@salesforce/lds-adapters-industries-context 1.444.0 → 1.446.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/industries-context.js +1063 -1047
- package/dist/es/es2018/types/src/generated/adapters/deleteContextServiceAttributes.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectContextNodesContextAttributesDeleteByContextNodeId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttributeListRepresentation.d.ts +2 -11
- package/package.json +4 -4
- package/sfdc/index.js +770 -751
- package/src/raml/api.raml +16 -0
- package/src/raml/luvio.raml +5 -0
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ContextAttributesListInputRepresentation as types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation } from '../types/ContextAttributesListInputRepresentation';
|
|
4
|
+
import { ResourceRequestConfig as resources_postConnectContextNodesContextAttributesDeleteByContextNodeId_ResourceRequestConfig } from '../resources/postConnectContextNodesContextAttributesDeleteByContextNodeId';
|
|
5
|
+
import { ContextAttributeListRepresentation as types_ContextAttributeListRepresentation_ContextAttributeListRepresentation } from '../types/ContextAttributeListRepresentation';
|
|
6
|
+
export declare const adapterName = "deleteContextServiceAttributes";
|
|
7
|
+
export declare const deleteContextServiceAttributes_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
|
+
export declare const deleteContextServiceAttributes_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
|
+
export interface DeleteContextServiceAttributesConfig {
|
|
10
|
+
contextNodeId: string;
|
|
11
|
+
contextAttributeListInput: types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: DeleteContextServiceAttributesConfig) => resources_postConnectContextNodesContextAttributesDeleteByContextNodeId_ResourceRequestConfig;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<DeleteContextServiceAttributesConfig>): adapter$45$utils_Untrusted<DeleteContextServiceAttributesConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): DeleteContextServiceAttributesConfig | null;
|
|
16
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: DeleteContextServiceAttributesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, any>>;
|
|
17
|
+
export declare const deleteContextServiceAttributesAdapterFactory: $64$luvio_engine_AdapterFactory<DeleteContextServiceAttributesConfig, types_ContextAttributeListRepresentation_ContextAttributeListRepresentation>;
|
|
@@ -39,6 +39,7 @@ export { deleteContextServiceAttributeMappingAdapterFactory } from '../adapters/
|
|
|
39
39
|
export { getContextServiceAttributeMappingAdapterFactory } from '../adapters/getContextServiceAttributeMapping';
|
|
40
40
|
export { updateContextAttributesAdapterFactory } from '../adapters/updateContextAttributes';
|
|
41
41
|
export { createContextAttributesAdapterFactory } from '../adapters/createContextAttributes';
|
|
42
|
+
export { deleteContextServiceAttributesAdapterFactory } from '../adapters/deleteContextServiceAttributes';
|
|
42
43
|
export { deleteContextServiceAttributeAdapterFactory } from '../adapters/deleteContextServiceAttribute';
|
|
43
44
|
export { getContextServiceAttributeAdapterFactory } from '../adapters/getContextServiceAttribute';
|
|
44
45
|
export { createContextMappingAdapterFactory } from '../adapters/createContextMapping';
|
|
@@ -25,6 +25,7 @@ declare let deleteContextMapping: any;
|
|
|
25
25
|
declare let deleteContextNodeMapping: any;
|
|
26
26
|
declare let deleteContextServiceAttribute: any;
|
|
27
27
|
declare let deleteContextServiceAttributeMapping: any;
|
|
28
|
+
declare let deleteContextServiceAttributes: any;
|
|
28
29
|
declare let deleteContextServiceDefinition: any;
|
|
29
30
|
declare let deleteContextServiceMapping: any;
|
|
30
31
|
declare let deleteContextServiceNode: any;
|
|
@@ -103,4 +104,4 @@ declare let getContextServiceTag_imperative: any;
|
|
|
103
104
|
declare let getContextTags_imperative: any;
|
|
104
105
|
declare let getContextTranslation_imperative: any;
|
|
105
106
|
declare let getDynamicAttributes_imperative: any;
|
|
106
|
-
export { buildAndQueryRecordsFilter, buildContext, buildContextAndQuery, cloneContextMappings, contextDefinitionTransformationClone, createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextFilters, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextQueryTags, createContextServiceDefinition, createContextTags, createContextUpdateAttribute, createWriteThroughTags, deleteContext, deleteContextAttributeMapping, deleteContextFilter, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, deleteContextTransformations, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextDefinitions, getContextFilter, getContextFilterNotifyChange, getContextFilters, getContextFiltersNotifyChange, getContextInfo, getContextInfoNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeNotifyChange, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionNotifyChange, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeNotifyChange, getContextServiceTag, getContextServiceTagNotifyChange, getContextTags, getContextTagsNotifyChange, getContextTranslation, getDynamicAttributes, getDynamicAttributesNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextFilter, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition, getContext_imperative, getContextAttributeMapping_imperative, getContextDefinitions_imperative, getContextFilter_imperative, getContextFilters_imperative, getContextInfo_imperative, getContextMapping_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative, getContextServiceAttribute_imperative, getContextServiceAttributeMapping_imperative, getContextServiceDefinition_imperative, getContextServiceDefinitionInfo_imperative, getContextServiceMapping_imperative, getContextServiceNode_imperative, getContextServiceNodeMapping_imperative, getContextServiceTag_imperative, getContextTags_imperative, getContextTranslation_imperative, getDynamicAttributes_imperative, };
|
|
107
|
+
export { buildAndQueryRecordsFilter, buildContext, buildContextAndQuery, cloneContextMappings, contextDefinitionTransformationClone, createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextFilters, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextQueryTags, createContextServiceDefinition, createContextTags, createContextUpdateAttribute, createWriteThroughTags, deleteContext, deleteContextAttributeMapping, deleteContextFilter, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceAttributes, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, deleteContextTransformations, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextDefinitions, getContextFilter, getContextFilterNotifyChange, getContextFilters, getContextFiltersNotifyChange, getContextInfo, getContextInfoNotifyChange, getContextMapping, getContextMappingNotifyChange, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeNotifyChange, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionNotifyChange, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeNotifyChange, getContextServiceTag, getContextServiceTagNotifyChange, getContextTags, getContextTagsNotifyChange, getContextTranslation, getDynamicAttributes, getDynamicAttributesNotifyChange, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextFilter, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition, getContext_imperative, getContextAttributeMapping_imperative, getContextDefinitions_imperative, getContextFilter_imperative, getContextFilters_imperative, getContextInfo_imperative, getContextMapping_imperative, getContextNodeMapping_imperative, getContextServiceAccess_imperative, getContextServiceAttribute_imperative, getContextServiceAttributeMapping_imperative, getContextServiceDefinition_imperative, getContextServiceDefinitionInfo_imperative, getContextServiceMapping_imperative, getContextServiceNode_imperative, getContextServiceNodeMapping_imperative, getContextServiceTag_imperative, getContextTags_imperative, getContextTranslation_imperative, getDynamicAttributes_imperative, };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ContextAttributesListInputRepresentation as types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation } from '../types/ContextAttributesListInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
import { ContextAttributeListRepresentation as types_ContextAttributeListRepresentation_ContextAttributeListRepresentation } from '../types/ContextAttributeListRepresentation';
|
|
4
|
+
export interface ResourceRequestConfig {
|
|
5
|
+
urlParams: {
|
|
6
|
+
contextNodeId: string;
|
|
7
|
+
};
|
|
8
|
+
body: {
|
|
9
|
+
contextAttributeListInput: types_ContextAttributesListInputRepresentation_ContextAttributesListInputRepresentation;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
13
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContextAttributeListRepresentation_ContextAttributeListRepresentation): void;
|
|
14
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContextAttributeListRepresentation_ContextAttributeListRepresentation, any>;
|
|
15
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
16
|
+
export default createResourceRequest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
1
|
import { ContextAttributeRepresentation as ContextAttributeRepresentation_ContextAttributeRepresentation } from './ContextAttributeRepresentation';
|
|
2
|
+
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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
3
|
export declare const TTL = 1000;
|
|
4
4
|
export declare const VERSION = "51b165520073651fbdd692e7f94c3b24";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
@@ -14,19 +14,10 @@ export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio,
|
|
|
14
14
|
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ContextAttributeListRepresentation): string;
|
|
15
15
|
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ContextAttributeListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
16
|
export declare function normalize(input: ContextAttributeListRepresentation, existing: ContextAttributeListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextAttributeListRepresentationNormalized;
|
|
17
|
-
export
|
|
18
|
-
attributes: $64$luvio_engine_ResourceIngest;
|
|
19
|
-
}
|
|
20
|
-
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: ContextAttributeListRepresentation, existing: ContextAttributeListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => ContextAttributeListRepresentationNormalized;
|
|
21
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
-
export interface DynamicSelectParams {
|
|
23
|
-
attributes?: $64$luvio_engine_LinkSelection;
|
|
24
|
-
}
|
|
25
|
-
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
26
18
|
export declare function equals(existing: ContextAttributeListRepresentationNormalized, incoming: ContextAttributeListRepresentationNormalized): boolean;
|
|
27
19
|
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
20
|
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ContextAttributeListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
-
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
21
|
/**
|
|
31
22
|
* Output representation of List of Context Attributes
|
|
32
23
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-context",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.446.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Normandy Context Service",
|
|
6
6
|
"main": "dist/es/es2018/industries-context.js",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.446.0"
|
|
48
48
|
},
|
|
49
49
|
"volta": {
|
|
50
50
|
"extends": "../../package.json"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
54
|
-
"@salesforce/lds-karma": "^1.
|
|
53
|
+
"@salesforce/lds-compiler-plugins": "^1.446.0",
|
|
54
|
+
"@salesforce/lds-karma": "^1.446.0"
|
|
55
55
|
},
|
|
56
56
|
"nx": {
|
|
57
57
|
"targets": {
|