File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import type { CursorPaginationParams , Link , MetadataProps } from '../common-types'
1+ import type {
2+ CursorPaginatedCollectionProp ,
3+ CursorPaginationParams ,
4+ Link ,
5+ MetadataProps ,
6+ } from '../common-types'
27import { User } from './user'
38
49export type DataAssemblyDataTypeField = {
@@ -98,3 +103,5 @@ export type UpdateDataAssemblyProps = DataAssemblyCommonProps & {
98103export type DataAssemblyQueryOptions = CursorPaginationParams & {
99104 'sys.id[in]' ?: string
100105}
106+
107+ export type DataAssemblyCollection = CursorPaginatedCollectionProp < DataAssemblyProps >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { Except } from 'type-fest'
22import type {
33 CursorPaginatedCollectionProp ,
44 CursorPaginationParams ,
5- ExoMetadataProps ,
5+ ExperienceMetadataProps ,
66 Link ,
77} from '../common-types'
88import type {
@@ -50,7 +50,7 @@ export type FragmentProps = {
5050 designProperties : Record < string , DimensionedDesignPropertyValue >
5151 dimensionKeyMap : ExperienceDimensionKeyMap
5252 contentBindings ?: ExperienceContentBindings
53- metadata ?: ExoMetadataProps
53+ metadata ?: ExperienceMetadataProps
5454 slots ?: Record < string , Array < TreeNode | FragmentNode | InlineFragmentNode > >
5555}
5656
Original file line number Diff line number Diff line change @@ -360,3 +360,4 @@ export type {
360360export type { ComponentTypeCollection } from './entities/component-type'
361361export type { TemplateCollection } from './entities/template'
362362export type { ExperienceCollection } from './entities/experience'
363+ export type { DataAssemblyCollection } from './entities/data-assembly'
You can’t perform that action at this time.
0 commit comments