yellowgrid-api-ts 3.0.81 → 3.0.82

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
@@ -6109,6 +6109,12 @@ export interface TcxBackupModel {
6109
6109
  * @memberof TcxBackupModel
6110
6110
  */
6111
6111
  'phone'?: string | null;
6112
+ /**
6113
+ * Company Name
6114
+ * @type {string}
6115
+ * @memberof TcxBackupModel
6116
+ */
6117
+ 'companyName'?: string | null;
6112
6118
  }
6113
6119
  /**
6114
6120
  * TcxBillingEntity
package/dist/api.d.ts CHANGED
@@ -6066,6 +6066,12 @@ export interface TcxBackupModel {
6066
6066
  * @memberof TcxBackupModel
6067
6067
  */
6068
6068
  'phone'?: string | null;
6069
+ /**
6070
+ * Company Name
6071
+ * @type {string}
6072
+ * @memberof TcxBackupModel
6073
+ */
6074
+ 'companyName'?: string | null;
6069
6075
  }
6070
6076
  /**
6071
6077
  * TcxBillingEntity
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
24
24
  **licence** | **string** | 3CX Licence Key | [optional] [default to undefined]
25
25
  **extLength** | **number** | Extension Length | [optional] [default to undefined]
26
26
  **phone** | **string** | 3CX Licence Phone | [optional] [default to undefined]
27
+ **companyName** | **string** | Company Name | [optional] [default to undefined]
27
28
 
28
29
  ## Example
29
30
 
@@ -49,6 +50,7 @@ const instance: TcxBackupModel = {
49
50
  licence,
50
51
  extLength,
51
52
  phone,
53
+ companyName,
52
54
  };
53
55
  ```
54
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.0.81",
3
+ "version": "3.0.82",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {