@sovity.de/edc-client 13.0.4 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1132,6 +1132,10 @@ export declare interface CreatePolicyDefinitionV2Request {
1132
1132
  policyDefinitionCreateDto?: PolicyDefinitionCreateDto;
1133
1133
  }
1134
1134
 
1135
+ export declare interface CreateVaultSecretRequest {
1136
+ vaultSecretCreateSubmit?: VaultSecretCreateSubmit;
1137
+ }
1138
+
1135
1139
  /**
1136
1140
  * Managed Identity Wallet (MIW) Config
1137
1141
  * @export
@@ -1481,6 +1485,10 @@ export declare interface DeletePolicyDefinitionRequest {
1481
1485
  policyId: string;
1482
1486
  }
1483
1487
 
1488
+ export declare interface DeleteVaultSecretRequest {
1489
+ key: string;
1490
+ }
1491
+
1484
1492
  /**
1485
1493
  * API Client for our sovity EDC
1486
1494
  */
@@ -1505,6 +1513,15 @@ export declare interface EditAssetRequest {
1505
1513
  uiAssetEditRequest?: UiAssetEditRequest;
1506
1514
  }
1507
1515
 
1516
+ export declare interface EditVaultSecretPageRequest {
1517
+ key: string;
1518
+ }
1519
+
1520
+ export declare interface EditVaultSecretRequest {
1521
+ key: string;
1522
+ vaultSecretEditSubmit?: VaultSecretEditSubmit;
1523
+ }
1524
+
1508
1525
  /**
1509
1526
  * Issued for a single transfer, calling the given endpoint allows you to directly interact with the data source. Depending on the asset you can pass data to the data source, provide query params or append a custom sub-path.
1510
1527
  * @export
@@ -2029,11 +2046,6 @@ export declare function instanceOfPolicyDefinitionDto(value: any): value is Poli
2029
2046
  */
2030
2047
  export declare function instanceOfPolicyDefinitionPage(value: any): value is PolicyDefinitionPage;
2031
2048
 
2032
- /**
2033
- * Check if a given object implements the SecretValue interface.
2034
- */
2035
- export declare function instanceOfSecretValue(value: any): value is SecretValue;
2036
-
2037
2049
  /**
2038
2050
  * Check if a given object implements the TransferHistoryEntry interface.
2039
2051
  */
@@ -2141,6 +2153,47 @@ export declare function instanceOfUiDataSourceHttpDataMethod(value: any): boolea
2141
2153
  */
2142
2154
  export declare function instanceOfUiDataSourceOnRequest(value: any): value is UiDataSourceOnRequest;
2143
2155
 
2156
+ /**
2157
+ * Check if a given object implements the UiHttpAuth interface.
2158
+ */
2159
+ export declare function instanceOfUiHttpAuth(value: any): value is UiHttpAuth;
2160
+
2161
+ /**
2162
+ * Check if a given object implements the UiHttpAuthApiKey interface.
2163
+ */
2164
+ export declare function instanceOfUiHttpAuthApiKey(value: any): value is UiHttpAuthApiKey;
2165
+
2166
+ /**
2167
+ * Check if a given object implements the UiHttpAuthBasic interface.
2168
+ */
2169
+ export declare function instanceOfUiHttpAuthBasic(value: any): value is UiHttpAuthBasic;
2170
+
2171
+ /**
2172
+ * Check if a given object implements the UiHttpAuthOauth2 interface.
2173
+ */
2174
+ export declare function instanceOfUiHttpAuthOauth2(value: any): value is UiHttpAuthOauth2;
2175
+
2176
+ export declare function instanceOfUiHttpAuthType(value: any): boolean;
2177
+
2178
+ export declare function instanceOfUiHttpOauth2AuthType(value: any): boolean;
2179
+
2180
+ /**
2181
+ * Check if a given object implements the UiHttpOauth2PrivateKeyAuthorization interface.
2182
+ */
2183
+ export declare function instanceOfUiHttpOauth2PrivateKeyAuthorization(value: any): value is UiHttpOauth2PrivateKeyAuthorization;
2184
+
2185
+ /**
2186
+ * Check if a given object implements the UiHttpOauth2SharedSecretAuthorization interface.
2187
+ */
2188
+ export declare function instanceOfUiHttpOauth2SharedSecretAuthorization(value: any): value is UiHttpOauth2SharedSecretAuthorization;
2189
+
2190
+ /**
2191
+ * Check if a given object implements the UiHttpPushAuth interface.
2192
+ */
2193
+ export declare function instanceOfUiHttpPushAuth(value: any): value is UiHttpPushAuth;
2194
+
2195
+ export declare function instanceOfUiHttpPushAuthType(value: any): boolean;
2196
+
2144
2197
  /**
2145
2198
  * Check if a given object implements the UiInitiateTransferRequest interface.
2146
2199
  */
@@ -2177,6 +2230,31 @@ export declare function instanceOfUiPolicyLiteral(value: any): value is UiPolicy
2177
2230
 
2178
2231
  export declare function instanceOfUiPolicyLiteralType(value: any): boolean;
2179
2232
 
2233
+ /**
2234
+ * Check if a given object implements the VaultSecretCreateSubmit interface.
2235
+ */
2236
+ export declare function instanceOfVaultSecretCreateSubmit(value: any): value is VaultSecretCreateSubmit;
2237
+
2238
+ /**
2239
+ * Check if a given object implements the VaultSecretEditPage interface.
2240
+ */
2241
+ export declare function instanceOfVaultSecretEditPage(value: any): value is VaultSecretEditPage;
2242
+
2243
+ /**
2244
+ * Check if a given object implements the VaultSecretEditSubmit interface.
2245
+ */
2246
+ export declare function instanceOfVaultSecretEditSubmit(value: any): value is VaultSecretEditSubmit;
2247
+
2248
+ /**
2249
+ * Check if a given object implements the VaultSecretListPageEntry interface.
2250
+ */
2251
+ export declare function instanceOfVaultSecretListPageEntry(value: any): value is VaultSecretListPageEntry;
2252
+
2253
+ /**
2254
+ * Check if a given object implements the VaultSecretQuery interface.
2255
+ */
2256
+ export declare function instanceOfVaultSecretQuery(value: any): value is VaultSecretQuery;
2257
+
2180
2258
  export declare interface IsAssetIdAvailableRequest {
2181
2259
  assetId: string;
2182
2260
  }
@@ -2244,6 +2322,10 @@ export declare function KpiResultToJSON(json: any): KpiResult;
2244
2322
 
2245
2323
  export declare function KpiResultToJSONTyped(value?: KpiResult | null, ignoreDiscriminator?: boolean): any;
2246
2324
 
2325
+ export declare interface ListVaultSecretsPageRequest {
2326
+ vaultSecretQuery?: VaultSecretQuery;
2327
+ }
2328
+
2247
2329
  export declare function mapValues(data: any, fn: (item: any) => any): {};
2248
2330
 
2249
2331
  export declare interface Middleware {
@@ -2579,34 +2661,6 @@ declare namespace runtime {
2579
2661
  }
2580
2662
  }
2581
2663
 
2582
- /**
2583
- * A value either inlined or to be fetched from the Vault. Raw secret values will land in the database and will be retrievable via the Eclipse EDC Management API.
2584
- * @export
2585
- * @interface SecretValue
2586
- */
2587
- export declare interface SecretValue {
2588
- /**
2589
- * Secret Name / Vault Key Name.
2590
- * @type {string}
2591
- * @memberof SecretValue
2592
- */
2593
- secretName?: string;
2594
- /**
2595
- * Raw inline Value.
2596
- * @type {string}
2597
- * @memberof SecretValue
2598
- */
2599
- rawValue?: string;
2600
- }
2601
-
2602
- export declare function SecretValueFromJSON(json: any): SecretValue;
2603
-
2604
- export declare function SecretValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): SecretValue;
2605
-
2606
- export declare function SecretValueToJSON(json: any): SecretValue;
2607
-
2608
- export declare function SecretValueToJSONTyped(value?: SecretValue | null, ignoreDiscriminator?: boolean): any;
2609
-
2610
2664
  export declare interface TerminateContractAgreementRequest {
2611
2665
  contractAgreementId: string;
2612
2666
  contractTerminationRequest?: ContractTerminationRequest;
@@ -2920,6 +2974,14 @@ export declare class UIApi extends runtime.BaseAPI {
2920
2974
  * Create a new Policy Definition
2921
2975
  */
2922
2976
  createPolicyDefinitionV2(requestParameters?: CreatePolicyDefinitionV2Request, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
2977
+ /**
2978
+ * Create a new Vault Secret
2979
+ */
2980
+ createVaultSecretRaw(requestParameters: CreateVaultSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IdResponseDto>>;
2981
+ /**
2982
+ * Create a new Vault Secret
2983
+ */
2984
+ createVaultSecret(requestParameters?: CreateVaultSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
2923
2985
  /**
2924
2986
  * Delete an Asset
2925
2987
  */
@@ -2944,6 +3006,14 @@ export declare class UIApi extends runtime.BaseAPI {
2944
3006
  * Delete a Policy Definition
2945
3007
  */
2946
3008
  deletePolicyDefinition(requestParameters: DeletePolicyDefinitionRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
3009
+ /**
3010
+ * Delete a vault secret
3011
+ */
3012
+ deleteVaultSecretRaw(requestParameters: DeleteVaultSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IdResponseDto>>;
3013
+ /**
3014
+ * Delete a vault secret
3015
+ */
3016
+ deleteVaultSecret(requestParameters: DeleteVaultSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
2947
3017
  /**
2948
3018
  * Updates an Asset\'s metadata and optionally also the data source.
2949
3019
  */
@@ -2952,6 +3022,22 @@ export declare class UIApi extends runtime.BaseAPI {
2952
3022
  * Updates an Asset\'s metadata and optionally also the data source.
2953
3023
  */
2954
3024
  editAsset(requestParameters: EditAssetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
3025
+ /**
3026
+ * Edit an existing vault secret
3027
+ */
3028
+ editVaultSecretRaw(requestParameters: EditVaultSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IdResponseDto>>;
3029
+ /**
3030
+ * Edit an existing vault secret
3031
+ */
3032
+ editVaultSecret(requestParameters: EditVaultSecretRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
3033
+ /**
3034
+ * Collect all data for the Edit Vault Secret Page
3035
+ */
3036
+ editVaultSecretPageRaw(requestParameters: EditVaultSecretPageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VaultSecretEditPage>>;
3037
+ /**
3038
+ * Collect all data for the Edit Vault Secret Page
3039
+ */
3040
+ editVaultSecretPage(requestParameters: EditVaultSecretPageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VaultSecretEditPage>;
2955
3041
  /**
2956
3042
  * Collect all data for Asset Page
2957
3043
  */
@@ -3100,6 +3186,14 @@ export declare class UIApi extends runtime.BaseAPI {
3100
3186
  * Validates if the provided policyId is already taken
3101
3187
  */
3102
3188
  isPolicyIdAvailable(requestParameters: IsPolicyIdAvailableRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdAvailabilityResponse>;
3189
+ /**
3190
+ * Collect all data for the Vault Secrets List Page
3191
+ */
3192
+ listVaultSecretsPageRaw(requestParameters: ListVaultSecretsPageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<VaultSecretListPageEntry>>>;
3193
+ /**
3194
+ * Collect all data for the Vault Secrets List Page
3195
+ */
3196
+ listVaultSecretsPage(requestParameters?: ListVaultSecretsPageRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<VaultSecretListPageEntry>>;
3103
3197
  /**
3104
3198
  * Terminates a contract agreement designated by its contract agreement id.
3105
3199
  */
@@ -3722,6 +3816,8 @@ export declare const UiConfigFeature: {
3722
3816
  readonly ConnectorLimits: "CONNECTOR_LIMITS";
3723
3817
  readonly OpenSourceMarketing: "OPEN_SOURCE_MARKETING";
3724
3818
  readonly EeBasicMarketing: "EE_BASIC_MARKETING";
3819
+ readonly CatenaPolicies: "CATENA_POLICIES";
3820
+ readonly SovityPolicies: "SOVITY_POLICIES";
3725
3821
  };
3726
3822
 
3727
3823
  export declare type UiConfigFeature = (typeof UiConfigFeature)[keyof typeof UiConfigFeature];
@@ -4013,17 +4109,11 @@ export declare interface UiDataSinkHttpDataPush {
4013
4109
  */
4014
4110
  queryString?: string;
4015
4111
  /**
4016
- * Auth Header name. The auth header is handled specially by the EDC as its value can be read from a vault.
4017
- * @type {string}
4112
+ * The authentication method.
4113
+ * @type {UiHttpPushAuth}
4018
4114
  * @memberof UiDataSinkHttpDataPush
4019
4115
  */
4020
- authHeaderName?: string;
4021
- /**
4022
- * Auth Header value.
4023
- * @type {SecretValue}
4024
- * @memberof UiDataSinkHttpDataPush
4025
- */
4026
- authHeaderValue?: SecretValue;
4116
+ auth?: UiHttpPushAuth;
4027
4117
  /**
4028
4118
  * HTTP Request Headers.
4029
4119
  * @type {{ [key: string]: string; }}
@@ -4127,17 +4217,11 @@ export declare interface UiDataSourceHttpData {
4127
4217
  */
4128
4218
  queryString?: string;
4129
4219
  /**
4130
- * Auth Header name. The auth header is handled specially by the EDC as its value can be read from a vault.
4131
- * @type {string}
4220
+ * The authentication method.
4221
+ * @type {UiHttpAuth}
4132
4222
  * @memberof UiDataSourceHttpData
4133
4223
  */
4134
- authHeaderName?: string;
4135
- /**
4136
- * Auth Header value.
4137
- * @type {SecretValue}
4138
- * @memberof UiDataSourceHttpData
4139
- */
4140
- authHeaderValue?: SecretValue;
4224
+ auth?: UiHttpAuth;
4141
4225
  /**
4142
4226
  * HTTP Request Headers. HTTP Header Parameterization is not available.
4143
4227
  * @type {{ [key: string]: string; }}
@@ -4235,6 +4319,296 @@ export declare function UiDataSourceToJSON(json: any): UiDataSource;
4235
4319
 
4236
4320
  export declare function UiDataSourceToJSONTyped(value?: UiDataSource | null, ignoreDiscriminator?: boolean): any;
4237
4321
 
4322
+ /**
4323
+ * Available authentication methods for http data sources. Use only one.
4324
+ * @export
4325
+ * @interface UiHttpAuth
4326
+ */
4327
+ export declare interface UiHttpAuth {
4328
+ /**
4329
+ * The type of authentication.
4330
+ * @type {UiHttpAuthType}
4331
+ * @memberof UiHttpAuth
4332
+ */
4333
+ type: UiHttpAuthType;
4334
+ /**
4335
+ * Required when type=BASIC. To use basic authentication.
4336
+ * @type {UiHttpAuthBasic}
4337
+ * @memberof UiHttpAuth
4338
+ */
4339
+ basic?: UiHttpAuthBasic;
4340
+ /**
4341
+ * Required when type=API_KEY. To use api key authentication with a secret from the vault.
4342
+ * @type {UiHttpAuthApiKey}
4343
+ * @memberof UiHttpAuth
4344
+ */
4345
+ apiKey?: UiHttpAuthApiKey;
4346
+ /**
4347
+ * Required when type=OAUTH. To use oauth authentication.
4348
+ * @type {UiHttpAuthOauth2}
4349
+ * @memberof UiHttpAuth
4350
+ */
4351
+ oauth?: UiHttpAuthOauth2;
4352
+ }
4353
+
4354
+ /**
4355
+ * Api Key parameters
4356
+ * @export
4357
+ * @interface UiHttpAuthApiKey
4358
+ */
4359
+ export declare interface UiHttpAuthApiKey {
4360
+ /**
4361
+ * Auth Header name.
4362
+ * @type {string}
4363
+ * @memberof UiHttpAuthApiKey
4364
+ */
4365
+ headerName: string;
4366
+ /**
4367
+ * Auth Header key in the vault.
4368
+ * @type {string}
4369
+ * @memberof UiHttpAuthApiKey
4370
+ */
4371
+ vaultKey: string;
4372
+ }
4373
+
4374
+ export declare function UiHttpAuthApiKeyFromJSON(json: any): UiHttpAuthApiKey;
4375
+
4376
+ export declare function UiHttpAuthApiKeyFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpAuthApiKey;
4377
+
4378
+ export declare function UiHttpAuthApiKeyToJSON(json: any): UiHttpAuthApiKey;
4379
+
4380
+ export declare function UiHttpAuthApiKeyToJSONTyped(value?: UiHttpAuthApiKey | null, ignoreDiscriminator?: boolean): any;
4381
+
4382
+ /**
4383
+ * Basic Auth as defined in RFC 7617. This is a wrapper for setting the header as Authorization: Basic Zm9vOnBhc3N3b3Jk. Using basic auth is not recommended in general for security reasons, but it is also not recommended because the secret will be saved in the database rather than the vault.
4384
+ * @export
4385
+ * @interface UiHttpAuthBasic
4386
+ */
4387
+ export declare interface UiHttpAuthBasic {
4388
+ /**
4389
+ * The username
4390
+ * @type {string}
4391
+ * @memberof UiHttpAuthBasic
4392
+ */
4393
+ username: string;
4394
+ /**
4395
+ * The password
4396
+ * @type {string}
4397
+ * @memberof UiHttpAuthBasic
4398
+ */
4399
+ password: string;
4400
+ }
4401
+
4402
+ export declare function UiHttpAuthBasicFromJSON(json: any): UiHttpAuthBasic;
4403
+
4404
+ export declare function UiHttpAuthBasicFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpAuthBasic;
4405
+
4406
+ export declare function UiHttpAuthBasicToJSON(json: any): UiHttpAuthBasic;
4407
+
4408
+ export declare function UiHttpAuthBasicToJSONTyped(value?: UiHttpAuthBasic | null, ignoreDiscriminator?: boolean): any;
4409
+
4410
+ export declare function UiHttpAuthFromJSON(json: any): UiHttpAuth;
4411
+
4412
+ export declare function UiHttpAuthFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpAuth;
4413
+
4414
+ /**
4415
+ * OAuth 2 authentication information
4416
+ * @export
4417
+ * @interface UiHttpAuthOauth2
4418
+ */
4419
+ export declare interface UiHttpAuthOauth2 {
4420
+ /**
4421
+ * The token URL where the access-token can be fetched from.
4422
+ * @type {string}
4423
+ * @memberof UiHttpAuthOauth2
4424
+ */
4425
+ tokenUrl: string;
4426
+ /**
4427
+ * (optional) The requested scope.
4428
+ * @type {string}
4429
+ * @memberof UiHttpAuthOauth2
4430
+ */
4431
+ scope?: string;
4432
+ /**
4433
+ * The type of credential.
4434
+ * @type {UiHttpOauth2AuthType}
4435
+ * @memberof UiHttpAuthOauth2
4436
+ */
4437
+ type: UiHttpOauth2AuthType;
4438
+ /**
4439
+ * Required if type=PRIVATE_KEY. For private key-based authorization.
4440
+ * @type {UiHttpOauth2PrivateKeyAuthorization}
4441
+ * @memberof UiHttpAuthOauth2
4442
+ */
4443
+ privateKey?: UiHttpOauth2PrivateKeyAuthorization;
4444
+ /**
4445
+ * Required if type=SHARED_SECRET. For shared secret-based authorization.
4446
+ * @type {UiHttpOauth2SharedSecretAuthorization}
4447
+ * @memberof UiHttpAuthOauth2
4448
+ */
4449
+ sharedSecret?: UiHttpOauth2SharedSecretAuthorization;
4450
+ }
4451
+
4452
+ export declare function UiHttpAuthOauth2FromJSON(json: any): UiHttpAuthOauth2;
4453
+
4454
+ export declare function UiHttpAuthOauth2FromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpAuthOauth2;
4455
+
4456
+ export declare function UiHttpAuthOauth2ToJSON(json: any): UiHttpAuthOauth2;
4457
+
4458
+ export declare function UiHttpAuthOauth2ToJSONTyped(value?: UiHttpAuthOauth2 | null, ignoreDiscriminator?: boolean): any;
4459
+
4460
+ export declare function UiHttpAuthToJSON(json: any): UiHttpAuth;
4461
+
4462
+ export declare function UiHttpAuthToJSONTyped(value?: UiHttpAuth | null, ignoreDiscriminator?: boolean): any;
4463
+
4464
+ /**
4465
+ * Supported authentication types for HTTP Data Sinks
4466
+ * @export
4467
+ */
4468
+ export declare const UiHttpAuthType: {
4469
+ readonly Basic: "BASIC";
4470
+ readonly Oauth2: "OAUTH2";
4471
+ readonly ApiKey: "API_KEY";
4472
+ };
4473
+
4474
+ export declare type UiHttpAuthType = (typeof UiHttpAuthType)[keyof typeof UiHttpAuthType];
4475
+
4476
+ export declare function UiHttpAuthTypeFromJSON(json: any): UiHttpAuthType;
4477
+
4478
+ export declare function UiHttpAuthTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpAuthType;
4479
+
4480
+ export declare function UiHttpAuthTypeToJSON(value?: UiHttpAuthType | null): any;
4481
+
4482
+ export declare function UiHttpAuthTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): UiHttpAuthType;
4483
+
4484
+ /**
4485
+ * Types of OAuth2 flows supported
4486
+ * @export
4487
+ */
4488
+ export declare const UiHttpOauth2AuthType: {
4489
+ readonly SharedSecret: "SHARED_SECRET";
4490
+ readonly PrivateKey: "PRIVATE_KEY";
4491
+ };
4492
+
4493
+ export declare type UiHttpOauth2AuthType = (typeof UiHttpOauth2AuthType)[keyof typeof UiHttpOauth2AuthType];
4494
+
4495
+ export declare function UiHttpOauth2AuthTypeFromJSON(json: any): UiHttpOauth2AuthType;
4496
+
4497
+ export declare function UiHttpOauth2AuthTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpOauth2AuthType;
4498
+
4499
+ export declare function UiHttpOauth2AuthTypeToJSON(value?: UiHttpOauth2AuthType | null): any;
4500
+
4501
+ export declare function UiHttpOauth2AuthTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): UiHttpOauth2AuthType;
4502
+
4503
+ /**
4504
+ * OAuth 2 authorization with a private key
4505
+ * @export
4506
+ * @interface UiHttpOauth2PrivateKeyAuthorization
4507
+ */
4508
+ export declare interface UiHttpOauth2PrivateKeyAuthorization {
4509
+ /**
4510
+ * The vault entry name of the private key used to sign the JWT sent to the Oauth2 server.
4511
+ * @type {string}
4512
+ * @memberof UiHttpOauth2PrivateKeyAuthorization
4513
+ */
4514
+ privateKeyName: string;
4515
+ /**
4516
+ * The validity of the JWT token sent to the Oauth2 server (in seconds).
4517
+ * @type {number}
4518
+ * @memberof UiHttpOauth2PrivateKeyAuthorization
4519
+ */
4520
+ tokenValidityInSeconds: number;
4521
+ }
4522
+
4523
+ export declare function UiHttpOauth2PrivateKeyAuthorizationFromJSON(json: any): UiHttpOauth2PrivateKeyAuthorization;
4524
+
4525
+ export declare function UiHttpOauth2PrivateKeyAuthorizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpOauth2PrivateKeyAuthorization;
4526
+
4527
+ export declare function UiHttpOauth2PrivateKeyAuthorizationToJSON(json: any): UiHttpOauth2PrivateKeyAuthorization;
4528
+
4529
+ export declare function UiHttpOauth2PrivateKeyAuthorizationToJSONTyped(value?: UiHttpOauth2PrivateKeyAuthorization | null, ignoreDiscriminator?: boolean): any;
4530
+
4531
+ /**
4532
+ * OAuth 2 shared secret authorization. This uses the OAuth2 client credentials flow.
4533
+ * @export
4534
+ * @interface UiHttpOauth2SharedSecretAuthorization
4535
+ */
4536
+ export declare interface UiHttpOauth2SharedSecretAuthorization {
4537
+ /**
4538
+ * The client identifier.
4539
+ * @type {string}
4540
+ * @memberof UiHttpOauth2SharedSecretAuthorization
4541
+ */
4542
+ clientId: string;
4543
+ /**
4544
+ * The key with which the shared secret for authenticating to the Oauth2 server is stored into the Vault.
4545
+ * @type {string}
4546
+ * @memberof UiHttpOauth2SharedSecretAuthorization
4547
+ */
4548
+ clientSecretName: string;
4549
+ }
4550
+
4551
+ export declare function UiHttpOauth2SharedSecretAuthorizationFromJSON(json: any): UiHttpOauth2SharedSecretAuthorization;
4552
+
4553
+ export declare function UiHttpOauth2SharedSecretAuthorizationFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpOauth2SharedSecretAuthorization;
4554
+
4555
+ export declare function UiHttpOauth2SharedSecretAuthorizationToJSON(json: any): UiHttpOauth2SharedSecretAuthorization;
4556
+
4557
+ export declare function UiHttpOauth2SharedSecretAuthorizationToJSONTyped(value?: UiHttpOauth2SharedSecretAuthorization | null, ignoreDiscriminator?: boolean): any;
4558
+
4559
+ /**
4560
+ * Available authentication methods for when pushing data into a data sink with HTTP PUSH. Use only one.
4561
+ * @export
4562
+ * @interface UiHttpPushAuth
4563
+ */
4564
+ export declare interface UiHttpPushAuth {
4565
+ /**
4566
+ * The type of authentication.
4567
+ * @type {UiHttpPushAuthType}
4568
+ * @memberof UiHttpPushAuth
4569
+ */
4570
+ type: UiHttpPushAuthType;
4571
+ /**
4572
+ * Required when type=BASIC. To use basic authentication.
4573
+ * @type {UiHttpAuthBasic}
4574
+ * @memberof UiHttpPushAuth
4575
+ */
4576
+ basic?: UiHttpAuthBasic;
4577
+ /**
4578
+ * Required when type=API_KEY. To use api key authentication with a secret from the vault.
4579
+ * @type {UiHttpAuthApiKey}
4580
+ * @memberof UiHttpPushAuth
4581
+ */
4582
+ apiKey?: UiHttpAuthApiKey;
4583
+ }
4584
+
4585
+ export declare function UiHttpPushAuthFromJSON(json: any): UiHttpPushAuth;
4586
+
4587
+ export declare function UiHttpPushAuthFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpPushAuth;
4588
+
4589
+ export declare function UiHttpPushAuthToJSON(json: any): UiHttpPushAuth;
4590
+
4591
+ export declare function UiHttpPushAuthToJSONTyped(value?: UiHttpPushAuth | null, ignoreDiscriminator?: boolean): any;
4592
+
4593
+ /**
4594
+ * Supported authentication types for HTTP Push Transfers. OAuth2 is not supported in the deprecated HttpPush transfer type due to previous security concerns in the architecture of this flow
4595
+ * @export
4596
+ */
4597
+ export declare const UiHttpPushAuthType: {
4598
+ readonly Basic: "BASIC";
4599
+ readonly ApiKey: "API_KEY";
4600
+ };
4601
+
4602
+ export declare type UiHttpPushAuthType = (typeof UiHttpPushAuthType)[keyof typeof UiHttpPushAuthType];
4603
+
4604
+ export declare function UiHttpPushAuthTypeFromJSON(json: any): UiHttpPushAuthType;
4605
+
4606
+ export declare function UiHttpPushAuthTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiHttpPushAuthType;
4607
+
4608
+ export declare function UiHttpPushAuthTypeToJSON(value?: UiHttpPushAuthType | null): any;
4609
+
4610
+ export declare function UiHttpPushAuthTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): UiHttpPushAuthType;
4611
+
4238
4612
  /**
4239
4613
  * Type-safe data sink as supported by the sovity product landscape. Contains extension points for using custom data address properties.
4240
4614
  * @export
@@ -4609,6 +4983,158 @@ export declare class UseCaseApi extends runtime.BaseAPI {
4609
4983
  terminateTransferProcess(requestParameters: TerminateTransferProcessRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IdResponseDto>;
4610
4984
  }
4611
4985
 
4986
+ /**
4987
+ * Submit Request for creating a new User Managed Vault Secret
4988
+ * @export
4989
+ * @interface VaultSecretCreateSubmit
4990
+ */
4991
+ export declare interface VaultSecretCreateSubmit {
4992
+ /**
4993
+ * Key
4994
+ * @type {string}
4995
+ * @memberof VaultSecretCreateSubmit
4996
+ */
4997
+ key: string;
4998
+ /**
4999
+ * Value
5000
+ * @type {string}
5001
+ * @memberof VaultSecretCreateSubmit
5002
+ */
5003
+ value: string;
5004
+ /**
5005
+ * Description
5006
+ * @type {string}
5007
+ * @memberof VaultSecretCreateSubmit
5008
+ */
5009
+ description: string;
5010
+ }
5011
+
5012
+ export declare function VaultSecretCreateSubmitFromJSON(json: any): VaultSecretCreateSubmit;
5013
+
5014
+ export declare function VaultSecretCreateSubmitFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultSecretCreateSubmit;
5015
+
5016
+ export declare function VaultSecretCreateSubmitToJSON(json: any): VaultSecretCreateSubmit;
5017
+
5018
+ export declare function VaultSecretCreateSubmitToJSONTyped(value?: VaultSecretCreateSubmit | null, ignoreDiscriminator?: boolean): any;
5019
+
5020
+ /**
5021
+ * Data for the Edit Page for User Managed Vault Secrets
5022
+ * @export
5023
+ * @interface VaultSecretEditPage
5024
+ */
5025
+ export declare interface VaultSecretEditPage {
5026
+ /**
5027
+ * Key
5028
+ * @type {string}
5029
+ * @memberof VaultSecretEditPage
5030
+ */
5031
+ key: string;
5032
+ /**
5033
+ * Description
5034
+ * @type {string}
5035
+ * @memberof VaultSecretEditPage
5036
+ */
5037
+ description: string;
5038
+ }
5039
+
5040
+ export declare function VaultSecretEditPageFromJSON(json: any): VaultSecretEditPage;
5041
+
5042
+ export declare function VaultSecretEditPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultSecretEditPage;
5043
+
5044
+ export declare function VaultSecretEditPageToJSON(json: any): VaultSecretEditPage;
5045
+
5046
+ export declare function VaultSecretEditPageToJSONTyped(value?: VaultSecretEditPage | null, ignoreDiscriminator?: boolean): any;
5047
+
5048
+ /**
5049
+ * Submit Request for editing a User Managed Vault Secret
5050
+ * @export
5051
+ * @interface VaultSecretEditSubmit
5052
+ */
5053
+ export declare interface VaultSecretEditSubmit {
5054
+ /**
5055
+ * Secret value of the vault secret. If null, will not change the stored value
5056
+ * @type {string}
5057
+ * @memberof VaultSecretEditSubmit
5058
+ */
5059
+ value?: string;
5060
+ /**
5061
+ * Description
5062
+ * @type {string}
5063
+ * @memberof VaultSecretEditSubmit
5064
+ */
5065
+ description: string;
5066
+ }
5067
+
5068
+ export declare function VaultSecretEditSubmitFromJSON(json: any): VaultSecretEditSubmit;
5069
+
5070
+ export declare function VaultSecretEditSubmitFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultSecretEditSubmit;
5071
+
5072
+ export declare function VaultSecretEditSubmitToJSON(json: any): VaultSecretEditSubmit;
5073
+
5074
+ export declare function VaultSecretEditSubmitToJSONTyped(value?: VaultSecretEditSubmit | null, ignoreDiscriminator?: boolean): any;
5075
+
5076
+ /**
5077
+ * List Page Entry for the List Page of User Managed Vault Secrets
5078
+ * @export
5079
+ * @interface VaultSecretListPageEntry
5080
+ */
5081
+ export declare interface VaultSecretListPageEntry {
5082
+ /**
5083
+ * Key
5084
+ * @type {string}
5085
+ * @memberof VaultSecretListPageEntry
5086
+ */
5087
+ key: string;
5088
+ /**
5089
+ * Description
5090
+ * @type {string}
5091
+ * @memberof VaultSecretListPageEntry
5092
+ */
5093
+ description: string;
5094
+ /**
5095
+ * Updated At
5096
+ * @type {Date}
5097
+ * @memberof VaultSecretListPageEntry
5098
+ */
5099
+ updatedAt: Date;
5100
+ }
5101
+
5102
+ export declare function VaultSecretListPageEntryFromJSON(json: any): VaultSecretListPageEntry;
5103
+
5104
+ export declare function VaultSecretListPageEntryFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultSecretListPageEntry;
5105
+
5106
+ export declare function VaultSecretListPageEntryToJSON(json: any): VaultSecretListPageEntry;
5107
+
5108
+ export declare function VaultSecretListPageEntryToJSONTyped(value?: VaultSecretListPageEntry | null, ignoreDiscriminator?: boolean): any;
5109
+
5110
+ /**
5111
+ * Query for filtering Vault Secrets
5112
+ * @export
5113
+ * @interface VaultSecretQuery
5114
+ */
5115
+ export declare interface VaultSecretQuery {
5116
+ /**
5117
+ * Search Query String
5118
+ * @type {string}
5119
+ * @memberof VaultSecretQuery
5120
+ */
5121
+ searchQuery?: string;
5122
+ /**
5123
+ * Number of items to display
5124
+ * @type {number}
5125
+ * @memberof VaultSecretQuery
5126
+ */
5127
+ limit?: number;
5128
+ }
5129
+
5130
+ export declare function VaultSecretQueryFromJSON(json: any): VaultSecretQuery;
5131
+
5132
+ export declare function VaultSecretQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): VaultSecretQuery;
5133
+
5134
+ export declare function VaultSecretQueryToJSON(json: any): VaultSecretQuery;
5135
+
5136
+ export declare function VaultSecretQueryToJSONTyped(value?: VaultSecretQuery | null, ignoreDiscriminator?: boolean): any;
5137
+
4612
5138
  export declare class VoidApiResponse {
4613
5139
  raw: Response;
4614
5140
  constructor(raw: Response);