@salesforce/lds-adapters-uiapi 1.103.1 → 1.104.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/uiapi-records-service.js +199 -162
- package/dist/types/src/generated/adapters/updateRelatedListInfo.d.ts +2 -2
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId.d.ts +2 -2
- package/dist/types/src/generated/resources/patchUiApiRelatedListInfoByParentRecordIdAndRelatedListId.d.ts +2 -2
- package/dist/types/src/generated/types/RelatedListInfoInputRepresentation.d.ts +34 -0
- package/dist/umd/es2018/uiapi-records-service.js +199 -162
- package/dist/umd/es5/uiapi-records-service.js +200 -162
- package/package.json +7 -7
- package/sfdc/graphqlAdapters.js +1 -1
- package/sfdc/index.js +200 -163
- package/src/raml/api.raml +14 -14
- package/dist/types/src/generated/types/ListInfoInputRepresentation.d.ts +0 -33
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
2
2
|
import { ListOrderedByInfoInputRepresentation as types_ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation } from '../types/ListOrderedByInfoInputRepresentation';
|
|
3
|
-
import {
|
|
3
|
+
import { ListUserPreferenceInputRepresentation as types_ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation } from '../types/ListUserPreferenceInputRepresentation';
|
|
4
4
|
import { ResourceRequestConfig as resources_patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId_ResourceRequestConfig } from '../resources/patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId';
|
|
5
5
|
import { Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
6
6
|
import { RelatedListInfoRepresentation as types_RelatedListInfoRepresentation_RelatedListInfoRepresentation } from '../types/RelatedListInfoRepresentation';
|
|
@@ -11,7 +11,7 @@ export interface UpdateRelatedListInfoConfig {
|
|
|
11
11
|
relatedListId: string;
|
|
12
12
|
recordTypeId?: string;
|
|
13
13
|
orderedByInfo: Array<types_ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
14
|
-
userPreferences:
|
|
14
|
+
userPreferences: types_ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation;
|
|
15
15
|
}
|
|
16
16
|
export declare function createResourceParams(config: UpdateRelatedListInfoConfig): resources_patchUiApiRelatedListInfoByParentObjectApiNameAndRelatedListId_ResourceRequestConfig;
|
|
17
17
|
export declare function coerceConfig(config: adapter$45$utils_UncoercedConfiguration<UpdateRelatedListInfoConfig, any>): adapter$45$utils_Untrusted<UpdateRelatedListInfoConfig>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ListOrderedByInfoInputRepresentation as types_ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation } from '../types/ListOrderedByInfoInputRepresentation';
|
|
2
|
-
import {
|
|
2
|
+
import { ListUserPreferenceInputRepresentation as types_ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation } from '../types/ListUserPreferenceInputRepresentation';
|
|
3
3
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
|
|
4
4
|
import { RelatedListInfoRepresentation as types_RelatedListInfoRepresentation_RelatedListInfoRepresentation } from '../types/RelatedListInfoRepresentation';
|
|
5
5
|
export interface ResourceRequestConfig {
|
|
@@ -12,7 +12,7 @@ export interface ResourceRequestConfig {
|
|
|
12
12
|
};
|
|
13
13
|
body: {
|
|
14
14
|
orderedByInfo: Array<types_ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
15
|
-
userPreferences:
|
|
15
|
+
userPreferences: types_ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation;
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
18
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ListOrderedByInfoInputRepresentation as types_ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation } from '../types/ListOrderedByInfoInputRepresentation';
|
|
2
|
-
import {
|
|
2
|
+
import { ListUserPreferenceInputRepresentation as types_ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation } from '../types/ListUserPreferenceInputRepresentation';
|
|
3
3
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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';
|
|
4
4
|
import { RelatedListInfoRepresentation as types_RelatedListInfoRepresentation_RelatedListInfoRepresentation } from '../types/RelatedListInfoRepresentation';
|
|
5
5
|
export interface ResourceRequestConfig {
|
|
@@ -12,7 +12,7 @@ export interface ResourceRequestConfig {
|
|
|
12
12
|
};
|
|
13
13
|
body: {
|
|
14
14
|
orderedByInfo: Array<types_ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
15
|
-
userPreferences:
|
|
15
|
+
userPreferences: types_ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation;
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
18
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ListOrderedByInfoInputRepresentation as ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation } from './ListOrderedByInfoInputRepresentation';
|
|
2
|
+
import { ListUserPreferenceInputRepresentation as ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation } from './ListUserPreferenceInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "fd03e32223090f1926c62de24c0c0b9d";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: RelatedListInfoInputRepresentation, existing: RelatedListInfoInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RelatedListInfoInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: RelatedListInfoInputRepresentationNormalized, incoming: RelatedListInfoInputRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: RelatedListInfoInputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RelatedListInfoInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of a Related List Info input.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface RelatedListInfoInputRepresentationNormalized {
|
|
20
|
+
/** Input representation for orderBy. */
|
|
21
|
+
orderedByInfo: Array<ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
22
|
+
/** Input representation for user preferences. */
|
|
23
|
+
userPreferences: ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of a Related List Info input.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface RelatedListInfoInputRepresentation {
|
|
32
|
+
orderedByInfo: Array<ListOrderedByInfoInputRepresentation_ListOrderedByInfoInputRepresentation>;
|
|
33
|
+
userPreferences: ListUserPreferenceInputRepresentation_ListUserPreferenceInputRepresentation;
|
|
34
|
+
}
|