contentful-management 12.6.0-dev.2 → 12.6.0
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/README.md +3 -3
- package/dist/browser/index.js +767 -1070
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.min.js +1 -1
- package/dist/browser/index.min.js.map +1 -1
- package/dist/cjs/index.cjs +759 -1062
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/adapters/REST/endpoints/asset.mjs +12 -1
- package/dist/esm/adapters/REST/endpoints/asset.mjs.map +1 -1
- package/dist/esm/adapters/REST/endpoints/component-type.mjs +3 -43
- package/dist/esm/adapters/REST/endpoints/component-type.mjs.map +1 -1
- package/dist/esm/adapters/REST/endpoints/content-type.mjs +9 -1
- package/dist/esm/adapters/REST/endpoints/content-type.mjs.map +1 -1
- package/dist/esm/adapters/REST/endpoints/entry.mjs +12 -1
- package/dist/esm/adapters/REST/endpoints/entry.mjs.map +1 -1
- package/dist/esm/adapters/REST/endpoints/index.mjs +0 -8
- package/dist/esm/adapters/REST/endpoints/index.mjs.map +1 -1
- package/dist/esm/common-types.mjs.map +1 -1
- package/dist/esm/entities/ai-action-invocation.mjs.map +1 -1
- package/dist/esm/entities/ai-action.mjs.map +1 -1
- package/dist/esm/plain/plain-client.mjs +0 -44
- package/dist/esm/plain/plain-client.mjs.map +1 -1
- package/dist/types/adapters/REST/endpoints/asset.d.ts +1 -0
- package/dist/types/adapters/REST/endpoints/asset.js +12 -1
- package/dist/types/adapters/REST/endpoints/asset.js.map +1 -1
- package/dist/types/adapters/REST/endpoints/component-type.d.ts +0 -6
- package/dist/types/adapters/REST/endpoints/component-type.js +3 -43
- package/dist/types/adapters/REST/endpoints/component-type.js.map +1 -1
- package/dist/types/adapters/REST/endpoints/content-type.d.ts +1 -0
- package/dist/types/adapters/REST/endpoints/content-type.js +9 -1
- package/dist/types/adapters/REST/endpoints/content-type.js.map +1 -1
- package/dist/types/adapters/REST/endpoints/entry.d.ts +1 -0
- package/dist/types/adapters/REST/endpoints/entry.js +12 -1
- package/dist/types/adapters/REST/endpoints/entry.js.map +1 -1
- package/dist/types/adapters/REST/endpoints/index.d.ts +0 -8
- package/dist/types/adapters/REST/endpoints/index.js +0 -8
- package/dist/types/adapters/REST/endpoints/index.js.map +1 -1
- package/dist/types/common-types.d.ts +5 -372
- package/dist/types/common-types.js.map +1 -1
- package/dist/types/entities/ai-action-invocation.d.ts +37 -18
- package/dist/types/entities/ai-action-invocation.js.map +1 -1
- package/dist/types/entities/ai-action.d.ts +4 -1
- package/dist/types/entities/ai-action.js.map +1 -1
- package/dist/types/entities/component-type.d.ts +53 -88
- package/dist/types/export-types.d.ts +1 -6
- package/dist/types/plain/entities/component-type.d.ts +7 -119
- package/dist/types/plain/plain-client-types.d.ts +0 -8
- package/dist/types/plain/plain-client.js +0 -44
- package/dist/types/plain/plain-client.js.map +1 -1
- package/package.json +1 -1
- package/dist/esm/adapters/REST/endpoints/data-assembly.mjs +0 -62
- package/dist/esm/adapters/REST/endpoints/data-assembly.mjs.map +0 -1
- package/dist/esm/adapters/REST/endpoints/experience.mjs +0 -52
- package/dist/esm/adapters/REST/endpoints/experience.mjs.map +0 -1
- package/dist/esm/adapters/REST/endpoints/fragment.mjs +0 -50
- package/dist/esm/adapters/REST/endpoints/fragment.mjs.map +0 -1
- package/dist/esm/adapters/REST/endpoints/template.mjs +0 -50
- package/dist/esm/adapters/REST/endpoints/template.mjs.map +0 -1
- package/dist/types/adapters/REST/endpoints/data-assembly.d.ts +0 -10
- package/dist/types/adapters/REST/endpoints/data-assembly.js +0 -62
- package/dist/types/adapters/REST/endpoints/data-assembly.js.map +0 -1
- package/dist/types/adapters/REST/endpoints/experience.d.ts +0 -8
- package/dist/types/adapters/REST/endpoints/experience.js +0 -52
- package/dist/types/adapters/REST/endpoints/experience.js.map +0 -1
- package/dist/types/adapters/REST/endpoints/fragment.d.ts +0 -8
- package/dist/types/adapters/REST/endpoints/fragment.js +0 -50
- package/dist/types/adapters/REST/endpoints/fragment.js.map +0 -1
- package/dist/types/adapters/REST/endpoints/template.d.ts +0 -8
- package/dist/types/adapters/REST/endpoints/template.js +0 -50
- package/dist/types/adapters/REST/endpoints/template.js.map +0 -1
- package/dist/types/entities/data-assembly.d.ts +0 -92
- package/dist/types/entities/experience.d.ts +0 -84
- package/dist/types/entities/fragment.d.ts +0 -53
- package/dist/types/entities/template.d.ts +0 -48
- package/dist/types/plain/entities/data-assembly.d.ts +0 -178
- package/dist/types/plain/entities/experience.d.ts +0 -165
- package/dist/types/plain/entities/fragment.d.ts +0 -134
- package/dist/types/plain/entities/template.d.ts +0 -139
|
@@ -16,10 +16,7 @@ import type { AssetKeyProps, CreateAssetKeyProps } from './entities/asset-key';
|
|
|
16
16
|
import type { AvailableLicenseProps } from './entities/available-license';
|
|
17
17
|
import type { BulkActionProps, BulkActionPublishPayload, BulkActionUnpublishPayload, BulkActionV2Payload, BulkActionValidatePayload, PublishBulkActionV2Payload, UnpublishBulkActionV2Payload, ValidateBulkActionV2Payload } from './entities/bulk-action';
|
|
18
18
|
import type { CommentProps, CreateCommentParams, CreateCommentProps, DeleteCommentParams, GetCommentParentEntityParams, GetManyCommentsParams, PlainTextBodyFormat, RichTextBodyFormat, RichTextCommentBodyPayload, RichTextCommentProps, UpdateCommentParams, UpdateCommentProps } from './entities/comment';
|
|
19
|
-
import type { ComponentTypeProps, ComponentTypeQueryOptions
|
|
20
|
-
import type { CreateFragmentProps, FragmentProps, FragmentQueryOptions, UpdateFragmentProps } from './entities/fragment';
|
|
21
|
-
import type { CreateTemplateProps, TemplateProps, TemplateQueryOptions, UpsertTemplateProps } from './entities/template';
|
|
22
|
-
import type { CreateExperienceProps, UpsertExperienceProps, ExperienceLocalePublishPayload, ExperienceProps, ExperienceQueryOptions } from './entities/experience';
|
|
19
|
+
import type { ComponentTypeProps, ComponentTypeQueryOptions } from './entities/component-type';
|
|
23
20
|
import type { ContentTypeProps, CreateContentTypeProps } from './entities/content-type';
|
|
24
21
|
import type { EditorInterfaceProps } from './entities/editor-interface';
|
|
25
22
|
import type { EligibleLicenseProps } from './entities/eligible-license';
|
|
@@ -55,7 +52,6 @@ import type { AppEventSubscriptionProps, CreateAppEventSubscriptionProps } from
|
|
|
55
52
|
import type { AppKeyProps, CreateAppKeyProps } from './entities/app-key';
|
|
56
53
|
import type { ConceptProps, CreateConceptProps } from './entities/concept';
|
|
57
54
|
import type { ConceptSchemeProps, CreateConceptSchemeProps } from './entities/concept-scheme';
|
|
58
|
-
import type { CreateDataAssemblyProps, DataAssemblyProps, DataAssemblyQueryOptions, UpdateDataAssemblyProps, DataAssemblyCollection } from './entities/data-assembly';
|
|
59
55
|
import type { CreateEnvironmentTemplateProps, EnvironmentTemplateProps } from './entities/environment-template';
|
|
60
56
|
import type { CreateEnvironmentTemplateInstallationProps, EnvironmentTemplateInstallationProps, EnvironmentTemplateValidationProps, ValidateEnvironmentTemplateInstallationProps } from './entities/environment-template-installation';
|
|
61
57
|
import type { FunctionProps } from './entities/function';
|
|
@@ -104,48 +100,6 @@ export interface ResourceLink<T extends string> {
|
|
|
104
100
|
urn: string;
|
|
105
101
|
};
|
|
106
102
|
}
|
|
107
|
-
export type PrimitiveDataTypeName = 'String' | 'Number' | 'Integer' | 'Boolean';
|
|
108
|
-
export type BaseDataTypeDefinition = {
|
|
109
|
-
name?: string;
|
|
110
|
-
required?: boolean;
|
|
111
|
-
};
|
|
112
|
-
export type PrimitiveDataTypeDefinition = BaseDataTypeDefinition & {
|
|
113
|
-
type: PrimitiveDataTypeName;
|
|
114
|
-
};
|
|
115
|
-
export type RichTextDataTypeDefinition = BaseDataTypeDefinition & {
|
|
116
|
-
type: 'RichText';
|
|
117
|
-
};
|
|
118
|
-
export type ArrayDataTypeDefinition = BaseDataTypeDefinition & {
|
|
119
|
-
type: 'Array';
|
|
120
|
-
items: DataTypeDefinition;
|
|
121
|
-
};
|
|
122
|
-
export type RecordDataTypeDefinition = BaseDataTypeDefinition & {
|
|
123
|
-
type: 'Record';
|
|
124
|
-
fields: Record<string, DataTypeDefinition>;
|
|
125
|
-
};
|
|
126
|
-
export type TypeRefDataTypeDefinition = BaseDataTypeDefinition & {
|
|
127
|
-
type: 'TypeRef';
|
|
128
|
-
ref: ResourceLink<string>;
|
|
129
|
-
};
|
|
130
|
-
export type JsonValue = string | number | boolean | null | JsonValue[] | {
|
|
131
|
-
[key: string]: JsonValue;
|
|
132
|
-
};
|
|
133
|
-
export type LiteralDataTypeDefinition = BaseDataTypeDefinition & {
|
|
134
|
-
type: 'Literal';
|
|
135
|
-
value: JsonValue;
|
|
136
|
-
valueType: DataTypeDefinition;
|
|
137
|
-
};
|
|
138
|
-
export type DiscriminatedUnionDataTypeDefinition = BaseDataTypeDefinition & {
|
|
139
|
-
type: 'DiscriminatedUnion';
|
|
140
|
-
discriminator: string;
|
|
141
|
-
members: DataTypeDefinition[];
|
|
142
|
-
};
|
|
143
|
-
export type DataTypeDefinition = PrimitiveDataTypeDefinition | RichTextDataTypeDefinition | ArrayDataTypeDefinition | RecordDataTypeDefinition | TypeRefDataTypeDefinition | LiteralDataTypeDefinition | DiscriminatedUnionDataTypeDefinition;
|
|
144
|
-
export type PointerExpressionValue = string | {
|
|
145
|
-
$literal: JsonValue;
|
|
146
|
-
} | {
|
|
147
|
-
[key: string]: PointerExpressionValue;
|
|
148
|
-
};
|
|
149
103
|
export interface VersionedLink<T extends string> {
|
|
150
104
|
sys: {
|
|
151
105
|
type: 'Link';
|
|
@@ -234,70 +188,6 @@ export interface MetadataProps {
|
|
|
234
188
|
tags: Link<'Tag'>[];
|
|
235
189
|
concepts?: Link<'TaxonomyConcept'>[];
|
|
236
190
|
}
|
|
237
|
-
/**
|
|
238
|
-
* Base metadata shape for ExO entities (ComponentType, Template).
|
|
239
|
-
* Mirrors upstream MetadataSchema: tags and concepts only.
|
|
240
|
-
* - tags: optional (upstream MetadataSchema.tags is z.optional as of SPA-3821)
|
|
241
|
-
* - concepts: optional taxonomy concept links
|
|
242
|
-
*/
|
|
243
|
-
export interface ExoMetadataProps {
|
|
244
|
-
tags?: Link<'Tag'>[];
|
|
245
|
-
concepts?: Link<'TaxonomyConcept'>[];
|
|
246
|
-
}
|
|
247
|
-
/**
|
|
248
|
-
* Extended metadata shape for Experience entities only.
|
|
249
|
-
* Adds name? for variant labeling (SPA-3939), mirroring upstream ExperienceMetadata.
|
|
250
|
-
*/
|
|
251
|
-
export interface ExperienceMetadataProps extends ExoMetadataProps {
|
|
252
|
-
name?: string;
|
|
253
|
-
}
|
|
254
|
-
/**
|
|
255
|
-
* Shared query filter fields for ExO list endpoints (ComponentType, Experience, Fragment, Template).
|
|
256
|
-
* Mirrors the four shared filter schemas in experiences-management-api-contract:
|
|
257
|
-
* SysFiltersSchema + TagFiltersSchema + TaxonomyConceptsFiltersSchema + TextFiltersSchema
|
|
258
|
-
*/
|
|
259
|
-
export interface ExoQueryFilters {
|
|
260
|
-
'sys.id'?: string;
|
|
261
|
-
'sys.id[in]'?: string;
|
|
262
|
-
'sys.id[nin]'?: string;
|
|
263
|
-
'sys.createdBy.sys.id'?: string;
|
|
264
|
-
'sys.createdBy.sys.id[in]'?: string;
|
|
265
|
-
'sys.createdBy.sys.id[nin]'?: string;
|
|
266
|
-
'sys.updatedBy.sys.id'?: string;
|
|
267
|
-
'sys.updatedBy.sys.id[in]'?: string;
|
|
268
|
-
'sys.updatedBy.sys.id[nin]'?: string;
|
|
269
|
-
'sys.publishedBy.sys.id'?: string;
|
|
270
|
-
'sys.publishedBy.sys.id[in]'?: string;
|
|
271
|
-
'sys.publishedBy.sys.id[nin]'?: string;
|
|
272
|
-
'sys.createdAt[gt]'?: string;
|
|
273
|
-
'sys.createdAt[gte]'?: string;
|
|
274
|
-
'sys.createdAt[lt]'?: string;
|
|
275
|
-
'sys.createdAt[lte]'?: string;
|
|
276
|
-
'sys.updatedAt[gt]'?: string;
|
|
277
|
-
'sys.updatedAt[gte]'?: string;
|
|
278
|
-
'sys.updatedAt[lt]'?: string;
|
|
279
|
-
'sys.updatedAt[lte]'?: string;
|
|
280
|
-
'sys.publishedAt[gt]'?: string;
|
|
281
|
-
'sys.publishedAt[gte]'?: string;
|
|
282
|
-
'sys.publishedAt[lt]'?: string;
|
|
283
|
-
'sys.publishedAt[lte]'?: string;
|
|
284
|
-
'sys.firstPublishedAt[gt]'?: string;
|
|
285
|
-
'sys.firstPublishedAt[gte]'?: string;
|
|
286
|
-
'sys.firstPublishedAt[lt]'?: string;
|
|
287
|
-
'sys.firstPublishedAt[lte]'?: string;
|
|
288
|
-
'sys.version'?: number;
|
|
289
|
-
'sys.publishedVersion'?: number;
|
|
290
|
-
'sys.archivedAt[exists]'?: boolean;
|
|
291
|
-
'metadata.tags.sys.id[in]'?: string;
|
|
292
|
-
'metadata.tags.sys.id[all]'?: string;
|
|
293
|
-
'metadata.tags.sys.id[nin]'?: string;
|
|
294
|
-
'metadata.concepts.sys.id[in]'?: string;
|
|
295
|
-
'metadata.concepts.sys.id[all]'?: string;
|
|
296
|
-
'metadata.concepts.sys.id[nin]'?: string;
|
|
297
|
-
'metadata.concepts.descendants[in]'?: string;
|
|
298
|
-
'name[match]'?: string;
|
|
299
|
-
name?: string;
|
|
300
|
-
}
|
|
301
191
|
export interface SysLink {
|
|
302
192
|
sys: MetaLinkProps;
|
|
303
193
|
}
|
|
@@ -316,13 +206,6 @@ export interface CursorPaginatedCollectionProp<TObj> extends Omit<CollectionProp
|
|
|
316
206
|
prev?: string;
|
|
317
207
|
};
|
|
318
208
|
}
|
|
319
|
-
export interface ExoCursorPaginatedCollectionProp<TObj> extends CursorPaginatedCollectionProp<TObj> {
|
|
320
|
-
total?: number;
|
|
321
|
-
pages: {
|
|
322
|
-
next?: string;
|
|
323
|
-
prev?: string;
|
|
324
|
-
};
|
|
325
|
-
}
|
|
326
209
|
export interface Collection<T, TPlain> extends CollectionProp<T>, DefaultElements<CollectionProp<TPlain>> {
|
|
327
210
|
}
|
|
328
211
|
export interface CursorPaginatedCollection<T, TPlain> extends CursorPaginatedCollectionProp<T>, DefaultElements<CursorPaginatedCollectionProp<TPlain>> {
|
|
@@ -357,7 +240,6 @@ interface CursorPaginationNone extends CursorPaginationBase {
|
|
|
357
240
|
pageNext?: never;
|
|
358
241
|
pagePrev?: never;
|
|
359
242
|
}
|
|
360
|
-
export type CursorPaginationParams = CursorPaginationPageNext | CursorPaginationPagePrev | CursorPaginationNone;
|
|
361
243
|
type StartOperator = 'gt' | 'gte';
|
|
362
244
|
type EndOperator = 'lt' | 'lte';
|
|
363
245
|
type ComparisonOperator = StartOperator | EndOperator;
|
|
@@ -485,12 +367,6 @@ type MRInternal<UA extends boolean> = {
|
|
|
485
367
|
(opts: MROpts<'Comment', 'update', UA>): MRReturn<'Comment', 'update'>;
|
|
486
368
|
(opts: MROpts<'Comment', 'delete', UA>): MRReturn<'Comment', 'delete'>;
|
|
487
369
|
(opts: MROpts<'ComponentType', 'getMany', UA>): MRReturn<'ComponentType', 'getMany'>;
|
|
488
|
-
(opts: MROpts<'ComponentType', 'get', UA>): MRReturn<'ComponentType', 'get'>;
|
|
489
|
-
(opts: MROpts<'ComponentType', 'create', UA>): MRReturn<'ComponentType', 'create'>;
|
|
490
|
-
(opts: MROpts<'ComponentType', 'upsert', UA>): MRReturn<'ComponentType', 'upsert'>;
|
|
491
|
-
(opts: MROpts<'ComponentType', 'delete', UA>): MRReturn<'ComponentType', 'delete'>;
|
|
492
|
-
(opts: MROpts<'ComponentType', 'publish', UA>): MRReturn<'ComponentType', 'publish'>;
|
|
493
|
-
(opts: MROpts<'ComponentType', 'unpublish', UA>): MRReturn<'ComponentType', 'unpublish'>;
|
|
494
370
|
(opts: MROpts<'Concept', 'get', UA>): MRReturn<'Concept', 'get'>;
|
|
495
371
|
(opts: MROpts<'Concept', 'getMany', UA>): MRReturn<'Concept', 'getMany'>;
|
|
496
372
|
(opts: MROpts<'Concept', 'getTotal', UA>): MRReturn<'Concept', 'getTotal'>;
|
|
@@ -517,15 +393,6 @@ type MRInternal<UA extends boolean> = {
|
|
|
517
393
|
(opts: MROpts<'ContentType', 'delete', UA>): MRReturn<'ContentType', 'delete'>;
|
|
518
394
|
(opts: MROpts<'ContentType', 'publish', UA>): MRReturn<'ContentType', 'publish'>;
|
|
519
395
|
(opts: MROpts<'ContentType', 'unpublish', UA>): MRReturn<'ContentType', 'unpublish'>;
|
|
520
|
-
(opts: MROpts<'DataAssembly', 'getMany', UA>): MRReturn<'DataAssembly', 'getMany'>;
|
|
521
|
-
(opts: MROpts<'DataAssembly', 'getManyPublished', UA>): MRReturn<'DataAssembly', 'getManyPublished'>;
|
|
522
|
-
(opts: MROpts<'DataAssembly', 'getPublished', UA>): MRReturn<'DataAssembly', 'getPublished'>;
|
|
523
|
-
(opts: MROpts<'DataAssembly', 'get', UA>): MRReturn<'DataAssembly', 'get'>;
|
|
524
|
-
(opts: MROpts<'DataAssembly', 'create', UA>): MRReturn<'DataAssembly', 'create'>;
|
|
525
|
-
(opts: MROpts<'DataAssembly', 'update', UA>): MRReturn<'DataAssembly', 'update'>;
|
|
526
|
-
(opts: MROpts<'DataAssembly', 'delete', UA>): MRReturn<'DataAssembly', 'delete'>;
|
|
527
|
-
(opts: MROpts<'DataAssembly', 'publish', UA>): MRReturn<'DataAssembly', 'publish'>;
|
|
528
|
-
(opts: MROpts<'DataAssembly', 'unpublish', UA>): MRReturn<'DataAssembly', 'unpublish'>;
|
|
529
396
|
(opts: MROpts<'EditorInterface', 'get', UA>): MRReturn<'EditorInterface', 'get'>;
|
|
530
397
|
(opts: MROpts<'EditorInterface', 'getMany', UA>): MRReturn<'EditorInterface', 'getMany'>;
|
|
531
398
|
(opts: MROpts<'EditorInterface', 'update', UA>): MRReturn<'EditorInterface', 'update'>;
|
|
@@ -709,20 +576,6 @@ type MRInternal<UA extends boolean> = {
|
|
|
709
576
|
(opts: MROpts<'TeamSpaceMembership', 'create', UA>): MRReturn<'TeamSpaceMembership', 'create'>;
|
|
710
577
|
(opts: MROpts<'TeamSpaceMembership', 'update', UA>): MRReturn<'TeamSpaceMembership', 'update'>;
|
|
711
578
|
(opts: MROpts<'TeamSpaceMembership', 'delete', UA>): MRReturn<'TeamSpaceMembership', 'delete'>;
|
|
712
|
-
(opts: MROpts<'Fragment', 'getMany', UA>): MRReturn<'Fragment', 'getMany'>;
|
|
713
|
-
(opts: MROpts<'Fragment', 'get', UA>): MRReturn<'Fragment', 'get'>;
|
|
714
|
-
(opts: MROpts<'Fragment', 'create', UA>): MRReturn<'Fragment', 'create'>;
|
|
715
|
-
(opts: MROpts<'Fragment', 'update', UA>): MRReturn<'Fragment', 'update'>;
|
|
716
|
-
(opts: MROpts<'Fragment', 'delete', UA>): MRReturn<'Fragment', 'delete'>;
|
|
717
|
-
(opts: MROpts<'Fragment', 'publish', UA>): MRReturn<'Fragment', 'publish'>;
|
|
718
|
-
(opts: MROpts<'Fragment', 'unpublish', UA>): MRReturn<'Fragment', 'unpublish'>;
|
|
719
|
-
(opts: MROpts<'Template', 'getMany', UA>): MRReturn<'Template', 'getMany'>;
|
|
720
|
-
(opts: MROpts<'Template', 'get', UA>): MRReturn<'Template', 'get'>;
|
|
721
|
-
(opts: MROpts<'Template', 'create', UA>): MRReturn<'Template', 'create'>;
|
|
722
|
-
(opts: MROpts<'Template', 'upsert', UA>): MRReturn<'Template', 'upsert'>;
|
|
723
|
-
(opts: MROpts<'Template', 'delete', UA>): MRReturn<'Template', 'delete'>;
|
|
724
|
-
(opts: MROpts<'Template', 'publish', UA>): MRReturn<'Template', 'publish'>;
|
|
725
|
-
(opts: MROpts<'Template', 'unpublish', UA>): MRReturn<'Template', 'unpublish'>;
|
|
726
579
|
(opts: MROpts<'UIConfig', 'get', UA>): MRReturn<'UIConfig', 'get'>;
|
|
727
580
|
(opts: MROpts<'UIConfig', 'update', UA>): MRReturn<'UIConfig', 'update'>;
|
|
728
581
|
(opts: MROpts<'Upload', 'get', UA>): MRReturn<'Entry', 'get'>;
|
|
@@ -748,13 +601,6 @@ type MRInternal<UA extends boolean> = {
|
|
|
748
601
|
(opts: MROpts<'ContentSemanticsIndex', 'getManyForEnvironment', UA>): MRReturn<'ContentSemanticsIndex', 'getManyForEnvironment'>;
|
|
749
602
|
(opts: MROpts<'ContentSemanticsIndex', 'create', UA>): MRReturn<'ContentSemanticsIndex', 'create'>;
|
|
750
603
|
(opts: MROpts<'ContentSemanticsIndex', 'delete', UA>): MRReturn<'ContentSemanticsIndex', 'delete'>;
|
|
751
|
-
(opts: MROpts<'Experience', 'getMany', UA>): MRReturn<'Experience', 'getMany'>;
|
|
752
|
-
(opts: MROpts<'Experience', 'get', UA>): MRReturn<'Experience', 'get'>;
|
|
753
|
-
(opts: MROpts<'Experience', 'create', UA>): MRReturn<'Experience', 'create'>;
|
|
754
|
-
(opts: MROpts<'Experience', 'upsert', UA>): MRReturn<'Experience', 'upsert'>;
|
|
755
|
-
(opts: MROpts<'Experience', 'delete', UA>): MRReturn<'Experience', 'delete'>;
|
|
756
|
-
(opts: MROpts<'Experience', 'publish', UA>): MRReturn<'Experience', 'publish'>;
|
|
757
|
-
(opts: MROpts<'Experience', 'unpublish', UA>): MRReturn<'Experience', 'unpublish'>;
|
|
758
604
|
(opts: MROpts<'Webhook', 'get', UA>): MRReturn<'Webhook', 'get'>;
|
|
759
605
|
(opts: MROpts<'Webhook', 'getMany', UA>): MRReturn<'Webhook', 'getMany'>;
|
|
760
606
|
(opts: MROpts<'Webhook', 'getCallDetails', UA>): MRReturn<'Webhook', 'getCallDetails'>;
|
|
@@ -1604,37 +1450,7 @@ export type MRActions = {
|
|
|
1604
1450
|
params: GetSpaceEnvironmentParams & {
|
|
1605
1451
|
query: ComponentTypeQueryOptions;
|
|
1606
1452
|
};
|
|
1607
|
-
return:
|
|
1608
|
-
};
|
|
1609
|
-
get: {
|
|
1610
|
-
params: GetComponentTypeParams;
|
|
1611
|
-
return: ComponentTypeProps;
|
|
1612
|
-
};
|
|
1613
|
-
create: {
|
|
1614
|
-
params: GetSpaceEnvironmentParams;
|
|
1615
|
-
payload: CreateComponentTypeProps;
|
|
1616
|
-
return: ComponentTypeProps;
|
|
1617
|
-
};
|
|
1618
|
-
upsert: {
|
|
1619
|
-
params: GetComponentTypeParams;
|
|
1620
|
-
payload: UpsertComponentTypeProps;
|
|
1621
|
-
return: ComponentTypeProps;
|
|
1622
|
-
};
|
|
1623
|
-
delete: {
|
|
1624
|
-
params: GetComponentTypeParams;
|
|
1625
|
-
return: void;
|
|
1626
|
-
};
|
|
1627
|
-
publish: {
|
|
1628
|
-
params: GetComponentTypeParams & {
|
|
1629
|
-
version: number;
|
|
1630
|
-
};
|
|
1631
|
-
return: ComponentTypeProps;
|
|
1632
|
-
};
|
|
1633
|
-
unpublish: {
|
|
1634
|
-
params: GetComponentTypeParams & {
|
|
1635
|
-
version: number;
|
|
1636
|
-
};
|
|
1637
|
-
return: ComponentTypeProps;
|
|
1453
|
+
return: CollectionProp<ComponentTypeProps>;
|
|
1638
1454
|
};
|
|
1639
1455
|
};
|
|
1640
1456
|
Concept: {
|
|
@@ -1768,56 +1584,6 @@ export type MRActions = {
|
|
|
1768
1584
|
return: ContentTypeProps;
|
|
1769
1585
|
};
|
|
1770
1586
|
};
|
|
1771
|
-
DataAssembly: {
|
|
1772
|
-
getMany: {
|
|
1773
|
-
params: GetSpaceEnvironmentParams & {
|
|
1774
|
-
query: DataAssemblyQueryOptions;
|
|
1775
|
-
};
|
|
1776
|
-
return: DataAssemblyCollection;
|
|
1777
|
-
};
|
|
1778
|
-
getManyPublished: {
|
|
1779
|
-
params: GetSpaceEnvironmentParams & {
|
|
1780
|
-
query: DataAssemblyQueryOptions;
|
|
1781
|
-
};
|
|
1782
|
-
return: DataAssemblyCollection;
|
|
1783
|
-
};
|
|
1784
|
-
getPublished: {
|
|
1785
|
-
params: GetDataAssemblyParams;
|
|
1786
|
-
return: DataAssemblyProps;
|
|
1787
|
-
};
|
|
1788
|
-
get: {
|
|
1789
|
-
params: GetDataAssemblyParams;
|
|
1790
|
-
return: DataAssemblyProps;
|
|
1791
|
-
};
|
|
1792
|
-
create: {
|
|
1793
|
-
params: GetSpaceEnvironmentParams;
|
|
1794
|
-
payload: CreateDataAssemblyProps;
|
|
1795
|
-
headers?: RawAxiosRequestHeaders;
|
|
1796
|
-
return: DataAssemblyProps;
|
|
1797
|
-
};
|
|
1798
|
-
update: {
|
|
1799
|
-
params: GetDataAssemblyParams;
|
|
1800
|
-
payload: UpdateDataAssemblyProps;
|
|
1801
|
-
headers?: RawAxiosRequestHeaders;
|
|
1802
|
-
return: DataAssemblyProps;
|
|
1803
|
-
};
|
|
1804
|
-
delete: {
|
|
1805
|
-
params: GetDataAssemblyParams;
|
|
1806
|
-
return: void;
|
|
1807
|
-
};
|
|
1808
|
-
publish: {
|
|
1809
|
-
params: GetDataAssemblyParams & {
|
|
1810
|
-
version: number;
|
|
1811
|
-
};
|
|
1812
|
-
return: DataAssemblyProps;
|
|
1813
|
-
};
|
|
1814
|
-
unpublish: {
|
|
1815
|
-
params: GetDataAssemblyParams & {
|
|
1816
|
-
version: number;
|
|
1817
|
-
};
|
|
1818
|
-
return: DataAssemblyProps;
|
|
1819
|
-
};
|
|
1820
|
-
};
|
|
1821
1587
|
EditorInterface: {
|
|
1822
1588
|
get: {
|
|
1823
1589
|
params: GetEditorInterfaceParams;
|
|
@@ -2928,82 +2694,6 @@ export type MRActions = {
|
|
|
2928
2694
|
return: any;
|
|
2929
2695
|
};
|
|
2930
2696
|
};
|
|
2931
|
-
Fragment: {
|
|
2932
|
-
getMany: {
|
|
2933
|
-
params: GetSpaceEnvironmentParams & {
|
|
2934
|
-
query: FragmentQueryOptions;
|
|
2935
|
-
};
|
|
2936
|
-
return: ExoCursorPaginatedCollectionProp<FragmentProps>;
|
|
2937
|
-
};
|
|
2938
|
-
get: {
|
|
2939
|
-
params: GetFragmentParams;
|
|
2940
|
-
return: FragmentProps;
|
|
2941
|
-
};
|
|
2942
|
-
create: {
|
|
2943
|
-
params: GetSpaceEnvironmentParams;
|
|
2944
|
-
payload: CreateFragmentProps;
|
|
2945
|
-
return: FragmentProps;
|
|
2946
|
-
};
|
|
2947
|
-
update: {
|
|
2948
|
-
params: GetFragmentParams;
|
|
2949
|
-
payload: UpdateFragmentProps;
|
|
2950
|
-
return: FragmentProps;
|
|
2951
|
-
};
|
|
2952
|
-
delete: {
|
|
2953
|
-
params: GetFragmentParams;
|
|
2954
|
-
return: void;
|
|
2955
|
-
};
|
|
2956
|
-
publish: {
|
|
2957
|
-
params: GetFragmentParams & {
|
|
2958
|
-
version: number;
|
|
2959
|
-
};
|
|
2960
|
-
return: FragmentProps;
|
|
2961
|
-
};
|
|
2962
|
-
unpublish: {
|
|
2963
|
-
params: GetFragmentParams & {
|
|
2964
|
-
version: number;
|
|
2965
|
-
};
|
|
2966
|
-
return: FragmentProps;
|
|
2967
|
-
};
|
|
2968
|
-
};
|
|
2969
|
-
Template: {
|
|
2970
|
-
getMany: {
|
|
2971
|
-
params: GetSpaceEnvironmentParams & {
|
|
2972
|
-
query: TemplateQueryOptions;
|
|
2973
|
-
};
|
|
2974
|
-
return: ExoCursorPaginatedCollectionProp<TemplateProps>;
|
|
2975
|
-
};
|
|
2976
|
-
get: {
|
|
2977
|
-
params: GetTemplateParams;
|
|
2978
|
-
return: TemplateProps;
|
|
2979
|
-
};
|
|
2980
|
-
create: {
|
|
2981
|
-
params: GetSpaceEnvironmentParams;
|
|
2982
|
-
payload: CreateTemplateProps;
|
|
2983
|
-
return: TemplateProps;
|
|
2984
|
-
};
|
|
2985
|
-
upsert: {
|
|
2986
|
-
params: GetTemplateParams;
|
|
2987
|
-
payload: UpsertTemplateProps;
|
|
2988
|
-
return: TemplateProps;
|
|
2989
|
-
};
|
|
2990
|
-
delete: {
|
|
2991
|
-
params: GetTemplateParams;
|
|
2992
|
-
return: void;
|
|
2993
|
-
};
|
|
2994
|
-
publish: {
|
|
2995
|
-
params: GetTemplateParams & {
|
|
2996
|
-
version: number;
|
|
2997
|
-
};
|
|
2998
|
-
return: TemplateProps;
|
|
2999
|
-
};
|
|
3000
|
-
unpublish: {
|
|
3001
|
-
params: GetTemplateParams & {
|
|
3002
|
-
version: number;
|
|
3003
|
-
};
|
|
3004
|
-
return: TemplateProps;
|
|
3005
|
-
};
|
|
3006
|
-
};
|
|
3007
2697
|
UIConfig: {
|
|
3008
2698
|
get: {
|
|
3009
2699
|
params: GetUIConfigParams;
|
|
@@ -3089,45 +2779,6 @@ export type MRActions = {
|
|
|
3089
2779
|
return: UserUIConfigProps;
|
|
3090
2780
|
};
|
|
3091
2781
|
};
|
|
3092
|
-
Experience: {
|
|
3093
|
-
getMany: {
|
|
3094
|
-
params: GetSpaceEnvironmentParams & {
|
|
3095
|
-
query: ExperienceQueryOptions;
|
|
3096
|
-
};
|
|
3097
|
-
return: ExoCursorPaginatedCollectionProp<ExperienceProps>;
|
|
3098
|
-
};
|
|
3099
|
-
get: {
|
|
3100
|
-
params: GetExperienceParams;
|
|
3101
|
-
return: ExperienceProps;
|
|
3102
|
-
};
|
|
3103
|
-
create: {
|
|
3104
|
-
params: GetSpaceEnvironmentParams;
|
|
3105
|
-
payload: CreateExperienceProps;
|
|
3106
|
-
return: ExperienceProps;
|
|
3107
|
-
};
|
|
3108
|
-
upsert: {
|
|
3109
|
-
params: GetExperienceParams;
|
|
3110
|
-
payload: UpsertExperienceProps;
|
|
3111
|
-
return: ExperienceProps;
|
|
3112
|
-
};
|
|
3113
|
-
delete: {
|
|
3114
|
-
params: GetExperienceParams;
|
|
3115
|
-
return: void;
|
|
3116
|
-
};
|
|
3117
|
-
publish: {
|
|
3118
|
-
params: GetExperienceParams & {
|
|
3119
|
-
version: number;
|
|
3120
|
-
};
|
|
3121
|
-
payload?: ExperienceLocalePublishPayload;
|
|
3122
|
-
return: ExperienceProps;
|
|
3123
|
-
};
|
|
3124
|
-
unpublish: {
|
|
3125
|
-
params: GetExperienceParams & {
|
|
3126
|
-
version: number;
|
|
3127
|
-
};
|
|
3128
|
-
return: ExperienceProps;
|
|
3129
|
-
};
|
|
3130
|
-
};
|
|
3131
2782
|
Webhook: {
|
|
3132
2783
|
get: {
|
|
3133
2784
|
params: GetWebhookParams;
|
|
@@ -3371,26 +3022,6 @@ export type GetCommentParams = (GetEntryParams | GetCommentParentEntityParams) &
|
|
|
3371
3022
|
commentId: string;
|
|
3372
3023
|
};
|
|
3373
3024
|
/** @internal */
|
|
3374
|
-
export type GetComponentTypeParams = GetSpaceEnvironmentParams & {
|
|
3375
|
-
componentTypeId: string;
|
|
3376
|
-
};
|
|
3377
|
-
/** @internal */
|
|
3378
|
-
export type GetExperienceParams = GetSpaceEnvironmentParams & {
|
|
3379
|
-
experienceId: string;
|
|
3380
|
-
};
|
|
3381
|
-
/** @internal */
|
|
3382
|
-
export type GetDataAssemblyParams = GetSpaceEnvironmentParams & {
|
|
3383
|
-
dataAssemblyId: string;
|
|
3384
|
-
};
|
|
3385
|
-
/** @internal */
|
|
3386
|
-
export type GetFragmentParams = GetSpaceEnvironmentParams & {
|
|
3387
|
-
fragmentId: string;
|
|
3388
|
-
};
|
|
3389
|
-
/** @internal */
|
|
3390
|
-
export type GetTemplateParams = GetSpaceEnvironmentParams & {
|
|
3391
|
-
templateId: string;
|
|
3392
|
-
};
|
|
3393
|
-
/** @internal */
|
|
3394
3025
|
export type GetContentTypeParams = GetSpaceEnvironmentParams & {
|
|
3395
3026
|
contentTypeId: string;
|
|
3396
3027
|
};
|
|
@@ -3680,7 +3311,9 @@ export type PaginationQueryParams = {
|
|
|
3680
3311
|
};
|
|
3681
3312
|
/** @internal */
|
|
3682
3313
|
export type CursorPaginationXORParams = {
|
|
3683
|
-
query?:
|
|
3314
|
+
query?: (CursorPaginationPageNext | CursorPaginationPagePrev | CursorPaginationNone) & {
|
|
3315
|
+
limit?: number;
|
|
3316
|
+
};
|
|
3684
3317
|
};
|
|
3685
3318
|
/** @internal */
|
|
3686
3319
|
export type CursorBasedParams = CursorPaginationXORParams;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common-types.js","sources":["../../lib/common-types.ts"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"common-types.js","sources":["../../lib/common-types.ts"],"sourcesContent":[null],"names":[],"mappings":"AAk8FA;IACY;AAAZ,CAAA,UAAY,+BAA+B,EAAA;AACzC,IAAA,+BAAA,CAAA,4BAAA,CAAA,GAAA,uDAAoF;AACtF,CAAC,EAFW,+BAA+B,KAA/B,+BAA+B,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -37,26 +37,45 @@ export type AiActionInvocationProps = {
|
|
|
37
37
|
};
|
|
38
38
|
result?: InvocationResult;
|
|
39
39
|
};
|
|
40
|
+
export type AiActionTextVariable = {
|
|
41
|
+
id: string;
|
|
42
|
+
value: string;
|
|
43
|
+
};
|
|
44
|
+
export type AiActionEntityLinkVariable = {
|
|
45
|
+
id: string;
|
|
46
|
+
value: {
|
|
47
|
+
sys: {
|
|
48
|
+
type: 'Link';
|
|
49
|
+
linkType: 'Entry' | 'Asset' | 'ResourceLink';
|
|
50
|
+
id: string;
|
|
51
|
+
release?: SysLink;
|
|
52
|
+
/** JSON Pointers to entity fields, e.g. `"/fields/title/en-US"` */
|
|
53
|
+
entityPaths?: Array<string>;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
/** @deprecated Use `AiActionEntityLinkVariable` with the sys-nested format instead. */
|
|
58
|
+
export type AiActionLegacyEntityPathVariable = {
|
|
59
|
+
id: string;
|
|
60
|
+
value: {
|
|
61
|
+
entityPath: string;
|
|
62
|
+
entityType: 'Entry' | 'Asset' | 'ResourceLink';
|
|
63
|
+
entityId: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
/** @deprecated Use `AiActionEntityLinkVariable` with the sys-nested format instead. */
|
|
67
|
+
export type AiActionLegacyEntityPathsVariable = {
|
|
68
|
+
id: string;
|
|
69
|
+
value: {
|
|
70
|
+
entityPaths: Array<string>;
|
|
71
|
+
entityType: 'Entry';
|
|
72
|
+
entityId: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
export type AiActionInvocationVariable = AiActionTextVariable | AiActionEntityLinkVariable | AiActionLegacyEntityPathVariable | AiActionLegacyEntityPathsVariable;
|
|
40
76
|
export type AiActionInvocationType = {
|
|
41
77
|
outputFormat?: 'RichText' | 'Markdown' | 'PlainText';
|
|
42
|
-
variables?: Array<
|
|
43
|
-
value: string;
|
|
44
|
-
id: string;
|
|
45
|
-
} | {
|
|
46
|
-
value: {
|
|
47
|
-
entityPath: string;
|
|
48
|
-
entityType: 'Entry' | 'Asset' | 'ResourceLink';
|
|
49
|
-
entityId: string;
|
|
50
|
-
};
|
|
51
|
-
id: string;
|
|
52
|
-
} | {
|
|
53
|
-
value: {
|
|
54
|
-
entityPaths: Array<string>;
|
|
55
|
-
entityType: 'Entry';
|
|
56
|
-
entityId: string;
|
|
57
|
-
};
|
|
58
|
-
id: string;
|
|
59
|
-
}>;
|
|
78
|
+
variables?: Array<AiActionInvocationVariable>;
|
|
60
79
|
};
|
|
61
80
|
/**
|
|
62
81
|
* The AI Action Invocation entity.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-action-invocation.js","sources":["../../../lib/entities/ai-action-invocation.ts"],"sourcesContent":[null],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ai-action-invocation.js","sources":["../../../lib/entities/ai-action-invocation.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AA6GA;;;;;;AAMG;AACG,SAAU,sBAAsB,CACpC,WAAwB,EACxB,IAA6B,EAAA;IAE7B,MAAM,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC5C,IAAA,OAAO,SAAS,CAAC,UAAU,CAAC;AAC9B;;;;"}
|
|
@@ -4,10 +4,13 @@ export type VariableType = 'ResourceLink' | 'Text' | 'StandardInput' | 'Locale'
|
|
|
4
4
|
export type ReferenceVariableConfiguration = {
|
|
5
5
|
allowedEntities: Array<'Entry'>;
|
|
6
6
|
};
|
|
7
|
+
export type LocaleVariableConfiguration = {
|
|
8
|
+
localeType: 'Target' | 'Source';
|
|
9
|
+
};
|
|
7
10
|
export type VariableConfiguration = {
|
|
8
11
|
strict: boolean;
|
|
9
12
|
in: Array<string>;
|
|
10
|
-
} | ReferenceVariableConfiguration;
|
|
13
|
+
} | ReferenceVariableConfiguration | LocaleVariableConfiguration;
|
|
11
14
|
export type Variable = {
|
|
12
15
|
configuration?: VariableConfiguration;
|
|
13
16
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-action.js","sources":["../../../lib/entities/ai-action.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"ai-action.js","sources":["../../../lib/entities/ai-action.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|