@wix/auto_sdk_loyalty_programs 1.0.18 → 1.0.20
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/src/loyalty-v1-program-programs.types.d.ts +39 -29
- package/build/cjs/src/loyalty-v1-program-programs.types.js.map +1 -1
- package/build/cjs/src/loyalty-v1-program-programs.universal.d.ts +47 -45
- package/build/cjs/src/loyalty-v1-program-programs.universal.js.map +1 -1
- package/build/es/src/loyalty-v1-program-programs.types.d.ts +39 -29
- package/build/es/src/loyalty-v1-program-programs.types.js.map +1 -1
- package/build/es/src/loyalty-v1-program-programs.universal.d.ts +47 -45
- package/build/es/src/loyalty-v1-program-programs.universal.js.map +1 -1
- package/build/internal/cjs/src/loyalty-v1-program-programs.types.d.ts +39 -29
- package/build/internal/cjs/src/loyalty-v1-program-programs.types.js.map +1 -1
- package/build/internal/cjs/src/loyalty-v1-program-programs.universal.d.ts +47 -45
- package/build/internal/cjs/src/loyalty-v1-program-programs.universal.js.map +1 -1
- package/build/internal/es/src/loyalty-v1-program-programs.types.d.ts +39 -29
- package/build/internal/es/src/loyalty-v1-program-programs.types.js.map +1 -1
- package/build/internal/es/src/loyalty-v1-program-programs.universal.d.ts +47 -45
- package/build/internal/es/src/loyalty-v1-program-programs.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -18,7 +18,7 @@ export interface LoyaltyProgram {
|
|
|
18
18
|
* Default: `"DRAFT"`
|
|
19
19
|
* @readonly
|
|
20
20
|
*/
|
|
21
|
-
status?:
|
|
21
|
+
status?: ProgramStatusWithLiterals;
|
|
22
22
|
/**
|
|
23
23
|
* Date and time the program was created.
|
|
24
24
|
* @readonly
|
|
@@ -95,12 +95,14 @@ export declare enum ProgramStatus {
|
|
|
95
95
|
/** Program was manually disabled by the user. This action can be reverted, meaning the user can set it to be active again. */
|
|
96
96
|
PAUSED = "PAUSED"
|
|
97
97
|
}
|
|
98
|
+
/** @enumType */
|
|
99
|
+
export type ProgramStatusWithLiterals = ProgramStatus | 'UNKNOWN' | 'DRAFT' | 'ACTIVE' | 'PAUSED';
|
|
98
100
|
export interface PointsExpiration {
|
|
99
101
|
/**
|
|
100
102
|
* Status of the points expiration feature.
|
|
101
103
|
* @readonly
|
|
102
104
|
*/
|
|
103
|
-
status?:
|
|
105
|
+
status?: StatusWithLiterals;
|
|
104
106
|
/**
|
|
105
107
|
* How many months a member should be inactive to lose the collected points.
|
|
106
108
|
* @min 1
|
|
@@ -122,6 +124,8 @@ export declare enum Status {
|
|
|
122
124
|
/** Points expiration feature is enabled. */
|
|
123
125
|
ENABLED = "ENABLED"
|
|
124
126
|
}
|
|
127
|
+
/** @enumType */
|
|
128
|
+
export type StatusWithLiterals = Status | 'UNKNOWN_STATUS' | 'DISABLED' | 'ENABLED';
|
|
125
129
|
export interface PremiumFeatures {
|
|
126
130
|
/**
|
|
127
131
|
* Whether there are any loyalty program premium features.
|
|
@@ -148,7 +152,7 @@ export interface SocialMediaSettings {
|
|
|
148
152
|
}
|
|
149
153
|
export interface SocialMediaChannel {
|
|
150
154
|
/** Social media channel type */
|
|
151
|
-
type?:
|
|
155
|
+
type?: TypeWithLiterals;
|
|
152
156
|
/** Enable or disable social media channel */
|
|
153
157
|
enabled?: boolean;
|
|
154
158
|
/**
|
|
@@ -178,6 +182,8 @@ export declare enum Type {
|
|
|
178
182
|
/** TikTok social media channel. */
|
|
179
183
|
TIKTOK = "TIKTOK"
|
|
180
184
|
}
|
|
185
|
+
/** @enumType */
|
|
186
|
+
export type TypeWithLiterals = Type | 'UNKNOWN_CHANNEL' | 'FACEBOOK' | 'INSTAGRAM' | 'LINKEDIN' | 'X' | 'TIKTOK';
|
|
181
187
|
export interface GetLoyaltyProgramRequest {
|
|
182
188
|
}
|
|
183
189
|
export interface GetLoyaltyProgramResponse {
|
|
@@ -425,7 +431,7 @@ export interface Asset {
|
|
|
425
431
|
*/
|
|
426
432
|
instanceId?: string;
|
|
427
433
|
/** An application state. */
|
|
428
|
-
state?:
|
|
434
|
+
state?: StateWithLiterals;
|
|
429
435
|
}
|
|
430
436
|
export declare enum State {
|
|
431
437
|
UNKNOWN = "UNKNOWN",
|
|
@@ -434,6 +440,8 @@ export declare enum State {
|
|
|
434
440
|
PENDING = "PENDING",
|
|
435
441
|
DEMO = "DEMO"
|
|
436
442
|
}
|
|
443
|
+
/** @enumType */
|
|
444
|
+
export type StateWithLiterals = State | 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'PENDING' | 'DEMO';
|
|
437
445
|
export interface SiteCreated {
|
|
438
446
|
/**
|
|
439
447
|
* A template identifier (empty if not created from a template).
|
|
@@ -446,7 +454,7 @@ export interface SiteCreated {
|
|
|
446
454
|
*/
|
|
447
455
|
ownerId?: string;
|
|
448
456
|
/** A context in which meta site was created. */
|
|
449
|
-
context?:
|
|
457
|
+
context?: SiteCreatedContextWithLiterals;
|
|
450
458
|
/**
|
|
451
459
|
* A meta site id from which this site was created.
|
|
452
460
|
*
|
|
@@ -461,7 +469,7 @@ export interface SiteCreated {
|
|
|
461
469
|
*/
|
|
462
470
|
siteName?: string;
|
|
463
471
|
/** A namespace. */
|
|
464
|
-
namespace?:
|
|
472
|
+
namespace?: NamespaceWithLiterals;
|
|
465
473
|
}
|
|
466
474
|
export declare enum SiteCreatedContext {
|
|
467
475
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
@@ -477,6 +485,8 @@ export declare enum SiteCreatedContext {
|
|
|
477
485
|
/** deprecated A meta site was created for Flash editor. */
|
|
478
486
|
FLASH = "FLASH"
|
|
479
487
|
}
|
|
488
|
+
/** @enumType */
|
|
489
|
+
export type SiteCreatedContextWithLiterals = SiteCreatedContext | 'OTHER' | 'FROM_TEMPLATE' | 'DUPLICATE_BY_SITE_TRANSFER' | 'DUPLICATE' | 'OLD_SITE_TRANSFER' | 'FLASH';
|
|
480
490
|
export declare enum Namespace {
|
|
481
491
|
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
482
492
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
@@ -559,6 +569,8 @@ export declare enum Namespace {
|
|
|
559
569
|
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
560
570
|
MIMIR = "MIMIR"
|
|
561
571
|
}
|
|
572
|
+
/** @enumType */
|
|
573
|
+
export type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR';
|
|
562
574
|
/** Site transferred to another user. */
|
|
563
575
|
export interface SiteTransferred {
|
|
564
576
|
/**
|
|
@@ -581,7 +593,7 @@ export interface DeleteContext {
|
|
|
581
593
|
/** When the meta site was deleted. */
|
|
582
594
|
dateDeleted?: Date | null;
|
|
583
595
|
/** A status. */
|
|
584
|
-
deleteStatus?:
|
|
596
|
+
deleteStatus?: DeleteStatusWithLiterals;
|
|
585
597
|
/**
|
|
586
598
|
* A reason (flow).
|
|
587
599
|
* @maxLength 255
|
|
@@ -600,6 +612,8 @@ export declare enum DeleteStatus {
|
|
|
600
612
|
PENDING_PURGE = "PENDING_PURGE",
|
|
601
613
|
PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
|
|
602
614
|
}
|
|
615
|
+
/** @enumType */
|
|
616
|
+
export type DeleteStatusWithLiterals = DeleteStatus | 'UNKNOWN' | 'TRASH' | 'DELETED' | 'PENDING_PURGE' | 'PURGED_EXTERNALLY';
|
|
603
617
|
/** Restoration of the meta site. */
|
|
604
618
|
export interface SiteUndeleted {
|
|
605
619
|
}
|
|
@@ -701,9 +715,9 @@ export interface SiteHardDeleted {
|
|
|
701
715
|
}
|
|
702
716
|
export interface NamespaceChanged {
|
|
703
717
|
/** A previous namespace. */
|
|
704
|
-
oldNamespace?:
|
|
718
|
+
oldNamespace?: NamespaceWithLiterals;
|
|
705
719
|
/** A new namespace. */
|
|
706
|
-
newNamespace?:
|
|
720
|
+
newNamespace?: NamespaceWithLiterals;
|
|
707
721
|
}
|
|
708
722
|
/** Assigned Studio editor */
|
|
709
723
|
export interface StudioAssigned {
|
|
@@ -983,7 +997,7 @@ export interface QuotaFeature {
|
|
|
983
997
|
/** Default (or Freemium) quota limitation. if left undefined the free feature has unlimited amount. */
|
|
984
998
|
limit?: string | null;
|
|
985
999
|
/** Periodic time-frame to reset the usage counter. You may use NO_PERIOD if counter shouldn't be reset. */
|
|
986
|
-
period?:
|
|
1000
|
+
period?: FeaturePeriodWithLiterals;
|
|
987
1001
|
/** Usage measurement units (seconds? MBs? unitless?). Usage reported will be counted in multiples of this basic unit. */
|
|
988
1002
|
units?: string | null;
|
|
989
1003
|
}
|
|
@@ -999,6 +1013,8 @@ export declare enum FeaturePeriod {
|
|
|
999
1013
|
MONTH = "MONTH",
|
|
1000
1014
|
YEAR = "YEAR"
|
|
1001
1015
|
}
|
|
1016
|
+
/** @enumType */
|
|
1017
|
+
export type FeaturePeriodWithLiterals = FeaturePeriod | 'NO_PERIOD' | 'MILLISECOND' | 'SECOND' | 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR';
|
|
1002
1018
|
export interface QuotaInfo {
|
|
1003
1019
|
/**
|
|
1004
1020
|
* How often the customer is allowed to use the feature during the specified
|
|
@@ -1011,7 +1027,7 @@ export interface QuotaInfo {
|
|
|
1011
1027
|
* You may still manually call
|
|
1012
1028
|
* [Reset Usage Counter](https://bo.wix.com/wix-docs/rest/premium/premium-features-manager/reset-usage-counter).
|
|
1013
1029
|
*/
|
|
1014
|
-
period?:
|
|
1030
|
+
period?: FeaturePeriodWithLiterals;
|
|
1015
1031
|
/**
|
|
1016
1032
|
* How often the customer has used the feature during the current
|
|
1017
1033
|
* period.
|
|
@@ -1182,25 +1198,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1182
1198
|
updatedEvent?: EntityUpdatedEvent;
|
|
1183
1199
|
deletedEvent?: EntityDeletedEvent;
|
|
1184
1200
|
actionEvent?: ActionEvent;
|
|
1185
|
-
/**
|
|
1186
|
-
* Unique event ID.
|
|
1187
|
-
* Allows clients to ignore duplicate webhooks.
|
|
1188
|
-
*/
|
|
1201
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
1189
1202
|
id?: string;
|
|
1190
1203
|
/**
|
|
1191
|
-
*
|
|
1192
|
-
*
|
|
1204
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
1205
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
1193
1206
|
*/
|
|
1194
1207
|
entityFqdn?: string;
|
|
1195
1208
|
/**
|
|
1196
|
-
*
|
|
1197
|
-
*
|
|
1198
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
1209
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
1210
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
1199
1211
|
*/
|
|
1200
1212
|
slug?: string;
|
|
1201
1213
|
/** ID of the entity associated with the event. */
|
|
1202
1214
|
entityId?: string;
|
|
1203
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
1215
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
1204
1216
|
eventTime?: Date | null;
|
|
1205
1217
|
/**
|
|
1206
1218
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -1210,12 +1222,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1210
1222
|
/** If present, indicates the action that triggered the event. */
|
|
1211
1223
|
originatedFrom?: string | null;
|
|
1212
1224
|
/**
|
|
1213
|
-
* A sequence number
|
|
1214
|
-
*
|
|
1215
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
1216
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
1217
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
1218
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
1225
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
1226
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1219
1227
|
*/
|
|
1220
1228
|
entityEventSequence?: string | null;
|
|
1221
1229
|
}
|
|
@@ -1243,7 +1251,7 @@ export interface EntityUpdatedEvent {
|
|
|
1243
1251
|
currentEntityAsJson?: string;
|
|
1244
1252
|
}
|
|
1245
1253
|
export interface EntityDeletedEvent {
|
|
1246
|
-
/** Entity that was deleted */
|
|
1254
|
+
/** Entity that was deleted. */
|
|
1247
1255
|
deletedEntityAsJson?: string | null;
|
|
1248
1256
|
}
|
|
1249
1257
|
export interface ActionEvent {
|
|
@@ -1287,7 +1295,7 @@ export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
|
1287
1295
|
*/
|
|
1288
1296
|
appId?: string;
|
|
1289
1297
|
/** @readonly */
|
|
1290
|
-
identityType?:
|
|
1298
|
+
identityType?: WebhookIdentityTypeWithLiterals;
|
|
1291
1299
|
}
|
|
1292
1300
|
/** @oneof */
|
|
1293
1301
|
export interface IdentificationDataIdOneOf {
|
|
@@ -1319,3 +1327,5 @@ export declare enum WebhookIdentityType {
|
|
|
1319
1327
|
WIX_USER = "WIX_USER",
|
|
1320
1328
|
APP = "APP"
|
|
1321
1329
|
}
|
|
1330
|
+
/** @enumType */
|
|
1331
|
+
export type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loyalty-v1-program-programs.types.js","sourceRoot":"","sources":["../../../src/loyalty-v1-program-programs.types.ts"],"names":[],"mappings":"AA2FA,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,8BAA8B;IAC9B,oCAAmB,CAAA;IACnB,kDAAkD;IAClD,gCAAe,CAAA;IACf,yBAAyB;IACzB,kCAAiB,CAAA;IACjB,8HAA8H;IAC9H,kCAAiB,CAAA;AACnB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;
|
|
1
|
+
{"version":3,"file":"loyalty-v1-program-programs.types.js","sourceRoot":"","sources":["../../../src/loyalty-v1-program-programs.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,7 +19,7 @@ export interface LoyaltyProgram {
|
|
|
19
19
|
* Default: `"DRAFT"`
|
|
20
20
|
* @readonly
|
|
21
21
|
*/
|
|
22
|
-
status?:
|
|
22
|
+
status?: ProgramStatusWithLiterals;
|
|
23
23
|
/**
|
|
24
24
|
* Date and time the program was created.
|
|
25
25
|
* @readonly
|
|
@@ -73,12 +73,14 @@ export declare enum ProgramStatus {
|
|
|
73
73
|
/** Program was manually disabled by the user. This action can be reverted, meaning the user can set it to be active again. */
|
|
74
74
|
PAUSED = "PAUSED"
|
|
75
75
|
}
|
|
76
|
+
/** @enumType */
|
|
77
|
+
export type ProgramStatusWithLiterals = ProgramStatus | 'UNKNOWN' | 'DRAFT' | 'ACTIVE' | 'PAUSED';
|
|
76
78
|
export interface PointsExpiration {
|
|
77
79
|
/**
|
|
78
80
|
* Status of the points expiration feature.
|
|
79
81
|
* @readonly
|
|
80
82
|
*/
|
|
81
|
-
status?:
|
|
83
|
+
status?: StatusWithLiterals;
|
|
82
84
|
/**
|
|
83
85
|
* How many months a member should be inactive to lose the collected points.
|
|
84
86
|
* @min 1
|
|
@@ -100,6 +102,8 @@ export declare enum Status {
|
|
|
100
102
|
/** Points expiration feature is enabled. */
|
|
101
103
|
ENABLED = "ENABLED"
|
|
102
104
|
}
|
|
105
|
+
/** @enumType */
|
|
106
|
+
export type StatusWithLiterals = Status | 'UNKNOWN_STATUS' | 'DISABLED' | 'ENABLED';
|
|
103
107
|
export interface PremiumFeatures {
|
|
104
108
|
/**
|
|
105
109
|
* Whether there are any loyalty program premium features.
|
|
@@ -126,7 +130,7 @@ export interface SocialMediaSettings {
|
|
|
126
130
|
}
|
|
127
131
|
export interface SocialMediaChannel {
|
|
128
132
|
/** Social media channel type */
|
|
129
|
-
type?:
|
|
133
|
+
type?: TypeWithLiterals;
|
|
130
134
|
/** Enable or disable social media channel */
|
|
131
135
|
enabled?: boolean;
|
|
132
136
|
/**
|
|
@@ -156,6 +160,8 @@ export declare enum Type {
|
|
|
156
160
|
/** TikTok social media channel. */
|
|
157
161
|
TIKTOK = "TIKTOK"
|
|
158
162
|
}
|
|
163
|
+
/** @enumType */
|
|
164
|
+
export type TypeWithLiterals = Type | 'UNKNOWN_CHANNEL' | 'FACEBOOK' | 'INSTAGRAM' | 'LINKEDIN' | 'X' | 'TIKTOK';
|
|
159
165
|
export interface GetLoyaltyProgramRequest {
|
|
160
166
|
}
|
|
161
167
|
export interface GetLoyaltyProgramResponse {
|
|
@@ -403,7 +409,7 @@ export interface Asset {
|
|
|
403
409
|
*/
|
|
404
410
|
instanceId?: string;
|
|
405
411
|
/** An application state. */
|
|
406
|
-
state?:
|
|
412
|
+
state?: StateWithLiterals;
|
|
407
413
|
}
|
|
408
414
|
export declare enum State {
|
|
409
415
|
UNKNOWN = "UNKNOWN",
|
|
@@ -412,6 +418,8 @@ export declare enum State {
|
|
|
412
418
|
PENDING = "PENDING",
|
|
413
419
|
DEMO = "DEMO"
|
|
414
420
|
}
|
|
421
|
+
/** @enumType */
|
|
422
|
+
export type StateWithLiterals = State | 'UNKNOWN' | 'ENABLED' | 'DISABLED' | 'PENDING' | 'DEMO';
|
|
415
423
|
export interface SiteCreated {
|
|
416
424
|
/**
|
|
417
425
|
* A template identifier (empty if not created from a template).
|
|
@@ -424,7 +432,7 @@ export interface SiteCreated {
|
|
|
424
432
|
*/
|
|
425
433
|
ownerId?: string;
|
|
426
434
|
/** A context in which meta site was created. */
|
|
427
|
-
context?:
|
|
435
|
+
context?: SiteCreatedContextWithLiterals;
|
|
428
436
|
/**
|
|
429
437
|
* A meta site id from which this site was created.
|
|
430
438
|
*
|
|
@@ -439,7 +447,7 @@ export interface SiteCreated {
|
|
|
439
447
|
*/
|
|
440
448
|
siteName?: string;
|
|
441
449
|
/** A namespace. */
|
|
442
|
-
namespace?:
|
|
450
|
+
namespace?: NamespaceWithLiterals;
|
|
443
451
|
}
|
|
444
452
|
export declare enum SiteCreatedContext {
|
|
445
453
|
/** A valid option, we don't expose all reasons why site might be created. */
|
|
@@ -455,6 +463,8 @@ export declare enum SiteCreatedContext {
|
|
|
455
463
|
/** deprecated A meta site was created for Flash editor. */
|
|
456
464
|
FLASH = "FLASH"
|
|
457
465
|
}
|
|
466
|
+
/** @enumType */
|
|
467
|
+
export type SiteCreatedContextWithLiterals = SiteCreatedContext | 'OTHER' | 'FROM_TEMPLATE' | 'DUPLICATE_BY_SITE_TRANSFER' | 'DUPLICATE' | 'OLD_SITE_TRANSFER' | 'FLASH';
|
|
458
468
|
export declare enum Namespace {
|
|
459
469
|
UNKNOWN_NAMESPACE = "UNKNOWN_NAMESPACE",
|
|
460
470
|
/** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */
|
|
@@ -537,6 +547,8 @@ export declare enum Namespace {
|
|
|
537
547
|
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
538
548
|
MIMIR = "MIMIR"
|
|
539
549
|
}
|
|
550
|
+
/** @enumType */
|
|
551
|
+
export type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR';
|
|
540
552
|
/** Site transferred to another user. */
|
|
541
553
|
export interface SiteTransferred {
|
|
542
554
|
/**
|
|
@@ -559,7 +571,7 @@ export interface DeleteContext {
|
|
|
559
571
|
/** When the meta site was deleted. */
|
|
560
572
|
dateDeleted?: Date | null;
|
|
561
573
|
/** A status. */
|
|
562
|
-
deleteStatus?:
|
|
574
|
+
deleteStatus?: DeleteStatusWithLiterals;
|
|
563
575
|
/**
|
|
564
576
|
* A reason (flow).
|
|
565
577
|
* @maxLength 255
|
|
@@ -578,6 +590,8 @@ export declare enum DeleteStatus {
|
|
|
578
590
|
PENDING_PURGE = "PENDING_PURGE",
|
|
579
591
|
PURGED_EXTERNALLY = "PURGED_EXTERNALLY"
|
|
580
592
|
}
|
|
593
|
+
/** @enumType */
|
|
594
|
+
export type DeleteStatusWithLiterals = DeleteStatus | 'UNKNOWN' | 'TRASH' | 'DELETED' | 'PENDING_PURGE' | 'PURGED_EXTERNALLY';
|
|
581
595
|
/** Restoration of the meta site. */
|
|
582
596
|
export interface SiteUndeleted {
|
|
583
597
|
}
|
|
@@ -679,9 +693,9 @@ export interface SiteHardDeleted {
|
|
|
679
693
|
}
|
|
680
694
|
export interface NamespaceChanged {
|
|
681
695
|
/** A previous namespace. */
|
|
682
|
-
oldNamespace?:
|
|
696
|
+
oldNamespace?: NamespaceWithLiterals;
|
|
683
697
|
/** A new namespace. */
|
|
684
|
-
newNamespace?:
|
|
698
|
+
newNamespace?: NamespaceWithLiterals;
|
|
685
699
|
}
|
|
686
700
|
/** Assigned Studio editor */
|
|
687
701
|
export interface StudioAssigned {
|
|
@@ -961,7 +975,7 @@ export interface QuotaFeature {
|
|
|
961
975
|
/** Default (or Freemium) quota limitation. if left undefined the free feature has unlimited amount. */
|
|
962
976
|
limit?: string | null;
|
|
963
977
|
/** Periodic time-frame to reset the usage counter. You may use NO_PERIOD if counter shouldn't be reset. */
|
|
964
|
-
period?:
|
|
978
|
+
period?: FeaturePeriodWithLiterals;
|
|
965
979
|
/** Usage measurement units (seconds? MBs? unitless?). Usage reported will be counted in multiples of this basic unit. */
|
|
966
980
|
units?: string | null;
|
|
967
981
|
}
|
|
@@ -977,6 +991,8 @@ export declare enum FeaturePeriod {
|
|
|
977
991
|
MONTH = "MONTH",
|
|
978
992
|
YEAR = "YEAR"
|
|
979
993
|
}
|
|
994
|
+
/** @enumType */
|
|
995
|
+
export type FeaturePeriodWithLiterals = FeaturePeriod | 'NO_PERIOD' | 'MILLISECOND' | 'SECOND' | 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR';
|
|
980
996
|
export interface QuotaInfo {
|
|
981
997
|
/**
|
|
982
998
|
* How often the customer is allowed to use the feature during the specified
|
|
@@ -989,7 +1005,7 @@ export interface QuotaInfo {
|
|
|
989
1005
|
* You may still manually call
|
|
990
1006
|
* [Reset Usage Counter](https://bo.wix.com/wix-docs/rest/premium/premium-features-manager/reset-usage-counter).
|
|
991
1007
|
*/
|
|
992
|
-
period?:
|
|
1008
|
+
period?: FeaturePeriodWithLiterals;
|
|
993
1009
|
/**
|
|
994
1010
|
* How often the customer has used the feature during the current
|
|
995
1011
|
* period.
|
|
@@ -1160,25 +1176,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1160
1176
|
updatedEvent?: EntityUpdatedEvent;
|
|
1161
1177
|
deletedEvent?: EntityDeletedEvent;
|
|
1162
1178
|
actionEvent?: ActionEvent;
|
|
1163
|
-
/**
|
|
1164
|
-
* Unique event ID.
|
|
1165
|
-
* Allows clients to ignore duplicate webhooks.
|
|
1166
|
-
*/
|
|
1179
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
1167
1180
|
_id?: string;
|
|
1168
1181
|
/**
|
|
1169
|
-
*
|
|
1170
|
-
*
|
|
1182
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
1183
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
1171
1184
|
*/
|
|
1172
1185
|
entityFqdn?: string;
|
|
1173
1186
|
/**
|
|
1174
|
-
*
|
|
1175
|
-
*
|
|
1176
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
1187
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
1188
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
1177
1189
|
*/
|
|
1178
1190
|
slug?: string;
|
|
1179
1191
|
/** ID of the entity associated with the event. */
|
|
1180
1192
|
entityId?: string;
|
|
1181
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
1193
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
1182
1194
|
eventTime?: Date | null;
|
|
1183
1195
|
/**
|
|
1184
1196
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -1188,12 +1200,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1188
1200
|
/** If present, indicates the action that triggered the event. */
|
|
1189
1201
|
originatedFrom?: string | null;
|
|
1190
1202
|
/**
|
|
1191
|
-
* A sequence number
|
|
1192
|
-
*
|
|
1193
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
1194
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
1195
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
1196
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
1203
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
1204
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1197
1205
|
*/
|
|
1198
1206
|
entityEventSequence?: string | null;
|
|
1199
1207
|
}
|
|
@@ -1219,7 +1227,7 @@ export interface EntityUpdatedEvent {
|
|
|
1219
1227
|
currentEntity?: string;
|
|
1220
1228
|
}
|
|
1221
1229
|
export interface EntityDeletedEvent {
|
|
1222
|
-
/** Entity that was deleted */
|
|
1230
|
+
/** Entity that was deleted. */
|
|
1223
1231
|
deletedEntity?: string | null;
|
|
1224
1232
|
}
|
|
1225
1233
|
export interface ActionEvent {
|
|
@@ -1263,7 +1271,7 @@ export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
|
1263
1271
|
*/
|
|
1264
1272
|
appId?: string;
|
|
1265
1273
|
/** @readonly */
|
|
1266
|
-
identityType?:
|
|
1274
|
+
identityType?: WebhookIdentityTypeWithLiterals;
|
|
1267
1275
|
}
|
|
1268
1276
|
/** @oneof */
|
|
1269
1277
|
export interface IdentificationDataIdOneOf {
|
|
@@ -1295,6 +1303,8 @@ export declare enum WebhookIdentityType {
|
|
|
1295
1303
|
WIX_USER = "WIX_USER",
|
|
1296
1304
|
APP = "APP"
|
|
1297
1305
|
}
|
|
1306
|
+
/** @enumType */
|
|
1307
|
+
export type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1298
1308
|
export interface BaseEventMetadata {
|
|
1299
1309
|
/**
|
|
1300
1310
|
* App instance ID.
|
|
@@ -1310,25 +1320,21 @@ export interface BaseEventMetadata {
|
|
|
1310
1320
|
identity?: IdentificationData;
|
|
1311
1321
|
}
|
|
1312
1322
|
export interface EventMetadata extends BaseEventMetadata {
|
|
1313
|
-
/**
|
|
1314
|
-
* Unique event ID.
|
|
1315
|
-
* Allows clients to ignore duplicate webhooks.
|
|
1316
|
-
*/
|
|
1323
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
1317
1324
|
_id?: string;
|
|
1318
1325
|
/**
|
|
1319
|
-
*
|
|
1320
|
-
*
|
|
1326
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
1327
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
1321
1328
|
*/
|
|
1322
1329
|
entityFqdn?: string;
|
|
1323
1330
|
/**
|
|
1324
|
-
*
|
|
1325
|
-
*
|
|
1326
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
1331
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
1332
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
1327
1333
|
*/
|
|
1328
1334
|
slug?: string;
|
|
1329
1335
|
/** ID of the entity associated with the event. */
|
|
1330
1336
|
entityId?: string;
|
|
1331
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
1337
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
1332
1338
|
eventTime?: Date | null;
|
|
1333
1339
|
/**
|
|
1334
1340
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -1338,12 +1344,8 @@ export interface EventMetadata extends BaseEventMetadata {
|
|
|
1338
1344
|
/** If present, indicates the action that triggered the event. */
|
|
1339
1345
|
originatedFrom?: string | null;
|
|
1340
1346
|
/**
|
|
1341
|
-
* A sequence number
|
|
1342
|
-
*
|
|
1343
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
1344
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
1345
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
1346
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
1347
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
1348
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
1347
1349
|
*/
|
|
1348
1350
|
entityEventSequence?: string | null;
|
|
1349
1351
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loyalty-v1-program-programs.universal.js","sourceRoot":"","sources":["../../../src/loyalty-v1-program-programs.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,6BAA6B,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;AAqElF,MAAM,CAAN,IAAY,aASX;AATD,WAAY,aAAa;IACvB,8BAA8B;IAC9B,oCAAmB,CAAA;IACnB,kDAAkD;IAClD,gCAAe,CAAA;IACf,yBAAyB;IACzB,kCAAiB,CAAA;IACjB,8HAA8H;IAC9H,kCAAiB,CAAA;AACnB,CAAC,EATW,aAAa,KAAb,aAAa,QASxB;
|
|
1
|
+
{"version":3,"file":"loyalty-v1-program-programs.universal.js","sourceRoot":"","sources":["../../../src/loyalty-v1-program-programs.universal.ts"],"names":[],"mappings":"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"}
|