@space-cow-media/spellbook-client 3.14.15
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 +33 -0
- package/dist/apis/cardListFromTextApi.js +135 -0
- package/dist/apis/cardListFromTextApi.js.map +1 -0
- package/dist/apis/cardListFromUrlApi.d.ts +27 -0
- package/dist/apis/cardListFromUrlApi.js +103 -0
- package/dist/apis/cardListFromUrlApi.js.map +1 -0
- package/dist/apis/cardsApi.d.ts +40 -0
- package/dist/apis/cardsApi.js +151 -0
- package/dist/apis/cardsApi.js.map +1 -0
- package/dist/apis/defaultApi.d.ts +47 -0
- package/dist/apis/defaultApi.js +143 -0
- package/dist/apis/defaultApi.js.map +1 -0
- package/dist/apis/featuresApi.d.ts +38 -0
- package/dist/apis/featuresApi.js +145 -0
- package/dist/apis/featuresApi.js.map +1 -0
- package/dist/apis/findMyCombosApi.d.ts +47 -0
- package/dist/apis/findMyCombosApi.js +171 -0
- package/dist/apis/findMyCombosApi.js.map +1 -0
- package/dist/apis/index.d.ts +13 -0
- package/dist/apis/index.js +32 -0
- package/dist/apis/index.js.map +1 -0
- package/dist/apis/propertiesApi.d.ts +37 -0
- package/dist/apis/propertiesApi.js +142 -0
- package/dist/apis/propertiesApi.js.map +1 -0
- package/dist/apis/templatesApi.d.ts +38 -0
- package/dist/apis/templatesApi.js +145 -0
- package/dist/apis/templatesApi.js.map +1 -0
- package/dist/apis/tokenApi.d.ts +51 -0
- package/dist/apis/tokenApi.js +153 -0
- package/dist/apis/tokenApi.js.map +1 -0
- package/dist/apis/usersApi.d.ts +66 -0
- package/dist/apis/usersApi.js +256 -0
- package/dist/apis/usersApi.js.map +1 -0
- package/dist/apis/variantAliasesApi.d.ts +37 -0
- package/dist/apis/variantAliasesApi.js +142 -0
- package/dist/apis/variantAliasesApi.js.map +1 -0
- package/dist/apis/variantSuggestionsApi.d.ts +76 -0
- package/dist/apis/variantSuggestionsApi.js +297 -0
- package/dist/apis/variantSuggestionsApi.js.map +1 -0
- package/dist/apis/variantsApi.d.ts +41 -0
- package/dist/apis/variantsApi.js +154 -0
- package/dist/apis/variantsApi.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +22 -0
- package/dist/index.js.map +1 -0
- package/dist/models/card.d.ts +56 -0
- package/dist/models/card.js +66 -0
- package/dist/models/card.js.map +1 -0
- package/dist/models/cardDetail.d.ts +126 -0
- package/dist/models/cardDetail.js +110 -0
- package/dist/models/cardDetail.js.map +1 -0
- package/dist/models/cardInDeck.d.ts +38 -0
- package/dist/models/cardInDeck.js +55 -0
- package/dist/models/cardInDeck.js.map +1 -0
- package/dist/models/cardInDeckRequest.d.ts +38 -0
- package/dist/models/cardInDeckRequest.js +53 -0
- package/dist/models/cardInDeckRequest.js.map +1 -0
- package/dist/models/cardInVariant.d.ts +75 -0
- package/dist/models/cardInVariant.js +73 -0
- package/dist/models/cardInVariant.js.map +1 -0
- package/dist/models/cardLegalities.d.ts +104 -0
- package/dist/models/cardLegalities.js +99 -0
- package/dist/models/cardLegalities.js.map +1 -0
- package/dist/models/cardPrices.d.ts +44 -0
- package/dist/models/cardPrices.js +59 -0
- package/dist/models/cardPrices.js.map +1 -0
- package/dist/models/cardUsedInVariantSuggestion.d.ts +75 -0
- package/dist/models/cardUsedInVariantSuggestion.js +80 -0
- package/dist/models/cardUsedInVariantSuggestion.js.map +1 -0
- package/dist/models/cardUsedInVariantSuggestionRequest.d.ts +75 -0
- package/dist/models/cardUsedInVariantSuggestionRequest.js +68 -0
- package/dist/models/cardUsedInVariantSuggestionRequest.js.map +1 -0
- package/dist/models/combo.d.ts +32 -0
- package/dist/models/combo.js +49 -0
- package/dist/models/combo.js.map +1 -0
- package/dist/models/deck.d.ts +39 -0
- package/dist/models/deck.js +56 -0
- package/dist/models/deck.js.map +1 -0
- package/dist/models/deckRequest.d.ts +39 -0
- package/dist/models/deckRequest.js +52 -0
- package/dist/models/deckRequest.js.map +1 -0
- package/dist/models/feature.d.ts +44 -0
- package/dist/models/feature.js +58 -0
- package/dist/models/feature.js.map +1 -0
- package/dist/models/featureOfCard.d.ts +81 -0
- package/dist/models/featureOfCard.js +81 -0
- package/dist/models/featureOfCard.js.map +1 -0
- package/dist/models/featureProducedByVariant.d.ts +39 -0
- package/dist/models/featureProducedByVariant.js +55 -0
- package/dist/models/featureProducedByVariant.js.map +1 -0
- package/dist/models/featureProducedInVariantSuggestion.d.ts +32 -0
- package/dist/models/featureProducedInVariantSuggestion.js +51 -0
- package/dist/models/featureProducedInVariantSuggestion.js.map +1 -0
- package/dist/models/featureProducedInVariantSuggestionRequest.d.ts +32 -0
- package/dist/models/featureProducedInVariantSuggestionRequest.js +51 -0
- package/dist/models/featureProducedInVariantSuggestionRequest.js.map +1 -0
- package/dist/models/findMyCombosResponse.d.ts +69 -0
- package/dist/models/findMyCombosResponse.js +76 -0
- package/dist/models/findMyCombosResponse.js.map +1 -0
- package/dist/models/identityEnum.d.ts +86 -0
- package/dist/models/identityEnum.js +115 -0
- package/dist/models/identityEnum.js.map +1 -0
- package/dist/models/index.d.ts +56 -0
- package/dist/models/index.js +75 -0
- package/dist/models/index.js.map +1 -0
- package/dist/models/invalidUrlResponse.d.ts +32 -0
- package/dist/models/invalidUrlResponse.js +51 -0
- package/dist/models/invalidUrlResponse.js.map +1 -0
- package/dist/models/paginatedCardDetailList.d.ts +51 -0
- package/dist/models/paginatedCardDetailList.js +64 -0
- package/dist/models/paginatedCardDetailList.js.map +1 -0
- package/dist/models/paginatedFeatureList.d.ts +51 -0
- package/dist/models/paginatedFeatureList.js +64 -0
- package/dist/models/paginatedFeatureList.js.map +1 -0
- package/dist/models/paginatedFindMyCombosResponseList.d.ts +51 -0
- package/dist/models/paginatedFindMyCombosResponseList.js +64 -0
- package/dist/models/paginatedFindMyCombosResponseList.js.map +1 -0
- package/dist/models/paginatedFindMyCombosResponseListResults.d.ts +69 -0
- package/dist/models/paginatedFindMyCombosResponseListResults.js +76 -0
- package/dist/models/paginatedFindMyCombosResponseListResults.js.map +1 -0
- package/dist/models/paginatedTemplateList.d.ts +51 -0
- package/dist/models/paginatedTemplateList.js +64 -0
- package/dist/models/paginatedTemplateList.js.map +1 -0
- package/dist/models/paginatedUserDetailList.d.ts +51 -0
- package/dist/models/paginatedUserDetailList.js +64 -0
- package/dist/models/paginatedUserDetailList.js.map +1 -0
- package/dist/models/paginatedVariantAliasList.d.ts +51 -0
- package/dist/models/paginatedVariantAliasList.js +64 -0
- package/dist/models/paginatedVariantAliasList.js.map +1 -0
- package/dist/models/paginatedVariantList.d.ts +51 -0
- package/dist/models/paginatedVariantList.js +64 -0
- package/dist/models/paginatedVariantList.js.map +1 -0
- package/dist/models/paginatedVariantSuggestionList.d.ts +51 -0
- package/dist/models/paginatedVariantSuggestionList.js +64 -0
- package/dist/models/paginatedVariantSuggestionList.js.map +1 -0
- package/dist/models/paginatedWebsitePropertyList.d.ts +51 -0
- package/dist/models/paginatedWebsitePropertyList.js +64 -0
- package/dist/models/paginatedWebsitePropertyList.js.map +1 -0
- package/dist/models/patchedUserDetailRequest.d.ts +44 -0
- package/dist/models/patchedUserDetailRequest.js +53 -0
- package/dist/models/patchedUserDetailRequest.js.map +1 -0
- package/dist/models/patchedVariantSuggestionRequest.d.ts +83 -0
- package/dist/models/patchedVariantSuggestionRequest.js +68 -0
- package/dist/models/patchedVariantSuggestionRequest.js.map +1 -0
- package/dist/models/template.d.ts +57 -0
- package/dist/models/template.js +61 -0
- package/dist/models/template.js.map +1 -0
- package/dist/models/templateInVariant.d.ts +75 -0
- package/dist/models/templateInVariant.js +73 -0
- package/dist/models/templateInVariant.js.map +1 -0
- package/dist/models/templateRequiredInVariantSuggestion.d.ts +88 -0
- package/dist/models/templateRequiredInVariantSuggestion.js +84 -0
- package/dist/models/templateRequiredInVariantSuggestion.js.map +1 -0
- package/dist/models/templateRequiredInVariantSuggestionRequest.d.ts +88 -0
- package/dist/models/templateRequiredInVariantSuggestionRequest.js +70 -0
- package/dist/models/templateRequiredInVariantSuggestionRequest.js.map +1 -0
- package/dist/models/tokenObtainPair.d.ts +38 -0
- package/dist/models/tokenObtainPair.js +52 -0
- package/dist/models/tokenObtainPair.js.map +1 -0
- package/dist/models/tokenObtainPairRequest.d.ts +44 -0
- package/dist/models/tokenObtainPairRequest.js +53 -0
- package/dist/models/tokenObtainPairRequest.js.map +1 -0
- package/dist/models/tokenRefresh.d.ts +32 -0
- package/dist/models/tokenRefresh.js +49 -0
- package/dist/models/tokenRefresh.js.map +1 -0
- package/dist/models/tokenRefreshRequest.d.ts +32 -0
- package/dist/models/tokenRefreshRequest.js +51 -0
- package/dist/models/tokenRefreshRequest.js.map +1 -0
- package/dist/models/tokenVerifyRequest.d.ts +32 -0
- package/dist/models/tokenVerifyRequest.js +51 -0
- package/dist/models/tokenVerifyRequest.js.map +1 -0
- package/dist/models/user.d.ts +38 -0
- package/dist/models/user.js +54 -0
- package/dist/models/user.js.map +1 -0
- package/dist/models/userDetail.d.ts +68 -0
- package/dist/models/userDetail.js +70 -0
- package/dist/models/userDetail.js.map +1 -0
- package/dist/models/userDetailRequest.d.ts +44 -0
- package/dist/models/userDetailRequest.js +55 -0
- package/dist/models/userDetailRequest.js.map +1 -0
- package/dist/models/userRequest.d.ts +32 -0
- package/dist/models/userRequest.js +51 -0
- package/dist/models/userRequest.js.map +1 -0
- package/dist/models/variant.d.ts +150 -0
- package/dist/models/variant.js +113 -0
- package/dist/models/variant.js.map +1 -0
- package/dist/models/variantAlias.d.ts +38 -0
- package/dist/models/variantAlias.js +55 -0
- package/dist/models/variantAlias.js.map +1 -0
- package/dist/models/variantLegalities.d.ts +104 -0
- package/dist/models/variantLegalities.js +99 -0
- package/dist/models/variantLegalities.js.map +1 -0
- package/dist/models/variantPrices.d.ts +44 -0
- package/dist/models/variantPrices.js +59 -0
- package/dist/models/variantPrices.js.map +1 -0
- package/dist/models/variantStatusEnum.d.ts +36 -0
- package/dist/models/variantStatusEnum.js +65 -0
- package/dist/models/variantStatusEnum.js.map +1 -0
- package/dist/models/variantSuggestion.d.ts +115 -0
- package/dist/models/variantSuggestion.js +100 -0
- package/dist/models/variantSuggestion.js.map +1 -0
- package/dist/models/variantSuggestionRequest.d.ts +83 -0
- package/dist/models/variantSuggestionRequest.js +76 -0
- package/dist/models/variantSuggestionRequest.js.map +1 -0
- package/dist/models/variantSuggestionStatusEnum.d.ts +32 -0
- package/dist/models/variantSuggestionStatusEnum.js +61 -0
- package/dist/models/variantSuggestionStatusEnum.js.map +1 -0
- package/dist/models/variantsQueryValidationError.d.ts +32 -0
- package/dist/models/variantsQueryValidationError.js +51 -0
- package/dist/models/variantsQueryValidationError.js.map +1 -0
- package/dist/models/websiteProperty.d.ts +38 -0
- package/dist/models/websiteProperty.js +54 -0
- package/dist/models/websiteProperty.js.map +1 -0
- package/dist/models/zoneLocationsEnum.d.ts +34 -0
- package/dist/models/zoneLocationsEnum.js +63 -0
- package/dist/models/zoneLocationsEnum.js.map +1 -0
- package/dist/runtime.d.ts +182 -0
- package/dist/runtime.js +347 -0
- package/dist/runtime.js.map +1 -0
- package/package.json +36 -0
- package/spellbook-client/.openapi-generator/FILES +74 -0
- package/spellbook-client/.openapi-generator/VERSION +1 -0
- package/spellbook-client/.openapi-generator-ignore +23 -0
- package/spellbook-client/apis/cardListFromTextApi.ts +107 -0
- package/spellbook-client/apis/cardListFromUrlApi.ts +76 -0
- package/spellbook-client/apis/cardsApi.ts +142 -0
- package/spellbook-client/apis/defaultApi.ts +112 -0
- package/spellbook-client/apis/featuresApi.ts +132 -0
- package/spellbook-client/apis/findMyCombosApi.ts +173 -0
- package/spellbook-client/apis/index.ts +15 -0
- package/spellbook-client/apis/propertiesApi.ts +127 -0
- package/spellbook-client/apis/templatesApi.ts +132 -0
- package/spellbook-client/apis/tokenApi.ts +154 -0
- package/spellbook-client/apis/usersApi.ts +285 -0
- package/spellbook-client/apis/variantAliasesApi.ts +127 -0
- package/spellbook-client/apis/variantSuggestionsApi.ts +339 -0
- package/spellbook-client/apis/variantsApi.ts +150 -0
- package/spellbook-client/index.ts +5 -0
- package/spellbook-client/models/card.ts +101 -0
- package/spellbook-client/models/cardDetail.ts +227 -0
- package/spellbook-client/models/cardInDeck.ts +75 -0
- package/spellbook-client/models/cardInDeckRequest.ts +74 -0
- package/spellbook-client/models/cardInVariant.ts +130 -0
- package/spellbook-client/models/cardLegalities.ts +174 -0
- package/spellbook-client/models/cardPrices.ts +84 -0
- package/spellbook-client/models/cardUsedInVariantSuggestion.ts +137 -0
- package/spellbook-client/models/cardUsedInVariantSuggestionRequest.ts +131 -0
- package/spellbook-client/models/combo.ts +65 -0
- package/spellbook-client/models/deck.ts +83 -0
- package/spellbook-client/models/deckRequest.ts +81 -0
- package/spellbook-client/models/feature.ts +83 -0
- package/spellbook-client/models/featureOfCard.ts +143 -0
- package/spellbook-client/models/featureProducedByVariant.ts +82 -0
- package/spellbook-client/models/featureProducedInVariantSuggestion.ts +66 -0
- package/spellbook-client/models/featureProducedInVariantSuggestionRequest.ts +66 -0
- package/spellbook-client/models/findMyCombosResponse.ts +128 -0
- package/spellbook-client/models/identityEnum.ts +113 -0
- package/spellbook-client/models/index.ts +58 -0
- package/spellbook-client/models/invalidUrlResponse.ts +66 -0
- package/spellbook-client/models/paginatedCardDetailList.ts +101 -0
- package/spellbook-client/models/paginatedFeatureList.ts +101 -0
- package/spellbook-client/models/paginatedFindMyCombosResponseList.ts +101 -0
- package/spellbook-client/models/paginatedFindMyCombosResponseListResults.ts +128 -0
- package/spellbook-client/models/paginatedTemplateList.ts +101 -0
- package/spellbook-client/models/paginatedUserDetailList.ts +101 -0
- package/spellbook-client/models/paginatedVariantAliasList.ts +101 -0
- package/spellbook-client/models/paginatedVariantList.ts +101 -0
- package/spellbook-client/models/paginatedVariantSuggestionList.ts +101 -0
- package/spellbook-client/models/paginatedWebsitePropertyList.ts +101 -0
- package/spellbook-client/models/patchedUserDetailRequest.ts +81 -0
- package/spellbook-client/models/patchedVariantSuggestionRequest.ts +151 -0
- package/spellbook-client/models/template.ts +98 -0
- package/spellbook-client/models/templateInVariant.ts +130 -0
- package/spellbook-client/models/templateRequiredInVariantSuggestion.ts +153 -0
- package/spellbook-client/models/templateRequiredInVariantSuggestionRequest.ts +146 -0
- package/spellbook-client/models/tokenObtainPair.ts +73 -0
- package/spellbook-client/models/tokenObtainPairRequest.ts +81 -0
- package/spellbook-client/models/tokenRefresh.ts +65 -0
- package/spellbook-client/models/tokenRefreshRequest.ts +66 -0
- package/spellbook-client/models/tokenVerifyRequest.ts +66 -0
- package/spellbook-client/models/user.ts +74 -0
- package/spellbook-client/models/userDetail.ts +115 -0
- package/spellbook-client/models/userDetailRequest.ts +82 -0
- package/spellbook-client/models/userRequest.ts +66 -0
- package/spellbook-client/models/variant.ts +272 -0
- package/spellbook-client/models/variantAlias.ts +75 -0
- package/spellbook-client/models/variantLegalities.ts +174 -0
- package/spellbook-client/models/variantPrices.ts +84 -0
- package/spellbook-client/models/variantStatusEnum.ts +63 -0
- package/spellbook-client/models/variantSuggestion.ts +214 -0
- package/spellbook-client/models/variantSuggestionRequest.ts +155 -0
- package/spellbook-client/models/variantSuggestionStatusEnum.ts +59 -0
- package/spellbook-client/models/variantsQueryValidationError.ts +66 -0
- package/spellbook-client/models/websiteProperty.ts +74 -0
- package/spellbook-client/models/zoneLocationsEnum.ts +61 -0
- package/spellbook-client/runtime.ts +431 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface CardPrices
|
|
20
|
+
*/
|
|
21
|
+
export interface CardPrices {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof CardPrices
|
|
26
|
+
*/
|
|
27
|
+
tcgplayer: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CardPrices
|
|
32
|
+
*/
|
|
33
|
+
cardkingdom: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof CardPrices
|
|
38
|
+
*/
|
|
39
|
+
cardmarket: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the CardPrices interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfCardPrices(value: object): value is CardPrices {
|
|
46
|
+
if (!('tcgplayer' in value) || value['tcgplayer'] === undefined) return false;
|
|
47
|
+
if (!('cardkingdom' in value) || value['cardkingdom'] === undefined) return false;
|
|
48
|
+
if (!('cardmarket' in value) || value['cardmarket'] === undefined) return false;
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function CardPricesFromJSON(json: any): CardPrices {
|
|
53
|
+
return CardPricesFromJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function CardPricesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardPrices {
|
|
57
|
+
if (json == null) {
|
|
58
|
+
return json;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
|
|
62
|
+
'tcgplayer': json['tcgplayer'],
|
|
63
|
+
'cardkingdom': json['cardkingdom'],
|
|
64
|
+
'cardmarket': json['cardmarket'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function CardPricesToJSON(json: any): CardPrices {
|
|
69
|
+
return CardPricesToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function CardPricesToJSONTyped(value?: CardPrices | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
|
|
79
|
+
'tcgplayer': value['tcgplayer'],
|
|
80
|
+
'cardkingdom': value['cardkingdom'],
|
|
81
|
+
'cardmarket': value['cardmarket'],
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ZoneLocationsEnum } from './zoneLocationsEnum';
|
|
17
|
+
import {
|
|
18
|
+
ZoneLocationsEnumFromJSON,
|
|
19
|
+
ZoneLocationsEnumFromJSONTyped,
|
|
20
|
+
ZoneLocationsEnumToJSON,
|
|
21
|
+
ZoneLocationsEnumToJSONTyped,
|
|
22
|
+
} from './zoneLocationsEnum';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface CardUsedInVariantSuggestion
|
|
28
|
+
*/
|
|
29
|
+
export interface CardUsedInVariantSuggestion {
|
|
30
|
+
/**
|
|
31
|
+
* Card name
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CardUsedInVariantSuggestion
|
|
34
|
+
*/
|
|
35
|
+
card: string;
|
|
36
|
+
/**
|
|
37
|
+
* Quantity of the card in the combo.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof CardUsedInVariantSuggestion
|
|
40
|
+
*/
|
|
41
|
+
quantity: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<ZoneLocationsEnum>}
|
|
45
|
+
* @memberof CardUsedInVariantSuggestion
|
|
46
|
+
*/
|
|
47
|
+
zoneLocations: Array<ZoneLocationsEnum>;
|
|
48
|
+
/**
|
|
49
|
+
* State of the card on the battlefield, if present.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CardUsedInVariantSuggestion
|
|
52
|
+
*/
|
|
53
|
+
battlefieldCardState: string;
|
|
54
|
+
/**
|
|
55
|
+
* State of the card in exile, if present.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CardUsedInVariantSuggestion
|
|
58
|
+
*/
|
|
59
|
+
exileCardState: string;
|
|
60
|
+
/**
|
|
61
|
+
* State of the card in the library, if present.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof CardUsedInVariantSuggestion
|
|
64
|
+
*/
|
|
65
|
+
libraryCardState: string;
|
|
66
|
+
/**
|
|
67
|
+
* State of the card in the graveyard, if present.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CardUsedInVariantSuggestion
|
|
70
|
+
*/
|
|
71
|
+
graveyardCardState: string;
|
|
72
|
+
/**
|
|
73
|
+
* Does the card have to be a commander?
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof CardUsedInVariantSuggestion
|
|
76
|
+
*/
|
|
77
|
+
mustBeCommander: boolean;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Check if a given object implements the CardUsedInVariantSuggestion interface.
|
|
82
|
+
*/
|
|
83
|
+
export function instanceOfCardUsedInVariantSuggestion(value: object): value is CardUsedInVariantSuggestion {
|
|
84
|
+
if (!('card' in value) || value['card'] === undefined) return false;
|
|
85
|
+
if (!('quantity' in value) || value['quantity'] === undefined) return false;
|
|
86
|
+
if (!('zoneLocations' in value) || value['zoneLocations'] === undefined) return false;
|
|
87
|
+
if (!('battlefieldCardState' in value) || value['battlefieldCardState'] === undefined) return false;
|
|
88
|
+
if (!('exileCardState' in value) || value['exileCardState'] === undefined) return false;
|
|
89
|
+
if (!('libraryCardState' in value) || value['libraryCardState'] === undefined) return false;
|
|
90
|
+
if (!('graveyardCardState' in value) || value['graveyardCardState'] === undefined) return false;
|
|
91
|
+
if (!('mustBeCommander' in value) || value['mustBeCommander'] === undefined) return false;
|
|
92
|
+
return true;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export function CardUsedInVariantSuggestionFromJSON(json: any): CardUsedInVariantSuggestion {
|
|
96
|
+
return CardUsedInVariantSuggestionFromJSONTyped(json, false);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export function CardUsedInVariantSuggestionFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardUsedInVariantSuggestion {
|
|
100
|
+
if (json == null) {
|
|
101
|
+
return json;
|
|
102
|
+
}
|
|
103
|
+
return {
|
|
104
|
+
|
|
105
|
+
'card': json['card'],
|
|
106
|
+
'quantity': json['quantity'],
|
|
107
|
+
'zoneLocations': ((json['zoneLocations'] as Array<any>).map(ZoneLocationsEnumFromJSON)),
|
|
108
|
+
'battlefieldCardState': json['battlefieldCardState'],
|
|
109
|
+
'exileCardState': json['exileCardState'],
|
|
110
|
+
'libraryCardState': json['libraryCardState'],
|
|
111
|
+
'graveyardCardState': json['graveyardCardState'],
|
|
112
|
+
'mustBeCommander': json['mustBeCommander'],
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export function CardUsedInVariantSuggestionToJSON(json: any): CardUsedInVariantSuggestion {
|
|
117
|
+
return CardUsedInVariantSuggestionToJSONTyped(json, false);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export function CardUsedInVariantSuggestionToJSONTyped(value?: CardUsedInVariantSuggestion | null, ignoreDiscriminator: boolean = false): any {
|
|
121
|
+
if (value == null) {
|
|
122
|
+
return value;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
return {
|
|
126
|
+
|
|
127
|
+
'card': value['card'],
|
|
128
|
+
'quantity': value['quantity'],
|
|
129
|
+
'zoneLocations': ((value['zoneLocations'] as Array<any>).map(ZoneLocationsEnumToJSON)),
|
|
130
|
+
'battlefieldCardState': value['battlefieldCardState'],
|
|
131
|
+
'exileCardState': value['exileCardState'],
|
|
132
|
+
'libraryCardState': value['libraryCardState'],
|
|
133
|
+
'graveyardCardState': value['graveyardCardState'],
|
|
134
|
+
'mustBeCommander': value['mustBeCommander'],
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { ZoneLocationsEnum } from './zoneLocationsEnum';
|
|
17
|
+
import {
|
|
18
|
+
ZoneLocationsEnumFromJSON,
|
|
19
|
+
ZoneLocationsEnumFromJSONTyped,
|
|
20
|
+
ZoneLocationsEnumToJSON,
|
|
21
|
+
ZoneLocationsEnumToJSONTyped,
|
|
22
|
+
} from './zoneLocationsEnum';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface CardUsedInVariantSuggestionRequest
|
|
28
|
+
*/
|
|
29
|
+
export interface CardUsedInVariantSuggestionRequest {
|
|
30
|
+
/**
|
|
31
|
+
* Card name
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
34
|
+
*/
|
|
35
|
+
card: string;
|
|
36
|
+
/**
|
|
37
|
+
* Quantity of the card in the combo.
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
40
|
+
*/
|
|
41
|
+
quantity?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Array<ZoneLocationsEnum>}
|
|
45
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
46
|
+
*/
|
|
47
|
+
zoneLocations: Array<ZoneLocationsEnum>;
|
|
48
|
+
/**
|
|
49
|
+
* State of the card on the battlefield, if present.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
52
|
+
*/
|
|
53
|
+
battlefieldCardState?: string;
|
|
54
|
+
/**
|
|
55
|
+
* State of the card in exile, if present.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
58
|
+
*/
|
|
59
|
+
exileCardState?: string;
|
|
60
|
+
/**
|
|
61
|
+
* State of the card in the library, if present.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
64
|
+
*/
|
|
65
|
+
libraryCardState?: string;
|
|
66
|
+
/**
|
|
67
|
+
* State of the card in the graveyard, if present.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
70
|
+
*/
|
|
71
|
+
graveyardCardState?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Does the card have to be a commander?
|
|
74
|
+
* @type {boolean}
|
|
75
|
+
* @memberof CardUsedInVariantSuggestionRequest
|
|
76
|
+
*/
|
|
77
|
+
mustBeCommander?: boolean;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Check if a given object implements the CardUsedInVariantSuggestionRequest interface.
|
|
82
|
+
*/
|
|
83
|
+
export function instanceOfCardUsedInVariantSuggestionRequest(value: object): value is CardUsedInVariantSuggestionRequest {
|
|
84
|
+
if (!('card' in value) || value['card'] === undefined) return false;
|
|
85
|
+
if (!('zoneLocations' in value) || value['zoneLocations'] === undefined) return false;
|
|
86
|
+
return true;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export function CardUsedInVariantSuggestionRequestFromJSON(json: any): CardUsedInVariantSuggestionRequest {
|
|
90
|
+
return CardUsedInVariantSuggestionRequestFromJSONTyped(json, false);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export function CardUsedInVariantSuggestionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CardUsedInVariantSuggestionRequest {
|
|
94
|
+
if (json == null) {
|
|
95
|
+
return json;
|
|
96
|
+
}
|
|
97
|
+
return {
|
|
98
|
+
|
|
99
|
+
'card': json['card'],
|
|
100
|
+
'quantity': json['quantity'] == null ? undefined : json['quantity'],
|
|
101
|
+
'zoneLocations': ((json['zoneLocations'] as Array<any>).map(ZoneLocationsEnumFromJSON)),
|
|
102
|
+
'battlefieldCardState': json['battlefieldCardState'] == null ? undefined : json['battlefieldCardState'],
|
|
103
|
+
'exileCardState': json['exileCardState'] == null ? undefined : json['exileCardState'],
|
|
104
|
+
'libraryCardState': json['libraryCardState'] == null ? undefined : json['libraryCardState'],
|
|
105
|
+
'graveyardCardState': json['graveyardCardState'] == null ? undefined : json['graveyardCardState'],
|
|
106
|
+
'mustBeCommander': json['mustBeCommander'] == null ? undefined : json['mustBeCommander'],
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export function CardUsedInVariantSuggestionRequestToJSON(json: any): CardUsedInVariantSuggestionRequest {
|
|
111
|
+
return CardUsedInVariantSuggestionRequestToJSONTyped(json, false);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export function CardUsedInVariantSuggestionRequestToJSONTyped(value?: CardUsedInVariantSuggestionRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
115
|
+
if (value == null) {
|
|
116
|
+
return value;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
return {
|
|
120
|
+
|
|
121
|
+
'card': value['card'],
|
|
122
|
+
'quantity': value['quantity'],
|
|
123
|
+
'zoneLocations': ((value['zoneLocations'] as Array<any>).map(ZoneLocationsEnumToJSON)),
|
|
124
|
+
'battlefieldCardState': value['battlefieldCardState'],
|
|
125
|
+
'exileCardState': value['exileCardState'],
|
|
126
|
+
'libraryCardState': value['libraryCardState'],
|
|
127
|
+
'graveyardCardState': value['graveyardCardState'],
|
|
128
|
+
'mustBeCommander': value['mustBeCommander'],
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface Combo
|
|
20
|
+
*/
|
|
21
|
+
export interface Combo {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof Combo
|
|
26
|
+
*/
|
|
27
|
+
readonly id: number;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the Combo interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfCombo(value: object): value is Combo {
|
|
34
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function ComboFromJSON(json: any): Combo {
|
|
39
|
+
return ComboFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function ComboFromJSONTyped(json: any, ignoreDiscriminator: boolean): Combo {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
|
|
48
|
+
'id': json['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function ComboToJSON(json: any): Combo {
|
|
53
|
+
return ComboToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function ComboToJSONTyped(value?: Omit<Combo, 'id'> | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return {
|
|
62
|
+
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { CardInDeck } from './cardInDeck';
|
|
17
|
+
import {
|
|
18
|
+
CardInDeckFromJSON,
|
|
19
|
+
CardInDeckFromJSONTyped,
|
|
20
|
+
CardInDeckToJSON,
|
|
21
|
+
CardInDeckToJSONTyped,
|
|
22
|
+
} from './cardInDeck';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface Deck
|
|
28
|
+
*/
|
|
29
|
+
export interface Deck {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<CardInDeck>}
|
|
33
|
+
* @memberof Deck
|
|
34
|
+
*/
|
|
35
|
+
main: Array<CardInDeck>;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Array<CardInDeck>}
|
|
39
|
+
* @memberof Deck
|
|
40
|
+
*/
|
|
41
|
+
commanders: Array<CardInDeck>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the Deck interface.
|
|
46
|
+
*/
|
|
47
|
+
export function instanceOfDeck(value: object): value is Deck {
|
|
48
|
+
if (!('main' in value) || value['main'] === undefined) return false;
|
|
49
|
+
if (!('commanders' in value) || value['commanders'] === undefined) return false;
|
|
50
|
+
return true;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function DeckFromJSON(json: any): Deck {
|
|
54
|
+
return DeckFromJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function DeckFromJSONTyped(json: any, ignoreDiscriminator: boolean): Deck {
|
|
58
|
+
if (json == null) {
|
|
59
|
+
return json;
|
|
60
|
+
}
|
|
61
|
+
return {
|
|
62
|
+
|
|
63
|
+
'main': ((json['main'] as Array<any>).map(CardInDeckFromJSON)),
|
|
64
|
+
'commanders': ((json['commanders'] as Array<any>).map(CardInDeckFromJSON)),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function DeckToJSON(json: any): Deck {
|
|
69
|
+
return DeckToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function DeckToJSONTyped(value?: Deck | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
|
|
79
|
+
'main': ((value['main'] as Array<any>).map(CardInDeckToJSON)),
|
|
80
|
+
'commanders': ((value['commanders'] as Array<any>).map(CardInDeckToJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { CardInDeckRequest } from './cardInDeckRequest';
|
|
17
|
+
import {
|
|
18
|
+
CardInDeckRequestFromJSON,
|
|
19
|
+
CardInDeckRequestFromJSONTyped,
|
|
20
|
+
CardInDeckRequestToJSON,
|
|
21
|
+
CardInDeckRequestToJSONTyped,
|
|
22
|
+
} from './cardInDeckRequest';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface DeckRequest
|
|
28
|
+
*/
|
|
29
|
+
export interface DeckRequest {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<CardInDeckRequest>}
|
|
33
|
+
* @memberof DeckRequest
|
|
34
|
+
*/
|
|
35
|
+
main?: Array<CardInDeckRequest>;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Array<CardInDeckRequest>}
|
|
39
|
+
* @memberof DeckRequest
|
|
40
|
+
*/
|
|
41
|
+
commanders?: Array<CardInDeckRequest>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the DeckRequest interface.
|
|
46
|
+
*/
|
|
47
|
+
export function instanceOfDeckRequest(value: object): value is DeckRequest {
|
|
48
|
+
return true;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function DeckRequestFromJSON(json: any): DeckRequest {
|
|
52
|
+
return DeckRequestFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function DeckRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeckRequest {
|
|
56
|
+
if (json == null) {
|
|
57
|
+
return json;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
|
|
61
|
+
'main': json['main'] == null ? undefined : ((json['main'] as Array<any>).map(CardInDeckRequestFromJSON)),
|
|
62
|
+
'commanders': json['commanders'] == null ? undefined : ((json['commanders'] as Array<any>).map(CardInDeckRequestFromJSON)),
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function DeckRequestToJSON(json: any): DeckRequest {
|
|
67
|
+
return DeckRequestToJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function DeckRequestToJSONTyped(value?: DeckRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
71
|
+
if (value == null) {
|
|
72
|
+
return value;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'main': value['main'] == null ? undefined : ((value['main'] as Array<any>).map(CardInDeckRequestToJSON)),
|
|
78
|
+
'commanders': value['commanders'] == null ? undefined : ((value['commanders'] as Array<any>).map(CardInDeckRequestToJSON)),
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Commander Spellbook API
|
|
5
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: dev
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface Feature
|
|
20
|
+
*/
|
|
21
|
+
export interface Feature {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof Feature
|
|
26
|
+
*/
|
|
27
|
+
readonly id: number;
|
|
28
|
+
/**
|
|
29
|
+
* Short name for a produced effect
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof Feature
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Is this an uncountable feature? Uncountable features can only appear in one copy and speed up variant generation.
|
|
36
|
+
* @type {boolean}
|
|
37
|
+
* @memberof Feature
|
|
38
|
+
*/
|
|
39
|
+
uncountable: boolean;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Check if a given object implements the Feature interface.
|
|
44
|
+
*/
|
|
45
|
+
export function instanceOfFeature(value: object): value is Feature {
|
|
46
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
47
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
48
|
+
if (!('uncountable' in value) || value['uncountable'] === undefined) return false;
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function FeatureFromJSON(json: any): Feature {
|
|
53
|
+
return FeatureFromJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function FeatureFromJSONTyped(json: any, ignoreDiscriminator: boolean): Feature {
|
|
57
|
+
if (json == null) {
|
|
58
|
+
return json;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
|
|
62
|
+
'id': json['id'],
|
|
63
|
+
'name': json['name'],
|
|
64
|
+
'uncountable': json['uncountable'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export function FeatureToJSON(json: any): Feature {
|
|
69
|
+
return FeatureToJSONTyped(json, false);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function FeatureToJSONTyped(value?: Omit<Feature, 'id'> | null, ignoreDiscriminator: boolean = false): any {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
return {
|
|
78
|
+
|
|
79
|
+
'name': value['name'],
|
|
80
|
+
'uncountable': value['uncountable'],
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|