@cardstack/boxel-cli 0.2.0-unstable.448 → 0.3.0-unstable.13

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 (879) hide show
  1. package/bundled-types/base/-private.d.ts +1 -0
  2. package/bundled-types/base/address.d.ts +17 -0
  3. package/bundled-types/base/ai-app-generator.d.ts +14 -0
  4. package/bundled-types/base/amount-with-currency.d.ts +10 -0
  5. package/bundled-types/base/avif-image-def.d.ts +12 -0
  6. package/bundled-types/base/avif-meta-extractor.d.ts +4 -0
  7. package/bundled-types/base/base64-image.d.ts +25 -0
  8. package/bundled-types/base/big-integer.d.ts +12 -0
  9. package/bundled-types/base/boolean.d.ts +14 -0
  10. package/bundled-types/base/brand-functional-palette.d.ts +16 -0
  11. package/bundled-types/base/brand-guide.d.ts +26 -0
  12. package/bundled-types/base/brand-logo.d.ts +29 -0
  13. package/bundled-types/base/card-api.d.ts +513 -0
  14. package/bundled-types/base/card-serialization.d.ts +47 -0
  15. package/bundled-types/base/cards-grid.d.ts +10 -0
  16. package/bundled-types/base/code-ref.d.ts +14 -0
  17. package/bundled-types/base/codemirror-editor.d.ts +135 -0
  18. package/bundled-types/base/color-field/components/advanced-color-picker.d.ts +66 -0
  19. package/bundled-types/base/color-field/components/color-picker-field.d.ts +22 -0
  20. package/bundled-types/base/color-field/components/color-wheel-picker.d.ts +44 -0
  21. package/bundled-types/base/color-field/components/contrast-checker-addon.d.ts +14 -0
  22. package/bundled-types/base/color-field/components/recent-colors-addon.d.ts +19 -0
  23. package/bundled-types/base/color-field/components/slider-picker.d.ts +40 -0
  24. package/bundled-types/base/color-field/components/swatches-picker.d.ts +5 -0
  25. package/bundled-types/base/color-field/modifiers/setup-element-modifier.d.ts +10 -0
  26. package/bundled-types/base/color-field/util/color-field-signature.d.ts +9 -0
  27. package/bundled-types/base/color-field/util/color-utils.d.ts +96 -0
  28. package/bundled-types/base/color-field/util/css-color-parsers.d.ts +11 -0
  29. package/bundled-types/base/color.d.ts +10 -0
  30. package/bundled-types/base/command.d.ts +593 -0
  31. package/bundled-types/base/commands/search-card-result.d.ts +36 -0
  32. package/bundled-types/base/components/age.d.ts +22 -0
  33. package/bundled-types/base/components/business-days.d.ts +16 -0
  34. package/bundled-types/base/components/card-list.d.ts +25 -0
  35. package/bundled-types/base/components/cards-grid-layout.d.ts +58 -0
  36. package/bundled-types/base/components/countdown.d.ts +31 -0
  37. package/bundled-types/base/components/expiration-warning.d.ts +24 -0
  38. package/bundled-types/base/components/time-ago.d.ts +24 -0
  39. package/bundled-types/base/components/time-slots.d.ts +20 -0
  40. package/bundled-types/base/components/timeline.d.ts +22 -0
  41. package/bundled-types/base/contains-many-component.d.ts +7 -0
  42. package/bundled-types/base/coordinate.d.ts +7 -0
  43. package/bundled-types/base/country.d.ts +23 -0
  44. package/bundled-types/base/css-value.d.ts +6 -0
  45. package/bundled-types/base/csv-file-def.d.ts +29 -0
  46. package/bundled-types/base/currency.d.ts +16 -0
  47. package/bundled-types/base/date/day.d.ts +9 -0
  48. package/bundled-types/base/date/month-day.d.ts +10 -0
  49. package/bundled-types/base/date/month-year.d.ts +9 -0
  50. package/bundled-types/base/date/month.d.ts +9 -0
  51. package/bundled-types/base/date/quarter.d.ts +10 -0
  52. package/bundled-types/base/date/week.d.ts +9 -0
  53. package/bundled-types/base/date/year.d.ts +9 -0
  54. package/bundled-types/base/date-range-field.d.ts +12 -0
  55. package/bundled-types/base/date.d.ts +12 -0
  56. package/bundled-types/base/datetime-stamp.d.ts +7 -0
  57. package/bundled-types/base/datetime.d.ts +12 -0
  58. package/bundled-types/base/default-templates/atom.d.ts +10 -0
  59. package/bundled-types/base/default-templates/card-info.d.ts +32 -0
  60. package/bundled-types/base/default-templates/embedded.d.ts +11 -0
  61. package/bundled-types/base/default-templates/field-edit.d.ts +10 -0
  62. package/bundled-types/base/default-templates/file-def-edit.d.ts +8 -0
  63. package/bundled-types/base/default-templates/fitted.d.ts +12 -0
  64. package/bundled-types/base/default-templates/head.d.ts +13 -0
  65. package/bundled-types/base/default-templates/image-def-atom.d.ts +8 -0
  66. package/bundled-types/base/default-templates/image-def-embedded.d.ts +8 -0
  67. package/bundled-types/base/default-templates/image-def-fitted.d.ts +8 -0
  68. package/bundled-types/base/default-templates/image-def-isolated.d.ts +8 -0
  69. package/bundled-types/base/default-templates/isolated-and-edit.d.ts +15 -0
  70. package/bundled-types/base/default-templates/markdown-fallback.d.ts +19 -0
  71. package/bundled-types/base/default-templates/markdown.d.ts +60 -0
  72. package/bundled-types/base/default-templates/missing-template.d.ts +13 -0
  73. package/bundled-types/base/default-templates/theme-dashboard.d.ts +126 -0
  74. package/bundled-types/base/detailed-style-reference.d.ts +48 -0
  75. package/bundled-types/base/email.d.ts +10 -0
  76. package/bundled-types/base/enum.d.ts +30 -0
  77. package/bundled-types/base/ethereum-address.d.ts +13 -0
  78. package/bundled-types/base/field-component.d.ts +65 -0
  79. package/bundled-types/base/field-support.d.ts +55 -0
  80. package/bundled-types/base/file-api.d.ts +2 -0
  81. package/bundled-types/base/file-menu-items.d.ts +4 -0
  82. package/bundled-types/base/gif-image-def.d.ts +12 -0
  83. package/bundled-types/base/gif-meta-extractor.d.ts +4 -0
  84. package/bundled-types/base/gts-file-def.d.ts +7 -0
  85. package/bundled-types/base/helpers/country.d.ts +3198 -0
  86. package/bundled-types/base/helpers/sanitized-html.d.ts +2 -0
  87. package/bundled-types/base/helpers/set-background-image.d.ts +2 -0
  88. package/bundled-types/base/image-file-def.d.ts +1 -0
  89. package/bundled-types/base/image.d.ts +8 -0
  90. package/bundled-types/base/index.d.ts +1 -0
  91. package/bundled-types/base/join-the-community.d.ts +14 -0
  92. package/bundled-types/base/jpg-image-def.d.ts +12 -0
  93. package/bundled-types/base/jpg-meta-extractor.d.ts +4 -0
  94. package/bundled-types/base/json-file-def.d.ts +23 -0
  95. package/bundled-types/base/links-to-editor.d.ts +22 -0
  96. package/bundled-types/base/links-to-many-component.d.ts +7 -0
  97. package/bundled-types/base/llm-model.d.ts +6 -0
  98. package/bundled-types/base/markdown-file-def.d.ts +25 -0
  99. package/bundled-types/base/markdown-helpers.d.ts +26 -0
  100. package/bundled-types/base/markdown.d.ts +1 -0
  101. package/bundled-types/base/matrix-event.d.ts +400 -0
  102. package/bundled-types/base/menu-items.d.ts +21 -0
  103. package/bundled-types/base/number/components/badge-counter.d.ts +32 -0
  104. package/bundled-types/base/number/components/badge-metric.d.ts +34 -0
  105. package/bundled-types/base/number/components/badge-notification.d.ts +38 -0
  106. package/bundled-types/base/number/components/gauge.d.ts +45 -0
  107. package/bundled-types/base/number/components/number-input.d.ts +27 -0
  108. package/bundled-types/base/number/components/progress-bar.d.ts +44 -0
  109. package/bundled-types/base/number/components/progress-circle.d.ts +41 -0
  110. package/bundled-types/base/number/components/score.d.ts +41 -0
  111. package/bundled-types/base/number/components/stat.d.ts +38 -0
  112. package/bundled-types/base/number/util/index.d.ts +29 -0
  113. package/bundled-types/base/number.d.ts +52 -0
  114. package/bundled-types/base/percentage.d.ts +9 -0
  115. package/bundled-types/base/phone-number.d.ts +25 -0
  116. package/bundled-types/base/png-image-def.d.ts +12 -0
  117. package/bundled-types/base/png-meta-extractor.d.ts +4 -0
  118. package/bundled-types/base/positioned-card.d.ts +7 -0
  119. package/bundled-types/base/query-field-support.d.ts +6 -0
  120. package/bundled-types/base/realm-config.d.ts +16 -0
  121. package/bundled-types/base/realm.d.ts +7 -0
  122. package/bundled-types/base/resources/command-data.d.ts +43 -0
  123. package/bundled-types/base/response-field.d.ts +6 -0
  124. package/bundled-types/base/rich-markdown.d.ts +30 -0
  125. package/bundled-types/base/shared-state.d.ts +1 -0
  126. package/bundled-types/base/skill-plus.d.ts +79 -0
  127. package/bundled-types/base/skill-reference.d.ts +12 -0
  128. package/bundled-types/base/skill-set.d.ts +18 -0
  129. package/bundled-types/base/skill.d.ts +21 -0
  130. package/bundled-types/base/spec.d.ts +108 -0
  131. package/bundled-types/base/string.d.ts +2 -0
  132. package/bundled-types/base/structured-theme-variables.d.ts +85 -0
  133. package/bundled-types/base/structured-theme.d.ts +32 -0
  134. package/bundled-types/base/style-reference.d.ts +14 -0
  135. package/bundled-types/base/svg-image-def.d.ts +12 -0
  136. package/bundled-types/base/svg-meta-extractor.d.ts +12 -0
  137. package/bundled-types/base/system-card.d.ts +17 -0
  138. package/bundled-types/base/tag.d.ts +15 -0
  139. package/bundled-types/base/text-area.d.ts +2 -0
  140. package/bundled-types/base/text-file-def.d.ts +23 -0
  141. package/bundled-types/base/text-input-validator.d.ts +13 -0
  142. package/bundled-types/base/theme.d.ts +2 -0
  143. package/bundled-types/base/time/duration.d.ts +14 -0
  144. package/bundled-types/base/time/relative-time.d.ts +10 -0
  145. package/bundled-types/base/time/time-range.d.ts +11 -0
  146. package/bundled-types/base/time.d.ts +9 -0
  147. package/bundled-types/base/ts-file-def.d.ts +26 -0
  148. package/bundled-types/base/ts-highlight.d.ts +1 -0
  149. package/bundled-types/base/types/@cardstack/boxel-host/index.d.ts +5 -0
  150. package/bundled-types/base/types/ember-css-url/index.d.ts +15 -0
  151. package/bundled-types/base/typography.d.ts +14 -0
  152. package/bundled-types/base/url.d.ts +13 -0
  153. package/bundled-types/base/watched-array.d.ts +7 -0
  154. package/bundled-types/base/webp-image-def.d.ts +12 -0
  155. package/bundled-types/base/webp-meta-extractor.d.ts +4 -0
  156. package/bundled-types/base/website.d.ts +8 -0
  157. package/bundled-types/base/welcome-to-boxel.d.ts +22 -0
  158. package/bundled-types/boxel-ui/components/accordion/index.gts +50 -0
  159. package/bundled-types/boxel-ui/components/accordion/item/index.gts +156 -0
  160. package/bundled-types/boxel-ui/components/accordion/usage.gts +157 -0
  161. package/bundled-types/boxel-ui/components/add-button/index.gts +46 -0
  162. package/bundled-types/boxel-ui/components/add-button/usage.gts +54 -0
  163. package/bundled-types/boxel-ui/components/alert/index.gts +151 -0
  164. package/bundled-types/boxel-ui/components/alert/usage.gts +66 -0
  165. package/bundled-types/boxel-ui/components/avatar/index.gts +79 -0
  166. package/bundled-types/boxel-ui/components/avatar/usage.gts +96 -0
  167. package/bundled-types/boxel-ui/components/basic-fitted/index.gts +340 -0
  168. package/bundled-types/boxel-ui/components/basic-fitted/usage.gts +223 -0
  169. package/bundled-types/boxel-ui/components/button/index.gts +416 -0
  170. package/bundled-types/boxel-ui/components/button/usage.gts +334 -0
  171. package/bundled-types/boxel-ui/components/card-container/index.gts +251 -0
  172. package/bundled-types/boxel-ui/components/card-container/usage.gts +53 -0
  173. package/bundled-types/boxel-ui/components/card-header/index.gts +473 -0
  174. package/bundled-types/boxel-ui/components/card-header/usage.gts +295 -0
  175. package/bundled-types/boxel-ui/components/circle-spinner/index.gts +42 -0
  176. package/bundled-types/boxel-ui/components/circle-spinner/usage.gts +48 -0
  177. package/bundled-types/boxel-ui/components/color-palette/index.gts +134 -0
  178. package/bundled-types/boxel-ui/components/color-palette/usage.gts +69 -0
  179. package/bundled-types/boxel-ui/components/color-picker/index.gts +125 -0
  180. package/bundled-types/boxel-ui/components/color-picker/usage.gts +56 -0
  181. package/bundled-types/boxel-ui/components/container/index.gts +67 -0
  182. package/bundled-types/boxel-ui/components/container/usage.gts +59 -0
  183. package/bundled-types/boxel-ui/components/context-button/index.gts +184 -0
  184. package/bundled-types/boxel-ui/components/context-button/usage.gts +125 -0
  185. package/bundled-types/boxel-ui/components/copy-button/index.gts +79 -0
  186. package/bundled-types/boxel-ui/components/copy-button/usage.gts +25 -0
  187. package/bundled-types/boxel-ui/components/date-range-picker/index.gts +211 -0
  188. package/bundled-types/boxel-ui/components/date-range-picker/setup.gts +11 -0
  189. package/bundled-types/boxel-ui/components/date-range-picker/usage.gts +52 -0
  190. package/bundled-types/boxel-ui/components/drag-and-drop/index.gts +256 -0
  191. package/bundled-types/boxel-ui/components/drag-and-drop/usage.gts +142 -0
  192. package/bundled-types/boxel-ui/components/dropdown/index.gts +478 -0
  193. package/bundled-types/boxel-ui/components/dropdown/trigger/index.gts +70 -0
  194. package/bundled-types/boxel-ui/components/dropdown/trigger/usage.gts +54 -0
  195. package/bundled-types/boxel-ui/components/dropdown/usage.gts +119 -0
  196. package/bundled-types/boxel-ui/components/email-input/index.gts +111 -0
  197. package/bundled-types/boxel-ui/components/email-input/usage.gts +75 -0
  198. package/bundled-types/boxel-ui/components/entity-icon-display/index.gts +144 -0
  199. package/bundled-types/boxel-ui/components/entity-icon-display/usage.gts +54 -0
  200. package/bundled-types/boxel-ui/components/entity-thumbnail-display/index.gts +148 -0
  201. package/bundled-types/boxel-ui/components/entity-thumbnail-display/usage.gts +76 -0
  202. package/bundled-types/boxel-ui/components/field-container/index.gts +150 -0
  203. package/bundled-types/boxel-ui/components/field-container/usage.gts +188 -0
  204. package/bundled-types/boxel-ui/components/filter-list/index.gts +255 -0
  205. package/bundled-types/boxel-ui/components/filter-list/usage.gts +153 -0
  206. package/bundled-types/boxel-ui/components/fitted-card-container/index.gts +66 -0
  207. package/bundled-types/boxel-ui/components/fitted-card-container/usage.gts +81 -0
  208. package/bundled-types/boxel-ui/components/grid-container/grid-item-container/index.gts +37 -0
  209. package/bundled-types/boxel-ui/components/grid-container/index.gts +116 -0
  210. package/bundled-types/boxel-ui/components/grid-container/usage.gts +105 -0
  211. package/bundled-types/boxel-ui/components/header/index.gts +101 -0
  212. package/bundled-types/boxel-ui/components/header/usage.gts +116 -0
  213. package/bundled-types/boxel-ui/components/icon-button/index.gts +148 -0
  214. package/bundled-types/boxel-ui/components/icon-button/usage.gts +249 -0
  215. package/bundled-types/boxel-ui/components/input/index.gts +560 -0
  216. package/bundled-types/boxel-ui/components/input/usage.gts +449 -0
  217. package/bundled-types/boxel-ui/components/input-group/accessories/index.gts +191 -0
  218. package/bundled-types/boxel-ui/components/input-group/controls/index.gts +54 -0
  219. package/bundled-types/boxel-ui/components/input-group/index.gts +347 -0
  220. package/bundled-types/boxel-ui/components/input-group/usage.gts +437 -0
  221. package/bundled-types/boxel-ui/components/kanban/card.gts +89 -0
  222. package/bundled-types/boxel-ui/components/kanban/column-header.gts +151 -0
  223. package/bundled-types/boxel-ui/components/kanban/drag.gts +1007 -0
  224. package/bundled-types/boxel-ui/components/kanban/engine.ts +247 -0
  225. package/bundled-types/boxel-ui/components/kanban/ghost.gts +64 -0
  226. package/bundled-types/boxel-ui/components/kanban/index.gts +16 -0
  227. package/bundled-types/boxel-ui/components/kanban/modifiers.gts +42 -0
  228. package/bundled-types/boxel-ui/components/kanban/plane-inner.gts +525 -0
  229. package/bundled-types/boxel-ui/components/kanban/plane.gts +163 -0
  230. package/bundled-types/boxel-ui/components/kanban/usage.gts +392 -0
  231. package/bundled-types/boxel-ui/components/label/index.gts +64 -0
  232. package/bundled-types/boxel-ui/components/loading-indicator/index.gts +78 -0
  233. package/bundled-types/boxel-ui/components/loading-indicator/usage.gts +72 -0
  234. package/bundled-types/boxel-ui/components/menu/index.gts +267 -0
  235. package/bundled-types/boxel-ui/components/menu/usage.gts +100 -0
  236. package/bundled-types/boxel-ui/components/message/index.gts +146 -0
  237. package/bundled-types/boxel-ui/components/message/usage.gts +263 -0
  238. package/bundled-types/boxel-ui/components/modal/index.gts +159 -0
  239. package/bundled-types/boxel-ui/components/modal/usage.gts +206 -0
  240. package/bundled-types/boxel-ui/components/multi-select/after-options.gts +59 -0
  241. package/bundled-types/boxel-ui/components/multi-select/index.gts +230 -0
  242. package/bundled-types/boxel-ui/components/multi-select/selected-item.gts +91 -0
  243. package/bundled-types/boxel-ui/components/multi-select/trigger.gts +190 -0
  244. package/bundled-types/boxel-ui/components/multi-select/usage.gts +420 -0
  245. package/bundled-types/boxel-ui/components/phone-input/index.gts +149 -0
  246. package/bundled-types/boxel-ui/components/phone-input/usage.gts +73 -0
  247. package/bundled-types/boxel-ui/components/picker/before-options-with-search.gts +340 -0
  248. package/bundled-types/boxel-ui/components/picker/index.gts +427 -0
  249. package/bundled-types/boxel-ui/components/picker/option-row.gts +270 -0
  250. package/bundled-types/boxel-ui/components/picker/selected-item.gts +171 -0
  251. package/bundled-types/boxel-ui/components/picker/trigger-labeled.gts +216 -0
  252. package/bundled-types/boxel-ui/components/picker/usage.gts +179 -0
  253. package/bundled-types/boxel-ui/components/pill/index.gts +231 -0
  254. package/bundled-types/boxel-ui/components/pill/usage.gts +230 -0
  255. package/bundled-types/boxel-ui/components/progress-bar/index.gts +124 -0
  256. package/bundled-types/boxel-ui/components/progress-bar/usage.gts +131 -0
  257. package/bundled-types/boxel-ui/components/progress-radial/index.gts +95 -0
  258. package/bundled-types/boxel-ui/components/progress-radial/usage.gts +79 -0
  259. package/bundled-types/boxel-ui/components/radio-input/index.gts +143 -0
  260. package/bundled-types/boxel-ui/components/radio-input/item.gts +210 -0
  261. package/bundled-types/boxel-ui/components/radio-input/usage.gts +303 -0
  262. package/bundled-types/boxel-ui/components/realm-icon/index.gts +129 -0
  263. package/bundled-types/boxel-ui/components/realm-icon/usage.gts +62 -0
  264. package/bundled-types/boxel-ui/components/resizable-panel-group/handle.gts +180 -0
  265. package/bundled-types/boxel-ui/components/resizable-panel-group/index.gts +341 -0
  266. package/bundled-types/boxel-ui/components/resizable-panel-group/panel.gts +86 -0
  267. package/bundled-types/boxel-ui/components/resizable-panel-group/usage.gts +350 -0
  268. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/adjust-layout-by-delta.ts +231 -0
  269. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/assert.ts +10 -0
  270. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/calculate-delta-percentage.ts +41 -0
  271. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/calculate-unsafe-default-layout.ts +53 -0
  272. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/compare-layouts.ts +12 -0
  273. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/const.ts +6 -0
  274. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/determine-pivot-indices.ts +15 -0
  275. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/dom/get-panel-element.ts +10 -0
  276. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/dom/get-panel-elements-for-group.ts +8 -0
  277. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/dom/get-panel-group-element.ts +21 -0
  278. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/dom/get-resize-handle-element-index.ts +14 -0
  279. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/dom/get-resize-handle-element.ts +12 -0
  280. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/dom/get-resize-handle-elements-for-group.ts +10 -0
  281. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/fuzzy-layouts-equal.ts +22 -0
  282. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/fuzzy-numbers.ts +21 -0
  283. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/get-resize-event-coordinates.ts +8 -0
  284. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/get-resize-event-cursor-position.ts +10 -0
  285. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/panel-resize-handle-registry.ts +446 -0
  286. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/resize-panel.ts +35 -0
  287. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/types.ts +23 -0
  288. package/bundled-types/boxel-ui/components/resizable-panel-group/utils/validate-panel-group-layout.ts +86 -0
  289. package/bundled-types/boxel-ui/components/select/index.gts +882 -0
  290. package/bundled-types/boxel-ui/components/select/trigger.gts +132 -0
  291. package/bundled-types/boxel-ui/components/select/usage.gts +353 -0
  292. package/bundled-types/boxel-ui/components/skeleton-placeholder/index.gts +89 -0
  293. package/bundled-types/boxel-ui/components/skeleton-placeholder/usage.gts +102 -0
  294. package/bundled-types/boxel-ui/components/sort-dropdown/index.gts +91 -0
  295. package/bundled-types/boxel-ui/components/sort-dropdown/usage.gts +77 -0
  296. package/bundled-types/boxel-ui/components/swatch/index.gts +81 -0
  297. package/bundled-types/boxel-ui/components/swatch/usage.gts +57 -0
  298. package/bundled-types/boxel-ui/components/switch/index.gts +95 -0
  299. package/bundled-types/boxel-ui/components/switch/usage.gts +79 -0
  300. package/bundled-types/boxel-ui/components/tabbed-header/index.gts +141 -0
  301. package/bundled-types/boxel-ui/components/tabbed-header/usage.gts +103 -0
  302. package/bundled-types/boxel-ui/components/tag/index.gts +50 -0
  303. package/bundled-types/boxel-ui/components/tag/usage.gts +89 -0
  304. package/bundled-types/boxel-ui/components/tag-list/index.gts +85 -0
  305. package/bundled-types/boxel-ui/components/tag-list/usage.gts +129 -0
  306. package/bundled-types/boxel-ui/components/tooltip/index.gts +306 -0
  307. package/bundled-types/boxel-ui/components/tooltip/usage.gts +168 -0
  308. package/bundled-types/boxel-ui/components/view-selector/index.gts +166 -0
  309. package/bundled-types/boxel-ui/components/view-selector/usage.gts +149 -0
  310. package/bundled-types/boxel-ui/components.ts +169 -0
  311. package/bundled-types/boxel-ui/helpers/add-class-to-svg.ts +8 -0
  312. package/bundled-types/boxel-ui/helpers/clipboard.ts +21 -0
  313. package/bundled-types/boxel-ui/helpers/cn.ts +12 -0
  314. package/bundled-types/boxel-ui/helpers/color-tools.ts +331 -0
  315. package/bundled-types/boxel-ui/helpers/compact.ts +3 -0
  316. package/bundled-types/boxel-ui/helpers/contrast-color.ts +32 -0
  317. package/bundled-types/boxel-ui/helpers/css-var.ts +41 -0
  318. package/bundled-types/boxel-ui/helpers/currency-format.ts +25 -0
  319. package/bundled-types/boxel-ui/helpers/dayjs-format.ts +27 -0
  320. package/bundled-types/boxel-ui/helpers/deterministic-color-from-string.ts +45 -0
  321. package/bundled-types/boxel-ui/helpers/element.ts +16 -0
  322. package/bundled-types/boxel-ui/helpers/extract-css-variables.ts +126 -0
  323. package/bundled-types/boxel-ui/helpers/format-age.ts +72 -0
  324. package/bundled-types/boxel-ui/helpers/format-countdown.ts +110 -0
  325. package/bundled-types/boxel-ui/helpers/format-currency.ts +95 -0
  326. package/bundled-types/boxel-ui/helpers/format-date-time.ts +567 -0
  327. package/bundled-types/boxel-ui/helpers/format-duration.ts +143 -0
  328. package/bundled-types/boxel-ui/helpers/format-file-size.ts +49 -0
  329. package/bundled-types/boxel-ui/helpers/format-list.ts +73 -0
  330. package/bundled-types/boxel-ui/helpers/format-names.ts +103 -0
  331. package/bundled-types/boxel-ui/helpers/format-number.ts +140 -0
  332. package/bundled-types/boxel-ui/helpers/format-ordinal.ts +115 -0
  333. package/bundled-types/boxel-ui/helpers/format-period.ts +188 -0
  334. package/bundled-types/boxel-ui/helpers/format-relative-time.ts +789 -0
  335. package/bundled-types/boxel-ui/helpers/generate-css-variables.ts +47 -0
  336. package/bundled-types/boxel-ui/helpers/markdown-escape.ts +36 -0
  337. package/bundled-types/boxel-ui/helpers/math-helpers.ts +18 -0
  338. package/bundled-types/boxel-ui/helpers/menu-divider.ts +15 -0
  339. package/bundled-types/boxel-ui/helpers/menu-item.ts +76 -0
  340. package/bundled-types/boxel-ui/helpers/optional.ts +7 -0
  341. package/bundled-types/boxel-ui/helpers/pick.ts +11 -0
  342. package/bundled-types/boxel-ui/helpers/sanitize-html.ts +45 -0
  343. package/bundled-types/boxel-ui/helpers/string.ts +15 -0
  344. package/bundled-types/boxel-ui/helpers/theme-css.ts +148 -0
  345. package/bundled-types/boxel-ui/helpers/truth-helpers.ts +48 -0
  346. package/bundled-types/boxel-ui/helpers/validate-email-format.ts +138 -0
  347. package/bundled-types/boxel-ui/helpers/validate-phone-format.ts +201 -0
  348. package/bundled-types/boxel-ui/helpers.ts +134 -0
  349. package/bundled-types/boxel-ui/icons/ai-bw.gts +22 -0
  350. package/bundled-types/boxel-ui/icons/arrow-left.gts +25 -0
  351. package/bundled-types/boxel-ui/icons/arrow-right.gts +28 -0
  352. package/bundled-types/boxel-ui/icons/arrow-top-left.gts +22 -0
  353. package/bundled-types/boxel-ui/icons/arrow-up.gts +25 -0
  354. package/bundled-types/boxel-ui/icons/atom.gts +26 -0
  355. package/bundled-types/boxel-ui/icons/boxel-icon-with-text.gts +29 -0
  356. package/bundled-types/boxel-ui/icons/boxel-icon.gts +34 -0
  357. package/bundled-types/boxel-ui/icons/card-definition.gts +26 -0
  358. package/bundled-types/boxel-ui/icons/card-instance.gts +26 -0
  359. package/bundled-types/boxel-ui/icons/card.gts +24 -0
  360. package/bundled-types/boxel-ui/icons/cardbot-lg.gts +24 -0
  361. package/bundled-types/boxel-ui/icons/caret-down.gts +23 -0
  362. package/bundled-types/boxel-ui/icons/caret-up.gts +23 -0
  363. package/bundled-types/boxel-ui/icons/check-mark.gts +23 -0
  364. package/bundled-types/boxel-ui/icons/chevron-right.gts +23 -0
  365. package/bundled-types/boxel-ui/icons/copy.gts +28 -0
  366. package/bundled-types/boxel-ui/icons/diagonal-arrow-left-up.gts +21 -0
  367. package/bundled-types/boxel-ui/icons/download.gts +19 -0
  368. package/bundled-types/boxel-ui/icons/dropdown-arrow-down.gts +20 -0
  369. package/bundled-types/boxel-ui/icons/dropdown-arrow-filled.gts +19 -0
  370. package/bundled-types/boxel-ui/icons/dropdown-arrow-up.gts +20 -0
  371. package/bundled-types/boxel-ui/icons/edit.gts +14 -0
  372. package/bundled-types/boxel-ui/icons/embedded.gts +34 -0
  373. package/bundled-types/boxel-ui/icons/exclamation-circle.gts +26 -0
  374. package/bundled-types/boxel-ui/icons/exclamation.gts +20 -0
  375. package/bundled-types/boxel-ui/icons/eye.gts +19 -0
  376. package/bundled-types/boxel-ui/icons/failure-bordered.gts +26 -0
  377. package/bundled-types/boxel-ui/icons/field.gts +26 -0
  378. package/bundled-types/boxel-ui/icons/file-alert.gts +28 -0
  379. package/bundled-types/boxel-ui/icons/file.gts +27 -0
  380. package/bundled-types/boxel-ui/icons/fitted.gts +42 -0
  381. package/bundled-types/boxel-ui/icons/folder.gts +26 -0
  382. package/bundled-types/boxel-ui/icons/form.gts +38 -0
  383. package/bundled-types/boxel-ui/icons/four-lines.gts +21 -0
  384. package/bundled-types/boxel-ui/icons/grid-3x3.gts +26 -0
  385. package/bundled-types/boxel-ui/icons/group.gts +22 -0
  386. package/bundled-types/boxel-ui/icons/head.gts +28 -0
  387. package/bundled-types/boxel-ui/icons/highlight-icon.gts +46 -0
  388. package/bundled-types/boxel-ui/icons/icon-circle-selected.gts +25 -0
  389. package/bundled-types/boxel-ui/icons/icon-circle.gts +25 -0
  390. package/bundled-types/boxel-ui/icons/icon-code.gts +22 -0
  391. package/bundled-types/boxel-ui/icons/icon-funnel.gts +23 -0
  392. package/bundled-types/boxel-ui/icons/icon-globe.gts +19 -0
  393. package/bundled-types/boxel-ui/icons/icon-grid.gts +68 -0
  394. package/bundled-types/boxel-ui/icons/icon-hexagon.gts +22 -0
  395. package/bundled-types/boxel-ui/icons/icon-inherit.gts +19 -0
  396. package/bundled-types/boxel-ui/icons/icon-link.gts +20 -0
  397. package/bundled-types/boxel-ui/icons/icon-list.gts +40 -0
  398. package/bundled-types/boxel-ui/icons/icon-minus-circle.gts +26 -0
  399. package/bundled-types/boxel-ui/icons/icon-pencil-crossed-out.gts +33 -0
  400. package/bundled-types/boxel-ui/icons/icon-pencil-not-crossed-out.gts +21 -0
  401. package/bundled-types/boxel-ui/icons/icon-pencil.gts +23 -0
  402. package/bundled-types/boxel-ui/icons/icon-plus-circle.gts +31 -0
  403. package/bundled-types/boxel-ui/icons/icon-plus-thin.gts +19 -0
  404. package/bundled-types/boxel-ui/icons/icon-plus.gts +20 -0
  405. package/bundled-types/boxel-ui/icons/icon-search-thick.gts +27 -0
  406. package/bundled-types/boxel-ui/icons/icon-search.gts +25 -0
  407. package/bundled-types/boxel-ui/icons/icon-table.gts +44 -0
  408. package/bundled-types/boxel-ui/icons/icon-trash.gts +24 -0
  409. package/bundled-types/boxel-ui/icons/icon-turn-down-right.gts +18 -0
  410. package/bundled-types/boxel-ui/icons/icon-x.gts +21 -0
  411. package/bundled-types/boxel-ui/icons/image-placeholder.gts +30 -0
  412. package/bundled-types/boxel-ui/icons/isolated.gts +20 -0
  413. package/bundled-types/boxel-ui/icons/loading-indicator.gts +26 -0
  414. package/bundled-types/boxel-ui/icons/lock.gts +23 -0
  415. package/bundled-types/boxel-ui/icons/markdown.gts +19 -0
  416. package/bundled-types/boxel-ui/icons/profile.gts +23 -0
  417. package/bundled-types/boxel-ui/icons/publish-site-icon.gts +25 -0
  418. package/bundled-types/boxel-ui/icons/rows-4.gts +26 -0
  419. package/bundled-types/boxel-ui/icons/select-all.gts +25 -0
  420. package/bundled-types/boxel-ui/icons/send.gts +21 -0
  421. package/bundled-types/boxel-ui/icons/sparkle.gts +21 -0
  422. package/bundled-types/boxel-ui/icons/star-filled.gts +25 -0
  423. package/bundled-types/boxel-ui/icons/star-half-fill.gts +27 -0
  424. package/bundled-types/boxel-ui/icons/star.gts +25 -0
  425. package/bundled-types/boxel-ui/icons/success-bordered.gts +30 -0
  426. package/bundled-types/boxel-ui/icons/three-dots-horizontal.gts +21 -0
  427. package/bundled-types/boxel-ui/icons/triangle-left.gts +23 -0
  428. package/bundled-types/boxel-ui/icons/triangle-right.gts +23 -0
  429. package/bundled-types/boxel-ui/icons/types.ts +10 -0
  430. package/bundled-types/boxel-ui/icons/upload.gts +20 -0
  431. package/bundled-types/boxel-ui/icons/warning.gts +19 -0
  432. package/bundled-types/boxel-ui/icons.gts +249 -0
  433. package/bundled-types/boxel-ui/modifiers/auto-focus.ts +7 -0
  434. package/bundled-types/boxel-ui/modifiers/set-css-var.ts +24 -0
  435. package/bundled-types/boxel-ui/modifiers.ts +14 -0
  436. package/bundled-types/boxel-ui/types/@cardstack/boxel-ui/index.d.ts +3 -0
  437. package/bundled-types/boxel-ui/types/ember-css-url/index.d.ts +15 -0
  438. package/bundled-types/boxel-ui/types/ember-draggable-modifiers/index.d.ts +109 -0
  439. package/bundled-types/boxel-ui/types/ember-draggable-modifiers/utils.d.ts +7 -0
  440. package/bundled-types/boxel-ui/types/ember-focus-trap/index.d.ts +20 -0
  441. package/bundled-types/boxel-ui/types/ember-power-calendar/components/index.d.ts +9 -0
  442. package/bundled-types/boxel-ui/types/ember-resize-modifier/index.d.ts +14 -0
  443. package/bundled-types/boxel-ui/types/ember-set-body-class/index.d.ts +12 -0
  444. package/bundled-types/boxel-ui/types/ember-sortable/index.d.ts +52 -0
  445. package/bundled-types/boxel-ui/types/global.d.ts +7 -0
  446. package/bundled-types/boxel-ui/usage.ts +112 -0
  447. package/bundled-types/boxel-ui/utils/date-utils.ts +192 -0
  448. package/bundled-types/boxel-ui/utils/fitted-formats.ts +161 -0
  449. package/bundled-types/host-app/app.ts +22 -0
  450. package/bundled-types/host-app/commands/add-field-to-card-definition.ts +74 -0
  451. package/bundled-types/host-app/commands/ai-assistant.ts +203 -0
  452. package/bundled-types/host-app/commands/apply-markdown-edit.ts +203 -0
  453. package/bundled-types/host-app/commands/apply-search-replace-block.ts +225 -0
  454. package/bundled-types/host-app/commands/ask-ai.ts +66 -0
  455. package/bundled-types/host-app/commands/authed-fetch.ts +53 -0
  456. package/bundled-types/host-app/commands/bot-requests/create-listing-pr-request.ts +77 -0
  457. package/bundled-types/host-app/commands/bot-requests/send-bot-trigger-event.ts +53 -0
  458. package/bundled-types/host-app/commands/can-read-realm.ts +34 -0
  459. package/bundled-types/host-app/commands/cancel-indexing-job.ts +29 -0
  460. package/bundled-types/host-app/commands/check-correctness.ts +309 -0
  461. package/bundled-types/host-app/commands/copy-and-edit.ts +311 -0
  462. package/bundled-types/host-app/commands/copy-card-as-markdown.ts +41 -0
  463. package/bundled-types/host-app/commands/copy-card-to-stack.ts +70 -0
  464. package/bundled-types/host-app/commands/copy-card.ts +67 -0
  465. package/bundled-types/host-app/commands/copy-file-to-realm.ts +82 -0
  466. package/bundled-types/host-app/commands/copy-source.ts +46 -0
  467. package/bundled-types/host-app/commands/create-ai-assistant-room.ts +144 -0
  468. package/bundled-types/host-app/commands/create-and-open-submission-workflow-card.ts +30 -0
  469. package/bundled-types/host-app/commands/create-specs.ts +422 -0
  470. package/bundled-types/host-app/commands/create-submission-workflow.ts +172 -0
  471. package/bundled-types/host-app/commands/evaluate-module.ts +119 -0
  472. package/bundled-types/host-app/commands/execute-atomic-operations.ts +44 -0
  473. package/bundled-types/host-app/commands/fetch-card-json.ts +33 -0
  474. package/bundled-types/host-app/commands/full-reindex-realm.ts +30 -0
  475. package/bundled-types/host-app/commands/generate-example-cards.ts +298 -0
  476. package/bundled-types/host-app/commands/generate-readme-spec.ts +116 -0
  477. package/bundled-types/host-app/commands/generate-theme-example.ts +147 -0
  478. package/bundled-types/host-app/commands/generate-thumbnail.ts +247 -0
  479. package/bundled-types/host-app/commands/get-all-realm-metas.ts +38 -0
  480. package/bundled-types/host-app/commands/get-available-realm-identifiers.ts +29 -0
  481. package/bundled-types/host-app/commands/get-card-type-schema.ts +59 -0
  482. package/bundled-types/host-app/commands/get-card.ts +34 -0
  483. package/bundled-types/host-app/commands/get-catalog-realm-identifiers.ts +29 -0
  484. package/bundled-types/host-app/commands/get-default-writable-realm.ts +28 -0
  485. package/bundled-types/host-app/commands/get-events-from-room.ts +70 -0
  486. package/bundled-types/host-app/commands/get-realm-of-resource-identifier.ts +37 -0
  487. package/bundled-types/host-app/commands/get-user-system-card.ts +38 -0
  488. package/bundled-types/host-app/commands/index.ts +590 -0
  489. package/bundled-types/host-app/commands/instantiate-card.ts +185 -0
  490. package/bundled-types/host-app/commands/invalidate-realm-identifiers.ts +33 -0
  491. package/bundled-types/host-app/commands/invite-user-to-room.ts +34 -0
  492. package/bundled-types/host-app/commands/lint-and-fix.ts +60 -0
  493. package/bundled-types/host-app/commands/listing-action-build.ts +79 -0
  494. package/bundled-types/host-app/commands/listing-action-init.ts +106 -0
  495. package/bundled-types/host-app/commands/listing-create.ts +632 -0
  496. package/bundled-types/host-app/commands/listing-generate-example.ts +83 -0
  497. package/bundled-types/host-app/commands/listing-install.ts +227 -0
  498. package/bundled-types/host-app/commands/listing-remix.ts +150 -0
  499. package/bundled-types/host-app/commands/listing-update-specs.ts +116 -0
  500. package/bundled-types/host-app/commands/listing-use.ts +97 -0
  501. package/bundled-types/host-app/commands/one-shot-llm-request.ts +209 -0
  502. package/bundled-types/host-app/commands/open-ai-assistant-room.ts +38 -0
  503. package/bundled-types/host-app/commands/open-create-listing-modal.ts +52 -0
  504. package/bundled-types/host-app/commands/open-in-interact-mode.ts +36 -0
  505. package/bundled-types/host-app/commands/open-workspace.ts +38 -0
  506. package/bundled-types/host-app/commands/patch-card-instance.ts +108 -0
  507. package/bundled-types/host-app/commands/patch-code.ts +243 -0
  508. package/bundled-types/host-app/commands/patch-fields.ts +304 -0
  509. package/bundled-types/host-app/commands/patch-theme.ts +52 -0
  510. package/bundled-types/host-app/commands/persist-module-inspector-view.ts +41 -0
  511. package/bundled-types/host-app/commands/populate-with-sample-data.ts +84 -0
  512. package/bundled-types/host-app/commands/preview-format.ts +52 -0
  513. package/bundled-types/host-app/commands/read-binary-file.ts +62 -0
  514. package/bundled-types/host-app/commands/read-card-for-ai-assistant.ts +50 -0
  515. package/bundled-types/host-app/commands/read-file-for-ai-assistant.ts +46 -0
  516. package/bundled-types/host-app/commands/read-source.ts +46 -0
  517. package/bundled-types/host-app/commands/read-text-file.ts +44 -0
  518. package/bundled-types/host-app/commands/register-bot.ts +42 -0
  519. package/bundled-types/host-app/commands/reindex-realm.ts +30 -0
  520. package/bundled-types/host-app/commands/retry-submission-workflow.ts +119 -0
  521. package/bundled-types/host-app/commands/sanitize-module-list.ts +83 -0
  522. package/bundled-types/host-app/commands/save-card.ts +44 -0
  523. package/bundled-types/host-app/commands/screenshot-card.ts +148 -0
  524. package/bundled-types/host-app/commands/search-and-choose.ts +180 -0
  525. package/bundled-types/host-app/commands/search-cards.ts +102 -0
  526. package/bundled-types/host-app/commands/search-google-images.ts +100 -0
  527. package/bundled-types/host-app/commands/send-ai-assistant-message.ts +122 -0
  528. package/bundled-types/host-app/commands/send-request-via-proxy.ts +70 -0
  529. package/bundled-types/host-app/commands/serialize-card.ts +45 -0
  530. package/bundled-types/host-app/commands/set-active-llm.ts +39 -0
  531. package/bundled-types/host-app/commands/set-user-system-card.ts +29 -0
  532. package/bundled-types/host-app/commands/show-card.ts +102 -0
  533. package/bundled-types/host-app/commands/show-file.ts +39 -0
  534. package/bundled-types/host-app/commands/store-add.ts +37 -0
  535. package/bundled-types/host-app/commands/summarize-session.ts +82 -0
  536. package/bundled-types/host-app/commands/switch-submode.ts +112 -0
  537. package/bundled-types/host-app/commands/sync-openrouter-models.ts +373 -0
  538. package/bundled-types/host-app/commands/transform-cards.ts +59 -0
  539. package/bundled-types/host-app/commands/unregister-bot.ts +29 -0
  540. package/bundled-types/host-app/commands/update-code-path-with-selection.ts +45 -0
  541. package/bundled-types/host-app/commands/update-playground-selection.ts +37 -0
  542. package/bundled-types/host-app/commands/update-room-skills.ts +231 -0
  543. package/bundled-types/host-app/commands/utils.ts +178 -0
  544. package/bundled-types/host-app/commands/validate-realm.ts +40 -0
  545. package/bundled-types/host-app/commands/write-binary-file.ts +142 -0
  546. package/bundled-types/host-app/commands/write-text-file.ts +104 -0
  547. package/bundled-types/host-app/components/.gitkeep +0 -0
  548. package/bundled-types/host-app/components/ai-assistant/action-bar.gts +188 -0
  549. package/bundled-types/host-app/components/ai-assistant/ai-assist-button-active-bg.webp +0 -0
  550. package/bundled-types/host-app/components/ai-assistant/ai-assist-button-active-bg@2x.webp +0 -0
  551. package/bundled-types/host-app/components/ai-assistant/ai-assist-button-active-bg@3x.webp +0 -0
  552. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon-animated.webp +0 -0
  553. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon-bw.png +0 -0
  554. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon-bw@2x.png +0 -0
  555. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon-bw@3x.png +0 -0
  556. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon.webp +0 -0
  557. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon@2x.webp +0 -0
  558. package/bundled-types/host-app/components/ai-assistant/ai-assist-icon@3x.webp +0 -0
  559. package/bundled-types/host-app/components/ai-assistant/apply-button/index.gts +226 -0
  560. package/bundled-types/host-app/components/ai-assistant/apply-button/usage.gts +81 -0
  561. package/bundled-types/host-app/components/ai-assistant/attached-file-dropdown-menu.gts +179 -0
  562. package/bundled-types/host-app/components/ai-assistant/attachment-picker/attach-button.gts +176 -0
  563. package/bundled-types/host-app/components/ai-assistant/attachment-picker/attached-items.gts +271 -0
  564. package/bundled-types/host-app/components/ai-assistant/attachment-picker/index.gts +144 -0
  565. package/bundled-types/host-app/components/ai-assistant/attachment-picker/usage.gts +127 -0
  566. package/bundled-types/host-app/components/ai-assistant/button.gts +60 -0
  567. package/bundled-types/host-app/components/ai-assistant/chat-input/index.gts +203 -0
  568. package/bundled-types/host-app/components/ai-assistant/chat-input/usage.gts +68 -0
  569. package/bundled-types/host-app/components/ai-assistant/code-block/actions.gts +58 -0
  570. package/bundled-types/host-app/components/ai-assistant/code-block/apply-code-patch-button.gts +66 -0
  571. package/bundled-types/host-app/components/ai-assistant/code-block/command-header.gts +115 -0
  572. package/bundled-types/host-app/components/ai-assistant/code-block/diff-editor-header.gts +209 -0
  573. package/bundled-types/host-app/components/ai-assistant/code-block/index.gts +228 -0
  574. package/bundled-types/host-app/components/ai-assistant/code-block/patch-footer.gts +32 -0
  575. package/bundled-types/host-app/components/ai-assistant/code-block/view-code-button.gts +73 -0
  576. package/bundled-types/host-app/components/ai-assistant/focus-pill/index.gts +60 -0
  577. package/bundled-types/host-app/components/ai-assistant/focus-pill/usage.gts +45 -0
  578. package/bundled-types/host-app/components/ai-assistant/llm-mode-toggle.gts +113 -0
  579. package/bundled-types/host-app/components/ai-assistant/llm-select.gts +158 -0
  580. package/bundled-types/host-app/components/ai-assistant/message/aibot-message.gts +374 -0
  581. package/bundled-types/host-app/components/ai-assistant/message/attachments.gts +153 -0
  582. package/bundled-types/host-app/components/ai-assistant/message/index.gts +678 -0
  583. package/bundled-types/host-app/components/ai-assistant/message/meta.gts +66 -0
  584. package/bundled-types/host-app/components/ai-assistant/message/text-content.gts +32 -0
  585. package/bundled-types/host-app/components/ai-assistant/message/usage.gts +182 -0
  586. package/bundled-types/host-app/components/ai-assistant/message/user-message.gts +52 -0
  587. package/bundled-types/host-app/components/ai-assistant/new-session-button.gts +126 -0
  588. package/bundled-types/host-app/components/ai-assistant/new-session-settings.gts +180 -0
  589. package/bundled-types/host-app/components/ai-assistant/new-session.gts +83 -0
  590. package/bundled-types/host-app/components/ai-assistant/panel-popover.gts +102 -0
  591. package/bundled-types/host-app/components/ai-assistant/panel.gts +453 -0
  592. package/bundled-types/host-app/components/ai-assistant/past-session-item.gts +323 -0
  593. package/bundled-types/host-app/components/ai-assistant/past-sessions.gts +115 -0
  594. package/bundled-types/host-app/components/ai-assistant/rename-session.gts +144 -0
  595. package/bundled-types/host-app/components/ai-assistant/restore-file-modal.gts +105 -0
  596. package/bundled-types/host-app/components/ai-assistant/skill-menu/index.gts +190 -0
  597. package/bundled-types/host-app/components/ai-assistant/skill-menu/skill-toggle.gts +168 -0
  598. package/bundled-types/host-app/components/ai-assistant/skill-menu/usage.gts +48 -0
  599. package/bundled-types/host-app/components/ai-assistant/toast.gts +293 -0
  600. package/bundled-types/host-app/components/card-catalog/modal.gts +579 -0
  601. package/bundled-types/host-app/components/card-error.gts +41 -0
  602. package/bundled-types/host-app/components/card-instance-picker/index.gts +54 -0
  603. package/bundled-types/host-app/components/card-pill.gts +189 -0
  604. package/bundled-types/host-app/components/card-prerender.gts +880 -0
  605. package/bundled-types/host-app/components/card-renderer.gts +84 -0
  606. package/bundled-types/host-app/components/card-search/constants.ts +76 -0
  607. package/bundled-types/host-app/components/card-search/item-button.gts +243 -0
  608. package/bundled-types/host-app/components/card-search/panel.gts +150 -0
  609. package/bundled-types/host-app/components/card-search/search-bar.gts +218 -0
  610. package/bundled-types/host-app/components/card-search/search-content.gts +604 -0
  611. package/bundled-types/host-app/components/card-search/search-result-header.gts +165 -0
  612. package/bundled-types/host-app/components/card-search/search-result-section.gts +545 -0
  613. package/bundled-types/host-app/components/card-search/section-header.gts +117 -0
  614. package/bundled-types/host-app/components/editor/directory.gts +308 -0
  615. package/bundled-types/host-app/components/editor/file-tree.gts +69 -0
  616. package/bundled-types/host-app/components/editor/import-module.gts +27 -0
  617. package/bundled-types/host-app/components/editor/indexed-file-tree.gts +572 -0
  618. package/bundled-types/host-app/components/editor/recent-files.gts +141 -0
  619. package/bundled-types/host-app/components/file-pill.gts +206 -0
  620. package/bundled-types/host-app/components/head-format-preview.gts +781 -0
  621. package/bundled-types/host-app/components/host-mode/breadcrumb-item.gts +150 -0
  622. package/bundled-types/host-app/components/host-mode/breadcrumbs.gts +131 -0
  623. package/bundled-types/host-app/components/host-mode/card.gts +199 -0
  624. package/bundled-types/host-app/components/host-mode/content.gts +195 -0
  625. package/bundled-types/host-app/components/host-mode/stack-item.gts +310 -0
  626. package/bundled-types/host-app/components/host-mode/stack.gts +91 -0
  627. package/bundled-types/host-app/components/matrix/auth-container.gts +66 -0
  628. package/bundled-types/host-app/components/matrix/auth.gts +73 -0
  629. package/bundled-types/host-app/components/matrix/forgot-password.gts +487 -0
  630. package/bundled-types/host-app/components/matrix/login.gts +241 -0
  631. package/bundled-types/host-app/components/matrix/register-user.gts +843 -0
  632. package/bundled-types/host-app/components/matrix/room-message-command.gts +330 -0
  633. package/bundled-types/host-app/components/matrix/room-message.gts +261 -0
  634. package/bundled-types/host-app/components/matrix/room.gts +1872 -0
  635. package/bundled-types/host-app/components/matrix/user-profile.gts +99 -0
  636. package/bundled-types/host-app/components/modal-container.gts +171 -0
  637. package/bundled-types/host-app/components/operator-mode/binary-file-info.gts +77 -0
  638. package/bundled-types/host-app/components/operator-mode/card-adoption-chain.gts +99 -0
  639. package/bundled-types/host-app/components/operator-mode/card-error-detail.gts +87 -0
  640. package/bundled-types/host-app/components/operator-mode/card-error.gts +177 -0
  641. package/bundled-types/host-app/components/operator-mode/card-schema-editor.gts +616 -0
  642. package/bundled-types/host-app/components/operator-mode/card-url-bar.gts +197 -0
  643. package/bundled-types/host-app/components/operator-mode/choose-file-modal.gts +562 -0
  644. package/bundled-types/host-app/components/operator-mode/choose-subscription-plan-modal.gts +517 -0
  645. package/bundled-types/host-app/components/operator-mode/code-editor.gts +736 -0
  646. package/bundled-types/host-app/components/operator-mode/code-submode/editor-indicator.gts +128 -0
  647. package/bundled-types/host-app/components/operator-mode/code-submode/format-chooser.gts +589 -0
  648. package/bundled-types/host-app/components/operator-mode/code-submode/inner-container.gts +162 -0
  649. package/bundled-types/host-app/components/operator-mode/code-submode/left-panel-toggle.gts +267 -0
  650. package/bundled-types/host-app/components/operator-mode/code-submode/module-inspector.gts +836 -0
  651. package/bundled-types/host-app/components/operator-mode/code-submode/playground/field-chooser-modal.gts +97 -0
  652. package/bundled-types/host-app/components/operator-mode/code-submode/playground/instance-chooser-dropdown.gts +346 -0
  653. package/bundled-types/host-app/components/operator-mode/code-submode/playground/playground-background.png +0 -0
  654. package/bundled-types/host-app/components/operator-mode/code-submode/playground/playground-panel.gts +1274 -0
  655. package/bundled-types/host-app/components/operator-mode/code-submode/playground/playground-preview.gts +155 -0
  656. package/bundled-types/host-app/components/operator-mode/code-submode/playground/playground.gts +98 -0
  657. package/bundled-types/host-app/components/operator-mode/code-submode/playground/spec-search.gts +70 -0
  658. package/bundled-types/host-app/components/operator-mode/code-submode/schema-editor.gts +205 -0
  659. package/bundled-types/host-app/components/operator-mode/code-submode/spec-preview-badge.gts +72 -0
  660. package/bundled-types/host-app/components/operator-mode/code-submode/spec-preview.gts +432 -0
  661. package/bundled-types/host-app/components/operator-mode/code-submode/toggle-button.gts +72 -0
  662. package/bundled-types/host-app/components/operator-mode/code-submode.gts +1030 -0
  663. package/bundled-types/host-app/components/operator-mode/container.gts +270 -0
  664. package/bundled-types/host-app/components/operator-mode/context-menu-button.gts +95 -0
  665. package/bundled-types/host-app/components/operator-mode/copy-button.gts +277 -0
  666. package/bundled-types/host-app/components/operator-mode/create-file-modal.gts +1087 -0
  667. package/bundled-types/host-app/components/operator-mode/create-listing-modal.gts +513 -0
  668. package/bundled-types/host-app/components/operator-mode/definition-container/base.gts +222 -0
  669. package/bundled-types/host-app/components/operator-mode/definition-container/clickable.gts +59 -0
  670. package/bundled-types/host-app/components/operator-mode/definition-container/divider.gts +48 -0
  671. package/bundled-types/host-app/components/operator-mode/definition-container/index.gts +108 -0
  672. package/bundled-types/host-app/components/operator-mode/delete-modal.gts +123 -0
  673. package/bundled-types/host-app/components/operator-mode/detail-panel-selector.gts +320 -0
  674. package/bundled-types/host-app/components/operator-mode/detail-panel.gts +834 -0
  675. package/bundled-types/host-app/components/operator-mode/edit-field-modal.gts +450 -0
  676. package/bundled-types/host-app/components/operator-mode/error-display.gts +590 -0
  677. package/bundled-types/host-app/components/operator-mode/host-submode/open-site-popover.gts +127 -0
  678. package/bundled-types/host-app/components/operator-mode/host-submode/publishing-realm-popover.gts +159 -0
  679. package/bundled-types/host-app/components/operator-mode/host-submode.gts +373 -0
  680. package/bundled-types/host-app/components/operator-mode/interact-submode/neighbor-stack-trigger.gts +116 -0
  681. package/bundled-types/host-app/components/operator-mode/interact-submode.gts +1021 -0
  682. package/bundled-types/host-app/components/operator-mode/new-file-button.gts +187 -0
  683. package/bundled-types/host-app/components/operator-mode/operator-mode-overlays.gts +511 -0
  684. package/bundled-types/host-app/components/operator-mode/overlays.gts +342 -0
  685. package/bundled-types/host-app/components/operator-mode/preview-panel/fitted-format-gallery.gts +127 -0
  686. package/bundled-types/host-app/components/operator-mode/preview-panel/index.gts +443 -0
  687. package/bundled-types/host-app/components/operator-mode/preview-panel/markdown-preview.gts +175 -0
  688. package/bundled-types/host-app/components/operator-mode/preview-panel/metadata-panel.gts +214 -0
  689. package/bundled-types/host-app/components/operator-mode/preview-panel/rendered-markdown.gts +718 -0
  690. package/bundled-types/host-app/components/operator-mode/private-dependency-violation.gts +70 -0
  691. package/bundled-types/host-app/components/operator-mode/profile/profile-email.gts +686 -0
  692. package/bundled-types/host-app/components/operator-mode/profile/profile-settings-modal.gts +454 -0
  693. package/bundled-types/host-app/components/operator-mode/profile/profile-subscription.gts +170 -0
  694. package/bundled-types/host-app/components/operator-mode/profile-info-popover.gts +263 -0
  695. package/bundled-types/host-app/components/operator-mode/publish-realm-modal.gts +1529 -0
  696. package/bundled-types/host-app/components/operator-mode/remove-field-modal.gts +135 -0
  697. package/bundled-types/host-app/components/operator-mode/send-error-to-ai-assistant.gts +195 -0
  698. package/bundled-types/host-app/components/operator-mode/stack-item.gts +1341 -0
  699. package/bundled-types/host-app/components/operator-mode/stack.gts +191 -0
  700. package/bundled-types/host-app/components/operator-mode/submode-layout.gts +781 -0
  701. package/bundled-types/host-app/components/operator-mode/syntax-error-display.gts +72 -0
  702. package/bundled-types/host-app/components/operator-mode/workspace-chooser/add-workspace.gts +282 -0
  703. package/bundled-types/host-app/components/operator-mode/workspace-chooser/index.gts +299 -0
  704. package/bundled-types/host-app/components/operator-mode/workspace-chooser/item-container.gts +50 -0
  705. package/bundled-types/host-app/components/operator-mode/workspace-chooser/workspace-loading-indicator.gts +50 -0
  706. package/bundled-types/host-app/components/operator-mode/workspace-chooser/workspace.gts +1079 -0
  707. package/bundled-types/host-app/components/pill-menu/index.gts +281 -0
  708. package/bundled-types/host-app/components/pill-menu/usage.gts +64 -0
  709. package/bundled-types/host-app/components/prerendered-card-search.gts +274 -0
  710. package/bundled-types/host-app/components/realm-dropdown.gts +209 -0
  711. package/bundled-types/host-app/components/realm-picker/index.gts +142 -0
  712. package/bundled-types/host-app/components/search-sheet/index.gts +426 -0
  713. package/bundled-types/host-app/components/search-sheet/usage.gts +99 -0
  714. package/bundled-types/host-app/components/submode-switcher.gts +260 -0
  715. package/bundled-types/host-app/components/type-picker/index.gts +111 -0
  716. package/bundled-types/host-app/components/with-known-realms-loaded.gts +47 -0
  717. package/bundled-types/host-app/components/with-loaded-realm.gts +39 -0
  718. package/bundled-types/host-app/components/with-subscription-data.gts +247 -0
  719. package/bundled-types/host-app/config/environment.ts +66 -0
  720. package/bundled-types/host-app/deprecation-workflow.js +30 -0
  721. package/bundled-types/host-app/lib/browser-queue.ts +198 -0
  722. package/bundled-types/host-app/lib/codemirror-context.ts +1081 -0
  723. package/bundled-types/host-app/lib/command-definitions.ts +41 -0
  724. package/bundled-types/host-app/lib/download-realm.ts +9 -0
  725. package/bundled-types/host-app/lib/example-card-helpers.ts +99 -0
  726. package/bundled-types/host-app/lib/externals.ts +247 -0
  727. package/bundled-types/host-app/lib/field-path-parser.ts +520 -0
  728. package/bundled-types/host-app/lib/file-def-manager.ts +712 -0
  729. package/bundled-types/host-app/lib/file-upload-state.ts +6 -0
  730. package/bundled-types/host-app/lib/formatted-message/utils.ts +272 -0
  731. package/bundled-types/host-app/lib/gc-card-store.ts +1084 -0
  732. package/bundled-types/host-app/lib/host-base-command.ts +29 -0
  733. package/bundled-types/host-app/lib/html-component.ts +144 -0
  734. package/bundled-types/host-app/lib/html-to-markdown.ts +96 -0
  735. package/bundled-types/host-app/lib/isolated-render.gts +90 -0
  736. package/bundled-types/host-app/lib/known-file-meta-urls.ts +17 -0
  737. package/bundled-types/host-app/lib/limited-set.ts +68 -0
  738. package/bundled-types/host-app/lib/matrix-classes/member.ts +28 -0
  739. package/bundled-types/host-app/lib/matrix-classes/message-builder.ts +444 -0
  740. package/bundled-types/host-app/lib/matrix-classes/message-code-patch-result.ts +44 -0
  741. package/bundled-types/host-app/lib/matrix-classes/message-command.ts +109 -0
  742. package/bundled-types/host-app/lib/matrix-classes/message.ts +239 -0
  743. package/bundled-types/host-app/lib/matrix-classes/room.ts +174 -0
  744. package/bundled-types/host-app/lib/matrix-utils.ts +114 -0
  745. package/bundled-types/host-app/lib/mutex.ts +62 -0
  746. package/bundled-types/host-app/lib/prerender-fetch-headers.ts +46 -0
  747. package/bundled-types/host-app/lib/prerender-util.ts +31 -0
  748. package/bundled-types/host-app/lib/public-path.ts +1 -0
  749. package/bundled-types/host-app/lib/random-name.ts +26 -0
  750. package/bundled-types/host-app/lib/realm-utils.ts +45 -0
  751. package/bundled-types/host-app/lib/search-cache-key.ts +33 -0
  752. package/bundled-types/host-app/lib/search-in-flight-key.ts +28 -0
  753. package/bundled-types/host-app/lib/search-replace-block-parsing.ts +101 -0
  754. package/bundled-types/host-app/lib/setup-globals.ts +15 -0
  755. package/bundled-types/host-app/lib/sqlite-adapter.ts +510 -0
  756. package/bundled-types/host-app/lib/stack-item.ts +164 -0
  757. package/bundled-types/host-app/lib/utils.ts +84 -0
  758. package/bundled-types/host-app/lib/window-error-handler.ts +132 -0
  759. package/bundled-types/host-app/router.ts +31 -0
  760. package/bundled-types/host-app/services/ai-assistant-panel-service.ts +850 -0
  761. package/bundled-types/host-app/services/billing-service.ts +208 -0
  762. package/bundled-types/host-app/services/card-service.ts +373 -0
  763. package/bundled-types/host-app/services/card-type-service.ts +226 -0
  764. package/bundled-types/host-app/services/code-semantics-service.ts +297 -0
  765. package/bundled-types/host-app/services/command-service.ts +975 -0
  766. package/bundled-types/host-app/services/environment-service.ts +26 -0
  767. package/bundled-types/host-app/services/error-display.ts +42 -0
  768. package/bundled-types/host-app/services/file-upload.ts +212 -0
  769. package/bundled-types/host-app/services/host-mode-service.ts +381 -0
  770. package/bundled-types/host-app/services/host-mode-state-service.ts +160 -0
  771. package/bundled-types/host-app/services/loader-service.ts +148 -0
  772. package/bundled-types/host-app/services/local-indexer.ts +68 -0
  773. package/bundled-types/host-app/services/local-persistence-service.ts +296 -0
  774. package/bundled-types/host-app/services/logger-service.ts +13 -0
  775. package/bundled-types/host-app/services/matrix-sdk-loader.ts +346 -0
  776. package/bundled-types/host-app/services/matrix-service.ts +2287 -0
  777. package/bundled-types/host-app/services/message-service.ts +84 -0
  778. package/bundled-types/host-app/services/module-contents-service.ts +333 -0
  779. package/bundled-types/host-app/services/monaco-service.ts +333 -0
  780. package/bundled-types/host-app/services/network.ts +101 -0
  781. package/bundled-types/host-app/services/operator-mode-state-service.ts +1591 -0
  782. package/bundled-types/host-app/services/playground-panel-service.ts +236 -0
  783. package/bundled-types/host-app/services/queue.ts +30 -0
  784. package/bundled-types/host-app/services/realm-info-service.ts +37 -0
  785. package/bundled-types/host-app/services/realm-server.ts +1209 -0
  786. package/bundled-types/host-app/services/realm.ts +1413 -0
  787. package/bundled-types/host-app/services/recent-cards-service.ts +174 -0
  788. package/bundled-types/host-app/services/recent-files-service.ts +224 -0
  789. package/bundled-types/host-app/services/render-error-state.ts +55 -0
  790. package/bundled-types/host-app/services/render-service.ts +362 -0
  791. package/bundled-types/host-app/services/render-store.ts +27 -0
  792. package/bundled-types/host-app/services/reset.ts +19 -0
  793. package/bundled-types/host-app/services/scroll-position-service.ts +81 -0
  794. package/bundled-types/host-app/services/spec-panel-service.ts +107 -0
  795. package/bundled-types/host-app/services/store.ts +2540 -0
  796. package/bundled-types/host-app/utils/assert-never.ts +3 -0
  797. package/bundled-types/host-app/utils/auth-error-guard.ts +183 -0
  798. package/bundled-types/host-app/utils/auth-service-worker-registration.ts +123 -0
  799. package/bundled-types/host-app/utils/card-search/query-builder.ts +169 -0
  800. package/bundled-types/host-app/utils/card-search/section-pagination.ts +57 -0
  801. package/bundled-types/host-app/utils/card-search/sections.ts +240 -0
  802. package/bundled-types/host-app/utils/card-search/type-filter.ts +124 -0
  803. package/bundled-types/host-app/utils/card-search/types.ts +11 -0
  804. package/bundled-types/host-app/utils/card-search/url.ts +23 -0
  805. package/bundled-types/host-app/utils/clipboard.ts +23 -0
  806. package/bundled-types/host-app/utils/editor/boxel-formatter.ts +65 -0
  807. package/bundled-types/host-app/utils/editor/editor-language.ts +88 -0
  808. package/bundled-types/host-app/utils/editor/monaco-test-waiter.ts +302 -0
  809. package/bundled-types/host-app/utils/file-def-attributes-extractor.ts +438 -0
  810. package/bundled-types/host-app/utils/file-name.ts +38 -0
  811. package/bundled-types/host-app/utils/id-from-card-or-url.ts +11 -0
  812. package/bundled-types/host-app/utils/lint-formatting.ts +57 -0
  813. package/bundled-types/host-app/utils/local-storage-keys.ts +28 -0
  814. package/bundled-types/host-app/utils/normalized-dir-path.ts +3 -0
  815. package/bundled-types/host-app/utils/prettify-messages.ts +21 -0
  816. package/bundled-types/host-app/utils/prettify-prompts.ts +21 -0
  817. package/bundled-types/host-app/utils/realm-index-boilerplate.ts +27 -0
  818. package/bundled-types/host-app/utils/register-boxel-transition.ts +17 -0
  819. package/bundled-types/host-app/utils/render-desync-detector.ts +362 -0
  820. package/bundled-types/host-app/utils/render-error.ts +455 -0
  821. package/bundled-types/host-app/utils/render-timer-stub.ts +249 -0
  822. package/bundled-types/host-app/utils/run-while-active.ts +14 -0
  823. package/bundled-types/host-app/utils/schema-editor.ts +25 -0
  824. package/bundled-types/host-app/utils/text-suggestion.ts +82 -0
  825. package/bundled-types/host-app/utils/titleize.ts +10 -0
  826. package/bundled-types/host-app/utils/uuid.ts +13 -0
  827. package/bundled-types/host-tests/helpers/adapter.ts +464 -0
  828. package/bundled-types/host-tests/helpers/base-realm.ts +464 -0
  829. package/bundled-types/host-tests/helpers/cards/view-card-demo.ts +119 -0
  830. package/bundled-types/host-tests/helpers/field-test-helpers.gts +54 -0
  831. package/bundled-types/host-tests/helpers/image-fixture.ts +3 -0
  832. package/bundled-types/host-tests/helpers/index.gts +2099 -0
  833. package/bundled-types/host-tests/helpers/indexer.ts +293 -0
  834. package/bundled-types/host-tests/helpers/interact-submode-setup.gts +551 -0
  835. package/bundled-types/host-tests/helpers/mock-matrix/_client.ts +1042 -0
  836. package/bundled-types/host-tests/helpers/mock-matrix/_sdk.ts +71 -0
  837. package/bundled-types/host-tests/helpers/mock-matrix/_server-state.ts +343 -0
  838. package/bundled-types/host-tests/helpers/mock-matrix/_sliding-sync.ts +140 -0
  839. package/bundled-types/host-tests/helpers/mock-matrix/_utils.ts +146 -0
  840. package/bundled-types/host-tests/helpers/mock-matrix.ts +200 -0
  841. package/bundled-types/host-tests/helpers/operator-mode-parameters-match.ts +71 -0
  842. package/bundled-types/host-tests/helpers/operator-mode-state.ts +18 -0
  843. package/bundled-types/host-tests/helpers/percy-snapshot.ts +228 -0
  844. package/bundled-types/host-tests/helpers/playground.ts +130 -0
  845. package/bundled-types/host-tests/helpers/realm-server-mock/index.ts +100 -0
  846. package/bundled-types/host-tests/helpers/realm-server-mock/routes.ts +617 -0
  847. package/bundled-types/host-tests/helpers/realm-server-mock/types.ts +24 -0
  848. package/bundled-types/host-tests/helpers/recent-files-cards.ts +86 -0
  849. package/bundled-types/host-tests/helpers/render-component.ts +40 -0
  850. package/bundled-types/host-tests/helpers/setup-qunit.js +164 -0
  851. package/bundled-types/host-tests/helpers/setup.ts +349 -0
  852. package/bundled-types/host-tests/helpers/shard-warmup.ts +72 -0
  853. package/bundled-types/host-tests/helpers/stream.ts +60 -0
  854. package/bundled-types/host-tests/helpers/test-auth.ts +27 -0
  855. package/bundled-types/host-tests/helpers/test-realm-registry.ts +23 -0
  856. package/bundled-types/host-tests/helpers/test-realm-service-worker.ts +92 -0
  857. package/bundled-types/host-tests/helpers/uncaught-exceptions.ts +16 -0
  858. package/bundled-types/host-tests/helpers/visit-operator-mode.ts +39 -0
  859. package/bundled-types/host-types/@cardstack/host/index.d.ts +3 -0
  860. package/bundled-types/host-types/@joplin/turndown-plugin-gfm/index.d.ts +15 -0
  861. package/bundled-types/host-types/@sqlite.org/sqlite-wasm/index.d.ts +122 -0
  862. package/bundled-types/host-types/ember-click-outside/modifiers/on-click-outside.ts +16 -0
  863. package/bundled-types/host-types/ember-concurrency/helpers/perform.d.ts +3 -0
  864. package/bundled-types/host-types/ember-css-url/index.d.ts +15 -0
  865. package/bundled-types/host-types/ember-data/types/registries/model.d.ts +6 -0
  866. package/bundled-types/host-types/ember-elsewhere/from-elsewhere.d.ts +12 -0
  867. package/bundled-types/host-types/ember-elsewhere/to-elsewhere.d.ts +16 -0
  868. package/bundled-types/host-types/ember-focus-trap/index.d.ts +4 -0
  869. package/bundled-types/host-types/ember-keyboard/modifiers/on-key.d.ts +15 -0
  870. package/bundled-types/host-types/index.d.ts +6 -0
  871. package/bundled-types/local-types/eslint-js.d.ts +5 -0
  872. package/bundled-types/local-types/index.d.ts +115 -0
  873. package/bundled-types/local-types/marked-gfm-heading-id.d.ts +12 -0
  874. package/bundled-types/local-types/matrix-js-sdk/index.d.ts +11 -0
  875. package/bundled-types/local-types/package.json +13 -0
  876. package/bundled-types/shims/boxel-cli-shims.d.ts +10 -0
  877. package/dist/index.js +100 -100
  878. package/package.json +13 -7
  879. package/src/commands/parse.ts +277 -34
@@ -0,0 +1,3198 @@
1
+ export interface Country {
2
+ ISO3_CODE: string;
3
+ ISO2_CODE: string;
4
+ CURRENCY: {
5
+ NAME: string[];
6
+ CODE: string[];
7
+ NUM: string[];
8
+ }[];
9
+ LIST_OF_NAME: {
10
+ [key: string]: string[];
11
+ };
12
+ }
13
+ export declare const countries: {
14
+ ABW: {
15
+ ISO3_CODE: string;
16
+ ISO2_CODE: string;
17
+ CURRENCY: {
18
+ NAME: string[];
19
+ CODE: string[];
20
+ NUM: never[];
21
+ }[];
22
+ LIST_OF_NAME: {
23
+ ENG: string[];
24
+ DUTCH: string[];
25
+ };
26
+ };
27
+ AFG: {
28
+ ISO3_CODE: string;
29
+ ISO2_CODE: string;
30
+ CURRENCY: {
31
+ NAME: string[];
32
+ CODE: string[];
33
+ NUM: never[];
34
+ }[];
35
+ LIST_OF_NAME: {
36
+ ENG: string[];
37
+ DUTCH: string[];
38
+ };
39
+ };
40
+ AGO: {
41
+ ISO3_CODE: string;
42
+ ISO2_CODE: string;
43
+ CURRENCY: {
44
+ NAME: string[];
45
+ CODE: string[];
46
+ NUM: never[];
47
+ }[];
48
+ LIST_OF_NAME: {
49
+ ENG: string[];
50
+ DUTCH: string[];
51
+ };
52
+ };
53
+ AIA: {
54
+ ISO3_CODE: string;
55
+ ISO2_CODE: string;
56
+ CURRENCY: {
57
+ NAME: string[];
58
+ CODE: string[];
59
+ NUM: never[];
60
+ }[];
61
+ LIST_OF_NAME: {
62
+ ENG: string[];
63
+ DUTCH: string[];
64
+ };
65
+ };
66
+ ALA: {
67
+ ISO3_CODE: string;
68
+ ISO2_CODE: string;
69
+ CURRENCY: {
70
+ NAME: string[];
71
+ CODE: string[];
72
+ NUM: never[];
73
+ }[];
74
+ LIST_OF_NAME: {
75
+ ENG: string[];
76
+ DUTCH: string[];
77
+ };
78
+ };
79
+ ALB: {
80
+ ISO3_CODE: string;
81
+ ISO2_CODE: string;
82
+ CURRENCY: {
83
+ NAME: string[];
84
+ CODE: string[];
85
+ NUM: never[];
86
+ }[];
87
+ LIST_OF_NAME: {
88
+ ENG: string[];
89
+ DUTCH: string[];
90
+ };
91
+ };
92
+ AND: {
93
+ ISO3_CODE: string;
94
+ ISO2_CODE: string;
95
+ CURRENCY: {
96
+ NAME: string[];
97
+ CODE: string[];
98
+ NUM: never[];
99
+ }[];
100
+ LIST_OF_NAME: {
101
+ ENG: string[];
102
+ DUTCH: string[];
103
+ };
104
+ };
105
+ ARE: {
106
+ ISO3_CODE: string;
107
+ ISO2_CODE: string;
108
+ CURRENCY: {
109
+ NAME: string[];
110
+ CODE: string[];
111
+ NUM: never[];
112
+ }[];
113
+ LIST_OF_NAME: {
114
+ ENG: string[];
115
+ DUTCH: string[];
116
+ };
117
+ };
118
+ ARG: {
119
+ ISO3_CODE: string;
120
+ ISO2_CODE: string;
121
+ CURRENCY: {
122
+ NAME: string[];
123
+ CODE: string[];
124
+ NUM: never[];
125
+ }[];
126
+ LIST_OF_NAME: {
127
+ ENG: string[];
128
+ DUTCH: string[];
129
+ };
130
+ };
131
+ ARM: {
132
+ ISO3_CODE: string;
133
+ ISO2_CODE: string;
134
+ CURRENCY: {
135
+ NAME: string[];
136
+ CODE: string[];
137
+ NUM: never[];
138
+ }[];
139
+ LIST_OF_NAME: {
140
+ ENG: string[];
141
+ DUTCH: string[];
142
+ };
143
+ };
144
+ ASM: {
145
+ ISO3_CODE: string;
146
+ ISO2_CODE: string;
147
+ CURRENCY: {
148
+ NAME: string[];
149
+ CODE: string[];
150
+ NUM: never[];
151
+ }[];
152
+ LIST_OF_NAME: {
153
+ ENG: string[];
154
+ DUTCH: string[];
155
+ };
156
+ };
157
+ ATA: {
158
+ ISO3_CODE: string;
159
+ ISO2_CODE: string;
160
+ CURRENCY: never[];
161
+ LIST_OF_NAME: {
162
+ ENG: string[];
163
+ DUTCH: string[];
164
+ };
165
+ };
166
+ ATF: {
167
+ ISO3_CODE: string;
168
+ ISO2_CODE: string;
169
+ CURRENCY: never[];
170
+ LIST_OF_NAME: {
171
+ ENG: string[];
172
+ DUTCH: string[];
173
+ };
174
+ };
175
+ ATG: {
176
+ ISO3_CODE: string;
177
+ ISO2_CODE: string;
178
+ CURRENCY: {
179
+ NAME: string[];
180
+ CODE: string[];
181
+ NUM: never[];
182
+ }[];
183
+ LIST_OF_NAME: {
184
+ ENG: string[];
185
+ DUTCH: string[];
186
+ };
187
+ };
188
+ AUS: {
189
+ ISO3_CODE: string;
190
+ ISO2_CODE: string;
191
+ CURRENCY: {
192
+ NAME: string[];
193
+ CODE: string[];
194
+ NUM: never[];
195
+ }[];
196
+ LIST_OF_NAME: {
197
+ ENG: string[];
198
+ DUTCH: string[];
199
+ };
200
+ };
201
+ AUT: {
202
+ ISO3_CODE: string;
203
+ ISO2_CODE: string;
204
+ CURRENCY: {
205
+ NAME: string[];
206
+ CODE: string[];
207
+ NUM: never[];
208
+ }[];
209
+ LIST_OF_NAME: {
210
+ ENG: string[];
211
+ DUTCH: string[];
212
+ };
213
+ };
214
+ AZE: {
215
+ ISO3_CODE: string;
216
+ ISO2_CODE: string;
217
+ CURRENCY: {
218
+ NAME: string[];
219
+ CODE: string[];
220
+ NUM: never[];
221
+ }[];
222
+ LIST_OF_NAME: {
223
+ ENG: string[];
224
+ DUTCH: string[];
225
+ };
226
+ };
227
+ BDI: {
228
+ ISO3_CODE: string;
229
+ ISO2_CODE: string;
230
+ CURRENCY: {
231
+ NAME: string[];
232
+ CODE: string[];
233
+ NUM: never[];
234
+ }[];
235
+ LIST_OF_NAME: {
236
+ ENG: string[];
237
+ DUTCH: string[];
238
+ };
239
+ };
240
+ BEL: {
241
+ ISO3_CODE: string;
242
+ ISO2_CODE: string;
243
+ CURRENCY: {
244
+ NAME: string[];
245
+ CODE: string[];
246
+ NUM: never[];
247
+ }[];
248
+ LIST_OF_NAME: {
249
+ ENG: string[];
250
+ DUTCH: string[];
251
+ };
252
+ };
253
+ BEN: {
254
+ ISO3_CODE: string;
255
+ ISO2_CODE: string;
256
+ CURRENCY: {
257
+ NAME: string[];
258
+ CODE: string[];
259
+ NUM: never[];
260
+ }[];
261
+ LIST_OF_NAME: {
262
+ ENG: string[];
263
+ DUTCH: string[];
264
+ };
265
+ };
266
+ BES: {
267
+ ISO3_CODE: string;
268
+ ISO2_CODE: string;
269
+ CURRENCY: {
270
+ NAME: string[];
271
+ CODE: string[];
272
+ NUM: never[];
273
+ }[];
274
+ LIST_OF_NAME: {
275
+ ENG: string[];
276
+ DUTCH: string[];
277
+ };
278
+ };
279
+ BFA: {
280
+ ISO3_CODE: string;
281
+ ISO2_CODE: string;
282
+ CURRENCY: {
283
+ NAME: string[];
284
+ CODE: string[];
285
+ NUM: never[];
286
+ }[];
287
+ LIST_OF_NAME: {
288
+ ENG: string[];
289
+ DUTCH: string[];
290
+ };
291
+ };
292
+ BGD: {
293
+ ISO3_CODE: string;
294
+ ISO2_CODE: string;
295
+ CURRENCY: {
296
+ NAME: string[];
297
+ CODE: string[];
298
+ NUM: never[];
299
+ }[];
300
+ LIST_OF_NAME: {
301
+ ENG: string[];
302
+ DUTCH: string[];
303
+ };
304
+ };
305
+ BGR: {
306
+ ISO3_CODE: string;
307
+ ISO2_CODE: string;
308
+ CURRENCY: {
309
+ NAME: string[];
310
+ CODE: string[];
311
+ NUM: never[];
312
+ }[];
313
+ LIST_OF_NAME: {
314
+ ENG: string[];
315
+ DUTCH: string[];
316
+ };
317
+ };
318
+ BHR: {
319
+ ISO3_CODE: string;
320
+ ISO2_CODE: string;
321
+ CURRENCY: {
322
+ NAME: string[];
323
+ CODE: string[];
324
+ NUM: never[];
325
+ }[];
326
+ LIST_OF_NAME: {
327
+ ENG: string[];
328
+ DUTCH: string[];
329
+ };
330
+ };
331
+ BHS: {
332
+ ISO3_CODE: string;
333
+ ISO2_CODE: string;
334
+ CURRENCY: {
335
+ NAME: string[];
336
+ CODE: string[];
337
+ NUM: never[];
338
+ }[];
339
+ LIST_OF_NAME: {
340
+ ENG: string[];
341
+ DUTCH: string[];
342
+ };
343
+ };
344
+ BIH: {
345
+ ISO3_CODE: string;
346
+ ISO2_CODE: string;
347
+ CURRENCY: {
348
+ NAME: string[];
349
+ CODE: string[];
350
+ NUM: never[];
351
+ }[];
352
+ LIST_OF_NAME: {
353
+ ENG: string[];
354
+ DUTCH: string[];
355
+ };
356
+ };
357
+ BLM: {
358
+ ISO3_CODE: string;
359
+ ISO2_CODE: string;
360
+ CURRENCY: {
361
+ NAME: string[];
362
+ CODE: string[];
363
+ NUM: never[];
364
+ }[];
365
+ LIST_OF_NAME: {
366
+ ENG: string[];
367
+ DUTCH: string[];
368
+ };
369
+ };
370
+ BLR: {
371
+ ISO3_CODE: string;
372
+ ISO2_CODE: string;
373
+ CURRENCY: {
374
+ NAME: string[];
375
+ CODE: string[];
376
+ NUM: never[];
377
+ }[];
378
+ LIST_OF_NAME: {
379
+ ENG: string[];
380
+ DUTCH: string[];
381
+ };
382
+ };
383
+ BLZ: {
384
+ ISO3_CODE: string;
385
+ ISO2_CODE: string;
386
+ CURRENCY: {
387
+ NAME: string[];
388
+ CODE: string[];
389
+ NUM: never[];
390
+ }[];
391
+ LIST_OF_NAME: {
392
+ ENG: string[];
393
+ DUTCH: string[];
394
+ };
395
+ };
396
+ BMU: {
397
+ ISO3_CODE: string;
398
+ ISO2_CODE: string;
399
+ CURRENCY: {
400
+ NAME: string[];
401
+ CODE: string[];
402
+ NUM: never[];
403
+ }[];
404
+ LIST_OF_NAME: {
405
+ ENG: string[];
406
+ DUTCH: string[];
407
+ };
408
+ };
409
+ BOL: {
410
+ ISO3_CODE: string;
411
+ ISO2_CODE: string;
412
+ CURRENCY: {
413
+ NAME: string[];
414
+ CODE: string[];
415
+ NUM: never[];
416
+ }[];
417
+ LIST_OF_NAME: {
418
+ ENG: string[];
419
+ DUTCH: string[];
420
+ };
421
+ };
422
+ BRA: {
423
+ ISO3_CODE: string;
424
+ ISO2_CODE: string;
425
+ CURRENCY: {
426
+ NAME: string[];
427
+ CODE: string[];
428
+ NUM: never[];
429
+ }[];
430
+ LIST_OF_NAME: {
431
+ ENG: string[];
432
+ DUTCH: string[];
433
+ };
434
+ };
435
+ BRB: {
436
+ ISO3_CODE: string;
437
+ ISO2_CODE: string;
438
+ CURRENCY: {
439
+ NAME: string[];
440
+ CODE: string[];
441
+ NUM: never[];
442
+ }[];
443
+ LIST_OF_NAME: {
444
+ ENG: string[];
445
+ DUTCH: string[];
446
+ };
447
+ };
448
+ BRN: {
449
+ ISO3_CODE: string;
450
+ ISO2_CODE: string;
451
+ CURRENCY: {
452
+ NAME: string[];
453
+ CODE: string[];
454
+ NUM: never[];
455
+ }[];
456
+ LIST_OF_NAME: {
457
+ ENG: string[];
458
+ DUTCH: string[];
459
+ };
460
+ };
461
+ BTN: {
462
+ ISO3_CODE: string;
463
+ ISO2_CODE: string;
464
+ CURRENCY: {
465
+ NAME: string[];
466
+ CODE: string[];
467
+ NUM: never[];
468
+ }[];
469
+ LIST_OF_NAME: {
470
+ ENG: string[];
471
+ DUTCH: string[];
472
+ };
473
+ };
474
+ BVT: {
475
+ ISO3_CODE: string;
476
+ ISO2_CODE: string;
477
+ CURRENCY: {
478
+ NAME: string[];
479
+ CODE: string[];
480
+ NUM: never[];
481
+ }[];
482
+ LIST_OF_NAME: {
483
+ ENG: string[];
484
+ DUTCH: string[];
485
+ };
486
+ };
487
+ BWA: {
488
+ ISO3_CODE: string;
489
+ ISO2_CODE: string;
490
+ CURRENCY: {
491
+ NAME: string[];
492
+ CODE: string[];
493
+ NUM: never[];
494
+ }[];
495
+ LIST_OF_NAME: {
496
+ ENG: string[];
497
+ DUTCH: string[];
498
+ };
499
+ };
500
+ CAF: {
501
+ ISO3_CODE: string;
502
+ ISO2_CODE: string;
503
+ CURRENCY: {
504
+ NAME: string[];
505
+ CODE: string[];
506
+ NUM: never[];
507
+ }[];
508
+ LIST_OF_NAME: {
509
+ ENG: string[];
510
+ DUTCH: string[];
511
+ };
512
+ };
513
+ CAN: {
514
+ ISO3_CODE: string;
515
+ ISO2_CODE: string;
516
+ CURRENCY: {
517
+ NAME: string[];
518
+ CODE: string[];
519
+ NUM: never[];
520
+ }[];
521
+ LIST_OF_NAME: {
522
+ ENG: string[];
523
+ DUTCH: string[];
524
+ };
525
+ };
526
+ CCK: {
527
+ ISO3_CODE: string;
528
+ ISO2_CODE: string;
529
+ CURRENCY: {
530
+ NAME: string[];
531
+ CODE: string[];
532
+ NUM: never[];
533
+ }[];
534
+ LIST_OF_NAME: {
535
+ ENG: string[];
536
+ DUTCH: string[];
537
+ };
538
+ };
539
+ CHE: {
540
+ ISO3_CODE: string;
541
+ ISO2_CODE: string;
542
+ CURRENCY: {
543
+ NAME: string[];
544
+ CODE: string[];
545
+ NUM: never[];
546
+ }[];
547
+ LIST_OF_NAME: {
548
+ ENG: string[];
549
+ DUTCH: string[];
550
+ };
551
+ };
552
+ CHL: {
553
+ ISO3_CODE: string;
554
+ ISO2_CODE: string;
555
+ CURRENCY: {
556
+ NAME: string[];
557
+ CODE: string[];
558
+ NUM: never[];
559
+ }[];
560
+ LIST_OF_NAME: {
561
+ ENG: string[];
562
+ DUTCH: string[];
563
+ };
564
+ };
565
+ CHN: {
566
+ ISO3_CODE: string;
567
+ ISO2_CODE: string;
568
+ CURRENCY: {
569
+ NAME: string[];
570
+ CODE: string[];
571
+ NUM: never[];
572
+ }[];
573
+ LIST_OF_NAME: {
574
+ ENG: string[];
575
+ DUTCH: string[];
576
+ };
577
+ };
578
+ CIV: {
579
+ ISO3_CODE: string;
580
+ ISO2_CODE: string;
581
+ CURRENCY: {
582
+ NAME: string[];
583
+ CODE: string[];
584
+ NUM: never[];
585
+ }[];
586
+ LIST_OF_NAME: {
587
+ ENG: string[];
588
+ DUTCH: string[];
589
+ };
590
+ };
591
+ CMR: {
592
+ ISO3_CODE: string;
593
+ ISO2_CODE: string;
594
+ CURRENCY: {
595
+ NAME: string[];
596
+ CODE: string[];
597
+ NUM: never[];
598
+ }[];
599
+ LIST_OF_NAME: {
600
+ ENG: string[];
601
+ DUTCH: string[];
602
+ };
603
+ };
604
+ COD: {
605
+ ISO3_CODE: string;
606
+ ISO2_CODE: string;
607
+ CURRENCY: {
608
+ NAME: string[];
609
+ CODE: string[];
610
+ NUM: never[];
611
+ }[];
612
+ LIST_OF_NAME: {
613
+ ENG: string[];
614
+ DUTCH: string[];
615
+ };
616
+ };
617
+ COG: {
618
+ ISO3_CODE: string;
619
+ ISO2_CODE: string;
620
+ CURRENCY: {
621
+ NAME: string[];
622
+ CODE: string[];
623
+ NUM: never[];
624
+ }[];
625
+ LIST_OF_NAME: {
626
+ ENG: string[];
627
+ DUTCH: string[];
628
+ };
629
+ };
630
+ COK: {
631
+ ISO3_CODE: string;
632
+ ISO2_CODE: string;
633
+ CURRENCY: {
634
+ NAME: string[];
635
+ CODE: string[];
636
+ NUM: never[];
637
+ }[];
638
+ LIST_OF_NAME: {
639
+ ENG: string[];
640
+ DUTCH: string[];
641
+ };
642
+ };
643
+ COL: {
644
+ ISO3_CODE: string;
645
+ ISO2_CODE: string;
646
+ CURRENCY: {
647
+ NAME: string[];
648
+ CODE: string[];
649
+ NUM: never[];
650
+ }[];
651
+ LIST_OF_NAME: {
652
+ ENG: string[];
653
+ DUTCH: string[];
654
+ };
655
+ };
656
+ COM: {
657
+ ISO3_CODE: string;
658
+ ISO2_CODE: string;
659
+ CURRENCY: {
660
+ NAME: string[];
661
+ CODE: string[];
662
+ NUM: never[];
663
+ }[];
664
+ LIST_OF_NAME: {
665
+ ENG: string[];
666
+ DUTCH: string[];
667
+ };
668
+ };
669
+ CPV: {
670
+ ISO3_CODE: string;
671
+ ISO2_CODE: string;
672
+ CURRENCY: {
673
+ NAME: string[];
674
+ CODE: string[];
675
+ NUM: never[];
676
+ }[];
677
+ LIST_OF_NAME: {
678
+ ENG: string[];
679
+ DUTCH: string[];
680
+ };
681
+ };
682
+ CRI: {
683
+ ISO3_CODE: string;
684
+ ISO2_CODE: string;
685
+ CURRENCY: {
686
+ NAME: string[];
687
+ CODE: string[];
688
+ NUM: never[];
689
+ }[];
690
+ LIST_OF_NAME: {
691
+ ENG: string[];
692
+ DUTCH: string[];
693
+ };
694
+ };
695
+ CUB: {
696
+ ISO3_CODE: string;
697
+ ISO2_CODE: string;
698
+ CURRENCY: {
699
+ NAME: string[];
700
+ CODE: string[];
701
+ NUM: never[];
702
+ }[];
703
+ LIST_OF_NAME: {
704
+ ENG: string[];
705
+ DUTCH: string[];
706
+ };
707
+ };
708
+ CUW: {
709
+ ISO3_CODE: string;
710
+ ISO2_CODE: string;
711
+ CURRENCY: {
712
+ NAME: string[];
713
+ CODE: string[];
714
+ NUM: never[];
715
+ }[];
716
+ LIST_OF_NAME: {
717
+ ENG: string[];
718
+ DUTCH: string[];
719
+ };
720
+ };
721
+ CXR: {
722
+ ISO3_CODE: string;
723
+ ISO2_CODE: string;
724
+ CURRENCY: {
725
+ NAME: string[];
726
+ CODE: string[];
727
+ NUM: never[];
728
+ }[];
729
+ LIST_OF_NAME: {
730
+ ENG: string[];
731
+ DUTCH: string[];
732
+ };
733
+ };
734
+ CYM: {
735
+ ISO3_CODE: string;
736
+ ISO2_CODE: string;
737
+ CURRENCY: {
738
+ NAME: string[];
739
+ CODE: string[];
740
+ NUM: never[];
741
+ }[];
742
+ LIST_OF_NAME: {
743
+ ENG: string[];
744
+ DUTCH: string[];
745
+ };
746
+ };
747
+ CYP: {
748
+ ISO3_CODE: string;
749
+ ISO2_CODE: string;
750
+ CURRENCY: {
751
+ NAME: string[];
752
+ CODE: string[];
753
+ NUM: never[];
754
+ }[];
755
+ LIST_OF_NAME: {
756
+ ENG: string[];
757
+ DUTCH: string[];
758
+ };
759
+ };
760
+ CZE: {
761
+ ISO3_CODE: string;
762
+ ISO2_CODE: string;
763
+ CURRENCY: {
764
+ NAME: string[];
765
+ CODE: string[];
766
+ NUM: never[];
767
+ }[];
768
+ LIST_OF_NAME: {
769
+ ENG: string[];
770
+ DUTCH: string[];
771
+ };
772
+ };
773
+ DEU: {
774
+ ISO3_CODE: string;
775
+ ISO2_CODE: string;
776
+ CURRENCY: {
777
+ NAME: string[];
778
+ CODE: string[];
779
+ NUM: never[];
780
+ }[];
781
+ LIST_OF_NAME: {
782
+ ENG: string[];
783
+ DUTCH: string[];
784
+ };
785
+ };
786
+ DJI: {
787
+ ISO3_CODE: string;
788
+ ISO2_CODE: string;
789
+ CURRENCY: {
790
+ NAME: string[];
791
+ CODE: string[];
792
+ NUM: never[];
793
+ }[];
794
+ LIST_OF_NAME: {
795
+ ENG: string[];
796
+ DUTCH: string[];
797
+ };
798
+ };
799
+ DMA: {
800
+ ISO3_CODE: string;
801
+ ISO2_CODE: string;
802
+ CURRENCY: {
803
+ NAME: string[];
804
+ CODE: string[];
805
+ NUM: never[];
806
+ }[];
807
+ LIST_OF_NAME: {
808
+ ENG: string[];
809
+ DUTCH: string[];
810
+ };
811
+ };
812
+ DNK: {
813
+ ISO3_CODE: string;
814
+ ISO2_CODE: string;
815
+ CURRENCY: {
816
+ NAME: string[];
817
+ CODE: string[];
818
+ NUM: never[];
819
+ }[];
820
+ LIST_OF_NAME: {
821
+ ENG: string[];
822
+ DUTCH: string[];
823
+ };
824
+ };
825
+ DOM: {
826
+ ISO3_CODE: string;
827
+ ISO2_CODE: string;
828
+ CURRENCY: {
829
+ NAME: string[];
830
+ CODE: string[];
831
+ NUM: never[];
832
+ }[];
833
+ LIST_OF_NAME: {
834
+ ENG: string[];
835
+ DUTCH: string[];
836
+ };
837
+ };
838
+ DZA: {
839
+ ISO3_CODE: string;
840
+ ISO2_CODE: string;
841
+ CURRENCY: {
842
+ NAME: string[];
843
+ CODE: string[];
844
+ NUM: never[];
845
+ }[];
846
+ LIST_OF_NAME: {
847
+ ENG: string[];
848
+ DUTCH: string[];
849
+ };
850
+ };
851
+ ECU: {
852
+ ISO3_CODE: string;
853
+ ISO2_CODE: string;
854
+ CURRENCY: {
855
+ NAME: string[];
856
+ CODE: string[];
857
+ NUM: never[];
858
+ }[];
859
+ LIST_OF_NAME: {
860
+ ENG: string[];
861
+ DUTCH: string[];
862
+ };
863
+ };
864
+ EGY: {
865
+ ISO3_CODE: string;
866
+ ISO2_CODE: string;
867
+ CURRENCY: {
868
+ NAME: string[];
869
+ CODE: string[];
870
+ NUM: never[];
871
+ }[];
872
+ LIST_OF_NAME: {
873
+ ENG: string[];
874
+ DUTCH: string[];
875
+ };
876
+ };
877
+ ERI: {
878
+ ISO3_CODE: string;
879
+ ISO2_CODE: string;
880
+ CURRENCY: {
881
+ NAME: string[];
882
+ CODE: string[];
883
+ NUM: never[];
884
+ }[];
885
+ LIST_OF_NAME: {
886
+ ENG: string[];
887
+ DUTCH: string[];
888
+ };
889
+ };
890
+ ESH: {
891
+ ISO3_CODE: string;
892
+ ISO2_CODE: string;
893
+ CURRENCY: never[];
894
+ LIST_OF_NAME: {
895
+ ENG: string[];
896
+ DUTCH: string[];
897
+ };
898
+ };
899
+ ESP: {
900
+ ISO3_CODE: string;
901
+ ISO2_CODE: string;
902
+ CURRENCY: {
903
+ NAME: string[];
904
+ CODE: string[];
905
+ NUM: never[];
906
+ }[];
907
+ LIST_OF_NAME: {
908
+ ENG: string[];
909
+ DUTCH: string[];
910
+ };
911
+ };
912
+ EST: {
913
+ ISO3_CODE: string;
914
+ ISO2_CODE: string;
915
+ CURRENCY: {
916
+ NAME: string[];
917
+ CODE: string[];
918
+ NUM: never[];
919
+ }[];
920
+ LIST_OF_NAME: {
921
+ ENG: string[];
922
+ DUTCH: string[];
923
+ };
924
+ };
925
+ ETH: {
926
+ ISO3_CODE: string;
927
+ ISO2_CODE: string;
928
+ CURRENCY: {
929
+ NAME: string[];
930
+ CODE: string[];
931
+ NUM: never[];
932
+ }[];
933
+ LIST_OF_NAME: {
934
+ ENG: string[];
935
+ DUTCH: string[];
936
+ };
937
+ };
938
+ FIN: {
939
+ ISO3_CODE: string;
940
+ ISO2_CODE: string;
941
+ CURRENCY: {
942
+ NAME: string[];
943
+ CODE: string[];
944
+ NUM: never[];
945
+ }[];
946
+ LIST_OF_NAME: {
947
+ ENG: string[];
948
+ DUTCH: string[];
949
+ };
950
+ };
951
+ FJI: {
952
+ ISO3_CODE: string;
953
+ ISO2_CODE: string;
954
+ CURRENCY: {
955
+ NAME: string[];
956
+ CODE: string[];
957
+ NUM: never[];
958
+ }[];
959
+ LIST_OF_NAME: {
960
+ ENG: string[];
961
+ DUTCH: string[];
962
+ };
963
+ };
964
+ FLK: {
965
+ ISO3_CODE: string;
966
+ ISO2_CODE: string;
967
+ CURRENCY: {
968
+ NAME: string[];
969
+ CODE: string[];
970
+ NUM: never[];
971
+ }[];
972
+ LIST_OF_NAME: {
973
+ ENG: string[];
974
+ DUTCH: string[];
975
+ };
976
+ };
977
+ FRA: {
978
+ ISO3_CODE: string;
979
+ ISO2_CODE: string;
980
+ CURRENCY: {
981
+ NAME: string[];
982
+ CODE: string[];
983
+ NUM: never[];
984
+ }[];
985
+ LIST_OF_NAME: {
986
+ ENG: string[];
987
+ DUTCH: string[];
988
+ };
989
+ };
990
+ FRO: {
991
+ ISO3_CODE: string;
992
+ ISO2_CODE: string;
993
+ CURRENCY: {
994
+ NAME: string[];
995
+ CODE: string[];
996
+ NUM: never[];
997
+ }[];
998
+ LIST_OF_NAME: {
999
+ ENG: string[];
1000
+ DUTCH: string[];
1001
+ };
1002
+ };
1003
+ FSM: {
1004
+ ISO3_CODE: string;
1005
+ ISO2_CODE: string;
1006
+ CURRENCY: {
1007
+ NAME: string[];
1008
+ CODE: string[];
1009
+ NUM: never[];
1010
+ }[];
1011
+ LIST_OF_NAME: {
1012
+ ENG: string[];
1013
+ DUTCH: string[];
1014
+ };
1015
+ };
1016
+ GAB: {
1017
+ ISO3_CODE: string;
1018
+ ISO2_CODE: string;
1019
+ CURRENCY: {
1020
+ NAME: string[];
1021
+ CODE: string[];
1022
+ NUM: never[];
1023
+ }[];
1024
+ LIST_OF_NAME: {
1025
+ ENG: string[];
1026
+ DUTCH: string[];
1027
+ };
1028
+ };
1029
+ GBR: {
1030
+ ISO3_CODE: string;
1031
+ ISO2_CODE: string;
1032
+ CURRENCY: {
1033
+ NAME: string[];
1034
+ CODE: string[];
1035
+ NUM: never[];
1036
+ }[];
1037
+ LIST_OF_NAME: {
1038
+ ENG: string[];
1039
+ DUTCH: string[];
1040
+ };
1041
+ };
1042
+ GEO: {
1043
+ ISO3_CODE: string;
1044
+ ISO2_CODE: string;
1045
+ CURRENCY: {
1046
+ NAME: string[];
1047
+ CODE: string[];
1048
+ NUM: never[];
1049
+ }[];
1050
+ LIST_OF_NAME: {
1051
+ ENG: string[];
1052
+ DUTCH: string[];
1053
+ };
1054
+ };
1055
+ GGY: {
1056
+ ISO3_CODE: string;
1057
+ ISO2_CODE: string;
1058
+ CURRENCY: {
1059
+ NAME: string[];
1060
+ CODE: string[];
1061
+ NUM: never[];
1062
+ }[];
1063
+ LIST_OF_NAME: {
1064
+ ENG: string[];
1065
+ DUTCH: string[];
1066
+ };
1067
+ };
1068
+ GHA: {
1069
+ ISO3_CODE: string;
1070
+ ISO2_CODE: string;
1071
+ CURRENCY: {
1072
+ NAME: string[];
1073
+ CODE: string[];
1074
+ NUM: never[];
1075
+ }[];
1076
+ LIST_OF_NAME: {
1077
+ ENG: string[];
1078
+ DUTCH: string[];
1079
+ };
1080
+ };
1081
+ GIB: {
1082
+ ISO3_CODE: string;
1083
+ ISO2_CODE: string;
1084
+ CURRENCY: {
1085
+ NAME: string[];
1086
+ CODE: string[];
1087
+ NUM: never[];
1088
+ }[];
1089
+ LIST_OF_NAME: {
1090
+ ENG: string[];
1091
+ DUTCH: string[];
1092
+ };
1093
+ };
1094
+ GIN: {
1095
+ ISO3_CODE: string;
1096
+ ISO2_CODE: string;
1097
+ CURRENCY: {
1098
+ NAME: string[];
1099
+ CODE: string[];
1100
+ NUM: never[];
1101
+ }[];
1102
+ LIST_OF_NAME: {
1103
+ ENG: string[];
1104
+ DUTCH: string[];
1105
+ };
1106
+ };
1107
+ GLP: {
1108
+ ISO3_CODE: string;
1109
+ ISO2_CODE: string;
1110
+ CURRENCY: {
1111
+ NAME: string[];
1112
+ CODE: string[];
1113
+ NUM: never[];
1114
+ }[];
1115
+ LIST_OF_NAME: {
1116
+ ENG: string[];
1117
+ DUTCH: string[];
1118
+ };
1119
+ };
1120
+ GMB: {
1121
+ ISO3_CODE: string;
1122
+ ISO2_CODE: string;
1123
+ CURRENCY: {
1124
+ NAME: string[];
1125
+ CODE: string[];
1126
+ NUM: never[];
1127
+ }[];
1128
+ LIST_OF_NAME: {
1129
+ ENG: string[];
1130
+ DUTCH: string[];
1131
+ };
1132
+ };
1133
+ GNB: {
1134
+ ISO3_CODE: string;
1135
+ ISO2_CODE: string;
1136
+ CURRENCY: {
1137
+ NAME: string[];
1138
+ CODE: string[];
1139
+ NUM: never[];
1140
+ }[];
1141
+ LIST_OF_NAME: {
1142
+ ENG: string[];
1143
+ DUTCH: string[];
1144
+ };
1145
+ };
1146
+ GNQ: {
1147
+ ISO3_CODE: string;
1148
+ ISO2_CODE: string;
1149
+ CURRENCY: {
1150
+ NAME: string[];
1151
+ CODE: string[];
1152
+ NUM: never[];
1153
+ }[];
1154
+ LIST_OF_NAME: {
1155
+ ENG: string[];
1156
+ DUTCH: string[];
1157
+ };
1158
+ };
1159
+ GRC: {
1160
+ ISO3_CODE: string;
1161
+ ISO2_CODE: string;
1162
+ CURRENCY: {
1163
+ NAME: string[];
1164
+ CODE: string[];
1165
+ NUM: never[];
1166
+ }[];
1167
+ LIST_OF_NAME: {
1168
+ ENG: string[];
1169
+ DUTCH: string[];
1170
+ };
1171
+ };
1172
+ GRD: {
1173
+ ISO3_CODE: string;
1174
+ ISO2_CODE: string;
1175
+ CURRENCY: {
1176
+ NAME: string[];
1177
+ CODE: string[];
1178
+ NUM: never[];
1179
+ }[];
1180
+ LIST_OF_NAME: {
1181
+ ENG: string[];
1182
+ DUTCH: string[];
1183
+ };
1184
+ };
1185
+ GRL: {
1186
+ ISO3_CODE: string;
1187
+ ISO2_CODE: string;
1188
+ CURRENCY: {
1189
+ NAME: string[];
1190
+ CODE: string[];
1191
+ NUM: never[];
1192
+ }[];
1193
+ LIST_OF_NAME: {
1194
+ ENG: string[];
1195
+ DUTCH: string[];
1196
+ };
1197
+ };
1198
+ GTM: {
1199
+ ISO3_CODE: string;
1200
+ ISO2_CODE: string;
1201
+ CURRENCY: {
1202
+ NAME: string[];
1203
+ CODE: string[];
1204
+ NUM: never[];
1205
+ }[];
1206
+ LIST_OF_NAME: {
1207
+ ENG: string[];
1208
+ DUTCH: string[];
1209
+ };
1210
+ };
1211
+ GUF: {
1212
+ ISO3_CODE: string;
1213
+ ISO2_CODE: string;
1214
+ CURRENCY: {
1215
+ NAME: string[];
1216
+ CODE: string[];
1217
+ NUM: never[];
1218
+ }[];
1219
+ LIST_OF_NAME: {
1220
+ ENG: string[];
1221
+ DUTCH: string[];
1222
+ };
1223
+ };
1224
+ GUM: {
1225
+ ISO3_CODE: string;
1226
+ ISO2_CODE: string;
1227
+ CURRENCY: {
1228
+ NAME: string[];
1229
+ CODE: string[];
1230
+ NUM: never[];
1231
+ }[];
1232
+ LIST_OF_NAME: {
1233
+ ENG: string[];
1234
+ DUTCH: string[];
1235
+ };
1236
+ };
1237
+ GUY: {
1238
+ ISO3_CODE: string;
1239
+ ISO2_CODE: string;
1240
+ CURRENCY: {
1241
+ NAME: string[];
1242
+ CODE: string[];
1243
+ NUM: never[];
1244
+ }[];
1245
+ LIST_OF_NAME: {
1246
+ ENG: string[];
1247
+ DUTCH: string[];
1248
+ };
1249
+ };
1250
+ HKG: {
1251
+ ISO3_CODE: string;
1252
+ ISO2_CODE: string;
1253
+ CURRENCY: {
1254
+ NAME: string[];
1255
+ CODE: string[];
1256
+ NUM: never[];
1257
+ }[];
1258
+ LIST_OF_NAME: {
1259
+ ENG: string[];
1260
+ DUTCH: string[];
1261
+ };
1262
+ };
1263
+ HMD: {
1264
+ ISO3_CODE: string;
1265
+ ISO2_CODE: string;
1266
+ CURRENCY: {
1267
+ NAME: string[];
1268
+ CODE: string[];
1269
+ NUM: never[];
1270
+ }[];
1271
+ LIST_OF_NAME: {
1272
+ ENG: string[];
1273
+ DUTCH: string[];
1274
+ };
1275
+ };
1276
+ HND: {
1277
+ ISO3_CODE: string;
1278
+ ISO2_CODE: string;
1279
+ CURRENCY: {
1280
+ NAME: string[];
1281
+ CODE: string[];
1282
+ NUM: never[];
1283
+ }[];
1284
+ LIST_OF_NAME: {
1285
+ ENG: string[];
1286
+ DUTCH: string[];
1287
+ };
1288
+ };
1289
+ HRV: {
1290
+ ISO3_CODE: string;
1291
+ ISO2_CODE: string;
1292
+ CURRENCY: {
1293
+ NAME: string[];
1294
+ CODE: string[];
1295
+ NUM: never[];
1296
+ }[];
1297
+ LIST_OF_NAME: {
1298
+ ENG: string[];
1299
+ DUTCH: string[];
1300
+ };
1301
+ };
1302
+ HTI: {
1303
+ ISO3_CODE: string;
1304
+ ISO2_CODE: string;
1305
+ CURRENCY: {
1306
+ NAME: string[];
1307
+ CODE: string[];
1308
+ NUM: never[];
1309
+ }[];
1310
+ LIST_OF_NAME: {
1311
+ ENG: string[];
1312
+ DUTCH: string[];
1313
+ };
1314
+ };
1315
+ HUN: {
1316
+ ISO3_CODE: string;
1317
+ ISO2_CODE: string;
1318
+ CURRENCY: {
1319
+ NAME: string[];
1320
+ CODE: string[];
1321
+ NUM: never[];
1322
+ }[];
1323
+ LIST_OF_NAME: {
1324
+ ENG: string[];
1325
+ DUTCH: string[];
1326
+ };
1327
+ };
1328
+ IDN: {
1329
+ ISO3_CODE: string;
1330
+ ISO2_CODE: string;
1331
+ CURRENCY: {
1332
+ NAME: string[];
1333
+ CODE: string[];
1334
+ NUM: never[];
1335
+ }[];
1336
+ LIST_OF_NAME: {
1337
+ ENG: string[];
1338
+ DUTCH: string[];
1339
+ };
1340
+ };
1341
+ IMN: {
1342
+ ISO3_CODE: string;
1343
+ ISO2_CODE: string;
1344
+ CURRENCY: {
1345
+ NAME: string[];
1346
+ CODE: string[];
1347
+ NUM: never[];
1348
+ }[];
1349
+ LIST_OF_NAME: {
1350
+ ENG: string[];
1351
+ DUTCH: string[];
1352
+ };
1353
+ };
1354
+ IND: {
1355
+ ISO3_CODE: string;
1356
+ ISO2_CODE: string;
1357
+ CURRENCY: {
1358
+ NAME: string[];
1359
+ CODE: string[];
1360
+ NUM: never[];
1361
+ }[];
1362
+ LIST_OF_NAME: {
1363
+ ENG: string[];
1364
+ DUTCH: string[];
1365
+ };
1366
+ };
1367
+ IOT: {
1368
+ ISO3_CODE: string;
1369
+ ISO2_CODE: string;
1370
+ CURRENCY: {
1371
+ NAME: string[];
1372
+ CODE: string[];
1373
+ NUM: never[];
1374
+ }[];
1375
+ LIST_OF_NAME: {
1376
+ ENG: string[];
1377
+ DUTCH: string[];
1378
+ };
1379
+ };
1380
+ IRL: {
1381
+ ISO3_CODE: string;
1382
+ ISO2_CODE: string;
1383
+ CURRENCY: {
1384
+ NAME: string[];
1385
+ CODE: string[];
1386
+ NUM: never[];
1387
+ }[];
1388
+ LIST_OF_NAME: {
1389
+ ENG: string[];
1390
+ DUTCH: string[];
1391
+ };
1392
+ };
1393
+ IRN: {
1394
+ ISO3_CODE: string;
1395
+ ISO2_CODE: string;
1396
+ CURRENCY: {
1397
+ NAME: string[];
1398
+ CODE: string[];
1399
+ NUM: never[];
1400
+ }[];
1401
+ LIST_OF_NAME: {
1402
+ ENG: string[];
1403
+ DUTCH: string[];
1404
+ };
1405
+ };
1406
+ IRQ: {
1407
+ ISO3_CODE: string;
1408
+ ISO2_CODE: string;
1409
+ CURRENCY: {
1410
+ NAME: string[];
1411
+ CODE: string[];
1412
+ NUM: never[];
1413
+ }[];
1414
+ LIST_OF_NAME: {
1415
+ ENG: string[];
1416
+ DUTCH: string[];
1417
+ };
1418
+ };
1419
+ ISL: {
1420
+ ISO3_CODE: string;
1421
+ ISO2_CODE: string;
1422
+ CURRENCY: {
1423
+ NAME: string[];
1424
+ CODE: string[];
1425
+ NUM: never[];
1426
+ }[];
1427
+ LIST_OF_NAME: {
1428
+ ENG: string[];
1429
+ DUTCH: string[];
1430
+ };
1431
+ };
1432
+ ISR: {
1433
+ ISO3_CODE: string;
1434
+ ISO2_CODE: string;
1435
+ CURRENCY: {
1436
+ NAME: string[];
1437
+ CODE: string[];
1438
+ NUM: never[];
1439
+ }[];
1440
+ LIST_OF_NAME: {
1441
+ ENG: string[];
1442
+ DUTCH: string[];
1443
+ };
1444
+ };
1445
+ ITA: {
1446
+ ISO3_CODE: string;
1447
+ ISO2_CODE: string;
1448
+ CURRENCY: {
1449
+ NAME: string[];
1450
+ CODE: string[];
1451
+ NUM: never[];
1452
+ }[];
1453
+ LIST_OF_NAME: {
1454
+ ENG: string[];
1455
+ DUTCH: string[];
1456
+ };
1457
+ };
1458
+ JAM: {
1459
+ ISO3_CODE: string;
1460
+ ISO2_CODE: string;
1461
+ CURRENCY: {
1462
+ NAME: string[];
1463
+ CODE: string[];
1464
+ NUM: never[];
1465
+ }[];
1466
+ LIST_OF_NAME: {
1467
+ ENG: string[];
1468
+ DUTCH: string[];
1469
+ };
1470
+ };
1471
+ JEY: {
1472
+ ISO3_CODE: string;
1473
+ ISO2_CODE: string;
1474
+ CURRENCY: {
1475
+ NAME: string[];
1476
+ CODE: string[];
1477
+ NUM: never[];
1478
+ }[];
1479
+ LIST_OF_NAME: {
1480
+ ENG: string[];
1481
+ DUTCH: string[];
1482
+ };
1483
+ };
1484
+ JOR: {
1485
+ ISO3_CODE: string;
1486
+ ISO2_CODE: string;
1487
+ CURRENCY: {
1488
+ NAME: string[];
1489
+ CODE: string[];
1490
+ NUM: never[];
1491
+ }[];
1492
+ LIST_OF_NAME: {
1493
+ ENG: string[];
1494
+ DUTCH: string[];
1495
+ };
1496
+ };
1497
+ JPN: {
1498
+ ISO3_CODE: string;
1499
+ ISO2_CODE: string;
1500
+ CURRENCY: {
1501
+ NAME: string[];
1502
+ CODE: string[];
1503
+ NUM: never[];
1504
+ }[];
1505
+ LIST_OF_NAME: {
1506
+ ENG: string[];
1507
+ DUTCH: string[];
1508
+ };
1509
+ };
1510
+ KAZ: {
1511
+ ISO3_CODE: string;
1512
+ ISO2_CODE: string;
1513
+ CURRENCY: {
1514
+ NAME: string[];
1515
+ CODE: string[];
1516
+ NUM: never[];
1517
+ }[];
1518
+ LIST_OF_NAME: {
1519
+ ENG: string[];
1520
+ DUTCH: string[];
1521
+ };
1522
+ };
1523
+ KEN: {
1524
+ ISO3_CODE: string;
1525
+ ISO2_CODE: string;
1526
+ CURRENCY: {
1527
+ NAME: string[];
1528
+ CODE: string[];
1529
+ NUM: never[];
1530
+ }[];
1531
+ LIST_OF_NAME: {
1532
+ ENG: string[];
1533
+ DUTCH: string[];
1534
+ };
1535
+ };
1536
+ KGZ: {
1537
+ ISO3_CODE: string;
1538
+ ISO2_CODE: string;
1539
+ CURRENCY: {
1540
+ NAME: string[];
1541
+ CODE: string[];
1542
+ NUM: never[];
1543
+ }[];
1544
+ LIST_OF_NAME: {
1545
+ ENG: string[];
1546
+ DUTCH: string[];
1547
+ };
1548
+ };
1549
+ KHM: {
1550
+ ISO3_CODE: string;
1551
+ ISO2_CODE: string;
1552
+ CURRENCY: {
1553
+ NAME: string[];
1554
+ CODE: string[];
1555
+ NUM: never[];
1556
+ }[];
1557
+ LIST_OF_NAME: {
1558
+ ENG: string[];
1559
+ DUTCH: string[];
1560
+ };
1561
+ };
1562
+ KIR: {
1563
+ ISO3_CODE: string;
1564
+ ISO2_CODE: string;
1565
+ CURRENCY: {
1566
+ NAME: string[];
1567
+ CODE: string[];
1568
+ NUM: never[];
1569
+ }[];
1570
+ LIST_OF_NAME: {
1571
+ ENG: string[];
1572
+ DUTCH: string[];
1573
+ };
1574
+ };
1575
+ KNA: {
1576
+ ISO3_CODE: string;
1577
+ ISO2_CODE: string;
1578
+ CURRENCY: {
1579
+ NAME: string[];
1580
+ CODE: string[];
1581
+ NUM: never[];
1582
+ }[];
1583
+ LIST_OF_NAME: {
1584
+ ENG: string[];
1585
+ DUTCH: string[];
1586
+ };
1587
+ };
1588
+ KOR: {
1589
+ ISO3_CODE: string;
1590
+ ISO2_CODE: string;
1591
+ CURRENCY: {
1592
+ NAME: string[];
1593
+ CODE: string[];
1594
+ NUM: never[];
1595
+ }[];
1596
+ LIST_OF_NAME: {
1597
+ ENG: string[];
1598
+ DUTCH: string[];
1599
+ };
1600
+ };
1601
+ KWT: {
1602
+ ISO3_CODE: string;
1603
+ ISO2_CODE: string;
1604
+ CURRENCY: {
1605
+ NAME: string[];
1606
+ CODE: string[];
1607
+ NUM: never[];
1608
+ }[];
1609
+ LIST_OF_NAME: {
1610
+ ENG: string[];
1611
+ DUTCH: string[];
1612
+ };
1613
+ };
1614
+ LAO: {
1615
+ ISO3_CODE: string;
1616
+ ISO2_CODE: string;
1617
+ CURRENCY: {
1618
+ NAME: string[];
1619
+ CODE: string[];
1620
+ NUM: never[];
1621
+ }[];
1622
+ LIST_OF_NAME: {
1623
+ ENG: string[];
1624
+ DUTCH: string[];
1625
+ };
1626
+ };
1627
+ LBN: {
1628
+ ISO3_CODE: string;
1629
+ ISO2_CODE: string;
1630
+ CURRENCY: {
1631
+ NAME: string[];
1632
+ CODE: string[];
1633
+ NUM: never[];
1634
+ }[];
1635
+ LIST_OF_NAME: {
1636
+ ENG: string[];
1637
+ DUTCH: string[];
1638
+ };
1639
+ };
1640
+ LBR: {
1641
+ ISO3_CODE: string;
1642
+ ISO2_CODE: string;
1643
+ CURRENCY: {
1644
+ NAME: string[];
1645
+ CODE: string[];
1646
+ NUM: never[];
1647
+ }[];
1648
+ LIST_OF_NAME: {
1649
+ ENG: string[];
1650
+ DUTCH: string[];
1651
+ };
1652
+ };
1653
+ LBY: {
1654
+ ISO3_CODE: string;
1655
+ ISO2_CODE: string;
1656
+ CURRENCY: {
1657
+ NAME: string[];
1658
+ CODE: string[];
1659
+ NUM: never[];
1660
+ }[];
1661
+ LIST_OF_NAME: {
1662
+ ENG: string[];
1663
+ DUTCH: string[];
1664
+ };
1665
+ };
1666
+ LCA: {
1667
+ ISO3_CODE: string;
1668
+ ISO2_CODE: string;
1669
+ CURRENCY: {
1670
+ NAME: string[];
1671
+ CODE: string[];
1672
+ NUM: never[];
1673
+ }[];
1674
+ LIST_OF_NAME: {
1675
+ ENG: string[];
1676
+ DUTCH: string[];
1677
+ };
1678
+ };
1679
+ LIE: {
1680
+ ISO3_CODE: string;
1681
+ ISO2_CODE: string;
1682
+ CURRENCY: {
1683
+ NAME: string[];
1684
+ CODE: string[];
1685
+ NUM: never[];
1686
+ }[];
1687
+ LIST_OF_NAME: {
1688
+ ENG: string[];
1689
+ DUTCH: string[];
1690
+ };
1691
+ };
1692
+ LKA: {
1693
+ ISO3_CODE: string;
1694
+ ISO2_CODE: string;
1695
+ CURRENCY: {
1696
+ NAME: string[];
1697
+ CODE: string[];
1698
+ NUM: never[];
1699
+ }[];
1700
+ LIST_OF_NAME: {
1701
+ ENG: string[];
1702
+ DUTCH: string[];
1703
+ };
1704
+ };
1705
+ LSO: {
1706
+ ISO3_CODE: string;
1707
+ ISO2_CODE: string;
1708
+ CURRENCY: {
1709
+ NAME: string[];
1710
+ CODE: string[];
1711
+ NUM: never[];
1712
+ }[];
1713
+ LIST_OF_NAME: {
1714
+ ENG: string[];
1715
+ DUTCH: string[];
1716
+ };
1717
+ };
1718
+ LTU: {
1719
+ ISO3_CODE: string;
1720
+ ISO2_CODE: string;
1721
+ CURRENCY: {
1722
+ NAME: string[];
1723
+ CODE: string[];
1724
+ NUM: never[];
1725
+ }[];
1726
+ LIST_OF_NAME: {
1727
+ ENG: string[];
1728
+ DUTCH: string[];
1729
+ };
1730
+ };
1731
+ LUX: {
1732
+ ISO3_CODE: string;
1733
+ ISO2_CODE: string;
1734
+ CURRENCY: {
1735
+ NAME: string[];
1736
+ CODE: string[];
1737
+ NUM: never[];
1738
+ }[];
1739
+ LIST_OF_NAME: {
1740
+ ENG: string[];
1741
+ DUTCH: string[];
1742
+ };
1743
+ };
1744
+ LVA: {
1745
+ ISO3_CODE: string;
1746
+ ISO2_CODE: string;
1747
+ CURRENCY: {
1748
+ NAME: string[];
1749
+ CODE: string[];
1750
+ NUM: never[];
1751
+ }[];
1752
+ LIST_OF_NAME: {
1753
+ ENG: string[];
1754
+ DUTCH: string[];
1755
+ };
1756
+ };
1757
+ MAC: {
1758
+ ISO3_CODE: string;
1759
+ ISO2_CODE: string;
1760
+ CURRENCY: never[];
1761
+ LIST_OF_NAME: {
1762
+ ENG: string[];
1763
+ DUTCH: string[];
1764
+ };
1765
+ };
1766
+ MAF: {
1767
+ ISO3_CODE: string;
1768
+ ISO2_CODE: string;
1769
+ CURRENCY: never[];
1770
+ LIST_OF_NAME: {
1771
+ ENG: string[];
1772
+ DUTCH: string[];
1773
+ };
1774
+ };
1775
+ MAR: {
1776
+ ISO3_CODE: string;
1777
+ ISO2_CODE: string;
1778
+ CURRENCY: {
1779
+ NAME: string[];
1780
+ CODE: string[];
1781
+ NUM: never[];
1782
+ }[];
1783
+ LIST_OF_NAME: {
1784
+ ENG: string[];
1785
+ DUTCH: string[];
1786
+ };
1787
+ };
1788
+ MCO: {
1789
+ ISO3_CODE: string;
1790
+ ISO2_CODE: string;
1791
+ CURRENCY: {
1792
+ NAME: string[];
1793
+ CODE: string[];
1794
+ NUM: never[];
1795
+ }[];
1796
+ LIST_OF_NAME: {
1797
+ ENG: string[];
1798
+ DUTCH: string[];
1799
+ };
1800
+ };
1801
+ MDA: {
1802
+ ISO3_CODE: string;
1803
+ ISO2_CODE: string;
1804
+ CURRENCY: {
1805
+ NAME: string[];
1806
+ CODE: string[];
1807
+ NUM: never[];
1808
+ }[];
1809
+ LIST_OF_NAME: {
1810
+ ENG: string[];
1811
+ DUTCH: string[];
1812
+ };
1813
+ };
1814
+ MDG: {
1815
+ ISO3_CODE: string;
1816
+ ISO2_CODE: string;
1817
+ CURRENCY: {
1818
+ NAME: string[];
1819
+ CODE: string[];
1820
+ NUM: never[];
1821
+ }[];
1822
+ LIST_OF_NAME: {
1823
+ ENG: string[];
1824
+ DUTCH: string[];
1825
+ };
1826
+ };
1827
+ MDV: {
1828
+ ISO3_CODE: string;
1829
+ ISO2_CODE: string;
1830
+ CURRENCY: {
1831
+ NAME: string[];
1832
+ CODE: string[];
1833
+ NUM: never[];
1834
+ }[];
1835
+ LIST_OF_NAME: {
1836
+ ENG: string[];
1837
+ DUTCH: string[];
1838
+ };
1839
+ };
1840
+ MEX: {
1841
+ ISO3_CODE: string;
1842
+ ISO2_CODE: string;
1843
+ CURRENCY: {
1844
+ NAME: string[];
1845
+ CODE: string[];
1846
+ NUM: never[];
1847
+ }[];
1848
+ LIST_OF_NAME: {
1849
+ ENG: string[];
1850
+ DUTCH: string[];
1851
+ };
1852
+ };
1853
+ MHL: {
1854
+ ISO3_CODE: string;
1855
+ ISO2_CODE: string;
1856
+ CURRENCY: {
1857
+ NAME: string[];
1858
+ CODE: string[];
1859
+ NUM: never[];
1860
+ }[];
1861
+ LIST_OF_NAME: {
1862
+ ENG: string[];
1863
+ DUTCH: string[];
1864
+ };
1865
+ };
1866
+ MKD: {
1867
+ ISO3_CODE: string;
1868
+ ISO2_CODE: string;
1869
+ CURRENCY: {
1870
+ NAME: string[];
1871
+ CODE: string[];
1872
+ NUM: never[];
1873
+ }[];
1874
+ LIST_OF_NAME: {
1875
+ ENG: string[];
1876
+ DUTCH: string[];
1877
+ };
1878
+ };
1879
+ MLI: {
1880
+ ISO3_CODE: string;
1881
+ ISO2_CODE: string;
1882
+ CURRENCY: {
1883
+ NAME: string[];
1884
+ CODE: string[];
1885
+ NUM: never[];
1886
+ }[];
1887
+ LIST_OF_NAME: {
1888
+ ENG: string[];
1889
+ DUTCH: string[];
1890
+ };
1891
+ };
1892
+ MLT: {
1893
+ ISO3_CODE: string;
1894
+ ISO2_CODE: string;
1895
+ CURRENCY: {
1896
+ NAME: string[];
1897
+ CODE: string[];
1898
+ NUM: never[];
1899
+ }[];
1900
+ LIST_OF_NAME: {
1901
+ ENG: string[];
1902
+ DUTCH: string[];
1903
+ };
1904
+ };
1905
+ MMR: {
1906
+ ISO3_CODE: string;
1907
+ ISO2_CODE: string;
1908
+ CURRENCY: {
1909
+ NAME: string[];
1910
+ CODE: string[];
1911
+ NUM: never[];
1912
+ }[];
1913
+ LIST_OF_NAME: {
1914
+ ENG: string[];
1915
+ DUTCH: string[];
1916
+ };
1917
+ };
1918
+ MNE: {
1919
+ ISO3_CODE: string;
1920
+ ISO2_CODE: string;
1921
+ CURRENCY: {
1922
+ NAME: string[];
1923
+ CODE: string[];
1924
+ NUM: never[];
1925
+ }[];
1926
+ LIST_OF_NAME: {
1927
+ ENG: string[];
1928
+ DUTCH: string[];
1929
+ };
1930
+ };
1931
+ MNG: {
1932
+ ISO3_CODE: string;
1933
+ ISO2_CODE: string;
1934
+ CURRENCY: {
1935
+ NAME: string[];
1936
+ CODE: string[];
1937
+ NUM: never[];
1938
+ }[];
1939
+ LIST_OF_NAME: {
1940
+ ENG: string[];
1941
+ DUTCH: string[];
1942
+ };
1943
+ };
1944
+ MNP: {
1945
+ ISO3_CODE: string;
1946
+ ISO2_CODE: string;
1947
+ CURRENCY: {
1948
+ NAME: string[];
1949
+ CODE: string[];
1950
+ NUM: never[];
1951
+ }[];
1952
+ LIST_OF_NAME: {
1953
+ ENG: string[];
1954
+ DUTCH: string[];
1955
+ };
1956
+ };
1957
+ MOZ: {
1958
+ ISO3_CODE: string;
1959
+ ISO2_CODE: string;
1960
+ CURRENCY: {
1961
+ NAME: string[];
1962
+ CODE: string[];
1963
+ NUM: never[];
1964
+ }[];
1965
+ LIST_OF_NAME: {
1966
+ ENG: string[];
1967
+ DUTCH: string[];
1968
+ };
1969
+ };
1970
+ MTQ: {
1971
+ ISO3_CODE: string;
1972
+ ISO2_CODE: string;
1973
+ CURRENCY: {
1974
+ NAME: string[];
1975
+ CODE: string[];
1976
+ NUM: never[];
1977
+ }[];
1978
+ LIST_OF_NAME: {
1979
+ ENG: string[];
1980
+ DUTCH: string[];
1981
+ };
1982
+ };
1983
+ MUS: {
1984
+ ISO3_CODE: string;
1985
+ ISO2_CODE: string;
1986
+ CURRENCY: {
1987
+ NAME: string[];
1988
+ CODE: string[];
1989
+ NUM: never[];
1990
+ }[];
1991
+ LIST_OF_NAME: {
1992
+ ENG: string[];
1993
+ DUTCH: string[];
1994
+ };
1995
+ };
1996
+ MWI: {
1997
+ ISO3_CODE: string;
1998
+ ISO2_CODE: string;
1999
+ CURRENCY: {
2000
+ NAME: string[];
2001
+ CODE: string[];
2002
+ NUM: never[];
2003
+ }[];
2004
+ LIST_OF_NAME: {
2005
+ ENG: string[];
2006
+ DUTCH: string[];
2007
+ };
2008
+ };
2009
+ MYS: {
2010
+ ISO3_CODE: string;
2011
+ ISO2_CODE: string;
2012
+ CURRENCY: {
2013
+ NAME: string[];
2014
+ CODE: string[];
2015
+ NUM: never[];
2016
+ }[];
2017
+ LIST_OF_NAME: {
2018
+ ENG: string[];
2019
+ DUTCH: string[];
2020
+ };
2021
+ };
2022
+ MYT: {
2023
+ ISO3_CODE: string;
2024
+ ISO2_CODE: string;
2025
+ CURRENCY: {
2026
+ NAME: string[];
2027
+ CODE: string[];
2028
+ NUM: never[];
2029
+ }[];
2030
+ LIST_OF_NAME: {
2031
+ ENG: string[];
2032
+ DUTCH: string[];
2033
+ };
2034
+ };
2035
+ NAM: {
2036
+ ISO3_CODE: string;
2037
+ ISO2_CODE: string;
2038
+ CURRENCY: {
2039
+ NAME: string[];
2040
+ CODE: string[];
2041
+ NUM: never[];
2042
+ }[];
2043
+ LIST_OF_NAME: {
2044
+ ENG: string[];
2045
+ DUTCH: string[];
2046
+ };
2047
+ };
2048
+ NCL: {
2049
+ ISO3_CODE: string;
2050
+ ISO2_CODE: string;
2051
+ CURRENCY: {
2052
+ NAME: string[];
2053
+ CODE: string[];
2054
+ NUM: never[];
2055
+ }[];
2056
+ LIST_OF_NAME: {
2057
+ ENG: string[];
2058
+ DUTCH: string[];
2059
+ };
2060
+ };
2061
+ NER: {
2062
+ ISO3_CODE: string;
2063
+ ISO2_CODE: string;
2064
+ CURRENCY: {
2065
+ NAME: string[];
2066
+ CODE: string[];
2067
+ NUM: never[];
2068
+ }[];
2069
+ LIST_OF_NAME: {
2070
+ ENG: string[];
2071
+ DUTCH: string[];
2072
+ };
2073
+ };
2074
+ NFK: {
2075
+ ISO3_CODE: string;
2076
+ ISO2_CODE: string;
2077
+ CURRENCY: {
2078
+ NAME: string[];
2079
+ CODE: string[];
2080
+ NUM: never[];
2081
+ }[];
2082
+ LIST_OF_NAME: {
2083
+ ENG: string[];
2084
+ DUTCH: string[];
2085
+ };
2086
+ };
2087
+ NGA: {
2088
+ ISO3_CODE: string;
2089
+ ISO2_CODE: string;
2090
+ CURRENCY: {
2091
+ NAME: string[];
2092
+ CODE: string[];
2093
+ NUM: never[];
2094
+ }[];
2095
+ LIST_OF_NAME: {
2096
+ ENG: string[];
2097
+ DUTCH: string[];
2098
+ };
2099
+ };
2100
+ NIC: {
2101
+ ISO3_CODE: string;
2102
+ ISO2_CODE: string;
2103
+ CURRENCY: {
2104
+ NAME: string[];
2105
+ CODE: string[];
2106
+ NUM: never[];
2107
+ }[];
2108
+ LIST_OF_NAME: {
2109
+ ENG: string[];
2110
+ DUTCH: string[];
2111
+ };
2112
+ };
2113
+ NIU: {
2114
+ ISO3_CODE: string;
2115
+ ISO2_CODE: string;
2116
+ CURRENCY: {
2117
+ NAME: string[];
2118
+ CODE: string[];
2119
+ NUM: never[];
2120
+ }[];
2121
+ LIST_OF_NAME: {
2122
+ ENG: string[];
2123
+ DUTCH: string[];
2124
+ };
2125
+ };
2126
+ NLD: {
2127
+ ISO3_CODE: string;
2128
+ ISO2_CODE: string;
2129
+ CURRENCY: {
2130
+ NAME: string[];
2131
+ CODE: string[];
2132
+ NUM: never[];
2133
+ }[];
2134
+ LIST_OF_NAME: {
2135
+ ENG: string[];
2136
+ DUTCH: string[];
2137
+ };
2138
+ };
2139
+ NOR: {
2140
+ ISO3_CODE: string;
2141
+ ISO2_CODE: string;
2142
+ CURRENCY: {
2143
+ NAME: string[];
2144
+ CODE: string[];
2145
+ NUM: never[];
2146
+ }[];
2147
+ LIST_OF_NAME: {
2148
+ ENG: string[];
2149
+ DUTCH: string[];
2150
+ };
2151
+ };
2152
+ NPL: {
2153
+ ISO3_CODE: string;
2154
+ ISO2_CODE: string;
2155
+ CURRENCY: {
2156
+ NAME: string[];
2157
+ CODE: string[];
2158
+ NUM: never[];
2159
+ }[];
2160
+ LIST_OF_NAME: {
2161
+ ENG: string[];
2162
+ DUTCH: string[];
2163
+ };
2164
+ };
2165
+ NRU: {
2166
+ ISO3_CODE: string;
2167
+ ISO2_CODE: string;
2168
+ CURRENCY: {
2169
+ NAME: string[];
2170
+ CODE: string[];
2171
+ NUM: never[];
2172
+ }[];
2173
+ LIST_OF_NAME: {
2174
+ ENG: string[];
2175
+ DUTCH: string[];
2176
+ };
2177
+ };
2178
+ NZL: {
2179
+ ISO3_CODE: string;
2180
+ ISO2_CODE: string;
2181
+ CURRENCY: {
2182
+ NAME: string[];
2183
+ CODE: string[];
2184
+ NUM: never[];
2185
+ }[];
2186
+ LIST_OF_NAME: {
2187
+ ENG: string[];
2188
+ DUTCH: string[];
2189
+ };
2190
+ };
2191
+ OMN: {
2192
+ ISO3_CODE: string;
2193
+ ISO2_CODE: string;
2194
+ CURRENCY: {
2195
+ NAME: string[];
2196
+ CODE: string[];
2197
+ NUM: never[];
2198
+ }[];
2199
+ LIST_OF_NAME: {
2200
+ ENG: string[];
2201
+ DUTCH: string[];
2202
+ };
2203
+ };
2204
+ PAK: {
2205
+ ISO3_CODE: string;
2206
+ ISO2_CODE: string;
2207
+ CURRENCY: {
2208
+ NAME: string[];
2209
+ CODE: string[];
2210
+ NUM: never[];
2211
+ }[];
2212
+ LIST_OF_NAME: {
2213
+ ENG: string[];
2214
+ DUTCH: string[];
2215
+ };
2216
+ };
2217
+ PAN: {
2218
+ ISO3_CODE: string;
2219
+ ISO2_CODE: string;
2220
+ CURRENCY: {
2221
+ NAME: string[];
2222
+ CODE: string[];
2223
+ NUM: never[];
2224
+ }[];
2225
+ LIST_OF_NAME: {
2226
+ ENG: string[];
2227
+ DUTCH: string[];
2228
+ };
2229
+ };
2230
+ PCN: {
2231
+ ISO3_CODE: string;
2232
+ ISO2_CODE: string;
2233
+ CURRENCY: {
2234
+ NAME: string[];
2235
+ CODE: string[];
2236
+ NUM: never[];
2237
+ }[];
2238
+ LIST_OF_NAME: {
2239
+ ENG: string[];
2240
+ DUTCH: string[];
2241
+ };
2242
+ };
2243
+ PER: {
2244
+ ISO3_CODE: string;
2245
+ ISO2_CODE: string;
2246
+ CURRENCY: {
2247
+ NAME: string[];
2248
+ CODE: string[];
2249
+ NUM: never[];
2250
+ }[];
2251
+ LIST_OF_NAME: {
2252
+ ENG: string[];
2253
+ DUTCH: string[];
2254
+ };
2255
+ };
2256
+ PHL: {
2257
+ ISO3_CODE: string;
2258
+ ISO2_CODE: string;
2259
+ CURRENCY: {
2260
+ NAME: string[];
2261
+ CODE: string[];
2262
+ NUM: never[];
2263
+ }[];
2264
+ LIST_OF_NAME: {
2265
+ ENG: string[];
2266
+ DUTCH: string[];
2267
+ };
2268
+ };
2269
+ PLW: {
2270
+ ISO3_CODE: string;
2271
+ ISO2_CODE: string;
2272
+ CURRENCY: {
2273
+ NAME: string[];
2274
+ CODE: string[];
2275
+ NUM: never[];
2276
+ }[];
2277
+ LIST_OF_NAME: {
2278
+ ENG: string[];
2279
+ DUTCH: string[];
2280
+ };
2281
+ };
2282
+ PNG: {
2283
+ ISO3_CODE: string;
2284
+ ISO2_CODE: string;
2285
+ CURRENCY: {
2286
+ NAME: string[];
2287
+ CODE: string[];
2288
+ NUM: never[];
2289
+ }[];
2290
+ LIST_OF_NAME: {
2291
+ ENG: string[];
2292
+ DUTCH: string[];
2293
+ };
2294
+ };
2295
+ POL: {
2296
+ ISO3_CODE: string;
2297
+ ISO2_CODE: string;
2298
+ CURRENCY: {
2299
+ NAME: string[];
2300
+ CODE: string[];
2301
+ NUM: never[];
2302
+ }[];
2303
+ LIST_OF_NAME: {
2304
+ ENG: string[];
2305
+ DUTCH: string[];
2306
+ };
2307
+ };
2308
+ PRI: {
2309
+ ISO3_CODE: string;
2310
+ ISO2_CODE: string;
2311
+ CURRENCY: {
2312
+ NAME: string[];
2313
+ CODE: string[];
2314
+ NUM: never[];
2315
+ }[];
2316
+ LIST_OF_NAME: {
2317
+ ENG: string[];
2318
+ DUTCH: string[];
2319
+ };
2320
+ };
2321
+ PRK: {
2322
+ ISO3_CODE: string;
2323
+ ISO2_CODE: string;
2324
+ CURRENCY: {
2325
+ NAME: string[];
2326
+ CODE: string[];
2327
+ NUM: never[];
2328
+ }[];
2329
+ LIST_OF_NAME: {
2330
+ ENG: string[];
2331
+ DUTCH: string[];
2332
+ };
2333
+ };
2334
+ PRT: {
2335
+ ISO3_CODE: string;
2336
+ ISO2_CODE: string;
2337
+ CURRENCY: {
2338
+ NAME: string[];
2339
+ CODE: string[];
2340
+ NUM: never[];
2341
+ }[];
2342
+ LIST_OF_NAME: {
2343
+ ENG: string[];
2344
+ DUTCH: string[];
2345
+ };
2346
+ };
2347
+ PRY: {
2348
+ ISO3_CODE: string;
2349
+ ISO2_CODE: string;
2350
+ CURRENCY: {
2351
+ NAME: string[];
2352
+ CODE: string[];
2353
+ NUM: never[];
2354
+ }[];
2355
+ LIST_OF_NAME: {
2356
+ ENG: string[];
2357
+ DUTCH: string[];
2358
+ };
2359
+ };
2360
+ PSE: {
2361
+ ISO3_CODE: string;
2362
+ ISO2_CODE: string;
2363
+ CURRENCY: {
2364
+ NAME: string[];
2365
+ CODE: string[];
2366
+ NUM: never[];
2367
+ }[];
2368
+ LIST_OF_NAME: {
2369
+ ENG: string[];
2370
+ DUTCH: string[];
2371
+ };
2372
+ };
2373
+ PYF: {
2374
+ ISO3_CODE: string;
2375
+ ISO2_CODE: string;
2376
+ CURRENCY: {
2377
+ NAME: string[];
2378
+ CODE: string[];
2379
+ NUM: never[];
2380
+ }[];
2381
+ LIST_OF_NAME: {
2382
+ ENG: string[];
2383
+ DUTCH: string[];
2384
+ };
2385
+ };
2386
+ QAT: {
2387
+ ISO3_CODE: string;
2388
+ ISO2_CODE: string;
2389
+ CURRENCY: {
2390
+ NAME: string[];
2391
+ CODE: string[];
2392
+ NUM: never[];
2393
+ }[];
2394
+ LIST_OF_NAME: {
2395
+ ENG: string[];
2396
+ DUTCH: string[];
2397
+ };
2398
+ };
2399
+ REU: {
2400
+ ISO3_CODE: string;
2401
+ ISO2_CODE: string;
2402
+ CURRENCY: {
2403
+ NAME: string[];
2404
+ CODE: string[];
2405
+ NUM: never[];
2406
+ }[];
2407
+ LIST_OF_NAME: {
2408
+ ENG: string[];
2409
+ DUTCH: string[];
2410
+ };
2411
+ };
2412
+ ROU: {
2413
+ ISO3_CODE: string;
2414
+ ISO2_CODE: string;
2415
+ CURRENCY: {
2416
+ NAME: string[];
2417
+ CODE: string[];
2418
+ NUM: never[];
2419
+ }[];
2420
+ LIST_OF_NAME: {
2421
+ ENG: string[];
2422
+ DUTCH: string[];
2423
+ };
2424
+ };
2425
+ RUS: {
2426
+ ISO3_CODE: string;
2427
+ ISO2_CODE: string;
2428
+ CURRENCY: {
2429
+ NAME: string[];
2430
+ CODE: string[];
2431
+ NUM: never[];
2432
+ }[];
2433
+ LIST_OF_NAME: {
2434
+ ENG: string[];
2435
+ DUTCH: string[];
2436
+ };
2437
+ };
2438
+ RWA: {
2439
+ ISO3_CODE: string;
2440
+ ISO2_CODE: string;
2441
+ CURRENCY: {
2442
+ NAME: string[];
2443
+ CODE: string[];
2444
+ NUM: never[];
2445
+ }[];
2446
+ LIST_OF_NAME: {
2447
+ ENG: string[];
2448
+ DUTCH: string[];
2449
+ };
2450
+ };
2451
+ SAU: {
2452
+ ISO3_CODE: string;
2453
+ ISO2_CODE: string;
2454
+ CURRENCY: {
2455
+ NAME: string[];
2456
+ CODE: string[];
2457
+ NUM: never[];
2458
+ }[];
2459
+ LIST_OF_NAME: {
2460
+ ENG: string[];
2461
+ DUTCH: string[];
2462
+ };
2463
+ };
2464
+ SDN: {
2465
+ ISO3_CODE: string;
2466
+ ISO2_CODE: string;
2467
+ CURRENCY: {
2468
+ NAME: string[];
2469
+ CODE: string[];
2470
+ NUM: never[];
2471
+ }[];
2472
+ LIST_OF_NAME: {
2473
+ ENG: string[];
2474
+ DUTCH: string[];
2475
+ };
2476
+ };
2477
+ SEN: {
2478
+ ISO3_CODE: string;
2479
+ ISO2_CODE: string;
2480
+ CURRENCY: {
2481
+ NAME: string[];
2482
+ CODE: string[];
2483
+ NUM: never[];
2484
+ }[];
2485
+ LIST_OF_NAME: {
2486
+ ENG: string[];
2487
+ DUTCH: string[];
2488
+ };
2489
+ };
2490
+ SGP: {
2491
+ ISO3_CODE: string;
2492
+ ISO2_CODE: string;
2493
+ CURRENCY: {
2494
+ NAME: string[];
2495
+ CODE: string[];
2496
+ NUM: never[];
2497
+ }[];
2498
+ LIST_OF_NAME: {
2499
+ ENG: string[];
2500
+ DUTCH: string[];
2501
+ };
2502
+ };
2503
+ SGS: {
2504
+ ISO3_CODE: string;
2505
+ ISO2_CODE: string;
2506
+ CURRENCY: never[];
2507
+ LIST_OF_NAME: {
2508
+ ENG: string[];
2509
+ DUTCH: string[];
2510
+ };
2511
+ };
2512
+ SHN: {
2513
+ ISO3_CODE: string;
2514
+ ISO2_CODE: string;
2515
+ CURRENCY: never[];
2516
+ LIST_OF_NAME: {
2517
+ ENG: string[];
2518
+ DUTCH: string[];
2519
+ };
2520
+ };
2521
+ SJM: {
2522
+ ISO3_CODE: string;
2523
+ ISO2_CODE: string;
2524
+ CURRENCY: {
2525
+ NAME: string[];
2526
+ CODE: string[];
2527
+ NUM: never[];
2528
+ }[];
2529
+ LIST_OF_NAME: {
2530
+ ENG: string[];
2531
+ DUTCH: string[];
2532
+ };
2533
+ };
2534
+ SLB: {
2535
+ ISO3_CODE: string;
2536
+ ISO2_CODE: string;
2537
+ CURRENCY: {
2538
+ NAME: string[];
2539
+ CODE: string[];
2540
+ NUM: never[];
2541
+ }[];
2542
+ LIST_OF_NAME: {
2543
+ ENG: string[];
2544
+ DUTCH: string[];
2545
+ };
2546
+ };
2547
+ SLE: {
2548
+ ISO3_CODE: string;
2549
+ ISO2_CODE: string;
2550
+ CURRENCY: {
2551
+ NAME: string[];
2552
+ CODE: string[];
2553
+ NUM: never[];
2554
+ }[];
2555
+ LIST_OF_NAME: {
2556
+ ENG: string[];
2557
+ DUTCH: string[];
2558
+ };
2559
+ };
2560
+ SLV: {
2561
+ ISO3_CODE: string;
2562
+ ISO2_CODE: string;
2563
+ CURRENCY: {
2564
+ NAME: string[];
2565
+ CODE: string[];
2566
+ NUM: never[];
2567
+ }[];
2568
+ LIST_OF_NAME: {
2569
+ ENG: string[];
2570
+ DUTCH: string[];
2571
+ };
2572
+ };
2573
+ SMR: {
2574
+ ISO3_CODE: string;
2575
+ ISO2_CODE: string;
2576
+ CURRENCY: {
2577
+ NAME: string[];
2578
+ CODE: string[];
2579
+ NUM: never[];
2580
+ }[];
2581
+ LIST_OF_NAME: {
2582
+ ENG: string[];
2583
+ DUTCH: string[];
2584
+ };
2585
+ };
2586
+ SOM: {
2587
+ ISO3_CODE: string;
2588
+ ISO2_CODE: string;
2589
+ CURRENCY: {
2590
+ NAME: string[];
2591
+ CODE: string[];
2592
+ NUM: never[];
2593
+ }[];
2594
+ LIST_OF_NAME: {
2595
+ ENG: string[];
2596
+ DUTCH: string[];
2597
+ };
2598
+ };
2599
+ SPM: {
2600
+ ISO3_CODE: string;
2601
+ ISO2_CODE: string;
2602
+ CURRENCY: {
2603
+ NAME: string[];
2604
+ CODE: string[];
2605
+ NUM: never[];
2606
+ }[];
2607
+ LIST_OF_NAME: {
2608
+ ENG: string[];
2609
+ DUTCH: string[];
2610
+ };
2611
+ };
2612
+ SRB: {
2613
+ ISO3_CODE: string;
2614
+ ISO2_CODE: string;
2615
+ CURRENCY: {
2616
+ NAME: string[];
2617
+ CODE: string[];
2618
+ NUM: never[];
2619
+ }[];
2620
+ LIST_OF_NAME: {
2621
+ ENG: string[];
2622
+ DUTCH: string[];
2623
+ };
2624
+ };
2625
+ SSD: {
2626
+ ISO3_CODE: string;
2627
+ ISO2_CODE: string;
2628
+ CURRENCY: {
2629
+ NAME: string[];
2630
+ CODE: string[];
2631
+ NUM: never[];
2632
+ }[];
2633
+ LIST_OF_NAME: {
2634
+ ENG: string[];
2635
+ DUTCH: string[];
2636
+ };
2637
+ };
2638
+ STP: {
2639
+ ISO3_CODE: string;
2640
+ ISO2_CODE: string;
2641
+ CURRENCY: {
2642
+ NAME: string[];
2643
+ CODE: string[];
2644
+ NUM: never[];
2645
+ }[];
2646
+ LIST_OF_NAME: {
2647
+ ENG: string[];
2648
+ DUTCH: string[];
2649
+ };
2650
+ };
2651
+ SUR: {
2652
+ ISO3_CODE: string;
2653
+ ISO2_CODE: string;
2654
+ CURRENCY: {
2655
+ NAME: string[];
2656
+ CODE: string[];
2657
+ NUM: never[];
2658
+ }[];
2659
+ LIST_OF_NAME: {
2660
+ ENG: string[];
2661
+ DUTCH: string[];
2662
+ };
2663
+ };
2664
+ SVK: {
2665
+ ISO3_CODE: string;
2666
+ ISO2_CODE: string;
2667
+ CURRENCY: {
2668
+ NAME: string[];
2669
+ CODE: string[];
2670
+ NUM: never[];
2671
+ }[];
2672
+ LIST_OF_NAME: {
2673
+ ENG: string[];
2674
+ DUTCH: string[];
2675
+ };
2676
+ };
2677
+ SVN: {
2678
+ ISO3_CODE: string;
2679
+ ISO2_CODE: string;
2680
+ CURRENCY: {
2681
+ NAME: string[];
2682
+ CODE: string[];
2683
+ NUM: never[];
2684
+ }[];
2685
+ LIST_OF_NAME: {
2686
+ ENG: string[];
2687
+ DUTCH: string[];
2688
+ };
2689
+ };
2690
+ SWE: {
2691
+ ISO3_CODE: string;
2692
+ ISO2_CODE: string;
2693
+ CURRENCY: {
2694
+ NAME: string[];
2695
+ CODE: string[];
2696
+ NUM: never[];
2697
+ }[];
2698
+ LIST_OF_NAME: {
2699
+ ENG: string[];
2700
+ DUTCH: string[];
2701
+ };
2702
+ };
2703
+ SWZ: {
2704
+ ISO3_CODE: string;
2705
+ ISO2_CODE: string;
2706
+ CURRENCY: {
2707
+ NAME: string[];
2708
+ CODE: string[];
2709
+ NUM: never[];
2710
+ }[];
2711
+ LIST_OF_NAME: {
2712
+ ENG: string[];
2713
+ DUTCH: string[];
2714
+ };
2715
+ };
2716
+ SXM: {
2717
+ ISO3_CODE: string;
2718
+ ISO2_CODE: string;
2719
+ CURRENCY: {
2720
+ NAME: string[];
2721
+ CODE: string[];
2722
+ NUM: never[];
2723
+ }[];
2724
+ LIST_OF_NAME: {
2725
+ ENG: string[];
2726
+ DUTCH: string[];
2727
+ };
2728
+ };
2729
+ SYC: {
2730
+ ISO3_CODE: string;
2731
+ ISO2_CODE: string;
2732
+ CURRENCY: {
2733
+ NAME: string[];
2734
+ CODE: string[];
2735
+ NUM: never[];
2736
+ }[];
2737
+ LIST_OF_NAME: {
2738
+ ENG: string[];
2739
+ DUTCH: string[];
2740
+ };
2741
+ };
2742
+ SYR: {
2743
+ ISO3_CODE: string;
2744
+ ISO2_CODE: string;
2745
+ CURRENCY: {
2746
+ NAME: string[];
2747
+ CODE: string[];
2748
+ NUM: never[];
2749
+ }[];
2750
+ LIST_OF_NAME: {
2751
+ ENG: string[];
2752
+ DUTCH: string[];
2753
+ };
2754
+ };
2755
+ TCA: {
2756
+ ISO3_CODE: string;
2757
+ ISO2_CODE: string;
2758
+ CURRENCY: {
2759
+ NAME: string[];
2760
+ CODE: string[];
2761
+ NUM: never[];
2762
+ }[];
2763
+ LIST_OF_NAME: {
2764
+ ENG: string[];
2765
+ DUTCH: string[];
2766
+ };
2767
+ };
2768
+ TCD: {
2769
+ ISO3_CODE: string;
2770
+ ISO2_CODE: string;
2771
+ CURRENCY: {
2772
+ NAME: string[];
2773
+ CODE: string[];
2774
+ NUM: never[];
2775
+ }[];
2776
+ LIST_OF_NAME: {
2777
+ ENG: string[];
2778
+ DUTCH: string[];
2779
+ };
2780
+ };
2781
+ TGO: {
2782
+ ISO3_CODE: string;
2783
+ ISO2_CODE: string;
2784
+ CURRENCY: {
2785
+ NAME: string[];
2786
+ CODE: string[];
2787
+ NUM: never[];
2788
+ }[];
2789
+ LIST_OF_NAME: {
2790
+ ENG: string[];
2791
+ DUTCH: string[];
2792
+ };
2793
+ };
2794
+ THA: {
2795
+ ISO3_CODE: string;
2796
+ ISO2_CODE: string;
2797
+ CURRENCY: {
2798
+ NAME: string[];
2799
+ CODE: string[];
2800
+ NUM: never[];
2801
+ }[];
2802
+ LIST_OF_NAME: {
2803
+ ENG: string[];
2804
+ DUTCH: string[];
2805
+ };
2806
+ };
2807
+ TJK: {
2808
+ ISO3_CODE: string;
2809
+ ISO2_CODE: string;
2810
+ CURRENCY: {
2811
+ NAME: string[];
2812
+ CODE: string[];
2813
+ NUM: never[];
2814
+ }[];
2815
+ LIST_OF_NAME: {
2816
+ ENG: string[];
2817
+ DUTCH: string[];
2818
+ };
2819
+ };
2820
+ TKL: {
2821
+ ISO3_CODE: string;
2822
+ ISO2_CODE: string;
2823
+ CURRENCY: {
2824
+ NAME: string[];
2825
+ CODE: string[];
2826
+ NUM: never[];
2827
+ }[];
2828
+ LIST_OF_NAME: {
2829
+ ENG: string[];
2830
+ DUTCH: string[];
2831
+ };
2832
+ };
2833
+ TKM: {
2834
+ ISO3_CODE: string;
2835
+ ISO2_CODE: string;
2836
+ CURRENCY: {
2837
+ NAME: string[];
2838
+ CODE: string[];
2839
+ NUM: never[];
2840
+ }[];
2841
+ LIST_OF_NAME: {
2842
+ ENG: string[];
2843
+ DUTCH: string[];
2844
+ };
2845
+ };
2846
+ TLS: {
2847
+ ISO3_CODE: string;
2848
+ ISO2_CODE: string;
2849
+ CURRENCY: {
2850
+ NAME: string[];
2851
+ CODE: string[];
2852
+ NUM: never[];
2853
+ }[];
2854
+ LIST_OF_NAME: {
2855
+ ENG: string[];
2856
+ DUTCH: string[];
2857
+ };
2858
+ };
2859
+ TON: {
2860
+ ISO3_CODE: string;
2861
+ ISO2_CODE: string;
2862
+ CURRENCY: {
2863
+ NAME: string[];
2864
+ CODE: string[];
2865
+ NUM: never[];
2866
+ }[];
2867
+ LIST_OF_NAME: {
2868
+ ENG: string[];
2869
+ DUTCH: string[];
2870
+ };
2871
+ };
2872
+ TTO: {
2873
+ ISO3_CODE: string;
2874
+ ISO2_CODE: string;
2875
+ CURRENCY: {
2876
+ NAME: string[];
2877
+ CODE: string[];
2878
+ NUM: never[];
2879
+ }[];
2880
+ LIST_OF_NAME: {
2881
+ ENG: string[];
2882
+ DUTCH: string[];
2883
+ };
2884
+ };
2885
+ TUN: {
2886
+ ISO3_CODE: string;
2887
+ ISO2_CODE: string;
2888
+ CURRENCY: {
2889
+ NAME: string[];
2890
+ CODE: string[];
2891
+ NUM: never[];
2892
+ }[];
2893
+ LIST_OF_NAME: {
2894
+ ENG: string[];
2895
+ DUTCH: string[];
2896
+ };
2897
+ };
2898
+ TUR: {
2899
+ ISO3_CODE: string;
2900
+ ISO2_CODE: string;
2901
+ CURRENCY: {
2902
+ NAME: string[];
2903
+ CODE: string[];
2904
+ NUM: never[];
2905
+ }[];
2906
+ LIST_OF_NAME: {
2907
+ ENG: string[];
2908
+ DUTCH: string[];
2909
+ };
2910
+ };
2911
+ TUV: {
2912
+ ISO3_CODE: string;
2913
+ ISO2_CODE: string;
2914
+ CURRENCY: {
2915
+ NAME: string[];
2916
+ CODE: string[];
2917
+ NUM: never[];
2918
+ }[];
2919
+ LIST_OF_NAME: {
2920
+ ENG: string[];
2921
+ DUTCH: string[];
2922
+ };
2923
+ };
2924
+ TWN: {
2925
+ ISO3_CODE: string;
2926
+ ISO2_CODE: string;
2927
+ CURRENCY: {
2928
+ NAME: string[];
2929
+ CODE: string[];
2930
+ NUM: never[];
2931
+ }[];
2932
+ LIST_OF_NAME: {
2933
+ ENG: string[];
2934
+ DUTCH: string[];
2935
+ };
2936
+ };
2937
+ TZA: {
2938
+ ISO3_CODE: string;
2939
+ ISO2_CODE: string;
2940
+ CURRENCY: {
2941
+ NAME: string[];
2942
+ CODE: string[];
2943
+ NUM: never[];
2944
+ }[];
2945
+ LIST_OF_NAME: {
2946
+ ENG: string[];
2947
+ DUTCH: string[];
2948
+ };
2949
+ };
2950
+ UGA: {
2951
+ ISO3_CODE: string;
2952
+ ISO2_CODE: string;
2953
+ CURRENCY: {
2954
+ NAME: string[];
2955
+ CODE: string[];
2956
+ NUM: never[];
2957
+ }[];
2958
+ LIST_OF_NAME: {
2959
+ ENG: string[];
2960
+ DUTCH: string[];
2961
+ };
2962
+ };
2963
+ UKR: {
2964
+ ISO3_CODE: string;
2965
+ ISO2_CODE: string;
2966
+ CURRENCY: {
2967
+ NAME: string[];
2968
+ CODE: string[];
2969
+ NUM: never[];
2970
+ }[];
2971
+ LIST_OF_NAME: {
2972
+ ENG: string[];
2973
+ DUTCH: string[];
2974
+ };
2975
+ };
2976
+ UMI: {
2977
+ ISO3_CODE: string;
2978
+ ISO2_CODE: string;
2979
+ CURRENCY: {
2980
+ NAME: string[];
2981
+ CODE: string[];
2982
+ NUM: never[];
2983
+ }[];
2984
+ LIST_OF_NAME: {
2985
+ ENG: string[];
2986
+ DUTCH: string[];
2987
+ };
2988
+ };
2989
+ URY: {
2990
+ ISO3_CODE: string;
2991
+ ISO2_CODE: string;
2992
+ CURRENCY: {
2993
+ NAME: string[];
2994
+ CODE: string[];
2995
+ NUM: never[];
2996
+ }[];
2997
+ LIST_OF_NAME: {
2998
+ ENG: string[];
2999
+ DUTCH: string[];
3000
+ };
3001
+ };
3002
+ USA: {
3003
+ ISO3_CODE: string;
3004
+ ISO2_CODE: string;
3005
+ CURRENCY: {
3006
+ NAME: string[];
3007
+ CODE: string[];
3008
+ NUM: never[];
3009
+ }[];
3010
+ LIST_OF_NAME: {
3011
+ ENG: string[];
3012
+ DUTCH: string[];
3013
+ };
3014
+ };
3015
+ UZB: {
3016
+ ISO3_CODE: string;
3017
+ ISO2_CODE: string;
3018
+ CURRENCY: {
3019
+ NAME: string[];
3020
+ CODE: string[];
3021
+ NUM: never[];
3022
+ }[];
3023
+ LIST_OF_NAME: {
3024
+ ENG: string[];
3025
+ DUTCH: string[];
3026
+ };
3027
+ };
3028
+ VAT: {
3029
+ ISO3_CODE: string;
3030
+ ISO2_CODE: string;
3031
+ CURRENCY: {
3032
+ NAME: string[];
3033
+ CODE: string[];
3034
+ NUM: never[];
3035
+ }[];
3036
+ LIST_OF_NAME: {
3037
+ ENG: string[];
3038
+ DUTCH: string[];
3039
+ };
3040
+ };
3041
+ VCT: {
3042
+ ISO3_CODE: string;
3043
+ ISO2_CODE: string;
3044
+ CURRENCY: {
3045
+ NAME: string[];
3046
+ CODE: string[];
3047
+ NUM: never[];
3048
+ }[];
3049
+ LIST_OF_NAME: {
3050
+ ENG: string[];
3051
+ DUTCH: string[];
3052
+ };
3053
+ };
3054
+ VEN: {
3055
+ ISO3_CODE: string;
3056
+ ISO2_CODE: string;
3057
+ CURRENCY: {
3058
+ NAME: string[];
3059
+ CODE: string[];
3060
+ NUM: never[];
3061
+ }[];
3062
+ LIST_OF_NAME: {
3063
+ ENG: string[];
3064
+ DUTCH: string[];
3065
+ };
3066
+ };
3067
+ VGB: {
3068
+ ISO3_CODE: string;
3069
+ ISO2_CODE: string;
3070
+ CURRENCY: {
3071
+ NAME: string[];
3072
+ CODE: string[];
3073
+ NUM: never[];
3074
+ }[];
3075
+ LIST_OF_NAME: {
3076
+ ENG: string[];
3077
+ DUTCH: string[];
3078
+ };
3079
+ };
3080
+ VIR: {
3081
+ ISO3_CODE: string;
3082
+ ISO2_CODE: string;
3083
+ CURRENCY: {
3084
+ NAME: string[];
3085
+ CODE: string[];
3086
+ NUM: never[];
3087
+ }[];
3088
+ LIST_OF_NAME: {
3089
+ ENG: string[];
3090
+ DUTCH: string[];
3091
+ };
3092
+ };
3093
+ VNM: {
3094
+ ISO3_CODE: string;
3095
+ ISO2_CODE: string;
3096
+ CURRENCY: {
3097
+ NAME: string[];
3098
+ CODE: string[];
3099
+ NUM: never[];
3100
+ }[];
3101
+ LIST_OF_NAME: {
3102
+ ENG: string[];
3103
+ DUTCH: string[];
3104
+ };
3105
+ };
3106
+ VUT: {
3107
+ ISO3_CODE: string;
3108
+ ISO2_CODE: string;
3109
+ CURRENCY: {
3110
+ NAME: string[];
3111
+ CODE: string[];
3112
+ NUM: never[];
3113
+ }[];
3114
+ LIST_OF_NAME: {
3115
+ ENG: string[];
3116
+ DUTCH: string[];
3117
+ };
3118
+ };
3119
+ WLF: {
3120
+ ISO3_CODE: string;
3121
+ ISO2_CODE: string;
3122
+ CURRENCY: {
3123
+ NAME: string[];
3124
+ CODE: string[];
3125
+ NUM: never[];
3126
+ }[];
3127
+ LIST_OF_NAME: {
3128
+ ENG: string[];
3129
+ DUTCH: string[];
3130
+ };
3131
+ };
3132
+ WSM: {
3133
+ ISO3_CODE: string;
3134
+ ISO2_CODE: string;
3135
+ CURRENCY: {
3136
+ NAME: string[];
3137
+ CODE: string[];
3138
+ NUM: never[];
3139
+ }[];
3140
+ LIST_OF_NAME: {
3141
+ ENG: string[];
3142
+ DUTCH: string[];
3143
+ };
3144
+ };
3145
+ YEM: {
3146
+ ISO3_CODE: string;
3147
+ ISO2_CODE: string;
3148
+ CURRENCY: {
3149
+ NAME: string[];
3150
+ CODE: string[];
3151
+ NUM: never[];
3152
+ }[];
3153
+ LIST_OF_NAME: {
3154
+ ENG: string[];
3155
+ DUTCH: string[];
3156
+ };
3157
+ };
3158
+ ZAF: {
3159
+ ISO3_CODE: string;
3160
+ ISO2_CODE: string;
3161
+ CURRENCY: {
3162
+ NAME: string[];
3163
+ CODE: string[];
3164
+ NUM: never[];
3165
+ }[];
3166
+ LIST_OF_NAME: {
3167
+ ENG: string[];
3168
+ DUTCH: string[];
3169
+ };
3170
+ };
3171
+ ZMB: {
3172
+ ISO3_CODE: string;
3173
+ ISO2_CODE: string;
3174
+ CURRENCY: {
3175
+ NAME: string[];
3176
+ CODE: string[];
3177
+ NUM: never[];
3178
+ }[];
3179
+ LIST_OF_NAME: {
3180
+ ENG: string[];
3181
+ DUTCH: string[];
3182
+ };
3183
+ };
3184
+ ZWE: {
3185
+ ISO3_CODE: string;
3186
+ ISO2_CODE: string;
3187
+ CURRENCY: {
3188
+ NAME: string[];
3189
+ CODE: string[];
3190
+ NUM: never[];
3191
+ }[];
3192
+ LIST_OF_NAME: {
3193
+ ENG: string[];
3194
+ DUTCH: string[];
3195
+ };
3196
+ };
3197
+ };
3198
+ export declare function findCountry(E: string, O?: string): Country | undefined;