@wix/auto_sdk_portfolio_projects 1.0.47 → 1.0.49
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 +11 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +69 -3
- package/build/cjs/index.typings.js +11 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +61 -3
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +9 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +69 -3
- package/build/es/index.typings.mjs +9 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +61 -3
- package/build/es/meta.mjs +1 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +11 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +69 -3
- package/build/internal/cjs/index.typings.js +11 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +61 -3
- package/build/internal/cjs/meta.js +1 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +9 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +69 -3
- package/build/internal/es/index.typings.mjs +9 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +61 -3
- package/build/internal/es/meta.mjs +1 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/meta.d.ts
CHANGED
|
@@ -455,6 +455,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
455
455
|
userDomainMediaEnabled?: UserDomainMediaEnabled;
|
|
456
456
|
/** Emitted when media from user domain is disabled. */
|
|
457
457
|
userDomainMediaDisabled?: UserDomainMediaDisabled;
|
|
458
|
+
/** Emitted when Editorless is attached. */
|
|
459
|
+
editorlessAssigned?: EditorlessAssigned;
|
|
460
|
+
/** Emitted when Editorless is detached. */
|
|
461
|
+
editorlessUnassigned?: EditorlessUnassigned;
|
|
458
462
|
/**
|
|
459
463
|
* A meta site id.
|
|
460
464
|
* @format GUID
|
|
@@ -533,6 +537,10 @@ interface MetaSiteSpecialEventPayloadOneOf {
|
|
|
533
537
|
userDomainMediaEnabled?: UserDomainMediaEnabled;
|
|
534
538
|
/** Emitted when media from user domain is disabled. */
|
|
535
539
|
userDomainMediaDisabled?: UserDomainMediaDisabled;
|
|
540
|
+
/** Emitted when Editorless is attached. */
|
|
541
|
+
editorlessAssigned?: EditorlessAssigned;
|
|
542
|
+
/** Emitted when Editorless is detached. */
|
|
543
|
+
editorlessUnassigned?: EditorlessUnassigned;
|
|
536
544
|
}
|
|
537
545
|
interface Asset {
|
|
538
546
|
/**
|
|
@@ -688,10 +696,12 @@ declare enum Namespace {
|
|
|
688
696
|
/** Wix Nano. */
|
|
689
697
|
NANO = "NANO",
|
|
690
698
|
/** Base44 headless sites. */
|
|
691
|
-
BASE44 = "BASE44"
|
|
699
|
+
BASE44 = "BASE44",
|
|
700
|
+
/** Wix Channels Sites */
|
|
701
|
+
CHANNELS = "CHANNELS"
|
|
692
702
|
}
|
|
693
703
|
/** @enumType */
|
|
694
|
-
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' | 'TWINS' | 'NANO' | 'BASE44';
|
|
704
|
+
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' | 'TWINS' | 'NANO' | 'BASE44' | 'CHANNELS';
|
|
695
705
|
/** Site transferred to another user. */
|
|
696
706
|
interface SiteTransferred {
|
|
697
707
|
/**
|
|
@@ -899,6 +909,12 @@ interface UserDomainMediaEnabled {
|
|
|
899
909
|
/** Media from user domain is disabled. */
|
|
900
910
|
interface UserDomainMediaDisabled {
|
|
901
911
|
}
|
|
912
|
+
/** Assigned Editorless */
|
|
913
|
+
interface EditorlessAssigned {
|
|
914
|
+
}
|
|
915
|
+
/** Unassigned Editorless */
|
|
916
|
+
interface EditorlessUnassigned {
|
|
917
|
+
}
|
|
902
918
|
interface Empty {
|
|
903
919
|
}
|
|
904
920
|
interface MessageEnvelope {
|
|
@@ -1013,6 +1029,10 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
|
1013
1029
|
file?: File;
|
|
1014
1030
|
/** Invalidate by custom tag. Tags used in BO invalidation are disabled for this endpoint (more info: https://wix-bo.com/dev/clear-ssr-cache) */
|
|
1015
1031
|
customTag?: CustomTag;
|
|
1032
|
+
/** Invalidate by multiple page ids */
|
|
1033
|
+
pages?: Pages;
|
|
1034
|
+
/** Invalidate by multiple URI paths */
|
|
1035
|
+
uris?: URIs;
|
|
1016
1036
|
/**
|
|
1017
1037
|
* tell us why you're invalidating the cache. You don't need to add your app name
|
|
1018
1038
|
* @maxLength 256
|
|
@@ -1021,6 +1041,14 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
|
1021
1041
|
/** Is local DS */
|
|
1022
1042
|
localDc?: boolean;
|
|
1023
1043
|
hardPurge?: boolean;
|
|
1044
|
+
/**
|
|
1045
|
+
* Optional caller-provided ID for tracking this invalidation through the system.
|
|
1046
|
+
* When set, the corresponding CDN purge completion event will include this ID,
|
|
1047
|
+
* allowing you to confirm when the invalidation has fully propagated.
|
|
1048
|
+
* Example: generate a UUID, pass it here, and later match it in the CDN purge completion event.
|
|
1049
|
+
* @maxLength 256
|
|
1050
|
+
*/
|
|
1051
|
+
correlationId?: string | null;
|
|
1024
1052
|
}
|
|
1025
1053
|
/** @oneof */
|
|
1026
1054
|
interface InvalidateCacheGetByOneOf {
|
|
@@ -1044,6 +1072,10 @@ interface InvalidateCacheGetByOneOf {
|
|
|
1044
1072
|
file?: File;
|
|
1045
1073
|
/** Invalidate by custom tag. Tags used in BO invalidation are disabled for this endpoint (more info: https://wix-bo.com/dev/clear-ssr-cache) */
|
|
1046
1074
|
customTag?: CustomTag;
|
|
1075
|
+
/** Invalidate by multiple page ids */
|
|
1076
|
+
pages?: Pages;
|
|
1077
|
+
/** Invalidate by multiple URI paths */
|
|
1078
|
+
uris?: URIs;
|
|
1047
1079
|
}
|
|
1048
1080
|
interface App {
|
|
1049
1081
|
/**
|
|
@@ -1107,6 +1139,32 @@ interface CustomTag {
|
|
|
1107
1139
|
*/
|
|
1108
1140
|
tag?: string;
|
|
1109
1141
|
}
|
|
1142
|
+
interface Pages {
|
|
1143
|
+
/**
|
|
1144
|
+
* the msid the pages are on
|
|
1145
|
+
* @format GUID
|
|
1146
|
+
*/
|
|
1147
|
+
metaSiteId?: string;
|
|
1148
|
+
/**
|
|
1149
|
+
* Invalidate by multiple Page IDs in a single message
|
|
1150
|
+
* @maxSize 100
|
|
1151
|
+
* @minLength 1
|
|
1152
|
+
*/
|
|
1153
|
+
pageIds?: string[];
|
|
1154
|
+
}
|
|
1155
|
+
interface URIs {
|
|
1156
|
+
/**
|
|
1157
|
+
* the msid the URIs are on
|
|
1158
|
+
* @format GUID
|
|
1159
|
+
*/
|
|
1160
|
+
metaSiteId?: string;
|
|
1161
|
+
/**
|
|
1162
|
+
* URI paths to invalidate (e.g. page/my/path) - without leading/trailing slashes
|
|
1163
|
+
* @maxSize 100
|
|
1164
|
+
* @minLength 1
|
|
1165
|
+
*/
|
|
1166
|
+
uriPaths?: string[];
|
|
1167
|
+
}
|
|
1110
1168
|
interface SyncProjectWithCollectionMappings {
|
|
1111
1169
|
/**
|
|
1112
1170
|
* Id of recently updated Project
|
|
@@ -1527,4 +1585,4 @@ declare function updateProjectOrderInCollection(): __PublicMethodMetaInfo<'PATCH
|
|
|
1527
1585
|
}, UpdateProjectOrderInCollectionRequest$1, UpdateProjectOrderInCollectionRequest, UpdateProjectOrderInCollectionResponse$1, UpdateProjectOrderInCollectionResponse>;
|
|
1528
1586
|
declare function queryProjectsWithCollectionInfo(): __PublicMethodMetaInfo<'POST', {}, QueryProjectWithCollectionInfoRequest$1, QueryProjectWithCollectionInfoRequest, QueryProjectWithCollectionInfoResponse$1, QueryProjectWithCollectionInfoResponse>;
|
|
1529
1587
|
|
|
1530
|
-
export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type App as AppOriginal, type ApplicationError as ApplicationErrorOriginal, type Asset as AssetOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkUpdateProjectsRequest as BulkUpdateProjectsRequestOriginal, type BulkUpdateProjectsResponse as BulkUpdateProjectsResponseOriginal, type BulkUpdateProjectsResult as BulkUpdateProjectsResultOriginal, type CommonImage as CommonImageOriginal, type CreateNewPortfolioAppRequest as CreateNewPortfolioAppRequestOriginal, type CreateNewPortfolioAppResponse as CreateNewPortfolioAppResponseOriginal, type CreateProjectRequest as CreateProjectRequestOriginal, type CreateProjectResponse as CreateProjectResponseOriginal, type CursorPaging as CursorPagingOriginal, type Cursors as CursorsOriginal, type CustomTag as CustomTagOriginal, type DeleteContext as DeleteContextOriginal, type DeleteProjectRequest as DeleteProjectRequestOriginal, type DeleteProjectResponse as DeleteProjectResponseOriginal, DeleteStatus as DeleteStatusOriginal, type DeleteStatusWithLiterals as DeleteStatusWithLiteralsOriginal, type DeletedProjectRestored as DeletedProjectRestoredOriginal, type DetailsLink as DetailsLinkOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, type File as FileOriginal, type GetAdjacentProjectInfoRequest as GetAdjacentProjectInfoRequestOriginal, type GetAdjacentProjectInfoResponse as GetAdjacentProjectInfoResponseOriginal, type GetProjectPageDataRequest as GetProjectPageDataRequestOriginal, type GetProjectPageDataResponse as GetProjectPageDataResponseOriginal, type GetProjectRequest as GetProjectRequestOriginal, type GetProjectResponse as GetProjectResponseOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type Image as ImageOriginal, ImageType as ImageTypeOriginal, type ImageTypeWithLiterals as ImageTypeWithLiteralsOriginal, type InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal, type InvalidateCache as InvalidateCacheOriginal, type ItemMetadata as ItemMetadataOriginal, type Keyword as KeywordOriginal, type ListProjectsRequest as ListProjectsRequestOriginal, type ListProjectsResponse as ListProjectsResponseOriginal, type MaskedProject as MaskedProjectOriginal, type MenuSettingUpdatedEvent as MenuSettingUpdatedEventOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type MetaSiteSpecialEvent as MetaSiteSpecialEventOriginal, type MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOfOriginal, type NamespaceChanged as NamespaceChangedOriginal, Namespace as NamespaceOriginal, type NamespaceWithLiterals as NamespaceWithLiteralsOriginal, type OdeditorAssigned as OdeditorAssignedOriginal, type OdeditorUnassigned as OdeditorUnassignedOriginal, type Page as PageOriginal, type PageUrlV2 as PageUrlV2Original, type PagingMetadataV2 as PagingMetadataV2Original, type Paging as PagingOriginal, type PicassoAssigned as PicassoAssignedOriginal, type PicassoUnassigned as PicassoUnassignedOriginal, type Point as PointOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type ProjectCoverOneOf as ProjectCoverOneOfOriginal, type ProjectDetail as ProjectDetailOriginal, type ProjectDetailValueOneOf as ProjectDetailValueOneOfOriginal, type ProjectInfo as ProjectInfoOriginal, type Project as ProjectOriginal, type ProjectSlug as ProjectSlugOriginal, type ProjectSource as ProjectSourceOriginal, type ProjectsInCollections as ProjectsInCollectionsOriginal, type QueryProjectWithCollectionInfoRequest as QueryProjectWithCollectionInfoRequestOriginal, type QueryProjectWithCollectionInfoResponse as QueryProjectWithCollectionInfoResponseOriginal, type QueryProjectsRequest as QueryProjectsRequestOriginal, type QueryProjectsResponse as QueryProjectsResponseOriginal, type QueryV2 as QueryV2Original, type QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOfOriginal, type RestoreInfo as RestoreInfoOriginal, type RestoreProjectFromTrashBinRequest as RestoreProjectFromTrashBinRequestOriginal, type RestoreProjectFromTrashBinResponse as RestoreProjectFromTrashBinResponseOriginal, type SeoSchema as SeoSchemaOriginal, type ServiceProvisioned as ServiceProvisionedOriginal, type ServiceRemoved as ServiceRemovedOriginal, type Settings as SettingsOriginal, SiteCreatedContext as SiteCreatedContextOriginal, type SiteCreatedContextWithLiterals as SiteCreatedContextWithLiteralsOriginal, type SiteCreated as SiteCreatedOriginal, type SiteDeleted as SiteDeletedOriginal, type SiteHardDeleted as SiteHardDeletedOriginal, type SiteMarkedAsTemplate as SiteMarkedAsTemplateOriginal, type SiteMarkedAsWixSite as SiteMarkedAsWixSiteOriginal, type SitePublished as SitePublishedOriginal, type SitePurgedExternally as SitePurgedExternallyOriginal, type SiteRenamed as SiteRenamedOriginal, type SiteTransferred as SiteTransferredOriginal, type SiteUndeleted as SiteUndeletedOriginal, type SiteUnpublished as SiteUnpublishedOriginal, type SiteUrlChanged as SiteUrlChangedOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, type StudioAssigned as StudioAssignedOriginal, type StudioTwoAssigned as StudioTwoAssignedOriginal, type StudioTwoUnassigned as StudioTwoUnassignedOriginal, type StudioUnassigned as StudioUnassignedOriginal, type SyncProjectWithCollectionMappings as SyncProjectWithCollectionMappingsOriginal, SyncStatus as SyncStatusOriginal, type SyncStatusWithLiterals as SyncStatusWithLiteralsOriginal, type Tag as TagOriginal, type URI as URIOriginal, type UnsharpMasking as UnsharpMaskingOriginal, type UpdateProjectOrderInCollectionRequest as UpdateProjectOrderInCollectionRequestOriginal, type UpdateProjectOrderInCollectionResponse as UpdateProjectOrderInCollectionResponseOriginal, type UpdateProjectRequest as UpdateProjectRequestOriginal, type UpdateProjectResponse as UpdateProjectResponseOriginal, type UserDomainMediaDisabled as UserDomainMediaDisabledOriginal, type UserDomainMediaEnabled as UserDomainMediaEnabledOriginal, type Video as VideoOriginal, type VideoResolution as VideoResolutionOriginal, type VideoV2 as VideoV2Original, type Watermark as WatermarkOriginal, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type WixelAssigned as WixelAssignedOriginal, type WixelUnassigned as WixelUnassignedOriginal, type __PublicMethodMetaInfo, bulkUpdateProjects, createProject, deleteProject, getProject, listProjects, queryProjects, queryProjectsWithCollectionInfo, updateProject, updateProjectOrderInCollection };
|
|
1588
|
+
export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type App as AppOriginal, type ApplicationError as ApplicationErrorOriginal, type Asset as AssetOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkUpdateProjectsRequest as BulkUpdateProjectsRequestOriginal, type BulkUpdateProjectsResponse as BulkUpdateProjectsResponseOriginal, type BulkUpdateProjectsResult as BulkUpdateProjectsResultOriginal, type CommonImage as CommonImageOriginal, type CreateNewPortfolioAppRequest as CreateNewPortfolioAppRequestOriginal, type CreateNewPortfolioAppResponse as CreateNewPortfolioAppResponseOriginal, type CreateProjectRequest as CreateProjectRequestOriginal, type CreateProjectResponse as CreateProjectResponseOriginal, type CursorPaging as CursorPagingOriginal, type Cursors as CursorsOriginal, type CustomTag as CustomTagOriginal, type DeleteContext as DeleteContextOriginal, type DeleteProjectRequest as DeleteProjectRequestOriginal, type DeleteProjectResponse as DeleteProjectResponseOriginal, DeleteStatus as DeleteStatusOriginal, type DeleteStatusWithLiterals as DeleteStatusWithLiteralsOriginal, type DeletedProjectRestored as DeletedProjectRestoredOriginal, type DetailsLink as DetailsLinkOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type EditorlessAssigned as EditorlessAssignedOriginal, type EditorlessUnassigned as EditorlessUnassignedOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, type File as FileOriginal, type GetAdjacentProjectInfoRequest as GetAdjacentProjectInfoRequestOriginal, type GetAdjacentProjectInfoResponse as GetAdjacentProjectInfoResponseOriginal, type GetProjectPageDataRequest as GetProjectPageDataRequestOriginal, type GetProjectPageDataResponse as GetProjectPageDataResponseOriginal, type GetProjectRequest as GetProjectRequestOriginal, type GetProjectResponse as GetProjectResponseOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type Image as ImageOriginal, ImageType as ImageTypeOriginal, type ImageTypeWithLiterals as ImageTypeWithLiteralsOriginal, type InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal, type InvalidateCache as InvalidateCacheOriginal, type ItemMetadata as ItemMetadataOriginal, type Keyword as KeywordOriginal, type ListProjectsRequest as ListProjectsRequestOriginal, type ListProjectsResponse as ListProjectsResponseOriginal, type MaskedProject as MaskedProjectOriginal, type MenuSettingUpdatedEvent as MenuSettingUpdatedEventOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type MetaSiteSpecialEvent as MetaSiteSpecialEventOriginal, type MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOfOriginal, type NamespaceChanged as NamespaceChangedOriginal, Namespace as NamespaceOriginal, type NamespaceWithLiterals as NamespaceWithLiteralsOriginal, type OdeditorAssigned as OdeditorAssignedOriginal, type OdeditorUnassigned as OdeditorUnassignedOriginal, type Page as PageOriginal, type PageUrlV2 as PageUrlV2Original, type Pages as PagesOriginal, type PagingMetadataV2 as PagingMetadataV2Original, type Paging as PagingOriginal, type PicassoAssigned as PicassoAssignedOriginal, type PicassoUnassigned as PicassoUnassignedOriginal, type Point as PointOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type ProjectCoverOneOf as ProjectCoverOneOfOriginal, type ProjectDetail as ProjectDetailOriginal, type ProjectDetailValueOneOf as ProjectDetailValueOneOfOriginal, type ProjectInfo as ProjectInfoOriginal, type Project as ProjectOriginal, type ProjectSlug as ProjectSlugOriginal, type ProjectSource as ProjectSourceOriginal, type ProjectsInCollections as ProjectsInCollectionsOriginal, type QueryProjectWithCollectionInfoRequest as QueryProjectWithCollectionInfoRequestOriginal, type QueryProjectWithCollectionInfoResponse as QueryProjectWithCollectionInfoResponseOriginal, type QueryProjectsRequest as QueryProjectsRequestOriginal, type QueryProjectsResponse as QueryProjectsResponseOriginal, type QueryV2 as QueryV2Original, type QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOfOriginal, type RestoreInfo as RestoreInfoOriginal, type RestoreProjectFromTrashBinRequest as RestoreProjectFromTrashBinRequestOriginal, type RestoreProjectFromTrashBinResponse as RestoreProjectFromTrashBinResponseOriginal, type SeoSchema as SeoSchemaOriginal, type ServiceProvisioned as ServiceProvisionedOriginal, type ServiceRemoved as ServiceRemovedOriginal, type Settings as SettingsOriginal, SiteCreatedContext as SiteCreatedContextOriginal, type SiteCreatedContextWithLiterals as SiteCreatedContextWithLiteralsOriginal, type SiteCreated as SiteCreatedOriginal, type SiteDeleted as SiteDeletedOriginal, type SiteHardDeleted as SiteHardDeletedOriginal, type SiteMarkedAsTemplate as SiteMarkedAsTemplateOriginal, type SiteMarkedAsWixSite as SiteMarkedAsWixSiteOriginal, type SitePublished as SitePublishedOriginal, type SitePurgedExternally as SitePurgedExternallyOriginal, type SiteRenamed as SiteRenamedOriginal, type SiteTransferred as SiteTransferredOriginal, type SiteUndeleted as SiteUndeletedOriginal, type SiteUnpublished as SiteUnpublishedOriginal, type SiteUrlChanged as SiteUrlChangedOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, type Sorting as SortingOriginal, State as StateOriginal, type StateWithLiterals as StateWithLiteralsOriginal, type StudioAssigned as StudioAssignedOriginal, type StudioTwoAssigned as StudioTwoAssignedOriginal, type StudioTwoUnassigned as StudioTwoUnassignedOriginal, type StudioUnassigned as StudioUnassignedOriginal, type SyncProjectWithCollectionMappings as SyncProjectWithCollectionMappingsOriginal, SyncStatus as SyncStatusOriginal, type SyncStatusWithLiterals as SyncStatusWithLiteralsOriginal, type Tag as TagOriginal, type URI as URIOriginal, type URIs as URIsOriginal, type UnsharpMasking as UnsharpMaskingOriginal, type UpdateProjectOrderInCollectionRequest as UpdateProjectOrderInCollectionRequestOriginal, type UpdateProjectOrderInCollectionResponse as UpdateProjectOrderInCollectionResponseOriginal, type UpdateProjectRequest as UpdateProjectRequestOriginal, type UpdateProjectResponse as UpdateProjectResponseOriginal, type UserDomainMediaDisabled as UserDomainMediaDisabledOriginal, type UserDomainMediaEnabled as UserDomainMediaEnabledOriginal, type Video as VideoOriginal, type VideoResolution as VideoResolutionOriginal, type VideoV2 as VideoV2Original, type Watermark as WatermarkOriginal, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type WixelAssigned as WixelAssignedOriginal, type WixelUnassigned as WixelUnassignedOriginal, type __PublicMethodMetaInfo, bulkUpdateProjects, createProject, deleteProject, getProject, listProjects, queryProjects, queryProjectsWithCollectionInfo, updateProject, updateProjectOrderInCollection };
|
package/build/cjs/meta.js
CHANGED
|
@@ -763,6 +763,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
763
763
|
Namespace2["TWINS"] = "TWINS";
|
|
764
764
|
Namespace2["NANO"] = "NANO";
|
|
765
765
|
Namespace2["BASE44"] = "BASE44";
|
|
766
|
+
Namespace2["CHANNELS"] = "CHANNELS";
|
|
766
767
|
return Namespace2;
|
|
767
768
|
})(Namespace || {});
|
|
768
769
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|