From 9f577e47ef9df2de627a636c1aff6861c3c68d07 Mon Sep 17 00:00:00 2001 From: Igor Fedoronchuk Date: Wed, 10 Jun 2026 18:46:54 +0200 Subject: [PATCH] chore(fixtures): refresh meta.api_version to 2026-04-16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 36 test fixtures still carried meta.api_version from earlier recorded responses (2021-04-19, 2021-12-15, 2022-05-09, 2022-05-10). The SDK targets 2026-04-16. Bulk-replaced via sed across src/test/resources/fixtures. The SDK never reads meta.api_version from responses (only sends X-DIDWW-API-Version on requests), so this is purely cosmetic. Tests: ./gradlew test — BUILD SUCCESSFUL. --- src/test/resources/fixtures/address_requirements/index.json | 2 +- src/test/resources/fixtures/address_requirements/show.json | 2 +- src/test/resources/fixtures/address_verifications/create.json | 2 +- src/test/resources/fixtures/address_verifications/index.json | 2 +- src/test/resources/fixtures/address_verifications/show.json | 2 +- .../resources/fixtures/address_verifications/show_rejected.json | 2 +- src/test/resources/fixtures/addresses/create.json | 2 +- src/test/resources/fixtures/addresses/index.json | 2 +- src/test/resources/fixtures/addresses/update.json | 2 +- src/test/resources/fixtures/areas/index.json | 2 +- src/test/resources/fixtures/areas/show.json | 2 +- .../fixtures/available_dids/show_with_nanpa_prefix.json | 2 +- src/test/resources/fixtures/cities/index.json | 2 +- src/test/resources/fixtures/countries/show_with_regions.json | 2 +- src/test/resources/fixtures/did_groups/index.json | 2 +- .../resources/fixtures/did_groups/show_with_requirement.json | 2 +- .../dids/show_with_address_verification_and_did_group.json | 2 +- src/test/resources/fixtures/encrypted_files/index.json | 2 +- src/test/resources/fixtures/encrypted_files/show.json | 2 +- src/test/resources/fixtures/identities/create.json | 2 +- src/test/resources/fixtures/identities/create_personal.json | 2 +- src/test/resources/fixtures/identities/index.json | 2 +- src/test/resources/fixtures/identities/update.json | 2 +- src/test/resources/fixtures/nanpa_prefixes/index.json | 2 +- src/test/resources/fixtures/nanpa_prefixes/show.json | 2 +- .../resources/fixtures/nanpa_prefixes/show_with_region.json | 2 +- src/test/resources/fixtures/orders/create_nanpa.json | 2 +- .../fixtures/permanent_supporting_documents/create.json | 2 +- src/test/resources/fixtures/proof_types/index.json | 2 +- src/test/resources/fixtures/proofs/create.json | 2 +- src/test/resources/fixtures/proofs/create_with_address.json | 2 +- src/test/resources/fixtures/proofs/create_with_identity.json | 2 +- .../resources/fixtures/supporting_document_templates/index.json | 2 +- .../fixtures/voice_out_trunk_regenerate_credentials/create.json | 2 +- src/test/resources/fixtures/voice_out_trunks/show.json | 2 +- src/test/resources/fixtures/voice_out_trunks/update.json | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/test/resources/fixtures/address_requirements/index.json b/src/test/resources/fixtures/address_requirements/index.json index 237991bf..67bad1f0 100644 --- a/src/test/resources/fixtures/address_requirements/index.json +++ b/src/test/resources/fixtures/address_requirements/index.json @@ -380,7 +380,7 @@ ], "meta": { "total_records": 73, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/requirements?page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/address_requirements/show.json b/src/test/resources/fixtures/address_requirements/show.json index e7bbd429..8e109a22 100644 --- a/src/test/resources/fixtures/address_requirements/show.json +++ b/src/test/resources/fixtures/address_requirements/show.json @@ -265,6 +265,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/address_verifications/create.json b/src/test/resources/fixtures/address_verifications/create.json index f17f0e11..dbff9c8d 100644 --- a/src/test/resources/fixtures/address_verifications/create.json +++ b/src/test/resources/fixtures/address_verifications/create.json @@ -63,6 +63,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/address_verifications/index.json b/src/test/resources/fixtures/address_verifications/index.json index 18ff53b8..2e64c80c 100644 --- a/src/test/resources/fixtures/address_verifications/index.json +++ b/src/test/resources/fixtures/address_verifications/index.json @@ -133,7 +133,7 @@ ], "meta": { "total_records": 1, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/address_verifications?include=address%2Cdids&page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/address_verifications/show.json b/src/test/resources/fixtures/address_verifications/show.json index 382068a4..ddf19a58 100644 --- a/src/test/resources/fixtures/address_verifications/show.json +++ b/src/test/resources/fixtures/address_verifications/show.json @@ -27,6 +27,6 @@ } }, "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/address_verifications/show_rejected.json b/src/test/resources/fixtures/address_verifications/show_rejected.json index 71849df0..98aa690f 100644 --- a/src/test/resources/fixtures/address_verifications/show_rejected.json +++ b/src/test/resources/fixtures/address_verifications/show_rejected.json @@ -29,6 +29,6 @@ } }, "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/addresses/create.json b/src/test/resources/fixtures/addresses/create.json index 496d1e77..523f3b2b 100644 --- a/src/test/resources/fixtures/addresses/create.json +++ b/src/test/resources/fixtures/addresses/create.json @@ -55,6 +55,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/addresses/index.json b/src/test/resources/fixtures/addresses/index.json index 48cf68ec..bd4bf120 100644 --- a/src/test/resources/fixtures/addresses/index.json +++ b/src/test/resources/fixtures/addresses/index.json @@ -151,7 +151,7 @@ ], "meta": { "total_records": 1, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/addresses?include=country%2Cidentity%2Cproofs%2Carea%2Ccity&page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/addresses/update.json b/src/test/resources/fixtures/addresses/update.json index fce85fdc..23512de3 100644 --- a/src/test/resources/fixtures/addresses/update.json +++ b/src/test/resources/fixtures/addresses/update.json @@ -32,6 +32,6 @@ } }, "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/areas/index.json b/src/test/resources/fixtures/areas/index.json index 2f2267df..9943454b 100644 --- a/src/test/resources/fixtures/areas/index.json +++ b/src/test/resources/fixtures/areas/index.json @@ -1908,7 +1908,7 @@ ], "meta": { "total_records": 127, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/areas?page%5Bnumber%5D=1&page%5Bsize%5D=1000", diff --git a/src/test/resources/fixtures/areas/show.json b/src/test/resources/fixtures/areas/show.json index ada2711c..be9af4fd 100644 --- a/src/test/resources/fixtures/areas/show.json +++ b/src/test/resources/fixtures/areas/show.json @@ -38,6 +38,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/available_dids/show_with_nanpa_prefix.json b/src/test/resources/fixtures/available_dids/show_with_nanpa_prefix.json index e5cb0081..d6564207 100644 --- a/src/test/resources/fixtures/available_dids/show_with_nanpa_prefix.json +++ b/src/test/resources/fixtures/available_dids/show_with_nanpa_prefix.json @@ -49,6 +49,6 @@ } ], "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/cities/index.json b/src/test/resources/fixtures/cities/index.json index d5da4ba7..f1ad52e0 100644 --- a/src/test/resources/fixtures/cities/index.json +++ b/src/test/resources/fixtures/cities/index.json @@ -273,7 +273,7 @@ ], "meta": { "total_records": 1647, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/cities?page%5Bnumber%5D=1&page%5Bsize%5D=10", diff --git a/src/test/resources/fixtures/countries/show_with_regions.json b/src/test/resources/fixtures/countries/show_with_regions.json index 52b2750b..f28fcdfd 100644 --- a/src/test/resources/fixtures/countries/show_with_regions.json +++ b/src/test/resources/fixtures/countries/show_with_regions.json @@ -221,6 +221,6 @@ } ], "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/did_groups/index.json b/src/test/resources/fixtures/did_groups/index.json index 5a7bc68b..5fc4269d 100644 --- a/src/test/resources/fixtures/did_groups/index.json +++ b/src/test/resources/fixtures/did_groups/index.json @@ -62,7 +62,7 @@ ], "meta": { "total_records": 1, - "api_version": "2022-05-09" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/did_groups?filter%5Bnanpa_prefix.id%5D=eeed293b-f3d8-4ef8-91ef-1b077d174b3b&page%5Bnumber%5D=1&page%5Bsize%5D=50", diff --git a/src/test/resources/fixtures/did_groups/show_with_requirement.json b/src/test/resources/fixtures/did_groups/show_with_requirement.json index e4ea24d5..981ee6b9 100644 --- a/src/test/resources/fixtures/did_groups/show_with_requirement.json +++ b/src/test/resources/fixtures/did_groups/show_with_requirement.json @@ -94,6 +94,6 @@ } ], "meta": { - "api_version": "2022-05-09" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/dids/show_with_address_verification_and_did_group.json b/src/test/resources/fixtures/dids/show_with_address_verification_and_did_group.json index 835b3775..b327682b 100644 --- a/src/test/resources/fixtures/dids/show_with_address_verification_and_did_group.json +++ b/src/test/resources/fixtures/dids/show_with_address_verification_and_did_group.json @@ -159,6 +159,6 @@ } ], "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/encrypted_files/index.json b/src/test/resources/fixtures/encrypted_files/index.json index a4c8c51d..3a93b000 100644 --- a/src/test/resources/fixtures/encrypted_files/index.json +++ b/src/test/resources/fixtures/encrypted_files/index.json @@ -11,7 +11,7 @@ ], "meta": { "total_records": 1, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/encrypted_files?page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/encrypted_files/show.json b/src/test/resources/fixtures/encrypted_files/show.json index a49cdf06..934efd0b 100644 --- a/src/test/resources/fixtures/encrypted_files/show.json +++ b/src/test/resources/fixtures/encrypted_files/show.json @@ -8,6 +8,6 @@ } }, "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/identities/create.json b/src/test/resources/fixtures/identities/create.json index c58ac84f..4e5e4228 100644 --- a/src/test/resources/fixtures/identities/create.json +++ b/src/test/resources/fixtures/identities/create.json @@ -69,6 +69,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/identities/create_personal.json b/src/test/resources/fixtures/identities/create_personal.json index abcb43d6..b25a422b 100644 --- a/src/test/resources/fixtures/identities/create_personal.json +++ b/src/test/resources/fixtures/identities/create_personal.json @@ -46,6 +46,6 @@ } }, "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/identities/index.json b/src/test/resources/fixtures/identities/index.json index 5848ce06..c81113d5 100644 --- a/src/test/resources/fixtures/identities/index.json +++ b/src/test/resources/fixtures/identities/index.json @@ -164,7 +164,7 @@ ], "meta": { "total_records": 2, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/identities?include=country%2Caddresses%2Cproofs%2Cpermanent_documents&page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/identities/update.json b/src/test/resources/fixtures/identities/update.json index 27eea555..ed5b4919 100644 --- a/src/test/resources/fixtures/identities/update.json +++ b/src/test/resources/fixtures/identities/update.json @@ -46,6 +46,6 @@ } }, "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/nanpa_prefixes/index.json b/src/test/resources/fixtures/nanpa_prefixes/index.json index 6add781f..813d5b15 100644 --- a/src/test/resources/fixtures/nanpa_prefixes/index.json +++ b/src/test/resources/fixtures/nanpa_prefixes/index.json @@ -47,7 +47,7 @@ ], "meta": { "total_records": 2, - "api_version": "2022-05-09" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/nanpa_prefixes?page%5Bnumber%5D=1&page%5Bsize%5D=50", diff --git a/src/test/resources/fixtures/nanpa_prefixes/show.json b/src/test/resources/fixtures/nanpa_prefixes/show.json index aa96805d..d8b5e346 100644 --- a/src/test/resources/fixtures/nanpa_prefixes/show.json +++ b/src/test/resources/fixtures/nanpa_prefixes/show.json @@ -45,6 +45,6 @@ } ], "meta": { - "api_version": "2022-05-09" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/nanpa_prefixes/show_with_region.json b/src/test/resources/fixtures/nanpa_prefixes/show_with_region.json index bcb30bcf..bbcfded5 100644 --- a/src/test/resources/fixtures/nanpa_prefixes/show_with_region.json +++ b/src/test/resources/fixtures/nanpa_prefixes/show_with_region.json @@ -44,6 +44,6 @@ } ], "meta": { - "api_version": "2022-05-09" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/orders/create_nanpa.json b/src/test/resources/fixtures/orders/create_nanpa.json index 23d1a13b..53d83556 100644 --- a/src/test/resources/fixtures/orders/create_nanpa.json +++ b/src/test/resources/fixtures/orders/create_nanpa.json @@ -29,6 +29,6 @@ } }, "meta": { - "api_version": "2022-05-09" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/permanent_supporting_documents/create.json b/src/test/resources/fixtures/permanent_supporting_documents/create.json index c1ea4155..7db9f79f 100644 --- a/src/test/resources/fixtures/permanent_supporting_documents/create.json +++ b/src/test/resources/fixtures/permanent_supporting_documents/create.json @@ -37,6 +37,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/proof_types/index.json b/src/test/resources/fixtures/proof_types/index.json index 446fc0d6..cc90a596 100644 --- a/src/test/resources/fixtures/proof_types/index.json +++ b/src/test/resources/fixtures/proof_types/index.json @@ -43,7 +43,7 @@ ], "meta": { "total_records": 17, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/proof_types?page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/proofs/create.json b/src/test/resources/fixtures/proofs/create.json index 804f9a59..92353f79 100644 --- a/src/test/resources/fixtures/proofs/create.json +++ b/src/test/resources/fixtures/proofs/create.json @@ -36,6 +36,6 @@ } ], "meta": { - "api_version": "2021-04-19" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/proofs/create_with_address.json b/src/test/resources/fixtures/proofs/create_with_address.json index 89354176..a83df8d1 100644 --- a/src/test/resources/fixtures/proofs/create_with_address.json +++ b/src/test/resources/fixtures/proofs/create_with_address.json @@ -22,6 +22,6 @@ } }, "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/proofs/create_with_identity.json b/src/test/resources/fixtures/proofs/create_with_identity.json index 89354176..a83df8d1 100644 --- a/src/test/resources/fixtures/proofs/create_with_identity.json +++ b/src/test/resources/fixtures/proofs/create_with_identity.json @@ -22,6 +22,6 @@ } }, "meta": { - "api_version": "2022-05-10" + "api_version": "2026-04-16" } } diff --git a/src/test/resources/fixtures/supporting_document_templates/index.json b/src/test/resources/fixtures/supporting_document_templates/index.json index 8647faee..a3ba48d4 100644 --- a/src/test/resources/fixtures/supporting_document_templates/index.json +++ b/src/test/resources/fixtures/supporting_document_templates/index.json @@ -48,7 +48,7 @@ ], "meta": { "total_records": 30, - "api_version": "2021-04-19" + "api_version": "2026-04-16" }, "links": { "first": "https://sandbox-api.didww.com/v3/supporting_document_templates?page%5Bnumber%5D=1&page%5Bsize%5D=5", diff --git a/src/test/resources/fixtures/voice_out_trunk_regenerate_credentials/create.json b/src/test/resources/fixtures/voice_out_trunk_regenerate_credentials/create.json index 76d5b23f..6f996846 100644 --- a/src/test/resources/fixtures/voice_out_trunk_regenerate_credentials/create.json +++ b/src/test/resources/fixtures/voice_out_trunk_regenerate_credentials/create.json @@ -4,6 +4,6 @@ "type": "voice_out_trunk_regenerate_credentials" }, "meta": { - "api_version": "2021-12-15" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/voice_out_trunks/show.json b/src/test/resources/fixtures/voice_out_trunks/show.json index 9913fc40..e46e3dc4 100644 --- a/src/test/resources/fixtures/voice_out_trunks/show.json +++ b/src/test/resources/fixtures/voice_out_trunks/show.json @@ -187,6 +187,6 @@ } ], "meta": { - "api_version": "2021-12-15" + "api_version": "2026-04-16" } } \ No newline at end of file diff --git a/src/test/resources/fixtures/voice_out_trunks/update.json b/src/test/resources/fixtures/voice_out_trunks/update.json index f0e2f14e..6937b06e 100644 --- a/src/test/resources/fixtures/voice_out_trunks/update.json +++ b/src/test/resources/fixtures/voice_out_trunks/update.json @@ -47,6 +47,6 @@ } }, "meta": { - "api_version": "2021-12-15" + "api_version": "2026-04-16" } } \ No newline at end of file