From 9450d560c49136b6679eee75aa0fc43522bbca24 Mon Sep 17 00:00:00 2001 From: Katarina Date: Thu, 17 Jul 2025 17:48:35 +0200 Subject: [PATCH] Update OpenAPI --- src/api/openapi/api.ts | 2 +- src/api/openapi/base.ts | 2 +- src/api/openapi/common.ts | 2 +- src/api/openapi/configuration.ts | 2 +- src/api/openapi/index.ts | 2 +- src/api/openapi/model/attribute.ts | 2 +- src/api/openapi/model/card-page-search-request.ts | 2 +- src/api/openapi/model/card-print.ts | 2 +- src/api/openapi/model/card-type.ts | 2 +- src/api/openapi/model/card-upstream-fetch-request.ts | 2 +- src/api/openapi/model/card.ts | 2 +- src/api/openapi/model/deck-create-request.ts | 2 +- src/api/openapi/model/deck.ts | 2 +- src/api/openapi/model/job-dto.ts | 2 +- src/api/openapi/model/job-status.ts | 2 +- src/api/openapi/model/job-type.ts | 2 +- src/api/openapi/model/link-arrow.ts | 2 +- src/api/openapi/model/monster-card-sub-type.ts | 2 +- src/api/openapi/model/monster-card-type.ts | 2 +- src/api/openapi/model/monster-card.ts | 2 +- src/api/openapi/model/monster-type.ts | 2 +- src/api/openapi/model/page-card-dto.ts | 2 +- src/api/openapi/model/page-card-print-dto.ts | 2 +- src/api/openapi/model/page-deck-dto.ts | 2 +- src/api/openapi/model/page-job-dto.ts | 2 +- src/api/openapi/model/page-set-dto.ts | 2 +- src/api/openapi/model/page.ts | 2 +- src/api/openapi/model/region-code-alias.ts | 2 +- src/api/openapi/model/region.ts | 2 +- src/api/openapi/model/regional-set.ts | 2 +- src/api/openapi/model/set-dto.ts | 2 +- src/api/openapi/model/spell-card-type.ts | 2 +- src/api/openapi/model/spell-card.ts | 2 +- src/api/openapi/model/trap-card-type.ts | 2 +- src/api/openapi/model/trap-card.ts | 2 +- src/api/openapi/service/card-print-service.ts | 2 +- src/api/openapi/service/card-service.ts | 2 +- src/api/openapi/service/deck-service.ts | 2 +- src/api/openapi/service/job-service.ts | 2 +- src/api/openapi/service/set-service.ts | 2 +- src/components.d.ts | 2 ++ 41 files changed, 42 insertions(+), 40 deletions(-) diff --git a/src/api/openapi/api.ts b/src/api/openapi/api.ts index dec07b7..bea0d5e 100644 --- a/src/api/openapi/api.ts +++ b/src/api/openapi/api.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/base.ts b/src/api/openapi/base.ts index 05c55aa..a949f67 100644 --- a/src/api/openapi/base.ts +++ b/src/api/openapi/base.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/common.ts b/src/api/openapi/common.ts index 3377d8f..d771fe7 100644 --- a/src/api/openapi/common.ts +++ b/src/api/openapi/common.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/configuration.ts b/src/api/openapi/configuration.ts index b243782..053af14 100644 --- a/src/api/openapi/configuration.ts +++ b/src/api/openapi/configuration.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/index.ts b/src/api/openapi/index.ts index 6737209..fed3f83 100644 --- a/src/api/openapi/index.ts +++ b/src/api/openapi/index.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/attribute.ts b/src/api/openapi/model/attribute.ts index faa19cb..48803ca 100644 --- a/src/api/openapi/model/attribute.ts +++ b/src/api/openapi/model/attribute.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/card-page-search-request.ts b/src/api/openapi/model/card-page-search-request.ts index 1aed3b8..d6b0ad1 100644 --- a/src/api/openapi/model/card-page-search-request.ts +++ b/src/api/openapi/model/card-page-search-request.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/card-print.ts b/src/api/openapi/model/card-print.ts index c2990ea..a11e7f8 100644 --- a/src/api/openapi/model/card-print.ts +++ b/src/api/openapi/model/card-print.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/card-type.ts b/src/api/openapi/model/card-type.ts index 3222efb..fa6a4f0 100644 --- a/src/api/openapi/model/card-type.ts +++ b/src/api/openapi/model/card-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/card-upstream-fetch-request.ts b/src/api/openapi/model/card-upstream-fetch-request.ts index 67c3c48..e756f16 100644 --- a/src/api/openapi/model/card-upstream-fetch-request.ts +++ b/src/api/openapi/model/card-upstream-fetch-request.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/card.ts b/src/api/openapi/model/card.ts index e2ba8d7..dff1f2d 100644 --- a/src/api/openapi/model/card.ts +++ b/src/api/openapi/model/card.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/deck-create-request.ts b/src/api/openapi/model/deck-create-request.ts index 7687c26..ad5aac3 100644 --- a/src/api/openapi/model/deck-create-request.ts +++ b/src/api/openapi/model/deck-create-request.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/deck.ts b/src/api/openapi/model/deck.ts index af55207..c084bd9 100644 --- a/src/api/openapi/model/deck.ts +++ b/src/api/openapi/model/deck.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/job-dto.ts b/src/api/openapi/model/job-dto.ts index 48c8c2b..0582b94 100644 --- a/src/api/openapi/model/job-dto.ts +++ b/src/api/openapi/model/job-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/job-status.ts b/src/api/openapi/model/job-status.ts index 6ac3620..2d4aaeb 100644 --- a/src/api/openapi/model/job-status.ts +++ b/src/api/openapi/model/job-status.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/job-type.ts b/src/api/openapi/model/job-type.ts index 3e7e7fb..6eb5fb7 100644 --- a/src/api/openapi/model/job-type.ts +++ b/src/api/openapi/model/job-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/link-arrow.ts b/src/api/openapi/model/link-arrow.ts index 5b11f64..3585257 100644 --- a/src/api/openapi/model/link-arrow.ts +++ b/src/api/openapi/model/link-arrow.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/monster-card-sub-type.ts b/src/api/openapi/model/monster-card-sub-type.ts index 2eb74db..d6e8a54 100644 --- a/src/api/openapi/model/monster-card-sub-type.ts +++ b/src/api/openapi/model/monster-card-sub-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/monster-card-type.ts b/src/api/openapi/model/monster-card-type.ts index aa35623..4e653ed 100644 --- a/src/api/openapi/model/monster-card-type.ts +++ b/src/api/openapi/model/monster-card-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/monster-card.ts b/src/api/openapi/model/monster-card.ts index 6eb872f..b4da861 100644 --- a/src/api/openapi/model/monster-card.ts +++ b/src/api/openapi/model/monster-card.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/monster-type.ts b/src/api/openapi/model/monster-type.ts index 43c71db..305d27c 100644 --- a/src/api/openapi/model/monster-type.ts +++ b/src/api/openapi/model/monster-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/page-card-dto.ts b/src/api/openapi/model/page-card-dto.ts index 113be25..6cddcb4 100644 --- a/src/api/openapi/model/page-card-dto.ts +++ b/src/api/openapi/model/page-card-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/page-card-print-dto.ts b/src/api/openapi/model/page-card-print-dto.ts index 6a09690..58e46dd 100644 --- a/src/api/openapi/model/page-card-print-dto.ts +++ b/src/api/openapi/model/page-card-print-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/page-deck-dto.ts b/src/api/openapi/model/page-deck-dto.ts index 7f4ddda..420731b 100644 --- a/src/api/openapi/model/page-deck-dto.ts +++ b/src/api/openapi/model/page-deck-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/page-job-dto.ts b/src/api/openapi/model/page-job-dto.ts index 39114e8..c44d2f7 100644 --- a/src/api/openapi/model/page-job-dto.ts +++ b/src/api/openapi/model/page-job-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/page-set-dto.ts b/src/api/openapi/model/page-set-dto.ts index 781058a..1a98d81 100644 --- a/src/api/openapi/model/page-set-dto.ts +++ b/src/api/openapi/model/page-set-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/page.ts b/src/api/openapi/model/page.ts index a789b96..6d26eeb 100644 --- a/src/api/openapi/model/page.ts +++ b/src/api/openapi/model/page.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/region-code-alias.ts b/src/api/openapi/model/region-code-alias.ts index 3696a14..4c10262 100644 --- a/src/api/openapi/model/region-code-alias.ts +++ b/src/api/openapi/model/region-code-alias.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/region.ts b/src/api/openapi/model/region.ts index 622097e..a4a1391 100644 --- a/src/api/openapi/model/region.ts +++ b/src/api/openapi/model/region.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/regional-set.ts b/src/api/openapi/model/regional-set.ts index 2649ee6..6a99739 100644 --- a/src/api/openapi/model/regional-set.ts +++ b/src/api/openapi/model/regional-set.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/set-dto.ts b/src/api/openapi/model/set-dto.ts index e7c2a32..778f6e4 100644 --- a/src/api/openapi/model/set-dto.ts +++ b/src/api/openapi/model/set-dto.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/spell-card-type.ts b/src/api/openapi/model/spell-card-type.ts index 4ee866d..bbbe6cc 100644 --- a/src/api/openapi/model/spell-card-type.ts +++ b/src/api/openapi/model/spell-card-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/spell-card.ts b/src/api/openapi/model/spell-card.ts index cdaaf81..9221b65 100644 --- a/src/api/openapi/model/spell-card.ts +++ b/src/api/openapi/model/spell-card.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/trap-card-type.ts b/src/api/openapi/model/trap-card-type.ts index 910f2e8..780f731 100644 --- a/src/api/openapi/model/trap-card-type.ts +++ b/src/api/openapi/model/trap-card-type.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/model/trap-card.ts b/src/api/openapi/model/trap-card.ts index 3cedd3a..7fc3595 100644 --- a/src/api/openapi/model/trap-card.ts +++ b/src/api/openapi/model/trap-card.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/service/card-print-service.ts b/src/api/openapi/service/card-print-service.ts index 8bc6147..a24c0a1 100644 --- a/src/api/openapi/service/card-print-service.ts +++ b/src/api/openapi/service/card-print-service.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/service/card-service.ts b/src/api/openapi/service/card-service.ts index c6033f1..736b801 100644 --- a/src/api/openapi/service/card-service.ts +++ b/src/api/openapi/service/card-service.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/service/deck-service.ts b/src/api/openapi/service/deck-service.ts index dc18f9f..ea5a5b3 100644 --- a/src/api/openapi/service/deck-service.ts +++ b/src/api/openapi/service/deck-service.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/service/job-service.ts b/src/api/openapi/service/job-service.ts index c3f9fc9..8716f4e 100644 --- a/src/api/openapi/service/job-service.ts +++ b/src/api/openapi/service/job-service.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/openapi/service/set-service.ts b/src/api/openapi/service/set-service.ts index 3633dbe..1765095 100644 --- a/src/api/openapi/service/set-service.ts +++ b/src/api/openapi/service/set-service.ts @@ -4,7 +4,7 @@ * dex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 0.0.5 + * The version of the OpenAPI document: 0.0.6 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/components.d.ts b/src/components.d.ts index ebadcd4..24992a8 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -14,11 +14,13 @@ declare module 'vue' { CardFilterPanel: typeof import('./components/CardFilterPanel.vue')['default'] CardListComponent: typeof import('./components/CardListComponent.vue')['default'] CardListExpansion: typeof import('./components/CardListExpansion.vue')['default'] + CardSetImportModal: typeof import('./components/CardSetImportModal.vue')['default'] CardTable: typeof import('./components/CardTable.vue')['default'] Carousel: typeof import('primevue/carousel')['default'] Column: typeof import('primevue/column')['default'] CustomTag: typeof import('./components/CustomTag.vue')['default'] DataTable: typeof import('primevue/datatable')['default'] + Dialog: typeof import('primevue/dialog')['default'] Divider: typeof import('primevue/divider')['default'] DynamicAsset: typeof import('./components/DynamicAsset.vue')['default'] Fieldset: typeof import('primevue/fieldset')['default']