yellowgrid-api-ts 3.2.151-dev.0 → 3.2.152-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/api.ts CHANGED
@@ -4276,9 +4276,9 @@ export interface PartnerDTO {
4276
4276
  */
4277
4277
  'hostingDisountPercent'?: number;
4278
4278
  /**
4279
- * 3CX Hosting Price List
4279
+ * 3CX Hosting Price List ID
4280
4280
  */
4281
- 'hostingPriceList'?: string;
4281
+ 'hostingPriceListId'?: number;
4282
4282
  /**
4283
4283
  * 3CX Installation URL
4284
4284
  */
package/dist/api.d.ts CHANGED
@@ -4229,9 +4229,9 @@ export interface PartnerDTO {
4229
4229
  */
4230
4230
  'hostingDisountPercent'?: number;
4231
4231
  /**
4232
- * 3CX Hosting Price List
4232
+ * 3CX Hosting Price List ID
4233
4233
  */
4234
- 'hostingPriceList'?: string;
4234
+ 'hostingPriceListId'?: number;
4235
4235
  /**
4236
4236
  * 3CX Installation URL
4237
4237
  */
@@ -14,7 +14,7 @@ Name | Type | Description | Notes
14
14
  **partnerLevel** | **string** | 3CX Partner Level | [optional] [default to undefined]
15
15
  **licenceDiscountPercent** | **number** | 3CX Partner Licence Discount Percent | [optional] [default to undefined]
16
16
  **hostingDisountPercent** | **number** | 3CX Partner Hosting Discount Percent | [optional] [default to undefined]
17
- **hostingPriceList** | **string** | 3CX Hosting Price List | [optional] [default to undefined]
17
+ **hostingPriceListId** | **number** | 3CX Hosting Price List ID | [optional] [default to undefined]
18
18
  **installationUrl** | **string** | 3CX Installation URL | [optional] [default to undefined]
19
19
 
20
20
  ## Example
@@ -31,7 +31,7 @@ const instance: PartnerDTO = {
31
31
  partnerLevel,
32
32
  licenceDiscountPercent,
33
33
  hostingDisountPercent,
34
- hostingPriceList,
34
+ hostingPriceListId,
35
35
  installationUrl,
36
36
  };
37
37
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.151-dev.0",
3
+ "version": "3.2.152-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {