@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 };
|
|
@@ -176,6 +176,9 @@ function createProject(payload) {
|
|
|
176
176
|
method: "POST",
|
|
177
177
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.CreateProject",
|
|
178
178
|
packageName: PACKAGE_NAME,
|
|
179
|
+
migrationOptions: {
|
|
180
|
+
optInTransformResponse: true
|
|
181
|
+
},
|
|
179
182
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
180
183
|
protoPath: "/api/v1/portfolio/projects",
|
|
181
184
|
data: serializedData,
|
|
@@ -222,6 +225,9 @@ function getProject(payload) {
|
|
|
222
225
|
method: "GET",
|
|
223
226
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.GetProject",
|
|
224
227
|
packageName: PACKAGE_NAME,
|
|
228
|
+
migrationOptions: {
|
|
229
|
+
optInTransformResponse: true
|
|
230
|
+
},
|
|
225
231
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
226
232
|
protoPath: "/api/v1/portfolio/projects/{projectId}",
|
|
227
233
|
data: payload,
|
|
@@ -268,6 +274,9 @@ function listProjects(payload) {
|
|
|
268
274
|
method: "GET",
|
|
269
275
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.ListProjects",
|
|
270
276
|
packageName: PACKAGE_NAME,
|
|
277
|
+
migrationOptions: {
|
|
278
|
+
optInTransformResponse: true
|
|
279
|
+
},
|
|
271
280
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
272
281
|
protoPath: "/api/v1/portfolio/projects",
|
|
273
282
|
data: payload,
|
|
@@ -344,6 +353,9 @@ function updateProject(payload) {
|
|
|
344
353
|
method: "PATCH",
|
|
345
354
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.UpdateProject",
|
|
346
355
|
packageName: PACKAGE_NAME,
|
|
356
|
+
migrationOptions: {
|
|
357
|
+
optInTransformResponse: true
|
|
358
|
+
},
|
|
347
359
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
348
360
|
protoPath: "/api/v1/portfolio/projects/{project.id}",
|
|
349
361
|
data: serializedData,
|
|
@@ -422,6 +434,9 @@ function bulkUpdateProjects(payload) {
|
|
|
422
434
|
method: "PATCH",
|
|
423
435
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.BulkUpdateProjects",
|
|
424
436
|
packageName: PACKAGE_NAME,
|
|
437
|
+
migrationOptions: {
|
|
438
|
+
optInTransformResponse: true
|
|
439
|
+
},
|
|
425
440
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
426
441
|
protoPath: "/api/v1/bulk/portfolio/projects/update",
|
|
427
442
|
data: serializedData,
|
|
@@ -472,6 +487,9 @@ function deleteProject(payload) {
|
|
|
472
487
|
method: "DELETE",
|
|
473
488
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.DeleteProject",
|
|
474
489
|
packageName: PACKAGE_NAME,
|
|
490
|
+
migrationOptions: {
|
|
491
|
+
optInTransformResponse: true
|
|
492
|
+
},
|
|
475
493
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
476
494
|
protoPath: "/api/v1/portfolio/projects/{projectId}",
|
|
477
495
|
data: payload,
|
|
@@ -490,6 +508,9 @@ function queryProjects(payload) {
|
|
|
490
508
|
method: "POST",
|
|
491
509
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.QueryProjects",
|
|
492
510
|
packageName: PACKAGE_NAME,
|
|
511
|
+
migrationOptions: {
|
|
512
|
+
optInTransformResponse: true
|
|
513
|
+
},
|
|
493
514
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
494
515
|
protoPath: "/api/v1/portfolio/projects/query",
|
|
495
516
|
data: payload,
|
|
@@ -542,6 +563,9 @@ function updateProjectOrderInCollection(payload) {
|
|
|
542
563
|
method: "PATCH",
|
|
543
564
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.UpdateProjectOrderInCollection",
|
|
544
565
|
packageName: PACKAGE_NAME,
|
|
566
|
+
migrationOptions: {
|
|
567
|
+
optInTransformResponse: true
|
|
568
|
+
},
|
|
545
569
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
546
570
|
protoPath: "/api/v1/portfolio/projects/{projectId}/collections/{collectionId}",
|
|
547
571
|
data: serializedData,
|
|
@@ -620,6 +644,9 @@ function queryProjectsWithCollectionInfo(payload) {
|
|
|
620
644
|
method: "POST",
|
|
621
645
|
methodFqn: "com.wixpress.portfolio.projects.ProjectsService.QueryProjectsWithCollectionInfo",
|
|
622
646
|
packageName: PACKAGE_NAME,
|
|
647
|
+
migrationOptions: {
|
|
648
|
+
optInTransformResponse: true
|
|
649
|
+
},
|
|
623
650
|
url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
|
|
624
651
|
protoPath: "/api/1/portfolio/projects/collections/query",
|
|
625
652
|
data: payload,
|