yellowgrid-api-ts 3.2.208 → 3.2.209

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.
@@ -256,7 +256,6 @@ docs/TcxBillingEntity.md
256
256
  docs/TcxBulkLicenceDetailsModel.md
257
257
  docs/TcxDeadLicenceEntity.md
258
258
  docs/TcxExtsEntity.md
259
- docs/TcxHostingPricingEntity.md
260
259
  docs/TcxInstallationModel.md
261
260
  docs/TcxInstallationsModel.md
262
261
  docs/TcxKeySummaryDTO.md
package/README.md CHANGED
@@ -550,7 +550,6 @@ Class | Method | HTTP request | Description
550
550
  - [TcxBulkLicenceDetailsModel](docs/TcxBulkLicenceDetailsModel.md)
551
551
  - [TcxDeadLicenceEntity](docs/TcxDeadLicenceEntity.md)
552
552
  - [TcxExtsEntity](docs/TcxExtsEntity.md)
553
- - [TcxHostingPricingEntity](docs/TcxHostingPricingEntity.md)
554
553
  - [TcxInstallationModel](docs/TcxInstallationModel.md)
555
554
  - [TcxInstallationsModel](docs/TcxInstallationsModel.md)
556
555
  - [TcxKeySummaryDTO](docs/TcxKeySummaryDTO.md)
package/api.ts CHANGED
@@ -4515,6 +4515,7 @@ export const PatchUpdateTcxHostingPriceListRequestPriceListEnum = {
4515
4515
  _3: '3',
4516
4516
  _4: '4',
4517
4517
  _5: '5',
4518
+ _6: '6',
4518
4519
  } as const;
4519
4520
 
4520
4521
  export type PatchUpdateTcxHostingPriceListRequestPriceListEnum = typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum[keyof typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum];
@@ -7389,43 +7390,6 @@ export interface TcxExtsEntity {
7389
7390
  */
7390
7391
  'recording'?: boolean;
7391
7392
  }
7392
- /**
7393
- * HostingPricingEntity
7394
- */
7395
- export interface TcxHostingPricingEntity {
7396
- /**
7397
- * id
7398
- */
7399
- 'id'?: number;
7400
- /**
7401
- * title
7402
- */
7403
- 'title'?: string;
7404
- /**
7405
- * perSc
7406
- */
7407
- 'perSc'?: number;
7408
- /**
7409
- * perMultiTenantSc
7410
- */
7411
- 'perMultiTenantSc'?: number;
7412
- /**
7413
- * flatRate
7414
- */
7415
- 'flatRate'?: number;
7416
- /**
7417
- * maxFlatRateSc
7418
- */
7419
- 'maxFlatRateSc'?: number;
7420
- /**
7421
- * highScThreshold
7422
- */
7423
- 'highScThreshold'?: number;
7424
- /**
7425
- * highScDiscount
7426
- */
7427
- 'highScDiscount'?: number;
7428
- }
7429
7393
  /**
7430
7394
  * 3CX Installation
7431
7395
  */
package/dist/api.d.ts CHANGED
@@ -4463,6 +4463,7 @@ export declare const PatchUpdateTcxHostingPriceListRequestPriceListEnum: {
4463
4463
  readonly _3: "3";
4464
4464
  readonly _4: "4";
4465
4465
  readonly _5: "5";
4466
+ readonly _6: "6";
4466
4467
  };
4467
4468
  export type PatchUpdateTcxHostingPriceListRequestPriceListEnum = typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum[keyof typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum];
4468
4469
  export interface PatchUpdateTcxPartnerIdRequest {
@@ -7289,43 +7290,6 @@ export interface TcxExtsEntity {
7289
7290
  */
7290
7291
  'recording'?: boolean;
7291
7292
  }
7292
- /**
7293
- * HostingPricingEntity
7294
- */
7295
- export interface TcxHostingPricingEntity {
7296
- /**
7297
- * id
7298
- */
7299
- 'id'?: number;
7300
- /**
7301
- * title
7302
- */
7303
- 'title'?: string;
7304
- /**
7305
- * perSc
7306
- */
7307
- 'perSc'?: number;
7308
- /**
7309
- * perMultiTenantSc
7310
- */
7311
- 'perMultiTenantSc'?: number;
7312
- /**
7313
- * flatRate
7314
- */
7315
- 'flatRate'?: number;
7316
- /**
7317
- * maxFlatRateSc
7318
- */
7319
- 'maxFlatRateSc'?: number;
7320
- /**
7321
- * highScThreshold
7322
- */
7323
- 'highScThreshold'?: number;
7324
- /**
7325
- * highScDiscount
7326
- */
7327
- 'highScDiscount'?: number;
7328
- }
7329
7293
  /**
7330
7294
  * 3CX Installation
7331
7295
  */
package/dist/api.js CHANGED
@@ -302,6 +302,7 @@ exports.PatchUpdateTcxHostingPriceListRequestPriceListEnum = {
302
302
  _3: '3',
303
303
  _4: '4',
304
304
  _5: '5',
305
+ _6: '6',
305
306
  };
306
307
  exports.ProspectDTOStatusEnum = {
307
308
  NoCallBackSet: 'No Call Back Set',
@@ -24,5 +24,10 @@ export declare const HostingPriceListEnum: {
24
24
  readonly value: 5;
25
25
  readonly publicValue: "End User";
26
26
  };
27
+ readonly HOSTING_WHOLESALE: {
28
+ readonly name: "HOSTING_WHOLESALE";
29
+ readonly value: 6;
30
+ readonly publicValue: "Hosting Only (Wholesale)";
31
+ };
27
32
  };
28
33
  export type HostingPriceListEnum = typeof HostingPriceListEnum;
@@ -26,5 +26,10 @@ exports.HostingPriceListEnum = {
26
26
  "name": "END_USER",
27
27
  "value": 5,
28
28
  "publicValue": "End User"
29
+ },
30
+ "HOSTING_WHOLESALE": {
31
+ "name": "HOSTING_WHOLESALE",
32
+ "value": 6,
33
+ "publicValue": "Hosting Only (Wholesale)"
29
34
  }
30
35
  };
@@ -23,6 +23,11 @@ export const HostingPriceListEnum = {
23
23
  "name": "END_USER",
24
24
  "value": 5,
25
25
  "publicValue": "End User"
26
+ },
27
+ "HOSTING_WHOLESALE": {
28
+ "name": "HOSTING_WHOLESALE",
29
+ "value": 6,
30
+ "publicValue": "Hosting Only (Wholesale)"
26
31
  }
27
32
  } as const;
28
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.208",
3
+ "version": "3.2.209",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,35 +0,0 @@
1
- # TcxHostingPricingEntity
2
-
3
- HostingPricingEntity
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **number** | id | [optional] [default to undefined]
10
- **title** | **string** | title | [optional] [default to undefined]
11
- **perSc** | **number** | perSc | [optional] [default to undefined]
12
- **perMultiTenantSc** | **number** | perMultiTenantSc | [optional] [default to undefined]
13
- **flatRate** | **number** | flatRate | [optional] [default to undefined]
14
- **maxFlatRateSc** | **number** | maxFlatRateSc | [optional] [default to undefined]
15
- **highScThreshold** | **number** | highScThreshold | [optional] [default to undefined]
16
- **highScDiscount** | **number** | highScDiscount | [optional] [default to undefined]
17
-
18
- ## Example
19
-
20
- ```typescript
21
- import { TcxHostingPricingEntity } from 'yellowgrid-api-ts';
22
-
23
- const instance: TcxHostingPricingEntity = {
24
- id,
25
- title,
26
- perSc,
27
- perMultiTenantSc,
28
- flatRate,
29
- maxFlatRateSc,
30
- highScThreshold,
31
- highScDiscount,
32
- };
33
- ```
34
-
35
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)