yellowgrid-api-ts 3.2.237 → 3.2.238

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
@@ -7543,6 +7543,10 @@ export interface TcxInstallationModel {
7543
7543
  * Wizard ID
7544
7544
  */
7545
7545
  'wizardId'?: string;
7546
+ /**
7547
+ * Customer ID
7548
+ */
7549
+ 'customerId'?: number;
7546
7550
  /**
7547
7551
  * Instance ID
7548
7552
  */
package/dist/api.d.ts CHANGED
@@ -7440,6 +7440,10 @@ export interface TcxInstallationModel {
7440
7440
  * Wizard ID
7441
7441
  */
7442
7442
  'wizardId'?: string;
7443
+ /**
7444
+ * Customer ID
7445
+ */
7446
+ 'customerId'?: number;
7443
7447
  /**
7444
7448
  * Instance ID
7445
7449
  */
@@ -7,6 +7,7 @@
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **wizardId** | **string** | Wizard ID | [optional] [default to undefined]
10
+ **customerId** | **number** | Customer ID | [optional] [default to undefined]
10
11
  **instanceId** | **string** | Instance ID | [optional] [default to undefined]
11
12
  **licenceKey** | **string** | 3CX Licence Key | [optional] [default to undefined]
12
13
  **endUser** | **string** | End User | [optional] [default to undefined]
@@ -45,6 +46,7 @@ import { TcxInstallationModel } from 'yellowgrid-api-ts';
45
46
 
46
47
  const instance: TcxInstallationModel = {
47
48
  wizardId,
49
+ customerId,
48
50
  instanceId,
49
51
  licenceKey,
50
52
  endUser,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.237",
3
+ "version": "3.2.238",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {