@space-cow-media/spellbook-client 4.2.6 → 4.3.2
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 +1 -1
- package/dist/apis/cardListFromTextApi.js +1 -1
- package/dist/apis/cardListFromUrlApi.d.ts +1 -1
- package/dist/apis/cardListFromUrlApi.js +1 -1
- package/dist/apis/cardsApi.d.ts +1 -1
- package/dist/apis/cardsApi.js +1 -1
- package/dist/apis/defaultApi.d.ts +1 -1
- package/dist/apis/defaultApi.js +1 -1
- package/dist/apis/estimateBracketApi.d.ts +1 -1
- package/dist/apis/estimateBracketApi.js +1 -1
- package/dist/apis/featuresApi.d.ts +1 -1
- package/dist/apis/featuresApi.js +1 -1
- package/dist/apis/findMyCombosApi.d.ts +1 -1
- package/dist/apis/findMyCombosApi.js +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/apis/propertiesApi.d.ts +1 -1
- package/dist/apis/propertiesApi.js +1 -1
- package/dist/apis/templatesApi.d.ts +1 -1
- package/dist/apis/templatesApi.js +1 -1
- package/dist/apis/tokenApi.d.ts +1 -1
- package/dist/apis/tokenApi.js +1 -1
- package/dist/apis/usersApi.d.ts +1 -1
- package/dist/apis/usersApi.js +1 -1
- package/dist/apis/variantAliasesApi.d.ts +1 -1
- package/dist/apis/variantAliasesApi.js +1 -1
- package/dist/apis/variantSuggestionsApi.d.ts +36 -1
- package/dist/apis/variantSuggestionsApi.js +124 -1
- package/dist/apis/variantSuggestionsApi.js.map +1 -1
- package/dist/apis/variantUpdateSuggestionsApi.d.ts +111 -0
- package/dist/apis/variantUpdateSuggestionsApi.js +420 -0
- package/dist/apis/variantUpdateSuggestionsApi.js.map +1 -0
- package/dist/apis/variantsApi.d.ts +1 -1
- package/dist/apis/variantsApi.js +1 -1
- package/dist/models/bracketTagEnum.d.ts +1 -1
- package/dist/models/bracketTagEnum.js +1 -1
- package/dist/models/card.d.ts +1 -1
- package/dist/models/card.js +1 -1
- package/dist/models/cardDetail.d.ts +1 -1
- package/dist/models/cardDetail.js +1 -1
- package/dist/models/cardInDeck.d.ts +1 -1
- package/dist/models/cardInDeck.js +1 -1
- package/dist/models/cardInDeckRequest.d.ts +1 -1
- package/dist/models/cardInDeckRequest.js +1 -1
- package/dist/models/cardInVariant.d.ts +1 -1
- package/dist/models/cardInVariant.js +1 -1
- package/dist/models/cardLegalities.d.ts +1 -1
- package/dist/models/cardLegalities.js +1 -1
- package/dist/models/cardPrices.d.ts +1 -1
- package/dist/models/cardPrices.js +1 -1
- package/dist/models/cardUsedInVariantSuggestion.d.ts +1 -1
- package/dist/models/cardUsedInVariantSuggestion.js +1 -1
- package/dist/models/cardUsedInVariantSuggestionRequest.d.ts +1 -1
- package/dist/models/cardUsedInVariantSuggestionRequest.js +1 -1
- package/dist/models/combo.d.ts +1 -1
- package/dist/models/combo.js +1 -1
- package/dist/models/deck.d.ts +1 -1
- package/dist/models/deck.js +1 -1
- package/dist/models/deckRequest.d.ts +1 -1
- package/dist/models/deckRequest.js +1 -1
- package/dist/models/estimateBracketResult.d.ts +1 -1
- package/dist/models/estimateBracketResult.js +1 -1
- package/dist/models/feature.d.ts +1 -1
- package/dist/models/feature.js +1 -1
- package/dist/models/featureOfCard.d.ts +1 -1
- package/dist/models/featureOfCard.js +1 -1
- package/dist/models/featureProducedByVariant.d.ts +1 -1
- package/dist/models/featureProducedByVariant.js +1 -1
- package/dist/models/featureProducedInVariantSuggestion.d.ts +1 -1
- package/dist/models/featureProducedInVariantSuggestion.js +1 -1
- package/dist/models/featureProducedInVariantSuggestionRequest.d.ts +1 -1
- package/dist/models/featureProducedInVariantSuggestionRequest.js +1 -1
- package/dist/models/featureStatusEnum.d.ts +1 -1
- package/dist/models/featureStatusEnum.js +1 -1
- package/dist/models/findMyCombosResponse.d.ts +1 -1
- package/dist/models/findMyCombosResponse.js +1 -1
- package/dist/models/identityEnum.d.ts +1 -1
- package/dist/models/identityEnum.js +1 -1
- package/dist/models/index.d.ts +8 -1
- package/dist/models/index.js +8 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/invalidUrlResponse.d.ts +1 -1
- package/dist/models/invalidUrlResponse.js +1 -1
- package/dist/models/kindEnum.d.ts +32 -0
- package/dist/models/kindEnum.js +61 -0
- package/dist/models/kindEnum.js.map +1 -0
- package/dist/models/paginatedCardDetailList.d.ts +1 -1
- package/dist/models/paginatedCardDetailList.js +1 -1
- package/dist/models/paginatedFeatureList.d.ts +1 -1
- package/dist/models/paginatedFeatureList.js +1 -1
- package/dist/models/paginatedFindMyCombosResponseList.d.ts +1 -1
- package/dist/models/paginatedFindMyCombosResponseList.js +1 -1
- package/dist/models/paginatedFindMyCombosResponseListResults.d.ts +1 -1
- package/dist/models/paginatedFindMyCombosResponseListResults.js +1 -1
- package/dist/models/paginatedTemplateList.d.ts +1 -1
- package/dist/models/paginatedTemplateList.js +1 -1
- package/dist/models/paginatedUserDetailList.d.ts +1 -1
- package/dist/models/paginatedUserDetailList.js +1 -1
- package/dist/models/paginatedVariantAliasList.d.ts +1 -1
- package/dist/models/paginatedVariantAliasList.js +1 -1
- package/dist/models/paginatedVariantList.d.ts +1 -1
- package/dist/models/paginatedVariantList.js +1 -1
- package/dist/models/paginatedVariantSuggestionList.d.ts +1 -1
- package/dist/models/paginatedVariantSuggestionList.js +1 -1
- package/dist/models/paginatedVariantUpdateSuggestionList.d.ts +51 -0
- package/dist/models/paginatedVariantUpdateSuggestionList.js +64 -0
- package/dist/models/paginatedVariantUpdateSuggestionList.js.map +1 -0
- package/dist/models/paginatedWebsitePropertyList.d.ts +1 -1
- package/dist/models/paginatedWebsitePropertyList.js +1 -1
- package/dist/models/patchedUserDetailRequest.d.ts +1 -1
- package/dist/models/patchedUserDetailRequest.js +1 -1
- package/dist/models/patchedVariantSuggestionRequest.d.ts +2 -2
- package/dist/models/patchedVariantSuggestionRequest.js +1 -1
- package/dist/models/patchedVariantUpdateSuggestionRequest.d.ts +64 -0
- package/dist/models/patchedVariantUpdateSuggestionRequest.js +59 -0
- package/dist/models/patchedVariantUpdateSuggestionRequest.js.map +1 -0
- package/dist/models/suggestionStatusEnum.d.ts +32 -0
- package/dist/models/suggestionStatusEnum.js +61 -0
- package/dist/models/suggestionStatusEnum.js.map +1 -0
- package/dist/models/template.d.ts +1 -1
- package/dist/models/template.js +1 -1
- package/dist/models/templateInVariant.d.ts +1 -1
- package/dist/models/templateInVariant.js +1 -1
- package/dist/models/templateRequiredInVariantSuggestion.d.ts +1 -1
- package/dist/models/templateRequiredInVariantSuggestion.js +1 -1
- package/dist/models/templateRequiredInVariantSuggestionRequest.d.ts +1 -1
- package/dist/models/templateRequiredInVariantSuggestionRequest.js +1 -1
- package/dist/models/tokenObtainPair.d.ts +1 -1
- package/dist/models/tokenObtainPair.js +1 -1
- package/dist/models/tokenObtainPairRequest.d.ts +1 -1
- package/dist/models/tokenObtainPairRequest.js +1 -1
- package/dist/models/tokenRefresh.d.ts +1 -1
- package/dist/models/tokenRefresh.js +1 -1
- package/dist/models/tokenRefreshRequest.d.ts +1 -1
- package/dist/models/tokenRefreshRequest.js +1 -1
- package/dist/models/tokenVerifyRequest.d.ts +1 -1
- package/dist/models/tokenVerifyRequest.js +1 -1
- package/dist/models/user.d.ts +1 -1
- package/dist/models/user.js +1 -1
- package/dist/models/userDetail.d.ts +1 -1
- package/dist/models/userDetail.js +1 -1
- package/dist/models/userDetailRequest.d.ts +1 -1
- package/dist/models/userDetailRequest.js +1 -1
- package/dist/models/userRequest.d.ts +1 -1
- package/dist/models/userRequest.js +1 -1
- package/dist/models/variant.d.ts +1 -1
- package/dist/models/variant.js +1 -1
- package/dist/models/variantAlias.d.ts +1 -1
- package/dist/models/variantAlias.js +1 -1
- package/dist/models/variantInVariantUpdateSuggestion.d.ts +38 -0
- package/dist/models/variantInVariantUpdateSuggestion.js +55 -0
- package/dist/models/variantInVariantUpdateSuggestion.js.map +1 -0
- package/dist/models/variantInVariantUpdateSuggestionRequest.d.ts +38 -0
- package/dist/models/variantInVariantUpdateSuggestionRequest.js +53 -0
- package/dist/models/variantInVariantUpdateSuggestionRequest.js.map +1 -0
- package/dist/models/variantLegalities.d.ts +1 -1
- package/dist/models/variantLegalities.js +1 -1
- package/dist/models/variantPrices.d.ts +1 -1
- package/dist/models/variantPrices.js +1 -1
- package/dist/models/variantStatusEnum.d.ts +1 -1
- package/dist/models/variantStatusEnum.js +1 -1
- package/dist/models/variantSuggestion.d.ts +5 -5
- package/dist/models/variantSuggestion.js +3 -3
- package/dist/models/variantSuggestion.js.map +1 -1
- package/dist/models/variantSuggestionRequest.d.ts +2 -2
- package/dist/models/variantSuggestionRequest.js +1 -1
- package/dist/models/variantUpdateSuggestion.d.ts +96 -0
- package/dist/models/variantUpdateSuggestion.js +83 -0
- package/dist/models/variantUpdateSuggestion.js.map +1 -0
- package/dist/models/variantUpdateSuggestionRequest.d.ts +64 -0
- package/dist/models/variantUpdateSuggestionRequest.js +63 -0
- package/dist/models/variantUpdateSuggestionRequest.js.map +1 -0
- package/dist/models/variantsQueryValidationError.d.ts +1 -1
- package/dist/models/variantsQueryValidationError.js +1 -1
- package/dist/models/websiteProperty.d.ts +1 -1
- package/dist/models/websiteProperty.js +1 -1
- package/dist/models/zoneLocationsEnum.d.ts +1 -1
- package/dist/models/zoneLocationsEnum.js +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/spellbook-client/apis/cardListFromTextApi.ts +1 -1
- package/spellbook-client/apis/cardListFromUrlApi.ts +1 -1
- package/spellbook-client/apis/cardsApi.ts +1 -1
- package/spellbook-client/apis/defaultApi.ts +1 -1
- package/spellbook-client/apis/estimateBracketApi.ts +1 -1
- package/spellbook-client/apis/featuresApi.ts +1 -1
- package/spellbook-client/apis/findMyCombosApi.ts +1 -1
- package/spellbook-client/apis/index.ts +1 -0
- package/spellbook-client/apis/propertiesApi.ts +1 -1
- package/spellbook-client/apis/templatesApi.ts +1 -1
- package/spellbook-client/apis/tokenApi.ts +1 -1
- package/spellbook-client/apis/usersApi.ts +1 -1
- package/spellbook-client/apis/variantAliasesApi.ts +1 -1
- package/spellbook-client/apis/variantSuggestionsApi.ts +163 -1
- package/spellbook-client/apis/variantUpdateSuggestionsApi.ts +501 -0
- package/spellbook-client/apis/variantsApi.ts +1 -1
- package/spellbook-client/models/bracketTagEnum.ts +1 -1
- package/spellbook-client/models/card.ts +1 -1
- package/spellbook-client/models/cardDetail.ts +1 -1
- package/spellbook-client/models/cardInDeck.ts +1 -1
- package/spellbook-client/models/cardInDeckRequest.ts +1 -1
- package/spellbook-client/models/cardInVariant.ts +1 -1
- package/spellbook-client/models/cardLegalities.ts +1 -1
- package/spellbook-client/models/cardPrices.ts +1 -1
- package/spellbook-client/models/cardUsedInVariantSuggestion.ts +1 -1
- package/spellbook-client/models/cardUsedInVariantSuggestionRequest.ts +1 -1
- package/spellbook-client/models/combo.ts +1 -1
- package/spellbook-client/models/deck.ts +1 -1
- package/spellbook-client/models/deckRequest.ts +1 -1
- package/spellbook-client/models/estimateBracketResult.ts +1 -1
- package/spellbook-client/models/feature.ts +1 -1
- package/spellbook-client/models/featureOfCard.ts +1 -1
- package/spellbook-client/models/featureProducedByVariant.ts +1 -1
- package/spellbook-client/models/featureProducedInVariantSuggestion.ts +1 -1
- package/spellbook-client/models/featureProducedInVariantSuggestionRequest.ts +1 -1
- package/spellbook-client/models/featureStatusEnum.ts +1 -1
- package/spellbook-client/models/findMyCombosResponse.ts +1 -1
- package/spellbook-client/models/identityEnum.ts +1 -1
- package/spellbook-client/models/index.ts +8 -1
- package/spellbook-client/models/invalidUrlResponse.ts +1 -1
- package/spellbook-client/models/kindEnum.ts +59 -0
- package/spellbook-client/models/paginatedCardDetailList.ts +1 -1
- package/spellbook-client/models/paginatedFeatureList.ts +1 -1
- package/spellbook-client/models/paginatedFindMyCombosResponseList.ts +1 -1
- package/spellbook-client/models/paginatedFindMyCombosResponseListResults.ts +1 -1
- package/spellbook-client/models/paginatedTemplateList.ts +1 -1
- package/spellbook-client/models/paginatedUserDetailList.ts +1 -1
- package/spellbook-client/models/paginatedVariantAliasList.ts +1 -1
- package/spellbook-client/models/paginatedVariantList.ts +1 -1
- package/spellbook-client/models/paginatedVariantSuggestionList.ts +1 -1
- package/spellbook-client/models/paginatedVariantUpdateSuggestionList.ts +101 -0
- package/spellbook-client/models/paginatedWebsitePropertyList.ts +1 -1
- package/spellbook-client/models/patchedUserDetailRequest.ts +1 -1
- package/spellbook-client/models/patchedVariantSuggestionRequest.ts +2 -2
- package/spellbook-client/models/patchedVariantUpdateSuggestionRequest.ts +120 -0
- package/spellbook-client/models/suggestionStatusEnum.ts +59 -0
- package/spellbook-client/models/template.ts +1 -1
- package/spellbook-client/models/templateInVariant.ts +1 -1
- package/spellbook-client/models/templateRequiredInVariantSuggestion.ts +1 -1
- package/spellbook-client/models/templateRequiredInVariantSuggestionRequest.ts +1 -1
- package/spellbook-client/models/tokenObtainPair.ts +1 -1
- package/spellbook-client/models/tokenObtainPairRequest.ts +1 -1
- package/spellbook-client/models/tokenRefresh.ts +1 -1
- package/spellbook-client/models/tokenRefreshRequest.ts +1 -1
- package/spellbook-client/models/tokenVerifyRequest.ts +1 -1
- package/spellbook-client/models/user.ts +1 -1
- package/spellbook-client/models/userDetail.ts +1 -1
- package/spellbook-client/models/userDetailRequest.ts +1 -1
- package/spellbook-client/models/userRequest.ts +1 -1
- package/spellbook-client/models/variant.ts +1 -1
- package/spellbook-client/models/variantAlias.ts +1 -1
- package/spellbook-client/models/variantInVariantUpdateSuggestion.ts +75 -0
- package/spellbook-client/models/variantInVariantUpdateSuggestionRequest.ts +74 -0
- package/spellbook-client/models/variantLegalities.ts +1 -1
- package/spellbook-client/models/variantPrices.ts +1 -1
- package/spellbook-client/models/variantStatusEnum.ts +1 -1
- package/spellbook-client/models/variantSuggestion.ts +12 -12
- package/spellbook-client/models/variantSuggestionRequest.ts +2 -2
- package/spellbook-client/models/variantUpdateSuggestion.ts +177 -0
- package/spellbook-client/models/variantUpdateSuggestionRequest.ts +122 -0
- package/spellbook-client/models/variantsQueryValidationError.ts +1 -1
- package/spellbook-client/models/websiteProperty.ts +1 -1
- package/spellbook-client/models/zoneLocationsEnum.ts +1 -1
- package/spellbook-client/runtime.ts +1 -1
- package/dist/models/variantSuggestionStatusEnum.d.ts +0 -32
- package/dist/models/variantSuggestionStatusEnum.js +0 -61
- package/dist/models/variantSuggestionStatusEnum.js.map +0 -1
- package/spellbook-client/models/variantSuggestionStatusEnum.ts +0 -59
|
@@ -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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,6 +23,7 @@ export * from './featureStatusEnum';
|
|
|
23
23
|
export * from './findMyCombosResponse';
|
|
24
24
|
export * from './identityEnum';
|
|
25
25
|
export * from './invalidUrlResponse';
|
|
26
|
+
export * from './kindEnum';
|
|
26
27
|
export * from './paginatedCardDetailList';
|
|
27
28
|
export * from './paginatedFeatureList';
|
|
28
29
|
export * from './paginatedFindMyCombosResponseList';
|
|
@@ -32,9 +33,12 @@ export * from './paginatedUserDetailList';
|
|
|
32
33
|
export * from './paginatedVariantAliasList';
|
|
33
34
|
export * from './paginatedVariantList';
|
|
34
35
|
export * from './paginatedVariantSuggestionList';
|
|
36
|
+
export * from './paginatedVariantUpdateSuggestionList';
|
|
35
37
|
export * from './paginatedWebsitePropertyList';
|
|
36
38
|
export * from './patchedUserDetailRequest';
|
|
37
39
|
export * from './patchedVariantSuggestionRequest';
|
|
40
|
+
export * from './patchedVariantUpdateSuggestionRequest';
|
|
41
|
+
export * from './suggestionStatusEnum';
|
|
38
42
|
export * from './template';
|
|
39
43
|
export * from './templateInVariant';
|
|
40
44
|
export * from './templateRequiredInVariantSuggestion';
|
|
@@ -50,12 +54,15 @@ export * from './userDetailRequest';
|
|
|
50
54
|
export * from './userRequest';
|
|
51
55
|
export * from './variant';
|
|
52
56
|
export * from './variantAlias';
|
|
57
|
+
export * from './variantInVariantUpdateSuggestion';
|
|
58
|
+
export * from './variantInVariantUpdateSuggestionRequest';
|
|
53
59
|
export * from './variantLegalities';
|
|
54
60
|
export * from './variantPrices';
|
|
55
61
|
export * from './variantStatusEnum';
|
|
56
62
|
export * from './variantSuggestion';
|
|
57
63
|
export * from './variantSuggestionRequest';
|
|
58
|
-
export * from './
|
|
64
|
+
export * from './variantUpdateSuggestion';
|
|
65
|
+
export * from './variantUpdateSuggestionRequest';
|
|
59
66
|
export * from './variantsQueryValidationError';
|
|
60
67
|
export * from './websiteProperty';
|
|
61
68
|
export * from './zoneLocationsEnum';
|
|
@@ -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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,59 @@
|
|
|
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: 4.3.2
|
|
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
|
+
/**
|
|
16
|
+
* * `NW` - Not Working
|
|
17
|
+
* * `SE` - Spelling Error
|
|
18
|
+
* * `II` - Incorrect Info
|
|
19
|
+
* * `WC` - Wrong Card
|
|
20
|
+
* * `O` - Other
|
|
21
|
+
* @export
|
|
22
|
+
* @enum {string}
|
|
23
|
+
*/
|
|
24
|
+
export enum KindEnum {
|
|
25
|
+
Nw = 'NW',
|
|
26
|
+
Se = 'SE',
|
|
27
|
+
Ii = 'II',
|
|
28
|
+
Wc = 'WC',
|
|
29
|
+
O = 'O'
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
export function instanceOfKindEnum(value: any): boolean {
|
|
34
|
+
for (const key in KindEnum) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(KindEnum, key)) {
|
|
36
|
+
if (KindEnum[key as keyof typeof KindEnum] === value) {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function KindEnumFromJSON(json: any): KindEnum {
|
|
45
|
+
return KindEnumFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function KindEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KindEnum {
|
|
49
|
+
return json as KindEnum;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function KindEnumToJSON(value?: KindEnum | null): any {
|
|
53
|
+
return value as any;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function KindEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): KindEnum {
|
|
57
|
+
return value as KindEnum;
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,101 @@
|
|
|
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: 4.3.2
|
|
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 { VariantUpdateSuggestion } from './variantUpdateSuggestion';
|
|
17
|
+
import {
|
|
18
|
+
VariantUpdateSuggestionFromJSON,
|
|
19
|
+
VariantUpdateSuggestionFromJSONTyped,
|
|
20
|
+
VariantUpdateSuggestionToJSON,
|
|
21
|
+
VariantUpdateSuggestionToJSONTyped,
|
|
22
|
+
} from './variantUpdateSuggestion';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface PaginatedVariantUpdateSuggestionList
|
|
28
|
+
*/
|
|
29
|
+
export interface PaginatedVariantUpdateSuggestionList {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PaginatedVariantUpdateSuggestionList
|
|
34
|
+
*/
|
|
35
|
+
count: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PaginatedVariantUpdateSuggestionList
|
|
40
|
+
*/
|
|
41
|
+
next: string | null;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof PaginatedVariantUpdateSuggestionList
|
|
46
|
+
*/
|
|
47
|
+
previous: string | null;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {Array<VariantUpdateSuggestion>}
|
|
51
|
+
* @memberof PaginatedVariantUpdateSuggestionList
|
|
52
|
+
*/
|
|
53
|
+
results: Array<VariantUpdateSuggestion>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the PaginatedVariantUpdateSuggestionList interface.
|
|
58
|
+
*/
|
|
59
|
+
export function instanceOfPaginatedVariantUpdateSuggestionList(value: object): value is PaginatedVariantUpdateSuggestionList {
|
|
60
|
+
if (!('count' in value) || value['count'] === undefined) return false;
|
|
61
|
+
if (!('next' in value) || value['next'] === undefined) return false;
|
|
62
|
+
if (!('previous' in value) || value['previous'] === undefined) return false;
|
|
63
|
+
if (!('results' in value) || value['results'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function PaginatedVariantUpdateSuggestionListFromJSON(json: any): PaginatedVariantUpdateSuggestionList {
|
|
68
|
+
return PaginatedVariantUpdateSuggestionListFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function PaginatedVariantUpdateSuggestionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedVariantUpdateSuggestionList {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'count': json['count'],
|
|
78
|
+
'next': json['next'],
|
|
79
|
+
'previous': json['previous'],
|
|
80
|
+
'results': ((json['results'] as Array<any>).map(VariantUpdateSuggestionFromJSON)),
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function PaginatedVariantUpdateSuggestionListToJSON(json: any): PaginatedVariantUpdateSuggestionList {
|
|
85
|
+
return PaginatedVariantUpdateSuggestionListToJSONTyped(json, false);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function PaginatedVariantUpdateSuggestionListToJSONTyped(value?: PaginatedVariantUpdateSuggestionList | null, ignoreDiscriminator: boolean = false): any {
|
|
89
|
+
if (value == null) {
|
|
90
|
+
return value;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return {
|
|
94
|
+
|
|
95
|
+
'count': value['count'],
|
|
96
|
+
'next': value['next'],
|
|
97
|
+
'previous': value['previous'],
|
|
98
|
+
'results': ((value['results'] as Array<any>).map(VariantUpdateSuggestionToJSON)),
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
@@ -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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -96,7 +96,7 @@ export interface PatchedVariantSuggestionRequest {
|
|
|
96
96
|
*/
|
|
97
97
|
spoiler?: boolean;
|
|
98
98
|
/**
|
|
99
|
-
* Comment written by the user that suggested this
|
|
99
|
+
* Comment written by the user that suggested this
|
|
100
100
|
* @type {string}
|
|
101
101
|
* @memberof PatchedVariantSuggestionRequest
|
|
102
102
|
*/
|
|
@@ -0,0 +1,120 @@
|
|
|
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: 4.3.2
|
|
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 { KindEnum } from './kindEnum';
|
|
17
|
+
import {
|
|
18
|
+
KindEnumFromJSON,
|
|
19
|
+
KindEnumFromJSONTyped,
|
|
20
|
+
KindEnumToJSON,
|
|
21
|
+
KindEnumToJSONTyped,
|
|
22
|
+
} from './kindEnum';
|
|
23
|
+
import type { VariantInVariantUpdateSuggestionRequest } from './variantInVariantUpdateSuggestionRequest';
|
|
24
|
+
import {
|
|
25
|
+
VariantInVariantUpdateSuggestionRequestFromJSON,
|
|
26
|
+
VariantInVariantUpdateSuggestionRequestFromJSONTyped,
|
|
27
|
+
VariantInVariantUpdateSuggestionRequestToJSON,
|
|
28
|
+
VariantInVariantUpdateSuggestionRequestToJSONTyped,
|
|
29
|
+
} from './variantInVariantUpdateSuggestionRequest';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface PatchedVariantUpdateSuggestionRequest
|
|
35
|
+
*/
|
|
36
|
+
export interface PatchedVariantUpdateSuggestionRequest {
|
|
37
|
+
/**
|
|
38
|
+
* Type of suggestion
|
|
39
|
+
*
|
|
40
|
+
* * `NW` - Not Working
|
|
41
|
+
* * `SE` - Spelling Error
|
|
42
|
+
* * `II` - Incorrect Info
|
|
43
|
+
* * `WC` - Wrong Card
|
|
44
|
+
* * `O` - Other
|
|
45
|
+
* @type {KindEnum}
|
|
46
|
+
* @memberof PatchedVariantUpdateSuggestionRequest
|
|
47
|
+
*/
|
|
48
|
+
kind?: KindEnum;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {Array<VariantInVariantUpdateSuggestionRequest>}
|
|
52
|
+
* @memberof PatchedVariantUpdateSuggestionRequest
|
|
53
|
+
*/
|
|
54
|
+
variants?: Array<VariantInVariantUpdateSuggestionRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* Description of the problem
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof PatchedVariantUpdateSuggestionRequest
|
|
59
|
+
*/
|
|
60
|
+
issue?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Description of the solution
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof PatchedVariantUpdateSuggestionRequest
|
|
65
|
+
*/
|
|
66
|
+
solution?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Comment written by the user that suggested this
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof PatchedVariantUpdateSuggestionRequest
|
|
71
|
+
*/
|
|
72
|
+
comment?: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Check if a given object implements the PatchedVariantUpdateSuggestionRequest interface.
|
|
79
|
+
*/
|
|
80
|
+
export function instanceOfPatchedVariantUpdateSuggestionRequest(value: object): value is PatchedVariantUpdateSuggestionRequest {
|
|
81
|
+
return true;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function PatchedVariantUpdateSuggestionRequestFromJSON(json: any): PatchedVariantUpdateSuggestionRequest {
|
|
85
|
+
return PatchedVariantUpdateSuggestionRequestFromJSONTyped(json, false);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function PatchedVariantUpdateSuggestionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedVariantUpdateSuggestionRequest {
|
|
89
|
+
if (json == null) {
|
|
90
|
+
return json;
|
|
91
|
+
}
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'kind': json['kind'] == null ? undefined : KindEnumFromJSON(json['kind']),
|
|
95
|
+
'variants': json['variants'] == null ? undefined : ((json['variants'] as Array<any>).map(VariantInVariantUpdateSuggestionRequestFromJSON)),
|
|
96
|
+
'issue': json['issue'] == null ? undefined : json['issue'],
|
|
97
|
+
'solution': json['solution'] == null ? undefined : json['solution'],
|
|
98
|
+
'comment': json['comment'] == null ? undefined : json['comment'],
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export function PatchedVariantUpdateSuggestionRequestToJSON(json: any): PatchedVariantUpdateSuggestionRequest {
|
|
103
|
+
return PatchedVariantUpdateSuggestionRequestToJSONTyped(json, false);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export function PatchedVariantUpdateSuggestionRequestToJSONTyped(value?: PatchedVariantUpdateSuggestionRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
107
|
+
if (value == null) {
|
|
108
|
+
return value;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
return {
|
|
112
|
+
|
|
113
|
+
'kind': KindEnumToJSON(value['kind']),
|
|
114
|
+
'variants': value['variants'] == null ? undefined : ((value['variants'] as Array<any>).map(VariantInVariantUpdateSuggestionRequestToJSON)),
|
|
115
|
+
'issue': value['issue'],
|
|
116
|
+
'solution': value['solution'],
|
|
117
|
+
'comment': value['comment'],
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
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: 4.3.2
|
|
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
|
+
/**
|
|
16
|
+
* * `N` - New
|
|
17
|
+
* * `AD` - Awaiting Discussion
|
|
18
|
+
* * `PA` - Pending Approval
|
|
19
|
+
* * `A` - Accepted
|
|
20
|
+
* * `R` - Rejected
|
|
21
|
+
* @export
|
|
22
|
+
* @enum {string}
|
|
23
|
+
*/
|
|
24
|
+
export enum SuggestionStatusEnum {
|
|
25
|
+
N = 'N',
|
|
26
|
+
Ad = 'AD',
|
|
27
|
+
Pa = 'PA',
|
|
28
|
+
A = 'A',
|
|
29
|
+
R = 'R'
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
export function instanceOfSuggestionStatusEnum(value: any): boolean {
|
|
34
|
+
for (const key in SuggestionStatusEnum) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(SuggestionStatusEnum, key)) {
|
|
36
|
+
if (SuggestionStatusEnum[key as keyof typeof SuggestionStatusEnum] === value) {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function SuggestionStatusEnumFromJSON(json: any): SuggestionStatusEnum {
|
|
45
|
+
return SuggestionStatusEnumFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function SuggestionStatusEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuggestionStatusEnum {
|
|
49
|
+
return json as SuggestionStatusEnum;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function SuggestionStatusEnumToJSON(value?: SuggestionStatusEnum | null): any {
|
|
53
|
+
return value as any;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function SuggestionStatusEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): SuggestionStatusEnum {
|
|
57
|
+
return value as SuggestionStatusEnum;
|
|
58
|
+
}
|
|
59
|
+
|
|
@@ -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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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: 4.2
|
|
7
|
+
* The version of the OpenAPI document: 4.3.2
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|