@salesforce/lds-adapters-cdp-data-clean-room 1.430.0 → 1.432.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cdp-data-clean-room.js +121 -89
- package/dist/es/es2018/types/src/generated/adapters/acceptDataCleanRoomInvitation.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotDataCleanRoomCollaborationsActionsAcceptInvitationByCollaborationIdOrApiName.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/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 +50 -18
- package/src/raml/api.raml +72 -1
|
@@ -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
|
}
|
|
@@ -648,7 +648,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
|
|
|
648
648
|
function createResourceRequest$b(config) {
|
|
649
649
|
const headers = {};
|
|
650
650
|
return {
|
|
651
|
-
baseUri: '/services/data/
|
|
651
|
+
baseUri: '/services/data/v68.0',
|
|
652
652
|
basePath: '/ssot/data-clean-room/providers',
|
|
653
653
|
method: 'get',
|
|
654
654
|
body: null,
|
|
@@ -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 + '")');
|
|
@@ -1196,7 +1196,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
|
|
|
1196
1196
|
function createResourceRequest$a(config) {
|
|
1197
1197
|
const headers = {};
|
|
1198
1198
|
return {
|
|
1199
|
-
baseUri: '/services/data/
|
|
1199
|
+
baseUri: '/services/data/v68.0',
|
|
1200
1200
|
basePath: '/ssot/data-clean-room/providers',
|
|
1201
1201
|
method: 'post',
|
|
1202
1202
|
body: config.body,
|
|
@@ -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');
|
|
@@ -1990,7 +1990,7 @@ function validate$b(obj, path = 'DataCleanRoomTemplateRepresentation') {
|
|
|
1990
1990
|
}
|
|
1991
1991
|
|
|
1992
1992
|
const VERSION$7 = "d45438ed7dbe4f9f483ef33b3d47863e";
|
|
1993
|
-
function validate$
|
|
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,7 +2111,7 @@ 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');
|
|
@@ -2157,7 +2157,7 @@ function equals$7(existing, incoming) {
|
|
|
2157
2157
|
}
|
|
2158
2158
|
const ingest$7 = function DataCleanRoomDataSpecificationRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2159
2159
|
if (process.env.NODE_ENV !== 'production') {
|
|
2160
|
-
const validateError = validate$
|
|
2160
|
+
const validateError = validate$b(input);
|
|
2161
2161
|
if (validateError !== null) {
|
|
2162
2162
|
throw validateError;
|
|
2163
2163
|
}
|
|
@@ -2178,7 +2178,7 @@ function getTypeCacheKeys$7(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
2178
2178
|
}
|
|
2179
2179
|
|
|
2180
2180
|
const VERSION$6 = "6fb37e337652e88218f2171d1e56647b";
|
|
2181
|
-
function validate$
|
|
2181
|
+
function validate$a(obj, path = 'DataCleanRoomSpecificationCollectionRepresentation') {
|
|
2182
2182
|
const v_error = (() => {
|
|
2183
2183
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2184
2184
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2372,7 +2372,7 @@ function equals$6(existing, incoming) {
|
|
|
2372
2372
|
}
|
|
2373
2373
|
const ingest$6 = function DataCleanRoomSpecificationCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
2374
2374
|
if (process.env.NODE_ENV !== 'production') {
|
|
2375
|
-
const validateError = validate$
|
|
2375
|
+
const validateError = validate$a(input);
|
|
2376
2376
|
if (validateError !== null) {
|
|
2377
2377
|
throw validateError;
|
|
2378
2378
|
}
|
|
@@ -2431,7 +2431,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
|
|
|
2431
2431
|
function createResourceRequest$9(config) {
|
|
2432
2432
|
const headers = {};
|
|
2433
2433
|
return {
|
|
2434
|
-
baseUri: '/services/data/
|
|
2434
|
+
baseUri: '/services/data/v68.0',
|
|
2435
2435
|
basePath: '/ssot/data-clean-room/specifications',
|
|
2436
2436
|
method: 'get',
|
|
2437
2437
|
body: null,
|
|
@@ -2557,7 +2557,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
|
|
|
2557
2557
|
function createResourceRequest$8(config) {
|
|
2558
2558
|
const headers = {};
|
|
2559
2559
|
return {
|
|
2560
|
-
baseUri: '/services/data/
|
|
2560
|
+
baseUri: '/services/data/v68.0',
|
|
2561
2561
|
basePath: '/ssot/data-clean-room/specifications',
|
|
2562
2562
|
method: 'post',
|
|
2563
2563
|
body: config.body,
|
|
@@ -2633,6 +2633,20 @@ const createDataCleanRoomSpecificationAdapterFactory = (luvio) => {
|
|
|
2633
2633
|
};
|
|
2634
2634
|
};
|
|
2635
2635
|
|
|
2636
|
+
function validate$9(obj, path = 'DataCleanRoomOutputDestinationConfigRepresentation') {
|
|
2637
|
+
const v_error = (() => {
|
|
2638
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2639
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2640
|
+
}
|
|
2641
|
+
const obj_connectorType = obj.connectorType;
|
|
2642
|
+
const path_connectorType = path + '.connectorType';
|
|
2643
|
+
if (typeof obj_connectorType !== 'string') {
|
|
2644
|
+
return new TypeError('Expected "string" but received "' + typeof obj_connectorType + '" (at "' + path_connectorType + '")');
|
|
2645
|
+
}
|
|
2646
|
+
})();
|
|
2647
|
+
return v_error === undefined ? null : v_error;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2636
2650
|
function validate$8(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
2637
2651
|
const v_error = (() => {
|
|
2638
2652
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2652,6 +2666,16 @@ function validate$8(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
|
2652
2666
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
2653
2667
|
}
|
|
2654
2668
|
}
|
|
2669
|
+
if (obj.outputDestinationConfig !== undefined) {
|
|
2670
|
+
const obj_outputDestinationConfig = obj.outputDestinationConfig;
|
|
2671
|
+
const path_outputDestinationConfig = path + '.outputDestinationConfig';
|
|
2672
|
+
const referencepath_outputDestinationConfigValidationError = validate$9(obj_outputDestinationConfig, path_outputDestinationConfig);
|
|
2673
|
+
if (referencepath_outputDestinationConfigValidationError !== null) {
|
|
2674
|
+
let message = 'Object doesn\'t match DataCleanRoomOutputDestinationConfigRepresentation (at "' + path_outputDestinationConfig + '")\n';
|
|
2675
|
+
message += referencepath_outputDestinationConfigValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2676
|
+
return new TypeError(message);
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2655
2679
|
if (obj.outputDestinationId !== undefined) {
|
|
2656
2680
|
const obj_outputDestinationId = obj.outputDestinationId;
|
|
2657
2681
|
const path_outputDestinationId = path + '.outputDestinationId';
|
|
@@ -2677,7 +2701,7 @@ function validate$8(obj, path = 'DataCleanRoomMemberConfigRepresentation') {
|
|
|
2677
2701
|
return v_error === undefined ? null : v_error;
|
|
2678
2702
|
}
|
|
2679
2703
|
|
|
2680
|
-
const VERSION$5 = "
|
|
2704
|
+
const VERSION$5 = "75f0d619e9f7670351ab7ddef20f4386";
|
|
2681
2705
|
function validate$7(obj, path = 'DataCleanRoomMemberRepresentation') {
|
|
2682
2706
|
const v_error = (() => {
|
|
2683
2707
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2710,6 +2734,13 @@ function validate$7(obj, path = 'DataCleanRoomMemberRepresentation') {
|
|
|
2710
2734
|
}
|
|
2711
2735
|
}
|
|
2712
2736
|
}
|
|
2737
|
+
if (obj.memberDataCloudRegion !== undefined) {
|
|
2738
|
+
const obj_memberDataCloudRegion = obj.memberDataCloudRegion;
|
|
2739
|
+
const path_memberDataCloudRegion = path + '.memberDataCloudRegion';
|
|
2740
|
+
if (typeof obj_memberDataCloudRegion !== 'string') {
|
|
2741
|
+
return new TypeError('Expected "string" but received "' + typeof obj_memberDataCloudRegion + '" (at "' + path_memberDataCloudRegion + '")');
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2713
2744
|
if (obj.memberDomainUrl !== undefined) {
|
|
2714
2745
|
const obj_memberDomainUrl = obj.memberDomainUrl;
|
|
2715
2746
|
const path_memberDomainUrl = path + '.memberDomainUrl';
|
|
@@ -2819,7 +2850,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2819
2850
|
if (obj.createdBy !== undefined) {
|
|
2820
2851
|
const obj_createdBy = obj.createdBy;
|
|
2821
2852
|
const path_createdBy = path + '.createdBy';
|
|
2822
|
-
const referencepath_createdByValidationError = validate$
|
|
2853
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
2823
2854
|
if (referencepath_createdByValidationError !== null) {
|
|
2824
2855
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
2825
2856
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2869,7 +2900,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2869
2900
|
if (obj.lastModifiedBy !== undefined) {
|
|
2870
2901
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
2871
2902
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
2872
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
2903
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
2873
2904
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
2874
2905
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
2875
2906
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2919,7 +2950,7 @@ function validate$6(obj, path = 'DataCleanRoomCollaborationRepresentation') {
|
|
|
2919
2950
|
}
|
|
2920
2951
|
const obj_templateVersion = obj.templateVersion;
|
|
2921
2952
|
const path_templateVersion = path + '.templateVersion';
|
|
2922
|
-
const referencepath_templateVersionValidationError = validate$
|
|
2953
|
+
const referencepath_templateVersionValidationError = validate$c(obj_templateVersion, path_templateVersion);
|
|
2923
2954
|
if (referencepath_templateVersionValidationError !== null) {
|
|
2924
2955
|
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templateVersion + '")\n';
|
|
2925
2956
|
message += referencepath_templateVersionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3135,7 +3166,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
3135
3166
|
function createResourceRequest$7(config) {
|
|
3136
3167
|
const headers = {};
|
|
3137
3168
|
return {
|
|
3138
|
-
baseUri: '/services/data/
|
|
3169
|
+
baseUri: '/services/data/v68.0',
|
|
3139
3170
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
3140
3171
|
method: 'get',
|
|
3141
3172
|
body: null,
|
|
@@ -3261,7 +3292,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
|
|
|
3261
3292
|
function createResourceRequest$6(config) {
|
|
3262
3293
|
const headers = {};
|
|
3263
3294
|
return {
|
|
3264
|
-
baseUri: '/services/data/
|
|
3295
|
+
baseUri: '/services/data/v68.0',
|
|
3265
3296
|
basePath: '/ssot/data-clean-room/collaborations',
|
|
3266
3297
|
method: 'post',
|
|
3267
3298
|
body: config.body,
|
|
@@ -3392,7 +3423,7 @@ function validate$4(obj, path = 'DataCleanRoomTemplateCollectionRepresentation')
|
|
|
3392
3423
|
for (let i = 0; i < obj_templates.length; i++) {
|
|
3393
3424
|
const obj_templates_item = obj_templates[i];
|
|
3394
3425
|
const path_templates_item = path_templates + '[' + i + ']';
|
|
3395
|
-
const referencepath_templates_itemValidationError = validate$
|
|
3426
|
+
const referencepath_templates_itemValidationError = validate$c(obj_templates_item, path_templates_item);
|
|
3396
3427
|
if (referencepath_templates_itemValidationError !== null) {
|
|
3397
3428
|
let message = 'Object doesn\'t match DataCleanRoomTemplateRepresentation (at "' + path_templates_item + '")\n';
|
|
3398
3429
|
message += referencepath_templates_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3484,7 +3515,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
3484
3515
|
function createResourceRequest$5(config) {
|
|
3485
3516
|
const headers = {};
|
|
3486
3517
|
return {
|
|
3487
|
-
baseUri: '/services/data/
|
|
3518
|
+
baseUri: '/services/data/v68.0',
|
|
3488
3519
|
basePath: '/ssot/data-clean-room/templates',
|
|
3489
3520
|
method: 'get',
|
|
3490
3521
|
body: null,
|
|
@@ -3655,7 +3686,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
3655
3686
|
function createResourceRequest$4(config) {
|
|
3656
3687
|
const headers = {};
|
|
3657
3688
|
return {
|
|
3658
|
-
baseUri: '/services/data/
|
|
3689
|
+
baseUri: '/services/data/v68.0',
|
|
3659
3690
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/accept-invitation',
|
|
3660
3691
|
method: 'post',
|
|
3661
3692
|
body: config.body,
|
|
@@ -3673,6 +3704,7 @@ const acceptDataCleanRoomInvitation_ConfigPropertyMetadata = [
|
|
|
3673
3704
|
generateParamConfigMetadata('specificationId', false, 2 /* Body */, 4 /* Unsupported */),
|
|
3674
3705
|
generateParamConfigMetadata('outputConfiguration', false, 2 /* Body */, 4 /* Unsupported */),
|
|
3675
3706
|
generateParamConfigMetadata('dataSpaceName', false, 2 /* Body */, 0 /* String */),
|
|
3707
|
+
generateParamConfigMetadata('memberDataCloudRegion', false, 2 /* Body */, 0 /* String */),
|
|
3676
3708
|
];
|
|
3677
3709
|
const acceptDataCleanRoomInvitation_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$4, acceptDataCleanRoomInvitation_ConfigPropertyMetadata);
|
|
3678
3710
|
const createResourceParams$4 = /*#__PURE__*/ createResourceParams$c(acceptDataCleanRoomInvitation_ConfigPropertyMetadata);
|
|
@@ -3761,7 +3793,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
3761
3793
|
function createResourceRequest$3(config) {
|
|
3762
3794
|
const headers = {};
|
|
3763
3795
|
return {
|
|
3764
|
-
baseUri: '/services/data/
|
|
3796
|
+
baseUri: '/services/data/v68.0',
|
|
3765
3797
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/reject-invitation',
|
|
3766
3798
|
method: 'post',
|
|
3767
3799
|
body: config.body,
|
|
@@ -3842,7 +3874,7 @@ function validate$1(obj, path = 'DataCleanRoomQueryJobRepresentation') {
|
|
|
3842
3874
|
if (obj.createdBy !== undefined) {
|
|
3843
3875
|
const obj_createdBy = obj.createdBy;
|
|
3844
3876
|
const path_createdBy = path + '.createdBy';
|
|
3845
|
-
const referencepath_createdByValidationError = validate$
|
|
3877
|
+
const referencepath_createdByValidationError = validate$D(obj_createdBy, path_createdBy);
|
|
3846
3878
|
if (referencepath_createdByValidationError !== null) {
|
|
3847
3879
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_createdBy + '")\n';
|
|
3848
3880
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3892,7 +3924,7 @@ function validate$1(obj, path = 'DataCleanRoomQueryJobRepresentation') {
|
|
|
3892
3924
|
if (obj.lastModifiedBy !== undefined) {
|
|
3893
3925
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
3894
3926
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
3895
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
3927
|
+
const referencepath_lastModifiedByValidationError = validate$D(obj_lastModifiedBy, path_lastModifiedBy);
|
|
3896
3928
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
3897
3929
|
let message = 'Object doesn\'t match CdpUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
3898
3930
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -4045,7 +4077,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
|
|
|
4045
4077
|
function createResourceRequest$2(config) {
|
|
4046
4078
|
const headers = {};
|
|
4047
4079
|
return {
|
|
4048
|
-
baseUri: '/services/data/
|
|
4080
|
+
baseUri: '/services/data/v68.0',
|
|
4049
4081
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/actions/run',
|
|
4050
4082
|
method: 'post',
|
|
4051
4083
|
body: config.body,
|
|
@@ -4265,7 +4297,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
|
|
|
4265
4297
|
function createResourceRequest$1(config) {
|
|
4266
4298
|
const headers = {};
|
|
4267
4299
|
return {
|
|
4268
|
-
baseUri: '/services/data/
|
|
4300
|
+
baseUri: '/services/data/v68.0',
|
|
4269
4301
|
basePath: '/ssot/data-clean-room/collaborations/' + config.urlParams.collaborationIdOrApiName + '/jobs',
|
|
4270
4302
|
method: 'get',
|
|
4271
4303
|
body: null,
|
|
@@ -4401,7 +4433,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
|
|
|
4401
4433
|
function createResourceRequest(config) {
|
|
4402
4434
|
const headers = {};
|
|
4403
4435
|
return {
|
|
4404
|
-
baseUri: '/services/data/
|
|
4436
|
+
baseUri: '/services/data/v68.0',
|
|
4405
4437
|
basePath: '/ssot/data-clean-room/providers/' + config.urlParams.providerIdOrName + '/templates',
|
|
4406
4438
|
method: 'get',
|
|
4407
4439
|
body: null,
|