yellowgrid-api-ts 3.2.243 → 3.2.250
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 +1 -0
- package/config.json +2 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/models/HostingPriceListEnum.d.ts +5 -0
- package/dist/models/HostingPriceListEnum.js +5 -0
- package/models/HostingPriceListEnum.ts +5 -0
- package/package.json +2 -2
package/api.ts
CHANGED
|
@@ -4732,6 +4732,7 @@ export const PatchUpdateTcxHostingPriceListRequestPriceListEnum = {
|
|
|
4732
4732
|
_4: '4',
|
|
4733
4733
|
_5: '5',
|
|
4734
4734
|
_6: '6',
|
|
4735
|
+
_7: '7',
|
|
4735
4736
|
} as const;
|
|
4736
4737
|
|
|
4737
4738
|
export type PatchUpdateTcxHostingPriceListRequestPriceListEnum = typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum[keyof typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum];
|
package/config.json
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -4671,6 +4671,7 @@ export declare const PatchUpdateTcxHostingPriceListRequestPriceListEnum: {
|
|
|
4671
4671
|
readonly _4: "4";
|
|
4672
4672
|
readonly _5: "5";
|
|
4673
4673
|
readonly _6: "6";
|
|
4674
|
+
readonly _7: "7";
|
|
4674
4675
|
};
|
|
4675
4676
|
export type PatchUpdateTcxHostingPriceListRequestPriceListEnum = typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum[keyof typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum];
|
|
4676
4677
|
export interface PatchUpdateTcxPartnerIdRequest {
|
package/dist/api.js
CHANGED
|
@@ -29,5 +29,10 @@ export declare const HostingPriceListEnum: {
|
|
|
29
29
|
readonly value: 6;
|
|
30
30
|
readonly publicValue: "Hosting Only (Wholesale)";
|
|
31
31
|
};
|
|
32
|
+
readonly HOSTING_ITSP: {
|
|
33
|
+
readonly name: "HOSTING_ITSP";
|
|
34
|
+
readonly value: 7;
|
|
35
|
+
readonly publicValue: "Hosting Only (ITSP)";
|
|
36
|
+
};
|
|
32
37
|
};
|
|
33
38
|
export type HostingPriceListEnum = typeof HostingPriceListEnum;
|
|
@@ -28,6 +28,11 @@ export const HostingPriceListEnum = {
|
|
|
28
28
|
"name": "HOSTING_WHOLESALE",
|
|
29
29
|
"value": 6,
|
|
30
30
|
"publicValue": "Hosting Only (Wholesale)"
|
|
31
|
+
},
|
|
32
|
+
"HOSTING_ITSP": {
|
|
33
|
+
"name": "HOSTING_ITSP",
|
|
34
|
+
"value": 7,
|
|
35
|
+
"publicValue": "Hosting Only (ITSP)"
|
|
31
36
|
}
|
|
32
37
|
} as const;
|
|
33
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yellowgrid-api-ts",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.250",
|
|
4
4
|
"description": "OpenAPI client for yellowgrid-api-ts",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prepare": "npm run build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"axios": "
|
|
25
|
+
"axios": "1.18.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "12.11.5 - 12.20.42",
|