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.
@@ -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
- > SupportTicketModel getGetTicket()
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
- **SupportTicketModel**
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
- > SupportTicketModel patchCloseTicket()
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
- **SupportTicketModel**
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
- > SupportTicketModel postCreateTicket()
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
- **SupportTicketModel**
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
- > SupportTicketModel postTicketReply()
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
- **SupportTicketModel**
279
+ **TelephonySupportTicketModel**
280
280
 
281
281
  ### Authorization
282
282
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.24-dev.0",
3
+ "version": "3.2.25-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {