yellowgrid-api-ts 3.2.264 → 3.2.265
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/api.ts +0 -3
- package/dist/api.d.ts +0 -3
- package/dist/api.js +0 -3
- package/dist/models/ConnectionTypeEnum.d.ts +0 -5
- package/dist/models/ConnectionTypeEnum.js +0 -5
- package/docs/BillingApi.md +4 -4
- package/models/ConnectionTypeEnum.ts +0 -5
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -5283,7 +5283,6 @@ export const PostGetServicePlansRequestPlanGroupEnum = {
|
|
|
5283
5283
|
Hosting: 'Hosting',
|
|
5284
5284
|
Crm: 'CRM',
|
|
5285
5285
|
StarterBundle: 'Starter Bundle',
|
|
5286
|
-
Other: 'Other',
|
|
5287
5286
|
RecurringCharges: 'Recurring Charges',
|
|
5288
5287
|
Sms: 'SMS',
|
|
5289
5288
|
Cfd: 'CFD',
|
|
@@ -17742,7 +17741,6 @@ export const GetGetConnectionsTypeEnum = {
|
|
|
17742
17741
|
Hosting: 'Hosting',
|
|
17743
17742
|
Crm: 'CRM',
|
|
17744
17743
|
StarterBundle: 'Starter Bundle',
|
|
17745
|
-
Other: 'Other',
|
|
17746
17744
|
RecurringCharges: 'Recurring Charges',
|
|
17747
17745
|
Sms: 'SMS',
|
|
17748
17746
|
Cfd: 'CFD',
|
|
@@ -17760,7 +17758,6 @@ export const GetGetServicesPlanDetailsTypeEnum = {
|
|
|
17760
17758
|
Hosting: 'Hosting',
|
|
17761
17759
|
Crm: 'CRM',
|
|
17762
17760
|
StarterBundle: 'Starter Bundle',
|
|
17763
|
-
Other: 'Other',
|
|
17764
17761
|
RecurringCharges: 'Recurring Charges',
|
|
17765
17762
|
Sms: 'SMS',
|
|
17766
17763
|
Cfd: 'CFD',
|
package/dist/api.d.ts
CHANGED
|
@@ -5210,7 +5210,6 @@ export declare const PostGetServicePlansRequestPlanGroupEnum: {
|
|
|
5210
5210
|
readonly Hosting: "Hosting";
|
|
5211
5211
|
readonly Crm: "CRM";
|
|
5212
5212
|
readonly StarterBundle: "Starter Bundle";
|
|
5213
|
-
readonly Other: "Other";
|
|
5214
5213
|
readonly RecurringCharges: "Recurring Charges";
|
|
5215
5214
|
readonly Sms: "SMS";
|
|
5216
5215
|
readonly Cfd: "CFD";
|
|
@@ -13225,7 +13224,6 @@ export declare const GetGetConnectionsTypeEnum: {
|
|
|
13225
13224
|
readonly Hosting: "Hosting";
|
|
13226
13225
|
readonly Crm: "CRM";
|
|
13227
13226
|
readonly StarterBundle: "Starter Bundle";
|
|
13228
|
-
readonly Other: "Other";
|
|
13229
13227
|
readonly RecurringCharges: "Recurring Charges";
|
|
13230
13228
|
readonly Sms: "SMS";
|
|
13231
13229
|
readonly Cfd: "CFD";
|
|
@@ -13243,7 +13241,6 @@ export declare const GetGetServicesPlanDetailsTypeEnum: {
|
|
|
13243
13241
|
readonly Hosting: "Hosting";
|
|
13244
13242
|
readonly Crm: "CRM";
|
|
13245
13243
|
readonly StarterBundle: "Starter Bundle";
|
|
13246
|
-
readonly Other: "Other";
|
|
13247
13244
|
readonly RecurringCharges: "Recurring Charges";
|
|
13248
13245
|
readonly Sms: "SMS";
|
|
13249
13246
|
readonly Cfd: "CFD";
|
package/dist/api.js
CHANGED
|
@@ -366,7 +366,6 @@ exports.PostGetServicePlansRequestPlanGroupEnum = {
|
|
|
366
366
|
Hosting: 'Hosting',
|
|
367
367
|
Crm: 'CRM',
|
|
368
368
|
StarterBundle: 'Starter Bundle',
|
|
369
|
-
Other: 'Other',
|
|
370
369
|
RecurringCharges: 'Recurring Charges',
|
|
371
370
|
Sms: 'SMS',
|
|
372
371
|
Cfd: 'CFD',
|
|
@@ -10051,7 +10050,6 @@ exports.GetGetConnectionsTypeEnum = {
|
|
|
10051
10050
|
Hosting: 'Hosting',
|
|
10052
10051
|
Crm: 'CRM',
|
|
10053
10052
|
StarterBundle: 'Starter Bundle',
|
|
10054
|
-
Other: 'Other',
|
|
10055
10053
|
RecurringCharges: 'Recurring Charges',
|
|
10056
10054
|
Sms: 'SMS',
|
|
10057
10055
|
Cfd: 'CFD',
|
|
@@ -10068,7 +10066,6 @@ exports.GetGetServicesPlanDetailsTypeEnum = {
|
|
|
10068
10066
|
Hosting: 'Hosting',
|
|
10069
10067
|
Crm: 'CRM',
|
|
10070
10068
|
StarterBundle: 'Starter Bundle',
|
|
10071
|
-
Other: 'Other',
|
|
10072
10069
|
RecurringCharges: 'Recurring Charges',
|
|
10073
10070
|
Sms: 'SMS',
|
|
10074
10071
|
Cfd: 'CFD',
|
|
@@ -49,11 +49,6 @@ export declare const ConnectionTypeEnum: {
|
|
|
49
49
|
readonly value: "Starter Bundle";
|
|
50
50
|
readonly publicValue: "Starter Bundle";
|
|
51
51
|
};
|
|
52
|
-
readonly OTHER: {
|
|
53
|
-
readonly name: "OTHER";
|
|
54
|
-
readonly value: "Other";
|
|
55
|
-
readonly publicValue: "Other";
|
|
56
|
-
};
|
|
57
52
|
readonly RECURRING_CHARGES: {
|
|
58
53
|
readonly name: "RECURRING_CHARGES";
|
|
59
54
|
readonly value: "Recurring Charges";
|
|
@@ -52,11 +52,6 @@ exports.ConnectionTypeEnum = {
|
|
|
52
52
|
"value": "Starter Bundle",
|
|
53
53
|
"publicValue": "Starter Bundle"
|
|
54
54
|
},
|
|
55
|
-
"OTHER": {
|
|
56
|
-
"name": "OTHER",
|
|
57
|
-
"value": "Other",
|
|
58
|
-
"publicValue": "Other"
|
|
59
|
-
},
|
|
60
55
|
"RECURRING_CHARGES": {
|
|
61
56
|
"name": "RECURRING_CHARGES",
|
|
62
57
|
"value": "Recurring Charges",
|
package/docs/BillingApi.md
CHANGED
|
@@ -1361,7 +1361,7 @@ import {
|
|
|
1361
1361
|
const configuration = new Configuration();
|
|
1362
1362
|
const apiInstance = new BillingApi(configuration);
|
|
1363
1363
|
|
|
1364
|
-
let type: 'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | '
|
|
1364
|
+
let type: 'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | 'Recurring Charges' | 'SMS' | 'CFD' | 'EdTechPro'; //Connection Type (optional) (default to undefined)
|
|
1365
1365
|
let billCustomerId: number; //Customer ID (optional) (default to undefined)
|
|
1366
1366
|
|
|
1367
1367
|
const { status, data } = await apiInstance.getGetConnections(
|
|
@@ -1374,7 +1374,7 @@ const { status, data } = await apiInstance.getGetConnections(
|
|
|
1374
1374
|
|
|
1375
1375
|
|Name | Type | Description | Notes|
|
|
1376
1376
|
|------------- | ------------- | ------------- | -------------|
|
|
1377
|
-
| **type** | [**'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | '
|
|
1377
|
+
| **type** | [**'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | 'Recurring Charges' | 'SMS' | 'CFD' | 'EdTechPro'**]**Array<'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | 'Recurring Charges' | 'SMS' | 'CFD' | 'EdTechPro'>** | Connection Type | (optional) defaults to undefined|
|
|
1378
1378
|
| **billCustomerId** | [**number**] | Customer ID | (optional) defaults to undefined|
|
|
1379
1379
|
|
|
1380
1380
|
|
|
@@ -1720,7 +1720,7 @@ import {
|
|
|
1720
1720
|
const configuration = new Configuration();
|
|
1721
1721
|
const apiInstance = new BillingApi(configuration);
|
|
1722
1722
|
|
|
1723
|
-
let type: 'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | '
|
|
1723
|
+
let type: 'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | 'Recurring Charges' | 'SMS' | 'CFD' | 'EdTechPro'; //Connection Type (optional) (default to undefined)
|
|
1724
1724
|
|
|
1725
1725
|
const { status, data } = await apiInstance.getGetServicesPlanDetails(
|
|
1726
1726
|
type
|
|
@@ -1731,7 +1731,7 @@ const { status, data } = await apiInstance.getGetServicesPlanDetails(
|
|
|
1731
1731
|
|
|
1732
1732
|
|Name | Type | Description | Notes|
|
|
1733
1733
|
|------------- | ------------- | ------------- | -------------|
|
|
1734
|
-
| **type** | [**'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | '
|
|
1734
|
+
| **type** | [**'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | 'Recurring Charges' | 'SMS' | 'CFD' | 'EdTechPro'**]**Array<'SIP Trunks' | 'Broadband' | 'Ethernet' | 'Mobile' | 'WLR' | 'Horizon' | 'NTS' | 'Hosting' | 'CRM' | 'Starter Bundle' | 'Recurring Charges' | 'SMS' | 'CFD' | 'EdTechPro'>** | Connection Type | (optional) defaults to undefined|
|
|
1735
1735
|
|
|
1736
1736
|
|
|
1737
1737
|
### Return type
|
|
@@ -49,11 +49,6 @@ export const ConnectionTypeEnum = {
|
|
|
49
49
|
"value": "Starter Bundle",
|
|
50
50
|
"publicValue": "Starter Bundle"
|
|
51
51
|
},
|
|
52
|
-
"OTHER": {
|
|
53
|
-
"name": "OTHER",
|
|
54
|
-
"value": "Other",
|
|
55
|
-
"publicValue": "Other"
|
|
56
|
-
},
|
|
57
52
|
"RECURRING_CHARGES": {
|
|
58
53
|
"name": "RECURRING_CHARGES",
|
|
59
54
|
"value": "Recurring Charges",
|