yellowgrid-api-ts 3.2.136 → 3.2.137

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.
Files changed (3) hide show
  1. package/api.ts +1 -1
  2. package/dist/api.d.ts +1 -1
  3. package/package.json +1 -1
package/api.ts CHANGED
@@ -4372,7 +4372,7 @@ export interface PatchUpdateTcxPartnerIdRequest {
4372
4372
  /**
4373
4373
  * Set Account 3CX Partner ID
4374
4374
  */
4375
- 'partnerId'?: string;
4375
+ 'partnerId'?: string | null;
4376
4376
  }
4377
4377
  /**
4378
4378
  * Customer Account
package/dist/api.d.ts CHANGED
@@ -4318,7 +4318,7 @@ export interface PatchUpdateTcxPartnerIdRequest {
4318
4318
  /**
4319
4319
  * Set Account 3CX Partner ID
4320
4320
  */
4321
- 'partnerId'?: string;
4321
+ 'partnerId'?: string | null;
4322
4322
  }
4323
4323
  /**
4324
4324
  * Customer Account
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.136",
3
+ "version": "3.2.137",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {