@wix/auto_sdk_portfolio_projects 1.0.32 → 1.0.34
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 +27 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +29 -1
- package/build/cjs/index.typings.js +27 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +872 -1
- package/build/cjs/meta.js +144 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +27 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +29 -1
- package/build/es/index.typings.mjs +27 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +872 -1
- package/build/es/meta.mjs +135 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +27 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +29 -1
- package/build/internal/cjs/index.typings.js +27 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +872 -1
- package/build/internal/cjs/meta.js +144 -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 +27 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +29 -1
- package/build/internal/es/index.typings.mjs +27 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +872 -1
- package/build/internal/es/meta.mjs +135 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -382,6 +382,14 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
382
382
|
picassoAssigned?: PicassoAssigned;
|
|
383
383
|
/** Emitted when Picasso is detached. */
|
|
384
384
|
picassoUnassigned?: PicassoUnassigned;
|
|
385
|
+
/** Emitted when Wixel is attached. */
|
|
386
|
+
wixelAssigned?: WixelAssigned;
|
|
387
|
+
/** Emitted when Wixel is detached. */
|
|
388
|
+
wixelUnassigned?: WixelUnassigned;
|
|
389
|
+
/** Emitted when StudioTwo is attached. */
|
|
390
|
+
studioTwoAssigned?: StudioTwoAssigned;
|
|
391
|
+
/** Emitted when StudioTwo is detached. */
|
|
392
|
+
studioTwoUnassigned?: StudioTwoUnassigned;
|
|
385
393
|
/**
|
|
386
394
|
* A meta site id.
|
|
387
395
|
* @format GUID
|
|
@@ -448,6 +456,14 @@ interface MetaSiteSpecialEventPayloadOneOf {
|
|
|
448
456
|
picassoAssigned?: PicassoAssigned;
|
|
449
457
|
/** Emitted when Picasso is detached. */
|
|
450
458
|
picassoUnassigned?: PicassoUnassigned;
|
|
459
|
+
/** Emitted when Wixel is attached. */
|
|
460
|
+
wixelAssigned?: WixelAssigned;
|
|
461
|
+
/** Emitted when Wixel is detached. */
|
|
462
|
+
wixelUnassigned?: WixelUnassigned;
|
|
463
|
+
/** Emitted when StudioTwo is attached. */
|
|
464
|
+
studioTwoAssigned?: StudioTwoAssigned;
|
|
465
|
+
/** Emitted when StudioTwo is detached. */
|
|
466
|
+
studioTwoUnassigned?: StudioTwoUnassigned;
|
|
451
467
|
}
|
|
452
468
|
interface Asset {
|
|
453
469
|
/**
|
|
@@ -794,6 +810,18 @@ interface PicassoAssigned {
|
|
|
794
810
|
/** Unassigned Picasso */
|
|
795
811
|
interface PicassoUnassigned {
|
|
796
812
|
}
|
|
813
|
+
/** Assigned Wixel */
|
|
814
|
+
interface WixelAssigned {
|
|
815
|
+
}
|
|
816
|
+
/** Unassigned Wixel */
|
|
817
|
+
interface WixelUnassigned {
|
|
818
|
+
}
|
|
819
|
+
/** Assigned StudioTwo */
|
|
820
|
+
interface StudioTwoAssigned {
|
|
821
|
+
}
|
|
822
|
+
/** Unassigned StudioTwo */
|
|
823
|
+
interface StudioTwoUnassigned {
|
|
824
|
+
}
|
|
797
825
|
interface Empty {
|
|
798
826
|
}
|
|
799
827
|
interface MessageEnvelope {
|
|
@@ -1709,4 +1737,4 @@ interface QueryProjectsWithCollectionInfoOptions {
|
|
|
1709
1737
|
includePageUrl?: boolean | null;
|
|
1710
1738
|
}
|
|
1711
1739
|
|
|
1712
|
-
export { type ActionEvent, type App, type ApplicationError, type Asset, type BaseEventMetadata, type BulkActionMetadata, type BulkUpdateProjectsOptions, type BulkUpdateProjectsRequest, type BulkUpdateProjectsResponse, type BulkUpdateProjectsResult, type CreateNewPortfolioAppRequest, type CreateNewPortfolioAppResponse, type CreateProjectRequest, type CreateProjectResponse, type CursorPaging, type Cursors, type CustomTag, type DeleteContext, type DeleteProjectRequest, type DeleteProjectResponse, DeleteStatus, type DeleteStatusWithLiterals, type DeletedProjectRestored, type DetailsLink, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type File, type GetProjectOptions, type GetProjectPageDataRequest, type GetProjectPageDataResponse, type GetProjectRequest, type GetProjectResponse, type IdentificationData, type IdentificationDataIdOneOf, type Image, ImageType, type ImageTypeWithLiterals, type InvalidateCache, type InvalidateCacheGetByOneOf, type ItemMetadata, type Keyword, type ListProjectsOptions, type ListProjectsRequest, type ListProjectsResponse, type MaskedProject, type MenuSettingUpdatedEvent, type MessageEnvelope, type MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf, Namespace, type NamespaceChanged, type NamespaceWithLiterals, type OdeditorAssigned, type OdeditorUnassigned, type Page, type Paging, type PagingMetadataV2, type PicassoAssigned, type PicassoUnassigned, type Point, Position, type PositionWithLiterals, type Project, type ProjectCoverOneOf, type ProjectCreatedEnvelope, type ProjectDeletedEnvelope, type ProjectDetail, type ProjectDetailValueOneOf, type ProjectSlug, type ProjectSource, type ProjectUpdatedEnvelope, type ProjectsInCollections, type ProjectsQueryBuilder, type ProjectsQueryResult, type QueryProjectWithCollectionInfoRequest, type QueryProjectWithCollectionInfoResponse, type QueryProjectsOptions, type QueryProjectsRequest, type QueryProjectsResponse, type QueryProjectsWithCollectionInfoOptions, type QueryV2, type QueryV2PagingMethodOneOf, type RestoreInfo, type RestoreProjectFromTrashBinRequest, type RestoreProjectFromTrashBinResponse, type SeoSchema, type ServiceProvisioned, type ServiceRemoved, type Settings, type SiteCreated, SiteCreatedContext, type SiteCreatedContextWithLiterals, type SiteDeleted, type SiteHardDeleted, type SiteMarkedAsTemplate, type SiteMarkedAsWixSite, type SitePublished, type SitePurgedExternally, type SiteRenamed, type SiteTransferred, type SiteUndeleted, type SiteUnpublished, type SiteUrlChanged, SortOrder, type SortOrderWithLiterals, type Sorting, State, type StateWithLiterals, type StudioAssigned, type StudioUnassigned, type SyncProjectWithCollectionMappings, SyncStatus, type SyncStatusWithLiterals, type Tag, type URI, type UnsharpMasking, type UpdateProject, type UpdateProjectOrderInCollectionIdentifiers, type UpdateProjectOrderInCollectionRequest, type UpdateProjectOrderInCollectionResponse, type UpdateProjectRequest, type UpdateProjectResponse, type Video, type VideoResolution, type Watermark, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, bulkUpdateProjects, createProject, deleteProject, getProject, listProjects, onProjectCreated, onProjectDeleted, onProjectUpdated, queryProjects, queryProjectsWithCollectionInfo, updateProject, updateProjectOrderInCollection };
|
|
1740
|
+
export { type ActionEvent, type App, type ApplicationError, type Asset, type BaseEventMetadata, type BulkActionMetadata, type BulkUpdateProjectsOptions, type BulkUpdateProjectsRequest, type BulkUpdateProjectsResponse, type BulkUpdateProjectsResult, type CreateNewPortfolioAppRequest, type CreateNewPortfolioAppResponse, type CreateProjectRequest, type CreateProjectResponse, type CursorPaging, type Cursors, type CustomTag, type DeleteContext, type DeleteProjectRequest, type DeleteProjectResponse, DeleteStatus, type DeleteStatusWithLiterals, type DeletedProjectRestored, type DetailsLink, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type File, type GetProjectOptions, type GetProjectPageDataRequest, type GetProjectPageDataResponse, type GetProjectRequest, type GetProjectResponse, type IdentificationData, type IdentificationDataIdOneOf, type Image, ImageType, type ImageTypeWithLiterals, type InvalidateCache, type InvalidateCacheGetByOneOf, type ItemMetadata, type Keyword, type ListProjectsOptions, type ListProjectsRequest, type ListProjectsResponse, type MaskedProject, type MenuSettingUpdatedEvent, type MessageEnvelope, type MetaSiteSpecialEvent, type MetaSiteSpecialEventPayloadOneOf, Namespace, type NamespaceChanged, type NamespaceWithLiterals, type OdeditorAssigned, type OdeditorUnassigned, type Page, type Paging, type PagingMetadataV2, type PicassoAssigned, type PicassoUnassigned, type Point, Position, type PositionWithLiterals, type Project, type ProjectCoverOneOf, type ProjectCreatedEnvelope, type ProjectDeletedEnvelope, type ProjectDetail, type ProjectDetailValueOneOf, type ProjectSlug, type ProjectSource, type ProjectUpdatedEnvelope, type ProjectsInCollections, type ProjectsQueryBuilder, type ProjectsQueryResult, type QueryProjectWithCollectionInfoRequest, type QueryProjectWithCollectionInfoResponse, type QueryProjectsOptions, type QueryProjectsRequest, type QueryProjectsResponse, type QueryProjectsWithCollectionInfoOptions, type QueryV2, type QueryV2PagingMethodOneOf, type RestoreInfo, type RestoreProjectFromTrashBinRequest, type RestoreProjectFromTrashBinResponse, type SeoSchema, type ServiceProvisioned, type ServiceRemoved, type Settings, type SiteCreated, SiteCreatedContext, type SiteCreatedContextWithLiterals, type SiteDeleted, type SiteHardDeleted, type SiteMarkedAsTemplate, type SiteMarkedAsWixSite, type SitePublished, type SitePurgedExternally, type SiteRenamed, type SiteTransferred, type SiteUndeleted, type SiteUnpublished, type SiteUrlChanged, SortOrder, type SortOrderWithLiterals, type Sorting, State, type StateWithLiterals, type StudioAssigned, type StudioTwoAssigned, type StudioTwoUnassigned, type StudioUnassigned, type SyncProjectWithCollectionMappings, SyncStatus, type SyncStatusWithLiterals, type Tag, type URI, type UnsharpMasking, type UpdateProject, type UpdateProjectOrderInCollectionIdentifiers, type UpdateProjectOrderInCollectionRequest, type UpdateProjectOrderInCollectionResponse, type UpdateProjectRequest, type UpdateProjectResponse, type Video, type VideoResolution, type Watermark, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type WixelAssigned, type WixelUnassigned, bulkUpdateProjects, createProject, deleteProject, getProject, listProjects, onProjectCreated, onProjectDeleted, onProjectUpdated, queryProjects, queryProjectsWithCollectionInfo, updateProject, updateProjectOrderInCollection };
|
|
@@ -136,6 +136,9 @@ function createProject(payload) {
|
|
|
136
136
|
method: "POST",
|
|
137
137
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.CreateProject",
|
|
138
138
|
packageName: PACKAGE_NAME,
|
|
139
|
+
migrationOptions: {
|
|
140
|
+
optInTransformResponse: true
|
|
141
|
+
},
|
|
139
142
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
140
143
|
protoPath: "/api/v1/portfolio/projects",
|
|
141
144
|
data: serializedData,
|
|
@@ -182,6 +185,9 @@ function getProject(payload) {
|
|
|
182
185
|
method: "GET",
|
|
183
186
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.GetProject",
|
|
184
187
|
packageName: PACKAGE_NAME,
|
|
188
|
+
migrationOptions: {
|
|
189
|
+
optInTransformResponse: true
|
|
190
|
+
},
|
|
185
191
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
186
192
|
protoPath: "/api/v1/portfolio/projects/{projectId}",
|
|
187
193
|
data: payload,
|
|
@@ -228,6 +234,9 @@ function listProjects(payload) {
|
|
|
228
234
|
method: "GET",
|
|
229
235
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.ListProjects",
|
|
230
236
|
packageName: PACKAGE_NAME,
|
|
237
|
+
migrationOptions: {
|
|
238
|
+
optInTransformResponse: true
|
|
239
|
+
},
|
|
231
240
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
232
241
|
protoPath: "/api/v1/portfolio/projects",
|
|
233
242
|
data: payload,
|
|
@@ -304,6 +313,9 @@ function updateProject(payload) {
|
|
|
304
313
|
method: "PATCH",
|
|
305
314
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.UpdateProject",
|
|
306
315
|
packageName: PACKAGE_NAME,
|
|
316
|
+
migrationOptions: {
|
|
317
|
+
optInTransformResponse: true
|
|
318
|
+
},
|
|
307
319
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
308
320
|
protoPath: "/api/v1/portfolio/projects/{project.id}",
|
|
309
321
|
data: serializedData,
|
|
@@ -382,6 +394,9 @@ function bulkUpdateProjects(payload) {
|
|
|
382
394
|
method: "PATCH",
|
|
383
395
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.BulkUpdateProjects",
|
|
384
396
|
packageName: PACKAGE_NAME,
|
|
397
|
+
migrationOptions: {
|
|
398
|
+
optInTransformResponse: true
|
|
399
|
+
},
|
|
385
400
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
386
401
|
protoPath: "/api/v1/bulk/portfolio/projects/update",
|
|
387
402
|
data: serializedData,
|
|
@@ -432,6 +447,9 @@ function deleteProject(payload) {
|
|
|
432
447
|
method: "DELETE",
|
|
433
448
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.DeleteProject",
|
|
434
449
|
packageName: PACKAGE_NAME,
|
|
450
|
+
migrationOptions: {
|
|
451
|
+
optInTransformResponse: true
|
|
452
|
+
},
|
|
435
453
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
436
454
|
protoPath: "/api/v1/portfolio/projects/{projectId}",
|
|
437
455
|
data: payload,
|
|
@@ -450,6 +468,9 @@ function queryProjects(payload) {
|
|
|
450
468
|
method: "POST",
|
|
451
469
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.QueryProjects",
|
|
452
470
|
packageName: PACKAGE_NAME,
|
|
471
|
+
migrationOptions: {
|
|
472
|
+
optInTransformResponse: true
|
|
473
|
+
},
|
|
453
474
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
454
475
|
protoPath: "/api/v1/portfolio/projects/query",
|
|
455
476
|
data: payload,
|
|
@@ -502,6 +523,9 @@ function updateProjectOrderInCollection(payload) {
|
|
|
502
523
|
method: "PATCH",
|
|
503
524
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.UpdateProjectOrderInCollection",
|
|
504
525
|
packageName: PACKAGE_NAME,
|
|
526
|
+
migrationOptions: {
|
|
527
|
+
optInTransformResponse: true
|
|
528
|
+
},
|
|
505
529
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
506
530
|
protoPath: "/api/v1/portfolio/projects/{projectId}/collections/{collectionId}",
|
|
507
531
|
data: serializedData,
|
|
@@ -580,6 +604,9 @@ function queryProjectsWithCollectionInfo(payload) {
|
|
|
580
604
|
method: "POST",
|
|
581
605
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.QueryProjectsWithCollectionInfo",
|
|
582
606
|
packageName: PACKAGE_NAME,
|
|
607
|
+
migrationOptions: {
|
|
608
|
+
optInTransformResponse: true
|
|
609
|
+
},
|
|
583
610
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
584
611
|
protoPath: "/api/1/portfolio/projects/collections/query",
|
|
585
612
|
data: payload,
|