@wix/blog 1.0.321 → 1.0.323
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 +3 -3
- package/type-bundles/context.bundle.d.ts +36 -155
- package/type-bundles/index.bundle.d.ts +36 -155
- package/type-bundles/meta.bundle.d.ts +68 -234
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.323",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@wix/blog_categories": "1.0.49",
|
|
27
27
|
"@wix/blog_draft-posts": "1.0.50",
|
|
28
28
|
"@wix/blog_posts": "1.0.56",
|
|
29
|
-
"@wix/blog_tags": "1.0.
|
|
29
|
+
"@wix/blog_tags": "1.0.52"
|
|
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": "633577834b88bc23e9c26cdb4b9813c5fec7c8a7ce5c5e6737089e44"
|
|
55
55
|
}
|
|
@@ -1979,14 +1979,14 @@ interface GetCategoryResponseNonNullableFields {
|
|
|
1979
1979
|
interface GetCategoryBySlugResponseNonNullableFields {
|
|
1980
1980
|
category?: CategoryNonNullableFields;
|
|
1981
1981
|
}
|
|
1982
|
-
interface MetaDataNonNullableFields$
|
|
1982
|
+
interface MetaDataNonNullableFields$2 {
|
|
1983
1983
|
count: number;
|
|
1984
1984
|
offset: number;
|
|
1985
1985
|
total: number;
|
|
1986
1986
|
}
|
|
1987
1987
|
interface ListCategoriesResponseNonNullableFields {
|
|
1988
1988
|
categories: CategoryNonNullableFields[];
|
|
1989
|
-
metaData?: MetaDataNonNullableFields$
|
|
1989
|
+
metaData?: MetaDataNonNullableFields$2;
|
|
1990
1990
|
}
|
|
1991
1991
|
interface QueryCategoriesResponseNonNullableFields {
|
|
1992
1992
|
categories: CategoryNonNullableFields[];
|
|
@@ -5134,14 +5134,14 @@ interface BulkUpdateDraftPostsResponseNonNullableFields {
|
|
|
5134
5134
|
results: BulkDraftPostResultNonNullableFields[];
|
|
5135
5135
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields;
|
|
5136
5136
|
}
|
|
5137
|
-
interface MetaDataNonNullableFields$
|
|
5137
|
+
interface MetaDataNonNullableFields$1 {
|
|
5138
5138
|
count: number;
|
|
5139
5139
|
offset: number;
|
|
5140
5140
|
total: number;
|
|
5141
5141
|
}
|
|
5142
5142
|
interface ListDeletedDraftPostsResponseNonNullableFields {
|
|
5143
5143
|
draftPosts: DraftPostNonNullableFields[];
|
|
5144
|
-
metaData?: MetaDataNonNullableFields$
|
|
5144
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
5145
5145
|
}
|
|
5146
5146
|
interface GetDraftPostResponseNonNullableFields {
|
|
5147
5147
|
draftPost?: DraftPostNonNullableFields;
|
|
@@ -5155,7 +5155,7 @@ interface BulkDeleteDraftPostsResponseNonNullableFields {
|
|
|
5155
5155
|
}
|
|
5156
5156
|
interface ListDraftPostsResponseNonNullableFields {
|
|
5157
5157
|
draftPosts: DraftPostNonNullableFields[];
|
|
5158
|
-
metaData?: MetaDataNonNullableFields$
|
|
5158
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
5159
5159
|
}
|
|
5160
5160
|
interface GetDeletedDraftPostResponseNonNullableFields {
|
|
5161
5161
|
draftPost?: DraftPostNonNullableFields;
|
|
@@ -5165,7 +5165,7 @@ interface RestoreFromTrashBinResponseNonNullableFields {
|
|
|
5165
5165
|
}
|
|
5166
5166
|
interface QueryDraftPostsResponseNonNullableFields {
|
|
5167
5167
|
draftPosts: DraftPostNonNullableFields[];
|
|
5168
|
-
metaData?: MetaDataNonNullableFields$
|
|
5168
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
5169
5169
|
}
|
|
5170
5170
|
interface PublishDraftPostResponseNonNullableFields {
|
|
5171
5171
|
postId: string;
|
|
@@ -9009,18 +9009,18 @@ interface GetPostResponseNonNullableFields {
|
|
|
9009
9009
|
interface GetPostBySlugResponseNonNullableFields {
|
|
9010
9010
|
post?: PostNonNullableFields;
|
|
9011
9011
|
}
|
|
9012
|
-
interface MetaDataNonNullableFields
|
|
9012
|
+
interface MetaDataNonNullableFields {
|
|
9013
9013
|
count: number;
|
|
9014
9014
|
offset: number;
|
|
9015
9015
|
total: number;
|
|
9016
9016
|
}
|
|
9017
9017
|
interface ListPostsResponseNonNullableFields {
|
|
9018
9018
|
posts: PostNonNullableFields[];
|
|
9019
|
-
metaData?: MetaDataNonNullableFields
|
|
9019
|
+
metaData?: MetaDataNonNullableFields;
|
|
9020
9020
|
}
|
|
9021
9021
|
interface QueryPostsResponseNonNullableFields {
|
|
9022
9022
|
posts: PostNonNullableFields[];
|
|
9023
|
-
metaData?: MetaDataNonNullableFields
|
|
9023
|
+
metaData?: MetaDataNonNullableFields;
|
|
9024
9024
|
}
|
|
9025
9025
|
interface GetPostMetricsResponseNonNullableFields {
|
|
9026
9026
|
metrics?: MetricsNonNullableFields;
|
|
@@ -10084,60 +10084,6 @@ interface GetTagBySlugResponse {
|
|
|
10084
10084
|
tag?: BlogTag;
|
|
10085
10085
|
}
|
|
10086
10086
|
interface QueryTagsRequest {
|
|
10087
|
-
/**
|
|
10088
|
-
* __Deprecated.__ Use `query` instead.
|
|
10089
|
-
* This parameter will be removed on June 30, 2023.
|
|
10090
|
-
*
|
|
10091
|
-
* Filter object.
|
|
10092
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10093
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10094
|
-
* This parameter will be removed on June 30, 2023.
|
|
10095
|
-
*
|
|
10096
|
-
* Filter object.
|
|
10097
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10098
|
-
* @replacedBy query
|
|
10099
|
-
* @targetRemovalDate 2024-06-30
|
|
10100
|
-
*/
|
|
10101
|
-
filter?: Record<string, any> | null;
|
|
10102
|
-
/**
|
|
10103
|
-
* __Deprecated.__ Use `query` instead.
|
|
10104
|
-
* This parameter will be removed on June 30, 2023.
|
|
10105
|
-
*
|
|
10106
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10107
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10108
|
-
* This parameter will be removed on June 30, 2023.
|
|
10109
|
-
*
|
|
10110
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10111
|
-
* @replacedBy query
|
|
10112
|
-
* @targetRemovalDate 2024-06-30
|
|
10113
|
-
*/
|
|
10114
|
-
sort?: Sorting[];
|
|
10115
|
-
/**
|
|
10116
|
-
* __Deprecated.__ Use `query` instead.
|
|
10117
|
-
* This parameter will be removed on June 30, 2023.
|
|
10118
|
-
*
|
|
10119
|
-
* Pagination options.
|
|
10120
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10121
|
-
* This parameter will be removed on June 30, 2023.
|
|
10122
|
-
*
|
|
10123
|
-
* Pagination options.
|
|
10124
|
-
* @replacedBy query
|
|
10125
|
-
* @targetRemovalDate 2024-06-30
|
|
10126
|
-
*/
|
|
10127
|
-
paging?: Paging;
|
|
10128
|
-
/**
|
|
10129
|
-
* __Deprecated.__ Use `fieldsets` instead.
|
|
10130
|
-
* This parameter will be removed on June 30, 2023.
|
|
10131
|
-
*
|
|
10132
|
-
* List of tag fields to be included in the response.
|
|
10133
|
-
* @deprecated __Deprecated.__ Use `fieldsets` instead.
|
|
10134
|
-
* This parameter will be removed on June 30, 2023.
|
|
10135
|
-
*
|
|
10136
|
-
* List of tag fields to be included in the response.
|
|
10137
|
-
* @replacedBy fieldsets
|
|
10138
|
-
* @targetRemovalDate 2024-06-30
|
|
10139
|
-
*/
|
|
10140
|
-
fieldsToInclude?: Field[];
|
|
10141
10087
|
/** Query options. */
|
|
10142
10088
|
query?: PlatformQuery;
|
|
10143
10089
|
/**
|
|
@@ -10147,26 +10093,6 @@ interface QueryTagsRequest {
|
|
|
10147
10093
|
*/
|
|
10148
10094
|
fieldsets?: Field[];
|
|
10149
10095
|
}
|
|
10150
|
-
interface Sorting {
|
|
10151
|
-
/** Name of the field to sort by. */
|
|
10152
|
-
fieldName?: string;
|
|
10153
|
-
/** Sort order. */
|
|
10154
|
-
order?: SortOrder;
|
|
10155
|
-
}
|
|
10156
|
-
declare enum SortOrder {
|
|
10157
|
-
ASC = "ASC",
|
|
10158
|
-
DESC = "DESC"
|
|
10159
|
-
}
|
|
10160
|
-
interface Paging {
|
|
10161
|
-
/** Number of items to load. */
|
|
10162
|
-
limit?: number | null;
|
|
10163
|
-
/** Number of items to skip in the current sort order. */
|
|
10164
|
-
offset?: number | null;
|
|
10165
|
-
}
|
|
10166
|
-
interface TagsFieldSet {
|
|
10167
|
-
/** Includes tag URL when TRUE. Defaults to FALSE. */
|
|
10168
|
-
includeUrl?: boolean;
|
|
10169
|
-
}
|
|
10170
10096
|
interface PlatformQuery extends PlatformQueryPagingMethodOneOf {
|
|
10171
10097
|
/** Paging options to limit and skip the number of items. */
|
|
10172
10098
|
paging?: Paging;
|
|
@@ -10194,6 +10120,22 @@ interface PlatformQueryPagingMethodOneOf {
|
|
|
10194
10120
|
/** 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`. */
|
|
10195
10121
|
cursorPaging?: CursorPaging;
|
|
10196
10122
|
}
|
|
10123
|
+
interface Sorting {
|
|
10124
|
+
/** Name of the field to sort by. */
|
|
10125
|
+
fieldName?: string;
|
|
10126
|
+
/** Sort order. */
|
|
10127
|
+
order?: SortOrder;
|
|
10128
|
+
}
|
|
10129
|
+
declare enum SortOrder {
|
|
10130
|
+
ASC = "ASC",
|
|
10131
|
+
DESC = "DESC"
|
|
10132
|
+
}
|
|
10133
|
+
interface Paging {
|
|
10134
|
+
/** Number of items to load. */
|
|
10135
|
+
limit?: number | null;
|
|
10136
|
+
/** Number of items to skip in the current sort order. */
|
|
10137
|
+
offset?: number | null;
|
|
10138
|
+
}
|
|
10197
10139
|
interface CursorPaging {
|
|
10198
10140
|
/** Number of items to load. */
|
|
10199
10141
|
limit?: number | null;
|
|
@@ -10209,32 +10151,9 @@ interface CursorPaging {
|
|
|
10209
10151
|
interface QueryTagsResponse {
|
|
10210
10152
|
/** List of tags. */
|
|
10211
10153
|
tags?: BlogTag[];
|
|
10212
|
-
/**
|
|
10213
|
-
* __Deprecated.__ Use `pagingMetadata` instead.
|
|
10214
|
-
* This property will be removed on June 30, 2023.
|
|
10215
|
-
*
|
|
10216
|
-
* Details on the paged set of results returned.
|
|
10217
|
-
* @deprecated __Deprecated.__ Use `pagingMetadata` instead.
|
|
10218
|
-
* This property will be removed on June 30, 2023.
|
|
10219
|
-
*
|
|
10220
|
-
* Details on the paged set of results returned.
|
|
10221
|
-
* @replacedBy pagingMetadata
|
|
10222
|
-
* @targetRemovalDate 2024-06-30
|
|
10223
|
-
*/
|
|
10224
|
-
metaData?: MetaData;
|
|
10225
10154
|
/** Details on the paged set of results returned. */
|
|
10226
10155
|
pagingMetadata?: PagingMetadataV2;
|
|
10227
10156
|
}
|
|
10228
|
-
interface MetaData {
|
|
10229
|
-
/** Number of items returned in this response. */
|
|
10230
|
-
count?: number;
|
|
10231
|
-
/** Requested offset. */
|
|
10232
|
-
offset?: number;
|
|
10233
|
-
/** Total number of items that match the query. */
|
|
10234
|
-
total?: number;
|
|
10235
|
-
/** Pointer to the next or previous page in the list of results. */
|
|
10236
|
-
cursor?: string | null;
|
|
10237
|
-
}
|
|
10238
10157
|
interface PagingMetadataV2 {
|
|
10239
10158
|
/** Number of items returned in the response. */
|
|
10240
10159
|
count?: number | null;
|
|
@@ -10280,6 +10199,16 @@ interface ListTagsResponse {
|
|
|
10280
10199
|
/** Details on the paged set of results returned. */
|
|
10281
10200
|
metaData?: MetaData;
|
|
10282
10201
|
}
|
|
10202
|
+
interface MetaData {
|
|
10203
|
+
/** Number of items returned in this response. */
|
|
10204
|
+
count?: number;
|
|
10205
|
+
/** Requested offset. */
|
|
10206
|
+
offset?: number;
|
|
10207
|
+
/** Total number of items that match the query. */
|
|
10208
|
+
total?: number;
|
|
10209
|
+
/** Pointer to the next or previous page in the list of results. */
|
|
10210
|
+
cursor?: string | null;
|
|
10211
|
+
}
|
|
10283
10212
|
interface BulkDeleteTagRequest {
|
|
10284
10213
|
/** Tag IDs. */
|
|
10285
10214
|
tagIds?: string[];
|
|
@@ -10444,14 +10373,8 @@ interface GetTagResponseNonNullableFields {
|
|
|
10444
10373
|
interface GetTagBySlugResponseNonNullableFields {
|
|
10445
10374
|
tag?: BlogTagNonNullableFields;
|
|
10446
10375
|
}
|
|
10447
|
-
interface MetaDataNonNullableFields {
|
|
10448
|
-
count: number;
|
|
10449
|
-
offset: number;
|
|
10450
|
-
total: number;
|
|
10451
|
-
}
|
|
10452
10376
|
interface QueryTagsResponseNonNullableFields {
|
|
10453
10377
|
tags: BlogTagNonNullableFields[];
|
|
10454
|
-
metaData?: MetaDataNonNullableFields;
|
|
10455
10378
|
}
|
|
10456
10379
|
interface BaseEventMetadata {
|
|
10457
10380
|
/** App instance ID. */
|
|
@@ -10551,47 +10474,6 @@ interface GetTagBySlugOptions {
|
|
|
10551
10474
|
language?: string | null;
|
|
10552
10475
|
}
|
|
10553
10476
|
interface QueryTagsOptions {
|
|
10554
|
-
/**
|
|
10555
|
-
* @internal
|
|
10556
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10557
|
-
* This parameter will be removed on June 30, 2023.
|
|
10558
|
-
*
|
|
10559
|
-
* Filter object.
|
|
10560
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10561
|
-
* @replacedBy query
|
|
10562
|
-
* @targetRemovalDate 2024-06-30
|
|
10563
|
-
*/
|
|
10564
|
-
filter?: Record<string, any> | null | undefined;
|
|
10565
|
-
/**
|
|
10566
|
-
* @internal
|
|
10567
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10568
|
-
* This parameter will be removed on June 30, 2023.
|
|
10569
|
-
*
|
|
10570
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10571
|
-
* @replacedBy query
|
|
10572
|
-
* @targetRemovalDate 2024-06-30
|
|
10573
|
-
*/
|
|
10574
|
-
sort?: Sorting[] | undefined;
|
|
10575
|
-
/**
|
|
10576
|
-
* @internal
|
|
10577
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10578
|
-
* This parameter will be removed on June 30, 2023.
|
|
10579
|
-
*
|
|
10580
|
-
* Pagination options.
|
|
10581
|
-
* @replacedBy query
|
|
10582
|
-
* @targetRemovalDate 2024-06-30
|
|
10583
|
-
*/
|
|
10584
|
-
paging?: Paging | undefined;
|
|
10585
|
-
/**
|
|
10586
|
-
* @internal
|
|
10587
|
-
* @deprecated __Deprecated.__ Use `fieldsets` instead.
|
|
10588
|
-
* This parameter will be removed on June 30, 2023.
|
|
10589
|
-
*
|
|
10590
|
-
* List of tag fields to be included in the response.
|
|
10591
|
-
* @replacedBy fieldsets
|
|
10592
|
-
* @targetRemovalDate 2024-06-30
|
|
10593
|
-
*/
|
|
10594
|
-
fieldsToInclude?: Field[] | undefined;
|
|
10595
10477
|
/** List of additional tag fields to be included in the response. By default, any fields not passed are not returned. */
|
|
10596
10478
|
fieldsets?: Field[] | undefined;
|
|
10597
10479
|
}
|
|
@@ -10834,7 +10716,6 @@ type context_TagCreatedEnvelope = TagCreatedEnvelope;
|
|
|
10834
10716
|
type context_TagDeletedEnvelope = TagDeletedEnvelope;
|
|
10835
10717
|
type context_TagLanguageCount = TagLanguageCount;
|
|
10836
10718
|
type context_TagUpdatedEnvelope = TagUpdatedEnvelope;
|
|
10837
|
-
type context_TagsFieldSet = TagsFieldSet;
|
|
10838
10719
|
type context_TagsQueryBuilder = TagsQueryBuilder;
|
|
10839
10720
|
type context_TagsQueryResult = TagsQueryResult;
|
|
10840
10721
|
type context_UpdateTagRequest = UpdateTagRequest;
|
|
@@ -10854,7 +10735,7 @@ declare const context_onTagDeleted: typeof onTagDeleted;
|
|
|
10854
10735
|
declare const context_onTagUpdated: typeof onTagUpdated;
|
|
10855
10736
|
declare const context_queryTags: typeof queryTags;
|
|
10856
10737
|
declare namespace context {
|
|
10857
|
-
export { type context_ActionEvent as ActionEvent, type context_ApplicationError as ApplicationError, type context_BaseEventMetadata as BaseEventMetadata, type context_BlogTag as BlogTag, type context_BlogTagNonNullableFields as BlogTagNonNullableFields, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkCreateTagsRequest as BulkCreateTagsRequest, type context_BulkCreateTagsResponse as BulkCreateTagsResponse, type context_BulkDeleteTagRequest as BulkDeleteTagRequest, type context_BulkDeleteTagResponse as BulkDeleteTagResponse, type context_BulkTagResult as BulkTagResult, type context_CreateTagOptions as CreateTagOptions, type context_CreateTagRequest as CreateTagRequest, type context_CreateTagResponse as CreateTagResponse, type context_CreateTagResponseNonNullableFields as CreateTagResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_DeleteTagRequest as DeleteTagRequest, type context_DeleteTagResponse as DeleteTagResponse, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, context_Field as Field, type context_GetOrCreateTagRequest as GetOrCreateTagRequest, type context_GetOrCreateTagResponse as GetOrCreateTagResponse, type context_GetTagByLabelOptions as GetTagByLabelOptions, type context_GetTagByLabelRequest as GetTagByLabelRequest, type context_GetTagByLabelResponse as GetTagByLabelResponse, type context_GetTagByLabelResponseNonNullableFields as GetTagByLabelResponseNonNullableFields, type context_GetTagBySlugOptions as GetTagBySlugOptions, type context_GetTagBySlugRequest as GetTagBySlugRequest, type context_GetTagBySlugResponse as GetTagBySlugResponse, type context_GetTagBySlugResponseNonNullableFields as GetTagBySlugResponseNonNullableFields, type context_GetTagOptions as GetTagOptions, type context_GetTagRequest as GetTagRequest, type context_GetTagResponse as GetTagResponse, type context_GetTagResponseNonNullableFields as GetTagResponseNonNullableFields, type context_GetTagsCountByLanguageRequest as GetTagsCountByLanguageRequest, type context_GetTagsCountByLanguageResponse as GetTagsCountByLanguageResponse, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_InitialTagsCopied as InitialTagsCopied, type context_ItemMetadata as ItemMetadata, type context_Keyword as Keyword, type context_ListTagsRequest as ListTagsRequest, type context_ListTagsRequestPagingMethodOneOf as ListTagsRequestPagingMethodOneOf, type context_ListTagsResponse as ListTagsResponse, type context_MessageEnvelope as MessageEnvelope, type context_MetaData as MetaData, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_PlatformQuery as PlatformQuery, type context_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context_QueryTagsOptions as QueryTagsOptions, type context_QueryTagsRequest as QueryTagsRequest, type context_QueryTagsResponse as QueryTagsResponse, type context_QueryTagsResponseNonNullableFields as QueryTagsResponseNonNullableFields, type context_RestoreInfo as RestoreInfo, type context_SeoSchema as SeoSchema, type context_Settings as Settings, context_SortOrder as SortOrder, type context_Sorting as Sorting, type context_Tag as Tag, type context_TagCreatedEnvelope as TagCreatedEnvelope, type context_TagDeletedEnvelope as TagDeletedEnvelope, type context_TagLanguageCount as TagLanguageCount, type context_TagUpdatedEnvelope as TagUpdatedEnvelope, type
|
|
10738
|
+
export { type context_ActionEvent as ActionEvent, type context_ApplicationError as ApplicationError, type context_BaseEventMetadata as BaseEventMetadata, type context_BlogTag as BlogTag, type context_BlogTagNonNullableFields as BlogTagNonNullableFields, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkCreateTagsRequest as BulkCreateTagsRequest, type context_BulkCreateTagsResponse as BulkCreateTagsResponse, type context_BulkDeleteTagRequest as BulkDeleteTagRequest, type context_BulkDeleteTagResponse as BulkDeleteTagResponse, type context_BulkTagResult as BulkTagResult, type context_CreateTagOptions as CreateTagOptions, type context_CreateTagRequest as CreateTagRequest, type context_CreateTagResponse as CreateTagResponse, type context_CreateTagResponseNonNullableFields as CreateTagResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_DeleteTagRequest as DeleteTagRequest, type context_DeleteTagResponse as DeleteTagResponse, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, context_Field as Field, type context_GetOrCreateTagRequest as GetOrCreateTagRequest, type context_GetOrCreateTagResponse as GetOrCreateTagResponse, type context_GetTagByLabelOptions as GetTagByLabelOptions, type context_GetTagByLabelRequest as GetTagByLabelRequest, type context_GetTagByLabelResponse as GetTagByLabelResponse, type context_GetTagByLabelResponseNonNullableFields as GetTagByLabelResponseNonNullableFields, type context_GetTagBySlugOptions as GetTagBySlugOptions, type context_GetTagBySlugRequest as GetTagBySlugRequest, type context_GetTagBySlugResponse as GetTagBySlugResponse, type context_GetTagBySlugResponseNonNullableFields as GetTagBySlugResponseNonNullableFields, type context_GetTagOptions as GetTagOptions, type context_GetTagRequest as GetTagRequest, type context_GetTagResponse as GetTagResponse, type context_GetTagResponseNonNullableFields as GetTagResponseNonNullableFields, type context_GetTagsCountByLanguageRequest as GetTagsCountByLanguageRequest, type context_GetTagsCountByLanguageResponse as GetTagsCountByLanguageResponse, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_InitialTagsCopied as InitialTagsCopied, type context_ItemMetadata as ItemMetadata, type context_Keyword as Keyword, type context_ListTagsRequest as ListTagsRequest, type context_ListTagsRequestPagingMethodOneOf as ListTagsRequestPagingMethodOneOf, type context_ListTagsResponse as ListTagsResponse, type context_MessageEnvelope as MessageEnvelope, type context_MetaData as MetaData, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_PlatformQuery as PlatformQuery, type context_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context_QueryTagsOptions as QueryTagsOptions, type context_QueryTagsRequest as QueryTagsRequest, type context_QueryTagsResponse as QueryTagsResponse, type context_QueryTagsResponseNonNullableFields as QueryTagsResponseNonNullableFields, type context_RestoreInfo as RestoreInfo, type context_SeoSchema as SeoSchema, type context_Settings as Settings, context_SortOrder as SortOrder, type context_Sorting as Sorting, type context_Tag as Tag, type context_TagCreatedEnvelope as TagCreatedEnvelope, type context_TagDeletedEnvelope as TagDeletedEnvelope, type context_TagLanguageCount as TagLanguageCount, type context_TagUpdatedEnvelope as TagUpdatedEnvelope, type context_TagsQueryBuilder as TagsQueryBuilder, type context_TagsQueryResult as TagsQueryResult, type context_UpdateTagRequest as UpdateTagRequest, type context_UpdateTagResponse as UpdateTagResponse, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnTagCreatedType as _publicOnTagCreatedType, type context__publicOnTagDeletedType as _publicOnTagDeletedType, type context__publicOnTagUpdatedType as _publicOnTagUpdatedType, context_createTag as createTag, context_deleteTag as deleteTag, context_getTag as getTag, context_getTagByLabel as getTagByLabel, context_getTagBySlug as getTagBySlug, context_onTagCreated as onTagCreated, context_onTagDeleted as onTagDeleted, context_onTagUpdated as onTagUpdated, onTagCreated$1 as publicOnTagCreated, onTagDeleted$1 as publicOnTagDeleted, onTagUpdated$1 as publicOnTagUpdated, context_queryTags as queryTags };
|
|
10858
10739
|
}
|
|
10859
10740
|
|
|
10860
10741
|
export { context$5 as blogCache, context$4 as blogImporter, context$3 as categories, context$2 as draftPosts, context$1 as posts, context as tags };
|
|
@@ -1979,14 +1979,14 @@ interface GetCategoryResponseNonNullableFields {
|
|
|
1979
1979
|
interface GetCategoryBySlugResponseNonNullableFields {
|
|
1980
1980
|
category?: CategoryNonNullableFields;
|
|
1981
1981
|
}
|
|
1982
|
-
interface MetaDataNonNullableFields$
|
|
1982
|
+
interface MetaDataNonNullableFields$2 {
|
|
1983
1983
|
count: number;
|
|
1984
1984
|
offset: number;
|
|
1985
1985
|
total: number;
|
|
1986
1986
|
}
|
|
1987
1987
|
interface ListCategoriesResponseNonNullableFields {
|
|
1988
1988
|
categories: CategoryNonNullableFields[];
|
|
1989
|
-
metaData?: MetaDataNonNullableFields$
|
|
1989
|
+
metaData?: MetaDataNonNullableFields$2;
|
|
1990
1990
|
}
|
|
1991
1991
|
interface QueryCategoriesResponseNonNullableFields {
|
|
1992
1992
|
categories: CategoryNonNullableFields[];
|
|
@@ -5134,14 +5134,14 @@ interface BulkUpdateDraftPostsResponseNonNullableFields {
|
|
|
5134
5134
|
results: BulkDraftPostResultNonNullableFields[];
|
|
5135
5135
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields;
|
|
5136
5136
|
}
|
|
5137
|
-
interface MetaDataNonNullableFields$
|
|
5137
|
+
interface MetaDataNonNullableFields$1 {
|
|
5138
5138
|
count: number;
|
|
5139
5139
|
offset: number;
|
|
5140
5140
|
total: number;
|
|
5141
5141
|
}
|
|
5142
5142
|
interface ListDeletedDraftPostsResponseNonNullableFields {
|
|
5143
5143
|
draftPosts: DraftPostNonNullableFields[];
|
|
5144
|
-
metaData?: MetaDataNonNullableFields$
|
|
5144
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
5145
5145
|
}
|
|
5146
5146
|
interface GetDraftPostResponseNonNullableFields {
|
|
5147
5147
|
draftPost?: DraftPostNonNullableFields;
|
|
@@ -5155,7 +5155,7 @@ interface BulkDeleteDraftPostsResponseNonNullableFields {
|
|
|
5155
5155
|
}
|
|
5156
5156
|
interface ListDraftPostsResponseNonNullableFields {
|
|
5157
5157
|
draftPosts: DraftPostNonNullableFields[];
|
|
5158
|
-
metaData?: MetaDataNonNullableFields$
|
|
5158
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
5159
5159
|
}
|
|
5160
5160
|
interface GetDeletedDraftPostResponseNonNullableFields {
|
|
5161
5161
|
draftPost?: DraftPostNonNullableFields;
|
|
@@ -5165,7 +5165,7 @@ interface RestoreFromTrashBinResponseNonNullableFields {
|
|
|
5165
5165
|
}
|
|
5166
5166
|
interface QueryDraftPostsResponseNonNullableFields {
|
|
5167
5167
|
draftPosts: DraftPostNonNullableFields[];
|
|
5168
|
-
metaData?: MetaDataNonNullableFields$
|
|
5168
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
5169
5169
|
}
|
|
5170
5170
|
interface PublishDraftPostResponseNonNullableFields {
|
|
5171
5171
|
postId: string;
|
|
@@ -9009,18 +9009,18 @@ interface GetPostResponseNonNullableFields {
|
|
|
9009
9009
|
interface GetPostBySlugResponseNonNullableFields {
|
|
9010
9010
|
post?: PostNonNullableFields;
|
|
9011
9011
|
}
|
|
9012
|
-
interface MetaDataNonNullableFields
|
|
9012
|
+
interface MetaDataNonNullableFields {
|
|
9013
9013
|
count: number;
|
|
9014
9014
|
offset: number;
|
|
9015
9015
|
total: number;
|
|
9016
9016
|
}
|
|
9017
9017
|
interface ListPostsResponseNonNullableFields {
|
|
9018
9018
|
posts: PostNonNullableFields[];
|
|
9019
|
-
metaData?: MetaDataNonNullableFields
|
|
9019
|
+
metaData?: MetaDataNonNullableFields;
|
|
9020
9020
|
}
|
|
9021
9021
|
interface QueryPostsResponseNonNullableFields {
|
|
9022
9022
|
posts: PostNonNullableFields[];
|
|
9023
|
-
metaData?: MetaDataNonNullableFields
|
|
9023
|
+
metaData?: MetaDataNonNullableFields;
|
|
9024
9024
|
}
|
|
9025
9025
|
interface GetPostMetricsResponseNonNullableFields {
|
|
9026
9026
|
metrics?: MetricsNonNullableFields;
|
|
@@ -10084,60 +10084,6 @@ interface GetTagBySlugResponse {
|
|
|
10084
10084
|
tag?: BlogTag;
|
|
10085
10085
|
}
|
|
10086
10086
|
interface QueryTagsRequest {
|
|
10087
|
-
/**
|
|
10088
|
-
* __Deprecated.__ Use `query` instead.
|
|
10089
|
-
* This parameter will be removed on June 30, 2023.
|
|
10090
|
-
*
|
|
10091
|
-
* Filter object.
|
|
10092
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10093
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10094
|
-
* This parameter will be removed on June 30, 2023.
|
|
10095
|
-
*
|
|
10096
|
-
* Filter object.
|
|
10097
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10098
|
-
* @replacedBy query
|
|
10099
|
-
* @targetRemovalDate 2024-06-30
|
|
10100
|
-
*/
|
|
10101
|
-
filter?: Record<string, any> | null;
|
|
10102
|
-
/**
|
|
10103
|
-
* __Deprecated.__ Use `query` instead.
|
|
10104
|
-
* This parameter will be removed on June 30, 2023.
|
|
10105
|
-
*
|
|
10106
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10107
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10108
|
-
* This parameter will be removed on June 30, 2023.
|
|
10109
|
-
*
|
|
10110
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10111
|
-
* @replacedBy query
|
|
10112
|
-
* @targetRemovalDate 2024-06-30
|
|
10113
|
-
*/
|
|
10114
|
-
sort?: Sorting[];
|
|
10115
|
-
/**
|
|
10116
|
-
* __Deprecated.__ Use `query` instead.
|
|
10117
|
-
* This parameter will be removed on June 30, 2023.
|
|
10118
|
-
*
|
|
10119
|
-
* Pagination options.
|
|
10120
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10121
|
-
* This parameter will be removed on June 30, 2023.
|
|
10122
|
-
*
|
|
10123
|
-
* Pagination options.
|
|
10124
|
-
* @replacedBy query
|
|
10125
|
-
* @targetRemovalDate 2024-06-30
|
|
10126
|
-
*/
|
|
10127
|
-
paging?: Paging;
|
|
10128
|
-
/**
|
|
10129
|
-
* __Deprecated.__ Use `fieldsets` instead.
|
|
10130
|
-
* This parameter will be removed on June 30, 2023.
|
|
10131
|
-
*
|
|
10132
|
-
* List of tag fields to be included in the response.
|
|
10133
|
-
* @deprecated __Deprecated.__ Use `fieldsets` instead.
|
|
10134
|
-
* This parameter will be removed on June 30, 2023.
|
|
10135
|
-
*
|
|
10136
|
-
* List of tag fields to be included in the response.
|
|
10137
|
-
* @replacedBy fieldsets
|
|
10138
|
-
* @targetRemovalDate 2024-06-30
|
|
10139
|
-
*/
|
|
10140
|
-
fieldsToInclude?: Field[];
|
|
10141
10087
|
/** Query options. */
|
|
10142
10088
|
query?: PlatformQuery;
|
|
10143
10089
|
/**
|
|
@@ -10147,26 +10093,6 @@ interface QueryTagsRequest {
|
|
|
10147
10093
|
*/
|
|
10148
10094
|
fieldsets?: Field[];
|
|
10149
10095
|
}
|
|
10150
|
-
interface Sorting {
|
|
10151
|
-
/** Name of the field to sort by. */
|
|
10152
|
-
fieldName?: string;
|
|
10153
|
-
/** Sort order. */
|
|
10154
|
-
order?: SortOrder;
|
|
10155
|
-
}
|
|
10156
|
-
declare enum SortOrder {
|
|
10157
|
-
ASC = "ASC",
|
|
10158
|
-
DESC = "DESC"
|
|
10159
|
-
}
|
|
10160
|
-
interface Paging {
|
|
10161
|
-
/** Number of items to load. */
|
|
10162
|
-
limit?: number | null;
|
|
10163
|
-
/** Number of items to skip in the current sort order. */
|
|
10164
|
-
offset?: number | null;
|
|
10165
|
-
}
|
|
10166
|
-
interface TagsFieldSet {
|
|
10167
|
-
/** Includes tag URL when TRUE. Defaults to FALSE. */
|
|
10168
|
-
includeUrl?: boolean;
|
|
10169
|
-
}
|
|
10170
10096
|
interface PlatformQuery extends PlatformQueryPagingMethodOneOf {
|
|
10171
10097
|
/** Paging options to limit and skip the number of items. */
|
|
10172
10098
|
paging?: Paging;
|
|
@@ -10194,6 +10120,22 @@ interface PlatformQueryPagingMethodOneOf {
|
|
|
10194
10120
|
/** 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`. */
|
|
10195
10121
|
cursorPaging?: CursorPaging;
|
|
10196
10122
|
}
|
|
10123
|
+
interface Sorting {
|
|
10124
|
+
/** Name of the field to sort by. */
|
|
10125
|
+
fieldName?: string;
|
|
10126
|
+
/** Sort order. */
|
|
10127
|
+
order?: SortOrder;
|
|
10128
|
+
}
|
|
10129
|
+
declare enum SortOrder {
|
|
10130
|
+
ASC = "ASC",
|
|
10131
|
+
DESC = "DESC"
|
|
10132
|
+
}
|
|
10133
|
+
interface Paging {
|
|
10134
|
+
/** Number of items to load. */
|
|
10135
|
+
limit?: number | null;
|
|
10136
|
+
/** Number of items to skip in the current sort order. */
|
|
10137
|
+
offset?: number | null;
|
|
10138
|
+
}
|
|
10197
10139
|
interface CursorPaging {
|
|
10198
10140
|
/** Number of items to load. */
|
|
10199
10141
|
limit?: number | null;
|
|
@@ -10209,32 +10151,9 @@ interface CursorPaging {
|
|
|
10209
10151
|
interface QueryTagsResponse {
|
|
10210
10152
|
/** List of tags. */
|
|
10211
10153
|
tags?: BlogTag[];
|
|
10212
|
-
/**
|
|
10213
|
-
* __Deprecated.__ Use `pagingMetadata` instead.
|
|
10214
|
-
* This property will be removed on June 30, 2023.
|
|
10215
|
-
*
|
|
10216
|
-
* Details on the paged set of results returned.
|
|
10217
|
-
* @deprecated __Deprecated.__ Use `pagingMetadata` instead.
|
|
10218
|
-
* This property will be removed on June 30, 2023.
|
|
10219
|
-
*
|
|
10220
|
-
* Details on the paged set of results returned.
|
|
10221
|
-
* @replacedBy pagingMetadata
|
|
10222
|
-
* @targetRemovalDate 2024-06-30
|
|
10223
|
-
*/
|
|
10224
|
-
metaData?: MetaData;
|
|
10225
10154
|
/** Details on the paged set of results returned. */
|
|
10226
10155
|
pagingMetadata?: PagingMetadataV2;
|
|
10227
10156
|
}
|
|
10228
|
-
interface MetaData {
|
|
10229
|
-
/** Number of items returned in this response. */
|
|
10230
|
-
count?: number;
|
|
10231
|
-
/** Requested offset. */
|
|
10232
|
-
offset?: number;
|
|
10233
|
-
/** Total number of items that match the query. */
|
|
10234
|
-
total?: number;
|
|
10235
|
-
/** Pointer to the next or previous page in the list of results. */
|
|
10236
|
-
cursor?: string | null;
|
|
10237
|
-
}
|
|
10238
10157
|
interface PagingMetadataV2 {
|
|
10239
10158
|
/** Number of items returned in the response. */
|
|
10240
10159
|
count?: number | null;
|
|
@@ -10280,6 +10199,16 @@ interface ListTagsResponse {
|
|
|
10280
10199
|
/** Details on the paged set of results returned. */
|
|
10281
10200
|
metaData?: MetaData;
|
|
10282
10201
|
}
|
|
10202
|
+
interface MetaData {
|
|
10203
|
+
/** Number of items returned in this response. */
|
|
10204
|
+
count?: number;
|
|
10205
|
+
/** Requested offset. */
|
|
10206
|
+
offset?: number;
|
|
10207
|
+
/** Total number of items that match the query. */
|
|
10208
|
+
total?: number;
|
|
10209
|
+
/** Pointer to the next or previous page in the list of results. */
|
|
10210
|
+
cursor?: string | null;
|
|
10211
|
+
}
|
|
10283
10212
|
interface BulkDeleteTagRequest {
|
|
10284
10213
|
/** Tag IDs. */
|
|
10285
10214
|
tagIds?: string[];
|
|
@@ -10444,14 +10373,8 @@ interface GetTagResponseNonNullableFields {
|
|
|
10444
10373
|
interface GetTagBySlugResponseNonNullableFields {
|
|
10445
10374
|
tag?: BlogTagNonNullableFields;
|
|
10446
10375
|
}
|
|
10447
|
-
interface MetaDataNonNullableFields {
|
|
10448
|
-
count: number;
|
|
10449
|
-
offset: number;
|
|
10450
|
-
total: number;
|
|
10451
|
-
}
|
|
10452
10376
|
interface QueryTagsResponseNonNullableFields {
|
|
10453
10377
|
tags: BlogTagNonNullableFields[];
|
|
10454
|
-
metaData?: MetaDataNonNullableFields;
|
|
10455
10378
|
}
|
|
10456
10379
|
interface BaseEventMetadata {
|
|
10457
10380
|
/** App instance ID. */
|
|
@@ -10551,47 +10474,6 @@ interface GetTagBySlugOptions {
|
|
|
10551
10474
|
language?: string | null;
|
|
10552
10475
|
}
|
|
10553
10476
|
interface QueryTagsOptions {
|
|
10554
|
-
/**
|
|
10555
|
-
* @internal
|
|
10556
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10557
|
-
* This parameter will be removed on June 30, 2023.
|
|
10558
|
-
*
|
|
10559
|
-
* Filter object.
|
|
10560
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10561
|
-
* @replacedBy query
|
|
10562
|
-
* @targetRemovalDate 2024-06-30
|
|
10563
|
-
*/
|
|
10564
|
-
filter?: Record<string, any> | null | undefined;
|
|
10565
|
-
/**
|
|
10566
|
-
* @internal
|
|
10567
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10568
|
-
* This parameter will be removed on June 30, 2023.
|
|
10569
|
-
*
|
|
10570
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
10571
|
-
* @replacedBy query
|
|
10572
|
-
* @targetRemovalDate 2024-06-30
|
|
10573
|
-
*/
|
|
10574
|
-
sort?: Sorting[] | undefined;
|
|
10575
|
-
/**
|
|
10576
|
-
* @internal
|
|
10577
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
10578
|
-
* This parameter will be removed on June 30, 2023.
|
|
10579
|
-
*
|
|
10580
|
-
* Pagination options.
|
|
10581
|
-
* @replacedBy query
|
|
10582
|
-
* @targetRemovalDate 2024-06-30
|
|
10583
|
-
*/
|
|
10584
|
-
paging?: Paging | undefined;
|
|
10585
|
-
/**
|
|
10586
|
-
* @internal
|
|
10587
|
-
* @deprecated __Deprecated.__ Use `fieldsets` instead.
|
|
10588
|
-
* This parameter will be removed on June 30, 2023.
|
|
10589
|
-
*
|
|
10590
|
-
* List of tag fields to be included in the response.
|
|
10591
|
-
* @replacedBy fieldsets
|
|
10592
|
-
* @targetRemovalDate 2024-06-30
|
|
10593
|
-
*/
|
|
10594
|
-
fieldsToInclude?: Field[] | undefined;
|
|
10595
10477
|
/** List of additional tag fields to be included in the response. By default, any fields not passed are not returned. */
|
|
10596
10478
|
fieldsets?: Field[] | undefined;
|
|
10597
10479
|
}
|
|
@@ -10834,7 +10716,6 @@ type index_d_TagCreatedEnvelope = TagCreatedEnvelope;
|
|
|
10834
10716
|
type index_d_TagDeletedEnvelope = TagDeletedEnvelope;
|
|
10835
10717
|
type index_d_TagLanguageCount = TagLanguageCount;
|
|
10836
10718
|
type index_d_TagUpdatedEnvelope = TagUpdatedEnvelope;
|
|
10837
|
-
type index_d_TagsFieldSet = TagsFieldSet;
|
|
10838
10719
|
type index_d_TagsQueryBuilder = TagsQueryBuilder;
|
|
10839
10720
|
type index_d_TagsQueryResult = TagsQueryResult;
|
|
10840
10721
|
type index_d_UpdateTagRequest = UpdateTagRequest;
|
|
@@ -10854,7 +10735,7 @@ declare const index_d_onTagDeleted: typeof onTagDeleted;
|
|
|
10854
10735
|
declare const index_d_onTagUpdated: typeof onTagUpdated;
|
|
10855
10736
|
declare const index_d_queryTags: typeof queryTags;
|
|
10856
10737
|
declare namespace index_d {
|
|
10857
|
-
export { type index_d_ActionEvent as ActionEvent, type index_d_ApplicationError as ApplicationError, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BlogTag as BlogTag, type index_d_BlogTagNonNullableFields as BlogTagNonNullableFields, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkCreateTagsRequest as BulkCreateTagsRequest, type index_d_BulkCreateTagsResponse as BulkCreateTagsResponse, type index_d_BulkDeleteTagRequest as BulkDeleteTagRequest, type index_d_BulkDeleteTagResponse as BulkDeleteTagResponse, type index_d_BulkTagResult as BulkTagResult, type index_d_CreateTagOptions as CreateTagOptions, type index_d_CreateTagRequest as CreateTagRequest, type index_d_CreateTagResponse as CreateTagResponse, type index_d_CreateTagResponseNonNullableFields as CreateTagResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_DeleteTagRequest as DeleteTagRequest, type index_d_DeleteTagResponse as DeleteTagResponse, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, index_d_Field as Field, type index_d_GetOrCreateTagRequest as GetOrCreateTagRequest, type index_d_GetOrCreateTagResponse as GetOrCreateTagResponse, type index_d_GetTagByLabelOptions as GetTagByLabelOptions, type index_d_GetTagByLabelRequest as GetTagByLabelRequest, type index_d_GetTagByLabelResponse as GetTagByLabelResponse, type index_d_GetTagByLabelResponseNonNullableFields as GetTagByLabelResponseNonNullableFields, type index_d_GetTagBySlugOptions as GetTagBySlugOptions, type index_d_GetTagBySlugRequest as GetTagBySlugRequest, type index_d_GetTagBySlugResponse as GetTagBySlugResponse, type index_d_GetTagBySlugResponseNonNullableFields as GetTagBySlugResponseNonNullableFields, type index_d_GetTagOptions as GetTagOptions, type index_d_GetTagRequest as GetTagRequest, type index_d_GetTagResponse as GetTagResponse, type index_d_GetTagResponseNonNullableFields as GetTagResponseNonNullableFields, type index_d_GetTagsCountByLanguageRequest as GetTagsCountByLanguageRequest, type index_d_GetTagsCountByLanguageResponse as GetTagsCountByLanguageResponse, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_InitialTagsCopied as InitialTagsCopied, type index_d_ItemMetadata as ItemMetadata, type index_d_Keyword as Keyword, type index_d_ListTagsRequest as ListTagsRequest, type index_d_ListTagsRequestPagingMethodOneOf as ListTagsRequestPagingMethodOneOf, type index_d_ListTagsResponse as ListTagsResponse, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaData as MetaData, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_PlatformQuery as PlatformQuery, type index_d_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d_QueryTagsOptions as QueryTagsOptions, type index_d_QueryTagsRequest as QueryTagsRequest, type index_d_QueryTagsResponse as QueryTagsResponse, type index_d_QueryTagsResponseNonNullableFields as QueryTagsResponseNonNullableFields, type index_d_RestoreInfo as RestoreInfo, type index_d_SeoSchema as SeoSchema, type index_d_Settings as Settings, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, type index_d_Tag as Tag, type index_d_TagCreatedEnvelope as TagCreatedEnvelope, type index_d_TagDeletedEnvelope as TagDeletedEnvelope, type index_d_TagLanguageCount as TagLanguageCount, type index_d_TagUpdatedEnvelope as TagUpdatedEnvelope, type
|
|
10738
|
+
export { type index_d_ActionEvent as ActionEvent, type index_d_ApplicationError as ApplicationError, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BlogTag as BlogTag, type index_d_BlogTagNonNullableFields as BlogTagNonNullableFields, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkCreateTagsRequest as BulkCreateTagsRequest, type index_d_BulkCreateTagsResponse as BulkCreateTagsResponse, type index_d_BulkDeleteTagRequest as BulkDeleteTagRequest, type index_d_BulkDeleteTagResponse as BulkDeleteTagResponse, type index_d_BulkTagResult as BulkTagResult, type index_d_CreateTagOptions as CreateTagOptions, type index_d_CreateTagRequest as CreateTagRequest, type index_d_CreateTagResponse as CreateTagResponse, type index_d_CreateTagResponseNonNullableFields as CreateTagResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_DeleteTagRequest as DeleteTagRequest, type index_d_DeleteTagResponse as DeleteTagResponse, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, index_d_Field as Field, type index_d_GetOrCreateTagRequest as GetOrCreateTagRequest, type index_d_GetOrCreateTagResponse as GetOrCreateTagResponse, type index_d_GetTagByLabelOptions as GetTagByLabelOptions, type index_d_GetTagByLabelRequest as GetTagByLabelRequest, type index_d_GetTagByLabelResponse as GetTagByLabelResponse, type index_d_GetTagByLabelResponseNonNullableFields as GetTagByLabelResponseNonNullableFields, type index_d_GetTagBySlugOptions as GetTagBySlugOptions, type index_d_GetTagBySlugRequest as GetTagBySlugRequest, type index_d_GetTagBySlugResponse as GetTagBySlugResponse, type index_d_GetTagBySlugResponseNonNullableFields as GetTagBySlugResponseNonNullableFields, type index_d_GetTagOptions as GetTagOptions, type index_d_GetTagRequest as GetTagRequest, type index_d_GetTagResponse as GetTagResponse, type index_d_GetTagResponseNonNullableFields as GetTagResponseNonNullableFields, type index_d_GetTagsCountByLanguageRequest as GetTagsCountByLanguageRequest, type index_d_GetTagsCountByLanguageResponse as GetTagsCountByLanguageResponse, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_InitialTagsCopied as InitialTagsCopied, type index_d_ItemMetadata as ItemMetadata, type index_d_Keyword as Keyword, type index_d_ListTagsRequest as ListTagsRequest, type index_d_ListTagsRequestPagingMethodOneOf as ListTagsRequestPagingMethodOneOf, type index_d_ListTagsResponse as ListTagsResponse, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaData as MetaData, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_PlatformQuery as PlatformQuery, type index_d_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d_QueryTagsOptions as QueryTagsOptions, type index_d_QueryTagsRequest as QueryTagsRequest, type index_d_QueryTagsResponse as QueryTagsResponse, type index_d_QueryTagsResponseNonNullableFields as QueryTagsResponseNonNullableFields, type index_d_RestoreInfo as RestoreInfo, type index_d_SeoSchema as SeoSchema, type index_d_Settings as Settings, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, type index_d_Tag as Tag, type index_d_TagCreatedEnvelope as TagCreatedEnvelope, type index_d_TagDeletedEnvelope as TagDeletedEnvelope, type index_d_TagLanguageCount as TagLanguageCount, type index_d_TagUpdatedEnvelope as TagUpdatedEnvelope, type index_d_TagsQueryBuilder as TagsQueryBuilder, type index_d_TagsQueryResult as TagsQueryResult, type index_d_UpdateTagRequest as UpdateTagRequest, type index_d_UpdateTagResponse as UpdateTagResponse, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnTagCreatedType as _publicOnTagCreatedType, type index_d__publicOnTagDeletedType as _publicOnTagDeletedType, type index_d__publicOnTagUpdatedType as _publicOnTagUpdatedType, index_d_createTag as createTag, index_d_deleteTag as deleteTag, index_d_getTag as getTag, index_d_getTagByLabel as getTagByLabel, index_d_getTagBySlug as getTagBySlug, index_d_onTagCreated as onTagCreated, index_d_onTagDeleted as onTagDeleted, index_d_onTagUpdated as onTagUpdated, onTagCreated$1 as publicOnTagCreated, onTagDeleted$1 as publicOnTagDeleted, onTagUpdated$1 as publicOnTagUpdated, index_d_queryTags as queryTags };
|
|
10858
10739
|
}
|
|
10859
10740
|
|
|
10860
10741
|
export { index_d$5 as blogCache, index_d$4 as blogImporter, index_d$3 as categories, index_d$2 as draftPosts, index_d$1 as posts, index_d as tags };
|
|
@@ -1180,9 +1180,9 @@ interface ListCategoriesResponse$1 {
|
|
|
1180
1180
|
/** List of categories. */
|
|
1181
1181
|
categories?: Category$1[];
|
|
1182
1182
|
/** Details on the paged set of results returned. */
|
|
1183
|
-
metaData?: MetaData$
|
|
1183
|
+
metaData?: MetaData$5;
|
|
1184
1184
|
}
|
|
1185
|
-
interface MetaData$
|
|
1185
|
+
interface MetaData$5 {
|
|
1186
1186
|
/** Number of items returned in this response. */
|
|
1187
1187
|
count?: number;
|
|
1188
1188
|
/** Requested offset. */
|
|
@@ -1330,14 +1330,14 @@ interface GetCategoryResponseNonNullableFields$1 {
|
|
|
1330
1330
|
interface GetCategoryBySlugResponseNonNullableFields$1 {
|
|
1331
1331
|
category?: CategoryNonNullableFields$1;
|
|
1332
1332
|
}
|
|
1333
|
-
interface MetaDataNonNullableFields$
|
|
1333
|
+
interface MetaDataNonNullableFields$5 {
|
|
1334
1334
|
count: number;
|
|
1335
1335
|
offset: number;
|
|
1336
1336
|
total: number;
|
|
1337
1337
|
}
|
|
1338
1338
|
interface ListCategoriesResponseNonNullableFields$1 {
|
|
1339
1339
|
categories: CategoryNonNullableFields$1[];
|
|
1340
|
-
metaData?: MetaDataNonNullableFields$
|
|
1340
|
+
metaData?: MetaDataNonNullableFields$5;
|
|
1341
1341
|
}
|
|
1342
1342
|
interface QueryCategoriesResponseNonNullableFields$1 {
|
|
1343
1343
|
categories: CategoryNonNullableFields$1[];
|
|
@@ -1531,9 +1531,9 @@ interface ListCategoriesResponse {
|
|
|
1531
1531
|
/** List of categories. */
|
|
1532
1532
|
categories?: Category[];
|
|
1533
1533
|
/** Details on the paged set of results returned. */
|
|
1534
|
-
metaData?: MetaData$
|
|
1534
|
+
metaData?: MetaData$4;
|
|
1535
1535
|
}
|
|
1536
|
-
interface MetaData$
|
|
1536
|
+
interface MetaData$4 {
|
|
1537
1537
|
/** Number of items returned in this response. */
|
|
1538
1538
|
count?: number;
|
|
1539
1539
|
/** Number of items skipped. */
|
|
@@ -1671,14 +1671,14 @@ interface GetCategoryResponseNonNullableFields {
|
|
|
1671
1671
|
interface GetCategoryBySlugResponseNonNullableFields {
|
|
1672
1672
|
category?: CategoryNonNullableFields;
|
|
1673
1673
|
}
|
|
1674
|
-
interface MetaDataNonNullableFields$
|
|
1674
|
+
interface MetaDataNonNullableFields$4 {
|
|
1675
1675
|
count: number;
|
|
1676
1676
|
offset: number;
|
|
1677
1677
|
total: number;
|
|
1678
1678
|
}
|
|
1679
1679
|
interface ListCategoriesResponseNonNullableFields {
|
|
1680
1680
|
categories: CategoryNonNullableFields[];
|
|
1681
|
-
metaData?: MetaDataNonNullableFields$
|
|
1681
|
+
metaData?: MetaDataNonNullableFields$4;
|
|
1682
1682
|
}
|
|
1683
1683
|
interface QueryCategoriesResponseNonNullableFields {
|
|
1684
1684
|
categories: CategoryNonNullableFields[];
|
|
@@ -3519,9 +3519,9 @@ interface ListDeletedDraftPostsResponse$1 {
|
|
|
3519
3519
|
/** List of draft posts. */
|
|
3520
3520
|
draftPosts?: DraftPost$1[];
|
|
3521
3521
|
/** Details on the paged set of results returned. */
|
|
3522
|
-
metaData?: MetaData$
|
|
3522
|
+
metaData?: MetaData$3;
|
|
3523
3523
|
}
|
|
3524
|
-
interface MetaData$
|
|
3524
|
+
interface MetaData$3 {
|
|
3525
3525
|
/** Number of items returned in this response. */
|
|
3526
3526
|
count?: number;
|
|
3527
3527
|
/** Requested offset. */
|
|
@@ -3631,7 +3631,7 @@ interface ListDraftPostsResponse$1 {
|
|
|
3631
3631
|
/** List of draft posts. */
|
|
3632
3632
|
draftPosts?: DraftPost$1[];
|
|
3633
3633
|
/** Details on the paged set of results returned. */
|
|
3634
|
-
metaData?: MetaData$
|
|
3634
|
+
metaData?: MetaData$3;
|
|
3635
3635
|
}
|
|
3636
3636
|
interface GetDeletedDraftPostRequest$1 {
|
|
3637
3637
|
/** Draft post ID. */
|
|
@@ -3729,7 +3729,7 @@ interface QueryDraftPostsResponse$1 {
|
|
|
3729
3729
|
* @replacedBy pagingMetadata
|
|
3730
3730
|
* @targetRemovalDate 2024-06-30
|
|
3731
3731
|
*/
|
|
3732
|
-
metaData?: MetaData$
|
|
3732
|
+
metaData?: MetaData$3;
|
|
3733
3733
|
/** Details on the paged set of results returned. */
|
|
3734
3734
|
pagingMetadata?: PagingMetadataV2$5;
|
|
3735
3735
|
}
|
|
@@ -4146,14 +4146,14 @@ interface BulkUpdateDraftPostsResponseNonNullableFields$1 {
|
|
|
4146
4146
|
results: BulkDraftPostResultNonNullableFields$1[];
|
|
4147
4147
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$1;
|
|
4148
4148
|
}
|
|
4149
|
-
interface MetaDataNonNullableFields$
|
|
4149
|
+
interface MetaDataNonNullableFields$3 {
|
|
4150
4150
|
count: number;
|
|
4151
4151
|
offset: number;
|
|
4152
4152
|
total: number;
|
|
4153
4153
|
}
|
|
4154
4154
|
interface ListDeletedDraftPostsResponseNonNullableFields$1 {
|
|
4155
4155
|
draftPosts: DraftPostNonNullableFields$1[];
|
|
4156
|
-
metaData?: MetaDataNonNullableFields$
|
|
4156
|
+
metaData?: MetaDataNonNullableFields$3;
|
|
4157
4157
|
}
|
|
4158
4158
|
interface GetDraftPostResponseNonNullableFields$1 {
|
|
4159
4159
|
draftPost?: DraftPostNonNullableFields$1;
|
|
@@ -4167,7 +4167,7 @@ interface BulkDeleteDraftPostsResponseNonNullableFields$1 {
|
|
|
4167
4167
|
}
|
|
4168
4168
|
interface ListDraftPostsResponseNonNullableFields$1 {
|
|
4169
4169
|
draftPosts: DraftPostNonNullableFields$1[];
|
|
4170
|
-
metaData?: MetaDataNonNullableFields$
|
|
4170
|
+
metaData?: MetaDataNonNullableFields$3;
|
|
4171
4171
|
}
|
|
4172
4172
|
interface GetDeletedDraftPostResponseNonNullableFields$1 {
|
|
4173
4173
|
draftPost?: DraftPostNonNullableFields$1;
|
|
@@ -4177,7 +4177,7 @@ interface RestoreFromTrashBinResponseNonNullableFields$1 {
|
|
|
4177
4177
|
}
|
|
4178
4178
|
interface QueryDraftPostsResponseNonNullableFields$1 {
|
|
4179
4179
|
draftPosts: DraftPostNonNullableFields$1[];
|
|
4180
|
-
metaData?: MetaDataNonNullableFields$
|
|
4180
|
+
metaData?: MetaDataNonNullableFields$3;
|
|
4181
4181
|
}
|
|
4182
4182
|
interface PublishDraftPostResponseNonNullableFields$1 {
|
|
4183
4183
|
postId: string;
|
|
@@ -5941,9 +5941,9 @@ interface ListDeletedDraftPostsResponse {
|
|
|
5941
5941
|
/** List of draft posts. */
|
|
5942
5942
|
draftPosts?: DraftPost[];
|
|
5943
5943
|
/** Details on the paged set of results returned. */
|
|
5944
|
-
metaData?: MetaData$
|
|
5944
|
+
metaData?: MetaData$2;
|
|
5945
5945
|
}
|
|
5946
|
-
interface MetaData$
|
|
5946
|
+
interface MetaData$2 {
|
|
5947
5947
|
/** Number of items returned in this response. */
|
|
5948
5948
|
count?: number;
|
|
5949
5949
|
/** Requested offset. */
|
|
@@ -6053,7 +6053,7 @@ interface ListDraftPostsResponse {
|
|
|
6053
6053
|
/** List of draft posts. */
|
|
6054
6054
|
draftPosts?: DraftPost[];
|
|
6055
6055
|
/** Details on the paged set of results returned. */
|
|
6056
|
-
metaData?: MetaData$
|
|
6056
|
+
metaData?: MetaData$2;
|
|
6057
6057
|
}
|
|
6058
6058
|
interface GetDeletedDraftPostRequest {
|
|
6059
6059
|
/** Draft post ID. */
|
|
@@ -6151,7 +6151,7 @@ interface QueryDraftPostsResponse {
|
|
|
6151
6151
|
* @replacedBy pagingMetadata
|
|
6152
6152
|
* @targetRemovalDate 2024-06-30
|
|
6153
6153
|
*/
|
|
6154
|
-
metaData?: MetaData$
|
|
6154
|
+
metaData?: MetaData$2;
|
|
6155
6155
|
/** Details on the paged set of results returned. */
|
|
6156
6156
|
pagingMetadata?: PagingMetadataV2$4;
|
|
6157
6157
|
}
|
|
@@ -6538,14 +6538,14 @@ interface BulkUpdateDraftPostsResponseNonNullableFields {
|
|
|
6538
6538
|
results: BulkDraftPostResultNonNullableFields[];
|
|
6539
6539
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields;
|
|
6540
6540
|
}
|
|
6541
|
-
interface MetaDataNonNullableFields$
|
|
6541
|
+
interface MetaDataNonNullableFields$2 {
|
|
6542
6542
|
count: number;
|
|
6543
6543
|
offset: number;
|
|
6544
6544
|
total: number;
|
|
6545
6545
|
}
|
|
6546
6546
|
interface ListDeletedDraftPostsResponseNonNullableFields {
|
|
6547
6547
|
draftPosts: DraftPostNonNullableFields[];
|
|
6548
|
-
metaData?: MetaDataNonNullableFields$
|
|
6548
|
+
metaData?: MetaDataNonNullableFields$2;
|
|
6549
6549
|
}
|
|
6550
6550
|
interface GetDraftPostResponseNonNullableFields {
|
|
6551
6551
|
draftPost?: DraftPostNonNullableFields;
|
|
@@ -6559,7 +6559,7 @@ interface BulkDeleteDraftPostsResponseNonNullableFields {
|
|
|
6559
6559
|
}
|
|
6560
6560
|
interface ListDraftPostsResponseNonNullableFields {
|
|
6561
6561
|
draftPosts: DraftPostNonNullableFields[];
|
|
6562
|
-
metaData?: MetaDataNonNullableFields$
|
|
6562
|
+
metaData?: MetaDataNonNullableFields$2;
|
|
6563
6563
|
}
|
|
6564
6564
|
interface GetDeletedDraftPostResponseNonNullableFields {
|
|
6565
6565
|
draftPost?: DraftPostNonNullableFields;
|
|
@@ -6569,7 +6569,7 @@ interface RestoreFromTrashBinResponseNonNullableFields {
|
|
|
6569
6569
|
}
|
|
6570
6570
|
interface QueryDraftPostsResponseNonNullableFields {
|
|
6571
6571
|
draftPosts: DraftPostNonNullableFields[];
|
|
6572
|
-
metaData?: MetaDataNonNullableFields$
|
|
6572
|
+
metaData?: MetaDataNonNullableFields$2;
|
|
6573
6573
|
}
|
|
6574
6574
|
interface PublishDraftPostResponseNonNullableFields {
|
|
6575
6575
|
postId: string;
|
|
@@ -8233,7 +8233,7 @@ declare enum PostFieldField$1 {
|
|
|
8233
8233
|
/** Includes post rich content. */
|
|
8234
8234
|
RICH_CONTENT = "RICH_CONTENT"
|
|
8235
8235
|
}
|
|
8236
|
-
interface MetaData$
|
|
8236
|
+
interface MetaData$1 {
|
|
8237
8237
|
/** Number of items returned in this response. */
|
|
8238
8238
|
count?: number;
|
|
8239
8239
|
/** Requested offset. */
|
|
@@ -8367,7 +8367,7 @@ interface ListPostsResponse$1 {
|
|
|
8367
8367
|
/** List of posts. */
|
|
8368
8368
|
posts?: Post$1[];
|
|
8369
8369
|
/** Details on the paged set of results returned. */
|
|
8370
|
-
metaData?: MetaData$
|
|
8370
|
+
metaData?: MetaData$1;
|
|
8371
8371
|
}
|
|
8372
8372
|
interface QueryPostsRequest$1 {
|
|
8373
8373
|
/**
|
|
@@ -8501,7 +8501,7 @@ interface QueryPostsResponse$1 {
|
|
|
8501
8501
|
* @replacedBy pagingMetadata
|
|
8502
8502
|
* @targetRemovalDate 2024-06-30
|
|
8503
8503
|
*/
|
|
8504
|
-
metaData?: MetaData$
|
|
8504
|
+
metaData?: MetaData$1;
|
|
8505
8505
|
/** Details on the paged set of results returned. */
|
|
8506
8506
|
pagingMetadata?: PagingMetadataV2$3;
|
|
8507
8507
|
}
|
|
@@ -8983,18 +8983,18 @@ interface GetPostResponseNonNullableFields$1 {
|
|
|
8983
8983
|
interface GetPostBySlugResponseNonNullableFields$1 {
|
|
8984
8984
|
post?: PostNonNullableFields$1;
|
|
8985
8985
|
}
|
|
8986
|
-
interface MetaDataNonNullableFields$
|
|
8986
|
+
interface MetaDataNonNullableFields$1 {
|
|
8987
8987
|
count: number;
|
|
8988
8988
|
offset: number;
|
|
8989
8989
|
total: number;
|
|
8990
8990
|
}
|
|
8991
8991
|
interface ListPostsResponseNonNullableFields$1 {
|
|
8992
8992
|
posts: PostNonNullableFields$1[];
|
|
8993
|
-
metaData?: MetaDataNonNullableFields$
|
|
8993
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
8994
8994
|
}
|
|
8995
8995
|
interface QueryPostsResponseNonNullableFields$1 {
|
|
8996
8996
|
posts: PostNonNullableFields$1[];
|
|
8997
|
-
metaData?: MetaDataNonNullableFields$
|
|
8997
|
+
metaData?: MetaDataNonNullableFields$1;
|
|
8998
8998
|
}
|
|
8999
8999
|
interface GetPostMetricsResponseNonNullableFields$1 {
|
|
9000
9000
|
metrics?: MetricsNonNullableFields$1;
|
|
@@ -10565,7 +10565,7 @@ declare enum PostFieldField {
|
|
|
10565
10565
|
/** Includes post rich content. */
|
|
10566
10566
|
RICH_CONTENT = "RICH_CONTENT"
|
|
10567
10567
|
}
|
|
10568
|
-
interface MetaData
|
|
10568
|
+
interface MetaData {
|
|
10569
10569
|
/** Number of items returned in this response. */
|
|
10570
10570
|
count?: number;
|
|
10571
10571
|
/**
|
|
@@ -10677,7 +10677,7 @@ interface ListPostsResponse {
|
|
|
10677
10677
|
/** List of posts. */
|
|
10678
10678
|
posts?: Post[];
|
|
10679
10679
|
/** Details on the paged set of results returned. */
|
|
10680
|
-
metaData?: MetaData
|
|
10680
|
+
metaData?: MetaData;
|
|
10681
10681
|
}
|
|
10682
10682
|
interface QueryPostsRequest {
|
|
10683
10683
|
/**
|
|
@@ -10804,7 +10804,7 @@ interface QueryPostsResponse {
|
|
|
10804
10804
|
* @replacedBy pagingMetadata
|
|
10805
10805
|
* @targetRemovalDate 2024-06-30
|
|
10806
10806
|
*/
|
|
10807
|
-
metaData?: MetaData
|
|
10807
|
+
metaData?: MetaData;
|
|
10808
10808
|
/** Details on the paged set of results returned. */
|
|
10809
10809
|
pagingMetadata?: PagingMetadataV2$2;
|
|
10810
10810
|
}
|
|
@@ -11256,18 +11256,18 @@ interface GetPostResponseNonNullableFields {
|
|
|
11256
11256
|
interface GetPostBySlugResponseNonNullableFields {
|
|
11257
11257
|
post?: PostNonNullableFields;
|
|
11258
11258
|
}
|
|
11259
|
-
interface MetaDataNonNullableFields
|
|
11259
|
+
interface MetaDataNonNullableFields {
|
|
11260
11260
|
count: number;
|
|
11261
11261
|
offset: number;
|
|
11262
11262
|
total: number;
|
|
11263
11263
|
}
|
|
11264
11264
|
interface ListPostsResponseNonNullableFields {
|
|
11265
11265
|
posts: PostNonNullableFields[];
|
|
11266
|
-
metaData?: MetaDataNonNullableFields
|
|
11266
|
+
metaData?: MetaDataNonNullableFields;
|
|
11267
11267
|
}
|
|
11268
11268
|
interface QueryPostsResponseNonNullableFields {
|
|
11269
11269
|
posts: PostNonNullableFields[];
|
|
11270
|
-
metaData?: MetaDataNonNullableFields
|
|
11270
|
+
metaData?: MetaDataNonNullableFields;
|
|
11271
11271
|
}
|
|
11272
11272
|
interface GetPostMetricsResponseNonNullableFields {
|
|
11273
11273
|
metrics?: MetricsNonNullableFields;
|
|
@@ -11466,60 +11466,6 @@ interface GetTagBySlugResponse$1 {
|
|
|
11466
11466
|
tag?: BlogTag$1;
|
|
11467
11467
|
}
|
|
11468
11468
|
interface QueryTagsRequest$1 {
|
|
11469
|
-
/**
|
|
11470
|
-
* __Deprecated.__ Use `query` instead.
|
|
11471
|
-
* This parameter will be removed on June 30, 2023.
|
|
11472
|
-
*
|
|
11473
|
-
* Filter object.
|
|
11474
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11475
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
11476
|
-
* This parameter will be removed on June 30, 2023.
|
|
11477
|
-
*
|
|
11478
|
-
* Filter object.
|
|
11479
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11480
|
-
* @replacedBy query
|
|
11481
|
-
* @targetRemovalDate 2024-06-30
|
|
11482
|
-
*/
|
|
11483
|
-
filter?: Record<string, any> | null;
|
|
11484
|
-
/**
|
|
11485
|
-
* __Deprecated.__ Use `query` instead.
|
|
11486
|
-
* This parameter will be removed on June 30, 2023.
|
|
11487
|
-
*
|
|
11488
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11489
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
11490
|
-
* This parameter will be removed on June 30, 2023.
|
|
11491
|
-
*
|
|
11492
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11493
|
-
* @replacedBy query
|
|
11494
|
-
* @targetRemovalDate 2024-06-30
|
|
11495
|
-
*/
|
|
11496
|
-
sort?: Sorting$1[];
|
|
11497
|
-
/**
|
|
11498
|
-
* __Deprecated.__ Use `query` instead.
|
|
11499
|
-
* This parameter will be removed on June 30, 2023.
|
|
11500
|
-
*
|
|
11501
|
-
* Pagination options.
|
|
11502
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
11503
|
-
* This parameter will be removed on June 30, 2023.
|
|
11504
|
-
*
|
|
11505
|
-
* Pagination options.
|
|
11506
|
-
* @replacedBy query
|
|
11507
|
-
* @targetRemovalDate 2024-06-30
|
|
11508
|
-
*/
|
|
11509
|
-
paging?: Paging$1;
|
|
11510
|
-
/**
|
|
11511
|
-
* __Deprecated.__ Use `fieldsets` instead.
|
|
11512
|
-
* This parameter will be removed on June 30, 2023.
|
|
11513
|
-
*
|
|
11514
|
-
* List of tag fields to be included in the response.
|
|
11515
|
-
* @deprecated __Deprecated.__ Use `fieldsets` instead.
|
|
11516
|
-
* This parameter will be removed on June 30, 2023.
|
|
11517
|
-
*
|
|
11518
|
-
* List of tag fields to be included in the response.
|
|
11519
|
-
* @replacedBy fieldsets
|
|
11520
|
-
* @targetRemovalDate 2024-06-30
|
|
11521
|
-
*/
|
|
11522
|
-
fieldsToInclude?: Field$1[];
|
|
11523
11469
|
/** Query options. */
|
|
11524
11470
|
query?: PlatformQuery$1;
|
|
11525
11471
|
/**
|
|
@@ -11529,22 +11475,6 @@ interface QueryTagsRequest$1 {
|
|
|
11529
11475
|
*/
|
|
11530
11476
|
fieldsets?: Field$1[];
|
|
11531
11477
|
}
|
|
11532
|
-
interface Sorting$1 {
|
|
11533
|
-
/** Name of the field to sort by. */
|
|
11534
|
-
fieldName?: string;
|
|
11535
|
-
/** Sort order. */
|
|
11536
|
-
order?: SortOrder$1;
|
|
11537
|
-
}
|
|
11538
|
-
declare enum SortOrder$1 {
|
|
11539
|
-
ASC = "ASC",
|
|
11540
|
-
DESC = "DESC"
|
|
11541
|
-
}
|
|
11542
|
-
interface Paging$1 {
|
|
11543
|
-
/** Number of items to load. */
|
|
11544
|
-
limit?: number | null;
|
|
11545
|
-
/** Number of items to skip in the current sort order. */
|
|
11546
|
-
offset?: number | null;
|
|
11547
|
-
}
|
|
11548
11478
|
interface PlatformQuery$1 extends PlatformQueryPagingMethodOneOf$1 {
|
|
11549
11479
|
/** Paging options to limit and skip the number of items. */
|
|
11550
11480
|
paging?: Paging$1;
|
|
@@ -11572,6 +11502,22 @@ interface PlatformQueryPagingMethodOneOf$1 {
|
|
|
11572
11502
|
/** 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`. */
|
|
11573
11503
|
cursorPaging?: CursorPaging$1;
|
|
11574
11504
|
}
|
|
11505
|
+
interface Sorting$1 {
|
|
11506
|
+
/** Name of the field to sort by. */
|
|
11507
|
+
fieldName?: string;
|
|
11508
|
+
/** Sort order. */
|
|
11509
|
+
order?: SortOrder$1;
|
|
11510
|
+
}
|
|
11511
|
+
declare enum SortOrder$1 {
|
|
11512
|
+
ASC = "ASC",
|
|
11513
|
+
DESC = "DESC"
|
|
11514
|
+
}
|
|
11515
|
+
interface Paging$1 {
|
|
11516
|
+
/** Number of items to load. */
|
|
11517
|
+
limit?: number | null;
|
|
11518
|
+
/** Number of items to skip in the current sort order. */
|
|
11519
|
+
offset?: number | null;
|
|
11520
|
+
}
|
|
11575
11521
|
interface CursorPaging$1 {
|
|
11576
11522
|
/** Number of items to load. */
|
|
11577
11523
|
limit?: number | null;
|
|
@@ -11587,32 +11533,9 @@ interface CursorPaging$1 {
|
|
|
11587
11533
|
interface QueryTagsResponse$1 {
|
|
11588
11534
|
/** List of tags. */
|
|
11589
11535
|
tags?: BlogTag$1[];
|
|
11590
|
-
/**
|
|
11591
|
-
* __Deprecated.__ Use `pagingMetadata` instead.
|
|
11592
|
-
* This property will be removed on June 30, 2023.
|
|
11593
|
-
*
|
|
11594
|
-
* Details on the paged set of results returned.
|
|
11595
|
-
* @deprecated __Deprecated.__ Use `pagingMetadata` instead.
|
|
11596
|
-
* This property will be removed on June 30, 2023.
|
|
11597
|
-
*
|
|
11598
|
-
* Details on the paged set of results returned.
|
|
11599
|
-
* @replacedBy pagingMetadata
|
|
11600
|
-
* @targetRemovalDate 2024-06-30
|
|
11601
|
-
*/
|
|
11602
|
-
metaData?: MetaData$1;
|
|
11603
11536
|
/** Details on the paged set of results returned. */
|
|
11604
11537
|
pagingMetadata?: PagingMetadataV2$1;
|
|
11605
11538
|
}
|
|
11606
|
-
interface MetaData$1 {
|
|
11607
|
-
/** Number of items returned in this response. */
|
|
11608
|
-
count?: number;
|
|
11609
|
-
/** Requested offset. */
|
|
11610
|
-
offset?: number;
|
|
11611
|
-
/** Total number of items that match the query. */
|
|
11612
|
-
total?: number;
|
|
11613
|
-
/** Pointer to the next or previous page in the list of results. */
|
|
11614
|
-
cursor?: string | null;
|
|
11615
|
-
}
|
|
11616
11539
|
interface PagingMetadataV2$1 {
|
|
11617
11540
|
/** Number of items returned in the response. */
|
|
11618
11541
|
count?: number | null;
|
|
@@ -11681,14 +11604,8 @@ interface GetTagResponseNonNullableFields$1 {
|
|
|
11681
11604
|
interface GetTagBySlugResponseNonNullableFields$1 {
|
|
11682
11605
|
tag?: BlogTagNonNullableFields$1;
|
|
11683
11606
|
}
|
|
11684
|
-
interface MetaDataNonNullableFields$1 {
|
|
11685
|
-
count: number;
|
|
11686
|
-
offset: number;
|
|
11687
|
-
total: number;
|
|
11688
|
-
}
|
|
11689
11607
|
interface QueryTagsResponseNonNullableFields$1 {
|
|
11690
11608
|
tags: BlogTagNonNullableFields$1[];
|
|
11691
|
-
metaData?: MetaDataNonNullableFields$1;
|
|
11692
11609
|
}
|
|
11693
11610
|
|
|
11694
11611
|
interface BlogTag {
|
|
@@ -11834,60 +11751,6 @@ interface GetTagBySlugResponse {
|
|
|
11834
11751
|
tag?: BlogTag;
|
|
11835
11752
|
}
|
|
11836
11753
|
interface QueryTagsRequest {
|
|
11837
|
-
/**
|
|
11838
|
-
* __Deprecated.__ Use `query` instead.
|
|
11839
|
-
* This parameter will be removed on June 30, 2023.
|
|
11840
|
-
*
|
|
11841
|
-
* Filter object.
|
|
11842
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11843
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
11844
|
-
* This parameter will be removed on June 30, 2023.
|
|
11845
|
-
*
|
|
11846
|
-
* Filter object.
|
|
11847
|
-
* For a detailed list of supported filters, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11848
|
-
* @replacedBy query
|
|
11849
|
-
* @targetRemovalDate 2024-06-30
|
|
11850
|
-
*/
|
|
11851
|
-
filter?: Record<string, any> | null;
|
|
11852
|
-
/**
|
|
11853
|
-
* __Deprecated.__ Use `query` instead.
|
|
11854
|
-
* This parameter will be removed on June 30, 2023.
|
|
11855
|
-
*
|
|
11856
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11857
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
11858
|
-
* This parameter will be removed on June 30, 2023.
|
|
11859
|
-
*
|
|
11860
|
-
* Sorting options. For a list of sortable fields, see [Field Support for Filtering and Sorting](https://dev.wix.com/api/rest/community/blog/filter-and-sort).
|
|
11861
|
-
* @replacedBy query
|
|
11862
|
-
* @targetRemovalDate 2024-06-30
|
|
11863
|
-
*/
|
|
11864
|
-
sort?: Sorting[];
|
|
11865
|
-
/**
|
|
11866
|
-
* __Deprecated.__ Use `query` instead.
|
|
11867
|
-
* This parameter will be removed on June 30, 2023.
|
|
11868
|
-
*
|
|
11869
|
-
* Pagination options.
|
|
11870
|
-
* @deprecated __Deprecated.__ Use `query` instead.
|
|
11871
|
-
* This parameter will be removed on June 30, 2023.
|
|
11872
|
-
*
|
|
11873
|
-
* Pagination options.
|
|
11874
|
-
* @replacedBy query
|
|
11875
|
-
* @targetRemovalDate 2024-06-30
|
|
11876
|
-
*/
|
|
11877
|
-
paging?: Paging;
|
|
11878
|
-
/**
|
|
11879
|
-
* __Deprecated.__ Use `fieldsets` instead.
|
|
11880
|
-
* This parameter will be removed on June 30, 2023.
|
|
11881
|
-
*
|
|
11882
|
-
* List of tag fields to be included in the response.
|
|
11883
|
-
* @deprecated __Deprecated.__ Use `fieldsets` instead.
|
|
11884
|
-
* This parameter will be removed on June 30, 2023.
|
|
11885
|
-
*
|
|
11886
|
-
* List of tag fields to be included in the response.
|
|
11887
|
-
* @replacedBy fieldsets
|
|
11888
|
-
* @targetRemovalDate 2024-06-30
|
|
11889
|
-
*/
|
|
11890
|
-
fieldsToInclude?: Field[];
|
|
11891
11754
|
/** Query options. */
|
|
11892
11755
|
query?: PlatformQuery;
|
|
11893
11756
|
/**
|
|
@@ -11897,22 +11760,6 @@ interface QueryTagsRequest {
|
|
|
11897
11760
|
*/
|
|
11898
11761
|
fieldsets?: Field[];
|
|
11899
11762
|
}
|
|
11900
|
-
interface Sorting {
|
|
11901
|
-
/** Name of the field to sort by. */
|
|
11902
|
-
fieldName?: string;
|
|
11903
|
-
/** Sort order. */
|
|
11904
|
-
order?: SortOrder;
|
|
11905
|
-
}
|
|
11906
|
-
declare enum SortOrder {
|
|
11907
|
-
ASC = "ASC",
|
|
11908
|
-
DESC = "DESC"
|
|
11909
|
-
}
|
|
11910
|
-
interface Paging {
|
|
11911
|
-
/** Number of items to load. */
|
|
11912
|
-
limit?: number | null;
|
|
11913
|
-
/** Number of items to skip in the current sort order. */
|
|
11914
|
-
offset?: number | null;
|
|
11915
|
-
}
|
|
11916
11763
|
interface PlatformQuery extends PlatformQueryPagingMethodOneOf {
|
|
11917
11764
|
/** Paging options to limit and skip the number of items. */
|
|
11918
11765
|
paging?: Paging;
|
|
@@ -11940,6 +11787,22 @@ interface PlatformQueryPagingMethodOneOf {
|
|
|
11940
11787
|
/** 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`. */
|
|
11941
11788
|
cursorPaging?: CursorPaging;
|
|
11942
11789
|
}
|
|
11790
|
+
interface Sorting {
|
|
11791
|
+
/** Name of the field to sort by. */
|
|
11792
|
+
fieldName?: string;
|
|
11793
|
+
/** Sort order. */
|
|
11794
|
+
order?: SortOrder;
|
|
11795
|
+
}
|
|
11796
|
+
declare enum SortOrder {
|
|
11797
|
+
ASC = "ASC",
|
|
11798
|
+
DESC = "DESC"
|
|
11799
|
+
}
|
|
11800
|
+
interface Paging {
|
|
11801
|
+
/** Number of items to load. */
|
|
11802
|
+
limit?: number | null;
|
|
11803
|
+
/** Number of items to skip in the current sort order. */
|
|
11804
|
+
offset?: number | null;
|
|
11805
|
+
}
|
|
11943
11806
|
interface CursorPaging {
|
|
11944
11807
|
/** Number of items to load. */
|
|
11945
11808
|
limit?: number | null;
|
|
@@ -11955,32 +11818,9 @@ interface CursorPaging {
|
|
|
11955
11818
|
interface QueryTagsResponse {
|
|
11956
11819
|
/** List of tags. */
|
|
11957
11820
|
tags?: BlogTag[];
|
|
11958
|
-
/**
|
|
11959
|
-
* __Deprecated.__ Use `pagingMetadata` instead.
|
|
11960
|
-
* This property will be removed on June 30, 2023.
|
|
11961
|
-
*
|
|
11962
|
-
* Details on the paged set of results returned.
|
|
11963
|
-
* @deprecated __Deprecated.__ Use `pagingMetadata` instead.
|
|
11964
|
-
* This property will be removed on June 30, 2023.
|
|
11965
|
-
*
|
|
11966
|
-
* Details on the paged set of results returned.
|
|
11967
|
-
* @replacedBy pagingMetadata
|
|
11968
|
-
* @targetRemovalDate 2024-06-30
|
|
11969
|
-
*/
|
|
11970
|
-
metaData?: MetaData;
|
|
11971
11821
|
/** Details on the paged set of results returned. */
|
|
11972
11822
|
pagingMetadata?: PagingMetadataV2;
|
|
11973
11823
|
}
|
|
11974
|
-
interface MetaData {
|
|
11975
|
-
/** Number of items returned in this response. */
|
|
11976
|
-
count?: number;
|
|
11977
|
-
/** Requested offset. */
|
|
11978
|
-
offset?: number;
|
|
11979
|
-
/** Total number of items that match the query. */
|
|
11980
|
-
total?: number;
|
|
11981
|
-
/** Pointer to the next or previous page in the list of results. */
|
|
11982
|
-
cursor?: string | null;
|
|
11983
|
-
}
|
|
11984
11824
|
interface PagingMetadataV2 {
|
|
11985
11825
|
/** Number of items returned in the response. */
|
|
11986
11826
|
count?: number | null;
|
|
@@ -12045,14 +11885,8 @@ interface GetTagResponseNonNullableFields {
|
|
|
12045
11885
|
interface GetTagBySlugResponseNonNullableFields {
|
|
12046
11886
|
tag?: BlogTagNonNullableFields;
|
|
12047
11887
|
}
|
|
12048
|
-
interface MetaDataNonNullableFields {
|
|
12049
|
-
count: number;
|
|
12050
|
-
offset: number;
|
|
12051
|
-
total: number;
|
|
12052
|
-
}
|
|
12053
11888
|
interface QueryTagsResponseNonNullableFields {
|
|
12054
11889
|
tags: BlogTagNonNullableFields[];
|
|
12055
|
-
metaData?: MetaDataNonNullableFields;
|
|
12056
11890
|
}
|
|
12057
11891
|
|
|
12058
11892
|
type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|