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 +4 -0
- package/dist/api.d.ts +4 -0
- package/docs/TcxInstallationModel.md +2 -0
- package/package.json +1 -1
package/api.ts
CHANGED
package/dist/api.d.ts
CHANGED
|
@@ -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,
|