@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/combo.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/combo.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/deck.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/deck.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/feature.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/feature.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export * from './featureStatusEnum';
|
|
|
21
21
|
export * from './findMyCombosResponse';
|
|
22
22
|
export * from './identityEnum';
|
|
23
23
|
export * from './invalidUrlResponse';
|
|
24
|
+
export * from './kindEnum';
|
|
24
25
|
export * from './paginatedCardDetailList';
|
|
25
26
|
export * from './paginatedFeatureList';
|
|
26
27
|
export * from './paginatedFindMyCombosResponseList';
|
|
@@ -30,9 +31,12 @@ export * from './paginatedUserDetailList';
|
|
|
30
31
|
export * from './paginatedVariantAliasList';
|
|
31
32
|
export * from './paginatedVariantList';
|
|
32
33
|
export * from './paginatedVariantSuggestionList';
|
|
34
|
+
export * from './paginatedVariantUpdateSuggestionList';
|
|
33
35
|
export * from './paginatedWebsitePropertyList';
|
|
34
36
|
export * from './patchedUserDetailRequest';
|
|
35
37
|
export * from './patchedVariantSuggestionRequest';
|
|
38
|
+
export * from './patchedVariantUpdateSuggestionRequest';
|
|
39
|
+
export * from './suggestionStatusEnum';
|
|
36
40
|
export * from './template';
|
|
37
41
|
export * from './templateInVariant';
|
|
38
42
|
export * from './templateRequiredInVariantSuggestion';
|
|
@@ -48,12 +52,15 @@ export * from './userDetailRequest';
|
|
|
48
52
|
export * from './userRequest';
|
|
49
53
|
export * from './variant';
|
|
50
54
|
export * from './variantAlias';
|
|
55
|
+
export * from './variantInVariantUpdateSuggestion';
|
|
56
|
+
export * from './variantInVariantUpdateSuggestionRequest';
|
|
51
57
|
export * from './variantLegalities';
|
|
52
58
|
export * from './variantPrices';
|
|
53
59
|
export * from './variantStatusEnum';
|
|
54
60
|
export * from './variantSuggestion';
|
|
55
61
|
export * from './variantSuggestionRequest';
|
|
56
|
-
export * from './
|
|
62
|
+
export * from './variantUpdateSuggestion';
|
|
63
|
+
export * from './variantUpdateSuggestionRequest';
|
|
57
64
|
export * from './variantsQueryValidationError';
|
|
58
65
|
export * from './websiteProperty';
|
|
59
66
|
export * from './zoneLocationsEnum';
|
package/dist/models/index.js
CHANGED
|
@@ -39,6 +39,7 @@ __exportStar(require("./featureStatusEnum"), exports);
|
|
|
39
39
|
__exportStar(require("./findMyCombosResponse"), exports);
|
|
40
40
|
__exportStar(require("./identityEnum"), exports);
|
|
41
41
|
__exportStar(require("./invalidUrlResponse"), exports);
|
|
42
|
+
__exportStar(require("./kindEnum"), exports);
|
|
42
43
|
__exportStar(require("./paginatedCardDetailList"), exports);
|
|
43
44
|
__exportStar(require("./paginatedFeatureList"), exports);
|
|
44
45
|
__exportStar(require("./paginatedFindMyCombosResponseList"), exports);
|
|
@@ -48,9 +49,12 @@ __exportStar(require("./paginatedUserDetailList"), exports);
|
|
|
48
49
|
__exportStar(require("./paginatedVariantAliasList"), exports);
|
|
49
50
|
__exportStar(require("./paginatedVariantList"), exports);
|
|
50
51
|
__exportStar(require("./paginatedVariantSuggestionList"), exports);
|
|
52
|
+
__exportStar(require("./paginatedVariantUpdateSuggestionList"), exports);
|
|
51
53
|
__exportStar(require("./paginatedWebsitePropertyList"), exports);
|
|
52
54
|
__exportStar(require("./patchedUserDetailRequest"), exports);
|
|
53
55
|
__exportStar(require("./patchedVariantSuggestionRequest"), exports);
|
|
56
|
+
__exportStar(require("./patchedVariantUpdateSuggestionRequest"), exports);
|
|
57
|
+
__exportStar(require("./suggestionStatusEnum"), exports);
|
|
54
58
|
__exportStar(require("./template"), exports);
|
|
55
59
|
__exportStar(require("./templateInVariant"), exports);
|
|
56
60
|
__exportStar(require("./templateRequiredInVariantSuggestion"), exports);
|
|
@@ -66,12 +70,15 @@ __exportStar(require("./userDetailRequest"), exports);
|
|
|
66
70
|
__exportStar(require("./userRequest"), exports);
|
|
67
71
|
__exportStar(require("./variant"), exports);
|
|
68
72
|
__exportStar(require("./variantAlias"), exports);
|
|
73
|
+
__exportStar(require("./variantInVariantUpdateSuggestion"), exports);
|
|
74
|
+
__exportStar(require("./variantInVariantUpdateSuggestionRequest"), exports);
|
|
69
75
|
__exportStar(require("./variantLegalities"), exports);
|
|
70
76
|
__exportStar(require("./variantPrices"), exports);
|
|
71
77
|
__exportStar(require("./variantStatusEnum"), exports);
|
|
72
78
|
__exportStar(require("./variantSuggestion"), exports);
|
|
73
79
|
__exportStar(require("./variantSuggestionRequest"), exports);
|
|
74
|
-
__exportStar(require("./
|
|
80
|
+
__exportStar(require("./variantUpdateSuggestion"), exports);
|
|
81
|
+
__exportStar(require("./variantUpdateSuggestionRequest"), exports);
|
|
75
82
|
__exportStar(require("./variantsQueryValidationError"), exports);
|
|
76
83
|
__exportStar(require("./websiteProperty"), exports);
|
|
77
84
|
__exportStar(require("./zoneLocationsEnum"), exports);
|
package/dist/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../spellbook-client/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,mDAAiC;AACjC,yCAAuB;AACvB,+CAA6B;AAC7B,+CAA6B;AAC7B,sDAAoC;AACpC,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,gEAA8C;AAC9C,uEAAqD;AACrD,0CAAwB;AACxB,yCAAuB;AACvB,gDAA8B;AAC9B,0DAAwC;AACxC,4CAA0B;AAC1B,kDAAgC;AAChC,6DAA2C;AAC3C,uEAAqD;AACrD,8EAA4D;AAC5D,sDAAoC;AACpC,yDAAuC;AACvC,iDAA+B;AAC/B,uDAAqC;AACrC,4DAA0C;AAC1C,yDAAuC;AACvC,sEAAoD;AACpD,6EAA2D;AAC3D,0DAAwC;AACxC,4DAA0C;AAC1C,8DAA4C;AAC5C,yDAAuC;AACvC,mEAAiD;AACjD,iEAA+C;AAC/C,6DAA2C;AAC3C,oEAAkD;AAClD,6CAA2B;AAC3B,sDAAoC;AACpC,wEAAsD;AACtD,+EAA6D;AAC7D,oDAAkC;AAClC,2DAAyC;AACzC,iDAA+B;AAC/B,wDAAsC;AACtC,uDAAqC;AACrC,yCAAuB;AACvB,+CAA6B;AAC7B,sDAAoC;AACpC,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,sDAAoC;AACpC,kDAAgC;AAChC,sDAAoC;AACpC,sDAAoC;AACpC,6DAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../spellbook-client/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,mDAAiC;AACjC,yCAAuB;AACvB,+CAA6B;AAC7B,+CAA6B;AAC7B,sDAAoC;AACpC,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,gEAA8C;AAC9C,uEAAqD;AACrD,0CAAwB;AACxB,yCAAuB;AACvB,gDAA8B;AAC9B,0DAAwC;AACxC,4CAA0B;AAC1B,kDAAgC;AAChC,6DAA2C;AAC3C,uEAAqD;AACrD,8EAA4D;AAC5D,sDAAoC;AACpC,yDAAuC;AACvC,iDAA+B;AAC/B,uDAAqC;AACrC,6CAA2B;AAC3B,4DAA0C;AAC1C,yDAAuC;AACvC,sEAAoD;AACpD,6EAA2D;AAC3D,0DAAwC;AACxC,4DAA0C;AAC1C,8DAA4C;AAC5C,yDAAuC;AACvC,mEAAiD;AACjD,yEAAuD;AACvD,iEAA+C;AAC/C,6DAA2C;AAC3C,oEAAkD;AAClD,0EAAwD;AACxD,yDAAuC;AACvC,6CAA2B;AAC3B,sDAAoC;AACpC,wEAAsD;AACtD,+EAA6D;AAC7D,oDAAkC;AAClC,2DAAyC;AACzC,iDAA+B;AAC/B,wDAAsC;AACtC,uDAAqC;AACrC,yCAAuB;AACvB,+CAA6B;AAC7B,sDAAoC;AACpC,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,qEAAmD;AACnD,4EAA0D;AAC1D,sDAAoC;AACpC,kDAAgC;AAChC,sDAAoC;AACpC,sDAAoC;AACpC,6DAA2C;AAC3C,4DAA0C;AAC1C,mEAAiD;AACjD,iEAA+C;AAC/C,oDAAkC;AAClC,sDAAoC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Commander Spellbook API
|
|
3
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* * `NW` - Not Working
|
|
14
|
+
* * `SE` - Spelling Error
|
|
15
|
+
* * `II` - Incorrect Info
|
|
16
|
+
* * `WC` - Wrong Card
|
|
17
|
+
* * `O` - Other
|
|
18
|
+
* @export
|
|
19
|
+
* @enum {string}
|
|
20
|
+
*/
|
|
21
|
+
export declare enum KindEnum {
|
|
22
|
+
Nw = "NW",
|
|
23
|
+
Se = "SE",
|
|
24
|
+
Ii = "II",
|
|
25
|
+
Wc = "WC",
|
|
26
|
+
O = "O"
|
|
27
|
+
}
|
|
28
|
+
export declare function instanceOfKindEnum(value: any): boolean;
|
|
29
|
+
export declare function KindEnumFromJSON(json: any): KindEnum;
|
|
30
|
+
export declare function KindEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KindEnum;
|
|
31
|
+
export declare function KindEnumToJSON(value?: KindEnum | null): any;
|
|
32
|
+
export declare function KindEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): KindEnum;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Commander Spellbook API
|
|
6
|
+
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.KindEnum = void 0;
|
|
17
|
+
exports.instanceOfKindEnum = instanceOfKindEnum;
|
|
18
|
+
exports.KindEnumFromJSON = KindEnumFromJSON;
|
|
19
|
+
exports.KindEnumFromJSONTyped = KindEnumFromJSONTyped;
|
|
20
|
+
exports.KindEnumToJSON = KindEnumToJSON;
|
|
21
|
+
exports.KindEnumToJSONTyped = KindEnumToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* * `NW` - Not Working
|
|
24
|
+
* * `SE` - Spelling Error
|
|
25
|
+
* * `II` - Incorrect Info
|
|
26
|
+
* * `WC` - Wrong Card
|
|
27
|
+
* * `O` - Other
|
|
28
|
+
* @export
|
|
29
|
+
* @enum {string}
|
|
30
|
+
*/
|
|
31
|
+
var KindEnum;
|
|
32
|
+
(function (KindEnum) {
|
|
33
|
+
KindEnum["Nw"] = "NW";
|
|
34
|
+
KindEnum["Se"] = "SE";
|
|
35
|
+
KindEnum["Ii"] = "II";
|
|
36
|
+
KindEnum["Wc"] = "WC";
|
|
37
|
+
KindEnum["O"] = "O";
|
|
38
|
+
})(KindEnum || (exports.KindEnum = KindEnum = {}));
|
|
39
|
+
function instanceOfKindEnum(value) {
|
|
40
|
+
for (const key in KindEnum) {
|
|
41
|
+
if (Object.prototype.hasOwnProperty.call(KindEnum, key)) {
|
|
42
|
+
if (KindEnum[key] === value) {
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
function KindEnumFromJSON(json) {
|
|
50
|
+
return KindEnumFromJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function KindEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
53
|
+
return json;
|
|
54
|
+
}
|
|
55
|
+
function KindEnumToJSON(value) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
function KindEnumToJSONTyped(value, ignoreDiscriminator) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=kindEnum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kindEnum.js","sourceRoot":"","sources":["../../spellbook-client/models/kindEnum.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoBH,gDASC;AAED,4CAEC;AAED,sDAEC;AAED,wCAEC;AAED,kDAEC;AA3CD;;;;;;;;GAQG;AACH,IAAY,QAMX;AAND,WAAY,QAAQ;IAChB,qBAAS,CAAA;IACT,qBAAS,CAAA;IACT,qBAAS,CAAA;IACT,qBAAS,CAAA;IACT,mBAAO,CAAA;AACX,CAAC,EANW,QAAQ,wBAAR,QAAQ,QAMnB;AAGD,SAAgB,kBAAkB,CAAC,KAAU;IACzC,KAAK,MAAM,GAAG,IAAI,QAAQ,EAAE,CAAC;QACzB,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,QAAQ,EAAE,GAAG,CAAC,EAAE,CAAC;YACtD,IAAI,QAAQ,CAAC,GAA4B,CAAC,KAAK,KAAK,EAAE,CAAC;gBACnD,OAAO,IAAI,CAAC;YAChB,CAAC;QACL,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC;AAED,SAAgB,gBAAgB,CAAC,IAAS;IACtC,OAAO,qBAAqB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9C,CAAC;AAED,SAAgB,qBAAqB,CAAC,IAAS,EAAE,mBAA4B;IACzE,OAAO,IAAgB,CAAC;AAC5B,CAAC;AAED,SAAgB,cAAc,CAAC,KAAuB;IAClD,OAAO,KAAY,CAAC;AACxB,CAAC;AAED,SAAgB,mBAAmB,CAAC,KAAU,EAAE,mBAA4B;IACxE,OAAO,KAAiB,CAAC;AAC7B,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Commander Spellbook API
|
|
3
3
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Commander Spellbook API
|
|
6
6
|
* API for Commander Spellbook, the combo database engine for Magic: The Gathering
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 4.2
|
|
8
|
+
* The version of the OpenAPI document: 4.3.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|