@salesforce/lds-adapters-cdp-document-processing 1.354.0-dev5 → 1.354.0-dev7
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-document-processing.js +190 -97
- package/dist/es/es2018/types/src/generated/adapters/updateIdpConfiguration.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/patchSsotDocumentProcessingConfigurationsByIdOrApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/IdpConfigurationPatchInputRepresentation.d.ts +35 -0
- package/package.json +3 -3
- package/sfdc/index.js +267 -171
- package/src/raml/api.raml +29 -0
- package/src/raml/luvio.raml +8 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { serializeStructuredKey, ingestShape, deepFreeze, buildNetworkSnapshotCachePolicy as buildNetworkSnapshotCachePolicy$4, typeCheckConfig as typeCheckConfig$
|
|
7
|
+
import { serializeStructuredKey, ingestShape, deepFreeze, buildNetworkSnapshotCachePolicy as buildNetworkSnapshotCachePolicy$4, typeCheckConfig as typeCheckConfig$8, StoreKeyMap, createResourceParams as createResourceParams$8 } from '@luvio/engine';
|
|
8
8
|
|
|
9
9
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
|
|
10
10
|
const { keys: ObjectKeys, create: ObjectCreate } = Object;
|
|
@@ -419,7 +419,7 @@ const RepresentationType$5 = 'IdpConfigurationsCollectionRepresentation';
|
|
|
419
419
|
function normalize$5(input, existing, path, luvio, store, timestamp) {
|
|
420
420
|
return input;
|
|
421
421
|
}
|
|
422
|
-
const select$
|
|
422
|
+
const select$c = function IdpConfigurationsCollectionRepresentationSelect() {
|
|
423
423
|
return {
|
|
424
424
|
kind: 'Fragment',
|
|
425
425
|
version: VERSION$5,
|
|
@@ -465,22 +465,22 @@ function getTypeCacheKeys$5(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
465
465
|
});
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
-
function select$
|
|
469
|
-
return select$
|
|
468
|
+
function select$b(luvio, params) {
|
|
469
|
+
return select$c();
|
|
470
470
|
}
|
|
471
471
|
function keyBuilder$a(luvio, params) {
|
|
472
472
|
return keyPrefix + '::IdpConfigurationsCollectionRepresentation:(' + 'activationStatus:' + params.queryParams.activationStatus + ',' + 'limit:' + params.queryParams.limit + ',' + 'offset:' + params.queryParams.offset + ',' + 'orderBy:' + params.queryParams.orderBy + ',' + 'search:' + params.queryParams.search + ')';
|
|
473
473
|
}
|
|
474
|
-
function getResponseCacheKeys$
|
|
474
|
+
function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
475
475
|
getTypeCacheKeys$5(storeKeyMap, luvio, response, () => keyBuilder$a(luvio, resourceParams));
|
|
476
476
|
}
|
|
477
|
-
function ingestSuccess$
|
|
477
|
+
function ingestSuccess$6(luvio, resourceParams, response, snapshotRefresh) {
|
|
478
478
|
const { body } = response;
|
|
479
479
|
const key = keyBuilder$a(luvio, resourceParams);
|
|
480
480
|
luvio.storeIngest(key, ingest$5, body);
|
|
481
481
|
const snapshot = luvio.storeLookup({
|
|
482
482
|
recordId: key,
|
|
483
|
-
node: select$
|
|
483
|
+
node: select$b(),
|
|
484
484
|
variables: {},
|
|
485
485
|
}, snapshotRefresh);
|
|
486
486
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -503,7 +503,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
|
|
|
503
503
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
504
504
|
return errorSnapshot;
|
|
505
505
|
}
|
|
506
|
-
function createResourceRequest$
|
|
506
|
+
function createResourceRequest$7(config) {
|
|
507
507
|
const headers = {};
|
|
508
508
|
return {
|
|
509
509
|
baseUri: '/services/data/v64.0',
|
|
@@ -517,7 +517,7 @@ function createResourceRequest$6(config) {
|
|
|
517
517
|
};
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
-
const adapterName$
|
|
520
|
+
const adapterName$7 = 'getIdpConfigurations';
|
|
521
521
|
const getIdpConfigurations_ConfigPropertyMetadata = [
|
|
522
522
|
generateParamConfigMetadata('activationStatus', false, 1 /* QueryParameter */, 0 /* String */),
|
|
523
523
|
generateParamConfigMetadata('limit', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
@@ -525,56 +525,56 @@ const getIdpConfigurations_ConfigPropertyMetadata = [
|
|
|
525
525
|
generateParamConfigMetadata('orderBy', false, 1 /* QueryParameter */, 0 /* String */),
|
|
526
526
|
generateParamConfigMetadata('search', false, 1 /* QueryParameter */, 0 /* String */),
|
|
527
527
|
];
|
|
528
|
-
const getIdpConfigurations_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
529
|
-
const createResourceParams$
|
|
528
|
+
const getIdpConfigurations_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$7, getIdpConfigurations_ConfigPropertyMetadata);
|
|
529
|
+
const createResourceParams$7 = /*#__PURE__*/ createResourceParams$8(getIdpConfigurations_ConfigPropertyMetadata);
|
|
530
530
|
function keyBuilder$9(luvio, config) {
|
|
531
|
-
const resourceParams = createResourceParams$
|
|
531
|
+
const resourceParams = createResourceParams$7(config);
|
|
532
532
|
return keyBuilder$a(luvio, resourceParams);
|
|
533
533
|
}
|
|
534
|
-
function typeCheckConfig$
|
|
534
|
+
function typeCheckConfig$7(untrustedConfig) {
|
|
535
535
|
const config = {};
|
|
536
|
-
typeCheckConfig$
|
|
536
|
+
typeCheckConfig$8(untrustedConfig, config, getIdpConfigurations_ConfigPropertyMetadata);
|
|
537
537
|
return config;
|
|
538
538
|
}
|
|
539
|
-
function validateAdapterConfig$
|
|
539
|
+
function validateAdapterConfig$7(untrustedConfig, configPropertyNames) {
|
|
540
540
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
541
541
|
return null;
|
|
542
542
|
}
|
|
543
543
|
if (process.env.NODE_ENV !== 'production') {
|
|
544
544
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
545
545
|
}
|
|
546
|
-
const config = typeCheckConfig$
|
|
546
|
+
const config = typeCheckConfig$7(untrustedConfig);
|
|
547
547
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
548
548
|
return null;
|
|
549
549
|
}
|
|
550
550
|
return config;
|
|
551
551
|
}
|
|
552
552
|
function adapterFragment$3(luvio, config) {
|
|
553
|
-
createResourceParams$
|
|
554
|
-
return select$
|
|
553
|
+
createResourceParams$7(config);
|
|
554
|
+
return select$b();
|
|
555
555
|
}
|
|
556
556
|
function onFetchResponseSuccess$3(luvio, config, resourceParams, response) {
|
|
557
|
-
const snapshot = ingestSuccess$
|
|
557
|
+
const snapshot = ingestSuccess$6(luvio, resourceParams, response, {
|
|
558
558
|
config,
|
|
559
|
-
resolve: () => buildNetworkSnapshot$
|
|
559
|
+
resolve: () => buildNetworkSnapshot$7(luvio, config, snapshotRefreshOptions)
|
|
560
560
|
});
|
|
561
561
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
562
562
|
}
|
|
563
563
|
function onFetchResponseError$3(luvio, config, resourceParams, response) {
|
|
564
564
|
const snapshot = ingestError$3(luvio, resourceParams, response, {
|
|
565
565
|
config,
|
|
566
|
-
resolve: () => buildNetworkSnapshot$
|
|
566
|
+
resolve: () => buildNetworkSnapshot$7(luvio, config, snapshotRefreshOptions)
|
|
567
567
|
});
|
|
568
568
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
569
569
|
}
|
|
570
|
-
function buildNetworkSnapshot$
|
|
571
|
-
const resourceParams = createResourceParams$
|
|
572
|
-
const request = createResourceRequest$
|
|
570
|
+
function buildNetworkSnapshot$7(luvio, config, options) {
|
|
571
|
+
const resourceParams = createResourceParams$7(config);
|
|
572
|
+
const request = createResourceRequest$7(resourceParams);
|
|
573
573
|
return luvio.dispatchResourceRequest(request, options)
|
|
574
574
|
.then((response) => {
|
|
575
575
|
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$3(luvio, config, resourceParams, response), () => {
|
|
576
576
|
const cache = new StoreKeyMap();
|
|
577
|
-
getResponseCacheKeys$
|
|
577
|
+
getResponseCacheKeys$7(cache, luvio, resourceParams, response.body);
|
|
578
578
|
return cache;
|
|
579
579
|
});
|
|
580
580
|
}, (response) => {
|
|
@@ -582,7 +582,7 @@ function buildNetworkSnapshot$6(luvio, config, options) {
|
|
|
582
582
|
});
|
|
583
583
|
}
|
|
584
584
|
function buildNetworkSnapshotCachePolicy$3(context, coercedAdapterRequestContext) {
|
|
585
|
-
return buildNetworkSnapshotCachePolicy$4(context, coercedAdapterRequestContext, buildNetworkSnapshot$
|
|
585
|
+
return buildNetworkSnapshotCachePolicy$4(context, coercedAdapterRequestContext, buildNetworkSnapshot$7, undefined, false);
|
|
586
586
|
}
|
|
587
587
|
function buildCachedSnapshotCachePolicy$3(context, storeLookup) {
|
|
588
588
|
const { luvio, config } = context;
|
|
@@ -593,12 +593,12 @@ function buildCachedSnapshotCachePolicy$3(context, storeLookup) {
|
|
|
593
593
|
};
|
|
594
594
|
const cacheSnapshot = storeLookup(selector, {
|
|
595
595
|
config,
|
|
596
|
-
resolve: () => buildNetworkSnapshot$
|
|
596
|
+
resolve: () => buildNetworkSnapshot$7(luvio, config, snapshotRefreshOptions)
|
|
597
597
|
});
|
|
598
598
|
return cacheSnapshot;
|
|
599
599
|
}
|
|
600
600
|
const getIdpConfigurationsAdapterFactory = (luvio) => function documentProcessing__getIdpConfigurations(untrustedConfig, requestContext) {
|
|
601
|
-
const config = validateAdapterConfig$
|
|
601
|
+
const config = validateAdapterConfig$7(untrustedConfig, getIdpConfigurations_ConfigPropertyNames);
|
|
602
602
|
// Invalid or incomplete config
|
|
603
603
|
if (config === null) {
|
|
604
604
|
return null;
|
|
@@ -727,7 +727,7 @@ function keyBuilderFromType$1(luvio, object) {
|
|
|
727
727
|
function normalize$4(input, existing, path, luvio, store, timestamp) {
|
|
728
728
|
return input;
|
|
729
729
|
}
|
|
730
|
-
const select$
|
|
730
|
+
const select$a = function IdpConfigurationDetailsRepresentationSelect() {
|
|
731
731
|
return {
|
|
732
732
|
kind: 'Fragment',
|
|
733
733
|
version: VERSION$4,
|
|
@@ -763,19 +763,19 @@ function getTypeCacheKeys$4(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
763
763
|
});
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
function select$
|
|
767
|
-
return select$
|
|
766
|
+
function select$9(luvio, params) {
|
|
767
|
+
return select$a();
|
|
768
768
|
}
|
|
769
|
-
function getResponseCacheKeys$
|
|
769
|
+
function getResponseCacheKeys$6(storeKeyMap, luvio, resourceParams, response) {
|
|
770
770
|
getTypeCacheKeys$4(storeKeyMap, luvio, response);
|
|
771
771
|
}
|
|
772
|
-
function ingestSuccess$
|
|
772
|
+
function ingestSuccess$5(luvio, resourceParams, response) {
|
|
773
773
|
const { body } = response;
|
|
774
774
|
const key = keyBuilderFromType$1(luvio, body);
|
|
775
775
|
luvio.storeIngest(key, ingest$4, body);
|
|
776
776
|
const snapshot = luvio.storeLookup({
|
|
777
777
|
recordId: key,
|
|
778
|
-
node: select$
|
|
778
|
+
node: select$9(),
|
|
779
779
|
variables: {},
|
|
780
780
|
});
|
|
781
781
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -786,7 +786,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
786
786
|
deepFreeze(snapshot.data);
|
|
787
787
|
return snapshot;
|
|
788
788
|
}
|
|
789
|
-
function createResourceRequest$
|
|
789
|
+
function createResourceRequest$6(config) {
|
|
790
790
|
const headers = {};
|
|
791
791
|
return {
|
|
792
792
|
baseUri: '/services/data/v64.0',
|
|
@@ -800,7 +800,7 @@ function createResourceRequest$5(config) {
|
|
|
800
800
|
};
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
const adapterName$
|
|
803
|
+
const adapterName$6 = 'createIdpConfiguration';
|
|
804
804
|
const createIdpConfiguration_ConfigPropertyMetadata = [
|
|
805
805
|
generateParamConfigMetadata('activationStatus', true, 2 /* Body */, 0 /* String */),
|
|
806
806
|
generateParamConfigMetadata('description', true, 2 /* Body */, 0 /* String */),
|
|
@@ -810,11 +810,11 @@ const createIdpConfiguration_ConfigPropertyMetadata = [
|
|
|
810
810
|
generateParamConfigMetadata('name', true, 2 /* Body */, 0 /* String */),
|
|
811
811
|
generateParamConfigMetadata('schemaConfig', true, 2 /* Body */, 0 /* String */),
|
|
812
812
|
];
|
|
813
|
-
const createIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
814
|
-
const createResourceParams$
|
|
815
|
-
function typeCheckConfig$
|
|
813
|
+
const createIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$6, createIdpConfiguration_ConfigPropertyMetadata);
|
|
814
|
+
const createResourceParams$6 = /*#__PURE__*/ createResourceParams$8(createIdpConfiguration_ConfigPropertyMetadata);
|
|
815
|
+
function typeCheckConfig$6(untrustedConfig) {
|
|
816
816
|
const config = {};
|
|
817
|
-
typeCheckConfig$
|
|
817
|
+
typeCheckConfig$8(untrustedConfig, config, createIdpConfiguration_ConfigPropertyMetadata);
|
|
818
818
|
const untrustedConfig_fileConfig = untrustedConfig.fileConfig;
|
|
819
819
|
if (untrustedIsObject(untrustedConfig_fileConfig)) {
|
|
820
820
|
const untrustedConfig_fileConfig_object = {};
|
|
@@ -835,30 +835,30 @@ function typeCheckConfig$5(untrustedConfig) {
|
|
|
835
835
|
}
|
|
836
836
|
return config;
|
|
837
837
|
}
|
|
838
|
-
function validateAdapterConfig$
|
|
838
|
+
function validateAdapterConfig$6(untrustedConfig, configPropertyNames) {
|
|
839
839
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
840
840
|
return null;
|
|
841
841
|
}
|
|
842
842
|
if (process.env.NODE_ENV !== 'production') {
|
|
843
843
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
844
844
|
}
|
|
845
|
-
const config = typeCheckConfig$
|
|
845
|
+
const config = typeCheckConfig$6(untrustedConfig);
|
|
846
846
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
847
847
|
return null;
|
|
848
848
|
}
|
|
849
849
|
return config;
|
|
850
850
|
}
|
|
851
|
-
function buildNetworkSnapshot$
|
|
852
|
-
const resourceParams = createResourceParams$
|
|
853
|
-
const request = createResourceRequest$
|
|
851
|
+
function buildNetworkSnapshot$6(luvio, config, options) {
|
|
852
|
+
const resourceParams = createResourceParams$6(config);
|
|
853
|
+
const request = createResourceRequest$6(resourceParams);
|
|
854
854
|
return luvio.dispatchResourceRequest(request, options)
|
|
855
855
|
.then((response) => {
|
|
856
856
|
return luvio.handleSuccessResponse(() => {
|
|
857
|
-
const snapshot = ingestSuccess$
|
|
857
|
+
const snapshot = ingestSuccess$5(luvio, resourceParams, response);
|
|
858
858
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
859
859
|
}, () => {
|
|
860
860
|
const cache = new StoreKeyMap();
|
|
861
|
-
getResponseCacheKeys$
|
|
861
|
+
getResponseCacheKeys$6(cache, luvio, resourceParams, response.body);
|
|
862
862
|
return cache;
|
|
863
863
|
});
|
|
864
864
|
}, (response) => {
|
|
@@ -868,12 +868,12 @@ function buildNetworkSnapshot$5(luvio, config, options) {
|
|
|
868
868
|
}
|
|
869
869
|
const createIdpConfigurationAdapterFactory = (luvio) => {
|
|
870
870
|
return function createIdpConfiguration(untrustedConfig) {
|
|
871
|
-
const config = validateAdapterConfig$
|
|
871
|
+
const config = validateAdapterConfig$6(untrustedConfig, createIdpConfiguration_ConfigPropertyNames);
|
|
872
872
|
// Invalid or incomplete config
|
|
873
873
|
if (config === null) {
|
|
874
874
|
throw new Error('Invalid config for "createIdpConfiguration"');
|
|
875
875
|
}
|
|
876
|
-
return buildNetworkSnapshot$
|
|
876
|
+
return buildNetworkSnapshot$6(luvio, config);
|
|
877
877
|
};
|
|
878
878
|
};
|
|
879
879
|
|
|
@@ -882,7 +882,7 @@ function keyBuilder$7(luvio, params) {
|
|
|
882
882
|
id: params.urlParams.idOrApiName
|
|
883
883
|
});
|
|
884
884
|
}
|
|
885
|
-
function getResponseCacheKeys$
|
|
885
|
+
function getResponseCacheKeys$5(cacheKeyMap, luvio, resourceParams) {
|
|
886
886
|
const key = keyBuilder$7(luvio, resourceParams);
|
|
887
887
|
cacheKeyMap.set(key, {
|
|
888
888
|
namespace: keyPrefix,
|
|
@@ -894,7 +894,7 @@ function evictSuccess(luvio, resourceParams) {
|
|
|
894
894
|
const key = keyBuilder$7(luvio, resourceParams);
|
|
895
895
|
luvio.storeEvict(key);
|
|
896
896
|
}
|
|
897
|
-
function createResourceRequest$
|
|
897
|
+
function createResourceRequest$5(config) {
|
|
898
898
|
const headers = {};
|
|
899
899
|
return {
|
|
900
900
|
baseUri: '/services/data/v64.0',
|
|
@@ -908,33 +908,33 @@ function createResourceRequest$4(config) {
|
|
|
908
908
|
};
|
|
909
909
|
}
|
|
910
910
|
|
|
911
|
-
const adapterName$
|
|
911
|
+
const adapterName$5 = 'deleteIdpConfiguration';
|
|
912
912
|
const deleteIdpConfiguration_ConfigPropertyMetadata = [
|
|
913
913
|
generateParamConfigMetadata('idOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
914
914
|
];
|
|
915
|
-
const deleteIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
916
|
-
const createResourceParams$
|
|
917
|
-
function typeCheckConfig$
|
|
915
|
+
const deleteIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$5, deleteIdpConfiguration_ConfigPropertyMetadata);
|
|
916
|
+
const createResourceParams$5 = /*#__PURE__*/ createResourceParams$8(deleteIdpConfiguration_ConfigPropertyMetadata);
|
|
917
|
+
function typeCheckConfig$5(untrustedConfig) {
|
|
918
918
|
const config = {};
|
|
919
|
-
typeCheckConfig$
|
|
919
|
+
typeCheckConfig$8(untrustedConfig, config, deleteIdpConfiguration_ConfigPropertyMetadata);
|
|
920
920
|
return config;
|
|
921
921
|
}
|
|
922
|
-
function validateAdapterConfig$
|
|
922
|
+
function validateAdapterConfig$5(untrustedConfig, configPropertyNames) {
|
|
923
923
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
924
924
|
return null;
|
|
925
925
|
}
|
|
926
926
|
if (process.env.NODE_ENV !== 'production') {
|
|
927
927
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
928
928
|
}
|
|
929
|
-
const config = typeCheckConfig$
|
|
929
|
+
const config = typeCheckConfig$5(untrustedConfig);
|
|
930
930
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
931
931
|
return null;
|
|
932
932
|
}
|
|
933
933
|
return config;
|
|
934
934
|
}
|
|
935
|
-
function buildNetworkSnapshot$
|
|
936
|
-
const resourceParams = createResourceParams$
|
|
937
|
-
const request = createResourceRequest$
|
|
935
|
+
function buildNetworkSnapshot$5(luvio, config, options) {
|
|
936
|
+
const resourceParams = createResourceParams$5(config);
|
|
937
|
+
const request = createResourceRequest$5(resourceParams);
|
|
938
938
|
return luvio.dispatchResourceRequest(request, options)
|
|
939
939
|
.then(() => {
|
|
940
940
|
return luvio.handleSuccessResponse(() => {
|
|
@@ -942,7 +942,7 @@ function buildNetworkSnapshot$4(luvio, config, options) {
|
|
|
942
942
|
return luvio.storeBroadcast();
|
|
943
943
|
}, () => {
|
|
944
944
|
const cache = new StoreKeyMap();
|
|
945
|
-
getResponseCacheKeys$
|
|
945
|
+
getResponseCacheKeys$5(cache, luvio, resourceParams);
|
|
946
946
|
return cache;
|
|
947
947
|
});
|
|
948
948
|
}, (response) => {
|
|
@@ -952,33 +952,33 @@ function buildNetworkSnapshot$4(luvio, config, options) {
|
|
|
952
952
|
}
|
|
953
953
|
const deleteIdpConfigurationAdapterFactory = (luvio) => {
|
|
954
954
|
return function documentProcessingdeleteIdpConfiguration(untrustedConfig) {
|
|
955
|
-
const config = validateAdapterConfig$
|
|
955
|
+
const config = validateAdapterConfig$5(untrustedConfig, deleteIdpConfiguration_ConfigPropertyNames);
|
|
956
956
|
// Invalid or incomplete config
|
|
957
957
|
if (config === null) {
|
|
958
|
-
throw new Error(`Invalid config for "${adapterName$
|
|
958
|
+
throw new Error(`Invalid config for "${adapterName$5}"`);
|
|
959
959
|
}
|
|
960
|
-
return buildNetworkSnapshot$
|
|
960
|
+
return buildNetworkSnapshot$5(luvio, config);
|
|
961
961
|
};
|
|
962
962
|
};
|
|
963
963
|
|
|
964
|
-
function select$
|
|
965
|
-
return select$
|
|
964
|
+
function select$8(luvio, params) {
|
|
965
|
+
return select$a();
|
|
966
966
|
}
|
|
967
967
|
function keyBuilder$6(luvio, params) {
|
|
968
968
|
return keyBuilder$8(luvio, {
|
|
969
969
|
id: params.urlParams.idOrApiName
|
|
970
970
|
});
|
|
971
971
|
}
|
|
972
|
-
function getResponseCacheKeys$
|
|
972
|
+
function getResponseCacheKeys$4(storeKeyMap, luvio, resourceParams, response) {
|
|
973
973
|
getTypeCacheKeys$4(storeKeyMap, luvio, response);
|
|
974
974
|
}
|
|
975
|
-
function ingestSuccess$
|
|
975
|
+
function ingestSuccess$4(luvio, resourceParams, response, snapshotRefresh) {
|
|
976
976
|
const { body } = response;
|
|
977
977
|
const key = keyBuilder$6(luvio, resourceParams);
|
|
978
978
|
luvio.storeIngest(key, ingest$4, body);
|
|
979
979
|
const snapshot = luvio.storeLookup({
|
|
980
980
|
recordId: key,
|
|
981
|
-
node: select$
|
|
981
|
+
node: select$8(),
|
|
982
982
|
variables: {},
|
|
983
983
|
}, snapshotRefresh);
|
|
984
984
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -1001,7 +1001,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
|
|
|
1001
1001
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
1002
1002
|
return errorSnapshot;
|
|
1003
1003
|
}
|
|
1004
|
-
function createResourceRequest$
|
|
1004
|
+
function createResourceRequest$4(config) {
|
|
1005
1005
|
const headers = {};
|
|
1006
1006
|
return {
|
|
1007
1007
|
baseUri: '/services/data/v64.0',
|
|
@@ -1015,60 +1015,60 @@ function createResourceRequest$3(config) {
|
|
|
1015
1015
|
};
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
|
-
const adapterName$
|
|
1018
|
+
const adapterName$4 = 'getIdpConfiguration';
|
|
1019
1019
|
const getIdpConfiguration_ConfigPropertyMetadata = [
|
|
1020
1020
|
generateParamConfigMetadata('idOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1021
1021
|
];
|
|
1022
|
-
const getIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
1023
|
-
const createResourceParams$
|
|
1022
|
+
const getIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$4, getIdpConfiguration_ConfigPropertyMetadata);
|
|
1023
|
+
const createResourceParams$4 = /*#__PURE__*/ createResourceParams$8(getIdpConfiguration_ConfigPropertyMetadata);
|
|
1024
1024
|
function keyBuilder$5(luvio, config) {
|
|
1025
|
-
const resourceParams = createResourceParams$
|
|
1025
|
+
const resourceParams = createResourceParams$4(config);
|
|
1026
1026
|
return keyBuilder$6(luvio, resourceParams);
|
|
1027
1027
|
}
|
|
1028
|
-
function typeCheckConfig$
|
|
1028
|
+
function typeCheckConfig$4(untrustedConfig) {
|
|
1029
1029
|
const config = {};
|
|
1030
|
-
typeCheckConfig$
|
|
1030
|
+
typeCheckConfig$8(untrustedConfig, config, getIdpConfiguration_ConfigPropertyMetadata);
|
|
1031
1031
|
return config;
|
|
1032
1032
|
}
|
|
1033
|
-
function validateAdapterConfig$
|
|
1033
|
+
function validateAdapterConfig$4(untrustedConfig, configPropertyNames) {
|
|
1034
1034
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
1035
1035
|
return null;
|
|
1036
1036
|
}
|
|
1037
1037
|
if (process.env.NODE_ENV !== 'production') {
|
|
1038
1038
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
1039
1039
|
}
|
|
1040
|
-
const config = typeCheckConfig$
|
|
1040
|
+
const config = typeCheckConfig$4(untrustedConfig);
|
|
1041
1041
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
1042
1042
|
return null;
|
|
1043
1043
|
}
|
|
1044
1044
|
return config;
|
|
1045
1045
|
}
|
|
1046
1046
|
function adapterFragment$2(luvio, config) {
|
|
1047
|
-
createResourceParams$
|
|
1048
|
-
return select$
|
|
1047
|
+
createResourceParams$4(config);
|
|
1048
|
+
return select$8();
|
|
1049
1049
|
}
|
|
1050
1050
|
function onFetchResponseSuccess$2(luvio, config, resourceParams, response) {
|
|
1051
|
-
const snapshot = ingestSuccess$
|
|
1051
|
+
const snapshot = ingestSuccess$4(luvio, resourceParams, response, {
|
|
1052
1052
|
config,
|
|
1053
|
-
resolve: () => buildNetworkSnapshot$
|
|
1053
|
+
resolve: () => buildNetworkSnapshot$4(luvio, config, snapshotRefreshOptions)
|
|
1054
1054
|
});
|
|
1055
1055
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
1056
1056
|
}
|
|
1057
1057
|
function onFetchResponseError$2(luvio, config, resourceParams, response) {
|
|
1058
1058
|
const snapshot = ingestError$2(luvio, resourceParams, response, {
|
|
1059
1059
|
config,
|
|
1060
|
-
resolve: () => buildNetworkSnapshot$
|
|
1060
|
+
resolve: () => buildNetworkSnapshot$4(luvio, config, snapshotRefreshOptions)
|
|
1061
1061
|
});
|
|
1062
1062
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
1063
1063
|
}
|
|
1064
|
-
function buildNetworkSnapshot$
|
|
1065
|
-
const resourceParams = createResourceParams$
|
|
1066
|
-
const request = createResourceRequest$
|
|
1064
|
+
function buildNetworkSnapshot$4(luvio, config, options) {
|
|
1065
|
+
const resourceParams = createResourceParams$4(config);
|
|
1066
|
+
const request = createResourceRequest$4(resourceParams);
|
|
1067
1067
|
return luvio.dispatchResourceRequest(request, options)
|
|
1068
1068
|
.then((response) => {
|
|
1069
1069
|
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$2(luvio, config, resourceParams, response), () => {
|
|
1070
1070
|
const cache = new StoreKeyMap();
|
|
1071
|
-
getResponseCacheKeys$
|
|
1071
|
+
getResponseCacheKeys$4(cache, luvio, resourceParams, response.body);
|
|
1072
1072
|
return cache;
|
|
1073
1073
|
});
|
|
1074
1074
|
}, (response) => {
|
|
@@ -1076,7 +1076,7 @@ function buildNetworkSnapshot$3(luvio, config, options) {
|
|
|
1076
1076
|
});
|
|
1077
1077
|
}
|
|
1078
1078
|
function buildNetworkSnapshotCachePolicy$2(context, coercedAdapterRequestContext) {
|
|
1079
|
-
return buildNetworkSnapshotCachePolicy$4(context, coercedAdapterRequestContext, buildNetworkSnapshot$
|
|
1079
|
+
return buildNetworkSnapshotCachePolicy$4(context, coercedAdapterRequestContext, buildNetworkSnapshot$4, undefined, false);
|
|
1080
1080
|
}
|
|
1081
1081
|
function buildCachedSnapshotCachePolicy$2(context, storeLookup) {
|
|
1082
1082
|
const { luvio, config } = context;
|
|
@@ -1087,12 +1087,12 @@ function buildCachedSnapshotCachePolicy$2(context, storeLookup) {
|
|
|
1087
1087
|
};
|
|
1088
1088
|
const cacheSnapshot = storeLookup(selector, {
|
|
1089
1089
|
config,
|
|
1090
|
-
resolve: () => buildNetworkSnapshot$
|
|
1090
|
+
resolve: () => buildNetworkSnapshot$4(luvio, config, snapshotRefreshOptions)
|
|
1091
1091
|
});
|
|
1092
1092
|
return cacheSnapshot;
|
|
1093
1093
|
}
|
|
1094
1094
|
const getIdpConfigurationAdapterFactory = (luvio) => function documentProcessing__getIdpConfiguration(untrustedConfig, requestContext) {
|
|
1095
|
-
const config = validateAdapterConfig$
|
|
1095
|
+
const config = validateAdapterConfig$4(untrustedConfig, getIdpConfiguration_ConfigPropertyNames);
|
|
1096
1096
|
// Invalid or incomplete config
|
|
1097
1097
|
if (config === null) {
|
|
1098
1098
|
return null;
|
|
@@ -1101,6 +1101,99 @@ const getIdpConfigurationAdapterFactory = (luvio) => function documentProcessing
|
|
|
1101
1101
|
buildCachedSnapshotCachePolicy$2, buildNetworkSnapshotCachePolicy$2);
|
|
1102
1102
|
};
|
|
1103
1103
|
|
|
1104
|
+
function select$7(luvio, params) {
|
|
1105
|
+
return select$a();
|
|
1106
|
+
}
|
|
1107
|
+
function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
1108
|
+
getTypeCacheKeys$4(storeKeyMap, luvio, response);
|
|
1109
|
+
}
|
|
1110
|
+
function ingestSuccess$3(luvio, resourceParams, response) {
|
|
1111
|
+
const { body } = response;
|
|
1112
|
+
const key = keyBuilderFromType$1(luvio, body);
|
|
1113
|
+
luvio.storeIngest(key, ingest$4, body);
|
|
1114
|
+
const snapshot = luvio.storeLookup({
|
|
1115
|
+
recordId: key,
|
|
1116
|
+
node: select$7(),
|
|
1117
|
+
variables: {},
|
|
1118
|
+
});
|
|
1119
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
1120
|
+
if (snapshot.state !== 'Fulfilled') {
|
|
1121
|
+
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
deepFreeze(snapshot.data);
|
|
1125
|
+
return snapshot;
|
|
1126
|
+
}
|
|
1127
|
+
function createResourceRequest$3(config) {
|
|
1128
|
+
const headers = {};
|
|
1129
|
+
return {
|
|
1130
|
+
baseUri: '/services/data/v64.0',
|
|
1131
|
+
basePath: '/ssot/document-processing/configurations/' + config.urlParams.idOrApiName + '',
|
|
1132
|
+
method: 'patch',
|
|
1133
|
+
body: config.body,
|
|
1134
|
+
urlParams: config.urlParams,
|
|
1135
|
+
queryParams: {},
|
|
1136
|
+
headers,
|
|
1137
|
+
priority: 'normal',
|
|
1138
|
+
};
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
const adapterName$3 = 'updateIdpConfiguration';
|
|
1142
|
+
const updateIdpConfiguration_ConfigPropertyMetadata = [
|
|
1143
|
+
generateParamConfigMetadata('idOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1144
|
+
generateParamConfigMetadata('activationStatus', true, 2 /* Body */, 0 /* String */),
|
|
1145
|
+
generateParamConfigMetadata('description', true, 2 /* Body */, 0 /* String */),
|
|
1146
|
+
generateParamConfigMetadata('label', true, 2 /* Body */, 0 /* String */),
|
|
1147
|
+
];
|
|
1148
|
+
const updateIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$3, updateIdpConfiguration_ConfigPropertyMetadata);
|
|
1149
|
+
const createResourceParams$3 = /*#__PURE__*/ createResourceParams$8(updateIdpConfiguration_ConfigPropertyMetadata);
|
|
1150
|
+
function typeCheckConfig$3(untrustedConfig) {
|
|
1151
|
+
const config = {};
|
|
1152
|
+
typeCheckConfig$8(untrustedConfig, config, updateIdpConfiguration_ConfigPropertyMetadata);
|
|
1153
|
+
return config;
|
|
1154
|
+
}
|
|
1155
|
+
function validateAdapterConfig$3(untrustedConfig, configPropertyNames) {
|
|
1156
|
+
if (!untrustedIsObject(untrustedConfig)) {
|
|
1157
|
+
return null;
|
|
1158
|
+
}
|
|
1159
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
1160
|
+
validateConfig(untrustedConfig, configPropertyNames);
|
|
1161
|
+
}
|
|
1162
|
+
const config = typeCheckConfig$3(untrustedConfig);
|
|
1163
|
+
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
1164
|
+
return null;
|
|
1165
|
+
}
|
|
1166
|
+
return config;
|
|
1167
|
+
}
|
|
1168
|
+
function buildNetworkSnapshot$3(luvio, config, options) {
|
|
1169
|
+
const resourceParams = createResourceParams$3(config);
|
|
1170
|
+
const request = createResourceRequest$3(resourceParams);
|
|
1171
|
+
return luvio.dispatchResourceRequest(request, options)
|
|
1172
|
+
.then((response) => {
|
|
1173
|
+
return luvio.handleSuccessResponse(() => {
|
|
1174
|
+
const snapshot = ingestSuccess$3(luvio, resourceParams, response);
|
|
1175
|
+
return luvio.storeBroadcast().then(() => snapshot);
|
|
1176
|
+
}, () => {
|
|
1177
|
+
const cache = new StoreKeyMap();
|
|
1178
|
+
getResponseCacheKeys$3(cache, luvio, resourceParams, response.body);
|
|
1179
|
+
return cache;
|
|
1180
|
+
});
|
|
1181
|
+
}, (response) => {
|
|
1182
|
+
deepFreeze(response);
|
|
1183
|
+
throw response;
|
|
1184
|
+
});
|
|
1185
|
+
}
|
|
1186
|
+
const updateIdpConfigurationAdapterFactory = (luvio) => {
|
|
1187
|
+
return function updateIdpConfiguration(untrustedConfig) {
|
|
1188
|
+
const config = validateAdapterConfig$3(untrustedConfig, updateIdpConfiguration_ConfigPropertyNames);
|
|
1189
|
+
// Invalid or incomplete config
|
|
1190
|
+
if (config === null) {
|
|
1191
|
+
throw new Error('Invalid config for "updateIdpConfiguration"');
|
|
1192
|
+
}
|
|
1193
|
+
return buildNetworkSnapshot$3(luvio, config);
|
|
1194
|
+
};
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1104
1197
|
function validate$6(obj, path = 'IdpContentTypeRepresentation') {
|
|
1105
1198
|
const v_error = (() => {
|
|
1106
1199
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -1304,7 +1397,7 @@ function createResourceRequest$2(config) {
|
|
|
1304
1397
|
const adapterName$2 = 'getIdpGlobalConfig';
|
|
1305
1398
|
const getIdpGlobalConfig_ConfigPropertyMetadata = [];
|
|
1306
1399
|
const getIdpGlobalConfig_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$2, getIdpGlobalConfig_ConfigPropertyMetadata);
|
|
1307
|
-
const createResourceParams$2 = /*#__PURE__*/ createResourceParams$
|
|
1400
|
+
const createResourceParams$2 = /*#__PURE__*/ createResourceParams$8(getIdpGlobalConfig_ConfigPropertyMetadata);
|
|
1308
1401
|
function keyBuilder$3(luvio, config) {
|
|
1309
1402
|
createResourceParams$2(config);
|
|
1310
1403
|
return keyBuilder$4();
|
|
@@ -1547,10 +1640,10 @@ const generateIdpConfigurationSchema_ConfigPropertyMetadata = [
|
|
|
1547
1640
|
generateParamConfigMetadata('mlModel', true, 2 /* Body */, 0 /* String */),
|
|
1548
1641
|
];
|
|
1549
1642
|
const generateIdpConfigurationSchema_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$1, generateIdpConfigurationSchema_ConfigPropertyMetadata);
|
|
1550
|
-
const createResourceParams$1 = /*#__PURE__*/ createResourceParams$
|
|
1643
|
+
const createResourceParams$1 = /*#__PURE__*/ createResourceParams$8(generateIdpConfigurationSchema_ConfigPropertyMetadata);
|
|
1551
1644
|
function typeCheckConfig$1(untrustedConfig) {
|
|
1552
1645
|
const config = {};
|
|
1553
|
-
typeCheckConfig$
|
|
1646
|
+
typeCheckConfig$8(untrustedConfig, config, generateIdpConfigurationSchema_ConfigPropertyMetadata);
|
|
1554
1647
|
const untrustedConfig_files = untrustedConfig.files;
|
|
1555
1648
|
if (ArrayIsArray$1(untrustedConfig_files)) {
|
|
1556
1649
|
const untrustedConfig_files_array = [];
|
|
@@ -1842,14 +1935,14 @@ const extractDataUsingIdpConfiguration_ConfigPropertyMetadata = [
|
|
|
1842
1935
|
generateParamConfigMetadata('schemaConfig', true, 2 /* Body */, 0 /* String */),
|
|
1843
1936
|
];
|
|
1844
1937
|
const extractDataUsingIdpConfiguration_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName, extractDataUsingIdpConfiguration_ConfigPropertyMetadata);
|
|
1845
|
-
const createResourceParams = /*#__PURE__*/ createResourceParams$
|
|
1938
|
+
const createResourceParams = /*#__PURE__*/ createResourceParams$8(extractDataUsingIdpConfiguration_ConfigPropertyMetadata);
|
|
1846
1939
|
function keyBuilder(luvio, config) {
|
|
1847
1940
|
const resourceParams = createResourceParams(config);
|
|
1848
1941
|
return keyBuilder$1(luvio, resourceParams);
|
|
1849
1942
|
}
|
|
1850
1943
|
function typeCheckConfig(untrustedConfig) {
|
|
1851
1944
|
const config = {};
|
|
1852
|
-
typeCheckConfig$
|
|
1945
|
+
typeCheckConfig$8(untrustedConfig, config, extractDataUsingIdpConfiguration_ConfigPropertyMetadata);
|
|
1853
1946
|
const untrustedConfig_files = untrustedConfig.files;
|
|
1854
1947
|
if (ArrayIsArray$1(untrustedConfig_files)) {
|
|
1855
1948
|
const untrustedConfig_files_array = [];
|
|
@@ -1941,4 +2034,4 @@ const extractDataUsingIdpConfigurationAdapterFactory = (luvio) => function docum
|
|
|
1941
2034
|
buildCachedSnapshotCachePolicy, buildNetworkSnapshotCachePolicy);
|
|
1942
2035
|
};
|
|
1943
2036
|
|
|
1944
|
-
export { createIdpConfigurationAdapterFactory, deleteIdpConfigurationAdapterFactory, extractDataUsingIdpConfigurationAdapterFactory, generateIdpConfigurationSchemaAdapterFactory, getIdpConfigurationAdapterFactory, getIdpConfigurationsAdapterFactory, getIdpGlobalConfigAdapterFactory };
|
|
2037
|
+
export { createIdpConfigurationAdapterFactory, deleteIdpConfigurationAdapterFactory, extractDataUsingIdpConfigurationAdapterFactory, generateIdpConfigurationSchemaAdapterFactory, getIdpConfigurationAdapterFactory, getIdpConfigurationsAdapterFactory, getIdpGlobalConfigAdapterFactory, updateIdpConfigurationAdapterFactory };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_patchSsotDocumentProcessingConfigurationsByIdOrApiName_ResourceRequestConfig } from '../resources/patchSsotDocumentProcessingConfigurationsByIdOrApiName';
|
|
4
|
+
import { IdpConfigurationDetailsRepresentation as types_IdpConfigurationDetailsRepresentation_IdpConfigurationDetailsRepresentation } from '../types/IdpConfigurationDetailsRepresentation';
|
|
5
|
+
export declare const adapterName = "updateIdpConfiguration";
|
|
6
|
+
export declare const updateIdpConfiguration_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const updateIdpConfiguration_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface UpdateIdpConfigurationConfig {
|
|
9
|
+
idOrApiName: string;
|
|
10
|
+
activationStatus: string;
|
|
11
|
+
description: string;
|
|
12
|
+
label: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const createResourceParams: (config: UpdateIdpConfigurationConfig) => resources_patchSsotDocumentProcessingConfigurationsByIdOrApiName_ResourceRequestConfig;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateIdpConfigurationConfig>): adapter$45$utils_Untrusted<UpdateIdpConfigurationConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateIdpConfigurationConfig | null;
|
|
17
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateIdpConfigurationConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_IdpConfigurationDetailsRepresentation_IdpConfigurationDetailsRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_IdpConfigurationDetailsRepresentation_IdpConfigurationDetailsRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_IdpConfigurationDetailsRepresentation_IdpConfigurationDetailsRepresentation, any>>;
|
|
18
|
+
export declare const updateIdpConfigurationAdapterFactory: $64$luvio_engine_AdapterFactory<UpdateIdpConfigurationConfig, types_IdpConfigurationDetailsRepresentation_IdpConfigurationDetailsRepresentation>;
|