@wix/auto_sdk_ecom_tip-settings 1.0.0 → 1.0.1
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/tips-settings-v1-tip-settings-tip-settings.types.d.ts +82 -17
- package/build/cjs/src/tips-settings-v1-tip-settings-tip-settings.types.js.map +1 -1
- package/build/cjs/src/tips-settings-v1-tip-settings-tip-settings.universal.d.ts +82 -17
- package/build/cjs/src/tips-settings-v1-tip-settings-tip-settings.universal.js.map +1 -1
- package/build/es/src/tips-settings-v1-tip-settings-tip-settings.types.d.ts +82 -17
- package/build/es/src/tips-settings-v1-tip-settings-tip-settings.types.js.map +1 -1
- package/build/es/src/tips-settings-v1-tip-settings-tip-settings.universal.d.ts +82 -17
- package/build/es/src/tips-settings-v1-tip-settings-tip-settings.universal.js.map +1 -1
- package/build/internal/cjs/src/tips-settings-v1-tip-settings-tip-settings.types.d.ts +82 -17
- package/build/internal/cjs/src/tips-settings-v1-tip-settings-tip-settings.types.js.map +1 -1
- package/build/internal/cjs/src/tips-settings-v1-tip-settings-tip-settings.universal.d.ts +82 -17
- package/build/internal/cjs/src/tips-settings-v1-tip-settings-tip-settings.universal.js.map +1 -1
- package/build/internal/es/src/tips-settings-v1-tip-settings-tip-settings.types.d.ts +82 -17
- package/build/internal/es/src/tips-settings-v1-tip-settings-tip-settings.types.js.map +1 -1
- package/build/internal/es/src/tips-settings-v1-tip-settings-tip-settings.universal.d.ts +82 -17
- package/build/internal/es/src/tips-settings-v1-tip-settings-tip-settings.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -9,6 +9,7 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
9
9
|
/**
|
|
10
10
|
* ID of the [location](https://dev.wix.com/docs/rest/business-management/locations/location-object)
|
|
11
11
|
* for which the tip settings apply.
|
|
12
|
+
* @format GUID
|
|
12
13
|
*/
|
|
13
14
|
locationId?: string | null;
|
|
14
15
|
/**
|
|
@@ -16,15 +17,18 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
16
17
|
* validate the ID you provide.
|
|
17
18
|
*
|
|
18
19
|
* Max: 30 characters
|
|
20
|
+
* @maxLength 30
|
|
19
21
|
*/
|
|
20
22
|
paymentTerminalId?: string | null;
|
|
21
23
|
/**
|
|
22
24
|
* ID of the Wix user for whom the tip settings apply. For example, the site owner or a
|
|
23
25
|
* [site collaborator](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site).
|
|
26
|
+
* @format GUID
|
|
24
27
|
*/
|
|
25
28
|
userId?: string | null;
|
|
26
29
|
/**
|
|
27
30
|
* ID of the tip settings.
|
|
31
|
+
* @format GUID
|
|
28
32
|
* @readonly
|
|
29
33
|
*/
|
|
30
34
|
id?: string | null;
|
|
@@ -43,6 +47,8 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
43
47
|
*
|
|
44
48
|
* Min: `1` preset
|
|
45
49
|
* Max: `3` presets
|
|
50
|
+
* @minSize 1
|
|
51
|
+
* @maxSize 3
|
|
46
52
|
*/
|
|
47
53
|
presets?: Preset[];
|
|
48
54
|
/**
|
|
@@ -113,6 +119,7 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
113
119
|
/**
|
|
114
120
|
* ID of the app that has created the settings. See the list of app IDs for
|
|
115
121
|
* [Wix business solutions](https://dev.wix.com/docs/rest/articles/getting-started/wix-business-solutions).
|
|
122
|
+
* @format GUID
|
|
116
123
|
*/
|
|
117
124
|
appId?: string | null;
|
|
118
125
|
/**
|
|
@@ -126,6 +133,7 @@ export interface TipSettingsIdentifierOneOf {
|
|
|
126
133
|
/**
|
|
127
134
|
* ID of the [location](https://dev.wix.com/docs/rest/business-management/locations/location-object)
|
|
128
135
|
* for which the tip settings apply.
|
|
136
|
+
* @format GUID
|
|
129
137
|
*/
|
|
130
138
|
locationId?: string | null;
|
|
131
139
|
/**
|
|
@@ -133,11 +141,13 @@ export interface TipSettingsIdentifierOneOf {
|
|
|
133
141
|
* validate the ID you provide.
|
|
134
142
|
*
|
|
135
143
|
* Max: 30 characters
|
|
144
|
+
* @maxLength 30
|
|
136
145
|
*/
|
|
137
146
|
paymentTerminalId?: string | null;
|
|
138
147
|
/**
|
|
139
148
|
* ID of the Wix user for whom the tip settings apply. For example, the site owner or a
|
|
140
149
|
* [site collaborator](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site).
|
|
150
|
+
* @format GUID
|
|
141
151
|
*/
|
|
142
152
|
userId?: string | null;
|
|
143
153
|
}
|
|
@@ -206,11 +216,20 @@ export interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
|
206
216
|
/**
|
|
207
217
|
* Sort object in the following format:
|
|
208
218
|
* `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
219
|
+
* @maxSize 10
|
|
209
220
|
*/
|
|
210
221
|
sort?: Sorting[];
|
|
211
|
-
/**
|
|
222
|
+
/**
|
|
223
|
+
* Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned.
|
|
224
|
+
* @maxLength 200
|
|
225
|
+
* @maxSize 10
|
|
226
|
+
*/
|
|
212
227
|
fields?: string[];
|
|
213
|
-
/**
|
|
228
|
+
/**
|
|
229
|
+
* Array of named, predefined sets of projected fields. A array of predefined named sets of fields to be returned. Specifying multiple `fieldsets` will return the union of fields from all sets. If `fields` are also specified, the union of `fieldsets` and `fields` is returned.
|
|
230
|
+
* @maxLength 200
|
|
231
|
+
* @maxSize 10
|
|
232
|
+
*/
|
|
214
233
|
fieldsets?: string[];
|
|
215
234
|
}
|
|
216
235
|
/** @oneof */
|
|
@@ -221,7 +240,10 @@ export interface QueryV2PagingMethodOneOf {
|
|
|
221
240
|
cursorPaging?: CursorPaging;
|
|
222
241
|
}
|
|
223
242
|
export interface Sorting {
|
|
224
|
-
/**
|
|
243
|
+
/**
|
|
244
|
+
* Name of the field to sort by.
|
|
245
|
+
* @maxLength 512
|
|
246
|
+
*/
|
|
225
247
|
fieldName?: string;
|
|
226
248
|
/** Sort order. */
|
|
227
249
|
order?: SortOrder;
|
|
@@ -237,13 +259,17 @@ export interface Paging {
|
|
|
237
259
|
offset?: number | null;
|
|
238
260
|
}
|
|
239
261
|
export interface CursorPaging {
|
|
240
|
-
/**
|
|
262
|
+
/**
|
|
263
|
+
* Maximum number of items to return in the results.
|
|
264
|
+
* @max 100
|
|
265
|
+
*/
|
|
241
266
|
limit?: number | null;
|
|
242
267
|
/**
|
|
243
268
|
* Pointer to the next or previous page in the list of results.
|
|
244
269
|
*
|
|
245
270
|
* Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
|
|
246
271
|
* Not relevant for the first request.
|
|
272
|
+
* @maxLength 16000
|
|
247
273
|
*/
|
|
248
274
|
cursor?: string | null;
|
|
249
275
|
}
|
|
@@ -266,9 +292,15 @@ export interface PagingMetadataV2 {
|
|
|
266
292
|
cursors?: Cursors;
|
|
267
293
|
}
|
|
268
294
|
export interface Cursors {
|
|
269
|
-
/**
|
|
295
|
+
/**
|
|
296
|
+
* Cursor string pointing to the next page in the list of results.
|
|
297
|
+
* @maxLength 16000
|
|
298
|
+
*/
|
|
270
299
|
next?: string | null;
|
|
271
|
-
/**
|
|
300
|
+
/**
|
|
301
|
+
* Cursor pointing to the previous page in the list of results.
|
|
302
|
+
* @maxLength 16000
|
|
303
|
+
*/
|
|
272
304
|
prev?: string | null;
|
|
273
305
|
}
|
|
274
306
|
export interface UpdateTipSettingsRequest {
|
|
@@ -296,7 +328,10 @@ export interface CreateDefaultTipSettingsResponse {
|
|
|
296
328
|
tipSettings?: TipSettings;
|
|
297
329
|
}
|
|
298
330
|
export interface DeleteTipSettingsRequest {
|
|
299
|
-
/**
|
|
331
|
+
/**
|
|
332
|
+
* ID of the `tipSettings` object to delete.
|
|
333
|
+
* @format GUID
|
|
334
|
+
*/
|
|
300
335
|
tipSettingsId: string | null;
|
|
301
336
|
}
|
|
302
337
|
export interface DeleteTipSettingsResponse {
|
|
@@ -374,9 +409,15 @@ export interface ActionEvent {
|
|
|
374
409
|
bodyAsJson?: string;
|
|
375
410
|
}
|
|
376
411
|
export interface MessageEnvelope {
|
|
377
|
-
/**
|
|
412
|
+
/**
|
|
413
|
+
* App instance ID.
|
|
414
|
+
* @format GUID
|
|
415
|
+
*/
|
|
378
416
|
instanceId?: string | null;
|
|
379
|
-
/**
|
|
417
|
+
/**
|
|
418
|
+
* Event type.
|
|
419
|
+
* @maxLength 150
|
|
420
|
+
*/
|
|
380
421
|
eventType?: string;
|
|
381
422
|
/** The identification type and identity data. */
|
|
382
423
|
identity?: IdentificationData;
|
|
@@ -384,26 +425,50 @@ export interface MessageEnvelope {
|
|
|
384
425
|
data?: string;
|
|
385
426
|
}
|
|
386
427
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
387
|
-
/**
|
|
428
|
+
/**
|
|
429
|
+
* ID of a site visitor that has not logged in to the site.
|
|
430
|
+
* @format GUID
|
|
431
|
+
*/
|
|
388
432
|
anonymousVisitorId?: string;
|
|
389
|
-
/**
|
|
433
|
+
/**
|
|
434
|
+
* ID of a site visitor that has logged in to the site.
|
|
435
|
+
* @format GUID
|
|
436
|
+
*/
|
|
390
437
|
memberId?: string;
|
|
391
|
-
/**
|
|
438
|
+
/**
|
|
439
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
440
|
+
* @format GUID
|
|
441
|
+
*/
|
|
392
442
|
wixUserId?: string;
|
|
393
|
-
/**
|
|
443
|
+
/**
|
|
444
|
+
* ID of an app.
|
|
445
|
+
* @format GUID
|
|
446
|
+
*/
|
|
394
447
|
appId?: string;
|
|
395
448
|
/** @readonly */
|
|
396
449
|
identityType?: WebhookIdentityType;
|
|
397
450
|
}
|
|
398
451
|
/** @oneof */
|
|
399
452
|
export interface IdentificationDataIdOneOf {
|
|
400
|
-
/**
|
|
453
|
+
/**
|
|
454
|
+
* ID of a site visitor that has not logged in to the site.
|
|
455
|
+
* @format GUID
|
|
456
|
+
*/
|
|
401
457
|
anonymousVisitorId?: string;
|
|
402
|
-
/**
|
|
458
|
+
/**
|
|
459
|
+
* ID of a site visitor that has logged in to the site.
|
|
460
|
+
* @format GUID
|
|
461
|
+
*/
|
|
403
462
|
memberId?: string;
|
|
404
|
-
/**
|
|
463
|
+
/**
|
|
464
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
465
|
+
* @format GUID
|
|
466
|
+
*/
|
|
405
467
|
wixUserId?: string;
|
|
406
|
-
/**
|
|
468
|
+
/**
|
|
469
|
+
* ID of an app.
|
|
470
|
+
* @format GUID
|
|
471
|
+
*/
|
|
407
472
|
appId?: string;
|
|
408
473
|
}
|
|
409
474
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tips-settings-v1-tip-settings-tip-settings.types.js","sourceRoot":"","sources":["../../../src/tips-settings-v1-tip-settings-tip-settings.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"tips-settings-v1-tip-settings-tip-settings.types.js","sourceRoot":"","sources":["../../../src/tips-settings-v1-tip-settings-tip-settings.types.ts"],"names":[],"mappings":";;;AA2JA,IAAY,OAOX;AAPD,WAAY,OAAO;IACjB,kDAAkD;IAClD,gDAAqC,CAAA;IACrC,uFAAuF;IACvF,oCAAyB,CAAA;IACzB,iCAAiC;IACjC,4BAAiB,CAAA;AACnB,CAAC,EAPW,OAAO,uBAAP,OAAO,QAOlB;AAoBD,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IACjC,mEAAmE;IACnE,wEAA6C,CAAA;IAC7C,oDAAoD;IACpD,0CAAe,CAAA;IACf,sDAAsD;IACtD,wDAA6B,CAAA;AAC/B,CAAC,EAPW,uBAAuB,uCAAvB,uBAAuB,QAOlC;AAuED,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB;AAmPD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|
|
@@ -9,6 +9,7 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
9
9
|
/**
|
|
10
10
|
* ID of the [location](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction)
|
|
11
11
|
* for which the tip settings apply.
|
|
12
|
+
* @format GUID
|
|
12
13
|
*/
|
|
13
14
|
locationId?: string | null;
|
|
14
15
|
/**
|
|
@@ -16,15 +17,18 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
16
17
|
* validate the ID you provide.
|
|
17
18
|
*
|
|
18
19
|
* Max: 30 characters
|
|
20
|
+
* @maxLength 30
|
|
19
21
|
*/
|
|
20
22
|
paymentTerminalId?: string | null;
|
|
21
23
|
/**
|
|
22
24
|
* ID of the Wix user for whom the tip settings apply. For example, the site owner or a
|
|
23
25
|
* [site collaborator](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site).
|
|
26
|
+
* @format GUID
|
|
24
27
|
*/
|
|
25
28
|
userId?: string | null;
|
|
26
29
|
/**
|
|
27
30
|
* ID of the tip settings.
|
|
31
|
+
* @format GUID
|
|
28
32
|
* @readonly
|
|
29
33
|
*/
|
|
30
34
|
_id?: string | null;
|
|
@@ -43,6 +47,8 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
43
47
|
*
|
|
44
48
|
* Min: `1` preset
|
|
45
49
|
* Max: `3` presets
|
|
50
|
+
* @minSize 1
|
|
51
|
+
* @maxSize 3
|
|
46
52
|
*/
|
|
47
53
|
presets?: Preset[];
|
|
48
54
|
/**
|
|
@@ -111,6 +117,7 @@ export interface TipSettings extends TipSettingsIdentifierOneOf {
|
|
|
111
117
|
/**
|
|
112
118
|
* ID of the app that has created the settings. See the list of app IDs for
|
|
113
119
|
* [Wix business solutions](https://dev.wix.com/docs/rest/articles/getting-started/wix-business-solutions).
|
|
120
|
+
* @format GUID
|
|
114
121
|
*/
|
|
115
122
|
appId?: string | null;
|
|
116
123
|
/**
|
|
@@ -124,6 +131,7 @@ export interface TipSettingsIdentifierOneOf {
|
|
|
124
131
|
/**
|
|
125
132
|
* ID of the [location](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction)
|
|
126
133
|
* for which the tip settings apply.
|
|
134
|
+
* @format GUID
|
|
127
135
|
*/
|
|
128
136
|
locationId?: string | null;
|
|
129
137
|
/**
|
|
@@ -131,11 +139,13 @@ export interface TipSettingsIdentifierOneOf {
|
|
|
131
139
|
* validate the ID you provide.
|
|
132
140
|
*
|
|
133
141
|
* Max: 30 characters
|
|
142
|
+
* @maxLength 30
|
|
134
143
|
*/
|
|
135
144
|
paymentTerminalId?: string | null;
|
|
136
145
|
/**
|
|
137
146
|
* ID of the Wix user for whom the tip settings apply. For example, the site owner or a
|
|
138
147
|
* [site collaborator](https://support.wix.com/en/article/inviting-people-to-contribute-to-your-site).
|
|
148
|
+
* @format GUID
|
|
139
149
|
*/
|
|
140
150
|
userId?: string | null;
|
|
141
151
|
}
|
|
@@ -204,11 +214,20 @@ export interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
|
204
214
|
/**
|
|
205
215
|
* Sort object in the following format:
|
|
206
216
|
* `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
217
|
+
* @maxSize 10
|
|
207
218
|
*/
|
|
208
219
|
sort?: Sorting[];
|
|
209
|
-
/**
|
|
220
|
+
/**
|
|
221
|
+
* Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned.
|
|
222
|
+
* @maxLength 200
|
|
223
|
+
* @maxSize 10
|
|
224
|
+
*/
|
|
210
225
|
fields?: string[];
|
|
211
|
-
/**
|
|
226
|
+
/**
|
|
227
|
+
* Array of named, predefined sets of projected fields. A array of predefined named sets of fields to be returned. Specifying multiple `fieldsets` will return the union of fields from all sets. If `fields` are also specified, the union of `fieldsets` and `fields` is returned.
|
|
228
|
+
* @maxLength 200
|
|
229
|
+
* @maxSize 10
|
|
230
|
+
*/
|
|
212
231
|
fieldsets?: string[];
|
|
213
232
|
}
|
|
214
233
|
/** @oneof */
|
|
@@ -219,7 +238,10 @@ export interface QueryV2PagingMethodOneOf {
|
|
|
219
238
|
cursorPaging?: CursorPaging;
|
|
220
239
|
}
|
|
221
240
|
export interface Sorting {
|
|
222
|
-
/**
|
|
241
|
+
/**
|
|
242
|
+
* Name of the field to sort by.
|
|
243
|
+
* @maxLength 512
|
|
244
|
+
*/
|
|
223
245
|
fieldName?: string;
|
|
224
246
|
/** Sort order. */
|
|
225
247
|
order?: SortOrder;
|
|
@@ -235,13 +257,17 @@ export interface Paging {
|
|
|
235
257
|
offset?: number | null;
|
|
236
258
|
}
|
|
237
259
|
export interface CursorPaging {
|
|
238
|
-
/**
|
|
260
|
+
/**
|
|
261
|
+
* Maximum number of items to return in the results.
|
|
262
|
+
* @max 100
|
|
263
|
+
*/
|
|
239
264
|
limit?: number | null;
|
|
240
265
|
/**
|
|
241
266
|
* Pointer to the next or previous page in the list of results.
|
|
242
267
|
*
|
|
243
268
|
* Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
|
|
244
269
|
* Not relevant for the first request.
|
|
270
|
+
* @maxLength 16000
|
|
245
271
|
*/
|
|
246
272
|
cursor?: string | null;
|
|
247
273
|
}
|
|
@@ -264,9 +290,15 @@ export interface PagingMetadataV2 {
|
|
|
264
290
|
cursors?: Cursors;
|
|
265
291
|
}
|
|
266
292
|
export interface Cursors {
|
|
267
|
-
/**
|
|
293
|
+
/**
|
|
294
|
+
* Cursor string pointing to the next page in the list of results.
|
|
295
|
+
* @maxLength 16000
|
|
296
|
+
*/
|
|
268
297
|
next?: string | null;
|
|
269
|
-
/**
|
|
298
|
+
/**
|
|
299
|
+
* Cursor pointing to the previous page in the list of results.
|
|
300
|
+
* @maxLength 16000
|
|
301
|
+
*/
|
|
270
302
|
prev?: string | null;
|
|
271
303
|
}
|
|
272
304
|
export interface UpdateTipSettingsRequest {
|
|
@@ -294,7 +326,10 @@ export interface CreateDefaultTipSettingsResponse {
|
|
|
294
326
|
tipSettings?: TipSettings;
|
|
295
327
|
}
|
|
296
328
|
export interface DeleteTipSettingsRequest {
|
|
297
|
-
/**
|
|
329
|
+
/**
|
|
330
|
+
* ID of the `tipSettings` object to delete.
|
|
331
|
+
* @format GUID
|
|
332
|
+
*/
|
|
298
333
|
tipSettingsId: string | null;
|
|
299
334
|
}
|
|
300
335
|
export interface DeleteTipSettingsResponse {
|
|
@@ -370,9 +405,15 @@ export interface ActionEvent {
|
|
|
370
405
|
body?: string;
|
|
371
406
|
}
|
|
372
407
|
export interface MessageEnvelope {
|
|
373
|
-
/**
|
|
408
|
+
/**
|
|
409
|
+
* App instance ID.
|
|
410
|
+
* @format GUID
|
|
411
|
+
*/
|
|
374
412
|
instanceId?: string | null;
|
|
375
|
-
/**
|
|
413
|
+
/**
|
|
414
|
+
* Event type.
|
|
415
|
+
* @maxLength 150
|
|
416
|
+
*/
|
|
376
417
|
eventType?: string;
|
|
377
418
|
/** The identification type and identity data. */
|
|
378
419
|
identity?: IdentificationData;
|
|
@@ -380,26 +421,50 @@ export interface MessageEnvelope {
|
|
|
380
421
|
data?: string;
|
|
381
422
|
}
|
|
382
423
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
383
|
-
/**
|
|
424
|
+
/**
|
|
425
|
+
* ID of a site visitor that has not logged in to the site.
|
|
426
|
+
* @format GUID
|
|
427
|
+
*/
|
|
384
428
|
anonymousVisitorId?: string;
|
|
385
|
-
/**
|
|
429
|
+
/**
|
|
430
|
+
* ID of a site visitor that has logged in to the site.
|
|
431
|
+
* @format GUID
|
|
432
|
+
*/
|
|
386
433
|
memberId?: string;
|
|
387
|
-
/**
|
|
434
|
+
/**
|
|
435
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
436
|
+
* @format GUID
|
|
437
|
+
*/
|
|
388
438
|
wixUserId?: string;
|
|
389
|
-
/**
|
|
439
|
+
/**
|
|
440
|
+
* ID of an app.
|
|
441
|
+
* @format GUID
|
|
442
|
+
*/
|
|
390
443
|
appId?: string;
|
|
391
444
|
/** @readonly */
|
|
392
445
|
identityType?: WebhookIdentityType;
|
|
393
446
|
}
|
|
394
447
|
/** @oneof */
|
|
395
448
|
export interface IdentificationDataIdOneOf {
|
|
396
|
-
/**
|
|
449
|
+
/**
|
|
450
|
+
* ID of a site visitor that has not logged in to the site.
|
|
451
|
+
* @format GUID
|
|
452
|
+
*/
|
|
397
453
|
anonymousVisitorId?: string;
|
|
398
|
-
/**
|
|
454
|
+
/**
|
|
455
|
+
* ID of a site visitor that has logged in to the site.
|
|
456
|
+
* @format GUID
|
|
457
|
+
*/
|
|
399
458
|
memberId?: string;
|
|
400
|
-
/**
|
|
459
|
+
/**
|
|
460
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
461
|
+
* @format GUID
|
|
462
|
+
*/
|
|
401
463
|
wixUserId?: string;
|
|
402
|
-
/**
|
|
464
|
+
/**
|
|
465
|
+
* ID of an app.
|
|
466
|
+
* @format GUID
|
|
467
|
+
*/
|
|
403
468
|
appId?: string;
|
|
404
469
|
}
|
|
405
470
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tips-settings-v1-tip-settings-tip-settings.universal.js","sourceRoot":"","sources":["../../../src/tips-settings-v1-tip-settings-tip-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,kEAA8D;AAC9D,oFAGiD;AAEjD,6HAA+G;
|
|
1
|
+
{"version":3,"file":"tips-settings-v1-tip-settings-tip-settings.universal.js","sourceRoot":"","sources":["../../../src/tips-settings-v1-tip-settings-tip-settings.universal.ts"],"names":[],"mappings":"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"}
|