From 98d0cf308698e24e13351abee2ebc1166d0d06b4 Mon Sep 17 00:00:00 2001 From: Francis Pineda <135792176+affrncsp@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:38:37 +0800 Subject: [PATCH 01/77] fix: updated readme details (#183) * fix: updated readme details * fix: typo on description --- README.md | 44 ++++++++++++++++++++++++++-------------- libs/iota-core/README.md | 4 ++-- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index dd699c6b..21384056 100644 --- a/README.md +++ b/README.md @@ -3,34 +3,48 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) -The Affinidi Trust Development Kit (Affinidi TDK) is a modern interface that allows you to easily manage and integrate Affinidi services into your application. It minimises dependencies and enables developers seamless entry into the [Affinidi Trust Network (ATN)](https://www.affinidi.com/get-started). +The Affinidi Trust Development Kit (Affinidi TDK) is a modern interface that allows you to easily manage and integrate [Affinidi Elements]](https://www.affinidi.com/product/affinidi-elements) and [Frameworks](https://www.affinidi.com/developer#lota-framework) into your application. It minimises dependencies and enables developers seamless entry into the [Affinidi Trust Network (ATN)](https://www.affinidi.com/get-started). ## How do I use Affinidi TDK? The Affinidi TDK provides three type of modules: -- [Clients](clients), which offer methods to access Affinidi services like IAM, Verifier, Wallets, and Login configuation, among others. +- [Clients](clients), which offer methods to access Affinidi Elements services like Credential Issuance, Credential Verification, and Login Configurations, among others. - [Packages](packages), which are commonly used utilities/helpers that are self-contained and composable. +- [Libraries](libraries), which are high-level abstractions that combine logic and data to perform necessary business logic functionalities. Each module has its own README that you can check to better understand how to integrate it into your application. ## Available modules -The Affinidi TDK offers the following modules and programming languages: +The Affinidi TDK offers the following modules and support to programming languages: + + + +| | TypeScript | Python | Dart | +|----------- |-----------------------|-----------------------|----------------------| +|**Packages** | | | | +|[auth-provider](packages/auth-provider/) | 🟢 | 🟢 | 🔴 | +|[common](packages/common/) | 🟢 | 🟢 | 🔴 | +|**Packages** | | | | +|credential-issuance-client | [🟢 Link](clients/typescript/credential-issuance-client/) | [🟢 Link](clients/python/credential-issuance-client/) | [🟡 Link](clients/typescript/credential-issuance-client/) | +|credential-verification-client | [🟢 Link](clients/typescript/credential-verification-client/) | [🟢 Link](clients/typescript/credential-verification-client/) | [🟡 Link](clients/typescript/credential-verification-client/) | +|iam-client | [🟢 Link](clients/typescript/iam-client/) | [🟢 Link](clients/typescript/iam-client/) | [🟡 Link](clients/typescript/iam-client/) | +|iota-client | [🟢 Link](clients/typescript/iota-client/) | [🟢 Link](clients/typescript/iota-client/) | [🟡 Link](clients/typescript/iota-client/) | +|login-configuration-client | [🟢 Link](clients/typescript/login-configuration-client/) | [🟢 Link](clients/typescript/login-configuration-client/) | [🟡 Link](clients/typescript/login-configuration-client/) | +|wallets-client | [🟢 Link](clients/typescript/wallets-client/) | [🟢 Link](clients/typescript/wallets-client/) | [🟡 Link](clients/typescript/wallets-client/) | +|**Libraries** | | | | +|[iota-browser](libraries/iota-browser/) | 🟢 | 🔴 | 🔴 | +|[iota-core](libraries/iota-browser/) | 🟢 | 🟢 | 🔴 | + +
+🟢 Supported
+🟡 Experimental
+🔴 Not supported -| | Typescript | Python | Dart | -| ------------------------------------------------- | :------------------------------------------------: | :--------------------------------------------: | :------------------------------------------: | -| **Packages** | -| [auth-provider](packages/auth-provider/README.md) | 🟢 | 🟢 | 🔴 | -| **Clients** | -| wallets-client | [🟢 Link](clients/typescript/wallets-client/README.md) | [🟢 Link](clients/python/wallets_client/README.md) | [🟡 Link](clients/dart/wallets-client/README.md) | -| iam-client | [🟢 Link](clients/typescript/iam-client/README.md) | [🟢 Link](clients/python/iam_client/README.md) | [🟡 Link](clients/dart/iam_client/README.md) | -| credential-verification-client | [🟢 Link](clients/typescript/credential-verification-client/README.md) | [🟢 Link](clients/python/credential_verification_client/README.md) | [🟡 Link](clients/dart/credential_verification_client/README.md) | -| login-configation | [🟢 Link](clients/typescript/login-configuration/README.md) | [🟢 Link](clients/python/login_configuration/README.md) | [🟡 Link](clients/dart/login_configuration/README.md) | +## Documentation -🟢 Supported
-🟡 Experimental
-🔴 Not supported +Head over to our [Documentation site](https://docs.affinidi.com/dev-tools/affinidi-tdk) to know how to get started with Affinidi TDK. ## Support & feedback diff --git a/libs/iota-core/README.md b/libs/iota-core/README.md index dffbecae..1aea7be5 100644 --- a/libs/iota-core/README.md +++ b/libs/iota-core/README.md @@ -13,11 +13,11 @@ npm install @affinidi-tdk/iota-core run inside [python virtual env](https://docs.python.org/3/library/venv.html) ```bash -pip install affinidi_tdk_common +pip install affinidi_tdk_iota_core ``` ## Usage -Head over to [Affinidi Iota Framework documentation](https://docs.affinidi.com/services/iota-framework) page to better understand how the service works. +Head over to [Affinidi Iota Framework documentation](https://docs.affinidi.com/frameworks/iota-framework) page to better understand how the service works. For details on how to use this library please head over to [iota-core documentation](https://docs.affinidi.com/dev-tools/affinidi-tdk/libraries/iota-core) page. From 954d28016109e6b38aa65eb116571d5c4c3e0bb6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 07:47:32 +0000 Subject: [PATCH 02/77] chore(release): @affinidi-tdk/iota-core-v1.5.2 [skip ci] ## [1.5.2](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.1...@affinidi-tdk/iota-core-v1.5.2) (2024-08-13) ### Bug Fixes * updated readme details ([#183](https://github.com/affinidi/affinidi-tdk/issues/183)) ([98d0cf3](https://github.com/affinidi/affinidi-tdk/commit/98d0cf308698e24e13351abee2ebc1166d0d06b4)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index e0419802..f0d7169f 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.1...@affinidi-tdk/iota-core-v1.5.2) (2024-08-13) + + +### Bug Fixes + +* updated readme details ([#183](https://github.com/affinidi/affinidi-tdk/issues/183)) ([98d0cf3](https://github.com/affinidi/affinidi-tdk/commit/98d0cf308698e24e13351abee2ebc1166d0d06b4)) + ## [1.5.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.0...@affinidi-tdk/iota-core-v1.5.1) (2024-08-12) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index 0ff65e30..2a4c586f 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.5.1", + "version": "1.5.2", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From 658837e142a6adbf363da99afa6faa7d6907384b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:48:36 +0200 Subject: [PATCH 03/77] feat: update client all (#182) Co-authored-by: Marat Shakirov --- .../.openapi-generator/FILES | 2 - clients/dart/iota_client/doc/DefaultApi.md | 6 +- .../dart/iota_client/lib/api/default_api.dart | 13 +- .../.openapi-generator/FILES | 3 + .../dart/login_configuration_client/README.md | 1 + .../doc/InvalidVPTokenCreationTimeError.md | 19 + .../LoginSessionDtoAuthorizationRequest.md | 1 + .../login_configuration_client/lib/api.dart | 1 + .../lib/api_client.dart | 2 + .../invalid_vp_token_creation_time_error.dart | 353 ++++++++++++++++++ ...gin_session_dto_authorization_request.dart | 24 +- ...lid_vp_token_creation_time_error_test.dart | 47 +++ .../wallets_client/.openapi-generator/FILES | 1 - .../.openapi-generator/FILES | 2 - .../api/default_api.py | 18 +- clients/python/iota_client/docs/DefaultApi.md | 6 +- .../.openapi-generator/FILES | 3 + .../login_configuration_client/README.md | 1 + .../__init__.py | 1 + .../models/__init__.py | 1 + .../invalid_vp_token_creation_time_error.py | 109 ++++++ ...login_session_dto_authorization_request.py | 6 +- .../docs/InvalidVPTokenCreationTimeError.md | 31 ++ .../LoginSessionDtoAuthorizationRequest.md | 1 + ...st_invalid_vp_token_creation_time_error.py | 67 ++++ .../wallets_client/.openapi-generator/FILES | 1 - .../credential-issuance-client/package.json | 2 +- .../package.json | 2 +- clients/typescript/iam-client/package.json | 2 +- clients/typescript/iota-client/api.ts | 29 +- .../iota-client/docs/Apis/DefaultApi.md | 3 +- clients/typescript/iota-client/package.json | 2 +- .../login-configuration-client/api.ts | 63 ++++ .../docs/.openapi-generator/FILES | 1 + .../Models/InvalidVPTokenCreationTimeError.md | 13 + .../LoginSessionDto_authorizationRequest.md | 1 + .../login-configuration-client/docs/README.md | 1 + .../login-configuration-client/package.json | 2 +- .../typescript/wallets-client/package.json | 2 +- package-lock.json | 29 +- 40 files changed, 831 insertions(+), 41 deletions(-) create mode 100644 clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md create mode 100644 clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart create mode 100644 clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart create mode 100644 clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py create mode 100644 clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md create mode 100644 clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py create mode 100644 clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md diff --git a/clients/dart/credential_issuance_client/.openapi-generator/FILES b/clients/dart/credential_issuance_client/.openapi-generator/FILES index dcf851d7..9929e1cf 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/FILES +++ b/clients/dart/credential_issuance_client/.openapi-generator/FILES @@ -124,5 +124,3 @@ lib/model/update_issuance_config_input.dart lib/model/vc_claimed_error.dart lib/model/well_known_open_id_credential_issuer_response.dart pubspec.yaml -test/credential_offer_claimed_error_test.dart -test/missing_holder_did_error_test.dart diff --git a/clients/dart/iota_client/doc/DefaultApi.md b/clients/dart/iota_client/doc/DefaultApi.md index 44ed879f..554ff107 100644 --- a/clients/dart/iota_client/doc/DefaultApi.md +++ b/clients/dart/iota_client/doc/DefaultApi.md @@ -14,7 +14,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* # **listLoggedConsents** -> ListLoggedConsentsOK listLoggedConsents(userId, limit, exclusiveStartKey) +> ListLoggedConsentsOK listLoggedConsents(configurationId, userId, limit, exclusiveStartKey) returns a list of logged consents for the project @@ -28,12 +28,13 @@ import 'package:affinidi_tdk_iota_client/api.dart'; //defaultApiClient.getAuthentication('ProjectTokenAuth').apiKeyPrefix = 'Bearer'; final api_instance = DefaultApi(); +final configurationId = configurationId_example; // String | final userId = userId_example; // String | final limit = 56; // int | Maximum number of records to fetch in a list final exclusiveStartKey = exclusiveStartKey_example; // String | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. try { - final result = api_instance.listLoggedConsents(userId, limit, exclusiveStartKey); + final result = api_instance.listLoggedConsents(configurationId, userId, limit, exclusiveStartKey); print(result); } catch (e) { print('Exception when calling DefaultApi->listLoggedConsents: $e\n'); @@ -44,6 +45,7 @@ try { | Name | Type | Description | Notes | | --------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **configurationId** | **String** | | [optional] | | **userId** | **String** | | [optional] | | **limit** | **int** | Maximum number of records to fetch in a list | [optional] | | **exclusiveStartKey** | **String** | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. | [optional] | diff --git a/clients/dart/iota_client/lib/api/default_api.dart b/clients/dart/iota_client/lib/api/default_api.dart index 02f3b2aa..d3a21679 100644 --- a/clients/dart/iota_client/lib/api/default_api.dart +++ b/clients/dart/iota_client/lib/api/default_api.dart @@ -22,6 +22,8 @@ class DefaultApi { /// /// Parameters: /// + /// * [String] configurationId: + /// /// * [String] userId: /// /// * [int] limit: @@ -29,7 +31,7 @@ class DefaultApi { /// /// * [String] exclusiveStartKey: /// The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. - Future listLoggedConsentsWithHttpInfo({ String? userId, int? limit, String? exclusiveStartKey, }) async { + Future listLoggedConsentsWithHttpInfo({ String? configurationId, String? userId, int? limit, String? exclusiveStartKey, }) async { // ignore: prefer_const_declarations final path = r'/v1/logged-consents'; @@ -40,6 +42,9 @@ class DefaultApi { final headerParams = {}; final formParams = {}; + if (configurationId != null) { + queryParams.addAll(_queryParams('', 'configurationId', configurationId)); + } if (userId != null) { queryParams.addAll(_queryParams('', 'userId', userId)); } @@ -68,6 +73,8 @@ class DefaultApi { /// /// Parameters: /// + /// * [String] configurationId: + /// /// * [String] userId: /// /// * [int] limit: @@ -75,8 +82,8 @@ class DefaultApi { /// /// * [String] exclusiveStartKey: /// The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. - Future listLoggedConsents({ String? userId, int? limit, String? exclusiveStartKey, }) async { - final response = await listLoggedConsentsWithHttpInfo( userId: userId, limit: limit, exclusiveStartKey: exclusiveStartKey, ); + Future listLoggedConsents({ String? configurationId, String? userId, int? limit, String? exclusiveStartKey, }) async { + final response = await listLoggedConsentsWithHttpInfo( configurationId: configurationId, userId: userId, limit: limit, exclusiveStartKey: exclusiveStartKey, ); if (response.statusCode >= HttpStatus.badRequest) { throw ApiException(response.statusCode, await _decodeBodyBytes(response)); } diff --git a/clients/dart/login_configuration_client/.openapi-generator/FILES b/clients/dart/login_configuration_client/.openapi-generator/FILES index 35b7b876..b20bac6c 100644 --- a/clients/dart/login_configuration_client/.openapi-generator/FILES +++ b/clients/dart/login_configuration_client/.openapi-generator/FILES @@ -34,6 +34,7 @@ doc/InvalidClaimContextError.md doc/InvalidGroupsError.md doc/InvalidParameterError.md doc/InvalidParameterErrorDetailsInner.md +doc/InvalidVPTokenCreationTimeError.md doc/JsonWebKey.md doc/JsonWebKeyKeysInner.md doc/ListLoginConfigurationOutput.md @@ -98,6 +99,7 @@ lib/model/invalid_claim_context_error.dart lib/model/invalid_groups_error.dart lib/model/invalid_parameter_error.dart lib/model/invalid_parameter_error_details_inner.dart +lib/model/invalid_vp_token_creation_time_error.dart lib/model/json_web_key.dart lib/model/json_web_key_keys_inner.dart lib/model/list_login_configuration_output.dart @@ -122,3 +124,4 @@ lib/model/unauthorized_error.dart lib/model/update_login_configuration_input.dart lib/model/vp_token_validation_error.dart pubspec.yaml +test/invalid_vp_token_creation_time_error_test.dart diff --git a/clients/dart/login_configuration_client/README.md b/clients/dart/login_configuration_client/README.md index cf4cdb28..a24729e4 100644 --- a/clients/dart/login_configuration_client/README.md +++ b/clients/dart/login_configuration_client/README.md @@ -128,6 +128,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/vpa* - [InvalidGroupsError](doc//InvalidGroupsError.md) - [InvalidParameterError](doc//InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](doc//InvalidParameterErrorDetailsInner.md) +- [InvalidVPTokenCreationTimeError](doc//InvalidVPTokenCreationTimeError.md) - [JsonWebKey](doc//JsonWebKey.md) - [JsonWebKeyKeysInner](doc//JsonWebKeyKeysInner.md) - [ListLoginConfigurationOutput](doc//ListLoginConfigurationOutput.md) diff --git a/clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md b/clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md new file mode 100644 index 00000000..48b72e33 --- /dev/null +++ b/clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md @@ -0,0 +1,19 @@ +# affinidi_tdk_login_configuration_client.model.InvalidVPTokenCreationTimeError + +## Load the model package + +```dart +import 'package:affinidi_tdk_login_configuration_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ------------------ | ----------------------------------------------------------------------------------- | ----------- | -------------------------------- | +| **name** | **String** | | +| **message** | **String** | | +| **httpStatusCode** | **int** | | +| **traceId** | **String** | | +| **details** | [**List**](InvalidParameterErrorDetailsInner.md) | | [optional] [default to const []] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md b/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md index 221fe556..44fd66fb 100644 --- a/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md +++ b/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md @@ -14,5 +14,6 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; | **presentationDefinition** | **String** | Presentation Definition to ask from the user. In JSON Stringify format. | | **ari** | **String** | ARI is used for analytics proposals. | [optional] | | **clientId** | **String** | clientId used for detect origin. | [optional] | +| **nonce** | **String** | nonce for VP Token proof challenge | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/lib/api.dart b/clients/dart/login_configuration_client/lib/api.dart index d606e7bd..cecddc69 100644 --- a/clients/dart/login_configuration_client/lib/api.dart +++ b/clients/dart/login_configuration_client/lib/api.dart @@ -61,6 +61,7 @@ part 'model/invalid_claim_context_error.dart'; part 'model/invalid_groups_error.dart'; part 'model/invalid_parameter_error.dart'; part 'model/invalid_parameter_error_details_inner.dart'; +part 'model/invalid_vp_token_creation_time_error.dart'; part 'model/json_web_key.dart'; part 'model/json_web_key_keys_inner.dart'; part 'model/list_login_configuration_output.dart'; diff --git a/clients/dart/login_configuration_client/lib/api_client.dart b/clients/dart/login_configuration_client/lib/api_client.dart index f2f2c838..d0175110 100644 --- a/clients/dart/login_configuration_client/lib/api_client.dart +++ b/clients/dart/login_configuration_client/lib/api_client.dart @@ -236,6 +236,8 @@ class ApiClient { return InvalidParameterError.fromJson(value); case 'InvalidParameterErrorDetailsInner': return InvalidParameterErrorDetailsInner.fromJson(value); + case 'InvalidVPTokenCreationTimeError': + return InvalidVPTokenCreationTimeError.fromJson(value); case 'JsonWebKey': return JsonWebKey.fromJson(value); case 'JsonWebKeyKeysInner': diff --git a/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart b/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart new file mode 100644 index 00000000..06671ec7 --- /dev/null +++ b/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart @@ -0,0 +1,353 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class InvalidVPTokenCreationTimeError { + /// Returns a new [InvalidVPTokenCreationTimeError] instance. + InvalidVPTokenCreationTimeError({ + required this.name, + required this.message, + required this.httpStatusCode, + required this.traceId, + this.details = const [], + }); + + InvalidVPTokenCreationTimeErrorNameEnum name; + + InvalidVPTokenCreationTimeErrorMessageEnum message; + + InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum httpStatusCode; + + String traceId; + + List details; + + @override + bool operator ==(Object other) => identical(this, other) || other is InvalidVPTokenCreationTimeError && + other.name == name && + other.message == message && + other.httpStatusCode == httpStatusCode && + other.traceId == traceId && + _deepEquality.equals(other.details, details); + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (name.hashCode) + + (message.hashCode) + + (httpStatusCode.hashCode) + + (traceId.hashCode) + + (details.hashCode); + + @override + String toString() => 'InvalidVPTokenCreationTimeError[name=$name, message=$message, httpStatusCode=$httpStatusCode, traceId=$traceId, details=$details]'; + + Map toJson() { + final json = {}; + json[r'name'] = this.name; + json[r'message'] = this.message; + json[r'httpStatusCode'] = this.httpStatusCode; + json[r'traceId'] = this.traceId; + json[r'details'] = this.details; + return json; + } + + /// Returns a new [InvalidVPTokenCreationTimeError] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static InvalidVPTokenCreationTimeError? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "InvalidVPTokenCreationTimeError[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "InvalidVPTokenCreationTimeError[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return InvalidVPTokenCreationTimeError( + name: InvalidVPTokenCreationTimeErrorNameEnum.fromJson(json[r'name'])!, + message: InvalidVPTokenCreationTimeErrorMessageEnum.fromJson(json[r'message'])!, + httpStatusCode: InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum.fromJson(json[r'httpStatusCode'])!, + traceId: mapValueOfType(json, r'traceId')!, + details: InvalidParameterErrorDetailsInner.listFromJson(json[r'details']), + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = InvalidVPTokenCreationTimeError.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = InvalidVPTokenCreationTimeError.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of InvalidVPTokenCreationTimeError-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = InvalidVPTokenCreationTimeError.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'name', + 'message', + 'httpStatusCode', + 'traceId', + }; +} + + +class InvalidVPTokenCreationTimeErrorNameEnum { + /// Instantiate a new enum with the provided [value]. + const InvalidVPTokenCreationTimeErrorNameEnum._(this.value); + + /// The underlying value of this enum member. + final String value; + + @override + String toString() => value; + + String toJson() => value; + + static const invalidVPTokenCreationTimeError = InvalidVPTokenCreationTimeErrorNameEnum._(r'InvalidVPTokenCreationTimeError'); + + /// List of all possible values in this [enum][InvalidVPTokenCreationTimeErrorNameEnum]. + static const values = [ + invalidVPTokenCreationTimeError, + ]; + + static InvalidVPTokenCreationTimeErrorNameEnum? fromJson(dynamic value) => InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer().decode(value); + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = InvalidVPTokenCreationTimeErrorNameEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [InvalidVPTokenCreationTimeErrorNameEnum] to String, +/// and [decode] dynamic data back to [InvalidVPTokenCreationTimeErrorNameEnum]. +class InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer { + factory InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer() => _instance ??= const InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer._(); + + const InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer._(); + + String encode(InvalidVPTokenCreationTimeErrorNameEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a InvalidVPTokenCreationTimeErrorNameEnum. + /// + /// If [allowNull] is true and the [dynamic value][data] cannot be decoded successfully, + /// then null is returned. However, if [allowNull] is false and the [dynamic value][data] + /// cannot be decoded successfully, then an [UnimplementedError] is thrown. + /// + /// The [allowNull] is very handy when an API changes and a new enum value is added or removed, + /// and users are still using an old app with the old code. + InvalidVPTokenCreationTimeErrorNameEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case r'InvalidVPTokenCreationTimeError': return InvalidVPTokenCreationTimeErrorNameEnum.invalidVPTokenCreationTimeError; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer] instance. + static InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer? _instance; +} + + + +class InvalidVPTokenCreationTimeErrorMessageEnum { + /// Instantiate a new enum with the provided [value]. + const InvalidVPTokenCreationTimeErrorMessageEnum._(this.value); + + /// The underlying value of this enum member. + final String value; + + @override + String toString() => value; + + String toJson() => value; + + static const vPTokenHasExpired = InvalidVPTokenCreationTimeErrorMessageEnum._(r'VP token has expired'); + + /// List of all possible values in this [enum][InvalidVPTokenCreationTimeErrorMessageEnum]. + static const values = [ + vPTokenHasExpired, + ]; + + static InvalidVPTokenCreationTimeErrorMessageEnum? fromJson(dynamic value) => InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer().decode(value); + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = InvalidVPTokenCreationTimeErrorMessageEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [InvalidVPTokenCreationTimeErrorMessageEnum] to String, +/// and [decode] dynamic data back to [InvalidVPTokenCreationTimeErrorMessageEnum]. +class InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer { + factory InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer() => _instance ??= const InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer._(); + + const InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer._(); + + String encode(InvalidVPTokenCreationTimeErrorMessageEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a InvalidVPTokenCreationTimeErrorMessageEnum. + /// + /// If [allowNull] is true and the [dynamic value][data] cannot be decoded successfully, + /// then null is returned. However, if [allowNull] is false and the [dynamic value][data] + /// cannot be decoded successfully, then an [UnimplementedError] is thrown. + /// + /// The [allowNull] is very handy when an API changes and a new enum value is added or removed, + /// and users are still using an old app with the old code. + InvalidVPTokenCreationTimeErrorMessageEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case r'VP token has expired': return InvalidVPTokenCreationTimeErrorMessageEnum.vPTokenHasExpired; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer] instance. + static InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer? _instance; +} + + + +class InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum { + /// Instantiate a new enum with the provided [value]. + const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum._(this.value); + + /// The underlying value of this enum member. + final int value; + + @override + String toString() => value.toString(); + + int toJson() => value; + + static const number400 = InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum._(400); + + /// List of all possible values in this [enum][InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum]. + static const values = [ + number400, + ]; + + static InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum? fromJson(dynamic value) => InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer().decode(value); + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum] to int, +/// and [decode] dynamic data back to [InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum]. +class InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer { + factory InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer() => _instance ??= const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer._(); + + const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer._(); + + int encode(InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum. + /// + /// If [allowNull] is true and the [dynamic value][data] cannot be decoded successfully, + /// then null is returned. However, if [allowNull] is false and the [dynamic value][data] + /// cannot be decoded successfully, then an [UnimplementedError] is thrown. + /// + /// The [allowNull] is very handy when an API changes and a new enum value is added or removed, + /// and users are still using an old app with the old code. + InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case 400: return InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum.number400; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer] instance. + static InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer? _instance; +} + + diff --git a/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart b/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart index 6af63854..b365eb4f 100644 --- a/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart +++ b/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart @@ -17,6 +17,7 @@ class LoginSessionDtoAuthorizationRequest { required this.presentationDefinition, this.ari, this.clientId, + this.nonce, }); /// State parameter @@ -43,12 +44,22 @@ class LoginSessionDtoAuthorizationRequest { /// String? clientId; + /// nonce for VP Token proof challenge + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? nonce; + @override bool operator ==(Object other) => identical(this, other) || other is LoginSessionDtoAuthorizationRequest && other.state == state && other.presentationDefinition == presentationDefinition && other.ari == ari && - other.clientId == clientId; + other.clientId == clientId && + other.nonce == nonce; @override int get hashCode => @@ -56,10 +67,11 @@ class LoginSessionDtoAuthorizationRequest { (state.hashCode) + (presentationDefinition.hashCode) + (ari == null ? 0 : ari!.hashCode) + - (clientId == null ? 0 : clientId!.hashCode); + (clientId == null ? 0 : clientId!.hashCode) + + (nonce == null ? 0 : nonce!.hashCode); @override - String toString() => 'LoginSessionDtoAuthorizationRequest[state=$state, presentationDefinition=$presentationDefinition, ari=$ari, clientId=$clientId]'; + String toString() => 'LoginSessionDtoAuthorizationRequest[state=$state, presentationDefinition=$presentationDefinition, ari=$ari, clientId=$clientId, nonce=$nonce]'; Map toJson() { final json = {}; @@ -75,6 +87,11 @@ class LoginSessionDtoAuthorizationRequest { } else { json[r'clientId'] = null; } + if (this.nonce != null) { + json[r'nonce'] = this.nonce; + } else { + json[r'nonce'] = null; + } return json; } @@ -101,6 +118,7 @@ class LoginSessionDtoAuthorizationRequest { presentationDefinition: mapValueOfType(json, r'presentationDefinition')!, ari: mapValueOfType(json, r'ari'), clientId: mapValueOfType(json, r'clientId'), + nonce: mapValueOfType(json, r'nonce'), ); } return null; diff --git a/clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart b/clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart new file mode 100644 index 00000000..a9bf25e2 --- /dev/null +++ b/clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart @@ -0,0 +1,47 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_login_configuration_client/api.dart'; +import 'package:test/test.dart'; + +// tests for InvalidVPTokenCreationTimeError +void main() { + // final instance = InvalidVPTokenCreationTimeError(); + + group('test InvalidVPTokenCreationTimeError', () { + // String name + test('to test the property `name`', () async { + // TODO + }); + + // String message + test('to test the property `message`', () async { + // TODO + }); + + // int httpStatusCode + test('to test the property `httpStatusCode`', () async { + // TODO + }); + + // String traceId + test('to test the property `traceId`', () async { + // TODO + }); + + // List details (default value: const []) + test('to test the property `details`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/wallets_client/.openapi-generator/FILES b/clients/dart/wallets_client/.openapi-generator/FILES index 6619f673..fc75aa2f 100644 --- a/clients/dart/wallets_client/.openapi-generator/FILES +++ b/clients/dart/wallets_client/.openapi-generator/FILES @@ -72,4 +72,3 @@ lib/model/wallet_dto.dart lib/model/wallet_dto_keys_inner.dart lib/model/wallets_list_dto.dart pubspec.yaml -test/sign_credential_result_dto_signed_credential_test.dart diff --git a/clients/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index 2b929cc1..8acc55cf 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -129,6 +129,4 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_credential_offer_claimed_error.py -test/test_missing_holder_did_error.py tox.ini diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py index cd70ec18..e552cdc9 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py @@ -47,16 +47,18 @@ def __init__(self, api_client=None) -> None: self.api_client = api_client @validate_arguments - def list_logged_consents(self, user_id : Optional[StrictStr] = None, limit : Annotated[Optional[conint(strict=True, le=100, ge=1)], Field(description="Maximum number of records to fetch in a list")] = None, exclusive_start_key : Annotated[Optional[constr(strict=True, max_length=3000)], Field(description="The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation.")] = None, **kwargs) -> ListLoggedConsentsOK: # noqa: E501 + def list_logged_consents(self, configuration_id : Optional[StrictStr] = None, user_id : Optional[StrictStr] = None, limit : Annotated[Optional[conint(strict=True, le=100, ge=1)], Field(description="Maximum number of records to fetch in a list")] = None, exclusive_start_key : Annotated[Optional[constr(strict=True, max_length=3000)], Field(description="The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation.")] = None, **kwargs) -> ListLoggedConsentsOK: # noqa: E501 """list_logged_consents # noqa: E501 returns a list of logged consents for the project # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_logged_consents(user_id, limit, exclusive_start_key, async_req=True) + >>> thread = api.list_logged_consents(configuration_id, user_id, limit, exclusive_start_key, async_req=True) >>> result = thread.get() + :param configuration_id: + :type configuration_id: str :param user_id: :type user_id: str :param limit: Maximum number of records to fetch in a list @@ -78,19 +80,21 @@ def list_logged_consents(self, user_id : Optional[StrictStr] = None, limit : Ann if '_preload_content' in kwargs: message = "Error! Please call the list_logged_consents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501 raise ValueError(message) - return self.list_logged_consents_with_http_info(user_id, limit, exclusive_start_key, **kwargs) # noqa: E501 + return self.list_logged_consents_with_http_info(configuration_id, user_id, limit, exclusive_start_key, **kwargs) # noqa: E501 @validate_arguments - def list_logged_consents_with_http_info(self, user_id : Optional[StrictStr] = None, limit : Annotated[Optional[conint(strict=True, le=100, ge=1)], Field(description="Maximum number of records to fetch in a list")] = None, exclusive_start_key : Annotated[Optional[constr(strict=True, max_length=3000)], Field(description="The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation.")] = None, **kwargs) -> ApiResponse: # noqa: E501 + def list_logged_consents_with_http_info(self, configuration_id : Optional[StrictStr] = None, user_id : Optional[StrictStr] = None, limit : Annotated[Optional[conint(strict=True, le=100, ge=1)], Field(description="Maximum number of records to fetch in a list")] = None, exclusive_start_key : Annotated[Optional[constr(strict=True, max_length=3000)], Field(description="The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation.")] = None, **kwargs) -> ApiResponse: # noqa: E501 """list_logged_consents # noqa: E501 returns a list of logged consents for the project # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_logged_consents_with_http_info(user_id, limit, exclusive_start_key, async_req=True) + >>> thread = api.list_logged_consents_with_http_info(configuration_id, user_id, limit, exclusive_start_key, async_req=True) >>> result = thread.get() + :param configuration_id: + :type configuration_id: str :param user_id: :type user_id: str :param limit: Maximum number of records to fetch in a list @@ -125,6 +129,7 @@ def list_logged_consents_with_http_info(self, user_id : Optional[StrictStr] = No _params = locals() _all_params = [ + 'configuration_id', 'user_id', 'limit', 'exclusive_start_key' @@ -158,6 +163,9 @@ def list_logged_consents_with_http_info(self, user_id : Optional[StrictStr] = No # process the query parameters _query_params = [] + if _params.get('configuration_id') is not None: # noqa: E501 + _query_params.append(('configurationId', _params['configuration_id'])) + if _params.get('user_id') is not None: # noqa: E501 _query_params.append(('userId', _params['user_id'])) diff --git a/clients/python/iota_client/docs/DefaultApi.md b/clients/python/iota_client/docs/DefaultApi.md index 3fba681f..4d9c9c01 100644 --- a/clients/python/iota_client/docs/DefaultApi.md +++ b/clients/python/iota_client/docs/DefaultApi.md @@ -8,7 +8,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* # **list_logged_consents** -> ListLoggedConsentsOK list_logged_consents(user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) +> ListLoggedConsentsOK list_logged_consents(configuration_id=configuration_id, user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) returns a list of logged consents for the project @@ -45,12 +45,13 @@ configuration.api_key['ProjectTokenAuth'] = os.environ["API_KEY"] with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = affinidi_tdk_iota_client.DefaultApi(api_client) + configuration_id = 'configuration_id_example' # str | (optional) user_id = 'user_id_example' # str | (optional) limit = 56 # int | Maximum number of records to fetch in a list (optional) exclusive_start_key = 'exclusive_start_key_example' # str | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. (optional) try: - api_response = api_instance.list_logged_consents(user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) + api_response = api_instance.list_logged_consents(configuration_id=configuration_id, user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) print("The response of DefaultApi->list_logged_consents:\n") pprint(api_response) except Exception as e: @@ -61,6 +62,7 @@ with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: | Name | Type | Description | Notes | | ----------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **configuration_id** | **str** | | [optional] | | **user_id** | **str** | | [optional] | | **limit** | **int** | Maximum number of records to fetch in a list | [optional] | | **exclusive_start_key** | **str** | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. | [optional] | diff --git a/clients/python/login_configuration_client/.openapi-generator/FILES b/clients/python/login_configuration_client/.openapi-generator/FILES index 40030042..9e8fa2ec 100644 --- a/clients/python/login_configuration_client/.openapi-generator/FILES +++ b/clients/python/login_configuration_client/.openapi-generator/FILES @@ -43,6 +43,7 @@ affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py affinidi_tdk_login_configuration_client/models/invalid_groups_error.py affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py +affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py affinidi_tdk_login_configuration_client/models/json_web_key.py affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py @@ -106,6 +107,7 @@ docs/InvalidClaimContextError.md docs/InvalidGroupsError.md docs/InvalidParameterError.md docs/InvalidParameterErrorDetailsInner.md +docs/InvalidVPTokenCreationTimeError.md docs/JsonWebKey.md docs/JsonWebKeyKeysInner.md docs/ListLoginConfigurationOutput.md @@ -139,4 +141,5 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_invalid_vp_token_creation_time_error.py tox.ini diff --git a/clients/python/login_configuration_client/README.md b/clients/python/login_configuration_client/README.md index 33968015..5dd2f668 100644 --- a/clients/python/login_configuration_client/README.md +++ b/clients/python/login_configuration_client/README.md @@ -162,6 +162,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/vpa* - [InvalidGroupsError](docs/InvalidGroupsError.md) - [InvalidParameterError](docs/InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](docs/InvalidParameterErrorDetailsInner.md) +- [InvalidVPTokenCreationTimeError](docs/InvalidVPTokenCreationTimeError.md) - [JsonWebKey](docs/JsonWebKey.md) - [JsonWebKeyKeysInner](docs/JsonWebKeyKeysInner.md) - [ListLoginConfigurationOutput](docs/ListLoginConfigurationOutput.md) diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py index 1139b64a..592c24b6 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py @@ -65,6 +65,7 @@ from affinidi_tdk_login_configuration_client.models.invalid_groups_error import InvalidGroupsError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError from affinidi_tdk_login_configuration_client.models.json_web_key import JsonWebKey from affinidi_tdk_login_configuration_client.models.json_web_key_keys_inner import JsonWebKeyKeysInner from affinidi_tdk_login_configuration_client.models.list_login_configuration_output import ListLoginConfigurationOutput diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py index 063b0e9e..944e8b86 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py @@ -44,6 +44,7 @@ from affinidi_tdk_login_configuration_client.models.invalid_groups_error import InvalidGroupsError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError from affinidi_tdk_login_configuration_client.models.json_web_key import JsonWebKey from affinidi_tdk_login_configuration_client.models.json_web_key_keys_inner import JsonWebKeyKeysInner from affinidi_tdk_login_configuration_client.models.list_login_configuration_output import ListLoginConfigurationOutput diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py new file mode 100644 index 00000000..359d3670 --- /dev/null +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py @@ -0,0 +1,109 @@ +# coding: utf-8 + +""" + OidcVpAdapterBackend + + Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import List, Optional, Union +from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr, conlist, validator +from affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner + +class InvalidVPTokenCreationTimeError(BaseModel): + """ + InvalidVPTokenCreationTimeError + """ + name: StrictStr = Field(...) + message: StrictStr = Field(...) + http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") + trace_id: StrictStr = Field(..., alias="traceId") + details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None + __properties = ["name", "message", "httpStatusCode", "traceId", "details"] + + @validator('name') + def name_validate_enum(cls, value): + """Validates the enum""" + if value not in ('InvalidVPTokenCreationTimeError'): + raise ValueError("must be one of enum values ('InvalidVPTokenCreationTimeError')") + return value + + @validator('message') + def message_validate_enum(cls, value): + """Validates the enum""" + if value not in ('VP token has expired'): + raise ValueError("must be one of enum values ('VP token has expired')") + return value + + @validator('http_status_code') + def http_status_code_validate_enum(cls, value): + """Validates the enum""" + if value not in (400): + raise ValueError("must be one of enum values (400)") + return value + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> InvalidVPTokenCreationTimeError: + """Create an instance of InvalidVPTokenCreationTimeError from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of each item in details (list) + _items = [] + if self.details: + for _item in self.details: + if _item: + _items.append(_item.to_dict()) + _dict['details'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> InvalidVPTokenCreationTimeError: + """Create an instance of InvalidVPTokenCreationTimeError from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return InvalidVPTokenCreationTimeError.parse_obj(obj) + + _obj = InvalidVPTokenCreationTimeError.parse_obj({ + "name": obj.get("name"), + "message": obj.get("message"), + "http_status_code": obj.get("httpStatusCode"), + "trace_id": obj.get("traceId"), + "details": [InvalidParameterErrorDetailsInner.from_dict(_item) for _item in obj.get("details")] if obj.get("details") is not None else None + }) + return _obj + + diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py index 5c357c60..14bd31c6 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py @@ -30,7 +30,8 @@ class LoginSessionDtoAuthorizationRequest(BaseModel): presentation_definition: StrictStr = Field(..., alias="presentationDefinition", description="Presentation Definition to ask from the user. In JSON Stringify format.") ari: Optional[StrictStr] = Field(None, description="ARI is used for analytics proposals.") client_id: Optional[StrictStr] = Field(None, alias="clientId", description="clientId used for detect origin.") - __properties = ["state", "presentationDefinition", "ari", "clientId"] + nonce: Optional[StrictStr] = Field(None, description="nonce for VP Token proof challenge") + __properties = ["state", "presentationDefinition", "ari", "clientId", "nonce"] class Config: """Pydantic configuration""" @@ -71,7 +72,8 @@ def from_dict(cls, obj: dict) -> LoginSessionDtoAuthorizationRequest: "state": obj.get("state"), "presentation_definition": obj.get("presentationDefinition"), "ari": obj.get("ari"), - "client_id": obj.get("clientId") + "client_id": obj.get("clientId"), + "nonce": obj.get("nonce") }) return _obj diff --git a/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md b/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md new file mode 100644 index 00000000..cd7b9bf7 --- /dev/null +++ b/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md @@ -0,0 +1,31 @@ +# InvalidVPTokenCreationTimeError + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ----------------------------------------------------------------------------------- | ----------- | ---------- | +| **name** | **str** | | +| **message** | **str** | | +| **http_status_code** | **float** | | +| **trace_id** | **str** | | +| **details** | [**List[InvalidParameterErrorDetailsInner]**](InvalidParameterErrorDetailsInner.md) | | [optional] | + +## Example + +```python +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError + +# TODO update the JSON string below +json = "{}" +# create an instance of InvalidVPTokenCreationTimeError from a JSON string +invalid_vp_token_creation_time_error_instance = InvalidVPTokenCreationTimeError.from_json(json) +# print the JSON string representation of the object +print InvalidVPTokenCreationTimeError.to_json() + +# convert the object into a dict +invalid_vp_token_creation_time_error_dict = invalid_vp_token_creation_time_error_instance.to_dict() +# create an instance of InvalidVPTokenCreationTimeError from a dict +invalid_vp_token_creation_time_error_form_dict = invalid_vp_token_creation_time_error.from_dict(invalid_vp_token_creation_time_error_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md b/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md index 0c7c0db9..4317bb8c 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md +++ b/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md @@ -8,6 +8,7 @@ | **presentation_definition** | **str** | Presentation Definition to ask from the user. In JSON Stringify format. | | **ari** | **str** | ARI is used for analytics proposals. | [optional] | | **client_id** | **str** | clientId used for detect origin. | [optional] | +| **nonce** | **str** | nonce for VP Token proof challenge | [optional] | ## Example diff --git a/clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py b/clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py new file mode 100644 index 00000000..7a6b8e8e --- /dev/null +++ b/clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py @@ -0,0 +1,67 @@ +# coding: utf-8 + +""" + OidcVpAdapterBackend + + Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError # noqa: E501 + +class TestInvalidVPTokenCreationTimeError(unittest.TestCase): + """InvalidVPTokenCreationTimeError unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> InvalidVPTokenCreationTimeError: + """Test InvalidVPTokenCreationTimeError + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `InvalidVPTokenCreationTimeError` + """ + model = InvalidVPTokenCreationTimeError() # noqa: E501 + if include_optional: + return InvalidVPTokenCreationTimeError( + name = 'InvalidVPTokenCreationTimeError', + message = 'VP token has expired', + http_status_code = 400, + trace_id = '', + details = [ + affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner.InvalidParameterError_details_inner( + issue = '', + field = '', + value = '', + location = '', ) + ] + ) + else: + return InvalidVPTokenCreationTimeError( + name = 'InvalidVPTokenCreationTimeError', + message = 'VP token has expired', + http_status_code = 400, + trace_id = '', + ) + """ + + def testInvalidVPTokenCreationTimeError(self): + """Test InvalidVPTokenCreationTimeError""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/wallets_client/.openapi-generator/FILES b/clients/python/wallets_client/.openapi-generator/FILES index 31aef251..b70235b0 100644 --- a/clients/python/wallets_client/.openapi-generator/FILES +++ b/clients/python/wallets_client/.openapi-generator/FILES @@ -77,5 +77,4 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_sign_credential_result_dto_signed_credential.py tox.ini diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 9406c31f..25331adc 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 6dabaef0..7694b648 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 59557603..a001edb5 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/api.ts b/clients/typescript/iota-client/api.ts index 064736c8..e2ec9aaf 100644 --- a/clients/typescript/iota-client/api.ts +++ b/clients/typescript/iota-client/api.ts @@ -2035,6 +2035,7 @@ export const DefaultApiAxiosParamCreator = function ( return { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @param {number} [limit] Maximum number of records to fetch in a list * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. @@ -2042,6 +2043,7 @@ export const DefaultApiAxiosParamCreator = function ( * @throws {RequiredError} */ listLoggedConsents: async ( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, @@ -2070,6 +2072,10 @@ export const DefaultApiAxiosParamCreator = function ( configuration, ) + if (configurationId !== undefined) { + localVarQueryParameter['configurationId'] = configurationId + } + if (userId !== undefined) { localVarQueryParameter['userId'] = userId } @@ -2108,6 +2114,7 @@ export const DefaultApiFp = function (configuration?: Configuration) { return { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @param {number} [limit] Maximum number of records to fetch in a list * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. @@ -2115,6 +2122,7 @@ export const DefaultApiFp = function (configuration?: Configuration) { * @throws {RequiredError} */ async listLoggedConsents( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, @@ -2127,6 +2135,7 @@ export const DefaultApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listLoggedConsents( + configurationId, userId, limit, exclusiveStartKey, @@ -2159,6 +2168,7 @@ export const DefaultApiFactory = function ( return { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @param {number} [limit] Maximum number of records to fetch in a list * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. @@ -2166,13 +2176,20 @@ export const DefaultApiFactory = function ( * @throws {RequiredError} */ listLoggedConsents( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, options?: any, ): AxiosPromise { return localVarFp - .listLoggedConsents(userId, limit, exclusiveStartKey, options) + .listLoggedConsents( + configurationId, + userId, + limit, + exclusiveStartKey, + options, + ) .then((request) => request(axios, basePath)) }, } @@ -2187,6 +2204,7 @@ export const DefaultApiFactory = function ( export class DefaultApi extends BaseAPI { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @param {number} [limit] Maximum number of records to fetch in a list * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. @@ -2195,13 +2213,20 @@ export class DefaultApi extends BaseAPI { * @memberof DefaultApi */ public listLoggedConsents( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, options?: RawAxiosRequestConfig, ) { return DefaultApiFp(this.configuration) - .listLoggedConsents(userId, limit, exclusiveStartKey, options) + .listLoggedConsents( + configurationId, + userId, + limit, + exclusiveStartKey, + options, + ) .then((request) => request(this.axios, this.basePath)) } } diff --git a/clients/typescript/iota-client/docs/Apis/DefaultApi.md b/clients/typescript/iota-client/docs/Apis/DefaultApi.md index 74edf9f2..0b6ccb64 100644 --- a/clients/typescript/iota-client/docs/Apis/DefaultApi.md +++ b/clients/typescript/iota-client/docs/Apis/DefaultApi.md @@ -10,7 +10,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* # **listLoggedConsents** -> ListLoggedConsentsOK listLoggedConsents(userId, limit, exclusiveStartKey) +> ListLoggedConsentsOK listLoggedConsents(configurationId, userId, limit, exclusiveStartKey) returns a list of logged consents for the project @@ -18,6 +18,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* | Name | Type | Description | Notes | | --------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| **configurationId** | **String** | | [optional] [default to null] | | **userId** | **String** | | [optional] [default to null] | | **limit** | **Integer** | Maximum number of records to fetch in a list | [optional] [default to null] | | **exclusiveStartKey** | **String** | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. | [optional] [default to null] | diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 6f9f01db..b23283a3 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.11.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { diff --git a/clients/typescript/login-configuration-client/api.ts b/clients/typescript/login-configuration-client/api.ts index 97ade82e..ed1389f0 100644 --- a/clients/typescript/login-configuration-client/api.ts +++ b/clients/typescript/login-configuration-client/api.ts @@ -1101,6 +1101,63 @@ export interface InvalidParameterErrorDetailsInner { */ location?: string } +/** + * + * @export + * @interface InvalidVPTokenCreationTimeError + */ +export interface InvalidVPTokenCreationTimeError { + /** + * + * @type {string} + * @memberof InvalidVPTokenCreationTimeError + */ + name: InvalidVPTokenCreationTimeErrorNameEnum + /** + * + * @type {string} + * @memberof InvalidVPTokenCreationTimeError + */ + message: InvalidVPTokenCreationTimeErrorMessageEnum + /** + * + * @type {number} + * @memberof InvalidVPTokenCreationTimeError + */ + httpStatusCode: InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum + /** + * + * @type {string} + * @memberof InvalidVPTokenCreationTimeError + */ + traceId: string + /** + * + * @type {Array} + * @memberof InvalidVPTokenCreationTimeError + */ + details?: Array +} + +export const InvalidVPTokenCreationTimeErrorNameEnum = { + InvalidVpTokenCreationTimeError: 'InvalidVPTokenCreationTimeError', +} as const + +export type InvalidVPTokenCreationTimeErrorNameEnum = + (typeof InvalidVPTokenCreationTimeErrorNameEnum)[keyof typeof InvalidVPTokenCreationTimeErrorNameEnum] +export const InvalidVPTokenCreationTimeErrorMessageEnum = { + VpTokenHasExpired: 'VP token has expired', +} as const + +export type InvalidVPTokenCreationTimeErrorMessageEnum = + (typeof InvalidVPTokenCreationTimeErrorMessageEnum)[keyof typeof InvalidVPTokenCreationTimeErrorMessageEnum] +export const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum = { + NUMBER_400: 400, +} as const + +export type InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum = + (typeof InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum)[keyof typeof InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum] + /** * * @export @@ -1518,6 +1575,12 @@ export interface LoginSessionDtoAuthorizationRequest { * @memberof LoginSessionDtoAuthorizationRequest */ clientId?: string + /** + * nonce for VP Token proof challenge + * @type {string} + * @memberof LoginSessionDtoAuthorizationRequest + */ + nonce?: string } /** * Input for Creating a Login Session diff --git a/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES b/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES index 2a993e64..6ef9c54d 100644 --- a/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES +++ b/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES @@ -30,6 +30,7 @@ Models/InvalidClaimContextError.md Models/InvalidGroupsError.md Models/InvalidParameterError.md Models/InvalidParameterError_details_inner.md +Models/InvalidVPTokenCreationTimeError.md Models/JsonWebKey.md Models/JsonWebKey_keys_inner.md Models/ListLoginConfigurationOutput.md diff --git a/clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md b/clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md new file mode 100644 index 00000000..f77badb8 --- /dev/null +++ b/clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md @@ -0,0 +1,13 @@ +# InvalidVPTokenCreationTimeError + +## Properties + +| Name | Type | Description | Notes | +| ------------------ | -------------------------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [default to null] | +| **message** | **String** | | [default to null] | +| **httpStatusCode** | **BigDecimal** | | [default to null] | +| **traceId** | **String** | | [default to null] | +| **details** | [**List**](InvalidParameterError_details_inner.md) | | [optional] [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md b/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md index b4498ef4..7bcc4d18 100644 --- a/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md +++ b/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md @@ -8,5 +8,6 @@ | **presentationDefinition** | **String** | Presentation Definition to ask from the user. In JSON Stringify format. | [default to null] | | **ari** | **String** | ARI is used for analytics proposals. | [optional] [default to null] | | **clientId** | **String** | clientId used for detect origin. | [optional] [default to null] | +| **nonce** | **String** | nonce for VP Token proof challenge | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/README.md b/clients/typescript/login-configuration-client/docs/README.md index 7d667565..8efc0d49 100644 --- a/clients/typescript/login-configuration-client/docs/README.md +++ b/clients/typescript/login-configuration-client/docs/README.md @@ -69,6 +69,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/vpa* - [InvalidGroupsError](./Models/InvalidGroupsError.md) - [InvalidParameterError](./Models/InvalidParameterError.md) - [InvalidParameterError_details_inner](./Models/InvalidParameterError_details_inner.md) +- [InvalidVPTokenCreationTimeError](./Models/InvalidVPTokenCreationTimeError.md) - [JsonWebKey](./Models/JsonWebKey.md) - [JsonWebKey_keys_inner](./Models/JsonWebKey_keys_inner.md) - [ListLoginConfigurationOutput](./Models/ListLoginConfigurationOutput.md) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index ec966829..5db82c1f 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.17.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 2ac7936d..760767a2 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.14.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { diff --git a/package-lock.json b/package-lock.json index 9c0155e2..4e9eda04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.14.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -111,7 +111,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.14.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -145,7 +145,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.10.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -179,7 +179,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.16.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -213,7 +213,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.13.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -247,7 +247,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.3.2", + "version": "1.5.1", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -423,7 +423,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.3.2", + "version": "1.5.1", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -447,6 +447,17 @@ "typescript": "^5.2.2" } }, + "libs/iota-core/node_modules/@affinidi-tdk/iota-client": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@affinidi-tdk/iota-client/-/iota-client-1.11.0.tgz", + "integrity": "sha512-6YPvj9imSMlvCkHYikSFBazjUcGNRhbjBUN0u879d+TSnHyQgZXe5cu1qQjIPOvvVBszhVH4L6/0h0D11gOLlQ==", + "inBundle": true, + "dependencies": { + "axios": "^1.6.0", + "axios-retry": "^4.1.0", + "url": "^0.11.3" + } + }, "libs/iota-core/node_modules/@types/node": { "version": "22.0.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", @@ -22671,7 +22682,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.13.2", + "version": "1.15.1", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22891,7 +22902,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.5.2", + "version": "1.7.1", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", From efca7853cd2591d6c565c3d7a1221ad57eb38044 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 08:57:25 +0000 Subject: [PATCH 04/77] chore(release): @affinidi-tdk/common-v1.8.0 [skip ci] # [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.7.1...@affinidi-tdk/common-v1.8.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- packages/common/CHANGELOG.md | 7 +++++++ packages/common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 6c65bdf0..25a5ea61 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.7.1...@affinidi-tdk/common-v1.8.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + ## [1.7.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.7.0...@affinidi-tdk/common-v1.7.1) (2024-08-12) diff --git a/packages/common/package.json b/packages/common/package.json index 606651fb..9ddd056b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/common", - "version": "1.7.1", + "version": "1.8.0", "description": "Affinidi TDK Common library with shared utils", "author": "Affinidi", "repository": { From ad4ff867eec000ee3838325031a564e509c8907e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 08:58:21 +0000 Subject: [PATCH 05/77] chore(release): @affinidi-tdk/iota-client-v1.12.0 [skip ci] # [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.11.0...@affinidi-tdk/iota-client-v1.12.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- clients/typescript/iota-client/CHANGELOG.md | 7 +++++++ clients/typescript/iota-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iota-client/CHANGELOG.md b/clients/typescript/iota-client/CHANGELOG.md index f7ad0f3f..658b6a4a 100644 --- a/clients/typescript/iota-client/CHANGELOG.md +++ b/clients/typescript/iota-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.11.0...@affinidi-tdk/iota-client-v1.12.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + # [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.10.1...@affinidi-tdk/iota-client-v1.11.0) (2024-08-05) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index b23283a3..1590da44 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.0.0", + "version": "1.12.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { From 7fe7f518ef2465e732a93a3a03717e354c145780 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 08:59:17 +0000 Subject: [PATCH 06/77] chore(release): @affinidi-tdk/credential-verification-client-v1.16.0 [skip ci] # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.15.0...@affinidi-tdk/credential-verification-client-v1.16.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- .../typescript/credential-verification-client/CHANGELOG.md | 7 +++++++ .../typescript/credential-verification-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-verification-client/CHANGELOG.md b/clients/typescript/credential-verification-client/CHANGELOG.md index 88d28031..716f8843 100644 --- a/clients/typescript/credential-verification-client/CHANGELOG.md +++ b/clients/typescript/credential-verification-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.15.0...@affinidi-tdk/credential-verification-client-v1.16.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.14.1...@affinidi-tdk/credential-verification-client-v1.15.0) (2024-08-05) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 7694b648..6ba8a370 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.0.0", + "version": "1.16.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { From a7cbf93f492d2c5083e359d0051a0ebaf36fde16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:00:13 +0000 Subject: [PATCH 07/77] chore(release): @affinidi-tdk/credential-issuance-client-v1.16.0 [skip ci] # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.15.0...@affinidi-tdk/credential-issuance-client-v1.16.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- clients/typescript/credential-issuance-client/CHANGELOG.md | 7 +++++++ clients/typescript/credential-issuance-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-issuance-client/CHANGELOG.md b/clients/typescript/credential-issuance-client/CHANGELOG.md index abbc4b28..44364ae1 100644 --- a/clients/typescript/credential-issuance-client/CHANGELOG.md +++ b/clients/typescript/credential-issuance-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.15.0...@affinidi-tdk/credential-issuance-client-v1.16.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.14.1...@affinidi-tdk/credential-issuance-client-v1.15.0) (2024-08-05) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 25331adc..01d68e86 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.0.0", + "version": "1.16.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { From 80ec8a64e6d7fc96907626576507eaa64112d320 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:01:09 +0000 Subject: [PATCH 08/77] chore(release): @affinidi-tdk/login-configuration-client-v1.18.0 [skip ci] # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.17.0...@affinidi-tdk/login-configuration-client-v1.18.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- clients/typescript/login-configuration-client/CHANGELOG.md | 7 +++++++ clients/typescript/login-configuration-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/login-configuration-client/CHANGELOG.md b/clients/typescript/login-configuration-client/CHANGELOG.md index bf70ce09..562247f7 100644 --- a/clients/typescript/login-configuration-client/CHANGELOG.md +++ b/clients/typescript/login-configuration-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.17.0...@affinidi-tdk/login-configuration-client-v1.18.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.16.1...@affinidi-tdk/login-configuration-client-v1.17.0) (2024-08-05) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 5db82c1f..e61e11a3 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.0.0", + "version": "1.18.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { From 6ca946ea7ba39f803e4770541ef1a1f7ca5f2edd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:02:04 +0000 Subject: [PATCH 09/77] chore(release): @affinidi-tdk/wallets-client-v1.15.0 [skip ci] # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.14.0...@affinidi-tdk/wallets-client-v1.15.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- clients/typescript/wallets-client/CHANGELOG.md | 7 +++++++ clients/typescript/wallets-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/wallets-client/CHANGELOG.md b/clients/typescript/wallets-client/CHANGELOG.md index 47b0e50f..0b39903e 100644 --- a/clients/typescript/wallets-client/CHANGELOG.md +++ b/clients/typescript/wallets-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.14.0...@affinidi-tdk/wallets-client-v1.15.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + # [1.14.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.13.1...@affinidi-tdk/wallets-client-v1.14.0) (2024-08-05) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 760767a2..f26b8819 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.0.0", + "version": "1.15.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { From 935cd75e3c569b019019fbbb62d2b658cdcb333d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:03:00 +0000 Subject: [PATCH 10/77] chore(release): @affinidi-tdk/iam-client-v1.16.0 [skip ci] # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.15.0...@affinidi-tdk/iam-client-v1.16.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- clients/typescript/iam-client/CHANGELOG.md | 7 +++++++ clients/typescript/iam-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iam-client/CHANGELOG.md b/clients/typescript/iam-client/CHANGELOG.md index 5984e61b..5c87c9c7 100644 --- a/clients/typescript/iam-client/CHANGELOG.md +++ b/clients/typescript/iam-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.15.0...@affinidi-tdk/iam-client-v1.16.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.14.1...@affinidi-tdk/iam-client-v1.15.0) (2024-08-05) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index a001edb5..d816039e 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.0.0", + "version": "1.16.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { From 0557af4817f9ec5513cb63eeaafb08c1e595cc12 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:03:56 +0000 Subject: [PATCH 11/77] chore(release): @affinidi-tdk/auth-provider-v1.16.0 [skip ci] # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.15.1...@affinidi-tdk/auth-provider-v1.16.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- packages/auth-provider/CHANGELOG.md | 7 +++++++ packages/auth-provider/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/auth-provider/CHANGELOG.md b/packages/auth-provider/CHANGELOG.md index 4f0d4773..6f39677e 100644 --- a/packages/auth-provider/CHANGELOG.md +++ b/packages/auth-provider/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.15.1...@affinidi-tdk/auth-provider-v1.16.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + ## [1.15.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.15.0...@affinidi-tdk/auth-provider-v1.15.1) (2024-08-12) diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index 10722158..1cc91884 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/auth-provider", - "version": "1.15.1", + "version": "1.16.0", "description": "Internal module for managing access tokens", "author": "Affinidi", "repository": { From f5df78feff3befbc9d219bbdad121437a3843b7f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:04:51 +0000 Subject: [PATCH 12/77] chore(release): @affinidi-tdk/iota-browser-v1.6.0 [skip ci] # [1.6.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.5.1...@affinidi-tdk/iota-browser-v1.6.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- libs/iota-browser/CHANGELOG.md | 7 +++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index c0989175..71c6ad02 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.5.1...@affinidi-tdk/iota-browser-v1.6.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + ## [1.5.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.5.0...@affinidi-tdk/iota-browser-v1.5.1) (2024-08-12) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index 61a745cb..ee409321 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.5.1", + "version": "1.6.0", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From d059af0b8cc52be1c46930422255d74a8a7b1305 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Aug 2024 09:05:45 +0000 Subject: [PATCH 13/77] chore(release): @affinidi-tdk/iota-core-v1.6.0 [skip ci] # [1.6.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.2...@affinidi-tdk/iota-core-v1.6.0) (2024-08-13) ### Features * update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index f0d7169f..8e0ab57a 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.2...@affinidi-tdk/iota-core-v1.6.0) (2024-08-13) + + +### Features + +* update client all ([#182](https://github.com/affinidi/affinidi-tdk/issues/182)) ([658837e](https://github.com/affinidi/affinidi-tdk/commit/658837e142a6adbf363da99afa6faa7d6907384b)) + ## [1.5.2](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.1...@affinidi-tdk/iota-core-v1.5.2) (2024-08-13) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index 2a4c586f..f74c614d 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.5.2", + "version": "1.6.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From e1206890c68fe2e22a0b6ef14ea140cb45c03d01 Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:11:28 +0200 Subject: [PATCH 14/77] fix: decouple release and publish (#184) --- .github/workflows/nx-release.yaml | 58 ++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/.github/workflows/nx-release.yaml b/.github/workflows/nx-release.yaml index 309e3cfa..4203d15a 100644 --- a/.github/workflows/nx-release.yaml +++ b/.github/workflows/nx-release.yaml @@ -23,9 +23,8 @@ jobs: permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write - contents: read - needs: - - security + contents: read + needs: ['security'] steps: - name: Generate token from app token #https://github.com/tibdex/github-app-token id: generate_token @@ -51,7 +50,6 @@ jobs: registry-url: 'https://registry.npmjs.org' scope: '@affinidi-tdk' - run: npm ci - # Generate tag/changelog with semantic release # setting parallel higher than one might cause problems with locking git repo - run: npx nx run-many -t semantic-release --parallel=false @@ -59,21 +57,41 @@ jobs: env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - - name: build - run: | - npx nx run-many -t build + publish: + concurrency: publish + runs-on: ubuntu-latest + environment: main + permissions: + # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write + contents: read + needs: ['release'] + steps: + - name: Generate token from app token #https://github.com/tibdex/github-app-token + id: generate_token + uses: tibdex/github-app-token@v2 + with: + app_id: ${{ secrets.RELEASE_BOT_APP_ID }} + private_key: ${{ secrets.RELEASE_BOT_PKEY }} + + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: actions/setup-node@v4 + with: + node-version: 18 + cache: 'npm' + registry-url: 'https://registry.npmjs.org' + scope: '@affinidi-tdk' + - run: npm ci - - name: package - run: | - npx nx run-many -t package - - name: Set up Python uses: actions/setup-python@v3 with: python-version: '3.x' - - name: install twine for pypi releases + - name: install twine run: | pip install twine @@ -81,13 +99,19 @@ jobs: id: mint uses: tschm/token-mint-action@v1.0.3 - # Publish to npm with new nx release publish functionality + - name: build + run: | + npx nx run-many -t build + - name: package + run: | + npx nx run-many -t package + # Publish to npm,pypi with new nx release publish functionality - run: | npx nx release publish --verbose name: release env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} #publib-npm expects this - GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} TWINE_USERNAME: '__token__' TWINE_PASSWORD: ${{ steps.mint.outputs.api-token }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} #publib-npm expects this + GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} From edcc30e0385acb92dce1460be14aa6ead46d1036 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:23:08 +0200 Subject: [PATCH 15/77] feat: update client all (#185) Co-authored-by: Marat Shakirov --- .../dart/iota_client/.openapi-generator/FILES | 14 +- clients/dart/iota_client/README.md | 38 ++-- .../doc/AwsExchangeCredentialsOK.md | 8 +- .../doc/AwsExchangeCredentialsProjectToken.md | 17 ++ .../AwsExchangeCredentialsProjectTokenOK.md | 16 ++ ...ngeCredentialsProjectTokenOKCredentials.md | 16 ++ ...orsAwsExchangeCredentialsProjectTokenOK.md | 15 ++ clients/dart/iota_client/doc/IotaApi.md | 54 ++++- clients/dart/iota_client/lib/api.dart | 5 +- .../dart/iota_client/lib/api/iota_api.dart | 54 +++++ clients/dart/iota_client/lib/api_client.dart | 10 +- .../model/aws_exchange_credentials_ok.dart | 4 +- ...ws_exchange_credentials_project_token.dart | 128 +++++++++++ ...exchange_credentials_project_token_ok.dart | 117 +++++++++++ ...dentials_project_token_ok_credentials.dart | 117 +++++++++++ ...exchange_credentials_project_token_ok.dart | 118 +++++++++++ ...als_project_token_ok_credentials_test.dart | 32 +++ ...nge_credentials_project_token_ok_test.dart | 32 +++ ...change_credentials_project_token_test.dart | 40 ++++ ...nge_credentials_project_token_ok_test.dart | 27 +++ .../.openapi-generator/FILES | 1 - clients/dart/wallets_client/doc/WalletDto.md | 2 + .../wallets_client/lib/model/wallet_dto.dart | 40 +++- .../iota_client/.openapi-generator/FILES | 14 +- clients/python/iota_client/README.md | 38 ++-- .../affinidi_tdk_iota_client/__init__.py | 5 +- .../affinidi_tdk_iota_client/api/iota_api.py | 150 +++++++++++++ .../models/__init__.py | 5 +- .../models/aws_exchange_credentials_ok.py | 6 +- .../aws_exchange_credentials_project_token.py | 76 +++++++ ...s_exchange_credentials_project_token_ok.py | 78 +++++++ ...redentials_project_token_ok_credentials.py | 74 +++++++ ...s_exchange_credentials_project_token_ok.py | 72 +++++++ .../docs/AwsExchangeCredentialsOK.md | 8 +- .../AwsExchangeCredentialsProjectToken.md | 29 +++ .../AwsExchangeCredentialsProjectTokenOK.md | 28 +++ ...ngeCredentialsProjectTokenOKCredentials.md | 28 +++ ...orsAwsExchangeCredentialsProjectTokenOK.md | 27 +++ clients/python/iota_client/docs/IotaApi.md | 86 +++++++- ..._aws_exchange_credentials_project_token.py | 58 +++++ ...s_exchange_credentials_project_token_ok.py | 60 ++++++ ...redentials_project_token_ok_credentials.py | 56 +++++ ...s_exchange_credentials_project_token_ok.py | 53 +++++ .../.openapi-generator/FILES | 1 - .../models/wallet_dto.py | 8 +- .../python/wallets_client/docs/WalletDto.md | 2 + .../credential-issuance-client/package.json | 2 +- .../package.json | 2 +- clients/typescript/iam-client/package.json | 2 +- clients/typescript/iota-client/api.ts | 198 +++++++++++++++++- .../iota-client/docs/.openapi-generator/FILES | 5 +- .../iota-client/docs/Apis/IotaApi.md | 34 ++- .../docs/Models/AwsExchangeCredentialsOK.md | 8 +- .../AwsExchangeCredentialsProjectToken.md | 11 + .../AwsExchangeCredentialsProjectTokenOK.md | 10 + ...geCredentialsProjectTokenOK_credentials.md | 10 + ...orsAwsExchangeCredentialsProjectTokenOK.md | 9 + clients/typescript/iota-client/docs/README.md | 38 ++-- clients/typescript/iota-client/package.json | 2 +- .../login-configuration-client/package.json | 2 +- clients/typescript/wallets-client/api.ts | 12 ++ .../wallets-client/docs/Models/WalletDto.md | 2 + .../typescript/wallets-client/package.json | 2 +- package-lock.json | 8 +- 64 files changed, 2114 insertions(+), 110 deletions(-) create mode 100644 clients/dart/iota_client/doc/AwsExchangeCredentialsProjectToken.md create mode 100644 clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOK.md create mode 100644 clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOKCredentials.md create mode 100644 clients/dart/iota_client/doc/CorsAwsExchangeCredentialsProjectTokenOK.md create mode 100644 clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart create mode 100644 clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart create mode 100644 clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart create mode 100644 clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart create mode 100644 clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_credentials_test.dart create mode 100644 clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_test.dart create mode 100644 clients/dart/iota_client/test/aws_exchange_credentials_project_token_test.dart create mode 100644 clients/dart/iota_client/test/cors_aws_exchange_credentials_project_token_ok_test.dart create mode 100644 clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py create mode 100644 clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py create mode 100644 clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py create mode 100644 clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py create mode 100644 clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md create mode 100644 clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md create mode 100644 clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md create mode 100644 clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md create mode 100644 clients/python/iota_client/test/test_aws_exchange_credentials_project_token.py create mode 100644 clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok.py create mode 100644 clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok_credentials.py create mode 100644 clients/python/iota_client/test/test_cors_aws_exchange_credentials_project_token_ok.py create mode 100644 clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectToken.md create mode 100644 clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK.md create mode 100644 clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK_credentials.md create mode 100644 clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsProjectTokenOK.md diff --git a/clients/dart/iota_client/.openapi-generator/FILES b/clients/dart/iota_client/.openapi-generator/FILES index c6197b1a..67bab101 100644 --- a/clients/dart/iota_client/.openapi-generator/FILES +++ b/clients/dart/iota_client/.openapi-generator/FILES @@ -5,12 +5,15 @@ analysis_options.yaml doc/AlreadyExistsError.md doc/AwsExchangeCredentials.md doc/AwsExchangeCredentialsOK.md -doc/AwsExchangeCredentialsOKCredentials.md +doc/AwsExchangeCredentialsProjectToken.md +doc/AwsExchangeCredentialsProjectTokenOK.md +doc/AwsExchangeCredentialsProjectTokenOKCredentials.md doc/CallbackApi.md doc/CallbackInput.md doc/ConfigurationsApi.md doc/ConsentDto.md doc/CorsAwsExchangeCredentialsOK.md +doc/CorsAwsExchangeCredentialsProjectTokenOK.md doc/CorsIotOidc4vpcallbackOK.md doc/CreateIotaConfigurationInput.md doc/CreatePexQueryInput.md @@ -54,10 +57,13 @@ lib/auth/oauth.dart lib/model/already_exists_error.dart lib/model/aws_exchange_credentials.dart lib/model/aws_exchange_credentials_ok.dart -lib/model/aws_exchange_credentials_ok_credentials.dart +lib/model/aws_exchange_credentials_project_token.dart +lib/model/aws_exchange_credentials_project_token_ok.dart +lib/model/aws_exchange_credentials_project_token_ok_credentials.dart lib/model/callback_input.dart lib/model/consent_dto.dart lib/model/cors_aws_exchange_credentials_ok.dart +lib/model/cors_aws_exchange_credentials_project_token_ok.dart lib/model/cors_iot_oidc4vpcallback_ok.dart lib/model/create_iota_configuration_input.dart lib/model/create_pex_query_input.dart @@ -82,3 +88,7 @@ lib/model/update_configuration_by_id_ok.dart lib/model/update_pex_query_input.dart lib/model/vp_token_validation_error.dart pubspec.yaml +test/aws_exchange_credentials_project_token_ok_credentials_test.dart +test/aws_exchange_credentials_project_token_ok_test.dart +test/aws_exchange_credentials_project_token_test.dart +test/cors_aws_exchange_credentials_project_token_ok_test.dart diff --git a/clients/dart/iota_client/README.md b/clients/dart/iota_client/README.md index 9bf12dfa..948ad29d 100644 --- a/clients/dart/iota_client/README.md +++ b/clients/dart/iota_client/README.md @@ -62,32 +62,36 @@ try { All URIs are relative to *https://apse1.api.affinidi.io/ais* -| Class | Method | HTTP request | Description | -| ------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | ---------------------------------------- | -| _CallbackApi_ | [**iotOIDC4VPCallback**](doc//CallbackApi.md#iotoidc4vpcallback) | **POST** /v1/callback | Processes the callback for OIDC4VP flows | -| _ConfigurationsApi_ | [**createIotaConfiguration**](doc//ConfigurationsApi.md#createiotaconfiguration) | **POST** /v1/configurations | -| _ConfigurationsApi_ | [**deleteIotaConfigurationById**](doc//ConfigurationsApi.md#deleteiotaconfigurationbyid) | **DELETE** /v1/configurations/{configurationId} | -| _ConfigurationsApi_ | [**getIotaConfigurationById**](doc//ConfigurationsApi.md#getiotaconfigurationbyid) | **GET** /v1/configurations/{configurationId} | -| _ConfigurationsApi_ | [**getIotaConfigurationMetaData**](doc//ConfigurationsApi.md#getiotaconfigurationmetadata) | **GET** /v1/projects/{projectId}/configurations/{configurationId}/metadata | -| _ConfigurationsApi_ | [**listIotaConfigurations**](doc//ConfigurationsApi.md#listiotaconfigurations) | **GET** /v1/configurations | -| _ConfigurationsApi_ | [**updateIotaConfigurationById**](doc//ConfigurationsApi.md#updateiotaconfigurationbyid) | **PATCH** /v1/configurations/{configurationId} | -| _DefaultApi_ | [**listLoggedConsents**](doc//DefaultApi.md#listloggedconsents) | **GET** /v1/logged-consents | -| _IotaApi_ | [**awsExchangeCredentials**](doc//IotaApi.md#awsexchangecredentials) | **POST** /v1/aws-exchange-credentials | -| _PexQueryApi_ | [**createPexQuery**](doc//PexQueryApi.md#createpexquery) | **POST** /v1/configurations/{configurationId}/pex-queries | -| _PexQueryApi_ | [**deletePexQueryById**](doc//PexQueryApi.md#deletepexquerybyid) | **DELETE** /v1/configurations/{configurationId}/pex-queries/{queryId} | -| _PexQueryApi_ | [**getPexQueryById**](doc//PexQueryApi.md#getpexquerybyid) | **GET** /v1/configurations/{configurationId}/pex-queries/{queryId} | -| _PexQueryApi_ | [**listPexQueries**](doc//PexQueryApi.md#listpexqueries) | **GET** /v1/configurations/{configurationId}/pex-queries | -| _PexQueryApi_ | [**updatePexQueryById**](doc//PexQueryApi.md#updatepexquerybyid) | **PATCH** /v1/configurations/{configurationId}/pex-queries/{queryId} | +| Class | Method | HTTP request | Description | +| ------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------- | +| _CallbackApi_ | [**iotOIDC4VPCallback**](doc//CallbackApi.md#iotoidc4vpcallback) | **POST** /v1/callback | Processes the callback for OIDC4VP flows | +| _ConfigurationsApi_ | [**createIotaConfiguration**](doc//ConfigurationsApi.md#createiotaconfiguration) | **POST** /v1/configurations | +| _ConfigurationsApi_ | [**deleteIotaConfigurationById**](doc//ConfigurationsApi.md#deleteiotaconfigurationbyid) | **DELETE** /v1/configurations/{configurationId} | +| _ConfigurationsApi_ | [**getIotaConfigurationById**](doc//ConfigurationsApi.md#getiotaconfigurationbyid) | **GET** /v1/configurations/{configurationId} | +| _ConfigurationsApi_ | [**getIotaConfigurationMetaData**](doc//ConfigurationsApi.md#getiotaconfigurationmetadata) | **GET** /v1/projects/{projectId}/configurations/{configurationId}/metadata | +| _ConfigurationsApi_ | [**listIotaConfigurations**](doc//ConfigurationsApi.md#listiotaconfigurations) | **GET** /v1/configurations | +| _ConfigurationsApi_ | [**updateIotaConfigurationById**](doc//ConfigurationsApi.md#updateiotaconfigurationbyid) | **PATCH** /v1/configurations/{configurationId} | +| _DefaultApi_ | [**listLoggedConsents**](doc//DefaultApi.md#listloggedconsents) | **GET** /v1/logged-consents | +| _IotaApi_ | [**awsExchangeCredentials**](doc//IotaApi.md#awsexchangecredentials) | **POST** /v1/aws-exchange-credentials | +| _IotaApi_ | [**awsExchangeCredentialsProjectToken**](doc//IotaApi.md#awsexchangecredentialsprojecttoken) | **POST** /v1/aws-exchange-credentials/project-token | +| _PexQueryApi_ | [**createPexQuery**](doc//PexQueryApi.md#createpexquery) | **POST** /v1/configurations/{configurationId}/pex-queries | +| _PexQueryApi_ | [**deletePexQueryById**](doc//PexQueryApi.md#deletepexquerybyid) | **DELETE** /v1/configurations/{configurationId}/pex-queries/{queryId} | +| _PexQueryApi_ | [**getPexQueryById**](doc//PexQueryApi.md#getpexquerybyid) | **GET** /v1/configurations/{configurationId}/pex-queries/{queryId} | +| _PexQueryApi_ | [**listPexQueries**](doc//PexQueryApi.md#listpexqueries) | **GET** /v1/configurations/{configurationId}/pex-queries | +| _PexQueryApi_ | [**updatePexQueryById**](doc//PexQueryApi.md#updatepexquerybyid) | **PATCH** /v1/configurations/{configurationId}/pex-queries/{queryId} | ## Documentation For Models - [AlreadyExistsError](doc//AlreadyExistsError.md) - [AwsExchangeCredentials](doc//AwsExchangeCredentials.md) - [AwsExchangeCredentialsOK](doc//AwsExchangeCredentialsOK.md) -- [AwsExchangeCredentialsOKCredentials](doc//AwsExchangeCredentialsOKCredentials.md) +- [AwsExchangeCredentialsProjectToken](doc//AwsExchangeCredentialsProjectToken.md) +- [AwsExchangeCredentialsProjectTokenOK](doc//AwsExchangeCredentialsProjectTokenOK.md) +- [AwsExchangeCredentialsProjectTokenOKCredentials](doc//AwsExchangeCredentialsProjectTokenOKCredentials.md) - [CallbackInput](doc//CallbackInput.md) - [ConsentDto](doc//ConsentDto.md) - [CorsAwsExchangeCredentialsOK](doc//CorsAwsExchangeCredentialsOK.md) +- [CorsAwsExchangeCredentialsProjectTokenOK](doc//CorsAwsExchangeCredentialsProjectTokenOK.md) - [CorsIotOidc4vpcallbackOK](doc//CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](doc//CreateIotaConfigurationInput.md) - [CreatePexQueryInput](doc//CreatePexQueryInput.md) diff --git a/clients/dart/iota_client/doc/AwsExchangeCredentialsOK.md b/clients/dart/iota_client/doc/AwsExchangeCredentialsOK.md index c5b4db2a..22f3c9af 100644 --- a/clients/dart/iota_client/doc/AwsExchangeCredentialsOK.md +++ b/clients/dart/iota_client/doc/AwsExchangeCredentialsOK.md @@ -8,9 +8,9 @@ import 'package:affinidi_tdk_iota_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ---------------------- | --------------------------------------------------------------------------------- | ----------- | ----- | -| **connectionClientId** | **String** | | -| **credentials** | [**AwsExchangeCredentialsOKCredentials**](AwsExchangeCredentialsOKCredentials.md) | | +| Name | Type | Description | Notes | +| ---------------------- | --------------------------------------------------------------------------------------------------------- | ----------- | ----- | +| **connectionClientId** | **String** | | +| **credentials** | [**AwsExchangeCredentialsProjectTokenOKCredentials**](AwsExchangeCredentialsProjectTokenOKCredentials.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectToken.md b/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectToken.md new file mode 100644 index 00000000..98a56090 --- /dev/null +++ b/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectToken.md @@ -0,0 +1,17 @@ +# affinidi_tdk_iota_client.model.AwsExchangeCredentialsProjectToken + +## Load the model package + +```dart +import 'package:affinidi_tdk_iota_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ------------------- | ---------- | ----------------------------- | ----- | +| **sessionId** | **String** | sessionId generated by client | +| **configurationId** | **String** | iotaConfiguration Id | +| **did** | **String** | Vault DID of the user | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOK.md b/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOK.md new file mode 100644 index 00000000..ad3b4821 --- /dev/null +++ b/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOK.md @@ -0,0 +1,16 @@ +# affinidi_tdk_iota_client.model.AwsExchangeCredentialsProjectTokenOK + +## Load the model package + +```dart +import 'package:affinidi_tdk_iota_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ---------------------- | --------------------------------------------------------------------------------------------------------- | ----------- | ----- | +| **connectionClientId** | **String** | | +| **credentials** | [**AwsExchangeCredentialsProjectTokenOKCredentials**](AwsExchangeCredentialsProjectTokenOKCredentials.md) | | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOKCredentials.md b/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOKCredentials.md new file mode 100644 index 00000000..b7ba656c --- /dev/null +++ b/clients/dart/iota_client/doc/AwsExchangeCredentialsProjectTokenOKCredentials.md @@ -0,0 +1,16 @@ +# affinidi_tdk_iota_client.model.AwsExchangeCredentialsProjectTokenOKCredentials + +## Load the model package + +```dart +import 'package:affinidi_tdk_iota_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| -------------- | ---------- | ----------- | ----- | +| **identityId** | **String** | | +| **token** | **String** | | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/doc/CorsAwsExchangeCredentialsProjectTokenOK.md b/clients/dart/iota_client/doc/CorsAwsExchangeCredentialsProjectTokenOK.md new file mode 100644 index 00000000..f6d41cb4 --- /dev/null +++ b/clients/dart/iota_client/doc/CorsAwsExchangeCredentialsProjectTokenOK.md @@ -0,0 +1,15 @@ +# affinidi_tdk_iota_client.model.CorsAwsExchangeCredentialsProjectTokenOK + +## Load the model package + +```dart +import 'package:affinidi_tdk_iota_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| -------------------------------------------- | ---------- | ----------- | ---------- | +| **corsAwsExchangeCredentialsProjectTokenOk** | **String** | | [optional] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/doc/IotaApi.md b/clients/dart/iota_client/doc/IotaApi.md index 1f755557..29f46ab4 100644 --- a/clients/dart/iota_client/doc/IotaApi.md +++ b/clients/dart/iota_client/doc/IotaApi.md @@ -8,9 +8,10 @@ import 'package:affinidi_tdk_iota_client/api.dart'; All URIs are relative to *https://apse1.api.affinidi.io/ais* -| Method | HTTP request | Description | -| --------------------------------------------------------------- | ------------------------------------- | ----------- | -| [**awsExchangeCredentials**](IotaApi.md#awsexchangecredentials) | **POST** /v1/aws-exchange-credentials | +| Method | HTTP request | Description | +| --------------------------------------------------------------------------------------- | --------------------------------------------------- | ----------- | +| [**awsExchangeCredentials**](IotaApi.md#awsexchangecredentials) | **POST** /v1/aws-exchange-credentials | +| [**awsExchangeCredentialsProjectToken**](IotaApi.md#awsexchangecredentialsprojecttoken) | **POST** /v1/aws-exchange-credentials/project-token | # **awsExchangeCredentials** @@ -54,3 +55,50 @@ No authorization required - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **awsExchangeCredentialsProjectToken** + +> AwsExchangeCredentialsOK awsExchangeCredentialsProjectToken(awsExchangeCredentialsProjectToken) + +It exchanges project token into cognito + +### Example + +```dart +import 'package:affinidi_tdk_iota_client/api.dart'; +// TODO Configure API key authorization: ProjectTokenAuth +//defaultApiClient.getAuthentication('ProjectTokenAuth').apiKey = 'YOUR_API_KEY'; +// uncomment below to setup prefix (e.g. Bearer) for API key, if needed +//defaultApiClient.getAuthentication('ProjectTokenAuth').apiKeyPrefix = 'Bearer'; + +final api_instance = IotaApi(); +final awsExchangeCredentialsProjectToken = AwsExchangeCredentialsProjectToken(); // AwsExchangeCredentialsProjectToken | AwsExchangeCredentialsProjectToken + +try { + final result = api_instance.awsExchangeCredentialsProjectToken(awsExchangeCredentialsProjectToken); + print(result); +} catch (e) { + print('Exception when calling IotaApi->awsExchangeCredentialsProjectToken: $e\n'); +} +``` + +### Parameters + +| Name | Type | Description | Notes | +| -------------------------------------- | ------------------------------------------------------------------------------- | ---------------------------------- | ----- | +| **awsExchangeCredentialsProjectToken** | [**AwsExchangeCredentialsProjectToken**](AwsExchangeCredentialsProjectToken.md) | AwsExchangeCredentialsProjectToken | + +### Return type + +[**AwsExchangeCredentialsOK**](AwsExchangeCredentialsOK.md) + +### Authorization + +[ProjectTokenAuth](../README.md#ProjectTokenAuth) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/lib/api.dart b/clients/dart/iota_client/lib/api.dart index 3832afcf..9a7f6036 100644 --- a/clients/dart/iota_client/lib/api.dart +++ b/clients/dart/iota_client/lib/api.dart @@ -37,10 +37,13 @@ part 'api/pex_query_api.dart'; part 'model/already_exists_error.dart'; part 'model/aws_exchange_credentials.dart'; part 'model/aws_exchange_credentials_ok.dart'; -part 'model/aws_exchange_credentials_ok_credentials.dart'; +part 'model/aws_exchange_credentials_project_token.dart'; +part 'model/aws_exchange_credentials_project_token_ok.dart'; +part 'model/aws_exchange_credentials_project_token_ok_credentials.dart'; part 'model/callback_input.dart'; part 'model/consent_dto.dart'; part 'model/cors_aws_exchange_credentials_ok.dart'; +part 'model/cors_aws_exchange_credentials_project_token_ok.dart'; part 'model/cors_iot_oidc4vpcallback_ok.dart'; part 'model/create_iota_configuration_input.dart'; part 'model/create_pex_query_input.dart'; diff --git a/clients/dart/iota_client/lib/api/iota_api.dart b/clients/dart/iota_client/lib/api/iota_api.dart index fc75791c..b2ecbda9 100644 --- a/clients/dart/iota_client/lib/api/iota_api.dart +++ b/clients/dart/iota_client/lib/api/iota_api.dart @@ -69,4 +69,58 @@ class IotaApi { } return null; } + + /// It exchanges project token into cognito + /// + /// Note: This method returns the HTTP [Response]. + /// + /// Parameters: + /// + /// * [AwsExchangeCredentialsProjectToken] awsExchangeCredentialsProjectToken (required): + /// AwsExchangeCredentialsProjectToken + Future awsExchangeCredentialsProjectTokenWithHttpInfo(AwsExchangeCredentialsProjectToken awsExchangeCredentialsProjectToken,) async { + // ignore: prefer_const_declarations + final path = r'/v1/aws-exchange-credentials/project-token'; + + // ignore: prefer_final_locals + Object? postBody = awsExchangeCredentialsProjectToken; + + final queryParams = []; + final headerParams = {}; + final formParams = {}; + + const contentTypes = ['application/json']; + + + return apiClient.invokeAPI( + path, + 'POST', + queryParams, + postBody, + headerParams, + formParams, + contentTypes.isEmpty ? null : contentTypes.first, + ); + } + + /// It exchanges project token into cognito + /// + /// Parameters: + /// + /// * [AwsExchangeCredentialsProjectToken] awsExchangeCredentialsProjectToken (required): + /// AwsExchangeCredentialsProjectToken + Future awsExchangeCredentialsProjectToken(AwsExchangeCredentialsProjectToken awsExchangeCredentialsProjectToken,) async { + final response = await awsExchangeCredentialsProjectTokenWithHttpInfo(awsExchangeCredentialsProjectToken,); + if (response.statusCode >= HttpStatus.badRequest) { + throw ApiException(response.statusCode, await _decodeBodyBytes(response)); + } + // When a remote server returns no body with a status of 204, we shall not decode it. + // At the time of writing this, `dart:convert` will throw an "Unexpected end of input" + // FormatException when trying to decode an empty string. + if (response.body.isNotEmpty && response.statusCode != HttpStatus.noContent) { + return await apiClient.deserializeAsync(await _decodeBodyBytes(response), 'AwsExchangeCredentialsOK',) as AwsExchangeCredentialsOK; + + } + return null; + } } diff --git a/clients/dart/iota_client/lib/api_client.dart b/clients/dart/iota_client/lib/api_client.dart index 80db30a7..5383ec72 100644 --- a/clients/dart/iota_client/lib/api_client.dart +++ b/clients/dart/iota_client/lib/api_client.dart @@ -188,14 +188,20 @@ class ApiClient { return AwsExchangeCredentials.fromJson(value); case 'AwsExchangeCredentialsOK': return AwsExchangeCredentialsOK.fromJson(value); - case 'AwsExchangeCredentialsOKCredentials': - return AwsExchangeCredentialsOKCredentials.fromJson(value); + case 'AwsExchangeCredentialsProjectToken': + return AwsExchangeCredentialsProjectToken.fromJson(value); + case 'AwsExchangeCredentialsProjectTokenOK': + return AwsExchangeCredentialsProjectTokenOK.fromJson(value); + case 'AwsExchangeCredentialsProjectTokenOKCredentials': + return AwsExchangeCredentialsProjectTokenOKCredentials.fromJson(value); case 'CallbackInput': return CallbackInput.fromJson(value); case 'ConsentDto': return ConsentDto.fromJson(value); case 'CorsAwsExchangeCredentialsOK': return CorsAwsExchangeCredentialsOK.fromJson(value); + case 'CorsAwsExchangeCredentialsProjectTokenOK': + return CorsAwsExchangeCredentialsProjectTokenOK.fromJson(value); case 'CorsIotOidc4vpcallbackOK': return CorsIotOidc4vpcallbackOK.fromJson(value); case 'CreateIotaConfigurationInput': diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart index 8ad13f0f..eeb57237 100644 --- a/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart @@ -19,7 +19,7 @@ class AwsExchangeCredentialsOK { String connectionClientId; - AwsExchangeCredentialsOKCredentials credentials; + AwsExchangeCredentialsProjectTokenOKCredentials credentials; @override bool operator ==(Object other) => identical(this, other) || other is AwsExchangeCredentialsOK && @@ -62,7 +62,7 @@ class AwsExchangeCredentialsOK { return AwsExchangeCredentialsOK( connectionClientId: mapValueOfType(json, r'connectionClientId')!, - credentials: AwsExchangeCredentialsOKCredentials.fromJson(json[r'credentials'])!, + credentials: AwsExchangeCredentialsProjectTokenOKCredentials.fromJson(json[r'credentials'])!, ); } return null; diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart new file mode 100644 index 00000000..8c2e908a --- /dev/null +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart @@ -0,0 +1,128 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class AwsExchangeCredentialsProjectToken { + /// Returns a new [AwsExchangeCredentialsProjectToken] instance. + AwsExchangeCredentialsProjectToken({ + required this.sessionId, + required this.configurationId, + required this.did, + }); + + /// sessionId generated by client + String sessionId; + + /// iotaConfiguration Id + String configurationId; + + /// Vault DID of the user + String did; + + @override + bool operator ==(Object other) => identical(this, other) || other is AwsExchangeCredentialsProjectToken && + other.sessionId == sessionId && + other.configurationId == configurationId && + other.did == did; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (sessionId.hashCode) + + (configurationId.hashCode) + + (did.hashCode); + + @override + String toString() => 'AwsExchangeCredentialsProjectToken[sessionId=$sessionId, configurationId=$configurationId, did=$did]'; + + Map toJson() { + final json = {}; + json[r'sessionId'] = this.sessionId; + json[r'configurationId'] = this.configurationId; + json[r'did'] = this.did; + return json; + } + + /// Returns a new [AwsExchangeCredentialsProjectToken] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static AwsExchangeCredentialsProjectToken? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "AwsExchangeCredentialsProjectToken[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "AwsExchangeCredentialsProjectToken[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return AwsExchangeCredentialsProjectToken( + sessionId: mapValueOfType(json, r'sessionId')!, + configurationId: mapValueOfType(json, r'configurationId')!, + did: mapValueOfType(json, r'did')!, + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = AwsExchangeCredentialsProjectToken.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = AwsExchangeCredentialsProjectToken.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of AwsExchangeCredentialsProjectToken-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = AwsExchangeCredentialsProjectToken.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'sessionId', + 'configurationId', + 'did', + }; +} + diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart new file mode 100644 index 00000000..eab93468 --- /dev/null +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart @@ -0,0 +1,117 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class AwsExchangeCredentialsProjectTokenOK { + /// Returns a new [AwsExchangeCredentialsProjectTokenOK] instance. + AwsExchangeCredentialsProjectTokenOK({ + required this.connectionClientId, + required this.credentials, + }); + + String connectionClientId; + + AwsExchangeCredentialsProjectTokenOKCredentials credentials; + + @override + bool operator ==(Object other) => identical(this, other) || other is AwsExchangeCredentialsProjectTokenOK && + other.connectionClientId == connectionClientId && + other.credentials == credentials; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (connectionClientId.hashCode) + + (credentials.hashCode); + + @override + String toString() => 'AwsExchangeCredentialsProjectTokenOK[connectionClientId=$connectionClientId, credentials=$credentials]'; + + Map toJson() { + final json = {}; + json[r'connectionClientId'] = this.connectionClientId; + json[r'credentials'] = this.credentials; + return json; + } + + /// Returns a new [AwsExchangeCredentialsProjectTokenOK] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static AwsExchangeCredentialsProjectTokenOK? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "AwsExchangeCredentialsProjectTokenOK[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "AwsExchangeCredentialsProjectTokenOK[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return AwsExchangeCredentialsProjectTokenOK( + connectionClientId: mapValueOfType(json, r'connectionClientId')!, + credentials: AwsExchangeCredentialsProjectTokenOKCredentials.fromJson(json[r'credentials'])!, + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = AwsExchangeCredentialsProjectTokenOK.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = AwsExchangeCredentialsProjectTokenOK.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of AwsExchangeCredentialsProjectTokenOK-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = AwsExchangeCredentialsProjectTokenOK.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'connectionClientId', + 'credentials', + }; +} + diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart new file mode 100644 index 00000000..ab1b91e0 --- /dev/null +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart @@ -0,0 +1,117 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class AwsExchangeCredentialsProjectTokenOKCredentials { + /// Returns a new [AwsExchangeCredentialsProjectTokenOKCredentials] instance. + AwsExchangeCredentialsProjectTokenOKCredentials({ + required this.identityId, + required this.token, + }); + + String identityId; + + String token; + + @override + bool operator ==(Object other) => identical(this, other) || other is AwsExchangeCredentialsProjectTokenOKCredentials && + other.identityId == identityId && + other.token == token; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (identityId.hashCode) + + (token.hashCode); + + @override + String toString() => 'AwsExchangeCredentialsProjectTokenOKCredentials[identityId=$identityId, token=$token]'; + + Map toJson() { + final json = {}; + json[r'identityId'] = this.identityId; + json[r'token'] = this.token; + return json; + } + + /// Returns a new [AwsExchangeCredentialsProjectTokenOKCredentials] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static AwsExchangeCredentialsProjectTokenOKCredentials? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "AwsExchangeCredentialsProjectTokenOKCredentials[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "AwsExchangeCredentialsProjectTokenOKCredentials[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return AwsExchangeCredentialsProjectTokenOKCredentials( + identityId: mapValueOfType(json, r'identityId')!, + token: mapValueOfType(json, r'token')!, + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = AwsExchangeCredentialsProjectTokenOKCredentials.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = AwsExchangeCredentialsProjectTokenOKCredentials.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of AwsExchangeCredentialsProjectTokenOKCredentials-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = AwsExchangeCredentialsProjectTokenOKCredentials.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'identityId', + 'token', + }; +} + diff --git a/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart b/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart new file mode 100644 index 00000000..fe447631 --- /dev/null +++ b/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart @@ -0,0 +1,118 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class CorsAwsExchangeCredentialsProjectTokenOK { + /// Returns a new [CorsAwsExchangeCredentialsProjectTokenOK] instance. + CorsAwsExchangeCredentialsProjectTokenOK({ + this.corsAwsExchangeCredentialsProjectTokenOk, + }); + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? corsAwsExchangeCredentialsProjectTokenOk; + + @override + bool operator ==(Object other) => identical(this, other) || other is CorsAwsExchangeCredentialsProjectTokenOK && + other.corsAwsExchangeCredentialsProjectTokenOk == corsAwsExchangeCredentialsProjectTokenOk; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (corsAwsExchangeCredentialsProjectTokenOk == null ? 0 : corsAwsExchangeCredentialsProjectTokenOk!.hashCode); + + @override + String toString() => 'CorsAwsExchangeCredentialsProjectTokenOK[corsAwsExchangeCredentialsProjectTokenOk=$corsAwsExchangeCredentialsProjectTokenOk]'; + + Map toJson() { + final json = {}; + if (this.corsAwsExchangeCredentialsProjectTokenOk != null) { + json[r'corsAwsExchangeCredentialsProjectTokenOk'] = this.corsAwsExchangeCredentialsProjectTokenOk; + } else { + json[r'corsAwsExchangeCredentialsProjectTokenOk'] = null; + } + return json; + } + + /// Returns a new [CorsAwsExchangeCredentialsProjectTokenOK] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static CorsAwsExchangeCredentialsProjectTokenOK? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "CorsAwsExchangeCredentialsProjectTokenOK[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "CorsAwsExchangeCredentialsProjectTokenOK[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return CorsAwsExchangeCredentialsProjectTokenOK( + corsAwsExchangeCredentialsProjectTokenOk: mapValueOfType(json, r'corsAwsExchangeCredentialsProjectTokenOk'), + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = CorsAwsExchangeCredentialsProjectTokenOK.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = CorsAwsExchangeCredentialsProjectTokenOK.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of CorsAwsExchangeCredentialsProjectTokenOK-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = CorsAwsExchangeCredentialsProjectTokenOK.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + }; +} + diff --git a/clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_credentials_test.dart b/clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_credentials_test.dart new file mode 100644 index 00000000..bed7166d --- /dev/null +++ b/clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_credentials_test.dart @@ -0,0 +1,32 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_iota_client/api.dart'; +import 'package:test/test.dart'; + +// tests for AwsExchangeCredentialsProjectTokenOKCredentials +void main() { + // final instance = AwsExchangeCredentialsProjectTokenOKCredentials(); + + group('test AwsExchangeCredentialsProjectTokenOKCredentials', () { + // String identityId + test('to test the property `identityId`', () async { + // TODO + }); + + // String token + test('to test the property `token`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_test.dart b/clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_test.dart new file mode 100644 index 00000000..e7906b1f --- /dev/null +++ b/clients/dart/iota_client/test/aws_exchange_credentials_project_token_ok_test.dart @@ -0,0 +1,32 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_iota_client/api.dart'; +import 'package:test/test.dart'; + +// tests for AwsExchangeCredentialsProjectTokenOK +void main() { + // final instance = AwsExchangeCredentialsProjectTokenOK(); + + group('test AwsExchangeCredentialsProjectTokenOK', () { + // String connectionClientId + test('to test the property `connectionClientId`', () async { + // TODO + }); + + // AwsExchangeCredentialsProjectTokenOKCredentials credentials + test('to test the property `credentials`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/iota_client/test/aws_exchange_credentials_project_token_test.dart b/clients/dart/iota_client/test/aws_exchange_credentials_project_token_test.dart new file mode 100644 index 00000000..9dfe16f4 --- /dev/null +++ b/clients/dart/iota_client/test/aws_exchange_credentials_project_token_test.dart @@ -0,0 +1,40 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_iota_client/api.dart'; +import 'package:test/test.dart'; + +// tests for AwsExchangeCredentialsProjectToken +void main() { + // final instance = AwsExchangeCredentialsProjectToken(); + + group('test AwsExchangeCredentialsProjectToken', () { + // sessionId generated by client + // String sessionId + test('to test the property `sessionId`', () async { + // TODO + }); + + // iotaConfiguration Id + // String configurationId + test('to test the property `configurationId`', () async { + // TODO + }); + + // Vault DID of the user + // String did + test('to test the property `did`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/iota_client/test/cors_aws_exchange_credentials_project_token_ok_test.dart b/clients/dart/iota_client/test/cors_aws_exchange_credentials_project_token_ok_test.dart new file mode 100644 index 00000000..949147aa --- /dev/null +++ b/clients/dart/iota_client/test/cors_aws_exchange_credentials_project_token_ok_test.dart @@ -0,0 +1,27 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_iota_client/api.dart'; +import 'package:test/test.dart'; + +// tests for CorsAwsExchangeCredentialsProjectTokenOK +void main() { + // final instance = CorsAwsExchangeCredentialsProjectTokenOK(); + + group('test CorsAwsExchangeCredentialsProjectTokenOK', () { + // String corsAwsExchangeCredentialsProjectTokenOk + test('to test the property `corsAwsExchangeCredentialsProjectTokenOk`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/login_configuration_client/.openapi-generator/FILES b/clients/dart/login_configuration_client/.openapi-generator/FILES index b20bac6c..650d187d 100644 --- a/clients/dart/login_configuration_client/.openapi-generator/FILES +++ b/clients/dart/login_configuration_client/.openapi-generator/FILES @@ -124,4 +124,3 @@ lib/model/unauthorized_error.dart lib/model/update_login_configuration_input.dart lib/model/vp_token_validation_error.dart pubspec.yaml -test/invalid_vp_token_creation_time_error_test.dart diff --git a/clients/dart/wallets_client/doc/WalletDto.md b/clients/dart/wallets_client/doc/WalletDto.md index 34a416bb..bfe23979 100644 --- a/clients/dart/wallets_client/doc/WalletDto.md +++ b/clients/dart/wallets_client/doc/WalletDto.md @@ -17,5 +17,7 @@ import 'package:affinidi_tdk_wallets_client/api.dart'; | **didDocument** | [**Object**](.md) | did document of the wallet | [optional] | | **ari** | **String** | ARI of the wallet | [optional] | | **keys** | [**List**](WalletDtoKeysInner.md) | | [optional] [default to const []] | +| **createdAt** | **String** | | [optional] | +| **modifiedAt** | **String** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/lib/model/wallet_dto.dart b/clients/dart/wallets_client/lib/model/wallet_dto.dart index 449f0e48..ad915d22 100644 --- a/clients/dart/wallets_client/lib/model/wallet_dto.dart +++ b/clients/dart/wallets_client/lib/model/wallet_dto.dart @@ -20,6 +20,8 @@ class WalletDto { this.didDocument, this.ari, this.keys = const [], + this.createdAt, + this.modifiedAt, }); /// id of the wallet in uuidV4 format @@ -78,6 +80,22 @@ class WalletDto { List keys; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? createdAt; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? modifiedAt; + @override bool operator ==(Object other) => identical(this, other) || other is WalletDto && other.id == id && @@ -86,7 +104,9 @@ class WalletDto { other.description == description && other.didDocument == didDocument && other.ari == ari && - _deepEquality.equals(other.keys, keys); + _deepEquality.equals(other.keys, keys) && + other.createdAt == createdAt && + other.modifiedAt == modifiedAt; @override int get hashCode => @@ -97,10 +117,12 @@ class WalletDto { (description == null ? 0 : description!.hashCode) + (didDocument == null ? 0 : didDocument!.hashCode) + (ari == null ? 0 : ari!.hashCode) + - (keys.hashCode); + (keys.hashCode) + + (createdAt == null ? 0 : createdAt!.hashCode) + + (modifiedAt == null ? 0 : modifiedAt!.hashCode); @override - String toString() => 'WalletDto[id=$id, did=$did, name=$name, description=$description, didDocument=$didDocument, ari=$ari, keys=$keys]'; + String toString() => 'WalletDto[id=$id, did=$did, name=$name, description=$description, didDocument=$didDocument, ari=$ari, keys=$keys, createdAt=$createdAt, modifiedAt=$modifiedAt]'; Map toJson() { final json = {}; @@ -135,6 +157,16 @@ class WalletDto { json[r'ari'] = null; } json[r'keys'] = this.keys; + if (this.createdAt != null) { + json[r'createdAt'] = this.createdAt; + } else { + json[r'createdAt'] = null; + } + if (this.modifiedAt != null) { + json[r'modifiedAt'] = this.modifiedAt; + } else { + json[r'modifiedAt'] = null; + } return json; } @@ -164,6 +196,8 @@ class WalletDto { didDocument: mapValueOfType(json, r'didDocument'), ari: mapValueOfType(json, r'ari'), keys: WalletDtoKeysInner.listFromJson(json[r'keys']), + createdAt: mapValueOfType(json, r'createdAt'), + modifiedAt: mapValueOfType(json, r'modifiedAt'), ); } return null; diff --git a/clients/python/iota_client/.openapi-generator/FILES b/clients/python/iota_client/.openapi-generator/FILES index 30636857..17fd7702 100644 --- a/clients/python/iota_client/.openapi-generator/FILES +++ b/clients/python/iota_client/.openapi-generator/FILES @@ -17,10 +17,13 @@ affinidi_tdk_iota_client/models/__init__.py affinidi_tdk_iota_client/models/already_exists_error.py affinidi_tdk_iota_client/models/aws_exchange_credentials.py affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py -affinidi_tdk_iota_client/models/aws_exchange_credentials_ok_credentials.py +affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py +affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py +affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py affinidi_tdk_iota_client/models/callback_input.py affinidi_tdk_iota_client/models/consent_dto.py affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py +affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py affinidi_tdk_iota_client/models/create_iota_configuration_input.py affinidi_tdk_iota_client/models/create_pex_query_input.py @@ -49,12 +52,15 @@ affinidi_tdk_iota_client/rest.py docs/AlreadyExistsError.md docs/AwsExchangeCredentials.md docs/AwsExchangeCredentialsOK.md -docs/AwsExchangeCredentialsOKCredentials.md +docs/AwsExchangeCredentialsProjectToken.md +docs/AwsExchangeCredentialsProjectTokenOK.md +docs/AwsExchangeCredentialsProjectTokenOKCredentials.md docs/CallbackApi.md docs/CallbackInput.md docs/ConfigurationsApi.md docs/ConsentDto.md docs/CorsAwsExchangeCredentialsOK.md +docs/CorsAwsExchangeCredentialsProjectTokenOK.md docs/CorsIotOidc4vpcallbackOK.md docs/CreateIotaConfigurationInput.md docs/CreatePexQueryInput.md @@ -87,4 +93,8 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_aws_exchange_credentials_project_token.py +test/test_aws_exchange_credentials_project_token_ok.py +test/test_aws_exchange_credentials_project_token_ok_credentials.py +test/test_cors_aws_exchange_credentials_project_token_ok.py tox.ini diff --git a/clients/python/iota_client/README.md b/clients/python/iota_client/README.md index f4d24162..ef1810ad 100644 --- a/clients/python/iota_client/README.md +++ b/clients/python/iota_client/README.md @@ -90,32 +90,36 @@ with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: All URIs are relative to *https://apse1.api.affinidi.io/ais* -| Class | Method | HTTP request | Description | -| ------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------- | -| _CallbackApi_ | [**iot_oidc4_vp_callback**](docs/CallbackApi.md#iot_oidc4_vp_callback) | **POST** /v1/callback | Processes the callback for OIDC4VP flows | -| _ConfigurationsApi_ | [**create_iota_configuration**](docs/ConfigurationsApi.md#create_iota_configuration) | **POST** /v1/configurations | -| _ConfigurationsApi_ | [**delete_iota_configuration_by_id**](docs/ConfigurationsApi.md#delete_iota_configuration_by_id) | **DELETE** /v1/configurations/{configurationId} | -| _ConfigurationsApi_ | [**get_iota_configuration_by_id**](docs/ConfigurationsApi.md#get_iota_configuration_by_id) | **GET** /v1/configurations/{configurationId} | -| _ConfigurationsApi_ | [**get_iota_configuration_meta_data**](docs/ConfigurationsApi.md#get_iota_configuration_meta_data) | **GET** /v1/projects/{projectId}/configurations/{configurationId}/metadata | -| _ConfigurationsApi_ | [**list_iota_configurations**](docs/ConfigurationsApi.md#list_iota_configurations) | **GET** /v1/configurations | -| _ConfigurationsApi_ | [**update_iota_configuration_by_id**](docs/ConfigurationsApi.md#update_iota_configuration_by_id) | **PATCH** /v1/configurations/{configurationId} | -| _DefaultApi_ | [**list_logged_consents**](docs/DefaultApi.md#list_logged_consents) | **GET** /v1/logged-consents | -| _IotaApi_ | [**aws_exchange_credentials**](docs/IotaApi.md#aws_exchange_credentials) | **POST** /v1/aws-exchange-credentials | -| _PexQueryApi_ | [**create_pex_query**](docs/PexQueryApi.md#create_pex_query) | **POST** /v1/configurations/{configurationId}/pex-queries | -| _PexQueryApi_ | [**delete_pex_query_by_id**](docs/PexQueryApi.md#delete_pex_query_by_id) | **DELETE** /v1/configurations/{configurationId}/pex-queries/{queryId} | -| _PexQueryApi_ | [**get_pex_query_by_id**](docs/PexQueryApi.md#get_pex_query_by_id) | **GET** /v1/configurations/{configurationId}/pex-queries/{queryId} | -| _PexQueryApi_ | [**list_pex_queries**](docs/PexQueryApi.md#list_pex_queries) | **GET** /v1/configurations/{configurationId}/pex-queries | -| _PexQueryApi_ | [**update_pex_query_by_id**](docs/PexQueryApi.md#update_pex_query_by_id) | **PATCH** /v1/configurations/{configurationId}/pex-queries/{queryId} | +| Class | Method | HTTP request | Description | +| ------------------- | ---------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------- | +| _CallbackApi_ | [**iot_oidc4_vp_callback**](docs/CallbackApi.md#iot_oidc4_vp_callback) | **POST** /v1/callback | Processes the callback for OIDC4VP flows | +| _ConfigurationsApi_ | [**create_iota_configuration**](docs/ConfigurationsApi.md#create_iota_configuration) | **POST** /v1/configurations | +| _ConfigurationsApi_ | [**delete_iota_configuration_by_id**](docs/ConfigurationsApi.md#delete_iota_configuration_by_id) | **DELETE** /v1/configurations/{configurationId} | +| _ConfigurationsApi_ | [**get_iota_configuration_by_id**](docs/ConfigurationsApi.md#get_iota_configuration_by_id) | **GET** /v1/configurations/{configurationId} | +| _ConfigurationsApi_ | [**get_iota_configuration_meta_data**](docs/ConfigurationsApi.md#get_iota_configuration_meta_data) | **GET** /v1/projects/{projectId}/configurations/{configurationId}/metadata | +| _ConfigurationsApi_ | [**list_iota_configurations**](docs/ConfigurationsApi.md#list_iota_configurations) | **GET** /v1/configurations | +| _ConfigurationsApi_ | [**update_iota_configuration_by_id**](docs/ConfigurationsApi.md#update_iota_configuration_by_id) | **PATCH** /v1/configurations/{configurationId} | +| _DefaultApi_ | [**list_logged_consents**](docs/DefaultApi.md#list_logged_consents) | **GET** /v1/logged-consents | +| _IotaApi_ | [**aws_exchange_credentials**](docs/IotaApi.md#aws_exchange_credentials) | **POST** /v1/aws-exchange-credentials | +| _IotaApi_ | [**aws_exchange_credentials_project_token**](docs/IotaApi.md#aws_exchange_credentials_project_token) | **POST** /v1/aws-exchange-credentials/project-token | +| _PexQueryApi_ | [**create_pex_query**](docs/PexQueryApi.md#create_pex_query) | **POST** /v1/configurations/{configurationId}/pex-queries | +| _PexQueryApi_ | [**delete_pex_query_by_id**](docs/PexQueryApi.md#delete_pex_query_by_id) | **DELETE** /v1/configurations/{configurationId}/pex-queries/{queryId} | +| _PexQueryApi_ | [**get_pex_query_by_id**](docs/PexQueryApi.md#get_pex_query_by_id) | **GET** /v1/configurations/{configurationId}/pex-queries/{queryId} | +| _PexQueryApi_ | [**list_pex_queries**](docs/PexQueryApi.md#list_pex_queries) | **GET** /v1/configurations/{configurationId}/pex-queries | +| _PexQueryApi_ | [**update_pex_query_by_id**](docs/PexQueryApi.md#update_pex_query_by_id) | **PATCH** /v1/configurations/{configurationId}/pex-queries/{queryId} | ## Documentation For Models - [AlreadyExistsError](docs/AlreadyExistsError.md) - [AwsExchangeCredentials](docs/AwsExchangeCredentials.md) - [AwsExchangeCredentialsOK](docs/AwsExchangeCredentialsOK.md) -- [AwsExchangeCredentialsOKCredentials](docs/AwsExchangeCredentialsOKCredentials.md) +- [AwsExchangeCredentialsProjectToken](docs/AwsExchangeCredentialsProjectToken.md) +- [AwsExchangeCredentialsProjectTokenOK](docs/AwsExchangeCredentialsProjectTokenOK.md) +- [AwsExchangeCredentialsProjectTokenOKCredentials](docs/AwsExchangeCredentialsProjectTokenOKCredentials.md) - [CallbackInput](docs/CallbackInput.md) - [ConsentDto](docs/ConsentDto.md) - [CorsAwsExchangeCredentialsOK](docs/CorsAwsExchangeCredentialsOK.md) +- [CorsAwsExchangeCredentialsProjectTokenOK](docs/CorsAwsExchangeCredentialsProjectTokenOK.md) - [CorsIotOidc4vpcallbackOK](docs/CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](docs/CreateIotaConfigurationInput.md) - [CreatePexQueryInput](docs/CreatePexQueryInput.md) diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py index ec87c4d8..fc5c0edc 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py @@ -39,10 +39,13 @@ from affinidi_tdk_iota_client.models.already_exists_error import AlreadyExistsError from affinidi_tdk_iota_client.models.aws_exchange_credentials import AwsExchangeCredentials from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok import AwsExchangeCredentialsOK -from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok_credentials import AwsExchangeCredentialsOKCredentials +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token import AwsExchangeCredentialsProjectToken +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok import AwsExchangeCredentialsProjectTokenOK +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials from affinidi_tdk_iota_client.models.callback_input import CallbackInput from affinidi_tdk_iota_client.models.consent_dto import ConsentDto from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_ok import CorsAwsExchangeCredentialsOK +from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_project_token_ok import CorsAwsExchangeCredentialsProjectTokenOK from affinidi_tdk_iota_client.models.cors_iot_oidc4vpcallback_ok import CorsIotOidc4vpcallbackOK from affinidi_tdk_iota_client.models.create_iota_configuration_input import CreateIotaConfigurationInput from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py index fbcc8a57..ac974a29 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py @@ -24,6 +24,7 @@ from affinidi_tdk_iota_client.models.aws_exchange_credentials import AwsExchangeCredentials from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok import AwsExchangeCredentialsOK +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token import AwsExchangeCredentialsProjectToken from affinidi_tdk_iota_client.api_client import ApiClient from affinidi_tdk_iota_client.api_response import ApiResponse @@ -193,3 +194,152 @@ def aws_exchange_credentials_with_http_info(self, aws_exchange_credentials : Ann _request_timeout=_params.get('_request_timeout'), collection_formats=_collection_formats, _request_auth=_params.get('_request_auth')) + + @validate_arguments + def aws_exchange_credentials_project_token(self, aws_exchange_credentials_project_token : Annotated[AwsExchangeCredentialsProjectToken, Field(..., description="AwsExchangeCredentialsProjectToken")], **kwargs) -> AwsExchangeCredentialsOK: # noqa: E501 + """aws_exchange_credentials_project_token # noqa: E501 + + It exchanges project token into cognito # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.aws_exchange_credentials_project_token(aws_exchange_credentials_project_token, async_req=True) + >>> result = thread.get() + + :param aws_exchange_credentials_project_token: AwsExchangeCredentialsProjectToken (required) + :type aws_exchange_credentials_project_token: AwsExchangeCredentialsProjectToken + :param async_req: Whether to execute the request asynchronously. + :type async_req: bool, optional + :param _request_timeout: timeout setting for this request. + If one number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :return: Returns the result object. + If the method is called asynchronously, + returns the request thread. + :rtype: AwsExchangeCredentialsOK + """ + kwargs['_return_http_data_only'] = True + if '_preload_content' in kwargs: + message = "Error! Please call the aws_exchange_credentials_project_token_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501 + raise ValueError(message) + return self.aws_exchange_credentials_project_token_with_http_info(aws_exchange_credentials_project_token, **kwargs) # noqa: E501 + + @validate_arguments + def aws_exchange_credentials_project_token_with_http_info(self, aws_exchange_credentials_project_token : Annotated[AwsExchangeCredentialsProjectToken, Field(..., description="AwsExchangeCredentialsProjectToken")], **kwargs) -> ApiResponse: # noqa: E501 + """aws_exchange_credentials_project_token # noqa: E501 + + It exchanges project token into cognito # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.aws_exchange_credentials_project_token_with_http_info(aws_exchange_credentials_project_token, async_req=True) + >>> result = thread.get() + + :param aws_exchange_credentials_project_token: AwsExchangeCredentialsProjectToken (required) + :type aws_exchange_credentials_project_token: AwsExchangeCredentialsProjectToken + :param async_req: Whether to execute the request asynchronously. + :type async_req: bool, optional + :param _preload_content: if False, the ApiResponse.data will + be set to none and raw_data will store the + HTTP response body without reading/decoding. + Default is True. + :type _preload_content: bool, optional + :param _return_http_data_only: response data instead of ApiResponse + object with status code, headers, etc + :type _return_http_data_only: bool, optional + :param _request_timeout: timeout setting for this request. If one + number provided, it will be total request + timeout. It can also be a pair (tuple) of + (connection, read) timeouts. + :param _request_auth: set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + :type _request_auth: dict, optional + :type _content_type: string, optional: force content-type for the request + :return: Returns the result object. + If the method is called asynchronously, + returns the request thread. + :rtype: tuple(AwsExchangeCredentialsOK, status_code(int), headers(HTTPHeaderDict)) + """ + + _params = locals() + + _all_params = [ + 'aws_exchange_credentials_project_token' + ] + _all_params.extend( + [ + 'async_req', + '_return_http_data_only', + '_preload_content', + '_request_timeout', + '_request_auth', + '_content_type', + '_headers' + ] + ) + + # validate the arguments + for _key, _val in _params['kwargs'].items(): + if _key not in _all_params: + raise ApiTypeError( + "Got an unexpected keyword argument '%s'" + " to method aws_exchange_credentials_project_token" % _key + ) + _params[_key] = _val + del _params['kwargs'] + + _collection_formats = {} + + # process the path parameters + _path_params = {} + + # process the query parameters + _query_params = [] + # process the header parameters + _header_params = dict(_params.get('_headers', {})) + # process the form parameters + _form_params = [] + _files = {} + # process the body parameter + _body_params = None + if _params['aws_exchange_credentials_project_token'] is not None: + _body_params = _params['aws_exchange_credentials_project_token'] + + # set the HTTP header `Accept` + _header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # set the HTTP header `Content-Type` + _content_types_list = _params.get('_content_type', + self.api_client.select_header_content_type( + ['application/json'])) + if _content_types_list: + _header_params['Content-Type'] = _content_types_list + + # authentication setting + _auth_settings = ['ProjectTokenAuth'] # noqa: E501 + + _response_types_map = { + '200': "AwsExchangeCredentialsOK", + '400': "InvalidParameterError", + '403': "OperationForbiddenError", + } + + return self.api_client.call_api( + '/v1/aws-exchange-credentials/project-token', 'POST', + _path_params, + _query_params, + _header_params, + body=_body_params, + post_params=_form_params, + files=_files, + response_types_map=_response_types_map, + auth_settings=_auth_settings, + async_req=_params.get('async_req'), + _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501 + _preload_content=_params.get('_preload_content', True), + _request_timeout=_params.get('_request_timeout'), + collection_formats=_collection_formats, + _request_auth=_params.get('_request_auth')) diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py index d00a5655..12e62ec3 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py @@ -18,10 +18,13 @@ from affinidi_tdk_iota_client.models.already_exists_error import AlreadyExistsError from affinidi_tdk_iota_client.models.aws_exchange_credentials import AwsExchangeCredentials from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok import AwsExchangeCredentialsOK -from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok_credentials import AwsExchangeCredentialsOKCredentials +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token import AwsExchangeCredentialsProjectToken +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok import AwsExchangeCredentialsProjectTokenOK +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials from affinidi_tdk_iota_client.models.callback_input import CallbackInput from affinidi_tdk_iota_client.models.consent_dto import ConsentDto from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_ok import CorsAwsExchangeCredentialsOK +from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_project_token_ok import CorsAwsExchangeCredentialsProjectTokenOK from affinidi_tdk_iota_client.models.cors_iot_oidc4vpcallback_ok import CorsIotOidc4vpcallbackOK from affinidi_tdk_iota_client.models.create_iota_configuration_input import CreateIotaConfigurationInput from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py index e8310792..629af099 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py @@ -21,14 +21,14 @@ from pydantic import BaseModel, Field, StrictStr -from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok_credentials import AwsExchangeCredentialsOKCredentials +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials class AwsExchangeCredentialsOK(BaseModel): """ AwsExchangeCredentialsOK """ connection_client_id: StrictStr = Field(..., alias="connectionClientId") - credentials: AwsExchangeCredentialsOKCredentials = Field(...) + credentials: AwsExchangeCredentialsProjectTokenOKCredentials = Field(...) __properties = ["connectionClientId", "credentials"] class Config: @@ -71,7 +71,7 @@ def from_dict(cls, obj: dict) -> AwsExchangeCredentialsOK: _obj = AwsExchangeCredentialsOK.parse_obj({ "connection_client_id": obj.get("connectionClientId"), - "credentials": AwsExchangeCredentialsOKCredentials.from_dict(obj.get("credentials")) if obj.get("credentials") is not None else None + "credentials": AwsExchangeCredentialsProjectTokenOKCredentials.from_dict(obj.get("credentials")) if obj.get("credentials") is not None else None }) return _obj diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py new file mode 100644 index 00000000..fb3002c2 --- /dev/null +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py @@ -0,0 +1,76 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + + +from pydantic import BaseModel, Field, StrictStr + +class AwsExchangeCredentialsProjectToken(BaseModel): + """ + AwsExchangeCredentialsProjectToken + """ + session_id: StrictStr = Field(..., alias="sessionId", description="sessionId generated by client") + configuration_id: StrictStr = Field(..., alias="configurationId", description="iotaConfiguration Id") + did: StrictStr = Field(..., description="Vault DID of the user") + __properties = ["sessionId", "configurationId", "did"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> AwsExchangeCredentialsProjectToken: + """Create an instance of AwsExchangeCredentialsProjectToken from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> AwsExchangeCredentialsProjectToken: + """Create an instance of AwsExchangeCredentialsProjectToken from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return AwsExchangeCredentialsProjectToken.parse_obj(obj) + + _obj = AwsExchangeCredentialsProjectToken.parse_obj({ + "session_id": obj.get("sessionId"), + "configuration_id": obj.get("configurationId"), + "did": obj.get("did") + }) + return _obj + + diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py new file mode 100644 index 00000000..bb798ab9 --- /dev/null +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py @@ -0,0 +1,78 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + + +from pydantic import BaseModel, Field, StrictStr +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials + +class AwsExchangeCredentialsProjectTokenOK(BaseModel): + """ + AwsExchangeCredentialsProjectTokenOK + """ + connection_client_id: StrictStr = Field(..., alias="connectionClientId") + credentials: AwsExchangeCredentialsProjectTokenOKCredentials = Field(...) + __properties = ["connectionClientId", "credentials"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> AwsExchangeCredentialsProjectTokenOK: + """Create an instance of AwsExchangeCredentialsProjectTokenOK from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of credentials + if self.credentials: + _dict['credentials'] = self.credentials.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> AwsExchangeCredentialsProjectTokenOK: + """Create an instance of AwsExchangeCredentialsProjectTokenOK from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return AwsExchangeCredentialsProjectTokenOK.parse_obj(obj) + + _obj = AwsExchangeCredentialsProjectTokenOK.parse_obj({ + "connection_client_id": obj.get("connectionClientId"), + "credentials": AwsExchangeCredentialsProjectTokenOKCredentials.from_dict(obj.get("credentials")) if obj.get("credentials") is not None else None + }) + return _obj + + diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py new file mode 100644 index 00000000..2dee7201 --- /dev/null +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py @@ -0,0 +1,74 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + + +from pydantic import BaseModel, Field, StrictStr + +class AwsExchangeCredentialsProjectTokenOKCredentials(BaseModel): + """ + AwsExchangeCredentialsProjectTokenOKCredentials + """ + identity_id: StrictStr = Field(..., alias="identityId") + token: StrictStr = Field(...) + __properties = ["identityId", "token"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> AwsExchangeCredentialsProjectTokenOKCredentials: + """Create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> AwsExchangeCredentialsProjectTokenOKCredentials: + """Create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return AwsExchangeCredentialsProjectTokenOKCredentials.parse_obj(obj) + + _obj = AwsExchangeCredentialsProjectTokenOKCredentials.parse_obj({ + "identity_id": obj.get("identityId"), + "token": obj.get("token") + }) + return _obj + + diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py new file mode 100644 index 00000000..f66a41c6 --- /dev/null +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py @@ -0,0 +1,72 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import Optional +from pydantic import BaseModel, Field, StrictStr + +class CorsAwsExchangeCredentialsProjectTokenOK(BaseModel): + """ + CorsAwsExchangeCredentialsProjectTokenOK + """ + cors_aws_exchange_credentials_project_token_ok: Optional[StrictStr] = Field(None, alias="corsAwsExchangeCredentialsProjectTokenOk") + __properties = ["corsAwsExchangeCredentialsProjectTokenOk"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> CorsAwsExchangeCredentialsProjectTokenOK: + """Create an instance of CorsAwsExchangeCredentialsProjectTokenOK from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> CorsAwsExchangeCredentialsProjectTokenOK: + """Create an instance of CorsAwsExchangeCredentialsProjectTokenOK from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return CorsAwsExchangeCredentialsProjectTokenOK.parse_obj(obj) + + _obj = CorsAwsExchangeCredentialsProjectTokenOK.parse_obj({ + "cors_aws_exchange_credentials_project_token_ok": obj.get("corsAwsExchangeCredentialsProjectTokenOk") + }) + return _obj + + diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md b/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md index 588b37ce..cd311737 100644 --- a/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md @@ -2,10 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------ | --------------------------------------------------------------------------------- | ----------- | ----- | -| **connection_client_id** | **str** | | -| **credentials** | [**AwsExchangeCredentialsOKCredentials**](AwsExchangeCredentialsOKCredentials.md) | | +| Name | Type | Description | Notes | +| ------------------------ | --------------------------------------------------------------------------------------------------------- | ----------- | ----- | +| **connection_client_id** | **str** | | +| **credentials** | [**AwsExchangeCredentialsProjectTokenOKCredentials**](AwsExchangeCredentialsProjectTokenOKCredentials.md) | | ## Example diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md new file mode 100644 index 00000000..c558baac --- /dev/null +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md @@ -0,0 +1,29 @@ +# AwsExchangeCredentialsProjectToken + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ------- | ----------------------------- | ----- | +| **session_id** | **str** | sessionId generated by client | +| **configuration_id** | **str** | iotaConfiguration Id | +| **did** | **str** | Vault DID of the user | + +## Example + +```python +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token import AwsExchangeCredentialsProjectToken + +# TODO update the JSON string below +json = "{}" +# create an instance of AwsExchangeCredentialsProjectToken from a JSON string +aws_exchange_credentials_project_token_instance = AwsExchangeCredentialsProjectToken.from_json(json) +# print the JSON string representation of the object +print AwsExchangeCredentialsProjectToken.to_json() + +# convert the object into a dict +aws_exchange_credentials_project_token_dict = aws_exchange_credentials_project_token_instance.to_dict() +# create an instance of AwsExchangeCredentialsProjectToken from a dict +aws_exchange_credentials_project_token_form_dict = aws_exchange_credentials_project_token.from_dict(aws_exchange_credentials_project_token_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md new file mode 100644 index 00000000..27c5573c --- /dev/null +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md @@ -0,0 +1,28 @@ +# AwsExchangeCredentialsProjectTokenOK + +## Properties + +| Name | Type | Description | Notes | +| ------------------------ | --------------------------------------------------------------------------------------------------------- | ----------- | ----- | +| **connection_client_id** | **str** | | +| **credentials** | [**AwsExchangeCredentialsProjectTokenOKCredentials**](AwsExchangeCredentialsProjectTokenOKCredentials.md) | | + +## Example + +```python +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok import AwsExchangeCredentialsProjectTokenOK + +# TODO update the JSON string below +json = "{}" +# create an instance of AwsExchangeCredentialsProjectTokenOK from a JSON string +aws_exchange_credentials_project_token_ok_instance = AwsExchangeCredentialsProjectTokenOK.from_json(json) +# print the JSON string representation of the object +print AwsExchangeCredentialsProjectTokenOK.to_json() + +# convert the object into a dict +aws_exchange_credentials_project_token_ok_dict = aws_exchange_credentials_project_token_ok_instance.to_dict() +# create an instance of AwsExchangeCredentialsProjectTokenOK from a dict +aws_exchange_credentials_project_token_ok_form_dict = aws_exchange_credentials_project_token_ok.from_dict(aws_exchange_credentials_project_token_ok_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md new file mode 100644 index 00000000..de9395be --- /dev/null +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md @@ -0,0 +1,28 @@ +# AwsExchangeCredentialsProjectTokenOKCredentials + +## Properties + +| Name | Type | Description | Notes | +| --------------- | ------- | ----------- | ----- | +| **identity_id** | **str** | | +| **token** | **str** | | + +## Example + +```python +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials + +# TODO update the JSON string below +json = "{}" +# create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a JSON string +aws_exchange_credentials_project_token_ok_credentials_instance = AwsExchangeCredentialsProjectTokenOKCredentials.from_json(json) +# print the JSON string representation of the object +print AwsExchangeCredentialsProjectTokenOKCredentials.to_json() + +# convert the object into a dict +aws_exchange_credentials_project_token_ok_credentials_dict = aws_exchange_credentials_project_token_ok_credentials_instance.to_dict() +# create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a dict +aws_exchange_credentials_project_token_ok_credentials_form_dict = aws_exchange_credentials_project_token_ok_credentials.from_dict(aws_exchange_credentials_project_token_ok_credentials_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md b/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md new file mode 100644 index 00000000..b8891d80 --- /dev/null +++ b/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md @@ -0,0 +1,27 @@ +# CorsAwsExchangeCredentialsProjectTokenOK + +## Properties + +| Name | Type | Description | Notes | +| -------------------------------------------------- | ------- | ----------- | ---------- | +| **cors_aws_exchange_credentials_project_token_ok** | **str** | | [optional] | + +## Example + +```python +from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_project_token_ok import CorsAwsExchangeCredentialsProjectTokenOK + +# TODO update the JSON string below +json = "{}" +# create an instance of CorsAwsExchangeCredentialsProjectTokenOK from a JSON string +cors_aws_exchange_credentials_project_token_ok_instance = CorsAwsExchangeCredentialsProjectTokenOK.from_json(json) +# print the JSON string representation of the object +print CorsAwsExchangeCredentialsProjectTokenOK.to_json() + +# convert the object into a dict +cors_aws_exchange_credentials_project_token_ok_dict = cors_aws_exchange_credentials_project_token_ok_instance.to_dict() +# create an instance of CorsAwsExchangeCredentialsProjectTokenOK from a dict +cors_aws_exchange_credentials_project_token_ok_form_dict = cors_aws_exchange_credentials_project_token_ok.from_dict(cors_aws_exchange_credentials_project_token_ok_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/IotaApi.md b/clients/python/iota_client/docs/IotaApi.md index 83970e27..3a87eb87 100644 --- a/clients/python/iota_client/docs/IotaApi.md +++ b/clients/python/iota_client/docs/IotaApi.md @@ -2,9 +2,10 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* -| Method | HTTP request | Description | -| ------------------------------------------------------------------- | ------------------------------------- | ----------- | -| [**aws_exchange_credentials**](IotaApi.md#aws_exchange_credentials) | **POST** /v1/aws-exchange-credentials | +| Method | HTTP request | Description | +| ----------------------------------------------------------------------------------------------- | --------------------------------------------------- | ----------- | +| [**aws_exchange_credentials**](IotaApi.md#aws_exchange_credentials) | **POST** /v1/aws-exchange-credentials | +| [**aws_exchange_credentials_project_token**](IotaApi.md#aws_exchange_credentials_project_token) | **POST** /v1/aws-exchange-credentials/project-token | # **aws_exchange_credentials** @@ -72,3 +73,82 @@ No authorization required | **403** | ForbiddenError | _ Access-Control-Allow-Origin -
_ Access-Control-Allow-Methods -
\* Access-Control-Allow-Headers -
| [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **aws_exchange_credentials_project_token** + +> AwsExchangeCredentialsOK aws_exchange_credentials_project_token(aws_exchange_credentials_project_token) + +It exchanges project token into cognito + +### Example + +- Api Key Authentication (ProjectTokenAuth): + +```python +import time +import os +import affinidi_tdk_iota_client +from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok import AwsExchangeCredentialsOK +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token import AwsExchangeCredentialsProjectToken +from affinidi_tdk_iota_client.rest import ApiException +from pprint import pprint + +# Defining the host is optional and defaults to https://apse1.api.affinidi.io/ais +# See configuration.py for a list of all supported configuration parameters. +configuration = affinidi_tdk_iota_client.Configuration( + host = "https://apse1.api.affinidi.io/ais" +) + +# The client must configure the authentication and authorization parameters +# in accordance with the API server security policy. +# Examples for each auth method are provided below, use the example that +# satisfies your auth use case. + +# Configure API key authorization: ProjectTokenAuth +configuration.api_key['ProjectTokenAuth'] = os.environ["API_KEY"] + +# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed +# configuration.api_key_prefix['ProjectTokenAuth'] = 'Bearer' + +# Enter a context with an instance of the API client +with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: + # Create an instance of the API class + api_instance = affinidi_tdk_iota_client.IotaApi(api_client) + aws_exchange_credentials_project_token = affinidi_tdk_iota_client.AwsExchangeCredentialsProjectToken() # AwsExchangeCredentialsProjectToken | AwsExchangeCredentialsProjectToken + + try: + api_response = api_instance.aws_exchange_credentials_project_token(aws_exchange_credentials_project_token) + print("The response of IotaApi->aws_exchange_credentials_project_token:\n") + pprint(api_response) + except Exception as e: + print("Exception when calling IotaApi->aws_exchange_credentials_project_token: %s\n" % e) +``` + +### Parameters + +| Name | Type | Description | Notes | +| ------------------------------------------ | ------------------------------------------------------------------------------- | ---------------------------------- | ----- | +| **aws_exchange_credentials_project_token** | [**AwsExchangeCredentialsProjectToken**](AwsExchangeCredentialsProjectToken.md) | AwsExchangeCredentialsProjectToken | + +### Return type + +[**AwsExchangeCredentialsOK**](AwsExchangeCredentialsOK.md) + +### Authorization + +[ProjectTokenAuth](../README.md#ProjectTokenAuth) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json + +### HTTP response details + +| Status code | Description | Response headers | +| ----------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------- | +| **200** | AwsExchangeCredentialsOK | _ Access-Control-Allow-Origin -
_ Access-Control-Allow-Methods -
\* Access-Control-Allow-Headers -
| +| **400** | BadRequestError | _ Access-Control-Allow-Origin -
_ Access-Control-Allow-Methods -
\* Access-Control-Allow-Headers -
| +| **403** | ForbiddenError | _ Access-Control-Allow-Origin -
_ Access-Control-Allow-Methods -
\* Access-Control-Allow-Headers -
| + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/test/test_aws_exchange_credentials_project_token.py b/clients/python/iota_client/test/test_aws_exchange_credentials_project_token.py new file mode 100644 index 00000000..da8f3b47 --- /dev/null +++ b/clients/python/iota_client/test/test_aws_exchange_credentials_project_token.py @@ -0,0 +1,58 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token import AwsExchangeCredentialsProjectToken # noqa: E501 + +class TestAwsExchangeCredentialsProjectToken(unittest.TestCase): + """AwsExchangeCredentialsProjectToken unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AwsExchangeCredentialsProjectToken: + """Test AwsExchangeCredentialsProjectToken + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AwsExchangeCredentialsProjectToken` + """ + model = AwsExchangeCredentialsProjectToken() # noqa: E501 + if include_optional: + return AwsExchangeCredentialsProjectToken( + session_id = '', + configuration_id = '', + did = '' + ) + else: + return AwsExchangeCredentialsProjectToken( + session_id = '', + configuration_id = '', + did = '', + ) + """ + + def testAwsExchangeCredentialsProjectToken(self): + """Test AwsExchangeCredentialsProjectToken""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok.py b/clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok.py new file mode 100644 index 00000000..f7aaf1c5 --- /dev/null +++ b/clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok.py @@ -0,0 +1,60 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok import AwsExchangeCredentialsProjectTokenOK # noqa: E501 + +class TestAwsExchangeCredentialsProjectTokenOK(unittest.TestCase): + """AwsExchangeCredentialsProjectTokenOK unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AwsExchangeCredentialsProjectTokenOK: + """Test AwsExchangeCredentialsProjectTokenOK + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AwsExchangeCredentialsProjectTokenOK` + """ + model = AwsExchangeCredentialsProjectTokenOK() # noqa: E501 + if include_optional: + return AwsExchangeCredentialsProjectTokenOK( + connection_client_id = '', + credentials = affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials.AwsExchangeCredentialsProjectTokenOK_credentials( + identity_id = '', + token = '', ) + ) + else: + return AwsExchangeCredentialsProjectTokenOK( + connection_client_id = '', + credentials = affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials.AwsExchangeCredentialsProjectTokenOK_credentials( + identity_id = '', + token = '', ), + ) + """ + + def testAwsExchangeCredentialsProjectTokenOK(self): + """Test AwsExchangeCredentialsProjectTokenOK""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok_credentials.py b/clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok_credentials.py new file mode 100644 index 00000000..24c08f74 --- /dev/null +++ b/clients/python/iota_client/test/test_aws_exchange_credentials_project_token_ok_credentials.py @@ -0,0 +1,56 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_iota_client.models.aws_exchange_credentials_project_token_ok_credentials import AwsExchangeCredentialsProjectTokenOKCredentials # noqa: E501 + +class TestAwsExchangeCredentialsProjectTokenOKCredentials(unittest.TestCase): + """AwsExchangeCredentialsProjectTokenOKCredentials unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> AwsExchangeCredentialsProjectTokenOKCredentials: + """Test AwsExchangeCredentialsProjectTokenOKCredentials + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `AwsExchangeCredentialsProjectTokenOKCredentials` + """ + model = AwsExchangeCredentialsProjectTokenOKCredentials() # noqa: E501 + if include_optional: + return AwsExchangeCredentialsProjectTokenOKCredentials( + identity_id = '', + token = '' + ) + else: + return AwsExchangeCredentialsProjectTokenOKCredentials( + identity_id = '', + token = '', + ) + """ + + def testAwsExchangeCredentialsProjectTokenOKCredentials(self): + """Test AwsExchangeCredentialsProjectTokenOKCredentials""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/iota_client/test/test_cors_aws_exchange_credentials_project_token_ok.py b/clients/python/iota_client/test/test_cors_aws_exchange_credentials_project_token_ok.py new file mode 100644 index 00000000..dcecf9d9 --- /dev/null +++ b/clients/python/iota_client/test/test_cors_aws_exchange_credentials_project_token_ok.py @@ -0,0 +1,53 @@ +# coding: utf-8 + +""" + IotaService + + Affinidi IotaService Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_iota_client.models.cors_aws_exchange_credentials_project_token_ok import CorsAwsExchangeCredentialsProjectTokenOK # noqa: E501 + +class TestCorsAwsExchangeCredentialsProjectTokenOK(unittest.TestCase): + """CorsAwsExchangeCredentialsProjectTokenOK unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CorsAwsExchangeCredentialsProjectTokenOK: + """Test CorsAwsExchangeCredentialsProjectTokenOK + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CorsAwsExchangeCredentialsProjectTokenOK` + """ + model = CorsAwsExchangeCredentialsProjectTokenOK() # noqa: E501 + if include_optional: + return CorsAwsExchangeCredentialsProjectTokenOK( + cors_aws_exchange_credentials_project_token_ok = '' + ) + else: + return CorsAwsExchangeCredentialsProjectTokenOK( + ) + """ + + def testCorsAwsExchangeCredentialsProjectTokenOK(self): + """Test CorsAwsExchangeCredentialsProjectTokenOK""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/login_configuration_client/.openapi-generator/FILES b/clients/python/login_configuration_client/.openapi-generator/FILES index 9e8fa2ec..fe73920b 100644 --- a/clients/python/login_configuration_client/.openapi-generator/FILES +++ b/clients/python/login_configuration_client/.openapi-generator/FILES @@ -141,5 +141,4 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_invalid_vp_token_creation_time_error.py tox.ini diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py index 59b8fa01..c1039aee 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py @@ -34,7 +34,9 @@ class WalletDto(BaseModel): did_document: Optional[Dict[str, Any]] = Field(None, alias="didDocument", description="did document of the wallet") ari: Optional[StrictStr] = Field(None, description="ARI of the wallet") keys: Optional[conlist(WalletDtoKeysInner)] = None - __properties = ["id", "did", "name", "description", "didDocument", "ari", "keys"] + created_at: Optional[StrictStr] = Field(None, alias="createdAt") + modified_at: Optional[StrictStr] = Field(None, alias="modifiedAt") + __properties = ["id", "did", "name", "description", "didDocument", "ari", "keys", "createdAt", "modifiedAt"] class Config: """Pydantic configuration""" @@ -85,7 +87,9 @@ def from_dict(cls, obj: dict) -> WalletDto: "description": obj.get("description"), "did_document": obj.get("didDocument"), "ari": obj.get("ari"), - "keys": [WalletDtoKeysInner.from_dict(_item) for _item in obj.get("keys")] if obj.get("keys") is not None else None + "keys": [WalletDtoKeysInner.from_dict(_item) for _item in obj.get("keys")] if obj.get("keys") is not None else None, + "created_at": obj.get("createdAt"), + "modified_at": obj.get("modifiedAt") }) return _obj diff --git a/clients/python/wallets_client/docs/WalletDto.md b/clients/python/wallets_client/docs/WalletDto.md index 479354b5..8e7b2b8b 100644 --- a/clients/python/wallets_client/docs/WalletDto.md +++ b/clients/python/wallets_client/docs/WalletDto.md @@ -13,6 +13,8 @@ wallet dto | **did_document** | **object** | did document of the wallet | [optional] | | **ari** | **str** | ARI of the wallet | [optional] | | **keys** | [**List[WalletDtoKeysInner]**](WalletDtoKeysInner.md) | | [optional] | +| **created_at** | **str** | | [optional] | +| **modified_at** | **str** | | [optional] | ## Example diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 01d68e86..25331adc 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.16.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 6ba8a370..7694b648 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.16.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index d816039e..a001edb5 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.16.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/api.ts b/clients/typescript/iota-client/api.ts index e2ec9aaf..5814852f 100644 --- a/clients/typescript/iota-client/api.ts +++ b/clients/typescript/iota-client/api.ts @@ -123,27 +123,71 @@ export interface AwsExchangeCredentialsOK { connectionClientId: string /** * - * @type {AwsExchangeCredentialsOKCredentials} + * @type {AwsExchangeCredentialsProjectTokenOKCredentials} * @memberof AwsExchangeCredentialsOK */ - credentials: AwsExchangeCredentialsOKCredentials + credentials: AwsExchangeCredentialsProjectTokenOKCredentials } /** * * @export - * @interface AwsExchangeCredentialsOKCredentials + * @interface AwsExchangeCredentialsProjectToken */ -export interface AwsExchangeCredentialsOKCredentials { +export interface AwsExchangeCredentialsProjectToken { + /** + * sessionId generated by client + * @type {string} + * @memberof AwsExchangeCredentialsProjectToken + */ + sessionId: string + /** + * iotaConfiguration Id + * @type {string} + * @memberof AwsExchangeCredentialsProjectToken + */ + configurationId: string + /** + * Vault DID of the user + * @type {string} + * @memberof AwsExchangeCredentialsProjectToken + */ + did: string +} +/** + * + * @export + * @interface AwsExchangeCredentialsProjectTokenOK + */ +export interface AwsExchangeCredentialsProjectTokenOK { /** * * @type {string} - * @memberof AwsExchangeCredentialsOKCredentials + * @memberof AwsExchangeCredentialsProjectTokenOK + */ + connectionClientId: string + /** + * + * @type {AwsExchangeCredentialsProjectTokenOKCredentials} + * @memberof AwsExchangeCredentialsProjectTokenOK + */ + credentials: AwsExchangeCredentialsProjectTokenOKCredentials +} +/** + * + * @export + * @interface AwsExchangeCredentialsProjectTokenOKCredentials + */ +export interface AwsExchangeCredentialsProjectTokenOKCredentials { + /** + * + * @type {string} + * @memberof AwsExchangeCredentialsProjectTokenOKCredentials */ identityId: string /** * * @type {string} - * @memberof AwsExchangeCredentialsOKCredentials + * @memberof AwsExchangeCredentialsProjectTokenOKCredentials */ token: string } @@ -266,6 +310,19 @@ export interface CorsAwsExchangeCredentialsOK { */ corsAwsExchangeCredentialsOk?: string } +/** + * + * @export + * @interface CorsAwsExchangeCredentialsProjectTokenOK + */ +export interface CorsAwsExchangeCredentialsProjectTokenOK { + /** + * + * @type {string} + * @memberof CorsAwsExchangeCredentialsProjectTokenOK + */ + corsAwsExchangeCredentialsProjectTokenOk?: string +} /** * * @export @@ -2287,6 +2344,66 @@ export const IotaApiAxiosParamCreator = function ( configuration, ) + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + } + }, + /** + * It exchanges project token into cognito + * @param {AwsExchangeCredentialsProjectToken} awsExchangeCredentialsProjectToken AwsExchangeCredentialsProjectToken + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + awsExchangeCredentialsProjectToken: async ( + awsExchangeCredentialsProjectToken: AwsExchangeCredentialsProjectToken, + options: RawAxiosRequestConfig = {}, + ): Promise => { + // verify required parameter 'awsExchangeCredentialsProjectToken' is not null or undefined + assertParamExists( + 'awsExchangeCredentialsProjectToken', + 'awsExchangeCredentialsProjectToken', + awsExchangeCredentialsProjectToken, + ) + const localVarPath = `/v1/aws-exchange-credentials/project-token` + // use dummy base URL string because the URL constructor only accepts absolute URLs. + const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL) + let baseOptions + if (configuration) { + baseOptions = configuration.baseOptions + } + + const localVarRequestOptions = { + method: 'POST', + ...baseOptions, + ...options, + } + const localVarHeaderParameter = {} as any + const localVarQueryParameter = {} as any + + // authentication ProjectTokenAuth required + await setApiKeyToObject( + localVarHeaderParameter, + 'authorization', + configuration, + ) + + localVarHeaderParameter['Content-Type'] = 'application/json' + + setSearchParams(localVarUrlObj, localVarQueryParameter) + let headersFromBaseOptions = + baseOptions && baseOptions.headers ? baseOptions.headers : {} + localVarRequestOptions.headers = { + ...localVarHeaderParameter, + ...headersFromBaseOptions, + ...options.headers, + } + localVarRequestOptions.data = serializeDataIfNeeded( + awsExchangeCredentialsProjectToken, + localVarRequestOptions, + configuration, + ) + return { url: toPathString(localVarUrlObj), options: localVarRequestOptions, @@ -2333,6 +2450,39 @@ export const IotaApiFp = function (configuration?: Configuration) { configuration, )(axios, operationBasePath || basePath) }, + /** + * It exchanges project token into cognito + * @param {AwsExchangeCredentialsProjectToken} awsExchangeCredentialsProjectToken AwsExchangeCredentialsProjectToken + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + async awsExchangeCredentialsProjectToken( + awsExchangeCredentialsProjectToken: AwsExchangeCredentialsProjectToken, + options?: RawAxiosRequestConfig, + ): Promise< + ( + axios?: AxiosInstance, + basePath?: string, + ) => AxiosPromise + > { + const localVarAxiosArgs = + await localVarAxiosParamCreator.awsExchangeCredentialsProjectToken( + awsExchangeCredentialsProjectToken, + options, + ) + const index = configuration?.serverIndex ?? 0 + const operationBasePath = + operationServerMap['IotaApi.awsExchangeCredentialsProjectToken']?.[ + index + ]?.url + return (axios, basePath) => + createRequestFunction( + localVarAxiosArgs, + globalAxios, + BASE_PATH, + configuration, + )(axios, operationBasePath || basePath) + }, } } @@ -2361,6 +2511,23 @@ export const IotaApiFactory = function ( .awsExchangeCredentials(awsExchangeCredentials, options) .then((request) => request(axios, basePath)) }, + /** + * It exchanges project token into cognito + * @param {AwsExchangeCredentialsProjectToken} awsExchangeCredentialsProjectToken AwsExchangeCredentialsProjectToken + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + awsExchangeCredentialsProjectToken( + awsExchangeCredentialsProjectToken: AwsExchangeCredentialsProjectToken, + options?: any, + ): AxiosPromise { + return localVarFp + .awsExchangeCredentialsProjectToken( + awsExchangeCredentialsProjectToken, + options, + ) + .then((request) => request(axios, basePath)) + }, } } @@ -2386,6 +2553,25 @@ export class IotaApi extends BaseAPI { .awsExchangeCredentials(awsExchangeCredentials, options) .then((request) => request(this.axios, this.basePath)) } + + /** + * It exchanges project token into cognito + * @param {AwsExchangeCredentialsProjectToken} awsExchangeCredentialsProjectToken AwsExchangeCredentialsProjectToken + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof IotaApi + */ + public awsExchangeCredentialsProjectToken( + awsExchangeCredentialsProjectToken: AwsExchangeCredentialsProjectToken, + options?: RawAxiosRequestConfig, + ) { + return IotaApiFp(this.configuration) + .awsExchangeCredentialsProjectToken( + awsExchangeCredentialsProjectToken, + options, + ) + .then((request) => request(this.axios, this.basePath)) + } } /** diff --git a/clients/typescript/iota-client/docs/.openapi-generator/FILES b/clients/typescript/iota-client/docs/.openapi-generator/FILES index 7954ddc4..62a8be75 100644 --- a/clients/typescript/iota-client/docs/.openapi-generator/FILES +++ b/clients/typescript/iota-client/docs/.openapi-generator/FILES @@ -6,10 +6,13 @@ Apis/PexQueryApi.md Models/AlreadyExistsError.md Models/AwsExchangeCredentials.md Models/AwsExchangeCredentialsOK.md -Models/AwsExchangeCredentialsOK_credentials.md +Models/AwsExchangeCredentialsProjectToken.md +Models/AwsExchangeCredentialsProjectTokenOK.md +Models/AwsExchangeCredentialsProjectTokenOK_credentials.md Models/CallbackInput.md Models/ConsentDto.md Models/CorsAwsExchangeCredentialsOK.md +Models/CorsAwsExchangeCredentialsProjectTokenOK.md Models/CorsIotOidc4vpcallbackOK.md Models/CreateIotaConfigurationInput.md Models/CreatePexQueryInput.md diff --git a/clients/typescript/iota-client/docs/Apis/IotaApi.md b/clients/typescript/iota-client/docs/Apis/IotaApi.md index 97c78cd5..4703b34a 100644 --- a/clients/typescript/iota-client/docs/Apis/IotaApi.md +++ b/clients/typescript/iota-client/docs/Apis/IotaApi.md @@ -2,9 +2,10 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* -| Method | HTTP request | Description | -| --------------------------------------------------------------- | ------------------------------------- | ----------- | -| [**awsExchangeCredentials**](IotaApi.md#awsExchangeCredentials) | **POST** /v1/aws-exchange-credentials | | +| Method | HTTP request | Description | +| --------------------------------------------------------------------------------------- | --------------------------------------------------- | ----------- | +| [**awsExchangeCredentials**](IotaApi.md#awsExchangeCredentials) | **POST** /v1/aws-exchange-credentials | | +| [**awsExchangeCredentialsProjectToken**](IotaApi.md#awsExchangeCredentialsProjectToken) | **POST** /v1/aws-exchange-credentials/project-token | | @@ -32,3 +33,30 @@ No authorization required - **Content-Type**: application/json - **Accept**: application/json + + + +# **awsExchangeCredentialsProjectToken** + +> AwsExchangeCredentialsOK awsExchangeCredentialsProjectToken(AwsExchangeCredentialsProjectToken) + + It exchanges project token into cognito + +### Parameters + +| Name | Type | Description | Notes | +| -------------------------------------- | ----------------------------------------------------------------------------------------- | ---------------------------------- | ----- | +| **AwsExchangeCredentialsProjectToken** | [**AwsExchangeCredentialsProjectToken**](../Models/AwsExchangeCredentialsProjectToken.md) | AwsExchangeCredentialsProjectToken | | + +### Return type + +[**AwsExchangeCredentialsOK**](../Models/AwsExchangeCredentialsOK.md) + +### Authorization + +[ProjectTokenAuth](../README.md#ProjectTokenAuth) + +### HTTP request headers + +- **Content-Type**: application/json +- **Accept**: application/json diff --git a/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md index d0c5a09b..09033ab0 100644 --- a/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md +++ b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md @@ -2,9 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| ---------------------- | ----------------------------------------------------------------------------------- | ----------- | ----------------- | -| **connectionClientId** | **String** | | [default to null] | -| **credentials** | [**AwsExchangeCredentialsOK_credentials**](AwsExchangeCredentialsOK_credentials.md) | | [default to null] | +| Name | Type | Description | Notes | +| ---------------------- | ----------------------------------------------------------------------------------------------------------- | ----------- | ----------------- | +| **connectionClientId** | **String** | | [default to null] | +| **credentials** | [**AwsExchangeCredentialsProjectTokenOK_credentials**](AwsExchangeCredentialsProjectTokenOK_credentials.md) | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectToken.md b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectToken.md new file mode 100644 index 00000000..488e67ec --- /dev/null +++ b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectToken.md @@ -0,0 +1,11 @@ +# AwsExchangeCredentialsProjectToken + +## Properties + +| Name | Type | Description | Notes | +| ------------------- | ---------- | ----------------------------- | ----------------- | +| **sessionId** | **String** | sessionId generated by client | [default to null] | +| **configurationId** | **String** | iotaConfiguration Id | [default to null] | +| **did** | **String** | Vault DID of the user | [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK.md b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK.md new file mode 100644 index 00000000..53099bc6 --- /dev/null +++ b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK.md @@ -0,0 +1,10 @@ +# AwsExchangeCredentialsProjectTokenOK + +## Properties + +| Name | Type | Description | Notes | +| ---------------------- | ----------------------------------------------------------------------------------------------------------- | ----------- | ----------------- | +| **connectionClientId** | **String** | | [default to null] | +| **credentials** | [**AwsExchangeCredentialsProjectTokenOK_credentials**](AwsExchangeCredentialsProjectTokenOK_credentials.md) | | [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK_credentials.md b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK_credentials.md new file mode 100644 index 00000000..97f43a5b --- /dev/null +++ b/clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsProjectTokenOK_credentials.md @@ -0,0 +1,10 @@ +# AwsExchangeCredentialsProjectTokenOK_credentials + +## Properties + +| Name | Type | Description | Notes | +| -------------- | ---------- | ----------- | ----------------- | +| **identityId** | **String** | | [default to null] | +| **token** | **String** | | [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsProjectTokenOK.md b/clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsProjectTokenOK.md new file mode 100644 index 00000000..1b64352d --- /dev/null +++ b/clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsProjectTokenOK.md @@ -0,0 +1,9 @@ +# CorsAwsExchangeCredentialsProjectTokenOK + +## Properties + +| Name | Type | Description | Notes | +| -------------------------------------------- | ---------- | ----------- | ---------------------------- | +| **corsAwsExchangeCredentialsProjectTokenOk** | **String** | | [optional] [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/README.md b/clients/typescript/iota-client/docs/README.md index 1f484936..e855761e 100644 --- a/clients/typescript/iota-client/docs/README.md +++ b/clients/typescript/iota-client/docs/README.md @@ -6,22 +6,23 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* -| Class | Method | HTTP request | Description | -| ------------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------- | ------------------------------------------------- | -| _CallbackApi_ | [**iotOIDC4VPCallback**](Apis/CallbackApi.md#iotoidc4vpcallback) | **POST** /v1/callback | Processes the callback for OIDC4VP flows | -| _ConfigurationsApi_ | [**createIotaConfiguration**](Apis/ConfigurationsApi.md#createiotaconfiguration) | **POST** /v1/configurations | | -| _ConfigurationsApi_ | [**deleteIotaConfigurationById**](Apis/ConfigurationsApi.md#deleteiotaconfigurationbyid) | **DELETE** /v1/configurations/{configurationId} | | -| _ConfigurationsApi_ | [**getIotaConfigurationById**](Apis/ConfigurationsApi.md#getiotaconfigurationbyid) | **GET** /v1/configurations/{configurationId} | | -| _ConfigurationsApi_ | [**getIotaConfigurationMetaData**](Apis/ConfigurationsApi.md#getiotaconfigurationmetadata) | **GET** /v1/projects/{projectId}/configurations/{configurationId}/metadata | | -| _ConfigurationsApi_ | [**listIotaConfigurations**](Apis/ConfigurationsApi.md#listiotaconfigurations) | **GET** /v1/configurations | | -| _ConfigurationsApi_ | [**updateIotaConfigurationById**](Apis/ConfigurationsApi.md#updateiotaconfigurationbyid) | **PATCH** /v1/configurations/{configurationId} | | -| _DefaultApi_ | [**listLoggedConsents**](Apis/DefaultApi.md#listloggedconsents) | **GET** /v1/logged-consents | returns a list of logged consents for the project | -| _IotaApi_ | [**awsExchangeCredentials**](Apis/IotaApi.md#awsexchangecredentials) | **POST** /v1/aws-exchange-credentials | It exchanges limited token into cognito | -| _PexQueryApi_ | [**createPexQuery**](Apis/PexQueryApi.md#createpexquery) | **POST** /v1/configurations/{configurationId}/pex-queries | | -| _PexQueryApi_ | [**deletePexQueryById**](Apis/PexQueryApi.md#deletepexquerybyid) | **DELETE** /v1/configurations/{configurationId}/pex-queries/{queryId} | | -| _PexQueryApi_ | [**getPexQueryById**](Apis/PexQueryApi.md#getpexquerybyid) | **GET** /v1/configurations/{configurationId}/pex-queries/{queryId} | | -| _PexQueryApi_ | [**listPexQueries**](Apis/PexQueryApi.md#listpexqueries) | **GET** /v1/configurations/{configurationId}/pex-queries | | -| _PexQueryApi_ | [**updatePexQueryById**](Apis/PexQueryApi.md#updatepexquerybyid) | **PATCH** /v1/configurations/{configurationId}/pex-queries/{queryId} | | +| Class | Method | HTTP request | Description | +| ------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------- | +| _CallbackApi_ | [**iotOIDC4VPCallback**](Apis/CallbackApi.md#iotoidc4vpcallback) | **POST** /v1/callback | Processes the callback for OIDC4VP flows | +| _ConfigurationsApi_ | [**createIotaConfiguration**](Apis/ConfigurationsApi.md#createiotaconfiguration) | **POST** /v1/configurations | | +| _ConfigurationsApi_ | [**deleteIotaConfigurationById**](Apis/ConfigurationsApi.md#deleteiotaconfigurationbyid) | **DELETE** /v1/configurations/{configurationId} | | +| _ConfigurationsApi_ | [**getIotaConfigurationById**](Apis/ConfigurationsApi.md#getiotaconfigurationbyid) | **GET** /v1/configurations/{configurationId} | | +| _ConfigurationsApi_ | [**getIotaConfigurationMetaData**](Apis/ConfigurationsApi.md#getiotaconfigurationmetadata) | **GET** /v1/projects/{projectId}/configurations/{configurationId}/metadata | | +| _ConfigurationsApi_ | [**listIotaConfigurations**](Apis/ConfigurationsApi.md#listiotaconfigurations) | **GET** /v1/configurations | | +| _ConfigurationsApi_ | [**updateIotaConfigurationById**](Apis/ConfigurationsApi.md#updateiotaconfigurationbyid) | **PATCH** /v1/configurations/{configurationId} | | +| _DefaultApi_ | [**listLoggedConsents**](Apis/DefaultApi.md#listloggedconsents) | **GET** /v1/logged-consents | returns a list of logged consents for the project | +| _IotaApi_ | [**awsExchangeCredentials**](Apis/IotaApi.md#awsexchangecredentials) | **POST** /v1/aws-exchange-credentials | It exchanges limited token into cognito | +| _IotaApi_ | [**awsExchangeCredentialsProjectToken**](Apis/IotaApi.md#awsexchangecredentialsprojecttoken) | **POST** /v1/aws-exchange-credentials/project-token | It exchanges project token into cognito | +| _PexQueryApi_ | [**createPexQuery**](Apis/PexQueryApi.md#createpexquery) | **POST** /v1/configurations/{configurationId}/pex-queries | | +| _PexQueryApi_ | [**deletePexQueryById**](Apis/PexQueryApi.md#deletepexquerybyid) | **DELETE** /v1/configurations/{configurationId}/pex-queries/{queryId} | | +| _PexQueryApi_ | [**getPexQueryById**](Apis/PexQueryApi.md#getpexquerybyid) | **GET** /v1/configurations/{configurationId}/pex-queries/{queryId} | | +| _PexQueryApi_ | [**listPexQueries**](Apis/PexQueryApi.md#listpexqueries) | **GET** /v1/configurations/{configurationId}/pex-queries | | +| _PexQueryApi_ | [**updatePexQueryById**](Apis/PexQueryApi.md#updatepexquerybyid) | **PATCH** /v1/configurations/{configurationId}/pex-queries/{queryId} | | @@ -30,10 +31,13 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [AlreadyExistsError](./Models/AlreadyExistsError.md) - [AwsExchangeCredentials](./Models/AwsExchangeCredentials.md) - [AwsExchangeCredentialsOK](./Models/AwsExchangeCredentialsOK.md) -- [AwsExchangeCredentialsOK_credentials](./Models/AwsExchangeCredentialsOK_credentials.md) +- [AwsExchangeCredentialsProjectToken](./Models/AwsExchangeCredentialsProjectToken.md) +- [AwsExchangeCredentialsProjectTokenOK](./Models/AwsExchangeCredentialsProjectTokenOK.md) +- [AwsExchangeCredentialsProjectTokenOK_credentials](./Models/AwsExchangeCredentialsProjectTokenOK_credentials.md) - [CallbackInput](./Models/CallbackInput.md) - [ConsentDto](./Models/ConsentDto.md) - [CorsAwsExchangeCredentialsOK](./Models/CorsAwsExchangeCredentialsOK.md) +- [CorsAwsExchangeCredentialsProjectTokenOK](./Models/CorsAwsExchangeCredentialsProjectTokenOK.md) - [CorsIotOidc4vpcallbackOK](./Models/CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](./Models/CreateIotaConfigurationInput.md) - [CreatePexQueryInput](./Models/CreatePexQueryInput.md) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 1590da44..b23283a3 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.12.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index e61e11a3..5db82c1f 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.18.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/wallets-client/api.ts b/clients/typescript/wallets-client/api.ts index 10a723e1..f53a9faf 100644 --- a/clients/typescript/wallets-client/api.ts +++ b/clients/typescript/wallets-client/api.ts @@ -846,6 +846,18 @@ export interface WalletDto { * @memberof WalletDto */ keys?: Array + /** + * + * @type {string} + * @memberof WalletDto + */ + createdAt?: string + /** + * + * @type {string} + * @memberof WalletDto + */ + modifiedAt?: string } /** * diff --git a/clients/typescript/wallets-client/docs/Models/WalletDto.md b/clients/typescript/wallets-client/docs/Models/WalletDto.md index f8b509c1..db9dc85a 100644 --- a/clients/typescript/wallets-client/docs/Models/WalletDto.md +++ b/clients/typescript/wallets-client/docs/Models/WalletDto.md @@ -11,5 +11,7 @@ | **didDocument** | [**Object**](.md) | did document of the wallet | [optional] [default to null] | | **ari** | **String** | ARI of the wallet | [optional] [default to null] | | **keys** | [**List**](WalletDto_keys_inner.md) | | [optional] [default to null] | +| **createdAt** | **String** | | [optional] [default to null] | +| **modifiedAt** | **String** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index f26b8819..760767a2 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { diff --git a/package-lock.json b/package-lock.json index 4e9eda04..bfb4962c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -247,7 +247,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.5.1", + "version": "1.6.0", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -423,7 +423,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.5.1", + "version": "1.6.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -22682,7 +22682,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.15.1", + "version": "1.16.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22902,7 +22902,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.7.1", + "version": "1.8.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", From d56bf31f30bd26026aa0cdeb844936b686dedef8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:31:49 +0000 Subject: [PATCH 16/77] chore(release): @affinidi-tdk/common-v1.9.0 [skip ci] # [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.8.0...@affinidi-tdk/common-v1.9.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- packages/common/CHANGELOG.md | 7 +++++++ packages/common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 25a5ea61..5e3d7838 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.8.0...@affinidi-tdk/common-v1.9.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.7.1...@affinidi-tdk/common-v1.8.0) (2024-08-13) diff --git a/packages/common/package.json b/packages/common/package.json index 9ddd056b..92cf1f28 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/common", - "version": "1.8.0", + "version": "1.9.0", "description": "Affinidi TDK Common library with shared utils", "author": "Affinidi", "repository": { From 31f806cd5dad01f537b083275562c20858debe1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:32:42 +0000 Subject: [PATCH 17/77] chore(release): @affinidi-tdk/iota-client-v1.13.0 [skip ci] # [1.13.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.12.0...@affinidi-tdk/iota-client-v1.13.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- clients/typescript/iota-client/CHANGELOG.md | 7 +++++++ clients/typescript/iota-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iota-client/CHANGELOG.md b/clients/typescript/iota-client/CHANGELOG.md index 658b6a4a..aa974d46 100644 --- a/clients/typescript/iota-client/CHANGELOG.md +++ b/clients/typescript/iota-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.12.0...@affinidi-tdk/iota-client-v1.13.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.11.0...@affinidi-tdk/iota-client-v1.12.0) (2024-08-13) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index b23283a3..7cfbf2f4 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.0.0", + "version": "1.13.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { From 2275f02b58fba0090adedaa0ed98ea3ec8ca1d8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:33:35 +0000 Subject: [PATCH 18/77] chore(release): @affinidi-tdk/credential-verification-client-v1.17.0 [skip ci] # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.16.0...@affinidi-tdk/credential-verification-client-v1.17.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- .../typescript/credential-verification-client/CHANGELOG.md | 7 +++++++ .../typescript/credential-verification-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-verification-client/CHANGELOG.md b/clients/typescript/credential-verification-client/CHANGELOG.md index 716f8843..b714c73e 100644 --- a/clients/typescript/credential-verification-client/CHANGELOG.md +++ b/clients/typescript/credential-verification-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.16.0...@affinidi-tdk/credential-verification-client-v1.17.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.15.0...@affinidi-tdk/credential-verification-client-v1.16.0) (2024-08-13) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 7694b648..c9eb29af 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.0.0", + "version": "1.17.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { From 564aeec102df347bf469169637e676513c92e1b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:34:28 +0000 Subject: [PATCH 19/77] chore(release): @affinidi-tdk/credential-issuance-client-v1.17.0 [skip ci] # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.16.0...@affinidi-tdk/credential-issuance-client-v1.17.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- clients/typescript/credential-issuance-client/CHANGELOG.md | 7 +++++++ clients/typescript/credential-issuance-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-issuance-client/CHANGELOG.md b/clients/typescript/credential-issuance-client/CHANGELOG.md index 44364ae1..853e343a 100644 --- a/clients/typescript/credential-issuance-client/CHANGELOG.md +++ b/clients/typescript/credential-issuance-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.16.0...@affinidi-tdk/credential-issuance-client-v1.17.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.15.0...@affinidi-tdk/credential-issuance-client-v1.16.0) (2024-08-13) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 25331adc..67dda780 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.0.0", + "version": "1.17.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { From 22246ac9a709a2d5f03ac4bda4043dae59f15514 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:35:21 +0000 Subject: [PATCH 20/77] chore(release): @affinidi-tdk/login-configuration-client-v1.19.0 [skip ci] # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.18.0...@affinidi-tdk/login-configuration-client-v1.19.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- clients/typescript/login-configuration-client/CHANGELOG.md | 7 +++++++ clients/typescript/login-configuration-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/login-configuration-client/CHANGELOG.md b/clients/typescript/login-configuration-client/CHANGELOG.md index 562247f7..7b50e02c 100644 --- a/clients/typescript/login-configuration-client/CHANGELOG.md +++ b/clients/typescript/login-configuration-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.18.0...@affinidi-tdk/login-configuration-client-v1.19.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.17.0...@affinidi-tdk/login-configuration-client-v1.18.0) (2024-08-13) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 5db82c1f..2b7e9ec8 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.0.0", + "version": "1.19.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { From 028b2441cd9aed527fd51a61f081fca7e14cc09e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:36:14 +0000 Subject: [PATCH 21/77] chore(release): @affinidi-tdk/wallets-client-v1.16.0 [skip ci] # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.15.0...@affinidi-tdk/wallets-client-v1.16.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- clients/typescript/wallets-client/CHANGELOG.md | 7 +++++++ clients/typescript/wallets-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/wallets-client/CHANGELOG.md b/clients/typescript/wallets-client/CHANGELOG.md index 0b39903e..bcb5d9d4 100644 --- a/clients/typescript/wallets-client/CHANGELOG.md +++ b/clients/typescript/wallets-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.15.0...@affinidi-tdk/wallets-client-v1.16.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.14.0...@affinidi-tdk/wallets-client-v1.15.0) (2024-08-13) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 760767a2..7082bbd5 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.0.0", + "version": "1.16.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { From 0b2824a25cccdc3f65533ef130b2c4993241b252 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:37:07 +0000 Subject: [PATCH 22/77] chore(release): @affinidi-tdk/iam-client-v1.17.0 [skip ci] # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.16.0...@affinidi-tdk/iam-client-v1.17.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- clients/typescript/iam-client/CHANGELOG.md | 7 +++++++ clients/typescript/iam-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iam-client/CHANGELOG.md b/clients/typescript/iam-client/CHANGELOG.md index 5c87c9c7..fc2a33ba 100644 --- a/clients/typescript/iam-client/CHANGELOG.md +++ b/clients/typescript/iam-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.16.0...@affinidi-tdk/iam-client-v1.17.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.15.0...@affinidi-tdk/iam-client-v1.16.0) (2024-08-13) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index a001edb5..5ec9c1a5 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.0.0", + "version": "1.17.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { From 7041443728061aa04fa2d1f0d2a8be695c5d84c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:38:00 +0000 Subject: [PATCH 23/77] chore(release): @affinidi-tdk/auth-provider-v1.17.0 [skip ci] # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.16.0...@affinidi-tdk/auth-provider-v1.17.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- packages/auth-provider/CHANGELOG.md | 7 +++++++ packages/auth-provider/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/auth-provider/CHANGELOG.md b/packages/auth-provider/CHANGELOG.md index 6f39677e..b3be23c8 100644 --- a/packages/auth-provider/CHANGELOG.md +++ b/packages/auth-provider/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.16.0...@affinidi-tdk/auth-provider-v1.17.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.15.1...@affinidi-tdk/auth-provider-v1.16.0) (2024-08-13) diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index 1cc91884..ec0fefa9 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/auth-provider", - "version": "1.16.0", + "version": "1.17.0", "description": "Internal module for managing access tokens", "author": "Affinidi", "repository": { From 3187ce3fce3234e4275704f60b1e56a0788315e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:38:53 +0000 Subject: [PATCH 24/77] chore(release): @affinidi-tdk/iota-browser-v1.7.0 [skip ci] # [1.7.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.6.0...@affinidi-tdk/iota-browser-v1.7.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- libs/iota-browser/CHANGELOG.md | 7 +++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index 71c6ad02..e12e159a 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.6.0...@affinidi-tdk/iota-browser-v1.7.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.6.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.5.1...@affinidi-tdk/iota-browser-v1.6.0) (2024-08-13) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index ee409321..983dc8b1 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.6.0", + "version": "1.7.0", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From 3f5117e235eeecb0e8483b1036fd7f4d1228cefc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 07:39:46 +0000 Subject: [PATCH 25/77] chore(release): @affinidi-tdk/iota-core-v1.7.0 [skip ci] # [1.7.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.6.0...@affinidi-tdk/iota-core-v1.7.0) (2024-08-14) ### Features * update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index 8e0ab57a..4fdbb671 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.6.0...@affinidi-tdk/iota-core-v1.7.0) (2024-08-14) + + +### Features + +* update client all ([#185](https://github.com/affinidi/affinidi-tdk/issues/185)) ([edcc30e](https://github.com/affinidi/affinidi-tdk/commit/edcc30e0385acb92dce1460be14aa6ead46d1036)) + # [1.6.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.5.2...@affinidi-tdk/iota-core-v1.6.0) (2024-08-13) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index f74c614d..7758047a 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.6.0", + "version": "1.7.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From 11b36d27dd9a18b9768e71a008fa9691bbf8b286 Mon Sep 17 00:00:00 2001 From: Carlos Rincon <86779651+carlos-affinidi@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:26:35 +0200 Subject: [PATCH 26/77] fix: internal export type (#186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> --- libs/iota-browser/src/helpers/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libs/iota-browser/src/helpers/index.ts b/libs/iota-browser/src/helpers/index.ts index c6557023..83ca6c15 100644 --- a/libs/iota-browser/src/helpers/index.ts +++ b/libs/iota-browser/src/helpers/index.ts @@ -11,8 +11,4 @@ export { type IotaResponseCallbackFunction, ResponseHandler, } from './response-handler' -export { - OpenMode, - type VaultHandler, - VaultHandlerOpenParams, -} from './vault-handler' +export { OpenMode, VaultHandler, VaultHandlerOpenParams } from './vault-handler' From 55c20d1b309e98fc5079c5b4d76cf9d86272b548 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Aug 2024 09:35:41 +0000 Subject: [PATCH 27/77] chore(release): @affinidi-tdk/iota-browser-v1.7.1 [skip ci] ## [1.7.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.7.0...@affinidi-tdk/iota-browser-v1.7.1) (2024-08-14) ### Bug Fixes * internal export type ([#186](https://github.com/affinidi/affinidi-tdk/issues/186)) ([11b36d2](https://github.com/affinidi/affinidi-tdk/commit/11b36d27dd9a18b9768e71a008fa9691bbf8b286)) --- libs/iota-browser/CHANGELOG.md | 7 +++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index e12e159a..39feaf98 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.7.0...@affinidi-tdk/iota-browser-v1.7.1) (2024-08-14) + + +### Bug Fixes + +* internal export type ([#186](https://github.com/affinidi/affinidi-tdk/issues/186)) ([11b36d2](https://github.com/affinidi/affinidi-tdk/commit/11b36d27dd9a18b9768e71a008fa9691bbf8b286)) + # [1.7.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.6.0...@affinidi-tdk/iota-browser-v1.7.0) (2024-08-14) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index 983dc8b1..33b69156 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.7.0", + "version": "1.7.1", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From cea55c0ea7796e130cca487faabc507d1d09cc99 Mon Sep 17 00:00:00 2001 From: Carlos Rincon <86779651+carlos-affinidi@users.noreply.github.com> Date: Thu, 15 Aug 2024 03:55:52 +0200 Subject: [PATCH 28/77] feat: exchange identity credentials for iota credentials (#188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos Rincon <“carlos.r@affinidi.com”> --- libs/iota-core/helpers/index.ts | 1 + libs/iota-core/helpers/iota-auth-provider.ts | 43 +++++++++++++------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/libs/iota-core/helpers/index.ts b/libs/iota-core/helpers/index.ts index a73c08a2..14d1035e 100644 --- a/libs/iota-core/helpers/index.ts +++ b/libs/iota-core/helpers/index.ts @@ -3,4 +3,5 @@ export { type Credentials, type IAuthProviderParams, type IotaCredentials, + type IdentityCredentials, } from './iota-auth-provider' diff --git a/libs/iota-core/helpers/iota-auth-provider.ts b/libs/iota-core/helpers/iota-auth-provider.ts index ba464b3e..6c3d14ab 100644 --- a/libs/iota-core/helpers/iota-auth-provider.ts +++ b/libs/iota-core/helpers/iota-auth-provider.ts @@ -22,6 +22,11 @@ export interface Credentials { readonly expiration?: Date } +export interface IdentityCredentials { + readonly identityId: string + readonly token: string +} + export class IotaAuthProvider { region: string apiGW: string @@ -31,26 +36,38 @@ export class IotaAuthProvider { this.apiGW = param?.apiGW ?? EnvironmentUtils.fetchApiGwUrl() } - async limitedTokenToIotaCredentials(token: string): Promise { + async limitedTokenToIotaCredentials( + limitedToken: string, + ): Promise { const iotaAPIClient = new IotaApi( new Configuration({ basePath: `${this.apiGW}/ais` }), ) const response = await iotaAPIClient.awsExchangeCredentials({ - assertion: token, + assertion: limitedToken, }) - const { + const { connectionClientId, credentials: identityCredentials } = + response.data + + const credentials = + await this.exchangeIdentityCredentials(identityCredentials) + + return { + credentials, connectionClientId, - credentials: { identityId, token: cognitoToken }, - } = response.data + } + } + async exchangeIdentityCredentials( + identityCredentials: IdentityCredentials, + ): Promise { const cognitoIdentityClient = new CognitoIdentityClient({ region: this.region, }) const responseCmd = await cognitoIdentityClient.send( new GetCredentialsForIdentityCommand({ - IdentityId: identityId, + IdentityId: identityCredentials.identityId, Logins: { - 'cognito-identity.amazonaws.com': cognitoToken, + 'cognito-identity.amazonaws.com': identityCredentials.token, }, }), ) @@ -58,15 +75,11 @@ export class IotaAuthProvider { if (!credentials) { throw new Error('Error fetching credentials') } - return { - credentials: { - accessKeyId: credentials.AccessKeyId, - secretKey: credentials.SecretKey, - sessionToken: credentials.SessionToken, - expiration: credentials.Expiration, - }, - connectionClientId, + accessKeyId: credentials.AccessKeyId, + secretKey: credentials.SecretKey, + sessionToken: credentials.SessionToken, + expiration: credentials.Expiration, } } } From ea63003d5a4a5a44995a042470419dfedd9fb46e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Aug 2024 02:08:51 +0000 Subject: [PATCH 29/77] chore(release): @affinidi-tdk/iota-core-v1.8.0 [skip ci] # [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.7.0...@affinidi-tdk/iota-core-v1.8.0) (2024-08-15) ### Features * exchange identity credentials for iota credentials ([#188](https://github.com/affinidi/affinidi-tdk/issues/188)) ([cea55c0](https://github.com/affinidi/affinidi-tdk/commit/cea55c0ea7796e130cca487faabc507d1d09cc99)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index 4fdbb671..a313088f 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.7.0...@affinidi-tdk/iota-core-v1.8.0) (2024-08-15) + + +### Features + +* exchange identity credentials for iota credentials ([#188](https://github.com/affinidi/affinidi-tdk/issues/188)) ([cea55c0](https://github.com/affinidi/affinidi-tdk/commit/cea55c0ea7796e130cca487faabc507d1d09cc99)) + # [1.7.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.6.0...@affinidi-tdk/iota-core-v1.7.0) (2024-08-14) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index 7758047a..a5481cbc 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.7.0", + "version": "1.8.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From 2756756fc1c41f890b29bcbab89abf43bf738f50 Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:17:54 +0200 Subject: [PATCH 30/77] fix: publish process - always pick last commit (#189) --- .github/workflows/nx-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nx-release.yaml b/.github/workflows/nx-release.yaml index 4203d15a..83e2a369 100644 --- a/.github/workflows/nx-release.yaml +++ b/.github/workflows/nx-release.yaml @@ -77,7 +77,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - + ref: ${{ github.ref }} + - uses: actions/setup-node@v4 with: node-version: 18 From fb03790a8d55030abef6517a728fbc6acc2c4288 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:13:32 +0200 Subject: [PATCH 31/77] feat: update client cis (#191) Co-authored-by: Htain Linn Htoo --- .../.openapi-generator/FILES | 19 +- .../dart/credential_issuance_client/README.md | 7 +- .../doc/CreateIssuanceConfigInput.md | 18 +- .../doc/CredentialSupportedObject.md | 18 ++ .../doc/IssuanceConfigDto.md | 28 +-- .../doc/SupportedCredentialMetadata.md | 15 ++ ...SupportedCredentialMetadataDisplayInner.md | 19 ++ ...ortedCredentialMetadataDisplayInnerLogo.md | 16 ++ .../doc/UpdateIssuanceConfigInput.md | 20 +- ...WellKnownOpenIdCredentialIssuerResponse.md | 24 +-- ...IssuerResponseCredentialsSupportedInner.md | 17 ++ .../credential_issuance_client/lib/api.dart | 7 +- .../lib/api_client.dart | 14 +- .../model/create_issuance_config_input.dart | 4 +- .../model/credential_supported_object.dart | 145 +++++++++++++ .../lib/model/issuance_config_dto.dart | 4 +- .../model/supported_credential_metadata.dart | 108 ++++++++++ ...ted_credential_metadata_display_inner.dart | 177 ++++++++++++++++ ...redential_metadata_display_inner_logo.dart | 126 +++++++++++ .../model/update_issuance_config_input.dart | 4 +- ...wn_open_id_credential_issuer_response.dart | 4 +- ..._response_credentials_supported_inner.dart | 128 +++++++++++ .../credential_supported_object_test.dart | 45 ++++ ...tial_metadata_display_inner_logo_test.dart | 32 +++ ...redential_metadata_display_inner_test.dart | 47 +++++ .../supported_credential_metadata_test.dart | 27 +++ ...onse_credentials_supported_inner_test.dart | 40 ++++ .../.openapi-generator/FILES | 19 +- .../credential_issuance_client/README.md | 7 +- .../__init__.py | 7 +- .../models/__init__.py | 7 +- .../models/create_issuance_config_input.py | 6 +- .../models/credential_supported_object.py | 96 +++++++++ .../models/issuance_config_dto.py | 6 +- .../models/supported_credential_metadata.py | 92 ++++++++ ...orted_credential_metadata_display_inner.py | 96 +++++++++ ..._credential_metadata_display_inner_logo.py | 86 ++++++++ .../models/update_issuance_config_input.py | 6 +- ...nown_open_id_credential_issuer_response.py | 6 +- ...er_response_credentials_supported_inner.py | 76 +++++++ .../docs/CreateIssuanceConfigInput.md | 18 +- .../docs/CredentialSupportedObject.md | 30 +++ .../docs/IssuanceConfigDto.md | 28 +-- .../docs/SupportedCredentialMetadata.md | 27 +++ ...SupportedCredentialMetadataDisplayInner.md | 31 +++ ...ortedCredentialMetadataDisplayInnerLogo.md | 28 +++ .../docs/UpdateIssuanceConfigInput.md | 20 +- ...WellKnownOpenIdCredentialIssuerResponse.md | 24 +-- ...IssuerResponseCredentialsSupportedInner.md | 29 +++ .../test/test_credential_supported_object.py | 59 ++++++ .../test_supported_credential_metadata.py | 55 +++++ ...orted_credential_metadata_display_inner.py | 58 +++++ ..._credential_metadata_display_inner_logo.py | 55 +++++ ...er_response_credentials_supported_inner.py | 58 +++++ .../credential-issuance-client/api.ts | 198 +++++++++++++----- .../docs/.openapi-generator/FILES | 7 +- .../docs/Models/CreateIssuanceConfigInput.md | 18 +- .../docs/Models/CredentialSupportedObject.md | 12 ++ .../docs/Models/IssuanceConfigDto.md | 28 +-- .../Models/SupportedCredentialMetadata.md | 9 + ...pportedCredentialMetadata_display_inner.md | 13 ++ ...edCredentialMetadata_display_inner_logo.md | 10 + .../docs/Models/UpdateIssuanceConfigInput.md | 20 +- ...WellKnownOpenIdCredentialIssuerResponse.md | 24 +-- ...uerResponse_credentials_supported_inner.md | 11 + .../credential-issuance-client/docs/README.md | 7 +- .../credential-issuance-client/package.json | 2 +- package-lock.json | 18 +- 68 files changed, 2271 insertions(+), 249 deletions(-) create mode 100644 clients/dart/credential_issuance_client/doc/CredentialSupportedObject.md create mode 100644 clients/dart/credential_issuance_client/doc/SupportedCredentialMetadata.md create mode 100644 clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInner.md create mode 100644 clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInnerLogo.md create mode 100644 clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md create mode 100644 clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart create mode 100644 clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart create mode 100644 clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart create mode 100644 clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart create mode 100644 clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart create mode 100644 clients/dart/credential_issuance_client/test/credential_supported_object_test.dart create mode 100644 clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_logo_test.dart create mode 100644 clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_test.dart create mode 100644 clients/dart/credential_issuance_client/test/supported_credential_metadata_test.dart create mode 100644 clients/dart/credential_issuance_client/test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py create mode 100644 clients/python/credential_issuance_client/docs/CredentialSupportedObject.md create mode 100644 clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md create mode 100644 clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md create mode 100644 clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md create mode 100644 clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md create mode 100644 clients/python/credential_issuance_client/test/test_credential_supported_object.py create mode 100644 clients/python/credential_issuance_client/test/test_supported_credential_metadata.py create mode 100644 clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner.py create mode 100644 clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner_logo.py create mode 100644 clients/python/credential_issuance_client/test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py create mode 100644 clients/typescript/credential-issuance-client/docs/Models/CredentialSupportedObject.md create mode 100644 clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata.md create mode 100644 clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner.md create mode 100644 clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner_logo.md create mode 100644 clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md diff --git a/clients/dart/credential_issuance_client/.openapi-generator/FILES b/clients/dart/credential_issuance_client/.openapi-generator/FILES index 9929e1cf..6f225f06 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/FILES +++ b/clients/dart/credential_issuance_client/.openapi-generator/FILES @@ -11,7 +11,6 @@ doc/CorsGetWellKnownOpenIdCredentialIssuerOK.md doc/CreateCredentialInput.md doc/CreateIssuanceConfig400Response.md doc/CreateIssuanceConfigInput.md -doc/CreateIssuanceConfigInputCredentialSupportedInner.md doc/CredentialIssuanceIdExistError.md doc/CredentialOfferClaimedError.md doc/CredentialOfferExpiredError.md @@ -26,6 +25,7 @@ doc/CredentialResponseImmediate.md doc/CredentialResponseImmediateCNonceExpiresIn.md doc/CredentialResponseImmediateCredential.md doc/CredentialSubjectNotValidError.md +doc/CredentialSupportedObject.md doc/CredentialsApi.md doc/DeferredCredentialInput.md doc/GenerateCredentials400Response.md @@ -38,7 +38,6 @@ doc/InvalidParameterError.md doc/InvalidProofError.md doc/IssuanceApi.md doc/IssuanceConfigDto.md -doc/IssuanceConfigDtoCredentialSupportedInner.md doc/IssuanceConfigListResponse.md doc/IssuanceConfigMiniDto.md doc/IssuanceStateResponse.md @@ -54,10 +53,14 @@ doc/StartIssuanceInput.md doc/StartIssuanceInputDataInner.md doc/StartIssuanceInputDataInnerMetaData.md doc/StartIssuanceResponse.md +doc/SupportedCredentialMetadata.md +doc/SupportedCredentialMetadataDisplayInner.md +doc/SupportedCredentialMetadataDisplayInnerLogo.md doc/UpdateIssuanceConfigInput.md doc/VcClaimedError.md doc/WellKnownApi.md doc/WellKnownOpenIdCredentialIssuerResponse.md +doc/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md lib/api.dart lib/api/configuration_api.dart lib/api/credentials_api.dart @@ -80,7 +83,6 @@ lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart lib/model/create_credential_input.dart lib/model/create_issuance_config400_response.dart lib/model/create_issuance_config_input.dart -lib/model/create_issuance_config_input_credential_supported_inner.dart lib/model/credential_issuance_id_exist_error.dart lib/model/credential_offer_claimed_error.dart lib/model/credential_offer_expired_error.dart @@ -95,6 +97,7 @@ lib/model/credential_response_immediate.dart lib/model/credential_response_immediate_c_nonce_expires_in.dart lib/model/credential_response_immediate_credential.dart lib/model/credential_subject_not_valid_error.dart +lib/model/credential_supported_object.dart lib/model/deferred_credential_input.dart lib/model/generate_credentials400_response.dart lib/model/get_credential_offer400_response.dart @@ -105,7 +108,6 @@ lib/model/invalid_jwt_token_error.dart lib/model/invalid_parameter_error.dart lib/model/invalid_proof_error.dart lib/model/issuance_config_dto.dart -lib/model/issuance_config_dto_credential_supported_inner.dart lib/model/issuance_config_list_response.dart lib/model/issuance_config_mini_dto.dart lib/model/issuance_state_response.dart @@ -120,7 +122,16 @@ lib/model/start_issuance_input.dart lib/model/start_issuance_input_data_inner.dart lib/model/start_issuance_input_data_inner_meta_data.dart lib/model/start_issuance_response.dart +lib/model/supported_credential_metadata.dart +lib/model/supported_credential_metadata_display_inner.dart +lib/model/supported_credential_metadata_display_inner_logo.dart lib/model/update_issuance_config_input.dart lib/model/vc_claimed_error.dart lib/model/well_known_open_id_credential_issuer_response.dart +lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart pubspec.yaml +test/credential_supported_object_test.dart +test/supported_credential_metadata_display_inner_logo_test.dart +test/supported_credential_metadata_display_inner_test.dart +test/supported_credential_metadata_test.dart +test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart diff --git a/clients/dart/credential_issuance_client/README.md b/clients/dart/credential_issuance_client/README.md index 2f6e50d0..73c808d6 100644 --- a/clients/dart/credential_issuance_client/README.md +++ b/clients/dart/credential_issuance_client/README.md @@ -90,7 +90,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CreateCredentialInput](doc//CreateCredentialInput.md) - [CreateIssuanceConfig400Response](doc//CreateIssuanceConfig400Response.md) - [CreateIssuanceConfigInput](doc//CreateIssuanceConfigInput.md) -- [CreateIssuanceConfigInputCredentialSupportedInner](doc//CreateIssuanceConfigInputCredentialSupportedInner.md) - [CredentialIssuanceIdExistError](doc//CredentialIssuanceIdExistError.md) - [CredentialOfferClaimedError](doc//CredentialOfferClaimedError.md) - [CredentialOfferExpiredError](doc//CredentialOfferExpiredError.md) @@ -105,6 +104,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CredentialResponseImmediateCNonceExpiresIn](doc//CredentialResponseImmediateCNonceExpiresIn.md) - [CredentialResponseImmediateCredential](doc//CredentialResponseImmediateCredential.md) - [CredentialSubjectNotValidError](doc//CredentialSubjectNotValidError.md) +- [CredentialSupportedObject](doc//CredentialSupportedObject.md) - [DeferredCredentialInput](doc//DeferredCredentialInput.md) - [GenerateCredentials400Response](doc//GenerateCredentials400Response.md) - [GetCredentialOffer400Response](doc//GetCredentialOffer400Response.md) @@ -115,7 +115,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [InvalidParameterError](doc//InvalidParameterError.md) - [InvalidProofError](doc//InvalidProofError.md) - [IssuanceConfigDto](doc//IssuanceConfigDto.md) -- [IssuanceConfigDtoCredentialSupportedInner](doc//IssuanceConfigDtoCredentialSupportedInner.md) - [IssuanceConfigListResponse](doc//IssuanceConfigListResponse.md) - [IssuanceConfigMiniDto](doc//IssuanceConfigMiniDto.md) - [IssuanceStateResponse](doc//IssuanceStateResponse.md) @@ -130,9 +129,13 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [StartIssuanceInputDataInner](doc//StartIssuanceInputDataInner.md) - [StartIssuanceInputDataInnerMetaData](doc//StartIssuanceInputDataInnerMetaData.md) - [StartIssuanceResponse](doc//StartIssuanceResponse.md) +- [SupportedCredentialMetadata](doc//SupportedCredentialMetadata.md) +- [SupportedCredentialMetadataDisplayInner](doc//SupportedCredentialMetadataDisplayInner.md) +- [SupportedCredentialMetadataDisplayInnerLogo](doc//SupportedCredentialMetadataDisplayInnerLogo.md) - [UpdateIssuanceConfigInput](doc//UpdateIssuanceConfigInput.md) - [VcClaimedError](doc//VcClaimedError.md) - [WellKnownOpenIdCredentialIssuerResponse](doc//WellKnownOpenIdCredentialIssuerResponse.md) +- [WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner](doc//WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md) ## Documentation For Authorization diff --git a/clients/dart/credential_issuance_client/doc/CreateIssuanceConfigInput.md b/clients/dart/credential_issuance_client/doc/CreateIssuanceConfigInput.md index 7053f29a..678e2291 100644 --- a/clients/dart/credential_issuance_client/doc/CreateIssuanceConfigInput.md +++ b/clients/dart/credential_issuance_client/doc/CreateIssuanceConfigInput.md @@ -8,14 +8,14 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| --------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -| **name** | **String** | | [optional] | -| **description** | **String** | | [optional] | -| **issuerWalletId** | **String** | Issuer Wallet id | -| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] | -| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | -| **credentialSupported** | [**List**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | [default to const []] | -| **issuerMetadata** | [**Map**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] | +| Name | Type | Description | Notes | +| --------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **issuerWalletId** | **String** | Issuer Wallet id | +| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] | +| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | +| **credentialSupported** | [**List**](CredentialSupportedObject.md) | | [default to const []] | +| **issuerMetadata** | [**Map**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/CredentialSupportedObject.md b/clients/dart/credential_issuance_client/doc/CredentialSupportedObject.md new file mode 100644 index 00000000..b7ad07a4 --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/CredentialSupportedObject.md @@ -0,0 +1,18 @@ +# affinidi_tdk_credential_issuance_client.model.CredentialSupportedObject + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------- | +| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. | +| **jsonSchemaUrl** | **String** | credential jsonLdContextUrl | +| **jsonLdContextUrl** | **String** | credential jsonSchemaUrl | +| **metadata** | [**SupportedCredentialMetadata**](SupportedCredentialMetadata.md) | | [optional] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/IssuanceConfigDto.md b/clients/dart/credential_issuance_client/doc/IssuanceConfigDto.md index 052a0f23..e2bd402b 100644 --- a/clients/dart/credential_issuance_client/doc/IssuanceConfigDto.md +++ b/clients/dart/credential_issuance_client/doc/IssuanceConfigDto.md @@ -8,19 +8,19 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| --------------------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -| **id** | **String** | | [optional] | -| **name** | **String** | | [optional] | -| **description** | **String** | | [optional] | -| **issuerDid** | **String** | Issuer DID | [optional] | -| **issuerWalletId** | **String** | Issuer Wallet id | [optional] | -| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] | -| **cNonceDuration** | **int** | c_nonce duration in second | [optional] | -| **format** | **String** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | -| **issuerUri** | **String** | Issuer URI | [optional] | -| **credentialSupported** | [**List**](IssuanceConfigDtoCredentialSupportedInner.md) | | [optional] [default to const []] | -| **issuerMetadata** | [**Map**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] | -| **version** | **int** | | [optional] | +| Name | Type | Description | Notes | +| --------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | +| **id** | **String** | | [optional] | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **issuerDid** | **String** | Issuer DID | [optional] | +| **issuerWalletId** | **String** | Issuer Wallet id | [optional] | +| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] | +| **cNonceDuration** | **int** | c_nonce duration in second | [optional] | +| **format** | **String** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | +| **issuerUri** | **String** | Issuer URI | [optional] | +| **credentialSupported** | [**List**](CredentialSupportedObject.md) | | [optional] [default to const []] | +| **issuerMetadata** | [**Map**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] | +| **version** | **int** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadata.md b/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadata.md new file mode 100644 index 00000000..a176c586 --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadata.md @@ -0,0 +1,15 @@ +# affinidi_tdk_credential_issuance_client.model.SupportedCredentialMetadata + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ----------- | ----------------------------------------------------------------------------------------------- | ----------- | -------------------------------- | +| **display** | [**List**](SupportedCredentialMetadataDisplayInner.md) | | [optional] [default to const []] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInner.md b/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInner.md new file mode 100644 index 00000000..fd720eaa --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInner.md @@ -0,0 +1,19 @@ +# affinidi_tdk_credential_issuance_client.model.SupportedCredentialMetadataDisplayInner + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ------------------- | ------------------------------------------------------------------------------------------------- | ----------- | ---------- | +| **name** | **String** | | +| **locale** | **String** | | [optional] | +| **logo** | [**SupportedCredentialMetadataDisplayInnerLogo**](SupportedCredentialMetadataDisplayInnerLogo.md) | | [optional] | +| **backgroundColor** | **String** | | [optional] | +| **textColor** | **String** | | [optional] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInnerLogo.md b/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInnerLogo.md new file mode 100644 index 00000000..5c4f4baf --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/SupportedCredentialMetadataDisplayInnerLogo.md @@ -0,0 +1,16 @@ +# affinidi_tdk_credential_issuance_client.model.SupportedCredentialMetadataDisplayInnerLogo + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ----------- | ---------- | ----------- | ---------- | +| **url** | **String** | | +| **altText** | **String** | | [optional] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/UpdateIssuanceConfigInput.md b/clients/dart/credential_issuance_client/doc/UpdateIssuanceConfigInput.md index 2cfc6033..af2ac0e1 100644 --- a/clients/dart/credential_issuance_client/doc/UpdateIssuanceConfigInput.md +++ b/clients/dart/credential_issuance_client/doc/UpdateIssuanceConfigInput.md @@ -8,15 +8,15 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| --------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -| **name** | **String** | | [optional] | -| **description** | **String** | | [optional] | -| **issuerWalletId** | **String** | Issuer Wallet id | [optional] | -| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] | -| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | -| **issuerUri** | **String** | Issuer URI | [optional] | -| **credentialSupported** | [**List**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | [optional] [default to const []] | -| **issuerMetadata** | [**Map**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] | +| Name | Type | Description | Notes | +| --------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **issuerWalletId** | **String** | Issuer Wallet id | [optional] | +| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] | +| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | +| **issuerUri** | **String** | Issuer URI | [optional] | +| **credentialSupported** | [**List**](CredentialSupportedObject.md) | | [optional] [default to const []] | +| **issuerMetadata** | [**Map**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponse.md b/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponse.md index cf88b72a..29575ac7 100644 --- a/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponse.md +++ b/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponse.md @@ -8,17 +8,17 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------------------------------- | --------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- | -| **authorizationEndpoint** | **String** | | [optional] | -| **credentialEndpoint** | **String** | | [optional] | -| **credentialIssuer** | **String** | | [optional] | -| **credentialsSupported** | [**List**](IssuanceConfigDtoCredentialSupportedInner.md) | | [optional] [default to const []] | -| **deferredCredentialEndpoint** | **String** | | [optional] | -| **grantTypesSupported** | **List** | | [optional] [default to const []] | -| **jwksUri** | **String** | | [optional] | -| **scopesSupported** | **List** | | [optional] [default to const []] | -| **tokenEndpoint** | **String** | | [optional] | -| **tokenEndpointAuthMethodsSupported** | **List** | | [optional] [default to const []] | +| Name | Type | Description | Notes | +| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- | +| **authorizationEndpoint** | **String** | | [optional] | +| **credentialEndpoint** | **String** | | [optional] | +| **credentialIssuer** | **String** | | [optional] | +| **credentialsSupported** | [**List**](WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md) | | [optional] [default to const []] | +| **deferredCredentialEndpoint** | **String** | | [optional] | +| **grantTypesSupported** | **List** | | [optional] [default to const []] | +| **jwksUri** | **String** | | [optional] | +| **scopesSupported** | **List** | | [optional] [default to const []] | +| **tokenEndpoint** | **String** | | [optional] | +| **tokenEndpointAuthMethodsSupported** | **List** | | [optional] [default to const []] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md b/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md new file mode 100644 index 00000000..cf3149dd --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md @@ -0,0 +1,17 @@ +# affinidi_tdk_credential_issuance_client.model.WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ---------- | --------------------------------------------------------------------------------- | ----- | +| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. | +| **jsonSchemaUrl** | **String** | credential jsonLdContextUrl | +| **jsonLdContextUrl** | **String** | credential jsonSchemaUrl | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/lib/api.dart b/clients/dart/credential_issuance_client/lib/api.dart index 22882bd7..0e9fa3d0 100644 --- a/clients/dart/credential_issuance_client/lib/api.dart +++ b/clients/dart/credential_issuance_client/lib/api.dart @@ -42,7 +42,6 @@ part 'model/cors_get_well_known_open_id_credential_issuer_ok.dart'; part 'model/create_credential_input.dart'; part 'model/create_issuance_config400_response.dart'; part 'model/create_issuance_config_input.dart'; -part 'model/create_issuance_config_input_credential_supported_inner.dart'; part 'model/credential_issuance_id_exist_error.dart'; part 'model/credential_offer_claimed_error.dart'; part 'model/credential_offer_expired_error.dart'; @@ -57,6 +56,7 @@ part 'model/credential_response_immediate.dart'; part 'model/credential_response_immediate_c_nonce_expires_in.dart'; part 'model/credential_response_immediate_credential.dart'; part 'model/credential_subject_not_valid_error.dart'; +part 'model/credential_supported_object.dart'; part 'model/deferred_credential_input.dart'; part 'model/generate_credentials400_response.dart'; part 'model/get_credential_offer400_response.dart'; @@ -67,7 +67,6 @@ part 'model/invalid_jwt_token_error.dart'; part 'model/invalid_parameter_error.dart'; part 'model/invalid_proof_error.dart'; part 'model/issuance_config_dto.dart'; -part 'model/issuance_config_dto_credential_supported_inner.dart'; part 'model/issuance_config_list_response.dart'; part 'model/issuance_config_mini_dto.dart'; part 'model/issuance_state_response.dart'; @@ -82,9 +81,13 @@ part 'model/start_issuance_input.dart'; part 'model/start_issuance_input_data_inner.dart'; part 'model/start_issuance_input_data_inner_meta_data.dart'; part 'model/start_issuance_response.dart'; +part 'model/supported_credential_metadata.dart'; +part 'model/supported_credential_metadata_display_inner.dart'; +part 'model/supported_credential_metadata_display_inner_logo.dart'; part 'model/update_issuance_config_input.dart'; part 'model/vc_claimed_error.dart'; part 'model/well_known_open_id_credential_issuer_response.dart'; +part 'model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart'; /// An [ApiClient] instance that uses the default values obtained from diff --git a/clients/dart/credential_issuance_client/lib/api_client.dart b/clients/dart/credential_issuance_client/lib/api_client.dart index c89204aa..24f6cdb1 100644 --- a/clients/dart/credential_issuance_client/lib/api_client.dart +++ b/clients/dart/credential_issuance_client/lib/api_client.dart @@ -198,8 +198,6 @@ class ApiClient { return CreateIssuanceConfig400Response.fromJson(value); case 'CreateIssuanceConfigInput': return CreateIssuanceConfigInput.fromJson(value); - case 'CreateIssuanceConfigInputCredentialSupportedInner': - return CreateIssuanceConfigInputCredentialSupportedInner.fromJson(value); case 'CredentialIssuanceIdExistError': return CredentialIssuanceIdExistError.fromJson(value); case 'CredentialOfferClaimedError': @@ -228,6 +226,8 @@ class ApiClient { return CredentialResponseImmediateCredential.fromJson(value); case 'CredentialSubjectNotValidError': return CredentialSubjectNotValidError.fromJson(value); + case 'CredentialSupportedObject': + return CredentialSupportedObject.fromJson(value); case 'DeferredCredentialInput': return DeferredCredentialInput.fromJson(value); case 'GenerateCredentials400Response': @@ -248,8 +248,6 @@ class ApiClient { return InvalidProofError.fromJson(value); case 'IssuanceConfigDto': return IssuanceConfigDto.fromJson(value); - case 'IssuanceConfigDtoCredentialSupportedInner': - return IssuanceConfigDtoCredentialSupportedInner.fromJson(value); case 'IssuanceConfigListResponse': return IssuanceConfigListResponse.fromJson(value); case 'IssuanceConfigMiniDto': @@ -278,12 +276,20 @@ class ApiClient { return StartIssuanceInputDataInnerMetaData.fromJson(value); case 'StartIssuanceResponse': return StartIssuanceResponse.fromJson(value); + case 'SupportedCredentialMetadata': + return SupportedCredentialMetadata.fromJson(value); + case 'SupportedCredentialMetadataDisplayInner': + return SupportedCredentialMetadataDisplayInner.fromJson(value); + case 'SupportedCredentialMetadataDisplayInnerLogo': + return SupportedCredentialMetadataDisplayInnerLogo.fromJson(value); case 'UpdateIssuanceConfigInput': return UpdateIssuanceConfigInput.fromJson(value); case 'VcClaimedError': return VcClaimedError.fromJson(value); case 'WellKnownOpenIdCredentialIssuerResponse': return WellKnownOpenIdCredentialIssuerResponse.fromJson(value); + case 'WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner': + return WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.fromJson(value); default: dynamic match; if (value is List && (match = _regList.firstMatch(targetType)?.group(1)) != null) { diff --git a/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart b/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart index 2e9003bf..d262435e 100644 --- a/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart @@ -56,7 +56,7 @@ class CreateIssuanceConfigInput { /// String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type CreateIssuanceConfigInputFormatEnum? format; - List credentialSupported; + List credentialSupported; /// Issuer public information wallet may want to show to user during consent confirmation Map issuerMetadata; @@ -137,7 +137,7 @@ class CreateIssuanceConfigInput { issuerWalletId: mapValueOfType(json, r'issuerWalletId')!, credentialOfferDuration: mapValueOfType(json, r'credentialOfferDuration'), format: CreateIssuanceConfigInputFormatEnum.fromJson(json[r'format']), - credentialSupported: CreateIssuanceConfigInputCredentialSupportedInner.listFromJson(json[r'credentialSupported']), + credentialSupported: CredentialSupportedObject.listFromJson(json[r'credentialSupported']), issuerMetadata: mapCastOfType(json, r'issuerMetadata') ?? const {}, ); } diff --git a/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart b/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart new file mode 100644 index 00000000..a359e50d --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart @@ -0,0 +1,145 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class CredentialSupportedObject { + /// Returns a new [CredentialSupportedObject] instance. + CredentialSupportedObject({ + required this.credentialTypeId, + required this.jsonSchemaUrl, + required this.jsonLdContextUrl, + this.metadata, + }); + + /// It is a String that identifies a Credential that is being requested to be issued. + String credentialTypeId; + + /// credential jsonLdContextUrl + String jsonSchemaUrl; + + /// credential jsonSchemaUrl + String jsonLdContextUrl; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + SupportedCredentialMetadata? metadata; + + @override + bool operator ==(Object other) => identical(this, other) || other is CredentialSupportedObject && + other.credentialTypeId == credentialTypeId && + other.jsonSchemaUrl == jsonSchemaUrl && + other.jsonLdContextUrl == jsonLdContextUrl && + other.metadata == metadata; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (credentialTypeId.hashCode) + + (jsonSchemaUrl.hashCode) + + (jsonLdContextUrl.hashCode) + + (metadata == null ? 0 : metadata!.hashCode); + + @override + String toString() => 'CredentialSupportedObject[credentialTypeId=$credentialTypeId, jsonSchemaUrl=$jsonSchemaUrl, jsonLdContextUrl=$jsonLdContextUrl, metadata=$metadata]'; + + Map toJson() { + final json = {}; + json[r'credentialTypeId'] = this.credentialTypeId; + json[r'jsonSchemaUrl'] = this.jsonSchemaUrl; + json[r'jsonLdContextUrl'] = this.jsonLdContextUrl; + if (this.metadata != null) { + json[r'metadata'] = this.metadata; + } else { + json[r'metadata'] = null; + } + return json; + } + + /// Returns a new [CredentialSupportedObject] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static CredentialSupportedObject? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "CredentialSupportedObject[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "CredentialSupportedObject[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return CredentialSupportedObject( + credentialTypeId: mapValueOfType(json, r'credentialTypeId')!, + jsonSchemaUrl: mapValueOfType(json, r'jsonSchemaUrl')!, + jsonLdContextUrl: mapValueOfType(json, r'jsonLdContextUrl')!, + metadata: SupportedCredentialMetadata.fromJson(json[r'metadata']), + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = CredentialSupportedObject.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = CredentialSupportedObject.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of CredentialSupportedObject-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = CredentialSupportedObject.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'credentialTypeId', + 'jsonSchemaUrl', + 'jsonLdContextUrl', + }; +} + diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart b/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart index 451c1102..58b5676c 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart @@ -99,7 +99,7 @@ class IssuanceConfigDto { /// String? issuerUri; - List credentialSupported; + List credentialSupported; /// Issuer public information wallet may want to show to user during consent confirmation Map issuerMetadata; @@ -231,7 +231,7 @@ class IssuanceConfigDto { cNonceDuration: mapValueOfType(json, r'cNonceDuration'), format: IssuanceConfigDtoFormatEnum.fromJson(json[r'format']), issuerUri: mapValueOfType(json, r'issuerUri'), - credentialSupported: IssuanceConfigDtoCredentialSupportedInner.listFromJson(json[r'credentialSupported']), + credentialSupported: CredentialSupportedObject.listFromJson(json[r'credentialSupported']), issuerMetadata: mapCastOfType(json, r'issuerMetadata') ?? const {}, version: mapValueOfType(json, r'version'), ); diff --git a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart new file mode 100644 index 00000000..4d5535fe --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart @@ -0,0 +1,108 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class SupportedCredentialMetadata { + /// Returns a new [SupportedCredentialMetadata] instance. + SupportedCredentialMetadata({ + this.display = const [], + }); + + List display; + + @override + bool operator ==(Object other) => identical(this, other) || other is SupportedCredentialMetadata && + _deepEquality.equals(other.display, display); + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (display.hashCode); + + @override + String toString() => 'SupportedCredentialMetadata[display=$display]'; + + Map toJson() { + final json = {}; + json[r'display'] = this.display; + return json; + } + + /// Returns a new [SupportedCredentialMetadata] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static SupportedCredentialMetadata? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "SupportedCredentialMetadata[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "SupportedCredentialMetadata[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return SupportedCredentialMetadata( + display: SupportedCredentialMetadataDisplayInner.listFromJson(json[r'display']), + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SupportedCredentialMetadata.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = SupportedCredentialMetadata.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of SupportedCredentialMetadata-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = SupportedCredentialMetadata.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + }; +} + diff --git a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart new file mode 100644 index 00000000..9f784934 --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart @@ -0,0 +1,177 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class SupportedCredentialMetadataDisplayInner { + /// Returns a new [SupportedCredentialMetadataDisplayInner] instance. + SupportedCredentialMetadataDisplayInner({ + required this.name, + this.locale, + this.logo, + this.backgroundColor, + this.textColor, + }); + + String name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? locale; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + SupportedCredentialMetadataDisplayInnerLogo? logo; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? backgroundColor; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? textColor; + + @override + bool operator ==(Object other) => identical(this, other) || other is SupportedCredentialMetadataDisplayInner && + other.name == name && + other.locale == locale && + other.logo == logo && + other.backgroundColor == backgroundColor && + other.textColor == textColor; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (name.hashCode) + + (locale == null ? 0 : locale!.hashCode) + + (logo == null ? 0 : logo!.hashCode) + + (backgroundColor == null ? 0 : backgroundColor!.hashCode) + + (textColor == null ? 0 : textColor!.hashCode); + + @override + String toString() => 'SupportedCredentialMetadataDisplayInner[name=$name, locale=$locale, logo=$logo, backgroundColor=$backgroundColor, textColor=$textColor]'; + + Map toJson() { + final json = {}; + json[r'name'] = this.name; + if (this.locale != null) { + json[r'locale'] = this.locale; + } else { + json[r'locale'] = null; + } + if (this.logo != null) { + json[r'logo'] = this.logo; + } else { + json[r'logo'] = null; + } + if (this.backgroundColor != null) { + json[r'backgroundColor'] = this.backgroundColor; + } else { + json[r'backgroundColor'] = null; + } + if (this.textColor != null) { + json[r'textColor'] = this.textColor; + } else { + json[r'textColor'] = null; + } + return json; + } + + /// Returns a new [SupportedCredentialMetadataDisplayInner] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static SupportedCredentialMetadataDisplayInner? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "SupportedCredentialMetadataDisplayInner[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "SupportedCredentialMetadataDisplayInner[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return SupportedCredentialMetadataDisplayInner( + name: mapValueOfType(json, r'name')!, + locale: mapValueOfType(json, r'locale'), + logo: SupportedCredentialMetadataDisplayInnerLogo.fromJson(json[r'logo']), + backgroundColor: mapValueOfType(json, r'backgroundColor'), + textColor: mapValueOfType(json, r'textColor'), + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SupportedCredentialMetadataDisplayInner.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = SupportedCredentialMetadataDisplayInner.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of SupportedCredentialMetadataDisplayInner-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = SupportedCredentialMetadataDisplayInner.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'name', + }; +} + diff --git a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart new file mode 100644 index 00000000..a8c1a196 --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart @@ -0,0 +1,126 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class SupportedCredentialMetadataDisplayInnerLogo { + /// Returns a new [SupportedCredentialMetadataDisplayInnerLogo] instance. + SupportedCredentialMetadataDisplayInnerLogo({ + required this.url, + this.altText, + }); + + String url; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? altText; + + @override + bool operator ==(Object other) => identical(this, other) || other is SupportedCredentialMetadataDisplayInnerLogo && + other.url == url && + other.altText == altText; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (url.hashCode) + + (altText == null ? 0 : altText!.hashCode); + + @override + String toString() => 'SupportedCredentialMetadataDisplayInnerLogo[url=$url, altText=$altText]'; + + Map toJson() { + final json = {}; + json[r'url'] = this.url; + if (this.altText != null) { + json[r'altText'] = this.altText; + } else { + json[r'altText'] = null; + } + return json; + } + + /// Returns a new [SupportedCredentialMetadataDisplayInnerLogo] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static SupportedCredentialMetadataDisplayInnerLogo? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "SupportedCredentialMetadataDisplayInnerLogo[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "SupportedCredentialMetadataDisplayInnerLogo[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return SupportedCredentialMetadataDisplayInnerLogo( + url: mapValueOfType(json, r'url')!, + altText: mapValueOfType(json, r'altText'), + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SupportedCredentialMetadataDisplayInnerLogo.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = SupportedCredentialMetadataDisplayInnerLogo.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of SupportedCredentialMetadataDisplayInnerLogo-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = SupportedCredentialMetadataDisplayInnerLogo.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'url', + }; +} + diff --git a/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart b/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart index 313b0cdc..df345c2e 100644 --- a/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart @@ -72,7 +72,7 @@ class UpdateIssuanceConfigInput { /// String? issuerUri; - List credentialSupported; + List credentialSupported; /// Issuer public information wallet may want to show to user during consent confirmation Map issuerMetadata; @@ -165,7 +165,7 @@ class UpdateIssuanceConfigInput { credentialOfferDuration: mapValueOfType(json, r'credentialOfferDuration'), format: UpdateIssuanceConfigInputFormatEnum.fromJson(json[r'format']), issuerUri: mapValueOfType(json, r'issuerUri'), - credentialSupported: CreateIssuanceConfigInputCredentialSupportedInner.listFromJson(json[r'credentialSupported']), + credentialSupported: CredentialSupportedObject.listFromJson(json[r'credentialSupported']), issuerMetadata: mapCastOfType(json, r'issuerMetadata') ?? const {}, ); } diff --git a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart index 8f8236e1..ee6aff43 100644 --- a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart @@ -49,7 +49,7 @@ class WellKnownOpenIdCredentialIssuerResponse { /// String? credentialIssuer; - List credentialsSupported; + List credentialsSupported; /// /// Please note: This property should have been non-nullable! Since the specification file @@ -172,7 +172,7 @@ class WellKnownOpenIdCredentialIssuerResponse { authorizationEndpoint: mapValueOfType(json, r'authorization_endpoint'), credentialEndpoint: mapValueOfType(json, r'credential_endpoint'), credentialIssuer: mapValueOfType(json, r'credential_issuer'), - credentialsSupported: IssuanceConfigDtoCredentialSupportedInner.listFromJson(json[r'credentials_supported']), + credentialsSupported: WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.listFromJson(json[r'credentials_supported']), deferredCredentialEndpoint: mapValueOfType(json, r'deferred_credential_endpoint'), grantTypesSupported: WellKnownOpenIdCredentialIssuerResponseGrantTypesSupportedEnum.listFromJson(json[r'grant_types_supported']), jwksUri: mapValueOfType(json, r'jwks_uri'), diff --git a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart new file mode 100644 index 00000000..da12492d --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart @@ -0,0 +1,128 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner { + /// Returns a new [WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner] instance. + WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner({ + required this.credentialTypeId, + required this.jsonSchemaUrl, + required this.jsonLdContextUrl, + }); + + /// It is a String that identifies a Credential that is being requested to be issued. + String credentialTypeId; + + /// credential jsonLdContextUrl + String jsonSchemaUrl; + + /// credential jsonSchemaUrl + String jsonLdContextUrl; + + @override + bool operator ==(Object other) => identical(this, other) || other is WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner && + other.credentialTypeId == credentialTypeId && + other.jsonSchemaUrl == jsonSchemaUrl && + other.jsonLdContextUrl == jsonLdContextUrl; + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (credentialTypeId.hashCode) + + (jsonSchemaUrl.hashCode) + + (jsonLdContextUrl.hashCode); + + @override + String toString() => 'WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner[credentialTypeId=$credentialTypeId, jsonSchemaUrl=$jsonSchemaUrl, jsonLdContextUrl=$jsonLdContextUrl]'; + + Map toJson() { + final json = {}; + json[r'credentialTypeId'] = this.credentialTypeId; + json[r'jsonSchemaUrl'] = this.jsonSchemaUrl; + json[r'jsonLdContextUrl'] = this.jsonLdContextUrl; + return json; + } + + /// Returns a new [WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner( + credentialTypeId: mapValueOfType(json, r'credentialTypeId')!, + jsonSchemaUrl: mapValueOfType(json, r'jsonSchemaUrl')!, + jsonLdContextUrl: mapValueOfType(json, r'jsonLdContextUrl')!, + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'credentialTypeId', + 'jsonSchemaUrl', + 'jsonLdContextUrl', + }; +} + diff --git a/clients/dart/credential_issuance_client/test/credential_supported_object_test.dart b/clients/dart/credential_issuance_client/test/credential_supported_object_test.dart new file mode 100644 index 00000000..1f66b5d1 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/credential_supported_object_test.dart @@ -0,0 +1,45 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for CredentialSupportedObject +void main() { + // final instance = CredentialSupportedObject(); + + group('test CredentialSupportedObject', () { + // It is a String that identifies a Credential that is being requested to be issued. + // String credentialTypeId + test('to test the property `credentialTypeId`', () async { + // TODO + }); + + // credential jsonLdContextUrl + // String jsonSchemaUrl + test('to test the property `jsonSchemaUrl`', () async { + // TODO + }); + + // credential jsonSchemaUrl + // String jsonLdContextUrl + test('to test the property `jsonLdContextUrl`', () async { + // TODO + }); + + // SupportedCredentialMetadata metadata + test('to test the property `metadata`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_logo_test.dart b/clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_logo_test.dart new file mode 100644 index 00000000..e29ac479 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_logo_test.dart @@ -0,0 +1,32 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for SupportedCredentialMetadataDisplayInnerLogo +void main() { + // final instance = SupportedCredentialMetadataDisplayInnerLogo(); + + group('test SupportedCredentialMetadataDisplayInnerLogo', () { + // String url + test('to test the property `url`', () async { + // TODO + }); + + // String altText + test('to test the property `altText`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_test.dart b/clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_test.dart new file mode 100644 index 00000000..fb86c919 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/supported_credential_metadata_display_inner_test.dart @@ -0,0 +1,47 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for SupportedCredentialMetadataDisplayInner +void main() { + // final instance = SupportedCredentialMetadataDisplayInner(); + + group('test SupportedCredentialMetadataDisplayInner', () { + // String name + test('to test the property `name`', () async { + // TODO + }); + + // String locale + test('to test the property `locale`', () async { + // TODO + }); + + // SupportedCredentialMetadataDisplayInnerLogo logo + test('to test the property `logo`', () async { + // TODO + }); + + // String backgroundColor + test('to test the property `backgroundColor`', () async { + // TODO + }); + + // String textColor + test('to test the property `textColor`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/credential_issuance_client/test/supported_credential_metadata_test.dart b/clients/dart/credential_issuance_client/test/supported_credential_metadata_test.dart new file mode 100644 index 00000000..bd0708c4 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/supported_credential_metadata_test.dart @@ -0,0 +1,27 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for SupportedCredentialMetadata +void main() { + // final instance = SupportedCredentialMetadata(); + + group('test SupportedCredentialMetadata', () { + // List display (default value: const []) + test('to test the property `display`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/credential_issuance_client/test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart b/clients/dart/credential_issuance_client/test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart new file mode 100644 index 00000000..baa458a5 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart @@ -0,0 +1,40 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner +void main() { + // final instance = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner(); + + group('test WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner', () { + // It is a String that identifies a Credential that is being requested to be issued. + // String credentialTypeId + test('to test the property `credentialTypeId`', () async { + // TODO + }); + + // credential jsonLdContextUrl + // String jsonSchemaUrl + test('to test the property `jsonSchemaUrl`', () async { + // TODO + }); + + // credential jsonSchemaUrl + // String jsonLdContextUrl + test('to test the property `jsonLdContextUrl`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index 8acc55cf..7301e551 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -22,7 +22,6 @@ affinidi_tdk_credential_issuance_client/models/cors_get_well_known_open_id_crede affinidi_tdk_credential_issuance_client/models/create_credential_input.py affinidi_tdk_credential_issuance_client/models/create_issuance_config400_response.py affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py -affinidi_tdk_credential_issuance_client/models/create_issuance_config_input_credential_supported_inner.py affinidi_tdk_credential_issuance_client/models/credential_issuance_id_exist_error.py affinidi_tdk_credential_issuance_client/models/credential_offer_claimed_error.py affinidi_tdk_credential_issuance_client/models/credential_offer_expired_error.py @@ -37,6 +36,7 @@ affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py +affinidi_tdk_credential_issuance_client/models/credential_supported_object.py affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py affinidi_tdk_credential_issuance_client/models/get_credential_offer400_response.py @@ -47,7 +47,6 @@ affinidi_tdk_credential_issuance_client/models/invalid_jwt_token_error.py affinidi_tdk_credential_issuance_client/models/invalid_parameter_error.py affinidi_tdk_credential_issuance_client/models/invalid_proof_error.py affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py -affinidi_tdk_credential_issuance_client/models/issuance_config_dto_credential_supported_inner.py affinidi_tdk_credential_issuance_client/models/issuance_config_list_response.py affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py affinidi_tdk_credential_issuance_client/models/issuance_state_response.py @@ -62,9 +61,13 @@ affinidi_tdk_credential_issuance_client/models/start_issuance_input.py affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner.py affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner_meta_data.py affinidi_tdk_credential_issuance_client/models/start_issuance_response.py +affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py +affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py +affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py affinidi_tdk_credential_issuance_client/models/vc_claimed_error.py affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py +affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py affinidi_tdk_credential_issuance_client/py.typed affinidi_tdk_credential_issuance_client/rest.py docs/ActionForbiddenError.md @@ -76,7 +79,6 @@ docs/CorsGetWellKnownOpenIdCredentialIssuerOK.md docs/CreateCredentialInput.md docs/CreateIssuanceConfig400Response.md docs/CreateIssuanceConfigInput.md -docs/CreateIssuanceConfigInputCredentialSupportedInner.md docs/CredentialIssuanceIdExistError.md docs/CredentialOfferClaimedError.md docs/CredentialOfferExpiredError.md @@ -91,6 +93,7 @@ docs/CredentialResponseImmediate.md docs/CredentialResponseImmediateCNonceExpiresIn.md docs/CredentialResponseImmediateCredential.md docs/CredentialSubjectNotValidError.md +docs/CredentialSupportedObject.md docs/CredentialsApi.md docs/DeferredCredentialInput.md docs/GenerateCredentials400Response.md @@ -103,7 +106,6 @@ docs/InvalidParameterError.md docs/InvalidProofError.md docs/IssuanceApi.md docs/IssuanceConfigDto.md -docs/IssuanceConfigDtoCredentialSupportedInner.md docs/IssuanceConfigListResponse.md docs/IssuanceConfigMiniDto.md docs/IssuanceStateResponse.md @@ -119,14 +121,23 @@ docs/StartIssuanceInput.md docs/StartIssuanceInputDataInner.md docs/StartIssuanceInputDataInnerMetaData.md docs/StartIssuanceResponse.md +docs/SupportedCredentialMetadata.md +docs/SupportedCredentialMetadataDisplayInner.md +docs/SupportedCredentialMetadataDisplayInnerLogo.md docs/UpdateIssuanceConfigInput.md docs/VcClaimedError.md docs/WellKnownApi.md docs/WellKnownOpenIdCredentialIssuerResponse.md +docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md pyproject.toml requirements.txt setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_credential_supported_object.py +test/test_supported_credential_metadata.py +test/test_supported_credential_metadata_display_inner.py +test/test_supported_credential_metadata_display_inner_logo.py +test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py tox.ini diff --git a/clients/python/credential_issuance_client/README.md b/clients/python/credential_issuance_client/README.md index 0bf5a96a..ec4e1fcd 100644 --- a/clients/python/credential_issuance_client/README.md +++ b/clients/python/credential_issuance_client/README.md @@ -123,7 +123,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CreateCredentialInput](docs/CreateCredentialInput.md) - [CreateIssuanceConfig400Response](docs/CreateIssuanceConfig400Response.md) - [CreateIssuanceConfigInput](docs/CreateIssuanceConfigInput.md) -- [CreateIssuanceConfigInputCredentialSupportedInner](docs/CreateIssuanceConfigInputCredentialSupportedInner.md) - [CredentialIssuanceIdExistError](docs/CredentialIssuanceIdExistError.md) - [CredentialOfferClaimedError](docs/CredentialOfferClaimedError.md) - [CredentialOfferExpiredError](docs/CredentialOfferExpiredError.md) @@ -138,6 +137,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CredentialResponseImmediateCNonceExpiresIn](docs/CredentialResponseImmediateCNonceExpiresIn.md) - [CredentialResponseImmediateCredential](docs/CredentialResponseImmediateCredential.md) - [CredentialSubjectNotValidError](docs/CredentialSubjectNotValidError.md) +- [CredentialSupportedObject](docs/CredentialSupportedObject.md) - [DeferredCredentialInput](docs/DeferredCredentialInput.md) - [GenerateCredentials400Response](docs/GenerateCredentials400Response.md) - [GetCredentialOffer400Response](docs/GetCredentialOffer400Response.md) @@ -148,7 +148,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [InvalidParameterError](docs/InvalidParameterError.md) - [InvalidProofError](docs/InvalidProofError.md) - [IssuanceConfigDto](docs/IssuanceConfigDto.md) -- [IssuanceConfigDtoCredentialSupportedInner](docs/IssuanceConfigDtoCredentialSupportedInner.md) - [IssuanceConfigListResponse](docs/IssuanceConfigListResponse.md) - [IssuanceConfigMiniDto](docs/IssuanceConfigMiniDto.md) - [IssuanceStateResponse](docs/IssuanceStateResponse.md) @@ -163,9 +162,13 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [StartIssuanceInputDataInner](docs/StartIssuanceInputDataInner.md) - [StartIssuanceInputDataInnerMetaData](docs/StartIssuanceInputDataInnerMetaData.md) - [StartIssuanceResponse](docs/StartIssuanceResponse.md) +- [SupportedCredentialMetadata](docs/SupportedCredentialMetadata.md) +- [SupportedCredentialMetadataDisplayInner](docs/SupportedCredentialMetadataDisplayInner.md) +- [SupportedCredentialMetadataDisplayInnerLogo](docs/SupportedCredentialMetadataDisplayInnerLogo.md) - [UpdateIssuanceConfigInput](docs/UpdateIssuanceConfigInput.md) - [VcClaimedError](docs/VcClaimedError.md) - [WellKnownOpenIdCredentialIssuerResponse](docs/WellKnownOpenIdCredentialIssuerResponse.md) +- [WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner](docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md) diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py index 480f9fb8..f6fa4d96 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py @@ -44,7 +44,6 @@ from affinidi_tdk_credential_issuance_client.models.create_credential_input import CreateCredentialInput from affinidi_tdk_credential_issuance_client.models.create_issuance_config400_response import CreateIssuanceConfig400Response from affinidi_tdk_credential_issuance_client.models.create_issuance_config_input import CreateIssuanceConfigInput -from affinidi_tdk_credential_issuance_client.models.create_issuance_config_input_credential_supported_inner import CreateIssuanceConfigInputCredentialSupportedInner from affinidi_tdk_credential_issuance_client.models.credential_issuance_id_exist_error import CredentialIssuanceIdExistError from affinidi_tdk_credential_issuance_client.models.credential_offer_claimed_error import CredentialOfferClaimedError from affinidi_tdk_credential_issuance_client.models.credential_offer_expired_error import CredentialOfferExpiredError @@ -59,6 +58,7 @@ from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential from affinidi_tdk_credential_issuance_client.models.credential_subject_not_valid_error import CredentialSubjectNotValidError +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject from affinidi_tdk_credential_issuance_client.models.deferred_credential_input import DeferredCredentialInput from affinidi_tdk_credential_issuance_client.models.generate_credentials400_response import GenerateCredentials400Response from affinidi_tdk_credential_issuance_client.models.get_credential_offer400_response import GetCredentialOffer400Response @@ -69,7 +69,6 @@ from affinidi_tdk_credential_issuance_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_credential_issuance_client.models.invalid_proof_error import InvalidProofError from affinidi_tdk_credential_issuance_client.models.issuance_config_dto import IssuanceConfigDto -from affinidi_tdk_credential_issuance_client.models.issuance_config_dto_credential_supported_inner import IssuanceConfigDtoCredentialSupportedInner from affinidi_tdk_credential_issuance_client.models.issuance_config_list_response import IssuanceConfigListResponse from affinidi_tdk_credential_issuance_client.models.issuance_config_mini_dto import IssuanceConfigMiniDto from affinidi_tdk_credential_issuance_client.models.issuance_state_response import IssuanceStateResponse @@ -84,6 +83,10 @@ from affinidi_tdk_credential_issuance_client.models.start_issuance_input_data_inner import StartIssuanceInputDataInner from affinidi_tdk_credential_issuance_client.models.start_issuance_input_data_inner_meta_data import StartIssuanceInputDataInnerMetaData from affinidi_tdk_credential_issuance_client.models.start_issuance_response import StartIssuanceResponse +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata import SupportedCredentialMetadata +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner import SupportedCredentialMetadataDisplayInner +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner_logo import SupportedCredentialMetadataDisplayInnerLogo from affinidi_tdk_credential_issuance_client.models.update_issuance_config_input import UpdateIssuanceConfigInput from affinidi_tdk_credential_issuance_client.models.vc_claimed_error import VcClaimedError from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response import WellKnownOpenIdCredentialIssuerResponse +from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response_credentials_supported_inner import WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py index 3e7a209e..0a840c4a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py @@ -23,7 +23,6 @@ from affinidi_tdk_credential_issuance_client.models.create_credential_input import CreateCredentialInput from affinidi_tdk_credential_issuance_client.models.create_issuance_config400_response import CreateIssuanceConfig400Response from affinidi_tdk_credential_issuance_client.models.create_issuance_config_input import CreateIssuanceConfigInput -from affinidi_tdk_credential_issuance_client.models.create_issuance_config_input_credential_supported_inner import CreateIssuanceConfigInputCredentialSupportedInner from affinidi_tdk_credential_issuance_client.models.credential_issuance_id_exist_error import CredentialIssuanceIdExistError from affinidi_tdk_credential_issuance_client.models.credential_offer_claimed_error import CredentialOfferClaimedError from affinidi_tdk_credential_issuance_client.models.credential_offer_expired_error import CredentialOfferExpiredError @@ -38,6 +37,7 @@ from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential from affinidi_tdk_credential_issuance_client.models.credential_subject_not_valid_error import CredentialSubjectNotValidError +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject from affinidi_tdk_credential_issuance_client.models.deferred_credential_input import DeferredCredentialInput from affinidi_tdk_credential_issuance_client.models.generate_credentials400_response import GenerateCredentials400Response from affinidi_tdk_credential_issuance_client.models.get_credential_offer400_response import GetCredentialOffer400Response @@ -48,7 +48,6 @@ from affinidi_tdk_credential_issuance_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_credential_issuance_client.models.invalid_proof_error import InvalidProofError from affinidi_tdk_credential_issuance_client.models.issuance_config_dto import IssuanceConfigDto -from affinidi_tdk_credential_issuance_client.models.issuance_config_dto_credential_supported_inner import IssuanceConfigDtoCredentialSupportedInner from affinidi_tdk_credential_issuance_client.models.issuance_config_list_response import IssuanceConfigListResponse from affinidi_tdk_credential_issuance_client.models.issuance_config_mini_dto import IssuanceConfigMiniDto from affinidi_tdk_credential_issuance_client.models.issuance_state_response import IssuanceStateResponse @@ -63,6 +62,10 @@ from affinidi_tdk_credential_issuance_client.models.start_issuance_input_data_inner import StartIssuanceInputDataInner from affinidi_tdk_credential_issuance_client.models.start_issuance_input_data_inner_meta_data import StartIssuanceInputDataInnerMetaData from affinidi_tdk_credential_issuance_client.models.start_issuance_response import StartIssuanceResponse +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata import SupportedCredentialMetadata +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner import SupportedCredentialMetadataDisplayInner +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner_logo import SupportedCredentialMetadataDisplayInnerLogo from affinidi_tdk_credential_issuance_client.models.update_issuance_config_input import UpdateIssuanceConfigInput from affinidi_tdk_credential_issuance_client.models.vc_claimed_error import VcClaimedError from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response import WellKnownOpenIdCredentialIssuerResponse +from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response_credentials_supported_inner import WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py index c64edb01..b0a00c90 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py @@ -21,7 +21,7 @@ from typing import Any, Dict, List, Optional, Union from pydantic import BaseModel, Field, StrictStr, confloat, conint, conlist, validator -from affinidi_tdk_credential_issuance_client.models.create_issuance_config_input_credential_supported_inner import CreateIssuanceConfigInputCredentialSupportedInner +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject class CreateIssuanceConfigInput(BaseModel): """ @@ -32,7 +32,7 @@ class CreateIssuanceConfigInput(BaseModel): issuer_wallet_id: StrictStr = Field(..., alias="issuerWalletId", description="Issuer Wallet id") credential_offer_duration: Optional[Union[confloat(le=604801, ge=1, multiple_of=1, strict=True), conint(le=604801, ge=1, strict=True)]] = Field(None, alias="credentialOfferDuration", description="credential offer duration in second") format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type") - credential_supported: conlist(CreateIssuanceConfigInputCredentialSupportedInner) = Field(..., alias="credentialSupported") + credential_supported: conlist(CredentialSupportedObject) = Field(..., alias="credentialSupported") issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") __properties = ["name", "description", "issuerWalletId", "credentialOfferDuration", "format", "credentialSupported", "issuerMetadata"] @@ -94,7 +94,7 @@ def from_dict(cls, obj: dict) -> CreateIssuanceConfigInput: "issuer_wallet_id": obj.get("issuerWalletId"), "credential_offer_duration": obj.get("credentialOfferDuration"), "format": obj.get("format"), - "credential_supported": [CreateIssuanceConfigInputCredentialSupportedInner.from_dict(_item) for _item in obj.get("credentialSupported")] if obj.get("credentialSupported") is not None else None, + "credential_supported": [CredentialSupportedObject.from_dict(_item) for _item in obj.get("credentialSupported")] if obj.get("credentialSupported") is not None else None, "issuer_metadata": obj.get("issuerMetadata") }) return _obj diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py new file mode 100644 index 00000000..4081c61d --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py @@ -0,0 +1,96 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import Optional +from pydantic import BaseModel, Field, StrictStr, constr, validator +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata import SupportedCredentialMetadata + +class CredentialSupportedObject(BaseModel): + """ + CredentialSupportedObject + """ + credential_type_id: StrictStr = Field(..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") + json_schema_url: constr(strict=True) = Field(..., alias="jsonSchemaUrl", description="credential jsonLdContextUrl") + json_ld_context_url: constr(strict=True) = Field(..., alias="jsonLdContextUrl", description="credential jsonSchemaUrl") + metadata: Optional[SupportedCredentialMetadata] = None + __properties = ["credentialTypeId", "jsonSchemaUrl", "jsonLdContextUrl", "metadata"] + + @validator('json_schema_url') + def json_schema_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^https:\/\/(.+)\.json$", value): + raise ValueError(r"must validate the regular expression /^https:\/\/(.+)\.json$/") + return value + + @validator('json_ld_context_url') + def json_ld_context_url_validate_regular_expression(cls, value): + """Validates the regular expression""" + if not re.match(r"^https:\/\/(.+)\.jsonld$", value): + raise ValueError(r"must validate the regular expression /^https:\/\/(.+)\.jsonld$/") + return value + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> CredentialSupportedObject: + """Create an instance of CredentialSupportedObject from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of metadata + if self.metadata: + _dict['metadata'] = self.metadata.to_dict() + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> CredentialSupportedObject: + """Create an instance of CredentialSupportedObject from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return CredentialSupportedObject.parse_obj(obj) + + _obj = CredentialSupportedObject.parse_obj({ + "credential_type_id": obj.get("credentialTypeId"), + "json_schema_url": obj.get("jsonSchemaUrl"), + "json_ld_context_url": obj.get("jsonLdContextUrl"), + "metadata": SupportedCredentialMetadata.from_dict(obj.get("metadata")) if obj.get("metadata") is not None else None + }) + return _obj + + diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py index 2d3784c2..8a5eab3c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py @@ -21,7 +21,7 @@ from typing import Any, Dict, List, Optional, Union from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr, conlist, validator -from affinidi_tdk_credential_issuance_client.models.issuance_config_dto_credential_supported_inner import IssuanceConfigDtoCredentialSupportedInner +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject class IssuanceConfigDto(BaseModel): """ @@ -36,7 +36,7 @@ class IssuanceConfigDto(BaseModel): c_nonce_duration: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="cNonceDuration", description="c_nonce duration in second") format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type") issuer_uri: Optional[StrictStr] = Field(None, alias="issuerUri", description="Issuer URI") - credential_supported: Optional[conlist(IssuanceConfigDtoCredentialSupportedInner, min_items=1)] = Field(None, alias="credentialSupported") + credential_supported: Optional[conlist(CredentialSupportedObject, min_items=1)] = Field(None, alias="credentialSupported") issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") version: Optional[Union[StrictFloat, StrictInt]] = None __properties = ["id", "name", "description", "issuerDid", "issuerWalletId", "credentialOfferDuration", "cNonceDuration", "format", "issuerUri", "credentialSupported", "issuerMetadata", "version"] @@ -103,7 +103,7 @@ def from_dict(cls, obj: dict) -> IssuanceConfigDto: "c_nonce_duration": obj.get("cNonceDuration"), "format": obj.get("format"), "issuer_uri": obj.get("issuerUri"), - "credential_supported": [IssuanceConfigDtoCredentialSupportedInner.from_dict(_item) for _item in obj.get("credentialSupported")] if obj.get("credentialSupported") is not None else None, + "credential_supported": [CredentialSupportedObject.from_dict(_item) for _item in obj.get("credentialSupported")] if obj.get("credentialSupported") is not None else None, "issuer_metadata": obj.get("issuerMetadata"), "version": obj.get("version") }) diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py new file mode 100644 index 00000000..81f60c0e --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py @@ -0,0 +1,92 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import List, Optional +from pydantic import BaseModel, conlist +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner import SupportedCredentialMetadataDisplayInner + +class SupportedCredentialMetadata(BaseModel): + """ + SupportedCredentialMetadata + """ + display: Optional[conlist(SupportedCredentialMetadataDisplayInner)] = None + additional_properties: Dict[str, Any] = {} + __properties = ["display"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> SupportedCredentialMetadata: + """Create an instance of SupportedCredentialMetadata from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + "additional_properties" + }, + exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of each item in display (list) + _items = [] + if self.display: + for _item in self.display: + if _item: + _items.append(_item.to_dict()) + _dict['display'] = _items + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> SupportedCredentialMetadata: + """Create an instance of SupportedCredentialMetadata from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return SupportedCredentialMetadata.parse_obj(obj) + + _obj = SupportedCredentialMetadata.parse_obj({ + "display": [SupportedCredentialMetadataDisplayInner.from_dict(_item) for _item in obj.get("display")] if obj.get("display") is not None else None + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py new file mode 100644 index 00000000..9f40b989 --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py @@ -0,0 +1,96 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import Optional +from pydantic import BaseModel, Field, StrictStr, constr +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner_logo import SupportedCredentialMetadataDisplayInnerLogo + +class SupportedCredentialMetadataDisplayInner(BaseModel): + """ + SupportedCredentialMetadataDisplayInner + """ + name: constr(strict=True, max_length=64) = Field(...) + locale: Optional[constr(strict=True, max_length=16)] = None + logo: Optional[SupportedCredentialMetadataDisplayInnerLogo] = None + background_color: Optional[StrictStr] = Field(None, alias="backgroundColor") + text_color: Optional[StrictStr] = Field(None, alias="textColor") + additional_properties: Dict[str, Any] = {} + __properties = ["name", "locale", "logo", "backgroundColor", "textColor"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> SupportedCredentialMetadataDisplayInner: + """Create an instance of SupportedCredentialMetadataDisplayInner from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + "additional_properties" + }, + exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of logo + if self.logo: + _dict['logo'] = self.logo.to_dict() + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> SupportedCredentialMetadataDisplayInner: + """Create an instance of SupportedCredentialMetadataDisplayInner from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return SupportedCredentialMetadataDisplayInner.parse_obj(obj) + + _obj = SupportedCredentialMetadataDisplayInner.parse_obj({ + "name": obj.get("name"), + "locale": obj.get("locale"), + "logo": SupportedCredentialMetadataDisplayInnerLogo.from_dict(obj.get("logo")) if obj.get("logo") is not None else None, + "background_color": obj.get("backgroundColor"), + "text_color": obj.get("textColor") + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py new file mode 100644 index 00000000..85156836 --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py @@ -0,0 +1,86 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import Optional +from pydantic import BaseModel, Field, StrictStr + +class SupportedCredentialMetadataDisplayInnerLogo(BaseModel): + """ + SupportedCredentialMetadataDisplayInnerLogo + """ + url: StrictStr = Field(...) + alt_text: Optional[StrictStr] = Field(None, alias="altText") + additional_properties: Dict[str, Any] = {} + __properties = ["url", "altText"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> SupportedCredentialMetadataDisplayInnerLogo: + """Create an instance of SupportedCredentialMetadataDisplayInnerLogo from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + "additional_properties" + }, + exclude_none=True) + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> SupportedCredentialMetadataDisplayInnerLogo: + """Create an instance of SupportedCredentialMetadataDisplayInnerLogo from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return SupportedCredentialMetadataDisplayInnerLogo.parse_obj(obj) + + _obj = SupportedCredentialMetadataDisplayInnerLogo.parse_obj({ + "url": obj.get("url"), + "alt_text": obj.get("altText") + }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + + return _obj + + diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py index e58453d5..6e9399ee 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py @@ -21,7 +21,7 @@ from typing import Any, Dict, List, Optional, Union from pydantic import BaseModel, Field, StrictStr, confloat, conint, conlist, validator -from affinidi_tdk_credential_issuance_client.models.create_issuance_config_input_credential_supported_inner import CreateIssuanceConfigInputCredentialSupportedInner +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject class UpdateIssuanceConfigInput(BaseModel): """ @@ -33,7 +33,7 @@ class UpdateIssuanceConfigInput(BaseModel): credential_offer_duration: Optional[Union[confloat(le=604801, ge=1, multiple_of=1, strict=True), conint(le=604801, ge=1, strict=True)]] = Field(None, alias="credentialOfferDuration", description="credential offer duration in second") format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type") issuer_uri: Optional[StrictStr] = Field(None, alias="issuerUri", description="Issuer URI") - credential_supported: Optional[conlist(CreateIssuanceConfigInputCredentialSupportedInner)] = Field(None, alias="credentialSupported") + credential_supported: Optional[conlist(CredentialSupportedObject)] = Field(None, alias="credentialSupported") issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") __properties = ["name", "description", "issuerWalletId", "credentialOfferDuration", "format", "issuerUri", "credentialSupported", "issuerMetadata"] @@ -96,7 +96,7 @@ def from_dict(cls, obj: dict) -> UpdateIssuanceConfigInput: "credential_offer_duration": obj.get("credentialOfferDuration"), "format": obj.get("format"), "issuer_uri": obj.get("issuerUri"), - "credential_supported": [CreateIssuanceConfigInputCredentialSupportedInner.from_dict(_item) for _item in obj.get("credentialSupported")] if obj.get("credentialSupported") is not None else None, + "credential_supported": [CredentialSupportedObject.from_dict(_item) for _item in obj.get("credentialSupported")] if obj.get("credentialSupported") is not None else None, "issuer_metadata": obj.get("issuerMetadata") }) return _obj diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py index e4428a45..339e44b2 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py @@ -21,7 +21,7 @@ from typing import List, Optional from pydantic import BaseModel, StrictStr, conlist, validator -from affinidi_tdk_credential_issuance_client.models.issuance_config_dto_credential_supported_inner import IssuanceConfigDtoCredentialSupportedInner +from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response_credentials_supported_inner import WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner class WellKnownOpenIdCredentialIssuerResponse(BaseModel): """ @@ -30,7 +30,7 @@ class WellKnownOpenIdCredentialIssuerResponse(BaseModel): authorization_endpoint: Optional[StrictStr] = None credential_endpoint: Optional[StrictStr] = None credential_issuer: Optional[StrictStr] = None - credentials_supported: Optional[conlist(IssuanceConfigDtoCredentialSupportedInner)] = None + credentials_supported: Optional[conlist(WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner)] = None deferred_credential_endpoint: Optional[StrictStr] = None grant_types_supported: Optional[conlist(StrictStr)] = None jwks_uri: Optional[StrictStr] = None @@ -125,7 +125,7 @@ def from_dict(cls, obj: dict) -> WellKnownOpenIdCredentialIssuerResponse: "authorization_endpoint": obj.get("authorization_endpoint"), "credential_endpoint": obj.get("credential_endpoint"), "credential_issuer": obj.get("credential_issuer"), - "credentials_supported": [IssuanceConfigDtoCredentialSupportedInner.from_dict(_item) for _item in obj.get("credentials_supported")] if obj.get("credentials_supported") is not None else None, + "credentials_supported": [WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.from_dict(_item) for _item in obj.get("credentials_supported")] if obj.get("credentials_supported") is not None else None, "deferred_credential_endpoint": obj.get("deferred_credential_endpoint"), "grant_types_supported": obj.get("grant_types_supported"), "jwks_uri": obj.get("jwks_uri"), diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py new file mode 100644 index 00000000..c07716f9 --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py @@ -0,0 +1,76 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + + +from pydantic import BaseModel, Field, StrictStr + +class WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner(BaseModel): + """ + WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + """ + credential_type_id: StrictStr = Field(..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") + json_schema_url: StrictStr = Field(..., alias="jsonSchemaUrl", description="credential jsonLdContextUrl") + json_ld_context_url: StrictStr = Field(..., alias="jsonLdContextUrl", description="credential jsonSchemaUrl") + __properties = ["credentialTypeId", "jsonSchemaUrl", "jsonLdContextUrl"] + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner: + """Create an instance of WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner: + """Create an instance of WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.parse_obj(obj) + + _obj = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.parse_obj({ + "credential_type_id": obj.get("credentialTypeId"), + "json_schema_url": obj.get("jsonSchemaUrl"), + "json_ld_context_url": obj.get("jsonLdContextUrl") + }) + return _obj + + diff --git a/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md b/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md index 848ee301..1b545185 100644 --- a/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md +++ b/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md @@ -2,15 +2,15 @@ ## Properties -| Name | Type | Description | Notes | -| ----------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -| **name** | **str** | | [optional] | -| **description** | **str** | | [optional] | -| **issuer_wallet_id** | **str** | Issuer Wallet id | -| **credential_offer_duration** | **float** | credential offer duration in second | [optional] | -| **format** | **str** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | -| **credential_supported** | [**List[CreateIssuanceConfigInputCredentialSupportedInner]**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | -| **issuer_metadata** | **Dict[str, object]** | Issuer public information wallet may want to show to user during consent confirmation | [optional] | +| Name | Type | Description | Notes | +| ----------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **issuer_wallet_id** | **str** | Issuer Wallet id | +| **credential_offer_duration** | **float** | credential offer duration in second | [optional] | +| **format** | **str** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | +| **credential_supported** | [**List[CredentialSupportedObject]**](CredentialSupportedObject.md) | | +| **issuer_metadata** | **Dict[str, object]** | Issuer public information wallet may want to show to user during consent confirmation | [optional] | ## Example diff --git a/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md b/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md new file mode 100644 index 00000000..ba3535dd --- /dev/null +++ b/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md @@ -0,0 +1,30 @@ +# CredentialSupportedObject + +## Properties + +| Name | Type | Description | Notes | +| ----------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------- | +| **credential_type_id** | **str** | It is a String that identifies a Credential that is being requested to be issued. | +| **json_schema_url** | **str** | credential jsonLdContextUrl | +| **json_ld_context_url** | **str** | credential jsonSchemaUrl | +| **metadata** | [**SupportedCredentialMetadata**](SupportedCredentialMetadata.md) | | [optional] | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject + +# TODO update the JSON string below +json = "{}" +# create an instance of CredentialSupportedObject from a JSON string +credential_supported_object_instance = CredentialSupportedObject.from_json(json) +# print the JSON string representation of the object +print CredentialSupportedObject.to_json() + +# convert the object into a dict +credential_supported_object_dict = credential_supported_object_instance.to_dict() +# create an instance of CredentialSupportedObject from a dict +credential_supported_object_form_dict = credential_supported_object.from_dict(credential_supported_object_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md b/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md index 222548a6..265a05f8 100644 --- a/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md +++ b/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md @@ -2,20 +2,20 @@ ## Properties -| Name | Type | Description | Notes | -| ----------------------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -| **id** | **str** | | [optional] | -| **name** | **str** | | [optional] | -| **description** | **str** | | [optional] | -| **issuer_did** | **str** | Issuer DID | [optional] | -| **issuer_wallet_id** | **str** | Issuer Wallet id | [optional] | -| **credential_offer_duration** | **float** | credential offer duration in second | [optional] | -| **c_nonce_duration** | **float** | c_nonce duration in second | [optional] | -| **format** | **str** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | -| **issuer_uri** | **str** | Issuer URI | [optional] | -| **credential_supported** | [**List[IssuanceConfigDtoCredentialSupportedInner]**](IssuanceConfigDtoCredentialSupportedInner.md) | | [optional] | -| **issuer_metadata** | **Dict[str, object]** | Issuer public information wallet may want to show to user during consent confirmation | [optional] | -| **version** | **float** | | [optional] | +| Name | Type | Description | Notes | +| ----------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **id** | **str** | | [optional] | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **issuer_did** | **str** | Issuer DID | [optional] | +| **issuer_wallet_id** | **str** | Issuer Wallet id | [optional] | +| **credential_offer_duration** | **float** | credential offer duration in second | [optional] | +| **c_nonce_duration** | **float** | c_nonce duration in second | [optional] | +| **format** | **str** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | +| **issuer_uri** | **str** | Issuer URI | [optional] | +| **credential_supported** | [**List[CredentialSupportedObject]**](CredentialSupportedObject.md) | | [optional] | +| **issuer_metadata** | **Dict[str, object]** | Issuer public information wallet may want to show to user during consent confirmation | [optional] | +| **version** | **float** | | [optional] | ## Example diff --git a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md new file mode 100644 index 00000000..412d725a --- /dev/null +++ b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md @@ -0,0 +1,27 @@ +# SupportedCredentialMetadata + +## Properties + +| Name | Type | Description | Notes | +| ----------- | ----------------------------------------------------------------------------------------------- | ----------- | ---------- | +| **display** | [**List[SupportedCredentialMetadataDisplayInner]**](SupportedCredentialMetadataDisplayInner.md) | | [optional] | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata import SupportedCredentialMetadata + +# TODO update the JSON string below +json = "{}" +# create an instance of SupportedCredentialMetadata from a JSON string +supported_credential_metadata_instance = SupportedCredentialMetadata.from_json(json) +# print the JSON string representation of the object +print SupportedCredentialMetadata.to_json() + +# convert the object into a dict +supported_credential_metadata_dict = supported_credential_metadata_instance.to_dict() +# create an instance of SupportedCredentialMetadata from a dict +supported_credential_metadata_form_dict = supported_credential_metadata.from_dict(supported_credential_metadata_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md new file mode 100644 index 00000000..2f275119 --- /dev/null +++ b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md @@ -0,0 +1,31 @@ +# SupportedCredentialMetadataDisplayInner + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ------------------------------------------------------------------------------------------------- | ----------- | ---------- | +| **name** | **str** | | +| **locale** | **str** | | [optional] | +| **logo** | [**SupportedCredentialMetadataDisplayInnerLogo**](SupportedCredentialMetadataDisplayInnerLogo.md) | | [optional] | +| **background_color** | **str** | | [optional] | +| **text_color** | **str** | | [optional] | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner import SupportedCredentialMetadataDisplayInner + +# TODO update the JSON string below +json = "{}" +# create an instance of SupportedCredentialMetadataDisplayInner from a JSON string +supported_credential_metadata_display_inner_instance = SupportedCredentialMetadataDisplayInner.from_json(json) +# print the JSON string representation of the object +print SupportedCredentialMetadataDisplayInner.to_json() + +# convert the object into a dict +supported_credential_metadata_display_inner_dict = supported_credential_metadata_display_inner_instance.to_dict() +# create an instance of SupportedCredentialMetadataDisplayInner from a dict +supported_credential_metadata_display_inner_form_dict = supported_credential_metadata_display_inner.from_dict(supported_credential_metadata_display_inner_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md new file mode 100644 index 00000000..bad4d506 --- /dev/null +++ b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md @@ -0,0 +1,28 @@ +# SupportedCredentialMetadataDisplayInnerLogo + +## Properties + +| Name | Type | Description | Notes | +| ------------ | ------- | ----------- | ---------- | +| **url** | **str** | | +| **alt_text** | **str** | | [optional] | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner_logo import SupportedCredentialMetadataDisplayInnerLogo + +# TODO update the JSON string below +json = "{}" +# create an instance of SupportedCredentialMetadataDisplayInnerLogo from a JSON string +supported_credential_metadata_display_inner_logo_instance = SupportedCredentialMetadataDisplayInnerLogo.from_json(json) +# print the JSON string representation of the object +print SupportedCredentialMetadataDisplayInnerLogo.to_json() + +# convert the object into a dict +supported_credential_metadata_display_inner_logo_dict = supported_credential_metadata_display_inner_logo_instance.to_dict() +# create an instance of SupportedCredentialMetadataDisplayInnerLogo from a dict +supported_credential_metadata_display_inner_logo_form_dict = supported_credential_metadata_display_inner_logo.from_dict(supported_credential_metadata_display_inner_logo_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md b/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md index 56497c3e..aa83fc83 100644 --- a/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md +++ b/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md @@ -2,16 +2,16 @@ ## Properties -| Name | Type | Description | Notes | -| ----------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -| **name** | **str** | | [optional] | -| **description** | **str** | | [optional] | -| **issuer_wallet_id** | **str** | Issuer Wallet id | [optional] | -| **credential_offer_duration** | **float** | credential offer duration in second | [optional] | -| **format** | **str** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | -| **issuer_uri** | **str** | Issuer URI | [optional] | -| **credential_supported** | [**List[CreateIssuanceConfigInputCredentialSupportedInner]**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | [optional] | -| **issuer_metadata** | **Dict[str, object]** | Issuer public information wallet may want to show to user during consent confirmation | [optional] | +| Name | Type | Description | Notes | +| ----------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **issuer_wallet_id** | **str** | Issuer Wallet id | [optional] | +| **credential_offer_duration** | **float** | credential offer duration in second | [optional] | +| **format** | **str** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] | +| **issuer_uri** | **str** | Issuer URI | [optional] | +| **credential_supported** | [**List[CredentialSupportedObject]**](CredentialSupportedObject.md) | | [optional] | +| **issuer_metadata** | **Dict[str, object]** | Issuer public information wallet may want to show to user during consent confirmation | [optional] | ## Example diff --git a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md index 4c377142..0ed2db32 100644 --- a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md +++ b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md @@ -2,18 +2,18 @@ ## Properties -| Name | Type | Description | Notes | -| ----------------------------------------- | --------------------------------------------------------------------------------------------------- | ----------- | ---------- | -| **authorization_endpoint** | **str** | | [optional] | -| **credential_endpoint** | **str** | | [optional] | -| **credential_issuer** | **str** | | [optional] | -| **credentials_supported** | [**List[IssuanceConfigDtoCredentialSupportedInner]**](IssuanceConfigDtoCredentialSupportedInner.md) | | [optional] | -| **deferred_credential_endpoint** | **str** | | [optional] | -| **grant_types_supported** | **List[str]** | | [optional] | -| **jwks_uri** | **str** | | [optional] | -| **scopes_supported** | **List[str]** | | [optional] | -| **token_endpoint** | **str** | | [optional] | -| **token_endpoint_auth_methods_supported** | **List[str]** | | [optional] | +| Name | Type | Description | Notes | +| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ---------- | +| **authorization_endpoint** | **str** | | [optional] | +| **credential_endpoint** | **str** | | [optional] | +| **credential_issuer** | **str** | | [optional] | +| **credentials_supported** | [**List[WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner]**](WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md) | | [optional] | +| **deferred_credential_endpoint** | **str** | | [optional] | +| **grant_types_supported** | **List[str]** | | [optional] | +| **jwks_uri** | **str** | | [optional] | +| **scopes_supported** | **List[str]** | | [optional] | +| **token_endpoint** | **str** | | [optional] | +| **token_endpoint_auth_methods_supported** | **List[str]** | | [optional] | ## Example diff --git a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md new file mode 100644 index 00000000..eac649ae --- /dev/null +++ b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md @@ -0,0 +1,29 @@ +# WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + +## Properties + +| Name | Type | Description | Notes | +| ----------------------- | ------- | --------------------------------------------------------------------------------- | ----- | +| **credential_type_id** | **str** | It is a String that identifies a Credential that is being requested to be issued. | +| **json_schema_url** | **str** | credential jsonLdContextUrl | +| **json_ld_context_url** | **str** | credential jsonSchemaUrl | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response_credentials_supported_inner import WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + +# TODO update the JSON string below +json = "{}" +# create an instance of WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner from a JSON string +well_known_open_id_credential_issuer_response_credentials_supported_inner_instance = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.from_json(json) +# print the JSON string representation of the object +print WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.to_json() + +# convert the object into a dict +well_known_open_id_credential_issuer_response_credentials_supported_inner_dict = well_known_open_id_credential_issuer_response_credentials_supported_inner_instance.to_dict() +# create an instance of WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner from a dict +well_known_open_id_credential_issuer_response_credentials_supported_inner_form_dict = well_known_open_id_credential_issuer_response_credentials_supported_inner.from_dict(well_known_open_id_credential_issuer_response_credentials_supported_inner_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/test/test_credential_supported_object.py b/clients/python/credential_issuance_client/test/test_credential_supported_object.py new file mode 100644 index 00000000..7a0193d6 --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_credential_supported_object.py @@ -0,0 +1,59 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.credential_supported_object import CredentialSupportedObject # noqa: E501 + +class TestCredentialSupportedObject(unittest.TestCase): + """CredentialSupportedObject unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CredentialSupportedObject: + """Test CredentialSupportedObject + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CredentialSupportedObject` + """ + model = CredentialSupportedObject() # noqa: E501 + if include_optional: + return CredentialSupportedObject( + credential_type_id = '', + json_schema_url = 'https://j.json', + json_ld_context_url = 'https://j.jsonld', + metadata = { } + ) + else: + return CredentialSupportedObject( + credential_type_id = '', + json_schema_url = 'https://j.json', + json_ld_context_url = 'https://j.jsonld', + ) + """ + + def testCredentialSupportedObject(self): + """Test CredentialSupportedObject""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/credential_issuance_client/test/test_supported_credential_metadata.py b/clients/python/credential_issuance_client/test/test_supported_credential_metadata.py new file mode 100644 index 00000000..45df5d0b --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_supported_credential_metadata.py @@ -0,0 +1,55 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata import SupportedCredentialMetadata # noqa: E501 + +class TestSupportedCredentialMetadata(unittest.TestCase): + """SupportedCredentialMetadata unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SupportedCredentialMetadata: + """Test SupportedCredentialMetadata + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SupportedCredentialMetadata` + """ + model = SupportedCredentialMetadata() # noqa: E501 + if include_optional: + return SupportedCredentialMetadata( + display = [ + { } + ] + ) + else: + return SupportedCredentialMetadata( + ) + """ + + def testSupportedCredentialMetadata(self): + """Test SupportedCredentialMetadata""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner.py b/clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner.py new file mode 100644 index 00000000..5d0c956e --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner.py @@ -0,0 +1,58 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner import SupportedCredentialMetadataDisplayInner # noqa: E501 + +class TestSupportedCredentialMetadataDisplayInner(unittest.TestCase): + """SupportedCredentialMetadataDisplayInner unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SupportedCredentialMetadataDisplayInner: + """Test SupportedCredentialMetadataDisplayInner + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SupportedCredentialMetadataDisplayInner` + """ + model = SupportedCredentialMetadataDisplayInner() # noqa: E501 + if include_optional: + return SupportedCredentialMetadataDisplayInner( + name = '', + locale = '', + logo = { }, + background_color = '', + text_color = '' + ) + else: + return SupportedCredentialMetadataDisplayInner( + name = '', + ) + """ + + def testSupportedCredentialMetadataDisplayInner(self): + """Test SupportedCredentialMetadataDisplayInner""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner_logo.py b/clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner_logo.py new file mode 100644 index 00000000..2bd0cf18 --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_supported_credential_metadata_display_inner_logo.py @@ -0,0 +1,55 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.supported_credential_metadata_display_inner_logo import SupportedCredentialMetadataDisplayInnerLogo # noqa: E501 + +class TestSupportedCredentialMetadataDisplayInnerLogo(unittest.TestCase): + """SupportedCredentialMetadataDisplayInnerLogo unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SupportedCredentialMetadataDisplayInnerLogo: + """Test SupportedCredentialMetadataDisplayInnerLogo + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SupportedCredentialMetadataDisplayInnerLogo` + """ + model = SupportedCredentialMetadataDisplayInnerLogo() # noqa: E501 + if include_optional: + return SupportedCredentialMetadataDisplayInnerLogo( + url = '', + alt_text = '' + ) + else: + return SupportedCredentialMetadataDisplayInnerLogo( + url = '', + ) + """ + + def testSupportedCredentialMetadataDisplayInnerLogo(self): + """Test SupportedCredentialMetadataDisplayInnerLogo""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/credential_issuance_client/test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py b/clients/python/credential_issuance_client/test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py new file mode 100644 index 00000000..a9601dee --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py @@ -0,0 +1,58 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.well_known_open_id_credential_issuer_response_credentials_supported_inner import WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner # noqa: E501 + +class TestWellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner(unittest.TestCase): + """WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner: + """Test WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner` + """ + model = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner() # noqa: E501 + if include_optional: + return WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner( + credential_type_id = '', + json_schema_url = '', + json_ld_context_url = '' + ) + else: + return WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner( + credential_type_id = '', + json_schema_url = '', + json_ld_context_url = '', + ) + """ + + def testWellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner(self): + """Test WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/typescript/credential-issuance-client/api.ts b/clients/typescript/credential-issuance-client/api.ts index 3db0afc4..1a4446a5 100644 --- a/clients/typescript/credential-issuance-client/api.ts +++ b/clients/typescript/credential-issuance-client/api.ts @@ -235,10 +235,10 @@ export interface CreateIssuanceConfigInput { format?: CreateIssuanceConfigInputFormatEnum /** * - * @type {Array} + * @type {Array} * @memberof CreateIssuanceConfigInput */ - credentialSupported: Array + credentialSupported: Array /** * Issuer public information wallet may want to show to user during consent confirmation * @type {{ [key: string]: any; }} @@ -255,31 +255,6 @@ export const CreateIssuanceConfigInputFormatEnum = { export type CreateIssuanceConfigInputFormatEnum = (typeof CreateIssuanceConfigInputFormatEnum)[keyof typeof CreateIssuanceConfigInputFormatEnum] -/** - * - * @export - * @interface CreateIssuanceConfigInputCredentialSupportedInner - */ -export interface CreateIssuanceConfigInputCredentialSupportedInner { - /** - * It is a String that identifies a Credential that is being requested to be issued. - * @type {string} - * @memberof CreateIssuanceConfigInputCredentialSupportedInner - */ - credentialTypeId: string - /** - * credential jsonLdContextUrl - * @type {string} - * @memberof CreateIssuanceConfigInputCredentialSupportedInner - */ - jsonSchemaUrl: string - /** - * credential jsonSchemaUrl - * @type {string} - * @memberof CreateIssuanceConfigInputCredentialSupportedInner - */ - jsonLdContextUrl: string -} /** * * @export @@ -691,6 +666,37 @@ export const CredentialSubjectNotValidErrorHttpStatusCodeEnum = { export type CredentialSubjectNotValidErrorHttpStatusCodeEnum = (typeof CredentialSubjectNotValidErrorHttpStatusCodeEnum)[keyof typeof CredentialSubjectNotValidErrorHttpStatusCodeEnum] +/** + * + * @export + * @interface CredentialSupportedObject + */ +export interface CredentialSupportedObject { + /** + * It is a String that identifies a Credential that is being requested to be issued. + * @type {string} + * @memberof CredentialSupportedObject + */ + credentialTypeId: string + /** + * credential jsonLdContextUrl + * @type {string} + * @memberof CredentialSupportedObject + */ + jsonSchemaUrl: string + /** + * credential jsonSchemaUrl + * @type {string} + * @memberof CredentialSupportedObject + */ + jsonLdContextUrl: string + /** + * + * @type {SupportedCredentialMetadata} + * @memberof CredentialSupportedObject + */ + metadata?: SupportedCredentialMetadata +} /** * * @export @@ -1129,10 +1135,10 @@ export interface IssuanceConfigDto { issuerUri?: string /** * - * @type {Array} + * @type {Array} * @memberof IssuanceConfigDto */ - credentialSupported?: Array + credentialSupported?: Array /** * Issuer public information wallet may want to show to user during consent confirmation * @type {{ [key: string]: any; }} @@ -1155,31 +1161,6 @@ export const IssuanceConfigDtoFormatEnum = { export type IssuanceConfigDtoFormatEnum = (typeof IssuanceConfigDtoFormatEnum)[keyof typeof IssuanceConfigDtoFormatEnum] -/** - * - * @export - * @interface IssuanceConfigDtoCredentialSupportedInner - */ -export interface IssuanceConfigDtoCredentialSupportedInner { - /** - * It is a String that identifies a Credential that is being requested to be issued. - * @type {string} - * @memberof IssuanceConfigDtoCredentialSupportedInner - */ - credentialTypeId: string - /** - * credential jsonLdContextUrl - * @type {string} - * @memberof IssuanceConfigDtoCredentialSupportedInner - */ - jsonSchemaUrl: string - /** - * credential jsonSchemaUrl - * @type {string} - * @memberof IssuanceConfigDtoCredentialSupportedInner - */ - jsonLdContextUrl: string -} /** * * @export @@ -1677,6 +1658,81 @@ export interface StartIssuanceResponse { */ expiresIn: number } +/** + * + * @export + * @interface SupportedCredentialMetadata + */ +export interface SupportedCredentialMetadata { + [key: string]: any + + /** + * + * @type {Array} + * @memberof SupportedCredentialMetadata + */ + display?: Array +} +/** + * + * @export + * @interface SupportedCredentialMetadataDisplayInner + */ +export interface SupportedCredentialMetadataDisplayInner { + [key: string]: any + + /** + * + * @type {string} + * @memberof SupportedCredentialMetadataDisplayInner + */ + name: string + /** + * + * @type {string} + * @memberof SupportedCredentialMetadataDisplayInner + */ + locale?: string + /** + * + * @type {SupportedCredentialMetadataDisplayInnerLogo} + * @memberof SupportedCredentialMetadataDisplayInner + */ + logo?: SupportedCredentialMetadataDisplayInnerLogo + /** + * + * @type {string} + * @memberof SupportedCredentialMetadataDisplayInner + */ + backgroundColor?: string + /** + * + * @type {string} + * @memberof SupportedCredentialMetadataDisplayInner + */ + textColor?: string +} +/** + * + * @export + * @interface SupportedCredentialMetadataDisplayInnerLogo + */ +export interface SupportedCredentialMetadataDisplayInnerLogo { + [key: string]: any + + /** + * + * @type {string} + * @memberof SupportedCredentialMetadataDisplayInnerLogo + */ + url: string + /** + * + * @type {string} + * @memberof SupportedCredentialMetadataDisplayInnerLogo + */ + altText?: string +} /** * * @export @@ -1721,10 +1777,10 @@ export interface UpdateIssuanceConfigInput { issuerUri?: string /** * - * @type {Array} + * @type {Array} * @memberof UpdateIssuanceConfigInput */ - credentialSupported?: Array + credentialSupported?: Array /** * Issuer public information wallet may want to show to user during consent confirmation * @type {{ [key: string]: any; }} @@ -1827,10 +1883,10 @@ export interface WellKnownOpenIdCredentialIssuerResponse { credential_issuer?: string /** * - * @type {Array} + * @type {Array} * @memberof WellKnownOpenIdCredentialIssuerResponse */ - credentials_supported?: Array + credentials_supported?: Array /** * * @type {string} @@ -1893,6 +1949,32 @@ export const WellKnownOpenIdCredentialIssuerResponseTokenEndpointAuthMethodsSupp export type WellKnownOpenIdCredentialIssuerResponseTokenEndpointAuthMethodsSupportedEnum = (typeof WellKnownOpenIdCredentialIssuerResponseTokenEndpointAuthMethodsSupportedEnum)[keyof typeof WellKnownOpenIdCredentialIssuerResponseTokenEndpointAuthMethodsSupportedEnum] +/** + * + * @export + * @interface WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + */ +export interface WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner { + /** + * It is a String that identifies a Credential that is being requested to be issued. + * @type {string} + * @memberof WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + */ + credentialTypeId: string + /** + * credential jsonLdContextUrl + * @type {string} + * @memberof WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + */ + jsonSchemaUrl: string + /** + * credential jsonSchemaUrl + * @type {string} + * @memberof WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner + */ + jsonLdContextUrl: string +} + /** * ConfigurationApi - axios parameter creator * @export diff --git a/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES b/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES index 63b82f8c..98c878a9 100644 --- a/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES +++ b/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES @@ -10,7 +10,6 @@ Models/CorsGetCredentialOfferOK.md Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md Models/CreateCredentialInput.md Models/CreateIssuanceConfigInput.md -Models/CreateIssuanceConfigInput_credentialSupported_inner.md Models/CredentialIssuanceIdExistError.md Models/CredentialOfferClaimedError.md Models/CredentialOfferExpiredError.md @@ -25,6 +24,7 @@ Models/CredentialResponseImmediate.md Models/CredentialResponseImmediate_c_nonce_expires_in.md Models/CredentialResponseImmediate_credential.md Models/CredentialSubjectNotValidError.md +Models/CredentialSupportedObject.md Models/DeferredCredentialInput.md Models/InvalidCredentialRequestError.md Models/InvalidCredentialTypeError.md @@ -33,7 +33,6 @@ Models/InvalidJwtTokenError.md Models/InvalidParameterError.md Models/InvalidProofError.md Models/IssuanceConfigDto.md -Models/IssuanceConfigDto_credentialSupported_inner.md Models/IssuanceConfigListResponse.md Models/IssuanceConfigMiniDto.md Models/IssuanceStateResponse.md @@ -47,9 +46,13 @@ Models/StartIssuanceInput.md Models/StartIssuanceInput_data_inner.md Models/StartIssuanceInput_data_inner_metaData.md Models/StartIssuanceResponse.md +Models/SupportedCredentialMetadata.md +Models/SupportedCredentialMetadata_display_inner.md +Models/SupportedCredentialMetadata_display_inner_logo.md Models/UpdateIssuanceConfigInput.md Models/VcClaimedError.md Models/WellKnownOpenIdCredentialIssuerResponse.md +Models/WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md Models/createIssuanceConfig_400_response.md Models/generateCredentials_400_response.md Models/getCredentialOffer_400_response.md diff --git a/clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md b/clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md index c79114b0..53179307 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md +++ b/clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md @@ -2,14 +2,14 @@ ## Properties -| Name | Type | Description | Notes | -| --------------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -| **name** | **String** | | [optional] [default to null] | -| **description** | **String** | | [optional] [default to null] | -| **issuerWalletId** | **String** | Issuer Wallet id | [default to null] | -| **credentialOfferDuration** | **BigDecimal** | credential offer duration in second | [optional] [default to null] | -| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] [default to null] | -| **credentialSupported** | [**List**](CreateIssuanceConfigInput_credentialSupported_inner.md) | | [default to null] | -| **issuerMetadata** | [**Map**](AnyType.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to null] | +| Name | Type | Description | Notes | +| --------------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **issuerWalletId** | **String** | Issuer Wallet id | [default to null] | +| **credentialOfferDuration** | **BigDecimal** | credential offer duration in second | [optional] [default to null] | +| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] [default to null] | +| **credentialSupported** | [**List**](CredentialSupportedObject.md) | | [default to null] | +| **issuerMetadata** | [**Map**](AnyType.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/CredentialSupportedObject.md b/clients/typescript/credential-issuance-client/docs/Models/CredentialSupportedObject.md new file mode 100644 index 00000000..2641d5e5 --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/CredentialSupportedObject.md @@ -0,0 +1,12 @@ +# CredentialSupportedObject + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------- | +| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. | [default to null] | +| **jsonSchemaUrl** | **String** | credential jsonLdContextUrl | [default to null] | +| **jsonLdContextUrl** | **String** | credential jsonSchemaUrl | [default to null] | +| **metadata** | [**SupportedCredentialMetadata**](SupportedCredentialMetadata.md) | | [optional] [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md b/clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md index 3954fe91..330f0b05 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md +++ b/clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md @@ -2,19 +2,19 @@ ## Properties -| Name | Type | Description | Notes | -| --------------------------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -| **id** | **String** | | [optional] [default to null] | -| **name** | **String** | | [optional] [default to null] | -| **description** | **String** | | [optional] [default to null] | -| **issuerDid** | **String** | Issuer DID | [optional] [default to null] | -| **issuerWalletId** | **String** | Issuer Wallet id | [optional] [default to null] | -| **credentialOfferDuration** | **BigDecimal** | credential offer duration in second | [optional] [default to null] | -| **cNonceDuration** | **BigDecimal** | c_nonce duration in second | [optional] [default to null] | -| **format** | **String** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] [default to null] | -| **issuerUri** | **String** | Issuer URI | [optional] [default to null] | -| **credentialSupported** | [**List**](IssuanceConfigDto_credentialSupported_inner.md) | | [optional] [default to null] | -| **issuerMetadata** | [**Map**](AnyType.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to null] | -| **version** | **BigDecimal** | | [optional] [default to null] | +| Name | Type | Description | Notes | +| --------------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| **id** | **String** | | [optional] [default to null] | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **issuerDid** | **String** | Issuer DID | [optional] [default to null] | +| **issuerWalletId** | **String** | Issuer Wallet id | [optional] [default to null] | +| **credentialOfferDuration** | **BigDecimal** | credential offer duration in second | [optional] [default to null] | +| **cNonceDuration** | **BigDecimal** | c_nonce duration in second | [optional] [default to null] | +| **format** | **String** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] [default to null] | +| **issuerUri** | **String** | Issuer URI | [optional] [default to null] | +| **credentialSupported** | [**List**](CredentialSupportedObject.md) | | [optional] [default to null] | +| **issuerMetadata** | [**Map**](AnyType.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to null] | +| **version** | **BigDecimal** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata.md b/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata.md new file mode 100644 index 00000000..b2d0269f --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata.md @@ -0,0 +1,9 @@ +# SupportedCredentialMetadata + +## Properties + +| Name | Type | Description | Notes | +| ----------- | -------------------------------------------------------- | ----------- | ---------------------------- | +| **display** | [**List**](SupportedCredentialMetadata_display_inner.md) | | [optional] [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner.md b/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner.md new file mode 100644 index 00000000..4d2a1cc0 --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner.md @@ -0,0 +1,13 @@ +# SupportedCredentialMetadata_display_inner + +## Properties + +| Name | Type | Description | Notes | +| ------------------- | ------------------------------------------------------------------------------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [default to null] | +| **locale** | **String** | | [optional] [default to null] | +| **logo** | [**SupportedCredentialMetadata_display_inner_logo**](SupportedCredentialMetadata_display_inner_logo.md) | | [optional] [default to null] | +| **backgroundColor** | **String** | | [optional] [default to null] | +| **textColor** | **String** | | [optional] [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner_logo.md b/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner_logo.md new file mode 100644 index 00000000..54454292 --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/SupportedCredentialMetadata_display_inner_logo.md @@ -0,0 +1,10 @@ +# SupportedCredentialMetadata_display_inner_logo + +## Properties + +| Name | Type | Description | Notes | +| ----------- | ---------- | ----------- | ---------------------------- | +| **url** | **String** | | [default to null] | +| **altText** | **String** | | [optional] [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md b/clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md index 6c3c8c9e..b0ed775f 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md +++ b/clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md @@ -2,15 +2,15 @@ ## Properties -| Name | Type | Description | Notes | -| --------------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -| **name** | **String** | | [optional] [default to null] | -| **description** | **String** | | [optional] [default to null] | -| **issuerWalletId** | **String** | Issuer Wallet id | [optional] [default to null] | -| **credentialOfferDuration** | **BigDecimal** | credential offer duration in second | [optional] [default to null] | -| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] [default to null] | -| **issuerUri** | **String** | Issuer URI | [optional] [default to null] | -| **credentialSupported** | [**List**](CreateIssuanceConfigInput_credentialSupported_inner.md) | | [optional] [default to null] | -| **issuerMetadata** | [**Map**](AnyType.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to null] | +| Name | Type | Description | Notes | +| --------------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **issuerWalletId** | **String** | Issuer Wallet id | [optional] [default to null] | +| **credentialOfferDuration** | **BigDecimal** | credential offer duration in second | [optional] [default to null] | +| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] [default to null] | +| **issuerUri** | **String** | Issuer URI | [optional] [default to null] | +| **credentialSupported** | [**List**](CredentialSupportedObject.md) | | [optional] [default to null] | +| **issuerMetadata** | [**Map**](AnyType.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md b/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md index 7d2d46d0..03783a5e 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md +++ b/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md @@ -2,17 +2,17 @@ ## Properties -| Name | Type | Description | Notes | -| ----------------------------------------- | ---------------------------------------------------------- | ----------- | ---------------------------- | -| **authorization_endpoint** | **String** | | [optional] [default to null] | -| **credential_endpoint** | **String** | | [optional] [default to null] | -| **credential_issuer** | **String** | | [optional] [default to null] | -| **credentials_supported** | [**List**](IssuanceConfigDto_credentialSupported_inner.md) | | [optional] [default to null] | -| **deferred_credential_endpoint** | **String** | | [optional] [default to null] | -| **grant_types_supported** | **List** | | [optional] [default to null] | -| **jwks_uri** | **String** | | [optional] [default to null] | -| **scopes_supported** | **List** | | [optional] [default to null] | -| **token_endpoint** | **String** | | [optional] [default to null] | -| **token_endpoint_auth_methods_supported** | **List** | | [optional] [default to null] | +| Name | Type | Description | Notes | +| ----------------------------------------- | ---------------------------------------------------------------------------------- | ----------- | ---------------------------- | +| **authorization_endpoint** | **String** | | [optional] [default to null] | +| **credential_endpoint** | **String** | | [optional] [default to null] | +| **credential_issuer** | **String** | | [optional] [default to null] | +| **credentials_supported** | [**List**](WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md) | | [optional] [default to null] | +| **deferred_credential_endpoint** | **String** | | [optional] [default to null] | +| **grant_types_supported** | **List** | | [optional] [default to null] | +| **jwks_uri** | **String** | | [optional] [default to null] | +| **scopes_supported** | **List** | | [optional] [default to null] | +| **token_endpoint** | **String** | | [optional] [default to null] | +| **token_endpoint_auth_methods_supported** | **List** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md b/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md new file mode 100644 index 00000000..695b2958 --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md @@ -0,0 +1,11 @@ +# WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ---------- | --------------------------------------------------------------------------------- | ----------------- | +| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. | [default to null] | +| **jsonSchemaUrl** | **String** | credential jsonLdContextUrl | [default to null] | +| **jsonLdContextUrl** | **String** | credential jsonSchemaUrl | [default to null] | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/README.md b/clients/typescript/credential-issuance-client/docs/README.md index ff7ec365..3dd0d2be 100644 --- a/clients/typescript/credential-issuance-client/docs/README.md +++ b/clients/typescript/credential-issuance-client/docs/README.md @@ -31,7 +31,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CorsGetWellKnownOpenIdCredentialIssuerOK](./Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md) - [CreateCredentialInput](./Models/CreateCredentialInput.md) - [CreateIssuanceConfigInput](./Models/CreateIssuanceConfigInput.md) -- [CreateIssuanceConfigInput_credentialSupported_inner](./Models/CreateIssuanceConfigInput_credentialSupported_inner.md) - [CredentialIssuanceIdExistError](./Models/CredentialIssuanceIdExistError.md) - [CredentialOfferClaimedError](./Models/CredentialOfferClaimedError.md) - [CredentialOfferExpiredError](./Models/CredentialOfferExpiredError.md) @@ -46,6 +45,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CredentialResponseImmediate_c_nonce_expires_in](./Models/CredentialResponseImmediate_c_nonce_expires_in.md) - [CredentialResponseImmediate_credential](./Models/CredentialResponseImmediate_credential.md) - [CredentialSubjectNotValidError](./Models/CredentialSubjectNotValidError.md) +- [CredentialSupportedObject](./Models/CredentialSupportedObject.md) - [DeferredCredentialInput](./Models/DeferredCredentialInput.md) - [InvalidCredentialRequestError](./Models/InvalidCredentialRequestError.md) - [InvalidCredentialTypeError](./Models/InvalidCredentialTypeError.md) @@ -54,7 +54,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [InvalidParameterError](./Models/InvalidParameterError.md) - [InvalidProofError](./Models/InvalidProofError.md) - [IssuanceConfigDto](./Models/IssuanceConfigDto.md) -- [IssuanceConfigDto_credentialSupported_inner](./Models/IssuanceConfigDto_credentialSupported_inner.md) - [IssuanceConfigListResponse](./Models/IssuanceConfigListResponse.md) - [IssuanceConfigMiniDto](./Models/IssuanceConfigMiniDto.md) - [IssuanceStateResponse](./Models/IssuanceStateResponse.md) @@ -68,9 +67,13 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [StartIssuanceInput_data_inner](./Models/StartIssuanceInput_data_inner.md) - [StartIssuanceInput_data_inner_metaData](./Models/StartIssuanceInput_data_inner_metaData.md) - [StartIssuanceResponse](./Models/StartIssuanceResponse.md) +- [SupportedCredentialMetadata](./Models/SupportedCredentialMetadata.md) +- [SupportedCredentialMetadata_display_inner](./Models/SupportedCredentialMetadata_display_inner.md) +- [SupportedCredentialMetadata_display_inner_logo](./Models/SupportedCredentialMetadata_display_inner_logo.md) - [UpdateIssuanceConfigInput](./Models/UpdateIssuanceConfigInput.md) - [VcClaimedError](./Models/VcClaimedError.md) - [WellKnownOpenIdCredentialIssuerResponse](./Models/WellKnownOpenIdCredentialIssuerResponse.md) +- [WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner](./Models/WellKnownOpenIdCredentialIssuerResponse_credentials_supported_inner.md) - [createIssuanceConfig_400_response](./Models/createIssuanceConfig_400_response.md) - [generateCredentials_400_response](./Models/generateCredentials_400_response.md) - [getCredentialOffer_400_response](./Models/getCredentialOffer_400_response.md) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 67dda780..25331adc 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.17.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { diff --git a/package-lock.json b/package-lock.json index bfb4962c..c3412a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.0.0", + "version": "1.17.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -111,7 +111,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.0.0", + "version": "1.17.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -145,7 +145,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.0.0", + "version": "1.13.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -179,7 +179,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.0.0", + "version": "1.19.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -213,7 +213,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.0.0", + "version": "1.16.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -247,7 +247,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.6.0", + "version": "1.7.1", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -423,7 +423,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.6.0", + "version": "1.8.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -22682,7 +22682,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.16.0", + "version": "1.17.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22902,7 +22902,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.8.0", + "version": "1.9.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", From 87513dd6c46dc2c11ecb5817efdefbcdd2270951 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:22:47 +0000 Subject: [PATCH 32/77] chore(release): @affinidi-tdk/common-v1.10.0 [skip ci] # [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.9.0...@affinidi-tdk/common-v1.10.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- packages/common/CHANGELOG.md | 7 +++++++ packages/common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 5e3d7838..49f8e72b 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.9.0...@affinidi-tdk/common-v1.10.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.8.0...@affinidi-tdk/common-v1.9.0) (2024-08-14) diff --git a/packages/common/package.json b/packages/common/package.json index 92cf1f28..f1b53e4c 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/common", - "version": "1.9.0", + "version": "1.10.0", "description": "Affinidi TDK Common library with shared utils", "author": "Affinidi", "repository": { From 883b1a7d636058a9d1499555c985f41582955b2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:23:43 +0000 Subject: [PATCH 33/77] chore(release): @affinidi-tdk/iota-client-v1.14.0 [skip ci] # [1.14.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.13.0...@affinidi-tdk/iota-client-v1.14.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- clients/typescript/iota-client/CHANGELOG.md | 7 +++++++ clients/typescript/iota-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iota-client/CHANGELOG.md b/clients/typescript/iota-client/CHANGELOG.md index aa974d46..8e823858 100644 --- a/clients/typescript/iota-client/CHANGELOG.md +++ b/clients/typescript/iota-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.13.0...@affinidi-tdk/iota-client-v1.14.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.13.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.12.0...@affinidi-tdk/iota-client-v1.13.0) (2024-08-14) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 7cfbf2f4..d0262765 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.13.0", + "version": "1.14.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { From 9379a3edb6c0259ca0cc04858ada003e8a24f2df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:24:40 +0000 Subject: [PATCH 34/77] chore(release): @affinidi-tdk/credential-verification-client-v1.18.0 [skip ci] # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.17.0...@affinidi-tdk/credential-verification-client-v1.18.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- .../typescript/credential-verification-client/CHANGELOG.md | 7 +++++++ .../typescript/credential-verification-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-verification-client/CHANGELOG.md b/clients/typescript/credential-verification-client/CHANGELOG.md index b714c73e..84d01b6c 100644 --- a/clients/typescript/credential-verification-client/CHANGELOG.md +++ b/clients/typescript/credential-verification-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.17.0...@affinidi-tdk/credential-verification-client-v1.18.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.16.0...@affinidi-tdk/credential-verification-client-v1.17.0) (2024-08-14) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index c9eb29af..c36a5d8e 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.17.0", + "version": "1.18.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { From 60816556b94e3f2f6af7c92a9478e1d9b96cf54e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:25:36 +0000 Subject: [PATCH 35/77] chore(release): @affinidi-tdk/credential-issuance-client-v1.18.0 [skip ci] # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.17.0...@affinidi-tdk/credential-issuance-client-v1.18.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- clients/typescript/credential-issuance-client/CHANGELOG.md | 7 +++++++ clients/typescript/credential-issuance-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-issuance-client/CHANGELOG.md b/clients/typescript/credential-issuance-client/CHANGELOG.md index 853e343a..f7939744 100644 --- a/clients/typescript/credential-issuance-client/CHANGELOG.md +++ b/clients/typescript/credential-issuance-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.17.0...@affinidi-tdk/credential-issuance-client-v1.18.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.16.0...@affinidi-tdk/credential-issuance-client-v1.17.0) (2024-08-14) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 25331adc..012201f6 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.0.0", + "version": "1.18.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { From c72bd846b021e8712d362e64940a847fec20fa13 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:26:33 +0000 Subject: [PATCH 36/77] chore(release): @affinidi-tdk/login-configuration-client-v1.20.0 [skip ci] # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.19.0...@affinidi-tdk/login-configuration-client-v1.20.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- clients/typescript/login-configuration-client/CHANGELOG.md | 7 +++++++ clients/typescript/login-configuration-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/login-configuration-client/CHANGELOG.md b/clients/typescript/login-configuration-client/CHANGELOG.md index 7b50e02c..e79b4278 100644 --- a/clients/typescript/login-configuration-client/CHANGELOG.md +++ b/clients/typescript/login-configuration-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.19.0...@affinidi-tdk/login-configuration-client-v1.20.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.18.0...@affinidi-tdk/login-configuration-client-v1.19.0) (2024-08-14) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 2b7e9ec8..81f85061 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.19.0", + "version": "1.20.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { From d3e2c07fe6a5a7aa05a7fd4614a9b9096af7f799 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:27:29 +0000 Subject: [PATCH 37/77] chore(release): @affinidi-tdk/wallets-client-v1.17.0 [skip ci] # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.16.0...@affinidi-tdk/wallets-client-v1.17.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- clients/typescript/wallets-client/CHANGELOG.md | 7 +++++++ clients/typescript/wallets-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/wallets-client/CHANGELOG.md b/clients/typescript/wallets-client/CHANGELOG.md index bcb5d9d4..ff6a2a27 100644 --- a/clients/typescript/wallets-client/CHANGELOG.md +++ b/clients/typescript/wallets-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.16.0...@affinidi-tdk/wallets-client-v1.17.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.15.0...@affinidi-tdk/wallets-client-v1.16.0) (2024-08-14) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 7082bbd5..48350246 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.16.0", + "version": "1.17.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { From 9391bbb0df0431840c7638aaeb7aad5dc09bc8f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:28:25 +0000 Subject: [PATCH 38/77] chore(release): @affinidi-tdk/iam-client-v1.18.0 [skip ci] # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.17.0...@affinidi-tdk/iam-client-v1.18.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- clients/typescript/iam-client/CHANGELOG.md | 7 +++++++ clients/typescript/iam-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iam-client/CHANGELOG.md b/clients/typescript/iam-client/CHANGELOG.md index fc2a33ba..c5a2c5eb 100644 --- a/clients/typescript/iam-client/CHANGELOG.md +++ b/clients/typescript/iam-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.17.0...@affinidi-tdk/iam-client-v1.18.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.16.0...@affinidi-tdk/iam-client-v1.17.0) (2024-08-14) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 5ec9c1a5..7e8d66d1 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.17.0", + "version": "1.18.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { From 3a69397a51f2fa1b98ce68ff785145e8495866a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:29:21 +0000 Subject: [PATCH 39/77] chore(release): @affinidi-tdk/auth-provider-v1.18.0 [skip ci] # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.17.0...@affinidi-tdk/auth-provider-v1.18.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- packages/auth-provider/CHANGELOG.md | 7 +++++++ packages/auth-provider/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/auth-provider/CHANGELOG.md b/packages/auth-provider/CHANGELOG.md index b3be23c8..3620b11a 100644 --- a/packages/auth-provider/CHANGELOG.md +++ b/packages/auth-provider/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.17.0...@affinidi-tdk/auth-provider-v1.18.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.16.0...@affinidi-tdk/auth-provider-v1.17.0) (2024-08-14) diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index ec0fefa9..3183e480 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/auth-provider", - "version": "1.17.0", + "version": "1.18.0", "description": "Internal module for managing access tokens", "author": "Affinidi", "repository": { From e455962e2efb1cb81fdb48d76629fbb997023670 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:30:17 +0000 Subject: [PATCH 40/77] chore(release): @affinidi-tdk/iota-browser-v1.8.0 [skip ci] # [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.7.1...@affinidi-tdk/iota-browser-v1.8.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- libs/iota-browser/CHANGELOG.md | 7 +++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index 39feaf98..349279b8 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.7.1...@affinidi-tdk/iota-browser-v1.8.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + ## [1.7.1](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.7.0...@affinidi-tdk/iota-browser-v1.7.1) (2024-08-14) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index 33b69156..34537cfb 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.7.1", + "version": "1.8.0", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From a482677fde7f1721ef6d1aacaec3973c84bf9ff0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 08:31:13 +0000 Subject: [PATCH 41/77] chore(release): @affinidi-tdk/iota-core-v1.9.0 [skip ci] # [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.8.0...@affinidi-tdk/iota-core-v1.9.0) (2024-08-19) ### Features * update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index a313088f..2ec1e570 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.8.0...@affinidi-tdk/iota-core-v1.9.0) (2024-08-19) + + +### Features + +* update client cis ([#191](https://github.com/affinidi/affinidi-tdk/issues/191)) ([fb03790](https://github.com/affinidi/affinidi-tdk/commit/fb03790a8d55030abef6517a728fbc6acc2c4288)) + # [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.7.0...@affinidi-tdk/iota-core-v1.8.0) (2024-08-15) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index a5481cbc..4fc446ee 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.8.0", + "version": "1.9.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From 3444422ee4e3b9820ac5bd35852a2f617a9b429c Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:23:38 +0200 Subject: [PATCH 42/77] feat: python client package releases (#195) * feat: python client package releases * fix: align packaging * fix: install poetry * fix: remove format:check * fix: replace all occurences --- .eslintrc.json | 5 + .github/workflows/nx-branch.yaml | 8 +- .github/workflows/nx-release.yaml | 11 +- clients/python/iam_client/project.json | 30 + clients/python/iam_client/pyproject.toml | 2 +- nx.json | 5 + package-lock.json | 7800 ++++++++--------- package.json | 12 +- tools/nx-tdk-tools/.eslintrc.json | 32 + tools/nx-tdk-tools/README.md | 3 + tools/nx-tdk-tools/executors.json | 9 + tools/nx-tdk-tools/package.json | 13 + tools/nx-tdk-tools/project.json | 44 + .../src/executors/set-version/executor.ts | 49 + .../src/executors/set-version/schema.d.ts | 1 + .../src/executors/set-version/schema.json | 11 + tools/nx-tdk-tools/src/index.ts | 0 tools/nx-tdk-tools/tsconfig.json | 16 + tools/nx-tdk-tools/tsconfig.lib.json | 10 + tools/nx-tdk-tools/tsconfig.spec.json | 14 + tsconfig.base.json | 5 +- 21 files changed, 3692 insertions(+), 4388 deletions(-) create mode 100644 clients/python/iam_client/project.json create mode 100644 tools/nx-tdk-tools/.eslintrc.json create mode 100644 tools/nx-tdk-tools/README.md create mode 100644 tools/nx-tdk-tools/executors.json create mode 100644 tools/nx-tdk-tools/package.json create mode 100644 tools/nx-tdk-tools/project.json create mode 100644 tools/nx-tdk-tools/src/executors/set-version/executor.ts create mode 100644 tools/nx-tdk-tools/src/executors/set-version/schema.d.ts create mode 100644 tools/nx-tdk-tools/src/executors/set-version/schema.json create mode 100644 tools/nx-tdk-tools/src/index.ts create mode 100644 tools/nx-tdk-tools/tsconfig.json create mode 100644 tools/nx-tdk-tools/tsconfig.lib.json create mode 100644 tools/nx-tdk-tools/tsconfig.spec.json diff --git a/.eslintrc.json b/.eslintrc.json index 0be733b7..3e22d2f2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,11 @@ "ignorePatterns": ["**/*"], "plugins": ["@nx"], "overrides": [ + { + "files": "*.json", + "parser": "jsonc-eslint-parser", + "rules": {} + }, { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], "rules": { diff --git a/.github/workflows/nx-branch.yaml b/.github/workflows/nx-branch.yaml index c6e93e91..9a4ba56d 100644 --- a/.github/workflows/nx-branch.yaml +++ b/.github/workflows/nx-branch.yaml @@ -35,6 +35,12 @@ jobs: - uses: nrwl/nx-set-shas@v3 # This line is needed for nx affected to work when CI is running on a PR - run: git branch --track main origin/main + - name: Set up Python + uses: actions/setup-python@v3 + with: + python-version: '3.x' - # - run: npx nx format:check + - name: install python tools + run: | + pip install poetry - run: npx nx affected -t build --parallel=3 diff --git a/.github/workflows/nx-release.yaml b/.github/workflows/nx-release.yaml index 83e2a369..cd4fd636 100644 --- a/.github/workflows/nx-release.yaml +++ b/.github/workflows/nx-release.yaml @@ -78,7 +78,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.ref }} - + - uses: actions/setup-node@v4 with: node-version: 18 @@ -92,14 +92,18 @@ jobs: with: python-version: '3.x' - - name: install twine + - name: install python tools run: | pip install twine + pip install poetry - name: Mint pypi token id: mint uses: tschm/token-mint-action@v1.0.3 + - name: Set version for non-js client packages + run: npx nx run-many -t set-version + - name: build run: | npx nx run-many -t build @@ -109,10 +113,11 @@ jobs: # Publish to npm,pypi with new nx release publish functionality - run: | npx nx release publish --verbose - name: release + name: publish env: TWINE_USERNAME: '__token__' TWINE_PASSWORD: ${{ steps.mint.outputs.api-token }} + POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint.outputs.api-token }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} #publib-npm expects this GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} diff --git a/clients/python/iam_client/project.json b/clients/python/iam_client/project.json new file mode 100644 index 00000000..7b3353f0 --- /dev/null +++ b/clients/python/iam_client/project.json @@ -0,0 +1,30 @@ +{ + "name": "@affinidi-tdk/iam-client-python", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "{projectRoot}", + "projectType": "library", + "private": false, + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry build" + } + }, + "set-version": { + "executor": "@affinidi-tdk/nx-tdk-tools:set-version", + "options": { + "packageName": "iam-client" + } + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry publish" + } + }, + "tags": [] + } +} diff --git a/clients/python/iam_client/pyproject.toml b/clients/python/iam_client/pyproject.toml index 2731baed..106d63e1 100644 --- a/clients/python/iam_client/pyproject.toml +++ b/clients/python/iam_client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "affinidi_tdk_iam_client" -version = "1.0.0" +version = "1.18.0" description = "Iam" authors = ["Affinidi "] license = "Apache-2.0" diff --git a/nx.json b/nx.json index 0b03d307..cf293f20 100644 --- a/nx.json +++ b/nx.json @@ -50,6 +50,11 @@ "codeCoverage": true } } + }, + "@nx/js:tsc": { + "cache": true, + "dependsOn": ["^build"], + "inputs": ["default", "^default"] } } } diff --git a/package-lock.json b/package-lock.json index c3412a2a..56f918b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "clients/typescript/*" ], "dependencies": { + "@nx/devkit": "19.3.0", "tslib": "^2.6.2" }, "devDependencies": { @@ -21,10 +22,12 @@ "@commitlint/config-conventional": "^19.2.2", "@nx/eslint": "^19.0.0", "@nx/eslint-plugin": "^19.0.0", - "@nx/jest": "^19.0.0", - "@nx/js": "^19.0.0", - "@swc-node/register": "~1.9.0", - "@swc/core": "~1.4.17", + "@nx/jest": "19.3.0", + "@nx/js": "19.3.0", + "@nx/plugin": "^19.3.0", + "@swc-node/register": "~1.9.1", + "@swc/cli": "~0.3.12", + "@swc/core": "~1.5.7", "@swc/helpers": "~0.5.11", "@theunderscorer/nx-semantic-release": "^2.11.0", "@types/jest": "^29.5.12", @@ -33,6 +36,7 @@ "@typescript-eslint/parser": "^6.13.2", "husky": "^9.0.11", "jest": "^29.7.0", + "jest-environment-jsdom": "^29.4.1", "jest-environment-node": "^29.7.0", "nx": "^19.0.0", "prettier": "^3.2.5", @@ -43,7 +47,7 @@ }, "clients/typescript/credential-issuance-client": { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.0.0", + "version": "1.18.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -77,7 +81,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.17.0", + "version": "1.18.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -111,7 +115,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.17.0", + "version": "1.18.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -145,7 +149,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.13.0", + "version": "1.14.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -179,7 +183,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.19.0", + "version": "1.20.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -213,7 +217,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.16.0", + "version": "1.17.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -247,7 +251,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.7.1", + "version": "1.8.0", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -272,9 +276,8 @@ }, "libs/iota-browser/node_modules/@typescript-eslint/eslint-plugin": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz", - "integrity": "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "7.14.1", @@ -305,9 +308,8 @@ }, "libs/iota-browser/node_modules/@typescript-eslint/parser": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.14.1.tgz", - "integrity": "sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "7.14.1", "@typescript-eslint/types": "7.14.1", @@ -333,9 +335,8 @@ }, "libs/iota-browser/node_modules/@typescript-eslint/scope-manager": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz", - "integrity": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1" @@ -350,9 +351,8 @@ }, "libs/iota-browser/node_modules/@typescript-eslint/types": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", - "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -363,9 +363,8 @@ }, "libs/iota-browser/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", - "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -391,9 +390,8 @@ }, "libs/iota-browser/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", - "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -408,9 +406,8 @@ }, "libs/iota-browser/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -423,7 +420,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.8.0", + "version": "1.9.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -447,31 +444,18 @@ "typescript": "^5.2.2" } }, - "libs/iota-core/node_modules/@affinidi-tdk/iota-client": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@affinidi-tdk/iota-client/-/iota-client-1.11.0.tgz", - "integrity": "sha512-6YPvj9imSMlvCkHYikSFBazjUcGNRhbjBUN0u879d+TSnHyQgZXe5cu1qQjIPOvvVBszhVH4L6/0h0D11gOLlQ==", - "inBundle": true, - "dependencies": { - "axios": "^1.6.0", - "axios-retry": "^4.1.0", - "url": "^0.11.3" - } - }, "libs/iota-core/node_modules/@types/node": { "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", - "integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==", "dev": true, + "license": "MIT", "dependencies": { "undici-types": "~6.11.1" } }, "libs/iota-core/node_modules/@typescript-eslint/eslint-plugin": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz", - "integrity": "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "7.14.1", @@ -502,9 +486,8 @@ }, "libs/iota-core/node_modules/@typescript-eslint/parser": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.14.1.tgz", - "integrity": "sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "7.14.1", "@typescript-eslint/types": "7.14.1", @@ -530,9 +513,8 @@ }, "libs/iota-core/node_modules/@typescript-eslint/scope-manager": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz", - "integrity": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1" @@ -547,9 +529,8 @@ }, "libs/iota-core/node_modules/@typescript-eslint/types": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", - "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -560,9 +541,8 @@ }, "libs/iota-core/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", - "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -588,9 +568,8 @@ }, "libs/iota-core/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", - "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -605,9 +584,8 @@ }, "libs/iota-core/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -620,9 +598,8 @@ }, "libs/iota-core/node_modules/undici-types": { "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", - "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@affinidi-tdk/auth-provider": { "resolved": "packages/auth-provider", @@ -666,9 +643,8 @@ }, "node_modules/@ampproject/remapping": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -679,21 +655,18 @@ }, "node_modules/@aws-crypto/ie11-detection": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", - "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", + "license": "Apache-2.0", "dependencies": { "tslib": "^1.11.1" } }, "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "license": "0BSD" }, "node_modules/@aws-crypto/sha256-browser": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", - "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/ie11-detection": "^3.0.0", "@aws-crypto/sha256-js": "^3.0.0", @@ -707,13 +680,11 @@ }, "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "license": "0BSD" }, "node_modules/@aws-crypto/sha256-js": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", - "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/util": "^3.0.0", "@aws-sdk/types": "^3.222.0", @@ -722,26 +693,22 @@ }, "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "license": "0BSD" }, "node_modules/@aws-crypto/supports-web-crypto": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", - "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", + "license": "Apache-2.0", "dependencies": { "tslib": "^1.11.1" } }, "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "license": "0BSD" }, "node_modules/@aws-crypto/util": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", - "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.222.0", "@aws-sdk/util-utf8-browser": "^3.0.0", @@ -750,14 +717,12 @@ }, "node_modules/@aws-crypto/util/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "license": "0BSD" }, "node_modules/@aws-sdk/client-codeartifact": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-codeartifact/-/client-codeartifact-3.596.0.tgz", - "integrity": "sha512-sOH0eWCSoUnydZlQyASiNqdgpQByspEA1MRIJxgntaLbnFpHRzF+rt8/UfL13u4FqRcwcc6Lo+CVj9ZWpVftpw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", @@ -808,8 +773,7 @@ }, "node_modules/@aws-sdk/client-cognito-identity": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.596.0.tgz", - "integrity": "sha512-EnMebSL120H1V3CvxlSDu7xVg/c/U19J2pw5t3TbgWdP0bWR4gmaf2m7wczyi5XtPel0NIklnpPhlDJqr6T4Eg==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", @@ -859,8 +823,7 @@ }, "node_modules/@aws-sdk/client-sso": { "version": "3.592.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.592.0.tgz", - "integrity": "sha512-w+SuW47jQqvOC7fonyjFjsOh3yjqJ+VpWdVrmrl0E/KryBE7ho/Wn991Buf/EiHHeJikoWgHsAIPkBH29+ntdA==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", @@ -907,8 +870,7 @@ }, "node_modules/@aws-sdk/client-sso-oidc": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.596.0.tgz", - "integrity": "sha512-KnTWtKzO0N+rMdIrVwbewFp4FAvVWBV/ekCAh5w7EN+uAvBHxMoFElE2RwlcRF/gH1/F715OspPMvOxPom6bMA==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", @@ -957,8 +919,7 @@ }, "node_modules/@aws-sdk/client-sts": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.596.0.tgz", - "integrity": "sha512-37+WQDjgmqS/YXj3vPzIVIrbXaFcZ1WXk715AMGIPBZn9Y2/wr2bmSTpX7bsMyn0G8+LxmoIxFcG7n1Gu0nvLg==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", "@aws-crypto/sha256-js": "3.0.0", @@ -1007,8 +968,7 @@ }, "node_modules/@aws-sdk/core": { "version": "3.592.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.592.0.tgz", - "integrity": "sha512-gLPMXR/HXDP+9gXAt58t7gaMTvRts9i6Q7NMISpkGF54wehskl5WGrbdtHJFylrlJ5BQo3XVY6i661o+EuR1wg==", + "license": "Apache-2.0", "dependencies": { "@smithy/core": "^2.2.0", "@smithy/protocol-http": "^4.0.0", @@ -1024,9 +984,8 @@ }, "node_modules/@aws-sdk/credential-provider-cognito-identity": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.596.0.tgz", - "integrity": "sha512-ps/1P+wwEbzOryIdnPGkfo83AH5+kFPe0UKTc6Lhsc4l4zhfvyU3WV/JzrCINEKqo3bEZdUt6tl/IpsyC+nggQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cognito-identity": "3.596.0", "@aws-sdk/types": "3.577.0", @@ -1040,8 +999,7 @@ }, "node_modules/@aws-sdk/credential-provider-env": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.587.0.tgz", - "integrity": "sha512-Hyg/5KFECIk2k5o8wnVEiniV86yVkhn5kzITUydmNGCkXdBFHMHRx6hleQ1bqwJHbBskyu8nbYamzcwymmGwmw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/property-provider": "^3.1.0", @@ -1054,8 +1012,7 @@ }, "node_modules/@aws-sdk/credential-provider-http": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.596.0.tgz", - "integrity": "sha512-nnmvEsz1KJgRmfSZJPWuzbxPRXu8Y+/78Ifa1jY3fQKSKdEJfXMDsjPljJvMDBl4dZ8pf5Hwx+S/ONnMEDwYEA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/fetch-http-handler": "^3.0.1", @@ -1073,8 +1030,7 @@ }, "node_modules/@aws-sdk/credential-provider-ini": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.596.0.tgz", - "integrity": "sha512-c7PLtd7GbnOVAc5sk3sVlHxLvEsM8RF96rsBGlRo4AVpil/lXLKyNv9VarS4w/ZZZoRbJRyZ+m92PjNcLvpTDQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.587.0", "@aws-sdk/credential-provider-http": "3.596.0", @@ -1097,8 +1053,7 @@ }, "node_modules/@aws-sdk/credential-provider-node": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.596.0.tgz", - "integrity": "sha512-F4MLyXpQyie1AnJS9n7TIRL0aF7YH8tKMIJXDsM5OXpSZi2en+yR6SzsxvHf5dwS2Ga8LUdEJyiyS2NoebaJGA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.587.0", "@aws-sdk/credential-provider-http": "3.596.0", @@ -1119,8 +1074,7 @@ }, "node_modules/@aws-sdk/credential-provider-process": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.587.0.tgz", - "integrity": "sha512-V4xT3iCqkF8uL6QC4gqBJg/2asd/damswP1h9HCfqTllmPWzImS+8WD3VjgTLw5b0KbTy+ZdUhKc0wDnyzkzxg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/property-provider": "^3.1.0", @@ -1134,8 +1088,7 @@ }, "node_modules/@aws-sdk/credential-provider-sso": { "version": "3.592.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.592.0.tgz", - "integrity": "sha512-fYFzAdDHKHvhtufPPtrLdSv8lO6GuW3em6n3erM5uFdpGytNpjXvr3XGokIsuXcNkETAY/Xihg+G9ksNE8WJxQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "3.592.0", "@aws-sdk/token-providers": "3.587.0", @@ -1151,8 +1104,7 @@ }, "node_modules/@aws-sdk/credential-provider-web-identity": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.587.0.tgz", - "integrity": "sha512-XqIx/I2PG7kyuw3WjAP9wKlxy8IvFJwB8asOFT1xPFoVfZYKIogjG9oLP5YiRtfvDkWIztHmg5MlVv3HdJDGRw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/property-provider": "^3.1.0", @@ -1168,9 +1120,8 @@ }, "node_modules/@aws-sdk/credential-providers": { "version": "3.596.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.596.0.tgz", - "integrity": "sha512-EsbkylyO08P3alxXTpanKT1rPTh5/vXu7r/GoKbPl+7Laqheme41CYg0jtwAou/w7/6RFxqMn5ey5vg/qopNVA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-cognito-identity": "3.596.0", "@aws-sdk/client-sso": "3.592.0", @@ -1195,8 +1146,7 @@ }, "node_modules/@aws-sdk/middleware-host-header": { "version": "3.577.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.577.0.tgz", - "integrity": "sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/protocol-http": "^4.0.0", @@ -1209,8 +1159,7 @@ }, "node_modules/@aws-sdk/middleware-logger": { "version": "3.577.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.577.0.tgz", - "integrity": "sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/types": "^3.0.0", @@ -1222,8 +1171,7 @@ }, "node_modules/@aws-sdk/middleware-recursion-detection": { "version": "3.577.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.577.0.tgz", - "integrity": "sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/protocol-http": "^4.0.0", @@ -1236,8 +1184,7 @@ }, "node_modules/@aws-sdk/middleware-user-agent": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.587.0.tgz", - "integrity": "sha512-SyDomN+IOrygLucziG7/nOHkjUXES5oH5T7p8AboO8oakMQJdnudNXiYWTicQWO52R51U6CR27rcMPTGeMedYA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@aws-sdk/util-endpoints": "3.587.0", @@ -1251,8 +1198,7 @@ }, "node_modules/@aws-sdk/region-config-resolver": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.587.0.tgz", - "integrity": "sha512-93I7IPZtulZQoRK+O20IJ4a1syWwYPzoO2gc3v+/GNZflZPV3QJXuVbIm0pxBsu0n/mzKGUKqSOLPIaN098HcQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/node-config-provider": "^3.1.0", @@ -1267,8 +1213,7 @@ }, "node_modules/@aws-sdk/token-providers": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.587.0.tgz", - "integrity": "sha512-ULqhbnLy1hmJNRcukANBWJmum3BbjXnurLPSFXoGdV0llXYlG55SzIla2VYqdveQEEjmsBuTZdFvXAtNpmS5Zg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/property-provider": "^3.1.0", @@ -1285,8 +1230,7 @@ }, "node_modules/@aws-sdk/types": { "version": "3.577.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.577.0.tgz", - "integrity": "sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.0.0", "tslib": "^2.6.2" @@ -1297,8 +1241,7 @@ }, "node_modules/@aws-sdk/util-endpoints": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.587.0.tgz", - "integrity": "sha512-8I1HG6Em8wQWqKcRW6m358mqebRVNpL8XrrEoT4In7xqkKkmYtHRNVYP6lcmiQh5pZ/c/FXu8dSchuFIWyEtqQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/types": "^3.0.0", @@ -1311,8 +1254,7 @@ }, "node_modules/@aws-sdk/util-locate-window": { "version": "3.568.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz", - "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -1322,8 +1264,7 @@ }, "node_modules/@aws-sdk/util-user-agent-browser": { "version": "3.577.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.577.0.tgz", - "integrity": "sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/types": "^3.0.0", @@ -1333,8 +1274,7 @@ }, "node_modules/@aws-sdk/util-user-agent-node": { "version": "3.587.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.587.0.tgz", - "integrity": "sha512-Pnl+DUe/bvnbEEDHP3iVJrOtE3HbFJBPgsD6vJ+ml/+IYk1Eq49jEG+EHZdNTPz3SDG0kbp2+7u41MKYJHR/iQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/node-config-provider": "^3.1.0", @@ -1355,17 +1295,15 @@ }, "node_modules/@aws-sdk/util-utf8-browser": { "version": "3.259.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", - "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" } }, "node_modules/@babel/code-frame": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" @@ -1376,18 +1314,16 @@ }, "node_modules/@babel/compat-data": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", - "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", - "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -1415,18 +1351,16 @@ }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", - "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7", "@jridgewell/gen-mapping": "^0.3.5", @@ -1439,9 +1373,8 @@ }, "node_modules/@babel/helper-annotate-as-pure": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", - "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1451,9 +1384,8 @@ }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1464,9 +1396,8 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", - "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.24.7", "@babel/helper-validator-option": "^7.24.7", @@ -1480,18 +1411,16 @@ }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-class-features-plugin": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz", - "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-environment-visitor": "^7.24.7", @@ -1512,18 +1441,16 @@ }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-regexp-features-plugin": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "regexpu-core": "^5.3.1", @@ -1538,18 +1465,16 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", - "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -1563,9 +1488,8 @@ }, "node_modules/@babel/helper-environment-visitor": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1575,9 +1499,8 @@ }, "node_modules/@babel/helper-function-name": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.24.7", "@babel/types": "^7.24.7" @@ -1588,9 +1511,8 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1600,9 +1522,8 @@ }, "node_modules/@babel/helper-member-expression-to-functions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz", - "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1613,9 +1534,8 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1626,9 +1546,8 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", - "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", @@ -1645,9 +1564,8 @@ }, "node_modules/@babel/helper-optimise-call-expression": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1657,18 +1575,16 @@ }, "node_modules/@babel/helper-plugin-utils": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", - "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-environment-visitor": "^7.24.7", @@ -1683,9 +1599,8 @@ }, "node_modules/@babel/helper-replace-supers": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-member-expression-to-functions": "^7.24.7", @@ -1700,9 +1615,8 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1713,9 +1627,8 @@ }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1726,9 +1639,8 @@ }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1738,36 +1650,32 @@ }, "node_modules/@babel/helper-string-parser": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", - "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", - "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-function-name": "^7.24.7", "@babel/template": "^7.24.7", @@ -1780,9 +1688,8 @@ }, "node_modules/@babel/helpers": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", - "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.24.7", "@babel/types": "^7.24.7" @@ -1793,9 +1700,8 @@ }, "node_modules/@babel/highlight": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", @@ -1808,9 +1714,8 @@ }, "node_modules/@babel/highlight/node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -1820,9 +1725,8 @@ }, "node_modules/@babel/highlight/node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -1834,27 +1738,24 @@ }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/@babel/highlight/node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -1864,9 +1765,8 @@ }, "node_modules/@babel/parser": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", - "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", "dev": true, + "license": "MIT", "bin": { "parser": "bin/babel-parser.js" }, @@ -1876,9 +1776,8 @@ }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1892,9 +1791,8 @@ }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1907,9 +1805,8 @@ }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -1924,9 +1821,8 @@ }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1940,9 +1836,8 @@ }, "node_modules/@babel/plugin-proposal-decorators": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz", - "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -1957,9 +1852,8 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -1969,9 +1863,8 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1981,9 +1874,8 @@ }, "node_modules/@babel/plugin-syntax-bigint": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1993,9 +1885,8 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -2005,9 +1896,8 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2020,9 +1910,8 @@ }, "node_modules/@babel/plugin-syntax-decorators": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz", - "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2035,9 +1924,8 @@ }, "node_modules/@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2047,9 +1935,8 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -2059,9 +1946,8 @@ }, "node_modules/@babel/plugin-syntax-import-assertions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2074,9 +1960,8 @@ }, "node_modules/@babel/plugin-syntax-import-attributes": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2089,9 +1974,8 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2101,9 +1985,8 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2113,9 +1996,8 @@ }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", - "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2128,9 +2010,8 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2140,9 +2021,8 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2152,9 +2032,8 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2164,9 +2043,8 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2176,9 +2054,8 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2188,9 +2065,8 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2200,9 +2076,8 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2215,9 +2090,8 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2230,9 +2104,8 @@ }, "node_modules/@babel/plugin-syntax-typescript": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", - "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2245,9 +2118,8 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2261,9 +2133,8 @@ }, "node_modules/@babel/plugin-transform-arrow-functions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2276,9 +2147,8 @@ }, "node_modules/@babel/plugin-transform-async-generator-functions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2294,9 +2164,8 @@ }, "node_modules/@babel/plugin-transform-async-to-generator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", - "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2311,9 +2180,8 @@ }, "node_modules/@babel/plugin-transform-block-scoped-functions": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2326,9 +2194,8 @@ }, "node_modules/@babel/plugin-transform-block-scoping": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2341,9 +2208,8 @@ }, "node_modules/@babel/plugin-transform-class-properties": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2357,9 +2223,8 @@ }, "node_modules/@babel/plugin-transform-class-static-block": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2374,9 +2239,8 @@ }, "node_modules/@babel/plugin-transform-classes": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz", - "integrity": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-compilation-targets": "^7.24.7", @@ -2396,9 +2260,8 @@ }, "node_modules/@babel/plugin-transform-computed-properties": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/template": "^7.24.7" @@ -2412,9 +2275,8 @@ }, "node_modules/@babel/plugin-transform-destructuring": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz", - "integrity": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2427,9 +2289,8 @@ }, "node_modules/@babel/plugin-transform-dotall-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2443,9 +2304,8 @@ }, "node_modules/@babel/plugin-transform-duplicate-keys": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2458,9 +2318,8 @@ }, "node_modules/@babel/plugin-transform-dynamic-import": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -2474,9 +2333,8 @@ }, "node_modules/@babel/plugin-transform-exponentiation-operator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2490,9 +2348,8 @@ }, "node_modules/@babel/plugin-transform-export-namespace-from": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -2506,9 +2363,8 @@ }, "node_modules/@babel/plugin-transform-for-of": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -2522,9 +2378,8 @@ }, "node_modules/@babel/plugin-transform-function-name": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.7", "@babel/helper-function-name": "^7.24.7", @@ -2539,9 +2394,8 @@ }, "node_modules/@babel/plugin-transform-json-strings": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -2555,9 +2409,8 @@ }, "node_modules/@babel/plugin-transform-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2570,9 +2423,8 @@ }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -2586,9 +2438,8 @@ }, "node_modules/@babel/plugin-transform-member-expression-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2601,9 +2452,8 @@ }, "node_modules/@babel/plugin-transform-modules-amd": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2617,9 +2467,8 @@ }, "node_modules/@babel/plugin-transform-modules-commonjs": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz", - "integrity": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2634,9 +2483,8 @@ }, "node_modules/@babel/plugin-transform-modules-systemjs": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-hoist-variables": "^7.24.7", "@babel/helper-module-transforms": "^7.24.7", @@ -2652,9 +2500,8 @@ }, "node_modules/@babel/plugin-transform-modules-umd": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2668,9 +2515,8 @@ }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2684,9 +2530,8 @@ }, "node_modules/@babel/plugin-transform-new-target": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2699,9 +2544,8 @@ }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -2715,9 +2559,8 @@ }, "node_modules/@babel/plugin-transform-numeric-separator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -2731,9 +2574,8 @@ }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2749,9 +2591,8 @@ }, "node_modules/@babel/plugin-transform-object-super": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-replace-supers": "^7.24.7" @@ -2765,9 +2606,8 @@ }, "node_modules/@babel/plugin-transform-optional-catch-binding": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -2781,9 +2621,8 @@ }, "node_modules/@babel/plugin-transform-optional-chaining": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz", - "integrity": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -2798,9 +2637,8 @@ }, "node_modules/@babel/plugin-transform-parameters": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2813,9 +2651,8 @@ }, "node_modules/@babel/plugin-transform-private-methods": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2829,9 +2666,8 @@ }, "node_modules/@babel/plugin-transform-private-property-in-object": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-create-class-features-plugin": "^7.24.7", @@ -2847,9 +2683,8 @@ }, "node_modules/@babel/plugin-transform-property-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2862,9 +2697,8 @@ }, "node_modules/@babel/plugin-transform-regenerator": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" @@ -2878,9 +2712,8 @@ }, "node_modules/@babel/plugin-transform-reserved-words": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2893,9 +2726,8 @@ }, "node_modules/@babel/plugin-transform-runtime": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz", - "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2913,18 +2745,16 @@ }, "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/plugin-transform-shorthand-properties": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2937,9 +2767,8 @@ }, "node_modules/@babel/plugin-transform-spread": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -2953,9 +2782,8 @@ }, "node_modules/@babel/plugin-transform-sticky-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2968,9 +2796,8 @@ }, "node_modules/@babel/plugin-transform-template-literals": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2983,9 +2810,8 @@ }, "node_modules/@babel/plugin-transform-typeof-symbol": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz", - "integrity": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2998,9 +2824,8 @@ }, "node_modules/@babel/plugin-transform-typescript": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz", - "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-create-class-features-plugin": "^7.24.7", @@ -3016,9 +2841,8 @@ }, "node_modules/@babel/plugin-transform-unicode-escapes": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -3031,9 +2855,8 @@ }, "node_modules/@babel/plugin-transform-unicode-property-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3047,9 +2870,8 @@ }, "node_modules/@babel/plugin-transform-unicode-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3063,9 +2885,8 @@ }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -3079,9 +2900,8 @@ }, "node_modules/@babel/preset-env": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.7.tgz", - "integrity": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.24.7", "@babel/helper-compilation-targets": "^7.24.7", @@ -3174,18 +2994,16 @@ }, "node_modules/@babel/preset-env/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/preset-modules": { "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -3197,9 +3015,8 @@ }, "node_modules/@babel/preset-typescript": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz", - "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-validator-option": "^7.24.7", @@ -3216,15 +3033,13 @@ }, "node_modules/@babel/regjsgen": { "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@babel/runtime": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -3234,9 +3049,8 @@ }, "node_modules/@babel/template": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.24.7", @@ -3248,9 +3062,8 @@ }, "node_modules/@babel/traverse": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", - "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/generator": "^7.24.7", @@ -3269,9 +3082,8 @@ }, "node_modules/@babel/types": { "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", - "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.24.7", "@babel/helper-validator-identifier": "^7.24.7", @@ -3283,15 +3095,13 @@ }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@colors/colors": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" @@ -3299,9 +3109,8 @@ }, "node_modules/@commitlint/cli": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz", - "integrity": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/format": "^19.3.0", "@commitlint/lint": "^19.2.2", @@ -3320,9 +3129,8 @@ }, "node_modules/@commitlint/config-conventional": { "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" @@ -3333,9 +3141,8 @@ }, "node_modules/@commitlint/config-validator": { "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz", - "integrity": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "ajv": "^8.11.0" @@ -3346,9 +3153,8 @@ }, "node_modules/@commitlint/ensure": { "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz", - "integrity": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "lodash.camelcase": "^4.3.0", @@ -3363,18 +3169,16 @@ }, "node_modules/@commitlint/execute-rule": { "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz", - "integrity": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==", "dev": true, + "license": "MIT", "engines": { "node": ">=v18" } }, "node_modules/@commitlint/format": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz", - "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "chalk": "^5.3.0" @@ -3385,9 +3189,8 @@ }, "node_modules/@commitlint/is-ignored": { "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz", - "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "semver": "^7.6.0" @@ -3398,9 +3201,8 @@ }, "node_modules/@commitlint/lint": { "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz", - "integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/is-ignored": "^19.2.2", "@commitlint/parse": "^19.0.3", @@ -3413,9 +3215,8 @@ }, "node_modules/@commitlint/load": { "version": "19.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.2.0.tgz", - "integrity": "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/config-validator": "^19.0.3", "@commitlint/execute-rule": "^19.0.0", @@ -3434,18 +3235,16 @@ }, "node_modules/@commitlint/message": { "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz", - "integrity": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==", "dev": true, + "license": "MIT", "engines": { "node": ">=v18" } }, "node_modules/@commitlint/parse": { "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz", - "integrity": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "conventional-changelog-angular": "^7.0.0", @@ -3457,9 +3256,8 @@ }, "node_modules/@commitlint/read": { "version": "19.2.1", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.2.1.tgz", - "integrity": "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/top-level": "^19.0.0", "@commitlint/types": "^19.0.3", @@ -3473,9 +3271,8 @@ }, "node_modules/@commitlint/resolve-extends": { "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz", - "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/config-validator": "^19.0.3", "@commitlint/types": "^19.0.3", @@ -3490,9 +3287,8 @@ }, "node_modules/@commitlint/rules": { "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.0.3.tgz", - "integrity": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==", "dev": true, + "license": "MIT", "dependencies": { "@commitlint/ensure": "^19.0.3", "@commitlint/message": "^19.0.0", @@ -3506,18 +3302,16 @@ }, "node_modules/@commitlint/to-lines": { "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz", - "integrity": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=v18" } }, "node_modules/@commitlint/top-level": { "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz", - "integrity": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^7.0.0" }, @@ -3527,9 +3321,8 @@ }, "node_modules/@commitlint/types": { "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz", - "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==", "dev": true, + "license": "MIT", "dependencies": { "@types/conventional-commits-parser": "^5.0.0", "chalk": "^5.3.0" @@ -3540,9 +3333,8 @@ }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -3552,411 +3344,54 @@ }, "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@esbuild/aix-ppc64": { + "node_modules/@esbuild/darwin-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", "cpu": [ - "ppc64" + "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ - "aix" + "darwin" ], "engines": { "node": ">=12" } }, - "node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", "dev": true, - "optional": true, - "os": [ - "android" - ], + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, "engines": { - "node": ">=12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, - "node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], + "node_modules/@eslint-community/regexpp": { + "version": "4.10.1", "dev": true, - "optional": true, - "os": [ - "android" - ], + "license": "MIT", "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz", - "integrity": "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==", - "dev": true, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -3977,9 +3412,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -3993,15 +3427,13 @@ }, "node_modules/@eslint/eslintrc/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -4009,9 +3441,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -4024,9 +3455,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -4036,15 +3466,13 @@ }, "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4054,9 +3482,8 @@ }, "node_modules/@eslint/eslintrc/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -4066,17 +3493,15 @@ }, "node_modules/@eslint/js": { "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@httptoolkit/websocket-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@httptoolkit/websocket-stream/-/websocket-stream-6.0.1.tgz", - "integrity": "sha512-A0NOZI+Glp3Xgcz6Na7i7o09+/+xm2m0UCU8gdtM2nIv6/cjLmhMZMqehSpTlgbx9omtLmV8LVqOskPEyWnmZQ==", + "license": "BSD-2-Clause", "dependencies": { "@types/ws": "*", "duplexify": "^3.5.1", @@ -4090,13 +3515,11 @@ }, "node_modules/@httptoolkit/websocket-stream/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "license": "MIT" }, "node_modules/@httptoolkit/websocket-stream/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -4109,23 +3532,19 @@ }, "node_modules/@httptoolkit/websocket-stream/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "license": "MIT" }, "node_modules/@httptoolkit/websocket-stream/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", - "deprecated": "Use @eslint/config-array instead", "dev": true, + "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^2.0.2", "debug": "^4.3.1", @@ -4137,9 +3556,8 @@ }, "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -4147,9 +3565,8 @@ }, "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4159,9 +3576,8 @@ }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.22" }, @@ -4172,16 +3588,13 @@ }, "node_modules/@humanwhocodes/object-schema": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", "dev": true, + "license": "ISC", "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", @@ -4195,9 +3608,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -4208,9 +3620,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -4220,9 +3631,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -4235,9 +3645,8 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -4247,27 +3656,24 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@jest/console": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -4282,9 +3688,8 @@ }, "node_modules/@jest/console/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4297,9 +3702,8 @@ }, "node_modules/@jest/console/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4313,9 +3717,8 @@ }, "node_modules/@jest/console/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4325,15 +3728,13 @@ }, "node_modules/@jest/console/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jest/core": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", - "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/reporters": "^29.7.0", @@ -4378,9 +3779,8 @@ }, "node_modules/@jest/core/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4393,9 +3793,8 @@ }, "node_modules/@jest/core/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4409,9 +3808,8 @@ }, "node_modules/@jest/core/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4421,15 +3819,13 @@ }, "node_modules/@jest/core/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jest/environment": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", - "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", @@ -4442,9 +3838,8 @@ }, "node_modules/@jest/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.7.0", "jest-snapshot": "^29.7.0" @@ -4455,9 +3850,8 @@ }, "node_modules/@jest/expect-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "dev": true, + "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3" }, @@ -4467,9 +3861,8 @@ }, "node_modules/@jest/fake-timers": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", - "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@sinonjs/fake-timers": "^10.0.2", @@ -4484,9 +3877,8 @@ }, "node_modules/@jest/globals": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", - "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -4499,9 +3891,8 @@ }, "node_modules/@jest/reporters": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "dev": true, + "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@jest/console": "^29.7.0", @@ -4542,9 +3933,8 @@ }, "node_modules/@jest/reporters/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4557,9 +3947,8 @@ }, "node_modules/@jest/reporters/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4573,9 +3962,8 @@ }, "node_modules/@jest/reporters/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4585,15 +3973,12 @@ }, "node_modules/@jest/reporters/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jest/schemas": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "dev": true, + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.27.8" }, @@ -4603,9 +3988,8 @@ }, "node_modules/@jest/source-map": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", - "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.18", "callsites": "^3.0.0", @@ -4617,9 +4001,8 @@ }, "node_modules/@jest/test-result": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", - "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/types": "^29.6.3", @@ -4632,9 +4015,8 @@ }, "node_modules/@jest/test-sequencer": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "graceful-fs": "^4.2.9", @@ -4647,9 +4029,8 @@ }, "node_modules/@jest/transform": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", - "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@jest/types": "^29.6.3", @@ -4673,9 +4054,8 @@ }, "node_modules/@jest/transform/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4688,9 +4068,8 @@ }, "node_modules/@jest/transform/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4704,9 +4083,8 @@ }, "node_modules/@jest/transform/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4716,15 +4094,13 @@ }, "node_modules/@jest/transform/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jest/types": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", @@ -4739,9 +4115,8 @@ }, "node_modules/@jest/types/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4754,9 +4129,8 @@ }, "node_modules/@jest/types/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4770,9 +4144,8 @@ }, "node_modules/@jest/types/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4782,15 +4155,13 @@ }, "node_modules/@jest/types/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -4802,33 +4173,29 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -4836,9 +4203,8 @@ }, "node_modules/@jsii/check-node": { "version": "1.99.0", - "resolved": "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.99.0.tgz", - "integrity": "sha512-RJeVopU3U+/ZxGj//KKJgXmDM8N7uP5QIqypb0QFVJPtIcQMM9nuEQWp4hOB3ajhk4VNaXGrG6PwlqFtFsqbbQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", "semver": "^7.6.0" @@ -4849,9 +4215,8 @@ }, "node_modules/@jsii/check-node/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4864,9 +4229,8 @@ }, "node_modules/@jsii/check-node/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4880,9 +4244,8 @@ }, "node_modules/@jsii/check-node/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4892,15 +4255,13 @@ }, "node_modules/@jsii/check-node/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@jsii/spec": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/@jsii/spec/-/spec-1.101.0.tgz", - "integrity": "sha512-855OnjKm4RTzRA78GGTNBG/GLe6X/vHJYD58zg7Rw8rWS7sU6iB65TM/7P7R3cufVew8umjjPjvW7ygS6ZqITQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "ajv": "^8.13.0" }, @@ -4908,11 +4269,28 @@ "node": ">= 14.17.0" } }, + "node_modules/@mole-inc/bin-wrapper": { + "version": "8.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "bin-check": "^4.1.0", + "bin-version-check": "^5.0.0", + "content-disposition": "^0.5.4", + "ext-name": "^5.0.0", + "file-type": "^17.1.6", + "filenamify": "^5.0.2", + "got": "^11.8.5", + "os-filter-obj": "^2.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -4923,18 +4301,16 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -4945,45 +4321,46 @@ }, "node_modules/@nrwl/devkit": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.3.0.tgz", - "integrity": "sha512-WRcph/7U37HkTLIRzQ2oburZVfEFkPHJUn7vmo46gCq+N2cAKy3qwONO0RbthhjFIsG94YPXqFWFlV6k4nXpxA==", - "dev": true, + "license": "MIT", "dependencies": { "@nx/devkit": "19.3.0" } }, "node_modules/@nrwl/eslint-plugin-nx": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.3.0.tgz", - "integrity": "sha512-urquS7aYwCnXeTqCVb7bpjfBkcvrm84igOP+S59rDhmw4sNxSbI0iFJrLwdVnO8oPFFP1BR4DMUYSWRvdP8NZQ==", "dev": true, + "license": "MIT", "dependencies": { "@nx/eslint-plugin": "19.3.0" } }, "node_modules/@nrwl/jest": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.3.0.tgz", - "integrity": "sha512-21J8Rj7tEQFlMxQTYmt5VEyeWIuEN3VNAkTtTuFLM95KKYONhuFC0ppiYiy+RTA1R3RyTJZLyln/hqH74BPx/g==", "dev": true, + "license": "MIT", "dependencies": { "@nx/jest": "19.3.0" } }, "node_modules/@nrwl/js": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.3.0.tgz", - "integrity": "sha512-G+7nvAlfwnnlcPnoAhpcCrsOZTwa7hRd6WoqSrYuG/9Ge1NZ3H+rwvS5wX+bTKn8/hKHQdDuJUTomyOTpt1I1g==", "dev": true, + "license": "MIT", "dependencies": { "@nx/js": "19.3.0" } }, - "node_modules/@nrwl/tao": { + "node_modules/@nrwl/nx-plugin": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.3.0.tgz", - "integrity": "sha512-MyGYeHbh9O4Tv9xmz3Du+/leY5sKUHaPy4ancfNyShHgYi21hemX0/YYjzzoYHi44D8GzSc1XG2rAuwba7Kilw==", "dev": true, + "license": "MIT", + "dependencies": { + "@nx/plugin": "19.3.0" + } + }, + "node_modules/@nrwl/tao": { + "version": "19.3.0", + "license": "MIT", "dependencies": { "nx": "19.3.0", "tslib": "^2.3.0" @@ -4994,18 +4371,15 @@ }, "node_modules/@nrwl/workspace": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.3.0.tgz", - "integrity": "sha512-h/kMImLdX5NMg0lXB6PmYIxBYI6WU7ATcOI3tGl8z48HHfyfwu87vTQlxFi3jaZv2qj/mE5VFpd+tGADEPNvCw==", "dev": true, + "license": "MIT", "dependencies": { "@nx/workspace": "19.3.0" } }, "node_modules/@nx/devkit": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.3.0.tgz", - "integrity": "sha512-Natya5nzvHH0qTOIL1w/EZtwMgDx87Dgz0LgeY7te2fULaNFcj5fVrP+mUKEJZR+NccO7GPumT2RPhuEl9rPnQ==", - "dev": true, + "license": "MIT", "dependencies": { "@nrwl/devkit": "19.3.0", "ejs": "^3.1.7", @@ -5023,9 +4397,8 @@ }, "node_modules/@nx/eslint": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.3.0.tgz", - "integrity": "sha512-x4SrQMnLnX+jM7KGsj+ReOvEHo5S0chLPfJhf0KFnXnzWoWcrq18z0lZ33JaAWWBsjexozDTld2wHj7nkvcjCg==", "dev": true, + "license": "MIT", "dependencies": { "@nx/devkit": "19.3.0", "@nx/js": "19.3.0", @@ -5046,9 +4419,8 @@ }, "node_modules/@nx/eslint-plugin": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.3.0.tgz", - "integrity": "sha512-NZ966Wy4mF34lLi+QOgY9mpOiiAL5UiJ+QqOZcg22QIVz0zPY5HbtbYDZTu8OmR4O/S+3ylguaP1O1P2xiYMBQ==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/eslint-plugin-nx": "19.3.0", "@nx/devkit": "19.3.0", @@ -5073,9 +4445,8 @@ }, "node_modules/@nx/eslint-plugin/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5088,9 +4459,8 @@ }, "node_modules/@nx/eslint-plugin/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5104,9 +4474,8 @@ }, "node_modules/@nx/eslint-plugin/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -5116,15 +4485,13 @@ }, "node_modules/@nx/eslint-plugin/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@nx/jest": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.3.0.tgz", - "integrity": "sha512-XgtMw7QHD1wni3EZd3YS4UgoskRZh264tJf/8QRQ8XxWJCFjNM3IEQHDUycIt09Vzz5rql5NwuZ9ct9CNZveNw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", @@ -5145,9 +4512,8 @@ }, "node_modules/@nx/jest/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5160,9 +4526,8 @@ }, "node_modules/@nx/jest/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5176,9 +4541,8 @@ }, "node_modules/@nx/jest/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -5188,15 +4552,13 @@ }, "node_modules/@nx/jest/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@nx/js": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.3.0.tgz", - "integrity": "sha512-bZuV8sXR5kZ2FJzqnjSZqWs21W7AlZKgjzYB7Rt1u1ap4KcVR32NNAUVFjnTuI1A/6rhO39IShTyMhswnBV9qA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", "@babel/plugin-proposal-decorators": "^7.22.7", @@ -5239,9 +4601,8 @@ }, "node_modules/@nx/js/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5254,9 +4615,8 @@ }, "node_modules/@nx/js/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5270,9 +4630,8 @@ }, "node_modules/@nx/js/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -5282,15 +4641,13 @@ }, "node_modules/@nx/js/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@nx/js/node_modules/ts-node": { "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -5331,21 +4688,18 @@ }, "node_modules/@nx/linter": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.3.0.tgz", - "integrity": "sha512-+bpDyXjHBTuVHvbQ7m2hG86m1jJNAPOmnoad/2ZPoQM4LjBTOW8M7s2upZPewjnAJs8Fv02281mO+ORbhW7L9A==", "dev": true, + "license": "MIT", "dependencies": { "@nx/eslint": "19.3.0" } }, "node_modules/@nx/nx-darwin-arm64": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.3.0.tgz", - "integrity": "sha512-TMTxjrN7Y/UsKFjmz0YfhVItLTGWqvud8cmQchw5NEjdNakfjXk0mREufO5/5PwoiRIsen6MbThoTprLpjOUiQ==", "cpu": [ "arm64" ], - "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -5355,9 +4709,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.3.0.tgz", - "integrity": "sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-18.3.5.tgz", + "integrity": "sha512-Drn6jOG237AD/s6OWPt06bsMj0coGKA5Ce1y5gfLhptOGk4S4UPE/Ay5YCjq+/yhTo1gDHzCHxH0uW2X9MN9Fg==", "cpu": [ "x64" ], @@ -5366,14 +4720,15 @@ "os": [ "darwin" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-freebsd-x64": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.3.0.tgz", - "integrity": "sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-18.3.5.tgz", + "integrity": "sha512-8tA8Yw0Iir4liFjffIFS5THTS3TtWY/No2tkVj91gwy/QQ/otvKbOyc5RCIPpbZU6GS3ZWfG92VyCSm06dtMFg==", "cpu": [ "x64" ], @@ -5382,14 +4737,15 @@ "os": [ "freebsd" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.3.0.tgz", - "integrity": "sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-18.3.5.tgz", + "integrity": "sha512-BrPGAHM9FCGkB9/hbvlJhe+qtjmvpjIjYixGIlUxL3gGc8E/ucTyCnz5pRFFPFQlBM7Z/9XmbHvGPoUi/LYn5A==", "cpu": [ "arm" ], @@ -5398,14 +4754,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.3.0.tgz", - "integrity": "sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-18.3.5.tgz", + "integrity": "sha512-/Xd0Q3LBgJeigJqXC/Jck/9l5b+fK+FCM0nRFMXgPXrhZPhoxWouFkoYl2F1Ofr+AQf4jup4DkVTB5r98uxSCA==", "cpu": [ "arm64" ], @@ -5414,14 +4771,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.3.0.tgz", - "integrity": "sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-18.3.5.tgz", + "integrity": "sha512-r18qd7pUrl1haAZ/e9Q+xaFTsLJnxGARQcf/Y76q+K2psKmiUXoRlqd3HAOw43KTllaUJ5HkzLq2pIwg3p+xBw==", "cpu": [ "arm64" ], @@ -5430,14 +4788,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.3.0.tgz", - "integrity": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-18.3.5.tgz", + "integrity": "sha512-vYrikG6ff4I9cvr3Ysk3y3gjQ9cDcvr3iAr+4qqcQ4qVE+OLL2++JDS6xfPvG/TbS3GTQpyy2STRBwiHgxTeJw==", "cpu": [ "x64" ], @@ -5446,14 +4805,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.3.0.tgz", - "integrity": "sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-18.3.5.tgz", + "integrity": "sha512-6np86lcYy3+x6kkW/HrBHIdNWbUu/MIsvMuNH5UXgyFs60l5Z7Cocay2f7WOaAbTLVAr0W7p4RxRPamHLRwWFA==", "cpu": [ "x64" ], @@ -5462,14 +4822,15 @@ "os": [ "linux" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.3.0.tgz", - "integrity": "sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-18.3.5.tgz", + "integrity": "sha512-H3p2ZVhHV1WQWTICrQUTplOkNId0y3c23X3A2fXXFDbWSBs0UgW7m55LhMcA9p0XZ7wDHgh+yFtVgu55TXLjug==", "cpu": [ "arm64" ], @@ -5478,14 +4839,15 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10" } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.3.0.tgz", - "integrity": "sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-18.3.5.tgz", + "integrity": "sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==", "cpu": [ "x64" ], @@ -5494,15 +4856,29 @@ "os": [ "win32" ], + "peer": true, "engines": { "node": ">= 10" } }, + "node_modules/@nx/plugin": { + "version": "19.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@nrwl/nx-plugin": "19.3.0", + "@nx/devkit": "19.3.0", + "@nx/eslint": "19.3.0", + "@nx/jest": "19.3.0", + "@nx/js": "19.3.0", + "fs-extra": "^11.1.0", + "tslib": "^2.3.0" + } + }, "node_modules/@nx/workspace": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.3.0.tgz", - "integrity": "sha512-mhhQIXPGOysg/1vqGnXzwB3ODckpwi2OxQm4x4R1rX8tnS7I4+K2MZFyQzpa13vPf4h4Y4yxdDUl+TfZa7lVhQ==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/workspace": "19.3.0", "@nx/devkit": "19.3.0", @@ -5515,9 +4891,8 @@ }, "node_modules/@nx/workspace/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -5529,10 +4904,9 @@ } }, "node_modules/@nx/workspace/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "version": "4.1.2", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5546,9 +4920,8 @@ }, "node_modules/@nx/workspace/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -5558,24 +4931,21 @@ }, "node_modules/@nx/workspace/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@octokit/auth-token": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz", - "integrity": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 14" } }, "node_modules/@octokit/core": { "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.4.tgz", - "integrity": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", @@ -5591,9 +4961,8 @@ }, "node_modules/@octokit/endpoint": { "version": "7.0.6", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.6.tgz", - "integrity": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "is-plain-object": "^5.0.0", @@ -5605,9 +4974,8 @@ }, "node_modules/@octokit/graphql": { "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", - "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/request": "^6.0.0", "@octokit/types": "^9.0.0", @@ -5619,15 +4987,13 @@ }, "node_modules/@octokit/openapi-types": { "version": "18.1.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", - "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz", - "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/tsconfig": "^1.0.2", "@octokit/types": "^9.2.3" @@ -5641,9 +5007,8 @@ }, "node_modules/@octokit/plugin-retry": { "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-4.1.6.tgz", - "integrity": "sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -5657,9 +5022,8 @@ }, "node_modules/@octokit/plugin-throttling": { "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-5.2.3.tgz", - "integrity": "sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -5673,9 +5037,8 @@ }, "node_modules/@octokit/request": { "version": "6.2.8", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz", - "integrity": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", @@ -5690,9 +5053,8 @@ }, "node_modules/@octokit/request-error": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz", - "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "deprecation": "^2.0.0", @@ -5704,24 +5066,21 @@ }, "node_modules/@octokit/tsconfig": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz", - "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@octokit/types": { "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz", - "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^18.0.0" } }, "node_modules/@phenomnomnominal/tsquery": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-5.0.1.tgz", - "integrity": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==", "dev": true, + "license": "MIT", "dependencies": { "esquery": "^1.4.0" }, @@ -5731,9 +5090,8 @@ }, "node_modules/@pkgr/core": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", - "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, @@ -5743,18 +5101,16 @@ }, "node_modules/@pnpm/config.env-replace": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", - "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.22.0" } }, "node_modules/@pnpm/network.ca-file": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", - "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "4.2.10" }, @@ -5764,15 +5120,13 @@ }, "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@pnpm/npm-conf": { "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.2.2.tgz", - "integrity": "sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==", "dev": true, + "license": "MIT", "dependencies": { "@pnpm/config.env-replace": "^1.1.0", "@pnpm/network.ca-file": "^1.0.1", @@ -5784,9 +5138,8 @@ }, "node_modules/@semantic-release/changelog": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-6.0.3.tgz", - "integrity": "sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==", "dev": true, + "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -5802,9 +5155,8 @@ }, "node_modules/@semantic-release/commit-analyzer": { "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", - "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", "dev": true, + "license": "MIT", "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-commits-filter": "^2.0.0", @@ -5823,9 +5175,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-changelog-angular": { "version": "5.0.13", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0", "q": "^1.5.1" @@ -5836,9 +5187,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-commits-parser": { "version": "3.2.4", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", - "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", "dev": true, + "license": "MIT", "dependencies": { "is-text-path": "^1.0.1", "JSONStream": "^1.0.4", @@ -5856,9 +5206,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -5869,9 +5218,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/hosted-git-info": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -5881,9 +5229,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/is-text-path": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, + "license": "MIT", "dependencies": { "text-extensions": "^1.0.0" }, @@ -5893,9 +5240,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -5905,9 +5251,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -5917,9 +5262,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/meow": { "version": "8.1.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -5942,9 +5286,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/normalize-package-data": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -5957,9 +5300,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -5972,9 +5314,8 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -5984,18 +5325,16 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/read-pkg-up": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -6010,36 +5349,32 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/split2": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dev": true, + "license": "ISC", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/text-extensions": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", - "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/type-fest": { "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -6049,33 +5384,29 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@semantic-release/commit-analyzer/node_modules/yargs-parser": { "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/@semantic-release/error": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz", - "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.17" } }, "node_modules/@semantic-release/exec": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@semantic-release/exec/-/exec-6.0.3.tgz", - "integrity": "sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==", "dev": true, + "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -6093,9 +5424,8 @@ }, "node_modules/@semantic-release/exec/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -6116,9 +5446,8 @@ }, "node_modules/@semantic-release/exec/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6128,18 +5457,16 @@ }, "node_modules/@semantic-release/exec/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/@semantic-release/exec/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -6149,18 +5476,16 @@ }, "node_modules/@semantic-release/exec/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/exec/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -6173,24 +5498,21 @@ }, "node_modules/@semantic-release/exec/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@semantic-release/exec/node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/git": { "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@semantic-release/git/-/git-10.0.1.tgz", - "integrity": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==", "dev": true, + "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -6210,9 +5532,8 @@ }, "node_modules/@semantic-release/git/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -6233,9 +5554,8 @@ }, "node_modules/@semantic-release/git/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6245,18 +5565,16 @@ }, "node_modules/@semantic-release/git/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/@semantic-release/git/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -6266,18 +5584,16 @@ }, "node_modules/@semantic-release/git/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/git/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -6290,24 +5606,21 @@ }, "node_modules/@semantic-release/git/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@semantic-release/git/node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/github": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.1.0.tgz", - "integrity": "sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg==", "dev": true, + "license": "MIT", "dependencies": { "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^6.1.2", @@ -6336,9 +5649,8 @@ }, "node_modules/@semantic-release/npm": { "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.2.tgz", - "integrity": "sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==", "dev": true, + "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -6363,9 +5675,8 @@ }, "node_modules/@semantic-release/npm/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -6386,9 +5697,8 @@ }, "node_modules/@semantic-release/npm/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6398,18 +5708,16 @@ }, "node_modules/@semantic-release/npm/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/@semantic-release/npm/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -6419,18 +5727,16 @@ }, "node_modules/@semantic-release/npm/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/npm/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -6443,24 +5749,21 @@ }, "node_modules/@semantic-release/npm/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@semantic-release/npm/node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/release-notes-generator": { "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz", - "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==", "dev": true, + "license": "MIT", "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-changelog-writer": "^5.0.0", @@ -6482,9 +5785,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-changelog-angular": { "version": "5.0.13", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", - "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0", "q": "^1.5.1" @@ -6495,9 +5797,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-commits-parser": { "version": "3.2.4", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", - "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", "dev": true, + "license": "MIT", "dependencies": { "is-text-path": "^1.0.1", "JSONStream": "^1.0.4", @@ -6515,9 +5816,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -6528,9 +5828,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6540,9 +5839,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/hosted-git-info": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -6552,9 +5850,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/is-text-path": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, + "license": "MIT", "dependencies": { "text-extensions": "^1.0.0" }, @@ -6564,9 +5861,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -6576,9 +5872,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -6588,9 +5883,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/meow": { "version": "8.1.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -6613,9 +5907,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/normalize-package-data": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -6628,9 +5921,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -6643,9 +5935,8 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -6655,18 +5946,16 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg-up": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -6681,36 +5970,32 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/split2": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dev": true, + "license": "ISC", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/text-extensions": { "version": "1.9.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", - "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/type-fest": { "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -6720,47 +6005,51 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/@semantic-release/release-notes-generator/node_modules/yargs-parser": { "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/@sinclair/typebox": { "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true + "license": "MIT" + }, + "node_modules/@sindresorhus/is": { + "version": "4.6.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } }, "node_modules/@sinonjs/commons": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" } }, "node_modules/@sinonjs/fake-timers": { "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0" } }, "node_modules/@smithy/abort-controller": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.0.1.tgz", - "integrity": "sha512-Jb7jg4E+C+uvrUQi+h9kbILY6ts6fglKZzseMCHlH9ayq+1f5QdpYf8MV/xppuiN6DAMJAmwGz53GwP3213dmA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -6771,8 +6060,7 @@ }, "node_modules/@smithy/config-resolver": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.2.tgz", - "integrity": "sha512-wUyG6ezpp2sWAvfqmSYTROwFUmJqKV78GLf55WODrosBcT0BAMd9bOLO4HRhynWBgAobPml2cF9ZOdgCe00r+g==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^3.1.1", "@smithy/types": "^3.1.0", @@ -6786,8 +6074,7 @@ }, "node_modules/@smithy/core": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.2.1.tgz", - "integrity": "sha512-R8Pzrr2v2oGUoj4CTZtKPr87lVtBsz7IUBGhSwS1kc6Cj0yPwNdYbkzhFsxhoDE9+BPl09VN/6rFsW9GJzWnBA==", + "license": "Apache-2.0", "dependencies": { "@smithy/middleware-endpoint": "^3.0.2", "@smithy/middleware-retry": "^3.0.4", @@ -6804,8 +6091,7 @@ }, "node_modules/@smithy/credential-provider-imds": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.1.1.tgz", - "integrity": "sha512-htndP0LwHdE3R3Nam9ZyVWhwPYOmD4xCL79kqvNxy8u/bv0huuy574CSiRY4cvEICgimv8jlVfLeZ7zZqbnB2g==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^3.1.1", "@smithy/property-provider": "^3.1.1", @@ -6819,8 +6105,7 @@ }, "node_modules/@smithy/fetch-http-handler": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.0.2.tgz", - "integrity": "sha512-0nW6tLK0b7EqSsfKvnOmZCgJqnodBAnvqcrlC5dotKfklLedPTRGsQamSVbVDWyuU/QGg+YbZDJUQ0CUufJXZQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/protocol-http": "^4.0.1", "@smithy/querystring-builder": "^3.0.1", @@ -6831,8 +6116,7 @@ }, "node_modules/@smithy/hash-node": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.1.tgz", - "integrity": "sha512-w2ncjgk2EYO2+WhAsSQA8owzoOSY7IL1qVytlwpnL1pFGWTjIoIh5nROkEKXY51unB63bMGZqDiVoXaFbyKDlg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "@smithy/util-buffer-from": "^3.0.0", @@ -6845,8 +6129,7 @@ }, "node_modules/@smithy/invalid-dependency": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.1.tgz", - "integrity": "sha512-RSNF/32BKygXKKMyS7koyuAq1rcdW5p5c4EFa77QenBFze9As+JiRnV9OWBh2cB/ejGZalEZjvIrMLHwJl7aGA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -6854,8 +6137,7 @@ }, "node_modules/@smithy/is-array-buffer": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz", - "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -6865,8 +6147,7 @@ }, "node_modules/@smithy/middleware-content-length": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.1.tgz", - "integrity": "sha512-6QdK/VbrCfXD5/QolE2W/ok6VqxD+SM28Ds8iSlEHXZwv4buLsvWyvoEEy0322K/g5uFgPzBmZjGqesTmPL+yQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/protocol-http": "^4.0.1", "@smithy/types": "^3.1.0", @@ -6878,8 +6159,7 @@ }, "node_modules/@smithy/middleware-endpoint": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.0.2.tgz", - "integrity": "sha512-gWEaGYB3Bei17Oiy/F2IlUPpBazNXImytoOdJ1xbrUOaJKAOiUhx8/4FOnYLLJHdAwa9PlvJ2ULda2f/Dnwi9w==", + "license": "Apache-2.0", "dependencies": { "@smithy/middleware-serde": "^3.0.1", "@smithy/node-config-provider": "^3.1.1", @@ -6895,8 +6175,7 @@ }, "node_modules/@smithy/middleware-retry": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.4.tgz", - "integrity": "sha512-Tu+FggbLNF5G9L6Wi8o32Mg4bhlBInWlhhaFKyytGRnkfxGopxFVXJQn7sjZdFYJyTz6RZZa06tnlvavUgtoVg==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^3.1.1", "@smithy/protocol-http": "^4.0.1", @@ -6914,8 +6193,7 @@ }, "node_modules/@smithy/middleware-serde": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.1.tgz", - "integrity": "sha512-ak6H/ZRN05r5+SR0/IUc5zOSyh2qp3HReg1KkrnaSLXmncy9lwOjNqybX4L4x55/e5mtVDn1uf/gQ6bw5neJPw==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -6926,8 +6204,7 @@ }, "node_modules/@smithy/middleware-stack": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.1.tgz", - "integrity": "sha512-fS5uT//y1SlBdkzIvgmWQ9FufwMXrHSSbuR25ygMy1CRDIZkcBMoF4oTMYNfR9kBlVBcVzlv7joFdNrFuQirPA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -6938,8 +6215,7 @@ }, "node_modules/@smithy/node-config-provider": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.1.1.tgz", - "integrity": "sha512-z5G7+ysL4yUtMghUd2zrLkecu0mTfnYlt5dR76g/HsFqf7evFazwiZP1ag2EJenGxNBDwDM5g8nm11NPogiUVA==", + "license": "Apache-2.0", "dependencies": { "@smithy/property-provider": "^3.1.1", "@smithy/shared-ini-file-loader": "^3.1.1", @@ -6952,8 +6228,7 @@ }, "node_modules/@smithy/node-http-handler": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.0.1.tgz", - "integrity": "sha512-hlBI6MuREA4o1wBMEt+QNhUzoDtFFvwR6ecufimlx9D79jPybE/r8kNorphXOi91PgSO9S2fxRjcKCLk7Jw8zA==", + "license": "Apache-2.0", "dependencies": { "@smithy/abort-controller": "^3.0.1", "@smithy/protocol-http": "^4.0.1", @@ -6967,8 +6242,7 @@ }, "node_modules/@smithy/property-provider": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.1.tgz", - "integrity": "sha512-YknOMZcQkB5on+MU0DvbToCmT2YPtTETMXW0D3+/Iln7ezT+Zm1GMHhCW1dOH/X/+LkkQD9aXEoCX/B10s4Xdw==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -6979,8 +6253,7 @@ }, "node_modules/@smithy/protocol-http": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.0.1.tgz", - "integrity": "sha512-eBhm9zwcFPEazc654c0BEWtxYAzrw+OhoSf5pkwKzfftWKXRoqEhwOE2Pvn30v0iAdo7Mfsfb6pi1NnZlGCMpg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -6991,8 +6264,7 @@ }, "node_modules/@smithy/querystring-builder": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.1.tgz", - "integrity": "sha512-vKitpnG/2KOMVlx3x1S3FkBH075EROG3wcrcDaNerQNh8yuqnSL23btCD2UyX4i4lpPzNW6VFdxbn2Z25b/g5Q==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "@smithy/util-uri-escape": "^3.0.0", @@ -7004,8 +6276,7 @@ }, "node_modules/@smithy/querystring-parser": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.1.tgz", - "integrity": "sha512-Qt8DMC05lVS8NcQx94lfVbZSX+2Ym7032b/JR8AlboAa/D669kPzqb35dkjkvAG6+NWmUchef3ENtrD6F+5n8Q==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -7016,8 +6287,7 @@ }, "node_modules/@smithy/service-error-classification": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.1.tgz", - "integrity": "sha512-ubFUvIePjDCyIzZ+pLETqNC6KXJ/fc6g+/baqel7Zf6kJI/kZKgjwkCI7zbUhoUuOZ/4eA/87YasVu40b/B4bA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0" }, @@ -7027,8 +6297,7 @@ }, "node_modules/@smithy/shared-ini-file-loader": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.1.1.tgz", - "integrity": "sha512-nD6tXIX2126/P9e3wqRY1bm9dTtPZwRDyjVOd18G28o+1UOG+kOVgUwujE795HslSuPlEgqzsH5sgNP1hDjj9g==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -7039,8 +6308,7 @@ }, "node_modules/@smithy/signature-v4": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-3.0.1.tgz", - "integrity": "sha512-ARAmD+E7j6TIEhKLjSZxdzs7wceINTMJRN2BXPM09BiUmJhkXAF1ZZtDXH6fhlk7oehBZeh37wGiPOqtdKjLeg==", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^3.0.0", "@smithy/types": "^3.1.0", @@ -7056,8 +6324,7 @@ }, "node_modules/@smithy/smithy-client": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-3.1.2.tgz", - "integrity": "sha512-f3eQpczBOFUtdT/ptw2WpUKu1qH1K7xrssrSiHYtd9TuLXkvFqb88l9mz9FHeUVNSUxSnkW1anJnw6rLwUKzQQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/middleware-endpoint": "^3.0.2", "@smithy/middleware-stack": "^3.0.1", @@ -7072,8 +6339,7 @@ }, "node_modules/@smithy/types": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.1.0.tgz", - "integrity": "sha512-qi4SeCVOUPjhSSZrxxB/mB8DrmuSFUcJnD9KXjuP+7C3LV/KFV4kpuUSH3OHDZgQB9TEH/1sO/Fq/5HyaK9MPw==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -7083,8 +6349,7 @@ }, "node_modules/@smithy/url-parser": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-3.0.1.tgz", - "integrity": "sha512-G140IlNFlzYWVCedC4E2d6NycM1dCUbe5CnsGW1hmGt4hYKiGOw0v7lVru9WAn5T2w09QEjl4fOESWjGmCvVmg==", + "license": "Apache-2.0", "dependencies": { "@smithy/querystring-parser": "^3.0.1", "@smithy/types": "^3.1.0", @@ -7093,8 +6358,7 @@ }, "node_modules/@smithy/util-base64": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-3.0.0.tgz", - "integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^3.0.0", "@smithy/util-utf8": "^3.0.0", @@ -7106,16 +6370,14 @@ }, "node_modules/@smithy/util-body-length-browser": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz", - "integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" } }, "node_modules/@smithy/util-body-length-node": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz", - "integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -7125,8 +6387,7 @@ }, "node_modules/@smithy/util-buffer-from": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz", - "integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^3.0.0", "tslib": "^2.6.2" @@ -7137,8 +6398,7 @@ }, "node_modules/@smithy/util-config-provider": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz", - "integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -7148,8 +6408,7 @@ }, "node_modules/@smithy/util-defaults-mode-browser": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.4.tgz", - "integrity": "sha512-sXtin3Mue3A3xo4+XkozpgPptgmRwvNPOqTvb3ANGTCzzoQgAPBNjpE+aXCINaeSMXwHmv7E2oEn2vWdID+SAQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/property-provider": "^3.1.1", "@smithy/smithy-client": "^3.1.2", @@ -7163,8 +6422,7 @@ }, "node_modules/@smithy/util-defaults-mode-node": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.4.tgz", - "integrity": "sha512-CUF6TyxLh3CgBRVYgZNOPDfzHQjeQr0vyALR6/DkQkOm7rNfGEzW1BRFi88C73pndmfvoiIT7ochuT76OPz9Dw==", + "license": "Apache-2.0", "dependencies": { "@smithy/config-resolver": "^3.0.2", "@smithy/credential-provider-imds": "^3.1.1", @@ -7180,8 +6438,7 @@ }, "node_modules/@smithy/util-endpoints": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-2.0.2.tgz", - "integrity": "sha512-4zFOcBFQvifd2LSD4a1dKvfIWWwh4sWNtS3oZ7mpob/qPPmJseqKB148iT+hWCDsG//TmI+8vjYPgZdvnkYlTg==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^3.1.1", "@smithy/types": "^3.1.0", @@ -7193,8 +6450,7 @@ }, "node_modules/@smithy/util-hex-encoding": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz", - "integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -7204,8 +6460,7 @@ }, "node_modules/@smithy/util-middleware": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.1.tgz", - "integrity": "sha512-WRODCQtUsO7vIvfrdxS8RFPeLKcewYtaCglZsBsedIKSUGIIvMlZT5oh+pCe72I+1L+OjnZuqRNpN2LKhWA4KQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^3.1.0", "tslib": "^2.6.2" @@ -7216,8 +6471,7 @@ }, "node_modules/@smithy/util-retry": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-3.0.1.tgz", - "integrity": "sha512-5lRtYm+8fNFEUTdqZXg5M4ppVp40rMIJfR1TpbHAhKQgPIDpWT+iYMaqgnwEbtpi9U1smyUOPv5Sg+M1neOBgw==", + "license": "Apache-2.0", "dependencies": { "@smithy/service-error-classification": "^3.0.1", "@smithy/types": "^3.1.0", @@ -7229,8 +6483,7 @@ }, "node_modules/@smithy/util-stream": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.0.2.tgz", - "integrity": "sha512-n5Obp5AnlI6qHo8sbupwrcpBe6vFp4qkl0SRNuExKPNrH3ABAMG2ZszRTIUIv2b4AsFrCO+qiy4uH1Q3z1dxTA==", + "license": "Apache-2.0", "dependencies": { "@smithy/fetch-http-handler": "^3.0.2", "@smithy/node-http-handler": "^3.0.1", @@ -7247,8 +6500,7 @@ }, "node_modules/@smithy/util-uri-escape": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz", - "integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, @@ -7258,8 +6510,7 @@ }, "node_modules/@smithy/util-utf8": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz", - "integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^3.0.0", "tslib": "^2.6.2" @@ -7270,9 +6521,8 @@ }, "node_modules/@swc-node/core": { "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@swc-node/core/-/core-1.13.1.tgz", - "integrity": "sha512-emB5l2nZsXjUEAuusqjYvWnQMLWZp6K039Mv8aq5SX1rsNM/N7DNhw1i4/DX7AyzNZ0tT+ASWyTvqEURldp5HA==", - "dev": true, + "devOptional": true, + "license": "MIT", "engines": { "node": ">= 10" }, @@ -7287,239 +6537,131 @@ }, "node_modules/@swc-node/register": { "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@swc-node/register/-/register-1.9.2.tgz", - "integrity": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==", - "dev": true, + "devOptional": true, + "license": "MIT", "dependencies": { "@swc-node/core": "^1.13.1", "@swc-node/sourcemap-support": "^0.5.0", - "colorette": "^2.0.20", - "debug": "^4.3.4", - "pirates": "^4.0.6", - "tslib": "^2.6.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/Brooooooklyn" - }, - "peerDependencies": { - "@swc/core": ">= 1.4.13", - "typescript": ">= 4.3" - } - }, - "node_modules/@swc-node/sourcemap-support": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@swc-node/sourcemap-support/-/sourcemap-support-0.5.0.tgz", - "integrity": "sha512-fbhjL5G0YvFoWwNhWleuBUfotiX+USiA9oJqu9STFw+Hb0Cgnddn+HVS/K5fI45mn92e8V+cHD2jgFjk4w2T9Q==", - "dev": true, - "dependencies": { - "source-map-support": "^0.5.21", - "tslib": "^2.6.2" - } - }, - "node_modules/@swc-node/sourcemap-support/node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@swc/core": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.4.17.tgz", - "integrity": "sha512-tq+mdWvodMBNBBZbwFIMTVGYHe9N7zvEaycVVjfvAx20k1XozHbHhRv+9pEVFJjwRxLdXmtvFZd3QZHRAOpoNQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@swc/counter": "^0.1.2", - "@swc/types": "^0.1.5" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/swc" - }, - "optionalDependencies": { - "@swc/core-darwin-arm64": "1.4.17", - "@swc/core-darwin-x64": "1.4.17", - "@swc/core-linux-arm-gnueabihf": "1.4.17", - "@swc/core-linux-arm64-gnu": "1.4.17", - "@swc/core-linux-arm64-musl": "1.4.17", - "@swc/core-linux-x64-gnu": "1.4.17", - "@swc/core-linux-x64-musl": "1.4.17", - "@swc/core-win32-arm64-msvc": "1.4.17", - "@swc/core-win32-ia32-msvc": "1.4.17", - "@swc/core-win32-x64-msvc": "1.4.17" - }, - "peerDependencies": { - "@swc/helpers": "^0.5.0" - }, - "peerDependenciesMeta": { - "@swc/helpers": { - "optional": true - } - } - }, - "node_modules/@swc/core-darwin-arm64": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.4.17.tgz", - "integrity": "sha512-HVl+W4LezoqHBAYg2JCqR+s9ife9yPfgWSj37iIawLWzOmuuJ7jVdIB7Ee2B75bEisSEKyxRlTl6Y1Oq3owBgw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-darwin-x64": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.4.17.tgz", - "integrity": "sha512-WYRO9Fdzq4S/he8zjW5I95G1zcvyd9yyD3Tgi4/ic84P5XDlSMpBDpBLbr/dCPjmSg7aUXxNQqKqGkl6dQxYlA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.4.17.tgz", - "integrity": "sha512-cgbvpWOvtMH0XFjvwppUCR+Y+nf6QPaGu6AQ5hqCP+5Lv2zO5PG0RfasC4zBIjF53xgwEaaWmGP5/361P30X8Q==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.4.17.tgz", - "integrity": "sha512-l7zHgaIY24cF9dyQ/FOWbmZDsEj2a9gRFbmgx2u19e3FzOPuOnaopFj0fRYXXKCmtdx+anD750iBIYnTR+pq/Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" + "colorette": "^2.0.20", + "debug": "^4.3.4", + "pirates": "^4.0.6", + "tslib": "^2.6.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@swc/core": ">= 1.4.13", + "typescript": ">= 4.3" } }, - "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.4.17.tgz", - "integrity": "sha512-qhH4gr9gAlVk8MBtzXbzTP3BJyqbAfUOATGkyUtohh85fPXQYuzVlbExix3FZXTwFHNidGHY8C+ocscI7uDaYw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" + "node_modules/@swc-node/sourcemap-support": { + "version": "0.5.0", + "devOptional": true, + "license": "MIT", + "dependencies": { + "source-map-support": "^0.5.21", + "tslib": "^2.6.2" } }, - "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.4.17.tgz", - "integrity": "sha512-vRDFATL1oN5oZMImkwbgSHEkp8xG1ofEASBypze01W1Tqto8t+yo6gsp69wzCZBlxldsvPpvFZW55Jq0Rn+UnA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" + "node_modules/@swc-node/sourcemap-support/node_modules/source-map-support": { + "version": "0.5.21", + "devOptional": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" } }, - "node_modules/@swc/core-linux-x64-musl": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.4.17.tgz", - "integrity": "sha512-zQNPXAXn3nmPqv54JVEN8k2JMEcMTQ6veVuU0p5O+A7KscJq+AGle/7ZQXzpXSfUCXlLMX4wvd+rwfGhh3J4cw==", - "cpu": [ - "x64" - ], + "node_modules/@swc/cli": { + "version": "0.3.14", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "license": "MIT", + "dependencies": { + "@mole-inc/bin-wrapper": "^8.0.1", + "@swc/counter": "^0.1.3", + "commander": "^8.3.0", + "fast-glob": "^3.2.5", + "minimatch": "^9.0.3", + "piscina": "^4.3.0", + "semver": "^7.3.8", + "slash": "3.0.0", + "source-map": "^0.7.3" + }, + "bin": { + "spack": "bin/spack.js", + "swc": "bin/swc.js", + "swcx": "bin/swcx.js" + }, "engines": { - "node": ">=10" + "node": ">= 16.14.0" + }, + "peerDependencies": { + "@swc/core": "^1.2.66", + "chokidar": "^3.5.1" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } } }, - "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.4.17.tgz", - "integrity": "sha512-z86n7EhOwyzxwm+DLE5NoLkxCTme2lq7QZlDjbQyfCxOt6isWz8rkW5QowTX8w9Rdmk34ncrjSLvnHOeLY17+w==", - "cpu": [ - "arm64" - ], + "node_modules/@swc/cli/node_modules/source-map": { + "version": "0.7.4", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "license": "BSD-3-Clause", "engines": { - "node": ">=10" + "node": ">= 8" } }, - "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.4.17.tgz", - "integrity": "sha512-JBwuSTJIgiJJX6wtr4wmXbfvOswHFj223AumUrK544QV69k60FJ9q2adPW9Csk+a8wm1hLxq4HKa2K334UHJ/g==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], + "node_modules/@swc/core": { + "version": "1.5.29", + "devOptional": true, + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@swc/counter": "^0.1.3", + "@swc/types": "^0.1.8" + }, "engines": { "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/swc" + }, + "optionalDependencies": { + "@swc/core-darwin-arm64": "1.5.29", + "@swc/core-darwin-x64": "1.5.29", + "@swc/core-linux-arm-gnueabihf": "1.5.29", + "@swc/core-linux-arm64-gnu": "1.5.29", + "@swc/core-linux-arm64-musl": "1.5.29", + "@swc/core-linux-x64-gnu": "1.5.29", + "@swc/core-linux-x64-musl": "1.5.29", + "@swc/core-win32-arm64-msvc": "1.5.29", + "@swc/core-win32-ia32-msvc": "1.5.29", + "@swc/core-win32-x64-msvc": "1.5.29" + }, + "peerDependencies": { + "@swc/helpers": "*" + }, + "peerDependenciesMeta": { + "@swc/helpers": { + "optional": true + } } }, - "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.4.17.tgz", - "integrity": "sha512-jFkOnGQamtVDBm3MF5Kq1lgW8vx4Rm1UvJWRUfg+0gx7Uc3Jp3QMFeMNw/rDNQYRDYPG3yunCC+2463ycd5+dg==", + "node_modules/@swc/core-darwin-arm64": { + "version": "1.5.29", "cpu": [ - "x64" + "arm64" ], "dev": true, + "license": "Apache-2.0 AND MIT", "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">=10" @@ -7527,33 +6669,40 @@ }, "node_modules/@swc/counter": { "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", - "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", - "dev": true + "devOptional": true, + "license": "Apache-2.0" }, "node_modules/@swc/helpers": { "version": "0.5.11", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.11.tgz", - "integrity": "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "tslib": "^2.4.0" } }, "node_modules/@swc/types": { "version": "0.1.8", - "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.8.tgz", - "integrity": "sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==", - "dev": true, + "devOptional": true, + "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3" } }, + "node_modules/@szmarczak/http-timer": { + "version": "4.0.6", + "dev": true, + "license": "MIT", + "dependencies": { + "defer-to-connect": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@theunderscorer/nx-semantic-release": { "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@theunderscorer/nx-semantic-release/-/nx-semantic-release-2.11.0.tgz", - "integrity": "sha512-pUyRdSSaNHexXdO2xfAS7xFlwnE9XoUd7q17uzh4dkc+VLSHs2Cw6cqUttiUs8N5uVV0tOCtpfxMqSQ9ho8vbw==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/devkit": "17.2.7", "@nx/devkit": "^17.2.7", @@ -7575,18 +6724,16 @@ }, "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/devkit": { "version": "17.2.7", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-17.2.7.tgz", - "integrity": "sha512-TISLlIH3xSWre2NLg0aMUBmTvMus+xUicaMeg8DWvwSXJJIMC5QFlB1hjw0VkyLsSraHpd5PWtyDqldHWRfKUQ==", "dev": true, + "license": "MIT", "dependencies": { "@nx/devkit": "17.2.7" } }, "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/devkit/node_modules/@nx/devkit": { "version": "17.2.7", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-17.2.7.tgz", - "integrity": "sha512-RyJyFO5PkNhMrebpv93Bci6pRkrw6guyfX7Esl/5+O6UfN0ytnmaRIrbiVwftTQ6m/T08OWrJQHZMuByP0WWHQ==", "dev": true, + "license": "MIT", "dependencies": { "@nrwl/devkit": "17.2.7", "ejs": "^3.1.7", @@ -7595,217 +6742,62 @@ "semver": "7.5.3", "tmp": "~0.2.1", "tslib": "^2.3.0" - }, - "peerDependencies": { - "nx": ">= 16 <= 18" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/tao": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-18.3.5.tgz", - "integrity": "sha512-gB7Vxa6FReZZEGva03Eh+84W8BSZOjsNyXboglOINu6d8iZZ0eotSXGziKgjpkj3feZ1ofKZMs0PRObVAOROVw==", - "dev": true, - "peer": true, - "dependencies": { - "nx": "18.3.5", - "tslib": "^2.3.0" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-17.3.2.tgz", - "integrity": "sha512-gbOIhwrZKCSSFFbh6nE6LLCvAU7mhSdBSnRiS14YBwJJMu4CRJ0IcaFz58iXqGWZefMivKtkNFtx+zqwUC4ziw==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "17.3.2", - "ejs": "^3.1.7", - "enquirer": "~2.3.6", - "ignore": "^5.0.4", - "semver": "^7.5.3", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" - }, - "peerDependencies": { - "nx": ">= 16 <= 18" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit/node_modules/@nrwl/devkit": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-17.3.2.tgz", - "integrity": "sha512-31wh7dDZPM1YUCfhhk/ioHnUeoPIlKYLFLW0fGdw76Ow2nmTqrmxha2m0CSIR1/9En9GpYut2IdUdNh9CctNlA==", - "dev": true, - "dependencies": { - "@nx/devkit": "17.3.2" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-darwin-arm64": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-18.3.5.tgz", - "integrity": "sha512-4I5UpZ/x2WO9OQyETXKjaYhXiZKUTYcLPewruRMODWu6lgTM9hHci0SqMQB+TWe3f80K8VT8J8x3+uJjvllGlg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-darwin-x64": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-18.3.5.tgz", - "integrity": "sha512-Drn6jOG237AD/s6OWPt06bsMj0coGKA5Ce1y5gfLhptOGk4S4UPE/Ay5YCjq+/yhTo1gDHzCHxH0uW2X9MN9Fg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-freebsd-x64": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-18.3.5.tgz", - "integrity": "sha512-8tA8Yw0Iir4liFjffIFS5THTS3TtWY/No2tkVj91gwy/QQ/otvKbOyc5RCIPpbZU6GS3ZWfG92VyCSm06dtMFg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-18.3.5.tgz", - "integrity": "sha512-BrPGAHM9FCGkB9/hbvlJhe+qtjmvpjIjYixGIlUxL3gGc8E/ucTyCnz5pRFFPFQlBM7Z/9XmbHvGPoUi/LYn5A==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-linux-arm64-gnu": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-18.3.5.tgz", - "integrity": "sha512-/Xd0Q3LBgJeigJqXC/Jck/9l5b+fK+FCM0nRFMXgPXrhZPhoxWouFkoYl2F1Ofr+AQf4jup4DkVTB5r98uxSCA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-linux-arm64-musl": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-18.3.5.tgz", - "integrity": "sha512-r18qd7pUrl1haAZ/e9Q+xaFTsLJnxGARQcf/Y76q+K2psKmiUXoRlqd3HAOw43KTllaUJ5HkzLq2pIwg3p+xBw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" + }, + "peerDependencies": { + "nx": ">= 16 <= 18" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-linux-x64-gnu": { + "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/tao": { "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-18.3.5.tgz", - "integrity": "sha512-vYrikG6ff4I9cvr3Ysk3y3gjQ9cDcvr3iAr+4qqcQ4qVE+OLL2++JDS6xfPvG/TbS3GTQpyy2STRBwiHgxTeJw==", - "cpu": [ - "x64" - ], + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-18.3.5.tgz", + "integrity": "sha512-gB7Vxa6FReZZEGva03Eh+84W8BSZOjsNyXboglOINu6d8iZZ0eotSXGziKgjpkj3feZ1ofKZMs0PRObVAOROVw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "peer": true, - "engines": { - "node": ">= 10" + "dependencies": { + "nx": "18.3.5", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-linux-x64-musl": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-18.3.5.tgz", - "integrity": "sha512-6np86lcYy3+x6kkW/HrBHIdNWbUu/MIsvMuNH5UXgyFs60l5Z7Cocay2f7WOaAbTLVAr0W7p4RxRPamHLRwWFA==", - "cpu": [ - "x64" - ], + "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit": { + "version": "17.3.2", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" + "license": "MIT", + "dependencies": { + "@nrwl/devkit": "17.3.2", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + }, + "peerDependencies": { + "nx": ">= 16 <= 18" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-win32-arm64-msvc": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-18.3.5.tgz", - "integrity": "sha512-H3p2ZVhHV1WQWTICrQUTplOkNId0y3c23X3A2fXXFDbWSBs0UgW7m55LhMcA9p0XZ7wDHgh+yFtVgu55TXLjug==", - "cpu": [ - "arm64" - ], + "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit/node_modules/@nrwl/devkit": { + "version": "17.3.2", "dev": true, - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">= 10" + "license": "MIT", + "dependencies": { + "@nx/devkit": "17.3.2" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-win32-x64-msvc": { + "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-darwin-arm64": { "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-18.3.5.tgz", - "integrity": "sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-18.3.5.tgz", + "integrity": "sha512-4I5UpZ/x2WO9OQyETXKjaYhXiZKUTYcLPewruRMODWu6lgTM9hHci0SqMQB+TWe3f80K8VT8J8x3+uJjvllGlg==", "cpu": [ - "x64" + "arm64" ], "dev": true, "optional": true, "os": [ - "win32" + "darwin" ], "peer": true, "engines": { @@ -7887,9 +6879,8 @@ }, "node_modules/@theunderscorer/nx-semantic-release/node_modules/cosmiconfig": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, + "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", @@ -7916,9 +6907,8 @@ }, "node_modules/@theunderscorer/nx-semantic-release/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -8000,9 +6990,8 @@ }, "node_modules/@theunderscorer/nx-semantic-release/node_modules/semver": { "version": "7.5.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -8015,39 +7004,46 @@ }, "node_modules/@theunderscorer/nx-semantic-release/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" + }, + "node_modules/@tokenizer/token": { + "version": "0.3.0", + "dev": true, + "license": "MIT" + }, + "node_modules/@tootallnate/once": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + } }, "node_modules/@tsconfig/node10": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", - "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@tsconfig/node12": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@tsconfig/node14": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@tsconfig/node16": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/babel__core": { "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", @@ -8058,18 +7054,16 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" @@ -8077,164 +7071,189 @@ }, "node_modules/@types/babel__traverse": { "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" } }, + "node_modules/@types/cacheable-request": { + "version": "6.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-cache-semantics": "*", + "@types/keyv": "^3.1.4", + "@types/node": "*", + "@types/responselike": "^1.0.0" + } + }, "node_modules/@types/conventional-commits-parser": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", - "integrity": "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/fs-extra": { "version": "8.1.5", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz", - "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/graceful-fs": { "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", - "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.4", + "dev": true, + "license": "MIT" + }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "dev": true, + "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" } }, "node_modules/@types/istanbul-reports": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" } }, "node_modules/@types/jest": { "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" } }, + "node_modules/@types/jsdom": { + "version": "20.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/tough-cookie": "*", + "parse5": "^7.0.0" + } + }, "node_modules/@types/json-schema": { "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/jsonwebtoken": { "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz", - "integrity": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/keyv": { + "version": "3.1.4", + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/minimist": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", - "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/parse-json": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/qs": { "version": "6.9.15", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", - "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==" + "license": "MIT" + }, + "node_modules/@types/responselike": { + "version": "1.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/semver": { "version": "7.5.8", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", - "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/stack-utils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/@types/tough-cookie": { + "version": "4.0.5", + "dev": true, + "license": "MIT" }, "node_modules/@types/uuid": { "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" + "license": "MIT" }, "node_modules/@types/ws": { "version": "8.5.10", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", - "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", "dev": true, + "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/@types/yargs-parser": { "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", - "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.5.1", "@typescript-eslint/scope-manager": "6.21.0", @@ -8267,9 +7286,8 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", - "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "6.21.0", "@typescript-eslint/utils": "6.21.0", @@ -8294,9 +7312,8 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", - "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", @@ -8319,9 +7336,8 @@ }, "node_modules/@typescript-eslint/parser": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz", - "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "6.21.0", "@typescript-eslint/types": "6.21.0", @@ -8347,9 +7363,8 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", - "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "6.21.0", "@typescript-eslint/visitor-keys": "6.21.0" @@ -8364,9 +7379,8 @@ }, "node_modules/@typescript-eslint/type-utils": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz", - "integrity": "sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "7.14.1", "@typescript-eslint/utils": "7.14.1", @@ -8391,9 +7405,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", - "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -8404,9 +7417,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", - "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -8432,9 +7444,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", - "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -8449,9 +7460,8 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -8464,9 +7474,8 @@ }, "node_modules/@typescript-eslint/types": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", - "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", "dev": true, + "license": "MIT", "engines": { "node": "^16.0.0 || >=18.0.0" }, @@ -8477,9 +7486,8 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", - "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "6.21.0", "@typescript-eslint/visitor-keys": "6.21.0", @@ -8505,9 +7513,8 @@ }, "node_modules/@typescript-eslint/utils": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.14.1.tgz", - "integrity": "sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "7.14.1", @@ -8527,9 +7534,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz", - "integrity": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1" @@ -8544,9 +7550,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", - "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -8557,9 +7562,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", - "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -8585,9 +7589,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", - "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -8602,9 +7605,8 @@ }, "node_modules/@typescript-eslint/utils/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -8617,9 +7619,8 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", - "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "6.21.0", "eslint-visitor-keys": "^3.4.1" @@ -8634,31 +7635,16 @@ }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, - "node_modules/@xmldom/xmldom": { - "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", - "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "dev": true, - "peer": true, - "engines": { - "node": ">=10.0.0" - } + "license": "ISC" }, "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", - "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", - "dev": true + "license": "BSD-2-Clause" }, "node_modules/@yarnpkg/parsers": { "version": "3.0.0-rc.46", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz", - "integrity": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==", - "dev": true, + "license": "BSD-2-Clause", "dependencies": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" @@ -8669,9 +7655,7 @@ }, "node_modules/@zkochan/js-yaml": { "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz", - "integrity": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==", - "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -8681,15 +7665,17 @@ }, "node_modules/@zkochan/js-yaml/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "license": "Python-2.0" + }, + "node_modules/abab": { + "version": "2.0.6", + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/acorn": { "version": "8.12.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz", - "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -8697,20 +7683,27 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-globals": { + "version": "7.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.1.0", + "acorn-walk": "^8.0.2" + } + }, "node_modules/acorn-jsx": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/acorn-walk": { "version": "8.3.3", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", - "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.11.0" }, @@ -8720,18 +7713,16 @@ }, "node_modules/address": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", - "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/agent-base": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.3.4" }, @@ -8741,9 +7732,8 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -8754,9 +7744,8 @@ }, "node_modules/ajv": { "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz", - "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", @@ -8770,18 +7759,15 @@ }, "node_modules/ansi-colors": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/ansi-escapes": { "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -8794,18 +7780,14 @@ }, "node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -8815,15 +7797,13 @@ }, "node_modules/ansicolors": { "version": "0.3.2", - "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", - "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/anymatch": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -8832,32 +7812,46 @@ "node": ">= 8" } }, + "node_modules/arch": { + "version": "2.2.0", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, "node_modules/arg": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/argparse": { "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } }, "node_modules/argv-formatter": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", - "integrity": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/array-buffer-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", - "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "is-array-buffer": "^3.0.4" @@ -8871,24 +7865,21 @@ }, "node_modules/array-ify": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", - "integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/array-union": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/arraybuffer.prototype.slice": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", - "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.5", @@ -8908,29 +7899,24 @@ }, "node_modules/arrify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/async": { "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true + "license": "MIT" }, "node_modules/asynckit": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "license": "MIT" }, "node_modules/available-typed-arrays": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", "dev": true, + "license": "MIT", "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -8943,9 +7929,8 @@ }, "node_modules/aws-crt": { "version": "1.21.3", - "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.21.3.tgz", - "integrity": "sha512-oaiP5zoPkXwbM9T3nwSgq6CBZWx0501iefLPg12FODniIgqGMyzbMXHYC+fxbCoP5SOQVmCwtAfbNuIG5bFENg==", "hasInstallScript": true, + "license": "Apache-2.0", "dependencies": { "@aws-sdk/util-utf8-browser": "^3.109.0", "@httptoolkit/websocket-stream": "^6.0.1", @@ -8958,8 +7943,6 @@ }, "node_modules/aws-crt/node_modules/buffer": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "funding": [ { "type": "github", @@ -8974,6 +7957,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.2.1" @@ -8981,8 +7965,7 @@ }, "node_modules/aws-iot-device-sdk-v2": { "version": "1.19.5", - "resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.19.5.tgz", - "integrity": "sha512-G/aJyt2CB3R2rgtg4Znv4JnTWacdAV+MP4ZEqrD2WJcZ36fY39z/vaci2IhxxKIg6R6ld8pE4cv2VQukeKEiuw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/util-utf8-browser": "^3.109.0", "aws-crt": "^1.21.2" @@ -8990,8 +7973,7 @@ }, "node_modules/axios": { "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -9000,8 +7982,7 @@ }, "node_modules/axios-retry": { "version": "4.4.0", - "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.4.0.tgz", - "integrity": "sha512-yewTKjzl6jSgc+2M7FCJ3LxRGgL1iiXHcj+E6h6xie6H1mTHr7yqaUroWIvVXG1UKSPwGDXxV05YxtGvrD6Paw==", + "license": "Apache-2.0", "dependencies": { "is-retry-allowed": "^2.2.0" }, @@ -9011,9 +7992,8 @@ }, "node_modules/babel-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "dev": true, + "license": "MIT", "dependencies": { "@jest/transform": "^29.7.0", "@types/babel__core": "^7.1.14", @@ -9032,9 +8012,8 @@ }, "node_modules/babel-jest/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -9047,9 +8026,8 @@ }, "node_modules/babel-jest/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -9063,9 +8041,8 @@ }, "node_modules/babel-jest/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -9075,15 +8052,13 @@ }, "node_modules/babel-jest/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/babel-plugin-const-enum": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/babel-plugin-const-enum/-/babel-plugin-const-enum-1.2.0.tgz", - "integrity": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-syntax-typescript": "^7.3.3", @@ -9095,9 +8070,8 @@ }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -9111,9 +8085,8 @@ }, "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -9122,192 +8095,417 @@ "semver": "^6.3.0" }, "engines": { - "node": ">=8" + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul/node_modules/semver": { + "version": "6.3.1", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.6.3", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-plugin-macros": { + "version": "2.8.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + } + }, + "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { + "version": "6.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.11", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.6.2", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-transform-typescript-metadata": { + "version": "0.3.2", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "29.6.3", + "dev": true, + "license": "MIT", + "dependencies": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "license": "MIT" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/before-after-hook": { + "version": "2.2.3", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/bin-check": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "execa": "^0.7.0", + "executable": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/cross-spawn": { + "version": "5.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/bin-check/node_modules/execa": { + "version": "0.7.0", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/get-stream": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/is-stream": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/bin-check/node_modules/lru-cache": { + "version": "4.1.5", + "dev": true, + "license": "ISC", + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/bin-check/node_modules/npm-run-path": { + "version": "2.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/path-key": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/shebang-command": { + "version": "1.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "node_modules/babel-plugin-istanbul/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "node_modules/bin-check/node_modules/shebang-regex": { + "version": "1.0.0", "dev": true, - "bin": { - "semver": "bin/semver.js" + "license": "MIT", + "engines": { + "node": ">=0.10.0" } }, - "node_modules/babel-plugin-jest-hoist": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "node_modules/bin-check/node_modules/signal-exit": { + "version": "3.0.7", + "dev": true, + "license": "ISC" + }, + "node_modules/bin-check/node_modules/which": { + "version": "1.3.1", "dev": true, + "license": "ISC", "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" + "isexe": "^2.0.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "bin": { + "which": "bin/which" } }, - "node_modules/babel-plugin-macros": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "node_modules/bin-check/node_modules/yallist": { + "version": "2.1.2", "dev": true, - "dependencies": { - "@babel/runtime": "^7.7.2", - "cosmiconfig": "^6.0.0", - "resolve": "^1.12.0" - } + "license": "ISC" }, - "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { + "node_modules/bin-version": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "dev": true, + "license": "MIT", "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" + "execa": "^5.0.0", + "find-versions": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", - "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "node_modules/bin-version-check": { + "version": "5.1.0", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.2", - "semver": "^6.3.1" + "bin-version": "^6.0.0", + "semver": "^7.5.3", + "semver-truncate": "^3.0.0" }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "node_modules/bin-version/node_modules/execa": { + "version": "5.1.1", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", - "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "node_modules/bin-version/node_modules/get-stream": { + "version": "6.0.1", "dev": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.2" + "license": "MIT", + "engines": { + "node": ">=10" }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-plugin-transform-typescript-metadata": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-typescript-metadata/-/babel-plugin-transform-typescript-metadata-0.3.2.tgz", - "integrity": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==", + "node_modules/bin-version/node_modules/human-signals": { + "version": "2.1.0", "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0" + "license": "Apache-2.0", + "engines": { + "node": ">=10.17.0" } }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "node_modules/bin-version/node_modules/is-stream": { + "version": "2.0.1", "dev": true, - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" + "license": "MIT", + "engines": { + "node": ">=8" }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/babel-preset-jest": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", - "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "node_modules/bin-version/node_modules/mimic-fn": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/bin-version/node_modules/onetime": { + "version": "5.1.2", "dev": true, + "license": "MIT", "dependencies": { - "babel-plugin-jest-hoist": "^29.6.3", - "babel-preset-current-node-syntax": "^1.0.0" + "mimic-fn": "^2.1.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=6" }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/bin-version/node_modules/signal-exit": { + "version": "3.0.7", + "dev": true, + "license": "ISC" }, - "node_modules/before-after-hook": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", - "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", - "dev": true + "node_modules/bin-version/node_modules/strip-final-newline": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } }, "node_modules/binary-extensions": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -9317,8 +8515,7 @@ }, "node_modules/bl": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "license": "MIT", "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", @@ -9327,29 +8524,24 @@ }, "node_modules/bottleneck": { "version": "2.19.5", - "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", - "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bowser": { "version": "2.11.0", - "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", - "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" + "license": "MIT" }, "node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/braces": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, + "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, @@ -9359,8 +8551,6 @@ }, "node_modules/browserslist": { "version": "4.23.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.1.tgz", - "integrity": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==", "dev": true, "funding": [ { @@ -9376,6 +8566,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001629", "electron-to-chromium": "^1.4.796", @@ -9391,9 +8582,8 @@ }, "node_modules/bs-logger": { "version": "0.2.6", - "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", - "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", "dev": true, + "license": "MIT", "dependencies": { "fast-json-stable-stringify": "2.x" }, @@ -9403,17 +8593,14 @@ }, "node_modules/bser": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" } }, "node_modules/buffer": { "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "funding": [ { "type": "github", @@ -9428,6 +8615,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -9435,18 +8623,54 @@ }, "node_modules/buffer-equal-constant-time": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" + "license": "BSD-3-Clause" }, "node_modules/buffer-from": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "license": "MIT" + }, + "node_modules/cacheable-lookup": { + "version": "5.0.4", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.6.0" + } + }, + "node_modules/cacheable-request": { + "version": "7.0.4", + "dev": true, + "license": "MIT", + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/call-bind": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -9463,27 +8687,24 @@ }, "node_modules/callsites": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/camelcase": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/camelcase-keys": { "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, + "license": "MIT", "dependencies": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -9498,8 +8719,6 @@ }, "node_modules/caniuse-lite": { "version": "1.0.30001634", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001634.tgz", - "integrity": "sha512-fbBYXQ9q3+yp1q1gBk86tOFs4pyn/yxFm5ZNP18OXJDfA3txImOY9PhfxVggZ4vRHDqoU8NrKU81eN0OtzOgRA==", "dev": true, "funding": [ { @@ -9514,13 +8733,13 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/cardinal": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", - "integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==", "dev": true, + "license": "MIT", "dependencies": { "ansicolors": "~0.3.2", "redeyed": "~2.1.0" @@ -9531,18 +8750,16 @@ }, "node_modules/case": { "version": "1.6.3", - "resolved": "https://registry.npmjs.org/case/-/case-1.6.3.tgz", - "integrity": "sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==", "dev": true, + "license": "(MIT OR GPL-3.0-or-later)", "engines": { "node": ">= 0.8.0" } }, "node_modules/chalk": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, + "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -9552,18 +8769,16 @@ }, "node_modules/char-regex": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/chokidar": { "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -9585,9 +8800,8 @@ }, "node_modules/chokidar/node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -9597,8 +8811,6 @@ }, "node_modules/ci-info": { "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -9606,30 +8818,27 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/cjs-module-lexer": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", - "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/clean-stack": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/cli-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dev": true, + "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -9639,9 +8848,7 @@ }, "node_modules/cli-spinners": { "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", - "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -9651,9 +8858,8 @@ }, "node_modules/cli-table3": { "version": "0.6.5", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", - "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -9666,9 +8872,7 @@ }, "node_modules/cliui": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -9680,18 +8884,27 @@ }, "node_modules/clone": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } }, + "node_modules/clone-response": { + "version": "1.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-response": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/co": { "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", "dev": true, + "license": "MIT", "engines": { "iojs": ">= 1.0.0", "node": ">= 0.12.0" @@ -9699,9 +8912,8 @@ }, "node_modules/codemaker": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/codemaker/-/codemaker-1.101.0.tgz", - "integrity": "sha512-bAg+N4PA8mniJrCpTYFdaFmJA+3fE1Vjgf4o1EnPc07nw6qRcJsr/D9ZZoutEsvw7UM8OmZp4qZxVzpCqRhhQQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "camelcase": "^6.3.0", "decamelize": "^5.0.1", @@ -9713,9 +8925,8 @@ }, "node_modules/codemaker/node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -9725,9 +8936,8 @@ }, "node_modules/codemaker/node_modules/fs-extra": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -9739,36 +8949,31 @@ }, "node_modules/collect-v8-coverage": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/color-convert": { "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "1.1.3" } }, "node_modules/color-name": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "devOptional": true, + "license": "MIT" }, "node_modules/columnify": { "version": "1.6.0", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", - "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "dev": true, + "license": "MIT", "dependencies": { "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" @@ -9779,8 +8984,7 @@ }, "node_modules/combined-stream": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -9788,10 +8992,17 @@ "node": ">= 0.8" } }, + "node_modules/commander": { + "version": "8.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/commist": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz", - "integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==", + "license": "MIT", "dependencies": { "leven": "^2.1.0", "minimist": "^1.1.0" @@ -9799,17 +9010,15 @@ }, "node_modules/commist/node_modules/leven": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", - "integrity": "sha512-nvVPLpIHUxCUoRLrFqTgSxXJ614d8AgQoWl7zPe/2VadE8+1dpU3LBhowRuBAcuwruWtOdD8oYC9jDNJjXDPyA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/commonmark": { "version": "0.31.0", - "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.31.0.tgz", - "integrity": "sha512-nuDsQ34gjmgAqjyIz6mbRWBW/XPE9wsBempAMBk2V/AA88ekztjTM46oi07J6c6Y/2Y8TdYCZi9L0pIBt/oMZw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "entities": "~3.0.1", "mdurl": "~1.0.1", @@ -9825,9 +9034,8 @@ }, "node_modules/compare-func": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", - "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", "dev": true, + "license": "MIT", "dependencies": { "array-ify": "^1.0.0", "dot-prop": "^5.1.0" @@ -9835,17 +9043,14 @@ }, "node_modules/concat-map": { "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "license": "MIT" }, "node_modules/concat-stream": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", "engines": [ "node >= 6.0" ], + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -9855,9 +9060,8 @@ }, "node_modules/config-chain": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", - "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "dev": true, + "license": "MIT", "dependencies": { "ini": "^1.3.4", "proto-list": "~1.2.1" @@ -9865,21 +9069,29 @@ }, "node_modules/config-chain/node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/confusing-browser-globals": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", - "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "dev": true, + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } }, "node_modules/conventional-changelog-angular": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", - "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, @@ -9889,9 +9101,8 @@ }, "node_modules/conventional-changelog-conventionalcommits": { "version": "7.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", - "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, @@ -9901,9 +9112,8 @@ }, "node_modules/conventional-changelog-writer": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz", - "integrity": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==", "dev": true, + "license": "MIT", "dependencies": { "conventional-commits-filter": "^2.0.7", "dateformat": "^3.0.0", @@ -9924,9 +9134,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -9937,9 +9146,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/hosted-git-info": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -9949,9 +9157,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -9961,9 +9168,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -9973,9 +9179,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/meow": { "version": "8.1.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -9998,9 +9203,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/normalize-package-data": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -10013,9 +9217,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/normalize-package-data/node_modules/semver": { "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -10025,9 +9228,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -10040,9 +9242,8 @@ }, "node_modules/conventional-changelog-writer/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -10052,18 +9253,16 @@ }, "node_modules/conventional-changelog-writer/node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/conventional-changelog-writer/node_modules/read-pkg-up": { "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -10078,27 +9277,24 @@ }, "node_modules/conventional-changelog-writer/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/conventional-changelog-writer/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/conventional-changelog-writer/node_modules/type-fest": { "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -10108,24 +9304,21 @@ }, "node_modules/conventional-changelog-writer/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/conventional-changelog-writer/node_modules/yargs-parser": { "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/conventional-commits-filter": { "version": "2.0.7", - "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz", - "integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==", "dev": true, + "license": "MIT", "dependencies": { "lodash.ismatch": "^4.4.0", "modify-values": "^1.0.0" @@ -10136,9 +9329,8 @@ }, "node_modules/conventional-commits-parser": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", - "integrity": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==", "dev": true, + "license": "MIT", "dependencies": { "is-text-path": "^2.0.0", "JSONStream": "^1.3.5", @@ -10154,15 +9346,13 @@ }, "node_modules/convert-source-map": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/core-js-compat": { "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.23.0" }, @@ -10173,14 +9363,12 @@ }, "node_modules/core-util-is": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "license": "MIT" }, "node_modules/cosmiconfig": { "version": "9.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", - "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, + "license": "MIT", "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -10204,9 +9392,8 @@ }, "node_modules/cosmiconfig-typescript-loader": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.0.0.tgz", - "integrity": "sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==", "dev": true, + "license": "MIT", "dependencies": { "jiti": "^1.19.1" }, @@ -10221,15 +9408,13 @@ }, "node_modules/cosmiconfig/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/cosmiconfig/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -10239,9 +9424,8 @@ }, "node_modules/create-jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", - "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -10260,9 +9444,8 @@ }, "node_modules/create-jest/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10275,9 +9458,8 @@ }, "node_modules/create-jest/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10291,9 +9473,8 @@ }, "node_modules/create-jest/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -10303,21 +9484,18 @@ }, "node_modules/create-jest/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/create-require": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cross-spawn": { "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -10329,23 +9507,41 @@ }, "node_modules/crypto-js": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" + "license": "MIT" }, "node_modules/crypto-random-string": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cssom": { + "version": "0.5.0", + "dev": true, + "license": "MIT" + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "cssom": "~0.3.6" + }, "engines": { "node": ">=8" } }, + "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "dev": true, + "license": "MIT" + }, "node_modules/d": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz", - "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==", "dev": true, + "license": "ISC", "dependencies": { "es5-ext": "^0.10.64", "type": "^2.7.2" @@ -10356,9 +9552,8 @@ }, "node_modules/dargs": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz", - "integrity": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -10366,11 +9561,54 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/data-urls": { + "version": "3.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "abab": "^2.0.6", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/data-urls/node_modules/tr46": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/data-urls/node_modules/webidl-conversions": { + "version": "7.0.0", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/data-urls/node_modules/whatwg-url": { + "version": "11.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/data-view-buffer": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", - "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -10385,9 +9623,8 @@ }, "node_modules/data-view-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", - "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -10402,9 +9639,8 @@ }, "node_modules/data-view-byte-offset": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", - "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -10419,26 +9655,23 @@ }, "node_modules/date-format": { "version": "4.0.14", - "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", - "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0" } }, "node_modules/dateformat": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", - "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", "dev": true, + "license": "MIT", "engines": { "node": "*" } }, "node_modules/debug": { "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "license": "MIT", "dependencies": { "ms": "2.1.2" }, @@ -10453,9 +9686,8 @@ }, "node_modules/decamelize": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", - "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -10465,9 +9697,8 @@ }, "node_modules/decamelize-keys": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", "dev": true, + "license": "MIT", "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -10481,42 +9712,67 @@ }, "node_modules/decamelize-keys/node_modules/decamelize": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/decamelize-keys/node_modules/map-obj": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, + "node_modules/decimal.js": { + "version": "10.4.3", + "dev": true, + "license": "MIT" + }, + "node_modules/decompress-response": { + "version": "6.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/deep-extend": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } }, "node_modules/deep-is": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/deep-map": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/deep-map/-/deep-map-2.0.0.tgz", - "integrity": "sha512-guIurpeZi1wiclCEEHpJmFx7Tr4gkmSBNcUpY67maP4BJeEa1JPVf9KXURcCI/cAHsvGtqVwQKI/X39rY735Rg==", "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.11", "tslib": "^1.6.0" @@ -10527,24 +9783,20 @@ }, "node_modules/deep-map/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true + "dev": true, + "license": "0BSD" }, "node_modules/deepmerge": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/defaults": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", - "dev": true, + "license": "MIT", "dependencies": { "clone": "^1.0.2" }, @@ -10554,17 +9806,22 @@ }, "node_modules/defaults/node_modules/clone": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", - "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } }, + "node_modules/defer-to-connect": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, "node_modules/define-data-property": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -10579,18 +9836,15 @@ }, "node_modules/define-lazy-prop": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/define-properties": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -10605,9 +9859,8 @@ }, "node_modules/del": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", - "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", "dev": true, + "license": "MIT", "dependencies": { "globby": "^11.0.1", "graceful-fs": "^4.2.4", @@ -10627,9 +9880,8 @@ }, "node_modules/del/node_modules/p-map": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, + "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -10642,41 +9894,36 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", "engines": { "node": ">=0.4.0" } }, "node_modules/deprecation": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", - "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/detect-indent": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", - "integrity": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/detect-newline": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/detect-port": { "version": "1.6.1", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.6.1.tgz", - "integrity": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==", "dev": true, + "license": "MIT", "dependencies": { "address": "^1.0.1", "debug": "4" @@ -10691,27 +9938,23 @@ }, "node_modules/diff": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, "node_modules/diff-sequences": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/dir-glob": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, + "license": "MIT", "dependencies": { "path-type": "^4.0.0" }, @@ -10721,9 +9964,8 @@ }, "node_modules/doctrine": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -10731,11 +9973,29 @@ "node": ">=6.0.0" } }, + "node_modules/domexception": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/domexception/node_modules/webidl-conversions": { + "version": "7.0.0", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + } + }, "node_modules/dot-prop": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", "dev": true, + "license": "MIT", "dependencies": { "is-obj": "^2.0.0" }, @@ -10745,9 +10005,7 @@ }, "node_modules/dotenv": { "version": "16.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", - "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", - "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=12" }, @@ -10757,18 +10015,15 @@ }, "node_modules/dotenv-expand": { "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", - "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", - "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=12" } }, "node_modules/downlevel-dts": { "version": "0.11.0", - "resolved": "https://registry.npmjs.org/downlevel-dts/-/downlevel-dts-0.11.0.tgz", - "integrity": "sha512-vo835pntK7kzYStk7xUHDifiYJvXxVhUapt85uk2AI94gUUAQX9HNRtrcMHNSc3YHJUEHGbYIGsM99uIbgAtxw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.3.2", "shelljs": "^0.8.3", @@ -10780,30 +10035,25 @@ }, "node_modules/duplexer": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "dev": true + "license": "MIT" }, "node_modules/duplexer2": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", - "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "readable-stream": "^2.0.2" } }, "node_modules/duplexer2/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/duplexer2/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -10816,23 +10066,20 @@ }, "node_modules/duplexer2/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/duplexer2/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/duplexify": { "version": "3.7.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "license": "MIT", "dependencies": { "end-of-stream": "^1.0.0", "inherits": "^2.0.1", @@ -10842,13 +10089,11 @@ }, "node_modules/duplexify/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "license": "MIT" }, "node_modules/duplexify/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -10861,30 +10106,25 @@ }, "node_modules/duplexify/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "license": "MIT" }, "node_modules/duplexify/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/ecdsa-sig-formatter": { "version": "1.0.11", - "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" } }, "node_modules/ejs": { "version": "3.1.10", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", - "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", - "dev": true, + "license": "Apache-2.0", "dependencies": { "jake": "^10.8.5" }, @@ -10897,15 +10137,13 @@ }, "node_modules/electron-to-chromium": { "version": "1.4.802", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.802.tgz", - "integrity": "sha512-TnTMUATbgNdPXVSHsxvNVSG0uEd6cSZsANjm8c9HbvflZVVn1yTRcmVXYT1Ma95/ssB/Dcd30AHweH2TE+dNpA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/emittery": { "version": "0.13.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -10915,23 +10153,18 @@ }, "node_modules/emoji-regex": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "license": "MIT" }, "node_modules/end-of-stream": { "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "license": "MIT", "dependencies": { "once": "^1.4.0" } }, "node_modules/enquirer": { "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -10941,9 +10174,8 @@ }, "node_modules/entities": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -10953,9 +10185,8 @@ }, "node_modules/env-ci": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-8.0.0.tgz", - "integrity": "sha512-W+3BqGZozFua9MPeXpmTm5eYEBtGgL76jGu/pwMVp/L8PdECSCEWaIp7d4Mw7kuUrbUldK0oV0bNd6ZZjLiMiA==", "dev": true, + "license": "MIT", "dependencies": { "execa": "^6.1.0", "java-properties": "^1.0.2" @@ -10966,9 +10197,8 @@ }, "node_modules/env-ci/node_modules/execa": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", - "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.1", @@ -10989,9 +10219,8 @@ }, "node_modules/env-ci/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -11001,18 +10230,16 @@ }, "node_modules/env-ci/node_modules/human-signals": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", - "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.20.0" } }, "node_modules/env-ci/node_modules/npm-run-path": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -11025,9 +10252,8 @@ }, "node_modules/env-ci/node_modules/path-key": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -11037,33 +10263,29 @@ }, "node_modules/env-ci/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/env-paths": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/error-ex": { "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, + "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" } }, "node_modules/es-abstract": { "version": "1.23.3", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", - "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "arraybuffer.prototype.slice": "^1.0.3", @@ -11121,8 +10343,7 @@ }, "node_modules/es-define-property": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -11132,17 +10353,15 @@ }, "node_modules/es-errors": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/es-object-atoms": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", - "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0" }, @@ -11152,9 +10371,8 @@ }, "node_modules/es-set-tostringtag": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", - "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4", "has-tostringtag": "^1.0.2", @@ -11166,9 +10384,8 @@ }, "node_modules/es-to-primitive": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dev": true, + "license": "MIT", "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -11183,10 +10400,9 @@ }, "node_modules/es5-ext": { "version": "0.10.64", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", - "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", "dev": true, "hasInstallScript": true, + "license": "ISC", "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", @@ -11199,9 +10415,8 @@ }, "node_modules/es6-iterator": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", "dev": true, + "license": "MIT", "dependencies": { "d": "1", "es5-ext": "^0.10.35", @@ -11210,9 +10425,8 @@ }, "node_modules/es6-symbol": { "version": "3.1.4", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz", - "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==", "dev": true, + "license": "ISC", "dependencies": { "d": "^1.0.2", "ext": "^1.7.0" @@ -11223,9 +10437,8 @@ }, "node_modules/es6-weak-map": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", - "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", "dev": true, + "license": "ISC", "dependencies": { "d": "1", "es5-ext": "^0.10.46", @@ -11235,10 +10448,9 @@ }, "node_modules/esbuild": { "version": "0.21.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", - "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -11273,9 +10485,8 @@ }, "node_modules/esbuild-plugin-copy": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz", - "integrity": "sha512-Bk66jpevTcV8KMFzZI1P7MZKZ+uDcrZm2G2egZ2jNIvVnivDpodZI+/KnpL3Jnap0PBdIHU7HwFGB8r+vV5CVw==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.3", @@ -11288,9 +10499,8 @@ }, "node_modules/esbuild-plugin-copy/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11303,9 +10513,8 @@ }, "node_modules/esbuild-plugin-copy/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11319,9 +10528,8 @@ }, "node_modules/esbuild-plugin-copy/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -11331,15 +10539,13 @@ }, "node_modules/esbuild-plugin-copy/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/esbuild-plugin-copy/node_modules/fs-extra": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -11351,18 +10557,15 @@ }, "node_modules/escalade": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -11370,11 +10573,30 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/escodegen": { + "version": "2.1.0", + "dev": true, + "license": "BSD-2-Clause", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, "node_modules/eslint": { "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -11427,9 +10649,8 @@ }, "node_modules/eslint-config-prettier": { "version": "9.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", - "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -11439,9 +10660,8 @@ }, "node_modules/eslint-plugin-prettier": { "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz", - "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==", "dev": true, + "license": "MIT", "dependencies": { "prettier-linter-helpers": "^1.0.0", "synckit": "^0.8.6" @@ -11469,9 +10689,8 @@ }, "node_modules/eslint-scope": { "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -11485,9 +10704,8 @@ }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -11497,9 +10715,8 @@ }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -11513,9 +10730,8 @@ }, "node_modules/eslint/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11528,15 +10744,13 @@ }, "node_modules/eslint/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -11544,9 +10758,8 @@ }, "node_modules/eslint/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11560,9 +10773,8 @@ }, "node_modules/eslint/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -11572,15 +10784,13 @@ }, "node_modules/eslint/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/eslint/node_modules/find-up": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -11594,9 +10804,8 @@ }, "node_modules/eslint/node_modules/globals": { "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -11609,9 +10818,8 @@ }, "node_modules/eslint/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -11621,15 +10829,13 @@ }, "node_modules/eslint/node_modules/json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/eslint/node_modules/locate-path": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^5.0.0" }, @@ -11642,9 +10848,8 @@ }, "node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -11654,9 +10859,8 @@ }, "node_modules/eslint/node_modules/p-locate": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^3.0.2" }, @@ -11669,18 +10873,16 @@ }, "node_modules/eslint/node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/eslint/node_modules/type-fest": { "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -11690,9 +10892,8 @@ }, "node_modules/esniff": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", - "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", "dev": true, + "license": "ISC", "dependencies": { "d": "^1.0.1", "es5-ext": "^0.10.62", @@ -11705,9 +10906,8 @@ }, "node_modules/espree": { "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -11722,9 +10922,7 @@ }, "node_modules/esprima": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, + "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -11735,9 +10933,8 @@ }, "node_modules/esquery": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, @@ -11747,9 +10944,8 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -11759,27 +10955,24 @@ }, "node_modules/estraverse": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/esutils": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/event-emitter": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", - "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", "dev": true, + "license": "MIT", "dependencies": { "d": "1", "es5-ext": "~0.10.14" @@ -11787,15 +10980,13 @@ }, "node_modules/eventemitter3": { "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/execa": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^8.0.1", @@ -11816,9 +11007,8 @@ }, "node_modules/execa/node_modules/npm-run-path": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -11831,9 +11021,8 @@ }, "node_modules/execa/node_modules/path-key": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -11841,10 +11030,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/executable": { + "version": "4.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "pify": "^2.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/executable/node_modules/pify": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/exit": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "dev": true, "engines": { "node": ">= 0.8.0" @@ -11852,9 +11058,8 @@ }, "node_modules/expect": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/expect-utils": "^29.7.0", "jest-get-type": "^29.6.3", @@ -11868,30 +11073,49 @@ }, "node_modules/ext": { "version": "1.7.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", - "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", "dev": true, + "license": "ISC", "dependencies": { "type": "^2.7.2" } }, + "node_modules/ext-list": { + "version": "2.2.2", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": "^1.28.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ext-name": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "ext-list": "^2.0.0", + "sort-keys-length": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-diff": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", - "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/fast-glob": { "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -11905,9 +11129,8 @@ }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -11917,20 +11140,16 @@ }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-xml-parser": { "version": "4.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", - "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", "funding": [ { "type": "paypal", @@ -11941,6 +11160,7 @@ "url": "https://github.com/sponsors/NaturalIntelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, @@ -11950,27 +11170,23 @@ }, "node_modules/fastq": { "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, + "license": "ISC", "dependencies": { "reusify": "^1.0.4" } }, "node_modules/fb-watchman": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" } }, "node_modules/figures": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -11983,18 +11199,15 @@ }, "node_modules/figures/node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/file-entry-cache": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, + "license": "MIT", "dependencies": { "flat-cache": "^3.0.4" }, @@ -12002,20 +11215,32 @@ "node": "^10.12.0 || >=12.0.0" } }, + "node_modules/file-type": { + "version": "17.1.6", + "dev": true, + "license": "MIT", + "dependencies": { + "readable-web-to-node-stream": "^3.0.2", + "strtok3": "^7.0.0-alpha.9", + "token-types": "^5.0.0-alpha.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/file-type?sponsor=1" + } + }, "node_modules/filelist": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "dev": true, + "license": "Apache-2.0", "dependencies": { "minimatch": "^5.0.1" } }, "node_modules/filelist/node_modules/minimatch": { "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -12023,11 +11248,37 @@ "node": ">=10" } }, + "node_modules/filename-reserved-regex": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/filenamify": { + "version": "5.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "filename-reserved-regex": "^3.0.0", + "strip-outer": "^2.0.0", + "trim-repeated": "^2.0.0" + }, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/fill-range": { "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -12037,9 +11288,8 @@ }, "node_modules/find-up": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz", - "integrity": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^7.2.0", "path-exists": "^5.0.0", @@ -12054,9 +11304,8 @@ }, "node_modules/find-versions": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-5.1.0.tgz", - "integrity": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==", "dev": true, + "license": "MIT", "dependencies": { "semver-regex": "^4.0.5" }, @@ -12069,18 +11318,15 @@ }, "node_modules/flat": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } }, "node_modules/flat-cache": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, + "license": "MIT", "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.3", @@ -12092,20 +11338,18 @@ }, "node_modules/flatted": { "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/follow-redirects": { "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, @@ -12117,17 +11361,15 @@ }, "node_modules/for-each": { "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", "dev": true, + "license": "MIT", "dependencies": { "is-callable": "^1.1.3" } }, "node_modules/form-data": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -12139,9 +11381,8 @@ }, "node_modules/from2": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "readable-stream": "^2.0.0" @@ -12149,15 +11390,13 @@ }, "node_modules/from2/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/from2/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -12170,39 +11409,31 @@ }, "node_modules/from2/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/from2/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/front-matter": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", - "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", - "dev": true, + "license": "MIT", "dependencies": { "js-yaml": "^3.13.1" } }, "node_modules/fs-constants": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "dev": true + "license": "MIT" }, "node_modules/fs-extra": { "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", - "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -12214,16 +11445,13 @@ }, "node_modules/fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, - "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -12234,17 +11462,15 @@ }, "node_modules/function-bind": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/function.prototype.name": { "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", @@ -12260,35 +11486,30 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/gensync": { "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/get-caller-file": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-intrinsic": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -12305,18 +11526,16 @@ }, "node_modules/get-package-type": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8.0.0" } }, "node_modules/get-stream": { "version": "8.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, + "license": "MIT", "engines": { "node": ">=16" }, @@ -12326,9 +11545,8 @@ }, "node_modules/get-symbol-description": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", - "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "es-errors": "^1.3.0", @@ -12343,9 +11561,8 @@ }, "node_modules/git-log-parser": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz", - "integrity": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==", "dev": true, + "license": "MIT", "dependencies": { "argv-formatter": "~1.0.0", "spawn-error-forwarder": "~1.0.0", @@ -12357,15 +11574,13 @@ }, "node_modules/git-log-parser/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/git-log-parser/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -12378,33 +11593,29 @@ }, "node_modules/git-log-parser/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/git-log-parser/node_modules/split2": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", - "integrity": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==", "dev": true, + "license": "ISC", "dependencies": { "through2": "~2.0.0" } }, "node_modules/git-log-parser/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/git-log-parser/node_modules/through2": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, + "license": "MIT", "dependencies": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" @@ -12412,9 +11623,8 @@ }, "node_modules/git-raw-commits": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-4.0.0.tgz", - "integrity": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==", "dev": true, + "license": "MIT", "dependencies": { "dargs": "^8.0.0", "meow": "^12.0.1", @@ -12429,10 +11639,8 @@ }, "node_modules/glob": { "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -12450,9 +11658,8 @@ }, "node_modules/glob-parent": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -12462,9 +11669,8 @@ }, "node_modules/glob/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -12472,9 +11678,8 @@ }, "node_modules/glob/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -12484,9 +11689,8 @@ }, "node_modules/global-directory": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz", - "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==", "dev": true, + "license": "MIT", "dependencies": { "ini": "4.1.1" }, @@ -12499,18 +11703,16 @@ }, "node_modules/globals": { "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/globalthis": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", - "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dev": true, + "license": "MIT", "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" @@ -12524,9 +11726,8 @@ }, "node_modules/globby": { "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, + "license": "MIT", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -12544,9 +11745,8 @@ }, "node_modules/globby/node_modules/fast-glob": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -12560,9 +11760,8 @@ }, "node_modules/globby/node_modules/glob-parent": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -12572,32 +11771,51 @@ }, "node_modules/gopd": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/got": { + "version": "11.8.6", + "dev": true, + "license": "MIT", "dependencies": { - "get-intrinsic": "^1.1.3" + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.2", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=10.19.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sindresorhus/got?sponsor=1" } }, "node_modules/graceful-fs": { "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true + "license": "ISC" }, "node_modules/graphemer": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/handlebars": { "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", @@ -12616,41 +11834,35 @@ }, "node_modules/hard-rejection": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/harmony-reflect": { "version": "1.6.2", - "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", - "dev": true + "dev": true, + "license": "(Apache-2.0 OR MPL-1.1)" }, "node_modules/has-bigints": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -12660,8 +11872,7 @@ }, "node_modules/has-proto": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -12671,8 +11882,7 @@ }, "node_modules/has-symbols": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -12682,9 +11892,8 @@ }, "node_modules/has-tostringtag": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "dev": true, + "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" }, @@ -12697,8 +11906,7 @@ }, "node_modules/hasown": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -12708,9 +11916,8 @@ }, "node_modules/hook-std": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-3.0.0.tgz", - "integrity": "sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -12720,9 +11927,8 @@ }, "node_modules/hosted-git-info": { "version": "7.0.2", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", - "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, @@ -12732,24 +11938,37 @@ }, "node_modules/hosted-git-info/node_modules/lru-cache": { "version": "10.2.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", - "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "dev": true, + "license": "ISC", "engines": { "node": "14 || >=16.14" } }, + "node_modules/html-encoding-sniffer": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-encoding": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/html-escaper": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/http-proxy-agent": { "version": "7.0.2", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", - "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^7.1.0", "debug": "^4.3.4" @@ -12758,11 +11977,33 @@ "node": ">= 14" } }, + "node_modules/http2-wrapper": { + "version": "1.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, + "node_modules/http2-wrapper/node_modules/quick-lru": { + "version": "5.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/https-proxy-agent": { "version": "7.0.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", - "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", "dev": true, + "license": "MIT", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -12773,18 +12014,16 @@ }, "node_modules/human-signals": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=16.17.0" } }, "node_modules/husky": { "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, + "license": "MIT", "bin": { "husky": "bin.mjs" }, @@ -12795,11 +12034,21 @@ "url": "https://github.com/sponsors/typicode" } }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/identity-obj-proxy": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", - "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", "dev": true, + "license": "MIT", "dependencies": { "harmony-reflect": "^1.4.6" }, @@ -12809,8 +12058,6 @@ }, "node_modules/ieee754": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "funding": [ { "type": "github", @@ -12824,22 +12071,20 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/ignore": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/import-fresh": { "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -12853,18 +12098,16 @@ }, "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/import-from": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", - "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.2" }, @@ -12874,9 +12117,8 @@ }, "node_modules/import-local": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -12893,9 +12135,8 @@ }, "node_modules/import-meta-resolve": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", - "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -12903,28 +12144,24 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.19" } }, "node_modules/indent-string": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/inflight": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -12932,23 +12169,20 @@ }, "node_modules/inherits": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "license": "ISC" }, "node_modules/ini": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", - "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/internal-slot": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", - "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.0", @@ -12960,18 +12194,16 @@ }, "node_modules/interpret": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/into-stream": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", - "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", "dev": true, + "license": "MIT", "dependencies": { "from2": "^2.3.0", "p-is-promise": "^3.0.0" @@ -12985,9 +12217,8 @@ }, "node_modules/is-array-buffer": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", - "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.1" @@ -13001,15 +12232,13 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-bigint": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dev": true, + "license": "MIT", "dependencies": { "has-bigints": "^1.0.1" }, @@ -13019,9 +12248,8 @@ }, "node_modules/is-binary-path": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "dependencies": { "binary-extensions": "^2.0.0" }, @@ -13031,9 +12259,8 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -13047,9 +12274,8 @@ }, "node_modules/is-callable": { "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -13059,9 +12285,8 @@ }, "node_modules/is-core-module": { "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.0" }, @@ -13071,9 +12296,8 @@ }, "node_modules/is-data-view": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", - "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", "dev": true, + "license": "MIT", "dependencies": { "is-typed-array": "^1.1.13" }, @@ -13086,9 +12310,8 @@ }, "node_modules/is-date-object": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -13101,9 +12324,7 @@ }, "node_modules/is-docker": { "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, + "license": "MIT", "bin": { "is-docker": "cli.js" }, @@ -13116,36 +12337,31 @@ }, "node_modules/is-extglob": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-generator-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/is-glob": { "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, + "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, @@ -13155,18 +12371,15 @@ }, "node_modules/is-interactive": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-negative-zero": { "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -13176,18 +12389,16 @@ }, "node_modules/is-number": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.12.0" } }, "node_modules/is-number-object": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dev": true, + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -13200,54 +12411,53 @@ }, "node_modules/is-obj": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-path-cwd": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/is-path-inside": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-plain-obj": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-plain-object": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "dev": true, + "license": "MIT" + }, "node_modules/is-regex": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -13261,8 +12471,7 @@ }, "node_modules/is-retry-allowed": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz", - "integrity": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -13272,9 +12481,8 @@ }, "node_modules/is-shared-array-buffer": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", - "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7" }, @@ -13287,9 +12495,8 @@ }, "node_modules/is-stream": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -13299,9 +12506,8 @@ }, "node_modules/is-string": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, + "license": "MIT", "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -13314,9 +12520,8 @@ }, "node_modules/is-symbol": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, + "license": "MIT", "dependencies": { "has-symbols": "^1.0.2" }, @@ -13329,9 +12534,8 @@ }, "node_modules/is-text-path": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", - "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==", "dev": true, + "license": "MIT", "dependencies": { "text-extensions": "^2.0.0" }, @@ -13341,9 +12545,8 @@ }, "node_modules/is-typed-array": { "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", "dev": true, + "license": "MIT", "dependencies": { "which-typed-array": "^1.1.14" }, @@ -13356,9 +12559,7 @@ }, "node_modules/is-unicode-supported": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -13368,9 +12569,8 @@ }, "node_modules/is-weakref": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2" }, @@ -13380,9 +12580,7 @@ }, "node_modules/is-wsl": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, + "license": "MIT", "dependencies": { "is-docker": "^2.0.0" }, @@ -13392,29 +12590,25 @@ }, "node_modules/isarray": { "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/isexe": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/isomorphic-ws": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", - "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", + "license": "MIT", "peerDependencies": { "ws": "*" } }, "node_modules/issue-parser": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz", - "integrity": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==", "dev": true, + "license": "MIT", "dependencies": { "lodash.capitalize": "^4.2.1", "lodash.escaperegexp": "^4.1.2", @@ -13428,18 +12622,16 @@ }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-instrument": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz", - "integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", "@babel/parser": "^7.23.9", @@ -13453,9 +12645,8 @@ }, "node_modules/istanbul-lib-report": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "make-dir": "^4.0.0", @@ -13467,9 +12658,8 @@ }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", @@ -13481,9 +12671,8 @@ }, "node_modules/istanbul-reports": { "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -13494,9 +12683,7 @@ }, "node_modules/jake": { "version": "10.9.1", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.1.tgz", - "integrity": "sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==", - "dev": true, + "license": "Apache-2.0", "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", @@ -13512,9 +12699,7 @@ }, "node_modules/jake/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13527,9 +12712,7 @@ }, "node_modules/jake/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -13537,9 +12720,7 @@ }, "node_modules/jake/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13553,9 +12734,7 @@ }, "node_modules/jake/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13565,15 +12744,11 @@ }, "node_modules/jake/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "license": "MIT" }, "node_modules/jake/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -13583,18 +12758,16 @@ }, "node_modules/java-properties": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", - "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } }, "node_modules/jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", - "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", @@ -13618,9 +12791,8 @@ }, "node_modules/jest-changed-files": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", - "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", "dev": true, + "license": "MIT", "dependencies": { "execa": "^5.0.0", "jest-util": "^29.7.0", @@ -13632,9 +12804,8 @@ }, "node_modules/jest-changed-files/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -13655,9 +12826,8 @@ }, "node_modules/jest-changed-files/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -13667,18 +12837,16 @@ }, "node_modules/jest-changed-files/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/jest-changed-files/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -13688,18 +12856,16 @@ }, "node_modules/jest-changed-files/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/jest-changed-files/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -13712,24 +12878,21 @@ }, "node_modules/jest-changed-files/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/jest-changed-files/node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/jest-circus": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", - "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -13758,9 +12921,8 @@ }, "node_modules/jest-circus/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13790,9 +12952,8 @@ }, "node_modules/jest-circus/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13806,9 +12967,8 @@ }, "node_modules/jest-circus/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13818,9 +12978,8 @@ }, "node_modules/jest-circus/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-circus/node_modules/cosmiconfig": { "version": "7.1.0", @@ -13842,9 +13001,8 @@ }, "node_modules/jest-circus/node_modules/dedent": { "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, + "license": "MIT", "peerDependencies": { "babel-plugin-macros": "^3.1.0" }, @@ -13856,9 +13014,8 @@ }, "node_modules/jest-cli": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", - "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/test-result": "^29.7.0", @@ -13889,9 +13046,8 @@ }, "node_modules/jest-cli/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13904,9 +13060,8 @@ }, "node_modules/jest-cli/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13920,9 +13075,8 @@ }, "node_modules/jest-cli/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13932,15 +13086,13 @@ }, "node_modules/jest-cli/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-config": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", - "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@jest/test-sequencer": "^29.7.0", @@ -13983,9 +13135,8 @@ }, "node_modules/jest-config/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13998,9 +13149,8 @@ }, "node_modules/jest-config/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14014,9 +13164,8 @@ }, "node_modules/jest-config/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14026,15 +13175,12 @@ }, "node_modules/jest-config/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-diff": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", @@ -14047,9 +13193,7 @@ }, "node_modules/jest-diff/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14062,9 +13206,7 @@ }, "node_modules/jest-diff/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14078,9 +13220,7 @@ }, "node_modules/jest-diff/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14090,15 +13230,12 @@ }, "node_modules/jest-diff/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "license": "MIT" }, "node_modules/jest-docblock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "dev": true, + "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" }, @@ -14108,9 +13245,8 @@ }, "node_modules/jest-each": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -14124,9 +13260,8 @@ }, "node_modules/jest-each/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14139,9 +13274,8 @@ }, "node_modules/jest-each/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14155,27 +13289,50 @@ }, "node_modules/jest-each/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-each/node_modules/color-name": { + "version": "1.1.4", + "dev": true, + "license": "MIT" + }, + "node_modules/jest-environment-jsdom": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/jsdom": "^20.0.0", + "@types/node": "*", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0", + "jsdom": "^20.0.0" }, "engines": { - "node": ">=7.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } } }, - "node_modules/jest-each/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/jest-environment-node": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -14190,18 +13347,15 @@ }, "node_modules/jest-get-type": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-haste-map": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/graceful-fs": "^4.1.3", @@ -14224,9 +13378,8 @@ }, "node_modules/jest-leak-detector": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", - "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "dev": true, + "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3", "pretty-format": "^29.7.0" @@ -14237,9 +13390,8 @@ }, "node_modules/jest-matcher-utils": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "jest-diff": "^29.7.0", @@ -14252,9 +13404,8 @@ }, "node_modules/jest-matcher-utils/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14267,9 +13418,8 @@ }, "node_modules/jest-matcher-utils/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14283,9 +13433,8 @@ }, "node_modules/jest-matcher-utils/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14295,15 +13444,13 @@ }, "node_modules/jest-matcher-utils/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-message-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^29.6.3", @@ -14321,9 +13468,8 @@ }, "node_modules/jest-message-util/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14336,9 +13482,8 @@ }, "node_modules/jest-message-util/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14352,9 +13497,8 @@ }, "node_modules/jest-message-util/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14364,15 +13508,13 @@ }, "node_modules/jest-message-util/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-mock": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -14384,9 +13526,8 @@ }, "node_modules/jest-pnp-resolver": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, @@ -14401,18 +13542,16 @@ }, "node_modules/jest-regex-util": { "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-resolve": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", - "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", @@ -14430,9 +13569,8 @@ }, "node_modules/jest-resolve-dependencies": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", - "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", "dev": true, + "license": "MIT", "dependencies": { "jest-regex-util": "^29.6.3", "jest-snapshot": "^29.7.0" @@ -14443,9 +13581,8 @@ }, "node_modules/jest-resolve/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14458,9 +13595,8 @@ }, "node_modules/jest-resolve/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14474,9 +13610,8 @@ }, "node_modules/jest-resolve/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14486,24 +13621,21 @@ }, "node_modules/jest-resolve/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-resolve/node_modules/resolve.exports": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/jest-runner": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", - "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/environment": "^29.7.0", @@ -14533,9 +13665,8 @@ }, "node_modules/jest-runner/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14548,9 +13679,8 @@ }, "node_modules/jest-runner/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14564,9 +13694,8 @@ }, "node_modules/jest-runner/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14576,15 +13705,13 @@ }, "node_modules/jest-runner/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-runner/node_modules/source-map-support": { "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -14592,9 +13719,8 @@ }, "node_modules/jest-runtime": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", - "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -14625,9 +13751,8 @@ }, "node_modules/jest-runtime/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14640,9 +13765,8 @@ }, "node_modules/jest-runtime/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14656,9 +13780,8 @@ }, "node_modules/jest-runtime/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14668,15 +13791,13 @@ }, "node_modules/jest-runtime/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-snapshot": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", - "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", @@ -14705,9 +13826,8 @@ }, "node_modules/jest-snapshot/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14720,9 +13840,8 @@ }, "node_modules/jest-snapshot/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14736,9 +13855,8 @@ }, "node_modules/jest-snapshot/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14748,15 +13866,13 @@ }, "node_modules/jest-snapshot/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-util": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -14771,9 +13887,8 @@ }, "node_modules/jest-util/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14786,9 +13901,8 @@ }, "node_modules/jest-util/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14802,9 +13916,8 @@ }, "node_modules/jest-util/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14814,15 +13927,13 @@ }, "node_modules/jest-util/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-validate": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "camelcase": "^6.2.0", @@ -14837,9 +13948,8 @@ }, "node_modules/jest-validate/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14852,9 +13962,8 @@ }, "node_modules/jest-validate/node_modules/camelcase": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -14864,9 +13973,8 @@ }, "node_modules/jest-validate/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14880,9 +13988,8 @@ }, "node_modules/jest-validate/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14892,15 +13999,13 @@ }, "node_modules/jest-validate/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-watcher": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", @@ -14917,9 +14022,8 @@ }, "node_modules/jest-watcher/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14932,9 +14036,8 @@ }, "node_modules/jest-watcher/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14948,9 +14051,8 @@ }, "node_modules/jest-watcher/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14960,15 +14062,13 @@ }, "node_modules/jest-watcher/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jest-worker": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "jest-util": "^29.7.0", @@ -14981,9 +14081,8 @@ }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -14996,25 +14095,22 @@ }, "node_modules/jiti": { "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", "dev": true, + "license": "MIT", "bin": { "jiti": "bin/jiti.js" } }, "node_modules/jose": { "version": "5.6.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz", - "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" } }, "node_modules/js-sdsl": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", - "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/js-sdsl" @@ -15022,15 +14118,12 @@ }, "node_modules/js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/js-yaml": { "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -15039,11 +14132,121 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsdom": { + "version": "20.0.3", + "dev": true, + "license": "MIT", + "dependencies": { + "abab": "^2.0.6", + "acorn": "^8.8.1", + "acorn-globals": "^7.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.2", + "decimal.js": "^10.4.2", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.1", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.2", + "parse5": "^7.1.1", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.1.2", + "w3c-xmlserializer": "^4.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0", + "ws": "^8.11.0", + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/jsdom/node_modules/agent-base": { + "version": "6.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/jsdom/node_modules/http-proxy-agent": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/jsdom/node_modules/https-proxy-agent": { + "version": "5.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/jsdom/node_modules/tr46": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/jsdom/node_modules/webidl-conversions": { + "version": "7.0.0", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/jsdom/node_modules/whatwg-url": { + "version": "11.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/jsesc": { "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -15053,9 +14256,8 @@ }, "node_modules/jsii": { "version": "5.4.21", - "resolved": "https://registry.npmjs.org/jsii/-/jsii-5.4.21.tgz", - "integrity": "sha512-uCruIDzEEFHBwZRT5PiRSd2/KdsZWwHq8VWS5o8p5tngUGpz4BYdEG/jmOKYyjVz+ScVx+Ur/eN2zieTP6Ge2Q==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jsii/check-node": "1.99.0", "@jsii/spec": "^1.99.0", @@ -15080,9 +14282,8 @@ }, "node_modules/jsii-pacmak": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.101.0.tgz", - "integrity": "sha512-07a04KtOj+Kmx+5XQVD1JG6QOh6JNqFWh4bbzMDKiFx7JoHhQnLq07b/OlUpCuP7J7Q9WaXXYM59EUQpXO07wg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jsii/check-node": "1.101.0", "@jsii/spec": "^1.101.0", @@ -15109,9 +14310,8 @@ }, "node_modules/jsii-pacmak/node_modules/@jsii/check-node": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.101.0.tgz", - "integrity": "sha512-io8u1GAF9XGp2crx0C/WGiJeUnHGw5X0du4fisbrNJHmVVFwcJbBMjbfXKWq+JSzl8fo/JV3F1LqtjsnawKA2A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", "semver": "^7.6.0" @@ -15122,9 +14322,8 @@ }, "node_modules/jsii-pacmak/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -15137,9 +14336,8 @@ }, "node_modules/jsii-pacmak/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15153,9 +14351,8 @@ }, "node_modules/jsii-pacmak/node_modules/cliui": { "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -15164,9 +14361,8 @@ }, "node_modules/jsii-pacmak/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -15176,15 +14372,13 @@ }, "node_modules/jsii-pacmak/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsii-pacmak/node_modules/fs-extra": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -15196,9 +14390,8 @@ }, "node_modules/jsii-pacmak/node_modules/yargs": { "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -15214,18 +14407,16 @@ }, "node_modules/jsii-pacmak/node_modules/yargs-parser": { "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/jsii-reflect": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.101.0.tgz", - "integrity": "sha512-ZCFb+laktj/ekNadUYksf+jLZq4fjoQeNe344GwslJOaemGjgAeqy0atV2H8nvTYU8ubszFApUPpdoRvtxgdPw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jsii/check-node": "1.101.0", "@jsii/spec": "^1.101.0", @@ -15243,9 +14434,8 @@ }, "node_modules/jsii-reflect/node_modules/@jsii/check-node": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.101.0.tgz", - "integrity": "sha512-io8u1GAF9XGp2crx0C/WGiJeUnHGw5X0du4fisbrNJHmVVFwcJbBMjbfXKWq+JSzl8fo/JV3F1LqtjsnawKA2A==", "dev": true, + "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.2", "semver": "^7.6.0" @@ -15256,9 +14446,8 @@ }, "node_modules/jsii-reflect/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -15271,9 +14460,8 @@ }, "node_modules/jsii-reflect/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15287,9 +14475,8 @@ }, "node_modules/jsii-reflect/node_modules/cliui": { "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -15298,9 +14485,8 @@ }, "node_modules/jsii-reflect/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -15310,15 +14496,13 @@ }, "node_modules/jsii-reflect/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsii-reflect/node_modules/fs-extra": { "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -15330,9 +14514,8 @@ }, "node_modules/jsii-reflect/node_modules/yargs": { "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -15348,18 +14531,16 @@ }, "node_modules/jsii-reflect/node_modules/yargs-parser": { "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/jsii-release": { "version": "0.2.846", - "resolved": "https://registry.npmjs.org/jsii-release/-/jsii-release-0.2.846.tgz", - "integrity": "sha512-jQDzWE0w3B1psc9E2SaBFdTLaupViEx6XH3imjtdrBw+P+ZGo8oqM9AmrfX8oLrkW1j5NV5w0tMsS1XaILwbUQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-codeartifact": "^3.596.0", "@aws-sdk/credential-providers": "^3.596.0", @@ -15391,9 +14572,8 @@ }, "node_modules/jsii-release/node_modules/fs-extra": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -15405,9 +14585,8 @@ }, "node_modules/jsii-release/node_modules/glob": { "version": "10.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.0.0.tgz", - "integrity": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "minimatch": "^9.0.0", @@ -15423,152 +14602,24 @@ }, "node_modules/jsii-release/node_modules/jsonfile": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, + "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/jsii-release/node_modules/universalify": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.0.0" } }, - "node_modules/jsii-rosetta": { - "version": "5.4.21", - "resolved": "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-5.4.21.tgz", - "integrity": "sha512-g7E935trSNQ8rbs+VYQiDBbeoaqS0sO7HuJ+bz27x7pvKBri5Uk9w+aLtmFI8UhHX7JgZ6mUxruY0zRW4AqCyQ==", - "dev": true, - "peer": true, - "dependencies": { - "@jsii/check-node": "1.98.0", - "@jsii/spec": "^1.98.0", - "@xmldom/xmldom": "^0.8.10", - "chalk": "^4", - "commonmark": "^0.31.0", - "fast-glob": "^3.3.2", - "jsii": "~5.4.0", - "semver": "^7.6.2", - "semver-intersect": "^1.5.0", - "stream-json": "^1.8.0", - "typescript": "~5.4", - "workerpool": "^6.5.1", - "yargs": "^17.7.2" - }, - "bin": { - "jsii-rosetta": "bin/jsii-rosetta" - }, - "engines": { - "node": ">= 18.12.0" - } - }, - "node_modules/jsii-rosetta/node_modules/@jsii/check-node": { - "version": "1.98.0", - "resolved": "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.98.0.tgz", - "integrity": "sha512-hI53TMW/fylHyY3CrJvqWvfSPJvBL82GSAB1m2CKNC0yHb0pZHCdBZnLrrr4rgTCQx8kIJjcUc0rQ/Ba3w+GaA==", - "dev": true, - "peer": true, - "dependencies": { - "chalk": "^4.1.2", - "semver": "^7.5.4" - }, - "engines": { - "node": ">= 14.17.0" - } - }, - "node_modules/jsii-rosetta/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jsii-rosetta/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jsii-rosetta/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jsii-rosetta/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "peer": true - }, - "node_modules/jsii-rosetta/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "peer": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/jsii-rosetta/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "peer": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/jsii/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -15581,9 +14632,8 @@ }, "node_modules/jsii/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15597,9 +14647,8 @@ }, "node_modules/jsii/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -15609,51 +14658,42 @@ }, "node_modules/jsii/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-buffer": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-parse-better-errors": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/json5": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -15663,9 +14703,8 @@ }, "node_modules/jsonc-eslint-parser": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", - "integrity": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==", "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.5.0", "eslint-visitor-keys": "^3.0.0", @@ -15681,15 +14720,11 @@ }, "node_modules/jsonc-parser": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true + "license": "MIT" }, "node_modules/jsonfile": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -15699,18 +14734,16 @@ }, "node_modules/jsonparse": { "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, "engines": [ "node >= 0.2.0" - ] + ], + "license": "MIT" }, "node_modules/JSONStream": { "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, + "license": "(MIT OR Apache-2.0)", "dependencies": { "jsonparse": "^1.2.0", "through": ">=2.2.7 <3" @@ -15724,8 +14757,7 @@ }, "node_modules/jsonwebtoken": { "version": "9.0.2", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", - "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "license": "MIT", "dependencies": { "jws": "^3.2.2", "lodash.includes": "^4.3.0", @@ -15745,8 +14777,7 @@ }, "node_modules/jwa": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", + "license": "MIT", "dependencies": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", @@ -15755,8 +14786,7 @@ }, "node_modules/jws": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "license": "MIT", "dependencies": { "jwa": "^1.4.1", "safe-buffer": "^5.0.1" @@ -15764,45 +14794,40 @@ }, "node_modules/keyv": { "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, + "license": "MIT", "dependencies": { "json-buffer": "3.0.1" } }, "node_modules/kind-of": { "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/kleur": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/leven": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/levn": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -15813,18 +14838,15 @@ }, "node_modules/lines-and-columns": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", - "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==", - "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/load-json-file": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", @@ -15837,9 +14859,8 @@ }, "node_modules/load-json-file/node_modules/parse-json": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, + "license": "MIT", "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" @@ -15850,18 +14871,16 @@ }, "node_modules/load-json-file/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/locate-path": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^6.0.0" }, @@ -15874,140 +14893,115 @@ }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash-es": { "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.camelcase": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.capitalize": { "version": "4.2.1", - "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", - "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.escaperegexp": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", - "integrity": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.includes": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", - "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + "license": "MIT" }, "node_modules/lodash.isboolean": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + "license": "MIT" }, "node_modules/lodash.isinteger": { "version": "4.0.4", - "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", - "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + "license": "MIT" }, "node_modules/lodash.ismatch": { "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", - "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.isnumber": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + "license": "MIT" }, "node_modules/lodash.isplainobject": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + "license": "MIT" }, "node_modules/lodash.isstring": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + "license": "MIT" }, "node_modules/lodash.kebabcase": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", - "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.mergewith": { "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", - "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.once": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + "license": "MIT" }, "node_modules/lodash.snakecase": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", - "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.startcase": { "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", - "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.uniq": { "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.uniqby": { "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", - "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.upperfirst": { "version": "4.3.1", - "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/log-symbols": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -16021,9 +15015,7 @@ }, "node_modules/log-symbols/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -16036,9 +15028,7 @@ }, "node_modules/log-symbols/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -16052,9 +15042,7 @@ }, "node_modules/log-symbols/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -16064,15 +15052,12 @@ }, "node_modules/log-symbols/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "license": "MIT" }, "node_modules/log4js": { "version": "6.9.1", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", - "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -16084,20 +15069,26 @@ "node": ">=8.0" } }, + "node_modules/lowercase-keys": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/lru-cache": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } }, "node_modules/make-dir": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.5.3" }, @@ -16110,24 +15101,21 @@ }, "node_modules/make-error": { "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/makeerror": { "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" } }, "node_modules/map-obj": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -16137,9 +15125,8 @@ }, "node_modules/marked": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", "dev": true, + "license": "MIT", "bin": { "marked": "bin/marked.js" }, @@ -16149,9 +15136,8 @@ }, "node_modules/marked-terminal": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.2.0.tgz", - "integrity": "sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-escapes": "^6.2.0", "cardinal": "^2.1.1", @@ -16169,9 +15155,8 @@ }, "node_modules/marked-terminal/node_modules/ansi-escapes": { "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz", - "integrity": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.16" }, @@ -16181,15 +15166,13 @@ }, "node_modules/mdurl": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/meow": { "version": "12.1.1", - "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz", - "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==", "dev": true, + "license": "MIT", "engines": { "node": ">=16.10" }, @@ -16199,24 +15182,21 @@ }, "node_modules/merge-stream": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/micromatch": { "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -16227,9 +15207,8 @@ }, "node_modules/mime": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", - "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", "dev": true, + "license": "MIT", "bin": { "mime": "cli.js" }, @@ -16239,16 +15218,14 @@ }, "node_modules/mime-db": { "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -16258,9 +15235,8 @@ }, "node_modules/mimic-fn": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -16268,20 +15244,25 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mimic-response": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/min-indent": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/minimatch": { "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -16294,17 +15275,15 @@ }, "node_modules/minimist": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/minimist-options": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, + "license": "MIT", "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -16316,26 +15295,23 @@ }, "node_modules/minipass": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, + "license": "ISC", "engines": { "node": ">=8" } }, "node_modules/modify-values": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", - "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/mqtt": { "version": "4.3.8", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-4.3.8.tgz", - "integrity": "sha512-2xT75uYa0kiPEF/PE0VPdavmEkoBzMT/UL9moid0rAvlCtV48qBwxD62m7Ld/4j8tSkIO1E/iqRl/S72SEOhOw==", + "license": "MIT", "dependencies": { "commist": "^1.0.0", "concat-stream": "^2.0.0", @@ -16366,8 +15342,7 @@ }, "node_modules/mqtt-packet": { "version": "6.10.0", - "resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.10.0.tgz", - "integrity": "sha512-ja8+mFKIHdB1Tpl6vac+sktqy3gA8t9Mduom1BA75cI+R9AHnZOiaBQwpGiWnaVJLDGRdNhQmFaAqd7tkKSMGA==", + "license": "MIT", "dependencies": { "bl": "^4.0.2", "debug": "^4.1.1", @@ -16376,8 +15351,7 @@ }, "node_modules/mqtt/node_modules/duplexify": { "version": "4.1.3", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz", - "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==", + "license": "MIT", "dependencies": { "end-of-stream": "^1.4.1", "inherits": "^2.0.3", @@ -16387,8 +15361,7 @@ }, "node_modules/mqtt/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -16398,16 +15371,14 @@ }, "node_modules/mqtt/node_modules/split2": { "version": "3.2.2", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", + "license": "ISC", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/mqtt/node_modules/ws": { "version": "7.5.10", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", - "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", + "license": "MIT", "engines": { "node": ">=8.3.0" }, @@ -16426,52 +15397,64 @@ }, "node_modules/mqtt/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "license": "ISC" }, "node_modules/ms": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "license": "MIT" }, "node_modules/natural-compare": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/neo-async": { "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/nerf-dart": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz", - "integrity": "sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/next-tick": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", - "dev": true + "dev": true, + "license": "ISC" + }, + "node_modules/nice-napi": { + "version": "1.0.2", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "!win32" + ], + "dependencies": { + "node-addon-api": "^3.0.0", + "node-gyp-build": "^4.2.2" + } + }, + "node_modules/node-addon-api": { + "version": "3.2.1", + "dev": true, + "license": "MIT", + "optional": true }, "node_modules/node-emoji": { "version": "1.11.0", - "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", - "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.21" } }, "node_modules/node-fetch": { "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -16487,29 +15470,35 @@ } } }, + "node_modules/node-gyp-build": { + "version": "4.8.1", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, "node_modules/node-int64": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/node-machine-id": { "version": "1.1.12", - "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz", - "integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==", - "dev": true + "license": "MIT" }, "node_modules/node-releases": { "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/normalize-package-data": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -16519,33 +15508,29 @@ }, "node_modules/normalize-package-data/node_modules/hosted-git-info": { "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/normalize-package-data/node_modules/semver": { "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/normalize-path": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/normalize-url": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -16555,8 +15540,6 @@ }, "node_modules/npm": { "version": "8.19.4", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.19.4.tgz", - "integrity": "sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -16633,6 +15616,7 @@ "write-file-atomic" ], "dev": true, + "license": "Artistic-2.0", "workspaces": [ "docs", "smoke-tests", @@ -16723,9 +15707,8 @@ }, "node_modules/npm-package-arg": { "version": "11.0.1", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", - "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", "dev": true, + "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", "proc-log": "^3.0.0", @@ -16738,9 +15721,7 @@ }, "node_modules/npm-run-path": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -19142,100 +18123,235 @@ "signal-exit": "^3.0.7" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "inBundle": true, + "license": "ISC" + }, + "node_modules/number-allocator": { + "version": "1.0.14", + "license": "MIT", + "dependencies": { + "debug": "^4.3.1", + "js-sdsl": "4.3.0" + } + }, + "node_modules/nwsapi": { + "version": "2.2.12", + "dev": true, + "license": "MIT" + }, + "node_modules/nx": { + "version": "19.3.0", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@nrwl/tao": "19.3.0", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.6.0", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.3.1", + "dotenv-expand": "~10.0.0", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "front-matter": "^4.0.2", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "9.0.3", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "ora": "5.3.0", + "semver": "^7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "19.3.0", + "@nx/nx-darwin-x64": "19.3.0", + "@nx/nx-freebsd-x64": "19.3.0", + "@nx/nx-linux-arm-gnueabihf": "19.3.0", + "@nx/nx-linux-arm64-gnu": "19.3.0", + "@nx/nx-linux-arm64-musl": "19.3.0", + "@nx/nx-linux-x64-gnu": "19.3.0", + "@nx/nx-linux-x64-musl": "19.3.0", + "@nx/nx-win32-arm64-msvc": "19.3.0", + "@nx/nx-win32-x64-msvc": "19.3.0" + }, + "peerDependencies": { + "@swc-node/register": "^1.8.0", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } + } + }, + "node_modules/nx/node_modules/@nx/nx-darwin-x64": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.3.0.tgz", + "integrity": "sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-freebsd-x64": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.3.0.tgz", + "integrity": "sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.3.0.tgz", + "integrity": "sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.3.0.tgz", + "integrity": "sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.3.0.tgz", + "integrity": "sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.3.0.tgz", + "integrity": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-x64-musl": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.3.0.tgz", + "integrity": "sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/npm/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "inBundle": true, - "license": "ISC" - }, - "node_modules/number-allocator": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.14.tgz", - "integrity": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==", - "dependencies": { - "debug": "^4.3.1", - "js-sdsl": "4.3.0" + "node_modules/nx/node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.3.0.tgz", + "integrity": "sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/nx": { + "node_modules/nx/node_modules/@nx/nx-win32-x64-msvc": { "version": "19.3.0", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.3.0.tgz", - "integrity": "sha512-WILWiROUkZWwuPJ12tP24Z0NULPEhxFN9i55/fECuVXYaFtkg6FvEne9C4d4bRqhZPcbrz6WhHnzE3NhdjH7XQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/tao": "19.3.0", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "3.0.0-rc.46", - "@zkochan/js-yaml": "0.0.7", - "axios": "^1.6.0", - "chalk": "^4.1.0", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^8.0.1", - "dotenv": "~16.3.1", - "dotenv-expand": "~10.0.0", - "enquirer": "~2.3.6", - "figures": "3.2.0", - "flat": "^5.0.2", - "front-matter": "^4.0.2", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "jest-diff": "^29.4.1", - "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", - "minimatch": "9.0.3", - "node-machine-id": "1.1.12", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "ora": "5.3.0", - "semver": "^7.5.3", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0", - "yargs": "^17.6.2", - "yargs-parser": "21.1.1" - }, - "bin": { - "nx": "bin/nx.js", - "nx-cloud": "bin/nx-cloud.js" - }, - "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.3.0", - "@nx/nx-darwin-x64": "19.3.0", - "@nx/nx-freebsd-x64": "19.3.0", - "@nx/nx-linux-arm-gnueabihf": "19.3.0", - "@nx/nx-linux-arm64-gnu": "19.3.0", - "@nx/nx-linux-arm64-musl": "19.3.0", - "@nx/nx-linux-x64-gnu": "19.3.0", - "@nx/nx-linux-x64-musl": "19.3.0", - "@nx/nx-win32-arm64-msvc": "19.3.0", - "@nx/nx-win32-x64-msvc": "19.3.0" - }, - "peerDependencies": { - "@swc-node/register": "^1.8.0", - "@swc/core": "^1.3.85" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.3.0.tgz", + "integrity": "sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" } }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -19248,9 +18364,7 @@ }, "node_modules/nx/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -19264,9 +18378,7 @@ }, "node_modules/nx/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -19276,32 +18388,27 @@ }, "node_modules/nx/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "license": "MIT" }, "node_modules/object-inspect": { "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-keys": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/object.assign": { "version": "4.1.5", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "define-properties": "^1.2.1", @@ -19317,17 +18424,15 @@ }, "node_modules/once": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", "dependencies": { "wrappy": "1" } }, "node_modules/onetime": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^4.0.0" }, @@ -19340,18 +18445,15 @@ }, "node_modules/oo-ascii-tree": { "version": "1.101.0", - "resolved": "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.101.0.tgz", - "integrity": "sha512-hNE9Nfvo4HLa9/dAiaiXUm64KHUvgBa7jPftsb8gZdTv1G1wSMMnd9j7SMcRzaMbDEqi+0cfgeBSIcsKy+k0vA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">= 14.17.0" } }, "node_modules/open": { "version": "8.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "dev": true, + "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -19366,9 +18468,8 @@ }, "node_modules/optionator": { "version": "0.9.4", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", - "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, + "license": "MIT", "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -19383,9 +18484,7 @@ }, "node_modules/ora": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", - "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", - "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "chalk": "^4.1.0", @@ -19405,9 +18504,7 @@ }, "node_modules/ora/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -19420,9 +18517,7 @@ }, "node_modules/ora/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -19436,9 +18531,7 @@ }, "node_modules/ora/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -19448,15 +18541,31 @@ }, "node_modules/ora/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "license": "MIT" + }, + "node_modules/os-filter-obj": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "arch": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-cancelable": { + "version": "2.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } }, "node_modules/p-each-series": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-3.0.0.tgz", - "integrity": "sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -19466,9 +18575,8 @@ }, "node_modules/p-filter": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-2.1.0.tgz", - "integrity": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==", "dev": true, + "license": "MIT", "dependencies": { "p-map": "^2.0.0" }, @@ -19478,27 +18586,24 @@ }, "node_modules/p-finally": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/p-is-promise": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", - "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/p-limit": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, + "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, @@ -19511,9 +18616,8 @@ }, "node_modules/p-locate": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^4.0.0" }, @@ -19526,9 +18630,8 @@ }, "node_modules/p-locate/node_modules/p-limit": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", "dev": true, + "license": "MIT", "dependencies": { "yocto-queue": "^1.0.0" }, @@ -19541,9 +18644,8 @@ }, "node_modules/p-locate/node_modules/yocto-queue": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.20" }, @@ -19553,18 +18655,16 @@ }, "node_modules/p-map": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", - "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/p-queue": { "version": "6.6.2", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", - "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "dev": true, + "license": "MIT", "dependencies": { "eventemitter3": "^4.0.4", "p-timeout": "^3.2.0" @@ -19578,18 +18678,16 @@ }, "node_modules/p-reduce": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz", - "integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/p-timeout": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", - "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "dev": true, + "license": "MIT", "dependencies": { "p-finally": "^1.0.0" }, @@ -19599,18 +18697,16 @@ }, "node_modules/p-try": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -19620,9 +18716,8 @@ }, "node_modules/parse-json": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -19638,48 +18733,63 @@ }, "node_modules/parse-json/node_modules/lines-and-columns": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/parse5": { + "version": "7.1.2", + "dev": true, + "license": "MIT", + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5/node_modules/entities": { + "version": "4.5.0", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, "node_modules/path-exists": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/path-key": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-parse": { "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/path-scurry": { "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -19693,33 +18803,41 @@ }, "node_modules/path-scurry/node_modules/lru-cache": { "version": "10.2.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", - "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "dev": true, + "license": "ISC", "engines": { "node": "14 || >=16.14" } }, "node_modules/path-type": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/peek-readable": { + "version": "5.1.4", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, "node_modules/picocolors": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" }, @@ -19729,27 +18847,32 @@ }, "node_modules/pify": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/pirates": { "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", - "dev": true, + "devOptional": true, + "license": "MIT", "engines": { "node": ">= 6" } }, + "node_modules/piscina": { + "version": "4.6.1", + "dev": true, + "license": "MIT", + "optionalDependencies": { + "nice-napi": "^1.0.2" + } + }, "node_modules/pkg-conf": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", - "integrity": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^2.0.0", "load-json-file": "^4.0.0" @@ -19760,9 +18883,8 @@ }, "node_modules/pkg-conf/node_modules/find-up": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^2.0.0" }, @@ -19772,9 +18894,8 @@ }, "node_modules/pkg-conf/node_modules/locate-path": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^2.0.0", "path-exists": "^3.0.0" @@ -19785,9 +18906,8 @@ }, "node_modules/pkg-conf/node_modules/p-limit": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^1.0.0" }, @@ -19797,9 +18917,8 @@ }, "node_modules/pkg-conf/node_modules/p-locate": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^1.1.0" }, @@ -19809,27 +18928,24 @@ }, "node_modules/pkg-conf/node_modules/p-try": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/pkg-conf/node_modules/path-exists": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/pkg-dir": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -19839,9 +18955,8 @@ }, "node_modules/pkg-dir/node_modules/find-up": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -19852,9 +18967,8 @@ }, "node_modules/pkg-dir/node_modules/locate-path": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -19864,9 +18978,8 @@ }, "node_modules/pkg-dir/node_modules/p-limit": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -19879,9 +18992,8 @@ }, "node_modules/pkg-dir/node_modules/p-locate": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -19891,36 +19003,32 @@ }, "node_modules/pkg-dir/node_modules/path-exists": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/possible-typed-array-names": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/prelude-ls": { "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" } }, "node_modules/prettier": { "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, @@ -19933,9 +19041,8 @@ }, "node_modules/prettier-linter-helpers": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, + "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, @@ -19945,9 +19052,7 @@ }, "node_modules/pretty-format": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", @@ -19959,31 +19064,27 @@ }, "node_modules/proc-log": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", - "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/process": { "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "license": "MIT", "engines": { "node": ">= 0.6.0" } }, "node_modules/process-nextick-args": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + "license": "MIT" }, "node_modules/prompts": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", "dev": true, + "license": "MIT", "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" @@ -19994,19 +19095,26 @@ }, "node_modules/proto-list": { "version": "1.2.4", - "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", - "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/proxy-from-env": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + "license": "MIT" + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "dev": true, + "license": "ISC" + }, + "node_modules/psl": { + "version": "1.9.0", + "dev": true, + "license": "MIT" }, "node_modules/pump": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -20014,17 +19122,14 @@ }, "node_modules/punycode": { "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/pure-rand": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", "dev": true, "funding": [ { @@ -20035,14 +19140,13 @@ "type": "opencollective", "url": "https://opencollective.com/fast-check" } - ] + ], + "license": "MIT" }, "node_modules/q": { "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", - "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", "dev": true, + "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" @@ -20050,8 +19154,7 @@ }, "node_modules/qs": { "version": "6.12.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz", - "integrity": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==", + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.6" }, @@ -20062,10 +19165,13 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/querystringify": { + "version": "2.2.0", + "dev": true, + "license": "MIT" + }, "node_modules/queue-microtask": { "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { @@ -20080,22 +19186,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/quick-lru": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/rc": { "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "dev": true, + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", @@ -20108,30 +19213,25 @@ }, "node_modules/rc/node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/rc/node_modules/strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-is": { "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true + "license": "MIT" }, "node_modules/read-pkg": { "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, + "license": "MIT", "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -20144,9 +19244,8 @@ }, "node_modules/read-pkg-up": { "version": "9.1.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz", - "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^6.3.0", "read-pkg": "^7.1.0", @@ -20161,9 +19260,8 @@ }, "node_modules/read-pkg-up/node_modules/find-up": { "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^7.1.0", "path-exists": "^5.0.0" @@ -20177,9 +19275,8 @@ }, "node_modules/read-pkg-up/node_modules/hosted-git-info": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -20189,9 +19286,8 @@ }, "node_modules/read-pkg-up/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -20201,9 +19297,8 @@ }, "node_modules/read-pkg-up/node_modules/normalize-package-data": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -20216,9 +19311,8 @@ }, "node_modules/read-pkg-up/node_modules/read-pkg": { "version": "7.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz", - "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==", "dev": true, + "license": "MIT", "dependencies": { "@types/normalize-package-data": "^2.4.1", "normalize-package-data": "^3.0.2", @@ -20234,9 +19328,8 @@ }, "node_modules/read-pkg-up/node_modules/type-fest": { "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=12.20" }, @@ -20246,23 +19339,20 @@ }, "node_modules/read-pkg-up/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/read-pkg/node_modules/type-fest": { "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/readable-stream": { "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -20272,11 +19362,25 @@ "node": ">= 6" } }, + "node_modules/readable-web-to-node-stream": { + "version": "3.0.2", + "dev": true, + "license": "MIT", + "dependencies": { + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, "node_modules/readdirp": { "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, @@ -20286,8 +19390,6 @@ }, "node_modules/rechoir": { "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", "dev": true, "dependencies": { "resolve": "^1.1.6" @@ -20298,9 +19400,8 @@ }, "node_modules/redent": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, + "license": "MIT", "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -20311,24 +19412,21 @@ }, "node_modules/redeyed": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", - "integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==", "dev": true, + "license": "MIT", "dependencies": { "esprima": "~4.0.0" } }, "node_modules/regenerate": { "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -20338,24 +19436,21 @@ }, "node_modules/regenerator-runtime": { "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regexp.prototype.flags": { "version": "1.5.2", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", - "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "define-properties": "^1.2.1", @@ -20371,9 +19466,8 @@ }, "node_modules/regexpu-core": { "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", @@ -20388,9 +19482,8 @@ }, "node_modules/registry-auth-token": { "version": "5.0.2", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz", - "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==", "dev": true, + "license": "MIT", "dependencies": { "@pnpm/npm-conf": "^2.1.0" }, @@ -20400,9 +19493,8 @@ }, "node_modules/regjsparser": { "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~0.5.0" }, @@ -20412,8 +19504,6 @@ }, "node_modules/regjsparser/node_modules/jsesc": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", "dev": true, "bin": { "jsesc": "bin/jsesc" @@ -20421,38 +19511,37 @@ }, "node_modules/reinterval": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/reinterval/-/reinterval-1.1.0.tgz", - "integrity": "sha512-QIRet3SYrGp0HUHO88jVskiG6seqUGC5iAG7AwI/BV4ypGcuqk9Du6YQBUOUqm9c8pw1eyLoIaONifRua1lsEQ==" + "license": "MIT" }, "node_modules/remeda": { "version": "0.0.32", - "resolved": "https://registry.npmjs.org/remeda/-/remeda-0.0.32.tgz", - "integrity": "sha512-FEdl8ONpqY7AvvMHG5WYdomc0mGf2khHPUDu6QvNkOq4Wjkw5BvzWM4QyksAQ/US1sFIIRG8TVBn6iJx6HbRrA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/require-directory": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-from-string": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, + "node_modules/requires-port": { + "version": "1.0.0", + "dev": true, + "license": "MIT" + }, "node_modules/resolve": { "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -20465,11 +19554,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/resolve-alpn": { + "version": "1.2.1", + "dev": true, + "license": "MIT" + }, "node_modules/resolve-cwd": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -20479,27 +19572,34 @@ }, "node_modules/resolve-from": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/resolve.exports": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } }, + "node_modules/responselike": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "lowercase-keys": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/restore-cursor": { "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dev": true, + "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -20510,18 +19610,14 @@ }, "node_modules/restore-cursor/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/restore-cursor/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -20534,15 +19630,12 @@ }, "node_modules/restore-cursor/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "license": "ISC" }, "node_modules/reusify": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, + "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -20550,15 +19643,12 @@ }, "node_modules/rfdc": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", - "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" + "license": "MIT" }, "node_modules/rimraf": { "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -20571,8 +19661,6 @@ }, "node_modules/run-parallel": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { @@ -20588,15 +19676,15 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } }, "node_modules/safe-array-concat": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", - "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "get-intrinsic": "^1.2.4", @@ -20612,8 +19700,6 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -20627,13 +19713,13 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safe-regex-test": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", - "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.6", "es-errors": "^1.3.0", @@ -20646,11 +19732,26 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "dev": true, + "license": "MIT" + }, + "node_modules/saxes": { + "version": "6.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=v12.22.7" + } + }, "node_modules/semantic-release": { "version": "20.1.0", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-20.1.0.tgz", - "integrity": "sha512-+9+n6RIr0Fz0F53cXrjpawxWlUg3O7/qr1jF9lrE+/v6WqwBrSWnavVHTPaf2WLerET2EngoqI0M4pahkKl6XQ==", "dev": true, + "license": "MIT", "dependencies": { "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/error": "^3.0.0", @@ -20690,18 +19791,16 @@ }, "node_modules/semantic-release-plugin-decorators": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/semantic-release-plugin-decorators/-/semantic-release-plugin-decorators-3.0.1.tgz", - "integrity": "sha512-f5Qjvv/AJYByvkaj11a+05gQwfPwgQKo5OIhj8YVM2Dhf2rOPEOLD83jGrTdM7Nuf//sZYw77/cGUSVygUG9Kg==", "dev": true, + "license": "MIT", "peerDependencies": { "semantic-release": ">=11" } }, "node_modules/semantic-release/node_modules/aggregate-error": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", - "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", "dev": true, + "license": "MIT", "dependencies": { "clean-stack": "^4.0.0", "indent-string": "^5.0.0" @@ -20715,15 +19814,13 @@ }, "node_modules/semantic-release/node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/semantic-release/node_modules/clean-stack": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", - "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "5.0.0" }, @@ -20736,9 +19833,8 @@ }, "node_modules/semantic-release/node_modules/cosmiconfig": { "version": "8.3.6", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", - "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, + "license": "MIT", "dependencies": { "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", @@ -20762,9 +19858,8 @@ }, "node_modules/semantic-release/node_modules/escape-string-regexp": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -20774,9 +19869,8 @@ }, "node_modules/semantic-release/node_modules/execa": { "version": "6.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", - "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.1", @@ -20797,9 +19891,8 @@ }, "node_modules/semantic-release/node_modules/figures": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", - "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0", "is-unicode-supported": "^1.2.0" @@ -20813,9 +19906,8 @@ }, "node_modules/semantic-release/node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -20825,9 +19917,8 @@ }, "node_modules/semantic-release/node_modules/hosted-git-info": { "version": "6.1.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", - "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, + "license": "ISC", "dependencies": { "lru-cache": "^7.5.1" }, @@ -20837,18 +19928,16 @@ }, "node_modules/semantic-release/node_modules/human-signals": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", - "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.20.0" } }, "node_modules/semantic-release/node_modules/indent-string": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -20858,9 +19947,8 @@ }, "node_modules/semantic-release/node_modules/is-unicode-supported": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", - "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -20870,9 +19958,8 @@ }, "node_modules/semantic-release/node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -20882,18 +19969,16 @@ }, "node_modules/semantic-release/node_modules/lru-cache": { "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/semantic-release/node_modules/npm-run-path": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -20906,9 +19991,8 @@ }, "node_modules/semantic-release/node_modules/p-reduce": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-3.0.0.tgz", - "integrity": "sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -20918,9 +20002,8 @@ }, "node_modules/semantic-release/node_modules/path-key": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -20930,14 +20013,12 @@ }, "node_modules/semantic-release/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/semver": { "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -20947,9 +20028,8 @@ }, "node_modules/semver-diff": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", - "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.3.5" }, @@ -20962,27 +20042,38 @@ }, "node_modules/semver-intersect": { "version": "1.5.0", - "resolved": "https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.5.0.tgz", - "integrity": "sha512-BDjWX7yCC0haX4W/zrnV2JaMpVirwaEkGOBmgRQtH++F1N3xl9v7k9H44xfTqwl+yLNNSbMKosoVSTIiJVQ2Pw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.3.0" } }, "node_modules/semver-intersect/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/semver-regex": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz", - "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==", "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/semver-truncate": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.3.5" + }, "engines": { "node": ">=12" }, @@ -20992,8 +20083,7 @@ }, "node_modules/set-function-length": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -21008,9 +20098,8 @@ }, "node_modules/set-function-name": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -21023,9 +20112,8 @@ }, "node_modules/shebang-command": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -21035,18 +20123,16 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/shelljs": { "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", @@ -21061,14 +20147,12 @@ }, "node_modules/shlex": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/shlex/-/shlex-2.1.2.tgz", - "integrity": "sha512-Nz6gtibMVgYeMEhUjp2KuwAgqaJA1K155dU/HuDaEJUGgnmYfVtVZah+uerVWdH8UGnyahhDCgABbYTbs254+w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/side-channel": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -21084,9 +20168,8 @@ }, "node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, @@ -21096,9 +20179,8 @@ }, "node_modules/signale": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", - "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^2.3.2", "figures": "^2.0.0", @@ -21110,9 +20192,8 @@ }, "node_modules/signale/node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -21122,9 +20203,8 @@ }, "node_modules/signale/node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -21136,18 +20216,16 @@ }, "node_modules/signale/node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/signale/node_modules/figures": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", - "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -21157,18 +20235,16 @@ }, "node_modules/signale/node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/signale/node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -21178,24 +20254,21 @@ }, "node_modules/sisteransi": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/sort-json": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/sort-json/-/sort-json-2.0.1.tgz", - "integrity": "sha512-s8cs2bcsQCzo/P2T/uoU6Js4dS/jnX8+4xunziNoq9qmSpZNCrRIAIvp4avsz0ST18HycV4z/7myJ7jsHWB2XQ==", "dev": true, + "license": "MIT", "dependencies": { "detect-indent": "^5.0.0", "detect-newline": "^2.1.0", @@ -21207,27 +20280,46 @@ }, "node_modules/sort-json/node_modules/detect-newline": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", - "integrity": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==", "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sort-keys": { + "version": "1.1.2", + "dev": true, + "license": "MIT", + "dependencies": { + "is-plain-obj": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sort-keys-length": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "sort-keys": "^1.0.0" + }, "engines": { "node": ">=0.10.0" } }, "node_modules/source-map": { "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, + "devOptional": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-support": { "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -21235,15 +20327,13 @@ }, "node_modules/spawn-error-forwarder": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz", - "integrity": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/spdx-correct": { "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -21251,15 +20341,13 @@ }, "node_modules/spdx-exceptions": { "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true + "dev": true, + "license": "CC-BY-3.0" }, "node_modules/spdx-expression-parse": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, + "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -21267,15 +20355,13 @@ }, "node_modules/spdx-license-ids": { "version": "3.0.18", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", - "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", - "dev": true + "dev": true, + "license": "CC0-1.0" }, "node_modules/spdx-license-list": { "version": "6.9.0", - "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.9.0.tgz", - "integrity": "sha512-L2jl5vc2j6jxWcNCvcVj/BW9A8yGIG02Dw+IUw0ZxDM70f7Ylf5Hq39appV1BI9yxyWQRpq2TQ1qaXvf+yjkqA==", "dev": true, + "license": "CC0-1.0", "engines": { "node": ">=8" }, @@ -21285,9 +20371,8 @@ }, "node_modules/split": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", - "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "dev": true, + "license": "MIT", "dependencies": { "through": "2" }, @@ -21297,24 +20382,20 @@ }, "node_modules/split2": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", - "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 10.x" } }, "node_modules/sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true + "license": "BSD-3-Clause" }, "node_modules/stack-utils": { "version": "2.0.6", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^2.0.0" }, @@ -21324,25 +20405,16 @@ }, "node_modules/stack-utils/node_modules/escape-string-regexp": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/stream-chain": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz", - "integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==", - "dev": true, - "peer": true - }, "node_modules/stream-combiner2": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", - "integrity": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==", "dev": true, + "license": "MIT", "dependencies": { "duplexer2": "~0.1.0", "readable-stream": "^2.0.2" @@ -21350,15 +20422,13 @@ }, "node_modules/stream-combiner2/node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/stream-combiner2/node_modules/readable-stream": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -21371,39 +20441,25 @@ }, "node_modules/stream-combiner2/node_modules/safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/stream-combiner2/node_modules/string_decoder": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, - "node_modules/stream-json": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.8.0.tgz", - "integrity": "sha512-HZfXngYHUAr1exT4fxlbc1IOce1RYxp2ldeaf97LYCOPSoOqY/1Psp7iGvpb+6JIOgkra9zDYnPX01hGAHzEPw==", - "dev": true, - "peer": true, - "dependencies": { - "stream-chain": "^2.2.5" - } - }, "node_modules/stream-shift": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz", - "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" + "license": "MIT" }, "node_modules/streamroller": { "version": "3.1.5", - "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", - "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", "dev": true, + "license": "MIT", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -21415,9 +20471,8 @@ }, "node_modules/streamroller/node_modules/fs-extra": { "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -21429,35 +20484,31 @@ }, "node_modules/streamroller/node_modules/jsonfile": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, + "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/streamroller/node_modules/universalify": { "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/string_decoder": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } }, "node_modules/string-length": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "dev": true, + "license": "MIT", "dependencies": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0" @@ -21468,9 +20519,7 @@ }, "node_modules/string-width": { "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -21482,9 +20531,8 @@ }, "node_modules/string.prototype.repeat": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", - "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", "dev": true, + "license": "MIT", "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -21492,9 +20540,8 @@ }, "node_modules/string.prototype.trim": { "version": "1.2.9", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", - "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -21510,9 +20557,8 @@ }, "node_modules/string.prototype.trimend": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", - "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -21524,9 +20570,8 @@ }, "node_modules/string.prototype.trimstart": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", - "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -21541,9 +20586,7 @@ }, "node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -21553,18 +20596,24 @@ }, "node_modules/strip-bom": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/strip-eof": { + "version": "1.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/strip-final-newline": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -21574,9 +20623,8 @@ }, "node_modules/strip-indent": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, + "license": "MIT", "dependencies": { "min-indent": "^1.0.0" }, @@ -21584,13 +20632,23 @@ "node": ">=8" } }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "node_modules/strip-json-comments": { + "version": "3.1.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strip-outer": { + "version": "2.0.0", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -21598,14 +20656,11 @@ }, "node_modules/strnum": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", - "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + "license": "MIT" }, "node_modules/strong-log-transformer": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz", - "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", - "dev": true, + "license": "Apache-2.0", "dependencies": { "duplexer": "^0.1.1", "minimist": "^1.2.0", @@ -21618,11 +20673,25 @@ "node": ">=4" } }, + "node_modules/strtok3": { + "version": "7.1.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@tokenizer/token": "^0.3.0", + "peek-readable": "^5.1.3" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, "node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -21632,9 +20701,8 @@ }, "node_modules/supports-hyperlinks": { "version": "2.3.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", - "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" @@ -21645,9 +20713,8 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -21655,11 +20722,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "dev": true, + "license": "MIT" + }, "node_modules/synckit": { "version": "0.8.8", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", - "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", "dev": true, + "license": "MIT", "dependencies": { "@pkgr/core": "^0.1.0", "tslib": "^2.6.2" @@ -21673,9 +20744,7 @@ }, "node_modules/tar-stream": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", - "dev": true, + "license": "MIT", "dependencies": { "bl": "^4.0.3", "end-of-stream": "^1.4.1", @@ -21689,18 +20758,16 @@ }, "node_modules/temp-dir": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", - "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/tempy": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tempy/-/tempy-1.0.1.tgz", - "integrity": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==", "dev": true, + "license": "MIT", "dependencies": { "del": "^6.0.0", "is-stream": "^2.0.0", @@ -21717,9 +20784,8 @@ }, "node_modules/tempy/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -21729,9 +20795,8 @@ }, "node_modules/tempy/node_modules/type-fest": { "version": "0.16.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", - "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -21741,9 +20806,8 @@ }, "node_modules/test-exclude": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", "dev": true, + "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", @@ -21755,9 +20819,8 @@ }, "node_modules/test-exclude/node_modules/brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -21765,9 +20828,8 @@ }, "node_modules/test-exclude/node_modules/minimatch": { "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -21777,9 +20839,8 @@ }, "node_modules/text-extensions": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz", - "integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -21789,54 +20850,45 @@ }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/through": { "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true + "license": "MIT" }, "node_modules/through2": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", - "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", "dev": true, + "license": "MIT", "dependencies": { "readable-stream": "3" } }, "node_modules/tmp": { "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", - "dev": true, + "license": "MIT", "engines": { "node": ">=14.14" } }, "node_modules/tmpl": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/to-fast-properties": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/to-regex-range": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -21844,17 +20896,53 @@ "node": ">=8.0" } }, + "node_modules/token-types": { + "version": "5.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@tokenizer/token": "^0.3.0", + "ieee754": "^1.2.1" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/tough-cookie": { + "version": "4.1.4", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie/node_modules/universalify": { + "version": "0.2.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/tr46": { "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/traverse": { "version": "0.6.9", - "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.9.tgz", - "integrity": "sha512-7bBrcF+/LQzSgFmT0X5YclVqQxtv7TDJ1f8Wj7ibBu/U6BMLeOpUxuZjV7rMc44UtKxlnMFigdhFAIszSX1DMg==", "dev": true, + "license": "MIT", "dependencies": { "gopd": "^1.0.1", "typedarray.prototype.slice": "^1.0.3", @@ -21869,18 +20957,38 @@ }, "node_modules/trim-newlines": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/trim-repeated": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^5.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/trim-repeated/node_modules/escape-string-regexp": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ts-api-utils": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=16" }, @@ -21890,9 +20998,8 @@ }, "node_modules/ts-jest": { "version": "29.1.4", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.4.tgz", - "integrity": "sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==", "dev": true, + "license": "MIT", "dependencies": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", @@ -21937,9 +21044,8 @@ }, "node_modules/ts-node": { "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -21980,9 +21086,7 @@ }, "node_modules/tsconfig-paths": { "version": "4.2.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", - "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", - "dev": true, + "license": "MIT", "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", @@ -21994,29 +21098,24 @@ }, "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/tslib": { "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + "license": "0BSD" }, "node_modules/type": { "version": "2.7.3", - "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", - "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/type-check": { "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1" }, @@ -22026,18 +21125,16 @@ }, "node_modules/type-detect": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/type-fest": { "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -22047,9 +21144,8 @@ }, "node_modules/typed-array-buffer": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -22061,9 +21157,8 @@ }, "node_modules/typed-array-byte-length": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -22080,9 +21175,8 @@ }, "node_modules/typed-array-byte-offset": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", - "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "dev": true, + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.7", @@ -22100,9 +21194,8 @@ }, "node_modules/typed-array-length": { "version": "1.0.6", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", - "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -22120,14 +21213,12 @@ }, "node_modules/typedarray": { "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + "license": "MIT" }, "node_modules/typedarray.prototype.slice": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/typedarray.prototype.slice/-/typedarray.prototype.slice-1.0.3.tgz", - "integrity": "sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -22145,9 +21236,8 @@ }, "node_modules/typescript": { "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", - "dev": true, + "devOptional": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -22158,9 +21248,8 @@ }, "node_modules/uglify-js": { "version": "3.18.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.18.0.tgz", - "integrity": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==", "dev": true, + "license": "BSD-2-Clause", "optional": true, "bin": { "uglifyjs": "bin/uglifyjs" @@ -22171,9 +21260,8 @@ }, "node_modules/unbox-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", @@ -22186,23 +21274,20 @@ }, "node_modules/undici-types": { "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -22213,27 +21298,24 @@ }, "node_modules/unicode-match-property-value-ecmascript": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicorn-magic": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", - "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -22243,9 +21325,8 @@ }, "node_modules/unique-string": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "dev": true, + "license": "MIT", "dependencies": { "crypto-random-string": "^2.0.0" }, @@ -22255,23 +21336,18 @@ }, "node_modules/universal-user-agent": { "version": "6.0.1", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", - "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/universalify": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/update-browserslist-db": { "version": "1.0.16", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", - "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", "dev": true, "funding": [ { @@ -22287,6 +21363,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "escalade": "^3.1.2", "picocolors": "^1.0.1" @@ -22300,17 +21377,15 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } }, "node_modules/url": { "version": "0.11.3", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", - "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", + "license": "MIT", "dependencies": { "punycode": "^1.4.1", "qs": "^6.11.2" @@ -22318,43 +21393,46 @@ }, "node_modules/url-join": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", - "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/url-parse": { + "version": "1.5.10", + "dev": true, + "license": "MIT", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } }, "node_modules/url/node_modules/punycode": { "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" + "license": "MIT" }, "node_modules/util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "license": "MIT" }, "node_modules/uuid": { "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/v8-to-istanbul": { "version": "9.2.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", - "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", "dev": true, + "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", @@ -22366,9 +21444,8 @@ }, "node_modules/validate-npm-package-license": { "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, + "license": "Apache-2.0", "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -22376,42 +21453,66 @@ }, "node_modules/validate-npm-package-name": { "version": "5.0.1", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", - "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", "dev": true, + "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, + "node_modules/w3c-xmlserializer": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": ">=14" + } + }, "node_modules/walker": { "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" } }, "node_modules/wcwidth": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", - "dev": true, + "license": "MIT", "dependencies": { "defaults": "^1.0.3" } }, "node_modules/webidl-conversions": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/whatwg-encoding": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-mimetype": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + } }, "node_modules/whatwg-url": { "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", "dev": true, + "license": "MIT", "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -22419,9 +21520,8 @@ }, "node_modules/which": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -22434,9 +21534,8 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", "dev": true, + "license": "MIT", "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -22450,9 +21549,8 @@ }, "node_modules/which-typed-array": { "version": "1.1.15", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", - "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", "dev": true, + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.7", @@ -22469,31 +21567,20 @@ }, "node_modules/word-wrap": { "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/wordwrap": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "dev": true - }, - "node_modules/workerpool": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz", - "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==", "dev": true, - "peer": true + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -22508,9 +21595,7 @@ }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -22523,9 +21608,7 @@ }, "node_modules/wrap-ansi/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -22535,20 +21618,16 @@ }, "node_modules/wrap-ansi/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "license": "MIT" }, "node_modules/wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "license": "ISC" }, "node_modules/write-file-atomic": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" @@ -22559,14 +21638,12 @@ }, "node_modules/write-file-atomic/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ws": { "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -22583,52 +21660,57 @@ } } }, + "node_modules/xml-name-validator": { + "version": "4.0.0", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12" + } + }, "node_modules/xmlbuilder": { "version": "15.1.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz", - "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8.0" } }, + "node_modules/xmlchars": { + "version": "2.2.0", + "dev": true, + "license": "MIT" + }, "node_modules/xtend": { "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "license": "MIT", "engines": { "node": ">=0.4" } }, "node_modules/y18n": { "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yallist": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yaml": { "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 6" } }, "node_modules/yargs": { "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, + "license": "MIT", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -22644,27 +21726,23 @@ }, "node_modules/yargs-parser": { "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, + "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/yn": { "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yocto-queue": { "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -22674,15 +21752,14 @@ }, "node_modules/zod": { "version": "3.23.8", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", - "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.17.0", + "version": "1.18.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22902,7 +21979,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.9.0", + "version": "1.10.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", @@ -22918,9 +21995,8 @@ }, "packages/common/node_modules/@typescript-eslint/eslint-plugin": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz", - "integrity": "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "7.14.1", @@ -22951,9 +22027,8 @@ }, "packages/common/node_modules/@typescript-eslint/parser": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.14.1.tgz", - "integrity": "sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "7.14.1", "@typescript-eslint/types": "7.14.1", @@ -22979,9 +22054,8 @@ }, "packages/common/node_modules/@typescript-eslint/scope-manager": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz", - "integrity": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1" @@ -22996,9 +22070,8 @@ }, "packages/common/node_modules/@typescript-eslint/types": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", - "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -23009,9 +22082,8 @@ }, "packages/common/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", - "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -23037,9 +22109,8 @@ }, "packages/common/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", - "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -23054,9 +22125,8 @@ }, "packages/common/node_modules/minimatch": { "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -23066,32 +22136,6 @@ "funding": { "url": "https://github.com/sponsors/isaacs" } - }, - "packages/iota-utils": { - "name": "@affinidi-tdk/iota-utils", - "version": "0.1.3", - "bundleDependencies": [ - "@affinidi-tdk/iota-client", - "@aws-sdk/client-cognito-identity", - "@typescript-eslint/eslint-plugin", - "@typescript-eslint/parser" - ], - "extraneous": true, - "license": "Apache-2.0", - "dependencies": { - "@affinidi-tdk/iota-client": "^1.1.0", - "@aws-sdk/client-cognito-identity": "^3.590.0", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0" - }, - "devDependencies": { - "eslint": "^8.57.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", - "jsii": "^5.3.25", - "jsii-pacmak": "^1.95.0", - "typescript": "^5.2.2" - } } } } diff --git a/package.json b/package.json index 051ab08f..75fac9a2 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "private": true, "dependencies": { + "@nx/devkit": "19.3.0", "tslib": "^2.6.2" }, "keywords": [ @@ -23,10 +24,12 @@ "@commitlint/config-conventional": "^19.2.2", "@nx/eslint": "^19.0.0", "@nx/eslint-plugin": "^19.0.0", - "@nx/jest": "^19.0.0", - "@nx/js": "^19.0.0", - "@swc-node/register": "~1.9.0", - "@swc/core": "~1.4.17", + "@nx/jest": "19.3.0", + "@nx/js": "19.3.0", + "@nx/plugin": "^19.3.0", + "@swc-node/register": "~1.9.1", + "@swc/cli": "~0.3.12", + "@swc/core": "~1.5.7", "@swc/helpers": "~0.5.11", "@theunderscorer/nx-semantic-release": "^2.11.0", "@types/jest": "^29.5.12", @@ -35,6 +38,7 @@ "@typescript-eslint/parser": "^6.13.2", "husky": "^9.0.11", "jest": "^29.7.0", + "jest-environment-jsdom": "^29.4.1", "jest-environment-node": "^29.7.0", "nx": "^19.0.0", "prettier": "^3.2.5", diff --git a/tools/nx-tdk-tools/.eslintrc.json b/tools/nx-tdk-tools/.eslintrc.json new file mode 100644 index 00000000..6b4ec019 --- /dev/null +++ b/tools/nx-tdk-tools/.eslintrc.json @@ -0,0 +1,32 @@ +{ + "extends": ["../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.json"], + "parser": "jsonc-eslint-parser", + "rules": { + "@nx/dependency-checks": "error" + } + }, + { + "files": ["./package.json", "./executors.json"], + "parser": "jsonc-eslint-parser", + "rules": { + "@nx/nx-plugin-checks": "error" + } + } + ] +} diff --git a/tools/nx-tdk-tools/README.md b/tools/nx-tdk-tools/README.md new file mode 100644 index 00000000..d75c3ee7 --- /dev/null +++ b/tools/nx-tdk-tools/README.md @@ -0,0 +1,3 @@ +# nx-tdk-tools + +This libary supposed to be used by affinidi-tdk project diff --git a/tools/nx-tdk-tools/executors.json b/tools/nx-tdk-tools/executors.json new file mode 100644 index 00000000..beb43eb8 --- /dev/null +++ b/tools/nx-tdk-tools/executors.json @@ -0,0 +1,9 @@ +{ + "executors": { + "set-version": { + "implementation": "./src/executors/set-version/executor", + "schema": "./src/executors/set-version/schema.json", + "description": "set-version executor" + } + } +} diff --git a/tools/nx-tdk-tools/package.json b/tools/nx-tdk-tools/package.json new file mode 100644 index 00000000..1ab47d02 --- /dev/null +++ b/tools/nx-tdk-tools/package.json @@ -0,0 +1,13 @@ +{ + "name": "@affinidi-tdk/nx-tdk-tools", + "version": "0.0.1", + "dependencies": { + "@nx/devkit": "19.3.0", + "tslib": "^2.3.0" + }, + "type": "commonjs", + "main": "./src/index.js", + "typings": "./src/index.d.ts", + "private": true, + "executors": "./executors.json" +} diff --git a/tools/nx-tdk-tools/project.json b/tools/nx-tdk-tools/project.json new file mode 100644 index 00000000..8cc907c8 --- /dev/null +++ b/tools/nx-tdk-tools/project.json @@ -0,0 +1,44 @@ +{ + "name": "nx-tdk-tools", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "tools/nx-tdk-tools/src", + "projectType": "library", + "tags": [], + "targets": { + "build": { + "executor": "@nx/js:tsc", + "outputs": ["{options.outputPath}"], + "options": { + "outputPath": "dist/tools/nx-tdk-tools/", + "main": "tools/nx-tdk-tools/src/index.ts", + "tsConfig": "tools/nx-tdk-tools/tsconfig.lib.json", + "assets": [ + "tools/nx-tdk-tools/*.md", + { + "input": "./tools/nx-tdk-tools/src", + "glob": "**/!(*.ts)", + "output": "./src" + }, + { + "input": "./tools/nx-tdk-tools/src", + "glob": "**/*.d.ts", + "output": "./src" + }, + { + "input": "./tools/nx-tdk-tools/", + "glob": "generators.json", + "output": "." + }, + { + "input": "./tools/nx-tdk-tools/", + "glob": "executors.json", + "output": "." + } + ] + } + }, + "lint": { + "executor": "@nx/eslint:lint" + } + } +} diff --git a/tools/nx-tdk-tools/src/executors/set-version/executor.ts b/tools/nx-tdk-tools/src/executors/set-version/executor.ts new file mode 100644 index 00000000..1465209e --- /dev/null +++ b/tools/nx-tdk-tools/src/executors/set-version/executor.ts @@ -0,0 +1,49 @@ +import { ExecutorContext } from '@nrwl/devkit' +import { readFileSync } from 'fs' +import { join } from 'path' +import { exec } from 'child_process' +import { promisify } from 'util' + +const PYTHON_CLIENTS_PATH = 'clients/python' +const TS_CLIENTS_PATH = 'clients/typescript' + +interface SetVersionExecutorOptions { + packageName: string +} + +export default async function setVersionExecutor( + options: SetVersionExecutorOptions, + context: ExecutorContext, +): Promise<{ success: boolean }> { + const pythonFolderName = options.packageName.replace(/-/gi, '_') + const tsFolderName = options.packageName.replace(/_/gi, '-') + const tsPackageJsonPath = join( + context.root, + TS_CLIENTS_PATH, + tsFolderName, + 'package.json', + ) + const pythonPackagePath = join( + context.root, + PYTHON_CLIENTS_PATH, + pythonFolderName, + ) + + // Read version from JS package.json + const packageJson = JSON.parse(readFileSync(tsPackageJsonPath, 'utf-8')) + const version = packageJson.version + + const { stdout, stderr } = await promisify(exec)( + `poetry version ${version}`, + { cwd: pythonPackagePath }, + ) + + if (context.isVerbose) { + console.log(stdout) + console.error(stderr) + } + console.log( + `Version updated to ${version} for Python package ${options.packageName}`, + ) + return { success: true } +} diff --git a/tools/nx-tdk-tools/src/executors/set-version/schema.d.ts b/tools/nx-tdk-tools/src/executors/set-version/schema.d.ts new file mode 100644 index 00000000..44e9ba62 --- /dev/null +++ b/tools/nx-tdk-tools/src/executors/set-version/schema.d.ts @@ -0,0 +1 @@ +export interface SetVersionExecutorSchema {} // eslint-disable-line diff --git a/tools/nx-tdk-tools/src/executors/set-version/schema.json b/tools/nx-tdk-tools/src/executors/set-version/schema.json new file mode 100644 index 00000000..b742b65f --- /dev/null +++ b/tools/nx-tdk-tools/src/executors/set-version/schema.json @@ -0,0 +1,11 @@ +{ + "$schema": "http://json-schema.org/schema", + "type": "object", + "properties": { + "packageName": { + "type": "string", + "description": "package name" + } + }, + "required": ["packageName"] +} diff --git a/tools/nx-tdk-tools/src/index.ts b/tools/nx-tdk-tools/src/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/tools/nx-tdk-tools/tsconfig.json b/tools/nx-tdk-tools/tsconfig.json new file mode 100644 index 00000000..19b9eece --- /dev/null +++ b/tools/nx-tdk-tools/tsconfig.json @@ -0,0 +1,16 @@ +{ + "extends": "../../tsconfig.base.json", + "compilerOptions": { + "module": "commonjs" + }, + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ] +} diff --git a/tools/nx-tdk-tools/tsconfig.lib.json b/tools/nx-tdk-tools/tsconfig.lib.json new file mode 100644 index 00000000..33eca2c2 --- /dev/null +++ b/tools/nx-tdk-tools/tsconfig.lib.json @@ -0,0 +1,10 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "declaration": true, + "types": ["node"] + }, + "include": ["src/**/*.ts"], + "exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"] +} diff --git a/tools/nx-tdk-tools/tsconfig.spec.json b/tools/nx-tdk-tools/tsconfig.spec.json new file mode 100644 index 00000000..9b2a121d --- /dev/null +++ b/tools/nx-tdk-tools/tsconfig.spec.json @@ -0,0 +1,14 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../dist/out-tsc", + "module": "commonjs", + "types": ["jest", "node"] + }, + "include": [ + "jest.config.ts", + "src/**/*.test.ts", + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} diff --git a/tsconfig.base.json b/tsconfig.base.json index 4ce43331..59575fa4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -13,7 +13,10 @@ "lib": ["es2020", "dom"], "skipLibCheck": true, "skipDefaultLibCheck": true, - "baseUrl": "." + "baseUrl": ".", + "paths": { + "@affinidi-tdk/nx-tdk-tools": ["tools/nx-tdk-tools/src/index.ts"] + } }, "exclude": ["node_modules", "tmp"] } From 833d49b1f50393fb32913a26ffbbfb8a055e7433 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:32:43 +0000 Subject: [PATCH 43/77] chore(release): @affinidi-tdk/common-v1.11.0 [skip ci] # [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.10.0...@affinidi-tdk/common-v1.11.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- packages/common/CHANGELOG.md | 7 +++++++ packages/common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 49f8e72b..20f406a6 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.10.0...@affinidi-tdk/common-v1.11.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.9.0...@affinidi-tdk/common-v1.10.0) (2024-08-19) diff --git a/packages/common/package.json b/packages/common/package.json index f1b53e4c..87694dc6 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/common", - "version": "1.10.0", + "version": "1.11.0", "description": "Affinidi TDK Common library with shared utils", "author": "Affinidi", "repository": { From c5df0c8332fac524945fcdb459f217a327a380ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:33:40 +0000 Subject: [PATCH 44/77] chore(release): @affinidi-tdk/iota-client-v1.15.0 [skip ci] # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.14.0...@affinidi-tdk/iota-client-v1.15.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- clients/typescript/iota-client/CHANGELOG.md | 7 +++++++ clients/typescript/iota-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iota-client/CHANGELOG.md b/clients/typescript/iota-client/CHANGELOG.md index 8e823858..ac21ebaa 100644 --- a/clients/typescript/iota-client/CHANGELOG.md +++ b/clients/typescript/iota-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.14.0...@affinidi-tdk/iota-client-v1.15.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.14.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.13.0...@affinidi-tdk/iota-client-v1.14.0) (2024-08-19) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index d0262765..5ed9bc51 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.14.0", + "version": "1.15.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { From c432a8f5eebc3103f43a94860328b7605b3d6e4f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:34:37 +0000 Subject: [PATCH 45/77] chore(release): @affinidi-tdk/credential-verification-client-v1.19.0 [skip ci] # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.18.0...@affinidi-tdk/credential-verification-client-v1.19.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- .../typescript/credential-verification-client/CHANGELOG.md | 7 +++++++ .../typescript/credential-verification-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-verification-client/CHANGELOG.md b/clients/typescript/credential-verification-client/CHANGELOG.md index 84d01b6c..08dfad56 100644 --- a/clients/typescript/credential-verification-client/CHANGELOG.md +++ b/clients/typescript/credential-verification-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.18.0...@affinidi-tdk/credential-verification-client-v1.19.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.17.0...@affinidi-tdk/credential-verification-client-v1.18.0) (2024-08-19) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index c36a5d8e..ff5ee353 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.18.0", + "version": "1.19.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { From e3d2b232392931a109a42c5ea7048819e190224d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:35:33 +0000 Subject: [PATCH 46/77] chore(release): @affinidi-tdk/credential-issuance-client-v1.19.0 [skip ci] # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.18.0...@affinidi-tdk/credential-issuance-client-v1.19.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- clients/typescript/credential-issuance-client/CHANGELOG.md | 7 +++++++ clients/typescript/credential-issuance-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-issuance-client/CHANGELOG.md b/clients/typescript/credential-issuance-client/CHANGELOG.md index f7939744..882477c9 100644 --- a/clients/typescript/credential-issuance-client/CHANGELOG.md +++ b/clients/typescript/credential-issuance-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.18.0...@affinidi-tdk/credential-issuance-client-v1.19.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.17.0...@affinidi-tdk/credential-issuance-client-v1.18.0) (2024-08-19) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 012201f6..de493923 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.18.0", + "version": "1.19.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { From 5e93c17f990170f733258c7cbb1527154f15b748 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:36:29 +0000 Subject: [PATCH 47/77] chore(release): @affinidi-tdk/login-configuration-client-v1.21.0 [skip ci] # [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.20.0...@affinidi-tdk/login-configuration-client-v1.21.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- clients/typescript/login-configuration-client/CHANGELOG.md | 7 +++++++ clients/typescript/login-configuration-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/login-configuration-client/CHANGELOG.md b/clients/typescript/login-configuration-client/CHANGELOG.md index e79b4278..bf901f4c 100644 --- a/clients/typescript/login-configuration-client/CHANGELOG.md +++ b/clients/typescript/login-configuration-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.20.0...@affinidi-tdk/login-configuration-client-v1.21.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.19.0...@affinidi-tdk/login-configuration-client-v1.20.0) (2024-08-19) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 81f85061..6258f2c2 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.20.0", + "version": "1.21.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { From 552f2fdae2b41b3fdc3c4f67ec36c2b7705a9215 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:37:26 +0000 Subject: [PATCH 48/77] chore(release): @affinidi-tdk/wallets-client-v1.18.0 [skip ci] # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.17.0...@affinidi-tdk/wallets-client-v1.18.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- clients/typescript/wallets-client/CHANGELOG.md | 7 +++++++ clients/typescript/wallets-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/wallets-client/CHANGELOG.md b/clients/typescript/wallets-client/CHANGELOG.md index ff6a2a27..7a03d5c9 100644 --- a/clients/typescript/wallets-client/CHANGELOG.md +++ b/clients/typescript/wallets-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.17.0...@affinidi-tdk/wallets-client-v1.18.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.16.0...@affinidi-tdk/wallets-client-v1.17.0) (2024-08-19) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 48350246..1d97d90a 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.17.0", + "version": "1.18.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { From 99d64d25c518e2c621de4e70c86107a6cef478ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:38:23 +0000 Subject: [PATCH 49/77] chore(release): @affinidi-tdk/iam-client-v1.19.0 [skip ci] # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.18.0...@affinidi-tdk/iam-client-v1.19.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- clients/typescript/iam-client/CHANGELOG.md | 7 +++++++ clients/typescript/iam-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iam-client/CHANGELOG.md b/clients/typescript/iam-client/CHANGELOG.md index c5a2c5eb..8d1e17cc 100644 --- a/clients/typescript/iam-client/CHANGELOG.md +++ b/clients/typescript/iam-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.18.0...@affinidi-tdk/iam-client-v1.19.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.17.0...@affinidi-tdk/iam-client-v1.18.0) (2024-08-19) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 7e8d66d1..8599c432 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.18.0", + "version": "1.19.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { From f68b130d0d7abe1a73e24af541852df499d4fe3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:39:20 +0000 Subject: [PATCH 50/77] chore(release): @affinidi-tdk/auth-provider-v1.19.0 [skip ci] # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.18.0...@affinidi-tdk/auth-provider-v1.19.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- packages/auth-provider/CHANGELOG.md | 7 +++++++ packages/auth-provider/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/auth-provider/CHANGELOG.md b/packages/auth-provider/CHANGELOG.md index 3620b11a..3cec69a8 100644 --- a/packages/auth-provider/CHANGELOG.md +++ b/packages/auth-provider/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.18.0...@affinidi-tdk/auth-provider-v1.19.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.17.0...@affinidi-tdk/auth-provider-v1.18.0) (2024-08-19) diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index 3183e480..3c927d9e 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/auth-provider", - "version": "1.18.0", + "version": "1.19.0", "description": "Internal module for managing access tokens", "author": "Affinidi", "repository": { From 564b62ea5eec0a3f7ad693a953a3e0999d01301c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:40:17 +0000 Subject: [PATCH 51/77] chore(release): @affinidi-tdk/iota-browser-v1.9.0 [skip ci] # [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.8.0...@affinidi-tdk/iota-browser-v1.9.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- libs/iota-browser/CHANGELOG.md | 7 +++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index 349279b8..27b68043 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.8.0...@affinidi-tdk/iota-browser-v1.9.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.8.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.7.1...@affinidi-tdk/iota-browser-v1.8.0) (2024-08-19) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index 34537cfb..c23691a7 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.8.0", + "version": "1.9.0", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From 76027f4fe4ffb6f81a9a7dddcda2e3abc40ab2a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 06:41:14 +0000 Subject: [PATCH 52/77] chore(release): @affinidi-tdk/iota-core-v1.10.0 [skip ci] # [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.9.0...@affinidi-tdk/iota-core-v1.10.0) (2024-08-20) ### Features * python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index 2ec1e570..8de57519 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.9.0...@affinidi-tdk/iota-core-v1.10.0) (2024-08-20) + + +### Features + +* python client package releases ([#195](https://github.com/affinidi/affinidi-tdk/issues/195)) ([3444422](https://github.com/affinidi/affinidi-tdk/commit/3444422ee4e3b9820ac5bd35852a2f617a9b429c)) + # [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.8.0...@affinidi-tdk/iota-core-v1.9.0) (2024-08-19) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index 4fc446ee..42c12d33 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.9.0", + "version": "1.10.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From 9890ac0437a11741f0d0fb84f451c90fa4156302 Mon Sep 17 00:00:00 2001 From: Francis Pineda <135792176+affrncsp@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:04:01 +0800 Subject: [PATCH 53/77] docs: updated readme and fixes links (#201) --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 21384056..b4eb4070 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) -The Affinidi Trust Development Kit (Affinidi TDK) is a modern interface that allows you to easily manage and integrate [Affinidi Elements]](https://www.affinidi.com/product/affinidi-elements) and [Frameworks](https://www.affinidi.com/developer#lota-framework) into your application. It minimises dependencies and enables developers seamless entry into the [Affinidi Trust Network (ATN)](https://www.affinidi.com/get-started). +The Affinidi Trust Development Kit (Affinidi TDK) is a modern interface that allows you to easily manage and integrate [Affinidi Elements](https://www.affinidi.com/product/affinidi-elements) and [Frameworks](https://www.affinidi.com/developer#lota-framework) into your application. It minimises dependencies and enables developers seamless entry into the [Affinidi Trust Network (ATN)](https://www.affinidi.com/get-started). ## How do I use Affinidi TDK? @@ -11,7 +11,7 @@ The Affinidi TDK provides three type of modules: - [Clients](clients), which offer methods to access Affinidi Elements services like Credential Issuance, Credential Verification, and Login Configurations, among others. - [Packages](packages), which are commonly used utilities/helpers that are self-contained and composable. -- [Libraries](libraries), which are high-level abstractions that combine logic and data to perform necessary business logic functionalities. +- [Libraries](libs), which are high-level abstractions that combine logic and data to perform necessary business logic functionalities. Each module has its own README that you can check to better understand how to integrate it into your application. @@ -27,15 +27,15 @@ The Affinidi TDK offers the following modules and support to programming languag |[auth-provider](packages/auth-provider/) | 🟢 | 🟢 | 🔴 | |[common](packages/common/) | 🟢 | 🟢 | 🔴 | |**Packages** | | | | -|credential-issuance-client | [🟢 Link](clients/typescript/credential-issuance-client/) | [🟢 Link](clients/python/credential-issuance-client/) | [🟡 Link](clients/typescript/credential-issuance-client/) | -|credential-verification-client | [🟢 Link](clients/typescript/credential-verification-client/) | [🟢 Link](clients/typescript/credential-verification-client/) | [🟡 Link](clients/typescript/credential-verification-client/) | -|iam-client | [🟢 Link](clients/typescript/iam-client/) | [🟢 Link](clients/typescript/iam-client/) | [🟡 Link](clients/typescript/iam-client/) | -|iota-client | [🟢 Link](clients/typescript/iota-client/) | [🟢 Link](clients/typescript/iota-client/) | [🟡 Link](clients/typescript/iota-client/) | -|login-configuration-client | [🟢 Link](clients/typescript/login-configuration-client/) | [🟢 Link](clients/typescript/login-configuration-client/) | [🟡 Link](clients/typescript/login-configuration-client/) | -|wallets-client | [🟢 Link](clients/typescript/wallets-client/) | [🟢 Link](clients/typescript/wallets-client/) | [🟡 Link](clients/typescript/wallets-client/) | +|credential-issuance-client | [🟢 Link](clients/typescript/credential-issuance-client/) | [🟢 Link](clients/python/credential_issuance_client/) | [🟡 Link](clients/dart/credential_issuance_client/) | +|credential-verification-client | [🟢 Link](clients/typescript/credential-verification-client/) | [🟢 Link](clients/python/credential_verification_client/) | [🟡 Link](clients/dart/credential_verification_client/) | +|iam-client | [🟢 Link](clients/typescript/iam-client/) | [🟢 Link](clients/python/iam_client/) | [🟡 Link](clients/dart/iam_client/) | +|iota-client | [🟢 Link](clients/typescript/iota-client/) | [🟢 Link](clients/python/iota_client/) | [🟡 Link](clients/dart/iota_client/) | +|login-configuration-client | [🟢 Link](clients/typescript/login-configuration-client/) | [🟢 Link](clients/python/login_configuration_client/) | [🟡 Link](clients/dart/login_configuration_client/) | +|wallets-client | [🟢 Link](clients/typescript/wallets-client/) | [🟢 Link](clients/python/wallets_client/) | [🟡 Link](clients/dart/wallets_client/) | |**Libraries** | | | | -|[iota-browser](libraries/iota-browser/) | 🟢 | 🔴 | 🔴 | -|[iota-core](libraries/iota-browser/) | 🟢 | 🟢 | 🔴 | +|[iota-browser](libs/iota-browser/) | 🟢 | 🔴 | 🔴 | +|[iota-core](libs/iota-core/) | 🟢 | 🟢 | 🔴 |
🟢 Supported
@@ -46,6 +46,14 @@ The Affinidi TDK offers the following modules and support to programming languag Head over to our [Documentation site](https://docs.affinidi.com/dev-tools/affinidi-tdk) to know how to get started with Affinidi TDK. +Use [this document](https://docs.affinidi.com/dev-tools/affinidi-tdk/#working-with-the-affinidi-tdk) to learn more about how to work with Affinidi TDK, including generating the Authorisation Token and calling the methods. + +To learn how to integrate Affinidi TDK and use the different modules into your application, you can explore the following: + +- [Affinidi TDK Clients](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/) +- [Affinidi TDK Libraries](https://docs.affinidi.com/dev-tools/affinidi-tdk/libraries/) +- [Affinidi TDK Packages](https://docs.affinidi.com/dev-tools/affinidi-tdk/packages/) + ## Support & feedback If you face any issues or have suggestions, please don't hesitate to contact us using [this link](https://share.hsforms.com/1i-4HKZRXSsmENzXtPdIG4g8oa2v). From 27b9379e949ca5629115e638a9b0110a42e813b0 Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:26:18 +0200 Subject: [PATCH 54/77] Fix: executor compile issue (#199) * fix: executor compile issue * fix: husky deprecation * fix: run builds sequentually, as parallell caueses issues sometimes --- .github/workflows/nx-branch.yaml | 2 +- .husky/commit-msg | 4 +- package-lock.json | 11413 +++++++++++++++++------------ 3 files changed, 6639 insertions(+), 4780 deletions(-) diff --git a/.github/workflows/nx-branch.yaml b/.github/workflows/nx-branch.yaml index 9a4ba56d..05d9f4dd 100644 --- a/.github/workflows/nx-branch.yaml +++ b/.github/workflows/nx-branch.yaml @@ -43,4 +43,4 @@ jobs: - name: install python tools run: | pip install poetry - - run: npx nx affected -t build --parallel=3 + - run: npx nx affected -t build --parallel=1 diff --git a/.husky/commit-msg b/.husky/commit-msg index e8511eae..47584412 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh + npx --no-install commitlint --edit $1 diff --git a/package-lock.json b/package-lock.json index 56f918b1..5fcc2984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ }, "clients/typescript/credential-issuance-client": { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.18.0", + "version": "1.19.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -81,7 +81,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.18.0", + "version": "1.19.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -115,7 +115,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.18.0", + "version": "1.19.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -149,7 +149,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.14.0", + "version": "1.15.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -183,7 +183,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.20.0", + "version": "1.21.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -217,7 +217,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.17.0", + "version": "1.18.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -251,7 +251,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.8.0", + "version": "1.9.0", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -420,7 +420,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.9.0", + "version": "1.10.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -643,8 +643,9 @@ }, "node_modules/@ampproject/remapping": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -653,117 +654,167 @@ "node": ">=6.0.0" } }, - "node_modules/@aws-crypto/ie11-detection": { - "version": "3.0.0", - "license": "Apache-2.0", + "node_modules/@aws-crypto/sha256-browser": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz", + "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==", "dependencies": { - "tslib": "^1.11.1" + "@aws-crypto/sha256-js": "^5.2.0", + "@aws-crypto/supports-web-crypto": "^5.2.0", + "@aws-crypto/util": "^5.2.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.6.2" } }, - "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { - "version": "1.14.1", - "license": "0BSD" + "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } }, - "node_modules/@aws-crypto/sha256-browser": { - "version": "3.0.0", - "license": "Apache-2.0", + "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", "dependencies": { - "@aws-crypto/ie11-detection": "^3.0.0", - "@aws-crypto/sha256-js": "^3.0.0", - "@aws-crypto/supports-web-crypto": "^3.0.0", - "@aws-crypto/util": "^3.0.0", - "@aws-sdk/types": "^3.222.0", - "@aws-sdk/util-locate-window": "^3.0.0", - "@aws-sdk/util-utf8-browser": "^3.0.0", - "tslib": "^1.11.1" + "@smithy/is-array-buffer": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { - "version": "1.14.1", - "license": "0BSD" + "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } }, "node_modules/@aws-crypto/sha256-js": { - "version": "3.0.0", - "license": "Apache-2.0", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz", + "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==", "dependencies": { - "@aws-crypto/util": "^3.0.0", + "@aws-crypto/util": "^5.2.0", "@aws-sdk/types": "^3.222.0", - "tslib": "^1.11.1" + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.0.0" } }, - "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { - "version": "1.14.1", - "license": "0BSD" - }, "node_modules/@aws-crypto/supports-web-crypto": { - "version": "3.0.0", - "license": "Apache-2.0", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz", + "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==", "dependencies": { - "tslib": "^1.11.1" + "tslib": "^2.6.2" } }, - "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { - "version": "1.14.1", - "license": "0BSD" - }, "node_modules/@aws-crypto/util": { - "version": "3.0.0", - "license": "Apache-2.0", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz", + "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==", "dependencies": { "@aws-sdk/types": "^3.222.0", - "@aws-sdk/util-utf8-browser": "^3.0.0", - "tslib": "^1.11.1" + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.6.2" } }, - "node_modules/@aws-crypto/util/node_modules/tslib": { - "version": "1.14.1", - "license": "0BSD" + "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } }, - "node_modules/@aws-sdk/client-codeartifact": { - "version": "3.596.0", - "dev": true, - "license": "Apache-2.0", + "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", "dependencies": { - "@aws-crypto/sha256-browser": "3.0.0", - "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/client-sso-oidc": "3.596.0", - "@aws-sdk/client-sts": "3.596.0", - "@aws-sdk/core": "3.592.0", - "@aws-sdk/credential-provider-node": "3.596.0", - "@aws-sdk/middleware-host-header": "3.577.0", - "@aws-sdk/middleware-logger": "3.577.0", - "@aws-sdk/middleware-recursion-detection": "3.577.0", - "@aws-sdk/middleware-user-agent": "3.587.0", - "@aws-sdk/region-config-resolver": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@aws-sdk/util-endpoints": "3.587.0", - "@aws-sdk/util-user-agent-browser": "3.577.0", - "@aws-sdk/util-user-agent-node": "3.587.0", - "@smithy/config-resolver": "^3.0.1", - "@smithy/core": "^2.2.0", - "@smithy/fetch-http-handler": "^3.0.1", - "@smithy/hash-node": "^3.0.0", - "@smithy/invalid-dependency": "^3.0.0", - "@smithy/middleware-content-length": "^3.0.0", - "@smithy/middleware-endpoint": "^3.0.1", - "@smithy/middleware-retry": "^3.0.3", - "@smithy/middleware-serde": "^3.0.0", - "@smithy/middleware-stack": "^3.0.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/node-http-handler": "^3.0.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "@smithy/url-parser": "^3.0.0", + "@smithy/is-array-buffer": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "dependencies": { + "@smithy/util-buffer-from": "^2.2.0", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-codeartifact": { + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-codeartifact/-/client-codeartifact-3.632.0.tgz", + "integrity": "sha512-jaR9tgZN/rzvs8iFdGlSlShHJU+PD0U54i/XZB+w8EnDOlKU1J35DObF5Mqty98Z1LsZWuKAvOyFMVj5lAmQZQ==", + "dev": true, + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/client-sso-oidc": "3.632.0", + "@aws-sdk/client-sts": "3.632.0", + "@aws-sdk/core": "3.629.0", + "@aws-sdk/credential-provider-node": "3.632.0", + "@aws-sdk/middleware-host-header": "3.620.0", + "@aws-sdk/middleware-logger": "3.609.0", + "@aws-sdk/middleware-recursion-detection": "3.620.0", + "@aws-sdk/middleware-user-agent": "3.632.0", + "@aws-sdk/region-config-resolver": "3.614.0", + "@aws-sdk/types": "3.609.0", + "@aws-sdk/util-endpoints": "3.632.0", + "@aws-sdk/util-user-agent-browser": "3.609.0", + "@aws-sdk/util-user-agent-node": "3.614.0", + "@smithy/config-resolver": "^3.0.5", + "@smithy/core": "^2.3.2", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/hash-node": "^3.0.3", + "@smithy/invalid-dependency": "^3.0.3", + "@smithy/middleware-content-length": "^3.0.5", + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-retry": "^3.0.14", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", "@smithy/util-base64": "^3.0.0", "@smithy/util-body-length-browser": "^3.0.0", "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.3", - "@smithy/util-defaults-mode-node": "^3.0.3", - "@smithy/util-endpoints": "^2.0.1", - "@smithy/util-middleware": "^3.0.0", - "@smithy/util-retry": "^3.0.0", - "@smithy/util-stream": "^3.0.1", + "@smithy/util-defaults-mode-browser": "^3.0.14", + "@smithy/util-defaults-mode-node": "^3.0.14", + "@smithy/util-endpoints": "^2.0.5", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", + "@smithy/util-stream": "^3.1.3", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, @@ -772,48 +823,49 @@ } }, "node_modules/@aws-sdk/client-cognito-identity": { - "version": "3.596.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-crypto/sha256-browser": "3.0.0", - "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/client-sso-oidc": "3.596.0", - "@aws-sdk/client-sts": "3.596.0", - "@aws-sdk/core": "3.592.0", - "@aws-sdk/credential-provider-node": "3.596.0", - "@aws-sdk/middleware-host-header": "3.577.0", - "@aws-sdk/middleware-logger": "3.577.0", - "@aws-sdk/middleware-recursion-detection": "3.577.0", - "@aws-sdk/middleware-user-agent": "3.587.0", - "@aws-sdk/region-config-resolver": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@aws-sdk/util-endpoints": "3.587.0", - "@aws-sdk/util-user-agent-browser": "3.577.0", - "@aws-sdk/util-user-agent-node": "3.587.0", - "@smithy/config-resolver": "^3.0.1", - "@smithy/core": "^2.2.0", - "@smithy/fetch-http-handler": "^3.0.1", - "@smithy/hash-node": "^3.0.0", - "@smithy/invalid-dependency": "^3.0.0", - "@smithy/middleware-content-length": "^3.0.0", - "@smithy/middleware-endpoint": "^3.0.1", - "@smithy/middleware-retry": "^3.0.3", - "@smithy/middleware-serde": "^3.0.0", - "@smithy/middleware-stack": "^3.0.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/node-http-handler": "^3.0.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "@smithy/url-parser": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.632.0.tgz", + "integrity": "sha512-ciPZZ0jxMmXuaKCVdJthWogfqJ/4nb1zCxm7D/XkKcSbANjAiJ+1l+yiu7ZPTLGKKPRQQkPsWUknw5xb/5LxeQ==", + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/client-sso-oidc": "3.632.0", + "@aws-sdk/client-sts": "3.632.0", + "@aws-sdk/core": "3.629.0", + "@aws-sdk/credential-provider-node": "3.632.0", + "@aws-sdk/middleware-host-header": "3.620.0", + "@aws-sdk/middleware-logger": "3.609.0", + "@aws-sdk/middleware-recursion-detection": "3.620.0", + "@aws-sdk/middleware-user-agent": "3.632.0", + "@aws-sdk/region-config-resolver": "3.614.0", + "@aws-sdk/types": "3.609.0", + "@aws-sdk/util-endpoints": "3.632.0", + "@aws-sdk/util-user-agent-browser": "3.609.0", + "@aws-sdk/util-user-agent-node": "3.614.0", + "@smithy/config-resolver": "^3.0.5", + "@smithy/core": "^2.3.2", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/hash-node": "^3.0.3", + "@smithy/invalid-dependency": "^3.0.3", + "@smithy/middleware-content-length": "^3.0.5", + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-retry": "^3.0.14", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", "@smithy/util-base64": "^3.0.0", "@smithy/util-body-length-browser": "^3.0.0", "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.3", - "@smithy/util-defaults-mode-node": "^3.0.3", - "@smithy/util-endpoints": "^2.0.1", - "@smithy/util-middleware": "^3.0.0", - "@smithy/util-retry": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.14", + "@smithy/util-defaults-mode-node": "^3.0.14", + "@smithy/util-endpoints": "^2.0.5", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, @@ -822,45 +874,46 @@ } }, "node_modules/@aws-sdk/client-sso": { - "version": "3.592.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-crypto/sha256-browser": "3.0.0", - "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/core": "3.592.0", - "@aws-sdk/middleware-host-header": "3.577.0", - "@aws-sdk/middleware-logger": "3.577.0", - "@aws-sdk/middleware-recursion-detection": "3.577.0", - "@aws-sdk/middleware-user-agent": "3.587.0", - "@aws-sdk/region-config-resolver": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@aws-sdk/util-endpoints": "3.587.0", - "@aws-sdk/util-user-agent-browser": "3.577.0", - "@aws-sdk/util-user-agent-node": "3.587.0", - "@smithy/config-resolver": "^3.0.1", - "@smithy/core": "^2.2.0", - "@smithy/fetch-http-handler": "^3.0.1", - "@smithy/hash-node": "^3.0.0", - "@smithy/invalid-dependency": "^3.0.0", - "@smithy/middleware-content-length": "^3.0.0", - "@smithy/middleware-endpoint": "^3.0.1", - "@smithy/middleware-retry": "^3.0.3", - "@smithy/middleware-serde": "^3.0.0", - "@smithy/middleware-stack": "^3.0.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/node-http-handler": "^3.0.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "@smithy/url-parser": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.632.0.tgz", + "integrity": "sha512-iYWHiKBz44m3chCFvtvHnvCpL2rALzyr1e6tOZV3dLlOKtQtDUlPy6OtnXDu4y+wyJCniy8ivG3+LAe4klzn1Q==", + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.629.0", + "@aws-sdk/middleware-host-header": "3.620.0", + "@aws-sdk/middleware-logger": "3.609.0", + "@aws-sdk/middleware-recursion-detection": "3.620.0", + "@aws-sdk/middleware-user-agent": "3.632.0", + "@aws-sdk/region-config-resolver": "3.614.0", + "@aws-sdk/types": "3.609.0", + "@aws-sdk/util-endpoints": "3.632.0", + "@aws-sdk/util-user-agent-browser": "3.609.0", + "@aws-sdk/util-user-agent-node": "3.614.0", + "@smithy/config-resolver": "^3.0.5", + "@smithy/core": "^2.3.2", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/hash-node": "^3.0.3", + "@smithy/invalid-dependency": "^3.0.3", + "@smithy/middleware-content-length": "^3.0.5", + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-retry": "^3.0.14", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", "@smithy/util-base64": "^3.0.0", "@smithy/util-body-length-browser": "^3.0.0", "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.3", - "@smithy/util-defaults-mode-node": "^3.0.3", - "@smithy/util-endpoints": "^2.0.1", - "@smithy/util-middleware": "^3.0.0", - "@smithy/util-retry": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.14", + "@smithy/util-defaults-mode-node": "^3.0.14", + "@smithy/util-endpoints": "^2.0.5", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, @@ -869,96 +922,100 @@ } }, "node_modules/@aws-sdk/client-sso-oidc": { - "version": "3.596.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-crypto/sha256-browser": "3.0.0", - "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/client-sts": "3.596.0", - "@aws-sdk/core": "3.592.0", - "@aws-sdk/credential-provider-node": "3.596.0", - "@aws-sdk/middleware-host-header": "3.577.0", - "@aws-sdk/middleware-logger": "3.577.0", - "@aws-sdk/middleware-recursion-detection": "3.577.0", - "@aws-sdk/middleware-user-agent": "3.587.0", - "@aws-sdk/region-config-resolver": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@aws-sdk/util-endpoints": "3.587.0", - "@aws-sdk/util-user-agent-browser": "3.577.0", - "@aws-sdk/util-user-agent-node": "3.587.0", - "@smithy/config-resolver": "^3.0.1", - "@smithy/core": "^2.2.0", - "@smithy/fetch-http-handler": "^3.0.1", - "@smithy/hash-node": "^3.0.0", - "@smithy/invalid-dependency": "^3.0.0", - "@smithy/middleware-content-length": "^3.0.0", - "@smithy/middleware-endpoint": "^3.0.1", - "@smithy/middleware-retry": "^3.0.3", - "@smithy/middleware-serde": "^3.0.0", - "@smithy/middleware-stack": "^3.0.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/node-http-handler": "^3.0.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "@smithy/url-parser": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.632.0.tgz", + "integrity": "sha512-Oh1fIWaoZluihOCb/zDEpRTi+6an82fgJz7fyRBugyLhEtDjmvpCQ3oKjzaOhoN+4EvXAm1ZS/ZgpvXBlIRTgw==", + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/core": "3.629.0", + "@aws-sdk/credential-provider-node": "3.632.0", + "@aws-sdk/middleware-host-header": "3.620.0", + "@aws-sdk/middleware-logger": "3.609.0", + "@aws-sdk/middleware-recursion-detection": "3.620.0", + "@aws-sdk/middleware-user-agent": "3.632.0", + "@aws-sdk/region-config-resolver": "3.614.0", + "@aws-sdk/types": "3.609.0", + "@aws-sdk/util-endpoints": "3.632.0", + "@aws-sdk/util-user-agent-browser": "3.609.0", + "@aws-sdk/util-user-agent-node": "3.614.0", + "@smithy/config-resolver": "^3.0.5", + "@smithy/core": "^2.3.2", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/hash-node": "^3.0.3", + "@smithy/invalid-dependency": "^3.0.3", + "@smithy/middleware-content-length": "^3.0.5", + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-retry": "^3.0.14", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", "@smithy/util-base64": "^3.0.0", "@smithy/util-body-length-browser": "^3.0.0", "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.3", - "@smithy/util-defaults-mode-node": "^3.0.3", - "@smithy/util-endpoints": "^2.0.1", - "@smithy/util-middleware": "^3.0.0", - "@smithy/util-retry": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.14", + "@smithy/util-defaults-mode-node": "^3.0.14", + "@smithy/util-endpoints": "^2.0.5", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, "engines": { "node": ">=16.0.0" + }, + "peerDependencies": { + "@aws-sdk/client-sts": "^3.632.0" } }, "node_modules/@aws-sdk/client-sts": { - "version": "3.596.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-crypto/sha256-browser": "3.0.0", - "@aws-crypto/sha256-js": "3.0.0", - "@aws-sdk/client-sso-oidc": "3.596.0", - "@aws-sdk/core": "3.592.0", - "@aws-sdk/credential-provider-node": "3.596.0", - "@aws-sdk/middleware-host-header": "3.577.0", - "@aws-sdk/middleware-logger": "3.577.0", - "@aws-sdk/middleware-recursion-detection": "3.577.0", - "@aws-sdk/middleware-user-agent": "3.587.0", - "@aws-sdk/region-config-resolver": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@aws-sdk/util-endpoints": "3.587.0", - "@aws-sdk/util-user-agent-browser": "3.577.0", - "@aws-sdk/util-user-agent-node": "3.587.0", - "@smithy/config-resolver": "^3.0.1", - "@smithy/core": "^2.2.0", - "@smithy/fetch-http-handler": "^3.0.1", - "@smithy/hash-node": "^3.0.0", - "@smithy/invalid-dependency": "^3.0.0", - "@smithy/middleware-content-length": "^3.0.0", - "@smithy/middleware-endpoint": "^3.0.1", - "@smithy/middleware-retry": "^3.0.3", - "@smithy/middleware-serde": "^3.0.0", - "@smithy/middleware-stack": "^3.0.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/node-http-handler": "^3.0.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "@smithy/url-parser": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.632.0.tgz", + "integrity": "sha512-Ss5cBH09icpTvT+jtGGuQlRdwtO7RyE9BF4ZV/CEPATdd9whtJt4Qxdya8BUnkWR7h5HHTrQHqai3YVYjku41A==", + "dependencies": { + "@aws-crypto/sha256-browser": "5.2.0", + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/client-sso-oidc": "3.632.0", + "@aws-sdk/core": "3.629.0", + "@aws-sdk/credential-provider-node": "3.632.0", + "@aws-sdk/middleware-host-header": "3.620.0", + "@aws-sdk/middleware-logger": "3.609.0", + "@aws-sdk/middleware-recursion-detection": "3.620.0", + "@aws-sdk/middleware-user-agent": "3.632.0", + "@aws-sdk/region-config-resolver": "3.614.0", + "@aws-sdk/types": "3.609.0", + "@aws-sdk/util-endpoints": "3.632.0", + "@aws-sdk/util-user-agent-browser": "3.609.0", + "@aws-sdk/util-user-agent-node": "3.614.0", + "@smithy/config-resolver": "^3.0.5", + "@smithy/core": "^2.3.2", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/hash-node": "^3.0.3", + "@smithy/invalid-dependency": "^3.0.3", + "@smithy/middleware-content-length": "^3.0.5", + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-retry": "^3.0.14", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", "@smithy/util-base64": "^3.0.0", "@smithy/util-body-length-browser": "^3.0.0", "@smithy/util-body-length-node": "^3.0.0", - "@smithy/util-defaults-mode-browser": "^3.0.3", - "@smithy/util-defaults-mode-node": "^3.0.3", - "@smithy/util-endpoints": "^2.0.1", - "@smithy/util-middleware": "^3.0.0", - "@smithy/util-retry": "^3.0.0", + "@smithy/util-defaults-mode-browser": "^3.0.14", + "@smithy/util-defaults-mode-node": "^3.0.14", + "@smithy/util-endpoints": "^2.0.5", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, @@ -967,15 +1024,19 @@ } }, "node_modules/@aws-sdk/core": { - "version": "3.592.0", - "license": "Apache-2.0", - "dependencies": { - "@smithy/core": "^2.2.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/signature-v4": "^3.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "fast-xml-parser": "4.2.5", + "version": "3.629.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.629.0.tgz", + "integrity": "sha512-+/ShPU/tyIBM3oY1cnjgNA/tFyHtlWq+wXF9xEKRv19NOpYbWQ+xzNwVjGq8vR07cCRqy/sDQLWPhxjtuV/FiQ==", + "dependencies": { + "@smithy/core": "^2.3.2", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/property-provider": "^3.1.3", + "@smithy/protocol-http": "^4.1.0", + "@smithy/signature-v4": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/util-middleware": "^3.0.3", + "fast-xml-parser": "4.4.1", "tslib": "^2.6.2" }, "engines": { @@ -983,14 +1044,15 @@ } }, "node_modules/@aws-sdk/credential-provider-cognito-identity": { - "version": "3.596.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.632.0.tgz", + "integrity": "sha512-fr+xCIqMYsUD67vwE/IpboIqHiEYMQMrpPjnvpbbvyjTKspFh0GS7Qn1LVFCd5oNeu1rzAdJei1On2HBOwIiZQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@aws-sdk/client-cognito-identity": "3.596.0", - "@aws-sdk/types": "3.577.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/client-cognito-identity": "3.632.0", + "@aws-sdk/types": "3.609.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -998,12 +1060,13 @@ } }, "node_modules/@aws-sdk/credential-provider-env": { - "version": "3.587.0", - "license": "Apache-2.0", + "version": "3.620.1", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.620.1.tgz", + "integrity": "sha512-ExuILJ2qLW5ZO+rgkNRj0xiAipKT16Rk77buvPP8csR7kkCflT/gXTyzRe/uzIiETTxM7tr8xuO9MP/DQXqkfg==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1011,17 +1074,18 @@ } }, "node_modules/@aws-sdk/credential-provider-http": { - "version": "3.596.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/fetch-http-handler": "^3.0.1", - "@smithy/node-http-handler": "^3.0.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/smithy-client": "^3.1.1", - "@smithy/types": "^3.0.0", - "@smithy/util-stream": "^3.0.1", + "version": "3.622.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.622.0.tgz", + "integrity": "sha512-VUHbr24Oll1RK3WR8XLUugLpgK9ZuxEm/NVeVqyFts1Ck9gsKpRg1x4eH7L7tW3SJ4TDEQNMbD7/7J+eoL2svg==", + "dependencies": { + "@aws-sdk/types": "3.609.0", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/property-provider": "^3.1.3", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.1.12", + "@smithy/types": "^3.3.0", + "@smithy/util-stream": "^3.1.3", "tslib": "^2.6.2" }, "engines": { @@ -1029,43 +1093,45 @@ } }, "node_modules/@aws-sdk/credential-provider-ini": { - "version": "3.596.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/credential-provider-env": "3.587.0", - "@aws-sdk/credential-provider-http": "3.596.0", - "@aws-sdk/credential-provider-process": "3.587.0", - "@aws-sdk/credential-provider-sso": "3.592.0", - "@aws-sdk/credential-provider-web-identity": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@smithy/credential-provider-imds": "^3.1.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/shared-ini-file-loader": "^3.1.0", - "@smithy/types": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.632.0.tgz", + "integrity": "sha512-m6epoW41xa1ajU5OiHcmQHoGVtrbXBaRBOUhlCLZmcaqMLYsboM4iD/WZP8aatKEON5tTnVXh/4StV8D/+wemw==", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.620.1", + "@aws-sdk/credential-provider-http": "3.622.0", + "@aws-sdk/credential-provider-process": "3.620.1", + "@aws-sdk/credential-provider-sso": "3.632.0", + "@aws-sdk/credential-provider-web-identity": "3.621.0", + "@aws-sdk/types": "3.609.0", + "@smithy/credential-provider-imds": "^3.2.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-sts": "^3.596.0" + "@aws-sdk/client-sts": "^3.632.0" } }, "node_modules/@aws-sdk/credential-provider-node": { - "version": "3.596.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/credential-provider-env": "3.587.0", - "@aws-sdk/credential-provider-http": "3.596.0", - "@aws-sdk/credential-provider-ini": "3.596.0", - "@aws-sdk/credential-provider-process": "3.587.0", - "@aws-sdk/credential-provider-sso": "3.592.0", - "@aws-sdk/credential-provider-web-identity": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@smithy/credential-provider-imds": "^3.1.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/shared-ini-file-loader": "^3.1.0", - "@smithy/types": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.632.0.tgz", + "integrity": "sha512-cL8fuJWm/xQBO4XJPkeuZzl3XinIn9EExWgzpG48NRMKR5us1RI/ucv7xFbBBaG+r/sDR2HpYBIA3lVIpm1H3Q==", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.620.1", + "@aws-sdk/credential-provider-http": "3.622.0", + "@aws-sdk/credential-provider-ini": "3.632.0", + "@aws-sdk/credential-provider-process": "3.620.1", + "@aws-sdk/credential-provider-sso": "3.632.0", + "@aws-sdk/credential-provider-web-identity": "3.621.0", + "@aws-sdk/types": "3.609.0", + "@smithy/credential-provider-imds": "^3.2.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1073,13 +1139,14 @@ } }, "node_modules/@aws-sdk/credential-provider-process": { - "version": "3.587.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/shared-ini-file-loader": "^3.1.0", - "@smithy/types": "^3.0.0", + "version": "3.620.1", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.620.1.tgz", + "integrity": "sha512-hWqFMidqLAkaV9G460+1at6qa9vySbjQKKc04p59OT7lZ5cO5VH5S4aI05e+m4j364MBROjjk2ugNvfNf/8ILg==", + "dependencies": { + "@aws-sdk/types": "3.609.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1087,15 +1154,16 @@ } }, "node_modules/@aws-sdk/credential-provider-sso": { - "version": "3.592.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/client-sso": "3.592.0", - "@aws-sdk/token-providers": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/shared-ini-file-loader": "^3.1.0", - "@smithy/types": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.632.0.tgz", + "integrity": "sha512-P/4wB6j7ym5QCPTL2xlMfvf2NcXSh+z0jmsZP4WW/tVwab4hvgabPPbLeEZDSWZ0BpgtxKGvRq0GSHuGeirQbA==", + "dependencies": { + "@aws-sdk/client-sso": "3.632.0", + "@aws-sdk/token-providers": "3.614.0", + "@aws-sdk/types": "3.609.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1103,41 +1171,43 @@ } }, "node_modules/@aws-sdk/credential-provider-web-identity": { - "version": "3.587.0", - "license": "Apache-2.0", + "version": "3.621.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.621.0.tgz", + "integrity": "sha512-w7ASSyfNvcx7+bYGep3VBgC3K6vEdLmlpjT7nSIHxxQf+WSdvy+HynwJosrpZax0sK5q0D1Jpn/5q+r5lwwW6w==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-sts": "^3.587.0" + "@aws-sdk/client-sts": "^3.621.0" } }, "node_modules/@aws-sdk/credential-providers": { - "version": "3.596.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/client-cognito-identity": "3.596.0", - "@aws-sdk/client-sso": "3.592.0", - "@aws-sdk/client-sts": "3.596.0", - "@aws-sdk/credential-provider-cognito-identity": "3.596.0", - "@aws-sdk/credential-provider-env": "3.587.0", - "@aws-sdk/credential-provider-http": "3.596.0", - "@aws-sdk/credential-provider-ini": "3.596.0", - "@aws-sdk/credential-provider-node": "3.596.0", - "@aws-sdk/credential-provider-process": "3.587.0", - "@aws-sdk/credential-provider-sso": "3.592.0", - "@aws-sdk/credential-provider-web-identity": "3.587.0", - "@aws-sdk/types": "3.577.0", - "@smithy/credential-provider-imds": "^3.1.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/types": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.632.0.tgz", + "integrity": "sha512-Q4x2ARdgncZKOJE/NXJHY5s8/YDRugVUR4lBEtibE764w5ezAhI1aMChzAzv4j3WMSDZ29KyxaymHHt2vJED9g==", + "dev": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.632.0", + "@aws-sdk/client-sso": "3.632.0", + "@aws-sdk/client-sts": "3.632.0", + "@aws-sdk/credential-provider-cognito-identity": "3.632.0", + "@aws-sdk/credential-provider-env": "3.620.1", + "@aws-sdk/credential-provider-http": "3.622.0", + "@aws-sdk/credential-provider-ini": "3.632.0", + "@aws-sdk/credential-provider-node": "3.632.0", + "@aws-sdk/credential-provider-process": "3.620.1", + "@aws-sdk/credential-provider-sso": "3.632.0", + "@aws-sdk/credential-provider-web-identity": "3.621.0", + "@aws-sdk/types": "3.609.0", + "@smithy/credential-provider-imds": "^3.2.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1145,12 +1215,13 @@ } }, "node_modules/@aws-sdk/middleware-host-header": { - "version": "3.577.0", - "license": "Apache-2.0", + "version": "3.620.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.620.0.tgz", + "integrity": "sha512-VMtPEZwqYrII/oUkffYsNWY9PZ9xpNJpMgmyU0rlDQ25O1c0Hk3fJmZRe6pEkAJ0omD7kLrqGl1DUjQVxpd/Rg==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/protocol-http": "^4.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1158,11 +1229,12 @@ } }, "node_modules/@aws-sdk/middleware-logger": { - "version": "3.577.0", - "license": "Apache-2.0", + "version": "3.609.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.609.0.tgz", + "integrity": "sha512-S62U2dy4jMDhDFDK5gZ4VxFdWzCtLzwbYyFZx2uvPYTECkepLUfzLic2BHg2Qvtu4QjX+oGE3P/7fwaGIsGNuQ==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1170,12 +1242,13 @@ } }, "node_modules/@aws-sdk/middleware-recursion-detection": { - "version": "3.577.0", - "license": "Apache-2.0", + "version": "3.620.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.620.0.tgz", + "integrity": "sha512-nh91S7aGK3e/o1ck64sA/CyoFw+gAYj2BDOnoNa6ouyCrVJED96ZXWbhye/fz9SgmNUZR2g7GdVpiLpMKZoI5w==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/protocol-http": "^4.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1183,13 +1256,14 @@ } }, "node_modules/@aws-sdk/middleware-user-agent": { - "version": "3.587.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/types": "3.577.0", - "@aws-sdk/util-endpoints": "3.587.0", - "@smithy/protocol-http": "^4.0.0", - "@smithy/types": "^3.0.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.632.0.tgz", + "integrity": "sha512-yY/sFsHKwG9yzSf/DTclqWJaGPI2gPBJDCGBujSqTG1zlS7Ot4fqi91DZ6088BFWzbOorDzJFcAhAEFzc6LuQg==", + "dependencies": { + "@aws-sdk/types": "3.609.0", + "@aws-sdk/util-endpoints": "3.632.0", + "@smithy/protocol-http": "^4.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1197,14 +1271,15 @@ } }, "node_modules/@aws-sdk/region-config-resolver": { - "version": "3.587.0", - "license": "Apache-2.0", + "version": "3.614.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.614.0.tgz", + "integrity": "sha512-vDCeMXvic/LU0KFIUjpC3RiSTIkkvESsEfbVHiHH0YINfl8HnEqR5rj+L8+phsCeVg2+LmYwYxd5NRz4PHxt5g==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/types": "^3.3.0", "@smithy/util-config-provider": "^3.0.0", - "@smithy/util-middleware": "^3.0.0", + "@smithy/util-middleware": "^3.0.3", "tslib": "^2.6.2" }, "engines": { @@ -1212,27 +1287,29 @@ } }, "node_modules/@aws-sdk/token-providers": { - "version": "3.587.0", - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/property-provider": "^3.1.0", - "@smithy/shared-ini-file-loader": "^3.1.0", - "@smithy/types": "^3.0.0", + "version": "3.614.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.614.0.tgz", + "integrity": "sha512-okItqyY6L9IHdxqs+Z116y5/nda7rHxLvROxtAJdLavWTYDydxrZstImNgGWTeVdmc0xX2gJCI77UYUTQWnhRw==", + "dependencies": { + "@aws-sdk/types": "3.609.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { "node": ">=16.0.0" }, "peerDependencies": { - "@aws-sdk/client-sso-oidc": "^3.587.0" + "@aws-sdk/client-sso-oidc": "^3.614.0" } }, "node_modules/@aws-sdk/types": { - "version": "3.577.0", - "license": "Apache-2.0", + "version": "3.609.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.609.0.tgz", + "integrity": "sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==", "dependencies": { - "@smithy/types": "^3.0.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1240,12 +1317,13 @@ } }, "node_modules/@aws-sdk/util-endpoints": { - "version": "3.587.0", - "license": "Apache-2.0", + "version": "3.632.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.632.0.tgz", + "integrity": "sha512-LlYMU8pAbcEQphOpE6xaNLJ8kPGhklZZTVzZVpVW477NaaGgoGTMYNXTABYHcxeF5E2lLrxql9OmVpvr8GWN8Q==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/types": "^3.0.0", - "@smithy/util-endpoints": "^2.0.1", + "@aws-sdk/types": "3.609.0", + "@smithy/types": "^3.3.0", + "@smithy/util-endpoints": "^2.0.5", "tslib": "^2.6.2" }, "engines": { @@ -1254,7 +1332,8 @@ }, "node_modules/@aws-sdk/util-locate-window": { "version": "3.568.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz", + "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==", "dependencies": { "tslib": "^2.6.2" }, @@ -1263,22 +1342,24 @@ } }, "node_modules/@aws-sdk/util-user-agent-browser": { - "version": "3.577.0", - "license": "Apache-2.0", + "version": "3.609.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.609.0.tgz", + "integrity": "sha512-fojPU+mNahzQ0YHYBsx0ZIhmMA96H+ZIZ665ObU9tl+SGdbLneVZVikGve+NmHTQwHzwkFsZYYnVKAkreJLAtA==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/types": "^3.3.0", "bowser": "^2.11.0", "tslib": "^2.6.2" } }, "node_modules/@aws-sdk/util-user-agent-node": { - "version": "3.587.0", - "license": "Apache-2.0", + "version": "3.614.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.614.0.tgz", + "integrity": "sha512-15ElZT88peoHnq5TEoEtZwoXTXRxNrk60TZNdpl/TUBJ5oNJ9Dqb5Z4ryb8ofN6nm9aFf59GVAerFDz8iUoHBA==", "dependencies": { - "@aws-sdk/types": "3.577.0", - "@smithy/node-config-provider": "^3.1.0", - "@smithy/types": "^3.0.0", + "@aws-sdk/types": "3.609.0", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -1295,15 +1376,17 @@ }, "node_modules/@aws-sdk/util-utf8-browser": { "version": "3.259.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", "dependencies": { "tslib": "^2.3.1" } }, "node_modules/@babel/code-frame": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" @@ -1313,28 +1396,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz", + "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, - "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helpers": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -1351,18 +1436,20 @@ }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/types": "^7.24.7", + "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -1373,8 +1460,9 @@ }, "node_modules/@babel/helper-annotate-as-pure": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1384,8 +1472,9 @@ }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", + "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1395,13 +1484,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", + "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.25.2", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -1411,25 +1501,25 @@ }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz", + "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.8", "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-replace-supers": "^7.25.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/traverse": "^7.25.0", "semver": "^6.3.1" }, "engines": { @@ -1441,16 +1531,18 @@ }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", + "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "regexpu-core": "^5.3.1", @@ -1465,16 +1557,18 @@ }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -1486,47 +1580,14 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", + "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.24.8", + "@babel/types": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1534,8 +1595,9 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1545,15 +1607,15 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", + "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -1564,8 +1626,9 @@ }, "node_modules/@babel/helper-optimise-call-expression": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", "dev": true, - "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -1574,21 +1637,23 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", + "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", + "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" + "@babel/helper-wrap-function": "^7.25.0", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1598,13 +1663,14 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", + "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1615,8 +1681,9 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1627,8 +1694,9 @@ }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -1637,62 +1705,55 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", + "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", + "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz", + "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1700,8 +1761,9 @@ }, "node_modules/@babel/highlight": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", @@ -1714,8 +1776,9 @@ }, "node_modules/@babel/highlight/node_modules/ansi-styles": { "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -1725,8 +1788,9 @@ }, "node_modules/@babel/highlight/node_modules/chalk": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -1738,24 +1802,27 @@ }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/@babel/highlight/node_modules/supports-color": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -1764,9 +1831,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.24.7", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", + "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", "dev": true, - "license": "MIT", + "dependencies": { + "@babel/types": "^7.25.2" + }, "bin": { "parser": "bin/babel-parser.js" }, @@ -1775,12 +1846,28 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", + "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", + "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1790,11 +1877,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", + "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1805,8 +1893,9 @@ }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", + "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -1820,12 +1909,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", + "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1836,8 +1926,9 @@ }, "node_modules/@babel/plugin-proposal-decorators": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz", + "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -1852,8 +1943,9 @@ }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -1863,8 +1955,9 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1874,8 +1967,9 @@ }, "node_modules/@babel/plugin-syntax-bigint": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1885,8 +1979,9 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -1896,8 +1991,9 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -1910,8 +2006,9 @@ }, "node_modules/@babel/plugin-syntax-decorators": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz", + "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1924,8 +2021,9 @@ }, "node_modules/@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1935,8 +2033,9 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -1946,8 +2045,9 @@ }, "node_modules/@babel/plugin-syntax-import-assertions": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", + "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1960,8 +2060,9 @@ }, "node_modules/@babel/plugin-syntax-import-attributes": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", + "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1974,8 +2075,9 @@ }, "node_modules/@babel/plugin-syntax-import-meta": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -1985,8 +2087,9 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -1996,8 +2099,9 @@ }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2010,8 +2114,9 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2021,8 +2126,9 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2032,8 +2138,9 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2043,8 +2150,9 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2054,8 +2162,9 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2065,8 +2174,9 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2076,8 +2186,9 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2090,8 +2201,9 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2104,8 +2216,9 @@ }, "node_modules/@babel/plugin-syntax-typescript": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", + "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2118,8 +2231,9 @@ }, "node_modules/@babel/plugin-syntax-unicode-sets-regex": { "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2133,8 +2247,9 @@ }, "node_modules/@babel/plugin-transform-arrow-functions": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", + "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2146,14 +2261,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", + "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-remap-async-to-generator": "^7.25.0", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -2164,8 +2280,9 @@ }, "node_modules/@babel/plugin-transform-async-to-generator": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2180,8 +2297,9 @@ }, "node_modules/@babel/plugin-transform-block-scoped-functions": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", + "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2193,11 +2311,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", + "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2208,8 +2327,9 @@ }, "node_modules/@babel/plugin-transform-class-properties": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", + "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2223,8 +2343,9 @@ }, "node_modules/@babel/plugin-transform-class-static-block": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", + "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2238,17 +2359,16 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz", + "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/traverse": "^7.25.0", "globals": "^11.1.0" }, "engines": { @@ -2260,8 +2380,9 @@ }, "node_modules/@babel/plugin-transform-computed-properties": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", + "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/template": "^7.24.7" @@ -2274,11 +2395,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", + "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2289,8 +2411,9 @@ }, "node_modules/@babel/plugin-transform-dotall-regex": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", + "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2304,8 +2427,9 @@ }, "node_modules/@babel/plugin-transform-duplicate-keys": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", + "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2316,10 +2440,27 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", + "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", + "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -2333,8 +2474,9 @@ }, "node_modules/@babel/plugin-transform-exponentiation-operator": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", + "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2348,8 +2490,9 @@ }, "node_modules/@babel/plugin-transform-export-namespace-from": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", + "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -2363,8 +2506,9 @@ }, "node_modules/@babel/plugin-transform-for-of": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", + "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -2377,13 +2521,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.7", + "version": "7.25.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", + "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.1" }, "engines": { "node": ">=6.9.0" @@ -2394,8 +2539,9 @@ }, "node_modules/@babel/plugin-transform-json-strings": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", + "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -2408,11 +2554,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", + "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2423,8 +2570,9 @@ }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", + "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -2438,8 +2586,9 @@ }, "node_modules/@babel/plugin-transform-member-expression-literals": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", + "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2452,8 +2601,9 @@ }, "node_modules/@babel/plugin-transform-modules-amd": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", + "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2466,12 +2616,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-simple-access": "^7.24.7" }, "engines": { @@ -2482,14 +2633,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", + "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -2500,8 +2652,9 @@ }, "node_modules/@babel/plugin-transform-modules-umd": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", + "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2515,8 +2668,9 @@ }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", + "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2530,8 +2684,9 @@ }, "node_modules/@babel/plugin-transform-new-target": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", + "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2544,8 +2699,9 @@ }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", + "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -2559,8 +2715,9 @@ }, "node_modules/@babel/plugin-transform-numeric-separator": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", + "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -2574,8 +2731,9 @@ }, "node_modules/@babel/plugin-transform-object-rest-spread": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", + "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2591,8 +2749,9 @@ }, "node_modules/@babel/plugin-transform-object-super": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", + "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-replace-supers": "^7.24.7" @@ -2606,8 +2765,9 @@ }, "node_modules/@babel/plugin-transform-optional-catch-binding": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", + "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -2620,11 +2780,12 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", + "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, @@ -2637,8 +2798,9 @@ }, "node_modules/@babel/plugin-transform-parameters": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", + "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2651,8 +2813,9 @@ }, "node_modules/@babel/plugin-transform-private-methods": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", + "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2666,8 +2829,9 @@ }, "node_modules/@babel/plugin-transform-private-property-in-object": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", + "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-create-class-features-plugin": "^7.24.7", @@ -2683,8 +2847,9 @@ }, "node_modules/@babel/plugin-transform-property-literals": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", + "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2697,8 +2862,9 @@ }, "node_modules/@babel/plugin-transform-regenerator": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", + "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" @@ -2712,8 +2878,9 @@ }, "node_modules/@babel/plugin-transform-reserved-words": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", + "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2726,8 +2893,9 @@ }, "node_modules/@babel/plugin-transform-runtime": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz", + "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -2745,16 +2913,18 @@ }, "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/plugin-transform-shorthand-properties": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", + "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2767,8 +2937,9 @@ }, "node_modules/@babel/plugin-transform-spread": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", + "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -2782,8 +2953,9 @@ }, "node_modules/@babel/plugin-transform-sticky-regex": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", + "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2796,8 +2968,9 @@ }, "node_modules/@babel/plugin-transform-template-literals": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", + "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2809,11 +2982,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", + "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -2823,13 +2997,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz", + "integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { @@ -2841,8 +3017,9 @@ }, "node_modules/@babel/plugin-transform-unicode-escapes": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", + "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -2855,8 +3032,9 @@ }, "node_modules/@babel/plugin-transform-unicode-property-regex": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", + "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2870,8 +3048,9 @@ }, "node_modules/@babel/plugin-transform-unicode-regex": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", + "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2885,8 +3064,9 @@ }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", + "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -2899,18 +3079,20 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.2", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", @@ -2931,29 +3113,30 @@ "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.0", "@babel/plugin-transform-async-to-generator": "^7.24.7", "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", "@babel/plugin-transform-class-properties": "^7.24.7", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.0", "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", "@babel/plugin-transform-dynamic-import": "^7.24.7", "@babel/plugin-transform-exponentiation-operator": "^7.24.7", "@babel/plugin-transform-export-namespace-from": "^7.24.7", "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", "@babel/plugin-transform-member-expression-literals": "^7.24.7", "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.7", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", "@babel/plugin-transform-modules-umd": "^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", "@babel/plugin-transform-new-target": "^7.24.7", @@ -2962,7 +3145,7 @@ "@babel/plugin-transform-object-rest-spread": "^7.24.7", "@babel/plugin-transform-object-super": "^7.24.7", "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", "@babel/plugin-transform-parameters": "^7.24.7", "@babel/plugin-transform-private-methods": "^7.24.7", "@babel/plugin-transform-private-property-in-object": "^7.24.7", @@ -2973,7 +3156,7 @@ "@babel/plugin-transform-spread": "^7.24.7", "@babel/plugin-transform-sticky-regex": "^7.24.7", "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", "@babel/plugin-transform-unicode-escapes": "^7.24.7", "@babel/plugin-transform-unicode-property-regex": "^7.24.7", "@babel/plugin-transform-unicode-regex": "^7.24.7", @@ -2982,7 +3165,7 @@ "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.4", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", + "core-js-compat": "^3.37.1", "semver": "^6.3.1" }, "engines": { @@ -2994,16 +3177,18 @@ }, "node_modules/@babel/preset-env/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/preset-modules": { "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -3015,8 +3200,9 @@ }, "node_modules/@babel/preset-typescript": { "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz", + "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-validator-option": "^7.24.7", @@ -3033,13 +3219,15 @@ }, "node_modules/@babel/regjsgen": { "version": "0.8.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true }, "node_modules/@babel/runtime": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "dev": true, - "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -3048,31 +3236,30 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.7", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", + "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.3", + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.2", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -3081,11 +3268,12 @@ } }, "node_modules/@babel/types": { - "version": "7.24.7", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", + "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", "to-fast-properties": "^2.0.0" }, @@ -3095,27 +3283,30 @@ }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true }, "node_modules/@colors/colors": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, - "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" } }, "node_modules/@commitlint/cli": { - "version": "19.3.0", + "version": "19.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.4.0.tgz", + "integrity": "sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/format": "^19.3.0", "@commitlint/lint": "^19.2.2", - "@commitlint/load": "^19.2.0", - "@commitlint/read": "^19.2.1", + "@commitlint/load": "^19.4.0", + "@commitlint/read": "^19.4.0", "@commitlint/types": "^19.0.3", "execa": "^8.0.1", "yargs": "^17.0.0" @@ -3129,8 +3320,9 @@ }, "node_modules/@commitlint/config-conventional": { "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", + "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" @@ -3141,8 +3333,9 @@ }, "node_modules/@commitlint/config-validator": { "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz", + "integrity": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "ajv": "^8.11.0" @@ -3153,8 +3346,9 @@ }, "node_modules/@commitlint/ensure": { "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz", + "integrity": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "lodash.camelcase": "^4.3.0", @@ -3169,16 +3363,18 @@ }, "node_modules/@commitlint/execute-rule": { "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz", + "integrity": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==", "dev": true, - "license": "MIT", "engines": { "node": ">=v18" } }, "node_modules/@commitlint/format": { "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz", + "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "chalk": "^5.3.0" @@ -3189,8 +3385,9 @@ }, "node_modules/@commitlint/is-ignored": { "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz", + "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "semver": "^7.6.0" @@ -3201,8 +3398,9 @@ }, "node_modules/@commitlint/lint": { "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz", + "integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/is-ignored": "^19.2.2", "@commitlint/parse": "^19.0.3", @@ -3214,9 +3412,10 @@ } }, "node_modules/@commitlint/load": { - "version": "19.2.0", + "version": "19.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.4.0.tgz", + "integrity": "sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/config-validator": "^19.0.3", "@commitlint/execute-rule": "^19.0.0", @@ -3235,16 +3434,18 @@ }, "node_modules/@commitlint/message": { "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz", + "integrity": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==", "dev": true, - "license": "MIT", "engines": { "node": ">=v18" } }, "node_modules/@commitlint/parse": { "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz", + "integrity": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/types": "^19.0.3", "conventional-changelog-angular": "^7.0.0", @@ -3255,9 +3456,10 @@ } }, "node_modules/@commitlint/read": { - "version": "19.2.1", + "version": "19.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.4.0.tgz", + "integrity": "sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/top-level": "^19.0.0", "@commitlint/types": "^19.0.3", @@ -3271,8 +3473,9 @@ }, "node_modules/@commitlint/resolve-extends": { "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz", + "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/config-validator": "^19.0.3", "@commitlint/types": "^19.0.3", @@ -3287,8 +3490,9 @@ }, "node_modules/@commitlint/rules": { "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.0.3.tgz", + "integrity": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==", "dev": true, - "license": "MIT", "dependencies": { "@commitlint/ensure": "^19.0.3", "@commitlint/message": "^19.0.0", @@ -3302,16 +3506,18 @@ }, "node_modules/@commitlint/to-lines": { "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz", + "integrity": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==", "dev": true, - "license": "MIT", "engines": { "node": ">=v18" } }, "node_modules/@commitlint/top-level": { "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz", + "integrity": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^7.0.0" }, @@ -3321,8 +3527,9 @@ }, "node_modules/@commitlint/types": { "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz", + "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==", "dev": true, - "license": "MIT", "dependencies": { "@types/conventional-commits-parser": "^5.0.0", "chalk": "^5.3.0" @@ -3333,8 +3540,9 @@ }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, - "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -3344,352 +3552,1298 @@ }, "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", "dev": true, - "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@esbuild/darwin-arm64": { + "node_modules/@emnapi/core": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.2.0.tgz", + "integrity": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==", + "dependencies": { + "@emnapi/wasi-threads": "1.0.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", + "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", + "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", "cpu": [ - "arm64" + "ppc64" ], "dev": true, - "license": "MIT", "optional": true, "os": [ - "darwin" + "aix" ], "engines": { "node": ">=12" } }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", + "node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + "node": ">=12" } }, - "node_modules/@eslint-community/regexpp": { - "version": "4.10.1", + "node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], "dev": true, - "license": "MIT", + "optional": true, + "os": [ + "android" + ], "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + "node": ">=12" } }, - "node_modules/@eslint/eslintrc": { - "version": "2.1.4", + "node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=12" } }, - "node_modules/@eslint/eslintrc/node_modules/ajv": { - "version": "6.12.6", - "dev": true, - "license": "MIT", + "node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", + "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/@eslint/eslintrc/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@httptoolkit/websocket-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@httptoolkit/websocket-stream/-/websocket-stream-6.0.1.tgz", + "integrity": "sha512-A0NOZI+Glp3Xgcz6Na7i7o09+/+xm2m0UCU8gdtM2nIv6/cjLmhMZMqehSpTlgbx9omtLmV8LVqOskPEyWnmZQ==", + "dependencies": { + "@types/ws": "*", + "duplexify": "^3.5.1", + "inherits": "^2.0.1", + "isomorphic-ws": "^4.0.1", + "readable-stream": "^2.3.3", + "safe-buffer": "^5.1.2", + "ws": "*", + "xtend": "^4.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "deprecated": "Use @eslint/config-array instead", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", + "dev": true + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", + "dev": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/console/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/console/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/core": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", + "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", + "dev": true, + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/reporters": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.7.0", + "jest-config": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-resolve-dependencies": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "jest-watcher": "^29.7.0", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/core/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/environment": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "dev": true, + "dependencies": { + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/argparse": { - "version": "2.0.1", + "node_modules/@jest/expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "dev": true, - "license": "Python-2.0" + "dependencies": { + "expect": "^29.7.0", + "jest-snapshot": "^29.7.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } }, - "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { - "version": "1.1.11", + "node_modules/@jest/expect-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "dev": true, - "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "jest-get-type": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.24.0", + "node_modules/@jest/fake-timers": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "dev": true, - "license": "MIT", "dependencies": { - "type-fest": "^0.20.2" + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/js-yaml": { - "version": "4.1.0", + "node_modules/@jest/globals": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "dev": true, - "license": "MIT", "dependencies": { - "argparse": "^2.0.1" + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/types": "^29.6.3", + "jest-mock": "^29.7.0" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { - "version": "0.4.1", + "node_modules/@jest/reporters": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "dev": true, - "license": "MIT" + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } }, - "node_modules/@eslint/eslintrc/node_modules/minimatch": { - "version": "3.1.2", + "node_modules/@jest/reporters/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "color-convert": "^2.0.1" }, "engines": { - "node": "*" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", + "node_modules/@jest/reporters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "(MIT OR CC0-1.0)", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@eslint/js": { - "version": "8.57.0", + "node_modules/@jest/reporters/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=7.0.0" } }, - "node_modules/@httptoolkit/websocket-stream": { - "version": "6.0.1", - "license": "BSD-2-Clause", + "node_modules/@jest/reporters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dependencies": { - "@types/ws": "*", - "duplexify": "^3.5.1", - "inherits": "^2.0.1", - "isomorphic-ws": "^4.0.1", - "readable-stream": "^2.3.3", - "safe-buffer": "^5.1.2", - "ws": "*", - "xtend": "^4.0.0" + "@sinclair/typebox": "^0.27.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@httptoolkit/websocket-stream/node_modules/isarray": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/@httptoolkit/websocket-stream/node_modules/readable-stream": { - "version": "2.3.8", - "license": "MIT", + "node_modules/@jest/source-map": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "dev": true, "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@httptoolkit/websocket-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "license": "MIT" + "node_modules/@jest/test-result": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", + "dev": true, + "dependencies": { + "@jest/console": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } }, - "node_modules/@httptoolkit/websocket-stream/node_modules/string_decoder": { - "version": "1.1.1", - "license": "MIT", + "node_modules/@jest/test-sequencer": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", + "dev": true, "dependencies": { - "safe-buffer": "~5.1.0" + "@jest/test-result": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", + "node_modules/@jest/transform": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", - "debug": "^4.3.1", - "minimatch": "^3.0.5" + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" }, "engines": { - "node": ">=10.10.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": { - "version": "1.1.11", + "node_modules/@jest/transform/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@humanwhocodes/config-array/node_modules/minimatch": { - "version": "3.1.2", + "node_modules/@jest/transform/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": "*" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", + "node_modules/@jest/transform/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=12.22" + "dependencies": { + "color-name": "~1.1.4" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" + "engines": { + "node": ">=7.0.0" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.3", - "dev": true, - "license": "BSD-3-Clause" + "node_modules/@jest/transform/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", + "node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "dev": true, - "license": "ISC", "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { - "version": "4.1.0", + "node_modules/@jest/types/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "color-convert": "^2.0.1" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", + "node_modules/@jest/types/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { - "p-locate": "^4.1.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { - "version": "2.3.0", + "node_modules/@jest/types/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { - "p-try": "^2.0.0" + "color-name": "~1.1.4" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=7.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", + "node_modules/@jest/types/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, - "license": "MIT", "dependencies": { - "p-limit": "^2.2.0" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": { - "version": "4.0.0", + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, - "license": "MIT", "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, - "license": "MIT", "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@jest/console": { - "version": "29.7.0", + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "slash": "^3.0.0" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@jsii/check-node": { + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.102.0.tgz", + "integrity": "sha512-uyKjxCe1ou11RJz6koBr5vXtyaGjTA45hF+H88GNW96vms7jKqmYdMm067Az1OKwl38h02lQRQ2tmoEzV7u74w==", + "dev": true, + "dependencies": { + "chalk": "^4.1.2", + "semver": "^7.6.3" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 14.17.0" } }, - "node_modules/@jest/console/node_modules/ansi-styles": { + "node_modules/@jsii/check-node/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -3700,10 +4854,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jest/console/node_modules/chalk": { + "node_modules/@jsii/check-node/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -3715,10 +4870,11 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/console/node_modules/color-convert": { + "node_modules/@jsii/check-node/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -3726,397 +4882,473 @@ "node": ">=7.0.0" } }, - "node_modules/@jest/console/node_modules/color-name": { + "node_modules/@jsii/check-node/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@jest/core": { - "version": "29.7.0", + "node_modules/@jsii/spec": { + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/@jsii/spec/-/spec-1.102.0.tgz", + "integrity": "sha512-/VcmoEyp7HR0xoFz47/fiyZjAv+0gHG4ZwTbgB+umbB88bTbLZadnqBL7T9OIKQbK4w8HNOaRnHwjNBIYIPxWQ==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/console": "^29.7.0", - "@jest/reporters": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^29.7.0", - "jest-config": "^29.7.0", - "jest-haste-map": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-resolve-dependencies": "^29.7.0", - "jest-runner": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "jest-watcher": "^29.7.0", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" + "ajv": "^8.17.1" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "node": ">= 14.17.0" } }, - "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@mole-inc/bin-wrapper": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@mole-inc/bin-wrapper/-/bin-wrapper-8.0.1.tgz", + "integrity": "sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==", "dev": true, - "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "bin-check": "^4.1.0", + "bin-version-check": "^5.0.0", + "content-disposition": "^0.5.4", + "ext-name": "^5.0.0", + "file-type": "^17.1.6", + "filenamify": "^5.0.2", + "got": "^11.8.5", + "os-filter-obj": "^2.0.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz", + "integrity": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==", + "dependencies": { + "@emnapi/core": "^1.1.0", + "@emnapi/runtime": "^1.1.0", + "@tybys/wasm-util": "^0.9.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" } }, - "node_modules/@jest/core/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, - "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" }, "engines": { - "node": ">=7.0.0" + "node": ">= 8" } }, - "node_modules/@jest/core/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" + "node_modules/@nrwl/devkit": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.3.0.tgz", + "integrity": "sha512-WRcph/7U37HkTLIRzQ2oburZVfEFkPHJUn7vmo46gCq+N2cAKy3qwONO0RbthhjFIsG94YPXqFWFlV6k4nXpxA==", + "dependencies": { + "@nx/devkit": "19.3.0" + } }, - "node_modules/@jest/environment": { - "version": "29.7.0", + "node_modules/@nrwl/eslint-plugin-nx": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.6.1.tgz", + "integrity": "sha512-D0t7L9m6tfDbLOVXAl8HM892An7Lqu4V9EM8jLlcVqHAwjQ7EMnsbQJoe2X3V22dxf16GqD9a7C9Up+l1L0jfw==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/fake-timers": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-mock": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@nx/eslint-plugin": "19.6.1" } }, - "node_modules/@jest/expect": { - "version": "29.7.0", + "node_modules/@nrwl/jest": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.3.0.tgz", + "integrity": "sha512-21J8Rj7tEQFlMxQTYmt5VEyeWIuEN3VNAkTtTuFLM95KKYONhuFC0ppiYiy+RTA1R3RyTJZLyln/hqH74BPx/g==", "dev": true, - "license": "MIT", "dependencies": { - "expect": "^29.7.0", - "jest-snapshot": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@nx/jest": "19.3.0" } }, - "node_modules/@jest/expect-utils": { - "version": "29.7.0", + "node_modules/@nrwl/js": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.3.0.tgz", + "integrity": "sha512-G+7nvAlfwnnlcPnoAhpcCrsOZTwa7hRd6WoqSrYuG/9Ge1NZ3H+rwvS5wX+bTKn8/hKHQdDuJUTomyOTpt1I1g==", "dev": true, - "license": "MIT", "dependencies": { - "jest-get-type": "^29.6.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@nx/js": "19.3.0" } }, - "node_modules/@jest/fake-timers": { - "version": "29.7.0", + "node_modules/@nrwl/nx-plugin": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.6.1.tgz", + "integrity": "sha512-kYLL8au9RXiinxucNxYf6vYUDvQci7bVWaGSSzUAvsBiY9WtXReff3TEr3W0G4va961qIOCBuE3h3Rx9XNEPeA==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "@sinonjs/fake-timers": "^10.0.2", - "@types/node": "*", - "jest-message-util": "^29.7.0", - "jest-mock": "^29.7.0", - "jest-util": "^29.7.0" + "@nx/plugin": "19.6.1" + } + }, + "node_modules/@nrwl/tao": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.1.tgz", + "integrity": "sha512-nl/NcBRkHr5r0drCq9ROPcKx/Q7SioPvNMl7edo/PdjdKcmJ3gXqvgTxPjwbYH2/ScNX2yjm353qrNyffSs6Rw==", + "dependencies": { + "nx": "19.6.1", + "tslib": "^2.3.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "bin": { + "tao": "index.js" } }, - "node_modules/@jest/globals": { - "version": "29.7.0", + "node_modules/@nrwl/workspace": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.3.0.tgz", + "integrity": "sha512-h/kMImLdX5NMg0lXB6PmYIxBYI6WU7ATcOI3tGl8z48HHfyfwu87vTQlxFi3jaZv2qj/mE5VFpd+tGADEPNvCw==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/expect": "^29.7.0", - "@jest/types": "^29.6.3", - "jest-mock": "^29.7.0" + "@nx/workspace": "19.3.0" + } + }, + "node_modules/@nx/devkit": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.3.0.tgz", + "integrity": "sha512-Natya5nzvHH0qTOIL1w/EZtwMgDx87Dgz0LgeY7te2fULaNFcj5fVrP+mUKEJZR+NccO7GPumT2RPhuEl9rPnQ==", + "dependencies": { + "@nrwl/devkit": "19.3.0", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependencies": { + "nx": ">= 17 <= 20" } }, - "node_modules/@jest/reporters": { - "version": "29.7.0", + "node_modules/@nx/eslint": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.6.1.tgz", + "integrity": "sha512-XhBdOztiIAdl0xXUjWHkQ2oVo5Xk9VR6+mvgHsN7FGvww9/tJluGeK16D9aaimXTToLMJxb+/5LAohFwHQ5MoQ==", "dev": true, - "license": "MIT", "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@jridgewell/trace-mapping": "^0.3.18", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^6.0.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "jest-worker": "^29.7.0", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@nx/devkit": "19.6.1", + "@nx/js": "19.6.1", + "@nx/linter": "19.6.1", + "semver": "^7.5.3", + "tslib": "^2.3.0", + "typescript": "~5.4.2" }, "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "@zkochan/js-yaml": "0.0.7", + "eslint": "^8.0.0 || ^9.0.0" }, "peerDependenciesMeta": { - "node-notifier": { + "@zkochan/js-yaml": { "optional": true } } }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@nx/eslint-plugin": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.6.1.tgz", + "integrity": "sha512-5ApahB31Ww9B8CFrEf4I/ZKuqCEJrv5cp++TMyWY9NBWcpYfr8HyivhauZu+RWg5g6+mXx5ZL5oUA1nyZRG0IQ==", "dev": true, - "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@nrwl/eslint-plugin-nx": "19.6.1", + "@nx/devkit": "19.6.1", + "@nx/js": "19.6.1", + "@typescript-eslint/type-utils": "^7.16.0", + "@typescript-eslint/utils": "^7.16.0", + "chalk": "^4.1.0", + "confusing-browser-globals": "^1.0.9", + "jsonc-eslint-parser": "^2.1.0", + "semver": "^7.5.3", + "tslib": "^2.3.0" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "@typescript-eslint/parser": "^6.13.2 || ^7.0.0", + "eslint-config-prettier": "^9.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } } }, - "node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@nx/eslint-plugin/node_modules/@nrwl/devkit": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.1.tgz", + "integrity": "sha512-aoS5RwtUqd8gUWgubOtQ4kzqO8UVjYxtecutvSnDN6gKyG2ylZcDR2OnWL+AB7HbVgRjm/6/QALdcaev9Ljd8w==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@nx/devkit": "19.6.1" } }, - "node_modules/@jest/reporters/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@nx/eslint-plugin/node_modules/@nrwl/js": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.1.tgz", + "integrity": "sha512-CVYjdH8nAqJXRKYm3liZKejDE/WHSt3Gx3YeF1m5kxwtPvhyWxTxnsdQLEOjonIPeHntGZ+aEIKt2FWNPUhldw==", "dev": true, - "license": "MIT", "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@nx/js": "19.6.1" } }, - "node_modules/@jest/reporters/node_modules/color-name": { - "version": "1.1.4", + "node_modules/@nx/eslint-plugin/node_modules/@nrwl/workspace": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.1.tgz", + "integrity": "sha512-o+Yx1kRtn9RtdMs9add5IWF7GzWuXJ2RRX0DMIaaoIeCLemQIE22589/N7+c5IfXsY06ZMDzEBlNS0Iapt2Zyg==", "dev": true, - "license": "MIT" + "dependencies": { + "@nx/workspace": "19.6.1" + } }, - "node_modules/@jest/schemas": { - "version": "29.6.3", - "license": "MIT", + "node_modules/@nx/eslint-plugin/node_modules/@nx/devkit": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.1.tgz", + "integrity": "sha512-FGfPM9R7QdEGllNr7Jlx81QbiufNNRHehrJ/4aqftzHWT5ptYmH45bPnd/Wu0qDK4rg1c4PMrjEOLpyCAFXg1Q==", + "dev": true, "dependencies": { - "@sinclair/typebox": "^0.27.8" + "@nrwl/devkit": "19.6.1", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependencies": { + "nx": ">= 17 <= 20" } }, - "node_modules/@jest/source-map": { - "version": "29.6.3", + "node_modules/@nx/eslint-plugin/node_modules/@nx/js": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.1.tgz", + "integrity": "sha512-FlQcSpGWbS7D8FDKFTyVQ2RnZ0qkwkMgjG1wVjh17/0OvcALrIV87wDjgpoTz4chiaVlsZQbNeIDLFMS7duuyw==", "dev": true, - "license": "MIT", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.18", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" + "@babel/core": "^7.23.2", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.23.2", + "@babel/preset-env": "^7.23.2", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "19.6.1", + "@nx/devkit": "19.6.1", + "@nx/workspace": "19.6.1", + "babel-plugin-const-enum": "^1.0.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-typescript-metadata": "^0.3.1", + "chalk": "^4.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", + "fast-glob": "3.2.7", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "js-tokens": "^4.0.0", + "minimatch": "9.0.3", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", + "semver": "^7.5.3", + "source-map-support": "0.5.19", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependencies": { + "verdaccio": "^5.0.4" + }, + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } } }, - "node_modules/@jest/test-result": { - "version": "29.7.0", + "node_modules/@nx/eslint-plugin/node_modules/@nx/workspace": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.1.tgz", + "integrity": "sha512-uYUEDC6WXIvv0rmsNIYzuHzn7T3CQ8MVbX6uXvTMZL7xn6HQS6rVeFfeagoNslKMmUJYBr0yciQ+Z88wc47MmQ==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/console": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" + "@nrwl/workspace": "19.6.1", + "@nx/devkit": "19.6.1", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "19.6.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", + "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/visitor-keys": "7.18.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@jest/test-sequencer": { - "version": "29.7.0", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/type-utils": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", + "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/test-result": "^29.7.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "slash": "^3.0.0" + "@typescript-eslint/typescript-estree": "7.18.0", + "@typescript-eslint/utils": "7.18.0", + "debug": "^4.3.4", + "ts-api-utils": "^1.3.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.56.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@jest/transform": { - "version": "29.7.0", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", + "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^29.6.3", - "@jridgewell/trace-mapping": "^0.3.18", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^2.0.0", - "fast-json-stable-stringify": "^2.1.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-util": "^29.7.0", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.2" - }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@jest/transform/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", + "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", "dev": true, - "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/visitor-keys": "7.18.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" }, "engines": { - "node": ">=8" + "node": "^18.18.0 || >=20.0.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@jest/transform/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@jest/transform/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/utils": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", + "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", "dev": true, - "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@eslint-community/eslint-utils": "^4.4.0", + "@typescript-eslint/scope-manager": "7.18.0", + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/typescript-estree": "7.18.0" }, "engines": { - "node": ">=7.0.0" + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.56.0" } }, - "node_modules/@jest/transform/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@jest/types": { - "version": "29.6.3", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", + "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" + "@typescript-eslint/types": "7.18.0", + "eslint-visitor-keys": "^3.4.3" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@jest/types/node_modules/ansi-styles": { + "node_modules/@nx/eslint-plugin/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4127,10 +5359,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jest/types/node_modules/chalk": { + "node_modules/@nx/eslint-plugin/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4142,10 +5375,11 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/types/node_modules/color-convert": { + "node_modules/@nx/eslint-plugin/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4153,70 +5387,210 @@ "node": ">=7.0.0" } }, - "node_modules/@jest/types/node_modules/color-name": { + "node_modules/@nx/eslint-plugin/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", + "node_modules/@nx/eslint-plugin/node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, - "license": "MIT", "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" }, - "engines": { - "node": ">=6.0.0" + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } } }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", + "node_modules/@nx/eslint/node_modules/@nrwl/devkit": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.1.tgz", + "integrity": "sha512-aoS5RwtUqd8gUWgubOtQ4kzqO8UVjYxtecutvSnDN6gKyG2ylZcDR2OnWL+AB7HbVgRjm/6/QALdcaev9Ljd8w==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" + "dependencies": { + "@nx/devkit": "19.6.1" } }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", + "node_modules/@nx/eslint/node_modules/@nrwl/js": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.1.tgz", + "integrity": "sha512-CVYjdH8nAqJXRKYm3liZKejDE/WHSt3Gx3YeF1m5kxwtPvhyWxTxnsdQLEOjonIPeHntGZ+aEIKt2FWNPUhldw==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.0.0" + "dependencies": { + "@nx/js": "19.6.1" } }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", + "node_modules/@nx/eslint/node_modules/@nrwl/workspace": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.1.tgz", + "integrity": "sha512-o+Yx1kRtn9RtdMs9add5IWF7GzWuXJ2RRX0DMIaaoIeCLemQIE22589/N7+c5IfXsY06ZMDzEBlNS0Iapt2Zyg==", "dev": true, - "license": "MIT" + "dependencies": { + "@nx/workspace": "19.6.1" + } }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", + "node_modules/@nx/eslint/node_modules/@nx/devkit": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.1.tgz", + "integrity": "sha512-FGfPM9R7QdEGllNr7Jlx81QbiufNNRHehrJ/4aqftzHWT5ptYmH45bPnd/Wu0qDK4rg1c4PMrjEOLpyCAFXg1Q==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "19.6.1", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + }, + "peerDependencies": { + "nx": ">= 17 <= 20" + } + }, + "node_modules/@nx/eslint/node_modules/@nx/js": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.1.tgz", + "integrity": "sha512-FlQcSpGWbS7D8FDKFTyVQ2RnZ0qkwkMgjG1wVjh17/0OvcALrIV87wDjgpoTz4chiaVlsZQbNeIDLFMS7duuyw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.23.2", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.23.2", + "@babel/preset-env": "^7.23.2", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "19.6.1", + "@nx/devkit": "19.6.1", + "@nx/workspace": "19.6.1", + "babel-plugin-const-enum": "^1.0.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-typescript-metadata": "^0.3.1", + "chalk": "^4.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", + "fast-glob": "3.2.7", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "js-tokens": "^4.0.0", + "minimatch": "9.0.3", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", + "semver": "^7.5.3", + "source-map-support": "0.5.19", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "verdaccio": "^5.0.4" + }, + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } + } + }, + "node_modules/@nx/eslint/node_modules/@nx/js/node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, - "license": "MIT", "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } } }, - "node_modules/@jsii/check-node": { - "version": "1.99.0", + "node_modules/@nx/eslint/node_modules/@nx/workspace": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.1.tgz", + "integrity": "sha512-uYUEDC6WXIvv0rmsNIYzuHzn7T3CQ8MVbX6uXvTMZL7xn6HQS6rVeFfeagoNslKMmUJYBr0yciQ+Z88wc47MmQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "chalk": "^4.1.2", - "semver": "^7.6.0" - }, - "engines": { - "node": ">= 14.17.0" + "@nrwl/workspace": "19.6.1", + "@nx/devkit": "19.6.1", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "19.6.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" } }, - "node_modules/@jsii/check-node/node_modules/ansi-styles": { + "node_modules/@nx/eslint/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4227,10 +5601,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jsii/check-node/node_modules/chalk": { + "node_modules/@nx/eslint/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4242,10 +5617,11 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jsii/check-node/node_modules/color-convert": { + "node_modules/@nx/eslint/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4253,200 +5629,134 @@ "node": ">=7.0.0" } }, - "node_modules/@jsii/check-node/node_modules/color-name": { + "node_modules/@nx/eslint/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@jsii/spec": { - "version": "1.101.0", + "node_modules/@nx/jest": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.3.0.tgz", + "integrity": "sha512-XgtMw7QHD1wni3EZd3YS4UgoskRZh264tJf/8QRQ8XxWJCFjNM3IEQHDUycIt09Vzz5rql5NwuZ9ct9CNZveNw==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "ajv": "^8.13.0" - }, - "engines": { - "node": ">= 14.17.0" + "@jest/reporters": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@nrwl/jest": "19.3.0", + "@nx/devkit": "19.3.0", + "@nx/js": "19.3.0", + "@phenomnomnominal/tsquery": "~5.0.1", + "chalk": "^4.1.0", + "identity-obj-proxy": "3.0.0", + "jest-config": "^29.4.1", + "jest-resolve": "^29.4.1", + "jest-util": "^29.4.1", + "minimatch": "9.0.3", + "resolve.exports": "1.1.0", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" } }, - "node_modules/@mole-inc/bin-wrapper": { - "version": "8.0.1", + "node_modules/@nx/jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { - "bin-check": "^4.1.0", - "bin-version-check": "^5.0.0", - "content-disposition": "^0.5.4", - "ext-name": "^5.0.0", - "file-type": "^17.1.6", - "filenamify": "^5.0.2", - "got": "^11.8.5", - "os-filter-obj": "^2.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "dev": true, - "license": "MIT", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "node": ">=8" }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 8" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", + "node_modules/@nx/jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 8" - } - }, - "node_modules/@nrwl/devkit": { - "version": "19.3.0", - "license": "MIT", - "dependencies": { - "@nx/devkit": "19.3.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/eslint-plugin": "19.3.0" - } - }, - "node_modules/@nrwl/jest": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/jest": "19.3.0" - } - }, - "node_modules/@nrwl/js": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/js": "19.3.0" - } - }, - "node_modules/@nrwl/nx-plugin": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/plugin": "19.3.0" - } - }, - "node_modules/@nrwl/tao": { - "version": "19.3.0", - "license": "MIT", - "dependencies": { - "nx": "19.3.0", - "tslib": "^2.3.0" + "node": ">=10" }, - "bin": { - "tao": "index.js" + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nrwl/workspace": { - "version": "19.3.0", + "node_modules/@nx/jest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", - "dependencies": { - "@nx/workspace": "19.3.0" - } - }, - "node_modules/@nx/devkit": { - "version": "19.3.0", - "license": "MIT", "dependencies": { - "@nrwl/devkit": "19.3.0", - "ejs": "^3.1.7", - "enquirer": "~2.3.6", - "ignore": "^5.0.4", - "minimatch": "9.0.3", - "semver": "^7.5.3", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" + "color-name": "~1.1.4" }, - "peerDependencies": { - "nx": ">= 17 <= 20" + "engines": { + "node": ">=7.0.0" } }, - "node_modules/@nx/eslint": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/devkit": "19.3.0", - "@nx/js": "19.3.0", - "@nx/linter": "19.3.0", - "semver": "^7.5.3", - "tslib": "^2.3.0", - "typescript": "~5.4.2" - }, - "peerDependencies": { - "@zkochan/js-yaml": "0.0.7", - "eslint": "^8.0.0 || ^9.0.0" - }, - "peerDependenciesMeta": { - "@zkochan/js-yaml": { - "optional": true - } - } + "node_modules/@nx/jest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@nx/eslint-plugin": { + "node_modules/@nx/js": { "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.3.0.tgz", + "integrity": "sha512-bZuV8sXR5kZ2FJzqnjSZqWs21W7AlZKgjzYB7Rt1u1ap4KcVR32NNAUVFjnTuI1A/6rhO39IShTyMhswnBV9qA==", "dev": true, - "license": "MIT", "dependencies": { - "@nrwl/eslint-plugin-nx": "19.3.0", + "@babel/core": "^7.23.2", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.23.2", + "@babel/preset-env": "^7.23.2", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "19.3.0", "@nx/devkit": "19.3.0", - "@nx/js": "19.3.0", - "@typescript-eslint/type-utils": "^7.3.0", - "@typescript-eslint/utils": "^7.3.0", + "@nx/workspace": "19.3.0", + "babel-plugin-const-enum": "^1.0.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-typescript-metadata": "^0.3.1", "chalk": "^4.1.0", - "confusing-browser-globals": "^1.0.9", - "jsonc-eslint-parser": "^2.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", + "fast-glob": "3.2.7", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "js-tokens": "^4.0.0", + "minimatch": "9.0.3", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", "semver": "^7.5.3", + "source-map-support": "0.5.19", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0" }, "peerDependencies": { - "@typescript-eslint/parser": "^6.13.2 || ^7.0.0", - "eslint-config-prettier": "^9.0.0" + "verdaccio": "^5.0.4" }, "peerDependenciesMeta": { - "eslint-config-prettier": { + "verdaccio": { "optional": true } } }, - "node_modules/@nx/eslint-plugin/node_modules/ansi-styles": { + "node_modules/@nx/js/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4457,10 +5767,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nx/eslint-plugin/node_modules/chalk": { + "node_modules/@nx/js/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4472,10 +5783,11 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nx/eslint-plugin/node_modules/color-convert": { + "node_modules/@nx/js/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4483,82 +5795,314 @@ "node": ">=7.0.0" } }, - "node_modules/@nx/eslint-plugin/node_modules/color-name": { + "node_modules/@nx/js/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@nx/jest": { - "version": "19.3.0", + "node_modules/@nx/js/node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, - "license": "MIT", "dependencies": { - "@jest/reporters": "^29.4.1", - "@jest/test-result": "^29.4.1", - "@nrwl/jest": "19.3.0", - "@nx/devkit": "19.3.0", - "@nx/js": "19.3.0", - "@phenomnomnominal/tsquery": "~5.0.1", - "chalk": "^4.1.0", - "identity-obj-proxy": "3.0.0", - "jest-config": "^29.4.1", - "jest-resolve": "^29.4.1", - "jest-util": "^29.4.1", - "minimatch": "9.0.3", - "resolve.exports": "1.1.0", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } } }, - "node_modules/@nx/jest/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/@nx/linter": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.6.1.tgz", + "integrity": "sha512-gTTNJn5vM0zWnxw7780Fl8YVy5D/ZibSXDjSyA4shMXOyY7XgySJ4dN7qHY1FxNInrPDNqbnQEPEj/n/0vXoCA==", "dev": true, - "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" - }, + "@nx/eslint": "19.6.1" + } + }, + "node_modules/@nx/nx-darwin-arm64": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.1.tgz", + "integrity": "sha512-xxAdyIUckvsIID0BnYCHM86s35n0tDsBYuoqpOFG+22PEk0bzoSVOyxeJQ5UKDCvXe5wa2MbcgyhbHKhj7Osnw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">= 10" } }, - "node_modules/@nx/jest/node_modules/chalk": { - "version": "4.1.2", + "node_modules/@nx/nx-darwin-x64": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.1.tgz", + "integrity": "sha512-ISwb09KKtAydrAbyxwOjce8pdVzOSuzC068Uo8TcHp2Xao2b+N9zmkQquLzC+G4dgwxDxxVYoZcuZ6urRFV7Cg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-freebsd-x64": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.1.tgz", + "integrity": "sha512-IzR+K0tW8A6kl95V6k8Pp8tknjiDGOUB+E2p8YN7UlYPP7gaBK+rojERF4V7jD5pEvSxrKMwuJoD+WH/b52TNA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.1.tgz", + "integrity": "sha512-8mHceXwpBIp1gF+hSKGg7XRYpcB9QN8YROSn4dzvDoUMEusOE27jzXKKS9dRkjdULYENKDkv0NbuhcoxoWx+KA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.1.tgz", + "integrity": "sha512-eqxWqhUrFEz3Rnoz9RKhMlrCY6AF0AVGgTGto5TdB16kIgTA53i18bf9jaq2MSBZQHE1kySVUgPfxQQxPzWKaA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.1.tgz", + "integrity": "sha512-3lfazErzsJgO8G2dEcuGmtJoi9fQ3CPvLA+RiE7CKBQ4a/5Zb1o2rqlZ1YTfnfiUcOh4knt7gWcXm16eSKbLoQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.1.tgz", + "integrity": "sha512-Rt4NkuJZpRyVunRoCC5shaUqPk6wrMH3x55WEb0HBzlKjkItgrFpPInPS4hp9hFsJ8vX2AkBX2qrTWRaLMbOyQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-x64-musl": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.1.tgz", + "integrity": "sha512-P0RnxCfcgb6t4l+WWVNlTDzqpcM/Du77EfgvNc3Z1mRLQMP4E5TkLt8J/aTTjh2GwtnP95oxQSOYBzg+sJwNPQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.1.tgz", + "integrity": "sha512-CFaRqK+Sv7Gi7d+WUJqFLV0t4D2ImnO7BoeZWnT6oEfIl94hikCtbu4693Fsu7eg37JMa+4xwdAUvOOq1rFhJg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.1.tgz", + "integrity": "sha512-l2vAK0/2c9oEAqI0KdeJkkkZlr72LeWV5zds/FIuFHBRyweJanplRelhD7t199BnGr2FfulOpFrc1TyYzvntkg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/plugin": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.6.1.tgz", + "integrity": "sha512-VWYrBwV/jBwSbkHuRXyx99wMP8XnEeFqqnFHurohz3gKxOea/OEgilEtDwv/u4SHKkiuJryPGUxQTrRAiIRscA==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@nrwl/nx-plugin": "19.6.1", + "@nx/devkit": "19.6.1", + "@nx/eslint": "19.6.1", + "@nx/jest": "19.6.1", + "@nx/js": "19.6.1", + "fs-extra": "^11.1.0", + "tslib": "^2.3.0" } }, - "node_modules/@nx/jest/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/@nx/plugin/node_modules/@nrwl/devkit": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.1.tgz", + "integrity": "sha512-aoS5RwtUqd8gUWgubOtQ4kzqO8UVjYxtecutvSnDN6gKyG2ylZcDR2OnWL+AB7HbVgRjm/6/QALdcaev9Ljd8w==", + "dev": true, + "dependencies": { + "@nx/devkit": "19.6.1" + } + }, + "node_modules/@nx/plugin/node_modules/@nrwl/jest": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.6.1.tgz", + "integrity": "sha512-WBrXlzIuTzwbrfxYsW8Gb6/VbM21FSjtTsUddxz9WTPQNilKdZUMdvH2DGmIPJAOo9aD/KoeCB9actTaxHPMRw==", + "dev": true, + "dependencies": { + "@nx/jest": "19.6.1" + } + }, + "node_modules/@nx/plugin/node_modules/@nrwl/js": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.1.tgz", + "integrity": "sha512-CVYjdH8nAqJXRKYm3liZKejDE/WHSt3Gx3YeF1m5kxwtPvhyWxTxnsdQLEOjonIPeHntGZ+aEIKt2FWNPUhldw==", + "dev": true, + "dependencies": { + "@nx/js": "19.6.1" + } + }, + "node_modules/@nx/plugin/node_modules/@nrwl/workspace": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.1.tgz", + "integrity": "sha512-o+Yx1kRtn9RtdMs9add5IWF7GzWuXJ2RRX0DMIaaoIeCLemQIE22589/N7+c5IfXsY06ZMDzEBlNS0Iapt2Zyg==", + "dev": true, + "dependencies": { + "@nx/workspace": "19.6.1" + } + }, + "node_modules/@nx/plugin/node_modules/@nx/devkit": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.1.tgz", + "integrity": "sha512-FGfPM9R7QdEGllNr7Jlx81QbiufNNRHehrJ/4aqftzHWT5ptYmH45bPnd/Wu0qDK4rg1c4PMrjEOLpyCAFXg1Q==", "dev": true, - "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@nrwl/devkit": "19.6.1", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" }, - "engines": { - "node": ">=7.0.0" + "peerDependencies": { + "nx": ">= 17 <= 20" } }, - "node_modules/@nx/jest/node_modules/color-name": { - "version": "1.1.4", + "node_modules/@nx/plugin/node_modules/@nx/jest": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.6.1.tgz", + "integrity": "sha512-h5eqsH7dczuwjHpU0wx6L4v0AFEzmvHaejv72mfuuYYwUeZ6K3xXTWEnQwjCmTewVjdr+YfwKkd0nfcvc/J5gA==", "dev": true, - "license": "MIT" + "dependencies": { + "@jest/reporters": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@nrwl/jest": "19.6.1", + "@nx/devkit": "19.6.1", + "@nx/js": "19.6.1", + "@phenomnomnominal/tsquery": "~5.0.1", + "chalk": "^4.1.0", + "identity-obj-proxy": "3.0.0", + "jest-config": "^29.4.1", + "jest-resolve": "^29.4.1", + "jest-util": "^29.4.1", + "minimatch": "9.0.3", + "resolve.exports": "1.1.0", + "semver": "^7.5.3", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + } }, - "node_modules/@nx/js": { - "version": "19.3.0", + "node_modules/@nx/plugin/node_modules/@nx/js": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.1.tgz", + "integrity": "sha512-FlQcSpGWbS7D8FDKFTyVQ2RnZ0qkwkMgjG1wVjh17/0OvcALrIV87wDjgpoTz4chiaVlsZQbNeIDLFMS7duuyw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", "@babel/plugin-proposal-decorators": "^7.22.7", @@ -4567,9 +6111,9 @@ "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.22.5", "@babel/runtime": "^7.22.6", - "@nrwl/js": "19.3.0", - "@nx/devkit": "19.3.0", - "@nx/workspace": "19.3.0", + "@nrwl/js": "19.6.1", + "@nx/devkit": "19.6.1", + "@nx/workspace": "19.6.1", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", @@ -4599,10 +6143,26 @@ } } }, - "node_modules/@nx/js/node_modules/ansi-styles": { + "node_modules/@nx/plugin/node_modules/@nx/workspace": { + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.1.tgz", + "integrity": "sha512-uYUEDC6WXIvv0rmsNIYzuHzn7T3CQ8MVbX6uXvTMZL7xn6HQS6rVeFfeagoNslKMmUJYBr0yciQ+Z88wc47MmQ==", + "dev": true, + "dependencies": { + "@nrwl/workspace": "19.6.1", + "@nx/devkit": "19.6.1", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "19.6.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + } + }, + "node_modules/@nx/plugin/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4613,10 +6173,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nx/js/node_modules/chalk": { + "node_modules/@nx/plugin/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4628,10 +6189,11 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@nx/js/node_modules/color-convert": { + "node_modules/@nx/plugin/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -4639,15 +6201,17 @@ "node": ">=7.0.0" } }, - "node_modules/@nx/js/node_modules/color-name": { + "node_modules/@nx/plugin/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, - "node_modules/@nx/js/node_modules/ts-node": { + "node_modules/@nx/plugin/node_modules/ts-node": { "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, - "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -4686,20 +6250,42 @@ } } }, - "node_modules/@nx/linter": { + "node_modules/@nx/workspace": { "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.3.0.tgz", + "integrity": "sha512-mhhQIXPGOysg/1vqGnXzwB3ODckpwi2OxQm4x4R1rX8tnS7I4+K2MZFyQzpa13vPf4h4Y4yxdDUl+TfZa7lVhQ==", "dev": true, - "license": "MIT", "dependencies": { - "@nx/eslint": "19.3.0" + "@nrwl/workspace": "19.3.0", + "@nx/devkit": "19.3.0", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "19.3.0", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" } }, - "node_modules/@nx/nx-darwin-arm64": { + "node_modules/@nx/workspace/node_modules/@nrwl/tao": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.3.0.tgz", + "integrity": "sha512-MyGYeHbh9O4Tv9xmz3Du+/leY5sKUHaPy4ancfNyShHgYi21hemX0/YYjzzoYHi44D8GzSc1XG2rAuwba7Kilw==", + "dev": true, + "dependencies": { + "nx": "19.3.0", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nx/workspace/node_modules/@nx/nx-darwin-arm64": { "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.3.0.tgz", + "integrity": "sha512-TMTxjrN7Y/UsKFjmz0YfhVItLTGWqvud8cmQchw5NEjdNakfjXk0mREufO5/5PwoiRIsen6MbThoTprLpjOUiQ==", "cpu": [ "arm64" ], - "license": "MIT", + "dev": true, "optional": true, "os": [ "darwin" @@ -4708,10 +6294,10 @@ "node": ">= 10" } }, - "node_modules/@nx/nx-darwin-x64": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-18.3.5.tgz", - "integrity": "sha512-Drn6jOG237AD/s6OWPt06bsMj0coGKA5Ce1y5gfLhptOGk4S4UPE/Ay5YCjq+/yhTo1gDHzCHxH0uW2X9MN9Fg==", + "node_modules/@nx/workspace/node_modules/@nx/nx-darwin-x64": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.3.0.tgz", + "integrity": "sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==", "cpu": [ "x64" ], @@ -4720,15 +6306,14 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-freebsd-x64": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-18.3.5.tgz", - "integrity": "sha512-8tA8Yw0Iir4liFjffIFS5THTS3TtWY/No2tkVj91gwy/QQ/otvKbOyc5RCIPpbZU6GS3ZWfG92VyCSm06dtMFg==", + "node_modules/@nx/workspace/node_modules/@nx/nx-freebsd-x64": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.3.0.tgz", + "integrity": "sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==", "cpu": [ "x64" ], @@ -4737,15 +6322,14 @@ "os": [ "freebsd" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-18.3.5.tgz", - "integrity": "sha512-BrPGAHM9FCGkB9/hbvlJhe+qtjmvpjIjYixGIlUxL3gGc8E/ucTyCnz5pRFFPFQlBM7Z/9XmbHvGPoUi/LYn5A==", + "node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.3.0.tgz", + "integrity": "sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==", "cpu": [ "arm" ], @@ -4754,15 +6338,14 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-18.3.5.tgz", - "integrity": "sha512-/Xd0Q3LBgJeigJqXC/Jck/9l5b+fK+FCM0nRFMXgPXrhZPhoxWouFkoYl2F1Ofr+AQf4jup4DkVTB5r98uxSCA==", + "node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm64-gnu": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.3.0.tgz", + "integrity": "sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==", "cpu": [ "arm64" ], @@ -4771,15 +6354,14 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-linux-arm64-musl": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-18.3.5.tgz", - "integrity": "sha512-r18qd7pUrl1haAZ/e9Q+xaFTsLJnxGARQcf/Y76q+K2psKmiUXoRlqd3HAOw43KTllaUJ5HkzLq2pIwg3p+xBw==", + "node_modules/@nx/workspace/node_modules/@nx/nx-linux-arm64-musl": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.3.0.tgz", + "integrity": "sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==", "cpu": [ "arm64" ], @@ -4788,15 +6370,14 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-linux-x64-gnu": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-18.3.5.tgz", - "integrity": "sha512-vYrikG6ff4I9cvr3Ysk3y3gjQ9cDcvr3iAr+4qqcQ4qVE+OLL2++JDS6xfPvG/TbS3GTQpyy2STRBwiHgxTeJw==", + "node_modules/@nx/workspace/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.3.0.tgz", + "integrity": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==", "cpu": [ "x64" ], @@ -4805,15 +6386,14 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-linux-x64-musl": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-18.3.5.tgz", - "integrity": "sha512-6np86lcYy3+x6kkW/HrBHIdNWbUu/MIsvMuNH5UXgyFs60l5Z7Cocay2f7WOaAbTLVAr0W7p4RxRPamHLRwWFA==", + "node_modules/@nx/workspace/node_modules/@nx/nx-linux-x64-musl": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.3.0.tgz", + "integrity": "sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==", "cpu": [ "x64" ], @@ -4822,15 +6402,14 @@ "os": [ "linux" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-18.3.5.tgz", - "integrity": "sha512-H3p2ZVhHV1WQWTICrQUTplOkNId0y3c23X3A2fXXFDbWSBs0UgW7m55LhMcA9p0XZ7wDHgh+yFtVgu55TXLjug==", + "node_modules/@nx/workspace/node_modules/@nx/nx-win32-arm64-msvc": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.3.0.tgz", + "integrity": "sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==", "cpu": [ "arm64" ], @@ -4839,15 +6418,14 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/nx-win32-x64-msvc": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-18.3.5.tgz", - "integrity": "sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==", + "node_modules/@nx/workspace/node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.3.0.tgz", + "integrity": "sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==", "cpu": [ "x64" ], @@ -4856,43 +6434,15 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">= 10" } }, - "node_modules/@nx/plugin": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nrwl/nx-plugin": "19.3.0", - "@nx/devkit": "19.3.0", - "@nx/eslint": "19.3.0", - "@nx/jest": "19.3.0", - "@nx/js": "19.3.0", - "fs-extra": "^11.1.0", - "tslib": "^2.3.0" - } - }, - "node_modules/@nx/workspace": { - "version": "19.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@nrwl/workspace": "19.3.0", - "@nx/devkit": "19.3.0", - "chalk": "^4.1.0", - "enquirer": "~2.3.6", - "nx": "19.3.0", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" - } - }, "node_modules/@nx/workspace/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4905,8 +6455,9 @@ }, "node_modules/@nx/workspace/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -4914,38 +6465,134 @@ "engines": { "node": ">=10" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nx/workspace/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@nx/workspace/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@nx/workspace/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@nx/workspace/node_modules/dotenv": { + "version": "16.3.2", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", + "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, + "node_modules/@nx/workspace/node_modules/dotenv-expand": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/workspace/node_modules/nx": { + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.3.0.tgz", + "integrity": "sha512-WILWiROUkZWwuPJ12tP24Z0NULPEhxFN9i55/fECuVXYaFtkg6FvEne9C4d4bRqhZPcbrz6WhHnzE3NhdjH7XQ==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@nrwl/tao": "19.3.0", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.6.0", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.3.1", + "dotenv-expand": "~10.0.0", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "front-matter": "^4.0.2", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "9.0.3", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "ora": "5.3.0", + "semver": "^7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "19.3.0", + "@nx/nx-darwin-x64": "19.3.0", + "@nx/nx-freebsd-x64": "19.3.0", + "@nx/nx-linux-arm-gnueabihf": "19.3.0", + "@nx/nx-linux-arm64-gnu": "19.3.0", + "@nx/nx-linux-arm64-musl": "19.3.0", + "@nx/nx-linux-x64-gnu": "19.3.0", + "@nx/nx-linux-x64-musl": "19.3.0", + "@nx/nx-win32-arm64-msvc": "19.3.0", + "@nx/nx-win32-x64-msvc": "19.3.0" + }, + "peerDependencies": { + "@swc-node/register": "^1.8.0", + "@swc/core": "^1.3.85" }, - "engines": { - "node": ">=7.0.0" + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } } }, - "node_modules/@nx/workspace/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/@octokit/auth-token": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz", + "integrity": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 14" } }, "node_modules/@octokit/core": { "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.4.tgz", + "integrity": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/auth-token": "^3.0.0", "@octokit/graphql": "^5.0.0", @@ -4961,8 +6608,9 @@ }, "node_modules/@octokit/endpoint": { "version": "7.0.6", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.6.tgz", + "integrity": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "is-plain-object": "^5.0.0", @@ -4974,8 +6622,9 @@ }, "node_modules/@octokit/graphql": { "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", + "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/request": "^6.0.0", "@octokit/types": "^9.0.0", @@ -4987,13 +6636,15 @@ }, "node_modules/@octokit/openapi-types": { "version": "18.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", + "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", + "dev": true }, "node_modules/@octokit/plugin-paginate-rest": { "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-6.1.2.tgz", + "integrity": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/tsconfig": "^1.0.2", "@octokit/types": "^9.2.3" @@ -5007,8 +6658,9 @@ }, "node_modules/@octokit/plugin-retry": { "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-4.1.6.tgz", + "integrity": "sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -5022,8 +6674,9 @@ }, "node_modules/@octokit/plugin-throttling": { "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-5.2.3.tgz", + "integrity": "sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -5037,8 +6690,9 @@ }, "node_modules/@octokit/request": { "version": "6.2.8", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz", + "integrity": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", @@ -5053,8 +6707,9 @@ }, "node_modules/@octokit/request-error": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz", + "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/types": "^9.0.0", "deprecation": "^2.0.0", @@ -5066,21 +6721,24 @@ }, "node_modules/@octokit/tsconfig": { "version": "1.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-1.0.2.tgz", + "integrity": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==", + "dev": true }, "node_modules/@octokit/types": { "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.2.tgz", + "integrity": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/openapi-types": "^18.0.0" } }, "node_modules/@phenomnomnominal/tsquery": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-5.0.1.tgz", + "integrity": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==", "dev": true, - "license": "MIT", "dependencies": { "esquery": "^1.4.0" }, @@ -5090,8 +6748,9 @@ }, "node_modules/@pkgr/core": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", + "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, @@ -5101,16 +6760,18 @@ }, "node_modules/@pnpm/config.env-replace": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", + "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", "dev": true, - "license": "MIT", "engines": { "node": ">=12.22.0" } }, "node_modules/@pnpm/network.ca-file": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", + "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "4.2.10" }, @@ -5120,13 +6781,15 @@ }, "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { "version": "4.2.10", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true }, "node_modules/@pnpm/npm-conf": { - "version": "2.2.2", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.3.1.tgz", + "integrity": "sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==", "dev": true, - "license": "MIT", "dependencies": { "@pnpm/config.env-replace": "^1.1.0", "@pnpm/network.ca-file": "^1.0.1", @@ -5138,8 +6801,9 @@ }, "node_modules/@semantic-release/changelog": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-6.0.3.tgz", + "integrity": "sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==", "dev": true, - "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -5155,8 +6819,9 @@ }, "node_modules/@semantic-release/commit-analyzer": { "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz", + "integrity": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==", "dev": true, - "license": "MIT", "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-commits-filter": "^2.0.0", @@ -5175,8 +6840,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-changelog-angular": { "version": "5.0.13", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", + "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", "dev": true, - "license": "ISC", "dependencies": { "compare-func": "^2.0.0", "q": "^1.5.1" @@ -5187,8 +6853,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-commits-parser": { "version": "3.2.4", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", + "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", "dev": true, - "license": "MIT", "dependencies": { "is-text-path": "^1.0.1", "JSONStream": "^1.0.4", @@ -5206,8 +6873,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/find-up": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -5218,8 +6886,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/hosted-git-info": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -5229,8 +6898,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/is-text-path": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", + "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, - "license": "MIT", "dependencies": { "text-extensions": "^1.0.0" }, @@ -5240,8 +6910,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/locate-path": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -5251,8 +6922,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/lru-cache": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -5262,8 +6934,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/meow": { "version": "8.1.2", + "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", + "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, - "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -5286,8 +6959,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/normalize-package-data": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -5300,8 +6974,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/p-limit": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -5314,8 +6989,9 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/p-locate": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -5325,16 +7001,18 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/read-pkg-up": { "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -5349,32 +7027,50 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, + "node_modules/@semantic-release/commit-analyzer/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/@semantic-release/commit-analyzer/node_modules/split2": { "version": "3.2.2", + "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", + "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dev": true, - "license": "ISC", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/text-extensions": { "version": "1.9.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", + "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/@semantic-release/commit-analyzer/node_modules/type-fest": { "version": "0.18.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -5384,29 +7080,33 @@ }, "node_modules/@semantic-release/commit-analyzer/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/@semantic-release/commit-analyzer/node_modules/yargs-parser": { "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/@semantic-release/error": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-3.0.0.tgz", + "integrity": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.17" } }, "node_modules/@semantic-release/exec": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@semantic-release/exec/-/exec-6.0.3.tgz", + "integrity": "sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==", "dev": true, - "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -5424,8 +7124,9 @@ }, "node_modules/@semantic-release/exec/node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -5446,8 +7147,9 @@ }, "node_modules/@semantic-release/exec/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -5457,16 +7159,18 @@ }, "node_modules/@semantic-release/exec/node_modules/human-signals": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/@semantic-release/exec/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -5476,16 +7180,18 @@ }, "node_modules/@semantic-release/exec/node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/exec/node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -5498,21 +7204,24 @@ }, "node_modules/@semantic-release/exec/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/@semantic-release/exec/node_modules/strip-final-newline": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/git": { "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@semantic-release/git/-/git-10.0.1.tgz", + "integrity": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==", "dev": true, - "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -5532,8 +7241,9 @@ }, "node_modules/@semantic-release/git/node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -5554,8 +7264,9 @@ }, "node_modules/@semantic-release/git/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -5565,16 +7276,18 @@ }, "node_modules/@semantic-release/git/node_modules/human-signals": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/@semantic-release/git/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -5584,16 +7297,18 @@ }, "node_modules/@semantic-release/git/node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/git/node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -5606,21 +7321,24 @@ }, "node_modules/@semantic-release/git/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/@semantic-release/git/node_modules/strip-final-newline": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/github": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-8.1.0.tgz", + "integrity": "sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg==", "dev": true, - "license": "MIT", "dependencies": { "@octokit/core": "^4.2.1", "@octokit/plugin-paginate-rest": "^6.1.2", @@ -5649,8 +7367,9 @@ }, "node_modules/@semantic-release/npm": { "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@semantic-release/npm/-/npm-9.0.2.tgz", + "integrity": "sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==", "dev": true, - "license": "MIT", "dependencies": { "@semantic-release/error": "^3.0.0", "aggregate-error": "^3.0.0", @@ -5675,8 +7394,9 @@ }, "node_modules/@semantic-release/npm/node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -5697,8 +7417,9 @@ }, "node_modules/@semantic-release/npm/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -5708,16 +7429,18 @@ }, "node_modules/@semantic-release/npm/node_modules/human-signals": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/@semantic-release/npm/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -5727,16 +7450,18 @@ }, "node_modules/@semantic-release/npm/node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/npm/node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -5749,21 +7474,24 @@ }, "node_modules/@semantic-release/npm/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/@semantic-release/npm/node_modules/strip-final-newline": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@semantic-release/release-notes-generator": { "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@semantic-release/release-notes-generator/-/release-notes-generator-10.0.3.tgz", + "integrity": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==", "dev": true, - "license": "MIT", "dependencies": { "conventional-changelog-angular": "^5.0.0", "conventional-changelog-writer": "^5.0.0", @@ -5785,8 +7513,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-changelog-angular": { "version": "5.0.13", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz", + "integrity": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==", "dev": true, - "license": "ISC", "dependencies": { "compare-func": "^2.0.0", "q": "^1.5.1" @@ -5797,8 +7526,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-commits-parser": { "version": "3.2.4", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz", + "integrity": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==", "dev": true, - "license": "MIT", "dependencies": { "is-text-path": "^1.0.1", "JSONStream": "^1.0.4", @@ -5816,8 +7546,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/find-up": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -5828,8 +7559,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -5839,8 +7571,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/hosted-git-info": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -5850,8 +7583,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/is-text-path": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", + "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, - "license": "MIT", "dependencies": { "text-extensions": "^1.0.0" }, @@ -5861,8 +7595,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/locate-path": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -5872,8 +7607,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/lru-cache": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -5883,8 +7619,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/meow": { "version": "8.1.2", + "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", + "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, - "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -5907,8 +7644,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/normalize-package-data": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -5921,8 +7659,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/p-limit": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -5935,8 +7674,9 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/p-locate": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -5946,16 +7686,18 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg-up": { "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -5970,32 +7712,50 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, + "node_modules/@semantic-release/release-notes-generator/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/@semantic-release/release-notes-generator/node_modules/split2": { "version": "3.2.2", + "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", + "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dev": true, - "license": "ISC", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/text-extensions": { "version": "1.9.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", + "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10" } }, "node_modules/@semantic-release/release-notes-generator/node_modules/type-fest": { "version": "0.18.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -6005,25 +7765,29 @@ }, "node_modules/@semantic-release/release-notes-generator/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/@semantic-release/release-notes-generator/node_modules/yargs-parser": { "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/@sinclair/typebox": { "version": "0.27.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, "node_modules/@sindresorhus/is": { "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -6033,25 +7797,28 @@ }, "node_modules/@sinonjs/commons": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "type-detect": "4.0.8" } }, "node_modules/@sinonjs/fake-timers": { "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.0" } }, "node_modules/@smithy/abort-controller": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.1.tgz", + "integrity": "sha512-MBJBiidoe+0cTFhyxT8g+9g7CeVccLM0IOKKUMCNQ1CNMJ/eIfoo0RTfVrXOONEI1UCN1W+zkiHSbzUNE9dZtQ==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6059,13 +7826,14 @@ } }, "node_modules/@smithy/config-resolver": { - "version": "3.0.2", - "license": "Apache-2.0", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.5.tgz", + "integrity": "sha512-SkW5LxfkSI1bUC74OtfBbdz+grQXYiPYolyu8VfpLIjEoN/sHVBlLeGXMQ1vX4ejkgfv6sxVbQJ32yF2cl1veA==", "dependencies": { - "@smithy/node-config-provider": "^3.1.1", - "@smithy/types": "^3.1.0", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/types": "^3.3.0", "@smithy/util-config-provider": "^3.0.0", - "@smithy/util-middleware": "^3.0.1", + "@smithy/util-middleware": "^3.0.3", "tslib": "^2.6.2" }, "engines": { @@ -6073,16 +7841,19 @@ } }, "node_modules/@smithy/core": { - "version": "2.2.1", - "license": "Apache-2.0", - "dependencies": { - "@smithy/middleware-endpoint": "^3.0.2", - "@smithy/middleware-retry": "^3.0.4", - "@smithy/middleware-serde": "^3.0.1", - "@smithy/protocol-http": "^4.0.1", - "@smithy/smithy-client": "^3.1.2", - "@smithy/types": "^3.1.0", - "@smithy/util-middleware": "^3.0.1", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.4.0.tgz", + "integrity": "sha512-cHXq+FneIF/KJbt4q4pjN186+Jf4ZB0ZOqEaZMBhT79srEyGDDBV31NqBRBjazz8ppQ1bJbDJMY9ba5wKFV36w==", + "dependencies": { + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-retry": "^3.0.15", + "@smithy/middleware-serde": "^3.0.3", + "@smithy/protocol-http": "^4.1.0", + "@smithy/smithy-client": "^3.2.0", + "@smithy/types": "^3.3.0", + "@smithy/util-body-length-browser": "^3.0.0", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" }, "engines": { @@ -6090,13 +7861,14 @@ } }, "node_modules/@smithy/credential-provider-imds": { - "version": "3.1.1", - "license": "Apache-2.0", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.2.0.tgz", + "integrity": "sha512-0SCIzgd8LYZ9EJxUjLXBmEKSZR/P/w6l7Rz/pab9culE/RWuqelAKGJvn5qUOl8BgX8Yj5HWM50A5hiB/RzsgA==", "dependencies": { - "@smithy/node-config-provider": "^3.1.1", - "@smithy/property-provider": "^3.1.1", - "@smithy/types": "^3.1.0", - "@smithy/url-parser": "^3.0.1", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/property-provider": "^3.1.3", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", "tslib": "^2.6.2" }, "engines": { @@ -6104,21 +7876,23 @@ } }, "node_modules/@smithy/fetch-http-handler": { - "version": "3.0.2", - "license": "Apache-2.0", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.2.4.tgz", + "integrity": "sha512-kBprh5Gs5h7ug4nBWZi1FZthdqSM+T7zMmsZxx0IBvWUn7dK3diz2SHn7Bs4dQGFDk8plDv375gzenDoNwrXjg==", "dependencies": { - "@smithy/protocol-http": "^4.0.1", - "@smithy/querystring-builder": "^3.0.1", - "@smithy/types": "^3.1.0", + "@smithy/protocol-http": "^4.1.0", + "@smithy/querystring-builder": "^3.0.3", + "@smithy/types": "^3.3.0", "@smithy/util-base64": "^3.0.0", "tslib": "^2.6.2" } }, "node_modules/@smithy/hash-node": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.3.tgz", + "integrity": "sha512-2ctBXpPMG+B3BtWSGNnKELJ7SH9e4TNefJS0cd2eSkOOROeBnnVBnAy9LtJ8tY4vUEoe55N4CNPxzbWvR39iBw==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "@smithy/util-buffer-from": "^3.0.0", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" @@ -6128,16 +7902,18 @@ } }, "node_modules/@smithy/invalid-dependency": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.3.tgz", + "integrity": "sha512-ID1eL/zpDULmHJbflb864k72/SNOZCADRc9i7Exq3RUNJw6raWUSlFEQ+3PX3EYs++bTxZB2dE9mEHTQLv61tw==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" } }, "node_modules/@smithy/is-array-buffer": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz", + "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==", "dependencies": { "tslib": "^2.6.2" }, @@ -6146,11 +7922,12 @@ } }, "node_modules/@smithy/middleware-content-length": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.5.tgz", + "integrity": "sha512-ILEzC2eyxx6ncej3zZSwMpB5RJ0zuqH7eMptxC4KN3f+v9bqT8ohssKbhNR78k/2tWW+KS5Spw+tbPF4Ejyqvw==", "dependencies": { - "@smithy/protocol-http": "^4.0.1", - "@smithy/types": "^3.1.0", + "@smithy/protocol-http": "^4.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6158,15 +7935,16 @@ } }, "node_modules/@smithy/middleware-endpoint": { - "version": "3.0.2", - "license": "Apache-2.0", - "dependencies": { - "@smithy/middleware-serde": "^3.0.1", - "@smithy/node-config-provider": "^3.1.1", - "@smithy/shared-ini-file-loader": "^3.1.1", - "@smithy/types": "^3.1.0", - "@smithy/url-parser": "^3.0.1", - "@smithy/util-middleware": "^3.0.1", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.1.0.tgz", + "integrity": "sha512-5y5aiKCEwg9TDPB4yFE7H6tYvGFf1OJHNczeY10/EFF8Ir8jZbNntQJxMWNfeQjC1mxPsaQ6mR9cvQbf+0YeMw==", + "dependencies": { + "@smithy/middleware-serde": "^3.0.3", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", + "@smithy/url-parser": "^3.0.3", + "@smithy/util-middleware": "^3.0.3", "tslib": "^2.6.2" }, "engines": { @@ -6174,16 +7952,17 @@ } }, "node_modules/@smithy/middleware-retry": { - "version": "3.0.4", - "license": "Apache-2.0", - "dependencies": { - "@smithy/node-config-provider": "^3.1.1", - "@smithy/protocol-http": "^4.0.1", - "@smithy/service-error-classification": "^3.0.1", - "@smithy/smithy-client": "^3.1.2", - "@smithy/types": "^3.1.0", - "@smithy/util-middleware": "^3.0.1", - "@smithy/util-retry": "^3.0.1", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.15.tgz", + "integrity": "sha512-iTMedvNt1ApdvkaoE8aSDuwaoc+BhvHqttbA/FO4Ty+y/S5hW6Ci/CTScG7vam4RYJWZxdTElc3MEfHRVH6cgQ==", + "dependencies": { + "@smithy/node-config-provider": "^3.1.4", + "@smithy/protocol-http": "^4.1.0", + "@smithy/service-error-classification": "^3.0.3", + "@smithy/smithy-client": "^3.2.0", + "@smithy/types": "^3.3.0", + "@smithy/util-middleware": "^3.0.3", + "@smithy/util-retry": "^3.0.3", "tslib": "^2.6.2", "uuid": "^9.0.1" }, @@ -6192,10 +7971,11 @@ } }, "node_modules/@smithy/middleware-serde": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.3.tgz", + "integrity": "sha512-puUbyJQBcg9eSErFXjKNiGILJGtiqmuuNKEYNYfUD57fUl4i9+mfmThtQhvFXU0hCVG0iEJhvQUipUf+/SsFdA==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6203,10 +7983,11 @@ } }, "node_modules/@smithy/middleware-stack": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.3.tgz", + "integrity": "sha512-r4klY9nFudB0r9UdSMaGSyjyQK5adUyPnQN/ZM6M75phTxOdnc/AhpvGD1fQUvgmqjQEBGCwpnPbDm8pH5PapA==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6214,12 +7995,13 @@ } }, "node_modules/@smithy/node-config-provider": { - "version": "3.1.1", - "license": "Apache-2.0", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.1.4.tgz", + "integrity": "sha512-YvnElQy8HR4vDcAjoy7Xkx9YT8xZP4cBXcbJSgm/kxmiQu08DwUwj8rkGnyoJTpfl/3xYHH+d8zE+eHqoDCSdQ==", "dependencies": { - "@smithy/property-provider": "^3.1.1", - "@smithy/shared-ini-file-loader": "^3.1.1", - "@smithy/types": "^3.1.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/shared-ini-file-loader": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6227,13 +8009,14 @@ } }, "node_modules/@smithy/node-http-handler": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.1.4.tgz", + "integrity": "sha512-+UmxgixgOr/yLsUxcEKGH0fMNVteJFGkmRltYFHnBMlogyFdpzn2CwqWmxOrfJELhV34v0WSlaqG1UtE1uXlJg==", "dependencies": { - "@smithy/abort-controller": "^3.0.1", - "@smithy/protocol-http": "^4.0.1", - "@smithy/querystring-builder": "^3.0.1", - "@smithy/types": "^3.1.0", + "@smithy/abort-controller": "^3.1.1", + "@smithy/protocol-http": "^4.1.0", + "@smithy/querystring-builder": "^3.0.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6241,10 +8024,11 @@ } }, "node_modules/@smithy/property-provider": { - "version": "3.1.1", - "license": "Apache-2.0", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.3.tgz", + "integrity": "sha512-zahyOVR9Q4PEoguJ/NrFP4O7SMAfYO1HLhB18M+q+Z4KFd4V2obiMnlVoUFzFLSPeVt1POyNWneHHrZaTMoc/g==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6252,10 +8036,11 @@ } }, "node_modules/@smithy/protocol-http": { - "version": "4.0.1", - "license": "Apache-2.0", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.0.tgz", + "integrity": "sha512-dPVoHYQ2wcHooGXg3LQisa1hH0e4y0pAddPMeeUPipI1tEOqL6A4N0/G7abeq+K8wrwSgjk4C0wnD1XZpJm5aA==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6263,10 +8048,11 @@ } }, "node_modules/@smithy/querystring-builder": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.3.tgz", + "integrity": "sha512-vyWckeUeesFKzCDaRwWLUA1Xym9McaA6XpFfAK5qI9DKJ4M33ooQGqvM4J+LalH4u/Dq9nFiC8U6Qn1qi0+9zw==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "@smithy/util-uri-escape": "^3.0.0", "tslib": "^2.6.2" }, @@ -6275,10 +8061,11 @@ } }, "node_modules/@smithy/querystring-parser": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.3.tgz", + "integrity": "sha512-zahM1lQv2YjmznnfQsWbYojFe55l0SLG/988brlLv1i8z3dubloLF+75ATRsqPBboUXsW6I9CPGE5rQgLfY0vQ==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6286,20 +8073,22 @@ } }, "node_modules/@smithy/service-error-classification": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.3.tgz", + "integrity": "sha512-Jn39sSl8cim/VlkLsUhRFq/dKDnRUFlfRkvhOJaUbLBXUsLRLNf9WaxDv/z9BjuQ3A6k/qE8af1lsqcwm7+DaQ==", "dependencies": { - "@smithy/types": "^3.1.0" + "@smithy/types": "^3.3.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@smithy/shared-ini-file-loader": { - "version": "3.1.1", - "license": "Apache-2.0", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-3.1.4.tgz", + "integrity": "sha512-qMxS4hBGB8FY2GQqshcRUy1K6k8aBWP5vwm8qKkCT3A9K2dawUwOIJfqh9Yste/Bl0J2lzosVyrXDj68kLcHXQ==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6307,13 +8096,15 @@ } }, "node_modules/@smithy/signature-v4": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-4.1.0.tgz", + "integrity": "sha512-aRryp2XNZeRcOtuJoxjydO6QTaVhxx/vjaR+gx7ZjaFgrgPRyZ3HCTbfwqYj6ZWEBHkCSUfcaymKPURaByukag==", "dependencies": { "@smithy/is-array-buffer": "^3.0.0", - "@smithy/types": "^3.1.0", + "@smithy/protocol-http": "^4.1.0", + "@smithy/types": "^3.3.0", "@smithy/util-hex-encoding": "^3.0.0", - "@smithy/util-middleware": "^3.0.1", + "@smithy/util-middleware": "^3.0.3", "@smithy/util-uri-escape": "^3.0.0", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2" @@ -6323,14 +8114,15 @@ } }, "node_modules/@smithy/smithy-client": { - "version": "3.1.2", - "license": "Apache-2.0", - "dependencies": { - "@smithy/middleware-endpoint": "^3.0.2", - "@smithy/middleware-stack": "^3.0.1", - "@smithy/protocol-http": "^4.0.1", - "@smithy/types": "^3.1.0", - "@smithy/util-stream": "^3.0.2", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-3.2.0.tgz", + "integrity": "sha512-pDbtxs8WOhJLJSeaF/eAbPgXg4VVYFlRcL/zoNYA5WbG3wBL06CHtBSg53ppkttDpAJ/hdiede+xApip1CwSLw==", + "dependencies": { + "@smithy/middleware-endpoint": "^3.1.0", + "@smithy/middleware-stack": "^3.0.3", + "@smithy/protocol-http": "^4.1.0", + "@smithy/types": "^3.3.0", + "@smithy/util-stream": "^3.1.3", "tslib": "^2.6.2" }, "engines": { @@ -6338,8 +8130,9 @@ } }, "node_modules/@smithy/types": { - "version": "3.1.0", - "license": "Apache-2.0", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.3.0.tgz", + "integrity": "sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==", "dependencies": { "tslib": "^2.6.2" }, @@ -6348,17 +8141,19 @@ } }, "node_modules/@smithy/url-parser": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-3.0.3.tgz", + "integrity": "sha512-pw3VtZtX2rg+s6HMs6/+u9+hu6oY6U7IohGhVNnjbgKy86wcIsSZwgHrFR+t67Uyxvp4Xz3p3kGXXIpTNisq8A==", "dependencies": { - "@smithy/querystring-parser": "^3.0.1", - "@smithy/types": "^3.1.0", + "@smithy/querystring-parser": "^3.0.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" } }, "node_modules/@smithy/util-base64": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-3.0.0.tgz", + "integrity": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==", "dependencies": { "@smithy/util-buffer-from": "^3.0.0", "@smithy/util-utf8": "^3.0.0", @@ -6370,14 +8165,16 @@ }, "node_modules/@smithy/util-body-length-browser": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-3.0.0.tgz", + "integrity": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==", "dependencies": { "tslib": "^2.6.2" } }, "node_modules/@smithy/util-body-length-node": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-3.0.0.tgz", + "integrity": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==", "dependencies": { "tslib": "^2.6.2" }, @@ -6387,7 +8184,8 @@ }, "node_modules/@smithy/util-buffer-from": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-3.0.0.tgz", + "integrity": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==", "dependencies": { "@smithy/is-array-buffer": "^3.0.0", "tslib": "^2.6.2" @@ -6398,7 +8196,8 @@ }, "node_modules/@smithy/util-config-provider": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-3.0.0.tgz", + "integrity": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==", "dependencies": { "tslib": "^2.6.2" }, @@ -6407,12 +8206,13 @@ } }, "node_modules/@smithy/util-defaults-mode-browser": { - "version": "3.0.4", - "license": "Apache-2.0", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.15.tgz", + "integrity": "sha512-FZ4Psa3vjp8kOXcd3HJOiDPBCWtiilLl57r0cnNtq/Ga9RSDrM5ERL6xt+tO43+2af6Pn5Yp92x2n5vPuduNfg==", "dependencies": { - "@smithy/property-provider": "^3.1.1", - "@smithy/smithy-client": "^3.1.2", - "@smithy/types": "^3.1.0", + "@smithy/property-provider": "^3.1.3", + "@smithy/smithy-client": "^3.2.0", + "@smithy/types": "^3.3.0", "bowser": "^2.11.0", "tslib": "^2.6.2" }, @@ -6421,15 +8221,16 @@ } }, "node_modules/@smithy/util-defaults-mode-node": { - "version": "3.0.4", - "license": "Apache-2.0", - "dependencies": { - "@smithy/config-resolver": "^3.0.2", - "@smithy/credential-provider-imds": "^3.1.1", - "@smithy/node-config-provider": "^3.1.1", - "@smithy/property-provider": "^3.1.1", - "@smithy/smithy-client": "^3.1.2", - "@smithy/types": "^3.1.0", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.15.tgz", + "integrity": "sha512-KSyAAx2q6d0t6f/S4XB2+3+6aQacm3aLMhs9aLMqn18uYGUepbdssfogW5JQZpc6lXNBnp0tEnR5e9CEKmEd7A==", + "dependencies": { + "@smithy/config-resolver": "^3.0.5", + "@smithy/credential-provider-imds": "^3.2.0", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/property-provider": "^3.1.3", + "@smithy/smithy-client": "^3.2.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6437,11 +8238,12 @@ } }, "node_modules/@smithy/util-endpoints": { - "version": "2.0.2", - "license": "Apache-2.0", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-2.0.5.tgz", + "integrity": "sha512-ReQP0BWihIE68OAblC/WQmDD40Gx+QY1Ez8mTdFMXpmjfxSyz2fVQu3A4zXRfQU9sZXtewk3GmhfOHswvX+eNg==", "dependencies": { - "@smithy/node-config-provider": "^3.1.1", - "@smithy/types": "^3.1.0", + "@smithy/node-config-provider": "^3.1.4", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6450,7 +8252,8 @@ }, "node_modules/@smithy/util-hex-encoding": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-3.0.0.tgz", + "integrity": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==", "dependencies": { "tslib": "^2.6.2" }, @@ -6459,10 +8262,11 @@ } }, "node_modules/@smithy/util-middleware": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-3.0.3.tgz", + "integrity": "sha512-l+StyYYK/eO3DlVPbU+4Bi06Jjal+PFLSMmlWM1BEwyLxZ3aKkf1ROnoIakfaA7mC6uw3ny7JBkau4Yc+5zfWw==", "dependencies": { - "@smithy/types": "^3.1.0", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6470,11 +8274,12 @@ } }, "node_modules/@smithy/util-retry": { - "version": "3.0.1", - "license": "Apache-2.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-3.0.3.tgz", + "integrity": "sha512-AFw+hjpbtVApzpNDhbjNG5NA3kyoMs7vx0gsgmlJF4s+yz1Zlepde7J58zpIRIsdjc+emhpAITxA88qLkPF26w==", "dependencies": { - "@smithy/service-error-classification": "^3.0.1", - "@smithy/types": "^3.1.0", + "@smithy/service-error-classification": "^3.0.3", + "@smithy/types": "^3.3.0", "tslib": "^2.6.2" }, "engines": { @@ -6482,12 +8287,13 @@ } }, "node_modules/@smithy/util-stream": { - "version": "3.0.2", - "license": "Apache-2.0", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.1.3.tgz", + "integrity": "sha512-FIv/bRhIlAxC0U7xM1BCnF2aDRPq0UaelqBHkM2lsCp26mcBbgI0tCVTv+jGdsQLUmAMybua/bjDsSu8RQHbmw==", "dependencies": { - "@smithy/fetch-http-handler": "^3.0.2", - "@smithy/node-http-handler": "^3.0.1", - "@smithy/types": "^3.1.0", + "@smithy/fetch-http-handler": "^3.2.4", + "@smithy/node-http-handler": "^3.1.4", + "@smithy/types": "^3.3.0", "@smithy/util-base64": "^3.0.0", "@smithy/util-buffer-from": "^3.0.0", "@smithy/util-hex-encoding": "^3.0.0", @@ -6500,7 +8306,8 @@ }, "node_modules/@smithy/util-uri-escape": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz", + "integrity": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==", "dependencies": { "tslib": "^2.6.2" }, @@ -6510,7 +8317,8 @@ }, "node_modules/@smithy/util-utf8": { "version": "3.0.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz", + "integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==", "dependencies": { "@smithy/util-buffer-from": "^3.0.0", "tslib": "^2.6.2" @@ -6520,9 +8328,10 @@ } }, "node_modules/@swc-node/core": { - "version": "1.13.1", + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/@swc-node/core/-/core-1.13.3.tgz", + "integrity": "sha512-OGsvXIid2Go21kiNqeTIn79jcaX4l0G93X2rAnas4LFoDyA9wAwVK7xZdm+QsKoMn5Mus2yFLCc4OtX2dD/PWA==", "devOptional": true, - "license": "MIT", "engines": { "node": ">= 10" }, @@ -6537,8 +8346,9 @@ }, "node_modules/@swc-node/register": { "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc-node/register/-/register-1.9.2.tgz", + "integrity": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==", "devOptional": true, - "license": "MIT", "dependencies": { "@swc-node/core": "^1.13.1", "@swc-node/sourcemap-support": "^0.5.0", @@ -6557,18 +8367,29 @@ } }, "node_modules/@swc-node/sourcemap-support": { - "version": "0.5.0", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@swc-node/sourcemap-support/-/sourcemap-support-0.5.1.tgz", + "integrity": "sha512-JxIvIo/Hrpv0JCHSyRpetAdQ6lB27oFYhv0PKCNf1g2gUXOjpeR1exrXccRxLMuAV5WAmGFBwRnNOJqN38+qtg==", "devOptional": true, - "license": "MIT", "dependencies": { "source-map-support": "^0.5.21", - "tslib": "^2.6.2" + "tslib": "^2.6.3" + } + }, + "node_modules/@swc-node/sourcemap-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "devOptional": true, + "engines": { + "node": ">=0.10.0" } }, "node_modules/@swc-node/sourcemap-support/node_modules/source-map-support": { "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "devOptional": true, - "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -6576,8 +8397,9 @@ }, "node_modules/@swc/cli": { "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@swc/cli/-/cli-0.3.14.tgz", + "integrity": "sha512-0vGqD6FSW67PaZUZABkA+ADKsX7OUY/PwNEz1SbQdCvVk/e4Z36Gwh7mFVBQH9RIsMonTyhV1RHkwkGnEfR3zQ==", "dev": true, - "license": "MIT", "dependencies": { "@mole-inc/bin-wrapper": "^8.0.1", "@swc/counter": "^0.1.3", @@ -6607,19 +8429,12 @@ } } }, - "node_modules/@swc/cli/node_modules/source-map": { - "version": "0.7.4", - "dev": true, - "license": "BSD-3-Clause", - "engines": { - "node": ">= 8" - } - }, "node_modules/@swc/core": { "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.5.29.tgz", + "integrity": "sha512-nvTtHJI43DUSOAf3h9XsqYg8YXKc0/N4il9y4j0xAkO0ekgDNo+3+jbw6MInawjKJF9uulyr+f5bAutTsOKVlw==", "devOptional": true, "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3", "@swc/types": "^0.1.8" @@ -6654,11 +8469,12 @@ }, "node_modules/@swc/core-darwin-arm64": { "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.5.29.tgz", + "integrity": "sha512-6F/sSxpHaq3nzg2ADv9FHLi4Fu2A8w8vP8Ich8gIl16D2htStlwnaPmCLjRswO+cFkzgVqy/l01gzNGWd4DFqA==", "cpu": [ "arm64" ], "dev": true, - "license": "Apache-2.0 AND MIT", "optional": true, "os": [ "darwin" @@ -6667,383 +8483,307 @@ "node": ">=10" } }, - "node_modules/@swc/counter": { - "version": "0.1.3", - "devOptional": true, - "license": "Apache-2.0" - }, - "node_modules/@swc/helpers": { - "version": "0.5.11", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@swc/types": { - "version": "0.1.8", - "devOptional": true, - "license": "Apache-2.0", - "dependencies": { - "@swc/counter": "^0.1.3" - } - }, - "node_modules/@szmarczak/http-timer": { - "version": "4.0.6", + "node_modules/@swc/core-darwin-x64": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.5.29.tgz", + "integrity": "sha512-rF/rXkvUOTdTIfoYbmszbSUGsCyvqACqy1VeP3nXONS+LxFl4bRmRcUTRrblL7IE5RTMCKUuPbqbQSE2hK7bqg==", + "cpu": [ + "x64" + ], "dev": true, - "license": "MIT", - "dependencies": { - "defer-to-connect": "^2.0.0" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release": { - "version": "2.11.0", + "node_modules/@swc/core-linux-arm-gnueabihf": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.5.29.tgz", + "integrity": "sha512-2OAPL8iWBsmmwkjGXqvuUhbmmoLxS1xNXiMq87EsnCNMAKohGc7wJkdAOUL6J/YFpean/vwMWg64rJD4pycBeg==", + "cpu": [ + "arm" + ], "dev": true, - "license": "MIT", - "dependencies": { - "@nrwl/devkit": "17.2.7", - "@nx/devkit": "^17.2.7", - "@semantic-release/changelog": "^6.0.2", - "@semantic-release/exec": "^6.0.3", - "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^8.0.7", - "@semantic-release/npm": "^9.0.2", - "cosmiconfig": "^7.0.1", - "deep-map": "^2.0.0", - "es6-weak-map": "^2.0.3", - "remeda": "^0.0.32", - "semantic-release": "20.1.0", - "semantic-release-plugin-decorators": "3.0.1" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/devkit": { - "version": "17.2.7", - "dev": true, - "license": "MIT", - "dependencies": { - "@nx/devkit": "17.2.7" + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/devkit/node_modules/@nx/devkit": { - "version": "17.2.7", + "node_modules/@swc/core-linux-arm64-gnu": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.5.29.tgz", + "integrity": "sha512-eH/Q9+8O5qhSxMestZnhuS1xqQMr6M7SolZYxiXJqxArXYILLCF+nq2R9SxuMl0CfjHSpb6+hHPk/HXy54eIRA==", + "cpu": [ + "arm64" + ], "dev": true, - "license": "MIT", - "dependencies": { - "@nrwl/devkit": "17.2.7", - "ejs": "^3.1.7", - "enquirer": "~2.3.6", - "ignore": "^5.0.4", - "semver": "7.5.3", - "tmp": "~0.2.1", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "nx": ">= 16 <= 18" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/tao": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-18.3.5.tgz", - "integrity": "sha512-gB7Vxa6FReZZEGva03Eh+84W8BSZOjsNyXboglOINu6d8iZZ0eotSXGziKgjpkj3feZ1ofKZMs0PRObVAOROVw==", + "node_modules/@swc/core-linux-arm64-musl": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.5.29.tgz", + "integrity": "sha512-TERh2OICAJz+SdDIK9+0GyTUwF6r4xDlFmpoiHKHrrD/Hh3u+6Zue0d7jQ/he/i80GDn4tJQkHlZys+RZL5UZg==", + "cpu": [ + "arm64" + ], "dev": true, - "peer": true, - "dependencies": { - "nx": "18.3.5", - "tslib": "^2.3.0" - }, - "bin": { - "tao": "index.js" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit": { - "version": "17.3.2", + "node_modules/@swc/core-linux-x64-gnu": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.5.29.tgz", + "integrity": "sha512-WMDPqU7Ji9dJpA+Llek2p9t7pcy7Bob8ggPUvgsIlv3R/eesF9DIzSbrgl6j3EAEPB9LFdSafsgf6kT/qnvqFg==", + "cpu": [ + "x64" + ], "dev": true, - "license": "MIT", - "dependencies": { - "@nrwl/devkit": "17.3.2", - "ejs": "^3.1.7", - "enquirer": "~2.3.6", - "ignore": "^5.0.4", - "semver": "^7.5.3", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" - }, - "peerDependencies": { - "nx": ">= 16 <= 18" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit/node_modules/@nrwl/devkit": { - "version": "17.3.2", + "node_modules/@swc/core-linux-x64-musl": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.5.29.tgz", + "integrity": "sha512-DO14glwpdKY4POSN0201OnGg1+ziaSVr6/RFzuSLggshwXeeyVORiHv3baj7NENhJhWhUy3NZlDsXLnRFkmhHQ==", + "cpu": [ + "x64" + ], "dev": true, - "license": "MIT", - "dependencies": { - "@nx/devkit": "17.3.2" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/nx-darwin-arm64": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-18.3.5.tgz", - "integrity": "sha512-4I5UpZ/x2WO9OQyETXKjaYhXiZKUTYcLPewruRMODWu6lgTM9hHci0SqMQB+TWe3f80K8VT8J8x3+uJjvllGlg==", + "node_modules/@swc/core-win32-arm64-msvc": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.5.29.tgz", + "integrity": "sha512-V3Y1+a1zG1zpYXUMqPIHEMEOd+rHoVnIpO/KTyFwAmKVu8v+/xPEVx/AGoYE67x4vDAAvPQrKI3Aokilqa5yVg==", "cpu": [ "arm64" ], "dev": true, "optional": true, "os": [ - "darwin" + "win32" ], - "peer": true, "engines": { - "node": ">= 10" + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/@zkochan/js-yaml": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.6.tgz", - "integrity": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==", + "node_modules/@swc/core-win32-ia32-msvc": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.5.29.tgz", + "integrity": "sha512-OrM6yfXw4wXhnVFosOJzarw0Fdz5Y0okgHfn9oFbTPJhoqxV5Rdmd6kXxWu2RiVKs6kGSJFZXHDeUq2w5rTIMg==", + "cpu": [ + "ia32" + ], "dev": true, - "peer": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/@swc/core-win32-x64-msvc": { + "version": "1.5.29", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.5.29.tgz", + "integrity": "sha512-eD/gnxqKyZQQR0hR7TMkIlJ+nCF9dzYmVVNbYZWuA1Xy94aBPUsEk3Uw3oG7q6R3ErrEUPP0FNf2ztEnv+I+dw==", + "cpu": [ + "x64" + ], "dev": true, - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, - "peer": true + "node_modules/@swc/counter": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", + "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", + "devOptional": true }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/@swc/helpers": { + "version": "0.5.12", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.12.tgz", + "integrity": "sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==", "dev": true, - "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "tslib": "^2.4.0" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "peer": true, + "node_modules/@swc/types": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.12.tgz", + "integrity": "sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==", + "devOptional": true, "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@swc/counter": "^0.1.3" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true, - "peer": true - }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/cosmiconfig": { - "version": "7.1.0", + "node_modules/@szmarczak/http-timer": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", + "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", "dev": true, - "license": "MIT", "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "defer-to-connect": "^2.0.0" }, "engines": { "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/@theunderscorer/nx-semantic-release": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@theunderscorer/nx-semantic-release/-/nx-semantic-release-2.12.0.tgz", + "integrity": "sha512-LsYQp14oCO8Bi/Qlj+HOvsn7oQRn8t3y3yQeQdW+RKI2SsCzy0cp1tfbS94oikn7bLl606cwpjmDh7CM4Hnhbg==", "dev": true, - "peer": true, "dependencies": { - "argparse": "^2.0.1" + "@nrwl/devkit": "19.6.0", + "@nx/devkit": "19.6.0", + "@semantic-release/changelog": "^6.0.2", + "@semantic-release/exec": "^6.0.3", + "@semantic-release/git": "^10.0.1", + "@semantic-release/github": "^8.0.7", + "@semantic-release/npm": "^9.0.2", + "cosmiconfig": "^7.0.1", + "deep-map": "^2.0.0", + "es6-weak-map": "^2.0.3", + "remeda": "^0.0.32", + "semantic-release": "20.1.0", + "semantic-release-plugin-decorators": "3.0.1" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=16.0.0" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/lru-cache": { - "version": "6.0.0", + "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nrwl/devkit": { + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.0.tgz", + "integrity": "sha512-WKvuShei1dmjUhbY1J62vkNhvIkcFIc4MPo0YnYzuBbxvNKWB6r3ICRc1BZuFYL3L7pPIEHUcdExyTdIZRDVqQ==", "dev": true, - "license": "ISC", "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "@nx/devkit": "19.6.0" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/nx": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/nx/-/nx-18.3.5.tgz", - "integrity": "sha512-wWcvwoTgiT5okdrG0RIWm1tepC17bDmSpw+MrOxnjfBjARQNTURkiq4U6cxjCVsCxNHxCrlAaBSQLZeBgJZTzQ==", + "node_modules/@theunderscorer/nx-semantic-release/node_modules/@nx/devkit": { + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.0.tgz", + "integrity": "sha512-sFDnP+KkR6m5VRi3ThS4Aymfo7squ48Qhkvpwkj3Y0W4q577+QrXlAS4tR9GZM0FAgQeF63kdZ1cLy39ZlGaWA==", "dev": true, - "hasInstallScript": true, - "peer": true, "dependencies": { - "@nrwl/tao": "18.3.5", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "3.0.0-rc.46", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.6.0", - "chalk": "^4.1.0", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^8.0.1", - "dotenv": "~16.3.1", - "dotenv-expand": "~10.0.0", + "@nrwl/devkit": "19.6.0", + "ejs": "^3.1.7", "enquirer": "~2.3.6", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^11.1.0", "ignore": "^5.0.4", - "jest-diff": "^29.4.1", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", "minimatch": "9.0.3", - "node-machine-id": "1.1.12", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "ora": "5.3.0", "semver": "^7.5.3", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", "tmp": "~0.2.1", - "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0", - "yargs": "^17.6.2", "yargs-parser": "21.1.1" }, - "bin": { - "nx": "bin/nx.js", - "nx-cloud": "bin/nx-cloud.js" - }, - "optionalDependencies": { - "@nx/nx-darwin-arm64": "18.3.5", - "@nx/nx-darwin-x64": "18.3.5", - "@nx/nx-freebsd-x64": "18.3.5", - "@nx/nx-linux-arm-gnueabihf": "18.3.5", - "@nx/nx-linux-arm64-gnu": "18.3.5", - "@nx/nx-linux-arm64-musl": "18.3.5", - "@nx/nx-linux-x64-gnu": "18.3.5", - "@nx/nx-linux-x64-musl": "18.3.5", - "@nx/nx-win32-arm64-msvc": "18.3.5", - "@nx/nx-win32-x64-msvc": "18.3.5" - }, "peerDependencies": { - "@swc-node/register": "^1.8.0", - "@swc/core": "^1.3.85" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } + "nx": ">= 17 <= 20" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/semver": { - "version": "7.5.3", + "node_modules/@theunderscorer/nx-semantic-release/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, - "license": "ISC", "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" }, "engines": { "node": ">=10" } }, - "node_modules/@theunderscorer/nx-semantic-release/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/@tokenizer/token": { "version": "0.3.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", + "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==", + "dev": true }, "node_modules/@tootallnate/once": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "dev": true, - "license": "MIT", "engines": { "node": ">= 10" } }, "node_modules/@tsconfig/node10": { "version": "1.0.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true }, "node_modules/@tsconfig/node12": { "version": "1.0.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true }, "node_modules/@tsconfig/node14": { "version": "1.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true }, "node_modules/@tsconfig/node16": { "version": "1.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "node_modules/@tybys/wasm-util": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", + "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", + "dependencies": { + "tslib": "^2.4.0" + } }, "node_modules/@types/babel__core": { "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", @@ -7054,16 +8794,18 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, - "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" @@ -7071,16 +8813,18 @@ }, "node_modules/@types/babel__traverse": { "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" } }, "node_modules/@types/cacheable-request": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz", + "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==", "dev": true, - "license": "MIT", "dependencies": { "@types/http-cache-semantics": "*", "@types/keyv": "^3.1.4", @@ -7090,58 +8834,66 @@ }, "node_modules/@types/conventional-commits-parser": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", + "integrity": "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/fs-extra": { "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz", + "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/graceful-fs": { "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/http-cache-semantics": { "version": "4.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", + "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==", + "dev": true }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "dev": true }, "node_modules/@types/istanbul-lib-report": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "dev": true, - "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" } }, "node_modules/@types/istanbul-reports": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" } }, "node_modules/@types/jest": { "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, - "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -7149,8 +8901,9 @@ }, "node_modules/@types/jsdom": { "version": "20.0.1", + "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz", + "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", @@ -7159,101 +8912,118 @@ }, "node_modules/@types/json-schema": { "version": "7.0.15", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true }, "node_modules/@types/jsonwebtoken": { "version": "9.0.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz", + "integrity": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/keyv": { "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/minimist": { "version": "1.2.5", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", + "dev": true }, "node_modules/@types/node": { "version": "20.12.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", + "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", "dependencies": { "undici-types": "~5.26.4" } }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", + "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", + "dev": true }, "node_modules/@types/parse-json": { "version": "4.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "dev": true }, "node_modules/@types/qs": { "version": "6.9.15", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", + "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==" }, "node_modules/@types/responselike": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz", + "integrity": "sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/semver": { "version": "7.5.8", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", + "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", + "dev": true }, "node_modules/@types/stack-utils": { "version": "2.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", + "dev": true }, "node_modules/@types/tough-cookie": { "version": "4.0.5", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", + "dev": true }, "node_modules/@types/uuid": { "version": "9.0.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" }, "node_modules/@types/ws": { - "version": "8.5.10", - "license": "MIT", + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", + "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { - "version": "17.0.32", + "version": "17.0.33", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", + "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", "dev": true, - "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/@types/yargs-parser": { "version": "21.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", + "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==", "dev": true, - "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.5.1", "@typescript-eslint/scope-manager": "6.21.0", @@ -7286,8 +9056,9 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", + "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "6.21.0", "@typescript-eslint/utils": "6.21.0", @@ -7312,8 +9083,9 @@ }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", + "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", "dev": true, - "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", @@ -7336,8 +9108,9 @@ }, "node_modules/@typescript-eslint/parser": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz", + "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/scope-manager": "6.21.0", "@typescript-eslint/types": "6.21.0", @@ -7363,8 +9136,9 @@ }, "node_modules/@typescript-eslint/scope-manager": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/types": "6.21.0", "@typescript-eslint/visitor-keys": "6.21.0" @@ -7379,8 +9153,9 @@ }, "node_modules/@typescript-eslint/type-utils": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz", + "integrity": "sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "7.14.1", "@typescript-eslint/utils": "7.14.1", @@ -7405,8 +9180,9 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", + "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, - "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -7417,8 +9193,9 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", + "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -7444,8 +9221,9 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", + "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -7460,8 +9238,9 @@ }, "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -7474,8 +9253,9 @@ }, "node_modules/@typescript-eslint/types": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", "dev": true, - "license": "MIT", "engines": { "node": "^16.0.0 || >=18.0.0" }, @@ -7486,8 +9266,9 @@ }, "node_modules/@typescript-eslint/typescript-estree": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "6.21.0", "@typescript-eslint/visitor-keys": "6.21.0", @@ -7513,8 +9294,9 @@ }, "node_modules/@typescript-eslint/utils": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.14.1.tgz", + "integrity": "sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==", "dev": true, - "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "7.14.1", @@ -7534,8 +9316,9 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz", + "integrity": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1" @@ -7550,8 +9333,9 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.14.1.tgz", + "integrity": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==", "dev": true, - "license": "MIT", "engines": { "node": "^18.18.0 || >=20.0.0" }, @@ -7562,8 +9346,9 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz", + "integrity": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "@typescript-eslint/types": "7.14.1", "@typescript-eslint/visitor-keys": "7.14.1", @@ -7589,8 +9374,9 @@ }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz", + "integrity": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/types": "7.14.1", "eslint-visitor-keys": "^3.4.3" @@ -7605,8 +9391,9 @@ }, "node_modules/@typescript-eslint/utils/node_modules/minimatch": { "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -7619,8 +9406,9 @@ }, "node_modules/@typescript-eslint/visitor-keys": { "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/types": "6.21.0", "eslint-visitor-keys": "^3.4.1" @@ -7635,16 +9423,29 @@ }, "node_modules/@ungap/structured-clone": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/@xmldom/xmldom": { + "version": "0.8.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", + "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "dev": true, - "license": "ISC" + "peer": true, + "engines": { + "node": ">=10.0.0" + } }, "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", - "license": "BSD-2-Clause" + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" }, "node_modules/@yarnpkg/parsers": { "version": "3.0.0-rc.46", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz", + "integrity": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==", "dependencies": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" @@ -7655,7 +9456,8 @@ }, "node_modules/@zkochan/js-yaml": { "version": "0.0.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz", + "integrity": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==", "dependencies": { "argparse": "^2.0.1" }, @@ -7665,17 +9467,21 @@ }, "node_modules/@zkochan/js-yaml/node_modules/argparse": { "version": "2.0.1", - "license": "Python-2.0" + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/abab": { "version": "2.0.6", - "dev": true, - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead", + "dev": true }, "node_modules/acorn": { - "version": "8.12.0", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "dev": true, - "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -7685,8 +9491,9 @@ }, "node_modules/acorn-globals": { "version": "7.0.1", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", + "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", "dev": true, - "license": "MIT", "dependencies": { "acorn": "^8.1.0", "acorn-walk": "^8.0.2" @@ -7694,16 +9501,18 @@ }, "node_modules/acorn-jsx": { "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, - "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/acorn-walk": { "version": "8.3.3", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", + "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", "dev": true, - "license": "MIT", "dependencies": { "acorn": "^8.11.0" }, @@ -7713,16 +9522,18 @@ }, "node_modules/address": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", "dev": true, - "license": "MIT", "engines": { "node": ">= 10.0.0" } }, "node_modules/agent-base": { "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.3.4" }, @@ -7732,8 +9543,9 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, - "license": "MIT", "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -7743,14 +9555,15 @@ } }, "node_modules/ajv": { - "version": "8.16.0", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -7759,15 +9572,17 @@ }, "node_modules/ansi-colors": { "version": "4.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "engines": { "node": ">=6" } }, "node_modules/ansi-escapes": { "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, - "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -7780,14 +9595,16 @@ }, "node_modules/ansi-regex": { "version": "5.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { "version": "5.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "engines": { "node": ">=10" }, @@ -7797,13 +9614,15 @@ }, "node_modules/ansicolors": { "version": "0.3.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz", + "integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==", + "dev": true }, "node_modules/anymatch": { "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, - "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -7814,6 +9633,8 @@ }, "node_modules/arch": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", "dev": true, "funding": [ { @@ -7828,152 +9649,90 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/arg": { "version": "4.1.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true }, "node_modules/argparse": { "version": "1.0.10", - "license": "MIT", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dependencies": { "sprintf-js": "~1.0.2" } }, "node_modules/argv-formatter": { "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.5", - "is-array-buffer": "^3.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "resolved": "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz", + "integrity": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==", + "dev": true }, "node_modules/array-ify": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", + "integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==", + "dev": true }, "node_modules/array-union": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.2.1", - "get-intrinsic": "^1.2.3", - "is-array-buffer": "^3.0.4", - "is-shared-array-buffer": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/arrify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/async": { - "version": "3.2.5", - "license": "MIT" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "node_modules/asynckit": { "version": "0.4.0", - "license": "MIT" - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "dev": true, - "license": "MIT", - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/aws-crt": { - "version": "1.21.3", - "hasInstallScript": true, - "license": "Apache-2.0", - "dependencies": { - "@aws-sdk/util-utf8-browser": "^3.109.0", - "@httptoolkit/websocket-stream": "^6.0.1", - "axios": "^1.6.8", - "buffer": "^6.0.3", - "crypto-js": "^4.2.0", - "mqtt": "^4.3.8", - "process": "^0.11.10" - } + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, - "node_modules/aws-crt/node_modules/buffer": { - "version": "6.0.3", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", + "node_modules/aws-crt": { + "version": "1.21.2", + "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.21.2.tgz", + "integrity": "sha512-/jq5yJwdethIaC+HyqCrgW2ZqxjUURBo/6CIfnD0HbpIE+vLIPQxENW/pp3Atu20Hm2WkjM9diJD4zJycK+olA==", + "hasInstallScript": true, "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" + "@aws-sdk/util-utf8-browser": "^3.109.0", + "@httptoolkit/websocket-stream": "^6.0.1", + "axios": "^1.6.8", + "buffer": "^6.0.3", + "crypto-js": "^4.2.0", + "mqtt": "^4.3.8", + "process": "^0.11.10" } }, "node_modules/aws-iot-device-sdk-v2": { - "version": "1.19.5", - "license": "Apache-2.0", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.20.0.tgz", + "integrity": "sha512-qwt7vMLlqZK8XKADODoyNMGjlmj5xsSloq/SAh/o7s4PvQ9qiLK3luHDfw0BfayZKYfcRMPah5YERrskESbSow==", "dependencies": { "@aws-sdk/util-utf8-browser": "^3.109.0", - "aws-crt": "^1.21.2" + "aws-crt": "1.21.2" } }, "node_modules/axios": { - "version": "1.7.2", - "license": "MIT", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -7981,8 +9740,9 @@ } }, "node_modules/axios-retry": { - "version": "4.4.0", - "license": "Apache-2.0", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.5.0.tgz", + "integrity": "sha512-aR99oXhpEDGo0UuAlYcn2iGRds30k366Zfa05XWScR9QaQD4JYiP3/1Qt1u7YlefUOK+cn0CcwoL1oefavQUlQ==", "dependencies": { "is-retry-allowed": "^2.2.0" }, @@ -7992,8 +9752,9 @@ }, "node_modules/babel-jest": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "dev": true, - "license": "MIT", "dependencies": { "@jest/transform": "^29.7.0", "@types/babel__core": "^7.1.14", @@ -8012,8 +9773,9 @@ }, "node_modules/babel-jest/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -8026,8 +9788,9 @@ }, "node_modules/babel-jest/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -8041,8 +9804,9 @@ }, "node_modules/babel-jest/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -8052,13 +9816,15 @@ }, "node_modules/babel-jest/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/babel-plugin-const-enum": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-const-enum/-/babel-plugin-const-enum-1.2.0.tgz", + "integrity": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-syntax-typescript": "^7.3.3", @@ -8070,8 +9836,9 @@ }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -8085,8 +9852,9 @@ }, "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -8100,16 +9868,18 @@ }, "node_modules/babel-plugin-istanbul/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-jest-hoist": { "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", @@ -8122,8 +9892,9 @@ }, "node_modules/babel-plugin-macros": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.7.2", "cosmiconfig": "^6.0.0", @@ -8132,8 +9903,9 @@ }, "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "dev": true, - "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.1.0", @@ -8147,8 +9919,9 @@ }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", "@babel/helper-define-polyfill-provider": "^0.6.2", @@ -8160,19 +9933,21 @@ }, "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -8180,8 +9955,9 @@ }, "node_modules/babel-plugin-polyfill-regenerator": { "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.2" }, @@ -8191,29 +9967,34 @@ }, "node_modules/babel-plugin-transform-typescript-metadata": { "version": "0.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-typescript-metadata/-/babel-plugin-transform-typescript-metadata-0.3.2.tgz", + "integrity": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0" } }, "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", + "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -8221,8 +10002,9 @@ }, "node_modules/babel-preset-jest": { "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", "dev": true, - "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0" @@ -8236,10 +10018,13 @@ }, "node_modules/balanced-match": { "version": "1.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/base64-js": { "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", "funding": [ { "type": "github", @@ -8253,18 +10038,19 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/before-after-hook": { "version": "2.2.3", - "dev": true, - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", + "dev": true }, "node_modules/bin-check": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz", + "integrity": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==", "dev": true, - "license": "MIT", "dependencies": { "execa": "^0.7.0", "executable": "^4.1.0" @@ -8275,8 +10061,9 @@ }, "node_modules/bin-check/node_modules/cross-spawn": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", "dev": true, - "license": "MIT", "dependencies": { "lru-cache": "^4.0.1", "shebang-command": "^1.2.0", @@ -8285,8 +10072,9 @@ }, "node_modules/bin-check/node_modules/execa": { "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^5.0.1", "get-stream": "^3.0.0", @@ -8302,24 +10090,27 @@ }, "node_modules/bin-check/node_modules/get-stream": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/bin-check/node_modules/is-stream": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/bin-check/node_modules/lru-cache": { "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "dev": true, - "license": "ISC", "dependencies": { "pseudomap": "^1.0.2", "yallist": "^2.1.2" @@ -8327,8 +10118,9 @@ }, "node_modules/bin-check/node_modules/npm-run-path": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", "dev": true, - "license": "MIT", "dependencies": { "path-key": "^2.0.0" }, @@ -8338,16 +10130,18 @@ }, "node_modules/bin-check/node_modules/path-key": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/bin-check/node_modules/shebang-command": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "dev": true, - "license": "MIT", "dependencies": { "shebang-regex": "^1.0.0" }, @@ -8357,21 +10151,24 @@ }, "node_modules/bin-check/node_modules/shebang-regex": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/bin-check/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/bin-check/node_modules/which": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, - "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -8381,13 +10178,15 @@ }, "node_modules/bin-check/node_modules/yallist": { "version": "2.1.2", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true }, "node_modules/bin-version": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-6.0.0.tgz", + "integrity": "sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==", "dev": true, - "license": "MIT", "dependencies": { "execa": "^5.0.0", "find-versions": "^5.0.0" @@ -8401,8 +10200,9 @@ }, "node_modules/bin-version-check": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-5.1.0.tgz", + "integrity": "sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==", "dev": true, - "license": "MIT", "dependencies": { "bin-version": "^6.0.0", "semver": "^7.5.3", @@ -8417,8 +10217,9 @@ }, "node_modules/bin-version/node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -8439,8 +10240,9 @@ }, "node_modules/bin-version/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -8450,16 +10252,18 @@ }, "node_modules/bin-version/node_modules/human-signals": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/bin-version/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -8469,16 +10273,18 @@ }, "node_modules/bin-version/node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/bin-version/node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -8491,21 +10297,24 @@ }, "node_modules/bin-version/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/bin-version/node_modules/strip-final-newline": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/binary-extensions": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -8515,33 +10324,74 @@ }, "node_modules/bl": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", "readable-stream": "^3.4.0" } }, + "node_modules/bl/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/bottleneck": { "version": "2.19.5", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz", + "integrity": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==", + "dev": true }, "node_modules/bowser": { "version": "2.11.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" }, "node_modules/brace-expansion": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/braces": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, - "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, @@ -8550,7 +10400,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.1", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", "dev": true, "funding": [ { @@ -8566,12 +10418,11 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001629", - "electron-to-chromium": "^1.4.796", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.16" + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.0" }, "bin": { "browserslist": "cli.js" @@ -8582,8 +10433,9 @@ }, "node_modules/bs-logger": { "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", "dev": true, - "license": "MIT", "dependencies": { "fast-json-stable-stringify": "2.x" }, @@ -8593,14 +10445,17 @@ }, "node_modules/bser": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" } }, "node_modules/buffer": { - "version": "5.7.1", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "funding": [ { "type": "github", @@ -8615,32 +10470,35 @@ "url": "https://feross.org/support" } ], - "license": "MIT", "dependencies": { "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "ieee754": "^1.2.1" } }, "node_modules/buffer-equal-constant-time": { "version": "1.0.1", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" }, "node_modules/buffer-from": { "version": "1.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" }, "node_modules/cacheable-lookup": { "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.6.0" } }, "node_modules/cacheable-request": { "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz", + "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==", "dev": true, - "license": "MIT", "dependencies": { "clone-response": "^1.0.2", "get-stream": "^5.1.0", @@ -8656,8 +10514,9 @@ }, "node_modules/cacheable-request/node_modules/get-stream": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", "dev": true, - "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -8670,7 +10529,8 @@ }, "node_modules/call-bind": { "version": "1.0.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -8687,24 +10547,27 @@ }, "node_modules/callsites": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/camelcase": { "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/camelcase-keys": { "version": "6.2.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", + "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, - "license": "MIT", "dependencies": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -8717,8 +10580,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/camelcase-keys/node_modules/quick-lru": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", + "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/caniuse-lite": { - "version": "1.0.30001634", + "version": "1.0.30001651", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz", + "integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==", "dev": true, "funding": [ { @@ -8733,13 +10607,13 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ], - "license": "CC-BY-4.0" + ] }, "node_modules/cardinal": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz", + "integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==", "dev": true, - "license": "MIT", "dependencies": { "ansicolors": "~0.3.2", "redeyed": "~2.1.0" @@ -8750,16 +10624,18 @@ }, "node_modules/case": { "version": "1.6.3", + "resolved": "https://registry.npmjs.org/case/-/case-1.6.3.tgz", + "integrity": "sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==", "dev": true, - "license": "(MIT OR GPL-3.0-or-later)", "engines": { "node": ">= 0.8.0" } }, "node_modules/chalk": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, - "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -8769,16 +10645,18 @@ }, "node_modules/char-regex": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/chokidar": { "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, - "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -8798,19 +10676,10 @@ "fsevents": "~2.3.2" } }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/ci-info": { "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -8818,27 +10687,29 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/cjs-module-lexer": { "version": "1.3.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", + "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==", + "dev": true }, "node_modules/clean-stack": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/cli-cursor": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -8848,7 +10719,8 @@ }, "node_modules/cli-spinners": { "version": "2.6.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", + "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", "engines": { "node": ">=6" }, @@ -8858,8 +10730,9 @@ }, "node_modules/cli-table3": { "version": "0.6.5", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", + "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, - "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -8872,7 +10745,8 @@ }, "node_modules/cliui": { "version": "8.0.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -8884,16 +10758,18 @@ }, "node_modules/clone": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/clone-response": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", "dev": true, - "license": "MIT", "dependencies": { "mimic-response": "^1.0.0" }, @@ -8903,17 +10779,19 @@ }, "node_modules/co": { "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", "dev": true, - "license": "MIT", "engines": { "iojs": ">= 1.0.0", "node": ">= 0.12.0" } }, "node_modules/codemaker": { - "version": "1.101.0", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/codemaker/-/codemaker-1.102.0.tgz", + "integrity": "sha512-lxsbbcSMxCdT+9wUv1AvBH9791andoWDcQ6s7ZK6KsMZ+UkRLO3obzhi7Zm+RIA3lHecqzaGmOKyRnu0Dx/Zew==", "dev": true, - "license": "Apache-2.0", "dependencies": { "camelcase": "^6.3.0", "decamelize": "^5.0.1", @@ -8925,8 +10803,9 @@ }, "node_modules/codemaker/node_modules/camelcase": { "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -8936,8 +10815,9 @@ }, "node_modules/codemaker/node_modules/fs-extra": { "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -8949,31 +10829,36 @@ }, "node_modules/collect-v8-coverage": { "version": "1.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", + "dev": true }, "node_modules/color-convert": { "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "1.1.3" } }, "node_modules/color-name": { "version": "1.1.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true }, "node_modules/colorette": { "version": "2.0.20", - "devOptional": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "devOptional": true }, "node_modules/columnify": { "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "dev": true, - "license": "MIT", "dependencies": { "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" @@ -8984,7 +10869,8 @@ }, "node_modules/combined-stream": { "version": "1.0.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -8994,15 +10880,17 @@ }, "node_modules/commander": { "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12" } }, "node_modules/commist": { "version": "1.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/commist/-/commist-1.1.0.tgz", + "integrity": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==", "dependencies": { "leven": "^2.1.0", "minimist": "^1.1.0" @@ -9010,20 +10898,21 @@ }, "node_modules/commist/node_modules/leven": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha512-nvVPLpIHUxCUoRLrFqTgSxXJ614d8AgQoWl7zPe/2VadE8+1dpU3LBhowRuBAcuwruWtOdD8oYC9jDNJjXDPyA==", "engines": { "node": ">=0.10.0" } }, "node_modules/commonmark": { - "version": "0.31.0", + "version": "0.31.1", + "resolved": "https://registry.npmjs.org/commonmark/-/commonmark-0.31.1.tgz", + "integrity": "sha512-M6pbc3sRU96iiOK7rmjv/TNrXvTaOscvthUCq7YOrlvZWbqAA36fyEtBvyI3nCcEK4u+JAy9sAdtftIeXwIWig==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "entities": "~3.0.1", "mdurl": "~1.0.1", - "minimist": "~1.2.5", - "string.prototype.repeat": "^1.0.0" + "minimist": "~1.2.5" }, "bin": { "commonmark": "bin/commonmark" @@ -9034,8 +10923,9 @@ }, "node_modules/compare-func": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", + "integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==", "dev": true, - "license": "MIT", "dependencies": { "array-ify": "^1.0.0", "dot-prop": "^5.1.0" @@ -9043,14 +10933,16 @@ }, "node_modules/concat-map": { "version": "0.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "node_modules/concat-stream": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", "engines": [ "node >= 6.0" ], - "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -9058,10 +10950,24 @@ "typedarray": "^0.0.6" } }, + "node_modules/concat-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/config-chain": { "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "dev": true, - "license": "MIT", "dependencies": { "ini": "^1.3.4", "proto-list": "~1.2.1" @@ -9069,18 +10975,21 @@ }, "node_modules/config-chain/node_modules/ini": { "version": "1.3.8", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true }, "node_modules/confusing-browser-globals": { "version": "1.0.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", + "dev": true }, "node_modules/content-disposition": { "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "dev": true, - "license": "MIT", "dependencies": { "safe-buffer": "5.2.1" }, @@ -9090,8 +10999,9 @@ }, "node_modules/conventional-changelog-angular": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", + "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", "dev": true, - "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, @@ -9101,8 +11011,9 @@ }, "node_modules/conventional-changelog-conventionalcommits": { "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, - "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, @@ -9112,8 +11023,9 @@ }, "node_modules/conventional-changelog-writer": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz", + "integrity": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==", "dev": true, - "license": "MIT", "dependencies": { "conventional-commits-filter": "^2.0.7", "dateformat": "^3.0.0", @@ -9134,8 +11046,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/find-up": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -9146,8 +11059,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/hosted-git-info": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -9157,8 +11071,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/locate-path": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -9168,8 +11083,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/lru-cache": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -9179,8 +11095,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/meow": { "version": "8.1.2", + "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", + "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", "dev": true, - "license": "MIT", "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -9203,8 +11120,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/normalize-package-data": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -9216,9 +11134,10 @@ } }, "node_modules/conventional-changelog-writer/node_modules/normalize-package-data/node_modules/semver": { - "version": "7.6.2", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -9228,8 +11147,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/p-limit": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -9242,8 +11162,9 @@ }, "node_modules/conventional-changelog-writer/node_modules/p-locate": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -9253,16 +11174,18 @@ }, "node_modules/conventional-changelog-writer/node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/conventional-changelog-writer/node_modules/read-pkg-up": { "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -9277,24 +11200,27 @@ }, "node_modules/conventional-changelog-writer/node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/conventional-changelog-writer/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/conventional-changelog-writer/node_modules/type-fest": { "version": "0.18.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -9304,21 +11230,24 @@ }, "node_modules/conventional-changelog-writer/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/conventional-changelog-writer/node_modules/yargs-parser": { "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/conventional-commits-filter": { "version": "2.0.7", + "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz", + "integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==", "dev": true, - "license": "MIT", "dependencies": { "lodash.ismatch": "^4.4.0", "modify-values": "^1.0.0" @@ -9329,8 +11258,9 @@ }, "node_modules/conventional-commits-parser": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", + "integrity": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==", "dev": true, - "license": "MIT", "dependencies": { "is-text-path": "^2.0.0", "JSONStream": "^1.3.5", @@ -9346,15 +11276,17 @@ }, "node_modules/convert-source-map": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true }, "node_modules/core-js-compat": { - "version": "3.37.1", + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz", + "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==", "dev": true, - "license": "MIT", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.23.3" }, "funding": { "type": "opencollective", @@ -9363,12 +11295,14 @@ }, "node_modules/core-util-is": { "version": "1.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/cosmiconfig": { "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", "dev": true, - "license": "MIT", "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -9392,8 +11326,9 @@ }, "node_modules/cosmiconfig-typescript-loader": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.0.0.tgz", + "integrity": "sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==", "dev": true, - "license": "MIT", "dependencies": { "jiti": "^1.19.1" }, @@ -9408,13 +11343,15 @@ }, "node_modules/cosmiconfig/node_modules/argparse": { "version": "2.0.1", - "dev": true, - "license": "Python-2.0" + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true }, "node_modules/cosmiconfig/node_modules/js-yaml": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, - "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -9424,8 +11361,9 @@ }, "node_modules/create-jest": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", + "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -9444,8 +11382,9 @@ }, "node_modules/create-jest/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -9458,8 +11397,9 @@ }, "node_modules/create-jest/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -9473,8 +11413,9 @@ }, "node_modules/create-jest/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -9484,18 +11425,21 @@ }, "node_modules/create-jest/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/create-require": { "version": "1.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true }, "node_modules/cross-spawn": { "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, - "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -9507,25 +11451,29 @@ }, "node_modules/crypto-js": { "version": "4.2.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "node_modules/crypto-random-string": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/cssom": { "version": "0.5.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "dev": true }, "node_modules/cssstyle": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", "dev": true, - "license": "MIT", "dependencies": { "cssom": "~0.3.6" }, @@ -9535,13 +11483,15 @@ }, "node_modules/cssstyle/node_modules/cssom": { "version": "0.3.8", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true }, "node_modules/d": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.2.tgz", + "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==", "dev": true, - "license": "ISC", "dependencies": { "es5-ext": "^0.10.64", "type": "^2.7.2" @@ -9552,8 +11502,9 @@ }, "node_modules/dargs": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz", + "integrity": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -9563,8 +11514,9 @@ }, "node_modules/data-urls": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", "dev": true, - "license": "MIT", "dependencies": { "abab": "^2.0.6", "whatwg-mimetype": "^3.0.0", @@ -9574,104 +11526,28 @@ "node": ">=12" } }, - "node_modules/data-urls/node_modules/tr46": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/data-urls/node_modules/webidl-conversions": { - "version": "7.0.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=12" - } - }, - "node_modules/data-urls/node_modules/whatwg-url": { - "version": "11.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "tr46": "^3.0.0", - "webidl-conversions": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/data-view-buffer": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.6", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/data-view-byte-length": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/data-view-byte-offset": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.6", - "es-errors": "^1.3.0", - "is-data-view": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/date-format": { "version": "4.0.14", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", + "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", "dev": true, - "license": "MIT", "engines": { "node": ">=4.0" } }, "node_modules/dateformat": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", + "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==", "dev": true, - "license": "MIT", "engines": { "node": "*" } }, "node_modules/debug": { - "version": "4.3.5", - "license": "MIT", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { "ms": "2.1.2" }, @@ -9686,8 +11562,9 @@ }, "node_modules/decamelize": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", + "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -9697,8 +11574,9 @@ }, "node_modules/decamelize-keys": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", + "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", "dev": true, - "license": "MIT", "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -9712,29 +11590,33 @@ }, "node_modules/decamelize-keys/node_modules/decamelize": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/decamelize-keys/node_modules/map-obj": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/decimal.js": { "version": "10.4.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true }, "node_modules/decompress-response": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "dev": true, - "license": "MIT", "dependencies": { "mimic-response": "^3.1.0" }, @@ -9747,8 +11629,9 @@ }, "node_modules/decompress-response/node_modules/mimic-response": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -9758,21 +11641,24 @@ }, "node_modules/deep-extend": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4.0.0" } }, "node_modules/deep-is": { "version": "0.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true }, "node_modules/deep-map": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/deep-map/-/deep-map-2.0.0.tgz", + "integrity": "sha512-guIurpeZi1wiclCEEHpJmFx7Tr4gkmSBNcUpY67maP4BJeEa1JPVf9KXURcCI/cAHsvGtqVwQKI/X39rY735Rg==", "dev": true, - "license": "MIT", "dependencies": { "lodash": "^4.17.11", "tslib": "^1.6.0" @@ -9783,20 +11669,23 @@ }, "node_modules/deep-map/node_modules/tslib": { "version": "1.14.1", - "dev": true, - "license": "0BSD" + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true }, "node_modules/deepmerge": { "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/defaults": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dependencies": { "clone": "^1.0.2" }, @@ -9806,22 +11695,25 @@ }, "node_modules/defaults/node_modules/clone": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "engines": { "node": ">=0.8" } }, "node_modules/defer-to-connect": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/define-data-property": { "version": "1.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -9836,31 +11728,17 @@ }, "node_modules/define-lazy-prop": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "engines": { "node": ">=8" } }, - "node_modules/define-properties": { - "version": "1.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/del": { "version": "6.1.1", + "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", + "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", "dev": true, - "license": "MIT", "dependencies": { "globby": "^11.0.1", "graceful-fs": "^4.2.4", @@ -9880,8 +11758,9 @@ }, "node_modules/del/node_modules/p-map": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, - "license": "MIT", "dependencies": { "aggregate-error": "^3.0.0" }, @@ -9894,36 +11773,41 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "engines": { "node": ">=0.4.0" } }, "node_modules/deprecation": { "version": "2.3.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true }, "node_modules/detect-indent": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", + "integrity": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/detect-newline": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/detect-port": { "version": "1.6.1", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.6.1.tgz", + "integrity": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==", "dev": true, - "license": "MIT", "dependencies": { "address": "^1.0.1", "debug": "4" @@ -9938,23 +11822,26 @@ }, "node_modules/diff": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, "node_modules/diff-sequences": { "version": "29.6.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/dir-glob": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, - "license": "MIT", "dependencies": { "path-type": "^4.0.0" }, @@ -9964,8 +11851,9 @@ }, "node_modules/doctrine": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, - "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -9975,8 +11863,10 @@ }, "node_modules/domexception": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "deprecated": "Use your platform's native DOMException instead", "dev": true, - "license": "MIT", "dependencies": { "webidl-conversions": "^7.0.0" }, @@ -9984,18 +11874,11 @@ "node": ">=12" } }, - "node_modules/domexception/node_modules/webidl-conversions": { - "version": "7.0.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=12" - } - }, "node_modules/dot-prop": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", "dev": true, - "license": "MIT", "dependencies": { "is-obj": "^2.0.0" }, @@ -10004,26 +11887,35 @@ } }, "node_modules/dotenv": { - "version": "16.3.2", - "license": "BSD-2-Clause", + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, "node_modules/dotenv-expand": { - "version": "10.0.0", - "license": "BSD-2-Clause", + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", + "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "dependencies": { + "dotenv": "^16.4.4" + }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" } }, "node_modules/downlevel-dts": { "version": "0.11.0", + "resolved": "https://registry.npmjs.org/downlevel-dts/-/downlevel-dts-0.11.0.tgz", + "integrity": "sha512-vo835pntK7kzYStk7xUHDifiYJvXxVhUapt85uk2AI94gUUAQX9HNRtrcMHNSc3YHJUEHGbYIGsM99uIbgAtxw==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^7.3.2", "shelljs": "^0.8.3", @@ -10035,51 +11927,22 @@ }, "node_modules/duplexer": { "version": "0.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" }, "node_modules/duplexer2": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", + "integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "readable-stream": "^2.0.2" } }, - "node_modules/duplexer2/node_modules/isarray": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/duplexer2/node_modules/readable-stream": { - "version": "2.3.8", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/duplexer2/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/duplexer2/node_modules/string_decoder": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/duplexify": { "version": "3.7.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", "dependencies": { "end-of-stream": "^1.0.0", "inherits": "^2.0.1", @@ -10087,44 +11950,18 @@ "stream-shift": "^1.0.0" } }, - "node_modules/duplexify/node_modules/isarray": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/duplexify/node_modules/readable-stream": { - "version": "2.3.8", - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/duplexify/node_modules/safe-buffer": { - "version": "5.1.2", - "license": "MIT" - }, - "node_modules/duplexify/node_modules/string_decoder": { - "version": "1.1.1", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/ecdsa-sig-formatter": { "version": "1.0.11", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", "dependencies": { "safe-buffer": "^5.0.1" } }, "node_modules/ejs": { "version": "3.1.10", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dependencies": { "jake": "^10.8.5" }, @@ -10136,14 +11973,16 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.802", - "dev": true, - "license": "ISC" + "version": "1.5.12", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.12.tgz", + "integrity": "sha512-tIhPkdlEoCL1Y+PToq3zRNehUaKp3wBX/sr7aclAWdIWjvqAe/Im/H0SiCM4c1Q8BLPHCdoJTol+ZblflydehA==", + "dev": true }, "node_modules/emittery": { "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -10153,18 +11992,21 @@ }, "node_modules/emoji-regex": { "version": "8.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "node_modules/end-of-stream": { "version": "1.4.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dependencies": { "once": "^1.4.0" } }, "node_modules/enquirer": { "version": "2.3.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", "dependencies": { "ansi-colors": "^4.1.1" }, @@ -10174,8 +12016,9 @@ }, "node_modules/entities": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -10185,8 +12028,9 @@ }, "node_modules/env-ci": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/env-ci/-/env-ci-8.0.0.tgz", + "integrity": "sha512-W+3BqGZozFua9MPeXpmTm5eYEBtGgL76jGu/pwMVp/L8PdECSCEWaIp7d4Mw7kuUrbUldK0oV0bNd6ZZjLiMiA==", "dev": true, - "license": "MIT", "dependencies": { "execa": "^6.1.0", "java-properties": "^1.0.2" @@ -10197,8 +12041,9 @@ }, "node_modules/env-ci/node_modules/execa": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", + "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.1", @@ -10219,8 +12064,9 @@ }, "node_modules/env-ci/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -10230,16 +12076,18 @@ }, "node_modules/env-ci/node_modules/human-signals": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", + "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=12.20.0" } }, "node_modules/env-ci/node_modules/npm-run-path": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, - "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -10252,8 +12100,9 @@ }, "node_modules/env-ci/node_modules/path-key": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -10263,146 +12112,53 @@ }, "node_modules/env-ci/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/env-paths": { "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/error-ex": { - "version": "1.3.2", - "dev": true, - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.23.3", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "arraybuffer.prototype.slice": "^1.0.3", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "data-view-buffer": "^1.0.1", - "data-view-byte-length": "^1.0.1", - "data-view-byte-offset": "^1.0.0", - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "es-object-atoms": "^1.0.0", - "es-set-tostringtag": "^2.0.3", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.6", - "get-intrinsic": "^1.2.4", - "get-symbol-description": "^1.0.2", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.0.3", - "has-symbols": "^1.0.3", - "hasown": "^2.0.2", - "internal-slot": "^1.0.7", - "is-array-buffer": "^3.0.4", - "is-callable": "^1.2.7", - "is-data-view": "^1.0.1", - "is-negative-zero": "^2.0.3", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.3", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.13", - "is-weakref": "^1.0.2", - "object-inspect": "^1.13.1", - "object-keys": "^1.1.1", - "object.assign": "^4.1.5", - "regexp.prototype.flags": "^1.5.2", - "safe-array-concat": "^1.1.2", - "safe-regex-test": "^1.0.3", - "string.prototype.trim": "^1.2.9", - "string.prototype.trimend": "^1.0.8", - "string.prototype.trimstart": "^1.0.8", - "typed-array-buffer": "^1.0.2", - "typed-array-byte-length": "^1.0.1", - "typed-array-byte-offset": "^1.0.2", - "typed-array-length": "^1.0.6", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.15" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-define-property": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-object-atoms": { - "version": "1.0.0", + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, - "license": "MIT", "dependencies": { - "es-errors": "^1.3.0" - }, - "engines": { - "node": ">= 0.4" + "is-arrayish": "^0.2.1" } }, - "node_modules/es-set-tostringtag": { - "version": "2.0.3", - "dev": true, - "license": "MIT", + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dependencies": { - "get-intrinsic": "^1.2.4", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.1" + "get-intrinsic": "^1.2.4" }, "engines": { "node": ">= 0.4" } }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "engines": { "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, "node_modules/es5-ext": { "version": "0.10.64", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", + "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", "dev": true, "hasInstallScript": true, - "license": "ISC", "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", @@ -10415,8 +12171,9 @@ }, "node_modules/es6-iterator": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", "dev": true, - "license": "MIT", "dependencies": { "d": "1", "es5-ext": "^0.10.35", @@ -10425,8 +12182,9 @@ }, "node_modules/es6-symbol": { "version": "3.1.4", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.4.tgz", + "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==", "dev": true, - "license": "ISC", "dependencies": { "d": "^1.0.2", "ext": "^1.7.0" @@ -10437,8 +12195,9 @@ }, "node_modules/es6-weak-map": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", + "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", "dev": true, - "license": "ISC", "dependencies": { "d": "1", "es5-ext": "^0.10.46", @@ -10448,9 +12207,10 @@ }, "node_modules/esbuild": { "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", "dev": true, "hasInstallScript": true, - "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -10485,8 +12245,9 @@ }, "node_modules/esbuild-plugin-copy": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/esbuild-plugin-copy/-/esbuild-plugin-copy-2.1.1.tgz", + "integrity": "sha512-Bk66jpevTcV8KMFzZI1P7MZKZ+uDcrZm2G2egZ2jNIvVnivDpodZI+/KnpL3Jnap0PBdIHU7HwFGB8r+vV5CVw==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.3", @@ -10499,8 +12260,9 @@ }, "node_modules/esbuild-plugin-copy/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10513,8 +12275,9 @@ }, "node_modules/esbuild-plugin-copy/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10528,8 +12291,9 @@ }, "node_modules/esbuild-plugin-copy/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -10539,13 +12303,15 @@ }, "node_modules/esbuild-plugin-copy/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/esbuild-plugin-copy/node_modules/fs-extra": { "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -10557,15 +12323,17 @@ }, "node_modules/escalade": { "version": "3.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "engines": { "node": ">=6" } }, "node_modules/escape-string-regexp": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -10575,8 +12343,9 @@ }, "node_modules/escodegen": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", "estraverse": "^5.2.0", @@ -10593,10 +12362,21 @@ "source-map": "~0.6.1" } }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/eslint": { "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", "dev": true, - "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -10649,8 +12429,9 @@ }, "node_modules/eslint-config-prettier": { "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, - "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -10659,12 +12440,13 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.1.3", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz", + "integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==", "dev": true, - "license": "MIT", "dependencies": { "prettier-linter-helpers": "^1.0.0", - "synckit": "^0.8.6" + "synckit": "^0.9.1" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -10689,8 +12471,9 @@ }, "node_modules/eslint-scope": { "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" @@ -10704,8 +12487,9 @@ }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, - "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -10715,8 +12499,9 @@ }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -10730,8 +12515,9 @@ }, "node_modules/eslint/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10744,13 +12530,15 @@ }, "node_modules/eslint/node_modules/argparse": { "version": "2.0.1", - "dev": true, - "license": "Python-2.0" + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true }, "node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -10758,8 +12546,9 @@ }, "node_modules/eslint/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10773,8 +12562,9 @@ }, "node_modules/eslint/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -10784,13 +12574,15 @@ }, "node_modules/eslint/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/eslint/node_modules/find-up": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -10802,10 +12594,23 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/eslint/node_modules/globals": { "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, - "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -10818,8 +12623,9 @@ }, "node_modules/eslint/node_modules/js-yaml": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, - "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -10829,13 +12635,15 @@ }, "node_modules/eslint/node_modules/json-schema-traverse": { "version": "0.4.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true }, "node_modules/eslint/node_modules/locate-path": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^5.0.0" }, @@ -10848,8 +12656,9 @@ }, "node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -10859,8 +12668,9 @@ }, "node_modules/eslint/node_modules/p-locate": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^3.0.2" }, @@ -10873,16 +12683,18 @@ }, "node_modules/eslint/node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/eslint/node_modules/type-fest": { "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -10892,8 +12704,9 @@ }, "node_modules/esniff": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", + "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", "dev": true, - "license": "ISC", "dependencies": { "d": "^1.0.1", "es5-ext": "^0.10.62", @@ -10906,8 +12719,9 @@ }, "node_modules/espree": { "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -10922,7 +12736,8 @@ }, "node_modules/esprima": { "version": "4.0.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -10932,9 +12747,10 @@ } }, "node_modules/esquery": { - "version": "1.5.0", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, @@ -10944,8 +12760,9 @@ }, "node_modules/esrecurse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -10955,24 +12772,27 @@ }, "node_modules/estraverse": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/esutils": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/event-emitter": { "version": "0.3.5", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", "dev": true, - "license": "MIT", "dependencies": { "d": "1", "es5-ext": "~0.10.14" @@ -10980,13 +12800,15 @@ }, "node_modules/eventemitter3": { "version": "4.0.7", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true }, "node_modules/execa": { "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^8.0.1", @@ -11007,8 +12829,9 @@ }, "node_modules/execa/node_modules/npm-run-path": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, - "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -11021,8 +12844,9 @@ }, "node_modules/execa/node_modules/path-key": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -11032,8 +12856,9 @@ }, "node_modules/executable": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", + "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, - "license": "MIT", "dependencies": { "pify": "^2.2.0" }, @@ -11041,16 +12866,10 @@ "node": ">=4" } }, - "node_modules/executable/node_modules/pify": { - "version": "2.3.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/exit": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "dev": true, "engines": { "node": ">= 0.8.0" @@ -11058,8 +12877,9 @@ }, "node_modules/expect": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", "dev": true, - "license": "MIT", "dependencies": { "@jest/expect-utils": "^29.7.0", "jest-get-type": "^29.6.3", @@ -11073,16 +12893,18 @@ }, "node_modules/ext": { "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", "dev": true, - "license": "ISC", "dependencies": { "type": "^2.7.2" } }, "node_modules/ext-list": { "version": "2.2.2", + "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz", + "integrity": "sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==", "dev": true, - "license": "MIT", "dependencies": { "mime-db": "^1.28.0" }, @@ -11092,8 +12914,9 @@ }, "node_modules/ext-name": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ext-name/-/ext-name-5.0.0.tgz", + "integrity": "sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==", "dev": true, - "license": "MIT", "dependencies": { "ext-list": "^2.0.0", "sort-keys-length": "^1.0.0" @@ -11104,18 +12927,21 @@ }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true }, "node_modules/fast-diff": { "version": "1.3.0", - "dev": true, - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", + "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", + "dev": true }, "node_modules/fast-glob": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, - "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -11127,40 +12953,38 @@ "node": ">=8" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true }, "node_modules/fast-levenshtein": { "version": "2.0.6", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/fast-uri": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", + "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", + "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.2.5", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" - }, { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, @@ -11170,23 +12994,26 @@ }, "node_modules/fastq": { "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, - "license": "ISC", "dependencies": { "reusify": "^1.0.4" } }, "node_modules/fb-watchman": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", "dev": true, - "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" } }, "node_modules/figures": { "version": "3.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -11199,15 +13026,17 @@ }, "node_modules/figures/node_modules/escape-string-regexp": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "engines": { "node": ">=0.8.0" } }, "node_modules/file-entry-cache": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, - "license": "MIT", "dependencies": { "flat-cache": "^3.0.4" }, @@ -11217,8 +13046,9 @@ }, "node_modules/file-type": { "version": "17.1.6", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-17.1.6.tgz", + "integrity": "sha512-hlDw5Ev+9e883s0pwUsuuYNu4tD7GgpUnOvykjv1Gya0ZIjuKumthDRua90VUn6/nlRKAjcxLUnHNTIUWwWIiw==", "dev": true, - "license": "MIT", "dependencies": { "readable-web-to-node-stream": "^3.0.2", "strtok3": "^7.0.0-alpha.9", @@ -11233,14 +13063,16 @@ }, "node_modules/filelist": { "version": "1.0.4", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "dependencies": { "minimatch": "^5.0.1" } }, "node_modules/filelist/node_modules/minimatch": { "version": "5.1.6", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -11250,8 +13082,9 @@ }, "node_modules/filename-reserved-regex": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-3.0.0.tgz", + "integrity": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -11261,8 +13094,9 @@ }, "node_modules/filenamify": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-5.1.1.tgz", + "integrity": "sha512-M45CbrJLGACfrPOkrTp3j2EcO9OBkKUYME0eiqOCa7i2poaklU0jhlIaMlr8ijLorT0uLAzrn3qXOp5684CkfA==", "dev": true, - "license": "MIT", "dependencies": { "filename-reserved-regex": "^3.0.0", "strip-outer": "^2.0.0", @@ -11277,8 +13111,9 @@ }, "node_modules/fill-range": { "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, - "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -11288,8 +13123,9 @@ }, "node_modules/find-up": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-7.0.0.tgz", + "integrity": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^7.2.0", "path-exists": "^5.0.0", @@ -11304,8 +13140,9 @@ }, "node_modules/find-versions": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-5.1.0.tgz", + "integrity": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==", "dev": true, - "license": "MIT", "dependencies": { "semver-regex": "^4.0.5" }, @@ -11318,15 +13155,17 @@ }, "node_modules/flat": { "version": "5.0.2", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "bin": { "flat": "cli.js" } }, "node_modules/flat-cache": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, - "license": "MIT", "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.3", @@ -11338,18 +13177,20 @@ }, "node_modules/flatted": { "version": "3.3.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true }, "node_modules/follow-redirects": { "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], - "license": "MIT", "engines": { "node": ">=4.0" }, @@ -11359,17 +13200,10 @@ } } }, - "node_modules/for-each": { - "version": "0.3.3", - "dev": true, - "license": "MIT", - "dependencies": { - "is-callable": "^1.1.3" - } - }, "node_modules/form-data": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -11381,59 +13215,31 @@ }, "node_modules/from2": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", "dev": true, - "license": "MIT", "dependencies": { "inherits": "^2.0.1", "readable-stream": "^2.0.0" } }, - "node_modules/from2/node_modules/isarray": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/from2/node_modules/readable-stream": { - "version": "2.3.8", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/from2/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/from2/node_modules/string_decoder": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/front-matter": { "version": "4.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", + "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", "dependencies": { "js-yaml": "^3.13.1" } }, "node_modules/fs-constants": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, "node_modules/fs-extra": { "version": "11.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -11445,13 +13251,15 @@ }, "node_modules/fs.realpath": { "version": "1.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, "node_modules/fsevents": { "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, - "license": "MIT", + "hasInstallScript": true, "optional": true, "os": [ "darwin" @@ -11462,54 +13270,33 @@ }, "node_modules/function-bind": { "version": "1.1.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.6", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "dev": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/gensync": { "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/get-caller-file": { "version": "2.0.5", - "license": "ISC", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-intrinsic": { "version": "1.2.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -11526,96 +13313,53 @@ }, "node_modules/get-package-type": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=8.0.0" } }, "node_modules/get-stream": { "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, - "license": "MIT", "engines": { "node": ">=16" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-symbol-description": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.5", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/git-log-parser": { - "version": "1.2.0", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.1.tgz", + "integrity": "sha512-PI+sPDvHXNPl5WNOErAK05s3j0lgwUzMN6o8cyQrDaKfT3qd7TmNJKeXX+SknI5I0QhG5fVPAEwSY4tRGDtYoQ==", "dev": true, - "license": "MIT", "dependencies": { "argv-formatter": "~1.0.0", "spawn-error-forwarder": "~1.0.0", "split2": "~1.0.0", "stream-combiner2": "~1.1.1", "through2": "~2.0.0", - "traverse": "~0.6.6" - } - }, - "node_modules/git-log-parser/node_modules/isarray": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/git-log-parser/node_modules/readable-stream": { - "version": "2.3.8", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "traverse": "0.6.8" } }, - "node_modules/git-log-parser/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, "node_modules/git-log-parser/node_modules/split2": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-1.0.0.tgz", + "integrity": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==", "dev": true, - "license": "ISC", "dependencies": { "through2": "~2.0.0" } }, - "node_modules/git-log-parser/node_modules/string_decoder": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/git-log-parser/node_modules/through2": { "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, - "license": "MIT", "dependencies": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" @@ -11623,8 +13367,9 @@ }, "node_modules/git-raw-commits": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-4.0.0.tgz", + "integrity": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==", "dev": true, - "license": "MIT", "dependencies": { "dargs": "^8.0.0", "meow": "^12.0.1", @@ -11639,8 +13384,9 @@ }, "node_modules/glob": { "version": "7.2.3", - "dev": true, - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -11657,20 +13403,21 @@ } }, "node_modules/glob-parent": { - "version": "6.0.2", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, - "license": "ISC", "dependencies": { - "is-glob": "^4.0.3" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=10.13.0" + "node": ">= 6" } }, "node_modules/glob/node_modules/brace-expansion": { "version": "1.1.11", - "dev": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -11678,8 +13425,8 @@ }, "node_modules/glob/node_modules/minimatch": { "version": "3.1.2", - "dev": true, - "license": "ISC", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -11689,8 +13436,9 @@ }, "node_modules/global-directory": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz", + "integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==", "dev": true, - "license": "MIT", "dependencies": { "ini": "4.1.1" }, @@ -11703,31 +13451,18 @@ }, "node_modules/globals": { "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, - "node_modules/globalthis": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.2.1", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/globby": { "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, - "license": "MIT", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -11745,8 +13480,9 @@ }, "node_modules/globby/node_modules/fast-glob": { "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, - "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -11758,20 +13494,10 @@ "node": ">=8.6.0" } }, - "node_modules/globby/node_modules/glob-parent": { - "version": "5.1.2", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/gopd": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -11781,8 +13507,9 @@ }, "node_modules/got": { "version": "11.8.6", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", + "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==", "dev": true, - "license": "MIT", "dependencies": { "@sindresorhus/is": "^4.0.0", "@szmarczak/http-timer": "^4.0.5", @@ -11805,17 +13532,20 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", - "license": "ISC" + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/graphemer": { "version": "1.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true }, "node_modules/handlebars": { "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "dev": true, - "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", @@ -11832,37 +13562,42 @@ "uglify-js": "^3.1.4" } }, + "node_modules/handlebars/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/hard-rejection": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", + "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/harmony-reflect": { "version": "1.6.2", - "dev": true, - "license": "(Apache-2.0 OR MPL-1.1)" - }, - "node_modules/has-bigints": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", + "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", + "dev": true }, "node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dependencies": { "es-define-property": "^1.0.0" }, @@ -11872,7 +13607,8 @@ }, "node_modules/has-proto": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "engines": { "node": ">= 0.4" }, @@ -11882,7 +13618,8 @@ }, "node_modules/has-symbols": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "engines": { "node": ">= 0.4" }, @@ -11890,34 +13627,44 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "dev": true, - "license": "MIT", + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dependencies": { - "has-symbols": "^1.0.3" + "function-bind": "^1.1.2" }, "engines": { "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/hasown": { - "version": "2.0.2", - "license": "MIT", + "node_modules/help-me": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/help-me/-/help-me-3.0.0.tgz", + "integrity": "sha512-hx73jClhyk910sidBB7ERlnhMlFsJJIBqSVMFDwPN8o2v9nmp5KgLq1Xz1Bf1fCMMZ6mPrX159iG0VLy/fPMtQ==", "dependencies": { - "function-bind": "^1.1.2" + "glob": "^7.1.6", + "readable-stream": "^3.6.0" + } + }, + "node_modules/help-me/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, "engines": { - "node": ">= 0.4" + "node": ">= 6" } }, "node_modules/hook-std": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hook-std/-/hook-std-3.0.0.tgz", + "integrity": "sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -11927,8 +13674,9 @@ }, "node_modules/hosted-git-info": { "version": "7.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz", + "integrity": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^10.0.1" }, @@ -11937,17 +13685,16 @@ } }, "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "10.2.2", - "dev": true, - "license": "ISC", - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true }, "node_modules/html-encoding-sniffer": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", "dev": true, - "license": "MIT", "dependencies": { "whatwg-encoding": "^2.0.0" }, @@ -11957,18 +13704,21 @@ }, "node_modules/html-escaper": { "version": "2.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true }, "node_modules/http-cache-semantics": { "version": "4.1.1", - "dev": true, - "license": "BSD-2-Clause" + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true }, "node_modules/http-proxy-agent": { "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", "dev": true, - "license": "MIT", "dependencies": { "agent-base": "^7.1.0", "debug": "^4.3.4" @@ -11979,8 +13729,9 @@ }, "node_modules/http2-wrapper": { "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", "dev": true, - "license": "MIT", "dependencies": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.0.0" @@ -11989,21 +13740,11 @@ "node": ">=10.19.0" } }, - "node_modules/http2-wrapper/node_modules/quick-lru": { - "version": "5.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/https-proxy-agent": { - "version": "7.0.4", + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", "dev": true, - "license": "MIT", "dependencies": { "agent-base": "^7.0.2", "debug": "4" @@ -12014,18 +13755,20 @@ }, "node_modules/human-signals": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=16.17.0" } }, "node_modules/husky": { - "version": "9.0.11", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz", + "integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==", "dev": true, - "license": "MIT", "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" @@ -12036,8 +13779,9 @@ }, "node_modules/iconv-lite": { "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, - "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, @@ -12047,8 +13791,9 @@ }, "node_modules/identity-obj-proxy": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", + "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", "dev": true, - "license": "MIT", "dependencies": { "harmony-reflect": "^1.4.6" }, @@ -12058,6 +13803,8 @@ }, "node_modules/ieee754": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "funding": [ { "type": "github", @@ -12071,20 +13818,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "BSD-3-Clause" + ] }, "node_modules/ignore": { - "version": "5.3.1", - "license": "MIT", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "engines": { "node": ">= 4" } }, "node_modules/import-fresh": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, - "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -12098,16 +13846,18 @@ }, "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/import-from": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz", + "integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12.2" }, @@ -12116,9 +13866,10 @@ } }, "node_modules/import-local": { - "version": "3.1.0", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, - "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -12135,8 +13886,9 @@ }, "node_modules/import-meta-resolve": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", + "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", "dev": true, - "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -12144,176 +13896,96 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8.19" } }, "node_modules/indent-string": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/inflight": { - "version": "1.0.6", - "dev": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "license": "ISC" - }, - "node_modules/ini": { - "version": "4.1.1", - "dev": true, - "license": "ISC", - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/internal-slot": { - "version": "1.0.7", - "dev": true, - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.0", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/interpret": { - "version": "1.4.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/into-stream": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "from2": "^2.3.0", - "p-is-promise": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "dev": true, - "license": "MIT" - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/is-boolean-object": { - "version": "1.1.2", + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz", + "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/is-callable": { - "version": "1.2.7", + "node_modules/interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", "dev": true, - "license": "MIT", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">= 0.10" } }, - "node_modules/is-core-module": { - "version": "2.13.1", + "node_modules/into-stream": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz", + "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==", "dev": true, - "license": "MIT", "dependencies": { - "hasown": "^2.0.0" + "from2": "^2.3.0", + "p-is-promise": "^3.0.0" + }, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-data-view": { - "version": "1.0.1", + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, - "license": "MIT", "dependencies": { - "is-typed-array": "^1.1.13" + "binary-extensions": "^2.0.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/is-date-object": { - "version": "1.0.5", + "node_modules/is-core-module": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", "dev": true, - "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -12324,7 +13996,8 @@ }, "node_modules/is-docker": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "bin": { "is-docker": "cli.js" }, @@ -12337,31 +14010,35 @@ }, "node_modules/is-extglob": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "engines": { "node": ">=8" } }, "node_modules/is-generator-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/is-glob": { "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, - "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, @@ -12371,107 +14048,76 @@ }, "node_modules/is-interactive": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", "engines": { "node": ">=8" } }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-number": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.12.0" } }, - "node_modules/is-number-object": { - "version": "1.0.7", - "dev": true, - "license": "MIT", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-obj": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-path-cwd": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", + "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/is-path-inside": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-plain-obj": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-plain-object": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/is-regex": { - "version": "1.1.4", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true }, "node_modules/is-retry-allowed": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz", + "integrity": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==", "engines": { "node": ">=10" }, @@ -12479,24 +14125,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-stream": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -12504,38 +14137,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-string": { - "version": "1.0.7", - "dev": true, - "license": "MIT", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-text-path": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz", + "integrity": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==", "dev": true, - "license": "MIT", "dependencies": { "text-extensions": "^2.0.0" }, @@ -12543,23 +14149,10 @@ "node": ">=8" } }, - "node_modules/is-typed-array": { - "version": "1.1.13", - "dev": true, - "license": "MIT", - "dependencies": { - "which-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-unicode-supported": { "version": "0.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "engines": { "node": ">=10" }, @@ -12567,20 +14160,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-weakref": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-wsl": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dependencies": { "is-docker": "^2.0.0" }, @@ -12589,26 +14172,29 @@ } }, "node_modules/isarray": { - "version": "2.0.5", - "dev": true, - "license": "MIT" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" }, "node_modules/isexe": { "version": "2.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true }, "node_modules/isomorphic-ws": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", + "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", "peerDependencies": { "ws": "*" } }, "node_modules/issue-parser": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/issue-parser/-/issue-parser-6.0.0.tgz", + "integrity": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==", "dev": true, - "license": "MIT", "dependencies": { "lodash.capitalize": "^4.2.1", "lodash.escaperegexp": "^4.1.2", @@ -12622,16 +14208,18 @@ }, "node_modules/istanbul-lib-coverage": { "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-instrument": { - "version": "6.0.2", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", "@babel/parser": "^7.23.9", @@ -12645,8 +14233,9 @@ }, "node_modules/istanbul-lib-report": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "make-dir": "^4.0.0", @@ -12658,8 +14247,9 @@ }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", @@ -12669,10 +14259,20 @@ "node": ">=10" } }, + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/istanbul-reports": { "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -12682,8 +14282,9 @@ } }, "node_modules/jake": { - "version": "10.9.1", - "license": "Apache-2.0", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", + "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", @@ -12699,7 +14300,8 @@ }, "node_modules/jake/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, @@ -12712,7 +14314,8 @@ }, "node_modules/jake/node_modules/brace-expansion": { "version": "1.1.11", - "license": "MIT", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -12720,7 +14323,8 @@ }, "node_modules/jake/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -12734,7 +14338,8 @@ }, "node_modules/jake/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" }, @@ -12744,11 +14349,13 @@ }, "node_modules/jake/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/jake/node_modules/minimatch": { "version": "3.1.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -12758,16 +14365,18 @@ }, "node_modules/java-properties": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/java-properties/-/java-properties-1.0.2.tgz", + "integrity": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6.0" } }, "node_modules/jest": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, - "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", @@ -12791,8 +14400,9 @@ }, "node_modules/jest-changed-files": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", "dev": true, - "license": "MIT", "dependencies": { "execa": "^5.0.0", "jest-util": "^29.7.0", @@ -12804,8 +14414,9 @@ }, "node_modules/jest-changed-files/node_modules/execa": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -12826,8 +14437,9 @@ }, "node_modules/jest-changed-files/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -12837,16 +14449,18 @@ }, "node_modules/jest-changed-files/node_modules/human-signals": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } }, "node_modules/jest-changed-files/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -12856,16 +14470,18 @@ }, "node_modules/jest-changed-files/node_modules/mimic-fn": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/jest-changed-files/node_modules/onetime": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -12878,21 +14494,24 @@ }, "node_modules/jest-changed-files/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/jest-changed-files/node_modules/strip-final-newline": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/jest-circus": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "dev": true, - "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -12921,8 +14540,9 @@ }, "node_modules/jest-circus/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -12952,8 +14572,9 @@ }, "node_modules/jest-circus/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -12967,8 +14588,9 @@ }, "node_modules/jest-circus/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -12978,8 +14600,9 @@ }, "node_modules/jest-circus/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-circus/node_modules/cosmiconfig": { "version": "7.1.0", @@ -13001,8 +14624,9 @@ }, "node_modules/jest-circus/node_modules/dedent": { "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, - "license": "MIT", "peerDependencies": { "babel-plugin-macros": "^3.1.0" }, @@ -13014,8 +14638,9 @@ }, "node_modules/jest-cli": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", + "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", "dev": true, - "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/test-result": "^29.7.0", @@ -13046,8 +14671,9 @@ }, "node_modules/jest-cli/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13060,8 +14686,9 @@ }, "node_modules/jest-cli/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13075,8 +14702,9 @@ }, "node_modules/jest-cli/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13086,13 +14714,15 @@ }, "node_modules/jest-cli/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-config": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@jest/test-sequencer": "^29.7.0", @@ -13135,8 +14765,9 @@ }, "node_modules/jest-config/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13149,8 +14780,9 @@ }, "node_modules/jest-config/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13164,8 +14796,9 @@ }, "node_modules/jest-config/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13174,13 +14807,15 @@ } }, "node_modules/jest-config/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-diff": { "version": "29.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", @@ -13193,7 +14828,8 @@ }, "node_modules/jest-diff/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, @@ -13206,7 +14842,8 @@ }, "node_modules/jest-diff/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13220,7 +14857,8 @@ }, "node_modules/jest-diff/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" }, @@ -13230,12 +14868,14 @@ }, "node_modules/jest-diff/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/jest-docblock": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "dev": true, - "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" }, @@ -13245,8 +14885,9 @@ }, "node_modules/jest-each": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -13260,8 +14901,9 @@ }, "node_modules/jest-each/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13274,8 +14916,9 @@ }, "node_modules/jest-each/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13289,8 +14932,9 @@ }, "node_modules/jest-each/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13300,13 +14944,15 @@ }, "node_modules/jest-each/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-environment-jsdom": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz", + "integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==", "dev": true, - "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -13331,8 +14977,9 @@ }, "node_modules/jest-environment-node": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "dev": true, - "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -13347,15 +14994,17 @@ }, "node_modules/jest-get-type": { "version": "29.6.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-haste-map": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/graceful-fs": "^4.1.3", @@ -13378,8 +15027,9 @@ }, "node_modules/jest-leak-detector": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "dev": true, - "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3", "pretty-format": "^29.7.0" @@ -13390,8 +15040,9 @@ }, "node_modules/jest-matcher-utils": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.0.0", "jest-diff": "^29.7.0", @@ -13404,8 +15055,9 @@ }, "node_modules/jest-matcher-utils/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13418,8 +15070,9 @@ }, "node_modules/jest-matcher-utils/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13433,8 +15086,9 @@ }, "node_modules/jest-matcher-utils/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13444,13 +15098,15 @@ }, "node_modules/jest-matcher-utils/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-message-util": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", "dev": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^29.6.3", @@ -13468,8 +15124,9 @@ }, "node_modules/jest-message-util/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13482,8 +15139,9 @@ }, "node_modules/jest-message-util/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13497,8 +15155,9 @@ }, "node_modules/jest-message-util/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13508,13 +15167,15 @@ }, "node_modules/jest-message-util/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-mock": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -13526,8 +15187,9 @@ }, "node_modules/jest-pnp-resolver": { "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" }, @@ -13542,16 +15204,18 @@ }, "node_modules/jest-regex-util": { "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", "dev": true, - "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-resolve": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", @@ -13569,8 +15233,9 @@ }, "node_modules/jest-resolve-dependencies": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", + "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", "dev": true, - "license": "MIT", "dependencies": { "jest-regex-util": "^29.6.3", "jest-snapshot": "^29.7.0" @@ -13581,8 +15246,9 @@ }, "node_modules/jest-resolve/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13595,8 +15261,9 @@ }, "node_modules/jest-resolve/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13610,8 +15277,9 @@ }, "node_modules/jest-resolve/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13621,21 +15289,24 @@ }, "node_modules/jest-resolve/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-resolve/node_modules/resolve.exports": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/jest-runner": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "dev": true, - "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/environment": "^29.7.0", @@ -13665,8 +15336,9 @@ }, "node_modules/jest-runner/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13679,8 +15351,9 @@ }, "node_modules/jest-runner/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13694,8 +15367,9 @@ }, "node_modules/jest-runner/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13705,13 +15379,24 @@ }, "node_modules/jest-runner/node_modules/color-name": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-runner/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, - "license": "MIT" + "engines": { + "node": ">=0.10.0" + } }, "node_modules/jest-runner/node_modules/source-map-support": { "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", "dev": true, - "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -13719,8 +15404,9 @@ }, "node_modules/jest-runtime": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "dev": true, - "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -13751,8 +15437,9 @@ }, "node_modules/jest-runtime/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13765,8 +15452,9 @@ }, "node_modules/jest-runtime/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13780,8 +15468,9 @@ }, "node_modules/jest-runtime/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13791,13 +15480,15 @@ }, "node_modules/jest-runtime/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-snapshot": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", @@ -13826,8 +15517,9 @@ }, "node_modules/jest-snapshot/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13840,8 +15532,9 @@ }, "node_modules/jest-snapshot/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13855,8 +15548,9 @@ }, "node_modules/jest-snapshot/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13866,13 +15560,15 @@ }, "node_modules/jest-snapshot/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-util": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -13887,8 +15583,9 @@ }, "node_modules/jest-util/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13901,8 +15598,9 @@ }, "node_modules/jest-util/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13916,8 +15614,9 @@ }, "node_modules/jest-util/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13927,13 +15626,15 @@ }, "node_modules/jest-util/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-validate": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "camelcase": "^6.2.0", @@ -13948,8 +15649,9 @@ }, "node_modules/jest-validate/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -13962,8 +15664,9 @@ }, "node_modules/jest-validate/node_modules/camelcase": { "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -13973,8 +15676,9 @@ }, "node_modules/jest-validate/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13988,8 +15692,9 @@ }, "node_modules/jest-validate/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -13999,13 +15704,15 @@ }, "node_modules/jest-validate/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-watcher": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "dev": true, - "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", @@ -14022,8 +15729,9 @@ }, "node_modules/jest-watcher/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14036,8 +15744,9 @@ }, "node_modules/jest-watcher/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14051,8 +15760,9 @@ }, "node_modules/jest-watcher/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14062,13 +15772,15 @@ }, "node_modules/jest-watcher/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jest-worker": { "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*", "jest-util": "^29.7.0", @@ -14081,8 +15793,9 @@ }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -14095,22 +15808,25 @@ }, "node_modules/jiti": { "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", "dev": true, - "license": "MIT", "bin": { "jiti": "bin/jiti.js" } }, "node_modules/jose": { - "version": "5.6.3", - "license": "MIT", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.7.0.tgz", + "integrity": "sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==", "funding": { "url": "https://github.com/sponsors/panva" } }, "node_modules/js-sdsl": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", + "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", "funding": { "type": "opencollective", "url": "https://opencollective.com/js-sdsl" @@ -14118,12 +15834,14 @@ }, "node_modules/js-tokens": { "version": "4.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true }, "node_modules/js-yaml": { "version": "3.14.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -14134,8 +15852,9 @@ }, "node_modules/jsdom": { "version": "20.0.3", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", "dev": true, - "license": "MIT", "dependencies": { "abab": "^2.0.6", "acorn": "^8.8.1", @@ -14178,8 +15897,9 @@ }, "node_modules/jsdom/node_modules/agent-base": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, - "license": "MIT", "dependencies": { "debug": "4" }, @@ -14189,8 +15909,9 @@ }, "node_modules/jsdom/node_modules/http-proxy-agent": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, - "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -14202,8 +15923,9 @@ }, "node_modules/jsdom/node_modules/https-proxy-agent": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dev": true, - "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" @@ -14212,41 +15934,11 @@ "node": ">= 6" } }, - "node_modules/jsdom/node_modules/tr46": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/jsdom/node_modules/webidl-conversions": { - "version": "7.0.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=12" - } - }, - "node_modules/jsdom/node_modules/whatwg-url": { - "version": "11.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "tr46": "^3.0.0", - "webidl-conversions": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/jsesc": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, - "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -14255,18 +15947,19 @@ } }, "node_modules/jsii": { - "version": "5.4.21", + "version": "5.4.33", + "resolved": "https://registry.npmjs.org/jsii/-/jsii-5.4.33.tgz", + "integrity": "sha512-X4VSniNWGn/r6DyWn+yvhgSBk/gETVNICI2WiF+GJlJUWz1545NfxrbE7rkhWUcZ0edRvJ/SRrgiaSa56+cFvQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@jsii/check-node": "1.99.0", - "@jsii/spec": "^1.99.0", + "@jsii/check-node": "1.102.0", + "@jsii/spec": "^1.102.0", "case": "^1.6.3", "chalk": "^4", "downlevel-dts": "^0.11.0", "fast-deep-equal": "^3.1.3", "log4js": "^6.9.1", - "semver": "^7.6.2", + "semver": "^7.6.3", "semver-intersect": "^1.5.0", "sort-json": "^2.0.1", "spdx-license-list": "^6.9.0", @@ -14281,104 +15974,50 @@ } }, "node_modules/jsii-pacmak": { - "version": "1.101.0", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.102.0.tgz", + "integrity": "sha512-3/nqBYNH8n/5IWI0sBFBYl1yATokEDUDQtYFLjzk7oXNWpUJ23/encI78Cs55ZS6UXcfWN3xczGLqCWnsgEpnw==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@jsii/check-node": "1.101.0", - "@jsii/spec": "^1.101.0", + "@jsii/check-node": "1.102.0", + "@jsii/spec": "^1.102.0", "clone": "^2.1.2", - "codemaker": "^1.101.0", - "commonmark": "^0.31.0", + "codemaker": "^1.102.0", + "commonmark": "^0.31.1", "escape-string-regexp": "^4.0.0", "fs-extra": "^10.1.0", - "jsii-reflect": "^1.101.0", - "semver": "^7.6.0", + "jsii-reflect": "^1.102.0", + "semver": "^7.6.3", "spdx-license-list": "^6.9.0", "xmlbuilder": "^15.1.1", "yargs": "^16.2.0" }, - "bin": { - "jsii-pacmak": "bin/jsii-pacmak" - }, - "engines": { - "node": ">= 14.17.0" - }, - "peerDependencies": { - "jsii-rosetta": "^1.101.0 || ~5.2.0 || ~5.3.0 || ~5.4.0" - } - }, - "node_modules/jsii-pacmak/node_modules/@jsii/check-node": { - "version": "1.101.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "chalk": "^4.1.2", - "semver": "^7.6.0" - }, - "engines": { - "node": ">= 14.17.0" - } - }, - "node_modules/jsii-pacmak/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jsii-pacmak/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "bin": { + "jsii-pacmak": "bin/jsii-pacmak" + }, "engines": { - "node": ">=10" + "node": ">= 14.17.0" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependencies": { + "jsii-rosetta": "^1.102.0 || ~5.2.0 || ~5.3.0 || ~5.4.0" } }, "node_modules/jsii-pacmak/node_modules/cliui": { "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, - "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" } }, - "node_modules/jsii-pacmak/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jsii-pacmak/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/jsii-pacmak/node_modules/fs-extra": { "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -14390,8 +16029,9 @@ }, "node_modules/jsii-pacmak/node_modules/yargs": { "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, - "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -14407,22 +16047,24 @@ }, "node_modules/jsii-pacmak/node_modules/yargs-parser": { "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/jsii-reflect": { - "version": "1.101.0", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.102.0.tgz", + "integrity": "sha512-Lf2l8z3HSRSyouFGpDddfheP2LznKvFDKVlUWEzO+jDnQFOJOYTv4x617Yy5JIeIa9D8f70drRelOqove6hZtQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@jsii/check-node": "1.101.0", - "@jsii/spec": "^1.101.0", + "@jsii/check-node": "1.102.0", + "@jsii/spec": "^1.102.0", "chalk": "^4", "fs-extra": "^10.1.0", - "oo-ascii-tree": "^1.101.0", + "oo-ascii-tree": "^1.102.0", "yargs": "^16.2.0" }, "bin": { @@ -14432,22 +16074,11 @@ "node": ">= 14.17.0" } }, - "node_modules/jsii-reflect/node_modules/@jsii/check-node": { - "version": "1.101.0", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "chalk": "^4.1.2", - "semver": "^7.6.0" - }, - "engines": { - "node": ">= 14.17.0" - } - }, "node_modules/jsii-reflect/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14460,8 +16091,9 @@ }, "node_modules/jsii-reflect/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14475,8 +16107,9 @@ }, "node_modules/jsii-reflect/node_modules/cliui": { "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, - "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -14485,8 +16118,9 @@ }, "node_modules/jsii-reflect/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14496,13 +16130,15 @@ }, "node_modules/jsii-reflect/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/jsii-reflect/node_modules/fs-extra": { "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -14514,8 +16150,9 @@ }, "node_modules/jsii-reflect/node_modules/yargs": { "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, - "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -14531,20 +16168,22 @@ }, "node_modules/jsii-reflect/node_modules/yargs-parser": { "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/jsii-release": { - "version": "0.2.846", + "version": "0.2.875", + "resolved": "https://registry.npmjs.org/jsii-release/-/jsii-release-0.2.875.tgz", + "integrity": "sha512-Phgr+OD/aEQ2ZPCrT3ozN+4IAUi2z/fzquWE+hpDLLKZFOtrD37jH/N1MbU4O4rfirvQBWLV/4nBwgb10oSEnA==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@aws-sdk/client-codeartifact": "^3.596.0", - "@aws-sdk/credential-providers": "^3.596.0", - "@aws-sdk/types": "^3.577.0", + "@aws-sdk/client-codeartifact": "^3.632.0", + "@aws-sdk/credential-providers": "^3.632.0", + "@aws-sdk/types": "^3.609.0", "@types/fs-extra": "^8.0.0", "fs-extra": "^8.0.0", "glob": "10.0.0", @@ -14572,8 +16211,9 @@ }, "node_modules/jsii-release/node_modules/fs-extra": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -14585,8 +16225,9 @@ }, "node_modules/jsii-release/node_modules/glob": { "version": "10.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.0.0.tgz", + "integrity": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==", "dev": true, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "minimatch": "^9.0.0", @@ -14602,24 +16243,125 @@ }, "node_modules/jsii-release/node_modules/jsonfile": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, - "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/jsii-release/node_modules/universalify": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, + "node_modules/jsii-rosetta": { + "version": "5.4.31", + "resolved": "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-5.4.31.tgz", + "integrity": "sha512-k3NIqwgs6f8kjb7xmQvblqv3y0yEM6IHhsDRBGF+1N7jpjgKJ2pxC/fVsCz8sUsmHr30JIzW1w+dNXHqzlLnLg==", + "dev": true, + "peer": true, + "dependencies": { + "@jsii/check-node": "1.102.0", + "@jsii/spec": "^1.102.0", + "@xmldom/xmldom": "^0.8.10", + "chalk": "^4", + "commonmark": "^0.31.1", + "fast-glob": "^3.3.2", + "jsii": "~5.4.0", + "semver": "^7.6.3", + "semver-intersect": "^1.5.0", + "stream-json": "^1.8.0", + "typescript": "~5.4", + "workerpool": "^6.5.1", + "yargs": "^17.7.2" + }, + "bin": { + "jsii-rosetta": "bin/jsii-rosetta" + }, + "engines": { + "node": ">= 18.12.0" + } + }, + "node_modules/jsii-rosetta/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "peer": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jsii-rosetta/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "peer": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jsii-rosetta/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jsii-rosetta/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "peer": true + }, + "node_modules/jsii-rosetta/node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "peer": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, "node_modules/jsii/node_modules/ansi-styles": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -14632,8 +16374,9 @@ }, "node_modules/jsii/node_modules/chalk": { "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -14647,8 +16390,9 @@ }, "node_modules/jsii/node_modules/color-convert": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -14658,42 +16402,50 @@ }, "node_modules/jsii/node_modules/color-name": { "version": "1.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true }, "node_modules/json-buffer": { "version": "3.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true }, "node_modules/json-parse-better-errors": { "version": "1.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true }, "node_modules/json-schema-traverse": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true }, "node_modules/json-stringify-safe": { "version": "5.0.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true }, "node_modules/json5": { "version": "2.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" }, @@ -14703,8 +16455,9 @@ }, "node_modules/jsonc-eslint-parser": { "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", + "integrity": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==", "dev": true, - "license": "MIT", "dependencies": { "acorn": "^8.5.0", "eslint-visitor-keys": "^3.0.0", @@ -14720,11 +16473,13 @@ }, "node_modules/jsonc-parser": { "version": "3.2.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" }, "node_modules/jsonfile": { "version": "6.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dependencies": { "universalify": "^2.0.0" }, @@ -14734,16 +16489,18 @@ }, "node_modules/jsonparse": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, "engines": [ "node >= 0.2.0" - ], - "license": "MIT" + ] }, "node_modules/JSONStream": { "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, - "license": "(MIT OR Apache-2.0)", "dependencies": { "jsonparse": "^1.2.0", "through": ">=2.2.7 <3" @@ -14757,7 +16514,8 @@ }, "node_modules/jsonwebtoken": { "version": "9.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", "dependencies": { "jws": "^3.2.2", "lodash.includes": "^4.3.0", @@ -14777,7 +16535,8 @@ }, "node_modules/jwa": { "version": "1.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", "dependencies": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", @@ -14786,7 +16545,8 @@ }, "node_modules/jws": { "version": "3.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", "dependencies": { "jwa": "^1.4.1", "safe-buffer": "^5.0.1" @@ -14794,40 +16554,45 @@ }, "node_modules/keyv": { "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, - "license": "MIT", "dependencies": { "json-buffer": "3.0.1" } }, "node_modules/kind-of": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/kleur": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/leven": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/levn": { "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, - "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -14838,15 +16603,17 @@ }, "node_modules/lines-and-columns": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", + "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/load-json-file": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "parse-json": "^4.0.0", @@ -14859,8 +16626,9 @@ }, "node_modules/load-json-file/node_modules/parse-json": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, - "license": "MIT", "dependencies": { "error-ex": "^1.3.1", "json-parse-better-errors": "^1.0.1" @@ -14869,18 +16637,29 @@ "node": ">=4" } }, + "node_modules/load-json-file/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/load-json-file/node_modules/strip-bom": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/locate-path": { "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^6.0.0" }, @@ -14893,115 +16672,139 @@ }, "node_modules/lodash": { "version": "4.17.21", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, "node_modules/lodash-es": { "version": "4.17.21", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "dev": true }, "node_modules/lodash.camelcase": { "version": "4.3.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true }, "node_modules/lodash.capitalize": { "version": "4.2.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz", + "integrity": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==", + "dev": true }, "node_modules/lodash.debounce": { "version": "4.0.8", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true }, "node_modules/lodash.escaperegexp": { "version": "4.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", + "integrity": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==", + "dev": true }, "node_modules/lodash.includes": { "version": "4.3.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" }, "node_modules/lodash.isboolean": { "version": "3.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" }, "node_modules/lodash.isinteger": { "version": "4.0.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" }, "node_modules/lodash.ismatch": { "version": "4.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", + "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", + "dev": true }, "node_modules/lodash.isnumber": { "version": "3.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" }, "node_modules/lodash.isplainobject": { "version": "4.0.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" }, "node_modules/lodash.isstring": { "version": "4.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" }, "node_modules/lodash.kebabcase": { "version": "4.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true }, "node_modules/lodash.memoize": { "version": "4.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true }, "node_modules/lodash.merge": { "version": "4.6.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true }, "node_modules/lodash.mergewith": { "version": "4.6.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "dev": true }, "node_modules/lodash.once": { "version": "4.1.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" }, "node_modules/lodash.snakecase": { "version": "4.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", + "dev": true }, "node_modules/lodash.startcase": { "version": "4.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", + "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", + "dev": true }, "node_modules/lodash.uniq": { "version": "4.5.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true }, "node_modules/lodash.uniqby": { "version": "4.7.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", + "dev": true }, "node_modules/lodash.upperfirst": { "version": "4.3.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "dev": true }, "node_modules/log-symbols": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -15015,7 +16818,8 @@ }, "node_modules/log-symbols/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, @@ -15028,7 +16832,8 @@ }, "node_modules/log-symbols/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15042,7 +16847,8 @@ }, "node_modules/log-symbols/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" }, @@ -15052,12 +16858,14 @@ }, "node_modules/log-symbols/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/log4js": { "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", "dev": true, - "license": "Apache-2.0", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -15071,24 +16879,27 @@ }, "node_modules/lowercase-keys": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/lru-cache": { "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^3.0.2" } }, "node_modules/make-dir": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^7.5.3" }, @@ -15101,21 +16912,24 @@ }, "node_modules/make-error": { "version": "1.3.6", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true }, "node_modules/makeerror": { "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" } }, "node_modules/map-obj": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", + "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -15125,8 +16939,9 @@ }, "node_modules/marked": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", "dev": true, - "license": "MIT", "bin": { "marked": "bin/marked.js" }, @@ -15136,8 +16951,9 @@ }, "node_modules/marked-terminal": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-5.2.0.tgz", + "integrity": "sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-escapes": "^6.2.0", "cardinal": "^2.1.1", @@ -15155,8 +16971,9 @@ }, "node_modules/marked-terminal/node_modules/ansi-escapes": { "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz", + "integrity": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.16" }, @@ -15166,13 +16983,15 @@ }, "node_modules/mdurl": { "version": "1.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", + "dev": true }, "node_modules/meow": { "version": "12.1.1", + "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz", + "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==", "dev": true, - "license": "MIT", "engines": { "node": ">=16.10" }, @@ -15182,21 +17001,24 @@ }, "node_modules/merge-stream": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true }, "node_modules/merge2": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/micromatch": { "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dev": true, - "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -15207,8 +17029,9 @@ }, "node_modules/mime": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", "dev": true, - "license": "MIT", "bin": { "mime": "cli.js" }, @@ -15217,15 +17040,18 @@ } }, "node_modules/mime-db": { - "version": "1.52.0", - "license": "MIT", + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz", + "integrity": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { "version": "2.1.35", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dependencies": { "mime-db": "1.52.0" }, @@ -15233,10 +17059,19 @@ "node": ">= 0.6" } }, + "node_modules/mime-types/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/mimic-fn": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -15246,23 +17081,26 @@ }, "node_modules/mimic-response": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/min-indent": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/minimatch": { "version": "9.0.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -15275,15 +17113,17 @@ }, "node_modules/minimist": { "version": "1.2.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/minimist-options": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", + "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, - "license": "MIT", "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -15295,23 +17135,26 @@ }, "node_modules/minipass": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, - "license": "ISC", "engines": { "node": ">=8" } }, "node_modules/modify-values": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", + "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/mqtt": { "version": "4.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-4.3.8.tgz", + "integrity": "sha512-2xT75uYa0kiPEF/PE0VPdavmEkoBzMT/UL9moid0rAvlCtV48qBwxD62m7Ld/4j8tSkIO1E/iqRl/S72SEOhOw==", "dependencies": { "commist": "^1.0.0", "concat-stream": "^2.0.0", @@ -15342,7 +17185,8 @@ }, "node_modules/mqtt-packet": { "version": "6.10.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.10.0.tgz", + "integrity": "sha512-ja8+mFKIHdB1Tpl6vac+sktqy3gA8t9Mduom1BA75cI+R9AHnZOiaBQwpGiWnaVJLDGRdNhQmFaAqd7tkKSMGA==", "dependencies": { "bl": "^4.0.2", "debug": "^4.1.1", @@ -15351,7 +17195,8 @@ }, "node_modules/mqtt/node_modules/duplexify": { "version": "4.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz", + "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==", "dependencies": { "end-of-stream": "^1.4.1", "inherits": "^2.0.3", @@ -15361,7 +17206,8 @@ }, "node_modules/mqtt/node_modules/lru-cache": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" }, @@ -15369,16 +17215,31 @@ "node": ">=10" } }, + "node_modules/mqtt/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/mqtt/node_modules/split2": { "version": "3.2.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", + "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", "dependencies": { "readable-stream": "^3.0.0" } }, "node_modules/mqtt/node_modules/ws": { "version": "7.5.10", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "engines": { "node": ">=8.3.0" }, @@ -15397,37 +17258,44 @@ }, "node_modules/mqtt/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/ms": { "version": "2.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/natural-compare": { "version": "1.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true }, "node_modules/neo-async": { "version": "2.6.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true }, "node_modules/nerf-dart": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz", + "integrity": "sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==", + "dev": true }, "node_modules/next-tick": { "version": "1.1.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true }, "node_modules/nice-napi": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", + "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "optional": true, "os": [ "!win32" @@ -15439,22 +17307,25 @@ }, "node_modules/node-addon-api": { "version": "3.2.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", + "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", "dev": true, - "license": "MIT", "optional": true }, "node_modules/node-emoji": { "version": "1.11.0", + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", + "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", "dev": true, - "license": "MIT", "dependencies": { "lodash": "^4.17.21" } }, "node_modules/node-fetch": { "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, - "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -15470,10 +17341,33 @@ } } }, + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/node-gyp-build": { "version": "4.8.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.1.tgz", + "integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==", "dev": true, - "license": "MIT", "optional": true, "bin": { "node-gyp-build": "bin.js", @@ -15483,22 +17377,26 @@ }, "node_modules/node-int64": { "version": "0.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true }, "node_modules/node-machine-id": { "version": "1.1.12", - "license": "MIT" + "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz", + "integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" }, "node_modules/node-releases": { - "version": "2.0.14", - "dev": true, - "license": "MIT" + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true }, "node_modules/normalize-package-data": { "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -15508,29 +17406,33 @@ }, "node_modules/normalize-package-data/node_modules/hosted-git-info": { "version": "2.8.9", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true }, "node_modules/normalize-package-data/node_modules/semver": { "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver" } }, "node_modules/normalize-path": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/normalize-url": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -15540,6 +17442,8 @@ }, "node_modules/npm": { "version": "8.19.4", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.19.4.tgz", + "integrity": "sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -15616,7 +17520,6 @@ "write-file-atomic" ], "dev": true, - "license": "Artistic-2.0", "workspaces": [ "docs", "smoke-tests", @@ -15707,8 +17610,9 @@ }, "node_modules/npm-package-arg": { "version": "11.0.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", + "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", "dev": true, - "license": "ISC", "dependencies": { "hosted-git-info": "^7.0.0", "proc-log": "^3.0.0", @@ -15721,7 +17625,8 @@ }, "node_modules/npm-run-path": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dependencies": { "path-key": "^3.0.0" }, @@ -18134,7 +20039,8 @@ }, "node_modules/number-allocator": { "version": "1.0.14", - "license": "MIT", + "resolved": "https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.14.tgz", + "integrity": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==", "dependencies": { "debug": "^4.3.1", "js-sdsl": "4.3.0" @@ -18142,216 +20048,85 @@ }, "node_modules/nwsapi": { "version": "2.2.12", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz", + "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==", + "dev": true }, "node_modules/nx": { - "version": "19.3.0", + "version": "19.6.1", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.1.tgz", + "integrity": "sha512-F7NH8/lMwd2ogPjvjMDGUJMaRuEc60DEmpd8U/3R7WgFRHWuF5ily1AKQiLfQg6V5ArQUrkBJesulTAnlHR7+g==", "hasInstallScript": true, - "license": "MIT", "dependencies": { - "@nrwl/tao": "19.3.0", + "@napi-rs/wasm-runtime": "0.2.4", + "@nrwl/tao": "19.6.1", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", - "axios": "^1.6.0", + "axios": "^1.7.4", "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", "cliui": "^8.0.1", - "dotenv": "~16.3.1", - "dotenv-expand": "~10.0.0", + "dotenv": "~16.4.5", + "dotenv-expand": "~11.0.6", "enquirer": "~2.3.6", "figures": "3.2.0", - "flat": "^5.0.2", - "front-matter": "^4.0.2", - "fs-extra": "^11.1.0", - "ignore": "^5.0.4", - "jest-diff": "^29.4.1", - "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", - "minimatch": "9.0.3", - "node-machine-id": "1.1.12", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "ora": "5.3.0", - "semver": "^7.5.3", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0", - "yargs": "^17.6.2", - "yargs-parser": "21.1.1" - }, - "bin": { - "nx": "bin/nx.js", - "nx-cloud": "bin/nx-cloud.js" - }, - "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.3.0", - "@nx/nx-darwin-x64": "19.3.0", - "@nx/nx-freebsd-x64": "19.3.0", - "@nx/nx-linux-arm-gnueabihf": "19.3.0", - "@nx/nx-linux-arm64-gnu": "19.3.0", - "@nx/nx-linux-arm64-musl": "19.3.0", - "@nx/nx-linux-x64-gnu": "19.3.0", - "@nx/nx-linux-x64-musl": "19.3.0", - "@nx/nx-win32-arm64-msvc": "19.3.0", - "@nx/nx-win32-x64-msvc": "19.3.0" - }, - "peerDependencies": { - "@swc-node/register": "^1.8.0", - "@swc/core": "^1.3.85" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/nx/node_modules/@nx/nx-darwin-x64": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.3.0.tgz", - "integrity": "sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-freebsd-x64": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.3.0.tgz", - "integrity": "sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.3.0.tgz", - "integrity": "sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.3.0.tgz", - "integrity": "sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.3.0.tgz", - "integrity": "sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.3.0.tgz", - "integrity": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-x64-musl": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.3.0.tgz", - "integrity": "sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.3.0.tgz", - "integrity": "sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.3.0.tgz", - "integrity": "sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" + "flat": "^5.0.2", + "front-matter": "^4.0.2", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "9.0.3", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "ora": "5.3.0", + "semver": "^7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "19.6.1", + "@nx/nx-darwin-x64": "19.6.1", + "@nx/nx-freebsd-x64": "19.6.1", + "@nx/nx-linux-arm-gnueabihf": "19.6.1", + "@nx/nx-linux-arm64-gnu": "19.6.1", + "@nx/nx-linux-arm64-musl": "19.6.1", + "@nx/nx-linux-x64-gnu": "19.6.1", + "@nx/nx-linux-x64-musl": "19.6.1", + "@nx/nx-win32-arm64-msvc": "19.6.1", + "@nx/nx-win32-x64-msvc": "19.6.1" + }, + "peerDependencies": { + "@swc-node/register": "^1.8.0", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } } }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, @@ -18364,7 +20139,8 @@ }, "node_modules/nx/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -18378,7 +20154,8 @@ }, "node_modules/nx/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" }, @@ -18388,33 +20165,13 @@ }, "node_modules/nx/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/object-inspect": { - "version": "1.13.1", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.5", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" - }, + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", "engines": { "node": ">= 0.4" }, @@ -18424,15 +20181,17 @@ }, "node_modules/once": { "version": "1.4.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dependencies": { "wrappy": "1" } }, "node_modules/onetime": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", "dev": true, - "license": "MIT", "dependencies": { "mimic-fn": "^4.0.0" }, @@ -18444,16 +20203,18 @@ } }, "node_modules/oo-ascii-tree": { - "version": "1.101.0", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.102.0.tgz", + "integrity": "sha512-SNcZNfqtov0Af+6hx+qnliUhTOIxPUfboX/zQnc2EdmGHLXKQ3eSPQ40NopCgv4canzl5EvKGlCJaMCvk2viCQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">= 14.17.0" } }, "node_modules/open": { "version": "8.4.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -18468,8 +20229,9 @@ }, "node_modules/optionator": { "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, - "license": "MIT", "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -18484,7 +20246,8 @@ }, "node_modules/ora": { "version": "5.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", "dependencies": { "bl": "^4.0.3", "chalk": "^4.1.0", @@ -18504,7 +20267,8 @@ }, "node_modules/ora/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, @@ -18517,7 +20281,8 @@ }, "node_modules/ora/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -18531,7 +20296,8 @@ }, "node_modules/ora/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" }, @@ -18541,12 +20307,14 @@ }, "node_modules/ora/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/os-filter-obj": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/os-filter-obj/-/os-filter-obj-2.0.0.tgz", + "integrity": "sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==", "dev": true, - "license": "MIT", "dependencies": { "arch": "^2.1.0" }, @@ -18556,16 +20324,18 @@ }, "node_modules/p-cancelable": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/p-each-series": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-3.0.0.tgz", + "integrity": "sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -18575,8 +20345,9 @@ }, "node_modules/p-filter": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-2.1.0.tgz", + "integrity": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==", "dev": true, - "license": "MIT", "dependencies": { "p-map": "^2.0.0" }, @@ -18586,24 +20357,27 @@ }, "node_modules/p-finally": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/p-is-promise": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", + "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/p-limit": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, - "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, @@ -18616,8 +20390,9 @@ }, "node_modules/p-locate": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^4.0.0" }, @@ -18630,8 +20405,9 @@ }, "node_modules/p-locate/node_modules/p-limit": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", "dev": true, - "license": "MIT", "dependencies": { "yocto-queue": "^1.0.0" }, @@ -18643,9 +20419,10 @@ } }, "node_modules/p-locate/node_modules/yocto-queue": { - "version": "1.0.0", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", + "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", "dev": true, - "license": "MIT", "engines": { "node": ">=12.20" }, @@ -18655,16 +20432,18 @@ }, "node_modules/p-map": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/p-queue": { "version": "6.6.2", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz", + "integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==", "dev": true, - "license": "MIT", "dependencies": { "eventemitter3": "^4.0.4", "p-timeout": "^3.2.0" @@ -18678,16 +20457,18 @@ }, "node_modules/p-reduce": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz", + "integrity": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/p-timeout": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", "dev": true, - "license": "MIT", "dependencies": { "p-finally": "^1.0.0" }, @@ -18697,16 +20478,18 @@ }, "node_modules/p-try": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/parent-module": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, - "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -18716,8 +20499,9 @@ }, "node_modules/parse-json": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -18733,13 +20517,15 @@ }, "node_modules/parse-json/node_modules/lines-and-columns": { "version": "1.2.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true }, "node_modules/parse5": { "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", "dev": true, - "license": "MIT", "dependencies": { "entities": "^4.4.0" }, @@ -18749,8 +20535,9 @@ }, "node_modules/parse5/node_modules/entities": { "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -18760,36 +20547,40 @@ }, "node_modules/path-exists": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, "node_modules/path-is-absolute": { "version": "1.0.1", - "dev": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "engines": { "node": ">=0.10.0" } }, "node_modules/path-key": { "version": "3.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "engines": { "node": ">=8" } }, "node_modules/path-parse": { "version": "1.0.7", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true }, "node_modules/path-scurry": { "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, - "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -18802,25 +20593,25 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.2", - "dev": true, - "license": "ISC", - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true }, "node_modules/path-type": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/peek-readable": { "version": "5.1.4", + "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-5.1.4.tgz", + "integrity": "sha512-E7mY2VmKqw9jYuXrSWGHFuPCW2SLQenzXLF3amGaY6lXXg4/b3gj5HVM7h8ZjCO/nZS9ICs0Cz285+32FvNd/A==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.16" }, @@ -18831,13 +20622,15 @@ }, "node_modules/picocolors": { "version": "1.0.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "dev": true }, "node_modules/picomatch": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, - "license": "MIT", "engines": { "node": ">=8.6" }, @@ -18846,33 +20639,37 @@ } }, "node_modules/pify": { - "version": "3.0.0", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, - "license": "MIT", "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, "node_modules/pirates": { "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "devOptional": true, - "license": "MIT", "engines": { "node": ">= 6" } }, "node_modules/piscina": { "version": "4.6.1", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.6.1.tgz", + "integrity": "sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==", "dev": true, - "license": "MIT", "optionalDependencies": { "nice-napi": "^1.0.2" } }, "node_modules/pkg-conf": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", + "integrity": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^2.0.0", "load-json-file": "^4.0.0" @@ -18883,8 +20680,9 @@ }, "node_modules/pkg-conf/node_modules/find-up": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^2.0.0" }, @@ -18894,8 +20692,9 @@ }, "node_modules/pkg-conf/node_modules/locate-path": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^2.0.0", "path-exists": "^3.0.0" @@ -18906,8 +20705,9 @@ }, "node_modules/pkg-conf/node_modules/p-limit": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^1.0.0" }, @@ -18917,8 +20717,9 @@ }, "node_modules/pkg-conf/node_modules/p-locate": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^1.1.0" }, @@ -18928,24 +20729,27 @@ }, "node_modules/pkg-conf/node_modules/p-try": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/pkg-conf/node_modules/path-exists": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/pkg-dir": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -18955,8 +20759,9 @@ }, "node_modules/pkg-dir/node_modules/find-up": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -18967,8 +20772,9 @@ }, "node_modules/pkg-dir/node_modules/locate-path": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -18978,8 +20784,9 @@ }, "node_modules/pkg-dir/node_modules/p-limit": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -18992,8 +20799,9 @@ }, "node_modules/pkg-dir/node_modules/p-locate": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -19003,32 +20811,27 @@ }, "node_modules/pkg-dir/node_modules/path-exists": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/possible-typed-array-names": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, "node_modules/prelude-ls": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.8.0" } }, "node_modules/prettier": { - "version": "3.3.2", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, @@ -19041,8 +20844,9 @@ }, "node_modules/prettier-linter-helpers": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, - "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, @@ -19052,7 +20856,8 @@ }, "node_modules/pretty-format": { "version": "29.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", @@ -19064,27 +20869,31 @@ }, "node_modules/proc-log": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", + "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", "dev": true, - "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/process": { "version": "0.11.10", - "license": "MIT", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "engines": { "node": ">= 0.6.0" } }, "node_modules/process-nextick-args": { "version": "2.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, "node_modules/prompts": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", "dev": true, - "license": "MIT", "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" @@ -19095,26 +20904,31 @@ }, "node_modules/proto-list": { "version": "1.2.4", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "dev": true }, "node_modules/proxy-from-env": { "version": "1.1.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" }, "node_modules/pseudomap": { "version": "1.0.2", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true }, "node_modules/psl": { "version": "1.9.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true }, "node_modules/pump": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -19122,14 +20936,17 @@ }, "node_modules/punycode": { "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/pure-rand": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", + "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", "dev": true, "funding": [ { @@ -19140,21 +20957,23 @@ "type": "opencollective", "url": "https://opencollective.com/fast-check" } - ], - "license": "MIT" + ] }, "node_modules/q": { "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" } }, "node_modules/qs": { - "version": "6.12.1", - "license": "BSD-3-Clause", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dependencies": { "side-channel": "^1.0.6" }, @@ -19167,11 +20986,14 @@ }, "node_modules/querystringify": { "version": "2.2.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true }, "node_modules/queue-microtask": { "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true, "funding": [ { @@ -19186,21 +21008,25 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/quick-lru": { - "version": "4.0.1", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", "dev": true, - "license": "MIT", "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/rc": { "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "dev": true, - "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", @@ -19213,25 +21039,29 @@ }, "node_modules/rc/node_modules/ini": { "version": "1.3.8", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true }, "node_modules/rc/node_modules/strip-json-comments": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-is": { "version": "18.3.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" }, "node_modules/read-pkg": { "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, - "license": "MIT", "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -19244,8 +21074,9 @@ }, "node_modules/read-pkg-up": { "version": "9.1.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-9.1.0.tgz", + "integrity": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^6.3.0", "read-pkg": "^7.1.0", @@ -19260,8 +21091,9 @@ }, "node_modules/read-pkg-up/node_modules/find-up": { "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^7.1.0", "path-exists": "^5.0.0" @@ -19275,8 +21107,9 @@ }, "node_modules/read-pkg-up/node_modules/hosted-git-info": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", + "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -19286,8 +21119,9 @@ }, "node_modules/read-pkg-up/node_modules/lru-cache": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -19297,8 +21131,9 @@ }, "node_modules/read-pkg-up/node_modules/normalize-package-data": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", + "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -19311,8 +21146,9 @@ }, "node_modules/read-pkg-up/node_modules/read-pkg": { "version": "7.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz", + "integrity": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==", "dev": true, - "license": "MIT", "dependencies": { "@types/normalize-package-data": "^2.4.1", "normalize-package-data": "^3.0.2", @@ -19328,8 +21164,9 @@ }, "node_modules/read-pkg-up/node_modules/type-fest": { "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=12.20" }, @@ -19339,33 +21176,43 @@ }, "node_modules/read-pkg-up/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/read-pkg/node_modules/type-fest": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=8" } }, "node_modules/readable-stream": { - "version": "3.6.2", - "license": "MIT", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, + "node_modules/readable-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, "node_modules/readable-web-to-node-stream": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz", + "integrity": "sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==", "dev": true, - "license": "MIT", "dependencies": { "readable-stream": "^3.6.0" }, @@ -19377,10 +21224,25 @@ "url": "https://github.com/sponsors/Borewit" } }, + "node_modules/readable-web-to-node-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/readdirp": { "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, - "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, @@ -19390,6 +21252,8 @@ }, "node_modules/rechoir": { "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", "dev": true, "dependencies": { "resolve": "^1.1.6" @@ -19400,8 +21264,9 @@ }, "node_modules/redent": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, - "license": "MIT", "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -19412,21 +21277,24 @@ }, "node_modules/redeyed": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz", + "integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==", "dev": true, - "license": "MIT", "dependencies": { "esprima": "~4.0.0" } }, "node_modules/regenerate": { "version": "1.4.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true }, "node_modules/regenerate-unicode-properties": { "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, - "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -19436,38 +21304,24 @@ }, "node_modules/regenerator-runtime": { "version": "0.14.1", - "dev": true, - "license": "MIT" - }, - "node_modules/regenerator-transform": { - "version": "0.15.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.6", - "define-properties": "^1.2.1", - "es-errors": "^1.3.0", - "set-function-name": "^2.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" } }, "node_modules/regexpu-core": { "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", @@ -19482,8 +21336,9 @@ }, "node_modules/registry-auth-token": { "version": "5.0.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz", + "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==", "dev": true, - "license": "MIT", "dependencies": { "@pnpm/npm-conf": "^2.1.0" }, @@ -19493,8 +21348,9 @@ }, "node_modules/regjsparser": { "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "jsesc": "~0.5.0" }, @@ -19504,6 +21360,8 @@ }, "node_modules/regjsparser/node_modules/jsesc": { "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", "dev": true, "bin": { "jsesc": "bin/jsesc" @@ -19511,37 +21369,43 @@ }, "node_modules/reinterval": { "version": "1.1.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/reinterval/-/reinterval-1.1.0.tgz", + "integrity": "sha512-QIRet3SYrGp0HUHO88jVskiG6seqUGC5iAG7AwI/BV4ypGcuqk9Du6YQBUOUqm9c8pw1eyLoIaONifRua1lsEQ==" }, "node_modules/remeda": { "version": "0.0.32", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/remeda/-/remeda-0.0.32.tgz", + "integrity": "sha512-FEdl8ONpqY7AvvMHG5WYdomc0mGf2khHPUDu6QvNkOq4Wjkw5BvzWM4QyksAQ/US1sFIIRG8TVBn6iJx6HbRrA==", + "dev": true }, "node_modules/require-directory": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "engines": { "node": ">=0.10.0" } }, "node_modules/require-from-string": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/requires-port": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true }, "node_modules/resolve": { "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, - "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -19556,13 +21420,15 @@ }, "node_modules/resolve-alpn": { "version": "1.2.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", + "dev": true }, "node_modules/resolve-cwd": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, - "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -19572,24 +21438,27 @@ }, "node_modules/resolve-from": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/resolve.exports": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", + "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/responselike": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", + "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", "dev": true, - "license": "MIT", "dependencies": { "lowercase-keys": "^2.0.0" }, @@ -19599,7 +21468,8 @@ }, "node_modules/restore-cursor": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -19610,14 +21480,16 @@ }, "node_modules/restore-cursor/node_modules/mimic-fn": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "engines": { "node": ">=6" } }, "node_modules/restore-cursor/node_modules/onetime": { "version": "5.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -19630,12 +21502,14 @@ }, "node_modules/restore-cursor/node_modules/signal-exit": { "version": "3.0.7", - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/reusify": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, - "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -19643,12 +21517,15 @@ }, "node_modules/rfdc": { "version": "1.4.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" }, "node_modules/rimraf": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -19661,6 +21538,8 @@ }, "node_modules/run-parallel": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, "funding": [ { @@ -19676,30 +21555,14 @@ "url": "https://feross.org/support" } ], - "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } }, - "node_modules/safe-array-concat": { - "version": "1.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "get-intrinsic": "^1.2.4", - "has-symbols": "^1.0.3", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/safe-buffer": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", @@ -19713,34 +21576,19 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" - }, - "node_modules/safe-regex-test": { - "version": "1.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.6", - "es-errors": "^1.3.0", - "is-regex": "^1.1.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + ] }, "node_modules/safer-buffer": { "version": "2.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true }, "node_modules/saxes": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", "dev": true, - "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" }, @@ -19750,8 +21598,9 @@ }, "node_modules/semantic-release": { "version": "20.1.0", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-20.1.0.tgz", + "integrity": "sha512-+9+n6RIr0Fz0F53cXrjpawxWlUg3O7/qr1jF9lrE+/v6WqwBrSWnavVHTPaf2WLerET2EngoqI0M4pahkKl6XQ==", "dev": true, - "license": "MIT", "dependencies": { "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/error": "^3.0.0", @@ -19791,16 +21640,18 @@ }, "node_modules/semantic-release-plugin-decorators": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/semantic-release-plugin-decorators/-/semantic-release-plugin-decorators-3.0.1.tgz", + "integrity": "sha512-f5Qjvv/AJYByvkaj11a+05gQwfPwgQKo5OIhj8YVM2Dhf2rOPEOLD83jGrTdM7Nuf//sZYw77/cGUSVygUG9Kg==", "dev": true, - "license": "MIT", "peerDependencies": { "semantic-release": ">=11" } }, "node_modules/semantic-release/node_modules/aggregate-error": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-4.0.1.tgz", + "integrity": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==", "dev": true, - "license": "MIT", "dependencies": { "clean-stack": "^4.0.0", "indent-string": "^5.0.0" @@ -19814,13 +21665,15 @@ }, "node_modules/semantic-release/node_modules/argparse": { "version": "2.0.1", - "dev": true, - "license": "Python-2.0" + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true }, "node_modules/semantic-release/node_modules/clean-stack": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-4.2.0.tgz", + "integrity": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "5.0.0" }, @@ -19833,8 +21686,9 @@ }, "node_modules/semantic-release/node_modules/cosmiconfig": { "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, - "license": "MIT", "dependencies": { "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", @@ -19858,8 +21712,9 @@ }, "node_modules/semantic-release/node_modules/escape-string-regexp": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -19869,8 +21724,9 @@ }, "node_modules/semantic-release/node_modules/execa": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-6.1.0.tgz", + "integrity": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.1", @@ -19891,8 +21747,9 @@ }, "node_modules/semantic-release/node_modules/figures": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", + "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0", "is-unicode-supported": "^1.2.0" @@ -19906,8 +21763,9 @@ }, "node_modules/semantic-release/node_modules/get-stream": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -19917,8 +21775,9 @@ }, "node_modules/semantic-release/node_modules/hosted-git-info": { "version": "6.1.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", + "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^7.5.1" }, @@ -19928,16 +21787,18 @@ }, "node_modules/semantic-release/node_modules/human-signals": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz", + "integrity": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=12.20.0" } }, "node_modules/semantic-release/node_modules/indent-string": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -19947,8 +21808,9 @@ }, "node_modules/semantic-release/node_modules/is-unicode-supported": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", + "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -19958,8 +21820,9 @@ }, "node_modules/semantic-release/node_modules/js-yaml": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, - "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -19969,16 +21832,18 @@ }, "node_modules/semantic-release/node_modules/lru-cache": { "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, - "license": "ISC", "engines": { "node": ">=12" } }, "node_modules/semantic-release/node_modules/npm-run-path": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, - "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -19991,8 +21856,9 @@ }, "node_modules/semantic-release/node_modules/p-reduce": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-3.0.0.tgz", + "integrity": "sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -20002,8 +21868,9 @@ }, "node_modules/semantic-release/node_modules/path-key": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -20013,12 +21880,14 @@ }, "node_modules/semantic-release/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/semver": { - "version": "7.6.2", - "license": "ISC", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "bin": { "semver": "bin/semver.js" }, @@ -20028,8 +21897,9 @@ }, "node_modules/semver-diff": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", + "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^7.3.5" }, @@ -20042,24 +21912,27 @@ }, "node_modules/semver-intersect": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.5.0.tgz", + "integrity": "sha512-BDjWX7yCC0haX4W/zrnV2JaMpVirwaEkGOBmgRQtH++F1N3xl9v7k9H44xfTqwl+yLNNSbMKosoVSTIiJVQ2Pw==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^6.3.0" } }, "node_modules/semver-intersect/node_modules/semver": { "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/semver-regex": { "version": "4.0.5", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz", + "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -20069,8 +21942,9 @@ }, "node_modules/semver-truncate": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-3.0.0.tgz", + "integrity": "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^7.3.5" }, @@ -20083,7 +21957,8 @@ }, "node_modules/set-function-length": { "version": "1.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -20096,24 +21971,11 @@ "node": ">= 0.4" } }, - "node_modules/set-function-name": { - "version": "2.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/shebang-command": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, - "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -20123,16 +21985,18 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/shelljs": { "version": "0.8.5", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", + "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", @@ -20147,12 +22011,14 @@ }, "node_modules/shlex": { "version": "2.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/shlex/-/shlex-2.1.2.tgz", + "integrity": "sha512-Nz6gtibMVgYeMEhUjp2KuwAgqaJA1K155dU/HuDaEJUGgnmYfVtVZah+uerVWdH8UGnyahhDCgABbYTbs254+w==", + "dev": true }, "node_modules/side-channel": { "version": "1.0.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -20168,8 +22034,9 @@ }, "node_modules/signal-exit": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, - "license": "ISC", "engines": { "node": ">=14" }, @@ -20179,8 +22046,9 @@ }, "node_modules/signale": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/signale/-/signale-1.4.0.tgz", + "integrity": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^2.3.2", "figures": "^2.0.0", @@ -20192,8 +22060,9 @@ }, "node_modules/signale/node_modules/ansi-styles": { "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -20203,8 +22072,9 @@ }, "node_modules/signale/node_modules/chalk": { "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -20216,16 +22086,18 @@ }, "node_modules/signale/node_modules/escape-string-regexp": { "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/signale/node_modules/figures": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -20235,16 +22107,18 @@ }, "node_modules/signale/node_modules/has-flag": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/signale/node_modules/supports-color": { "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -20254,21 +22128,24 @@ }, "node_modules/sisteransi": { "version": "1.0.5", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true }, "node_modules/slash": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/sort-json": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/sort-json/-/sort-json-2.0.1.tgz", + "integrity": "sha512-s8cs2bcsQCzo/P2T/uoU6Js4dS/jnX8+4xunziNoq9qmSpZNCrRIAIvp4avsz0ST18HycV4z/7myJ7jsHWB2XQ==", "dev": true, - "license": "MIT", "dependencies": { "detect-indent": "^5.0.0", "detect-newline": "^2.1.0", @@ -20280,16 +22157,18 @@ }, "node_modules/sort-json/node_modules/detect-newline": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz", + "integrity": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/sort-keys": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", + "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==", "dev": true, - "license": "MIT", "dependencies": { "is-plain-obj": "^1.0.0" }, @@ -20299,8 +22178,9 @@ }, "node_modules/sort-keys-length": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sort-keys-length/-/sort-keys-length-1.0.1.tgz", + "integrity": "sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==", "dev": true, - "license": "MIT", "dependencies": { "sort-keys": "^1.0.0" }, @@ -20309,31 +22189,44 @@ } }, "node_modules/source-map": { - "version": "0.6.1", - "devOptional": true, - "license": "BSD-3-Clause", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, "node_modules/source-map-support": { "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", "dev": true, - "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/spawn-error-forwarder": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/spawn-error-forwarder/-/spawn-error-forwarder-1.0.0.tgz", + "integrity": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==", + "dev": true }, "node_modules/spdx-correct": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", "dev": true, - "license": "Apache-2.0", "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -20341,13 +22234,15 @@ }, "node_modules/spdx-exceptions": { "version": "2.5.0", - "dev": true, - "license": "CC-BY-3.0" + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true }, "node_modules/spdx-expression-parse": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, - "license": "MIT", "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -20355,13 +22250,15 @@ }, "node_modules/spdx-license-ids": { "version": "3.0.18", - "dev": true, - "license": "CC0-1.0" + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz", + "integrity": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==", + "dev": true }, "node_modules/spdx-license-list": { "version": "6.9.0", + "resolved": "https://registry.npmjs.org/spdx-license-list/-/spdx-license-list-6.9.0.tgz", + "integrity": "sha512-L2jl5vc2j6jxWcNCvcVj/BW9A8yGIG02Dw+IUw0ZxDM70f7Ylf5Hq39appV1BI9yxyWQRpq2TQ1qaXvf+yjkqA==", "dev": true, - "license": "CC0-1.0", "engines": { "node": ">=8" }, @@ -20371,8 +22268,9 @@ }, "node_modules/split": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", + "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "dev": true, - "license": "MIT", "dependencies": { "through": "2" }, @@ -20382,20 +22280,23 @@ }, "node_modules/split2": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", "dev": true, - "license": "ISC", "engines": { "node": ">= 10.x" } }, "node_modules/sprintf-js": { "version": "1.0.3", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, "node_modules/stack-utils": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^2.0.0" }, @@ -20405,61 +22306,50 @@ }, "node_modules/stack-utils/node_modules/escape-string-regexp": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/stream-chain": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.5.tgz", + "integrity": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==", + "dev": true, + "peer": true + }, "node_modules/stream-combiner2": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "integrity": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==", "dev": true, - "license": "MIT", "dependencies": { "duplexer2": "~0.1.0", "readable-stream": "^2.0.2" } }, - "node_modules/stream-combiner2/node_modules/isarray": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/stream-combiner2/node_modules/readable-stream": { - "version": "2.3.8", - "dev": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/stream-combiner2/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, - "node_modules/stream-combiner2/node_modules/string_decoder": { - "version": "1.1.1", + "node_modules/stream-json": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.8.0.tgz", + "integrity": "sha512-HZfXngYHUAr1exT4fxlbc1IOce1RYxp2ldeaf97LYCOPSoOqY/1Psp7iGvpb+6JIOgkra9zDYnPX01hGAHzEPw==", "dev": true, - "license": "MIT", + "peer": true, "dependencies": { - "safe-buffer": "~5.1.0" + "stream-chain": "^2.2.5" } }, "node_modules/stream-shift": { "version": "1.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz", + "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" }, "node_modules/streamroller": { "version": "3.1.5", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", + "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", "dev": true, - "license": "MIT", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -20471,8 +22361,9 @@ }, "node_modules/streamroller/node_modules/fs-extra": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -20484,31 +22375,40 @@ }, "node_modules/streamroller/node_modules/jsonfile": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, - "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/streamroller/node_modules/universalify": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/string_decoder": { - "version": "1.3.0", - "license": "MIT", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dependencies": { - "safe-buffer": "~5.2.0" + "safe-buffer": "~5.1.0" } }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, "node_modules/string-length": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "dev": true, - "license": "MIT", "dependencies": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0" @@ -20519,7 +22419,8 @@ }, "node_modules/string-width": { "version": "4.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -20529,64 +22430,10 @@ "node": ">=8" } }, - "node_modules/string.prototype.repeat": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.5" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.9", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.0", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.8", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.8", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-object-atoms": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/strip-ansi": { "version": "6.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -20596,24 +22443,27 @@ }, "node_modules/strip-bom": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/strip-eof": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/strip-final-newline": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -20623,8 +22473,9 @@ }, "node_modules/strip-indent": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, - "license": "MIT", "dependencies": { "min-indent": "^1.0.0" }, @@ -20634,8 +22485,9 @@ }, "node_modules/strip-json-comments": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -20645,8 +22497,9 @@ }, "node_modules/strip-outer": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-2.0.0.tgz", + "integrity": "sha512-A21Xsm1XzUkK0qK1ZrytDUvqsQWict2Cykhvi0fBQntGG5JSprESasEyV1EZ/4CiR5WB5KjzLTrP/bO37B0wPg==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -20656,11 +22509,13 @@ }, "node_modules/strnum": { "version": "1.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" }, "node_modules/strong-log-transformer": { "version": "2.1.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz", + "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", "dependencies": { "duplexer": "^0.1.1", "minimist": "^1.2.0", @@ -20675,8 +22530,9 @@ }, "node_modules/strtok3": { "version": "7.1.1", + "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-7.1.1.tgz", + "integrity": "sha512-mKX8HA/cdBqMKUr0MMZAFssCkIGoZeSCMXgnt79yKxNFguMLVFgRe6wB+fsL0NmoHDbeyZXczy7vEPSoo3rkzg==", "dev": true, - "license": "MIT", "dependencies": { "@tokenizer/token": "^0.3.0", "peek-readable": "^5.1.3" @@ -20691,7 +22547,8 @@ }, "node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { "has-flag": "^4.0.0" }, @@ -20701,8 +22558,9 @@ }, "node_modules/supports-hyperlinks": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" @@ -20713,8 +22571,9 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -20723,14 +22582,16 @@ } }, "node_modules/symbol-tree": { - "version": "3.2.4", - "dev": true, - "license": "MIT" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true }, "node_modules/synckit": { - "version": "0.8.8", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", + "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", "dev": true, - "license": "MIT", "dependencies": { "@pkgr/core": "^0.1.0", "tslib": "^2.6.2" @@ -20744,7 +22605,8 @@ }, "node_modules/tar-stream": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "dependencies": { "bl": "^4.0.3", "end-of-stream": "^1.4.1", @@ -20756,18 +22618,33 @@ "node": ">=6" } }, + "node_modules/tar-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/temp-dir": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/tempy": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-1.0.1.tgz", + "integrity": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==", "dev": true, - "license": "MIT", "dependencies": { "del": "^6.0.0", "is-stream": "^2.0.0", @@ -20784,8 +22661,9 @@ }, "node_modules/tempy/node_modules/is-stream": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -20795,8 +22673,9 @@ }, "node_modules/tempy/node_modules/type-fest": { "version": "0.16.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -20806,8 +22685,9 @@ }, "node_modules/test-exclude": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", "dev": true, - "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", @@ -20819,8 +22699,9 @@ }, "node_modules/test-exclude/node_modules/brace-expansion": { "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, - "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -20828,8 +22709,9 @@ }, "node_modules/test-exclude/node_modules/minimatch": { "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -20839,8 +22721,9 @@ }, "node_modules/text-extensions": { "version": "2.4.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz", + "integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -20850,45 +22733,66 @@ }, "node_modules/text-table": { "version": "0.2.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true }, "node_modules/through": { "version": "2.3.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" }, "node_modules/through2": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz", + "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==", "dev": true, - "license": "MIT", "dependencies": { "readable-stream": "3" } }, + "node_modules/through2/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/tmp": { "version": "0.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "engines": { "node": ">=14.14" } }, "node_modules/tmpl": { "version": "1.0.5", - "dev": true, - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true }, "node_modules/to-fast-properties": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/to-regex-range": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, - "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -20898,8 +22802,9 @@ }, "node_modules/token-types": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/token-types/-/token-types-5.0.1.tgz", + "integrity": "sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==", "dev": true, - "license": "MIT", "dependencies": { "@tokenizer/token": "^0.3.0", "ieee754": "^1.2.1" @@ -20914,8 +22819,9 @@ }, "node_modules/tough-cookie": { "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -20928,26 +22834,30 @@ }, "node_modules/tough-cookie/node_modules/universalify": { "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/tr46": { - "version": "0.0.3", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", "dev": true, - "license": "MIT" + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } }, "node_modules/traverse": { - "version": "0.6.9", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.8.tgz", + "integrity": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==", "dev": true, - "license": "MIT", - "dependencies": { - "gopd": "^1.0.1", - "typedarray.prototype.slice": "^1.0.3", - "which-typed-array": "^1.1.15" - }, "engines": { "node": ">= 0.4" }, @@ -20957,16 +22867,18 @@ }, "node_modules/trim-newlines": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", + "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/trim-repeated": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-2.0.0.tgz", + "integrity": "sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0" }, @@ -20976,8 +22888,9 @@ }, "node_modules/trim-repeated/node_modules/escape-string-regexp": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -20987,8 +22900,9 @@ }, "node_modules/ts-api-utils": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=16" }, @@ -20997,11 +22911,13 @@ } }, "node_modules/ts-jest": { - "version": "29.1.4", + "version": "29.2.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.4.tgz", + "integrity": "sha512-3d6tgDyhCI29HlpwIq87sNuI+3Q6GLTTCeYRHCs7vDz+/3GCMwEtV9jezLyl4ZtnBgx00I7hm8PCP8cTksMGrw==", "dev": true, - "license": "MIT", "dependencies": { "bs-logger": "0.x", + "ejs": "^3.1.10", "fast-json-stable-stringify": "2.x", "jest-util": "^29.0.0", "json5": "^2.2.3", @@ -21044,8 +22960,9 @@ }, "node_modules/ts-node": { "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, - "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -21086,7 +23003,8 @@ }, "node_modules/tsconfig-paths": { "version": "4.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", + "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", @@ -21098,24 +23016,28 @@ }, "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "engines": { "node": ">=4" } }, "node_modules/tslib": { "version": "2.6.3", - "license": "0BSD" + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "node_modules/type": { "version": "2.7.3", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", + "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==", + "dev": true }, "node_modules/type-check": { "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, - "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1" }, @@ -21125,16 +23047,18 @@ }, "node_modules/type-detect": { "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/type-fest": { "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -21142,102 +23066,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/typed-array-buffer": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/typed-array-byte-length": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.6", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13", - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/typedarray": { "version": "0.0.6", - "license": "MIT" - }, - "node_modules/typedarray.prototype.slice": { - "version": "1.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.23.0", - "es-errors": "^1.3.0", - "typed-array-buffer": "^1.0.2", - "typed-array-byte-offset": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "node_modules/typescript": { "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "devOptional": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -21247,9 +23085,10 @@ } }, "node_modules/uglify-js": { - "version": "3.18.0", + "version": "3.19.2", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.2.tgz", + "integrity": "sha512-S8KA6DDI47nQXJSi2ctQ629YzwOVs+bQML6DAtvy0wgNdpi+0ySpQK0g2pxBq2xfF2z3YCscu7NNA8nXT9PlIQ==", "dev": true, - "license": "BSD-2-Clause", "optional": true, "bin": { "uglifyjs": "bin/uglifyjs" @@ -21258,36 +23097,25 @@ "node": ">=0.8.0" } }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/undici-types": { "version": "5.26.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, - "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -21298,24 +23126,27 @@ }, "node_modules/unicode-match-property-value-ecmascript": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/unicorn-magic": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, @@ -21325,8 +23156,9 @@ }, "node_modules/unique-string": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", "dev": true, - "license": "MIT", "dependencies": { "crypto-random-string": "^2.0.0" }, @@ -21336,18 +23168,22 @@ }, "node_modules/universal-user-agent": { "version": "6.0.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", + "dev": true }, "node_modules/universalify": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "engines": { "node": ">= 10.0.0" } }, "node_modules/update-browserslist-db": { - "version": "1.0.16", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", "dev": true, "funding": [ { @@ -21363,7 +23199,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "escalade": "^3.1.2", "picocolors": "^1.0.1" @@ -21377,29 +23212,36 @@ }, "node_modules/uri-js": { "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } }, "node_modules/url": { - "version": "0.11.3", - "license": "MIT", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", + "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", "dependencies": { "punycode": "^1.4.1", - "qs": "^6.11.2" + "qs": "^6.12.3" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/url-join": { "version": "4.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true }, "node_modules/url-parse": { "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", "dev": true, - "license": "MIT", "dependencies": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" @@ -21407,32 +23249,37 @@ }, "node_modules/url/node_modules/punycode": { "version": "1.4.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" }, "node_modules/util-deprecate": { "version": "1.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true }, "node_modules/v8-to-istanbul": { - "version": "9.2.0", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", + "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", "dev": true, - "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", @@ -21444,8 +23291,9 @@ }, "node_modules/validate-npm-package-license": { "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, - "license": "Apache-2.0", "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -21453,16 +23301,18 @@ }, "node_modules/validate-npm-package-name": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz", + "integrity": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==", "dev": true, - "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/w3c-xmlserializer": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", + "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", "dev": true, - "license": "MIT", "dependencies": { "xml-name-validator": "^4.0.0" }, @@ -21472,28 +23322,35 @@ }, "node_modules/walker": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" } }, "node_modules/wcwidth": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", "dependencies": { "defaults": "^1.0.3" } }, "node_modules/webidl-conversions": { - "version": "3.0.1", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "dev": true, - "license": "BSD-2-Clause" + "engines": { + "node": ">=12" + } }, "node_modules/whatwg-encoding": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", "dev": true, - "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" }, @@ -21503,25 +23360,31 @@ }, "node_modules/whatwg-mimetype": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" } }, "node_modules/whatwg-url": { - "version": "5.0.0", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", "dev": true, - "license": "MIT", "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/which": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, - "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -21532,55 +23395,32 @@ "node": ">= 8" } }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.15", - "dev": true, - "license": "MIT", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/word-wrap": { "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/wordwrap": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", + "dev": true + }, + "node_modules/workerpool": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz", + "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==", "dev": true, - "license": "MIT" + "peer": true }, "node_modules/wrap-ansi": { "version": "7.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -21595,7 +23435,8 @@ }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, @@ -21608,7 +23449,8 @@ }, "node_modules/wrap-ansi/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" }, @@ -21618,16 +23460,19 @@ }, "node_modules/wrap-ansi/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/wrappy": { "version": "1.0.2", - "license": "ISC" + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/write-file-atomic": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "dev": true, - "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" @@ -21638,12 +23483,14 @@ }, "node_modules/write-file-atomic/node_modules/signal-exit": { "version": "3.0.7", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true }, "node_modules/ws": { - "version": "8.17.1", - "license": "MIT", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "engines": { "node": ">=10.0.0" }, @@ -21662,55 +23509,63 @@ }, "node_modules/xml-name-validator": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=12" } }, "node_modules/xmlbuilder": { "version": "15.1.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz", + "integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8.0" } }, "node_modules/xmlchars": { "version": "2.2.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true }, "node_modules/xtend": { "version": "4.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "engines": { "node": ">=0.4" } }, "node_modules/y18n": { "version": "5.0.8", - "license": "ISC", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "engines": { "node": ">=10" } }, "node_modules/yallist": { "version": "3.1.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, "node_modules/yaml": { "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, - "license": "ISC", "engines": { "node": ">= 6" } }, "node_modules/yargs": { "version": "17.7.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -21726,23 +23581,26 @@ }, "node_modules/yargs-parser": { "version": "21.1.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "engines": { "node": ">=12" } }, "node_modules/yn": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yocto-queue": { "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -21752,14 +23610,15 @@ }, "node_modules/zod": { "version": "3.23.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz", + "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==", "funding": { "url": "https://github.com/sponsors/colinhacks" } }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.18.0", + "version": "1.19.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -21979,7 +23838,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.10.0", + "version": "1.11.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", From b43716355e41d4d67095d82be7f21313a6f20e85 Mon Sep 17 00:00:00 2001 From: maratsh <533533+maratsh@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:41:12 +0200 Subject: [PATCH 55/77] fix: release non js packages by default (#203) --- nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nx.json b/nx.json index cf293f20..7fda0306 100644 --- a/nx.json +++ b/nx.json @@ -10,6 +10,7 @@ "extends": "nx/presets/npm.json", "$schema": "./node_modules/nx/schemas/nx-schema.json", "release": { + "projects": ["*"], "projectsRelationship": "independent", "version": { "conventionalCommits": true From a77856f1aedefa9d988d1f3ac94c8ff65b88b497 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:43:19 +0200 Subject: [PATCH 56/77] feat: update client all (#202) Co-authored-by: Marat Shakirov Co-authored-by: maratsh <533533+maratsh@users.noreply.github.com> --- .../.openapi-generator/FILES | 5 ---- .../dart/iota_client/.openapi-generator/FILES | 4 --- .../.openapi-generator/FILES | 6 +--- .../credential_issuance_client/project.json | 30 +++++++++++++++++++ .../.openapi-generator/FILES | 1 + .../project.json | 30 +++++++++++++++++++ .../iam_client/.openapi-generator/FILES | 1 + clients/python/iam_client/project.json | 2 +- clients/python/iam_client/pyproject.toml | 2 +- .../iota_client/.openapi-generator/FILES | 5 +--- clients/python/iota_client/project.json | 30 +++++++++++++++++++ .../.openapi-generator/FILES | 1 + .../login_configuration_client/project.json | 30 +++++++++++++++++++ .../wallets_client/.openapi-generator/FILES | 1 + clients/python/wallets_client/project.json | 30 +++++++++++++++++++ .../credential-issuance-client/common.ts | 2 +- .../credential-issuance-client/package.json | 2 +- .../credential-verification-client/common.ts | 2 +- .../package.json | 2 +- clients/typescript/iam-client/common.ts | 2 +- clients/typescript/iam-client/package.json | 2 +- clients/typescript/iota-client/common.ts | 2 +- clients/typescript/iota-client/package.json | 2 +- .../login-configuration-client/common.ts | 2 +- .../login-configuration-client/package.json | 2 +- clients/typescript/wallets-client/common.ts | 2 +- .../typescript/wallets-client/package.json | 2 +- package-lock.json | 23 ++++++++++---- 28 files changed, 187 insertions(+), 38 deletions(-) create mode 100644 clients/python/credential_issuance_client/project.json create mode 100644 clients/python/credential_verification_client/project.json create mode 100644 clients/python/iota_client/project.json create mode 100644 clients/python/login_configuration_client/project.json create mode 100644 clients/python/wallets_client/project.json diff --git a/clients/dart/credential_issuance_client/.openapi-generator/FILES b/clients/dart/credential_issuance_client/.openapi-generator/FILES index 6f225f06..6b389a60 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/FILES +++ b/clients/dart/credential_issuance_client/.openapi-generator/FILES @@ -130,8 +130,3 @@ lib/model/vc_claimed_error.dart lib/model/well_known_open_id_credential_issuer_response.dart lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart pubspec.yaml -test/credential_supported_object_test.dart -test/supported_credential_metadata_display_inner_logo_test.dart -test/supported_credential_metadata_display_inner_test.dart -test/supported_credential_metadata_test.dart -test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart diff --git a/clients/dart/iota_client/.openapi-generator/FILES b/clients/dart/iota_client/.openapi-generator/FILES index 67bab101..b4d25797 100644 --- a/clients/dart/iota_client/.openapi-generator/FILES +++ b/clients/dart/iota_client/.openapi-generator/FILES @@ -88,7 +88,3 @@ lib/model/update_configuration_by_id_ok.dart lib/model/update_pex_query_input.dart lib/model/vp_token_validation_error.dart pubspec.yaml -test/aws_exchange_credentials_project_token_ok_credentials_test.dart -test/aws_exchange_credentials_project_token_ok_test.dart -test/aws_exchange_credentials_project_token_test.dart -test/cors_aws_exchange_credentials_project_token_ok_test.dart diff --git a/clients/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index 7301e551..a6d4209d 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -129,15 +129,11 @@ docs/VcClaimedError.md docs/WellKnownApi.md docs/WellKnownOpenIdCredentialIssuerResponse.md docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md +project.json pyproject.toml requirements.txt setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_credential_supported_object.py -test/test_supported_credential_metadata.py -test/test_supported_credential_metadata_display_inner.py -test/test_supported_credential_metadata_display_inner_logo.py -test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py tox.ini diff --git a/clients/python/credential_issuance_client/project.json b/clients/python/credential_issuance_client/project.json new file mode 100644 index 00000000..561e4330 --- /dev/null +++ b/clients/python/credential_issuance_client/project.json @@ -0,0 +1,30 @@ +{ + "name": "@affinidi-tdk/credential-issuance-client-python", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "{projectRoot}", + "projectType": "library", + "private": false, + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry build" + } + }, + "set-version": { + "executor": "@affinidi-tdk/nx-tdk-tools:set-version", + "options": { + "packageName": "credential_issuance_client" + } + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry publish" + } + }, + "tags": [] + } +} diff --git a/clients/python/credential_verification_client/.openapi-generator/FILES b/clients/python/credential_verification_client/.openapi-generator/FILES index b46cd172..3959d969 100644 --- a/clients/python/credential_verification_client/.openapi-generator/FILES +++ b/clients/python/credential_verification_client/.openapi-generator/FILES @@ -97,6 +97,7 @@ docs/W3cPresentation.md docs/W3cPresentationContext.md docs/W3cPresentationContextOneOfInner.md docs/W3cProof.md +project.json pyproject.toml requirements.txt setup.cfg diff --git a/clients/python/credential_verification_client/project.json b/clients/python/credential_verification_client/project.json new file mode 100644 index 00000000..9f42e57b --- /dev/null +++ b/clients/python/credential_verification_client/project.json @@ -0,0 +1,30 @@ +{ + "name": "@affinidi-tdk/credential-verification-client-python", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "{projectRoot}", + "projectType": "library", + "private": false, + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry build" + } + }, + "set-version": { + "executor": "@affinidi-tdk/nx-tdk-tools:set-version", + "options": { + "packageName": "credential_verification_client" + } + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry publish" + } + }, + "tags": [] + } +} diff --git a/clients/python/iam_client/.openapi-generator/FILES b/clients/python/iam_client/.openapi-generator/FILES index 82c8db29..b283f2ab 100644 --- a/clients/python/iam_client/.openapi-generator/FILES +++ b/clients/python/iam_client/.openapi-generator/FILES @@ -103,6 +103,7 @@ docs/UserDto.md docs/UserList.md docs/WellKnownApi.md docs/WhoamiDto.md +project.json pyproject.toml requirements.txt setup.cfg diff --git a/clients/python/iam_client/project.json b/clients/python/iam_client/project.json index 7b3353f0..ccbd926d 100644 --- a/clients/python/iam_client/project.json +++ b/clients/python/iam_client/project.json @@ -15,7 +15,7 @@ "set-version": { "executor": "@affinidi-tdk/nx-tdk-tools:set-version", "options": { - "packageName": "iam-client" + "packageName": "iam_client" } }, "nx-release-publish": { diff --git a/clients/python/iam_client/pyproject.toml b/clients/python/iam_client/pyproject.toml index 106d63e1..2731baed 100644 --- a/clients/python/iam_client/pyproject.toml +++ b/clients/python/iam_client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "affinidi_tdk_iam_client" -version = "1.18.0" +version = "1.0.0" description = "Iam" authors = ["Affinidi "] license = "Apache-2.0" diff --git a/clients/python/iota_client/.openapi-generator/FILES b/clients/python/iota_client/.openapi-generator/FILES index 17fd7702..0fb78d24 100644 --- a/clients/python/iota_client/.openapi-generator/FILES +++ b/clients/python/iota_client/.openapi-generator/FILES @@ -87,14 +87,11 @@ docs/UpdateConfigurationByIdInput.md docs/UpdateConfigurationByIdOK.md docs/UpdatePexQueryInput.md docs/VPTokenValidationError.md +project.json pyproject.toml requirements.txt setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_aws_exchange_credentials_project_token.py -test/test_aws_exchange_credentials_project_token_ok.py -test/test_aws_exchange_credentials_project_token_ok_credentials.py -test/test_cors_aws_exchange_credentials_project_token_ok.py tox.ini diff --git a/clients/python/iota_client/project.json b/clients/python/iota_client/project.json new file mode 100644 index 00000000..7d63a54c --- /dev/null +++ b/clients/python/iota_client/project.json @@ -0,0 +1,30 @@ +{ + "name": "@affinidi-tdk/iota-client-python", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "{projectRoot}", + "projectType": "library", + "private": false, + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry build" + } + }, + "set-version": { + "executor": "@affinidi-tdk/nx-tdk-tools:set-version", + "options": { + "packageName": "iota_client" + } + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry publish" + } + }, + "tags": [] + } +} diff --git a/clients/python/login_configuration_client/.openapi-generator/FILES b/clients/python/login_configuration_client/.openapi-generator/FILES index fe73920b..9a6783ce 100644 --- a/clients/python/login_configuration_client/.openapi-generator/FILES +++ b/clients/python/login_configuration_client/.openapi-generator/FILES @@ -135,6 +135,7 @@ docs/TokenEndpointAuthMethod.md docs/UnauthorizedError.md docs/UpdateLoginConfigurationInput.md docs/VPTokenValidationError.md +project.json pyproject.toml requirements.txt setup.cfg diff --git a/clients/python/login_configuration_client/project.json b/clients/python/login_configuration_client/project.json new file mode 100644 index 00000000..ee854102 --- /dev/null +++ b/clients/python/login_configuration_client/project.json @@ -0,0 +1,30 @@ +{ + "name": "@affinidi-tdk/login-configuration-client-python", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "{projectRoot}", + "projectType": "library", + "private": false, + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry build" + } + }, + "set-version": { + "executor": "@affinidi-tdk/nx-tdk-tools:set-version", + "options": { + "packageName": "login_configuration_client" + } + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry publish" + } + }, + "tags": [] + } +} diff --git a/clients/python/wallets_client/.openapi-generator/FILES b/clients/python/wallets_client/.openapi-generator/FILES index b70235b0..1505cf20 100644 --- a/clients/python/wallets_client/.openapi-generator/FILES +++ b/clients/python/wallets_client/.openapi-generator/FILES @@ -71,6 +71,7 @@ docs/WalletApi.md docs/WalletDto.md docs/WalletDtoKeysInner.md docs/WalletsListDto.md +project.json pyproject.toml requirements.txt setup.cfg diff --git a/clients/python/wallets_client/project.json b/clients/python/wallets_client/project.json new file mode 100644 index 00000000..26f14967 --- /dev/null +++ b/clients/python/wallets_client/project.json @@ -0,0 +1,30 @@ +{ + "name": "@affinidi-tdk/wallets-client-python", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "{projectRoot}", + "projectType": "library", + "private": false, + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry build" + } + }, + "set-version": { + "executor": "@affinidi-tdk/nx-tdk-tools:set-version", + "options": { + "packageName": "wallets_client" + } + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "{projectRoot}", + "command": "poetry publish" + } + }, + "tags": [] + } +} diff --git a/clients/typescript/credential-issuance-client/common.ts b/clients/typescript/credential-issuance-client/common.ts index b98d4240..a2a51321 100644 --- a/clients/typescript/credential-issuance-client/common.ts +++ b/clients/typescript/credential-issuance-client/common.ts @@ -194,7 +194,7 @@ export const createRequestFunction = function ( const axiosRequestArgs = { ...axiosArgs.options, url: - (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + + (axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) + axiosArgs.url, } return axios.request(axiosRequestArgs) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index de493923..25331adc 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.19.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { diff --git a/clients/typescript/credential-verification-client/common.ts b/clients/typescript/credential-verification-client/common.ts index aacf769e..7cafb4b1 100644 --- a/clients/typescript/credential-verification-client/common.ts +++ b/clients/typescript/credential-verification-client/common.ts @@ -194,7 +194,7 @@ export const createRequestFunction = function ( const axiosRequestArgs = { ...axiosArgs.options, url: - (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + + (axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) + axiosArgs.url, } return axios.request(axiosRequestArgs) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index ff5ee353..7694b648 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.19.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iam-client/common.ts b/clients/typescript/iam-client/common.ts index 6cb5bccd..61f9551c 100644 --- a/clients/typescript/iam-client/common.ts +++ b/clients/typescript/iam-client/common.ts @@ -194,7 +194,7 @@ export const createRequestFunction = function ( const axiosRequestArgs = { ...axiosArgs.options, url: - (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + + (axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) + axiosArgs.url, } return axios.request(axiosRequestArgs) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 8599c432..a001edb5 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.19.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/common.ts b/clients/typescript/iota-client/common.ts index 871e29d8..59e32ed6 100644 --- a/clients/typescript/iota-client/common.ts +++ b/clients/typescript/iota-client/common.ts @@ -194,7 +194,7 @@ export const createRequestFunction = function ( const axiosRequestArgs = { ...axiosArgs.options, url: - (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + + (axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) + axiosArgs.url, } return axios.request(axiosRequestArgs) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 5ed9bc51..b23283a3 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { diff --git a/clients/typescript/login-configuration-client/common.ts b/clients/typescript/login-configuration-client/common.ts index 10ec10f2..0f68976f 100644 --- a/clients/typescript/login-configuration-client/common.ts +++ b/clients/typescript/login-configuration-client/common.ts @@ -194,7 +194,7 @@ export const createRequestFunction = function ( const axiosRequestArgs = { ...axiosArgs.options, url: - (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + + (axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) + axiosArgs.url, } return axios.request(axiosRequestArgs) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 6258f2c2..5db82c1f 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.21.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/wallets-client/common.ts b/clients/typescript/wallets-client/common.ts index bedba9f6..225ba0e2 100644 --- a/clients/typescript/wallets-client/common.ts +++ b/clients/typescript/wallets-client/common.ts @@ -194,7 +194,7 @@ export const createRequestFunction = function ( const axiosRequestArgs = { ...axiosArgs.options, url: - (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + + (axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) + axiosArgs.url, } return axios.request(axiosRequestArgs) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 1d97d90a..760767a2 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.18.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { diff --git a/package-lock.json b/package-lock.json index 5fcc2984..e389dd23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ }, "clients/typescript/credential-issuance-client": { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.19.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -81,7 +81,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.19.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -115,7 +115,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.19.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -149,7 +149,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.15.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -183,7 +183,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.21.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -217,7 +217,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.18.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -444,6 +444,17 @@ "typescript": "^5.2.2" } }, + "libs/iota-core/node_modules/@affinidi-tdk/iota-client": { + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@affinidi-tdk/iota-client/-/iota-client-1.14.0.tgz", + "integrity": "sha512-JiuV5HYg1YsOIioyIZOuy8kPkDc1Rpyz0lrk20jDQ1nuPz8dCODN1U2cKKJ8Or0UQ0xx2eCVoZnlUKlHWBpxeA==", + "inBundle": true, + "dependencies": { + "axios": "^1.6.0", + "axios-retry": "^4.1.0", + "url": "^0.11.3" + } + }, "libs/iota-core/node_modules/@types/node": { "version": "22.0.0", "dev": true, From 045eee40ba6e6b6c1f1966460db872c20b77d9b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:52:23 +0000 Subject: [PATCH 57/77] chore(release): @affinidi-tdk/common-v1.12.0 [skip ci] # [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.11.0...@affinidi-tdk/common-v1.12.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- packages/common/CHANGELOG.md | 12 ++++++++++++ packages/common/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 20f406a6..8cd7e69c 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.11.0...@affinidi-tdk/common-v1.12.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.10.0...@affinidi-tdk/common-v1.11.0) (2024-08-20) diff --git a/packages/common/package.json b/packages/common/package.json index 87694dc6..905ee98a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/common", - "version": "1.11.0", + "version": "1.12.0", "description": "Affinidi TDK Common library with shared utils", "author": "Affinidi", "repository": { From e52878bd84d064e03b715ed04d4607d3e8642560 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:53:28 +0000 Subject: [PATCH 58/77] chore(release): @affinidi-tdk/iota-client-v1.16.0 [skip ci] # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.15.0...@affinidi-tdk/iota-client-v1.16.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- clients/typescript/iota-client/CHANGELOG.md | 12 ++++++++++++ clients/typescript/iota-client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iota-client/CHANGELOG.md b/clients/typescript/iota-client/CHANGELOG.md index ac21ebaa..a362415e 100644 --- a/clients/typescript/iota-client/CHANGELOG.md +++ b/clients/typescript/iota-client/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.15.0...@affinidi-tdk/iota-client-v1.16.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.15.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.14.0...@affinidi-tdk/iota-client-v1.15.0) (2024-08-20) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index b23283a3..deac218e 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.0.0", + "version": "1.16.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { From 0083269328e44be28d5021dafdf7f874457b7efc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:54:32 +0000 Subject: [PATCH 59/77] chore(release): @affinidi-tdk/credential-verification-client-v1.20.0 [skip ci] # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.19.0...@affinidi-tdk/credential-verification-client-v1.20.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- .../credential-verification-client/CHANGELOG.md | 12 ++++++++++++ .../credential-verification-client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-verification-client/CHANGELOG.md b/clients/typescript/credential-verification-client/CHANGELOG.md index 08dfad56..22a52272 100644 --- a/clients/typescript/credential-verification-client/CHANGELOG.md +++ b/clients/typescript/credential-verification-client/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.19.0...@affinidi-tdk/credential-verification-client-v1.20.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.18.0...@affinidi-tdk/credential-verification-client-v1.19.0) (2024-08-20) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 7694b648..c41a2ae4 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.0.0", + "version": "1.20.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { From 80bdfad1cdcfa76ba64bb0cd8ce0ce96995e4592 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:55:36 +0000 Subject: [PATCH 60/77] chore(release): @affinidi-tdk/credential-issuance-client-v1.20.0 [skip ci] # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.19.0...@affinidi-tdk/credential-issuance-client-v1.20.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- .../credential-issuance-client/CHANGELOG.md | 12 ++++++++++++ .../credential-issuance-client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-issuance-client/CHANGELOG.md b/clients/typescript/credential-issuance-client/CHANGELOG.md index 882477c9..79c16e4b 100644 --- a/clients/typescript/credential-issuance-client/CHANGELOG.md +++ b/clients/typescript/credential-issuance-client/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.19.0...@affinidi-tdk/credential-issuance-client-v1.20.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.18.0...@affinidi-tdk/credential-issuance-client-v1.19.0) (2024-08-20) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 25331adc..f65fb23e 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.0.0", + "version": "1.20.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { From 28d22915c91ffa65d1322ec6f6f6efc9b5be5c5d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:56:40 +0000 Subject: [PATCH 61/77] chore(release): @affinidi-tdk/login-configuration-client-v1.22.0 [skip ci] # [1.22.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.21.0...@affinidi-tdk/login-configuration-client-v1.22.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- .../login-configuration-client/CHANGELOG.md | 12 ++++++++++++ .../login-configuration-client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/typescript/login-configuration-client/CHANGELOG.md b/clients/typescript/login-configuration-client/CHANGELOG.md index bf901f4c..aadf7cab 100644 --- a/clients/typescript/login-configuration-client/CHANGELOG.md +++ b/clients/typescript/login-configuration-client/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.22.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.21.0...@affinidi-tdk/login-configuration-client-v1.22.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.20.0...@affinidi-tdk/login-configuration-client-v1.21.0) (2024-08-20) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 5db82c1f..24c600f5 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.0.0", + "version": "1.22.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { From f69130490d25f386e638ad686163ca8bf69f34cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:57:43 +0000 Subject: [PATCH 62/77] chore(release): @affinidi-tdk/wallets-client-v1.19.0 [skip ci] # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.18.0...@affinidi-tdk/wallets-client-v1.19.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- clients/typescript/wallets-client/CHANGELOG.md | 12 ++++++++++++ clients/typescript/wallets-client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/typescript/wallets-client/CHANGELOG.md b/clients/typescript/wallets-client/CHANGELOG.md index 7a03d5c9..d5ae3ff9 100644 --- a/clients/typescript/wallets-client/CHANGELOG.md +++ b/clients/typescript/wallets-client/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.18.0...@affinidi-tdk/wallets-client-v1.19.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.18.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.17.0...@affinidi-tdk/wallets-client-v1.18.0) (2024-08-20) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 760767a2..d0082513 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.0.0", + "version": "1.19.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { From 45c4b3fa73bf49fefbbac439869b37479b5f348e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:58:47 +0000 Subject: [PATCH 63/77] chore(release): @affinidi-tdk/iam-client-v1.20.0 [skip ci] # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.19.0...@affinidi-tdk/iam-client-v1.20.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- clients/typescript/iam-client/CHANGELOG.md | 12 ++++++++++++ clients/typescript/iam-client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iam-client/CHANGELOG.md b/clients/typescript/iam-client/CHANGELOG.md index 8d1e17cc..79ab1ede 100644 --- a/clients/typescript/iam-client/CHANGELOG.md +++ b/clients/typescript/iam-client/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.19.0...@affinidi-tdk/iam-client-v1.20.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.18.0...@affinidi-tdk/iam-client-v1.19.0) (2024-08-20) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index a001edb5..7101f13d 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.0.0", + "version": "1.20.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { From c149e5ca062a8ddd9cf555faa9ccfe77649f0b89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 09:59:51 +0000 Subject: [PATCH 64/77] chore(release): @affinidi-tdk/auth-provider-v1.20.0 [skip ci] # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.19.0...@affinidi-tdk/auth-provider-v1.20.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- packages/auth-provider/CHANGELOG.md | 12 ++++++++++++ packages/auth-provider/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/auth-provider/CHANGELOG.md b/packages/auth-provider/CHANGELOG.md index 3cec69a8..8de5d80c 100644 --- a/packages/auth-provider/CHANGELOG.md +++ b/packages/auth-provider/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.19.0...@affinidi-tdk/auth-provider-v1.20.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.18.0...@affinidi-tdk/auth-provider-v1.19.0) (2024-08-20) diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index 3c927d9e..8da5b82f 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/auth-provider", - "version": "1.19.0", + "version": "1.20.0", "description": "Internal module for managing access tokens", "author": "Affinidi", "repository": { From 04137c2519be8cf7b8870985852a79e1da99b55f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 10:00:56 +0000 Subject: [PATCH 65/77] chore(release): @affinidi-tdk/iota-browser-v1.10.0 [skip ci] # [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.9.0...@affinidi-tdk/iota-browser-v1.10.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- libs/iota-browser/CHANGELOG.md | 12 ++++++++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index 27b68043..93f94945 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.9.0...@affinidi-tdk/iota-browser-v1.10.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.9.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.8.0...@affinidi-tdk/iota-browser-v1.9.0) (2024-08-20) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index c23691a7..c0d8dd32 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.9.0", + "version": "1.10.0", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From 123c6fb899b76714c5405466e5aafe687d87b7e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 10:01:59 +0000 Subject: [PATCH 66/77] chore(release): @affinidi-tdk/iota-core-v1.11.0 [skip ci] # [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.10.0...@affinidi-tdk/iota-core-v1.11.0) (2024-08-21) ### Bug Fixes * release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) ### Features * update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) --- libs/iota-core/CHANGELOG.md | 12 ++++++++++++ libs/iota-core/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index 8de57519..ae24d1f8 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.10.0...@affinidi-tdk/iota-core-v1.11.0) (2024-08-21) + + +### Bug Fixes + +* release non js packages by default ([#203](https://github.com/affinidi/affinidi-tdk/issues/203)) ([b437163](https://github.com/affinidi/affinidi-tdk/commit/b43716355e41d4d67095d82be7f21313a6f20e85)) + + +### Features + +* update client all ([#202](https://github.com/affinidi/affinidi-tdk/issues/202)) ([a77856f](https://github.com/affinidi/affinidi-tdk/commit/a77856f1aedefa9d988d1f3ac94c8ff65b88b497)) + # [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.9.0...@affinidi-tdk/iota-core-v1.10.0) (2024-08-20) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index 42c12d33..c505c802 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.10.0", + "version": "1.11.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": { From 42a4ec1a7fec0504acff6a0da12883b5e5c07309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:44:40 +0200 Subject: [PATCH 67/77] feat: update client all (#204) Co-authored-by: Marat Shakirov --- .../credential_issuance_client/.gitignore | 4 +- .../.openapi-generator/VERSION | 2 +- .../dart/credential_issuance_client/README.md | 5 +- .../credential_issuance_client/lib/api.dart | 2 +- .../lib/api/configuration_api.dart | 2 +- .../lib/api/credentials_api.dart | 2 +- .../lib/api/issuance_api.dart | 2 +- .../lib/api/offer_api.dart | 2 +- .../lib/api/well_known_api.dart | 2 +- .../lib/api_client.dart | 2 +- .../lib/api_exception.dart | 2 +- .../lib/api_helper.dart | 2 +- .../lib/auth/api_key_auth.dart | 2 +- .../lib/auth/authentication.dart | 2 +- .../lib/auth/http_basic_auth.dart | 2 +- .../lib/auth/http_bearer_auth.dart | 2 +- .../lib/auth/oauth.dart | 2 +- .../lib/model/action_forbidden_error.dart | 2 +- .../action_forbidden_error_details_inner.dart | 2 +- .../model/cors_generate_credentials_ok.dart | 2 +- .../model/cors_get_credential_offer_ok.dart | 2 +- ...ll_known_open_id_credential_issuer_ok.dart | 2 +- .../lib/model/create_credential_input.dart | 2 +- .../create_issuance_config400_response.dart | 2 +- .../model/create_issuance_config_input.dart | 2 +- .../credential_issuance_id_exist_error.dart | 2 +- .../model/credential_offer_claimed_error.dart | 2 +- .../model/credential_offer_expired_error.dart | 2 +- .../lib/model/credential_offer_response.dart | 2 +- .../credential_offer_response_grants.dart | 2 +- ..._oauth_grant_type_pre_authorized_code.dart | 2 +- ...rant_type_pre_authorized_code_tx_code.dart | 2 +- .../lib/model/credential_proof.dart | 2 +- .../lib/model/credential_response.dart | 2 +- .../model/credential_response_deferred.dart | 2 +- .../model/credential_response_immediate.dart | 2 +- ...response_immediate_c_nonce_expires_in.dart | 2 +- ...dential_response_immediate_credential.dart | 2 +- .../credential_subject_not_valid_error.dart | 2 +- .../model/credential_supported_object.dart | 2 +- .../lib/model/deferred_credential_input.dart | 2 +- .../generate_credentials400_response.dart | 2 +- .../get_credential_offer400_response.dart | 2 +- .../invalid_credential_request_error.dart | 2 +- .../model/invalid_credential_type_error.dart | 2 +- .../model/invalid_issuer_wallet_error.dart | 2 +- .../lib/model/invalid_jwt_token_error.dart | 2 +- .../lib/model/invalid_parameter_error.dart | 2 +- .../lib/model/invalid_proof_error.dart | 2 +- .../lib/model/issuance_config_dto.dart | 2 +- .../model/issuance_config_list_response.dart | 2 +- .../lib/model/issuance_config_mini_dto.dart | 2 +- .../lib/model/issuance_state_response.dart | 2 +- .../lib/model/list_issuance_response.dart | 2 +- ...ist_issuance_response_issuances_inner.dart | 2 +- .../lib/model/missing_holder_did_error.dart | 2 +- .../lib/model/not_found_error.dart | 2 +- ...project_credential_config_exist_error.dart | 2 +- ...ect_credential_config_not_exist_error.dart | 2 +- .../lib/model/start_issuance400_response.dart | 2 +- .../lib/model/start_issuance_input.dart | 2 +- .../start_issuance_input_data_inner.dart | 2 +- ...t_issuance_input_data_inner_meta_data.dart | 2 +- .../lib/model/start_issuance_response.dart | 2 +- .../model/supported_credential_metadata.dart | 2 +- ...ted_credential_metadata_display_inner.dart | 2 +- ...redential_metadata_display_inner_logo.dart | 2 +- .../model/update_issuance_config_input.dart | 2 +- .../lib/model/vc_claimed_error.dart | 2 +- ...wn_open_id_credential_issuer_response.dart | 2 +- ..._response_credentials_supported_inner.dart | 2 +- .../credential_issuance_client/pubspec.yaml | 12 +- .../credential_verification_client/.gitignore | 4 +- .../.openapi-generator/VERSION | 2 +- .../credential_verification_client/README.md | 5 +- .../lib/api.dart | 2 +- .../lib/api/default_api.dart | 2 +- .../lib/api_client.dart | 2 +- .../lib/api_exception.dart | 2 +- .../lib/api_helper.dart | 2 +- .../lib/auth/api_key_auth.dart | 2 +- .../lib/auth/authentication.dart | 2 +- .../lib/auth/http_basic_auth.dart | 2 +- .../lib/auth/http_bearer_auth.dart | 2 +- .../lib/auth/oauth.dart | 2 +- .../lib/model/constraints.dart | 2 +- .../lib/model/constraints_statuses.dart | 2 +- .../lib/model/credential_requirements.dart | 2 +- .../credential_requirements_constraints.dart | 2 +- .../lib/model/descriptor.dart | 2 +- .../lib/model/error.dart | 2 +- .../lib/model/error_detail.dart | 2 +- .../lib/model/evaluate_vp_output.dart | 2 +- .../lib/model/field.dart | 2 +- .../lib/model/filter.dart | 2 +- .../lib/model/filter_const.dart | 2 +- .../lib/model/filter_items.dart | 2 +- .../lib/model/format.dart | 2 +- .../lib/model/free_form_object.dart | 2 +- .../lib/model/holder_subject.dart | 2 +- .../lib/model/input_descriptor.dart | 2 +- .../lib/model/invalid_parameter_error.dart | 2 +- .../lib/model/jwt_object.dart | 2 +- .../lib/model/ldp_object.dart | 2 +- .../lib/model/nested_descriptor.dart | 2 +- .../lib/model/not_found_error.dart | 2 +- .../model/not_found_error_details_inner.dart | 2 +- .../lib/model/pd_status.dart | 2 +- .../lib/model/presentation_definition.dart | 2 +- .../lib/model/presentation_submission.dart | 2 +- .../lib/model/submission_requirement.dart | 2 +- .../lib/model/validate_jwt_input.dart | 2 +- .../lib/model/validate_jwt_output.dart | 2 +- .../lib/model/verify_credential_input.dart | 2 +- .../lib/model/verify_credential_output.dart | 2 +- .../lib/model/verify_presentation_input.dart | 2 +- .../lib/model/verify_presentation_output.dart | 2 +- .../verify_presentation_output_errors.dart | 2 +- .../lib/model/w3c_credential.dart | 2 +- .../w3c_credential_credential_schema.dart | 2 +- .../w3c_credential_credential_subject.dart | 2 +- .../lib/model/w3c_credential_holder.dart | 2 +- .../lib/model/w3c_credential_status.dart | 2 +- .../lib/model/w3c_presentation.dart | 2 +- .../lib/model/w3c_presentation_context.dart | 2 +- ...w3c_presentation_context_one_of_inner.dart | 2 +- .../lib/model/w3c_proof.dart | 2 +- .../pubspec.yaml | 12 +- clients/dart/iam_client/.gitignore | 4 +- .../iam_client/.openapi-generator/VERSION | 2 +- clients/dart/iam_client/README.md | 5 +- clients/dart/iam_client/lib/api.dart | 2 +- .../iam_client/lib/api/consumer_auth_api.dart | 2 +- .../dart/iam_client/lib/api/default_api.dart | 2 +- .../dart/iam_client/lib/api/policies_api.dart | 2 +- .../dart/iam_client/lib/api/projects_api.dart | 2 +- clients/dart/iam_client/lib/api/sts_api.dart | 2 +- .../dart/iam_client/lib/api/tokens_api.dart | 2 +- .../iam_client/lib/api/well_known_api.dart | 2 +- clients/dart/iam_client/lib/api_client.dart | 2 +- .../dart/iam_client/lib/api_exception.dart | 2 +- clients/dart/iam_client/lib/api_helper.dart | 2 +- .../iam_client/lib/auth/api_key_auth.dart | 2 +- .../iam_client/lib/auth/authentication.dart | 2 +- .../iam_client/lib/auth/http_basic_auth.dart | 2 +- .../iam_client/lib/auth/http_bearer_auth.dart | 2 +- clients/dart/iam_client/lib/auth/oauth.dart | 2 +- .../lib/model/action_forbidden_error.dart | 2 +- .../lib/model/add_user_to_project_input.dart | 2 +- .../consumer_auth_token_endpoint_input.dart | 2 +- .../consumer_auth_token_endpoint_output.dart | 2 +- .../cors_consumer_auth_token_endpoint_ok.dart | 2 +- .../lib/model/create_project_input.dart | 2 +- .../create_project_scoped_token_input.dart | 2 +- .../create_project_scoped_token_output.dart | 2 +- .../lib/model/create_token_input.dart | 2 +- .../lib/model/get_well_known_did_ok.dart | 2 +- .../lib/model/invalid_jwt_token_error.dart | 2 +- .../lib/model/invalid_parameter_error.dart | 2 +- .../lib/model/json_web_key_dto.dart | 2 +- .../lib/model/json_web_key_set_dto.dart | 2 +- .../iam_client/lib/model/not_found_error.dart | 2 +- .../dart/iam_client/lib/model/policy_dto.dart | 2 +- .../lib/model/policy_statement_dto.dart | 2 +- .../principal_cannot_be_deleted_error.dart | 2 +- ...ipal_does_not_belong_to_project_error.dart | 2 +- .../iam_client/lib/model/project_dto.dart | 2 +- .../iam_client/lib/model/project_list.dart | 2 +- .../lib/model/service_error_response.dart | 2 +- .../service_error_response_details_inner.dart | 2 +- .../token_authentication_method_dto.dart | 2 +- .../dart/iam_client/lib/model/token_dto.dart | 2 +- .../dart/iam_client/lib/model/token_list.dart | 2 +- ...private_key_authentication_method_dto.dart | 2 +- ...entication_method_dto_public_key_info.dart | 2 +- ...ion_method_dto_public_key_info_one_of.dart | 2 +- ...on_method_dto_public_key_info_one_of1.dart | 2 +- .../lib/model/typed_pricipal_id.dart | 2 +- .../lib/model/unauthorized_error.dart | 2 +- .../lib/model/unexpected_error.dart | 2 +- .../lib/model/update_project_input.dart | 2 +- .../lib/model/update_token_input.dart | 2 +- ...private_key_authentication_method_dto.dart | 2 +- .../dart/iam_client/lib/model/user_dto.dart | 2 +- .../dart/iam_client/lib/model/user_list.dart | 2 +- .../dart/iam_client/lib/model/whoami_dto.dart | 2 +- clients/dart/iam_client/pubspec.yaml | 12 +- clients/dart/iota_client/.gitignore | 4 +- .../iota_client/.openapi-generator/VERSION | 2 +- clients/dart/iota_client/README.md | 5 +- clients/dart/iota_client/lib/api.dart | 2 +- .../iota_client/lib/api/callback_api.dart | 2 +- .../lib/api/configurations_api.dart | 2 +- .../dart/iota_client/lib/api/default_api.dart | 2 +- .../dart/iota_client/lib/api/iota_api.dart | 2 +- .../iota_client/lib/api/pex_query_api.dart | 2 +- clients/dart/iota_client/lib/api_client.dart | 2 +- .../dart/iota_client/lib/api_exception.dart | 2 +- clients/dart/iota_client/lib/api_helper.dart | 2 +- .../iota_client/lib/auth/api_key_auth.dart | 2 +- .../iota_client/lib/auth/authentication.dart | 2 +- .../iota_client/lib/auth/http_basic_auth.dart | 2 +- .../lib/auth/http_bearer_auth.dart | 2 +- clients/dart/iota_client/lib/auth/oauth.dart | 2 +- .../lib/model/already_exists_error.dart | 2 +- .../lib/model/aws_exchange_credentials.dart | 2 +- .../model/aws_exchange_credentials_ok.dart | 2 +- ...ws_exchange_credentials_project_token.dart | 2 +- ...exchange_credentials_project_token_ok.dart | 2 +- ...dentials_project_token_ok_credentials.dart | 2 +- .../iota_client/lib/model/callback_input.dart | 2 +- .../iota_client/lib/model/consent_dto.dart | 2 +- .../cors_aws_exchange_credentials_ok.dart | 2 +- ...exchange_credentials_project_token_ok.dart | 2 +- .../model/cors_iot_oidc4vpcallback_ok.dart | 2 +- .../create_iota_configuration_input.dart | 2 +- .../lib/model/create_pex_query_input.dart | 2 +- .../get_iota_configuration_meta_data_ok.dart | 2 +- .../lib/model/invalid_parameter_error.dart | 2 +- ...invalid_parameter_error_details_inner.dart | 2 +- .../lib/model/iota_configuration_dto.dart | 2 +- ...ota_configuration_dto_client_metadata.dart | 2 +- .../lib/model/list_configuration_ok.dart | 2 +- .../lib/model/list_logged_consents_ok.dart | 2 +- .../lib/model/list_pex_queries_ok.dart | 2 +- .../lib/model/message_publishing_error.dart | 2 +- .../lib/model/not_found_error.dart | 2 +- .../lib/model/operation_forbidden_error.dart | 2 +- .../iota_client/lib/model/pex_query_dto.dart | 2 +- .../lib/model/prepare_request.dart | 2 +- .../lib/model/prepare_request_created.dart | 2 +- .../model/prepare_request_created_data.dart | 2 +- .../model/resource_limit_exceeded_error.dart | 2 +- .../update_configuration_by_id_input.dart | 2 +- .../model/update_configuration_by_id_ok.dart | 2 +- .../lib/model/update_pex_query_input.dart | 2 +- .../lib/model/vp_token_validation_error.dart | 2 +- clients/dart/iota_client/pubspec.yaml | 12 +- .../login_configuration_client/.gitignore | 4 +- .../.openapi-generator/VERSION | 2 +- .../dart/login_configuration_client/README.md | 7 +- .../login_configuration_client/lib/api.dart | 2 +- .../lib/api/allow_list_api.dart | 2 +- .../lib/api/configuration_api.dart | 2 +- .../lib/api/deny_list_api.dart | 2 +- .../lib/api/group_api.dart | 2 +- .../lib/api/idp_api.dart | 2 +- .../lib/api_client.dart | 2 +- .../lib/api_exception.dart | 2 +- .../lib/api_helper.dart | 2 +- .../lib/auth/api_key_auth.dart | 2 +- .../lib/auth/authentication.dart | 2 +- .../lib/auth/http_basic_auth.dart | 2 +- .../lib/auth/http_bearer_auth.dart | 2 +- .../lib/auth/oauth.dart | 2 +- .../lib/model/action_forbidden_error.dart | 2 +- .../lib/model/add_user_to_group_input.dart | 2 +- .../lib/model/blocked_users.dart | 2 +- .../lib/model/blocked_users_input.dart | 2 +- ...cors_login_session_accept_response_ok.dart | 2 +- .../model/cors_login_session_for_idp_ok.dart | 2 +- ...cors_login_session_reject_response_ok.dart | 2 +- .../lib/model/create_group_input.dart | 2 +- .../lib/model/create_hydra_network_error.dart | 2 +- .../create_login_configuration_input.dart | 2 +- .../create_login_configuration_output.dart | 2 +- ...reate_login_configuration_output_auth.dart | 2 +- ...eate_login_configurations400_response.dart | 2 +- .../model/create_project_network_error.dart | 2 +- .../lib/model/error_o_auth2.dart | 2 +- .../lib/model/get_user_info.dart | 2 +- .../lib/model/group_dto.dart | 2 +- .../lib/model/group_names.dart | 2 +- .../lib/model/group_names_input.dart | 2 +- .../lib/model/group_user_mapping_dto.dart | 2 +- .../lib/model/group_user_mappings_list.dart | 2 +- .../lib/model/groups_list.dart | 2 +- .../groups_per_user_limit_exceeded_error.dart | 2 +- .../model/invalid_claim_context_error.dart | 2 +- .../lib/model/invalid_groups_error.dart | 2 +- .../lib/model/invalid_parameter_error.dart | 2 +- ...invalid_parameter_error_details_inner.dart | 2 +- .../invalid_vp_token_creation_time_error.dart | 2 +- .../lib/model/json_web_key.dart | 2 +- .../lib/model/json_web_key_keys_inner.dart | 2 +- .../list_login_configuration_output.dart | 2 +- ...n_configuration_client_metadata_input.dart | 2 +- ..._configuration_client_metadata_output.dart | 2 +- .../lib/model/login_configuration_object.dart | 2 +- ...guration_read_invalid_client_id_error.dart | 2 +- .../lib/model/login_session_dto.dart | 2 +- ...gin_session_dto_authorization_request.dart | 2 +- .../model/login_session_for_idp_input.dart | 2 +- .../lib/model/not_found_error.dart | 2 +- .../lib/model/o_auth2_token.dart | 2 +- .../lib/model/oidc_config.dart | 2 +- ...g_credentials_supported_draft00_inner.dart | 2 +- .../lib/model/redirect_response.dart | 2 +- .../model/remove_user_from_group_input.dart | 2 +- .../lib/model/resource_creation_error.dart | 2 +- .../lib/model/service_error_response.dart | 2 +- .../service_error_response_details_inner.dart | 2 +- .../lib/model/token_endpoint_auth_method.dart | 2 +- .../lib/model/unauthorized_error.dart | 2 +- .../update_login_configuration_input.dart | 2 +- .../lib/model/vp_token_validation_error.dart | 2 +- .../login_configuration_client/pubspec.yaml | 12 +- clients/dart/wallets_client/.gitignore | 4 +- .../wallets_client/.openapi-generator/VERSION | 2 +- clients/dart/wallets_client/README.md | 5 +- clients/dart/wallets_client/lib/api.dart | 2 +- .../wallets_client/lib/api/default_api.dart | 2 +- .../lib/api/revocation_api.dart | 2 +- .../wallets_client/lib/api/wallet_api.dart | 2 +- .../dart/wallets_client/lib/api_client.dart | 2 +- .../wallets_client/lib/api_exception.dart | 2 +- .../dart/wallets_client/lib/api_helper.dart | 2 +- .../wallets_client/lib/auth/api_key_auth.dart | 2 +- .../lib/auth/authentication.dart | 2 +- .../lib/auth/http_basic_auth.dart | 2 +- .../lib/auth/http_bearer_auth.dart | 2 +- .../dart/wallets_client/lib/auth/oauth.dart | 2 +- .../lib/model/create_wallet_input.dart | 2 +- .../lib/model/create_wallet_response.dart | 2 +- .../lib/model/did_key_input_params.dart | 2 +- .../lib/model/did_web_input_params.dart | 2 +- .../lib/model/entity_not_found_error.dart | 2 +- .../get_revocation_credential_status_ok.dart | 2 +- ...revocation_list_credential_result_dto.dart | 2 +- .../model/invalid_did_parameter_error.dart | 2 +- .../lib/model/invalid_parameter_error.dart | 2 +- .../lib/model/key_not_found_error.dart | 2 +- .../lib/model/not_found_error.dart | 2 +- .../lib/model/operation_forbidden_error.dart | 2 +- .../lib/model/revoke_credential_input.dart | 2 +- .../lib/model/service_error_response.dart | 2 +- .../service_error_response_details_inner.dart | 2 +- .../model/sign_credential400_response.dart | 2 +- .../lib/model/sign_credential_input_dto.dart | 2 +- ..._input_dto_unsigned_credential_params.dart | 2 +- .../lib/model/sign_credential_result_dto.dart | 2 +- ...edential_result_dto_signed_credential.dart | 2 +- .../lib/model/sign_jwt_token.dart | 2 +- .../lib/model/sign_jwt_token_ok.dart | 2 +- .../lib/model/signing_failed_error.dart | 2 +- .../lib/model/update_wallet_input.dart | 2 +- .../wallets_client/lib/model/wallet_dto.dart | 2 +- .../lib/model/wallet_dto_keys_inner.dart | 2 +- .../lib/model/wallets_list_dto.dart | 2 +- clients/dart/wallets_client/pubspec.yaml | 12 +- .../.openapi-generator/FILES | 1 + .../.openapi-generator/VERSION | 2 +- .../credential_issuance_client/README.md | 15 +- .../__init__.py | 2 +- .../api/configuration_api.py | 2 +- .../api/credentials_api.py | 2 +- .../api/issuance_api.py | 2 +- .../api/offer_api.py | 2 +- .../api/well_known_api.py | 2 +- .../api_client.py | 6 +- .../configuration.py | 2 +- .../exceptions.py | 2 +- .../models/__init__.py | 2 +- .../models/action_forbidden_error.py | 6 +- .../action_forbidden_error_details_inner.py | 2 +- .../models/cors_generate_credentials_ok.py | 4 +- .../models/cors_get_credential_offer_ok.py | 4 +- ...well_known_open_id_credential_issuer_ok.py | 4 +- .../models/create_credential_input.py | 4 +- .../create_issuance_config400_response.py | 2 +- .../models/create_issuance_config_input.py | 12 +- .../credential_issuance_id_exist_error.py | 6 +- .../models/credential_offer_claimed_error.py | 6 +- .../models/credential_offer_expired_error.py | 6 +- .../models/credential_offer_response.py | 6 +- .../credential_offer_response_grants.py | 4 +- ...ms_oauth_grant_type_pre_authorized_code.py | 4 +- ..._grant_type_pre_authorized_code_tx_code.py | 8 +- .../models/credential_proof.py | 4 +- .../models/credential_response.py | 2 +- .../models/credential_response_deferred.py | 8 +- .../models/credential_response_immediate.py | 4 +- ...l_response_immediate_c_nonce_expires_in.py | 6 +- ...redential_response_immediate_credential.py | 4 +- .../credential_subject_not_valid_error.py | 6 +- .../models/credential_supported_object.py | 8 +- .../models/deferred_credential_input.py | 4 +- .../generate_credentials400_response.py | 2 +- .../get_credential_offer400_response.py | 2 +- .../invalid_credential_request_error.py | 6 +- .../models/invalid_credential_type_error.py | 6 +- .../models/invalid_issuer_wallet_error.py | 6 +- .../models/invalid_jwt_token_error.py | 6 +- .../models/invalid_parameter_error.py | 6 +- .../models/invalid_proof_error.py | 6 +- .../models/issuance_config_dto.py | 18 +- .../models/issuance_config_list_response.py | 2 +- .../models/issuance_config_mini_dto.py | 16 +- .../models/issuance_state_response.py | 6 +- .../models/list_issuance_response.py | 4 +- .../list_issuance_response_issuances_inner.py | 4 +- .../models/missing_holder_did_error.py | 6 +- .../models/not_found_error.py | 6 +- .../project_credential_config_exist_error.py | 6 +- ...oject_credential_config_not_exist_error.py | 6 +- .../models/start_issuance400_response.py | 2 +- .../models/start_issuance_input.py | 8 +- .../models/start_issuance_input_data_inner.py | 8 +- ...art_issuance_input_data_inner_meta_data.py | 4 +- .../models/start_issuance_response.py | 10 +- .../models/supported_credential_metadata.py | 2 +- ...orted_credential_metadata_display_inner.py | 6 +- ..._credential_metadata_display_inner_logo.py | 4 +- .../models/update_issuance_config_input.py | 14 +- .../models/vc_claimed_error.py | 6 +- ...nown_open_id_credential_issuer_response.py | 2 +- ...er_response_credentials_supported_inner.py | 8 +- .../rest.py | 2 +- .../docs/ActionForbiddenError.md | 2 +- .../docs/ActionForbiddenErrorDetailsInner.md | 2 +- .../docs/CorsGenerateCredentialsOK.md | 2 +- .../docs/CorsGetCredentialOfferOK.md | 2 +- ...orsGetWellKnownOpenIdCredentialIssuerOK.md | 2 +- .../docs/CreateCredentialInput.md | 2 +- .../docs/CreateIssuanceConfig400Response.md | 2 +- .../docs/CreateIssuanceConfigInput.md | 2 +- .../docs/CredentialIssuanceIdExistError.md | 2 +- .../docs/CredentialOfferClaimedError.md | 2 +- .../docs/CredentialOfferExpiredError.md | 2 +- .../docs/CredentialOfferResponse.md | 2 +- .../docs/CredentialOfferResponseGrants.md | 2 +- ...tfParamsOauthGrantTypePreAuthorizedCode.md | 2 +- ...msOauthGrantTypePreAuthorizedCodeTxCode.md | 2 +- .../docs/CredentialProof.md | 2 +- .../docs/CredentialResponse.md | 2 +- .../docs/CredentialResponseDeferred.md | 2 +- .../docs/CredentialResponseImmediate.md | 2 +- ...dentialResponseImmediateCNonceExpiresIn.md | 2 +- .../CredentialResponseImmediateCredential.md | 2 +- .../docs/CredentialSubjectNotValidError.md | 2 +- .../docs/CredentialSupportedObject.md | 2 +- .../docs/DeferredCredentialInput.md | 2 +- .../docs/GenerateCredentials400Response.md | 2 +- .../docs/GetCredentialOffer400Response.md | 2 +- .../docs/InvalidCredentialRequestError.md | 2 +- .../docs/InvalidCredentialTypeError.md | 2 +- .../docs/InvalidIssuerWalletError.md | 2 +- .../docs/InvalidJwtTokenError.md | 2 +- .../docs/InvalidParameterError.md | 2 +- .../docs/InvalidProofError.md | 2 +- .../docs/IssuanceConfigDto.md | 2 +- .../docs/IssuanceConfigListResponse.md | 2 +- .../docs/IssuanceConfigMiniDto.md | 2 +- .../docs/IssuanceStateResponse.md | 2 +- .../docs/ListIssuanceResponse.md | 2 +- .../ListIssuanceResponseIssuancesInner.md | 2 +- .../docs/MissingHolderDidError.md | 2 +- .../docs/NotFoundError.md | 2 +- .../docs/ProjectCredentialConfigExistError.md | 2 +- .../ProjectCredentialConfigNotExistError.md | 2 +- .../docs/StartIssuance400Response.md | 2 +- .../docs/StartIssuanceInput.md | 2 +- .../docs/StartIssuanceInputDataInner.md | 2 +- .../StartIssuanceInputDataInnerMetaData.md | 2 +- .../docs/StartIssuanceResponse.md | 2 +- .../docs/SupportedCredentialMetadata.md | 2 +- ...SupportedCredentialMetadataDisplayInner.md | 2 +- ...ortedCredentialMetadataDisplayInnerLogo.md | 2 +- .../docs/UpdateIssuanceConfigInput.md | 2 +- .../docs/VcClaimedError.md | 2 +- ...WellKnownOpenIdCredentialIssuerResponse.md | 2 +- ...IssuerResponseCredentialsSupportedInner.md | 2 +- .../credential_issuance_client/project.json | 2 +- .../credential_issuance_client/pyproject.toml | 2 +- .../credential_issuance_client/setup.py | 4 +- .../.openapi-generator/FILES | 1 + .../.openapi-generator/VERSION | 2 +- .../credential_verification_client/README.md | 15 +- .../__init__.py | 2 +- .../api/default_api.py | 2 +- .../api_client.py | 6 +- .../configuration.py | 2 +- .../exceptions.py | 2 +- .../models/__init__.py | 2 +- .../models/constraints.py | 2 +- .../models/constraints_statuses.py | 2 +- .../models/credential_requirements.py | 4 +- .../credential_requirements_constraints.py | 2 +- .../models/descriptor.py | 2 +- .../models/error.py | 14 +- .../models/error_detail.py | 4 +- .../models/evaluate_vp_output.py | 2 +- .../models/field.py | 2 +- .../models/filter.py | 24 +- .../models/filter_const.py | 2 +- .../models/filter_items.py | 2 +- .../models/format.py | 2 +- .../models/free_form_object.py | 2 +- .../models/holder_subject.py | 2 +- .../models/input_descriptor.py | 2 +- .../models/invalid_parameter_error.py | 6 +- .../models/jwt_object.py | 4 +- .../models/ldp_object.py | 4 +- .../models/nested_descriptor.py | 2 +- .../models/not_found_error.py | 6 +- .../models/not_found_error_details_inner.py | 2 +- .../models/pd_status.py | 2 +- .../models/presentation_definition.py | 8 +- .../models/presentation_submission.py | 2 +- .../models/submission_requirement.py | 4 +- .../models/validate_jwt_input.py | 4 +- .../models/validate_jwt_output.py | 6 +- .../models/verify_credential_input.py | 6 +- .../models/verify_credential_output.py | 6 +- .../models/verify_presentation_input.py | 10 +- .../models/verify_presentation_output.py | 4 +- .../verify_presentation_output_errors.py | 2 +- .../models/w3c_credential.py | 14 +- .../w3c_credential_credential_schema.py | 2 +- .../w3c_credential_credential_subject.py | 2 +- .../models/w3c_credential_holder.py | 2 +- .../models/w3c_credential_status.py | 6 +- .../models/w3c_presentation.py | 6 +- .../models/w3c_presentation_context.py | 2 +- .../w3c_presentation_context_one_of_inner.py | 2 +- .../models/w3c_proof.py | 8 +- .../rest.py | 2 +- .../docs/Constraints.md | 2 +- .../docs/ConstraintsStatuses.md | 2 +- .../docs/CredentialRequirements.md | 2 +- .../docs/CredentialRequirementsConstraints.md | 2 +- .../docs/Descriptor.md | 2 +- .../docs/Error.md | 2 +- .../docs/ErrorDetail.md | 2 +- .../docs/EvaluateVpOutput.md | 2 +- .../docs/Field.md | 2 +- .../docs/Filter.md | 2 +- .../docs/FilterConst.md | 2 +- .../docs/FilterItems.md | 2 +- .../docs/Format.md | 2 +- .../docs/FreeFormObject.md | 2 +- .../docs/HolderSubject.md | 2 +- .../docs/InputDescriptor.md | 2 +- .../docs/InvalidParameterError.md | 2 +- .../docs/JwtObject.md | 2 +- .../docs/LdpObject.md | 2 +- .../docs/NestedDescriptor.md | 2 +- .../docs/NotFoundError.md | 2 +- .../docs/NotFoundErrorDetailsInner.md | 2 +- .../docs/PdStatus.md | 2 +- .../docs/PresentationDefinition.md | 2 +- .../docs/PresentationSubmission.md | 2 +- .../docs/SubmissionRequirement.md | 2 +- .../docs/ValidateJwtInput.md | 2 +- .../docs/ValidateJwtOutput.md | 2 +- .../docs/VerifyCredentialInput.md | 2 +- .../docs/VerifyCredentialOutput.md | 2 +- .../docs/VerifyPresentationInput.md | 2 +- .../docs/VerifyPresentationOutput.md | 2 +- .../docs/VerifyPresentationOutputErrors.md | 2 +- .../docs/W3cCredential.md | 2 +- .../docs/W3cCredentialCredentialSchema.md | 2 +- .../docs/W3cCredentialCredentialSubject.md | 2 +- .../docs/W3cCredentialHolder.md | 2 +- .../docs/W3cCredentialStatus.md | 2 +- .../docs/W3cPresentation.md | 2 +- .../docs/W3cPresentationContext.md | 2 +- .../docs/W3cPresentationContextOneOfInner.md | 2 +- .../docs/W3cProof.md | 2 +- .../project.json | 2 +- .../pyproject.toml | 2 +- .../credential_verification_client/setup.py | 4 +- .../iam_client/.openapi-generator/FILES | 1 + .../iam_client/.openapi-generator/VERSION | 2 +- clients/python/iam_client/README.md | 15 +- .../affinidi_tdk_iam_client/__init__.py | 2 +- .../api/consumer_auth_api.py | 2 +- .../api/default_api.py | 2 +- .../api/policies_api.py | 2 +- .../api/projects_api.py | 2 +- .../affinidi_tdk_iam_client/api/sts_api.py | 2 +- .../affinidi_tdk_iam_client/api/tokens_api.py | 2 +- .../api/well_known_api.py | 2 +- .../affinidi_tdk_iam_client/api_client.py | 6 +- .../affinidi_tdk_iam_client/configuration.py | 2 +- .../affinidi_tdk_iam_client/exceptions.py | 2 +- .../models/__init__.py | 2 +- .../models/action_forbidden_error.py | 6 +- .../models/add_user_to_project_input.py | 6 +- .../consumer_auth_token_endpoint_input.py | 2 +- .../consumer_auth_token_endpoint_output.py | 14 +- .../cors_consumer_auth_token_endpoint_ok.py | 4 +- .../models/create_project_input.py | 2 +- .../create_project_scoped_token_input.py | 4 +- .../create_project_scoped_token_output.py | 6 +- .../models/create_token_input.py | 4 +- .../models/get_well_known_did_ok.py | 2 +- .../models/invalid_jwt_token_error.py | 6 +- .../models/invalid_parameter_error.py | 6 +- .../models/json_web_key_dto.py | 2 +- .../models/json_web_key_set_dto.py | 2 +- .../models/not_found_error.py | 6 +- .../models/policy_dto.py | 6 +- .../models/policy_statement_dto.py | 2 +- .../principal_cannot_be_deleted_error.py | 6 +- ...ncipal_does_not_belong_to_project_error.py | 6 +- .../models/project_dto.py | 6 +- .../models/project_list.py | 2 +- .../models/service_error_response.py | 8 +- .../service_error_response_details_inner.py | 2 +- .../models/token_authentication_method_dto.py | 2 +- .../models/token_dto.py | 14 +- .../models/token_list.py | 2 +- ...n_private_key_authentication_method_dto.py | 6 +- ...thentication_method_dto_public_key_info.py | 2 +- ...ation_method_dto_public_key_info_one_of.py | 2 +- ...tion_method_dto_public_key_info_one_of1.py | 4 +- .../models/typed_pricipal_id.py | 4 +- .../models/unauthorized_error.py | 6 +- .../models/unexpected_error.py | 6 +- .../models/update_project_input.py | 2 +- .../models/update_token_input.py | 4 +- ...n_private_key_authentication_method_dto.py | 6 +- .../models/user_dto.py | 4 +- .../models/user_list.py | 2 +- .../models/whoami_dto.py | 6 +- .../affinidi_tdk_iam_client/rest.py | 2 +- .../iam_client/docs/ActionForbiddenError.md | 2 +- .../iam_client/docs/AddUserToProjectInput.md | 2 +- .../docs/ConsumerAuthTokenEndpointInput.md | 2 +- .../docs/ConsumerAuthTokenEndpointOutput.md | 2 +- .../docs/CorsConsumerAuthTokenEndpointOK.md | 2 +- .../iam_client/docs/CreateProjectInput.md | 2 +- .../docs/CreateProjectScopedTokenInput.md | 2 +- .../docs/CreateProjectScopedTokenOutput.md | 2 +- .../iam_client/docs/CreateTokenInput.md | 2 +- .../iam_client/docs/GetWellKnownDidOK.md | 2 +- .../iam_client/docs/InvalidJwtTokenError.md | 2 +- .../iam_client/docs/InvalidParameterError.md | 2 +- .../python/iam_client/docs/JsonWebKeyDto.md | 2 +- .../iam_client/docs/JsonWebKeySetDto.md | 2 +- .../python/iam_client/docs/NotFoundError.md | 2 +- clients/python/iam_client/docs/PolicyDto.md | 2 +- .../iam_client/docs/PolicyStatementDto.md | 2 +- .../docs/PrincipalCannotBeDeletedError.md | 2 +- .../PrincipalDoesNotBelongToProjectError.md | 2 +- clients/python/iam_client/docs/ProjectDto.md | 2 +- clients/python/iam_client/docs/ProjectList.md | 2 +- .../iam_client/docs/ServiceErrorResponse.md | 2 +- .../docs/ServiceErrorResponseDetailsInner.md | 2 +- .../docs/TokenAuthenticationMethodDto.md | 2 +- clients/python/iam_client/docs/TokenDto.md | 2 +- clients/python/iam_client/docs/TokenList.md | 2 +- .../TokenPrivateKeyAuthenticationMethodDto.md | 2 +- ...KeyAuthenticationMethodDtoPublicKeyInfo.md | 2 +- ...thenticationMethodDtoPublicKeyInfoOneOf.md | 2 +- ...henticationMethodDtoPublicKeyInfoOneOf1.md | 2 +- .../python/iam_client/docs/TypedPricipalId.md | 2 +- .../iam_client/docs/UnauthorizedError.md | 2 +- .../python/iam_client/docs/UnexpectedError.md | 2 +- .../iam_client/docs/UpdateProjectInput.md | 2 +- .../iam_client/docs/UpdateTokenInput.md | 2 +- ...eTokenPrivateKeyAuthenticationMethodDto.md | 2 +- clients/python/iam_client/docs/UserDto.md | 2 +- clients/python/iam_client/docs/UserList.md | 2 +- clients/python/iam_client/docs/WhoamiDto.md | 2 +- clients/python/iam_client/project.json | 2 +- clients/python/iam_client/pyproject.toml | 2 +- clients/python/iam_client/setup.py | 4 +- .../iota_client/.openapi-generator/FILES | 1 + .../iota_client/.openapi-generator/VERSION | 2 +- clients/python/iota_client/README.md | 15 +- .../affinidi_tdk_iota_client/__init__.py | 2 +- .../api/callback_api.py | 2 +- .../api/configurations_api.py | 2 +- .../api/default_api.py | 2 +- .../affinidi_tdk_iota_client/api/iota_api.py | 2 +- .../api/pex_query_api.py | 2 +- .../affinidi_tdk_iota_client/api_client.py | 6 +- .../affinidi_tdk_iota_client/configuration.py | 2 +- .../affinidi_tdk_iota_client/exceptions.py | 2 +- .../models/__init__.py | 2 +- .../models/already_exists_error.py | 6 +- .../models/aws_exchange_credentials.py | 4 +- .../models/aws_exchange_credentials_ok.py | 4 +- .../aws_exchange_credentials_project_token.py | 8 +- ...s_exchange_credentials_project_token_ok.py | 4 +- ...redentials_project_token_ok_credentials.py | 4 +- .../models/callback_input.py | 12 +- .../models/consent_dto.py | 18 +- .../cors_aws_exchange_credentials_ok.py | 4 +- ...s_exchange_credentials_project_token_ok.py | 4 +- .../models/cors_iot_oidc4vpcallback_ok.py | 4 +- .../models/create_iota_configuration_input.py | 18 +- .../models/create_pex_query_input.py | 6 +- .../get_iota_configuration_meta_data_ok.py | 8 +- .../models/invalid_parameter_error.py | 6 +- .../invalid_parameter_error_details_inner.py | 2 +- .../models/iota_configuration_dto.py | 22 +- .../iota_configuration_dto_client_metadata.py | 8 +- .../models/list_configuration_ok.py | 2 +- .../models/list_logged_consents_ok.py | 4 +- .../models/list_pex_queries_ok.py | 6 +- .../models/message_publishing_error.py | 6 +- .../models/not_found_error.py | 6 +- .../models/operation_forbidden_error.py | 6 +- .../models/pex_query_dto.py | 8 +- .../models/prepare_request.py | 10 +- .../models/prepare_request_created.py | 2 +- .../models/prepare_request_created_data.py | 4 +- .../models/resource_limit_exceeded_error.py | 6 +- .../update_configuration_by_id_input.py | 18 +- .../models/update_configuration_by_id_ok.py | 4 +- .../models/update_pex_query_input.py | 4 +- .../models/vp_token_validation_error.py | 6 +- .../affinidi_tdk_iota_client/rest.py | 2 +- .../iota_client/docs/AlreadyExistsError.md | 2 +- .../docs/AwsExchangeCredentials.md | 2 +- .../docs/AwsExchangeCredentialsOK.md | 2 +- .../AwsExchangeCredentialsProjectToken.md | 2 +- .../AwsExchangeCredentialsProjectTokenOK.md | 2 +- ...ngeCredentialsProjectTokenOKCredentials.md | 2 +- .../python/iota_client/docs/CallbackInput.md | 2 +- clients/python/iota_client/docs/ConsentDto.md | 2 +- .../docs/CorsAwsExchangeCredentialsOK.md | 2 +- ...orsAwsExchangeCredentialsProjectTokenOK.md | 2 +- .../docs/CorsIotOidc4vpcallbackOK.md | 2 +- .../docs/CreateIotaConfigurationInput.md | 2 +- .../iota_client/docs/CreatePexQueryInput.md | 2 +- .../docs/GetIotaConfigurationMetaDataOK.md | 2 +- .../iota_client/docs/InvalidParameterError.md | 2 +- .../docs/InvalidParameterErrorDetailsInner.md | 2 +- .../iota_client/docs/IotaConfigurationDto.md | 2 +- .../IotaConfigurationDtoClientMetadata.md | 2 +- .../iota_client/docs/ListConfigurationOK.md | 2 +- .../iota_client/docs/ListLoggedConsentsOK.md | 2 +- .../iota_client/docs/ListPexQueriesOK.md | 2 +- .../docs/MessagePublishingError.md | 2 +- .../python/iota_client/docs/NotFoundError.md | 2 +- .../docs/OperationForbiddenError.md | 2 +- .../python/iota_client/docs/PexQueryDto.md | 2 +- .../python/iota_client/docs/PrepareRequest.md | 2 +- .../iota_client/docs/PrepareRequestCreated.md | 2 +- .../docs/PrepareRequestCreatedData.md | 2 +- .../docs/ResourceLimitExceededError.md | 2 +- .../docs/UpdateConfigurationByIdInput.md | 2 +- .../docs/UpdateConfigurationByIdOK.md | 2 +- .../iota_client/docs/UpdatePexQueryInput.md | 2 +- .../docs/VPTokenValidationError.md | 2 +- clients/python/iota_client/project.json | 2 +- clients/python/iota_client/pyproject.toml | 2 +- clients/python/iota_client/setup.py | 4 +- .../.openapi-generator/FILES | 1 + .../.openapi-generator/VERSION | 2 +- .../login_configuration_client/README.md | 17 +- .../__init__.py | 2 +- .../api/allow_list_api.py | 2 +- .../api/configuration_api.py | 2 +- .../api/deny_list_api.py | 2 +- .../api/group_api.py | 2 +- .../api/idp_api.py | 2 +- .../api_client.py | 6 +- .../configuration.py | 2 +- .../exceptions.py | 2 +- .../models/__init__.py | 2 +- .../models/action_forbidden_error.py | 6 +- .../models/add_user_to_group_input.py | 4 +- .../models/blocked_users.py | 6 +- .../models/blocked_users_input.py | 4 +- .../cors_login_session_accept_response_ok.py | 4 +- .../models/cors_login_session_for_idp_ok.py | 4 +- .../cors_login_session_reject_response_ok.py | 4 +- .../models/create_group_input.py | 4 +- .../models/create_hydra_network_error.py | 6 +- .../create_login_configuration_input.py | 24 +- .../create_login_configuration_output.py | 18 +- .../create_login_configuration_output_auth.py | 10 +- ...create_login_configurations400_response.py | 2 +- .../models/create_project_network_error.py | 6 +- .../models/error_o_auth2.py | 12 +- .../models/get_user_info.py | 40 +- .../models/group_dto.py | 10 +- .../models/group_names.py | 6 +- .../models/group_names_input.py | 4 +- .../models/group_user_mapping_dto.py | 6 +- .../models/group_user_mappings_list.py | 6 +- .../models/groups_list.py | 2 +- .../groups_per_user_limit_exceeded_error.py | 6 +- .../models/id_token_mapping.py | 2 +- .../models/id_token_mapping_inner.py | 8 +- .../models/invalid_claim_context_error.py | 6 +- .../models/invalid_groups_error.py | 6 +- .../models/invalid_parameter_error.py | 6 +- .../invalid_parameter_error_details_inner.py | 2 +- .../invalid_vp_token_creation_time_error.py | 6 +- .../models/json_web_key.py | 4 +- .../models/json_web_key_keys_inner.py | 12 +- .../models/list_login_configuration_output.py | 4 +- ...gin_configuration_client_metadata_input.py | 8 +- ...in_configuration_client_metadata_output.py | 10 +- .../models/login_configuration_object.py | 30 +- ...figuration_read_invalid_client_id_error.py | 6 +- .../login_session_accept_response_input.py | 2 +- .../login_session_accept_response_output.py | 2 +- .../models/login_session_dto.py | 6 +- ...login_session_dto_authorization_request.py | 12 +- .../models/login_session_for_idp_input.py | 6 +- .../login_session_reject_response_input.py | 8 +- .../login_session_reject_response_output.py | 2 +- .../models/not_found_error.py | 6 +- .../models/o_auth2_token.py | 14 +- .../models/oidc_config.py | 64 +-- ...fig_credentials_supported_draft00_inner.py | 2 +- .../models/redirect_response.py | 6 +- .../models/remove_user_from_group_input.py | 4 +- .../models/resource_creation_error.py | 6 +- .../models/service_error_response.py | 10 +- .../service_error_response_details_inner.py | 10 +- .../models/token_endpoint_auth_method.py | 2 +- .../models/unauthorized_error.py | 6 +- .../update_login_configuration_input.py | 22 +- .../models/vp_token_validation_error.py | 6 +- .../rest.py | 2 +- .../docs/ActionForbiddenError.md | 2 +- .../docs/AddUserToGroupInput.md | 2 +- .../docs/BlockedUsers.md | 2 +- .../docs/BlockedUsersInput.md | 2 +- .../docs/CorsLoginSessionAcceptResponseOK.md | 2 +- .../docs/CorsLoginSessionForIdpOK.md | 2 +- .../docs/CorsLoginSessionRejectResponseOK.md | 2 +- .../docs/CreateGroupInput.md | 2 +- .../docs/CreateHydraNetworkError.md | 2 +- .../docs/CreateLoginConfigurationInput.md | 2 +- .../docs/CreateLoginConfigurationOutput.md | 2 +- .../CreateLoginConfigurationOutputAuth.md | 2 +- .../CreateLoginConfigurations400Response.md | 2 +- .../docs/CreateProjectNetworkError.md | 2 +- .../docs/ErrorOAuth2.md | 2 +- .../docs/GetUserInfo.md | 2 +- .../docs/GroupDto.md | 2 +- .../docs/GroupNames.md | 2 +- .../docs/GroupNamesInput.md | 2 +- .../docs/GroupUserMappingDto.md | 2 +- .../docs/GroupUserMappingsList.md | 2 +- .../docs/GroupsList.md | 2 +- .../docs/GroupsPerUserLimitExceededError.md | 2 +- .../docs/IdTokenMapping.md | 2 +- .../docs/IdTokenMappingInner.md | 2 +- .../docs/InvalidClaimContextError.md | 2 +- .../docs/InvalidGroupsError.md | 2 +- .../docs/InvalidParameterError.md | 2 +- .../docs/InvalidParameterErrorDetailsInner.md | 2 +- .../docs/InvalidVPTokenCreationTimeError.md | 2 +- .../docs/JsonWebKey.md | 2 +- .../docs/JsonWebKeyKeysInner.md | 2 +- .../docs/ListLoginConfigurationOutput.md | 2 +- .../LoginConfigurationClientMetadataInput.md | 2 +- .../LoginConfigurationClientMetadataOutput.md | 2 +- .../docs/LoginConfigurationObject.md | 2 +- ...inConfigurationReadInvalidClientIdError.md | 2 +- .../docs/LoginSessionAcceptResponseInput.md | 2 +- .../docs/LoginSessionAcceptResponseOutput.md | 2 +- .../docs/LoginSessionDto.md | 2 +- .../LoginSessionDtoAuthorizationRequest.md | 2 +- .../docs/LoginSessionForIDPInput.md | 2 +- .../docs/LoginSessionRejectResponseInput.md | 2 +- .../docs/LoginSessionRejectResponseOutput.md | 2 +- .../docs/NotFoundError.md | 2 +- .../docs/OAuth2Token.md | 2 +- .../docs/OIDCConfig.md | 2 +- ...CConfigCredentialsSupportedDraft00Inner.md | 2 +- .../docs/RedirectResponse.md | 2 +- .../docs/RemoveUserFromGroupInput.md | 2 +- .../docs/ResourceCreationError.md | 2 +- .../docs/ServiceErrorResponse.md | 2 +- .../docs/ServiceErrorResponseDetailsInner.md | 2 +- .../docs/TokenEndpointAuthMethod.md | 9 +- .../docs/UnauthorizedError.md | 2 +- .../docs/UpdateLoginConfigurationInput.md | 2 +- .../docs/VPTokenValidationError.md | 2 +- .../login_configuration_client/project.json | 2 +- .../login_configuration_client/pyproject.toml | 2 +- .../login_configuration_client/setup.py | 4 +- .../wallets_client/.openapi-generator/FILES | 1 + .../wallets_client/.openapi-generator/VERSION | 2 +- clients/python/wallets_client/README.md | 15 +- .../affinidi_tdk_wallets_client/__init__.py | 2 +- .../api/default_api.py | 2 +- .../api/revocation_api.py | 2 +- .../api/wallet_api.py | 2 +- .../affinidi_tdk_wallets_client/api_client.py | 6 +- .../configuration.py | 2 +- .../affinidi_tdk_wallets_client/exceptions.py | 2 +- .../models/__init__.py | 2 +- .../models/create_wallet_input.py | 2 +- .../models/create_wallet_response.py | 2 +- .../models/did_key_input_params.py | 8 +- .../models/did_web_input_params.py | 10 +- .../models/entity_not_found_error.py | 6 +- .../get_revocation_credential_status_ok.py | 4 +- ...t_revocation_list_credential_result_dto.py | 4 +- .../models/invalid_did_parameter_error.py | 6 +- .../models/invalid_parameter_error.py | 6 +- .../models/key_not_found_error.py | 6 +- .../models/not_found_error.py | 6 +- .../models/operation_forbidden_error.py | 6 +- .../models/revoke_credential_input.py | 6 +- .../models/service_error_response.py | 8 +- .../service_error_response_details_inner.py | 2 +- .../models/sign_credential400_response.py | 2 +- .../models/sign_credential_input_dto.py | 8 +- ...al_input_dto_unsigned_credential_params.py | 14 +- .../models/sign_credential_result_dto.py | 4 +- ...credential_result_dto_signed_credential.py | 2 +- .../models/sign_jwt_token.py | 2 +- .../models/sign_jwt_token_ok.py | 4 +- .../models/signing_failed_error.py | 6 +- .../models/update_wallet_input.py | 6 +- .../models/wallet_dto.py | 18 +- .../models/wallet_dto_keys_inner.py | 6 +- .../models/wallets_list_dto.py | 2 +- .../affinidi_tdk_wallets_client/rest.py | 2 +- .../wallets_client/docs/CreateWalletInput.md | 2 +- .../docs/CreateWalletResponse.md | 2 +- .../wallets_client/docs/DidKeyInputParams.md | 2 +- .../wallets_client/docs/DidWebInputParams.md | 2 +- .../docs/EntityNotFoundError.md | 2 +- .../docs/GetRevocationCredentialStatusOK.md | 2 +- .../GetRevocationListCredentialResultDto.md | 2 +- .../docs/InvalidDidParameterError.md | 2 +- .../docs/InvalidParameterError.md | 2 +- .../wallets_client/docs/KeyNotFoundError.md | 2 +- .../wallets_client/docs/NotFoundError.md | 2 +- .../docs/OperationForbiddenError.md | 2 +- .../docs/RevokeCredentialInput.md | 2 +- .../docs/ServiceErrorResponse.md | 2 +- .../docs/ServiceErrorResponseDetailsInner.md | 2 +- .../docs/SignCredential400Response.md | 2 +- .../docs/SignCredentialInputDto.md | 2 +- ...dentialInputDtoUnsignedCredentialParams.md | 2 +- .../docs/SignCredentialResultDto.md | 2 +- ...SignCredentialResultDtoSignedCredential.md | 2 +- .../wallets_client/docs/SignJwtToken.md | 2 +- .../wallets_client/docs/SignJwtTokenOK.md | 2 +- .../wallets_client/docs/SigningFailedError.md | 2 +- .../wallets_client/docs/UpdateWalletInput.md | 2 +- .../python/wallets_client/docs/WalletDto.md | 2 +- .../wallets_client/docs/WalletDtoKeysInner.md | 2 +- .../wallets_client/docs/WalletsListDto.md | 2 +- clients/python/wallets_client/project.json | 2 +- clients/python/wallets_client/pyproject.toml | 2 +- clients/python/wallets_client/setup.py | 4 +- .../.openapi-generator/VERSION | 2 +- .../credential-issuance-client/README.md | 2 +- .../credential-issuance-client/api.ts | 137 ++++--- .../credential-issuance-client/base.ts | 2 +- .../credential-issuance-client/common.ts | 2 +- .../configuration.ts | 2 +- .../docs/.openapi-generator/VERSION | 2 +- .../credential-issuance-client/index.ts | 2 +- .../credential-issuance-client/package.json | 4 +- .../.openapi-generator/VERSION | 2 +- .../credential-verification-client/README.md | 2 +- .../credential-verification-client/api.ts | 26 +- .../credential-verification-client/base.ts | 2 +- .../credential-verification-client/common.ts | 2 +- .../configuration.ts | 2 +- .../docs/.openapi-generator/VERSION | 2 +- .../credential-verification-client/index.ts | 2 +- .../package.json | 4 +- .../iam-client/.openapi-generator/VERSION | 2 +- clients/typescript/iam-client/README.md | 2 +- clients/typescript/iam-client/api.ts | 379 +++++++++++------- clients/typescript/iam-client/base.ts | 2 +- clients/typescript/iam-client/common.ts | 2 +- .../typescript/iam-client/configuration.ts | 2 +- .../docs/.openapi-generator/VERSION | 2 +- clients/typescript/iam-client/index.ts | 2 +- clients/typescript/iam-client/package.json | 4 +- .../iota-client/.openapi-generator/VERSION | 2 +- clients/typescript/iota-client/README.md | 2 +- clients/typescript/iota-client/api.ts | 176 ++++---- clients/typescript/iota-client/base.ts | 2 +- clients/typescript/iota-client/common.ts | 2 +- .../typescript/iota-client/configuration.ts | 2 +- .../docs/.openapi-generator/VERSION | 2 +- clients/typescript/iota-client/index.ts | 2 +- clients/typescript/iota-client/package.json | 4 +- .../.openapi-generator/VERSION | 2 +- .../login-configuration-client/README.md | 2 +- .../login-configuration-client/api.ts | 336 +++++++++------- .../login-configuration-client/base.ts | 2 +- .../login-configuration-client/common.ts | 2 +- .../configuration.ts | 2 +- .../docs/.openapi-generator/VERSION | 2 +- .../login-configuration-client/index.ts | 2 +- .../login-configuration-client/package.json | 4 +- .../wallets-client/.openapi-generator/VERSION | 2 +- clients/typescript/wallets-client/README.md | 2 +- clients/typescript/wallets-client/api.ts | 130 +++--- clients/typescript/wallets-client/base.ts | 2 +- clients/typescript/wallets-client/common.ts | 2 +- .../wallets-client/configuration.ts | 2 +- .../docs/.openapi-generator/VERSION | 2 +- clients/typescript/wallets-client/index.ts | 2 +- .../typescript/wallets-client/package.json | 4 +- package-lock.json | 8 +- 1007 files changed, 2331 insertions(+), 2154 deletions(-) diff --git a/clients/dart/credential_issuance_client/.gitignore b/clients/dart/credential_issuance_client/.gitignore index 1be28ced..0f74d293 100644 --- a/clients/dart/credential_issuance_client/.gitignore +++ b/clients/dart/credential_issuance_client/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/clients/dart/credential_issuance_client/.openapi-generator/VERSION b/clients/dart/credential_issuance_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/VERSION +++ b/clients/dart/credential_issuance_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/dart/credential_issuance_client/README.md b/clients/dart/credential_issuance_client/README.md index 73c808d6..7eaf9c5a 100644 --- a/clients/dart/credential_issuance_client/README.md +++ b/clients/dart/credential_issuance_client/README.md @@ -1,10 +1,11 @@ # affinidi_tdk_credential_issuance_client -Affinidi Credential Issuance Service Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 +- Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) @@ -21,7 +22,7 @@ If this Dart package is published to Github, add the following dependency to you ``` dependencies: affinidi_tdk_credential_issuance_client: - git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git + git: https://github.com/affinidi.com/affinidi-tdk.git ``` ### Local diff --git a/clients/dart/credential_issuance_client/lib/api.dart b/clients/dart/credential_issuance_client/lib/api.dart index 0e9fa3d0..a88b7466 100644 --- a/clients/dart/credential_issuance_client/lib/api.dart +++ b/clients/dart/credential_issuance_client/lib/api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api/configuration_api.dart b/clients/dart/credential_issuance_client/lib/api/configuration_api.dart index 414497c5..6911b400 100644 --- a/clients/dart/credential_issuance_client/lib/api/configuration_api.dart +++ b/clients/dart/credential_issuance_client/lib/api/configuration_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api/credentials_api.dart b/clients/dart/credential_issuance_client/lib/api/credentials_api.dart index 354921a7..d53f7c04 100644 --- a/clients/dart/credential_issuance_client/lib/api/credentials_api.dart +++ b/clients/dart/credential_issuance_client/lib/api/credentials_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api/issuance_api.dart b/clients/dart/credential_issuance_client/lib/api/issuance_api.dart index 6a404418..d4a3da46 100644 --- a/clients/dart/credential_issuance_client/lib/api/issuance_api.dart +++ b/clients/dart/credential_issuance_client/lib/api/issuance_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api/offer_api.dart b/clients/dart/credential_issuance_client/lib/api/offer_api.dart index 5518c646..ce40a26b 100644 --- a/clients/dart/credential_issuance_client/lib/api/offer_api.dart +++ b/clients/dart/credential_issuance_client/lib/api/offer_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api/well_known_api.dart b/clients/dart/credential_issuance_client/lib/api/well_known_api.dart index 279b0163..91fea9f8 100644 --- a/clients/dart/credential_issuance_client/lib/api/well_known_api.dart +++ b/clients/dart/credential_issuance_client/lib/api/well_known_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api_client.dart b/clients/dart/credential_issuance_client/lib/api_client.dart index 24f6cdb1..f481aaa8 100644 --- a/clients/dart/credential_issuance_client/lib/api_client.dart +++ b/clients/dart/credential_issuance_client/lib/api_client.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api_exception.dart b/clients/dart/credential_issuance_client/lib/api_exception.dart index 796f7f7e..53077d68 100644 --- a/clients/dart/credential_issuance_client/lib/api_exception.dart +++ b/clients/dart/credential_issuance_client/lib/api_exception.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/api_helper.dart b/clients/dart/credential_issuance_client/lib/api_helper.dart index b0d63582..bf83e917 100644 --- a/clients/dart/credential_issuance_client/lib/api_helper.dart +++ b/clients/dart/credential_issuance_client/lib/api_helper.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/auth/api_key_auth.dart b/clients/dart/credential_issuance_client/lib/auth/api_key_auth.dart index 84dc2955..6c562179 100644 --- a/clients/dart/credential_issuance_client/lib/auth/api_key_auth.dart +++ b/clients/dart/credential_issuance_client/lib/auth/api_key_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/auth/authentication.dart b/clients/dart/credential_issuance_client/lib/auth/authentication.dart index 1b1b8ae1..5377fb6f 100644 --- a/clients/dart/credential_issuance_client/lib/auth/authentication.dart +++ b/clients/dart/credential_issuance_client/lib/auth/authentication.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/auth/http_basic_auth.dart b/clients/dart/credential_issuance_client/lib/auth/http_basic_auth.dart index dfedaa50..5e8b1c41 100644 --- a/clients/dart/credential_issuance_client/lib/auth/http_basic_auth.dart +++ b/clients/dart/credential_issuance_client/lib/auth/http_basic_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/auth/http_bearer_auth.dart b/clients/dart/credential_issuance_client/lib/auth/http_bearer_auth.dart index eddf3a59..847dc056 100644 --- a/clients/dart/credential_issuance_client/lib/auth/http_bearer_auth.dart +++ b/clients/dart/credential_issuance_client/lib/auth/http_bearer_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/auth/oauth.dart b/clients/dart/credential_issuance_client/lib/auth/oauth.dart index e9e7d784..73fd8202 100644 --- a/clients/dart/credential_issuance_client/lib/auth/oauth.dart +++ b/clients/dart/credential_issuance_client/lib/auth/oauth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/action_forbidden_error.dart b/clients/dart/credential_issuance_client/lib/model/action_forbidden_error.dart index 8c1ada7a..ad1b3182 100644 --- a/clients/dart/credential_issuance_client/lib/model/action_forbidden_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/action_forbidden_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/action_forbidden_error_details_inner.dart b/clients/dart/credential_issuance_client/lib/model/action_forbidden_error_details_inner.dart index 289f177f..eafd3037 100644 --- a/clients/dart/credential_issuance_client/lib/model/action_forbidden_error_details_inner.dart +++ b/clients/dart/credential_issuance_client/lib/model/action_forbidden_error_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/cors_generate_credentials_ok.dart b/clients/dart/credential_issuance_client/lib/model/cors_generate_credentials_ok.dart index 36994622..2ec620da 100644 --- a/clients/dart/credential_issuance_client/lib/model/cors_generate_credentials_ok.dart +++ b/clients/dart/credential_issuance_client/lib/model/cors_generate_credentials_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/cors_get_credential_offer_ok.dart b/clients/dart/credential_issuance_client/lib/model/cors_get_credential_offer_ok.dart index f668d325..0ba39847 100644 --- a/clients/dart/credential_issuance_client/lib/model/cors_get_credential_offer_ok.dart +++ b/clients/dart/credential_issuance_client/lib/model/cors_get_credential_offer_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart b/clients/dart/credential_issuance_client/lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart index f597862a..5817fa56 100644 --- a/clients/dart/credential_issuance_client/lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart +++ b/clients/dart/credential_issuance_client/lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart b/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart index 90a84df4..21023028 100644 --- a/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/create_issuance_config400_response.dart b/clients/dart/credential_issuance_client/lib/model/create_issuance_config400_response.dart index 44f23495..941c1448 100644 --- a/clients/dart/credential_issuance_client/lib/model/create_issuance_config400_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/create_issuance_config400_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart b/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart index d262435e..b8c213c5 100644 --- a/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_issuance_id_exist_error.dart b/clients/dart/credential_issuance_client/lib/model/credential_issuance_id_exist_error.dart index 5b8466bb..e9ed1faa 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_issuance_id_exist_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_issuance_id_exist_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_claimed_error.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_claimed_error.dart index 1948f4d3..ec8d91c2 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_claimed_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_claimed_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_expired_error.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_expired_error.dart index 3762bab3..842a0059 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_expired_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_expired_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_response.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_response.dart index 4fad2a77..4dce9799 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants.dart index 76b44a25..ca0b7223 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart index 5a0ff87c..b8ff6b8c 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.dart index 073a2e84..21001161 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_proof.dart b/clients/dart/credential_issuance_client/lib/model/credential_proof.dart index b27a7ab1..2937de33 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_proof.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_proof.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response.dart b/clients/dart/credential_issuance_client/lib/model/credential_response.dart index 5bc7408e..40534fd5 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_deferred.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_deferred.dart index 17b18f77..1bceb0fe 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response_deferred.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_deferred.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart index e049a414..0783e689 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart index 7acba966..41350461 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart index 2c460597..9d2babb1 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_subject_not_valid_error.dart b/clients/dart/credential_issuance_client/lib/model/credential_subject_not_valid_error.dart index 203f9236..1c8ceff8 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_subject_not_valid_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_subject_not_valid_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart b/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart index a359e50d..6749d30d 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_supported_object.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/deferred_credential_input.dart b/clients/dart/credential_issuance_client/lib/model/deferred_credential_input.dart index 5a538981..8d35173d 100644 --- a/clients/dart/credential_issuance_client/lib/model/deferred_credential_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/deferred_credential_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/generate_credentials400_response.dart b/clients/dart/credential_issuance_client/lib/model/generate_credentials400_response.dart index 969ce8e3..5404dc7f 100644 --- a/clients/dart/credential_issuance_client/lib/model/generate_credentials400_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/generate_credentials400_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/get_credential_offer400_response.dart b/clients/dart/credential_issuance_client/lib/model/get_credential_offer400_response.dart index 1777b6f4..05963dca 100644 --- a/clients/dart/credential_issuance_client/lib/model/get_credential_offer400_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/get_credential_offer400_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/invalid_credential_request_error.dart b/clients/dart/credential_issuance_client/lib/model/invalid_credential_request_error.dart index ce58280f..860af8f8 100644 --- a/clients/dart/credential_issuance_client/lib/model/invalid_credential_request_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/invalid_credential_request_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/invalid_credential_type_error.dart b/clients/dart/credential_issuance_client/lib/model/invalid_credential_type_error.dart index 26a0d864..d54bf5b9 100644 --- a/clients/dart/credential_issuance_client/lib/model/invalid_credential_type_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/invalid_credential_type_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/invalid_issuer_wallet_error.dart b/clients/dart/credential_issuance_client/lib/model/invalid_issuer_wallet_error.dart index c4c0828d..0eb450f2 100644 --- a/clients/dart/credential_issuance_client/lib/model/invalid_issuer_wallet_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/invalid_issuer_wallet_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/invalid_jwt_token_error.dart b/clients/dart/credential_issuance_client/lib/model/invalid_jwt_token_error.dart index e417be09..92e24ae6 100644 --- a/clients/dart/credential_issuance_client/lib/model/invalid_jwt_token_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/invalid_jwt_token_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/invalid_parameter_error.dart b/clients/dart/credential_issuance_client/lib/model/invalid_parameter_error.dart index 2d008512..d82bed27 100644 --- a/clients/dart/credential_issuance_client/lib/model/invalid_parameter_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/invalid_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/invalid_proof_error.dart b/clients/dart/credential_issuance_client/lib/model/invalid_proof_error.dart index 6462bc03..e4373f4e 100644 --- a/clients/dart/credential_issuance_client/lib/model/invalid_proof_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/invalid_proof_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart b/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart index 58b5676c..503590db 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_config_list_response.dart b/clients/dart/credential_issuance_client/lib/model/issuance_config_list_response.dart index 8b073144..299e753c 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_config_list_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_config_list_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart b/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart index 7bb8f0fc..7f23fcb2 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_state_response.dart b/clients/dart/credential_issuance_client/lib/model/issuance_state_response.dart index 6f70af92..3300fb23 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_state_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_state_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/list_issuance_response.dart b/clients/dart/credential_issuance_client/lib/model/list_issuance_response.dart index 121d653f..b7ce2060 100644 --- a/clients/dart/credential_issuance_client/lib/model/list_issuance_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/list_issuance_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/list_issuance_response_issuances_inner.dart b/clients/dart/credential_issuance_client/lib/model/list_issuance_response_issuances_inner.dart index 66ddc1ff..b852e238 100644 --- a/clients/dart/credential_issuance_client/lib/model/list_issuance_response_issuances_inner.dart +++ b/clients/dart/credential_issuance_client/lib/model/list_issuance_response_issuances_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/missing_holder_did_error.dart b/clients/dart/credential_issuance_client/lib/model/missing_holder_did_error.dart index 4758bf3f..db4074af 100644 --- a/clients/dart/credential_issuance_client/lib/model/missing_holder_did_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/missing_holder_did_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/not_found_error.dart b/clients/dart/credential_issuance_client/lib/model/not_found_error.dart index b9ee7a29..4f3896e8 100644 --- a/clients/dart/credential_issuance_client/lib/model/not_found_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/project_credential_config_exist_error.dart b/clients/dart/credential_issuance_client/lib/model/project_credential_config_exist_error.dart index 330157ad..9e0e9738 100644 --- a/clients/dart/credential_issuance_client/lib/model/project_credential_config_exist_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/project_credential_config_exist_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/project_credential_config_not_exist_error.dart b/clients/dart/credential_issuance_client/lib/model/project_credential_config_not_exist_error.dart index c62e7619..b6c1e458 100644 --- a/clients/dart/credential_issuance_client/lib/model/project_credential_config_not_exist_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/project_credential_config_not_exist_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/start_issuance400_response.dart b/clients/dart/credential_issuance_client/lib/model/start_issuance400_response.dart index 80108f04..6a22dad4 100644 --- a/clients/dart/credential_issuance_client/lib/model/start_issuance400_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/start_issuance400_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/start_issuance_input.dart b/clients/dart/credential_issuance_client/lib/model/start_issuance_input.dart index 6c645186..84b9991a 100644 --- a/clients/dart/credential_issuance_client/lib/model/start_issuance_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/start_issuance_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner.dart b/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner.dart index e81163a3..58f76a8a 100644 --- a/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner.dart +++ b/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner_meta_data.dart b/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner_meta_data.dart index 163d9ce9..9e9a1d07 100644 --- a/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner_meta_data.dart +++ b/clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner_meta_data.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/start_issuance_response.dart b/clients/dart/credential_issuance_client/lib/model/start_issuance_response.dart index 8a665276..7b1b57a0 100644 --- a/clients/dart/credential_issuance_client/lib/model/start_issuance_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/start_issuance_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart index 4d5535fe..747e7fa5 100644 --- a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart +++ b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart index 9f784934..85b4f653 100644 --- a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart +++ b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart index a8c1a196..b408df3e 100644 --- a/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart +++ b/clients/dart/credential_issuance_client/lib/model/supported_credential_metadata_display_inner_logo.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart b/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart index df345c2e..20771bdb 100644 --- a/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/vc_claimed_error.dart b/clients/dart/credential_issuance_client/lib/model/vc_claimed_error.dart index 2f82b59e..ff9dfdd0 100644 --- a/clients/dart/credential_issuance_client/lib/model/vc_claimed_error.dart +++ b/clients/dart/credential_issuance_client/lib/model/vc_claimed_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart index ee6aff43..5d32acf0 100644 --- a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart index da12492d..dd6e58d6 100644 --- a/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart +++ b/clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_issuance_client/pubspec.yaml b/clients/dart/credential_issuance_client/pubspec.yaml index a56562fe..1a7b9abe 100644 --- a/clients/dart/credential_issuance_client/pubspec.yaml +++ b/clients/dart/credential_issuance_client/pubspec.yaml @@ -7,11 +7,11 @@ version: '1.0.0' description: 'OpenAPI API client' homepage: 'homepage' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: - collection: '^1.17.0' - http: '>=0.13.0 <0.14.0' - intl: '^0.18.0' - meta: '^1.1.8' + collection: '>=1.17.0 <2.0.0' + http: '>=0.13.0 <2.0.0' + intl: any + meta: '>=1.1.8 <2.0.0' dev_dependencies: - test: '>=1.16.0 <1.18.0' + test: '>=1.21.6 <1.22.0' diff --git a/clients/dart/credential_verification_client/.gitignore b/clients/dart/credential_verification_client/.gitignore index 1be28ced..0f74d293 100644 --- a/clients/dart/credential_verification_client/.gitignore +++ b/clients/dart/credential_verification_client/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/clients/dart/credential_verification_client/.openapi-generator/VERSION b/clients/dart/credential_verification_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/dart/credential_verification_client/.openapi-generator/VERSION +++ b/clients/dart/credential_verification_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/dart/credential_verification_client/README.md b/clients/dart/credential_verification_client/README.md index c61f906a..b1e8b296 100644 --- a/clients/dart/credential_verification_client/README.md +++ b/clients/dart/credential_verification_client/README.md @@ -1,10 +1,11 @@ # affinidi_tdk_credential_verification_client -Affinidi VerificationService Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 +- Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) @@ -21,7 +22,7 @@ If this Dart package is published to Github, add the following dependency to you ``` dependencies: affinidi_tdk_credential_verification_client: - git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git + git: https://github.com/affinidi.com/affinidi-tdk.git ``` ### Local diff --git a/clients/dart/credential_verification_client/lib/api.dart b/clients/dart/credential_verification_client/lib/api.dart index b96a3523..03c6721e 100644 --- a/clients/dart/credential_verification_client/lib/api.dart +++ b/clients/dart/credential_verification_client/lib/api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/api/default_api.dart b/clients/dart/credential_verification_client/lib/api/default_api.dart index fc50f808..842ca125 100644 --- a/clients/dart/credential_verification_client/lib/api/default_api.dart +++ b/clients/dart/credential_verification_client/lib/api/default_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/api_client.dart b/clients/dart/credential_verification_client/lib/api_client.dart index afdcd520..8fc460e0 100644 --- a/clients/dart/credential_verification_client/lib/api_client.dart +++ b/clients/dart/credential_verification_client/lib/api_client.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/api_exception.dart b/clients/dart/credential_verification_client/lib/api_exception.dart index 796f7f7e..53077d68 100644 --- a/clients/dart/credential_verification_client/lib/api_exception.dart +++ b/clients/dart/credential_verification_client/lib/api_exception.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/api_helper.dart b/clients/dart/credential_verification_client/lib/api_helper.dart index b0d63582..bf83e917 100644 --- a/clients/dart/credential_verification_client/lib/api_helper.dart +++ b/clients/dart/credential_verification_client/lib/api_helper.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/auth/api_key_auth.dart b/clients/dart/credential_verification_client/lib/auth/api_key_auth.dart index 84dc2955..6c562179 100644 --- a/clients/dart/credential_verification_client/lib/auth/api_key_auth.dart +++ b/clients/dart/credential_verification_client/lib/auth/api_key_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/auth/authentication.dart b/clients/dart/credential_verification_client/lib/auth/authentication.dart index 1b1b8ae1..5377fb6f 100644 --- a/clients/dart/credential_verification_client/lib/auth/authentication.dart +++ b/clients/dart/credential_verification_client/lib/auth/authentication.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/auth/http_basic_auth.dart b/clients/dart/credential_verification_client/lib/auth/http_basic_auth.dart index dfedaa50..5e8b1c41 100644 --- a/clients/dart/credential_verification_client/lib/auth/http_basic_auth.dart +++ b/clients/dart/credential_verification_client/lib/auth/http_basic_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/auth/http_bearer_auth.dart b/clients/dart/credential_verification_client/lib/auth/http_bearer_auth.dart index eddf3a59..847dc056 100644 --- a/clients/dart/credential_verification_client/lib/auth/http_bearer_auth.dart +++ b/clients/dart/credential_verification_client/lib/auth/http_bearer_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/auth/oauth.dart b/clients/dart/credential_verification_client/lib/auth/oauth.dart index e9e7d784..73fd8202 100644 --- a/clients/dart/credential_verification_client/lib/auth/oauth.dart +++ b/clients/dart/credential_verification_client/lib/auth/oauth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/constraints.dart b/clients/dart/credential_verification_client/lib/model/constraints.dart index de6ca4ef..d98173de 100644 --- a/clients/dart/credential_verification_client/lib/model/constraints.dart +++ b/clients/dart/credential_verification_client/lib/model/constraints.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/constraints_statuses.dart b/clients/dart/credential_verification_client/lib/model/constraints_statuses.dart index 49e4ccf7..9d5a10b6 100644 --- a/clients/dart/credential_verification_client/lib/model/constraints_statuses.dart +++ b/clients/dart/credential_verification_client/lib/model/constraints_statuses.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/credential_requirements.dart b/clients/dart/credential_verification_client/lib/model/credential_requirements.dart index 5a27a552..1100a1ca 100644 --- a/clients/dart/credential_verification_client/lib/model/credential_requirements.dart +++ b/clients/dart/credential_verification_client/lib/model/credential_requirements.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/credential_requirements_constraints.dart b/clients/dart/credential_verification_client/lib/model/credential_requirements_constraints.dart index 3f315918..fea9da14 100644 --- a/clients/dart/credential_verification_client/lib/model/credential_requirements_constraints.dart +++ b/clients/dart/credential_verification_client/lib/model/credential_requirements_constraints.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/descriptor.dart b/clients/dart/credential_verification_client/lib/model/descriptor.dart index 900e6866..2a944c0f 100644 --- a/clients/dart/credential_verification_client/lib/model/descriptor.dart +++ b/clients/dart/credential_verification_client/lib/model/descriptor.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/error.dart b/clients/dart/credential_verification_client/lib/model/error.dart index c6f9b352..29df5e04 100644 --- a/clients/dart/credential_verification_client/lib/model/error.dart +++ b/clients/dart/credential_verification_client/lib/model/error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/error_detail.dart b/clients/dart/credential_verification_client/lib/model/error_detail.dart index aab26e41..a92d2475 100644 --- a/clients/dart/credential_verification_client/lib/model/error_detail.dart +++ b/clients/dart/credential_verification_client/lib/model/error_detail.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/evaluate_vp_output.dart b/clients/dart/credential_verification_client/lib/model/evaluate_vp_output.dart index 0c6be22f..3d0bee12 100644 --- a/clients/dart/credential_verification_client/lib/model/evaluate_vp_output.dart +++ b/clients/dart/credential_verification_client/lib/model/evaluate_vp_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/field.dart b/clients/dart/credential_verification_client/lib/model/field.dart index 3639e33d..a4566d1e 100644 --- a/clients/dart/credential_verification_client/lib/model/field.dart +++ b/clients/dart/credential_verification_client/lib/model/field.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/filter.dart b/clients/dart/credential_verification_client/lib/model/filter.dart index f8ac0fa5..bcf9807f 100644 --- a/clients/dart/credential_verification_client/lib/model/filter.dart +++ b/clients/dart/credential_verification_client/lib/model/filter.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/filter_const.dart b/clients/dart/credential_verification_client/lib/model/filter_const.dart index 38843dde..8718746e 100644 --- a/clients/dart/credential_verification_client/lib/model/filter_const.dart +++ b/clients/dart/credential_verification_client/lib/model/filter_const.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/filter_items.dart b/clients/dart/credential_verification_client/lib/model/filter_items.dart index f4677c35..fd086cdc 100644 --- a/clients/dart/credential_verification_client/lib/model/filter_items.dart +++ b/clients/dart/credential_verification_client/lib/model/filter_items.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/format.dart b/clients/dart/credential_verification_client/lib/model/format.dart index b252b3bc..707482fd 100644 --- a/clients/dart/credential_verification_client/lib/model/format.dart +++ b/clients/dart/credential_verification_client/lib/model/format.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/free_form_object.dart b/clients/dart/credential_verification_client/lib/model/free_form_object.dart index 3f1d2a9f..ddc13c6d 100644 --- a/clients/dart/credential_verification_client/lib/model/free_form_object.dart +++ b/clients/dart/credential_verification_client/lib/model/free_form_object.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/holder_subject.dart b/clients/dart/credential_verification_client/lib/model/holder_subject.dart index 70e46f4b..cbf8eeb4 100644 --- a/clients/dart/credential_verification_client/lib/model/holder_subject.dart +++ b/clients/dart/credential_verification_client/lib/model/holder_subject.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/input_descriptor.dart b/clients/dart/credential_verification_client/lib/model/input_descriptor.dart index 7b171a42..cc64c6ce 100644 --- a/clients/dart/credential_verification_client/lib/model/input_descriptor.dart +++ b/clients/dart/credential_verification_client/lib/model/input_descriptor.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/invalid_parameter_error.dart b/clients/dart/credential_verification_client/lib/model/invalid_parameter_error.dart index cfbad94a..1fe26bd0 100644 --- a/clients/dart/credential_verification_client/lib/model/invalid_parameter_error.dart +++ b/clients/dart/credential_verification_client/lib/model/invalid_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/jwt_object.dart b/clients/dart/credential_verification_client/lib/model/jwt_object.dart index cbc96cb2..bde0e18e 100644 --- a/clients/dart/credential_verification_client/lib/model/jwt_object.dart +++ b/clients/dart/credential_verification_client/lib/model/jwt_object.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/ldp_object.dart b/clients/dart/credential_verification_client/lib/model/ldp_object.dart index 40e4506a..a914c43f 100644 --- a/clients/dart/credential_verification_client/lib/model/ldp_object.dart +++ b/clients/dart/credential_verification_client/lib/model/ldp_object.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/nested_descriptor.dart b/clients/dart/credential_verification_client/lib/model/nested_descriptor.dart index 7b155a59..e340ad94 100644 --- a/clients/dart/credential_verification_client/lib/model/nested_descriptor.dart +++ b/clients/dart/credential_verification_client/lib/model/nested_descriptor.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/not_found_error.dart b/clients/dart/credential_verification_client/lib/model/not_found_error.dart index 4d7f26fe..c4b68bdc 100644 --- a/clients/dart/credential_verification_client/lib/model/not_found_error.dart +++ b/clients/dart/credential_verification_client/lib/model/not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/not_found_error_details_inner.dart b/clients/dart/credential_verification_client/lib/model/not_found_error_details_inner.dart index b79e4c84..77f3f466 100644 --- a/clients/dart/credential_verification_client/lib/model/not_found_error_details_inner.dart +++ b/clients/dart/credential_verification_client/lib/model/not_found_error_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/pd_status.dart b/clients/dart/credential_verification_client/lib/model/pd_status.dart index c8603dbc..527105f5 100644 --- a/clients/dart/credential_verification_client/lib/model/pd_status.dart +++ b/clients/dart/credential_verification_client/lib/model/pd_status.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/presentation_definition.dart b/clients/dart/credential_verification_client/lib/model/presentation_definition.dart index 1d5f8ee0..14bc7320 100644 --- a/clients/dart/credential_verification_client/lib/model/presentation_definition.dart +++ b/clients/dart/credential_verification_client/lib/model/presentation_definition.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/presentation_submission.dart b/clients/dart/credential_verification_client/lib/model/presentation_submission.dart index eb03a581..914a4128 100644 --- a/clients/dart/credential_verification_client/lib/model/presentation_submission.dart +++ b/clients/dart/credential_verification_client/lib/model/presentation_submission.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/submission_requirement.dart b/clients/dart/credential_verification_client/lib/model/submission_requirement.dart index e7fca632..c3890035 100644 --- a/clients/dart/credential_verification_client/lib/model/submission_requirement.dart +++ b/clients/dart/credential_verification_client/lib/model/submission_requirement.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/validate_jwt_input.dart b/clients/dart/credential_verification_client/lib/model/validate_jwt_input.dart index 10901a2b..4b7e3ab8 100644 --- a/clients/dart/credential_verification_client/lib/model/validate_jwt_input.dart +++ b/clients/dart/credential_verification_client/lib/model/validate_jwt_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/validate_jwt_output.dart b/clients/dart/credential_verification_client/lib/model/validate_jwt_output.dart index beea8bf0..29edf70a 100644 --- a/clients/dart/credential_verification_client/lib/model/validate_jwt_output.dart +++ b/clients/dart/credential_verification_client/lib/model/validate_jwt_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/verify_credential_input.dart b/clients/dart/credential_verification_client/lib/model/verify_credential_input.dart index 7a5c5246..2c4b88d8 100644 --- a/clients/dart/credential_verification_client/lib/model/verify_credential_input.dart +++ b/clients/dart/credential_verification_client/lib/model/verify_credential_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/verify_credential_output.dart b/clients/dart/credential_verification_client/lib/model/verify_credential_output.dart index 339d930c..fd431be3 100644 --- a/clients/dart/credential_verification_client/lib/model/verify_credential_output.dart +++ b/clients/dart/credential_verification_client/lib/model/verify_credential_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/verify_presentation_input.dart b/clients/dart/credential_verification_client/lib/model/verify_presentation_input.dart index e631b031..a6ab1ab3 100644 --- a/clients/dart/credential_verification_client/lib/model/verify_presentation_input.dart +++ b/clients/dart/credential_verification_client/lib/model/verify_presentation_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/verify_presentation_output.dart b/clients/dart/credential_verification_client/lib/model/verify_presentation_output.dart index b0d35567..f028e0ab 100644 --- a/clients/dart/credential_verification_client/lib/model/verify_presentation_output.dart +++ b/clients/dart/credential_verification_client/lib/model/verify_presentation_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/verify_presentation_output_errors.dart b/clients/dart/credential_verification_client/lib/model/verify_presentation_output_errors.dart index c008a9c6..5a477d59 100644 --- a/clients/dart/credential_verification_client/lib/model/verify_presentation_output_errors.dart +++ b/clients/dart/credential_verification_client/lib/model/verify_presentation_output_errors.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_credential.dart b/clients/dart/credential_verification_client/lib/model/w3c_credential.dart index 8cfb50dc..40fbf0f8 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_credential.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_credential.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_schema.dart b/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_schema.dart index 15b485b0..7329671f 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_schema.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_schema.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_subject.dart b/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_subject.dart index d93c2023..ffde3f8e 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_subject.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_credential_credential_subject.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_credential_holder.dart b/clients/dart/credential_verification_client/lib/model/w3c_credential_holder.dart index 8b5c3b9c..e51cb1d8 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_credential_holder.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_credential_holder.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_credential_status.dart b/clients/dart/credential_verification_client/lib/model/w3c_credential_status.dart index bb8b3744..e0d6de80 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_credential_status.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_credential_status.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_presentation.dart b/clients/dart/credential_verification_client/lib/model/w3c_presentation.dart index 08b29caa..78f22db7 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_presentation.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_presentation.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_presentation_context.dart b/clients/dart/credential_verification_client/lib/model/w3c_presentation_context.dart index 77421839..6cb5c54a 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_presentation_context.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_presentation_context.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_presentation_context_one_of_inner.dart b/clients/dart/credential_verification_client/lib/model/w3c_presentation_context_one_of_inner.dart index 81a28a90..1a386040 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_presentation_context_one_of_inner.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_presentation_context_one_of_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/lib/model/w3c_proof.dart b/clients/dart/credential_verification_client/lib/model/w3c_proof.dart index 50c96a08..8da11965 100644 --- a/clients/dart/credential_verification_client/lib/model/w3c_proof.dart +++ b/clients/dart/credential_verification_client/lib/model/w3c_proof.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/credential_verification_client/pubspec.yaml b/clients/dart/credential_verification_client/pubspec.yaml index 2de2171f..6860af6e 100644 --- a/clients/dart/credential_verification_client/pubspec.yaml +++ b/clients/dart/credential_verification_client/pubspec.yaml @@ -7,11 +7,11 @@ version: '1.0.0' description: 'OpenAPI API client' homepage: 'homepage' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: - collection: '^1.17.0' - http: '>=0.13.0 <0.14.0' - intl: '^0.18.0' - meta: '^1.1.8' + collection: '>=1.17.0 <2.0.0' + http: '>=0.13.0 <2.0.0' + intl: any + meta: '>=1.1.8 <2.0.0' dev_dependencies: - test: '>=1.16.0 <1.18.0' + test: '>=1.21.6 <1.22.0' diff --git a/clients/dart/iam_client/.gitignore b/clients/dart/iam_client/.gitignore index 1be28ced..0f74d293 100644 --- a/clients/dart/iam_client/.gitignore +++ b/clients/dart/iam_client/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/clients/dart/iam_client/.openapi-generator/VERSION b/clients/dart/iam_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/dart/iam_client/.openapi-generator/VERSION +++ b/clients/dart/iam_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/dart/iam_client/README.md b/clients/dart/iam_client/README.md index e5dd28fc..a0a77a27 100644 --- a/clients/dart/iam_client/README.md +++ b/clients/dart/iam_client/README.md @@ -1,10 +1,11 @@ # affinidi_tdk_iam_client -Affinidi IAM +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 +- Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) @@ -21,7 +22,7 @@ If this Dart package is published to Github, add the following dependency to you ``` dependencies: affinidi_tdk_iam_client: - git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git + git: https://github.com/affinidi.com/affinidi-tdk.git ``` ### Local diff --git a/clients/dart/iam_client/lib/api.dart b/clients/dart/iam_client/lib/api.dart index aa2336c4..2693ceb8 100644 --- a/clients/dart/iam_client/lib/api.dart +++ b/clients/dart/iam_client/lib/api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/consumer_auth_api.dart b/clients/dart/iam_client/lib/api/consumer_auth_api.dart index f2d95389..a088f583 100644 --- a/clients/dart/iam_client/lib/api/consumer_auth_api.dart +++ b/clients/dart/iam_client/lib/api/consumer_auth_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/default_api.dart b/clients/dart/iam_client/lib/api/default_api.dart index d39c07cd..cda36dd3 100644 --- a/clients/dart/iam_client/lib/api/default_api.dart +++ b/clients/dart/iam_client/lib/api/default_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/policies_api.dart b/clients/dart/iam_client/lib/api/policies_api.dart index bb6475c8..e3755841 100644 --- a/clients/dart/iam_client/lib/api/policies_api.dart +++ b/clients/dart/iam_client/lib/api/policies_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/projects_api.dart b/clients/dart/iam_client/lib/api/projects_api.dart index ae501dd8..e82550f6 100644 --- a/clients/dart/iam_client/lib/api/projects_api.dart +++ b/clients/dart/iam_client/lib/api/projects_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/sts_api.dart b/clients/dart/iam_client/lib/api/sts_api.dart index ae9d7bce..a7ff768e 100644 --- a/clients/dart/iam_client/lib/api/sts_api.dart +++ b/clients/dart/iam_client/lib/api/sts_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/tokens_api.dart b/clients/dart/iam_client/lib/api/tokens_api.dart index 6468ec73..f044f6a9 100644 --- a/clients/dart/iam_client/lib/api/tokens_api.dart +++ b/clients/dart/iam_client/lib/api/tokens_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api/well_known_api.dart b/clients/dart/iam_client/lib/api/well_known_api.dart index 8bd8d58a..9cade256 100644 --- a/clients/dart/iam_client/lib/api/well_known_api.dart +++ b/clients/dart/iam_client/lib/api/well_known_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api_client.dart b/clients/dart/iam_client/lib/api_client.dart index 80d5d01a..252ad2c7 100644 --- a/clients/dart/iam_client/lib/api_client.dart +++ b/clients/dart/iam_client/lib/api_client.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api_exception.dart b/clients/dart/iam_client/lib/api_exception.dart index 796f7f7e..53077d68 100644 --- a/clients/dart/iam_client/lib/api_exception.dart +++ b/clients/dart/iam_client/lib/api_exception.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/api_helper.dart b/clients/dart/iam_client/lib/api_helper.dart index b0d63582..bf83e917 100644 --- a/clients/dart/iam_client/lib/api_helper.dart +++ b/clients/dart/iam_client/lib/api_helper.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/auth/api_key_auth.dart b/clients/dart/iam_client/lib/auth/api_key_auth.dart index 84dc2955..6c562179 100644 --- a/clients/dart/iam_client/lib/auth/api_key_auth.dart +++ b/clients/dart/iam_client/lib/auth/api_key_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/auth/authentication.dart b/clients/dart/iam_client/lib/auth/authentication.dart index 1b1b8ae1..5377fb6f 100644 --- a/clients/dart/iam_client/lib/auth/authentication.dart +++ b/clients/dart/iam_client/lib/auth/authentication.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/auth/http_basic_auth.dart b/clients/dart/iam_client/lib/auth/http_basic_auth.dart index dfedaa50..5e8b1c41 100644 --- a/clients/dart/iam_client/lib/auth/http_basic_auth.dart +++ b/clients/dart/iam_client/lib/auth/http_basic_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/auth/http_bearer_auth.dart b/clients/dart/iam_client/lib/auth/http_bearer_auth.dart index eddf3a59..847dc056 100644 --- a/clients/dart/iam_client/lib/auth/http_bearer_auth.dart +++ b/clients/dart/iam_client/lib/auth/http_bearer_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/auth/oauth.dart b/clients/dart/iam_client/lib/auth/oauth.dart index e9e7d784..73fd8202 100644 --- a/clients/dart/iam_client/lib/auth/oauth.dart +++ b/clients/dart/iam_client/lib/auth/oauth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/action_forbidden_error.dart b/clients/dart/iam_client/lib/model/action_forbidden_error.dart index fc9b8a0e..bed65c54 100644 --- a/clients/dart/iam_client/lib/model/action_forbidden_error.dart +++ b/clients/dart/iam_client/lib/model/action_forbidden_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/add_user_to_project_input.dart b/clients/dart/iam_client/lib/model/add_user_to_project_input.dart index 1372a48a..54f79364 100644 --- a/clients/dart/iam_client/lib/model/add_user_to_project_input.dart +++ b/clients/dart/iam_client/lib/model/add_user_to_project_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_input.dart b/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_input.dart index f997c93c..fd5b0a71 100644 --- a/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_input.dart +++ b/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_output.dart b/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_output.dart index 6819bf8a..2a93762e 100644 --- a/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_output.dart +++ b/clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/cors_consumer_auth_token_endpoint_ok.dart b/clients/dart/iam_client/lib/model/cors_consumer_auth_token_endpoint_ok.dart index cad1fab7..b78a5876 100644 --- a/clients/dart/iam_client/lib/model/cors_consumer_auth_token_endpoint_ok.dart +++ b/clients/dart/iam_client/lib/model/cors_consumer_auth_token_endpoint_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/create_project_input.dart b/clients/dart/iam_client/lib/model/create_project_input.dart index a43cb6de..bb3dccf3 100644 --- a/clients/dart/iam_client/lib/model/create_project_input.dart +++ b/clients/dart/iam_client/lib/model/create_project_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/create_project_scoped_token_input.dart b/clients/dart/iam_client/lib/model/create_project_scoped_token_input.dart index 1d98f172..5e39cc0b 100644 --- a/clients/dart/iam_client/lib/model/create_project_scoped_token_input.dart +++ b/clients/dart/iam_client/lib/model/create_project_scoped_token_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/create_project_scoped_token_output.dart b/clients/dart/iam_client/lib/model/create_project_scoped_token_output.dart index f9a9ea98..4ce427ee 100644 --- a/clients/dart/iam_client/lib/model/create_project_scoped_token_output.dart +++ b/clients/dart/iam_client/lib/model/create_project_scoped_token_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/create_token_input.dart b/clients/dart/iam_client/lib/model/create_token_input.dart index 824cd7d2..89ae4edc 100644 --- a/clients/dart/iam_client/lib/model/create_token_input.dart +++ b/clients/dart/iam_client/lib/model/create_token_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/get_well_known_did_ok.dart b/clients/dart/iam_client/lib/model/get_well_known_did_ok.dart index 571b098b..76c602b1 100644 --- a/clients/dart/iam_client/lib/model/get_well_known_did_ok.dart +++ b/clients/dart/iam_client/lib/model/get_well_known_did_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/invalid_jwt_token_error.dart b/clients/dart/iam_client/lib/model/invalid_jwt_token_error.dart index 60459a01..9a9a5c86 100644 --- a/clients/dart/iam_client/lib/model/invalid_jwt_token_error.dart +++ b/clients/dart/iam_client/lib/model/invalid_jwt_token_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/invalid_parameter_error.dart b/clients/dart/iam_client/lib/model/invalid_parameter_error.dart index ae6d4c8f..61de02a3 100644 --- a/clients/dart/iam_client/lib/model/invalid_parameter_error.dart +++ b/clients/dart/iam_client/lib/model/invalid_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/json_web_key_dto.dart b/clients/dart/iam_client/lib/model/json_web_key_dto.dart index ec66b0b8..d3b30fe9 100644 --- a/clients/dart/iam_client/lib/model/json_web_key_dto.dart +++ b/clients/dart/iam_client/lib/model/json_web_key_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/json_web_key_set_dto.dart b/clients/dart/iam_client/lib/model/json_web_key_set_dto.dart index 9bcd66f9..488f5441 100644 --- a/clients/dart/iam_client/lib/model/json_web_key_set_dto.dart +++ b/clients/dart/iam_client/lib/model/json_web_key_set_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/not_found_error.dart b/clients/dart/iam_client/lib/model/not_found_error.dart index e854708b..f13b0c17 100644 --- a/clients/dart/iam_client/lib/model/not_found_error.dart +++ b/clients/dart/iam_client/lib/model/not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/policy_dto.dart b/clients/dart/iam_client/lib/model/policy_dto.dart index fcdd9dd0..7e49f4fc 100644 --- a/clients/dart/iam_client/lib/model/policy_dto.dart +++ b/clients/dart/iam_client/lib/model/policy_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/policy_statement_dto.dart b/clients/dart/iam_client/lib/model/policy_statement_dto.dart index d0437b88..b0d65521 100644 --- a/clients/dart/iam_client/lib/model/policy_statement_dto.dart +++ b/clients/dart/iam_client/lib/model/policy_statement_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/principal_cannot_be_deleted_error.dart b/clients/dart/iam_client/lib/model/principal_cannot_be_deleted_error.dart index db381caa..771c4abf 100644 --- a/clients/dart/iam_client/lib/model/principal_cannot_be_deleted_error.dart +++ b/clients/dart/iam_client/lib/model/principal_cannot_be_deleted_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/principal_does_not_belong_to_project_error.dart b/clients/dart/iam_client/lib/model/principal_does_not_belong_to_project_error.dart index d4bd5236..ea66a3e5 100644 --- a/clients/dart/iam_client/lib/model/principal_does_not_belong_to_project_error.dart +++ b/clients/dart/iam_client/lib/model/principal_does_not_belong_to_project_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/project_dto.dart b/clients/dart/iam_client/lib/model/project_dto.dart index 58602f5e..efdfc75b 100644 --- a/clients/dart/iam_client/lib/model/project_dto.dart +++ b/clients/dart/iam_client/lib/model/project_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/project_list.dart b/clients/dart/iam_client/lib/model/project_list.dart index 666ca9f0..678fc28c 100644 --- a/clients/dart/iam_client/lib/model/project_list.dart +++ b/clients/dart/iam_client/lib/model/project_list.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/service_error_response.dart b/clients/dart/iam_client/lib/model/service_error_response.dart index 2dc6b283..510efaac 100644 --- a/clients/dart/iam_client/lib/model/service_error_response.dart +++ b/clients/dart/iam_client/lib/model/service_error_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/service_error_response_details_inner.dart b/clients/dart/iam_client/lib/model/service_error_response_details_inner.dart index 2526dfc9..a5c7e38b 100644 --- a/clients/dart/iam_client/lib/model/service_error_response_details_inner.dart +++ b/clients/dart/iam_client/lib/model/service_error_response_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_authentication_method_dto.dart b/clients/dart/iam_client/lib/model/token_authentication_method_dto.dart index bbf784d2..565e9c7b 100644 --- a/clients/dart/iam_client/lib/model/token_authentication_method_dto.dart +++ b/clients/dart/iam_client/lib/model/token_authentication_method_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_dto.dart b/clients/dart/iam_client/lib/model/token_dto.dart index afa51107..ffa08148 100644 --- a/clients/dart/iam_client/lib/model/token_dto.dart +++ b/clients/dart/iam_client/lib/model/token_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_list.dart b/clients/dart/iam_client/lib/model/token_list.dart index 5255c5ac..fbcf35db 100644 --- a/clients/dart/iam_client/lib/model/token_list.dart +++ b/clients/dart/iam_client/lib/model/token_list.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto.dart b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto.dart index d4d593f4..ba392552 100644 --- a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto.dart +++ b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info.dart b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info.dart index 3ecee4c2..9974fd24 100644 --- a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info.dart +++ b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of.dart b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of.dart index 1dcedf9e..9f718818 100644 --- a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of.dart +++ b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of1.dart b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of1.dart index 068631a8..8b453f1f 100644 --- a/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of1.dart +++ b/clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of1.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/typed_pricipal_id.dart b/clients/dart/iam_client/lib/model/typed_pricipal_id.dart index 2184abe7..9252e3d1 100644 --- a/clients/dart/iam_client/lib/model/typed_pricipal_id.dart +++ b/clients/dart/iam_client/lib/model/typed_pricipal_id.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/unauthorized_error.dart b/clients/dart/iam_client/lib/model/unauthorized_error.dart index e3c2c5ec..28608837 100644 --- a/clients/dart/iam_client/lib/model/unauthorized_error.dart +++ b/clients/dart/iam_client/lib/model/unauthorized_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/unexpected_error.dart b/clients/dart/iam_client/lib/model/unexpected_error.dart index 29f0dd69..df4e644d 100644 --- a/clients/dart/iam_client/lib/model/unexpected_error.dart +++ b/clients/dart/iam_client/lib/model/unexpected_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/update_project_input.dart b/clients/dart/iam_client/lib/model/update_project_input.dart index f67a3c7a..6a93e946 100644 --- a/clients/dart/iam_client/lib/model/update_project_input.dart +++ b/clients/dart/iam_client/lib/model/update_project_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/update_token_input.dart b/clients/dart/iam_client/lib/model/update_token_input.dart index 3657cfb9..3c24b84a 100644 --- a/clients/dart/iam_client/lib/model/update_token_input.dart +++ b/clients/dart/iam_client/lib/model/update_token_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/update_token_private_key_authentication_method_dto.dart b/clients/dart/iam_client/lib/model/update_token_private_key_authentication_method_dto.dart index d7c0d6a7..48360d4c 100644 --- a/clients/dart/iam_client/lib/model/update_token_private_key_authentication_method_dto.dart +++ b/clients/dart/iam_client/lib/model/update_token_private_key_authentication_method_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/user_dto.dart b/clients/dart/iam_client/lib/model/user_dto.dart index c9b7160b..f09ad601 100644 --- a/clients/dart/iam_client/lib/model/user_dto.dart +++ b/clients/dart/iam_client/lib/model/user_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/user_list.dart b/clients/dart/iam_client/lib/model/user_list.dart index 00a11614..01df9534 100644 --- a/clients/dart/iam_client/lib/model/user_list.dart +++ b/clients/dart/iam_client/lib/model/user_list.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/lib/model/whoami_dto.dart b/clients/dart/iam_client/lib/model/whoami_dto.dart index 03b12208..f9a1df8b 100644 --- a/clients/dart/iam_client/lib/model/whoami_dto.dart +++ b/clients/dart/iam_client/lib/model/whoami_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iam_client/pubspec.yaml b/clients/dart/iam_client/pubspec.yaml index da240745..cbf27ab2 100644 --- a/clients/dart/iam_client/pubspec.yaml +++ b/clients/dart/iam_client/pubspec.yaml @@ -7,11 +7,11 @@ version: '1.0.0' description: 'OpenAPI API client' homepage: 'homepage' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: - collection: '^1.17.0' - http: '>=0.13.0 <0.14.0' - intl: '^0.18.0' - meta: '^1.1.8' + collection: '>=1.17.0 <2.0.0' + http: '>=0.13.0 <2.0.0' + intl: any + meta: '>=1.1.8 <2.0.0' dev_dependencies: - test: '>=1.16.0 <1.18.0' + test: '>=1.21.6 <1.22.0' diff --git a/clients/dart/iota_client/.gitignore b/clients/dart/iota_client/.gitignore index 1be28ced..0f74d293 100644 --- a/clients/dart/iota_client/.gitignore +++ b/clients/dart/iota_client/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/clients/dart/iota_client/.openapi-generator/VERSION b/clients/dart/iota_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/dart/iota_client/.openapi-generator/VERSION +++ b/clients/dart/iota_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/dart/iota_client/README.md b/clients/dart/iota_client/README.md index 948ad29d..58f4edbc 100644 --- a/clients/dart/iota_client/README.md +++ b/clients/dart/iota_client/README.md @@ -1,10 +1,11 @@ # affinidi_tdk_iota_client -Affinidi IotaService Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 +- Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) @@ -21,7 +22,7 @@ If this Dart package is published to Github, add the following dependency to you ``` dependencies: affinidi_tdk_iota_client: - git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git + git: https://github.com/affinidi.com/affinidi-tdk.git ``` ### Local diff --git a/clients/dart/iota_client/lib/api.dart b/clients/dart/iota_client/lib/api.dart index 9a7f6036..8a6082a1 100644 --- a/clients/dart/iota_client/lib/api.dart +++ b/clients/dart/iota_client/lib/api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api/callback_api.dart b/clients/dart/iota_client/lib/api/callback_api.dart index b3176236..5694080c 100644 --- a/clients/dart/iota_client/lib/api/callback_api.dart +++ b/clients/dart/iota_client/lib/api/callback_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api/configurations_api.dart b/clients/dart/iota_client/lib/api/configurations_api.dart index 93c1bea2..92744b71 100644 --- a/clients/dart/iota_client/lib/api/configurations_api.dart +++ b/clients/dart/iota_client/lib/api/configurations_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api/default_api.dart b/clients/dart/iota_client/lib/api/default_api.dart index d3a21679..89fdc975 100644 --- a/clients/dart/iota_client/lib/api/default_api.dart +++ b/clients/dart/iota_client/lib/api/default_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api/iota_api.dart b/clients/dart/iota_client/lib/api/iota_api.dart index b2ecbda9..92895534 100644 --- a/clients/dart/iota_client/lib/api/iota_api.dart +++ b/clients/dart/iota_client/lib/api/iota_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api/pex_query_api.dart b/clients/dart/iota_client/lib/api/pex_query_api.dart index b4174707..d9b47b24 100644 --- a/clients/dart/iota_client/lib/api/pex_query_api.dart +++ b/clients/dart/iota_client/lib/api/pex_query_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api_client.dart b/clients/dart/iota_client/lib/api_client.dart index 5383ec72..5c472509 100644 --- a/clients/dart/iota_client/lib/api_client.dart +++ b/clients/dart/iota_client/lib/api_client.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api_exception.dart b/clients/dart/iota_client/lib/api_exception.dart index 796f7f7e..53077d68 100644 --- a/clients/dart/iota_client/lib/api_exception.dart +++ b/clients/dart/iota_client/lib/api_exception.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/api_helper.dart b/clients/dart/iota_client/lib/api_helper.dart index b0d63582..bf83e917 100644 --- a/clients/dart/iota_client/lib/api_helper.dart +++ b/clients/dart/iota_client/lib/api_helper.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/auth/api_key_auth.dart b/clients/dart/iota_client/lib/auth/api_key_auth.dart index 84dc2955..6c562179 100644 --- a/clients/dart/iota_client/lib/auth/api_key_auth.dart +++ b/clients/dart/iota_client/lib/auth/api_key_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/auth/authentication.dart b/clients/dart/iota_client/lib/auth/authentication.dart index 1b1b8ae1..5377fb6f 100644 --- a/clients/dart/iota_client/lib/auth/authentication.dart +++ b/clients/dart/iota_client/lib/auth/authentication.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/auth/http_basic_auth.dart b/clients/dart/iota_client/lib/auth/http_basic_auth.dart index dfedaa50..5e8b1c41 100644 --- a/clients/dart/iota_client/lib/auth/http_basic_auth.dart +++ b/clients/dart/iota_client/lib/auth/http_basic_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/auth/http_bearer_auth.dart b/clients/dart/iota_client/lib/auth/http_bearer_auth.dart index eddf3a59..847dc056 100644 --- a/clients/dart/iota_client/lib/auth/http_bearer_auth.dart +++ b/clients/dart/iota_client/lib/auth/http_bearer_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/auth/oauth.dart b/clients/dart/iota_client/lib/auth/oauth.dart index e9e7d784..73fd8202 100644 --- a/clients/dart/iota_client/lib/auth/oauth.dart +++ b/clients/dart/iota_client/lib/auth/oauth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/already_exists_error.dart b/clients/dart/iota_client/lib/model/already_exists_error.dart index 7eec4133..c2bb3a8b 100644 --- a/clients/dart/iota_client/lib/model/already_exists_error.dart +++ b/clients/dart/iota_client/lib/model/already_exists_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials.dart index c4e6bfbb..85099981 100644 --- a/clients/dart/iota_client/lib/model/aws_exchange_credentials.dart +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart index eeb57237..da2c94e7 100644 --- a/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart index 8c2e908a..919e956d 100644 --- a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart index eab93468..df9f1f85 100644 --- a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart index ab1b91e0..31afdc14 100644 --- a/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart +++ b/clients/dart/iota_client/lib/model/aws_exchange_credentials_project_token_ok_credentials.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/callback_input.dart b/clients/dart/iota_client/lib/model/callback_input.dart index df6af83e..55cb4e86 100644 --- a/clients/dart/iota_client/lib/model/callback_input.dart +++ b/clients/dart/iota_client/lib/model/callback_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/consent_dto.dart b/clients/dart/iota_client/lib/model/consent_dto.dart index 63acd5ab..aec7c387 100644 --- a/clients/dart/iota_client/lib/model/consent_dto.dart +++ b/clients/dart/iota_client/lib/model/consent_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_ok.dart b/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_ok.dart index f90cbe1b..d8eb3a73 100644 --- a/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_ok.dart +++ b/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart b/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart index fe447631..633eba1f 100644 --- a/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart +++ b/clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_project_token_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/cors_iot_oidc4vpcallback_ok.dart b/clients/dart/iota_client/lib/model/cors_iot_oidc4vpcallback_ok.dart index 40e94572..77a1ea15 100644 --- a/clients/dart/iota_client/lib/model/cors_iot_oidc4vpcallback_ok.dart +++ b/clients/dart/iota_client/lib/model/cors_iot_oidc4vpcallback_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/create_iota_configuration_input.dart b/clients/dart/iota_client/lib/model/create_iota_configuration_input.dart index e991fef8..3c0a0059 100644 --- a/clients/dart/iota_client/lib/model/create_iota_configuration_input.dart +++ b/clients/dart/iota_client/lib/model/create_iota_configuration_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/create_pex_query_input.dart b/clients/dart/iota_client/lib/model/create_pex_query_input.dart index 43ca59f1..8b3d77ad 100644 --- a/clients/dart/iota_client/lib/model/create_pex_query_input.dart +++ b/clients/dart/iota_client/lib/model/create_pex_query_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/get_iota_configuration_meta_data_ok.dart b/clients/dart/iota_client/lib/model/get_iota_configuration_meta_data_ok.dart index 99624ab7..21fa176e 100644 --- a/clients/dart/iota_client/lib/model/get_iota_configuration_meta_data_ok.dart +++ b/clients/dart/iota_client/lib/model/get_iota_configuration_meta_data_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/invalid_parameter_error.dart b/clients/dart/iota_client/lib/model/invalid_parameter_error.dart index 10cba2d0..871ea61b 100644 --- a/clients/dart/iota_client/lib/model/invalid_parameter_error.dart +++ b/clients/dart/iota_client/lib/model/invalid_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/invalid_parameter_error_details_inner.dart b/clients/dart/iota_client/lib/model/invalid_parameter_error_details_inner.dart index 207c529c..28900660 100644 --- a/clients/dart/iota_client/lib/model/invalid_parameter_error_details_inner.dart +++ b/clients/dart/iota_client/lib/model/invalid_parameter_error_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/iota_configuration_dto.dart b/clients/dart/iota_client/lib/model/iota_configuration_dto.dart index 0fbb648d..d33408ba 100644 --- a/clients/dart/iota_client/lib/model/iota_configuration_dto.dart +++ b/clients/dart/iota_client/lib/model/iota_configuration_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/iota_configuration_dto_client_metadata.dart b/clients/dart/iota_client/lib/model/iota_configuration_dto_client_metadata.dart index 21401ad2..e02e8a42 100644 --- a/clients/dart/iota_client/lib/model/iota_configuration_dto_client_metadata.dart +++ b/clients/dart/iota_client/lib/model/iota_configuration_dto_client_metadata.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/list_configuration_ok.dart b/clients/dart/iota_client/lib/model/list_configuration_ok.dart index 07be770a..4dec8b08 100644 --- a/clients/dart/iota_client/lib/model/list_configuration_ok.dart +++ b/clients/dart/iota_client/lib/model/list_configuration_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/list_logged_consents_ok.dart b/clients/dart/iota_client/lib/model/list_logged_consents_ok.dart index b730c09d..020380d7 100644 --- a/clients/dart/iota_client/lib/model/list_logged_consents_ok.dart +++ b/clients/dart/iota_client/lib/model/list_logged_consents_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart b/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart index 3b9dcd97..411fe86e 100644 --- a/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart +++ b/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/message_publishing_error.dart b/clients/dart/iota_client/lib/model/message_publishing_error.dart index 77c05acd..a19ca8af 100644 --- a/clients/dart/iota_client/lib/model/message_publishing_error.dart +++ b/clients/dart/iota_client/lib/model/message_publishing_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/not_found_error.dart b/clients/dart/iota_client/lib/model/not_found_error.dart index 07a69d5b..d8de5d60 100644 --- a/clients/dart/iota_client/lib/model/not_found_error.dart +++ b/clients/dart/iota_client/lib/model/not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/operation_forbidden_error.dart b/clients/dart/iota_client/lib/model/operation_forbidden_error.dart index fdd95f05..4f81837c 100644 --- a/clients/dart/iota_client/lib/model/operation_forbidden_error.dart +++ b/clients/dart/iota_client/lib/model/operation_forbidden_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/pex_query_dto.dart b/clients/dart/iota_client/lib/model/pex_query_dto.dart index 5a39724d..8786f1f2 100644 --- a/clients/dart/iota_client/lib/model/pex_query_dto.dart +++ b/clients/dart/iota_client/lib/model/pex_query_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/prepare_request.dart b/clients/dart/iota_client/lib/model/prepare_request.dart index bf4c03cd..cd75d6ec 100644 --- a/clients/dart/iota_client/lib/model/prepare_request.dart +++ b/clients/dart/iota_client/lib/model/prepare_request.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/prepare_request_created.dart b/clients/dart/iota_client/lib/model/prepare_request_created.dart index d99f38b3..d7f503eb 100644 --- a/clients/dart/iota_client/lib/model/prepare_request_created.dart +++ b/clients/dart/iota_client/lib/model/prepare_request_created.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/prepare_request_created_data.dart b/clients/dart/iota_client/lib/model/prepare_request_created_data.dart index 97ab059a..989f12ab 100644 --- a/clients/dart/iota_client/lib/model/prepare_request_created_data.dart +++ b/clients/dart/iota_client/lib/model/prepare_request_created_data.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/resource_limit_exceeded_error.dart b/clients/dart/iota_client/lib/model/resource_limit_exceeded_error.dart index bc004b48..cb31f92b 100644 --- a/clients/dart/iota_client/lib/model/resource_limit_exceeded_error.dart +++ b/clients/dart/iota_client/lib/model/resource_limit_exceeded_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart b/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart index b7874542..9976c227 100644 --- a/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart +++ b/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/update_configuration_by_id_ok.dart b/clients/dart/iota_client/lib/model/update_configuration_by_id_ok.dart index 20bd7c1b..ee8c7d35 100644 --- a/clients/dart/iota_client/lib/model/update_configuration_by_id_ok.dart +++ b/clients/dart/iota_client/lib/model/update_configuration_by_id_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/update_pex_query_input.dart b/clients/dart/iota_client/lib/model/update_pex_query_input.dart index 05aa6805..467dd196 100644 --- a/clients/dart/iota_client/lib/model/update_pex_query_input.dart +++ b/clients/dart/iota_client/lib/model/update_pex_query_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/lib/model/vp_token_validation_error.dart b/clients/dart/iota_client/lib/model/vp_token_validation_error.dart index 9e38fe02..eab6220c 100644 --- a/clients/dart/iota_client/lib/model/vp_token_validation_error.dart +++ b/clients/dart/iota_client/lib/model/vp_token_validation_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/iota_client/pubspec.yaml b/clients/dart/iota_client/pubspec.yaml index f84aad6b..007dad43 100644 --- a/clients/dart/iota_client/pubspec.yaml +++ b/clients/dart/iota_client/pubspec.yaml @@ -7,11 +7,11 @@ version: '1.0.0' description: 'OpenAPI API client' homepage: 'homepage' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: - collection: '^1.17.0' - http: '>=0.13.0 <0.14.0' - intl: '^0.18.0' - meta: '^1.1.8' + collection: '>=1.17.0 <2.0.0' + http: '>=0.13.0 <2.0.0' + intl: any + meta: '>=1.1.8 <2.0.0' dev_dependencies: - test: '>=1.16.0 <1.18.0' + test: '>=1.21.6 <1.22.0' diff --git a/clients/dart/login_configuration_client/.gitignore b/clients/dart/login_configuration_client/.gitignore index 1be28ced..0f74d293 100644 --- a/clients/dart/login_configuration_client/.gitignore +++ b/clients/dart/login_configuration_client/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/clients/dart/login_configuration_client/.openapi-generator/VERSION b/clients/dart/login_configuration_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/dart/login_configuration_client/.openapi-generator/VERSION +++ b/clients/dart/login_configuration_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/dart/login_configuration_client/README.md b/clients/dart/login_configuration_client/README.md index a24729e4..d687a188 100644 --- a/clients/dart/login_configuration_client/README.md +++ b/clients/dart/login_configuration_client/README.md @@ -1,12 +1,11 @@ # affinidi_tdk_login_configuration_client -Affinidi OIDC VP Adapter Backend - -An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 +- Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) @@ -23,7 +22,7 @@ If this Dart package is published to Github, add the following dependency to you ``` dependencies: affinidi_tdk_login_configuration_client: - git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git + git: https://github.com/affinidi.com/affinidi-tdk.git ``` ### Local diff --git a/clients/dart/login_configuration_client/lib/api.dart b/clients/dart/login_configuration_client/lib/api.dart index cecddc69..3bd44767 100644 --- a/clients/dart/login_configuration_client/lib/api.dart +++ b/clients/dart/login_configuration_client/lib/api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api/allow_list_api.dart b/clients/dart/login_configuration_client/lib/api/allow_list_api.dart index 643637e7..ab535bdc 100644 --- a/clients/dart/login_configuration_client/lib/api/allow_list_api.dart +++ b/clients/dart/login_configuration_client/lib/api/allow_list_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api/configuration_api.dart b/clients/dart/login_configuration_client/lib/api/configuration_api.dart index 3a027b69..a782a67f 100644 --- a/clients/dart/login_configuration_client/lib/api/configuration_api.dart +++ b/clients/dart/login_configuration_client/lib/api/configuration_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api/deny_list_api.dart b/clients/dart/login_configuration_client/lib/api/deny_list_api.dart index c3451c01..aae04568 100644 --- a/clients/dart/login_configuration_client/lib/api/deny_list_api.dart +++ b/clients/dart/login_configuration_client/lib/api/deny_list_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api/group_api.dart b/clients/dart/login_configuration_client/lib/api/group_api.dart index 9e9e20d7..55c29130 100644 --- a/clients/dart/login_configuration_client/lib/api/group_api.dart +++ b/clients/dart/login_configuration_client/lib/api/group_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api/idp_api.dart b/clients/dart/login_configuration_client/lib/api/idp_api.dart index f7e4d740..ead4cbe7 100644 --- a/clients/dart/login_configuration_client/lib/api/idp_api.dart +++ b/clients/dart/login_configuration_client/lib/api/idp_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api_client.dart b/clients/dart/login_configuration_client/lib/api_client.dart index d0175110..f48f965b 100644 --- a/clients/dart/login_configuration_client/lib/api_client.dart +++ b/clients/dart/login_configuration_client/lib/api_client.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api_exception.dart b/clients/dart/login_configuration_client/lib/api_exception.dart index 796f7f7e..53077d68 100644 --- a/clients/dart/login_configuration_client/lib/api_exception.dart +++ b/clients/dart/login_configuration_client/lib/api_exception.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/api_helper.dart b/clients/dart/login_configuration_client/lib/api_helper.dart index 8dcf7cf5..ed77102a 100644 --- a/clients/dart/login_configuration_client/lib/api_helper.dart +++ b/clients/dart/login_configuration_client/lib/api_helper.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/auth/api_key_auth.dart b/clients/dart/login_configuration_client/lib/auth/api_key_auth.dart index 84dc2955..6c562179 100644 --- a/clients/dart/login_configuration_client/lib/auth/api_key_auth.dart +++ b/clients/dart/login_configuration_client/lib/auth/api_key_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/auth/authentication.dart b/clients/dart/login_configuration_client/lib/auth/authentication.dart index 1b1b8ae1..5377fb6f 100644 --- a/clients/dart/login_configuration_client/lib/auth/authentication.dart +++ b/clients/dart/login_configuration_client/lib/auth/authentication.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/auth/http_basic_auth.dart b/clients/dart/login_configuration_client/lib/auth/http_basic_auth.dart index dfedaa50..5e8b1c41 100644 --- a/clients/dart/login_configuration_client/lib/auth/http_basic_auth.dart +++ b/clients/dart/login_configuration_client/lib/auth/http_basic_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/auth/http_bearer_auth.dart b/clients/dart/login_configuration_client/lib/auth/http_bearer_auth.dart index eddf3a59..847dc056 100644 --- a/clients/dart/login_configuration_client/lib/auth/http_bearer_auth.dart +++ b/clients/dart/login_configuration_client/lib/auth/http_bearer_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/auth/oauth.dart b/clients/dart/login_configuration_client/lib/auth/oauth.dart index e9e7d784..73fd8202 100644 --- a/clients/dart/login_configuration_client/lib/auth/oauth.dart +++ b/clients/dart/login_configuration_client/lib/auth/oauth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/action_forbidden_error.dart b/clients/dart/login_configuration_client/lib/model/action_forbidden_error.dart index d87a2b7b..6597bc9e 100644 --- a/clients/dart/login_configuration_client/lib/model/action_forbidden_error.dart +++ b/clients/dart/login_configuration_client/lib/model/action_forbidden_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart b/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart index 0a3a7923..9dc7b4fe 100644 --- a/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/blocked_users.dart b/clients/dart/login_configuration_client/lib/model/blocked_users.dart index a6811fbf..abafe9b5 100644 --- a/clients/dart/login_configuration_client/lib/model/blocked_users.dart +++ b/clients/dart/login_configuration_client/lib/model/blocked_users.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart b/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart index 28dbe823..97abf73a 100644 --- a/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart +++ b/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/cors_login_session_accept_response_ok.dart b/clients/dart/login_configuration_client/lib/model/cors_login_session_accept_response_ok.dart index 465acf46..3a7e52ba 100644 --- a/clients/dart/login_configuration_client/lib/model/cors_login_session_accept_response_ok.dart +++ b/clients/dart/login_configuration_client/lib/model/cors_login_session_accept_response_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/cors_login_session_for_idp_ok.dart b/clients/dart/login_configuration_client/lib/model/cors_login_session_for_idp_ok.dart index 4b03874d..05bbe1ee 100644 --- a/clients/dart/login_configuration_client/lib/model/cors_login_session_for_idp_ok.dart +++ b/clients/dart/login_configuration_client/lib/model/cors_login_session_for_idp_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/cors_login_session_reject_response_ok.dart b/clients/dart/login_configuration_client/lib/model/cors_login_session_reject_response_ok.dart index 124e7cc7..b3d53593 100644 --- a/clients/dart/login_configuration_client/lib/model/cors_login_session_reject_response_ok.dart +++ b/clients/dart/login_configuration_client/lib/model/cors_login_session_reject_response_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_group_input.dart b/clients/dart/login_configuration_client/lib/model/create_group_input.dart index 5cffde21..0d00c397 100644 --- a/clients/dart/login_configuration_client/lib/model/create_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/create_group_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_hydra_network_error.dart b/clients/dart/login_configuration_client/lib/model/create_hydra_network_error.dart index c8511fa0..9989c731 100644 --- a/clients/dart/login_configuration_client/lib/model/create_hydra_network_error.dart +++ b/clients/dart/login_configuration_client/lib/model/create_hydra_network_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart b/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart index 2be5b80c..af2a6fa8 100644 --- a/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart +++ b/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_login_configuration_output.dart b/clients/dart/login_configuration_client/lib/model/create_login_configuration_output.dart index ab1e7591..2e837a21 100644 --- a/clients/dart/login_configuration_client/lib/model/create_login_configuration_output.dart +++ b/clients/dart/login_configuration_client/lib/model/create_login_configuration_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_login_configuration_output_auth.dart b/clients/dart/login_configuration_client/lib/model/create_login_configuration_output_auth.dart index 83562cad..dc1d0a37 100644 --- a/clients/dart/login_configuration_client/lib/model/create_login_configuration_output_auth.dart +++ b/clients/dart/login_configuration_client/lib/model/create_login_configuration_output_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_login_configurations400_response.dart b/clients/dart/login_configuration_client/lib/model/create_login_configurations400_response.dart index 6cedebf3..3668a62f 100644 --- a/clients/dart/login_configuration_client/lib/model/create_login_configurations400_response.dart +++ b/clients/dart/login_configuration_client/lib/model/create_login_configurations400_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/create_project_network_error.dart b/clients/dart/login_configuration_client/lib/model/create_project_network_error.dart index 6736895d..9ba49c9d 100644 --- a/clients/dart/login_configuration_client/lib/model/create_project_network_error.dart +++ b/clients/dart/login_configuration_client/lib/model/create_project_network_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/error_o_auth2.dart b/clients/dart/login_configuration_client/lib/model/error_o_auth2.dart index 748cff6b..2a9925d4 100644 --- a/clients/dart/login_configuration_client/lib/model/error_o_auth2.dart +++ b/clients/dart/login_configuration_client/lib/model/error_o_auth2.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/get_user_info.dart b/clients/dart/login_configuration_client/lib/model/get_user_info.dart index f0707997..91db8307 100644 --- a/clients/dart/login_configuration_client/lib/model/get_user_info.dart +++ b/clients/dart/login_configuration_client/lib/model/get_user_info.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/group_dto.dart b/clients/dart/login_configuration_client/lib/model/group_dto.dart index 99d0f165..ea043c52 100644 --- a/clients/dart/login_configuration_client/lib/model/group_dto.dart +++ b/clients/dart/login_configuration_client/lib/model/group_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/group_names.dart b/clients/dart/login_configuration_client/lib/model/group_names.dart index 122879dc..d5a751b6 100644 --- a/clients/dart/login_configuration_client/lib/model/group_names.dart +++ b/clients/dart/login_configuration_client/lib/model/group_names.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/group_names_input.dart b/clients/dart/login_configuration_client/lib/model/group_names_input.dart index 6cfa04de..535318b2 100644 --- a/clients/dart/login_configuration_client/lib/model/group_names_input.dart +++ b/clients/dart/login_configuration_client/lib/model/group_names_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/group_user_mapping_dto.dart b/clients/dart/login_configuration_client/lib/model/group_user_mapping_dto.dart index a50c641d..c79c45bc 100644 --- a/clients/dart/login_configuration_client/lib/model/group_user_mapping_dto.dart +++ b/clients/dart/login_configuration_client/lib/model/group_user_mapping_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/group_user_mappings_list.dart b/clients/dart/login_configuration_client/lib/model/group_user_mappings_list.dart index 1cd90523..02172785 100644 --- a/clients/dart/login_configuration_client/lib/model/group_user_mappings_list.dart +++ b/clients/dart/login_configuration_client/lib/model/group_user_mappings_list.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/groups_list.dart b/clients/dart/login_configuration_client/lib/model/groups_list.dart index f7374e78..e92cc77f 100644 --- a/clients/dart/login_configuration_client/lib/model/groups_list.dart +++ b/clients/dart/login_configuration_client/lib/model/groups_list.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/groups_per_user_limit_exceeded_error.dart b/clients/dart/login_configuration_client/lib/model/groups_per_user_limit_exceeded_error.dart index cfbc7f36..d5bc8587 100644 --- a/clients/dart/login_configuration_client/lib/model/groups_per_user_limit_exceeded_error.dart +++ b/clients/dart/login_configuration_client/lib/model/groups_per_user_limit_exceeded_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/invalid_claim_context_error.dart b/clients/dart/login_configuration_client/lib/model/invalid_claim_context_error.dart index 2004990d..c72f1182 100644 --- a/clients/dart/login_configuration_client/lib/model/invalid_claim_context_error.dart +++ b/clients/dart/login_configuration_client/lib/model/invalid_claim_context_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/invalid_groups_error.dart b/clients/dart/login_configuration_client/lib/model/invalid_groups_error.dart index 7b457f80..6cd7d667 100644 --- a/clients/dart/login_configuration_client/lib/model/invalid_groups_error.dart +++ b/clients/dart/login_configuration_client/lib/model/invalid_groups_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/invalid_parameter_error.dart b/clients/dart/login_configuration_client/lib/model/invalid_parameter_error.dart index 10cba2d0..871ea61b 100644 --- a/clients/dart/login_configuration_client/lib/model/invalid_parameter_error.dart +++ b/clients/dart/login_configuration_client/lib/model/invalid_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/invalid_parameter_error_details_inner.dart b/clients/dart/login_configuration_client/lib/model/invalid_parameter_error_details_inner.dart index 207c529c..28900660 100644 --- a/clients/dart/login_configuration_client/lib/model/invalid_parameter_error_details_inner.dart +++ b/clients/dart/login_configuration_client/lib/model/invalid_parameter_error_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart b/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart index 06671ec7..7f95ab2c 100644 --- a/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart +++ b/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/json_web_key.dart b/clients/dart/login_configuration_client/lib/model/json_web_key.dart index 21c0507e..dc09b91c 100644 --- a/clients/dart/login_configuration_client/lib/model/json_web_key.dart +++ b/clients/dart/login_configuration_client/lib/model/json_web_key.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/json_web_key_keys_inner.dart b/clients/dart/login_configuration_client/lib/model/json_web_key_keys_inner.dart index 6d0534f4..7c7ffb87 100644 --- a/clients/dart/login_configuration_client/lib/model/json_web_key_keys_inner.dart +++ b/clients/dart/login_configuration_client/lib/model/json_web_key_keys_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/list_login_configuration_output.dart b/clients/dart/login_configuration_client/lib/model/list_login_configuration_output.dart index f361a90d..f2d73d88 100644 --- a/clients/dart/login_configuration_client/lib/model/list_login_configuration_output.dart +++ b/clients/dart/login_configuration_client/lib/model/list_login_configuration_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_input.dart b/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_input.dart index d1df2f47..77254122 100644 --- a/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_input.dart +++ b/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_output.dart b/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_output.dart index beec1a7c..f95f5dd8 100644 --- a/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_output.dart +++ b/clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_output.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_configuration_object.dart b/clients/dart/login_configuration_client/lib/model/login_configuration_object.dart index 795d34aa..b67a7f83 100644 --- a/clients/dart/login_configuration_client/lib/model/login_configuration_object.dart +++ b/clients/dart/login_configuration_client/lib/model/login_configuration_object.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_configuration_read_invalid_client_id_error.dart b/clients/dart/login_configuration_client/lib/model/login_configuration_read_invalid_client_id_error.dart index 7b060067..e781369f 100644 --- a/clients/dart/login_configuration_client/lib/model/login_configuration_read_invalid_client_id_error.dart +++ b/clients/dart/login_configuration_client/lib/model/login_configuration_read_invalid_client_id_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_session_dto.dart b/clients/dart/login_configuration_client/lib/model/login_session_dto.dart index e67bf98a..33343c79 100644 --- a/clients/dart/login_configuration_client/lib/model/login_session_dto.dart +++ b/clients/dart/login_configuration_client/lib/model/login_session_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart b/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart index b365eb4f..99902c3f 100644 --- a/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart +++ b/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/login_session_for_idp_input.dart b/clients/dart/login_configuration_client/lib/model/login_session_for_idp_input.dart index 2f85f71c..0a0c0d9c 100644 --- a/clients/dart/login_configuration_client/lib/model/login_session_for_idp_input.dart +++ b/clients/dart/login_configuration_client/lib/model/login_session_for_idp_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/not_found_error.dart b/clients/dart/login_configuration_client/lib/model/not_found_error.dart index 07a69d5b..d8de5d60 100644 --- a/clients/dart/login_configuration_client/lib/model/not_found_error.dart +++ b/clients/dart/login_configuration_client/lib/model/not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/o_auth2_token.dart b/clients/dart/login_configuration_client/lib/model/o_auth2_token.dart index a39ead90..d49a01c2 100644 --- a/clients/dart/login_configuration_client/lib/model/o_auth2_token.dart +++ b/clients/dart/login_configuration_client/lib/model/o_auth2_token.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/oidc_config.dart b/clients/dart/login_configuration_client/lib/model/oidc_config.dart index 96a06db3..750f6d7c 100644 --- a/clients/dart/login_configuration_client/lib/model/oidc_config.dart +++ b/clients/dart/login_configuration_client/lib/model/oidc_config.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/oidc_config_credentials_supported_draft00_inner.dart b/clients/dart/login_configuration_client/lib/model/oidc_config_credentials_supported_draft00_inner.dart index 267d3cd4..92af1e99 100644 --- a/clients/dart/login_configuration_client/lib/model/oidc_config_credentials_supported_draft00_inner.dart +++ b/clients/dart/login_configuration_client/lib/model/oidc_config_credentials_supported_draft00_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/redirect_response.dart b/clients/dart/login_configuration_client/lib/model/redirect_response.dart index 90b2b331..51a5dc1d 100644 --- a/clients/dart/login_configuration_client/lib/model/redirect_response.dart +++ b/clients/dart/login_configuration_client/lib/model/redirect_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/remove_user_from_group_input.dart b/clients/dart/login_configuration_client/lib/model/remove_user_from_group_input.dart index 30b7a0cc..3a82ab0f 100644 --- a/clients/dart/login_configuration_client/lib/model/remove_user_from_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/remove_user_from_group_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/resource_creation_error.dart b/clients/dart/login_configuration_client/lib/model/resource_creation_error.dart index 66b69e53..615c24aa 100644 --- a/clients/dart/login_configuration_client/lib/model/resource_creation_error.dart +++ b/clients/dart/login_configuration_client/lib/model/resource_creation_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/service_error_response.dart b/clients/dart/login_configuration_client/lib/model/service_error_response.dart index d74effca..00cb88e2 100644 --- a/clients/dart/login_configuration_client/lib/model/service_error_response.dart +++ b/clients/dart/login_configuration_client/lib/model/service_error_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/service_error_response_details_inner.dart b/clients/dart/login_configuration_client/lib/model/service_error_response_details_inner.dart index 5353d571..e820f30d 100644 --- a/clients/dart/login_configuration_client/lib/model/service_error_response_details_inner.dart +++ b/clients/dart/login_configuration_client/lib/model/service_error_response_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/token_endpoint_auth_method.dart b/clients/dart/login_configuration_client/lib/model/token_endpoint_auth_method.dart index 8296a427..c4812a90 100644 --- a/clients/dart/login_configuration_client/lib/model/token_endpoint_auth_method.dart +++ b/clients/dart/login_configuration_client/lib/model/token_endpoint_auth_method.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/unauthorized_error.dart b/clients/dart/login_configuration_client/lib/model/unauthorized_error.dart index 81d4a359..bf38130d 100644 --- a/clients/dart/login_configuration_client/lib/model/unauthorized_error.dart +++ b/clients/dart/login_configuration_client/lib/model/unauthorized_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/update_login_configuration_input.dart b/clients/dart/login_configuration_client/lib/model/update_login_configuration_input.dart index aff0f60f..6cf5d41b 100644 --- a/clients/dart/login_configuration_client/lib/model/update_login_configuration_input.dart +++ b/clients/dart/login_configuration_client/lib/model/update_login_configuration_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/lib/model/vp_token_validation_error.dart b/clients/dart/login_configuration_client/lib/model/vp_token_validation_error.dart index 9e38fe02..eab6220c 100644 --- a/clients/dart/login_configuration_client/lib/model/vp_token_validation_error.dart +++ b/clients/dart/login_configuration_client/lib/model/vp_token_validation_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/login_configuration_client/pubspec.yaml b/clients/dart/login_configuration_client/pubspec.yaml index bcd92ca2..4bb70aa4 100644 --- a/clients/dart/login_configuration_client/pubspec.yaml +++ b/clients/dart/login_configuration_client/pubspec.yaml @@ -7,11 +7,11 @@ version: '1.0.0' description: 'OpenAPI API client' homepage: 'homepage' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: - collection: '^1.17.0' - http: '>=0.13.0 <0.14.0' - intl: '^0.18.0' - meta: '^1.1.8' + collection: '>=1.17.0 <2.0.0' + http: '>=0.13.0 <2.0.0' + intl: any + meta: '>=1.1.8 <2.0.0' dev_dependencies: - test: '>=1.16.0 <1.18.0' + test: '>=1.21.6 <1.22.0' diff --git a/clients/dart/wallets_client/.gitignore b/clients/dart/wallets_client/.gitignore index 1be28ced..0f74d293 100644 --- a/clients/dart/wallets_client/.gitignore +++ b/clients/dart/wallets_client/.gitignore @@ -3,7 +3,9 @@ .dart_tool/ .packages build/ -pubspec.lock # Except for application packages + +# Except for application packages +pubspec.lock doc/api/ diff --git a/clients/dart/wallets_client/.openapi-generator/VERSION b/clients/dart/wallets_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/dart/wallets_client/.openapi-generator/VERSION +++ b/clients/dart/wallets_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/dart/wallets_client/README.md b/clients/dart/wallets_client/README.md index 43c68512..e90bc624 100644 --- a/clients/dart/wallets_client/README.md +++ b/clients/dart/wallets_client/README.md @@ -1,10 +1,11 @@ # affinidi_tdk_wallets_client -Cloud Wallet For Enterprise Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 +- Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) @@ -21,7 +22,7 @@ If this Dart package is published to Github, add the following dependency to you ``` dependencies: affinidi_tdk_wallets_client: - git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git + git: https://github.com/affinidi.com/affinidi-tdk.git ``` ### Local diff --git a/clients/dart/wallets_client/lib/api.dart b/clients/dart/wallets_client/lib/api.dart index bf8b778e..097a59d5 100644 --- a/clients/dart/wallets_client/lib/api.dart +++ b/clients/dart/wallets_client/lib/api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/api/default_api.dart b/clients/dart/wallets_client/lib/api/default_api.dart index d6166951..f496c363 100644 --- a/clients/dart/wallets_client/lib/api/default_api.dart +++ b/clients/dart/wallets_client/lib/api/default_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/api/revocation_api.dart b/clients/dart/wallets_client/lib/api/revocation_api.dart index 056114f5..4b05845c 100644 --- a/clients/dart/wallets_client/lib/api/revocation_api.dart +++ b/clients/dart/wallets_client/lib/api/revocation_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/api/wallet_api.dart b/clients/dart/wallets_client/lib/api/wallet_api.dart index 713c4deb..add3137b 100644 --- a/clients/dart/wallets_client/lib/api/wallet_api.dart +++ b/clients/dart/wallets_client/lib/api/wallet_api.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/api_client.dart b/clients/dart/wallets_client/lib/api_client.dart index f963ba89..8085f20a 100644 --- a/clients/dart/wallets_client/lib/api_client.dart +++ b/clients/dart/wallets_client/lib/api_client.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/api_exception.dart b/clients/dart/wallets_client/lib/api_exception.dart index 796f7f7e..53077d68 100644 --- a/clients/dart/wallets_client/lib/api_exception.dart +++ b/clients/dart/wallets_client/lib/api_exception.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/api_helper.dart b/clients/dart/wallets_client/lib/api_helper.dart index b0d63582..bf83e917 100644 --- a/clients/dart/wallets_client/lib/api_helper.dart +++ b/clients/dart/wallets_client/lib/api_helper.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/auth/api_key_auth.dart b/clients/dart/wallets_client/lib/auth/api_key_auth.dart index 84dc2955..6c562179 100644 --- a/clients/dart/wallets_client/lib/auth/api_key_auth.dart +++ b/clients/dart/wallets_client/lib/auth/api_key_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/auth/authentication.dart b/clients/dart/wallets_client/lib/auth/authentication.dart index 1b1b8ae1..5377fb6f 100644 --- a/clients/dart/wallets_client/lib/auth/authentication.dart +++ b/clients/dart/wallets_client/lib/auth/authentication.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/auth/http_basic_auth.dart b/clients/dart/wallets_client/lib/auth/http_basic_auth.dart index dfedaa50..5e8b1c41 100644 --- a/clients/dart/wallets_client/lib/auth/http_basic_auth.dart +++ b/clients/dart/wallets_client/lib/auth/http_basic_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/auth/http_bearer_auth.dart b/clients/dart/wallets_client/lib/auth/http_bearer_auth.dart index eddf3a59..847dc056 100644 --- a/clients/dart/wallets_client/lib/auth/http_bearer_auth.dart +++ b/clients/dart/wallets_client/lib/auth/http_bearer_auth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/auth/oauth.dart b/clients/dart/wallets_client/lib/auth/oauth.dart index e9e7d784..73fd8202 100644 --- a/clients/dart/wallets_client/lib/auth/oauth.dart +++ b/clients/dart/wallets_client/lib/auth/oauth.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/create_wallet_input.dart b/clients/dart/wallets_client/lib/model/create_wallet_input.dart index a54750a9..77f1ec81 100644 --- a/clients/dart/wallets_client/lib/model/create_wallet_input.dart +++ b/clients/dart/wallets_client/lib/model/create_wallet_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/create_wallet_response.dart b/clients/dart/wallets_client/lib/model/create_wallet_response.dart index 6b652755..f5d84d13 100644 --- a/clients/dart/wallets_client/lib/model/create_wallet_response.dart +++ b/clients/dart/wallets_client/lib/model/create_wallet_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/did_key_input_params.dart b/clients/dart/wallets_client/lib/model/did_key_input_params.dart index a073233f..8092c2ac 100644 --- a/clients/dart/wallets_client/lib/model/did_key_input_params.dart +++ b/clients/dart/wallets_client/lib/model/did_key_input_params.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/did_web_input_params.dart b/clients/dart/wallets_client/lib/model/did_web_input_params.dart index 6fee48cd..babe1446 100644 --- a/clients/dart/wallets_client/lib/model/did_web_input_params.dart +++ b/clients/dart/wallets_client/lib/model/did_web_input_params.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/entity_not_found_error.dart b/clients/dart/wallets_client/lib/model/entity_not_found_error.dart index 1c974e88..18d379eb 100644 --- a/clients/dart/wallets_client/lib/model/entity_not_found_error.dart +++ b/clients/dart/wallets_client/lib/model/entity_not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/get_revocation_credential_status_ok.dart b/clients/dart/wallets_client/lib/model/get_revocation_credential_status_ok.dart index e7974a19..6151e0d8 100644 --- a/clients/dart/wallets_client/lib/model/get_revocation_credential_status_ok.dart +++ b/clients/dart/wallets_client/lib/model/get_revocation_credential_status_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/get_revocation_list_credential_result_dto.dart b/clients/dart/wallets_client/lib/model/get_revocation_list_credential_result_dto.dart index e32d46e0..e07e9daf 100644 --- a/clients/dart/wallets_client/lib/model/get_revocation_list_credential_result_dto.dart +++ b/clients/dart/wallets_client/lib/model/get_revocation_list_credential_result_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart b/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart index ee306656..0f5330a3 100644 --- a/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart +++ b/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/invalid_parameter_error.dart b/clients/dart/wallets_client/lib/model/invalid_parameter_error.dart index ae6d4c8f..61de02a3 100644 --- a/clients/dart/wallets_client/lib/model/invalid_parameter_error.dart +++ b/clients/dart/wallets_client/lib/model/invalid_parameter_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/key_not_found_error.dart b/clients/dart/wallets_client/lib/model/key_not_found_error.dart index 57baadf2..99337042 100644 --- a/clients/dart/wallets_client/lib/model/key_not_found_error.dart +++ b/clients/dart/wallets_client/lib/model/key_not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/not_found_error.dart b/clients/dart/wallets_client/lib/model/not_found_error.dart index e854708b..f13b0c17 100644 --- a/clients/dart/wallets_client/lib/model/not_found_error.dart +++ b/clients/dart/wallets_client/lib/model/not_found_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/operation_forbidden_error.dart b/clients/dart/wallets_client/lib/model/operation_forbidden_error.dart index 6c6a1d21..6fbf9e00 100644 --- a/clients/dart/wallets_client/lib/model/operation_forbidden_error.dart +++ b/clients/dart/wallets_client/lib/model/operation_forbidden_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/revoke_credential_input.dart b/clients/dart/wallets_client/lib/model/revoke_credential_input.dart index 6d58d484..da860792 100644 --- a/clients/dart/wallets_client/lib/model/revoke_credential_input.dart +++ b/clients/dart/wallets_client/lib/model/revoke_credential_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/service_error_response.dart b/clients/dart/wallets_client/lib/model/service_error_response.dart index 2dc6b283..510efaac 100644 --- a/clients/dart/wallets_client/lib/model/service_error_response.dart +++ b/clients/dart/wallets_client/lib/model/service_error_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/service_error_response_details_inner.dart b/clients/dart/wallets_client/lib/model/service_error_response_details_inner.dart index 2526dfc9..a5c7e38b 100644 --- a/clients/dart/wallets_client/lib/model/service_error_response_details_inner.dart +++ b/clients/dart/wallets_client/lib/model/service_error_response_details_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_credential400_response.dart b/clients/dart/wallets_client/lib/model/sign_credential400_response.dart index 8c55d798..ace24d05 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential400_response.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential400_response.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart b/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart index 6bbaceed..f754af95 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_credential_input_dto_unsigned_credential_params.dart b/clients/dart/wallets_client/lib/model/sign_credential_input_dto_unsigned_credential_params.dart index a420392d..506ac0d9 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_input_dto_unsigned_credential_params.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_input_dto_unsigned_credential_params.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart b/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart index e3234208..421d8270 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart b/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart index 951cc38b..d7e76ec2 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_jwt_token.dart b/clients/dart/wallets_client/lib/model/sign_jwt_token.dart index feabe57c..543bc223 100644 --- a/clients/dart/wallets_client/lib/model/sign_jwt_token.dart +++ b/clients/dart/wallets_client/lib/model/sign_jwt_token.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/sign_jwt_token_ok.dart b/clients/dart/wallets_client/lib/model/sign_jwt_token_ok.dart index 2e47cae2..3d84ad00 100644 --- a/clients/dart/wallets_client/lib/model/sign_jwt_token_ok.dart +++ b/clients/dart/wallets_client/lib/model/sign_jwt_token_ok.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/signing_failed_error.dart b/clients/dart/wallets_client/lib/model/signing_failed_error.dart index 9a242789..e0a3c807 100644 --- a/clients/dart/wallets_client/lib/model/signing_failed_error.dart +++ b/clients/dart/wallets_client/lib/model/signing_failed_error.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/update_wallet_input.dart b/clients/dart/wallets_client/lib/model/update_wallet_input.dart index 64fa1fcc..d52d62c5 100644 --- a/clients/dart/wallets_client/lib/model/update_wallet_input.dart +++ b/clients/dart/wallets_client/lib/model/update_wallet_input.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/wallet_dto.dart b/clients/dart/wallets_client/lib/model/wallet_dto.dart index ad915d22..f220a26f 100644 --- a/clients/dart/wallets_client/lib/model/wallet_dto.dart +++ b/clients/dart/wallets_client/lib/model/wallet_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/wallet_dto_keys_inner.dart b/clients/dart/wallets_client/lib/model/wallet_dto_keys_inner.dart index 7b0735fa..e7a1ad4c 100644 --- a/clients/dart/wallets_client/lib/model/wallet_dto_keys_inner.dart +++ b/clients/dart/wallets_client/lib/model/wallet_dto_keys_inner.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/lib/model/wallets_list_dto.dart b/clients/dart/wallets_client/lib/model/wallets_list_dto.dart index ae1d842f..75a843f5 100644 --- a/clients/dart/wallets_client/lib/model/wallets_list_dto.dart +++ b/clients/dart/wallets_client/lib/model/wallets_list_dto.dart @@ -1,7 +1,7 @@ // // AUTO-GENERATED FILE, DO NOT MODIFY! // -// @dart=2.12 +// @dart=2.18 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first diff --git a/clients/dart/wallets_client/pubspec.yaml b/clients/dart/wallets_client/pubspec.yaml index 2615943f..0cc8badd 100644 --- a/clients/dart/wallets_client/pubspec.yaml +++ b/clients/dart/wallets_client/pubspec.yaml @@ -7,11 +7,11 @@ version: '1.0.0' description: 'OpenAPI API client' homepage: 'homepage' environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dependencies: - collection: '^1.17.0' - http: '>=0.13.0 <0.14.0' - intl: '^0.18.0' - meta: '^1.1.8' + collection: '>=1.17.0 <2.0.0' + http: '>=0.13.0 <2.0.0' + intl: any + meta: '>=1.1.8 <2.0.0' dev_dependencies: - test: '>=1.16.0 <1.18.0' + test: '>=1.21.6 <1.22.0' diff --git a/clients/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index a6d4209d..00763e3c 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -2,6 +2,7 @@ .gitignore .travis.yml README.md +README.md affinidi_tdk_credential_issuance_client/__init__.py affinidi_tdk_credential_issuance_client/api/__init__.py affinidi_tdk_credential_issuance_client/api/configuration_api.py diff --git a/clients/python/credential_issuance_client/.openapi-generator/VERSION b/clients/python/credential_issuance_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/VERSION +++ b/clients/python/credential_issuance_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/python/credential_issuance_client/README.md b/clients/python/credential_issuance_client/README.md index ec4e1fcd..4e086130 100644 --- a/clients/python/credential_issuance_client/README.md +++ b/clients/python/credential_issuance_client/README.md @@ -1,13 +1,10 @@ # affinidi_tdk_credential_issuance_client -Affinidi Credential Issuance Service Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: +For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen - For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) +Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/credential-issuance/](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/credential-issuance/) ## Requirements. @@ -20,11 +17,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install affinidi_tdk_credential_issuance_client ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - Then import the package: ```python @@ -39,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) - Then import the package: ```python diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py index f6fa4d96..81a4349a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py @@ -5,7 +5,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/configuration_api.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/configuration_api.py index 14deb956..f925f7fa 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/configuration_api.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/configuration_api.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/credentials_api.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/credentials_api.py index 6d40a5f3..b12d048c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/credentials_api.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/credentials_api.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/issuance_api.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/issuance_api.py index a26ab224..bc7ef1a2 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/issuance_api.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/issuance_api.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/offer_api.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/offer_api.py index a89ccd80..318ede89 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/offer_api.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/offer_api.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/well_known_api.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/well_known_api.py index a5ff4a9f..a37ff747 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/well_known_api.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/well_known_api.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api_client.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api_client.py index 85af76db..d09a1203 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api_client.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api_client.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -539,7 +539,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, value) for value in v) + new_params.extend((k, str(value)) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -554,7 +554,7 @@ def parameters_to_url_query(self, params, collection_formats): else: new_params.append((k, quote(str(v)))) - return "&".join(["=".join(item) for item in new_params]) + return "&".join(["=".join(map(str, item)) for item in new_params]) def files_parameters(self, files=None): """Builds form parameters. diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/configuration.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/configuration.py index d33c56db..073a47d4 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/configuration.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/configuration.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/exceptions.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/exceptions.py index c1df8b57..83451c7a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/exceptions.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/exceptions.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py index 0a840c4a..bbf31381 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py @@ -4,7 +4,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error.py index 5124fdee..702267ae 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ActionForbiddenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error_details_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error_details_inner.py index d26c72d9..5c21aed5 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error_details_inner.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error_details_inner.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_generate_credentials_ok.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_generate_credentials_ok.py index 16ad1e24..93ac80d1 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_generate_credentials_ok.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_generate_credentials_ok.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsGenerateCredentialsOK(BaseModel): """ CorsGenerateCredentialsOK """ - cors_generate_credentials_ok: Optional[StrictStr] = Field(None, alias="corsGenerateCredentialsOk") + cors_generate_credentials_ok: Optional[StrictStr] = Field(default=None, alias="corsGenerateCredentialsOk") __properties = ["corsGenerateCredentialsOk"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_credential_offer_ok.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_credential_offer_ok.py index d62e8d1f..9f125091 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_credential_offer_ok.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_credential_offer_ok.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsGetCredentialOfferOK(BaseModel): """ CorsGetCredentialOfferOK """ - cors_get_credential_offer_ok: Optional[StrictStr] = Field(None, alias="corsGetCredentialOfferOk") + cors_get_credential_offer_ok: Optional[StrictStr] = Field(default=None, alias="corsGetCredentialOfferOk") __properties = ["corsGetCredentialOfferOk"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_well_known_open_id_credential_issuer_ok.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_well_known_open_id_credential_issuer_ok.py index 48a0c06c..95aa0b8d 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_well_known_open_id_credential_issuer_ok.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_well_known_open_id_credential_issuer_ok.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsGetWellKnownOpenIdCredentialIssuerOK(BaseModel): """ CorsGetWellKnownOpenIdCredentialIssuerOK """ - cors_get_well_known_open_id_credential_issuer_ok: Optional[StrictStr] = Field(None, alias="corsGetWellKnownOpenIdCredentialIssuerOk") + cors_get_well_known_open_id_credential_issuer_ok: Optional[StrictStr] = Field(default=None, alias="corsGetWellKnownOpenIdCredentialIssuerOk") __properties = ["corsGetWellKnownOpenIdCredentialIssuerOk"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py index 48289c1b..b68a897c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class CreateCredentialInput(BaseModel): """ CreateCredentialInput """ - credential_identifier: Optional[StrictStr] = Field(None, description="It is a String that identifies a Credential that is being requested to be issued.") + credential_identifier: Optional[StrictStr] = Field(default=None, description="It is a String that identifies a Credential that is being requested to be issued.") proof: CredentialProof = Field(...) additional_properties: Dict[str, Any] = {} __properties = ["credential_identifier", "proof"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config400_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config400_response.py index 2cb6b8ff..02b4437c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config400_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config400_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py index b0a00c90..9b6ea5f3 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,11 +29,11 @@ class CreateIssuanceConfigInput(BaseModel): """ name: Optional[StrictStr] = None description: Optional[StrictStr] = None - issuer_wallet_id: StrictStr = Field(..., alias="issuerWalletId", description="Issuer Wallet id") - credential_offer_duration: Optional[Union[confloat(le=604801, ge=1, multiple_of=1, strict=True), conint(le=604801, ge=1, strict=True)]] = Field(None, alias="credentialOfferDuration", description="credential offer duration in second") - format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type") - credential_supported: conlist(CredentialSupportedObject) = Field(..., alias="credentialSupported") - issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") + issuer_wallet_id: StrictStr = Field(default=..., alias="issuerWalletId", description="Issuer Wallet id") + credential_offer_duration: Optional[Union[confloat(le=604801, ge=1, multiple_of=1, strict=True), conint(le=604801, ge=1, strict=True)]] = Field(default=None, alias="credentialOfferDuration", description="credential offer duration in second") + format: Optional[StrictStr] = Field(default=None, description="String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type") + credential_supported: conlist(CredentialSupportedObject) = Field(default=..., alias="credentialSupported") + issuer_metadata: Optional[Dict[str, Any]] = Field(default=None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") __properties = ["name", "description", "issuerWalletId", "credentialOfferDuration", "format", "credentialSupported", "issuerMetadata"] @validator('format') diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_issuance_id_exist_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_issuance_id_exist_error.py index ae1345a3..5838a363 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_issuance_id_exist_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_issuance_id_exist_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class CredentialIssuanceIdExistError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_claimed_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_claimed_error.py index 9e4ef7df..0d798c83 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_claimed_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_claimed_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class CredentialOfferClaimedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_expired_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_expired_error.py index 33e3eeb1..f00e53ca 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_expired_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_expired_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class CredentialOfferExpiredError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response.py index c47ea90b..9070fe56 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,8 +27,8 @@ class CredentialOfferResponse(BaseModel): """ CredentialOfferResponse """ - credential_issuer: StrictStr = Field(..., description="The URL of the Credential Issuer") - credential_configuration_ids: conlist(StrictStr) = Field(..., description="Array of unique strings that each identify one of the keys in the name/value pairs stored in the credentialSupported") + credential_issuer: StrictStr = Field(default=..., description="The URL of the Credential Issuer") + credential_configuration_ids: conlist(StrictStr) = Field(default=..., description="Array of unique strings that each identify one of the keys in the name/value pairs stored in the credentialSupported") grants: CredentialOfferResponseGrants = Field(...) __properties = ["credential_issuer", "credential_configuration_ids", "grants"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants.py index 6e111ee1..89b6f243 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class CredentialOfferResponseGrants(BaseModel): """ Object indicating to the Wallet the Grant Types the Credential Issuer's Authorization Server is prepared to process for this Credential Offer. # noqa: E501 """ - urnietfparamsoauthgrant_typepre_authorized_code: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode = Field(..., alias="urn:ietf:params:oauth:grant-type:pre-authorized_code") + urnietfparamsoauthgrant_typepre_authorized_code: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode = Field(default=..., alias="urn:ietf:params:oauth:grant-type:pre-authorized_code") __properties = ["urn:ietf:params:oauth:grant-type:pre-authorized_code"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py index 6662a5bd..95131e6e 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode( """ Grant type for `pre-authorized_code` flow # noqa: E501 """ - pre_authorized_code: StrictStr = Field(..., alias="pre-authorized_code", description="pre authorized code to be exchanged with jwt token") + pre_authorized_code: StrictStr = Field(default=..., alias="pre-authorized_code", description="pre authorized code to be exchanged with jwt token") tx_code: Optional[CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode] = None __properties = ["pre-authorized_code", "tx_code"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.py index 056c21b9..ebd02f6c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeT """ Object specifying whether the Authorization Server expects presentation of a Transaction Code by the End-User along with the Token Request in a Pre-Authorized Code Flow # noqa: E501 """ - length: Optional[Union[StrictFloat, StrictInt]] = Field(None, description="Integer specifying the length of the Transaction Code") - input_mode: Optional[StrictStr] = Field(None, description="String specifying the input character set. Possible values are numeric (only digits) and text (any characters).") - description: Optional[StrictStr] = Field(None, description="String containing guidance for the Holder of the Wallet on how to obtain the Transaction Code") + length: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Integer specifying the length of the Transaction Code") + input_mode: Optional[StrictStr] = Field(default=None, description="String specifying the input character set. Possible values are numeric (only digits) and text (any characters).") + description: Optional[StrictStr] = Field(default=None, description="String containing guidance for the Holder of the Wallet on how to obtain the Transaction Code") __properties = ["length", "input_mode", "description"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_proof.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_proof.py index 0725ba27..c77ae530 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_proof.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_proof.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CredentialProof(BaseModel): """ Object containing the proof of possession of the cryptographic key material the issued Credential would be bound to. # noqa: E501 """ - proof_type: StrictStr = Field(..., description="String denoting the key proof type.") + proof_type: StrictStr = Field(default=..., description="String denoting the key proof type.") jwt: StrictStr = Field(...) __properties = ["proof_type", "jwt"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response.py index f11de397..697f2e9c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_deferred.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_deferred.py index 5802e9ae..d76a9f4a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_deferred.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_deferred.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class CredentialResponseDeferred(BaseModel): """ CredentialResponseDeferred """ - transaction_id: StrictStr = Field(..., description="String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential.") - c_nonce: StrictStr = Field(..., description="String containing a nonce to be used when creating a proof of possession of the key proof") - c_nonce_expires_in: Union[StrictFloat, StrictInt] = Field(..., description="Lifetime in seconds of the c_nonce") + transaction_id: StrictStr = Field(default=..., description="String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential.") + c_nonce: StrictStr = Field(default=..., description="String containing a nonce to be used when creating a proof of possession of the key proof") + c_nonce_expires_in: Union[StrictFloat, StrictInt] = Field(default=..., description="Lifetime in seconds of the c_nonce") __properties = ["transaction_id", "c_nonce", "c_nonce_expires_in"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py index c472c407..b1b457a2 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,7 +29,7 @@ class CredentialResponseImmediate(BaseModel): CredentialResponseImmediate """ credential: CredentialResponseImmediateCredential = Field(...) - c_nonce: StrictStr = Field(..., description="String containing a nonce to be used when creating a proof of possession of the key proof") + c_nonce: StrictStr = Field(default=..., description="String containing a nonce to be used when creating a proof of possession of the key proof") c_nonce_expires_in: CredentialResponseImmediateCNonceExpiresIn = Field(...) __properties = ["credential", "c_nonce", "c_nonce_expires_in"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py index bba37bc7..8eaa7db5 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -31,9 +31,9 @@ class CredentialResponseImmediateCNonceExpiresIn(BaseModel): CredentialResponseImmediateCNonceExpiresIn """ # data type: float - oneof_schema_1_validator: Optional[Union[StrictFloat, StrictInt]] = Field(None, description="Lifetime in seconds of the c_nonce") + oneof_schema_1_validator: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Lifetime in seconds of the c_nonce") # data type: str - oneof_schema_2_validator: Optional[StrictStr] = Field(None, description="ISO Duration string (when VC format is JWT)") + oneof_schema_2_validator: Optional[StrictStr] = Field(default=None, description="ISO Duration string (when VC format is JWT)") if TYPE_CHECKING: actual_instance: Union[float, str] else: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py index 7973fe87..49803d6a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -31,7 +31,7 @@ class CredentialResponseImmediateCredential(BaseModel): CredentialResponseImmediateCredential """ # data type: Dict[str, object] - oneof_schema_1_validator: Optional[Dict[str, Any]] = Field(None, description="Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`.") + oneof_schema_1_validator: Optional[Dict[str, Any]] = Field(default=None, description="Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`.") # data type: str oneof_schema_2_validator: Optional[StrictStr] = None if TYPE_CHECKING: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py index adedad34..51987bed 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class CredentialSubjectNotValidError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py index 4081c61d..65942c64 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_supported_object.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,9 +27,9 @@ class CredentialSupportedObject(BaseModel): """ CredentialSupportedObject """ - credential_type_id: StrictStr = Field(..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") - json_schema_url: constr(strict=True) = Field(..., alias="jsonSchemaUrl", description="credential jsonLdContextUrl") - json_ld_context_url: constr(strict=True) = Field(..., alias="jsonLdContextUrl", description="credential jsonSchemaUrl") + credential_type_id: StrictStr = Field(default=..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") + json_schema_url: constr(strict=True) = Field(default=..., alias="jsonSchemaUrl", description="credential jsonLdContextUrl") + json_ld_context_url: constr(strict=True) = Field(default=..., alias="jsonLdContextUrl", description="credential jsonSchemaUrl") metadata: Optional[SupportedCredentialMetadata] = None __properties = ["credentialTypeId", "jsonSchemaUrl", "jsonLdContextUrl", "metadata"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py index 1fd1c04e..9c9a513e 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class DeferredCredentialInput(BaseModel): """ DeferredCredentialInput """ - transaction_id: StrictStr = Field(..., description="String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential.") + transaction_id: StrictStr = Field(default=..., description="String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential.") __properties = ["transaction_id"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py index c2da5460..67a94363 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/get_credential_offer400_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/get_credential_offer400_response.py index 3f146c92..37a62c54 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/get_credential_offer400_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/get_credential_offer400_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_request_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_request_error.py index 35545470..9e4a3c38 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_request_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_request_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidCredentialRequestError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_type_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_type_error.py index b639eb4d..e85a75dd 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_type_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_type_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidCredentialTypeError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_issuer_wallet_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_issuer_wallet_error.py index d53e977e..f2c3726b 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_issuer_wallet_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_issuer_wallet_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidIssuerWalletError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_jwt_token_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_jwt_token_error.py index 7fdee886..326fd426 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_jwt_token_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_jwt_token_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidJwtTokenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_parameter_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_parameter_error.py index f4cdd7d7..5937e612 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_parameter_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_parameter_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_proof_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_proof_error.py index 50647f7b..1053371a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_proof_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_proof_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidProofError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py index 8a5eab3c..89337111 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -30,14 +30,14 @@ class IssuanceConfigDto(BaseModel): id: Optional[StrictStr] = None name: Optional[StrictStr] = None description: Optional[StrictStr] = None - issuer_did: Optional[StrictStr] = Field(None, alias="issuerDid", description="Issuer DID") - issuer_wallet_id: Optional[StrictStr] = Field(None, alias="issuerWalletId", description="Issuer Wallet id") - credential_offer_duration: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="credentialOfferDuration", description="credential offer duration in second") - c_nonce_duration: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="cNonceDuration", description="c_nonce duration in second") - format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type") - issuer_uri: Optional[StrictStr] = Field(None, alias="issuerUri", description="Issuer URI") - credential_supported: Optional[conlist(CredentialSupportedObject, min_items=1)] = Field(None, alias="credentialSupported") - issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") + issuer_did: Optional[StrictStr] = Field(default=None, alias="issuerDid", description="Issuer DID") + issuer_wallet_id: Optional[StrictStr] = Field(default=None, alias="issuerWalletId", description="Issuer Wallet id") + credential_offer_duration: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="credentialOfferDuration", description="credential offer duration in second") + c_nonce_duration: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="cNonceDuration", description="c_nonce duration in second") + format: Optional[StrictStr] = Field(default=None, description="String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type") + issuer_uri: Optional[StrictStr] = Field(default=None, alias="issuerUri", description="Issuer URI") + credential_supported: Optional[conlist(CredentialSupportedObject, min_items=1)] = Field(default=None, alias="credentialSupported") + issuer_metadata: Optional[Dict[str, Any]] = Field(default=None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") version: Optional[Union[StrictFloat, StrictInt]] = None __properties = ["id", "name", "description", "issuerDid", "issuerWalletId", "credentialOfferDuration", "cNonceDuration", "format", "issuerUri", "credentialSupported", "issuerMetadata", "version"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_list_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_list_response.py index 9ad666a2..533ccfb6 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_list_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_list_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py index 5d922dd8..976accda 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,13 +28,13 @@ class IssuanceConfigMiniDto(BaseModel): """ id: StrictStr = Field(...) name: Optional[StrictStr] = None - issuer_did: Optional[StrictStr] = Field(None, alias="issuerDid", description="Issuer DID") - issuer_wallet_id: Optional[StrictStr] = Field(None, alias="issuerWalletId", description="Issuer Wallet id") - credential_offer_duration: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="credentialOfferDuration", description="credential offer duration in second") - c_nonce_duration: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="cNonceDuration", description="c_nonce duration in second") - format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type") - issuer_uri: Optional[StrictStr] = Field(None, alias="issuerUri", description="Issuer URI") - issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") + issuer_did: Optional[StrictStr] = Field(default=None, alias="issuerDid", description="Issuer DID") + issuer_wallet_id: Optional[StrictStr] = Field(default=None, alias="issuerWalletId", description="Issuer Wallet id") + credential_offer_duration: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="credentialOfferDuration", description="credential offer duration in second") + c_nonce_duration: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="cNonceDuration", description="c_nonce duration in second") + format: Optional[StrictStr] = Field(default=None, description="String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type") + issuer_uri: Optional[StrictStr] = Field(default=None, alias="issuerUri", description="Issuer URI") + issuer_metadata: Optional[Dict[str, Any]] = Field(default=None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") version: Optional[Union[StrictFloat, StrictInt]] = None __properties = ["id", "name", "issuerDid", "issuerWalletId", "credentialOfferDuration", "cNonceDuration", "format", "issuerUri", "issuerMetadata", "version"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_state_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_state_response.py index 618de6ca..9c01fc14 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_state_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_state_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class IssuanceStateResponse(BaseModel): """ IssuanceStateResponse """ - issuance_id: StrictStr = Field(..., alias="issuanceId", description="Website's internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one.") - status: StrictStr = Field(..., description="String describing the status of the issuance") + issuance_id: StrictStr = Field(default=..., alias="issuanceId", description="Website's internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one.") + status: StrictStr = Field(default=..., description="String describing the status of the issuance") __properties = ["issuanceId", "status"] @validator('status') diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response.py index 346a7f5e..b38f43bc 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class ListIssuanceResponse(BaseModel): """ ListIssuanceResponse """ - issuances: conlist(ListIssuanceResponseIssuancesInner) = Field(..., description="The list of all issuances for the Project") + issuances: conlist(ListIssuanceResponseIssuancesInner) = Field(default=..., description="The list of all issuances for the Project") __properties = ["issuances"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response_issuances_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response_issuances_inner.py index ef01f0ab..0125738c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response_issuances_inner.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response_issuances_inner.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class ListIssuanceResponseIssuancesInner(BaseModel): """ ListIssuanceResponseIssuancesInner """ - id: StrictStr = Field(..., description="issuance id") + id: StrictStr = Field(default=..., description="issuance id") __properties = ["id"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/missing_holder_did_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/missing_holder_did_error.py index 60b41a2e..4e414b47 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/missing_holder_did_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/missing_holder_did_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class MissingHolderDidError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/not_found_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/not_found_error.py index 64db3453..68bcccf4 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/not_found_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/not_found_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class NotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_exist_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_exist_error.py index 3e61a419..0642c994 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_exist_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_exist_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ProjectCredentialConfigExistError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_not_exist_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_not_exist_error.py index 705783df..99ce9484 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_not_exist_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_not_exist_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ProjectCredentialConfigNotExistError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance400_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance400_response.py index 135f60d7..371e192e 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance400_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance400_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input.py index 63e1cf17..fa5e86c3 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,9 +27,9 @@ class StartIssuanceInput(BaseModel): """ StartIssuanceInput """ - claim_mode: Optional[StrictStr] = Field(None, alias="claimMode", description="In TX_CODE claim mode, additional transaction code will be generated and the Authorization Server expects presentation of the transaction Code by the end-user. If FIXED_HOLDER claim mode is defined, holderDid must be present and service will not generate additional transaction code (NORMAL claimMode is deprecated).") - holder_did: Optional[constr(strict=True)] = Field(None, alias="holderDid", description="Holder DID") - issuance_id: Optional[StrictStr] = Field(None, alias="issuanceId", description="Website's internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one.") + claim_mode: Optional[StrictStr] = Field(default=None, alias="claimMode", description="In TX_CODE claim mode, additional transaction code will be generated and the Authorization Server expects presentation of the transaction Code by the end-user. If FIXED_HOLDER claim mode is defined, holderDid must be present and service will not generate additional transaction code (NORMAL claimMode is deprecated).") + holder_did: Optional[constr(strict=True)] = Field(default=None, alias="holderDid", description="Holder DID") + issuance_id: Optional[StrictStr] = Field(default=None, alias="issuanceId", description="Website's internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one.") data: conlist(StartIssuanceInputDataInner) = Field(...) __properties = ["claimMode", "holderDid", "issuanceId", "data"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner.py index a753eb20..c696d7d5 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,9 +27,9 @@ class StartIssuanceInputDataInner(BaseModel): """ Data to be included in issued credential # noqa: E501 """ - credential_type_id: StrictStr = Field(..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") - credential_data: Dict[str, Any] = Field(..., alias="credentialData", description="Object of data to be included in the issued credential ,should match the credential type") - meta_data: Optional[StartIssuanceInputDataInnerMetaData] = Field(None, alias="metaData") + credential_type_id: StrictStr = Field(default=..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") + credential_data: Dict[str, Any] = Field(default=..., alias="credentialData", description="Object of data to be included in the issued credential ,should match the credential type") + meta_data: Optional[StartIssuanceInputDataInnerMetaData] = Field(default=None, alias="metaData") __properties = ["credentialTypeId", "credentialData", "metaData"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner_meta_data.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner_meta_data.py index 0b9c081b..0f340be8 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner_meta_data.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner_meta_data.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class StartIssuanceInputDataInnerMetaData(BaseModel): """ Object of metadata to be included in the additionalProperties related to vc # noqa: E501 """ - expiration_date: datetime = Field(..., alias="expirationDate", description="Date and time when the credential will expire") + expiration_date: datetime = Field(default=..., alias="expirationDate", description="Date and time when the credential will expire") __properties = ["expirationDate"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_response.py index 65d7f62f..183b0dce 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class StartIssuanceResponse(BaseModel): """ StartIssuanceResponse """ - credential_offer_uri: StrictStr = Field(..., alias="credentialOfferUri", description="URL where wallet can view offer details") - tx_code: Optional[StrictStr] = Field(None, alias="txCode", description="One time transaction code generated by CIS") - issuance_id: StrictStr = Field(..., alias="issuanceId", description="Website's internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one.") - expires_in: Union[StrictFloat, StrictInt] = Field(..., alias="expiresIn", description="Expire time in seconds") + credential_offer_uri: StrictStr = Field(default=..., alias="credentialOfferUri", description="URL where wallet can view offer details") + tx_code: Optional[StrictStr] = Field(default=None, alias="txCode", description="One time transaction code generated by CIS") + issuance_id: StrictStr = Field(default=..., alias="issuanceId", description="Website's internal identifier. Website may use to get info about the status of issuance flow. If it is not provided, CIS will generate one.") + expires_in: Union[StrictFloat, StrictInt] = Field(default=..., alias="expiresIn", description="Expire time in seconds") __properties = ["credentialOfferUri", "txCode", "issuanceId", "expiresIn"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py index 81f60c0e..4c690775 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py index 9f40b989..b0f0e43b 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -30,8 +30,8 @@ class SupportedCredentialMetadataDisplayInner(BaseModel): name: constr(strict=True, max_length=64) = Field(...) locale: Optional[constr(strict=True, max_length=16)] = None logo: Optional[SupportedCredentialMetadataDisplayInnerLogo] = None - background_color: Optional[StrictStr] = Field(None, alias="backgroundColor") - text_color: Optional[StrictStr] = Field(None, alias="textColor") + background_color: Optional[StrictStr] = Field(default=None, alias="backgroundColor") + text_color: Optional[StrictStr] = Field(default=None, alias="textColor") additional_properties: Dict[str, Any] = {} __properties = ["name", "locale", "logo", "backgroundColor", "textColor"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py index 85156836..3ef44461 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/supported_credential_metadata_display_inner_logo.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class SupportedCredentialMetadataDisplayInnerLogo(BaseModel): SupportedCredentialMetadataDisplayInnerLogo """ url: StrictStr = Field(...) - alt_text: Optional[StrictStr] = Field(None, alias="altText") + alt_text: Optional[StrictStr] = Field(default=None, alias="altText") additional_properties: Dict[str, Any] = {} __properties = ["url", "altText"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py index 6e9399ee..c16723f0 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,12 +29,12 @@ class UpdateIssuanceConfigInput(BaseModel): """ name: Optional[StrictStr] = None description: Optional[StrictStr] = None - issuer_wallet_id: Optional[StrictStr] = Field(None, alias="issuerWalletId", description="Issuer Wallet id") - credential_offer_duration: Optional[Union[confloat(le=604801, ge=1, multiple_of=1, strict=True), conint(le=604801, ge=1, strict=True)]] = Field(None, alias="credentialOfferDuration", description="credential offer duration in second") - format: Optional[StrictStr] = Field(None, description="String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type") - issuer_uri: Optional[StrictStr] = Field(None, alias="issuerUri", description="Issuer URI") - credential_supported: Optional[conlist(CredentialSupportedObject)] = Field(None, alias="credentialSupported") - issuer_metadata: Optional[Dict[str, Any]] = Field(None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") + issuer_wallet_id: Optional[StrictStr] = Field(default=None, alias="issuerWalletId", description="Issuer Wallet id") + credential_offer_duration: Optional[Union[confloat(le=604801, ge=1, multiple_of=1, strict=True), conint(le=604801, ge=1, strict=True)]] = Field(default=None, alias="credentialOfferDuration", description="credential offer duration in second") + format: Optional[StrictStr] = Field(default=None, description="String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type") + issuer_uri: Optional[StrictStr] = Field(default=None, alias="issuerUri", description="Issuer URI") + credential_supported: Optional[conlist(CredentialSupportedObject)] = Field(default=None, alias="credentialSupported") + issuer_metadata: Optional[Dict[str, Any]] = Field(default=None, alias="issuerMetadata", description="Issuer public information wallet may want to show to user during consent confirmation") __properties = ["name", "description", "issuerWalletId", "credentialOfferDuration", "format", "issuerUri", "credentialSupported", "issuerMetadata"] @validator('format') diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/vc_claimed_error.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/vc_claimed_error.py index 669cb289..96620466 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/vc_claimed_error.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/vc_claimed_error.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class VcClaimedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ActionForbiddenErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py index 339e44b2..80d2edb1 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py index c07716f9..5be57e01 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response_credentials_supported_inner.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner(BaseModel """ WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner """ - credential_type_id: StrictStr = Field(..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") - json_schema_url: StrictStr = Field(..., alias="jsonSchemaUrl", description="credential jsonLdContextUrl") - json_ld_context_url: StrictStr = Field(..., alias="jsonLdContextUrl", description="credential jsonSchemaUrl") + credential_type_id: StrictStr = Field(default=..., alias="credentialTypeId", description="It is a String that identifies a Credential that is being requested to be issued.") + json_schema_url: StrictStr = Field(default=..., alias="jsonSchemaUrl", description="credential jsonLdContextUrl") + json_ld_context_url: StrictStr = Field(default=..., alias="jsonLdContextUrl", description="credential jsonSchemaUrl") __properties = ["credentialTypeId", "jsonSchemaUrl", "jsonLdContextUrl"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/rest.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/rest.py index c2f92d7b..a4fd0e52 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/rest.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/rest.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_issuance_client/docs/ActionForbiddenError.md b/clients/python/credential_issuance_client/docs/ActionForbiddenError.md index 29fb6547..13a56ab2 100644 --- a/clients/python/credential_issuance_client/docs/ActionForbiddenError.md +++ b/clients/python/credential_issuance_client/docs/ActionForbiddenError.md @@ -25,7 +25,7 @@ print ActionForbiddenError.to_json() # convert the object into a dict action_forbidden_error_dict = action_forbidden_error_instance.to_dict() # create an instance of ActionForbiddenError from a dict -action_forbidden_error_form_dict = action_forbidden_error.from_dict(action_forbidden_error_dict) +action_forbidden_error_from_dict = ActionForbiddenError.from_dict(action_forbidden_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/ActionForbiddenErrorDetailsInner.md b/clients/python/credential_issuance_client/docs/ActionForbiddenErrorDetailsInner.md index b72b1a78..9a6f183c 100644 --- a/clients/python/credential_issuance_client/docs/ActionForbiddenErrorDetailsInner.md +++ b/clients/python/credential_issuance_client/docs/ActionForbiddenErrorDetailsInner.md @@ -24,7 +24,7 @@ print ActionForbiddenErrorDetailsInner.to_json() # convert the object into a dict action_forbidden_error_details_inner_dict = action_forbidden_error_details_inner_instance.to_dict() # create an instance of ActionForbiddenErrorDetailsInner from a dict -action_forbidden_error_details_inner_form_dict = action_forbidden_error_details_inner.from_dict(action_forbidden_error_details_inner_dict) +action_forbidden_error_details_inner_from_dict = ActionForbiddenErrorDetailsInner.from_dict(action_forbidden_error_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CorsGenerateCredentialsOK.md b/clients/python/credential_issuance_client/docs/CorsGenerateCredentialsOK.md index bbdfd675..3875da5b 100644 --- a/clients/python/credential_issuance_client/docs/CorsGenerateCredentialsOK.md +++ b/clients/python/credential_issuance_client/docs/CorsGenerateCredentialsOK.md @@ -21,7 +21,7 @@ print CorsGenerateCredentialsOK.to_json() # convert the object into a dict cors_generate_credentials_ok_dict = cors_generate_credentials_ok_instance.to_dict() # create an instance of CorsGenerateCredentialsOK from a dict -cors_generate_credentials_ok_form_dict = cors_generate_credentials_ok.from_dict(cors_generate_credentials_ok_dict) +cors_generate_credentials_ok_from_dict = CorsGenerateCredentialsOK.from_dict(cors_generate_credentials_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CorsGetCredentialOfferOK.md b/clients/python/credential_issuance_client/docs/CorsGetCredentialOfferOK.md index dd8049db..9ea19b5d 100644 --- a/clients/python/credential_issuance_client/docs/CorsGetCredentialOfferOK.md +++ b/clients/python/credential_issuance_client/docs/CorsGetCredentialOfferOK.md @@ -21,7 +21,7 @@ print CorsGetCredentialOfferOK.to_json() # convert the object into a dict cors_get_credential_offer_ok_dict = cors_get_credential_offer_ok_instance.to_dict() # create an instance of CorsGetCredentialOfferOK from a dict -cors_get_credential_offer_ok_form_dict = cors_get_credential_offer_ok.from_dict(cors_get_credential_offer_ok_dict) +cors_get_credential_offer_ok_from_dict = CorsGetCredentialOfferOK.from_dict(cors_get_credential_offer_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CorsGetWellKnownOpenIdCredentialIssuerOK.md b/clients/python/credential_issuance_client/docs/CorsGetWellKnownOpenIdCredentialIssuerOK.md index df234407..8e2aa81c 100644 --- a/clients/python/credential_issuance_client/docs/CorsGetWellKnownOpenIdCredentialIssuerOK.md +++ b/clients/python/credential_issuance_client/docs/CorsGetWellKnownOpenIdCredentialIssuerOK.md @@ -21,7 +21,7 @@ print CorsGetWellKnownOpenIdCredentialIssuerOK.to_json() # convert the object into a dict cors_get_well_known_open_id_credential_issuer_ok_dict = cors_get_well_known_open_id_credential_issuer_ok_instance.to_dict() # create an instance of CorsGetWellKnownOpenIdCredentialIssuerOK from a dict -cors_get_well_known_open_id_credential_issuer_ok_form_dict = cors_get_well_known_open_id_credential_issuer_ok.from_dict(cors_get_well_known_open_id_credential_issuer_ok_dict) +cors_get_well_known_open_id_credential_issuer_ok_from_dict = CorsGetWellKnownOpenIdCredentialIssuerOK.from_dict(cors_get_well_known_open_id_credential_issuer_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CreateCredentialInput.md b/clients/python/credential_issuance_client/docs/CreateCredentialInput.md index 160d766a..902ba617 100644 --- a/clients/python/credential_issuance_client/docs/CreateCredentialInput.md +++ b/clients/python/credential_issuance_client/docs/CreateCredentialInput.md @@ -22,7 +22,7 @@ print CreateCredentialInput.to_json() # convert the object into a dict create_credential_input_dict = create_credential_input_instance.to_dict() # create an instance of CreateCredentialInput from a dict -create_credential_input_form_dict = create_credential_input.from_dict(create_credential_input_dict) +create_credential_input_from_dict = CreateCredentialInput.from_dict(create_credential_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CreateIssuanceConfig400Response.md b/clients/python/credential_issuance_client/docs/CreateIssuanceConfig400Response.md index 783fd1c8..6d384486 100644 --- a/clients/python/credential_issuance_client/docs/CreateIssuanceConfig400Response.md +++ b/clients/python/credential_issuance_client/docs/CreateIssuanceConfig400Response.md @@ -25,7 +25,7 @@ print CreateIssuanceConfig400Response.to_json() # convert the object into a dict create_issuance_config400_response_dict = create_issuance_config400_response_instance.to_dict() # create an instance of CreateIssuanceConfig400Response from a dict -create_issuance_config400_response_form_dict = create_issuance_config400_response.from_dict(create_issuance_config400_response_dict) +create_issuance_config400_response_from_dict = CreateIssuanceConfig400Response.from_dict(create_issuance_config400_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md b/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md index 1b545185..dc0b4041 100644 --- a/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md +++ b/clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md @@ -27,7 +27,7 @@ print CreateIssuanceConfigInput.to_json() # convert the object into a dict create_issuance_config_input_dict = create_issuance_config_input_instance.to_dict() # create an instance of CreateIssuanceConfigInput from a dict -create_issuance_config_input_form_dict = create_issuance_config_input.from_dict(create_issuance_config_input_dict) +create_issuance_config_input_from_dict = CreateIssuanceConfigInput.from_dict(create_issuance_config_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialIssuanceIdExistError.md b/clients/python/credential_issuance_client/docs/CredentialIssuanceIdExistError.md index 00e807c6..40b68579 100644 --- a/clients/python/credential_issuance_client/docs/CredentialIssuanceIdExistError.md +++ b/clients/python/credential_issuance_client/docs/CredentialIssuanceIdExistError.md @@ -25,7 +25,7 @@ print CredentialIssuanceIdExistError.to_json() # convert the object into a dict credential_issuance_id_exist_error_dict = credential_issuance_id_exist_error_instance.to_dict() # create an instance of CredentialIssuanceIdExistError from a dict -credential_issuance_id_exist_error_form_dict = credential_issuance_id_exist_error.from_dict(credential_issuance_id_exist_error_dict) +credential_issuance_id_exist_error_from_dict = CredentialIssuanceIdExistError.from_dict(credential_issuance_id_exist_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferClaimedError.md b/clients/python/credential_issuance_client/docs/CredentialOfferClaimedError.md index 4c479385..1a59eb0d 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferClaimedError.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferClaimedError.md @@ -25,7 +25,7 @@ print CredentialOfferClaimedError.to_json() # convert the object into a dict credential_offer_claimed_error_dict = credential_offer_claimed_error_instance.to_dict() # create an instance of CredentialOfferClaimedError from a dict -credential_offer_claimed_error_form_dict = credential_offer_claimed_error.from_dict(credential_offer_claimed_error_dict) +credential_offer_claimed_error_from_dict = CredentialOfferClaimedError.from_dict(credential_offer_claimed_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferExpiredError.md b/clients/python/credential_issuance_client/docs/CredentialOfferExpiredError.md index c633982a..bad57b57 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferExpiredError.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferExpiredError.md @@ -25,7 +25,7 @@ print CredentialOfferExpiredError.to_json() # convert the object into a dict credential_offer_expired_error_dict = credential_offer_expired_error_instance.to_dict() # create an instance of CredentialOfferExpiredError from a dict -credential_offer_expired_error_form_dict = credential_offer_expired_error.from_dict(credential_offer_expired_error_dict) +credential_offer_expired_error_from_dict = CredentialOfferExpiredError.from_dict(credential_offer_expired_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferResponse.md b/clients/python/credential_issuance_client/docs/CredentialOfferResponse.md index c196fdae..78280459 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferResponse.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferResponse.md @@ -23,7 +23,7 @@ print CredentialOfferResponse.to_json() # convert the object into a dict credential_offer_response_dict = credential_offer_response_instance.to_dict() # create an instance of CredentialOfferResponse from a dict -credential_offer_response_form_dict = credential_offer_response.from_dict(credential_offer_response_dict) +credential_offer_response_from_dict = CredentialOfferResponse.from_dict(credential_offer_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrants.md b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrants.md index 152ccf8f..a7e7dc52 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrants.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrants.md @@ -23,7 +23,7 @@ print CredentialOfferResponseGrants.to_json() # convert the object into a dict credential_offer_response_grants_dict = credential_offer_response_grants_instance.to_dict() # create an instance of CredentialOfferResponseGrants from a dict -credential_offer_response_grants_form_dict = credential_offer_response_grants.from_dict(credential_offer_response_grants_dict) +credential_offer_response_grants_from_dict = CredentialOfferResponseGrants.from_dict(credential_offer_response_grants_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md index ff3a0da3..4a8801f6 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md @@ -24,7 +24,7 @@ print CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode. # convert the object into a dict credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_dict = credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_instance.to_dict() # create an instance of CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode from a dict -credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_form_dict = credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.from_dict(credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_dict) +credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_from_dict = CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.from_dict(credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md index d19a44d7..34a1299e 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md @@ -25,7 +25,7 @@ print CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeT # convert the object into a dict credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_dict = credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_instance.to_dict() # create an instance of CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode from a dict -credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_form_dict = credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.from_dict(credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_dict) +credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_from_dict = CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.from_dict(credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialProof.md b/clients/python/credential_issuance_client/docs/CredentialProof.md index c45b351a..514d239e 100644 --- a/clients/python/credential_issuance_client/docs/CredentialProof.md +++ b/clients/python/credential_issuance_client/docs/CredentialProof.md @@ -24,7 +24,7 @@ print CredentialProof.to_json() # convert the object into a dict credential_proof_dict = credential_proof_instance.to_dict() # create an instance of CredentialProof from a dict -credential_proof_form_dict = credential_proof.from_dict(credential_proof_dict) +credential_proof_from_dict = CredentialProof.from_dict(credential_proof_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialResponse.md b/clients/python/credential_issuance_client/docs/CredentialResponse.md index cf4b2955..32594360 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponse.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponse.md @@ -24,7 +24,7 @@ print CredentialResponse.to_json() # convert the object into a dict credential_response_dict = credential_response_instance.to_dict() # create an instance of CredentialResponse from a dict -credential_response_form_dict = credential_response.from_dict(credential_response_dict) +credential_response_from_dict = CredentialResponse.from_dict(credential_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseDeferred.md b/clients/python/credential_issuance_client/docs/CredentialResponseDeferred.md index f1da42be..589426d9 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponseDeferred.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponseDeferred.md @@ -23,7 +23,7 @@ print CredentialResponseDeferred.to_json() # convert the object into a dict credential_response_deferred_dict = credential_response_deferred_instance.to_dict() # create an instance of CredentialResponseDeferred from a dict -credential_response_deferred_form_dict = credential_response_deferred.from_dict(credential_response_deferred_dict) +credential_response_deferred_from_dict = CredentialResponseDeferred.from_dict(credential_response_deferred_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md b/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md index 09827fa4..4bebaeef 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md @@ -23,7 +23,7 @@ print CredentialResponseImmediate.to_json() # convert the object into a dict credential_response_immediate_dict = credential_response_immediate_instance.to_dict() # create an instance of CredentialResponseImmediate from a dict -credential_response_immediate_form_dict = credential_response_immediate.from_dict(credential_response_immediate_dict) +credential_response_immediate_from_dict = CredentialResponseImmediate.from_dict(credential_response_immediate_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md index 77f54074..c72efdba 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md @@ -20,7 +20,7 @@ print CredentialResponseImmediateCNonceExpiresIn.to_json() # convert the object into a dict credential_response_immediate_c_nonce_expires_in_dict = credential_response_immediate_c_nonce_expires_in_instance.to_dict() # create an instance of CredentialResponseImmediateCNonceExpiresIn from a dict -credential_response_immediate_c_nonce_expires_in_form_dict = credential_response_immediate_c_nonce_expires_in.from_dict(credential_response_immediate_c_nonce_expires_in_dict) +credential_response_immediate_c_nonce_expires_in_from_dict = CredentialResponseImmediateCNonceExpiresIn.from_dict(credential_response_immediate_c_nonce_expires_in_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md index 8c0ee1c1..7f3d851c 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md @@ -20,7 +20,7 @@ print CredentialResponseImmediateCredential.to_json() # convert the object into a dict credential_response_immediate_credential_dict = credential_response_immediate_credential_instance.to_dict() # create an instance of CredentialResponseImmediateCredential from a dict -credential_response_immediate_credential_form_dict = credential_response_immediate_credential.from_dict(credential_response_immediate_credential_dict) +credential_response_immediate_credential_from_dict = CredentialResponseImmediateCredential.from_dict(credential_response_immediate_credential_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialSubjectNotValidError.md b/clients/python/credential_issuance_client/docs/CredentialSubjectNotValidError.md index 7442b2da..ebda4be7 100644 --- a/clients/python/credential_issuance_client/docs/CredentialSubjectNotValidError.md +++ b/clients/python/credential_issuance_client/docs/CredentialSubjectNotValidError.md @@ -25,7 +25,7 @@ print CredentialSubjectNotValidError.to_json() # convert the object into a dict credential_subject_not_valid_error_dict = credential_subject_not_valid_error_instance.to_dict() # create an instance of CredentialSubjectNotValidError from a dict -credential_subject_not_valid_error_form_dict = credential_subject_not_valid_error.from_dict(credential_subject_not_valid_error_dict) +credential_subject_not_valid_error_from_dict = CredentialSubjectNotValidError.from_dict(credential_subject_not_valid_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md b/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md index ba3535dd..d76d421e 100644 --- a/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md +++ b/clients/python/credential_issuance_client/docs/CredentialSupportedObject.md @@ -24,7 +24,7 @@ print CredentialSupportedObject.to_json() # convert the object into a dict credential_supported_object_dict = credential_supported_object_instance.to_dict() # create an instance of CredentialSupportedObject from a dict -credential_supported_object_form_dict = credential_supported_object.from_dict(credential_supported_object_dict) +credential_supported_object_from_dict = CredentialSupportedObject.from_dict(credential_supported_object_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/DeferredCredentialInput.md b/clients/python/credential_issuance_client/docs/DeferredCredentialInput.md index 162dcdc8..a4151a97 100644 --- a/clients/python/credential_issuance_client/docs/DeferredCredentialInput.md +++ b/clients/python/credential_issuance_client/docs/DeferredCredentialInput.md @@ -21,7 +21,7 @@ print DeferredCredentialInput.to_json() # convert the object into a dict deferred_credential_input_dict = deferred_credential_input_instance.to_dict() # create an instance of DeferredCredentialInput from a dict -deferred_credential_input_form_dict = deferred_credential_input.from_dict(deferred_credential_input_dict) +deferred_credential_input_from_dict = DeferredCredentialInput.from_dict(deferred_credential_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/GenerateCredentials400Response.md b/clients/python/credential_issuance_client/docs/GenerateCredentials400Response.md index 8bc61fef..5fb4ae58 100644 --- a/clients/python/credential_issuance_client/docs/GenerateCredentials400Response.md +++ b/clients/python/credential_issuance_client/docs/GenerateCredentials400Response.md @@ -25,7 +25,7 @@ print GenerateCredentials400Response.to_json() # convert the object into a dict generate_credentials400_response_dict = generate_credentials400_response_instance.to_dict() # create an instance of GenerateCredentials400Response from a dict -generate_credentials400_response_form_dict = generate_credentials400_response.from_dict(generate_credentials400_response_dict) +generate_credentials400_response_from_dict = GenerateCredentials400Response.from_dict(generate_credentials400_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/GetCredentialOffer400Response.md b/clients/python/credential_issuance_client/docs/GetCredentialOffer400Response.md index 5a089f8c..3301003e 100644 --- a/clients/python/credential_issuance_client/docs/GetCredentialOffer400Response.md +++ b/clients/python/credential_issuance_client/docs/GetCredentialOffer400Response.md @@ -25,7 +25,7 @@ print GetCredentialOffer400Response.to_json() # convert the object into a dict get_credential_offer400_response_dict = get_credential_offer400_response_instance.to_dict() # create an instance of GetCredentialOffer400Response from a dict -get_credential_offer400_response_form_dict = get_credential_offer400_response.from_dict(get_credential_offer400_response_dict) +get_credential_offer400_response_from_dict = GetCredentialOffer400Response.from_dict(get_credential_offer400_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/InvalidCredentialRequestError.md b/clients/python/credential_issuance_client/docs/InvalidCredentialRequestError.md index 8c63340a..786ee65c 100644 --- a/clients/python/credential_issuance_client/docs/InvalidCredentialRequestError.md +++ b/clients/python/credential_issuance_client/docs/InvalidCredentialRequestError.md @@ -25,7 +25,7 @@ print InvalidCredentialRequestError.to_json() # convert the object into a dict invalid_credential_request_error_dict = invalid_credential_request_error_instance.to_dict() # create an instance of InvalidCredentialRequestError from a dict -invalid_credential_request_error_form_dict = invalid_credential_request_error.from_dict(invalid_credential_request_error_dict) +invalid_credential_request_error_from_dict = InvalidCredentialRequestError.from_dict(invalid_credential_request_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/InvalidCredentialTypeError.md b/clients/python/credential_issuance_client/docs/InvalidCredentialTypeError.md index a82f782c..98c5435b 100644 --- a/clients/python/credential_issuance_client/docs/InvalidCredentialTypeError.md +++ b/clients/python/credential_issuance_client/docs/InvalidCredentialTypeError.md @@ -25,7 +25,7 @@ print InvalidCredentialTypeError.to_json() # convert the object into a dict invalid_credential_type_error_dict = invalid_credential_type_error_instance.to_dict() # create an instance of InvalidCredentialTypeError from a dict -invalid_credential_type_error_form_dict = invalid_credential_type_error.from_dict(invalid_credential_type_error_dict) +invalid_credential_type_error_from_dict = InvalidCredentialTypeError.from_dict(invalid_credential_type_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/InvalidIssuerWalletError.md b/clients/python/credential_issuance_client/docs/InvalidIssuerWalletError.md index 1fe12564..1bfbb22f 100644 --- a/clients/python/credential_issuance_client/docs/InvalidIssuerWalletError.md +++ b/clients/python/credential_issuance_client/docs/InvalidIssuerWalletError.md @@ -25,7 +25,7 @@ print InvalidIssuerWalletError.to_json() # convert the object into a dict invalid_issuer_wallet_error_dict = invalid_issuer_wallet_error_instance.to_dict() # create an instance of InvalidIssuerWalletError from a dict -invalid_issuer_wallet_error_form_dict = invalid_issuer_wallet_error.from_dict(invalid_issuer_wallet_error_dict) +invalid_issuer_wallet_error_from_dict = InvalidIssuerWalletError.from_dict(invalid_issuer_wallet_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/InvalidJwtTokenError.md b/clients/python/credential_issuance_client/docs/InvalidJwtTokenError.md index 36f7d60f..995e5bce 100644 --- a/clients/python/credential_issuance_client/docs/InvalidJwtTokenError.md +++ b/clients/python/credential_issuance_client/docs/InvalidJwtTokenError.md @@ -25,7 +25,7 @@ print InvalidJwtTokenError.to_json() # convert the object into a dict invalid_jwt_token_error_dict = invalid_jwt_token_error_instance.to_dict() # create an instance of InvalidJwtTokenError from a dict -invalid_jwt_token_error_form_dict = invalid_jwt_token_error.from_dict(invalid_jwt_token_error_dict) +invalid_jwt_token_error_from_dict = InvalidJwtTokenError.from_dict(invalid_jwt_token_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/InvalidParameterError.md b/clients/python/credential_issuance_client/docs/InvalidParameterError.md index efb6a4a8..26fb7663 100644 --- a/clients/python/credential_issuance_client/docs/InvalidParameterError.md +++ b/clients/python/credential_issuance_client/docs/InvalidParameterError.md @@ -25,7 +25,7 @@ print InvalidParameterError.to_json() # convert the object into a dict invalid_parameter_error_dict = invalid_parameter_error_instance.to_dict() # create an instance of InvalidParameterError from a dict -invalid_parameter_error_form_dict = invalid_parameter_error.from_dict(invalid_parameter_error_dict) +invalid_parameter_error_from_dict = InvalidParameterError.from_dict(invalid_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/InvalidProofError.md b/clients/python/credential_issuance_client/docs/InvalidProofError.md index 0f0046e9..9c3fc4a4 100644 --- a/clients/python/credential_issuance_client/docs/InvalidProofError.md +++ b/clients/python/credential_issuance_client/docs/InvalidProofError.md @@ -25,7 +25,7 @@ print InvalidProofError.to_json() # convert the object into a dict invalid_proof_error_dict = invalid_proof_error_instance.to_dict() # create an instance of InvalidProofError from a dict -invalid_proof_error_form_dict = invalid_proof_error.from_dict(invalid_proof_error_dict) +invalid_proof_error_from_dict = InvalidProofError.from_dict(invalid_proof_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md b/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md index 265a05f8..501256b6 100644 --- a/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md +++ b/clients/python/credential_issuance_client/docs/IssuanceConfigDto.md @@ -32,7 +32,7 @@ print IssuanceConfigDto.to_json() # convert the object into a dict issuance_config_dto_dict = issuance_config_dto_instance.to_dict() # create an instance of IssuanceConfigDto from a dict -issuance_config_dto_form_dict = issuance_config_dto.from_dict(issuance_config_dto_dict) +issuance_config_dto_from_dict = IssuanceConfigDto.from_dict(issuance_config_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/IssuanceConfigListResponse.md b/clients/python/credential_issuance_client/docs/IssuanceConfigListResponse.md index 5c77618f..cdb394c9 100644 --- a/clients/python/credential_issuance_client/docs/IssuanceConfigListResponse.md +++ b/clients/python/credential_issuance_client/docs/IssuanceConfigListResponse.md @@ -21,7 +21,7 @@ print IssuanceConfigListResponse.to_json() # convert the object into a dict issuance_config_list_response_dict = issuance_config_list_response_instance.to_dict() # create an instance of IssuanceConfigListResponse from a dict -issuance_config_list_response_form_dict = issuance_config_list_response.from_dict(issuance_config_list_response_dict) +issuance_config_list_response_from_dict = IssuanceConfigListResponse.from_dict(issuance_config_list_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/IssuanceConfigMiniDto.md b/clients/python/credential_issuance_client/docs/IssuanceConfigMiniDto.md index a2128b57..30eaedc8 100644 --- a/clients/python/credential_issuance_client/docs/IssuanceConfigMiniDto.md +++ b/clients/python/credential_issuance_client/docs/IssuanceConfigMiniDto.md @@ -30,7 +30,7 @@ print IssuanceConfigMiniDto.to_json() # convert the object into a dict issuance_config_mini_dto_dict = issuance_config_mini_dto_instance.to_dict() # create an instance of IssuanceConfigMiniDto from a dict -issuance_config_mini_dto_form_dict = issuance_config_mini_dto.from_dict(issuance_config_mini_dto_dict) +issuance_config_mini_dto_from_dict = IssuanceConfigMiniDto.from_dict(issuance_config_mini_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/IssuanceStateResponse.md b/clients/python/credential_issuance_client/docs/IssuanceStateResponse.md index 4a7c19a4..49d04e74 100644 --- a/clients/python/credential_issuance_client/docs/IssuanceStateResponse.md +++ b/clients/python/credential_issuance_client/docs/IssuanceStateResponse.md @@ -22,7 +22,7 @@ print IssuanceStateResponse.to_json() # convert the object into a dict issuance_state_response_dict = issuance_state_response_instance.to_dict() # create an instance of IssuanceStateResponse from a dict -issuance_state_response_form_dict = issuance_state_response.from_dict(issuance_state_response_dict) +issuance_state_response_from_dict = IssuanceStateResponse.from_dict(issuance_state_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/ListIssuanceResponse.md b/clients/python/credential_issuance_client/docs/ListIssuanceResponse.md index 03b777c8..3dc71459 100644 --- a/clients/python/credential_issuance_client/docs/ListIssuanceResponse.md +++ b/clients/python/credential_issuance_client/docs/ListIssuanceResponse.md @@ -21,7 +21,7 @@ print ListIssuanceResponse.to_json() # convert the object into a dict list_issuance_response_dict = list_issuance_response_instance.to_dict() # create an instance of ListIssuanceResponse from a dict -list_issuance_response_form_dict = list_issuance_response.from_dict(list_issuance_response_dict) +list_issuance_response_from_dict = ListIssuanceResponse.from_dict(list_issuance_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/ListIssuanceResponseIssuancesInner.md b/clients/python/credential_issuance_client/docs/ListIssuanceResponseIssuancesInner.md index 453025ab..bf6b419e 100644 --- a/clients/python/credential_issuance_client/docs/ListIssuanceResponseIssuancesInner.md +++ b/clients/python/credential_issuance_client/docs/ListIssuanceResponseIssuancesInner.md @@ -21,7 +21,7 @@ print ListIssuanceResponseIssuancesInner.to_json() # convert the object into a dict list_issuance_response_issuances_inner_dict = list_issuance_response_issuances_inner_instance.to_dict() # create an instance of ListIssuanceResponseIssuancesInner from a dict -list_issuance_response_issuances_inner_form_dict = list_issuance_response_issuances_inner.from_dict(list_issuance_response_issuances_inner_dict) +list_issuance_response_issuances_inner_from_dict = ListIssuanceResponseIssuancesInner.from_dict(list_issuance_response_issuances_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/MissingHolderDidError.md b/clients/python/credential_issuance_client/docs/MissingHolderDidError.md index 210e66d3..d63337de 100644 --- a/clients/python/credential_issuance_client/docs/MissingHolderDidError.md +++ b/clients/python/credential_issuance_client/docs/MissingHolderDidError.md @@ -25,7 +25,7 @@ print MissingHolderDidError.to_json() # convert the object into a dict missing_holder_did_error_dict = missing_holder_did_error_instance.to_dict() # create an instance of MissingHolderDidError from a dict -missing_holder_did_error_form_dict = missing_holder_did_error.from_dict(missing_holder_did_error_dict) +missing_holder_did_error_from_dict = MissingHolderDidError.from_dict(missing_holder_did_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/NotFoundError.md b/clients/python/credential_issuance_client/docs/NotFoundError.md index e0184617..a1d519e5 100644 --- a/clients/python/credential_issuance_client/docs/NotFoundError.md +++ b/clients/python/credential_issuance_client/docs/NotFoundError.md @@ -25,7 +25,7 @@ print NotFoundError.to_json() # convert the object into a dict not_found_error_dict = not_found_error_instance.to_dict() # create an instance of NotFoundError from a dict -not_found_error_form_dict = not_found_error.from_dict(not_found_error_dict) +not_found_error_from_dict = NotFoundError.from_dict(not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/ProjectCredentialConfigExistError.md b/clients/python/credential_issuance_client/docs/ProjectCredentialConfigExistError.md index c912df99..51e939e2 100644 --- a/clients/python/credential_issuance_client/docs/ProjectCredentialConfigExistError.md +++ b/clients/python/credential_issuance_client/docs/ProjectCredentialConfigExistError.md @@ -25,7 +25,7 @@ print ProjectCredentialConfigExistError.to_json() # convert the object into a dict project_credential_config_exist_error_dict = project_credential_config_exist_error_instance.to_dict() # create an instance of ProjectCredentialConfigExistError from a dict -project_credential_config_exist_error_form_dict = project_credential_config_exist_error.from_dict(project_credential_config_exist_error_dict) +project_credential_config_exist_error_from_dict = ProjectCredentialConfigExistError.from_dict(project_credential_config_exist_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/ProjectCredentialConfigNotExistError.md b/clients/python/credential_issuance_client/docs/ProjectCredentialConfigNotExistError.md index 680f1bf6..a7311cf6 100644 --- a/clients/python/credential_issuance_client/docs/ProjectCredentialConfigNotExistError.md +++ b/clients/python/credential_issuance_client/docs/ProjectCredentialConfigNotExistError.md @@ -25,7 +25,7 @@ print ProjectCredentialConfigNotExistError.to_json() # convert the object into a dict project_credential_config_not_exist_error_dict = project_credential_config_not_exist_error_instance.to_dict() # create an instance of ProjectCredentialConfigNotExistError from a dict -project_credential_config_not_exist_error_form_dict = project_credential_config_not_exist_error.from_dict(project_credential_config_not_exist_error_dict) +project_credential_config_not_exist_error_from_dict = ProjectCredentialConfigNotExistError.from_dict(project_credential_config_not_exist_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/StartIssuance400Response.md b/clients/python/credential_issuance_client/docs/StartIssuance400Response.md index 8d6c1699..4284e377 100644 --- a/clients/python/credential_issuance_client/docs/StartIssuance400Response.md +++ b/clients/python/credential_issuance_client/docs/StartIssuance400Response.md @@ -25,7 +25,7 @@ print StartIssuance400Response.to_json() # convert the object into a dict start_issuance400_response_dict = start_issuance400_response_instance.to_dict() # create an instance of StartIssuance400Response from a dict -start_issuance400_response_form_dict = start_issuance400_response.from_dict(start_issuance400_response_dict) +start_issuance400_response_from_dict = StartIssuance400Response.from_dict(start_issuance400_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/StartIssuanceInput.md b/clients/python/credential_issuance_client/docs/StartIssuanceInput.md index fdea7d9d..cd9d3cc8 100644 --- a/clients/python/credential_issuance_client/docs/StartIssuanceInput.md +++ b/clients/python/credential_issuance_client/docs/StartIssuanceInput.md @@ -24,7 +24,7 @@ print StartIssuanceInput.to_json() # convert the object into a dict start_issuance_input_dict = start_issuance_input_instance.to_dict() # create an instance of StartIssuanceInput from a dict -start_issuance_input_form_dict = start_issuance_input.from_dict(start_issuance_input_dict) +start_issuance_input_from_dict = StartIssuanceInput.from_dict(start_issuance_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInner.md b/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInner.md index e1fbc1e8..61bd82ab 100644 --- a/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInner.md +++ b/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInner.md @@ -25,7 +25,7 @@ print StartIssuanceInputDataInner.to_json() # convert the object into a dict start_issuance_input_data_inner_dict = start_issuance_input_data_inner_instance.to_dict() # create an instance of StartIssuanceInputDataInner from a dict -start_issuance_input_data_inner_form_dict = start_issuance_input_data_inner.from_dict(start_issuance_input_data_inner_dict) +start_issuance_input_data_inner_from_dict = StartIssuanceInputDataInner.from_dict(start_issuance_input_data_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInnerMetaData.md b/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInnerMetaData.md index eae25838..6b83912c 100644 --- a/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInnerMetaData.md +++ b/clients/python/credential_issuance_client/docs/StartIssuanceInputDataInnerMetaData.md @@ -23,7 +23,7 @@ print StartIssuanceInputDataInnerMetaData.to_json() # convert the object into a dict start_issuance_input_data_inner_meta_data_dict = start_issuance_input_data_inner_meta_data_instance.to_dict() # create an instance of StartIssuanceInputDataInnerMetaData from a dict -start_issuance_input_data_inner_meta_data_form_dict = start_issuance_input_data_inner_meta_data.from_dict(start_issuance_input_data_inner_meta_data_dict) +start_issuance_input_data_inner_meta_data_from_dict = StartIssuanceInputDataInnerMetaData.from_dict(start_issuance_input_data_inner_meta_data_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/StartIssuanceResponse.md b/clients/python/credential_issuance_client/docs/StartIssuanceResponse.md index e1a94cea..010c89d6 100644 --- a/clients/python/credential_issuance_client/docs/StartIssuanceResponse.md +++ b/clients/python/credential_issuance_client/docs/StartIssuanceResponse.md @@ -24,7 +24,7 @@ print StartIssuanceResponse.to_json() # convert the object into a dict start_issuance_response_dict = start_issuance_response_instance.to_dict() # create an instance of StartIssuanceResponse from a dict -start_issuance_response_form_dict = start_issuance_response.from_dict(start_issuance_response_dict) +start_issuance_response_from_dict = StartIssuanceResponse.from_dict(start_issuance_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md index 412d725a..c2d49f7f 100644 --- a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md +++ b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadata.md @@ -21,7 +21,7 @@ print SupportedCredentialMetadata.to_json() # convert the object into a dict supported_credential_metadata_dict = supported_credential_metadata_instance.to_dict() # create an instance of SupportedCredentialMetadata from a dict -supported_credential_metadata_form_dict = supported_credential_metadata.from_dict(supported_credential_metadata_dict) +supported_credential_metadata_from_dict = SupportedCredentialMetadata.from_dict(supported_credential_metadata_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md index 2f275119..21003583 100644 --- a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md +++ b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInner.md @@ -25,7 +25,7 @@ print SupportedCredentialMetadataDisplayInner.to_json() # convert the object into a dict supported_credential_metadata_display_inner_dict = supported_credential_metadata_display_inner_instance.to_dict() # create an instance of SupportedCredentialMetadataDisplayInner from a dict -supported_credential_metadata_display_inner_form_dict = supported_credential_metadata_display_inner.from_dict(supported_credential_metadata_display_inner_dict) +supported_credential_metadata_display_inner_from_dict = SupportedCredentialMetadataDisplayInner.from_dict(supported_credential_metadata_display_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md index bad4d506..8f05c823 100644 --- a/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md +++ b/clients/python/credential_issuance_client/docs/SupportedCredentialMetadataDisplayInnerLogo.md @@ -22,7 +22,7 @@ print SupportedCredentialMetadataDisplayInnerLogo.to_json() # convert the object into a dict supported_credential_metadata_display_inner_logo_dict = supported_credential_metadata_display_inner_logo_instance.to_dict() # create an instance of SupportedCredentialMetadataDisplayInnerLogo from a dict -supported_credential_metadata_display_inner_logo_form_dict = supported_credential_metadata_display_inner_logo.from_dict(supported_credential_metadata_display_inner_logo_dict) +supported_credential_metadata_display_inner_logo_from_dict = SupportedCredentialMetadataDisplayInnerLogo.from_dict(supported_credential_metadata_display_inner_logo_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md b/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md index aa83fc83..ef648f5b 100644 --- a/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md +++ b/clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md @@ -28,7 +28,7 @@ print UpdateIssuanceConfigInput.to_json() # convert the object into a dict update_issuance_config_input_dict = update_issuance_config_input_instance.to_dict() # create an instance of UpdateIssuanceConfigInput from a dict -update_issuance_config_input_form_dict = update_issuance_config_input.from_dict(update_issuance_config_input_dict) +update_issuance_config_input_from_dict = UpdateIssuanceConfigInput.from_dict(update_issuance_config_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/VcClaimedError.md b/clients/python/credential_issuance_client/docs/VcClaimedError.md index da661d51..a85a33cb 100644 --- a/clients/python/credential_issuance_client/docs/VcClaimedError.md +++ b/clients/python/credential_issuance_client/docs/VcClaimedError.md @@ -25,7 +25,7 @@ print VcClaimedError.to_json() # convert the object into a dict vc_claimed_error_dict = vc_claimed_error_instance.to_dict() # create an instance of VcClaimedError from a dict -vc_claimed_error_form_dict = vc_claimed_error.from_dict(vc_claimed_error_dict) +vc_claimed_error_from_dict = VcClaimedError.from_dict(vc_claimed_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md index 0ed2db32..45d0211d 100644 --- a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md +++ b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md @@ -30,7 +30,7 @@ print WellKnownOpenIdCredentialIssuerResponse.to_json() # convert the object into a dict well_known_open_id_credential_issuer_response_dict = well_known_open_id_credential_issuer_response_instance.to_dict() # create an instance of WellKnownOpenIdCredentialIssuerResponse from a dict -well_known_open_id_credential_issuer_response_form_dict = well_known_open_id_credential_issuer_response.from_dict(well_known_open_id_credential_issuer_response_dict) +well_known_open_id_credential_issuer_response_from_dict = WellKnownOpenIdCredentialIssuerResponse.from_dict(well_known_open_id_credential_issuer_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md index eac649ae..a4de86e5 100644 --- a/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md +++ b/clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md @@ -23,7 +23,7 @@ print WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.to_json() # convert the object into a dict well_known_open_id_credential_issuer_response_credentials_supported_inner_dict = well_known_open_id_credential_issuer_response_credentials_supported_inner_instance.to_dict() # create an instance of WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner from a dict -well_known_open_id_credential_issuer_response_credentials_supported_inner_form_dict = well_known_open_id_credential_issuer_response_credentials_supported_inner.from_dict(well_known_open_id_credential_issuer_response_credentials_supported_inner_dict) +well_known_open_id_credential_issuer_response_credentials_supported_inner_from_dict = WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.from_dict(well_known_open_id_credential_issuer_response_credentials_supported_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/project.json b/clients/python/credential_issuance_client/project.json index 561e4330..cf664fb0 100644 --- a/clients/python/credential_issuance_client/project.json +++ b/clients/python/credential_issuance_client/project.json @@ -22,7 +22,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "poetry publish" + "command": "poetry publish --skip-existing" } }, "tags": [] diff --git a/clients/python/credential_issuance_client/pyproject.toml b/clients/python/credential_issuance_client/pyproject.toml index 4ce2b291..1e9da9d2 100644 --- a/clients/python/credential_issuance_client/pyproject.toml +++ b/clients/python/credential_issuance_client/pyproject.toml @@ -5,7 +5,7 @@ description = "CredentialIssuanceService" authors = ["Affinidi "] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" +repository = "https://github.com/affinidi.com/affinidi-tdk" keywords = ["OpenAPI", "OpenAPI-Generator", "CredentialIssuanceService"] include = ["affinidi_tdk_credential_issuance_client/py.typed"] diff --git a/clients/python/credential_issuance_client/setup.py b/clients/python/credential_issuance_client/setup.py index cdfc4ba2..92d75ee8 100644 --- a/clients/python/credential_issuance_client/setup.py +++ b/clients/python/credential_issuance_client/setup.py @@ -3,7 +3,7 @@ """ CredentialIssuanceService - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -45,7 +45,7 @@ license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - Affinidi Credential Issuance Service Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) """, # noqa: E501 package_data={"affinidi_tdk_credential_issuance_client": ["py.typed"]}, ) diff --git a/clients/python/credential_verification_client/.openapi-generator/FILES b/clients/python/credential_verification_client/.openapi-generator/FILES index 3959d969..87c66fdb 100644 --- a/clients/python/credential_verification_client/.openapi-generator/FILES +++ b/clients/python/credential_verification_client/.openapi-generator/FILES @@ -2,6 +2,7 @@ .gitignore .travis.yml README.md +README.md affinidi_tdk_credential_verification_client/__init__.py affinidi_tdk_credential_verification_client/api/__init__.py affinidi_tdk_credential_verification_client/api/default_api.py diff --git a/clients/python/credential_verification_client/.openapi-generator/VERSION b/clients/python/credential_verification_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/python/credential_verification_client/.openapi-generator/VERSION +++ b/clients/python/credential_verification_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/python/credential_verification_client/README.md b/clients/python/credential_verification_client/README.md index 50459c62..981e6f06 100644 --- a/clients/python/credential_verification_client/README.md +++ b/clients/python/credential_verification_client/README.md @@ -1,13 +1,10 @@ # affinidi_tdk_credential_verification_client -Affinidi VerificationService Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: +For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen - For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) +Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/credential-verification](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/credential-verification) ## Requirements. @@ -20,11 +17,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install affinidi_tdk_credential_verification_client ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - Then import the package: ```python @@ -39,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) - Then import the package: ```python diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py index e448cb08..485a47d9 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py @@ -5,7 +5,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/default_api.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/default_api.py index 188180c1..551a4c44 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/default_api.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/default_api.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api_client.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api_client.py index 7d3e87c5..dc36c177 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api_client.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api_client.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -539,7 +539,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, value) for value in v) + new_params.extend((k, str(value)) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -554,7 +554,7 @@ def parameters_to_url_query(self, params, collection_formats): else: new_params.append((k, quote(str(v)))) - return "&".join(["=".join(item) for item in new_params]) + return "&".join(["=".join(map(str, item)) for item in new_params]) def files_parameters(self, files=None): """Builds form parameters. diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/configuration.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/configuration.py index 37a8c600..84420d49 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/configuration.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/configuration.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/exceptions.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/exceptions.py index 9af11f89..9090e99f 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/exceptions.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/exceptions.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/__init__.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/__init__.py index 6ac48f7c..02fd0773 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/__init__.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/__init__.py @@ -4,7 +4,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints.py index 9d411689..5a0f66bf 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints_statuses.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints_statuses.py index 82f63ea4..ae979c22 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints_statuses.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints_statuses.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements.py index 07f5a3b4..b8a392aa 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class CredentialRequirements(BaseModel): """ Requirements of the VC # noqa: E501 """ - type: conlist(StrictStr) = Field(..., description="Type list of the VC requirements") + type: conlist(StrictStr) = Field(default=..., description="Type list of the VC requirements") constraints: Optional[CredentialRequirementsConstraints] = None __properties = ["type", "constraints"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements_constraints.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements_constraints.py index e481b9bf..792f8b4c 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements_constraints.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements_constraints.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/descriptor.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/descriptor.py index 53d0c56a..9902e1c5 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/descriptor.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/descriptor.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error.py index e949c0ef..a9982b4f 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,12 +27,12 @@ class Error(BaseModel): """ Error object # noqa: E501 """ - error_code: Optional[StrictStr] = Field(None, alias="errorCode", description="Error code") - error_message: Optional[StrictStr] = Field(None, alias="errorMessage", description="Error message") - message: Optional[StrictStr] = Field(None, description="Verbose message") - name: Optional[StrictStr] = Field(None, description="Error name") - debug_id: Optional[StrictStr] = Field(None, alias="debugId", description="Debug identifier") - details: Optional[conlist(ErrorDetail)] = Field(None, description="Error details") + error_code: Optional[StrictStr] = Field(default=None, alias="errorCode", description="Error code") + error_message: Optional[StrictStr] = Field(default=None, alias="errorMessage", description="Error message") + message: Optional[StrictStr] = Field(default=None, description="Verbose message") + name: Optional[StrictStr] = Field(default=None, description="Error name") + debug_id: Optional[StrictStr] = Field(default=None, alias="debugId", description="Debug identifier") + details: Optional[conlist(ErrorDetail)] = Field(default=None, description="Error details") __properties = ["errorCode", "errorMessage", "message", "name", "debugId", "details"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error_detail.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error_detail.py index 82fd96a8..bd0ebf3e 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error_detail.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error_detail.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class ErrorDetail(BaseModel): """ Detail of the error # noqa: E501 """ - message: Optional[StrictStr] = Field(None, description="Error detail message") + message: Optional[StrictStr] = Field(default=None, description="Error detail message") __properties = ["message"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/evaluate_vp_output.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/evaluate_vp_output.py index 32569529..9fd8447a 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/evaluate_vp_output.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/evaluate_vp_output.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/field.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/field.py index dacea79f..ee629aa6 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/field.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/field.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter.py index 2b7ccefb..edfc1d13 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,20 +27,20 @@ class Filter(BaseModel): """ Filter """ - const: Optional[FilterConst] = Field(None, alias="_const") - enum: Optional[conlist(FilterConst)] = Field(None, alias="_enum") - exclusive_minimum: Optional[FilterConst] = Field(None, alias="exclusiveMinimum") - exclusive_maximum: Optional[FilterConst] = Field(None, alias="exclusiveMaximum") + const: Optional[FilterConst] = Field(default=None, alias="_const") + enum: Optional[conlist(FilterConst)] = Field(default=None, alias="_enum") + exclusive_minimum: Optional[FilterConst] = Field(default=None, alias="exclusiveMinimum") + exclusive_maximum: Optional[FilterConst] = Field(default=None, alias="exclusiveMaximum") format: Optional[StrictStr] = None - format_maximum: Optional[StrictStr] = Field(None, alias="formatMaximum") - format_minimum: Optional[StrictStr] = Field(None, alias="formatMinimum") - format_exclusive_maximum: Optional[StrictStr] = Field(None, alias="formatExclusiveMaximum") - format_exclusive_minimum: Optional[StrictStr] = Field(None, alias="formatExclusiveMinimum") - min_length: Optional[StrictInt] = Field(None, alias="minLength") - max_length: Optional[StrictInt] = Field(None, alias="maxLength") + format_maximum: Optional[StrictStr] = Field(default=None, alias="formatMaximum") + format_minimum: Optional[StrictStr] = Field(default=None, alias="formatMinimum") + format_exclusive_maximum: Optional[StrictStr] = Field(default=None, alias="formatExclusiveMaximum") + format_exclusive_minimum: Optional[StrictStr] = Field(default=None, alias="formatExclusiveMinimum") + min_length: Optional[StrictInt] = Field(default=None, alias="minLength") + max_length: Optional[StrictInt] = Field(default=None, alias="maxLength") minimum: Optional[FilterConst] = None maximum: Optional[FilterConst] = None - var_not: Optional[Dict[str, Any]] = Field(None, alias="not") + var_not: Optional[Dict[str, Any]] = Field(default=None, alias="not") pattern: Optional[StrictStr] = None contains: Optional[Filter] = None items: Optional[FilterItems] = None diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_const.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_const.py index 24775568..f7c022cb 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_const.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_const.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_items.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_items.py index 87677af3..5402f230 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_items.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_items.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/format.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/format.py index 10fe6d23..e9879adb 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/format.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/format.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/free_form_object.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/free_form_object.py index e37ef9f9..409c314a 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/free_form_object.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/free_form_object.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/holder_subject.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/holder_subject.py index 855607e2..9352c596 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/holder_subject.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/holder_subject.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/input_descriptor.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/input_descriptor.py index fdebcdb2..4223a320 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/input_descriptor.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/input_descriptor.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/invalid_parameter_error.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/invalid_parameter_error.py index 8aed0413..1f7a7324 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/invalid_parameter_error.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/invalid_parameter_error.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(NotFoundErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/jwt_object.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/jwt_object.py index 590931b0..1f915f3a 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/jwt_object.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/jwt_object.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class JwtObject(BaseModel): """ JwtObject """ - alg: conlist(StrictStr) = Field(..., description="List of names of the the JWT Algorithms") + alg: conlist(StrictStr) = Field(default=..., description="List of names of the the JWT Algorithms") __properties = ["alg"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/ldp_object.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/ldp_object.py index ea3829a1..c7f2a0f2 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/ldp_object.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/ldp_object.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class LdpObject(BaseModel): """ LdpObject """ - proof_type: conlist(StrictStr) = Field(..., description="List of names of the proof types") + proof_type: conlist(StrictStr) = Field(default=..., description="List of names of the proof types") __properties = ["proof_type"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/nested_descriptor.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/nested_descriptor.py index 8f9d3470..d6ef4423 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/nested_descriptor.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/nested_descriptor.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error.py index a2831c23..2a59258c 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class NotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(NotFoundErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error_details_inner.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error_details_inner.py index 35b277e1..7870a666 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error_details_inner.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error_details_inner.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/pd_status.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/pd_status.py index d7d1a58f..f412375e 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/pd_status.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/pd_status.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_definition.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_definition.py index d66b337e..e945ed1c 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_definition.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_definition.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -30,9 +30,9 @@ class PresentationDefinition(BaseModel): """ Presentation definition # noqa: E501 """ - id: StrictStr = Field(..., description="Definition id") - name: Optional[StrictStr] = Field(None, description="Definition name") - purpose: Optional[StrictStr] = Field(None, description="Definition purpose") + id: StrictStr = Field(default=..., description="Definition id") + name: Optional[StrictStr] = Field(default=None, description="Definition name") + purpose: Optional[StrictStr] = Field(default=None, description="Definition purpose") format: Optional[Format] = None submission_requirements: Optional[conlist(SubmissionRequirement)] = None input_descriptors: conlist(InputDescriptor) = Field(...) diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_submission.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_submission.py index ed263171..0865a842 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_submission.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_submission.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/submission_requirement.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/submission_requirement.py index 7108a190..06d511af 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/submission_requirement.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/submission_requirement.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -32,7 +32,7 @@ class SubmissionRequirement(BaseModel): count: Optional[StrictInt] = None min: Optional[StrictInt] = None max: Optional[StrictInt] = None - var_from: Optional[StrictStr] = Field(None, alias="from") + var_from: Optional[StrictStr] = Field(default=None, alias="from") from_nested: Optional[conlist(SubmissionRequirement)] = None __properties = ["name", "purpose", "rule", "count", "min", "max", "from", "from_nested"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_input.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_input.py index 9eebc7c2..5703f672 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_input.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_input.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class ValidateJwtInput(BaseModel): """ Request model of /validate-jwt # noqa: E501 """ - token: StrictStr = Field(..., description="JWT token") + token: StrictStr = Field(default=..., description="JWT token") __properties = ["token"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_output.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_output.py index b5be49e9..6c9f6b0d 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_output.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_output.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class ValidateJwtOutput(BaseModel): """ Response model of /validate-jwt # noqa: E501 """ - is_valid: StrictBool = Field(..., alias="isValid", description="Defines if jwt is valid") - payload: Dict[str, Any] = Field(..., description="Decoded payload of the token") + is_valid: StrictBool = Field(default=..., alias="isValid", description="Defines if jwt is valid") + payload: Dict[str, Any] = Field(default=..., description="Decoded payload of the token") __properties = ["isValid", "payload"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_input.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_input.py index 309fded9..677d91dd 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_input.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_input.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,8 +28,8 @@ class VerifyCredentialInput(BaseModel): """ Request model of /verify-vcs # noqa: E501 """ - verifiable_credentials: conlist(W3cCredential, min_items=1) = Field(..., alias="verifiableCredentials", description="List of VCs") - issuer_did_document: Optional[FreeFormObject] = Field(None, alias="issuerDidDocument") + verifiable_credentials: conlist(W3cCredential, min_items=1) = Field(default=..., alias="verifiableCredentials", description="List of VCs") + issuer_did_document: Optional[FreeFormObject] = Field(default=None, alias="issuerDidDocument") __properties = ["verifiableCredentials", "issuerDidDocument"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_output.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_output.py index f617ab1f..b9e1f96f 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_output.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_output.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class VerifyCredentialOutput(BaseModel): """ Response model of /verify-vcs # noqa: E501 """ - errors: conlist(StrictStr) = Field(..., description="Errors of the VCs failed verification") - is_valid: StrictBool = Field(..., alias="isValid", description="Verification result") + errors: conlist(StrictStr) = Field(default=..., description="Errors of the VCs failed verification") + is_valid: StrictBool = Field(default=..., alias="isValid", description="Verification result") __properties = ["errors", "isValid"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_input.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_input.py index 2838789d..b0e04f9f 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_input.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_input.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,10 +27,10 @@ class VerifyPresentationInput(BaseModel): """ Request model of /verify-vp # noqa: E501 """ - verifiable_presentation: Optional[W3cPresentation] = Field(None, alias="verifiablePresentation") - signed_presentation: Optional[W3cPresentation] = Field(None, alias="signedPresentation") - presentation_definition: Optional[Dict[str, Any]] = Field(None, alias="presentationDefinition") - presentation_submission: Optional[Dict[str, Any]] = Field(None, alias="presentationSubmission") + verifiable_presentation: Optional[W3cPresentation] = Field(default=None, alias="verifiablePresentation") + signed_presentation: Optional[W3cPresentation] = Field(default=None, alias="signedPresentation") + presentation_definition: Optional[Dict[str, Any]] = Field(default=None, alias="presentationDefinition") + presentation_submission: Optional[Dict[str, Any]] = Field(default=None, alias="presentationSubmission") challenge: Optional[StrictStr] = None __properties = ["verifiablePresentation", "signedPresentation", "presentationDefinition", "presentationSubmission", "challenge"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output.py index da49f433..ee73c8c2 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class VerifyPresentationOutput(BaseModel): Response model of /verify-vp # noqa: E501 """ errors: VerifyPresentationOutputErrors = Field(...) - is_valid: StrictBool = Field(..., alias="isValid", description="Verification result") + is_valid: StrictBool = Field(default=..., alias="isValid", description="Verification result") __properties = ["errors", "isValid"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output_errors.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output_errors.py index 3dc8bafe..1f42d1b8 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output_errors.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output_errors.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential.py index 2ab9bc1d..36ef9cd8 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -32,17 +32,17 @@ class W3cCredential(BaseModel): """ W3cCredential """ - context: W3cPresentationContext = Field(..., alias="@context") + context: W3cPresentationContext = Field(default=..., alias="@context") id: Optional[StrictStr] = None type: conlist(StrictStr) = Field(...) holder: Optional[W3cCredentialHolder] = None - credential_subject: W3cCredentialCredentialSubject = Field(..., alias="credentialSubject") - credential_status: Optional[W3cCredentialStatus] = Field(None, alias="credentialStatus") - issuance_date: StrictStr = Field(..., alias="issuanceDate") + credential_subject: W3cCredentialCredentialSubject = Field(default=..., alias="credentialSubject") + credential_status: Optional[W3cCredentialStatus] = Field(default=None, alias="credentialStatus") + issuance_date: StrictStr = Field(default=..., alias="issuanceDate") issuer: StrictStr = Field(...) - expiration_date: Optional[StrictStr] = Field(None, alias="expirationDate") + expiration_date: Optional[StrictStr] = Field(default=None, alias="expirationDate") proof: W3cProof = Field(...) - credential_schema: Optional[W3cCredentialCredentialSchema] = Field(None, alias="credentialSchema") + credential_schema: Optional[W3cCredentialCredentialSchema] = Field(default=None, alias="credentialSchema") __properties = ["@context", "id", "type", "holder", "credentialSubject", "credentialStatus", "issuanceDate", "issuer", "expirationDate", "proof", "credentialSchema"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_schema.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_schema.py index da342d86..a9afe60d 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_schema.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_schema.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_subject.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_subject.py index 4cb919ad..2fb6e395 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_subject.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_subject.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_holder.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_holder.py index f5d1dc6c..af5fe15d 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_holder.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_holder.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_status.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_status.py index 9617da5a..308b9825 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_status.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_status.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,8 +28,8 @@ class W3cCredentialStatus(BaseModel): """ id: StrictStr = Field(...) type: StrictStr = Field(...) - revocation_list_index: StrictStr = Field(..., alias="revocationListIndex") - revocation_list_credential: StrictStr = Field(..., alias="revocationListCredential") + revocation_list_index: StrictStr = Field(default=..., alias="revocationListIndex") + revocation_list_credential: StrictStr = Field(default=..., alias="revocationListCredential") __properties = ["id", "type", "revocationListIndex", "revocationListCredential"] class Config: diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation.py index 94a3faf7..c494f5cc 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,11 +29,11 @@ class W3cPresentation(BaseModel): """ W3cPresentation """ - context: W3cPresentationContext = Field(..., alias="@context") + context: W3cPresentationContext = Field(default=..., alias="@context") id: Optional[StrictStr] = None type: conlist(StrictStr) = Field(...) holder: Dict[str, Any] = Field(...) - verifiable_credential: conlist(W3cCredential) = Field(..., alias="verifiableCredential") + verifiable_credential: conlist(W3cCredential) = Field(default=..., alias="verifiableCredential") presentation_submission: Optional[PresentationSubmission] = None proof: Dict[str, Any] = Field(...) __properties = ["@context", "id", "type", "holder", "verifiableCredential", "presentation_submission", "proof"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context.py index 89ca7a81..418855a4 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context_one_of_inner.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context_one_of_inner.py index fbd27b6b..723c1a4e 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context_one_of_inner.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context_one_of_inner.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_proof.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_proof.py index 2264a07a..5a536670 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_proof.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_proof.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,10 +28,10 @@ class W3cProof(BaseModel): """ type: Optional[StrictStr] = None created: Optional[StrictStr] = None - verification_method: StrictStr = Field(..., alias="verificationMethod") - proof_purpose: StrictStr = Field(..., alias="proofPurpose") + verification_method: StrictStr = Field(default=..., alias="verificationMethod") + proof_purpose: StrictStr = Field(default=..., alias="proofPurpose") jws: Optional[StrictStr] = None - proof_value: Optional[StrictStr] = Field(None, alias="proofValue") + proof_value: Optional[StrictStr] = Field(default=None, alias="proofValue") nonce: Optional[StrictStr] = None __properties = ["type", "created", "verificationMethod", "proofPurpose", "jws", "proofValue", "nonce"] diff --git a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/rest.py b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/rest.py index eb33641b..822e55a1 100644 --- a/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/rest.py +++ b/clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/rest.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/credential_verification_client/docs/Constraints.md b/clients/python/credential_verification_client/docs/Constraints.md index 67bd1336..68aa5360 100644 --- a/clients/python/credential_verification_client/docs/Constraints.md +++ b/clients/python/credential_verification_client/docs/Constraints.md @@ -26,7 +26,7 @@ print Constraints.to_json() # convert the object into a dict constraints_dict = constraints_instance.to_dict() # create an instance of Constraints from a dict -constraints_form_dict = constraints.from_dict(constraints_dict) +constraints_from_dict = Constraints.from_dict(constraints_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/ConstraintsStatuses.md b/clients/python/credential_verification_client/docs/ConstraintsStatuses.md index e26a297e..7de46329 100644 --- a/clients/python/credential_verification_client/docs/ConstraintsStatuses.md +++ b/clients/python/credential_verification_client/docs/ConstraintsStatuses.md @@ -23,7 +23,7 @@ print ConstraintsStatuses.to_json() # convert the object into a dict constraints_statuses_dict = constraints_statuses_instance.to_dict() # create an instance of ConstraintsStatuses from a dict -constraints_statuses_form_dict = constraints_statuses.from_dict(constraints_statuses_dict) +constraints_statuses_from_dict = ConstraintsStatuses.from_dict(constraints_statuses_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/CredentialRequirements.md b/clients/python/credential_verification_client/docs/CredentialRequirements.md index 1d607ee2..6d34b7ae 100644 --- a/clients/python/credential_verification_client/docs/CredentialRequirements.md +++ b/clients/python/credential_verification_client/docs/CredentialRequirements.md @@ -24,7 +24,7 @@ print CredentialRequirements.to_json() # convert the object into a dict credential_requirements_dict = credential_requirements_instance.to_dict() # create an instance of CredentialRequirements from a dict -credential_requirements_form_dict = credential_requirements.from_dict(credential_requirements_dict) +credential_requirements_from_dict = CredentialRequirements.from_dict(credential_requirements_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/CredentialRequirementsConstraints.md b/clients/python/credential_verification_client/docs/CredentialRequirementsConstraints.md index b3d5f6c9..968507a9 100644 --- a/clients/python/credential_verification_client/docs/CredentialRequirementsConstraints.md +++ b/clients/python/credential_verification_client/docs/CredentialRequirementsConstraints.md @@ -22,7 +22,7 @@ print CredentialRequirementsConstraints.to_json() # convert the object into a dict credential_requirements_constraints_dict = credential_requirements_constraints_instance.to_dict() # create an instance of CredentialRequirementsConstraints from a dict -credential_requirements_constraints_form_dict = credential_requirements_constraints.from_dict(credential_requirements_constraints_dict) +credential_requirements_constraints_from_dict = CredentialRequirementsConstraints.from_dict(credential_requirements_constraints_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/Descriptor.md b/clients/python/credential_verification_client/docs/Descriptor.md index fdae8d58..f01c45c1 100644 --- a/clients/python/credential_verification_client/docs/Descriptor.md +++ b/clients/python/credential_verification_client/docs/Descriptor.md @@ -24,7 +24,7 @@ print Descriptor.to_json() # convert the object into a dict descriptor_dict = descriptor_instance.to_dict() # create an instance of Descriptor from a dict -descriptor_form_dict = descriptor.from_dict(descriptor_dict) +descriptor_from_dict = Descriptor.from_dict(descriptor_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/Error.md b/clients/python/credential_verification_client/docs/Error.md index 47d150b5..bc671637 100644 --- a/clients/python/credential_verification_client/docs/Error.md +++ b/clients/python/credential_verification_client/docs/Error.md @@ -28,7 +28,7 @@ print Error.to_json() # convert the object into a dict error_dict = error_instance.to_dict() # create an instance of Error from a dict -error_form_dict = error.from_dict(error_dict) +error_from_dict = Error.from_dict(error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/ErrorDetail.md b/clients/python/credential_verification_client/docs/ErrorDetail.md index cb337903..109a656d 100644 --- a/clients/python/credential_verification_client/docs/ErrorDetail.md +++ b/clients/python/credential_verification_client/docs/ErrorDetail.md @@ -23,7 +23,7 @@ print ErrorDetail.to_json() # convert the object into a dict error_detail_dict = error_detail_instance.to_dict() # create an instance of ErrorDetail from a dict -error_detail_form_dict = error_detail.from_dict(error_detail_dict) +error_detail_from_dict = ErrorDetail.from_dict(error_detail_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/EvaluateVpOutput.md b/clients/python/credential_verification_client/docs/EvaluateVpOutput.md index bae1b7fd..eb858831 100644 --- a/clients/python/credential_verification_client/docs/EvaluateVpOutput.md +++ b/clients/python/credential_verification_client/docs/EvaluateVpOutput.md @@ -22,7 +22,7 @@ print EvaluateVpOutput.to_json() # convert the object into a dict evaluate_vp_output_dict = evaluate_vp_output_instance.to_dict() # create an instance of EvaluateVpOutput from a dict -evaluate_vp_output_form_dict = evaluate_vp_output.from_dict(evaluate_vp_output_dict) +evaluate_vp_output_from_dict = EvaluateVpOutput.from_dict(evaluate_vp_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/Field.md b/clients/python/credential_verification_client/docs/Field.md index 716ee391..7b7dab95 100644 --- a/clients/python/credential_verification_client/docs/Field.md +++ b/clients/python/credential_verification_client/docs/Field.md @@ -25,7 +25,7 @@ print Field.to_json() # convert the object into a dict field_dict = field_instance.to_dict() # create an instance of Field from a dict -field_form_dict = field.from_dict(field_dict) +field_from_dict = Field.from_dict(field_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/Filter.md b/clients/python/credential_verification_client/docs/Filter.md index 4b0a6ab7..7fac75f5 100644 --- a/clients/python/credential_verification_client/docs/Filter.md +++ b/clients/python/credential_verification_client/docs/Filter.md @@ -38,7 +38,7 @@ print Filter.to_json() # convert the object into a dict filter_dict = filter_instance.to_dict() # create an instance of Filter from a dict -filter_form_dict = filter.from_dict(filter_dict) +filter_from_dict = Filter.from_dict(filter_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/FilterConst.md b/clients/python/credential_verification_client/docs/FilterConst.md index 68c3e0dd..b7c84b5f 100644 --- a/clients/python/credential_verification_client/docs/FilterConst.md +++ b/clients/python/credential_verification_client/docs/FilterConst.md @@ -20,7 +20,7 @@ print FilterConst.to_json() # convert the object into a dict filter_const_dict = filter_const_instance.to_dict() # create an instance of FilterConst from a dict -filter_const_form_dict = filter_const.from_dict(filter_const_dict) +filter_const_from_dict = FilterConst.from_dict(filter_const_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/FilterItems.md b/clients/python/credential_verification_client/docs/FilterItems.md index b6148b57..3c73fce7 100644 --- a/clients/python/credential_verification_client/docs/FilterItems.md +++ b/clients/python/credential_verification_client/docs/FilterItems.md @@ -38,7 +38,7 @@ print FilterItems.to_json() # convert the object into a dict filter_items_dict = filter_items_instance.to_dict() # create an instance of FilterItems from a dict -filter_items_form_dict = filter_items.from_dict(filter_items_dict) +filter_items_from_dict = FilterItems.from_dict(filter_items_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/Format.md b/clients/python/credential_verification_client/docs/Format.md index e4092da5..fea6d476 100644 --- a/clients/python/credential_verification_client/docs/Format.md +++ b/clients/python/credential_verification_client/docs/Format.md @@ -26,7 +26,7 @@ print Format.to_json() # convert the object into a dict format_dict = format_instance.to_dict() # create an instance of Format from a dict -format_form_dict = format.from_dict(format_dict) +format_from_dict = Format.from_dict(format_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/FreeFormObject.md b/clients/python/credential_verification_client/docs/FreeFormObject.md index 4c8b1e6b..f7bc74de 100644 --- a/clients/python/credential_verification_client/docs/FreeFormObject.md +++ b/clients/python/credential_verification_client/docs/FreeFormObject.md @@ -22,7 +22,7 @@ print FreeFormObject.to_json() # convert the object into a dict free_form_object_dict = free_form_object_instance.to_dict() # create an instance of FreeFormObject from a dict -free_form_object_form_dict = free_form_object.from_dict(free_form_object_dict) +free_form_object_from_dict = FreeFormObject.from_dict(free_form_object_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/HolderSubject.md b/clients/python/credential_verification_client/docs/HolderSubject.md index a337165f..d1ebc9b8 100644 --- a/clients/python/credential_verification_client/docs/HolderSubject.md +++ b/clients/python/credential_verification_client/docs/HolderSubject.md @@ -22,7 +22,7 @@ print HolderSubject.to_json() # convert the object into a dict holder_subject_dict = holder_subject_instance.to_dict() # create an instance of HolderSubject from a dict -holder_subject_form_dict = holder_subject.from_dict(holder_subject_dict) +holder_subject_from_dict = HolderSubject.from_dict(holder_subject_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/InputDescriptor.md b/clients/python/credential_verification_client/docs/InputDescriptor.md index cb121cc0..064bd8cb 100644 --- a/clients/python/credential_verification_client/docs/InputDescriptor.md +++ b/clients/python/credential_verification_client/docs/InputDescriptor.md @@ -26,7 +26,7 @@ print InputDescriptor.to_json() # convert the object into a dict input_descriptor_dict = input_descriptor_instance.to_dict() # create an instance of InputDescriptor from a dict -input_descriptor_form_dict = input_descriptor.from_dict(input_descriptor_dict) +input_descriptor_from_dict = InputDescriptor.from_dict(input_descriptor_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/InvalidParameterError.md b/clients/python/credential_verification_client/docs/InvalidParameterError.md index dbd7054f..0451e104 100644 --- a/clients/python/credential_verification_client/docs/InvalidParameterError.md +++ b/clients/python/credential_verification_client/docs/InvalidParameterError.md @@ -25,7 +25,7 @@ print InvalidParameterError.to_json() # convert the object into a dict invalid_parameter_error_dict = invalid_parameter_error_instance.to_dict() # create an instance of InvalidParameterError from a dict -invalid_parameter_error_form_dict = invalid_parameter_error.from_dict(invalid_parameter_error_dict) +invalid_parameter_error_from_dict = InvalidParameterError.from_dict(invalid_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/JwtObject.md b/clients/python/credential_verification_client/docs/JwtObject.md index 6e6799fd..963e052e 100644 --- a/clients/python/credential_verification_client/docs/JwtObject.md +++ b/clients/python/credential_verification_client/docs/JwtObject.md @@ -21,7 +21,7 @@ print JwtObject.to_json() # convert the object into a dict jwt_object_dict = jwt_object_instance.to_dict() # create an instance of JwtObject from a dict -jwt_object_form_dict = jwt_object.from_dict(jwt_object_dict) +jwt_object_from_dict = JwtObject.from_dict(jwt_object_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/LdpObject.md b/clients/python/credential_verification_client/docs/LdpObject.md index 8b2567ea..83cd32ee 100644 --- a/clients/python/credential_verification_client/docs/LdpObject.md +++ b/clients/python/credential_verification_client/docs/LdpObject.md @@ -21,7 +21,7 @@ print LdpObject.to_json() # convert the object into a dict ldp_object_dict = ldp_object_instance.to_dict() # create an instance of LdpObject from a dict -ldp_object_form_dict = ldp_object.from_dict(ldp_object_dict) +ldp_object_from_dict = LdpObject.from_dict(ldp_object_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/NestedDescriptor.md b/clients/python/credential_verification_client/docs/NestedDescriptor.md index f24c0a5d..1296420b 100644 --- a/clients/python/credential_verification_client/docs/NestedDescriptor.md +++ b/clients/python/credential_verification_client/docs/NestedDescriptor.md @@ -24,7 +24,7 @@ print NestedDescriptor.to_json() # convert the object into a dict nested_descriptor_dict = nested_descriptor_instance.to_dict() # create an instance of NestedDescriptor from a dict -nested_descriptor_form_dict = nested_descriptor.from_dict(nested_descriptor_dict) +nested_descriptor_from_dict = NestedDescriptor.from_dict(nested_descriptor_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/NotFoundError.md b/clients/python/credential_verification_client/docs/NotFoundError.md index b09ffd7a..9c3f98bc 100644 --- a/clients/python/credential_verification_client/docs/NotFoundError.md +++ b/clients/python/credential_verification_client/docs/NotFoundError.md @@ -25,7 +25,7 @@ print NotFoundError.to_json() # convert the object into a dict not_found_error_dict = not_found_error_instance.to_dict() # create an instance of NotFoundError from a dict -not_found_error_form_dict = not_found_error.from_dict(not_found_error_dict) +not_found_error_from_dict = NotFoundError.from_dict(not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/NotFoundErrorDetailsInner.md b/clients/python/credential_verification_client/docs/NotFoundErrorDetailsInner.md index ff7905c5..bfd4f0b4 100644 --- a/clients/python/credential_verification_client/docs/NotFoundErrorDetailsInner.md +++ b/clients/python/credential_verification_client/docs/NotFoundErrorDetailsInner.md @@ -24,7 +24,7 @@ print NotFoundErrorDetailsInner.to_json() # convert the object into a dict not_found_error_details_inner_dict = not_found_error_details_inner_instance.to_dict() # create an instance of NotFoundErrorDetailsInner from a dict -not_found_error_details_inner_form_dict = not_found_error_details_inner.from_dict(not_found_error_details_inner_dict) +not_found_error_details_inner_from_dict = NotFoundErrorDetailsInner.from_dict(not_found_error_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/PdStatus.md b/clients/python/credential_verification_client/docs/PdStatus.md index 77434eee..fbf37b00 100644 --- a/clients/python/credential_verification_client/docs/PdStatus.md +++ b/clients/python/credential_verification_client/docs/PdStatus.md @@ -21,7 +21,7 @@ print PdStatus.to_json() # convert the object into a dict pd_status_dict = pd_status_instance.to_dict() # create an instance of PdStatus from a dict -pd_status_form_dict = pd_status.from_dict(pd_status_dict) +pd_status_from_dict = PdStatus.from_dict(pd_status_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/PresentationDefinition.md b/clients/python/credential_verification_client/docs/PresentationDefinition.md index 58108334..0e6a6d45 100644 --- a/clients/python/credential_verification_client/docs/PresentationDefinition.md +++ b/clients/python/credential_verification_client/docs/PresentationDefinition.md @@ -29,7 +29,7 @@ print PresentationDefinition.to_json() # convert the object into a dict presentation_definition_dict = presentation_definition_instance.to_dict() # create an instance of PresentationDefinition from a dict -presentation_definition_form_dict = presentation_definition.from_dict(presentation_definition_dict) +presentation_definition_from_dict = PresentationDefinition.from_dict(presentation_definition_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/PresentationSubmission.md b/clients/python/credential_verification_client/docs/PresentationSubmission.md index 458fba1c..ca87fbac 100644 --- a/clients/python/credential_verification_client/docs/PresentationSubmission.md +++ b/clients/python/credential_verification_client/docs/PresentationSubmission.md @@ -23,7 +23,7 @@ print PresentationSubmission.to_json() # convert the object into a dict presentation_submission_dict = presentation_submission_instance.to_dict() # create an instance of PresentationSubmission from a dict -presentation_submission_form_dict = presentation_submission.from_dict(presentation_submission_dict) +presentation_submission_from_dict = PresentationSubmission.from_dict(presentation_submission_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/SubmissionRequirement.md b/clients/python/credential_verification_client/docs/SubmissionRequirement.md index 8193d227..f6245d1d 100644 --- a/clients/python/credential_verification_client/docs/SubmissionRequirement.md +++ b/clients/python/credential_verification_client/docs/SubmissionRequirement.md @@ -28,7 +28,7 @@ print SubmissionRequirement.to_json() # convert the object into a dict submission_requirement_dict = submission_requirement_instance.to_dict() # create an instance of SubmissionRequirement from a dict -submission_requirement_form_dict = submission_requirement.from_dict(submission_requirement_dict) +submission_requirement_from_dict = SubmissionRequirement.from_dict(submission_requirement_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/ValidateJwtInput.md b/clients/python/credential_verification_client/docs/ValidateJwtInput.md index 11116a39..688df3b3 100644 --- a/clients/python/credential_verification_client/docs/ValidateJwtInput.md +++ b/clients/python/credential_verification_client/docs/ValidateJwtInput.md @@ -23,7 +23,7 @@ print ValidateJwtInput.to_json() # convert the object into a dict validate_jwt_input_dict = validate_jwt_input_instance.to_dict() # create an instance of ValidateJwtInput from a dict -validate_jwt_input_form_dict = validate_jwt_input.from_dict(validate_jwt_input_dict) +validate_jwt_input_from_dict = ValidateJwtInput.from_dict(validate_jwt_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/ValidateJwtOutput.md b/clients/python/credential_verification_client/docs/ValidateJwtOutput.md index fde516a0..e47a78d3 100644 --- a/clients/python/credential_verification_client/docs/ValidateJwtOutput.md +++ b/clients/python/credential_verification_client/docs/ValidateJwtOutput.md @@ -24,7 +24,7 @@ print ValidateJwtOutput.to_json() # convert the object into a dict validate_jwt_output_dict = validate_jwt_output_instance.to_dict() # create an instance of ValidateJwtOutput from a dict -validate_jwt_output_form_dict = validate_jwt_output.from_dict(validate_jwt_output_dict) +validate_jwt_output_from_dict = ValidateJwtOutput.from_dict(validate_jwt_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/VerifyCredentialInput.md b/clients/python/credential_verification_client/docs/VerifyCredentialInput.md index 463fc498..ecaa8f37 100644 --- a/clients/python/credential_verification_client/docs/VerifyCredentialInput.md +++ b/clients/python/credential_verification_client/docs/VerifyCredentialInput.md @@ -24,7 +24,7 @@ print VerifyCredentialInput.to_json() # convert the object into a dict verify_credential_input_dict = verify_credential_input_instance.to_dict() # create an instance of VerifyCredentialInput from a dict -verify_credential_input_form_dict = verify_credential_input.from_dict(verify_credential_input_dict) +verify_credential_input_from_dict = VerifyCredentialInput.from_dict(verify_credential_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/VerifyCredentialOutput.md b/clients/python/credential_verification_client/docs/VerifyCredentialOutput.md index 0b0fcded..5f0236cd 100644 --- a/clients/python/credential_verification_client/docs/VerifyCredentialOutput.md +++ b/clients/python/credential_verification_client/docs/VerifyCredentialOutput.md @@ -24,7 +24,7 @@ print VerifyCredentialOutput.to_json() # convert the object into a dict verify_credential_output_dict = verify_credential_output_instance.to_dict() # create an instance of VerifyCredentialOutput from a dict -verify_credential_output_form_dict = verify_credential_output.from_dict(verify_credential_output_dict) +verify_credential_output_from_dict = VerifyCredentialOutput.from_dict(verify_credential_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/VerifyPresentationInput.md b/clients/python/credential_verification_client/docs/VerifyPresentationInput.md index 6816a0d7..57af2ab8 100644 --- a/clients/python/credential_verification_client/docs/VerifyPresentationInput.md +++ b/clients/python/credential_verification_client/docs/VerifyPresentationInput.md @@ -27,7 +27,7 @@ print VerifyPresentationInput.to_json() # convert the object into a dict verify_presentation_input_dict = verify_presentation_input_instance.to_dict() # create an instance of VerifyPresentationInput from a dict -verify_presentation_input_form_dict = verify_presentation_input.from_dict(verify_presentation_input_dict) +verify_presentation_input_from_dict = VerifyPresentationInput.from_dict(verify_presentation_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/VerifyPresentationOutput.md b/clients/python/credential_verification_client/docs/VerifyPresentationOutput.md index 893c6cc4..722dda92 100644 --- a/clients/python/credential_verification_client/docs/VerifyPresentationOutput.md +++ b/clients/python/credential_verification_client/docs/VerifyPresentationOutput.md @@ -24,7 +24,7 @@ print VerifyPresentationOutput.to_json() # convert the object into a dict verify_presentation_output_dict = verify_presentation_output_instance.to_dict() # create an instance of VerifyPresentationOutput from a dict -verify_presentation_output_form_dict = verify_presentation_output.from_dict(verify_presentation_output_dict) +verify_presentation_output_from_dict = VerifyPresentationOutput.from_dict(verify_presentation_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/VerifyPresentationOutputErrors.md b/clients/python/credential_verification_client/docs/VerifyPresentationOutputErrors.md index d3b0ea4c..30cf2f5c 100644 --- a/clients/python/credential_verification_client/docs/VerifyPresentationOutputErrors.md +++ b/clients/python/credential_verification_client/docs/VerifyPresentationOutputErrors.md @@ -22,7 +22,7 @@ print VerifyPresentationOutputErrors.to_json() # convert the object into a dict verify_presentation_output_errors_dict = verify_presentation_output_errors_instance.to_dict() # create an instance of VerifyPresentationOutputErrors from a dict -verify_presentation_output_errors_form_dict = verify_presentation_output_errors.from_dict(verify_presentation_output_errors_dict) +verify_presentation_output_errors_from_dict = VerifyPresentationOutputErrors.from_dict(verify_presentation_output_errors_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cCredential.md b/clients/python/credential_verification_client/docs/W3cCredential.md index d771b9c3..4302417c 100644 --- a/clients/python/credential_verification_client/docs/W3cCredential.md +++ b/clients/python/credential_verification_client/docs/W3cCredential.md @@ -31,7 +31,7 @@ print W3cCredential.to_json() # convert the object into a dict w3c_credential_dict = w3c_credential_instance.to_dict() # create an instance of W3cCredential from a dict -w3c_credential_form_dict = w3c_credential.from_dict(w3c_credential_dict) +w3c_credential_from_dict = W3cCredential.from_dict(w3c_credential_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cCredentialCredentialSchema.md b/clients/python/credential_verification_client/docs/W3cCredentialCredentialSchema.md index 3685841d..d19e5e1c 100644 --- a/clients/python/credential_verification_client/docs/W3cCredentialCredentialSchema.md +++ b/clients/python/credential_verification_client/docs/W3cCredentialCredentialSchema.md @@ -22,7 +22,7 @@ print W3cCredentialCredentialSchema.to_json() # convert the object into a dict w3c_credential_credential_schema_dict = w3c_credential_credential_schema_instance.to_dict() # create an instance of W3cCredentialCredentialSchema from a dict -w3c_credential_credential_schema_form_dict = w3c_credential_credential_schema.from_dict(w3c_credential_credential_schema_dict) +w3c_credential_credential_schema_from_dict = W3cCredentialCredentialSchema.from_dict(w3c_credential_credential_schema_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cCredentialCredentialSubject.md b/clients/python/credential_verification_client/docs/W3cCredentialCredentialSubject.md index 467b6eb3..688145d4 100644 --- a/clients/python/credential_verification_client/docs/W3cCredentialCredentialSubject.md +++ b/clients/python/credential_verification_client/docs/W3cCredentialCredentialSubject.md @@ -20,7 +20,7 @@ print W3cCredentialCredentialSubject.to_json() # convert the object into a dict w3c_credential_credential_subject_dict = w3c_credential_credential_subject_instance.to_dict() # create an instance of W3cCredentialCredentialSubject from a dict -w3c_credential_credential_subject_form_dict = w3c_credential_credential_subject.from_dict(w3c_credential_credential_subject_dict) +w3c_credential_credential_subject_from_dict = W3cCredentialCredentialSubject.from_dict(w3c_credential_credential_subject_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cCredentialHolder.md b/clients/python/credential_verification_client/docs/W3cCredentialHolder.md index 2224fe4f..6c2038f1 100644 --- a/clients/python/credential_verification_client/docs/W3cCredentialHolder.md +++ b/clients/python/credential_verification_client/docs/W3cCredentialHolder.md @@ -20,7 +20,7 @@ print W3cCredentialHolder.to_json() # convert the object into a dict w3c_credential_holder_dict = w3c_credential_holder_instance.to_dict() # create an instance of W3cCredentialHolder from a dict -w3c_credential_holder_form_dict = w3c_credential_holder.from_dict(w3c_credential_holder_dict) +w3c_credential_holder_from_dict = W3cCredentialHolder.from_dict(w3c_credential_holder_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cCredentialStatus.md b/clients/python/credential_verification_client/docs/W3cCredentialStatus.md index f4e1f627..159d8b9b 100644 --- a/clients/python/credential_verification_client/docs/W3cCredentialStatus.md +++ b/clients/python/credential_verification_client/docs/W3cCredentialStatus.md @@ -24,7 +24,7 @@ print W3cCredentialStatus.to_json() # convert the object into a dict w3c_credential_status_dict = w3c_credential_status_instance.to_dict() # create an instance of W3cCredentialStatus from a dict -w3c_credential_status_form_dict = w3c_credential_status.from_dict(w3c_credential_status_dict) +w3c_credential_status_from_dict = W3cCredentialStatus.from_dict(w3c_credential_status_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cPresentation.md b/clients/python/credential_verification_client/docs/W3cPresentation.md index 1dfafd6a..a1b22fb8 100644 --- a/clients/python/credential_verification_client/docs/W3cPresentation.md +++ b/clients/python/credential_verification_client/docs/W3cPresentation.md @@ -27,7 +27,7 @@ print W3cPresentation.to_json() # convert the object into a dict w3c_presentation_dict = w3c_presentation_instance.to_dict() # create an instance of W3cPresentation from a dict -w3c_presentation_form_dict = w3c_presentation.from_dict(w3c_presentation_dict) +w3c_presentation_from_dict = W3cPresentation.from_dict(w3c_presentation_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cPresentationContext.md b/clients/python/credential_verification_client/docs/W3cPresentationContext.md index 6a018348..6280a051 100644 --- a/clients/python/credential_verification_client/docs/W3cPresentationContext.md +++ b/clients/python/credential_verification_client/docs/W3cPresentationContext.md @@ -20,7 +20,7 @@ print W3cPresentationContext.to_json() # convert the object into a dict w3c_presentation_context_dict = w3c_presentation_context_instance.to_dict() # create an instance of W3cPresentationContext from a dict -w3c_presentation_context_form_dict = w3c_presentation_context.from_dict(w3c_presentation_context_dict) +w3c_presentation_context_from_dict = W3cPresentationContext.from_dict(w3c_presentation_context_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cPresentationContextOneOfInner.md b/clients/python/credential_verification_client/docs/W3cPresentationContextOneOfInner.md index d7d02821..eba0e1dd 100644 --- a/clients/python/credential_verification_client/docs/W3cPresentationContextOneOfInner.md +++ b/clients/python/credential_verification_client/docs/W3cPresentationContextOneOfInner.md @@ -20,7 +20,7 @@ print W3cPresentationContextOneOfInner.to_json() # convert the object into a dict w3c_presentation_context_one_of_inner_dict = w3c_presentation_context_one_of_inner_instance.to_dict() # create an instance of W3cPresentationContextOneOfInner from a dict -w3c_presentation_context_one_of_inner_form_dict = w3c_presentation_context_one_of_inner.from_dict(w3c_presentation_context_one_of_inner_dict) +w3c_presentation_context_one_of_inner_from_dict = W3cPresentationContextOneOfInner.from_dict(w3c_presentation_context_one_of_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/docs/W3cProof.md b/clients/python/credential_verification_client/docs/W3cProof.md index d9de37f5..fe818f6e 100644 --- a/clients/python/credential_verification_client/docs/W3cProof.md +++ b/clients/python/credential_verification_client/docs/W3cProof.md @@ -27,7 +27,7 @@ print W3cProof.to_json() # convert the object into a dict w3c_proof_dict = w3c_proof_instance.to_dict() # create an instance of W3cProof from a dict -w3c_proof_form_dict = w3c_proof.from_dict(w3c_proof_dict) +w3c_proof_from_dict = W3cProof.from_dict(w3c_proof_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_verification_client/project.json b/clients/python/credential_verification_client/project.json index 9f42e57b..e9cddaa1 100644 --- a/clients/python/credential_verification_client/project.json +++ b/clients/python/credential_verification_client/project.json @@ -22,7 +22,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "poetry publish" + "command": "poetry publish --skip-existing" } }, "tags": [] diff --git a/clients/python/credential_verification_client/pyproject.toml b/clients/python/credential_verification_client/pyproject.toml index d881ffdd..d1f9cd46 100644 --- a/clients/python/credential_verification_client/pyproject.toml +++ b/clients/python/credential_verification_client/pyproject.toml @@ -5,7 +5,7 @@ description = "VerificationService" authors = ["Affinidi "] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" +repository = "https://github.com/affinidi.com/affinidi-tdk" keywords = ["OpenAPI", "OpenAPI-Generator", "VerificationService"] include = ["affinidi_tdk_credential_verification_client/py.typed"] diff --git a/clients/python/credential_verification_client/setup.py b/clients/python/credential_verification_client/setup.py index 57e44514..47fcee47 100644 --- a/clients/python/credential_verification_client/setup.py +++ b/clients/python/credential_verification_client/setup.py @@ -3,7 +3,7 @@ """ VerificationService - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -45,7 +45,7 @@ license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - Affinidi VerificationService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) """, # noqa: E501 package_data={"affinidi_tdk_credential_verification_client": ["py.typed"]}, ) diff --git a/clients/python/iam_client/.openapi-generator/FILES b/clients/python/iam_client/.openapi-generator/FILES index b283f2ab..cb26df7a 100644 --- a/clients/python/iam_client/.openapi-generator/FILES +++ b/clients/python/iam_client/.openapi-generator/FILES @@ -2,6 +2,7 @@ .gitignore .travis.yml README.md +README.md affinidi_tdk_iam_client/__init__.py affinidi_tdk_iam_client/api/__init__.py affinidi_tdk_iam_client/api/consumer_auth_api.py diff --git a/clients/python/iam_client/.openapi-generator/VERSION b/clients/python/iam_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/python/iam_client/.openapi-generator/VERSION +++ b/clients/python/iam_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/python/iam_client/README.md b/clients/python/iam_client/README.md index 1bf3c384..6f08bf76 100644 --- a/clients/python/iam_client/README.md +++ b/clients/python/iam_client/README.md @@ -1,13 +1,10 @@ # affinidi_tdk_iam_client -Affinidi IAM +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: +For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen - For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) +Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk](https://docs.affinidi.com/dev-tools/affinidi-tdk) ## Requirements. @@ -20,11 +17,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install affinidi_tdk_iam_client ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - Then import the package: ```python @@ -39,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) - Then import the package: ```python diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/__init__.py b/clients/python/iam_client/affinidi_tdk_iam_client/__init__.py index 3ff96817..58db6951 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/__init__.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/__init__.py @@ -5,7 +5,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/consumer_auth_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/consumer_auth_api.py index 8b7d6679..8b69f698 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/consumer_auth_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/consumer_auth_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/default_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/default_api.py index 5c0c9fc3..4b6bf6e3 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/default_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/default_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/policies_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/policies_api.py index 1b1d153a..f9c391c5 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/policies_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/policies_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/projects_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/projects_api.py index 0d016331..8d3f6bdd 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/projects_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/projects_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/sts_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/sts_api.py index a99d2315..5074ba8a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/sts_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/sts_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/tokens_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/tokens_api.py index 0e2cedaf..0364166a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/tokens_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/tokens_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api/well_known_api.py b/clients/python/iam_client/affinidi_tdk_iam_client/api/well_known_api.py index 1d0d44c4..37713848 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api/well_known_api.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api/well_known_api.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/api_client.py b/clients/python/iam_client/affinidi_tdk_iam_client/api_client.py index 02a43dfd..9d509104 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/api_client.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/api_client.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -539,7 +539,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, value) for value in v) + new_params.extend((k, str(value)) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -554,7 +554,7 @@ def parameters_to_url_query(self, params, collection_formats): else: new_params.append((k, quote(str(v)))) - return "&".join(["=".join(item) for item in new_params]) + return "&".join(["=".join(map(str, item)) for item in new_params]) def files_parameters(self, files=None): """Builds form parameters. diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/configuration.py b/clients/python/iam_client/affinidi_tdk_iam_client/configuration.py index ab37ff7c..8fa150ea 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/configuration.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/configuration.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/exceptions.py b/clients/python/iam_client/affinidi_tdk_iam_client/exceptions.py index bcad072a..14fdc365 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/exceptions.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/exceptions.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/__init__.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/__init__.py index 800d5ab6..2a3bebdf 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/__init__.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/__init__.py @@ -4,7 +4,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/action_forbidden_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/action_forbidden_error.py index e846b9ad..1476e2d1 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/action_forbidden_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/action_forbidden_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ActionForbiddenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/add_user_to_project_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/add_user_to_project_input.py index ff78b359..18fdec71 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/add_user_to_project_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/add_user_to_project_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class AddUserToProjectInput(BaseModel): """ AddUserToProjectInput """ - principal_id: StrictStr = Field(..., alias="principalId") - principal_type: StrictStr = Field(..., alias="principalType") + principal_id: StrictStr = Field(default=..., alias="principalId") + principal_type: StrictStr = Field(default=..., alias="principalType") __properties = ["principalId", "principalType"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_input.py index 6c0941af..92a85848 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_output.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_output.py index b8b1a52b..1ca27246 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_output.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_output.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,12 +26,12 @@ class ConsumerAuthTokenEndpointOutput(BaseModel): """ ConsumerAuthTokenEndpointOutput """ - access_token: Optional[StrictStr] = Field(None, description="The access token issued by the authorization server.") - expires_in: Optional[StrictInt] = Field(None, description="The lifetime in seconds of the access token. For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated.") - id_token: Optional[StrictInt] = Field(None, description="To retrieve a refresh token request the id_token scope.") - refresh_token: Optional[StrictStr] = Field(None, description="The refresh token, which can be used to obtain new access tokens. To retrieve it add the scope \"offline\" to your access token request.") - scope: Optional[StrictStr] = Field(None, description="The scope of the access token") - token_type: Optional[StrictStr] = Field(None, description="The type of the token issued") + access_token: Optional[StrictStr] = Field(default=None, description="The access token issued by the authorization server.") + expires_in: Optional[StrictInt] = Field(default=None, description="The lifetime in seconds of the access token. For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated.") + id_token: Optional[StrictInt] = Field(default=None, description="To retrieve a refresh token request the id_token scope.") + refresh_token: Optional[StrictStr] = Field(default=None, description="The refresh token, which can be used to obtain new access tokens. To retrieve it add the scope \"offline\" to your access token request.") + scope: Optional[StrictStr] = Field(default=None, description="The scope of the access token") + token_type: Optional[StrictStr] = Field(default=None, description="The type of the token issued") __properties = ["access_token", "expires_in", "id_token", "refresh_token", "scope", "token_type"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/cors_consumer_auth_token_endpoint_ok.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/cors_consumer_auth_token_endpoint_ok.py index 1ca89b45..f7cdbdbc 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/cors_consumer_auth_token_endpoint_ok.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/cors_consumer_auth_token_endpoint_ok.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsConsumerAuthTokenEndpointOK(BaseModel): """ CorsConsumerAuthTokenEndpointOK """ - cors_consumer_auth_token_endpoint_ok: Optional[StrictStr] = Field(None, alias="corsConsumerAuthTokenEndpointOk") + cors_consumer_auth_token_endpoint_ok: Optional[StrictStr] = Field(default=None, alias="corsConsumerAuthTokenEndpointOk") __properties = ["corsConsumerAuthTokenEndpointOk"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_input.py index 1cc0958c..0b216827 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_input.py index b8707cb6..6426b67b 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CreateProjectScopedTokenInput(BaseModel): """ CreateProjectScopedTokenInput """ - project_id: StrictStr = Field(..., alias="projectId") + project_id: StrictStr = Field(default=..., alias="projectId") __properties = ["projectId"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_output.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_output.py index 3c857183..74872709 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_output.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_output.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class CreateProjectScopedTokenOutput(BaseModel): """ CreateProjectScopedTokenOutput """ - access_token: StrictStr = Field(..., alias="accessToken") - expires_in: StrictInt = Field(..., alias="expiresIn") + access_token: StrictStr = Field(default=..., alias="accessToken") + expires_in: StrictInt = Field(default=..., alias="expiresIn") scope: StrictStr = Field(...) __properties = ["accessToken", "expiresIn", "scope"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py index b5397cbb..879d7b9a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class CreateTokenInput(BaseModel): CreateTokenInput """ name: constr(strict=True) = Field(...) - authentication_method: TokenAuthenticationMethodDto = Field(..., alias="authenticationMethod") + authentication_method: TokenAuthenticationMethodDto = Field(default=..., alias="authenticationMethod") description: Optional[StrictStr] = None __properties = ["name", "authenticationMethod", "description"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/get_well_known_did_ok.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/get_well_known_did_ok.py index 9ff53022..a6630783 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/get_well_known_did_ok.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/get_well_known_did_ok.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_jwt_token_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_jwt_token_error.py index 083ce434..7caec0ca 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_jwt_token_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_jwt_token_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidJwtTokenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_parameter_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_parameter_error.py index 3b0cbe76..d4e25fba 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_parameter_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_parameter_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_dto.py index 972b3b9a..5d322110 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_set_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_set_dto.py index 75bf9b60..5bb8d7d6 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_set_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_set_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/not_found_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/not_found_error.py index f2512f53..3e5b2a0e 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/not_found_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/not_found_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class NotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py index a1bb86ba..7f71e55a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class PolicyDto(BaseModel): """ name: Optional[StrictStr] = None description: Optional[StrictStr] = None - principal_id: Optional[StrictStr] = Field(None, alias="principalId") - project_id: Optional[StrictStr] = Field(None, alias="projectId") + principal_id: Optional[StrictStr] = Field(default=None, alias="principalId") + project_id: Optional[StrictStr] = Field(default=None, alias="projectId") version: StrictStr = Field(...) statement: conlist(PolicyStatementDto) = Field(...) __properties = ["name", "description", "principalId", "projectId", "version", "statement"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_statement_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_statement_dto.py index 2064c3fb..266c49d4 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_statement_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_statement_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_cannot_be_deleted_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_cannot_be_deleted_error.py index bb5c737d..48b4ff6a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_cannot_be_deleted_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_cannot_be_deleted_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class PrincipalCannotBeDeletedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_does_not_belong_to_project_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_does_not_belong_to_project_error.py index 8e1aca9c..3aa80fb7 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_does_not_belong_to_project_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/principal_does_not_belong_to_project_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class PrincipalDoesNotBelongToProjectError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/project_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/project_dto.py index 71f5300c..6872e483 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/project_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/project_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ProjectDto(BaseModel): id: StrictStr = Field(...) name: StrictStr = Field(...) description: Optional[StrictStr] = None - created_at: Optional[StrictStr] = Field(None, alias="createdAt", description="creation date and time in ISO-8601 format, e.g. 2023-09-20T07:12:13") - updated_at: Optional[StrictStr] = Field(None, alias="updatedAt", description="last update date and time in ISO-8601 format, e.g. 2023-09-20T07:12:13") + created_at: Optional[StrictStr] = Field(default=None, alias="createdAt", description="creation date and time in ISO-8601 format, e.g. 2023-09-20T07:12:13") + updated_at: Optional[StrictStr] = Field(default=None, alias="updatedAt", description="last update date and time in ISO-8601 format, e.g. 2023-09-20T07:12:13") __properties = ["id", "name", "description", "createdAt", "updatedAt"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/project_list.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/project_list.py index 5d426c8c..0937db42 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/project_list.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/project_list.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response.py index c15e7853..13bf0594 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,9 +27,9 @@ class ServiceErrorResponse(BaseModel): """ ServiceErrorResponse """ - debug_id: StrictStr = Field(..., alias="debugId", description="unique id for correlating this specific error to logs") - name: StrictStr = Field(..., description="name of the error") - code: StrictStr = Field(..., description="backwards compatible Affinidi error code") + debug_id: StrictStr = Field(default=..., alias="debugId", description="unique id for correlating this specific error to logs") + name: StrictStr = Field(default=..., description="name of the error") + code: StrictStr = Field(default=..., description="backwards compatible Affinidi error code") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["debugId", "name", "code", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response_details_inner.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response_details_inner.py index 5e38ffba..a2998761 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response_details_inner.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response_details_inner.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_authentication_method_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_authentication_method_dto.py index 41546b88..a451dd62 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_authentication_method_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_authentication_method_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_dto.py index c0a15393..0ac023ed 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,12 +27,12 @@ class TokenDto(BaseModel): """ TokenDto """ - id: StrictStr = Field(..., description="Token Id") - ari: StrictStr = Field(..., description="Token ARI") - owner_ari: StrictStr = Field(..., alias="ownerAri", description="The Token owner's ARI") - name: StrictStr = Field(..., description="Owner defined Token display name") - authentication_method: TokenAuthenticationMethodDto = Field(..., alias="authenticationMethod") - scopes: conlist(StrictStr) = Field(..., description="Scopes that will be assigned to the Token on authentication") + id: StrictStr = Field(default=..., description="Token Id") + ari: StrictStr = Field(default=..., description="Token ARI") + owner_ari: StrictStr = Field(default=..., alias="ownerAri", description="The Token owner's ARI") + name: StrictStr = Field(default=..., description="Owner defined Token display name") + authentication_method: TokenAuthenticationMethodDto = Field(default=..., alias="authenticationMethod") + scopes: conlist(StrictStr) = Field(default=..., description="Scopes that will be assigned to the Token on authentication") __properties = ["id", "ari", "ownerAri", "name", "authenticationMethod", "scopes"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_list.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_list.py index 5c564996..3c31feb9 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_list.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_list.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto.py index c849423c..cd7e606a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,8 +28,8 @@ class TokenPrivateKeyAuthenticationMethodDto(BaseModel): Private Key JWT Authentication of Client with `private_key_jwt` oAuth Method # noqa: E501 """ type: StrictStr = Field(...) - signing_algorithm: StrictStr = Field(..., alias="signingAlgorithm") - public_key_info: TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo = Field(..., alias="publicKeyInfo") + signing_algorithm: StrictStr = Field(default=..., alias="signingAlgorithm") + public_key_info: TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo = Field(default=..., alias="publicKeyInfo") __properties = ["type", "signingAlgorithm", "publicKeyInfo"] @validator('type') diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info.py index aca96720..de70f852 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of.py index 79334179..ead7e827 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of1.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of1.py index 96cdead6..5829e44b 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of1.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of1.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1(BaseModel): """ TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1 """ - jwks_uri: StrictStr = Field(..., alias="jwksUri") + jwks_uri: StrictStr = Field(default=..., alias="jwksUri") __properties = ["jwksUri"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/typed_pricipal_id.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/typed_pricipal_id.py index 8556e7a1..f3148329 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/typed_pricipal_id.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/typed_pricipal_id.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class TypedPricipalId(BaseModel): """ TypedPricipalId """ - principal_id: StrictStr = Field(..., alias="principalId") + principal_id: StrictStr = Field(default=..., alias="principalId") __properties = ["principalId"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/unauthorized_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/unauthorized_error.py index abaf2f8e..685969df 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/unauthorized_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/unauthorized_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class UnauthorizedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/unexpected_error.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/unexpected_error.py index b1068372..8adf92be 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/unexpected_error.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/unexpected_error.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class UnexpectedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/update_project_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/update_project_input.py index a352dbfb..2b21a51b 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/update_project_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/update_project_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_input.py index a7514eef..530a4f03 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_input.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class UpdateTokenInput(BaseModel): UpdateTokenInput """ name: Optional[constr(strict=True)] = None - authentication_method: Optional[UpdateTokenPrivateKeyAuthenticationMethodDto] = Field(None, alias="authenticationMethod") + authentication_method: Optional[UpdateTokenPrivateKeyAuthenticationMethodDto] = Field(default=None, alias="authenticationMethod") __properties = ["name", "authenticationMethod"] @validator('name') diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_private_key_authentication_method_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_private_key_authentication_method_dto.py index b2e1acaa..3e434e19 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_private_key_authentication_method_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_private_key_authentication_method_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,8 +28,8 @@ class UpdateTokenPrivateKeyAuthenticationMethodDto(BaseModel): Private Key JWT Authentication of Client with `private_key_jwt` oAuth Method # noqa: E501 """ type: Optional[StrictStr] = None - signing_algorithm: Optional[StrictStr] = Field(None, alias="signingAlgorithm") - public_key_info: Optional[TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo] = Field(None, alias="publicKeyInfo") + signing_algorithm: Optional[StrictStr] = Field(default=None, alias="signingAlgorithm") + public_key_info: Optional[TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo] = Field(default=None, alias="publicKeyInfo") __properties = ["type", "signingAlgorithm", "publicKeyInfo"] @validator('type') diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/user_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/user_dto.py index 31eeb8c9..40ce213e 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/user_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/user_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class UserDto(BaseModel): """ UserDto """ - principal_id: StrictStr = Field(..., alias="principalId") + principal_id: StrictStr = Field(default=..., alias="principalId") __properties = ["principalId"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/user_list.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/user_list.py index 82e03e33..4e5b051e 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/user_list.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/user_list.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/whoami_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/whoami_dto.py index 324ffe53..f85f446a 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/whoami_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/whoami_dto.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class WhoamiDto(BaseModel): """ WhoamiDto """ - principal_id: StrictStr = Field(..., alias="principalId") - principal_type: StrictStr = Field(..., alias="principalType") + principal_id: StrictStr = Field(default=..., alias="principalId") + principal_type: StrictStr = Field(default=..., alias="principalType") __properties = ["principalId", "principalType"] class Config: diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/rest.py b/clients/python/iam_client/affinidi_tdk_iam_client/rest.py index 9078dc83..e4b5e16c 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/rest.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/rest.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iam_client/docs/ActionForbiddenError.md b/clients/python/iam_client/docs/ActionForbiddenError.md index 7cb007fa..1af50928 100644 --- a/clients/python/iam_client/docs/ActionForbiddenError.md +++ b/clients/python/iam_client/docs/ActionForbiddenError.md @@ -25,7 +25,7 @@ print ActionForbiddenError.to_json() # convert the object into a dict action_forbidden_error_dict = action_forbidden_error_instance.to_dict() # create an instance of ActionForbiddenError from a dict -action_forbidden_error_form_dict = action_forbidden_error.from_dict(action_forbidden_error_dict) +action_forbidden_error_from_dict = ActionForbiddenError.from_dict(action_forbidden_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/AddUserToProjectInput.md b/clients/python/iam_client/docs/AddUserToProjectInput.md index e69b3efe..608f7811 100644 --- a/clients/python/iam_client/docs/AddUserToProjectInput.md +++ b/clients/python/iam_client/docs/AddUserToProjectInput.md @@ -22,7 +22,7 @@ print AddUserToProjectInput.to_json() # convert the object into a dict add_user_to_project_input_dict = add_user_to_project_input_instance.to_dict() # create an instance of AddUserToProjectInput from a dict -add_user_to_project_input_form_dict = add_user_to_project_input.from_dict(add_user_to_project_input_dict) +add_user_to_project_input_from_dict = AddUserToProjectInput.from_dict(add_user_to_project_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/ConsumerAuthTokenEndpointInput.md b/clients/python/iam_client/docs/ConsumerAuthTokenEndpointInput.md index f9370217..52362420 100644 --- a/clients/python/iam_client/docs/ConsumerAuthTokenEndpointInput.md +++ b/clients/python/iam_client/docs/ConsumerAuthTokenEndpointInput.md @@ -25,7 +25,7 @@ print ConsumerAuthTokenEndpointInput.to_json() # convert the object into a dict consumer_auth_token_endpoint_input_dict = consumer_auth_token_endpoint_input_instance.to_dict() # create an instance of ConsumerAuthTokenEndpointInput from a dict -consumer_auth_token_endpoint_input_form_dict = consumer_auth_token_endpoint_input.from_dict(consumer_auth_token_endpoint_input_dict) +consumer_auth_token_endpoint_input_from_dict = ConsumerAuthTokenEndpointInput.from_dict(consumer_auth_token_endpoint_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/ConsumerAuthTokenEndpointOutput.md b/clients/python/iam_client/docs/ConsumerAuthTokenEndpointOutput.md index 859ddc5a..d7df29e8 100644 --- a/clients/python/iam_client/docs/ConsumerAuthTokenEndpointOutput.md +++ b/clients/python/iam_client/docs/ConsumerAuthTokenEndpointOutput.md @@ -26,7 +26,7 @@ print ConsumerAuthTokenEndpointOutput.to_json() # convert the object into a dict consumer_auth_token_endpoint_output_dict = consumer_auth_token_endpoint_output_instance.to_dict() # create an instance of ConsumerAuthTokenEndpointOutput from a dict -consumer_auth_token_endpoint_output_form_dict = consumer_auth_token_endpoint_output.from_dict(consumer_auth_token_endpoint_output_dict) +consumer_auth_token_endpoint_output_from_dict = ConsumerAuthTokenEndpointOutput.from_dict(consumer_auth_token_endpoint_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/CorsConsumerAuthTokenEndpointOK.md b/clients/python/iam_client/docs/CorsConsumerAuthTokenEndpointOK.md index ed9e386b..c10b51a1 100644 --- a/clients/python/iam_client/docs/CorsConsumerAuthTokenEndpointOK.md +++ b/clients/python/iam_client/docs/CorsConsumerAuthTokenEndpointOK.md @@ -21,7 +21,7 @@ print CorsConsumerAuthTokenEndpointOK.to_json() # convert the object into a dict cors_consumer_auth_token_endpoint_ok_dict = cors_consumer_auth_token_endpoint_ok_instance.to_dict() # create an instance of CorsConsumerAuthTokenEndpointOK from a dict -cors_consumer_auth_token_endpoint_ok_form_dict = cors_consumer_auth_token_endpoint_ok.from_dict(cors_consumer_auth_token_endpoint_ok_dict) +cors_consumer_auth_token_endpoint_ok_from_dict = CorsConsumerAuthTokenEndpointOK.from_dict(cors_consumer_auth_token_endpoint_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/CreateProjectInput.md b/clients/python/iam_client/docs/CreateProjectInput.md index 142bdc32..00f3f084 100644 --- a/clients/python/iam_client/docs/CreateProjectInput.md +++ b/clients/python/iam_client/docs/CreateProjectInput.md @@ -22,7 +22,7 @@ print CreateProjectInput.to_json() # convert the object into a dict create_project_input_dict = create_project_input_instance.to_dict() # create an instance of CreateProjectInput from a dict -create_project_input_form_dict = create_project_input.from_dict(create_project_input_dict) +create_project_input_from_dict = CreateProjectInput.from_dict(create_project_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/CreateProjectScopedTokenInput.md b/clients/python/iam_client/docs/CreateProjectScopedTokenInput.md index 9eed8493..d3632395 100644 --- a/clients/python/iam_client/docs/CreateProjectScopedTokenInput.md +++ b/clients/python/iam_client/docs/CreateProjectScopedTokenInput.md @@ -21,7 +21,7 @@ print CreateProjectScopedTokenInput.to_json() # convert the object into a dict create_project_scoped_token_input_dict = create_project_scoped_token_input_instance.to_dict() # create an instance of CreateProjectScopedTokenInput from a dict -create_project_scoped_token_input_form_dict = create_project_scoped_token_input.from_dict(create_project_scoped_token_input_dict) +create_project_scoped_token_input_from_dict = CreateProjectScopedTokenInput.from_dict(create_project_scoped_token_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/CreateProjectScopedTokenOutput.md b/clients/python/iam_client/docs/CreateProjectScopedTokenOutput.md index d142e763..643bf56c 100644 --- a/clients/python/iam_client/docs/CreateProjectScopedTokenOutput.md +++ b/clients/python/iam_client/docs/CreateProjectScopedTokenOutput.md @@ -23,7 +23,7 @@ print CreateProjectScopedTokenOutput.to_json() # convert the object into a dict create_project_scoped_token_output_dict = create_project_scoped_token_output_instance.to_dict() # create an instance of CreateProjectScopedTokenOutput from a dict -create_project_scoped_token_output_form_dict = create_project_scoped_token_output.from_dict(create_project_scoped_token_output_dict) +create_project_scoped_token_output_from_dict = CreateProjectScopedTokenOutput.from_dict(create_project_scoped_token_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/CreateTokenInput.md b/clients/python/iam_client/docs/CreateTokenInput.md index a226a38d..12367ce6 100644 --- a/clients/python/iam_client/docs/CreateTokenInput.md +++ b/clients/python/iam_client/docs/CreateTokenInput.md @@ -23,7 +23,7 @@ print CreateTokenInput.to_json() # convert the object into a dict create_token_input_dict = create_token_input_instance.to_dict() # create an instance of CreateTokenInput from a dict -create_token_input_form_dict = create_token_input.from_dict(create_token_input_dict) +create_token_input_from_dict = CreateTokenInput.from_dict(create_token_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/GetWellKnownDidOK.md b/clients/python/iam_client/docs/GetWellKnownDidOK.md index 127822b0..0093acca 100644 --- a/clients/python/iam_client/docs/GetWellKnownDidOK.md +++ b/clients/python/iam_client/docs/GetWellKnownDidOK.md @@ -20,7 +20,7 @@ print GetWellKnownDidOK.to_json() # convert the object into a dict get_well_known_did_ok_dict = get_well_known_did_ok_instance.to_dict() # create an instance of GetWellKnownDidOK from a dict -get_well_known_did_ok_form_dict = get_well_known_did_ok.from_dict(get_well_known_did_ok_dict) +get_well_known_did_ok_from_dict = GetWellKnownDidOK.from_dict(get_well_known_did_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/InvalidJwtTokenError.md b/clients/python/iam_client/docs/InvalidJwtTokenError.md index b11f4810..dd6cedff 100644 --- a/clients/python/iam_client/docs/InvalidJwtTokenError.md +++ b/clients/python/iam_client/docs/InvalidJwtTokenError.md @@ -25,7 +25,7 @@ print InvalidJwtTokenError.to_json() # convert the object into a dict invalid_jwt_token_error_dict = invalid_jwt_token_error_instance.to_dict() # create an instance of InvalidJwtTokenError from a dict -invalid_jwt_token_error_form_dict = invalid_jwt_token_error.from_dict(invalid_jwt_token_error_dict) +invalid_jwt_token_error_from_dict = InvalidJwtTokenError.from_dict(invalid_jwt_token_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/InvalidParameterError.md b/clients/python/iam_client/docs/InvalidParameterError.md index ca639279..13074d53 100644 --- a/clients/python/iam_client/docs/InvalidParameterError.md +++ b/clients/python/iam_client/docs/InvalidParameterError.md @@ -25,7 +25,7 @@ print InvalidParameterError.to_json() # convert the object into a dict invalid_parameter_error_dict = invalid_parameter_error_instance.to_dict() # create an instance of InvalidParameterError from a dict -invalid_parameter_error_form_dict = invalid_parameter_error.from_dict(invalid_parameter_error_dict) +invalid_parameter_error_from_dict = InvalidParameterError.from_dict(invalid_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/JsonWebKeyDto.md b/clients/python/iam_client/docs/JsonWebKeyDto.md index 5768d84a..c6d2f825 100644 --- a/clients/python/iam_client/docs/JsonWebKeyDto.md +++ b/clients/python/iam_client/docs/JsonWebKeyDto.md @@ -29,7 +29,7 @@ print JsonWebKeyDto.to_json() # convert the object into a dict json_web_key_dto_dict = json_web_key_dto_instance.to_dict() # create an instance of JsonWebKeyDto from a dict -json_web_key_dto_form_dict = json_web_key_dto.from_dict(json_web_key_dto_dict) +json_web_key_dto_from_dict = JsonWebKeyDto.from_dict(json_web_key_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/JsonWebKeySetDto.md b/clients/python/iam_client/docs/JsonWebKeySetDto.md index ea3fb0dd..820de3c8 100644 --- a/clients/python/iam_client/docs/JsonWebKeySetDto.md +++ b/clients/python/iam_client/docs/JsonWebKeySetDto.md @@ -21,7 +21,7 @@ print JsonWebKeySetDto.to_json() # convert the object into a dict json_web_key_set_dto_dict = json_web_key_set_dto_instance.to_dict() # create an instance of JsonWebKeySetDto from a dict -json_web_key_set_dto_form_dict = json_web_key_set_dto.from_dict(json_web_key_set_dto_dict) +json_web_key_set_dto_from_dict = JsonWebKeySetDto.from_dict(json_web_key_set_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/NotFoundError.md b/clients/python/iam_client/docs/NotFoundError.md index 051a9244..14773371 100644 --- a/clients/python/iam_client/docs/NotFoundError.md +++ b/clients/python/iam_client/docs/NotFoundError.md @@ -25,7 +25,7 @@ print NotFoundError.to_json() # convert the object into a dict not_found_error_dict = not_found_error_instance.to_dict() # create an instance of NotFoundError from a dict -not_found_error_form_dict = not_found_error.from_dict(not_found_error_dict) +not_found_error_from_dict = NotFoundError.from_dict(not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/PolicyDto.md b/clients/python/iam_client/docs/PolicyDto.md index b57f7f28..46108074 100644 --- a/clients/python/iam_client/docs/PolicyDto.md +++ b/clients/python/iam_client/docs/PolicyDto.md @@ -26,7 +26,7 @@ print PolicyDto.to_json() # convert the object into a dict policy_dto_dict = policy_dto_instance.to_dict() # create an instance of PolicyDto from a dict -policy_dto_form_dict = policy_dto.from_dict(policy_dto_dict) +policy_dto_from_dict = PolicyDto.from_dict(policy_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/PolicyStatementDto.md b/clients/python/iam_client/docs/PolicyStatementDto.md index 4e72441b..e0c074b2 100644 --- a/clients/python/iam_client/docs/PolicyStatementDto.md +++ b/clients/python/iam_client/docs/PolicyStatementDto.md @@ -24,7 +24,7 @@ print PolicyStatementDto.to_json() # convert the object into a dict policy_statement_dto_dict = policy_statement_dto_instance.to_dict() # create an instance of PolicyStatementDto from a dict -policy_statement_dto_form_dict = policy_statement_dto.from_dict(policy_statement_dto_dict) +policy_statement_dto_from_dict = PolicyStatementDto.from_dict(policy_statement_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/PrincipalCannotBeDeletedError.md b/clients/python/iam_client/docs/PrincipalCannotBeDeletedError.md index 2e26cd10..7680872d 100644 --- a/clients/python/iam_client/docs/PrincipalCannotBeDeletedError.md +++ b/clients/python/iam_client/docs/PrincipalCannotBeDeletedError.md @@ -25,7 +25,7 @@ print PrincipalCannotBeDeletedError.to_json() # convert the object into a dict principal_cannot_be_deleted_error_dict = principal_cannot_be_deleted_error_instance.to_dict() # create an instance of PrincipalCannotBeDeletedError from a dict -principal_cannot_be_deleted_error_form_dict = principal_cannot_be_deleted_error.from_dict(principal_cannot_be_deleted_error_dict) +principal_cannot_be_deleted_error_from_dict = PrincipalCannotBeDeletedError.from_dict(principal_cannot_be_deleted_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/PrincipalDoesNotBelongToProjectError.md b/clients/python/iam_client/docs/PrincipalDoesNotBelongToProjectError.md index 9948574d..0ef328e8 100644 --- a/clients/python/iam_client/docs/PrincipalDoesNotBelongToProjectError.md +++ b/clients/python/iam_client/docs/PrincipalDoesNotBelongToProjectError.md @@ -25,7 +25,7 @@ print PrincipalDoesNotBelongToProjectError.to_json() # convert the object into a dict principal_does_not_belong_to_project_error_dict = principal_does_not_belong_to_project_error_instance.to_dict() # create an instance of PrincipalDoesNotBelongToProjectError from a dict -principal_does_not_belong_to_project_error_form_dict = principal_does_not_belong_to_project_error.from_dict(principal_does_not_belong_to_project_error_dict) +principal_does_not_belong_to_project_error_from_dict = PrincipalDoesNotBelongToProjectError.from_dict(principal_does_not_belong_to_project_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/ProjectDto.md b/clients/python/iam_client/docs/ProjectDto.md index 2d7498c4..5a23dd19 100644 --- a/clients/python/iam_client/docs/ProjectDto.md +++ b/clients/python/iam_client/docs/ProjectDto.md @@ -25,7 +25,7 @@ print ProjectDto.to_json() # convert the object into a dict project_dto_dict = project_dto_instance.to_dict() # create an instance of ProjectDto from a dict -project_dto_form_dict = project_dto.from_dict(project_dto_dict) +project_dto_from_dict = ProjectDto.from_dict(project_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/ProjectList.md b/clients/python/iam_client/docs/ProjectList.md index 18c82483..a8edfe39 100644 --- a/clients/python/iam_client/docs/ProjectList.md +++ b/clients/python/iam_client/docs/ProjectList.md @@ -21,7 +21,7 @@ print ProjectList.to_json() # convert the object into a dict project_list_dict = project_list_instance.to_dict() # create an instance of ProjectList from a dict -project_list_form_dict = project_list.from_dict(project_list_dict) +project_list_from_dict = ProjectList.from_dict(project_list_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/ServiceErrorResponse.md b/clients/python/iam_client/docs/ServiceErrorResponse.md index 8b98b386..5f43e8d2 100644 --- a/clients/python/iam_client/docs/ServiceErrorResponse.md +++ b/clients/python/iam_client/docs/ServiceErrorResponse.md @@ -24,7 +24,7 @@ print ServiceErrorResponse.to_json() # convert the object into a dict service_error_response_dict = service_error_response_instance.to_dict() # create an instance of ServiceErrorResponse from a dict -service_error_response_form_dict = service_error_response.from_dict(service_error_response_dict) +service_error_response_from_dict = ServiceErrorResponse.from_dict(service_error_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/ServiceErrorResponseDetailsInner.md b/clients/python/iam_client/docs/ServiceErrorResponseDetailsInner.md index 280cb32f..8bee0d31 100644 --- a/clients/python/iam_client/docs/ServiceErrorResponseDetailsInner.md +++ b/clients/python/iam_client/docs/ServiceErrorResponseDetailsInner.md @@ -24,7 +24,7 @@ print ServiceErrorResponseDetailsInner.to_json() # convert the object into a dict service_error_response_details_inner_dict = service_error_response_details_inner_instance.to_dict() # create an instance of ServiceErrorResponseDetailsInner from a dict -service_error_response_details_inner_form_dict = service_error_response_details_inner.from_dict(service_error_response_details_inner_dict) +service_error_response_details_inner_from_dict = ServiceErrorResponseDetailsInner.from_dict(service_error_response_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenAuthenticationMethodDto.md b/clients/python/iam_client/docs/TokenAuthenticationMethodDto.md index 767e5d38..d7bfc4f9 100644 --- a/clients/python/iam_client/docs/TokenAuthenticationMethodDto.md +++ b/clients/python/iam_client/docs/TokenAuthenticationMethodDto.md @@ -25,7 +25,7 @@ print TokenAuthenticationMethodDto.to_json() # convert the object into a dict token_authentication_method_dto_dict = token_authentication_method_dto_instance.to_dict() # create an instance of TokenAuthenticationMethodDto from a dict -token_authentication_method_dto_form_dict = token_authentication_method_dto.from_dict(token_authentication_method_dto_dict) +token_authentication_method_dto_from_dict = TokenAuthenticationMethodDto.from_dict(token_authentication_method_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenDto.md b/clients/python/iam_client/docs/TokenDto.md index f96ac52f..d20dbe88 100644 --- a/clients/python/iam_client/docs/TokenDto.md +++ b/clients/python/iam_client/docs/TokenDto.md @@ -26,7 +26,7 @@ print TokenDto.to_json() # convert the object into a dict token_dto_dict = token_dto_instance.to_dict() # create an instance of TokenDto from a dict -token_dto_form_dict = token_dto.from_dict(token_dto_dict) +token_dto_from_dict = TokenDto.from_dict(token_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenList.md b/clients/python/iam_client/docs/TokenList.md index 8cd9876e..817f4501 100644 --- a/clients/python/iam_client/docs/TokenList.md +++ b/clients/python/iam_client/docs/TokenList.md @@ -21,7 +21,7 @@ print TokenList.to_json() # convert the object into a dict token_list_dict = token_list_instance.to_dict() # create an instance of TokenList from a dict -token_list_form_dict = token_list.from_dict(token_list_dict) +token_list_from_dict = TokenList.from_dict(token_list_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDto.md b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDto.md index 814ff1ee..520e6a01 100644 --- a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDto.md +++ b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDto.md @@ -25,7 +25,7 @@ print TokenPrivateKeyAuthenticationMethodDto.to_json() # convert the object into a dict token_private_key_authentication_method_dto_dict = token_private_key_authentication_method_dto_instance.to_dict() # create an instance of TokenPrivateKeyAuthenticationMethodDto from a dict -token_private_key_authentication_method_dto_form_dict = token_private_key_authentication_method_dto.from_dict(token_private_key_authentication_method_dto_dict) +token_private_key_authentication_method_dto_from_dict = TokenPrivateKeyAuthenticationMethodDto.from_dict(token_private_key_authentication_method_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md index ccd01f36..1f65dca6 100644 --- a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md +++ b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md @@ -24,7 +24,7 @@ print TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.to_json() # convert the object into a dict token_private_key_authentication_method_dto_public_key_info_dict = token_private_key_authentication_method_dto_public_key_info_instance.to_dict() # create an instance of TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo from a dict -token_private_key_authentication_method_dto_public_key_info_form_dict = token_private_key_authentication_method_dto_public_key_info.from_dict(token_private_key_authentication_method_dto_public_key_info_dict) +token_private_key_authentication_method_dto_public_key_info_from_dict = TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.from_dict(token_private_key_authentication_method_dto_public_key_info_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md index c214a719..1f63609b 100644 --- a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md +++ b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md @@ -21,7 +21,7 @@ print TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.to_json() # convert the object into a dict token_private_key_authentication_method_dto_public_key_info_one_of_dict = token_private_key_authentication_method_dto_public_key_info_one_of_instance.to_dict() # create an instance of TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf from a dict -token_private_key_authentication_method_dto_public_key_info_one_of_form_dict = token_private_key_authentication_method_dto_public_key_info_one_of.from_dict(token_private_key_authentication_method_dto_public_key_info_one_of_dict) +token_private_key_authentication_method_dto_public_key_info_one_of_from_dict = TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.from_dict(token_private_key_authentication_method_dto_public_key_info_one_of_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md index c2e43490..a9b9aa9d 100644 --- a/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md +++ b/clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md @@ -21,7 +21,7 @@ print TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.to_json() # convert the object into a dict token_private_key_authentication_method_dto_public_key_info_one_of1_dict = token_private_key_authentication_method_dto_public_key_info_one_of1_instance.to_dict() # create an instance of TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1 from a dict -token_private_key_authentication_method_dto_public_key_info_one_of1_form_dict = token_private_key_authentication_method_dto_public_key_info_one_of1.from_dict(token_private_key_authentication_method_dto_public_key_info_one_of1_dict) +token_private_key_authentication_method_dto_public_key_info_one_of1_from_dict = TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.from_dict(token_private_key_authentication_method_dto_public_key_info_one_of1_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/TypedPricipalId.md b/clients/python/iam_client/docs/TypedPricipalId.md index b90ede98..e3d15565 100644 --- a/clients/python/iam_client/docs/TypedPricipalId.md +++ b/clients/python/iam_client/docs/TypedPricipalId.md @@ -21,7 +21,7 @@ print TypedPricipalId.to_json() # convert the object into a dict typed_pricipal_id_dict = typed_pricipal_id_instance.to_dict() # create an instance of TypedPricipalId from a dict -typed_pricipal_id_form_dict = typed_pricipal_id.from_dict(typed_pricipal_id_dict) +typed_pricipal_id_from_dict = TypedPricipalId.from_dict(typed_pricipal_id_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UnauthorizedError.md b/clients/python/iam_client/docs/UnauthorizedError.md index 07e8d626..00bc2bff 100644 --- a/clients/python/iam_client/docs/UnauthorizedError.md +++ b/clients/python/iam_client/docs/UnauthorizedError.md @@ -25,7 +25,7 @@ print UnauthorizedError.to_json() # convert the object into a dict unauthorized_error_dict = unauthorized_error_instance.to_dict() # create an instance of UnauthorizedError from a dict -unauthorized_error_form_dict = unauthorized_error.from_dict(unauthorized_error_dict) +unauthorized_error_from_dict = UnauthorizedError.from_dict(unauthorized_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UnexpectedError.md b/clients/python/iam_client/docs/UnexpectedError.md index 9f9d7359..bbe5a1e9 100644 --- a/clients/python/iam_client/docs/UnexpectedError.md +++ b/clients/python/iam_client/docs/UnexpectedError.md @@ -25,7 +25,7 @@ print UnexpectedError.to_json() # convert the object into a dict unexpected_error_dict = unexpected_error_instance.to_dict() # create an instance of UnexpectedError from a dict -unexpected_error_form_dict = unexpected_error.from_dict(unexpected_error_dict) +unexpected_error_from_dict = UnexpectedError.from_dict(unexpected_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UpdateProjectInput.md b/clients/python/iam_client/docs/UpdateProjectInput.md index db350e21..20752e18 100644 --- a/clients/python/iam_client/docs/UpdateProjectInput.md +++ b/clients/python/iam_client/docs/UpdateProjectInput.md @@ -22,7 +22,7 @@ print UpdateProjectInput.to_json() # convert the object into a dict update_project_input_dict = update_project_input_instance.to_dict() # create an instance of UpdateProjectInput from a dict -update_project_input_form_dict = update_project_input.from_dict(update_project_input_dict) +update_project_input_from_dict = UpdateProjectInput.from_dict(update_project_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UpdateTokenInput.md b/clients/python/iam_client/docs/UpdateTokenInput.md index 452278c7..dcda8d22 100644 --- a/clients/python/iam_client/docs/UpdateTokenInput.md +++ b/clients/python/iam_client/docs/UpdateTokenInput.md @@ -22,7 +22,7 @@ print UpdateTokenInput.to_json() # convert the object into a dict update_token_input_dict = update_token_input_instance.to_dict() # create an instance of UpdateTokenInput from a dict -update_token_input_form_dict = update_token_input.from_dict(update_token_input_dict) +update_token_input_from_dict = UpdateTokenInput.from_dict(update_token_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UpdateTokenPrivateKeyAuthenticationMethodDto.md b/clients/python/iam_client/docs/UpdateTokenPrivateKeyAuthenticationMethodDto.md index 358cb239..af250667 100644 --- a/clients/python/iam_client/docs/UpdateTokenPrivateKeyAuthenticationMethodDto.md +++ b/clients/python/iam_client/docs/UpdateTokenPrivateKeyAuthenticationMethodDto.md @@ -25,7 +25,7 @@ print UpdateTokenPrivateKeyAuthenticationMethodDto.to_json() # convert the object into a dict update_token_private_key_authentication_method_dto_dict = update_token_private_key_authentication_method_dto_instance.to_dict() # create an instance of UpdateTokenPrivateKeyAuthenticationMethodDto from a dict -update_token_private_key_authentication_method_dto_form_dict = update_token_private_key_authentication_method_dto.from_dict(update_token_private_key_authentication_method_dto_dict) +update_token_private_key_authentication_method_dto_from_dict = UpdateTokenPrivateKeyAuthenticationMethodDto.from_dict(update_token_private_key_authentication_method_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UserDto.md b/clients/python/iam_client/docs/UserDto.md index 6363b43f..c47b27b8 100644 --- a/clients/python/iam_client/docs/UserDto.md +++ b/clients/python/iam_client/docs/UserDto.md @@ -21,7 +21,7 @@ print UserDto.to_json() # convert the object into a dict user_dto_dict = user_dto_instance.to_dict() # create an instance of UserDto from a dict -user_dto_form_dict = user_dto.from_dict(user_dto_dict) +user_dto_from_dict = UserDto.from_dict(user_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/UserList.md b/clients/python/iam_client/docs/UserList.md index 117394ce..b477268e 100644 --- a/clients/python/iam_client/docs/UserList.md +++ b/clients/python/iam_client/docs/UserList.md @@ -21,7 +21,7 @@ print UserList.to_json() # convert the object into a dict user_list_dict = user_list_instance.to_dict() # create an instance of UserList from a dict -user_list_form_dict = user_list.from_dict(user_list_dict) +user_list_from_dict = UserList.from_dict(user_list_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/docs/WhoamiDto.md b/clients/python/iam_client/docs/WhoamiDto.md index c0675c22..0ee4971b 100644 --- a/clients/python/iam_client/docs/WhoamiDto.md +++ b/clients/python/iam_client/docs/WhoamiDto.md @@ -22,7 +22,7 @@ print WhoamiDto.to_json() # convert the object into a dict whoami_dto_dict = whoami_dto_instance.to_dict() # create an instance of WhoamiDto from a dict -whoami_dto_form_dict = whoami_dto.from_dict(whoami_dto_dict) +whoami_dto_from_dict = WhoamiDto.from_dict(whoami_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iam_client/project.json b/clients/python/iam_client/project.json index ccbd926d..3e86612b 100644 --- a/clients/python/iam_client/project.json +++ b/clients/python/iam_client/project.json @@ -22,7 +22,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "poetry publish" + "command": "poetry publish --skip-existing" } }, "tags": [] diff --git a/clients/python/iam_client/pyproject.toml b/clients/python/iam_client/pyproject.toml index 2731baed..062e7500 100644 --- a/clients/python/iam_client/pyproject.toml +++ b/clients/python/iam_client/pyproject.toml @@ -5,7 +5,7 @@ description = "Iam" authors = ["Affinidi "] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" +repository = "https://github.com/affinidi.com/affinidi-tdk" keywords = ["OpenAPI", "OpenAPI-Generator", "Iam"] include = ["affinidi_tdk_iam_client/py.typed"] diff --git a/clients/python/iam_client/setup.py b/clients/python/iam_client/setup.py index 6ae30881..96f0e6f4 100644 --- a/clients/python/iam_client/setup.py +++ b/clients/python/iam_client/setup.py @@ -3,7 +3,7 @@ """ Iam - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -45,7 +45,7 @@ license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - Affinidi IAM + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) """, # noqa: E501 package_data={"affinidi_tdk_iam_client": ["py.typed"]}, ) diff --git a/clients/python/iota_client/.openapi-generator/FILES b/clients/python/iota_client/.openapi-generator/FILES index 0fb78d24..70ac10a2 100644 --- a/clients/python/iota_client/.openapi-generator/FILES +++ b/clients/python/iota_client/.openapi-generator/FILES @@ -2,6 +2,7 @@ .gitignore .travis.yml README.md +README.md affinidi_tdk_iota_client/__init__.py affinidi_tdk_iota_client/api/__init__.py affinidi_tdk_iota_client/api/callback_api.py diff --git a/clients/python/iota_client/.openapi-generator/VERSION b/clients/python/iota_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/python/iota_client/.openapi-generator/VERSION +++ b/clients/python/iota_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/python/iota_client/README.md b/clients/python/iota_client/README.md index ef1810ad..15973340 100644 --- a/clients/python/iota_client/README.md +++ b/clients/python/iota_client/README.md @@ -1,13 +1,10 @@ # affinidi_tdk_iota_client -Affinidi IotaService Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: +For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen - For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) +Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/iota-framework](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/iota-framework) ## Requirements. @@ -20,11 +17,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install affinidi_tdk_iota_client ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - Then import the package: ```python @@ -39,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) - Then import the package: ```python diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py index fc5c0edc..88ebd086 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py @@ -5,7 +5,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/callback_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/callback_api.py index adcb1cc8..39112d10 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/callback_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/callback_api.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/configurations_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/configurations_api.py index e6316ebe..ff1b3636 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/configurations_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/configurations_api.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py index e552cdc9..8fe65ce1 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py index ac974a29..5cf39204 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py index a075c006..7b97604a 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api_client.py b/clients/python/iota_client/affinidi_tdk_iota_client/api_client.py index ede80e06..3059e8dc 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api_client.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api_client.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -539,7 +539,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, value) for value in v) + new_params.extend((k, str(value)) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -554,7 +554,7 @@ def parameters_to_url_query(self, params, collection_formats): else: new_params.append((k, quote(str(v)))) - return "&".join(["=".join(item) for item in new_params]) + return "&".join(["=".join(map(str, item)) for item in new_params]) def files_parameters(self, files=None): """Builds form parameters. diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/configuration.py b/clients/python/iota_client/affinidi_tdk_iota_client/configuration.py index 46879072..cd8ca9ad 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/configuration.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/configuration.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/exceptions.py b/clients/python/iota_client/affinidi_tdk_iota_client/exceptions.py index fb59ac51..4af55c60 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/exceptions.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/exceptions.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py index 12e62ec3..44ea3ee4 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py @@ -4,7 +4,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/already_exists_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/already_exists_error.py index b1b1c693..e235cb17 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/already_exists_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/already_exists_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class AlreadyExistsError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials.py index b938fc7b..b43294df 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class AwsExchangeCredentials(BaseModel): """ AwsExchangeCredentials """ - assertion: StrictStr = Field(..., description="JWT signed with a machine token used to secure the web socket connection") + assertion: StrictStr = Field(default=..., description="JWT signed with a machine token used to secure the web socket connection") __properties = ["assertion"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py index 629af099..8498c77c 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class AwsExchangeCredentialsOK(BaseModel): """ AwsExchangeCredentialsOK """ - connection_client_id: StrictStr = Field(..., alias="connectionClientId") + connection_client_id: StrictStr = Field(default=..., alias="connectionClientId") credentials: AwsExchangeCredentialsProjectTokenOKCredentials = Field(...) __properties = ["connectionClientId", "credentials"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py index fb3002c2..51fed0d9 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class AwsExchangeCredentialsProjectToken(BaseModel): """ AwsExchangeCredentialsProjectToken """ - session_id: StrictStr = Field(..., alias="sessionId", description="sessionId generated by client") - configuration_id: StrictStr = Field(..., alias="configurationId", description="iotaConfiguration Id") - did: StrictStr = Field(..., description="Vault DID of the user") + session_id: StrictStr = Field(default=..., alias="sessionId", description="sessionId generated by client") + configuration_id: StrictStr = Field(default=..., alias="configurationId", description="iotaConfiguration Id") + did: StrictStr = Field(default=..., description="Vault DID of the user") __properties = ["sessionId", "configurationId", "did"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py index bb798ab9..d5805e23 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class AwsExchangeCredentialsProjectTokenOK(BaseModel): """ AwsExchangeCredentialsProjectTokenOK """ - connection_client_id: StrictStr = Field(..., alias="connectionClientId") + connection_client_id: StrictStr = Field(default=..., alias="connectionClientId") credentials: AwsExchangeCredentialsProjectTokenOKCredentials = Field(...) __properties = ["connectionClientId", "credentials"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py index 2dee7201..f7dc339d 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_project_token_ok_credentials.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class AwsExchangeCredentialsProjectTokenOKCredentials(BaseModel): """ AwsExchangeCredentialsProjectTokenOKCredentials """ - identity_id: StrictStr = Field(..., alias="identityId") + identity_id: StrictStr = Field(default=..., alias="identityId") token: StrictStr = Field(...) __properties = ["identityId", "token"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/callback_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/callback_input.py index e48928da..dfb033da 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/callback_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/callback_input.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,11 +26,11 @@ class CallbackInput(BaseModel): """ CallbackInput """ - state: constr(strict=True) = Field(..., description="A string that must be a valid UUID (version 1-5).") - presentation_submission: Optional[StrictStr] = Field(None, description="A string that must be a valid JSON object. The structure of presentation submission should follow OID4VP standard.") - vp_token: Optional[StrictStr] = Field(None, description="A string that must be a valid JSON object. Ensure to escape special characters properly..") - error: Optional[StrictStr] = Field(None, description="The error should follow the OAuth2 error format (e.g. invalid_request, login_required). Defaults to access_denied") - error_description: Optional[StrictStr] = Field(None, description="Description of the error in a human readable format") + state: constr(strict=True) = Field(default=..., description="A string that must be a valid UUID (version 1-5).") + presentation_submission: Optional[StrictStr] = Field(default=None, description="A string that must be a valid JSON object. The structure of presentation submission should follow OID4VP standard.") + vp_token: Optional[StrictStr] = Field(default=None, description="A string that must be a valid JSON object. Ensure to escape special characters properly..") + error: Optional[StrictStr] = Field(default=None, description="The error should follow the OAuth2 error format (e.g. invalid_request, login_required). Defaults to access_denied") + error_description: Optional[StrictStr] = Field(default=None, description="Description of the error in a human readable format") __properties = ["state", "presentation_submission", "vp_token", "error", "error_description"] @validator('state') diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/consent_dto.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/consent_dto.py index 20d70551..0d7f9746 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/consent_dto.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/consent_dto.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,15 +26,15 @@ class ConsentDto(BaseModel): """ ConsentDto """ - project_id: StrictStr = Field(..., alias="projectId") - id: StrictStr = Field(..., description="id of the record") - user_id: StrictStr = Field(..., alias="userId", description="unique identifier of the user") - vc_type: StrictStr = Field(..., alias="vcType", description="VC type of shared vc. If the actual VC has several VC types (excluding base types as VerifiableCredential) then for each of the a separate record will be added") + project_id: StrictStr = Field(default=..., alias="projectId") + id: StrictStr = Field(default=..., description="id of the record") + user_id: StrictStr = Field(default=..., alias="userId", description="unique identifier of the user") + vc_type: StrictStr = Field(default=..., alias="vcType", description="VC type of shared vc. If the actual VC has several VC types (excluding base types as VerifiableCredential) then for each of the a separate record will be added") status: StrictStr = Field(...) - modified_at: StrictStr = Field(..., alias="modifiedAt") - modified_by: StrictStr = Field(..., alias="modifiedBy") - created_at: StrictStr = Field(..., alias="createdAt") - created_by: StrictStr = Field(..., alias="createdBy") + modified_at: StrictStr = Field(default=..., alias="modifiedAt") + modified_by: StrictStr = Field(default=..., alias="modifiedBy") + created_at: StrictStr = Field(default=..., alias="createdAt") + created_by: StrictStr = Field(default=..., alias="createdBy") __properties = ["projectId", "id", "userId", "vcType", "status", "modifiedAt", "modifiedBy", "createdAt", "createdBy"] @validator('status') diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py index 2ca0bb55..842b44e3 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsAwsExchangeCredentialsOK(BaseModel): """ CorsAwsExchangeCredentialsOK """ - cors_aws_exchange_credentials_ok: Optional[StrictStr] = Field(None, alias="corsAwsExchangeCredentialsOk") + cors_aws_exchange_credentials_ok: Optional[StrictStr] = Field(default=None, alias="corsAwsExchangeCredentialsOk") __properties = ["corsAwsExchangeCredentialsOk"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py index f66a41c6..f3f513ce 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_project_token_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsAwsExchangeCredentialsProjectTokenOK(BaseModel): """ CorsAwsExchangeCredentialsProjectTokenOK """ - cors_aws_exchange_credentials_project_token_ok: Optional[StrictStr] = Field(None, alias="corsAwsExchangeCredentialsProjectTokenOk") + cors_aws_exchange_credentials_project_token_ok: Optional[StrictStr] = Field(default=None, alias="corsAwsExchangeCredentialsProjectTokenOk") __properties = ["corsAwsExchangeCredentialsProjectTokenOk"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py index 1baf2c84..72392cd5 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsIotOidc4vpcallbackOK(BaseModel): """ CorsIotOidc4vpcallbackOK """ - cors_iot_oidc4vpcallback_ok: Optional[StrictStr] = Field(None, alias="corsIotOidc4vpcallbackOk") + cors_iot_oidc4vpcallback_ok: Optional[StrictStr] = Field(default=None, alias="corsIotOidc4vpcallbackOk") __properties = ["corsIotOidc4vpcallbackOk"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/create_iota_configuration_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/create_iota_configuration_input.py index a122fea9..259c4cf5 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/create_iota_configuration_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/create_iota_configuration_input.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,14 +27,14 @@ class CreateIotaConfigurationInput(BaseModel): """ CreateIotaConfigurationInput """ - name: StrictStr = Field(..., description="The name of the configuration") - description: Optional[StrictStr] = Field(None, description="Description of the configuration") - wallet_ari: StrictStr = Field(..., alias="walletAri", description="The wallet Ari that will be used to sign") - iota_response_webhook_url: Optional[StrictStr] = Field(None, alias="iotaResponseWebhookURL", description="webhook to call when data is ready") - enable_verification: StrictBool = Field(..., alias="enableVerification") - enable_consent_audit_log: StrictBool = Field(..., alias="enableConsentAuditLog") - token_max_age: Optional[Union[confloat(ge=1, strict=True), conint(ge=1, strict=True)]] = Field(None, alias="tokenMaxAge", description="token time to live in seconds") - client_metadata: IotaConfigurationDtoClientMetadata = Field(..., alias="clientMetadata") + name: StrictStr = Field(default=..., description="The name of the configuration") + description: Optional[StrictStr] = Field(default=None, description="Description of the configuration") + wallet_ari: StrictStr = Field(default=..., alias="walletAri", description="The wallet Ari that will be used to sign") + iota_response_webhook_url: Optional[StrictStr] = Field(default=None, alias="iotaResponseWebhookURL", description="webhook to call when data is ready") + enable_verification: StrictBool = Field(default=..., alias="enableVerification") + enable_consent_audit_log: StrictBool = Field(default=..., alias="enableConsentAuditLog") + token_max_age: Optional[Union[confloat(ge=1, strict=True), conint(ge=1, strict=True)]] = Field(default=None, alias="tokenMaxAge", description="token time to live in seconds") + client_metadata: IotaConfigurationDtoClientMetadata = Field(default=..., alias="clientMetadata") __properties = ["name", "description", "walletAri", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "tokenMaxAge", "clientMetadata"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/create_pex_query_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/create_pex_query_input.py index cd2fc317..892d59d5 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/create_pex_query_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/create_pex_query_input.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,8 +27,8 @@ class CreatePexQueryInput(BaseModel): CreatePexQueryInput """ name: StrictStr = Field(...) - vp_definition: StrictStr = Field(..., alias="vpDefinition", description="VP definition in JSON stringify format") - description: Optional[StrictStr] = Field(None, description="Description of query") + vp_definition: StrictStr = Field(default=..., alias="vpDefinition", description="VP definition in JSON stringify format") + description: Optional[StrictStr] = Field(default=None, description="Description of query") __properties = ["name", "vpDefinition", "description"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py index b9d6dbf2..7c3a0897 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class GetIotaConfigurationMetaDataOK(BaseModel): """ GetIotaConfigurationMetaDataOK """ - name: StrictStr = Field(..., description="application name that will be displayed in consent page") - origin: StrictStr = Field(..., description="origin url that will be displayed in consent page") - logo: StrictStr = Field(..., description="logo url that will be displayed in consent page") + name: StrictStr = Field(default=..., description="application name that will be displayed in consent page") + origin: StrictStr = Field(default=..., description="origin url that will be displayed in consent page") + logo: StrictStr = Field(default=..., description="logo url that will be displayed in consent page") __properties = ["name", "origin", "logo"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error.py index 16f2432b..a1e150a9 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py index c4466a4f..922266af 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto.py index 0ca4e639..b5f869c6 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,16 +27,16 @@ class IotaConfigurationDto(BaseModel): """ IotaConfigurationDto """ - ari: StrictStr = Field(..., description="The ARI of the config") - configuration_id: StrictStr = Field(..., alias="configurationId") - name: StrictStr = Field(..., description="The name of the config") - project_id: StrictStr = Field(..., alias="projectId") - wallet_ari: StrictStr = Field(..., alias="walletAri", description="The wallet Ari that will be used to sign") - token_max_age: Union[StrictFloat, StrictInt] = Field(..., alias="tokenMaxAge", description="token time to live in seconds") - iota_response_webhook_url: Optional[StrictStr] = Field(None, alias="iotaResponseWebhookURL", description="webhook to call when data is ready") - enable_verification: StrictBool = Field(..., alias="enableVerification") - enable_consent_audit_log: StrictBool = Field(..., alias="enableConsentAuditLog") - client_metadata: IotaConfigurationDtoClientMetadata = Field(..., alias="clientMetadata") + ari: StrictStr = Field(default=..., description="The ARI of the config") + configuration_id: StrictStr = Field(default=..., alias="configurationId") + name: StrictStr = Field(default=..., description="The name of the config") + project_id: StrictStr = Field(default=..., alias="projectId") + wallet_ari: StrictStr = Field(default=..., alias="walletAri", description="The wallet Ari that will be used to sign") + token_max_age: Union[StrictFloat, StrictInt] = Field(default=..., alias="tokenMaxAge", description="token time to live in seconds") + iota_response_webhook_url: Optional[StrictStr] = Field(default=None, alias="iotaResponseWebhookURL", description="webhook to call when data is ready") + enable_verification: StrictBool = Field(default=..., alias="enableVerification") + enable_consent_audit_log: StrictBool = Field(default=..., alias="enableConsentAuditLog") + client_metadata: IotaConfigurationDtoClientMetadata = Field(default=..., alias="clientMetadata") __properties = ["ari", "configurationId", "name", "projectId", "walletAri", "tokenMaxAge", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "clientMetadata"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto_client_metadata.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto_client_metadata.py index 3efab1fc..efc739cc 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto_client_metadata.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto_client_metadata.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class IotaConfigurationDtoClientMetadata(BaseModel): """ iota configuration client metadata # noqa: E501 """ - name: StrictStr = Field(..., description="application name that will be displayed in consent page") - origin: StrictStr = Field(..., description="origin url that will be displayed in consent page") - logo: StrictStr = Field(..., description="logo url that will be displayed in consent page") + name: StrictStr = Field(default=..., description="application name that will be displayed in consent page") + origin: StrictStr = Field(default=..., description="origin url that will be displayed in consent page") + logo: StrictStr = Field(default=..., description="logo url that will be displayed in consent page") additional_properties: Dict[str, Any] = {} __properties = ["name", "origin", "logo"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_configuration_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_configuration_ok.py index dfb68bcb..7d917890 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_configuration_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_configuration_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_logged_consents_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_logged_consents_ok.py index c6d5aa69..f819c620 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_logged_consents_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_logged_consents_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class ListLoggedConsentsOK(BaseModel): ListLoggedConsentsOK """ consents: conlist(ConsentDto) = Field(...) - last_evaluated_key: Optional[StrictStr] = Field(None, alias="lastEvaluatedKey") + last_evaluated_key: Optional[StrictStr] = Field(default=None, alias="lastEvaluatedKey") __properties = ["consents", "lastEvaluatedKey"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py index abfc0212..26ce9def 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,8 +27,8 @@ class ListPexQueriesOK(BaseModel): """ ListPexQueriesOK """ - pex_queries: conlist(PexQueryDto) = Field(..., alias="pexQueries") - last_evaluated_key: Optional[StrictStr] = Field(None, alias="lastEvaluatedKey") + pex_queries: conlist(PexQueryDto) = Field(default=..., alias="pexQueries") + last_evaluated_key: Optional[StrictStr] = Field(default=None, alias="lastEvaluatedKey") __properties = ["pexQueries", "lastEvaluatedKey"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/message_publishing_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/message_publishing_error.py index 878d1160..a82b1931 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/message_publishing_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/message_publishing_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class MessagePublishingError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/not_found_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/not_found_error.py index cb9bee9b..aa9ebaab 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/not_found_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/not_found_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class NotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/operation_forbidden_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/operation_forbidden_error.py index f441b42f..898159ee 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/operation_forbidden_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/operation_forbidden_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class OperationForbiddenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/pex_query_dto.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/pex_query_dto.py index 1a5eb10a..874a7b98 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/pex_query_dto.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/pex_query_dto.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,11 +27,11 @@ class PexQueryDto(BaseModel): PexQueryDto """ ari: StrictStr = Field(...) - query_id: StrictStr = Field(..., alias="queryId") + query_id: StrictStr = Field(default=..., alias="queryId") name: StrictStr = Field(...) description: StrictStr = Field(...) - configuration_ari: StrictStr = Field(..., alias="configurationAri") - vp_definition: StrictStr = Field(..., alias="vpDefinition", description="VP definition in JSON stringify format") + configuration_ari: StrictStr = Field(default=..., alias="configurationAri") + vp_definition: StrictStr = Field(default=..., alias="vpDefinition", description="VP definition in JSON stringify format") __properties = ["ari", "queryId", "name", "description", "configurationAri", "vpDefinition"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request.py index c9ed2141..f5e49953 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class PrepareRequest(BaseModel): """ PrepareRequest """ - connection_client_id: StrictStr = Field(..., alias="connectionClientId") - query_id: StrictStr = Field(..., alias="queryId") - correlation_id: StrictStr = Field(..., alias="correlationId") - token_max_age: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="tokenMaxAge", description="token time to live in seconds") + connection_client_id: StrictStr = Field(default=..., alias="connectionClientId") + query_id: StrictStr = Field(default=..., alias="queryId") + correlation_id: StrictStr = Field(default=..., alias="correlationId") + token_max_age: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="tokenMaxAge", description="token time to live in seconds") audience: Optional[StrictStr] = None __properties = ["connectionClientId", "queryId", "correlationId", "tokenMaxAge", "audience"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created.py index 4ba532c9..cc5085b6 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created_data.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created_data.py index a7eae564..9c69ed14 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created_data.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created_data.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class PrepareRequestCreatedData(BaseModel): PrepareRequestCreatedData """ jwt: StrictStr = Field(...) - correlation_id: StrictStr = Field(..., alias="correlationId") + correlation_id: StrictStr = Field(default=..., alias="correlationId") __properties = ["jwt", "correlationId"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/resource_limit_exceeded_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/resource_limit_exceeded_error.py index 94510340..ce0c1375 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/resource_limit_exceeded_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/resource_limit_exceeded_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ResourceLimitExceededError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py index d94bd3e7..f75b2400 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,14 +27,14 @@ class UpdateConfigurationByIdInput(BaseModel): """ UpdateConfigurationByIdInput """ - name: Optional[StrictStr] = Field(None, description="The name of the config") - wallet_ari: Optional[StrictStr] = Field(None, alias="walletAri", description="The wallet Ari that will be used to sign") - iota_response_webhook_url: Optional[StrictStr] = Field(None, alias="iotaResponseWebhookURL", description="webhook to call when data is ready") - enable_verification: Optional[StrictBool] = Field(None, alias="enableVerification") - enable_consent_audit_log: Optional[StrictBool] = Field(None, alias="enableConsentAuditLog") - token_max_age: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="tokenMaxAge", description="token time to live in seconds") - description: Optional[StrictStr] = Field(None, description="The description of the config") - client_metadata: Optional[IotaConfigurationDtoClientMetadata] = Field(None, alias="clientMetadata") + name: Optional[StrictStr] = Field(default=None, description="The name of the config") + wallet_ari: Optional[StrictStr] = Field(default=None, alias="walletAri", description="The wallet Ari that will be used to sign") + iota_response_webhook_url: Optional[StrictStr] = Field(default=None, alias="iotaResponseWebhookURL", description="webhook to call when data is ready") + enable_verification: Optional[StrictBool] = Field(default=None, alias="enableVerification") + enable_consent_audit_log: Optional[StrictBool] = Field(default=None, alias="enableConsentAuditLog") + token_max_age: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="tokenMaxAge", description="token time to live in seconds") + description: Optional[StrictStr] = Field(default=None, description="The description of the config") + client_metadata: Optional[IotaConfigurationDtoClientMetadata] = Field(default=None, alias="clientMetadata") __properties = ["name", "walletAri", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "tokenMaxAge", "description", "clientMetadata"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_ok.py index 31a50956..3b5088c4 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_ok.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class UpdateConfigurationByIdOK(BaseModel): """ UpdateConfigurationByIdOK """ - update_configuration_by_id_ok: Optional[StrictStr] = Field(None, alias="updateConfigurationByIdOk") + update_configuration_by_id_ok: Optional[StrictStr] = Field(default=None, alias="updateConfigurationByIdOk") __properties = ["updateConfigurationByIdOk"] class Config: diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_pex_query_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_pex_query_input.py index deff5edf..b7e3c69c 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_pex_query_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_pex_query_input.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class UpdatePexQueryInput(BaseModel): """ UpdatePexQueryInput """ - vp_definition: Optional[StrictStr] = Field(None, alias="vpDefinition", description="VP definition in JSON stringify format") + vp_definition: Optional[StrictStr] = Field(default=None, alias="vpDefinition", description="VP definition in JSON stringify format") description: Optional[StrictStr] = None __properties = ["vpDefinition", "description"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/vp_token_validation_error.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/vp_token_validation_error.py index 89d7ac10..bbc959ca 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/vp_token_validation_error.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/vp_token_validation_error.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class VPTokenValidationError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/rest.py b/clients/python/iota_client/affinidi_tdk_iota_client/rest.py index a0a3662e..e7b08056 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/rest.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/rest.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/iota_client/docs/AlreadyExistsError.md b/clients/python/iota_client/docs/AlreadyExistsError.md index ee0c44ee..81c279ac 100644 --- a/clients/python/iota_client/docs/AlreadyExistsError.md +++ b/clients/python/iota_client/docs/AlreadyExistsError.md @@ -25,7 +25,7 @@ print AlreadyExistsError.to_json() # convert the object into a dict already_exists_error_dict = already_exists_error_instance.to_dict() # create an instance of AlreadyExistsError from a dict -already_exists_error_form_dict = already_exists_error.from_dict(already_exists_error_dict) +already_exists_error_from_dict = AlreadyExistsError.from_dict(already_exists_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentials.md b/clients/python/iota_client/docs/AwsExchangeCredentials.md index 2beac623..2d41cd09 100644 --- a/clients/python/iota_client/docs/AwsExchangeCredentials.md +++ b/clients/python/iota_client/docs/AwsExchangeCredentials.md @@ -21,7 +21,7 @@ print AwsExchangeCredentials.to_json() # convert the object into a dict aws_exchange_credentials_dict = aws_exchange_credentials_instance.to_dict() # create an instance of AwsExchangeCredentials from a dict -aws_exchange_credentials_form_dict = aws_exchange_credentials.from_dict(aws_exchange_credentials_dict) +aws_exchange_credentials_from_dict = AwsExchangeCredentials.from_dict(aws_exchange_credentials_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md b/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md index cd311737..f57de72a 100644 --- a/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsOK.md @@ -22,7 +22,7 @@ print AwsExchangeCredentialsOK.to_json() # convert the object into a dict aws_exchange_credentials_ok_dict = aws_exchange_credentials_ok_instance.to_dict() # create an instance of AwsExchangeCredentialsOK from a dict -aws_exchange_credentials_ok_form_dict = aws_exchange_credentials_ok.from_dict(aws_exchange_credentials_ok_dict) +aws_exchange_credentials_ok_from_dict = AwsExchangeCredentialsOK.from_dict(aws_exchange_credentials_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md index c558baac..11537ff6 100644 --- a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectToken.md @@ -23,7 +23,7 @@ print AwsExchangeCredentialsProjectToken.to_json() # convert the object into a dict aws_exchange_credentials_project_token_dict = aws_exchange_credentials_project_token_instance.to_dict() # create an instance of AwsExchangeCredentialsProjectToken from a dict -aws_exchange_credentials_project_token_form_dict = aws_exchange_credentials_project_token.from_dict(aws_exchange_credentials_project_token_dict) +aws_exchange_credentials_project_token_from_dict = AwsExchangeCredentialsProjectToken.from_dict(aws_exchange_credentials_project_token_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md index 27c5573c..3914a98f 100644 --- a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOK.md @@ -22,7 +22,7 @@ print AwsExchangeCredentialsProjectTokenOK.to_json() # convert the object into a dict aws_exchange_credentials_project_token_ok_dict = aws_exchange_credentials_project_token_ok_instance.to_dict() # create an instance of AwsExchangeCredentialsProjectTokenOK from a dict -aws_exchange_credentials_project_token_ok_form_dict = aws_exchange_credentials_project_token_ok.from_dict(aws_exchange_credentials_project_token_ok_dict) +aws_exchange_credentials_project_token_ok_from_dict = AwsExchangeCredentialsProjectTokenOK.from_dict(aws_exchange_credentials_project_token_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md index de9395be..554c325b 100644 --- a/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md +++ b/clients/python/iota_client/docs/AwsExchangeCredentialsProjectTokenOKCredentials.md @@ -22,7 +22,7 @@ print AwsExchangeCredentialsProjectTokenOKCredentials.to_json() # convert the object into a dict aws_exchange_credentials_project_token_ok_credentials_dict = aws_exchange_credentials_project_token_ok_credentials_instance.to_dict() # create an instance of AwsExchangeCredentialsProjectTokenOKCredentials from a dict -aws_exchange_credentials_project_token_ok_credentials_form_dict = aws_exchange_credentials_project_token_ok_credentials.from_dict(aws_exchange_credentials_project_token_ok_credentials_dict) +aws_exchange_credentials_project_token_ok_credentials_from_dict = AwsExchangeCredentialsProjectTokenOKCredentials.from_dict(aws_exchange_credentials_project_token_ok_credentials_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CallbackInput.md b/clients/python/iota_client/docs/CallbackInput.md index 5ef0603a..71b00ef5 100644 --- a/clients/python/iota_client/docs/CallbackInput.md +++ b/clients/python/iota_client/docs/CallbackInput.md @@ -25,7 +25,7 @@ print CallbackInput.to_json() # convert the object into a dict callback_input_dict = callback_input_instance.to_dict() # create an instance of CallbackInput from a dict -callback_input_form_dict = callback_input.from_dict(callback_input_dict) +callback_input_from_dict = CallbackInput.from_dict(callback_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/ConsentDto.md b/clients/python/iota_client/docs/ConsentDto.md index d8bd4770..5e10e749 100644 --- a/clients/python/iota_client/docs/ConsentDto.md +++ b/clients/python/iota_client/docs/ConsentDto.md @@ -29,7 +29,7 @@ print ConsentDto.to_json() # convert the object into a dict consent_dto_dict = consent_dto_instance.to_dict() # create an instance of ConsentDto from a dict -consent_dto_form_dict = consent_dto.from_dict(consent_dto_dict) +consent_dto_from_dict = ConsentDto.from_dict(consent_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CorsAwsExchangeCredentialsOK.md b/clients/python/iota_client/docs/CorsAwsExchangeCredentialsOK.md index 492b5e7e..0070f63c 100644 --- a/clients/python/iota_client/docs/CorsAwsExchangeCredentialsOK.md +++ b/clients/python/iota_client/docs/CorsAwsExchangeCredentialsOK.md @@ -21,7 +21,7 @@ print CorsAwsExchangeCredentialsOK.to_json() # convert the object into a dict cors_aws_exchange_credentials_ok_dict = cors_aws_exchange_credentials_ok_instance.to_dict() # create an instance of CorsAwsExchangeCredentialsOK from a dict -cors_aws_exchange_credentials_ok_form_dict = cors_aws_exchange_credentials_ok.from_dict(cors_aws_exchange_credentials_ok_dict) +cors_aws_exchange_credentials_ok_from_dict = CorsAwsExchangeCredentialsOK.from_dict(cors_aws_exchange_credentials_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md b/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md index b8891d80..67d78c0d 100644 --- a/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md +++ b/clients/python/iota_client/docs/CorsAwsExchangeCredentialsProjectTokenOK.md @@ -21,7 +21,7 @@ print CorsAwsExchangeCredentialsProjectTokenOK.to_json() # convert the object into a dict cors_aws_exchange_credentials_project_token_ok_dict = cors_aws_exchange_credentials_project_token_ok_instance.to_dict() # create an instance of CorsAwsExchangeCredentialsProjectTokenOK from a dict -cors_aws_exchange_credentials_project_token_ok_form_dict = cors_aws_exchange_credentials_project_token_ok.from_dict(cors_aws_exchange_credentials_project_token_ok_dict) +cors_aws_exchange_credentials_project_token_ok_from_dict = CorsAwsExchangeCredentialsProjectTokenOK.from_dict(cors_aws_exchange_credentials_project_token_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CorsIotOidc4vpcallbackOK.md b/clients/python/iota_client/docs/CorsIotOidc4vpcallbackOK.md index 59eeb21c..158d7872 100644 --- a/clients/python/iota_client/docs/CorsIotOidc4vpcallbackOK.md +++ b/clients/python/iota_client/docs/CorsIotOidc4vpcallbackOK.md @@ -21,7 +21,7 @@ print CorsIotOidc4vpcallbackOK.to_json() # convert the object into a dict cors_iot_oidc4vpcallback_ok_dict = cors_iot_oidc4vpcallback_ok_instance.to_dict() # create an instance of CorsIotOidc4vpcallbackOK from a dict -cors_iot_oidc4vpcallback_ok_form_dict = cors_iot_oidc4vpcallback_ok.from_dict(cors_iot_oidc4vpcallback_ok_dict) +cors_iot_oidc4vpcallback_ok_from_dict = CorsIotOidc4vpcallbackOK.from_dict(cors_iot_oidc4vpcallback_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CreateIotaConfigurationInput.md b/clients/python/iota_client/docs/CreateIotaConfigurationInput.md index 555727ac..40f4c7c8 100644 --- a/clients/python/iota_client/docs/CreateIotaConfigurationInput.md +++ b/clients/python/iota_client/docs/CreateIotaConfigurationInput.md @@ -28,7 +28,7 @@ print CreateIotaConfigurationInput.to_json() # convert the object into a dict create_iota_configuration_input_dict = create_iota_configuration_input_instance.to_dict() # create an instance of CreateIotaConfigurationInput from a dict -create_iota_configuration_input_form_dict = create_iota_configuration_input.from_dict(create_iota_configuration_input_dict) +create_iota_configuration_input_from_dict = CreateIotaConfigurationInput.from_dict(create_iota_configuration_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/CreatePexQueryInput.md b/clients/python/iota_client/docs/CreatePexQueryInput.md index 121db9f0..f432ad11 100644 --- a/clients/python/iota_client/docs/CreatePexQueryInput.md +++ b/clients/python/iota_client/docs/CreatePexQueryInput.md @@ -23,7 +23,7 @@ print CreatePexQueryInput.to_json() # convert the object into a dict create_pex_query_input_dict = create_pex_query_input_instance.to_dict() # create an instance of CreatePexQueryInput from a dict -create_pex_query_input_form_dict = create_pex_query_input.from_dict(create_pex_query_input_dict) +create_pex_query_input_from_dict = CreatePexQueryInput.from_dict(create_pex_query_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/GetIotaConfigurationMetaDataOK.md b/clients/python/iota_client/docs/GetIotaConfigurationMetaDataOK.md index a66657c3..6b543ad0 100644 --- a/clients/python/iota_client/docs/GetIotaConfigurationMetaDataOK.md +++ b/clients/python/iota_client/docs/GetIotaConfigurationMetaDataOK.md @@ -23,7 +23,7 @@ print GetIotaConfigurationMetaDataOK.to_json() # convert the object into a dict get_iota_configuration_meta_data_ok_dict = get_iota_configuration_meta_data_ok_instance.to_dict() # create an instance of GetIotaConfigurationMetaDataOK from a dict -get_iota_configuration_meta_data_ok_form_dict = get_iota_configuration_meta_data_ok.from_dict(get_iota_configuration_meta_data_ok_dict) +get_iota_configuration_meta_data_ok_from_dict = GetIotaConfigurationMetaDataOK.from_dict(get_iota_configuration_meta_data_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/InvalidParameterError.md b/clients/python/iota_client/docs/InvalidParameterError.md index a227252a..51c5e135 100644 --- a/clients/python/iota_client/docs/InvalidParameterError.md +++ b/clients/python/iota_client/docs/InvalidParameterError.md @@ -25,7 +25,7 @@ print InvalidParameterError.to_json() # convert the object into a dict invalid_parameter_error_dict = invalid_parameter_error_instance.to_dict() # create an instance of InvalidParameterError from a dict -invalid_parameter_error_form_dict = invalid_parameter_error.from_dict(invalid_parameter_error_dict) +invalid_parameter_error_from_dict = InvalidParameterError.from_dict(invalid_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/InvalidParameterErrorDetailsInner.md b/clients/python/iota_client/docs/InvalidParameterErrorDetailsInner.md index e3abda8e..e6af8048 100644 --- a/clients/python/iota_client/docs/InvalidParameterErrorDetailsInner.md +++ b/clients/python/iota_client/docs/InvalidParameterErrorDetailsInner.md @@ -24,7 +24,7 @@ print InvalidParameterErrorDetailsInner.to_json() # convert the object into a dict invalid_parameter_error_details_inner_dict = invalid_parameter_error_details_inner_instance.to_dict() # create an instance of InvalidParameterErrorDetailsInner from a dict -invalid_parameter_error_details_inner_form_dict = invalid_parameter_error_details_inner.from_dict(invalid_parameter_error_details_inner_dict) +invalid_parameter_error_details_inner_from_dict = InvalidParameterErrorDetailsInner.from_dict(invalid_parameter_error_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/IotaConfigurationDto.md b/clients/python/iota_client/docs/IotaConfigurationDto.md index 26d6fc46..f27bda8b 100644 --- a/clients/python/iota_client/docs/IotaConfigurationDto.md +++ b/clients/python/iota_client/docs/IotaConfigurationDto.md @@ -30,7 +30,7 @@ print IotaConfigurationDto.to_json() # convert the object into a dict iota_configuration_dto_dict = iota_configuration_dto_instance.to_dict() # create an instance of IotaConfigurationDto from a dict -iota_configuration_dto_form_dict = iota_configuration_dto.from_dict(iota_configuration_dto_dict) +iota_configuration_dto_from_dict = IotaConfigurationDto.from_dict(iota_configuration_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/IotaConfigurationDtoClientMetadata.md b/clients/python/iota_client/docs/IotaConfigurationDtoClientMetadata.md index 942cdcdf..21f73fc8 100644 --- a/clients/python/iota_client/docs/IotaConfigurationDtoClientMetadata.md +++ b/clients/python/iota_client/docs/IotaConfigurationDtoClientMetadata.md @@ -25,7 +25,7 @@ print IotaConfigurationDtoClientMetadata.to_json() # convert the object into a dict iota_configuration_dto_client_metadata_dict = iota_configuration_dto_client_metadata_instance.to_dict() # create an instance of IotaConfigurationDtoClientMetadata from a dict -iota_configuration_dto_client_metadata_form_dict = iota_configuration_dto_client_metadata.from_dict(iota_configuration_dto_client_metadata_dict) +iota_configuration_dto_client_metadata_from_dict = IotaConfigurationDtoClientMetadata.from_dict(iota_configuration_dto_client_metadata_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/ListConfigurationOK.md b/clients/python/iota_client/docs/ListConfigurationOK.md index b2142e59..deb2c067 100644 --- a/clients/python/iota_client/docs/ListConfigurationOK.md +++ b/clients/python/iota_client/docs/ListConfigurationOK.md @@ -21,7 +21,7 @@ print ListConfigurationOK.to_json() # convert the object into a dict list_configuration_ok_dict = list_configuration_ok_instance.to_dict() # create an instance of ListConfigurationOK from a dict -list_configuration_ok_form_dict = list_configuration_ok.from_dict(list_configuration_ok_dict) +list_configuration_ok_from_dict = ListConfigurationOK.from_dict(list_configuration_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/ListLoggedConsentsOK.md b/clients/python/iota_client/docs/ListLoggedConsentsOK.md index 8701d9d4..3ecd52c9 100644 --- a/clients/python/iota_client/docs/ListLoggedConsentsOK.md +++ b/clients/python/iota_client/docs/ListLoggedConsentsOK.md @@ -22,7 +22,7 @@ print ListLoggedConsentsOK.to_json() # convert the object into a dict list_logged_consents_ok_dict = list_logged_consents_ok_instance.to_dict() # create an instance of ListLoggedConsentsOK from a dict -list_logged_consents_ok_form_dict = list_logged_consents_ok.from_dict(list_logged_consents_ok_dict) +list_logged_consents_ok_from_dict = ListLoggedConsentsOK.from_dict(list_logged_consents_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/ListPexQueriesOK.md b/clients/python/iota_client/docs/ListPexQueriesOK.md index 3daa59d0..f423adb6 100644 --- a/clients/python/iota_client/docs/ListPexQueriesOK.md +++ b/clients/python/iota_client/docs/ListPexQueriesOK.md @@ -22,7 +22,7 @@ print ListPexQueriesOK.to_json() # convert the object into a dict list_pex_queries_ok_dict = list_pex_queries_ok_instance.to_dict() # create an instance of ListPexQueriesOK from a dict -list_pex_queries_ok_form_dict = list_pex_queries_ok.from_dict(list_pex_queries_ok_dict) +list_pex_queries_ok_from_dict = ListPexQueriesOK.from_dict(list_pex_queries_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/MessagePublishingError.md b/clients/python/iota_client/docs/MessagePublishingError.md index 39d04c8a..6717a966 100644 --- a/clients/python/iota_client/docs/MessagePublishingError.md +++ b/clients/python/iota_client/docs/MessagePublishingError.md @@ -25,7 +25,7 @@ print MessagePublishingError.to_json() # convert the object into a dict message_publishing_error_dict = message_publishing_error_instance.to_dict() # create an instance of MessagePublishingError from a dict -message_publishing_error_form_dict = message_publishing_error.from_dict(message_publishing_error_dict) +message_publishing_error_from_dict = MessagePublishingError.from_dict(message_publishing_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/NotFoundError.md b/clients/python/iota_client/docs/NotFoundError.md index 7ecd6ffd..4c649766 100644 --- a/clients/python/iota_client/docs/NotFoundError.md +++ b/clients/python/iota_client/docs/NotFoundError.md @@ -25,7 +25,7 @@ print NotFoundError.to_json() # convert the object into a dict not_found_error_dict = not_found_error_instance.to_dict() # create an instance of NotFoundError from a dict -not_found_error_form_dict = not_found_error.from_dict(not_found_error_dict) +not_found_error_from_dict = NotFoundError.from_dict(not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/OperationForbiddenError.md b/clients/python/iota_client/docs/OperationForbiddenError.md index 1955ba15..061ae06c 100644 --- a/clients/python/iota_client/docs/OperationForbiddenError.md +++ b/clients/python/iota_client/docs/OperationForbiddenError.md @@ -25,7 +25,7 @@ print OperationForbiddenError.to_json() # convert the object into a dict operation_forbidden_error_dict = operation_forbidden_error_instance.to_dict() # create an instance of OperationForbiddenError from a dict -operation_forbidden_error_form_dict = operation_forbidden_error.from_dict(operation_forbidden_error_dict) +operation_forbidden_error_from_dict = OperationForbiddenError.from_dict(operation_forbidden_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/PexQueryDto.md b/clients/python/iota_client/docs/PexQueryDto.md index 5ed3f31b..2182c24a 100644 --- a/clients/python/iota_client/docs/PexQueryDto.md +++ b/clients/python/iota_client/docs/PexQueryDto.md @@ -26,7 +26,7 @@ print PexQueryDto.to_json() # convert the object into a dict pex_query_dto_dict = pex_query_dto_instance.to_dict() # create an instance of PexQueryDto from a dict -pex_query_dto_form_dict = pex_query_dto.from_dict(pex_query_dto_dict) +pex_query_dto_from_dict = PexQueryDto.from_dict(pex_query_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/PrepareRequest.md b/clients/python/iota_client/docs/PrepareRequest.md index 7030cb30..08245f18 100644 --- a/clients/python/iota_client/docs/PrepareRequest.md +++ b/clients/python/iota_client/docs/PrepareRequest.md @@ -25,7 +25,7 @@ print PrepareRequest.to_json() # convert the object into a dict prepare_request_dict = prepare_request_instance.to_dict() # create an instance of PrepareRequest from a dict -prepare_request_form_dict = prepare_request.from_dict(prepare_request_dict) +prepare_request_from_dict = PrepareRequest.from_dict(prepare_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/PrepareRequestCreated.md b/clients/python/iota_client/docs/PrepareRequestCreated.md index d8aa4aa0..76029384 100644 --- a/clients/python/iota_client/docs/PrepareRequestCreated.md +++ b/clients/python/iota_client/docs/PrepareRequestCreated.md @@ -21,7 +21,7 @@ print PrepareRequestCreated.to_json() # convert the object into a dict prepare_request_created_dict = prepare_request_created_instance.to_dict() # create an instance of PrepareRequestCreated from a dict -prepare_request_created_form_dict = prepare_request_created.from_dict(prepare_request_created_dict) +prepare_request_created_from_dict = PrepareRequestCreated.from_dict(prepare_request_created_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/PrepareRequestCreatedData.md b/clients/python/iota_client/docs/PrepareRequestCreatedData.md index 3ac1b37f..65edcc8c 100644 --- a/clients/python/iota_client/docs/PrepareRequestCreatedData.md +++ b/clients/python/iota_client/docs/PrepareRequestCreatedData.md @@ -22,7 +22,7 @@ print PrepareRequestCreatedData.to_json() # convert the object into a dict prepare_request_created_data_dict = prepare_request_created_data_instance.to_dict() # create an instance of PrepareRequestCreatedData from a dict -prepare_request_created_data_form_dict = prepare_request_created_data.from_dict(prepare_request_created_data_dict) +prepare_request_created_data_from_dict = PrepareRequestCreatedData.from_dict(prepare_request_created_data_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/ResourceLimitExceededError.md b/clients/python/iota_client/docs/ResourceLimitExceededError.md index 4f7cb085..8595e598 100644 --- a/clients/python/iota_client/docs/ResourceLimitExceededError.md +++ b/clients/python/iota_client/docs/ResourceLimitExceededError.md @@ -25,7 +25,7 @@ print ResourceLimitExceededError.to_json() # convert the object into a dict resource_limit_exceeded_error_dict = resource_limit_exceeded_error_instance.to_dict() # create an instance of ResourceLimitExceededError from a dict -resource_limit_exceeded_error_form_dict = resource_limit_exceeded_error.from_dict(resource_limit_exceeded_error_dict) +resource_limit_exceeded_error_from_dict = ResourceLimitExceededError.from_dict(resource_limit_exceeded_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md b/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md index 5d1d2791..d367d601 100644 --- a/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md +++ b/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md @@ -28,7 +28,7 @@ print UpdateConfigurationByIdInput.to_json() # convert the object into a dict update_configuration_by_id_input_dict = update_configuration_by_id_input_instance.to_dict() # create an instance of UpdateConfigurationByIdInput from a dict -update_configuration_by_id_input_form_dict = update_configuration_by_id_input.from_dict(update_configuration_by_id_input_dict) +update_configuration_by_id_input_from_dict = UpdateConfigurationByIdInput.from_dict(update_configuration_by_id_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/UpdateConfigurationByIdOK.md b/clients/python/iota_client/docs/UpdateConfigurationByIdOK.md index cf8f2af5..cb424d1f 100644 --- a/clients/python/iota_client/docs/UpdateConfigurationByIdOK.md +++ b/clients/python/iota_client/docs/UpdateConfigurationByIdOK.md @@ -21,7 +21,7 @@ print UpdateConfigurationByIdOK.to_json() # convert the object into a dict update_configuration_by_id_ok_dict = update_configuration_by_id_ok_instance.to_dict() # create an instance of UpdateConfigurationByIdOK from a dict -update_configuration_by_id_ok_form_dict = update_configuration_by_id_ok.from_dict(update_configuration_by_id_ok_dict) +update_configuration_by_id_ok_from_dict = UpdateConfigurationByIdOK.from_dict(update_configuration_by_id_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/UpdatePexQueryInput.md b/clients/python/iota_client/docs/UpdatePexQueryInput.md index ba219f54..008e0ce0 100644 --- a/clients/python/iota_client/docs/UpdatePexQueryInput.md +++ b/clients/python/iota_client/docs/UpdatePexQueryInput.md @@ -22,7 +22,7 @@ print UpdatePexQueryInput.to_json() # convert the object into a dict update_pex_query_input_dict = update_pex_query_input_instance.to_dict() # create an instance of UpdatePexQueryInput from a dict -update_pex_query_input_form_dict = update_pex_query_input.from_dict(update_pex_query_input_dict) +update_pex_query_input_from_dict = UpdatePexQueryInput.from_dict(update_pex_query_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/docs/VPTokenValidationError.md b/clients/python/iota_client/docs/VPTokenValidationError.md index b4663542..5884c853 100644 --- a/clients/python/iota_client/docs/VPTokenValidationError.md +++ b/clients/python/iota_client/docs/VPTokenValidationError.md @@ -25,7 +25,7 @@ print VPTokenValidationError.to_json() # convert the object into a dict vp_token_validation_error_dict = vp_token_validation_error_instance.to_dict() # create an instance of VPTokenValidationError from a dict -vp_token_validation_error_form_dict = vp_token_validation_error.from_dict(vp_token_validation_error_dict) +vp_token_validation_error_from_dict = VPTokenValidationError.from_dict(vp_token_validation_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/iota_client/project.json b/clients/python/iota_client/project.json index 7d63a54c..c026cc45 100644 --- a/clients/python/iota_client/project.json +++ b/clients/python/iota_client/project.json @@ -22,7 +22,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "poetry publish" + "command": "poetry publish --skip-existing" } }, "tags": [] diff --git a/clients/python/iota_client/pyproject.toml b/clients/python/iota_client/pyproject.toml index e12d41da..c2d751be 100644 --- a/clients/python/iota_client/pyproject.toml +++ b/clients/python/iota_client/pyproject.toml @@ -5,7 +5,7 @@ description = "IotaService" authors = ["Affinidi "] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" +repository = "https://github.com/affinidi.com/affinidi-tdk" keywords = ["OpenAPI", "OpenAPI-Generator", "IotaService"] include = ["affinidi_tdk_iota_client/py.typed"] diff --git a/clients/python/iota_client/setup.py b/clients/python/iota_client/setup.py index 462a162d..bc0aa4ef 100644 --- a/clients/python/iota_client/setup.py +++ b/clients/python/iota_client/setup.py @@ -3,7 +3,7 @@ """ IotaService - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -45,7 +45,7 @@ license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - Affinidi IotaService Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) """, # noqa: E501 package_data={"affinidi_tdk_iota_client": ["py.typed"]}, ) diff --git a/clients/python/login_configuration_client/.openapi-generator/FILES b/clients/python/login_configuration_client/.openapi-generator/FILES index 9a6783ce..692f269a 100644 --- a/clients/python/login_configuration_client/.openapi-generator/FILES +++ b/clients/python/login_configuration_client/.openapi-generator/FILES @@ -2,6 +2,7 @@ .gitignore .travis.yml README.md +README.md affinidi_tdk_login_configuration_client/__init__.py affinidi_tdk_login_configuration_client/api/__init__.py affinidi_tdk_login_configuration_client/api/allow_list_api.py diff --git a/clients/python/login_configuration_client/.openapi-generator/VERSION b/clients/python/login_configuration_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/python/login_configuration_client/.openapi-generator/VERSION +++ b/clients/python/login_configuration_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/python/login_configuration_client/README.md b/clients/python/login_configuration_client/README.md index 5dd2f668..77f0bb69 100644 --- a/clients/python/login_configuration_client/README.md +++ b/clients/python/login_configuration_client/README.md @@ -1,15 +1,10 @@ # affinidi_tdk_login_configuration_client -Affinidi OIDC VP Adapter Backend +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token +For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) -This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen - For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) +Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/login-configuration/](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/login-configuration/) ## Requirements. @@ -22,11 +17,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install affinidi_tdk_login_configuration_client ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - Then import the package: ```python @@ -41,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) - Then import the package: ```python diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py index 592c24b6..c5c6f289 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py @@ -5,7 +5,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/allow_list_api.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/allow_list_api.py index 06df53fd..3aada6c9 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/allow_list_api.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/allow_list_api.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/configuration_api.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/configuration_api.py index 7a354524..a59ebd47 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/configuration_api.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/configuration_api.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/deny_list_api.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/deny_list_api.py index 410dba7f..fa5603a6 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/deny_list_api.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/deny_list_api.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/group_api.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/group_api.py index 34765109..6c8050a0 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/group_api.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/group_api.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/idp_api.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/idp_api.py index b395d3ad..132a9e9d 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/idp_api.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/idp_api.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api_client.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api_client.py index b28671dd..63625919 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api_client.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api_client.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -539,7 +539,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, value) for value in v) + new_params.extend((k, str(value)) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -554,7 +554,7 @@ def parameters_to_url_query(self, params, collection_formats): else: new_params.append((k, quote(str(v)))) - return "&".join(["=".join(item) for item in new_params]) + return "&".join(["=".join(map(str, item)) for item in new_params]) def files_parameters(self, files=None): """Builds form parameters. diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/configuration.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/configuration.py index 541a12fa..1d797b32 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/configuration.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/configuration.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/exceptions.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/exceptions.py index 427563ad..f2dcf803 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/exceptions.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/exceptions.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py index 944e8b86..cbe06c5e 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py @@ -4,7 +4,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/action_forbidden_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/action_forbidden_error.py index 7058066d..bf2fdeac 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/action_forbidden_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/action_forbidden_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ActionForbiddenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py index 5886f7c4..aecbde71 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class AddUserToGroupInput(BaseModel): """ name: Optional[StrictStr] = None description: Optional[StrictStr] = None - user_id: StrictStr = Field(..., alias="userId", description="Unique identifier of the user") + user_id: StrictStr = Field(default=..., alias="userId", description="Unique identifier of the user") __properties = ["name", "description", "userId"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users.py index c44ca055..6776bc01 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class BlockedUsers(BaseModel): """ BlockedUsers """ - user_ids: conlist(StrictStr) = Field(..., alias="userIds") - page_token: Optional[Dict[str, Any]] = Field(None, alias="pageToken") + user_ids: conlist(StrictStr) = Field(default=..., alias="userIds") + page_token: Optional[Dict[str, Any]] = Field(default=None, alias="pageToken") __properties = ["userIds", "pageToken"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py index d04dc87d..89703989 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class BlockedUsersInput(BaseModel): """ name: Optional[StrictStr] = None description: Optional[StrictStr] = None - user_ids: conlist(StrictStr, max_items=25) = Field(..., alias="userIds") + user_ids: conlist(StrictStr, max_items=25) = Field(default=..., alias="userIds") __properties = ["name", "description", "userIds"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_accept_response_ok.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_accept_response_ok.py index 459861f7..224a5cc7 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_accept_response_ok.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_accept_response_ok.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsLoginSessionAcceptResponseOK(BaseModel): """ CorsLoginSessionAcceptResponseOK """ - cors_login_session_accept_response_ok: Optional[StrictStr] = Field(None, alias="corsLoginSessionAcceptResponseOk") + cors_login_session_accept_response_ok: Optional[StrictStr] = Field(default=None, alias="corsLoginSessionAcceptResponseOk") __properties = ["corsLoginSessionAcceptResponseOk"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_for_idp_ok.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_for_idp_ok.py index 3a42337c..60c2d96e 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_for_idp_ok.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_for_idp_ok.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsLoginSessionForIdpOK(BaseModel): """ CorsLoginSessionForIdpOK """ - cors_login_session_for_idp_ok: Optional[StrictStr] = Field(None, alias="corsLoginSessionForIdpOk") + cors_login_session_for_idp_ok: Optional[StrictStr] = Field(default=None, alias="corsLoginSessionForIdpOk") __properties = ["corsLoginSessionForIdpOk"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_reject_response_ok.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_reject_response_ok.py index 4bbf54b7..99a2b9ad 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_reject_response_ok.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_reject_response_ok.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CorsLoginSessionRejectResponseOK(BaseModel): """ CorsLoginSessionRejectResponseOK """ - cors_login_session_reject_response_ok: Optional[StrictStr] = Field(None, alias="corsLoginSessionRejectResponseOk") + cors_login_session_reject_response_ok: Optional[StrictStr] = Field(default=None, alias="corsLoginSessionRejectResponseOk") __properties = ["corsLoginSessionRejectResponseOk"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py index 426c37fc..232a03bf 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class CreateGroupInput(BaseModel): """ CreateGroupInput """ - group_name: constr(strict=True, max_length=24) = Field(..., alias="groupName", description="name of the group for users, used as an id") + group_name: constr(strict=True, max_length=24) = Field(default=..., alias="groupName", description="name of the group for users, used as an id") name: Optional[StrictStr] = None description: Optional[StrictStr] = None __properties = ["groupName", "name", "description"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_hydra_network_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_hydra_network_error.py index 04060041..c3ca727c 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_hydra_network_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_hydra_network_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class CreateHydraNetworkError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py index 4eedc86b..22605958 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,18 +29,18 @@ class CreateLoginConfigurationInput(BaseModel): """ CreateLoginConfigurationInput """ - name: StrictStr = Field(..., description="User defined login configuration name") + name: StrictStr = Field(default=..., description="User defined login configuration name") description: Optional[StrictStr] = None - redirect_uris: conlist(StrictStr) = Field(..., alias="redirectUris", description="OAuth 2.0 Redirect URIs") - post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") - vp_definition: Optional[StrictStr] = Field(None, alias="vpDefinition", description="VP definition in JSON stringify format") - presentation_definition: Optional[Dict[str, Any]] = Field(None, alias="presentationDefinition", description="Presentation Definition") - id_token_mapping: Optional[IdTokenMapping] = Field(None, alias="idTokenMapping") - client_metadata: Optional[LoginConfigurationClientMetadataInput] = Field(None, alias="clientMetadata") - claim_format: Optional[StrictStr] = Field(None, alias="claimFormat", description="ID token claims output format. Default is array.") - fail_on_mapping_conflict: Optional[StrictBool] = Field(True, alias="failOnMappingConflict", description="Interrupts login process if duplications of data fields names will be found") - scope: Optional[StrictStr] = Field(None, description="List of groups separated by space") - token_endpoint_auth_method: Optional[TokenEndpointAuthMethod] = Field(None, alias="tokenEndpointAuthMethod") + redirect_uris: conlist(StrictStr) = Field(default=..., alias="redirectUris", description="OAuth 2.0 Redirect URIs") + post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(default=None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") + vp_definition: Optional[StrictStr] = Field(default=None, alias="vpDefinition", description="VP definition in JSON stringify format") + presentation_definition: Optional[Dict[str, Any]] = Field(default=None, alias="presentationDefinition", description="Presentation Definition") + id_token_mapping: Optional[IdTokenMapping] = Field(default=None, alias="idTokenMapping") + client_metadata: Optional[LoginConfigurationClientMetadataInput] = Field(default=None, alias="clientMetadata") + claim_format: Optional[StrictStr] = Field(default=None, alias="claimFormat", description="ID token claims output format. Default is array.") + fail_on_mapping_conflict: Optional[StrictBool] = Field(default=True, alias="failOnMappingConflict", description="Interrupts login process if duplications of data fields names will be found") + scope: Optional[StrictStr] = Field(default=None, description="List of groups separated by space") + token_endpoint_auth_method: Optional[TokenEndpointAuthMethod] = Field(default=None, alias="tokenEndpointAuthMethod") __properties = ["name", "description", "redirectUris", "postLogoutRedirectUris", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "claimFormat", "failOnMappingConflict", "scope", "tokenEndpointAuthMethod"] @validator('claim_format') diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output.py index 8214b379..3fde2bbf 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,15 +28,15 @@ class CreateLoginConfigurationOutput(BaseModel): """ CreateLoginConfigurationOutput """ - ari: StrictStr = Field(..., description="Configuration ari") - project_id: StrictStr = Field(..., alias="projectId", description="Project id") - configuration_id: Optional[StrictStr] = Field(None, alias="configurationId", description="Configuration id") - name: StrictStr = Field(..., description="User defined login configuration name") + ari: StrictStr = Field(default=..., description="Configuration ari") + project_id: StrictStr = Field(default=..., alias="projectId", description="Project id") + configuration_id: Optional[StrictStr] = Field(default=None, alias="configurationId", description="Configuration id") + name: StrictStr = Field(default=..., description="User defined login configuration name") auth: CreateLoginConfigurationOutputAuth = Field(...) - redirect_uris: conlist(StrictStr) = Field(..., alias="redirectUris", description="OAuth 2.0 Redirect URIs") - client_metadata: LoginConfigurationClientMetadataOutput = Field(..., alias="clientMetadata") - creation_date: StrictStr = Field(..., alias="creationDate", description="OAuth 2.0 Client Creation Date") - post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") + redirect_uris: conlist(StrictStr) = Field(default=..., alias="redirectUris", description="OAuth 2.0 Redirect URIs") + client_metadata: LoginConfigurationClientMetadataOutput = Field(default=..., alias="clientMetadata") + creation_date: StrictStr = Field(default=..., alias="creationDate", description="OAuth 2.0 Client Creation Date") + post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(default=None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") __properties = ["ari", "projectId", "configurationId", "name", "auth", "redirectUris", "clientMetadata", "creationDate", "postLogoutRedirectUris"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output_auth.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output_auth.py index db0a6ad0..0cd8026c 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output_auth.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output_auth.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class CreateLoginConfigurationOutputAuth(BaseModel): """ OIDC Auth Credentials # noqa: E501 """ - client_id: StrictStr = Field(..., alias="clientId", description="OAuth 2.0 Client ID") - client_secret: Optional[StrictStr] = Field(None, alias="clientSecret", description="OAuth 2.0 Client Secret") - scope: Optional[StrictStr] = Field(None, description="OAuth 2.0 Client Scope") - issuer: Optional[StrictStr] = Field(None, description="Issuer URL") + client_id: StrictStr = Field(default=..., alias="clientId", description="OAuth 2.0 Client ID") + client_secret: Optional[StrictStr] = Field(default=None, alias="clientSecret", description="OAuth 2.0 Client Secret") + scope: Optional[StrictStr] = Field(default=None, description="OAuth 2.0 Client Scope") + issuer: Optional[StrictStr] = Field(default=None, description="Issuer URL") __properties = ["clientId", "clientSecret", "scope", "issuer"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configurations400_response.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configurations400_response.py index 91047c26..a8dc81cc 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configurations400_response.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configurations400_response.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_project_network_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_project_network_error.py index d7aecd34..848d87f7 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_project_network_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_project_network_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class CreateProjectNetworkError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/error_o_auth2.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/error_o_auth2.py index de0df7bd..fd1ba605 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/error_o_auth2.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/error_o_auth2.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,11 +26,11 @@ class ErrorOAuth2(BaseModel): """ ErrorOAuth2 """ - error: StrictStr = Field(..., description="Error") - error_debug: Optional[StrictStr] = Field(None, description="Error Debug Information. Only available in dev mode.") - error_description: StrictStr = Field(..., description="Error Description") - error_hint: Optional[StrictStr] = Field(None, description="Error Hint. Helps the user identify the error cause.") - status_code: StrictStr = Field(..., description="HTTP Status Code") + error: StrictStr = Field(default=..., description="Error") + error_debug: Optional[StrictStr] = Field(default=None, description="Error Debug Information. Only available in dev mode.") + error_description: StrictStr = Field(default=..., description="Error Description") + error_hint: Optional[StrictStr] = Field(default=None, description="Error Hint. Helps the user identify the error cause.") + status_code: StrictStr = Field(default=..., description="HTTP Status Code") __properties = ["error", "error_debug", "error_description", "error_hint", "status_code"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/get_user_info.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/get_user_info.py index cd2b6092..bbc3c6dd 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/get_user_info.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/get_user_info.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,25 +26,25 @@ class GetUserInfo(BaseModel): """ GetUserInfo """ - birthdate: Optional[StrictStr] = Field(None, description="End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates. ") - email: Optional[StrictStr] = Field(None, description="End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7. ") - email_verified: Optional[StrictBool] = Field(None, description="True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. ") - family_name: Optional[StrictStr] = Field(None, description="Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters. ") - gender: Optional[StrictStr] = Field(None, description="End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable. ") - given_name: Optional[StrictStr] = Field(None, description="Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters. ") - locale: Optional[StrictStr] = Field(None, description="End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well. ") - middle_name: Optional[StrictStr] = Field(None, description="Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used. ") - name: Optional[StrictStr] = Field(None, description="End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences. ") - nickname: Optional[StrictStr] = Field(None, description="Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael. ") - phone_number: Optional[StrictStr] = Field(None, description="End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678. ") - phone_number_verified: Optional[StrictBool] = Field(None, description="True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format. ") - picture: Optional[StrictStr] = Field(None, description="URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User. ") - preferred_username: Optional[StrictStr] = Field(None, description="Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace. ") - profile: Optional[StrictStr] = Field(None, description="URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User. ") - sub: Optional[StrictStr] = Field(None, description="Subject - Identifier for the End-User at the IssuerURL. ") - updated_at: Optional[StrictInt] = Field(None, description="Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time. ") - website: Optional[StrictStr] = Field(None, description="URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with. ") - zoneinfo: Optional[StrictStr] = Field(None, description="String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles. ") + birthdate: Optional[StrictStr] = Field(default=None, description="End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates. ") + email: Optional[StrictStr] = Field(default=None, description="End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7. ") + email_verified: Optional[StrictBool] = Field(default=None, description="True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. ") + family_name: Optional[StrictStr] = Field(default=None, description="Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters. ") + gender: Optional[StrictStr] = Field(default=None, description="End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable. ") + given_name: Optional[StrictStr] = Field(default=None, description="Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters. ") + locale: Optional[StrictStr] = Field(default=None, description="End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well. ") + middle_name: Optional[StrictStr] = Field(default=None, description="Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used. ") + name: Optional[StrictStr] = Field(default=None, description="End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences. ") + nickname: Optional[StrictStr] = Field(default=None, description="Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael. ") + phone_number: Optional[StrictStr] = Field(default=None, description="End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678. ") + phone_number_verified: Optional[StrictBool] = Field(default=None, description="True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format. ") + picture: Optional[StrictStr] = Field(default=None, description="URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User. ") + preferred_username: Optional[StrictStr] = Field(default=None, description="Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace. ") + profile: Optional[StrictStr] = Field(default=None, description="URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User. ") + sub: Optional[StrictStr] = Field(default=None, description="Subject - Identifier for the End-User at the IssuerURL. ") + updated_at: Optional[StrictInt] = Field(default=None, description="Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time. ") + website: Optional[StrictStr] = Field(default=None, description="URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with. ") + zoneinfo: Optional[StrictStr] = Field(default=None, description="String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles. ") __properties = ["birthdate", "email", "email_verified", "family_name", "gender", "given_name", "locale", "middle_name", "name", "nickname", "phone_number", "phone_number_verified", "picture", "preferred_username", "profile", "sub", "updated_at", "website", "zoneinfo"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_dto.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_dto.py index 6930fc7b..87a986fc 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_dto.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_dto.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class GroupDto(BaseModel): """ GroupDto """ - ari: StrictStr = Field(..., description="Group ari") - project_id: StrictStr = Field(..., alias="projectId", description="Project id") - group_name: StrictStr = Field(..., alias="groupName", description="name of the group, identifier within a project") - creation_date: StrictStr = Field(..., alias="creationDate", description="Group creation date") + ari: StrictStr = Field(default=..., description="Group ari") + project_id: StrictStr = Field(default=..., alias="projectId", description="Project id") + group_name: StrictStr = Field(default=..., alias="groupName", description="name of the group, identifier within a project") + creation_date: StrictStr = Field(default=..., alias="creationDate", description="Group creation date") __properties = ["ari", "projectId", "groupName", "creationDate"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names.py index a11582ed..5fded7b0 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class GroupNames(BaseModel): """ GroupNames """ - group_names: conlist(StrictStr) = Field(..., alias="groupNames") - page_token: Optional[Dict[str, Any]] = Field(None, alias="pageToken") + group_names: conlist(StrictStr) = Field(default=..., alias="groupNames") + page_token: Optional[Dict[str, Any]] = Field(default=None, alias="pageToken") __properties = ["groupNames", "pageToken"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names_input.py index cb44d1e1..0432117f 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class GroupNamesInput(BaseModel): """ GroupNamesInput """ - group_names: conlist(StrictStr, max_items=25) = Field(..., alias="groupNames") + group_names: conlist(StrictStr, max_items=25) = Field(default=..., alias="groupNames") __properties = ["groupNames"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mapping_dto.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mapping_dto.py index a3fe8198..411b11ec 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mapping_dto.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mapping_dto.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class GroupUserMappingDto(BaseModel): """ GroupUserMappingDto """ - user_id: StrictStr = Field(..., alias="userId", description="Unique identifier of the user") - added_at: StrictStr = Field(..., alias="addedAt", description="Group to user mapping creation date") + user_id: StrictStr = Field(default=..., alias="userId", description="Unique identifier of the user") + added_at: StrictStr = Field(default=..., alias="addedAt", description="Group to user mapping creation date") __properties = ["userId", "addedAt"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mappings_list.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mappings_list.py index 36bb7abd..fd5cced3 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mappings_list.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mappings_list.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,8 +28,8 @@ class GroupUserMappingsList(BaseModel): GroupUserMappingsList """ users: Optional[conlist(GroupUserMappingDto)] = None - last_evaluated_key: Optional[StrictStr] = Field(None, alias="lastEvaluatedKey") - total_user_count: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="totalUserCount") + last_evaluated_key: Optional[StrictStr] = Field(default=None, alias="lastEvaluatedKey") + total_user_count: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="totalUserCount") __properties = ["users", "lastEvaluatedKey", "totalUserCount"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_list.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_list.py index 5b772d9a..092604cb 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_list.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_list.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_per_user_limit_exceeded_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_per_user_limit_exceeded_error.py index d6c453db..e7a5da6d 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_per_user_limit_exceeded_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_per_user_limit_exceeded_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class GroupsPerUserLimitExceededError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping.py index 84f7e2d0..fde20c8a 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping_inner.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping_inner.py index 783348f1..24d703b8 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping_inner.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping_inner.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class IdTokenMappingInner(BaseModel): """ IdTokenMappingInner """ - source_field: StrictStr = Field(..., alias="sourceField", description="Name(path) of the corresponding field in the vp_token") - id_token_claim: StrictStr = Field(..., alias="idTokenClaim", description="Name of the corresponding field in the id_token") - input_descriptor_id: Optional[StrictStr] = Field(None, alias="inputDescriptorId", description="Id of related input descriptor from presentation definition") + source_field: StrictStr = Field(default=..., alias="sourceField", description="Name(path) of the corresponding field in the vp_token") + id_token_claim: StrictStr = Field(default=..., alias="idTokenClaim", description="Name of the corresponding field in the id_token") + input_descriptor_id: Optional[StrictStr] = Field(default=None, alias="inputDescriptorId", description="Id of related input descriptor from presentation definition") __properties = ["sourceField", "idTokenClaim", "inputDescriptorId"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py index 6a927eba..6455896d 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidClaimContextError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_groups_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_groups_error.py index 479482e2..6401539e 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_groups_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_groups_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidGroupsError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py index e7c71852..cb0fee4d 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py index 2df51c50..91d1aa38 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py index 359d3670..7e66b149 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidVPTokenCreationTimeError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key.py index 34486f0a..88565ba2 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class JsonWebKey(BaseModel): """ JsonWebKey """ - keys: Optional[conlist(JsonWebKeyKeysInner)] = Field(None, description="The value of the \"keys\" parameter is an array of JSON Web Key (JWK) values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired. ") + keys: Optional[conlist(JsonWebKeyKeysInner)] = Field(default=None, description="The value of the \"keys\" parameter is an array of JSON Web Key (JWK) values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired. ") __properties = ["keys"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py index be701437..feef2f58 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,22 +26,22 @@ class JsonWebKeyKeysInner(BaseModel): """ JsonWebKeyKeysInner """ - alg: StrictStr = Field(..., description="The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. ") + alg: StrictStr = Field(default=..., description="The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. ") crv: Optional[StrictStr] = None d: Optional[StrictStr] = None dp: Optional[StrictStr] = None dq: Optional[StrictStr] = None e: Optional[StrictStr] = None k: Optional[StrictStr] = None - kid: StrictStr = Field(..., description="The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string. ") - kty: StrictStr = Field(..., description="The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string. ") + kid: StrictStr = Field(default=..., description="The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string. ") + kty: StrictStr = Field(default=..., description="The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string. ") n: Optional[StrictStr] = None p: Optional[StrictStr] = None q: Optional[StrictStr] = None qi: Optional[StrictStr] = None - use: StrictStr = Field(..., description="Use (\"public key use\") identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption). ") + use: StrictStr = Field(default=..., description="Use (\"public key use\") identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption). ") x: Optional[StrictStr] = None - x5c: conlist(StrictStr) = Field(..., description="The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. ") + x5c: conlist(StrictStr) = Field(default=..., description="The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. ") y: Optional[StrictStr] = None __properties = ["alg", "crv", "d", "dp", "dq", "e", "k", "kid", "kty", "n", "p", "q", "qi", "use", "x", "x5c", "y"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py index 15161fca..5ecddb03 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -28,7 +28,7 @@ class ListLoginConfigurationOutput(BaseModel): ListLoginConfigurationOutput """ configurations: conlist(LoginConfigurationObject) = Field(...) - last_evaluated_key: Optional[StrictStr] = Field(None, alias="lastEvaluatedKey") + last_evaluated_key: Optional[StrictStr] = Field(default=None, alias="lastEvaluatedKey") __properties = ["configurations", "lastEvaluatedKey"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_input.py index b7de2088..35944f56 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class LoginConfigurationClientMetadataInput(BaseModel): """ login configuration client metadata # noqa: E501 """ - name: StrictStr = Field(..., description="application name that will be displayed in consent page") - origin: StrictStr = Field(..., description="origin url that will be displayed in consent page") - logo: StrictStr = Field(..., description="logo url that will be displayed in consent page") + name: StrictStr = Field(default=..., description="application name that will be displayed in consent page") + origin: StrictStr = Field(default=..., description="origin url that will be displayed in consent page") + logo: StrictStr = Field(default=..., description="logo url that will be displayed in consent page") __properties = ["name", "origin", "logo"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_output.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_output.py index 16faa1df..568259b0 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_output.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_output.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class LoginConfigurationClientMetadataOutput(BaseModel): """ login configuration client metadata # noqa: E501 """ - name: StrictStr = Field(..., description="application name that will be displayed in consent page") - origin: StrictStr = Field(..., description="origin url that will be displayed in consent page") - logo: StrictStr = Field(..., description="logo url that will be displayed in consent page") - domain_verified: Optional[StrictBool] = Field(None, alias="domainVerified", description="indicates if the developer's ownership of the domain has been verified") + name: StrictStr = Field(default=..., description="application name that will be displayed in consent page") + origin: StrictStr = Field(default=..., description="origin url that will be displayed in consent page") + logo: StrictStr = Field(default=..., description="logo url that will be displayed in consent page") + domain_verified: Optional[StrictBool] = Field(default=None, alias="domainVerified", description="indicates if the developer's ownership of the domain has been verified") additional_properties: Dict[str, Any] = {} __properties = ["name", "origin", "logo", "domainVerified"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_object.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_object.py index 690f3de3..cb041e83 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_object.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_object.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,20 +29,20 @@ class LoginConfigurationObject(BaseModel): """ LoginConfigurationObject """ - ari: StrictStr = Field(..., description="Configuration ari") - configuration_id: Optional[StrictStr] = Field(None, alias="configurationId", description="Configuration id") - project_id: StrictStr = Field(..., alias="projectId", description="Project id") - name: StrictStr = Field(..., description="User defined login configuration name") - redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="redirectUris", description="OAuth 2.0 Redirect URIs") - post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") - scope: Optional[StrictStr] = Field(None, description="OAuth 2.0 Client Scope") - client_id: StrictStr = Field(..., alias="clientId", description="OAuth 2.0 Client ID") - creation_date: StrictStr = Field(..., alias="creationDate", description="OAuth 2.0 Client Creation Date") - vp_definition: StrictStr = Field(..., alias="vpDefinition", description="VP definition in JSON stringify format") - presentation_definition: Optional[Dict[str, Any]] = Field(None, alias="presentationDefinition", description="Presentation Definition") - id_token_mapping: IdTokenMapping = Field(..., alias="idTokenMapping") - client_metadata: LoginConfigurationClientMetadataOutput = Field(..., alias="clientMetadata") - token_endpoint_auth_method: TokenEndpointAuthMethod = Field(..., alias="tokenEndpointAuthMethod") + ari: StrictStr = Field(default=..., description="Configuration ari") + configuration_id: Optional[StrictStr] = Field(default=None, alias="configurationId", description="Configuration id") + project_id: StrictStr = Field(default=..., alias="projectId", description="Project id") + name: StrictStr = Field(default=..., description="User defined login configuration name") + redirect_uris: Optional[conlist(StrictStr)] = Field(default=None, alias="redirectUris", description="OAuth 2.0 Redirect URIs") + post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(default=None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") + scope: Optional[StrictStr] = Field(default=None, description="OAuth 2.0 Client Scope") + client_id: StrictStr = Field(default=..., alias="clientId", description="OAuth 2.0 Client ID") + creation_date: StrictStr = Field(default=..., alias="creationDate", description="OAuth 2.0 Client Creation Date") + vp_definition: StrictStr = Field(default=..., alias="vpDefinition", description="VP definition in JSON stringify format") + presentation_definition: Optional[Dict[str, Any]] = Field(default=None, alias="presentationDefinition", description="Presentation Definition") + id_token_mapping: IdTokenMapping = Field(default=..., alias="idTokenMapping") + client_metadata: LoginConfigurationClientMetadataOutput = Field(default=..., alias="clientMetadata") + token_endpoint_auth_method: TokenEndpointAuthMethod = Field(default=..., alias="tokenEndpointAuthMethod") additional_properties: Dict[str, Any] = {} __properties = ["ari", "configurationId", "projectId", "name", "redirectUris", "postLogoutRedirectUris", "scope", "clientId", "creationDate", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "tokenEndpointAuthMethod"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_read_invalid_client_id_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_read_invalid_client_id_error.py index 9ac64b70..a07b96f4 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_read_invalid_client_id_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_read_invalid_client_id_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class LoginConfigurationReadInvalidClientIdError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_input.py index 1dd21dd4..9608c055 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_output.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_output.py index 8baeeb97..eb79f1aa 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_output.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_output.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto.py index 835e2aeb..fe75664c 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,8 +27,8 @@ class LoginSessionDto(BaseModel): """ LoginSessionDto """ - id: StrictStr = Field(..., description="Session primary identifier") - authorization_request: LoginSessionDtoAuthorizationRequest = Field(..., alias="authorizationRequest") + id: StrictStr = Field(default=..., description="Session primary identifier") + authorization_request: LoginSessionDtoAuthorizationRequest = Field(default=..., alias="authorizationRequest") __properties = ["id", "authorizationRequest"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py index 14bd31c6..87be3294 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,11 +26,11 @@ class LoginSessionDtoAuthorizationRequest(BaseModel): """ LoginSessionDtoAuthorizationRequest """ - state: StrictStr = Field(..., description="State parameter") - presentation_definition: StrictStr = Field(..., alias="presentationDefinition", description="Presentation Definition to ask from the user. In JSON Stringify format.") - ari: Optional[StrictStr] = Field(None, description="ARI is used for analytics proposals.") - client_id: Optional[StrictStr] = Field(None, alias="clientId", description="clientId used for detect origin.") - nonce: Optional[StrictStr] = Field(None, description="nonce for VP Token proof challenge") + state: StrictStr = Field(default=..., description="State parameter") + presentation_definition: StrictStr = Field(default=..., alias="presentationDefinition", description="Presentation Definition to ask from the user. In JSON Stringify format.") + ari: Optional[StrictStr] = Field(default=None, description="ARI is used for analytics proposals.") + client_id: Optional[StrictStr] = Field(default=None, alias="clientId", description="clientId used for detect origin.") + nonce: Optional[StrictStr] = Field(default=None, description="nonce for VP Token proof challenge") __properties = ["state", "presentationDefinition", "ari", "clientId", "nonce"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_for_idp_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_for_idp_input.py index beac27fa..8b41b6a5 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_for_idp_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_for_idp_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class LoginSessionForIDPInput(BaseModel): """ Input for Creating a Login Session # noqa: E501 """ - login_challenge: StrictStr = Field(..., alias="loginChallenge", description="IDP Login Challenge to Associate the Session with") - client_id: StrictStr = Field(..., alias="clientId", description="IDP client id to Associate the Session with") + login_challenge: StrictStr = Field(default=..., alias="loginChallenge", description="IDP Login Challenge to Associate the Session with") + client_id: StrictStr = Field(default=..., alias="clientId", description="IDP client id to Associate the Session with") __properties = ["loginChallenge", "clientId"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_input.py index 64798a28..b75c8b59 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class LoginSessionRejectResponseInput(BaseModel): """ Authorization Response per OpenID for Verifiable Presentations Specification # noqa: E501 """ - error: Optional[StrictStr] = Field(None, description="The error should follow the OAuth2 error format (e.g. invalid_request, login_required). Defaults to request_denied") - error_description: Optional[StrictStr] = Field(None, alias="errorDescription", description="Description of the error in a human readable format") - state: StrictStr = Field(..., description="Random state associated to the Session") + error: Optional[StrictStr] = Field(default=None, description="The error should follow the OAuth2 error format (e.g. invalid_request, login_required). Defaults to request_denied") + error_description: Optional[StrictStr] = Field(default=None, alias="errorDescription", description="Description of the error in a human readable format") + state: StrictStr = Field(default=..., description="Random state associated to the Session") additional_properties: Dict[str, Any] = {} __properties = ["error", "errorDescription", "state"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_output.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_output.py index 7c44ef76..ea2b366b 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_output.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_output.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/not_found_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/not_found_error.py index e68529da..f2588b2f 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/not_found_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/not_found_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class NotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/o_auth2_token.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/o_auth2_token.py index a83b73ac..f43d5034 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/o_auth2_token.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/o_auth2_token.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,12 +26,12 @@ class OAuth2Token(BaseModel): """ OAuth2Token """ - access_token: Optional[StrictStr] = Field(None, description="The access token issued by the authorization server. ") - expires_in: Optional[StrictInt] = Field(None, description="The lifetime in seconds of the access token. For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated. ") - id_token: Optional[StrictInt] = Field(None, description="To retrieve a refresh token request the id_token scope. ") - refresh_token: Optional[StrictStr] = Field(None, description="The refresh token, which can be used to obtain new access tokens. To retrieve it add the scope \"offline\" to your access token request. ") - scope: Optional[StrictStr] = Field(None, description="The scope of the access token ") - token_type: Optional[StrictStr] = Field(None, description="The type of the token issued ") + access_token: Optional[StrictStr] = Field(default=None, description="The access token issued by the authorization server. ") + expires_in: Optional[StrictInt] = Field(default=None, description="The lifetime in seconds of the access token. For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated. ") + id_token: Optional[StrictInt] = Field(default=None, description="To retrieve a refresh token request the id_token scope. ") + refresh_token: Optional[StrictStr] = Field(default=None, description="The refresh token, which can be used to obtain new access tokens. To retrieve it add the scope \"offline\" to your access token request. ") + scope: Optional[StrictStr] = Field(default=None, description="The scope of the access token ") + token_type: Optional[StrictStr] = Field(default=None, description="The type of the token issued ") __properties = ["access_token", "expires_in", "id_token", "refresh_token", "scope", "token_type"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config.py index 6815fb38..9f354e06 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,37 +27,37 @@ class OIDCConfig(BaseModel): """ OIDCConfig """ - authorization_endpoint: StrictStr = Field(..., description="OAuth 2.0 Authorization Endpoint URL") - backchannel_logout_session_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Back-Channel Logout Session Required. Boolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP session with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP ") - backchannel_logout_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Back-Channel Logout Supported. Boolean value specifying whether the OP supports back-channel logout, with true indicating support. ") - claims_parameter_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Claims Parameter Parameter Supported Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support. ") - claims_supported: Optional[conlist(StrictStr)] = Field(None, description="OpenID Connect Supported Claims JSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply values for. Note that for privacy or other reasons, this might not be an exhaustive list. ") - code_challenge_methods_supported: Optional[conlist(StrictStr)] = Field(None, description="OAuth 2.0 PKCE Supported Code Challenge Methods JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server. ") - credentials_endpoint_draft_00: Optional[StrictStr] = Field(None, description="OpenID Connect Verifiable Credentials Endpoint Contains the URL of the Verifiable Credentials Endpoint. ") - credentials_supported_draft_00: Optional[conlist(OIDCConfigCredentialsSupportedDraft00Inner)] = Field(None, description="OpenID Connect Verifiable Credentials Supported JSON array containing a list of the Verifiable Credentials supported by this authorization server. ") - end_session_endpoint: Optional[StrictStr] = Field(None, description="OpenID Connect End-Session Endpoint URL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP. ") - frontchannel_logout_session_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Front-Channel Logout Session Required Boolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify the RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also included in ID Tokens issued by the OP. ") - frontchannel_logout_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Front-Channel Logout Supported Boolean value specifying whether the OP supports HTTP-based logout, with true indicating support. ") - grant_types_supported: Optional[conlist(StrictStr)] = Field(None, description="OAuth 2.0 Supported Grant Types JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports. ") - id_token_signed_response_alg: conlist(StrictStr) = Field(..., description="OpenID Connect Default ID Token Signing Algorithms Algorithm used to sign OpenID Connect ID Tokens. ") - id_token_signing_alg_values_supported: conlist(StrictStr) = Field(..., description="OpenID Connect Supported ID Token Signing Algorithms JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token to encode the Claims in a JWT. ") - issuer: StrictStr = Field(..., description="OpenID Connect Issuer URL An URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier. If IssuerURL discovery is supported , this value MUST be identical to the issuer value returned by WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL. ") - jwks_uri: StrictStr = Field(..., description="OpenID Connect Well-Known JSON Web Keys URL URL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate signatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs to encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both signatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST match those in the certificate. ") - registration_endpoint: Optional[StrictStr] = Field(None, description="OpenID Connect Dynamic Client Registration Endpoint URL ") - request_object_signing_alg_values_supported: Optional[conlist(StrictStr)] = Field(None, description="OpenID Connect Supported Request Object Signing Algorithms JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects, which are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when the Request Object is passed by value (using the request parameter) and when it is passed by reference (using the request_uri parameter). ") - request_parameter_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Request Parameter Supported Boolean value specifying whether the OP supports use of the request parameter, with true indicating support. ") - request_uri_parameter_supported: Optional[StrictBool] = Field(None, description="OpenID Connect Request URI Parameter Supported Boolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support. ") - require_request_uri_registration: Optional[StrictBool] = Field(None, description="OpenID Connect Requires Request URI Registration Boolean value specifying whether the OP requires any request_uri values used to be pre-registered using the request_uris registration parameter. ") - response_modes_supported: Optional[conlist(StrictStr)] = Field(None, description="OAuth 2.0 Supported Response Modes JSON array containing a list of the OAuth 2.0 response_mode values that this OP supports. ") - response_types_supported: conlist(StrictStr) = Field(..., description="OAuth 2.0 Supported Response Types JSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values. ") - revocation_endpoint: Optional[StrictStr] = Field(None, description="OAuth 2.0 Token Revocation URL URL of the authorization server's OAuth 2.0 revocation endpoint. ") - scopes_supported: Optional[conlist(StrictStr)] = Field(None, description="OAuth 2.0 Supported Scope Values JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST support the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used ") - subject_types_supported: conlist(StrictStr) = Field(..., description="OpenID Connect Supported Subject Types JSON array containing a list of the Subject Identifier types that this OP supports. Valid types include pairwise and public. ") - token_endpoint: StrictStr = Field(..., description="OAuth 2.0 Token Endpoint URL") - token_endpoint_auth_methods_supported: Optional[conlist(StrictStr)] = Field(None, description="OAuth 2.0 Supported Client Authentication Methods JSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are client_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0 ") - userinfo_endpoint: Optional[StrictStr] = Field(None, description="OpenID Connect Userinfo URL URL of the OP's UserInfo Endpoint. ") - userinfo_signed_response_alg: conlist(StrictStr) = Field(..., description="OpenID Connect User Userinfo Signing Algorithm Algorithm used to sign OpenID Connect Userinfo Responses. ") - userinfo_signing_alg_values_supported: Optional[conlist(StrictStr)] = Field(None, description="OpenID Connect Supported Userinfo Signing Algorithm JSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT]. ") + authorization_endpoint: StrictStr = Field(default=..., description="OAuth 2.0 Authorization Endpoint URL") + backchannel_logout_session_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Back-Channel Logout Session Required. Boolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP session with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP ") + backchannel_logout_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Back-Channel Logout Supported. Boolean value specifying whether the OP supports back-channel logout, with true indicating support. ") + claims_parameter_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Claims Parameter Parameter Supported Boolean value specifying whether the OP supports use of the claims parameter, with true indicating support. ") + claims_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OpenID Connect Supported Claims JSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply values for. Note that for privacy or other reasons, this might not be an exhaustive list. ") + code_challenge_methods_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OAuth 2.0 PKCE Supported Code Challenge Methods JSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported by this authorization server. ") + credentials_endpoint_draft_00: Optional[StrictStr] = Field(default=None, description="OpenID Connect Verifiable Credentials Endpoint Contains the URL of the Verifiable Credentials Endpoint. ") + credentials_supported_draft_00: Optional[conlist(OIDCConfigCredentialsSupportedDraft00Inner)] = Field(default=None, description="OpenID Connect Verifiable Credentials Supported JSON array containing a list of the Verifiable Credentials supported by this authorization server. ") + end_session_endpoint: Optional[StrictStr] = Field(default=None, description="OpenID Connect End-Session Endpoint URL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP. ") + frontchannel_logout_session_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Front-Channel Logout Session Required Boolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify the RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also included in ID Tokens issued by the OP. ") + frontchannel_logout_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Front-Channel Logout Supported Boolean value specifying whether the OP supports HTTP-based logout, with true indicating support. ") + grant_types_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OAuth 2.0 Supported Grant Types JSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports. ") + id_token_signed_response_alg: conlist(StrictStr) = Field(default=..., description="OpenID Connect Default ID Token Signing Algorithms Algorithm used to sign OpenID Connect ID Tokens. ") + id_token_signing_alg_values_supported: conlist(StrictStr) = Field(default=..., description="OpenID Connect Supported ID Token Signing Algorithms JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token to encode the Claims in a JWT. ") + issuer: StrictStr = Field(default=..., description="OpenID Connect Issuer URL An URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier. If IssuerURL discovery is supported , this value MUST be identical to the issuer value returned by WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL. ") + jwks_uri: StrictStr = Field(default=..., description="OpenID Connect Well-Known JSON Web Keys URL URL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate signatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs to encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both signatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST match those in the certificate. ") + registration_endpoint: Optional[StrictStr] = Field(default=None, description="OpenID Connect Dynamic Client Registration Endpoint URL ") + request_object_signing_alg_values_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OpenID Connect Supported Request Object Signing Algorithms JSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects, which are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when the Request Object is passed by value (using the request parameter) and when it is passed by reference (using the request_uri parameter). ") + request_parameter_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Request Parameter Supported Boolean value specifying whether the OP supports use of the request parameter, with true indicating support. ") + request_uri_parameter_supported: Optional[StrictBool] = Field(default=None, description="OpenID Connect Request URI Parameter Supported Boolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support. ") + require_request_uri_registration: Optional[StrictBool] = Field(default=None, description="OpenID Connect Requires Request URI Registration Boolean value specifying whether the OP requires any request_uri values used to be pre-registered using the request_uris registration parameter. ") + response_modes_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OAuth 2.0 Supported Response Modes JSON array containing a list of the OAuth 2.0 response_mode values that this OP supports. ") + response_types_supported: conlist(StrictStr) = Field(default=..., description="OAuth 2.0 Supported Response Types JSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values. ") + revocation_endpoint: Optional[StrictStr] = Field(default=None, description="OAuth 2.0 Token Revocation URL URL of the authorization server's OAuth 2.0 revocation endpoint. ") + scopes_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OAuth 2.0 Supported Scope Values JSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST support the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used ") + subject_types_supported: conlist(StrictStr) = Field(default=..., description="OpenID Connect Supported Subject Types JSON array containing a list of the Subject Identifier types that this OP supports. Valid types include pairwise and public. ") + token_endpoint: StrictStr = Field(default=..., description="OAuth 2.0 Token Endpoint URL") + token_endpoint_auth_methods_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OAuth 2.0 Supported Client Authentication Methods JSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are client_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0 ") + userinfo_endpoint: Optional[StrictStr] = Field(default=None, description="OpenID Connect Userinfo URL URL of the OP's UserInfo Endpoint. ") + userinfo_signed_response_alg: conlist(StrictStr) = Field(default=..., description="OpenID Connect User Userinfo Signing Algorithm Algorithm used to sign OpenID Connect Userinfo Responses. ") + userinfo_signing_alg_values_supported: Optional[conlist(StrictStr)] = Field(default=None, description="OpenID Connect Supported Userinfo Signing Algorithm JSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT]. ") __properties = ["authorization_endpoint", "backchannel_logout_session_supported", "backchannel_logout_supported", "claims_parameter_supported", "claims_supported", "code_challenge_methods_supported", "credentials_endpoint_draft_00", "credentials_supported_draft_00", "end_session_endpoint", "frontchannel_logout_session_supported", "frontchannel_logout_supported", "grant_types_supported", "id_token_signed_response_alg", "id_token_signing_alg_values_supported", "issuer", "jwks_uri", "registration_endpoint", "request_object_signing_alg_values_supported", "request_parameter_supported", "request_uri_parameter_supported", "require_request_uri_registration", "response_modes_supported", "response_types_supported", "revocation_endpoint", "scopes_supported", "subject_types_supported", "token_endpoint", "token_endpoint_auth_methods_supported", "userinfo_endpoint", "userinfo_signed_response_alg", "userinfo_signing_alg_values_supported"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config_credentials_supported_draft00_inner.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config_credentials_supported_draft00_inner.py index 34f58350..c50d4949 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config_credentials_supported_draft00_inner.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config_credentials_supported_draft00_inner.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/redirect_response.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/redirect_response.py index 36e8d20a..093e0ae1 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/redirect_response.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/redirect_response.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class RedirectResponse(BaseModel): """ Redirect Response # noqa: E501 """ - type: StrictStr = Field(..., description="type") - to: StrictStr = Field(..., description="URL to redirect to") + type: StrictStr = Field(default=..., description="type") + to: StrictStr = Field(default=..., description="URL to redirect to") __properties = ["type", "to"] @validator('type') diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/remove_user_from_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/remove_user_from_group_input.py index 07d78276..a375d97c 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/remove_user_from_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/remove_user_from_group_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class RemoveUserFromGroupInput(BaseModel): """ input used to remove a user from a group # noqa: E501 """ - user_id: StrictStr = Field(..., alias="userId", description="Unique identifier of the user") + user_id: StrictStr = Field(default=..., alias="userId", description="Unique identifier of the user") __properties = ["userId"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/resource_creation_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/resource_creation_error.py index f3187891..f14ebb4f 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/resource_creation_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/resource_creation_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class ResourceCreationError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response.py index 08747e5d..09b989a5 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,10 +27,10 @@ class ServiceErrorResponse(BaseModel): """ Service Error Response # noqa: E501 """ - debug_id: StrictStr = Field(..., alias="debugId", description="unique id for correlating this specific error to logs") - name: StrictStr = Field(..., description="name of the error") - code: StrictStr = Field(..., description="backwards compatible Affinidi error code") - details: Optional[conlist(ServiceErrorResponseDetailsInner)] = Field(None, description="error details") + debug_id: StrictStr = Field(default=..., alias="debugId", description="unique id for correlating this specific error to logs") + name: StrictStr = Field(default=..., description="name of the error") + code: StrictStr = Field(default=..., description="backwards compatible Affinidi error code") + details: Optional[conlist(ServiceErrorResponseDetailsInner)] = Field(default=None, description="error details") __properties = ["debugId", "name", "code", "details"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response_details_inner.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response_details_inner.py index 8e29c3a4..32bf2ca0 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response_details_inner.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response_details_inner.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class ServiceErrorResponseDetailsInner(BaseModel): """ ServiceErrorResponseDetailsInner """ - issue: StrictStr = Field(..., description="issue") - field: Optional[StrictStr] = Field(None, description="fields") - value: Optional[StrictStr] = Field(None, description="value") - location: Optional[StrictStr] = Field(None, description="location") + issue: StrictStr = Field(default=..., description="issue") + field: Optional[StrictStr] = Field(default=None, description="fields") + value: Optional[StrictStr] = Field(default=None, description="value") + location: Optional[StrictStr] = Field(default=None, description="location") __properties = ["issue", "field", "value", "location"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/token_endpoint_auth_method.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/token_endpoint_auth_method.py index 0061b932..391d2da7 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/token_endpoint_auth_method.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/token_endpoint_auth_method.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/unauthorized_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/unauthorized_error.py index dcb047b6..dc7f137d 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/unauthorized_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/unauthorized_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class UnauthorizedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/update_login_configuration_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/update_login_configuration_input.py index 567e79a7..71c80ec6 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/update_login_configuration_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/update_login_configuration_input.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,16 +29,16 @@ class UpdateLoginConfigurationInput(BaseModel): """ UpdateLoginConfigurationInput """ - name: Optional[StrictStr] = Field(None, description="User defined login configuration name") - redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="redirectUris", description="OAuth 2.0 Redirect URIs") - post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") - client_secret: Optional[StrictStr] = Field(None, alias="clientSecret", description="OAuth2 client secret") - vp_definition: Optional[StrictStr] = Field(None, alias="vpDefinition", description="VP definition in JSON stringify format") - presentation_definition: Optional[Dict[str, Any]] = Field(None, alias="presentationDefinition", description="Presentation Definition") - id_token_mapping: Optional[IdTokenMapping] = Field(None, alias="idTokenMapping") - client_metadata: Optional[LoginConfigurationClientMetadataInput] = Field(None, alias="clientMetadata") - token_endpoint_auth_method: Optional[TokenEndpointAuthMethod] = Field(None, alias="tokenEndpointAuthMethod") - fail_on_mapping_conflict: Optional[StrictBool] = Field(None, alias="failOnMappingConflict", description="Interrupts login process if duplications of data fields names will be found") + name: Optional[StrictStr] = Field(default=None, description="User defined login configuration name") + redirect_uris: Optional[conlist(StrictStr)] = Field(default=None, alias="redirectUris", description="OAuth 2.0 Redirect URIs") + post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(default=None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") + client_secret: Optional[StrictStr] = Field(default=None, alias="clientSecret", description="OAuth2 client secret") + vp_definition: Optional[StrictStr] = Field(default=None, alias="vpDefinition", description="VP definition in JSON stringify format") + presentation_definition: Optional[Dict[str, Any]] = Field(default=None, alias="presentationDefinition", description="Presentation Definition") + id_token_mapping: Optional[IdTokenMapping] = Field(default=None, alias="idTokenMapping") + client_metadata: Optional[LoginConfigurationClientMetadataInput] = Field(default=None, alias="clientMetadata") + token_endpoint_auth_method: Optional[TokenEndpointAuthMethod] = Field(default=None, alias="tokenEndpointAuthMethod") + fail_on_mapping_conflict: Optional[StrictBool] = Field(default=None, alias="failOnMappingConflict", description="Interrupts login process if duplications of data fields names will be found") __properties = ["name", "redirectUris", "postLogoutRedirectUris", "clientSecret", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "tokenEndpointAuthMethod", "failOnMappingConflict"] class Config: diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/vp_token_validation_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/vp_token_validation_error.py index 29a69a27..cb4f1a08 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/vp_token_validation_error.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/vp_token_validation_error.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class VPTokenValidationError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/rest.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/rest.py index 02419fb2..bd428f8c 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/rest.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/rest.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/login_configuration_client/docs/ActionForbiddenError.md b/clients/python/login_configuration_client/docs/ActionForbiddenError.md index 9ef6a0a5..23be3510 100644 --- a/clients/python/login_configuration_client/docs/ActionForbiddenError.md +++ b/clients/python/login_configuration_client/docs/ActionForbiddenError.md @@ -25,7 +25,7 @@ print ActionForbiddenError.to_json() # convert the object into a dict action_forbidden_error_dict = action_forbidden_error_instance.to_dict() # create an instance of ActionForbiddenError from a dict -action_forbidden_error_form_dict = action_forbidden_error.from_dict(action_forbidden_error_dict) +action_forbidden_error_from_dict = ActionForbiddenError.from_dict(action_forbidden_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/AddUserToGroupInput.md b/clients/python/login_configuration_client/docs/AddUserToGroupInput.md index a7417457..10ebf50a 100644 --- a/clients/python/login_configuration_client/docs/AddUserToGroupInput.md +++ b/clients/python/login_configuration_client/docs/AddUserToGroupInput.md @@ -25,7 +25,7 @@ print AddUserToGroupInput.to_json() # convert the object into a dict add_user_to_group_input_dict = add_user_to_group_input_instance.to_dict() # create an instance of AddUserToGroupInput from a dict -add_user_to_group_input_form_dict = add_user_to_group_input.from_dict(add_user_to_group_input_dict) +add_user_to_group_input_from_dict = AddUserToGroupInput.from_dict(add_user_to_group_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/BlockedUsers.md b/clients/python/login_configuration_client/docs/BlockedUsers.md index 1c10deb7..2d1a4fef 100644 --- a/clients/python/login_configuration_client/docs/BlockedUsers.md +++ b/clients/python/login_configuration_client/docs/BlockedUsers.md @@ -22,7 +22,7 @@ print BlockedUsers.to_json() # convert the object into a dict blocked_users_dict = blocked_users_instance.to_dict() # create an instance of BlockedUsers from a dict -blocked_users_form_dict = blocked_users.from_dict(blocked_users_dict) +blocked_users_from_dict = BlockedUsers.from_dict(blocked_users_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/BlockedUsersInput.md b/clients/python/login_configuration_client/docs/BlockedUsersInput.md index 31928d18..6f251f56 100644 --- a/clients/python/login_configuration_client/docs/BlockedUsersInput.md +++ b/clients/python/login_configuration_client/docs/BlockedUsersInput.md @@ -23,7 +23,7 @@ print BlockedUsersInput.to_json() # convert the object into a dict blocked_users_input_dict = blocked_users_input_instance.to_dict() # create an instance of BlockedUsersInput from a dict -blocked_users_input_form_dict = blocked_users_input.from_dict(blocked_users_input_dict) +blocked_users_input_from_dict = BlockedUsersInput.from_dict(blocked_users_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CorsLoginSessionAcceptResponseOK.md b/clients/python/login_configuration_client/docs/CorsLoginSessionAcceptResponseOK.md index b92bf2cd..1a26584e 100644 --- a/clients/python/login_configuration_client/docs/CorsLoginSessionAcceptResponseOK.md +++ b/clients/python/login_configuration_client/docs/CorsLoginSessionAcceptResponseOK.md @@ -21,7 +21,7 @@ print CorsLoginSessionAcceptResponseOK.to_json() # convert the object into a dict cors_login_session_accept_response_ok_dict = cors_login_session_accept_response_ok_instance.to_dict() # create an instance of CorsLoginSessionAcceptResponseOK from a dict -cors_login_session_accept_response_ok_form_dict = cors_login_session_accept_response_ok.from_dict(cors_login_session_accept_response_ok_dict) +cors_login_session_accept_response_ok_from_dict = CorsLoginSessionAcceptResponseOK.from_dict(cors_login_session_accept_response_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CorsLoginSessionForIdpOK.md b/clients/python/login_configuration_client/docs/CorsLoginSessionForIdpOK.md index c806a37c..2eba324e 100644 --- a/clients/python/login_configuration_client/docs/CorsLoginSessionForIdpOK.md +++ b/clients/python/login_configuration_client/docs/CorsLoginSessionForIdpOK.md @@ -21,7 +21,7 @@ print CorsLoginSessionForIdpOK.to_json() # convert the object into a dict cors_login_session_for_idp_ok_dict = cors_login_session_for_idp_ok_instance.to_dict() # create an instance of CorsLoginSessionForIdpOK from a dict -cors_login_session_for_idp_ok_form_dict = cors_login_session_for_idp_ok.from_dict(cors_login_session_for_idp_ok_dict) +cors_login_session_for_idp_ok_from_dict = CorsLoginSessionForIdpOK.from_dict(cors_login_session_for_idp_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CorsLoginSessionRejectResponseOK.md b/clients/python/login_configuration_client/docs/CorsLoginSessionRejectResponseOK.md index e27e17b3..1e18d79c 100644 --- a/clients/python/login_configuration_client/docs/CorsLoginSessionRejectResponseOK.md +++ b/clients/python/login_configuration_client/docs/CorsLoginSessionRejectResponseOK.md @@ -21,7 +21,7 @@ print CorsLoginSessionRejectResponseOK.to_json() # convert the object into a dict cors_login_session_reject_response_ok_dict = cors_login_session_reject_response_ok_instance.to_dict() # create an instance of CorsLoginSessionRejectResponseOK from a dict -cors_login_session_reject_response_ok_form_dict = cors_login_session_reject_response_ok.from_dict(cors_login_session_reject_response_ok_dict) +cors_login_session_reject_response_ok_from_dict = CorsLoginSessionRejectResponseOK.from_dict(cors_login_session_reject_response_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateGroupInput.md b/clients/python/login_configuration_client/docs/CreateGroupInput.md index 0ff568c2..162417f0 100644 --- a/clients/python/login_configuration_client/docs/CreateGroupInput.md +++ b/clients/python/login_configuration_client/docs/CreateGroupInput.md @@ -23,7 +23,7 @@ print CreateGroupInput.to_json() # convert the object into a dict create_group_input_dict = create_group_input_instance.to_dict() # create an instance of CreateGroupInput from a dict -create_group_input_form_dict = create_group_input.from_dict(create_group_input_dict) +create_group_input_from_dict = CreateGroupInput.from_dict(create_group_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateHydraNetworkError.md b/clients/python/login_configuration_client/docs/CreateHydraNetworkError.md index 3f7a4dff..d1e146ab 100644 --- a/clients/python/login_configuration_client/docs/CreateHydraNetworkError.md +++ b/clients/python/login_configuration_client/docs/CreateHydraNetworkError.md @@ -25,7 +25,7 @@ print CreateHydraNetworkError.to_json() # convert the object into a dict create_hydra_network_error_dict = create_hydra_network_error_instance.to_dict() # create an instance of CreateHydraNetworkError from a dict -create_hydra_network_error_form_dict = create_hydra_network_error.from_dict(create_hydra_network_error_dict) +create_hydra_network_error_from_dict = CreateHydraNetworkError.from_dict(create_hydra_network_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md b/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md index b61d9368..ab5eed2c 100644 --- a/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md +++ b/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md @@ -32,7 +32,7 @@ print CreateLoginConfigurationInput.to_json() # convert the object into a dict create_login_configuration_input_dict = create_login_configuration_input_instance.to_dict() # create an instance of CreateLoginConfigurationInput from a dict -create_login_configuration_input_form_dict = create_login_configuration_input.from_dict(create_login_configuration_input_dict) +create_login_configuration_input_from_dict = CreateLoginConfigurationInput.from_dict(create_login_configuration_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutput.md b/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutput.md index 39ac2aa5..8ef7d7aa 100644 --- a/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutput.md +++ b/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutput.md @@ -29,7 +29,7 @@ print CreateLoginConfigurationOutput.to_json() # convert the object into a dict create_login_configuration_output_dict = create_login_configuration_output_instance.to_dict() # create an instance of CreateLoginConfigurationOutput from a dict -create_login_configuration_output_form_dict = create_login_configuration_output.from_dict(create_login_configuration_output_dict) +create_login_configuration_output_from_dict = CreateLoginConfigurationOutput.from_dict(create_login_configuration_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutputAuth.md b/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutputAuth.md index 512d1a0b..2e14b79a 100644 --- a/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutputAuth.md +++ b/clients/python/login_configuration_client/docs/CreateLoginConfigurationOutputAuth.md @@ -26,7 +26,7 @@ print CreateLoginConfigurationOutputAuth.to_json() # convert the object into a dict create_login_configuration_output_auth_dict = create_login_configuration_output_auth_instance.to_dict() # create an instance of CreateLoginConfigurationOutputAuth from a dict -create_login_configuration_output_auth_form_dict = create_login_configuration_output_auth.from_dict(create_login_configuration_output_auth_dict) +create_login_configuration_output_auth_from_dict = CreateLoginConfigurationOutputAuth.from_dict(create_login_configuration_output_auth_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateLoginConfigurations400Response.md b/clients/python/login_configuration_client/docs/CreateLoginConfigurations400Response.md index 573afd8b..e9575fc6 100644 --- a/clients/python/login_configuration_client/docs/CreateLoginConfigurations400Response.md +++ b/clients/python/login_configuration_client/docs/CreateLoginConfigurations400Response.md @@ -25,7 +25,7 @@ print CreateLoginConfigurations400Response.to_json() # convert the object into a dict create_login_configurations400_response_dict = create_login_configurations400_response_instance.to_dict() # create an instance of CreateLoginConfigurations400Response from a dict -create_login_configurations400_response_form_dict = create_login_configurations400_response.from_dict(create_login_configurations400_response_dict) +create_login_configurations400_response_from_dict = CreateLoginConfigurations400Response.from_dict(create_login_configurations400_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/CreateProjectNetworkError.md b/clients/python/login_configuration_client/docs/CreateProjectNetworkError.md index 05c02c42..eef0cb92 100644 --- a/clients/python/login_configuration_client/docs/CreateProjectNetworkError.md +++ b/clients/python/login_configuration_client/docs/CreateProjectNetworkError.md @@ -25,7 +25,7 @@ print CreateProjectNetworkError.to_json() # convert the object into a dict create_project_network_error_dict = create_project_network_error_instance.to_dict() # create an instance of CreateProjectNetworkError from a dict -create_project_network_error_form_dict = create_project_network_error.from_dict(create_project_network_error_dict) +create_project_network_error_from_dict = CreateProjectNetworkError.from_dict(create_project_network_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/ErrorOAuth2.md b/clients/python/login_configuration_client/docs/ErrorOAuth2.md index fbd0d00a..22fc5e77 100644 --- a/clients/python/login_configuration_client/docs/ErrorOAuth2.md +++ b/clients/python/login_configuration_client/docs/ErrorOAuth2.md @@ -25,7 +25,7 @@ print ErrorOAuth2.to_json() # convert the object into a dict error_o_auth2_dict = error_o_auth2_instance.to_dict() # create an instance of ErrorOAuth2 from a dict -error_o_auth2_form_dict = error_o_auth2.from_dict(error_o_auth2_dict) +error_o_auth2_from_dict = ErrorOAuth2.from_dict(error_o_auth2_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GetUserInfo.md b/clients/python/login_configuration_client/docs/GetUserInfo.md index bf718d19..00bf54ef 100644 --- a/clients/python/login_configuration_client/docs/GetUserInfo.md +++ b/clients/python/login_configuration_client/docs/GetUserInfo.md @@ -39,7 +39,7 @@ print GetUserInfo.to_json() # convert the object into a dict get_user_info_dict = get_user_info_instance.to_dict() # create an instance of GetUserInfo from a dict -get_user_info_form_dict = get_user_info.from_dict(get_user_info_dict) +get_user_info_from_dict = GetUserInfo.from_dict(get_user_info_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupDto.md b/clients/python/login_configuration_client/docs/GroupDto.md index 54e85459..ad195c78 100644 --- a/clients/python/login_configuration_client/docs/GroupDto.md +++ b/clients/python/login_configuration_client/docs/GroupDto.md @@ -24,7 +24,7 @@ print GroupDto.to_json() # convert the object into a dict group_dto_dict = group_dto_instance.to_dict() # create an instance of GroupDto from a dict -group_dto_form_dict = group_dto.from_dict(group_dto_dict) +group_dto_from_dict = GroupDto.from_dict(group_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupNames.md b/clients/python/login_configuration_client/docs/GroupNames.md index 0cde3c28..4245754f 100644 --- a/clients/python/login_configuration_client/docs/GroupNames.md +++ b/clients/python/login_configuration_client/docs/GroupNames.md @@ -22,7 +22,7 @@ print GroupNames.to_json() # convert the object into a dict group_names_dict = group_names_instance.to_dict() # create an instance of GroupNames from a dict -group_names_form_dict = group_names.from_dict(group_names_dict) +group_names_from_dict = GroupNames.from_dict(group_names_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupNamesInput.md b/clients/python/login_configuration_client/docs/GroupNamesInput.md index 4f1ea589..334738e7 100644 --- a/clients/python/login_configuration_client/docs/GroupNamesInput.md +++ b/clients/python/login_configuration_client/docs/GroupNamesInput.md @@ -21,7 +21,7 @@ print GroupNamesInput.to_json() # convert the object into a dict group_names_input_dict = group_names_input_instance.to_dict() # create an instance of GroupNamesInput from a dict -group_names_input_form_dict = group_names_input.from_dict(group_names_input_dict) +group_names_input_from_dict = GroupNamesInput.from_dict(group_names_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupUserMappingDto.md b/clients/python/login_configuration_client/docs/GroupUserMappingDto.md index ff253f6b..76eb84bc 100644 --- a/clients/python/login_configuration_client/docs/GroupUserMappingDto.md +++ b/clients/python/login_configuration_client/docs/GroupUserMappingDto.md @@ -22,7 +22,7 @@ print GroupUserMappingDto.to_json() # convert the object into a dict group_user_mapping_dto_dict = group_user_mapping_dto_instance.to_dict() # create an instance of GroupUserMappingDto from a dict -group_user_mapping_dto_form_dict = group_user_mapping_dto.from_dict(group_user_mapping_dto_dict) +group_user_mapping_dto_from_dict = GroupUserMappingDto.from_dict(group_user_mapping_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupUserMappingsList.md b/clients/python/login_configuration_client/docs/GroupUserMappingsList.md index 3f03c7ad..de6a6366 100644 --- a/clients/python/login_configuration_client/docs/GroupUserMappingsList.md +++ b/clients/python/login_configuration_client/docs/GroupUserMappingsList.md @@ -23,7 +23,7 @@ print GroupUserMappingsList.to_json() # convert the object into a dict group_user_mappings_list_dict = group_user_mappings_list_instance.to_dict() # create an instance of GroupUserMappingsList from a dict -group_user_mappings_list_form_dict = group_user_mappings_list.from_dict(group_user_mappings_list_dict) +group_user_mappings_list_from_dict = GroupUserMappingsList.from_dict(group_user_mappings_list_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupsList.md b/clients/python/login_configuration_client/docs/GroupsList.md index 37579dbd..46b6b5ca 100644 --- a/clients/python/login_configuration_client/docs/GroupsList.md +++ b/clients/python/login_configuration_client/docs/GroupsList.md @@ -21,7 +21,7 @@ print GroupsList.to_json() # convert the object into a dict groups_list_dict = groups_list_instance.to_dict() # create an instance of GroupsList from a dict -groups_list_form_dict = groups_list.from_dict(groups_list_dict) +groups_list_from_dict = GroupsList.from_dict(groups_list_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/GroupsPerUserLimitExceededError.md b/clients/python/login_configuration_client/docs/GroupsPerUserLimitExceededError.md index 8759ecce..5c54c1eb 100644 --- a/clients/python/login_configuration_client/docs/GroupsPerUserLimitExceededError.md +++ b/clients/python/login_configuration_client/docs/GroupsPerUserLimitExceededError.md @@ -25,7 +25,7 @@ print GroupsPerUserLimitExceededError.to_json() # convert the object into a dict groups_per_user_limit_exceeded_error_dict = groups_per_user_limit_exceeded_error_instance.to_dict() # create an instance of GroupsPerUserLimitExceededError from a dict -groups_per_user_limit_exceeded_error_form_dict = groups_per_user_limit_exceeded_error.from_dict(groups_per_user_limit_exceeded_error_dict) +groups_per_user_limit_exceeded_error_from_dict = GroupsPerUserLimitExceededError.from_dict(groups_per_user_limit_exceeded_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/IdTokenMapping.md b/clients/python/login_configuration_client/docs/IdTokenMapping.md index e9813cd8..311ea615 100644 --- a/clients/python/login_configuration_client/docs/IdTokenMapping.md +++ b/clients/python/login_configuration_client/docs/IdTokenMapping.md @@ -22,7 +22,7 @@ print IdTokenMapping.to_json() # convert the object into a dict id_token_mapping_dict = id_token_mapping_instance.to_dict() # create an instance of IdTokenMapping from a dict -id_token_mapping_form_dict = id_token_mapping.from_dict(id_token_mapping_dict) +id_token_mapping_from_dict = IdTokenMapping.from_dict(id_token_mapping_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/IdTokenMappingInner.md b/clients/python/login_configuration_client/docs/IdTokenMappingInner.md index ef18997f..d055ae4f 100644 --- a/clients/python/login_configuration_client/docs/IdTokenMappingInner.md +++ b/clients/python/login_configuration_client/docs/IdTokenMappingInner.md @@ -23,7 +23,7 @@ print IdTokenMappingInner.to_json() # convert the object into a dict id_token_mapping_inner_dict = id_token_mapping_inner_instance.to_dict() # create an instance of IdTokenMappingInner from a dict -id_token_mapping_inner_form_dict = id_token_mapping_inner.from_dict(id_token_mapping_inner_dict) +id_token_mapping_inner_from_dict = IdTokenMappingInner.from_dict(id_token_mapping_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/InvalidClaimContextError.md b/clients/python/login_configuration_client/docs/InvalidClaimContextError.md index 295851fb..b4327370 100644 --- a/clients/python/login_configuration_client/docs/InvalidClaimContextError.md +++ b/clients/python/login_configuration_client/docs/InvalidClaimContextError.md @@ -25,7 +25,7 @@ print InvalidClaimContextError.to_json() # convert the object into a dict invalid_claim_context_error_dict = invalid_claim_context_error_instance.to_dict() # create an instance of InvalidClaimContextError from a dict -invalid_claim_context_error_form_dict = invalid_claim_context_error.from_dict(invalid_claim_context_error_dict) +invalid_claim_context_error_from_dict = InvalidClaimContextError.from_dict(invalid_claim_context_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/InvalidGroupsError.md b/clients/python/login_configuration_client/docs/InvalidGroupsError.md index d64f6bb1..5a88b6b5 100644 --- a/clients/python/login_configuration_client/docs/InvalidGroupsError.md +++ b/clients/python/login_configuration_client/docs/InvalidGroupsError.md @@ -25,7 +25,7 @@ print InvalidGroupsError.to_json() # convert the object into a dict invalid_groups_error_dict = invalid_groups_error_instance.to_dict() # create an instance of InvalidGroupsError from a dict -invalid_groups_error_form_dict = invalid_groups_error.from_dict(invalid_groups_error_dict) +invalid_groups_error_from_dict = InvalidGroupsError.from_dict(invalid_groups_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/InvalidParameterError.md b/clients/python/login_configuration_client/docs/InvalidParameterError.md index bb6b4b2d..777ffaa2 100644 --- a/clients/python/login_configuration_client/docs/InvalidParameterError.md +++ b/clients/python/login_configuration_client/docs/InvalidParameterError.md @@ -25,7 +25,7 @@ print InvalidParameterError.to_json() # convert the object into a dict invalid_parameter_error_dict = invalid_parameter_error_instance.to_dict() # create an instance of InvalidParameterError from a dict -invalid_parameter_error_form_dict = invalid_parameter_error.from_dict(invalid_parameter_error_dict) +invalid_parameter_error_from_dict = InvalidParameterError.from_dict(invalid_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md b/clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md index 5fcc324c..964f52f1 100644 --- a/clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md +++ b/clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md @@ -24,7 +24,7 @@ print InvalidParameterErrorDetailsInner.to_json() # convert the object into a dict invalid_parameter_error_details_inner_dict = invalid_parameter_error_details_inner_instance.to_dict() # create an instance of InvalidParameterErrorDetailsInner from a dict -invalid_parameter_error_details_inner_form_dict = invalid_parameter_error_details_inner.from_dict(invalid_parameter_error_details_inner_dict) +invalid_parameter_error_details_inner_from_dict = InvalidParameterErrorDetailsInner.from_dict(invalid_parameter_error_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md b/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md index cd7b9bf7..b74a32a6 100644 --- a/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md +++ b/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md @@ -25,7 +25,7 @@ print InvalidVPTokenCreationTimeError.to_json() # convert the object into a dict invalid_vp_token_creation_time_error_dict = invalid_vp_token_creation_time_error_instance.to_dict() # create an instance of InvalidVPTokenCreationTimeError from a dict -invalid_vp_token_creation_time_error_form_dict = invalid_vp_token_creation_time_error.from_dict(invalid_vp_token_creation_time_error_dict) +invalid_vp_token_creation_time_error_from_dict = InvalidVPTokenCreationTimeError.from_dict(invalid_vp_token_creation_time_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/JsonWebKey.md b/clients/python/login_configuration_client/docs/JsonWebKey.md index 7fa79f33..958356af 100644 --- a/clients/python/login_configuration_client/docs/JsonWebKey.md +++ b/clients/python/login_configuration_client/docs/JsonWebKey.md @@ -21,7 +21,7 @@ print JsonWebKey.to_json() # convert the object into a dict json_web_key_dict = json_web_key_instance.to_dict() # create an instance of JsonWebKey from a dict -json_web_key_form_dict = json_web_key.from_dict(json_web_key_dict) +json_web_key_from_dict = JsonWebKey.from_dict(json_web_key_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/JsonWebKeyKeysInner.md b/clients/python/login_configuration_client/docs/JsonWebKeyKeysInner.md index 40dd53a0..1e7d3a07 100644 --- a/clients/python/login_configuration_client/docs/JsonWebKeyKeysInner.md +++ b/clients/python/login_configuration_client/docs/JsonWebKeyKeysInner.md @@ -37,7 +37,7 @@ print JsonWebKeyKeysInner.to_json() # convert the object into a dict json_web_key_keys_inner_dict = json_web_key_keys_inner_instance.to_dict() # create an instance of JsonWebKeyKeysInner from a dict -json_web_key_keys_inner_form_dict = json_web_key_keys_inner.from_dict(json_web_key_keys_inner_dict) +json_web_key_keys_inner_from_dict = JsonWebKeyKeysInner.from_dict(json_web_key_keys_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/ListLoginConfigurationOutput.md b/clients/python/login_configuration_client/docs/ListLoginConfigurationOutput.md index c2275409..ba1044db 100644 --- a/clients/python/login_configuration_client/docs/ListLoginConfigurationOutput.md +++ b/clients/python/login_configuration_client/docs/ListLoginConfigurationOutput.md @@ -22,7 +22,7 @@ print ListLoginConfigurationOutput.to_json() # convert the object into a dict list_login_configuration_output_dict = list_login_configuration_output_instance.to_dict() # create an instance of ListLoginConfigurationOutput from a dict -list_login_configuration_output_form_dict = list_login_configuration_output.from_dict(list_login_configuration_output_dict) +list_login_configuration_output_from_dict = ListLoginConfigurationOutput.from_dict(list_login_configuration_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataInput.md b/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataInput.md index 6eb71b74..3bc112e8 100644 --- a/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataInput.md +++ b/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataInput.md @@ -25,7 +25,7 @@ print LoginConfigurationClientMetadataInput.to_json() # convert the object into a dict login_configuration_client_metadata_input_dict = login_configuration_client_metadata_input_instance.to_dict() # create an instance of LoginConfigurationClientMetadataInput from a dict -login_configuration_client_metadata_input_form_dict = login_configuration_client_metadata_input.from_dict(login_configuration_client_metadata_input_dict) +login_configuration_client_metadata_input_from_dict = LoginConfigurationClientMetadataInput.from_dict(login_configuration_client_metadata_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataOutput.md b/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataOutput.md index ba281ebc..6342d4d3 100644 --- a/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataOutput.md +++ b/clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataOutput.md @@ -26,7 +26,7 @@ print LoginConfigurationClientMetadataOutput.to_json() # convert the object into a dict login_configuration_client_metadata_output_dict = login_configuration_client_metadata_output_instance.to_dict() # create an instance of LoginConfigurationClientMetadataOutput from a dict -login_configuration_client_metadata_output_form_dict = login_configuration_client_metadata_output.from_dict(login_configuration_client_metadata_output_dict) +login_configuration_client_metadata_output_from_dict = LoginConfigurationClientMetadataOutput.from_dict(login_configuration_client_metadata_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginConfigurationObject.md b/clients/python/login_configuration_client/docs/LoginConfigurationObject.md index 13305c97..d5554a0b 100644 --- a/clients/python/login_configuration_client/docs/LoginConfigurationObject.md +++ b/clients/python/login_configuration_client/docs/LoginConfigurationObject.md @@ -34,7 +34,7 @@ print LoginConfigurationObject.to_json() # convert the object into a dict login_configuration_object_dict = login_configuration_object_instance.to_dict() # create an instance of LoginConfigurationObject from a dict -login_configuration_object_form_dict = login_configuration_object.from_dict(login_configuration_object_dict) +login_configuration_object_from_dict = LoginConfigurationObject.from_dict(login_configuration_object_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginConfigurationReadInvalidClientIdError.md b/clients/python/login_configuration_client/docs/LoginConfigurationReadInvalidClientIdError.md index b80c2b68..c3c8e066 100644 --- a/clients/python/login_configuration_client/docs/LoginConfigurationReadInvalidClientIdError.md +++ b/clients/python/login_configuration_client/docs/LoginConfigurationReadInvalidClientIdError.md @@ -25,7 +25,7 @@ print LoginConfigurationReadInvalidClientIdError.to_json() # convert the object into a dict login_configuration_read_invalid_client_id_error_dict = login_configuration_read_invalid_client_id_error_instance.to_dict() # create an instance of LoginConfigurationReadInvalidClientIdError from a dict -login_configuration_read_invalid_client_id_error_form_dict = login_configuration_read_invalid_client_id_error.from_dict(login_configuration_read_invalid_client_id_error_dict) +login_configuration_read_invalid_client_id_error_from_dict = LoginConfigurationReadInvalidClientIdError.from_dict(login_configuration_read_invalid_client_id_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseInput.md b/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseInput.md index 021a1195..78caaff5 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseInput.md +++ b/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseInput.md @@ -22,7 +22,7 @@ print LoginSessionAcceptResponseInput.to_json() # convert the object into a dict login_session_accept_response_input_dict = login_session_accept_response_input_instance.to_dict() # create an instance of LoginSessionAcceptResponseInput from a dict -login_session_accept_response_input_form_dict = login_session_accept_response_input.from_dict(login_session_accept_response_input_dict) +login_session_accept_response_input_from_dict = LoginSessionAcceptResponseInput.from_dict(login_session_accept_response_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseOutput.md b/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseOutput.md index 49ea6b3c..61b998af 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseOutput.md +++ b/clients/python/login_configuration_client/docs/LoginSessionAcceptResponseOutput.md @@ -22,7 +22,7 @@ print LoginSessionAcceptResponseOutput.to_json() # convert the object into a dict login_session_accept_response_output_dict = login_session_accept_response_output_instance.to_dict() # create an instance of LoginSessionAcceptResponseOutput from a dict -login_session_accept_response_output_form_dict = login_session_accept_response_output.from_dict(login_session_accept_response_output_dict) +login_session_accept_response_output_from_dict = LoginSessionAcceptResponseOutput.from_dict(login_session_accept_response_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionDto.md b/clients/python/login_configuration_client/docs/LoginSessionDto.md index d0e46c94..c8ee5d62 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionDto.md +++ b/clients/python/login_configuration_client/docs/LoginSessionDto.md @@ -22,7 +22,7 @@ print LoginSessionDto.to_json() # convert the object into a dict login_session_dto_dict = login_session_dto_instance.to_dict() # create an instance of LoginSessionDto from a dict -login_session_dto_form_dict = login_session_dto.from_dict(login_session_dto_dict) +login_session_dto_from_dict = LoginSessionDto.from_dict(login_session_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md b/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md index 4317bb8c..f693832e 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md +++ b/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md @@ -25,7 +25,7 @@ print LoginSessionDtoAuthorizationRequest.to_json() # convert the object into a dict login_session_dto_authorization_request_dict = login_session_dto_authorization_request_instance.to_dict() # create an instance of LoginSessionDtoAuthorizationRequest from a dict -login_session_dto_authorization_request_form_dict = login_session_dto_authorization_request.from_dict(login_session_dto_authorization_request_dict) +login_session_dto_authorization_request_from_dict = LoginSessionDtoAuthorizationRequest.from_dict(login_session_dto_authorization_request_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionForIDPInput.md b/clients/python/login_configuration_client/docs/LoginSessionForIDPInput.md index a5cde42f..26f3f33c 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionForIDPInput.md +++ b/clients/python/login_configuration_client/docs/LoginSessionForIDPInput.md @@ -24,7 +24,7 @@ print LoginSessionForIDPInput.to_json() # convert the object into a dict login_session_for_idp_input_dict = login_session_for_idp_input_instance.to_dict() # create an instance of LoginSessionForIDPInput from a dict -login_session_for_idp_input_form_dict = login_session_for_idp_input.from_dict(login_session_for_idp_input_dict) +login_session_for_idp_input_from_dict = LoginSessionForIDPInput.from_dict(login_session_for_idp_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionRejectResponseInput.md b/clients/python/login_configuration_client/docs/LoginSessionRejectResponseInput.md index ac08a3a9..11027cb4 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionRejectResponseInput.md +++ b/clients/python/login_configuration_client/docs/LoginSessionRejectResponseInput.md @@ -25,7 +25,7 @@ print LoginSessionRejectResponseInput.to_json() # convert the object into a dict login_session_reject_response_input_dict = login_session_reject_response_input_instance.to_dict() # create an instance of LoginSessionRejectResponseInput from a dict -login_session_reject_response_input_form_dict = login_session_reject_response_input.from_dict(login_session_reject_response_input_dict) +login_session_reject_response_input_from_dict = LoginSessionRejectResponseInput.from_dict(login_session_reject_response_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/LoginSessionRejectResponseOutput.md b/clients/python/login_configuration_client/docs/LoginSessionRejectResponseOutput.md index 2e47c67b..e0d81867 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionRejectResponseOutput.md +++ b/clients/python/login_configuration_client/docs/LoginSessionRejectResponseOutput.md @@ -22,7 +22,7 @@ print LoginSessionRejectResponseOutput.to_json() # convert the object into a dict login_session_reject_response_output_dict = login_session_reject_response_output_instance.to_dict() # create an instance of LoginSessionRejectResponseOutput from a dict -login_session_reject_response_output_form_dict = login_session_reject_response_output.from_dict(login_session_reject_response_output_dict) +login_session_reject_response_output_from_dict = LoginSessionRejectResponseOutput.from_dict(login_session_reject_response_output_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/NotFoundError.md b/clients/python/login_configuration_client/docs/NotFoundError.md index ac953353..f7afe239 100644 --- a/clients/python/login_configuration_client/docs/NotFoundError.md +++ b/clients/python/login_configuration_client/docs/NotFoundError.md @@ -25,7 +25,7 @@ print NotFoundError.to_json() # convert the object into a dict not_found_error_dict = not_found_error_instance.to_dict() # create an instance of NotFoundError from a dict -not_found_error_form_dict = not_found_error.from_dict(not_found_error_dict) +not_found_error_from_dict = NotFoundError.from_dict(not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/OAuth2Token.md b/clients/python/login_configuration_client/docs/OAuth2Token.md index 846ce545..5e5ee84d 100644 --- a/clients/python/login_configuration_client/docs/OAuth2Token.md +++ b/clients/python/login_configuration_client/docs/OAuth2Token.md @@ -26,7 +26,7 @@ print OAuth2Token.to_json() # convert the object into a dict o_auth2_token_dict = o_auth2_token_instance.to_dict() # create an instance of OAuth2Token from a dict -o_auth2_token_form_dict = o_auth2_token.from_dict(o_auth2_token_dict) +o_auth2_token_from_dict = OAuth2Token.from_dict(o_auth2_token_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/OIDCConfig.md b/clients/python/login_configuration_client/docs/OIDCConfig.md index 446c0799..f15e3f77 100644 --- a/clients/python/login_configuration_client/docs/OIDCConfig.md +++ b/clients/python/login_configuration_client/docs/OIDCConfig.md @@ -51,7 +51,7 @@ print OIDCConfig.to_json() # convert the object into a dict oidc_config_dict = oidc_config_instance.to_dict() # create an instance of OIDCConfig from a dict -oidc_config_form_dict = oidc_config.from_dict(oidc_config_dict) +oidc_config_from_dict = OIDCConfig.from_dict(oidc_config_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/OIDCConfigCredentialsSupportedDraft00Inner.md b/clients/python/login_configuration_client/docs/OIDCConfigCredentialsSupportedDraft00Inner.md index 2142d3b9..4276d307 100644 --- a/clients/python/login_configuration_client/docs/OIDCConfigCredentialsSupportedDraft00Inner.md +++ b/clients/python/login_configuration_client/docs/OIDCConfigCredentialsSupportedDraft00Inner.md @@ -24,7 +24,7 @@ print OIDCConfigCredentialsSupportedDraft00Inner.to_json() # convert the object into a dict oidc_config_credentials_supported_draft00_inner_dict = oidc_config_credentials_supported_draft00_inner_instance.to_dict() # create an instance of OIDCConfigCredentialsSupportedDraft00Inner from a dict -oidc_config_credentials_supported_draft00_inner_form_dict = oidc_config_credentials_supported_draft00_inner.from_dict(oidc_config_credentials_supported_draft00_inner_dict) +oidc_config_credentials_supported_draft00_inner_from_dict = OIDCConfigCredentialsSupportedDraft00Inner.from_dict(oidc_config_credentials_supported_draft00_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/RedirectResponse.md b/clients/python/login_configuration_client/docs/RedirectResponse.md index 8a3dc039..bedc60e7 100644 --- a/clients/python/login_configuration_client/docs/RedirectResponse.md +++ b/clients/python/login_configuration_client/docs/RedirectResponse.md @@ -24,7 +24,7 @@ print RedirectResponse.to_json() # convert the object into a dict redirect_response_dict = redirect_response_instance.to_dict() # create an instance of RedirectResponse from a dict -redirect_response_form_dict = redirect_response.from_dict(redirect_response_dict) +redirect_response_from_dict = RedirectResponse.from_dict(redirect_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/RemoveUserFromGroupInput.md b/clients/python/login_configuration_client/docs/RemoveUserFromGroupInput.md index 83dbaaf1..a35612bb 100644 --- a/clients/python/login_configuration_client/docs/RemoveUserFromGroupInput.md +++ b/clients/python/login_configuration_client/docs/RemoveUserFromGroupInput.md @@ -23,7 +23,7 @@ print RemoveUserFromGroupInput.to_json() # convert the object into a dict remove_user_from_group_input_dict = remove_user_from_group_input_instance.to_dict() # create an instance of RemoveUserFromGroupInput from a dict -remove_user_from_group_input_form_dict = remove_user_from_group_input.from_dict(remove_user_from_group_input_dict) +remove_user_from_group_input_from_dict = RemoveUserFromGroupInput.from_dict(remove_user_from_group_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/ResourceCreationError.md b/clients/python/login_configuration_client/docs/ResourceCreationError.md index b7f37574..6b4096ec 100644 --- a/clients/python/login_configuration_client/docs/ResourceCreationError.md +++ b/clients/python/login_configuration_client/docs/ResourceCreationError.md @@ -25,7 +25,7 @@ print ResourceCreationError.to_json() # convert the object into a dict resource_creation_error_dict = resource_creation_error_instance.to_dict() # create an instance of ResourceCreationError from a dict -resource_creation_error_form_dict = resource_creation_error.from_dict(resource_creation_error_dict) +resource_creation_error_from_dict = ResourceCreationError.from_dict(resource_creation_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/ServiceErrorResponse.md b/clients/python/login_configuration_client/docs/ServiceErrorResponse.md index e704e371..c835a5d1 100644 --- a/clients/python/login_configuration_client/docs/ServiceErrorResponse.md +++ b/clients/python/login_configuration_client/docs/ServiceErrorResponse.md @@ -26,7 +26,7 @@ print ServiceErrorResponse.to_json() # convert the object into a dict service_error_response_dict = service_error_response_instance.to_dict() # create an instance of ServiceErrorResponse from a dict -service_error_response_form_dict = service_error_response.from_dict(service_error_response_dict) +service_error_response_from_dict = ServiceErrorResponse.from_dict(service_error_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/ServiceErrorResponseDetailsInner.md b/clients/python/login_configuration_client/docs/ServiceErrorResponseDetailsInner.md index 75b145fc..006ace43 100644 --- a/clients/python/login_configuration_client/docs/ServiceErrorResponseDetailsInner.md +++ b/clients/python/login_configuration_client/docs/ServiceErrorResponseDetailsInner.md @@ -24,7 +24,7 @@ print ServiceErrorResponseDetailsInner.to_json() # convert the object into a dict service_error_response_details_inner_dict = service_error_response_details_inner_instance.to_dict() # create an instance of ServiceErrorResponseDetailsInner from a dict -service_error_response_details_inner_form_dict = service_error_response_details_inner.from_dict(service_error_response_details_inner_dict) +service_error_response_details_inner_from_dict = ServiceErrorResponseDetailsInner.from_dict(service_error_response_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/TokenEndpointAuthMethod.md b/clients/python/login_configuration_client/docs/TokenEndpointAuthMethod.md index 5afdf58b..66ac4d41 100644 --- a/clients/python/login_configuration_client/docs/TokenEndpointAuthMethod.md +++ b/clients/python/login_configuration_client/docs/TokenEndpointAuthMethod.md @@ -2,9 +2,12 @@ Requested Client Authentication method for the Token Endpoint. The options are: `client_secret_post`: (default) Send client_id and client_secret as application/x-www-form-urlencoded in the HTTP body. `client_secret_basic`: Send client_id and client_secret as application/x-www-form-urlencoded encoded in the HTTP Authorization header. `none`: For public clients (native/mobile apps) which can not have secret. -## Properties +## Enum -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | +- `CLIENT_SECRET_BASIC` (value: `'client_secret_basic'`) + +- `CLIENT_SECRET_POST` (value: `'client_secret_post'`) + +- `NONE` (value: `'none'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/UnauthorizedError.md b/clients/python/login_configuration_client/docs/UnauthorizedError.md index fbe946c1..17d20426 100644 --- a/clients/python/login_configuration_client/docs/UnauthorizedError.md +++ b/clients/python/login_configuration_client/docs/UnauthorizedError.md @@ -25,7 +25,7 @@ print UnauthorizedError.to_json() # convert the object into a dict unauthorized_error_dict = unauthorized_error_instance.to_dict() # create an instance of UnauthorizedError from a dict -unauthorized_error_form_dict = unauthorized_error.from_dict(unauthorized_error_dict) +unauthorized_error_from_dict = UnauthorizedError.from_dict(unauthorized_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/UpdateLoginConfigurationInput.md b/clients/python/login_configuration_client/docs/UpdateLoginConfigurationInput.md index 80aa62e5..2cc35d69 100644 --- a/clients/python/login_configuration_client/docs/UpdateLoginConfigurationInput.md +++ b/clients/python/login_configuration_client/docs/UpdateLoginConfigurationInput.md @@ -30,7 +30,7 @@ print UpdateLoginConfigurationInput.to_json() # convert the object into a dict update_login_configuration_input_dict = update_login_configuration_input_instance.to_dict() # create an instance of UpdateLoginConfigurationInput from a dict -update_login_configuration_input_form_dict = update_login_configuration_input.from_dict(update_login_configuration_input_dict) +update_login_configuration_input_from_dict = UpdateLoginConfigurationInput.from_dict(update_login_configuration_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/docs/VPTokenValidationError.md b/clients/python/login_configuration_client/docs/VPTokenValidationError.md index 1389f80b..db21cdc5 100644 --- a/clients/python/login_configuration_client/docs/VPTokenValidationError.md +++ b/clients/python/login_configuration_client/docs/VPTokenValidationError.md @@ -25,7 +25,7 @@ print VPTokenValidationError.to_json() # convert the object into a dict vp_token_validation_error_dict = vp_token_validation_error_instance.to_dict() # create an instance of VPTokenValidationError from a dict -vp_token_validation_error_form_dict = vp_token_validation_error.from_dict(vp_token_validation_error_dict) +vp_token_validation_error_from_dict = VPTokenValidationError.from_dict(vp_token_validation_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/login_configuration_client/project.json b/clients/python/login_configuration_client/project.json index ee854102..fbfaa97a 100644 --- a/clients/python/login_configuration_client/project.json +++ b/clients/python/login_configuration_client/project.json @@ -22,7 +22,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "poetry publish" + "command": "poetry publish --skip-existing" } }, "tags": [] diff --git a/clients/python/login_configuration_client/pyproject.toml b/clients/python/login_configuration_client/pyproject.toml index 2e3c5ce1..08e8a599 100644 --- a/clients/python/login_configuration_client/pyproject.toml +++ b/clients/python/login_configuration_client/pyproject.toml @@ -5,7 +5,7 @@ description = "OidcVpAdapterBackend" authors = ["Affinidi "] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" +repository = "https://github.com/affinidi.com/affinidi-tdk" keywords = ["OpenAPI", "OpenAPI-Generator", "OidcVpAdapterBackend"] include = ["affinidi_tdk_login_configuration_client/py.typed"] diff --git a/clients/python/login_configuration_client/setup.py b/clients/python/login_configuration_client/setup.py index 0726d6fe..60b1c32e 100644 --- a/clients/python/login_configuration_client/setup.py +++ b/clients/python/login_configuration_client/setup.py @@ -3,7 +3,7 @@ """ OidcVpAdapterBackend - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -45,7 +45,7 @@ license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) """, # noqa: E501 package_data={"affinidi_tdk_login_configuration_client": ["py.typed"]}, ) diff --git a/clients/python/wallets_client/.openapi-generator/FILES b/clients/python/wallets_client/.openapi-generator/FILES index 1505cf20..053c0025 100644 --- a/clients/python/wallets_client/.openapi-generator/FILES +++ b/clients/python/wallets_client/.openapi-generator/FILES @@ -2,6 +2,7 @@ .gitignore .travis.yml README.md +README.md affinidi_tdk_wallets_client/__init__.py affinidi_tdk_wallets_client/api/__init__.py affinidi_tdk_wallets_client/api/default_api.py diff --git a/clients/python/wallets_client/.openapi-generator/VERSION b/clients/python/wallets_client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/python/wallets_client/.openapi-generator/VERSION +++ b/clients/python/wallets_client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/python/wallets_client/README.md b/clients/python/wallets_client/README.md index d46ae6a3..8c62cdbf 100644 --- a/clients/python/wallets_client/README.md +++ b/clients/python/wallets_client/README.md @@ -1,13 +1,10 @@ # affinidi_tdk_wallets_client -Cloud Wallet For Enterprise Structure +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: +For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) -- API version: 1.0.0 -- Package version: 1.0.0 -- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen - For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk) +Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/wallets](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/wallets) ## Requirements. @@ -20,11 +17,9 @@ Python 3.7+ If the python package is hosted on a repository, you can install directly using: ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install affinidi_tdk_wallets_client ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) - Then import the package: ```python @@ -39,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools). python setup.py install --user ``` -(or `sudo python setup.py install` to install the package for all users) - Then import the package: ```python diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py index b3e397c0..31e5d277 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py @@ -5,7 +5,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/api/default_api.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/api/default_api.py index 5b749f17..4262cf97 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/api/default_api.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/api/default_api.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/api/revocation_api.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/api/revocation_api.py index 28247e6a..a65e2fad 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/api/revocation_api.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/api/revocation_api.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/api/wallet_api.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/api/wallet_api.py index 711649f5..791728dc 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/api/wallet_api.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/api/wallet_api.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/api_client.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/api_client.py index a08068b0..731abf69 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/api_client.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/api_client.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -539,7 +539,7 @@ def parameters_to_url_query(self, params, collection_formats): if k in collection_formats: collection_format = collection_formats[k] if collection_format == 'multi': - new_params.extend((k, value) for value in v) + new_params.extend((k, str(value)) for value in v) else: if collection_format == 'ssv': delimiter = ' ' @@ -554,7 +554,7 @@ def parameters_to_url_query(self, params, collection_formats): else: new_params.append((k, quote(str(v)))) - return "&".join(["=".join(item) for item in new_params]) + return "&".join(["=".join(map(str, item)) for item in new_params]) def files_parameters(self, files=None): """Builds form parameters. diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/configuration.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/configuration.py index 1b3fbcf1..a5e4481e 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/configuration.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/configuration.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/exceptions.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/exceptions.py index bb283d86..12419bde 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/exceptions.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/exceptions.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py index 92ba9f45..ac088a2f 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py @@ -4,7 +4,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_input.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_input.py index e1757663..8ef4c044 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_input.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_input.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_response.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_response.py index 1fc3f825..31103f8f 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_response.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_response.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_key_input_params.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_key_input_params.py index 8893dd77..1149f748 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_key_input_params.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_key_input_params.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,9 +26,9 @@ class DidKeyInputParams(BaseModel): """ Did key input params # noqa: E501 """ - name: Optional[StrictStr] = Field(None, description="The name of the wallet") - description: Optional[StrictStr] = Field(None, description="The description of the wallet") - did_method: Optional[StrictStr] = Field(None, alias="didMethod") + name: Optional[StrictStr] = Field(default=None, description="The name of the wallet") + description: Optional[StrictStr] = Field(default=None, description="The description of the wallet") + did_method: Optional[StrictStr] = Field(default=None, alias="didMethod") __properties = ["name", "description", "didMethod"] @validator('did_method') diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_web_input_params.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_web_input_params.py index 9538f169..b03bfb3e 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_web_input_params.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_web_input_params.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,10 +26,10 @@ class DidWebInputParams(BaseModel): """ Additional params for did method web # noqa: E501 """ - name: Optional[StrictStr] = Field(None, description="The name of the wallet") - description: Optional[StrictStr] = Field(None, description="The description of the wallet") - did_method: StrictStr = Field(..., alias="didMethod") - did_web_url: constr(strict=True, max_length=300) = Field(..., alias="didWebUrl", description="If the did method is web, this is the URL of the did") + name: Optional[StrictStr] = Field(default=None, description="The name of the wallet") + description: Optional[StrictStr] = Field(default=None, description="The description of the wallet") + did_method: StrictStr = Field(default=..., alias="didMethod") + did_web_url: constr(strict=True, max_length=300) = Field(default=..., alias="didWebUrl", description="If the did method is web, this is the URL of the did") __properties = ["name", "description", "didMethod", "didWebUrl"] @validator('did_method') diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/entity_not_found_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/entity_not_found_error.py index 22a4489b..df449e5a 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/entity_not_found_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/entity_not_found_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class EntityNotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py index 58a61ca0..5057b88c 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class GetRevocationCredentialStatusOK(BaseModel): """ DTO contains revocation list credential # noqa: E501 """ - revocation_list_credential: Dict[str, Any] = Field(..., alias="revocationListCredential") + revocation_list_credential: Dict[str, Any] = Field(default=..., alias="revocationListCredential") __properties = ["revocationListCredential"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py index 2458f1bb..75d0a529 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class GetRevocationListCredentialResultDto(BaseModel): """ DTO contains revocation list credential # noqa: E501 """ - revocation_list_credential: Dict[str, Any] = Field(..., alias="revocationListCredential") + revocation_list_credential: Dict[str, Any] = Field(default=..., alias="revocationListCredential") __properties = ["revocationListCredential"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py index bcb143c9..1803ae94 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidDidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_parameter_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_parameter_error.py index 11c48e6b..536f2995 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_parameter_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_parameter_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/key_not_found_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/key_not_found_error.py index 70c075b0..4ad2ccf9 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/key_not_found_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/key_not_found_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class KeyNotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/not_found_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/not_found_error.py index 22bee44c..ce073b00 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/not_found_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/not_found_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class NotFoundError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/operation_forbidden_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/operation_forbidden_error.py index c165666a..c941e64b 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/operation_forbidden_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/operation_forbidden_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class OperationForbiddenError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/revoke_credential_input.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/revoke_credential_input.py index a9643c9c..00ec4186 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/revoke_credential_input.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/revoke_credential_input.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class RevokeCredentialInput(BaseModel): """ RevokeCredentialInput """ - revocation_reason: Optional[StrictStr] = Field(None, alias="revocationReason") - credential_id: Optional[StrictStr] = Field(None, alias="credentialId") + revocation_reason: Optional[StrictStr] = Field(default=None, alias="revocationReason") + credential_id: Optional[StrictStr] = Field(default=None, alias="credentialId") __properties = ["revocationReason", "credentialId"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response.py index 5d722be0..539a6795 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,9 +27,9 @@ class ServiceErrorResponse(BaseModel): """ ServiceErrorResponse """ - debug_id: StrictStr = Field(..., alias="debugId", description="unique id for correlating this specific error to logs") - name: StrictStr = Field(..., description="name of the error") - code: StrictStr = Field(..., description="backwards compatible Affinidi error code") + debug_id: StrictStr = Field(default=..., alias="debugId", description="unique id for correlating this specific error to logs") + name: StrictStr = Field(default=..., description="name of the error") + code: StrictStr = Field(default=..., description="backwards compatible Affinidi error code") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["debugId", "name", "code", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response_details_inner.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response_details_inner.py index 57b1332f..78da0181 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response_details_inner.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response_details_inner.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential400_response.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential400_response.py index 85fac1eb..5f85c218 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential400_response.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential400_response.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py index 79582132..ab7c1f2c 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,10 +27,10 @@ class SignCredentialInputDto(BaseModel): """ DTO contains params to sign credential # noqa: E501 """ - unsigned_credential: Optional[Dict[str, Any]] = Field(None, alias="unsignedCredential", description="Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted") + unsigned_credential: Optional[Dict[str, Any]] = Field(default=None, alias="unsignedCredential", description="Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted") revocable: Optional[StrictBool] = None - credential_format: Optional[StrictStr] = Field(None, alias="credentialFormat") - unsigned_credential_params: Optional[SignCredentialInputDtoUnsignedCredentialParams] = Field(None, alias="unsignedCredentialParams") + credential_format: Optional[StrictStr] = Field(default=None, alias="credentialFormat") + unsigned_credential_params: Optional[SignCredentialInputDtoUnsignedCredentialParams] = Field(default=None, alias="unsignedCredentialParams") __properties = ["unsignedCredential", "revocable", "credentialFormat", "unsignedCredentialParams"] @validator('credential_format') diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py index 13036fa0..2e959190 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,12 +26,12 @@ class SignCredentialInputDtoUnsignedCredentialParams(BaseModel): """ unsignedCredentialParams. Used to build an unsigned credential before the signing. This param is not accepted when \"unsignedCredential\" is given # noqa: E501 """ - json_ld_context_url: StrictStr = Field(..., alias="jsonLdContextUrl") - json_schema_url: StrictStr = Field(..., alias="jsonSchemaUrl") - type_name: StrictStr = Field(..., alias="typeName") - credential_subject: Dict[str, Any] = Field(..., alias="credentialSubject") - holder_did: constr(strict=True) = Field(..., alias="holderDid") - expires_at: StrictStr = Field(..., alias="expiresAt") + json_ld_context_url: StrictStr = Field(default=..., alias="jsonLdContextUrl") + json_schema_url: StrictStr = Field(default=..., alias="jsonSchemaUrl") + type_name: StrictStr = Field(default=..., alias="typeName") + credential_subject: Dict[str, Any] = Field(default=..., alias="credentialSubject") + holder_did: constr(strict=True) = Field(default=..., alias="holderDid") + expires_at: StrictStr = Field(default=..., alias="expiresAt") __properties = ["jsonLdContextUrl", "jsonSchemaUrl", "typeName", "credentialSubject", "holderDid", "expiresAt"] @validator('holder_did') diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py index 65bc2b6c..157ede0b 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,7 +27,7 @@ class SignCredentialResultDto(BaseModel): """ DTO contains signed credential # noqa: E501 """ - signed_credential: SignCredentialResultDtoSignedCredential = Field(..., alias="signedCredential") + signed_credential: SignCredentialResultDtoSignedCredential = Field(default=..., alias="signedCredential") __properties = ["signedCredential"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py index fcf7ff8d..823089ac 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token.py index c92222a8..66765018 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py index 7d3dcd0e..9c741abc 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,7 +26,7 @@ class SignJwtTokenOK(BaseModel): """ SignJwtTokenOK """ - signed_jwt: Optional[StrictStr] = Field(None, alias="signedJwt") + signed_jwt: Optional[StrictStr] = Field(default=None, alias="signedJwt") __properties = ["signedJwt"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/signing_failed_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/signing_failed_error.py index fc0d36fb..53dcf183 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/signing_failed_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/signing_failed_error.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -29,8 +29,8 @@ class SigningFailedError(BaseModel): """ name: StrictStr = Field(...) message: StrictStr = Field(...) - http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") - trace_id: StrictStr = Field(..., alias="traceId") + http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode") + trace_id: StrictStr = Field(default=..., alias="traceId") details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None __properties = ["name", "message", "httpStatusCode", "traceId", "details"] diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/update_wallet_input.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/update_wallet_input.py index 2610aef4..15ec3e98 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/update_wallet_input.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/update_wallet_input.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class UpdateWalletInput(BaseModel): """ Update wallet input params # noqa: E501 """ - name: Optional[StrictStr] = Field(None, description="The name of the wallet") - description: Optional[StrictStr] = Field(None, description="The description of the wallet") + name: Optional[StrictStr] = Field(default=None, description="The name of the wallet") + description: Optional[StrictStr] = Field(default=None, description="The description of the wallet") __properties = ["name", "description"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py index c1039aee..ecd0491b 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -27,15 +27,15 @@ class WalletDto(BaseModel): """ wallet dto # noqa: E501 """ - id: Optional[StrictStr] = Field(None, description="id of the wallet in uuidV4 format") - did: Optional[StrictStr] = Field(None, description="did of the wallet") - name: Optional[StrictStr] = Field(None, description="The name of the wallet") - description: Optional[StrictStr] = Field(None, description="The description of the wallet") - did_document: Optional[Dict[str, Any]] = Field(None, alias="didDocument", description="did document of the wallet") - ari: Optional[StrictStr] = Field(None, description="ARI of the wallet") + id: Optional[StrictStr] = Field(default=None, description="id of the wallet in uuidV4 format") + did: Optional[StrictStr] = Field(default=None, description="did of the wallet") + name: Optional[StrictStr] = Field(default=None, description="The name of the wallet") + description: Optional[StrictStr] = Field(default=None, description="The description of the wallet") + did_document: Optional[Dict[str, Any]] = Field(default=None, alias="didDocument", description="did document of the wallet") + ari: Optional[StrictStr] = Field(default=None, description="ARI of the wallet") keys: Optional[conlist(WalletDtoKeysInner)] = None - created_at: Optional[StrictStr] = Field(None, alias="createdAt") - modified_at: Optional[StrictStr] = Field(None, alias="modifiedAt") + created_at: Optional[StrictStr] = Field(default=None, alias="createdAt") + modified_at: Optional[StrictStr] = Field(default=None, alias="modifiedAt") __properties = ["id", "did", "name", "description", "didDocument", "ari", "keys", "createdAt", "modifiedAt"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py index dbd4bcbf..28782834 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -26,8 +26,8 @@ class WalletDtoKeysInner(BaseModel): """ WalletDtoKeysInner """ - id: Optional[StrictStr] = Field(None, description="id of linked key") - ari: Optional[StrictStr] = Field(None, description="ari of linked key") + id: Optional[StrictStr] = Field(default=None, description="id of linked key") + ari: Optional[StrictStr] = Field(default=None, description="ari of linked key") __properties = ["id", "ari"] class Config: diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallets_list_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallets_list_dto.py index 2e662600..6d9684fd 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallets_list_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallets_list_dto.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/rest.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/rest.py index 81243096..2ff41292 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/rest.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/rest.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com diff --git a/clients/python/wallets_client/docs/CreateWalletInput.md b/clients/python/wallets_client/docs/CreateWalletInput.md index ce99e0d0..cc3c5333 100644 --- a/clients/python/wallets_client/docs/CreateWalletInput.md +++ b/clients/python/wallets_client/docs/CreateWalletInput.md @@ -24,7 +24,7 @@ print CreateWalletInput.to_json() # convert the object into a dict create_wallet_input_dict = create_wallet_input_instance.to_dict() # create an instance of CreateWalletInput from a dict -create_wallet_input_form_dict = create_wallet_input.from_dict(create_wallet_input_dict) +create_wallet_input_from_dict = CreateWalletInput.from_dict(create_wallet_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/CreateWalletResponse.md b/clients/python/wallets_client/docs/CreateWalletResponse.md index ea292977..c0c2283e 100644 --- a/clients/python/wallets_client/docs/CreateWalletResponse.md +++ b/clients/python/wallets_client/docs/CreateWalletResponse.md @@ -23,7 +23,7 @@ print CreateWalletResponse.to_json() # convert the object into a dict create_wallet_response_dict = create_wallet_response_instance.to_dict() # create an instance of CreateWalletResponse from a dict -create_wallet_response_form_dict = create_wallet_response.from_dict(create_wallet_response_dict) +create_wallet_response_from_dict = CreateWalletResponse.from_dict(create_wallet_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/DidKeyInputParams.md b/clients/python/wallets_client/docs/DidKeyInputParams.md index a3cfe749..f7d8f0dd 100644 --- a/clients/python/wallets_client/docs/DidKeyInputParams.md +++ b/clients/python/wallets_client/docs/DidKeyInputParams.md @@ -25,7 +25,7 @@ print DidKeyInputParams.to_json() # convert the object into a dict did_key_input_params_dict = did_key_input_params_instance.to_dict() # create an instance of DidKeyInputParams from a dict -did_key_input_params_form_dict = did_key_input_params.from_dict(did_key_input_params_dict) +did_key_input_params_from_dict = DidKeyInputParams.from_dict(did_key_input_params_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/DidWebInputParams.md b/clients/python/wallets_client/docs/DidWebInputParams.md index d1b61bc7..bd0241ec 100644 --- a/clients/python/wallets_client/docs/DidWebInputParams.md +++ b/clients/python/wallets_client/docs/DidWebInputParams.md @@ -26,7 +26,7 @@ print DidWebInputParams.to_json() # convert the object into a dict did_web_input_params_dict = did_web_input_params_instance.to_dict() # create an instance of DidWebInputParams from a dict -did_web_input_params_form_dict = did_web_input_params.from_dict(did_web_input_params_dict) +did_web_input_params_from_dict = DidWebInputParams.from_dict(did_web_input_params_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/EntityNotFoundError.md b/clients/python/wallets_client/docs/EntityNotFoundError.md index e1dccb14..04a4b783 100644 --- a/clients/python/wallets_client/docs/EntityNotFoundError.md +++ b/clients/python/wallets_client/docs/EntityNotFoundError.md @@ -25,7 +25,7 @@ print EntityNotFoundError.to_json() # convert the object into a dict entity_not_found_error_dict = entity_not_found_error_instance.to_dict() # create an instance of EntityNotFoundError from a dict -entity_not_found_error_form_dict = entity_not_found_error.from_dict(entity_not_found_error_dict) +entity_not_found_error_from_dict = EntityNotFoundError.from_dict(entity_not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/GetRevocationCredentialStatusOK.md b/clients/python/wallets_client/docs/GetRevocationCredentialStatusOK.md index 56c7b581..375f3dc0 100644 --- a/clients/python/wallets_client/docs/GetRevocationCredentialStatusOK.md +++ b/clients/python/wallets_client/docs/GetRevocationCredentialStatusOK.md @@ -23,7 +23,7 @@ print GetRevocationCredentialStatusOK.to_json() # convert the object into a dict get_revocation_credential_status_ok_dict = get_revocation_credential_status_ok_instance.to_dict() # create an instance of GetRevocationCredentialStatusOK from a dict -get_revocation_credential_status_ok_form_dict = get_revocation_credential_status_ok.from_dict(get_revocation_credential_status_ok_dict) +get_revocation_credential_status_ok_from_dict = GetRevocationCredentialStatusOK.from_dict(get_revocation_credential_status_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/GetRevocationListCredentialResultDto.md b/clients/python/wallets_client/docs/GetRevocationListCredentialResultDto.md index 9dba4b91..1f4a9598 100644 --- a/clients/python/wallets_client/docs/GetRevocationListCredentialResultDto.md +++ b/clients/python/wallets_client/docs/GetRevocationListCredentialResultDto.md @@ -23,7 +23,7 @@ print GetRevocationListCredentialResultDto.to_json() # convert the object into a dict get_revocation_list_credential_result_dto_dict = get_revocation_list_credential_result_dto_instance.to_dict() # create an instance of GetRevocationListCredentialResultDto from a dict -get_revocation_list_credential_result_dto_form_dict = get_revocation_list_credential_result_dto.from_dict(get_revocation_list_credential_result_dto_dict) +get_revocation_list_credential_result_dto_from_dict = GetRevocationListCredentialResultDto.from_dict(get_revocation_list_credential_result_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/InvalidDidParameterError.md b/clients/python/wallets_client/docs/InvalidDidParameterError.md index c62d6f91..b220b82a 100644 --- a/clients/python/wallets_client/docs/InvalidDidParameterError.md +++ b/clients/python/wallets_client/docs/InvalidDidParameterError.md @@ -25,7 +25,7 @@ print InvalidDidParameterError.to_json() # convert the object into a dict invalid_did_parameter_error_dict = invalid_did_parameter_error_instance.to_dict() # create an instance of InvalidDidParameterError from a dict -invalid_did_parameter_error_form_dict = invalid_did_parameter_error.from_dict(invalid_did_parameter_error_dict) +invalid_did_parameter_error_from_dict = InvalidDidParameterError.from_dict(invalid_did_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/InvalidParameterError.md b/clients/python/wallets_client/docs/InvalidParameterError.md index 0f7d5079..f0a9586e 100644 --- a/clients/python/wallets_client/docs/InvalidParameterError.md +++ b/clients/python/wallets_client/docs/InvalidParameterError.md @@ -25,7 +25,7 @@ print InvalidParameterError.to_json() # convert the object into a dict invalid_parameter_error_dict = invalid_parameter_error_instance.to_dict() # create an instance of InvalidParameterError from a dict -invalid_parameter_error_form_dict = invalid_parameter_error.from_dict(invalid_parameter_error_dict) +invalid_parameter_error_from_dict = InvalidParameterError.from_dict(invalid_parameter_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/KeyNotFoundError.md b/clients/python/wallets_client/docs/KeyNotFoundError.md index 8f2c39ad..a2d7b86e 100644 --- a/clients/python/wallets_client/docs/KeyNotFoundError.md +++ b/clients/python/wallets_client/docs/KeyNotFoundError.md @@ -25,7 +25,7 @@ print KeyNotFoundError.to_json() # convert the object into a dict key_not_found_error_dict = key_not_found_error_instance.to_dict() # create an instance of KeyNotFoundError from a dict -key_not_found_error_form_dict = key_not_found_error.from_dict(key_not_found_error_dict) +key_not_found_error_from_dict = KeyNotFoundError.from_dict(key_not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/NotFoundError.md b/clients/python/wallets_client/docs/NotFoundError.md index 8d9cf301..acb87075 100644 --- a/clients/python/wallets_client/docs/NotFoundError.md +++ b/clients/python/wallets_client/docs/NotFoundError.md @@ -25,7 +25,7 @@ print NotFoundError.to_json() # convert the object into a dict not_found_error_dict = not_found_error_instance.to_dict() # create an instance of NotFoundError from a dict -not_found_error_form_dict = not_found_error.from_dict(not_found_error_dict) +not_found_error_from_dict = NotFoundError.from_dict(not_found_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/OperationForbiddenError.md b/clients/python/wallets_client/docs/OperationForbiddenError.md index 8e2e3a35..0cc588b5 100644 --- a/clients/python/wallets_client/docs/OperationForbiddenError.md +++ b/clients/python/wallets_client/docs/OperationForbiddenError.md @@ -25,7 +25,7 @@ print OperationForbiddenError.to_json() # convert the object into a dict operation_forbidden_error_dict = operation_forbidden_error_instance.to_dict() # create an instance of OperationForbiddenError from a dict -operation_forbidden_error_form_dict = operation_forbidden_error.from_dict(operation_forbidden_error_dict) +operation_forbidden_error_from_dict = OperationForbiddenError.from_dict(operation_forbidden_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/RevokeCredentialInput.md b/clients/python/wallets_client/docs/RevokeCredentialInput.md index 88a8d825..d19637ae 100644 --- a/clients/python/wallets_client/docs/RevokeCredentialInput.md +++ b/clients/python/wallets_client/docs/RevokeCredentialInput.md @@ -22,7 +22,7 @@ print RevokeCredentialInput.to_json() # convert the object into a dict revoke_credential_input_dict = revoke_credential_input_instance.to_dict() # create an instance of RevokeCredentialInput from a dict -revoke_credential_input_form_dict = revoke_credential_input.from_dict(revoke_credential_input_dict) +revoke_credential_input_from_dict = RevokeCredentialInput.from_dict(revoke_credential_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/ServiceErrorResponse.md b/clients/python/wallets_client/docs/ServiceErrorResponse.md index eee05c47..00bec598 100644 --- a/clients/python/wallets_client/docs/ServiceErrorResponse.md +++ b/clients/python/wallets_client/docs/ServiceErrorResponse.md @@ -24,7 +24,7 @@ print ServiceErrorResponse.to_json() # convert the object into a dict service_error_response_dict = service_error_response_instance.to_dict() # create an instance of ServiceErrorResponse from a dict -service_error_response_form_dict = service_error_response.from_dict(service_error_response_dict) +service_error_response_from_dict = ServiceErrorResponse.from_dict(service_error_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/ServiceErrorResponseDetailsInner.md b/clients/python/wallets_client/docs/ServiceErrorResponseDetailsInner.md index cd27b2ab..08077e51 100644 --- a/clients/python/wallets_client/docs/ServiceErrorResponseDetailsInner.md +++ b/clients/python/wallets_client/docs/ServiceErrorResponseDetailsInner.md @@ -24,7 +24,7 @@ print ServiceErrorResponseDetailsInner.to_json() # convert the object into a dict service_error_response_details_inner_dict = service_error_response_details_inner_instance.to_dict() # create an instance of ServiceErrorResponseDetailsInner from a dict -service_error_response_details_inner_form_dict = service_error_response_details_inner.from_dict(service_error_response_details_inner_dict) +service_error_response_details_inner_from_dict = ServiceErrorResponseDetailsInner.from_dict(service_error_response_details_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignCredential400Response.md b/clients/python/wallets_client/docs/SignCredential400Response.md index 68a79ad0..7a722a84 100644 --- a/clients/python/wallets_client/docs/SignCredential400Response.md +++ b/clients/python/wallets_client/docs/SignCredential400Response.md @@ -25,7 +25,7 @@ print SignCredential400Response.to_json() # convert the object into a dict sign_credential400_response_dict = sign_credential400_response_instance.to_dict() # create an instance of SignCredential400Response from a dict -sign_credential400_response_form_dict = sign_credential400_response.from_dict(sign_credential400_response_dict) +sign_credential400_response_from_dict = SignCredential400Response.from_dict(sign_credential400_response_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignCredentialInputDto.md b/clients/python/wallets_client/docs/SignCredentialInputDto.md index 1e75cf08..df3eb7a4 100644 --- a/clients/python/wallets_client/docs/SignCredentialInputDto.md +++ b/clients/python/wallets_client/docs/SignCredentialInputDto.md @@ -26,7 +26,7 @@ print SignCredentialInputDto.to_json() # convert the object into a dict sign_credential_input_dto_dict = sign_credential_input_dto_instance.to_dict() # create an instance of SignCredentialInputDto from a dict -sign_credential_input_dto_form_dict = sign_credential_input_dto.from_dict(sign_credential_input_dto_dict) +sign_credential_input_dto_from_dict = SignCredentialInputDto.from_dict(sign_credential_input_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md b/clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md index 7949c7ca..060bd500 100644 --- a/clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md +++ b/clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md @@ -28,7 +28,7 @@ print SignCredentialInputDtoUnsignedCredentialParams.to_json() # convert the object into a dict sign_credential_input_dto_unsigned_credential_params_dict = sign_credential_input_dto_unsigned_credential_params_instance.to_dict() # create an instance of SignCredentialInputDtoUnsignedCredentialParams from a dict -sign_credential_input_dto_unsigned_credential_params_form_dict = sign_credential_input_dto_unsigned_credential_params.from_dict(sign_credential_input_dto_unsigned_credential_params_dict) +sign_credential_input_dto_unsigned_credential_params_from_dict = SignCredentialInputDtoUnsignedCredentialParams.from_dict(sign_credential_input_dto_unsigned_credential_params_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignCredentialResultDto.md b/clients/python/wallets_client/docs/SignCredentialResultDto.md index 563a36e4..959911c1 100644 --- a/clients/python/wallets_client/docs/SignCredentialResultDto.md +++ b/clients/python/wallets_client/docs/SignCredentialResultDto.md @@ -23,7 +23,7 @@ print SignCredentialResultDto.to_json() # convert the object into a dict sign_credential_result_dto_dict = sign_credential_result_dto_instance.to_dict() # create an instance of SignCredentialResultDto from a dict -sign_credential_result_dto_form_dict = sign_credential_result_dto.from_dict(sign_credential_result_dto_dict) +sign_credential_result_dto_from_dict = SignCredentialResultDto.from_dict(sign_credential_result_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md b/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md index 47a8bdef..885b19bb 100644 --- a/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md +++ b/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md @@ -20,7 +20,7 @@ print SignCredentialResultDtoSignedCredential.to_json() # convert the object into a dict sign_credential_result_dto_signed_credential_dict = sign_credential_result_dto_signed_credential_instance.to_dict() # create an instance of SignCredentialResultDtoSignedCredential from a dict -sign_credential_result_dto_signed_credential_form_dict = sign_credential_result_dto_signed_credential.from_dict(sign_credential_result_dto_signed_credential_dict) +sign_credential_result_dto_signed_credential_from_dict = SignCredentialResultDtoSignedCredential.from_dict(sign_credential_result_dto_signed_credential_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignJwtToken.md b/clients/python/wallets_client/docs/SignJwtToken.md index 68f8b90d..3184545f 100644 --- a/clients/python/wallets_client/docs/SignJwtToken.md +++ b/clients/python/wallets_client/docs/SignJwtToken.md @@ -24,7 +24,7 @@ print SignJwtToken.to_json() # convert the object into a dict sign_jwt_token_dict = sign_jwt_token_instance.to_dict() # create an instance of SignJwtToken from a dict -sign_jwt_token_form_dict = sign_jwt_token.from_dict(sign_jwt_token_dict) +sign_jwt_token_from_dict = SignJwtToken.from_dict(sign_jwt_token_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SignJwtTokenOK.md b/clients/python/wallets_client/docs/SignJwtTokenOK.md index f4e73cc4..d111589b 100644 --- a/clients/python/wallets_client/docs/SignJwtTokenOK.md +++ b/clients/python/wallets_client/docs/SignJwtTokenOK.md @@ -21,7 +21,7 @@ print SignJwtTokenOK.to_json() # convert the object into a dict sign_jwt_token_ok_dict = sign_jwt_token_ok_instance.to_dict() # create an instance of SignJwtTokenOK from a dict -sign_jwt_token_ok_form_dict = sign_jwt_token_ok.from_dict(sign_jwt_token_ok_dict) +sign_jwt_token_ok_from_dict = SignJwtTokenOK.from_dict(sign_jwt_token_ok_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/SigningFailedError.md b/clients/python/wallets_client/docs/SigningFailedError.md index 1fe35a9c..a0768986 100644 --- a/clients/python/wallets_client/docs/SigningFailedError.md +++ b/clients/python/wallets_client/docs/SigningFailedError.md @@ -25,7 +25,7 @@ print SigningFailedError.to_json() # convert the object into a dict signing_failed_error_dict = signing_failed_error_instance.to_dict() # create an instance of SigningFailedError from a dict -signing_failed_error_form_dict = signing_failed_error.from_dict(signing_failed_error_dict) +signing_failed_error_from_dict = SigningFailedError.from_dict(signing_failed_error_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/UpdateWalletInput.md b/clients/python/wallets_client/docs/UpdateWalletInput.md index 0b8403be..37185130 100644 --- a/clients/python/wallets_client/docs/UpdateWalletInput.md +++ b/clients/python/wallets_client/docs/UpdateWalletInput.md @@ -24,7 +24,7 @@ print UpdateWalletInput.to_json() # convert the object into a dict update_wallet_input_dict = update_wallet_input_instance.to_dict() # create an instance of UpdateWalletInput from a dict -update_wallet_input_form_dict = update_wallet_input.from_dict(update_wallet_input_dict) +update_wallet_input_from_dict = UpdateWalletInput.from_dict(update_wallet_input_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/WalletDto.md b/clients/python/wallets_client/docs/WalletDto.md index 8e7b2b8b..faa8d1a5 100644 --- a/clients/python/wallets_client/docs/WalletDto.md +++ b/clients/python/wallets_client/docs/WalletDto.md @@ -31,7 +31,7 @@ print WalletDto.to_json() # convert the object into a dict wallet_dto_dict = wallet_dto_instance.to_dict() # create an instance of WalletDto from a dict -wallet_dto_form_dict = wallet_dto.from_dict(wallet_dto_dict) +wallet_dto_from_dict = WalletDto.from_dict(wallet_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/WalletDtoKeysInner.md b/clients/python/wallets_client/docs/WalletDtoKeysInner.md index b1f27472..94cdb5ce 100644 --- a/clients/python/wallets_client/docs/WalletDtoKeysInner.md +++ b/clients/python/wallets_client/docs/WalletDtoKeysInner.md @@ -22,7 +22,7 @@ print WalletDtoKeysInner.to_json() # convert the object into a dict wallet_dto_keys_inner_dict = wallet_dto_keys_inner_instance.to_dict() # create an instance of WalletDtoKeysInner from a dict -wallet_dto_keys_inner_form_dict = wallet_dto_keys_inner.from_dict(wallet_dto_keys_inner_dict) +wallet_dto_keys_inner_from_dict = WalletDtoKeysInner.from_dict(wallet_dto_keys_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/docs/WalletsListDto.md b/clients/python/wallets_client/docs/WalletsListDto.md index b72bfa77..1bb1626a 100644 --- a/clients/python/wallets_client/docs/WalletsListDto.md +++ b/clients/python/wallets_client/docs/WalletsListDto.md @@ -23,7 +23,7 @@ print WalletsListDto.to_json() # convert the object into a dict wallets_list_dto_dict = wallets_list_dto_instance.to_dict() # create an instance of WalletsListDto from a dict -wallets_list_dto_form_dict = wallets_list_dto.from_dict(wallets_list_dto_dict) +wallets_list_dto_from_dict = WalletsListDto.from_dict(wallets_list_dto_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/project.json b/clients/python/wallets_client/project.json index 26f14967..9ef8dbcb 100644 --- a/clients/python/wallets_client/project.json +++ b/clients/python/wallets_client/project.json @@ -22,7 +22,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "poetry publish" + "command": "poetry publish --skip-existing" } }, "tags": [] diff --git a/clients/python/wallets_client/pyproject.toml b/clients/python/wallets_client/pyproject.toml index 59b38b23..102921ec 100644 --- a/clients/python/wallets_client/pyproject.toml +++ b/clients/python/wallets_client/pyproject.toml @@ -5,7 +5,7 @@ description = "CloudWalletEssentials" authors = ["Affinidi "] license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" +repository = "https://github.com/affinidi.com/affinidi-tdk" keywords = ["OpenAPI", "OpenAPI-Generator", "CloudWalletEssentials"] include = ["affinidi_tdk_wallets_client/py.typed"] diff --git a/clients/python/wallets_client/setup.py b/clients/python/wallets_client/setup.py index 08c74218..42446cd6 100644 --- a/clients/python/wallets_client/setup.py +++ b/clients/python/wallets_client/setup.py @@ -3,7 +3,7 @@ """ CloudWalletEssentials - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0.0 Contact: info@affinidi.com @@ -45,7 +45,7 @@ license="Apache-2.0", long_description_content_type='text/markdown', long_description="""\ - Cloud Wallet For Enterprise Structure + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) """, # noqa: E501 package_data={"affinidi_tdk_wallets_client": ["py.typed"]}, ) diff --git a/clients/typescript/credential-issuance-client/.openapi-generator/VERSION b/clients/typescript/credential-issuance-client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/credential-issuance-client/.openapi-generator/VERSION +++ b/clients/typescript/credential-issuance-client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/credential-issuance-client/README.md b/clients/typescript/credential-issuance-client/README.md index c8e00c12..2391dc5c 100644 --- a/clients/typescript/credential-issuance-client/README.md +++ b/clients/typescript/credential-issuance-client/README.md @@ -2,7 +2,7 @@ ### Service API Endpoints and Models -Please check [the documentation for API Endpoints and Models](https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/credential-issuance-client/docs/README.md) for more details. +Please check [the documentation for API Endpoints and Models](https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/credential-issuance-client/docs/README.md) for more details. ### Usage diff --git a/clients/typescript/credential-issuance-client/api.ts b/clients/typescript/credential-issuance-client/api.ts index 1a4446a5..97c863ea 100644 --- a/clients/typescript/credential-issuance-client/api.ts +++ b/clients/typescript/credential-issuance-client/api.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CredentialIssuanceService - * Affinidi Credential Issuance Service Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com @@ -2302,17 +2302,18 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { createIssuanceConfigInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationApi.createIssuanceConfig']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationApi.createIssuanceConfig']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Delete project issuance configuration @@ -2331,17 +2332,18 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationApi.deleteIssuanceConfigById']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationApi.deleteIssuanceConfigById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get issuance configuration by id @@ -2363,17 +2365,18 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationApi.getIssuanceConfigById']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationApi.getIssuanceConfigById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get issuance configuration for my selected project @@ -2390,17 +2393,18 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.getIssuanceConfigList(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationApi.getIssuanceConfigList']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationApi.getIssuanceConfigList']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Update issuance configuration @@ -2425,17 +2429,18 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { updateIssuanceConfigInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationApi.updateIssuanceConfigById']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationApi.updateIssuanceConfigById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2459,7 +2464,7 @@ export const ConfigurationApiFactory = function ( */ createIssuanceConfig( createIssuanceConfigInput: CreateIssuanceConfigInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createIssuanceConfig(createIssuanceConfigInput, options) @@ -2473,7 +2478,7 @@ export const ConfigurationApiFactory = function ( */ deleteIssuanceConfigById( configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .deleteIssuanceConfigById(configurationId, options) @@ -2487,7 +2492,7 @@ export const ConfigurationApiFactory = function ( */ getIssuanceConfigById( configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getIssuanceConfigById(configurationId, options) @@ -2499,7 +2504,7 @@ export const ConfigurationApiFactory = function ( * @throws {RequiredError} */ getIssuanceConfigList( - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getIssuanceConfigList(options) @@ -2515,7 +2520,7 @@ export const ConfigurationApiFactory = function ( updateIssuanceConfigById( configurationId: string, updateIssuanceConfigInput: UpdateIssuanceConfigInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updateIssuanceConfigById( @@ -2724,16 +2729,18 @@ export const CredentialsApiFp = function (configuration?: Configuration) { createCredentialInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['CredentialsApi.generateCredentials']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['CredentialsApi.generateCredentials']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2759,7 +2766,7 @@ export const CredentialsApiFactory = function ( generateCredentials( projectId: string, createCredentialInput: CreateCredentialInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .generateCredentials(projectId, createCredentialInput, options) @@ -3008,16 +3015,18 @@ export const IssuanceApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['IssuanceApi.issuanceState']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['IssuanceApi.issuanceState']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * List all issuances for Project @@ -3038,16 +3047,18 @@ export const IssuanceApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['IssuanceApi.listIssuance']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['IssuanceApi.listIssuance']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Endpoint used b websites to start the issuance process @@ -3071,16 +3082,18 @@ export const IssuanceApiFp = function (configuration?: Configuration) { startIssuanceInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['IssuanceApi.startIssuance']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['IssuanceApi.startIssuance']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3106,7 +3119,7 @@ export const IssuanceApiFactory = function ( issuanceState( issuanceId: string, projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .issuanceState(issuanceId, projectId, options) @@ -3120,7 +3133,7 @@ export const IssuanceApiFactory = function ( */ listIssuance( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listIssuance(projectId, options) @@ -3136,7 +3149,7 @@ export const IssuanceApiFactory = function ( startIssuance( projectId: string, startIssuanceInput: StartIssuanceInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .startIssuance(projectId, startIssuanceInput, options) @@ -3291,16 +3304,18 @@ export const OfferApiFp = function (configuration?: Configuration) { issuanceId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['OfferApi.getCredentialOffer']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['OfferApi.getCredentialOffer']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3326,7 +3341,7 @@ export const OfferApiFactory = function ( getCredentialOffer( projectId: string, issuanceId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getCredentialOffer(projectId, issuanceId, options) @@ -3449,10 +3464,10 @@ export const WellKnownApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['WellKnownApi.getWellKnownOpenIdCredentialIssuer']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -3460,7 +3475,7 @@ export const WellKnownApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3484,7 +3499,7 @@ export const WellKnownApiFactory = function ( */ getWellKnownOpenIdCredentialIssuer( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getWellKnownOpenIdCredentialIssuer(projectId, options) diff --git a/clients/typescript/credential-issuance-client/base.ts b/clients/typescript/credential-issuance-client/base.ts index 1ab6f16e..ed47ba37 100644 --- a/clients/typescript/credential-issuance-client/base.ts +++ b/clients/typescript/credential-issuance-client/base.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CredentialIssuanceService - * Affinidi Credential Issuance Service Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-issuance-client/common.ts b/clients/typescript/credential-issuance-client/common.ts index a2a51321..65fcd4df 100644 --- a/clients/typescript/credential-issuance-client/common.ts +++ b/clients/typescript/credential-issuance-client/common.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CredentialIssuanceService - * Affinidi Credential Issuance Service Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-issuance-client/configuration.ts b/clients/typescript/credential-issuance-client/configuration.ts index 915947cc..7c8611b0 100644 --- a/clients/typescript/credential-issuance-client/configuration.ts +++ b/clients/typescript/credential-issuance-client/configuration.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CredentialIssuanceService - * Affinidi Credential Issuance Service Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION b/clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION +++ b/clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/credential-issuance-client/index.ts b/clients/typescript/credential-issuance-client/index.ts index 716c78c9..6c4acb6a 100644 --- a/clients/typescript/credential-issuance-client/index.ts +++ b/clients/typescript/credential-issuance-client/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CredentialIssuanceService - * Affinidi Credential Issuance Service Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index f65fb23e..4da5ce78 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,11 +1,11 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.20.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { "type": "git", - "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/credential-issuance-client" + "url": "https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/credential-issuance-client" }, "keywords": [ "affinidi-tdk", diff --git a/clients/typescript/credential-verification-client/.openapi-generator/VERSION b/clients/typescript/credential-verification-client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/credential-verification-client/.openapi-generator/VERSION +++ b/clients/typescript/credential-verification-client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/credential-verification-client/README.md b/clients/typescript/credential-verification-client/README.md index c0e23dfd..88631e0e 100644 --- a/clients/typescript/credential-verification-client/README.md +++ b/clients/typescript/credential-verification-client/README.md @@ -2,7 +2,7 @@ ### Service API Endpoints and Models -Please check [the documentation for API Endpoints and Models](https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/credential-verification-client/docs/README.md) for more details. +Please check [the documentation for API Endpoints and Models](https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/credential-verification-client/docs/README.md) for more details. ### Usage diff --git a/clients/typescript/credential-verification-client/api.ts b/clients/typescript/credential-verification-client/api.ts index 8c89c0b8..3e825ec0 100644 --- a/clients/typescript/credential-verification-client/api.ts +++ b/clients/typescript/credential-verification-client/api.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * VerificationService - * Affinidi VerificationService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com @@ -1454,16 +1454,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { verifyCredentialInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.verifyCredentials']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.verifyCredentials']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Verifying Verifiable Presentation (signatures) `isValid` - true if presentation verified `error` verificaction error. @@ -1486,16 +1488,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { verifyPresentationInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.verifyPresentation']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.verifyPresentation']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -1520,7 +1524,7 @@ export const DefaultApiFactory = function ( */ verifyCredentials( verifyCredentialInput: VerifyCredentialInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .verifyCredentials(verifyCredentialInput, options) @@ -1535,7 +1539,7 @@ export const DefaultApiFactory = function ( */ verifyPresentation( verifyPresentationInput: VerifyPresentationInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .verifyPresentation(verifyPresentationInput, options) diff --git a/clients/typescript/credential-verification-client/base.ts b/clients/typescript/credential-verification-client/base.ts index 2cdaf246..6b3195e2 100644 --- a/clients/typescript/credential-verification-client/base.ts +++ b/clients/typescript/credential-verification-client/base.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * VerificationService - * Affinidi VerificationService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-verification-client/common.ts b/clients/typescript/credential-verification-client/common.ts index 7cafb4b1..0ab2fd1a 100644 --- a/clients/typescript/credential-verification-client/common.ts +++ b/clients/typescript/credential-verification-client/common.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * VerificationService - * Affinidi VerificationService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-verification-client/configuration.ts b/clients/typescript/credential-verification-client/configuration.ts index 10fc5985..10817c6e 100644 --- a/clients/typescript/credential-verification-client/configuration.ts +++ b/clients/typescript/credential-verification-client/configuration.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * VerificationService - * Affinidi VerificationService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION b/clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION +++ b/clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/credential-verification-client/index.ts b/clients/typescript/credential-verification-client/index.ts index 93ca7680..b009b33e 100644 --- a/clients/typescript/credential-verification-client/index.ts +++ b/clients/typescript/credential-verification-client/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * VerificationService - * Affinidi VerificationService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index c41a2ae4..a586ee28 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,11 +1,11 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.20.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { "type": "git", - "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/credential-verification-client" + "url": "https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/credential-verification-client" }, "keywords": [ "affinidi-tdk", diff --git a/clients/typescript/iam-client/.openapi-generator/VERSION b/clients/typescript/iam-client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/iam-client/.openapi-generator/VERSION +++ b/clients/typescript/iam-client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/iam-client/README.md b/clients/typescript/iam-client/README.md index 7a0a4fa8..5cd3862d 100644 --- a/clients/typescript/iam-client/README.md +++ b/clients/typescript/iam-client/README.md @@ -2,7 +2,7 @@ ### Service API Endpoints and Models -Please check [the documentation for API Endpoints and Models](https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/iam-client/docs/README.md) for more details. +Please check [the documentation for API Endpoints and Models](https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/iam-client/docs/README.md) for more details. ### Usage diff --git a/clients/typescript/iam-client/api.ts b/clients/typescript/iam-client/api.ts index 9e089c84..90a98873 100644 --- a/clients/typescript/iam-client/api.ts +++ b/clients/typescript/iam-client/api.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * Iam - * Affinidi IAM + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com @@ -1337,17 +1337,18 @@ export const ConsumerAuthApiFp = function (configuration?: Configuration) { consumerAuthTokenEndpointInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConsumerAuthApi.consumerAuthTokenEndpoint']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConsumerAuthApi.consumerAuthTokenEndpoint']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -1372,7 +1373,7 @@ export const ConsumerAuthApiFactory = function ( */ consumerAuthTokenEndpoint( consumerAuthTokenEndpointInput: ConsumerAuthTokenEndpointInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .consumerAuthTokenEndpoint(consumerAuthTokenEndpointInput, options) @@ -1888,16 +1889,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.v1AuthProxyDelete(proxy, options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1AuthProxyDelete']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1AuthProxyDelete']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1915,16 +1918,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1AuthProxyGet']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1AuthProxyGet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1940,16 +1945,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.v1AuthProxyPatch(proxy, options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1AuthProxyPatch']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1AuthProxyPatch']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1967,16 +1974,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1AuthProxyPost']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1AuthProxyPost']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1994,16 +2003,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1AuthProxyPut']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1AuthProxyPut']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2019,16 +2030,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.v1IdpProxyDelete(proxy, options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1IdpProxyDelete']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1IdpProxyDelete']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2046,16 +2059,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1IdpProxyGet']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1IdpProxyGet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2073,16 +2088,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1IdpProxyPatch']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1IdpProxyPatch']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2100,16 +2117,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1IdpProxyPost']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1IdpProxyPost']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2127,16 +2146,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { proxy, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.v1IdpProxyPut']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.v1IdpProxyPut']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2158,7 +2179,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1AuthProxyDelete(proxy: string, options?: any): AxiosPromise { + v1AuthProxyDelete( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1AuthProxyDelete(proxy, options) .then((request) => request(axios, basePath)) @@ -2169,7 +2193,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1AuthProxyGet(proxy: string, options?: any): AxiosPromise { + v1AuthProxyGet( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1AuthProxyGet(proxy, options) .then((request) => request(axios, basePath)) @@ -2180,7 +2207,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1AuthProxyPatch(proxy: string, options?: any): AxiosPromise { + v1AuthProxyPatch( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1AuthProxyPatch(proxy, options) .then((request) => request(axios, basePath)) @@ -2191,7 +2221,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1AuthProxyPost(proxy: string, options?: any): AxiosPromise { + v1AuthProxyPost( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1AuthProxyPost(proxy, options) .then((request) => request(axios, basePath)) @@ -2202,7 +2235,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1AuthProxyPut(proxy: string, options?: any): AxiosPromise { + v1AuthProxyPut( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1AuthProxyPut(proxy, options) .then((request) => request(axios, basePath)) @@ -2213,7 +2249,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1IdpProxyDelete(proxy: string, options?: any): AxiosPromise { + v1IdpProxyDelete( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1IdpProxyDelete(proxy, options) .then((request) => request(axios, basePath)) @@ -2224,7 +2263,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1IdpProxyGet(proxy: string, options?: any): AxiosPromise { + v1IdpProxyGet( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1IdpProxyGet(proxy, options) .then((request) => request(axios, basePath)) @@ -2235,7 +2277,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1IdpProxyPatch(proxy: string, options?: any): AxiosPromise { + v1IdpProxyPatch( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1IdpProxyPatch(proxy, options) .then((request) => request(axios, basePath)) @@ -2246,7 +2291,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1IdpProxyPost(proxy: string, options?: any): AxiosPromise { + v1IdpProxyPost( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1IdpProxyPost(proxy, options) .then((request) => request(axios, basePath)) @@ -2257,7 +2305,10 @@ export const DefaultApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - v1IdpProxyPut(proxy: string, options?: any): AxiosPromise { + v1IdpProxyPut( + proxy: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .v1IdpProxyPut(proxy, options) .then((request) => request(axios, basePath)) @@ -2571,16 +2622,18 @@ export const PoliciesApiFp = function (configuration?: Configuration) { principalType, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PoliciesApi.getPolicies']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PoliciesApi.getPolicies']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2604,16 +2657,18 @@ export const PoliciesApiFp = function (configuration?: Configuration) { policyDto, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PoliciesApi.updatePolicies']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PoliciesApi.updatePolicies']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2639,7 +2694,7 @@ export const PoliciesApiFactory = function ( getPolicies( principalId: string, principalType: GetPoliciesPrincipalTypeEnum, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getPolicies(principalId, principalType, options) @@ -2657,7 +2712,7 @@ export const PoliciesApiFactory = function ( principalId: string, principalType: UpdatePoliciesPrincipalTypeEnum, policyDto: PolicyDto, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updatePolicies(principalId, principalType, policyDto, options) @@ -3111,16 +3166,18 @@ export const ProjectsApiFp = function (configuration?: Configuration) { addUserToProjectInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ProjectsApi.addPrincipalToProject']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ProjectsApi.addPrincipalToProject']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3138,16 +3195,18 @@ export const ProjectsApiFp = function (configuration?: Configuration) { createProjectInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ProjectsApi.createProject']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ProjectsApi.createProject']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3169,17 +3228,18 @@ export const ProjectsApiFp = function (configuration?: Configuration) { principalType, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ProjectsApi.deletePrincipalFromProject']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ProjectsApi.deletePrincipalFromProject']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3193,16 +3253,18 @@ export const ProjectsApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listPrincipalsOfProject(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ProjectsApi.listPrincipalsOfProject']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ProjectsApi.listPrincipalsOfProject']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3216,16 +3278,18 @@ export const ProjectsApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listProject(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ProjectsApi.listProject']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ProjectsApi.listProject']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3246,16 +3310,18 @@ export const ProjectsApiFp = function (configuration?: Configuration) { updateProjectInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ProjectsApi.updateProject']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ProjectsApi.updateProject']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3279,7 +3345,7 @@ export const ProjectsApiFactory = function ( */ addPrincipalToProject( addUserToProjectInput: AddUserToProjectInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .addPrincipalToProject(addUserToProjectInput, options) @@ -3293,7 +3359,7 @@ export const ProjectsApiFactory = function ( */ createProject( createProjectInput: CreateProjectInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createProject(createProjectInput, options) @@ -3309,7 +3375,7 @@ export const ProjectsApiFactory = function ( deletePrincipalFromProject( principalId: string, principalType: DeletePrincipalFromProjectPrincipalTypeEnum, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .deletePrincipalFromProject(principalId, principalType, options) @@ -3320,7 +3386,9 @@ export const ProjectsApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listPrincipalsOfProject(options?: any): AxiosPromise { + listPrincipalsOfProject( + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .listPrincipalsOfProject(options) .then((request) => request(axios, basePath)) @@ -3330,7 +3398,7 @@ export const ProjectsApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listProject(options?: any): AxiosPromise { + listProject(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp .listProject(options) .then((request) => request(axios, basePath)) @@ -3345,7 +3413,7 @@ export const ProjectsApiFactory = function ( updateProject( projectId: string, updateProjectInput: UpdateProjectInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updateProject(projectId, updateProjectInput, options) @@ -3607,16 +3675,18 @@ export const StsApiFp = function (configuration?: Configuration) { createProjectScopedTokenInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['StsApi.createProjectScopedToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['StsApi.createProjectScopedToken']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3629,16 +3699,16 @@ export const StsApiFp = function (configuration?: Configuration) { (axios?: AxiosInstance, basePath?: string) => AxiosPromise > { const localVarAxiosArgs = await localVarAxiosParamCreator.whoami(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['StsApi.whoami']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['StsApi.whoami']?.[localVarOperationServerIndex]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3662,7 +3732,7 @@ export const StsApiFactory = function ( */ createProjectScopedToken( createProjectScopedTokenInput: CreateProjectScopedTokenInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createProjectScopedToken(createProjectScopedTokenInput, options) @@ -3673,7 +3743,7 @@ export const StsApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - whoami(options?: any): AxiosPromise { + whoami(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp .whoami(options) .then((request) => request(axios, basePath)) @@ -4019,16 +4089,18 @@ export const TokensApiFp = function (configuration?: Configuration) { createTokenInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['TokensApi.createToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['TokensApi.createToken']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4046,16 +4118,18 @@ export const TokensApiFp = function (configuration?: Configuration) { tokenId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['TokensApi.deleteToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['TokensApi.deleteToken']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4073,16 +4147,17 @@ export const TokensApiFp = function (configuration?: Configuration) { tokenId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['TokensApi.getToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['TokensApi.getToken']?.[localVarOperationServerIndex] + ?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4096,16 +4171,18 @@ export const TokensApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listToken(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['TokensApi.listToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['TokensApi.listToken']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4126,16 +4203,18 @@ export const TokensApiFp = function (configuration?: Configuration) { updateTokenInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['TokensApi.updateToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['TokensApi.updateToken']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -4159,7 +4238,7 @@ export const TokensApiFactory = function ( */ createToken( createTokenInput: CreateTokenInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createToken(createTokenInput, options) @@ -4171,7 +4250,10 @@ export const TokensApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteToken(tokenId: string, options?: any): AxiosPromise { + deleteToken( + tokenId: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .deleteToken(tokenId, options) .then((request) => request(axios, basePath)) @@ -4182,7 +4264,10 @@ export const TokensApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getToken(tokenId: string, options?: any): AxiosPromise { + getToken( + tokenId: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .getToken(tokenId, options) .then((request) => request(axios, basePath)) @@ -4192,7 +4277,7 @@ export const TokensApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listToken(options?: any): AxiosPromise { + listToken(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp .listToken(options) .then((request) => request(axios, basePath)) @@ -4207,7 +4292,7 @@ export const TokensApiFactory = function ( updateToken( tokenId: string, updateTokenInput: UpdateTokenInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updateToken(tokenId, updateTokenInput, options) @@ -4405,16 +4490,18 @@ export const WellKnownApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.getWellKnownDid(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WellKnownApi.getWellKnownDid']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WellKnownApi.getWellKnownDid']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4431,16 +4518,18 @@ export const WellKnownApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.getWellKnownJwks(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WellKnownApi.getWellKnownJwks']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WellKnownApi.getWellKnownJwks']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -4461,7 +4550,9 @@ export const WellKnownApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getWellKnownDid(options?: any): AxiosPromise { + getWellKnownDid( + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .getWellKnownDid(options) .then((request) => request(axios, basePath)) @@ -4471,7 +4562,9 @@ export const WellKnownApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getWellKnownJwks(options?: any): AxiosPromise { + getWellKnownJwks( + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .getWellKnownJwks(options) .then((request) => request(axios, basePath)) diff --git a/clients/typescript/iam-client/base.ts b/clients/typescript/iam-client/base.ts index 37d3d737..11281c4a 100644 --- a/clients/typescript/iam-client/base.ts +++ b/clients/typescript/iam-client/base.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * Iam - * Affinidi IAM + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iam-client/common.ts b/clients/typescript/iam-client/common.ts index 61f9551c..e0ddc72f 100644 --- a/clients/typescript/iam-client/common.ts +++ b/clients/typescript/iam-client/common.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * Iam - * Affinidi IAM + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iam-client/configuration.ts b/clients/typescript/iam-client/configuration.ts index f3f4f6b8..e388fa68 100644 --- a/clients/typescript/iam-client/configuration.ts +++ b/clients/typescript/iam-client/configuration.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * Iam - * Affinidi IAM + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iam-client/docs/.openapi-generator/VERSION b/clients/typescript/iam-client/docs/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/iam-client/docs/.openapi-generator/VERSION +++ b/clients/typescript/iam-client/docs/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/iam-client/index.ts b/clients/typescript/iam-client/index.ts index 3185f66f..bce35381 100644 --- a/clients/typescript/iam-client/index.ts +++ b/clients/typescript/iam-client/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * Iam - * Affinidi IAM + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 7101f13d..913f66c6 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,11 +1,11 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.20.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { "type": "git", - "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/iam-client" + "url": "https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/iam-client" }, "keywords": [ "affinidi-tdk", diff --git a/clients/typescript/iota-client/.openapi-generator/VERSION b/clients/typescript/iota-client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/iota-client/.openapi-generator/VERSION +++ b/clients/typescript/iota-client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/iota-client/README.md b/clients/typescript/iota-client/README.md index 5861067e..04fb5db1 100644 --- a/clients/typescript/iota-client/README.md +++ b/clients/typescript/iota-client/README.md @@ -2,7 +2,7 @@ ### Service API Endpoints and Models -Please check [the documentation for API Endpoints and Models](https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/iota-client/docs/README.md) for more details. +Please check [the documentation for API Endpoints and Models](https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/iota-client/docs/README.md) for more details. ### Usage diff --git a/clients/typescript/iota-client/api.ts b/clients/typescript/iota-client/api.ts index 5814852f..d67242ff 100644 --- a/clients/typescript/iota-client/api.ts +++ b/clients/typescript/iota-client/api.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * IotaService - * Affinidi IotaService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com @@ -1244,16 +1244,18 @@ export const CallbackApiFp = function (configuration?: Configuration) { callbackInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['CallbackApi.iotOIDC4VPCallback']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['CallbackApi.iotOIDC4VPCallback']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -1278,7 +1280,7 @@ export const CallbackApiFactory = function ( */ iotOIDC4VPCallback( callbackInput: CallbackInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .iotOIDC4VPCallback(callbackInput, options) @@ -1695,17 +1697,18 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { createIotaConfigurationInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationsApi.createIotaConfiguration']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationsApi.createIotaConfiguration']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1724,10 +1727,10 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationsApi.deleteIotaConfigurationById']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -1735,7 +1738,7 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1757,10 +1760,10 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationsApi.getIotaConfigurationById']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -1768,7 +1771,7 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1793,10 +1796,10 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationsApi.getIotaConfigurationMetaData']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -1804,7 +1807,7 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1821,17 +1824,18 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listIotaConfigurations(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationsApi.listIotaConfigurations']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationsApi.listIotaConfigurations']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -1856,10 +1860,10 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { updateConfigurationByIdInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationsApi.updateIotaConfigurationById']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -1867,7 +1871,7 @@ export const ConfigurationsApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -1891,7 +1895,7 @@ export const ConfigurationsApiFactory = function ( */ createIotaConfiguration( createIotaConfigurationInput: CreateIotaConfigurationInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createIotaConfiguration(createIotaConfigurationInput, options) @@ -1905,7 +1909,7 @@ export const ConfigurationsApiFactory = function ( */ deleteIotaConfigurationById( configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .deleteIotaConfigurationById(configurationId, options) @@ -1919,7 +1923,7 @@ export const ConfigurationsApiFactory = function ( */ getIotaConfigurationById( configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getIotaConfigurationById(configurationId, options) @@ -1935,7 +1939,7 @@ export const ConfigurationsApiFactory = function ( getIotaConfigurationMetaData( projectId: string, configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getIotaConfigurationMetaData(projectId, configurationId, options) @@ -1946,7 +1950,9 @@ export const ConfigurationsApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listIotaConfigurations(options?: any): AxiosPromise { + listIotaConfigurations( + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .listIotaConfigurations(options) .then((request) => request(axios, basePath)) @@ -1961,7 +1967,7 @@ export const ConfigurationsApiFactory = function ( updateIotaConfigurationById( configurationId: string, updateConfigurationByIdInput: UpdateConfigurationByIdInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updateIotaConfigurationById( @@ -2198,16 +2204,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { exclusiveStartKey, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.listLoggedConsents']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.listLoggedConsents']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2237,7 +2245,7 @@ export const DefaultApiFactory = function ( userId?: string, limit?: number, exclusiveStartKey?: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listLoggedConsents( @@ -2439,16 +2447,18 @@ export const IotaApiFp = function (configuration?: Configuration) { awsExchangeCredentials, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['IotaApi.awsExchangeCredentials']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['IotaApi.awsExchangeCredentials']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * It exchanges project token into cognito @@ -2470,10 +2480,10 @@ export const IotaApiFp = function (configuration?: Configuration) { awsExchangeCredentialsProjectToken, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['IotaApi.awsExchangeCredentialsProjectToken']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -2481,7 +2491,7 @@ export const IotaApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2505,7 +2515,7 @@ export const IotaApiFactory = function ( */ awsExchangeCredentials( awsExchangeCredentials: AwsExchangeCredentials, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .awsExchangeCredentials(awsExchangeCredentials, options) @@ -2519,7 +2529,7 @@ export const IotaApiFactory = function ( */ awsExchangeCredentialsProjectToken( awsExchangeCredentialsProjectToken: AwsExchangeCredentialsProjectToken, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .awsExchangeCredentialsProjectToken( @@ -2944,16 +2954,18 @@ export const PexQueryApiFp = function (configuration?: Configuration) { createPexQueryInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PexQueryApi.createPexQuery']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PexQueryApi.createPexQuery']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -2975,16 +2987,18 @@ export const PexQueryApiFp = function (configuration?: Configuration) { queryId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PexQueryApi.deletePexQueryById']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PexQueryApi.deletePexQueryById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3005,16 +3019,18 @@ export const PexQueryApiFp = function (configuration?: Configuration) { queryId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PexQueryApi.getPexQueryById']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PexQueryApi.getPexQueryById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3041,16 +3057,18 @@ export const PexQueryApiFp = function (configuration?: Configuration) { exclusiveStartKey, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PexQueryApi.listPexQueries']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PexQueryApi.listPexQueries']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -3075,16 +3093,18 @@ export const PexQueryApiFp = function (configuration?: Configuration) { updatePexQueryInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['PexQueryApi.updatePexQueryById']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['PexQueryApi.updatePexQueryById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3110,7 +3130,7 @@ export const PexQueryApiFactory = function ( createPexQuery( configurationId: string, createPexQueryInput: CreatePexQueryInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createPexQuery(configurationId, createPexQueryInput, options) @@ -3126,7 +3146,7 @@ export const PexQueryApiFactory = function ( deletePexQueryById( configurationId: string, queryId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .deletePexQueryById(configurationId, queryId, options) @@ -3142,7 +3162,7 @@ export const PexQueryApiFactory = function ( getPexQueryById( configurationId: string, queryId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getPexQueryById(configurationId, queryId, options) @@ -3160,7 +3180,7 @@ export const PexQueryApiFactory = function ( configurationId: string, limit?: number, exclusiveStartKey?: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listPexQueries(configurationId, limit, exclusiveStartKey, options) @@ -3178,7 +3198,7 @@ export const PexQueryApiFactory = function ( configurationId: string, queryId: string, updatePexQueryInput: UpdatePexQueryInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updatePexQueryById( diff --git a/clients/typescript/iota-client/base.ts b/clients/typescript/iota-client/base.ts index af2b0d5c..cc08c36a 100644 --- a/clients/typescript/iota-client/base.ts +++ b/clients/typescript/iota-client/base.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * IotaService - * Affinidi IotaService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iota-client/common.ts b/clients/typescript/iota-client/common.ts index 59e32ed6..45abdbde 100644 --- a/clients/typescript/iota-client/common.ts +++ b/clients/typescript/iota-client/common.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * IotaService - * Affinidi IotaService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iota-client/configuration.ts b/clients/typescript/iota-client/configuration.ts index 0c780bb0..1fd3f770 100644 --- a/clients/typescript/iota-client/configuration.ts +++ b/clients/typescript/iota-client/configuration.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * IotaService - * Affinidi IotaService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iota-client/docs/.openapi-generator/VERSION b/clients/typescript/iota-client/docs/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/iota-client/docs/.openapi-generator/VERSION +++ b/clients/typescript/iota-client/docs/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/iota-client/index.ts b/clients/typescript/iota-client/index.ts index e862546e..d593ff7b 100644 --- a/clients/typescript/iota-client/index.ts +++ b/clients/typescript/iota-client/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * IotaService - * Affinidi IotaService Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index deac218e..fef0ae94 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,11 +1,11 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.16.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { "type": "git", - "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/iota-client" + "url": "https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/iota-client" }, "keywords": [ "affinidi-tdk", diff --git a/clients/typescript/login-configuration-client/.openapi-generator/VERSION b/clients/typescript/login-configuration-client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/login-configuration-client/.openapi-generator/VERSION +++ b/clients/typescript/login-configuration-client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/login-configuration-client/README.md b/clients/typescript/login-configuration-client/README.md index 1a9424a7..9739ae7f 100644 --- a/clients/typescript/login-configuration-client/README.md +++ b/clients/typescript/login-configuration-client/README.md @@ -2,7 +2,7 @@ ### Service API Endpoints and Models -Please check [the documentation for API Endpoints and Models](https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/login-configuration-client/docs/README.md) for more details. +Please check [the documentation for API Endpoints and Models](https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/login-configuration-client/docs/README.md) for more details. ### Usage diff --git a/clients/typescript/login-configuration-client/api.ts b/clients/typescript/login-configuration-client/api.ts index ed1389f0..d5ae8bc9 100644 --- a/clients/typescript/login-configuration-client/api.ts +++ b/clients/typescript/login-configuration-client/api.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * OidcVpAdapterBackend - * Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com @@ -2509,16 +2509,18 @@ export const AllowListApiFp = function (configuration?: Configuration) { groupNamesInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['AllowListApi.allowGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['AllowListApi.allowGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Disallow Single or Multiple Groups @@ -2536,16 +2538,18 @@ export const AllowListApiFp = function (configuration?: Configuration) { groupNamesInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['AllowListApi.disallowGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['AllowListApi.disallowGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get Allowed Groups @@ -2561,16 +2565,18 @@ export const AllowListApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listAllowedGroups(pageToken, options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['AllowListApi.listAllowedGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['AllowListApi.listAllowedGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2594,7 +2600,7 @@ export const AllowListApiFactory = function ( */ allowGroups( groupNamesInput?: GroupNamesInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .allowGroups(groupNamesInput, options) @@ -2608,7 +2614,7 @@ export const AllowListApiFactory = function ( */ disallowGroups( groupNamesInput?: GroupNamesInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .disallowGroups(groupNamesInput, options) @@ -2622,7 +2628,7 @@ export const AllowListApiFactory = function ( */ listAllowedGroups( pageToken?: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listAllowedGroups(pageToken, options) @@ -3067,10 +3073,10 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { createLoginConfigurationInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationApi.createLoginConfigurations']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -3078,7 +3084,7 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Delete login configurations by ID @@ -3098,10 +3104,10 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationApi.deleteLoginConfigurationsById']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -3109,7 +3115,7 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get Client Metadata By OAuth 2.0 Client ID @@ -3132,10 +3138,10 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { clientId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationApi.getClientMetadataByClientId']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -3143,7 +3149,7 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get login configuration by ID @@ -3166,10 +3172,10 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { configurationId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationApi.getLoginConfigurationsById']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -3177,7 +3183,7 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Endpoint to retrieve list of login configurations @@ -3203,17 +3209,18 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { exclusiveStartKey, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['ConfigurationApi.listLoginConfigurations']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['ConfigurationApi.listLoginConfigurations']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Update login configurations by ID @@ -3239,10 +3246,10 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { updateLoginConfigurationInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['ConfigurationApi.updateLoginConfigurationsById']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -3250,7 +3257,7 @@ export const ConfigurationApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -3275,7 +3282,7 @@ export const ConfigurationApiFactory = function ( */ createLoginConfigurations( createLoginConfigurationInput?: CreateLoginConfigurationInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createLoginConfigurations(createLoginConfigurationInput, options) @@ -3290,7 +3297,7 @@ export const ConfigurationApiFactory = function ( */ deleteLoginConfigurationsById( configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .deleteLoginConfigurationsById(configurationId, options) @@ -3305,7 +3312,7 @@ export const ConfigurationApiFactory = function ( */ getClientMetadataByClientId( clientId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getClientMetadataByClientId(clientId, options) @@ -3320,7 +3327,7 @@ export const ConfigurationApiFactory = function ( */ getLoginConfigurationsById( configurationId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getLoginConfigurationsById(configurationId, options) @@ -3337,7 +3344,7 @@ export const ConfigurationApiFactory = function ( listLoginConfigurations( limit?: number, exclusiveStartKey?: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listLoginConfigurations(limit, exclusiveStartKey, options) @@ -3354,7 +3361,7 @@ export const ConfigurationApiFactory = function ( updateLoginConfigurationsById( configurationId: string, updateLoginConfigurationInput?: UpdateLoginConfigurationInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updateLoginConfigurationsById( @@ -3837,16 +3844,18 @@ export const DenyListApiFp = function (configuration?: Configuration) { groupNamesInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DenyListApi.blockGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DenyListApi.blockGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Block Single or Multiple user ids @@ -3864,16 +3873,18 @@ export const DenyListApiFp = function (configuration?: Configuration) { blockedUsersInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DenyListApi.blockUsers']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DenyListApi.blockUsers']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get Blocked Groups @@ -3889,16 +3900,18 @@ export const DenyListApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listBlockedGroups(pageToken, options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DenyListApi.listBlockedGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DenyListApi.listBlockedGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Get List of Blocked Users @@ -3914,16 +3927,18 @@ export const DenyListApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listBlockedUsers(pageToken, options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DenyListApi.listBlockedUsers']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DenyListApi.listBlockedUsers']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Unblock Single or Multiple Groups @@ -3941,16 +3956,18 @@ export const DenyListApiFp = function (configuration?: Configuration) { groupNamesInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DenyListApi.unblockGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DenyListApi.unblockGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Unblock Single or Multiple user ids @@ -3968,16 +3985,18 @@ export const DenyListApiFp = function (configuration?: Configuration) { blockedUsersInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DenyListApi.unblockUsers']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DenyListApi.unblockUsers']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -4001,7 +4020,7 @@ export const DenyListApiFactory = function ( */ blockGroups( groupNamesInput?: GroupNamesInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .blockGroups(groupNamesInput, options) @@ -4015,7 +4034,7 @@ export const DenyListApiFactory = function ( */ blockUsers( blockedUsersInput?: BlockedUsersInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .blockUsers(blockedUsersInput, options) @@ -4029,7 +4048,7 @@ export const DenyListApiFactory = function ( */ listBlockedGroups( pageToken?: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listBlockedGroups(pageToken, options) @@ -4043,7 +4062,7 @@ export const DenyListApiFactory = function ( */ listBlockedUsers( pageToken?: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listBlockedUsers(pageToken, options) @@ -4057,7 +4076,7 @@ export const DenyListApiFactory = function ( */ unblockGroups( groupNamesInput?: GroupNamesInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .unblockGroups(groupNamesInput, options) @@ -4071,7 +4090,7 @@ export const DenyListApiFactory = function ( */ unblockUsers( blockedUsersInput?: BlockedUsersInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .unblockUsers(blockedUsersInput, options) @@ -4630,16 +4649,18 @@ export const GroupApiFp = function (configuration?: Configuration) { addUserToGroupInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.addUserToGroup']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.addUserToGroup']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4657,16 +4678,18 @@ export const GroupApiFp = function (configuration?: Configuration) { createGroupInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.createGroup']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.createGroup']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4684,16 +4707,18 @@ export const GroupApiFp = function (configuration?: Configuration) { groupName, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.deleteGroup']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.deleteGroup']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4711,16 +4736,18 @@ export const GroupApiFp = function (configuration?: Configuration) { groupName, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.getGroupById']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.getGroupById']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4751,16 +4778,18 @@ export const GroupApiFp = function (configuration?: Configuration) { sortOrder, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.listGroupUserMappings']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.listGroupUserMappings']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4774,16 +4803,18 @@ export const GroupApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listGroups(options) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.listGroups']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.listGroups']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * @@ -4805,16 +4836,18 @@ export const GroupApiFp = function (configuration?: Configuration) { removeUserFromGroupInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['GroupApi.removeUserFromGroup']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['GroupApi.removeUserFromGroup']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -4840,7 +4873,7 @@ export const GroupApiFactory = function ( addUserToGroup( groupName: string, addUserToGroupInput: AddUserToGroupInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .addUserToGroup(groupName, addUserToGroupInput, options) @@ -4854,7 +4887,7 @@ export const GroupApiFactory = function ( */ createGroup( createGroupInput: CreateGroupInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createGroup(createGroupInput, options) @@ -4866,7 +4899,10 @@ export const GroupApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteGroup(groupName: string, options?: any): AxiosPromise { + deleteGroup( + groupName: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .deleteGroup(groupName, options) .then((request) => request(axios, basePath)) @@ -4877,7 +4913,10 @@ export const GroupApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getGroupById(groupName: string, options?: any): AxiosPromise { + getGroupById( + groupName: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .getGroupById(groupName, options) .then((request) => request(axios, basePath)) @@ -4896,7 +4935,7 @@ export const GroupApiFactory = function ( limit?: number, exclusiveStartKey?: string, sortOrder?: ListGroupUserMappingsSortOrderEnum, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listGroupUserMappings( @@ -4913,7 +4952,7 @@ export const GroupApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listGroups(options?: any): AxiosPromise { + listGroups(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp .listGroups(options) .then((request) => request(axios, basePath)) @@ -4928,7 +4967,7 @@ export const GroupApiFactory = function ( removeUserFromGroup( groupName: string, removeUserFromGroupInput: RemoveUserFromGroupInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .removeUserFromGroup(groupName, removeUserFromGroupInput, options) @@ -5463,10 +5502,10 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['IdpApi.v1LoginProjectProjectIdOauth2AuthGet']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -5474,7 +5513,7 @@ export const IdpApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no longer be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token. Revoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by the client the token was generated for. @@ -5494,10 +5533,10 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['IdpApi.v1LoginProjectProjectIdOauth2RevokePost']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -5505,7 +5544,7 @@ export const IdpApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * This endpoint initiates and completes user logout at the IdP OAuth2 & OpenID provider and initiates OpenID Connect Front- / Back-channel logout: https://openid.net/specs/openid-connect-frontchannel-1_0.html https://openid.net/specs/openid-connect-backchannel-1_0.html Back-channel logout is performed asynchronously and does not affect logout flow. @@ -5525,18 +5564,18 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap[ 'IdpApi.v1LoginProjectProjectIdOauth2SessionsLogoutGet' - ]?.[index]?.url + ]?.[localVarOperationServerIndex]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * The token endpoint is a critical component in the OAuth 2.0 protocol. It\'s the URL where a client application makes a request to exchange an authorization grant (such as an authorization code) for an access token. After a user grants authorization at the authorization endpoint, the client application receives an authorization grant, which is then exchanged for an access token at the token endpoint. This access token is then used to access the user\'s resources on the protected server. @@ -5556,10 +5595,10 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap['IdpApi.v1LoginProjectProjectIdOauth2TokenPost']?.[ - index + localVarOperationServerIndex ]?.url return (axios, basePath) => createRequestFunction( @@ -5567,7 +5606,7 @@ export const IdpApiFp = function (configuration?: Configuration) { globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * This endpoint returns the payload of the ID Token, including session.id_token values, of the provided OAuth 2.0 Access Token\'s consent request. In the case of authentication error, a WWW-Authenticate header might be set in the response with more information about the error. See the spec for more details about header format. @@ -5587,17 +5626,18 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['IdpApi.v1LoginProjectProjectIdUserinfoGet']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['IdpApi.v1LoginProjectProjectIdUserinfoGet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and, if enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like node-jwks-rsa among others. @@ -5617,18 +5657,18 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap[ 'IdpApi.v1LoginProjectProjectIdWellKnownJwksJsonGet' - ]?.[index]?.url + ]?.[localVarOperationServerIndex]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * A mechanism for an OpenID Connect Relying Party to discover the End-User\'s OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations. @@ -5648,18 +5688,18 @@ export const IdpApiFp = function (configuration?: Configuration) { projectId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = operationServerMap[ 'IdpApi.v1LoginProjectProjectIdWellKnownOpenidConfigurationGet' - ]?.[index]?.url + ]?.[localVarOperationServerIndex]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -5684,7 +5724,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdOauth2AuthGet( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdOauth2AuthGet(projectId, options) @@ -5699,7 +5739,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdOauth2RevokePost( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdOauth2RevokePost(projectId, options) @@ -5714,7 +5754,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdOauth2SessionsLogoutGet( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdOauth2SessionsLogoutGet(projectId, options) @@ -5729,7 +5769,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdOauth2TokenPost( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdOauth2TokenPost(projectId, options) @@ -5744,7 +5784,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdUserinfoGet( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdUserinfoGet(projectId, options) @@ -5759,7 +5799,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdWellKnownJwksJsonGet( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdWellKnownJwksJsonGet(projectId, options) @@ -5774,7 +5814,7 @@ export const IdpApiFactory = function ( */ v1LoginProjectProjectIdWellKnownOpenidConfigurationGet( projectId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .v1LoginProjectProjectIdWellKnownOpenidConfigurationGet( diff --git a/clients/typescript/login-configuration-client/base.ts b/clients/typescript/login-configuration-client/base.ts index 8220238f..04b634ad 100644 --- a/clients/typescript/login-configuration-client/base.ts +++ b/clients/typescript/login-configuration-client/base.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * OidcVpAdapterBackend - * Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/login-configuration-client/common.ts b/clients/typescript/login-configuration-client/common.ts index 0f68976f..cfa952c9 100644 --- a/clients/typescript/login-configuration-client/common.ts +++ b/clients/typescript/login-configuration-client/common.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * OidcVpAdapterBackend - * Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/login-configuration-client/configuration.ts b/clients/typescript/login-configuration-client/configuration.ts index 975ea3e2..abec9912 100644 --- a/clients/typescript/login-configuration-client/configuration.ts +++ b/clients/typescript/login-configuration-client/configuration.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * OidcVpAdapterBackend - * Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION b/clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION +++ b/clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/login-configuration-client/index.ts b/clients/typescript/login-configuration-client/index.ts index cae8cb00..70b78d14 100644 --- a/clients/typescript/login-configuration-client/index.ts +++ b/clients/typescript/login-configuration-client/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * OidcVpAdapterBackend - * Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 24c600f5..8f00d5dd 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,11 +1,11 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.22.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { "type": "git", - "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/login-configuration-client" + "url": "https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/login-configuration-client" }, "keywords": [ "affinidi-tdk", diff --git a/clients/typescript/wallets-client/.openapi-generator/VERSION b/clients/typescript/wallets-client/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/wallets-client/.openapi-generator/VERSION +++ b/clients/typescript/wallets-client/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/wallets-client/README.md b/clients/typescript/wallets-client/README.md index c6605bb3..65cf2cbd 100644 --- a/clients/typescript/wallets-client/README.md +++ b/clients/typescript/wallets-client/README.md @@ -2,7 +2,7 @@ ### Service API Endpoints and Models -Please check [the documentation for API Endpoints and Models](https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/wallets-client/docs/README.md) for more details. +Please check [the documentation for API Endpoints and Models](https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/wallets-client/docs/README.md) for more details. ### Usage diff --git a/clients/typescript/wallets-client/api.ts b/clients/typescript/wallets-client/api.ts index f53a9faf..874cdab4 100644 --- a/clients/typescript/wallets-client/api.ts +++ b/clients/typescript/wallets-client/api.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CloudWalletEssentials - * Cloud Wallet For Enterprise Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com @@ -997,17 +997,18 @@ export const DefaultApiFp = function (configuration?: Configuration) { statusId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['DefaultApi.getRevocationCredentialStatus']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['DefaultApi.getRevocationCredentialStatus']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -1035,7 +1036,7 @@ export const DefaultApiFactory = function ( projectId: string, walletId: string, statusId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getRevocationCredentialStatus(projectId, walletId, statusId, options) @@ -1241,17 +1242,18 @@ export const RevocationApiFp = function (configuration?: Configuration) { walletId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['RevocationApi.getRevocationListCredential']?.[index] - ?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['RevocationApi.getRevocationListCredential']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * Update index/credetial at appropriate revocation list (set revoken is true). @@ -1274,16 +1276,18 @@ export const RevocationApiFp = function (configuration?: Configuration) { revokeCredentialInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['RevocationApi.revokeCredential']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['RevocationApi.revokeCredential']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -1311,7 +1315,7 @@ export const RevocationApiFactory = function ( getRevocationListCredential( listId: string, walletId: string, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .getRevocationListCredential(listId, walletId, options) @@ -1328,7 +1332,7 @@ export const RevocationApiFactory = function ( revokeCredential( walletId: string, revokeCredentialInput: RevokeCredentialInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .revokeCredential(walletId, revokeCredentialInput, options) @@ -1823,16 +1827,18 @@ export const WalletApiFp = function (configuration?: Configuration) { createWalletInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.createWallet']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.createWallet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * delete wallet by walletId @@ -1850,16 +1856,18 @@ export const WalletApiFp = function (configuration?: Configuration) { walletId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.deleteWallet']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.deleteWallet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * get wallet details using wallet Id. @@ -1877,16 +1885,18 @@ export const WalletApiFp = function (configuration?: Configuration) { walletId, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.getWallet']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.getWallet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * lists all wallets @@ -1904,16 +1914,18 @@ export const WalletApiFp = function (configuration?: Configuration) { didType, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.listWallets']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.listWallets']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * signs credential with the wallet @@ -1937,16 +1949,18 @@ export const WalletApiFp = function (configuration?: Configuration) { signCredentialInputDto, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.signCredential']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.signCredential']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * signs a jwt token with the wallet @@ -1967,16 +1981,18 @@ export const WalletApiFp = function (configuration?: Configuration) { signJwtToken, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.signJwtToken']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.signJwtToken']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, /** * update wallet details using wallet Id. @@ -1997,16 +2013,18 @@ export const WalletApiFp = function (configuration?: Configuration) { updateWalletInput, options, ) - const index = configuration?.serverIndex ?? 0 - const operationBasePath = - operationServerMap['WalletApi.updateWallet']?.[index]?.url + const localVarOperationServerIndex = configuration?.serverIndex ?? 0 + const localVarOperationServerBasePath = + operationServerMap['WalletApi.updateWallet']?.[ + localVarOperationServerIndex + ]?.url return (axios, basePath) => createRequestFunction( localVarAxiosArgs, globalAxios, BASE_PATH, configuration, - )(axios, operationBasePath || basePath) + )(axios, localVarOperationServerBasePath || basePath) }, } } @@ -2030,7 +2048,7 @@ export const WalletApiFactory = function ( */ createWallet( createWalletInput?: CreateWalletInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .createWallet(createWalletInput, options) @@ -2042,7 +2060,10 @@ export const WalletApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteWallet(walletId: string, options?: any): AxiosPromise { + deleteWallet( + walletId: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .deleteWallet(walletId, options) .then((request) => request(axios, basePath)) @@ -2053,7 +2074,10 @@ export const WalletApiFactory = function ( * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getWallet(walletId: string, options?: any): AxiosPromise { + getWallet( + walletId: string, + options?: RawAxiosRequestConfig, + ): AxiosPromise { return localVarFp .getWallet(walletId, options) .then((request) => request(axios, basePath)) @@ -2066,7 +2090,7 @@ export const WalletApiFactory = function ( */ listWallets( didType?: ListWalletsDidTypeEnum, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .listWallets(didType, options) @@ -2082,7 +2106,7 @@ export const WalletApiFactory = function ( signCredential( walletId: string, signCredentialInputDto: SignCredentialInputDto, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .signCredential(walletId, signCredentialInputDto, options) @@ -2098,7 +2122,7 @@ export const WalletApiFactory = function ( signJwtToken( walletId: string, signJwtToken: SignJwtToken, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .signJwtToken(walletId, signJwtToken, options) @@ -2114,7 +2138,7 @@ export const WalletApiFactory = function ( updateWallet( walletId: string, updateWalletInput: UpdateWalletInput, - options?: any, + options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp .updateWallet(walletId, updateWalletInput, options) diff --git a/clients/typescript/wallets-client/base.ts b/clients/typescript/wallets-client/base.ts index ef64639f..db07ab10 100644 --- a/clients/typescript/wallets-client/base.ts +++ b/clients/typescript/wallets-client/base.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CloudWalletEssentials - * Cloud Wallet For Enterprise Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/wallets-client/common.ts b/clients/typescript/wallets-client/common.ts index 225ba0e2..666077ea 100644 --- a/clients/typescript/wallets-client/common.ts +++ b/clients/typescript/wallets-client/common.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CloudWalletEssentials - * Cloud Wallet For Enterprise Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/wallets-client/configuration.ts b/clients/typescript/wallets-client/configuration.ts index ccdfc783..5ecce1b2 100644 --- a/clients/typescript/wallets-client/configuration.ts +++ b/clients/typescript/wallets-client/configuration.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CloudWalletEssentials - * Cloud Wallet For Enterprise Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/wallets-client/docs/.openapi-generator/VERSION b/clients/typescript/wallets-client/docs/.openapi-generator/VERSION index 4b49d9bb..09a6d308 100644 --- a/clients/typescript/wallets-client/docs/.openapi-generator/VERSION +++ b/clients/typescript/wallets-client/docs/.openapi-generator/VERSION @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.8.0 diff --git a/clients/typescript/wallets-client/index.ts b/clients/typescript/wallets-client/index.ts index b5d3d85c..59ab7606 100644 --- a/clients/typescript/wallets-client/index.ts +++ b/clients/typescript/wallets-client/index.ts @@ -2,7 +2,7 @@ /* eslint-disable */ /** * CloudWalletEssentials - * Cloud Wallet For Enterprise Structure + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * Contact: info@affinidi.com diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index d0082513..8f5c9a2a 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,11 +1,11 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.19.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { "type": "git", - "url": "https://github.com/affinidi/affinidi-tdk/tree/main/clients/typescript/wallets-client" + "url": "https://github.com/affinidi.com/affinidi-tdk/tree/main/clients/typescript/wallets-client" }, "keywords": [ "affinidi-tdk", diff --git a/package-lock.json b/package-lock.json index e389dd23..58cd7750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -251,7 +251,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.9.0", + "version": "1.10.0", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -420,7 +420,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.10.0", + "version": "1.11.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -23629,7 +23629,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.19.0", + "version": "1.20.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -23849,7 +23849,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", From d4279e7b876008c785c31b961b82204f69ac5c5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 14:58:09 +0000 Subject: [PATCH 68/77] chore(release): @affinidi-tdk/common-v1.13.0 [skip ci] # [1.13.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.12.0...@affinidi-tdk/common-v1.13.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- packages/common/CHANGELOG.md | 7 +++++++ packages/common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 8cd7e69c..f8dabda4 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.13.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.12.0...@affinidi-tdk/common-v1.13.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/common-v1.11.0...@affinidi-tdk/common-v1.12.0) (2024-08-21) diff --git a/packages/common/package.json b/packages/common/package.json index 905ee98a..fe340b4f 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/common", - "version": "1.12.0", + "version": "1.13.0", "description": "Affinidi TDK Common library with shared utils", "author": "Affinidi", "repository": { From 11e250efd8716534595a5aabe9f075ab0acc3b6f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 14:59:07 +0000 Subject: [PATCH 69/77] chore(release): @affinidi-tdk/iota-client-v1.17.0 [skip ci] # [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.16.0...@affinidi-tdk/iota-client-v1.17.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- clients/typescript/iota-client/CHANGELOG.md | 7 +++++++ clients/typescript/iota-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iota-client/CHANGELOG.md b/clients/typescript/iota-client/CHANGELOG.md index a362415e..cbb902d9 100644 --- a/clients/typescript/iota-client/CHANGELOG.md +++ b/clients/typescript/iota-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.16.0...@affinidi-tdk/iota-client-v1.17.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.16.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-client-v1.15.0...@affinidi-tdk/iota-client-v1.16.0) (2024-08-21) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index fef0ae94..41c19e05 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.0.0", + "version": "1.17.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { From 0eec49f9fd4ab2930f8dacc7caabdc49b5b1bafb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:00:06 +0000 Subject: [PATCH 70/77] chore(release): @affinidi-tdk/credential-verification-client-v1.21.0 [skip ci] # [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.20.0...@affinidi-tdk/credential-verification-client-v1.21.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- .../typescript/credential-verification-client/CHANGELOG.md | 7 +++++++ .../typescript/credential-verification-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-verification-client/CHANGELOG.md b/clients/typescript/credential-verification-client/CHANGELOG.md index 22a52272..c620b3de 100644 --- a/clients/typescript/credential-verification-client/CHANGELOG.md +++ b/clients/typescript/credential-verification-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.20.0...@affinidi-tdk/credential-verification-client-v1.21.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-verification-client-v1.19.0...@affinidi-tdk/credential-verification-client-v1.20.0) (2024-08-21) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index a586ee28..ded98d0a 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.0.0", + "version": "1.21.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { From ec19c9f453df0d2258a890499454b6859d0284fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:01:03 +0000 Subject: [PATCH 71/77] chore(release): @affinidi-tdk/credential-issuance-client-v1.21.0 [skip ci] # [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.20.0...@affinidi-tdk/credential-issuance-client-v1.21.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- clients/typescript/credential-issuance-client/CHANGELOG.md | 7 +++++++ clients/typescript/credential-issuance-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/credential-issuance-client/CHANGELOG.md b/clients/typescript/credential-issuance-client/CHANGELOG.md index 79c16e4b..4b1205f7 100644 --- a/clients/typescript/credential-issuance-client/CHANGELOG.md +++ b/clients/typescript/credential-issuance-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.20.0...@affinidi-tdk/credential-issuance-client-v1.21.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/credential-issuance-client-v1.19.0...@affinidi-tdk/credential-issuance-client-v1.20.0) (2024-08-21) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 4da5ce78..a35e0e41 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.0.0", + "version": "1.21.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { From 93afa26fee08cfa34516e9a126de8c8f5b5d8de5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:02:01 +0000 Subject: [PATCH 72/77] chore(release): @affinidi-tdk/login-configuration-client-v1.23.0 [skip ci] # [1.23.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.22.0...@affinidi-tdk/login-configuration-client-v1.23.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- clients/typescript/login-configuration-client/CHANGELOG.md | 7 +++++++ clients/typescript/login-configuration-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/login-configuration-client/CHANGELOG.md b/clients/typescript/login-configuration-client/CHANGELOG.md index aadf7cab..47c2eef4 100644 --- a/clients/typescript/login-configuration-client/CHANGELOG.md +++ b/clients/typescript/login-configuration-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.23.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.22.0...@affinidi-tdk/login-configuration-client-v1.23.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.22.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/login-configuration-client-v1.21.0...@affinidi-tdk/login-configuration-client-v1.22.0) (2024-08-21) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 8f00d5dd..8b08a09a 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.0.0", + "version": "1.23.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { From 0e353d0f78ac5e27912bb715edb972e84522d6c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:02:58 +0000 Subject: [PATCH 73/77] chore(release): @affinidi-tdk/wallets-client-v1.20.0 [skip ci] # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.19.0...@affinidi-tdk/wallets-client-v1.20.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- clients/typescript/wallets-client/CHANGELOG.md | 7 +++++++ clients/typescript/wallets-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/wallets-client/CHANGELOG.md b/clients/typescript/wallets-client/CHANGELOG.md index d5ae3ff9..e433cbee 100644 --- a/clients/typescript/wallets-client/CHANGELOG.md +++ b/clients/typescript/wallets-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.19.0...@affinidi-tdk/wallets-client-v1.20.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.19.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/wallets-client-v1.18.0...@affinidi-tdk/wallets-client-v1.19.0) (2024-08-21) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 8f5c9a2a..6c363f64 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.0.0", + "version": "1.20.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { From d21e0d9a04b19abe0f8855d00c694f9e4d83a538 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:03:56 +0000 Subject: [PATCH 74/77] chore(release): @affinidi-tdk/iam-client-v1.21.0 [skip ci] # [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.20.0...@affinidi-tdk/iam-client-v1.21.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- clients/typescript/iam-client/CHANGELOG.md | 7 +++++++ clients/typescript/iam-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/clients/typescript/iam-client/CHANGELOG.md b/clients/typescript/iam-client/CHANGELOG.md index 79ab1ede..2c8e1e1c 100644 --- a/clients/typescript/iam-client/CHANGELOG.md +++ b/clients/typescript/iam-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.20.0...@affinidi-tdk/iam-client-v1.21.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iam-client-v1.19.0...@affinidi-tdk/iam-client-v1.20.0) (2024-08-21) diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 913f66c6..36289f59 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.0.0", + "version": "1.21.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { From c3330f73858d2c5ca9a9a037c6e0743b40cb937d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:04:54 +0000 Subject: [PATCH 75/77] chore(release): @affinidi-tdk/auth-provider-v1.21.0 [skip ci] # [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.20.0...@affinidi-tdk/auth-provider-v1.21.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- packages/auth-provider/CHANGELOG.md | 7 +++++++ packages/auth-provider/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/auth-provider/CHANGELOG.md b/packages/auth-provider/CHANGELOG.md index 8de5d80c..25c1e55b 100644 --- a/packages/auth-provider/CHANGELOG.md +++ b/packages/auth-provider/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.21.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.20.0...@affinidi-tdk/auth-provider-v1.21.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.20.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/auth-provider-v1.19.0...@affinidi-tdk/auth-provider-v1.20.0) (2024-08-21) diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index 8da5b82f..4374f909 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/auth-provider", - "version": "1.20.0", + "version": "1.21.0", "description": "Internal module for managing access tokens", "author": "Affinidi", "repository": { From 9a205ce2cf0a6edf4ad8cff45123e3bc49de4ab6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:05:52 +0000 Subject: [PATCH 76/77] chore(release): @affinidi-tdk/iota-browser-v1.11.0 [skip ci] # [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.10.0...@affinidi-tdk/iota-browser-v1.11.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- libs/iota-browser/CHANGELOG.md | 7 +++++++ libs/iota-browser/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-browser/CHANGELOG.md b/libs/iota-browser/CHANGELOG.md index 93f94945..12fcdc08 100644 --- a/libs/iota-browser/CHANGELOG.md +++ b/libs/iota-browser/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.10.0...@affinidi-tdk/iota-browser-v1.11.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.10.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-browser-v1.9.0...@affinidi-tdk/iota-browser-v1.10.0) (2024-08-21) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index c0d8dd32..b3028034 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-browser", - "version": "1.10.0", + "version": "1.11.0", "description": "Browser module to fetch data through Affinidi Iota Framework", "author": "Affinidi", "repository": { From 796d3c95ca52e4538009b15e7323ee1bdf7ab230 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 15:06:51 +0000 Subject: [PATCH 77/77] chore(release): @affinidi-tdk/iota-core-v1.12.0 [skip ci] # [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.11.0...@affinidi-tdk/iota-core-v1.12.0) (2024-08-21) ### Features * update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) --- libs/iota-core/CHANGELOG.md | 7 +++++++ libs/iota-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libs/iota-core/CHANGELOG.md b/libs/iota-core/CHANGELOG.md index ae24d1f8..32ad5009 100644 --- a/libs/iota-core/CHANGELOG.md +++ b/libs/iota-core/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.11.0...@affinidi-tdk/iota-core-v1.12.0) (2024-08-21) + + +### Features + +* update client all ([#204](https://github.com/affinidi/affinidi-tdk/issues/204)) ([42a4ec1](https://github.com/affinidi/affinidi-tdk/commit/42a4ec1a7fec0504acff6a0da12883b5e5c07309)) + # [1.11.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.10.0...@affinidi-tdk/iota-core-v1.11.0) (2024-08-21) diff --git a/libs/iota-core/package.json b/libs/iota-core/package.json index c505c802..b1b6d016 100644 --- a/libs/iota-core/package.json +++ b/libs/iota-core/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-core", - "version": "1.11.0", + "version": "1.12.0", "description": "Affinidi Iota Framework core library primarily used in the backend", "author": "Affinidi", "repository": {