@salesforce/lds-adapters-industries-actionplan 1.282.0 → 1.284.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 = "b4872e64dca0f33350b7a2e9a0fa19ea";
|
|
189
189
|
function validate$d(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentation') {
|
|
190
190
|
const v_error = (() => {
|
|
191
191
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -196,6 +196,11 @@ function validate$d(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentatio
|
|
|
196
196
|
if (typeof obj_actionPlanTemplateName !== 'string') {
|
|
197
197
|
return new TypeError('Expected "string" but received "' + typeof obj_actionPlanTemplateName + '" (at "' + path_actionPlanTemplateName + '")');
|
|
198
198
|
}
|
|
199
|
+
const obj_actionPlanType = obj.actionPlanType;
|
|
200
|
+
const path_actionPlanType = path + '.actionPlanType';
|
|
201
|
+
if (typeof obj_actionPlanType !== 'string') {
|
|
202
|
+
return new TypeError('Expected "string" but received "' + typeof obj_actionPlanType + '" (at "' + path_actionPlanType + '")');
|
|
203
|
+
}
|
|
199
204
|
const obj_createdByUserName = obj.createdByUserName;
|
|
200
205
|
const path_createdByUserName = path + '.createdByUserName';
|
|
201
206
|
if (typeof obj_createdByUserName !== 'string') {
|
|
@@ -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 = "b4872e64dca0f33350b7a2e9a0fa19ea";
|
|
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;
|
|
@@ -19,6 +19,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
19
19
|
export interface ActionPlanTemplateItemsLabelOutputRepresentationNormalized {
|
|
20
20
|
/** actionPlanTemplateName description */
|
|
21
21
|
actionPlanTemplateName: string;
|
|
22
|
+
/** Action Plan Type */
|
|
23
|
+
actionPlanType: string;
|
|
22
24
|
/** Item assigned to user name */
|
|
23
25
|
createdByUserName: string;
|
|
24
26
|
/** List of dci */
|
|
@@ -36,6 +38,7 @@ export interface ActionPlanTemplateItemsLabelOutputRepresentationNormalized {
|
|
|
36
38
|
*/
|
|
37
39
|
export interface ActionPlanTemplateItemsLabelOutputRepresentation {
|
|
38
40
|
actionPlanTemplateName: string;
|
|
41
|
+
actionPlanType: string;
|
|
39
42
|
createdByUserName: string;
|
|
40
43
|
dciItemList: Array<ActionPlanTemplateDCIItemsLabelOutputRepresentation_ActionPlanTemplateDCIItemsLabelOutputRepresentation>;
|
|
41
44
|
isCreateAdhocItemsAllowed: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionplan",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.284.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.284.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
50
|
-
"@salesforce/lds-karma": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.284.0",
|
|
50
|
+
"@salesforce/lds-karma": "^1.284.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 = "b4872e64dca0f33350b7a2e9a0fa19ea";
|
|
829
829
|
function validate$3(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentation') {
|
|
830
830
|
const v_error = (() => {
|
|
831
831
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -836,6 +836,11 @@ function validate$3(obj, path = 'ActionPlanTemplateItemsLabelOutputRepresentatio
|
|
|
836
836
|
if (typeof obj_actionPlanTemplateName !== 'string') {
|
|
837
837
|
return new TypeError('Expected "string" but received "' + typeof obj_actionPlanTemplateName + '" (at "' + path_actionPlanTemplateName + '")');
|
|
838
838
|
}
|
|
839
|
+
const obj_actionPlanType = obj.actionPlanType;
|
|
840
|
+
const path_actionPlanType = path + '.actionPlanType';
|
|
841
|
+
if (typeof obj_actionPlanType !== 'string') {
|
|
842
|
+
return new TypeError('Expected "string" but received "' + typeof obj_actionPlanType + '" (at "' + path_actionPlanType + '")');
|
|
843
|
+
}
|
|
839
844
|
const obj_createdByUserName = obj.createdByUserName;
|
|
840
845
|
const path_createdByUserName = path + '.createdByUserName';
|
|
841
846
|
if (typeof obj_createdByUserName !== 'string') {
|
|
@@ -1375,4 +1380,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1375
1380
|
});
|
|
1376
1381
|
|
|
1377
1382
|
export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlanTemplateItemsLabel, getActionPlanTemplateItemsLabel_imperative, getActionPlans, getActionPlans_imperative };
|
|
1378
|
-
// version: 1.
|
|
1383
|
+
// version: 1.284.0-8b78b708e
|
package/src/raml/api.raml
CHANGED
|
@@ -236,6 +236,9 @@ types:
|
|
|
236
236
|
description: Representation of Action Plans Template Items
|
|
237
237
|
type: object
|
|
238
238
|
properties:
|
|
239
|
+
actionPlanType:
|
|
240
|
+
description: Action Plan Type
|
|
241
|
+
type: string
|
|
239
242
|
createdByUserName:
|
|
240
243
|
description: Item assigned to user name
|
|
241
244
|
type: string
|