@polar-sh/sdk 0.35.1 → 0.35.3

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 (225) hide show
  1. package/README.md +25 -23
  2. package/bin/mcp-server.js +806 -635
  3. package/bin/mcp-server.js.map +15 -11
  4. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.d.ts +2 -2
  5. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.d.ts.map +1 -1
  6. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.js +2 -2
  7. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.js.map +1 -1
  8. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts +23 -0
  9. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.js +126 -0
  11. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.js.map +1 -0
  12. package/dist/commonjs/funcs/customersGetBalance.d.ts +22 -0
  13. package/dist/commonjs/funcs/customersGetBalance.d.ts.map +1 -0
  14. package/dist/commonjs/funcs/customersGetBalance.js +127 -0
  15. package/dist/commonjs/funcs/customersGetBalance.js.map +1 -0
  16. package/dist/commonjs/funcs/metersQuantities.js +1 -0
  17. package/dist/commonjs/funcs/metersQuantities.js.map +1 -1
  18. package/dist/commonjs/lib/config.d.ts +3 -3
  19. package/dist/commonjs/lib/config.js +3 -3
  20. package/dist/commonjs/lib/config.js.map +1 -1
  21. package/dist/commonjs/lib/url.js +1 -1
  22. package/dist/commonjs/lib/url.js.map +1 -1
  23. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  24. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  25. package/dist/commonjs/mcp-server/server.js +3 -1
  26. package/dist/commonjs/mcp-server/server.js.map +1 -1
  27. package/dist/commonjs/mcp-server/tools/customersGetBalance.d.ts +7 -0
  28. package/dist/commonjs/mcp-server/tools/customersGetBalance.d.ts.map +1 -0
  29. package/dist/commonjs/mcp-server/tools/customersGetBalance.js +34 -0
  30. package/dist/commonjs/mcp-server/tools/customersGetBalance.js.map +1 -0
  31. package/dist/commonjs/models/components/address.d.ts +664 -664
  32. package/dist/commonjs/models/components/address.js +221 -221
  33. package/dist/commonjs/models/components/addressinput.d.ts +650 -650
  34. package/dist/commonjs/models/components/addressinput.js +216 -216
  35. package/dist/commonjs/models/components/aggregationfunction.d.ts +40 -0
  36. package/dist/commonjs/models/components/aggregationfunction.d.ts.map +1 -0
  37. package/dist/commonjs/models/components/aggregationfunction.js +64 -0
  38. package/dist/commonjs/models/components/aggregationfunction.js.map +1 -0
  39. package/dist/commonjs/models/components/customerbalance.d.ts +40 -0
  40. package/dist/commonjs/models/components/customerbalance.d.ts.map +1 -0
  41. package/dist/commonjs/models/components/customerbalance.js +71 -0
  42. package/dist/commonjs/models/components/customerbalance.js.map +1 -0
  43. package/dist/commonjs/models/components/customerorder.d.ts +5 -0
  44. package/dist/commonjs/models/components/customerorder.d.ts.map +1 -1
  45. package/dist/commonjs/models/components/customerorder.js +4 -0
  46. package/dist/commonjs/models/components/customerorder.js.map +1 -1
  47. package/dist/commonjs/models/components/customerpaymentmethodconfirm.d.ts +31 -0
  48. package/dist/commonjs/models/components/customerpaymentmethodconfirm.d.ts.map +1 -0
  49. package/dist/commonjs/models/components/customerpaymentmethodconfirm.js +82 -0
  50. package/dist/commonjs/models/components/customerpaymentmethodconfirm.js.map +1 -0
  51. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts +31 -0
  52. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts.map +1 -0
  53. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.js +80 -0
  54. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.js.map +1 -0
  55. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.d.ts +35 -0
  56. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.d.ts.map +1 -0
  57. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.js +81 -0
  58. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.js.map +1 -0
  59. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.d.ts +32 -0
  60. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.d.ts.map +1 -0
  61. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.js +81 -0
  62. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.js.map +1 -0
  63. package/dist/commonjs/models/components/customerstatesubscription.d.ts +38 -2
  64. package/dist/commonjs/models/components/customerstatesubscription.d.ts.map +1 -1
  65. package/dist/commonjs/models/components/customerstatesubscription.js +30 -3
  66. package/dist/commonjs/models/components/customerstatesubscription.js.map +1 -1
  67. package/dist/commonjs/models/components/customersubscription.d.ts +5 -0
  68. package/dist/commonjs/models/components/customersubscription.d.ts.map +1 -1
  69. package/dist/commonjs/models/components/customersubscription.js +4 -0
  70. package/dist/commonjs/models/components/customersubscription.js.map +1 -1
  71. package/dist/commonjs/models/components/order.d.ts +5 -0
  72. package/dist/commonjs/models/components/order.d.ts.map +1 -1
  73. package/dist/commonjs/models/components/order.js +4 -0
  74. package/dist/commonjs/models/components/order.js.map +1 -1
  75. package/dist/commonjs/models/errors/customernotready.d.ts +39 -0
  76. package/dist/commonjs/models/errors/customernotready.d.ts.map +1 -0
  77. package/dist/commonjs/models/errors/customernotready.js +88 -0
  78. package/dist/commonjs/models/errors/customernotready.js.map +1 -0
  79. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts +29 -0
  80. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts.map +1 -0
  81. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.js +78 -0
  82. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.js.map +1 -0
  83. package/dist/commonjs/models/operations/customersgetbalance.d.ts +32 -0
  84. package/dist/commonjs/models/operations/customersgetbalance.d.ts.map +1 -0
  85. package/dist/commonjs/models/operations/customersgetbalance.js +69 -0
  86. package/dist/commonjs/models/operations/customersgetbalance.js.map +1 -0
  87. package/dist/commonjs/models/operations/metersquantities.d.ts +6 -0
  88. package/dist/commonjs/models/operations/metersquantities.d.ts.map +1 -1
  89. package/dist/commonjs/models/operations/metersquantities.js +7 -0
  90. package/dist/commonjs/models/operations/metersquantities.js.map +1 -1
  91. package/dist/commonjs/sdk/customers.d.ts +11 -0
  92. package/dist/commonjs/sdk/customers.d.ts.map +1 -1
  93. package/dist/commonjs/sdk/customers.js +12 -0
  94. package/dist/commonjs/sdk/customers.js.map +1 -1
  95. package/dist/commonjs/sdk/polarcustomers.d.ts +13 -2
  96. package/dist/commonjs/sdk/polarcustomers.d.ts.map +1 -1
  97. package/dist/commonjs/sdk/polarcustomers.js +12 -0
  98. package/dist/commonjs/sdk/polarcustomers.js.map +1 -1
  99. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.d.ts +2 -2
  100. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.d.ts.map +1 -1
  101. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.js +2 -2
  102. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.js.map +1 -1
  103. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts +23 -0
  104. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts.map +1 -0
  105. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.js +90 -0
  106. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.js.map +1 -0
  107. package/dist/esm/funcs/customersGetBalance.d.ts +22 -0
  108. package/dist/esm/funcs/customersGetBalance.d.ts.map +1 -0
  109. package/dist/esm/funcs/customersGetBalance.js +91 -0
  110. package/dist/esm/funcs/customersGetBalance.js.map +1 -0
  111. package/dist/esm/funcs/metersQuantities.js +1 -0
  112. package/dist/esm/funcs/metersQuantities.js.map +1 -1
  113. package/dist/esm/lib/config.d.ts +3 -3
  114. package/dist/esm/lib/config.js +3 -3
  115. package/dist/esm/lib/config.js.map +1 -1
  116. package/dist/esm/lib/url.js +1 -1
  117. package/dist/esm/lib/url.js.map +1 -1
  118. package/dist/esm/mcp-server/mcp-server.js +1 -1
  119. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  120. package/dist/esm/mcp-server/server.js +3 -1
  121. package/dist/esm/mcp-server/server.js.map +1 -1
  122. package/dist/esm/mcp-server/tools/customersGetBalance.d.ts +7 -0
  123. package/dist/esm/mcp-server/tools/customersGetBalance.d.ts.map +1 -0
  124. package/dist/esm/mcp-server/tools/customersGetBalance.js +31 -0
  125. package/dist/esm/mcp-server/tools/customersGetBalance.js.map +1 -0
  126. package/dist/esm/models/components/address.d.ts +664 -664
  127. package/dist/esm/models/components/address.js +221 -221
  128. package/dist/esm/models/components/addressinput.d.ts +650 -650
  129. package/dist/esm/models/components/addressinput.js +216 -216
  130. package/dist/esm/models/components/aggregationfunction.d.ts +40 -0
  131. package/dist/esm/models/components/aggregationfunction.d.ts.map +1 -0
  132. package/dist/esm/models/components/aggregationfunction.js +28 -0
  133. package/dist/esm/models/components/aggregationfunction.js.map +1 -0
  134. package/dist/esm/models/components/customerbalance.d.ts +40 -0
  135. package/dist/esm/models/components/customerbalance.d.ts.map +1 -0
  136. package/dist/esm/models/components/customerbalance.js +33 -0
  137. package/dist/esm/models/components/customerbalance.js.map +1 -0
  138. package/dist/esm/models/components/customerorder.d.ts +5 -0
  139. package/dist/esm/models/components/customerorder.d.ts.map +1 -1
  140. package/dist/esm/models/components/customerorder.js +4 -0
  141. package/dist/esm/models/components/customerorder.js.map +1 -1
  142. package/dist/esm/models/components/customerpaymentmethodconfirm.d.ts +31 -0
  143. package/dist/esm/models/components/customerpaymentmethodconfirm.d.ts.map +1 -0
  144. package/dist/esm/models/components/customerpaymentmethodconfirm.js +44 -0
  145. package/dist/esm/models/components/customerpaymentmethodconfirm.js.map +1 -0
  146. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts +31 -0
  147. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts.map +1 -0
  148. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.js +42 -0
  149. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.js.map +1 -0
  150. package/dist/esm/models/components/customerpaymentmethodcreateresponse.d.ts +35 -0
  151. package/dist/esm/models/components/customerpaymentmethodcreateresponse.d.ts.map +1 -0
  152. package/dist/esm/models/components/customerpaymentmethodcreateresponse.js +43 -0
  153. package/dist/esm/models/components/customerpaymentmethodcreateresponse.js.map +1 -0
  154. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.d.ts +32 -0
  155. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.d.ts.map +1 -0
  156. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.js +43 -0
  157. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.js.map +1 -0
  158. package/dist/esm/models/components/customerstatesubscription.d.ts +38 -2
  159. package/dist/esm/models/components/customerstatesubscription.d.ts.map +1 -1
  160. package/dist/esm/models/components/customerstatesubscription.js +29 -2
  161. package/dist/esm/models/components/customerstatesubscription.js.map +1 -1
  162. package/dist/esm/models/components/customersubscription.d.ts +5 -0
  163. package/dist/esm/models/components/customersubscription.d.ts.map +1 -1
  164. package/dist/esm/models/components/customersubscription.js +4 -0
  165. package/dist/esm/models/components/customersubscription.js.map +1 -1
  166. package/dist/esm/models/components/order.d.ts +5 -0
  167. package/dist/esm/models/components/order.d.ts.map +1 -1
  168. package/dist/esm/models/components/order.js +4 -0
  169. package/dist/esm/models/components/order.js.map +1 -1
  170. package/dist/esm/models/errors/customernotready.d.ts +39 -0
  171. package/dist/esm/models/errors/customernotready.d.ts.map +1 -0
  172. package/dist/esm/models/errors/customernotready.js +51 -0
  173. package/dist/esm/models/errors/customernotready.js.map +1 -0
  174. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts +29 -0
  175. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts.map +1 -0
  176. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.js +40 -0
  177. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.js.map +1 -0
  178. package/dist/esm/models/operations/customersgetbalance.d.ts +32 -0
  179. package/dist/esm/models/operations/customersgetbalance.d.ts.map +1 -0
  180. package/dist/esm/models/operations/customersgetbalance.js +31 -0
  181. package/dist/esm/models/operations/customersgetbalance.js.map +1 -0
  182. package/dist/esm/models/operations/metersquantities.d.ts +6 -0
  183. package/dist/esm/models/operations/metersquantities.d.ts.map +1 -1
  184. package/dist/esm/models/operations/metersquantities.js +7 -0
  185. package/dist/esm/models/operations/metersquantities.js.map +1 -1
  186. package/dist/esm/sdk/customers.d.ts +11 -0
  187. package/dist/esm/sdk/customers.d.ts.map +1 -1
  188. package/dist/esm/sdk/customers.js +12 -0
  189. package/dist/esm/sdk/customers.js.map +1 -1
  190. package/dist/esm/sdk/polarcustomers.d.ts +13 -2
  191. package/dist/esm/sdk/polarcustomers.d.ts.map +1 -1
  192. package/dist/esm/sdk/polarcustomers.js +12 -0
  193. package/dist/esm/sdk/polarcustomers.js.map +1 -1
  194. package/docs/sdks/customers/README.md +78 -0
  195. package/docs/sdks/polarcustomers/README.md +82 -1
  196. package/examples/package-lock.json +1 -1
  197. package/jsr.json +1 -1
  198. package/package.json +1 -1
  199. package/src/funcs/customerPortalCustomersAddPaymentMethod.ts +8 -8
  200. package/src/funcs/customerPortalCustomersConfirmPaymentMethod.ts +201 -0
  201. package/src/funcs/customersGetBalance.ts +195 -0
  202. package/src/funcs/metersQuantities.ts +1 -0
  203. package/src/lib/config.ts +3 -3
  204. package/src/lib/url.ts +1 -1
  205. package/src/mcp-server/mcp-server.ts +1 -1
  206. package/src/mcp-server/server.ts +3 -1
  207. package/src/mcp-server/tools/customersGetBalance.ts +40 -0
  208. package/src/models/components/address.ts +221 -221
  209. package/src/models/components/addressinput.ts +216 -216
  210. package/src/models/components/aggregationfunction.ts +37 -0
  211. package/src/models/components/customerbalance.ts +77 -0
  212. package/src/models/components/customerorder.ts +9 -0
  213. package/src/models/components/customerpaymentmethodconfirm.ts +83 -0
  214. package/src/models/components/customerpaymentmethodcreaterequiresactionresponse.ts +93 -0
  215. package/src/models/components/customerpaymentmethodcreateresponse.ts +107 -0
  216. package/src/models/components/customerpaymentmethodcreatesucceededresponse.ts +98 -0
  217. package/src/models/components/customerstatesubscription.ts +56 -4
  218. package/src/models/components/customersubscription.ts +9 -0
  219. package/src/models/components/order.ts +9 -0
  220. package/src/models/errors/customernotready.ts +85 -0
  221. package/src/models/operations/customerportalcustomersconfirmpaymentmethod.ts +89 -0
  222. package/src/models/operations/customersgetbalance.ts +69 -0
  223. package/src/models/operations/metersquantities.ts +16 -0
  224. package/src/sdk/customers.ts +22 -0
  225. package/src/sdk/polarcustomers.ts +26 -2
@@ -43,255 +43,255 @@ const z = __importStar(require("zod"));
43
43
  const primitives_js_1 = require("../../lib/primitives.js");
44
44
  const schemas_js_1 = require("../../lib/schemas.js");
45
45
  exports.CountryAlpha2 = {
46
- Am: "AM",
47
- Na: "NA",
48
- Sx: "SX",
49
- Gp: "GP",
50
- Mq: "MQ",
51
- Pk: "PK",
52
- Ne: "NE",
53
- Tj: "TJ",
54
- Ws: "WS",
46
+ Ad: "AD",
47
+ Ae: "AE",
48
+ Af: "AF",
49
+ Ag: "AG",
50
+ Ai: "AI",
55
51
  Al: "AL",
56
- Gs: "GS",
57
- Sr: "SR",
58
- Hu: "HU",
59
- Bv: "BV",
60
- Il: "IL",
61
- Vc: "VC",
62
- La: "LA",
63
- Cl: "CL",
64
- Ee: "EE",
65
- Fi: "FI",
66
- Pt: "PT",
67
- Lc: "LC",
68
- By: "BY",
69
- Co: "CO",
70
- Tt: "TT",
71
- Mf: "MF",
72
- De: "DE",
73
- Iq: "IQ",
52
+ Am: "AM",
53
+ Ao: "AO",
54
+ Aq: "AQ",
55
+ Ar: "AR",
56
+ As: "AS",
74
57
  At: "AT",
75
- Km: "KM",
76
- Ni: "NI",
77
- Sc: "SC",
78
- Sd: "SD",
79
- Cn: "CN",
80
- Ng: "NG",
81
- Br: "BR",
82
- Ph: "PH",
83
- Tm: "TM",
84
- Va: "VA",
85
- Ga: "GA",
58
+ Au: "AU",
59
+ Aw: "AW",
60
+ Ax: "AX",
61
+ Az: "AZ",
62
+ Ba: "BA",
86
63
  Bb: "BB",
87
- Gt: "GT",
88
- Ps: "PS",
89
- Gd: "GD",
90
- Tn: "TN",
91
- Zw: "ZW",
92
- Ca: "CA",
93
- Tz: "TZ",
94
- Eh: "EH",
95
- Pn: "PN",
96
- Cw: "CW",
97
- Lu: "LU",
98
- Ug: "UG",
99
- In: "IN",
100
- Pa: "PA",
101
- Hk: "HK",
102
- Pr: "PR",
103
- Ki: "KI",
104
- Aq: "AQ",
64
+ Bd: "BD",
65
+ Be: "BE",
66
+ Bf: "BF",
67
+ Bg: "BG",
68
+ Bh: "BH",
69
+ Bi: "BI",
70
+ Bj: "BJ",
71
+ Bl: "BL",
72
+ Bm: "BM",
73
+ Bn: "BN",
74
+ Bo: "BO",
75
+ Bq: "BQ",
76
+ Br: "BR",
77
+ Bs: "BS",
78
+ Bt: "BT",
79
+ Bv: "BV",
80
+ Bw: "BW",
81
+ By: "BY",
105
82
  Bz: "BZ",
106
- Fr: "FR",
107
- Yt: "YT",
108
- Ie: "IE",
109
- Um: "UM",
110
- Gu: "GU",
111
- Jo: "JO",
83
+ Ca: "CA",
112
84
  Cc: "CC",
113
- Vi: "VI",
114
- Nc: "NC",
115
- Do: "DO",
85
+ Cd: "CD",
86
+ Cf: "CF",
87
+ Cg: "CG",
88
+ Ch: "CH",
89
+ Ci: "CI",
90
+ Ck: "CK",
91
+ Cl: "CL",
92
+ Cm: "CM",
93
+ Cn: "CN",
94
+ Co: "CO",
116
95
  Cr: "CR",
117
- Ar: "AR",
118
- Ai: "AI",
119
- Bf: "BF",
120
- Ec: "EC",
121
- Im: "IM",
122
- Za: "ZA",
123
- Tf: "TF",
124
- Bd: "BD",
125
- Mx: "MX",
96
+ Cu: "CU",
97
+ Cv: "CV",
98
+ Cw: "CW",
99
+ Cx: "CX",
126
100
  Cy: "CY",
127
- Vu: "VU",
128
- Mp: "MP",
129
- Mz: "MZ",
130
- Mu: "MU",
131
- Lk: "LK",
132
- Bo: "BO",
133
- Sa: "SA",
134
- Bn: "BN",
135
- Sl: "SL",
136
- Lr: "LR",
137
101
  Cz: "CZ",
102
+ De: "DE",
103
+ Dj: "DJ",
104
+ Dk: "DK",
105
+ Dm: "DM",
106
+ Do: "DO",
107
+ Dz: "DZ",
108
+ Ec: "EC",
109
+ Ee: "EE",
110
+ Eg: "EG",
111
+ Eh: "EH",
112
+ Er: "ER",
113
+ Es: "ES",
138
114
  Et: "ET",
139
- Re: "RE",
140
- Tk: "TK",
141
- Io: "IO",
142
- Sm: "SM",
143
- Pw: "PW",
144
- Kn: "KN",
145
- Cv: "CV",
146
- To: "TO",
147
- Tw: "TW",
148
- Nr: "NR",
149
- Ma: "MA",
150
- Gr: "GR",
151
- Bh: "BH",
152
- Kp: "KP",
153
- Th: "TH",
154
- Jm: "JM",
155
- Vn: "VN",
156
- Ch: "CH",
157
- Pl: "PL",
158
- Me: "ME",
159
- Fo: "FO",
115
+ Fi: "FI",
160
116
  Fj: "FJ",
161
- Ve: "VE",
162
- Gw: "GW",
163
- Ck: "CK",
164
- Dm: "DM",
165
- Gy: "GY",
166
- Dk: "DK",
167
- Pf: "PF",
168
- Sk: "SK",
169
- Rw: "RW",
170
- Bt: "BT",
171
- Ye: "YE",
172
- Ss: "SS",
173
- Lb: "LB",
174
117
  Fk: "FK",
118
+ Fm: "FM",
119
+ Fo: "FO",
120
+ Fr: "FR",
121
+ Ga: "GA",
122
+ Gb: "GB",
123
+ Gd: "GD",
124
+ Ge: "GE",
125
+ Gf: "GF",
126
+ Gg: "GG",
127
+ Gh: "GH",
128
+ Gi: "GI",
129
+ Gl: "GL",
130
+ Gm: "GM",
175
131
  Gn: "GN",
176
- Zm: "ZM",
177
- Mm: "MM",
178
- Eg: "EG",
179
- Je: "JE",
132
+ Gp: "GP",
133
+ Gq: "GQ",
134
+ Gr: "GR",
135
+ Gs: "GS",
136
+ Gt: "GT",
137
+ Gu: "GU",
138
+ Gw: "GW",
139
+ Gy: "GY",
140
+ Hk: "HK",
180
141
  Hm: "HM",
181
- Be: "BE",
182
- Ax: "AX",
183
- Sh: "SH",
184
- Cu: "CU",
185
- Tg: "TG",
186
- Mn: "MN",
187
- Bg: "BG",
142
+ Hn: "HN",
143
+ Hr: "HR",
144
+ Ht: "HT",
145
+ Hu: "HU",
146
+ Id: "ID",
147
+ Ie: "IE",
148
+ Il: "IL",
149
+ Im: "IM",
150
+ In: "IN",
151
+ Io: "IO",
152
+ Iq: "IQ",
153
+ Ir: "IR",
154
+ Is: "IS",
188
155
  It: "IT",
189
- Gh: "GH",
190
- Gl: "GL",
191
- Nu: "NU",
192
- Om: "OM",
193
- Ua: "UA",
194
- Gi: "GI",
156
+ Je: "JE",
157
+ Jm: "JM",
158
+ Jo: "JO",
159
+ Jp: "JP",
195
160
  Ke: "KE",
196
- Nl: "NL",
197
- Fm: "FM",
198
- Bm: "BM",
199
- Gb: "GB",
200
- Rs: "RS",
201
- Tr: "TR",
202
- Mc: "MC",
203
- Ci: "CI",
204
- Tv: "TV",
161
+ Kg: "KG",
205
162
  Kh: "KH",
206
- Vg: "VG",
207
- Mw: "MW",
208
- Id: "ID",
209
- Np: "NP",
210
- Ru: "RU",
211
- Lv: "LV",
212
- Si: "SI",
213
- Cx: "CX",
214
- Ls: "LS",
215
- Ad: "AD",
216
- Ms: "MS",
217
- Bs: "BS",
218
- Hn: "HN",
163
+ Ki: "KI",
164
+ Km: "KM",
165
+ Kn: "KN",
166
+ Kp: "KP",
167
+ Kr: "KR",
168
+ Kw: "KW",
169
+ Ky: "KY",
170
+ Kz: "KZ",
171
+ La: "LA",
172
+ Lb: "LB",
173
+ Lc: "LC",
219
174
  Li: "LI",
220
- Sv: "SV",
221
- Bw: "BW",
222
- Aw: "AW",
223
- Bq: "BQ",
224
- Uy: "UY",
225
- Az: "AZ",
226
- Ba: "BA",
175
+ Lk: "LK",
176
+ Lr: "LR",
177
+ Ls: "LS",
178
+ Lt: "LT",
179
+ Lu: "LU",
180
+ Lv: "LV",
227
181
  Ly: "LY",
182
+ Ma: "MA",
183
+ Mc: "MC",
184
+ Md: "MD",
185
+ Me: "ME",
186
+ Mf: "MF",
187
+ Mg: "MG",
188
+ Mh: "MH",
189
+ Mk: "MK",
228
190
  Ml: "ML",
191
+ Mm: "MM",
192
+ Mn: "MN",
193
+ Mo: "MO",
194
+ Mp: "MP",
195
+ Mq: "MQ",
196
+ Mr: "MR",
197
+ Ms: "MS",
198
+ Mt: "MT",
199
+ Mu: "MU",
200
+ Mv: "MV",
201
+ Mw: "MW",
202
+ Mx: "MX",
203
+ My: "MY",
204
+ Mz: "MZ",
205
+ Na: "NA",
206
+ Nc: "NC",
207
+ Ne: "NE",
229
208
  Nf: "NF",
230
- Sn: "SN",
231
- Mh: "MH",
232
- Us: "US",
209
+ Ng: "NG",
210
+ Ni: "NI",
211
+ Nl: "NL",
212
+ No: "NO",
213
+ Np: "NP",
214
+ Nr: "NR",
215
+ Nu: "NU",
216
+ Nz: "NZ",
217
+ Om: "OM",
218
+ Pa: "PA",
233
219
  Pe: "PE",
234
- Uz: "UZ",
235
- Kw: "KW",
236
- Td: "TD",
237
- Kz: "KZ",
220
+ Pf: "PF",
221
+ Pg: "PG",
222
+ Ph: "PH",
223
+ Pk: "PK",
224
+ Pl: "PL",
225
+ Pm: "PM",
226
+ Pn: "PN",
227
+ Pr: "PR",
228
+ Ps: "PS",
229
+ Pt: "PT",
230
+ Pw: "PW",
238
231
  Py: "PY",
239
- Sy: "SY",
240
- Dz: "DZ",
241
- Hr: "HR",
242
- Kr: "KR",
243
- Au: "AU",
244
- Tc: "TC",
245
- Mv: "MV",
246
- Mt: "MT",
247
- Nz: "NZ",
248
- Jp: "JP",
249
- Lt: "LT",
250
- Cm: "CM",
251
- Ag: "AG",
232
+ Qa: "QA",
233
+ Re: "RE",
252
234
  Ro: "RO",
253
- As: "AS",
254
- Md: "MD",
255
- Mg: "MG",
235
+ Rs: "RS",
236
+ Ru: "RU",
237
+ Rw: "RW",
238
+ Sa: "SA",
239
+ Sb: "SB",
240
+ Sc: "SC",
241
+ Sd: "SD",
256
242
  Se: "SE",
257
- Cg: "CG",
258
- Ir: "IR",
259
- Cd: "CD",
260
- Pg: "PG",
261
- Wf: "WF",
262
- Gq: "GQ",
263
- Bj: "BJ",
264
- Gg: "GG",
265
- Mr: "MR",
266
- Is: "IS",
267
- Bi: "BI",
268
- Gm: "GM",
269
- Er: "ER",
270
- Ky: "KY",
271
- Gf: "GF",
272
- Ge: "GE",
243
+ Sg: "SG",
244
+ Sh: "SH",
245
+ Si: "SI",
273
246
  Sj: "SJ",
274
- Ao: "AO",
275
- Mk: "MK",
276
- St: "ST",
277
- Mo: "MO",
247
+ Sk: "SK",
248
+ Sl: "SL",
249
+ Sm: "SM",
250
+ Sn: "SN",
278
251
  So: "SO",
252
+ Sr: "SR",
253
+ Ss: "SS",
254
+ St: "ST",
255
+ Sv: "SV",
256
+ Sx: "SX",
257
+ Sy: "SY",
279
258
  Sz: "SZ",
280
- Pm: "PM",
281
- Es: "ES",
259
+ Tc: "TC",
260
+ Td: "TD",
261
+ Tf: "TF",
262
+ Tg: "TG",
263
+ Th: "TH",
264
+ Tj: "TJ",
265
+ Tk: "TK",
282
266
  Tl: "TL",
283
- Bl: "BL",
284
- Ae: "AE",
285
- Cf: "CF",
286
- Dj: "DJ",
287
- Kg: "KG",
288
- Qa: "QA",
289
- Ht: "HT",
290
- No: "NO",
291
- Sg: "SG",
292
- Sb: "SB",
293
- Af: "AF",
294
- My: "MY",
267
+ Tm: "TM",
268
+ Tn: "TN",
269
+ To: "TO",
270
+ Tr: "TR",
271
+ Tt: "TT",
272
+ Tv: "TV",
273
+ Tw: "TW",
274
+ Tz: "TZ",
275
+ Ua: "UA",
276
+ Ug: "UG",
277
+ Um: "UM",
278
+ Us: "US",
279
+ Uy: "UY",
280
+ Uz: "UZ",
281
+ Va: "VA",
282
+ Vc: "VC",
283
+ Ve: "VE",
284
+ Vg: "VG",
285
+ Vi: "VI",
286
+ Vn: "VN",
287
+ Vu: "VU",
288
+ Wf: "WF",
289
+ Ws: "WS",
290
+ Ye: "YE",
291
+ Yt: "YT",
292
+ Za: "ZA",
293
+ Zm: "ZM",
294
+ Zw: "ZW",
295
295
  };
296
296
  /** @internal */
297
297
  exports.CountryAlpha2$inboundSchema = z.nativeEnum(exports.CountryAlpha2);