|
2461 | 2461 | "x-has-writer": true, |
2462 | 2462 | "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ", |
2463 | 2463 | "x-enum-type": "SMSTenDLCCampaignStatusEnum", |
| 2464 | + "x-enum-type-c-sharp": "StatusEnum", |
2464 | 2465 | "enum": ["ACTIVE", "EXPIRED"], |
2465 | 2466 | "x-enum-varnames": ["ACTIVE", "EXPIRED"] |
2466 | 2467 | }, |
|
2704 | 2705 | "x-has-writer": true, |
2705 | 2706 | "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ", |
2706 | 2707 | "x-enum-type": "SMSTenDLCPartnerCampaignStatusEnum", |
| 2708 | + "x-enum-type-c-sharp": "StatusEnum", |
2707 | 2709 | "enum": ["ACTIVE", "EXPIRED"], |
2708 | 2710 | "x-enum-varnames": ["ACTIVE", "EXPIRED"] |
2709 | 2711 | }, |
|
3001 | 3003 | "x-has-writer": true, |
3002 | 3004 | "description": "Entity type behind the brand. This is the form of business establishment.", |
3003 | 3005 | "x-enum-type": "SMSTenDLCBrandEntityTypeEnum", |
| 3006 | + "x-enum-type-c-sharp": "EntityTypeEnum", |
3004 | 3007 | "enum": [ |
3005 | 3008 | "PRIVATE_PROFIT", |
3006 | 3009 | "PUBLIC_PROFIT", |
|
3115 | 3118 | "description": "(Required for public company) stock exchange.", |
3116 | 3119 | "example": "NASDAQ", |
3117 | 3120 | "x-enum-type": "SMSTenDLCBrandStockExchangeEnum", |
| 3121 | + "x-enum-type-c-sharp": "StockExchangeEnum", |
3118 | 3122 | "enum": [ |
3119 | 3123 | "NONE", |
3120 | 3124 | "NASDAQ", |
|
3190 | 3194 | "x-has-writer": true, |
3191 | 3195 | "description": "Brand relationship to the CSP", |
3192 | 3196 | "x-enum-type": "SMSTenDLCBrandBrandRelationshipEnum", |
| 3197 | + "x-enum-type-c-sharp": "BrandRelationshipEnum", |
3193 | 3198 | "enum": [ |
3194 | 3199 | "BASIC_ACCOUNT", |
3195 | 3200 | "SMALL_ACCOUNT", |
|
3219 | 3224 | "type": "string", |
3220 | 3225 | "x-has-writer": true, |
3221 | 3226 | "x-enum-type": "SMSTenDLCBrandAltBusinessIdTypeEnum", |
| 3227 | + "x-enum-type-c-sharp": "AltBusinessIdTypeEnum", |
3222 | 3228 | "enum": ["NONE", "DUNS", "GIIN", "LEI"], |
3223 | 3229 | "x-enum-varnames": ["NONE", "DUNS", "GIIN", "LEI"], |
3224 | 3230 | "description": "The type of the Alternative business identifier" |
|
3252 | 3258 | "x-has-writer": true, |
3253 | 3259 | "description": "TCR assessment of the brand identification status.", |
3254 | 3260 | "x-enum-type": "SMSTenDLCBrandIdentityStatusEnum", |
| 3261 | + "x-enum-type-c-sharp": "IdentityStatusEnum", |
3255 | 3262 | "enum": [ |
3256 | 3263 | "SELF_DECLARED", |
3257 | 3264 | "UNVERIFIED", |
|
3355 | 3362 | "x-has-writer": true, |
3356 | 3363 | "description": "Current toll-free campaign registration status.Possible values: UNREGISTERED,INITIATED,PENDING,DECLINED,REGISTERED. A newly created campaign defaults to INITIATED status. ", |
3357 | 3364 | "x-enum-type": "SMSTollFreeCampaignRegistrationStatusEnum", |
| 3365 | + "x-enum-type-c-sharp": "RegistrationStatusEnum", |
3358 | 3366 | "enum": [ |
3359 | 3367 | "UNREGISTERED", |
3360 | 3368 | "INITIATED", |
|
4361 | 4369 | "/Accounts/{accountId}/Calls/WebRTC/Token": { |
4362 | 4370 | "post": { |
4363 | 4371 | "summary": "Make a JWT for WebRTC calling", |
4364 | | - "description": "Make a JWT for WebRTC calling", |
4365 | 4372 | "operationId": "make-a-webrtc-jwt", |
4366 | 4373 | "x-web-rtc": true, |
4367 | 4374 | "parameters": [ |
|
0 commit comments