yellowgrid-api-ts 3.2.220-dev.0 → 3.2.221-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 +5 -0
- package/README.md +10 -0
- package/api.ts +503 -0
- package/dist/api.d.ts +318 -0
- package/dist/api.js +390 -0
- package/docs/BillingApi.md +265 -0
- package/docs/CallTariffResponse.md +26 -0
- package/docs/ConnectionRequest.md +36 -0
- package/docs/InboundTariffPlanResponse.md +28 -0
- package/docs/MultiTenantSipTrunkRequest.md +22 -0
- package/docs/PriceGroupResponse.md +24 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -43,6 +43,7 @@ docs/CRMApi.md
|
|
|
43
43
|
docs/CallBarringModel.md
|
|
44
44
|
docs/CallTariff.md
|
|
45
45
|
docs/CallTariffPlan.md
|
|
46
|
+
docs/CallTariffResponse.md
|
|
46
47
|
docs/Cdr.md
|
|
47
48
|
docs/Class3CXApi.md
|
|
48
49
|
docs/Class3CXInstallationWizardApi.md
|
|
@@ -52,6 +53,7 @@ docs/Class3CXMultiTenantApi.md
|
|
|
52
53
|
docs/ClientDetailsModel.md
|
|
53
54
|
docs/ClientModel.md
|
|
54
55
|
docs/CompanyContractModel.md
|
|
56
|
+
docs/ConnectionRequest.md
|
|
55
57
|
docs/ConnectionType.md
|
|
56
58
|
docs/ContactDetail.md
|
|
57
59
|
docs/ContactInfoModel.md
|
|
@@ -113,6 +115,7 @@ docs/HostingChangeResponseModel.md
|
|
|
113
115
|
docs/HostingRegionDTO.md
|
|
114
116
|
docs/InboundCli.md
|
|
115
117
|
docs/InboundTariffPlan.md
|
|
118
|
+
docs/InboundTariffPlanResponse.md
|
|
116
119
|
docs/InstallationDetailsDTO.md
|
|
117
120
|
docs/InstanceAutoFailoverEntity.md
|
|
118
121
|
docs/InstanceDeletionScheduleEntity.md
|
|
@@ -132,6 +135,7 @@ docs/MacAddressDTO.md
|
|
|
132
135
|
docs/MiscApi.md
|
|
133
136
|
docs/MonthlyUsageModel.md
|
|
134
137
|
docs/MultiTenantChangeResponseModel.md
|
|
138
|
+
docs/MultiTenantSipTrunkRequest.md
|
|
135
139
|
docs/MyPBXToolsApi.md
|
|
136
140
|
docs/NavigationModel.md
|
|
137
141
|
docs/NumberPortAdminNoteBody.md
|
|
@@ -193,6 +197,7 @@ docs/PostSplitOrderRequest.md
|
|
|
193
197
|
docs/PostUpdateConnectionRequest.md
|
|
194
198
|
docs/PostUpdateRecurringChargeRequest.md
|
|
195
199
|
docs/PriceGroup.md
|
|
200
|
+
docs/PriceGroupResponse.md
|
|
196
201
|
docs/PriceListItemModel.md
|
|
197
202
|
docs/PricingApi.md
|
|
198
203
|
docs/PrinterEntity.md
|
package/README.md
CHANGED
|
@@ -121,13 +121,16 @@ Class | Method | HTTP request | Description
|
|
|
121
121
|
*BillingApi* | [**getGetBundleCallsWithCost**](docs/BillingApi.md#getgetbundlecallswithcost) | **GET** /billing/admin/bundleCallsWithCost |
|
|
122
122
|
*BillingApi* | [**getGetCallTariffPlan**](docs/BillingApi.md#getgetcalltariffplan) | **GET** /billing/admin/callTariffPlan |
|
|
123
123
|
*BillingApi* | [**getGetCallTariffs**](docs/BillingApi.md#getgetcalltariffs) | **GET** /billing/admin/callTariffs |
|
|
124
|
+
*BillingApi* | [**getGetCallTariffsDetails**](docs/BillingApi.md#getgetcalltariffsdetails) | **GET** /billing/admin/callTariffs/details |
|
|
124
125
|
*BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
|
|
125
126
|
*BillingApi* | [**getGetConnections**](docs/BillingApi.md#getgetconnections) | **GET** /billing/customer/connections |
|
|
126
127
|
*BillingApi* | [**getGetCustomer**](docs/BillingApi.md#getgetcustomer) | **GET** /billing/admin/customer |
|
|
127
128
|
*BillingApi* | [**getGetInboundTariffs**](docs/BillingApi.md#getgetinboundtariffs) | **GET** /billing/admin/inboundTariffs |
|
|
129
|
+
*BillingApi* | [**getGetInboundTariffsDetails**](docs/BillingApi.md#getgetinboundtariffsdetails) | **GET** /billing/admin/inboundTariffs/details |
|
|
128
130
|
*BillingApi* | [**getGetPriceGroups**](docs/BillingApi.md#getgetpricegroups) | **GET** /billing/admin/priceGroups |
|
|
129
131
|
*BillingApi* | [**getGetServicePlan**](docs/BillingApi.md#getgetserviceplan) | **GET** /billing/admin/servicePlan |
|
|
130
132
|
*BillingApi* | [**getGetServicePlans**](docs/BillingApi.md#getgetserviceplans) | **GET** /billing/admin/servicePlans |
|
|
133
|
+
*BillingApi* | [**getGetServicesPlanDetails**](docs/BillingApi.md#getgetservicesplandetails) | **GET** /billing/admin/servicePlans/details |
|
|
131
134
|
*BillingApi* | [**getGetSipTrunkList**](docs/BillingApi.md#getgetsiptrunklist) | **GET** /billing/customer/list/sipTrunks |
|
|
132
135
|
*BillingApi* | [**getGetSipTrunksBilling**](docs/BillingApi.md#getgetsiptrunksbilling) | **GET** /billing/customer/sipTrunks |
|
|
133
136
|
*BillingApi* | [**getGetUnconnectedCalls**](docs/BillingApi.md#getgetunconnectedcalls) | **GET** /billing/admin/unconnectedCalls |
|
|
@@ -142,6 +145,7 @@ Class | Method | HTTP request | Description
|
|
|
142
145
|
*BillingApi* | [**postAddSipTrunkDDIs**](docs/BillingApi.md#postaddsiptrunkddis) | **POST** /billing/customer/sipTrunkDDIs |
|
|
143
146
|
*BillingApi* | [**postGetBaseServices**](docs/BillingApi.md#postgetbaseservices) | **POST** /billing/admin/baseServices |
|
|
144
147
|
*BillingApi* | [**postGetCallTariffPlan**](docs/BillingApi.md#postgetcalltariffplan) | **POST** /billing/admin/callTariffPlan |
|
|
148
|
+
*BillingApi* | [**postGetConnections**](docs/BillingApi.md#postgetconnections) | **POST** /billing/customer/connections |
|
|
145
149
|
*BillingApi* | [**postGetPriceGroups**](docs/BillingApi.md#postgetpricegroups) | **POST** /billing/admin/priceGroups |
|
|
146
150
|
*BillingApi* | [**postGetServicePlans**](docs/BillingApi.md#postgetserviceplans) | **POST** /billing/admin/servicePlans |
|
|
147
151
|
*BillingApi* | [**postGetSipTrunksBilling**](docs/BillingApi.md#postgetsiptrunksbilling) | **POST** /billing/customer/sipTrunks |
|
|
@@ -158,6 +162,7 @@ Class | Method | HTTP request | Description
|
|
|
158
162
|
*BillingApi* | [**putEnableDdiBilling**](docs/BillingApi.md#putenableddibilling) | **PUT** /billing/customer/enableDdiBilling |
|
|
159
163
|
*BillingApi* | [**putGetBaseServices**](docs/BillingApi.md#putgetbaseservices) | **PUT** /billing/admin/baseServices |
|
|
160
164
|
*BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
|
|
165
|
+
*BillingApi* | [**putGetConnections**](docs/BillingApi.md#putgetconnections) | **PUT** /billing/customer/connections |
|
|
161
166
|
*BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
|
|
162
167
|
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
163
168
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
@@ -425,10 +430,12 @@ Class | Method | HTTP request | Description
|
|
|
425
430
|
- [CallBarringModel](docs/CallBarringModel.md)
|
|
426
431
|
- [CallTariff](docs/CallTariff.md)
|
|
427
432
|
- [CallTariffPlan](docs/CallTariffPlan.md)
|
|
433
|
+
- [CallTariffResponse](docs/CallTariffResponse.md)
|
|
428
434
|
- [Cdr](docs/Cdr.md)
|
|
429
435
|
- [ClientDetailsModel](docs/ClientDetailsModel.md)
|
|
430
436
|
- [ClientModel](docs/ClientModel.md)
|
|
431
437
|
- [CompanyContractModel](docs/CompanyContractModel.md)
|
|
438
|
+
- [ConnectionRequest](docs/ConnectionRequest.md)
|
|
432
439
|
- [ConnectionType](docs/ConnectionType.md)
|
|
433
440
|
- [ContactDetail](docs/ContactDetail.md)
|
|
434
441
|
- [ContactInfoModel](docs/ContactInfoModel.md)
|
|
@@ -490,6 +497,7 @@ Class | Method | HTTP request | Description
|
|
|
490
497
|
- [HostingRegionDTO](docs/HostingRegionDTO.md)
|
|
491
498
|
- [InboundCli](docs/InboundCli.md)
|
|
492
499
|
- [InboundTariffPlan](docs/InboundTariffPlan.md)
|
|
500
|
+
- [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
|
|
493
501
|
- [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
|
|
494
502
|
- [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
|
|
495
503
|
- [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
|
|
@@ -508,6 +516,7 @@ Class | Method | HTTP request | Description
|
|
|
508
516
|
- [MacAddressDTO](docs/MacAddressDTO.md)
|
|
509
517
|
- [MonthlyUsageModel](docs/MonthlyUsageModel.md)
|
|
510
518
|
- [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
|
|
519
|
+
- [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
|
|
511
520
|
- [NavigationModel](docs/NavigationModel.md)
|
|
512
521
|
- [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
|
|
513
522
|
- [NumberPortDTO](docs/NumberPortDTO.md)
|
|
@@ -565,6 +574,7 @@ Class | Method | HTTP request | Description
|
|
|
565
574
|
- [PostUpdateConnectionRequest](docs/PostUpdateConnectionRequest.md)
|
|
566
575
|
- [PostUpdateRecurringChargeRequest](docs/PostUpdateRecurringChargeRequest.md)
|
|
567
576
|
- [PriceGroup](docs/PriceGroup.md)
|
|
577
|
+
- [PriceGroupResponse](docs/PriceGroupResponse.md)
|
|
568
578
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
569
579
|
- [PrinterEntity](docs/PrinterEntity.md)
|
|
570
580
|
- [PrizesEntity](docs/PrizesEntity.md)
|