yellowgrid-api-ts 3.2.61 → 3.2.62

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.
@@ -93,6 +93,12 @@ docs/MonthlyUsageModel.md
93
93
  docs/MultiTenantChangeResponseModel.md
94
94
  docs/MyPBXToolsApi.md
95
95
  docs/NavigationModel.md
96
+ docs/NumberPortDTO.md
97
+ docs/NumberPortModel.md
98
+ docs/NumberPortRangeDTO.md
99
+ docs/NumberPortRangeRequestDTO.md
100
+ docs/NumberPortingApi.md
101
+ docs/NumberPortsModel.md
96
102
  docs/OAuth20Api.md
97
103
  docs/OfflineInstancesEntity.md
98
104
  docs/OrderEntity.md
@@ -178,6 +184,7 @@ docs/StockProductSummaryModel.md
178
184
  docs/StockTransactionsEntity.md
179
185
  docs/SupplierEntity.md
180
186
  docs/SupplierItemEntity.md
187
+ docs/SupportTicketModel.md
181
188
  docs/SystemApi.md
182
189
  docs/TcxBackupEntity.md
183
190
  docs/TcxBackupModel.md
@@ -213,7 +220,6 @@ docs/TcxUsersEntity.md
213
220
  docs/TcxWizardConfigModel.md
214
221
  docs/TcxWizardModel.md
215
222
  docs/TechSupportCompanySummaryDTO.md
216
- docs/TelephonySupportTicketModel.md
217
223
  docs/TicketSummaryModel.md
218
224
  docs/TicketTimeDTO.md
219
225
  docs/TicketsApi.md
@@ -1 +1 @@
1
- 7.14.0
1
+ 7.20.0
package/README.md CHANGED
@@ -127,6 +127,7 @@ Class | Method | HTTP request | Description
127
127
  *Class3CXIntegrationsApi* | [**postOrderEdTechPro**](docs/Class3CXIntegrationsApi.md#postorderedtechpro) | **POST** /tcx/integrations/edtechpro/orders |
128
128
  *Class3CXIntegrationsApi* | [**postUpgradeEdTechPro**](docs/Class3CXIntegrationsApi.md#postupgradeedtechpro) | **POST** /tcx/integrations/edtechpro/upgrades |
129
129
  *Class3CXMultiTenantApi* | [**deleteGetTenant**](docs/Class3CXMultiTenantApi.md#deletegettenant) | **DELETE** /tcx/mt/tenants/{reference} | Delete 3CX MT Tenant
130
+ *Class3CXMultiTenantApi* | [**getGetAdminTenants**](docs/Class3CXMultiTenantApi.md#getgetadmintenants) | **GET** /tcx/mt/admin/tenants | Get 3CX MT Tenants
130
131
  *Class3CXMultiTenantApi* | [**getGetTenant**](docs/Class3CXMultiTenantApi.md#getgettenant) | **GET** /tcx/mt/tenants/{reference} | Get 3CX MT Tenant
131
132
  *Class3CXMultiTenantApi* | [**getGetTenants**](docs/Class3CXMultiTenantApi.md#getgettenants) | **GET** /tcx/mt/tenants | Get 3CX MT Tenants
132
133
  *Class3CXMultiTenantApi* | [**postAddMtDdi**](docs/Class3CXMultiTenantApi.md#postaddmtddi) | **POST** /tcx/mt/ddis | Add 3CX MT DDI
@@ -134,6 +135,16 @@ Class | Method | HTTP request | Description
134
135
  *Class3CXMultiTenantApi* | [**postGetTenants**](docs/Class3CXMultiTenantApi.md#postgettenants) | **POST** /tcx/mt/tenants | Add 3CX MT Tenant
135
136
  *Class3CXMultiTenantApi* | [**postTrackMtChange**](docs/Class3CXMultiTenantApi.md#posttrackmtchange) | **POST** /tcx/mt/changes/track | Track 3CX MT Change
136
137
  *MyPBXToolsApi* | [**getGetRecording**](docs/MyPBXToolsApi.md#getgetrecording) | **GET** /mypbxtools/recordings | Fetch recording from a 3CX instance
138
+ *NumberPortingApi* | [**deleteGetAdminNumberPort**](docs/NumberPortingApi.md#deletegetadminnumberport) | **DELETE** /admin/sip/numbers/ports/{id} |
139
+ *NumberPortingApi* | [**getCreateNumberPort**](docs/NumberPortingApi.md#getcreatenumberport) | **GET** /sip/numbers/ports |
140
+ *NumberPortingApi* | [**getGetAdminNumberPort**](docs/NumberPortingApi.md#getgetadminnumberport) | **GET** /admin/sip/numbers/ports/{id} |
141
+ *NumberPortingApi* | [**getGetAdminNumberPorts**](docs/NumberPortingApi.md#getgetadminnumberports) | **GET** /admin/sip/numbers/ports |
142
+ *NumberPortingApi* | [**getUpdateNumberPort**](docs/NumberPortingApi.md#getupdatenumberport) | **GET** /sip/numbers/ports/{id} |
143
+ *NumberPortingApi* | [**patchCloseAdminNumberPort**](docs/NumberPortingApi.md#patchcloseadminnumberport) | **PATCH** /admin/sip/numbers/ports/{id}/close |
144
+ *NumberPortingApi* | [**postCreateNumberPort**](docs/NumberPortingApi.md#postcreatenumberport) | **POST** /sip/numbers/ports |
145
+ *NumberPortingApi* | [**postSubmitNumberPort**](docs/NumberPortingApi.md#postsubmitnumberport) | **POST** /sip/numbers/ports/{id}/submit |
146
+ *NumberPortingApi* | [**postUpdateNumberPort**](docs/NumberPortingApi.md#postupdatenumberport) | **POST** /sip/numbers/ports/{id} |
147
+ *NumberPortingApi* | [**putGetAdminNumberPort**](docs/NumberPortingApi.md#putgetadminnumberport) | **PUT** /admin/sip/numbers/ports/{id} |
137
148
  *OAuth20Api* | [**getGetMfaQrCode**](docs/OAuth20Api.md#getgetmfaqrcode) | **GET** /oauth2/qr/code | Get MFA QR Code
138
149
  *OAuth20Api* | [**getGetScopes**](docs/OAuth20Api.md#getgetscopes) | **GET** /oauth2/scopes | Get Scopes
139
150
  *OAuth20Api* | [**postAccessToken**](docs/OAuth20Api.md#postaccesstoken) | **POST** /oauth2/access_token | Validates client credentials and returns access token
@@ -169,6 +180,7 @@ Class | Method | HTTP request | Description
169
180
  *SIPTrunksApi* | [**deleteGetSipTrunk**](docs/SIPTrunksApi.md#deletegetsiptrunk) | **DELETE** /sip/trunks/{id} | Delete SIP Trunk
170
181
  *SIPTrunksApi* | [**getCanDivert**](docs/SIPTrunksApi.md#getcandivert) | **GET** /sip/trunks/{id}/diverts/allowed | SIP Trunk Diverts Allowed
171
182
  *SIPTrunksApi* | [**getGetAddress**](docs/SIPTrunksApi.md#getgetaddress) | **GET** /sip/trunks/{id}/address | Get SIP Trunk Address
183
+ *SIPTrunksApi* | [**getGetAdminSipTrunks**](docs/SIPTrunksApi.md#getgetadminsiptrunks) | **GET** /sip/trunks/admin |
172
184
  *SIPTrunksApi* | [**getGetAreaCodes**](docs/SIPTrunksApi.md#getgetareacodes) | **GET** /sip/trunks/area/codes | Get UK National Area Codes
173
185
  *SIPTrunksApi* | [**getGetCliFlexibility**](docs/SIPTrunksApi.md#getgetcliflexibility) | **GET** /sip/trunks/{id}/cli/flexibility | Get SIP Trunk CLI Flexibility Status
174
186
  *SIPTrunksApi* | [**getGetDdis**](docs/SIPTrunksApi.md#getgetddis) | **GET** /sip/trunks/{id}/ddis | Get SIP Trunk DDIs
@@ -313,6 +325,11 @@ Class | Method | HTTP request | Description
313
325
  - [MonthlyUsageModel](docs/MonthlyUsageModel.md)
314
326
  - [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
315
327
  - [NavigationModel](docs/NavigationModel.md)
328
+ - [NumberPortDTO](docs/NumberPortDTO.md)
329
+ - [NumberPortModel](docs/NumberPortModel.md)
330
+ - [NumberPortRangeDTO](docs/NumberPortRangeDTO.md)
331
+ - [NumberPortRangeRequestDTO](docs/NumberPortRangeRequestDTO.md)
332
+ - [NumberPortsModel](docs/NumberPortsModel.md)
316
333
  - [OfflineInstancesEntity](docs/OfflineInstancesEntity.md)
317
334
  - [OrderEntity](docs/OrderEntity.md)
318
335
  - [OrderRequestModel](docs/OrderRequestModel.md)
@@ -388,6 +405,7 @@ Class | Method | HTTP request | Description
388
405
  - [StockTransactionsEntity](docs/StockTransactionsEntity.md)
389
406
  - [SupplierEntity](docs/SupplierEntity.md)
390
407
  - [SupplierItemEntity](docs/SupplierItemEntity.md)
408
+ - [SupportTicketModel](docs/SupportTicketModel.md)
391
409
  - [TcxBackupEntity](docs/TcxBackupEntity.md)
392
410
  - [TcxBackupModel](docs/TcxBackupModel.md)
393
411
  - [TcxBillingEntity](docs/TcxBillingEntity.md)
@@ -422,7 +440,6 @@ Class | Method | HTTP request | Description
422
440
  - [TcxWizardConfigModel](docs/TcxWizardConfigModel.md)
423
441
  - [TcxWizardModel](docs/TcxWizardModel.md)
424
442
  - [TechSupportCompanySummaryDTO](docs/TechSupportCompanySummaryDTO.md)
425
- - [TelephonySupportTicketModel](docs/TelephonySupportTicketModel.md)
426
443
  - [TicketSummaryModel](docs/TicketSummaryModel.md)
427
444
  - [TicketTimeDTO](docs/TicketTimeDTO.md)
428
445
  - [TokenResponseModel](docs/TokenResponseModel.md)
@@ -451,6 +468,8 @@ Authentication schemes defined for the API:
451
468
  - **tcx_wizard**: 3CX Installation Wizard
452
469
  - **accounts.read**: Accounts (Read)
453
470
  - **accounts.write**: Accounts (Write)
471
+ - **number_porting.read**: Number Porting (Read)
472
+ - **number_porting.write**: Number Porting (Write)
454
473
  - **pricing.read**: Pricing (Read)
455
474
  - **orders.read**: Orders (Read)
456
475
  - **orders.write**: Orders (Write)