@closerplatform/spinner-openapi 0.12.1142 → 0.12.1144

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 (2) hide show
  1. package/dist/api.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -609,7 +609,7 @@ export interface AgentProfile {
609
609
  * @type {string}
610
610
  * @memberof AgentProfile
611
611
  */
612
- orgId: string;
612
+ orgId?: string;
613
613
  /**
614
614
  *
615
615
  * @type {string}
@@ -2441,7 +2441,7 @@ export interface GuestProfile {
2441
2441
  * @type {Array<string>}
2442
2442
  * @memberof GuestProfile
2443
2443
  */
2444
- topics: Array<string>;
2444
+ topics?: Array<string>;
2445
2445
  /**
2446
2446
  *
2447
2447
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closerplatform/spinner-openapi",
3
- "version": "0.12.1142",
3
+ "version": "0.12.1144",
4
4
  "description": "swagger client for @closerplatform/spinner-openapi",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [