@wix/auto_sdk_multilingual_locale-settings 1.0.4 → 1.0.6
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/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.context.d.ts +2 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.context.js +20 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.context.js.map +1 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.http.d.ts +20 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.http.js +143 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.http.js.map +1 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.meta.d.ts +15 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js +85 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js.map +1 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.public.d.ts +4 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.public.js +35 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.public.js.map +1 -0
- package/build/{internal/multilingual-settings-v2-locale-settings-locale-settings.universal-CEiXVHN_.d.ts → cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts} +61 -61
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js +148 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -0
- package/build/{index.d.mts → cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts} +49 -51
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js +286 -0
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.context.d.ts +2 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.context.js +10 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.context.js.map +1 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.http.d.ts +20 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.http.js +137 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.http.js.map +1 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.meta.d.ts +15 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js +56 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js.map +1 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.public.d.ts +4 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.public.js +22 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.public.js.map +1 -0
- package/build/{internal/multilingual-settings-v2-locale-settings-locale-settings.universal-CEiXVHN_.d.mts → es/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts} +61 -61
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js +145 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -0
- package/build/{index.d.ts → es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts} +49 -51
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js +257 -0
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.context.d.ts +10 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.context.js +20 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.context.js.map +1 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.http.d.ts +20 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.http.js +143 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.http.js.map +1 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.meta.d.ts +15 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js +85 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js.map +1 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.public.d.ts +48 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.public.js +35 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.public.js.map +1 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts +772 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js +148 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts +824 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js +286 -0
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.context.d.ts +10 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.context.js +10 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.context.js.map +1 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.http.d.ts +20 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.http.js +137 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.http.js.map +1 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.meta.d.ts +15 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js +56 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.meta.js.map +1 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.public.d.ts +48 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.public.js +22 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.public.js.map +1 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts +772 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js +145 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts +824 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js +257 -0
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -0
- package/package.json +13 -14
- package/build/index.js +0 -362
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -329
- package/build/index.mjs.map +0 -1
- package/build/internal/index.d.mts +0 -55
- package/build/internal/index.d.ts +0 -55
- package/build/internal/index.js +0 -362
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs +0 -329
- package/build/internal/index.mjs.map +0 -1
- package/build/internal/meta.d.mts +0 -218
- package/build/internal/meta.d.ts +0 -218
- package/build/internal/meta.js +0 -218
- package/build/internal/meta.js.map +0 -1
- package/build/internal/meta.mjs +0 -189
- package/build/internal/meta.mjs.map +0 -1
- package/build/meta.d.mts +0 -218
- package/build/meta.d.ts +0 -218
- package/build/meta.js +0 -218
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -189
- package/build/meta.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
interface LocaleSettings {
|
|
1
|
+
export interface LocaleSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Revision number, which increments by 1 each time the locale settings object is updated. To prevent conflicting changes, the existing revision must be passed when updating the locale settings object.
|
|
4
4
|
* @readonly
|
|
@@ -8,12 +8,12 @@ interface LocaleSettings {
|
|
|
8
8
|
* Date and time the locale settings were created.
|
|
9
9
|
* @readonly
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
createdDate?: Date | null;
|
|
12
12
|
/**
|
|
13
13
|
* Date and time the locale settings were last updated.
|
|
14
14
|
* @readonly
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
updatedDate?: Date | null;
|
|
17
17
|
/**
|
|
18
18
|
* Indicates whether multilingual mode is enabled for the site.
|
|
19
19
|
*
|
|
@@ -49,7 +49,7 @@ interface LocaleSettings {
|
|
|
49
49
|
primaryLocale?: Locale;
|
|
50
50
|
}
|
|
51
51
|
/** Enum representing the method for resolving locales in URLs. */
|
|
52
|
-
declare enum UrlStructure {
|
|
52
|
+
export declare enum UrlStructure {
|
|
53
53
|
/** Undefined resolution method. */
|
|
54
54
|
UNDEFINED_RESOLUTION_METHOD = "UNDEFINED_RESOLUTION_METHOD",
|
|
55
55
|
/** Subdirectory resolution method for the URL structure. For example, `"www.mysite.com/fr"`. */
|
|
@@ -59,7 +59,7 @@ declare enum UrlStructure {
|
|
|
59
59
|
/** Query parameter resolution method for the URL structure. For example, `"www.mysite.com?lang=fr"`. */
|
|
60
60
|
QUERY_PARAM = "QUERY_PARAM"
|
|
61
61
|
}
|
|
62
|
-
interface Locale {
|
|
62
|
+
export interface Locale {
|
|
63
63
|
/**
|
|
64
64
|
* Locale ID. The ID is made up of the language and region codes. For example, `"en-US"`.
|
|
65
65
|
* @maxLength 20
|
|
@@ -67,7 +67,7 @@ interface Locale {
|
|
|
67
67
|
* @readonly
|
|
68
68
|
* @immutable
|
|
69
69
|
*/
|
|
70
|
-
|
|
70
|
+
id?: string | null;
|
|
71
71
|
/**
|
|
72
72
|
* Revision number, which increments by 1 each time the locale is updated. To prevent conflicting changes, the existing revision must be passed when updating the locale object.
|
|
73
73
|
* @readonly
|
|
@@ -77,12 +77,12 @@ interface Locale {
|
|
|
77
77
|
* Date and time the locale was created.
|
|
78
78
|
* @readonly
|
|
79
79
|
*/
|
|
80
|
-
|
|
80
|
+
createdDate?: Date | null;
|
|
81
81
|
/**
|
|
82
82
|
* Date and time the locale was last updated.
|
|
83
83
|
* @readonly
|
|
84
84
|
*/
|
|
85
|
-
|
|
85
|
+
updatedDate?: Date | null;
|
|
86
86
|
/**
|
|
87
87
|
* Language code. For example, `"en"` for English.
|
|
88
88
|
* @immutable
|
|
@@ -153,7 +153,7 @@ interface Locale {
|
|
|
153
153
|
overrideDisplayName?: string | null;
|
|
154
154
|
}
|
|
155
155
|
/** Enum representing the visibility status of a locale. */
|
|
156
|
-
declare enum LocaleVisibility {
|
|
156
|
+
export declare enum LocaleVisibility {
|
|
157
157
|
/** Undefined visibility status. */
|
|
158
158
|
UNDEFINED_LOCALE_STATUS = "UNDEFINED_LOCALE_STATUS",
|
|
159
159
|
/** Locale is hidden from site visitors. */
|
|
@@ -162,37 +162,37 @@ declare enum LocaleVisibility {
|
|
|
162
162
|
VISIBLE = "VISIBLE"
|
|
163
163
|
}
|
|
164
164
|
/** Message for overriding the default resolution method. */
|
|
165
|
-
interface UrlStructureOverride {
|
|
165
|
+
export interface UrlStructureOverride {
|
|
166
166
|
/** Resolution method that defines the URL structure to use instead of the default. */
|
|
167
167
|
urlStructure?: UrlStructure;
|
|
168
168
|
}
|
|
169
169
|
/** Payload for the event triggered when the multilingual_mode value changes */
|
|
170
|
-
interface MultilingualModeUpdated {
|
|
170
|
+
export interface MultilingualModeUpdated {
|
|
171
171
|
/** The primary locale when `multilingualModeEnabled` is updated. */
|
|
172
172
|
primaryLocale?: Locale;
|
|
173
173
|
/** Indicates whether the multilingual mode is enabled on the site. */
|
|
174
174
|
multilingualModeEnabled?: boolean;
|
|
175
175
|
}
|
|
176
176
|
/** Request message for retrieving multilingual settings */
|
|
177
|
-
interface GetLocaleSettingsRequest {
|
|
177
|
+
export interface GetLocaleSettingsRequest {
|
|
178
178
|
}
|
|
179
179
|
/** Response message containing the requested multilingual settings */
|
|
180
|
-
interface GetLocaleSettingsResponse {
|
|
180
|
+
export interface GetLocaleSettingsResponse {
|
|
181
181
|
/** Retrieved locale settings. */
|
|
182
182
|
localeSettings?: LocaleSettings;
|
|
183
183
|
}
|
|
184
184
|
/** Request message for updating multilingual settings */
|
|
185
|
-
interface UpdateLocaleSettingsRequest {
|
|
185
|
+
export interface UpdateLocaleSettingsRequest {
|
|
186
186
|
/** Locale settings to update. */
|
|
187
187
|
localeSettings: LocaleSettings;
|
|
188
188
|
}
|
|
189
189
|
/** Response message containing the updated multilingual settings */
|
|
190
|
-
interface UpdateLocaleSettingsResponse {
|
|
190
|
+
export interface UpdateLocaleSettingsResponse {
|
|
191
191
|
/** Updated locale settings. */
|
|
192
192
|
localeSettings?: LocaleSettings;
|
|
193
193
|
}
|
|
194
194
|
/** Request message for setting the multilingual mode */
|
|
195
|
-
interface SetMultilingualModeRequest {
|
|
195
|
+
export interface SetMultilingualModeRequest {
|
|
196
196
|
/**
|
|
197
197
|
* Whether to enable multilingual mode for the site.
|
|
198
198
|
*
|
|
@@ -201,11 +201,11 @@ interface SetMultilingualModeRequest {
|
|
|
201
201
|
multilingualModeEnabled: boolean;
|
|
202
202
|
}
|
|
203
203
|
/** Response message containing the updated settings after changing the multilingual mode */
|
|
204
|
-
interface SetMultilingualModeResponse {
|
|
204
|
+
export interface SetMultilingualModeResponse {
|
|
205
205
|
/** Updated locale settings. */
|
|
206
206
|
localeSettings?: LocaleSettings;
|
|
207
207
|
}
|
|
208
|
-
interface DomainEvent extends DomainEventBodyOneOf {
|
|
208
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
209
209
|
createdEvent?: EntityCreatedEvent;
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
@@ -214,7 +214,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
214
214
|
* Unique event ID.
|
|
215
215
|
* Allows clients to ignore duplicate webhooks.
|
|
216
216
|
*/
|
|
217
|
-
|
|
217
|
+
id?: string;
|
|
218
218
|
/**
|
|
219
219
|
* Assumes actions are also always typed to an entity_type
|
|
220
220
|
* Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
|
|
@@ -248,36 +248,38 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
248
248
|
entityEventSequence?: string | null;
|
|
249
249
|
}
|
|
250
250
|
/** @oneof */
|
|
251
|
-
interface DomainEventBodyOneOf {
|
|
251
|
+
export interface DomainEventBodyOneOf {
|
|
252
252
|
createdEvent?: EntityCreatedEvent;
|
|
253
253
|
updatedEvent?: EntityUpdatedEvent;
|
|
254
254
|
deletedEvent?: EntityDeletedEvent;
|
|
255
255
|
actionEvent?: ActionEvent;
|
|
256
256
|
}
|
|
257
|
-
interface EntityCreatedEvent {
|
|
258
|
-
|
|
257
|
+
export interface EntityCreatedEvent {
|
|
258
|
+
entityAsJson?: string;
|
|
259
|
+
/** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */
|
|
260
|
+
restoreInfo?: RestoreInfo;
|
|
259
261
|
}
|
|
260
|
-
interface RestoreInfo {
|
|
262
|
+
export interface RestoreInfo {
|
|
261
263
|
deletedDate?: Date | null;
|
|
262
264
|
}
|
|
263
|
-
interface EntityUpdatedEvent {
|
|
265
|
+
export interface EntityUpdatedEvent {
|
|
264
266
|
/**
|
|
265
267
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
266
268
|
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
267
269
|
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
268
270
|
*/
|
|
269
|
-
|
|
271
|
+
currentEntityAsJson?: string;
|
|
270
272
|
}
|
|
271
|
-
interface EntityDeletedEvent {
|
|
273
|
+
export interface EntityDeletedEvent {
|
|
272
274
|
/** Entity that was deleted */
|
|
273
|
-
|
|
275
|
+
deletedEntityAsJson?: string | null;
|
|
274
276
|
}
|
|
275
|
-
interface ActionEvent {
|
|
276
|
-
|
|
277
|
+
export interface ActionEvent {
|
|
278
|
+
bodyAsJson?: string;
|
|
277
279
|
}
|
|
278
|
-
interface Empty {
|
|
280
|
+
export interface Empty {
|
|
279
281
|
}
|
|
280
|
-
interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
282
|
+
export interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
281
283
|
/** Emitted on a meta site creation. */
|
|
282
284
|
siteCreated?: SiteCreated;
|
|
283
285
|
/** Emitted on a meta site transfer completion. */
|
|
@@ -335,7 +337,7 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
335
337
|
assets?: Asset[];
|
|
336
338
|
}
|
|
337
339
|
/** @oneof */
|
|
338
|
-
interface MetaSiteSpecialEventPayloadOneOf {
|
|
340
|
+
export interface MetaSiteSpecialEventPayloadOneOf {
|
|
339
341
|
/** Emitted on a meta site creation. */
|
|
340
342
|
siteCreated?: SiteCreated;
|
|
341
343
|
/** Emitted on a meta site transfer completion. */
|
|
@@ -377,7 +379,7 @@ interface MetaSiteSpecialEventPayloadOneOf {
|
|
|
377
379
|
/** Site is marked as PurgedExternally */
|
|
378
380
|
sitePurgedExternally?: SitePurgedExternally;
|
|
379
381
|
}
|
|
380
|
-
interface Asset {
|
|
382
|
+
export interface Asset {
|
|
381
383
|
/**
|
|
382
384
|
* An application definition id (app_id in dev-center). For legacy reasons may be UUID or a string (from Java Enum).
|
|
383
385
|
* @maxLength 36
|
|
@@ -391,14 +393,14 @@ interface Asset {
|
|
|
391
393
|
/** An application state. */
|
|
392
394
|
state?: State;
|
|
393
395
|
}
|
|
394
|
-
declare enum State {
|
|
396
|
+
export declare enum State {
|
|
395
397
|
UNKNOWN = "UNKNOWN",
|
|
396
398
|
ENABLED = "ENABLED",
|
|
397
399
|
DISABLED = "DISABLED",
|
|
398
400
|
PENDING = "PENDING",
|
|
399
401
|
DEMO = "DEMO"
|
|
400
402
|
}
|
|
401
|
-
interface SiteCreated {
|
|
403
|
+
export interface SiteCreated {
|
|
402
404
|
/**
|
|
403
405
|
* A template identifier (empty if not created from a template).
|
|
404
406
|
* @maxLength 36
|
|
@@ -427,7 +429,7 @@ interface SiteCreated {
|
|
|
427
429
|
/** A namespace. */
|
|
428
430
|
namespace?: Namespace;
|
|
429
431
|
}
|
|
430
|
-
declare enum SiteCreatedContext {
|
|
432
|
+
export declare enum SiteCreatedContext {
|
|
431
433
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
432
434
|
OTHER = "OTHER",
|
|
433
435
|
/** A meta site was created from template. */
|
|
@@ -441,7 +443,7 @@ declare enum SiteCreatedContext {
|
|
|
441
443
|
/** deprecated A meta site was created for Flash editor. */
|
|
442
444
|
FLASH = "FLASH"
|
|
443
445
|
}
|
|
444
|
-
declare enum Namespace {
|
|
446
|
+
export declare enum Namespace {
|
|
445
447
|
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
446
448
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
447
449
|
WIX = "WIX",
|
|
@@ -524,7 +526,7 @@ declare enum Namespace {
|
|
|
524
526
|
MIMIR = "MIMIR"
|
|
525
527
|
}
|
|
526
528
|
/** Site transferred to another user. */
|
|
527
|
-
interface SiteTransferred {
|
|
529
|
+
export interface SiteTransferred {
|
|
528
530
|
/**
|
|
529
531
|
* A previous owner id (user that transfers meta site).
|
|
530
532
|
* @format GUID
|
|
@@ -537,11 +539,11 @@ interface SiteTransferred {
|
|
|
537
539
|
newOwnerId?: string;
|
|
538
540
|
}
|
|
539
541
|
/** Soft deletion of the meta site. Could be restored. */
|
|
540
|
-
interface SiteDeleted {
|
|
542
|
+
export interface SiteDeleted {
|
|
541
543
|
/** A deletion context. */
|
|
542
544
|
deleteContext?: DeleteContext;
|
|
543
545
|
}
|
|
544
|
-
interface DeleteContext {
|
|
546
|
+
export interface DeleteContext {
|
|
545
547
|
/** When the meta site was deleted. */
|
|
546
548
|
dateDeleted?: Date | null;
|
|
547
549
|
/** A status. */
|
|
@@ -557,7 +559,7 @@ interface DeleteContext {
|
|
|
557
559
|
*/
|
|
558
560
|
initiatorId?: string | null;
|
|
559
561
|
}
|
|
560
|
-
declare enum DeleteStatus {
|
|
562
|
+
export declare enum DeleteStatus {
|
|
561
563
|
UNKNOWN = "UNKNOWN",
|
|
562
564
|
TRASH = "TRASH",
|
|
563
565
|
DELETED = "DELETED",
|
|
@@ -565,12 +567,12 @@ declare enum DeleteStatus {
|
|
|
565
567
|
PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
|
|
566
568
|
}
|
|
567
569
|
/** Restoration of the meta site. */
|
|
568
|
-
interface SiteUndeleted {
|
|
570
|
+
export interface SiteUndeleted {
|
|
569
571
|
}
|
|
570
572
|
/** First publish of a meta site. Or subsequent publish after unpublish. */
|
|
571
|
-
interface SitePublished {
|
|
573
|
+
export interface SitePublished {
|
|
572
574
|
}
|
|
573
|
-
interface SiteUnpublished {
|
|
575
|
+
export interface SiteUnpublished {
|
|
574
576
|
/**
|
|
575
577
|
* A list of URLs previously associated with the meta site.
|
|
576
578
|
* @maxLength 4000
|
|
@@ -578,9 +580,9 @@ interface SiteUnpublished {
|
|
|
578
580
|
*/
|
|
579
581
|
urls?: string[];
|
|
580
582
|
}
|
|
581
|
-
interface SiteMarkedAsTemplate {
|
|
583
|
+
export interface SiteMarkedAsTemplate {
|
|
582
584
|
}
|
|
583
|
-
interface SiteMarkedAsWixSite {
|
|
585
|
+
export interface SiteMarkedAsWixSite {
|
|
584
586
|
}
|
|
585
587
|
/**
|
|
586
588
|
* Represents a service provisioned a site.
|
|
@@ -597,7 +599,7 @@ interface SiteMarkedAsWixSite {
|
|
|
597
599
|
* changes made to the original template afterward.
|
|
598
600
|
* To ensure this, the TPA on the template gets a new instance_id.
|
|
599
601
|
*/
|
|
600
|
-
interface ServiceProvisioned {
|
|
602
|
+
export interface ServiceProvisioned {
|
|
601
603
|
/**
|
|
602
604
|
* Either UUID or EmbeddedServiceType.
|
|
603
605
|
* @maxLength 36
|
|
@@ -624,7 +626,7 @@ interface ServiceProvisioned {
|
|
|
624
626
|
*/
|
|
625
627
|
originMetaSiteId?: string | null;
|
|
626
628
|
}
|
|
627
|
-
interface ServiceRemoved {
|
|
629
|
+
export interface ServiceRemoved {
|
|
628
630
|
/**
|
|
629
631
|
* Either UUID or EmbeddedServiceType.
|
|
630
632
|
* @maxLength 36
|
|
@@ -642,7 +644,7 @@ interface ServiceRemoved {
|
|
|
642
644
|
version?: string | null;
|
|
643
645
|
}
|
|
644
646
|
/** Rename of the site. Meaning, free public url has been changed as well. */
|
|
645
|
-
interface SiteRenamed {
|
|
647
|
+
export interface SiteRenamed {
|
|
646
648
|
/**
|
|
647
649
|
* A new meta site name (URL slug).
|
|
648
650
|
* @maxLength 20
|
|
@@ -659,21 +661,21 @@ interface SiteRenamed {
|
|
|
659
661
|
*
|
|
660
662
|
* Could not be restored. Therefore it's desirable to cleanup data.
|
|
661
663
|
*/
|
|
662
|
-
interface SiteHardDeleted {
|
|
664
|
+
export interface SiteHardDeleted {
|
|
663
665
|
/** A deletion context. */
|
|
664
666
|
deleteContext?: DeleteContext;
|
|
665
667
|
}
|
|
666
|
-
interface NamespaceChanged {
|
|
668
|
+
export interface NamespaceChanged {
|
|
667
669
|
/** A previous namespace. */
|
|
668
670
|
oldNamespace?: Namespace;
|
|
669
671
|
/** A new namespace. */
|
|
670
672
|
newNamespace?: Namespace;
|
|
671
673
|
}
|
|
672
674
|
/** Assigned Studio editor */
|
|
673
|
-
interface StudioAssigned {
|
|
675
|
+
export interface StudioAssigned {
|
|
674
676
|
}
|
|
675
677
|
/** Unassigned Studio editor */
|
|
676
|
-
interface StudioUnassigned {
|
|
678
|
+
export interface StudioUnassigned {
|
|
677
679
|
}
|
|
678
680
|
/**
|
|
679
681
|
* Fired in case site URLs were changed in any way: new secondary domain, published, account slug rename, site rename etc.
|
|
@@ -683,13 +685,13 @@ interface StudioUnassigned {
|
|
|
683
685
|
*
|
|
684
686
|
* https://bo.wix.com/wix-docs/rest/meta-site/meta-site---urls-service
|
|
685
687
|
*/
|
|
686
|
-
interface SiteUrlChanged {
|
|
688
|
+
export interface SiteUrlChanged {
|
|
687
689
|
}
|
|
688
690
|
/**
|
|
689
691
|
* Used at the end of the deletion flow for both draft sites and when a user deletes a site.
|
|
690
692
|
* Consumed by other teams to remove relevant data.
|
|
691
693
|
*/
|
|
692
|
-
interface SitePurgedExternally {
|
|
694
|
+
export interface SitePurgedExternally {
|
|
693
695
|
/**
|
|
694
696
|
* @maxLength 2048
|
|
695
697
|
* @maxSize 100
|
|
@@ -698,7 +700,7 @@ interface SitePurgedExternally {
|
|
|
698
700
|
*/
|
|
699
701
|
appDefId?: string[];
|
|
700
702
|
}
|
|
701
|
-
interface MessageEnvelope {
|
|
703
|
+
export interface MessageEnvelope {
|
|
702
704
|
/**
|
|
703
705
|
* App instance ID.
|
|
704
706
|
* @format GUID
|
|
@@ -714,7 +716,7 @@ interface MessageEnvelope {
|
|
|
714
716
|
/** Stringify payload. */
|
|
715
717
|
data?: string;
|
|
716
718
|
}
|
|
717
|
-
interface IdentificationData extends IdentificationDataIdOneOf {
|
|
719
|
+
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
718
720
|
/**
|
|
719
721
|
* ID of a site visitor that has not logged in to the site.
|
|
720
722
|
* @format GUID
|
|
@@ -739,7 +741,7 @@ interface IdentificationData extends IdentificationDataIdOneOf {
|
|
|
739
741
|
identityType?: WebhookIdentityType;
|
|
740
742
|
}
|
|
741
743
|
/** @oneof */
|
|
742
|
-
interface IdentificationDataIdOneOf {
|
|
744
|
+
export interface IdentificationDataIdOneOf {
|
|
743
745
|
/**
|
|
744
746
|
* ID of a site visitor that has not logged in to the site.
|
|
745
747
|
* @format GUID
|
|
@@ -761,12 +763,10 @@ interface IdentificationDataIdOneOf {
|
|
|
761
763
|
*/
|
|
762
764
|
appId?: string;
|
|
763
765
|
}
|
|
764
|
-
declare enum WebhookIdentityType {
|
|
766
|
+
export declare enum WebhookIdentityType {
|
|
765
767
|
UNKNOWN = "UNKNOWN",
|
|
766
768
|
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
767
769
|
MEMBER = "MEMBER",
|
|
768
770
|
WIX_USER = "WIX_USER",
|
|
769
771
|
APP = "APP"
|
|
770
772
|
}
|
|
771
|
-
|
|
772
|
-
export { type ActionEvent as A, type ServiceProvisioned as B, type ServiceRemoved as C, DeleteStatus as D, type EntityCreatedEvent as E, type SiteRenamed as F, type GetLocaleSettingsResponse as G, type SiteHardDeleted as H, type NamespaceChanged as I, type StudioAssigned as J, type StudioUnassigned as K, type LocaleSettings as L, type MultilingualModeUpdated as M, Namespace as N, type SiteUrlChanged as O, type SitePurgedExternally as P, type MessageEnvelope as Q, type RestoreInfo as R, type SetMultilingualModeResponse as S, type IdentificationData as T, type UpdateLocaleSettingsResponse as U, type IdentificationDataIdOneOf as V, WebhookIdentityType as W, UrlStructure as a, LocaleVisibility as b, State as c, SiteCreatedContext as d, type Locale as e, type UrlStructureOverride as f, type GetLocaleSettingsRequest as g, type UpdateLocaleSettingsRequest as h, type SetMultilingualModeRequest as i, type DomainEvent as j, type DomainEventBodyOneOf as k, type EntityUpdatedEvent as l, type EntityDeletedEvent as m, type Empty as n, type MetaSiteSpecialEvent as o, type MetaSiteSpecialEventPayloadOneOf as p, type Asset as q, type SiteCreated as r, type SiteTransferred as s, type SiteDeleted as t, type DeleteContext as u, type SiteUndeleted as v, type SitePublished as w, type SiteUnpublished as x, type SiteMarkedAsTemplate as y, type SiteMarkedAsWixSite as z };
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
/** Enum representing the method for resolving locales in URLs. */
|
|
2
|
+
export var UrlStructure;
|
|
3
|
+
(function (UrlStructure) {
|
|
4
|
+
/** Undefined resolution method. */
|
|
5
|
+
UrlStructure["UNDEFINED_RESOLUTION_METHOD"] = "UNDEFINED_RESOLUTION_METHOD";
|
|
6
|
+
/** Subdirectory resolution method for the URL structure. For example, `"www.mysite.com/fr"`. */
|
|
7
|
+
UrlStructure["SUBDIRECTORY"] = "SUBDIRECTORY";
|
|
8
|
+
/** Subdomain resolution method for the URL structure. For example, `"fr.mysite.com"`. */
|
|
9
|
+
UrlStructure["SUBDOMAIN"] = "SUBDOMAIN";
|
|
10
|
+
/** Query parameter resolution method for the URL structure. For example, `"www.mysite.com?lang=fr"`. */
|
|
11
|
+
UrlStructure["QUERY_PARAM"] = "QUERY_PARAM";
|
|
12
|
+
})(UrlStructure || (UrlStructure = {}));
|
|
13
|
+
/** Enum representing the visibility status of a locale. */
|
|
14
|
+
export var LocaleVisibility;
|
|
15
|
+
(function (LocaleVisibility) {
|
|
16
|
+
/** Undefined visibility status. */
|
|
17
|
+
LocaleVisibility["UNDEFINED_LOCALE_STATUS"] = "UNDEFINED_LOCALE_STATUS";
|
|
18
|
+
/** Locale is hidden from site visitors. */
|
|
19
|
+
LocaleVisibility["HIDDEN"] = "HIDDEN";
|
|
20
|
+
/** Locale is visible to site visitors. A site can only have up to 100 visible locales. */
|
|
21
|
+
LocaleVisibility["VISIBLE"] = "VISIBLE";
|
|
22
|
+
})(LocaleVisibility || (LocaleVisibility = {}));
|
|
23
|
+
export var State;
|
|
24
|
+
(function (State) {
|
|
25
|
+
State["UNKNOWN"] = "UNKNOWN";
|
|
26
|
+
State["ENABLED"] = "ENABLED";
|
|
27
|
+
State["DISABLED"] = "DISABLED";
|
|
28
|
+
State["PENDING"] = "PENDING";
|
|
29
|
+
State["DEMO"] = "DEMO";
|
|
30
|
+
})(State || (State = {}));
|
|
31
|
+
export var SiteCreatedContext;
|
|
32
|
+
(function (SiteCreatedContext) {
|
|
33
|
+
/** A valid option, we don't expose all reasons why site might be created. */
|
|
34
|
+
SiteCreatedContext["OTHER"] = "OTHER";
|
|
35
|
+
/** A meta site was created from template. */
|
|
36
|
+
SiteCreatedContext["FROM_TEMPLATE"] = "FROM_TEMPLATE";
|
|
37
|
+
/** A meta site was created by copying of the transfferred meta site. */
|
|
38
|
+
SiteCreatedContext["DUPLICATE_BY_SITE_TRANSFER"] = "DUPLICATE_BY_SITE_TRANSFER";
|
|
39
|
+
/** A copy of existing meta site. */
|
|
40
|
+
SiteCreatedContext["DUPLICATE"] = "DUPLICATE";
|
|
41
|
+
/** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */
|
|
42
|
+
SiteCreatedContext["OLD_SITE_TRANSFER"] = "OLD_SITE_TRANSFER";
|
|
43
|
+
/** deprecated A meta site was created for Flash editor. */
|
|
44
|
+
SiteCreatedContext["FLASH"] = "FLASH";
|
|
45
|
+
})(SiteCreatedContext || (SiteCreatedContext = {}));
|
|
46
|
+
export var Namespace;
|
|
47
|
+
(function (Namespace) {
|
|
48
|
+
Namespace["UNKNOWN_NAMESPACE"] = "UNKNOWN_NAMESPACE";
|
|
49
|
+
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
50
|
+
Namespace["WIX"] = "WIX";
|
|
51
|
+
/** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
52
|
+
Namespace["SHOUT_OUT"] = "SHOUT_OUT";
|
|
53
|
+
/** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
54
|
+
Namespace["ALBUMS"] = "ALBUMS";
|
|
55
|
+
/** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
56
|
+
Namespace["WIX_STORES_TEST_DRIVE"] = "WIX_STORES_TEST_DRIVE";
|
|
57
|
+
/** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
58
|
+
Namespace["HOTELS"] = "HOTELS";
|
|
59
|
+
/** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
60
|
+
Namespace["CLUBS"] = "CLUBS";
|
|
61
|
+
/** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
62
|
+
Namespace["ONBOARDING_DRAFT"] = "ONBOARDING_DRAFT";
|
|
63
|
+
/** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
64
|
+
Namespace["DEV_SITE"] = "DEV_SITE";
|
|
65
|
+
/** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
66
|
+
Namespace["LOGOS"] = "LOGOS";
|
|
67
|
+
/** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
68
|
+
Namespace["VIDEO_MAKER"] = "VIDEO_MAKER";
|
|
69
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
70
|
+
Namespace["PARTNER_DASHBOARD"] = "PARTNER_DASHBOARD";
|
|
71
|
+
/** MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
72
|
+
Namespace["DEV_CENTER_COMPANY"] = "DEV_CENTER_COMPANY";
|
|
73
|
+
/**
|
|
74
|
+
* A draft created by HTML editor on open. Upon "first save" it will be moved to be of WIX domain.
|
|
75
|
+
*
|
|
76
|
+
* Meta site with this namespace will *not* be shown in a user's site list by default.
|
|
77
|
+
*/
|
|
78
|
+
Namespace["HTML_DRAFT"] = "HTML_DRAFT";
|
|
79
|
+
/**
|
|
80
|
+
* the user-journey for Fitness users who want to start from managing their business instead of designing their website.
|
|
81
|
+
* Will be accessible from Site List and will not have a website app.
|
|
82
|
+
* Once the user attaches a site, the site will become a regular wixsite.
|
|
83
|
+
*/
|
|
84
|
+
Namespace["SITELESS_BUSINESS"] = "SITELESS_BUSINESS";
|
|
85
|
+
/** Belongs to "strategic products" company. Supports new product in the creator's economy space. */
|
|
86
|
+
Namespace["CREATOR_ECONOMY"] = "CREATOR_ECONOMY";
|
|
87
|
+
/** It is to be used in the Business First efforts. */
|
|
88
|
+
Namespace["DASHBOARD_FIRST"] = "DASHBOARD_FIRST";
|
|
89
|
+
/** Bookings business flow with no site. */
|
|
90
|
+
Namespace["ANYWHERE"] = "ANYWHERE";
|
|
91
|
+
/** Namespace for Headless Backoffice with no editor */
|
|
92
|
+
Namespace["HEADLESS"] = "HEADLESS";
|
|
93
|
+
/**
|
|
94
|
+
* Namespace for master site that will exist in parent account that will be referenced by subaccounts
|
|
95
|
+
* The site will be used for account level CSM feature for enterprise
|
|
96
|
+
*/
|
|
97
|
+
Namespace["ACCOUNT_MASTER_CMS"] = "ACCOUNT_MASTER_CMS";
|
|
98
|
+
/** Rise.ai Siteless account management for Gift Cards and Store Credit. */
|
|
99
|
+
Namespace["RISE"] = "RISE";
|
|
100
|
+
/**
|
|
101
|
+
* As part of the branded app new funnel, users now can create a meta site that will be branded app first.
|
|
102
|
+
* There's a blank site behind the scene but it's blank).
|
|
103
|
+
* The Mobile company will be the owner of this namespace.
|
|
104
|
+
*/
|
|
105
|
+
Namespace["BRANDED_FIRST"] = "BRANDED_FIRST";
|
|
106
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
107
|
+
Namespace["NOWNIA"] = "NOWNIA";
|
|
108
|
+
/**
|
|
109
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
110
|
+
* The Partners company owns this namespace.
|
|
111
|
+
*/
|
|
112
|
+
Namespace["UGC_TEMPLATE"] = "UGC_TEMPLATE";
|
|
113
|
+
/** Codux Headless Sites */
|
|
114
|
+
Namespace["CODUX"] = "CODUX";
|
|
115
|
+
/** Bobb - AI Design Creator. */
|
|
116
|
+
Namespace["MEDIA_DESIGN_CREATOR"] = "MEDIA_DESIGN_CREATOR";
|
|
117
|
+
/**
|
|
118
|
+
* Shared Blog Site is a unique single site across Enterprise account,
|
|
119
|
+
* This site will hold all Blog posts related to the Marketing product.
|
|
120
|
+
*/
|
|
121
|
+
Namespace["SHARED_BLOG_ENTERPRISE"] = "SHARED_BLOG_ENTERPRISE";
|
|
122
|
+
/** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
123
|
+
Namespace["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
124
|
+
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
125
|
+
Namespace["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
126
|
+
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
127
|
+
Namespace["MIMIR"] = "MIMIR";
|
|
128
|
+
})(Namespace || (Namespace = {}));
|
|
129
|
+
export var DeleteStatus;
|
|
130
|
+
(function (DeleteStatus) {
|
|
131
|
+
DeleteStatus["UNKNOWN"] = "UNKNOWN";
|
|
132
|
+
DeleteStatus["TRASH"] = "TRASH";
|
|
133
|
+
DeleteStatus["DELETED"] = "DELETED";
|
|
134
|
+
DeleteStatus["PENDING_PURGE"] = "PENDING_PURGE";
|
|
135
|
+
DeleteStatus["PURGED_EXTERNALLY"] = "PURGED_EXTERNALLY";
|
|
136
|
+
})(DeleteStatus || (DeleteStatus = {}));
|
|
137
|
+
export var WebhookIdentityType;
|
|
138
|
+
(function (WebhookIdentityType) {
|
|
139
|
+
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
140
|
+
WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
141
|
+
WebhookIdentityType["MEMBER"] = "MEMBER";
|
|
142
|
+
WebhookIdentityType["WIX_USER"] = "WIX_USER";
|
|
143
|
+
WebhookIdentityType["APP"] = "APP";
|
|
144
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
145
|
+
//# sourceMappingURL=multilingual-settings-v2-locale-settings-locale-settings.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"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"}
|