@wix/blog 1.0.331 → 1.0.333
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.333",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@wix/blog_blog-cache": "1.0.10",
|
|
25
25
|
"@wix/blog_blog-importer": "1.0.23",
|
|
26
|
-
"@wix/blog_categories": "1.0.
|
|
26
|
+
"@wix/blog_categories": "1.0.53",
|
|
27
27
|
"@wix/blog_draft-posts": "1.0.55",
|
|
28
|
-
"@wix/blog_posts": "1.0.
|
|
29
|
-
"@wix/blog_tags": "1.0.
|
|
28
|
+
"@wix/blog_posts": "1.0.62",
|
|
29
|
+
"@wix/blog_tags": "1.0.59"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "66fa9129fc3cf720afc9d3635ec8543885596d9f7dcac5e3440d00cc"
|
|
55
55
|
}
|
|
@@ -1504,6 +1504,16 @@ interface Settings$3 {
|
|
|
1504
1504
|
/** User-selected keyword terms for a specific page. */
|
|
1505
1505
|
keywords?: Keyword$3[];
|
|
1506
1506
|
}
|
|
1507
|
+
interface FocalPoint$2 {
|
|
1508
|
+
/** X-coordinate of the focal point. */
|
|
1509
|
+
x?: number;
|
|
1510
|
+
/** Y-coordinate of the focal point. */
|
|
1511
|
+
y?: number;
|
|
1512
|
+
/** crop by height */
|
|
1513
|
+
height?: number | null;
|
|
1514
|
+
/** crop by width */
|
|
1515
|
+
width?: number | null;
|
|
1516
|
+
}
|
|
1507
1517
|
interface CategoryTranslation$2 {
|
|
1508
1518
|
/** Category ID. */
|
|
1509
1519
|
_id?: string;
|
|
@@ -2314,7 +2324,7 @@ declare const context$3_onCategoryDeleted: typeof onCategoryDeleted;
|
|
|
2314
2324
|
declare const context$3_onCategoryUpdated: typeof onCategoryUpdated;
|
|
2315
2325
|
declare const context$3_queryCategories: typeof queryCategories;
|
|
2316
2326
|
declare namespace context$3 {
|
|
2317
|
-
export { type ActionEvent$3 as ActionEvent, type ApplicationError$2 as ApplicationError, type BaseEventMetadata$3 as BaseEventMetadata, type BlogPaging$2 as BlogPaging, type BulkActionMetadata$2 as BulkActionMetadata, type context$3_BulkCategoryResult as BulkCategoryResult, type context$3_BulkCreateCategoriesRequest as BulkCreateCategoriesRequest, type context$3_BulkCreateCategoriesResponse as BulkCreateCategoriesResponse, type context$3_BulkDeleteCategoryRequest as BulkDeleteCategoryRequest, type context$3_BulkDeleteCategoryResponse as BulkDeleteCategoryResponse, type context$3_BulkUpdateCategoriesRequest as BulkUpdateCategoriesRequest, type context$3_BulkUpdateCategoriesResponse as BulkUpdateCategoriesResponse, type context$3_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$3_CategoriesQueryResult as CategoriesQueryResult, type Category$2 as Category, type context$3_CategoryCreatedEnvelope as CategoryCreatedEnvelope, type context$3_CategoryDeletedEnvelope as CategoryDeletedEnvelope, type context$3_CategoryLanguageCount as CategoryLanguageCount, type CategoryTranslation$2 as CategoryTranslation, type context$3_CategoryUpdatedEnvelope as CategoryUpdatedEnvelope, type context$3_CreateCategoryRequest as CreateCategoryRequest, type context$3_CreateCategoryResponse as CreateCategoryResponse, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type context$3_DeleteCategoryRequest as DeleteCategoryRequest, type context$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, Field$3 as Field, type context$3_GetCategoriesCountByLanguageRequest as GetCategoriesCountByLanguageRequest, type context$3_GetCategoriesCountByLanguageResponse as GetCategoriesCountByLanguageResponse, type context$3_GetCategoryBySlugOptions as GetCategoryBySlugOptions, type context$3_GetCategoryBySlugRequest as GetCategoryBySlugRequest, type context$3_GetCategoryBySlugResponse as GetCategoryBySlugResponse, type context$3_GetCategoryBySlugResponseNonNullableFields as GetCategoryBySlugResponseNonNullableFields, type context$3_GetCategoryOptions as GetCategoryOptions, type context$3_GetCategoryRequest as GetCategoryRequest, type context$3_GetCategoryResponse as GetCategoryResponse, type context$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_InitialCategoriesCopied as InitialCategoriesCopied, type ItemMetadata$2 as ItemMetadata, type Keyword$3 as Keyword, type context$3_ListCategoriesOptions as ListCategoriesOptions, type context$3_ListCategoriesRequest as ListCategoriesRequest, type context$3_ListCategoriesResponse as ListCategoriesResponse, type context$3_ListCategoriesResponseNonNullableFields as ListCategoriesResponseNonNullableFields, type context$3_MaskedCategory as MaskedCategory, type MessageEnvelope$3 as MessageEnvelope, type MetaData$3 as MetaData, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type PlatformQuery$3 as PlatformQuery, type PlatformQueryPagingMethodOneOf$3 as PlatformQueryPagingMethodOneOf, type context$3_QueryCategoriesOptions as QueryCategoriesOptions, type context$3_QueryCategoriesRequest as QueryCategoriesRequest, type context$3_QueryCategoriesResponse as QueryCategoriesResponse, type context$3_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type RestoreInfo$3 as RestoreInfo, type SeoSchema$3 as SeoSchema, type Settings$3 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$3 as Tag, type context$3_UpdateCategoryRequest as UpdateCategoryRequest, type context$3_UpdateCategoryResponse as UpdateCategoryResponse, WebhookIdentityType$3 as WebhookIdentityType, type context$3__publicOnCategoryCreatedType as _publicOnCategoryCreatedType, type context$3__publicOnCategoryDeletedType as _publicOnCategoryDeletedType, type context$3__publicOnCategoryUpdatedType as _publicOnCategoryUpdatedType, context$3_getCategory as getCategory, context$3_getCategoryBySlug as getCategoryBySlug, context$3_listCategories as listCategories, context$3_onCategoryCreated as onCategoryCreated, context$3_onCategoryDeleted as onCategoryDeleted, context$3_onCategoryUpdated as onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, context$3_queryCategories as queryCategories };
|
|
2327
|
+
export { type ActionEvent$3 as ActionEvent, type ApplicationError$2 as ApplicationError, type BaseEventMetadata$3 as BaseEventMetadata, type BlogPaging$2 as BlogPaging, type BulkActionMetadata$2 as BulkActionMetadata, type context$3_BulkCategoryResult as BulkCategoryResult, type context$3_BulkCreateCategoriesRequest as BulkCreateCategoriesRequest, type context$3_BulkCreateCategoriesResponse as BulkCreateCategoriesResponse, type context$3_BulkDeleteCategoryRequest as BulkDeleteCategoryRequest, type context$3_BulkDeleteCategoryResponse as BulkDeleteCategoryResponse, type context$3_BulkUpdateCategoriesRequest as BulkUpdateCategoriesRequest, type context$3_BulkUpdateCategoriesResponse as BulkUpdateCategoriesResponse, type context$3_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$3_CategoriesQueryResult as CategoriesQueryResult, type Category$2 as Category, type context$3_CategoryCreatedEnvelope as CategoryCreatedEnvelope, type context$3_CategoryDeletedEnvelope as CategoryDeletedEnvelope, type context$3_CategoryLanguageCount as CategoryLanguageCount, type CategoryTranslation$2 as CategoryTranslation, type context$3_CategoryUpdatedEnvelope as CategoryUpdatedEnvelope, type context$3_CreateCategoryRequest as CreateCategoryRequest, type context$3_CreateCategoryResponse as CreateCategoryResponse, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type context$3_DeleteCategoryRequest as DeleteCategoryRequest, type context$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, Field$3 as Field, type FocalPoint$2 as FocalPoint, type context$3_GetCategoriesCountByLanguageRequest as GetCategoriesCountByLanguageRequest, type context$3_GetCategoriesCountByLanguageResponse as GetCategoriesCountByLanguageResponse, type context$3_GetCategoryBySlugOptions as GetCategoryBySlugOptions, type context$3_GetCategoryBySlugRequest as GetCategoryBySlugRequest, type context$3_GetCategoryBySlugResponse as GetCategoryBySlugResponse, type context$3_GetCategoryBySlugResponseNonNullableFields as GetCategoryBySlugResponseNonNullableFields, type context$3_GetCategoryOptions as GetCategoryOptions, type context$3_GetCategoryRequest as GetCategoryRequest, type context$3_GetCategoryResponse as GetCategoryResponse, type context$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_InitialCategoriesCopied as InitialCategoriesCopied, type ItemMetadata$2 as ItemMetadata, type Keyword$3 as Keyword, type context$3_ListCategoriesOptions as ListCategoriesOptions, type context$3_ListCategoriesRequest as ListCategoriesRequest, type context$3_ListCategoriesResponse as ListCategoriesResponse, type context$3_ListCategoriesResponseNonNullableFields as ListCategoriesResponseNonNullableFields, type context$3_MaskedCategory as MaskedCategory, type MessageEnvelope$3 as MessageEnvelope, type MetaData$3 as MetaData, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type PlatformQuery$3 as PlatformQuery, type PlatformQueryPagingMethodOneOf$3 as PlatformQueryPagingMethodOneOf, type context$3_QueryCategoriesOptions as QueryCategoriesOptions, type context$3_QueryCategoriesRequest as QueryCategoriesRequest, type context$3_QueryCategoriesResponse as QueryCategoriesResponse, type context$3_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type RestoreInfo$3 as RestoreInfo, type SeoSchema$3 as SeoSchema, type Settings$3 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$3 as Tag, type context$3_UpdateCategoryRequest as UpdateCategoryRequest, type context$3_UpdateCategoryResponse as UpdateCategoryResponse, WebhookIdentityType$3 as WebhookIdentityType, type context$3__publicOnCategoryCreatedType as _publicOnCategoryCreatedType, type context$3__publicOnCategoryDeletedType as _publicOnCategoryDeletedType, type context$3__publicOnCategoryUpdatedType as _publicOnCategoryUpdatedType, context$3_getCategory as getCategory, context$3_getCategoryBySlug as getCategoryBySlug, context$3_listCategories as listCategories, context$3_onCategoryCreated as onCategoryCreated, context$3_onCategoryDeleted as onCategoryDeleted, context$3_onCategoryUpdated as onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, context$3_queryCategories as queryCategories };
|
|
2318
2328
|
}
|
|
2319
2329
|
|
|
2320
2330
|
interface DraftPost$1 {
|
|
@@ -1504,6 +1504,16 @@ interface Settings$3 {
|
|
|
1504
1504
|
/** User-selected keyword terms for a specific page. */
|
|
1505
1505
|
keywords?: Keyword$3[];
|
|
1506
1506
|
}
|
|
1507
|
+
interface FocalPoint$2 {
|
|
1508
|
+
/** X-coordinate of the focal point. */
|
|
1509
|
+
x?: number;
|
|
1510
|
+
/** Y-coordinate of the focal point. */
|
|
1511
|
+
y?: number;
|
|
1512
|
+
/** crop by height */
|
|
1513
|
+
height?: number | null;
|
|
1514
|
+
/** crop by width */
|
|
1515
|
+
width?: number | null;
|
|
1516
|
+
}
|
|
1507
1517
|
interface CategoryTranslation$2 {
|
|
1508
1518
|
/** Category ID. */
|
|
1509
1519
|
_id?: string;
|
|
@@ -2314,7 +2324,7 @@ declare const index_d$3_onCategoryDeleted: typeof onCategoryDeleted;
|
|
|
2314
2324
|
declare const index_d$3_onCategoryUpdated: typeof onCategoryUpdated;
|
|
2315
2325
|
declare const index_d$3_queryCategories: typeof queryCategories;
|
|
2316
2326
|
declare namespace index_d$3 {
|
|
2317
|
-
export { type ActionEvent$3 as ActionEvent, type ApplicationError$2 as ApplicationError, type BaseEventMetadata$3 as BaseEventMetadata, type BlogPaging$2 as BlogPaging, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$3_BulkCategoryResult as BulkCategoryResult, type index_d$3_BulkCreateCategoriesRequest as BulkCreateCategoriesRequest, type index_d$3_BulkCreateCategoriesResponse as BulkCreateCategoriesResponse, type index_d$3_BulkDeleteCategoryRequest as BulkDeleteCategoryRequest, type index_d$3_BulkDeleteCategoryResponse as BulkDeleteCategoryResponse, type index_d$3_BulkUpdateCategoriesRequest as BulkUpdateCategoriesRequest, type index_d$3_BulkUpdateCategoriesResponse as BulkUpdateCategoriesResponse, type index_d$3_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$3_CategoriesQueryResult as CategoriesQueryResult, type Category$2 as Category, type index_d$3_CategoryCreatedEnvelope as CategoryCreatedEnvelope, type index_d$3_CategoryDeletedEnvelope as CategoryDeletedEnvelope, type index_d$3_CategoryLanguageCount as CategoryLanguageCount, type CategoryTranslation$2 as CategoryTranslation, type index_d$3_CategoryUpdatedEnvelope as CategoryUpdatedEnvelope, type index_d$3_CreateCategoryRequest as CreateCategoryRequest, type index_d$3_CreateCategoryResponse as CreateCategoryResponse, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type index_d$3_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, Field$3 as Field, type index_d$3_GetCategoriesCountByLanguageRequest as GetCategoriesCountByLanguageRequest, type index_d$3_GetCategoriesCountByLanguageResponse as GetCategoriesCountByLanguageResponse, type index_d$3_GetCategoryBySlugOptions as GetCategoryBySlugOptions, type index_d$3_GetCategoryBySlugRequest as GetCategoryBySlugRequest, type index_d$3_GetCategoryBySlugResponse as GetCategoryBySlugResponse, type index_d$3_GetCategoryBySlugResponseNonNullableFields as GetCategoryBySlugResponseNonNullableFields, type index_d$3_GetCategoryOptions as GetCategoryOptions, type index_d$3_GetCategoryRequest as GetCategoryRequest, type index_d$3_GetCategoryResponse as GetCategoryResponse, type index_d$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$3_InitialCategoriesCopied as InitialCategoriesCopied, type ItemMetadata$2 as ItemMetadata, type Keyword$3 as Keyword, type index_d$3_ListCategoriesOptions as ListCategoriesOptions, type index_d$3_ListCategoriesRequest as ListCategoriesRequest, type index_d$3_ListCategoriesResponse as ListCategoriesResponse, type index_d$3_ListCategoriesResponseNonNullableFields as ListCategoriesResponseNonNullableFields, type index_d$3_MaskedCategory as MaskedCategory, type MessageEnvelope$3 as MessageEnvelope, type MetaData$3 as MetaData, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type PlatformQuery$3 as PlatformQuery, type PlatformQueryPagingMethodOneOf$3 as PlatformQueryPagingMethodOneOf, type index_d$3_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$3_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$3_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$3_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type RestoreInfo$3 as RestoreInfo, type SeoSchema$3 as SeoSchema, type Settings$3 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$3 as Tag, type index_d$3_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$3_UpdateCategoryResponse as UpdateCategoryResponse, WebhookIdentityType$3 as WebhookIdentityType, type index_d$3__publicOnCategoryCreatedType as _publicOnCategoryCreatedType, type index_d$3__publicOnCategoryDeletedType as _publicOnCategoryDeletedType, type index_d$3__publicOnCategoryUpdatedType as _publicOnCategoryUpdatedType, index_d$3_getCategory as getCategory, index_d$3_getCategoryBySlug as getCategoryBySlug, index_d$3_listCategories as listCategories, index_d$3_onCategoryCreated as onCategoryCreated, index_d$3_onCategoryDeleted as onCategoryDeleted, index_d$3_onCategoryUpdated as onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, index_d$3_queryCategories as queryCategories };
|
|
2327
|
+
export { type ActionEvent$3 as ActionEvent, type ApplicationError$2 as ApplicationError, type BaseEventMetadata$3 as BaseEventMetadata, type BlogPaging$2 as BlogPaging, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$3_BulkCategoryResult as BulkCategoryResult, type index_d$3_BulkCreateCategoriesRequest as BulkCreateCategoriesRequest, type index_d$3_BulkCreateCategoriesResponse as BulkCreateCategoriesResponse, type index_d$3_BulkDeleteCategoryRequest as BulkDeleteCategoryRequest, type index_d$3_BulkDeleteCategoryResponse as BulkDeleteCategoryResponse, type index_d$3_BulkUpdateCategoriesRequest as BulkUpdateCategoriesRequest, type index_d$3_BulkUpdateCategoriesResponse as BulkUpdateCategoriesResponse, type index_d$3_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$3_CategoriesQueryResult as CategoriesQueryResult, type Category$2 as Category, type index_d$3_CategoryCreatedEnvelope as CategoryCreatedEnvelope, type index_d$3_CategoryDeletedEnvelope as CategoryDeletedEnvelope, type index_d$3_CategoryLanguageCount as CategoryLanguageCount, type CategoryTranslation$2 as CategoryTranslation, type index_d$3_CategoryUpdatedEnvelope as CategoryUpdatedEnvelope, type index_d$3_CreateCategoryRequest as CreateCategoryRequest, type index_d$3_CreateCategoryResponse as CreateCategoryResponse, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type index_d$3_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$3_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, Field$3 as Field, type FocalPoint$2 as FocalPoint, type index_d$3_GetCategoriesCountByLanguageRequest as GetCategoriesCountByLanguageRequest, type index_d$3_GetCategoriesCountByLanguageResponse as GetCategoriesCountByLanguageResponse, type index_d$3_GetCategoryBySlugOptions as GetCategoryBySlugOptions, type index_d$3_GetCategoryBySlugRequest as GetCategoryBySlugRequest, type index_d$3_GetCategoryBySlugResponse as GetCategoryBySlugResponse, type index_d$3_GetCategoryBySlugResponseNonNullableFields as GetCategoryBySlugResponseNonNullableFields, type index_d$3_GetCategoryOptions as GetCategoryOptions, type index_d$3_GetCategoryRequest as GetCategoryRequest, type index_d$3_GetCategoryResponse as GetCategoryResponse, type index_d$3_GetCategoryResponseNonNullableFields as GetCategoryResponseNonNullableFields, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$3_InitialCategoriesCopied as InitialCategoriesCopied, type ItemMetadata$2 as ItemMetadata, type Keyword$3 as Keyword, type index_d$3_ListCategoriesOptions as ListCategoriesOptions, type index_d$3_ListCategoriesRequest as ListCategoriesRequest, type index_d$3_ListCategoriesResponse as ListCategoriesResponse, type index_d$3_ListCategoriesResponseNonNullableFields as ListCategoriesResponseNonNullableFields, type index_d$3_MaskedCategory as MaskedCategory, type MessageEnvelope$3 as MessageEnvelope, type MetaData$3 as MetaData, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type PlatformQuery$3 as PlatformQuery, type PlatformQueryPagingMethodOneOf$3 as PlatformQueryPagingMethodOneOf, type index_d$3_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$3_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$3_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$3_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type RestoreInfo$3 as RestoreInfo, type SeoSchema$3 as SeoSchema, type Settings$3 as Settings, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type Tag$3 as Tag, type index_d$3_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$3_UpdateCategoryResponse as UpdateCategoryResponse, WebhookIdentityType$3 as WebhookIdentityType, type index_d$3__publicOnCategoryCreatedType as _publicOnCategoryCreatedType, type index_d$3__publicOnCategoryDeletedType as _publicOnCategoryDeletedType, type index_d$3__publicOnCategoryUpdatedType as _publicOnCategoryUpdatedType, index_d$3_getCategory as getCategory, index_d$3_getCategoryBySlug as getCategoryBySlug, index_d$3_listCategories as listCategories, index_d$3_onCategoryCreated as onCategoryCreated, index_d$3_onCategoryDeleted as onCategoryDeleted, index_d$3_onCategoryUpdated as onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, index_d$3_queryCategories as queryCategories };
|
|
2318
2328
|
}
|
|
2319
2329
|
|
|
2320
2330
|
interface DraftPost$1 {
|
|
@@ -1312,11 +1312,16 @@ interface SeoSchemaNonNullableFields$7 {
|
|
|
1312
1312
|
tags: TagNonNullableFields$7[];
|
|
1313
1313
|
settings?: SettingsNonNullableFields$7;
|
|
1314
1314
|
}
|
|
1315
|
+
interface FocalPointNonNullableFields$1 {
|
|
1316
|
+
x: number;
|
|
1317
|
+
y: number;
|
|
1318
|
+
}
|
|
1315
1319
|
interface ImageNonNullableFields$4 {
|
|
1316
1320
|
id: string;
|
|
1317
1321
|
url: string;
|
|
1318
1322
|
height: number;
|
|
1319
1323
|
width: number;
|
|
1324
|
+
focalPoint?: FocalPointNonNullableFields$1;
|
|
1320
1325
|
}
|
|
1321
1326
|
interface CategoryTranslationNonNullableFields$1 {
|
|
1322
1327
|
id: string;
|