@space-cow-media/spellbook-client 5.4.7 → 5.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/{cardListFromTextApi.d.ts → CardListFromTextApi.d.ts} +3 -3
- package/dist/apis/{cardListFromTextApi.js → CardListFromTextApi.js} +7 -44
- package/dist/apis/CardListFromTextApi.js.map +1 -0
- package/dist/apis/{cardListFromUrlApi.d.ts → CardListFromUrlApi.d.ts} +3 -3
- package/dist/apis/{cardListFromUrlApi.js → CardListFromUrlApi.js} +6 -43
- package/dist/apis/CardListFromUrlApi.js.map +1 -0
- package/dist/apis/{cardsApi.d.ts → CardsApi.d.ts} +4 -3
- package/dist/apis/{cardsApi.js → CardsApi.js} +8 -44
- package/dist/apis/CardsApi.js.map +1 -0
- package/dist/apis/{defaultApi.d.ts → DefaultApi.d.ts} +2 -2
- package/dist/apis/{defaultApi.js → DefaultApi.js} +6 -43
- package/dist/apis/DefaultApi.js.map +1 -0
- package/dist/apis/{estimateBracketApi.d.ts → EstimateBracketApi.d.ts} +4 -3
- package/dist/apis/{estimateBracketApi.js → EstimateBracketApi.js} +9 -45
- package/dist/apis/EstimateBracketApi.js.map +1 -0
- package/dist/apis/{featuresApi.d.ts → FeaturesApi.d.ts} +4 -3
- package/dist/apis/{featuresApi.js → FeaturesApi.js} +10 -46
- package/dist/apis/FeaturesApi.js.map +1 -0
- package/dist/apis/{findMyCombosApi.d.ts → FindMyCombosApi.d.ts} +4 -3
- package/dist/apis/{findMyCombosApi.js → FindMyCombosApi.js} +9 -45
- package/dist/apis/FindMyCombosApi.js.map +1 -0
- package/dist/apis/{propertiesApi.d.ts → PropertiesApi.d.ts} +4 -3
- package/dist/apis/{propertiesApi.js → PropertiesApi.js} +8 -44
- package/dist/apis/PropertiesApi.js.map +1 -0
- package/dist/apis/{templatesApi.d.ts → TemplatesApi.d.ts} +4 -3
- package/dist/apis/{templatesApi.js → TemplatesApi.js} +8 -44
- package/dist/apis/TemplatesApi.js.map +1 -0
- package/dist/apis/{tokenApi.d.ts → TokenApi.d.ts} +7 -3
- package/dist/apis/{tokenApi.js → TokenApi.js} +14 -47
- package/dist/apis/TokenApi.js.map +1 -0
- package/dist/apis/{usersApi.d.ts → UsersApi.d.ts} +6 -3
- package/dist/apis/{usersApi.js → UsersApi.js} +14 -48
- package/dist/apis/UsersApi.js.map +1 -0
- package/dist/apis/{variantAliasesApi.d.ts → VariantAliasesApi.d.ts} +4 -3
- package/dist/apis/{variantAliasesApi.js → VariantAliasesApi.js} +8 -44
- package/dist/apis/VariantAliasesApi.js.map +1 -0
- package/dist/apis/{variantSuggestionsApi.d.ts → VariantSuggestionsApi.d.ts} +6 -3
- package/dist/apis/{variantSuggestionsApi.js → VariantSuggestionsApi.js} +22 -56
- package/dist/apis/VariantSuggestionsApi.js.map +1 -0
- package/dist/apis/{variantUpdateSuggestionsApi.d.ts → VariantUpdateSuggestionsApi.d.ts} +6 -3
- package/dist/apis/{variantUpdateSuggestionsApi.js → VariantUpdateSuggestionsApi.js} +22 -56
- package/dist/apis/VariantUpdateSuggestionsApi.js.map +1 -0
- package/dist/apis/{variantsApi.d.ts → VariantsApi.d.ts} +4 -3
- package/dist/apis/{variantsApi.js → VariantsApi.js} +8 -44
- package/dist/apis/VariantsApi.js.map +1 -0
- package/dist/apis/index.d.ts +15 -15
- package/dist/apis/index.js +15 -31
- package/dist/apis/index.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -19
- package/dist/index.js.map +1 -1
- package/dist/models/{bracketTagEnum.d.ts → BracketTagEnum.d.ts} +1 -1
- package/dist/models/{bracketTagEnum.js → BracketTagEnum.js} +9 -17
- package/dist/models/BracketTagEnum.js.map +1 -0
- package/dist/models/{card.d.ts → Card.d.ts} +2 -2
- package/dist/models/{card.js → Card.js} +10 -17
- package/dist/models/Card.js.map +1 -0
- package/dist/models/{cardDetail.d.ts → CardDetail.d.ts} +6 -6
- package/dist/models/{cardDetail.js → CardDetail.js} +21 -28
- package/dist/models/CardDetail.js.map +1 -0
- package/dist/models/{cardInDeck.d.ts → CardInDeck.d.ts} +1 -1
- package/dist/models/{cardInDeck.js → CardInDeck.js} +7 -14
- package/dist/models/CardInDeck.js.map +1 -0
- package/dist/models/{cardInDeckRequest.d.ts → CardInDeckRequest.d.ts} +1 -1
- package/dist/models/{cardInDeckRequest.js → CardInDeckRequest.js} +7 -14
- package/dist/models/CardInDeckRequest.js.map +1 -0
- package/dist/models/{cardInVariant.d.ts → CardInVariant.d.ts} +2 -2
- package/dist/models/{cardInVariant.js → CardInVariant.js} +9 -16
- package/dist/models/CardInVariant.js.map +1 -0
- package/dist/models/{cardLegalities.d.ts → CardLegalities.d.ts} +1 -1
- package/dist/models/{cardLegalities.js → CardLegalities.js} +7 -14
- package/dist/models/CardLegalities.js.map +1 -0
- package/dist/models/{cardPrices.d.ts → CardPrices.d.ts} +1 -1
- package/dist/models/{cardPrices.js → CardPrices.js} +7 -14
- package/dist/models/CardPrices.js.map +1 -0
- package/dist/models/{cardUsedInVariantSuggestion.d.ts → CardUsedInVariantSuggestion.d.ts} +2 -2
- package/dist/models/{cardUsedInVariantSuggestion.js → CardUsedInVariantSuggestion.js} +10 -17
- package/dist/models/CardUsedInVariantSuggestion.js.map +1 -0
- package/dist/models/{cardUsedInVariantSuggestionRequest.d.ts → CardUsedInVariantSuggestionRequest.d.ts} +2 -2
- package/dist/models/{cardUsedInVariantSuggestionRequest.js → CardUsedInVariantSuggestionRequest.js} +10 -17
- package/dist/models/CardUsedInVariantSuggestionRequest.js.map +1 -0
- package/dist/models/{classifiedCard.d.ts → ClassifiedCard.d.ts} +2 -2
- package/dist/models/{classifiedCard.js → ClassifiedCard.js} +10 -17
- package/dist/models/ClassifiedCard.js.map +1 -0
- package/dist/models/{classifiedTemplate.d.ts → ClassifiedTemplate.d.ts} +2 -2
- package/dist/models/{classifiedTemplate.js → ClassifiedTemplate.js} +10 -17
- package/dist/models/ClassifiedTemplate.js.map +1 -0
- package/dist/models/{classifiedVariant.d.ts → ClassifiedVariant.d.ts} +2 -2
- package/dist/models/{classifiedVariant.js → ClassifiedVariant.js} +10 -17
- package/dist/models/ClassifiedVariant.js.map +1 -0
- package/dist/models/{colorEnum.d.ts → ColorEnum.d.ts} +1 -1
- package/dist/models/{colorEnum.js → ColorEnum.js} +9 -17
- package/dist/models/ColorEnum.js.map +1 -0
- package/dist/models/{combo.d.ts → Combo.d.ts} +1 -1
- package/dist/models/{combo.js → Combo.js} +7 -14
- package/dist/models/Combo.js.map +1 -0
- package/dist/models/{deck.d.ts → Deck.d.ts} +2 -2
- package/dist/models/Deck.js +49 -0
- package/dist/models/Deck.js.map +1 -0
- package/dist/models/{deckRequest.d.ts → DeckRequest.d.ts} +2 -2
- package/dist/models/DeckRequest.js +45 -0
- package/dist/models/DeckRequest.js.map +1 -0
- package/dist/models/{estimateBracketResult.d.ts → EstimateBracketResult.d.ts} +5 -5
- package/dist/models/EstimateBracketResult.js +60 -0
- package/dist/models/EstimateBracketResult.js.map +1 -0
- package/dist/models/{feature.d.ts → Feature.d.ts} +2 -2
- package/dist/models/{feature.js → Feature.js} +10 -17
- package/dist/models/Feature.js.map +1 -0
- package/dist/models/{featureOfCard.d.ts → FeatureOfCard.d.ts} +2 -2
- package/dist/models/{featureOfCard.js → FeatureOfCard.js} +9 -16
- package/dist/models/FeatureOfCard.js.map +1 -0
- package/dist/models/{featureProducedByVariant.d.ts → FeatureProducedByVariant.d.ts} +2 -2
- package/dist/models/FeatureProducedByVariant.js +48 -0
- package/dist/models/FeatureProducedByVariant.js.map +1 -0
- package/dist/models/{featureProducedInVariantSuggestion.d.ts → FeatureProducedInVariantSuggestion.d.ts} +1 -1
- package/dist/models/FeatureProducedInVariantSuggestion.js +44 -0
- package/dist/models/FeatureProducedInVariantSuggestion.js.map +1 -0
- package/dist/models/{featureProducedInVariantSuggestionRequest.d.ts → FeatureProducedInVariantSuggestionRequest.d.ts} +1 -1
- package/dist/models/FeatureProducedInVariantSuggestionRequest.js +44 -0
- package/dist/models/FeatureProducedInVariantSuggestionRequest.js.map +1 -0
- package/dist/models/{featureStatusEnum.d.ts → FeatureStatusEnum.d.ts} +1 -1
- package/dist/models/{featureStatusEnum.js → FeatureStatusEnum.js} +9 -17
- package/dist/models/FeatureStatusEnum.js.map +1 -0
- package/dist/models/{findMyCombosResponse.d.ts → FindMyCombosResponse.d.ts} +2 -2
- package/dist/models/{findMyCombosResponse.js → FindMyCombosResponse.js} +20 -27
- package/dist/models/FindMyCombosResponse.js.map +1 -0
- package/dist/models/{invalidUrlResponse.d.ts → InvalidUrlResponse.d.ts} +1 -1
- package/dist/models/{invalidUrlResponse.js → InvalidUrlResponse.js} +7 -14
- package/dist/models/InvalidUrlResponse.js.map +1 -0
- package/dist/models/{kindEnum.d.ts → KindEnum.d.ts} +1 -1
- package/dist/models/{kindEnum.js → KindEnum.js} +9 -17
- package/dist/models/KindEnum.js.map +1 -0
- package/dist/models/{layoutRotationEnum.d.ts → LayoutRotationEnum.d.ts} +1 -1
- package/dist/models/{layoutRotationEnum.js → LayoutRotationEnum.js} +9 -17
- package/dist/models/LayoutRotationEnum.js.map +1 -0
- package/dist/models/{paginatedCardDetailList.d.ts → PaginatedCardDetailList.d.ts} +2 -2
- package/dist/models/{paginatedCardDetailList.js → PaginatedCardDetailList.js} +10 -17
- package/dist/models/PaginatedCardDetailList.js.map +1 -0
- package/dist/models/{paginatedFeatureList.d.ts → PaginatedFeatureList.d.ts} +2 -2
- package/dist/models/{paginatedFeatureList.js → PaginatedFeatureList.js} +10 -17
- package/dist/models/PaginatedFeatureList.js.map +1 -0
- package/dist/models/{paginatedFindMyCombosResponseList.d.ts → PaginatedFindMyCombosResponseList.d.ts} +2 -2
- package/dist/models/PaginatedFindMyCombosResponseList.js +57 -0
- package/dist/models/PaginatedFindMyCombosResponseList.js.map +1 -0
- package/dist/models/{paginatedFindMyCombosResponseListResults.d.ts → PaginatedFindMyCombosResponseListResults.d.ts} +2 -2
- package/dist/models/{paginatedFindMyCombosResponseListResults.js → PaginatedFindMyCombosResponseListResults.js} +20 -27
- package/dist/models/PaginatedFindMyCombosResponseListResults.js.map +1 -0
- package/dist/models/{paginatedTemplateList.d.ts → PaginatedTemplateList.d.ts} +2 -2
- package/dist/models/{paginatedTemplateList.js → PaginatedTemplateList.js} +10 -17
- package/dist/models/PaginatedTemplateList.js.map +1 -0
- package/dist/models/{paginatedUserDetailList.d.ts → PaginatedUserDetailList.d.ts} +2 -2
- package/dist/models/{paginatedUserDetailList.js → PaginatedUserDetailList.js} +10 -17
- package/dist/models/PaginatedUserDetailList.js.map +1 -0
- package/dist/models/{paginatedVariantAliasList.d.ts → PaginatedVariantAliasList.d.ts} +2 -2
- package/dist/models/{paginatedVariantAliasList.js → PaginatedVariantAliasList.js} +10 -17
- package/dist/models/PaginatedVariantAliasList.js.map +1 -0
- package/dist/models/{paginatedVariantList.d.ts → PaginatedVariantList.d.ts} +2 -2
- package/dist/models/{paginatedVariantList.js → PaginatedVariantList.js} +10 -17
- package/dist/models/PaginatedVariantList.js.map +1 -0
- package/dist/models/{paginatedVariantSuggestionList.d.ts → PaginatedVariantSuggestionList.d.ts} +2 -2
- package/dist/models/{paginatedVariantSuggestionList.js → PaginatedVariantSuggestionList.js} +10 -17
- package/dist/models/PaginatedVariantSuggestionList.js.map +1 -0
- package/dist/models/{paginatedVariantUpdateSuggestionList.d.ts → PaginatedVariantUpdateSuggestionList.d.ts} +2 -2
- package/dist/models/PaginatedVariantUpdateSuggestionList.js +57 -0
- package/dist/models/PaginatedVariantUpdateSuggestionList.js.map +1 -0
- package/dist/models/{paginatedWebsitePropertyList.d.ts → PaginatedWebsitePropertyList.d.ts} +2 -2
- package/dist/models/{paginatedWebsitePropertyList.js → PaginatedWebsitePropertyList.js} +10 -17
- package/dist/models/PaginatedWebsitePropertyList.js.map +1 -0
- package/dist/models/{patchedUserDetailRequest.d.ts → PatchedUserDetailRequest.d.ts} +1 -1
- package/dist/models/{patchedUserDetailRequest.js → PatchedUserDetailRequest.js} +7 -14
- package/dist/models/PatchedUserDetailRequest.js.map +1 -0
- package/dist/models/{patchedVariantSuggestionRequest.d.ts → PatchedVariantSuggestionRequest.d.ts} +4 -4
- package/dist/models/{patchedVariantSuggestionRequest.js → PatchedVariantSuggestionRequest.js} +16 -23
- package/dist/models/PatchedVariantSuggestionRequest.js.map +1 -0
- package/dist/models/{patchedVariantUpdateSuggestionRequest.d.ts → PatchedVariantUpdateSuggestionRequest.d.ts} +3 -3
- package/dist/models/PatchedVariantUpdateSuggestionRequest.js +52 -0
- package/dist/models/PatchedVariantUpdateSuggestionRequest.js.map +1 -0
- package/dist/models/{suggestionStatusEnum.d.ts → SuggestionStatusEnum.d.ts} +1 -1
- package/dist/models/{suggestionStatusEnum.js → SuggestionStatusEnum.js} +9 -17
- package/dist/models/SuggestionStatusEnum.js.map +1 -0
- package/dist/models/{template.d.ts → Template.d.ts} +1 -1
- package/dist/models/{template.js → Template.js} +7 -14
- package/dist/models/Template.js.map +1 -0
- package/dist/models/{templateInVariant.d.ts → TemplateInVariant.d.ts} +2 -2
- package/dist/models/{templateInVariant.js → TemplateInVariant.js} +9 -16
- package/dist/models/TemplateInVariant.js.map +1 -0
- package/dist/models/{templateRequiredInVariantSuggestion.d.ts → TemplateRequiredInVariantSuggestion.d.ts} +2 -2
- package/dist/models/{templateRequiredInVariantSuggestion.js → TemplateRequiredInVariantSuggestion.js} +10 -17
- package/dist/models/TemplateRequiredInVariantSuggestion.js.map +1 -0
- package/dist/models/{templateRequiredInVariantSuggestionRequest.d.ts → TemplateRequiredInVariantSuggestionRequest.d.ts} +2 -2
- package/dist/models/{templateRequiredInVariantSuggestionRequest.js → TemplateRequiredInVariantSuggestionRequest.js} +10 -17
- package/dist/models/TemplateRequiredInVariantSuggestionRequest.js.map +1 -0
- package/dist/models/{tokenObtainPair.d.ts → TokenObtainPair.d.ts} +1 -1
- package/dist/models/{tokenObtainPair.js → TokenObtainPair.js} +7 -14
- package/dist/models/TokenObtainPair.js.map +1 -0
- package/dist/models/{tokenObtainPairRequest.d.ts → TokenObtainPairRequest.d.ts} +1 -1
- package/dist/models/{tokenObtainPairRequest.js → TokenObtainPairRequest.js} +7 -14
- package/dist/models/TokenObtainPairRequest.js.map +1 -0
- package/dist/models/{tokenRefresh.d.ts → TokenRefresh.d.ts} +1 -1
- package/dist/models/{tokenRefresh.js → TokenRefresh.js} +7 -14
- package/dist/models/TokenRefresh.js.map +1 -0
- package/dist/models/{tokenRefreshRequest.d.ts → TokenRefreshRequest.d.ts} +1 -1
- package/dist/models/{tokenRefreshRequest.js → TokenRefreshRequest.js} +7 -14
- package/dist/models/TokenRefreshRequest.js.map +1 -0
- package/dist/models/{tokenVerifyRequest.d.ts → TokenVerifyRequest.d.ts} +1 -1
- package/dist/models/{tokenVerifyRequest.js → TokenVerifyRequest.js} +7 -14
- package/dist/models/TokenVerifyRequest.js.map +1 -0
- package/dist/models/{user.d.ts → User.d.ts} +1 -1
- package/dist/models/{user.js → User.js} +7 -14
- package/dist/models/User.js.map +1 -0
- package/dist/models/{userDetail.d.ts → UserDetail.d.ts} +1 -1
- package/dist/models/{userDetail.js → UserDetail.js} +7 -14
- package/dist/models/UserDetail.js.map +1 -0
- package/dist/models/{userDetailRequest.d.ts → UserDetailRequest.d.ts} +1 -1
- package/dist/models/{userDetailRequest.js → UserDetailRequest.js} +7 -14
- package/dist/models/UserDetailRequest.js.map +1 -0
- package/dist/models/{userRequest.d.ts → UserRequest.d.ts} +1 -1
- package/dist/models/{userRequest.js → UserRequest.js} +7 -14
- package/dist/models/UserRequest.js.map +1 -0
- package/dist/models/{variant.d.ts → Variant.d.ts} +10 -10
- package/dist/models/{variant.js → Variant.js} +29 -36
- package/dist/models/Variant.js.map +1 -0
- package/dist/models/{variantAlias.d.ts → VariantAlias.d.ts} +1 -1
- package/dist/models/{variantAlias.js → VariantAlias.js} +7 -14
- package/dist/models/VariantAlias.js.map +1 -0
- package/dist/models/{variantInVariantUpdateSuggestion.d.ts → VariantInVariantUpdateSuggestion.d.ts} +1 -1
- package/dist/models/{variantInVariantUpdateSuggestion.js → VariantInVariantUpdateSuggestion.js} +7 -14
- package/dist/models/VariantInVariantUpdateSuggestion.js.map +1 -0
- package/dist/models/{variantInVariantUpdateSuggestionRequest.d.ts → VariantInVariantUpdateSuggestionRequest.d.ts} +1 -1
- package/dist/models/VariantInVariantUpdateSuggestionRequest.js +46 -0
- package/dist/models/VariantInVariantUpdateSuggestionRequest.js.map +1 -0
- package/dist/models/{variantLegalities.d.ts → VariantLegalities.d.ts} +1 -1
- package/dist/models/{variantLegalities.js → VariantLegalities.js} +7 -14
- package/dist/models/VariantLegalities.js.map +1 -0
- package/dist/models/{variantPrices.d.ts → VariantPrices.d.ts} +1 -1
- package/dist/models/{variantPrices.js → VariantPrices.js} +7 -14
- package/dist/models/VariantPrices.js.map +1 -0
- package/dist/models/{variantStatusEnum.d.ts → VariantStatusEnum.d.ts} +1 -1
- package/dist/models/{variantStatusEnum.js → VariantStatusEnum.js} +9 -17
- package/dist/models/VariantStatusEnum.js.map +1 -0
- package/dist/models/{variantSuggestion.d.ts → VariantSuggestion.d.ts} +6 -6
- package/dist/models/{variantSuggestion.js → VariantSuggestion.js} +20 -27
- package/dist/models/VariantSuggestion.js.map +1 -0
- package/dist/models/{variantSuggestionRequest.d.ts → VariantSuggestionRequest.d.ts} +4 -4
- package/dist/models/VariantSuggestionRequest.js +71 -0
- package/dist/models/VariantSuggestionRequest.js.map +1 -0
- package/dist/models/{variantUpdateSuggestion.d.ts → VariantUpdateSuggestion.d.ts} +5 -5
- package/dist/models/{variantUpdateSuggestion.js → VariantUpdateSuggestion.js} +17 -24
- package/dist/models/VariantUpdateSuggestion.js.map +1 -0
- package/dist/models/{variantUpdateSuggestionRequest.d.ts → VariantUpdateSuggestionRequest.d.ts} +3 -3
- package/dist/models/VariantUpdateSuggestionRequest.js +56 -0
- package/dist/models/VariantUpdateSuggestionRequest.js.map +1 -0
- package/dist/models/{variantsQueryValidationError.d.ts → VariantsQueryValidationError.d.ts} +1 -1
- package/dist/models/VariantsQueryValidationError.js +44 -0
- package/dist/models/VariantsQueryValidationError.js.map +1 -0
- package/dist/models/{websiteProperty.d.ts → WebsiteProperty.d.ts} +1 -1
- package/dist/models/{websiteProperty.js → WebsiteProperty.js} +7 -14
- package/dist/models/WebsiteProperty.js.map +1 -0
- package/dist/models/{zoneLocationsEnum.d.ts → ZoneLocationsEnum.d.ts} +1 -1
- package/dist/models/{zoneLocationsEnum.js → ZoneLocationsEnum.js} +9 -17
- package/dist/models/ZoneLocationsEnum.js.map +1 -0
- package/dist/models/index.d.ts +70 -70
- package/dist/models/index.js +70 -86
- package/dist/models/index.js.map +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +19 -35
- package/dist/runtime.js.map +1 -1
- package/package.json +2 -1
- package/spellbook-client/apis/{cardListFromTextApi.ts → CardListFromTextApi.ts} +4 -7
- package/spellbook-client/apis/{cardListFromUrlApi.ts → CardListFromUrlApi.ts} +7 -8
- package/spellbook-client/apis/{cardsApi.ts → CardsApi.ts} +7 -8
- package/spellbook-client/apis/{defaultApi.ts → DefaultApi.ts} +2 -3
- package/spellbook-client/apis/{estimateBracketApi.ts → EstimateBracketApi.ts} +7 -8
- package/spellbook-client/apis/{featuresApi.ts → FeaturesApi.ts} +7 -8
- package/spellbook-client/apis/{findMyCombosApi.ts → FindMyCombosApi.ts} +7 -8
- package/spellbook-client/apis/{propertiesApi.ts → PropertiesApi.ts} +7 -8
- package/spellbook-client/apis/{templatesApi.ts → TemplatesApi.ts} +7 -8
- package/spellbook-client/apis/{tokenApi.ts → TokenApi.ts} +16 -11
- package/spellbook-client/apis/{usersApi.ts → UsersApi.ts} +13 -10
- package/spellbook-client/apis/{variantAliasesApi.ts → VariantAliasesApi.ts} +7 -8
- package/spellbook-client/apis/{variantSuggestionsApi.ts → VariantSuggestionsApi.ts} +13 -10
- package/spellbook-client/apis/{variantUpdateSuggestionsApi.ts → VariantUpdateSuggestionsApi.ts} +13 -10
- package/spellbook-client/apis/{variantsApi.ts → VariantsApi.ts} +10 -9
- package/spellbook-client/apis/index.ts +15 -15
- package/spellbook-client/index.ts +3 -3
- package/spellbook-client/models/{bracketTagEnum.ts → BracketTagEnum.ts} +1 -1
- package/spellbook-client/models/{card.ts → Card.ts} +4 -4
- package/spellbook-client/models/{cardDetail.ts → CardDetail.ts} +12 -12
- package/spellbook-client/models/{cardInDeck.ts → CardInDeck.ts} +2 -2
- package/spellbook-client/models/{cardInDeckRequest.ts → CardInDeckRequest.ts} +2 -2
- package/spellbook-client/models/{cardInVariant.ts → CardInVariant.ts} +4 -4
- package/spellbook-client/models/{cardLegalities.ts → CardLegalities.ts} +2 -2
- package/spellbook-client/models/{cardPrices.ts → CardPrices.ts} +2 -2
- package/spellbook-client/models/{cardUsedInVariantSuggestion.ts → CardUsedInVariantSuggestion.ts} +4 -4
- package/spellbook-client/models/{cardUsedInVariantSuggestionRequest.ts → CardUsedInVariantSuggestionRequest.ts} +4 -4
- package/spellbook-client/models/{classifiedCard.ts → ClassifiedCard.ts} +4 -4
- package/spellbook-client/models/{classifiedTemplate.ts → ClassifiedTemplate.ts} +4 -4
- package/spellbook-client/models/{classifiedVariant.ts → ClassifiedVariant.ts} +4 -4
- package/spellbook-client/models/{colorEnum.ts → ColorEnum.ts} +1 -1
- package/spellbook-client/models/{combo.ts → Combo.ts} +2 -2
- package/spellbook-client/models/{deck.ts → Deck.ts} +4 -4
- package/spellbook-client/models/{deckRequest.ts → DeckRequest.ts} +4 -4
- package/spellbook-client/models/{estimateBracketResult.ts → EstimateBracketResult.ts} +10 -10
- package/spellbook-client/models/{feature.ts → Feature.ts} +4 -4
- package/spellbook-client/models/{featureOfCard.ts → FeatureOfCard.ts} +4 -4
- package/spellbook-client/models/{featureProducedByVariant.ts → FeatureProducedByVariant.ts} +4 -4
- package/spellbook-client/models/{featureProducedInVariantSuggestion.ts → FeatureProducedInVariantSuggestion.ts} +2 -2
- package/spellbook-client/models/{featureProducedInVariantSuggestionRequest.ts → FeatureProducedInVariantSuggestionRequest.ts} +2 -2
- package/spellbook-client/models/{featureStatusEnum.ts → FeatureStatusEnum.ts} +1 -1
- package/spellbook-client/models/{findMyCombosResponse.ts → FindMyCombosResponse.ts} +4 -4
- package/spellbook-client/models/{invalidUrlResponse.ts → InvalidUrlResponse.ts} +2 -2
- package/spellbook-client/models/{kindEnum.ts → KindEnum.ts} +1 -1
- package/spellbook-client/models/{layoutRotationEnum.ts → LayoutRotationEnum.ts} +1 -1
- package/spellbook-client/models/{paginatedCardDetailList.ts → PaginatedCardDetailList.ts} +4 -4
- package/spellbook-client/models/{paginatedFeatureList.ts → PaginatedFeatureList.ts} +4 -4
- package/spellbook-client/models/{paginatedFindMyCombosResponseList.ts → PaginatedFindMyCombosResponseList.ts} +4 -4
- package/spellbook-client/models/{paginatedFindMyCombosResponseListResults.ts → PaginatedFindMyCombosResponseListResults.ts} +4 -4
- package/spellbook-client/models/{paginatedTemplateList.ts → PaginatedTemplateList.ts} +4 -4
- package/spellbook-client/models/{paginatedUserDetailList.ts → PaginatedUserDetailList.ts} +4 -4
- package/spellbook-client/models/{paginatedVariantAliasList.ts → PaginatedVariantAliasList.ts} +4 -4
- package/spellbook-client/models/{paginatedVariantList.ts → PaginatedVariantList.ts} +4 -4
- package/spellbook-client/models/{paginatedVariantSuggestionList.ts → PaginatedVariantSuggestionList.ts} +4 -4
- package/spellbook-client/models/{paginatedVariantUpdateSuggestionList.ts → PaginatedVariantUpdateSuggestionList.ts} +4 -4
- package/spellbook-client/models/{paginatedWebsitePropertyList.ts → PaginatedWebsitePropertyList.ts} +4 -4
- package/spellbook-client/models/{patchedUserDetailRequest.ts → PatchedUserDetailRequest.ts} +2 -2
- package/spellbook-client/models/{patchedVariantSuggestionRequest.ts → PatchedVariantSuggestionRequest.ts} +8 -8
- package/spellbook-client/models/{patchedVariantUpdateSuggestionRequest.ts → PatchedVariantUpdateSuggestionRequest.ts} +6 -6
- package/spellbook-client/models/{suggestionStatusEnum.ts → SuggestionStatusEnum.ts} +1 -1
- package/spellbook-client/models/{template.ts → Template.ts} +2 -2
- package/spellbook-client/models/{templateInVariant.ts → TemplateInVariant.ts} +4 -4
- package/spellbook-client/models/{templateRequiredInVariantSuggestion.ts → TemplateRequiredInVariantSuggestion.ts} +4 -4
- package/spellbook-client/models/{templateRequiredInVariantSuggestionRequest.ts → TemplateRequiredInVariantSuggestionRequest.ts} +4 -4
- package/spellbook-client/models/{tokenObtainPair.ts → TokenObtainPair.ts} +2 -2
- package/spellbook-client/models/{tokenObtainPairRequest.ts → TokenObtainPairRequest.ts} +2 -2
- package/spellbook-client/models/{tokenRefresh.ts → TokenRefresh.ts} +2 -2
- package/spellbook-client/models/{tokenRefreshRequest.ts → TokenRefreshRequest.ts} +2 -2
- package/spellbook-client/models/{tokenVerifyRequest.ts → TokenVerifyRequest.ts} +2 -2
- package/spellbook-client/models/{user.ts → User.ts} +2 -2
- package/spellbook-client/models/{userDetail.ts → UserDetail.ts} +2 -2
- package/spellbook-client/models/{userDetailRequest.ts → UserDetailRequest.ts} +2 -2
- package/spellbook-client/models/{userRequest.ts → UserRequest.ts} +2 -2
- package/spellbook-client/models/{variant.ts → Variant.ts} +20 -20
- package/spellbook-client/models/{variantAlias.ts → VariantAlias.ts} +2 -2
- package/spellbook-client/models/{variantInVariantUpdateSuggestion.ts → VariantInVariantUpdateSuggestion.ts} +2 -2
- package/spellbook-client/models/{variantInVariantUpdateSuggestionRequest.ts → VariantInVariantUpdateSuggestionRequest.ts} +2 -2
- package/spellbook-client/models/{variantLegalities.ts → VariantLegalities.ts} +2 -2
- package/spellbook-client/models/{variantPrices.ts → VariantPrices.ts} +2 -2
- package/spellbook-client/models/{variantStatusEnum.ts → VariantStatusEnum.ts} +1 -1
- package/spellbook-client/models/{variantSuggestion.ts → VariantSuggestion.ts} +12 -12
- package/spellbook-client/models/{variantSuggestionRequest.ts → VariantSuggestionRequest.ts} +8 -8
- package/spellbook-client/models/{variantUpdateSuggestion.ts → VariantUpdateSuggestion.ts} +10 -10
- package/spellbook-client/models/{variantUpdateSuggestionRequest.ts → VariantUpdateSuggestionRequest.ts} +6 -6
- package/spellbook-client/models/{variantsQueryValidationError.ts → VariantsQueryValidationError.ts} +2 -2
- package/spellbook-client/models/{websiteProperty.ts → WebsiteProperty.ts} +2 -2
- package/spellbook-client/models/{zoneLocationsEnum.ts → ZoneLocationsEnum.ts} +1 -1
- package/spellbook-client/models/index.ts +70 -70
- package/spellbook-client/runtime.ts +1 -2
- package/dist/apis/cardListFromTextApi.js.map +0 -1
- package/dist/apis/cardListFromUrlApi.js.map +0 -1
- package/dist/apis/cardsApi.js.map +0 -1
- package/dist/apis/defaultApi.js.map +0 -1
- package/dist/apis/estimateBracketApi.js.map +0 -1
- package/dist/apis/featuresApi.js.map +0 -1
- package/dist/apis/findMyCombosApi.js.map +0 -1
- package/dist/apis/propertiesApi.js.map +0 -1
- package/dist/apis/templatesApi.js.map +0 -1
- package/dist/apis/tokenApi.js.map +0 -1
- package/dist/apis/usersApi.js.map +0 -1
- package/dist/apis/variantAliasesApi.js.map +0 -1
- package/dist/apis/variantSuggestionsApi.js.map +0 -1
- package/dist/apis/variantUpdateSuggestionsApi.js.map +0 -1
- package/dist/apis/variantsApi.js.map +0 -1
- package/dist/models/bracketTagEnum.js.map +0 -1
- package/dist/models/card.js.map +0 -1
- package/dist/models/cardDetail.js.map +0 -1
- package/dist/models/cardInDeck.js.map +0 -1
- package/dist/models/cardInDeckRequest.js.map +0 -1
- package/dist/models/cardInVariant.js.map +0 -1
- package/dist/models/cardLegalities.js.map +0 -1
- package/dist/models/cardPrices.js.map +0 -1
- package/dist/models/cardUsedInVariantSuggestion.js.map +0 -1
- package/dist/models/cardUsedInVariantSuggestionRequest.js.map +0 -1
- package/dist/models/classifiedCard.js.map +0 -1
- package/dist/models/classifiedTemplate.js.map +0 -1
- package/dist/models/classifiedVariant.js.map +0 -1
- package/dist/models/colorEnum.js.map +0 -1
- package/dist/models/combo.js.map +0 -1
- package/dist/models/deck.js +0 -56
- package/dist/models/deck.js.map +0 -1
- package/dist/models/deckRequest.js +0 -52
- package/dist/models/deckRequest.js.map +0 -1
- package/dist/models/estimateBracketResult.js +0 -67
- package/dist/models/estimateBracketResult.js.map +0 -1
- package/dist/models/feature.js.map +0 -1
- package/dist/models/featureOfCard.js.map +0 -1
- package/dist/models/featureProducedByVariant.js +0 -55
- package/dist/models/featureProducedByVariant.js.map +0 -1
- package/dist/models/featureProducedInVariantSuggestion.js +0 -51
- package/dist/models/featureProducedInVariantSuggestion.js.map +0 -1
- package/dist/models/featureProducedInVariantSuggestionRequest.js +0 -51
- package/dist/models/featureProducedInVariantSuggestionRequest.js.map +0 -1
- package/dist/models/featureStatusEnum.js.map +0 -1
- package/dist/models/findMyCombosResponse.js.map +0 -1
- package/dist/models/invalidUrlResponse.js.map +0 -1
- package/dist/models/kindEnum.js.map +0 -1
- package/dist/models/layoutRotationEnum.js.map +0 -1
- package/dist/models/paginatedCardDetailList.js.map +0 -1
- package/dist/models/paginatedFeatureList.js.map +0 -1
- package/dist/models/paginatedFindMyCombosResponseList.js +0 -64
- package/dist/models/paginatedFindMyCombosResponseList.js.map +0 -1
- package/dist/models/paginatedFindMyCombosResponseListResults.js.map +0 -1
- package/dist/models/paginatedTemplateList.js.map +0 -1
- package/dist/models/paginatedUserDetailList.js.map +0 -1
- package/dist/models/paginatedVariantAliasList.js.map +0 -1
- package/dist/models/paginatedVariantList.js.map +0 -1
- package/dist/models/paginatedVariantSuggestionList.js.map +0 -1
- package/dist/models/paginatedVariantUpdateSuggestionList.js +0 -64
- package/dist/models/paginatedVariantUpdateSuggestionList.js.map +0 -1
- package/dist/models/paginatedWebsitePropertyList.js.map +0 -1
- package/dist/models/patchedUserDetailRequest.js.map +0 -1
- package/dist/models/patchedVariantSuggestionRequest.js.map +0 -1
- package/dist/models/patchedVariantUpdateSuggestionRequest.js +0 -59
- package/dist/models/patchedVariantUpdateSuggestionRequest.js.map +0 -1
- package/dist/models/suggestionStatusEnum.js.map +0 -1
- package/dist/models/template.js.map +0 -1
- package/dist/models/templateInVariant.js.map +0 -1
- package/dist/models/templateRequiredInVariantSuggestion.js.map +0 -1
- package/dist/models/templateRequiredInVariantSuggestionRequest.js.map +0 -1
- package/dist/models/tokenObtainPair.js.map +0 -1
- package/dist/models/tokenObtainPairRequest.js.map +0 -1
- package/dist/models/tokenRefresh.js.map +0 -1
- package/dist/models/tokenRefreshRequest.js.map +0 -1
- package/dist/models/tokenVerifyRequest.js.map +0 -1
- package/dist/models/user.js.map +0 -1
- package/dist/models/userDetail.js.map +0 -1
- package/dist/models/userDetailRequest.js.map +0 -1
- package/dist/models/userRequest.js.map +0 -1
- package/dist/models/variant.js.map +0 -1
- package/dist/models/variantAlias.js.map +0 -1
- package/dist/models/variantInVariantUpdateSuggestion.js.map +0 -1
- package/dist/models/variantInVariantUpdateSuggestionRequest.js +0 -53
- package/dist/models/variantInVariantUpdateSuggestionRequest.js.map +0 -1
- package/dist/models/variantLegalities.js.map +0 -1
- package/dist/models/variantPrices.js.map +0 -1
- package/dist/models/variantStatusEnum.js.map +0 -1
- package/dist/models/variantSuggestion.js.map +0 -1
- package/dist/models/variantSuggestionRequest.js +0 -78
- package/dist/models/variantSuggestionRequest.js.map +0 -1
- package/dist/models/variantUpdateSuggestion.js.map +0 -1
- package/dist/models/variantUpdateSuggestionRequest.js +0 -63
- package/dist/models/variantUpdateSuggestionRequest.js.map +0 -1
- package/dist/models/variantsQueryValidationError.js +0 -51
- package/dist/models/variantsQueryValidationError.js.map +0 -1
- package/dist/models/websiteProperty.js.map +0 -1
- package/dist/models/zoneLocationsEnum.js.map +0 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,70 +12,70 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { FeatureProducedByVariant } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { FeatureProducedByVariant } from './FeatureProducedByVariant.js';
|
|
17
17
|
import {
|
|
18
18
|
FeatureProducedByVariantFromJSON,
|
|
19
19
|
FeatureProducedByVariantFromJSONTyped,
|
|
20
20
|
FeatureProducedByVariantToJSON,
|
|
21
21
|
FeatureProducedByVariantToJSONTyped,
|
|
22
|
-
} from './
|
|
23
|
-
import type { VariantLegalities } from './
|
|
22
|
+
} from './FeatureProducedByVariant.js';
|
|
23
|
+
import type { VariantLegalities } from './VariantLegalities.js';
|
|
24
24
|
import {
|
|
25
25
|
VariantLegalitiesFromJSON,
|
|
26
26
|
VariantLegalitiesFromJSONTyped,
|
|
27
27
|
VariantLegalitiesToJSON,
|
|
28
28
|
VariantLegalitiesToJSONTyped,
|
|
29
|
-
} from './
|
|
30
|
-
import type { BracketTagEnum } from './
|
|
29
|
+
} from './VariantLegalities.js';
|
|
30
|
+
import type { BracketTagEnum } from './BracketTagEnum.js';
|
|
31
31
|
import {
|
|
32
32
|
BracketTagEnumFromJSON,
|
|
33
33
|
BracketTagEnumFromJSONTyped,
|
|
34
34
|
BracketTagEnumToJSON,
|
|
35
35
|
BracketTagEnumToJSONTyped,
|
|
36
|
-
} from './
|
|
37
|
-
import type { VariantPrices } from './
|
|
36
|
+
} from './BracketTagEnum.js';
|
|
37
|
+
import type { VariantPrices } from './VariantPrices.js';
|
|
38
38
|
import {
|
|
39
39
|
VariantPricesFromJSON,
|
|
40
40
|
VariantPricesFromJSONTyped,
|
|
41
41
|
VariantPricesToJSON,
|
|
42
42
|
VariantPricesToJSONTyped,
|
|
43
|
-
} from './
|
|
44
|
-
import type { ColorEnum } from './
|
|
43
|
+
} from './VariantPrices.js';
|
|
44
|
+
import type { ColorEnum } from './ColorEnum.js';
|
|
45
45
|
import {
|
|
46
46
|
ColorEnumFromJSON,
|
|
47
47
|
ColorEnumFromJSONTyped,
|
|
48
48
|
ColorEnumToJSON,
|
|
49
49
|
ColorEnumToJSONTyped,
|
|
50
|
-
} from './
|
|
51
|
-
import type { VariantStatusEnum } from './
|
|
50
|
+
} from './ColorEnum.js';
|
|
51
|
+
import type { VariantStatusEnum } from './VariantStatusEnum.js';
|
|
52
52
|
import {
|
|
53
53
|
VariantStatusEnumFromJSON,
|
|
54
54
|
VariantStatusEnumFromJSONTyped,
|
|
55
55
|
VariantStatusEnumToJSON,
|
|
56
56
|
VariantStatusEnumToJSONTyped,
|
|
57
|
-
} from './
|
|
58
|
-
import type { Combo } from './
|
|
57
|
+
} from './VariantStatusEnum.js';
|
|
58
|
+
import type { Combo } from './Combo.js';
|
|
59
59
|
import {
|
|
60
60
|
ComboFromJSON,
|
|
61
61
|
ComboFromJSONTyped,
|
|
62
62
|
ComboToJSON,
|
|
63
63
|
ComboToJSONTyped,
|
|
64
|
-
} from './
|
|
65
|
-
import type { CardInVariant } from './
|
|
64
|
+
} from './Combo.js';
|
|
65
|
+
import type { CardInVariant } from './CardInVariant.js';
|
|
66
66
|
import {
|
|
67
67
|
CardInVariantFromJSON,
|
|
68
68
|
CardInVariantFromJSONTyped,
|
|
69
69
|
CardInVariantToJSON,
|
|
70
70
|
CardInVariantToJSONTyped,
|
|
71
|
-
} from './
|
|
72
|
-
import type { TemplateInVariant } from './
|
|
71
|
+
} from './CardInVariant.js';
|
|
72
|
+
import type { TemplateInVariant } from './TemplateInVariant.js';
|
|
73
73
|
import {
|
|
74
74
|
TemplateInVariantFromJSON,
|
|
75
75
|
TemplateInVariantFromJSONTyped,
|
|
76
76
|
TemplateInVariantToJSON,
|
|
77
77
|
TemplateInVariantToJSONTyped,
|
|
78
|
-
} from './
|
|
78
|
+
} from './TemplateInVariant.js';
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,42 +12,42 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { FeatureProducedInVariantSuggestion } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { FeatureProducedInVariantSuggestion } from './FeatureProducedInVariantSuggestion.js';
|
|
17
17
|
import {
|
|
18
18
|
FeatureProducedInVariantSuggestionFromJSON,
|
|
19
19
|
FeatureProducedInVariantSuggestionFromJSONTyped,
|
|
20
20
|
FeatureProducedInVariantSuggestionToJSON,
|
|
21
21
|
FeatureProducedInVariantSuggestionToJSONTyped,
|
|
22
|
-
} from './
|
|
23
|
-
import type { User } from './
|
|
22
|
+
} from './FeatureProducedInVariantSuggestion.js';
|
|
23
|
+
import type { User } from './User.js';
|
|
24
24
|
import {
|
|
25
25
|
UserFromJSON,
|
|
26
26
|
UserFromJSONTyped,
|
|
27
27
|
UserToJSON,
|
|
28
28
|
UserToJSONTyped,
|
|
29
|
-
} from './
|
|
30
|
-
import type { CardUsedInVariantSuggestion } from './
|
|
29
|
+
} from './User.js';
|
|
30
|
+
import type { CardUsedInVariantSuggestion } from './CardUsedInVariantSuggestion.js';
|
|
31
31
|
import {
|
|
32
32
|
CardUsedInVariantSuggestionFromJSON,
|
|
33
33
|
CardUsedInVariantSuggestionFromJSONTyped,
|
|
34
34
|
CardUsedInVariantSuggestionToJSON,
|
|
35
35
|
CardUsedInVariantSuggestionToJSONTyped,
|
|
36
|
-
} from './
|
|
37
|
-
import type { TemplateRequiredInVariantSuggestion } from './
|
|
36
|
+
} from './CardUsedInVariantSuggestion.js';
|
|
37
|
+
import type { TemplateRequiredInVariantSuggestion } from './TemplateRequiredInVariantSuggestion.js';
|
|
38
38
|
import {
|
|
39
39
|
TemplateRequiredInVariantSuggestionFromJSON,
|
|
40
40
|
TemplateRequiredInVariantSuggestionFromJSONTyped,
|
|
41
41
|
TemplateRequiredInVariantSuggestionToJSON,
|
|
42
42
|
TemplateRequiredInVariantSuggestionToJSONTyped,
|
|
43
|
-
} from './
|
|
44
|
-
import type { SuggestionStatusEnum } from './
|
|
43
|
+
} from './TemplateRequiredInVariantSuggestion.js';
|
|
44
|
+
import type { SuggestionStatusEnum } from './SuggestionStatusEnum.js';
|
|
45
45
|
import {
|
|
46
46
|
SuggestionStatusEnumFromJSON,
|
|
47
47
|
SuggestionStatusEnumFromJSONTyped,
|
|
48
48
|
SuggestionStatusEnumToJSON,
|
|
49
49
|
SuggestionStatusEnumToJSONTyped,
|
|
50
|
-
} from './
|
|
50
|
+
} from './SuggestionStatusEnum.js';
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,28 +12,28 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { CardUsedInVariantSuggestionRequest } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { CardUsedInVariantSuggestionRequest } from './CardUsedInVariantSuggestionRequest.js';
|
|
17
17
|
import {
|
|
18
18
|
CardUsedInVariantSuggestionRequestFromJSON,
|
|
19
19
|
CardUsedInVariantSuggestionRequestFromJSONTyped,
|
|
20
20
|
CardUsedInVariantSuggestionRequestToJSON,
|
|
21
21
|
CardUsedInVariantSuggestionRequestToJSONTyped,
|
|
22
|
-
} from './
|
|
23
|
-
import type { FeatureProducedInVariantSuggestionRequest } from './
|
|
22
|
+
} from './CardUsedInVariantSuggestionRequest.js';
|
|
23
|
+
import type { FeatureProducedInVariantSuggestionRequest } from './FeatureProducedInVariantSuggestionRequest.js';
|
|
24
24
|
import {
|
|
25
25
|
FeatureProducedInVariantSuggestionRequestFromJSON,
|
|
26
26
|
FeatureProducedInVariantSuggestionRequestFromJSONTyped,
|
|
27
27
|
FeatureProducedInVariantSuggestionRequestToJSON,
|
|
28
28
|
FeatureProducedInVariantSuggestionRequestToJSONTyped,
|
|
29
|
-
} from './
|
|
30
|
-
import type { TemplateRequiredInVariantSuggestionRequest } from './
|
|
29
|
+
} from './FeatureProducedInVariantSuggestionRequest.js';
|
|
30
|
+
import type { TemplateRequiredInVariantSuggestionRequest } from './TemplateRequiredInVariantSuggestionRequest.js';
|
|
31
31
|
import {
|
|
32
32
|
TemplateRequiredInVariantSuggestionRequestFromJSON,
|
|
33
33
|
TemplateRequiredInVariantSuggestionRequestFromJSONTyped,
|
|
34
34
|
TemplateRequiredInVariantSuggestionRequestToJSON,
|
|
35
35
|
TemplateRequiredInVariantSuggestionRequestToJSONTyped,
|
|
36
|
-
} from './
|
|
36
|
+
} from './TemplateRequiredInVariantSuggestionRequest.js';
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,35 +12,35 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { User } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { User } from './User.js';
|
|
17
17
|
import {
|
|
18
18
|
UserFromJSON,
|
|
19
19
|
UserFromJSONTyped,
|
|
20
20
|
UserToJSON,
|
|
21
21
|
UserToJSONTyped,
|
|
22
|
-
} from './
|
|
23
|
-
import type { KindEnum } from './
|
|
22
|
+
} from './User.js';
|
|
23
|
+
import type { KindEnum } from './KindEnum.js';
|
|
24
24
|
import {
|
|
25
25
|
KindEnumFromJSON,
|
|
26
26
|
KindEnumFromJSONTyped,
|
|
27
27
|
KindEnumToJSON,
|
|
28
28
|
KindEnumToJSONTyped,
|
|
29
|
-
} from './
|
|
30
|
-
import type { SuggestionStatusEnum } from './
|
|
29
|
+
} from './KindEnum.js';
|
|
30
|
+
import type { SuggestionStatusEnum } from './SuggestionStatusEnum.js';
|
|
31
31
|
import {
|
|
32
32
|
SuggestionStatusEnumFromJSON,
|
|
33
33
|
SuggestionStatusEnumFromJSONTyped,
|
|
34
34
|
SuggestionStatusEnumToJSON,
|
|
35
35
|
SuggestionStatusEnumToJSONTyped,
|
|
36
|
-
} from './
|
|
37
|
-
import type { VariantInVariantUpdateSuggestion } from './
|
|
36
|
+
} from './SuggestionStatusEnum.js';
|
|
37
|
+
import type { VariantInVariantUpdateSuggestion } from './VariantInVariantUpdateSuggestion.js';
|
|
38
38
|
import {
|
|
39
39
|
VariantInVariantUpdateSuggestionFromJSON,
|
|
40
40
|
VariantInVariantUpdateSuggestionFromJSONTyped,
|
|
41
41
|
VariantInVariantUpdateSuggestionToJSON,
|
|
42
42
|
VariantInVariantUpdateSuggestionToJSONTyped,
|
|
43
|
-
} from './
|
|
43
|
+
} from './VariantInVariantUpdateSuggestion.js';
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { KindEnum } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { KindEnum } from './KindEnum.js';
|
|
17
17
|
import {
|
|
18
18
|
KindEnumFromJSON,
|
|
19
19
|
KindEnumFromJSONTyped,
|
|
20
20
|
KindEnumToJSON,
|
|
21
21
|
KindEnumToJSONTyped,
|
|
22
|
-
} from './
|
|
23
|
-
import type { VariantInVariantUpdateSuggestionRequest } from './
|
|
22
|
+
} from './KindEnum.js';
|
|
23
|
+
import type { VariantInVariantUpdateSuggestionRequest } from './VariantInVariantUpdateSuggestionRequest.js';
|
|
24
24
|
import {
|
|
25
25
|
VariantInVariantUpdateSuggestionRequestFromJSON,
|
|
26
26
|
VariantInVariantUpdateSuggestionRequestFromJSONTyped,
|
|
27
27
|
VariantInVariantUpdateSuggestionRequestToJSON,
|
|
28
28
|
VariantInVariantUpdateSuggestionRequestToJSONTyped,
|
|
29
|
-
} from './
|
|
29
|
+
} from './VariantInVariantUpdateSuggestionRequest.js';
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
*
|
package/spellbook-client/models/{variantsQueryValidationError.ts → VariantsQueryValidationError.ts}
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
42
|
-
export * from './
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
45
|
-
export * from './
|
|
46
|
-
export * from './
|
|
47
|
-
export * from './
|
|
48
|
-
export * from './
|
|
49
|
-
export * from './
|
|
50
|
-
export * from './
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './
|
|
61
|
-
export * from './
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
72
|
-
export * from './
|
|
3
|
+
export * from './BracketTagEnum.js';
|
|
4
|
+
export * from './Card.js';
|
|
5
|
+
export * from './CardDetail.js';
|
|
6
|
+
export * from './CardInDeck.js';
|
|
7
|
+
export * from './CardInDeckRequest.js';
|
|
8
|
+
export * from './CardInVariant.js';
|
|
9
|
+
export * from './CardLegalities.js';
|
|
10
|
+
export * from './CardPrices.js';
|
|
11
|
+
export * from './CardUsedInVariantSuggestion.js';
|
|
12
|
+
export * from './CardUsedInVariantSuggestionRequest.js';
|
|
13
|
+
export * from './ClassifiedCard.js';
|
|
14
|
+
export * from './ClassifiedTemplate.js';
|
|
15
|
+
export * from './ClassifiedVariant.js';
|
|
16
|
+
export * from './ColorEnum.js';
|
|
17
|
+
export * from './Combo.js';
|
|
18
|
+
export * from './Deck.js';
|
|
19
|
+
export * from './DeckRequest.js';
|
|
20
|
+
export * from './EstimateBracketResult.js';
|
|
21
|
+
export * from './Feature.js';
|
|
22
|
+
export * from './FeatureOfCard.js';
|
|
23
|
+
export * from './FeatureProducedByVariant.js';
|
|
24
|
+
export * from './FeatureProducedInVariantSuggestion.js';
|
|
25
|
+
export * from './FeatureProducedInVariantSuggestionRequest.js';
|
|
26
|
+
export * from './FeatureStatusEnum.js';
|
|
27
|
+
export * from './FindMyCombosResponse.js';
|
|
28
|
+
export * from './InvalidUrlResponse.js';
|
|
29
|
+
export * from './KindEnum.js';
|
|
30
|
+
export * from './LayoutRotationEnum.js';
|
|
31
|
+
export * from './PaginatedCardDetailList.js';
|
|
32
|
+
export * from './PaginatedFeatureList.js';
|
|
33
|
+
export * from './PaginatedFindMyCombosResponseList.js';
|
|
34
|
+
export * from './PaginatedFindMyCombosResponseListResults.js';
|
|
35
|
+
export * from './PaginatedTemplateList.js';
|
|
36
|
+
export * from './PaginatedUserDetailList.js';
|
|
37
|
+
export * from './PaginatedVariantAliasList.js';
|
|
38
|
+
export * from './PaginatedVariantList.js';
|
|
39
|
+
export * from './PaginatedVariantSuggestionList.js';
|
|
40
|
+
export * from './PaginatedVariantUpdateSuggestionList.js';
|
|
41
|
+
export * from './PaginatedWebsitePropertyList.js';
|
|
42
|
+
export * from './PatchedUserDetailRequest.js';
|
|
43
|
+
export * from './PatchedVariantSuggestionRequest.js';
|
|
44
|
+
export * from './PatchedVariantUpdateSuggestionRequest.js';
|
|
45
|
+
export * from './SuggestionStatusEnum.js';
|
|
46
|
+
export * from './Template.js';
|
|
47
|
+
export * from './TemplateInVariant.js';
|
|
48
|
+
export * from './TemplateRequiredInVariantSuggestion.js';
|
|
49
|
+
export * from './TemplateRequiredInVariantSuggestionRequest.js';
|
|
50
|
+
export * from './TokenObtainPair.js';
|
|
51
|
+
export * from './TokenObtainPairRequest.js';
|
|
52
|
+
export * from './TokenRefresh.js';
|
|
53
|
+
export * from './TokenRefreshRequest.js';
|
|
54
|
+
export * from './TokenVerifyRequest.js';
|
|
55
|
+
export * from './User.js';
|
|
56
|
+
export * from './UserDetail.js';
|
|
57
|
+
export * from './UserDetailRequest.js';
|
|
58
|
+
export * from './UserRequest.js';
|
|
59
|
+
export * from './Variant.js';
|
|
60
|
+
export * from './VariantAlias.js';
|
|
61
|
+
export * from './VariantInVariantUpdateSuggestion.js';
|
|
62
|
+
export * from './VariantInVariantUpdateSuggestionRequest.js';
|
|
63
|
+
export * from './VariantLegalities.js';
|
|
64
|
+
export * from './VariantPrices.js';
|
|
65
|
+
export * from './VariantStatusEnum.js';
|
|
66
|
+
export * from './VariantSuggestion.js';
|
|
67
|
+
export * from './VariantSuggestionRequest.js';
|
|
68
|
+
export * from './VariantUpdateSuggestion.js';
|
|
69
|
+
export * from './VariantUpdateSuggestionRequest.js';
|
|
70
|
+
export * from './VariantsQueryValidationError.js';
|
|
71
|
+
export * from './WebsiteProperty.js';
|
|
72
|
+
export * from './ZoneLocationsEnum.js';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Commander Spellbook API
|
|
5
5
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 5.4.
|
|
7
|
+
* The version of the OpenAPI document: 5.4.10
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
|
|
17
16
|
|
|
18
17
|
export interface ConfigurationParameters {
|