@salesforce/lds-adapters-uiapi 1.235.0 → 1.237.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.
Files changed (68) hide show
  1. package/dist/es/es2018/types/src/__performance__/utils/sqliteDurableStore.d.ts +3 -1
  2. package/dist/es/es2018/types/src/generated/adapters/getRelatedListRecordsBatch.d.ts +7 -7
  3. package/dist/es/es2018/types/src/generated/adapters/getRelatedListsActions.d.ts +7 -7
  4. package/dist/es/es2018/types/src/generated/adapters/updateListInfoByName.d.ts +2 -0
  5. package/dist/es/es2018/types/src/generated/fields/types/BatchRepresentation.d.ts +12 -0
  6. package/dist/es/es2018/types/src/generated/fields/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +12 -0
  7. package/dist/es/es2018/types/src/generated/fields/types/KeywordSearchResultsRepresentation.d.ts +12 -0
  8. package/dist/es/es2018/types/src/generated/fields/types/ListRecordCollectionRepresentation.d.ts +12 -0
  9. package/dist/es/es2018/types/src/generated/fields/types/ListUiRepresentation.d.ts +12 -0
  10. package/dist/es/es2018/types/src/generated/fields/types/LookupValuesRepresentation.d.ts +12 -0
  11. package/dist/es/es2018/types/src/generated/fields/types/RecordCollectionRepresentation.d.ts +12 -0
  12. package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionBatchRepresentation.d.ts +12 -0
  13. package/dist/es/es2018/types/src/generated/fields/types/RelatedListRecordCollectionRepresentation.d.ts +12 -0
  14. package/dist/es/es2018/types/src/generated/fields/types/SearchResultCollectionRepresentation.d.ts +12 -0
  15. package/dist/es/es2018/types/src/generated/graphql/types/type-util.d.ts +1 -1
  16. package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +1 -1
  17. package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewApiNameAndObjectApiName.d.ts +2 -0
  18. package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +2 -0
  19. package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +5 -5
  20. package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +5 -5
  21. package/dist/es/es2018/types/src/generated/types/CompositeActionRelatedListsCollectionResultRepresentation.d.ts +10 -4
  22. package/dist/es/es2018/types/src/generated/types/CompositeRelatedListRecordCollectionResultRepresentation.d.ts +10 -4
  23. package/dist/es/es2018/types/src/generated/types/ListInfoInputRepresentation.d.ts +5 -1
  24. package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +3 -3
  25. package/dist/es/es2018/types/src/generated/types/ListObjectInfoRepresentation.d.ts +5 -1
  26. package/dist/es/es2018/types/src/main.d.ts +3 -2
  27. package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId.d.ts +2 -2
  28. package/dist/es/es2018/types/src/raml-artifacts/adapters/getLookupRecords/validateAdapterConfig.d.ts +2 -1
  29. package/dist/es/es2018/types/src/wire/getListInfosByName/createChildResourceParams.d.ts +4 -0
  30. package/dist/es/es2018/types/src/wire/getLookupRecords/index.d.ts +2 -0
  31. package/dist/es/es2018/types/src/wire/getRelatedListRecordsBatch/createChildResourceParams.d.ts +4 -0
  32. package/dist/es/es2018/types/src/wire/getRelatedListsActions/createChildResourceParams.d.ts +4 -0
  33. package/dist/es/es2018/types/src/wire/graphqlBatch/index.d.ts +7 -8
  34. package/dist/es/es2018/types/src/{overrides/resources → wire/graphqlBatch}/postGraphqlBatch.d.ts +13 -6
  35. package/dist/es/es2018/uiapi-records-service.js +1227 -987
  36. package/package.json +5 -4
  37. package/sfdc/graphqlAdapters.js +4 -5
  38. package/sfdc/index.js +1209 -973
  39. package/sfdc/uiapi-static-functions.js +1 -1
  40. package/src/raml/api.raml +152 -578
  41. package/src/raml/luvio.raml +3 -22
  42. package/dist/es/es2018/types/src/generated/resources/deleteUiApiFavoritesByFavoriteId.d.ts +0 -11
  43. package/dist/es/es2018/types/src/generated/resources/deleteUiApiHealthCheck.d.ts +0 -8
  44. package/dist/es/es2018/types/src/generated/resources/getUiApiAggregateUi.d.ts +0 -16
  45. package/dist/es/es2018/types/src/generated/resources/getUiApiFavorites.d.ts +0 -12
  46. package/dist/es/es2018/types/src/generated/resources/getUiApiFavoritesByFavoriteId.d.ts +0 -15
  47. package/dist/es/es2018/types/src/generated/resources/getUiApiHealthCheck.d.ts +0 -12
  48. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordId.d.ts +0 -30
  49. package/dist/es/es2018/types/src/generated/resources/getUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +0 -23
  50. package/dist/es/es2018/types/src/generated/resources/patchUiApiFavoritesByFavoriteId.d.ts +0 -19
  51. package/dist/es/es2018/types/src/generated/resources/patchUiApiFavoritesUsageByFavoriteId.d.ts +0 -9
  52. package/dist/es/es2018/types/src/generated/resources/patchUiApiHealthCheck.d.ts +0 -6
  53. package/dist/es/es2018/types/src/generated/resources/postGraphqlBatch.d.ts +0 -12
  54. package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +0 -17
  55. package/dist/es/es2018/types/src/generated/resources/postUiApiActionsRecordRelatedListByRecordIds.d.ts +0 -19
  56. package/dist/es/es2018/types/src/generated/resources/postUiApiAggregateUi.d.ts +0 -12
  57. package/dist/es/es2018/types/src/generated/resources/postUiApiFavorites.d.ts +0 -21
  58. package/dist/es/es2018/types/src/generated/resources/postUiApiHealthCheck.d.ts +0 -9
  59. package/dist/es/es2018/types/src/generated/resources/postUiApiRelatedListRecordsBatchByParentRecordIdAndRelatedListIds.d.ts +0 -17
  60. package/dist/es/es2018/types/src/generated/resources/putUiApiFavoritesBatch.d.ts +0 -9
  61. package/dist/es/es2018/types/src/generated/resources/putUiApiHealthCheck.d.ts +0 -6
  62. package/dist/es/es2018/types/src/generated/types/CompositeGraphQLResultRepresentation.d.ts +0 -31
  63. package/dist/es/es2018/types/src/generated/types/GraphQLBatchInputRepresentation.d.ts +0 -28
  64. package/dist/es/es2018/types/src/generated/types/GraphQLBatchRepresentation.d.ts +0 -29
  65. package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +0 -28
  66. package/dist/es/es2018/types/src/overrides/resources/getUiApiListInfoBatch.d.ts +0 -38
  67. package/dist/es/es2018/types/src/overrides/resources/postUiApiActionsRecordRelatedListBatchByRecordIds.d.ts +0 -14
  68. package/dist/es/es2018/types/src/overrides/resources/postUiApiRelatedListRecordsBatchByParentRecordId.d.ts +0 -16
@@ -1,10 +1,12 @@
1
1
  import type { DatabaseConnection, DatabaseTransaction } from '@databases/sqlite';
2
- import type { DurableStore, DurableStoreEntries, OnDurableStoreChangedListener, DurableStoreOperation, DurableStoreChange } from '@luvio/environments';
2
+ import type { DurableStore, DurableStoreEntries, OnDurableStoreChangedListener, DurableStoreOperation, DurableStoreChange, DurableStoreMetadataEntries } from '@luvio/environments';
3
3
  export declare class SqliteMockDurableStore implements DurableStore {
4
4
  private db;
5
5
  listeners: Set<OnDurableStoreChangedListener>;
6
6
  private dbCreated;
7
7
  constructor(db: DatabaseConnection);
8
+ getMetadata(_entryIds: string[], _segment: string): Promise<DurableStoreMetadataEntries | undefined>;
9
+ setMetadata(_entries: DurableStoreMetadataEntries, _segment: string): Promise<void>;
8
10
  private setupDb;
9
11
  getEntries<T>(entryIds: string[], segment: string): Promise<DurableStoreEntries<T> | undefined>;
10
12
  getAllEntries<T>(segment: string): Promise<DurableStoreEntries<T>>;
@@ -2,7 +2,7 @@ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
3
  import { RelatedListRecordsSingleBatchInputRepresentation as types_RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation } from '../types/RelatedListRecordsSingleBatchInputRepresentation';
4
4
  import { ResourceRequestConfig as resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig } from '../resources/postUiApiRelatedListRecordsBatchByParentRecordId';
5
- import { SimplifiedBatchRepresentation as types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation } from '../types/SimplifiedBatchRepresentation';
5
+ import { RelatedListRecordCollectionBatchRepresentation as types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation } from '../types/RelatedListRecordCollectionBatchRepresentation';
6
6
  export declare const adapterName = "getRelatedListRecordsBatch";
7
7
  export declare const getRelatedListRecordsBatch_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
8
  export declare const getRelatedListRecordsBatch_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
@@ -16,14 +16,14 @@ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio,
16
16
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListRecordsBatchConfig>): adapter$45$utils_Untrusted<GetRelatedListRecordsBatchConfig>;
17
17
  export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListRecordsBatchConfig | null;
18
18
  export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): $64$luvio_engine_Fragment;
19
- export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): $64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>;
20
- export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, resourceParams: resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>>;
19
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig): $64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>;
20
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, resourceParams: resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>>;
21
21
  export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, resourceParams: resources_postUiApiRelatedListRecordsBatchByParentRecordId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
22
- export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>>;
22
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListRecordsBatchConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>>;
23
23
  export type BuildSnapshotContext = {
24
24
  luvio: $64$luvio_engine_Luvio;
25
25
  config: GetRelatedListRecordsBatchConfig;
26
26
  };
27
- export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>>;
28
- export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): $64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>;
29
- export declare const getRelatedListRecordsBatchAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListRecordsBatchConfig, types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>;
27
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>>;
28
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>): $64$luvio_engine_Snapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>;
29
+ export declare const getRelatedListRecordsBatchAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListRecordsBatchConfig, types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>;
@@ -2,7 +2,7 @@ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
3
  import { ActionRelatedListSingleBatchInputRepresentation as types_ActionRelatedListSingleBatchInputRepresentation_ActionRelatedListSingleBatchInputRepresentation } from '../types/ActionRelatedListSingleBatchInputRepresentation';
4
4
  import { ResourceRequestConfig as resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig } from '../resources/postUiApiActionsRecordRelatedListBatchByRecordIds';
5
- import { SimplifiedBatchRepresentation as types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation } from '../types/SimplifiedBatchRepresentation';
5
+ import { ActionRelatedListsCollectionBatchRepresentation as types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation } from '../types/ActionRelatedListsCollectionBatchRepresentation';
6
6
  export declare const adapterName = "getRelatedListsActions";
7
7
  export declare const getRelatedListsActions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
8
  export declare const getRelatedListsActions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
@@ -16,14 +16,14 @@ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio,
16
16
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetRelatedListsActionsConfig>): adapter$45$utils_Untrusted<GetRelatedListsActionsConfig>;
17
17
  export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetRelatedListsActionsConfig | null;
18
18
  export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): $64$luvio_engine_Fragment;
19
- export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): $64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>;
20
- export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, resourceParams: resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>>;
19
+ export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig): $64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>;
20
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, resourceParams: resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any> | import("@luvio/engine").StaleSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any> | import("@luvio/engine").PendingSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>>;
21
21
  export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, resourceParams: resources_postUiApiActionsRecordRelatedListBatchByRecordIds_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
22
- export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>>;
22
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetRelatedListsActionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>>;
23
23
  export type BuildSnapshotContext = {
24
24
  luvio: $64$luvio_engine_Luvio;
25
25
  config: GetRelatedListsActionsConfig;
26
26
  };
27
- export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>>;
28
- export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): $64$luvio_engine_Snapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>;
29
- export declare const getRelatedListsActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListsActionsConfig, types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>;
27
+ export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>>;
28
+ export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>): $64$luvio_engine_Snapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>;
29
+ export declare const getRelatedListsActionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetRelatedListsActionsConfig, types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>;
@@ -1,5 +1,6 @@
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';
3
4
  import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
4
5
  import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
5
6
  import { ResourceRequestConfig as resources_patchUiApiListInfoByListViewApiNameAndObjectApiName_ResourceRequestConfig } from '../resources/patchUiApiListInfoByListViewApiNameAndObjectApiName';
@@ -10,6 +11,7 @@ export declare const updateListInfoByName_ConfigPropertyNames: adapter$45$utils_
10
11
  export interface UpdateListInfoByNameConfig {
11
12
  listViewApiName: string;
12
13
  objectApiName: string;
14
+ displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
13
15
  filterLogicString?: string | null;
14
16
  filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
15
17
  label?: string;
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -0,0 +1,12 @@
1
+ import { RecordFieldTrie as util_records_RecordFieldTrie } from '../../../util/records';
2
+ import { RecordConflictMap as helpers_RecordRepresentation_resolveConflict_RecordConflictMap } from '../../../helpers/RecordRepresentation/resolveConflict';
3
+ import { ResourceIngest as $64$luvio_engine_ResourceIngest, Fragment as $64$luvio_engine_Fragment } from '@luvio/engine';
4
+ interface Inputs {
5
+ trackedFields: util_records_RecordFieldTrie;
6
+ fields: util_records_RecordFieldTrie;
7
+ optionalFields: util_records_RecordFieldTrie;
8
+ recordConflictMap: helpers_RecordRepresentation_resolveConflict_RecordConflictMap;
9
+ }
10
+ export declare function createFieldsIngest(params: Inputs): $64$luvio_engine_ResourceIngest;
11
+ export declare function selectFields(fields: util_records_RecordFieldTrie): $64$luvio_engine_Fragment;
12
+ export {};
@@ -2,7 +2,7 @@ import { StoreLink as $64$luvio_engine_StoreLink, IngestPath as $64$luvio_engine
2
2
  import { GraphQLVariables as $64$luvio_graphql_GraphQLVariables, GraphQLFragmentMap as $64$luvio_graphql_GraphQLFragmentMap, IsFragmentApplicableType as $64$luvio_graphql_IsFragmentApplicableType } from '@luvio/graphql';
3
3
  import { FieldNode as $64$luvio_graphql$45$parser_FieldNode, FragmentSpreadNode as $64$luvio_graphql$45$parser_FragmentSpreadNode, InlineFragmentNode as $64$luvio_graphql$45$parser_InlineFragmentNode, SelectionNode as $64$luvio_graphql$45$parser_SelectionNode, OperationDefinitionNode as $64$luvio_graphql$45$parser_OperationDefinitionNode, DocumentNode as $64$luvio_graphql$45$parser_DocumentNode, SelectionSetNode as $64$luvio_graphql$45$parser_SelectionSetNode, ArgumentNode as $64$luvio_graphql$45$parser_ArgumentNode, FragmentDefinitionNode as $64$luvio_graphql$45$parser_FragmentDefinitionNode, VariableDefinitionNode as $64$luvio_graphql$45$parser_VariableDefinitionNode } from '@luvio/graphql-parser';
4
4
  import { PaginationMetadata as pagination_cursor_PaginationMetadata, PaginationParams as pagination_cursor_PaginationParams, PageMetadata as pagination_cursor_PageMetadata } from '../../pagination/cursor';
5
- export type NormalizedGraphQL<D = undefined> = {
5
+ export type NormalizedGraphQL<D = unknown> = {
6
6
  data: Record<string, any>;
7
7
  __link?: $64$luvio_engine_StoreLink;
8
8
  __linkedData?: D;
@@ -3,7 +3,7 @@ import { ActionBatchRepresentation as types_ActionBatchRepresentation_ActionBatc
3
3
  export interface ResourceRequestConfig {
4
4
  urlParams: {
5
5
  recordIds: Array<string>;
6
- relatedListIds: Array<string>;
6
+ relatedListIds: string;
7
7
  };
8
8
  queryParams: {
9
9
  actionTypes?: Array<string>;
@@ -1,3 +1,4 @@
1
+ import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
1
2
  import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
2
3
  import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
3
4
  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';
@@ -8,6 +9,7 @@ export interface ResourceRequestConfig {
8
9
  objectApiName: string;
9
10
  };
10
11
  body: {
12
+ displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
11
13
  filterLogicString?: string | null;
12
14
  filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
13
15
  label?: string;
@@ -1,3 +1,4 @@
1
+ import { ListColumnRepresentation as types_ListColumnRepresentation_ListColumnRepresentation } from '../types/ListColumnRepresentation';
1
2
  import { ListFilterByInfoRepresentation as types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from '../types/ListFilterByInfoRepresentation';
2
3
  import { ListScopeRepresentation as types_ListScopeRepresentation_ListScopeRepresentation } from '../types/ListScopeRepresentation';
3
4
  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';
@@ -7,6 +8,7 @@ export interface ResourceRequestConfig {
7
8
  listViewId: string;
8
9
  };
9
10
  body: {
11
+ displayColumns?: Array<types_ListColumnRepresentation_ListColumnRepresentation | null>;
10
12
  filterLogicString?: string | null;
11
13
  filteredByInfo?: Array<types_ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
12
14
  label?: string;
@@ -1,7 +1,7 @@
1
1
  import { FetchResponse as $64$luvio_engine_FetchResponse, Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, StoreKeySet as $64$luvio_engine_StoreKeySet, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
2
  import { ResourceRequestConfig as postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId_ResourceRequestConfig } from './postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId';
3
3
  import { ActionRelatedListSingleBatchInputRepresentation as types_ActionRelatedListSingleBatchInputRepresentation_ActionRelatedListSingleBatchInputRepresentation } from '../types/ActionRelatedListSingleBatchInputRepresentation';
4
- import { SimplifiedBatchRepresentation as types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation } from '../types/SimplifiedBatchRepresentation';
4
+ import { ActionRelatedListsCollectionBatchRepresentation as types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation } from '../types/ActionRelatedListsCollectionBatchRepresentation';
5
5
  export declare function createChildResourceParams(resourceParams: ResourceRequestConfig): postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId_ResourceRequestConfig[];
6
6
  export interface ResourceRequestConfig {
7
7
  urlParams: {
@@ -15,13 +15,13 @@ export declare function selectChildResourceParams(luvio: $64$luvio_engine_Luvio,
15
15
  export declare function select(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): $64$luvio_engine_Fragment;
16
16
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
17
17
  export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
18
- export declare function getResponseCacheKeys(keys: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation): void;
18
+ export declare function getResponseCacheKeys(keys: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation): void;
19
19
  export declare function ingestSuccessChildResourceParams(luvio: $64$luvio_engine_Luvio, childResourceParamsArray: postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId_ResourceRequestConfig[], childEnvelopes: Array<any>): {
20
- childSnapshotData: types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation;
20
+ childSnapshotData: types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation;
21
21
  seenRecords: $64$luvio_engine_StoreKeySet<string | $64$luvio_engine_NormalizedKeyMetadata>;
22
22
  snapshotState: string;
23
23
  };
24
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | $64$luvio_engine_StaleSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | $64$luvio_engine_PendingSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>;
25
- export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): $64$luvio_engine_ErrorSnapshot;
24
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any> | $64$luvio_engine_StaleSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any> | $64$luvio_engine_PendingSnapshot<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation, any>;
25
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_ActionRelatedListsCollectionBatchRepresentation_ActionRelatedListsCollectionBatchRepresentation>): $64$luvio_engine_ErrorSnapshot;
26
26
  export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
27
27
  export default createResourceRequest;
@@ -1,7 +1,7 @@
1
1
  import { FetchResponse as $64$luvio_engine_FetchResponse, Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, StoreKeySet as $64$luvio_engine_StoreKeySet, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, ErrorResponse as $64$luvio_engine_ErrorResponse, SnapshotRefresh as $64$luvio_engine_SnapshotRefresh, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ErrorSnapshot as $64$luvio_engine_ErrorSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
2
  import { ResourceRequestConfig as postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig } from './postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
3
3
  import { RelatedListRecordsSingleBatchInputRepresentation as types_RelatedListRecordsSingleBatchInputRepresentation_RelatedListRecordsSingleBatchInputRepresentation } from '../types/RelatedListRecordsSingleBatchInputRepresentation';
4
- import { SimplifiedBatchRepresentation as types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation } from '../types/SimplifiedBatchRepresentation';
4
+ import { RelatedListRecordCollectionBatchRepresentation as types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation } from '../types/RelatedListRecordCollectionBatchRepresentation';
5
5
  export declare function createChildResourceParams(resourceParams: ResourceRequestConfig): postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig[];
6
6
  export interface ResourceRequestConfig {
7
7
  urlParams: {
@@ -15,13 +15,13 @@ export declare function selectChildResourceParams(luvio: $64$luvio_engine_Luvio,
15
15
  export declare function select(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig): $64$luvio_engine_Fragment;
16
16
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): string;
17
17
  export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_NormalizedKeyMetadata;
18
- export declare function getResponseCacheKeys(keys: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation): void;
18
+ export declare function getResponseCacheKeys(keys: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation): void;
19
19
  export declare function ingestSuccessChildResourceParams(luvio: $64$luvio_engine_Luvio, childResourceParamsArray: postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId_ResourceRequestConfig[], childEnvelopes: Array<any>): {
20
- childSnapshotData: types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation;
20
+ childSnapshotData: types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation;
21
21
  seenRecords: $64$luvio_engine_StoreKeySet<string | $64$luvio_engine_NormalizedKeyMetadata>;
22
22
  snapshotState: string;
23
23
  };
24
- export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | $64$luvio_engine_StaleSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any> | $64$luvio_engine_PendingSnapshot<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation, any>;
25
- export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_SimplifiedBatchRepresentation_SimplifiedBatchRepresentation>): $64$luvio_engine_ErrorSnapshot;
24
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any> | $64$luvio_engine_StaleSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any> | $64$luvio_engine_PendingSnapshot<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation, any>;
25
+ export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_RelatedListRecordCollectionBatchRepresentation_RelatedListRecordCollectionBatchRepresentation>): $64$luvio_engine_ErrorSnapshot;
26
26
  export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
27
27
  export default createResourceRequest;
@@ -27,13 +27,19 @@ export interface CompositeActionRelatedListsCollectionResultRepresentationNormal
27
27
  result: $64$luvio_engine_StoreLink;
28
28
  statusCode: number;
29
29
  }
30
+ interface CompositeActionRelatedListsCollectionResultRepresentationUnknown {
31
+ statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
32
+ result: unknown;
33
+ }
34
+ interface CompositeActionRelatedListsCollectionResultRepresentationActionRepresentation {
35
+ statusCode: 200;
36
+ result: ActionRepresentation_ActionRepresentation;
37
+ }
30
38
  /**
31
39
  *
32
40
  *
33
41
  * Keys:
34
42
  * (none)
35
43
  */
36
- export interface CompositeActionRelatedListsCollectionResultRepresentation {
37
- result: ActionRepresentation_ActionRepresentation;
38
- statusCode: number;
39
- }
44
+ export type CompositeActionRelatedListsCollectionResultRepresentation = CompositeActionRelatedListsCollectionResultRepresentationUnknown | CompositeActionRelatedListsCollectionResultRepresentationActionRepresentation;
45
+ export {};
@@ -27,13 +27,19 @@ export interface CompositeRelatedListRecordCollectionResultRepresentationNormali
27
27
  result: $64$luvio_engine_StoreLink;
28
28
  statusCode: number;
29
29
  }
30
+ interface CompositeRelatedListRecordCollectionResultRepresentationUnknown {
31
+ statusCode: 100 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511;
32
+ result: unknown;
33
+ }
34
+ interface CompositeRelatedListRecordCollectionResultRepresentationRelatedListRecordCollectionRepresentation {
35
+ statusCode: 200;
36
+ result: RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation;
37
+ }
30
38
  /**
31
39
  *
32
40
  *
33
41
  * Keys:
34
42
  * (none)
35
43
  */
36
- export interface CompositeRelatedListRecordCollectionResultRepresentation {
37
- result: RelatedListRecordCollectionRepresentation_RelatedListRecordCollectionRepresentation;
38
- statusCode: number;
39
- }
44
+ export type CompositeRelatedListRecordCollectionResultRepresentation = CompositeRelatedListRecordCollectionResultRepresentationUnknown | CompositeRelatedListRecordCollectionResultRepresentationRelatedListRecordCollectionRepresentation;
45
+ export {};
@@ -1,7 +1,8 @@
1
+ import { ListColumnRepresentation as ListColumnRepresentation_ListColumnRepresentation } from './ListColumnRepresentation';
1
2
  import { ListFilterByInfoRepresentation as ListFilterByInfoRepresentation_ListFilterByInfoRepresentation } from './ListFilterByInfoRepresentation';
2
3
  import { ListScopeRepresentation as ListScopeRepresentation_ListScopeRepresentation } from './ListScopeRepresentation';
3
4
  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 = "8a23c6b6e87ab8397ebbc53cbb32270e";
5
+ export declare const VERSION = "c67a4e786ae4a8428c5fd33c9fba5b57";
5
6
  export declare function validate(obj: any, path?: string): TypeError | null;
6
7
  export declare const RepresentationType: string;
7
8
  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;
@@ -16,6 +17,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
17
  * (none)
17
18
  */
18
19
  export interface ListInfoInputRepresentationNormalized {
20
+ /** Input representation for display columns (field API names). */
21
+ displayColumns?: Array<ListColumnRepresentation_ListColumnRepresentation | null>;
19
22
  /** Input representation for filterLogicString. */
20
23
  filterLogicString?: string | null;
21
24
  /** Describes how the list view is filtered. */
@@ -34,6 +37,7 @@ export interface ListInfoInputRepresentationNormalized {
34
37
  * (none)
35
38
  */
36
39
  export interface ListInfoInputRepresentation {
40
+ displayColumns?: Array<ListColumnRepresentation_ListColumnRepresentation | null>;
37
41
  filterLogicString?: string | null;
38
42
  filteredByInfo?: Array<ListFilterByInfoRepresentation_ListFilterByInfoRepresentation>;
39
43
  label?: string;
@@ -1,6 +1,6 @@
1
1
  import { ListObjectPicklistValueRepresentation as ListObjectPicklistValueRepresentation_ListObjectPicklistValueRepresentation } from './ListObjectPicklistValueRepresentation';
2
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 = "775dc2075ad11574419ab5fdf25ae227";
3
+ export declare const VERSION = "2c35f797fead79b5c45b521e77dd6ace";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: ListObjectColumnRepresentation, existing: ListObjectColumnRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ListObjectColumnRepresentationNormalized;
@@ -18,7 +18,7 @@ export interface ListObjectColumnRepresentationNormalized {
18
18
  /** The alias for this column. */
19
19
  alias: string;
20
20
  /** The data type for this column. */
21
- dataType: string;
21
+ dataType: string | null;
22
22
  /** The default filter operator for this column. */
23
23
  defaultFilterOperator: string;
24
24
  /** Whether or not this column is displayable. */
@@ -44,7 +44,7 @@ export interface ListObjectColumnRepresentationNormalized {
44
44
  */
45
45
  export interface ListObjectColumnRepresentation {
46
46
  alias: string;
47
- dataType: string;
47
+ dataType: string | null;
48
48
  defaultFilterOperator: string;
49
49
  displayable: boolean;
50
50
  fieldApiName: string;
@@ -1,7 +1,8 @@
1
+ import { ListObjectScopeRepresentation as ListObjectScopeRepresentation_ListObjectScopeRepresentation } from './ListObjectScopeRepresentation';
1
2
  import { ListObjectColumnRepresentation as ListObjectColumnRepresentation_ListObjectColumnRepresentation } from './ListObjectColumnRepresentation';
2
3
  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';
3
4
  export declare const TTL = 900000;
4
- export declare const VERSION = "5af0cd318733d6fb298c144c45f9ee14";
5
+ export declare const VERSION = "84e1e3ffdfcb59f65d7b8906e33027ac";
5
6
  export declare function validate(obj: any, path?: string): TypeError | null;
6
7
  export declare const RepresentationType: string;
7
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -25,6 +26,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
25
26
  * objectApiName (string): objectApiName
26
27
  */
27
28
  export interface ListObjectInfoRepresentationNormalized {
29
+ /** Information about all available scopes for the given entity. */
30
+ availableScopes: Array<ListObjectScopeRepresentation_ListObjectScopeRepresentation>;
28
31
  /** Information about all available columns for the given entity. */
29
32
  columns: Array<ListObjectColumnRepresentation_ListObjectColumnRepresentation>;
30
33
  /** Indicates whether a new listview for this listview's SObject can be created. */
@@ -41,6 +44,7 @@ export interface ListObjectInfoRepresentationNormalized {
41
44
  * objectApiName (string): objectApiName
42
45
  */
43
46
  export interface ListObjectInfoRepresentation {
47
+ availableScopes: Array<ListObjectScopeRepresentation_ListObjectScopeRepresentation>;
44
48
  columns: Array<ListObjectColumnRepresentation_ListObjectColumnRepresentation>;
45
49
  createable: boolean;
46
50
  objectApiName: string;
@@ -13,7 +13,8 @@ export type { CreateRecordConfig } from './generated/adapters/createRecord';
13
13
  export type { DeleteRecordConfig } from './generated/adapters/deleteRecord';
14
14
  export type { GetObjectInfoConfig } from './generated/adapters/getObjectInfo';
15
15
  export { untrustedIsObject, keyPrefix as UiApiNamespace } from './generated/adapters/adapter-utils';
16
- export { RecordRepresentation, RecordRepresentationNormalized, keyBuilder as keyBuilderRecord, KeyParams as KeyParamsRecord, RepresentationType as RecordRepresentationRepresentationType, VERSION as RecordRepresentationVersion, TTL as RecordRepresentationTTL, RepresentationType as RecordRepresentationType, } from './generated/types/RecordRepresentation';
16
+ export type { RecordRepresentation } from './generated/types/RecordRepresentation';
17
+ export { RecordRepresentationNormalized, keyBuilder as keyBuilderRecord, KeyParams as KeyParamsRecord, RepresentationType as RecordRepresentationRepresentationType, VERSION as RecordRepresentationVersion, TTL as RecordRepresentationTTL, RepresentationType as RecordRepresentationType, } from './generated/types/RecordRepresentation';
17
18
  export { ingest as ingestRecord, createIngestRecordWithFields, } from './raml-artifacts/types/RecordRepresentation/ingest';
18
19
  export { getTypeCacheKeys as getTypeCacheKeysRecord } from './raml-artifacts/types/RecordRepresentation/getTypeCacheKeys';
19
20
  export { ObjectInfoRepresentation, keyBuilder as keyBuilderObjectInfo, ingest as ingestObjectInfo, RepresentationType as ObjectInfoRepresentationType, } from './generated/types/ObjectInfoRepresentation';
@@ -28,7 +29,7 @@ export { notifyUpdateAvailableFactory as NotifyQuickActionDefaultsUpdateAvailabl
28
29
  export type { PerformActionInputRepresentation } from './generated/types/PerformActionInputRepresentation';
29
30
  export type { RecordInputRepresentation } from './generated/types/RecordInputRepresentation';
30
31
  export type { GraphQLRepresentation, GraphQLRepresentationData, } from './generated/types/GraphQLRepresentation';
31
- export type { GraphQLBatchRepresentation } from './generated/types/GraphQLBatchRepresentation';
32
+ export type { GraphQLBatchRepresentation } from './wire/graphqlBatch/postGraphqlBatch';
32
33
  export type { GraphQLInputRepresentation } from './generated/types/GraphQLInputRepresentation';
33
34
  export type { GraphqlConfig as GraphQLConfig, BuildSnapshotContext as GraphQLBuildSnapshotContext, } from './generated/adapters/graphql';
34
35
  export * from './generated/artifacts/main';
@@ -1,5 +1,5 @@
1
- import type { ingestSuccess as generatedIngestSuccess } from '../../generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
2
- import { ResourceRequestConfig, select, keyBuilder, keyBuilder_StructuredKey, ingestError, createResourceRequest, createPaginationParams, getResponseCacheKeys } from '../../generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
1
+ import type { ingestSuccess as generatedIngestSuccess, ResourceRequestConfig } from '../../generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
2
+ import { select, keyBuilder, keyBuilder_StructuredKey, ingestError, createResourceRequest, createPaginationParams, getResponseCacheKeys } from '../../generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
3
3
  export { keyBuilder, keyBuilder_StructuredKey, ingestError, ResourceRequestConfig, createResourceRequest, createPaginationParams, getResponseCacheKeys, select, };
4
4
  export declare const ingestSuccess: typeof generatedIngestSuccess;
5
5
  export default createResourceRequest;
@@ -1,3 +1,4 @@
1
+ import type { AdapterValidationConfig } from '../../../generated/adapters/adapter-utils';
1
2
  import type { GetLookupRecordsConfig } from '../../../generated/adapters/getLookupRecords';
2
3
  import type { FieldId } from '../../../primitives/FieldId';
3
4
  interface GetLookupRecordsConfigRequestParams {
@@ -13,5 +14,5 @@ export interface GetLookupRecordsAdapterConfig {
13
14
  fieldApiName: string | FieldId;
14
15
  requestParams?: GetLookupRecordsConfigRequestParams;
15
16
  }
16
- export declare function validateAdapterConfig(untrustedConfig: unknown): GetLookupRecordsConfig | null;
17
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: AdapterValidationConfig): GetLookupRecordsConfig | null;
17
18
  export {};
@@ -0,0 +1,4 @@
1
+ import type { ResourceRequestConfig as compositeWireResourceRequestConfig } from '../../generated/resources/getUiApiListInfoBatch';
2
+ import type { ResourceRequestConfig as singleWireResourceRequestConfig } from '../../generated/resources/getUiApiListInfoByListViewApiNameAndObjectApiName';
3
+ export declare function createChildResourceParams(resourceParams: compositeWireResourceRequestConfig): singleWireResourceRequestConfig[];
4
+ export default createChildResourceParams;
@@ -1,4 +1,6 @@
1
1
  import type { AdapterFactory } from '@luvio/engine';
2
2
  import type { LookupValuesRepresentation } from '../../generated/types/LookupValuesRepresentation';
3
3
  import type { GetLookupRecordsConfig } from '../../generated/adapters/getLookupRecords';
4
+ import type { AdapterValidationConfig } from '../../generated/adapters/adapter-utils';
5
+ export declare const paramNames: AdapterValidationConfig;
4
6
  export declare const factory: AdapterFactory<GetLookupRecordsConfig, LookupValuesRepresentation>;
@@ -0,0 +1,4 @@
1
+ import type { ResourceRequestConfig as compositeWireResourceRequestConfig } from '../../generated/resources/postUiApiRelatedListRecordsBatchByParentRecordId';
2
+ import type { ResourceRequestConfig as singleWireResourceRequestConfig } from '../../generated/resources/postUiApiRelatedListRecordsByParentRecordIdAndRelatedListId';
3
+ declare function createChildResourceParams(resourceParams: compositeWireResourceRequestConfig): singleWireResourceRequestConfig[];
4
+ export default createChildResourceParams;
@@ -0,0 +1,4 @@
1
+ import type { ResourceRequestConfig as compositeResourceRequestConfig } from '../../generated/resources/postUiApiActionsRecordRelatedListBatchByRecordIds';
2
+ import type { ResourceRequestConfig as singleWireResourceRequestConfig } from '../../generated/resources/postUiApiActionsRecordRelatedListByRecordIdsAndRelatedListId';
3
+ declare function createChildResourceParams(resourceParams: compositeResourceRequestConfig): singleWireResourceRequestConfig[];
4
+ export default createChildResourceParams;