yellowgrid-api-ts 3.2.165 → 3.2.166

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
@@ -4347,6 +4347,10 @@ export interface PartnerDTO {
4347
4347
  * 3CX Installation URL
4348
4348
  */
4349
4349
  'installationUrl'?: string;
4350
+ /**
4351
+ * Aligned
4352
+ */
4353
+ 'aligned'?: boolean;
4350
4354
  }
4351
4355
  export interface PatchUpdateAccountCnameRequest {
4352
4356
  /**
package/dist/api.d.ts CHANGED
@@ -4299,6 +4299,10 @@ export interface PartnerDTO {
4299
4299
  * 3CX Installation URL
4300
4300
  */
4301
4301
  'installationUrl'?: string;
4302
+ /**
4303
+ * Aligned
4304
+ */
4305
+ 'aligned'?: boolean;
4302
4306
  }
4303
4307
  export interface PatchUpdateAccountCnameRequest {
4304
4308
  /**
@@ -16,6 +16,7 @@ Name | Type | Description | Notes
16
16
  **hostingDisountPercent** | **number** | 3CX Partner Hosting Discount Percent | [optional] [default to undefined]
17
17
  **hostingPriceListId** | **number** | 3CX Hosting Price List ID | [optional] [default to undefined]
18
18
  **installationUrl** | **string** | 3CX Installation URL | [optional] [default to undefined]
19
+ **aligned** | **boolean** | Aligned | [optional] [default to undefined]
19
20
 
20
21
  ## Example
21
22
 
@@ -33,6 +34,7 @@ const instance: PartnerDTO = {
33
34
  hostingDisountPercent,
34
35
  hostingPriceListId,
35
36
  installationUrl,
37
+ aligned,
36
38
  };
37
39
  ```
38
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.165",
3
+ "version": "3.2.166",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {