@closerplatform/spinner-openapi 0.12.1145 → 0.12.1146
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 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2381,13 +2381,13 @@ export interface GuestProfile {
|
|
|
2381
2381
|
* @type {string}
|
|
2382
2382
|
* @memberof GuestProfile
|
|
2383
2383
|
*/
|
|
2384
|
-
languageLocale
|
|
2384
|
+
languageLocale?: string;
|
|
2385
2385
|
/**
|
|
2386
2386
|
*
|
|
2387
2387
|
* @type {string}
|
|
2388
2388
|
* @memberof GuestProfile
|
|
2389
2389
|
*/
|
|
2390
|
-
zoneId
|
|
2390
|
+
zoneId?: string;
|
|
2391
2391
|
/**
|
|
2392
2392
|
*
|
|
2393
2393
|
* @type {Array<string>}
|