@wix/auto_sdk_portfolio_projects 1.0.42 → 1.0.44
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 +5 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -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 +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -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 +5 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -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 +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -959,19 +959,19 @@ declare enum WebhookIdentityType {
|
|
|
959
959
|
}
|
|
960
960
|
/** @enumType */
|
|
961
961
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
962
|
-
interface
|
|
962
|
+
interface AccountInfo {
|
|
963
963
|
/**
|
|
964
|
-
* ID of the account.
|
|
964
|
+
* ID of the Wix account associated with the event.
|
|
965
965
|
* @format GUID
|
|
966
966
|
*/
|
|
967
967
|
accountId?: string | null;
|
|
968
968
|
/**
|
|
969
|
-
* ID of the parent account.
|
|
969
|
+
* ID of the parent Wix account. Only included when accountId belongs to a child account.
|
|
970
970
|
* @format GUID
|
|
971
971
|
*/
|
|
972
972
|
parentAccountId?: string | null;
|
|
973
973
|
/**
|
|
974
|
-
* ID of the site
|
|
974
|
+
* ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
|
|
975
975
|
* @format GUID
|
|
976
976
|
*/
|
|
977
977
|
siteId?: string | null;
|
|
@@ -1511,4 +1511,4 @@ declare function updateProjectOrderInCollection(): __PublicMethodMetaInfo<'PATCH
|
|
|
1511
1511
|
}, UpdateProjectOrderInCollectionRequest$1, UpdateProjectOrderInCollectionRequest, UpdateProjectOrderInCollectionResponse$1, UpdateProjectOrderInCollectionResponse>;
|
|
1512
1512
|
declare function queryProjectsWithCollectionInfo(): __PublicMethodMetaInfo<'POST', {}, QueryProjectWithCollectionInfoRequest$1, QueryProjectWithCollectionInfoRequest, QueryProjectWithCollectionInfoResponse$1, QueryProjectWithCollectionInfoResponse>;
|
|
1513
1513
|
|
|
1514
|
-
export { type
|
|
1514
|
+
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 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 };
|