@closerplatform/spinner-openapi 0.12.414 → 0.12.415
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 +4 -4
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2631,13 +2631,13 @@ export interface GuestProfile {
|
|
|
2631
2631
|
* @type {string}
|
|
2632
2632
|
* @memberof GuestProfile
|
|
2633
2633
|
*/
|
|
2634
|
-
languageLocale
|
|
2634
|
+
languageLocale?: string;
|
|
2635
2635
|
/**
|
|
2636
2636
|
*
|
|
2637
2637
|
* @type {string}
|
|
2638
2638
|
* @memberof GuestProfile
|
|
2639
2639
|
*/
|
|
2640
|
-
zoneId
|
|
2640
|
+
zoneId?: string;
|
|
2641
2641
|
/**
|
|
2642
2642
|
*
|
|
2643
2643
|
* @type {string}
|
|
@@ -2661,7 +2661,7 @@ export interface GuestProfile {
|
|
|
2661
2661
|
* @type {Array<BackOfficeField>}
|
|
2662
2662
|
* @memberof GuestProfile
|
|
2663
2663
|
*/
|
|
2664
|
-
backOfficeData
|
|
2664
|
+
backOfficeData?: Array<BackOfficeField>;
|
|
2665
2665
|
/**
|
|
2666
2666
|
*
|
|
2667
2667
|
* @type {string}
|
|
@@ -2679,7 +2679,7 @@ export interface GuestProfile {
|
|
|
2679
2679
|
* @type {Array<string>}
|
|
2680
2680
|
* @memberof GuestProfile
|
|
2681
2681
|
*/
|
|
2682
|
-
topics
|
|
2682
|
+
topics?: Array<string>;
|
|
2683
2683
|
/**
|
|
2684
2684
|
*
|
|
2685
2685
|
* @type {string}
|