@salesforce/lds-adapters-industries-actionplan 1.284.0 → 1.285.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.
|
@@ -185,7 +185,7 @@ function validate$e(obj, path = 'ActionPlanTemplateTaskItemsLabelOutputRepresent
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
const TTL$3 = 1000;
|
|
188
|
-
const VERSION$3 = "
|
|
188
|
+
const VERSION$3 = "27f870344e4c00862a006458ee9bab53";
|
|
189
189
|
function validate$d(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentation') {
|
|
190
190
|
const v_error = (() => {
|
|
191
191
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -226,6 +226,11 @@ function validate$d(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentatio
|
|
|
226
226
|
if (typeof obj_isCreateAdhocItemsAllowed !== 'boolean') {
|
|
227
227
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isCreateAdhocItemsAllowed + '" (at "' + path_isCreateAdhocItemsAllowed + '")');
|
|
228
228
|
}
|
|
229
|
+
const obj_targetEntityType = obj.targetEntityType;
|
|
230
|
+
const path_targetEntityType = path + '.targetEntityType';
|
|
231
|
+
if (typeof obj_targetEntityType !== 'string') {
|
|
232
|
+
return new TypeError('Expected "string" but received "' + typeof obj_targetEntityType + '" (at "' + path_targetEntityType + '")');
|
|
233
|
+
}
|
|
229
234
|
const obj_taskItemList = obj.taskItemList;
|
|
230
235
|
const path_taskItemList = path + '.taskItemList';
|
|
231
236
|
if (!ArrayIsArray(obj_taskItemList)) {
|
|
@@ -2,7 +2,7 @@ import { ActionPlanTemplateDCIItemsLabelOutputRepresentation as ActionPlanTempla
|
|
|
2
2
|
import { ActionPlanTemplateTaskItemsLabelOutputRepresentation as ActionPlanTemplateTaskItemsLabelOutputRepresentation_ActionPlanTemplateTaskItemsLabelOutputRepresentation } from './ActionPlanTemplateTaskItemsLabelOutputRepresentation';
|
|
3
3
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
4
|
export declare const TTL = 1000;
|
|
5
|
-
export declare const VERSION = "
|
|
5
|
+
export declare const VERSION = "27f870344e4c00862a006458ee9bab53";
|
|
6
6
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
7
|
export declare const RepresentationType: string;
|
|
8
8
|
export declare function normalize(input: ActionPlanTemplateItemsLabelOutputRepresentation, existing: ActionPlanTemplateItemsLabelOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ActionPlanTemplateItemsLabelOutputRepresentationNormalized;
|
|
@@ -27,6 +27,8 @@ export interface ActionPlanTemplateItemsLabelOutputRepresentationNormalized {
|
|
|
27
27
|
dciItemList: Array<ActionPlanTemplateDCIItemsLabelOutputRepresentation_ActionPlanTemplateDCIItemsLabelOutputRepresentation>;
|
|
28
28
|
/** isCreateAdhocItemsAllowed description */
|
|
29
29
|
isCreateAdhocItemsAllowed: boolean;
|
|
30
|
+
/** Target Entity Type */
|
|
31
|
+
targetEntityType: string;
|
|
30
32
|
/** List of all task items */
|
|
31
33
|
taskItemList: Array<ActionPlanTemplateTaskItemsLabelOutputRepresentation_ActionPlanTemplateTaskItemsLabelOutputRepresentation>;
|
|
32
34
|
}
|
|
@@ -42,5 +44,6 @@ export interface ActionPlanTemplateItemsLabelOutputRepresentation {
|
|
|
42
44
|
createdByUserName: string;
|
|
43
45
|
dciItemList: Array<ActionPlanTemplateDCIItemsLabelOutputRepresentation_ActionPlanTemplateDCIItemsLabelOutputRepresentation>;
|
|
44
46
|
isCreateAdhocItemsAllowed: boolean;
|
|
47
|
+
targetEntityType: string;
|
|
45
48
|
taskItemList: Array<ActionPlanTemplateTaskItemsLabelOutputRepresentation_ActionPlanTemplateTaskItemsLabelOutputRepresentation>;
|
|
46
49
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionplan",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.285.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/es/es2018/industries-actionplan.js",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"test:unit": "jest"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@salesforce/lds-bindings": "^1.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.285.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
50
|
-
"@salesforce/lds-karma": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.285.0",
|
|
50
|
+
"@salesforce/lds-karma": "^1.285.0"
|
|
51
51
|
},
|
|
52
52
|
"nx": {
|
|
53
53
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -825,7 +825,7 @@ function validate$4(obj, path = 'ActionPlanTemplateTaskItemsLabelOutputRepresent
|
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
const TTL$1 = 1000;
|
|
828
|
-
const VERSION$1 = "
|
|
828
|
+
const VERSION$1 = "27f870344e4c00862a006458ee9bab53";
|
|
829
829
|
function validate$3(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentation') {
|
|
830
830
|
const v_error = (() => {
|
|
831
831
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -866,6 +866,11 @@ function validate$3(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentatio
|
|
|
866
866
|
if (typeof obj_isCreateAdhocItemsAllowed !== 'boolean') {
|
|
867
867
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isCreateAdhocItemsAllowed + '" (at "' + path_isCreateAdhocItemsAllowed + '")');
|
|
868
868
|
}
|
|
869
|
+
const obj_targetEntityType = obj.targetEntityType;
|
|
870
|
+
const path_targetEntityType = path + '.targetEntityType';
|
|
871
|
+
if (typeof obj_targetEntityType !== 'string') {
|
|
872
|
+
return new TypeError('Expected "string" but received "' + typeof obj_targetEntityType + '" (at "' + path_targetEntityType + '")');
|
|
873
|
+
}
|
|
869
874
|
const obj_taskItemList = obj.taskItemList;
|
|
870
875
|
const path_taskItemList = path + '.taskItemList';
|
|
871
876
|
if (!ArrayIsArray(obj_taskItemList)) {
|
|
@@ -1380,4 +1385,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1380
1385
|
});
|
|
1381
1386
|
|
|
1382
1387
|
export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlanTemplateItemsLabel, getActionPlanTemplateItemsLabel_imperative, getActionPlans, getActionPlans_imperative };
|
|
1383
|
-
// version: 1.
|
|
1388
|
+
// version: 1.285.0-c97dec82e
|
package/src/raml/api.raml
CHANGED