Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 31f9cdb

Browse files
Merge pull request #687 from maksymmateiuk/api_reference-fix-subscriptions
api-reference - reverse byOrderType and beEvent
2 parents 2184bd1 + edec2b8 commit 31f9cdb

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

site/specs-temp/numbers.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16747,12 +16747,28 @@
1674716747
"type": "string",
1674816748
"format": "uuid"
1674916749
},
16750-
"EventType": {
16750+
"OrderType": {
16751+
"$ref": "#/components/schemas/SubscriptionOrderType"
16752+
},
16753+
"OrderId": {
16754+
"type": "string",
16755+
"format": "uuid"
16756+
},
16757+
"Status": {
1675116758
"type": "string",
1675216759
"enum": [
16753-
"MESSAGING_LOST"
16760+
"COMPLETE",
16761+
"FAILED",
16762+
"PARTIAL",
16763+
"EXCEPTION"
1675416764
]
1675516765
},
16766+
"Message": {
16767+
"type": "string"
16768+
},
16769+
"Note": {
16770+
"type": "string"
16771+
},
1675616772
"CompletedTelephoneNumbers": {
1675716773
"type": "object",
1675816774
"properties": {
@@ -16792,28 +16808,12 @@
1679216808
"type": "string",
1679316809
"format": "uuid"
1679416810
},
16795-
"OrderType": {
16796-
"$ref": "#/components/schemas/SubscriptionOrderType"
16797-
},
16798-
"OrderId": {
16799-
"type": "string",
16800-
"format": "uuid"
16801-
},
16802-
"Status": {
16811+
"EventType": {
1680316812
"type": "string",
1680416813
"enum": [
16805-
"COMPLETE",
16806-
"FAILED",
16807-
"PARTIAL",
16808-
"EXCEPTION"
16814+
"MESSAGING_LOST"
1680916815
]
1681016816
},
16811-
"Message": {
16812-
"type": "string"
16813-
},
16814-
"Note": {
16815-
"type": "string"
16816-
},
1681716817
"CompletedTelephoneNumbers": {
1681816818
"type": "object",
1681916819
"properties": {

0 commit comments

Comments
 (0)