@triveria/wallet 0.0.274 → 0.0.277

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/api.js CHANGED
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  /**
5
5
  * Triveria Wallet API
6
- * Triveria Wallet API allows to manage credentials inside a specific wallet and interactions between wallets as specified by the OIDC4VC specification.
6
+ * Triveria Wallet API
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0.0
9
9
  *
@@ -189,7 +189,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
189
189
  * @param {*} [options] Override http request option.
190
190
  * @throws {RequiredError}
191
191
  */
192
- credentialCreate: (walletId, credentialPayload, options = {}) => __awaiter(this, void 0, void 0, function* () {
192
+ credentialCreate: (walletId_1, credentialPayload_1, ...args_1) => __awaiter(this, [walletId_1, credentialPayload_1, ...args_1], void 0, function* (walletId, credentialPayload, options = {}) {
193
193
  // verify required parameter 'walletId' is not null or undefined
194
194
  (0, common_1.assertParamExists)('credentialCreate', 'walletId', walletId);
195
195
  const localVarPath = `/credentials`;
@@ -226,7 +226,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
226
226
  * @param {*} [options] Override http request option.
227
227
  * @throws {RequiredError}
228
228
  */
229
- credentialGet: (credentialId, walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
229
+ credentialGet: (credentialId_1, walletId_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, ...args_1], void 0, function* (credentialId, walletId, options = {}) {
230
230
  // verify required parameter 'credentialId' is not null or undefined
231
231
  (0, common_1.assertParamExists)('credentialGet', 'credentialId', credentialId);
232
232
  // verify required parameter 'walletId' is not null or undefined
@@ -264,7 +264,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
264
264
  * @param {*} [options] Override http request option.
265
265
  * @throws {RequiredError}
266
266
  */
267
- credentialImport: (walletId, credentialImport, options = {}) => __awaiter(this, void 0, void 0, function* () {
267
+ credentialImport: (walletId_1, credentialImport_1, ...args_1) => __awaiter(this, [walletId_1, credentialImport_1, ...args_1], void 0, function* (walletId, credentialImport, options = {}) {
268
268
  // verify required parameter 'walletId' is not null or undefined
269
269
  (0, common_1.assertParamExists)('credentialImport', 'walletId', walletId);
270
270
  const localVarPath = `/credentials/import`;
@@ -302,7 +302,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
302
302
  * @param {*} [options] Override http request option.
303
303
  * @throws {RequiredError}
304
304
  */
305
- credentialIssuanceInit: (credentialId, walletId, credentialIssuanceInit, options = {}) => __awaiter(this, void 0, void 0, function* () {
305
+ credentialIssuanceInit: (credentialId_1, walletId_1, credentialIssuanceInit_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, credentialIssuanceInit_1, ...args_1], void 0, function* (credentialId, walletId, credentialIssuanceInit, options = {}) {
306
306
  // verify required parameter 'credentialId' is not null or undefined
307
307
  (0, common_1.assertParamExists)('credentialIssuanceInit', 'credentialId', credentialId);
308
308
  // verify required parameter 'walletId' is not null or undefined
@@ -349,7 +349,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
349
349
  * @param {*} [options] Override http request option.
350
350
  * @throws {RequiredError}
351
351
  */
352
- credentialList: (walletId, interaction, type, valid, limit, nextMarker, sort, searchPath, filter, options = {}) => __awaiter(this, void 0, void 0, function* () {
352
+ credentialList: (walletId_1, interaction_1, type_1, valid_1, limit_1, nextMarker_1, sort_1, searchPath_1, filter_1, ...args_1) => __awaiter(this, [walletId_1, interaction_1, type_1, valid_1, limit_1, nextMarker_1, sort_1, searchPath_1, filter_1, ...args_1], void 0, function* (walletId, interaction, type, valid, limit, nextMarker, sort, searchPath, filter, options = {}) {
353
353
  // verify required parameter 'walletId' is not null or undefined
354
354
  (0, common_1.assertParamExists)('credentialList', 'walletId', walletId);
355
355
  const localVarPath = `/credentials`;
@@ -409,7 +409,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
409
409
  * @param {*} [options] Override http request option.
410
410
  * @throws {RequiredError}
411
411
  */
412
- credentialMetadataPatch: (credentialId, walletId, credentialMetadataPatchPayload, options = {}) => __awaiter(this, void 0, void 0, function* () {
412
+ credentialMetadataPatch: (credentialId_1, walletId_1, credentialMetadataPatchPayload_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, credentialMetadataPatchPayload_1, ...args_1], void 0, function* (credentialId, walletId, credentialMetadataPatchPayload, options = {}) {
413
413
  // verify required parameter 'credentialId' is not null or undefined
414
414
  (0, common_1.assertParamExists)('credentialMetadataPatch', 'credentialId', credentialId);
415
415
  // verify required parameter 'walletId' is not null or undefined
@@ -450,7 +450,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
450
450
  * @param {*} [options] Override http request option.
451
451
  * @throws {RequiredError}
452
452
  */
453
- credentialPatch: (credentialId, walletId, credentialPatchPayload, options = {}) => __awaiter(this, void 0, void 0, function* () {
453
+ credentialPatch: (credentialId_1, walletId_1, credentialPatchPayload_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, credentialPatchPayload_1, ...args_1], void 0, function* (credentialId, walletId, credentialPatchPayload, options = {}) {
454
454
  // verify required parameter 'credentialId' is not null or undefined
455
455
  (0, common_1.assertParamExists)('credentialPatch', 'credentialId', credentialId);
456
456
  // verify required parameter 'walletId' is not null or undefined
@@ -490,7 +490,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
490
490
  * @param {*} [options] Override http request option.
491
491
  * @throws {RequiredError}
492
492
  */
493
- credentialRequestInit: (walletId, credentialRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
493
+ credentialRequestInit: (walletId_1, credentialRequest_1, ...args_1) => __awaiter(this, [walletId_1, credentialRequest_1, ...args_1], void 0, function* (walletId, credentialRequest, options = {}) {
494
494
  // verify required parameter 'walletId' is not null or undefined
495
495
  (0, common_1.assertParamExists)('credentialRequestInit', 'walletId', walletId);
496
496
  const localVarPath = `/credentials/request/init`;
@@ -527,7 +527,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
527
527
  * @param {*} [options] Override http request option.
528
528
  * @throws {RequiredError}
529
529
  */
530
- credentialRevoke: (credentialId, walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
530
+ credentialRevoke: (credentialId_1, walletId_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, ...args_1], void 0, function* (credentialId, walletId, options = {}) {
531
531
  // verify required parameter 'credentialId' is not null or undefined
532
532
  (0, common_1.assertParamExists)('credentialRevoke', 'credentialId', credentialId);
533
533
  // verify required parameter 'walletId' is not null or undefined
@@ -565,7 +565,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
565
565
  * @param {*} [options] Override http request option.
566
566
  * @throws {RequiredError}
567
567
  */
568
- deferredStatus: (deferredId, walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
568
+ deferredStatus: (deferredId_1, walletId_1, ...args_1) => __awaiter(this, [deferredId_1, walletId_1, ...args_1], void 0, function* (deferredId, walletId, options = {}) {
569
569
  // verify required parameter 'deferredId' is not null or undefined
570
570
  (0, common_1.assertParamExists)('deferredStatus', 'deferredId', deferredId);
571
571
  // verify required parameter 'walletId' is not null or undefined
@@ -602,7 +602,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
602
602
  * @param {*} [options] Override http request option.
603
603
  * @throws {RequiredError}
604
604
  */
605
- didDocumentGet: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
605
+ didDocumentGet: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
606
606
  // verify required parameter 'walletId' is not null or undefined
607
607
  (0, common_1.assertParamExists)('didDocumentGet', 'walletId', walletId);
608
608
  const localVarPath = `/{wallet_id}/did.json`
@@ -630,7 +630,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
630
630
  * @param {*} [options] Override http request option.
631
631
  * @throws {RequiredError}
632
632
  */
633
- healthCheck: (options = {}) => __awaiter(this, void 0, void 0, function* () {
633
+ healthCheck: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
634
634
  const localVarPath = `/health`;
635
635
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
636
636
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -657,7 +657,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
657
657
  * @param {*} [options] Override http request option.
658
658
  * @throws {RequiredError}
659
659
  */
660
- holderCreateAuthOffer: (walletId, holderAuthOfferCreationRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
660
+ holderCreateAuthOffer: (walletId_1, holderAuthOfferCreationRequest_1, ...args_1) => __awaiter(this, [walletId_1, holderAuthOfferCreationRequest_1, ...args_1], void 0, function* (walletId, holderAuthOfferCreationRequest, options = {}) {
661
661
  // verify required parameter 'walletId' is not null or undefined
662
662
  (0, common_1.assertParamExists)('holderCreateAuthOffer', 'walletId', walletId);
663
663
  const localVarPath = `/offer/create/intime`;
@@ -695,7 +695,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
695
695
  * @param {*} [options] Override http request option.
696
696
  * @throws {RequiredError}
697
697
  */
698
- holderCredentialsPresentAfterConsent: (walletId, interactionId, interactionAuthorizationConsent, options = {}) => __awaiter(this, void 0, void 0, function* () {
698
+ holderCredentialsPresentAfterConsent: (walletId_1, interactionId_1, interactionAuthorizationConsent_1, ...args_1) => __awaiter(this, [walletId_1, interactionId_1, interactionAuthorizationConsent_1, ...args_1], void 0, function* (walletId, interactionId, interactionAuthorizationConsent, options = {}) {
699
699
  // verify required parameter 'walletId' is not null or undefined
700
700
  (0, common_1.assertParamExists)('holderCredentialsPresentAfterConsent', 'walletId', walletId);
701
701
  // verify required parameter 'interactionId' is not null or undefined
@@ -735,7 +735,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
735
735
  * @param {*} [options] Override http request option.
736
736
  * @throws {RequiredError}
737
737
  */
738
- holderIdTokenSend: (walletId, idTokenSendRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
738
+ holderIdTokenSend: (walletId_1, idTokenSendRequest_1, ...args_1) => __awaiter(this, [walletId_1, idTokenSendRequest_1, ...args_1], void 0, function* (walletId, idTokenSendRequest, options = {}) {
739
739
  // verify required parameter 'walletId' is not null or undefined
740
740
  (0, common_1.assertParamExists)('holderIdTokenSend', 'walletId', walletId);
741
741
  const localVarPath = `/holder/id-token/send`;
@@ -772,7 +772,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
772
772
  * @param {*} [options] Override http request option.
773
773
  * @throws {RequiredError}
774
774
  */
775
- holderLinkedVpCreate: (walletId, linkedVpCreateRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
775
+ holderLinkedVpCreate: (walletId_1, linkedVpCreateRequest_1, ...args_1) => __awaiter(this, [walletId_1, linkedVpCreateRequest_1, ...args_1], void 0, function* (walletId, linkedVpCreateRequest, options = {}) {
776
776
  // verify required parameter 'walletId' is not null or undefined
777
777
  (0, common_1.assertParamExists)('holderLinkedVpCreate', 'walletId', walletId);
778
778
  const localVarPath = `/holder/linked-vp`;
@@ -809,7 +809,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
809
809
  * @param {*} [options] Override http request option.
810
810
  * @throws {RequiredError}
811
811
  */
812
- holderLinkedVpDelete: (walletId, linkedVpId, options = {}) => __awaiter(this, void 0, void 0, function* () {
812
+ holderLinkedVpDelete: (walletId_1, linkedVpId_1, ...args_1) => __awaiter(this, [walletId_1, linkedVpId_1, ...args_1], void 0, function* (walletId, linkedVpId, options = {}) {
813
813
  // verify required parameter 'walletId' is not null or undefined
814
814
  (0, common_1.assertParamExists)('holderLinkedVpDelete', 'walletId', walletId);
815
815
  // verify required parameter 'linkedVpId' is not null or undefined
@@ -847,7 +847,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
847
847
  * @param {*} [options] Override http request option.
848
848
  * @throws {RequiredError}
849
849
  */
850
- holderLinkedVpGetDetails: (walletId, linkedVpId, options = {}) => __awaiter(this, void 0, void 0, function* () {
850
+ holderLinkedVpGetDetails: (walletId_1, linkedVpId_1, ...args_1) => __awaiter(this, [walletId_1, linkedVpId_1, ...args_1], void 0, function* (walletId, linkedVpId, options = {}) {
851
851
  // verify required parameter 'walletId' is not null or undefined
852
852
  (0, common_1.assertParamExists)('holderLinkedVpGetDetails', 'walletId', walletId);
853
853
  // verify required parameter 'linkedVpId' is not null or undefined
@@ -884,7 +884,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
884
884
  * @param {*} [options] Override http request option.
885
885
  * @throws {RequiredError}
886
886
  */
887
- holderLinkedVpList: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
887
+ holderLinkedVpList: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
888
888
  // verify required parameter 'walletId' is not null or undefined
889
889
  (0, common_1.assertParamExists)('holderLinkedVpList', 'walletId', walletId);
890
890
  const localVarPath = `/holder/linked-vp`;
@@ -913,13 +913,13 @@ const DefaultApiAxiosParamCreator = function (configuration) {
913
913
  };
914
914
  }),
915
915
  /**
916
- * Issue the Verifiable Credential using OIDC4VCI offer acceptance
916
+ * Retrieve authorization requirements for the credential offer.
917
917
  * @param {string} walletId
918
918
  * @param {VcOffer} [vcOffer] Verifiable Credential offer
919
919
  * @param {*} [options] Override http request option.
920
920
  * @throws {RequiredError}
921
921
  */
922
- holderOfferPassAuthInfo: (walletId, vcOffer, options = {}) => __awaiter(this, void 0, void 0, function* () {
922
+ holderOfferPassAuthInfo: (walletId_1, vcOffer_1, ...args_1) => __awaiter(this, [walletId_1, vcOffer_1, ...args_1], void 0, function* (walletId, vcOffer, options = {}) {
923
923
  // verify required parameter 'walletId' is not null or undefined
924
924
  (0, common_1.assertParamExists)('holderOfferPassAuthInfo', 'walletId', walletId);
925
925
  const localVarPath = `/holder/offer/pass-auth-info`;
@@ -957,7 +957,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
957
957
  * @param {*} [options] Override http request option.
958
958
  * @throws {RequiredError}
959
959
  */
960
- holderOfferProcessAfterConsent: (walletId, interactionId, interactionAuthorizationConsent, options = {}) => __awaiter(this, void 0, void 0, function* () {
960
+ holderOfferProcessAfterConsent: (walletId_1, interactionId_1, interactionAuthorizationConsent_1, ...args_1) => __awaiter(this, [walletId_1, interactionId_1, interactionAuthorizationConsent_1, ...args_1], void 0, function* (walletId, interactionId, interactionAuthorizationConsent, options = {}) {
961
961
  // verify required parameter 'walletId' is not null or undefined
962
962
  (0, common_1.assertParamExists)('holderOfferProcessAfterConsent', 'walletId', walletId);
963
963
  // verify required parameter 'interactionId' is not null or undefined
@@ -997,7 +997,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
997
997
  * @param {*} [options] Override http request option.
998
998
  * @throws {RequiredError}
999
999
  */
1000
- holderPresentPassAuthInfo: (walletId, presentationRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1000
+ holderPresentPassAuthInfo: (walletId_1, presentationRequest_1, ...args_1) => __awaiter(this, [walletId_1, presentationRequest_1, ...args_1], void 0, function* (walletId, presentationRequest, options = {}) {
1001
1001
  // verify required parameter 'walletId' is not null or undefined
1002
1002
  (0, common_1.assertParamExists)('holderPresentPassAuthInfo', 'walletId', walletId);
1003
1003
  const localVarPath = `/holder/present/pass-auth-info`;
@@ -1033,7 +1033,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1033
1033
  * @param {*} [options] Override http request option.
1034
1034
  * @throws {RequiredError}
1035
1035
  */
1036
- idTokenRequestCreate: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1036
+ idTokenRequestCreate: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
1037
1037
  // verify required parameter 'walletId' is not null or undefined
1038
1038
  (0, common_1.assertParamExists)('idTokenRequestCreate', 'walletId', walletId);
1039
1039
  const localVarPath = `/id-token/request`;
@@ -1067,7 +1067,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1067
1067
  * @param {*} [options] Override http request option.
1068
1068
  * @throws {RequiredError}
1069
1069
  */
1070
- issuerCredentialTypesList: (url, options = {}) => __awaiter(this, void 0, void 0, function* () {
1070
+ issuerCredentialTypesList: (url_1, ...args_1) => __awaiter(this, [url_1, ...args_1], void 0, function* (url, options = {}) {
1071
1071
  // verify required parameter 'url' is not null or undefined
1072
1072
  (0, common_1.assertParamExists)('issuerCredentialTypesList', 'url', url);
1073
1073
  const localVarPath = `/issuer/credential/types`;
@@ -1102,7 +1102,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1102
1102
  * @param {*} [options] Override http request option.
1103
1103
  * @throws {RequiredError}
1104
1104
  */
1105
- issuerInitiateAuthOffer: (walletId, initAuthOffer, options = {}) => __awaiter(this, void 0, void 0, function* () {
1105
+ issuerInitiateAuthOffer: (walletId_1, initAuthOffer_1, ...args_1) => __awaiter(this, [walletId_1, initAuthOffer_1, ...args_1], void 0, function* (walletId, initAuthOffer, options = {}) {
1106
1106
  // verify required parameter 'walletId' is not null or undefined
1107
1107
  (0, common_1.assertParamExists)('issuerInitiateAuthOffer', 'walletId', walletId);
1108
1108
  const localVarPath = `/issuer/offer/auth`;
@@ -1139,7 +1139,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1139
1139
  * @param {*} [options] Override http request option.
1140
1140
  * @throws {RequiredError}
1141
1141
  */
1142
- issuerInitiatePreauthOffer: (walletId, initPreAuthOffer, options = {}) => __awaiter(this, void 0, void 0, function* () {
1142
+ issuerInitiatePreauthOffer: (walletId_1, initPreAuthOffer_1, ...args_1) => __awaiter(this, [walletId_1, initPreAuthOffer_1, ...args_1], void 0, function* (walletId, initPreAuthOffer, options = {}) {
1143
1143
  // verify required parameter 'walletId' is not null or undefined
1144
1144
  (0, common_1.assertParamExists)('issuerInitiatePreauthOffer', 'walletId', walletId);
1145
1145
  const localVarPath = `/issuer/offer/preauth`;
@@ -1177,7 +1177,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1177
1177
  * @param {*} [options] Override http request option.
1178
1178
  * @throws {RequiredError}
1179
1179
  */
1180
- issuerXadesSign: (walletId, xadesSignatureType, xml, options = {}) => __awaiter(this, void 0, void 0, function* () {
1180
+ issuerXadesSign: (walletId_1, xadesSignatureType_1, xml_1, ...args_1) => __awaiter(this, [walletId_1, xadesSignatureType_1, xml_1, ...args_1], void 0, function* (walletId, xadesSignatureType, xml, options = {}) {
1181
1181
  // verify required parameter 'walletId' is not null or undefined
1182
1182
  (0, common_1.assertParamExists)('issuerXadesSign', 'walletId', walletId);
1183
1183
  // verify required parameter 'xadesSignatureType' is not null or undefined
@@ -1224,7 +1224,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1224
1224
  * @param {*} [options] Override http request option.
1225
1225
  * @throws {RequiredError}
1226
1226
  */
1227
- pdfCredentialMakeVp: (credentialId, signPdf, walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1227
+ pdfCredentialMakeVp: (credentialId_1, signPdf_1, walletId_1, ...args_1) => __awaiter(this, [credentialId_1, signPdf_1, walletId_1, ...args_1], void 0, function* (credentialId, signPdf, walletId, options = {}) {
1228
1228
  // verify required parameter 'credentialId' is not null or undefined
1229
1229
  (0, common_1.assertParamExists)('pdfCredentialMakeVp', 'credentialId', credentialId);
1230
1230
  // verify required parameter 'signPdf' is not null or undefined
@@ -1267,7 +1267,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1267
1267
  * @param {*} [options] Override http request option.
1268
1268
  * @throws {RequiredError}
1269
1269
  */
1270
- pdfCredentialTwinDelete: (credentialId, walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1270
+ pdfCredentialTwinDelete: (credentialId_1, walletId_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, ...args_1], void 0, function* (credentialId, walletId, options = {}) {
1271
1271
  // verify required parameter 'credentialId' is not null or undefined
1272
1272
  (0, common_1.assertParamExists)('pdfCredentialTwinDelete', 'credentialId', credentialId);
1273
1273
  // verify required parameter 'walletId' is not null or undefined
@@ -1305,7 +1305,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1305
1305
  * @param {*} [options] Override http request option.
1306
1306
  * @throws {RequiredError}
1307
1307
  */
1308
- pdfCredentialTwinGet: (credentialId, walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1308
+ pdfCredentialTwinGet: (credentialId_1, walletId_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, ...args_1], void 0, function* (credentialId, walletId, options = {}) {
1309
1309
  // verify required parameter 'credentialId' is not null or undefined
1310
1310
  (0, common_1.assertParamExists)('pdfCredentialTwinGet', 'credentialId', credentialId);
1311
1311
  // verify required parameter 'walletId' is not null or undefined
@@ -1344,7 +1344,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1344
1344
  * @param {*} [options] Override http request option.
1345
1345
  * @throws {RequiredError}
1346
1346
  */
1347
- pdfCredentialTwinUpload: (credentialId, walletId, pdf, options = {}) => __awaiter(this, void 0, void 0, function* () {
1347
+ pdfCredentialTwinUpload: (credentialId_1, walletId_1, pdf_1, ...args_1) => __awaiter(this, [credentialId_1, walletId_1, pdf_1, ...args_1], void 0, function* (credentialId, walletId, pdf, options = {}) {
1348
1348
  // verify required parameter 'credentialId' is not null or undefined
1349
1349
  (0, common_1.assertParamExists)('pdfCredentialTwinUpload', 'credentialId', credentialId);
1350
1350
  // verify required parameter 'walletId' is not null or undefined
@@ -1388,7 +1388,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1388
1388
  * @param {*} [options] Override http request option.
1389
1389
  * @throws {RequiredError}
1390
1390
  */
1391
- tfAccreditAs: (walletId, accreditationRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1391
+ tfAccreditAs: (walletId_1, accreditationRequest_1, ...args_1) => __awaiter(this, [walletId_1, accreditationRequest_1, ...args_1], void 0, function* (walletId, accreditationRequest, options = {}) {
1392
1392
  // verify required parameter 'walletId' is not null or undefined
1393
1393
  (0, common_1.assertParamExists)('tfAccreditAs', 'walletId', walletId);
1394
1394
  const localVarPath = `/tf/{wallet_id}/accredit`
@@ -1423,7 +1423,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1423
1423
  * @param {*} [options] Override http request option.
1424
1424
  * @throws {RequiredError}
1425
1425
  */
1426
- tfAccreditRequest: (walletId, entityAccreditationRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1426
+ tfAccreditRequest: (walletId_1, entityAccreditationRequest_1, ...args_1) => __awaiter(this, [walletId_1, entityAccreditationRequest_1, ...args_1], void 0, function* (walletId, entityAccreditationRequest, options = {}) {
1427
1427
  // verify required parameter 'walletId' is not null or undefined
1428
1428
  (0, common_1.assertParamExists)('tfAccreditRequest', 'walletId', walletId);
1429
1429
  const localVarPath = `/tf/{wallet_id}/accreditation_request`
@@ -1458,7 +1458,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1458
1458
  * @param {*} [options] Override http request option.
1459
1459
  * @throws {RequiredError}
1460
1460
  */
1461
- tfOnboard: (walletId, onboardingRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1461
+ tfOnboard: (walletId_1, onboardingRequest_1, ...args_1) => __awaiter(this, [walletId_1, onboardingRequest_1, ...args_1], void 0, function* (walletId, onboardingRequest, options = {}) {
1462
1462
  // verify required parameter 'walletId' is not null or undefined
1463
1463
  (0, common_1.assertParamExists)('tfOnboard', 'walletId', walletId);
1464
1464
  const localVarPath = `/tf/{wallet_id}/onboard`
@@ -1493,7 +1493,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1493
1493
  * @param {*} [options] Override http request option.
1494
1494
  * @throws {RequiredError}
1495
1495
  */
1496
- tfOnboardRequest: (walletId, entityOnboardingRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1496
+ tfOnboardRequest: (walletId_1, entityOnboardingRequest_1, ...args_1) => __awaiter(this, [walletId_1, entityOnboardingRequest_1, ...args_1], void 0, function* (walletId, entityOnboardingRequest, options = {}) {
1497
1497
  // verify required parameter 'walletId' is not null or undefined
1498
1498
  (0, common_1.assertParamExists)('tfOnboardRequest', 'walletId', walletId);
1499
1499
  const localVarPath = `/tf/{wallet_id}/onboard_request`
@@ -1528,7 +1528,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1528
1528
  * @param {*} [options] Override http request option.
1529
1529
  * @throws {RequiredError}
1530
1530
  */
1531
- tfRevokeAccreditation: (walletId, revokeAccreditationRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1531
+ tfRevokeAccreditation: (walletId_1, revokeAccreditationRequest_1, ...args_1) => __awaiter(this, [walletId_1, revokeAccreditationRequest_1, ...args_1], void 0, function* (walletId, revokeAccreditationRequest, options = {}) {
1532
1532
  // verify required parameter 'walletId' is not null or undefined
1533
1533
  (0, common_1.assertParamExists)('tfRevokeAccreditation', 'walletId', walletId);
1534
1534
  const localVarPath = `/tf/{wallet_id}/revoke-accredit`
@@ -1563,7 +1563,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1563
1563
  * @param {*} [options] Override http request option.
1564
1564
  * @throws {RequiredError}
1565
1565
  */
1566
- tfX509CertificateIssue: (walletId, certificateIssueRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1566
+ tfX509CertificateIssue: (walletId_1, certificateIssueRequest_1, ...args_1) => __awaiter(this, [walletId_1, certificateIssueRequest_1, ...args_1], void 0, function* (walletId, certificateIssueRequest, options = {}) {
1567
1567
  // verify required parameter 'walletId' is not null or undefined
1568
1568
  (0, common_1.assertParamExists)('tfX509CertificateIssue', 'walletId', walletId);
1569
1569
  const localVarPath = `/tf/{wallet_id}/x509`
@@ -1598,7 +1598,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1598
1598
  * @param {*} [options] Override http request option.
1599
1599
  * @throws {RequiredError}
1600
1600
  */
1601
- verifierInitUrlCreate: (walletId, verifyInitRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1601
+ verifierInitUrlCreate: (walletId_1, verifyInitRequest_1, ...args_1) => __awaiter(this, [walletId_1, verifyInitRequest_1, ...args_1], void 0, function* (walletId, verifyInitRequest, options = {}) {
1602
1602
  // verify required parameter 'walletId' is not null or undefined
1603
1603
  (0, common_1.assertParamExists)('verifierInitUrlCreate', 'walletId', walletId);
1604
1604
  const localVarPath = `/verifier/init`;
@@ -1635,7 +1635,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1635
1635
  * @param {*} [options] Override http request option.
1636
1636
  * @throws {RequiredError}
1637
1637
  */
1638
- verifierLinkedVpVerify: (walletId, did, options = {}) => __awaiter(this, void 0, void 0, function* () {
1638
+ verifierLinkedVpVerify: (walletId_1, did_1, ...args_1) => __awaiter(this, [walletId_1, did_1, ...args_1], void 0, function* (walletId, did, options = {}) {
1639
1639
  // verify required parameter 'walletId' is not null or undefined
1640
1640
  (0, common_1.assertParamExists)('verifierLinkedVpVerify', 'walletId', walletId);
1641
1641
  // verify required parameter 'did' is not null or undefined
@@ -1679,7 +1679,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1679
1679
  * @param {*} [options] Override http request option.
1680
1680
  * @throws {RequiredError}
1681
1681
  */
1682
- verifierPdfVerify: (walletId, extractVp, pdf, trustedCertificates, trustedListsUrl, trustedListSigningCertificates, options = {}) => __awaiter(this, void 0, void 0, function* () {
1682
+ verifierPdfVerify: (walletId_1, extractVp_1, pdf_1, trustedCertificates_1, trustedListsUrl_1, trustedListSigningCertificates_1, ...args_1) => __awaiter(this, [walletId_1, extractVp_1, pdf_1, trustedCertificates_1, trustedListsUrl_1, trustedListSigningCertificates_1, ...args_1], void 0, function* (walletId, extractVp, pdf, trustedCertificates, trustedListsUrl, trustedListSigningCertificates, options = {}) {
1683
1683
  // verify required parameter 'walletId' is not null or undefined
1684
1684
  (0, common_1.assertParamExists)('verifierPdfVerify', 'walletId', walletId);
1685
1685
  // verify required parameter 'extractVp' is not null or undefined
@@ -1733,7 +1733,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1733
1733
  * @param {*} [options] Override http request option.
1734
1734
  * @throws {RequiredError}
1735
1735
  */
1736
- walletCreate: (walletCreatePayload, options = {}) => __awaiter(this, void 0, void 0, function* () {
1736
+ walletCreate: (walletCreatePayload_1, ...args_1) => __awaiter(this, [walletCreatePayload_1, ...args_1], void 0, function* (walletCreatePayload, options = {}) {
1737
1737
  const localVarPath = `/wallets`;
1738
1738
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1739
1739
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1764,7 +1764,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1764
1764
  * @param {*} [options] Override http request option.
1765
1765
  * @throws {RequiredError}
1766
1766
  */
1767
- walletDelete: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1767
+ walletDelete: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
1768
1768
  // verify required parameter 'walletId' is not null or undefined
1769
1769
  (0, common_1.assertParamExists)('walletDelete', 'walletId', walletId);
1770
1770
  const localVarPath = `/wallets/{wallet_id}`
@@ -1796,7 +1796,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1796
1796
  * @param {*} [options] Override http request option.
1797
1797
  * @throws {RequiredError}
1798
1798
  */
1799
- walletGet: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1799
+ walletGet: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
1800
1800
  // verify required parameter 'walletId' is not null or undefined
1801
1801
  (0, common_1.assertParamExists)('walletGet', 'walletId', walletId);
1802
1802
  const localVarPath = `/wallets/{wallet_id}`
@@ -1828,7 +1828,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1828
1828
  * @param {*} [options] Override http request option.
1829
1829
  * @throws {RequiredError}
1830
1830
  */
1831
- walletIdentifierGet: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1831
+ walletIdentifierGet: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
1832
1832
  // verify required parameter 'walletId' is not null or undefined
1833
1833
  (0, common_1.assertParamExists)('walletIdentifierGet', 'walletId', walletId);
1834
1834
  const localVarPath = `/identifier`;
@@ -1862,7 +1862,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1862
1862
  * @param {*} [options] Override http request option.
1863
1863
  * @throws {RequiredError}
1864
1864
  */
1865
- walletKeys: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1865
+ walletKeys: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
1866
1866
  // verify required parameter 'walletId' is not null or undefined
1867
1867
  (0, common_1.assertParamExists)('walletKeys', 'walletId', walletId);
1868
1868
  const localVarPath = `/wallets/{wallet_id}/keys`
@@ -1895,7 +1895,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1895
1895
  * @param {*} [options] Override http request option.
1896
1896
  * @throws {RequiredError}
1897
1897
  */
1898
- walletList: (ownerId, searchName, options = {}) => __awaiter(this, void 0, void 0, function* () {
1898
+ walletList: (ownerId_1, searchName_1, ...args_1) => __awaiter(this, [ownerId_1, searchName_1, ...args_1], void 0, function* (ownerId, searchName, options = {}) {
1899
1899
  const localVarPath = `/wallets`;
1900
1900
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1901
1901
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1932,7 +1932,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1932
1932
  * @param {*} [options] Override http request option.
1933
1933
  * @throws {RequiredError}
1934
1934
  */
1935
- walletNotificationGetByState: (walletId, eventType, state, options = {}) => __awaiter(this, void 0, void 0, function* () {
1935
+ walletNotificationGetByState: (walletId_1, eventType_1, state_1, ...args_1) => __awaiter(this, [walletId_1, eventType_1, state_1, ...args_1], void 0, function* (walletId, eventType, state, options = {}) {
1936
1936
  // verify required parameter 'walletId' is not null or undefined
1937
1937
  (0, common_1.assertParamExists)('walletNotificationGetByState', 'walletId', walletId);
1938
1938
  // verify required parameter 'eventType' is not null or undefined
@@ -1975,7 +1975,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1975
1975
  * @param {*} [options] Override http request option.
1976
1976
  * @throws {RequiredError}
1977
1977
  */
1978
- walletNotificationHistory: (walletId, limit, nextMarker, type, sort, newerThan, options = {}) => __awaiter(this, void 0, void 0, function* () {
1978
+ walletNotificationHistory: (walletId_1, limit_1, nextMarker_1, type_1, sort_1, newerThan_1, ...args_1) => __awaiter(this, [walletId_1, limit_1, nextMarker_1, type_1, sort_1, newerThan_1, ...args_1], void 0, function* (walletId, limit, nextMarker, type, sort, newerThan, options = {}) {
1979
1979
  // verify required parameter 'walletId' is not null or undefined
1980
1980
  (0, common_1.assertParamExists)('walletNotificationHistory', 'walletId', walletId);
1981
1981
  const localVarPath = `/wallets/{wallet_id}/notification_history`
@@ -2022,7 +2022,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2022
2022
  * @param {*} [options] Override http request option.
2023
2023
  * @throws {RequiredError}
2024
2024
  */
2025
- walletNotifications: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2025
+ walletNotifications: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
2026
2026
  // verify required parameter 'walletId' is not null or undefined
2027
2027
  (0, common_1.assertParamExists)('walletNotifications', 'walletId', walletId);
2028
2028
  const localVarPath = `/wallets/{wallet_id}/notifications`
@@ -2055,7 +2055,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2055
2055
  * @param {*} [options] Override http request option.
2056
2056
  * @throws {RequiredError}
2057
2057
  */
2058
- walletPatch: (walletId, walletPatchPayload, options = {}) => __awaiter(this, void 0, void 0, function* () {
2058
+ walletPatch: (walletId_1, walletPatchPayload_1, ...args_1) => __awaiter(this, [walletId_1, walletPatchPayload_1, ...args_1], void 0, function* (walletId, walletPatchPayload, options = {}) {
2059
2059
  // verify required parameter 'walletId' is not null or undefined
2060
2060
  (0, common_1.assertParamExists)('walletPatch', 'walletId', walletId);
2061
2061
  const localVarPath = `/wallets/{wallet_id}`
@@ -2090,7 +2090,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2090
2090
  * @param {*} [options] Override http request option.
2091
2091
  * @throws {RequiredError}
2092
2092
  */
2093
- walletVerifiedCredentialsByState: (walletId, state, options = {}) => __awaiter(this, void 0, void 0, function* () {
2093
+ walletVerifiedCredentialsByState: (walletId_1, state_1, ...args_1) => __awaiter(this, [walletId_1, state_1, ...args_1], void 0, function* (walletId, state, options = {}) {
2094
2094
  // verify required parameter 'walletId' is not null or undefined
2095
2095
  (0, common_1.assertParamExists)('walletVerifiedCredentialsByState', 'walletId', walletId);
2096
2096
  // verify required parameter 'state' is not null or undefined
@@ -2126,7 +2126,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2126
2126
  * @param {*} [options] Override http request option.
2127
2127
  * @throws {RequiredError}
2128
2128
  */
2129
- walletVerifiedCredentialsDeleteByState: (walletId, state, options = {}) => __awaiter(this, void 0, void 0, function* () {
2129
+ walletVerifiedCredentialsDeleteByState: (walletId_1, state_1, ...args_1) => __awaiter(this, [walletId_1, state_1, ...args_1], void 0, function* (walletId, state, options = {}) {
2130
2130
  // verify required parameter 'walletId' is not null or undefined
2131
2131
  (0, common_1.assertParamExists)('walletVerifiedCredentialsDeleteByState', 'walletId', walletId);
2132
2132
  // verify required parameter 'state' is not null or undefined
@@ -2162,7 +2162,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2162
2162
  * @param {*} [options] Override http request option.
2163
2163
  * @throws {RequiredError}
2164
2164
  */
2165
- walletX509CSRCreate: (walletId, cSRCreateRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
2165
+ walletX509CSRCreate: (walletId_1, cSRCreateRequest_1, ...args_1) => __awaiter(this, [walletId_1, cSRCreateRequest_1, ...args_1], void 0, function* (walletId, cSRCreateRequest, options = {}) {
2166
2166
  // verify required parameter 'walletId' is not null or undefined
2167
2167
  (0, common_1.assertParamExists)('walletX509CSRCreate', 'walletId', walletId);
2168
2168
  const localVarPath = `/wallets/{wallet_id}/csr`
@@ -2196,7 +2196,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2196
2196
  * @param {*} [options] Override http request option.
2197
2197
  * @throws {RequiredError}
2198
2198
  */
2199
- walletX509CertificateGet: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2199
+ walletX509CertificateGet: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
2200
2200
  // verify required parameter 'walletId' is not null or undefined
2201
2201
  (0, common_1.assertParamExists)('walletX509CertificateGet', 'walletId', walletId);
2202
2202
  const localVarPath = `/wallets/{wallet_id}/certificate`
@@ -2226,7 +2226,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2226
2226
  * @param {*} [options] Override http request option.
2227
2227
  * @throws {RequiredError}
2228
2228
  */
2229
- walletX509CertificateImport: (walletId, certificateImportRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
2229
+ walletX509CertificateImport: (walletId_1, certificateImportRequest_1, ...args_1) => __awaiter(this, [walletId_1, certificateImportRequest_1, ...args_1], void 0, function* (walletId, certificateImportRequest, options = {}) {
2230
2230
  // verify required parameter 'walletId' is not null or undefined
2231
2231
  (0, common_1.assertParamExists)('walletX509CertificateImport', 'walletId', walletId);
2232
2232
  const localVarPath = `/wallets/{wallet_id}/certificate`
@@ -2261,7 +2261,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2261
2261
  * @param {*} [options] Override http request option.
2262
2262
  * @throws {RequiredError}
2263
2263
  */
2264
- wmpAcceptInvitation: (walletId, wmpAcceptInvitationPayload, options = {}) => __awaiter(this, void 0, void 0, function* () {
2264
+ wmpAcceptInvitation: (walletId_1, wmpAcceptInvitationPayload_1, ...args_1) => __awaiter(this, [walletId_1, wmpAcceptInvitationPayload_1, ...args_1], void 0, function* (walletId, wmpAcceptInvitationPayload, options = {}) {
2265
2265
  // verify required parameter 'walletId' is not null or undefined
2266
2266
  (0, common_1.assertParamExists)('wmpAcceptInvitation', 'walletId', walletId);
2267
2267
  const localVarPath = `/wmp/invitation/accept`;
@@ -2297,7 +2297,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2297
2297
  * @param {*} [options] Override http request option.
2298
2298
  * @throws {RequiredError}
2299
2299
  */
2300
- wmpClientGetPendingRequests: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2300
+ wmpClientGetPendingRequests: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
2301
2301
  // verify required parameter 'walletId' is not null or undefined
2302
2302
  (0, common_1.assertParamExists)('wmpClientGetPendingRequests', 'walletId', walletId);
2303
2303
  const localVarPath = `/wmp/client/requests`;
@@ -2332,7 +2332,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2332
2332
  * @param {*} [options] Override http request option.
2333
2333
  * @throws {RequiredError}
2334
2334
  */
2335
- wmpClientProcessRequest: (walletId, requestId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2335
+ wmpClientProcessRequest: (walletId_1, requestId_1, ...args_1) => __awaiter(this, [walletId_1, requestId_1, ...args_1], void 0, function* (walletId, requestId, options = {}) {
2336
2336
  // verify required parameter 'walletId' is not null or undefined
2337
2337
  (0, common_1.assertParamExists)('wmpClientProcessRequest', 'walletId', walletId);
2338
2338
  // verify required parameter 'requestId' is not null or undefined
@@ -2369,7 +2369,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2369
2369
  * @param {*} [options] Override http request option.
2370
2370
  * @throws {RequiredError}
2371
2371
  */
2372
- wmpCreateNewInvitation: (walletId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2372
+ wmpCreateNewInvitation: (walletId_1, ...args_1) => __awaiter(this, [walletId_1, ...args_1], void 0, function* (walletId, options = {}) {
2373
2373
  // verify required parameter 'walletId' is not null or undefined
2374
2374
  (0, common_1.assertParamExists)('wmpCreateNewInvitation', 'walletId', walletId);
2375
2375
  const localVarPath = `/wmp/invitation`;
@@ -2404,7 +2404,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2404
2404
  * @param {*} [options] Override http request option.
2405
2405
  * @throws {RequiredError}
2406
2406
  */
2407
- wmpEntityConnectionGet: (walletId, entityId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2407
+ wmpEntityConnectionGet: (walletId_1, entityId_1, ...args_1) => __awaiter(this, [walletId_1, entityId_1, ...args_1], void 0, function* (walletId, entityId, options = {}) {
2408
2408
  // verify required parameter 'walletId' is not null or undefined
2409
2409
  (0, common_1.assertParamExists)('wmpEntityConnectionGet', 'walletId', walletId);
2410
2410
  // verify required parameter 'entityId' is not null or undefined
@@ -2442,7 +2442,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2442
2442
  * @param {*} [options] Override http request option.
2443
2443
  * @throws {RequiredError}
2444
2444
  */
2445
- wmpEntityDelete: (walletId, entityId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2445
+ wmpEntityDelete: (walletId_1, entityId_1, ...args_1) => __awaiter(this, [walletId_1, entityId_1, ...args_1], void 0, function* (walletId, entityId, options = {}) {
2446
2446
  // verify required parameter 'walletId' is not null or undefined
2447
2447
  (0, common_1.assertParamExists)('wmpEntityDelete', 'walletId', walletId);
2448
2448
  // verify required parameter 'entityId' is not null or undefined
@@ -2480,7 +2480,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2480
2480
  * @param {*} [options] Override http request option.
2481
2481
  * @throws {RequiredError}
2482
2482
  */
2483
- wmpEntityGet: (walletId, entityId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2483
+ wmpEntityGet: (walletId_1, entityId_1, ...args_1) => __awaiter(this, [walletId_1, entityId_1, ...args_1], void 0, function* (walletId, entityId, options = {}) {
2484
2484
  // verify required parameter 'walletId' is not null or undefined
2485
2485
  (0, common_1.assertParamExists)('wmpEntityGet', 'walletId', walletId);
2486
2486
  // verify required parameter 'entityId' is not null or undefined
@@ -2518,7 +2518,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2518
2518
  * @param {*} [options] Override http request option.
2519
2519
  * @throws {RequiredError}
2520
2520
  */
2521
- wmpEntityList: (walletId, entityType, options = {}) => __awaiter(this, void 0, void 0, function* () {
2521
+ wmpEntityList: (walletId_1, entityType_1, ...args_1) => __awaiter(this, [walletId_1, entityType_1, ...args_1], void 0, function* (walletId, entityType, options = {}) {
2522
2522
  // verify required parameter 'walletId' is not null or undefined
2523
2523
  (0, common_1.assertParamExists)('wmpEntityList', 'walletId', walletId);
2524
2524
  // verify required parameter 'entityType' is not null or undefined
@@ -2558,7 +2558,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2558
2558
  * @param {*} [options] Override http request option.
2559
2559
  * @throws {RequiredError}
2560
2560
  */
2561
- wmpEntityServerConnect: (walletId, entityId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2561
+ wmpEntityServerConnect: (walletId_1, entityId_1, ...args_1) => __awaiter(this, [walletId_1, entityId_1, ...args_1], void 0, function* (walletId, entityId, options = {}) {
2562
2562
  // verify required parameter 'walletId' is not null or undefined
2563
2563
  (0, common_1.assertParamExists)('wmpEntityServerConnect', 'walletId', walletId);
2564
2564
  // verify required parameter 'entityId' is not null or undefined
@@ -2606,8 +2606,8 @@ const DefaultApiFp = function (configuration) {
2606
2606
  * @throws {RequiredError}
2607
2607
  */
2608
2608
  credentialCreate(walletId, credentialPayload, options) {
2609
- var _a, _b, _c;
2610
2609
  return __awaiter(this, void 0, void 0, function* () {
2610
+ var _a, _b, _c;
2611
2611
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialCreate(walletId, credentialPayload, options);
2612
2612
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2613
2613
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2622,8 +2622,8 @@ const DefaultApiFp = function (configuration) {
2622
2622
  * @throws {RequiredError}
2623
2623
  */
2624
2624
  credentialGet(credentialId, walletId, options) {
2625
- var _a, _b, _c;
2626
2625
  return __awaiter(this, void 0, void 0, function* () {
2626
+ var _a, _b, _c;
2627
2627
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialGet(credentialId, walletId, options);
2628
2628
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2629
2629
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2638,8 +2638,8 @@ const DefaultApiFp = function (configuration) {
2638
2638
  * @throws {RequiredError}
2639
2639
  */
2640
2640
  credentialImport(walletId, credentialImport, options) {
2641
- var _a, _b, _c;
2642
2641
  return __awaiter(this, void 0, void 0, function* () {
2642
+ var _a, _b, _c;
2643
2643
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialImport(walletId, credentialImport, options);
2644
2644
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2645
2645
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialImport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2655,8 +2655,8 @@ const DefaultApiFp = function (configuration) {
2655
2655
  * @throws {RequiredError}
2656
2656
  */
2657
2657
  credentialIssuanceInit(credentialId, walletId, credentialIssuanceInit, options) {
2658
- var _a, _b, _c;
2659
2658
  return __awaiter(this, void 0, void 0, function* () {
2659
+ var _a, _b, _c;
2660
2660
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialIssuanceInit(credentialId, walletId, credentialIssuanceInit, options);
2661
2661
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2662
2662
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialIssuanceInit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2678,8 +2678,8 @@ const DefaultApiFp = function (configuration) {
2678
2678
  * @throws {RequiredError}
2679
2679
  */
2680
2680
  credentialList(walletId, interaction, type, valid, limit, nextMarker, sort, searchPath, filter, options) {
2681
- var _a, _b, _c;
2682
2681
  return __awaiter(this, void 0, void 0, function* () {
2682
+ var _a, _b, _c;
2683
2683
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialList(walletId, interaction, type, valid, limit, nextMarker, sort, searchPath, filter, options);
2684
2684
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2685
2685
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2695,8 +2695,8 @@ const DefaultApiFp = function (configuration) {
2695
2695
  * @throws {RequiredError}
2696
2696
  */
2697
2697
  credentialMetadataPatch(credentialId, walletId, credentialMetadataPatchPayload, options) {
2698
- var _a, _b, _c;
2699
2698
  return __awaiter(this, void 0, void 0, function* () {
2699
+ var _a, _b, _c;
2700
2700
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialMetadataPatch(credentialId, walletId, credentialMetadataPatchPayload, options);
2701
2701
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2702
2702
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialMetadataPatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2712,8 +2712,8 @@ const DefaultApiFp = function (configuration) {
2712
2712
  * @throws {RequiredError}
2713
2713
  */
2714
2714
  credentialPatch(credentialId, walletId, credentialPatchPayload, options) {
2715
- var _a, _b, _c;
2716
2715
  return __awaiter(this, void 0, void 0, function* () {
2716
+ var _a, _b, _c;
2717
2717
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialPatch(credentialId, walletId, credentialPatchPayload, options);
2718
2718
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2719
2719
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialPatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2728,8 +2728,8 @@ const DefaultApiFp = function (configuration) {
2728
2728
  * @throws {RequiredError}
2729
2729
  */
2730
2730
  credentialRequestInit(walletId, credentialRequest, options) {
2731
- var _a, _b, _c;
2732
2731
  return __awaiter(this, void 0, void 0, function* () {
2732
+ var _a, _b, _c;
2733
2733
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialRequestInit(walletId, credentialRequest, options);
2734
2734
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2735
2735
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialRequestInit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2744,8 +2744,8 @@ const DefaultApiFp = function (configuration) {
2744
2744
  * @throws {RequiredError}
2745
2745
  */
2746
2746
  credentialRevoke(credentialId, walletId, options) {
2747
- var _a, _b, _c;
2748
2747
  return __awaiter(this, void 0, void 0, function* () {
2748
+ var _a, _b, _c;
2749
2749
  const localVarAxiosArgs = yield localVarAxiosParamCreator.credentialRevoke(credentialId, walletId, options);
2750
2750
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2751
2751
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.credentialRevoke']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2760,8 +2760,8 @@ const DefaultApiFp = function (configuration) {
2760
2760
  * @throws {RequiredError}
2761
2761
  */
2762
2762
  deferredStatus(deferredId, walletId, options) {
2763
- var _a, _b, _c;
2764
2763
  return __awaiter(this, void 0, void 0, function* () {
2764
+ var _a, _b, _c;
2765
2765
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deferredStatus(deferredId, walletId, options);
2766
2766
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2767
2767
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.deferredStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2775,8 +2775,8 @@ const DefaultApiFp = function (configuration) {
2775
2775
  * @throws {RequiredError}
2776
2776
  */
2777
2777
  didDocumentGet(walletId, options) {
2778
- var _a, _b, _c;
2779
2778
  return __awaiter(this, void 0, void 0, function* () {
2779
+ var _a, _b, _c;
2780
2780
  const localVarAxiosArgs = yield localVarAxiosParamCreator.didDocumentGet(walletId, options);
2781
2781
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2782
2782
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.didDocumentGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2789,8 +2789,8 @@ const DefaultApiFp = function (configuration) {
2789
2789
  * @throws {RequiredError}
2790
2790
  */
2791
2791
  healthCheck(options) {
2792
- var _a, _b, _c;
2793
2792
  return __awaiter(this, void 0, void 0, function* () {
2793
+ var _a, _b, _c;
2794
2794
  const localVarAxiosArgs = yield localVarAxiosParamCreator.healthCheck(options);
2795
2795
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2796
2796
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.healthCheck']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2805,8 +2805,8 @@ const DefaultApiFp = function (configuration) {
2805
2805
  * @throws {RequiredError}
2806
2806
  */
2807
2807
  holderCreateAuthOffer(walletId, holderAuthOfferCreationRequest, options) {
2808
- var _a, _b, _c;
2809
2808
  return __awaiter(this, void 0, void 0, function* () {
2809
+ var _a, _b, _c;
2810
2810
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderCreateAuthOffer(walletId, holderAuthOfferCreationRequest, options);
2811
2811
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2812
2812
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderCreateAuthOffer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2822,8 +2822,8 @@ const DefaultApiFp = function (configuration) {
2822
2822
  * @throws {RequiredError}
2823
2823
  */
2824
2824
  holderCredentialsPresentAfterConsent(walletId, interactionId, interactionAuthorizationConsent, options) {
2825
- var _a, _b, _c;
2826
2825
  return __awaiter(this, void 0, void 0, function* () {
2826
+ var _a, _b, _c;
2827
2827
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderCredentialsPresentAfterConsent(walletId, interactionId, interactionAuthorizationConsent, options);
2828
2828
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2829
2829
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderCredentialsPresentAfterConsent']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2838,8 +2838,8 @@ const DefaultApiFp = function (configuration) {
2838
2838
  * @throws {RequiredError}
2839
2839
  */
2840
2840
  holderIdTokenSend(walletId, idTokenSendRequest, options) {
2841
- var _a, _b, _c;
2842
2841
  return __awaiter(this, void 0, void 0, function* () {
2842
+ var _a, _b, _c;
2843
2843
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderIdTokenSend(walletId, idTokenSendRequest, options);
2844
2844
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2845
2845
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderIdTokenSend']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2854,8 +2854,8 @@ const DefaultApiFp = function (configuration) {
2854
2854
  * @throws {RequiredError}
2855
2855
  */
2856
2856
  holderLinkedVpCreate(walletId, linkedVpCreateRequest, options) {
2857
- var _a, _b, _c;
2858
2857
  return __awaiter(this, void 0, void 0, function* () {
2858
+ var _a, _b, _c;
2859
2859
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderLinkedVpCreate(walletId, linkedVpCreateRequest, options);
2860
2860
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2861
2861
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderLinkedVpCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2870,8 +2870,8 @@ const DefaultApiFp = function (configuration) {
2870
2870
  * @throws {RequiredError}
2871
2871
  */
2872
2872
  holderLinkedVpDelete(walletId, linkedVpId, options) {
2873
- var _a, _b, _c;
2874
2873
  return __awaiter(this, void 0, void 0, function* () {
2874
+ var _a, _b, _c;
2875
2875
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderLinkedVpDelete(walletId, linkedVpId, options);
2876
2876
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2877
2877
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderLinkedVpDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2886,8 +2886,8 @@ const DefaultApiFp = function (configuration) {
2886
2886
  * @throws {RequiredError}
2887
2887
  */
2888
2888
  holderLinkedVpGetDetails(walletId, linkedVpId, options) {
2889
- var _a, _b, _c;
2890
2889
  return __awaiter(this, void 0, void 0, function* () {
2890
+ var _a, _b, _c;
2891
2891
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderLinkedVpGetDetails(walletId, linkedVpId, options);
2892
2892
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2893
2893
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderLinkedVpGetDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2901,8 +2901,8 @@ const DefaultApiFp = function (configuration) {
2901
2901
  * @throws {RequiredError}
2902
2902
  */
2903
2903
  holderLinkedVpList(walletId, options) {
2904
- var _a, _b, _c;
2905
2904
  return __awaiter(this, void 0, void 0, function* () {
2905
+ var _a, _b, _c;
2906
2906
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderLinkedVpList(walletId, options);
2907
2907
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2908
2908
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderLinkedVpList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2910,15 +2910,15 @@ const DefaultApiFp = function (configuration) {
2910
2910
  });
2911
2911
  },
2912
2912
  /**
2913
- * Issue the Verifiable Credential using OIDC4VCI offer acceptance
2913
+ * Retrieve authorization requirements for the credential offer.
2914
2914
  * @param {string} walletId
2915
2915
  * @param {VcOffer} [vcOffer] Verifiable Credential offer
2916
2916
  * @param {*} [options] Override http request option.
2917
2917
  * @throws {RequiredError}
2918
2918
  */
2919
2919
  holderOfferPassAuthInfo(walletId, vcOffer, options) {
2920
- var _a, _b, _c;
2921
2920
  return __awaiter(this, void 0, void 0, function* () {
2921
+ var _a, _b, _c;
2922
2922
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderOfferPassAuthInfo(walletId, vcOffer, options);
2923
2923
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2924
2924
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderOfferPassAuthInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2934,8 +2934,8 @@ const DefaultApiFp = function (configuration) {
2934
2934
  * @throws {RequiredError}
2935
2935
  */
2936
2936
  holderOfferProcessAfterConsent(walletId, interactionId, interactionAuthorizationConsent, options) {
2937
- var _a, _b, _c;
2938
2937
  return __awaiter(this, void 0, void 0, function* () {
2938
+ var _a, _b, _c;
2939
2939
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderOfferProcessAfterConsent(walletId, interactionId, interactionAuthorizationConsent, options);
2940
2940
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2941
2941
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderOfferProcessAfterConsent']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2950,8 +2950,8 @@ const DefaultApiFp = function (configuration) {
2950
2950
  * @throws {RequiredError}
2951
2951
  */
2952
2952
  holderPresentPassAuthInfo(walletId, presentationRequest, options) {
2953
- var _a, _b, _c;
2954
2953
  return __awaiter(this, void 0, void 0, function* () {
2954
+ var _a, _b, _c;
2955
2955
  const localVarAxiosArgs = yield localVarAxiosParamCreator.holderPresentPassAuthInfo(walletId, presentationRequest, options);
2956
2956
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2957
2957
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.holderPresentPassAuthInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2965,8 +2965,8 @@ const DefaultApiFp = function (configuration) {
2965
2965
  * @throws {RequiredError}
2966
2966
  */
2967
2967
  idTokenRequestCreate(walletId, options) {
2968
- var _a, _b, _c;
2969
2968
  return __awaiter(this, void 0, void 0, function* () {
2969
+ var _a, _b, _c;
2970
2970
  const localVarAxiosArgs = yield localVarAxiosParamCreator.idTokenRequestCreate(walletId, options);
2971
2971
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2972
2972
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.idTokenRequestCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2980,8 +2980,8 @@ const DefaultApiFp = function (configuration) {
2980
2980
  * @throws {RequiredError}
2981
2981
  */
2982
2982
  issuerCredentialTypesList(url, options) {
2983
- var _a, _b, _c;
2984
2983
  return __awaiter(this, void 0, void 0, function* () {
2984
+ var _a, _b, _c;
2985
2985
  const localVarAxiosArgs = yield localVarAxiosParamCreator.issuerCredentialTypesList(url, options);
2986
2986
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2987
2987
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.issuerCredentialTypesList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -2996,8 +2996,8 @@ const DefaultApiFp = function (configuration) {
2996
2996
  * @throws {RequiredError}
2997
2997
  */
2998
2998
  issuerInitiateAuthOffer(walletId, initAuthOffer, options) {
2999
- var _a, _b, _c;
3000
2999
  return __awaiter(this, void 0, void 0, function* () {
3000
+ var _a, _b, _c;
3001
3001
  const localVarAxiosArgs = yield localVarAxiosParamCreator.issuerInitiateAuthOffer(walletId, initAuthOffer, options);
3002
3002
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3003
3003
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.issuerInitiateAuthOffer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3012,8 +3012,8 @@ const DefaultApiFp = function (configuration) {
3012
3012
  * @throws {RequiredError}
3013
3013
  */
3014
3014
  issuerInitiatePreauthOffer(walletId, initPreAuthOffer, options) {
3015
- var _a, _b, _c;
3016
3015
  return __awaiter(this, void 0, void 0, function* () {
3016
+ var _a, _b, _c;
3017
3017
  const localVarAxiosArgs = yield localVarAxiosParamCreator.issuerInitiatePreauthOffer(walletId, initPreAuthOffer, options);
3018
3018
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3019
3019
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.issuerInitiatePreauthOffer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3029,8 +3029,8 @@ const DefaultApiFp = function (configuration) {
3029
3029
  * @throws {RequiredError}
3030
3030
  */
3031
3031
  issuerXadesSign(walletId, xadesSignatureType, xml, options) {
3032
- var _a, _b, _c;
3033
3032
  return __awaiter(this, void 0, void 0, function* () {
3033
+ var _a, _b, _c;
3034
3034
  const localVarAxiosArgs = yield localVarAxiosParamCreator.issuerXadesSign(walletId, xadesSignatureType, xml, options);
3035
3035
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3036
3036
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.issuerXadesSign']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3046,8 +3046,8 @@ const DefaultApiFp = function (configuration) {
3046
3046
  * @throws {RequiredError}
3047
3047
  */
3048
3048
  pdfCredentialMakeVp(credentialId, signPdf, walletId, options) {
3049
- var _a, _b, _c;
3050
3049
  return __awaiter(this, void 0, void 0, function* () {
3050
+ var _a, _b, _c;
3051
3051
  const localVarAxiosArgs = yield localVarAxiosParamCreator.pdfCredentialMakeVp(credentialId, signPdf, walletId, options);
3052
3052
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3053
3053
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.pdfCredentialMakeVp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3062,8 +3062,8 @@ const DefaultApiFp = function (configuration) {
3062
3062
  * @throws {RequiredError}
3063
3063
  */
3064
3064
  pdfCredentialTwinDelete(credentialId, walletId, options) {
3065
- var _a, _b, _c;
3066
3065
  return __awaiter(this, void 0, void 0, function* () {
3066
+ var _a, _b, _c;
3067
3067
  const localVarAxiosArgs = yield localVarAxiosParamCreator.pdfCredentialTwinDelete(credentialId, walletId, options);
3068
3068
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3069
3069
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.pdfCredentialTwinDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3078,8 +3078,8 @@ const DefaultApiFp = function (configuration) {
3078
3078
  * @throws {RequiredError}
3079
3079
  */
3080
3080
  pdfCredentialTwinGet(credentialId, walletId, options) {
3081
- var _a, _b, _c;
3082
3081
  return __awaiter(this, void 0, void 0, function* () {
3082
+ var _a, _b, _c;
3083
3083
  const localVarAxiosArgs = yield localVarAxiosParamCreator.pdfCredentialTwinGet(credentialId, walletId, options);
3084
3084
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3085
3085
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.pdfCredentialTwinGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3095,8 +3095,8 @@ const DefaultApiFp = function (configuration) {
3095
3095
  * @throws {RequiredError}
3096
3096
  */
3097
3097
  pdfCredentialTwinUpload(credentialId, walletId, pdf, options) {
3098
- var _a, _b, _c;
3099
3098
  return __awaiter(this, void 0, void 0, function* () {
3099
+ var _a, _b, _c;
3100
3100
  const localVarAxiosArgs = yield localVarAxiosParamCreator.pdfCredentialTwinUpload(credentialId, walletId, pdf, options);
3101
3101
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3102
3102
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.pdfCredentialTwinUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3111,8 +3111,8 @@ const DefaultApiFp = function (configuration) {
3111
3111
  * @throws {RequiredError}
3112
3112
  */
3113
3113
  tfAccreditAs(walletId, accreditationRequest, options) {
3114
- var _a, _b, _c;
3115
3114
  return __awaiter(this, void 0, void 0, function* () {
3115
+ var _a, _b, _c;
3116
3116
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tfAccreditAs(walletId, accreditationRequest, options);
3117
3117
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3118
3118
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.tfAccreditAs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3127,8 +3127,8 @@ const DefaultApiFp = function (configuration) {
3127
3127
  * @throws {RequiredError}
3128
3128
  */
3129
3129
  tfAccreditRequest(walletId, entityAccreditationRequest, options) {
3130
- var _a, _b, _c;
3131
3130
  return __awaiter(this, void 0, void 0, function* () {
3131
+ var _a, _b, _c;
3132
3132
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tfAccreditRequest(walletId, entityAccreditationRequest, options);
3133
3133
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3134
3134
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.tfAccreditRequest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3143,8 +3143,8 @@ const DefaultApiFp = function (configuration) {
3143
3143
  * @throws {RequiredError}
3144
3144
  */
3145
3145
  tfOnboard(walletId, onboardingRequest, options) {
3146
- var _a, _b, _c;
3147
3146
  return __awaiter(this, void 0, void 0, function* () {
3147
+ var _a, _b, _c;
3148
3148
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tfOnboard(walletId, onboardingRequest, options);
3149
3149
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3150
3150
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.tfOnboard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3159,8 +3159,8 @@ const DefaultApiFp = function (configuration) {
3159
3159
  * @throws {RequiredError}
3160
3160
  */
3161
3161
  tfOnboardRequest(walletId, entityOnboardingRequest, options) {
3162
- var _a, _b, _c;
3163
3162
  return __awaiter(this, void 0, void 0, function* () {
3163
+ var _a, _b, _c;
3164
3164
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tfOnboardRequest(walletId, entityOnboardingRequest, options);
3165
3165
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3166
3166
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.tfOnboardRequest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3175,8 +3175,8 @@ const DefaultApiFp = function (configuration) {
3175
3175
  * @throws {RequiredError}
3176
3176
  */
3177
3177
  tfRevokeAccreditation(walletId, revokeAccreditationRequest, options) {
3178
- var _a, _b, _c;
3179
3178
  return __awaiter(this, void 0, void 0, function* () {
3179
+ var _a, _b, _c;
3180
3180
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tfRevokeAccreditation(walletId, revokeAccreditationRequest, options);
3181
3181
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3182
3182
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.tfRevokeAccreditation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3191,8 +3191,8 @@ const DefaultApiFp = function (configuration) {
3191
3191
  * @throws {RequiredError}
3192
3192
  */
3193
3193
  tfX509CertificateIssue(walletId, certificateIssueRequest, options) {
3194
- var _a, _b, _c;
3195
3194
  return __awaiter(this, void 0, void 0, function* () {
3195
+ var _a, _b, _c;
3196
3196
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tfX509CertificateIssue(walletId, certificateIssueRequest, options);
3197
3197
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3198
3198
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.tfX509CertificateIssue']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3207,8 +3207,8 @@ const DefaultApiFp = function (configuration) {
3207
3207
  * @throws {RequiredError}
3208
3208
  */
3209
3209
  verifierInitUrlCreate(walletId, verifyInitRequest, options) {
3210
- var _a, _b, _c;
3211
3210
  return __awaiter(this, void 0, void 0, function* () {
3211
+ var _a, _b, _c;
3212
3212
  const localVarAxiosArgs = yield localVarAxiosParamCreator.verifierInitUrlCreate(walletId, verifyInitRequest, options);
3213
3213
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3214
3214
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.verifierInitUrlCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3223,8 +3223,8 @@ const DefaultApiFp = function (configuration) {
3223
3223
  * @throws {RequiredError}
3224
3224
  */
3225
3225
  verifierLinkedVpVerify(walletId, did, options) {
3226
- var _a, _b, _c;
3227
3226
  return __awaiter(this, void 0, void 0, function* () {
3227
+ var _a, _b, _c;
3228
3228
  const localVarAxiosArgs = yield localVarAxiosParamCreator.verifierLinkedVpVerify(walletId, did, options);
3229
3229
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3230
3230
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.verifierLinkedVpVerify']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3243,8 +3243,8 @@ const DefaultApiFp = function (configuration) {
3243
3243
  * @throws {RequiredError}
3244
3244
  */
3245
3245
  verifierPdfVerify(walletId, extractVp, pdf, trustedCertificates, trustedListsUrl, trustedListSigningCertificates, options) {
3246
- var _a, _b, _c;
3247
3246
  return __awaiter(this, void 0, void 0, function* () {
3247
+ var _a, _b, _c;
3248
3248
  const localVarAxiosArgs = yield localVarAxiosParamCreator.verifierPdfVerify(walletId, extractVp, pdf, trustedCertificates, trustedListsUrl, trustedListSigningCertificates, options);
3249
3249
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3250
3250
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.verifierPdfVerify']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3258,8 +3258,8 @@ const DefaultApiFp = function (configuration) {
3258
3258
  * @throws {RequiredError}
3259
3259
  */
3260
3260
  walletCreate(walletCreatePayload, options) {
3261
- var _a, _b, _c;
3262
3261
  return __awaiter(this, void 0, void 0, function* () {
3262
+ var _a, _b, _c;
3263
3263
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletCreate(walletCreatePayload, options);
3264
3264
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3265
3265
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3273,8 +3273,8 @@ const DefaultApiFp = function (configuration) {
3273
3273
  * @throws {RequiredError}
3274
3274
  */
3275
3275
  walletDelete(walletId, options) {
3276
- var _a, _b, _c;
3277
3276
  return __awaiter(this, void 0, void 0, function* () {
3277
+ var _a, _b, _c;
3278
3278
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletDelete(walletId, options);
3279
3279
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3280
3280
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3288,8 +3288,8 @@ const DefaultApiFp = function (configuration) {
3288
3288
  * @throws {RequiredError}
3289
3289
  */
3290
3290
  walletGet(walletId, options) {
3291
- var _a, _b, _c;
3292
3291
  return __awaiter(this, void 0, void 0, function* () {
3292
+ var _a, _b, _c;
3293
3293
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletGet(walletId, options);
3294
3294
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3295
3295
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3303,8 +3303,8 @@ const DefaultApiFp = function (configuration) {
3303
3303
  * @throws {RequiredError}
3304
3304
  */
3305
3305
  walletIdentifierGet(walletId, options) {
3306
- var _a, _b, _c;
3307
3306
  return __awaiter(this, void 0, void 0, function* () {
3307
+ var _a, _b, _c;
3308
3308
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletIdentifierGet(walletId, options);
3309
3309
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3310
3310
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletIdentifierGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3318,8 +3318,8 @@ const DefaultApiFp = function (configuration) {
3318
3318
  * @throws {RequiredError}
3319
3319
  */
3320
3320
  walletKeys(walletId, options) {
3321
- var _a, _b, _c;
3322
3321
  return __awaiter(this, void 0, void 0, function* () {
3322
+ var _a, _b, _c;
3323
3323
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletKeys(walletId, options);
3324
3324
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3325
3325
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletKeys']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3334,8 +3334,8 @@ const DefaultApiFp = function (configuration) {
3334
3334
  * @throws {RequiredError}
3335
3335
  */
3336
3336
  walletList(ownerId, searchName, options) {
3337
- var _a, _b, _c;
3338
3337
  return __awaiter(this, void 0, void 0, function* () {
3338
+ var _a, _b, _c;
3339
3339
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletList(ownerId, searchName, options);
3340
3340
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3341
3341
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3351,8 +3351,8 @@ const DefaultApiFp = function (configuration) {
3351
3351
  * @throws {RequiredError}
3352
3352
  */
3353
3353
  walletNotificationGetByState(walletId, eventType, state, options) {
3354
- var _a, _b, _c;
3355
3354
  return __awaiter(this, void 0, void 0, function* () {
3355
+ var _a, _b, _c;
3356
3356
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletNotificationGetByState(walletId, eventType, state, options);
3357
3357
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3358
3358
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletNotificationGetByState']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3371,8 +3371,8 @@ const DefaultApiFp = function (configuration) {
3371
3371
  * @throws {RequiredError}
3372
3372
  */
3373
3373
  walletNotificationHistory(walletId, limit, nextMarker, type, sort, newerThan, options) {
3374
- var _a, _b, _c;
3375
3374
  return __awaiter(this, void 0, void 0, function* () {
3375
+ var _a, _b, _c;
3376
3376
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletNotificationHistory(walletId, limit, nextMarker, type, sort, newerThan, options);
3377
3377
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3378
3378
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletNotificationHistory']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3386,8 +3386,8 @@ const DefaultApiFp = function (configuration) {
3386
3386
  * @throws {RequiredError}
3387
3387
  */
3388
3388
  walletNotifications(walletId, options) {
3389
- var _a, _b, _c;
3390
3389
  return __awaiter(this, void 0, void 0, function* () {
3390
+ var _a, _b, _c;
3391
3391
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletNotifications(walletId, options);
3392
3392
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3393
3393
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletNotifications']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3402,8 +3402,8 @@ const DefaultApiFp = function (configuration) {
3402
3402
  * @throws {RequiredError}
3403
3403
  */
3404
3404
  walletPatch(walletId, walletPatchPayload, options) {
3405
- var _a, _b, _c;
3406
3405
  return __awaiter(this, void 0, void 0, function* () {
3406
+ var _a, _b, _c;
3407
3407
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletPatch(walletId, walletPatchPayload, options);
3408
3408
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3409
3409
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletPatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3418,8 +3418,8 @@ const DefaultApiFp = function (configuration) {
3418
3418
  * @throws {RequiredError}
3419
3419
  */
3420
3420
  walletVerifiedCredentialsByState(walletId, state, options) {
3421
- var _a, _b, _c;
3422
3421
  return __awaiter(this, void 0, void 0, function* () {
3422
+ var _a, _b, _c;
3423
3423
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletVerifiedCredentialsByState(walletId, state, options);
3424
3424
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3425
3425
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletVerifiedCredentialsByState']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3434,8 +3434,8 @@ const DefaultApiFp = function (configuration) {
3434
3434
  * @throws {RequiredError}
3435
3435
  */
3436
3436
  walletVerifiedCredentialsDeleteByState(walletId, state, options) {
3437
- var _a, _b, _c;
3438
3437
  return __awaiter(this, void 0, void 0, function* () {
3438
+ var _a, _b, _c;
3439
3439
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletVerifiedCredentialsDeleteByState(walletId, state, options);
3440
3440
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3441
3441
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletVerifiedCredentialsDeleteByState']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3450,8 +3450,8 @@ const DefaultApiFp = function (configuration) {
3450
3450
  * @throws {RequiredError}
3451
3451
  */
3452
3452
  walletX509CSRCreate(walletId, cSRCreateRequest, options) {
3453
- var _a, _b, _c;
3454
3453
  return __awaiter(this, void 0, void 0, function* () {
3454
+ var _a, _b, _c;
3455
3455
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletX509CSRCreate(walletId, cSRCreateRequest, options);
3456
3456
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3457
3457
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletX509CSRCreate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3465,8 +3465,8 @@ const DefaultApiFp = function (configuration) {
3465
3465
  * @throws {RequiredError}
3466
3466
  */
3467
3467
  walletX509CertificateGet(walletId, options) {
3468
- var _a, _b, _c;
3469
3468
  return __awaiter(this, void 0, void 0, function* () {
3469
+ var _a, _b, _c;
3470
3470
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletX509CertificateGet(walletId, options);
3471
3471
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3472
3472
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletX509CertificateGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3481,8 +3481,8 @@ const DefaultApiFp = function (configuration) {
3481
3481
  * @throws {RequiredError}
3482
3482
  */
3483
3483
  walletX509CertificateImport(walletId, certificateImportRequest, options) {
3484
- var _a, _b, _c;
3485
3484
  return __awaiter(this, void 0, void 0, function* () {
3485
+ var _a, _b, _c;
3486
3486
  const localVarAxiosArgs = yield localVarAxiosParamCreator.walletX509CertificateImport(walletId, certificateImportRequest, options);
3487
3487
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3488
3488
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.walletX509CertificateImport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3497,8 +3497,8 @@ const DefaultApiFp = function (configuration) {
3497
3497
  * @throws {RequiredError}
3498
3498
  */
3499
3499
  wmpAcceptInvitation(walletId, wmpAcceptInvitationPayload, options) {
3500
- var _a, _b, _c;
3501
3500
  return __awaiter(this, void 0, void 0, function* () {
3501
+ var _a, _b, _c;
3502
3502
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpAcceptInvitation(walletId, wmpAcceptInvitationPayload, options);
3503
3503
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3504
3504
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpAcceptInvitation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3512,8 +3512,8 @@ const DefaultApiFp = function (configuration) {
3512
3512
  * @throws {RequiredError}
3513
3513
  */
3514
3514
  wmpClientGetPendingRequests(walletId, options) {
3515
- var _a, _b, _c;
3516
3515
  return __awaiter(this, void 0, void 0, function* () {
3516
+ var _a, _b, _c;
3517
3517
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpClientGetPendingRequests(walletId, options);
3518
3518
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3519
3519
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpClientGetPendingRequests']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3528,8 +3528,8 @@ const DefaultApiFp = function (configuration) {
3528
3528
  * @throws {RequiredError}
3529
3529
  */
3530
3530
  wmpClientProcessRequest(walletId, requestId, options) {
3531
- var _a, _b, _c;
3532
3531
  return __awaiter(this, void 0, void 0, function* () {
3532
+ var _a, _b, _c;
3533
3533
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpClientProcessRequest(walletId, requestId, options);
3534
3534
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3535
3535
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpClientProcessRequest']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3543,8 +3543,8 @@ const DefaultApiFp = function (configuration) {
3543
3543
  * @throws {RequiredError}
3544
3544
  */
3545
3545
  wmpCreateNewInvitation(walletId, options) {
3546
- var _a, _b, _c;
3547
3546
  return __awaiter(this, void 0, void 0, function* () {
3547
+ var _a, _b, _c;
3548
3548
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpCreateNewInvitation(walletId, options);
3549
3549
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3550
3550
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpCreateNewInvitation']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3559,8 +3559,8 @@ const DefaultApiFp = function (configuration) {
3559
3559
  * @throws {RequiredError}
3560
3560
  */
3561
3561
  wmpEntityConnectionGet(walletId, entityId, options) {
3562
- var _a, _b, _c;
3563
3562
  return __awaiter(this, void 0, void 0, function* () {
3563
+ var _a, _b, _c;
3564
3564
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpEntityConnectionGet(walletId, entityId, options);
3565
3565
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3566
3566
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpEntityConnectionGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3575,8 +3575,8 @@ const DefaultApiFp = function (configuration) {
3575
3575
  * @throws {RequiredError}
3576
3576
  */
3577
3577
  wmpEntityDelete(walletId, entityId, options) {
3578
- var _a, _b, _c;
3579
3578
  return __awaiter(this, void 0, void 0, function* () {
3579
+ var _a, _b, _c;
3580
3580
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpEntityDelete(walletId, entityId, options);
3581
3581
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3582
3582
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpEntityDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3591,8 +3591,8 @@ const DefaultApiFp = function (configuration) {
3591
3591
  * @throws {RequiredError}
3592
3592
  */
3593
3593
  wmpEntityGet(walletId, entityId, options) {
3594
- var _a, _b, _c;
3595
3594
  return __awaiter(this, void 0, void 0, function* () {
3595
+ var _a, _b, _c;
3596
3596
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpEntityGet(walletId, entityId, options);
3597
3597
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3598
3598
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpEntityGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3607,8 +3607,8 @@ const DefaultApiFp = function (configuration) {
3607
3607
  * @throws {RequiredError}
3608
3608
  */
3609
3609
  wmpEntityList(walletId, entityType, options) {
3610
- var _a, _b, _c;
3611
3610
  return __awaiter(this, void 0, void 0, function* () {
3611
+ var _a, _b, _c;
3612
3612
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpEntityList(walletId, entityType, options);
3613
3613
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3614
3614
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpEntityList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3623,8 +3623,8 @@ const DefaultApiFp = function (configuration) {
3623
3623
  * @throws {RequiredError}
3624
3624
  */
3625
3625
  wmpEntityServerConnect(walletId, entityId, options) {
3626
- var _a, _b, _c;
3627
3626
  return __awaiter(this, void 0, void 0, function* () {
3627
+ var _a, _b, _c;
3628
3628
  const localVarAxiosArgs = yield localVarAxiosParamCreator.wmpEntityServerConnect(walletId, entityId, options);
3629
3629
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3630
3630
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DefaultApi.wmpEntityServerConnect']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
@@ -3838,7 +3838,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
3838
3838
  return localVarFp.holderLinkedVpList(walletId, options).then((request) => request(axios, basePath));
3839
3839
  },
3840
3840
  /**
3841
- * Issue the Verifiable Credential using OIDC4VCI offer acceptance
3841
+ * Retrieve authorization requirements for the credential offer.
3842
3842
  * @param {string} walletId
3843
3843
  * @param {VcOffer} [vcOffer] Verifiable Credential offer
3844
3844
  * @param {*} [options] Override http request option.
@@ -4494,7 +4494,7 @@ class DefaultApi extends base_1.BaseAPI {
4494
4494
  return (0, exports.DefaultApiFp)(this.configuration).holderLinkedVpList(walletId, options).then((request) => request(this.axios, this.basePath));
4495
4495
  }
4496
4496
  /**
4497
- * Issue the Verifiable Credential using OIDC4VCI offer acceptance
4497
+ * Retrieve authorization requirements for the credential offer.
4498
4498
  * @param {string} walletId
4499
4499
  * @param {VcOffer} [vcOffer] Verifiable Credential offer
4500
4500
  * @param {*} [options] Override http request option.