@salesforce/lds-adapters-uiapi 1.242.1 → 1.243.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.
@@ -1,8 +1,7 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
- import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
4
- import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
5
- import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
3
+ import { ListFilterByInfoInputRepresentation as types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from '../types/ListFilterByInfoInputRepresentation';
4
+ import { ListScopeInputRepresentation as types_ListScopeInputRepresentation_ListScopeInputRepresentation } from '../types/ListScopeInputRepresentation';
6
5
  import { ResourceRequestConfig as resources_postUiApiListInfoByObjectApiName_ResourceRequestConfig } from '../resources/postUiApiListInfoByObjectApiName';
7
6
  import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
8
7
  export declare const adapterName = "createListInfo";
@@ -10,12 +9,13 @@ export declare const createListInfo_ConfigPropertyMetadata: $64$luvio_engine_Ada
10
9
  export declare const createListInfo_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
11
10
  export interface CreateListInfoConfig {
12
11
  objectApiName: string;
13
- displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
14
- filterLogicString?: string | null;
15
- filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
12
+ displayColumns?: Array<string>;
13
+ filterLogicString?: string;
14
+ filteredByInfo?: Array<types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
16
15
  label?: string;
16
+ listShares?: Array<string>;
17
17
  listViewApiName?: string;
18
- scope?: types_ListScopeRepresentation_ListScopeRepresentation | null;
18
+ scope?: types_ListScopeInputRepresentation_ListScopeInputRepresentation;
19
19
  visibility?: string;
20
20
  }
21
21
  export declare const createResourceParams: (config: CreateListInfoConfig) => resources_postUiApiListInfoByObjectApiName_ResourceRequestConfig;
@@ -1,8 +1,7 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
- import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
4
- import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
5
- import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
3
+ import { ListFilterByInfoInputRepresentation as types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from '../types/ListFilterByInfoInputRepresentation';
4
+ import { ListScopeInputRepresentation as types_ListScopeInputRepresentation_ListScopeInputRepresentation } from '../types/ListScopeInputRepresentation';
6
5
  import { ResourceRequestConfig as resources_patchUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/patchUiApiListInfoByListViewApiNameAndObjectApiName';
7
6
  import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
8
7
  export declare const adapterName = "updateListInfoByName";
@@ -11,11 +10,12 @@ export declare const updateListInfoByName_ConfigPropertyNames: adapter$45$utils_
11
10
  export interface UpdateListInfoByNameConfig {
12
11
  listViewApiName: string;
13
12
  objectApiName: string;
14
- displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
15
- filterLogicString?: string | null;
16
- filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
13
+ displayColumns?: Array<string>;
14
+ filterLogicString?: string;
15
+ filteredByInfo?: Array<types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
17
16
  label?: string;
18
- scope?: types_ListScopeRepresentation_ListScopeRepresentation | null;
17
+ listShares?: Array<string>;
18
+ scope?: types_ListScopeInputRepresentation_ListScopeInputRepresentation;
19
19
  visibility?: string;
20
20
  }
21
21
  export declare const createResourceParams: (config: UpdateListInfoByNameConfig) => resources_patchUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig;
@@ -1,6 +1,5 @@
1
- import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
2
- import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
3
- import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
1
+ import { ListFilterByInfoInputRepresentation as types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from '../types/ListFilterByInfoInputRepresentation';
2
+ import { ListScopeInputRepresentation as types_ListScopeInputRepresentation_ListScopeInputRepresentation } from '../types/ListScopeInputRepresentation';
4
3
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
5
4
  import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
6
5
  export interface ResourceRequestConfig {
@@ -9,11 +8,12 @@ export interface ResourceRequestConfig {
9
8
  objectApiName: string;
10
9
  };
11
10
  body: {
12
- displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
13
- filterLogicString?: string | null;
14
- filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
11
+ displayColumns?: Array<string>;
12
+ filterLogicString?: string;
13
+ filteredByInfo?: Array<types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
15
14
  label?: string;
16
- scope?: types_ListScopeRepresentation_ListScopeRepresentation | null;
15
+ listShares?: Array<string>;
16
+ scope?: types_ListScopeInputRepresentation_ListScopeInputRepresentation;
17
17
  visibility?: string;
18
18
  };
19
19
  }
@@ -1,6 +1,5 @@
1
- import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
2
- import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
3
- import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
1
+ import { ListFilterByInfoInputRepresentation as types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from '../types/ListFilterByInfoInputRepresentation';
2
+ import { ListScopeInputRepresentation as types_ListScopeInputRepresentation_ListScopeInputRepresentation } from '../types/ListScopeInputRepresentation';
4
3
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
5
4
  import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
6
5
  export interface ResourceRequestConfig {
@@ -8,11 +7,12 @@ export interface ResourceRequestConfig {
8
7
  listViewId: string;
9
8
  };
10
9
  body: {
11
- displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
12
- filterLogicString?: string | null;
13
- filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
10
+ displayColumns?: Array<string>;
11
+ filterLogicString?: string;
12
+ filteredByInfo?: Array<types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
14
13
  label?: string;
15
- scope?: types_ListScopeRepresentation_ListScopeRepresentation | null;
14
+ listShares?: Array<string>;
15
+ scope?: types_ListScopeInputRepresentation_ListScopeInputRepresentation;
16
16
  visibility?: string;
17
17
  };
18
18
  }
@@ -1,6 +1,5 @@
1
- import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
2
- import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
3
- import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
1
+ import { ListFilterByInfoInputRepresentation as types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from '../types/ListFilterByInfoInputRepresentation';
2
+ import { ListScopeInputRepresentation as types_ListScopeInputRepresentation_ListScopeInputRepresentation } from '../types/ListScopeInputRepresentation';
4
3
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
5
4
  import { ListInfoRepresentation as types_ListInfoRepresentation_ListInfoRepresentation } from '../types/ListInfoRepresentation';
6
5
  export interface ResourceRequestConfig {
@@ -8,12 +7,13 @@ export interface ResourceRequestConfig {
8
7
  objectApiName: string;
9
8
  };
10
9
  body: {
11
- displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
12
- filterLogicString?: string | null;
13
- filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
10
+ displayColumns?: Array<string>;
11
+ filterLogicString?: string;
12
+ filteredByInfo?: Array<types_ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
14
13
  label?: string;
14
+ listShares?: Array<string>;
15
15
  listViewApiName?: string;
16
- scope?: types_ListScopeRepresentation_ListScopeRepresentation | null;
16
+ scope?: types_ListScopeInputRepresentation_ListScopeInputRepresentation;
17
17
  visibility?: string;
18
18
  };
19
19
  }
@@ -1,8 +1,7 @@
1
- import { ListColumnRepresentation as ListColumnRepresentation_ListColumnRepresentation } from './ListColumnRepresentation';
2
- import { ListFilterByInfoRepresentation as ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from './ListFilterByInfoRepresentation';
3
- import { ListScopeRepresentation as ListScopeRepresentation_ListScopeRepresentation } from './ListScopeRepresentation';
1
+ import { ListFilterByInfoInputRepresentation as ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from './ListFilterByInfoInputRepresentation';
2
+ import { ListScopeInputRepresentation as ListScopeInputRepresentation_ListScopeInputRepresentation } from './ListScopeInputRepresentation';
4
3
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
- export declare const VERSION = "c67a4e786ae4a8428c5fd33c9fba5b57";
4
+ export declare const VERSION = "fe13208fcce6e11bd2fea397be9d9bb0";
6
5
  export declare function validate(obj: any, path?: string): TypeError | null;
7
6
  export declare const RepresentationType: string;
8
7
  export declare function normalize(input: ListInfoInputRepresentation, existing: ListInfoInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListInfoInputRepresentationNormalized;
@@ -18,15 +17,16 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
18
17
  */
19
18
  export interface ListInfoInputRepresentationNormalized {
20
19
  /** Input representation for display columns (field API names). */
21
- displayColumns?: Array<ListColumnRepresentation_ListColumnRepresentation | null>;
20
+ displayColumns?: Array<string>;
22
21
  /** Input representation for filterLogicString. */
23
- filterLogicString?: string | null;
22
+ filterLogicString?: string;
24
23
  /** Describes how the list view is filtered. */
25
- filteredByInfo?: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
24
+ filteredByInfo?: Array<ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
26
25
  /** Input representation for label. */
27
26
  label?: string;
28
- /** Input representation for filterLogicString. */
29
- scope?: ListScopeRepresentation_ListScopeRepresentation | null;
27
+ /** Input representation for shared entities (when Visibility is Shared). */
28
+ listShares?: Array<string>;
29
+ scope?: ListScopeInputRepresentation_ListScopeInputRepresentation;
30
30
  /** Input representation for visibility. */
31
31
  visibility?: string;
32
32
  }
@@ -37,10 +37,11 @@ export interface ListInfoInputRepresentationNormalized {
37
37
  * (none)
38
38
  */
39
39
  export interface ListInfoInputRepresentation {
40
- displayColumns?: Array<ListColumnRepresentation_ListColumnRepresentation | null>;
41
- filterLogicString?: string | null;
42
- filteredByInfo?: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
40
+ displayColumns?: Array<string>;
41
+ filterLogicString?: string;
42
+ filteredByInfo?: Array<ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
43
43
  label?: string;
44
- scope?: ListScopeRepresentation_ListScopeRepresentation | null;
44
+ listShares?: Array<string>;
45
+ scope?: ListScopeInputRepresentation_ListScopeInputRepresentation;
45
46
  visibility?: string;
46
47
  }
@@ -1,8 +1,7 @@
1
- import { ListColumnRepresentation as ListColumnRepresentation_ListColumnRepresentation } from './ListColumnRepresentation';
2
- import { ListFilterByInfoRepresentation as ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from './ListFilterByInfoRepresentation';
3
- import { ListScopeRepresentation as ListScopeRepresentation_ListScopeRepresentation } from './ListScopeRepresentation';
1
+ import { ListFilterByInfoInputRepresentation as ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation } from './ListFilterByInfoInputRepresentation';
2
+ import { ListScopeInputRepresentation as ListScopeInputRepresentation_ListScopeInputRepresentation } from './ListScopeInputRepresentation';
4
3
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
- export declare const VERSION = "806bbd8f4d404d23c244de9619f1b703";
4
+ export declare const VERSION = "935f7e2a5278a3736bf8077118408f8e";
6
5
  export declare function validate(obj: any, path?: string): TypeError | null;
7
6
  export declare const RepresentationType: string;
8
7
  export declare function normalize(input: ListInfoPostInputRepresentation, existing: ListInfoPostInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListInfoPostInputRepresentationNormalized;
@@ -18,17 +17,18 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
18
17
  */
19
18
  export interface ListInfoPostInputRepresentationNormalized {
20
19
  /** Input representation for display columns (field API names). */
21
- displayColumns?: Array<ListColumnRepresentation_ListColumnRepresentation | null>;
20
+ displayColumns?: Array<string>;
22
21
  /** Input representation for filterLogicString. */
23
- filterLogicString?: string | null;
22
+ filterLogicString?: string;
24
23
  /** Input representation for filter metadata. */
25
- filteredByInfo?: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
24
+ filteredByInfo?: Array<ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
26
25
  /** Input representation for label. */
27
26
  label?: string;
27
+ /** Input representation for shared entities (when Visibility is Shared). */
28
+ listShares?: Array<string>;
28
29
  /** Input representation for listview API name. */
29
30
  listViewApiName?: string;
30
- /** Input representation for filterLogicString. */
31
- scope?: ListScopeRepresentation_ListScopeRepresentation | null;
31
+ scope?: ListScopeInputRepresentation_ListScopeInputRepresentation;
32
32
  /** Input representation for visibility. */
33
33
  visibility?: string;
34
34
  }
@@ -39,11 +39,12 @@ export interface ListInfoPostInputRepresentationNormalized {
39
39
  * (none)
40
40
  */
41
41
  export interface ListInfoPostInputRepresentation {
42
- displayColumns?: Array<ListColumnRepresentation_ListColumnRepresentation | null>;
43
- filterLogicString?: string | null;
44
- filteredByInfo?: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
42
+ displayColumns?: Array<string>;
43
+ filterLogicString?: string;
44
+ filteredByInfo?: Array<ListFilterByInfoInputRepresentation_ListFilterByInfoInputRepresentation>;
45
45
  label?: string;
46
+ listShares?: Array<string>;
46
47
  listViewApiName?: string;
47
- scope?: ListScopeRepresentation_ListScopeRepresentation | null;
48
+ scope?: ListScopeInputRepresentation_ListScopeInputRepresentation;
48
49
  visibility?: string;
49
50
  }
@@ -1,12 +1,13 @@
1
1
  import { ListColumnRepresentation as ListColumnRepresentation_ListColumnRepresentation } from './ListColumnRepresentation';
2
2
  import { ListFilterByInfoRepresentation as ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from './ListFilterByInfoRepresentation';
3
3
  import { ListReferenceRepresentation as ListReferenceRepresentation_ListReferenceRepresentation } from './ListReferenceRepresentation';
4
+ import { ListInfoShareCategoryRepresentation as ListInfoShareCategoryRepresentation_ListInfoShareCategoryRepresentation } from './ListInfoShareCategoryRepresentation';
4
5
  import { ListOrderByInfoRepresentation as ListOrderByInfoRepresentation_ListOrderByInfoRepresentation } from './ListOrderByInfoRepresentation';
5
6
  import { ListScopeRepresentation as ListScopeRepresentation_ListScopeRepresentation } from './ListScopeRepresentation';
6
7
  import { ListUserPreferenceRepresentation as ListUserPreferenceRepresentation_ListUserPreferenceRepresentation } from './ListUserPreferenceRepresentation';
7
8
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
8
9
  export declare const TTL = 900000;
9
- export declare const VERSION = "8b55d621d80c84ec2e331abc4e12fc56";
10
+ export declare const VERSION = "0dbff3feaaa7ced2709e9ae46c58a3e7";
10
11
  export declare function validate(obj: any, path?: string): TypeError | null;
11
12
  export declare const RepresentationType: string;
12
13
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -51,6 +52,8 @@ export interface ListInfoRepresentationNormalized {
51
52
  /** The list view's display label. E.g. "All Accounts". */
52
53
  label: string | null;
53
54
  listReference: ListReferenceRepresentation_ListReferenceRepresentation;
55
+ /** The items a list is shared with. */
56
+ listShares?: Array<ListInfoShareCategoryRepresentation_ListInfoShareCategoryRepresentation>;
54
57
  /** The API name of any objects that are returned by this relatedList. */
55
58
  objectApiNames?: Array<string>;
56
59
  /** Describes how records are ordered in this list view. */
@@ -83,6 +86,7 @@ export interface ListInfoRepresentation {
83
86
  filteredByInfo: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
84
87
  label: string | null;
85
88
  listReference: ListReferenceRepresentation_ListReferenceRepresentation;
89
+ listShares?: Array<ListInfoShareCategoryRepresentation_ListInfoShareCategoryRepresentation>;
86
90
  objectApiNames?: Array<string>;
87
91
  orderedByInfo: Array<ListOrderByInfoRepresentation_ListOrderByInfoRepresentation>;
88
92
  scope?: ListScopeRepresentation_ListScopeRepresentation | null;
@@ -0,0 +1,32 @@
1
+ import { ListInfoShareRepresentation as ListInfoShareRepresentation_ListInfoShareRepresentation } from './ListInfoShareRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "561657f32721ec1dac1601575b029640";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ListInfoShareCategoryRepresentation, existing: ListInfoShareCategoryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListInfoShareCategoryRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ListInfoShareCategoryRepresentationNormalized, incoming: ListInfoShareCategoryRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListInfoShareCategoryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * ListInfoShareCategoryRepresentation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ListInfoShareCategoryRepresentationNormalized {
18
+ /** The share type for this category */
19
+ shareType: string;
20
+ /** The list of shares in this category */
21
+ shares: Array<ListInfoShareRepresentation_ListInfoShareRepresentation>;
22
+ }
23
+ /**
24
+ * ListInfoShareCategoryRepresentation
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface ListInfoShareCategoryRepresentation {
30
+ shareType: string;
31
+ shares: Array<ListInfoShareRepresentation_ListInfoShareRepresentation>;
32
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "494e0262f07ff2cc5f82d1e0262fec4f";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ListInfoShareRepresentation, existing: ListInfoShareRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListInfoShareRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ListInfoShareRepresentationNormalized, incoming: ListInfoShareRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ListInfoShareRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * ListInfoShareRepresentation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ListInfoShareRepresentationNormalized {
17
+ /** The group API name for this shared item. */
18
+ groupApiName: string;
19
+ /** The label for this shared item. */
20
+ label: string;
21
+ }
22
+ /**
23
+ * ListInfoShareRepresentation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface ListInfoShareRepresentation {
29
+ groupApiName: string;
30
+ label: string;
31
+ }
@@ -1,5 +1,5 @@
1
1
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const VERSION = "2c9a35ee93d65ec63f7ce295a76049aa";
2
+ export declare const VERSION = "a762ac54b9d42a4ef2bb8ea68b1f134f";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export declare function normalize(input: ListScopeInputRepresentation, existing: ListScopeInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListScopeInputRepresentationNormalized;
@@ -17,9 +17,9 @@ export interface ListScopeInputRepresentationNormalized {
17
17
  /** Input representation for the scope's API name. */
18
18
  apiName: string;
19
19
  /** Input representation for the scope's entity id. */
20
- entityId: string;
20
+ entityId: string | null;
21
21
  /** Input representation for the scope's related entity id. */
22
- relatedEntityId: string;
22
+ relatedEntityId: string | null;
23
23
  }
24
24
  /**
25
25
  * Representation of a list scope for input.
@@ -29,6 +29,6 @@ export interface ListScopeInputRepresentationNormalized {
29
29
  */
30
30
  export interface ListScopeInputRepresentation {
31
31
  apiName: string;
32
- entityId: string;
33
- relatedEntityId: string;
32
+ entityId: string | null;
33
+ relatedEntityId: string | null;
34
34
  }
@@ -1,7 +1,7 @@
1
1
  import { ListScopeEntityRepresentation as ListScopeEntityRepresentation_ListScopeEntityRepresentation } from './ListScopeEntityRepresentation';
2
2
  import { ListScopeRelatedEntityRepresentation as ListScopeRelatedEntityRepresentation_ListScopeRelatedEntityRepresentation } from './ListScopeRelatedEntityRepresentation';
3
3
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
- export declare const VERSION = "a51de242c746e5500a833e84dfaa2170";
4
+ export declare const VERSION = "2fe9814e7124b47f59da585483c1b3f9";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export declare function normalize(input: ListScopeRepresentation, existing: ListScopeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListScopeRepresentationNormalized;
@@ -21,7 +21,7 @@ export interface ListScopeRepresentationNormalized {
21
21
  /** Entity for the scope. */
22
22
  entity: ListScopeEntityRepresentation_ListScopeEntityRepresentation | null;
23
23
  /** Label for the scope. */
24
- label: string;
24
+ label: string | null;
25
25
  /** Related entity for the scope. */
26
26
  relatedEntity: ListScopeRelatedEntityRepresentation_ListScopeRelatedEntityRepresentation | null;
27
27
  }
@@ -34,6 +34,6 @@ export interface ListScopeRepresentationNormalized {
34
34
  export interface ListScopeRepresentation {
35
35
  apiName: string;
36
36
  entity: ListScopeEntityRepresentation_ListScopeEntityRepresentation | null;
37
- label: string;
37
+ label: string | null;
38
38
  relatedEntity: ListScopeRelatedEntityRepresentation_ListScopeRelatedEntityRepresentation | null;
39
39
  }