@space-cow-media/spellbook-client 3.15.4 → 4.0.1

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.
Files changed (237) hide show
  1. package/dist/apis/cardListFromTextApi.d.ts +1 -1
  2. package/dist/apis/cardListFromTextApi.js +1 -1
  3. package/dist/apis/cardListFromUrlApi.d.ts +1 -1
  4. package/dist/apis/cardListFromUrlApi.js +1 -1
  5. package/dist/apis/cardsApi.d.ts +1 -1
  6. package/dist/apis/cardsApi.js +1 -1
  7. package/dist/apis/defaultApi.d.ts +1 -1
  8. package/dist/apis/defaultApi.js +1 -1
  9. package/dist/apis/estimateBracketApi.d.ts +3 -7
  10. package/dist/apis/estimateBracketApi.js +5 -11
  11. package/dist/apis/estimateBracketApi.js.map +1 -1
  12. package/dist/apis/featuresApi.d.ts +1 -1
  13. package/dist/apis/featuresApi.js +1 -1
  14. package/dist/apis/findMyCombosApi.d.ts +1 -1
  15. package/dist/apis/findMyCombosApi.js +1 -1
  16. package/dist/apis/propertiesApi.d.ts +1 -1
  17. package/dist/apis/propertiesApi.js +1 -1
  18. package/dist/apis/templatesApi.d.ts +1 -1
  19. package/dist/apis/templatesApi.js +1 -1
  20. package/dist/apis/tokenApi.d.ts +1 -1
  21. package/dist/apis/tokenApi.js +1 -1
  22. package/dist/apis/usersApi.d.ts +1 -1
  23. package/dist/apis/usersApi.js +1 -1
  24. package/dist/apis/variantAliasesApi.d.ts +1 -1
  25. package/dist/apis/variantAliasesApi.js +1 -1
  26. package/dist/apis/variantSuggestionsApi.d.ts +1 -1
  27. package/dist/apis/variantSuggestionsApi.js +1 -1
  28. package/dist/apis/variantsApi.d.ts +1 -1
  29. package/dist/apis/variantsApi.js +1 -1
  30. package/dist/models/bracketEnum.d.ts +34 -0
  31. package/dist/models/bracketEnum.js +63 -0
  32. package/dist/models/bracketEnum.js.map +1 -0
  33. package/dist/models/card.d.ts +1 -1
  34. package/dist/models/card.js +1 -1
  35. package/dist/models/cardDetail.d.ts +9 -9
  36. package/dist/models/cardDetail.js +8 -8
  37. package/dist/models/cardDetail.js.map +1 -1
  38. package/dist/models/cardInDeck.d.ts +1 -1
  39. package/dist/models/cardInDeck.js +1 -1
  40. package/dist/models/cardInDeckRequest.d.ts +1 -1
  41. package/dist/models/cardInDeckRequest.js +1 -1
  42. package/dist/models/cardInVariant.d.ts +1 -1
  43. package/dist/models/cardInVariant.js +1 -1
  44. package/dist/models/cardLegalities.d.ts +1 -1
  45. package/dist/models/cardLegalities.js +1 -1
  46. package/dist/models/cardPrices.d.ts +1 -1
  47. package/dist/models/cardPrices.js +1 -1
  48. package/dist/models/cardUsedInVariantSuggestion.d.ts +1 -1
  49. package/dist/models/cardUsedInVariantSuggestion.js +1 -1
  50. package/dist/models/cardUsedInVariantSuggestionRequest.d.ts +1 -1
  51. package/dist/models/cardUsedInVariantSuggestionRequest.js +1 -1
  52. package/dist/models/combo.d.ts +1 -1
  53. package/dist/models/combo.js +1 -1
  54. package/dist/models/deck.d.ts +1 -1
  55. package/dist/models/deck.js +1 -1
  56. package/dist/models/deckRequest.d.ts +1 -1
  57. package/dist/models/deckRequest.js +1 -1
  58. package/dist/models/estimateBracketResult.d.ts +61 -12
  59. package/dist/models/estimateBracketResult.js +57 -24
  60. package/dist/models/estimateBracketResult.js.map +1 -1
  61. package/dist/models/feature.d.ts +13 -1
  62. package/dist/models/feature.js +6 -1
  63. package/dist/models/feature.js.map +1 -1
  64. package/dist/models/featureOfCard.d.ts +1 -1
  65. package/dist/models/featureOfCard.js +1 -1
  66. package/dist/models/featureProducedByVariant.d.ts +1 -1
  67. package/dist/models/featureProducedByVariant.js +1 -1
  68. package/dist/models/featureProducedInVariantSuggestion.d.ts +1 -1
  69. package/dist/models/featureProducedInVariantSuggestion.js +1 -1
  70. package/dist/models/featureProducedInVariantSuggestionRequest.d.ts +1 -1
  71. package/dist/models/featureProducedInVariantSuggestionRequest.js +1 -1
  72. package/dist/models/featureStatusEnum.d.ts +30 -0
  73. package/dist/models/featureStatusEnum.js +59 -0
  74. package/dist/models/featureStatusEnum.js.map +1 -0
  75. package/dist/models/findMyCombosResponse.d.ts +1 -1
  76. package/dist/models/findMyCombosResponse.js +1 -1
  77. package/dist/models/identityEnum.d.ts +1 -1
  78. package/dist/models/identityEnum.js +1 -1
  79. package/dist/models/index.d.ts +2 -0
  80. package/dist/models/index.js +2 -0
  81. package/dist/models/index.js.map +1 -1
  82. package/dist/models/invalidUrlResponse.d.ts +1 -1
  83. package/dist/models/invalidUrlResponse.js +1 -1
  84. package/dist/models/paginatedCardDetailList.d.ts +1 -1
  85. package/dist/models/paginatedCardDetailList.js +1 -1
  86. package/dist/models/paginatedFeatureList.d.ts +1 -1
  87. package/dist/models/paginatedFeatureList.js +1 -1
  88. package/dist/models/paginatedFindMyCombosResponseList.d.ts +1 -1
  89. package/dist/models/paginatedFindMyCombosResponseList.js +1 -1
  90. package/dist/models/paginatedFindMyCombosResponseListResults.d.ts +1 -1
  91. package/dist/models/paginatedFindMyCombosResponseListResults.js +1 -1
  92. package/dist/models/paginatedTemplateList.d.ts +1 -1
  93. package/dist/models/paginatedTemplateList.js +1 -1
  94. package/dist/models/paginatedUserDetailList.d.ts +1 -1
  95. package/dist/models/paginatedUserDetailList.js +1 -1
  96. package/dist/models/paginatedVariantAliasList.d.ts +1 -1
  97. package/dist/models/paginatedVariantAliasList.js +1 -1
  98. package/dist/models/paginatedVariantList.d.ts +1 -1
  99. package/dist/models/paginatedVariantList.js +1 -1
  100. package/dist/models/paginatedVariantSuggestionList.d.ts +1 -1
  101. package/dist/models/paginatedVariantSuggestionList.js +1 -1
  102. package/dist/models/paginatedWebsitePropertyList.d.ts +1 -1
  103. package/dist/models/paginatedWebsitePropertyList.js +1 -1
  104. package/dist/models/patchedUserDetailRequest.d.ts +1 -1
  105. package/dist/models/patchedUserDetailRequest.js +1 -1
  106. package/dist/models/patchedVariantSuggestionRequest.d.ts +9 -3
  107. package/dist/models/patchedVariantSuggestionRequest.js +5 -3
  108. package/dist/models/patchedVariantSuggestionRequest.js.map +1 -1
  109. package/dist/models/template.d.ts +1 -1
  110. package/dist/models/template.js +1 -1
  111. package/dist/models/templateInVariant.d.ts +1 -1
  112. package/dist/models/templateInVariant.js +1 -1
  113. package/dist/models/templateRequiredInVariantSuggestion.d.ts +1 -1
  114. package/dist/models/templateRequiredInVariantSuggestion.js +1 -1
  115. package/dist/models/templateRequiredInVariantSuggestionRequest.d.ts +1 -1
  116. package/dist/models/templateRequiredInVariantSuggestionRequest.js +1 -1
  117. package/dist/models/tokenObtainPair.d.ts +1 -1
  118. package/dist/models/tokenObtainPair.js +1 -1
  119. package/dist/models/tokenObtainPairRequest.d.ts +1 -1
  120. package/dist/models/tokenObtainPairRequest.js +1 -1
  121. package/dist/models/tokenRefresh.d.ts +1 -1
  122. package/dist/models/tokenRefresh.js +1 -1
  123. package/dist/models/tokenRefreshRequest.d.ts +1 -1
  124. package/dist/models/tokenRefreshRequest.js +1 -1
  125. package/dist/models/tokenVerifyRequest.d.ts +1 -1
  126. package/dist/models/tokenVerifyRequest.js +1 -1
  127. package/dist/models/user.d.ts +1 -1
  128. package/dist/models/user.js +1 -1
  129. package/dist/models/userDetail.d.ts +1 -1
  130. package/dist/models/userDetail.js +1 -1
  131. package/dist/models/userDetailRequest.d.ts +1 -1
  132. package/dist/models/userDetailRequest.js +1 -1
  133. package/dist/models/userRequest.d.ts +1 -1
  134. package/dist/models/userRequest.js +1 -1
  135. package/dist/models/variant.d.ts +12 -6
  136. package/dist/models/variant.js +8 -5
  137. package/dist/models/variant.js.map +1 -1
  138. package/dist/models/variantAlias.d.ts +1 -1
  139. package/dist/models/variantAlias.js +1 -1
  140. package/dist/models/variantLegalities.d.ts +1 -1
  141. package/dist/models/variantLegalities.js +1 -1
  142. package/dist/models/variantPrices.d.ts +1 -1
  143. package/dist/models/variantPrices.js +1 -1
  144. package/dist/models/variantStatusEnum.d.ts +1 -1
  145. package/dist/models/variantStatusEnum.js +1 -1
  146. package/dist/models/variantSuggestion.d.ts +9 -3
  147. package/dist/models/variantSuggestion.js +8 -4
  148. package/dist/models/variantSuggestion.js.map +1 -1
  149. package/dist/models/variantSuggestionRequest.d.ts +9 -3
  150. package/dist/models/variantSuggestionRequest.js +5 -3
  151. package/dist/models/variantSuggestionRequest.js.map +1 -1
  152. package/dist/models/variantSuggestionStatusEnum.d.ts +1 -1
  153. package/dist/models/variantSuggestionStatusEnum.js +1 -1
  154. package/dist/models/variantsQueryValidationError.d.ts +1 -1
  155. package/dist/models/variantsQueryValidationError.js +1 -1
  156. package/dist/models/websiteProperty.d.ts +1 -1
  157. package/dist/models/websiteProperty.js +1 -1
  158. package/dist/models/zoneLocationsEnum.d.ts +1 -1
  159. package/dist/models/zoneLocationsEnum.js +1 -1
  160. package/dist/runtime.d.ts +1 -1
  161. package/dist/runtime.js +1 -1
  162. package/package.json +1 -1
  163. package/spellbook-client/apis/cardListFromTextApi.ts +1 -1
  164. package/spellbook-client/apis/cardListFromUrlApi.ts +1 -1
  165. package/spellbook-client/apis/cardsApi.ts +1 -1
  166. package/spellbook-client/apis/defaultApi.ts +1 -1
  167. package/spellbook-client/apis/estimateBracketApi.ts +4 -17
  168. package/spellbook-client/apis/featuresApi.ts +1 -1
  169. package/spellbook-client/apis/findMyCombosApi.ts +1 -1
  170. package/spellbook-client/apis/propertiesApi.ts +1 -1
  171. package/spellbook-client/apis/templatesApi.ts +1 -1
  172. package/spellbook-client/apis/tokenApi.ts +1 -1
  173. package/spellbook-client/apis/usersApi.ts +1 -1
  174. package/spellbook-client/apis/variantAliasesApi.ts +1 -1
  175. package/spellbook-client/apis/variantSuggestionsApi.ts +1 -1
  176. package/spellbook-client/apis/variantsApi.ts +1 -1
  177. package/spellbook-client/models/bracketEnum.ts +61 -0
  178. package/spellbook-client/models/card.ts +1 -1
  179. package/spellbook-client/models/cardDetail.ts +15 -15
  180. package/spellbook-client/models/cardInDeck.ts +1 -1
  181. package/spellbook-client/models/cardInDeckRequest.ts +1 -1
  182. package/spellbook-client/models/cardInVariant.ts +1 -1
  183. package/spellbook-client/models/cardLegalities.ts +1 -1
  184. package/spellbook-client/models/cardPrices.ts +1 -1
  185. package/spellbook-client/models/cardUsedInVariantSuggestion.ts +1 -1
  186. package/spellbook-client/models/cardUsedInVariantSuggestionRequest.ts +1 -1
  187. package/spellbook-client/models/combo.ts +1 -1
  188. package/spellbook-client/models/deck.ts +1 -1
  189. package/spellbook-client/models/deckRequest.ts +1 -1
  190. package/spellbook-client/models/estimateBracketResult.ts +116 -35
  191. package/spellbook-client/models/feature.ts +25 -1
  192. package/spellbook-client/models/featureOfCard.ts +1 -1
  193. package/spellbook-client/models/featureProducedByVariant.ts +1 -1
  194. package/spellbook-client/models/featureProducedInVariantSuggestion.ts +1 -1
  195. package/spellbook-client/models/featureProducedInVariantSuggestionRequest.ts +1 -1
  196. package/spellbook-client/models/featureStatusEnum.ts +57 -0
  197. package/spellbook-client/models/findMyCombosResponse.ts +1 -1
  198. package/spellbook-client/models/identityEnum.ts +1 -1
  199. package/spellbook-client/models/index.ts +2 -0
  200. package/spellbook-client/models/invalidUrlResponse.ts +1 -1
  201. package/spellbook-client/models/paginatedCardDetailList.ts +1 -1
  202. package/spellbook-client/models/paginatedFeatureList.ts +1 -1
  203. package/spellbook-client/models/paginatedFindMyCombosResponseList.ts +1 -1
  204. package/spellbook-client/models/paginatedFindMyCombosResponseListResults.ts +1 -1
  205. package/spellbook-client/models/paginatedTemplateList.ts +1 -1
  206. package/spellbook-client/models/paginatedUserDetailList.ts +1 -1
  207. package/spellbook-client/models/paginatedVariantAliasList.ts +1 -1
  208. package/spellbook-client/models/paginatedVariantList.ts +1 -1
  209. package/spellbook-client/models/paginatedVariantSuggestionList.ts +1 -1
  210. package/spellbook-client/models/paginatedWebsitePropertyList.ts +1 -1
  211. package/spellbook-client/models/patchedUserDetailRequest.ts +1 -1
  212. package/spellbook-client/models/patchedVariantSuggestionRequest.ts +13 -5
  213. package/spellbook-client/models/template.ts +1 -1
  214. package/spellbook-client/models/templateInVariant.ts +1 -1
  215. package/spellbook-client/models/templateRequiredInVariantSuggestion.ts +1 -1
  216. package/spellbook-client/models/templateRequiredInVariantSuggestionRequest.ts +1 -1
  217. package/spellbook-client/models/tokenObtainPair.ts +1 -1
  218. package/spellbook-client/models/tokenObtainPairRequest.ts +1 -1
  219. package/spellbook-client/models/tokenRefresh.ts +1 -1
  220. package/spellbook-client/models/tokenRefreshRequest.ts +1 -1
  221. package/spellbook-client/models/tokenVerifyRequest.ts +1 -1
  222. package/spellbook-client/models/user.ts +1 -1
  223. package/spellbook-client/models/userDetail.ts +1 -1
  224. package/spellbook-client/models/userDetailRequest.ts +1 -1
  225. package/spellbook-client/models/userRequest.ts +1 -1
  226. package/spellbook-client/models/variant.ts +18 -10
  227. package/spellbook-client/models/variantAlias.ts +1 -1
  228. package/spellbook-client/models/variantLegalities.ts +1 -1
  229. package/spellbook-client/models/variantPrices.ts +1 -1
  230. package/spellbook-client/models/variantStatusEnum.ts +1 -1
  231. package/spellbook-client/models/variantSuggestion.ts +15 -6
  232. package/spellbook-client/models/variantSuggestionRequest.ts +13 -5
  233. package/spellbook-client/models/variantSuggestionStatusEnum.ts +1 -1
  234. package/spellbook-client/models/variantsQueryValidationError.ts +1 -1
  235. package/spellbook-client/models/websiteProperty.ts +1 -1
  236. package/spellbook-client/models/zoneLocationsEnum.ts +1 -1
  237. package/spellbook-client/runtime.ts +1 -1
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,14 +26,9 @@ import {
26
26
  } from '../models/index';
27
27
 
28
28
  export interface EstimateBracketCreateRequest {
29
- single?: boolean;
30
29
  deckRequest?: DeckRequest;
31
30
  }
32
31
 
33
- export interface EstimateBracketRetrieveRequest {
34
- single?: boolean;
35
- }
36
-
37
32
  /**
38
33
  *
39
34
  */
@@ -44,10 +39,6 @@ export class EstimateBracketApi extends runtime.BaseAPI {
44
39
  async estimateBracketCreateRaw(requestParameters: EstimateBracketCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EstimateBracketResult>> {
45
40
  const queryParameters: any = {};
46
41
 
47
- if (requestParameters['single'] != null) {
48
- queryParameters['single'] = requestParameters['single'];
49
- }
50
-
51
42
  const headerParameters: runtime.HTTPHeaders = {};
52
43
 
53
44
  headerParameters['Content-Type'] = 'application/json';
@@ -83,13 +74,9 @@ export class EstimateBracketApi extends runtime.BaseAPI {
83
74
 
84
75
  /**
85
76
  */
86
- async estimateBracketRetrieveRaw(requestParameters: EstimateBracketRetrieveRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EstimateBracketResult>> {
77
+ async estimateBracketRetrieveRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<EstimateBracketResult>> {
87
78
  const queryParameters: any = {};
88
79
 
89
- if (requestParameters['single'] != null) {
90
- queryParameters['single'] = requestParameters['single'];
91
- }
92
-
93
80
  const headerParameters: runtime.HTTPHeaders = {};
94
81
 
95
82
  if (this.configuration && (this.configuration.username !== undefined || this.configuration.password !== undefined)) {
@@ -115,8 +102,8 @@ export class EstimateBracketApi extends runtime.BaseAPI {
115
102
 
116
103
  /**
117
104
  */
118
- async estimateBracketRetrieve(requestParameters: EstimateBracketRetrieveRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EstimateBracketResult> {
119
- const response = await this.estimateBracketRetrieveRaw(requestParameters, initOverrides);
105
+ async estimateBracketRetrieve(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<EstimateBracketResult> {
106
+ const response = await this.estimateBracketRetrieveRaw(initOverrides);
120
107
  return await response.value();
121
108
  }
122
109
 
@@ -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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,61 @@
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.0.1
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
+ * * `R` - Ruthless
17
+ * * `S` - Spicy
18
+ * * `P` - Powerful
19
+ * * `O` - Oddball
20
+ * * `PA` - Precon Appropriate
21
+ * * `C` - Casual
22
+ * @export
23
+ * @enum {string}
24
+ */
25
+ export enum BracketEnum {
26
+ R = 'R',
27
+ S = 'S',
28
+ P = 'P',
29
+ O = 'O',
30
+ Pa = 'PA',
31
+ C = 'C'
32
+ }
33
+
34
+
35
+ export function instanceOfBracketEnum(value: any): boolean {
36
+ for (const key in BracketEnum) {
37
+ if (Object.prototype.hasOwnProperty.call(BracketEnum, key)) {
38
+ if (BracketEnum[key as keyof typeof BracketEnum] === value) {
39
+ return true;
40
+ }
41
+ }
42
+ }
43
+ return false;
44
+ }
45
+
46
+ export function BracketEnumFromJSON(json: any): BracketEnum {
47
+ return BracketEnumFromJSONTyped(json, false);
48
+ }
49
+
50
+ export function BracketEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): BracketEnum {
51
+ return json as BracketEnum;
52
+ }
53
+
54
+ export function BracketEnumToJSON(value?: BracketEnum | null): any {
55
+ return value as any;
56
+ }
57
+
58
+ export function BracketEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): BracketEnum {
59
+ return value as BracketEnum;
60
+ }
61
+
@@ -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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -127,29 +127,29 @@ export interface CardDetail {
127
127
  */
128
128
  reprinted: boolean;
129
129
  /**
130
- * Whether this card can tutor for other cards
130
+ * Whether this card is in the official Game Changer card list
131
131
  * @type {boolean}
132
132
  * @memberof CardDetail
133
133
  */
134
- tutor: boolean;
134
+ gameChanger: boolean;
135
135
  /**
136
- * Whether this card can destroy multiple lands
136
+ * Whether this card can tutor for other cards
137
137
  * @type {boolean}
138
138
  * @memberof CardDetail
139
139
  */
140
- massLandDestruction: boolean;
140
+ tutor: boolean;
141
141
  /**
142
- * Whether this card grants an extra turn
142
+ * Whether this card can inhibit or destroy numerous lands
143
143
  * @type {boolean}
144
144
  * @memberof CardDetail
145
145
  */
146
- extraTurn: boolean;
146
+ massLandDenial: boolean;
147
147
  /**
148
- * Whether this card is in the official Game Changer card list
148
+ * Whether this card grants an extra turn
149
149
  * @type {boolean}
150
150
  * @memberof CardDetail
151
151
  */
152
- gameChanger: boolean;
152
+ extraTurn: boolean;
153
153
  /**
154
154
  *
155
155
  * @type {Array<FeatureOfCard>}
@@ -189,10 +189,10 @@ export function instanceOfCardDetail(value: object): value is CardDetail {
189
189
  if (!('reserved' in value) || value['reserved'] === undefined) return false;
190
190
  if (!('latestPrintingSet' in value) || value['latestPrintingSet'] === undefined) return false;
191
191
  if (!('reprinted' in value) || value['reprinted'] === undefined) return false;
192
+ if (!('gameChanger' in value) || value['gameChanger'] === undefined) return false;
192
193
  if (!('tutor' in value) || value['tutor'] === undefined) return false;
193
- if (!('massLandDestruction' in value) || value['massLandDestruction'] === undefined) return false;
194
+ if (!('massLandDenial' in value) || value['massLandDenial'] === undefined) return false;
194
195
  if (!('extraTurn' in value) || value['extraTurn'] === undefined) return false;
195
- if (!('gameChanger' in value) || value['gameChanger'] === undefined) return false;
196
196
  if (!('features' in value) || value['features'] === undefined) return false;
197
197
  if (!('legalities' in value) || value['legalities'] === undefined) return false;
198
198
  if (!('prices' in value) || value['prices'] === undefined) return false;
@@ -222,10 +222,10 @@ export function CardDetailFromJSONTyped(json: any, ignoreDiscriminator: boolean)
222
222
  'reserved': json['reserved'],
223
223
  'latestPrintingSet': json['latestPrintingSet'],
224
224
  'reprinted': json['reprinted'],
225
+ 'gameChanger': json['gameChanger'],
225
226
  'tutor': json['tutor'],
226
- 'massLandDestruction': json['massLandDestruction'],
227
+ 'massLandDenial': json['massLandDenial'],
227
228
  'extraTurn': json['extraTurn'],
228
- 'gameChanger': json['gameChanger'],
229
229
  'features': ((json['features'] as Array<any>).map(FeatureOfCardFromJSON)),
230
230
  'legalities': CardLegalitiesFromJSON(json['legalities']),
231
231
  'prices': CardPricesFromJSON(json['prices']),
@@ -254,10 +254,10 @@ export function CardDetailToJSONTyped(value?: Omit<CardDetail, 'id'|'variantCoun
254
254
  'reserved': value['reserved'],
255
255
  'latestPrintingSet': value['latestPrintingSet'],
256
256
  'reprinted': value['reprinted'],
257
+ 'gameChanger': value['gameChanger'],
257
258
  'tutor': value['tutor'],
258
- 'massLandDestruction': value['massLandDestruction'],
259
+ 'massLandDenial': value['massLandDenial'],
259
260
  'extraTurn': value['extraTurn'],
260
- 'gameChanger': value['gameChanger'],
261
261
  };
262
262
  }
263
263
 
@@ -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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
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: 3.15.4
7
+ * The version of the OpenAPI document: 4.0.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).