yellowgrid-api-ts 3.2.139 → 3.2.140

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
@@ -4252,7 +4252,7 @@ export interface PartnerDTO {
4252
4252
  /**
4253
4253
  * 3CX Partner ID
4254
4254
  */
4255
- 'partnerId'?: string;
4255
+ 'partnerId'?: string | null;
4256
4256
  /**
4257
4257
  * 3CX Partner Company Name
4258
4258
  */
package/dist/api.d.ts CHANGED
@@ -4204,7 +4204,7 @@ export interface PartnerDTO {
4204
4204
  /**
4205
4205
  * 3CX Partner ID
4206
4206
  */
4207
- 'partnerId'?: string;
4207
+ 'partnerId'?: string | null;
4208
4208
  /**
4209
4209
  * 3CX Partner Company Name
4210
4210
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.139",
3
+ "version": "3.2.140",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {