@wix/auto_sdk_media_files 1.0.15 → 1.0.16
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/media-site-media-v1-file-descriptor-files.context.d.ts +2 -2
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.context.js +2 -2
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.context.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.public.d.ts +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.types.d.ts +140 -161
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.types.js +9 -9
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.types.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.universal.d.ts +138 -159
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.universal.js +9 -9
- package/build/cjs/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.context.d.ts +2 -2
- package/build/es/src/media-site-media-v1-file-descriptor-files.context.js +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.context.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.public.d.ts +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.types.d.ts +140 -161
- package/build/es/src/media-site-media-v1-file-descriptor-files.types.js +8 -8
- package/build/es/src/media-site-media-v1-file-descriptor-files.types.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor-files.universal.d.ts +138 -159
- package/build/es/src/media-site-media-v1-file-descriptor-files.universal.js +8 -8
- package/build/es/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.context.d.ts +2 -2
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.context.js +2 -2
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.context.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.public.d.ts +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.types.d.ts +140 -161
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.types.js +9 -9
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.types.js.map +1 -1
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.universal.d.ts +138 -159
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.universal.js +9 -9
- package/build/internal/cjs/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.context.d.ts +2 -2
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.context.js +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.context.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.public.d.ts +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.public.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.types.d.ts +140 -161
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.types.js +8 -8
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.types.js.map +1 -1
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.universal.d.ts +138 -159
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.universal.js +8 -8
- package/build/internal/es/src/media-site-media-v1-file-descriptor-files.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -545,167 +545,6 @@ export declare enum IdentityType {
|
|
|
545
545
|
WIX_USER = "WIX_USER",
|
|
546
546
|
APP = "APP"
|
|
547
547
|
}
|
|
548
|
-
export interface DraftFilePublished {
|
|
549
|
-
/** The file after it was published */
|
|
550
|
-
file?: FileDescriptor;
|
|
551
|
-
/** The namespace the file was published to */
|
|
552
|
-
namespace?: Namespace;
|
|
553
|
-
}
|
|
554
|
-
export interface GetUploadUrlRequest {
|
|
555
|
-
/** file size in bytes */
|
|
556
|
-
fileSize?: number;
|
|
557
|
-
/**
|
|
558
|
-
* file name
|
|
559
|
-
* @maxLength 100
|
|
560
|
-
*/
|
|
561
|
-
fileName?: string;
|
|
562
|
-
/**
|
|
563
|
-
* file content type
|
|
564
|
-
* @maxLength 50
|
|
565
|
-
*/
|
|
566
|
-
contentType?: string;
|
|
567
|
-
}
|
|
568
|
-
export interface GetUploadUrlResponse {
|
|
569
|
-
/**
|
|
570
|
-
* file upload url
|
|
571
|
-
* @maxLength 3000
|
|
572
|
-
*/
|
|
573
|
-
uploadUrl?: string;
|
|
574
|
-
}
|
|
575
|
-
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
576
|
-
createdEvent?: EntityCreatedEvent;
|
|
577
|
-
updatedEvent?: EntityUpdatedEvent;
|
|
578
|
-
deletedEvent?: EntityDeletedEvent;
|
|
579
|
-
actionEvent?: ActionEvent;
|
|
580
|
-
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
581
|
-
id?: string;
|
|
582
|
-
/**
|
|
583
|
-
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
584
|
-
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
585
|
-
*/
|
|
586
|
-
entityFqdn?: string;
|
|
587
|
-
/**
|
|
588
|
-
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
589
|
-
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
590
|
-
*/
|
|
591
|
-
slug?: string;
|
|
592
|
-
/** ID of the entity associated with the event. */
|
|
593
|
-
entityId?: string;
|
|
594
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
595
|
-
eventTime?: Date | null;
|
|
596
|
-
/**
|
|
597
|
-
* Whether the event was triggered as a result of a privacy regulation application
|
|
598
|
-
* (for example, GDPR).
|
|
599
|
-
*/
|
|
600
|
-
triggeredByAnonymizeRequest?: boolean | null;
|
|
601
|
-
/** If present, indicates the action that triggered the event. */
|
|
602
|
-
originatedFrom?: string | null;
|
|
603
|
-
/**
|
|
604
|
-
* 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.
|
|
605
|
-
* 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.
|
|
606
|
-
*/
|
|
607
|
-
entityEventSequence?: string | null;
|
|
608
|
-
}
|
|
609
|
-
/** @oneof */
|
|
610
|
-
export interface DomainEventBodyOneOf {
|
|
611
|
-
createdEvent?: EntityCreatedEvent;
|
|
612
|
-
updatedEvent?: EntityUpdatedEvent;
|
|
613
|
-
deletedEvent?: EntityDeletedEvent;
|
|
614
|
-
actionEvent?: ActionEvent;
|
|
615
|
-
}
|
|
616
|
-
export interface EntityCreatedEvent {
|
|
617
|
-
entityAsJson?: string;
|
|
618
|
-
/** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */
|
|
619
|
-
restoreInfo?: RestoreInfo;
|
|
620
|
-
}
|
|
621
|
-
export interface RestoreInfo {
|
|
622
|
-
deletedDate?: Date | null;
|
|
623
|
-
}
|
|
624
|
-
export interface EntityUpdatedEvent {
|
|
625
|
-
/**
|
|
626
|
-
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
627
|
-
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
628
|
-
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
629
|
-
*/
|
|
630
|
-
currentEntityAsJson?: string;
|
|
631
|
-
}
|
|
632
|
-
export interface EntityDeletedEvent {
|
|
633
|
-
/** Entity that was deleted. */
|
|
634
|
-
deletedEntityAsJson?: string | null;
|
|
635
|
-
}
|
|
636
|
-
export interface ActionEvent {
|
|
637
|
-
bodyAsJson?: string;
|
|
638
|
-
}
|
|
639
|
-
export interface MessageEnvelope {
|
|
640
|
-
/**
|
|
641
|
-
* App instance ID.
|
|
642
|
-
* @format GUID
|
|
643
|
-
*/
|
|
644
|
-
instanceId?: string | null;
|
|
645
|
-
/**
|
|
646
|
-
* Event type.
|
|
647
|
-
* @maxLength 150
|
|
648
|
-
*/
|
|
649
|
-
eventType?: string;
|
|
650
|
-
/** The identification type and identity data. */
|
|
651
|
-
identity?: IdentificationData;
|
|
652
|
-
/** Stringify payload. */
|
|
653
|
-
data?: string;
|
|
654
|
-
}
|
|
655
|
-
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
656
|
-
/**
|
|
657
|
-
* ID of a site visitor that has not logged in to the site.
|
|
658
|
-
* @format GUID
|
|
659
|
-
*/
|
|
660
|
-
anonymousVisitorId?: string;
|
|
661
|
-
/**
|
|
662
|
-
* ID of a site visitor that has logged in to the site.
|
|
663
|
-
* @format GUID
|
|
664
|
-
*/
|
|
665
|
-
memberId?: string;
|
|
666
|
-
/**
|
|
667
|
-
* ID of a Wix user (site owner, contributor, etc.).
|
|
668
|
-
* @format GUID
|
|
669
|
-
*/
|
|
670
|
-
wixUserId?: string;
|
|
671
|
-
/**
|
|
672
|
-
* ID of an app.
|
|
673
|
-
* @format GUID
|
|
674
|
-
*/
|
|
675
|
-
appId?: string;
|
|
676
|
-
/** @readonly */
|
|
677
|
-
identityType?: WebhookIdentityType;
|
|
678
|
-
}
|
|
679
|
-
/** @oneof */
|
|
680
|
-
export interface IdentificationDataIdOneOf {
|
|
681
|
-
/**
|
|
682
|
-
* ID of a site visitor that has not logged in to the site.
|
|
683
|
-
* @format GUID
|
|
684
|
-
*/
|
|
685
|
-
anonymousVisitorId?: string;
|
|
686
|
-
/**
|
|
687
|
-
* ID of a site visitor that has logged in to the site.
|
|
688
|
-
* @format GUID
|
|
689
|
-
*/
|
|
690
|
-
memberId?: string;
|
|
691
|
-
/**
|
|
692
|
-
* ID of a Wix user (site owner, contributor, etc.).
|
|
693
|
-
* @format GUID
|
|
694
|
-
*/
|
|
695
|
-
wixUserId?: string;
|
|
696
|
-
/**
|
|
697
|
-
* ID of an app.
|
|
698
|
-
* @format GUID
|
|
699
|
-
*/
|
|
700
|
-
appId?: string;
|
|
701
|
-
}
|
|
702
|
-
export declare enum WebhookIdentityType {
|
|
703
|
-
UNKNOWN = "UNKNOWN",
|
|
704
|
-
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
705
|
-
MEMBER = "MEMBER",
|
|
706
|
-
WIX_USER = "WIX_USER",
|
|
707
|
-
APP = "APP"
|
|
708
|
-
}
|
|
709
548
|
export interface FileReady {
|
|
710
549
|
/** File entity that is ready with full information. */
|
|
711
550
|
file?: FileDescriptor;
|
|
@@ -741,6 +580,12 @@ export interface ApplicationError {
|
|
|
741
580
|
/** Data related to the error. */
|
|
742
581
|
data?: Record<string, any> | null;
|
|
743
582
|
}
|
|
583
|
+
export interface DraftFilePublished {
|
|
584
|
+
/** The file after it was published */
|
|
585
|
+
file?: FileDescriptor;
|
|
586
|
+
/** The namespace the file was published to */
|
|
587
|
+
namespace?: Namespace;
|
|
588
|
+
}
|
|
744
589
|
export interface BulkAnnotateImagesRequest {
|
|
745
590
|
/**
|
|
746
591
|
* The file ids to run detection on
|
|
@@ -1527,3 +1372,137 @@ export interface UpdateFileResponse {
|
|
|
1527
1372
|
/** Information about the updated file. */
|
|
1528
1373
|
file?: FileDescriptor;
|
|
1529
1374
|
}
|
|
1375
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
1376
|
+
createdEvent?: EntityCreatedEvent;
|
|
1377
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
1378
|
+
deletedEvent?: EntityDeletedEvent;
|
|
1379
|
+
actionEvent?: ActionEvent;
|
|
1380
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
1381
|
+
id?: string;
|
|
1382
|
+
/**
|
|
1383
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
1384
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
1385
|
+
*/
|
|
1386
|
+
entityFqdn?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
1389
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
1390
|
+
*/
|
|
1391
|
+
slug?: string;
|
|
1392
|
+
/** ID of the entity associated with the event. */
|
|
1393
|
+
entityId?: string;
|
|
1394
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
1395
|
+
eventTime?: Date | null;
|
|
1396
|
+
/**
|
|
1397
|
+
* Whether the event was triggered as a result of a privacy regulation application
|
|
1398
|
+
* (for example, GDPR).
|
|
1399
|
+
*/
|
|
1400
|
+
triggeredByAnonymizeRequest?: boolean | null;
|
|
1401
|
+
/** If present, indicates the action that triggered the event. */
|
|
1402
|
+
originatedFrom?: string | null;
|
|
1403
|
+
/**
|
|
1404
|
+
* 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.
|
|
1405
|
+
* 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.
|
|
1406
|
+
*/
|
|
1407
|
+
entityEventSequence?: string | null;
|
|
1408
|
+
}
|
|
1409
|
+
/** @oneof */
|
|
1410
|
+
export interface DomainEventBodyOneOf {
|
|
1411
|
+
createdEvent?: EntityCreatedEvent;
|
|
1412
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
1413
|
+
deletedEvent?: EntityDeletedEvent;
|
|
1414
|
+
actionEvent?: ActionEvent;
|
|
1415
|
+
}
|
|
1416
|
+
export interface EntityCreatedEvent {
|
|
1417
|
+
entityAsJson?: string;
|
|
1418
|
+
/** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */
|
|
1419
|
+
restoreInfo?: RestoreInfo;
|
|
1420
|
+
}
|
|
1421
|
+
export interface RestoreInfo {
|
|
1422
|
+
deletedDate?: Date | null;
|
|
1423
|
+
}
|
|
1424
|
+
export interface EntityUpdatedEvent {
|
|
1425
|
+
/**
|
|
1426
|
+
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
1427
|
+
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
1428
|
+
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
1429
|
+
*/
|
|
1430
|
+
currentEntityAsJson?: string;
|
|
1431
|
+
}
|
|
1432
|
+
export interface EntityDeletedEvent {
|
|
1433
|
+
/** Entity that was deleted. */
|
|
1434
|
+
deletedEntityAsJson?: string | null;
|
|
1435
|
+
}
|
|
1436
|
+
export interface ActionEvent {
|
|
1437
|
+
bodyAsJson?: string;
|
|
1438
|
+
}
|
|
1439
|
+
export interface MessageEnvelope {
|
|
1440
|
+
/**
|
|
1441
|
+
* App instance ID.
|
|
1442
|
+
* @format GUID
|
|
1443
|
+
*/
|
|
1444
|
+
instanceId?: string | null;
|
|
1445
|
+
/**
|
|
1446
|
+
* Event type.
|
|
1447
|
+
* @maxLength 150
|
|
1448
|
+
*/
|
|
1449
|
+
eventType?: string;
|
|
1450
|
+
/** The identification type and identity data. */
|
|
1451
|
+
identity?: IdentificationData;
|
|
1452
|
+
/** Stringify payload. */
|
|
1453
|
+
data?: string;
|
|
1454
|
+
}
|
|
1455
|
+
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
1456
|
+
/**
|
|
1457
|
+
* ID of a site visitor that has not logged in to the site.
|
|
1458
|
+
* @format GUID
|
|
1459
|
+
*/
|
|
1460
|
+
anonymousVisitorId?: string;
|
|
1461
|
+
/**
|
|
1462
|
+
* ID of a site visitor that has logged in to the site.
|
|
1463
|
+
* @format GUID
|
|
1464
|
+
*/
|
|
1465
|
+
memberId?: string;
|
|
1466
|
+
/**
|
|
1467
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
1468
|
+
* @format GUID
|
|
1469
|
+
*/
|
|
1470
|
+
wixUserId?: string;
|
|
1471
|
+
/**
|
|
1472
|
+
* ID of an app.
|
|
1473
|
+
* @format GUID
|
|
1474
|
+
*/
|
|
1475
|
+
appId?: string;
|
|
1476
|
+
/** @readonly */
|
|
1477
|
+
identityType?: WebhookIdentityType;
|
|
1478
|
+
}
|
|
1479
|
+
/** @oneof */
|
|
1480
|
+
export interface IdentificationDataIdOneOf {
|
|
1481
|
+
/**
|
|
1482
|
+
* ID of a site visitor that has not logged in to the site.
|
|
1483
|
+
* @format GUID
|
|
1484
|
+
*/
|
|
1485
|
+
anonymousVisitorId?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* ID of a site visitor that has logged in to the site.
|
|
1488
|
+
* @format GUID
|
|
1489
|
+
*/
|
|
1490
|
+
memberId?: string;
|
|
1491
|
+
/**
|
|
1492
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
1493
|
+
* @format GUID
|
|
1494
|
+
*/
|
|
1495
|
+
wixUserId?: string;
|
|
1496
|
+
/**
|
|
1497
|
+
* ID of an app.
|
|
1498
|
+
* @format GUID
|
|
1499
|
+
*/
|
|
1500
|
+
appId?: string;
|
|
1501
|
+
}
|
|
1502
|
+
export declare enum WebhookIdentityType {
|
|
1503
|
+
UNKNOWN = "UNKNOWN",
|
|
1504
|
+
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
1505
|
+
MEMBER = "MEMBER",
|
|
1506
|
+
WIX_USER = "WIX_USER",
|
|
1507
|
+
APP = "APP"
|
|
1508
|
+
}
|
|
@@ -63,14 +63,6 @@ export var IdentityType;
|
|
|
63
63
|
IdentityType["WIX_USER"] = "WIX_USER";
|
|
64
64
|
IdentityType["APP"] = "APP";
|
|
65
65
|
})(IdentityType || (IdentityType = {}));
|
|
66
|
-
export var WebhookIdentityType;
|
|
67
|
-
(function (WebhookIdentityType) {
|
|
68
|
-
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
69
|
-
WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
70
|
-
WebhookIdentityType["MEMBER"] = "MEMBER";
|
|
71
|
-
WebhookIdentityType["WIX_USER"] = "WIX_USER";
|
|
72
|
-
WebhookIdentityType["APP"] = "APP";
|
|
73
|
-
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
74
66
|
export var ImageAnnotationType;
|
|
75
67
|
(function (ImageAnnotationType) {
|
|
76
68
|
ImageAnnotationType["UNKNOWN_IMAGE_ANNOTATION_TYPE"] = "UNKNOWN_IMAGE_ANNOTATION_TYPE";
|
|
@@ -113,4 +105,12 @@ export var StreamFormat;
|
|
|
113
105
|
StreamFormat["HLS"] = "HLS";
|
|
114
106
|
StreamFormat["DASH"] = "DASH";
|
|
115
107
|
})(StreamFormat || (StreamFormat = {}));
|
|
108
|
+
export var WebhookIdentityType;
|
|
109
|
+
(function (WebhookIdentityType) {
|
|
110
|
+
WebhookIdentityType["UNKNOWN"] = "UNKNOWN";
|
|
111
|
+
WebhookIdentityType["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
112
|
+
WebhookIdentityType["MEMBER"] = "MEMBER";
|
|
113
|
+
WebhookIdentityType["WIX_USER"] = "WIX_USER";
|
|
114
|
+
WebhookIdentityType["APP"] = "APP";
|
|
115
|
+
})(WebhookIdentityType || (WebhookIdentityType = {}));
|
|
116
116
|
//# sourceMappingURL=media-site-media-v1-file-descriptor-files.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media-site-media-v1-file-descriptor-files.types.js","sourceRoot":"","sources":["../../../../src/media-site-media-v1-file-descriptor-files.types.ts"],"names":[],"mappings":"AAoGA,MAAM,CAAN,IAAY,SAUX;AAVD,WAAY,SAAS;IACnB,gCAAmB,CAAA;IACnB,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,kCAAqB,CAAA;IACrB,8BAAiB,CAAA;IACjB,gCAAmB,CAAA;IACnB,gCAAmB,CAAA;IACnB,4BAAe,CAAA;AACjB,CAAC,EAVW,SAAS,KAAT,SAAS,QAUpB;AAgZD,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,uCAAuC;IACvC,oCAAiB,CAAA;IACjB,oCAAoC;IACpC,kCAAe,CAAA;IACf,kEAAkE;IAClE,sCAAmB,CAAA;AACrB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAED,MAAM,CAAN,IAAY,KAKX;AALD,WAAY,KAAK;IACf,oCAAoC;IACpC,kBAAS,CAAA;IACT,mBAAmB;IACnB,4BAAmB,CAAA;AACrB,CAAC,EALW,KAAK,KAAL,KAAK,QAKhB;AAED,MAAM,CAAN,IAAY,SA2BX;AA3BD,WAAY,SAAS;IACnB,0CAA6B,CAAA;IAC7B,8BAAiB,CAAA;IACjB,eAAe;IACf,oCAAuB,CAAA;IACvB,kBAAkB;IAClB,oCAAuB,CAAA;IACvB,kBAAkB;IAClB,0DAA6C,CAAA;IAC7C,wBAAwB;IACxB,kCAAqB,CAAA;IACrB,uBAAuB;IACvB,gDAAmC,CAAA;IACnC,qBAAqB;IACrB,wCAA2B,CAAA;IAC3B,aAAa;IACb,0BAAa,CAAA;IACb,kBAAkB;IAClB,0CAA6B,CAAA;IAC7B,kBAAkB;IAClB,sCAAyB,CAAA;IACzB,0BAA0B;IAC1B,wCAA2B,CAAA;IAC3B,kBAAkB;IAClB,oCAAuB,CAAA;IACvB,oBAAoB;IACpB,wCAA2B,CAAA;AAC7B,CAAC,EA3BW,SAAS,KAAT,SAAS,QA2BpB;AAYD,MAAM,CAAN,IAAY,YAMX;AAND,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,uDAAuC,CAAA;IACvC,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,2BAAW,CAAA;AACb,CAAC,EANW,YAAY,KAAZ,YAAY,QAMvB;
|
|
1
|
+
{"version":3,"file":"media-site-media-v1-file-descriptor-files.types.js","sourceRoot":"","sources":["../../../../src/media-site-media-v1-file-descriptor-files.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -464,165 +464,6 @@ export declare enum IdentityType {
|
|
|
464
464
|
WIX_USER = "WIX_USER",
|
|
465
465
|
APP = "APP"
|
|
466
466
|
}
|
|
467
|
-
export interface DraftFilePublished {
|
|
468
|
-
/** The file after it was published */
|
|
469
|
-
file?: FileDescriptor;
|
|
470
|
-
/** The namespace the file was published to */
|
|
471
|
-
namespace?: Namespace;
|
|
472
|
-
}
|
|
473
|
-
export interface GetUploadUrlRequest {
|
|
474
|
-
/** file size in bytes */
|
|
475
|
-
fileSize?: number;
|
|
476
|
-
/**
|
|
477
|
-
* file name
|
|
478
|
-
* @maxLength 100
|
|
479
|
-
*/
|
|
480
|
-
fileName?: string;
|
|
481
|
-
/**
|
|
482
|
-
* file content type
|
|
483
|
-
* @maxLength 50
|
|
484
|
-
*/
|
|
485
|
-
contentType?: string;
|
|
486
|
-
}
|
|
487
|
-
export interface GetUploadUrlResponse {
|
|
488
|
-
/**
|
|
489
|
-
* file upload url
|
|
490
|
-
* @maxLength 3000
|
|
491
|
-
*/
|
|
492
|
-
uploadUrl?: string;
|
|
493
|
-
}
|
|
494
|
-
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
495
|
-
createdEvent?: EntityCreatedEvent;
|
|
496
|
-
updatedEvent?: EntityUpdatedEvent;
|
|
497
|
-
deletedEvent?: EntityDeletedEvent;
|
|
498
|
-
actionEvent?: ActionEvent;
|
|
499
|
-
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
500
|
-
_id?: string;
|
|
501
|
-
/**
|
|
502
|
-
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
503
|
-
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
504
|
-
*/
|
|
505
|
-
entityFqdn?: string;
|
|
506
|
-
/**
|
|
507
|
-
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
508
|
-
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
509
|
-
*/
|
|
510
|
-
slug?: string;
|
|
511
|
-
/** ID of the entity associated with the event. */
|
|
512
|
-
entityId?: string;
|
|
513
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
514
|
-
eventTime?: Date | null;
|
|
515
|
-
/**
|
|
516
|
-
* Whether the event was triggered as a result of a privacy regulation application
|
|
517
|
-
* (for example, GDPR).
|
|
518
|
-
*/
|
|
519
|
-
triggeredByAnonymizeRequest?: boolean | null;
|
|
520
|
-
/** If present, indicates the action that triggered the event. */
|
|
521
|
-
originatedFrom?: string | null;
|
|
522
|
-
/**
|
|
523
|
-
* 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.
|
|
524
|
-
* 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.
|
|
525
|
-
*/
|
|
526
|
-
entityEventSequence?: string | null;
|
|
527
|
-
}
|
|
528
|
-
/** @oneof */
|
|
529
|
-
export interface DomainEventBodyOneOf {
|
|
530
|
-
createdEvent?: EntityCreatedEvent;
|
|
531
|
-
updatedEvent?: EntityUpdatedEvent;
|
|
532
|
-
deletedEvent?: EntityDeletedEvent;
|
|
533
|
-
actionEvent?: ActionEvent;
|
|
534
|
-
}
|
|
535
|
-
export interface EntityCreatedEvent {
|
|
536
|
-
entity?: string;
|
|
537
|
-
}
|
|
538
|
-
export interface RestoreInfo {
|
|
539
|
-
deletedDate?: Date | null;
|
|
540
|
-
}
|
|
541
|
-
export interface EntityUpdatedEvent {
|
|
542
|
-
/**
|
|
543
|
-
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
544
|
-
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
545
|
-
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
546
|
-
*/
|
|
547
|
-
currentEntity?: string;
|
|
548
|
-
}
|
|
549
|
-
export interface EntityDeletedEvent {
|
|
550
|
-
/** Entity that was deleted. */
|
|
551
|
-
deletedEntity?: string | null;
|
|
552
|
-
}
|
|
553
|
-
export interface ActionEvent {
|
|
554
|
-
body?: string;
|
|
555
|
-
}
|
|
556
|
-
export interface MessageEnvelope {
|
|
557
|
-
/**
|
|
558
|
-
* App instance ID.
|
|
559
|
-
* @format GUID
|
|
560
|
-
*/
|
|
561
|
-
instanceId?: string | null;
|
|
562
|
-
/**
|
|
563
|
-
* Event type.
|
|
564
|
-
* @maxLength 150
|
|
565
|
-
*/
|
|
566
|
-
eventType?: string;
|
|
567
|
-
/** The identification type and identity data. */
|
|
568
|
-
identity?: IdentificationData;
|
|
569
|
-
/** Stringify payload. */
|
|
570
|
-
data?: string;
|
|
571
|
-
}
|
|
572
|
-
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
573
|
-
/**
|
|
574
|
-
* ID of a site visitor that has not logged in to the site.
|
|
575
|
-
* @format GUID
|
|
576
|
-
*/
|
|
577
|
-
anonymousVisitorId?: string;
|
|
578
|
-
/**
|
|
579
|
-
* ID of a site visitor that has logged in to the site.
|
|
580
|
-
* @format GUID
|
|
581
|
-
*/
|
|
582
|
-
memberId?: string;
|
|
583
|
-
/**
|
|
584
|
-
* ID of a Wix user (site owner, contributor, etc.).
|
|
585
|
-
* @format GUID
|
|
586
|
-
*/
|
|
587
|
-
wixUserId?: string;
|
|
588
|
-
/**
|
|
589
|
-
* ID of an app.
|
|
590
|
-
* @format GUID
|
|
591
|
-
*/
|
|
592
|
-
appId?: string;
|
|
593
|
-
/** @readonly */
|
|
594
|
-
identityType?: WebhookIdentityType;
|
|
595
|
-
}
|
|
596
|
-
/** @oneof */
|
|
597
|
-
export interface IdentificationDataIdOneOf {
|
|
598
|
-
/**
|
|
599
|
-
* ID of a site visitor that has not logged in to the site.
|
|
600
|
-
* @format GUID
|
|
601
|
-
*/
|
|
602
|
-
anonymousVisitorId?: string;
|
|
603
|
-
/**
|
|
604
|
-
* ID of a site visitor that has logged in to the site.
|
|
605
|
-
* @format GUID
|
|
606
|
-
*/
|
|
607
|
-
memberId?: string;
|
|
608
|
-
/**
|
|
609
|
-
* ID of a Wix user (site owner, contributor, etc.).
|
|
610
|
-
* @format GUID
|
|
611
|
-
*/
|
|
612
|
-
wixUserId?: string;
|
|
613
|
-
/**
|
|
614
|
-
* ID of an app.
|
|
615
|
-
* @format GUID
|
|
616
|
-
*/
|
|
617
|
-
appId?: string;
|
|
618
|
-
}
|
|
619
|
-
export declare enum WebhookIdentityType {
|
|
620
|
-
UNKNOWN = "UNKNOWN",
|
|
621
|
-
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
622
|
-
MEMBER = "MEMBER",
|
|
623
|
-
WIX_USER = "WIX_USER",
|
|
624
|
-
APP = "APP"
|
|
625
|
-
}
|
|
626
467
|
export interface FileReady {
|
|
627
468
|
/** File entity that is ready with full information. */
|
|
628
469
|
file?: FileDescriptor;
|
|
@@ -658,6 +499,12 @@ export interface ApplicationError {
|
|
|
658
499
|
/** Data related to the error. */
|
|
659
500
|
data?: Record<string, any> | null;
|
|
660
501
|
}
|
|
502
|
+
export interface DraftFilePublished {
|
|
503
|
+
/** The file after it was published */
|
|
504
|
+
file?: FileDescriptor;
|
|
505
|
+
/** The namespace the file was published to */
|
|
506
|
+
namespace?: Namespace;
|
|
507
|
+
}
|
|
661
508
|
export interface BulkAnnotateImagesRequest {
|
|
662
509
|
/**
|
|
663
510
|
* The file ids to run detection on
|
|
@@ -1444,6 +1291,138 @@ export interface UpdateFileResponse {
|
|
|
1444
1291
|
/** Information about the updated file. */
|
|
1445
1292
|
file?: FileDescriptor;
|
|
1446
1293
|
}
|
|
1294
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
1295
|
+
createdEvent?: EntityCreatedEvent;
|
|
1296
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
1297
|
+
deletedEvent?: EntityDeletedEvent;
|
|
1298
|
+
actionEvent?: ActionEvent;
|
|
1299
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
1300
|
+
_id?: string;
|
|
1301
|
+
/**
|
|
1302
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
1303
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
1304
|
+
*/
|
|
1305
|
+
entityFqdn?: string;
|
|
1306
|
+
/**
|
|
1307
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
1308
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
1309
|
+
*/
|
|
1310
|
+
slug?: string;
|
|
1311
|
+
/** ID of the entity associated with the event. */
|
|
1312
|
+
entityId?: string;
|
|
1313
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
1314
|
+
eventTime?: Date | null;
|
|
1315
|
+
/**
|
|
1316
|
+
* Whether the event was triggered as a result of a privacy regulation application
|
|
1317
|
+
* (for example, GDPR).
|
|
1318
|
+
*/
|
|
1319
|
+
triggeredByAnonymizeRequest?: boolean | null;
|
|
1320
|
+
/** If present, indicates the action that triggered the event. */
|
|
1321
|
+
originatedFrom?: string | null;
|
|
1322
|
+
/**
|
|
1323
|
+
* 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.
|
|
1324
|
+
* 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.
|
|
1325
|
+
*/
|
|
1326
|
+
entityEventSequence?: string | null;
|
|
1327
|
+
}
|
|
1328
|
+
/** @oneof */
|
|
1329
|
+
export interface DomainEventBodyOneOf {
|
|
1330
|
+
createdEvent?: EntityCreatedEvent;
|
|
1331
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
1332
|
+
deletedEvent?: EntityDeletedEvent;
|
|
1333
|
+
actionEvent?: ActionEvent;
|
|
1334
|
+
}
|
|
1335
|
+
export interface EntityCreatedEvent {
|
|
1336
|
+
entity?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export interface RestoreInfo {
|
|
1339
|
+
deletedDate?: Date | null;
|
|
1340
|
+
}
|
|
1341
|
+
export interface EntityUpdatedEvent {
|
|
1342
|
+
/**
|
|
1343
|
+
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
1344
|
+
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
1345
|
+
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
1346
|
+
*/
|
|
1347
|
+
currentEntity?: string;
|
|
1348
|
+
}
|
|
1349
|
+
export interface EntityDeletedEvent {
|
|
1350
|
+
/** Entity that was deleted. */
|
|
1351
|
+
deletedEntity?: string | null;
|
|
1352
|
+
}
|
|
1353
|
+
export interface ActionEvent {
|
|
1354
|
+
body?: string;
|
|
1355
|
+
}
|
|
1356
|
+
export interface MessageEnvelope {
|
|
1357
|
+
/**
|
|
1358
|
+
* App instance ID.
|
|
1359
|
+
* @format GUID
|
|
1360
|
+
*/
|
|
1361
|
+
instanceId?: string | null;
|
|
1362
|
+
/**
|
|
1363
|
+
* Event type.
|
|
1364
|
+
* @maxLength 150
|
|
1365
|
+
*/
|
|
1366
|
+
eventType?: string;
|
|
1367
|
+
/** The identification type and identity data. */
|
|
1368
|
+
identity?: IdentificationData;
|
|
1369
|
+
/** Stringify payload. */
|
|
1370
|
+
data?: string;
|
|
1371
|
+
}
|
|
1372
|
+
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
1373
|
+
/**
|
|
1374
|
+
* ID of a site visitor that has not logged in to the site.
|
|
1375
|
+
* @format GUID
|
|
1376
|
+
*/
|
|
1377
|
+
anonymousVisitorId?: string;
|
|
1378
|
+
/**
|
|
1379
|
+
* ID of a site visitor that has logged in to the site.
|
|
1380
|
+
* @format GUID
|
|
1381
|
+
*/
|
|
1382
|
+
memberId?: string;
|
|
1383
|
+
/**
|
|
1384
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
1385
|
+
* @format GUID
|
|
1386
|
+
*/
|
|
1387
|
+
wixUserId?: string;
|
|
1388
|
+
/**
|
|
1389
|
+
* ID of an app.
|
|
1390
|
+
* @format GUID
|
|
1391
|
+
*/
|
|
1392
|
+
appId?: string;
|
|
1393
|
+
/** @readonly */
|
|
1394
|
+
identityType?: WebhookIdentityType;
|
|
1395
|
+
}
|
|
1396
|
+
/** @oneof */
|
|
1397
|
+
export interface IdentificationDataIdOneOf {
|
|
1398
|
+
/**
|
|
1399
|
+
* ID of a site visitor that has not logged in to the site.
|
|
1400
|
+
* @format GUID
|
|
1401
|
+
*/
|
|
1402
|
+
anonymousVisitorId?: string;
|
|
1403
|
+
/**
|
|
1404
|
+
* ID of a site visitor that has logged in to the site.
|
|
1405
|
+
* @format GUID
|
|
1406
|
+
*/
|
|
1407
|
+
memberId?: string;
|
|
1408
|
+
/**
|
|
1409
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
1410
|
+
* @format GUID
|
|
1411
|
+
*/
|
|
1412
|
+
wixUserId?: string;
|
|
1413
|
+
/**
|
|
1414
|
+
* ID of an app.
|
|
1415
|
+
* @format GUID
|
|
1416
|
+
*/
|
|
1417
|
+
appId?: string;
|
|
1418
|
+
}
|
|
1419
|
+
export declare enum WebhookIdentityType {
|
|
1420
|
+
UNKNOWN = "UNKNOWN",
|
|
1421
|
+
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
1422
|
+
MEMBER = "MEMBER",
|
|
1423
|
+
WIX_USER = "WIX_USER",
|
|
1424
|
+
APP = "APP"
|
|
1425
|
+
}
|
|
1447
1426
|
export interface BaseEventMetadata {
|
|
1448
1427
|
/**
|
|
1449
1428
|
* App instance ID.
|