@wix/auto_sdk_portfolio_projects 1.0.52 → 1.0.54

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.
Files changed (49) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +25 -4
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +35 -5
  5. package/build/cjs/index.typings.js +25 -4
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +29 -4
  8. package/build/cjs/meta.js +25 -4
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/schemas.d.ts +4 -0
  11. package/build/cjs/schemas.js +7 -1
  12. package/build/cjs/schemas.js.map +1 -1
  13. package/build/es/index.d.mts +1 -1
  14. package/build/es/index.mjs +25 -4
  15. package/build/es/index.mjs.map +1 -1
  16. package/build/es/index.typings.d.mts +35 -5
  17. package/build/es/index.typings.mjs +25 -4
  18. package/build/es/index.typings.mjs.map +1 -1
  19. package/build/es/meta.d.mts +29 -4
  20. package/build/es/meta.mjs +25 -4
  21. package/build/es/meta.mjs.map +1 -1
  22. package/build/es/schemas.d.mts +4 -0
  23. package/build/es/schemas.mjs +7 -1
  24. package/build/es/schemas.mjs.map +1 -1
  25. package/build/internal/cjs/index.d.ts +1 -1
  26. package/build/internal/cjs/index.js +25 -4
  27. package/build/internal/cjs/index.js.map +1 -1
  28. package/build/internal/cjs/index.typings.d.ts +35 -5
  29. package/build/internal/cjs/index.typings.js +25 -4
  30. package/build/internal/cjs/index.typings.js.map +1 -1
  31. package/build/internal/cjs/meta.d.ts +29 -4
  32. package/build/internal/cjs/meta.js +25 -4
  33. package/build/internal/cjs/meta.js.map +1 -1
  34. package/build/internal/cjs/schemas.d.ts +4 -0
  35. package/build/internal/cjs/schemas.js +7 -1
  36. package/build/internal/cjs/schemas.js.map +1 -1
  37. package/build/internal/es/index.d.mts +1 -1
  38. package/build/internal/es/index.mjs +25 -4
  39. package/build/internal/es/index.mjs.map +1 -1
  40. package/build/internal/es/index.typings.d.mts +35 -5
  41. package/build/internal/es/index.typings.mjs +25 -4
  42. package/build/internal/es/index.typings.mjs.map +1 -1
  43. package/build/internal/es/meta.d.mts +29 -4
  44. package/build/internal/es/meta.mjs +25 -4
  45. package/build/internal/es/meta.mjs.map +1 -1
  46. package/build/internal/es/schemas.d.mts +4 -0
  47. package/build/internal/es/schemas.mjs +7 -1
  48. package/build/internal/es/schemas.mjs.map +1 -1
  49. package/package.json +2 -2
@@ -705,10 +705,24 @@ declare enum Namespace {
705
705
  * Symphony — a siteless site representing a project within Symphony (the evolution of Orion).
706
706
  * Holds project data, conversations, assets, and manages collaborators / shared team members for the project.
707
707
  */
708
- SYMPHONY = "SYMPHONY"
708
+ SYMPHONY = "SYMPHONY",
709
+ /** Nautilus platform app. */
710
+ NAUTILUS_APPS = "NAUTILUS_APPS",
711
+ /**
712
+ * Vibu — a siteless site representing a project built with Vibu (the AI app builder).
713
+ * Holds the project's generated code, conversations, assets, and manages collaborators for the project.
714
+ */
715
+ VIBU = "VIBU",
716
+ /**
717
+ * Ghost site for the BrandKit multi-site platform. Each ghost backs a single BrandKit
718
+ * (an Enterprise account may have several), holding that BrandKit's brand definition
719
+ * (theme, typography, assets) which is rolled out to the BrandKit's connected sites.
720
+ * MetaSites with this namespace will *not* be shown in a user's site list by default.
721
+ */
722
+ ENTERPRISE_BRAND_KIT = "ENTERPRISE_BRAND_KIT"
709
723
  }
710
724
  /** @enumType */
711
- 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' | 'NAUTILUS' | 'SYMPHONY';
725
+ 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' | 'NAUTILUS' | 'SYMPHONY' | 'NAUTILUS_APPS' | 'VIBU' | 'ENTERPRISE_BRAND_KIT';
712
726
  /** Site transferred to another user. */
713
727
  interface SiteTransferred {
714
728
  /**
@@ -1390,6 +1404,11 @@ interface Sorting {
1390
1404
  fieldName?: string;
1391
1405
  /** Sort order. */
1392
1406
  order?: SortOrderWithLiterals;
1407
+ /**
1408
+ * Origin point for geo-distance sorting on a GEO field
1409
+ * results are ordered by distance from this point (ASC = nearest first, DESC = farthest first).
1410
+ */
1411
+ origin?: AddressLocation;
1393
1412
  }
1394
1413
  declare enum SortOrder {
1395
1414
  ASC = "ASC",
@@ -1397,6 +1416,12 @@ declare enum SortOrder {
1397
1416
  }
1398
1417
  /** @enumType */
1399
1418
  type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';
1419
+ interface AddressLocation {
1420
+ /** Address latitude. */
1421
+ latitude?: number | null;
1422
+ /** Address longitude. */
1423
+ longitude?: number | null;
1424
+ }
1400
1425
  interface Paging {
1401
1426
  /** Number of items to load. */
1402
1427
  limit?: number | null;
@@ -1500,7 +1525,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
1500
1525
  /** If present, indicates the action that triggered the event. */
1501
1526
  originatedFrom?: string | null;
1502
1527
  /**
1503
- * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
1528
+ * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
1504
1529
  * You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
1505
1530
  */
1506
1531
  entityEventSequence?: string | null;
@@ -1592,4 +1617,4 @@ declare function updateProjectOrderInCollection(): __PublicMethodMetaInfo<'PATCH
1592
1617
  }, UpdateProjectOrderInCollectionRequest$1, UpdateProjectOrderInCollectionRequest, UpdateProjectOrderInCollectionResponse$1, UpdateProjectOrderInCollectionResponse>;
1593
1618
  declare function queryProjectsWithCollectionInfo(): __PublicMethodMetaInfo<'POST', {}, QueryProjectWithCollectionInfoRequest$1, QueryProjectWithCollectionInfoRequest, QueryProjectWithCollectionInfoResponse$1, QueryProjectWithCollectionInfoResponse>;
1594
1619
 
1595
- 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 };
1620
+ export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type AddressLocation as AddressLocationOriginal, 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 };
@@ -455,6 +455,15 @@ function deleteProject(payload) {
455
455
  }
456
456
  function queryProjects(payload) {
457
457
  function __queryProjects({ host }) {
458
+ const serializedData = transformPaths(payload, [
459
+ {
460
+ transformFn: transformSDKFloatToRESTFloat,
461
+ paths: [
462
+ { path: "query.sort.origin.latitude" },
463
+ { path: "query.sort.origin.longitude" }
464
+ ]
465
+ }
466
+ ]);
458
467
  const metadata = {
459
468
  entityFqdn: "wix.portfolio.projects.v1.project",
460
469
  method: "POST",
@@ -465,10 +474,10 @@ function queryProjects(payload) {
465
474
  },
466
475
  url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
467
476
  protoPath: "/api/v1/portfolio/projects/query",
468
- data: payload,
477
+ data: serializedData,
469
478
  host
470
479
  }),
471
- data: payload,
480
+ data: serializedData,
472
481
  transformResponse: (payload2) => transformPaths(payload2, [
473
482
  {
474
483
  transformFn: transformRESTTimestampToSDKTimestamp,
@@ -591,6 +600,15 @@ function updateProjectOrderInCollection(payload) {
591
600
  }
592
601
  function queryProjectsWithCollectionInfo(payload) {
593
602
  function __queryProjectsWithCollectionInfo({ host }) {
603
+ const serializedData = transformPaths(payload, [
604
+ {
605
+ transformFn: transformSDKFloatToRESTFloat,
606
+ paths: [
607
+ { path: "query.sort.origin.latitude" },
608
+ { path: "query.sort.origin.longitude" }
609
+ ]
610
+ }
611
+ ]);
594
612
  const metadata = {
595
613
  entityFqdn: "wix.portfolio.projects.v1.project",
596
614
  method: "POST",
@@ -601,10 +619,10 @@ function queryProjectsWithCollectionInfo(payload) {
601
619
  },
602
620
  url: resolveComWixpressPortfolioProjectsProjectsServiceUrl({
603
621
  protoPath: "/api/1/portfolio/projects/collections/query",
604
- data: payload,
622
+ data: serializedData,
605
623
  host
606
624
  }),
607
- data: payload,
625
+ data: serializedData,
608
626
  transformResponse: (payload2) => transformPaths(payload2, [
609
627
  {
610
628
  transformFn: transformRESTFloatToSDKFloat,
@@ -723,6 +741,9 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
723
741
  Namespace2["CHANNELS"] = "CHANNELS";
724
742
  Namespace2["NAUTILUS"] = "NAUTILUS";
725
743
  Namespace2["SYMPHONY"] = "SYMPHONY";
744
+ Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
745
+ Namespace2["VIBU"] = "VIBU";
746
+ Namespace2["ENTERPRISE_BRAND_KIT"] = "ENTERPRISE_BRAND_KIT";
726
747
  return Namespace2;
727
748
  })(Namespace || {});
728
749
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {