@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,24 +12,27 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
PaginatedVariantSuggestionList,
|
|
19
|
-
PatchedVariantSuggestionRequest,
|
|
20
|
-
VariantSuggestion,
|
|
21
|
-
VariantSuggestionRequest,
|
|
22
|
-
} from '../models/index';
|
|
15
|
+
import * as runtime from '../runtime.js';
|
|
23
16
|
import {
|
|
17
|
+
type PaginatedVariantSuggestionList,
|
|
24
18
|
PaginatedVariantSuggestionListFromJSON,
|
|
25
19
|
PaginatedVariantSuggestionListToJSON,
|
|
20
|
+
} from '../models/PaginatedVariantSuggestionList.js';
|
|
21
|
+
import {
|
|
22
|
+
type PatchedVariantSuggestionRequest,
|
|
26
23
|
PatchedVariantSuggestionRequestFromJSON,
|
|
27
24
|
PatchedVariantSuggestionRequestToJSON,
|
|
25
|
+
} from '../models/PatchedVariantSuggestionRequest.js';
|
|
26
|
+
import {
|
|
27
|
+
type VariantSuggestion,
|
|
28
28
|
VariantSuggestionFromJSON,
|
|
29
29
|
VariantSuggestionToJSON,
|
|
30
|
+
} from '../models/VariantSuggestion.js';
|
|
31
|
+
import {
|
|
32
|
+
type VariantSuggestionRequest,
|
|
30
33
|
VariantSuggestionRequestFromJSON,
|
|
31
34
|
VariantSuggestionRequestToJSON,
|
|
32
|
-
} from '../models/
|
|
35
|
+
} from '../models/VariantSuggestionRequest.js';
|
|
33
36
|
|
|
34
37
|
export interface VariantSuggestionsCreateRequest {
|
|
35
38
|
variantSuggestionRequest: VariantSuggestionRequest;
|
package/spellbook-client/apis/{variantUpdateSuggestionsApi.ts → VariantUpdateSuggestionsApi.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.
|
|
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,24 +12,27 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
PaginatedVariantUpdateSuggestionList,
|
|
19
|
-
PatchedVariantUpdateSuggestionRequest,
|
|
20
|
-
VariantUpdateSuggestion,
|
|
21
|
-
VariantUpdateSuggestionRequest,
|
|
22
|
-
} from '../models/index';
|
|
15
|
+
import * as runtime from '../runtime.js';
|
|
23
16
|
import {
|
|
17
|
+
type PaginatedVariantUpdateSuggestionList,
|
|
24
18
|
PaginatedVariantUpdateSuggestionListFromJSON,
|
|
25
19
|
PaginatedVariantUpdateSuggestionListToJSON,
|
|
20
|
+
} from '../models/PaginatedVariantUpdateSuggestionList.js';
|
|
21
|
+
import {
|
|
22
|
+
type PatchedVariantUpdateSuggestionRequest,
|
|
26
23
|
PatchedVariantUpdateSuggestionRequestFromJSON,
|
|
27
24
|
PatchedVariantUpdateSuggestionRequestToJSON,
|
|
25
|
+
} from '../models/PatchedVariantUpdateSuggestionRequest.js';
|
|
26
|
+
import {
|
|
27
|
+
type VariantUpdateSuggestion,
|
|
28
28
|
VariantUpdateSuggestionFromJSON,
|
|
29
29
|
VariantUpdateSuggestionToJSON,
|
|
30
|
+
} from '../models/VariantUpdateSuggestion.js';
|
|
31
|
+
import {
|
|
32
|
+
type VariantUpdateSuggestionRequest,
|
|
30
33
|
VariantUpdateSuggestionRequestFromJSON,
|
|
31
34
|
VariantUpdateSuggestionRequestToJSON,
|
|
32
|
-
} from '../models/
|
|
35
|
+
} from '../models/VariantUpdateSuggestionRequest.js';
|
|
33
36
|
|
|
34
37
|
export interface VariantUpdateSuggestionsCreateRequest {
|
|
35
38
|
variantUpdateSuggestionRequest: VariantUpdateSuggestionRequest;
|
|
@@ -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,22 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
import * as runtime from '../runtime';
|
|
17
|
-
import type {
|
|
18
|
-
PaginatedVariantList,
|
|
19
|
-
Variant,
|
|
20
|
-
VariantsQueryValidationError,
|
|
21
|
-
} from '../models/index';
|
|
15
|
+
import * as runtime from '../runtime.js';
|
|
22
16
|
import {
|
|
17
|
+
type PaginatedVariantList,
|
|
23
18
|
PaginatedVariantListFromJSON,
|
|
24
19
|
PaginatedVariantListToJSON,
|
|
20
|
+
} from '../models/PaginatedVariantList.js';
|
|
21
|
+
import {
|
|
22
|
+
type Variant,
|
|
25
23
|
VariantFromJSON,
|
|
26
24
|
VariantToJSON,
|
|
25
|
+
} from '../models/Variant.js';
|
|
26
|
+
import {
|
|
27
|
+
type VariantsQueryValidationError,
|
|
27
28
|
VariantsQueryValidationErrorFromJSON,
|
|
28
29
|
VariantsQueryValidationErrorToJSON,
|
|
29
|
-
} from '../models/
|
|
30
|
+
} from '../models/VariantsQueryValidationError.js';
|
|
30
31
|
|
|
31
32
|
export interface VariantsListRequest {
|
|
32
33
|
count?: boolean;
|
|
@@ -1,17 +1,17 @@
|
|
|
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 './
|
|
3
|
+
export * from './CardListFromTextApi.js';
|
|
4
|
+
export * from './CardListFromUrlApi.js';
|
|
5
|
+
export * from './CardsApi.js';
|
|
6
|
+
export * from './DefaultApi.js';
|
|
7
|
+
export * from './EstimateBracketApi.js';
|
|
8
|
+
export * from './FeaturesApi.js';
|
|
9
|
+
export * from './FindMyCombosApi.js';
|
|
10
|
+
export * from './PropertiesApi.js';
|
|
11
|
+
export * from './TemplatesApi.js';
|
|
12
|
+
export * from './TokenApi.js';
|
|
13
|
+
export * from './UsersApi.js';
|
|
14
|
+
export * from './VariantAliasesApi.js';
|
|
15
|
+
export * from './VariantSuggestionsApi.js';
|
|
16
|
+
export * from './VariantUpdateSuggestionsApi.js';
|
|
17
|
+
export * from './VariantsApi.js';
|
|
@@ -11,7 +11,10 @@ Name | Type
|
|
|
11
11
|
`pauperCommander` | boolean
|
|
12
12
|
`oathbreaker` | boolean
|
|
13
13
|
`predh` | boolean
|
|
14
|
+
`standardBrawl` | boolean
|
|
14
15
|
`brawl` | boolean
|
|
16
|
+
`competitiveBrawl` | boolean
|
|
17
|
+
`alchemy` | boolean
|
|
15
18
|
`vintage` | boolean
|
|
16
19
|
`legacy` | boolean
|
|
17
20
|
`premodern` | boolean
|
|
@@ -32,7 +35,10 @@ const example = {
|
|
|
32
35
|
"pauperCommander": null,
|
|
33
36
|
"oathbreaker": null,
|
|
34
37
|
"predh": null,
|
|
38
|
+
"standardBrawl": null,
|
|
35
39
|
"brawl": null,
|
|
40
|
+
"competitiveBrawl": null,
|
|
41
|
+
"alchemy": null,
|
|
36
42
|
"vintage": null,
|
|
37
43
|
"legacy": null,
|
|
38
44
|
"premodern": null,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
# KindEnum
|
|
3
3
|
|
|
4
|
-
* `NW` - Not Working * `SE` - Spelling Error * `II` - Incorrect Info * `WC` - Wrong Card * `VG` - Variant Grouping * `O` - Other
|
|
4
|
+
* `NW` - Not Working * `SE` - Spelling Error * `II` - Incorrect Info * `WC` - Wrong Card * `VG` - Variant Grouping * `BC` - Bracket Classification * `O` - Other
|
|
5
5
|
|
|
6
6
|
## Properties
|
|
7
7
|
|
|
@@ -11,7 +11,10 @@ Name | Type
|
|
|
11
11
|
`pauperCommander` | boolean
|
|
12
12
|
`oathbreaker` | boolean
|
|
13
13
|
`predh` | boolean
|
|
14
|
+
`standardBrawl` | boolean
|
|
14
15
|
`brawl` | boolean
|
|
16
|
+
`competitiveBrawl` | boolean
|
|
17
|
+
`alchemy` | boolean
|
|
15
18
|
`vintage` | boolean
|
|
16
19
|
`legacy` | boolean
|
|
17
20
|
`premodern` | boolean
|
|
@@ -32,7 +35,10 @@ const example = {
|
|
|
32
35
|
"pauperCommander": null,
|
|
33
36
|
"oathbreaker": null,
|
|
34
37
|
"predh": null,
|
|
38
|
+
"standardBrawl": null,
|
|
35
39
|
"brawl": null,
|
|
40
|
+
"competitiveBrawl": null,
|
|
41
|
+
"alchemy": null,
|
|
36
42
|
"vintage": null,
|
|
37
43
|
"legacy": null,
|
|
38
44
|
"premodern": null,
|
|
@@ -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,14 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { LayoutRotationEnum } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { LayoutRotationEnum } from './LayoutRotationEnum.js';
|
|
17
17
|
import {
|
|
18
18
|
LayoutRotationEnumFromJSON,
|
|
19
19
|
LayoutRotationEnumFromJSONTyped,
|
|
20
20
|
LayoutRotationEnumToJSON,
|
|
21
21
|
LayoutRotationEnumToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './LayoutRotationEnum.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,42 +12,42 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ColorEnum } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { ColorEnum } from './ColorEnum.js';
|
|
17
17
|
import {
|
|
18
18
|
ColorEnumFromJSON,
|
|
19
19
|
ColorEnumFromJSONTyped,
|
|
20
20
|
ColorEnumToJSON,
|
|
21
21
|
ColorEnumToJSONTyped,
|
|
22
|
-
} from './
|
|
23
|
-
import type { FeatureOfCard } from './
|
|
22
|
+
} from './ColorEnum.js';
|
|
23
|
+
import type { FeatureOfCard } from './FeatureOfCard.js';
|
|
24
24
|
import {
|
|
25
25
|
FeatureOfCardFromJSON,
|
|
26
26
|
FeatureOfCardFromJSONTyped,
|
|
27
27
|
FeatureOfCardToJSON,
|
|
28
28
|
FeatureOfCardToJSONTyped,
|
|
29
|
-
} from './
|
|
30
|
-
import type { LayoutRotationEnum } from './
|
|
29
|
+
} from './FeatureOfCard.js';
|
|
30
|
+
import type { LayoutRotationEnum } from './LayoutRotationEnum.js';
|
|
31
31
|
import {
|
|
32
32
|
LayoutRotationEnumFromJSON,
|
|
33
33
|
LayoutRotationEnumFromJSONTyped,
|
|
34
34
|
LayoutRotationEnumToJSON,
|
|
35
35
|
LayoutRotationEnumToJSONTyped,
|
|
36
|
-
} from './
|
|
37
|
-
import type { CardLegalities } from './
|
|
36
|
+
} from './LayoutRotationEnum.js';
|
|
37
|
+
import type { CardLegalities } from './CardLegalities.js';
|
|
38
38
|
import {
|
|
39
39
|
CardLegalitiesFromJSON,
|
|
40
40
|
CardLegalitiesFromJSONTyped,
|
|
41
41
|
CardLegalitiesToJSON,
|
|
42
42
|
CardLegalitiesToJSONTyped,
|
|
43
|
-
} from './
|
|
44
|
-
import type { CardPrices } from './
|
|
43
|
+
} from './CardLegalities.js';
|
|
44
|
+
import type { CardPrices } from './CardPrices.js';
|
|
45
45
|
import {
|
|
46
46
|
CardPricesFromJSON,
|
|
47
47
|
CardPricesFromJSONTyped,
|
|
48
48
|
CardPricesToJSON,
|
|
49
49
|
CardPricesToJSONTyped,
|
|
50
|
-
} from './
|
|
50
|
+
} from './CardPrices.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.
|
|
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,14 +12,14 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { Card } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { Card } from './Card.js';
|
|
17
17
|
import {
|
|
18
18
|
CardFromJSON,
|
|
19
19
|
CardFromJSONTyped,
|
|
20
20
|
CardToJSON,
|
|
21
21
|
CardToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './Card.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,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 CardLegalities {
|
|
|
49
49
|
* @memberof CardLegalities
|
|
50
50
|
*/
|
|
51
51
|
predh: boolean;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {boolean}
|
|
55
|
+
* @memberof CardLegalities
|
|
56
|
+
*/
|
|
57
|
+
standardBrawl: boolean;
|
|
52
58
|
/**
|
|
53
59
|
*
|
|
54
60
|
* @type {boolean}
|
|
55
61
|
* @memberof CardLegalities
|
|
56
62
|
*/
|
|
57
63
|
brawl: boolean;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {boolean}
|
|
67
|
+
* @memberof CardLegalities
|
|
68
|
+
*/
|
|
69
|
+
competitiveBrawl: boolean;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {boolean}
|
|
73
|
+
* @memberof CardLegalities
|
|
74
|
+
*/
|
|
75
|
+
alchemy: boolean;
|
|
58
76
|
/**
|
|
59
77
|
*
|
|
60
78
|
* @type {boolean}
|
|
@@ -108,7 +126,10 @@ export function instanceOfCardLegalities(value: object): value is CardLegalities
|
|
|
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 CardLegalitiesFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
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 CardLegalitiesToJSONTyped(value?: CardLegalities | null, ignoreD
|
|
|
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
|
package/spellbook-client/models/{cardUsedInVariantSuggestion.ts → CardUsedInVariantSuggestion.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.
|
|
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
|
*
|
|
@@ -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 { Card } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { Card } from './Card.js';
|
|
17
17
|
import {
|
|
18
18
|
CardFromJSON,
|
|
19
19
|
CardFromJSONTyped,
|
|
20
20
|
CardToJSON,
|
|
21
21
|
CardToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './Card.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 { 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 { Variant } from './
|
|
15
|
+
import { mapValues } from '../runtime.js';
|
|
16
|
+
import type { Variant } from './Variant.js';
|
|
17
17
|
import {
|
|
18
18
|
VariantFromJSON,
|
|
19
19
|
VariantFromJSONTyped,
|
|
20
20
|
VariantToJSON,
|
|
21
21
|
VariantToJSONTyped,
|
|
22
|
-
} from './
|
|
22
|
+
} from './Variant.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).
|
|
@@ -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
|