{"version":3,"sources":["../../src/multilingual-translation-v1-content-translation-contents.http.ts","../../src/multilingual-translation-v1-content-translation-contents.types.ts","../../src/multilingual-translation-v1-content-translation-contents.meta.ts"],"sourcesContent":["import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';\nimport { transformSDKFloatToRESTFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformSDKTimestampToRESTTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformSDKFieldMaskToRESTFieldMask } from '@wix/sdk-runtime/transformations/field-mask';\nimport { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';\nimport { resolveUrl } from '@wix/sdk-runtime/rest-modules';\nimport { ResolveUrlOpts } from '@wix/sdk-runtime/rest-modules';\nimport { RequestOptionsFactory } from '@wix/sdk-types';\n\nfunction resolveWixMultilingualTranslationContentV1TranslationContentUrl(\n  opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n  const domainToMappings = {\n    '*.dev.wix-code.com': [\n      {\n        srcPath: '/_api/translation-content',\n        destPath: '',\n      },\n    ],\n    _: [\n      {\n        srcPath: '/_api/translation-content',\n        destPath: '',\n      },\n    ],\n    'www.wixapis.com': [\n      {\n        srcPath: '/translation-content',\n        destPath: '',\n      },\n    ],\n    'manage._base_domain_': [\n      {\n        srcPath: '/_api/translation-content',\n        destPath: '',\n      },\n    ],\n  };\n\n  return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME = '@wix/auto_sdk_multilingual_translation-contents';\n\n/**\n * Creates a translation content item.\n *\n * The content is validated based on the constraints defined in the corresponding schema.\n */\nexport function createContent(payload: object): RequestOptionsFactory<any> {\n  function __createContent({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'content.createdDate' },\n          { path: 'content.updatedDate' },\n          { path: 'content.fields.*.updatedDate' },\n          { path: 'content.fields.*.richContent.metadata.createdTimestamp' },\n          { path: 'content.fields.*.richContent.metadata.updatedTimestamp' },\n          { path: 'content.fields.*.image.urlExpirationDate' },\n          { path: 'content.fields.*.video.urlExpirationDate' },\n          { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n          {\n            path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'content.fields.*.video.posters.urlExpirationDate' },\n          { path: 'content.fields.*.document.urlExpirationDate' },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n          { path: 'content.fields.*.richContent.nodes.tocData.itemSpacing' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.CreateContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'content.createdDate' },\n              { path: 'content.updatedDate' },\n              { path: 'content.fields.*.updatedDate' },\n              {\n                path: 'content.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'content.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'content.fields.*.image.urlExpirationDate' },\n              { path: 'content.fields.*.video.urlExpirationDate' },\n              { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n              {\n                path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'content.fields.*.video.posters.urlExpirationDate' },\n              { path: 'content.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n              {\n                path: 'content.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __createContent;\n}\n\n/** Retrieves a translation content item. */\nexport function getContent(payload: object): RequestOptionsFactory<any> {\n  function __getContent({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'GET' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.GetContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/{contentId}',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'content.createdDate' },\n              { path: 'content.updatedDate' },\n              { path: 'content.fields.*.updatedDate' },\n              {\n                path: 'content.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'content.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'content.fields.*.image.urlExpirationDate' },\n              { path: 'content.fields.*.video.urlExpirationDate' },\n              { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n              {\n                path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'content.fields.*.video.posters.urlExpirationDate' },\n              { path: 'content.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n              {\n                path: 'content.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __getContent;\n}\n\n/**\n * Updates a translation content item by ID.\n *\n * To remove a field, pass the field key with an empty object as the value. For example:\n *\n * ```json\n * {\n * \"fields\": {\n * \"title\": {}\n * }\n * }\n * ```\n */\nexport function updateContent(payload: object): RequestOptionsFactory<any> {\n  function __updateContent({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'content.createdDate' },\n          { path: 'content.updatedDate' },\n          { path: 'content.fields.*.updatedDate' },\n          { path: 'content.fields.*.richContent.metadata.createdTimestamp' },\n          { path: 'content.fields.*.richContent.metadata.updatedTimestamp' },\n          { path: 'content.fields.*.image.urlExpirationDate' },\n          { path: 'content.fields.*.video.urlExpirationDate' },\n          { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n          {\n            path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'content.fields.*.video.posters.urlExpirationDate' },\n          { path: 'content.fields.*.document.urlExpirationDate' },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n          { path: 'content.fields.*.richContent.nodes.tocData.itemSpacing' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'PATCH' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.UpdateContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/{content.id}',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'content.createdDate' },\n              { path: 'content.updatedDate' },\n              { path: 'content.fields.*.updatedDate' },\n              {\n                path: 'content.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'content.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'content.fields.*.image.urlExpirationDate' },\n              { path: 'content.fields.*.video.urlExpirationDate' },\n              { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n              {\n                path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'content.fields.*.video.posters.urlExpirationDate' },\n              { path: 'content.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n              {\n                path: 'content.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __updateContent;\n}\n\n/**\n * Updates a translation content item using a unique key, which is a combination of `content.schemaId`, `content.entityId`, and `content.locale`.\n *\n * To remove a field, pass the field key with an empty object as the value. For example:\n *\n * ```json\n * {\n * \"fields\": {\n * \"title\": {}\n * }\n * }\n * ```\n */\nexport function updateContentByKey(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __updateContentByKey({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'content.createdDate' },\n          { path: 'content.updatedDate' },\n          { path: 'content.fields.*.updatedDate' },\n          { path: 'content.fields.*.richContent.metadata.createdTimestamp' },\n          { path: 'content.fields.*.richContent.metadata.updatedTimestamp' },\n          { path: 'content.fields.*.image.urlExpirationDate' },\n          { path: 'content.fields.*.video.urlExpirationDate' },\n          { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n          {\n            path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'content.fields.*.video.posters.urlExpirationDate' },\n          { path: 'content.fields.*.document.urlExpirationDate' },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n          { path: 'content.fields.*.richContent.nodes.tocData.itemSpacing' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'PATCH' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.UpdateContentByKey',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/by-key',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'content.createdDate' },\n              { path: 'content.updatedDate' },\n              { path: 'content.fields.*.updatedDate' },\n              {\n                path: 'content.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'content.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'content.fields.*.image.urlExpirationDate' },\n              { path: 'content.fields.*.video.urlExpirationDate' },\n              { path: 'content.fields.*.video.resolutions.urlExpirationDate' },\n              {\n                path: 'content.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'content.fields.*.video.posters.urlExpirationDate' },\n              { path: 'content.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'content.fields.*.richContent.nodes.tocData.fontSize' },\n              {\n                path: 'content.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __updateContentByKey;\n}\n\n/** Deletes a translation content item. */\nexport function deleteContent(payload: object): RequestOptionsFactory<any> {\n  function __deleteContent({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'DELETE' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.DeleteContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/{contentId}',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n    };\n\n    return metadata;\n  }\n\n  return __deleteContent;\n}\n\n/**\n * Creates a query to retrieve a list of translation content items.\n *\n * The `queryContents()` function builds a query to retrieve a list of translation content items and returns a `ContentsQueryBuilder` object.\n *\n * The returned object contains the query definition, which is used to run the query using the [`find()`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/find) function.\n *\n * You can refine the query by chaining `ContentsQueryBuilder` functions onto the query. `ContentsQueryBuilder` functions enable you to filter, sort, and control the results that `queryContents()` returns.\n *\n * `queryContents()`  runs with the following `ContentsQueryBuilder` defaults which you can override:\n *\n * + [`limit(100)`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/limit)\n * + [`ascending('_id')`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-builder/ascending)\n *\n * The following `ContentsQueryBuilder` functions are supported for `queryContents()`. For a full description of the operations object, see the object returned for the [`items`](https://dev.wix.com/docs/sdk/backend-modules/multilingual/translation/translation-content/contents-query-result/items) property in `ContentsQueryResult`.\n */\nexport function queryContents(payload: object): RequestOptionsFactory<any> {\n  function __queryContents({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.QueryContents',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/query',\n        data: payload,\n        host,\n      }),\n      data: payload,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'contents.createdDate' },\n              { path: 'contents.updatedDate' },\n              { path: 'contents.fields.*.updatedDate' },\n              {\n                path: 'contents.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'contents.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'contents.fields.*.image.urlExpirationDate' },\n              { path: 'contents.fields.*.video.urlExpirationDate' },\n              { path: 'contents.fields.*.video.resolutions.urlExpirationDate' },\n              {\n                path: 'contents.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'contents.fields.*.video.posters.urlExpirationDate' },\n              { path: 'contents.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'contents.fields.*.richContent.nodes.tocData.fontSize' },\n              {\n                path: 'contents.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __queryContents;\n}\n\n/**\n * Retrieves a list of all translation content associated with a site that matches the search query, with optional data aggregation.\n *\n * Note that this method allows you to retrieve all translation content for a site, regardless of which app created it.\n *\n * Use this method to search translation content fields on a site for a given expression, and/or to perform data aggregations on a site's translation content fields.\n *\n *\n * To learn about working with *Search* methods, see _API Query Language_ ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))\n * and *Sorting and Paging* ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).\n */\nexport function searchContents(payload: object): RequestOptionsFactory<any> {\n  function __searchContents({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'search.aggregations.range.buckets.from' },\n          { path: 'search.aggregations.range.buckets.to' },\n          {\n            path: 'search.aggregations.nested.nestedAggregations.range.buckets.from',\n          },\n          {\n            path: 'search.aggregations.nested.nestedAggregations.range.buckets.to',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.SearchContents',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/search',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'contents.createdDate' },\n              { path: 'contents.updatedDate' },\n              { path: 'contents.fields.*.updatedDate' },\n              {\n                path: 'contents.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'contents.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'contents.fields.*.image.urlExpirationDate' },\n              { path: 'contents.fields.*.video.urlExpirationDate' },\n              { path: 'contents.fields.*.video.resolutions.urlExpirationDate' },\n              {\n                path: 'contents.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'contents.fields.*.video.posters.urlExpirationDate' },\n              { path: 'contents.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'contents.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'contents.fields.*.richContent.nodes.tocData.fontSize' },\n              {\n                path: 'contents.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n              { path: 'aggregationData.results.ranges.results.from' },\n              { path: 'aggregationData.results.ranges.results.to' },\n              {\n                path: 'aggregationData.results.groupedByValue.results.nestedResults.ranges.results.from',\n              },\n              {\n                path: 'aggregationData.results.groupedByValue.results.nestedResults.ranges.results.to',\n              },\n              {\n                path: 'aggregationData.results.nested.results.results.*.range.from',\n              },\n              {\n                path: 'aggregationData.results.nested.results.results.*.range.to',\n              },\n              { path: 'aggregationData.results.scalar.value' },\n              {\n                path: 'aggregationData.results.groupedByValue.results.nestedResults.scalar.value',\n              },\n              {\n                path: 'aggregationData.results.nested.results.results.*.scalar.value',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __searchContents;\n}\n\n/**\n * Creates multiple translation content items.\n *\n * The content items are validated based on the constraints defined in the corresponding schema.\n */\nexport function bulkCreateContent(payload: object): RequestOptionsFactory<any> {\n  function __bulkCreateContent({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'contents.createdDate' },\n          { path: 'contents.updatedDate' },\n          { path: 'contents.fields.*.updatedDate' },\n          { path: 'contents.fields.*.richContent.metadata.createdTimestamp' },\n          { path: 'contents.fields.*.richContent.metadata.updatedTimestamp' },\n          { path: 'contents.fields.*.image.urlExpirationDate' },\n          { path: 'contents.fields.*.video.urlExpirationDate' },\n          { path: 'contents.fields.*.video.resolutions.urlExpirationDate' },\n          {\n            path: 'contents.fields.*.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'contents.fields.*.video.posters.urlExpirationDate' },\n          { path: 'contents.fields.*.document.urlExpirationDate' },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          {\n            path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.imageData.image.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.videoData.video.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'contents.fields.*.richContent.nodes.tocData.fontSize' },\n          { path: 'contents.fields.*.richContent.nodes.tocData.itemSpacing' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.BulkCreateContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/bulk/contents/create',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.fields.*.updatedDate' },\n              {\n                path: 'results.item.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'results.item.fields.*.image.urlExpirationDate' },\n              { path: 'results.item.fields.*.video.urlExpirationDate' },\n              {\n                path: 'results.item.fields.*.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'results.item.fields.*.video.posters.urlExpirationDate' },\n              { path: 'results.item.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkCreateContent;\n}\n\n/**\n * Updates multiple translation content items by ID.\n *\n * To remove a field, pass the field key with an empty object as the value. For example:\n *\n * ```json\n * {\n * \"fields\": {\n * \"title\": {}\n * }\n * }\n * ```\n */\nexport function bulkUpdateContent(payload: object): RequestOptionsFactory<any> {\n  function __bulkUpdateContent({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'contents.fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'contents.content.createdDate' },\n          { path: 'contents.content.updatedDate' },\n          { path: 'contents.content.fields.*.updatedDate' },\n          {\n            path: 'contents.content.fields.*.richContent.metadata.createdTimestamp',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.metadata.updatedTimestamp',\n          },\n          { path: 'contents.content.fields.*.image.urlExpirationDate' },\n          { path: 'contents.content.fields.*.video.urlExpirationDate' },\n          {\n            path: 'contents.content.fields.*.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'contents.content.fields.*.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'contents.content.fields.*.video.posters.urlExpirationDate' },\n          { path: 'contents.content.fields.*.document.urlExpirationDate' },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.imageData.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.videoData.video.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.tocData.fontSize',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.tocData.itemSpacing',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.BulkUpdateContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/bulk/contents/update',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.fields.*.updatedDate' },\n              {\n                path: 'results.item.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'results.item.fields.*.image.urlExpirationDate' },\n              { path: 'results.item.fields.*.video.urlExpirationDate' },\n              {\n                path: 'results.item.fields.*.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'results.item.fields.*.video.posters.urlExpirationDate' },\n              { path: 'results.item.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateContent;\n}\n\n/**\n * Updates multiple translation content items using a unique key, which is a combination of `contents.content.schemaId`, `contents.content.entityId`, and `contents.content.locale`.\n *\n * To remove a field, pass the field key with an empty object as the value. For example:\n *\n * ```json\n * {\n * \"fields\": {\n * \"title\": {}\n * }\n * }\n * ```\n */\nexport function bulkUpdateContentByKey(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateContentByKey({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'contents.fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'contents.content.createdDate' },\n          { path: 'contents.content.updatedDate' },\n          { path: 'contents.content.fields.*.updatedDate' },\n          {\n            path: 'contents.content.fields.*.richContent.metadata.createdTimestamp',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.metadata.updatedTimestamp',\n          },\n          { path: 'contents.content.fields.*.image.urlExpirationDate' },\n          { path: 'contents.content.fields.*.video.urlExpirationDate' },\n          {\n            path: 'contents.content.fields.*.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'contents.content.fields.*.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'contents.content.fields.*.video.posters.urlExpirationDate' },\n          { path: 'contents.content.fields.*.document.urlExpirationDate' },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.imageData.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.videoData.video.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.tocData.fontSize',\n          },\n          {\n            path: 'contents.content.fields.*.richContent.nodes.tocData.itemSpacing',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.BulkUpdateContentByKey',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/bulk/contents/update-by-key',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.fields.*.updatedDate' },\n              {\n                path: 'results.item.fields.*.richContent.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.fields.*.richContent.metadata.updatedTimestamp',\n              },\n              { path: 'results.item.fields.*.image.urlExpirationDate' },\n              { path: 'results.item.fields.*.video.urlExpirationDate' },\n              {\n                path: 'results.item.fields.*.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.fields.*.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'results.item.fields.*.video.posters.urlExpirationDate' },\n              { path: 'results.item.fields.*.document.urlExpirationDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.fields.*.richContent.nodes.tocData.itemSpacing',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateContentByKey;\n}\n\n/** Deletes multiple translation content items. */\nexport function bulkDeleteContent(payload: object): RequestOptionsFactory<any> {\n  function __bulkDeleteContent({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.BulkDeleteContent',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/bulk/contents/delete',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkDeleteContent;\n}\n\n/**\n * Gets word counts and field counts for translatable content across a site.\n *\n * This method provides detailed translation analytics showing translatable source content statistics and target language translation progress, including current translations and outdated translations. Statistics are provided at the site level and broken down by translation schema for granular progress tracking.\n *\n * Call this method when you need to track translation progress or build dashboards showing translation completion rates across different translation schemas.\n */\nexport function getContentWordCount(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __getContentWordCount({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.multilingual.translation.v1.content',\n      method: 'GET' as any,\n      methodFqn:\n        'wix.multilingual.translation.content.v1.TranslationContent.GetContentWordCount',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixMultilingualTranslationContentV1TranslationContentUrl({\n        protoPath: '/v1/contents/word-count/{sourceLanguage}',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n    };\n\n    return metadata;\n  }\n\n  return __getContentWordCount;\n}\n","export interface Content {\n  /**\n   * Translation content ID.\n   * @readonly\n   * @format GUID\n   */\n  id?: string | null;\n  /**\n   * Translation schema ID.\n   * @immutable\n   * @format GUID\n   */\n  schemaId?: string;\n  /**\n   * A unique identifier defined by the app developer to differentiate translation content for various entities within the site. For example, if an app developer is creating translation content for blog posts, the `entityId` can be `'blog-posts-1'`.\n   * @immutable\n   * @minLength 1\n   * @maxLength 100\n   */\n  entityId?: string;\n  /**\n   * Translation content locale.\n   * @format LANGUAGE_TAG\n   * @immutable\n   */\n  locale?: string;\n  /**\n   * List of fields for the translation content. This property uses a string to map to a `ContentField` (`Map<string, ContentField>`). The string serves as a key, which you'll need to access each field in the content and when referencing a translation schema.\n   * @maxSize 2000\n   */\n  fields?: Record<string, ContentField>;\n  /**\n   * A reference to the parent content. For example, if the content is a menu item, this property would contain the `entityId` of the menu it belongs to.\n   * @minLength 1\n   * @maxLength 100\n   */\n  parentEntityId?: string | null;\n  /**\n   * The aggregated published status across all content fields.\n   * @readonly\n   */\n  publishStatus?: PublishStatusWithLiterals;\n  /**\n   * Contains the value of the preview field if the schema defines one.\n   * @readonly\n   * @maxLength 20000\n   */\n  previewField?: string | null;\n  /**\n   * Date and time the translation content was created.\n   * @readonly\n   */\n  createdDate?: Date | null;\n  /**\n   * Date and time the translation content was updated.\n   * @readonly\n   */\n  updatedDate?: Date | null;\n}\n\nexport interface ContentField extends ContentFieldValueOneOf {\n  /**\n   * Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`.\n   * @maxLength 100000\n   */\n  textValue?: string;\n  /**\n   * Translation Content rich content.\n   *\n   * <widget src=\"https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component\" exampleid=\"71a5e527-a334-49e6-bc2d-9f5b3e831fc5\">See Ricos document reference</widget>\n   */\n  richContent?: RichContent;\n  /** Wix Media Manager image. */\n  image?: Image;\n  /** Wix Media Manager video. */\n  video?: VideoV2;\n  /** Wix Media Manager document. */\n  document?: Document;\n  /**\n   * Field unique identifier. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\\\]\\\\[\\\\.]+$`.\n   * @minLength 1\n   * @maxLength 256\n   * @readonly\n   */\n  id?: string;\n  /**\n   * Whether to publish the translation content to the live site, making it visible to site visitors.\n   *\n   * Default: `false`\n   */\n  published?: boolean;\n  /** **Required.** The source that updated the translation content. */\n  updatedBy?: UpdaterIdentityWithLiterals;\n  /**\n   * Unique string identifier that links a specific content field to its corresponding field in the schema.\n   * @readonly\n   * @maxLength 100\n   */\n  schemaFieldKey?: string;\n  /**\n   * Field index. Used for cases where the order of the fields are relevant.\n   * @readonly\n   */\n  index?: number;\n}\n\n/** @oneof */\nexport interface ContentFieldValueOneOf {\n  /**\n   * Plain text. Use this field if the corresponding schema `fields.type` is `SHORT_TEXT`, `LONG_TEXT`, `HTML`, or `IMAGE_LINK`.\n   * @maxLength 100000\n   */\n  textValue?: string;\n  /**\n   * Translation Content rich content.\n   *\n   * <widget src=\"https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component\" exampleid=\"71a5e527-a334-49e6-bc2d-9f5b3e831fc5\">See Ricos document reference</widget>\n   */\n  richContent?: RichContent;\n  /** Wix Media Manager image. */\n  image?: Image;\n  /** Wix Media Manager video. */\n  video?: VideoV2;\n  /** Wix Media Manager document. */\n  document?: Document;\n}\n\nexport interface RichContent {\n  /** Node objects representing a rich content document. */\n  nodes?: Node[];\n  /** Object metadata. */\n  metadata?: Metadata;\n  /** Global styling for header, paragraph, block quote, and code block nodes in the object. */\n  documentStyle?: DocumentStyle;\n}\n\nexport interface Node extends NodeDataOneOf {\n  /** Data for a button node. */\n  buttonData?: ButtonData;\n  /** Data for a code block node. */\n  codeBlockData?: CodeBlockData;\n  /** Data for a divider node. */\n  dividerData?: DividerData;\n  /** Data for a file node. */\n  fileData?: FileData;\n  /** Data for a gallery node. */\n  galleryData?: GalleryData;\n  /** Data for a GIF node. */\n  gifData?: GIFData;\n  /** Data for a heading node. */\n  headingData?: HeadingData;\n  /** Data for an embedded HTML node. */\n  htmlData?: HTMLData;\n  /** Data for an image node. */\n  imageData?: ImageData;\n  /** Data for a link preview node. */\n  linkPreviewData?: LinkPreviewData;\n  /** @deprecated */\n  mapData?: MapData;\n  /** Data for a paragraph node. */\n  paragraphData?: ParagraphData;\n  /** Data for a poll node. */\n  pollData?: PollData;\n  /** Data for a text node. Used to apply decorations to text. */\n  textData?: TextData;\n  /** Data for an app embed node. */\n  appEmbedData?: AppEmbedData;\n  /** Data for a video node. */\n  videoData?: VideoData;\n  /** Data for an oEmbed node. */\n  embedData?: EmbedData;\n  /** Data for a collapsible list node. */\n  collapsibleListData?: CollapsibleListData;\n  /** Data for a table node. */\n  tableData?: TableData;\n  /** Data for a table cell node. */\n  tableCellData?: TableCellData;\n  /** Data for a custom external node. */\n  externalData?: Record<string, any> | null;\n  /** Data for an audio node. */\n  audioData?: AudioData;\n  /** Data for an ordered list node. */\n  orderedListData?: OrderedListData;\n  /** Data for a bulleted list node. */\n  bulletedListData?: BulletedListData;\n  /** Data for a block quote node. */\n  blockquoteData?: BlockquoteData;\n  /** Data for a caption node. */\n  captionData?: CaptionData;\n  /** Data for a layout node. Reserved for future use. */\n  layoutData?: LayoutData;\n  /** Data for a cell node. */\n  layoutCellData?: LayoutCellData;\n  /** Data for a shape node. */\n  shapeData?: ShapeData;\n  /** Data for a card node. */\n  cardData?: CardData;\n  /** Data for a table of contents node. */\n  tocData?: TocData;\n  /** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */\n  type?: NodeTypeWithLiterals;\n  /** Node ID. */\n  id?: string;\n  /** A list of child nodes. */\n  nodes?: Node[];\n  /** Padding and background color styling for the node. */\n  style?: NodeStyle;\n}\n\n/** @oneof */\nexport interface NodeDataOneOf {\n  /** Data for a button node. */\n  buttonData?: ButtonData;\n  /** Data for a code block node. */\n  codeBlockData?: CodeBlockData;\n  /** Data for a divider node. */\n  dividerData?: DividerData;\n  /** Data for a file node. */\n  fileData?: FileData;\n  /** Data for a gallery node. */\n  galleryData?: GalleryData;\n  /** Data for a GIF node. */\n  gifData?: GIFData;\n  /** Data for a heading node. */\n  headingData?: HeadingData;\n  /** Data for an embedded HTML node. */\n  htmlData?: HTMLData;\n  /** Data for an image node. */\n  imageData?: ImageData;\n  /** Data for a link preview node. */\n  linkPreviewData?: LinkPreviewData;\n  /** @deprecated */\n  mapData?: MapData;\n  /** Data for a paragraph node. */\n  paragraphData?: ParagraphData;\n  /** Data for a poll node. */\n  pollData?: PollData;\n  /** Data for a text node. Used to apply decorations to text. */\n  textData?: TextData;\n  /** Data for an app embed node. */\n  appEmbedData?: AppEmbedData;\n  /** Data for a video node. */\n  videoData?: VideoData;\n  /** Data for an oEmbed node. */\n  embedData?: EmbedData;\n  /** Data for a collapsible list node. */\n  collapsibleListData?: CollapsibleListData;\n  /** Data for a table node. */\n  tableData?: TableData;\n  /** Data for a table cell node. */\n  tableCellData?: TableCellData;\n  /** Data for a custom external node. */\n  externalData?: Record<string, any> | null;\n  /** Data for an audio node. */\n  audioData?: AudioData;\n  /** Data for an ordered list node. */\n  orderedListData?: OrderedListData;\n  /** Data for a bulleted list node. */\n  bulletedListData?: BulletedListData;\n  /** Data for a block quote node. */\n  blockquoteData?: BlockquoteData;\n  /** Data for a caption node. */\n  captionData?: CaptionData;\n  /** Data for a layout node. Reserved for future use. */\n  layoutData?: LayoutData;\n  /** Data for a cell node. */\n  layoutCellData?: LayoutCellData;\n  /** Data for a shape node. */\n  shapeData?: ShapeData;\n  /** Data for a card node. */\n  cardData?: CardData;\n  /** Data for a table of contents node. */\n  tocData?: TocData;\n}\n\nexport enum NodeType {\n  PARAGRAPH = 'PARAGRAPH',\n  TEXT = 'TEXT',\n  HEADING = 'HEADING',\n  BULLETED_LIST = 'BULLETED_LIST',\n  ORDERED_LIST = 'ORDERED_LIST',\n  LIST_ITEM = 'LIST_ITEM',\n  BLOCKQUOTE = 'BLOCKQUOTE',\n  CODE_BLOCK = 'CODE_BLOCK',\n  VIDEO = 'VIDEO',\n  DIVIDER = 'DIVIDER',\n  FILE = 'FILE',\n  GALLERY = 'GALLERY',\n  GIF = 'GIF',\n  HTML = 'HTML',\n  IMAGE = 'IMAGE',\n  LINK_PREVIEW = 'LINK_PREVIEW',\n  /** @deprecated */\n  MAP = 'MAP',\n  POLL = 'POLL',\n  APP_EMBED = 'APP_EMBED',\n  BUTTON = 'BUTTON',\n  COLLAPSIBLE_LIST = 'COLLAPSIBLE_LIST',\n  TABLE = 'TABLE',\n  EMBED = 'EMBED',\n  COLLAPSIBLE_ITEM = 'COLLAPSIBLE_ITEM',\n  COLLAPSIBLE_ITEM_TITLE = 'COLLAPSIBLE_ITEM_TITLE',\n  COLLAPSIBLE_ITEM_BODY = 'COLLAPSIBLE_ITEM_BODY',\n  TABLE_CELL = 'TABLE_CELL',\n  TABLE_ROW = 'TABLE_ROW',\n  EXTERNAL = 'EXTERNAL',\n  AUDIO = 'AUDIO',\n  CAPTION = 'CAPTION',\n  LAYOUT = 'LAYOUT',\n  LAYOUT_CELL = 'LAYOUT_CELL',\n  SHAPE = 'SHAPE',\n  CARD = 'CARD',\n  TOC = 'TOC',\n}\n\n/** @enumType */\nexport type NodeTypeWithLiterals =\n  | NodeType\n  | 'PARAGRAPH'\n  | 'TEXT'\n  | 'HEADING'\n  | 'BULLETED_LIST'\n  | 'ORDERED_LIST'\n  | 'LIST_ITEM'\n  | 'BLOCKQUOTE'\n  | 'CODE_BLOCK'\n  | 'VIDEO'\n  | 'DIVIDER'\n  | 'FILE'\n  | 'GALLERY'\n  | 'GIF'\n  | 'HTML'\n  | 'IMAGE'\n  | 'LINK_PREVIEW'\n  | 'MAP'\n  | 'POLL'\n  | 'APP_EMBED'\n  | 'BUTTON'\n  | 'COLLAPSIBLE_LIST'\n  | 'TABLE'\n  | 'EMBED'\n  | 'COLLAPSIBLE_ITEM'\n  | 'COLLAPSIBLE_ITEM_TITLE'\n  | 'COLLAPSIBLE_ITEM_BODY'\n  | 'TABLE_CELL'\n  | 'TABLE_ROW'\n  | 'EXTERNAL'\n  | 'AUDIO'\n  | 'CAPTION'\n  | 'LAYOUT'\n  | 'LAYOUT_CELL'\n  | 'SHAPE'\n  | 'CARD'\n  | 'TOC';\n\nexport interface NodeStyle {\n  /** The top padding value in pixels. */\n  paddingTop?: string | null;\n  /** The bottom padding value in pixels. */\n  paddingBottom?: string | null;\n  /** The background color as a hexadecimal value. */\n  backgroundColor?: string | null;\n}\n\nexport interface ButtonData {\n  /** Styling for the button's container. */\n  containerData?: PluginContainerData;\n  /** The button type. */\n  type?: ButtonDataTypeWithLiterals;\n  /** Styling for the button. */\n  styles?: Styles;\n  /** The text to display on the button. */\n  text?: string | null;\n  /** Button link details. */\n  link?: Link;\n}\n\n/** Background type */\nexport enum BackgroundType {\n  /** Solid color background */\n  COLOR = 'COLOR',\n  /** Gradient background */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type BackgroundTypeWithLiterals = BackgroundType | 'COLOR' | 'GRADIENT';\n\nexport interface Gradient {\n  /** Gradient type. */\n  type?: GradientTypeWithLiterals;\n  /**\n   * Color stops for the gradient.\n   * @maxSize 1000\n   */\n  stops?: Stop[];\n  /** Angle in degrees for linear gradient (0-360). */\n  angle?: number | null;\n  /**\n   * Horizontal center position for radial gradient (0-100).\n   * @max 100\n   */\n  centerX?: number | null;\n  /**\n   * Vertical center position for radial gradient (0-100).\n   * @max 100\n   */\n  centerY?: number | null;\n}\n\n/** Gradient type. */\nexport enum GradientType {\n  /** Linear gradient. */\n  LINEAR = 'LINEAR',\n  /** Radial gradient. */\n  RADIAL = 'RADIAL',\n}\n\n/** @enumType */\nexport type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';\n\n/** A single color stop in the gradient. */\nexport interface Stop {\n  /**\n   * Stop color as hex value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Stop position (0-1). */\n  position?: number | null;\n}\n\nexport interface Border {\n  /**\n   * Deprecated: Use `borderWidth` in `styles` instead.\n   * @deprecated\n   */\n  width?: number | null;\n  /**\n   * Deprecated: Use `borderRadius` in `styles` instead.\n   * @deprecated\n   */\n  radius?: number | null;\n}\n\nexport interface Colors {\n  /**\n   * Deprecated: Use `textColor` in `styles` instead.\n   * @deprecated\n   */\n  text?: string | null;\n  /**\n   * Deprecated: Use `borderColor` in `styles` instead.\n   * @deprecated\n   */\n  border?: string | null;\n  /**\n   * Deprecated: Use `backgroundColor` in `styles` instead.\n   * @deprecated\n   */\n  background?: string | null;\n}\n\n/** Background styling (color or gradient) */\nexport interface Background {\n  /** Background type. */\n  type?: BackgroundTypeWithLiterals;\n  /**\n   * Background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\nexport interface PluginContainerData {\n  /** The width of the node when it's displayed. */\n  width?: PluginContainerDataWidth;\n  /** The node's alignment within its container. */\n  alignment?: PluginContainerDataAlignmentWithLiterals;\n  /** Spoiler cover settings for the node. */\n  spoiler?: Spoiler;\n  /** The height of the node when it's displayed. */\n  height?: Height;\n  /** Sets whether text should wrap around this node when it's displayed. If `textWrap` is `false`, the node takes up the width of its container. Defaults to `true` for all node types except 'DIVIVDER' where it defaults to `false`. */\n  textWrap?: boolean | null;\n}\n\nexport enum WidthType {\n  /** Width matches the content width */\n  CONTENT = 'CONTENT',\n  /** Small Width */\n  SMALL = 'SMALL',\n  /** Width will match the original asset width */\n  ORIGINAL = 'ORIGINAL',\n  /** coast-to-coast display */\n  FULL_WIDTH = 'FULL_WIDTH',\n}\n\n/** @enumType */\nexport type WidthTypeWithLiterals =\n  | WidthType\n  | 'CONTENT'\n  | 'SMALL'\n  | 'ORIGINAL'\n  | 'FULL_WIDTH';\n\nexport interface PluginContainerDataWidth\n  extends PluginContainerDataWidthDataOneOf {\n  /**\n   * One of the following predefined width options:\n   * `CONTENT`: The width of the container matches the content width.\n   * `SMALL`: A small width.\n   * `ORIGINAL`: For `imageData` containers only. The width of the container matches the original image width.\n   * `FULL_WIDTH`: For `imageData` containers only. The image container takes up the full width of the screen.\n   */\n  size?: WidthTypeWithLiterals;\n  /** A custom width value in pixels. */\n  custom?: string | null;\n}\n\n/** @oneof */\nexport interface PluginContainerDataWidthDataOneOf {\n  /**\n   * One of the following predefined width options:\n   * `CONTENT`: The width of the container matches the content width.\n   * `SMALL`: A small width.\n   * `ORIGINAL`: For `imageData` containers only. The width of the container matches the original image width.\n   * `FULL_WIDTH`: For `imageData` containers only. The image container takes up the full width of the screen.\n   */\n  size?: WidthTypeWithLiterals;\n  /** A custom width value in pixels. */\n  custom?: string | null;\n}\n\nexport enum PluginContainerDataAlignment {\n  /** Center Alignment */\n  CENTER = 'CENTER',\n  /** Left Alignment */\n  LEFT = 'LEFT',\n  /** Right Alignment */\n  RIGHT = 'RIGHT',\n}\n\n/** @enumType */\nexport type PluginContainerDataAlignmentWithLiterals =\n  | PluginContainerDataAlignment\n  | 'CENTER'\n  | 'LEFT'\n  | 'RIGHT';\n\nexport interface Spoiler {\n  /** Sets whether the spoiler cover is enabled for this node. Defaults to `false`. */\n  enabled?: boolean | null;\n  /** The description displayed on top of the spoiler cover. */\n  description?: string | null;\n  /** The text for the button used to remove the spoiler cover. */\n  buttonText?: string | null;\n}\n\nexport interface Height {\n  /** A custom height value in pixels. */\n  custom?: string | null;\n}\n\nexport enum ButtonDataType {\n  /** Regular link button */\n  LINK = 'LINK',\n  /** Triggers custom action that is defined in plugin configuration by the consumer */\n  ACTION = 'ACTION',\n}\n\n/** @enumType */\nexport type ButtonDataTypeWithLiterals = ButtonDataType | 'LINK' | 'ACTION';\n\nexport interface Styles {\n  /**\n   * Deprecated: Use `borderWidth` and `borderRadius` instead.\n   * @deprecated\n   */\n  border?: Border;\n  /**\n   * Deprecated: Use `textColor`, `borderColor` and `backgroundColor` instead.\n   * @deprecated\n   */\n  colors?: Colors;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /**\n   * Deprecated: Use `borderWidth` for normal/hover states instead.\n   * @deprecated\n   */\n  borderWidthHover?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /**\n   * Border color as a hexadecimal value (hover state).\n   * @format COLOR_HEX\n   */\n  borderColorHover?: string | null;\n  /**\n   * Text color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  textColor?: string | null;\n  /**\n   * Text color as a hexadecimal value (hover state).\n   * @format COLOR_HEX\n   */\n  textColorHover?: string | null;\n  /**\n   * Deprecated: Use `background` instead.\n   * @format COLOR_HEX\n   * @deprecated\n   */\n  backgroundColor?: string | null;\n  /**\n   * Deprecated: Use `backgroundHover` instead.\n   * @format COLOR_HEX\n   * @deprecated\n   */\n  backgroundColorHover?: string | null;\n  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */\n  buttonSize?: string | null;\n  /** Background styling (color or gradient). */\n  background?: Background;\n  /** Background styling for hover state (color or gradient). */\n  backgroundHover?: Background;\n}\n\nexport interface Link extends LinkDataOneOf {\n  /** The absolute URL for the linked document. */\n  url?: string;\n  /** The target node's ID. Used for linking to another node in this object. */\n  anchor?: string;\n  /**\n   * he HTML `target` attribute value for the link. This property defines where the linked document opens as follows:\n   * `SELF` - Default. Opens the linked document in the same frame as the link.\n   * `BLANK` - Opens the linked document in a new browser tab or window.\n   * `PARENT` - Opens the linked document in the link's parent frame.\n   * `TOP` - Opens the linked document in the full body of the link's browser tab or window.\n   */\n  target?: TargetWithLiterals;\n  /** The HTML `rel` attribute value for the link. This object specifies the relationship between the current document and the linked document. */\n  rel?: Rel;\n  /** A serialized object used for a custom or external link panel. */\n  customData?: string | null;\n}\n\n/** @oneof */\nexport interface LinkDataOneOf {\n  /** The absolute URL for the linked document. */\n  url?: string;\n  /** The target node's ID. Used for linking to another node in this object. */\n  anchor?: string;\n}\n\nexport enum Target {\n  /** Opens the linked document in the same frame as it was clicked (this is default) */\n  SELF = 'SELF',\n  /** Opens the linked document in a new window or tab */\n  BLANK = 'BLANK',\n  /** Opens the linked document in the parent frame */\n  PARENT = 'PARENT',\n  /** Opens the linked document in the full body of the window */\n  TOP = 'TOP',\n}\n\n/** @enumType */\nexport type TargetWithLiterals = Target | 'SELF' | 'BLANK' | 'PARENT' | 'TOP';\n\nexport interface Rel {\n  /** Indicates to search engine crawlers not to follow the link. Defaults to `false`. */\n  nofollow?: boolean | null;\n  /** Indicates to search engine crawlers that the link is a paid placement such as sponsored content or an advertisement. Defaults to `false`. */\n  sponsored?: boolean | null;\n  /** Indicates that this link is user-generated content and isn't necessarily trusted or endorsed by the page’s author. For example, a link in a fourm post. Defaults to `false`. */\n  ugc?: boolean | null;\n  /** Indicates that this link protect referral information from being passed to the target website. */\n  noreferrer?: boolean | null;\n}\n\nexport interface CodeBlockData {\n  /** Styling for the code block's text. */\n  textStyle?: TextStyle;\n}\n\nexport interface TextStyle {\n  /** Text alignment. Defaults to `AUTO`. */\n  textAlignment?: TextAlignmentWithLiterals;\n  /** A CSS `line-height` value for the text expressed as a ratio relative to the font size. For example, if the font size is 20px, a `lineHeight` value of `'1.5'`` results in a line height of 30px. */\n  lineHeight?: string | null;\n}\n\nexport enum TextAlignment {\n  /** browser default, eqivalent to `initial` */\n  AUTO = 'AUTO',\n  /** Left align */\n  LEFT = 'LEFT',\n  /** Right align */\n  RIGHT = 'RIGHT',\n  /** Center align */\n  CENTER = 'CENTER',\n  /** Text is spaced to line up its left and right edges to the left and right edges of the line box, except for the last line */\n  JUSTIFY = 'JUSTIFY',\n}\n\n/** @enumType */\nexport type TextAlignmentWithLiterals =\n  | TextAlignment\n  | 'AUTO'\n  | 'LEFT'\n  | 'RIGHT'\n  | 'CENTER'\n  | 'JUSTIFY';\n\nexport interface DividerData {\n  /** Styling for the divider's container. */\n  containerData?: PluginContainerData;\n  /** Divider line style. */\n  lineStyle?: LineStyleWithLiterals;\n  /** Divider width. */\n  width?: WidthWithLiterals;\n  /** Divider alignment. */\n  alignment?: DividerDataAlignmentWithLiterals;\n}\n\nexport enum LineStyle {\n  /** Single Line */\n  SINGLE = 'SINGLE',\n  /** Double Line */\n  DOUBLE = 'DOUBLE',\n  /** Dashed Line */\n  DASHED = 'DASHED',\n  /** Dotted Line */\n  DOTTED = 'DOTTED',\n}\n\n/** @enumType */\nexport type LineStyleWithLiterals =\n  | LineStyle\n  | 'SINGLE'\n  | 'DOUBLE'\n  | 'DASHED'\n  | 'DOTTED';\n\nexport enum Width {\n  /** Large line */\n  LARGE = 'LARGE',\n  /** Medium line */\n  MEDIUM = 'MEDIUM',\n  /** Small line */\n  SMALL = 'SMALL',\n}\n\n/** @enumType */\nexport type WidthWithLiterals = Width | 'LARGE' | 'MEDIUM' | 'SMALL';\n\nexport enum DividerDataAlignment {\n  /** Center alignment */\n  CENTER = 'CENTER',\n  /** Left alignment */\n  LEFT = 'LEFT',\n  /** Right alignment */\n  RIGHT = 'RIGHT',\n}\n\n/** @enumType */\nexport type DividerDataAlignmentWithLiterals =\n  | DividerDataAlignment\n  | 'CENTER'\n  | 'LEFT'\n  | 'RIGHT';\n\nexport interface FileData {\n  /** Styling for the file's container. */\n  containerData?: PluginContainerData;\n  /** The source for the file's data. */\n  src?: FileSource;\n  /** File name. */\n  name?: string | null;\n  /** File type. */\n  type?: string | null;\n  /**\n   * Use `sizeInKb` instead.\n   * @deprecated\n   */\n  size?: number | null;\n  /** Settings for PDF files. */\n  pdfSettings?: PDFSettings;\n  /** File MIME type. */\n  mimeType?: string | null;\n  /** File path. */\n  path?: string | null;\n  /** File size in KB. */\n  sizeInKb?: string | null;\n}\n\nexport enum ViewMode {\n  /** No PDF view */\n  NONE = 'NONE',\n  /** Full PDF view */\n  FULL = 'FULL',\n  /** Mini PDF view */\n  MINI = 'MINI',\n}\n\n/** @enumType */\nexport type ViewModeWithLiterals = ViewMode | 'NONE' | 'FULL' | 'MINI';\n\nexport interface FileSource extends FileSourceDataOneOf {\n  /** The absolute URL for the file's source. */\n  url?: string | null;\n  /**\n   * Custom ID. Use `id` instead.\n   * @deprecated\n   */\n  custom?: string | null;\n  /** An ID that's resolved to a URL by a resolver function. */\n  id?: string | null;\n  /** Indicates whether the file's source is private. Defaults to `false`. */\n  private?: boolean | null;\n}\n\n/** @oneof */\nexport interface FileSourceDataOneOf {\n  /** The absolute URL for the file's source. */\n  url?: string | null;\n  /**\n   * Custom ID. Use `id` instead.\n   * @deprecated\n   */\n  custom?: string | null;\n  /** An ID that's resolved to a URL by a resolver function. */\n  id?: string | null;\n}\n\nexport interface PDFSettings {\n  /**\n   * PDF view mode. One of the following:\n   * `NONE` : The PDF isn't displayed.\n   * `FULL` : A full page view of the PDF is displayed.\n   * `MINI` : A mini view of the PDF is displayed.\n   */\n  viewMode?: ViewModeWithLiterals;\n  /** Sets whether the PDF download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Sets whether the PDF print button is disabled. Defaults to `false`. */\n  disablePrint?: boolean | null;\n}\n\nexport interface GalleryData {\n  /** Styling for the gallery's container. */\n  containerData?: PluginContainerData;\n  /** The items in the gallery. */\n  items?: Item[];\n  /** Options for defining the gallery's appearance. */\n  options?: GalleryOptions;\n  /** Sets whether the gallery's expand button is disabled. Defaults to `false`. */\n  disableExpand?: boolean | null;\n  /** Sets whether the gallery's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n}\n\nexport interface Media {\n  /** The source for the media's data. */\n  src?: FileSource;\n  /** Media width in pixels. */\n  width?: number | null;\n  /** Media height in pixels. */\n  height?: number | null;\n  /** Media duration in seconds. Only relevant for audio and video files. */\n  duration?: number | null;\n}\n\nexport interface ItemImage {\n  /** Image file details. */\n  media?: Media;\n  /** Link details for images that are links. */\n  link?: Link;\n}\n\nexport interface Video {\n  /** Video file details. */\n  media?: Media;\n  /** Video thumbnail file details. */\n  thumbnail?: Media;\n}\n\nexport interface Item extends ItemDataOneOf {\n  /** An image item. */\n  image?: ItemImage;\n  /** A video item. */\n  video?: Video;\n  /** Item title. */\n  title?: string | null;\n  /** Item's alternative text. */\n  altText?: string | null;\n}\n\n/** @oneof */\nexport interface ItemDataOneOf {\n  /** An image item. */\n  image?: ItemImage;\n  /** A video item. */\n  video?: Video;\n}\n\nexport interface GalleryOptions {\n  /** Gallery layout. */\n  layout?: GalleryOptionsLayout;\n  /** Styling for gallery items. */\n  item?: ItemStyle;\n  /** Styling for gallery thumbnail images. */\n  thumbnails?: Thumbnails;\n}\n\nexport enum LayoutType {\n  /** Collage type */\n  COLLAGE = 'COLLAGE',\n  /** Masonry type */\n  MASONRY = 'MASONRY',\n  /** Grid type */\n  GRID = 'GRID',\n  /** Thumbnail type */\n  THUMBNAIL = 'THUMBNAIL',\n  /** Slider type */\n  SLIDER = 'SLIDER',\n  /** Slideshow type */\n  SLIDESHOW = 'SLIDESHOW',\n  /** Panorama type */\n  PANORAMA = 'PANORAMA',\n  /** Column type */\n  COLUMN = 'COLUMN',\n  /** Magic type */\n  MAGIC = 'MAGIC',\n  /** Fullsize images type */\n  FULLSIZE = 'FULLSIZE',\n}\n\n/** @enumType */\nexport type LayoutTypeWithLiterals =\n  | LayoutType\n  | 'COLLAGE'\n  | 'MASONRY'\n  | 'GRID'\n  | 'THUMBNAIL'\n  | 'SLIDER'\n  | 'SLIDESHOW'\n  | 'PANORAMA'\n  | 'COLUMN'\n  | 'MAGIC'\n  | 'FULLSIZE';\n\nexport enum Orientation {\n  /** Rows Orientation */\n  ROWS = 'ROWS',\n  /** Columns Orientation */\n  COLUMNS = 'COLUMNS',\n}\n\n/** @enumType */\nexport type OrientationWithLiterals = Orientation | 'ROWS' | 'COLUMNS';\n\nexport enum Crop {\n  /** Crop to fill */\n  FILL = 'FILL',\n  /** Crop to fit */\n  FIT = 'FIT',\n}\n\n/** @enumType */\nexport type CropWithLiterals = Crop | 'FILL' | 'FIT';\n\nexport enum ThumbnailsAlignment {\n  /** Top alignment */\n  TOP = 'TOP',\n  /** Right alignment */\n  RIGHT = 'RIGHT',\n  /** Bottom alignment */\n  BOTTOM = 'BOTTOM',\n  /** Left alignment */\n  LEFT = 'LEFT',\n  /** No thumbnail */\n  NONE = 'NONE',\n}\n\n/** @enumType */\nexport type ThumbnailsAlignmentWithLiterals =\n  | ThumbnailsAlignment\n  | 'TOP'\n  | 'RIGHT'\n  | 'BOTTOM'\n  | 'LEFT'\n  | 'NONE';\n\nexport interface GalleryOptionsLayout {\n  /** Gallery layout type. */\n  type?: LayoutTypeWithLiterals;\n  /** Sets whether horizontal scroll is enabled. Defaults to `true` unless the layout `type` is set to `GRID` or `COLLAGE`. */\n  horizontalScroll?: boolean | null;\n  /** Gallery orientation. */\n  orientation?: OrientationWithLiterals;\n  /** The number of columns to display on full size screens. */\n  numberOfColumns?: number | null;\n  /** The number of columns to display on mobile screens. */\n  mobileNumberOfColumns?: number | null;\n}\n\nexport interface ItemStyle {\n  /** Desirable dimension for each item in pixels (behvaior changes according to gallery type) */\n  targetSize?: number | null;\n  /** Item ratio */\n  ratio?: number | null;\n  /** Sets how item images are cropped. */\n  crop?: CropWithLiterals;\n  /** The spacing between items in pixels. */\n  spacing?: number | null;\n}\n\nexport interface Thumbnails {\n  /** Thumbnail alignment. */\n  placement?: ThumbnailsAlignmentWithLiterals;\n  /** Spacing between thumbnails in pixels. */\n  spacing?: number | null;\n}\n\nexport interface GIFData {\n  /** Styling for the GIF's container. */\n  containerData?: PluginContainerData;\n  /** The source of the full size GIF. */\n  original?: GIF;\n  /** The source of the downsized GIF. */\n  downsized?: GIF;\n  /** Height in pixels. */\n  height?: number;\n  /** Width in pixels. */\n  width?: number;\n  /** Type of GIF (Sticker or NORMAL). Defaults to `NORMAL`. */\n  gifType?: GIFTypeWithLiterals;\n}\n\nexport interface GIF {\n  /**\n   * GIF format URL.\n   * @format WEB_URL\n   */\n  gif?: string | null;\n  /**\n   * MP4 format URL.\n   * @format WEB_URL\n   */\n  mp4?: string | null;\n  /**\n   * Thumbnail URL.\n   * @format WEB_URL\n   */\n  still?: string | null;\n}\n\nexport enum GIFType {\n  NORMAL = 'NORMAL',\n  STICKER = 'STICKER',\n}\n\n/** @enumType */\nexport type GIFTypeWithLiterals = GIFType | 'NORMAL' | 'STICKER';\n\nexport interface HeadingData {\n  /** Heading level from 1-6. */\n  level?: number;\n  /** Styling for the heading text. */\n  textStyle?: TextStyle;\n  /** Indentation level from 1-4. */\n  indentation?: number | null;\n}\n\nexport interface HTMLData extends HTMLDataDataOneOf {\n  /** The URL for the HTML code for the node. */\n  url?: string;\n  /** The HTML code for the node. */\n  html?: string;\n  /**\n   * Whether this is an AdSense element. Use `source` instead.\n   * @deprecated\n   */\n  isAdsense?: boolean | null;\n  /** The WixelWidget ID for AI_WIDGET source nodes. */\n  widgetId?: string;\n  /** Styling for the HTML node's container. Height property is irrelevant for HTML embeds when autoHeight is set to `true`. */\n  containerData?: PluginContainerData;\n  /** The type of HTML code. */\n  source?: SourceWithLiterals;\n  /** If container height is aligned with its content height. Defaults to `true`. */\n  autoHeight?: boolean | null;\n}\n\n/** @oneof */\nexport interface HTMLDataDataOneOf {\n  /** The URL for the HTML code for the node. */\n  url?: string;\n  /** The HTML code for the node. */\n  html?: string;\n  /**\n   * Whether this is an AdSense element. Use `source` instead.\n   * @deprecated\n   */\n  isAdsense?: boolean | null;\n  /** The WixelWidget ID for AI_WIDGET source nodes. */\n  widgetId?: string;\n}\n\nexport enum Source {\n  HTML = 'HTML',\n  ADSENSE = 'ADSENSE',\n  AI = 'AI',\n  AI_WIDGET = 'AI_WIDGET',\n}\n\n/** @enumType */\nexport type SourceWithLiterals =\n  | Source\n  | 'HTML'\n  | 'ADSENSE'\n  | 'AI'\n  | 'AI_WIDGET';\n\nexport interface ImageData {\n  /** Styling for the image's container. */\n  containerData?: PluginContainerData;\n  /** Image file details. */\n  image?: Media;\n  /** Link details for images that are links. */\n  link?: Link;\n  /** Sets whether the image expands to full screen when clicked. Defaults to `false`. */\n  disableExpand?: boolean | null;\n  /** Image's alternative text. */\n  altText?: string | null;\n  /**\n   * Deprecated: use Caption node instead.\n   * @deprecated\n   */\n  caption?: string | null;\n  /** Sets whether the image's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Sets whether the image is decorative and does not need an explanation. Defaults to `false`. */\n  decorative?: boolean | null;\n  /** Styling for the image. */\n  styles?: ImageDataStyles;\n}\n\nexport interface StylesBorder {\n  /** Border width in pixels. */\n  width?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Border radius in pixels. */\n  radius?: number | null;\n}\n\nexport interface ImageDataStyles {\n  /** Border attributes. */\n  border?: StylesBorder;\n}\n\nexport interface LinkPreviewData {\n  /** Styling for the link preview's container. */\n  containerData?: PluginContainerData;\n  /** Link details. */\n  link?: Link;\n  /** Preview title. */\n  title?: string | null;\n  /** Preview thumbnail URL. */\n  thumbnailUrl?: string | null;\n  /** Preview description. */\n  description?: string | null;\n  /** The preview content as HTML. */\n  html?: string | null;\n  /** Styling for the link preview. */\n  styles?: LinkPreviewDataStyles;\n}\n\nexport enum StylesPosition {\n  /** Thumbnail positioned at the start (left in LTR layouts, right in RTL layouts) */\n  START = 'START',\n  /** Thumbnail positioned at the end (right in LTR layouts, left in RTL layouts) */\n  END = 'END',\n  /** Thumbnail positioned at the top */\n  TOP = 'TOP',\n  /** Thumbnail hidden and not displayed */\n  HIDDEN = 'HIDDEN',\n}\n\n/** @enumType */\nexport type StylesPositionWithLiterals =\n  | StylesPosition\n  | 'START'\n  | 'END'\n  | 'TOP'\n  | 'HIDDEN';\n\nexport interface LinkPreviewDataStyles {\n  /**\n   * Background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  backgroundColor?: string | null;\n  /**\n   * Title color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  titleColor?: string | null;\n  /**\n   * Subtitle color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  subtitleColor?: string | null;\n  /**\n   * Link color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  linkColor?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /** Position of thumbnail. Defaults to `START`. */\n  thumbnailPosition?: StylesPositionWithLiterals;\n}\n\nexport interface MapData {\n  /** Styling for the map's container. */\n  containerData?: PluginContainerData;\n  /** Map settings. */\n  mapSettings?: MapSettings;\n}\n\nexport interface MapSettings {\n  /** The address to display on the map. */\n  address?: string | null;\n  /** Sets whether the map is draggable. */\n  draggable?: boolean | null;\n  /** Sets whether the location marker is visible. */\n  marker?: boolean | null;\n  /** Sets whether street view control is enabled. */\n  streetViewControl?: boolean | null;\n  /** Sets whether zoom control is enabled. */\n  zoomControl?: boolean | null;\n  /** Location latitude. */\n  lat?: number | null;\n  /** Location longitude. */\n  lng?: number | null;\n  /** Location name. */\n  locationName?: string | null;\n  /** Sets whether view mode control is enabled. */\n  viewModeControl?: boolean | null;\n  /** Initial zoom value. */\n  initialZoom?: number | null;\n  /** Map type. `HYBRID` is a combination of the `ROADMAP` and `SATELLITE` map types. */\n  mapType?: MapTypeWithLiterals;\n}\n\nexport enum MapType {\n  /** Roadmap map type */\n  ROADMAP = 'ROADMAP',\n  /** Satellite map type */\n  SATELITE = 'SATELITE',\n  /** Hybrid map type */\n  HYBRID = 'HYBRID',\n  /** Terrain map type */\n  TERRAIN = 'TERRAIN',\n}\n\n/** @enumType */\nexport type MapTypeWithLiterals =\n  | MapType\n  | 'ROADMAP'\n  | 'SATELITE'\n  | 'HYBRID'\n  | 'TERRAIN';\n\nexport interface ParagraphData {\n  /** Styling for the paragraph text. */\n  textStyle?: TextStyle;\n  /** Indentation level from 1-4. */\n  indentation?: number | null;\n  /** Paragraph level */\n  level?: number | null;\n}\n\nexport interface PollData {\n  /** Styling for the poll's container. */\n  containerData?: PluginContainerData;\n  /** Poll data. */\n  poll?: Poll;\n  /** Layout settings for the poll and voting options. */\n  layout?: PollDataLayout;\n  /** Styling for the poll and voting options. */\n  design?: Design;\n}\n\nexport enum ViewRole {\n  /** Only Poll creator can view the results */\n  CREATOR = 'CREATOR',\n  /** Anyone who voted can see the results */\n  VOTERS = 'VOTERS',\n  /** Anyone can see the results, even if one didn't vote */\n  EVERYONE = 'EVERYONE',\n}\n\n/** @enumType */\nexport type ViewRoleWithLiterals = ViewRole | 'CREATOR' | 'VOTERS' | 'EVERYONE';\n\nexport enum VoteRole {\n  /** Logged in member */\n  SITE_MEMBERS = 'SITE_MEMBERS',\n  /** Anyone */\n  ALL = 'ALL',\n}\n\n/** @enumType */\nexport type VoteRoleWithLiterals = VoteRole | 'SITE_MEMBERS' | 'ALL';\n\nexport interface Permissions {\n  /** Sets who can view the poll results. */\n  view?: ViewRoleWithLiterals;\n  /** Sets who can vote. */\n  vote?: VoteRoleWithLiterals;\n  /** Sets whether one voter can vote multiple times. Defaults to `false`. */\n  allowMultipleVotes?: boolean | null;\n}\n\nexport interface Option {\n  /** Option ID. */\n  id?: string | null;\n  /** Option title. */\n  title?: string | null;\n  /** The image displayed with the option. */\n  image?: Media;\n}\n\nexport interface Settings {\n  /** Permissions settings for voting. */\n  permissions?: Permissions;\n  /** Sets whether voters are displayed in the vote results. Defaults to `true`. */\n  showVoters?: boolean | null;\n  /** Sets whether the vote count is displayed. Defaults to `true`. */\n  showVotesCount?: boolean | null;\n}\n\nexport enum PollLayoutType {\n  /** List */\n  LIST = 'LIST',\n  /** Grid */\n  GRID = 'GRID',\n}\n\n/** @enumType */\nexport type PollLayoutTypeWithLiterals = PollLayoutType | 'LIST' | 'GRID';\n\nexport enum PollLayoutDirection {\n  /** Left-to-right */\n  LTR = 'LTR',\n  /** Right-to-left */\n  RTL = 'RTL',\n}\n\n/** @enumType */\nexport type PollLayoutDirectionWithLiterals =\n  | PollLayoutDirection\n  | 'LTR'\n  | 'RTL';\n\nexport interface PollLayout {\n  /** The layout for displaying the voting options. */\n  type?: PollLayoutTypeWithLiterals;\n  /** The direction of the text displayed in the voting options. Text can be displayed either right-to-left or left-to-right. */\n  direction?: PollLayoutDirectionWithLiterals;\n  /** Sets whether to display the main poll image. Defaults to `false`. */\n  enableImage?: boolean | null;\n}\n\nexport interface OptionLayout {\n  /** Sets whether to display option images. Defaults to `false`. */\n  enableImage?: boolean | null;\n}\n\nexport enum PollDesignBackgroundType {\n  /** Color background type */\n  COLOR = 'COLOR',\n  /** Image background type */\n  IMAGE = 'IMAGE',\n  /** Gradiant background type */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type PollDesignBackgroundTypeWithLiterals =\n  | PollDesignBackgroundType\n  | 'COLOR'\n  | 'IMAGE'\n  | 'GRADIENT';\n\nexport interface BackgroundGradient {\n  /** The gradient angle in degrees. */\n  angle?: number | null;\n  /**\n   * The start color as a hexademical value.\n   * @format COLOR_HEX\n   */\n  startColor?: string | null;\n  /**\n   * The end color as a hexademical value.\n   * @format COLOR_HEX\n   */\n  lastColor?: string | null;\n}\n\nexport interface PollDesignBackground\n  extends PollDesignBackgroundBackgroundOneOf {\n  /**\n   * The background color as a hexademical value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** An image to use for the background. */\n  image?: Media;\n  /** Details for a gradient background. */\n  gradient?: BackgroundGradient;\n  /** Background type. For each option, include the relevant details. */\n  type?: PollDesignBackgroundTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface PollDesignBackgroundBackgroundOneOf {\n  /**\n   * The background color as a hexademical value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** An image to use for the background. */\n  image?: Media;\n  /** Details for a gradient background. */\n  gradient?: BackgroundGradient;\n}\n\nexport interface PollDesign {\n  /** Background styling. */\n  background?: PollDesignBackground;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n}\n\nexport interface OptionDesign {\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n}\n\nexport interface Poll {\n  /** Poll ID. */\n  id?: string | null;\n  /** Poll title. */\n  title?: string | null;\n  /** Poll creator ID. */\n  creatorId?: string | null;\n  /** Main poll image. */\n  image?: Media;\n  /** Voting options. */\n  options?: Option[];\n  /** The poll's permissions and display settings. */\n  settings?: Settings;\n}\n\nexport interface PollDataLayout {\n  /** Poll layout settings. */\n  poll?: PollLayout;\n  /** Voting otpions layout settings. */\n  options?: OptionLayout;\n}\n\nexport interface Design {\n  /** Styling for the poll. */\n  poll?: PollDesign;\n  /** Styling for voting options. */\n  options?: OptionDesign;\n}\n\nexport interface TextData {\n  /** The text to apply decorations to. */\n  text?: string;\n  /** The decorations to apply. */\n  decorations?: Decoration[];\n}\n\n/** Adds appearence changes to text */\nexport interface Decoration extends DecorationDataOneOf {\n  /** Data for an anchor link decoration. */\n  anchorData?: AnchorData;\n  /** Data for a color decoration. */\n  colorData?: ColorData;\n  /** Data for an external link decoration. */\n  linkData?: LinkData;\n  /** Data for a mention decoration. */\n  mentionData?: MentionData;\n  /** Data for a font size decoration. */\n  fontSizeData?: FontSizeData;\n  /** Font weight for a bold decoration. */\n  fontWeightValue?: number | null;\n  /** Data for an italic decoration. Defaults to `true`. */\n  italicData?: boolean | null;\n  /** Data for an underline decoration. Defaults to `true`. */\n  underlineData?: boolean | null;\n  /** Data for a spoiler decoration. */\n  spoilerData?: SpoilerData;\n  /** Data for a strikethrough decoration. Defaults to `true`. */\n  strikethroughData?: boolean | null;\n  /** Data for a superscript decoration. Defaults to `true`. */\n  superscriptData?: boolean | null;\n  /** Data for a subscript decoration. Defaults to `true`. */\n  subscriptData?: boolean | null;\n  /** Data for a font family decoration. */\n  fontFamilyData?: FontFamilyData;\n  /** The type of decoration to apply. */\n  type?: DecorationTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface DecorationDataOneOf {\n  /** Data for an anchor link decoration. */\n  anchorData?: AnchorData;\n  /** Data for a color decoration. */\n  colorData?: ColorData;\n  /** Data for an external link decoration. */\n  linkData?: LinkData;\n  /** Data for a mention decoration. */\n  mentionData?: MentionData;\n  /** Data for a font size decoration. */\n  fontSizeData?: FontSizeData;\n  /** Font weight for a bold decoration. */\n  fontWeightValue?: number | null;\n  /** Data for an italic decoration. Defaults to `true`. */\n  italicData?: boolean | null;\n  /** Data for an underline decoration. Defaults to `true`. */\n  underlineData?: boolean | null;\n  /** Data for a spoiler decoration. */\n  spoilerData?: SpoilerData;\n  /** Data for a strikethrough decoration. Defaults to `true`. */\n  strikethroughData?: boolean | null;\n  /** Data for a superscript decoration. Defaults to `true`. */\n  superscriptData?: boolean | null;\n  /** Data for a subscript decoration. Defaults to `true`. */\n  subscriptData?: boolean | null;\n  /** Data for a font family decoration. */\n  fontFamilyData?: FontFamilyData;\n}\n\nexport enum DecorationType {\n  BOLD = 'BOLD',\n  ITALIC = 'ITALIC',\n  UNDERLINE = 'UNDERLINE',\n  SPOILER = 'SPOILER',\n  ANCHOR = 'ANCHOR',\n  MENTION = 'MENTION',\n  LINK = 'LINK',\n  COLOR = 'COLOR',\n  FONT_SIZE = 'FONT_SIZE',\n  EXTERNAL = 'EXTERNAL',\n  STRIKETHROUGH = 'STRIKETHROUGH',\n  SUPERSCRIPT = 'SUPERSCRIPT',\n  SUBSCRIPT = 'SUBSCRIPT',\n  FONT_FAMILY = 'FONT_FAMILY',\n}\n\n/** @enumType */\nexport type DecorationTypeWithLiterals =\n  | DecorationType\n  | 'BOLD'\n  | 'ITALIC'\n  | 'UNDERLINE'\n  | 'SPOILER'\n  | 'ANCHOR'\n  | 'MENTION'\n  | 'LINK'\n  | 'COLOR'\n  | 'FONT_SIZE'\n  | 'EXTERNAL'\n  | 'STRIKETHROUGH'\n  | 'SUPERSCRIPT'\n  | 'SUBSCRIPT'\n  | 'FONT_FAMILY';\n\nexport interface AnchorData {\n  /** The target node's ID. */\n  anchor?: string;\n}\n\nexport interface ColorData {\n  /** The text's background color as a hexadecimal value. */\n  background?: string | null;\n  /** The text's foreground color as a hexadecimal value. */\n  foreground?: string | null;\n}\n\nexport interface LinkData {\n  /** Link details. */\n  link?: Link;\n}\n\nexport interface MentionData {\n  /** The mentioned user's name. */\n  name?: string;\n  /** The version of the user's name that appears after the `@` character in the mention. */\n  slug?: string;\n  /** Mentioned user's ID. */\n  id?: string | null;\n}\n\nexport interface FontSizeData {\n  /** The units used for the font size. */\n  unit?: FontTypeWithLiterals;\n  /** Font size value. */\n  value?: number | null;\n}\n\nexport enum FontType {\n  PX = 'PX',\n  EM = 'EM',\n}\n\n/** @enumType */\nexport type FontTypeWithLiterals = FontType | 'PX' | 'EM';\n\nexport interface SpoilerData {\n  /** Spoiler ID. */\n  id?: string | null;\n}\n\nexport interface FontFamilyData {\n  /** @maxLength 1000 */\n  value?: string | null;\n}\n\nexport interface AppEmbedData extends AppEmbedDataAppDataOneOf {\n  /** Data for embedded Wix Bookings content. */\n  bookingData?: BookingData;\n  /** Data for embedded Wix Events content. */\n  eventData?: EventData;\n  /** The type of Wix App content being embedded. */\n  type?: AppTypeWithLiterals;\n  /** The ID of the embedded content. */\n  itemId?: string | null;\n  /** The name of the embedded content. */\n  name?: string | null;\n  /**\n   * Deprecated: Use `image` instead.\n   * @deprecated\n   */\n  imageSrc?: string | null;\n  /** The URL for the embedded content. */\n  url?: string | null;\n  /** An image for the embedded content. */\n  image?: Media;\n  /** Whether to hide the image. */\n  hideImage?: boolean | null;\n  /** Whether to hide the title. */\n  hideTitle?: boolean | null;\n  /** Whether to hide the price. */\n  hidePrice?: boolean | null;\n  /** Whether to hide the description (Event and Booking). */\n  hideDescription?: boolean | null;\n  /** Whether to hide the date and time (Event). */\n  hideDateTime?: boolean | null;\n  /** Whether to hide the location (Event). */\n  hideLocation?: boolean | null;\n  /** Whether to hide the duration (Booking). */\n  hideDuration?: boolean | null;\n  /** Whether to hide the button. */\n  hideButton?: boolean | null;\n  /** Whether to hide the ribbon. */\n  hideRibbon?: boolean | null;\n  /** Button styling options. */\n  buttonStyles?: ButtonStyles;\n  /** Image styling options. */\n  imageStyles?: ImageStyles;\n  /** Ribbon styling options. */\n  ribbonStyles?: RibbonStyles;\n  /** Card styling options. */\n  cardStyles?: CardStyles;\n  /** Styling for the app embed's container. */\n  containerData?: PluginContainerData;\n  /** Pricing data for embedded Wix App content. */\n  pricingData?: PricingData;\n}\n\n/** @oneof */\nexport interface AppEmbedDataAppDataOneOf {\n  /** Data for embedded Wix Bookings content. */\n  bookingData?: BookingData;\n  /** Data for embedded Wix Events content. */\n  eventData?: EventData;\n}\n\nexport enum Position {\n  /** Image positioned at the start (left in LTR layouts, right in RTL layouts) */\n  START = 'START',\n  /** Image positioned at the end (right in LTR layouts, left in RTL layouts) */\n  END = 'END',\n  /** Image positioned at the top */\n  TOP = 'TOP',\n}\n\n/** @enumType */\nexport type PositionWithLiterals = Position | 'START' | 'END' | 'TOP';\n\nexport enum AspectRatio {\n  /** 1:1 aspect ratio */\n  SQUARE = 'SQUARE',\n  /** 16:9 aspect ratio */\n  RECTANGLE = 'RECTANGLE',\n}\n\n/** @enumType */\nexport type AspectRatioWithLiterals = AspectRatio | 'SQUARE' | 'RECTANGLE';\n\nexport enum Resizing {\n  /** Fill the container, may crop the image */\n  FILL = 'FILL',\n  /** Fit the image within the container */\n  FIT = 'FIT',\n}\n\n/** @enumType */\nexport type ResizingWithLiterals = Resizing | 'FILL' | 'FIT';\n\nexport enum Placement {\n  /** Ribbon placed on the image */\n  IMAGE = 'IMAGE',\n  /** Ribbon placed on the product information */\n  PRODUCT_INFO = 'PRODUCT_INFO',\n}\n\n/** @enumType */\nexport type PlacementWithLiterals = Placement | 'IMAGE' | 'PRODUCT_INFO';\n\nexport enum Type {\n  /** Card with visible border and background */\n  CONTAINED = 'CONTAINED',\n  /** Card without visible border */\n  FRAMELESS = 'FRAMELESS',\n}\n\n/** @enumType */\nexport type TypeWithLiterals = Type | 'CONTAINED' | 'FRAMELESS';\n\nexport enum Alignment {\n  /** Content aligned to start (left in LTR layouts, right in RTL layouts) */\n  START = 'START',\n  /** Content centered */\n  CENTER = 'CENTER',\n  /** Content aligned to end (right in LTR layouts, left in RTL layouts) */\n  END = 'END',\n}\n\n/** @enumType */\nexport type AlignmentWithLiterals = Alignment | 'START' | 'CENTER' | 'END';\n\nexport enum Layout {\n  /** Elements stacked vertically */\n  STACKED = 'STACKED',\n  /** Elements arranged horizontally */\n  SIDE_BY_SIDE = 'SIDE_BY_SIDE',\n}\n\n/** @enumType */\nexport type LayoutWithLiterals = Layout | 'STACKED' | 'SIDE_BY_SIDE';\n\nexport enum AppType {\n  PRODUCT = 'PRODUCT',\n  EVENT = 'EVENT',\n  BOOKING = 'BOOKING',\n}\n\n/** @enumType */\nexport type AppTypeWithLiterals = AppType | 'PRODUCT' | 'EVENT' | 'BOOKING';\n\nexport interface BookingData {\n  /** Booking duration in minutes. */\n  durations?: string | null;\n}\n\nexport interface EventData {\n  /** Event schedule. */\n  scheduling?: string | null;\n  /** Event location. */\n  location?: string | null;\n}\n\nexport interface ButtonStyles {\n  /** Text to display on the button. */\n  buttonText?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /**\n   * Text color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  textColor?: string | null;\n  /**\n   * Background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  backgroundColor?: string | null;\n  /**\n   * Border color as a hexadecimal value (hover state).\n   * @format COLOR_HEX\n   */\n  borderColorHover?: string | null;\n  /**\n   * Text color as a hexadecimal value (hover state).\n   * @format COLOR_HEX\n   */\n  textColorHover?: string | null;\n  /**\n   * Background color as a hexadecimal value (hover state).\n   * @format COLOR_HEX\n   */\n  backgroundColorHover?: string | null;\n  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */\n  buttonSize?: string | null;\n}\n\nexport interface ImageStyles {\n  /** Whether to hide the image. */\n  hideImage?: boolean | null;\n  /** Position of image. Defaults to `START`. */\n  imagePosition?: PositionWithLiterals;\n  /** Aspect ratio for the image. Defaults to `SQUARE`. */\n  aspectRatio?: AspectRatioWithLiterals;\n  /** How the image should be resized. Defaults to `FILL`. */\n  resizing?: ResizingWithLiterals;\n  /**\n   * Image border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /** Image border width in pixels. */\n  borderWidth?: number | null;\n  /** Image border radius in pixels. */\n  borderRadius?: number | null;\n}\n\nexport interface RibbonStyles {\n  /** Text to display on the ribbon. */\n  ribbonText?: string | null;\n  /**\n   * Ribbon background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  backgroundColor?: string | null;\n  /**\n   * Ribbon text color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  textColor?: string | null;\n  /**\n   * Ribbon border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /** Ribbon border width in pixels. */\n  borderWidth?: number | null;\n  /** Ribbon border radius in pixels. */\n  borderRadius?: number | null;\n  /** Placement of the ribbon. Defaults to `IMAGE`. */\n  ribbonPlacement?: PlacementWithLiterals;\n}\n\nexport interface CardStyles {\n  /**\n   * Card background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  backgroundColor?: string | null;\n  /**\n   * Card border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /** Card border width in pixels. */\n  borderWidth?: number | null;\n  /** Card border radius in pixels. */\n  borderRadius?: number | null;\n  /** Card type. Defaults to `CONTAINED`. */\n  type?: TypeWithLiterals;\n  /** Content alignment. Defaults to `START`. */\n  alignment?: AlignmentWithLiterals;\n  /** Layout for title and price. Defaults to `STACKED`. */\n  titlePriceLayout?: LayoutWithLiterals;\n  /**\n   * Title text color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  titleColor?: string | null;\n  /**\n   * Text color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  textColor?: string | null;\n}\n\nexport interface PricingData {\n  /**\n   * Minimum numeric price value as string (e.g., \"10.99\").\n   * @decimalValue options { maxScale:2 }\n   */\n  valueFrom?: string | null;\n  /**\n   * Maximum numeric price value as string (e.g., \"19.99\").\n   * @decimalValue options { maxScale:2 }\n   */\n  valueTo?: string | null;\n  /**\n   * Numeric price value as string after discount application (e.g., \"15.99\").\n   * @decimalValue options { maxScale:2 }\n   */\n  discountedValue?: string | null;\n  /**\n   * Currency of the value in ISO 4217 format (e.g., \"USD\", \"EUR\").\n   * @format CURRENCY\n   */\n  currency?: string | null;\n  /**\n   * Pricing plan ID.\n   * @format GUID\n   */\n  pricingPlanId?: string | null;\n}\n\nexport interface VideoData {\n  /** Styling for the video's container. */\n  containerData?: PluginContainerData;\n  /** Video details. */\n  video?: Media;\n  /** Video thumbnail details. */\n  thumbnail?: Media;\n  /** Sets whether the video's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Video title. */\n  title?: string | null;\n  /** Video options. */\n  options?: PlaybackOptions;\n}\n\nexport interface PlaybackOptions {\n  /** Sets whether the media will automatically start playing. */\n  autoPlay?: boolean | null;\n  /** Sets whether media's will be looped. */\n  playInLoop?: boolean | null;\n  /** Sets whether media's controls will be shown. */\n  showControls?: boolean | null;\n}\n\nexport interface EmbedData {\n  /** Styling for the oEmbed node's container. */\n  containerData?: PluginContainerData;\n  /** An [oEmbed](https://www.oembed.com) object. */\n  oembed?: Oembed;\n  /** Origin asset source. */\n  src?: string | null;\n}\n\nexport interface Oembed {\n  /** The resource type. */\n  type?: string | null;\n  /** The width of the resource specified in the `url` property in pixels. */\n  width?: number | null;\n  /** The height of the resource specified in the `url` property in pixels. */\n  height?: number | null;\n  /** Resource title. */\n  title?: string | null;\n  /** The source URL for the resource. */\n  url?: string | null;\n  /** HTML for embedding a video player. The HTML should have no padding or margins. */\n  html?: string | null;\n  /** The name of the author or owner of the resource. */\n  authorName?: string | null;\n  /** The URL for the author or owner of the resource. */\n  authorUrl?: string | null;\n  /** The name of the resource provider. */\n  providerName?: string | null;\n  /** The URL for the resource provider. */\n  providerUrl?: string | null;\n  /** The URL for a thumbnail image for the resource. If this property is defined, `thumbnailWidth` and `thumbnailHeight` must also be defined. */\n  thumbnailUrl?: string | null;\n  /** The width of the resource's thumbnail image. If this property is defined, `thumbnailUrl` and `thumbnailHeight` must also be defined. */\n  thumbnailWidth?: string | null;\n  /** The height of the resource's thumbnail image. If this property is defined, `thumbnailUrl` and `thumbnailWidth`must also be defined. */\n  thumbnailHeight?: string | null;\n  /** The URL for an embedded viedo. */\n  videoUrl?: string | null;\n  /** The oEmbed version number.  This value must be `1.0`. */\n  version?: string | null;\n}\n\nexport interface CollapsibleListData {\n  /** Styling for the collapsible list's container. */\n  containerData?: PluginContainerData;\n  /** If `true`, only one item can be expanded at a time. Defaults to `false`. */\n  expandOnlyOne?: boolean | null;\n  /** Sets which items are expanded when the page loads. */\n  initialExpandedItems?: InitialExpandedItemsWithLiterals;\n  /** The direction of the text in the list. Either left-to-right or right-to-left. */\n  direction?: DirectionWithLiterals;\n  /** If `true`, The collapsible item will appear in search results as an FAQ. */\n  isQapageData?: boolean | null;\n}\n\nexport enum InitialExpandedItems {\n  /** First item will be expended initally */\n  FIRST = 'FIRST',\n  /** All items will expended initally */\n  ALL = 'ALL',\n  /** All items collapsed initally */\n  NONE = 'NONE',\n}\n\n/** @enumType */\nexport type InitialExpandedItemsWithLiterals =\n  | InitialExpandedItems\n  | 'FIRST'\n  | 'ALL'\n  | 'NONE';\n\nexport enum Direction {\n  /** Left-to-right */\n  LTR = 'LTR',\n  /** Right-to-left */\n  RTL = 'RTL',\n}\n\n/** @enumType */\nexport type DirectionWithLiterals = Direction | 'LTR' | 'RTL';\n\nexport interface TableData {\n  /** Styling for the table's container. */\n  containerData?: PluginContainerData;\n  /** The table's dimensions. */\n  dimensions?: Dimensions;\n  /**\n   * Deprecated: Use `rowHeader` and `columnHeader` instead.\n   * @deprecated\n   */\n  header?: boolean | null;\n  /** Sets whether the table's first row is a header. Defaults to `false`. */\n  rowHeader?: boolean | null;\n  /** Sets whether the table's first column is a header. Defaults to `false`. */\n  columnHeader?: boolean | null;\n  /** The spacing between cells in pixels. Defaults to `0`. */\n  cellSpacing?: number | null;\n  /**\n   * Padding in pixels for cells. Follows CSS order: top, right, bottom, left.\n   * @maxSize 4\n   */\n  cellPadding?: number[];\n}\n\nexport interface Dimensions {\n  /** An array representing relative width of each column in relation to the other columns. */\n  colsWidthRatio?: number[];\n  /** An array representing the height of each row in pixels. */\n  rowsHeight?: number[];\n  /** An array representing the minimum width of each column in pixels. */\n  colsMinWidth?: number[];\n}\n\nexport interface TableCellData {\n  /** Styling for the cell's background color and text alignment. */\n  cellStyle?: CellStyle;\n  /** The cell's border colors. */\n  borderColors?: BorderColors;\n  /** Defines how many columns the cell spans. Default: 1. */\n  colspan?: number | null;\n  /** Defines how many rows the cell spans. Default: 1. */\n  rowspan?: number | null;\n  /** The cell's border widths. */\n  borderWidths?: BorderWidths;\n}\n\nexport enum VerticalAlignment {\n  /** Top alignment */\n  TOP = 'TOP',\n  /** Middle alignment */\n  MIDDLE = 'MIDDLE',\n  /** Bottom alignment */\n  BOTTOM = 'BOTTOM',\n}\n\n/** @enumType */\nexport type VerticalAlignmentWithLiterals =\n  | VerticalAlignment\n  | 'TOP'\n  | 'MIDDLE'\n  | 'BOTTOM';\n\nexport interface CellStyle {\n  /** Vertical alignment for the cell's text. */\n  verticalAlignment?: VerticalAlignmentWithLiterals;\n  /**\n   * Cell background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  backgroundColor?: string | null;\n}\n\nexport interface BorderColors {\n  /**\n   * Left border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  left?: string | null;\n  /**\n   * Right border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  right?: string | null;\n  /**\n   * Top border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  top?: string | null;\n  /**\n   * Bottom border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  bottom?: string | null;\n}\n\nexport interface BorderWidths {\n  /** Left border width in pixels. */\n  left?: number | null;\n  /** Right border width in pixels. */\n  right?: number | null;\n  /** Top border width in pixels. */\n  top?: number | null;\n  /** Bottom border width in pixels. */\n  bottom?: number | null;\n}\n\n/**\n * `NullValue` is a singleton enumeration to represent the null value for the\n * `Value` type union.\n *\n * The JSON representation for `NullValue` is JSON `null`.\n */\nexport enum NullValue {\n  /** Null value. */\n  NULL_VALUE = 'NULL_VALUE',\n}\n\n/** @enumType */\nexport type NullValueWithLiterals = NullValue | 'NULL_VALUE';\n\n/**\n * `ListValue` is a wrapper around a repeated field of values.\n *\n * The JSON representation for `ListValue` is JSON array.\n */\nexport interface ListValue {\n  /** Repeated field of dynamically typed values. */\n  values?: any[];\n}\n\nexport interface AudioData {\n  /** Styling for the audio node's container. */\n  containerData?: PluginContainerData;\n  /** Audio file details. */\n  audio?: Media;\n  /** Sets whether the audio node's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Cover image. */\n  coverImage?: Media;\n  /** Track name. */\n  name?: string | null;\n  /** Author name. */\n  authorName?: string | null;\n  /** An HTML version of the audio node. */\n  html?: string | null;\n}\n\nexport interface OrderedListData {\n  /** Indentation level from 0-4. */\n  indentation?: number;\n  /** Offset level from 0-4. */\n  offset?: number | null;\n  /** List start number. */\n  start?: number | null;\n}\n\nexport interface BulletedListData {\n  /** Indentation level from 0-4. */\n  indentation?: number;\n  /** Offset level from 0-4. */\n  offset?: number | null;\n}\n\nexport interface BlockquoteData {\n  /** Indentation level from 1-4. */\n  indentation?: number;\n}\n\nexport interface CaptionData {\n  textStyle?: TextStyle;\n}\n\nexport interface LayoutData {\n  /**\n   * Deprecated: Use `background` instead.\n   * @format COLOR_HEX\n   * @deprecated\n   */\n  backgroundColor?: string | null;\n  /** Background image. */\n  backgroundImage?: LayoutDataBackgroundImage;\n  /**\n   * Border color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  borderColor?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Deprecated: Use `backdrop` instead.\n   * @format COLOR_HEX\n   * @deprecated\n   */\n  backdropColor?: string | null;\n  /** Backdrop image. */\n  backdropImage?: LayoutDataBackgroundImage;\n  /** Backdrop top padding. */\n  backdropPaddingTop?: number | null;\n  /** Backdrop bottom padding */\n  backdropPaddingBottom?: number | null;\n  /** Horizontal and vertical gap between columns */\n  gap?: number | null;\n  /**\n   * Padding in pixels for cells. Follows CSS order: top, right, bottom, left\n   * @maxSize 4\n   */\n  cellPadding?: number[];\n  /** Vertical alignment for the cell's items. */\n  cellVerticalAlignment?: VerticalAlignmentAlignmentWithLiterals;\n  /** Responsiveness behaviour of columns when responsiveness applies. Either stacks or wrappers. */\n  responsivenessBehaviour?: ResponsivenessBehaviourWithLiterals;\n  /** Size in pixels when responsiveness_behaviour applies */\n  responsivenessBreakpoint?: number | null;\n  /** Styling for the layout's container. */\n  containerData?: PluginContainerData;\n  /** Defines where selected design propertied applies to */\n  designTarget?: DesignTargetWithLiterals;\n  /** Banner configuration. When present, this layout is displayed as a banner. */\n  banner?: Banner;\n  /** Background styling (color or gradient). */\n  background?: LayoutDataBackground;\n  /** Backdrop styling (color or gradient). */\n  backdrop?: Backdrop;\n}\n\nexport enum ImageScalingScaling {\n  /** Auto image scaling */\n  AUTO = 'AUTO',\n  /** Contain image scaling */\n  CONTAIN = 'CONTAIN',\n  /** Cover image scaling */\n  COVER = 'COVER',\n}\n\n/** @enumType */\nexport type ImageScalingScalingWithLiterals =\n  | ImageScalingScaling\n  | 'AUTO'\n  | 'CONTAIN'\n  | 'COVER';\n\nexport enum ImagePosition {\n  /** Image positioned at the center */\n  CENTER = 'CENTER',\n  /** Image positioned on the left */\n  CENTER_LEFT = 'CENTER_LEFT',\n  /** Image positioned on the right */\n  CENTER_RIGHT = 'CENTER_RIGHT',\n  /** Image positioned at the center top */\n  TOP = 'TOP',\n  /** Image positioned at the top left */\n  TOP_LEFT = 'TOP_LEFT',\n  /** Image positioned at the top right */\n  TOP_RIGHT = 'TOP_RIGHT',\n  /** Image positioned at the center bottom */\n  BOTTOM = 'BOTTOM',\n  /** Image positioned at the bottom left */\n  BOTTOM_LEFT = 'BOTTOM_LEFT',\n  /** Image positioned at the bottom right */\n  BOTTOM_RIGHT = 'BOTTOM_RIGHT',\n}\n\n/** @enumType */\nexport type ImagePositionWithLiterals =\n  | ImagePosition\n  | 'CENTER'\n  | 'CENTER_LEFT'\n  | 'CENTER_RIGHT'\n  | 'TOP'\n  | 'TOP_LEFT'\n  | 'TOP_RIGHT'\n  | 'BOTTOM'\n  | 'BOTTOM_LEFT'\n  | 'BOTTOM_RIGHT';\n\nexport enum Origin {\n  /** Banner originated from an image */\n  IMAGE = 'IMAGE',\n  /** Banner originated from a layout */\n  LAYOUT = 'LAYOUT',\n}\n\n/** @enumType */\nexport type OriginWithLiterals = Origin | 'IMAGE' | 'LAYOUT';\n\n/** Background type */\nexport enum LayoutDataBackgroundType {\n  /** Solid color background */\n  COLOR = 'COLOR',\n  /** Gradient background */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type LayoutDataBackgroundTypeWithLiterals =\n  | LayoutDataBackgroundType\n  | 'COLOR'\n  | 'GRADIENT';\n\n/** Backdrop type */\nexport enum BackdropType {\n  /** Solid color backdrop */\n  COLOR = 'COLOR',\n  /** Gradient backdrop */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type BackdropTypeWithLiterals = BackdropType | 'COLOR' | 'GRADIENT';\n\nexport interface LayoutDataBackgroundImage {\n  /** Background image. */\n  media?: Media;\n  /** Background image opacity. */\n  opacity?: number | null;\n  /** Background image scaling. */\n  scaling?: ImageScalingScalingWithLiterals;\n  /** Position of background. Defaults to `CENTER`. */\n  position?: ImagePositionWithLiterals;\n}\n\nexport enum VerticalAlignmentAlignment {\n  /** Top alignment */\n  TOP = 'TOP',\n  /** Middle alignment */\n  MIDDLE = 'MIDDLE',\n  /** Bottom alignment */\n  BOTTOM = 'BOTTOM',\n}\n\n/** @enumType */\nexport type VerticalAlignmentAlignmentWithLiterals =\n  | VerticalAlignmentAlignment\n  | 'TOP'\n  | 'MIDDLE'\n  | 'BOTTOM';\n\nexport enum ResponsivenessBehaviour {\n  /** Stacking of columns */\n  STACK = 'STACK',\n  /** Wrapping of columns */\n  WRAP = 'WRAP',\n}\n\n/** @enumType */\nexport type ResponsivenessBehaviourWithLiterals =\n  | ResponsivenessBehaviour\n  | 'STACK'\n  | 'WRAP';\n\nexport enum DesignTarget {\n  /** Design applied to layout */\n  LAYOUT = 'LAYOUT',\n  /** Design applied to cells */\n  CELL = 'CELL',\n}\n\n/** @enumType */\nexport type DesignTargetWithLiterals = DesignTarget | 'LAYOUT' | 'CELL';\n\nexport interface Banner {\n  /** Origin of the banner */\n  origin?: OriginWithLiterals;\n}\n\n/** Background styling (color or gradient) */\nexport interface LayoutDataBackground {\n  /** Background type. */\n  type?: LayoutDataBackgroundTypeWithLiterals;\n  /**\n   * Background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\n/** Backdrop styling (color or gradient) */\nexport interface Backdrop {\n  /** Backdrop type. */\n  type?: BackdropTypeWithLiterals;\n  /**\n   * Backdrop color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\nexport interface LayoutCellData {\n  /** Size of the cell in 12 columns grid. */\n  colSpan?: number | null;\n}\n\nexport interface ShapeData {\n  /** Styling for the shape's container. */\n  containerData?: PluginContainerData;\n  /** Shape file details. */\n  shape?: Media;\n  /** Styling for the shape. */\n  styles?: ShapeDataStyles;\n}\n\nexport interface ShapeDataStyles {\n  /**\n   * Shape fill color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Map of original color keys to their new color values. */\n  colors?: Record<string, string>;\n}\n\nexport interface CardData {\n  /** Background styling (color or gradient). */\n  background?: CardDataBackground;\n  /** Background image. */\n  backgroundImage?: BackgroundImage;\n}\n\nexport enum Scaling {\n  /** Auto image scaling */\n  AUTO = 'AUTO',\n  /** Contain image scaling */\n  CONTAIN = 'CONTAIN',\n  /** Cover image scaling */\n  COVER = 'COVER',\n}\n\n/** @enumType */\nexport type ScalingWithLiterals = Scaling | 'AUTO' | 'CONTAIN' | 'COVER';\n\nexport enum ImagePositionPosition {\n  /** Image positioned at the center */\n  CENTER = 'CENTER',\n  /** Image positioned on the left */\n  CENTER_LEFT = 'CENTER_LEFT',\n  /** Image positioned on the right */\n  CENTER_RIGHT = 'CENTER_RIGHT',\n  /** Image positioned at the center top */\n  TOP = 'TOP',\n  /** Image positioned at the top left */\n  TOP_LEFT = 'TOP_LEFT',\n  /** Image positioned at the top right */\n  TOP_RIGHT = 'TOP_RIGHT',\n  /** Image positioned at the center bottom */\n  BOTTOM = 'BOTTOM',\n  /** Image positioned at the bottom left */\n  BOTTOM_LEFT = 'BOTTOM_LEFT',\n  /** Image positioned at the bottom right */\n  BOTTOM_RIGHT = 'BOTTOM_RIGHT',\n}\n\n/** @enumType */\nexport type ImagePositionPositionWithLiterals =\n  | ImagePositionPosition\n  | 'CENTER'\n  | 'CENTER_LEFT'\n  | 'CENTER_RIGHT'\n  | 'TOP'\n  | 'TOP_LEFT'\n  | 'TOP_RIGHT'\n  | 'BOTTOM'\n  | 'BOTTOM_LEFT'\n  | 'BOTTOM_RIGHT';\n\n/** Background type */\nexport enum CardDataBackgroundType {\n  /** Solid color background */\n  COLOR = 'COLOR',\n  /** Gradient background */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type CardDataBackgroundTypeWithLiterals =\n  | CardDataBackgroundType\n  | 'COLOR'\n  | 'GRADIENT';\n\n/** Background styling (color or gradient) */\nexport interface CardDataBackground {\n  /** Background type. */\n  type?: CardDataBackgroundTypeWithLiterals;\n  /**\n   * Background color as a hexadecimal value.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\nexport interface BackgroundImage {\n  /** Background image. */\n  media?: Media;\n  /** Background image opacity. */\n  opacity?: number | null;\n  /** Background image scaling. */\n  scaling?: ScalingWithLiterals;\n  /** Position of background. Defaults to `CENTER`. */\n  position?: ImagePositionPositionWithLiterals;\n}\n\nexport interface TocData {\n  /** Heading levels included in the table of contents. Default: [1, 2, 3, 4, 5, 6]. */\n  includedHeadings?: number[];\n  /** List style. Default: PLAIN. */\n  listStyle?: ListStyleWithLiterals;\n  /** Optional override for the font size in pixels. */\n  fontSize?: number | null;\n  /** Optional override for the vertical spacing between items in pixels. */\n  itemSpacing?: number | null;\n  /**\n   * Optional override for the text color.\n   * @format COLOR_HEX\n   */\n  color?: string | null;\n  /** Indentation style. Default: NESTED. */\n  indentation?: IndentationWithLiterals;\n}\n\n/** List style. */\nexport enum ListStyle {\n  /** No markers (default) */\n  PLAIN = 'PLAIN',\n  /** Numbered list */\n  NUMBERED = 'NUMBERED',\n  /** Alphabetic letters */\n  LETTERS = 'LETTERS',\n  /** Roman numerals */\n  ROMAN = 'ROMAN',\n  /** Bulleted list */\n  BULLETED = 'BULLETED',\n  /** Alphabetical index */\n  ALPHABETICAL_INDEX = 'ALPHABETICAL_INDEX',\n  /** Alphabetical index (compact top-row only) */\n  ALPHABETICAL_INDEX_COMPACT = 'ALPHABETICAL_INDEX_COMPACT',\n}\n\n/** @enumType */\nexport type ListStyleWithLiterals =\n  | ListStyle\n  | 'PLAIN'\n  | 'NUMBERED'\n  | 'LETTERS'\n  | 'ROMAN'\n  | 'BULLETED'\n  | 'ALPHABETICAL_INDEX'\n  | 'ALPHABETICAL_INDEX_COMPACT';\n\n/** Indentation style. */\nexport enum Indentation {\n  /** Sub-headings indented under parents (default) */\n  NESTED = 'NESTED',\n  /** All items at the same level */\n  FLAT = 'FLAT',\n}\n\n/** @enumType */\nexport type IndentationWithLiterals = Indentation | 'NESTED' | 'FLAT';\n\nexport interface Metadata {\n  /** Schema version. */\n  version?: number;\n  /**\n   * When the object was created.\n   * @readonly\n   * @deprecated\n   */\n  createdTimestamp?: Date | null;\n  /**\n   * When the object was most recently updated.\n   * @deprecated\n   */\n  updatedTimestamp?: Date | null;\n  /** Object ID. */\n  id?: string | null;\n}\n\nexport interface DocumentStyle {\n  /** Styling for H1 nodes. */\n  headerOne?: TextNodeStyle;\n  /** Styling for H2 nodes. */\n  headerTwo?: TextNodeStyle;\n  /** Styling for H3 nodes. */\n  headerThree?: TextNodeStyle;\n  /** Styling for H4 nodes. */\n  headerFour?: TextNodeStyle;\n  /** Styling for H5 nodes. */\n  headerFive?: TextNodeStyle;\n  /** Styling for H6 nodes. */\n  headerSix?: TextNodeStyle;\n  /** Styling for paragraph nodes. */\n  paragraph?: TextNodeStyle;\n  /** Styling for block quote nodes. */\n  blockquote?: TextNodeStyle;\n  /** Styling for code block nodes. */\n  codeBlock?: TextNodeStyle;\n}\n\nexport interface TextNodeStyle {\n  /** The decorations to apply to the node. */\n  decorations?: Decoration[];\n  /** Padding and background color for the node. */\n  nodeStyle?: NodeStyle;\n  /** Line height for text in the node. */\n  lineHeight?: string | null;\n}\n\nexport interface Image {\n  /**\n   * WixMedia image ID.\n   * @maxLength 1000\n   */\n  id?: string;\n  /**\n   * Image URL.\n   * @maxLength 1000\n   */\n  url?: string;\n  /**\n   * Original image height.\n   * @readonly\n   */\n  height?: number;\n  /**\n   * Original image width.\n   * @readonly\n   */\n  width?: number;\n  /**\n   * Image alt text.\n   * @maxLength 1000\n   */\n  altText?: string | null;\n  /**\n   * Image filename.\n   * @maxLength 1000\n   * @readonly\n   */\n  filename?: string | null;\n}\n\nexport interface VideoV2 {\n  /**\n   * WixMedia ID.\n   * @maxLength 1000\n   */\n  id?: string;\n  /**\n   * Available resolutions for the video, starting with the optimal resolution.\n   * @readonly\n   * @maxSize 100\n   */\n  resolutions?: VideoResolution[];\n  /**\n   * Video filename.\n   * @readonly\n   * @maxLength 1000\n   */\n  filename?: string | null;\n}\n\nexport interface VideoResolution {\n  /**\n   * Video URL.\n   * @maxLength 1000\n   */\n  url?: string;\n  /** Video height. */\n  height?: number;\n  /** Video width. */\n  width?: number;\n  /**\n   * Video format for example, mp4, hls.\n   * @maxLength 1000\n   */\n  format?: string;\n}\n\nexport interface Document {\n  /**\n   * WixMedia ID.\n   * @maxLength 1000\n   */\n  id?: string;\n  /**\n   * Document URL.\n   * @maxLength 1000\n   */\n  url?: string;\n  /**\n   * Document filename.\n   * @maxLength 1000\n   */\n  filename?: string | null;\n}\n\nexport enum UpdaterIdentity {\n  /** Unknown updater. */\n  UNKNOWN_UPDATER_IDENTITY = 'UNKNOWN_UPDATER_IDENTITY',\n  /** The Wix user. */\n  USER = 'USER',\n  /** An external translation app. */\n  EXTERNAL_APP = 'EXTERNAL_APP',\n  /** Machine translation service. */\n  MACHINE = 'MACHINE',\n}\n\n/** @enumType */\nexport type UpdaterIdentityWithLiterals =\n  | UpdaterIdentity\n  | 'UNKNOWN_UPDATER_IDENTITY'\n  | 'USER'\n  | 'EXTERNAL_APP'\n  | 'MACHINE';\n\nexport enum PublishStatus {\n  /** Unknown publish status. */\n  UNKNOWN_PUBLISH_STATUS = 'UNKNOWN_PUBLISH_STATUS',\n  /** None of the fields have been sent for publication. */\n  UNPUBLISHED = 'UNPUBLISHED',\n  /** Some of the fields have been sent for publication. */\n  PARTIALLY_PUBLISHED = 'PARTIALLY_PUBLISHED',\n  /** All of the fields have been sent for publication. */\n  PUBLISHED = 'PUBLISHED',\n}\n\n/** @enumType */\nexport type PublishStatusWithLiterals =\n  | PublishStatus\n  | 'UNKNOWN_PUBLISH_STATUS'\n  | 'UNPUBLISHED'\n  | 'PARTIALLY_PUBLISHED'\n  | 'PUBLISHED';\n\nexport interface CreateContentRequest {\n  /** Translation content to create. */\n  content: Content;\n}\n\nexport interface CreateContentResponse {\n  /** Newly created translation content. */\n  content?: Content;\n}\n\nexport interface GetContentRequest {\n  /**\n   * ID of the translation content to retrieve.\n   * @format GUID\n   */\n  contentId: string;\n}\n\nexport interface GetContentResponse {\n  /** The requested translation content. */\n  content?: Content;\n}\n\nexport interface UpdateContentRequest {\n  /** Translation content to update. */\n  content: Content;\n  /**\n   * If true each field updated in fields map will also update the timestamp fields\n   *\n   * even if the field value is not changed, otherwise the timestamp fields will be updated only if the field value has changed\n   */\n  forceFieldsTimestampUpdate?: boolean | null;\n}\n\nexport interface UpdateContentResponse {\n  /** Updated translation content. */\n  content?: Content;\n}\n\nexport interface UpdateContentByKeyRequest {\n  /** Content to update. */\n  content: Content;\n  /**\n   * If true each field updated in fields map will also update the timestamp fields\n   *\n   * even if the field value is not changed, otherwise the timestamp fields will be updated only if the field value has changed\n   */\n  forceFieldsTimestampUpdate?: boolean | null;\n}\n\nexport interface UpdateContentByKeyResponse {\n  /** Updated Content. */\n  content?: Content;\n}\n\nexport interface DeleteContentRequest {\n  /**\n   * ID of the translation content to delete.\n   * @format GUID\n   */\n  contentId: string;\n}\n\nexport interface DeleteContentResponse {}\n\nexport interface QueryContentsRequest {\n  /** Query options. */\n  query?: CursorQuery;\n}\n\nexport interface CursorQuery extends CursorQueryPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).\n   */\n  cursorPaging?: CursorPaging;\n  /**\n   * Filter object.\n   *\n   * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object.\n   *\n   * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).\n   * @maxSize 5\n   */\n  sort?: Sorting[];\n}\n\n/** @oneof */\nexport interface CursorQueryPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).\n   */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface Sorting {\n  /**\n   * Name of the field to sort by.\n   * @maxLength 512\n   */\n  fieldName?: string;\n  /** Sort order. */\n  order?: SortOrderWithLiterals;\n}\n\nexport enum SortOrder {\n  ASC = 'ASC',\n  DESC = 'DESC',\n}\n\n/** @enumType */\nexport type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';\n\nexport interface CursorPaging {\n  /**\n   * Maximum number of items to return in the results.\n   * @max 100\n   */\n  limit?: number | null;\n  /**\n   * Pointer to the next or previous page in the list of results.\n   *\n   * Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\n   * Not relevant for the first request.\n   * @maxLength 16000\n   */\n  cursor?: string | null;\n}\n\nexport interface QueryContentsResponse {\n  /** List of translation content. */\n  contents?: Content[];\n  /** Details on the paged set of results returned. */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface CursorPagingMetadata {\n  /** Number of items returned in current page. */\n  count?: number | null;\n  /** Cursor strings that point to the next page, previous page, or both. */\n  cursors?: Cursors;\n  /**\n   * Whether there are more pages to retrieve following the current page.\n   *\n   * + `true`: Another page of results can be retrieved.\n   * + `false`: This is the last page.\n   */\n  hasNext?: boolean | null;\n}\n\nexport interface Cursors {\n  /**\n   * Cursor string pointing to the next page in the list of results.\n   * @maxLength 16000\n   */\n  next?: string | null;\n  /**\n   * Cursor pointing to the previous page in the list of results.\n   * @maxLength 16000\n   */\n  prev?: string | null;\n}\n\nexport interface QueryContentsLegacyRequest {\n  /** WQL expression. */\n  query?: QueryV2;\n}\n\nexport interface QueryV2 extends QueryV2PagingMethodOneOf {\n  /** Paging options to limit and skip the number of items. */\n  paging?: Paging;\n  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */\n  cursorPaging?: CursorPaging;\n  /**\n   * Filter object.\n   *\n   * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object.\n   *\n   * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).\n   * @maxSize 100\n   */\n  sort?: Sorting[];\n  /**\n   * Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned.\n   * @maxSize 100\n   * @maxLength 1000\n   */\n  fields?: string[];\n  /**\n   * Array of named, predefined sets of projected fields. A array of predefined named sets of fields to be returned. Specifying multiple `fieldsets` will return the union of fields from all sets. If `fields` are also specified, the union of `fieldsets` and `fields` is returned.\n   * @maxSize 100\n   * @maxLength 1000\n   */\n  fieldsets?: string[];\n}\n\n/** @oneof */\nexport interface QueryV2PagingMethodOneOf {\n  /** Paging options to limit and skip the number of items. */\n  paging?: Paging;\n  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface Paging {\n  /** Number of items to load. */\n  limit?: number | null;\n  /** Number of items to skip in the current sort order. */\n  offset?: number | null;\n}\n\nexport interface QueryContentsLegacyResponse {\n  /** List of translation content. */\n  contents?: Content[];\n  /** Paging metadata. */\n  pagingMetadata?: PagingMetadataV2;\n}\n\nexport interface PagingMetadataV2 {\n  /** Number of items returned in the response. */\n  count?: number | null;\n  /** Offset that was requested. */\n  offset?: number | null;\n  /** Total number of items that match the query. Returned if offset paging is used and the `tooManyToCount` flag is not set. */\n  total?: number | null;\n  /** Flag that indicates the server failed to calculate the `total` field. */\n  tooManyToCount?: boolean | null;\n  /** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */\n  cursors?: Cursors;\n}\n\nexport interface SearchContentsRequest {\n  /** Search criteria including filter, sort, aggregations, and paging options. */\n  search?: CursorSearch;\n}\n\nexport interface CursorSearch extends CursorSearchPagingMethodOneOf {\n  /**\n   * Cursor-based paging for result navigation. When requesting `cursor_paging.cursor`,\n   * `filter`, `sort`, or `search` can't be specified.\n   */\n  cursorPaging?: CursorPaging;\n  /** Filter object for narrowing search results. For example, to return only translation content for a specific locale: `\"filter\": {\"locale\": \"en\"}`. */\n  filter?: Record<string, any> | null;\n  /**\n   * Array of sort objects specifying result order. For example, to sort by creation date in descending order: `\"sort\": [{\"fieldName\": \"createdDate\", \"order\": \"DESC\"}]`.\n   * @maxSize 10\n   */\n  sort?: Sorting[];\n  /**\n   * Aggregations for grouping data into categories (facets) and providing summaries for each category.\n   * For example, use aggregations to categorize search results by translation schema or locale.\n   * @maxSize 10\n   */\n  aggregations?: Aggregation[];\n  /** Free text to match in searchable fields. */\n  search?: SearchDetails;\n  /**\n   * Time zone in [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database) or [ISO 8601 UTC offset format](https://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC) for adjusting time fields in the specified filters and returned aggregation data. For example, `America/New_York`, `UTC`, or `+02:00`.\n   *\n   * Default: Time zone specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).\n   * @maxLength 50\n   */\n  timeZone?: string | null;\n}\n\n/** @oneof */\nexport interface CursorSearchPagingMethodOneOf {\n  /**\n   * Cursor-based paging for result navigation. When requesting `cursor_paging.cursor`,\n   * `filter`, `sort`, or `search` can't be specified.\n   */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface Aggregation extends AggregationKindOneOf {\n  /** Value aggregation configuration. */\n  value?: ValueAggregation;\n  /** Range aggregation configuration. */\n  range?: RangeAggregation;\n  /** Scalar aggregation configuration. */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation configuration. */\n  dateHistogram?: DateHistogramAggregation;\n  /** Nested aggregation configuration. */\n  nested?: NestedAggregation;\n  /**\n   * User-defined name of aggregation. Must be unique and will appear in aggregation results.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation. Client must specify matching aggregation field below. */\n  type?: AggregationTypeWithLiterals;\n  /**\n   * Path to the field to aggregate by in dot notation. For example `name` or `paymentOptions.online`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n  /**\n   * Deprecated. Use `nested` instead.\n   * @deprecated Deprecated. Use `nested` instead.\n   * @replacedBy kind.nested\n   * @targetRemovalDate 2029-03-30\n   */\n  groupBy?: GroupByAggregation;\n}\n\n/** @oneof */\nexport interface AggregationKindOneOf {\n  /** Value aggregation configuration. */\n  value?: ValueAggregation;\n  /** Range aggregation configuration. */\n  range?: RangeAggregation;\n  /** Scalar aggregation configuration. */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation configuration. */\n  dateHistogram?: DateHistogramAggregation;\n  /** Nested aggregation configuration. */\n  nested?: NestedAggregation;\n}\n\nexport interface RangeBucket {\n  /** Inclusive lower bound of the range. Required if `to` is not provided. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. Required if `from` is not provided. */\n  to?: number | null;\n}\n\nexport enum SortType {\n  COUNT = 'COUNT',\n  VALUE = 'VALUE',\n}\n\n/** @enumType */\nexport type SortTypeWithLiterals = SortType | 'COUNT' | 'VALUE';\n\nexport enum SortDirection {\n  DESC = 'DESC',\n  ASC = 'ASC',\n}\n\n/** @enumType */\nexport type SortDirectionWithLiterals = SortDirection | 'DESC' | 'ASC';\n\nexport enum MissingValues {\n  EXCLUDE = 'EXCLUDE',\n  INCLUDE = 'INCLUDE',\n}\n\n/** @enumType */\nexport type MissingValuesWithLiterals = MissingValues | 'EXCLUDE' | 'INCLUDE';\n\nexport interface IncludeMissingValuesOptions {\n  /**\n   * Custom bucket name for missing values.\n   *\n   * Default values:\n   * - string: `N/A`\n   * - int: `0`\n   * - bool: `false`\n   * @maxLength 20\n   */\n  addToBucket?: string;\n}\n\nexport enum ScalarType {\n  /** Total number of distinct values. */\n  COUNT_DISTINCT = 'COUNT_DISTINCT',\n  /** Minimum value. */\n  MIN = 'MIN',\n  /** Maximum value. */\n  MAX = 'MAX',\n}\n\n/** @enumType */\nexport type ScalarTypeWithLiterals =\n  | ScalarType\n  | 'COUNT_DISTINCT'\n  | 'MIN'\n  | 'MAX';\n\nexport interface ValueAggregation extends ValueAggregationOptionsOneOf {\n  /** Options for including missing values in the aggregation results. */\n  includeOptions?: IncludeMissingValuesOptions;\n  /** Whether to sort by number of matches or value of the field. */\n  sortType?: SortTypeWithLiterals;\n  /** Whether to sort in ascending or descending order. */\n  sortDirection?: SortDirectionWithLiterals;\n  /**\n   * Number of aggregations to return.\n   *\n   * Min: `1`\n   * Max: `250`\n   * Default: `10`\n   */\n  limit?: number | null;\n  /**\n   * Whether missing values should be included or excluded from the aggregation results.\n   *\n   * Default: `EXCLUDE`\n   */\n  missingValues?: MissingValuesWithLiterals;\n}\n\n/** @oneof */\nexport interface ValueAggregationOptionsOneOf {\n  /** Options for including missing values in the aggregation results. */\n  includeOptions?: IncludeMissingValuesOptions;\n}\n\nexport enum NestedAggregationType {\n  /** Calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. */\n  VALUE = 'VALUE',\n  /** Calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. */\n  RANGE = 'RANGE',\n  /** Calculates a single numerical value from a dataset, summarizing the dataset into 1 key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  SCALAR = 'SCALAR',\n  /** Calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n}\n\n/** @enumType */\nexport type NestedAggregationTypeWithLiterals =\n  | NestedAggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM';\n\nexport interface RangeAggregation {\n  /**\n   * List of range buckets defining the ranges for aggregation. During aggregation, each entity is placed in the first bucket where its value falls within the specified range bounds.\n   * @maxSize 50\n   */\n  buckets?: RangeBucket[];\n}\n\nexport interface ScalarAggregation {\n  /** Operator for the scalar aggregation, for example `COUNT_DISTINCT`, `MIN`, `MAX`. */\n  type?: ScalarTypeWithLiterals;\n}\n\nexport interface DateHistogramAggregation {\n  /** Time interval for date histogram aggregation, for example `DAY`, `HOUR`, `MONTH`. */\n  interval?: IntervalWithLiterals;\n}\n\nexport enum Interval {\n  /** Yearly interval. */\n  YEAR = 'YEAR',\n  /** Monthly interval. */\n  MONTH = 'MONTH',\n  /** Weekly interval. */\n  WEEK = 'WEEK',\n  /** Daily interval. */\n  DAY = 'DAY',\n  /** Hourly interval. */\n  HOUR = 'HOUR',\n  /** Minute interval. */\n  MINUTE = 'MINUTE',\n  /** Second interval. */\n  SECOND = 'SECOND',\n}\n\n/** @enumType */\nexport type IntervalWithLiterals =\n  | Interval\n  | 'YEAR'\n  | 'MONTH'\n  | 'WEEK'\n  | 'DAY'\n  | 'HOUR'\n  | 'MINUTE'\n  | 'SECOND';\n\nexport interface NestedAggregationItem extends NestedAggregationItemKindOneOf {\n  /** Value aggregation configuration. Calculates the distribution of field values within the dataset. */\n  value?: ValueAggregation;\n  /** Range aggregation configuration. Calculates counts within user-defined value ranges. */\n  range?: RangeAggregation;\n  /** Scalar aggregation configuration. Calculates single numerical metrics like count, min, max, sum, or average. */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation configuration. Calculates counts within time intervals. */\n  dateHistogram?: DateHistogramAggregation;\n  /**\n   * User-defined name of aggregation. Must be unique and will appear in aggregation results.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation. Client must specify matching aggregation field below. */\n  type?: NestedAggregationTypeWithLiterals;\n  /**\n   * Path to the field to aggregate by in dot notation. For example `name` or `paymentOptions.online`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface NestedAggregationItemKindOneOf {\n  /** Value aggregation configuration. Calculates the distribution of field values within the dataset. */\n  value?: ValueAggregation;\n  /** Range aggregation configuration. Calculates counts within user-defined value ranges. */\n  range?: RangeAggregation;\n  /** Scalar aggregation configuration. Calculates single numerical metrics like count, min, max, sum, or average. */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation configuration. Calculates counts within time intervals. */\n  dateHistogram?: DateHistogramAggregation;\n}\n\nexport enum AggregationType {\n  /** Calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. */\n  VALUE = 'VALUE',\n  /** Calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. */\n  RANGE = 'RANGE',\n  /** Calculates a single numerical value from a dataset, summarizing the dataset into 1 key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  SCALAR = 'SCALAR',\n  /** Calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n  /** Flattened list of aggregations, where each aggregation is nested within the previous one. */\n  NESTED = 'NESTED',\n}\n\n/** @enumType */\nexport type AggregationTypeWithLiterals =\n  | AggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM'\n  | 'NESTED';\n\n/** Nested aggregation for multi-level faceted search. Allows exploring large amounts of data through multiple levels of categorization, where each subsequent aggregation is nested within the previous aggregation to create hierarchical data summaries. */\nexport interface NestedAggregation {\n  /**\n   * Flattened list of aggregations, where each next aggregation is nested within previous one.\n   * @minSize 2\n   * @maxSize 3\n   */\n  nestedAggregations?: NestedAggregationItem[];\n}\n\nexport interface GroupByAggregation extends GroupByAggregationKindOneOf {\n  /** Value aggregation configuration. */\n  value?: ValueAggregation;\n  /**\n   * User-defined name of aggregation. Must be unique and will appear in aggregation results.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /**\n   * Path to the field to aggregate by in dot notation. For example `name` or `paymentOptions.online`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface GroupByAggregationKindOneOf {\n  /** Value aggregation configuration. */\n  value?: ValueAggregation;\n}\n\nexport interface SearchDetails {\n  /** Defines how separate search terms in `expression` are combined. */\n  mode?: ModeWithLiterals;\n  /**\n   * Search term or expression.\n   * @maxLength 100\n   */\n  expression?: string | null;\n  /**\n   * Fields to search in. If empty - will search in all searchable fields. Use dot notation to specify json path.\n   * @maxLength 200\n   * @maxSize 20\n   */\n  fields?: string[];\n  /** Whether to use auto fuzzy search (allowing typos by a managed proximity algorithm). */\n  fuzzy?: boolean;\n}\n\nexport enum Mode {\n  /** Any of the search terms must be present. */\n  OR = 'OR',\n  /** All search terms must be present. */\n  AND = 'AND',\n}\n\n/** @enumType */\nexport type ModeWithLiterals = Mode | 'OR' | 'AND';\n\nexport interface SearchContentsResponse {\n  /** List of translation content. */\n  contents?: Content[];\n  /** Details on the paged set of results returned. */\n  pagingMetadata?: CursorPagingMetadata;\n  /** Aggregation data. */\n  aggregationData?: AggregationData;\n}\n\nexport interface AggregationData {\n  /**\n   * Array of aggregation results, each containing the aggregation metadata and its calculated values for the specified search criteria.\n   * @maxSize 10000\n   */\n  results?: AggregationResults[];\n}\n\nexport interface ValueAggregationResult {\n  /**\n   * Value of the field.\n   * @maxLength 100\n   */\n  value?: string;\n  /** Count of entities with this value. */\n  count?: number;\n}\n\nexport interface RangeAggregationResult {\n  /** Inclusive lower bound of the range. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. */\n  to?: number | null;\n  /** Count of entities in this range. */\n  count?: number;\n}\n\nexport interface NestedAggregationResults\n  extends NestedAggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: ValueResults;\n  /** Range aggregation results. */\n  ranges?: RangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationResultsScalarResult;\n  /**\n   * User-defined name of aggregation, matches the one specified in request.\n   * @maxLength 100\n   */\n  name?: string;\n  /** Type of aggregation that matches result. */\n  type?: AggregationTypeWithLiterals;\n  /**\n   * Path to the field to aggregate by in dot notation.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface NestedAggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: ValueResults;\n  /** Range aggregation results. */\n  ranges?: RangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationResultsScalarResult;\n}\n\nexport interface ValueResults {\n  /**\n   * List of value aggregations.\n   * @maxSize 250\n   */\n  results?: ValueAggregationResult[];\n}\n\nexport interface RangeResults {\n  /**\n   * Array of range aggregation results returned in the same order as requested, each containing range bounds and count of entities within that range.\n   * @maxSize 50\n   */\n  results?: RangeAggregationResult[];\n}\n\nexport interface AggregationResultsScalarResult {\n  /** Type of scalar aggregation. */\n  type?: ScalarTypeWithLiterals;\n  /** Value of the scalar aggregation. */\n  value?: number;\n}\n\nexport interface NestedValueAggregationResult {\n  /**\n   * Value of the field.\n   * @maxLength 1000\n   */\n  value?: string;\n  /** Nested aggregations. */\n  nestedResults?: NestedAggregationResults;\n}\n\nexport interface ValueResult {\n  /**\n   * Value of the field.\n   * @maxLength 1000\n   */\n  value?: string;\n  /** Count of entities with this value. */\n  count?: number | null;\n}\n\nexport interface RangeResult {\n  /** Inclusive lower bound of the range. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. */\n  to?: number | null;\n  /** Count of entities in this range. */\n  count?: number | null;\n}\n\nexport interface ScalarResult {\n  /** Value of the scalar aggregation. */\n  value?: number;\n}\n\nexport interface NestedResultValue extends NestedResultValueResultOneOf {\n  /** Value aggregation result. */\n  value?: ValueResult;\n  /** Range aggregation result. */\n  range?: RangeResult;\n  /** Scalar aggregation result. */\n  scalar?: ScalarResult;\n  /** Date histogram aggregation result. */\n  dateHistogram?: ValueResult;\n}\n\n/** @oneof */\nexport interface NestedResultValueResultOneOf {\n  /** Value aggregation result. */\n  value?: ValueResult;\n  /** Range aggregation result. */\n  range?: RangeResult;\n  /** Scalar aggregation result. */\n  scalar?: ScalarResult;\n  /** Date histogram aggregation result. */\n  dateHistogram?: ValueResult;\n}\n\nexport interface Results {\n  /** Map of nested aggregation results, keyed by aggregation name. */\n  results?: Record<string, NestedResultValue>;\n}\n\nexport interface DateHistogramResult {\n  /**\n   * Date in [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601).\n   * @maxLength 100\n   */\n  value?: string;\n  /** Count of documents in the bucket. */\n  count?: number;\n}\n\nexport interface GroupByValueResults {\n  /**\n   * Array of nested value aggregation results, each containing a field value and the associated nested aggregation data.\n   * @maxSize 1000\n   */\n  results?: NestedValueAggregationResult[];\n}\n\nexport interface DateHistogramResults {\n  /**\n   * Array of date histogram aggregation results, each containing a date bucket and its count.\n   * @maxSize 200\n   */\n  results?: DateHistogramResult[];\n}\n\n/**\n * Results of `NESTED` aggregation type in a flattened form.\n * Aggregations in resulting array are keyed by requested aggregation `name`.\n */\nexport interface NestedResults {\n  /**\n   * Array of nested aggregation result groups, each containing multiple aggregation results.\n   * @maxSize 1000\n   */\n  results?: Results[];\n}\n\nexport interface AggregationResults extends AggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: ValueResults;\n  /** Range aggregation results. */\n  ranges?: RangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationResultsScalarResult;\n  /** Group by value aggregation results. */\n  groupedByValue?: GroupByValueResults;\n  /** Date histogram aggregation results. */\n  dateHistogram?: DateHistogramResults;\n  /** Nested aggregation results. */\n  nested?: NestedResults;\n  /**\n   * User-defined name of aggregation as derived from search request.\n   * @maxLength 100\n   */\n  name?: string;\n  /** Type of aggregation that must match specified kind as derived from search request. */\n  type?: AggregationTypeWithLiterals;\n  /**\n   * Path to the field to aggregate by in dot notation.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface AggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: ValueResults;\n  /** Range aggregation results. */\n  ranges?: RangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationResultsScalarResult;\n  /** Group by value aggregation results. */\n  groupedByValue?: GroupByValueResults;\n  /** Date histogram aggregation results. */\n  dateHistogram?: DateHistogramResults;\n  /** Nested aggregation results. */\n  nested?: NestedResults;\n}\n\nexport interface BulkCreateContentRequest {\n  /**\n   * List of translation content.\n   * @minSize 1\n   * @maxSize 100\n   */\n  contents: Content[];\n  /** Whether to include the created translation content items in the response. Set to `true` to receive the translation content items in the response. */\n  returnEntity?: boolean;\n}\n\nexport interface BulkCreateContentResponse {\n  /**\n   * Items created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkContentResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface ItemMetadata {\n  /**\n   * Item ID. Should always be available, unless it's impossible (for example, when failing to create an item).\n   * @maxLength 256\n   */\n  id?: string | null;\n  /** Index of the item within the request array. Allows for correlation between request and response items. */\n  originalIndex?: number;\n  /** Whether the requested action was successful for this item. When `false`, the `error` field is populated. */\n  success?: boolean;\n  /** Details about the error in case of failure. */\n  error?: ApplicationError;\n}\n\nexport interface ApplicationError {\n  /** Error code. */\n  code?: string;\n  /** Description of the error. */\n  description?: string;\n  /** Data related to the error. */\n  data?: Record<string, any> | null;\n}\n\nexport interface BulkContentResult {\n  /** Item metadata. */\n  itemMetadata?: ItemMetadata;\n  /** Translation content. This field is only returned if the operation was successful and `returnEntity` was set to true in the request. */\n  item?: Content;\n}\n\nexport interface BulkActionMetadata {\n  /** Number of items that were successfully processed. */\n  totalSuccesses?: number;\n  /** Number of items that couldn't be processed. */\n  totalFailures?: number;\n  /** Number of failures without details because detailed failure threshold was exceeded. */\n  undetailedFailures?: number;\n}\n\nexport interface BulkUpdateContentRequest {\n  /**\n   * Translation content items to update.\n   * @minSize 1\n   * @maxSize 100\n   */\n  contents: BulkUpdateContentRequestMaskedContent[];\n  /** Whether to include the updated translation content items in the response. Set to `true` to receive the translation content items in the response. */\n  returnEntity?: boolean;\n  /**\n   * If true each field updated in fields map will also update the timestamp fields\n   *\n   * even if the field value is not changed, otherwise the timestamp fields will be updated only if the field value has changed\n   */\n  forceFieldsTimestampUpdate?: boolean | null;\n}\n\nexport interface BulkUpdateContentRequestMaskedContent {\n  /** Translation content to update. */\n  content?: Content;\n  /** Explicit list of fields to update. */\n  fieldMask?: string[];\n}\n\nexport interface BulkUpdateContentResponse {\n  /**\n   * Items created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkUpdateContentResponseBulkContentResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkUpdateContentResponseBulkContentResult {\n  /** Item metadata. */\n  itemMetadata?: ItemMetadata;\n  /** Translation content. This field is only returned if the operation was successful and `returnEntity` was set to true in the request. */\n  item?: Content;\n}\n\nexport interface BulkUpdateContentByKeyRequest {\n  /**\n   * Translation content items to update.\n   * @minSize 1\n   * @maxSize 100\n   */\n  contents: MaskedContent[];\n  /** Whether to include the created translation content items in the response. Set to `true` to receive the translation content items in the response. */\n  returnEntity?: boolean;\n  /**\n   * If true each field updated in fields map will also update the timestamp fields\n   *\n   * even if the field value is not changed, otherwise the timestamp fields will be updated only if the field value has changed\n   */\n  forceFieldsTimestampUpdate?: boolean | null;\n}\n\nexport interface MaskedContent {\n  /** Translation content to update. */\n  content?: Content;\n  /** Explicit list of fields to update. */\n  fieldMask?: string[];\n}\n\nexport interface BulkUpdateContentByKeyResponse {\n  /**\n   * Items created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkUpdateContentByKeyResponseBulkContentResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkUpdateContentByKeyResponseBulkContentResult {\n  /** Item metadata. */\n  itemMetadata?: ItemMetadata;\n  /** Translation content. This field is only returned if the operation was successful and `returnEntity` was set to true in the request. */\n  item?: Content;\n}\n\nexport interface PermissiveBulkUpdateContentRequest {\n  /**\n   * Contents to be updated. TODO: think again if we want to increase maxSize\n   * @minSize 1\n   * @maxSize 100\n   */\n  contents?: PermissiveBulkUpdateContentRequestMaskedContent[];\n  /** set to `true` if you wish to receive back the created contents in the response */\n  returnEntity?: boolean;\n  /**\n   * If true each field updated in fields map will also update the timestamp fields\n   *\n   * even if the field value is not changed, otherwise the timestamp fields will be updated only if the field value has changed\n   */\n  forceFieldsTimestampUpdate?: boolean | null;\n}\n\nexport interface PermissiveBulkUpdateContentRequestMaskedContent {\n  /** Content to be updated, may be partial */\n  content?: Content;\n  /** Explicit list of fields to update. */\n  fieldMask?: string[];\n}\n\nexport interface PermissiveBulkUpdateContentResponse {\n  /**\n   * List of results\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: PermissiveBulkUpdateContentResponseBulkContentResult[];\n  /** metadata */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface PermissiveBulkUpdateContentResponseBulkContentResult {\n  /** Item metadata. */\n  itemMetadata?: ItemMetadata;\n  /** Translation content. This field is only returned if the operation was successful and `returnEntity` was set to true in the request. */\n  item?: Content;\n}\n\nexport interface BulkDeleteContentRequest {\n  /**\n   * IDs of the translation content items to delete.\n   * @minSize 1\n   * @maxSize 100\n   * @format GUID\n   */\n  contentIds: string[];\n}\n\nexport interface BulkDeleteContentResponse {\n  /**\n   * Items created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkDeleteContentResponseBulkContentResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkDeleteContentResponseBulkContentResult {\n  /** Item metadata. */\n  itemMetadata?: ItemMetadata;\n}\n\nexport interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {\n  /** Emitted on a meta site creation. */\n  siteCreated?: SiteCreated;\n  /** Emitted on a meta site transfer completion. */\n  siteTransferred?: SiteTransferred;\n  /** Emitted on a meta site deletion. */\n  siteDeleted?: SiteDeleted;\n  /** Emitted on a meta site restoration. */\n  siteUndeleted?: SiteUndeleted;\n  /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */\n  sitePublished?: SitePublished;\n  /** Emitted on a meta site unpublish. */\n  siteUnpublished?: SiteUnpublished;\n  /** Emitted when meta site is marked as template. */\n  siteMarkedAsTemplate?: SiteMarkedAsTemplate;\n  /** Emitted when meta site is marked as a WixSite. */\n  siteMarkedAsWixSite?: SiteMarkedAsWixSite;\n  /** Emitted when an application is provisioned (installed). */\n  serviceProvisioned?: ServiceProvisioned;\n  /** Emitted when an application is removed (uninstalled). */\n  serviceRemoved?: ServiceRemoved;\n  /** Emitted when meta site name (URL slug) is changed. */\n  siteRenamedPayload?: SiteRenamed;\n  /** Emitted when meta site was permanently deleted. */\n  hardDeleted?: SiteHardDeleted;\n  /** Emitted on a namespace change. */\n  namespaceChanged?: NamespaceChanged;\n  /** Emitted when Studio is attached. */\n  studioAssigned?: StudioAssigned;\n  /** Emitted when Studio is detached. */\n  studioUnassigned?: StudioUnassigned;\n  /**\n   * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch\n   * the actual URL.\n   *\n   * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT\n   * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459\n   */\n  urlChanged?: SiteUrlChanged;\n  /** Site is marked as PurgedExternally */\n  sitePurgedExternally?: SitePurgedExternally;\n  /** Emitted when Odeditor is attached. */\n  odeditorAssigned?: OdeditorAssigned;\n  /** Emitted when Odeditor is detached. */\n  odeditorUnassigned?: OdeditorUnassigned;\n  /** Emitted when Picasso is attached. */\n  picassoAssigned?: PicassoAssigned;\n  /** Emitted when Picasso is detached. */\n  picassoUnassigned?: PicassoUnassigned;\n  /** Emitted when Wixel is attached. */\n  wixelAssigned?: WixelAssigned;\n  /** Emitted when Wixel is detached. */\n  wixelUnassigned?: WixelUnassigned;\n  /** Emitted when StudioTwo is attached. */\n  studioTwoAssigned?: StudioTwoAssigned;\n  /** Emitted when StudioTwo is detached. */\n  studioTwoUnassigned?: StudioTwoUnassigned;\n  /** Emitted when media from user domain is enabled. */\n  userDomainMediaEnabled?: UserDomainMediaEnabled;\n  /** Emitted when media from user domain is disabled. */\n  userDomainMediaDisabled?: UserDomainMediaDisabled;\n  /** Emitted when Editorless is attached. */\n  editorlessAssigned?: EditorlessAssigned;\n  /** Emitted when Editorless is detached. */\n  editorlessUnassigned?: EditorlessUnassigned;\n  /**\n   * A meta site id.\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /** A meta site version. Monotonically increasing. */\n  version?: string;\n  /** A timestamp of the event. */\n  timestamp?: string;\n  /**\n   * TODO(meta-site): Change validation once validations are disabled for consumers\n   * More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659\n   * @maxSize 4000\n   */\n  assets?: Asset[];\n}\n\n/** @oneof */\nexport interface MetaSiteSpecialEventPayloadOneOf {\n  /** Emitted on a meta site creation. */\n  siteCreated?: SiteCreated;\n  /** Emitted on a meta site transfer completion. */\n  siteTransferred?: SiteTransferred;\n  /** Emitted on a meta site deletion. */\n  siteDeleted?: SiteDeleted;\n  /** Emitted on a meta site restoration. */\n  siteUndeleted?: SiteUndeleted;\n  /** Emitted on the first* publish of the meta site (* switching from unpublished to published state). */\n  sitePublished?: SitePublished;\n  /** Emitted on a meta site unpublish. */\n  siteUnpublished?: SiteUnpublished;\n  /** Emitted when meta site is marked as template. */\n  siteMarkedAsTemplate?: SiteMarkedAsTemplate;\n  /** Emitted when meta site is marked as a WixSite. */\n  siteMarkedAsWixSite?: SiteMarkedAsWixSite;\n  /** Emitted when an application is provisioned (installed). */\n  serviceProvisioned?: ServiceProvisioned;\n  /** Emitted when an application is removed (uninstalled). */\n  serviceRemoved?: ServiceRemoved;\n  /** Emitted when meta site name (URL slug) is changed. */\n  siteRenamedPayload?: SiteRenamed;\n  /** Emitted when meta site was permanently deleted. */\n  hardDeleted?: SiteHardDeleted;\n  /** Emitted on a namespace change. */\n  namespaceChanged?: NamespaceChanged;\n  /** Emitted when Studio is attached. */\n  studioAssigned?: StudioAssigned;\n  /** Emitted when Studio is detached. */\n  studioUnassigned?: StudioUnassigned;\n  /**\n   * Emitted when one of the URLs is changed. After this event you may call `urls-server` to fetch\n   * the actual URL.\n   *\n   * See: https://wix.slack.com/archives/C0UHEBPFT/p1732520791210559?thread_ts=1732027914.294059&cid=C0UHEBPFT\n   * See: https://wix.slack.com/archives/C0UHEBPFT/p1744115197619459\n   */\n  urlChanged?: SiteUrlChanged;\n  /** Site is marked as PurgedExternally */\n  sitePurgedExternally?: SitePurgedExternally;\n  /** Emitted when Odeditor is attached. */\n  odeditorAssigned?: OdeditorAssigned;\n  /** Emitted when Odeditor is detached. */\n  odeditorUnassigned?: OdeditorUnassigned;\n  /** Emitted when Picasso is attached. */\n  picassoAssigned?: PicassoAssigned;\n  /** Emitted when Picasso is detached. */\n  picassoUnassigned?: PicassoUnassigned;\n  /** Emitted when Wixel is attached. */\n  wixelAssigned?: WixelAssigned;\n  /** Emitted when Wixel is detached. */\n  wixelUnassigned?: WixelUnassigned;\n  /** Emitted when StudioTwo is attached. */\n  studioTwoAssigned?: StudioTwoAssigned;\n  /** Emitted when StudioTwo is detached. */\n  studioTwoUnassigned?: StudioTwoUnassigned;\n  /** Emitted when media from user domain is enabled. */\n  userDomainMediaEnabled?: UserDomainMediaEnabled;\n  /** Emitted when media from user domain is disabled. */\n  userDomainMediaDisabled?: UserDomainMediaDisabled;\n  /** Emitted when Editorless is attached. */\n  editorlessAssigned?: EditorlessAssigned;\n  /** Emitted when Editorless is detached. */\n  editorlessUnassigned?: EditorlessUnassigned;\n}\n\nexport interface Asset {\n  /**\n   * An application definition id (app_id in dev-center). For legacy reasons may be UUID or a string (from Java Enum).\n   * @maxLength 36\n   */\n  appDefId?: string;\n  /**\n   * An instance id. For legacy reasons may be UUID or a string.\n   * @maxLength 200\n   */\n  instanceId?: string;\n  /** An application state. */\n  state?: StateWithLiterals;\n}\n\nexport enum State {\n  UNKNOWN = 'UNKNOWN',\n  ENABLED = 'ENABLED',\n  DISABLED = 'DISABLED',\n  PENDING = 'PENDING',\n  DEMO = 'DEMO',\n}\n\n/** @enumType */\nexport type StateWithLiterals =\n  | State\n  | 'UNKNOWN'\n  | 'ENABLED'\n  | 'DISABLED'\n  | 'PENDING'\n  | 'DEMO';\n\nexport interface SiteCreated {\n  /**\n   * A template identifier (empty if not created from a template).\n   * @maxLength 36\n   */\n  originTemplateId?: string;\n  /**\n   * An account id of the owner.\n   * @format GUID\n   */\n  ownerId?: string;\n  /** A context in which meta site was created. */\n  context?: SiteCreatedContextWithLiterals;\n  /**\n   * A meta site id from which this site was created.\n   *\n   * In case of a creation from a template it's a template id.\n   * In case of a site duplication (\"Save As\" in dashboard or duplicate in UM) it's an id of a source site.\n   * @format GUID\n   */\n  originMetaSiteId?: string | null;\n  /**\n   * A meta site name (URL slug).\n   * @maxLength 20\n   */\n  siteName?: string;\n  /** A namespace. */\n  namespace?: NamespaceWithLiterals;\n}\n\nexport enum SiteCreatedContext {\n  /** A valid option, we don't expose all reasons why site might be created. */\n  OTHER = 'OTHER',\n  /** A meta site was created from template. */\n  FROM_TEMPLATE = 'FROM_TEMPLATE',\n  /** A meta site was created by copying of the transfferred meta site. */\n  DUPLICATE_BY_SITE_TRANSFER = 'DUPLICATE_BY_SITE_TRANSFER',\n  /** A copy of existing meta site. */\n  DUPLICATE = 'DUPLICATE',\n  /** A meta site was created as a transfferred site (copy of the original), old flow, should die soon. */\n  OLD_SITE_TRANSFER = 'OLD_SITE_TRANSFER',\n  /** deprecated A meta site was created for Flash editor. */\n  FLASH = 'FLASH',\n}\n\n/** @enumType */\nexport type SiteCreatedContextWithLiterals =\n  | SiteCreatedContext\n  | 'OTHER'\n  | 'FROM_TEMPLATE'\n  | 'DUPLICATE_BY_SITE_TRANSFER'\n  | 'DUPLICATE'\n  | 'OLD_SITE_TRANSFER'\n  | 'FLASH';\n\nexport enum Namespace {\n  UNKNOWN_NAMESPACE = 'UNKNOWN_NAMESPACE',\n  /** Default namespace for UGC sites. MetaSites with this namespace will be shown in a user's site list by default. */\n  WIX = 'WIX',\n  /** ShoutOut stand alone product. These are siteless (no actual Wix site, no HtmlWeb). MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  SHOUT_OUT = 'SHOUT_OUT',\n  /** MetaSites created by the Albums product, they appear as part of the Albums app. MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  ALBUMS = 'ALBUMS',\n  /** Part of the WixStores migration flow, a user tries to migrate and gets this site to view and if the user likes it then stores removes this namespace and deletes the old site with the old stores. MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  WIX_STORES_TEST_DRIVE = 'WIX_STORES_TEST_DRIVE',\n  /** Hotels standalone (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  HOTELS = 'HOTELS',\n  /** Clubs siteless MetaSites, a club without a wix website. MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  CLUBS = 'CLUBS',\n  /** A partially created ADI website. MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  ONBOARDING_DRAFT = 'ONBOARDING_DRAFT',\n  /** AppBuilder for AppStudio / shmite (c). MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  DEV_SITE = 'DEV_SITE',\n  /** LogoMaker websites offered to the user after logo purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  LOGOS = 'LOGOS',\n  /** VideoMaker websites offered to the user after video purchase. MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  VIDEO_MAKER = 'VIDEO_MAKER',\n  /** MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  PARTNER_DASHBOARD = 'PARTNER_DASHBOARD',\n  /** MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  DEV_CENTER_COMPANY = 'DEV_CENTER_COMPANY',\n  /**\n   * A draft created by HTML editor on open. Upon \"first save\" it will be moved to be of WIX domain.\n   *\n   * Meta site with this namespace will *not* be shown in a user's site list by default.\n   */\n  HTML_DRAFT = 'HTML_DRAFT',\n  /**\n   * the user-journey for Fitness users who want to start from managing their business instead of designing their website.\n   * Will be accessible from Site List and will not have a website app.\n   * Once the user attaches a site, the site will become a regular wixsite.\n   */\n  SITELESS_BUSINESS = 'SITELESS_BUSINESS',\n  /** Belongs to \"strategic products\" company. Supports new product in the creator's economy space. */\n  CREATOR_ECONOMY = 'CREATOR_ECONOMY',\n  /** It is to be used in the Business First efforts. */\n  DASHBOARD_FIRST = 'DASHBOARD_FIRST',\n  /** Bookings business flow with no site. */\n  ANYWHERE = 'ANYWHERE',\n  /** Namespace for Headless Backoffice with no editor */\n  HEADLESS = 'HEADLESS',\n  /**\n   * Namespace for master site that will exist in parent account that will be referenced by subaccounts\n   * The site will be used for account level CSM feature for enterprise\n   */\n  ACCOUNT_MASTER_CMS = 'ACCOUNT_MASTER_CMS',\n  /** Rise.ai Siteless account management for Gift Cards and Store Credit. */\n  RISE = 'RISE',\n  /**\n   * As part of the branded app new funnel, users now can create a meta site that will be branded app first.\n   * There's a blank site behind the scene but it's blank).\n   * The Mobile company will be the owner of this namespace.\n   */\n  BRANDED_FIRST = 'BRANDED_FIRST',\n  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */\n  NOWNIA = 'NOWNIA',\n  /**\n   * UGC Templates are templates that are created by users for personal use and to sale to other users.\n   * The Partners company owns this namespace.\n   */\n  UGC_TEMPLATE = 'UGC_TEMPLATE',\n  /** Codux Headless Sites */\n  CODUX = 'CODUX',\n  /** Bobb - AI Design Creator. */\n  MEDIA_DESIGN_CREATOR = 'MEDIA_DESIGN_CREATOR',\n  /**\n   * Shared Blog Site is a unique single site across Enterprise account,\n   * This site will hold all Blog posts related to the Marketing product.\n   */\n  SHARED_BLOG_ENTERPRISE = 'SHARED_BLOG_ENTERPRISE',\n  /** Standalone forms (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  STANDALONE_FORMS = 'STANDALONE_FORMS',\n  /** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */\n  STANDALONE_EVENTS = 'STANDALONE_EVENTS',\n  /** MIMIR - Siteless account for MIMIR Ai Job runner. */\n  MIMIR = 'MIMIR',\n  /** Wix Twins platform. */\n  TWINS = 'TWINS',\n  /** Wix Nano. */\n  NANO = 'NANO',\n  /** Base44 headless sites. */\n  BASE44 = 'BASE44',\n  /** Wix Channels Sites */\n  CHANNELS = 'CHANNELS',\n}\n\n/** @enumType */\nexport type NamespaceWithLiterals =\n  | Namespace\n  | 'UNKNOWN_NAMESPACE'\n  | 'WIX'\n  | 'SHOUT_OUT'\n  | 'ALBUMS'\n  | 'WIX_STORES_TEST_DRIVE'\n  | 'HOTELS'\n  | 'CLUBS'\n  | 'ONBOARDING_DRAFT'\n  | 'DEV_SITE'\n  | 'LOGOS'\n  | 'VIDEO_MAKER'\n  | 'PARTNER_DASHBOARD'\n  | 'DEV_CENTER_COMPANY'\n  | 'HTML_DRAFT'\n  | 'SITELESS_BUSINESS'\n  | 'CREATOR_ECONOMY'\n  | 'DASHBOARD_FIRST'\n  | 'ANYWHERE'\n  | 'HEADLESS'\n  | 'ACCOUNT_MASTER_CMS'\n  | 'RISE'\n  | 'BRANDED_FIRST'\n  | 'NOWNIA'\n  | 'UGC_TEMPLATE'\n  | 'CODUX'\n  | 'MEDIA_DESIGN_CREATOR'\n  | 'SHARED_BLOG_ENTERPRISE'\n  | 'STANDALONE_FORMS'\n  | 'STANDALONE_EVENTS'\n  | 'MIMIR'\n  | 'TWINS'\n  | 'NANO'\n  | 'BASE44'\n  | 'CHANNELS';\n\n/** Site transferred to another user. */\nexport interface SiteTransferred {\n  /**\n   * A previous owner id (user that transfers meta site).\n   * @format GUID\n   */\n  oldOwnerId?: string;\n  /**\n   * A new owner id (user that accepts meta site).\n   * @format GUID\n   */\n  newOwnerId?: string;\n}\n\n/** Soft deletion of the meta site. Could be restored. */\nexport interface SiteDeleted {\n  /** A deletion context. */\n  deleteContext?: DeleteContext;\n}\n\nexport interface DeleteContext {\n  /** When the meta site was deleted. */\n  dateDeleted?: Date | null;\n  /** A status. */\n  deleteStatus?: DeleteStatusWithLiterals;\n  /**\n   * A reason (flow).\n   * @maxLength 255\n   */\n  deleteOrigin?: string;\n  /**\n   * A service that deleted it.\n   * @maxLength 255\n   */\n  initiatorId?: string | null;\n}\n\nexport enum DeleteStatus {\n  UNKNOWN = 'UNKNOWN',\n  TRASH = 'TRASH',\n  DELETED = 'DELETED',\n  PENDING_PURGE = 'PENDING_PURGE',\n  PURGED_EXTERNALLY = 'PURGED_EXTERNALLY',\n}\n\n/** @enumType */\nexport type DeleteStatusWithLiterals =\n  | DeleteStatus\n  | 'UNKNOWN'\n  | 'TRASH'\n  | 'DELETED'\n  | 'PENDING_PURGE'\n  | 'PURGED_EXTERNALLY';\n\n/** Restoration of the meta site. */\nexport interface SiteUndeleted {}\n\n/** First publish of a meta site. Or subsequent publish after unpublish. */\nexport interface SitePublished {}\n\nexport interface SiteUnpublished {\n  /**\n   * A list of URLs previously associated with the meta site.\n   * @maxLength 4000\n   * @maxSize 10000\n   */\n  urls?: string[];\n}\n\nexport interface SiteMarkedAsTemplate {}\n\nexport interface SiteMarkedAsWixSite {}\n\n/**\n * Represents a service provisioned a site.\n *\n * Note on `origin_instance_id`:\n * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.\n * This is because of the following scenario:\n *\n * Imagine you have a template where a third-party application (TPA) includes some stub data,\n * such as a product catalog. When you create a site from this template, you inherit this\n * default product catalog. However, if the template's product catalog is modified,\n * your site will retain the catalog as it was at the time of site creation. This ensures that\n * your site remains consistent with what you initially received and does not include any\n * changes made to the original template afterward.\n * To ensure this, the TPA on the template gets a new instance_id.\n */\nexport interface ServiceProvisioned {\n  /**\n   * Either UUID or EmbeddedServiceType.\n   * @maxLength 36\n   */\n  appDefId?: string;\n  /**\n   * Not only UUID. Something here could be something weird.\n   * @maxLength 36\n   */\n  instanceId?: string;\n  /**\n   * An instance id from which this instance is originated.\n   * @maxLength 36\n   */\n  originInstanceId?: string;\n  /**\n   * A version.\n   * @maxLength 500\n   */\n  version?: string | null;\n  /**\n   * The origin meta site id\n   * @format GUID\n   */\n  originMetaSiteId?: string | null;\n}\n\nexport interface ServiceRemoved {\n  /**\n   * Either UUID or EmbeddedServiceType.\n   * @maxLength 36\n   */\n  appDefId?: string;\n  /**\n   * Not only UUID. Something here could be something weird.\n   * @maxLength 36\n   */\n  instanceId?: string;\n  /**\n   * A version.\n   * @maxLength 500\n   */\n  version?: string | null;\n}\n\n/** Rename of the site. Meaning, free public url has been changed as well. */\nexport interface SiteRenamed {\n  /**\n   * A new meta site name (URL slug).\n   * @maxLength 20\n   */\n  newSiteName?: string;\n  /**\n   * A previous meta site name (URL slug).\n   * @maxLength 255\n   */\n  oldSiteName?: string;\n}\n\n/**\n * Hard deletion of the meta site.\n *\n * Could not be restored. Therefore it's desirable to cleanup data.\n */\nexport interface SiteHardDeleted {\n  /** A deletion context. */\n  deleteContext?: DeleteContext;\n}\n\nexport interface NamespaceChanged {\n  /** A previous namespace. */\n  oldNamespace?: NamespaceWithLiterals;\n  /** A new namespace. */\n  newNamespace?: NamespaceWithLiterals;\n}\n\n/** Assigned Studio editor */\nexport interface StudioAssigned {}\n\n/** Unassigned Studio editor */\nexport interface StudioUnassigned {}\n\n/**\n * Fired in case site URLs were changed in any way: new secondary domain, published, account slug rename, site rename etc.\n *\n * This is an internal event, it's not propagated in special events, because it's non-actionable. If you need to keep up\n * with sites and its urls, you need to listen to another topic/event. Read about it:\n *\n * https://bo.wix.com/wix-docs/rest/meta-site/meta-site---urls-service\n */\nexport interface SiteUrlChanged {}\n\n/**\n * Used at the end of the deletion flow for both draft sites and when a user deletes a site.\n * Consumed by other teams to remove relevant data.\n */\nexport interface SitePurgedExternally {\n  /**\n   * @maxLength 2048\n   * @maxSize 100\n   * @deprecated\n   * @targetRemovalDate 2025-04-15\n   */\n  appDefId?: string[];\n}\n\n/** Assigned Odeditor */\nexport interface OdeditorAssigned {}\n\n/** Unassigned Odeditor */\nexport interface OdeditorUnassigned {}\n\n/** Assigned Picasso editor */\nexport interface PicassoAssigned {}\n\n/** Unassigned Picasso */\nexport interface PicassoUnassigned {}\n\n/** Assigned Wixel */\nexport interface WixelAssigned {}\n\n/** Unassigned Wixel */\nexport interface WixelUnassigned {}\n\n/** Assigned StudioTwo */\nexport interface StudioTwoAssigned {}\n\n/** Unassigned StudioTwo */\nexport interface StudioTwoUnassigned {}\n\n/** Media from user domain is enabled. */\nexport interface UserDomainMediaEnabled {}\n\n/** Media from user domain is disabled. */\nexport interface UserDomainMediaDisabled {}\n\n/** Assigned Editorless */\nexport interface EditorlessAssigned {}\n\n/** Unassigned Editorless */\nexport interface EditorlessUnassigned {}\n\nexport interface Empty {}\n\nexport interface DomainEvent extends DomainEventBodyOneOf {\n  createdEvent?: EntityCreatedEvent;\n  updatedEvent?: EntityUpdatedEvent;\n  deletedEvent?: EntityDeletedEvent;\n  actionEvent?: ActionEvent;\n  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */\n  id?: string;\n  /**\n   * Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.\n   * For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.\n   */\n  entityFqdn?: string;\n  /**\n   * Event action name, placed at the top level to make it easier for users to dispatch messages.\n   * For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.\n   */\n  slug?: string;\n  /** ID of the entity associated with the event. */\n  entityId?: string;\n  /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */\n  eventTime?: Date | null;\n  /**\n   * Whether the event was triggered as a result of a privacy regulation application\n   * (for example, GDPR).\n   */\n  triggeredByAnonymizeRequest?: boolean | null;\n  /** If present, indicates the action that triggered the event. */\n  originatedFrom?: string | null;\n  /**\n   * 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.\n   * 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.\n   */\n  entityEventSequence?: string | null;\n}\n\n/** @oneof */\nexport interface DomainEventBodyOneOf {\n  createdEvent?: EntityCreatedEvent;\n  updatedEvent?: EntityUpdatedEvent;\n  deletedEvent?: EntityDeletedEvent;\n  actionEvent?: ActionEvent;\n}\n\nexport interface EntityCreatedEvent {\n  entityAsJson?: string;\n  /** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */\n  restoreInfo?: RestoreInfo;\n}\n\nexport interface RestoreInfo {\n  deletedDate?: Date | null;\n}\n\nexport interface EntityUpdatedEvent {\n  /**\n   * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.\n   * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.\n   * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.\n   */\n  currentEntityAsJson?: string;\n}\n\nexport interface EntityDeletedEvent {\n  /** Entity that was deleted. */\n  deletedEntityAsJson?: string | null;\n}\n\nexport interface ActionEvent {\n  bodyAsJson?: string;\n}\n\nexport interface UpdateSchemaCacheRequest {\n  /** Schema to update from cache */\n  schema?: Schema;\n}\n\nexport interface Schema {\n  /**\n   * Translation schema ID.\n   * @readonly\n   * @format GUID\n   */\n  id?: string | null;\n  /** Translation schema unique key identifier. */\n  key?: SchemaKey;\n  /**\n   * List of fields for the translation schema. This property uses a string to map to a `SchemaField` (`Map<string, SchemaField>`). The string serves as a key, which you'll need to access each field in the schema and when adding translation content.\n   * @minSize 1\n   * @maxSize 1000\n   */\n  fields?: Record<string, SchemaField>;\n  /** Fields displayed in content previews. For example, a product name for a product translation schema. */\n  previewFields?: PreviewFields;\n  /**\n   * Whether the translation schema is hidden from the site.\n   *\n   * Default: `false`\n   */\n  hidden?: boolean | null;\n  /**\n   * Translation schema name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).\n   * @maxLength 100\n   */\n  displayName?: string | null;\n  /**\n   * A reference to the parent schema. For example, if the schema is for a menu item,\n   * this property would contain the schema ID of the menu it belongs to.\n   *\n   * Required when `require_parent_entity` is set to `true`.\n   * @format GUID\n   */\n  parentId?: string | null;\n  /**\n   * Revision number, which increments by 1 each time the schema is updated. To prevent conflicting changes, the existing `revision` must be used when updating a schema.\n   * @readonly\n   */\n  revision?: string | null;\n  /**\n   * Date and time the translation schema was created.\n   * @readonly\n   */\n  createdDate?: Date | null;\n  /**\n   * Date and time the translation schema was updated.\n   * @readonly\n   */\n  updatedDate?: Date | null;\n  /**\n   * Whether to duplicate the translated content when a site containing the translation schema and content is duplicated.\n   *\n   * Default: `false`\n   */\n  duplicateContent?: boolean | null;\n  /**\n   * Whether content created or updated with this schema must include a `parent_entity_id`.\n   * When set to `true`, any Create Content or Update Content call targeting this schema\n   * will fail if `parent_entity_id` is missing or empty.\n   *\n   * The schema itself must also have a `parent_id` defined, otherwise the schema\n   * Create or Update call will fail with `SchemaRequireParentEntityWithoutParentIdException`.\n   *\n   * Default: `false`\n   *\n   * Example: A \"menu-item\" schema that always belongs to a \"menu\" parent schema would set\n   * `require_parent_entity = true` and `parent_id` to the \"menu\" schema ID. Every translation\n   * content item created for \"menu-item\" must then specify which menu it belongs to via\n   * `parent_entity_id`.\n   */\n  requireParentEntity?: boolean | null;\n}\n\nexport interface SchemaKey {\n  /**\n   * ID of the app that created the schema.\n   * @format GUID\n   * @readonly\n   */\n  appId?: string;\n  /**\n   * A unique name defined by the app developer to differentiate translation schemas for various entities within their app. For example, if an app developer is creating a translation schema for blog posts, the `entityType` can be `'blog-posts'`.\n   * @minLength 1\n   * @maxLength 80\n   * @immutable\n   */\n  entityType?: string;\n  /**\n   * Scope of the translation schema.\n   * @immutable\n   */\n  scope?: SchemaScopeWithLiterals;\n}\n\nexport enum SchemaScope {\n  /** Global schema for all sites. */\n  GLOBAL = 'GLOBAL',\n  /** Custom schema for a specific site. */\n  SITE = 'SITE',\n}\n\n/** @enumType */\nexport type SchemaScopeWithLiterals = SchemaScope | 'GLOBAL' | 'SITE';\n\nexport interface SchemaField {\n  /**\n   * Field ID. Validated according to Regex `^[A-Za-z0-9-_)(]+$`. Field IDs may contain parentheses to reference repeated items, such as images. These parentheses can't be nested and each opening parenthesis must be followed by a closing one. For example, `title()()` is valid, while `title)(` and `title(())` aren't valid. The value inside the parenthesis is validated according to Regex `^[^)(\\\\]\\\\[\\\\.]+$`.\n   * @minLength 1\n   * @maxLength 1000\n   * @readonly\n   */\n  id?: string;\n  /** **Required.** Field type. */\n  type?: FieldTypeWithLiterals;\n  /**\n   * Field name displayed in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager).\n   * @maxLength 1000\n   */\n  displayName?: string | null;\n  /**\n   * Field group name.\n   * @maxLength 1000\n   */\n  groupName?: string | null;\n  /**\n   * Field minimum text length.\n   * @min 1\n   */\n  minLength?: number | null;\n  /**\n   * Field maximum text length.\n   * @min 1\n   */\n  maxLength?: number | null;\n  /**\n   * Field format. Content is validated based on the format set here in the field schema. For example, if the format is `EMAIL`, then the content for this field must be a valid email address.\n   * @minLength 2\n   * @maxLength 20\n   */\n  format?: string | null;\n  /** Whether the field is hidden from the site. Hidden fields are still validated. */\n  hidden?: boolean;\n  /** Whether the field is read-only, and not intended to be translated. For example, an image. Use this field when you want an image to remain in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager) for context, but without being translated. */\n  displayOnly?: boolean;\n  /** Field index. Use for cases where the order of the fields are relevant. */\n  index?: number | null;\n}\n\nexport enum FieldType {\n  /** Short plain text displayed as a single line in the UI. */\n  SHORT_TEXT = 'SHORT_TEXT',\n  /** Long plain text displayed as multiple lines in the UI. */\n  LONG_TEXT = 'LONG_TEXT',\n  /** Long text including styles, images, and links. */\n  HTML = 'HTML',\n  /** Rich-Content using the Wix Ricos format. */\n  RICH_CONTENT = 'RICH_CONTENT',\n  /** Wix Media Manager image. */\n  IMAGE = 'IMAGE',\n  /** Image URL without metadata. */\n  IMAGE_LINK = 'IMAGE_LINK',\n  /** Wix Media Manager video. */\n  VIDEO = 'VIDEO',\n  /** Wix Media Manager document. */\n  DOCUMENT = 'DOCUMENT',\n}\n\n/** @enumType */\nexport type FieldTypeWithLiterals =\n  | FieldType\n  | 'SHORT_TEXT'\n  | 'LONG_TEXT'\n  | 'HTML'\n  | 'RICH_CONTENT'\n  | 'IMAGE'\n  | 'IMAGE_LINK'\n  | 'VIDEO'\n  | 'DOCUMENT';\n\nexport interface PreviewFields {\n  /**\n   * ID of the field representing the schema's title.\n   * @maxLength 1000\n   */\n  titleFieldId?: string | null;\n  /**\n   * ID of the field representing the schema's image.\n   * @maxLength 1000\n   */\n  imageFieldId?: string | null;\n}\n\nexport interface UpdateSchemaCacheResponse {}\n\nexport interface RemoveContentsByFilterRequest {\n  /** the query filter content to delete */\n  query?: CursorQuery;\n}\n\nexport interface RemoveContentsByFilterResponse {\n  /**\n   * follow the remove job.\n   * @maxLength 128\n   */\n  jobId?: string | null;\n}\n\nexport interface RepublishContentByFilterRequest {\n  /** the query filter content to delete */\n  query?: CursorQuery;\n  /** the maximum to try and republish in one request - if content exceed this the a cursor will be returned */\n  maxToPublish?: number | null;\n}\n\nexport interface RepublishContentByFilterResponse {\n  /** Details on the paged set of results returned. */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface ChangeContentLocaleRequest\n  extends ChangeContentLocaleRequestQueryContextOneOf {\n  /**\n   * Specifies source locale filter for initial selection query.\n   * @maxLength 20\n   * @format LANGUAGE_TAG\n   */\n  sourceLocale?: string;\n  /** Indicates the cursor for paginated query processing. */\n  cursorPaging?: CursorPaging;\n  /**\n   * Specifies target locale to change to\n   * @maxLength 20\n   * @format LANGUAGE_TAG\n   */\n  targetLocale?: string;\n}\n\n/** @oneof */\nexport interface ChangeContentLocaleRequestQueryContextOneOf {\n  /**\n   * Specifies source locale filter for initial selection query.\n   * @maxLength 20\n   * @format LANGUAGE_TAG\n   */\n  sourceLocale?: string;\n  /** Indicates the cursor for paginated query processing. */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface ChangeContentLocaleResponse {\n  /** Details on the paged set of content items with changed locale. */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface RestoreFromTrashBinByQueryRequest {\n  /** Query options. */\n  query?: CursorQuery;\n}\n\nexport interface RestoreFromTrashBinByQueryResponse {\n  /**\n   * Items created by bulk action.\n   * @maxSize 100\n   */\n  results?: RestoreFromTrashBinByQueryResponseBulkContentResult[];\n  /** Bulk action metadata. */\n  bulkRestoreMetadata?: BulkActionMetadata;\n  /** Details on the paged set of results restored. */\n  pagingMetadata?: CursorPagingMetadata;\n  /**\n   * List of IDs of the successfully restored items.\n   * @maxSize 100\n   * @maxLength 1000\n   */\n  successfullyIdsRestoredSummary?: string[];\n  /**\n   * List of IDs of the failed restored items.\n   * @maxSize 100\n   * @maxLength 1000\n   */\n  failedIdsRestoredSummary?: string[];\n}\n\nexport interface RestoreFromTrashBinByQueryResponseBulkContentResult {\n  /** Item metadata. */\n  itemMetadata?: ItemMetadata;\n}\n\n/** Request to get translation content word count statistics for a site. */\nexport interface GetContentWordCountRequest {\n  /**\n   * Source language for the translatable content (typically a site's primary language), in IETF BCP 47 language tag format. For example, `en-US` for English as used in the U.S.\n   * @format LANGUAGE_TAG\n   */\n  sourceLanguage: string;\n  /**\n   * Target language for translation content to include in the response. When omitted, returns only source language statistics without translation progress metrics, in IETF BCP 47 language tag format. For example, `fr-FR` for French as used in France.\n   * @format LANGUAGE_TAG\n   */\n  targetLanguage?: string | null;\n}\n\nexport interface GetContentWordCountResponse {\n  /** Number of words in the source language across all translation content. */\n  sourceWordCount?: number;\n  /** Number of words translated into the target language. Returned only when `targetLanguage` is specified. */\n  translatedWordCount?: number | null;\n  /** Number of translated words that are outdated due to source content modifications after translation. Returned only when `targetLanguage` is specified. */\n  outdatedTranslatedWordCount?: number | null;\n  /** Number of fields in the source language across all translation schemas. */\n  totalFieldCount?: number;\n  /** Number of fields translated into the target language. Returned only when `targetLanguage` is specified. */\n  translatedFieldCount?: number | null;\n  /** Number of translated fields that are outdated due to source content modifications after translation. Returned only when `targetLanguage` is specified. */\n  outdatedTranslatedFieldCount?: number | null;\n  /**\n   * Word counts and field counts broken down by schema. Includes all schemas with translation content, whether translated or not.\n   * @maxSize 500\n   */\n  schemaWordCount?: SchemaWordCount[];\n}\n\nexport interface SchemaWordCount {\n  /**\n   * Translation schema ID.\n   * @format GUID\n   */\n  schemaId?: string;\n  /** Number of words in the source language for this schema. */\n  sourceWordCount?: number;\n  /** Number of words translated into the target language for this schema. Returned only when `targetLanguage` is specified. */\n  translatedWordCount?: number | null;\n  /** Number of translated words that are outdated due to source content modifications after translation for this schema. Returned only when `targetLanguage` is specified. */\n  outdatedTranslatedWordCount?: number | null;\n  /** Number of fields in the source language for this schema. */\n  totalFieldCount?: number;\n  /** Number of fields translated into the target language for this schema. Returned only when `targetLanguage` is specified. */\n  translatedFieldCount?: number | null;\n  /** Number of translated fields that are outdated due to source content modifications after translation for this schema. Returned only when `targetLanguage` is specified. */\n  outdatedTranslatedFieldCount?: number | null;\n}\n\nexport interface MessageEnvelope {\n  /**\n   * App instance ID.\n   * @format GUID\n   */\n  instanceId?: string | null;\n  /**\n   * Event type.\n   * @maxLength 150\n   */\n  eventType?: string;\n  /** The identification type and identity data. */\n  identity?: IdentificationData;\n  /** Stringify payload. */\n  data?: string;\n  /** Details related to the account */\n  accountInfo?: AccountInfo;\n}\n\nexport interface IdentificationData extends IdentificationDataIdOneOf {\n  /**\n   * ID of a site visitor that has not logged in to the site.\n   * @format GUID\n   */\n  anonymousVisitorId?: string;\n  /**\n   * ID of a site visitor that has logged in to the site.\n   * @format GUID\n   */\n  memberId?: string;\n  /**\n   * ID of a Wix user (site owner, contributor, etc.).\n   * @format GUID\n   */\n  wixUserId?: string;\n  /**\n   * ID of an app.\n   * @format GUID\n   */\n  appId?: string;\n  /** @readonly */\n  identityType?: WebhookIdentityTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface IdentificationDataIdOneOf {\n  /**\n   * ID of a site visitor that has not logged in to the site.\n   * @format GUID\n   */\n  anonymousVisitorId?: string;\n  /**\n   * ID of a site visitor that has logged in to the site.\n   * @format GUID\n   */\n  memberId?: string;\n  /**\n   * ID of a Wix user (site owner, contributor, etc.).\n   * @format GUID\n   */\n  wixUserId?: string;\n  /**\n   * ID of an app.\n   * @format GUID\n   */\n  appId?: string;\n}\n\nexport enum WebhookIdentityType {\n  UNKNOWN = 'UNKNOWN',\n  ANONYMOUS_VISITOR = 'ANONYMOUS_VISITOR',\n  MEMBER = 'MEMBER',\n  WIX_USER = 'WIX_USER',\n  APP = 'APP',\n}\n\n/** @enumType */\nexport type WebhookIdentityTypeWithLiterals =\n  | WebhookIdentityType\n  | 'UNKNOWN'\n  | 'ANONYMOUS_VISITOR'\n  | 'MEMBER'\n  | 'WIX_USER'\n  | 'APP';\n\nexport interface AccountInfo {\n  /**\n   * ID of the Wix account associated with the event.\n   * @format GUID\n   */\n  accountId?: string | null;\n  /**\n   * ID of the parent Wix account. Only included when accountId belongs to a child account.\n   * @format GUID\n   */\n  parentAccountId?: string | null;\n  /**\n   * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.\n   * @format GUID\n   */\n  siteId?: string | null;\n}\n","import * as ambassadorWixMultilingualTranslationV1Content from './multilingual-translation-v1-content-translation-contents.http.js';\nimport * as ambassadorWixMultilingualTranslationV1ContentTypes from './multilingual-translation-v1-content-translation-contents.types.js';\nimport * as ambassadorWixMultilingualTranslationV1ContentUniversalTypes from './multilingual-translation-v1-content-translation-contents.universal.js';\n\nexport type __PublicMethodMetaInfo<\n  K = string,\n  M = unknown,\n  T = unknown,\n  S = unknown,\n  Q = unknown,\n  R = unknown\n> = {\n  getUrl: (context: any) => string;\n  httpMethod: K;\n  path: string;\n  pathParams: M;\n  __requestType: T;\n  __originalRequestType: S;\n  __responseType: Q;\n  __originalResponseType: R;\n};\n\nexport function createContent(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.CreateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.CreateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.CreateContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.CreateContentResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.createContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/contents',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function getContent(): __PublicMethodMetaInfo<\n  'GET',\n  { contentId: string },\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.GetContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.GetContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.GetContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.GetContentResponse\n> {\n  const payload = { contentId: ':contentId' } as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.getContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v1/contents/{contentId}',\n    pathParams: { contentId: 'contentId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function updateContent(): __PublicMethodMetaInfo<\n  'PATCH',\n  { contentId: string },\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.UpdateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.UpdateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.UpdateContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.UpdateContentResponse\n> {\n  const payload = { content: { id: ':contentId' } } as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.updateContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'PATCH',\n    path: '/v1/contents/{content.id}',\n    pathParams: { contentId: 'contentId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function updateContentByKey(): __PublicMethodMetaInfo<\n  'PATCH',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.UpdateContentByKeyRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.UpdateContentByKeyRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.UpdateContentByKeyResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.UpdateContentByKeyResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.updateContentByKey(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'PATCH',\n    path: '/v1/contents/by-key',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function deleteContent(): __PublicMethodMetaInfo<\n  'DELETE',\n  { contentId: string },\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.DeleteContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.DeleteContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.DeleteContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.DeleteContentResponse\n> {\n  const payload = { contentId: ':contentId' } as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.deleteContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'DELETE',\n    path: '/v1/contents/{contentId}',\n    pathParams: { contentId: 'contentId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function queryContents(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.QueryContentsRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.QueryContentsRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.QueryContentsResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.QueryContentsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.queryContents(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/contents/query',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function searchContents(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.SearchContentsRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.SearchContentsRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.SearchContentsResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.SearchContentsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.searchContents(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/contents/search',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkCreateContent(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkCreateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkCreateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkCreateContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkCreateContentResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.bulkCreateContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/bulk/contents/create',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateContent(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkUpdateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkUpdateContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkUpdateContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkUpdateContentResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.bulkUpdateContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/bulk/contents/update',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateContentByKey(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkUpdateContentByKeyRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkUpdateContentByKeyRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkUpdateContentByKeyResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkUpdateContentByKeyResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.bulkUpdateContentByKey(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/bulk/contents/update-by-key',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkDeleteContent(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkDeleteContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkDeleteContentRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.BulkDeleteContentResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.BulkDeleteContentResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.bulkDeleteContent(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v1/bulk/contents/delete',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function getContentWordCount(): __PublicMethodMetaInfo<\n  'GET',\n  { sourceLanguage: string },\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.GetContentWordCountRequest,\n  ambassadorWixMultilingualTranslationV1ContentTypes.GetContentWordCountRequest,\n  ambassadorWixMultilingualTranslationV1ContentUniversalTypes.GetContentWordCountResponse,\n  ambassadorWixMultilingualTranslationV1ContentTypes.GetContentWordCountResponse\n> {\n  const payload = { sourceLanguage: ':sourceLanguage' } as any;\n\n  const getRequestOptions =\n    ambassadorWixMultilingualTranslationV1Content.getContentWordCount(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v1/contents/word-count/{sourceLanguage}',\n    pathParams: { sourceLanguage: 'sourceLanguage' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport {\n  Content as ContentOriginal,\n  ContentField as ContentFieldOriginal,\n  ContentFieldValueOneOf as ContentFieldValueOneOfOriginal,\n  RichContent as RichContentOriginal,\n  Node as NodeOriginal,\n  NodeDataOneOf as NodeDataOneOfOriginal,\n  NodeType as NodeTypeOriginal,\n  NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal,\n  NodeStyle as NodeStyleOriginal,\n  ButtonData as ButtonDataOriginal,\n  BackgroundType as BackgroundTypeOriginal,\n  BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal,\n  Gradient as GradientOriginal,\n  GradientType as GradientTypeOriginal,\n  GradientTypeWithLiterals as GradientTypeWithLiteralsOriginal,\n  Stop as StopOriginal,\n  Border as BorderOriginal,\n  Colors as ColorsOriginal,\n  Background as BackgroundOriginal,\n  PluginContainerData as PluginContainerDataOriginal,\n  WidthType as WidthTypeOriginal,\n  WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal,\n  PluginContainerDataWidth as PluginContainerDataWidthOriginal,\n  PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal,\n  PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,\n  PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal,\n  Spoiler as SpoilerOriginal,\n  Height as HeightOriginal,\n  ButtonDataType as ButtonDataTypeOriginal,\n  ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal,\n  Styles as StylesOriginal,\n  Link as LinkOriginal,\n  LinkDataOneOf as LinkDataOneOfOriginal,\n  Target as TargetOriginal,\n  TargetWithLiterals as TargetWithLiteralsOriginal,\n  Rel as RelOriginal,\n  CodeBlockData as CodeBlockDataOriginal,\n  TextStyle as TextStyleOriginal,\n  TextAlignment as TextAlignmentOriginal,\n  TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal,\n  DividerData as DividerDataOriginal,\n  LineStyle as LineStyleOriginal,\n  LineStyleWithLiterals as LineStyleWithLiteralsOriginal,\n  Width as WidthOriginal,\n  WidthWithLiterals as WidthWithLiteralsOriginal,\n  DividerDataAlignment as DividerDataAlignmentOriginal,\n  DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal,\n  FileData as FileDataOriginal,\n  ViewMode as ViewModeOriginal,\n  ViewModeWithLiterals as ViewModeWithLiteralsOriginal,\n  FileSource as FileSourceOriginal,\n  FileSourceDataOneOf as FileSourceDataOneOfOriginal,\n  PDFSettings as PDFSettingsOriginal,\n  GalleryData as GalleryDataOriginal,\n  Media as MediaOriginal,\n  ItemImage as ItemImageOriginal,\n  Video as VideoOriginal,\n  Item as ItemOriginal,\n  ItemDataOneOf as ItemDataOneOfOriginal,\n  GalleryOptions as GalleryOptionsOriginal,\n  LayoutType as LayoutTypeOriginal,\n  LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal,\n  Orientation as OrientationOriginal,\n  OrientationWithLiterals as OrientationWithLiteralsOriginal,\n  Crop as CropOriginal,\n  CropWithLiterals as CropWithLiteralsOriginal,\n  ThumbnailsAlignment as ThumbnailsAlignmentOriginal,\n  ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal,\n  GalleryOptionsLayout as GalleryOptionsLayoutOriginal,\n  ItemStyle as ItemStyleOriginal,\n  Thumbnails as ThumbnailsOriginal,\n  GIFData as GIFDataOriginal,\n  GIF as GIFOriginal,\n  GIFType as GIFTypeOriginal,\n  GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal,\n  HeadingData as HeadingDataOriginal,\n  HTMLData as HTMLDataOriginal,\n  HTMLDataDataOneOf as HTMLDataDataOneOfOriginal,\n  Source as SourceOriginal,\n  SourceWithLiterals as SourceWithLiteralsOriginal,\n  ImageData as ImageDataOriginal,\n  StylesBorder as StylesBorderOriginal,\n  ImageDataStyles as ImageDataStylesOriginal,\n  LinkPreviewData as LinkPreviewDataOriginal,\n  StylesPosition as StylesPositionOriginal,\n  StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal,\n  LinkPreviewDataStyles as LinkPreviewDataStylesOriginal,\n  MapData as MapDataOriginal,\n  MapSettings as MapSettingsOriginal,\n  MapType as MapTypeOriginal,\n  MapTypeWithLiterals as MapTypeWithLiteralsOriginal,\n  ParagraphData as ParagraphDataOriginal,\n  PollData as PollDataOriginal,\n  ViewRole as ViewRoleOriginal,\n  ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal,\n  VoteRole as VoteRoleOriginal,\n  VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal,\n  Permissions as PermissionsOriginal,\n  Option as OptionOriginal,\n  Settings as SettingsOriginal,\n  PollLayoutType as PollLayoutTypeOriginal,\n  PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal,\n  PollLayoutDirection as PollLayoutDirectionOriginal,\n  PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal,\n  PollLayout as PollLayoutOriginal,\n  OptionLayout as OptionLayoutOriginal,\n  PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,\n  PollDesignBackgroundTypeWithLiterals as PollDesignBackgroundTypeWithLiteralsOriginal,\n  BackgroundGradient as BackgroundGradientOriginal,\n  PollDesignBackground as PollDesignBackgroundOriginal,\n  PollDesignBackgroundBackgroundOneOf as PollDesignBackgroundBackgroundOneOfOriginal,\n  PollDesign as PollDesignOriginal,\n  OptionDesign as OptionDesignOriginal,\n  Poll as PollOriginal,\n  PollDataLayout as PollDataLayoutOriginal,\n  Design as DesignOriginal,\n  TextData as TextDataOriginal,\n  Decoration as DecorationOriginal,\n  DecorationDataOneOf as DecorationDataOneOfOriginal,\n  DecorationType as DecorationTypeOriginal,\n  DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal,\n  AnchorData as AnchorDataOriginal,\n  ColorData as ColorDataOriginal,\n  LinkData as LinkDataOriginal,\n  MentionData as MentionDataOriginal,\n  FontSizeData as FontSizeDataOriginal,\n  FontType as FontTypeOriginal,\n  FontTypeWithLiterals as FontTypeWithLiteralsOriginal,\n  SpoilerData as SpoilerDataOriginal,\n  FontFamilyData as FontFamilyDataOriginal,\n  AppEmbedData as AppEmbedDataOriginal,\n  AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal,\n  Position as PositionOriginal,\n  PositionWithLiterals as PositionWithLiteralsOriginal,\n  AspectRatio as AspectRatioOriginal,\n  AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal,\n  Resizing as ResizingOriginal,\n  ResizingWithLiterals as ResizingWithLiteralsOriginal,\n  Placement as PlacementOriginal,\n  PlacementWithLiterals as PlacementWithLiteralsOriginal,\n  Type as TypeOriginal,\n  TypeWithLiterals as TypeWithLiteralsOriginal,\n  Alignment as AlignmentOriginal,\n  AlignmentWithLiterals as AlignmentWithLiteralsOriginal,\n  Layout as LayoutOriginal,\n  LayoutWithLiterals as LayoutWithLiteralsOriginal,\n  AppType as AppTypeOriginal,\n  AppTypeWithLiterals as AppTypeWithLiteralsOriginal,\n  BookingData as BookingDataOriginal,\n  EventData as EventDataOriginal,\n  ButtonStyles as ButtonStylesOriginal,\n  ImageStyles as ImageStylesOriginal,\n  RibbonStyles as RibbonStylesOriginal,\n  CardStyles as CardStylesOriginal,\n  PricingData as PricingDataOriginal,\n  VideoData as VideoDataOriginal,\n  PlaybackOptions as PlaybackOptionsOriginal,\n  EmbedData as EmbedDataOriginal,\n  Oembed as OembedOriginal,\n  CollapsibleListData as CollapsibleListDataOriginal,\n  InitialExpandedItems as InitialExpandedItemsOriginal,\n  InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal,\n  Direction as DirectionOriginal,\n  DirectionWithLiterals as DirectionWithLiteralsOriginal,\n  TableData as TableDataOriginal,\n  Dimensions as DimensionsOriginal,\n  TableCellData as TableCellDataOriginal,\n  VerticalAlignment as VerticalAlignmentOriginal,\n  VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal,\n  CellStyle as CellStyleOriginal,\n  BorderColors as BorderColorsOriginal,\n  BorderWidths as BorderWidthsOriginal,\n  NullValue as NullValueOriginal,\n  NullValueWithLiterals as NullValueWithLiteralsOriginal,\n  ListValue as ListValueOriginal,\n  AudioData as AudioDataOriginal,\n  OrderedListData as OrderedListDataOriginal,\n  BulletedListData as BulletedListDataOriginal,\n  BlockquoteData as BlockquoteDataOriginal,\n  CaptionData as CaptionDataOriginal,\n  LayoutData as LayoutDataOriginal,\n  ImageScalingScaling as ImageScalingScalingOriginal,\n  ImageScalingScalingWithLiterals as ImageScalingScalingWithLiteralsOriginal,\n  ImagePosition as ImagePositionOriginal,\n  ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal,\n  Origin as OriginOriginal,\n  OriginWithLiterals as OriginWithLiteralsOriginal,\n  LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,\n  LayoutDataBackgroundTypeWithLiterals as LayoutDataBackgroundTypeWithLiteralsOriginal,\n  BackdropType as BackdropTypeOriginal,\n  BackdropTypeWithLiterals as BackdropTypeWithLiteralsOriginal,\n  LayoutDataBackgroundImage as LayoutDataBackgroundImageOriginal,\n  VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal,\n  VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal,\n  ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,\n  ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal,\n  DesignTarget as DesignTargetOriginal,\n  DesignTargetWithLiterals as DesignTargetWithLiteralsOriginal,\n  Banner as BannerOriginal,\n  LayoutDataBackground as LayoutDataBackgroundOriginal,\n  Backdrop as BackdropOriginal,\n  LayoutCellData as LayoutCellDataOriginal,\n  ShapeData as ShapeDataOriginal,\n  ShapeDataStyles as ShapeDataStylesOriginal,\n  CardData as CardDataOriginal,\n  Scaling as ScalingOriginal,\n  ScalingWithLiterals as ScalingWithLiteralsOriginal,\n  ImagePositionPosition as ImagePositionPositionOriginal,\n  ImagePositionPositionWithLiterals as ImagePositionPositionWithLiteralsOriginal,\n  CardDataBackgroundType as CardDataBackgroundTypeOriginal,\n  CardDataBackgroundTypeWithLiterals as CardDataBackgroundTypeWithLiteralsOriginal,\n  CardDataBackground as CardDataBackgroundOriginal,\n  BackgroundImage as BackgroundImageOriginal,\n  TocData as TocDataOriginal,\n  ListStyle as ListStyleOriginal,\n  ListStyleWithLiterals as ListStyleWithLiteralsOriginal,\n  Indentation as IndentationOriginal,\n  IndentationWithLiterals as IndentationWithLiteralsOriginal,\n  Metadata as MetadataOriginal,\n  DocumentStyle as DocumentStyleOriginal,\n  TextNodeStyle as TextNodeStyleOriginal,\n  Image as ImageOriginal,\n  VideoV2 as VideoV2Original,\n  VideoResolution as VideoResolutionOriginal,\n  Document as DocumentOriginal,\n  UpdaterIdentity as UpdaterIdentityOriginal,\n  UpdaterIdentityWithLiterals as UpdaterIdentityWithLiteralsOriginal,\n  PublishStatus as PublishStatusOriginal,\n  PublishStatusWithLiterals as PublishStatusWithLiteralsOriginal,\n  CreateContentRequest as CreateContentRequestOriginal,\n  CreateContentResponse as CreateContentResponseOriginal,\n  GetContentRequest as GetContentRequestOriginal,\n  GetContentResponse as GetContentResponseOriginal,\n  UpdateContentRequest as UpdateContentRequestOriginal,\n  UpdateContentResponse as UpdateContentResponseOriginal,\n  UpdateContentByKeyRequest as UpdateContentByKeyRequestOriginal,\n  UpdateContentByKeyResponse as UpdateContentByKeyResponseOriginal,\n  DeleteContentRequest as DeleteContentRequestOriginal,\n  DeleteContentResponse as DeleteContentResponseOriginal,\n  QueryContentsRequest as QueryContentsRequestOriginal,\n  CursorQuery as CursorQueryOriginal,\n  CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal,\n  Sorting as SortingOriginal,\n  SortOrder as SortOrderOriginal,\n  SortOrderWithLiterals as SortOrderWithLiteralsOriginal,\n  CursorPaging as CursorPagingOriginal,\n  QueryContentsResponse as QueryContentsResponseOriginal,\n  CursorPagingMetadata as CursorPagingMetadataOriginal,\n  Cursors as CursorsOriginal,\n  QueryContentsLegacyRequest as QueryContentsLegacyRequestOriginal,\n  QueryV2 as QueryV2Original,\n  QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOfOriginal,\n  Paging as PagingOriginal,\n  QueryContentsLegacyResponse as QueryContentsLegacyResponseOriginal,\n  PagingMetadataV2 as PagingMetadataV2Original,\n  SearchContentsRequest as SearchContentsRequestOriginal,\n  CursorSearch as CursorSearchOriginal,\n  CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOfOriginal,\n  Aggregation as AggregationOriginal,\n  AggregationKindOneOf as AggregationKindOneOfOriginal,\n  RangeBucket as RangeBucketOriginal,\n  SortType as SortTypeOriginal,\n  SortTypeWithLiterals as SortTypeWithLiteralsOriginal,\n  SortDirection as SortDirectionOriginal,\n  SortDirectionWithLiterals as SortDirectionWithLiteralsOriginal,\n  MissingValues as MissingValuesOriginal,\n  MissingValuesWithLiterals as MissingValuesWithLiteralsOriginal,\n  IncludeMissingValuesOptions as IncludeMissingValuesOptionsOriginal,\n  ScalarType as ScalarTypeOriginal,\n  ScalarTypeWithLiterals as ScalarTypeWithLiteralsOriginal,\n  ValueAggregation as ValueAggregationOriginal,\n  ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOfOriginal,\n  NestedAggregationType as NestedAggregationTypeOriginal,\n  NestedAggregationTypeWithLiterals as NestedAggregationTypeWithLiteralsOriginal,\n  RangeAggregation as RangeAggregationOriginal,\n  ScalarAggregation as ScalarAggregationOriginal,\n  DateHistogramAggregation as DateHistogramAggregationOriginal,\n  Interval as IntervalOriginal,\n  IntervalWithLiterals as IntervalWithLiteralsOriginal,\n  NestedAggregationItem as NestedAggregationItemOriginal,\n  NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOfOriginal,\n  AggregationType as AggregationTypeOriginal,\n  AggregationTypeWithLiterals as AggregationTypeWithLiteralsOriginal,\n  NestedAggregation as NestedAggregationOriginal,\n  GroupByAggregation as GroupByAggregationOriginal,\n  GroupByAggregationKindOneOf as GroupByAggregationKindOneOfOriginal,\n  SearchDetails as SearchDetailsOriginal,\n  Mode as ModeOriginal,\n  ModeWithLiterals as ModeWithLiteralsOriginal,\n  SearchContentsResponse as SearchContentsResponseOriginal,\n  AggregationData as AggregationDataOriginal,\n  ValueAggregationResult as ValueAggregationResultOriginal,\n  RangeAggregationResult as RangeAggregationResultOriginal,\n  NestedAggregationResults as NestedAggregationResultsOriginal,\n  NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOfOriginal,\n  ValueResults as ValueResultsOriginal,\n  RangeResults as RangeResultsOriginal,\n  AggregationResultsScalarResult as AggregationResultsScalarResultOriginal,\n  NestedValueAggregationResult as NestedValueAggregationResultOriginal,\n  ValueResult as ValueResultOriginal,\n  RangeResult as RangeResultOriginal,\n  ScalarResult as ScalarResultOriginal,\n  NestedResultValue as NestedResultValueOriginal,\n  NestedResultValueResultOneOf as NestedResultValueResultOneOfOriginal,\n  Results as ResultsOriginal,\n  DateHistogramResult as DateHistogramResultOriginal,\n  GroupByValueResults as GroupByValueResultsOriginal,\n  DateHistogramResults as DateHistogramResultsOriginal,\n  NestedResults as NestedResultsOriginal,\n  AggregationResults as AggregationResultsOriginal,\n  AggregationResultsResultOneOf as AggregationResultsResultOneOfOriginal,\n  BulkCreateContentRequest as BulkCreateContentRequestOriginal,\n  BulkCreateContentResponse as BulkCreateContentResponseOriginal,\n  ItemMetadata as ItemMetadataOriginal,\n  ApplicationError as ApplicationErrorOriginal,\n  BulkContentResult as BulkContentResultOriginal,\n  BulkActionMetadata as BulkActionMetadataOriginal,\n  BulkUpdateContentRequest as BulkUpdateContentRequestOriginal,\n  BulkUpdateContentRequestMaskedContent as BulkUpdateContentRequestMaskedContentOriginal,\n  BulkUpdateContentResponse as BulkUpdateContentResponseOriginal,\n  BulkUpdateContentResponseBulkContentResult as BulkUpdateContentResponseBulkContentResultOriginal,\n  BulkUpdateContentByKeyRequest as BulkUpdateContentByKeyRequestOriginal,\n  MaskedContent as MaskedContentOriginal,\n  BulkUpdateContentByKeyResponse as BulkUpdateContentByKeyResponseOriginal,\n  BulkUpdateContentByKeyResponseBulkContentResult as BulkUpdateContentByKeyResponseBulkContentResultOriginal,\n  PermissiveBulkUpdateContentRequest as PermissiveBulkUpdateContentRequestOriginal,\n  PermissiveBulkUpdateContentRequestMaskedContent as PermissiveBulkUpdateContentRequestMaskedContentOriginal,\n  PermissiveBulkUpdateContentResponse as PermissiveBulkUpdateContentResponseOriginal,\n  PermissiveBulkUpdateContentResponseBulkContentResult as PermissiveBulkUpdateContentResponseBulkContentResultOriginal,\n  BulkDeleteContentRequest as BulkDeleteContentRequestOriginal,\n  BulkDeleteContentResponse as BulkDeleteContentResponseOriginal,\n  BulkDeleteContentResponseBulkContentResult as BulkDeleteContentResponseBulkContentResultOriginal,\n  MetaSiteSpecialEvent as MetaSiteSpecialEventOriginal,\n  MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOfOriginal,\n  Asset as AssetOriginal,\n  State as StateOriginal,\n  StateWithLiterals as StateWithLiteralsOriginal,\n  SiteCreated as SiteCreatedOriginal,\n  SiteCreatedContext as SiteCreatedContextOriginal,\n  SiteCreatedContextWithLiterals as SiteCreatedContextWithLiteralsOriginal,\n  Namespace as NamespaceOriginal,\n  NamespaceWithLiterals as NamespaceWithLiteralsOriginal,\n  SiteTransferred as SiteTransferredOriginal,\n  SiteDeleted as SiteDeletedOriginal,\n  DeleteContext as DeleteContextOriginal,\n  DeleteStatus as DeleteStatusOriginal,\n  DeleteStatusWithLiterals as DeleteStatusWithLiteralsOriginal,\n  SiteUndeleted as SiteUndeletedOriginal,\n  SitePublished as SitePublishedOriginal,\n  SiteUnpublished as SiteUnpublishedOriginal,\n  SiteMarkedAsTemplate as SiteMarkedAsTemplateOriginal,\n  SiteMarkedAsWixSite as SiteMarkedAsWixSiteOriginal,\n  ServiceProvisioned as ServiceProvisionedOriginal,\n  ServiceRemoved as ServiceRemovedOriginal,\n  SiteRenamed as SiteRenamedOriginal,\n  SiteHardDeleted as SiteHardDeletedOriginal,\n  NamespaceChanged as NamespaceChangedOriginal,\n  StudioAssigned as StudioAssignedOriginal,\n  StudioUnassigned as StudioUnassignedOriginal,\n  SiteUrlChanged as SiteUrlChangedOriginal,\n  SitePurgedExternally as SitePurgedExternallyOriginal,\n  OdeditorAssigned as OdeditorAssignedOriginal,\n  OdeditorUnassigned as OdeditorUnassignedOriginal,\n  PicassoAssigned as PicassoAssignedOriginal,\n  PicassoUnassigned as PicassoUnassignedOriginal,\n  WixelAssigned as WixelAssignedOriginal,\n  WixelUnassigned as WixelUnassignedOriginal,\n  StudioTwoAssigned as StudioTwoAssignedOriginal,\n  StudioTwoUnassigned as StudioTwoUnassignedOriginal,\n  UserDomainMediaEnabled as UserDomainMediaEnabledOriginal,\n  UserDomainMediaDisabled as UserDomainMediaDisabledOriginal,\n  EditorlessAssigned as EditorlessAssignedOriginal,\n  EditorlessUnassigned as EditorlessUnassignedOriginal,\n  Empty as EmptyOriginal,\n  DomainEvent as DomainEventOriginal,\n  DomainEventBodyOneOf as DomainEventBodyOneOfOriginal,\n  EntityCreatedEvent as EntityCreatedEventOriginal,\n  RestoreInfo as RestoreInfoOriginal,\n  EntityUpdatedEvent as EntityUpdatedEventOriginal,\n  EntityDeletedEvent as EntityDeletedEventOriginal,\n  ActionEvent as ActionEventOriginal,\n  UpdateSchemaCacheRequest as UpdateSchemaCacheRequestOriginal,\n  Schema as SchemaOriginal,\n  SchemaKey as SchemaKeyOriginal,\n  SchemaScope as SchemaScopeOriginal,\n  SchemaScopeWithLiterals as SchemaScopeWithLiteralsOriginal,\n  SchemaField as SchemaFieldOriginal,\n  FieldType as FieldTypeOriginal,\n  FieldTypeWithLiterals as FieldTypeWithLiteralsOriginal,\n  PreviewFields as PreviewFieldsOriginal,\n  UpdateSchemaCacheResponse as UpdateSchemaCacheResponseOriginal,\n  RemoveContentsByFilterRequest as RemoveContentsByFilterRequestOriginal,\n  RemoveContentsByFilterResponse as RemoveContentsByFilterResponseOriginal,\n  RepublishContentByFilterRequest as RepublishContentByFilterRequestOriginal,\n  RepublishContentByFilterResponse as RepublishContentByFilterResponseOriginal,\n  ChangeContentLocaleRequest as ChangeContentLocaleRequestOriginal,\n  ChangeContentLocaleRequestQueryContextOneOf as ChangeContentLocaleRequestQueryContextOneOfOriginal,\n  ChangeContentLocaleResponse as ChangeContentLocaleResponseOriginal,\n  RestoreFromTrashBinByQueryRequest as RestoreFromTrashBinByQueryRequestOriginal,\n  RestoreFromTrashBinByQueryResponse as RestoreFromTrashBinByQueryResponseOriginal,\n  RestoreFromTrashBinByQueryResponseBulkContentResult as RestoreFromTrashBinByQueryResponseBulkContentResultOriginal,\n  GetContentWordCountRequest as GetContentWordCountRequestOriginal,\n  GetContentWordCountResponse as GetContentWordCountResponseOriginal,\n  SchemaWordCount as SchemaWordCountOriginal,\n  MessageEnvelope as MessageEnvelopeOriginal,\n  IdentificationData as IdentificationDataOriginal,\n  IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal,\n  WebhookIdentityType as WebhookIdentityTypeOriginal,\n  WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal,\n  AccountInfo as AccountInfoOriginal,\n} from './multilingual-translation-v1-content-translation-contents.types.js';\n"],"mappings":"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AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,QACF;AAAA,MACF;AAAA,IACF,CAAC;AACD,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,gEAAgE;AAAA,QACnE,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,oCAAoC;AAAA,YAC5C;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,gDAAgD;AAAA,YACxD,EAAE,MAAM,gDAAgD;AAAA,YACxD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,wDAAwD;AAAA,YAChE,EAAE,MAAM,mDAAmD;AAAA,UAC7D;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,gEAAgE;AAAA,QACnE,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AASO,SAAS,oBACd,SAC4B;AAC5B,WAAS,sBAAsB,EAAE,KAAK,GAAQ;AAC5C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,gEAAgE;AAAA,QACnE,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,IACnC;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;;;AChtEO,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,mBAAgB;AAChB,EAAAA,UAAA,kBAAe;AACf,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,gBAAa;AACb,EAAAA,UAAA,gBAAa;AACb,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,kBAAe;AAEf,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,sBAAmB;AACnB,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,sBAAmB;AACnB,EAAAA,UAAA,4BAAyB;AACzB,EAAAA,UAAA,2BAAwB;AACxB,EAAAA,UAAA,gBAAa;AACb,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,cAAW;AACX,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,iBAAc;AACd,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,SAAM;AArCI,SAAAA;AAAA,GAAA;AAuGL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,WAAQ;AAER,EAAAA,gBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAiCL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAET,EAAAA,cAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AA8EL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,aAAU;AAEV,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,gBAAa;AARH,SAAAA;AAAA,GAAA;AA+CL,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,YAAS;AAET,EAAAA,8BAAA,UAAO;AAEP,EAAAA,8BAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AA8BL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,UAAO;AAEP,EAAAA,gBAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAiGL,IAAK,SAAL,kBAAKC,YAAL;AAEL,EAAAA,QAAA,UAAO;AAEP,EAAAA,QAAA,WAAQ;AAER,EAAAA,QAAA,YAAS;AAET,EAAAA,QAAA,SAAM;AARI,SAAAA;AAAA,GAAA;AAqCL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,UAAO;AAEP,EAAAA,eAAA,UAAO;AAEP,EAAAA,eAAA,WAAQ;AAER,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,aAAU;AAVA,SAAAA;AAAA,GAAA;AAiCL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAmBL,IAAK,QAAL,kBAAKC,WAAL;AAEL,EAAAA,OAAA,WAAQ;AAER,EAAAA,OAAA,YAAS;AAET,EAAAA,OAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAYL,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,YAAS;AAET,EAAAA,sBAAA,UAAO;AAEP,EAAAA,sBAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAwCL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AAuHL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,aAAU;AAEV,EAAAA,YAAA,aAAU;AAEV,EAAAA,YAAA,UAAO;AAEP,EAAAA,YAAA,eAAY;AAEZ,EAAAA,YAAA,YAAS;AAET,EAAAA,YAAA,eAAY;AAEZ,EAAAA,YAAA,cAAW;AAEX,EAAAA,YAAA,YAAS;AAET,EAAAA,YAAA,WAAQ;AAER,EAAAA,YAAA,cAAW;AApBD,SAAAA;AAAA,GAAA;AAqCL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,UAAO;AAEP,EAAAA,aAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAUL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,UAAO;AAEP,EAAAA,MAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAUL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,UAAO;AAVG,SAAAA;AAAA,GAAA;AAsFL,IAAK,UAAL,kBAAKC,aAAL;AACL,EAAAA,SAAA,YAAS;AACT,EAAAA,SAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAoDL,IAAK,SAAL,kBAAKC,YAAL;AACL,EAAAA,QAAA,UAAO;AACP,EAAAA,QAAA,aAAU;AACV,EAAAA,QAAA,QAAK;AACL,EAAAA,QAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAyEL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,WAAQ;AAER,EAAAA,gBAAA,SAAM;AAEN,EAAAA,gBAAA,SAAM;AAEN,EAAAA,gBAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAqFL,IAAK,UAAL,kBAAKC,aAAL;AAEL,EAAAA,SAAA,aAAU;AAEV,EAAAA,SAAA,cAAW;AAEX,EAAAA,SAAA,YAAS;AAET,EAAAA,SAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AAuCL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,aAAU;AAEV,EAAAA,UAAA,YAAS;AAET,EAAAA,UAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAYL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,kBAAe;AAEf,EAAAA,UAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAqCL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,UAAO;AAEP,EAAAA,gBAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAUL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AA2BL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAyKL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,UAAO;AACP,EAAAA,gBAAA,YAAS;AACT,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,aAAU;AACV,EAAAA,gBAAA,YAAS;AACT,EAAAA,gBAAA,aAAU;AACV,EAAAA,gBAAA,UAAO;AACP,EAAAA,gBAAA,WAAQ;AACR,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,mBAAgB;AAChB,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,iBAAc;AAdJ,SAAAA;AAAA,GAAA;AAoEL,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,QAAK;AACL,EAAAA,UAAA,QAAK;AAFK,SAAAA;AAAA,GAAA;AA8EL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,WAAQ;AAER,EAAAA,UAAA,SAAM;AAEN,EAAAA,UAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AAYL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,YAAS;AAET,EAAAA,aAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAUL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAUL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;AAUL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,eAAY;AAEZ,EAAAA,MAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAUL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AAYL,IAAK,SAAL,kBAAKC,YAAL;AAEL,EAAAA,QAAA,aAAU;AAEV,EAAAA,QAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;AAUL,IAAK,UAAL,kBAAKC,aAAL;AACL,EAAAA,SAAA,aAAU;AACV,EAAAA,SAAA,WAAQ;AACR,EAAAA,SAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAwPL,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,WAAQ;AAER,EAAAA,sBAAA,SAAM;AAEN,EAAAA,sBAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AAgBL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,SAAM;AAEN,EAAAA,WAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAuDL,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,SAAM;AAEN,EAAAA,mBAAA,YAAS;AAET,EAAAA,mBAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AAkEL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,gBAAa;AAFH,SAAAA;AAAA,GAAA;AAmHL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAgBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,iBAAc;AAEd,EAAAA,eAAA,kBAAe;AAEf,EAAAA,eAAA,SAAM;AAEN,EAAAA,eAAA,cAAW;AAEX,EAAAA,eAAA,eAAY;AAEZ,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,iBAAc;AAEd,EAAAA,eAAA,kBAAe;AAlBL,SAAAA;AAAA,GAAA;AAkCL,IAAK,SAAL,kBAAKC,YAAL;AAEL,EAAAA,QAAA,WAAQ;AAER,EAAAA,QAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAWL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAcL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,WAAQ;AAER,EAAAA,cAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAqBL,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,SAAM;AAEN,EAAAA,4BAAA,YAAS;AAET,EAAAA,4BAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AAgBL,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,WAAQ;AAER,EAAAA,yBAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAaL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAET,EAAAA,cAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAwEL,IAAK,UAAL,kBAAKC,aAAL;AAEL,EAAAA,SAAA,UAAO;AAEP,EAAAA,SAAA,aAAU;AAEV,EAAAA,SAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAYL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,iBAAc;AAEd,EAAAA,uBAAA,kBAAe;AAEf,EAAAA,uBAAA,SAAM;AAEN,EAAAA,uBAAA,cAAW;AAEX,EAAAA,uBAAA,eAAY;AAEZ,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,iBAAc;AAEd,EAAAA,uBAAA,kBAAe;AAlBL,SAAAA;AAAA,GAAA;AAmCL,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,WAAQ;AAER,EAAAA,wBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAwDL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,aAAU;AAEV,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,wBAAqB;AAErB,EAAAA,WAAA,gCAA6B;AAdnB,SAAAA;AAAA,GAAA;AA6BL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,YAAS;AAET,EAAAA,aAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAmJL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,8BAA2B;AAE3B,EAAAA,iBAAA,UAAO;AAEP,EAAAA,iBAAA,kBAAe;AAEf,EAAAA,iBAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AAmBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,4BAAyB;AAEzB,EAAAA,eAAA,iBAAc;AAEd,EAAAA,eAAA,yBAAsB;AAEtB,EAAAA,eAAA,eAAY;AARF,SAAAA;AAAA,GAAA;AAmIL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,SAAM;AACN,EAAAA,WAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAmOL,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,WAAQ;AAFE,SAAAA;AAAA,GAAA;AAQL,IAAK,gBAAL,kBAAKC,mBAAL;AACL,EAAAA,eAAA,UAAO;AACP,EAAAA,eAAA,SAAM;AAFI,SAAAA;AAAA,GAAA;AAQL,IAAK,gBAAL,kBAAKC,mBAAL;AACL,EAAAA,eAAA,aAAU;AACV,EAAAA,eAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAqBL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,oBAAiB;AAEjB,EAAAA,YAAA,SAAM;AAEN,EAAAA,YAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AA6CL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,oBAAiB;AARP,SAAAA;AAAA,GAAA;AAqCL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,WAAQ;AAER,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,SAAM;AAEN,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,YAAS;AAET,EAAAA,UAAA,YAAS;AAdC,SAAAA;AAAA,GAAA;AA+DL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,WAAQ;AAER,EAAAA,iBAAA,WAAQ;AAER,EAAAA,iBAAA,YAAS;AAET,EAAAA,iBAAA,oBAAiB;AAEjB,EAAAA,iBAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AAuEL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,QAAK;AAEL,EAAAA,MAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AA8mBL,IAAK,QAAL,kBAAKC,WAAL;AACL,EAAAA,OAAA,aAAU;AACV,EAAAA,OAAA,aAAU;AACV,EAAAA,OAAA,cAAW;AACX,EAAAA,OAAA,aAAU;AACV,EAAAA,OAAA,UAAO;AALG,SAAAA;AAAA,GAAA;AA+CL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,WAAQ;AAER,EAAAA,oBAAA,mBAAgB;AAEhB,EAAAA,oBAAA,gCAA6B;AAE7B,EAAAA,oBAAA,eAAY;AAEZ,EAAAA,oBAAA,uBAAoB;AAEpB,EAAAA,oBAAA,WAAQ;AAZE,SAAAA;AAAA,GAAA;AAyBL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,uBAAoB;AAEpB,EAAAA,WAAA,SAAM;AAEN,EAAAA,WAAA,eAAY;AAEZ,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,2BAAwB;AAExB,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,sBAAmB;AAEnB,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,iBAAc;AAEd,EAAAA,WAAA,uBAAoB;AAEpB,EAAAA,WAAA,wBAAqB;AAMrB,EAAAA,WAAA,gBAAa;AAMb,EAAAA,WAAA,uBAAoB;AAEpB,EAAAA,WAAA,qBAAkB;AAElB,EAAAA,WAAA,qBAAkB;AAElB,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,cAAW;AAKX,EAAAA,WAAA,wBAAqB;AAErB,EAAAA,WAAA,UAAO;AAMP,EAAAA,WAAA,mBAAgB;AAEhB,EAAAA,WAAA,YAAS;AAKT,EAAAA,WAAA,kBAAe;AAEf,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,0BAAuB;AAKvB,EAAAA,WAAA,4BAAyB;AAEzB,EAAAA,WAAA,sBAAmB;AAEnB,EAAAA,WAAA,uBAAoB;AAEpB,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,UAAO;AAEP,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,cAAW;AAxFD,SAAAA;AAAA,GAAA;AAsKL,IAAK,eAAL,kBAAKC,kBAAL;AACL,EAAAA,cAAA,aAAU;AACV,EAAAA,cAAA,WAAQ;AACR,EAAAA,cAAA,aAAU;AACV,EAAAA,cAAA,mBAAgB;AAChB,EAAAA,cAAA,uBAAoB;AALV,SAAAA;AAAA,GAAA;AAgXL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,YAAS;AAET,EAAAA,aAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAsDL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,gBAAa;AAEb,EAAAA,WAAA,eAAY;AAEZ,EAAAA,WAAA,UAAO;AAEP,EAAAA,WAAA,kBAAe;AAEf,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,gBAAa;AAEb,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAhBD,SAAAA;AAAA,GAAA;AAsQL,IAAK,sBAAL,kBAAKC,yBAAL;AACL,EAAAA,qBAAA,aAAU;AACV,EAAAA,qBAAA,uBAAoB;AACpB,EAAAA,qBAAA,YAAS;AACT,EAAAA,qBAAA,cAAW;AACX,EAAAA,qBAAA,SAAM;AALI,SAAAA;AAAA,GAAA;;;ACtzJL,SAASC,iBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,cAAc,OAAO;AAErE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,cAOd;AACA,QAAM,UAAU,EAAE,WAAW,aAAa;AAE1C,QAAM,oBAC0C,WAAW,OAAO;AAElE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,EAAE,SAAS,EAAE,IAAI,aAAa,EAAE;AAEhD,QAAM,oBAC0C,cAAc,OAAO;AAErE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,sBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,mBAAmB,OAAO;AAE1E,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,EAAE,WAAW,aAAa;AAE1C,QAAM,oBAC0C,cAAc,OAAO;AAErE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,cAAc,OAAO;AAErE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,kBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,eAAe,OAAO;AAEtE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,qBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,kBAAkB,OAAO;AAEzE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,qBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,kBAAkB,OAAO;AAEzE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,0BAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C;AAAA,IAC5C;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,qBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBAC0C,kBAAkB,OAAO;AAEzE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,uBAOd;AACA,QAAM,UAAU,EAAE,gBAAgB,kBAAkB;AAEpD,QAAM,oBAC0C,oBAAoB,OAAO;AAE3E,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,gBAAgB,iBAAiB;AAAA,IAC/C,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;","names":["payload","NodeType","BackgroundType","GradientType","WidthType","PluginContainerDataAlignment","ButtonDataType","Target","TextAlignment","LineStyle","Width","DividerDataAlignment","ViewMode","LayoutType","Orientation","Crop","ThumbnailsAlignment","GIFType","Source","StylesPosition","MapType","ViewRole","VoteRole","PollLayoutType","PollLayoutDirection","PollDesignBackgroundType","DecorationType","FontType","Position","AspectRatio","Resizing","Placement","Type","Alignment","Layout","AppType","InitialExpandedItems","Direction","VerticalAlignment","NullValue","ImageScalingScaling","ImagePosition","Origin","LayoutDataBackgroundType","BackdropType","VerticalAlignmentAlignment","ResponsivenessBehaviour","DesignTarget","Scaling","ImagePositionPosition","CardDataBackgroundType","ListStyle","Indentation","UpdaterIdentity","PublishStatus","SortOrder","SortType","SortDirection","MissingValues","ScalarType","NestedAggregationType","Interval","AggregationType","Mode","State","SiteCreatedContext","Namespace","DeleteStatus","SchemaScope","FieldType","WebhookIdentityType","createContent","getContent","updateContent","updateContentByKey","deleteContent","queryContents","searchContents","bulkCreateContent","bulkUpdateContent","bulkUpdateContentByKey","bulkDeleteContent","getContentWordCount"]}