|
1553 | 1553 | } |
1554 | 1554 | }, |
1555 | 1555 | "ApplicationList": { |
| 1556 | + "x-implements": "Pagination", |
1556 | 1557 | "allOf": [ |
1557 | 1558 | { |
1558 | 1559 | "$ref": "#/components/schemas/PaginationModel" |
|
1613 | 1614 | } |
1614 | 1615 | }, |
1615 | 1616 | "AvailableNumberList": { |
| 1617 | + "x-implements": "Pagination", |
1616 | 1618 | "allOf": [ |
1617 | 1619 | { |
1618 | 1620 | "$ref": "#/components/schemas/PaginationModel" |
|
1727 | 1729 | } |
1728 | 1730 | }, |
1729 | 1731 | "IncomingNumberList": { |
| 1732 | + "x-implements": "Pagination", |
1730 | 1733 | "allOf": [ |
1731 | 1734 | { |
1732 | 1735 | "$ref": "#/components/schemas/PaginationModel" |
|
1905 | 1908 | } |
1906 | 1909 | }, |
1907 | 1910 | "CallList": { |
| 1911 | + "x-implements": "Pagination", |
1908 | 1912 | "allOf": [ |
1909 | 1913 | { |
1910 | 1914 | "$ref": "#/components/schemas/PaginationModel" |
|
1962 | 1966 | ] |
1963 | 1967 | }, |
1964 | 1968 | "RecordingList": { |
| 1969 | + "x-implements": "Pagination", |
1965 | 1970 | "allOf": [ |
1966 | 1971 | { |
1967 | 1972 | "$ref": "#/components/schemas/PaginationModel" |
|
2020 | 2025 | } |
2021 | 2026 | }, |
2022 | 2027 | "LogList": { |
| 2028 | + "x-implements": "Pagination", |
2023 | 2029 | "allOf": [ |
2024 | 2030 | { |
2025 | 2031 | "$ref": "#/components/schemas/PaginationModel" |
|
2099 | 2105 | ] |
2100 | 2106 | }, |
2101 | 2107 | "MessagesList": { |
| 2108 | + "x-implements": "Pagination", |
2102 | 2109 | "allOf": [ |
2103 | 2110 | { |
2104 | 2111 | "$ref": "#/components/schemas/PaginationModel" |
|
2159 | 2166 | ] |
2160 | 2167 | }, |
2161 | 2168 | "ConferenceList": { |
| 2169 | + "x-implements": "Pagination", |
2162 | 2170 | "allOf": [ |
2163 | 2171 | { |
2164 | 2172 | "$ref": "#/components/schemas/PaginationModel" |
|
2348 | 2356 | } |
2349 | 2357 | }, |
2350 | 2358 | "ConferenceParticipantList": { |
| 2359 | + "x-implements": "Pagination", |
2351 | 2360 | "allOf": [ |
2352 | 2361 | { |
2353 | 2362 | "$ref": "#/components/schemas/PaginationModel" |
|
2430 | 2439 | } |
2431 | 2440 | }, |
2432 | 2441 | "QueueList": { |
| 2442 | + "x-implements": "Pagination", |
2433 | 2443 | "allOf": [ |
2434 | 2444 | { |
2435 | 2445 | "$ref": "#/components/schemas/PaginationModel" |
|
2480 | 2490 | } |
2481 | 2491 | }, |
2482 | 2492 | "QueueMemberList": { |
| 2493 | + "x-implements": "Pagination", |
2483 | 2494 | "allOf": [ |
2484 | 2495 | { |
2485 | 2496 | "$ref": "#/components/schemas/PaginationModel" |
|
2510 | 2521 | } |
2511 | 2522 | }, |
2512 | 2523 | "SMSTenDLCCampaignsListResult": { |
| 2524 | + "x-implements": "Pagination", |
2513 | 2525 | "allOf": [ |
2514 | 2526 | { |
2515 | 2527 | "$ref": "#/components/schemas/PaginationModel" |
|
2772 | 2784 | } |
2773 | 2785 | }, |
2774 | 2786 | "SMSTenDLCPartnerCampaignsListResult": { |
| 2787 | + "x-implements": "Pagination", |
2775 | 2788 | "allOf": [ |
2776 | 2789 | { |
2777 | 2790 | "$ref": "#/components/schemas/PaginationModel" |
|
3075 | 3088 | } |
3076 | 3089 | }, |
3077 | 3090 | "SMSTenDLCBrandsListResult": { |
| 3091 | + "x-implements": "Pagination", |
3078 | 3092 | "allOf": [ |
3079 | 3093 | { |
3080 | 3094 | "$ref": "#/components/schemas/PaginationModel" |
|
3430 | 3444 | } |
3431 | 3445 | }, |
3432 | 3446 | "SMSTollFreeCampaignsListResult": { |
| 3447 | + "x-implements": "Pagination", |
3433 | 3448 | "allOf": [ |
3434 | 3449 | { |
3435 | 3450 | "$ref": "#/components/schemas/PaginationModel" |
|
0 commit comments