yellowgrid-api-ts 3.2.254-dev.0 → 3.2.255-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
@@ -10841,7 +10841,7 @@ export interface TcxWizardModel {
10841
10841
  'sbcs'?: Array<TcxSbcModel> | null;
10842
10842
  'sipTrunk'?: TcxSipTrunksEntity | null;
10843
10843
  'installationStatus'?: TcxWizardModelInstallationStatusEnum | null;
10844
- 'engineering'?: string | null;
10844
+ 'engineering'?: TcxEngineeringDTO | null;
10845
10845
  'setup'?: TcxSetupEntity | null;
10846
10846
  /**
10847
10847
  * End User Wizard View
package/dist/api.d.ts CHANGED
@@ -10654,7 +10654,7 @@ export interface TcxWizardModel {
10654
10654
  'sbcs'?: Array<TcxSbcModel> | null;
10655
10655
  'sipTrunk'?: TcxSipTrunksEntity | null;
10656
10656
  'installationStatus'?: TcxWizardModelInstallationStatusEnum | null;
10657
- 'engineering'?: string | null;
10657
+ 'engineering'?: TcxEngineeringDTO | null;
10658
10658
  'setup'?: TcxSetupEntity | null;
10659
10659
  /**
10660
10660
  * End User Wizard View
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **sbcs** | [**Array&lt;TcxSbcModel&gt;**](TcxSbcModel.md) | | [optional] [default to undefined]
19
19
  **sipTrunk** | [**TcxSipTrunksEntity**](TcxSipTrunksEntity.md) | | [optional] [default to undefined]
20
20
  **installationStatus** | **string** | | [optional] [default to undefined]
21
- **engineering** | **string** | | [optional] [default to undefined]
21
+ **engineering** | [**TcxEngineeringDTO**](TcxEngineeringDTO.md) | | [optional] [default to undefined]
22
22
  **setup** | [**TcxSetupEntity**](TcxSetupEntity.md) | | [optional] [default to undefined]
23
23
  **endUserView** | **boolean** | End User Wizard View | [optional] [default to undefined]
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.254-dev.0",
3
+ "version": "3.2.255-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {