|
2500 | 2500 | "pattern": "^AD[0-9a-fA-F]{32}$",
|
2501 | 2501 | "type": "string"
|
2502 | 2502 | },
|
| 2503 | + "emergency_address_status": { |
| 2504 | + "description": "State of the emergency address configuration for the phone number", |
| 2505 | + "enum": [ |
| 2506 | + "registered", |
| 2507 | + "unregistered", |
| 2508 | + "pending-registration", |
| 2509 | + "registration-failure", |
| 2510 | + "pending-unregistration", |
| 2511 | + "unregistration-failure" |
| 2512 | + ], |
| 2513 | + "nullable": true, |
| 2514 | + "type": "string" |
| 2515 | + }, |
2503 | 2516 | "emergency_status": {
|
2504 | 2517 | "description": "Displays if emergency calling is enabled for this number.",
|
2505 | 2518 | "enum": [
|
|
2906 | 2919 | "pattern": "^AD[0-9a-fA-F]{32}$",
|
2907 | 2920 | "type": "string"
|
2908 | 2921 | },
|
| 2922 | + "emergency_address_status": { |
| 2923 | + "description": "State of the emergency address configuration for the phone number", |
| 2924 | + "enum": [ |
| 2925 | + "registered", |
| 2926 | + "unregistered", |
| 2927 | + "pending-registration", |
| 2928 | + "registration-failure", |
| 2929 | + "pending-unregistration", |
| 2930 | + "unregistration-failure" |
| 2931 | + ], |
| 2932 | + "nullable": true, |
| 2933 | + "type": "string" |
| 2934 | + }, |
2909 | 2935 | "emergency_status": {
|
2910 | 2936 | "description": "Displays if emergency calling is enabled for this number.",
|
2911 | 2937 | "enum": [
|
|
3177 | 3203 | "pattern": "^AD[0-9a-fA-F]{32}$",
|
3178 | 3204 | "type": "string"
|
3179 | 3205 | },
|
| 3206 | + "emergency_address_status": { |
| 3207 | + "description": "State of the emergency address configuration for the phone number", |
| 3208 | + "enum": [ |
| 3209 | + "registered", |
| 3210 | + "unregistered", |
| 3211 | + "pending-registration", |
| 3212 | + "registration-failure", |
| 3213 | + "pending-unregistration", |
| 3214 | + "unregistration-failure" |
| 3215 | + ], |
| 3216 | + "nullable": true, |
| 3217 | + "type": "string" |
| 3218 | + }, |
3180 | 3219 | "emergency_status": {
|
3181 | 3220 | "description": "Displays if emergency calling is enabled for this number.",
|
3182 | 3221 | "enum": [
|
|
3448 | 3487 | "pattern": "^AD[0-9a-fA-F]{32}$",
|
3449 | 3488 | "type": "string"
|
3450 | 3489 | },
|
| 3490 | + "emergency_address_status": { |
| 3491 | + "description": "State of the emergency address configuration for the phone number", |
| 3492 | + "enum": [ |
| 3493 | + "registered", |
| 3494 | + "unregistered", |
| 3495 | + "pending-registration", |
| 3496 | + "registration-failure", |
| 3497 | + "pending-unregistration", |
| 3498 | + "unregistration-failure" |
| 3499 | + ], |
| 3500 | + "nullable": true, |
| 3501 | + "type": "string" |
| 3502 | + }, |
3451 | 3503 | "emergency_status": {
|
3452 | 3504 | "description": "Displays if emergency calling is enabled for this number.",
|
3453 | 3505 | "enum": [
|
|
8945 | 8997 | },
|
8946 | 8998 | "termsOfService": "https://www.twilio.com/legal/tos",
|
8947 | 8999 | "title": "Twilio - Api",
|
8948 |
| - "version": "1.21.0" |
| 9000 | + "version": "1.22.0" |
8949 | 9001 | },
|
8950 | 9002 | "openapi": "3.0.1",
|
8951 | 9003 | "paths": {
|
|
0 commit comments