@wix/auto_sdk_portfolio_projects 1.0.41 → 1.0.43
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 +35 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +35 -1
- 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 +35 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +35 -1
- 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 +35 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +35 -1
- 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 +35 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +35 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -959,6 +959,23 @@ declare enum WebhookIdentityType {
|
|
|
959
959
|
}
|
|
960
960
|
/** @enumType */
|
|
961
961
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
962
|
+
interface AccountDetails {
|
|
963
|
+
/**
|
|
964
|
+
* ID of the account.
|
|
965
|
+
* @format GUID
|
|
966
|
+
*/
|
|
967
|
+
accountId?: string | null;
|
|
968
|
+
/**
|
|
969
|
+
* ID of the parent account.
|
|
970
|
+
* @format GUID
|
|
971
|
+
*/
|
|
972
|
+
parentAccountId?: string | null;
|
|
973
|
+
/**
|
|
974
|
+
* ID of the site, if applicable.
|
|
975
|
+
* @format GUID
|
|
976
|
+
*/
|
|
977
|
+
siteId?: string | null;
|
|
978
|
+
}
|
|
962
979
|
interface InvalidateCache extends InvalidateCacheGetByOneOf {
|
|
963
980
|
/**
|
|
964
981
|
* Invalidate by msId. NOT recommended, as this will invalidate the entire site cache!
|
|
@@ -1464,6 +1481,23 @@ interface ProjectInfo {
|
|
|
1464
1481
|
*/
|
|
1465
1482
|
slug?: string;
|
|
1466
1483
|
}
|
|
1484
|
+
interface AccountInfo {
|
|
1485
|
+
/**
|
|
1486
|
+
* ID of the Wix account associated with the event.
|
|
1487
|
+
* @format GUID
|
|
1488
|
+
*/
|
|
1489
|
+
accountId?: string | null;
|
|
1490
|
+
/**
|
|
1491
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
1492
|
+
* @format GUID
|
|
1493
|
+
*/
|
|
1494
|
+
parentAccountId?: string | null;
|
|
1495
|
+
/**
|
|
1496
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
1497
|
+
* @format GUID
|
|
1498
|
+
*/
|
|
1499
|
+
siteId?: string | null;
|
|
1500
|
+
}
|
|
1467
1501
|
|
|
1468
1502
|
type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
1469
1503
|
getUrl: (context: any) => string;
|
|
@@ -1494,4 +1528,4 @@ declare function updateProjectOrderInCollection(): __PublicMethodMetaInfo<'PATCH
|
|
|
1494
1528
|
}, UpdateProjectOrderInCollectionRequest$1, UpdateProjectOrderInCollectionRequest, UpdateProjectOrderInCollectionResponse$1, UpdateProjectOrderInCollectionResponse>;
|
|
1495
1529
|
declare function queryProjectsWithCollectionInfo(): __PublicMethodMetaInfo<'POST', {}, QueryProjectWithCollectionInfoRequest$1, QueryProjectWithCollectionInfoRequest, QueryProjectWithCollectionInfoResponse$1, QueryProjectWithCollectionInfoResponse>;
|
|
1496
1530
|
|
|
1497
|
-
export { 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 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 };
|
|
1531
|
+
export { type AccountDetails as AccountDetailsOriginal, 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 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 };
|