@wix/auto_sdk_media_files 1.0.64 → 1.0.66
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 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +18 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +7 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +18 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +7 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +18 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +7 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +18 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +7 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1592,6 +1592,8 @@ interface MessageEnvelope {
|
|
|
1592
1592
|
identity?: IdentificationData;
|
|
1593
1593
|
/** Stringify payload. */
|
|
1594
1594
|
data?: string;
|
|
1595
|
+
/** Details related to the account */
|
|
1596
|
+
accountInfo?: AccountInfo;
|
|
1595
1597
|
}
|
|
1596
1598
|
interface IdentificationData extends IdentificationDataIdOneOf {
|
|
1597
1599
|
/**
|
|
@@ -1649,19 +1651,19 @@ declare enum WebhookIdentityType {
|
|
|
1649
1651
|
}
|
|
1650
1652
|
/** @enumType */
|
|
1651
1653
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1652
|
-
interface
|
|
1654
|
+
interface AccountInfo {
|
|
1653
1655
|
/**
|
|
1654
|
-
* ID of the account.
|
|
1656
|
+
* ID of the Wix account associated with the event.
|
|
1655
1657
|
* @format GUID
|
|
1656
1658
|
*/
|
|
1657
1659
|
accountId?: string | null;
|
|
1658
1660
|
/**
|
|
1659
|
-
* ID of the parent account.
|
|
1661
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
1660
1662
|
* @format GUID
|
|
1661
1663
|
*/
|
|
1662
1664
|
parentAccountId?: string | null;
|
|
1663
1665
|
/**
|
|
1664
|
-
* ID of the site
|
|
1666
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
1665
1667
|
* @format GUID
|
|
1666
1668
|
*/
|
|
1667
1669
|
siteId?: string | null;
|
|
@@ -1755,4 +1757,4 @@ declare function bulkRestoreFilesFromTrashBin(): __PublicMethodMetaInfo<'POST',
|
|
|
1755
1757
|
declare function listDeletedFiles(): __PublicMethodMetaInfo<'GET', {}, ListDeletedFilesRequest$1, ListDeletedFilesRequest, ListDeletedFilesResponse$1, ListDeletedFilesResponse>;
|
|
1756
1758
|
declare function queryFileDescriptors(): __PublicMethodMetaInfo<'GET', {}, QueryFileDescriptorsRequest$1, QueryFileDescriptorsRequest, QueryFileDescriptorsResponse$1, QueryFileDescriptorsResponse>;
|
|
1757
1759
|
|
|
1758
|
-
export { type
|
|
1760
|
+
export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type ApplicationError as ApplicationErrorOriginal, type Archive as ArchiveOriginal, type Audio as AudioOriginal, type AudioV2 as AudioV2Original, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkAnnotateImageResult as BulkAnnotateImageResultOriginal, type BulkAnnotateImagesRequest as BulkAnnotateImagesRequestOriginal, type BulkAnnotateImagesResponse as BulkAnnotateImagesResponseOriginal, type BulkDeleteFilesRequest as BulkDeleteFilesRequestOriginal, type BulkDeleteFilesResponse as BulkDeleteFilesResponseOriginal, type BulkImportFileRequest as BulkImportFileRequestOriginal, type BulkImportFileResponse as BulkImportFileResponseOriginal, type BulkImportFileResult as BulkImportFileResultOriginal, type BulkImportFilesRequest as BulkImportFilesRequestOriginal, type BulkImportFilesResponse as BulkImportFilesResponseOriginal, type BulkInternalImportFilesRequest as BulkInternalImportFilesRequestOriginal, type BulkInternalImportFilesResponse as BulkInternalImportFilesResponseOriginal, type BulkPublishDraftFileResult as BulkPublishDraftFileResultOriginal, type BulkPublishDraftFilesRequest as BulkPublishDraftFilesRequestOriginal, type BulkPublishDraftFilesResponse as BulkPublishDraftFilesResponseOriginal, type BulkRestoreFilesFromTrashBinRequest as BulkRestoreFilesFromTrashBinRequestOriginal, type BulkRestoreFilesFromTrashBinResponse as BulkRestoreFilesFromTrashBinResponseOriginal, type Color as ColorOriginal, type ColorRGB as ColorRGBOriginal, type Colors as ColorsOriginal, type CommonCursorPaging as CommonCursorPagingOriginal, ContentDisposition as ContentDispositionOriginal, type ContentDispositionWithLiterals as ContentDispositionWithLiteralsOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type Document as DocumentOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type DownloadUrl as DownloadUrlOriginal, type DraftFilePublished as DraftFilePublishedOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, type ExternalInfo as ExternalInfoOriginal, type FaceRecognition as FaceRecognitionOriginal, type FileDescriptor as FileDescriptorOriginal, type FileFailed as FileFailedOriginal, type FileMediaMediaOneOf as FileMediaMediaOneOfOriginal, type FileMedia as FileMediaOriginal, type FileReady as FileReadyOriginal, type FocalPoint as FocalPointOriginal, type FontAsset as FontAssetOriginal, type FontMedia as FontMediaOriginal, type GenerateAnimatedVectorRequest as GenerateAnimatedVectorRequestOriginal, type GenerateAnimatedVectorResponse as GenerateAnimatedVectorResponseOriginal, type GenerateFileDownloadUrlRequest as GenerateFileDownloadUrlRequestOriginal, type GenerateFileDownloadUrlResponse as GenerateFileDownloadUrlResponseOriginal, type GenerateFileDownloadUrlValidationErrors as GenerateFileDownloadUrlValidationErrorsOriginal, type GenerateFileResumableUploadUrlRequest as GenerateFileResumableUploadUrlRequestOriginal, type GenerateFileResumableUploadUrlResponse as GenerateFileResumableUploadUrlResponseOriginal, type GenerateFileResumableUploadUrlValidationErrors as GenerateFileResumableUploadUrlValidationErrorsOriginal, type GenerateFileUploadUrlRequest as GenerateFileUploadUrlRequestOriginal, type GenerateFileUploadUrlResponse as GenerateFileUploadUrlResponseOriginal, type GenerateFileUploadUrlValidationErrors as GenerateFileUploadUrlValidationErrorsOriginal, type GenerateFilesDownloadUrlRequest as GenerateFilesDownloadUrlRequestOriginal, type GenerateFilesDownloadUrlResponse as GenerateFilesDownloadUrlResponseOriginal, type GenerateVideoStreamingUrlRequest as GenerateVideoStreamingUrlRequestOriginal, type GenerateVideoStreamingUrlResponse as GenerateVideoStreamingUrlResponseOriginal, type GenerateWebSocketTokenRequest as GenerateWebSocketTokenRequestOriginal, type GenerateWebSocketTokenResponse as GenerateWebSocketTokenResponseOriginal, type GetFileDescriptorRequest as GetFileDescriptorRequestOriginal, type GetFileDescriptorResponse as GetFileDescriptorResponseOriginal, type GetFileDescriptorValidationErrors as GetFileDescriptorValidationErrorsOriginal, type GetFileDescriptorsRequest as GetFileDescriptorsRequestOriginal, type GetFileDescriptorsResponse as GetFileDescriptorsResponseOriginal, type GetFileDescriptorsValidationErrors as GetFileDescriptorsValidationErrorsOriginal, type GetSiteFileDescriptorsRequest as GetSiteFileDescriptorsRequestOriginal, type GetSiteFileDescriptorsResponse as GetSiteFileDescriptorsResponseOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type IdentityInfo as IdentityInfoOriginal, IdentityType as IdentityTypeOriginal, type IdentityTypeWithLiterals as IdentityTypeWithLiteralsOriginal, type ImageAnnotationConfigurations as ImageAnnotationConfigurationsOriginal, ImageAnnotationType as ImageAnnotationTypeOriginal, type ImageAnnotationTypeWithLiterals as ImageAnnotationTypeWithLiteralsOriginal, type ImageMedia as ImageMediaOriginal, type Image as ImageOriginal, type ImportFileRequest as ImportFileRequestOriginal, type ImportFileResponse as ImportFileResponseOriginal, type ImportFileValidationErrors as ImportFileValidationErrorsOriginal, type ItemMetadata as ItemMetadataOriginal, type ListDeletedFilesRequest as ListDeletedFilesRequestOriginal, type ListDeletedFilesResponse as ListDeletedFilesResponseOriginal, type ListDeletedFilesValidationErrors as ListDeletedFilesValidationErrorsOriginal, type ListFilesRequest as ListFilesRequestOriginal, type ListFilesResponse as ListFilesResponseOriginal, type ListFilesValidationErrors as ListFilesValidationErrorsOriginal, MediaType as MediaTypeOriginal, type MediaTypeWithLiterals as MediaTypeWithLiteralsOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type Model3D as Model3DOriginal, Namespace as NamespaceOriginal, type NamespaceWithLiterals as NamespaceWithLiteralsOriginal, OperationStatus as OperationStatusOriginal, type OperationStatusWithLiterals as OperationStatusWithLiteralsOriginal, type OtherMedia as OtherMediaOriginal, type PagingMetadataV2 as PagingMetadataV2Original, type Plan as PlanOriginal, type Plans as PlansOriginal, type QueryFileDescriptorsRequest as QueryFileDescriptorsRequestOriginal, type QueryFileDescriptorsResponse as QueryFileDescriptorsResponseOriginal, type RestoreInfo as RestoreInfoOriginal, RootFolder as RootFolderOriginal, type RootFolderWithLiterals as RootFolderWithLiteralsOriginal, type SearchFilesRequest as SearchFilesRequestOriginal, type SearchFilesResponse as SearchFilesResponseOriginal, type SearchFilesValidationErrors as SearchFilesValidationErrorsOriginal, type ServiceError as ServiceErrorOriginal, type SiteQuotaExceededError as SiteQuotaExceededErrorOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, StreamFormat as StreamFormatOriginal, type StreamFormatWithLiterals as StreamFormatWithLiteralsOriginal, type TotalQuota as TotalQuotaOriginal, type UnsupportedRequestValueError as UnsupportedRequestValueErrorOriginal, type UpdateFileDescriptorRequest as UpdateFileDescriptorRequestOriginal, type UpdateFileDescriptorResponse as UpdateFileDescriptorResponseOriginal, type UpdateFileDescriptorValidationErrors as UpdateFileDescriptorValidationErrorsOriginal, type UpdateFileRequest as UpdateFileRequestOriginal, type UpdateFileResponse as UpdateFileResponseOriginal, UploadProtocol as UploadProtocolOriginal, type UploadProtocolWithLiterals as UploadProtocolWithLiteralsOriginal, type VideoResolution as VideoResolutionOriginal, type VideoV2 as VideoV2Original, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type __PublicMethodMetaInfo, bulkDeleteFiles, bulkImportFile, bulkImportFiles, bulkRestoreFilesFromTrashBin, generateFileDownloadUrl, generateFileResumableUploadUrl, generateFileUploadUrl, generateFilesDownloadUrl, generateVideoStreamingUrl, getFileDescriptor, getFileDescriptors, importFile, listDeletedFiles, listFiles, queryFileDescriptors, searchFiles, updateFileDescriptor };
|