@space-cow-media/spellbook-client 5.4.7 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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} +19 -1
- package/dist/models/{cardLegalities.js → CardLegalities.js} +19 -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} +3 -1
- package/dist/models/{kindEnum.js → KindEnum.js} +11 -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 +63 -0
- package/dist/models/PatchedVariantSuggestionRequest.js.map +1 -0
- package/dist/models/{patchedVariantUpdateSuggestionRequest.d.ts → PatchedVariantUpdateSuggestionRequest.d.ts} +4 -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} +11 -18
- 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} +19 -1
- package/dist/models/{variantLegalities.js → VariantLegalities.js} +19 -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} +6 -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} +4 -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 +2 -1
- package/dist/runtime.js +25 -36
- 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/docs/CardLegalities.md +6 -0
- package/spellbook-client/docs/KindEnum.md +1 -1
- package/spellbook-client/docs/VariantLegalities.md +6 -0
- 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} +29 -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} +3 -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} +9 -9
- package/spellbook-client/models/{patchedVariantUpdateSuggestionRequest.ts → PatchedVariantUpdateSuggestionRequest.ts} +7 -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} +5 -5
- 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} +29 -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} +9 -9
- package/spellbook-client/models/{variantUpdateSuggestion.ts → VariantUpdateSuggestion.ts} +11 -10
- package/spellbook-client/models/{variantUpdateSuggestionRequest.ts → VariantUpdateSuggestionRequest.ts} +7 -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 +7 -3
- 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 +0 -70
- 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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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
|
*
|
|
@@ -123,7 +123,7 @@ export function PatchedVariantSuggestionRequestFromJSONTyped(json: any, ignoreDi
|
|
|
123
123
|
'uses': json['uses'] == null ? undefined : ((json['uses'] as Array<any>).map(CardUsedInVariantSuggestionRequestFromJSON)),
|
|
124
124
|
'requires': json['requires'] == null ? undefined : ((json['requires'] as Array<any>).map(TemplateRequiredInVariantSuggestionRequestFromJSON)),
|
|
125
125
|
'produces': json['produces'] == null ? undefined : ((json['produces'] as Array<any>).map(FeatureProducedInVariantSuggestionRequestFromJSON)),
|
|
126
|
-
'variantOf': json['variantOf']
|
|
126
|
+
'variantOf': json['variantOf'] === undefined ? undefined : json['variantOf'] === null ? null : json['variantOf'],
|
|
127
127
|
'manaNeeded': json['manaNeeded'] == null ? undefined : json['manaNeeded'],
|
|
128
128
|
'easyPrerequisites': json['easyPrerequisites'] == null ? undefined : json['easyPrerequisites'],
|
|
129
129
|
'notablePrerequisites': json['notablePrerequisites'] == null ? undefined : json['notablePrerequisites'],
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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
|
*
|
|
@@ -42,6 +42,7 @@ export interface PatchedVariantUpdateSuggestionRequest {
|
|
|
42
42
|
* * `II` - Incorrect Info
|
|
43
43
|
* * `WC` - Wrong Card
|
|
44
44
|
* * `VG` - Variant Grouping
|
|
45
|
+
* * `BC` - Bracket Classification
|
|
45
46
|
* * `O` - Other
|
|
46
47
|
* @type {KindEnum}
|
|
47
48
|
* @memberof PatchedVariantUpdateSuggestionRequest
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { Template } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { Template } from './Template.js';
|
|
17
17
|
import {
|
|
18
18
|
TemplateFromJSON,
|
|
19
19
|
TemplateFromJSONTyped,
|
|
20
20
|
TemplateToJSON,
|
|
21
21
|
TemplateToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './Template.js';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ZoneLocationsEnum } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { ZoneLocationsEnum } from './ZoneLocationsEnum.js';
|
|
17
17
|
import {
|
|
18
18
|
ZoneLocationsEnumFromJSON,
|
|
19
19
|
ZoneLocationsEnumFromJSONTyped,
|
|
20
20
|
ZoneLocationsEnumToJSON,
|
|
21
21
|
ZoneLocationsEnumToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './ZoneLocationsEnum.js';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ZoneLocationsEnum } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { ZoneLocationsEnum } from './ZoneLocationsEnum.js';
|
|
17
17
|
import {
|
|
18
18
|
ZoneLocationsEnumFromJSON,
|
|
19
19
|
ZoneLocationsEnumFromJSONTyped,
|
|
20
20
|
ZoneLocationsEnumToJSON,
|
|
21
21
|
ZoneLocationsEnumToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './ZoneLocationsEnum.js';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
@@ -111,7 +111,7 @@ export function TemplateRequiredInVariantSuggestionRequestFromJSONTyped(json: an
|
|
|
111
111
|
|
|
112
112
|
'template': json['template'],
|
|
113
113
|
'quantity': json['quantity'] == null ? undefined : json['quantity'],
|
|
114
|
-
'scryfallQuery': json['scryfallQuery']
|
|
114
|
+
'scryfallQuery': json['scryfallQuery'] === undefined ? undefined : json['scryfallQuery'] === null ? null : json['scryfallQuery'],
|
|
115
115
|
'zoneLocations': ((json['zoneLocations'] as Array<any>).map(ZoneLocationsEnumFromJSON)),
|
|
116
116
|
'battlefieldCardState': json['battlefieldCardState'] == null ? undefined : json['battlefieldCardState'],
|
|
117
117
|
'exileCardState': json['exileCardState'] == null ? undefined : json['exileCardState'],
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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
|
|
@@ -49,12 +49,30 @@ export interface VariantLegalities {
|
|
|
49
49
|
* @memberof VariantLegalities
|
|
50
50
|
*/
|
|
51
51
|
predh: boolean;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {boolean}
|
|
55
|
+
* @memberof VariantLegalities
|
|
56
|
+
*/
|
|
57
|
+
standardBrawl: boolean;
|
|
52
58
|
/**
|
|
53
59
|
*
|
|
54
60
|
* @type {boolean}
|
|
55
61
|
* @memberof VariantLegalities
|
|
56
62
|
*/
|
|
57
63
|
brawl: boolean;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {boolean}
|
|
67
|
+
* @memberof VariantLegalities
|
|
68
|
+
*/
|
|
69
|
+
competitiveBrawl: boolean;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {boolean}
|
|
73
|
+
* @memberof VariantLegalities
|
|
74
|
+
*/
|
|
75
|
+
alchemy: boolean;
|
|
58
76
|
/**
|
|
59
77
|
*
|
|
60
78
|
* @type {boolean}
|
|
@@ -108,7 +126,10 @@ export function instanceOfVariantLegalities(value: object): value is VariantLega
|
|
|
108
126
|
if (!('pauperCommander' in value) || value['pauperCommander'] === undefined) return false;
|
|
109
127
|
if (!('oathbreaker' in value) || value['oathbreaker'] === undefined) return false;
|
|
110
128
|
if (!('predh' in value) || value['predh'] === undefined) return false;
|
|
129
|
+
if (!('standardBrawl' in value) || value['standardBrawl'] === undefined) return false;
|
|
111
130
|
if (!('brawl' in value) || value['brawl'] === undefined) return false;
|
|
131
|
+
if (!('competitiveBrawl' in value) || value['competitiveBrawl'] === undefined) return false;
|
|
132
|
+
if (!('alchemy' in value) || value['alchemy'] === undefined) return false;
|
|
112
133
|
if (!('vintage' in value) || value['vintage'] === undefined) return false;
|
|
113
134
|
if (!('legacy' in value) || value['legacy'] === undefined) return false;
|
|
114
135
|
if (!('premodern' in value) || value['premodern'] === undefined) return false;
|
|
@@ -134,7 +155,10 @@ export function VariantLegalitiesFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
134
155
|
'pauperCommander': json['pauperCommander'],
|
|
135
156
|
'oathbreaker': json['oathbreaker'],
|
|
136
157
|
'predh': json['predh'],
|
|
158
|
+
'standardBrawl': json['standardBrawl'],
|
|
137
159
|
'brawl': json['brawl'],
|
|
160
|
+
'competitiveBrawl': json['competitiveBrawl'],
|
|
161
|
+
'alchemy': json['alchemy'],
|
|
138
162
|
'vintage': json['vintage'],
|
|
139
163
|
'legacy': json['legacy'],
|
|
140
164
|
'premodern': json['premodern'],
|
|
@@ -161,7 +185,10 @@ export function VariantLegalitiesToJSONTyped(value?: VariantLegalities | null, i
|
|
|
161
185
|
'pauperCommander': value['pauperCommander'],
|
|
162
186
|
'oathbreaker': value['oathbreaker'],
|
|
163
187
|
'predh': value['predh'],
|
|
188
|
+
'standardBrawl': value['standardBrawl'],
|
|
164
189
|
'brawl': value['brawl'],
|
|
190
|
+
'competitiveBrawl': value['competitiveBrawl'],
|
|
191
|
+
'alchemy': value['alchemy'],
|
|
165
192
|
'vintage': value['vintage'],
|
|
166
193
|
'legacy': value['legacy'],
|
|
167
194
|
'premodern': value['premodern'],
|
|
@@ -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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 5.5.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|