@salesforce/lds-adapters-industries-explainability 1.303.0 → 1.304.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.
|
@@ -103,10 +103,10 @@ function validate$4(obj, path = 'ExplainabilityActionLogDetailRepresentation') {
|
|
|
103
103
|
return new TypeError('Expected "string" but received "' + typeof obj_additionalFilter + '" (at "' + path_additionalFilter + '")');
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
|
-
const
|
|
107
|
-
const
|
|
108
|
-
if (typeof
|
|
109
|
-
return new TypeError('Expected "string" but received "' + typeof
|
|
106
|
+
const obj_applicationLogCalendarDate = obj.applicationLogCalendarDate;
|
|
107
|
+
const path_applicationLogCalendarDate = path + '.applicationLogCalendarDate';
|
|
108
|
+
if (typeof obj_applicationLogCalendarDate !== 'string') {
|
|
109
|
+
return new TypeError('Expected "string" but received "' + typeof obj_applicationLogCalendarDate + '" (at "' + path_applicationLogCalendarDate + '")');
|
|
110
110
|
}
|
|
111
111
|
const obj_applicationLogDate = obj.applicationLogDate;
|
|
112
112
|
const path_applicationLogDate = path + '.applicationLogDate';
|
package/dist/es/es2018/types/src/generated/types/ExplainabilityActionLogDetailRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "676f634d55d88c3557a45090cc1413bb";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: ExplainabilityActionLogDetailRepresentation, existing: ExplainabilityActionLogDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ExplainabilityActionLogDetailRepresentationNormalized;
|
|
@@ -20,8 +20,8 @@ export interface ExplainabilityActionLogDetailRepresentationNormalized {
|
|
|
20
20
|
actionLog?: string;
|
|
21
21
|
/** A string to be used as additional filter */
|
|
22
22
|
additionalFilter?: string;
|
|
23
|
-
/** The
|
|
24
|
-
|
|
23
|
+
/** The Calendar date and time at which the Explainability log was generated by the application's action */
|
|
24
|
+
applicationLogCalendarDate: string;
|
|
25
25
|
/** The date and time at which the Explainability action log was generated by the application's action */
|
|
26
26
|
applicationLogDate: string;
|
|
27
27
|
/** Specifies the subtype of the associated application for which the explainability log is generated. This would match one of the valid values for Explainability Action Specification table's ApplicationSubtype field */
|
|
@@ -53,7 +53,7 @@ export interface ExplainabilityActionLogDetailRepresentation {
|
|
|
53
53
|
actionContextCode: string;
|
|
54
54
|
actionLog?: string;
|
|
55
55
|
additionalFilter?: string;
|
|
56
|
-
|
|
56
|
+
applicationLogCalendarDate: string;
|
|
57
57
|
applicationLogDate: string;
|
|
58
58
|
applicationSubtype: string;
|
|
59
59
|
applicationType: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-explainability",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.304.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "API to fetch and post centralised explainability related meta data and transactional data",
|
|
6
6
|
"main": "dist/es/es2018/industries-explainability.js",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"test": "nx build:karma && karma start --single-run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/lds-bindings": "^1.
|
|
45
|
+
"@salesforce/lds-bindings": "^1.304.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
49
|
-
"@salesforce/lds-karma": "^1.
|
|
48
|
+
"@salesforce/lds-compiler-plugins": "^1.304.0",
|
|
49
|
+
"@salesforce/lds-karma": "^1.304.0"
|
|
50
50
|
},
|
|
51
51
|
"nx": {
|
|
52
52
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -113,10 +113,10 @@ function validate$4(obj, path = 'ExplainabilityActionLogDetailRepresentation') {
|
|
|
113
113
|
return new TypeError('Expected "string" but received "' + typeof obj_additionalFilter + '" (at "' + path_additionalFilter + '")');
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
const
|
|
117
|
-
const
|
|
118
|
-
if (typeof
|
|
119
|
-
return new TypeError('Expected "string" but received "' + typeof
|
|
116
|
+
const obj_applicationLogCalendarDate = obj.applicationLogCalendarDate;
|
|
117
|
+
const path_applicationLogCalendarDate = path + '.applicationLogCalendarDate';
|
|
118
|
+
if (typeof obj_applicationLogCalendarDate !== 'string') {
|
|
119
|
+
return new TypeError('Expected "string" but received "' + typeof obj_applicationLogCalendarDate + '" (at "' + path_applicationLogCalendarDate + '")');
|
|
120
120
|
}
|
|
121
121
|
const obj_applicationLogDate = obj.applicationLogDate;
|
|
122
122
|
const path_applicationLogDate = path + '.applicationLogDate';
|
|
@@ -932,4 +932,4 @@ withDefaultLuvio((luvio) => {
|
|
|
932
932
|
});
|
|
933
933
|
|
|
934
934
|
export { getExplainabilityActionLogs, getExplainabilityActionLogs_imperative, getExplainabilityDetailedActionLog, getExplainabilityDetailedActionLog_imperative, storeExplainabilityActionLog };
|
|
935
|
-
// version: 1.
|
|
935
|
+
// version: 1.304.0-d87b57badb
|
package/src/raml/api.raml
CHANGED
|
@@ -95,8 +95,8 @@ types:
|
|
|
95
95
|
uniqueIdentifier:
|
|
96
96
|
description: A string to be used as explainability unique identifier
|
|
97
97
|
type: string
|
|
98
|
-
|
|
99
|
-
description: The
|
|
98
|
+
applicationLogCalendarDate:
|
|
99
|
+
description: The Calendar date and time at which the Explainability log was generated by the application's action
|
|
100
100
|
type: string
|
|
101
101
|
|
|
102
102
|
# TODO Hand-rolled W-9723874
|