@space-cow-media/spellbook-client 5.4.7 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (459) hide show
  1. package/dist/apis/{cardListFromTextApi.d.ts → CardListFromTextApi.d.ts} +3 -3
  2. package/dist/apis/{cardListFromTextApi.js → CardListFromTextApi.js} +7 -44
  3. package/dist/apis/CardListFromTextApi.js.map +1 -0
  4. package/dist/apis/{cardListFromUrlApi.d.ts → CardListFromUrlApi.d.ts} +3 -3
  5. package/dist/apis/{cardListFromUrlApi.js → CardListFromUrlApi.js} +6 -43
  6. package/dist/apis/CardListFromUrlApi.js.map +1 -0
  7. package/dist/apis/{cardsApi.d.ts → CardsApi.d.ts} +4 -3
  8. package/dist/apis/{cardsApi.js → CardsApi.js} +8 -44
  9. package/dist/apis/CardsApi.js.map +1 -0
  10. package/dist/apis/{defaultApi.d.ts → DefaultApi.d.ts} +2 -2
  11. package/dist/apis/{defaultApi.js → DefaultApi.js} +6 -43
  12. package/dist/apis/DefaultApi.js.map +1 -0
  13. package/dist/apis/{estimateBracketApi.d.ts → EstimateBracketApi.d.ts} +4 -3
  14. package/dist/apis/{estimateBracketApi.js → EstimateBracketApi.js} +9 -45
  15. package/dist/apis/EstimateBracketApi.js.map +1 -0
  16. package/dist/apis/{featuresApi.d.ts → FeaturesApi.d.ts} +4 -3
  17. package/dist/apis/{featuresApi.js → FeaturesApi.js} +10 -46
  18. package/dist/apis/FeaturesApi.js.map +1 -0
  19. package/dist/apis/{findMyCombosApi.d.ts → FindMyCombosApi.d.ts} +4 -3
  20. package/dist/apis/{findMyCombosApi.js → FindMyCombosApi.js} +9 -45
  21. package/dist/apis/FindMyCombosApi.js.map +1 -0
  22. package/dist/apis/{propertiesApi.d.ts → PropertiesApi.d.ts} +4 -3
  23. package/dist/apis/{propertiesApi.js → PropertiesApi.js} +8 -44
  24. package/dist/apis/PropertiesApi.js.map +1 -0
  25. package/dist/apis/{templatesApi.d.ts → TemplatesApi.d.ts} +4 -3
  26. package/dist/apis/{templatesApi.js → TemplatesApi.js} +8 -44
  27. package/dist/apis/TemplatesApi.js.map +1 -0
  28. package/dist/apis/{tokenApi.d.ts → TokenApi.d.ts} +7 -3
  29. package/dist/apis/{tokenApi.js → TokenApi.js} +14 -47
  30. package/dist/apis/TokenApi.js.map +1 -0
  31. package/dist/apis/{usersApi.d.ts → UsersApi.d.ts} +6 -3
  32. package/dist/apis/{usersApi.js → UsersApi.js} +14 -48
  33. package/dist/apis/UsersApi.js.map +1 -0
  34. package/dist/apis/{variantAliasesApi.d.ts → VariantAliasesApi.d.ts} +4 -3
  35. package/dist/apis/{variantAliasesApi.js → VariantAliasesApi.js} +8 -44
  36. package/dist/apis/VariantAliasesApi.js.map +1 -0
  37. package/dist/apis/{variantSuggestionsApi.d.ts → VariantSuggestionsApi.d.ts} +6 -3
  38. package/dist/apis/{variantSuggestionsApi.js → VariantSuggestionsApi.js} +22 -56
  39. package/dist/apis/VariantSuggestionsApi.js.map +1 -0
  40. package/dist/apis/{variantUpdateSuggestionsApi.d.ts → VariantUpdateSuggestionsApi.d.ts} +6 -3
  41. package/dist/apis/{variantUpdateSuggestionsApi.js → VariantUpdateSuggestionsApi.js} +22 -56
  42. package/dist/apis/VariantUpdateSuggestionsApi.js.map +1 -0
  43. package/dist/apis/{variantsApi.d.ts → VariantsApi.d.ts} +4 -3
  44. package/dist/apis/{variantsApi.js → VariantsApi.js} +8 -44
  45. package/dist/apis/VariantsApi.js.map +1 -0
  46. package/dist/apis/index.d.ts +15 -15
  47. package/dist/apis/index.js +15 -31
  48. package/dist/apis/index.js.map +1 -1
  49. package/dist/index.d.ts +3 -3
  50. package/dist/index.js +3 -19
  51. package/dist/index.js.map +1 -1
  52. package/dist/models/{bracketTagEnum.d.ts → BracketTagEnum.d.ts} +1 -1
  53. package/dist/models/{bracketTagEnum.js → BracketTagEnum.js} +9 -17
  54. package/dist/models/BracketTagEnum.js.map +1 -0
  55. package/dist/models/{card.d.ts → Card.d.ts} +2 -2
  56. package/dist/models/{card.js → Card.js} +10 -17
  57. package/dist/models/Card.js.map +1 -0
  58. package/dist/models/{cardDetail.d.ts → CardDetail.d.ts} +6 -6
  59. package/dist/models/{cardDetail.js → CardDetail.js} +21 -28
  60. package/dist/models/CardDetail.js.map +1 -0
  61. package/dist/models/{cardInDeck.d.ts → CardInDeck.d.ts} +1 -1
  62. package/dist/models/{cardInDeck.js → CardInDeck.js} +7 -14
  63. package/dist/models/CardInDeck.js.map +1 -0
  64. package/dist/models/{cardInDeckRequest.d.ts → CardInDeckRequest.d.ts} +1 -1
  65. package/dist/models/{cardInDeckRequest.js → CardInDeckRequest.js} +7 -14
  66. package/dist/models/CardInDeckRequest.js.map +1 -0
  67. package/dist/models/{cardInVariant.d.ts → CardInVariant.d.ts} +2 -2
  68. package/dist/models/{cardInVariant.js → CardInVariant.js} +9 -16
  69. package/dist/models/CardInVariant.js.map +1 -0
  70. package/dist/models/{cardLegalities.d.ts → CardLegalities.d.ts} +19 -1
  71. package/dist/models/{cardLegalities.js → CardLegalities.js} +19 -14
  72. package/dist/models/CardLegalities.js.map +1 -0
  73. package/dist/models/{cardPrices.d.ts → CardPrices.d.ts} +1 -1
  74. package/dist/models/{cardPrices.js → CardPrices.js} +7 -14
  75. package/dist/models/CardPrices.js.map +1 -0
  76. package/dist/models/{cardUsedInVariantSuggestion.d.ts → CardUsedInVariantSuggestion.d.ts} +2 -2
  77. package/dist/models/{cardUsedInVariantSuggestion.js → CardUsedInVariantSuggestion.js} +10 -17
  78. package/dist/models/CardUsedInVariantSuggestion.js.map +1 -0
  79. package/dist/models/{cardUsedInVariantSuggestionRequest.d.ts → CardUsedInVariantSuggestionRequest.d.ts} +2 -2
  80. package/dist/models/{cardUsedInVariantSuggestionRequest.js → CardUsedInVariantSuggestionRequest.js} +10 -17
  81. package/dist/models/CardUsedInVariantSuggestionRequest.js.map +1 -0
  82. package/dist/models/{classifiedCard.d.ts → ClassifiedCard.d.ts} +2 -2
  83. package/dist/models/{classifiedCard.js → ClassifiedCard.js} +10 -17
  84. package/dist/models/ClassifiedCard.js.map +1 -0
  85. package/dist/models/{classifiedTemplate.d.ts → ClassifiedTemplate.d.ts} +2 -2
  86. package/dist/models/{classifiedTemplate.js → ClassifiedTemplate.js} +10 -17
  87. package/dist/models/ClassifiedTemplate.js.map +1 -0
  88. package/dist/models/{classifiedVariant.d.ts → ClassifiedVariant.d.ts} +2 -2
  89. package/dist/models/{classifiedVariant.js → ClassifiedVariant.js} +10 -17
  90. package/dist/models/ClassifiedVariant.js.map +1 -0
  91. package/dist/models/{colorEnum.d.ts → ColorEnum.d.ts} +1 -1
  92. package/dist/models/{colorEnum.js → ColorEnum.js} +9 -17
  93. package/dist/models/ColorEnum.js.map +1 -0
  94. package/dist/models/{combo.d.ts → Combo.d.ts} +1 -1
  95. package/dist/models/{combo.js → Combo.js} +7 -14
  96. package/dist/models/Combo.js.map +1 -0
  97. package/dist/models/{deck.d.ts → Deck.d.ts} +2 -2
  98. package/dist/models/Deck.js +49 -0
  99. package/dist/models/Deck.js.map +1 -0
  100. package/dist/models/{deckRequest.d.ts → DeckRequest.d.ts} +2 -2
  101. package/dist/models/DeckRequest.js +45 -0
  102. package/dist/models/DeckRequest.js.map +1 -0
  103. package/dist/models/{estimateBracketResult.d.ts → EstimateBracketResult.d.ts} +5 -5
  104. package/dist/models/EstimateBracketResult.js +60 -0
  105. package/dist/models/EstimateBracketResult.js.map +1 -0
  106. package/dist/models/{feature.d.ts → Feature.d.ts} +2 -2
  107. package/dist/models/{feature.js → Feature.js} +10 -17
  108. package/dist/models/Feature.js.map +1 -0
  109. package/dist/models/{featureOfCard.d.ts → FeatureOfCard.d.ts} +2 -2
  110. package/dist/models/{featureOfCard.js → FeatureOfCard.js} +9 -16
  111. package/dist/models/FeatureOfCard.js.map +1 -0
  112. package/dist/models/{featureProducedByVariant.d.ts → FeatureProducedByVariant.d.ts} +2 -2
  113. package/dist/models/FeatureProducedByVariant.js +48 -0
  114. package/dist/models/FeatureProducedByVariant.js.map +1 -0
  115. package/dist/models/{featureProducedInVariantSuggestion.d.ts → FeatureProducedInVariantSuggestion.d.ts} +1 -1
  116. package/dist/models/FeatureProducedInVariantSuggestion.js +44 -0
  117. package/dist/models/FeatureProducedInVariantSuggestion.js.map +1 -0
  118. package/dist/models/{featureProducedInVariantSuggestionRequest.d.ts → FeatureProducedInVariantSuggestionRequest.d.ts} +1 -1
  119. package/dist/models/FeatureProducedInVariantSuggestionRequest.js +44 -0
  120. package/dist/models/FeatureProducedInVariantSuggestionRequest.js.map +1 -0
  121. package/dist/models/{featureStatusEnum.d.ts → FeatureStatusEnum.d.ts} +1 -1
  122. package/dist/models/{featureStatusEnum.js → FeatureStatusEnum.js} +9 -17
  123. package/dist/models/FeatureStatusEnum.js.map +1 -0
  124. package/dist/models/{findMyCombosResponse.d.ts → FindMyCombosResponse.d.ts} +2 -2
  125. package/dist/models/{findMyCombosResponse.js → FindMyCombosResponse.js} +20 -27
  126. package/dist/models/FindMyCombosResponse.js.map +1 -0
  127. package/dist/models/{invalidUrlResponse.d.ts → InvalidUrlResponse.d.ts} +1 -1
  128. package/dist/models/{invalidUrlResponse.js → InvalidUrlResponse.js} +7 -14
  129. package/dist/models/InvalidUrlResponse.js.map +1 -0
  130. package/dist/models/{kindEnum.d.ts → KindEnum.d.ts} +3 -1
  131. package/dist/models/{kindEnum.js → KindEnum.js} +11 -17
  132. package/dist/models/KindEnum.js.map +1 -0
  133. package/dist/models/{layoutRotationEnum.d.ts → LayoutRotationEnum.d.ts} +1 -1
  134. package/dist/models/{layoutRotationEnum.js → LayoutRotationEnum.js} +9 -17
  135. package/dist/models/LayoutRotationEnum.js.map +1 -0
  136. package/dist/models/{paginatedCardDetailList.d.ts → PaginatedCardDetailList.d.ts} +2 -2
  137. package/dist/models/{paginatedCardDetailList.js → PaginatedCardDetailList.js} +10 -17
  138. package/dist/models/PaginatedCardDetailList.js.map +1 -0
  139. package/dist/models/{paginatedFeatureList.d.ts → PaginatedFeatureList.d.ts} +2 -2
  140. package/dist/models/{paginatedFeatureList.js → PaginatedFeatureList.js} +10 -17
  141. package/dist/models/PaginatedFeatureList.js.map +1 -0
  142. package/dist/models/{paginatedFindMyCombosResponseList.d.ts → PaginatedFindMyCombosResponseList.d.ts} +2 -2
  143. package/dist/models/PaginatedFindMyCombosResponseList.js +57 -0
  144. package/dist/models/PaginatedFindMyCombosResponseList.js.map +1 -0
  145. package/dist/models/{paginatedFindMyCombosResponseListResults.d.ts → PaginatedFindMyCombosResponseListResults.d.ts} +2 -2
  146. package/dist/models/{paginatedFindMyCombosResponseListResults.js → PaginatedFindMyCombosResponseListResults.js} +20 -27
  147. package/dist/models/PaginatedFindMyCombosResponseListResults.js.map +1 -0
  148. package/dist/models/{paginatedTemplateList.d.ts → PaginatedTemplateList.d.ts} +2 -2
  149. package/dist/models/{paginatedTemplateList.js → PaginatedTemplateList.js} +10 -17
  150. package/dist/models/PaginatedTemplateList.js.map +1 -0
  151. package/dist/models/{paginatedUserDetailList.d.ts → PaginatedUserDetailList.d.ts} +2 -2
  152. package/dist/models/{paginatedUserDetailList.js → PaginatedUserDetailList.js} +10 -17
  153. package/dist/models/PaginatedUserDetailList.js.map +1 -0
  154. package/dist/models/{paginatedVariantAliasList.d.ts → PaginatedVariantAliasList.d.ts} +2 -2
  155. package/dist/models/{paginatedVariantAliasList.js → PaginatedVariantAliasList.js} +10 -17
  156. package/dist/models/PaginatedVariantAliasList.js.map +1 -0
  157. package/dist/models/{paginatedVariantList.d.ts → PaginatedVariantList.d.ts} +2 -2
  158. package/dist/models/{paginatedVariantList.js → PaginatedVariantList.js} +10 -17
  159. package/dist/models/PaginatedVariantList.js.map +1 -0
  160. package/dist/models/{paginatedVariantSuggestionList.d.ts → PaginatedVariantSuggestionList.d.ts} +2 -2
  161. package/dist/models/{paginatedVariantSuggestionList.js → PaginatedVariantSuggestionList.js} +10 -17
  162. package/dist/models/PaginatedVariantSuggestionList.js.map +1 -0
  163. package/dist/models/{paginatedVariantUpdateSuggestionList.d.ts → PaginatedVariantUpdateSuggestionList.d.ts} +2 -2
  164. package/dist/models/PaginatedVariantUpdateSuggestionList.js +57 -0
  165. package/dist/models/PaginatedVariantUpdateSuggestionList.js.map +1 -0
  166. package/dist/models/{paginatedWebsitePropertyList.d.ts → PaginatedWebsitePropertyList.d.ts} +2 -2
  167. package/dist/models/{paginatedWebsitePropertyList.js → PaginatedWebsitePropertyList.js} +10 -17
  168. package/dist/models/PaginatedWebsitePropertyList.js.map +1 -0
  169. package/dist/models/{patchedUserDetailRequest.d.ts → PatchedUserDetailRequest.d.ts} +1 -1
  170. package/dist/models/{patchedUserDetailRequest.js → PatchedUserDetailRequest.js} +7 -14
  171. package/dist/models/PatchedUserDetailRequest.js.map +1 -0
  172. package/dist/models/{patchedVariantSuggestionRequest.d.ts → PatchedVariantSuggestionRequest.d.ts} +4 -4
  173. package/dist/models/PatchedVariantSuggestionRequest.js +63 -0
  174. package/dist/models/PatchedVariantSuggestionRequest.js.map +1 -0
  175. package/dist/models/{patchedVariantUpdateSuggestionRequest.d.ts → PatchedVariantUpdateSuggestionRequest.d.ts} +4 -3
  176. package/dist/models/PatchedVariantUpdateSuggestionRequest.js +52 -0
  177. package/dist/models/PatchedVariantUpdateSuggestionRequest.js.map +1 -0
  178. package/dist/models/{suggestionStatusEnum.d.ts → SuggestionStatusEnum.d.ts} +1 -1
  179. package/dist/models/{suggestionStatusEnum.js → SuggestionStatusEnum.js} +9 -17
  180. package/dist/models/SuggestionStatusEnum.js.map +1 -0
  181. package/dist/models/{template.d.ts → Template.d.ts} +1 -1
  182. package/dist/models/{template.js → Template.js} +7 -14
  183. package/dist/models/Template.js.map +1 -0
  184. package/dist/models/{templateInVariant.d.ts → TemplateInVariant.d.ts} +2 -2
  185. package/dist/models/{templateInVariant.js → TemplateInVariant.js} +9 -16
  186. package/dist/models/TemplateInVariant.js.map +1 -0
  187. package/dist/models/{templateRequiredInVariantSuggestion.d.ts → TemplateRequiredInVariantSuggestion.d.ts} +2 -2
  188. package/dist/models/{templateRequiredInVariantSuggestion.js → TemplateRequiredInVariantSuggestion.js} +10 -17
  189. package/dist/models/TemplateRequiredInVariantSuggestion.js.map +1 -0
  190. package/dist/models/{templateRequiredInVariantSuggestionRequest.d.ts → TemplateRequiredInVariantSuggestionRequest.d.ts} +2 -2
  191. package/dist/models/{templateRequiredInVariantSuggestionRequest.js → TemplateRequiredInVariantSuggestionRequest.js} +11 -18
  192. package/dist/models/TemplateRequiredInVariantSuggestionRequest.js.map +1 -0
  193. package/dist/models/{tokenObtainPair.d.ts → TokenObtainPair.d.ts} +1 -1
  194. package/dist/models/{tokenObtainPair.js → TokenObtainPair.js} +7 -14
  195. package/dist/models/TokenObtainPair.js.map +1 -0
  196. package/dist/models/{tokenObtainPairRequest.d.ts → TokenObtainPairRequest.d.ts} +1 -1
  197. package/dist/models/{tokenObtainPairRequest.js → TokenObtainPairRequest.js} +7 -14
  198. package/dist/models/TokenObtainPairRequest.js.map +1 -0
  199. package/dist/models/{tokenRefresh.d.ts → TokenRefresh.d.ts} +1 -1
  200. package/dist/models/{tokenRefresh.js → TokenRefresh.js} +7 -14
  201. package/dist/models/TokenRefresh.js.map +1 -0
  202. package/dist/models/{tokenRefreshRequest.d.ts → TokenRefreshRequest.d.ts} +1 -1
  203. package/dist/models/{tokenRefreshRequest.js → TokenRefreshRequest.js} +7 -14
  204. package/dist/models/TokenRefreshRequest.js.map +1 -0
  205. package/dist/models/{tokenVerifyRequest.d.ts → TokenVerifyRequest.d.ts} +1 -1
  206. package/dist/models/{tokenVerifyRequest.js → TokenVerifyRequest.js} +7 -14
  207. package/dist/models/TokenVerifyRequest.js.map +1 -0
  208. package/dist/models/{user.d.ts → User.d.ts} +1 -1
  209. package/dist/models/{user.js → User.js} +7 -14
  210. package/dist/models/User.js.map +1 -0
  211. package/dist/models/{userDetail.d.ts → UserDetail.d.ts} +1 -1
  212. package/dist/models/{userDetail.js → UserDetail.js} +7 -14
  213. package/dist/models/UserDetail.js.map +1 -0
  214. package/dist/models/{userDetailRequest.d.ts → UserDetailRequest.d.ts} +1 -1
  215. package/dist/models/{userDetailRequest.js → UserDetailRequest.js} +7 -14
  216. package/dist/models/UserDetailRequest.js.map +1 -0
  217. package/dist/models/{userRequest.d.ts → UserRequest.d.ts} +1 -1
  218. package/dist/models/{userRequest.js → UserRequest.js} +7 -14
  219. package/dist/models/UserRequest.js.map +1 -0
  220. package/dist/models/{variant.d.ts → Variant.d.ts} +10 -10
  221. package/dist/models/{variant.js → Variant.js} +29 -36
  222. package/dist/models/Variant.js.map +1 -0
  223. package/dist/models/{variantAlias.d.ts → VariantAlias.d.ts} +1 -1
  224. package/dist/models/{variantAlias.js → VariantAlias.js} +7 -14
  225. package/dist/models/VariantAlias.js.map +1 -0
  226. package/dist/models/{variantInVariantUpdateSuggestion.d.ts → VariantInVariantUpdateSuggestion.d.ts} +1 -1
  227. package/dist/models/{variantInVariantUpdateSuggestion.js → VariantInVariantUpdateSuggestion.js} +7 -14
  228. package/dist/models/VariantInVariantUpdateSuggestion.js.map +1 -0
  229. package/dist/models/{variantInVariantUpdateSuggestionRequest.d.ts → VariantInVariantUpdateSuggestionRequest.d.ts} +1 -1
  230. package/dist/models/VariantInVariantUpdateSuggestionRequest.js +46 -0
  231. package/dist/models/VariantInVariantUpdateSuggestionRequest.js.map +1 -0
  232. package/dist/models/{variantLegalities.d.ts → VariantLegalities.d.ts} +19 -1
  233. package/dist/models/{variantLegalities.js → VariantLegalities.js} +19 -14
  234. package/dist/models/VariantLegalities.js.map +1 -0
  235. package/dist/models/{variantPrices.d.ts → VariantPrices.d.ts} +1 -1
  236. package/dist/models/{variantPrices.js → VariantPrices.js} +7 -14
  237. package/dist/models/VariantPrices.js.map +1 -0
  238. package/dist/models/{variantStatusEnum.d.ts → VariantStatusEnum.d.ts} +1 -1
  239. package/dist/models/{variantStatusEnum.js → VariantStatusEnum.js} +9 -17
  240. package/dist/models/VariantStatusEnum.js.map +1 -0
  241. package/dist/models/{variantSuggestion.d.ts → VariantSuggestion.d.ts} +6 -6
  242. package/dist/models/{variantSuggestion.js → VariantSuggestion.js} +20 -27
  243. package/dist/models/VariantSuggestion.js.map +1 -0
  244. package/dist/models/{variantSuggestionRequest.d.ts → VariantSuggestionRequest.d.ts} +4 -4
  245. package/dist/models/VariantSuggestionRequest.js +71 -0
  246. package/dist/models/VariantSuggestionRequest.js.map +1 -0
  247. package/dist/models/{variantUpdateSuggestion.d.ts → VariantUpdateSuggestion.d.ts} +6 -5
  248. package/dist/models/{variantUpdateSuggestion.js → VariantUpdateSuggestion.js} +17 -24
  249. package/dist/models/VariantUpdateSuggestion.js.map +1 -0
  250. package/dist/models/{variantUpdateSuggestionRequest.d.ts → VariantUpdateSuggestionRequest.d.ts} +4 -3
  251. package/dist/models/VariantUpdateSuggestionRequest.js +56 -0
  252. package/dist/models/VariantUpdateSuggestionRequest.js.map +1 -0
  253. package/dist/models/{variantsQueryValidationError.d.ts → VariantsQueryValidationError.d.ts} +1 -1
  254. package/dist/models/VariantsQueryValidationError.js +44 -0
  255. package/dist/models/VariantsQueryValidationError.js.map +1 -0
  256. package/dist/models/{websiteProperty.d.ts → WebsiteProperty.d.ts} +1 -1
  257. package/dist/models/{websiteProperty.js → WebsiteProperty.js} +7 -14
  258. package/dist/models/WebsiteProperty.js.map +1 -0
  259. package/dist/models/{zoneLocationsEnum.d.ts → ZoneLocationsEnum.d.ts} +1 -1
  260. package/dist/models/{zoneLocationsEnum.js → ZoneLocationsEnum.js} +9 -17
  261. package/dist/models/ZoneLocationsEnum.js.map +1 -0
  262. package/dist/models/index.d.ts +70 -70
  263. package/dist/models/index.js +70 -86
  264. package/dist/models/index.js.map +1 -1
  265. package/dist/runtime.d.ts +2 -1
  266. package/dist/runtime.js +25 -36
  267. package/dist/runtime.js.map +1 -1
  268. package/package.json +2 -1
  269. package/spellbook-client/apis/{cardListFromTextApi.ts → CardListFromTextApi.ts} +4 -7
  270. package/spellbook-client/apis/{cardListFromUrlApi.ts → CardListFromUrlApi.ts} +7 -8
  271. package/spellbook-client/apis/{cardsApi.ts → CardsApi.ts} +7 -8
  272. package/spellbook-client/apis/{defaultApi.ts → DefaultApi.ts} +2 -3
  273. package/spellbook-client/apis/{estimateBracketApi.ts → EstimateBracketApi.ts} +7 -8
  274. package/spellbook-client/apis/{featuresApi.ts → FeaturesApi.ts} +7 -8
  275. package/spellbook-client/apis/{findMyCombosApi.ts → FindMyCombosApi.ts} +7 -8
  276. package/spellbook-client/apis/{propertiesApi.ts → PropertiesApi.ts} +7 -8
  277. package/spellbook-client/apis/{templatesApi.ts → TemplatesApi.ts} +7 -8
  278. package/spellbook-client/apis/{tokenApi.ts → TokenApi.ts} +16 -11
  279. package/spellbook-client/apis/{usersApi.ts → UsersApi.ts} +13 -10
  280. package/spellbook-client/apis/{variantAliasesApi.ts → VariantAliasesApi.ts} +7 -8
  281. package/spellbook-client/apis/{variantSuggestionsApi.ts → VariantSuggestionsApi.ts} +13 -10
  282. package/spellbook-client/apis/{variantUpdateSuggestionsApi.ts → VariantUpdateSuggestionsApi.ts} +13 -10
  283. package/spellbook-client/apis/{variantsApi.ts → VariantsApi.ts} +10 -9
  284. package/spellbook-client/apis/index.ts +15 -15
  285. package/spellbook-client/docs/CardLegalities.md +6 -0
  286. package/spellbook-client/docs/KindEnum.md +1 -1
  287. package/spellbook-client/docs/VariantLegalities.md +6 -0
  288. package/spellbook-client/index.ts +3 -3
  289. package/spellbook-client/models/{bracketTagEnum.ts → BracketTagEnum.ts} +1 -1
  290. package/spellbook-client/models/{card.ts → Card.ts} +4 -4
  291. package/spellbook-client/models/{cardDetail.ts → CardDetail.ts} +12 -12
  292. package/spellbook-client/models/{cardInDeck.ts → CardInDeck.ts} +2 -2
  293. package/spellbook-client/models/{cardInDeckRequest.ts → CardInDeckRequest.ts} +2 -2
  294. package/spellbook-client/models/{cardInVariant.ts → CardInVariant.ts} +4 -4
  295. package/spellbook-client/models/{cardLegalities.ts → CardLegalities.ts} +29 -2
  296. package/spellbook-client/models/{cardPrices.ts → CardPrices.ts} +2 -2
  297. package/spellbook-client/models/{cardUsedInVariantSuggestion.ts → CardUsedInVariantSuggestion.ts} +4 -4
  298. package/spellbook-client/models/{cardUsedInVariantSuggestionRequest.ts → CardUsedInVariantSuggestionRequest.ts} +4 -4
  299. package/spellbook-client/models/{classifiedCard.ts → ClassifiedCard.ts} +4 -4
  300. package/spellbook-client/models/{classifiedTemplate.ts → ClassifiedTemplate.ts} +4 -4
  301. package/spellbook-client/models/{classifiedVariant.ts → ClassifiedVariant.ts} +4 -4
  302. package/spellbook-client/models/{colorEnum.ts → ColorEnum.ts} +1 -1
  303. package/spellbook-client/models/{combo.ts → Combo.ts} +2 -2
  304. package/spellbook-client/models/{deck.ts → Deck.ts} +4 -4
  305. package/spellbook-client/models/{deckRequest.ts → DeckRequest.ts} +4 -4
  306. package/spellbook-client/models/{estimateBracketResult.ts → EstimateBracketResult.ts} +10 -10
  307. package/spellbook-client/models/{feature.ts → Feature.ts} +4 -4
  308. package/spellbook-client/models/{featureOfCard.ts → FeatureOfCard.ts} +4 -4
  309. package/spellbook-client/models/{featureProducedByVariant.ts → FeatureProducedByVariant.ts} +4 -4
  310. package/spellbook-client/models/{featureProducedInVariantSuggestion.ts → FeatureProducedInVariantSuggestion.ts} +2 -2
  311. package/spellbook-client/models/{featureProducedInVariantSuggestionRequest.ts → FeatureProducedInVariantSuggestionRequest.ts} +2 -2
  312. package/spellbook-client/models/{featureStatusEnum.ts → FeatureStatusEnum.ts} +1 -1
  313. package/spellbook-client/models/{findMyCombosResponse.ts → FindMyCombosResponse.ts} +4 -4
  314. package/spellbook-client/models/{invalidUrlResponse.ts → InvalidUrlResponse.ts} +2 -2
  315. package/spellbook-client/models/{kindEnum.ts → KindEnum.ts} +3 -1
  316. package/spellbook-client/models/{layoutRotationEnum.ts → LayoutRotationEnum.ts} +1 -1
  317. package/spellbook-client/models/{paginatedCardDetailList.ts → PaginatedCardDetailList.ts} +4 -4
  318. package/spellbook-client/models/{paginatedFeatureList.ts → PaginatedFeatureList.ts} +4 -4
  319. package/spellbook-client/models/{paginatedFindMyCombosResponseList.ts → PaginatedFindMyCombosResponseList.ts} +4 -4
  320. package/spellbook-client/models/{paginatedFindMyCombosResponseListResults.ts → PaginatedFindMyCombosResponseListResults.ts} +4 -4
  321. package/spellbook-client/models/{paginatedTemplateList.ts → PaginatedTemplateList.ts} +4 -4
  322. package/spellbook-client/models/{paginatedUserDetailList.ts → PaginatedUserDetailList.ts} +4 -4
  323. package/spellbook-client/models/{paginatedVariantAliasList.ts → PaginatedVariantAliasList.ts} +4 -4
  324. package/spellbook-client/models/{paginatedVariantList.ts → PaginatedVariantList.ts} +4 -4
  325. package/spellbook-client/models/{paginatedVariantSuggestionList.ts → PaginatedVariantSuggestionList.ts} +4 -4
  326. package/spellbook-client/models/{paginatedVariantUpdateSuggestionList.ts → PaginatedVariantUpdateSuggestionList.ts} +4 -4
  327. package/spellbook-client/models/{paginatedWebsitePropertyList.ts → PaginatedWebsitePropertyList.ts} +4 -4
  328. package/spellbook-client/models/{patchedUserDetailRequest.ts → PatchedUserDetailRequest.ts} +2 -2
  329. package/spellbook-client/models/{patchedVariantSuggestionRequest.ts → PatchedVariantSuggestionRequest.ts} +9 -9
  330. package/spellbook-client/models/{patchedVariantUpdateSuggestionRequest.ts → PatchedVariantUpdateSuggestionRequest.ts} +7 -6
  331. package/spellbook-client/models/{suggestionStatusEnum.ts → SuggestionStatusEnum.ts} +1 -1
  332. package/spellbook-client/models/{template.ts → Template.ts} +2 -2
  333. package/spellbook-client/models/{templateInVariant.ts → TemplateInVariant.ts} +4 -4
  334. package/spellbook-client/models/{templateRequiredInVariantSuggestion.ts → TemplateRequiredInVariantSuggestion.ts} +4 -4
  335. package/spellbook-client/models/{templateRequiredInVariantSuggestionRequest.ts → TemplateRequiredInVariantSuggestionRequest.ts} +5 -5
  336. package/spellbook-client/models/{tokenObtainPair.ts → TokenObtainPair.ts} +2 -2
  337. package/spellbook-client/models/{tokenObtainPairRequest.ts → TokenObtainPairRequest.ts} +2 -2
  338. package/spellbook-client/models/{tokenRefresh.ts → TokenRefresh.ts} +2 -2
  339. package/spellbook-client/models/{tokenRefreshRequest.ts → TokenRefreshRequest.ts} +2 -2
  340. package/spellbook-client/models/{tokenVerifyRequest.ts → TokenVerifyRequest.ts} +2 -2
  341. package/spellbook-client/models/{user.ts → User.ts} +2 -2
  342. package/spellbook-client/models/{userDetail.ts → UserDetail.ts} +2 -2
  343. package/spellbook-client/models/{userDetailRequest.ts → UserDetailRequest.ts} +2 -2
  344. package/spellbook-client/models/{userRequest.ts → UserRequest.ts} +2 -2
  345. package/spellbook-client/models/{variant.ts → Variant.ts} +20 -20
  346. package/spellbook-client/models/{variantAlias.ts → VariantAlias.ts} +2 -2
  347. package/spellbook-client/models/{variantInVariantUpdateSuggestion.ts → VariantInVariantUpdateSuggestion.ts} +2 -2
  348. package/spellbook-client/models/{variantInVariantUpdateSuggestionRequest.ts → VariantInVariantUpdateSuggestionRequest.ts} +2 -2
  349. package/spellbook-client/models/{variantLegalities.ts → VariantLegalities.ts} +29 -2
  350. package/spellbook-client/models/{variantPrices.ts → VariantPrices.ts} +2 -2
  351. package/spellbook-client/models/{variantStatusEnum.ts → VariantStatusEnum.ts} +1 -1
  352. package/spellbook-client/models/{variantSuggestion.ts → VariantSuggestion.ts} +12 -12
  353. package/spellbook-client/models/{variantSuggestionRequest.ts → VariantSuggestionRequest.ts} +9 -9
  354. package/spellbook-client/models/{variantUpdateSuggestion.ts → VariantUpdateSuggestion.ts} +11 -10
  355. package/spellbook-client/models/{variantUpdateSuggestionRequest.ts → VariantUpdateSuggestionRequest.ts} +7 -6
  356. package/spellbook-client/models/{variantsQueryValidationError.ts → VariantsQueryValidationError.ts} +2 -2
  357. package/spellbook-client/models/{websiteProperty.ts → WebsiteProperty.ts} +2 -2
  358. package/spellbook-client/models/{zoneLocationsEnum.ts → ZoneLocationsEnum.ts} +1 -1
  359. package/spellbook-client/models/index.ts +70 -70
  360. package/spellbook-client/runtime.ts +7 -3
  361. package/dist/apis/cardListFromTextApi.js.map +0 -1
  362. package/dist/apis/cardListFromUrlApi.js.map +0 -1
  363. package/dist/apis/cardsApi.js.map +0 -1
  364. package/dist/apis/defaultApi.js.map +0 -1
  365. package/dist/apis/estimateBracketApi.js.map +0 -1
  366. package/dist/apis/featuresApi.js.map +0 -1
  367. package/dist/apis/findMyCombosApi.js.map +0 -1
  368. package/dist/apis/propertiesApi.js.map +0 -1
  369. package/dist/apis/templatesApi.js.map +0 -1
  370. package/dist/apis/tokenApi.js.map +0 -1
  371. package/dist/apis/usersApi.js.map +0 -1
  372. package/dist/apis/variantAliasesApi.js.map +0 -1
  373. package/dist/apis/variantSuggestionsApi.js.map +0 -1
  374. package/dist/apis/variantUpdateSuggestionsApi.js.map +0 -1
  375. package/dist/apis/variantsApi.js.map +0 -1
  376. package/dist/models/bracketTagEnum.js.map +0 -1
  377. package/dist/models/card.js.map +0 -1
  378. package/dist/models/cardDetail.js.map +0 -1
  379. package/dist/models/cardInDeck.js.map +0 -1
  380. package/dist/models/cardInDeckRequest.js.map +0 -1
  381. package/dist/models/cardInVariant.js.map +0 -1
  382. package/dist/models/cardLegalities.js.map +0 -1
  383. package/dist/models/cardPrices.js.map +0 -1
  384. package/dist/models/cardUsedInVariantSuggestion.js.map +0 -1
  385. package/dist/models/cardUsedInVariantSuggestionRequest.js.map +0 -1
  386. package/dist/models/classifiedCard.js.map +0 -1
  387. package/dist/models/classifiedTemplate.js.map +0 -1
  388. package/dist/models/classifiedVariant.js.map +0 -1
  389. package/dist/models/colorEnum.js.map +0 -1
  390. package/dist/models/combo.js.map +0 -1
  391. package/dist/models/deck.js +0 -56
  392. package/dist/models/deck.js.map +0 -1
  393. package/dist/models/deckRequest.js +0 -52
  394. package/dist/models/deckRequest.js.map +0 -1
  395. package/dist/models/estimateBracketResult.js +0 -67
  396. package/dist/models/estimateBracketResult.js.map +0 -1
  397. package/dist/models/feature.js.map +0 -1
  398. package/dist/models/featureOfCard.js.map +0 -1
  399. package/dist/models/featureProducedByVariant.js +0 -55
  400. package/dist/models/featureProducedByVariant.js.map +0 -1
  401. package/dist/models/featureProducedInVariantSuggestion.js +0 -51
  402. package/dist/models/featureProducedInVariantSuggestion.js.map +0 -1
  403. package/dist/models/featureProducedInVariantSuggestionRequest.js +0 -51
  404. package/dist/models/featureProducedInVariantSuggestionRequest.js.map +0 -1
  405. package/dist/models/featureStatusEnum.js.map +0 -1
  406. package/dist/models/findMyCombosResponse.js.map +0 -1
  407. package/dist/models/invalidUrlResponse.js.map +0 -1
  408. package/dist/models/kindEnum.js.map +0 -1
  409. package/dist/models/layoutRotationEnum.js.map +0 -1
  410. package/dist/models/paginatedCardDetailList.js.map +0 -1
  411. package/dist/models/paginatedFeatureList.js.map +0 -1
  412. package/dist/models/paginatedFindMyCombosResponseList.js +0 -64
  413. package/dist/models/paginatedFindMyCombosResponseList.js.map +0 -1
  414. package/dist/models/paginatedFindMyCombosResponseListResults.js.map +0 -1
  415. package/dist/models/paginatedTemplateList.js.map +0 -1
  416. package/dist/models/paginatedUserDetailList.js.map +0 -1
  417. package/dist/models/paginatedVariantAliasList.js.map +0 -1
  418. package/dist/models/paginatedVariantList.js.map +0 -1
  419. package/dist/models/paginatedVariantSuggestionList.js.map +0 -1
  420. package/dist/models/paginatedVariantUpdateSuggestionList.js +0 -64
  421. package/dist/models/paginatedVariantUpdateSuggestionList.js.map +0 -1
  422. package/dist/models/paginatedWebsitePropertyList.js.map +0 -1
  423. package/dist/models/patchedUserDetailRequest.js.map +0 -1
  424. package/dist/models/patchedVariantSuggestionRequest.js +0 -70
  425. package/dist/models/patchedVariantSuggestionRequest.js.map +0 -1
  426. package/dist/models/patchedVariantUpdateSuggestionRequest.js +0 -59
  427. package/dist/models/patchedVariantUpdateSuggestionRequest.js.map +0 -1
  428. package/dist/models/suggestionStatusEnum.js.map +0 -1
  429. package/dist/models/template.js.map +0 -1
  430. package/dist/models/templateInVariant.js.map +0 -1
  431. package/dist/models/templateRequiredInVariantSuggestion.js.map +0 -1
  432. package/dist/models/templateRequiredInVariantSuggestionRequest.js.map +0 -1
  433. package/dist/models/tokenObtainPair.js.map +0 -1
  434. package/dist/models/tokenObtainPairRequest.js.map +0 -1
  435. package/dist/models/tokenRefresh.js.map +0 -1
  436. package/dist/models/tokenRefreshRequest.js.map +0 -1
  437. package/dist/models/tokenVerifyRequest.js.map +0 -1
  438. package/dist/models/user.js.map +0 -1
  439. package/dist/models/userDetail.js.map +0 -1
  440. package/dist/models/userDetailRequest.js.map +0 -1
  441. package/dist/models/userRequest.js.map +0 -1
  442. package/dist/models/variant.js.map +0 -1
  443. package/dist/models/variantAlias.js.map +0 -1
  444. package/dist/models/variantInVariantUpdateSuggestion.js.map +0 -1
  445. package/dist/models/variantInVariantUpdateSuggestionRequest.js +0 -53
  446. package/dist/models/variantInVariantUpdateSuggestionRequest.js.map +0 -1
  447. package/dist/models/variantLegalities.js.map +0 -1
  448. package/dist/models/variantPrices.js.map +0 -1
  449. package/dist/models/variantStatusEnum.js.map +0 -1
  450. package/dist/models/variantSuggestion.js.map +0 -1
  451. package/dist/models/variantSuggestionRequest.js +0 -78
  452. package/dist/models/variantSuggestionRequest.js.map +0 -1
  453. package/dist/models/variantUpdateSuggestion.js.map +0 -1
  454. package/dist/models/variantUpdateSuggestionRequest.js +0 -63
  455. package/dist/models/variantUpdateSuggestionRequest.js.map +0 -1
  456. package/dist/models/variantsQueryValidationError.js +0 -51
  457. package/dist/models/variantsQueryValidationError.js.map +0 -1
  458. package/dist/models/websiteProperty.js.map +0 -1
  459. package/dist/models/zoneLocationsEnum.js.map +0 -1
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { CardInDeck } from './cardInDeck';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { CardInDeck } from './CardInDeck.js';
17
17
  import {
18
18
  CardInDeckFromJSON,
19
19
  CardInDeckFromJSONTyped,
20
20
  CardInDeckToJSON,
21
21
  CardInDeckToJSONTyped,
22
- } from './cardInDeck';
22
+ } from './CardInDeck.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { CardInDeckRequest } from './cardInDeckRequest';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { CardInDeckRequest } from './CardInDeckRequest.js';
17
17
  import {
18
18
  CardInDeckRequestFromJSON,
19
19
  CardInDeckRequestFromJSONTyped,
20
20
  CardInDeckRequestToJSON,
21
21
  CardInDeckRequestToJSONTyped,
22
- } from './cardInDeckRequest';
22
+ } from './CardInDeckRequest.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,35 +12,35 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { ClassifiedTemplate } from './classifiedTemplate';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { ClassifiedTemplate } from './ClassifiedTemplate.js';
17
17
  import {
18
18
  ClassifiedTemplateFromJSON,
19
19
  ClassifiedTemplateFromJSONTyped,
20
20
  ClassifiedTemplateToJSON,
21
21
  ClassifiedTemplateToJSONTyped,
22
- } from './classifiedTemplate';
23
- import type { BracketTagEnum } from './bracketTagEnum';
22
+ } from './ClassifiedTemplate.js';
23
+ import type { BracketTagEnum } from './BracketTagEnum.js';
24
24
  import {
25
25
  BracketTagEnumFromJSON,
26
26
  BracketTagEnumFromJSONTyped,
27
27
  BracketTagEnumToJSON,
28
28
  BracketTagEnumToJSONTyped,
29
- } from './bracketTagEnum';
30
- import type { ClassifiedVariant } from './classifiedVariant';
29
+ } from './BracketTagEnum.js';
30
+ import type { ClassifiedVariant } from './ClassifiedVariant.js';
31
31
  import {
32
32
  ClassifiedVariantFromJSON,
33
33
  ClassifiedVariantFromJSONTyped,
34
34
  ClassifiedVariantToJSON,
35
35
  ClassifiedVariantToJSONTyped,
36
- } from './classifiedVariant';
37
- import type { ClassifiedCard } from './classifiedCard';
36
+ } from './ClassifiedVariant.js';
37
+ import type { ClassifiedCard } from './ClassifiedCard.js';
38
38
  import {
39
39
  ClassifiedCardFromJSON,
40
40
  ClassifiedCardFromJSONTyped,
41
41
  ClassifiedCardToJSON,
42
42
  ClassifiedCardToJSONTyped,
43
- } from './classifiedCard';
43
+ } from './ClassifiedCard.js';
44
44
 
45
45
  /**
46
46
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { FeatureStatusEnum } from './featureStatusEnum';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { FeatureStatusEnum } from './FeatureStatusEnum.js';
17
17
  import {
18
18
  FeatureStatusEnumFromJSON,
19
19
  FeatureStatusEnumFromJSONTyped,
20
20
  FeatureStatusEnumToJSON,
21
21
  FeatureStatusEnumToJSONTyped,
22
- } from './featureStatusEnum';
22
+ } from './FeatureStatusEnum.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Feature } from './feature';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Feature } from './Feature.js';
17
17
  import {
18
18
  FeatureFromJSON,
19
19
  FeatureFromJSONTyped,
20
20
  FeatureToJSON,
21
21
  FeatureToJSONTyped,
22
- } from './feature';
22
+ } from './Feature.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Feature } from './feature';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Feature } from './Feature.js';
17
17
  import {
18
18
  FeatureFromJSON,
19
19
  FeatureFromJSONTyped,
20
20
  FeatureToJSON,
21
21
  FeatureToJSONTyped,
22
- } from './feature';
22
+ } from './Feature.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
15
+ import { mapValues } from '../runtime.js';
16
16
  /**
17
17
  *
18
18
  * @export
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
15
+ import { mapValues } from '../runtime.js';
16
16
  /**
17
17
  *
18
18
  * @export
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Variant } from './variant';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Variant } from './Variant.js';
17
17
  import {
18
18
  VariantFromJSON,
19
19
  VariantFromJSONTyped,
20
20
  VariantToJSON,
21
21
  VariantToJSONTyped,
22
- } from './variant';
22
+ } from './Variant.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
15
+ import { mapValues } from '../runtime.js';
16
16
  /**
17
17
  *
18
18
  * @export
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,6 +18,7 @@
18
18
  * * `II` - Incorrect Info
19
19
  * * `WC` - Wrong Card
20
20
  * * `VG` - Variant Grouping
21
+ * * `BC` - Bracket Classification
21
22
  * * `O` - Other
22
23
  * @export
23
24
  * @enum {string}
@@ -28,6 +29,7 @@ export enum KindEnum {
28
29
  Ii = 'II',
29
30
  Wc = 'WC',
30
31
  Vg = 'VG',
32
+ Bc = 'BC',
31
33
  O = 'O'
32
34
  }
33
35
 
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { CardDetail } from './cardDetail';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { CardDetail } from './CardDetail.js';
17
17
  import {
18
18
  CardDetailFromJSON,
19
19
  CardDetailFromJSONTyped,
20
20
  CardDetailToJSON,
21
21
  CardDetailToJSONTyped,
22
- } from './cardDetail';
22
+ } from './CardDetail.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Feature } from './feature';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Feature } from './Feature.js';
17
17
  import {
18
18
  FeatureFromJSON,
19
19
  FeatureFromJSONTyped,
20
20
  FeatureToJSON,
21
21
  FeatureToJSONTyped,
22
- } from './feature';
22
+ } from './Feature.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { PaginatedFindMyCombosResponseListResults } from './paginatedFindMyCombosResponseListResults';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { PaginatedFindMyCombosResponseListResults } from './PaginatedFindMyCombosResponseListResults.js';
17
17
  import {
18
18
  PaginatedFindMyCombosResponseListResultsFromJSON,
19
19
  PaginatedFindMyCombosResponseListResultsFromJSONTyped,
20
20
  PaginatedFindMyCombosResponseListResultsToJSON,
21
21
  PaginatedFindMyCombosResponseListResultsToJSONTyped,
22
- } from './paginatedFindMyCombosResponseListResults';
22
+ } from './PaginatedFindMyCombosResponseListResults.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Variant } from './variant';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Variant } from './Variant.js';
17
17
  import {
18
18
  VariantFromJSON,
19
19
  VariantFromJSONTyped,
20
20
  VariantToJSON,
21
21
  VariantToJSONTyped,
22
- } from './variant';
22
+ } from './Variant.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Template } from './template';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Template } from './Template.js';
17
17
  import {
18
18
  TemplateFromJSON,
19
19
  TemplateFromJSONTyped,
20
20
  TemplateToJSON,
21
21
  TemplateToJSONTyped,
22
- } from './template';
22
+ } from './Template.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { UserDetail } from './userDetail';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { UserDetail } from './UserDetail.js';
17
17
  import {
18
18
  UserDetailFromJSON,
19
19
  UserDetailFromJSONTyped,
20
20
  UserDetailToJSON,
21
21
  UserDetailToJSONTyped,
22
- } from './userDetail';
22
+ } from './UserDetail.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { VariantAlias } from './variantAlias';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { VariantAlias } from './VariantAlias.js';
17
17
  import {
18
18
  VariantAliasFromJSON,
19
19
  VariantAliasFromJSONTyped,
20
20
  VariantAliasToJSON,
21
21
  VariantAliasToJSONTyped,
22
- } from './variantAlias';
22
+ } from './VariantAlias.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { Variant } from './variant';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { Variant } from './Variant.js';
17
17
  import {
18
18
  VariantFromJSON,
19
19
  VariantFromJSONTyped,
20
20
  VariantToJSON,
21
21
  VariantToJSONTyped,
22
- } from './variant';
22
+ } from './Variant.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { VariantSuggestion } from './variantSuggestion';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { VariantSuggestion } from './VariantSuggestion.js';
17
17
  import {
18
18
  VariantSuggestionFromJSON,
19
19
  VariantSuggestionFromJSONTyped,
20
20
  VariantSuggestionToJSON,
21
21
  VariantSuggestionToJSONTyped,
22
- } from './variantSuggestion';
22
+ } from './VariantSuggestion.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { VariantUpdateSuggestion } from './variantUpdateSuggestion';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { VariantUpdateSuggestion } from './VariantUpdateSuggestion.js';
17
17
  import {
18
18
  VariantUpdateSuggestionFromJSON,
19
19
  VariantUpdateSuggestionFromJSONTyped,
20
20
  VariantUpdateSuggestionToJSON,
21
21
  VariantUpdateSuggestionToJSONTyped,
22
- } from './variantUpdateSuggestion';
22
+ } from './VariantUpdateSuggestion.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,14 +12,14 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
16
- import type { WebsiteProperty } from './websiteProperty';
15
+ import { mapValues } from '../runtime.js';
16
+ import type { WebsiteProperty } from './WebsiteProperty.js';
17
17
  import {
18
18
  WebsitePropertyFromJSON,
19
19
  WebsitePropertyFromJSONTyped,
20
20
  WebsitePropertyToJSON,
21
21
  WebsitePropertyToJSONTyped,
22
- } from './websiteProperty';
22
+ } from './WebsiteProperty.js';
23
23
 
24
24
  /**
25
25
  *
@@ -4,7 +4,7 @@
4
4
  * Commander Spellbook API
5
5
  * API for Commander Spellbook, the combo database engine for Magic: The Gathering
6
6
  *
7
- * The version of the OpenAPI document: 5.4.7
7
+ * The version of the OpenAPI document: 5.5.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,7 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { mapValues } from '../runtime';
15
+ import { mapValues } from '../runtime.js';
16
16
  /**
17
17
  *
18
18
  * @export