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 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
@@ -1,3 +1,4 @@
1
1
  {
2
- "npmName": "yellowgrid-api-ts"
2
+ "npmName": "yellowgrid-api-ts",
3
+ "axiosVersion": "1.18.1"
3
4
  }
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
@@ -348,6 +348,7 @@ exports.PatchUpdateTcxHostingPriceListRequestPriceListEnum = {
348
348
  _4: '4',
349
349
  _5: '5',
350
350
  _6: '6',
351
+ _7: '7',
351
352
  };
352
353
  exports.ProspectDTOStatusEnum = {
353
354
  NoCallBackSet: 'No Call Back Set',
@@ -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;
@@ -31,5 +31,10 @@ exports.HostingPriceListEnum = {
31
31
  "name": "HOSTING_WHOLESALE",
32
32
  "value": 6,
33
33
  "publicValue": "Hosting Only (Wholesale)"
34
+ },
35
+ "HOSTING_ITSP": {
36
+ "name": "HOSTING_ITSP",
37
+ "value": 7,
38
+ "publicValue": "Hosting Only (ITSP)"
34
39
  }
35
40
  };
@@ -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.243",
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": "^1.16.0"
25
+ "axios": "1.18.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "12.11.5 - 12.20.42",