@salesforce/lds-adapters-service-ecm 1.392.0 → 1.393.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,7 +1,7 @@
1
- import { DecisionTableParameterOutputRepresentation as DecisionTableParameterOutputRepresentation_DecisionTableParameterOutputRepresentation } from './DecisionTableParameterOutputRepresentation';
1
+ import { EligibilityRuleParameterRepresentation as EligibilityRuleParameterRepresentation_EligibilityRuleParameterRepresentation } from './EligibilityRuleParameterRepresentation';
2
2
  import { DecisionTableSourceCriteriaOutputRepresentation as DecisionTableSourceCriteriaOutputRepresentation_DecisionTableSourceCriteriaOutputRepresentation } from './DecisionTableSourceCriteriaOutputRepresentation';
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 = "53a2c9a83f2af963d29b270a557a29ab";
4
+ export declare const VERSION = "95c6a3da04e0fcc9db2a92b64485382c";
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: EligibilityRuleDetailsRepresentation, existing: EligibilityRuleDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EligibilityRuleDetailsRepresentationNormalized;
@@ -16,20 +16,24 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  * (none)
17
17
  */
18
18
  export interface EligibilityRuleDetailsRepresentationNormalized {
19
- /** Indicates if criteria is enabled at the cell level (true) or not (false) */
20
- cellLevelCriteriaEnabled: boolean;
21
19
  /** The criteria for the condition */
22
20
  conditionCriteria: string;
23
21
  /** The type of the condition */
24
22
  conditionType: string;
23
+ /** The date and time when the decision table was created */
24
+ createdDate: string;
25
25
  /** The unique identifier of the decision table that's associated with the eligibility rule */
26
26
  decisionTableId: string;
27
27
  /** The name of the decision table */
28
28
  decisionTableName: string;
29
29
  /** The description of the condition */
30
30
  description: string;
31
+ /** The date and time when the decision table was last modified */
32
+ lastModifiedDate: string;
31
33
  /** The description of the for the decision table parameters */
32
- parameters: Array<DecisionTableParameterOutputRepresentation_DecisionTableParameterOutputRepresentation>;
34
+ parameters: Array<EligibilityRuleParameterRepresentation_EligibilityRuleParameterRepresentation>;
35
+ /** Indicates the override type at the row level */
36
+ rowLevelOverrideType: string;
33
37
  /** The criteria used to filter and select a specific type rule for application */
34
38
  sourceCriteria: Array<DecisionTableSourceCriteriaOutputRepresentation_DecisionTableSourceCriteriaOutputRepresentation>;
35
39
  /** Specifies the Source object used to get the necessary information */
@@ -48,13 +52,15 @@ export interface EligibilityRuleDetailsRepresentationNormalized {
48
52
  * (none)
49
53
  */
50
54
  export interface EligibilityRuleDetailsRepresentation {
51
- cellLevelCriteriaEnabled: boolean;
52
55
  conditionCriteria: string;
53
56
  conditionType: string;
57
+ createdDate: string;
54
58
  decisionTableId: string;
55
59
  decisionTableName: string;
56
60
  description: string;
57
- parameters: Array<DecisionTableParameterOutputRepresentation_DecisionTableParameterOutputRepresentation>;
61
+ lastModifiedDate: string;
62
+ parameters: Array<EligibilityRuleParameterRepresentation_EligibilityRuleParameterRepresentation>;
63
+ rowLevelOverrideType: string;
58
64
  sourceCriteria: Array<DecisionTableSourceCriteriaOutputRepresentation_DecisionTableSourceCriteriaOutputRepresentation>;
59
65
  sourceObject: string;
60
66
  sourceType: string;
@@ -1,19 +1,21 @@
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 = "8da8a9539ab11c385bafdc5028d51ad1";
2
+ export declare const VERSION = "16a21367b1c0bba3e8f0ed1efce35f85";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
- export declare function normalize(input: DecisionTableParameterOutputRepresentation, existing: DecisionTableParameterOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DecisionTableParameterOutputRepresentationNormalized;
5
+ export declare function normalize(input: EligibilityRuleParameterRepresentation, existing: EligibilityRuleParameterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EligibilityRuleParameterRepresentationNormalized;
6
6
  export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: DecisionTableParameterOutputRepresentationNormalized, incoming: DecisionTableParameterOutputRepresentationNormalized): boolean;
7
+ export declare function equals(existing: EligibilityRuleParameterRepresentationNormalized, incoming: EligibilityRuleParameterRepresentationNormalized): boolean;
8
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: DecisionTableParameterOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EligibilityRuleParameterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
10
  /**
11
- * Represents the decision table parameter
11
+ * Represents the eligibility rule parameter
12
12
  *
13
13
  * Keys:
14
14
  * (none)
15
15
  */
16
- export interface DecisionTableParameterOutputRepresentationNormalized {
16
+ export interface EligibilityRuleParameterRepresentationNormalized {
17
+ /** Data Type of the field used */
18
+ columnDataType?: string;
17
19
  /** Specifies the source object path for the mapping to the column of an entity */
18
20
  columnMapping?: string;
19
21
  /** Data Type of the field used */
@@ -42,12 +44,13 @@ export interface DecisionTableParameterOutputRepresentationNormalized {
42
44
  usage?: string;
43
45
  }
44
46
  /**
45
- * Represents the decision table parameter
47
+ * Represents the eligibility rule parameter
46
48
  *
47
49
  * Keys:
48
50
  * (none)
49
51
  */
50
- export interface DecisionTableParameterOutputRepresentation {
52
+ export interface EligibilityRuleParameterRepresentation {
53
+ columnDataType?: string;
51
54
  columnMapping?: string;
52
55
  dataType?: string;
53
56
  decimalScale?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-ecm",
3
- "version": "1.392.0",
3
+ "version": "1.393.0",
4
4
  "description": "Service Automation Request",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-ecm.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.392.0"
43
+ "@salesforce/lds-bindings": "^1.393.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.392.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.393.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {