@wix/blog_categories
Advanced tools
Comparing version 1.0.52 to 1.0.53
@@ -30,2 +30,2 @@ import { getCategory as publicGetCategory, getCategoryBySlug as publicGetCategoryBySlug, listCategories as publicListCategories, queryCategories as publicQueryCategories } from './blog-v3-category-categories.public'; | ||
export { Field, SortOrder, WebhookIdentityType, } from './blog-v3-category-categories.universal'; | ||
export { Category, SeoSchema, Keyword, Tag, Settings, CategoryTranslation, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, MaskedCategory, BulkUpdateCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, CategoryLanguageCount, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, PlatformQuery, PlatformQueryPagingMethodOneOf, Sorting, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, GetCategoryResponseNonNullableFields, GetCategoryBySlugResponseNonNullableFields, ListCategoriesResponseNonNullableFields, QueryCategoriesResponseNonNullableFields, BaseEventMetadata, EventMetadata, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryUpdatedEnvelope, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category-categories.universal'; | ||
export { Category, SeoSchema, Keyword, Tag, Settings, FocalPoint, CategoryTranslation, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, MaskedCategory, BulkUpdateCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, CategoryLanguageCount, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, PlatformQuery, PlatformQueryPagingMethodOneOf, Sorting, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, GetCategoryResponseNonNullableFields, GetCategoryBySlugResponseNonNullableFields, ListCategoriesResponseNonNullableFields, QueryCategoriesResponseNonNullableFields, BaseEventMetadata, EventMetadata, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryUpdatedEnvelope, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category-categories.universal'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules"); | ||
const float_1 = require("@wix/sdk-runtime/transformations/float"); | ||
const timestamp_1 = require("@wix/sdk-runtime/transformations/timestamp"); | ||
@@ -141,2 +142,9 @@ const transform_paths_1 = require("@wix/sdk-runtime/transformations/transform-paths"); | ||
}, | ||
{ | ||
transformFn: float_1.transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'category.coverImage.focalPoint.x' }, | ||
{ path: 'category.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -173,2 +181,9 @@ }; | ||
}, | ||
{ | ||
transformFn: float_1.transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'category.coverImage.focalPoint.x' }, | ||
{ path: 'category.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -212,2 +227,9 @@ }; | ||
}, | ||
{ | ||
transformFn: float_1.transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'categories.coverImage.focalPoint.x' }, | ||
{ path: 'categories.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -253,2 +275,9 @@ }; | ||
}, | ||
{ | ||
transformFn: float_1.transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'categories.coverImage.focalPoint.x' }, | ||
{ path: 'categories.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -255,0 +284,0 @@ }; |
@@ -73,2 +73,2 @@ import { EventDefinition, HttpClient } from '@wix/sdk-types'; | ||
export declare const onCategoryUpdated: EventDefinition<CategoryUpdatedEnvelope, "wix.blog.v3.category_updated">; | ||
export { ActionEvent, ApplicationError, BaseEventMetadata, BlogPaging, BulkActionMetadata, BulkCategoryResult, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, BulkUpdateCategoriesRequest, BulkUpdateCategoriesResponse, CategoriesQueryBuilder, CategoriesQueryResult, Category, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryLanguageCount, CategoryTranslation, CategoryUpdatedEnvelope, CreateCategoryRequest, CreateCategoryResponse, CursorPaging, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, Field, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, GetCategoryBySlugOptions, GetCategoryBySlugRequest, GetCategoryBySlugResponse, GetCategoryBySlugResponseNonNullableFields, GetCategoryOptions, GetCategoryRequest, GetCategoryResponse, GetCategoryResponseNonNullableFields, IdentificationData, IdentificationDataIdOneOf, InitialCategoriesCopied, ItemMetadata, Keyword, ListCategoriesOptions, ListCategoriesRequest, ListCategoriesResponse, ListCategoriesResponseNonNullableFields, MaskedCategory, MessageEnvelope, MetaData, Paging, PagingMetadataV2, PlatformQuery, PlatformQueryPagingMethodOneOf, QueryCategoriesOptions, QueryCategoriesRequest, QueryCategoriesResponse, QueryCategoriesResponseNonNullableFields, RestoreInfo, SeoSchema, Settings, SortOrder, Sorting, Tag, UpdateCategoryRequest, UpdateCategoryResponse, WebhookIdentityType, } from './blog-v3-category-categories.universal'; | ||
export { ActionEvent, ApplicationError, BaseEventMetadata, BlogPaging, BulkActionMetadata, BulkCategoryResult, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, BulkUpdateCategoriesRequest, BulkUpdateCategoriesResponse, CategoriesQueryBuilder, CategoriesQueryResult, Category, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryLanguageCount, CategoryTranslation, CategoryUpdatedEnvelope, CreateCategoryRequest, CreateCategoryResponse, CursorPaging, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, Field, FocalPoint, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, GetCategoryBySlugOptions, GetCategoryBySlugRequest, GetCategoryBySlugResponse, GetCategoryBySlugResponseNonNullableFields, GetCategoryOptions, GetCategoryRequest, GetCategoryResponse, GetCategoryResponseNonNullableFields, IdentificationData, IdentificationDataIdOneOf, InitialCategoriesCopied, ItemMetadata, Keyword, ListCategoriesOptions, ListCategoriesRequest, ListCategoriesResponse, ListCategoriesResponseNonNullableFields, MaskedCategory, MessageEnvelope, MetaData, Paging, PagingMetadataV2, PlatformQuery, PlatformQueryPagingMethodOneOf, QueryCategoriesOptions, QueryCategoriesRequest, QueryCategoriesResponse, QueryCategoriesResponseNonNullableFields, RestoreInfo, SeoSchema, Settings, SortOrder, Sorting, Tag, UpdateCategoryRequest, UpdateCategoryResponse, WebhookIdentityType, } from './blog-v3-category-categories.universal'; |
@@ -133,2 +133,12 @@ export interface Category { | ||
} | ||
export interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
export interface CategoryTranslation { | ||
@@ -610,2 +620,6 @@ /** Category ID. */ | ||
} | ||
interface FocalPointNonNullableFields { | ||
x: number; | ||
y: number; | ||
} | ||
interface ImageNonNullableFields { | ||
@@ -616,2 +630,3 @@ id: string; | ||
width: number; | ||
focalPoint?: FocalPointNonNullableFields; | ||
} | ||
@@ -618,0 +633,0 @@ interface CategoryTranslationNonNullableFields { |
@@ -104,2 +104,12 @@ export interface Category { | ||
} | ||
export interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
export interface CategoryTranslation { | ||
@@ -106,0 +116,0 @@ /** Category ID. */ |
@@ -30,2 +30,2 @@ import { getCategory as publicGetCategory, getCategoryBySlug as publicGetCategoryBySlug, listCategories as publicListCategories, queryCategories as publicQueryCategories } from './blog-v3-category-categories.public'; | ||
export { Field, SortOrder, WebhookIdentityType, } from './blog-v3-category-categories.universal'; | ||
export { Category, SeoSchema, Keyword, Tag, Settings, CategoryTranslation, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, MaskedCategory, BulkUpdateCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, CategoryLanguageCount, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, PlatformQuery, PlatformQueryPagingMethodOneOf, Sorting, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, GetCategoryResponseNonNullableFields, GetCategoryBySlugResponseNonNullableFields, ListCategoriesResponseNonNullableFields, QueryCategoriesResponseNonNullableFields, BaseEventMetadata, EventMetadata, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryUpdatedEnvelope, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category-categories.universal'; | ||
export { Category, SeoSchema, Keyword, Tag, Settings, FocalPoint, CategoryTranslation, InitialCategoriesCopied, CreateCategoryRequest, CreateCategoryResponse, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkCategoryResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkUpdateCategoriesRequest, MaskedCategory, BulkUpdateCategoriesResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, CategoryLanguageCount, GetCategoryRequest, GetCategoryResponse, GetCategoryBySlugRequest, GetCategoryBySlugResponse, ListCategoriesRequest, BlogPaging, ListCategoriesResponse, MetaData, QueryCategoriesRequest, PlatformQuery, PlatformQueryPagingMethodOneOf, Sorting, Paging, CursorPaging, QueryCategoriesResponse, PagingMetadataV2, Cursors, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, GetCategoryResponseNonNullableFields, GetCategoryBySlugResponseNonNullableFields, ListCategoriesResponseNonNullableFields, QueryCategoriesResponseNonNullableFields, BaseEventMetadata, EventMetadata, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryUpdatedEnvelope, GetCategoryOptions, GetCategoryBySlugOptions, ListCategoriesOptions, QueryCategoriesOptions, CategoriesQueryResult, CategoriesQueryBuilder, } from './blog-v3-category-categories.universal'; |
import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules'; | ||
import { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float'; | ||
import { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp'; | ||
@@ -137,2 +138,9 @@ import { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths'; | ||
}, | ||
{ | ||
transformFn: transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'category.coverImage.focalPoint.x' }, | ||
{ path: 'category.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -168,2 +176,9 @@ }; | ||
}, | ||
{ | ||
transformFn: transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'category.coverImage.focalPoint.x' }, | ||
{ path: 'category.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -206,2 +221,9 @@ }; | ||
}, | ||
{ | ||
transformFn: transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'categories.coverImage.focalPoint.x' }, | ||
{ path: 'categories.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -246,2 +268,9 @@ }; | ||
}, | ||
{ | ||
transformFn: transformRESTFloatToSDKFloat, | ||
paths: [ | ||
{ path: 'categories.coverImage.focalPoint.x' }, | ||
{ path: 'categories.coverImage.focalPoint.y' }, | ||
], | ||
}, | ||
]), | ||
@@ -248,0 +277,0 @@ }; |
@@ -73,2 +73,2 @@ import { EventDefinition, HttpClient } from '@wix/sdk-types'; | ||
export declare const onCategoryUpdated: EventDefinition<CategoryUpdatedEnvelope, "wix.blog.v3.category_updated">; | ||
export { ActionEvent, ApplicationError, BaseEventMetadata, BlogPaging, BulkActionMetadata, BulkCategoryResult, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, BulkUpdateCategoriesRequest, BulkUpdateCategoriesResponse, CategoriesQueryBuilder, CategoriesQueryResult, Category, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryLanguageCount, CategoryTranslation, CategoryUpdatedEnvelope, CreateCategoryRequest, CreateCategoryResponse, CursorPaging, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, Field, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, GetCategoryBySlugOptions, GetCategoryBySlugRequest, GetCategoryBySlugResponse, GetCategoryBySlugResponseNonNullableFields, GetCategoryOptions, GetCategoryRequest, GetCategoryResponse, GetCategoryResponseNonNullableFields, IdentificationData, IdentificationDataIdOneOf, InitialCategoriesCopied, ItemMetadata, Keyword, ListCategoriesOptions, ListCategoriesRequest, ListCategoriesResponse, ListCategoriesResponseNonNullableFields, MaskedCategory, MessageEnvelope, MetaData, Paging, PagingMetadataV2, PlatformQuery, PlatformQueryPagingMethodOneOf, QueryCategoriesOptions, QueryCategoriesRequest, QueryCategoriesResponse, QueryCategoriesResponseNonNullableFields, RestoreInfo, SeoSchema, Settings, SortOrder, Sorting, Tag, UpdateCategoryRequest, UpdateCategoryResponse, WebhookIdentityType, } from './blog-v3-category-categories.universal'; | ||
export { ActionEvent, ApplicationError, BaseEventMetadata, BlogPaging, BulkActionMetadata, BulkCategoryResult, BulkCreateCategoriesRequest, BulkCreateCategoriesResponse, BulkDeleteCategoryRequest, BulkDeleteCategoryResponse, BulkUpdateCategoriesRequest, BulkUpdateCategoriesResponse, CategoriesQueryBuilder, CategoriesQueryResult, Category, CategoryCreatedEnvelope, CategoryDeletedEnvelope, CategoryLanguageCount, CategoryTranslation, CategoryUpdatedEnvelope, CreateCategoryRequest, CreateCategoryResponse, CursorPaging, Cursors, DeleteCategoryRequest, DeleteCategoryResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, Field, FocalPoint, GetCategoriesCountByLanguageRequest, GetCategoriesCountByLanguageResponse, GetCategoryBySlugOptions, GetCategoryBySlugRequest, GetCategoryBySlugResponse, GetCategoryBySlugResponseNonNullableFields, GetCategoryOptions, GetCategoryRequest, GetCategoryResponse, GetCategoryResponseNonNullableFields, IdentificationData, IdentificationDataIdOneOf, InitialCategoriesCopied, ItemMetadata, Keyword, ListCategoriesOptions, ListCategoriesRequest, ListCategoriesResponse, ListCategoriesResponseNonNullableFields, MaskedCategory, MessageEnvelope, MetaData, Paging, PagingMetadataV2, PlatformQuery, PlatformQueryPagingMethodOneOf, QueryCategoriesOptions, QueryCategoriesRequest, QueryCategoriesResponse, QueryCategoriesResponseNonNullableFields, RestoreInfo, SeoSchema, Settings, SortOrder, Sorting, Tag, UpdateCategoryRequest, UpdateCategoryResponse, WebhookIdentityType, } from './blog-v3-category-categories.universal'; |
@@ -133,2 +133,12 @@ export interface Category { | ||
} | ||
export interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
export interface CategoryTranslation { | ||
@@ -610,2 +620,6 @@ /** Category ID. */ | ||
} | ||
interface FocalPointNonNullableFields { | ||
x: number; | ||
y: number; | ||
} | ||
interface ImageNonNullableFields { | ||
@@ -616,2 +630,3 @@ id: string; | ||
width: number; | ||
focalPoint?: FocalPointNonNullableFields; | ||
} | ||
@@ -618,0 +633,0 @@ interface CategoryTranslationNonNullableFields { |
@@ -104,2 +104,12 @@ export interface Category { | ||
} | ||
export interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
export interface CategoryTranslation { | ||
@@ -106,0 +116,0 @@ /** Category ID. */ |
{ | ||
"name": "@wix/blog_categories", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"publishConfig": { | ||
@@ -49,3 +49,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "bd157a4899cee6a06483f6fc4a0f10fd0994a1b8ef37bb5533be63b3" | ||
"falconPackageHash": "d847b1ee9f39391fed0845a719f760a236e10ae4a4284ddb5ef26698" | ||
} |
@@ -582,2 +582,12 @@ type HostModule<T, H extends Host> = { | ||
} | ||
interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
interface CategoryTranslation { | ||
@@ -1343,2 +1353,2 @@ /** Category ID. */ | ||
export { type ActionEvent, type ApplicationError, type BaseEventMetadata, type BlogPaging, type BulkActionMetadata, type BulkCategoryResult, type BulkCreateCategoriesRequest, type BulkCreateCategoriesResponse, type BulkDeleteCategoryRequest, type BulkDeleteCategoryResponse, type BulkUpdateCategoriesRequest, type BulkUpdateCategoriesResponse, type CategoriesQueryBuilder, type CategoriesQueryResult, type Category, type CategoryCreatedEnvelope, type CategoryDeletedEnvelope, type CategoryLanguageCount, type CategoryTranslation, type CategoryUpdatedEnvelope, type CreateCategoryRequest, type CreateCategoryResponse, type CursorPaging, type Cursors, type DeleteCategoryRequest, type DeleteCategoryResponse, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, Field, type GetCategoriesCountByLanguageRequest, type GetCategoriesCountByLanguageResponse, type GetCategoryBySlugOptions, type GetCategoryBySlugRequest, type GetCategoryBySlugResponse, type GetCategoryBySlugResponseNonNullableFields, type GetCategoryOptions, type GetCategoryRequest, type GetCategoryResponse, type GetCategoryResponseNonNullableFields, type IdentificationData, type IdentificationDataIdOneOf, type InitialCategoriesCopied, type ItemMetadata, type Keyword, type ListCategoriesOptions, type ListCategoriesRequest, type ListCategoriesResponse, type ListCategoriesResponseNonNullableFields, type MaskedCategory, type MessageEnvelope, type MetaData, type Paging, type PagingMetadataV2, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type QueryCategoriesOptions, type QueryCategoriesRequest, type QueryCategoriesResponse, type QueryCategoriesResponseNonNullableFields, type RestoreInfo, type SeoSchema, type Settings, SortOrder, type Sorting, type Tag, type UpdateCategoryRequest, type UpdateCategoryResponse, WebhookIdentityType, type _publicOnCategoryCreatedType, type _publicOnCategoryDeletedType, type _publicOnCategoryUpdatedType, getCategory, getCategoryBySlug, listCategories, onCategoryCreated, onCategoryDeleted, onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, queryCategories }; | ||
export { type ActionEvent, type ApplicationError, type BaseEventMetadata, type BlogPaging, type BulkActionMetadata, type BulkCategoryResult, type BulkCreateCategoriesRequest, type BulkCreateCategoriesResponse, type BulkDeleteCategoryRequest, type BulkDeleteCategoryResponse, type BulkUpdateCategoriesRequest, type BulkUpdateCategoriesResponse, type CategoriesQueryBuilder, type CategoriesQueryResult, type Category, type CategoryCreatedEnvelope, type CategoryDeletedEnvelope, type CategoryLanguageCount, type CategoryTranslation, type CategoryUpdatedEnvelope, type CreateCategoryRequest, type CreateCategoryResponse, type CursorPaging, type Cursors, type DeleteCategoryRequest, type DeleteCategoryResponse, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, Field, type FocalPoint, type GetCategoriesCountByLanguageRequest, type GetCategoriesCountByLanguageResponse, type GetCategoryBySlugOptions, type GetCategoryBySlugRequest, type GetCategoryBySlugResponse, type GetCategoryBySlugResponseNonNullableFields, type GetCategoryOptions, type GetCategoryRequest, type GetCategoryResponse, type GetCategoryResponseNonNullableFields, type IdentificationData, type IdentificationDataIdOneOf, type InitialCategoriesCopied, type ItemMetadata, type Keyword, type ListCategoriesOptions, type ListCategoriesRequest, type ListCategoriesResponse, type ListCategoriesResponseNonNullableFields, type MaskedCategory, type MessageEnvelope, type MetaData, type Paging, type PagingMetadataV2, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type QueryCategoriesOptions, type QueryCategoriesRequest, type QueryCategoriesResponse, type QueryCategoriesResponseNonNullableFields, type RestoreInfo, type SeoSchema, type Settings, SortOrder, type Sorting, type Tag, type UpdateCategoryRequest, type UpdateCategoryResponse, WebhookIdentityType, type _publicOnCategoryCreatedType, type _publicOnCategoryDeletedType, type _publicOnCategoryUpdatedType, getCategory, getCategoryBySlug, listCategories, onCategoryCreated, onCategoryDeleted, onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, queryCategories }; |
@@ -582,2 +582,12 @@ type HostModule<T, H extends Host> = { | ||
} | ||
interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
interface CategoryTranslation { | ||
@@ -1343,2 +1353,2 @@ /** Category ID. */ | ||
export { type ActionEvent, type ApplicationError, type BaseEventMetadata, type BlogPaging, type BulkActionMetadata, type BulkCategoryResult, type BulkCreateCategoriesRequest, type BulkCreateCategoriesResponse, type BulkDeleteCategoryRequest, type BulkDeleteCategoryResponse, type BulkUpdateCategoriesRequest, type BulkUpdateCategoriesResponse, type CategoriesQueryBuilder, type CategoriesQueryResult, type Category, type CategoryCreatedEnvelope, type CategoryDeletedEnvelope, type CategoryLanguageCount, type CategoryTranslation, type CategoryUpdatedEnvelope, type CreateCategoryRequest, type CreateCategoryResponse, type CursorPaging, type Cursors, type DeleteCategoryRequest, type DeleteCategoryResponse, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, Field, type GetCategoriesCountByLanguageRequest, type GetCategoriesCountByLanguageResponse, type GetCategoryBySlugOptions, type GetCategoryBySlugRequest, type GetCategoryBySlugResponse, type GetCategoryBySlugResponseNonNullableFields, type GetCategoryOptions, type GetCategoryRequest, type GetCategoryResponse, type GetCategoryResponseNonNullableFields, type IdentificationData, type IdentificationDataIdOneOf, type InitialCategoriesCopied, type ItemMetadata, type Keyword, type ListCategoriesOptions, type ListCategoriesRequest, type ListCategoriesResponse, type ListCategoriesResponseNonNullableFields, type MaskedCategory, type MessageEnvelope, type MetaData, type Paging, type PagingMetadataV2, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type QueryCategoriesOptions, type QueryCategoriesRequest, type QueryCategoriesResponse, type QueryCategoriesResponseNonNullableFields, type RestoreInfo, type SeoSchema, type Settings, SortOrder, type Sorting, type Tag, type UpdateCategoryRequest, type UpdateCategoryResponse, WebhookIdentityType, type _publicOnCategoryCreatedType, type _publicOnCategoryDeletedType, type _publicOnCategoryUpdatedType, getCategory, getCategoryBySlug, listCategories, onCategoryCreated, onCategoryDeleted, onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, queryCategories }; | ||
export { type ActionEvent, type ApplicationError, type BaseEventMetadata, type BlogPaging, type BulkActionMetadata, type BulkCategoryResult, type BulkCreateCategoriesRequest, type BulkCreateCategoriesResponse, type BulkDeleteCategoryRequest, type BulkDeleteCategoryResponse, type BulkUpdateCategoriesRequest, type BulkUpdateCategoriesResponse, type CategoriesQueryBuilder, type CategoriesQueryResult, type Category, type CategoryCreatedEnvelope, type CategoryDeletedEnvelope, type CategoryLanguageCount, type CategoryTranslation, type CategoryUpdatedEnvelope, type CreateCategoryRequest, type CreateCategoryResponse, type CursorPaging, type Cursors, type DeleteCategoryRequest, type DeleteCategoryResponse, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, Field, type FocalPoint, type GetCategoriesCountByLanguageRequest, type GetCategoriesCountByLanguageResponse, type GetCategoryBySlugOptions, type GetCategoryBySlugRequest, type GetCategoryBySlugResponse, type GetCategoryBySlugResponseNonNullableFields, type GetCategoryOptions, type GetCategoryRequest, type GetCategoryResponse, type GetCategoryResponseNonNullableFields, type IdentificationData, type IdentificationDataIdOneOf, type InitialCategoriesCopied, type ItemMetadata, type Keyword, type ListCategoriesOptions, type ListCategoriesRequest, type ListCategoriesResponse, type ListCategoriesResponseNonNullableFields, type MaskedCategory, type MessageEnvelope, type MetaData, type Paging, type PagingMetadataV2, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type QueryCategoriesOptions, type QueryCategoriesRequest, type QueryCategoriesResponse, type QueryCategoriesResponseNonNullableFields, type RestoreInfo, type SeoSchema, type Settings, SortOrder, type Sorting, type Tag, type UpdateCategoryRequest, type UpdateCategoryResponse, WebhookIdentityType, type _publicOnCategoryCreatedType, type _publicOnCategoryDeletedType, type _publicOnCategoryUpdatedType, getCategory, getCategoryBySlug, listCategories, onCategoryCreated, onCategoryDeleted, onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, queryCategories }; |
@@ -104,2 +104,12 @@ interface Category { | ||
} | ||
interface FocalPoint { | ||
/** X-coordinate of the focal point. */ | ||
x?: number; | ||
/** Y-coordinate of the focal point. */ | ||
y?: number; | ||
/** crop by height */ | ||
height?: number | null; | ||
/** crop by width */ | ||
width?: number | null; | ||
} | ||
interface CategoryTranslation { | ||
@@ -905,2 +915,2 @@ /** Category ID. */ | ||
export { type ActionEvent, type ApplicationError, type BaseEventMetadata, type BlogPaging, type BulkActionMetadata, type BulkCategoryResult, type BulkCreateCategoriesRequest, type BulkCreateCategoriesResponse, type BulkDeleteCategoryRequest, type BulkDeleteCategoryResponse, type BulkUpdateCategoriesRequest, type BulkUpdateCategoriesResponse, type CategoriesQueryBuilder, type CategoriesQueryResult, type Category, type CategoryCreatedEnvelope, type CategoryDeletedEnvelope, type CategoryLanguageCount, type CategoryTranslation, type CategoryUpdatedEnvelope, type CreateCategoryRequest, type CreateCategoryResponse, type CursorPaging, type Cursors, type DeleteCategoryRequest, type DeleteCategoryResponse, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, Field, type GetCategoriesCountByLanguageRequest, type GetCategoriesCountByLanguageResponse, type GetCategoryBySlugOptions, type GetCategoryBySlugRequest, type GetCategoryBySlugResponse, type GetCategoryBySlugResponseNonNullableFields, type GetCategoryOptions, type GetCategoryRequest, type GetCategoryResponse, type GetCategoryResponseNonNullableFields, type IdentificationData, type IdentificationDataIdOneOf, type InitialCategoriesCopied, type ItemMetadata, type Keyword, type ListCategoriesOptions, type ListCategoriesRequest, type ListCategoriesResponse, type ListCategoriesResponseNonNullableFields, type MaskedCategory, type MessageEnvelope, type MetaData, type Paging, type PagingMetadataV2, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type QueryCategoriesOptions, type QueryCategoriesRequest, type QueryCategoriesResponse, type QueryCategoriesResponseNonNullableFields, type RestoreInfo, type SeoSchema, type Settings, SortOrder, type Sorting, type Tag, type UpdateCategoryRequest, type UpdateCategoryResponse, WebhookIdentityType, getCategory, getCategoryBySlug, listCategories, onCategoryCreated, onCategoryDeleted, onCategoryUpdated, queryCategories }; | ||
export { type ActionEvent, type ApplicationError, type BaseEventMetadata, type BlogPaging, type BulkActionMetadata, type BulkCategoryResult, type BulkCreateCategoriesRequest, type BulkCreateCategoriesResponse, type BulkDeleteCategoryRequest, type BulkDeleteCategoryResponse, type BulkUpdateCategoriesRequest, type BulkUpdateCategoriesResponse, type CategoriesQueryBuilder, type CategoriesQueryResult, type Category, type CategoryCreatedEnvelope, type CategoryDeletedEnvelope, type CategoryLanguageCount, type CategoryTranslation, type CategoryUpdatedEnvelope, type CreateCategoryRequest, type CreateCategoryResponse, type CursorPaging, type Cursors, type DeleteCategoryRequest, type DeleteCategoryResponse, type DomainEvent, type DomainEventBodyOneOf, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, Field, type FocalPoint, type GetCategoriesCountByLanguageRequest, type GetCategoriesCountByLanguageResponse, type GetCategoryBySlugOptions, type GetCategoryBySlugRequest, type GetCategoryBySlugResponse, type GetCategoryBySlugResponseNonNullableFields, type GetCategoryOptions, type GetCategoryRequest, type GetCategoryResponse, type GetCategoryResponseNonNullableFields, type IdentificationData, type IdentificationDataIdOneOf, type InitialCategoriesCopied, type ItemMetadata, type Keyword, type ListCategoriesOptions, type ListCategoriesRequest, type ListCategoriesResponse, type ListCategoriesResponseNonNullableFields, type MaskedCategory, type MessageEnvelope, type MetaData, type Paging, type PagingMetadataV2, type PlatformQuery, type PlatformQueryPagingMethodOneOf, type QueryCategoriesOptions, type QueryCategoriesRequest, type QueryCategoriesResponse, type QueryCategoriesResponseNonNullableFields, type RestoreInfo, type SeoSchema, type Settings, SortOrder, type Sorting, type Tag, type UpdateCategoryRequest, type UpdateCategoryResponse, WebhookIdentityType, getCategory, getCategoryBySlug, listCategories, onCategoryCreated, onCategoryDeleted, onCategoryUpdated, queryCategories }; |
@@ -349,2 +349,6 @@ interface Category$1 { | ||
} | ||
interface FocalPointNonNullableFields { | ||
x: number; | ||
y: number; | ||
} | ||
interface ImageNonNullableFields { | ||
@@ -355,2 +359,3 @@ id: string; | ||
width: number; | ||
focalPoint?: FocalPointNonNullableFields; | ||
} | ||
@@ -357,0 +362,0 @@ interface CategoryTranslationNonNullableFields$1 { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
442569
9512