@salesforce/lds-adapters-cdp-data-clean-room 1.428.0-dev1 → 1.428.0-dev10
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 +147 -79
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomCollaboration.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataCleanRoomSpecification.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborations.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomSpecifications.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAcceptInvitationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomAwsS3OutputDestinationConfigRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomCollaborationRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomDataSpecificationRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberConfigRepresentation.d.ts +5 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomMemberRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomOutputDestinationConfigRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataCleanRoomSnowflakeOutputDestinationConfigRepresentation.d.ts +43 -0
- package/package.json +3 -3
- package/sfdc/index.js +76 -8
- package/src/raml/api.raml +91 -0
|
@@ -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$C(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$B(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$A(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$A(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$A(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$y(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$x(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$w(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$w(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$v(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$v(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$v(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$u(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,7 +971,7 @@ function validate$u(obj, path = 'CustomUseCaseTemplateQueryInputRepresentation')
|
|
|
971
971
|
return v_error === undefined ? null : v_error;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
|
-
function validate$
|
|
974
|
+
function validate$u(obj, path = 'CustomUseCaseTemplateColumnRepresentation') {
|
|
975
975
|
const v_error = (() => {
|
|
976
976
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
977
977
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1009,7 +1009,7 @@ function validate$t(obj, path = 'CustomUseCaseTemplateColumnRepresentation') {
|
|
|
1009
1009
|
return v_error === undefined ? null : v_error;
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
|
-
function validate$
|
|
1012
|
+
function validate$t(obj, path = 'CustomUseCaseTemplateTableConfig') {
|
|
1013
1013
|
const v_error = (() => {
|
|
1014
1014
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1015
1015
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1022,7 +1022,7 @@ function validate$s(obj, path = 'CustomUseCaseTemplateTableConfig') {
|
|
|
1022
1022
|
for (let i = 0; i < obj_columns.length; i++) {
|
|
1023
1023
|
const obj_columns_item = obj_columns[i];
|
|
1024
1024
|
const path_columns_item = path_columns + '[' + i + ']';
|
|
1025
|
-
const referencepath_columns_itemValidationError = validate$
|
|
1025
|
+
const referencepath_columns_itemValidationError = validate$u(obj_columns_item, path_columns_item);
|
|
1026
1026
|
if (referencepath_columns_itemValidationError !== null) {
|
|
1027
1027
|
let message = 'Object doesn\'t match CustomUseCaseTemplateColumnRepresentation (at "' + path_columns_item + '")\n';
|
|
1028
1028
|
message += referencepath_columns_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1048,7 +1048,7 @@ function validate$s(obj, path = 'CustomUseCaseTemplateTableConfig') {
|
|
|
1048
1048
|
return v_error === undefined ? null : v_error;
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
|
-
function validate$
|
|
1051
|
+
function validate$s(obj, path = 'CustomUseCaseTemplateTableInputRepresentation') {
|
|
1052
1052
|
const v_error = (() => {
|
|
1053
1053
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1054
1054
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1061,7 +1061,7 @@ function validate$r(obj, path = 'CustomUseCaseTemplateTableInputRepresentation')
|
|
|
1061
1061
|
for (let i = 0; i < obj_tableConfigs.length; i++) {
|
|
1062
1062
|
const obj_tableConfigs_item = obj_tableConfigs[i];
|
|
1063
1063
|
const path_tableConfigs_item = path_tableConfigs + '[' + i + ']';
|
|
1064
|
-
const referencepath_tableConfigs_itemValidationError = validate$
|
|
1064
|
+
const referencepath_tableConfigs_itemValidationError = validate$t(obj_tableConfigs_item, path_tableConfigs_item);
|
|
1065
1065
|
if (referencepath_tableConfigs_itemValidationError !== null) {
|
|
1066
1066
|
let message = 'Object doesn\'t match CustomUseCaseTemplateTableConfig (at "' + path_tableConfigs_item + '")\n';
|
|
1067
1067
|
message += referencepath_tableConfigs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1072,7 +1072,7 @@ function validate$r(obj, path = 'CustomUseCaseTemplateTableInputRepresentation')
|
|
|
1072
1072
|
return v_error === undefined ? null : v_error;
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
|
-
function validate$
|
|
1075
|
+
function validate$r(obj, path = 'DataCleanRoomUsecaseConfigInputRepresentation') {
|
|
1076
1076
|
const v_error = (() => {
|
|
1077
1077
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1078
1078
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1086,7 +1086,7 @@ function validate$q(obj, path = 'DataCleanRoomUsecaseConfigInputRepresentation')
|
|
|
1086
1086
|
return v_error === undefined ? null : v_error;
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
1089
|
-
function validate$
|
|
1089
|
+
function validate$q(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
1090
1090
|
const v_error = (() => {
|
|
1091
1091
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1092
1092
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1103,7 +1103,7 @@ function validate$p(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
const obj_queries = obj.queries;
|
|
1105
1105
|
const path_queries = path + '.queries';
|
|
1106
|
-
const referencepath_queriesValidationError = validate$
|
|
1106
|
+
const referencepath_queriesValidationError = validate$v(obj_queries, path_queries);
|
|
1107
1107
|
if (referencepath_queriesValidationError !== null) {
|
|
1108
1108
|
let message = 'Object doesn\'t match CustomUseCaseTemplateQueryInputRepresentation (at "' + path_queries + '")\n';
|
|
1109
1109
|
message += referencepath_queriesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1111,7 +1111,7 @@ function validate$p(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1111
1111
|
}
|
|
1112
1112
|
const obj_tables = obj.tables;
|
|
1113
1113
|
const path_tables = path + '.tables';
|
|
1114
|
-
const referencepath_tablesValidationError = validate$
|
|
1114
|
+
const referencepath_tablesValidationError = validate$s(obj_tables, path_tables);
|
|
1115
1115
|
if (referencepath_tablesValidationError !== null) {
|
|
1116
1116
|
let message = 'Object doesn\'t match CustomUseCaseTemplateTableInputRepresentation (at "' + path_tables + '")\n';
|
|
1117
1117
|
message += referencepath_tablesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1128,7 +1128,7 @@ function validate$p(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1128
1128
|
const key = obj_useCaseConfigs_keys[i];
|
|
1129
1129
|
const obj_useCaseConfigs_prop = obj_useCaseConfigs[key];
|
|
1130
1130
|
const path_useCaseConfigs_prop = path_useCaseConfigs + '["' + key + '"]';
|
|
1131
|
-
const referencepath_useCaseConfigs_propValidationError = validate$
|
|
1131
|
+
const referencepath_useCaseConfigs_propValidationError = validate$r(obj_useCaseConfigs_prop, path_useCaseConfigs_prop);
|
|
1132
1132
|
if (referencepath_useCaseConfigs_propValidationError !== null) {
|
|
1133
1133
|
let message = 'Object doesn\'t match DataCleanRoomUsecaseConfigInputRepresentation (at "' + path_useCaseConfigs_prop + '")\n';
|
|
1134
1134
|
message += referencepath_useCaseConfigs_propValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1147,7 +1147,7 @@ function validate$p(obj, path = 'CustomUseCaseTemplateInputRepresentation') {
|
|
|
1147
1147
|
return v_error === undefined ? null : v_error;
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
|
-
function validate$
|
|
1150
|
+
function validate$p(obj, path = 'DataCleanRoomUseCaseTypeInputRepresentation') {
|
|
1151
1151
|
const v_error = (() => {
|
|
1152
1152
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1153
1153
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1233,12 +1233,12 @@ function typeCheckConfig$a(untrustedConfig) {
|
|
|
1233
1233
|
const config = {};
|
|
1234
1234
|
typeCheckConfig$c(untrustedConfig, config, createProvider_ConfigPropertyMetadata);
|
|
1235
1235
|
const untrustedConfig_templateJson = untrustedConfig.templateJson;
|
|
1236
|
-
const referenceCustomUseCaseTemplateInputRepresentationValidationError = validate$
|
|
1236
|
+
const referenceCustomUseCaseTemplateInputRepresentationValidationError = validate$q(untrustedConfig_templateJson);
|
|
1237
1237
|
if (referenceCustomUseCaseTemplateInputRepresentationValidationError === null) {
|
|
1238
1238
|
config.templateJson = untrustedConfig_templateJson;
|
|
1239
1239
|
}
|
|
1240
1240
|
const untrustedConfig_useCaseTypeConfig = untrustedConfig.useCaseTypeConfig;
|
|
1241
|
-
const referenceDataCleanRoomUseCaseTypeInputRepresentationValidationError = validate$
|
|
1241
|
+
const referenceDataCleanRoomUseCaseTypeInputRepresentationValidationError = validate$p(untrustedConfig_useCaseTypeConfig);
|
|
1242
1242
|
if (referenceDataCleanRoomUseCaseTypeInputRepresentationValidationError === null) {
|
|
1243
1243
|
config.useCaseTypeConfig = untrustedConfig_useCaseTypeConfig;
|
|
1244
1244
|
}
|
|
@@ -1288,7 +1288,7 @@ const createProviderAdapterFactory = (luvio) => {
|
|
|
1288
1288
|
};
|
|
1289
1289
|
};
|
|
1290
1290
|
|
|
1291
|
-
function validate$
|
|
1291
|
+
function validate$o(obj, path = 'UseCaseTemplateMappingAttributeFilterOptionRepresentation') {
|
|
1292
1292
|
const v_error = (() => {
|
|
1293
1293
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1294
1294
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1314,7 +1314,7 @@ function validate$n(obj, path = 'UseCaseTemplateMappingAttributeFilterOptionRepr
|
|
|
1314
1314
|
return v_error === undefined ? null : v_error;
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
|
-
function validate$
|
|
1317
|
+
function validate$n(obj, path = 'UseCaseTemplateMappingPathAttributeRepresentation') {
|
|
1318
1318
|
const v_error = (() => {
|
|
1319
1319
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1320
1320
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1333,7 +1333,7 @@ function validate$m(obj, path = 'UseCaseTemplateMappingPathAttributeRepresentati
|
|
|
1333
1333
|
return v_error === undefined ? null : v_error;
|
|
1334
1334
|
}
|
|
1335
1335
|
|
|
1336
|
-
function validate$
|
|
1336
|
+
function validate$m(obj, path = 'UseCaseTemplateMappingSubjectAttributeRepresentation') {
|
|
1337
1337
|
const v_error = (() => {
|
|
1338
1338
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1339
1339
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1362,7 +1362,7 @@ function validate$l(obj, path = 'UseCaseTemplateMappingSubjectAttributeRepresent
|
|
|
1362
1362
|
return v_error === undefined ? null : v_error;
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
|
-
function validate$
|
|
1365
|
+
function validate$l(obj, path = 'UseCaseTemplateMappingAttributeRepresentation') {
|
|
1366
1366
|
const v_error = (() => {
|
|
1367
1367
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1368
1368
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1382,7 +1382,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1382
1382
|
if (obj.createdBy !== undefined) {
|
|
1383
1383
|
const obj_createdBy = obj.createdBy;
|
|
1384
1384
|
const path_createdBy = path + '.createdBy';
|
|
1385
|
-
const referencepath_createdByValidationError = validate$
|
|
1385
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
1386
1386
|
if (referencepath_createdByValidationError !== null) {
|
|
1387
1387
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
1388
1388
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1399,7 +1399,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1399
1399
|
if (obj.dataMapping !== undefined) {
|
|
1400
1400
|
const obj_dataMapping = obj.dataMapping;
|
|
1401
1401
|
const path_dataMapping = path + '.dataMapping';
|
|
1402
|
-
const referencepath_dataMappingValidationError = validate$
|
|
1402
|
+
const referencepath_dataMappingValidationError = validate$k(obj_dataMapping, path_dataMapping);
|
|
1403
1403
|
if (referencepath_dataMappingValidationError !== null) {
|
|
1404
1404
|
let message = 'Object doesn\'t match UseCaseTemplateMappingRepresentation (at "' + path_dataMapping + '")\n';
|
|
1405
1405
|
message += referencepath_dataMappingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1409,7 +1409,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1409
1409
|
if (obj.filterOptions !== undefined) {
|
|
1410
1410
|
const obj_filterOptions = obj.filterOptions;
|
|
1411
1411
|
const path_filterOptions = path + '.filterOptions';
|
|
1412
|
-
const referencepath_filterOptionsValidationError = validate$
|
|
1412
|
+
const referencepath_filterOptionsValidationError = validate$o(obj_filterOptions, path_filterOptions);
|
|
1413
1413
|
if (referencepath_filterOptionsValidationError !== null) {
|
|
1414
1414
|
let message = 'Object doesn\'t match UseCaseTemplateMappingAttributeFilterOptionRepresentation (at "' + path_filterOptions + '")\n';
|
|
1415
1415
|
message += referencepath_filterOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1433,7 +1433,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1433
1433
|
if (obj.lastModifiedBy !== undefined) {
|
|
1434
1434
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
1435
1435
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
1436
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
1436
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
1437
1437
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
1438
1438
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
1439
1439
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1469,7 +1469,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1469
1469
|
for (let i = 0; i < obj_path.length; i++) {
|
|
1470
1470
|
const obj_path_item = obj_path[i];
|
|
1471
1471
|
const path_path_item = path_path + '[' + i + ']';
|
|
1472
|
-
const referencepath_path_itemValidationError = validate$
|
|
1472
|
+
const referencepath_path_itemValidationError = validate$n(obj_path_item, path_path_item);
|
|
1473
1473
|
if (referencepath_path_itemValidationError !== null) {
|
|
1474
1474
|
let message = 'Object doesn\'t match UseCaseTemplateMappingPathAttributeRepresentation (at "' + path_path_item + '")\n';
|
|
1475
1475
|
message += referencepath_path_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1478,7 +1478,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1478
1478
|
}
|
|
1479
1479
|
const obj_subjectAttribute = obj.subjectAttribute;
|
|
1480
1480
|
const path_subjectAttribute = path + '.subjectAttribute';
|
|
1481
|
-
const referencepath_subjectAttributeValidationError = validate$
|
|
1481
|
+
const referencepath_subjectAttributeValidationError = validate$m(obj_subjectAttribute, path_subjectAttribute);
|
|
1482
1482
|
if (referencepath_subjectAttributeValidationError !== null) {
|
|
1483
1483
|
let message = 'Object doesn\'t match UseCaseTemplateMappingSubjectAttributeRepresentation (at "' + path_subjectAttribute + '")\n';
|
|
1484
1484
|
message += referencepath_subjectAttributeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1495,7 +1495,7 @@ function validate$k(obj, path = 'UseCaseTemplateMappingAttributeRepresentation')
|
|
|
1495
1495
|
return v_error === undefined ? null : v_error;
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
|
-
function validate$
|
|
1498
|
+
function validate$k(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
1499
1499
|
const v_error = (() => {
|
|
1500
1500
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1501
1501
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1508,7 +1508,7 @@ function validate$j(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1508
1508
|
for (let i = 0; i < obj_attributes.length; i++) {
|
|
1509
1509
|
const obj_attributes_item = obj_attributes[i];
|
|
1510
1510
|
const path_attributes_item = path_attributes + '[' + i + ']';
|
|
1511
|
-
const referencepath_attributes_itemValidationError = validate$
|
|
1511
|
+
const referencepath_attributes_itemValidationError = validate$l(obj_attributes_item, path_attributes_item);
|
|
1512
1512
|
if (referencepath_attributes_itemValidationError !== null) {
|
|
1513
1513
|
let message = 'Object doesn\'t match UseCaseTemplateMappingAttributeRepresentation (at "' + path_attributes_item + '")\n';
|
|
1514
1514
|
message += referencepath_attributes_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1523,7 +1523,7 @@ function validate$j(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1523
1523
|
if (obj.createdBy !== undefined) {
|
|
1524
1524
|
const obj_createdBy = obj.createdBy;
|
|
1525
1525
|
const path_createdBy = path + '.createdBy';
|
|
1526
|
-
const referencepath_createdByValidationError = validate$
|
|
1526
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
1527
1527
|
if (referencepath_createdByValidationError !== null) {
|
|
1528
1528
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
1529
1529
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1554,7 +1554,7 @@ function validate$j(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1554
1554
|
if (obj.lastModifiedBy !== undefined) {
|
|
1555
1555
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
1556
1556
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
1557
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
1557
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
1558
1558
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
1559
1559
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
1560
1560
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1593,7 +1593,7 @@ function validate$j(obj, path = 'UseCaseTemplateMappingRepresentation') {
|
|
|
1593
1593
|
return v_error === undefined ? null : v_error;
|
|
1594
1594
|
}
|
|
1595
1595
|
|
|
1596
|
-
function validate$
|
|
1596
|
+
function validate$j(obj, path = 'UseCaseTemplateAttributeConfigRepresentation') {
|
|
1597
1597
|
const v_error = (() => {
|
|
1598
1598
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1599
1599
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1665,7 +1665,7 @@ function validate$i(obj, path = 'UseCaseTemplateAttributeConfigRepresentation')
|
|
|
1665
1665
|
return v_error === undefined ? null : v_error;
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
|
-
function validate$
|
|
1668
|
+
function validate$i(obj, path = 'UseCaseTemplateMemberConfigRepresentation') {
|
|
1669
1669
|
const v_error = (() => {
|
|
1670
1670
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1671
1671
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1679,7 +1679,7 @@ function validate$h(obj, path = 'UseCaseTemplateMemberConfigRepresentation') {
|
|
|
1679
1679
|
for (let i = 0; i < obj_attributeConfigs.length; i++) {
|
|
1680
1680
|
const obj_attributeConfigs_item = obj_attributeConfigs[i];
|
|
1681
1681
|
const path_attributeConfigs_item = path_attributeConfigs + '[' + i + ']';
|
|
1682
|
-
const referencepath_attributeConfigs_itemValidationError = validate$
|
|
1682
|
+
const referencepath_attributeConfigs_itemValidationError = validate$j(obj_attributeConfigs_item, path_attributeConfigs_item);
|
|
1683
1683
|
if (referencepath_attributeConfigs_itemValidationError !== null) {
|
|
1684
1684
|
let message = 'Object doesn\'t match UseCaseTemplateAttributeConfigRepresentation (at "' + path_attributeConfigs_item + '")\n';
|
|
1685
1685
|
message += referencepath_attributeConfigs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1698,7 +1698,7 @@ function validate$h(obj, path = 'UseCaseTemplateMemberConfigRepresentation') {
|
|
|
1698
1698
|
return v_error === undefined ? null : v_error;
|
|
1699
1699
|
}
|
|
1700
1700
|
|
|
1701
|
-
function validate$
|
|
1701
|
+
function validate$h(obj, path = 'UseCaseTemplateConfigRepresentation') {
|
|
1702
1702
|
const v_error = (() => {
|
|
1703
1703
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1704
1704
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1712,7 +1712,7 @@ function validate$g(obj, path = 'UseCaseTemplateConfigRepresentation') {
|
|
|
1712
1712
|
for (let i = 0; i < obj_memberConfigs.length; i++) {
|
|
1713
1713
|
const obj_memberConfigs_item = obj_memberConfigs[i];
|
|
1714
1714
|
const path_memberConfigs_item = path_memberConfigs + '[' + i + ']';
|
|
1715
|
-
const referencepath_memberConfigs_itemValidationError = validate$
|
|
1715
|
+
const referencepath_memberConfigs_itemValidationError = validate$i(obj_memberConfigs_item, path_memberConfigs_item);
|
|
1716
1716
|
if (referencepath_memberConfigs_itemValidationError !== null) {
|
|
1717
1717
|
let message = 'Object doesn\'t match UseCaseTemplateMemberConfigRepresentation (at "' + path_memberConfigs_item + '")\n';
|
|
1718
1718
|
message += referencepath_memberConfigs_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1724,7 +1724,7 @@ function validate$g(obj, path = 'UseCaseTemplateConfigRepresentation') {
|
|
|
1724
1724
|
return v_error === undefined ? null : v_error;
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
|
-
function validate$
|
|
1727
|
+
function validate$g(obj, path = 'DataCleanRoomMetadataOutputConfigRepresentation') {
|
|
1728
1728
|
const v_error = (() => {
|
|
1729
1729
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1730
1730
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1747,7 +1747,7 @@ function validate$f(obj, path = 'DataCleanRoomMetadataOutputConfigRepresentation
|
|
|
1747
1747
|
return v_error === undefined ? null : v_error;
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
|
-
function validate$
|
|
1750
|
+
function validate$f(obj, path = 'DataCleanRoomMetadataMemberConfigRepresentation') {
|
|
1751
1751
|
const v_error = (() => {
|
|
1752
1752
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1753
1753
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1776,7 +1776,7 @@ function validate$e(obj, path = 'DataCleanRoomMetadataMemberConfigRepresentation
|
|
|
1776
1776
|
if (obj.outputConfig !== undefined) {
|
|
1777
1777
|
const obj_outputConfig = obj.outputConfig;
|
|
1778
1778
|
const path_outputConfig = path + '.outputConfig';
|
|
1779
|
-
const referencepath_outputConfigValidationError = validate$
|
|
1779
|
+
const referencepath_outputConfigValidationError = validate$g(obj_outputConfig, path_outputConfig);
|
|
1780
1780
|
if (referencepath_outputConfigValidationError !== null) {
|
|
1781
1781
|
let message = 'Object doesn\'t match DataCleanRoomMetadataOutputConfigRepresentation (at "' + path_outputConfig + '")\n';
|
|
1782
1782
|
message += referencepath_outputConfigValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1801,7 +1801,7 @@ function validate$e(obj, path = 'DataCleanRoomMetadataMemberConfigRepresentation
|
|
|
1801
1801
|
return v_error === undefined ? null : v_error;
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
|
-
function validate$
|
|
1804
|
+
function validate$e(obj, path = 'DataCleanRoomUsecaseConfigRepresentation') {
|
|
1805
1805
|
const v_error = (() => {
|
|
1806
1806
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1807
1807
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1817,7 +1817,7 @@ function validate$d(obj, path = 'DataCleanRoomUsecaseConfigRepresentation') {
|
|
|
1817
1817
|
return v_error === undefined ? null : v_error;
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
function validate$
|
|
1820
|
+
function validate$d(obj, path = 'DataCleanRoomMetadataConfigurationRepresentation') {
|
|
1821
1821
|
const v_error = (() => {
|
|
1822
1822
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1823
1823
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1831,7 +1831,7 @@ function validate$c(obj, path = 'DataCleanRoomMetadataConfigurationRepresentatio
|
|
|
1831
1831
|
for (let i = 0; i < obj_memberConfig.length; i++) {
|
|
1832
1832
|
const obj_memberConfig_item = obj_memberConfig[i];
|
|
1833
1833
|
const path_memberConfig_item = path_memberConfig + '[' + i + ']';
|
|
1834
|
-
const referencepath_memberConfig_itemValidationError = validate$
|
|
1834
|
+
const referencepath_memberConfig_itemValidationError = validate$f(obj_memberConfig_item, path_memberConfig_item);
|
|
1835
1835
|
if (referencepath_memberConfig_itemValidationError !== null) {
|
|
1836
1836
|
let message = 'Object doesn\'t match DataCleanRoomMetadataMemberConfigRepresentation (at "' + path_memberConfig_item + '")\n';
|
|
1837
1837
|
message += referencepath_memberConfig_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1842,7 +1842,7 @@ function validate$c(obj, path = 'DataCleanRoomMetadataConfigurationRepresentatio
|
|
|
1842
1842
|
if (obj.usecaseConfig !== undefined) {
|
|
1843
1843
|
const obj_usecaseConfig = obj.usecaseConfig;
|
|
1844
1844
|
const path_usecaseConfig = path + '.usecaseConfig';
|
|
1845
|
-
const referencepath_usecaseConfigValidationError = validate$
|
|
1845
|
+
const referencepath_usecaseConfigValidationError = validate$e(obj_usecaseConfig, path_usecaseConfig);
|
|
1846
1846
|
if (referencepath_usecaseConfigValidationError !== null) {
|
|
1847
1847
|
let message = 'Object doesn\'t match DataCleanRoomUsecaseConfigRepresentation (at "' + path_usecaseConfig + '")\n';
|
|
1848
1848
|
message += referencepath_usecaseConfigValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1853,7 +1853,7 @@ function validate$c(obj, path = 'DataCleanRoomMetadataConfigurationRepresentatio
|
|
|
1853
1853
|
return v_error === undefined ? null : v_error;
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
|
-
function validate$
|
|
1856
|
+
function validate$c(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
1857
1857
|
const v_error = (() => {
|
|
1858
1858
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1859
1859
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1861,7 +1861,7 @@ function validate$b(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1861
1861
|
if (obj.configuration !== undefined) {
|
|
1862
1862
|
const obj_configuration = obj.configuration;
|
|
1863
1863
|
const path_configuration = path + '.configuration';
|
|
1864
|
-
const referencepath_configurationValidationError = validate$
|
|
1864
|
+
const referencepath_configurationValidationError = validate$h(obj_configuration, path_configuration);
|
|
1865
1865
|
if (referencepath_configurationValidationError !== null) {
|
|
1866
1866
|
let message = 'Object doesn\'t match UseCaseTemplateConfigRepresentation (at "' + path_configuration + '")\n';
|
|
1867
1867
|
message += referencepath_configurationValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1871,7 +1871,7 @@ function validate$b(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1871
1871
|
if (obj.createdBy !== undefined) {
|
|
1872
1872
|
const obj_createdBy = obj.createdBy;
|
|
1873
1873
|
const path_createdBy = path + '.createdBy';
|
|
1874
|
-
const referencepath_createdByValidationError = validate$
|
|
1874
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
1875
1875
|
if (referencepath_createdByValidationError !== null) {
|
|
1876
1876
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
1877
1877
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1907,7 +1907,7 @@ function validate$b(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1907
1907
|
if (obj.lastModifiedBy !== undefined) {
|
|
1908
1908
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
1909
1909
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
1910
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
1910
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
1911
1911
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
1912
1912
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
1913
1913
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1924,7 +1924,7 @@ function validate$b(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1924
1924
|
if (obj.metadataConfiguration !== undefined) {
|
|
1925
1925
|
const obj_metadataConfiguration = obj.metadataConfiguration;
|
|
1926
1926
|
const path_metadataConfiguration = path + '.metadataConfiguration';
|
|
1927
|
-
const referencepath_metadataConfigurationValidationError = validate$
|
|
1927
|
+
const referencepath_metadataConfigurationValidationError = validate$d(obj_metadataConfiguration, path_metadataConfiguration);
|
|
1928
1928
|
if (referencepath_metadataConfigurationValidationError !== null) {
|
|
1929
1929
|
let message = 'Object doesn\'t match DataCleanRoomMetadataConfigurationRepresentation (at "' + path_metadataConfiguration + '")\n';
|
|
1930
1930
|
message += referencepath_metadataConfigurationValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1989,8 +1989,8 @@ function validate$b(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1989
1989
|
return v_error === undefined ? null : v_error;
|
|
1990
1990
|
}
|
|
1991
1991
|
|
|
1992
|
-
const VERSION$7 = "
|
|
1993
|
-
function validate$
|
|
1992
|
+
const VERSION$7 = "daebc7b4442bf99b4d4b2a733554b01e";
|
|
1993
|
+
function validate$b(obj, path = 'DataCleanRoomDataSpecificationRepresentation') {
|
|
1994
1994
|
const v_error = (() => {
|
|
1995
1995
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1996
1996
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1998,7 +1998,7 @@ function validate$a(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
1998
1998
|
if (obj.createdBy !== undefined) {
|
|
1999
1999
|
const obj_createdBy = obj.createdBy;
|
|
2000
2000
|
const path_createdBy = path + '.createdBy';
|
|
2001
|
-
const referencepath_createdByValidationError = validate$
|
|
2001
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
2002
2002
|
if (referencepath_createdByValidationError !== null) {
|
|
2003
2003
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
2004
2004
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2014,7 +2014,7 @@ function validate$a(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
2014
2014
|
}
|
|
2015
2015
|
const obj_dataMapping = obj.dataMapping;
|
|
2016
2016
|
const path_dataMapping = path + '.dataMapping';
|
|
2017
|
-
const referencepath_dataMappingValidationError = validate$
|
|
2017
|
+
const referencepath_dataMappingValidationError = validate$k(obj_dataMapping, path_dataMapping);
|
|
2018
2018
|
if (referencepath_dataMappingValidationError !== null) {
|
|
2019
2019
|
let message = 'Object doesn\'t match UseCaseTemplateMappingRepresentation (at "' + path_dataMapping + '")\n';
|
|
2020
2020
|
message += referencepath_dataMappingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2056,7 +2056,7 @@ function validate$a(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
2056
2056
|
if (obj.lastModifiedBy !== undefined) {
|
|
2057
2057
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
2058
2058
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
2059
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
2059
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
2060
2060
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
2061
2061
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
2062
2062
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2111,13 +2111,30 @@ function validate$a(obj, path = 'DataCleanRoomDataSpecificationRepresentation')
|
|
|
2111
2111
|
if (obj.templateVersion !== undefined) {
|
|
2112
2112
|
const obj_templateVersion = obj.templateVersion;
|
|
2113
2113
|
const path_templateVersion = path + '.templateVersion';
|
|
2114
|
-
const referencepath_templateVersionValidationError = validate$
|
|
2114
|
+
const referencepath_templateVersionValidationError = validate$c(obj_templateVersion, path_templateVersion);
|
|
2115
2115
|
if (referencepath_templateVersionValidationError !== null) {
|
|
2116
2116
|
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersion + '")\n';
|
|
2117
2117
|
message += referencepath_templateVersionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2118
2118
|
return new TypeError(message);
|
|
2119
2119
|
}
|
|
2120
2120
|
}
|
|
2121
|
+
if (obj.templateVersions !== undefined) {
|
|
2122
|
+
const obj_templateVersions = obj.templateVersions;
|
|
2123
|
+
const path_templateVersions = path + '.templateVersions';
|
|
2124
|
+
if (!ArrayIsArray(obj_templateVersions)) {
|
|
2125
|
+
return new TypeError('Expected "array" but received "' + typeof obj_templateVersions + '" (at "' + path_templateVersions + '")');
|
|
2126
|
+
}
|
|
2127
|
+
for (let i = 0; i < obj_templateVersions.length; i++) {
|
|
2128
|
+
const obj_templateVersions_item = obj_templateVersions[i];
|
|
2129
|
+
const path_templateVersions_item = path_templateVersions + '[' + i + ']';
|
|
2130
|
+
const referencepath_templateVersions_itemValidationError = validate$c(obj_templateVersions_item, path_templateVersions_item);
|
|
2131
|
+
if (referencepath_templateVersions_itemValidationError !== null) {
|
|
2132
|
+
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersions_item + '")\n';
|
|
2133
|
+
message += referencepath_templateVersions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2134
|
+
return new TypeError(message);
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2121
2138
|
if (obj.url !== undefined) {
|
|
2122
2139
|
const obj_url = obj.url;
|
|
2123
2140
|
const path_url = path + '.url';
|
|
@@ -2157,7 +2174,7 @@ function equals$7(existing, incoming) {
|
|
|
2157
2174
|
}
|
|
2158
2175
|
const ingest$7 = function DataCleanRoomDataSpecificationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2159
2176
|
if (process.env.NODE_ENV !== 'production') {
|
|
2160
|
-
const validateError = validate$
|
|
2177
|
+
const validateError = validate$b(input);
|
|
2161
2178
|
if (validateError !== null) {
|
|
2162
2179
|
throw validateError;
|
|
2163
2180
|
}
|
|
@@ -2178,7 +2195,7 @@ function getTypeCacheKeys$7(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2178
2195
|
}
|
|
2179
2196
|
|
|
2180
2197
|
const VERSION$6 = "6fb37e337652e88218f2171d1e56647b";
|
|
2181
|
-
function validate$
|
|
2198
|
+
function validate$a(obj, path = 'DataCleanRoomSpecificationCollectionRepresentation') {
|
|
2182
2199
|
const v_error = (() => {
|
|
2183
2200
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2184
2201
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2372,7 +2389,7 @@ function equals$6(existing, incoming) {
|
|
|
2372
2389
|
}
|
|
2373
2390
|
const ingest$6 = function DataCleanRoomSpecificationCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2374
2391
|
if (process.env.NODE_ENV !== 'production') {
|
|
2375
|
-
const validateError = validate$
|
|
2392
|
+
const validateError = validate$a(input);
|
|
2376
2393
|
if (validateError !== null) {
|
|
2377
2394
|
throw validateError;
|
|
2378
2395
|
}
|
|
@@ -2581,6 +2598,7 @@ const createDataCleanRoomSpecification_ConfigPropertyMetadata = [
|
|
|
2581
2598
|
generateParamConfigMetadata('templateVersionId', false, 2 /* Body */, 0 /* String */),
|
|
2582
2599
|
generateParamConfigMetadata('templateType', false, 2 /* Body */, 0 /* String */),
|
|
2583
2600
|
generateParamConfigMetadata('useCaseType', false, 2 /* Body */, 0 /* String */),
|
|
2601
|
+
generateParamConfigMetadata('providerName', false, 2 /* Body */, 0 /* String */),
|
|
2584
2602
|
];
|
|
2585
2603
|
const createDataCleanRoomSpecification_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$8, createDataCleanRoomSpecification_ConfigPropertyMetadata);
|
|
2586
2604
|
const createResourceParams$8 = /*#__PURE__*/ createResourceParams$c(createDataCleanRoomSpecification_ConfigPropertyMetadata);
|
|
@@ -2633,6 +2651,20 @@ const createDataCleanRoomSpecificationAdapterFactory = (luvio) => {
|
|
|
2633
2651
|
};
|
|
2634
2652
|
};
|
|
2635
2653
|
|
|
2654
|
+
function validate$9(obj, path = 'DataCleanRoomOutputDestinationConfigRepresentation') {
|
|
2655
|
+
const v_error = (() => {
|
|
2656
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2657
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2658
|
+
}
|
|
2659
|
+
const obj_connectorType = obj.connectorType;
|
|
2660
|
+
const path_connectorType = path + '.connectorType';
|
|
2661
|
+
if (typeof obj_connectorType !== 'string') {
|
|
2662
|
+
return new TypeError('Expected "string" but received "' + typeof obj_connectorType + '" (at "' + path_connectorType + '")');
|
|
2663
|
+
}
|
|
2664
|
+
})();
|
|
2665
|
+
return v_error === undefined ? null : v_error;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2636
2668
|
function validate$8(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
2637
2669
|
const v_error = (() => {
|
|
2638
2670
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2652,6 +2684,16 @@ function validate$8(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
|
2652
2684
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
2653
2685
|
}
|
|
2654
2686
|
}
|
|
2687
|
+
if (obj.outputDestinationConfig !== undefined) {
|
|
2688
|
+
const obj_outputDestinationConfig = obj.outputDestinationConfig;
|
|
2689
|
+
const path_outputDestinationConfig = path + '.outputDestinationConfig';
|
|
2690
|
+
const referencepath_outputDestinationConfigValidationError = validate$9(obj_outputDestinationConfig, path_outputDestinationConfig);
|
|
2691
|
+
if (referencepath_outputDestinationConfigValidationError !== null) {
|
|
2692
|
+
let message = 'Object doesn\'t match DataCleanRoomOutputDestinationConfigRepresentation (at "' + path_outputDestinationConfig + '")\n';
|
|
2693
|
+
message += referencepath_outputDestinationConfigValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2694
|
+
return new TypeError(message);
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2655
2697
|
if (obj.outputDestinationId !== undefined) {
|
|
2656
2698
|
const obj_outputDestinationId = obj.outputDestinationId;
|
|
2657
2699
|
const path_outputDestinationId = path + '.outputDestinationId';
|
|
@@ -2677,7 +2719,7 @@ function validate$8(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
|
2677
2719
|
return v_error === undefined ? null : v_error;
|
|
2678
2720
|
}
|
|
2679
2721
|
|
|
2680
|
-
const VERSION$5 = "
|
|
2722
|
+
const VERSION$5 = "75f0d619e9f7670351ab7ddef20f4386";
|
|
2681
2723
|
function validate$7(obj, path = 'DataCleanRoomMemberRepresentation') {
|
|
2682
2724
|
const v_error = (() => {
|
|
2683
2725
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2710,6 +2752,13 @@ function validate$7(obj, path = 'DataCleanRoomMemberRepresentation') {
|
|
|
2710
2752
|
}
|
|
2711
2753
|
}
|
|
2712
2754
|
}
|
|
2755
|
+
if (obj.memberDataCloudRegion !== undefined) {
|
|
2756
|
+
const obj_memberDataCloudRegion = obj.memberDataCloudRegion;
|
|
2757
|
+
const path_memberDataCloudRegion = path + '.memberDataCloudRegion';
|
|
2758
|
+
if (typeof obj_memberDataCloudRegion !== 'string') {
|
|
2759
|
+
return new TypeError('Expected "string" but received "' + typeof obj_memberDataCloudRegion + '" (at "' + path_memberDataCloudRegion + '")');
|
|
2760
|
+
}
|
|
2761
|
+
}
|
|
2713
2762
|
if (obj.memberDomainUrl !== undefined) {
|
|
2714
2763
|
const obj_memberDomainUrl = obj.memberDomainUrl;
|
|
2715
2764
|
const path_memberDomainUrl = path + '.memberDomainUrl';
|
|
@@ -2803,7 +2852,7 @@ function getTypeCacheKeys$5(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2803
2852
|
});
|
|
2804
2853
|
}
|
|
2805
2854
|
|
|
2806
|
-
const VERSION$4 = "
|
|
2855
|
+
const VERSION$4 = "6523b521b58513f345e3ee51cfca270c";
|
|
2807
2856
|
function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
2808
2857
|
const v_error = (() => {
|
|
2809
2858
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2819,7 +2868,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2819
2868
|
if (obj.createdBy !== undefined) {
|
|
2820
2869
|
const obj_createdBy = obj.createdBy;
|
|
2821
2870
|
const path_createdBy = path + '.createdBy';
|
|
2822
|
-
const referencepath_createdByValidationError = validate$
|
|
2871
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
2823
2872
|
if (referencepath_createdByValidationError !== null) {
|
|
2824
2873
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
2825
2874
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2869,7 +2918,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2869
2918
|
if (obj.lastModifiedBy !== undefined) {
|
|
2870
2919
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
2871
2920
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
2872
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
2921
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
2873
2922
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
2874
2923
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
2875
2924
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2919,12 +2968,29 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2919
2968
|
}
|
|
2920
2969
|
const obj_templateVersion = obj.templateVersion;
|
|
2921
2970
|
const path_templateVersion = path + '.templateVersion';
|
|
2922
|
-
const referencepath_templateVersionValidationError = validate$
|
|
2971
|
+
const referencepath_templateVersionValidationError = validate$c(obj_templateVersion, path_templateVersion);
|
|
2923
2972
|
if (referencepath_templateVersionValidationError !== null) {
|
|
2924
2973
|
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersion + '")\n';
|
|
2925
2974
|
message += referencepath_templateVersionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2926
2975
|
return new TypeError(message);
|
|
2927
2976
|
}
|
|
2977
|
+
if (obj.templateVersions !== undefined) {
|
|
2978
|
+
const obj_templateVersions = obj.templateVersions;
|
|
2979
|
+
const path_templateVersions = path + '.templateVersions';
|
|
2980
|
+
if (!ArrayIsArray(obj_templateVersions)) {
|
|
2981
|
+
return new TypeError('Expected "array" but received "' + typeof obj_templateVersions + '" (at "' + path_templateVersions + '")');
|
|
2982
|
+
}
|
|
2983
|
+
for (let i = 0; i < obj_templateVersions.length; i++) {
|
|
2984
|
+
const obj_templateVersions_item = obj_templateVersions[i];
|
|
2985
|
+
const path_templateVersions_item = path_templateVersions + '[' + i + ']';
|
|
2986
|
+
const referencepath_templateVersions_itemValidationError = validate$c(obj_templateVersions_item, path_templateVersions_item);
|
|
2987
|
+
if (referencepath_templateVersions_itemValidationError !== null) {
|
|
2988
|
+
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersions_item + '")\n';
|
|
2989
|
+
message += referencepath_templateVersions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2990
|
+
return new TypeError(message);
|
|
2991
|
+
}
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2928
2994
|
if (obj.url !== undefined) {
|
|
2929
2995
|
const obj_url = obj.url;
|
|
2930
2996
|
const path_url = path + '.url';
|
|
@@ -3283,6 +3349,7 @@ const createDataCleanRoomCollaboration_ConfigPropertyMetadata = [
|
|
|
3283
3349
|
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
3284
3350
|
generateParamConfigMetadata('description', false, 2 /* Body */, 0 /* String */),
|
|
3285
3351
|
generateParamConfigMetadata('templateVersionId', false, 2 /* Body */, 0 /* String */),
|
|
3352
|
+
generateParamConfigMetadata('useCaseType', false, 2 /* Body */, 0 /* String */),
|
|
3286
3353
|
];
|
|
3287
3354
|
const createDataCleanRoomCollaboration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$6, createDataCleanRoomCollaboration_ConfigPropertyMetadata);
|
|
3288
3355
|
const createResourceParams$6 = /*#__PURE__*/ createResourceParams$c(createDataCleanRoomCollaboration_ConfigPropertyMetadata);
|
|
@@ -3392,7 +3459,7 @@ function validate$4(obj, path = 'DataCleanRoomTemplateCollectionRepresentation')
|
|
|
3392
3459
|
for (let i = 0; i < obj_templates.length; i++) {
|
|
3393
3460
|
const obj_templates_item = obj_templates[i];
|
|
3394
3461
|
const path_templates_item = path_templates + '[' + i + ']';
|
|
3395
|
-
const referencepath_templates_itemValidationError = validate$
|
|
3462
|
+
const referencepath_templates_itemValidationError = validate$c(obj_templates_item, path_templates_item);
|
|
3396
3463
|
if (referencepath_templates_itemValidationError !== null) {
|
|
3397
3464
|
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templates_item + '")\n';
|
|
3398
3465
|
message += referencepath_templates_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3673,6 +3740,7 @@ const acceptDataCleanRoomInvitation_ConfigPropertyMetadata = [
|
|
|
3673
3740
|
generateParamConfigMetadata('specificationId', false, 2 /* Body */, 4 /* Unsupported */),
|
|
3674
3741
|
generateParamConfigMetadata('outputConfiguration', false, 2 /* Body */, 4 /* Unsupported */),
|
|
3675
3742
|
generateParamConfigMetadata('dataSpaceName', false, 2 /* Body */, 0 /* String */),
|
|
3743
|
+
generateParamConfigMetadata('memberDataCloudRegion', false, 2 /* Body */, 0 /* String */),
|
|
3676
3744
|
];
|
|
3677
3745
|
const acceptDataCleanRoomInvitation_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$4, acceptDataCleanRoomInvitation_ConfigPropertyMetadata);
|
|
3678
3746
|
const createResourceParams$4 = /*#__PURE__*/ createResourceParams$c(acceptDataCleanRoomInvitation_ConfigPropertyMetadata);
|
|
@@ -3842,7 +3910,7 @@ function validate$1(obj, path = 'DataCleanRoomQueryJobRepresentation') {
|
|
|
3842
3910
|
if (obj.createdBy !== undefined) {
|
|
3843
3911
|
const obj_createdBy = obj.createdBy;
|
|
3844
3912
|
const path_createdBy = path + '.createdBy';
|
|
3845
|
-
const referencepath_createdByValidationError = validate$
|
|
3913
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
3846
3914
|
if (referencepath_createdByValidationError !== null) {
|
|
3847
3915
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
3848
3916
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3892,7 +3960,7 @@ function validate$1(obj, path = 'DataCleanRoomQueryJobRepresentation') {
|
|
|
3892
3960
|
if (obj.lastModifiedBy !== undefined) {
|
|
3893
3961
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
3894
3962
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
3895
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
3963
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
3896
3964
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
3897
3965
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
3898
3966
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|