@salesforce/lds-adapters-service-ecm 1.391.0 → 1.392.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/service-ecm.js +121 -72
- package/dist/es/es2018/types/src/generated/adapters/deployTemplate.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationTemplateDeployByTemplateId.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/DependencyDetails.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplateOutputRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/TemplateDependencyConfiguration.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/TemplateDeploymentInputRepresentation.d.ts +3 -3
- package/package.json +3 -3
- package/sfdc/index.js +137 -88
- package/src/raml/api.raml +34 -1
package/sfdc/index.js
CHANGED
|
@@ -123,7 +123,7 @@ function createLink(ref) {
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
const VERSION$u = "5df1d4fd0e2e95371d19680f89716ea9";
|
|
126
|
-
function validate$
|
|
126
|
+
function validate$N(obj, path = 'AgentActionAttributeOutputRepresentation') {
|
|
127
127
|
const v_error = (() => {
|
|
128
128
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
129
129
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -405,7 +405,7 @@ function equals$u(existing, incoming) {
|
|
|
405
405
|
|
|
406
406
|
const TTL$b = 500;
|
|
407
407
|
const VERSION$t = "0a5a9a38d481c4e8bad16be490eacce9";
|
|
408
|
-
function validate$
|
|
408
|
+
function validate$M(obj, path = 'EinsteinAgentActionOutputRepresentation') {
|
|
409
409
|
const v_error = (() => {
|
|
410
410
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
411
411
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -418,7 +418,7 @@ function validate$L(obj, path = 'EinsteinAgentActionOutputRepresentation') {
|
|
|
418
418
|
for (let i = 0; i < obj_attributes.length; i++) {
|
|
419
419
|
const obj_attributes_item = obj_attributes[i];
|
|
420
420
|
const path_attributes_item = path_attributes + '[' + i + ']';
|
|
421
|
-
const referencepath_attributes_itemValidationError = validate$
|
|
421
|
+
const referencepath_attributes_itemValidationError = validate$N(obj_attributes_item, path_attributes_item);
|
|
422
422
|
if (referencepath_attributes_itemValidationError !== null) {
|
|
423
423
|
let message = 'Object doesn\'t match AgentActionAttributeOutputRepresentation (at "' + path_attributes_item + '")\n';
|
|
424
424
|
message += referencepath_attributes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -692,7 +692,7 @@ function equals$t(existing, incoming) {
|
|
|
692
692
|
}
|
|
693
693
|
const ingest$d = function EinsteinAgentActionOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
694
694
|
if (process.env.NODE_ENV !== 'production') {
|
|
695
|
-
const validateError = validate$
|
|
695
|
+
const validateError = validate$M(input);
|
|
696
696
|
if (validateError !== null) {
|
|
697
697
|
throw validateError;
|
|
698
698
|
}
|
|
@@ -808,7 +808,7 @@ const createAgentActionAdapterFactory = (luvio) => {
|
|
|
808
808
|
};
|
|
809
809
|
|
|
810
810
|
const VERSION$s = "18356685b1dcb3cf1226dcc54a7465de";
|
|
811
|
-
function validate$
|
|
811
|
+
function validate$L(obj, path = 'AgentAutolaunchedFlowStatusRepresentation') {
|
|
812
812
|
const v_error = (() => {
|
|
813
813
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
814
814
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -859,7 +859,7 @@ function equals$s(existing, incoming) {
|
|
|
859
859
|
|
|
860
860
|
const TTL$a = 500;
|
|
861
861
|
const VERSION$r = "9a585247768eba0bf6edb1791e738701";
|
|
862
|
-
function validate$
|
|
862
|
+
function validate$K(obj, path = 'AgentAutolaunchedFlowRepresentation') {
|
|
863
863
|
const v_error = (() => {
|
|
864
864
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
865
865
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -944,7 +944,7 @@ function validate$J(obj, path = 'AgentAutolaunchedFlowRepresentation') {
|
|
|
944
944
|
}
|
|
945
945
|
const obj_status = obj.status;
|
|
946
946
|
const path_status = path + '.status';
|
|
947
|
-
const referencepath_statusValidationError = validate$
|
|
947
|
+
const referencepath_statusValidationError = validate$L(obj_status, path_status);
|
|
948
948
|
if (referencepath_statusValidationError !== null) {
|
|
949
949
|
let message = 'Object doesn\'t match AgentAutolaunchedFlowStatusRepresentation (at "' + path_status + '")\n';
|
|
950
950
|
message += referencepath_statusValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1018,7 +1018,7 @@ function equals$r(existing, incoming) {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
const ingest$c = function AgentAutolaunchedFlowRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1020
1020
|
if (process.env.NODE_ENV !== 'production') {
|
|
1021
|
-
const validateError = validate$
|
|
1021
|
+
const validateError = validate$K(input);
|
|
1022
1022
|
if (validateError !== null) {
|
|
1023
1023
|
throw validateError;
|
|
1024
1024
|
}
|
|
@@ -1131,7 +1131,7 @@ const createAgentFlowAdapterFactory = (luvio) => {
|
|
|
1131
1131
|
};
|
|
1132
1132
|
};
|
|
1133
1133
|
|
|
1134
|
-
function validate$
|
|
1134
|
+
function validate$J(obj, path = 'AgentActionInputRepresentation') {
|
|
1135
1135
|
const v_error = (() => {
|
|
1136
1136
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1137
1137
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1252,7 +1252,7 @@ function validate$I(obj, path = 'AgentActionInputRepresentation') {
|
|
|
1252
1252
|
return v_error === undefined ? null : v_error;
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
-
function validate$
|
|
1255
|
+
function validate$I(obj, path = 'KnowledgeArticleInputRepresentation') {
|
|
1256
1256
|
const v_error = (() => {
|
|
1257
1257
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1258
1258
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1345,7 +1345,7 @@ function validate$H(obj, path = 'KnowledgeArticleInputRepresentation') {
|
|
|
1345
1345
|
return v_error === undefined ? null : v_error;
|
|
1346
1346
|
}
|
|
1347
1347
|
|
|
1348
|
-
function validate$
|
|
1348
|
+
function validate$H(obj, path = 'PicklistAttributeTypeInputRepresentation') {
|
|
1349
1349
|
const v_error = (() => {
|
|
1350
1350
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1351
1351
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1424,7 +1424,7 @@ function validate$G(obj, path = 'PicklistAttributeTypeInputRepresentation') {
|
|
|
1424
1424
|
return v_error === undefined ? null : v_error;
|
|
1425
1425
|
}
|
|
1426
1426
|
|
|
1427
|
-
function validate$
|
|
1427
|
+
function validate$G(obj, path = 'CatalogItemAttributeInputRepresentation') {
|
|
1428
1428
|
const v_error = (() => {
|
|
1429
1429
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1430
1430
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1790,7 +1790,7 @@ function validate$F(obj, path = 'CatalogItemAttributeInputRepresentation') {
|
|
|
1790
1790
|
const path_picklistOptions_item = path_picklistOptions + '[' + i + ']';
|
|
1791
1791
|
let obj_picklistOptions_item_union0 = null;
|
|
1792
1792
|
const obj_picklistOptions_item_union0_error = (() => {
|
|
1793
|
-
const referencepath_picklistOptions_itemValidationError = validate$
|
|
1793
|
+
const referencepath_picklistOptions_itemValidationError = validate$H(obj_picklistOptions_item, path_picklistOptions_item);
|
|
1794
1794
|
if (referencepath_picklistOptions_itemValidationError !== null) {
|
|
1795
1795
|
let message = 'Object doesn\'t match PicklistAttributeTypeInputRepresentation (at "' + path_picklistOptions_item + '")\n';
|
|
1796
1796
|
message += referencepath_picklistOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1849,7 +1849,7 @@ function validate$F(obj, path = 'CatalogItemAttributeInputRepresentation') {
|
|
|
1849
1849
|
return v_error === undefined ? null : v_error;
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
|
-
function validate$
|
|
1852
|
+
function validate$F(obj, path = 'SectionInputRepresentation') {
|
|
1853
1853
|
const v_error = (() => {
|
|
1854
1854
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1855
1855
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1991,7 +1991,7 @@ function validate$E(obj, path = 'SectionInputRepresentation') {
|
|
|
1991
1991
|
return v_error === undefined ? null : v_error;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
-
function validate$
|
|
1994
|
+
function validate$E(obj, path = 'EligibilityRulesInputRepresentation') {
|
|
1995
1995
|
const v_error = (() => {
|
|
1996
1996
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1997
1997
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2056,7 +2056,7 @@ function validate$D(obj, path = 'EligibilityRulesInputRepresentation') {
|
|
|
2056
2056
|
return v_error === undefined ? null : v_error;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
|
-
function validate$
|
|
2059
|
+
function validate$D(obj, path = 'FulfillmentFlowInputRepresentation') {
|
|
2060
2060
|
const v_error = (() => {
|
|
2061
2061
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2062
2062
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2177,7 +2177,7 @@ function validate$C(obj, path = 'FulfillmentFlowInputRepresentation') {
|
|
|
2177
2177
|
return v_error === undefined ? null : v_error;
|
|
2178
2178
|
}
|
|
2179
2179
|
|
|
2180
|
-
function validate$
|
|
2180
|
+
function validate$C(obj, path = 'IntakeFormInputRepresentation') {
|
|
2181
2181
|
const v_error = (() => {
|
|
2182
2182
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2183
2183
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2298,7 +2298,7 @@ function validate$B(obj, path = 'IntakeFormInputRepresentation') {
|
|
|
2298
2298
|
return v_error === undefined ? null : v_error;
|
|
2299
2299
|
}
|
|
2300
2300
|
|
|
2301
|
-
function validate$
|
|
2301
|
+
function validate$B(obj, path = 'IntegrationDefInputRepresentation') {
|
|
2302
2302
|
const v_error = (() => {
|
|
2303
2303
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2304
2304
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2391,7 +2391,7 @@ function validate$A(obj, path = 'IntegrationDefInputRepresentation') {
|
|
|
2391
2391
|
return v_error === undefined ? null : v_error;
|
|
2392
2392
|
}
|
|
2393
2393
|
|
|
2394
|
-
function validate$
|
|
2394
|
+
function validate$A(obj, path = 'PreprocessorInputRepresentation') {
|
|
2395
2395
|
const v_error = (() => {
|
|
2396
2396
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2397
2397
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2484,7 +2484,7 @@ function validate$z(obj, path = 'PreprocessorInputRepresentation') {
|
|
|
2484
2484
|
return v_error === undefined ? null : v_error;
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
2487
|
-
function validate$
|
|
2487
|
+
function validate$z(obj, path = 'ProductRequestCreateInputRepresentation') {
|
|
2488
2488
|
const v_error = (() => {
|
|
2489
2489
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2490
2490
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2676,7 +2676,7 @@ function validate$y(obj, path = 'ProductRequestCreateInputRepresentation') {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
2678
|
const VERSION$q = "ac94c0c52190d3f2f063659052e5b46e";
|
|
2679
|
-
function validate$
|
|
2679
|
+
function validate$y(obj, path = 'AgentActionOutputRepresentation') {
|
|
2680
2680
|
const v_error = (() => {
|
|
2681
2681
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2682
2682
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2836,7 +2836,7 @@ function equals$q(existing, incoming) {
|
|
|
2836
2836
|
}
|
|
2837
2837
|
|
|
2838
2838
|
const VERSION$p = "0b2080174fe6d4ee4f4a0de27011fc7d";
|
|
2839
|
-
function validate$
|
|
2839
|
+
function validate$x(obj, path = 'AssociatedArticleOutputRepresentation') {
|
|
2840
2840
|
const v_error = (() => {
|
|
2841
2841
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2842
2842
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2950,7 +2950,7 @@ function equals$p(existing, incoming) {
|
|
|
2950
2950
|
}
|
|
2951
2951
|
|
|
2952
2952
|
const VERSION$o = "6859d872ce6d03f8f07819eb40c43fe6";
|
|
2953
|
-
function validate$
|
|
2953
|
+
function validate$w(obj, path = 'EligibilityRuleOutputRepresentation') {
|
|
2954
2954
|
const v_error = (() => {
|
|
2955
2955
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2956
2956
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3064,7 +3064,7 @@ function equals$o(existing, incoming) {
|
|
|
3064
3064
|
}
|
|
3065
3065
|
|
|
3066
3066
|
const VERSION$n = "b5216beece7c04763cff6924e6953f93";
|
|
3067
|
-
function validate$
|
|
3067
|
+
function validate$v(obj, path = 'FulfillmentFlowOutputRepresentation') {
|
|
3068
3068
|
const v_error = (() => {
|
|
3069
3069
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3070
3070
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3224,7 +3224,7 @@ function equals$n(existing, incoming) {
|
|
|
3224
3224
|
}
|
|
3225
3225
|
|
|
3226
3226
|
const VERSION$m = "dc8ba723ca754951db42f9d0e6891a06";
|
|
3227
|
-
function validate$
|
|
3227
|
+
function validate$u(obj, path = 'IntakeFormOutputRepresentation') {
|
|
3228
3228
|
const v_error = (() => {
|
|
3229
3229
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3230
3230
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3614,7 +3614,7 @@ function equals$m(existing, incoming) {
|
|
|
3614
3614
|
}
|
|
3615
3615
|
|
|
3616
3616
|
const VERSION$l = "1006a153c933b8bc4b1d44663893e206";
|
|
3617
|
-
function validate$
|
|
3617
|
+
function validate$t(obj, path = 'IntegrationDefinitionOutputPresentation') {
|
|
3618
3618
|
const v_error = (() => {
|
|
3619
3619
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3620
3620
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3728,7 +3728,7 @@ function equals$l(existing, incoming) {
|
|
|
3728
3728
|
}
|
|
3729
3729
|
|
|
3730
3730
|
const VERSION$k = "2d685b1e467eb8d61276e834ea3b74a3";
|
|
3731
|
-
function validate$
|
|
3731
|
+
function validate$s(obj, path = 'PreprocessorOutputRepresentation') {
|
|
3732
3732
|
const v_error = (() => {
|
|
3733
3733
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3734
3734
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -3842,7 +3842,7 @@ function equals$k(existing, incoming) {
|
|
|
3842
3842
|
}
|
|
3843
3843
|
|
|
3844
3844
|
const VERSION$j = "bb9dde3a26e01fbcb2b943119fcb279a";
|
|
3845
|
-
function validate$
|
|
3845
|
+
function validate$r(obj, path = 'ProductDetailsOutputRepresentation') {
|
|
3846
3846
|
const v_error = (() => {
|
|
3847
3847
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
3848
3848
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4140,7 +4140,7 @@ function equals$j(existing, incoming) {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
|
|
4142
4142
|
const VERSION$i = "dc18ee4b99b0510d2c89ddf9261ea1e7";
|
|
4143
|
-
function validate$
|
|
4143
|
+
function validate$q(obj, path = 'ProductRequestOutputRepresentation') {
|
|
4144
4144
|
const v_error = (() => {
|
|
4145
4145
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4146
4146
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4154,7 +4154,7 @@ function validate$p(obj, path = 'ProductRequestOutputRepresentation') {
|
|
|
4154
4154
|
for (let i = 0; i < obj_productDetails.length; i++) {
|
|
4155
4155
|
const obj_productDetails_item = obj_productDetails[i];
|
|
4156
4156
|
const path_productDetails_item = path_productDetails + '[' + i + ']';
|
|
4157
|
-
const referencepath_productDetails_itemValidationError = validate$
|
|
4157
|
+
const referencepath_productDetails_itemValidationError = validate$r(obj_productDetails_item, path_productDetails_item);
|
|
4158
4158
|
if (referencepath_productDetails_itemValidationError !== null) {
|
|
4159
4159
|
let message = 'Object doesn\'t match ProductDetailsOutputRepresentation (at "' + path_productDetails_item + '")\n';
|
|
4160
4160
|
message += referencepath_productDetails_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4481,7 +4481,7 @@ function equals$i(existing, incoming) {
|
|
|
4481
4481
|
}
|
|
4482
4482
|
|
|
4483
4483
|
const VERSION$h = "96012ee7981543ddc90b7a4d3e505ffb";
|
|
4484
|
-
function validate$
|
|
4484
|
+
function validate$p(obj, path = 'PicklistAttributeTypeOutputRepresentation') {
|
|
4485
4485
|
const v_error = (() => {
|
|
4486
4486
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4487
4487
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -4653,7 +4653,7 @@ function equals$h(existing, incoming) {
|
|
|
4653
4653
|
}
|
|
4654
4654
|
|
|
4655
4655
|
const VERSION$g = "564fd7f64d997ab6ecc936f5787a27f9";
|
|
4656
|
-
function validate$
|
|
4656
|
+
function validate$o(obj, path = 'CatalogItemAttributeOutputRepresentation') {
|
|
4657
4657
|
const v_error = (() => {
|
|
4658
4658
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
4659
4659
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5047,7 +5047,7 @@ function validate$n(obj, path = 'CatalogItemAttributeOutputRepresentation') {
|
|
|
5047
5047
|
const path_picklistOptions_item = path_picklistOptions + '[' + i + ']';
|
|
5048
5048
|
let obj_picklistOptions_item_union0 = null;
|
|
5049
5049
|
const obj_picklistOptions_item_union0_error = (() => {
|
|
5050
|
-
const referencepath_picklistOptions_itemValidationError = validate$
|
|
5050
|
+
const referencepath_picklistOptions_itemValidationError = validate$p(obj_picklistOptions_item, path_picklistOptions_item);
|
|
5051
5051
|
if (referencepath_picklistOptions_itemValidationError !== null) {
|
|
5052
5052
|
let message = 'Object doesn\'t match PicklistAttributeTypeOutputRepresentation (at "' + path_picklistOptions_item + '")\n';
|
|
5053
5053
|
message += referencepath_picklistOptions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5437,7 +5437,7 @@ function equals$g(existing, incoming) {
|
|
|
5437
5437
|
}
|
|
5438
5438
|
|
|
5439
5439
|
const VERSION$f = "eed5c7a2ef3082b1059e48f5742cd44f";
|
|
5440
|
-
function validate$
|
|
5440
|
+
function validate$n(obj, path = 'SectionOutputRepresentation') {
|
|
5441
5441
|
const v_error = (() => {
|
|
5442
5442
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5443
5443
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5453,7 +5453,7 @@ function validate$m(obj, path = 'SectionOutputRepresentation') {
|
|
|
5453
5453
|
const path_attributes_item = path_attributes + '[' + i + ']';
|
|
5454
5454
|
let obj_attributes_item_union0 = null;
|
|
5455
5455
|
const obj_attributes_item_union0_error = (() => {
|
|
5456
|
-
const referencepath_attributes_itemValidationError = validate$
|
|
5456
|
+
const referencepath_attributes_itemValidationError = validate$o(obj_attributes_item, path_attributes_item);
|
|
5457
5457
|
if (referencepath_attributes_itemValidationError !== null) {
|
|
5458
5458
|
let message = 'Object doesn\'t match CatalogItemAttributeOutputRepresentation (at "' + path_attributes_item + '")\n';
|
|
5459
5459
|
message += referencepath_attributes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5691,7 +5691,7 @@ function equals$f(existing, incoming) {
|
|
|
5691
5691
|
|
|
5692
5692
|
const TTL$9 = 6000;
|
|
5693
5693
|
const VERSION$e = "9cce3c8a5131820b99e02e05c1d95d43";
|
|
5694
|
-
function validate$
|
|
5694
|
+
function validate$m(obj, path = 'CatalogItemOutputRepresentation') {
|
|
5695
5695
|
const v_error = (() => {
|
|
5696
5696
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
5697
5697
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -5701,7 +5701,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
5701
5701
|
const path_agentAction = path + '.agentAction';
|
|
5702
5702
|
let obj_agentAction_union0 = null;
|
|
5703
5703
|
const obj_agentAction_union0_error = (() => {
|
|
5704
|
-
const referencepath_agentActionValidationError = validate$
|
|
5704
|
+
const referencepath_agentActionValidationError = validate$y(obj_agentAction, path_agentAction);
|
|
5705
5705
|
if (referencepath_agentActionValidationError !== null) {
|
|
5706
5706
|
let message = 'Object doesn\'t match AgentActionOutputRepresentation (at "' + path_agentAction + '")\n';
|
|
5707
5707
|
message += referencepath_agentActionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5738,7 +5738,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
5738
5738
|
const path_associatedArticles_item = path_associatedArticles + '[' + i + ']';
|
|
5739
5739
|
let obj_associatedArticles_item_union0 = null;
|
|
5740
5740
|
const obj_associatedArticles_item_union0_error = (() => {
|
|
5741
|
-
const referencepath_associatedArticles_itemValidationError = validate$
|
|
5741
|
+
const referencepath_associatedArticles_itemValidationError = validate$x(obj_associatedArticles_item, path_associatedArticles_item);
|
|
5742
5742
|
if (referencepath_associatedArticles_itemValidationError !== null) {
|
|
5743
5743
|
let message = 'Object doesn\'t match AssociatedArticleOutputRepresentation (at "' + path_associatedArticles_item + '")\n';
|
|
5744
5744
|
message += referencepath_associatedArticles_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5886,7 +5886,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
5886
5886
|
const path_eligibilityRules_item = path_eligibilityRules + '[' + i + ']';
|
|
5887
5887
|
let obj_eligibilityRules_item_union0 = null;
|
|
5888
5888
|
const obj_eligibilityRules_item_union0_error = (() => {
|
|
5889
|
-
const referencepath_eligibilityRules_itemValidationError = validate$
|
|
5889
|
+
const referencepath_eligibilityRules_itemValidationError = validate$w(obj_eligibilityRules_item, path_eligibilityRules_item);
|
|
5890
5890
|
if (referencepath_eligibilityRules_itemValidationError !== null) {
|
|
5891
5891
|
let message = 'Object doesn\'t match EligibilityRuleOutputRepresentation (at "' + path_eligibilityRules_item + '")\n';
|
|
5892
5892
|
message += referencepath_eligibilityRules_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5918,7 +5918,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
5918
5918
|
const path_fulfillmentFlow = path + '.fulfillmentFlow';
|
|
5919
5919
|
let obj_fulfillmentFlow_union0 = null;
|
|
5920
5920
|
const obj_fulfillmentFlow_union0_error = (() => {
|
|
5921
|
-
const referencepath_fulfillmentFlowValidationError = validate$
|
|
5921
|
+
const referencepath_fulfillmentFlowValidationError = validate$v(obj_fulfillmentFlow, path_fulfillmentFlow);
|
|
5922
5922
|
if (referencepath_fulfillmentFlowValidationError !== null) {
|
|
5923
5923
|
let message = 'Object doesn\'t match FulfillmentFlowOutputRepresentation (at "' + path_fulfillmentFlow + '")\n';
|
|
5924
5924
|
message += referencepath_fulfillmentFlowValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5949,7 +5949,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
5949
5949
|
const path_intakeForm = path + '.intakeForm';
|
|
5950
5950
|
let obj_intakeForm_union0 = null;
|
|
5951
5951
|
const obj_intakeForm_union0_error = (() => {
|
|
5952
|
-
const referencepath_intakeFormValidationError = validate$
|
|
5952
|
+
const referencepath_intakeFormValidationError = validate$u(obj_intakeForm, path_intakeForm);
|
|
5953
5953
|
if (referencepath_intakeFormValidationError !== null) {
|
|
5954
5954
|
let message = 'Object doesn\'t match IntakeFormOutputRepresentation (at "' + path_intakeForm + '")\n';
|
|
5955
5955
|
message += referencepath_intakeFormValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5986,7 +5986,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
5986
5986
|
const path_integrations_item = path_integrations + '[' + i + ']';
|
|
5987
5987
|
let obj_integrations_item_union0 = null;
|
|
5988
5988
|
const obj_integrations_item_union0_error = (() => {
|
|
5989
|
-
const referencepath_integrations_itemValidationError = validate$
|
|
5989
|
+
const referencepath_integrations_itemValidationError = validate$t(obj_integrations_item, path_integrations_item);
|
|
5990
5990
|
if (referencepath_integrations_itemValidationError !== null) {
|
|
5991
5991
|
let message = 'Object doesn\'t match IntegrationDefinitionOutputPresentation (at "' + path_integrations_item + '")\n';
|
|
5992
5992
|
message += referencepath_integrations_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6080,7 +6080,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
6080
6080
|
const path_preProcessors_item = path_preProcessors + '[' + i + ']';
|
|
6081
6081
|
let obj_preProcessors_item_union0 = null;
|
|
6082
6082
|
const obj_preProcessors_item_union0_error = (() => {
|
|
6083
|
-
const referencepath_preProcessors_itemValidationError = validate$
|
|
6083
|
+
const referencepath_preProcessors_itemValidationError = validate$s(obj_preProcessors_item, path_preProcessors_item);
|
|
6084
6084
|
if (referencepath_preProcessors_itemValidationError !== null) {
|
|
6085
6085
|
let message = 'Object doesn\'t match PreprocessorOutputRepresentation (at "' + path_preProcessors_item + '")\n';
|
|
6086
6086
|
message += referencepath_preProcessors_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6146,7 +6146,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
6146
6146
|
const path_productRequests_item = path_productRequests + '[' + i + ']';
|
|
6147
6147
|
let obj_productRequests_item_union0 = null;
|
|
6148
6148
|
const obj_productRequests_item_union0_error = (() => {
|
|
6149
|
-
const referencepath_productRequests_itemValidationError = validate$
|
|
6149
|
+
const referencepath_productRequests_itemValidationError = validate$q(obj_productRequests_item, path_productRequests_item);
|
|
6150
6150
|
if (referencepath_productRequests_itemValidationError !== null) {
|
|
6151
6151
|
let message = 'Object doesn\'t match ProductRequestOutputRepresentation (at "' + path_productRequests_item + '")\n';
|
|
6152
6152
|
message += referencepath_productRequests_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6178,7 +6178,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
6178
6178
|
const path_section = path + '.section';
|
|
6179
6179
|
let obj_section_union0 = null;
|
|
6180
6180
|
const obj_section_union0_error = (() => {
|
|
6181
|
-
const referencepath_sectionValidationError = validate$
|
|
6181
|
+
const referencepath_sectionValidationError = validate$n(obj_section, path_section);
|
|
6182
6182
|
if (referencepath_sectionValidationError !== null) {
|
|
6183
6183
|
let message = 'Object doesn\'t match SectionOutputRepresentation (at "' + path_section + '")\n';
|
|
6184
6184
|
message += referencepath_sectionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6215,7 +6215,7 @@ function validate$l(obj, path = 'CatalogItemOutputRepresentation') {
|
|
|
6215
6215
|
const path_sections_item = path_sections + '[' + i + ']';
|
|
6216
6216
|
let obj_sections_item_union0 = null;
|
|
6217
6217
|
const obj_sections_item_union0_error = (() => {
|
|
6218
|
-
const referencepath_sections_itemValidationError = validate$
|
|
6218
|
+
const referencepath_sections_itemValidationError = validate$n(obj_sections_item, path_sections_item);
|
|
6219
6219
|
if (referencepath_sections_itemValidationError !== null) {
|
|
6220
6220
|
let message = 'Object doesn\'t match SectionOutputRepresentation (at "' + path_sections_item + '")\n';
|
|
6221
6221
|
message += referencepath_sections_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -6756,7 +6756,7 @@ function equals$e(existing, incoming) {
|
|
|
6756
6756
|
}
|
|
6757
6757
|
const ingest$b = function CatalogItemOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
6758
6758
|
if (process.env.NODE_ENV !== 'production') {
|
|
6759
|
-
const validateError = validate$
|
|
6759
|
+
const validateError = validate$m(input);
|
|
6760
6760
|
if (validateError !== null) {
|
|
6761
6761
|
throw validateError;
|
|
6762
6762
|
}
|
|
@@ -6838,7 +6838,7 @@ const createResourceParams$d = /*#__PURE__*/ createResourceParams$g(createCatalo
|
|
|
6838
6838
|
function typeCheckConfig$d(untrustedConfig) {
|
|
6839
6839
|
const config = {};
|
|
6840
6840
|
const untrustedConfig_agentAction = untrustedConfig.agentAction;
|
|
6841
|
-
const referenceAgentActionInputRepresentationValidationError = validate$
|
|
6841
|
+
const referenceAgentActionInputRepresentationValidationError = validate$J(untrustedConfig_agentAction);
|
|
6842
6842
|
if (referenceAgentActionInputRepresentationValidationError === null) {
|
|
6843
6843
|
config.agentAction = untrustedConfig_agentAction;
|
|
6844
6844
|
}
|
|
@@ -6850,7 +6850,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6850
6850
|
const untrustedConfig_associatedArticles_array = [];
|
|
6851
6851
|
for (let i = 0, arrayLength = untrustedConfig_associatedArticles.length; i < arrayLength; i++) {
|
|
6852
6852
|
const untrustedConfig_associatedArticles_item = untrustedConfig_associatedArticles[i];
|
|
6853
|
-
const referenceKnowledgeArticleInputRepresentationValidationError = validate$
|
|
6853
|
+
const referenceKnowledgeArticleInputRepresentationValidationError = validate$I(untrustedConfig_associatedArticles_item);
|
|
6854
6854
|
if (referenceKnowledgeArticleInputRepresentationValidationError === null) {
|
|
6855
6855
|
untrustedConfig_associatedArticles_array.push(untrustedConfig_associatedArticles_item);
|
|
6856
6856
|
}
|
|
@@ -6865,7 +6865,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6865
6865
|
const untrustedConfig_attributes_array = [];
|
|
6866
6866
|
for (let i = 0, arrayLength = untrustedConfig_attributes.length; i < arrayLength; i++) {
|
|
6867
6867
|
const untrustedConfig_attributes_item = untrustedConfig_attributes[i];
|
|
6868
|
-
const referenceCatalogItemAttributeInputRepresentationValidationError = validate$
|
|
6868
|
+
const referenceCatalogItemAttributeInputRepresentationValidationError = validate$G(untrustedConfig_attributes_item);
|
|
6869
6869
|
if (referenceCatalogItemAttributeInputRepresentationValidationError === null) {
|
|
6870
6870
|
untrustedConfig_attributes_array.push(untrustedConfig_attributes_item);
|
|
6871
6871
|
}
|
|
@@ -6880,7 +6880,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6880
6880
|
const untrustedConfig_sections_array = [];
|
|
6881
6881
|
for (let i = 0, arrayLength = untrustedConfig_sections.length; i < arrayLength; i++) {
|
|
6882
6882
|
const untrustedConfig_sections_item = untrustedConfig_sections[i];
|
|
6883
|
-
const referenceSectionInputRepresentationValidationError = validate$
|
|
6883
|
+
const referenceSectionInputRepresentationValidationError = validate$F(untrustedConfig_sections_item);
|
|
6884
6884
|
if (referenceSectionInputRepresentationValidationError === null) {
|
|
6885
6885
|
untrustedConfig_sections_array.push(untrustedConfig_sections_item);
|
|
6886
6886
|
}
|
|
@@ -6916,7 +6916,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6916
6916
|
const untrustedConfig_eligibilityRules_array = [];
|
|
6917
6917
|
for (let i = 0, arrayLength = untrustedConfig_eligibilityRules.length; i < arrayLength; i++) {
|
|
6918
6918
|
const untrustedConfig_eligibilityRules_item = untrustedConfig_eligibilityRules[i];
|
|
6919
|
-
const referenceEligibilityRulesInputRepresentationValidationError = validate$
|
|
6919
|
+
const referenceEligibilityRulesInputRepresentationValidationError = validate$E(untrustedConfig_eligibilityRules_item);
|
|
6920
6920
|
if (referenceEligibilityRulesInputRepresentationValidationError === null) {
|
|
6921
6921
|
untrustedConfig_eligibilityRules_array.push(untrustedConfig_eligibilityRules_item);
|
|
6922
6922
|
}
|
|
@@ -6927,7 +6927,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6927
6927
|
config.eligibilityRules = untrustedConfig_eligibilityRules_array;
|
|
6928
6928
|
}
|
|
6929
6929
|
const untrustedConfig_fulfillmentFlow = untrustedConfig.fulfillmentFlow;
|
|
6930
|
-
const referenceFulfillmentFlowInputRepresentationValidationError = validate$
|
|
6930
|
+
const referenceFulfillmentFlowInputRepresentationValidationError = validate$D(untrustedConfig_fulfillmentFlow);
|
|
6931
6931
|
if (referenceFulfillmentFlowInputRepresentationValidationError === null) {
|
|
6932
6932
|
config.fulfillmentFlow = untrustedConfig_fulfillmentFlow;
|
|
6933
6933
|
}
|
|
@@ -6935,7 +6935,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6935
6935
|
config.fulfillmentFlow = untrustedConfig_fulfillmentFlow;
|
|
6936
6936
|
}
|
|
6937
6937
|
const untrustedConfig_intakeForm = untrustedConfig.intakeForm;
|
|
6938
|
-
const referenceIntakeFormInputRepresentationValidationError = validate$
|
|
6938
|
+
const referenceIntakeFormInputRepresentationValidationError = validate$C(untrustedConfig_intakeForm);
|
|
6939
6939
|
if (referenceIntakeFormInputRepresentationValidationError === null) {
|
|
6940
6940
|
config.intakeForm = untrustedConfig_intakeForm;
|
|
6941
6941
|
}
|
|
@@ -6947,7 +6947,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6947
6947
|
const untrustedConfig_integrations_array = [];
|
|
6948
6948
|
for (let i = 0, arrayLength = untrustedConfig_integrations.length; i < arrayLength; i++) {
|
|
6949
6949
|
const untrustedConfig_integrations_item = untrustedConfig_integrations[i];
|
|
6950
|
-
const referenceIntegrationDefInputRepresentationValidationError = validate$
|
|
6950
|
+
const referenceIntegrationDefInputRepresentationValidationError = validate$B(untrustedConfig_integrations_item);
|
|
6951
6951
|
if (referenceIntegrationDefInputRepresentationValidationError === null) {
|
|
6952
6952
|
untrustedConfig_integrations_array.push(untrustedConfig_integrations_item);
|
|
6953
6953
|
}
|
|
@@ -6976,7 +6976,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6976
6976
|
const untrustedConfig_preProcessors_array = [];
|
|
6977
6977
|
for (let i = 0, arrayLength = untrustedConfig_preProcessors.length; i < arrayLength; i++) {
|
|
6978
6978
|
const untrustedConfig_preProcessors_item = untrustedConfig_preProcessors[i];
|
|
6979
|
-
const referencePreprocessorInputRepresentationValidationError = validate$
|
|
6979
|
+
const referencePreprocessorInputRepresentationValidationError = validate$A(untrustedConfig_preProcessors_item);
|
|
6980
6980
|
if (referencePreprocessorInputRepresentationValidationError === null) {
|
|
6981
6981
|
untrustedConfig_preProcessors_array.push(untrustedConfig_preProcessors_item);
|
|
6982
6982
|
}
|
|
@@ -6991,7 +6991,7 @@ function typeCheckConfig$d(untrustedConfig) {
|
|
|
6991
6991
|
const untrustedConfig_productRequests_array = [];
|
|
6992
6992
|
for (let i = 0, arrayLength = untrustedConfig_productRequests.length; i < arrayLength; i++) {
|
|
6993
6993
|
const untrustedConfig_productRequests_item = untrustedConfig_productRequests[i];
|
|
6994
|
-
const referenceProductRequestCreateInputRepresentationValidationError = validate$
|
|
6994
|
+
const referenceProductRequestCreateInputRepresentationValidationError = validate$z(untrustedConfig_productRequests_item);
|
|
6995
6995
|
if (referenceProductRequestCreateInputRepresentationValidationError === null) {
|
|
6996
6996
|
untrustedConfig_productRequests_array.push(untrustedConfig_productRequests_item);
|
|
6997
6997
|
}
|
|
@@ -7059,11 +7059,16 @@ const createCatalogItemAdapterFactory = (luvio) => {
|
|
|
7059
7059
|
};
|
|
7060
7060
|
};
|
|
7061
7061
|
|
|
7062
|
-
function validate$
|
|
7062
|
+
function validate$l(obj, path = 'TemplateDependencyConfiguration') {
|
|
7063
7063
|
const v_error = (() => {
|
|
7064
7064
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7065
7065
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
7066
7066
|
}
|
|
7067
|
+
const obj_dependencyDeploymentMedium = obj.dependencyDeploymentMedium;
|
|
7068
|
+
const path_dependencyDeploymentMedium = path + '.dependencyDeploymentMedium';
|
|
7069
|
+
if (typeof obj_dependencyDeploymentMedium !== 'string') {
|
|
7070
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dependencyDeploymentMedium + '" (at "' + path_dependencyDeploymentMedium + '")');
|
|
7071
|
+
}
|
|
7067
7072
|
const obj_templateApiName = obj.templateApiName;
|
|
7068
7073
|
const path_templateApiName = path + '.templateApiName';
|
|
7069
7074
|
if (typeof obj_templateApiName !== 'string') {
|
|
@@ -7103,7 +7108,7 @@ function validate$k(obj, path = 'TemplateDependencyConfiguration') {
|
|
|
7103
7108
|
|
|
7104
7109
|
const TTL$8 = 6000;
|
|
7105
7110
|
const VERSION$d = "86e4694b8895fc704a6e48475634556a";
|
|
7106
|
-
function validate$
|
|
7111
|
+
function validate$k(obj, path = 'DeploymentOutputRepresentation') {
|
|
7107
7112
|
const v_error = (() => {
|
|
7108
7113
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7109
7114
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7180,7 +7185,7 @@ function equals$d(existing, incoming) {
|
|
|
7180
7185
|
}
|
|
7181
7186
|
const ingest$a = function DeploymentOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7182
7187
|
if (process.env.NODE_ENV !== 'production') {
|
|
7183
|
-
const validateError = validate$
|
|
7188
|
+
const validateError = validate$k(input);
|
|
7184
7189
|
if (validateError !== null) {
|
|
7185
7190
|
throw validateError;
|
|
7186
7191
|
}
|
|
@@ -7240,7 +7245,7 @@ function createResourceRequest$c(config) {
|
|
|
7240
7245
|
const adapterName$c = 'deployTemplate';
|
|
7241
7246
|
const deployTemplate_ConfigPropertyMetadata = [
|
|
7242
7247
|
generateParamConfigMetadata('templateId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
7243
|
-
generateParamConfigMetadata('flowTemplates',
|
|
7248
|
+
generateParamConfigMetadata('flowTemplates', false, 2 /* Body */, 4 /* Unsupported */, true),
|
|
7244
7249
|
];
|
|
7245
7250
|
const deployTemplate_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$c, deployTemplate_ConfigPropertyMetadata);
|
|
7246
7251
|
const createResourceParams$c = /*#__PURE__*/ createResourceParams$g(deployTemplate_ConfigPropertyMetadata);
|
|
@@ -7252,7 +7257,7 @@ function typeCheckConfig$c(untrustedConfig) {
|
|
|
7252
7257
|
const untrustedConfig_flowTemplates_array = [];
|
|
7253
7258
|
for (let i = 0, arrayLength = untrustedConfig_flowTemplates.length; i < arrayLength; i++) {
|
|
7254
7259
|
const untrustedConfig_flowTemplates_item = untrustedConfig_flowTemplates[i];
|
|
7255
|
-
const referenceTemplateDependencyConfigurationValidationError = validate$
|
|
7260
|
+
const referenceTemplateDependencyConfigurationValidationError = validate$l(untrustedConfig_flowTemplates_item);
|
|
7256
7261
|
if (referenceTemplateDependencyConfigurationValidationError === null) {
|
|
7257
7262
|
untrustedConfig_flowTemplates_array.push(untrustedConfig_flowTemplates_item);
|
|
7258
7263
|
}
|
|
@@ -7305,7 +7310,7 @@ const deployTemplateAdapterFactory = (luvio) => {
|
|
|
7305
7310
|
|
|
7306
7311
|
const TTL$7 = 6000;
|
|
7307
7312
|
const VERSION$c = "2ae2759347becfbc75aebc8851b6d848";
|
|
7308
|
-
function validate$
|
|
7313
|
+
function validate$j(obj, path = 'ServiceProcessTemplateDownloadOutputRepresentation') {
|
|
7309
7314
|
const v_error = (() => {
|
|
7310
7315
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7311
7316
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7348,7 +7353,7 @@ function equals$c(existing, incoming) {
|
|
|
7348
7353
|
}
|
|
7349
7354
|
const ingest$9 = function ServiceProcessTemplateDownloadOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7350
7355
|
if (process.env.NODE_ENV !== 'production') {
|
|
7351
|
-
const validateError = validate$
|
|
7356
|
+
const validateError = validate$j(input);
|
|
7352
7357
|
if (validateError !== null) {
|
|
7353
7358
|
throw validateError;
|
|
7354
7359
|
}
|
|
@@ -7508,7 +7513,7 @@ const downloadServiceProcessTemplateAdapterFactory = (luvio) => function ecm__do
|
|
|
7508
7513
|
|
|
7509
7514
|
const TTL$6 = 6000;
|
|
7510
7515
|
const VERSION$b = "74ef82117094ebb002efc271969896bd";
|
|
7511
|
-
function validate$
|
|
7516
|
+
function validate$i(obj, path = 'GenerateIntakeFormOutputRepresentation') {
|
|
7512
7517
|
const v_error = (() => {
|
|
7513
7518
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7514
7519
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7632,7 +7637,7 @@ function equals$b(existing, incoming) {
|
|
|
7632
7637
|
}
|
|
7633
7638
|
const ingest$8 = function GenerateIntakeFormOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7634
7639
|
if (process.env.NODE_ENV !== 'production') {
|
|
7635
|
-
const validateError = validate$
|
|
7640
|
+
const validateError = validate$i(input);
|
|
7636
7641
|
if (validateError !== null) {
|
|
7637
7642
|
throw validateError;
|
|
7638
7643
|
}
|
|
@@ -7747,7 +7752,7 @@ const generateIntakeFormAdapterFactory = (luvio) => {
|
|
|
7747
7752
|
|
|
7748
7753
|
const TTL$5 = 6000;
|
|
7749
7754
|
const VERSION$a = "b593e197e57b5cb5b7531e71073daefa";
|
|
7750
|
-
function validate$
|
|
7755
|
+
function validate$h(obj, path = 'OmniIntakeOutputRepresentation') {
|
|
7751
7756
|
const v_error = (() => {
|
|
7752
7757
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
7753
7758
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -7894,7 +7899,7 @@ function equals$a(existing, incoming) {
|
|
|
7894
7899
|
}
|
|
7895
7900
|
const ingest$7 = function OmniIntakeOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
7896
7901
|
if (process.env.NODE_ENV !== 'production') {
|
|
7897
|
-
const validateError = validate$
|
|
7902
|
+
const validateError = validate$h(input);
|
|
7898
7903
|
if (validateError !== null) {
|
|
7899
7904
|
throw validateError;
|
|
7900
7905
|
}
|
|
@@ -8008,7 +8013,7 @@ const generateOmniScriptAdapterFactory = (luvio) => {
|
|
|
8008
8013
|
|
|
8009
8014
|
const TTL$4 = 600000;
|
|
8010
8015
|
const VERSION$9 = "1cea7e031c1a82331a586394e722ad24";
|
|
8011
|
-
function validate$
|
|
8016
|
+
function validate$g(obj, path = 'EinsteinAgentActionsOutputRepresentation') {
|
|
8012
8017
|
const v_error = (() => {
|
|
8013
8018
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8014
8019
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8021,7 +8026,7 @@ function validate$f(obj, path = 'EinsteinAgentActionsOutputRepresentation') {
|
|
|
8021
8026
|
for (let i = 0; i < obj_actions.length; i++) {
|
|
8022
8027
|
const obj_actions_item = obj_actions[i];
|
|
8023
8028
|
const path_actions_item = path_actions + '[' + i + ']';
|
|
8024
|
-
const referencepath_actions_itemValidationError = validate$
|
|
8029
|
+
const referencepath_actions_itemValidationError = validate$M(obj_actions_item, path_actions_item);
|
|
8025
8030
|
if (referencepath_actions_itemValidationError !== null) {
|
|
8026
8031
|
let message = 'Object doesn\'t match EinsteinAgentActionOutputRepresentation (at "' + path_actions_item + '")\n';
|
|
8027
8032
|
message += referencepath_actions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8051,7 +8056,7 @@ function equals$9(existing, incoming) {
|
|
|
8051
8056
|
}
|
|
8052
8057
|
const ingest$6 = function EinsteinAgentActionsOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8053
8058
|
if (process.env.NODE_ENV !== 'production') {
|
|
8054
|
-
const validateError = validate$
|
|
8059
|
+
const validateError = validate$g(input);
|
|
8055
8060
|
if (validateError !== null) {
|
|
8056
8061
|
throw validateError;
|
|
8057
8062
|
}
|
|
@@ -8210,7 +8215,7 @@ const getAgentActionsAdapterFactory = (luvio) => function ecm__getAgentActions(u
|
|
|
8210
8215
|
buildCachedSnapshotCachePolicy$5, buildNetworkSnapshotCachePolicy$5);
|
|
8211
8216
|
};
|
|
8212
8217
|
|
|
8213
|
-
function validate$
|
|
8218
|
+
function validate$f(obj, path = 'FilterInputRepresentation') {
|
|
8214
8219
|
const v_error = (() => {
|
|
8215
8220
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8216
8221
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8234,7 +8239,7 @@ function validate$e(obj, path = 'FilterInputRepresentation') {
|
|
|
8234
8239
|
return v_error === undefined ? null : v_error;
|
|
8235
8240
|
}
|
|
8236
8241
|
|
|
8237
|
-
function validate$
|
|
8242
|
+
function validate$e(obj, path = 'ServiceAutomationOutputRecordRepresentation') {
|
|
8238
8243
|
const v_error = (() => {
|
|
8239
8244
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8240
8245
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8259,7 +8264,7 @@ function validate$d(obj, path = 'ServiceAutomationOutputRecordRepresentation') {
|
|
|
8259
8264
|
|
|
8260
8265
|
const TTL$3 = 6000;
|
|
8261
8266
|
const VERSION$8 = "7860ae260a600243129acb4ea01e75be";
|
|
8262
|
-
function validate$
|
|
8267
|
+
function validate$d(obj, path = 'ServiceAutomationDepOutputRepresentation') {
|
|
8263
8268
|
const v_error = (() => {
|
|
8264
8269
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8265
8270
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -8277,7 +8282,7 @@ function validate$c(obj, path = 'ServiceAutomationDepOutputRepresentation') {
|
|
|
8277
8282
|
for (let i = 0; i < obj_records.length; i++) {
|
|
8278
8283
|
const obj_records_item = obj_records[i];
|
|
8279
8284
|
const path_records_item = path_records + '[' + i + ']';
|
|
8280
|
-
const referencepath_records_itemValidationError = validate$
|
|
8285
|
+
const referencepath_records_itemValidationError = validate$e(obj_records_item, path_records_item);
|
|
8281
8286
|
if (referencepath_records_itemValidationError !== null) {
|
|
8282
8287
|
let message = 'Object doesn\'t match ServiceAutomationOutputRecordRepresentation (at "' + path_records_item + '")\n';
|
|
8283
8288
|
message += referencepath_records_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -8307,7 +8312,7 @@ function equals$8(existing, incoming) {
|
|
|
8307
8312
|
}
|
|
8308
8313
|
const ingest$5 = function ServiceAutomationDepOutputRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
8309
8314
|
if (process.env.NODE_ENV !== 'production') {
|
|
8310
|
-
const validateError = validate$
|
|
8315
|
+
const validateError = validate$d(input);
|
|
8311
8316
|
if (validateError !== null) {
|
|
8312
8317
|
throw validateError;
|
|
8313
8318
|
}
|
|
@@ -8400,7 +8405,7 @@ function typeCheckConfig$7(untrustedConfig) {
|
|
|
8400
8405
|
const untrustedConfig_filters_array = [];
|
|
8401
8406
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
8402
8407
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
8403
|
-
const referenceFilterInputRepresentationValidationError = validate$
|
|
8408
|
+
const referenceFilterInputRepresentationValidationError = validate$f(untrustedConfig_filters_item);
|
|
8404
8409
|
if (referenceFilterInputRepresentationValidationError === null) {
|
|
8405
8410
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
8406
8411
|
}
|
|
@@ -8487,6 +8492,35 @@ const getAllServiceAutomationDepAdapterFactory = (luvio) => function ecm__getAll
|
|
|
8487
8492
|
buildCachedSnapshotCachePolicy$4, buildNetworkSnapshotCachePolicy$4);
|
|
8488
8493
|
};
|
|
8489
8494
|
|
|
8495
|
+
function validate$c(obj, path = 'DependencyDetails') {
|
|
8496
|
+
const v_error = (() => {
|
|
8497
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
8498
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
8499
|
+
}
|
|
8500
|
+
const obj_dependencyDeploymentMedium = obj.dependencyDeploymentMedium;
|
|
8501
|
+
const path_dependencyDeploymentMedium = path + '.dependencyDeploymentMedium';
|
|
8502
|
+
if (typeof obj_dependencyDeploymentMedium !== 'string') {
|
|
8503
|
+
return new TypeError('Expected "string" but received "' + typeof obj_dependencyDeploymentMedium + '" (at "' + path_dependencyDeploymentMedium + '")');
|
|
8504
|
+
}
|
|
8505
|
+
const obj_templateApiName = obj.templateApiName;
|
|
8506
|
+
const path_templateApiName = path + '.templateApiName';
|
|
8507
|
+
if (typeof obj_templateApiName !== 'string') {
|
|
8508
|
+
return new TypeError('Expected "string" but received "' + typeof obj_templateApiName + '" (at "' + path_templateApiName + '")');
|
|
8509
|
+
}
|
|
8510
|
+
const obj_templateDependencyType = obj.templateDependencyType;
|
|
8511
|
+
const path_templateDependencyType = path + '.templateDependencyType';
|
|
8512
|
+
if (typeof obj_templateDependencyType !== 'string') {
|
|
8513
|
+
return new TypeError('Expected "string" but received "' + typeof obj_templateDependencyType + '" (at "' + path_templateDependencyType + '")');
|
|
8514
|
+
}
|
|
8515
|
+
const obj_templateType = obj.templateType;
|
|
8516
|
+
const path_templateType = path + '.templateType';
|
|
8517
|
+
if (typeof obj_templateType !== 'string') {
|
|
8518
|
+
return new TypeError('Expected "string" but received "' + typeof obj_templateType + '" (at "' + path_templateType + '")');
|
|
8519
|
+
}
|
|
8520
|
+
})();
|
|
8521
|
+
return v_error === undefined ? null : v_error;
|
|
8522
|
+
}
|
|
8523
|
+
|
|
8490
8524
|
function validate$b(obj, path = 'ServiceProcessTemplateOutputRepresentation') {
|
|
8491
8525
|
const v_error = (() => {
|
|
8492
8526
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -8517,6 +8551,21 @@ function validate$b(obj, path = 'ServiceProcessTemplateOutputRepresentation') {
|
|
|
8517
8551
|
if (typeof obj_name !== 'string') {
|
|
8518
8552
|
return new TypeError('Expected "string" but received "' + typeof obj_name + '" (at "' + path_name + '")');
|
|
8519
8553
|
}
|
|
8554
|
+
const obj_templateDependencyMetadata = obj.templateDependencyMetadata;
|
|
8555
|
+
const path_templateDependencyMetadata = path + '.templateDependencyMetadata';
|
|
8556
|
+
if (!ArrayIsArray(obj_templateDependencyMetadata)) {
|
|
8557
|
+
return new TypeError('Expected "array" but received "' + typeof obj_templateDependencyMetadata + '" (at "' + path_templateDependencyMetadata + '")');
|
|
8558
|
+
}
|
|
8559
|
+
for (let i = 0; i < obj_templateDependencyMetadata.length; i++) {
|
|
8560
|
+
const obj_templateDependencyMetadata_item = obj_templateDependencyMetadata[i];
|
|
8561
|
+
const path_templateDependencyMetadata_item = path_templateDependencyMetadata + '[' + i + ']';
|
|
8562
|
+
const referencepath_templateDependencyMetadata_itemValidationError = validate$c(obj_templateDependencyMetadata_item, path_templateDependencyMetadata_item);
|
|
8563
|
+
if (referencepath_templateDependencyMetadata_itemValidationError !== null) {
|
|
8564
|
+
let message = 'Object doesn\'t match DependencyDetails (at "' + path_templateDependencyMetadata_item + '")\n';
|
|
8565
|
+
message += referencepath_templateDependencyMetadata_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
8566
|
+
return new TypeError(message);
|
|
8567
|
+
}
|
|
8568
|
+
}
|
|
8520
8569
|
const obj_type = obj.type;
|
|
8521
8570
|
const path_type = path + '.type';
|
|
8522
8571
|
if (typeof obj_type !== 'string') {
|
|
@@ -10475,7 +10524,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10475
10524
|
const config = {};
|
|
10476
10525
|
typeCheckConfig$g(untrustedConfig, config, updateCatalogItem_ConfigPropertyMetadata);
|
|
10477
10526
|
const untrustedConfig_agentAction = untrustedConfig.agentAction;
|
|
10478
|
-
const referenceAgentActionInputRepresentationValidationError = validate$
|
|
10527
|
+
const referenceAgentActionInputRepresentationValidationError = validate$J(untrustedConfig_agentAction);
|
|
10479
10528
|
if (referenceAgentActionInputRepresentationValidationError === null) {
|
|
10480
10529
|
config.agentAction = untrustedConfig_agentAction;
|
|
10481
10530
|
}
|
|
@@ -10494,7 +10543,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10494
10543
|
const untrustedConfig_associatedArticles_array = [];
|
|
10495
10544
|
for (let i = 0, arrayLength = untrustedConfig_associatedArticles.length; i < arrayLength; i++) {
|
|
10496
10545
|
const untrustedConfig_associatedArticles_item = untrustedConfig_associatedArticles[i];
|
|
10497
|
-
const referenceKnowledgeArticleInputRepresentationValidationError = validate$
|
|
10546
|
+
const referenceKnowledgeArticleInputRepresentationValidationError = validate$I(untrustedConfig_associatedArticles_item);
|
|
10498
10547
|
if (referenceKnowledgeArticleInputRepresentationValidationError === null) {
|
|
10499
10548
|
untrustedConfig_associatedArticles_array.push(untrustedConfig_associatedArticles_item);
|
|
10500
10549
|
}
|
|
@@ -10509,7 +10558,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10509
10558
|
const untrustedConfig_attributes_array = [];
|
|
10510
10559
|
for (let i = 0, arrayLength = untrustedConfig_attributes.length; i < arrayLength; i++) {
|
|
10511
10560
|
const untrustedConfig_attributes_item = untrustedConfig_attributes[i];
|
|
10512
|
-
const referenceCatalogItemAttributeInputRepresentationValidationError = validate$
|
|
10561
|
+
const referenceCatalogItemAttributeInputRepresentationValidationError = validate$G(untrustedConfig_attributes_item);
|
|
10513
10562
|
if (referenceCatalogItemAttributeInputRepresentationValidationError === null) {
|
|
10514
10563
|
untrustedConfig_attributes_array.push(untrustedConfig_attributes_item);
|
|
10515
10564
|
}
|
|
@@ -10524,7 +10573,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10524
10573
|
const untrustedConfig_sections_array = [];
|
|
10525
10574
|
for (let i = 0, arrayLength = untrustedConfig_sections.length; i < arrayLength; i++) {
|
|
10526
10575
|
const untrustedConfig_sections_item = untrustedConfig_sections[i];
|
|
10527
|
-
const referenceSectionInputRepresentationValidationError = validate$
|
|
10576
|
+
const referenceSectionInputRepresentationValidationError = validate$F(untrustedConfig_sections_item);
|
|
10528
10577
|
if (referenceSectionInputRepresentationValidationError === null) {
|
|
10529
10578
|
untrustedConfig_sections_array.push(untrustedConfig_sections_item);
|
|
10530
10579
|
}
|
|
@@ -10560,7 +10609,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10560
10609
|
const untrustedConfig_eligibilityRules_array = [];
|
|
10561
10610
|
for (let i = 0, arrayLength = untrustedConfig_eligibilityRules.length; i < arrayLength; i++) {
|
|
10562
10611
|
const untrustedConfig_eligibilityRules_item = untrustedConfig_eligibilityRules[i];
|
|
10563
|
-
const referenceEligibilityRulesInputRepresentationValidationError = validate$
|
|
10612
|
+
const referenceEligibilityRulesInputRepresentationValidationError = validate$E(untrustedConfig_eligibilityRules_item);
|
|
10564
10613
|
if (referenceEligibilityRulesInputRepresentationValidationError === null) {
|
|
10565
10614
|
untrustedConfig_eligibilityRules_array.push(untrustedConfig_eligibilityRules_item);
|
|
10566
10615
|
}
|
|
@@ -10571,7 +10620,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10571
10620
|
config.eligibilityRules = untrustedConfig_eligibilityRules_array;
|
|
10572
10621
|
}
|
|
10573
10622
|
const untrustedConfig_fulfillmentFlow = untrustedConfig.fulfillmentFlow;
|
|
10574
|
-
const referenceFulfillmentFlowInputRepresentationValidationError = validate$
|
|
10623
|
+
const referenceFulfillmentFlowInputRepresentationValidationError = validate$D(untrustedConfig_fulfillmentFlow);
|
|
10575
10624
|
if (referenceFulfillmentFlowInputRepresentationValidationError === null) {
|
|
10576
10625
|
config.fulfillmentFlow = untrustedConfig_fulfillmentFlow;
|
|
10577
10626
|
}
|
|
@@ -10579,7 +10628,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10579
10628
|
config.fulfillmentFlow = untrustedConfig_fulfillmentFlow;
|
|
10580
10629
|
}
|
|
10581
10630
|
const untrustedConfig_intakeForm = untrustedConfig.intakeForm;
|
|
10582
|
-
const referenceIntakeFormInputRepresentationValidationError = validate$
|
|
10631
|
+
const referenceIntakeFormInputRepresentationValidationError = validate$C(untrustedConfig_intakeForm);
|
|
10583
10632
|
if (referenceIntakeFormInputRepresentationValidationError === null) {
|
|
10584
10633
|
config.intakeForm = untrustedConfig_intakeForm;
|
|
10585
10634
|
}
|
|
@@ -10591,7 +10640,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10591
10640
|
const untrustedConfig_integrations_array = [];
|
|
10592
10641
|
for (let i = 0, arrayLength = untrustedConfig_integrations.length; i < arrayLength; i++) {
|
|
10593
10642
|
const untrustedConfig_integrations_item = untrustedConfig_integrations[i];
|
|
10594
|
-
const referenceIntegrationDefInputRepresentationValidationError = validate$
|
|
10643
|
+
const referenceIntegrationDefInputRepresentationValidationError = validate$B(untrustedConfig_integrations_item);
|
|
10595
10644
|
if (referenceIntegrationDefInputRepresentationValidationError === null) {
|
|
10596
10645
|
untrustedConfig_integrations_array.push(untrustedConfig_integrations_item);
|
|
10597
10646
|
}
|
|
@@ -10620,7 +10669,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10620
10669
|
const untrustedConfig_preProcessors_array = [];
|
|
10621
10670
|
for (let i = 0, arrayLength = untrustedConfig_preProcessors.length; i < arrayLength; i++) {
|
|
10622
10671
|
const untrustedConfig_preProcessors_item = untrustedConfig_preProcessors[i];
|
|
10623
|
-
const referencePreprocessorInputRepresentationValidationError = validate$
|
|
10672
|
+
const referencePreprocessorInputRepresentationValidationError = validate$A(untrustedConfig_preProcessors_item);
|
|
10624
10673
|
if (referencePreprocessorInputRepresentationValidationError === null) {
|
|
10625
10674
|
untrustedConfig_preProcessors_array.push(untrustedConfig_preProcessors_item);
|
|
10626
10675
|
}
|
|
@@ -10635,7 +10684,7 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
10635
10684
|
const untrustedConfig_productRequests_array = [];
|
|
10636
10685
|
for (let i = 0, arrayLength = untrustedConfig_productRequests.length; i < arrayLength; i++) {
|
|
10637
10686
|
const untrustedConfig_productRequests_item = untrustedConfig_productRequests[i];
|
|
10638
|
-
const referenceProductRequestCreateInputRepresentationValidationError = validate$
|
|
10687
|
+
const referenceProductRequestCreateInputRepresentationValidationError = validate$z(untrustedConfig_productRequests_item);
|
|
10639
10688
|
if (referenceProductRequestCreateInputRepresentationValidationError === null) {
|
|
10640
10689
|
untrustedConfig_productRequests_array.push(untrustedConfig_productRequests_item);
|
|
10641
10690
|
}
|
|
@@ -11049,4 +11098,4 @@ withDefaultLuvio((luvio) => {
|
|
|
11049
11098
|
});
|
|
11050
11099
|
|
|
11051
11100
|
export { createAgentAction, createAgentFlow, createCatalogItem, deployTemplate, downloadServiceProcessTemplate, downloadServiceProcessTemplate_imperative, generateIntakeForm, generateOmniScript, getAgentActions, getAgentActions_imperative, getAllServiceAutomationDep, getAllServiceAutomationDep_imperative, getAllServiceProcessTemplate, getAllServiceProcessTemplate_imperative, getCatalogItem, getCatalogItem_imperative, getEligibilityRuleMetadata, getEligibilityRuleMetadata_imperative, getServiceRequest, getServiceRequest_imperative, saveEligibilityRule, updateCatalogItem, updateEpcCategories };
|
|
11052
|
-
// version: 1.
|
|
11101
|
+
// version: 1.392.0-3cd2606b7f
|