@salesforce/lds-adapters-cdp-data-clean-room 1.428.0-dev18 → 1.428.0-dev19
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/cdp-data-clean-room.js +54 -112
- package/dist/es/es2018/types/src/generated/types/CustomUseCaseTemplateColumnRepresentation.d.ts +1 -4
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateAttributeConfigRepresentation.d.ts +1 -4
- package/package.json +3 -3
- package/sfdc/index.js +73 -131
- package/src/raml/api.raml +0 -33
- package/dist/es/es2018/types/src/generated/types/CustomUseCaseTemplateMatchPolicyRepresentation.d.ts +0 -31
- package/dist/es/es2018/types/src/generated/types/UseCaseTemplateMatchPolicyRepresentation.d.ts +0 -31
|
@@ -93,7 +93,7 @@ function createLink(ref) {
|
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
function validate$
|
|
96
|
+
function validate$D(obj, path = 'CdpUserRepresentation') {
|
|
97
97
|
const v_error = (() => {
|
|
98
98
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
99
99
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -123,7 +123,7 @@ function validate$F(obj, path = 'CdpUserRepresentation') {
|
|
|
123
123
|
return v_error === undefined ? null : v_error;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
function validate$
|
|
126
|
+
function validate$C(obj, path = 'DataCleanRoomUseCaseTypeRepresentation') {
|
|
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 + '")');
|
|
@@ -147,7 +147,7 @@ function validate$E(obj, path = 'DataCleanRoomUseCaseTypeRepresentation') {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
const VERSION$9 = "164dc6669e5d3d9cf4de1e0546eb0476";
|
|
150
|
-
function validate$
|
|
150
|
+
function validate$B(obj, path = 'DataCleanRoomProviderRepresentation') {
|
|
151
151
|
const v_error = (() => {
|
|
152
152
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
153
153
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -155,7 +155,7 @@ function validate$D(obj, path = 'DataCleanRoomProviderRepresentation') {
|
|
|
155
155
|
if (obj.createdBy !== undefined) {
|
|
156
156
|
const obj_createdBy = obj.createdBy;
|
|
157
157
|
const path_createdBy = path + '.createdBy';
|
|
158
|
-
const referencepath_createdByValidationError = validate$
|
|
158
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
159
159
|
if (referencepath_createdByValidationError !== null) {
|
|
160
160
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
161
161
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -212,7 +212,7 @@ function validate$D(obj, path = 'DataCleanRoomProviderRepresentation') {
|
|
|
212
212
|
if (obj.lastModifiedBy !== undefined) {
|
|
213
213
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
214
214
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
215
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
215
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
216
216
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
217
217
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
218
218
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -313,7 +313,7 @@ function validate$D(obj, path = 'DataCleanRoomProviderRepresentation') {
|
|
|
313
313
|
if (obj.useCaseTypeConfig !== undefined) {
|
|
314
314
|
const obj_useCaseTypeConfig = obj.useCaseTypeConfig;
|
|
315
315
|
const path_useCaseTypeConfig = path + '.useCaseTypeConfig';
|
|
316
|
-
const referencepath_useCaseTypeConfigValidationError = validate$
|
|
316
|
+
const referencepath_useCaseTypeConfigValidationError = validate$C(obj_useCaseTypeConfig, path_useCaseTypeConfig);
|
|
317
317
|
if (referencepath_useCaseTypeConfigValidationError !== null) {
|
|
318
318
|
let message = 'Object doesn\'t match DataCleanRoomUseCaseTypeRepresentation (at "' + path_useCaseTypeConfig + '")\n';
|
|
319
319
|
message += referencepath_useCaseTypeConfigValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -352,7 +352,7 @@ function equals$9(existing, incoming) {
|
|
|
352
352
|
}
|
|
353
353
|
const ingest$9 = function DataCleanRoomProviderRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
354
354
|
if (process.env.NODE_ENV !== 'production') {
|
|
355
|
-
const validateError = validate$
|
|
355
|
+
const validateError = validate$B(input);
|
|
356
356
|
if (validateError !== null) {
|
|
357
357
|
throw validateError;
|
|
358
358
|
}
|
|
@@ -373,7 +373,7 @@ function getTypeCacheKeys$9(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
const VERSION$8 = "52237eeecd4f8f11ae22e265d9abe5ca";
|
|
376
|
-
function validate$
|
|
376
|
+
function validate$A(obj, path = 'DataCleanRoomProviderCollectionRepresentation') {
|
|
377
377
|
const v_error = (() => {
|
|
378
378
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
379
379
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -589,7 +589,7 @@ function equals$8(existing, incoming) {
|
|
|
589
589
|
}
|
|
590
590
|
const ingest$8 = function DataCleanRoomProviderCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
591
591
|
if (process.env.NODE_ENV !== 'production') {
|
|
592
|
-
const validateError = validate$
|
|
592
|
+
const validateError = validate$A(input);
|
|
593
593
|
if (validateError !== null) {
|
|
594
594
|
throw validateError;
|
|
595
595
|
}
|
|
@@ -748,7 +748,7 @@ const getDataCleanRoomProvidersPaginatedAdapterFactory = (luvio) => function dat
|
|
|
748
748
|
buildCachedSnapshotCachePolicy$5, buildNetworkSnapshotCachePolicy$5);
|
|
749
749
|
};
|
|
750
750
|
|
|
751
|
-
function validate$
|
|
751
|
+
function validate$z(obj, path = 'CustomUseCaseTemplateAnalysisConfigRepresentation') {
|
|
752
752
|
const v_error = (() => {
|
|
753
753
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
754
754
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -764,7 +764,7 @@ function validate$B(obj, path = 'CustomUseCaseTemplateAnalysisConfigRepresentati
|
|
|
764
764
|
return v_error === undefined ? null : v_error;
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
function validate$
|
|
767
|
+
function validate$y(obj, path = 'CustomUseCaseTemplateQueryParamConfig') {
|
|
768
768
|
const v_error = (() => {
|
|
769
769
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
770
770
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -788,7 +788,7 @@ function validate$A(obj, path = 'CustomUseCaseTemplateQueryParamConfig') {
|
|
|
788
788
|
return v_error === undefined ? null : v_error;
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
function validate$
|
|
791
|
+
function validate$x(obj, path = 'CustomUseCaseTemplateQueryParamRepresentation') {
|
|
792
792
|
const v_error = (() => {
|
|
793
793
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
794
794
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -801,7 +801,7 @@ function validate$z(obj, path = 'CustomUseCaseTemplateQueryParamRepresentation')
|
|
|
801
801
|
for (let i = 0; i < obj_queryParamConfigs.length; i++) {
|
|
802
802
|
const obj_queryParamConfigs_item = obj_queryParamConfigs[i];
|
|
803
803
|
const path_queryParamConfigs_item = path_queryParamConfigs + '[' + i + ']';
|
|
804
|
-
const referencepath_queryParamConfigs_itemValidationError = validate$
|
|
804
|
+
const referencepath_queryParamConfigs_itemValidationError = validate$y(obj_queryParamConfigs_item, path_queryParamConfigs_item);
|
|
805
805
|
if (referencepath_queryParamConfigs_itemValidationError !== null) {
|
|
806
806
|
let message = 'Object doesn\'t match CustomUseCaseTemplateQueryParamConfig (at "' + path_queryParamConfigs_item + '")\n';
|
|
807
807
|
message += referencepath_queryParamConfigs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -812,7 +812,7 @@ function validate$z(obj, path = 'CustomUseCaseTemplateQueryParamRepresentation')
|
|
|
812
812
|
return v_error === undefined ? null : v_error;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
function validate$
|
|
815
|
+
function validate$w(obj, path = 'CustomUseCaseTemplateQueryConfig') {
|
|
816
816
|
const v_error = (() => {
|
|
817
817
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
818
818
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -820,7 +820,7 @@ function validate$y(obj, path = 'CustomUseCaseTemplateQueryConfig') {
|
|
|
820
820
|
if (obj.analysisConfigs !== undefined) {
|
|
821
821
|
const obj_analysisConfigs = obj.analysisConfigs;
|
|
822
822
|
const path_analysisConfigs = path + '.analysisConfigs';
|
|
823
|
-
const referencepath_analysisConfigsValidationError = validate$
|
|
823
|
+
const referencepath_analysisConfigsValidationError = validate$z(obj_analysisConfigs, path_analysisConfigs);
|
|
824
824
|
if (referencepath_analysisConfigsValidationError !== null) {
|
|
825
825
|
let message = 'Object doesn\'t match CustomUseCaseTemplateAnalysisConfigRepresentation (at "' + path_analysisConfigs + '")\n';
|
|
826
826
|
message += referencepath_analysisConfigsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -842,7 +842,7 @@ function validate$y(obj, path = 'CustomUseCaseTemplateQueryConfig') {
|
|
|
842
842
|
const path_queryParameters = path + '.queryParameters';
|
|
843
843
|
let obj_queryParameters_union0 = null;
|
|
844
844
|
const obj_queryParameters_union0_error = (() => {
|
|
845
|
-
const referencepath_queryParametersValidationError = validate$
|
|
845
|
+
const referencepath_queryParametersValidationError = validate$x(obj_queryParameters, path_queryParameters);
|
|
846
846
|
if (referencepath_queryParametersValidationError !== null) {
|
|
847
847
|
let message = 'Object doesn\'t match CustomUseCaseTemplateQueryParamRepresentation (at "' + path_queryParameters + '")\n';
|
|
848
848
|
message += referencepath_queryParametersValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -947,7 +947,7 @@ function validate$y(obj, path = 'CustomUseCaseTemplateQueryConfig') {
|
|
|
947
947
|
return v_error === undefined ? null : v_error;
|
|
948
948
|
}
|
|
949
949
|
|
|
950
|
-
function validate$
|
|
950
|
+
function validate$v(obj, path = 'CustomUseCaseTemplateQueryInputRepresentation') {
|
|
951
951
|
const v_error = (() => {
|
|
952
952
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
953
953
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -960,7 +960,7 @@ function validate$x(obj, path = 'CustomUseCaseTemplateQueryInputRepresentation')
|
|
|
960
960
|
for (let i = 0; i < obj_queryConfigs.length; i++) {
|
|
961
961
|
const obj_queryConfigs_item = obj_queryConfigs[i];
|
|
962
962
|
const path_queryConfigs_item = path_queryConfigs + '[' + i + ']';
|
|
963
|
-
const referencepath_queryConfigs_itemValidationError = validate$
|
|
963
|
+
const referencepath_queryConfigs_itemValidationError = validate$w(obj_queryConfigs_item, path_queryConfigs_item);
|
|
964
964
|
if (referencepath_queryConfigs_itemValidationError !== null) {
|
|
965
965
|
let message = 'Object doesn\'t match CustomUseCaseTemplateQueryConfig (at "' + path_queryConfigs_item + '")\n';
|
|
966
966
|
message += referencepath_queryConfigs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -971,26 +971,7 @@ function validate$x(obj, path = 'CustomUseCaseTemplateQueryInputRepresentation')
|
|
|
971
971
|
return v_error === undefined ? null : v_error;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
|
-
function validate$
|
|
975
|
-
const v_error = (() => {
|
|
976
|
-
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
977
|
-
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
978
|
-
}
|
|
979
|
-
const obj_alias = obj.alias;
|
|
980
|
-
const path_alias = path + '.alias';
|
|
981
|
-
if (typeof obj_alias !== 'string') {
|
|
982
|
-
return new TypeError('Expected "string" but received "' + typeof obj_alias + '" (at "' + path_alias + '")');
|
|
983
|
-
}
|
|
984
|
-
const obj_type = obj.type;
|
|
985
|
-
const path_type = path + '.type';
|
|
986
|
-
if (typeof obj_type !== 'string') {
|
|
987
|
-
return new TypeError('Expected "string" but received "' + typeof obj_type + '" (at "' + path_type + '")');
|
|
988
|
-
}
|
|
989
|
-
})();
|
|
990
|
-
return v_error === undefined ? null : v_error;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
function validate$v(obj, path = 'CustomUseCaseTemplateColumnRepresentation') {
|
|
974
|
+
function validate$u(obj, path = 'CustomUseCaseTemplateColumnRepresentation') {
|
|
994
975
|
const v_error = (() => {
|
|
995
976
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
996
977
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1007,16 +988,6 @@ function validate$v(obj, path = 'CustomUseCaseTemplateColumnRepresentation') {
|
|
|
1007
988
|
if (typeof obj_description !== 'string') {
|
|
1008
989
|
return new TypeError('Expected "string" but received "' + typeof obj_description + '" (at "' + path_description + '")');
|
|
1009
990
|
}
|
|
1010
|
-
if (obj.matchPolicy !== undefined) {
|
|
1011
|
-
const obj_matchPolicy = obj.matchPolicy;
|
|
1012
|
-
const path_matchPolicy = path + '.matchPolicy';
|
|
1013
|
-
const referencepath_matchPolicyValidationError = validate$w(obj_matchPolicy, path_matchPolicy);
|
|
1014
|
-
if (referencepath_matchPolicyValidationError !== null) {
|
|
1015
|
-
let message = 'Object doesn\'t match CustomUseCaseTemplateMatchPolicyRepresentation (at "' + path_matchPolicy + '")\n';
|
|
1016
|
-
message += referencepath_matchPolicyValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1017
|
-
return new TypeError(message);
|
|
1018
|
-
}
|
|
1019
|
-
}
|
|
1020
991
|
const obj_name = obj.name;
|
|
1021
992
|
const path_name = path + '.name';
|
|
1022
993
|
if (typeof obj_name !== 'string') {
|
|
@@ -1038,7 +1009,7 @@ function validate$v(obj, path = 'CustomUseCaseTemplateColumnRepresentation') {
|
|
|
1038
1009
|
return v_error === undefined ? null : v_error;
|
|
1039
1010
|
}
|
|
1040
1011
|
|
|
1041
|
-
function validate$
|
|
1012
|
+
function validate$t(obj, path = 'CustomUseCaseTemplateTableConfig') {
|
|
1042
1013
|
const v_error = (() => {
|
|
1043
1014
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1044
1015
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1051,7 +1022,7 @@ function validate$u(obj, path = 'CustomUseCaseTemplateTableConfig') {
|
|
|
1051
1022
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
1052
1023
|
const obj_columns_item = obj_columns[i];
|
|
1053
1024
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
1054
|
-
const referencepath_columns_itemValidationError = validate$
|
|
1025
|
+
const referencepath_columns_itemValidationError = validate$u(obj_columns_item, path_columns_item);
|
|
1055
1026
|
if (referencepath_columns_itemValidationError !== null) {
|
|
1056
1027
|
let message = 'Object doesn\'t match CustomUseCaseTemplateColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
1057
1028
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1077,7 +1048,7 @@ function validate$u(obj, path = 'CustomUseCaseTemplateTableConfig') {
|
|
|
1077
1048
|
return v_error === undefined ? null : v_error;
|
|
1078
1049
|
}
|
|
1079
1050
|
|
|
1080
|
-
function validate$
|
|
1051
|
+
function validate$s(obj, path = 'CustomUseCaseTemplateTableInputRepresentation') {
|
|
1081
1052
|
const v_error = (() => {
|
|
1082
1053
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1083
1054
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1090,7 +1061,7 @@ function validate$t(obj, path = 'CustomUseCaseTemplateTableInputRepresentation')
|
|
|
1090
1061
|
for (let i = 0; i < obj_tableConfigs.length; i++) {
|
|
1091
1062
|
const obj_tableConfigs_item = obj_tableConfigs[i];
|
|
1092
1063
|
const path_tableConfigs_item = path_tableConfigs + '[' + i + ']';
|
|
1093
|
-
const referencepath_tableConfigs_itemValidationError = validate$
|
|
1064
|
+
const referencepath_tableConfigs_itemValidationError = validate$t(obj_tableConfigs_item, path_tableConfigs_item);
|
|
1094
1065
|
if (referencepath_tableConfigs_itemValidationError !== null) {
|
|
1095
1066
|
let message = 'Object doesn\'t match CustomUseCaseTemplateTableConfig (at "' + path_tableConfigs_item + '")\n';
|
|
1096
1067
|
message += referencepath_tableConfigs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1101,7 +1072,7 @@ function validate$t(obj, path = 'CustomUseCaseTemplateTableInputRepresentation')
|
|
|
1101
1072
|
return v_error === undefined ? null : v_error;
|
|
1102
1073
|
}
|
|
1103
1074
|
|
|
1104
|
-
function validate$
|
|
1075
|
+
function validate$r(obj, path = 'DataCleanRoomUsecaseConfigInputRepresentation') {
|
|
1105
1076
|
const v_error = (() => {
|
|
1106
1077
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1107
1078
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1115,7 +1086,7 @@ function validate$s(obj, path = 'DataCleanRoomUsecaseConfigInputRepresentation')
|
|
|
1115
1086
|
return v_error === undefined ? null : v_error;
|
|
1116
1087
|
}
|
|
1117
1088
|
|
|
1118
|
-
function validate$
|
|
1089
|
+
function validate$q(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
1119
1090
|
const v_error = (() => {
|
|
1120
1091
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1121
1092
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1132,7 +1103,7 @@ function validate$r(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1132
1103
|
}
|
|
1133
1104
|
const obj_queries = obj.queries;
|
|
1134
1105
|
const path_queries = path + '.queries';
|
|
1135
|
-
const referencepath_queriesValidationError = validate$
|
|
1106
|
+
const referencepath_queriesValidationError = validate$v(obj_queries, path_queries);
|
|
1136
1107
|
if (referencepath_queriesValidationError !== null) {
|
|
1137
1108
|
let message = 'Object doesn\'t match CustomUseCaseTemplateQueryInputRepresentation (at "' + path_queries + '")\n';
|
|
1138
1109
|
message += referencepath_queriesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1140,7 +1111,7 @@ function validate$r(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1140
1111
|
}
|
|
1141
1112
|
const obj_tables = obj.tables;
|
|
1142
1113
|
const path_tables = path + '.tables';
|
|
1143
|
-
const referencepath_tablesValidationError = validate$
|
|
1114
|
+
const referencepath_tablesValidationError = validate$s(obj_tables, path_tables);
|
|
1144
1115
|
if (referencepath_tablesValidationError !== null) {
|
|
1145
1116
|
let message = 'Object doesn\'t match CustomUseCaseTemplateTableInputRepresentation (at "' + path_tables + '")\n';
|
|
1146
1117
|
message += referencepath_tablesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1157,7 +1128,7 @@ function validate$r(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1157
1128
|
const key = obj_useCaseConfigs_keys[i];
|
|
1158
1129
|
const obj_useCaseConfigs_prop = obj_useCaseConfigs[key];
|
|
1159
1130
|
const path_useCaseConfigs_prop = path_useCaseConfigs + '["' + key + '"]';
|
|
1160
|
-
const referencepath_useCaseConfigs_propValidationError = validate$
|
|
1131
|
+
const referencepath_useCaseConfigs_propValidationError = validate$r(obj_useCaseConfigs_prop, path_useCaseConfigs_prop);
|
|
1161
1132
|
if (referencepath_useCaseConfigs_propValidationError !== null) {
|
|
1162
1133
|
let message = 'Object doesn\'t match DataCleanRoomUsecaseConfigInputRepresentation (at "' + path_useCaseConfigs_prop + '")\n';
|
|
1163
1134
|
message += referencepath_useCaseConfigs_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1176,7 +1147,7 @@ function validate$r(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1176
1147
|
return v_error === undefined ? null : v_error;
|
|
1177
1148
|
}
|
|
1178
1149
|
|
|
1179
|
-
function validate$
|
|
1150
|
+
function validate$p(obj, path = 'DataCleanRoomUseCaseTypeInputRepresentation') {
|
|
1180
1151
|
const v_error = (() => {
|
|
1181
1152
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1182
1153
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1262,12 +1233,12 @@ function typeCheckConfig$a(untrustedConfig) {
|
|
|
1262
1233
|
const config = {};
|
|
1263
1234
|
typeCheckConfig$c(untrustedConfig, config, createProvider_ConfigPropertyMetadata);
|
|
1264
1235
|
const untrustedConfig_templateJson = untrustedConfig.templateJson;
|
|
1265
|
-
const referenceCustomUseCaseTemplateInputRepresentationValidationError = validate$
|
|
1236
|
+
const referenceCustomUseCaseTemplateInputRepresentationValidationError = validate$q(untrustedConfig_templateJson);
|
|
1266
1237
|
if (referenceCustomUseCaseTemplateInputRepresentationValidationError === null) {
|
|
1267
1238
|
config.templateJson = untrustedConfig_templateJson;
|
|
1268
1239
|
}
|
|
1269
1240
|
const untrustedConfig_useCaseTypeConfig = untrustedConfig.useCaseTypeConfig;
|
|
1270
|
-
const referenceDataCleanRoomUseCaseTypeInputRepresentationValidationError = validate$
|
|
1241
|
+
const referenceDataCleanRoomUseCaseTypeInputRepresentationValidationError = validate$p(untrustedConfig_useCaseTypeConfig);
|
|
1271
1242
|
if (referenceDataCleanRoomUseCaseTypeInputRepresentationValidationError === null) {
|
|
1272
1243
|
config.useCaseTypeConfig = untrustedConfig_useCaseTypeConfig;
|
|
1273
1244
|
}
|
|
@@ -1317,7 +1288,7 @@ const createProviderAdapterFactory = (luvio) => {
|
|
|
1317
1288
|
};
|
|
1318
1289
|
};
|
|
1319
1290
|
|
|
1320
|
-
function validate$
|
|
1291
|
+
function validate$o(obj, path = 'UseCaseTemplateMappingAttributeFilterOptionRepresentation') {
|
|
1321
1292
|
const v_error = (() => {
|
|
1322
1293
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1323
1294
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1343,7 +1314,7 @@ function validate$p(obj, path = 'UseCaseTemplateMappingAttributeFilterOptionRepr
|
|
|
1343
1314
|
return v_error === undefined ? null : v_error;
|
|
1344
1315
|
}
|
|
1345
1316
|
|
|
1346
|
-
function validate$
|
|
1317
|
+
function validate$n(obj, path = 'UseCaseTemplateMappingPathAttributeRepresentation') {
|
|
1347
1318
|
const v_error = (() => {
|
|
1348
1319
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1349
1320
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1362,7 +1333,7 @@ function validate$o(obj, path = 'UseCaseTemplateMappingPathAttributeRepresentati
|
|
|
1362
1333
|
return v_error === undefined ? null : v_error;
|
|
1363
1334
|
}
|
|
1364
1335
|
|
|
1365
|
-
function validate$
|
|
1336
|
+
function validate$m(obj, path = 'UseCaseTemplateMappingSubjectAttributeRepresentation') {
|
|
1366
1337
|
const v_error = (() => {
|
|
1367
1338
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1368
1339
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1391,7 +1362,7 @@ function validate$n(obj, path = 'UseCaseTemplateMappingSubjectAttributeRepresent
|
|
|
1391
1362
|
return v_error === undefined ? null : v_error;
|
|
1392
1363
|
}
|
|
1393
1364
|
|
|
1394
|
-
function validate$
|
|
1365
|
+
function validate$l(obj, path = 'UseCaseTemplateMappingAttributeRepresentation') {
|
|
1395
1366
|
const v_error = (() => {
|
|
1396
1367
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1397
1368
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1411,7 +1382,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1411
1382
|
if (obj.createdBy !== undefined) {
|
|
1412
1383
|
const obj_createdBy = obj.createdBy;
|
|
1413
1384
|
const path_createdBy = path + '.createdBy';
|
|
1414
|
-
const referencepath_createdByValidationError = validate$
|
|
1385
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
1415
1386
|
if (referencepath_createdByValidationError !== null) {
|
|
1416
1387
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
1417
1388
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1428,7 +1399,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1428
1399
|
if (obj.dataMapping !== undefined) {
|
|
1429
1400
|
const obj_dataMapping = obj.dataMapping;
|
|
1430
1401
|
const path_dataMapping = path + '.dataMapping';
|
|
1431
|
-
const referencepath_dataMappingValidationError = validate$
|
|
1402
|
+
const referencepath_dataMappingValidationError = validate$k(obj_dataMapping, path_dataMapping);
|
|
1432
1403
|
if (referencepath_dataMappingValidationError !== null) {
|
|
1433
1404
|
let message = 'Object doesn\'t match UseCaseTemplateMappingRepresentation (at "' + path_dataMapping + '")\n';
|
|
1434
1405
|
message += referencepath_dataMappingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1438,7 +1409,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1438
1409
|
if (obj.filterOptions !== undefined) {
|
|
1439
1410
|
const obj_filterOptions = obj.filterOptions;
|
|
1440
1411
|
const path_filterOptions = path + '.filterOptions';
|
|
1441
|
-
const referencepath_filterOptionsValidationError = validate$
|
|
1412
|
+
const referencepath_filterOptionsValidationError = validate$o(obj_filterOptions, path_filterOptions);
|
|
1442
1413
|
if (referencepath_filterOptionsValidationError !== null) {
|
|
1443
1414
|
let message = 'Object doesn\'t match UseCaseTemplateMappingAttributeFilterOptionRepresentation (at "' + path_filterOptions + '")\n';
|
|
1444
1415
|
message += referencepath_filterOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1462,7 +1433,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1462
1433
|
if (obj.lastModifiedBy !== undefined) {
|
|
1463
1434
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
1464
1435
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
1465
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
1436
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
1466
1437
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
1467
1438
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
1468
1439
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1498,7 +1469,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1498
1469
|
for (let i = 0; i < obj_path.length; i++) {
|
|
1499
1470
|
const obj_path_item = obj_path[i];
|
|
1500
1471
|
const path_path_item = path_path + '[' + i + ']';
|
|
1501
|
-
const referencepath_path_itemValidationError = validate$
|
|
1472
|
+
const referencepath_path_itemValidationError = validate$n(obj_path_item, path_path_item);
|
|
1502
1473
|
if (referencepath_path_itemValidationError !== null) {
|
|
1503
1474
|
let message = 'Object doesn\'t match UseCaseTemplateMappingPathAttributeRepresentation (at "' + path_path_item + '")\n';
|
|
1504
1475
|
message += referencepath_path_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1507,7 +1478,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1507
1478
|
}
|
|
1508
1479
|
const obj_subjectAttribute = obj.subjectAttribute;
|
|
1509
1480
|
const path_subjectAttribute = path + '.subjectAttribute';
|
|
1510
|
-
const referencepath_subjectAttributeValidationError = validate$
|
|
1481
|
+
const referencepath_subjectAttributeValidationError = validate$m(obj_subjectAttribute, path_subjectAttribute);
|
|
1511
1482
|
if (referencepath_subjectAttributeValidationError !== null) {
|
|
1512
1483
|
let message = 'Object doesn\'t match UseCaseTemplateMappingSubjectAttributeRepresentation (at "' + path_subjectAttribute + '")\n';
|
|
1513
1484
|
message += referencepath_subjectAttributeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1524,7 +1495,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1524
1495
|
return v_error === undefined ? null : v_error;
|
|
1525
1496
|
}
|
|
1526
1497
|
|
|
1527
|
-
function validate$
|
|
1498
|
+
function validate$k(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
1528
1499
|
const v_error = (() => {
|
|
1529
1500
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1530
1501
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1537,7 +1508,7 @@ function validate$l(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1537
1508
|
for (let i = 0; i < obj_attributes.length; i++) {
|
|
1538
1509
|
const obj_attributes_item = obj_attributes[i];
|
|
1539
1510
|
const path_attributes_item = path_attributes + '[' + i + ']';
|
|
1540
|
-
const referencepath_attributes_itemValidationError = validate$
|
|
1511
|
+
const referencepath_attributes_itemValidationError = validate$l(obj_attributes_item, path_attributes_item);
|
|
1541
1512
|
if (referencepath_attributes_itemValidationError !== null) {
|
|
1542
1513
|
let message = 'Object doesn\'t match UseCaseTemplateMappingAttributeRepresentation (at "' + path_attributes_item + '")\n';
|
|
1543
1514
|
message += referencepath_attributes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1552,7 +1523,7 @@ function validate$l(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1552
1523
|
if (obj.createdBy !== undefined) {
|
|
1553
1524
|
const obj_createdBy = obj.createdBy;
|
|
1554
1525
|
const path_createdBy = path + '.createdBy';
|
|
1555
|
-
const referencepath_createdByValidationError = validate$
|
|
1526
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
1556
1527
|
if (referencepath_createdByValidationError !== null) {
|
|
1557
1528
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
1558
1529
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1583,7 +1554,7 @@ function validate$l(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1583
1554
|
if (obj.lastModifiedBy !== undefined) {
|
|
1584
1555
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
1585
1556
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
1586
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
1557
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
1587
1558
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
1588
1559
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
1589
1560
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1622,25 +1593,6 @@ function validate$l(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1622
1593
|
return v_error === undefined ? null : v_error;
|
|
1623
1594
|
}
|
|
1624
1595
|
|
|
1625
|
-
function validate$k(obj, path = 'UseCaseTemplateMatchPolicyRepresentation') {
|
|
1626
|
-
const v_error = (() => {
|
|
1627
|
-
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1628
|
-
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
1629
|
-
}
|
|
1630
|
-
const obj_alias = obj.alias;
|
|
1631
|
-
const path_alias = path + '.alias';
|
|
1632
|
-
if (typeof obj_alias !== 'string') {
|
|
1633
|
-
return new TypeError('Expected "string" but received "' + typeof obj_alias + '" (at "' + path_alias + '")');
|
|
1634
|
-
}
|
|
1635
|
-
const obj_type = obj.type;
|
|
1636
|
-
const path_type = path + '.type';
|
|
1637
|
-
if (typeof obj_type !== 'string') {
|
|
1638
|
-
return new TypeError('Expected "string" but received "' + typeof obj_type + '" (at "' + path_type + '")');
|
|
1639
|
-
}
|
|
1640
|
-
})();
|
|
1641
|
-
return v_error === undefined ? null : v_error;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
1596
|
function validate$j(obj, path = 'UseCaseTemplateAttributeConfigRepresentation') {
|
|
1645
1597
|
const v_error = (() => {
|
|
1646
1598
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1681,16 +1633,6 @@ function validate$j(obj, path = 'UseCaseTemplateAttributeConfigRepresentation')
|
|
|
1681
1633
|
return new TypeError('Expected "string" but received "' + typeof obj_label + '" (at "' + path_label + '")');
|
|
1682
1634
|
}
|
|
1683
1635
|
}
|
|
1684
|
-
if (obj.matchPolicy !== undefined) {
|
|
1685
|
-
const obj_matchPolicy = obj.matchPolicy;
|
|
1686
|
-
const path_matchPolicy = path + '.matchPolicy';
|
|
1687
|
-
const referencepath_matchPolicyValidationError = validate$k(obj_matchPolicy, path_matchPolicy);
|
|
1688
|
-
if (referencepath_matchPolicyValidationError !== null) {
|
|
1689
|
-
let message = 'Object doesn\'t match UseCaseTemplateMatchPolicyRepresentation (at "' + path_matchPolicy + '")\n';
|
|
1690
|
-
message += referencepath_matchPolicyValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
1691
|
-
return new TypeError(message);
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
1636
|
if (obj.queryOptions !== undefined) {
|
|
1695
1637
|
const obj_queryOptions = obj.queryOptions;
|
|
1696
1638
|
const path_queryOptions = path + '.queryOptions';
|
|
@@ -1929,7 +1871,7 @@ function validate$c(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1929
1871
|
if (obj.createdBy !== undefined) {
|
|
1930
1872
|
const obj_createdBy = obj.createdBy;
|
|
1931
1873
|
const path_createdBy = path + '.createdBy';
|
|
1932
|
-
const referencepath_createdByValidationError = validate$
|
|
1874
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
1933
1875
|
if (referencepath_createdByValidationError !== null) {
|
|
1934
1876
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
1935
1877
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1965,7 +1907,7 @@ function validate$c(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1965
1907
|
if (obj.lastModifiedBy !== undefined) {
|
|
1966
1908
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
1967
1909
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
1968
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
1910
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
1969
1911
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
1970
1912
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
1971
1913
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2056,7 +1998,7 @@ function validate$b(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
2056
1998
|
if (obj.createdBy !== undefined) {
|
|
2057
1999
|
const obj_createdBy = obj.createdBy;
|
|
2058
2000
|
const path_createdBy = path + '.createdBy';
|
|
2059
|
-
const referencepath_createdByValidationError = validate$
|
|
2001
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
2060
2002
|
if (referencepath_createdByValidationError !== null) {
|
|
2061
2003
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
2062
2004
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2072,7 +2014,7 @@ function validate$b(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
2072
2014
|
}
|
|
2073
2015
|
const obj_dataMapping = obj.dataMapping;
|
|
2074
2016
|
const path_dataMapping = path + '.dataMapping';
|
|
2075
|
-
const referencepath_dataMappingValidationError = validate$
|
|
2017
|
+
const referencepath_dataMappingValidationError = validate$k(obj_dataMapping, path_dataMapping);
|
|
2076
2018
|
if (referencepath_dataMappingValidationError !== null) {
|
|
2077
2019
|
let message = 'Object doesn\'t match UseCaseTemplateMappingRepresentation (at "' + path_dataMapping + '")\n';
|
|
2078
2020
|
message += referencepath_dataMappingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2114,7 +2056,7 @@ function validate$b(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
2114
2056
|
if (obj.lastModifiedBy !== undefined) {
|
|
2115
2057
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
2116
2058
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
2117
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
2059
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
2118
2060
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
2119
2061
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
2120
2062
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2926,7 +2868,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2926
2868
|
if (obj.createdBy !== undefined) {
|
|
2927
2869
|
const obj_createdBy = obj.createdBy;
|
|
2928
2870
|
const path_createdBy = path + '.createdBy';
|
|
2929
|
-
const referencepath_createdByValidationError = validate$
|
|
2871
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
2930
2872
|
if (referencepath_createdByValidationError !== null) {
|
|
2931
2873
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
2932
2874
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2976,7 +2918,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2976
2918
|
if (obj.lastModifiedBy !== undefined) {
|
|
2977
2919
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
2978
2920
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
2979
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
2921
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
2980
2922
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
2981
2923
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
2982
2924
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3970,7 +3912,7 @@ function validate$1(obj, path = 'DataCleanRoomQueryJobRepresentation') {
|
|
|
3970
3912
|
if (obj.createdBy !== undefined) {
|
|
3971
3913
|
const obj_createdBy = obj.createdBy;
|
|
3972
3914
|
const path_createdBy = path + '.createdBy';
|
|
3973
|
-
const referencepath_createdByValidationError = validate$
|
|
3915
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
3974
3916
|
if (referencepath_createdByValidationError !== null) {
|
|
3975
3917
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
3976
3918
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4020,7 +3962,7 @@ function validate$1(obj, path = 'DataCleanRoomQueryJobRepresentation') {
|
|
|
4020
3962
|
if (obj.lastModifiedBy !== undefined) {
|
|
4021
3963
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
4022
3964
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
4023
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
3965
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
4024
3966
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
4025
3967
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
4026
3968
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
package/dist/es/es2018/types/src/generated/types/CustomUseCaseTemplateColumnRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { CustomUseCaseTemplateMatchPolicyRepresentation as CustomUseCaseTemplateMatchPolicyRepresentation_CustomUseCaseTemplateMatchPolicyRepresentation } from './CustomUseCaseTemplateMatchPolicyRepresentation';
|
|
2
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';
|
|
3
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "c747689f2ba81233c98eec876667219c";
|
|
4
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
4
|
export declare const RepresentationType: string;
|
|
6
5
|
export declare function normalize(input: CustomUseCaseTemplateColumnRepresentation, existing: CustomUseCaseTemplateColumnRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomUseCaseTemplateColumnRepresentationNormalized;
|
|
@@ -19,7 +18,6 @@ export interface CustomUseCaseTemplateColumnRepresentationNormalized {
|
|
|
19
18
|
defaultValue?: string;
|
|
20
19
|
/** Description of the custom template column */
|
|
21
20
|
description: string;
|
|
22
|
-
matchPolicy?: CustomUseCaseTemplateMatchPolicyRepresentation_CustomUseCaseTemplateMatchPolicyRepresentation;
|
|
23
21
|
/** Name of the custom template column */
|
|
24
22
|
name: string;
|
|
25
23
|
/** Text displayed in the UI when the user interacts with the Info icon. */
|
|
@@ -36,7 +34,6 @@ export interface CustomUseCaseTemplateColumnRepresentationNormalized {
|
|
|
36
34
|
export interface CustomUseCaseTemplateColumnRepresentation {
|
|
37
35
|
defaultValue?: string;
|
|
38
36
|
description: string;
|
|
39
|
-
matchPolicy?: CustomUseCaseTemplateMatchPolicyRepresentation_CustomUseCaseTemplateMatchPolicyRepresentation;
|
|
40
37
|
name: string;
|
|
41
38
|
tooltip?: string;
|
|
42
39
|
type: string;
|
package/dist/es/es2018/types/src/generated/types/UseCaseTemplateAttributeConfigRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { UseCaseTemplateMatchPolicyRepresentation as UseCaseTemplateMatchPolicyRepresentation_UseCaseTemplateMatchPolicyRepresentation } from './UseCaseTemplateMatchPolicyRepresentation';
|
|
2
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';
|
|
3
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "a26cf7215296710be7095a594b62ca85";
|
|
4
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
4
|
export declare const RepresentationType: string;
|
|
6
5
|
export declare function normalize(input: UseCaseTemplateAttributeConfigRepresentation, existing: UseCaseTemplateAttributeConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UseCaseTemplateAttributeConfigRepresentationNormalized;
|
|
@@ -25,7 +24,6 @@ export interface UseCaseTemplateAttributeConfigRepresentationNormalized {
|
|
|
25
24
|
id?: string;
|
|
26
25
|
/** UseCase Template Attribute label */
|
|
27
26
|
label?: string;
|
|
28
|
-
matchPolicy?: UseCaseTemplateMatchPolicyRepresentation_UseCaseTemplateMatchPolicyRepresentation;
|
|
29
27
|
/** UseCase Template Attribute Query Configuration */
|
|
30
28
|
queryOptions?: unknown;
|
|
31
29
|
/** Captures whether the attribute is mandatory to be mapped or not */
|
|
@@ -47,7 +45,6 @@ export interface UseCaseTemplateAttributeConfigRepresentation {
|
|
|
47
45
|
description?: string;
|
|
48
46
|
id?: string;
|
|
49
47
|
label?: string;
|
|
50
|
-
matchPolicy?: UseCaseTemplateMatchPolicyRepresentation_UseCaseTemplateMatchPolicyRepresentation;
|
|
51
48
|
queryOptions?: unknown;
|
|
52
49
|
required?: boolean;
|
|
53
50
|
tableName?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-data-clean-room",
|
|
3
|
-
"version": "1.428.0-
|
|
3
|
+
"version": "1.428.0-dev19",
|
|
4
4
|
"description": "API's related to Data Clean Room Feature",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-data-clean-room.js",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"test:unit": "jest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@salesforce/lds-bindings": "^1.428.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.428.0-dev19"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@salesforce/lds-compiler-plugins": "^1.428.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.428.0-dev19"
|
|
48
48
|
},
|
|
49
49
|
"nx": {
|
|
50
50
|
"targets": {
|