This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -16747,12 +16747,28 @@
16747
16747
"type": "string",
16748
16748
"format": "uuid"
16749
16749
},
16750
- "EventType": {
16750
+ "OrderType": {
16751
+ "$ref": "#/components/schemas/SubscriptionOrderType"
16752
+ },
16753
+ "OrderId": {
16754
+ "type": "string",
16755
+ "format": "uuid"
16756
+ },
16757
+ "Status": {
16751
16758
"type": "string",
16752
16759
"enum": [
16753
- "MESSAGING_LOST"
16760
+ "COMPLETE",
16761
+ "FAILED",
16762
+ "PARTIAL",
16763
+ "EXCEPTION"
16754
16764
]
16755
16765
},
16766
+ "Message": {
16767
+ "type": "string"
16768
+ },
16769
+ "Note": {
16770
+ "type": "string"
16771
+ },
16756
16772
"CompletedTelephoneNumbers": {
16757
16773
"type": "object",
16758
16774
"properties": {
@@ -16792,28 +16808,12 @@
16792
16808
"type": "string",
16793
16809
"format": "uuid"
16794
16810
},
16795
- "OrderType": {
16796
- "$ref": "#/components/schemas/SubscriptionOrderType"
16797
- },
16798
- "OrderId": {
16799
- "type": "string",
16800
- "format": "uuid"
16801
- },
16802
- "Status": {
16811
+ "EventType": {
16803
16812
"type": "string",
16804
16813
"enum": [
16805
- "COMPLETE",
16806
- "FAILED",
16807
- "PARTIAL",
16808
- "EXCEPTION"
16814
+ "MESSAGING_LOST"
16809
16815
]
16810
16816
},
16811
- "Message": {
16812
- "type": "string"
16813
- },
16814
- "Note": {
16815
- "type": "string"
16816
- },
16817
16817
"CompletedTelephoneNumbers": {
16818
16818
"type": "object",
16819
16819
"properties": {
You can’t perform that action at this time.
0 commit comments