yellowgrid-api-ts 3.2.24-dev.0 → 3.2.25-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +10 -7
- package/README.md +15 -17
- package/api.ts +1373 -2024
- package/dist/api.d.ts +543 -874
- package/dist/api.js +1259 -1847
- package/docs/IncidentDTO.md +31 -0
- package/docs/IncidentRequestDTO.md +25 -0
- package/docs/IncidentSubscriptionModel.md +23 -0
- package/docs/IncidentUpdateDTO.md +25 -0
- package/docs/IncidentUpdateEntity.md +29 -0
- package/docs/IncidentUpdateRequestDTO.md +23 -0
- package/docs/OAuth20Api.md +3 -3
- package/docs/ServiceHealthDTO.md +23 -0
- package/docs/ServiceStatusDTO.md +25 -0
- package/docs/ServicesApi.md +330 -0
- package/docs/TelephonySupportTicketModel.md +41 -0
- package/docs/TicketsApi.md +8 -8
- package/package.json +1 -1
package/docs/TicketsApi.md
CHANGED
|
@@ -71,7 +71,7 @@ No authorization required
|
|
|
71
71
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
72
72
|
|
|
73
73
|
# **getGetTicket**
|
|
74
|
-
>
|
|
74
|
+
> TelephonySupportTicketModel getGetTicket()
|
|
75
75
|
|
|
76
76
|
Retrieve a telephony support ticket
|
|
77
77
|
|
|
@@ -102,7 +102,7 @@ const { status, data } = await apiInstance.getGetTicket(
|
|
|
102
102
|
|
|
103
103
|
### Return type
|
|
104
104
|
|
|
105
|
-
**
|
|
105
|
+
**TelephonySupportTicketModel**
|
|
106
106
|
|
|
107
107
|
### Authorization
|
|
108
108
|
|
|
@@ -125,7 +125,7 @@ No authorization required
|
|
|
125
125
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
126
126
|
|
|
127
127
|
# **patchCloseTicket**
|
|
128
|
-
>
|
|
128
|
+
> TelephonySupportTicketModel patchCloseTicket()
|
|
129
129
|
|
|
130
130
|
Close a telephony support ticket
|
|
131
131
|
|
|
@@ -156,7 +156,7 @@ const { status, data } = await apiInstance.patchCloseTicket(
|
|
|
156
156
|
|
|
157
157
|
### Return type
|
|
158
158
|
|
|
159
|
-
**
|
|
159
|
+
**TelephonySupportTicketModel**
|
|
160
160
|
|
|
161
161
|
### Authorization
|
|
162
162
|
|
|
@@ -179,7 +179,7 @@ No authorization required
|
|
|
179
179
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
180
180
|
|
|
181
181
|
# **postCreateTicket**
|
|
182
|
-
>
|
|
182
|
+
> TelephonySupportTicketModel postCreateTicket()
|
|
183
183
|
|
|
184
184
|
Create a new telephony support ticket
|
|
185
185
|
|
|
@@ -216,7 +216,7 @@ const { status, data } = await apiInstance.postCreateTicket(
|
|
|
216
216
|
|
|
217
217
|
### Return type
|
|
218
218
|
|
|
219
|
-
**
|
|
219
|
+
**TelephonySupportTicketModel**
|
|
220
220
|
|
|
221
221
|
### Authorization
|
|
222
222
|
|
|
@@ -239,7 +239,7 @@ No authorization required
|
|
|
239
239
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
240
240
|
|
|
241
241
|
# **postTicketReply**
|
|
242
|
-
>
|
|
242
|
+
> TelephonySupportTicketModel postTicketReply()
|
|
243
243
|
|
|
244
244
|
Reply to a telephony support ticket
|
|
245
245
|
|
|
@@ -276,7 +276,7 @@ const { status, data } = await apiInstance.postTicketReply(
|
|
|
276
276
|
|
|
277
277
|
### Return type
|
|
278
278
|
|
|
279
|
-
**
|
|
279
|
+
**TelephonySupportTicketModel**
|
|
280
280
|
|
|
281
281
|
### Authorization
|
|
282
282
|
|