File tree Expand file tree Collapse file tree 1 file changed +62
-12
lines changed Expand file tree Collapse file tree 1 file changed +62
-12
lines changed Original file line number Diff line number Diff line change 9486
9486
"description": "This is the region of the Azure resource.",
9487
9487
"enum": [
9488
9488
"australia",
9489
- "canada",
9489
+ "canadaeast",
9490
+ "canadacentral",
9490
9491
"eastus2",
9491
9492
"eastus",
9492
9493
"france",
9493
9494
"india",
9494
- "japan",
9495
+ "japaneast",
9496
+ "japanwest",
9495
9497
"uaenorth",
9496
9498
"northcentralus",
9497
9499
"norway",
9541
9543
"type": "string",
9542
9544
"enum": [
9543
9545
"australia",
9544
- "canada",
9546
+ "canadaeast",
9547
+ "canadacentral",
9545
9548
"eastus2",
9546
9549
"eastus",
9547
9550
"france",
9548
9551
"india",
9549
- "japan",
9552
+ "japaneast",
9553
+ "japanwest",
9550
9554
"uaenorth",
9551
9555
"northcentralus",
9552
9556
"norway",
@@ -19208,12 +19212,14 @@
19208
19212
"description": "This is the region of the Azure resource.",
19209
19213
"enum": [
19210
19214
"australia",
19211
- "canada",
19215
+ "canadaeast",
19216
+ "canadacentral",
19212
19217
"eastus2",
19213
19218
"eastus",
19214
19219
"france",
19215
19220
"india",
19216
- "japan",
19221
+ "japaneast",
19222
+ "japanwest",
19217
19223
"uaenorth",
19218
19224
"northcentralus",
19219
19225
"norway",
@@ -19285,12 +19291,14 @@
19285
19291
"type": "string",
19286
19292
"enum": [
19287
19293
"australia",
19288
- "canada",
19294
+ "canadaeast",
19295
+ "canadacentral",
19289
19296
"eastus2",
19290
19297
"eastus",
19291
19298
"france",
19292
19299
"india",
19293
- "japan",
19300
+ "japaneast",
19301
+ "japanwest",
19294
19302
"uaenorth",
19295
19303
"northcentralus",
19296
19304
"norway",
@@ -21214,12 +21222,14 @@
21214
21222
"description": "This is the region of the Azure resource.",
21215
21223
"enum": [
21216
21224
"australia",
21217
- "canada",
21225
+ "canadaeast",
21226
+ "canadacentral",
21218
21227
"eastus2",
21219
21228
"eastus",
21220
21229
"france",
21221
21230
"india",
21222
- "japan",
21231
+ "japaneast",
21232
+ "japanwest",
21223
21233
"uaenorth",
21224
21234
"northcentralus",
21225
21235
"norway",
@@ -21259,12 +21269,14 @@
21259
21269
"type": "string",
21260
21270
"enum": [
21261
21271
"australia",
21262
- "canada",
21272
+ "canadaeast",
21273
+ "canadacentral",
21263
21274
"eastus2",
21264
21275
"eastus",
21265
21276
"france",
21266
21277
"india",
21267
- "japan",
21278
+ "japaneast",
21279
+ "japanwest",
21268
21280
"uaenorth",
21269
21281
"northcentralus",
21270
21282
"norway",
23371
23383
"edges"
23372
23384
]
23373
23385
},
23386
+ "UpdateWorkflowDTO": {
23387
+ "type": "object",
23388
+ "properties": {
23389
+ "nodes": {
23390
+ "type": "array",
23391
+ "items": {
23392
+ "oneOf": [
23393
+ {
23394
+ "$ref": "#/components/schemas/Say",
23395
+ "title": "Say"
23396
+ },
23397
+ {
23398
+ "$ref": "#/components/schemas/Gather",
23399
+ "title": "Gather"
23400
+ },
23401
+ {
23402
+ "$ref": "#/components/schemas/Hangup",
23403
+ "title": "Hangup"
23404
+ },
23405
+ {
23406
+ "$ref": "#/components/schemas/CreateWorkflowDTO",
23407
+ "title": "CreateWorkflowDTO"
23408
+ }
23409
+ ]
23410
+ }
23411
+ },
23412
+ "name": {
23413
+ "type": "string",
23414
+ "maxLength": 40
23415
+ },
23416
+ "edges": {
23417
+ "type": "array",
23418
+ "items": {
23419
+ "$ref": "#/components/schemas/Edge"
23420
+ }
23421
+ }
23422
+ }
23423
+ },
23374
23424
"ClientMessageConversationUpdate": {
23375
23425
"type": "object",
23376
23426
"properties": {
You can’t perform that action at this time.
0 commit comments