@closerplatform/spinner-openapi 0.12.1143 → 0.12.1145
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/dist/api.d.ts +2 -14
- 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
|
|
612
|
+
orgId?: string;
|
|
613
613
|
/**
|
|
614
614
|
*
|
|
615
615
|
* @type {string}
|
|
@@ -2388,12 +2388,6 @@ export interface GuestProfile {
|
|
|
2388
2388
|
* @memberof GuestProfile
|
|
2389
2389
|
*/
|
|
2390
2390
|
zoneId: string;
|
|
2391
|
-
/**
|
|
2392
|
-
*
|
|
2393
|
-
* @type {boolean}
|
|
2394
|
-
* @memberof GuestProfile
|
|
2395
|
-
*/
|
|
2396
|
-
isPushEnabled: boolean;
|
|
2397
2391
|
/**
|
|
2398
2392
|
*
|
|
2399
2393
|
* @type {Array<string>}
|
|
@@ -2441,7 +2435,7 @@ export interface GuestProfile {
|
|
|
2441
2435
|
* @type {Array<string>}
|
|
2442
2436
|
* @memberof GuestProfile
|
|
2443
2437
|
*/
|
|
2444
|
-
topics
|
|
2438
|
+
topics?: Array<string>;
|
|
2445
2439
|
/**
|
|
2446
2440
|
*
|
|
2447
2441
|
* @type {string}
|
|
@@ -2588,12 +2582,6 @@ export interface GuestProfileFormPatch {
|
|
|
2588
2582
|
* @memberof GuestProfileFormPatch
|
|
2589
2583
|
*/
|
|
2590
2584
|
backOfficeData?: Array<BackOfficeFieldPatch>;
|
|
2591
|
-
/**
|
|
2592
|
-
*
|
|
2593
|
-
* @type {boolean}
|
|
2594
|
-
* @memberof GuestProfileFormPatch
|
|
2595
|
-
*/
|
|
2596
|
-
isPushEnabled?: boolean;
|
|
2597
2585
|
}
|
|
2598
2586
|
/**
|
|
2599
2587
|
*
|