@polar-sh/sdk 0.48.1 → 1.0.0-alpha.11

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 (9896) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +26 -1026
  3. package/dist/2026-04/index.cjs +94 -0
  4. package/dist/2026-04/index.cjs.map +1 -0
  5. package/dist/2026-04/index.d.cts +1440 -0
  6. package/dist/2026-04/index.d.cts.map +1 -0
  7. package/dist/2026-04/index.d.mts +1440 -0
  8. package/dist/2026-04/index.d.mts.map +1 -0
  9. package/dist/2026-04/index.mjs +81 -0
  10. package/dist/2026-04/index.mjs.map +1 -0
  11. package/dist/2026-04/services/benefit_grants.cjs +74 -0
  12. package/dist/2026-04/services/benefit_grants.cjs.map +1 -0
  13. package/dist/2026-04/services/benefit_grants.d.cts +57 -0
  14. package/dist/2026-04/services/benefit_grants.d.cts.map +1 -0
  15. package/dist/2026-04/services/benefit_grants.d.mts +57 -0
  16. package/dist/2026-04/services/benefit_grants.d.mts.map +1 -0
  17. package/dist/2026-04/services/benefit_grants.mjs +71 -0
  18. package/dist/2026-04/services/benefit_grants.mjs.map +1 -0
  19. package/dist/2026-04/services/benefits.cjs +254 -0
  20. package/dist/2026-04/services/benefits.cjs.map +1 -0
  21. package/dist/2026-04/services/benefits.d.cts +117 -0
  22. package/dist/2026-04/services/benefits.d.cts.map +1 -0
  23. package/dist/2026-04/services/benefits.d.mts +117 -0
  24. package/dist/2026-04/services/benefits.d.mts.map +1 -0
  25. package/dist/2026-04/services/benefits.mjs +245 -0
  26. package/dist/2026-04/services/benefits.mjs.map +1 -0
  27. package/dist/2026-04/services/checkout_links.cjs +172 -0
  28. package/dist/2026-04/services/checkout_links.cjs.map +1 -0
  29. package/dist/2026-04/services/checkout_links.d.cts +57 -0
  30. package/dist/2026-04/services/checkout_links.d.cts.map +1 -0
  31. package/dist/2026-04/services/checkout_links.d.mts +57 -0
  32. package/dist/2026-04/services/checkout_links.d.mts.map +1 -0
  33. package/dist/2026-04/services/checkout_links.mjs +165 -0
  34. package/dist/2026-04/services/checkout_links.mjs.map +1 -0
  35. package/dist/2026-04/services/checkouts.cjs +240 -0
  36. package/dist/2026-04/services/checkouts.cjs.map +1 -0
  37. package/dist/2026-04/services/checkouts.d.cts +77 -0
  38. package/dist/2026-04/services/checkouts.d.cts.map +1 -0
  39. package/dist/2026-04/services/checkouts.d.mts +77 -0
  40. package/dist/2026-04/services/checkouts.d.mts.map +1 -0
  41. package/dist/2026-04/services/checkouts.mjs +231 -0
  42. package/dist/2026-04/services/checkouts.mjs.map +1 -0
  43. package/dist/2026-04/services/custom_fields.cjs +173 -0
  44. package/dist/2026-04/services/custom_fields.cjs.map +1 -0
  45. package/dist/2026-04/services/custom_fields.d.cts +61 -0
  46. package/dist/2026-04/services/custom_fields.d.cts.map +1 -0
  47. package/dist/2026-04/services/custom_fields.d.mts +61 -0
  48. package/dist/2026-04/services/custom_fields.d.mts.map +1 -0
  49. package/dist/2026-04/services/custom_fields.mjs +166 -0
  50. package/dist/2026-04/services/custom_fields.mjs.map +1 -0
  51. package/dist/2026-04/services/customer_meters.cjs +100 -0
  52. package/dist/2026-04/services/customer_meters.cjs.map +1 -0
  53. package/dist/2026-04/services/customer_meters.d.cts +59 -0
  54. package/dist/2026-04/services/customer_meters.d.cts.map +1 -0
  55. package/dist/2026-04/services/customer_meters.d.mts +59 -0
  56. package/dist/2026-04/services/customer_meters.d.mts.map +1 -0
  57. package/dist/2026-04/services/customer_meters.mjs +96 -0
  58. package/dist/2026-04/services/customer_meters.mjs.map +1 -0
  59. package/dist/2026-04/services/customer_portal/benefit_grants.cjs +132 -0
  60. package/dist/2026-04/services/customer_portal/benefit_grants.cjs.map +1 -0
  61. package/dist/2026-04/services/customer_portal/benefit_grants.d.cts +73 -0
  62. package/dist/2026-04/services/customer_portal/benefit_grants.d.cts.map +1 -0
  63. package/dist/2026-04/services/customer_portal/benefit_grants.d.mts +73 -0
  64. package/dist/2026-04/services/customer_portal/benefit_grants.d.mts.map +1 -0
  65. package/dist/2026-04/services/customer_portal/benefit_grants.mjs +127 -0
  66. package/dist/2026-04/services/customer_portal/benefit_grants.mjs.map +1 -0
  67. package/dist/2026-04/services/customer_portal/customer_meters.cjs +98 -0
  68. package/dist/2026-04/services/customer_portal/customer_meters.cjs.map +1 -0
  69. package/dist/2026-04/services/customer_portal/customer_meters.d.cts +51 -0
  70. package/dist/2026-04/services/customer_portal/customer_meters.d.cts.map +1 -0
  71. package/dist/2026-04/services/customer_portal/customer_meters.d.mts +51 -0
  72. package/dist/2026-04/services/customer_portal/customer_meters.d.mts.map +1 -0
  73. package/dist/2026-04/services/customer_portal/customer_meters.mjs +94 -0
  74. package/dist/2026-04/services/customer_portal/customer_meters.mjs.map +1 -0
  75. package/dist/2026-04/services/customer_portal/customer_session.cjs +48 -0
  76. package/dist/2026-04/services/customer_portal/customer_session.cjs.map +1 -0
  77. package/dist/2026-04/services/customer_portal/customer_session.d.cts +13 -0
  78. package/dist/2026-04/services/customer_portal/customer_session.d.cts.map +1 -0
  79. package/dist/2026-04/services/customer_portal/customer_session.d.mts +13 -0
  80. package/dist/2026-04/services/customer_portal/customer_session.d.mts.map +1 -0
  81. package/dist/2026-04/services/customer_portal/customer_session.mjs +45 -0
  82. package/dist/2026-04/services/customer_portal/customer_session.mjs.map +1 -0
  83. package/dist/2026-04/services/customer_portal/customers.cjs +242 -0
  84. package/dist/2026-04/services/customer_portal/customers.cjs.map +1 -0
  85. package/dist/2026-04/services/customer_portal/customers.d.cts +55 -0
  86. package/dist/2026-04/services/customer_portal/customers.d.cts.map +1 -0
  87. package/dist/2026-04/services/customer_portal/customers.d.mts +55 -0
  88. package/dist/2026-04/services/customer_portal/customers.d.mts.map +1 -0
  89. package/dist/2026-04/services/customer_portal/customers.mjs +231 -0
  90. package/dist/2026-04/services/customer_portal/customers.mjs.map +1 -0
  91. package/dist/2026-04/services/customer_portal/downloadables.cjs +66 -0
  92. package/dist/2026-04/services/customer_portal/downloadables.cjs.map +1 -0
  93. package/dist/2026-04/services/customer_portal/downloadables.d.cts +39 -0
  94. package/dist/2026-04/services/customer_portal/downloadables.d.cts.map +1 -0
  95. package/dist/2026-04/services/customer_portal/downloadables.d.mts +39 -0
  96. package/dist/2026-04/services/customer_portal/downloadables.d.mts.map +1 -0
  97. package/dist/2026-04/services/customer_portal/downloadables.mjs +63 -0
  98. package/dist/2026-04/services/customer_portal/downloadables.mjs.map +1 -0
  99. package/dist/2026-04/services/customer_portal/index.cjs +34 -0
  100. package/dist/2026-04/services/customer_portal/index.cjs.map +1 -0
  101. package/dist/2026-04/services/customer_portal/index.d.cts +200 -0
  102. package/dist/2026-04/services/customer_portal/index.d.cts.map +1 -0
  103. package/dist/2026-04/services/customer_portal/index.d.mts +200 -0
  104. package/dist/2026-04/services/customer_portal/index.d.mts.map +1 -0
  105. package/dist/2026-04/services/customer_portal/index.mjs +33 -0
  106. package/dist/2026-04/services/customer_portal/index.mjs.map +1 -0
  107. package/dist/2026-04/services/customer_portal/license_keys.cjs +186 -0
  108. package/dist/2026-04/services/customer_portal/license_keys.cjs.map +1 -0
  109. package/dist/2026-04/services/customer_portal/license_keys.d.cts +49 -0
  110. package/dist/2026-04/services/customer_portal/license_keys.d.cts.map +1 -0
  111. package/dist/2026-04/services/customer_portal/license_keys.d.mts +49 -0
  112. package/dist/2026-04/services/customer_portal/license_keys.d.mts.map +1 -0
  113. package/dist/2026-04/services/customer_portal/license_keys.mjs +179 -0
  114. package/dist/2026-04/services/customer_portal/license_keys.mjs.map +1 -0
  115. package/dist/2026-04/services/customer_portal/members.cjs +183 -0
  116. package/dist/2026-04/services/customer_portal/members.cjs.map +1 -0
  117. package/dist/2026-04/services/customer_portal/members.d.cts +45 -0
  118. package/dist/2026-04/services/customer_portal/members.d.cts.map +1 -0
  119. package/dist/2026-04/services/customer_portal/members.d.mts +45 -0
  120. package/dist/2026-04/services/customer_portal/members.d.mts.map +1 -0
  121. package/dist/2026-04/services/customer_portal/members.mjs +177 -0
  122. package/dist/2026-04/services/customer_portal/members.mjs.map +1 -0
  123. package/dist/2026-04/services/customer_portal/orders.cjs +246 -0
  124. package/dist/2026-04/services/customer_portal/orders.cjs.map +1 -0
  125. package/dist/2026-04/services/customer_portal/orders.d.cts +69 -0
  126. package/dist/2026-04/services/customer_portal/orders.d.cts.map +1 -0
  127. package/dist/2026-04/services/customer_portal/orders.d.mts +69 -0
  128. package/dist/2026-04/services/customer_portal/orders.d.mts.map +1 -0
  129. package/dist/2026-04/services/customer_portal/orders.mjs +236 -0
  130. package/dist/2026-04/services/customer_portal/orders.mjs.map +1 -0
  131. package/dist/2026-04/services/customer_portal/organizations.cjs +33 -0
  132. package/dist/2026-04/services/customer_portal/organizations.cjs.map +1 -0
  133. package/dist/2026-04/services/customer_portal/organizations.d.cts +11 -0
  134. package/dist/2026-04/services/customer_portal/organizations.d.cts.map +1 -0
  135. package/dist/2026-04/services/customer_portal/organizations.d.mts +11 -0
  136. package/dist/2026-04/services/customer_portal/organizations.d.mts.map +1 -0
  137. package/dist/2026-04/services/customer_portal/organizations.mjs +31 -0
  138. package/dist/2026-04/services/customer_portal/organizations.mjs.map +1 -0
  139. package/dist/2026-04/services/customer_portal/seats.cjs +190 -0
  140. package/dist/2026-04/services/customer_portal/seats.cjs.map +1 -0
  141. package/dist/2026-04/services/customer_portal/seats.d.cts +52 -0
  142. package/dist/2026-04/services/customer_portal/seats.d.cts.map +1 -0
  143. package/dist/2026-04/services/customer_portal/seats.d.mts +52 -0
  144. package/dist/2026-04/services/customer_portal/seats.d.mts.map +1 -0
  145. package/dist/2026-04/services/customer_portal/seats.mjs +183 -0
  146. package/dist/2026-04/services/customer_portal/seats.mjs.map +1 -0
  147. package/dist/2026-04/services/customer_portal/subscriptions.cjs +154 -0
  148. package/dist/2026-04/services/customer_portal/subscriptions.cjs.map +1 -0
  149. package/dist/2026-04/services/customer_portal/subscriptions.d.cts +59 -0
  150. package/dist/2026-04/services/customer_portal/subscriptions.d.cts.map +1 -0
  151. package/dist/2026-04/services/customer_portal/subscriptions.d.mts +59 -0
  152. package/dist/2026-04/services/customer_portal/subscriptions.d.mts.map +1 -0
  153. package/dist/2026-04/services/customer_portal/subscriptions.mjs +148 -0
  154. package/dist/2026-04/services/customer_portal/subscriptions.mjs.map +1 -0
  155. package/dist/2026-04/services/customer_portal/wallets.cjs +90 -0
  156. package/dist/2026-04/services/customer_portal/wallets.cjs.map +1 -0
  157. package/dist/2026-04/services/customer_portal/wallets.d.cts +41 -0
  158. package/dist/2026-04/services/customer_portal/wallets.d.cts.map +1 -0
  159. package/dist/2026-04/services/customer_portal/wallets.d.mts +41 -0
  160. package/dist/2026-04/services/customer_portal/wallets.d.mts.map +1 -0
  161. package/dist/2026-04/services/customer_portal/wallets.mjs +86 -0
  162. package/dist/2026-04/services/customer_portal/wallets.mjs.map +1 -0
  163. package/dist/2026-04/services/customer_seats.cjs +181 -0
  164. package/dist/2026-04/services/customer_seats.cjs.map +1 -0
  165. package/dist/2026-04/services/customer_seats.d.cts +27 -0
  166. package/dist/2026-04/services/customer_seats.d.cts.map +1 -0
  167. package/dist/2026-04/services/customer_seats.d.mts +27 -0
  168. package/dist/2026-04/services/customer_seats.d.mts.map +1 -0
  169. package/dist/2026-04/services/customer_seats.mjs +174 -0
  170. package/dist/2026-04/services/customer_seats.mjs.map +1 -0
  171. package/dist/2026-04/services/customer_sessions.cjs +33 -0
  172. package/dist/2026-04/services/customer_sessions.cjs.map +1 -0
  173. package/dist/2026-04/services/customer_sessions.d.cts +11 -0
  174. package/dist/2026-04/services/customer_sessions.d.cts.map +1 -0
  175. package/dist/2026-04/services/customer_sessions.d.mts +11 -0
  176. package/dist/2026-04/services/customer_sessions.d.mts.map +1 -0
  177. package/dist/2026-04/services/customer_sessions.mjs +31 -0
  178. package/dist/2026-04/services/customer_sessions.mjs.map +1 -0
  179. package/dist/2026-04/services/customers/index.cjs +495 -0
  180. package/dist/2026-04/services/customers/index.cjs.map +1 -0
  181. package/dist/2026-04/services/customers/index.d.cts +163 -0
  182. package/dist/2026-04/services/customers/index.d.cts.map +1 -0
  183. package/dist/2026-04/services/customers/index.d.mts +163 -0
  184. package/dist/2026-04/services/customers/index.d.mts.map +1 -0
  185. package/dist/2026-04/services/customers/index.mjs +478 -0
  186. package/dist/2026-04/services/customers/index.mjs.map +1 -0
  187. package/dist/2026-04/services/customers/members.cjs +264 -0
  188. package/dist/2026-04/services/customers/members.cjs.map +1 -0
  189. package/dist/2026-04/services/customers/members.d.cts +25 -0
  190. package/dist/2026-04/services/customers/members.d.cts.map +1 -0
  191. package/dist/2026-04/services/customers/members.d.mts +25 -0
  192. package/dist/2026-04/services/customers/members.d.mts.map +1 -0
  193. package/dist/2026-04/services/customers/members.mjs +255 -0
  194. package/dist/2026-04/services/customers/members.mjs.map +1 -0
  195. package/dist/2026-04/services/discounts.cjs +172 -0
  196. package/dist/2026-04/services/discounts.cjs.map +1 -0
  197. package/dist/2026-04/services/discounts.d.cts +57 -0
  198. package/dist/2026-04/services/discounts.d.cts.map +1 -0
  199. package/dist/2026-04/services/discounts.d.mts +57 -0
  200. package/dist/2026-04/services/discounts.d.mts.map +1 -0
  201. package/dist/2026-04/services/discounts.mjs +165 -0
  202. package/dist/2026-04/services/discounts.mjs.map +1 -0
  203. package/dist/2026-04/services/disputes.cjs +130 -0
  204. package/dist/2026-04/services/disputes.cjs.map +1 -0
  205. package/dist/2026-04/services/disputes.d.cts +57 -0
  206. package/dist/2026-04/services/disputes.d.cts.map +1 -0
  207. package/dist/2026-04/services/disputes.d.mts +57 -0
  208. package/dist/2026-04/services/disputes.d.mts.map +1 -0
  209. package/dist/2026-04/services/disputes.mjs +125 -0
  210. package/dist/2026-04/services/disputes.mjs.map +1 -0
  211. package/dist/2026-04/services/event_types.cjs +104 -0
  212. package/dist/2026-04/services/event_types.cjs.map +1 -0
  213. package/dist/2026-04/services/event_types.d.cts +71 -0
  214. package/dist/2026-04/services/event_types.d.cts.map +1 -0
  215. package/dist/2026-04/services/event_types.d.mts +71 -0
  216. package/dist/2026-04/services/event_types.d.mts.map +1 -0
  217. package/dist/2026-04/services/event_types.mjs +100 -0
  218. package/dist/2026-04/services/event_types.mjs.map +1 -0
  219. package/dist/2026-04/services/events.cjs +162 -0
  220. package/dist/2026-04/services/events.cjs.map +1 -0
  221. package/dist/2026-04/services/events.d.cts +101 -0
  222. package/dist/2026-04/services/events.d.cts.map +1 -0
  223. package/dist/2026-04/services/events.d.mts +101 -0
  224. package/dist/2026-04/services/events.d.mts.map +1 -0
  225. package/dist/2026-04/services/events.mjs +156 -0
  226. package/dist/2026-04/services/events.mjs.map +1 -0
  227. package/dist/2026-04/services/files.cjs +178 -0
  228. package/dist/2026-04/services/files.cjs.map +1 -0
  229. package/dist/2026-04/services/files.d.cts +53 -0
  230. package/dist/2026-04/services/files.d.cts.map +1 -0
  231. package/dist/2026-04/services/files.d.mts +53 -0
  232. package/dist/2026-04/services/files.d.mts.map +1 -0
  233. package/dist/2026-04/services/files.mjs +171 -0
  234. package/dist/2026-04/services/files.mjs.map +1 -0
  235. package/dist/2026-04/services/license_keys.cjs +246 -0
  236. package/dist/2026-04/services/license_keys.cjs.map +1 -0
  237. package/dist/2026-04/services/license_keys.d.cts +63 -0
  238. package/dist/2026-04/services/license_keys.d.cts.map +1 -0
  239. package/dist/2026-04/services/license_keys.d.mts +63 -0
  240. package/dist/2026-04/services/license_keys.d.mts.map +1 -0
  241. package/dist/2026-04/services/license_keys.mjs +237 -0
  242. package/dist/2026-04/services/license_keys.mjs.map +1 -0
  243. package/dist/2026-04/services/members.cjs +73 -0
  244. package/dist/2026-04/services/members.cjs.map +1 -0
  245. package/dist/2026-04/services/members.d.cts +53 -0
  246. package/dist/2026-04/services/members.d.cts.map +1 -0
  247. package/dist/2026-04/services/members.d.mts +53 -0
  248. package/dist/2026-04/services/members.d.mts.map +1 -0
  249. package/dist/2026-04/services/members.mjs +70 -0
  250. package/dist/2026-04/services/members.mjs.map +1 -0
  251. package/dist/2026-04/services/meters.cjs +185 -0
  252. package/dist/2026-04/services/meters.cjs.map +1 -0
  253. package/dist/2026-04/services/meters.d.cts +83 -0
  254. package/dist/2026-04/services/meters.d.cts.map +1 -0
  255. package/dist/2026-04/services/meters.d.mts +83 -0
  256. package/dist/2026-04/services/meters.d.mts.map +1 -0
  257. package/dist/2026-04/services/meters.mjs +178 -0
  258. package/dist/2026-04/services/meters.mjs.map +1 -0
  259. package/dist/2026-04/services/metrics.cjs +209 -0
  260. package/dist/2026-04/services/metrics.cjs.map +1 -0
  261. package/dist/2026-04/services/metrics.d.cts +69 -0
  262. package/dist/2026-04/services/metrics.d.cts.map +1 -0
  263. package/dist/2026-04/services/metrics.d.mts +69 -0
  264. package/dist/2026-04/services/metrics.d.mts.map +1 -0
  265. package/dist/2026-04/services/metrics.mjs +200 -0
  266. package/dist/2026-04/services/metrics.mjs.map +1 -0
  267. package/dist/2026-04/services/oauth2/clients/index.cjs +10 -0
  268. package/dist/2026-04/services/oauth2/clients/index.cjs.map +1 -0
  269. package/dist/2026-04/services/oauth2/clients/index.d.cts +15 -0
  270. package/dist/2026-04/services/oauth2/clients/index.d.cts.map +1 -0
  271. package/dist/2026-04/services/oauth2/clients/index.d.mts +15 -0
  272. package/dist/2026-04/services/oauth2/clients/index.d.mts.map +1 -0
  273. package/dist/2026-04/services/oauth2/clients/index.mjs +9 -0
  274. package/dist/2026-04/services/oauth2/clients/index.mjs.map +1 -0
  275. package/dist/2026-04/services/oauth2/clients/oauth2.cjs +91 -0
  276. package/dist/2026-04/services/oauth2/clients/oauth2.cjs.map +1 -0
  277. package/dist/2026-04/services/oauth2/clients/oauth2.d.cts +17 -0
  278. package/dist/2026-04/services/oauth2/clients/oauth2.d.cts.map +1 -0
  279. package/dist/2026-04/services/oauth2/clients/oauth2.d.mts +17 -0
  280. package/dist/2026-04/services/oauth2/clients/oauth2.d.mts.map +1 -0
  281. package/dist/2026-04/services/oauth2/clients/oauth2.mjs +86 -0
  282. package/dist/2026-04/services/oauth2/clients/oauth2.mjs.map +1 -0
  283. package/dist/2026-04/services/oauth2/index.cjs +96 -0
  284. package/dist/2026-04/services/oauth2/index.cjs.map +1 -0
  285. package/dist/2026-04/services/oauth2/index.d.cts +27 -0
  286. package/dist/2026-04/services/oauth2/index.d.cts.map +1 -0
  287. package/dist/2026-04/services/oauth2/index.d.mts +27 -0
  288. package/dist/2026-04/services/oauth2/index.d.mts.map +1 -0
  289. package/dist/2026-04/services/oauth2/index.mjs +90 -0
  290. package/dist/2026-04/services/oauth2/index.mjs.map +1 -0
  291. package/dist/2026-04/services/orders.cjs +302 -0
  292. package/dist/2026-04/services/orders.cjs.map +1 -0
  293. package/dist/2026-04/services/orders.d.cts +99 -0
  294. package/dist/2026-04/services/orders.d.cts.map +1 -0
  295. package/dist/2026-04/services/orders.d.mts +99 -0
  296. package/dist/2026-04/services/orders.d.mts.map +1 -0
  297. package/dist/2026-04/services/orders.mjs +291 -0
  298. package/dist/2026-04/services/orders.mjs.map +1 -0
  299. package/dist/2026-04/services/organizations.cjs +153 -0
  300. package/dist/2026-04/services/organizations.cjs.map +1 -0
  301. package/dist/2026-04/services/organizations.d.cts +51 -0
  302. package/dist/2026-04/services/organizations.d.cts.map +1 -0
  303. package/dist/2026-04/services/organizations.d.mts +51 -0
  304. package/dist/2026-04/services/organizations.d.mts.map +1 -0
  305. package/dist/2026-04/services/organizations.mjs +147 -0
  306. package/dist/2026-04/services/organizations.mjs.map +1 -0
  307. package/dist/2026-04/services/payments.cjs +103 -0
  308. package/dist/2026-04/services/payments.cjs.map +1 -0
  309. package/dist/2026-04/services/payments.d.cts +71 -0
  310. package/dist/2026-04/services/payments.d.cts.map +1 -0
  311. package/dist/2026-04/services/payments.d.mts +71 -0
  312. package/dist/2026-04/services/payments.d.mts.map +1 -0
  313. package/dist/2026-04/services/payments.mjs +99 -0
  314. package/dist/2026-04/services/payments.mjs.map +1 -0
  315. package/dist/2026-04/services/products.cjs +183 -0
  316. package/dist/2026-04/services/products.cjs.map +1 -0
  317. package/dist/2026-04/services/products.d.cts +81 -0
  318. package/dist/2026-04/services/products.d.cts.map +1 -0
  319. package/dist/2026-04/services/products.d.mts +81 -0
  320. package/dist/2026-04/services/products.d.mts.map +1 -0
  321. package/dist/2026-04/services/products.mjs +176 -0
  322. package/dist/2026-04/services/products.mjs.map +1 -0
  323. package/dist/2026-04/services/refunds.cjs +102 -0
  324. package/dist/2026-04/services/refunds.cjs.map +1 -0
  325. package/dist/2026-04/services/refunds.d.cts +71 -0
  326. package/dist/2026-04/services/refunds.d.cts.map +1 -0
  327. package/dist/2026-04/services/refunds.d.mts +71 -0
  328. package/dist/2026-04/services/refunds.d.mts.map +1 -0
  329. package/dist/2026-04/services/refunds.mjs +98 -0
  330. package/dist/2026-04/services/refunds.mjs.map +1 -0
  331. package/dist/2026-04/services/subscriptions.cjs +220 -0
  332. package/dist/2026-04/services/subscriptions.cjs.map +1 -0
  333. package/dist/2026-04/services/subscriptions.d.cts +103 -0
  334. package/dist/2026-04/services/subscriptions.d.cts.map +1 -0
  335. package/dist/2026-04/services/subscriptions.d.mts +103 -0
  336. package/dist/2026-04/services/subscriptions.d.mts.map +1 -0
  337. package/dist/2026-04/services/subscriptions.mjs +212 -0
  338. package/dist/2026-04/services/subscriptions.mjs.map +1 -0
  339. package/dist/2026-04/services/webhooks.cjs +291 -0
  340. package/dist/2026-04/services/webhooks.cjs.map +1 -0
  341. package/dist/2026-04/services/webhooks.d.cts +111 -0
  342. package/dist/2026-04/services/webhooks.d.cts.map +1 -0
  343. package/dist/2026-04/services/webhooks.d.mts +111 -0
  344. package/dist/2026-04/services/webhooks.d.mts.map +1 -0
  345. package/dist/2026-04/services/webhooks.mjs +280 -0
  346. package/dist/2026-04/services/webhooks.mjs.map +1 -0
  347. package/dist/base-BRp5LBjD.cjs +142 -0
  348. package/dist/base-BRp5LBjD.cjs.map +1 -0
  349. package/dist/base-CmjkkyNf.d.cts +38 -0
  350. package/dist/base-CmjkkyNf.d.cts.map +1 -0
  351. package/dist/base-CmjkkyNf.d.mts +38 -0
  352. package/dist/base-CmjkkyNf.d.mts.map +1 -0
  353. package/dist/base-Drrd3Jbe.mjs +101 -0
  354. package/dist/base-Drrd3Jbe.mjs.map +1 -0
  355. package/dist/errors-BWcStb24.mjs +919 -0
  356. package/dist/errors-BWcStb24.mjs.map +1 -0
  357. package/dist/errors-BpzRYs6T.cjs +1331 -0
  358. package/dist/errors-BpzRYs6T.cjs.map +1 -0
  359. package/dist/index.cjs +7 -0
  360. package/dist/index.d.cts +2 -0
  361. package/dist/index.d.mts +2 -0
  362. package/dist/index.mjs +2 -0
  363. package/dist/models-IotBovey.d.cts +19555 -0
  364. package/dist/models-IotBovey.d.cts.map +1 -0
  365. package/dist/models-pdZgmVG-.d.mts +19555 -0
  366. package/dist/models-pdZgmVG-.d.mts.map +1 -0
  367. package/dist/rolldown-runtime-D7D4PA-g.mjs +13 -0
  368. package/package.json +85 -59
  369. package/FUNCTIONS.md +0 -89
  370. package/RUNTIMES.md +0 -48
  371. package/dist/commonjs/core.d.ts +0 -10
  372. package/dist/commonjs/core.d.ts.map +0 -1
  373. package/dist/commonjs/core.js +0 -17
  374. package/dist/commonjs/core.js.map +0 -1
  375. package/dist/commonjs/funcs/benefitGrantsList.d.ts +0 -23
  376. package/dist/commonjs/funcs/benefitGrantsList.d.ts.map +0 -1
  377. package/dist/commonjs/funcs/benefitGrantsList.js +0 -166
  378. package/dist/commonjs/funcs/benefitGrantsList.js.map +0 -1
  379. package/dist/commonjs/funcs/benefitsCreate.d.ts +0 -21
  380. package/dist/commonjs/funcs/benefitsCreate.d.ts.map +0 -1
  381. package/dist/commonjs/funcs/benefitsCreate.js +0 -123
  382. package/dist/commonjs/funcs/benefitsCreate.js.map +0 -1
  383. package/dist/commonjs/funcs/benefitsDelete.d.ts +0 -26
  384. package/dist/commonjs/funcs/benefitsDelete.d.ts.map +0 -1
  385. package/dist/commonjs/funcs/benefitsDelete.js +0 -133
  386. package/dist/commonjs/funcs/benefitsDelete.js.map +0 -1
  387. package/dist/commonjs/funcs/benefitsGet.d.ts +0 -22
  388. package/dist/commonjs/funcs/benefitsGet.d.ts.map +0 -1
  389. package/dist/commonjs/funcs/benefitsGet.js +0 -129
  390. package/dist/commonjs/funcs/benefitsGet.js.map +0 -1
  391. package/dist/commonjs/funcs/benefitsGrants.d.ts +0 -26
  392. package/dist/commonjs/funcs/benefitsGrants.d.ts.map +0 -1
  393. package/dist/commonjs/funcs/benefitsGrants.js +0 -173
  394. package/dist/commonjs/funcs/benefitsGrants.js.map +0 -1
  395. package/dist/commonjs/funcs/benefitsList.d.ts +0 -23
  396. package/dist/commonjs/funcs/benefitsList.d.ts.map +0 -1
  397. package/dist/commonjs/funcs/benefitsList.js +0 -169
  398. package/dist/commonjs/funcs/benefitsList.js.map +0 -1
  399. package/dist/commonjs/funcs/benefitsUpdate.d.ts +0 -22
  400. package/dist/commonjs/funcs/benefitsUpdate.d.ts.map +0 -1
  401. package/dist/commonjs/funcs/benefitsUpdate.js +0 -130
  402. package/dist/commonjs/funcs/benefitsUpdate.js.map +0 -1
  403. package/dist/commonjs/funcs/checkoutLinksCreate.d.ts +0 -21
  404. package/dist/commonjs/funcs/checkoutLinksCreate.d.ts.map +0 -1
  405. package/dist/commonjs/funcs/checkoutLinksCreate.js +0 -123
  406. package/dist/commonjs/funcs/checkoutLinksCreate.js.map +0 -1
  407. package/dist/commonjs/funcs/checkoutLinksDelete.d.ts +0 -21
  408. package/dist/commonjs/funcs/checkoutLinksDelete.d.ts.map +0 -1
  409. package/dist/commonjs/funcs/checkoutLinksDelete.js +0 -128
  410. package/dist/commonjs/funcs/checkoutLinksDelete.js.map +0 -1
  411. package/dist/commonjs/funcs/checkoutLinksGet.d.ts +0 -22
  412. package/dist/commonjs/funcs/checkoutLinksGet.d.ts.map +0 -1
  413. package/dist/commonjs/funcs/checkoutLinksGet.js +0 -129
  414. package/dist/commonjs/funcs/checkoutLinksGet.js.map +0 -1
  415. package/dist/commonjs/funcs/checkoutLinksList.d.ts +0 -23
  416. package/dist/commonjs/funcs/checkoutLinksList.d.ts.map +0 -1
  417. package/dist/commonjs/funcs/checkoutLinksList.js +0 -164
  418. package/dist/commonjs/funcs/checkoutLinksList.js.map +0 -1
  419. package/dist/commonjs/funcs/checkoutLinksUpdate.d.ts +0 -22
  420. package/dist/commonjs/funcs/checkoutLinksUpdate.d.ts.map +0 -1
  421. package/dist/commonjs/funcs/checkoutLinksUpdate.js +0 -132
  422. package/dist/commonjs/funcs/checkoutLinksUpdate.js.map +0 -1
  423. package/dist/commonjs/funcs/checkoutsClientConfirm.d.ts +0 -25
  424. package/dist/commonjs/funcs/checkoutsClientConfirm.d.ts.map +0 -1
  425. package/dist/commonjs/funcs/checkoutsClientConfirm.js +0 -135
  426. package/dist/commonjs/funcs/checkoutsClientConfirm.js.map +0 -1
  427. package/dist/commonjs/funcs/checkoutsClientGet.d.ts +0 -21
  428. package/dist/commonjs/funcs/checkoutsClientGet.d.ts.map +0 -1
  429. package/dist/commonjs/funcs/checkoutsClientGet.js +0 -123
  430. package/dist/commonjs/funcs/checkoutsClientGet.js.map +0 -1
  431. package/dist/commonjs/funcs/checkoutsClientUpdate.d.ts +0 -22
  432. package/dist/commonjs/funcs/checkoutsClientUpdate.d.ts.map +0 -1
  433. package/dist/commonjs/funcs/checkoutsClientUpdate.js +0 -127
  434. package/dist/commonjs/funcs/checkoutsClientUpdate.js.map +0 -1
  435. package/dist/commonjs/funcs/checkoutsCreate.d.ts +0 -21
  436. package/dist/commonjs/funcs/checkoutsCreate.d.ts.map +0 -1
  437. package/dist/commonjs/funcs/checkoutsCreate.js +0 -123
  438. package/dist/commonjs/funcs/checkoutsCreate.js.map +0 -1
  439. package/dist/commonjs/funcs/checkoutsGet.d.ts +0 -22
  440. package/dist/commonjs/funcs/checkoutsGet.d.ts.map +0 -1
  441. package/dist/commonjs/funcs/checkoutsGet.js +0 -129
  442. package/dist/commonjs/funcs/checkoutsGet.js.map +0 -1
  443. package/dist/commonjs/funcs/checkoutsList.d.ts +0 -23
  444. package/dist/commonjs/funcs/checkoutsList.d.ts.map +0 -1
  445. package/dist/commonjs/funcs/checkoutsList.js +0 -168
  446. package/dist/commonjs/funcs/checkoutsList.js.map +0 -1
  447. package/dist/commonjs/funcs/checkoutsUpdate.d.ts +0 -23
  448. package/dist/commonjs/funcs/checkoutsUpdate.d.ts.map +0 -1
  449. package/dist/commonjs/funcs/checkoutsUpdate.js +0 -131
  450. package/dist/commonjs/funcs/checkoutsUpdate.js.map +0 -1
  451. package/dist/commonjs/funcs/customFieldsCreate.d.ts +0 -21
  452. package/dist/commonjs/funcs/customFieldsCreate.d.ts.map +0 -1
  453. package/dist/commonjs/funcs/customFieldsCreate.js +0 -123
  454. package/dist/commonjs/funcs/customFieldsCreate.js.map +0 -1
  455. package/dist/commonjs/funcs/customFieldsDelete.d.ts +0 -21
  456. package/dist/commonjs/funcs/customFieldsDelete.d.ts.map +0 -1
  457. package/dist/commonjs/funcs/customFieldsDelete.js +0 -128
  458. package/dist/commonjs/funcs/customFieldsDelete.js.map +0 -1
  459. package/dist/commonjs/funcs/customFieldsGet.d.ts +0 -22
  460. package/dist/commonjs/funcs/customFieldsGet.d.ts.map +0 -1
  461. package/dist/commonjs/funcs/customFieldsGet.js +0 -129
  462. package/dist/commonjs/funcs/customFieldsGet.js.map +0 -1
  463. package/dist/commonjs/funcs/customFieldsList.d.ts +0 -23
  464. package/dist/commonjs/funcs/customFieldsList.d.ts.map +0 -1
  465. package/dist/commonjs/funcs/customFieldsList.js +0 -165
  466. package/dist/commonjs/funcs/customFieldsList.js.map +0 -1
  467. package/dist/commonjs/funcs/customFieldsUpdate.d.ts +0 -22
  468. package/dist/commonjs/funcs/customFieldsUpdate.d.ts.map +0 -1
  469. package/dist/commonjs/funcs/customFieldsUpdate.js +0 -130
  470. package/dist/commonjs/funcs/customFieldsUpdate.js.map +0 -1
  471. package/dist/commonjs/funcs/customerMetersGet.d.ts +0 -22
  472. package/dist/commonjs/funcs/customerMetersGet.d.ts.map +0 -1
  473. package/dist/commonjs/funcs/customerMetersGet.js +0 -129
  474. package/dist/commonjs/funcs/customerMetersGet.js.map +0 -1
  475. package/dist/commonjs/funcs/customerMetersList.d.ts +0 -23
  476. package/dist/commonjs/funcs/customerMetersList.d.ts.map +0 -1
  477. package/dist/commonjs/funcs/customerMetersList.js +0 -166
  478. package/dist/commonjs/funcs/customerMetersList.js.map +0 -1
  479. package/dist/commonjs/funcs/customerPortalBenefitGrantsGet.d.ts +0 -22
  480. package/dist/commonjs/funcs/customerPortalBenefitGrantsGet.d.ts.map +0 -1
  481. package/dist/commonjs/funcs/customerPortalBenefitGrantsGet.js +0 -139
  482. package/dist/commonjs/funcs/customerPortalBenefitGrantsGet.js.map +0 -1
  483. package/dist/commonjs/funcs/customerPortalBenefitGrantsList.d.ts +0 -23
  484. package/dist/commonjs/funcs/customerPortalBenefitGrantsList.d.ts.map +0 -1
  485. package/dist/commonjs/funcs/customerPortalBenefitGrantsList.js +0 -181
  486. package/dist/commonjs/funcs/customerPortalBenefitGrantsList.js.map +0 -1
  487. package/dist/commonjs/funcs/customerPortalBenefitGrantsUpdate.d.ts +0 -23
  488. package/dist/commonjs/funcs/customerPortalBenefitGrantsUpdate.d.ts.map +0 -1
  489. package/dist/commonjs/funcs/customerPortalBenefitGrantsUpdate.js +0 -143
  490. package/dist/commonjs/funcs/customerPortalBenefitGrantsUpdate.js.map +0 -1
  491. package/dist/commonjs/funcs/customerPortalCustomerMetersGet.d.ts +0 -22
  492. package/dist/commonjs/funcs/customerPortalCustomerMetersGet.d.ts.map +0 -1
  493. package/dist/commonjs/funcs/customerPortalCustomerMetersGet.js +0 -139
  494. package/dist/commonjs/funcs/customerPortalCustomerMetersGet.js.map +0 -1
  495. package/dist/commonjs/funcs/customerPortalCustomerMetersList.d.ts +0 -23
  496. package/dist/commonjs/funcs/customerPortalCustomerMetersList.d.ts.map +0 -1
  497. package/dist/commonjs/funcs/customerPortalCustomerMetersList.js +0 -176
  498. package/dist/commonjs/funcs/customerPortalCustomerMetersList.js.map +0 -1
  499. package/dist/commonjs/funcs/customerPortalCustomerSessionGetAuthenticatedUser.d.ts +0 -20
  500. package/dist/commonjs/funcs/customerPortalCustomerSessionGetAuthenticatedUser.d.ts.map +0 -1
  501. package/dist/commonjs/funcs/customerPortalCustomerSessionGetAuthenticatedUser.js +0 -117
  502. package/dist/commonjs/funcs/customerPortalCustomerSessionGetAuthenticatedUser.js.map +0 -1
  503. package/dist/commonjs/funcs/customerPortalCustomerSessionIntrospect.d.ts +0 -20
  504. package/dist/commonjs/funcs/customerPortalCustomerSessionIntrospect.d.ts.map +0 -1
  505. package/dist/commonjs/funcs/customerPortalCustomerSessionIntrospect.js +0 -117
  506. package/dist/commonjs/funcs/customerPortalCustomerSessionIntrospect.js.map +0 -1
  507. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.d.ts +0 -21
  508. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.d.ts.map +0 -1
  509. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.js +0 -132
  510. package/dist/commonjs/funcs/customerPortalCustomersAddPaymentMethod.js.map +0 -1
  511. package/dist/commonjs/funcs/customerPortalCustomersCheckEmailUpdate.d.ts +0 -18
  512. package/dist/commonjs/funcs/customerPortalCustomersCheckEmailUpdate.d.ts.map +0 -1
  513. package/dist/commonjs/funcs/customerPortalCustomersCheckEmailUpdate.js +0 -118
  514. package/dist/commonjs/funcs/customerPortalCustomersCheckEmailUpdate.js.map +0 -1
  515. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts +0 -21
  516. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts.map +0 -1
  517. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.js +0 -132
  518. package/dist/commonjs/funcs/customerPortalCustomersConfirmPaymentMethod.js.map +0 -1
  519. package/dist/commonjs/funcs/customerPortalCustomersDeletePaymentMethod.d.ts +0 -20
  520. package/dist/commonjs/funcs/customerPortalCustomersDeletePaymentMethod.d.ts.map +0 -1
  521. package/dist/commonjs/funcs/customerPortalCustomersDeletePaymentMethod.js +0 -137
  522. package/dist/commonjs/funcs/customerPortalCustomersDeletePaymentMethod.js.map +0 -1
  523. package/dist/commonjs/funcs/customerPortalCustomersGet.d.ts +0 -20
  524. package/dist/commonjs/funcs/customerPortalCustomersGet.d.ts.map +0 -1
  525. package/dist/commonjs/funcs/customerPortalCustomersGet.js +0 -117
  526. package/dist/commonjs/funcs/customerPortalCustomersGet.js.map +0 -1
  527. package/dist/commonjs/funcs/customerPortalCustomersListPaymentMethods.d.ts +0 -21
  528. package/dist/commonjs/funcs/customerPortalCustomersListPaymentMethods.d.ts.map +0 -1
  529. package/dist/commonjs/funcs/customerPortalCustomersListPaymentMethods.js +0 -169
  530. package/dist/commonjs/funcs/customerPortalCustomersListPaymentMethods.js.map +0 -1
  531. package/dist/commonjs/funcs/customerPortalCustomersRequestEmailUpdate.d.ts +0 -19
  532. package/dist/commonjs/funcs/customerPortalCustomersRequestEmailUpdate.d.ts.map +0 -1
  533. package/dist/commonjs/funcs/customerPortalCustomersRequestEmailUpdate.js +0 -130
  534. package/dist/commonjs/funcs/customerPortalCustomersRequestEmailUpdate.js.map +0 -1
  535. package/dist/commonjs/funcs/customerPortalCustomersUpdate.d.ts +0 -20
  536. package/dist/commonjs/funcs/customerPortalCustomersUpdate.d.ts.map +0 -1
  537. package/dist/commonjs/funcs/customerPortalCustomersUpdate.js +0 -131
  538. package/dist/commonjs/funcs/customerPortalCustomersUpdate.js.map +0 -1
  539. package/dist/commonjs/funcs/customerPortalCustomersVerifyEmailUpdate.d.ts +0 -18
  540. package/dist/commonjs/funcs/customerPortalCustomersVerifyEmailUpdate.d.ts.map +0 -1
  541. package/dist/commonjs/funcs/customerPortalCustomersVerifyEmailUpdate.js +0 -112
  542. package/dist/commonjs/funcs/customerPortalCustomersVerifyEmailUpdate.js.map +0 -1
  543. package/dist/commonjs/funcs/customerPortalDownloadablesList.d.ts +0 -21
  544. package/dist/commonjs/funcs/customerPortalDownloadablesList.d.ts.map +0 -1
  545. package/dist/commonjs/funcs/customerPortalDownloadablesList.js +0 -172
  546. package/dist/commonjs/funcs/customerPortalDownloadablesList.js.map +0 -1
  547. package/dist/commonjs/funcs/customerPortalLicenseKeysActivate.d.ts +0 -26
  548. package/dist/commonjs/funcs/customerPortalLicenseKeysActivate.d.ts.map +0 -1
  549. package/dist/commonjs/funcs/customerPortalLicenseKeysActivate.js +0 -123
  550. package/dist/commonjs/funcs/customerPortalLicenseKeysActivate.js.map +0 -1
  551. package/dist/commonjs/funcs/customerPortalLicenseKeysDeactivate.d.ts +0 -24
  552. package/dist/commonjs/funcs/customerPortalLicenseKeysDeactivate.d.ts.map +0 -1
  553. package/dist/commonjs/funcs/customerPortalLicenseKeysDeactivate.js +0 -121
  554. package/dist/commonjs/funcs/customerPortalLicenseKeysDeactivate.js.map +0 -1
  555. package/dist/commonjs/funcs/customerPortalLicenseKeysGet.d.ts +0 -22
  556. package/dist/commonjs/funcs/customerPortalLicenseKeysGet.d.ts.map +0 -1
  557. package/dist/commonjs/funcs/customerPortalLicenseKeysGet.js +0 -139
  558. package/dist/commonjs/funcs/customerPortalLicenseKeysGet.js.map +0 -1
  559. package/dist/commonjs/funcs/customerPortalLicenseKeysList.d.ts +0 -23
  560. package/dist/commonjs/funcs/customerPortalLicenseKeysList.d.ts.map +0 -1
  561. package/dist/commonjs/funcs/customerPortalLicenseKeysList.js +0 -174
  562. package/dist/commonjs/funcs/customerPortalLicenseKeysList.js.map +0 -1
  563. package/dist/commonjs/funcs/customerPortalLicenseKeysValidate.d.ts +0 -25
  564. package/dist/commonjs/funcs/customerPortalLicenseKeysValidate.d.ts.map +0 -1
  565. package/dist/commonjs/funcs/customerPortalLicenseKeysValidate.js +0 -122
  566. package/dist/commonjs/funcs/customerPortalLicenseKeysValidate.js.map +0 -1
  567. package/dist/commonjs/funcs/customerPortalMembersAddMember.d.ts +0 -25
  568. package/dist/commonjs/funcs/customerPortalMembersAddMember.d.ts.map +0 -1
  569. package/dist/commonjs/funcs/customerPortalMembersAddMember.js +0 -127
  570. package/dist/commonjs/funcs/customerPortalMembersAddMember.js.map +0 -1
  571. package/dist/commonjs/funcs/customerPortalMembersListMembers.d.ts +0 -23
  572. package/dist/commonjs/funcs/customerPortalMembersListMembers.d.ts.map +0 -1
  573. package/dist/commonjs/funcs/customerPortalMembersListMembers.js +0 -163
  574. package/dist/commonjs/funcs/customerPortalMembersListMembers.js.map +0 -1
  575. package/dist/commonjs/funcs/customerPortalMembersRemoveMember.d.ts +0 -24
  576. package/dist/commonjs/funcs/customerPortalMembersRemoveMember.d.ts.map +0 -1
  577. package/dist/commonjs/funcs/customerPortalMembersRemoveMember.js +0 -131
  578. package/dist/commonjs/funcs/customerPortalMembersRemoveMember.js.map +0 -1
  579. package/dist/commonjs/funcs/customerPortalMembersUpdateMember.d.ts +0 -25
  580. package/dist/commonjs/funcs/customerPortalMembersUpdateMember.d.ts.map +0 -1
  581. package/dist/commonjs/funcs/customerPortalMembersUpdateMember.js +0 -135
  582. package/dist/commonjs/funcs/customerPortalMembersUpdateMember.js.map +0 -1
  583. package/dist/commonjs/funcs/customerPortalOrdersConfirmRetryPayment.d.ts +0 -22
  584. package/dist/commonjs/funcs/customerPortalOrdersConfirmRetryPayment.d.ts.map +0 -1
  585. package/dist/commonjs/funcs/customerPortalOrdersConfirmRetryPayment.js +0 -142
  586. package/dist/commonjs/funcs/customerPortalOrdersConfirmRetryPayment.js.map +0 -1
  587. package/dist/commonjs/funcs/customerPortalOrdersGenerateInvoice.d.ts +0 -18
  588. package/dist/commonjs/funcs/customerPortalOrdersGenerateInvoice.d.ts.map +0 -1
  589. package/dist/commonjs/funcs/customerPortalOrdersGenerateInvoice.js +0 -135
  590. package/dist/commonjs/funcs/customerPortalOrdersGenerateInvoice.js.map +0 -1
  591. package/dist/commonjs/funcs/customerPortalOrdersGet.d.ts +0 -20
  592. package/dist/commonjs/funcs/customerPortalOrdersGet.d.ts.map +0 -1
  593. package/dist/commonjs/funcs/customerPortalOrdersGet.js +0 -137
  594. package/dist/commonjs/funcs/customerPortalOrdersGet.js.map +0 -1
  595. package/dist/commonjs/funcs/customerPortalOrdersGetPaymentStatus.d.ts +0 -20
  596. package/dist/commonjs/funcs/customerPortalOrdersGetPaymentStatus.d.ts.map +0 -1
  597. package/dist/commonjs/funcs/customerPortalOrdersGetPaymentStatus.js +0 -137
  598. package/dist/commonjs/funcs/customerPortalOrdersGetPaymentStatus.js.map +0 -1
  599. package/dist/commonjs/funcs/customerPortalOrdersInvoice.d.ts +0 -20
  600. package/dist/commonjs/funcs/customerPortalOrdersInvoice.d.ts.map +0 -1
  601. package/dist/commonjs/funcs/customerPortalOrdersInvoice.js +0 -137
  602. package/dist/commonjs/funcs/customerPortalOrdersInvoice.js.map +0 -1
  603. package/dist/commonjs/funcs/customerPortalOrdersList.d.ts +0 -21
  604. package/dist/commonjs/funcs/customerPortalOrdersList.d.ts.map +0 -1
  605. package/dist/commonjs/funcs/customerPortalOrdersList.js +0 -176
  606. package/dist/commonjs/funcs/customerPortalOrdersList.js.map +0 -1
  607. package/dist/commonjs/funcs/customerPortalOrdersReceipt.d.ts +0 -20
  608. package/dist/commonjs/funcs/customerPortalOrdersReceipt.d.ts.map +0 -1
  609. package/dist/commonjs/funcs/customerPortalOrdersReceipt.js +0 -137
  610. package/dist/commonjs/funcs/customerPortalOrdersReceipt.js.map +0 -1
  611. package/dist/commonjs/funcs/customerPortalOrdersUpdate.d.ts +0 -20
  612. package/dist/commonjs/funcs/customerPortalOrdersUpdate.d.ts.map +0 -1
  613. package/dist/commonjs/funcs/customerPortalOrdersUpdate.js +0 -140
  614. package/dist/commonjs/funcs/customerPortalOrdersUpdate.js.map +0 -1
  615. package/dist/commonjs/funcs/customerPortalOrganizationsGet.d.ts +0 -20
  616. package/dist/commonjs/funcs/customerPortalOrganizationsGet.d.ts.map +0 -1
  617. package/dist/commonjs/funcs/customerPortalOrganizationsGet.js +0 -122
  618. package/dist/commonjs/funcs/customerPortalOrganizationsGet.js.map +0 -1
  619. package/dist/commonjs/funcs/customerPortalSeatsAssignSeat.d.ts +0 -17
  620. package/dist/commonjs/funcs/customerPortalSeatsAssignSeat.d.ts.map +0 -1
  621. package/dist/commonjs/funcs/customerPortalSeatsAssignSeat.js +0 -128
  622. package/dist/commonjs/funcs/customerPortalSeatsAssignSeat.js.map +0 -1
  623. package/dist/commonjs/funcs/customerPortalSeatsListClaimedSubscriptions.d.ts +0 -23
  624. package/dist/commonjs/funcs/customerPortalSeatsListClaimedSubscriptions.d.ts.map +0 -1
  625. package/dist/commonjs/funcs/customerPortalSeatsListClaimedSubscriptions.js +0 -171
  626. package/dist/commonjs/funcs/customerPortalSeatsListClaimedSubscriptions.js.map +0 -1
  627. package/dist/commonjs/funcs/customerPortalSeatsListSeats.d.ts +0 -19
  628. package/dist/commonjs/funcs/customerPortalSeatsListSeats.d.ts.map +0 -1
  629. package/dist/commonjs/funcs/customerPortalSeatsListSeats.js +0 -135
  630. package/dist/commonjs/funcs/customerPortalSeatsListSeats.js.map +0 -1
  631. package/dist/commonjs/funcs/customerPortalSeatsResendInvitation.d.ts +0 -16
  632. package/dist/commonjs/funcs/customerPortalSeatsResendInvitation.d.ts.map +0 -1
  633. package/dist/commonjs/funcs/customerPortalSeatsResendInvitation.js +0 -133
  634. package/dist/commonjs/funcs/customerPortalSeatsResendInvitation.js.map +0 -1
  635. package/dist/commonjs/funcs/customerPortalSeatsRevokeSeat.d.ts +0 -16
  636. package/dist/commonjs/funcs/customerPortalSeatsRevokeSeat.d.ts.map +0 -1
  637. package/dist/commonjs/funcs/customerPortalSeatsRevokeSeat.js +0 -133
  638. package/dist/commonjs/funcs/customerPortalSeatsRevokeSeat.js.map +0 -1
  639. package/dist/commonjs/funcs/customerPortalSubscriptionsCancel.d.ts +0 -21
  640. package/dist/commonjs/funcs/customerPortalSubscriptionsCancel.d.ts.map +0 -1
  641. package/dist/commonjs/funcs/customerPortalSubscriptionsCancel.js +0 -138
  642. package/dist/commonjs/funcs/customerPortalSubscriptionsCancel.js.map +0 -1
  643. package/dist/commonjs/funcs/customerPortalSubscriptionsGet.d.ts +0 -22
  644. package/dist/commonjs/funcs/customerPortalSubscriptionsGet.d.ts.map +0 -1
  645. package/dist/commonjs/funcs/customerPortalSubscriptionsGet.js +0 -139
  646. package/dist/commonjs/funcs/customerPortalSubscriptionsGet.js.map +0 -1
  647. package/dist/commonjs/funcs/customerPortalSubscriptionsList.d.ts +0 -23
  648. package/dist/commonjs/funcs/customerPortalSubscriptionsList.d.ts.map +0 -1
  649. package/dist/commonjs/funcs/customerPortalSubscriptionsList.js +0 -177
  650. package/dist/commonjs/funcs/customerPortalSubscriptionsList.js.map +0 -1
  651. package/dist/commonjs/funcs/customerPortalSubscriptionsUpdate.d.ts +0 -22
  652. package/dist/commonjs/funcs/customerPortalSubscriptionsUpdate.d.ts.map +0 -1
  653. package/dist/commonjs/funcs/customerPortalSubscriptionsUpdate.js +0 -142
  654. package/dist/commonjs/funcs/customerPortalSubscriptionsUpdate.js.map +0 -1
  655. package/dist/commonjs/funcs/customerPortalWalletsGet.d.ts +0 -20
  656. package/dist/commonjs/funcs/customerPortalWalletsGet.d.ts.map +0 -1
  657. package/dist/commonjs/funcs/customerPortalWalletsGet.js +0 -137
  658. package/dist/commonjs/funcs/customerPortalWalletsGet.js.map +0 -1
  659. package/dist/commonjs/funcs/customerPortalWalletsList.d.ts +0 -21
  660. package/dist/commonjs/funcs/customerPortalWalletsList.d.ts.map +0 -1
  661. package/dist/commonjs/funcs/customerPortalWalletsList.js +0 -172
  662. package/dist/commonjs/funcs/customerPortalWalletsList.js.map +0 -1
  663. package/dist/commonjs/funcs/customerSeatsAssignSeat.d.ts +0 -19
  664. package/dist/commonjs/funcs/customerSeatsAssignSeat.d.ts.map +0 -1
  665. package/dist/commonjs/funcs/customerSeatsAssignSeat.js +0 -121
  666. package/dist/commonjs/funcs/customerSeatsAssignSeat.js.map +0 -1
  667. package/dist/commonjs/funcs/customerSeatsClaimSeat.d.ts +0 -16
  668. package/dist/commonjs/funcs/customerSeatsClaimSeat.d.ts.map +0 -1
  669. package/dist/commonjs/funcs/customerSeatsClaimSeat.js +0 -113
  670. package/dist/commonjs/funcs/customerSeatsClaimSeat.js.map +0 -1
  671. package/dist/commonjs/funcs/customerSeatsGetClaimInfo.d.ts +0 -16
  672. package/dist/commonjs/funcs/customerSeatsGetClaimInfo.d.ts.map +0 -1
  673. package/dist/commonjs/funcs/customerSeatsGetClaimInfo.js +0 -115
  674. package/dist/commonjs/funcs/customerSeatsGetClaimInfo.js.map +0 -1
  675. package/dist/commonjs/funcs/customerSeatsListSeats.d.ts +0 -19
  676. package/dist/commonjs/funcs/customerSeatsListSeats.d.ts.map +0 -1
  677. package/dist/commonjs/funcs/customerSeatsListSeats.js +0 -125
  678. package/dist/commonjs/funcs/customerSeatsListSeats.js.map +0 -1
  679. package/dist/commonjs/funcs/customerSeatsResendInvitation.d.ts +0 -19
  680. package/dist/commonjs/funcs/customerSeatsResendInvitation.d.ts.map +0 -1
  681. package/dist/commonjs/funcs/customerSeatsResendInvitation.js +0 -126
  682. package/dist/commonjs/funcs/customerSeatsResendInvitation.js.map +0 -1
  683. package/dist/commonjs/funcs/customerSeatsRevokeSeat.d.ts +0 -19
  684. package/dist/commonjs/funcs/customerSeatsRevokeSeat.d.ts.map +0 -1
  685. package/dist/commonjs/funcs/customerSeatsRevokeSeat.js +0 -126
  686. package/dist/commonjs/funcs/customerSeatsRevokeSeat.js.map +0 -1
  687. package/dist/commonjs/funcs/customerSessionsCreate.d.ts +0 -24
  688. package/dist/commonjs/funcs/customerSessionsCreate.d.ts.map +0 -1
  689. package/dist/commonjs/funcs/customerSessionsCreate.js +0 -126
  690. package/dist/commonjs/funcs/customerSessionsCreate.js.map +0 -1
  691. package/dist/commonjs/funcs/customersCreate.d.ts +0 -21
  692. package/dist/commonjs/funcs/customersCreate.d.ts.map +0 -1
  693. package/dist/commonjs/funcs/customersCreate.js +0 -123
  694. package/dist/commonjs/funcs/customersCreate.js.map +0 -1
  695. package/dist/commonjs/funcs/customersDelete.d.ts +0 -35
  696. package/dist/commonjs/funcs/customersDelete.d.ts.map +0 -1
  697. package/dist/commonjs/funcs/customersDelete.js +0 -146
  698. package/dist/commonjs/funcs/customersDelete.js.map +0 -1
  699. package/dist/commonjs/funcs/customersDeleteExternal.d.ts +0 -25
  700. package/dist/commonjs/funcs/customersDeleteExternal.d.ts.map +0 -1
  701. package/dist/commonjs/funcs/customersDeleteExternal.js +0 -136
  702. package/dist/commonjs/funcs/customersDeleteExternal.js.map +0 -1
  703. package/dist/commonjs/funcs/customersExport.d.ts +0 -26
  704. package/dist/commonjs/funcs/customersExport.d.ts.map +0 -1
  705. package/dist/commonjs/funcs/customersExport.js +0 -132
  706. package/dist/commonjs/funcs/customersExport.js.map +0 -1
  707. package/dist/commonjs/funcs/customersGet.d.ts +0 -22
  708. package/dist/commonjs/funcs/customersGet.d.ts.map +0 -1
  709. package/dist/commonjs/funcs/customersGet.js +0 -129
  710. package/dist/commonjs/funcs/customersGet.js.map +0 -1
  711. package/dist/commonjs/funcs/customersGetExternal.d.ts +0 -22
  712. package/dist/commonjs/funcs/customersGetExternal.d.ts.map +0 -1
  713. package/dist/commonjs/funcs/customersGetExternal.js +0 -129
  714. package/dist/commonjs/funcs/customersGetExternal.js.map +0 -1
  715. package/dist/commonjs/funcs/customersGetState.d.ts +0 -28
  716. package/dist/commonjs/funcs/customersGetState.d.ts.map +0 -1
  717. package/dist/commonjs/funcs/customersGetState.js +0 -135
  718. package/dist/commonjs/funcs/customersGetState.js.map +0 -1
  719. package/dist/commonjs/funcs/customersGetStateExternal.d.ts +0 -28
  720. package/dist/commonjs/funcs/customersGetStateExternal.d.ts.map +0 -1
  721. package/dist/commonjs/funcs/customersGetStateExternal.js +0 -135
  722. package/dist/commonjs/funcs/customersGetStateExternal.js.map +0 -1
  723. package/dist/commonjs/funcs/customersList.d.ts +0 -23
  724. package/dist/commonjs/funcs/customersList.d.ts.map +0 -1
  725. package/dist/commonjs/funcs/customersList.js +0 -168
  726. package/dist/commonjs/funcs/customersList.js.map +0 -1
  727. package/dist/commonjs/funcs/customersListPaymentMethods.d.ts +0 -24
  728. package/dist/commonjs/funcs/customersListPaymentMethods.d.ts.map +0 -1
  729. package/dist/commonjs/funcs/customersListPaymentMethods.js +0 -170
  730. package/dist/commonjs/funcs/customersListPaymentMethods.js.map +0 -1
  731. package/dist/commonjs/funcs/customersListPaymentMethodsExternal.d.ts +0 -24
  732. package/dist/commonjs/funcs/customersListPaymentMethodsExternal.d.ts.map +0 -1
  733. package/dist/commonjs/funcs/customersListPaymentMethodsExternal.js +0 -170
  734. package/dist/commonjs/funcs/customersListPaymentMethodsExternal.js.map +0 -1
  735. package/dist/commonjs/funcs/customersUpdate.d.ts +0 -22
  736. package/dist/commonjs/funcs/customersUpdate.d.ts.map +0 -1
  737. package/dist/commonjs/funcs/customersUpdate.js +0 -130
  738. package/dist/commonjs/funcs/customersUpdate.js.map +0 -1
  739. package/dist/commonjs/funcs/customersUpdateExternal.d.ts +0 -22
  740. package/dist/commonjs/funcs/customersUpdateExternal.d.ts.map +0 -1
  741. package/dist/commonjs/funcs/customersUpdateExternal.js +0 -132
  742. package/dist/commonjs/funcs/customersUpdateExternal.js.map +0 -1
  743. package/dist/commonjs/funcs/discountsCreate.d.ts +0 -21
  744. package/dist/commonjs/funcs/discountsCreate.d.ts.map +0 -1
  745. package/dist/commonjs/funcs/discountsCreate.js +0 -123
  746. package/dist/commonjs/funcs/discountsCreate.js.map +0 -1
  747. package/dist/commonjs/funcs/discountsDelete.d.ts +0 -21
  748. package/dist/commonjs/funcs/discountsDelete.d.ts.map +0 -1
  749. package/dist/commonjs/funcs/discountsDelete.js +0 -128
  750. package/dist/commonjs/funcs/discountsDelete.js.map +0 -1
  751. package/dist/commonjs/funcs/discountsGet.d.ts +0 -22
  752. package/dist/commonjs/funcs/discountsGet.d.ts.map +0 -1
  753. package/dist/commonjs/funcs/discountsGet.js +0 -129
  754. package/dist/commonjs/funcs/discountsGet.js.map +0 -1
  755. package/dist/commonjs/funcs/discountsList.d.ts +0 -23
  756. package/dist/commonjs/funcs/discountsList.d.ts.map +0 -1
  757. package/dist/commonjs/funcs/discountsList.js +0 -164
  758. package/dist/commonjs/funcs/discountsList.js.map +0 -1
  759. package/dist/commonjs/funcs/discountsUpdate.d.ts +0 -22
  760. package/dist/commonjs/funcs/discountsUpdate.d.ts.map +0 -1
  761. package/dist/commonjs/funcs/discountsUpdate.js +0 -130
  762. package/dist/commonjs/funcs/discountsUpdate.js.map +0 -1
  763. package/dist/commonjs/funcs/disputesGet.d.ts +0 -22
  764. package/dist/commonjs/funcs/disputesGet.d.ts.map +0 -1
  765. package/dist/commonjs/funcs/disputesGet.js +0 -129
  766. package/dist/commonjs/funcs/disputesGet.js.map +0 -1
  767. package/dist/commonjs/funcs/disputesList.d.ts +0 -23
  768. package/dist/commonjs/funcs/disputesList.d.ts.map +0 -1
  769. package/dist/commonjs/funcs/disputesList.js +0 -165
  770. package/dist/commonjs/funcs/disputesList.js.map +0 -1
  771. package/dist/commonjs/funcs/eventTypesList.d.ts +0 -23
  772. package/dist/commonjs/funcs/eventTypesList.d.ts.map +0 -1
  773. package/dist/commonjs/funcs/eventTypesList.js +0 -169
  774. package/dist/commonjs/funcs/eventTypesList.js.map +0 -1
  775. package/dist/commonjs/funcs/eventTypesUpdate.d.ts +0 -21
  776. package/dist/commonjs/funcs/eventTypesUpdate.d.ts.map +0 -1
  777. package/dist/commonjs/funcs/eventTypesUpdate.js +0 -129
  778. package/dist/commonjs/funcs/eventTypesUpdate.js.map +0 -1
  779. package/dist/commonjs/funcs/eventsGet.d.ts +0 -22
  780. package/dist/commonjs/funcs/eventsGet.d.ts.map +0 -1
  781. package/dist/commonjs/funcs/eventsGet.js +0 -129
  782. package/dist/commonjs/funcs/eventsGet.js.map +0 -1
  783. package/dist/commonjs/funcs/eventsIngest.d.ts +0 -21
  784. package/dist/commonjs/funcs/eventsIngest.d.ts.map +0 -1
  785. package/dist/commonjs/funcs/eventsIngest.js +0 -123
  786. package/dist/commonjs/funcs/eventsIngest.js.map +0 -1
  787. package/dist/commonjs/funcs/eventsList.d.ts +0 -20
  788. package/dist/commonjs/funcs/eventsList.d.ts.map +0 -1
  789. package/dist/commonjs/funcs/eventsList.js +0 -141
  790. package/dist/commonjs/funcs/eventsList.js.map +0 -1
  791. package/dist/commonjs/funcs/eventsListNames.d.ts +0 -23
  792. package/dist/commonjs/funcs/eventsListNames.d.ts.map +0 -1
  793. package/dist/commonjs/funcs/eventsListNames.js +0 -167
  794. package/dist/commonjs/funcs/eventsListNames.js.map +0 -1
  795. package/dist/commonjs/funcs/filesCreate.d.ts +0 -21
  796. package/dist/commonjs/funcs/filesCreate.d.ts.map +0 -1
  797. package/dist/commonjs/funcs/filesCreate.js +0 -123
  798. package/dist/commonjs/funcs/filesCreate.js.map +0 -1
  799. package/dist/commonjs/funcs/filesDelete.d.ts +0 -22
  800. package/dist/commonjs/funcs/filesDelete.d.ts.map +0 -1
  801. package/dist/commonjs/funcs/filesDelete.js +0 -129
  802. package/dist/commonjs/funcs/filesDelete.js.map +0 -1
  803. package/dist/commonjs/funcs/filesList.d.ts +0 -23
  804. package/dist/commonjs/funcs/filesList.d.ts.map +0 -1
  805. package/dist/commonjs/funcs/filesList.js +0 -163
  806. package/dist/commonjs/funcs/filesList.js.map +0 -1
  807. package/dist/commonjs/funcs/filesUpdate.d.ts +0 -22
  808. package/dist/commonjs/funcs/filesUpdate.d.ts.map +0 -1
  809. package/dist/commonjs/funcs/filesUpdate.js +0 -130
  810. package/dist/commonjs/funcs/filesUpdate.js.map +0 -1
  811. package/dist/commonjs/funcs/filesUploaded.d.ts +0 -22
  812. package/dist/commonjs/funcs/filesUploaded.d.ts.map +0 -1
  813. package/dist/commonjs/funcs/filesUploaded.js +0 -132
  814. package/dist/commonjs/funcs/filesUploaded.js.map +0 -1
  815. package/dist/commonjs/funcs/licenseKeysActivate.d.ts +0 -23
  816. package/dist/commonjs/funcs/licenseKeysActivate.d.ts.map +0 -1
  817. package/dist/commonjs/funcs/licenseKeysActivate.js +0 -125
  818. package/dist/commonjs/funcs/licenseKeysActivate.js.map +0 -1
  819. package/dist/commonjs/funcs/licenseKeysDeactivate.d.ts +0 -21
  820. package/dist/commonjs/funcs/licenseKeysDeactivate.d.ts.map +0 -1
  821. package/dist/commonjs/funcs/licenseKeysDeactivate.js +0 -123
  822. package/dist/commonjs/funcs/licenseKeysDeactivate.js.map +0 -1
  823. package/dist/commonjs/funcs/licenseKeysGet.d.ts +0 -23
  824. package/dist/commonjs/funcs/licenseKeysGet.d.ts.map +0 -1
  825. package/dist/commonjs/funcs/licenseKeysGet.js +0 -130
  826. package/dist/commonjs/funcs/licenseKeysGet.js.map +0 -1
  827. package/dist/commonjs/funcs/licenseKeysGetActivation.d.ts +0 -23
  828. package/dist/commonjs/funcs/licenseKeysGetActivation.d.ts.map +0 -1
  829. package/dist/commonjs/funcs/licenseKeysGetActivation.js +0 -134
  830. package/dist/commonjs/funcs/licenseKeysGetActivation.js.map +0 -1
  831. package/dist/commonjs/funcs/licenseKeysList.d.ts +0 -25
  832. package/dist/commonjs/funcs/licenseKeysList.d.ts.map +0 -1
  833. package/dist/commonjs/funcs/licenseKeysList.js +0 -166
  834. package/dist/commonjs/funcs/licenseKeysList.js.map +0 -1
  835. package/dist/commonjs/funcs/licenseKeysUpdate.d.ts +0 -23
  836. package/dist/commonjs/funcs/licenseKeysUpdate.d.ts.map +0 -1
  837. package/dist/commonjs/funcs/licenseKeysUpdate.js +0 -131
  838. package/dist/commonjs/funcs/licenseKeysUpdate.js.map +0 -1
  839. package/dist/commonjs/funcs/licenseKeysValidate.d.ts +0 -22
  840. package/dist/commonjs/funcs/licenseKeysValidate.d.ts.map +0 -1
  841. package/dist/commonjs/funcs/licenseKeysValidate.js +0 -124
  842. package/dist/commonjs/funcs/licenseKeysValidate.js.map +0 -1
  843. package/dist/commonjs/funcs/membersCreateMember.d.ts +0 -25
  844. package/dist/commonjs/funcs/membersCreateMember.d.ts.map +0 -1
  845. package/dist/commonjs/funcs/membersCreateMember.js +0 -127
  846. package/dist/commonjs/funcs/membersCreateMember.js.map +0 -1
  847. package/dist/commonjs/funcs/membersDeleteMember.d.ts +0 -23
  848. package/dist/commonjs/funcs/membersDeleteMember.d.ts.map +0 -1
  849. package/dist/commonjs/funcs/membersDeleteMember.js +0 -130
  850. package/dist/commonjs/funcs/membersDeleteMember.js.map +0 -1
  851. package/dist/commonjs/funcs/membersDeleteMemberByExternalId.d.ts +0 -21
  852. package/dist/commonjs/funcs/membersDeleteMemberByExternalId.d.ts.map +0 -1
  853. package/dist/commonjs/funcs/membersDeleteMemberByExternalId.js +0 -133
  854. package/dist/commonjs/funcs/membersDeleteMemberByExternalId.js.map +0 -1
  855. package/dist/commonjs/funcs/membersGetMember.d.ts +0 -24
  856. package/dist/commonjs/funcs/membersGetMember.d.ts.map +0 -1
  857. package/dist/commonjs/funcs/membersGetMember.js +0 -131
  858. package/dist/commonjs/funcs/membersGetMember.js.map +0 -1
  859. package/dist/commonjs/funcs/membersGetMemberByExternalId.d.ts +0 -22
  860. package/dist/commonjs/funcs/membersGetMemberByExternalId.d.ts.map +0 -1
  861. package/dist/commonjs/funcs/membersGetMemberByExternalId.js +0 -134
  862. package/dist/commonjs/funcs/membersGetMemberByExternalId.js.map +0 -1
  863. package/dist/commonjs/funcs/membersListMembers.d.ts +0 -23
  864. package/dist/commonjs/funcs/membersListMembers.d.ts.map +0 -1
  865. package/dist/commonjs/funcs/membersListMembers.js +0 -165
  866. package/dist/commonjs/funcs/membersListMembers.js.map +0 -1
  867. package/dist/commonjs/funcs/membersUpdateMember.d.ts +0 -25
  868. package/dist/commonjs/funcs/membersUpdateMember.d.ts.map +0 -1
  869. package/dist/commonjs/funcs/membersUpdateMember.js +0 -133
  870. package/dist/commonjs/funcs/membersUpdateMember.js.map +0 -1
  871. package/dist/commonjs/funcs/membersUpdateMemberByExternalId.d.ts +0 -22
  872. package/dist/commonjs/funcs/membersUpdateMemberByExternalId.d.ts.map +0 -1
  873. package/dist/commonjs/funcs/membersUpdateMemberByExternalId.js +0 -135
  874. package/dist/commonjs/funcs/membersUpdateMemberByExternalId.js.map +0 -1
  875. package/dist/commonjs/funcs/metersCreate.d.ts +0 -21
  876. package/dist/commonjs/funcs/metersCreate.d.ts.map +0 -1
  877. package/dist/commonjs/funcs/metersCreate.js +0 -123
  878. package/dist/commonjs/funcs/metersCreate.js.map +0 -1
  879. package/dist/commonjs/funcs/metersGet.d.ts +0 -22
  880. package/dist/commonjs/funcs/metersGet.d.ts.map +0 -1
  881. package/dist/commonjs/funcs/metersGet.js +0 -129
  882. package/dist/commonjs/funcs/metersGet.js.map +0 -1
  883. package/dist/commonjs/funcs/metersList.d.ts +0 -23
  884. package/dist/commonjs/funcs/metersList.d.ts.map +0 -1
  885. package/dist/commonjs/funcs/metersList.js +0 -167
  886. package/dist/commonjs/funcs/metersList.js.map +0 -1
  887. package/dist/commonjs/funcs/metersQuantities.d.ts +0 -22
  888. package/dist/commonjs/funcs/metersQuantities.d.ts.map +0 -1
  889. package/dist/commonjs/funcs/metersQuantities.js +0 -141
  890. package/dist/commonjs/funcs/metersQuantities.js.map +0 -1
  891. package/dist/commonjs/funcs/metersUpdate.d.ts +0 -22
  892. package/dist/commonjs/funcs/metersUpdate.d.ts.map +0 -1
  893. package/dist/commonjs/funcs/metersUpdate.js +0 -130
  894. package/dist/commonjs/funcs/metersUpdate.js.map +0 -1
  895. package/dist/commonjs/funcs/metricsCreateDashboard.d.ts +0 -21
  896. package/dist/commonjs/funcs/metricsCreateDashboard.d.ts.map +0 -1
  897. package/dist/commonjs/funcs/metricsCreateDashboard.js +0 -123
  898. package/dist/commonjs/funcs/metricsCreateDashboard.js.map +0 -1
  899. package/dist/commonjs/funcs/metricsDeleteDashboard.d.ts +0 -20
  900. package/dist/commonjs/funcs/metricsDeleteDashboard.d.ts.map +0 -1
  901. package/dist/commonjs/funcs/metricsDeleteDashboard.js +0 -127
  902. package/dist/commonjs/funcs/metricsDeleteDashboard.js.map +0 -1
  903. package/dist/commonjs/funcs/metricsExport.d.ts +0 -26
  904. package/dist/commonjs/funcs/metricsExport.d.ts.map +0 -1
  905. package/dist/commonjs/funcs/metricsExport.js +0 -140
  906. package/dist/commonjs/funcs/metricsExport.js.map +0 -1
  907. package/dist/commonjs/funcs/metricsGet.d.ts +0 -23
  908. package/dist/commonjs/funcs/metricsGet.d.ts.map +0 -1
  909. package/dist/commonjs/funcs/metricsGet.js +0 -136
  910. package/dist/commonjs/funcs/metricsGet.js.map +0 -1
  911. package/dist/commonjs/funcs/metricsGetDashboard.d.ts +0 -21
  912. package/dist/commonjs/funcs/metricsGetDashboard.d.ts.map +0 -1
  913. package/dist/commonjs/funcs/metricsGetDashboard.js +0 -128
  914. package/dist/commonjs/funcs/metricsGetDashboard.js.map +0 -1
  915. package/dist/commonjs/funcs/metricsLimits.d.ts +0 -19
  916. package/dist/commonjs/funcs/metricsLimits.d.ts.map +0 -1
  917. package/dist/commonjs/funcs/metricsLimits.js +0 -107
  918. package/dist/commonjs/funcs/metricsLimits.js.map +0 -1
  919. package/dist/commonjs/funcs/metricsListDashboards.d.ts +0 -21
  920. package/dist/commonjs/funcs/metricsListDashboards.d.ts.map +0 -1
  921. package/dist/commonjs/funcs/metricsListDashboards.js +0 -126
  922. package/dist/commonjs/funcs/metricsListDashboards.js.map +0 -1
  923. package/dist/commonjs/funcs/metricsUpdateDashboard.d.ts +0 -21
  924. package/dist/commonjs/funcs/metricsUpdateDashboard.d.ts.map +0 -1
  925. package/dist/commonjs/funcs/metricsUpdateDashboard.js +0 -131
  926. package/dist/commonjs/funcs/metricsUpdateDashboard.js.map +0 -1
  927. package/dist/commonjs/funcs/oauth2Authorize.d.ts +0 -14
  928. package/dist/commonjs/funcs/oauth2Authorize.d.ts.map +0 -1
  929. package/dist/commonjs/funcs/oauth2Authorize.js +0 -102
  930. package/dist/commonjs/funcs/oauth2Authorize.js.map +0 -1
  931. package/dist/commonjs/funcs/oauth2ClientsCreate.d.ts +0 -18
  932. package/dist/commonjs/funcs/oauth2ClientsCreate.d.ts.map +0 -1
  933. package/dist/commonjs/funcs/oauth2ClientsCreate.js +0 -120
  934. package/dist/commonjs/funcs/oauth2ClientsCreate.js.map +0 -1
  935. package/dist/commonjs/funcs/oauth2ClientsDelete.d.ts +0 -18
  936. package/dist/commonjs/funcs/oauth2ClientsDelete.d.ts.map +0 -1
  937. package/dist/commonjs/funcs/oauth2ClientsDelete.js +0 -125
  938. package/dist/commonjs/funcs/oauth2ClientsDelete.js.map +0 -1
  939. package/dist/commonjs/funcs/oauth2ClientsGet.d.ts +0 -18
  940. package/dist/commonjs/funcs/oauth2ClientsGet.d.ts.map +0 -1
  941. package/dist/commonjs/funcs/oauth2ClientsGet.js +0 -125
  942. package/dist/commonjs/funcs/oauth2ClientsGet.js.map +0 -1
  943. package/dist/commonjs/funcs/oauth2ClientsUpdate.d.ts +0 -18
  944. package/dist/commonjs/funcs/oauth2ClientsUpdate.d.ts.map +0 -1
  945. package/dist/commonjs/funcs/oauth2ClientsUpdate.js +0 -128
  946. package/dist/commonjs/funcs/oauth2ClientsUpdate.js.map +0 -1
  947. package/dist/commonjs/funcs/oauth2Introspect.d.ts +0 -18
  948. package/dist/commonjs/funcs/oauth2Introspect.d.ts.map +0 -1
  949. package/dist/commonjs/funcs/oauth2Introspect.js +0 -114
  950. package/dist/commonjs/funcs/oauth2Introspect.js.map +0 -1
  951. package/dist/commonjs/funcs/oauth2Revoke.d.ts +0 -18
  952. package/dist/commonjs/funcs/oauth2Revoke.d.ts.map +0 -1
  953. package/dist/commonjs/funcs/oauth2Revoke.js +0 -114
  954. package/dist/commonjs/funcs/oauth2Revoke.js.map +0 -1
  955. package/dist/commonjs/funcs/oauth2Token.d.ts +0 -18
  956. package/dist/commonjs/funcs/oauth2Token.d.ts.map +0 -1
  957. package/dist/commonjs/funcs/oauth2Token.js +0 -114
  958. package/dist/commonjs/funcs/oauth2Token.js.map +0 -1
  959. package/dist/commonjs/funcs/oauth2Userinfo.d.ts +0 -17
  960. package/dist/commonjs/funcs/oauth2Userinfo.d.ts.map +0 -1
  961. package/dist/commonjs/funcs/oauth2Userinfo.js +0 -105
  962. package/dist/commonjs/funcs/oauth2Userinfo.js.map +0 -1
  963. package/dist/commonjs/funcs/ordersCreate.d.ts +0 -25
  964. package/dist/commonjs/funcs/ordersCreate.d.ts.map +0 -1
  965. package/dist/commonjs/funcs/ordersCreate.js +0 -127
  966. package/dist/commonjs/funcs/ordersCreate.js.map +0 -1
  967. package/dist/commonjs/funcs/ordersExport.d.ts +0 -26
  968. package/dist/commonjs/funcs/ordersExport.d.ts.map +0 -1
  969. package/dist/commonjs/funcs/ordersExport.js +0 -133
  970. package/dist/commonjs/funcs/ordersExport.js.map +0 -1
  971. package/dist/commonjs/funcs/ordersFinalize.d.ts +0 -30
  972. package/dist/commonjs/funcs/ordersFinalize.d.ts.map +0 -1
  973. package/dist/commonjs/funcs/ordersFinalize.js +0 -138
  974. package/dist/commonjs/funcs/ordersFinalize.js.map +0 -1
  975. package/dist/commonjs/funcs/ordersGenerateInvoice.d.ts +0 -20
  976. package/dist/commonjs/funcs/ordersGenerateInvoice.d.ts.map +0 -1
  977. package/dist/commonjs/funcs/ordersGenerateInvoice.js +0 -127
  978. package/dist/commonjs/funcs/ordersGenerateInvoice.js.map +0 -1
  979. package/dist/commonjs/funcs/ordersGet.d.ts +0 -22
  980. package/dist/commonjs/funcs/ordersGet.d.ts.map +0 -1
  981. package/dist/commonjs/funcs/ordersGet.js +0 -129
  982. package/dist/commonjs/funcs/ordersGet.js.map +0 -1
  983. package/dist/commonjs/funcs/ordersInvoice.d.ts +0 -22
  984. package/dist/commonjs/funcs/ordersInvoice.d.ts.map +0 -1
  985. package/dist/commonjs/funcs/ordersInvoice.js +0 -129
  986. package/dist/commonjs/funcs/ordersInvoice.js.map +0 -1
  987. package/dist/commonjs/funcs/ordersList.d.ts +0 -23
  988. package/dist/commonjs/funcs/ordersList.d.ts.map +0 -1
  989. package/dist/commonjs/funcs/ordersList.js +0 -172
  990. package/dist/commonjs/funcs/ordersList.js.map +0 -1
  991. package/dist/commonjs/funcs/ordersReceipt.d.ts +0 -22
  992. package/dist/commonjs/funcs/ordersReceipt.d.ts.map +0 -1
  993. package/dist/commonjs/funcs/ordersReceipt.js +0 -129
  994. package/dist/commonjs/funcs/ordersReceipt.js.map +0 -1
  995. package/dist/commonjs/funcs/ordersUpdate.d.ts +0 -22
  996. package/dist/commonjs/funcs/ordersUpdate.d.ts.map +0 -1
  997. package/dist/commonjs/funcs/ordersUpdate.js +0 -130
  998. package/dist/commonjs/funcs/ordersUpdate.js.map +0 -1
  999. package/dist/commonjs/funcs/organizationAccessTokensCreate.d.ts +0 -19
  1000. package/dist/commonjs/funcs/organizationAccessTokensCreate.d.ts.map +0 -1
  1001. package/dist/commonjs/funcs/organizationAccessTokensCreate.js +0 -121
  1002. package/dist/commonjs/funcs/organizationAccessTokensCreate.js.map +0 -1
  1003. package/dist/commonjs/funcs/organizationAccessTokensDelete.d.ts +0 -18
  1004. package/dist/commonjs/funcs/organizationAccessTokensDelete.d.ts.map +0 -1
  1005. package/dist/commonjs/funcs/organizationAccessTokensDelete.js +0 -125
  1006. package/dist/commonjs/funcs/organizationAccessTokensDelete.js.map +0 -1
  1007. package/dist/commonjs/funcs/organizationAccessTokensList.d.ts +0 -23
  1008. package/dist/commonjs/funcs/organizationAccessTokensList.d.ts.map +0 -1
  1009. package/dist/commonjs/funcs/organizationAccessTokensList.js +0 -165
  1010. package/dist/commonjs/funcs/organizationAccessTokensList.js.map +0 -1
  1011. package/dist/commonjs/funcs/organizationAccessTokensUpdate.d.ts +0 -19
  1012. package/dist/commonjs/funcs/organizationAccessTokensUpdate.d.ts.map +0 -1
  1013. package/dist/commonjs/funcs/organizationAccessTokensUpdate.js +0 -129
  1014. package/dist/commonjs/funcs/organizationAccessTokensUpdate.js.map +0 -1
  1015. package/dist/commonjs/funcs/organizationsCreate.d.ts +0 -21
  1016. package/dist/commonjs/funcs/organizationsCreate.d.ts.map +0 -1
  1017. package/dist/commonjs/funcs/organizationsCreate.js +0 -123
  1018. package/dist/commonjs/funcs/organizationsCreate.js.map +0 -1
  1019. package/dist/commonjs/funcs/organizationsGet.d.ts +0 -22
  1020. package/dist/commonjs/funcs/organizationsGet.d.ts.map +0 -1
  1021. package/dist/commonjs/funcs/organizationsGet.js +0 -129
  1022. package/dist/commonjs/funcs/organizationsGet.js.map +0 -1
  1023. package/dist/commonjs/funcs/organizationsListOrganizations.d.ts +0 -23
  1024. package/dist/commonjs/funcs/organizationsListOrganizations.d.ts.map +0 -1
  1025. package/dist/commonjs/funcs/organizationsListOrganizations.js +0 -163
  1026. package/dist/commonjs/funcs/organizationsListOrganizations.js.map +0 -1
  1027. package/dist/commonjs/funcs/organizationsUpdate.d.ts +0 -23
  1028. package/dist/commonjs/funcs/organizationsUpdate.d.ts.map +0 -1
  1029. package/dist/commonjs/funcs/organizationsUpdate.js +0 -133
  1030. package/dist/commonjs/funcs/organizationsUpdate.js.map +0 -1
  1031. package/dist/commonjs/funcs/paymentsGet.d.ts +0 -22
  1032. package/dist/commonjs/funcs/paymentsGet.d.ts.map +0 -1
  1033. package/dist/commonjs/funcs/paymentsGet.js +0 -129
  1034. package/dist/commonjs/funcs/paymentsGet.js.map +0 -1
  1035. package/dist/commonjs/funcs/paymentsList.d.ts +0 -23
  1036. package/dist/commonjs/funcs/paymentsList.d.ts.map +0 -1
  1037. package/dist/commonjs/funcs/paymentsList.js +0 -169
  1038. package/dist/commonjs/funcs/paymentsList.js.map +0 -1
  1039. package/dist/commonjs/funcs/productsCreate.d.ts +0 -21
  1040. package/dist/commonjs/funcs/productsCreate.d.ts.map +0 -1
  1041. package/dist/commonjs/funcs/productsCreate.js +0 -123
  1042. package/dist/commonjs/funcs/productsCreate.js.map +0 -1
  1043. package/dist/commonjs/funcs/productsGet.d.ts +0 -22
  1044. package/dist/commonjs/funcs/productsGet.d.ts.map +0 -1
  1045. package/dist/commonjs/funcs/productsGet.js +0 -129
  1046. package/dist/commonjs/funcs/productsGet.js.map +0 -1
  1047. package/dist/commonjs/funcs/productsList.d.ts +0 -23
  1048. package/dist/commonjs/funcs/productsList.d.ts.map +0 -1
  1049. package/dist/commonjs/funcs/productsList.js +0 -171
  1050. package/dist/commonjs/funcs/productsList.js.map +0 -1
  1051. package/dist/commonjs/funcs/productsUpdate.d.ts +0 -23
  1052. package/dist/commonjs/funcs/productsUpdate.d.ts.map +0 -1
  1053. package/dist/commonjs/funcs/productsUpdate.js +0 -131
  1054. package/dist/commonjs/funcs/productsUpdate.js.map +0 -1
  1055. package/dist/commonjs/funcs/productsUpdateBenefits.d.ts +0 -23
  1056. package/dist/commonjs/funcs/productsUpdateBenefits.d.ts.map +0 -1
  1057. package/dist/commonjs/funcs/productsUpdateBenefits.js +0 -133
  1058. package/dist/commonjs/funcs/productsUpdateBenefits.js.map +0 -1
  1059. package/dist/commonjs/funcs/refundsCreate.d.ts +0 -22
  1060. package/dist/commonjs/funcs/refundsCreate.d.ts.map +0 -1
  1061. package/dist/commonjs/funcs/refundsCreate.js +0 -124
  1062. package/dist/commonjs/funcs/refundsCreate.js.map +0 -1
  1063. package/dist/commonjs/funcs/refundsList.d.ts +0 -23
  1064. package/dist/commonjs/funcs/refundsList.d.ts.map +0 -1
  1065. package/dist/commonjs/funcs/refundsList.js +0 -169
  1066. package/dist/commonjs/funcs/refundsList.js.map +0 -1
  1067. package/dist/commonjs/funcs/subscriptionsCreate.d.ts +0 -26
  1068. package/dist/commonjs/funcs/subscriptionsCreate.d.ts.map +0 -1
  1069. package/dist/commonjs/funcs/subscriptionsCreate.js +0 -128
  1070. package/dist/commonjs/funcs/subscriptionsCreate.js.map +0 -1
  1071. package/dist/commonjs/funcs/subscriptionsExport.d.ts +0 -26
  1072. package/dist/commonjs/funcs/subscriptionsExport.d.ts.map +0 -1
  1073. package/dist/commonjs/funcs/subscriptionsExport.js +0 -134
  1074. package/dist/commonjs/funcs/subscriptionsExport.js.map +0 -1
  1075. package/dist/commonjs/funcs/subscriptionsGet.d.ts +0 -22
  1076. package/dist/commonjs/funcs/subscriptionsGet.d.ts.map +0 -1
  1077. package/dist/commonjs/funcs/subscriptionsGet.js +0 -129
  1078. package/dist/commonjs/funcs/subscriptionsGet.js.map +0 -1
  1079. package/dist/commonjs/funcs/subscriptionsList.d.ts +0 -23
  1080. package/dist/commonjs/funcs/subscriptionsList.d.ts.map +0 -1
  1081. package/dist/commonjs/funcs/subscriptionsList.js +0 -174
  1082. package/dist/commonjs/funcs/subscriptionsList.js.map +0 -1
  1083. package/dist/commonjs/funcs/subscriptionsRevoke.d.ts +0 -24
  1084. package/dist/commonjs/funcs/subscriptionsRevoke.d.ts.map +0 -1
  1085. package/dist/commonjs/funcs/subscriptionsRevoke.js +0 -131
  1086. package/dist/commonjs/funcs/subscriptionsRevoke.js.map +0 -1
  1087. package/dist/commonjs/funcs/subscriptionsUpdate.d.ts +0 -25
  1088. package/dist/commonjs/funcs/subscriptionsUpdate.d.ts.map +0 -1
  1089. package/dist/commonjs/funcs/subscriptionsUpdate.js +0 -135
  1090. package/dist/commonjs/funcs/subscriptionsUpdate.js.map +0 -1
  1091. package/dist/commonjs/funcs/validateWebhook.d.ts +0 -47
  1092. package/dist/commonjs/funcs/validateWebhook.d.ts.map +0 -1
  1093. package/dist/commonjs/funcs/validateWebhook.js +0 -98
  1094. package/dist/commonjs/funcs/validateWebhook.js.map +0 -1
  1095. package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.d.ts +0 -21
  1096. package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.d.ts.map +0 -1
  1097. package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.js +0 -123
  1098. package/dist/commonjs/funcs/webhooksCreateWebhookEndpoint.js.map +0 -1
  1099. package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.d.ts +0 -21
  1100. package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.d.ts.map +0 -1
  1101. package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.js +0 -128
  1102. package/dist/commonjs/funcs/webhooksDeleteWebhookEndpoint.js.map +0 -1
  1103. package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.d.ts +0 -22
  1104. package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.d.ts.map +0 -1
  1105. package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js +0 -129
  1106. package/dist/commonjs/funcs/webhooksGetWebhookEndpoint.js.map +0 -1
  1107. package/dist/commonjs/funcs/webhooksListWebhookDeliveries.d.ts +0 -25
  1108. package/dist/commonjs/funcs/webhooksListWebhookDeliveries.d.ts.map +0 -1
  1109. package/dist/commonjs/funcs/webhooksListWebhookDeliveries.js +0 -172
  1110. package/dist/commonjs/funcs/webhooksListWebhookDeliveries.js.map +0 -1
  1111. package/dist/commonjs/funcs/webhooksListWebhookEndpoints.d.ts +0 -23
  1112. package/dist/commonjs/funcs/webhooksListWebhookEndpoints.d.ts.map +0 -1
  1113. package/dist/commonjs/funcs/webhooksListWebhookEndpoints.js +0 -164
  1114. package/dist/commonjs/funcs/webhooksListWebhookEndpoints.js.map +0 -1
  1115. package/dist/commonjs/funcs/webhooksRedeliverWebhookEvent.d.ts +0 -21
  1116. package/dist/commonjs/funcs/webhooksRedeliverWebhookEvent.d.ts.map +0 -1
  1117. package/dist/commonjs/funcs/webhooksRedeliverWebhookEvent.js +0 -128
  1118. package/dist/commonjs/funcs/webhooksRedeliverWebhookEvent.js.map +0 -1
  1119. package/dist/commonjs/funcs/webhooksResetWebhookEndpointSecret.d.ts +0 -22
  1120. package/dist/commonjs/funcs/webhooksResetWebhookEndpointSecret.d.ts.map +0 -1
  1121. package/dist/commonjs/funcs/webhooksResetWebhookEndpointSecret.js +0 -129
  1122. package/dist/commonjs/funcs/webhooksResetWebhookEndpointSecret.js.map +0 -1
  1123. package/dist/commonjs/funcs/webhooksUpdateWebhookEndpoint.d.ts +0 -22
  1124. package/dist/commonjs/funcs/webhooksUpdateWebhookEndpoint.d.ts.map +0 -1
  1125. package/dist/commonjs/funcs/webhooksUpdateWebhookEndpoint.js +0 -132
  1126. package/dist/commonjs/funcs/webhooksUpdateWebhookEndpoint.js.map +0 -1
  1127. package/dist/commonjs/hooks/hooks.d.ts +0 -24
  1128. package/dist/commonjs/hooks/hooks.d.ts.map +0 -1
  1129. package/dist/commonjs/hooks/hooks.js +0 -86
  1130. package/dist/commonjs/hooks/hooks.js.map +0 -1
  1131. package/dist/commonjs/hooks/registration.d.ts +0 -3
  1132. package/dist/commonjs/hooks/registration.d.ts.map +0 -1
  1133. package/dist/commonjs/hooks/registration.js +0 -15
  1134. package/dist/commonjs/hooks/registration.js.map +0 -1
  1135. package/dist/commonjs/hooks/types.d.ts +0 -82
  1136. package/dist/commonjs/hooks/types.d.ts.map +0 -1
  1137. package/dist/commonjs/hooks/types.js +0 -6
  1138. package/dist/commonjs/hooks/types.js.map +0 -1
  1139. package/dist/commonjs/index.d.ts +0 -6
  1140. package/dist/commonjs/index.d.ts.map +0 -1
  1141. package/dist/commonjs/index.js +0 -48
  1142. package/dist/commonjs/index.js.map +0 -1
  1143. package/dist/commonjs/lib/base64.d.ts +0 -10
  1144. package/dist/commonjs/lib/base64.d.ts.map +0 -1
  1145. package/dist/commonjs/lib/base64.js +0 -73
  1146. package/dist/commonjs/lib/base64.js.map +0 -1
  1147. package/dist/commonjs/lib/config.d.ts +0 -49
  1148. package/dist/commonjs/lib/config.d.ts.map +0 -1
  1149. package/dist/commonjs/lib/config.js +0 -41
  1150. package/dist/commonjs/lib/config.js.map +0 -1
  1151. package/dist/commonjs/lib/dlv.d.ts +0 -14
  1152. package/dist/commonjs/lib/dlv.d.ts.map +0 -1
  1153. package/dist/commonjs/lib/dlv.js +0 -49
  1154. package/dist/commonjs/lib/dlv.js.map +0 -1
  1155. package/dist/commonjs/lib/encodings.d.ts +0 -54
  1156. package/dist/commonjs/lib/encodings.d.ts.map +0 -1
  1157. package/dist/commonjs/lib/encodings.js +0 -401
  1158. package/dist/commonjs/lib/encodings.js.map +0 -1
  1159. package/dist/commonjs/lib/env.d.ts +0 -15
  1160. package/dist/commonjs/lib/env.d.ts.map +0 -1
  1161. package/dist/commonjs/lib/env.js +0 -82
  1162. package/dist/commonjs/lib/env.js.map +0 -1
  1163. package/dist/commonjs/lib/files.d.ts +0 -26
  1164. package/dist/commonjs/lib/files.d.ts.map +0 -1
  1165. package/dist/commonjs/lib/files.js +0 -96
  1166. package/dist/commonjs/lib/files.js.map +0 -1
  1167. package/dist/commonjs/lib/http.d.ts +0 -67
  1168. package/dist/commonjs/lib/http.d.ts.map +0 -1
  1169. package/dist/commonjs/lib/http.js +0 -217
  1170. package/dist/commonjs/lib/http.js.map +0 -1
  1171. package/dist/commonjs/lib/is-plain-object.d.ts +0 -2
  1172. package/dist/commonjs/lib/is-plain-object.d.ts.map +0 -1
  1173. package/dist/commonjs/lib/is-plain-object.js +0 -41
  1174. package/dist/commonjs/lib/is-plain-object.js.map +0 -1
  1175. package/dist/commonjs/lib/logger.d.ts +0 -6
  1176. package/dist/commonjs/lib/logger.d.ts.map +0 -1
  1177. package/dist/commonjs/lib/logger.js +0 -6
  1178. package/dist/commonjs/lib/logger.js.map +0 -1
  1179. package/dist/commonjs/lib/matchers.d.ts +0 -59
  1180. package/dist/commonjs/lib/matchers.d.ts.map +0 -1
  1181. package/dist/commonjs/lib/matchers.js +0 -217
  1182. package/dist/commonjs/lib/matchers.js.map +0 -1
  1183. package/dist/commonjs/lib/primitives.d.ts +0 -26
  1184. package/dist/commonjs/lib/primitives.d.ts.map +0 -1
  1185. package/dist/commonjs/lib/primitives.js +0 -111
  1186. package/dist/commonjs/lib/primitives.js.map +0 -1
  1187. package/dist/commonjs/lib/retries.d.ts +0 -38
  1188. package/dist/commonjs/lib/retries.d.ts.map +0 -1
  1189. package/dist/commonjs/lib/retries.js +0 -153
  1190. package/dist/commonjs/lib/retries.js.map +0 -1
  1191. package/dist/commonjs/lib/schemas.d.ts +0 -21
  1192. package/dist/commonjs/lib/schemas.d.ts.map +0 -1
  1193. package/dist/commonjs/lib/schemas.js +0 -95
  1194. package/dist/commonjs/lib/schemas.js.map +0 -1
  1195. package/dist/commonjs/lib/sdks.d.ts +0 -63
  1196. package/dist/commonjs/lib/sdks.d.ts.map +0 -1
  1197. package/dist/commonjs/lib/sdks.js +0 -276
  1198. package/dist/commonjs/lib/sdks.js.map +0 -1
  1199. package/dist/commonjs/lib/security.d.ts +0 -83
  1200. package/dist/commonjs/lib/security.d.ts.map +0 -1
  1201. package/dist/commonjs/lib/security.js +0 -154
  1202. package/dist/commonjs/lib/security.js.map +0 -1
  1203. package/dist/commonjs/lib/url.d.ts +0 -5
  1204. package/dist/commonjs/lib/url.d.ts.map +0 -1
  1205. package/dist/commonjs/lib/url.js +0 -27
  1206. package/dist/commonjs/lib/url.js.map +0 -1
  1207. package/dist/commonjs/models/components/address.d.ts +0 -284
  1208. package/dist/commonjs/models/components/address.d.ts.map +0 -1
  1209. package/dist/commonjs/models/components/address.js +0 -333
  1210. package/dist/commonjs/models/components/address.js.map +0 -1
  1211. package/dist/commonjs/models/components/addressdict.d.ts +0 -15
  1212. package/dist/commonjs/models/components/addressdict.d.ts.map +0 -1
  1213. package/dist/commonjs/models/components/addressdict.js +0 -61
  1214. package/dist/commonjs/models/components/addressdict.js.map +0 -1
  1215. package/dist/commonjs/models/components/addressinput.d.ts +0 -272
  1216. package/dist/commonjs/models/components/addressinput.d.ts.map +0 -1
  1217. package/dist/commonjs/models/components/addressinput.js +0 -307
  1218. package/dist/commonjs/models/components/addressinput.js.map +0 -1
  1219. package/dist/commonjs/models/components/aggregationfunction.d.ts +0 -14
  1220. package/dist/commonjs/models/components/aggregationfunction.d.ts.map +0 -1
  1221. package/dist/commonjs/models/components/aggregationfunction.js +0 -51
  1222. package/dist/commonjs/models/components/aggregationfunction.js.map +0 -1
  1223. package/dist/commonjs/models/components/attachedcustomfield.d.ts +0 -36
  1224. package/dist/commonjs/models/components/attachedcustomfield.d.ts.map +0 -1
  1225. package/dist/commonjs/models/components/attachedcustomfield.js +0 -76
  1226. package/dist/commonjs/models/components/attachedcustomfield.js.map +0 -1
  1227. package/dist/commonjs/models/components/attachedcustomfieldcreate.d.ts +0 -23
  1228. package/dist/commonjs/models/components/attachedcustomfieldcreate.d.ts.map +0 -1
  1229. package/dist/commonjs/models/components/attachedcustomfieldcreate.js +0 -55
  1230. package/dist/commonjs/models/components/attachedcustomfieldcreate.js.map +0 -1
  1231. package/dist/commonjs/models/components/authorizationcodetokenrequest.d.ts +0 -20
  1232. package/dist/commonjs/models/components/authorizationcodetokenrequest.d.ts.map +0 -1
  1233. package/dist/commonjs/models/components/authorizationcodetokenrequest.js +0 -61
  1234. package/dist/commonjs/models/components/authorizationcodetokenrequest.js.map +0 -1
  1235. package/dist/commonjs/models/components/authorizeorganization.d.ts +0 -12
  1236. package/dist/commonjs/models/components/authorizeorganization.d.ts.map +0 -1
  1237. package/dist/commonjs/models/components/authorizeorganization.js +0 -57
  1238. package/dist/commonjs/models/components/authorizeorganization.js.map +0 -1
  1239. package/dist/commonjs/models/components/authorizeresponseorganization.d.ts +0 -20
  1240. package/dist/commonjs/models/components/authorizeresponseorganization.d.ts.map +0 -1
  1241. package/dist/commonjs/models/components/authorizeresponseorganization.js +0 -64
  1242. package/dist/commonjs/models/components/authorizeresponseorganization.js.map +0 -1
  1243. package/dist/commonjs/models/components/authorizeresponseuser.d.ts +0 -19
  1244. package/dist/commonjs/models/components/authorizeresponseuser.d.ts.map +0 -1
  1245. package/dist/commonjs/models/components/authorizeresponseuser.js +0 -63
  1246. package/dist/commonjs/models/components/authorizeresponseuser.js.map +0 -1
  1247. package/dist/commonjs/models/components/authorizeuser.d.ts +0 -12
  1248. package/dist/commonjs/models/components/authorizeuser.d.ts.map +0 -1
  1249. package/dist/commonjs/models/components/authorizeuser.js +0 -57
  1250. package/dist/commonjs/models/components/authorizeuser.js.map +0 -1
  1251. package/dist/commonjs/models/components/availablescope.d.ts +0 -70
  1252. package/dist/commonjs/models/components/availablescope.d.ts.map +0 -1
  1253. package/dist/commonjs/models/components/availablescope.js +0 -107
  1254. package/dist/commonjs/models/components/availablescope.js.map +0 -1
  1255. package/dist/commonjs/models/components/balancecreditorderevent.d.ts +0 -67
  1256. package/dist/commonjs/models/components/balancecreditorderevent.d.ts.map +0 -1
  1257. package/dist/commonjs/models/components/balancecreditorderevent.js +0 -76
  1258. package/dist/commonjs/models/components/balancecreditorderevent.js.map +0 -1
  1259. package/dist/commonjs/models/components/balancecreditordermetadata.d.ts +0 -19
  1260. package/dist/commonjs/models/components/balancecreditordermetadata.d.ts.map +0 -1
  1261. package/dist/commonjs/models/components/balancecreditordermetadata.js +0 -70
  1262. package/dist/commonjs/models/components/balancecreditordermetadata.js.map +0 -1
  1263. package/dist/commonjs/models/components/balancedisputeevent.d.ts +0 -67
  1264. package/dist/commonjs/models/components/balancedisputeevent.d.ts.map +0 -1
  1265. package/dist/commonjs/models/components/balancedisputeevent.js +0 -76
  1266. package/dist/commonjs/models/components/balancedisputeevent.js.map +0 -1
  1267. package/dist/commonjs/models/components/balancedisputemetadata.d.ts +0 -24
  1268. package/dist/commonjs/models/components/balancedisputemetadata.d.ts.map +0 -1
  1269. package/dist/commonjs/models/components/balancedisputemetadata.js +0 -80
  1270. package/dist/commonjs/models/components/balancedisputemetadata.js.map +0 -1
  1271. package/dist/commonjs/models/components/balancedisputereversalevent.d.ts +0 -67
  1272. package/dist/commonjs/models/components/balancedisputereversalevent.d.ts.map +0 -1
  1273. package/dist/commonjs/models/components/balancedisputereversalevent.js +0 -76
  1274. package/dist/commonjs/models/components/balancedisputereversalevent.js.map +0 -1
  1275. package/dist/commonjs/models/components/balanceorderevent.d.ts +0 -67
  1276. package/dist/commonjs/models/components/balanceorderevent.d.ts.map +0 -1
  1277. package/dist/commonjs/models/components/balanceorderevent.js +0 -76
  1278. package/dist/commonjs/models/components/balanceorderevent.js.map +0 -1
  1279. package/dist/commonjs/models/components/balanceordermetadata.d.ts +0 -23
  1280. package/dist/commonjs/models/components/balanceordermetadata.d.ts.map +0 -1
  1281. package/dist/commonjs/models/components/balanceordermetadata.js +0 -78
  1282. package/dist/commonjs/models/components/balanceordermetadata.js.map +0 -1
  1283. package/dist/commonjs/models/components/balancerefundevent.d.ts +0 -67
  1284. package/dist/commonjs/models/components/balancerefundevent.d.ts.map +0 -1
  1285. package/dist/commonjs/models/components/balancerefundevent.js +0 -76
  1286. package/dist/commonjs/models/components/balancerefundevent.js.map +0 -1
  1287. package/dist/commonjs/models/components/balancerefundmetadata.d.ts +0 -25
  1288. package/dist/commonjs/models/components/balancerefundmetadata.d.ts.map +0 -1
  1289. package/dist/commonjs/models/components/balancerefundmetadata.js +0 -82
  1290. package/dist/commonjs/models/components/balancerefundmetadata.js.map +0 -1
  1291. package/dist/commonjs/models/components/balancerefundreversalevent.d.ts +0 -67
  1292. package/dist/commonjs/models/components/balancerefundreversalevent.d.ts.map +0 -1
  1293. package/dist/commonjs/models/components/balancerefundreversalevent.js +0 -76
  1294. package/dist/commonjs/models/components/balancerefundreversalevent.js.map +0 -1
  1295. package/dist/commonjs/models/components/benefit.d.ts +0 -20
  1296. package/dist/commonjs/models/components/benefit.d.ts.map +0 -1
  1297. package/dist/commonjs/models/components/benefit.js +0 -77
  1298. package/dist/commonjs/models/components/benefit.js.map +0 -1
  1299. package/dist/commonjs/models/components/benefitcreate.d.ts +0 -15
  1300. package/dist/commonjs/models/components/benefitcreate.d.ts.map +0 -1
  1301. package/dist/commonjs/models/components/benefitcreate.js +0 -62
  1302. package/dist/commonjs/models/components/benefitcreate.js.map +0 -1
  1303. package/dist/commonjs/models/components/benefitcustom.d.ts +0 -77
  1304. package/dist/commonjs/models/components/benefitcustom.d.ts.map +0 -1
  1305. package/dist/commonjs/models/components/benefitcustom.js +0 -95
  1306. package/dist/commonjs/models/components/benefitcustom.js.map +0 -1
  1307. package/dist/commonjs/models/components/benefitcustomcreate.d.ts +0 -58
  1308. package/dist/commonjs/models/components/benefitcustomcreate.d.ts.map +0 -1
  1309. package/dist/commonjs/models/components/benefitcustomcreate.js +0 -66
  1310. package/dist/commonjs/models/components/benefitcustomcreate.js.map +0 -1
  1311. package/dist/commonjs/models/components/benefitcustomcreateproperties.d.ts +0 -15
  1312. package/dist/commonjs/models/components/benefitcustomcreateproperties.d.ts.map +0 -1
  1313. package/dist/commonjs/models/components/benefitcustomcreateproperties.js +0 -49
  1314. package/dist/commonjs/models/components/benefitcustomcreateproperties.js.map +0 -1
  1315. package/dist/commonjs/models/components/benefitcustomproperties.d.ts +0 -20
  1316. package/dist/commonjs/models/components/benefitcustomproperties.d.ts.map +0 -1
  1317. package/dist/commonjs/models/components/benefitcustomproperties.js +0 -58
  1318. package/dist/commonjs/models/components/benefitcustomproperties.js.map +0 -1
  1319. package/dist/commonjs/models/components/benefitcustomsubscriber.d.ts +0 -53
  1320. package/dist/commonjs/models/components/benefitcustomsubscriber.d.ts.map +0 -1
  1321. package/dist/commonjs/models/components/benefitcustomsubscriber.js +0 -72
  1322. package/dist/commonjs/models/components/benefitcustomsubscriber.js.map +0 -1
  1323. package/dist/commonjs/models/components/benefitcustomsubscriberproperties.d.ts +0 -13
  1324. package/dist/commonjs/models/components/benefitcustomsubscriberproperties.d.ts.map +0 -1
  1325. package/dist/commonjs/models/components/benefitcustomsubscriberproperties.js +0 -50
  1326. package/dist/commonjs/models/components/benefitcustomsubscriberproperties.js.map +0 -1
  1327. package/dist/commonjs/models/components/benefitcustomupdate.d.ts +0 -47
  1328. package/dist/commonjs/models/components/benefitcustomupdate.d.ts.map +0 -1
  1329. package/dist/commonjs/models/components/benefitcustomupdate.js +0 -60
  1330. package/dist/commonjs/models/components/benefitcustomupdate.js.map +0 -1
  1331. package/dist/commonjs/models/components/benefitcycledevent.d.ts +0 -67
  1332. package/dist/commonjs/models/components/benefitcycledevent.d.ts.map +0 -1
  1333. package/dist/commonjs/models/components/benefitcycledevent.js +0 -76
  1334. package/dist/commonjs/models/components/benefitcycledevent.js.map +0 -1
  1335. package/dist/commonjs/models/components/benefitdiscord.d.ts +0 -77
  1336. package/dist/commonjs/models/components/benefitdiscord.d.ts.map +0 -1
  1337. package/dist/commonjs/models/components/benefitdiscord.js +0 -95
  1338. package/dist/commonjs/models/components/benefitdiscord.js.map +0 -1
  1339. package/dist/commonjs/models/components/benefitdiscordcreate.d.ts +0 -55
  1340. package/dist/commonjs/models/components/benefitdiscordcreate.d.ts.map +0 -1
  1341. package/dist/commonjs/models/components/benefitdiscordcreate.js +0 -66
  1342. package/dist/commonjs/models/components/benefitdiscordcreate.js.map +0 -1
  1343. package/dist/commonjs/models/components/benefitdiscordcreateproperties.d.ts +0 -25
  1344. package/dist/commonjs/models/components/benefitdiscordcreateproperties.d.ts.map +0 -1
  1345. package/dist/commonjs/models/components/benefitdiscordcreateproperties.js +0 -58
  1346. package/dist/commonjs/models/components/benefitdiscordcreateproperties.js.map +0 -1
  1347. package/dist/commonjs/models/components/benefitdiscordproperties.d.ts +0 -35
  1348. package/dist/commonjs/models/components/benefitdiscordproperties.d.ts.map +0 -1
  1349. package/dist/commonjs/models/components/benefitdiscordproperties.js +0 -79
  1350. package/dist/commonjs/models/components/benefitdiscordproperties.js.map +0 -1
  1351. package/dist/commonjs/models/components/benefitdiscordsubscriber.d.ts +0 -53
  1352. package/dist/commonjs/models/components/benefitdiscordsubscriber.d.ts.map +0 -1
  1353. package/dist/commonjs/models/components/benefitdiscordsubscriber.js +0 -72
  1354. package/dist/commonjs/models/components/benefitdiscordsubscriber.js.map +0 -1
  1355. package/dist/commonjs/models/components/benefitdiscordsubscriberproperties.d.ts +0 -16
  1356. package/dist/commonjs/models/components/benefitdiscordsubscriberproperties.d.ts.map +0 -1
  1357. package/dist/commonjs/models/components/benefitdiscordsubscriberproperties.js +0 -55
  1358. package/dist/commonjs/models/components/benefitdiscordsubscriberproperties.js.map +0 -1
  1359. package/dist/commonjs/models/components/benefitdiscordupdate.d.ts +0 -47
  1360. package/dist/commonjs/models/components/benefitdiscordupdate.d.ts.map +0 -1
  1361. package/dist/commonjs/models/components/benefitdiscordupdate.js +0 -60
  1362. package/dist/commonjs/models/components/benefitdiscordupdate.js.map +0 -1
  1363. package/dist/commonjs/models/components/benefitdownloadables.d.ts +0 -67
  1364. package/dist/commonjs/models/components/benefitdownloadables.d.ts.map +0 -1
  1365. package/dist/commonjs/models/components/benefitdownloadables.js +0 -95
  1366. package/dist/commonjs/models/components/benefitdownloadables.js.map +0 -1
  1367. package/dist/commonjs/models/components/benefitdownloadablescreate.d.ts +0 -52
  1368. package/dist/commonjs/models/components/benefitdownloadablescreate.d.ts.map +0 -1
  1369. package/dist/commonjs/models/components/benefitdownloadablescreate.js +0 -66
  1370. package/dist/commonjs/models/components/benefitdownloadablescreate.js.map +0 -1
  1371. package/dist/commonjs/models/components/benefitdownloadablescreateproperties.d.ts +0 -18
  1372. package/dist/commonjs/models/components/benefitdownloadablescreateproperties.d.ts.map +0 -1
  1373. package/dist/commonjs/models/components/benefitdownloadablescreateproperties.js +0 -50
  1374. package/dist/commonjs/models/components/benefitdownloadablescreateproperties.js.map +0 -1
  1375. package/dist/commonjs/models/components/benefitdownloadablesproperties.d.ts +0 -23
  1376. package/dist/commonjs/models/components/benefitdownloadablesproperties.d.ts.map +0 -1
  1377. package/dist/commonjs/models/components/benefitdownloadablesproperties.js +0 -60
  1378. package/dist/commonjs/models/components/benefitdownloadablesproperties.js.map +0 -1
  1379. package/dist/commonjs/models/components/benefitdownloadablessubscriber.d.ts +0 -50
  1380. package/dist/commonjs/models/components/benefitdownloadablessubscriber.d.ts.map +0 -1
  1381. package/dist/commonjs/models/components/benefitdownloadablessubscriber.js +0 -72
  1382. package/dist/commonjs/models/components/benefitdownloadablessubscriber.js.map +0 -1
  1383. package/dist/commonjs/models/components/benefitdownloadablessubscriberproperties.d.ts +0 -10
  1384. package/dist/commonjs/models/components/benefitdownloadablessubscriberproperties.d.ts.map +0 -1
  1385. package/dist/commonjs/models/components/benefitdownloadablessubscriberproperties.js +0 -55
  1386. package/dist/commonjs/models/components/benefitdownloadablessubscriberproperties.js.map +0 -1
  1387. package/dist/commonjs/models/components/benefitdownloadablesupdate.d.ts +0 -47
  1388. package/dist/commonjs/models/components/benefitdownloadablesupdate.d.ts.map +0 -1
  1389. package/dist/commonjs/models/components/benefitdownloadablesupdate.js +0 -60
  1390. package/dist/commonjs/models/components/benefitdownloadablesupdate.js.map +0 -1
  1391. package/dist/commonjs/models/components/benefitfeatureflag.d.ts +0 -78
  1392. package/dist/commonjs/models/components/benefitfeatureflag.d.ts.map +0 -1
  1393. package/dist/commonjs/models/components/benefitfeatureflag.js +0 -95
  1394. package/dist/commonjs/models/components/benefitfeatureflag.js.map +0 -1
  1395. package/dist/commonjs/models/components/benefitfeatureflagcreate.d.ts +0 -58
  1396. package/dist/commonjs/models/components/benefitfeatureflagcreate.d.ts.map +0 -1
  1397. package/dist/commonjs/models/components/benefitfeatureflagcreate.js +0 -66
  1398. package/dist/commonjs/models/components/benefitfeatureflagcreate.js.map +0 -1
  1399. package/dist/commonjs/models/components/benefitfeatureflagcreateproperties.d.ts +0 -11
  1400. package/dist/commonjs/models/components/benefitfeatureflagcreateproperties.d.ts.map +0 -1
  1401. package/dist/commonjs/models/components/benefitfeatureflagcreateproperties.js +0 -47
  1402. package/dist/commonjs/models/components/benefitfeatureflagcreateproperties.js.map +0 -1
  1403. package/dist/commonjs/models/components/benefitfeatureflagproperties.d.ts +0 -16
  1404. package/dist/commonjs/models/components/benefitfeatureflagproperties.d.ts.map +0 -1
  1405. package/dist/commonjs/models/components/benefitfeatureflagproperties.js +0 -54
  1406. package/dist/commonjs/models/components/benefitfeatureflagproperties.js.map +0 -1
  1407. package/dist/commonjs/models/components/benefitfeatureflagsubscriber.d.ts +0 -53
  1408. package/dist/commonjs/models/components/benefitfeatureflagsubscriber.d.ts.map +0 -1
  1409. package/dist/commonjs/models/components/benefitfeatureflagsubscriber.js +0 -72
  1410. package/dist/commonjs/models/components/benefitfeatureflagsubscriber.js.map +0 -1
  1411. package/dist/commonjs/models/components/benefitfeatureflagsubscriberproperties.d.ts +0 -11
  1412. package/dist/commonjs/models/components/benefitfeatureflagsubscriberproperties.d.ts.map +0 -1
  1413. package/dist/commonjs/models/components/benefitfeatureflagsubscriberproperties.js +0 -48
  1414. package/dist/commonjs/models/components/benefitfeatureflagsubscriberproperties.js.map +0 -1
  1415. package/dist/commonjs/models/components/benefitfeatureflagupdate.d.ts +0 -47
  1416. package/dist/commonjs/models/components/benefitfeatureflagupdate.d.ts.map +0 -1
  1417. package/dist/commonjs/models/components/benefitfeatureflagupdate.js +0 -60
  1418. package/dist/commonjs/models/components/benefitfeatureflagupdate.js.map +0 -1
  1419. package/dist/commonjs/models/components/benefitgithubrepository.d.ts +0 -77
  1420. package/dist/commonjs/models/components/benefitgithubrepository.d.ts.map +0 -1
  1421. package/dist/commonjs/models/components/benefitgithubrepository.js +0 -95
  1422. package/dist/commonjs/models/components/benefitgithubrepository.js.map +0 -1
  1423. package/dist/commonjs/models/components/benefitgithubrepositorycreate.d.ts +0 -55
  1424. package/dist/commonjs/models/components/benefitgithubrepositorycreate.d.ts.map +0 -1
  1425. package/dist/commonjs/models/components/benefitgithubrepositorycreate.js +0 -66
  1426. package/dist/commonjs/models/components/benefitgithubrepositorycreate.js.map +0 -1
  1427. package/dist/commonjs/models/components/benefitgithubrepositorycreateproperties.d.ts +0 -45
  1428. package/dist/commonjs/models/components/benefitgithubrepositorycreateproperties.d.ts.map +0 -1
  1429. package/dist/commonjs/models/components/benefitgithubrepositorycreateproperties.js +0 -70
  1430. package/dist/commonjs/models/components/benefitgithubrepositorycreateproperties.js.map +0 -1
  1431. package/dist/commonjs/models/components/benefitgithubrepositoryproperties.d.ts +0 -52
  1432. package/dist/commonjs/models/components/benefitgithubrepositoryproperties.d.ts.map +0 -1
  1433. package/dist/commonjs/models/components/benefitgithubrepositoryproperties.js +0 -88
  1434. package/dist/commonjs/models/components/benefitgithubrepositoryproperties.js.map +0 -1
  1435. package/dist/commonjs/models/components/benefitgithubrepositorysubscriber.d.ts +0 -53
  1436. package/dist/commonjs/models/components/benefitgithubrepositorysubscriber.d.ts.map +0 -1
  1437. package/dist/commonjs/models/components/benefitgithubrepositorysubscriber.js +0 -72
  1438. package/dist/commonjs/models/components/benefitgithubrepositorysubscriber.js.map +0 -1
  1439. package/dist/commonjs/models/components/benefitgithubrepositorysubscriberproperties.d.ts +0 -20
  1440. package/dist/commonjs/models/components/benefitgithubrepositorysubscriberproperties.d.ts.map +0 -1
  1441. package/dist/commonjs/models/components/benefitgithubrepositorysubscriberproperties.js +0 -57
  1442. package/dist/commonjs/models/components/benefitgithubrepositorysubscriberproperties.js.map +0 -1
  1443. package/dist/commonjs/models/components/benefitgithubrepositoryupdate.d.ts +0 -47
  1444. package/dist/commonjs/models/components/benefitgithubrepositoryupdate.d.ts.map +0 -1
  1445. package/dist/commonjs/models/components/benefitgithubrepositoryupdate.js +0 -60
  1446. package/dist/commonjs/models/components/benefitgithubrepositoryupdate.js.map +0 -1
  1447. package/dist/commonjs/models/components/benefitgrant.d.ts +0 -79
  1448. package/dist/commonjs/models/components/benefitgrant.d.ts.map +0 -1
  1449. package/dist/commonjs/models/components/benefitgrant.js +0 -112
  1450. package/dist/commonjs/models/components/benefitgrant.js.map +0 -1
  1451. package/dist/commonjs/models/components/benefitgrantcustomproperties.d.ts +0 -13
  1452. package/dist/commonjs/models/components/benefitgrantcustomproperties.d.ts.map +0 -1
  1453. package/dist/commonjs/models/components/benefitgrantcustomproperties.js +0 -54
  1454. package/dist/commonjs/models/components/benefitgrantcustomproperties.js.map +0 -1
  1455. package/dist/commonjs/models/components/benefitgrantcustomwebhook.d.ts +0 -102
  1456. package/dist/commonjs/models/components/benefitgrantcustomwebhook.d.ts.map +0 -1
  1457. package/dist/commonjs/models/components/benefitgrantcustomwebhook.js +0 -128
  1458. package/dist/commonjs/models/components/benefitgrantcustomwebhook.js.map +0 -1
  1459. package/dist/commonjs/models/components/benefitgrantdiscordproperties.d.ts +0 -23
  1460. package/dist/commonjs/models/components/benefitgrantdiscordproperties.d.ts.map +0 -1
  1461. package/dist/commonjs/models/components/benefitgrantdiscordproperties.js +0 -79
  1462. package/dist/commonjs/models/components/benefitgrantdiscordproperties.js.map +0 -1
  1463. package/dist/commonjs/models/components/benefitgrantdiscordwebhook.d.ts +0 -102
  1464. package/dist/commonjs/models/components/benefitgrantdiscordwebhook.d.ts.map +0 -1
  1465. package/dist/commonjs/models/components/benefitgrantdiscordwebhook.js +0 -128
  1466. package/dist/commonjs/models/components/benefitgrantdiscordwebhook.js.map +0 -1
  1467. package/dist/commonjs/models/components/benefitgrantdownloadablesproperties.d.ts +0 -17
  1468. package/dist/commonjs/models/components/benefitgrantdownloadablesproperties.d.ts.map +0 -1
  1469. package/dist/commonjs/models/components/benefitgrantdownloadablesproperties.js +0 -58
  1470. package/dist/commonjs/models/components/benefitgrantdownloadablesproperties.js.map +0 -1
  1471. package/dist/commonjs/models/components/benefitgrantdownloadableswebhook.d.ts +0 -95
  1472. package/dist/commonjs/models/components/benefitgrantdownloadableswebhook.d.ts.map +0 -1
  1473. package/dist/commonjs/models/components/benefitgrantdownloadableswebhook.js +0 -128
  1474. package/dist/commonjs/models/components/benefitgrantdownloadableswebhook.js.map +0 -1
  1475. package/dist/commonjs/models/components/benefitgrantedevent.d.ts +0 -67
  1476. package/dist/commonjs/models/components/benefitgrantedevent.d.ts.map +0 -1
  1477. package/dist/commonjs/models/components/benefitgrantedevent.js +0 -76
  1478. package/dist/commonjs/models/components/benefitgrantedevent.js.map +0 -1
  1479. package/dist/commonjs/models/components/benefitgranterror.d.ts +0 -21
  1480. package/dist/commonjs/models/components/benefitgranterror.d.ts.map +0 -1
  1481. package/dist/commonjs/models/components/benefitgranterror.js +0 -62
  1482. package/dist/commonjs/models/components/benefitgranterror.js.map +0 -1
  1483. package/dist/commonjs/models/components/benefitgrantfeatureflagproperties.d.ts +0 -13
  1484. package/dist/commonjs/models/components/benefitgrantfeatureflagproperties.d.ts.map +0 -1
  1485. package/dist/commonjs/models/components/benefitgrantfeatureflagproperties.js +0 -54
  1486. package/dist/commonjs/models/components/benefitgrantfeatureflagproperties.js.map +0 -1
  1487. package/dist/commonjs/models/components/benefitgrantfeatureflagwebhook.d.ts +0 -103
  1488. package/dist/commonjs/models/components/benefitgrantfeatureflagwebhook.d.ts.map +0 -1
  1489. package/dist/commonjs/models/components/benefitgrantfeatureflagwebhook.js +0 -128
  1490. package/dist/commonjs/models/components/benefitgrantfeatureflagwebhook.js.map +0 -1
  1491. package/dist/commonjs/models/components/benefitgrantgithubrepositoryproperties.d.ts +0 -38
  1492. package/dist/commonjs/models/components/benefitgrantgithubrepositoryproperties.d.ts.map +0 -1
  1493. package/dist/commonjs/models/components/benefitgrantgithubrepositoryproperties.js +0 -93
  1494. package/dist/commonjs/models/components/benefitgrantgithubrepositoryproperties.js.map +0 -1
  1495. package/dist/commonjs/models/components/benefitgrantgithubrepositorywebhook.d.ts +0 -102
  1496. package/dist/commonjs/models/components/benefitgrantgithubrepositorywebhook.d.ts.map +0 -1
  1497. package/dist/commonjs/models/components/benefitgrantgithubrepositorywebhook.js +0 -128
  1498. package/dist/commonjs/models/components/benefitgrantgithubrepositorywebhook.js.map +0 -1
  1499. package/dist/commonjs/models/components/benefitgrantlicensekeysproperties.d.ts +0 -21
  1500. package/dist/commonjs/models/components/benefitgrantlicensekeysproperties.d.ts.map +0 -1
  1501. package/dist/commonjs/models/components/benefitgrantlicensekeysproperties.js +0 -75
  1502. package/dist/commonjs/models/components/benefitgrantlicensekeysproperties.js.map +0 -1
  1503. package/dist/commonjs/models/components/benefitgrantlicensekeyswebhook.d.ts +0 -95
  1504. package/dist/commonjs/models/components/benefitgrantlicensekeyswebhook.d.ts.map +0 -1
  1505. package/dist/commonjs/models/components/benefitgrantlicensekeyswebhook.js +0 -128
  1506. package/dist/commonjs/models/components/benefitgrantlicensekeyswebhook.js.map +0 -1
  1507. package/dist/commonjs/models/components/benefitgrantmetadata.d.ts +0 -14
  1508. package/dist/commonjs/models/components/benefitgrantmetadata.d.ts.map +0 -1
  1509. package/dist/commonjs/models/components/benefitgrantmetadata.js +0 -62
  1510. package/dist/commonjs/models/components/benefitgrantmetadata.js.map +0 -1
  1511. package/dist/commonjs/models/components/benefitgrantmetercreditproperties.d.ts +0 -21
  1512. package/dist/commonjs/models/components/benefitgrantmetercreditproperties.d.ts.map +0 -1
  1513. package/dist/commonjs/models/components/benefitgrantmetercreditproperties.js +0 -75
  1514. package/dist/commonjs/models/components/benefitgrantmetercreditproperties.js.map +0 -1
  1515. package/dist/commonjs/models/components/benefitgrantmetercreditwebhook.d.ts +0 -102
  1516. package/dist/commonjs/models/components/benefitgrantmetercreditwebhook.d.ts.map +0 -1
  1517. package/dist/commonjs/models/components/benefitgrantmetercreditwebhook.js +0 -128
  1518. package/dist/commonjs/models/components/benefitgrantmetercreditwebhook.js.map +0 -1
  1519. package/dist/commonjs/models/components/benefitgrantsortproperty.d.ts +0 -14
  1520. package/dist/commonjs/models/components/benefitgrantsortproperty.d.ts.map +0 -1
  1521. package/dist/commonjs/models/components/benefitgrantsortproperty.js +0 -51
  1522. package/dist/commonjs/models/components/benefitgrantsortproperty.js.map +0 -1
  1523. package/dist/commonjs/models/components/benefitgrantwebhook.d.ts +0 -20
  1524. package/dist/commonjs/models/components/benefitgrantwebhook.d.ts.map +0 -1
  1525. package/dist/commonjs/models/components/benefitgrantwebhook.js +0 -44
  1526. package/dist/commonjs/models/components/benefitgrantwebhook.js.map +0 -1
  1527. package/dist/commonjs/models/components/benefitlicensekeyactivationcreateproperties.d.ts +0 -14
  1528. package/dist/commonjs/models/components/benefitlicensekeyactivationcreateproperties.d.ts.map +0 -1
  1529. package/dist/commonjs/models/components/benefitlicensekeyactivationcreateproperties.js +0 -55
  1530. package/dist/commonjs/models/components/benefitlicensekeyactivationcreateproperties.js.map +0 -1
  1531. package/dist/commonjs/models/components/benefitlicensekeyactivationproperties.d.ts +0 -19
  1532. package/dist/commonjs/models/components/benefitlicensekeyactivationproperties.d.ts.map +0 -1
  1533. package/dist/commonjs/models/components/benefitlicensekeyactivationproperties.js +0 -69
  1534. package/dist/commonjs/models/components/benefitlicensekeyactivationproperties.js.map +0 -1
  1535. package/dist/commonjs/models/components/benefitlicensekeyexpirationproperties.d.ts +0 -30
  1536. package/dist/commonjs/models/components/benefitlicensekeyexpirationproperties.d.ts.map +0 -1
  1537. package/dist/commonjs/models/components/benefitlicensekeyexpirationproperties.js +0 -70
  1538. package/dist/commonjs/models/components/benefitlicensekeyexpirationproperties.js.map +0 -1
  1539. package/dist/commonjs/models/components/benefitlicensekeys.d.ts +0 -67
  1540. package/dist/commonjs/models/components/benefitlicensekeys.d.ts.map +0 -1
  1541. package/dist/commonjs/models/components/benefitlicensekeys.js +0 -95
  1542. package/dist/commonjs/models/components/benefitlicensekeys.js.map +0 -1
  1543. package/dist/commonjs/models/components/benefitlicensekeyscreate.d.ts +0 -52
  1544. package/dist/commonjs/models/components/benefitlicensekeyscreate.d.ts.map +0 -1
  1545. package/dist/commonjs/models/components/benefitlicensekeyscreate.js +0 -66
  1546. package/dist/commonjs/models/components/benefitlicensekeyscreate.js.map +0 -1
  1547. package/dist/commonjs/models/components/benefitlicensekeyscreateproperties.d.ts +0 -20
  1548. package/dist/commonjs/models/components/benefitlicensekeyscreateproperties.d.ts.map +0 -1
  1549. package/dist/commonjs/models/components/benefitlicensekeyscreateproperties.js +0 -59
  1550. package/dist/commonjs/models/components/benefitlicensekeyscreateproperties.js.map +0 -1
  1551. package/dist/commonjs/models/components/benefitlicensekeysproperties.d.ts +0 -25
  1552. package/dist/commonjs/models/components/benefitlicensekeysproperties.d.ts.map +0 -1
  1553. package/dist/commonjs/models/components/benefitlicensekeysproperties.js +0 -75
  1554. package/dist/commonjs/models/components/benefitlicensekeysproperties.js.map +0 -1
  1555. package/dist/commonjs/models/components/benefitlicensekeyssubscriber.d.ts +0 -50
  1556. package/dist/commonjs/models/components/benefitlicensekeyssubscriber.d.ts.map +0 -1
  1557. package/dist/commonjs/models/components/benefitlicensekeyssubscriber.js +0 -72
  1558. package/dist/commonjs/models/components/benefitlicensekeyssubscriber.js.map +0 -1
  1559. package/dist/commonjs/models/components/benefitlicensekeyssubscriberproperties.d.ts +0 -15
  1560. package/dist/commonjs/models/components/benefitlicensekeyssubscriberproperties.d.ts.map +0 -1
  1561. package/dist/commonjs/models/components/benefitlicensekeyssubscriberproperties.js +0 -60
  1562. package/dist/commonjs/models/components/benefitlicensekeyssubscriberproperties.js.map +0 -1
  1563. package/dist/commonjs/models/components/benefitlicensekeysupdate.d.ts +0 -47
  1564. package/dist/commonjs/models/components/benefitlicensekeysupdate.d.ts.map +0 -1
  1565. package/dist/commonjs/models/components/benefitlicensekeysupdate.js +0 -60
  1566. package/dist/commonjs/models/components/benefitlicensekeysupdate.js.map +0 -1
  1567. package/dist/commonjs/models/components/benefitmetercredit.d.ts +0 -77
  1568. package/dist/commonjs/models/components/benefitmetercredit.d.ts.map +0 -1
  1569. package/dist/commonjs/models/components/benefitmetercredit.js +0 -95
  1570. package/dist/commonjs/models/components/benefitmetercredit.js.map +0 -1
  1571. package/dist/commonjs/models/components/benefitmetercreditcreate.d.ts +0 -58
  1572. package/dist/commonjs/models/components/benefitmetercreditcreate.d.ts.map +0 -1
  1573. package/dist/commonjs/models/components/benefitmetercreditcreate.js +0 -66
  1574. package/dist/commonjs/models/components/benefitmetercreditcreate.js.map +0 -1
  1575. package/dist/commonjs/models/components/benefitmetercreditcreateproperties.d.ts +0 -19
  1576. package/dist/commonjs/models/components/benefitmetercreditcreateproperties.d.ts.map +0 -1
  1577. package/dist/commonjs/models/components/benefitmetercreditcreateproperties.js +0 -56
  1578. package/dist/commonjs/models/components/benefitmetercreditcreateproperties.js.map +0 -1
  1579. package/dist/commonjs/models/components/benefitmetercreditproperties.d.ts +0 -24
  1580. package/dist/commonjs/models/components/benefitmetercreditproperties.d.ts.map +0 -1
  1581. package/dist/commonjs/models/components/benefitmetercreditproperties.js +0 -71
  1582. package/dist/commonjs/models/components/benefitmetercreditproperties.js.map +0 -1
  1583. package/dist/commonjs/models/components/benefitmetercreditsubscriber.d.ts +0 -53
  1584. package/dist/commonjs/models/components/benefitmetercreditsubscriber.d.ts.map +0 -1
  1585. package/dist/commonjs/models/components/benefitmetercreditsubscriber.js +0 -72
  1586. package/dist/commonjs/models/components/benefitmetercreditsubscriber.js.map +0 -1
  1587. package/dist/commonjs/models/components/benefitmetercreditsubscriberproperties.d.ts +0 -15
  1588. package/dist/commonjs/models/components/benefitmetercreditsubscriberproperties.d.ts.map +0 -1
  1589. package/dist/commonjs/models/components/benefitmetercreditsubscriberproperties.js +0 -57
  1590. package/dist/commonjs/models/components/benefitmetercreditsubscriberproperties.js.map +0 -1
  1591. package/dist/commonjs/models/components/benefitmetercreditupdate.d.ts +0 -47
  1592. package/dist/commonjs/models/components/benefitmetercreditupdate.d.ts.map +0 -1
  1593. package/dist/commonjs/models/components/benefitmetercreditupdate.js +0 -60
  1594. package/dist/commonjs/models/components/benefitmetercreditupdate.js.map +0 -1
  1595. package/dist/commonjs/models/components/benefitpublic.d.ts +0 -58
  1596. package/dist/commonjs/models/components/benefitpublic.d.ts.map +0 -1
  1597. package/dist/commonjs/models/components/benefitpublic.js +0 -90
  1598. package/dist/commonjs/models/components/benefitpublic.js.map +0 -1
  1599. package/dist/commonjs/models/components/benefitrevokedevent.d.ts +0 -67
  1600. package/dist/commonjs/models/components/benefitrevokedevent.d.ts.map +0 -1
  1601. package/dist/commonjs/models/components/benefitrevokedevent.js +0 -76
  1602. package/dist/commonjs/models/components/benefitrevokedevent.js.map +0 -1
  1603. package/dist/commonjs/models/components/benefitsortproperty.d.ts +0 -16
  1604. package/dist/commonjs/models/components/benefitsortproperty.d.ts.map +0 -1
  1605. package/dist/commonjs/models/components/benefitsortproperty.js +0 -53
  1606. package/dist/commonjs/models/components/benefitsortproperty.js.map +0 -1
  1607. package/dist/commonjs/models/components/benefitsubscriberorganization.d.ts +0 -39
  1608. package/dist/commonjs/models/components/benefitsubscriberorganization.d.ts.map +0 -1
  1609. package/dist/commonjs/models/components/benefitsubscriberorganization.js +0 -67
  1610. package/dist/commonjs/models/components/benefitsubscriberorganization.js.map +0 -1
  1611. package/dist/commonjs/models/components/benefittype.d.ts +0 -17
  1612. package/dist/commonjs/models/components/benefittype.d.ts.map +0 -1
  1613. package/dist/commonjs/models/components/benefittype.js +0 -54
  1614. package/dist/commonjs/models/components/benefittype.js.map +0 -1
  1615. package/dist/commonjs/models/components/benefitupdatedevent.d.ts +0 -67
  1616. package/dist/commonjs/models/components/benefitupdatedevent.d.ts.map +0 -1
  1617. package/dist/commonjs/models/components/benefitupdatedevent.js +0 -76
  1618. package/dist/commonjs/models/components/benefitupdatedevent.js.map +0 -1
  1619. package/dist/commonjs/models/components/billingaddressfieldmode.d.ts +0 -13
  1620. package/dist/commonjs/models/components/billingaddressfieldmode.d.ts.map +0 -1
  1621. package/dist/commonjs/models/components/billingaddressfieldmode.js +0 -50
  1622. package/dist/commonjs/models/components/billingaddressfieldmode.js.map +0 -1
  1623. package/dist/commonjs/models/components/cardpayment.d.ts +0 -71
  1624. package/dist/commonjs/models/components/cardpayment.d.ts.map +0 -1
  1625. package/dist/commonjs/models/components/cardpayment.js +0 -81
  1626. package/dist/commonjs/models/components/cardpayment.js.map +0 -1
  1627. package/dist/commonjs/models/components/cardpaymentmetadata.d.ts +0 -20
  1628. package/dist/commonjs/models/components/cardpaymentmetadata.d.ts.map +0 -1
  1629. package/dist/commonjs/models/components/cardpaymentmetadata.js +0 -51
  1630. package/dist/commonjs/models/components/cardpaymentmetadata.js.map +0 -1
  1631. package/dist/commonjs/models/components/checkout.d.ts +0 -357
  1632. package/dist/commonjs/models/components/checkout.d.ts.map +0 -1
  1633. package/dist/commonjs/models/components/checkout.js +0 -419
  1634. package/dist/commonjs/models/components/checkout.js.map +0 -1
  1635. package/dist/commonjs/models/components/checkoutbillingaddressfields.d.ts +0 -28
  1636. package/dist/commonjs/models/components/checkoutbillingaddressfields.d.ts.map +0 -1
  1637. package/dist/commonjs/models/components/checkoutbillingaddressfields.js +0 -78
  1638. package/dist/commonjs/models/components/checkoutbillingaddressfields.js.map +0 -1
  1639. package/dist/commonjs/models/components/checkoutconfirmstripe.d.ts +0 -77
  1640. package/dist/commonjs/models/components/checkoutconfirmstripe.d.ts.map +0 -1
  1641. package/dist/commonjs/models/components/checkoutconfirmstripe.js +0 -97
  1642. package/dist/commonjs/models/components/checkoutconfirmstripe.js.map +0 -1
  1643. package/dist/commonjs/models/components/checkoutcreate.d.ts +0 -214
  1644. package/dist/commonjs/models/components/checkoutcreate.d.ts.map +0 -1
  1645. package/dist/commonjs/models/components/checkoutcreate.js +0 -160
  1646. package/dist/commonjs/models/components/checkoutcreate.js.map +0 -1
  1647. package/dist/commonjs/models/components/checkoutcreatedevent.d.ts +0 -67
  1648. package/dist/commonjs/models/components/checkoutcreatedevent.d.ts.map +0 -1
  1649. package/dist/commonjs/models/components/checkoutcreatedevent.js +0 -76
  1650. package/dist/commonjs/models/components/checkoutcreatedevent.js.map +0 -1
  1651. package/dist/commonjs/models/components/checkoutcreatedmetadata.d.ts +0 -12
  1652. package/dist/commonjs/models/components/checkoutcreatedmetadata.d.ts.map +0 -1
  1653. package/dist/commonjs/models/components/checkoutcreatedmetadata.js +0 -59
  1654. package/dist/commonjs/models/components/checkoutcreatedmetadata.js.map +0 -1
  1655. package/dist/commonjs/models/components/checkoutdiscountfixedonceforeverduration.d.ts +0 -52
  1656. package/dist/commonjs/models/components/checkoutdiscountfixedonceforeverduration.d.ts.map +0 -1
  1657. package/dist/commonjs/models/components/checkoutdiscountfixedonceforeverduration.js +0 -74
  1658. package/dist/commonjs/models/components/checkoutdiscountfixedonceforeverduration.js.map +0 -1
  1659. package/dist/commonjs/models/components/checkoutdiscountfixedrepeatduration.d.ts +0 -57
  1660. package/dist/commonjs/models/components/checkoutdiscountfixedrepeatduration.d.ts.map +0 -1
  1661. package/dist/commonjs/models/components/checkoutdiscountfixedrepeatduration.js +0 -85
  1662. package/dist/commonjs/models/components/checkoutdiscountfixedrepeatduration.js.map +0 -1
  1663. package/dist/commonjs/models/components/checkoutdiscountpercentageonceforeverduration.d.ts +0 -38
  1664. package/dist/commonjs/models/components/checkoutdiscountpercentageonceforeverduration.d.ts.map +0 -1
  1665. package/dist/commonjs/models/components/checkoutdiscountpercentageonceforeverduration.js +0 -80
  1666. package/dist/commonjs/models/components/checkoutdiscountpercentageonceforeverduration.js.map +0 -1
  1667. package/dist/commonjs/models/components/checkoutdiscountpercentagerepeatduration.d.ts +0 -43
  1668. package/dist/commonjs/models/components/checkoutdiscountpercentagerepeatduration.d.ts.map +0 -1
  1669. package/dist/commonjs/models/components/checkoutdiscountpercentagerepeatduration.js +0 -83
  1670. package/dist/commonjs/models/components/checkoutdiscountpercentagerepeatduration.js.map +0 -1
  1671. package/dist/commonjs/models/components/checkoutlink.d.ts +0 -83
  1672. package/dist/commonjs/models/components/checkoutlink.d.ts.map +0 -1
  1673. package/dist/commonjs/models/components/checkoutlink.js +0 -108
  1674. package/dist/commonjs/models/components/checkoutlink.js.map +0 -1
  1675. package/dist/commonjs/models/components/checkoutlinkcreate.d.ts +0 -11
  1676. package/dist/commonjs/models/components/checkoutlinkcreate.d.ts.map +0 -1
  1677. package/dist/commonjs/models/components/checkoutlinkcreate.js +0 -21
  1678. package/dist/commonjs/models/components/checkoutlinkcreate.js.map +0 -1
  1679. package/dist/commonjs/models/components/checkoutlinkcreateproduct.d.ts +0 -92
  1680. package/dist/commonjs/models/components/checkoutlinkcreateproduct.d.ts.map +0 -1
  1681. package/dist/commonjs/models/components/checkoutlinkcreateproduct.js +0 -80
  1682. package/dist/commonjs/models/components/checkoutlinkcreateproduct.js.map +0 -1
  1683. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.d.ts +0 -92
  1684. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.d.ts.map +0 -1
  1685. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.js +0 -80
  1686. package/dist/commonjs/models/components/checkoutlinkcreateproductprice.js.map +0 -1
  1687. package/dist/commonjs/models/components/checkoutlinkcreateproducts.d.ts +0 -91
  1688. package/dist/commonjs/models/components/checkoutlinkcreateproducts.d.ts.map +0 -1
  1689. package/dist/commonjs/models/components/checkoutlinkcreateproducts.js +0 -79
  1690. package/dist/commonjs/models/components/checkoutlinkcreateproducts.js.map +0 -1
  1691. package/dist/commonjs/models/components/checkoutlinkproduct.d.ts +0 -88
  1692. package/dist/commonjs/models/components/checkoutlinkproduct.d.ts.map +0 -1
  1693. package/dist/commonjs/models/components/checkoutlinkproduct.js +0 -100
  1694. package/dist/commonjs/models/components/checkoutlinkproduct.js.map +0 -1
  1695. package/dist/commonjs/models/components/checkoutlinksortproperty.d.ts +0 -16
  1696. package/dist/commonjs/models/components/checkoutlinksortproperty.d.ts.map +0 -1
  1697. package/dist/commonjs/models/components/checkoutlinksortproperty.js +0 -53
  1698. package/dist/commonjs/models/components/checkoutlinksortproperty.js.map +0 -1
  1699. package/dist/commonjs/models/components/checkoutlinkupdate.d.ts +0 -83
  1700. package/dist/commonjs/models/components/checkoutlinkupdate.d.ts.map +0 -1
  1701. package/dist/commonjs/models/components/checkoutlinkupdate.js +0 -77
  1702. package/dist/commonjs/models/components/checkoutlinkupdate.js.map +0 -1
  1703. package/dist/commonjs/models/components/checkoutorganization.d.ts +0 -39
  1704. package/dist/commonjs/models/components/checkoutorganization.d.ts.map +0 -1
  1705. package/dist/commonjs/models/components/checkoutorganization.js +0 -67
  1706. package/dist/commonjs/models/components/checkoutorganization.js.map +0 -1
  1707. package/dist/commonjs/models/components/checkoutproduct.d.ts +0 -111
  1708. package/dist/commonjs/models/components/checkoutproduct.d.ts.map +0 -1
  1709. package/dist/commonjs/models/components/checkoutproduct.js +0 -145
  1710. package/dist/commonjs/models/components/checkoutproduct.js.map +0 -1
  1711. package/dist/commonjs/models/components/checkoutpublic.d.ts +0 -234
  1712. package/dist/commonjs/models/components/checkoutpublic.d.ts.map +0 -1
  1713. package/dist/commonjs/models/components/checkoutpublic.js +0 -223
  1714. package/dist/commonjs/models/components/checkoutpublic.js.map +0 -1
  1715. package/dist/commonjs/models/components/checkoutpublicconfirmed.d.ts +0 -239
  1716. package/dist/commonjs/models/components/checkoutpublicconfirmed.d.ts.map +0 -1
  1717. package/dist/commonjs/models/components/checkoutpublicconfirmed.js +0 -224
  1718. package/dist/commonjs/models/components/checkoutpublicconfirmed.js.map +0 -1
  1719. package/dist/commonjs/models/components/checkoutsortproperty.d.ts +0 -14
  1720. package/dist/commonjs/models/components/checkoutsortproperty.d.ts.map +0 -1
  1721. package/dist/commonjs/models/components/checkoutsortproperty.js +0 -51
  1722. package/dist/commonjs/models/components/checkoutsortproperty.js.map +0 -1
  1723. package/dist/commonjs/models/components/checkoutstatus.d.ts +0 -15
  1724. package/dist/commonjs/models/components/checkoutstatus.d.ts.map +0 -1
  1725. package/dist/commonjs/models/components/checkoutstatus.js +0 -52
  1726. package/dist/commonjs/models/components/checkoutstatus.js.map +0 -1
  1727. package/dist/commonjs/models/components/checkoutupdate.d.ts +0 -167
  1728. package/dist/commonjs/models/components/checkoutupdate.d.ts.map +0 -1
  1729. package/dist/commonjs/models/components/checkoutupdate.js +0 -129
  1730. package/dist/commonjs/models/components/checkoutupdate.js.map +0 -1
  1731. package/dist/commonjs/models/components/checkoutupdatepublic.d.ts +0 -72
  1732. package/dist/commonjs/models/components/checkoutupdatepublic.d.ts.map +0 -1
  1733. package/dist/commonjs/models/components/checkoutupdatepublic.js +0 -95
  1734. package/dist/commonjs/models/components/checkoutupdatepublic.js.map +0 -1
  1735. package/dist/commonjs/models/components/costmetadatainput.d.ts +0 -29
  1736. package/dist/commonjs/models/components/costmetadatainput.d.ts.map +0 -1
  1737. package/dist/commonjs/models/components/costmetadatainput.js +0 -57
  1738. package/dist/commonjs/models/components/costmetadatainput.js.map +0 -1
  1739. package/dist/commonjs/models/components/costmetadataoutput.d.ts +0 -17
  1740. package/dist/commonjs/models/components/costmetadataoutput.d.ts.map +0 -1
  1741. package/dist/commonjs/models/components/costmetadataoutput.js +0 -51
  1742. package/dist/commonjs/models/components/costmetadataoutput.js.map +0 -1
  1743. package/dist/commonjs/models/components/countaggregation.d.ts +0 -17
  1744. package/dist/commonjs/models/components/countaggregation.d.ts.map +0 -1
  1745. package/dist/commonjs/models/components/countaggregation.js +0 -58
  1746. package/dist/commonjs/models/components/countaggregation.js.map +0 -1
  1747. package/dist/commonjs/models/components/cursorpagination.d.ts +0 -10
  1748. package/dist/commonjs/models/components/cursorpagination.d.ts.map +0 -1
  1749. package/dist/commonjs/models/components/cursorpagination.js +0 -55
  1750. package/dist/commonjs/models/components/cursorpagination.js.map +0 -1
  1751. package/dist/commonjs/models/components/customer.d.ts +0 -15
  1752. package/dist/commonjs/models/components/customer.d.ts.map +0 -1
  1753. package/dist/commonjs/models/components/customer.js +0 -56
  1754. package/dist/commonjs/models/components/customer.js.map +0 -1
  1755. package/dist/commonjs/models/components/customerbenefitgrant.d.ts +0 -15
  1756. package/dist/commonjs/models/components/customerbenefitgrant.d.ts.map +0 -1
  1757. package/dist/commonjs/models/components/customerbenefitgrant.js +0 -30
  1758. package/dist/commonjs/models/components/customerbenefitgrant.js.map +0 -1
  1759. package/dist/commonjs/models/components/customerbenefitgrantcustom.d.ts +0 -38
  1760. package/dist/commonjs/models/components/customerbenefitgrantcustom.d.ts.map +0 -1
  1761. package/dist/commonjs/models/components/customerbenefitgrantcustom.js +0 -84
  1762. package/dist/commonjs/models/components/customerbenefitgrantcustom.js.map +0 -1
  1763. package/dist/commonjs/models/components/customerbenefitgrantcustomupdate.d.ts +0 -12
  1764. package/dist/commonjs/models/components/customerbenefitgrantcustomupdate.d.ts.map +0 -1
  1765. package/dist/commonjs/models/components/customerbenefitgrantcustomupdate.js +0 -54
  1766. package/dist/commonjs/models/components/customerbenefitgrantcustomupdate.js.map +0 -1
  1767. package/dist/commonjs/models/components/customerbenefitgrantdiscord.d.ts +0 -38
  1768. package/dist/commonjs/models/components/customerbenefitgrantdiscord.d.ts.map +0 -1
  1769. package/dist/commonjs/models/components/customerbenefitgrantdiscord.js +0 -84
  1770. package/dist/commonjs/models/components/customerbenefitgrantdiscord.js.map +0 -1
  1771. package/dist/commonjs/models/components/customerbenefitgrantdiscordpropertiesupdate.d.ts +0 -12
  1772. package/dist/commonjs/models/components/customerbenefitgrantdiscordpropertiesupdate.d.ts.map +0 -1
  1773. package/dist/commonjs/models/components/customerbenefitgrantdiscordpropertiesupdate.js +0 -54
  1774. package/dist/commonjs/models/components/customerbenefitgrantdiscordpropertiesupdate.js.map +0 -1
  1775. package/dist/commonjs/models/components/customerbenefitgrantdiscordupdate.d.ts +0 -15
  1776. package/dist/commonjs/models/components/customerbenefitgrantdiscordupdate.d.ts.map +0 -1
  1777. package/dist/commonjs/models/components/customerbenefitgrantdiscordupdate.js +0 -56
  1778. package/dist/commonjs/models/components/customerbenefitgrantdiscordupdate.js.map +0 -1
  1779. package/dist/commonjs/models/components/customerbenefitgrantdownloadables.d.ts +0 -38
  1780. package/dist/commonjs/models/components/customerbenefitgrantdownloadables.d.ts.map +0 -1
  1781. package/dist/commonjs/models/components/customerbenefitgrantdownloadables.js +0 -84
  1782. package/dist/commonjs/models/components/customerbenefitgrantdownloadables.js.map +0 -1
  1783. package/dist/commonjs/models/components/customerbenefitgrantdownloadablesupdate.d.ts +0 -12
  1784. package/dist/commonjs/models/components/customerbenefitgrantdownloadablesupdate.d.ts.map +0 -1
  1785. package/dist/commonjs/models/components/customerbenefitgrantdownloadablesupdate.js +0 -54
  1786. package/dist/commonjs/models/components/customerbenefitgrantdownloadablesupdate.js.map +0 -1
  1787. package/dist/commonjs/models/components/customerbenefitgrantfeatureflag.d.ts +0 -38
  1788. package/dist/commonjs/models/components/customerbenefitgrantfeatureflag.d.ts.map +0 -1
  1789. package/dist/commonjs/models/components/customerbenefitgrantfeatureflag.js +0 -84
  1790. package/dist/commonjs/models/components/customerbenefitgrantfeatureflag.js.map +0 -1
  1791. package/dist/commonjs/models/components/customerbenefitgrantfeatureflagupdate.d.ts +0 -12
  1792. package/dist/commonjs/models/components/customerbenefitgrantfeatureflagupdate.d.ts.map +0 -1
  1793. package/dist/commonjs/models/components/customerbenefitgrantfeatureflagupdate.js +0 -54
  1794. package/dist/commonjs/models/components/customerbenefitgrantfeatureflagupdate.js.map +0 -1
  1795. package/dist/commonjs/models/components/customerbenefitgrantgithubrepository.d.ts +0 -38
  1796. package/dist/commonjs/models/components/customerbenefitgrantgithubrepository.d.ts.map +0 -1
  1797. package/dist/commonjs/models/components/customerbenefitgrantgithubrepository.js +0 -84
  1798. package/dist/commonjs/models/components/customerbenefitgrantgithubrepository.js.map +0 -1
  1799. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.d.ts +0 -12
  1800. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.d.ts.map +0 -1
  1801. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.js +0 -54
  1802. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.js.map +0 -1
  1803. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositoryupdate.d.ts +0 -15
  1804. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositoryupdate.d.ts.map +0 -1
  1805. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositoryupdate.js +0 -56
  1806. package/dist/commonjs/models/components/customerbenefitgrantgithubrepositoryupdate.js.map +0 -1
  1807. package/dist/commonjs/models/components/customerbenefitgrantlicensekeys.d.ts +0 -38
  1808. package/dist/commonjs/models/components/customerbenefitgrantlicensekeys.d.ts.map +0 -1
  1809. package/dist/commonjs/models/components/customerbenefitgrantlicensekeys.js +0 -84
  1810. package/dist/commonjs/models/components/customerbenefitgrantlicensekeys.js.map +0 -1
  1811. package/dist/commonjs/models/components/customerbenefitgrantlicensekeysupdate.d.ts +0 -12
  1812. package/dist/commonjs/models/components/customerbenefitgrantlicensekeysupdate.d.ts.map +0 -1
  1813. package/dist/commonjs/models/components/customerbenefitgrantlicensekeysupdate.js +0 -54
  1814. package/dist/commonjs/models/components/customerbenefitgrantlicensekeysupdate.js.map +0 -1
  1815. package/dist/commonjs/models/components/customerbenefitgrantmetercredit.d.ts +0 -38
  1816. package/dist/commonjs/models/components/customerbenefitgrantmetercredit.d.ts.map +0 -1
  1817. package/dist/commonjs/models/components/customerbenefitgrantmetercredit.js +0 -84
  1818. package/dist/commonjs/models/components/customerbenefitgrantmetercredit.js.map +0 -1
  1819. package/dist/commonjs/models/components/customerbenefitgrantmetercreditupdate.d.ts +0 -12
  1820. package/dist/commonjs/models/components/customerbenefitgrantmetercreditupdate.d.ts.map +0 -1
  1821. package/dist/commonjs/models/components/customerbenefitgrantmetercreditupdate.js +0 -54
  1822. package/dist/commonjs/models/components/customerbenefitgrantmetercreditupdate.js.map +0 -1
  1823. package/dist/commonjs/models/components/customerbenefitgrantsortproperty.d.ts +0 -16
  1824. package/dist/commonjs/models/components/customerbenefitgrantsortproperty.d.ts.map +0 -1
  1825. package/dist/commonjs/models/components/customerbenefitgrantsortproperty.js +0 -53
  1826. package/dist/commonjs/models/components/customerbenefitgrantsortproperty.js.map +0 -1
  1827. package/dist/commonjs/models/components/customerbenefitgrantupdate.d.ts +0 -15
  1828. package/dist/commonjs/models/components/customerbenefitgrantupdate.d.ts.map +0 -1
  1829. package/dist/commonjs/models/components/customerbenefitgrantupdate.js +0 -62
  1830. package/dist/commonjs/models/components/customerbenefitgrantupdate.js.map +0 -1
  1831. package/dist/commonjs/models/components/customercancellationreason.d.ts +0 -18
  1832. package/dist/commonjs/models/components/customercancellationreason.d.ts.map +0 -1
  1833. package/dist/commonjs/models/components/customercancellationreason.js +0 -55
  1834. package/dist/commonjs/models/components/customercancellationreason.js.map +0 -1
  1835. package/dist/commonjs/models/components/customercreate.d.ts +0 -10
  1836. package/dist/commonjs/models/components/customercreate.d.ts.map +0 -1
  1837. package/dist/commonjs/models/components/customercreate.js +0 -19
  1838. package/dist/commonjs/models/components/customercreate.js.map +0 -1
  1839. package/dist/commonjs/models/components/customercreatedevent.d.ts +0 -67
  1840. package/dist/commonjs/models/components/customercreatedevent.d.ts.map +0 -1
  1841. package/dist/commonjs/models/components/customercreatedevent.js +0 -76
  1842. package/dist/commonjs/models/components/customercreatedevent.js.map +0 -1
  1843. package/dist/commonjs/models/components/customercreatedmetadata.d.ts +0 -13
  1844. package/dist/commonjs/models/components/customercreatedmetadata.d.ts.map +0 -1
  1845. package/dist/commonjs/models/components/customercreatedmetadata.js +0 -61
  1846. package/dist/commonjs/models/components/customercreatedmetadata.js.map +0 -1
  1847. package/dist/commonjs/models/components/customercustomermeter.d.ts +0 -43
  1848. package/dist/commonjs/models/components/customercustomermeter.d.ts.map +0 -1
  1849. package/dist/commonjs/models/components/customercustomermeter.js +0 -69
  1850. package/dist/commonjs/models/components/customercustomermeter.js.map +0 -1
  1851. package/dist/commonjs/models/components/customercustomermetermeter.d.ts +0 -25
  1852. package/dist/commonjs/models/components/customercustomermetermeter.d.ts.map +0 -1
  1853. package/dist/commonjs/models/components/customercustomermetermeter.js +0 -59
  1854. package/dist/commonjs/models/components/customercustomermetermeter.js.map +0 -1
  1855. package/dist/commonjs/models/components/customercustomermetersortproperty.d.ts +0 -22
  1856. package/dist/commonjs/models/components/customercustomermetersortproperty.d.ts.map +0 -1
  1857. package/dist/commonjs/models/components/customercustomermetersortproperty.js +0 -59
  1858. package/dist/commonjs/models/components/customercustomermetersortproperty.js.map +0 -1
  1859. package/dist/commonjs/models/components/customercustomersession.d.ts +0 -11
  1860. package/dist/commonjs/models/components/customercustomersession.d.ts.map +0 -1
  1861. package/dist/commonjs/models/components/customercustomersession.js +0 -57
  1862. package/dist/commonjs/models/components/customercustomersession.js.map +0 -1
  1863. package/dist/commonjs/models/components/customerdeletedevent.d.ts +0 -67
  1864. package/dist/commonjs/models/components/customerdeletedevent.d.ts.map +0 -1
  1865. package/dist/commonjs/models/components/customerdeletedevent.js +0 -76
  1866. package/dist/commonjs/models/components/customerdeletedevent.js.map +0 -1
  1867. package/dist/commonjs/models/components/customerdeletedmetadata.d.ts +0 -13
  1868. package/dist/commonjs/models/components/customerdeletedmetadata.d.ts.map +0 -1
  1869. package/dist/commonjs/models/components/customerdeletedmetadata.js +0 -61
  1870. package/dist/commonjs/models/components/customerdeletedmetadata.js.map +0 -1
  1871. package/dist/commonjs/models/components/customeremailupdaterequest.d.ts +0 -12
  1872. package/dist/commonjs/models/components/customeremailupdaterequest.d.ts.map +0 -1
  1873. package/dist/commonjs/models/components/customeremailupdaterequest.js +0 -49
  1874. package/dist/commonjs/models/components/customeremailupdaterequest.js.map +0 -1
  1875. package/dist/commonjs/models/components/customeremailupdateverifyrequest.d.ts +0 -12
  1876. package/dist/commonjs/models/components/customeremailupdateverifyrequest.d.ts.map +0 -1
  1877. package/dist/commonjs/models/components/customeremailupdateverifyrequest.js +0 -49
  1878. package/dist/commonjs/models/components/customeremailupdateverifyrequest.js.map +0 -1
  1879. package/dist/commonjs/models/components/customeremailupdateverifyresponse.d.ts +0 -10
  1880. package/dist/commonjs/models/components/customeremailupdateverifyresponse.d.ts.map +0 -1
  1881. package/dist/commonjs/models/components/customeremailupdateverifyresponse.js +0 -50
  1882. package/dist/commonjs/models/components/customeremailupdateverifyresponse.js.map +0 -1
  1883. package/dist/commonjs/models/components/customerindividual.d.ts +0 -99
  1884. package/dist/commonjs/models/components/customerindividual.d.ts.map +0 -1
  1885. package/dist/commonjs/models/components/customerindividual.js +0 -131
  1886. package/dist/commonjs/models/components/customerindividual.js.map +0 -1
  1887. package/dist/commonjs/models/components/customerindividualcreate.d.ts +0 -69
  1888. package/dist/commonjs/models/components/customerindividualcreate.d.ts.map +0 -1
  1889. package/dist/commonjs/models/components/customerindividualcreate.js +0 -75
  1890. package/dist/commonjs/models/components/customerindividualcreate.js.map +0 -1
  1891. package/dist/commonjs/models/components/customermeter.d.ts +0 -48
  1892. package/dist/commonjs/models/components/customermeter.d.ts.map +0 -1
  1893. package/dist/commonjs/models/components/customermeter.js +0 -71
  1894. package/dist/commonjs/models/components/customermeter.js.map +0 -1
  1895. package/dist/commonjs/models/components/customermetersortproperty.d.ts +0 -26
  1896. package/dist/commonjs/models/components/customermetersortproperty.d.ts.map +0 -1
  1897. package/dist/commonjs/models/components/customermetersortproperty.js +0 -63
  1898. package/dist/commonjs/models/components/customermetersortproperty.js.map +0 -1
  1899. package/dist/commonjs/models/components/customerorder.d.ts +0 -118
  1900. package/dist/commonjs/models/components/customerorder.d.ts.map +0 -1
  1901. package/dist/commonjs/models/components/customerorder.js +0 -118
  1902. package/dist/commonjs/models/components/customerorder.js.map +0 -1
  1903. package/dist/commonjs/models/components/customerorderconfirmpayment.d.ts +0 -26
  1904. package/dist/commonjs/models/components/customerorderconfirmpayment.d.ts.map +0 -1
  1905. package/dist/commonjs/models/components/customerorderconfirmpayment.js +0 -59
  1906. package/dist/commonjs/models/components/customerorderconfirmpayment.js.map +0 -1
  1907. package/dist/commonjs/models/components/customerorderinvoice.d.ts +0 -16
  1908. package/dist/commonjs/models/components/customerorderinvoice.d.ts.map +0 -1
  1909. package/dist/commonjs/models/components/customerorderinvoice.js +0 -50
  1910. package/dist/commonjs/models/components/customerorderinvoice.js.map +0 -1
  1911. package/dist/commonjs/models/components/customerorderpaymentconfirmation.d.ts +0 -24
  1912. package/dist/commonjs/models/components/customerorderpaymentconfirmation.d.ts.map +0 -1
  1913. package/dist/commonjs/models/components/customerorderpaymentconfirmation.js +0 -57
  1914. package/dist/commonjs/models/components/customerorderpaymentconfirmation.js.map +0 -1
  1915. package/dist/commonjs/models/components/customerorderpaymentstatus.d.ts +0 -20
  1916. package/dist/commonjs/models/components/customerorderpaymentstatus.d.ts.map +0 -1
  1917. package/dist/commonjs/models/components/customerorderpaymentstatus.js +0 -51
  1918. package/dist/commonjs/models/components/customerorderpaymentstatus.js.map +0 -1
  1919. package/dist/commonjs/models/components/customerorderproduct.d.ts +0 -83
  1920. package/dist/commonjs/models/components/customerorderproduct.d.ts.map +0 -1
  1921. package/dist/commonjs/models/components/customerorderproduct.js +0 -100
  1922. package/dist/commonjs/models/components/customerorderproduct.js.map +0 -1
  1923. package/dist/commonjs/models/components/customerorderreceipt.d.ts +0 -16
  1924. package/dist/commonjs/models/components/customerorderreceipt.d.ts.map +0 -1
  1925. package/dist/commonjs/models/components/customerorderreceipt.js +0 -50
  1926. package/dist/commonjs/models/components/customerorderreceipt.js.map +0 -1
  1927. package/dist/commonjs/models/components/customerordersortproperty.d.ts +0 -18
  1928. package/dist/commonjs/models/components/customerordersortproperty.d.ts.map +0 -1
  1929. package/dist/commonjs/models/components/customerordersortproperty.js +0 -55
  1930. package/dist/commonjs/models/components/customerordersortproperty.js.map +0 -1
  1931. package/dist/commonjs/models/components/customerordersubscription.d.ts +0 -93
  1932. package/dist/commonjs/models/components/customerordersubscription.d.ts.map +0 -1
  1933. package/dist/commonjs/models/components/customerordersubscription.js +0 -99
  1934. package/dist/commonjs/models/components/customerordersubscription.js.map +0 -1
  1935. package/dist/commonjs/models/components/customerorderupdate.d.ts +0 -24
  1936. package/dist/commonjs/models/components/customerorderupdate.d.ts.map +0 -1
  1937. package/dist/commonjs/models/components/customerorderupdate.js +0 -57
  1938. package/dist/commonjs/models/components/customerorderupdate.js.map +0 -1
  1939. package/dist/commonjs/models/components/customerorganization.d.ts +0 -46
  1940. package/dist/commonjs/models/components/customerorganization.d.ts.map +0 -1
  1941. package/dist/commonjs/models/components/customerorganization.js +0 -73
  1942. package/dist/commonjs/models/components/customerorganization.js.map +0 -1
  1943. package/dist/commonjs/models/components/customerorganizationdata.d.ts +0 -16
  1944. package/dist/commonjs/models/components/customerorganizationdata.d.ts.map +0 -1
  1945. package/dist/commonjs/models/components/customerorganizationdata.js +0 -53
  1946. package/dist/commonjs/models/components/customerorganizationdata.js.map +0 -1
  1947. package/dist/commonjs/models/components/customerorganizationfeaturesettings.d.ts +0 -16
  1948. package/dist/commonjs/models/components/customerorganizationfeaturesettings.d.ts.map +0 -1
  1949. package/dist/commonjs/models/components/customerorganizationfeaturesettings.js +0 -55
  1950. package/dist/commonjs/models/components/customerorganizationfeaturesettings.js.map +0 -1
  1951. package/dist/commonjs/models/components/customerpaymentmethod.d.ts +0 -10
  1952. package/dist/commonjs/models/components/customerpaymentmethod.d.ts.map +0 -1
  1953. package/dist/commonjs/models/components/customerpaymentmethod.js +0 -20
  1954. package/dist/commonjs/models/components/customerpaymentmethod.js.map +0 -1
  1955. package/dist/commonjs/models/components/customerpaymentmethodcard.d.ts +0 -31
  1956. package/dist/commonjs/models/components/customerpaymentmethodcard.d.ts.map +0 -1
  1957. package/dist/commonjs/models/components/customerpaymentmethodcard.js +0 -68
  1958. package/dist/commonjs/models/components/customerpaymentmethodcard.js.map +0 -1
  1959. package/dist/commonjs/models/components/customerpaymentmethodconfirm.d.ts +0 -14
  1960. package/dist/commonjs/models/components/customerpaymentmethodconfirm.d.ts.map +0 -1
  1961. package/dist/commonjs/models/components/customerpaymentmethodconfirm.js +0 -56
  1962. package/dist/commonjs/models/components/customerpaymentmethodconfirm.js.map +0 -1
  1963. package/dist/commonjs/models/components/customerpaymentmethodcreate.d.ts +0 -16
  1964. package/dist/commonjs/models/components/customerpaymentmethodcreate.d.ts.map +0 -1
  1965. package/dist/commonjs/models/components/customerpaymentmethodcreate.js +0 -58
  1966. package/dist/commonjs/models/components/customerpaymentmethodcreate.js.map +0 -1
  1967. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts +0 -11
  1968. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts.map +0 -1
  1969. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.js +0 -57
  1970. package/dist/commonjs/models/components/customerpaymentmethodcreaterequiresactionresponse.js.map +0 -1
  1971. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.d.ts +0 -10
  1972. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.d.ts.map +0 -1
  1973. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.js +0 -53
  1974. package/dist/commonjs/models/components/customerpaymentmethodcreateresponse.js.map +0 -1
  1975. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.d.ts +0 -12
  1976. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.d.ts.map +0 -1
  1977. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.js +0 -57
  1978. package/dist/commonjs/models/components/customerpaymentmethodcreatesucceededresponse.js.map +0 -1
  1979. package/dist/commonjs/models/components/customerpaymentmethodgeneric.d.ts +0 -29
  1980. package/dist/commonjs/models/components/customerpaymentmethodgeneric.d.ts.map +0 -1
  1981. package/dist/commonjs/models/components/customerpaymentmethodgeneric.js +0 -65
  1982. package/dist/commonjs/models/components/customerpaymentmethodgeneric.js.map +0 -1
  1983. package/dist/commonjs/models/components/customerportalcustomer.d.ts +0 -40
  1984. package/dist/commonjs/models/components/customerportalcustomer.d.ts.map +0 -1
  1985. package/dist/commonjs/models/components/customerportalcustomer.js +0 -84
  1986. package/dist/commonjs/models/components/customerportalcustomer.js.map +0 -1
  1987. package/dist/commonjs/models/components/customerportalcustomersettings.d.ts +0 -17
  1988. package/dist/commonjs/models/components/customerportalcustomersettings.d.ts.map +0 -1
  1989. package/dist/commonjs/models/components/customerportalcustomersettings.js +0 -67
  1990. package/dist/commonjs/models/components/customerportalcustomersettings.js.map +0 -1
  1991. package/dist/commonjs/models/components/customerportalcustomerupdate.d.ts +0 -19
  1992. package/dist/commonjs/models/components/customerportalcustomerupdate.d.ts.map +0 -1
  1993. package/dist/commonjs/models/components/customerportalcustomerupdate.js +0 -61
  1994. package/dist/commonjs/models/components/customerportalcustomerupdate.js.map +0 -1
  1995. package/dist/commonjs/models/components/customerportalmember.d.ts +0 -34
  1996. package/dist/commonjs/models/components/customerportalmember.d.ts.map +0 -1
  1997. package/dist/commonjs/models/components/customerportalmember.js +0 -62
  1998. package/dist/commonjs/models/components/customerportalmember.js.map +0 -1
  1999. package/dist/commonjs/models/components/customerportalmembercreate.d.ts +0 -26
  2000. package/dist/commonjs/models/components/customerportalmembercreate.d.ts.map +0 -1
  2001. package/dist/commonjs/models/components/customerportalmembercreate.js +0 -52
  2002. package/dist/commonjs/models/components/customerportalmembercreate.js.map +0 -1
  2003. package/dist/commonjs/models/components/customerportalmemberupdate.d.ts +0 -19
  2004. package/dist/commonjs/models/components/customerportalmemberupdate.d.ts.map +0 -1
  2005. package/dist/commonjs/models/components/customerportalmemberupdate.js +0 -50
  2006. package/dist/commonjs/models/components/customerportalmemberupdate.js.map +0 -1
  2007. package/dist/commonjs/models/components/customerportaloauthaccount.d.ts +0 -11
  2008. package/dist/commonjs/models/components/customerportaloauthaccount.d.ts.map +0 -1
  2009. package/dist/commonjs/models/components/customerportaloauthaccount.js +0 -57
  2010. package/dist/commonjs/models/components/customerportaloauthaccount.js.map +0 -1
  2011. package/dist/commonjs/models/components/customerportalsubscriptionsettings.d.ts +0 -19
  2012. package/dist/commonjs/models/components/customerportalsubscriptionsettings.d.ts.map +0 -1
  2013. package/dist/commonjs/models/components/customerportalsubscriptionsettings.js +0 -71
  2014. package/dist/commonjs/models/components/customerportalsubscriptionsettings.js.map +0 -1
  2015. package/dist/commonjs/models/components/customerportalusagesettings.d.ts +0 -17
  2016. package/dist/commonjs/models/components/customerportalusagesettings.d.ts.map +0 -1
  2017. package/dist/commonjs/models/components/customerportalusagesettings.js +0 -58
  2018. package/dist/commonjs/models/components/customerportalusagesettings.js.map +0 -1
  2019. package/dist/commonjs/models/components/customerproduct.d.ts +0 -84
  2020. package/dist/commonjs/models/components/customerproduct.d.ts.map +0 -1
  2021. package/dist/commonjs/models/components/customerproduct.js +0 -98
  2022. package/dist/commonjs/models/components/customerproduct.js.map +0 -1
  2023. package/dist/commonjs/models/components/customerseat.d.ts +0 -93
  2024. package/dist/commonjs/models/components/customerseat.d.ts.map +0 -1
  2025. package/dist/commonjs/models/components/customerseat.js +0 -117
  2026. package/dist/commonjs/models/components/customerseat.js.map +0 -1
  2027. package/dist/commonjs/models/components/customerseatassign.d.ts +0 -64
  2028. package/dist/commonjs/models/components/customerseatassign.d.ts.map +0 -1
  2029. package/dist/commonjs/models/components/customerseatassign.js +0 -70
  2030. package/dist/commonjs/models/components/customerseatassign.js.map +0 -1
  2031. package/dist/commonjs/models/components/customerseatclaimresponse.d.ts +0 -18
  2032. package/dist/commonjs/models/components/customerseatclaimresponse.d.ts.map +0 -1
  2033. package/dist/commonjs/models/components/customerseatclaimresponse.js +0 -57
  2034. package/dist/commonjs/models/components/customerseatclaimresponse.js.map +0 -1
  2035. package/dist/commonjs/models/components/customersession.d.ts +0 -31
  2036. package/dist/commonjs/models/components/customersession.d.ts.map +0 -1
  2037. package/dist/commonjs/models/components/customersession.js +0 -69
  2038. package/dist/commonjs/models/components/customersession.js.map +0 -1
  2039. package/dist/commonjs/models/components/customersessioncustomerexternalidcreate.d.ts +0 -33
  2040. package/dist/commonjs/models/components/customersessioncustomerexternalidcreate.d.ts.map +0 -1
  2041. package/dist/commonjs/models/components/customersessioncustomerexternalidcreate.js +0 -60
  2042. package/dist/commonjs/models/components/customersessioncustomerexternalidcreate.js.map +0 -1
  2043. package/dist/commonjs/models/components/customersessioncustomeridcreate.d.ts +0 -33
  2044. package/dist/commonjs/models/components/customersessioncustomeridcreate.d.ts.map +0 -1
  2045. package/dist/commonjs/models/components/customersessioncustomeridcreate.js +0 -60
  2046. package/dist/commonjs/models/components/customersessioncustomeridcreate.js.map +0 -1
  2047. package/dist/commonjs/models/components/customersortproperty.d.ts +0 -14
  2048. package/dist/commonjs/models/components/customersortproperty.d.ts.map +0 -1
  2049. package/dist/commonjs/models/components/customersortproperty.js +0 -51
  2050. package/dist/commonjs/models/components/customersortproperty.js.map +0 -1
  2051. package/dist/commonjs/models/components/customerstate.d.ts +0 -15
  2052. package/dist/commonjs/models/components/customerstate.d.ts.map +0 -1
  2053. package/dist/commonjs/models/components/customerstate.js +0 -62
  2054. package/dist/commonjs/models/components/customerstate.js.map +0 -1
  2055. package/dist/commonjs/models/components/customerstatebenefitgrant.d.ts +0 -70
  2056. package/dist/commonjs/models/components/customerstatebenefitgrant.d.ts.map +0 -1
  2057. package/dist/commonjs/models/components/customerstatebenefitgrant.js +0 -140
  2058. package/dist/commonjs/models/components/customerstatebenefitgrant.js.map +0 -1
  2059. package/dist/commonjs/models/components/customerstateindividual.d.ts +0 -123
  2060. package/dist/commonjs/models/components/customerstateindividual.d.ts.map +0 -1
  2061. package/dist/commonjs/models/components/customerstateindividual.js +0 -146
  2062. package/dist/commonjs/models/components/customerstateindividual.js.map +0 -1
  2063. package/dist/commonjs/models/components/customerstatemeter.d.ts +0 -53
  2064. package/dist/commonjs/models/components/customerstatemeter.d.ts.map +0 -1
  2065. package/dist/commonjs/models/components/customerstatemeter.js +0 -87
  2066. package/dist/commonjs/models/components/customerstatemeter.js.map +0 -1
  2067. package/dist/commonjs/models/components/customerstatesubscription.d.ts +0 -139
  2068. package/dist/commonjs/models/components/customerstatesubscription.d.ts.map +0 -1
  2069. package/dist/commonjs/models/components/customerstatesubscription.js +0 -178
  2070. package/dist/commonjs/models/components/customerstatesubscription.js.map +0 -1
  2071. package/dist/commonjs/models/components/customerstatesubscriptionmeter.d.ts +0 -53
  2072. package/dist/commonjs/models/components/customerstatesubscriptionmeter.d.ts.map +0 -1
  2073. package/dist/commonjs/models/components/customerstatesubscriptionmeter.js +0 -87
  2074. package/dist/commonjs/models/components/customerstatesubscriptionmeter.js.map +0 -1
  2075. package/dist/commonjs/models/components/customerstateteam.d.ts +0 -123
  2076. package/dist/commonjs/models/components/customerstateteam.d.ts.map +0 -1
  2077. package/dist/commonjs/models/components/customerstateteam.js +0 -146
  2078. package/dist/commonjs/models/components/customerstateteam.js.map +0 -1
  2079. package/dist/commonjs/models/components/customersubscription.d.ts +0 -115
  2080. package/dist/commonjs/models/components/customersubscription.d.ts.map +0 -1
  2081. package/dist/commonjs/models/components/customersubscription.js +0 -122
  2082. package/dist/commonjs/models/components/customersubscription.js.map +0 -1
  2083. package/dist/commonjs/models/components/customersubscriptioncancel.d.ts +0 -41
  2084. package/dist/commonjs/models/components/customersubscriptioncancel.d.ts.map +0 -1
  2085. package/dist/commonjs/models/components/customersubscriptioncancel.js +0 -59
  2086. package/dist/commonjs/models/components/customersubscriptioncancel.js.map +0 -1
  2087. package/dist/commonjs/models/components/customersubscriptionmeter.d.ts +0 -39
  2088. package/dist/commonjs/models/components/customersubscriptionmeter.d.ts.map +0 -1
  2089. package/dist/commonjs/models/components/customersubscriptionmeter.js +0 -67
  2090. package/dist/commonjs/models/components/customersubscriptionmeter.js.map +0 -1
  2091. package/dist/commonjs/models/components/customersubscriptionmetermeter.d.ts +0 -25
  2092. package/dist/commonjs/models/components/customersubscriptionmetermeter.d.ts.map +0 -1
  2093. package/dist/commonjs/models/components/customersubscriptionmetermeter.js +0 -59
  2094. package/dist/commonjs/models/components/customersubscriptionmetermeter.js.map +0 -1
  2095. package/dist/commonjs/models/components/customersubscriptionproduct.d.ts +0 -83
  2096. package/dist/commonjs/models/components/customersubscriptionproduct.d.ts.map +0 -1
  2097. package/dist/commonjs/models/components/customersubscriptionproduct.js +0 -100
  2098. package/dist/commonjs/models/components/customersubscriptionproduct.js.map +0 -1
  2099. package/dist/commonjs/models/components/customersubscriptionsortproperty.d.ts +0 -18
  2100. package/dist/commonjs/models/components/customersubscriptionsortproperty.d.ts.map +0 -1
  2101. package/dist/commonjs/models/components/customersubscriptionsortproperty.js +0 -55
  2102. package/dist/commonjs/models/components/customersubscriptionsortproperty.js.map +0 -1
  2103. package/dist/commonjs/models/components/customersubscriptionupdate.d.ts +0 -12
  2104. package/dist/commonjs/models/components/customersubscriptionupdate.d.ts.map +0 -1
  2105. package/dist/commonjs/models/components/customersubscriptionupdate.js +0 -23
  2106. package/dist/commonjs/models/components/customersubscriptionupdate.js.map +0 -1
  2107. package/dist/commonjs/models/components/customersubscriptionupdateclear.d.ts +0 -15
  2108. package/dist/commonjs/models/components/customersubscriptionupdateclear.d.ts.map +0 -1
  2109. package/dist/commonjs/models/components/customersubscriptionupdateclear.js +0 -54
  2110. package/dist/commonjs/models/components/customersubscriptionupdateclear.js.map +0 -1
  2111. package/dist/commonjs/models/components/customersubscriptionupdateproduct.d.ts +0 -15
  2112. package/dist/commonjs/models/components/customersubscriptionupdateproduct.d.ts.map +0 -1
  2113. package/dist/commonjs/models/components/customersubscriptionupdateproduct.js +0 -54
  2114. package/dist/commonjs/models/components/customersubscriptionupdateproduct.js.map +0 -1
  2115. package/dist/commonjs/models/components/customersubscriptionupdateseats.d.ts +0 -21
  2116. package/dist/commonjs/models/components/customersubscriptionupdateseats.d.ts.map +0 -1
  2117. package/dist/commonjs/models/components/customersubscriptionupdateseats.js +0 -56
  2118. package/dist/commonjs/models/components/customersubscriptionupdateseats.js.map +0 -1
  2119. package/dist/commonjs/models/components/customerteam.d.ts +0 -99
  2120. package/dist/commonjs/models/components/customerteam.d.ts.map +0 -1
  2121. package/dist/commonjs/models/components/customerteam.js +0 -131
  2122. package/dist/commonjs/models/components/customerteam.js.map +0 -1
  2123. package/dist/commonjs/models/components/customerteamcreate.d.ts +0 -69
  2124. package/dist/commonjs/models/components/customerteamcreate.d.ts.map +0 -1
  2125. package/dist/commonjs/models/components/customerteamcreate.js +0 -75
  2126. package/dist/commonjs/models/components/customerteamcreate.js.map +0 -1
  2127. package/dist/commonjs/models/components/customertype.d.ts +0 -12
  2128. package/dist/commonjs/models/components/customertype.d.ts.map +0 -1
  2129. package/dist/commonjs/models/components/customertype.js +0 -49
  2130. package/dist/commonjs/models/components/customertype.js.map +0 -1
  2131. package/dist/commonjs/models/components/customerupdate.d.ts +0 -62
  2132. package/dist/commonjs/models/components/customerupdate.d.ts.map +0 -1
  2133. package/dist/commonjs/models/components/customerupdate.js +0 -72
  2134. package/dist/commonjs/models/components/customerupdate.js.map +0 -1
  2135. package/dist/commonjs/models/components/customerupdatedevent.d.ts +0 -67
  2136. package/dist/commonjs/models/components/customerupdatedevent.d.ts.map +0 -1
  2137. package/dist/commonjs/models/components/customerupdatedevent.js +0 -76
  2138. package/dist/commonjs/models/components/customerupdatedevent.js.map +0 -1
  2139. package/dist/commonjs/models/components/customerupdatedfields.d.ts +0 -21
  2140. package/dist/commonjs/models/components/customerupdatedfields.d.ts.map +0 -1
  2141. package/dist/commonjs/models/components/customerupdatedfields.js +0 -68
  2142. package/dist/commonjs/models/components/customerupdatedfields.js.map +0 -1
  2143. package/dist/commonjs/models/components/customerupdatedmetadata.d.ts +0 -15
  2144. package/dist/commonjs/models/components/customerupdatedmetadata.d.ts.map +0 -1
  2145. package/dist/commonjs/models/components/customerupdatedmetadata.js +0 -64
  2146. package/dist/commonjs/models/components/customerupdatedmetadata.js.map +0 -1
  2147. package/dist/commonjs/models/components/customerupdateexternalid.d.ts +0 -51
  2148. package/dist/commonjs/models/components/customerupdateexternalid.d.ts.map +0 -1
  2149. package/dist/commonjs/models/components/customerupdateexternalid.js +0 -68
  2150. package/dist/commonjs/models/components/customerupdateexternalid.js.map +0 -1
  2151. package/dist/commonjs/models/components/customerwallet.d.ts +0 -40
  2152. package/dist/commonjs/models/components/customerwallet.d.ts.map +0 -1
  2153. package/dist/commonjs/models/components/customerwallet.js +0 -62
  2154. package/dist/commonjs/models/components/customerwallet.js.map +0 -1
  2155. package/dist/commonjs/models/components/customerwalletsortproperty.d.ts +0 -12
  2156. package/dist/commonjs/models/components/customerwalletsortproperty.d.ts.map +0 -1
  2157. package/dist/commonjs/models/components/customerwalletsortproperty.js +0 -49
  2158. package/dist/commonjs/models/components/customerwalletsortproperty.js.map +0 -1
  2159. package/dist/commonjs/models/components/customfield.d.ts +0 -18
  2160. package/dist/commonjs/models/components/customfield.d.ts.map +0 -1
  2161. package/dist/commonjs/models/components/customfield.js +0 -72
  2162. package/dist/commonjs/models/components/customfield.js.map +0 -1
  2163. package/dist/commonjs/models/components/customfieldcheckbox.d.ts +0 -60
  2164. package/dist/commonjs/models/components/customfieldcheckbox.d.ts.map +0 -1
  2165. package/dist/commonjs/models/components/customfieldcheckbox.js +0 -89
  2166. package/dist/commonjs/models/components/customfieldcheckbox.js.map +0 -1
  2167. package/dist/commonjs/models/components/customfieldcheckboxproperties.d.ts +0 -21
  2168. package/dist/commonjs/models/components/customfieldcheckboxproperties.d.ts.map +0 -1
  2169. package/dist/commonjs/models/components/customfieldcheckboxproperties.js +0 -75
  2170. package/dist/commonjs/models/components/customfieldcheckboxproperties.js.map +0 -1
  2171. package/dist/commonjs/models/components/customfieldcreate.d.ts +0 -13
  2172. package/dist/commonjs/models/components/customfieldcreate.d.ts.map +0 -1
  2173. package/dist/commonjs/models/components/customfieldcreate.js +0 -58
  2174. package/dist/commonjs/models/components/customfieldcreate.js.map +0 -1
  2175. package/dist/commonjs/models/components/customfieldcreatecheckbox.d.ts +0 -60
  2176. package/dist/commonjs/models/components/customfieldcreatecheckbox.d.ts.map +0 -1
  2177. package/dist/commonjs/models/components/customfieldcreatecheckbox.js +0 -67
  2178. package/dist/commonjs/models/components/customfieldcreatecheckbox.js.map +0 -1
  2179. package/dist/commonjs/models/components/customfieldcreatedate.d.ts +0 -60
  2180. package/dist/commonjs/models/components/customfieldcreatedate.d.ts.map +0 -1
  2181. package/dist/commonjs/models/components/customfieldcreatedate.js +0 -67
  2182. package/dist/commonjs/models/components/customfieldcreatedate.js.map +0 -1
  2183. package/dist/commonjs/models/components/customfieldcreatenumber.d.ts +0 -60
  2184. package/dist/commonjs/models/components/customfieldcreatenumber.d.ts.map +0 -1
  2185. package/dist/commonjs/models/components/customfieldcreatenumber.js +0 -67
  2186. package/dist/commonjs/models/components/customfieldcreatenumber.js.map +0 -1
  2187. package/dist/commonjs/models/components/customfieldcreateselect.d.ts +0 -60
  2188. package/dist/commonjs/models/components/customfieldcreateselect.d.ts.map +0 -1
  2189. package/dist/commonjs/models/components/customfieldcreateselect.js +0 -67
  2190. package/dist/commonjs/models/components/customfieldcreateselect.js.map +0 -1
  2191. package/dist/commonjs/models/components/customfieldcreatetext.d.ts +0 -60
  2192. package/dist/commonjs/models/components/customfieldcreatetext.d.ts.map +0 -1
  2193. package/dist/commonjs/models/components/customfieldcreatetext.js +0 -67
  2194. package/dist/commonjs/models/components/customfieldcreatetext.js.map +0 -1
  2195. package/dist/commonjs/models/components/customfielddate.d.ts +0 -60
  2196. package/dist/commonjs/models/components/customfielddate.d.ts.map +0 -1
  2197. package/dist/commonjs/models/components/customfielddate.js +0 -89
  2198. package/dist/commonjs/models/components/customfielddate.js.map +0 -1
  2199. package/dist/commonjs/models/components/customfielddateproperties.d.ts +0 -25
  2200. package/dist/commonjs/models/components/customfielddateproperties.d.ts.map +0 -1
  2201. package/dist/commonjs/models/components/customfielddateproperties.js +0 -79
  2202. package/dist/commonjs/models/components/customfielddateproperties.js.map +0 -1
  2203. package/dist/commonjs/models/components/customfieldnumber.d.ts +0 -60
  2204. package/dist/commonjs/models/components/customfieldnumber.d.ts.map +0 -1
  2205. package/dist/commonjs/models/components/customfieldnumber.js +0 -89
  2206. package/dist/commonjs/models/components/customfieldnumber.js.map +0 -1
  2207. package/dist/commonjs/models/components/customfieldnumberproperties.d.ts +0 -25
  2208. package/dist/commonjs/models/components/customfieldnumberproperties.d.ts.map +0 -1
  2209. package/dist/commonjs/models/components/customfieldnumberproperties.js +0 -79
  2210. package/dist/commonjs/models/components/customfieldnumberproperties.js.map +0 -1
  2211. package/dist/commonjs/models/components/customfieldselect.d.ts +0 -60
  2212. package/dist/commonjs/models/components/customfieldselect.d.ts.map +0 -1
  2213. package/dist/commonjs/models/components/customfieldselect.js +0 -89
  2214. package/dist/commonjs/models/components/customfieldselect.js.map +0 -1
  2215. package/dist/commonjs/models/components/customfieldselectoption.d.ts +0 -19
  2216. package/dist/commonjs/models/components/customfieldselectoption.d.ts.map +0 -1
  2217. package/dist/commonjs/models/components/customfieldselectoption.js +0 -60
  2218. package/dist/commonjs/models/components/customfieldselectoption.js.map +0 -1
  2219. package/dist/commonjs/models/components/customfieldselectproperties.d.ts +0 -24
  2220. package/dist/commonjs/models/components/customfieldselectproperties.d.ts.map +0 -1
  2221. package/dist/commonjs/models/components/customfieldselectproperties.js +0 -78
  2222. package/dist/commonjs/models/components/customfieldselectproperties.js.map +0 -1
  2223. package/dist/commonjs/models/components/customfieldsortproperty.d.ts +0 -16
  2224. package/dist/commonjs/models/components/customfieldsortproperty.d.ts.map +0 -1
  2225. package/dist/commonjs/models/components/customfieldsortproperty.js +0 -53
  2226. package/dist/commonjs/models/components/customfieldsortproperty.js.map +0 -1
  2227. package/dist/commonjs/models/components/customfieldtext.d.ts +0 -60
  2228. package/dist/commonjs/models/components/customfieldtext.d.ts.map +0 -1
  2229. package/dist/commonjs/models/components/customfieldtext.js +0 -89
  2230. package/dist/commonjs/models/components/customfieldtext.js.map +0 -1
  2231. package/dist/commonjs/models/components/customfieldtextproperties.d.ts +0 -27
  2232. package/dist/commonjs/models/components/customfieldtextproperties.d.ts.map +0 -1
  2233. package/dist/commonjs/models/components/customfieldtextproperties.js +0 -85
  2234. package/dist/commonjs/models/components/customfieldtextproperties.js.map +0 -1
  2235. package/dist/commonjs/models/components/customfieldtype.d.ts +0 -13
  2236. package/dist/commonjs/models/components/customfieldtype.d.ts.map +0 -1
  2237. package/dist/commonjs/models/components/customfieldtype.js +0 -50
  2238. package/dist/commonjs/models/components/customfieldtype.js.map +0 -1
  2239. package/dist/commonjs/models/components/customfieldupdate.d.ts +0 -13
  2240. package/dist/commonjs/models/components/customfieldupdate.d.ts.map +0 -1
  2241. package/dist/commonjs/models/components/customfieldupdate.js +0 -58
  2242. package/dist/commonjs/models/components/customfieldupdate.js.map +0 -1
  2243. package/dist/commonjs/models/components/customfieldupdatecheckbox.d.ts +0 -49
  2244. package/dist/commonjs/models/components/customfieldupdatecheckbox.d.ts.map +0 -1
  2245. package/dist/commonjs/models/components/customfieldupdatecheckbox.js +0 -61
  2246. package/dist/commonjs/models/components/customfieldupdatecheckbox.js.map +0 -1
  2247. package/dist/commonjs/models/components/customfieldupdatedate.d.ts +0 -49
  2248. package/dist/commonjs/models/components/customfieldupdatedate.d.ts.map +0 -1
  2249. package/dist/commonjs/models/components/customfieldupdatedate.js +0 -61
  2250. package/dist/commonjs/models/components/customfieldupdatedate.js.map +0 -1
  2251. package/dist/commonjs/models/components/customfieldupdatenumber.d.ts +0 -49
  2252. package/dist/commonjs/models/components/customfieldupdatenumber.d.ts.map +0 -1
  2253. package/dist/commonjs/models/components/customfieldupdatenumber.js +0 -61
  2254. package/dist/commonjs/models/components/customfieldupdatenumber.js.map +0 -1
  2255. package/dist/commonjs/models/components/customfieldupdateselect.d.ts +0 -49
  2256. package/dist/commonjs/models/components/customfieldupdateselect.d.ts.map +0 -1
  2257. package/dist/commonjs/models/components/customfieldupdateselect.js +0 -61
  2258. package/dist/commonjs/models/components/customfieldupdateselect.js.map +0 -1
  2259. package/dist/commonjs/models/components/customfieldupdatetext.d.ts +0 -49
  2260. package/dist/commonjs/models/components/customfieldupdatetext.d.ts.map +0 -1
  2261. package/dist/commonjs/models/components/customfieldupdatetext.js +0 -61
  2262. package/dist/commonjs/models/components/customfieldupdatetext.js.map +0 -1
  2263. package/dist/commonjs/models/components/discount.d.ts +0 -12
  2264. package/dist/commonjs/models/components/discount.d.ts.map +0 -1
  2265. package/dist/commonjs/models/components/discount.js +0 -24
  2266. package/dist/commonjs/models/components/discount.js.map +0 -1
  2267. package/dist/commonjs/models/components/discountcreate.d.ts +0 -10
  2268. package/dist/commonjs/models/components/discountcreate.d.ts.map +0 -1
  2269. package/dist/commonjs/models/components/discountcreate.js +0 -52
  2270. package/dist/commonjs/models/components/discountcreate.js.map +0 -1
  2271. package/dist/commonjs/models/components/discountduration.d.ts +0 -13
  2272. package/dist/commonjs/models/components/discountduration.d.ts.map +0 -1
  2273. package/dist/commonjs/models/components/discountduration.js +0 -50
  2274. package/dist/commonjs/models/components/discountduration.js.map +0 -1
  2275. package/dist/commonjs/models/components/discountfixedcreate.d.ts +0 -106
  2276. package/dist/commonjs/models/components/discountfixedcreate.d.ts.map +0 -1
  2277. package/dist/commonjs/models/components/discountfixedcreate.js +0 -80
  2278. package/dist/commonjs/models/components/discountfixedcreate.js.map +0 -1
  2279. package/dist/commonjs/models/components/discountfixedonceforeverduration.d.ts +0 -76
  2280. package/dist/commonjs/models/components/discountfixedonceforeverduration.d.ts.map +0 -1
  2281. package/dist/commonjs/models/components/discountfixedonceforeverduration.js +0 -81
  2282. package/dist/commonjs/models/components/discountfixedonceforeverduration.js.map +0 -1
  2283. package/dist/commonjs/models/components/discountfixedonceforeverdurationbase.d.ts +0 -97
  2284. package/dist/commonjs/models/components/discountfixedonceforeverdurationbase.d.ts.map +0 -1
  2285. package/dist/commonjs/models/components/discountfixedonceforeverdurationbase.js +0 -112
  2286. package/dist/commonjs/models/components/discountfixedonceforeverdurationbase.js.map +0 -1
  2287. package/dist/commonjs/models/components/discountfixedrepeatduration.d.ts +0 -80
  2288. package/dist/commonjs/models/components/discountfixedrepeatduration.d.ts.map +0 -1
  2289. package/dist/commonjs/models/components/discountfixedrepeatduration.js +0 -83
  2290. package/dist/commonjs/models/components/discountfixedrepeatduration.js.map +0 -1
  2291. package/dist/commonjs/models/components/discountfixedrepeatdurationbase.d.ts +0 -99
  2292. package/dist/commonjs/models/components/discountfixedrepeatdurationbase.d.ts.map +0 -1
  2293. package/dist/commonjs/models/components/discountfixedrepeatdurationbase.js +0 -116
  2294. package/dist/commonjs/models/components/discountfixedrepeatdurationbase.js.map +0 -1
  2295. package/dist/commonjs/models/components/discountpercentagecreate.d.ts +0 -99
  2296. package/dist/commonjs/models/components/discountpercentagecreate.d.ts.map +0 -1
  2297. package/dist/commonjs/models/components/discountpercentagecreate.js +0 -78
  2298. package/dist/commonjs/models/components/discountpercentagecreate.js.map +0 -1
  2299. package/dist/commonjs/models/components/discountpercentageonceforeverduration.d.ts +0 -66
  2300. package/dist/commonjs/models/components/discountpercentageonceforeverduration.d.ts.map +0 -1
  2301. package/dist/commonjs/models/components/discountpercentageonceforeverduration.js +0 -80
  2302. package/dist/commonjs/models/components/discountpercentageonceforeverduration.js.map +0 -1
  2303. package/dist/commonjs/models/components/discountpercentageonceforeverdurationbase.d.ts +0 -83
  2304. package/dist/commonjs/models/components/discountpercentageonceforeverdurationbase.d.ts.map +0 -1
  2305. package/dist/commonjs/models/components/discountpercentageonceforeverdurationbase.js +0 -110
  2306. package/dist/commonjs/models/components/discountpercentageonceforeverdurationbase.js.map +0 -1
  2307. package/dist/commonjs/models/components/discountpercentagerepeatduration.d.ts +0 -70
  2308. package/dist/commonjs/models/components/discountpercentagerepeatduration.d.ts.map +0 -1
  2309. package/dist/commonjs/models/components/discountpercentagerepeatduration.js +0 -82
  2310. package/dist/commonjs/models/components/discountpercentagerepeatduration.js.map +0 -1
  2311. package/dist/commonjs/models/components/discountpercentagerepeatdurationbase.d.ts +0 -85
  2312. package/dist/commonjs/models/components/discountpercentagerepeatdurationbase.d.ts.map +0 -1
  2313. package/dist/commonjs/models/components/discountpercentagerepeatdurationbase.js +0 -114
  2314. package/dist/commonjs/models/components/discountpercentagerepeatdurationbase.js.map +0 -1
  2315. package/dist/commonjs/models/components/discountproduct.d.ts +0 -68
  2316. package/dist/commonjs/models/components/discountproduct.d.ts.map +0 -1
  2317. package/dist/commonjs/models/components/discountproduct.js +0 -80
  2318. package/dist/commonjs/models/components/discountproduct.js.map +0 -1
  2319. package/dist/commonjs/models/components/discountsortproperty.d.ts +0 -18
  2320. package/dist/commonjs/models/components/discountsortproperty.d.ts.map +0 -1
  2321. package/dist/commonjs/models/components/discountsortproperty.js +0 -55
  2322. package/dist/commonjs/models/components/discountsortproperty.js.map +0 -1
  2323. package/dist/commonjs/models/components/discounttype.d.ts +0 -12
  2324. package/dist/commonjs/models/components/discounttype.d.ts.map +0 -1
  2325. package/dist/commonjs/models/components/discounttype.js +0 -49
  2326. package/dist/commonjs/models/components/discounttype.js.map +0 -1
  2327. package/dist/commonjs/models/components/discountupdate.d.ts +0 -91
  2328. package/dist/commonjs/models/components/discountupdate.d.ts.map +0 -1
  2329. package/dist/commonjs/models/components/discountupdate.js +0 -81
  2330. package/dist/commonjs/models/components/discountupdate.js.map +0 -1
  2331. package/dist/commonjs/models/components/dispute.d.ts +0 -58
  2332. package/dist/commonjs/models/components/dispute.d.ts.map +0 -1
  2333. package/dist/commonjs/models/components/dispute.js +0 -70
  2334. package/dist/commonjs/models/components/dispute.js.map +0 -1
  2335. package/dist/commonjs/models/components/disputesortproperty.d.ts +0 -12
  2336. package/dist/commonjs/models/components/disputesortproperty.d.ts.map +0 -1
  2337. package/dist/commonjs/models/components/disputesortproperty.js +0 -49
  2338. package/dist/commonjs/models/components/disputesortproperty.js.map +0 -1
  2339. package/dist/commonjs/models/components/disputestatus.d.ts +0 -16
  2340. package/dist/commonjs/models/components/disputestatus.d.ts.map +0 -1
  2341. package/dist/commonjs/models/components/disputestatus.js +0 -53
  2342. package/dist/commonjs/models/components/disputestatus.js.map +0 -1
  2343. package/dist/commonjs/models/components/downloadablefilecreate.d.ts +0 -30
  2344. package/dist/commonjs/models/components/downloadablefilecreate.d.ts.map +0 -1
  2345. package/dist/commonjs/models/components/downloadablefilecreate.js +0 -64
  2346. package/dist/commonjs/models/components/downloadablefilecreate.js.map +0 -1
  2347. package/dist/commonjs/models/components/downloadablefileread.d.ts +0 -31
  2348. package/dist/commonjs/models/components/downloadablefileread.d.ts.map +0 -1
  2349. package/dist/commonjs/models/components/downloadablefileread.js +0 -79
  2350. package/dist/commonjs/models/components/downloadablefileread.js.map +0 -1
  2351. package/dist/commonjs/models/components/downloadableread.d.ts +0 -13
  2352. package/dist/commonjs/models/components/downloadableread.d.ts.map +0 -1
  2353. package/dist/commonjs/models/components/downloadableread.js +0 -58
  2354. package/dist/commonjs/models/components/downloadableread.js.map +0 -1
  2355. package/dist/commonjs/models/components/event.d.ts +0 -10
  2356. package/dist/commonjs/models/components/event.d.ts.map +0 -1
  2357. package/dist/commonjs/models/components/event.js +0 -20
  2358. package/dist/commonjs/models/components/event.js.map +0 -1
  2359. package/dist/commonjs/models/components/eventcreatecustomer.d.ts +0 -52
  2360. package/dist/commonjs/models/components/eventcreatecustomer.d.ts.map +0 -1
  2361. package/dist/commonjs/models/components/eventcreatecustomer.js +0 -66
  2362. package/dist/commonjs/models/components/eventcreatecustomer.js.map +0 -1
  2363. package/dist/commonjs/models/components/eventcreateexternalcustomer.d.ts +0 -52
  2364. package/dist/commonjs/models/components/eventcreateexternalcustomer.d.ts.map +0 -1
  2365. package/dist/commonjs/models/components/eventcreateexternalcustomer.js +0 -66
  2366. package/dist/commonjs/models/components/eventcreateexternalcustomer.js.map +0 -1
  2367. package/dist/commonjs/models/components/eventmetadatainput.d.ts +0 -10
  2368. package/dist/commonjs/models/components/eventmetadatainput.d.ts.map +0 -1
  2369. package/dist/commonjs/models/components/eventmetadatainput.js +0 -57
  2370. package/dist/commonjs/models/components/eventmetadatainput.js.map +0 -1
  2371. package/dist/commonjs/models/components/eventmetadataoutput.d.ts +0 -10
  2372. package/dist/commonjs/models/components/eventmetadataoutput.d.ts.map +0 -1
  2373. package/dist/commonjs/models/components/eventmetadataoutput.js +0 -58
  2374. package/dist/commonjs/models/components/eventmetadataoutput.js.map +0 -1
  2375. package/dist/commonjs/models/components/eventname.d.ts +0 -27
  2376. package/dist/commonjs/models/components/eventname.d.ts.map +0 -1
  2377. package/dist/commonjs/models/components/eventname.js +0 -62
  2378. package/dist/commonjs/models/components/eventname.js.map +0 -1
  2379. package/dist/commonjs/models/components/eventnamessortproperty.d.ts +0 -16
  2380. package/dist/commonjs/models/components/eventnamessortproperty.d.ts.map +0 -1
  2381. package/dist/commonjs/models/components/eventnamessortproperty.js +0 -53
  2382. package/dist/commonjs/models/components/eventnamessortproperty.js.map +0 -1
  2383. package/dist/commonjs/models/components/eventsingest.d.ts +0 -23
  2384. package/dist/commonjs/models/components/eventsingest.d.ts.map +0 -1
  2385. package/dist/commonjs/models/components/eventsingest.js +0 -64
  2386. package/dist/commonjs/models/components/eventsingest.js.map +0 -1
  2387. package/dist/commonjs/models/components/eventsingestresponse.d.ts +0 -17
  2388. package/dist/commonjs/models/components/eventsingestresponse.d.ts.map +0 -1
  2389. package/dist/commonjs/models/components/eventsingestresponse.js +0 -51
  2390. package/dist/commonjs/models/components/eventsingestresponse.js.map +0 -1
  2391. package/dist/commonjs/models/components/eventsortproperty.d.ts +0 -10
  2392. package/dist/commonjs/models/components/eventsortproperty.d.ts.map +0 -1
  2393. package/dist/commonjs/models/components/eventsortproperty.js +0 -47
  2394. package/dist/commonjs/models/components/eventsortproperty.js.map +0 -1
  2395. package/dist/commonjs/models/components/eventsource.d.ts +0 -12
  2396. package/dist/commonjs/models/components/eventsource.d.ts.map +0 -1
  2397. package/dist/commonjs/models/components/eventsource.js +0 -49
  2398. package/dist/commonjs/models/components/eventsource.js.map +0 -1
  2399. package/dist/commonjs/models/components/eventtype.d.ts +0 -37
  2400. package/dist/commonjs/models/components/eventtype.d.ts.map +0 -1
  2401. package/dist/commonjs/models/components/eventtype.js +0 -65
  2402. package/dist/commonjs/models/components/eventtype.js.map +0 -1
  2403. package/dist/commonjs/models/components/eventtypessortproperty.d.ts +0 -18
  2404. package/dist/commonjs/models/components/eventtypessortproperty.d.ts.map +0 -1
  2405. package/dist/commonjs/models/components/eventtypessortproperty.js +0 -55
  2406. package/dist/commonjs/models/components/eventtypessortproperty.js.map +0 -1
  2407. package/dist/commonjs/models/components/eventtypeupdate.d.ts +0 -20
  2408. package/dist/commonjs/models/components/eventtypeupdate.d.ts.map +0 -1
  2409. package/dist/commonjs/models/components/eventtypeupdate.js +0 -55
  2410. package/dist/commonjs/models/components/eventtypeupdate.js.map +0 -1
  2411. package/dist/commonjs/models/components/eventtypewithstats.d.ts +0 -51
  2412. package/dist/commonjs/models/components/eventtypewithstats.d.ts.map +0 -1
  2413. package/dist/commonjs/models/components/eventtypewithstats.js +0 -71
  2414. package/dist/commonjs/models/components/eventtypewithstats.js.map +0 -1
  2415. package/dist/commonjs/models/components/existingproductprice.d.ts +0 -19
  2416. package/dist/commonjs/models/components/existingproductprice.d.ts.map +0 -1
  2417. package/dist/commonjs/models/components/existingproductprice.js +0 -49
  2418. package/dist/commonjs/models/components/existingproductprice.js.map +0 -1
  2419. package/dist/commonjs/models/components/filecreate.d.ts +0 -11
  2420. package/dist/commonjs/models/components/filecreate.d.ts.map +0 -1
  2421. package/dist/commonjs/models/components/filecreate.js +0 -54
  2422. package/dist/commonjs/models/components/filecreate.js.map +0 -1
  2423. package/dist/commonjs/models/components/filedownload.d.ts +0 -30
  2424. package/dist/commonjs/models/components/filedownload.d.ts.map +0 -1
  2425. package/dist/commonjs/models/components/filedownload.js +0 -80
  2426. package/dist/commonjs/models/components/filedownload.js.map +0 -1
  2427. package/dist/commonjs/models/components/filepatch.d.ts +0 -14
  2428. package/dist/commonjs/models/components/filepatch.d.ts.map +0 -1
  2429. package/dist/commonjs/models/components/filepatch.js +0 -50
  2430. package/dist/commonjs/models/components/filepatch.js.map +0 -1
  2431. package/dist/commonjs/models/components/fileservicetypes.d.ts +0 -11
  2432. package/dist/commonjs/models/components/fileservicetypes.d.ts.map +0 -1
  2433. package/dist/commonjs/models/components/fileservicetypes.js +0 -48
  2434. package/dist/commonjs/models/components/fileservicetypes.js.map +0 -1
  2435. package/dist/commonjs/models/components/fileupload.d.ts +0 -30
  2436. package/dist/commonjs/models/components/fileupload.d.ts.map +0 -1
  2437. package/dist/commonjs/models/components/fileupload.js +0 -81
  2438. package/dist/commonjs/models/components/fileupload.js.map +0 -1
  2439. package/dist/commonjs/models/components/fileuploadcompleted.d.ts +0 -17
  2440. package/dist/commonjs/models/components/fileuploadcompleted.d.ts.map +0 -1
  2441. package/dist/commonjs/models/components/fileuploadcompleted.js +0 -52
  2442. package/dist/commonjs/models/components/fileuploadcompleted.js.map +0 -1
  2443. package/dist/commonjs/models/components/filter.d.ts +0 -30
  2444. package/dist/commonjs/models/components/filter.d.ts.map +0 -1
  2445. package/dist/commonjs/models/components/filter.js +0 -85
  2446. package/dist/commonjs/models/components/filter.js.map +0 -1
  2447. package/dist/commonjs/models/components/filterclause.d.ts +0 -31
  2448. package/dist/commonjs/models/components/filterclause.d.ts.map +0 -1
  2449. package/dist/commonjs/models/components/filterclause.js +0 -80
  2450. package/dist/commonjs/models/components/filterclause.js.map +0 -1
  2451. package/dist/commonjs/models/components/filterconjunction.d.ts +0 -12
  2452. package/dist/commonjs/models/components/filterconjunction.d.ts.map +0 -1
  2453. package/dist/commonjs/models/components/filterconjunction.js +0 -49
  2454. package/dist/commonjs/models/components/filterconjunction.js.map +0 -1
  2455. package/dist/commonjs/models/components/filteroperator.d.ts +0 -18
  2456. package/dist/commonjs/models/components/filteroperator.d.ts.map +0 -1
  2457. package/dist/commonjs/models/components/filteroperator.js +0 -55
  2458. package/dist/commonjs/models/components/filteroperator.js.map +0 -1
  2459. package/dist/commonjs/models/components/genericpayment.d.ts +0 -66
  2460. package/dist/commonjs/models/components/genericpayment.d.ts.map +0 -1
  2461. package/dist/commonjs/models/components/genericpayment.js +0 -77
  2462. package/dist/commonjs/models/components/genericpayment.js.map +0 -1
  2463. package/dist/commonjs/models/components/introspecttokenrequest.d.ts +0 -26
  2464. package/dist/commonjs/models/components/introspecttokenrequest.d.ts.map +0 -1
  2465. package/dist/commonjs/models/components/introspecttokenrequest.js +0 -65
  2466. package/dist/commonjs/models/components/introspecttokenrequest.js.map +0 -1
  2467. package/dist/commonjs/models/components/introspecttokenresponse.d.ts +0 -28
  2468. package/dist/commonjs/models/components/introspecttokenresponse.d.ts.map +0 -1
  2469. package/dist/commonjs/models/components/introspecttokenresponse.js +0 -74
  2470. package/dist/commonjs/models/components/introspecttokenresponse.js.map +0 -1
  2471. package/dist/commonjs/models/components/legacyrecurringproductprice.d.ts +0 -16
  2472. package/dist/commonjs/models/components/legacyrecurringproductprice.d.ts.map +0 -1
  2473. package/dist/commonjs/models/components/legacyrecurringproductprice.js +0 -65
  2474. package/dist/commonjs/models/components/legacyrecurringproductprice.js.map +0 -1
  2475. package/dist/commonjs/models/components/legacyrecurringproductpricecustom.d.ts +0 -88
  2476. package/dist/commonjs/models/components/legacyrecurringproductpricecustom.d.ts.map +0 -1
  2477. package/dist/commonjs/models/components/legacyrecurringproductpricecustom.js +0 -118
  2478. package/dist/commonjs/models/components/legacyrecurringproductpricecustom.js.map +0 -1
  2479. package/dist/commonjs/models/components/legacyrecurringproductpricefixed.d.ts +0 -78
  2480. package/dist/commonjs/models/components/legacyrecurringproductpricefixed.d.ts.map +0 -1
  2481. package/dist/commonjs/models/components/legacyrecurringproductpricefixed.js +0 -110
  2482. package/dist/commonjs/models/components/legacyrecurringproductpricefixed.js.map +0 -1
  2483. package/dist/commonjs/models/components/legacyrecurringproductpricefree.d.ts +0 -73
  2484. package/dist/commonjs/models/components/legacyrecurringproductpricefree.d.ts.map +0 -1
  2485. package/dist/commonjs/models/components/legacyrecurringproductpricefree.js +0 -106
  2486. package/dist/commonjs/models/components/legacyrecurringproductpricefree.js.map +0 -1
  2487. package/dist/commonjs/models/components/licensekeyactivate.d.ts +0 -70
  2488. package/dist/commonjs/models/components/licensekeyactivate.d.ts.map +0 -1
  2489. package/dist/commonjs/models/components/licensekeyactivate.js +0 -71
  2490. package/dist/commonjs/models/components/licensekeyactivate.js.map +0 -1
  2491. package/dist/commonjs/models/components/licensekeyactivationbase.d.ts +0 -21
  2492. package/dist/commonjs/models/components/licensekeyactivationbase.d.ts.map +0 -1
  2493. package/dist/commonjs/models/components/licensekeyactivationbase.js +0 -74
  2494. package/dist/commonjs/models/components/licensekeyactivationbase.js.map +0 -1
  2495. package/dist/commonjs/models/components/licensekeyactivationread.d.ts +0 -23
  2496. package/dist/commonjs/models/components/licensekeyactivationread.d.ts.map +0 -1
  2497. package/dist/commonjs/models/components/licensekeyactivationread.js +0 -72
  2498. package/dist/commonjs/models/components/licensekeyactivationread.js.map +0 -1
  2499. package/dist/commonjs/models/components/licensekeycustomer.d.ts +0 -65
  2500. package/dist/commonjs/models/components/licensekeycustomer.d.ts.map +0 -1
  2501. package/dist/commonjs/models/components/licensekeycustomer.js +0 -90
  2502. package/dist/commonjs/models/components/licensekeycustomer.js.map +0 -1
  2503. package/dist/commonjs/models/components/licensekeydeactivate.d.ts +0 -16
  2504. package/dist/commonjs/models/components/licensekeydeactivate.d.ts.map +0 -1
  2505. package/dist/commonjs/models/components/licensekeydeactivate.js +0 -57
  2506. package/dist/commonjs/models/components/licensekeydeactivate.js.map +0 -1
  2507. package/dist/commonjs/models/components/licensekeyread.d.ts +0 -39
  2508. package/dist/commonjs/models/components/licensekeyread.d.ts.map +0 -1
  2509. package/dist/commonjs/models/components/licensekeyread.js +0 -81
  2510. package/dist/commonjs/models/components/licensekeyread.js.map +0 -1
  2511. package/dist/commonjs/models/components/licensekeystatus.d.ts +0 -13
  2512. package/dist/commonjs/models/components/licensekeystatus.d.ts.map +0 -1
  2513. package/dist/commonjs/models/components/licensekeystatus.js +0 -50
  2514. package/dist/commonjs/models/components/licensekeystatus.js.map +0 -1
  2515. package/dist/commonjs/models/components/licensekeyupdate.d.ts +0 -21
  2516. package/dist/commonjs/models/components/licensekeyupdate.d.ts.map +0 -1
  2517. package/dist/commonjs/models/components/licensekeyupdate.js +0 -61
  2518. package/dist/commonjs/models/components/licensekeyupdate.js.map +0 -1
  2519. package/dist/commonjs/models/components/licensekeyvalidate.d.ts +0 -49
  2520. package/dist/commonjs/models/components/licensekeyvalidate.d.ts.map +0 -1
  2521. package/dist/commonjs/models/components/licensekeyvalidate.js +0 -71
  2522. package/dist/commonjs/models/components/licensekeyvalidate.js.map +0 -1
  2523. package/dist/commonjs/models/components/licensekeywithactivations.d.ts +0 -41
  2524. package/dist/commonjs/models/components/licensekeywithactivations.d.ts.map +0 -1
  2525. package/dist/commonjs/models/components/licensekeywithactivations.js +0 -83
  2526. package/dist/commonjs/models/components/licensekeywithactivations.js.map +0 -1
  2527. package/dist/commonjs/models/components/listresourcebenefit.d.ts +0 -13
  2528. package/dist/commonjs/models/components/listresourcebenefit.d.ts.map +0 -1
  2529. package/dist/commonjs/models/components/listresourcebenefit.js +0 -53
  2530. package/dist/commonjs/models/components/listresourcebenefit.js.map +0 -1
  2531. package/dist/commonjs/models/components/listresourcebenefitgrant.d.ts +0 -13
  2532. package/dist/commonjs/models/components/listresourcebenefitgrant.d.ts.map +0 -1
  2533. package/dist/commonjs/models/components/listresourcebenefitgrant.js +0 -53
  2534. package/dist/commonjs/models/components/listresourcebenefitgrant.js.map +0 -1
  2535. package/dist/commonjs/models/components/listresourcecheckout.d.ts +0 -13
  2536. package/dist/commonjs/models/components/listresourcecheckout.d.ts.map +0 -1
  2537. package/dist/commonjs/models/components/listresourcecheckout.js +0 -53
  2538. package/dist/commonjs/models/components/listresourcecheckout.js.map +0 -1
  2539. package/dist/commonjs/models/components/listresourcecheckoutlink.d.ts +0 -13
  2540. package/dist/commonjs/models/components/listresourcecheckoutlink.d.ts.map +0 -1
  2541. package/dist/commonjs/models/components/listresourcecheckoutlink.js +0 -53
  2542. package/dist/commonjs/models/components/listresourcecheckoutlink.js.map +0 -1
  2543. package/dist/commonjs/models/components/listresourcecustomer.d.ts +0 -13
  2544. package/dist/commonjs/models/components/listresourcecustomer.d.ts.map +0 -1
  2545. package/dist/commonjs/models/components/listresourcecustomer.js +0 -53
  2546. package/dist/commonjs/models/components/listresourcecustomer.js.map +0 -1
  2547. package/dist/commonjs/models/components/listresourcecustomerbenefitgrant.d.ts +0 -13
  2548. package/dist/commonjs/models/components/listresourcecustomerbenefitgrant.d.ts.map +0 -1
  2549. package/dist/commonjs/models/components/listresourcecustomerbenefitgrant.js +0 -53
  2550. package/dist/commonjs/models/components/listresourcecustomerbenefitgrant.js.map +0 -1
  2551. package/dist/commonjs/models/components/listresourcecustomercustomermeter.d.ts +0 -13
  2552. package/dist/commonjs/models/components/listresourcecustomercustomermeter.d.ts.map +0 -1
  2553. package/dist/commonjs/models/components/listresourcecustomercustomermeter.js +0 -53
  2554. package/dist/commonjs/models/components/listresourcecustomercustomermeter.js.map +0 -1
  2555. package/dist/commonjs/models/components/listresourcecustomermeter.d.ts +0 -13
  2556. package/dist/commonjs/models/components/listresourcecustomermeter.d.ts.map +0 -1
  2557. package/dist/commonjs/models/components/listresourcecustomermeter.js +0 -53
  2558. package/dist/commonjs/models/components/listresourcecustomermeter.js.map +0 -1
  2559. package/dist/commonjs/models/components/listresourcecustomerorder.d.ts +0 -13
  2560. package/dist/commonjs/models/components/listresourcecustomerorder.d.ts.map +0 -1
  2561. package/dist/commonjs/models/components/listresourcecustomerorder.js +0 -53
  2562. package/dist/commonjs/models/components/listresourcecustomerorder.js.map +0 -1
  2563. package/dist/commonjs/models/components/listresourcecustomerpaymentmethod.d.ts +0 -13
  2564. package/dist/commonjs/models/components/listresourcecustomerpaymentmethod.d.ts.map +0 -1
  2565. package/dist/commonjs/models/components/listresourcecustomerpaymentmethod.js +0 -53
  2566. package/dist/commonjs/models/components/listresourcecustomerpaymentmethod.js.map +0 -1
  2567. package/dist/commonjs/models/components/listresourcecustomerportalmember.d.ts +0 -13
  2568. package/dist/commonjs/models/components/listresourcecustomerportalmember.d.ts.map +0 -1
  2569. package/dist/commonjs/models/components/listresourcecustomerportalmember.js +0 -53
  2570. package/dist/commonjs/models/components/listresourcecustomerportalmember.js.map +0 -1
  2571. package/dist/commonjs/models/components/listresourcecustomersubscription.d.ts +0 -13
  2572. package/dist/commonjs/models/components/listresourcecustomersubscription.d.ts.map +0 -1
  2573. package/dist/commonjs/models/components/listresourcecustomersubscription.js +0 -53
  2574. package/dist/commonjs/models/components/listresourcecustomersubscription.js.map +0 -1
  2575. package/dist/commonjs/models/components/listresourcecustomerwallet.d.ts +0 -13
  2576. package/dist/commonjs/models/components/listresourcecustomerwallet.d.ts.map +0 -1
  2577. package/dist/commonjs/models/components/listresourcecustomerwallet.js +0 -53
  2578. package/dist/commonjs/models/components/listresourcecustomerwallet.js.map +0 -1
  2579. package/dist/commonjs/models/components/listresourcecustomfield.d.ts +0 -13
  2580. package/dist/commonjs/models/components/listresourcecustomfield.d.ts.map +0 -1
  2581. package/dist/commonjs/models/components/listresourcecustomfield.js +0 -53
  2582. package/dist/commonjs/models/components/listresourcecustomfield.js.map +0 -1
  2583. package/dist/commonjs/models/components/listresourcediscount.d.ts +0 -13
  2584. package/dist/commonjs/models/components/listresourcediscount.d.ts.map +0 -1
  2585. package/dist/commonjs/models/components/listresourcediscount.js +0 -53
  2586. package/dist/commonjs/models/components/listresourcediscount.js.map +0 -1
  2587. package/dist/commonjs/models/components/listresourcedispute.d.ts +0 -13
  2588. package/dist/commonjs/models/components/listresourcedispute.d.ts.map +0 -1
  2589. package/dist/commonjs/models/components/listresourcedispute.js +0 -53
  2590. package/dist/commonjs/models/components/listresourcedispute.js.map +0 -1
  2591. package/dist/commonjs/models/components/listresourcedownloadableread.d.ts +0 -13
  2592. package/dist/commonjs/models/components/listresourcedownloadableread.d.ts.map +0 -1
  2593. package/dist/commonjs/models/components/listresourcedownloadableread.js +0 -53
  2594. package/dist/commonjs/models/components/listresourcedownloadableread.js.map +0 -1
  2595. package/dist/commonjs/models/components/listresourceevent.d.ts +0 -13
  2596. package/dist/commonjs/models/components/listresourceevent.d.ts.map +0 -1
  2597. package/dist/commonjs/models/components/listresourceevent.js +0 -53
  2598. package/dist/commonjs/models/components/listresourceevent.js.map +0 -1
  2599. package/dist/commonjs/models/components/listresourceeventname.d.ts +0 -13
  2600. package/dist/commonjs/models/components/listresourceeventname.d.ts.map +0 -1
  2601. package/dist/commonjs/models/components/listresourceeventname.js +0 -53
  2602. package/dist/commonjs/models/components/listresourceeventname.js.map +0 -1
  2603. package/dist/commonjs/models/components/listresourceeventtypewithstats.d.ts +0 -13
  2604. package/dist/commonjs/models/components/listresourceeventtypewithstats.d.ts.map +0 -1
  2605. package/dist/commonjs/models/components/listresourceeventtypewithstats.js +0 -53
  2606. package/dist/commonjs/models/components/listresourceeventtypewithstats.js.map +0 -1
  2607. package/dist/commonjs/models/components/listresourcefileread.d.ts +0 -19
  2608. package/dist/commonjs/models/components/listresourcefileread.d.ts.map +0 -1
  2609. package/dist/commonjs/models/components/listresourcefileread.js +0 -69
  2610. package/dist/commonjs/models/components/listresourcefileread.js.map +0 -1
  2611. package/dist/commonjs/models/components/listresourcelicensekeyread.d.ts +0 -13
  2612. package/dist/commonjs/models/components/listresourcelicensekeyread.d.ts.map +0 -1
  2613. package/dist/commonjs/models/components/listresourcelicensekeyread.js +0 -53
  2614. package/dist/commonjs/models/components/listresourcelicensekeyread.js.map +0 -1
  2615. package/dist/commonjs/models/components/listresourcemember.d.ts +0 -13
  2616. package/dist/commonjs/models/components/listresourcemember.d.ts.map +0 -1
  2617. package/dist/commonjs/models/components/listresourcemember.js +0 -53
  2618. package/dist/commonjs/models/components/listresourcemember.js.map +0 -1
  2619. package/dist/commonjs/models/components/listresourcemeter.d.ts +0 -13
  2620. package/dist/commonjs/models/components/listresourcemeter.d.ts.map +0 -1
  2621. package/dist/commonjs/models/components/listresourcemeter.js +0 -53
  2622. package/dist/commonjs/models/components/listresourcemeter.js.map +0 -1
  2623. package/dist/commonjs/models/components/listresourceorder.d.ts +0 -13
  2624. package/dist/commonjs/models/components/listresourceorder.d.ts.map +0 -1
  2625. package/dist/commonjs/models/components/listresourceorder.js +0 -53
  2626. package/dist/commonjs/models/components/listresourceorder.js.map +0 -1
  2627. package/dist/commonjs/models/components/listresourceorganization.d.ts +0 -13
  2628. package/dist/commonjs/models/components/listresourceorganization.d.ts.map +0 -1
  2629. package/dist/commonjs/models/components/listresourceorganization.js +0 -53
  2630. package/dist/commonjs/models/components/listresourceorganization.js.map +0 -1
  2631. package/dist/commonjs/models/components/listresourceorganizationaccesstoken.d.ts +0 -13
  2632. package/dist/commonjs/models/components/listresourceorganizationaccesstoken.d.ts.map +0 -1
  2633. package/dist/commonjs/models/components/listresourceorganizationaccesstoken.js +0 -53
  2634. package/dist/commonjs/models/components/listresourceorganizationaccesstoken.js.map +0 -1
  2635. package/dist/commonjs/models/components/listresourcepayment.d.ts +0 -13
  2636. package/dist/commonjs/models/components/listresourcepayment.d.ts.map +0 -1
  2637. package/dist/commonjs/models/components/listresourcepayment.js +0 -53
  2638. package/dist/commonjs/models/components/listresourcepayment.js.map +0 -1
  2639. package/dist/commonjs/models/components/listresourcepaymentmethod.d.ts +0 -13
  2640. package/dist/commonjs/models/components/listresourcepaymentmethod.d.ts.map +0 -1
  2641. package/dist/commonjs/models/components/listresourcepaymentmethod.js +0 -53
  2642. package/dist/commonjs/models/components/listresourcepaymentmethod.js.map +0 -1
  2643. package/dist/commonjs/models/components/listresourceproduct.d.ts +0 -13
  2644. package/dist/commonjs/models/components/listresourceproduct.d.ts.map +0 -1
  2645. package/dist/commonjs/models/components/listresourceproduct.js +0 -53
  2646. package/dist/commonjs/models/components/listresourceproduct.js.map +0 -1
  2647. package/dist/commonjs/models/components/listresourcerefund.d.ts +0 -13
  2648. package/dist/commonjs/models/components/listresourcerefund.d.ts.map +0 -1
  2649. package/dist/commonjs/models/components/listresourcerefund.js +0 -53
  2650. package/dist/commonjs/models/components/listresourcerefund.js.map +0 -1
  2651. package/dist/commonjs/models/components/listresourcesubscription.d.ts +0 -13
  2652. package/dist/commonjs/models/components/listresourcesubscription.d.ts.map +0 -1
  2653. package/dist/commonjs/models/components/listresourcesubscription.js +0 -53
  2654. package/dist/commonjs/models/components/listresourcesubscription.js.map +0 -1
  2655. package/dist/commonjs/models/components/listresourcewebhookdelivery.d.ts +0 -13
  2656. package/dist/commonjs/models/components/listresourcewebhookdelivery.d.ts.map +0 -1
  2657. package/dist/commonjs/models/components/listresourcewebhookdelivery.js +0 -53
  2658. package/dist/commonjs/models/components/listresourcewebhookdelivery.js.map +0 -1
  2659. package/dist/commonjs/models/components/listresourcewebhookendpoint.d.ts +0 -13
  2660. package/dist/commonjs/models/components/listresourcewebhookendpoint.d.ts.map +0 -1
  2661. package/dist/commonjs/models/components/listresourcewebhookendpoint.js +0 -53
  2662. package/dist/commonjs/models/components/listresourcewebhookendpoint.js.map +0 -1
  2663. package/dist/commonjs/models/components/listresourcewithcursorpaginationevent.d.ts +0 -13
  2664. package/dist/commonjs/models/components/listresourcewithcursorpaginationevent.d.ts.map +0 -1
  2665. package/dist/commonjs/models/components/listresourcewithcursorpaginationevent.js +0 -53
  2666. package/dist/commonjs/models/components/listresourcewithcursorpaginationevent.js.map +0 -1
  2667. package/dist/commonjs/models/components/llmmetadata.d.ts +0 -55
  2668. package/dist/commonjs/models/components/llmmetadata.d.ts.map +0 -1
  2669. package/dist/commonjs/models/components/llmmetadata.js +0 -88
  2670. package/dist/commonjs/models/components/llmmetadata.js.map +0 -1
  2671. package/dist/commonjs/models/components/member.d.ts +0 -56
  2672. package/dist/commonjs/models/components/member.d.ts.map +0 -1
  2673. package/dist/commonjs/models/components/member.js +0 -89
  2674. package/dist/commonjs/models/components/member.js.map +0 -1
  2675. package/dist/commonjs/models/components/membercreate.d.ts +0 -49
  2676. package/dist/commonjs/models/components/membercreate.d.ts.map +0 -1
  2677. package/dist/commonjs/models/components/membercreate.js +0 -68
  2678. package/dist/commonjs/models/components/membercreate.js.map +0 -1
  2679. package/dist/commonjs/models/components/memberownercreate.d.ts +0 -25
  2680. package/dist/commonjs/models/components/memberownercreate.d.ts.map +0 -1
  2681. package/dist/commonjs/models/components/memberownercreate.js +0 -56
  2682. package/dist/commonjs/models/components/memberownercreate.js.map +0 -1
  2683. package/dist/commonjs/models/components/memberrole.d.ts +0 -13
  2684. package/dist/commonjs/models/components/memberrole.d.ts.map +0 -1
  2685. package/dist/commonjs/models/components/memberrole.js +0 -50
  2686. package/dist/commonjs/models/components/memberrole.js.map +0 -1
  2687. package/dist/commonjs/models/components/membersortproperty.d.ts +0 -10
  2688. package/dist/commonjs/models/components/membersortproperty.d.ts.map +0 -1
  2689. package/dist/commonjs/models/components/membersortproperty.js +0 -47
  2690. package/dist/commonjs/models/components/membersortproperty.js.map +0 -1
  2691. package/dist/commonjs/models/components/memberupdate.d.ts +0 -21
  2692. package/dist/commonjs/models/components/memberupdate.d.ts.map +0 -1
  2693. package/dist/commonjs/models/components/memberupdate.js +0 -51
  2694. package/dist/commonjs/models/components/memberupdate.js.map +0 -1
  2695. package/dist/commonjs/models/components/metadataoutputtype.d.ts +0 -13
  2696. package/dist/commonjs/models/components/metadataoutputtype.d.ts.map +0 -1
  2697. package/dist/commonjs/models/components/metadataoutputtype.js +0 -55
  2698. package/dist/commonjs/models/components/metadataoutputtype.js.map +0 -1
  2699. package/dist/commonjs/models/components/meter.d.ts +0 -120
  2700. package/dist/commonjs/models/components/meter.d.ts.map +0 -1
  2701. package/dist/commonjs/models/components/meter.js +0 -146
  2702. package/dist/commonjs/models/components/meter.js.map +0 -1
  2703. package/dist/commonjs/models/components/metercreate.d.ts +0 -112
  2704. package/dist/commonjs/models/components/metercreate.d.ts.map +0 -1
  2705. package/dist/commonjs/models/components/metercreate.js +0 -95
  2706. package/dist/commonjs/models/components/metercreate.js.map +0 -1
  2707. package/dist/commonjs/models/components/metercreditedmetadata.d.ts +0 -12
  2708. package/dist/commonjs/models/components/metercreditedmetadata.d.ts.map +0 -1
  2709. package/dist/commonjs/models/components/metercreditedmetadata.js +0 -57
  2710. package/dist/commonjs/models/components/metercreditedmetadata.js.map +0 -1
  2711. package/dist/commonjs/models/components/metercreditevent.d.ts +0 -67
  2712. package/dist/commonjs/models/components/metercreditevent.d.ts.map +0 -1
  2713. package/dist/commonjs/models/components/metercreditevent.js +0 -76
  2714. package/dist/commonjs/models/components/metercreditevent.js.map +0 -1
  2715. package/dist/commonjs/models/components/meterquantities.d.ts +0 -15
  2716. package/dist/commonjs/models/components/meterquantities.d.ts.map +0 -1
  2717. package/dist/commonjs/models/components/meterquantities.js +0 -52
  2718. package/dist/commonjs/models/components/meterquantities.js.map +0 -1
  2719. package/dist/commonjs/models/components/meterquantity.d.ts +0 -17
  2720. package/dist/commonjs/models/components/meterquantity.d.ts.map +0 -1
  2721. package/dist/commonjs/models/components/meterquantity.js +0 -51
  2722. package/dist/commonjs/models/components/meterquantity.js.map +0 -1
  2723. package/dist/commonjs/models/components/meterresetevent.d.ts +0 -67
  2724. package/dist/commonjs/models/components/meterresetevent.d.ts.map +0 -1
  2725. package/dist/commonjs/models/components/meterresetevent.js +0 -76
  2726. package/dist/commonjs/models/components/meterresetevent.js.map +0 -1
  2727. package/dist/commonjs/models/components/meterresetmetadata.d.ts +0 -10
  2728. package/dist/commonjs/models/components/meterresetmetadata.d.ts.map +0 -1
  2729. package/dist/commonjs/models/components/meterresetmetadata.js +0 -55
  2730. package/dist/commonjs/models/components/meterresetmetadata.js.map +0 -1
  2731. package/dist/commonjs/models/components/metersortproperty.d.ts +0 -12
  2732. package/dist/commonjs/models/components/metersortproperty.d.ts.map +0 -1
  2733. package/dist/commonjs/models/components/metersortproperty.js +0 -49
  2734. package/dist/commonjs/models/components/metersortproperty.js.map +0 -1
  2735. package/dist/commonjs/models/components/meterunit.d.ts +0 -13
  2736. package/dist/commonjs/models/components/meterunit.d.ts.map +0 -1
  2737. package/dist/commonjs/models/components/meterunit.js +0 -50
  2738. package/dist/commonjs/models/components/meterunit.js.map +0 -1
  2739. package/dist/commonjs/models/components/meterupdate.d.ts +0 -115
  2740. package/dist/commonjs/models/components/meterupdate.d.ts.map +0 -1
  2741. package/dist/commonjs/models/components/meterupdate.js +0 -95
  2742. package/dist/commonjs/models/components/meterupdate.js.map +0 -1
  2743. package/dist/commonjs/models/components/metric.d.ts +0 -22
  2744. package/dist/commonjs/models/components/metric.d.ts.map +0 -1
  2745. package/dist/commonjs/models/components/metric.js +0 -58
  2746. package/dist/commonjs/models/components/metric.js.map +0 -1
  2747. package/dist/commonjs/models/components/metricdashboardcreate.d.ts +0 -28
  2748. package/dist/commonjs/models/components/metricdashboardcreate.d.ts.map +0 -1
  2749. package/dist/commonjs/models/components/metricdashboardcreate.js +0 -56
  2750. package/dist/commonjs/models/components/metricdashboardcreate.js.map +0 -1
  2751. package/dist/commonjs/models/components/metricdashboardschema.d.ts +0 -36
  2752. package/dist/commonjs/models/components/metricdashboardschema.d.ts.map +0 -1
  2753. package/dist/commonjs/models/components/metricdashboardschema.js +0 -62
  2754. package/dist/commonjs/models/components/metricdashboardschema.js.map +0 -1
  2755. package/dist/commonjs/models/components/metricdashboardupdate.d.ts +0 -23
  2756. package/dist/commonjs/models/components/metricdashboardupdate.d.ts.map +0 -1
  2757. package/dist/commonjs/models/components/metricdashboardupdate.js +0 -50
  2758. package/dist/commonjs/models/components/metricdashboardupdate.js.map +0 -1
  2759. package/dist/commonjs/models/components/metricperiod.d.ts +0 -288
  2760. package/dist/commonjs/models/components/metricperiod.d.ts.map +0 -1
  2761. package/dist/commonjs/models/components/metricperiod.js +0 -499
  2762. package/dist/commonjs/models/components/metricperiod.js.map +0 -1
  2763. package/dist/commonjs/models/components/metrics.d.ts +0 -65
  2764. package/dist/commonjs/models/components/metrics.d.ts.map +0 -1
  2765. package/dist/commonjs/models/components/metrics.js +0 -158
  2766. package/dist/commonjs/models/components/metrics.js.map +0 -1
  2767. package/dist/commonjs/models/components/metricsintervallimit.d.ts +0 -20
  2768. package/dist/commonjs/models/components/metricsintervallimit.d.ts.map +0 -1
  2769. package/dist/commonjs/models/components/metricsintervallimit.js +0 -57
  2770. package/dist/commonjs/models/components/metricsintervallimit.js.map +0 -1
  2771. package/dist/commonjs/models/components/metricsintervalslimits.d.ts +0 -33
  2772. package/dist/commonjs/models/components/metricsintervalslimits.d.ts.map +0 -1
  2773. package/dist/commonjs/models/components/metricsintervalslimits.js +0 -55
  2774. package/dist/commonjs/models/components/metricsintervalslimits.js.map +0 -1
  2775. package/dist/commonjs/models/components/metricslimits.d.ts +0 -22
  2776. package/dist/commonjs/models/components/metricslimits.d.ts.map +0 -1
  2777. package/dist/commonjs/models/components/metricslimits.js +0 -58
  2778. package/dist/commonjs/models/components/metricslimits.js.map +0 -1
  2779. package/dist/commonjs/models/components/metricsresponse.d.ts +0 -21
  2780. package/dist/commonjs/models/components/metricsresponse.d.ts.map +0 -1
  2781. package/dist/commonjs/models/components/metricsresponse.js +0 -55
  2782. package/dist/commonjs/models/components/metricsresponse.js.map +0 -1
  2783. package/dist/commonjs/models/components/metricstotals.d.ts +0 -284
  2784. package/dist/commonjs/models/components/metricstotals.d.ts.map +0 -1
  2785. package/dist/commonjs/models/components/metricstotals.js +0 -498
  2786. package/dist/commonjs/models/components/metricstotals.js.map +0 -1
  2787. package/dist/commonjs/models/components/metrictype.d.ts +0 -12
  2788. package/dist/commonjs/models/components/metrictype.d.ts.map +0 -1
  2789. package/dist/commonjs/models/components/metrictype.js +0 -49
  2790. package/dist/commonjs/models/components/metrictype.js.map +0 -1
  2791. package/dist/commonjs/models/components/oauth2clientconfiguration.d.ts +0 -49
  2792. package/dist/commonjs/models/components/oauth2clientconfiguration.d.ts.map +0 -1
  2793. package/dist/commonjs/models/components/oauth2clientconfiguration.js +0 -88
  2794. package/dist/commonjs/models/components/oauth2clientconfiguration.js.map +0 -1
  2795. package/dist/commonjs/models/components/oauth2clientconfigurationupdate.d.ts +0 -51
  2796. package/dist/commonjs/models/components/oauth2clientconfigurationupdate.d.ts.map +0 -1
  2797. package/dist/commonjs/models/components/oauth2clientconfigurationupdate.js +0 -89
  2798. package/dist/commonjs/models/components/oauth2clientconfigurationupdate.js.map +0 -1
  2799. package/dist/commonjs/models/components/oauth2clientpublic.d.ts +0 -23
  2800. package/dist/commonjs/models/components/oauth2clientpublic.d.ts.map +0 -1
  2801. package/dist/commonjs/models/components/oauth2clientpublic.js +0 -69
  2802. package/dist/commonjs/models/components/oauth2clientpublic.js.map +0 -1
  2803. package/dist/commonjs/models/components/order.d.ts +0 -206
  2804. package/dist/commonjs/models/components/order.d.ts.map +0 -1
  2805. package/dist/commonjs/models/components/order.js +0 -273
  2806. package/dist/commonjs/models/components/order.js.map +0 -1
  2807. package/dist/commonjs/models/components/orderbillingreason.d.ts +0 -14
  2808. package/dist/commonjs/models/components/orderbillingreason.d.ts.map +0 -1
  2809. package/dist/commonjs/models/components/orderbillingreason.js +0 -51
  2810. package/dist/commonjs/models/components/orderbillingreason.js.map +0 -1
  2811. package/dist/commonjs/models/components/ordercreate.d.ts +0 -85
  2812. package/dist/commonjs/models/components/ordercreate.d.ts.map +0 -1
  2813. package/dist/commonjs/models/components/ordercreate.js +0 -87
  2814. package/dist/commonjs/models/components/ordercreate.js.map +0 -1
  2815. package/dist/commonjs/models/components/ordercustomer.d.ts +0 -94
  2816. package/dist/commonjs/models/components/ordercustomer.d.ts.map +0 -1
  2817. package/dist/commonjs/models/components/ordercustomer.js +0 -132
  2818. package/dist/commonjs/models/components/ordercustomer.js.map +0 -1
  2819. package/dist/commonjs/models/components/orderfinalize.d.ts +0 -18
  2820. package/dist/commonjs/models/components/orderfinalize.d.ts.map +0 -1
  2821. package/dist/commonjs/models/components/orderfinalize.js +0 -54
  2822. package/dist/commonjs/models/components/orderfinalize.js.map +0 -1
  2823. package/dist/commonjs/models/components/orderinvoice.d.ts +0 -16
  2824. package/dist/commonjs/models/components/orderinvoice.d.ts.map +0 -1
  2825. package/dist/commonjs/models/components/orderinvoice.js +0 -50
  2826. package/dist/commonjs/models/components/orderinvoice.js.map +0 -1
  2827. package/dist/commonjs/models/components/orderitemschema.d.ts +0 -58
  2828. package/dist/commonjs/models/components/orderitemschema.d.ts.map +0 -1
  2829. package/dist/commonjs/models/components/orderitemschema.js +0 -87
  2830. package/dist/commonjs/models/components/orderitemschema.js.map +0 -1
  2831. package/dist/commonjs/models/components/orderpaidevent.d.ts +0 -67
  2832. package/dist/commonjs/models/components/orderpaidevent.d.ts.map +0 -1
  2833. package/dist/commonjs/models/components/orderpaidevent.js +0 -76
  2834. package/dist/commonjs/models/components/orderpaidevent.js.map +0 -1
  2835. package/dist/commonjs/models/components/orderpaidmetadata.d.ts +0 -23
  2836. package/dist/commonjs/models/components/orderpaidmetadata.d.ts.map +0 -1
  2837. package/dist/commonjs/models/components/orderpaidmetadata.js +0 -79
  2838. package/dist/commonjs/models/components/orderpaidmetadata.js.map +0 -1
  2839. package/dist/commonjs/models/components/orderproduct.d.ts +0 -87
  2840. package/dist/commonjs/models/components/orderproduct.d.ts.map +0 -1
  2841. package/dist/commonjs/models/components/orderproduct.js +0 -113
  2842. package/dist/commonjs/models/components/orderproduct.js.map +0 -1
  2843. package/dist/commonjs/models/components/orderreceipt.d.ts +0 -16
  2844. package/dist/commonjs/models/components/orderreceipt.d.ts.map +0 -1
  2845. package/dist/commonjs/models/components/orderreceipt.js +0 -50
  2846. package/dist/commonjs/models/components/orderreceipt.js.map +0 -1
  2847. package/dist/commonjs/models/components/orderrefundedevent.d.ts +0 -67
  2848. package/dist/commonjs/models/components/orderrefundedevent.d.ts.map +0 -1
  2849. package/dist/commonjs/models/components/orderrefundedevent.js +0 -76
  2850. package/dist/commonjs/models/components/orderrefundedevent.js.map +0 -1
  2851. package/dist/commonjs/models/components/orderrefundedmetadata.d.ts +0 -12
  2852. package/dist/commonjs/models/components/orderrefundedmetadata.d.ts.map +0 -1
  2853. package/dist/commonjs/models/components/orderrefundedmetadata.js +0 -58
  2854. package/dist/commonjs/models/components/orderrefundedmetadata.js.map +0 -1
  2855. package/dist/commonjs/models/components/ordersortproperty.d.ts +0 -26
  2856. package/dist/commonjs/models/components/ordersortproperty.d.ts.map +0 -1
  2857. package/dist/commonjs/models/components/ordersortproperty.js +0 -63
  2858. package/dist/commonjs/models/components/ordersortproperty.js.map +0 -1
  2859. package/dist/commonjs/models/components/orderstatus.d.ts +0 -16
  2860. package/dist/commonjs/models/components/orderstatus.d.ts.map +0 -1
  2861. package/dist/commonjs/models/components/orderstatus.js +0 -53
  2862. package/dist/commonjs/models/components/orderstatus.js.map +0 -1
  2863. package/dist/commonjs/models/components/ordersubscription.d.ts +0 -130
  2864. package/dist/commonjs/models/components/ordersubscription.d.ts.map +0 -1
  2865. package/dist/commonjs/models/components/ordersubscription.js +0 -155
  2866. package/dist/commonjs/models/components/ordersubscription.js.map +0 -1
  2867. package/dist/commonjs/models/components/orderupdate.d.ts +0 -24
  2868. package/dist/commonjs/models/components/orderupdate.d.ts.map +0 -1
  2869. package/dist/commonjs/models/components/orderupdate.js +0 -57
  2870. package/dist/commonjs/models/components/orderupdate.js.map +0 -1
  2871. package/dist/commonjs/models/components/ordervoidedevent.d.ts +0 -67
  2872. package/dist/commonjs/models/components/ordervoidedevent.d.ts.map +0 -1
  2873. package/dist/commonjs/models/components/ordervoidedevent.js +0 -76
  2874. package/dist/commonjs/models/components/ordervoidedevent.js.map +0 -1
  2875. package/dist/commonjs/models/components/ordervoidedmetadata.d.ts +0 -12
  2876. package/dist/commonjs/models/components/ordervoidedmetadata.d.ts.map +0 -1
  2877. package/dist/commonjs/models/components/ordervoidedmetadata.js +0 -57
  2878. package/dist/commonjs/models/components/ordervoidedmetadata.js.map +0 -1
  2879. package/dist/commonjs/models/components/organization.d.ts +0 -378
  2880. package/dist/commonjs/models/components/organization.d.ts.map +0 -1
  2881. package/dist/commonjs/models/components/organization.js +0 -407
  2882. package/dist/commonjs/models/components/organization.js.map +0 -1
  2883. package/dist/commonjs/models/components/organizationaccesstoken.d.ts +0 -27
  2884. package/dist/commonjs/models/components/organizationaccesstoken.d.ts.map +0 -1
  2885. package/dist/commonjs/models/components/organizationaccesstoken.js +0 -67
  2886. package/dist/commonjs/models/components/organizationaccesstoken.js.map +0 -1
  2887. package/dist/commonjs/models/components/organizationaccesstokencreate.d.ts +0 -19
  2888. package/dist/commonjs/models/components/organizationaccesstokencreate.d.ts.map +0 -1
  2889. package/dist/commonjs/models/components/organizationaccesstokencreate.js +0 -59
  2890. package/dist/commonjs/models/components/organizationaccesstokencreate.js.map +0 -1
  2891. package/dist/commonjs/models/components/organizationaccesstokencreateresponse.d.ts +0 -12
  2892. package/dist/commonjs/models/components/organizationaccesstokencreateresponse.d.ts.map +0 -1
  2893. package/dist/commonjs/models/components/organizationaccesstokencreateresponse.js +0 -57
  2894. package/dist/commonjs/models/components/organizationaccesstokencreateresponse.js.map +0 -1
  2895. package/dist/commonjs/models/components/organizationaccesstokensortproperty.d.ts +0 -16
  2896. package/dist/commonjs/models/components/organizationaccesstokensortproperty.d.ts.map +0 -1
  2897. package/dist/commonjs/models/components/organizationaccesstokensortproperty.js +0 -53
  2898. package/dist/commonjs/models/components/organizationaccesstokensortproperty.js.map +0 -1
  2899. package/dist/commonjs/models/components/organizationaccesstokenupdate.d.ts +0 -15
  2900. package/dist/commonjs/models/components/organizationaccesstokenupdate.d.ts.map +0 -1
  2901. package/dist/commonjs/models/components/organizationaccesstokenupdate.js +0 -51
  2902. package/dist/commonjs/models/components/organizationaccesstokenupdate.js.map +0 -1
  2903. package/dist/commonjs/models/components/organizationavatarfilecreate.d.ts +0 -36
  2904. package/dist/commonjs/models/components/organizationavatarfilecreate.d.ts.map +0 -1
  2905. package/dist/commonjs/models/components/organizationavatarfilecreate.js +0 -64
  2906. package/dist/commonjs/models/components/organizationavatarfilecreate.js.map +0 -1
  2907. package/dist/commonjs/models/components/organizationavatarfileread.d.ts +0 -32
  2908. package/dist/commonjs/models/components/organizationavatarfileread.d.ts.map +0 -1
  2909. package/dist/commonjs/models/components/organizationavatarfileread.js +0 -81
  2910. package/dist/commonjs/models/components/organizationavatarfileread.js.map +0 -1
  2911. package/dist/commonjs/models/components/organizationcapabilities.d.ts +0 -45
  2912. package/dist/commonjs/models/components/organizationcapabilities.d.ts.map +0 -1
  2913. package/dist/commonjs/models/components/organizationcapabilities.js +0 -83
  2914. package/dist/commonjs/models/components/organizationcapabilities.js.map +0 -1
  2915. package/dist/commonjs/models/components/organizationcompanylegalentityschema.d.ts +0 -14
  2916. package/dist/commonjs/models/components/organizationcompanylegalentityschema.d.ts.map +0 -1
  2917. package/dist/commonjs/models/components/organizationcompanylegalentityschema.js +0 -55
  2918. package/dist/commonjs/models/components/organizationcompanylegalentityschema.js.map +0 -1
  2919. package/dist/commonjs/models/components/organizationcreate.d.ts +0 -324
  2920. package/dist/commonjs/models/components/organizationcreate.d.ts.map +0 -1
  2921. package/dist/commonjs/models/components/organizationcreate.js +0 -348
  2922. package/dist/commonjs/models/components/organizationcreate.js.map +0 -1
  2923. package/dist/commonjs/models/components/organizationcustomeremailsettings.d.ts +0 -37
  2924. package/dist/commonjs/models/components/organizationcustomeremailsettings.d.ts.map +0 -1
  2925. package/dist/commonjs/models/components/organizationcustomeremailsettings.js +0 -107
  2926. package/dist/commonjs/models/components/organizationcustomeremailsettings.js.map +0 -1
  2927. package/dist/commonjs/models/components/organizationcustomerportalsettings.d.ts +0 -24
  2928. package/dist/commonjs/models/components/organizationcustomerportalsettings.d.ts.map +0 -1
  2929. package/dist/commonjs/models/components/organizationcustomerportalsettings.js +0 -65
  2930. package/dist/commonjs/models/components/organizationcustomerportalsettings.js.map +0 -1
  2931. package/dist/commonjs/models/components/organizationdetails.d.ts +0 -81
  2932. package/dist/commonjs/models/components/organizationdetails.d.ts.map +0 -1
  2933. package/dist/commonjs/models/components/organizationdetails.js +0 -79
  2934. package/dist/commonjs/models/components/organizationdetails.js.map +0 -1
  2935. package/dist/commonjs/models/components/organizationfeaturesettings.d.ts +0 -70
  2936. package/dist/commonjs/models/components/organizationfeaturesettings.d.ts.map +0 -1
  2937. package/dist/commonjs/models/components/organizationfeaturesettings.js +0 -107
  2938. package/dist/commonjs/models/components/organizationfeaturesettings.js.map +0 -1
  2939. package/dist/commonjs/models/components/organizationindividuallegalentityschema.d.ts +0 -12
  2940. package/dist/commonjs/models/components/organizationindividuallegalentityschema.d.ts.map +0 -1
  2941. package/dist/commonjs/models/components/organizationindividuallegalentityschema.js +0 -49
  2942. package/dist/commonjs/models/components/organizationindividuallegalentityschema.js.map +0 -1
  2943. package/dist/commonjs/models/components/organizationnotificationsettings.d.ts +0 -19
  2944. package/dist/commonjs/models/components/organizationnotificationsettings.d.ts.map +0 -1
  2945. package/dist/commonjs/models/components/organizationnotificationsettings.js +0 -71
  2946. package/dist/commonjs/models/components/organizationnotificationsettings.js.map +0 -1
  2947. package/dist/commonjs/models/components/organizationsociallink.d.ts +0 -23
  2948. package/dist/commonjs/models/components/organizationsociallink.d.ts.map +0 -1
  2949. package/dist/commonjs/models/components/organizationsociallink.js +0 -61
  2950. package/dist/commonjs/models/components/organizationsociallink.js.map +0 -1
  2951. package/dist/commonjs/models/components/organizationsocialplatforms.d.ts +0 -20
  2952. package/dist/commonjs/models/components/organizationsocialplatforms.d.ts.map +0 -1
  2953. package/dist/commonjs/models/components/organizationsocialplatforms.js +0 -57
  2954. package/dist/commonjs/models/components/organizationsocialplatforms.js.map +0 -1
  2955. package/dist/commonjs/models/components/organizationsortproperty.d.ts +0 -18
  2956. package/dist/commonjs/models/components/organizationsortproperty.d.ts.map +0 -1
  2957. package/dist/commonjs/models/components/organizationsortproperty.js +0 -55
  2958. package/dist/commonjs/models/components/organizationsortproperty.js.map +0 -1
  2959. package/dist/commonjs/models/components/organizationstatus.d.ts +0 -17
  2960. package/dist/commonjs/models/components/organizationstatus.d.ts.map +0 -1
  2961. package/dist/commonjs/models/components/organizationstatus.js +0 -54
  2962. package/dist/commonjs/models/components/organizationstatus.js.map +0 -1
  2963. package/dist/commonjs/models/components/organizationsubscriptionsettings.d.ts +0 -36
  2964. package/dist/commonjs/models/components/organizationsubscriptionsettings.d.ts.map +0 -1
  2965. package/dist/commonjs/models/components/organizationsubscriptionsettings.js +0 -93
  2966. package/dist/commonjs/models/components/organizationsubscriptionsettings.js.map +0 -1
  2967. package/dist/commonjs/models/components/organizationupdate.d.ts +0 -318
  2968. package/dist/commonjs/models/components/organizationupdate.d.ts.map +0 -1
  2969. package/dist/commonjs/models/components/organizationupdate.js +0 -331
  2970. package/dist/commonjs/models/components/organizationupdate.js.map +0 -1
  2971. package/dist/commonjs/models/components/pagination.d.ts +0 -11
  2972. package/dist/commonjs/models/components/pagination.d.ts.map +0 -1
  2973. package/dist/commonjs/models/components/pagination.js +0 -58
  2974. package/dist/commonjs/models/components/pagination.js.map +0 -1
  2975. package/dist/commonjs/models/components/payment.d.ts +0 -10
  2976. package/dist/commonjs/models/components/payment.d.ts.map +0 -1
  2977. package/dist/commonjs/models/components/payment.js +0 -17
  2978. package/dist/commonjs/models/components/payment.js.map +0 -1
  2979. package/dist/commonjs/models/components/paymentmethod.d.ts +0 -10
  2980. package/dist/commonjs/models/components/paymentmethod.d.ts.map +0 -1
  2981. package/dist/commonjs/models/components/paymentmethod.js +0 -20
  2982. package/dist/commonjs/models/components/paymentmethod.js.map +0 -1
  2983. package/dist/commonjs/models/components/paymentmethodcard.d.ts +0 -27
  2984. package/dist/commonjs/models/components/paymentmethodcard.d.ts.map +0 -1
  2985. package/dist/commonjs/models/components/paymentmethodcard.js +0 -66
  2986. package/dist/commonjs/models/components/paymentmethodcard.js.map +0 -1
  2987. package/dist/commonjs/models/components/paymentmethodcardmetadata.d.ts +0 -14
  2988. package/dist/commonjs/models/components/paymentmethodcardmetadata.d.ts.map +0 -1
  2989. package/dist/commonjs/models/components/paymentmethodcardmetadata.js +0 -60
  2990. package/dist/commonjs/models/components/paymentmethodcardmetadata.js.map +0 -1
  2991. package/dist/commonjs/models/components/paymentmethodgeneric.d.ts +0 -25
  2992. package/dist/commonjs/models/components/paymentmethodgeneric.d.ts.map +0 -1
  2993. package/dist/commonjs/models/components/paymentmethodgeneric.js +0 -63
  2994. package/dist/commonjs/models/components/paymentmethodgeneric.js.map +0 -1
  2995. package/dist/commonjs/models/components/paymentprocessor.d.ts +0 -11
  2996. package/dist/commonjs/models/components/paymentprocessor.d.ts.map +0 -1
  2997. package/dist/commonjs/models/components/paymentprocessor.js +0 -48
  2998. package/dist/commonjs/models/components/paymentprocessor.js.map +0 -1
  2999. package/dist/commonjs/models/components/paymentsortproperty.d.ts +0 -16
  3000. package/dist/commonjs/models/components/paymentsortproperty.d.ts.map +0 -1
  3001. package/dist/commonjs/models/components/paymentsortproperty.js +0 -53
  3002. package/dist/commonjs/models/components/paymentsortproperty.js.map +0 -1
  3003. package/dist/commonjs/models/components/paymentstatus.d.ts +0 -13
  3004. package/dist/commonjs/models/components/paymentstatus.d.ts.map +0 -1
  3005. package/dist/commonjs/models/components/paymentstatus.js +0 -50
  3006. package/dist/commonjs/models/components/paymentstatus.js.map +0 -1
  3007. package/dist/commonjs/models/components/pendingsubscriptionupdate.d.ts +0 -48
  3008. package/dist/commonjs/models/components/pendingsubscriptionupdate.d.ts.map +0 -1
  3009. package/dist/commonjs/models/components/pendingsubscriptionupdate.js +0 -83
  3010. package/dist/commonjs/models/components/pendingsubscriptionupdate.js.map +0 -1
  3011. package/dist/commonjs/models/components/portalauthenticateduser.d.ts +0 -36
  3012. package/dist/commonjs/models/components/portalauthenticateduser.d.ts.map +0 -1
  3013. package/dist/commonjs/models/components/portalauthenticateduser.js +0 -61
  3014. package/dist/commonjs/models/components/portalauthenticateduser.js.map +0 -1
  3015. package/dist/commonjs/models/components/presentmentcurrency.d.ts +0 -134
  3016. package/dist/commonjs/models/components/presentmentcurrency.d.ts.map +0 -1
  3017. package/dist/commonjs/models/components/presentmentcurrency.js +0 -171
  3018. package/dist/commonjs/models/components/presentmentcurrency.js.map +0 -1
  3019. package/dist/commonjs/models/components/product.d.ts +0 -124
  3020. package/dist/commonjs/models/components/product.d.ts.map +0 -1
  3021. package/dist/commonjs/models/components/product.js +0 -153
  3022. package/dist/commonjs/models/components/product.js.map +0 -1
  3023. package/dist/commonjs/models/components/productbenefitsupdate.d.ts +0 -18
  3024. package/dist/commonjs/models/components/productbenefitsupdate.d.ts.map +0 -1
  3025. package/dist/commonjs/models/components/productbenefitsupdate.js +0 -49
  3026. package/dist/commonjs/models/components/productbenefitsupdate.js.map +0 -1
  3027. package/dist/commonjs/models/components/productbillingtype.d.ts +0 -10
  3028. package/dist/commonjs/models/components/productbillingtype.d.ts.map +0 -1
  3029. package/dist/commonjs/models/components/productbillingtype.js +0 -47
  3030. package/dist/commonjs/models/components/productbillingtype.js.map +0 -1
  3031. package/dist/commonjs/models/components/productcreate.d.ts +0 -10
  3032. package/dist/commonjs/models/components/productcreate.d.ts.map +0 -1
  3033. package/dist/commonjs/models/components/productcreate.js +0 -19
  3034. package/dist/commonjs/models/components/productcreate.js.map +0 -1
  3035. package/dist/commonjs/models/components/productcreateonetime.d.ts +0 -92
  3036. package/dist/commonjs/models/components/productcreateonetime.d.ts.map +0 -1
  3037. package/dist/commonjs/models/components/productcreateonetime.js +0 -98
  3038. package/dist/commonjs/models/components/productcreateonetime.js.map +0 -1
  3039. package/dist/commonjs/models/components/productcreaterecurring.d.ts +0 -101
  3040. package/dist/commonjs/models/components/productcreaterecurring.d.ts.map +0 -1
  3041. package/dist/commonjs/models/components/productcreaterecurring.js +0 -104
  3042. package/dist/commonjs/models/components/productcreaterecurring.js.map +0 -1
  3043. package/dist/commonjs/models/components/productmediafilecreate.d.ts +0 -36
  3044. package/dist/commonjs/models/components/productmediafilecreate.d.ts.map +0 -1
  3045. package/dist/commonjs/models/components/productmediafilecreate.js +0 -64
  3046. package/dist/commonjs/models/components/productmediafilecreate.js.map +0 -1
  3047. package/dist/commonjs/models/components/productmediafileread.d.ts +0 -55
  3048. package/dist/commonjs/models/components/productmediafileread.d.ts.map +0 -1
  3049. package/dist/commonjs/models/components/productmediafileread.js +0 -119
  3050. package/dist/commonjs/models/components/productmediafileread.js.map +0 -1
  3051. package/dist/commonjs/models/components/productprice.d.ts +0 -18
  3052. package/dist/commonjs/models/components/productprice.d.ts.map +0 -1
  3053. package/dist/commonjs/models/components/productprice.js +0 -71
  3054. package/dist/commonjs/models/components/productprice.js.map +0 -1
  3055. package/dist/commonjs/models/components/productpricecustom.d.ts +0 -74
  3056. package/dist/commonjs/models/components/productpricecustom.d.ts.map +0 -1
  3057. package/dist/commonjs/models/components/productpricecustom.js +0 -109
  3058. package/dist/commonjs/models/components/productpricecustom.js.map +0 -1
  3059. package/dist/commonjs/models/components/productpricecustomcreate.d.ts +0 -315
  3060. package/dist/commonjs/models/components/productpricecustomcreate.d.ts.map +0 -1
  3061. package/dist/commonjs/models/components/productpricecustomcreate.js +0 -66
  3062. package/dist/commonjs/models/components/productpricecustomcreate.js.map +0 -1
  3063. package/dist/commonjs/models/components/productpricefixed.d.ts +0 -64
  3064. package/dist/commonjs/models/components/productpricefixed.d.ts.map +0 -1
  3065. package/dist/commonjs/models/components/productpricefixed.js +0 -101
  3066. package/dist/commonjs/models/components/productpricefixed.js.map +0 -1
  3067. package/dist/commonjs/models/components/productpricefixedcreate.d.ts +0 -159
  3068. package/dist/commonjs/models/components/productpricefixedcreate.d.ts.map +0 -1
  3069. package/dist/commonjs/models/components/productpricefixedcreate.js +0 -62
  3070. package/dist/commonjs/models/components/productpricefixedcreate.js.map +0 -1
  3071. package/dist/commonjs/models/components/productpricefree.d.ts +0 -59
  3072. package/dist/commonjs/models/components/productpricefree.d.ts.map +0 -1
  3073. package/dist/commonjs/models/components/productpricefree.js +0 -97
  3074. package/dist/commonjs/models/components/productpricefree.js.map +0 -1
  3075. package/dist/commonjs/models/components/productpricefreecreate.d.ts +0 -24
  3076. package/dist/commonjs/models/components/productpricefreecreate.d.ts.map +0 -1
  3077. package/dist/commonjs/models/components/productpricefreecreate.js +0 -60
  3078. package/dist/commonjs/models/components/productpricefreecreate.js.map +0 -1
  3079. package/dist/commonjs/models/components/productpricemeter.d.ts +0 -41
  3080. package/dist/commonjs/models/components/productpricemeter.d.ts.map +0 -1
  3081. package/dist/commonjs/models/components/productpricemeter.js +0 -78
  3082. package/dist/commonjs/models/components/productpricemeter.js.map +0 -1
  3083. package/dist/commonjs/models/components/productpricemeteredunit.d.ts +0 -80
  3084. package/dist/commonjs/models/components/productpricemeteredunit.d.ts.map +0 -1
  3085. package/dist/commonjs/models/components/productpricemeteredunit.js +0 -112
  3086. package/dist/commonjs/models/components/productpricemeteredunit.js.map +0 -1
  3087. package/dist/commonjs/models/components/productpricemeteredunitcreate.d.ts +0 -48
  3088. package/dist/commonjs/models/components/productpricemeteredunitcreate.d.ts.map +0 -1
  3089. package/dist/commonjs/models/components/productpricemeteredunitcreate.js +0 -73
  3090. package/dist/commonjs/models/components/productpricemeteredunitcreate.js.map +0 -1
  3091. package/dist/commonjs/models/components/productpriceseatbased.d.ts +0 -71
  3092. package/dist/commonjs/models/components/productpriceseatbased.d.ts.map +0 -1
  3093. package/dist/commonjs/models/components/productpriceseatbased.js +0 -102
  3094. package/dist/commonjs/models/components/productpriceseatbased.js.map +0 -1
  3095. package/dist/commonjs/models/components/productpriceseatbasedcreate.d.ts +0 -36
  3096. package/dist/commonjs/models/components/productpriceseatbasedcreate.d.ts.map +0 -1
  3097. package/dist/commonjs/models/components/productpriceseatbasedcreate.js +0 -63
  3098. package/dist/commonjs/models/components/productpriceseatbasedcreate.js.map +0 -1
  3099. package/dist/commonjs/models/components/productpriceseattier.d.ts +0 -33
  3100. package/dist/commonjs/models/components/productpriceseattier.d.ts.map +0 -1
  3101. package/dist/commonjs/models/components/productpriceseattier.js +0 -75
  3102. package/dist/commonjs/models/components/productpriceseattier.js.map +0 -1
  3103. package/dist/commonjs/models/components/productpriceseattiersinput.d.ts +0 -28
  3104. package/dist/commonjs/models/components/productpriceseattiersinput.d.ts.map +0 -1
  3105. package/dist/commonjs/models/components/productpriceseattiersinput.js +0 -57
  3106. package/dist/commonjs/models/components/productpriceseattiersinput.js.map +0 -1
  3107. package/dist/commonjs/models/components/productpriceseattiersoutput.d.ts +0 -43
  3108. package/dist/commonjs/models/components/productpriceseattiersoutput.d.ts.map +0 -1
  3109. package/dist/commonjs/models/components/productpriceseattiersoutput.js +0 -79
  3110. package/dist/commonjs/models/components/productpriceseattiersoutput.js.map +0 -1
  3111. package/dist/commonjs/models/components/productpricesource.d.ts +0 -12
  3112. package/dist/commonjs/models/components/productpricesource.d.ts.map +0 -1
  3113. package/dist/commonjs/models/components/productpricesource.js +0 -49
  3114. package/dist/commonjs/models/components/productpricesource.js.map +0 -1
  3115. package/dist/commonjs/models/components/productsortproperty.d.ts +0 -16
  3116. package/dist/commonjs/models/components/productsortproperty.d.ts.map +0 -1
  3117. package/dist/commonjs/models/components/productsortproperty.js +0 -53
  3118. package/dist/commonjs/models/components/productsortproperty.js.map +0 -1
  3119. package/dist/commonjs/models/components/productupdate.d.ts +0 -111
  3120. package/dist/commonjs/models/components/productupdate.d.ts.map +0 -1
  3121. package/dist/commonjs/models/components/productupdate.js +0 -123
  3122. package/dist/commonjs/models/components/productupdate.js.map +0 -1
  3123. package/dist/commonjs/models/components/productvisibility.d.ts +0 -13
  3124. package/dist/commonjs/models/components/productvisibility.d.ts.map +0 -1
  3125. package/dist/commonjs/models/components/productvisibility.js +0 -50
  3126. package/dist/commonjs/models/components/productvisibility.js.map +0 -1
  3127. package/dist/commonjs/models/components/propertyaggregation.d.ts +0 -31
  3128. package/dist/commonjs/models/components/propertyaggregation.d.ts.map +0 -1
  3129. package/dist/commonjs/models/components/propertyaggregation.js +0 -73
  3130. package/dist/commonjs/models/components/propertyaggregation.js.map +0 -1
  3131. package/dist/commonjs/models/components/refreshtokenrequest.d.ts +0 -18
  3132. package/dist/commonjs/models/components/refreshtokenrequest.d.ts.map +0 -1
  3133. package/dist/commonjs/models/components/refreshtokenrequest.js +0 -60
  3134. package/dist/commonjs/models/components/refreshtokenrequest.js.map +0 -1
  3135. package/dist/commonjs/models/components/refund.d.ts +0 -62
  3136. package/dist/commonjs/models/components/refund.d.ts.map +0 -1
  3137. package/dist/commonjs/models/components/refund.js +0 -114
  3138. package/dist/commonjs/models/components/refund.js.map +0 -1
  3139. package/dist/commonjs/models/components/refundcreate.d.ts +0 -64
  3140. package/dist/commonjs/models/components/refundcreate.d.ts.map +0 -1
  3141. package/dist/commonjs/models/components/refundcreate.js +0 -68
  3142. package/dist/commonjs/models/components/refundcreate.js.map +0 -1
  3143. package/dist/commonjs/models/components/refunddispute.d.ts +0 -74
  3144. package/dist/commonjs/models/components/refunddispute.d.ts.map +0 -1
  3145. package/dist/commonjs/models/components/refunddispute.js +0 -96
  3146. package/dist/commonjs/models/components/refunddispute.js.map +0 -1
  3147. package/dist/commonjs/models/components/refundreason.d.ts +0 -17
  3148. package/dist/commonjs/models/components/refundreason.d.ts.map +0 -1
  3149. package/dist/commonjs/models/components/refundreason.js +0 -54
  3150. package/dist/commonjs/models/components/refundreason.js.map +0 -1
  3151. package/dist/commonjs/models/components/refundsortproperty.d.ts +0 -12
  3152. package/dist/commonjs/models/components/refundsortproperty.d.ts.map +0 -1
  3153. package/dist/commonjs/models/components/refundsortproperty.js +0 -49
  3154. package/dist/commonjs/models/components/refundsortproperty.js.map +0 -1
  3155. package/dist/commonjs/models/components/refundstatus.d.ts +0 -14
  3156. package/dist/commonjs/models/components/refundstatus.d.ts.map +0 -1
  3157. package/dist/commonjs/models/components/refundstatus.js +0 -51
  3158. package/dist/commonjs/models/components/refundstatus.js.map +0 -1
  3159. package/dist/commonjs/models/components/revoketokenrequest.d.ts +0 -26
  3160. package/dist/commonjs/models/components/revoketokenrequest.d.ts.map +0 -1
  3161. package/dist/commonjs/models/components/revoketokenrequest.js +0 -65
  3162. package/dist/commonjs/models/components/revoketokenrequest.js.map +0 -1
  3163. package/dist/commonjs/models/components/revoketokenresponse.d.ts +0 -8
  3164. package/dist/commonjs/models/components/revoketokenresponse.d.ts.map +0 -1
  3165. package/dist/commonjs/models/components/revoketokenresponse.js +0 -48
  3166. package/dist/commonjs/models/components/revoketokenresponse.js.map +0 -1
  3167. package/dist/commonjs/models/components/s3downloadurl.d.ts +0 -14
  3168. package/dist/commonjs/models/components/s3downloadurl.d.ts.map +0 -1
  3169. package/dist/commonjs/models/components/s3downloadurl.js +0 -57
  3170. package/dist/commonjs/models/components/s3downloadurl.js.map +0 -1
  3171. package/dist/commonjs/models/components/s3filecreatemultipart.d.ts +0 -13
  3172. package/dist/commonjs/models/components/s3filecreatemultipart.d.ts.map +0 -1
  3173. package/dist/commonjs/models/components/s3filecreatemultipart.js +0 -50
  3174. package/dist/commonjs/models/components/s3filecreatemultipart.js.map +0 -1
  3175. package/dist/commonjs/models/components/s3filecreatepart.d.ts +0 -18
  3176. package/dist/commonjs/models/components/s3filecreatepart.d.ts.map +0 -1
  3177. package/dist/commonjs/models/components/s3filecreatepart.js +0 -59
  3178. package/dist/commonjs/models/components/s3filecreatepart.js.map +0 -1
  3179. package/dist/commonjs/models/components/s3fileuploadcompletedpart.d.ts +0 -16
  3180. package/dist/commonjs/models/components/s3fileuploadcompletedpart.d.ts.map +0 -1
  3181. package/dist/commonjs/models/components/s3fileuploadcompletedpart.js +0 -57
  3182. package/dist/commonjs/models/components/s3fileuploadcompletedpart.js.map +0 -1
  3183. package/dist/commonjs/models/components/s3fileuploadmultipart.d.ts +0 -13
  3184. package/dist/commonjs/models/components/s3fileuploadmultipart.d.ts.map +0 -1
  3185. package/dist/commonjs/models/components/s3fileuploadmultipart.js +0 -53
  3186. package/dist/commonjs/models/components/s3fileuploadmultipart.js.map +0 -1
  3187. package/dist/commonjs/models/components/s3fileuploadpart.d.ts +0 -18
  3188. package/dist/commonjs/models/components/s3fileuploadpart.d.ts.map +0 -1
  3189. package/dist/commonjs/models/components/s3fileuploadpart.js +0 -64
  3190. package/dist/commonjs/models/components/s3fileuploadpart.js.map +0 -1
  3191. package/dist/commonjs/models/components/scope.d.ts +0 -70
  3192. package/dist/commonjs/models/components/scope.d.ts.map +0 -1
  3193. package/dist/commonjs/models/components/scope.js +0 -108
  3194. package/dist/commonjs/models/components/scope.js.map +0 -1
  3195. package/dist/commonjs/models/components/seatassign.d.ts +0 -59
  3196. package/dist/commonjs/models/components/seatassign.d.ts.map +0 -1
  3197. package/dist/commonjs/models/components/seatassign.js +0 -68
  3198. package/dist/commonjs/models/components/seatassign.js.map +0 -1
  3199. package/dist/commonjs/models/components/seatclaim.d.ts +0 -15
  3200. package/dist/commonjs/models/components/seatclaim.d.ts.map +0 -1
  3201. package/dist/commonjs/models/components/seatclaim.js +0 -54
  3202. package/dist/commonjs/models/components/seatclaim.js.map +0 -1
  3203. package/dist/commonjs/models/components/seatclaiminfo.d.ts +0 -39
  3204. package/dist/commonjs/models/components/seatclaiminfo.d.ts.map +0 -1
  3205. package/dist/commonjs/models/components/seatclaiminfo.js +0 -65
  3206. package/dist/commonjs/models/components/seatclaiminfo.js.map +0 -1
  3207. package/dist/commonjs/models/components/seatslist.d.ts +0 -22
  3208. package/dist/commonjs/models/components/seatslist.d.ts.map +0 -1
  3209. package/dist/commonjs/models/components/seatslist.js +0 -60
  3210. package/dist/commonjs/models/components/seatslist.js.map +0 -1
  3211. package/dist/commonjs/models/components/seatstatus.d.ts +0 -13
  3212. package/dist/commonjs/models/components/seatstatus.d.ts.map +0 -1
  3213. package/dist/commonjs/models/components/seatstatus.js +0 -50
  3214. package/dist/commonjs/models/components/seatstatus.js.map +0 -1
  3215. package/dist/commonjs/models/components/seattiertype.d.ts +0 -12
  3216. package/dist/commonjs/models/components/seattiertype.d.ts.map +0 -1
  3217. package/dist/commonjs/models/components/seattiertype.js +0 -49
  3218. package/dist/commonjs/models/components/seattiertype.js.map +0 -1
  3219. package/dist/commonjs/models/components/security.d.ts +0 -12
  3220. package/dist/commonjs/models/components/security.d.ts.map +0 -1
  3221. package/dist/commonjs/models/components/security.js +0 -54
  3222. package/dist/commonjs/models/components/security.js.map +0 -1
  3223. package/dist/commonjs/models/components/subscription.d.ts +0 -200
  3224. package/dist/commonjs/models/components/subscription.d.ts.map +0 -1
  3225. package/dist/commonjs/models/components/subscription.js +0 -272
  3226. package/dist/commonjs/models/components/subscription.js.map +0 -1
  3227. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedevent.d.ts +0 -67
  3228. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedevent.d.ts.map +0 -1
  3229. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedevent.js +0 -76
  3230. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedevent.js.map +0 -1
  3231. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedmetadata.d.ts +0 -12
  3232. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedmetadata.d.ts.map +0 -1
  3233. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedmetadata.js +0 -59
  3234. package/dist/commonjs/models/components/subscriptionbillingperiodupdatedmetadata.js.map +0 -1
  3235. package/dist/commonjs/models/components/subscriptioncancel.d.ts +0 -58
  3236. package/dist/commonjs/models/components/subscriptioncancel.d.ts.map +0 -1
  3237. package/dist/commonjs/models/components/subscriptioncancel.js +0 -59
  3238. package/dist/commonjs/models/components/subscriptioncancel.js.map +0 -1
  3239. package/dist/commonjs/models/components/subscriptioncanceledevent.d.ts +0 -67
  3240. package/dist/commonjs/models/components/subscriptioncanceledevent.d.ts.map +0 -1
  3241. package/dist/commonjs/models/components/subscriptioncanceledevent.js +0 -76
  3242. package/dist/commonjs/models/components/subscriptioncanceledevent.js.map +0 -1
  3243. package/dist/commonjs/models/components/subscriptioncanceledmetadata.d.ts +0 -20
  3244. package/dist/commonjs/models/components/subscriptioncanceledmetadata.d.ts.map +0 -1
  3245. package/dist/commonjs/models/components/subscriptioncanceledmetadata.js +0 -73
  3246. package/dist/commonjs/models/components/subscriptioncanceledmetadata.js.map +0 -1
  3247. package/dist/commonjs/models/components/subscriptioncreatecustomer.d.ts +0 -50
  3248. package/dist/commonjs/models/components/subscriptioncreatecustomer.d.ts.map +0 -1
  3249. package/dist/commonjs/models/components/subscriptioncreatecustomer.js +0 -64
  3250. package/dist/commonjs/models/components/subscriptioncreatecustomer.js.map +0 -1
  3251. package/dist/commonjs/models/components/subscriptioncreatedevent.d.ts +0 -67
  3252. package/dist/commonjs/models/components/subscriptioncreatedevent.d.ts.map +0 -1
  3253. package/dist/commonjs/models/components/subscriptioncreatedevent.js +0 -76
  3254. package/dist/commonjs/models/components/subscriptioncreatedevent.js.map +0 -1
  3255. package/dist/commonjs/models/components/subscriptioncreatedmetadata.d.ts +0 -16
  3256. package/dist/commonjs/models/components/subscriptioncreatedmetadata.d.ts.map +0 -1
  3257. package/dist/commonjs/models/components/subscriptioncreatedmetadata.js +0 -65
  3258. package/dist/commonjs/models/components/subscriptioncreatedmetadata.js.map +0 -1
  3259. package/dist/commonjs/models/components/subscriptioncreateexternalcustomer.d.ts +0 -50
  3260. package/dist/commonjs/models/components/subscriptioncreateexternalcustomer.d.ts.map +0 -1
  3261. package/dist/commonjs/models/components/subscriptioncreateexternalcustomer.js +0 -64
  3262. package/dist/commonjs/models/components/subscriptioncreateexternalcustomer.js.map +0 -1
  3263. package/dist/commonjs/models/components/subscriptioncustomer.d.ts +0 -94
  3264. package/dist/commonjs/models/components/subscriptioncustomer.d.ts.map +0 -1
  3265. package/dist/commonjs/models/components/subscriptioncustomer.js +0 -135
  3266. package/dist/commonjs/models/components/subscriptioncustomer.js.map +0 -1
  3267. package/dist/commonjs/models/components/subscriptioncycledevent.d.ts +0 -67
  3268. package/dist/commonjs/models/components/subscriptioncycledevent.d.ts.map +0 -1
  3269. package/dist/commonjs/models/components/subscriptioncycledevent.js +0 -76
  3270. package/dist/commonjs/models/components/subscriptioncycledevent.js.map +0 -1
  3271. package/dist/commonjs/models/components/subscriptioncycledmetadata.d.ts +0 -15
  3272. package/dist/commonjs/models/components/subscriptioncycledmetadata.d.ts.map +0 -1
  3273. package/dist/commonjs/models/components/subscriptioncycledmetadata.js +0 -63
  3274. package/dist/commonjs/models/components/subscriptioncycledmetadata.js.map +0 -1
  3275. package/dist/commonjs/models/components/subscriptionmeter.d.ts +0 -56
  3276. package/dist/commonjs/models/components/subscriptionmeter.d.ts.map +0 -1
  3277. package/dist/commonjs/models/components/subscriptionmeter.js +0 -90
  3278. package/dist/commonjs/models/components/subscriptionmeter.js.map +0 -1
  3279. package/dist/commonjs/models/components/subscriptionpastdueevent.d.ts +0 -67
  3280. package/dist/commonjs/models/components/subscriptionpastdueevent.d.ts.map +0 -1
  3281. package/dist/commonjs/models/components/subscriptionpastdueevent.js +0 -76
  3282. package/dist/commonjs/models/components/subscriptionpastdueevent.js.map +0 -1
  3283. package/dist/commonjs/models/components/subscriptionpastduemetadata.d.ts +0 -16
  3284. package/dist/commonjs/models/components/subscriptionpastduemetadata.d.ts.map +0 -1
  3285. package/dist/commonjs/models/components/subscriptionpastduemetadata.js +0 -65
  3286. package/dist/commonjs/models/components/subscriptionpastduemetadata.js.map +0 -1
  3287. package/dist/commonjs/models/components/subscriptionproductupdatedevent.d.ts +0 -67
  3288. package/dist/commonjs/models/components/subscriptionproductupdatedevent.d.ts.map +0 -1
  3289. package/dist/commonjs/models/components/subscriptionproductupdatedevent.js +0 -76
  3290. package/dist/commonjs/models/components/subscriptionproductupdatedevent.js.map +0 -1
  3291. package/dist/commonjs/models/components/subscriptionproductupdatedmetadata.d.ts +0 -12
  3292. package/dist/commonjs/models/components/subscriptionproductupdatedmetadata.d.ts.map +0 -1
  3293. package/dist/commonjs/models/components/subscriptionproductupdatedmetadata.js +0 -59
  3294. package/dist/commonjs/models/components/subscriptionproductupdatedmetadata.js.map +0 -1
  3295. package/dist/commonjs/models/components/subscriptionprorationbehavior.d.ts +0 -14
  3296. package/dist/commonjs/models/components/subscriptionprorationbehavior.d.ts.map +0 -1
  3297. package/dist/commonjs/models/components/subscriptionprorationbehavior.js +0 -51
  3298. package/dist/commonjs/models/components/subscriptionprorationbehavior.js.map +0 -1
  3299. package/dist/commonjs/models/components/subscriptionreactivatedevent.d.ts +0 -67
  3300. package/dist/commonjs/models/components/subscriptionreactivatedevent.d.ts.map +0 -1
  3301. package/dist/commonjs/models/components/subscriptionreactivatedevent.js +0 -76
  3302. package/dist/commonjs/models/components/subscriptionreactivatedevent.js.map +0 -1
  3303. package/dist/commonjs/models/components/subscriptionreactivatedmetadata.d.ts +0 -15
  3304. package/dist/commonjs/models/components/subscriptionreactivatedmetadata.d.ts.map +0 -1
  3305. package/dist/commonjs/models/components/subscriptionreactivatedmetadata.js +0 -63
  3306. package/dist/commonjs/models/components/subscriptionreactivatedmetadata.js.map +0 -1
  3307. package/dist/commonjs/models/components/subscriptionrecurringinterval.d.ts +0 -14
  3308. package/dist/commonjs/models/components/subscriptionrecurringinterval.d.ts.map +0 -1
  3309. package/dist/commonjs/models/components/subscriptionrecurringinterval.js +0 -51
  3310. package/dist/commonjs/models/components/subscriptionrecurringinterval.js.map +0 -1
  3311. package/dist/commonjs/models/components/subscriptionrevoke.d.ts +0 -54
  3312. package/dist/commonjs/models/components/subscriptionrevoke.d.ts.map +0 -1
  3313. package/dist/commonjs/models/components/subscriptionrevoke.js +0 -58
  3314. package/dist/commonjs/models/components/subscriptionrevoke.js.map +0 -1
  3315. package/dist/commonjs/models/components/subscriptionrevokedevent.d.ts +0 -67
  3316. package/dist/commonjs/models/components/subscriptionrevokedevent.d.ts.map +0 -1
  3317. package/dist/commonjs/models/components/subscriptionrevokedevent.js +0 -76
  3318. package/dist/commonjs/models/components/subscriptionrevokedevent.js.map +0 -1
  3319. package/dist/commonjs/models/components/subscriptionrevokedmetadata.d.ts +0 -15
  3320. package/dist/commonjs/models/components/subscriptionrevokedmetadata.d.ts.map +0 -1
  3321. package/dist/commonjs/models/components/subscriptionrevokedmetadata.js +0 -63
  3322. package/dist/commonjs/models/components/subscriptionrevokedmetadata.js.map +0 -1
  3323. package/dist/commonjs/models/components/subscriptionseatsupdatedevent.d.ts +0 -67
  3324. package/dist/commonjs/models/components/subscriptionseatsupdatedevent.d.ts.map +0 -1
  3325. package/dist/commonjs/models/components/subscriptionseatsupdatedevent.js +0 -76
  3326. package/dist/commonjs/models/components/subscriptionseatsupdatedevent.js.map +0 -1
  3327. package/dist/commonjs/models/components/subscriptionseatsupdatedmetadata.d.ts +0 -13
  3328. package/dist/commonjs/models/components/subscriptionseatsupdatedmetadata.d.ts.map +0 -1
  3329. package/dist/commonjs/models/components/subscriptionseatsupdatedmetadata.js +0 -61
  3330. package/dist/commonjs/models/components/subscriptionseatsupdatedmetadata.js.map +0 -1
  3331. package/dist/commonjs/models/components/subscriptionslist.d.ts +0 -8
  3332. package/dist/commonjs/models/components/subscriptionslist.d.ts.map +0 -1
  3333. package/dist/commonjs/models/components/subscriptionslist.js +0 -55
  3334. package/dist/commonjs/models/components/subscriptionslist.js.map +0 -1
  3335. package/dist/commonjs/models/components/subscriptionsortproperty.d.ts +0 -26
  3336. package/dist/commonjs/models/components/subscriptionsortproperty.d.ts.map +0 -1
  3337. package/dist/commonjs/models/components/subscriptionsortproperty.js +0 -63
  3338. package/dist/commonjs/models/components/subscriptionsortproperty.js.map +0 -1
  3339. package/dist/commonjs/models/components/subscriptionstatus.d.ts +0 -17
  3340. package/dist/commonjs/models/components/subscriptionstatus.d.ts.map +0 -1
  3341. package/dist/commonjs/models/components/subscriptionstatus.js +0 -54
  3342. package/dist/commonjs/models/components/subscriptionstatus.js.map +0 -1
  3343. package/dist/commonjs/models/components/subscriptionuncanceledevent.d.ts +0 -67
  3344. package/dist/commonjs/models/components/subscriptionuncanceledevent.d.ts.map +0 -1
  3345. package/dist/commonjs/models/components/subscriptionuncanceledevent.js +0 -76
  3346. package/dist/commonjs/models/components/subscriptionuncanceledevent.js.map +0 -1
  3347. package/dist/commonjs/models/components/subscriptionuncanceledmetadata.d.ts +0 -15
  3348. package/dist/commonjs/models/components/subscriptionuncanceledmetadata.d.ts.map +0 -1
  3349. package/dist/commonjs/models/components/subscriptionuncanceledmetadata.js +0 -63
  3350. package/dist/commonjs/models/components/subscriptionuncanceledmetadata.js.map +0 -1
  3351. package/dist/commonjs/models/components/subscriptionupdate.d.ts +0 -14
  3352. package/dist/commonjs/models/components/subscriptionupdate.d.ts.map +0 -1
  3353. package/dist/commonjs/models/components/subscriptionupdate.js +0 -27
  3354. package/dist/commonjs/models/components/subscriptionupdate.js.map +0 -1
  3355. package/dist/commonjs/models/components/subscriptionupdatebase.d.ts +0 -31
  3356. package/dist/commonjs/models/components/subscriptionupdatebase.d.ts.map +0 -1
  3357. package/dist/commonjs/models/components/subscriptionupdatebase.js +0 -61
  3358. package/dist/commonjs/models/components/subscriptionupdatebase.js.map +0 -1
  3359. package/dist/commonjs/models/components/subscriptionupdatebillingperiod.d.ts +0 -19
  3360. package/dist/commonjs/models/components/subscriptionupdatebillingperiod.d.ts.map +0 -1
  3361. package/dist/commonjs/models/components/subscriptionupdatebillingperiod.js +0 -54
  3362. package/dist/commonjs/models/components/subscriptionupdatebillingperiod.js.map +0 -1
  3363. package/dist/commonjs/models/components/subscriptionupdateclear.d.ts +0 -15
  3364. package/dist/commonjs/models/components/subscriptionupdateclear.d.ts.map +0 -1
  3365. package/dist/commonjs/models/components/subscriptionupdateclear.js +0 -54
  3366. package/dist/commonjs/models/components/subscriptionupdateclear.js.map +0 -1
  3367. package/dist/commonjs/models/components/subscriptionupdateclearedevent.d.ts +0 -67
  3368. package/dist/commonjs/models/components/subscriptionupdateclearedevent.d.ts.map +0 -1
  3369. package/dist/commonjs/models/components/subscriptionupdateclearedevent.js +0 -76
  3370. package/dist/commonjs/models/components/subscriptionupdateclearedevent.js.map +0 -1
  3371. package/dist/commonjs/models/components/subscriptionupdateclearedmetadata.d.ts +0 -10
  3372. package/dist/commonjs/models/components/subscriptionupdateclearedmetadata.d.ts.map +0 -1
  3373. package/dist/commonjs/models/components/subscriptionupdateclearedmetadata.js +0 -55
  3374. package/dist/commonjs/models/components/subscriptionupdateclearedmetadata.js.map +0 -1
  3375. package/dist/commonjs/models/components/subscriptionupdatedevent.d.ts +0 -67
  3376. package/dist/commonjs/models/components/subscriptionupdatedevent.d.ts.map +0 -1
  3377. package/dist/commonjs/models/components/subscriptionupdatedevent.js +0 -76
  3378. package/dist/commonjs/models/components/subscriptionupdatedevent.js.map +0 -1
  3379. package/dist/commonjs/models/components/subscriptionupdatedmetadata.d.ts +0 -17
  3380. package/dist/commonjs/models/components/subscriptionupdatedmetadata.d.ts.map +0 -1
  3381. package/dist/commonjs/models/components/subscriptionupdatedmetadata.js +0 -67
  3382. package/dist/commonjs/models/components/subscriptionupdatedmetadata.js.map +0 -1
  3383. package/dist/commonjs/models/components/subscriptionupdateseats.d.ts +0 -21
  3384. package/dist/commonjs/models/components/subscriptionupdateseats.d.ts.map +0 -1
  3385. package/dist/commonjs/models/components/subscriptionupdateseats.js +0 -56
  3386. package/dist/commonjs/models/components/subscriptionupdateseats.js.map +0 -1
  3387. package/dist/commonjs/models/components/subtype.d.ts +0 -12
  3388. package/dist/commonjs/models/components/subtype.d.ts.map +0 -1
  3389. package/dist/commonjs/models/components/subtype.js +0 -51
  3390. package/dist/commonjs/models/components/subtype.js.map +0 -1
  3391. package/dist/commonjs/models/components/systemevent.d.ts +0 -39
  3392. package/dist/commonjs/models/components/systemevent.d.ts.map +0 -1
  3393. package/dist/commonjs/models/components/systemevent.js +0 -112
  3394. package/dist/commonjs/models/components/systemevent.js.map +0 -1
  3395. package/dist/commonjs/models/components/taxbehavior.d.ts +0 -12
  3396. package/dist/commonjs/models/components/taxbehavior.d.ts.map +0 -1
  3397. package/dist/commonjs/models/components/taxbehavior.js +0 -49
  3398. package/dist/commonjs/models/components/taxbehavior.js.map +0 -1
  3399. package/dist/commonjs/models/components/taxbehavioroption.d.ts +0 -13
  3400. package/dist/commonjs/models/components/taxbehavioroption.d.ts.map +0 -1
  3401. package/dist/commonjs/models/components/taxbehavioroption.js +0 -50
  3402. package/dist/commonjs/models/components/taxbehavioroption.js.map +0 -1
  3403. package/dist/commonjs/models/components/taxidformat.d.ts +0 -99
  3404. package/dist/commonjs/models/components/taxidformat.d.ts.map +0 -1
  3405. package/dist/commonjs/models/components/taxidformat.js +0 -129
  3406. package/dist/commonjs/models/components/taxidformat.js.map +0 -1
  3407. package/dist/commonjs/models/components/timeinterval.d.ts +0 -13
  3408. package/dist/commonjs/models/components/timeinterval.d.ts.map +0 -1
  3409. package/dist/commonjs/models/components/timeinterval.js +0 -51
  3410. package/dist/commonjs/models/components/timeinterval.js.map +0 -1
  3411. package/dist/commonjs/models/components/tokenresponse.d.ts +0 -15
  3412. package/dist/commonjs/models/components/tokenresponse.d.ts.map +0 -1
  3413. package/dist/commonjs/models/components/tokenresponse.js +0 -64
  3414. package/dist/commonjs/models/components/tokenresponse.js.map +0 -1
  3415. package/dist/commonjs/models/components/trialinterval.d.ts +0 -14
  3416. package/dist/commonjs/models/components/trialinterval.d.ts.map +0 -1
  3417. package/dist/commonjs/models/components/trialinterval.js +0 -51
  3418. package/dist/commonjs/models/components/trialinterval.js.map +0 -1
  3419. package/dist/commonjs/models/components/uniqueaggregation.d.ts +0 -19
  3420. package/dist/commonjs/models/components/uniqueaggregation.d.ts.map +0 -1
  3421. package/dist/commonjs/models/components/uniqueaggregation.js +0 -60
  3422. package/dist/commonjs/models/components/uniqueaggregation.js.map +0 -1
  3423. package/dist/commonjs/models/components/userevent.d.ts +0 -69
  3424. package/dist/commonjs/models/components/userevent.d.ts.map +0 -1
  3425. package/dist/commonjs/models/components/userevent.js +0 -77
  3426. package/dist/commonjs/models/components/userevent.js.map +0 -1
  3427. package/dist/commonjs/models/components/userinfoorganization.d.ts +0 -11
  3428. package/dist/commonjs/models/components/userinfoorganization.d.ts.map +0 -1
  3429. package/dist/commonjs/models/components/userinfoorganization.js +0 -51
  3430. package/dist/commonjs/models/components/userinfoorganization.js.map +0 -1
  3431. package/dist/commonjs/models/components/userinfouser.d.ts +0 -13
  3432. package/dist/commonjs/models/components/userinfouser.d.ts.map +0 -1
  3433. package/dist/commonjs/models/components/userinfouser.js +0 -58
  3434. package/dist/commonjs/models/components/userinfouser.js.map +0 -1
  3435. package/dist/commonjs/models/components/validatedlicensekey.d.ts +0 -41
  3436. package/dist/commonjs/models/components/validatedlicensekey.d.ts.map +0 -1
  3437. package/dist/commonjs/models/components/validatedlicensekey.js +0 -83
  3438. package/dist/commonjs/models/components/validatedlicensekey.js.map +0 -1
  3439. package/dist/commonjs/models/components/validationerror.d.ts +0 -43
  3440. package/dist/commonjs/models/components/validationerror.d.ts.map +0 -1
  3441. package/dist/commonjs/models/components/validationerror.js +0 -97
  3442. package/dist/commonjs/models/components/validationerror.js.map +0 -1
  3443. package/dist/commonjs/models/components/webhookbenefitcreatedpayload.d.ts +0 -29
  3444. package/dist/commonjs/models/components/webhookbenefitcreatedpayload.d.ts.map +0 -1
  3445. package/dist/commonjs/models/components/webhookbenefitcreatedpayload.js +0 -63
  3446. package/dist/commonjs/models/components/webhookbenefitcreatedpayload.js.map +0 -1
  3447. package/dist/commonjs/models/components/webhookbenefitgrantcreatedpayload.d.ts +0 -29
  3448. package/dist/commonjs/models/components/webhookbenefitgrantcreatedpayload.d.ts.map +0 -1
  3449. package/dist/commonjs/models/components/webhookbenefitgrantcreatedpayload.js +0 -63
  3450. package/dist/commonjs/models/components/webhookbenefitgrantcreatedpayload.js.map +0 -1
  3451. package/dist/commonjs/models/components/webhookbenefitgrantcycledpayload.d.ts +0 -30
  3452. package/dist/commonjs/models/components/webhookbenefitgrantcycledpayload.d.ts.map +0 -1
  3453. package/dist/commonjs/models/components/webhookbenefitgrantcycledpayload.js +0 -63
  3454. package/dist/commonjs/models/components/webhookbenefitgrantcycledpayload.js.map +0 -1
  3455. package/dist/commonjs/models/components/webhookbenefitgrantrevokedpayload.d.ts +0 -29
  3456. package/dist/commonjs/models/components/webhookbenefitgrantrevokedpayload.d.ts.map +0 -1
  3457. package/dist/commonjs/models/components/webhookbenefitgrantrevokedpayload.js +0 -63
  3458. package/dist/commonjs/models/components/webhookbenefitgrantrevokedpayload.js.map +0 -1
  3459. package/dist/commonjs/models/components/webhookbenefitgrantupdatedpayload.d.ts +0 -29
  3460. package/dist/commonjs/models/components/webhookbenefitgrantupdatedpayload.d.ts.map +0 -1
  3461. package/dist/commonjs/models/components/webhookbenefitgrantupdatedpayload.js +0 -63
  3462. package/dist/commonjs/models/components/webhookbenefitgrantupdatedpayload.js.map +0 -1
  3463. package/dist/commonjs/models/components/webhookbenefitupdatedpayload.d.ts +0 -29
  3464. package/dist/commonjs/models/components/webhookbenefitupdatedpayload.d.ts.map +0 -1
  3465. package/dist/commonjs/models/components/webhookbenefitupdatedpayload.js +0 -63
  3466. package/dist/commonjs/models/components/webhookbenefitupdatedpayload.js.map +0 -1
  3467. package/dist/commonjs/models/components/webhookcheckoutcreatedpayload.d.ts +0 -32
  3468. package/dist/commonjs/models/components/webhookcheckoutcreatedpayload.d.ts.map +0 -1
  3469. package/dist/commonjs/models/components/webhookcheckoutcreatedpayload.js +0 -63
  3470. package/dist/commonjs/models/components/webhookcheckoutcreatedpayload.js.map +0 -1
  3471. package/dist/commonjs/models/components/webhookcheckoutexpiredpayload.d.ts +0 -35
  3472. package/dist/commonjs/models/components/webhookcheckoutexpiredpayload.d.ts.map +0 -1
  3473. package/dist/commonjs/models/components/webhookcheckoutexpiredpayload.js +0 -63
  3474. package/dist/commonjs/models/components/webhookcheckoutexpiredpayload.js.map +0 -1
  3475. package/dist/commonjs/models/components/webhookcheckoutupdatedpayload.d.ts +0 -32
  3476. package/dist/commonjs/models/components/webhookcheckoutupdatedpayload.d.ts.map +0 -1
  3477. package/dist/commonjs/models/components/webhookcheckoutupdatedpayload.js +0 -63
  3478. package/dist/commonjs/models/components/webhookcheckoutupdatedpayload.js.map +0 -1
  3479. package/dist/commonjs/models/components/webhookcustomercreatedpayload.d.ts +0 -34
  3480. package/dist/commonjs/models/components/webhookcustomercreatedpayload.d.ts.map +0 -1
  3481. package/dist/commonjs/models/components/webhookcustomercreatedpayload.js +0 -63
  3482. package/dist/commonjs/models/components/webhookcustomercreatedpayload.js.map +0 -1
  3483. package/dist/commonjs/models/components/webhookcustomerdeletedpayload.d.ts +0 -29
  3484. package/dist/commonjs/models/components/webhookcustomerdeletedpayload.d.ts.map +0 -1
  3485. package/dist/commonjs/models/components/webhookcustomerdeletedpayload.js +0 -63
  3486. package/dist/commonjs/models/components/webhookcustomerdeletedpayload.js.map +0 -1
  3487. package/dist/commonjs/models/components/webhookcustomerseatassignedpayload.d.ts +0 -30
  3488. package/dist/commonjs/models/components/webhookcustomerseatassignedpayload.d.ts.map +0 -1
  3489. package/dist/commonjs/models/components/webhookcustomerseatassignedpayload.js +0 -63
  3490. package/dist/commonjs/models/components/webhookcustomerseatassignedpayload.js.map +0 -1
  3491. package/dist/commonjs/models/components/webhookcustomerseatclaimedpayload.d.ts +0 -29
  3492. package/dist/commonjs/models/components/webhookcustomerseatclaimedpayload.d.ts.map +0 -1
  3493. package/dist/commonjs/models/components/webhookcustomerseatclaimedpayload.js +0 -63
  3494. package/dist/commonjs/models/components/webhookcustomerseatclaimedpayload.js.map +0 -1
  3495. package/dist/commonjs/models/components/webhookcustomerseatrevokedpayload.d.ts +0 -29
  3496. package/dist/commonjs/models/components/webhookcustomerseatrevokedpayload.d.ts.map +0 -1
  3497. package/dist/commonjs/models/components/webhookcustomerseatrevokedpayload.js +0 -63
  3498. package/dist/commonjs/models/components/webhookcustomerseatrevokedpayload.js.map +0 -1
  3499. package/dist/commonjs/models/components/webhookcustomerstatechangedpayload.d.ts +0 -35
  3500. package/dist/commonjs/models/components/webhookcustomerstatechangedpayload.d.ts.map +0 -1
  3501. package/dist/commonjs/models/components/webhookcustomerstatechangedpayload.js +0 -63
  3502. package/dist/commonjs/models/components/webhookcustomerstatechangedpayload.js.map +0 -1
  3503. package/dist/commonjs/models/components/webhookcustomerupdatedpayload.d.ts +0 -33
  3504. package/dist/commonjs/models/components/webhookcustomerupdatedpayload.d.ts.map +0 -1
  3505. package/dist/commonjs/models/components/webhookcustomerupdatedpayload.js +0 -63
  3506. package/dist/commonjs/models/components/webhookcustomerupdatedpayload.js.map +0 -1
  3507. package/dist/commonjs/models/components/webhookdelivery.d.ts +0 -49
  3508. package/dist/commonjs/models/components/webhookdelivery.d.ts.map +0 -1
  3509. package/dist/commonjs/models/components/webhookdelivery.js +0 -65
  3510. package/dist/commonjs/models/components/webhookdelivery.js.map +0 -1
  3511. package/dist/commonjs/models/components/webhookendpoint.d.ts +0 -51
  3512. package/dist/commonjs/models/components/webhookendpoint.d.ts.map +0 -1
  3513. package/dist/commonjs/models/components/webhookendpoint.js +0 -68
  3514. package/dist/commonjs/models/components/webhookendpoint.js.map +0 -1
  3515. package/dist/commonjs/models/components/webhookendpointcreate.d.ts +0 -37
  3516. package/dist/commonjs/models/components/webhookendpointcreate.d.ts.map +0 -1
  3517. package/dist/commonjs/models/components/webhookendpointcreate.js +0 -60
  3518. package/dist/commonjs/models/components/webhookendpointcreate.js.map +0 -1
  3519. package/dist/commonjs/models/components/webhookendpointupdate.d.ts +0 -31
  3520. package/dist/commonjs/models/components/webhookendpointupdate.d.ts.map +0 -1
  3521. package/dist/commonjs/models/components/webhookendpointupdate.js +0 -55
  3522. package/dist/commonjs/models/components/webhookendpointupdate.js.map +0 -1
  3523. package/dist/commonjs/models/components/webhookevent.d.ts +0 -54
  3524. package/dist/commonjs/models/components/webhookevent.d.ts.map +0 -1
  3525. package/dist/commonjs/models/components/webhookevent.js +0 -67
  3526. package/dist/commonjs/models/components/webhookevent.js.map +0 -1
  3527. package/dist/commonjs/models/components/webhookeventtype.d.ts +0 -45
  3528. package/dist/commonjs/models/components/webhookeventtype.d.ts.map +0 -1
  3529. package/dist/commonjs/models/components/webhookeventtype.js +0 -82
  3530. package/dist/commonjs/models/components/webhookeventtype.js.map +0 -1
  3531. package/dist/commonjs/models/components/webhookformat.d.ts +0 -13
  3532. package/dist/commonjs/models/components/webhookformat.d.ts.map +0 -1
  3533. package/dist/commonjs/models/components/webhookformat.js +0 -50
  3534. package/dist/commonjs/models/components/webhookformat.js.map +0 -1
  3535. package/dist/commonjs/models/components/webhookmembercreatedpayload.d.ts +0 -37
  3536. package/dist/commonjs/models/components/webhookmembercreatedpayload.d.ts.map +0 -1
  3537. package/dist/commonjs/models/components/webhookmembercreatedpayload.js +0 -63
  3538. package/dist/commonjs/models/components/webhookmembercreatedpayload.js.map +0 -1
  3539. package/dist/commonjs/models/components/webhookmemberdeletedpayload.d.ts +0 -35
  3540. package/dist/commonjs/models/components/webhookmemberdeletedpayload.d.ts.map +0 -1
  3541. package/dist/commonjs/models/components/webhookmemberdeletedpayload.js +0 -63
  3542. package/dist/commonjs/models/components/webhookmemberdeletedpayload.js.map +0 -1
  3543. package/dist/commonjs/models/components/webhookmemberupdatedpayload.d.ts +0 -35
  3544. package/dist/commonjs/models/components/webhookmemberupdatedpayload.d.ts.map +0 -1
  3545. package/dist/commonjs/models/components/webhookmemberupdatedpayload.js +0 -63
  3546. package/dist/commonjs/models/components/webhookmemberupdatedpayload.js.map +0 -1
  3547. package/dist/commonjs/models/components/webhookordercreatedpayload.d.ts +0 -39
  3548. package/dist/commonjs/models/components/webhookordercreatedpayload.d.ts.map +0 -1
  3549. package/dist/commonjs/models/components/webhookordercreatedpayload.js +0 -63
  3550. package/dist/commonjs/models/components/webhookordercreatedpayload.js.map +0 -1
  3551. package/dist/commonjs/models/components/webhookorderpaidpayload.d.ts +0 -31
  3552. package/dist/commonjs/models/components/webhookorderpaidpayload.d.ts.map +0 -1
  3553. package/dist/commonjs/models/components/webhookorderpaidpayload.js +0 -63
  3554. package/dist/commonjs/models/components/webhookorderpaidpayload.js.map +0 -1
  3555. package/dist/commonjs/models/components/webhookorderrefundedpayload.d.ts +0 -29
  3556. package/dist/commonjs/models/components/webhookorderrefundedpayload.d.ts.map +0 -1
  3557. package/dist/commonjs/models/components/webhookorderrefundedpayload.js +0 -63
  3558. package/dist/commonjs/models/components/webhookorderrefundedpayload.js.map +0 -1
  3559. package/dist/commonjs/models/components/webhookorderupdatedpayload.d.ts +0 -34
  3560. package/dist/commonjs/models/components/webhookorderupdatedpayload.d.ts.map +0 -1
  3561. package/dist/commonjs/models/components/webhookorderupdatedpayload.js +0 -63
  3562. package/dist/commonjs/models/components/webhookorderupdatedpayload.js.map +0 -1
  3563. package/dist/commonjs/models/components/webhookorganizationupdatedpayload.d.ts +0 -29
  3564. package/dist/commonjs/models/components/webhookorganizationupdatedpayload.d.ts.map +0 -1
  3565. package/dist/commonjs/models/components/webhookorganizationupdatedpayload.js +0 -63
  3566. package/dist/commonjs/models/components/webhookorganizationupdatedpayload.js.map +0 -1
  3567. package/dist/commonjs/models/components/webhookproductcreatedpayload.d.ts +0 -32
  3568. package/dist/commonjs/models/components/webhookproductcreatedpayload.d.ts.map +0 -1
  3569. package/dist/commonjs/models/components/webhookproductcreatedpayload.js +0 -63
  3570. package/dist/commonjs/models/components/webhookproductcreatedpayload.js.map +0 -1
  3571. package/dist/commonjs/models/components/webhookproductupdatedpayload.d.ts +0 -32
  3572. package/dist/commonjs/models/components/webhookproductupdatedpayload.d.ts.map +0 -1
  3573. package/dist/commonjs/models/components/webhookproductupdatedpayload.js +0 -63
  3574. package/dist/commonjs/models/components/webhookproductupdatedpayload.js.map +0 -1
  3575. package/dist/commonjs/models/components/webhookrefundcreatedpayload.d.ts +0 -29
  3576. package/dist/commonjs/models/components/webhookrefundcreatedpayload.d.ts.map +0 -1
  3577. package/dist/commonjs/models/components/webhookrefundcreatedpayload.js +0 -63
  3578. package/dist/commonjs/models/components/webhookrefundcreatedpayload.js.map +0 -1
  3579. package/dist/commonjs/models/components/webhookrefundupdatedpayload.d.ts +0 -29
  3580. package/dist/commonjs/models/components/webhookrefundupdatedpayload.d.ts.map +0 -1
  3581. package/dist/commonjs/models/components/webhookrefundupdatedpayload.js +0 -63
  3582. package/dist/commonjs/models/components/webhookrefundupdatedpayload.js.map +0 -1
  3583. package/dist/commonjs/models/components/webhooksubscriptionactivepayload.d.ts +0 -30
  3584. package/dist/commonjs/models/components/webhooksubscriptionactivepayload.d.ts.map +0 -1
  3585. package/dist/commonjs/models/components/webhooksubscriptionactivepayload.js +0 -63
  3586. package/dist/commonjs/models/components/webhooksubscriptionactivepayload.js.map +0 -1
  3587. package/dist/commonjs/models/components/webhooksubscriptioncanceledpayload.d.ts +0 -30
  3588. package/dist/commonjs/models/components/webhooksubscriptioncanceledpayload.d.ts.map +0 -1
  3589. package/dist/commonjs/models/components/webhooksubscriptioncanceledpayload.js +0 -63
  3590. package/dist/commonjs/models/components/webhooksubscriptioncanceledpayload.js.map +0 -1
  3591. package/dist/commonjs/models/components/webhooksubscriptioncreatedpayload.d.ts +0 -31
  3592. package/dist/commonjs/models/components/webhooksubscriptioncreatedpayload.d.ts.map +0 -1
  3593. package/dist/commonjs/models/components/webhooksubscriptioncreatedpayload.js +0 -63
  3594. package/dist/commonjs/models/components/webhooksubscriptioncreatedpayload.js.map +0 -1
  3595. package/dist/commonjs/models/components/webhooksubscriptionpastduepayload.d.ts +0 -34
  3596. package/dist/commonjs/models/components/webhooksubscriptionpastduepayload.d.ts.map +0 -1
  3597. package/dist/commonjs/models/components/webhooksubscriptionpastduepayload.js +0 -63
  3598. package/dist/commonjs/models/components/webhooksubscriptionpastduepayload.js.map +0 -1
  3599. package/dist/commonjs/models/components/webhooksubscriptionrevokedpayload.d.ts +0 -32
  3600. package/dist/commonjs/models/components/webhooksubscriptionrevokedpayload.d.ts.map +0 -1
  3601. package/dist/commonjs/models/components/webhooksubscriptionrevokedpayload.js +0 -63
  3602. package/dist/commonjs/models/components/webhooksubscriptionrevokedpayload.js.map +0 -1
  3603. package/dist/commonjs/models/components/webhooksubscriptionuncanceledpayload.d.ts +0 -33
  3604. package/dist/commonjs/models/components/webhooksubscriptionuncanceledpayload.d.ts.map +0 -1
  3605. package/dist/commonjs/models/components/webhooksubscriptionuncanceledpayload.js +0 -63
  3606. package/dist/commonjs/models/components/webhooksubscriptionuncanceledpayload.js.map +0 -1
  3607. package/dist/commonjs/models/components/webhooksubscriptionupdatedpayload.d.ts +0 -33
  3608. package/dist/commonjs/models/components/webhooksubscriptionupdatedpayload.d.ts.map +0 -1
  3609. package/dist/commonjs/models/components/webhooksubscriptionupdatedpayload.js +0 -63
  3610. package/dist/commonjs/models/components/webhooksubscriptionupdatedpayload.js.map +0 -1
  3611. package/dist/commonjs/models/components/webtokenrequest.d.ts +0 -32
  3612. package/dist/commonjs/models/components/webtokenrequest.d.ts.map +0 -1
  3613. package/dist/commonjs/models/components/webtokenrequest.js +0 -70
  3614. package/dist/commonjs/models/components/webtokenrequest.js.map +0 -1
  3615. package/dist/commonjs/models/errors/alreadyactivesubscriptionerror.d.ts +0 -20
  3616. package/dist/commonjs/models/errors/alreadyactivesubscriptionerror.d.ts.map +0 -1
  3617. package/dist/commonjs/models/errors/alreadyactivesubscriptionerror.js +0 -69
  3618. package/dist/commonjs/models/errors/alreadyactivesubscriptionerror.js.map +0 -1
  3619. package/dist/commonjs/models/errors/alreadycanceledsubscription.d.ts +0 -20
  3620. package/dist/commonjs/models/errors/alreadycanceledsubscription.d.ts.map +0 -1
  3621. package/dist/commonjs/models/errors/alreadycanceledsubscription.js +0 -69
  3622. package/dist/commonjs/models/errors/alreadycanceledsubscription.js.map +0 -1
  3623. package/dist/commonjs/models/errors/checkoutforbiddenerror.d.ts +0 -12
  3624. package/dist/commonjs/models/errors/checkoutforbiddenerror.d.ts.map +0 -1
  3625. package/dist/commonjs/models/errors/checkoutforbiddenerror.js +0 -57
  3626. package/dist/commonjs/models/errors/checkoutforbiddenerror.js.map +0 -1
  3627. package/dist/commonjs/models/errors/customernotready.d.ts +0 -20
  3628. package/dist/commonjs/models/errors/customernotready.d.ts.map +0 -1
  3629. package/dist/commonjs/models/errors/customernotready.js +0 -69
  3630. package/dist/commonjs/models/errors/customernotready.js.map +0 -1
  3631. package/dist/commonjs/models/errors/customerportalordersgenerateinvoice.d.ts +0 -13
  3632. package/dist/commonjs/models/errors/customerportalordersgenerateinvoice.d.ts.map +0 -1
  3633. package/dist/commonjs/models/errors/customerportalordersgenerateinvoice.js +0 -54
  3634. package/dist/commonjs/models/errors/customerportalordersgenerateinvoice.js.map +0 -1
  3635. package/dist/commonjs/models/errors/expiredcheckouterror.d.ts +0 -20
  3636. package/dist/commonjs/models/errors/expiredcheckouterror.d.ts.map +0 -1
  3637. package/dist/commonjs/models/errors/expiredcheckouterror.js +0 -69
  3638. package/dist/commonjs/models/errors/expiredcheckouterror.js.map +0 -1
  3639. package/dist/commonjs/models/errors/httpclienterrors.d.ts +0 -44
  3640. package/dist/commonjs/models/errors/httpclienterrors.d.ts.map +0 -1
  3641. package/dist/commonjs/models/errors/httpclienterrors.js +0 -78
  3642. package/dist/commonjs/models/errors/httpclienterrors.js.map +0 -1
  3643. package/dist/commonjs/models/errors/httpvalidationerror.d.ts +0 -25
  3644. package/dist/commonjs/models/errors/httpvalidationerror.d.ts.map +0 -1
  3645. package/dist/commonjs/models/errors/httpvalidationerror.js +0 -73
  3646. package/dist/commonjs/models/errors/httpvalidationerror.js.map +0 -1
  3647. package/dist/commonjs/models/errors/manualretrylimitexceeded.d.ts +0 -20
  3648. package/dist/commonjs/models/errors/manualretrylimitexceeded.d.ts.map +0 -1
  3649. package/dist/commonjs/models/errors/manualretrylimitexceeded.js +0 -69
  3650. package/dist/commonjs/models/errors/manualretrylimitexceeded.js.map +0 -1
  3651. package/dist/commonjs/models/errors/missinginvoicebillingdetails.d.ts +0 -20
  3652. package/dist/commonjs/models/errors/missinginvoicebillingdetails.d.ts.map +0 -1
  3653. package/dist/commonjs/models/errors/missinginvoicebillingdetails.js +0 -69
  3654. package/dist/commonjs/models/errors/missinginvoicebillingdetails.js.map +0 -1
  3655. package/dist/commonjs/models/errors/notopencheckout.d.ts +0 -20
  3656. package/dist/commonjs/models/errors/notopencheckout.d.ts.map +0 -1
  3657. package/dist/commonjs/models/errors/notopencheckout.js +0 -69
  3658. package/dist/commonjs/models/errors/notopencheckout.js.map +0 -1
  3659. package/dist/commonjs/models/errors/notpaidorder.d.ts +0 -20
  3660. package/dist/commonjs/models/errors/notpaidorder.d.ts.map +0 -1
  3661. package/dist/commonjs/models/errors/notpaidorder.js +0 -69
  3662. package/dist/commonjs/models/errors/notpaidorder.js.map +0 -1
  3663. package/dist/commonjs/models/errors/notpermitted.d.ts +0 -20
  3664. package/dist/commonjs/models/errors/notpermitted.d.ts.map +0 -1
  3665. package/dist/commonjs/models/errors/notpermitted.js +0 -69
  3666. package/dist/commonjs/models/errors/notpermitted.js.map +0 -1
  3667. package/dist/commonjs/models/errors/offsessionchargesnotenabled.d.ts +0 -20
  3668. package/dist/commonjs/models/errors/offsessionchargesnotenabled.d.ts.map +0 -1
  3669. package/dist/commonjs/models/errors/offsessionchargesnotenabled.js +0 -69
  3670. package/dist/commonjs/models/errors/offsessionchargesnotenabled.js.map +0 -1
  3671. package/dist/commonjs/models/errors/ordernotdraft.d.ts +0 -20
  3672. package/dist/commonjs/models/errors/ordernotdraft.d.ts.map +0 -1
  3673. package/dist/commonjs/models/errors/ordernotdraft.js +0 -69
  3674. package/dist/commonjs/models/errors/ordernotdraft.js.map +0 -1
  3675. package/dist/commonjs/models/errors/ordernoteligibleforretry.d.ts +0 -20
  3676. package/dist/commonjs/models/errors/ordernoteligibleforretry.d.ts.map +0 -1
  3677. package/dist/commonjs/models/errors/ordernoteligibleforretry.js +0 -69
  3678. package/dist/commonjs/models/errors/ordernoteligibleforretry.js.map +0 -1
  3679. package/dist/commonjs/models/errors/ordersfinalize.d.ts +0 -22
  3680. package/dist/commonjs/models/errors/ordersfinalize.d.ts.map +0 -1
  3681. package/dist/commonjs/models/errors/ordersfinalize.js +0 -64
  3682. package/dist/commonjs/models/errors/ordersfinalize.js.map +0 -1
  3683. package/dist/commonjs/models/errors/ordersgenerateinvoice.d.ts +0 -13
  3684. package/dist/commonjs/models/errors/ordersgenerateinvoice.d.ts.map +0 -1
  3685. package/dist/commonjs/models/errors/ordersgenerateinvoice.js +0 -53
  3686. package/dist/commonjs/models/errors/ordersgenerateinvoice.js.map +0 -1
  3687. package/dist/commonjs/models/errors/organizationnotreadyforpayments.d.ts +0 -20
  3688. package/dist/commonjs/models/errors/organizationnotreadyforpayments.d.ts.map +0 -1
  3689. package/dist/commonjs/models/errors/organizationnotreadyforpayments.js +0 -69
  3690. package/dist/commonjs/models/errors/organizationnotreadyforpayments.js.map +0 -1
  3691. package/dist/commonjs/models/errors/paymentactionrequired.d.ts +0 -20
  3692. package/dist/commonjs/models/errors/paymentactionrequired.d.ts.map +0 -1
  3693. package/dist/commonjs/models/errors/paymentactionrequired.js +0 -69
  3694. package/dist/commonjs/models/errors/paymentactionrequired.js.map +0 -1
  3695. package/dist/commonjs/models/errors/paymentalreadyinprogress.d.ts +0 -20
  3696. package/dist/commonjs/models/errors/paymentalreadyinprogress.d.ts.map +0 -1
  3697. package/dist/commonjs/models/errors/paymentalreadyinprogress.js +0 -69
  3698. package/dist/commonjs/models/errors/paymentalreadyinprogress.js.map +0 -1
  3699. package/dist/commonjs/models/errors/paymenterror.d.ts +0 -20
  3700. package/dist/commonjs/models/errors/paymenterror.d.ts.map +0 -1
  3701. package/dist/commonjs/models/errors/paymenterror.js +0 -69
  3702. package/dist/commonjs/models/errors/paymenterror.js.map +0 -1
  3703. package/dist/commonjs/models/errors/paymentfailed.d.ts +0 -20
  3704. package/dist/commonjs/models/errors/paymentfailed.d.ts.map +0 -1
  3705. package/dist/commonjs/models/errors/paymentfailed.js +0 -69
  3706. package/dist/commonjs/models/errors/paymentfailed.js.map +0 -1
  3707. package/dist/commonjs/models/errors/paymentmethodinusebyactivesubscription.d.ts +0 -20
  3708. package/dist/commonjs/models/errors/paymentmethodinusebyactivesubscription.d.ts.map +0 -1
  3709. package/dist/commonjs/models/errors/paymentmethodinusebyactivesubscription.js +0 -69
  3710. package/dist/commonjs/models/errors/paymentmethodinusebyactivesubscription.js.map +0 -1
  3711. package/dist/commonjs/models/errors/paymentmethodsetupfailed.d.ts +0 -20
  3712. package/dist/commonjs/models/errors/paymentmethodsetupfailed.d.ts.map +0 -1
  3713. package/dist/commonjs/models/errors/paymentmethodsetupfailed.js +0 -69
  3714. package/dist/commonjs/models/errors/paymentmethodsetupfailed.js.map +0 -1
  3715. package/dist/commonjs/models/errors/paymentnotready.d.ts +0 -20
  3716. package/dist/commonjs/models/errors/paymentnotready.d.ts.map +0 -1
  3717. package/dist/commonjs/models/errors/paymentnotready.js +0 -69
  3718. package/dist/commonjs/models/errors/paymentnotready.js.map +0 -1
  3719. package/dist/commonjs/models/errors/polarerror.d.ts +0 -19
  3720. package/dist/commonjs/models/errors/polarerror.d.ts.map +0 -1
  3721. package/dist/commonjs/models/errors/polarerror.js +0 -20
  3722. package/dist/commonjs/models/errors/polarerror.js.map +0 -1
  3723. package/dist/commonjs/models/errors/refundedalready.d.ts +0 -20
  3724. package/dist/commonjs/models/errors/refundedalready.d.ts.map +0 -1
  3725. package/dist/commonjs/models/errors/refundedalready.js +0 -69
  3726. package/dist/commonjs/models/errors/refundedalready.js.map +0 -1
  3727. package/dist/commonjs/models/errors/resourcenotfound.d.ts +0 -20
  3728. package/dist/commonjs/models/errors/resourcenotfound.d.ts.map +0 -1
  3729. package/dist/commonjs/models/errors/resourcenotfound.js +0 -69
  3730. package/dist/commonjs/models/errors/resourcenotfound.js.map +0 -1
  3731. package/dist/commonjs/models/errors/responsevalidationerror.d.ts +0 -26
  3732. package/dist/commonjs/models/errors/responsevalidationerror.d.ts.map +0 -1
  3733. package/dist/commonjs/models/errors/responsevalidationerror.js +0 -66
  3734. package/dist/commonjs/models/errors/responsevalidationerror.js.map +0 -1
  3735. package/dist/commonjs/models/errors/sdkerror.d.ts +0 -10
  3736. package/dist/commonjs/models/errors/sdkerror.d.ts.map +0 -1
  3737. package/dist/commonjs/models/errors/sdkerror.js +0 -34
  3738. package/dist/commonjs/models/errors/sdkerror.js.map +0 -1
  3739. package/dist/commonjs/models/errors/sdkvalidationerror.d.ts +0 -21
  3740. package/dist/commonjs/models/errors/sdkvalidationerror.d.ts.map +0 -1
  3741. package/dist/commonjs/models/errors/sdkvalidationerror.js +0 -82
  3742. package/dist/commonjs/models/errors/sdkvalidationerror.js.map +0 -1
  3743. package/dist/commonjs/models/errors/subscriptionlocked.d.ts +0 -20
  3744. package/dist/commonjs/models/errors/subscriptionlocked.d.ts.map +0 -1
  3745. package/dist/commonjs/models/errors/subscriptionlocked.js +0 -69
  3746. package/dist/commonjs/models/errors/subscriptionlocked.js.map +0 -1
  3747. package/dist/commonjs/models/errors/trialalreadyredeemed.d.ts +0 -20
  3748. package/dist/commonjs/models/errors/trialalreadyredeemed.d.ts.map +0 -1
  3749. package/dist/commonjs/models/errors/trialalreadyredeemed.js +0 -69
  3750. package/dist/commonjs/models/errors/trialalreadyredeemed.js.map +0 -1
  3751. package/dist/commonjs/models/errors/unauthorized.d.ts +0 -20
  3752. package/dist/commonjs/models/errors/unauthorized.d.ts.map +0 -1
  3753. package/dist/commonjs/models/errors/unauthorized.js +0 -69
  3754. package/dist/commonjs/models/errors/unauthorized.js.map +0 -1
  3755. package/dist/commonjs/models/operations/benefitgrantslist.d.ts +0 -82
  3756. package/dist/commonjs/models/operations/benefitgrantslist.d.ts.map +0 -1
  3757. package/dist/commonjs/models/operations/benefitgrantslist.js +0 -97
  3758. package/dist/commonjs/models/operations/benefitgrantslist.js.map +0 -1
  3759. package/dist/commonjs/models/operations/benefitsdelete.d.ts +0 -12
  3760. package/dist/commonjs/models/operations/benefitsdelete.d.ts.map +0 -1
  3761. package/dist/commonjs/models/operations/benefitsdelete.js +0 -49
  3762. package/dist/commonjs/models/operations/benefitsdelete.js.map +0 -1
  3763. package/dist/commonjs/models/operations/benefitsget.d.ts +0 -12
  3764. package/dist/commonjs/models/operations/benefitsget.d.ts.map +0 -1
  3765. package/dist/commonjs/models/operations/benefitsget.js +0 -49
  3766. package/dist/commonjs/models/operations/benefitsget.js.map +0 -1
  3767. package/dist/commonjs/models/operations/benefitsgrants.d.ts +0 -64
  3768. package/dist/commonjs/models/operations/benefitsgrants.d.ts.map +0 -1
  3769. package/dist/commonjs/models/operations/benefitsgrants.js +0 -88
  3770. package/dist/commonjs/models/operations/benefitsgrants.js.map +0 -1
  3771. package/dist/commonjs/models/operations/benefitslist.d.ts +0 -107
  3772. package/dist/commonjs/models/operations/benefitslist.d.ts.map +0 -1
  3773. package/dist/commonjs/models/operations/benefitslist.js +0 -112
  3774. package/dist/commonjs/models/operations/benefitslist.js.map +0 -1
  3775. package/dist/commonjs/models/operations/benefitsupdate.d.ts +0 -27
  3776. package/dist/commonjs/models/operations/benefitsupdate.d.ts.map +0 -1
  3777. package/dist/commonjs/models/operations/benefitsupdate.js +0 -84
  3778. package/dist/commonjs/models/operations/benefitsupdate.js.map +0 -1
  3779. package/dist/commonjs/models/operations/checkoutlinksdelete.d.ts +0 -15
  3780. package/dist/commonjs/models/operations/checkoutlinksdelete.d.ts.map +0 -1
  3781. package/dist/commonjs/models/operations/checkoutlinksdelete.js +0 -49
  3782. package/dist/commonjs/models/operations/checkoutlinksdelete.js.map +0 -1
  3783. package/dist/commonjs/models/operations/checkoutlinksget.d.ts +0 -15
  3784. package/dist/commonjs/models/operations/checkoutlinksget.d.ts.map +0 -1
  3785. package/dist/commonjs/models/operations/checkoutlinksget.js +0 -49
  3786. package/dist/commonjs/models/operations/checkoutlinksget.js.map +0 -1
  3787. package/dist/commonjs/models/operations/checkoutlinkslist.d.ts +0 -63
  3788. package/dist/commonjs/models/operations/checkoutlinkslist.d.ts.map +0 -1
  3789. package/dist/commonjs/models/operations/checkoutlinkslist.js +0 -87
  3790. package/dist/commonjs/models/operations/checkoutlinkslist.js.map +0 -1
  3791. package/dist/commonjs/models/operations/checkoutlinksupdate.d.ts +0 -18
  3792. package/dist/commonjs/models/operations/checkoutlinksupdate.d.ts.map +0 -1
  3793. package/dist/commonjs/models/operations/checkoutlinksupdate.js +0 -56
  3794. package/dist/commonjs/models/operations/checkoutlinksupdate.js.map +0 -1
  3795. package/dist/commonjs/models/operations/checkoutsclientconfirm.d.ts +0 -18
  3796. package/dist/commonjs/models/operations/checkoutsclientconfirm.d.ts.map +0 -1
  3797. package/dist/commonjs/models/operations/checkoutsclientconfirm.js +0 -57
  3798. package/dist/commonjs/models/operations/checkoutsclientconfirm.js.map +0 -1
  3799. package/dist/commonjs/models/operations/checkoutsclientget.d.ts +0 -15
  3800. package/dist/commonjs/models/operations/checkoutsclientget.d.ts.map +0 -1
  3801. package/dist/commonjs/models/operations/checkoutsclientget.js +0 -54
  3802. package/dist/commonjs/models/operations/checkoutsclientget.js.map +0 -1
  3803. package/dist/commonjs/models/operations/checkoutsclientupdate.d.ts +0 -18
  3804. package/dist/commonjs/models/operations/checkoutsclientupdate.d.ts.map +0 -1
  3805. package/dist/commonjs/models/operations/checkoutsclientupdate.js +0 -57
  3806. package/dist/commonjs/models/operations/checkoutsclientupdate.js.map +0 -1
  3807. package/dist/commonjs/models/operations/checkoutsget.d.ts +0 -15
  3808. package/dist/commonjs/models/operations/checkoutsget.d.ts.map +0 -1
  3809. package/dist/commonjs/models/operations/checkoutsget.js +0 -49
  3810. package/dist/commonjs/models/operations/checkoutsget.js.map +0 -1
  3811. package/dist/commonjs/models/operations/checkoutslist.d.ts +0 -111
  3812. package/dist/commonjs/models/operations/checkoutslist.d.ts.map +0 -1
  3813. package/dist/commonjs/models/operations/checkoutslist.js +0 -118
  3814. package/dist/commonjs/models/operations/checkoutslist.js.map +0 -1
  3815. package/dist/commonjs/models/operations/checkoutsupdate.d.ts +0 -18
  3816. package/dist/commonjs/models/operations/checkoutsupdate.d.ts.map +0 -1
  3817. package/dist/commonjs/models/operations/checkoutsupdate.js +0 -56
  3818. package/dist/commonjs/models/operations/checkoutsupdate.js.map +0 -1
  3819. package/dist/commonjs/models/operations/customermetersget.d.ts +0 -15
  3820. package/dist/commonjs/models/operations/customermetersget.d.ts.map +0 -1
  3821. package/dist/commonjs/models/operations/customermetersget.js +0 -49
  3822. package/dist/commonjs/models/operations/customermetersget.js.map +0 -1
  3823. package/dist/commonjs/models/operations/customermeterslist.d.ts +0 -91
  3824. package/dist/commonjs/models/operations/customermeterslist.d.ts.map +0 -1
  3825. package/dist/commonjs/models/operations/customermeterslist.js +0 -103
  3826. package/dist/commonjs/models/operations/customermeterslist.js.map +0 -1
  3827. package/dist/commonjs/models/operations/customerportalbenefitgrantsget.d.ts +0 -27
  3828. package/dist/commonjs/models/operations/customerportalbenefitgrantsget.d.ts.map +0 -1
  3829. package/dist/commonjs/models/operations/customerportalbenefitgrantsget.js +0 -64
  3830. package/dist/commonjs/models/operations/customerportalbenefitgrantsget.js.map +0 -1
  3831. package/dist/commonjs/models/operations/customerportalbenefitgrantslist.d.ts +0 -137
  3832. package/dist/commonjs/models/operations/customerportalbenefitgrantslist.d.ts.map +0 -1
  3833. package/dist/commonjs/models/operations/customerportalbenefitgrantslist.js +0 -143
  3834. package/dist/commonjs/models/operations/customerportalbenefitgrantslist.js.map +0 -1
  3835. package/dist/commonjs/models/operations/customerportalbenefitgrantsupdate.d.ts +0 -30
  3836. package/dist/commonjs/models/operations/customerportalbenefitgrantsupdate.d.ts.map +0 -1
  3837. package/dist/commonjs/models/operations/customerportalbenefitgrantsupdate.js +0 -70
  3838. package/dist/commonjs/models/operations/customerportalbenefitgrantsupdate.js.map +0 -1
  3839. package/dist/commonjs/models/operations/customerportalcustomermetersget.d.ts +0 -27
  3840. package/dist/commonjs/models/operations/customerportalcustomermetersget.d.ts.map +0 -1
  3841. package/dist/commonjs/models/operations/customerportalcustomermetersget.js +0 -64
  3842. package/dist/commonjs/models/operations/customerportalcustomermetersget.js.map +0 -1
  3843. package/dist/commonjs/models/operations/customerportalcustomermeterslist.d.ts +0 -66
  3844. package/dist/commonjs/models/operations/customerportalcustomermeterslist.d.ts.map +0 -1
  3845. package/dist/commonjs/models/operations/customerportalcustomermeterslist.js +0 -94
  3846. package/dist/commonjs/models/operations/customerportalcustomermeterslist.js.map +0 -1
  3847. package/dist/commonjs/models/operations/customerportalcustomersaddpaymentmethod.d.ts +0 -14
  3848. package/dist/commonjs/models/operations/customerportalcustomersaddpaymentmethod.d.ts.map +0 -1
  3849. package/dist/commonjs/models/operations/customerportalcustomersaddpaymentmethod.js +0 -56
  3850. package/dist/commonjs/models/operations/customerportalcustomersaddpaymentmethod.js.map +0 -1
  3851. package/dist/commonjs/models/operations/customerportalcustomerscheckemailupdate.d.ts +0 -12
  3852. package/dist/commonjs/models/operations/customerportalcustomerscheckemailupdate.d.ts.map +0 -1
  3853. package/dist/commonjs/models/operations/customerportalcustomerscheckemailupdate.js +0 -49
  3854. package/dist/commonjs/models/operations/customerportalcustomerscheckemailupdate.js.map +0 -1
  3855. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts +0 -14
  3856. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts.map +0 -1
  3857. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.js +0 -56
  3858. package/dist/commonjs/models/operations/customerportalcustomersconfirmpaymentmethod.js.map +0 -1
  3859. package/dist/commonjs/models/operations/customerportalcustomersdeletepaymentmethod.d.ts +0 -24
  3860. package/dist/commonjs/models/operations/customerportalcustomersdeletepaymentmethod.d.ts.map +0 -1
  3861. package/dist/commonjs/models/operations/customerportalcustomersdeletepaymentmethod.js +0 -64
  3862. package/dist/commonjs/models/operations/customerportalcustomersdeletepaymentmethod.js.map +0 -1
  3863. package/dist/commonjs/models/operations/customerportalcustomersessiongetauthenticateduser.d.ts +0 -14
  3864. package/dist/commonjs/models/operations/customerportalcustomersessiongetauthenticateduser.d.ts.map +0 -1
  3865. package/dist/commonjs/models/operations/customerportalcustomersessiongetauthenticateduser.js +0 -57
  3866. package/dist/commonjs/models/operations/customerportalcustomersessiongetauthenticateduser.js.map +0 -1
  3867. package/dist/commonjs/models/operations/customerportalcustomersessionintrospect.d.ts +0 -14
  3868. package/dist/commonjs/models/operations/customerportalcustomersessionintrospect.d.ts.map +0 -1
  3869. package/dist/commonjs/models/operations/customerportalcustomersessionintrospect.js +0 -56
  3870. package/dist/commonjs/models/operations/customerportalcustomersessionintrospect.js.map +0 -1
  3871. package/dist/commonjs/models/operations/customerportalcustomersget.d.ts +0 -14
  3872. package/dist/commonjs/models/operations/customerportalcustomersget.d.ts.map +0 -1
  3873. package/dist/commonjs/models/operations/customerportalcustomersget.js +0 -56
  3874. package/dist/commonjs/models/operations/customerportalcustomersget.js.map +0 -1
  3875. package/dist/commonjs/models/operations/customerportalcustomerslistpaymentmethods.d.ts +0 -41
  3876. package/dist/commonjs/models/operations/customerportalcustomerslistpaymentmethods.d.ts.map +0 -1
  3877. package/dist/commonjs/models/operations/customerportalcustomerslistpaymentmethods.js +0 -80
  3878. package/dist/commonjs/models/operations/customerportalcustomerslistpaymentmethods.js.map +0 -1
  3879. package/dist/commonjs/models/operations/customerportalcustomersrequestemailupdate.d.ts +0 -14
  3880. package/dist/commonjs/models/operations/customerportalcustomersrequestemailupdate.d.ts.map +0 -1
  3881. package/dist/commonjs/models/operations/customerportalcustomersrequestemailupdate.js +0 -56
  3882. package/dist/commonjs/models/operations/customerportalcustomersrequestemailupdate.js.map +0 -1
  3883. package/dist/commonjs/models/operations/customerportalcustomersupdate.d.ts +0 -14
  3884. package/dist/commonjs/models/operations/customerportalcustomersupdate.d.ts.map +0 -1
  3885. package/dist/commonjs/models/operations/customerportalcustomersupdate.js +0 -56
  3886. package/dist/commonjs/models/operations/customerportalcustomersupdate.js.map +0 -1
  3887. package/dist/commonjs/models/operations/customerportaldownloadableslist.d.ts +0 -55
  3888. package/dist/commonjs/models/operations/customerportaldownloadableslist.d.ts.map +0 -1
  3889. package/dist/commonjs/models/operations/customerportaldownloadableslist.js +0 -92
  3890. package/dist/commonjs/models/operations/customerportaldownloadableslist.js.map +0 -1
  3891. package/dist/commonjs/models/operations/customerportallicensekeysget.d.ts +0 -24
  3892. package/dist/commonjs/models/operations/customerportallicensekeysget.d.ts.map +0 -1
  3893. package/dist/commonjs/models/operations/customerportallicensekeysget.js +0 -64
  3894. package/dist/commonjs/models/operations/customerportallicensekeysget.js.map +0 -1
  3895. package/dist/commonjs/models/operations/customerportallicensekeyslist.d.ts +0 -46
  3896. package/dist/commonjs/models/operations/customerportallicensekeyslist.d.ts.map +0 -1
  3897. package/dist/commonjs/models/operations/customerportallicensekeyslist.js +0 -84
  3898. package/dist/commonjs/models/operations/customerportallicensekeyslist.js.map +0 -1
  3899. package/dist/commonjs/models/operations/customerportalmemberslistmembers.d.ts +0 -29
  3900. package/dist/commonjs/models/operations/customerportalmemberslistmembers.d.ts.map +0 -1
  3901. package/dist/commonjs/models/operations/customerportalmemberslistmembers.js +0 -65
  3902. package/dist/commonjs/models/operations/customerportalmemberslistmembers.js.map +0 -1
  3903. package/dist/commonjs/models/operations/customerportalmembersremovemember.d.ts +0 -12
  3904. package/dist/commonjs/models/operations/customerportalmembersremovemember.d.ts.map +0 -1
  3905. package/dist/commonjs/models/operations/customerportalmembersremovemember.js +0 -49
  3906. package/dist/commonjs/models/operations/customerportalmembersremovemember.js.map +0 -1
  3907. package/dist/commonjs/models/operations/customerportalmembersupdatemember.d.ts +0 -15
  3908. package/dist/commonjs/models/operations/customerportalmembersupdatemember.d.ts.map +0 -1
  3909. package/dist/commonjs/models/operations/customerportalmembersupdatemember.js +0 -56
  3910. package/dist/commonjs/models/operations/customerportalmembersupdatemember.js.map +0 -1
  3911. package/dist/commonjs/models/operations/customerportalordersconfirmretrypayment.d.ts +0 -30
  3912. package/dist/commonjs/models/operations/customerportalordersconfirmretrypayment.d.ts.map +0 -1
  3913. package/dist/commonjs/models/operations/customerportalordersconfirmretrypayment.js +0 -70
  3914. package/dist/commonjs/models/operations/customerportalordersconfirmretrypayment.js.map +0 -1
  3915. package/dist/commonjs/models/operations/customerportalordersgenerateinvoice.d.ts +0 -27
  3916. package/dist/commonjs/models/operations/customerportalordersgenerateinvoice.d.ts.map +0 -1
  3917. package/dist/commonjs/models/operations/customerportalordersgenerateinvoice.js +0 -64
  3918. package/dist/commonjs/models/operations/customerportalordersgenerateinvoice.js.map +0 -1
  3919. package/dist/commonjs/models/operations/customerportalordersget.d.ts +0 -27
  3920. package/dist/commonjs/models/operations/customerportalordersget.d.ts.map +0 -1
  3921. package/dist/commonjs/models/operations/customerportalordersget.js +0 -64
  3922. package/dist/commonjs/models/operations/customerportalordersget.js.map +0 -1
  3923. package/dist/commonjs/models/operations/customerportalordersgetpaymentstatus.d.ts +0 -27
  3924. package/dist/commonjs/models/operations/customerportalordersgetpaymentstatus.d.ts.map +0 -1
  3925. package/dist/commonjs/models/operations/customerportalordersgetpaymentstatus.js +0 -64
  3926. package/dist/commonjs/models/operations/customerportalordersgetpaymentstatus.js.map +0 -1
  3927. package/dist/commonjs/models/operations/customerportalordersinvoice.d.ts +0 -27
  3928. package/dist/commonjs/models/operations/customerportalordersinvoice.d.ts.map +0 -1
  3929. package/dist/commonjs/models/operations/customerportalordersinvoice.js +0 -64
  3930. package/dist/commonjs/models/operations/customerportalordersinvoice.js.map +0 -1
  3931. package/dist/commonjs/models/operations/customerportalorderslist.d.ts +0 -95
  3932. package/dist/commonjs/models/operations/customerportalorderslist.d.ts.map +0 -1
  3933. package/dist/commonjs/models/operations/customerportalorderslist.js +0 -118
  3934. package/dist/commonjs/models/operations/customerportalorderslist.js.map +0 -1
  3935. package/dist/commonjs/models/operations/customerportalordersreceipt.d.ts +0 -27
  3936. package/dist/commonjs/models/operations/customerportalordersreceipt.d.ts.map +0 -1
  3937. package/dist/commonjs/models/operations/customerportalordersreceipt.js +0 -64
  3938. package/dist/commonjs/models/operations/customerportalordersreceipt.js.map +0 -1
  3939. package/dist/commonjs/models/operations/customerportalordersupdate.d.ts +0 -30
  3940. package/dist/commonjs/models/operations/customerportalordersupdate.d.ts.map +0 -1
  3941. package/dist/commonjs/models/operations/customerportalordersupdate.js +0 -70
  3942. package/dist/commonjs/models/operations/customerportalordersupdate.js.map +0 -1
  3943. package/dist/commonjs/models/operations/customerportalorganizationsget.d.ts +0 -15
  3944. package/dist/commonjs/models/operations/customerportalorganizationsget.d.ts.map +0 -1
  3945. package/dist/commonjs/models/operations/customerportalorganizationsget.js +0 -49
  3946. package/dist/commonjs/models/operations/customerportalorganizationsget.js.map +0 -1
  3947. package/dist/commonjs/models/operations/customerportalseatsassignseat.d.ts +0 -14
  3948. package/dist/commonjs/models/operations/customerportalseatsassignseat.d.ts.map +0 -1
  3949. package/dist/commonjs/models/operations/customerportalseatsassignseat.js +0 -56
  3950. package/dist/commonjs/models/operations/customerportalseatsassignseat.js.map +0 -1
  3951. package/dist/commonjs/models/operations/customerportalseatslistclaimedsubscriptions.d.ts +0 -41
  3952. package/dist/commonjs/models/operations/customerportalseatslistclaimedsubscriptions.d.ts.map +0 -1
  3953. package/dist/commonjs/models/operations/customerportalseatslistclaimedsubscriptions.js +0 -79
  3954. package/dist/commonjs/models/operations/customerportalseatslistclaimedsubscriptions.js.map +0 -1
  3955. package/dist/commonjs/models/operations/customerportalseatslistseats.d.ts +0 -32
  3956. package/dist/commonjs/models/operations/customerportalseatslistseats.d.ts.map +0 -1
  3957. package/dist/commonjs/models/operations/customerportalseatslistseats.js +0 -70
  3958. package/dist/commonjs/models/operations/customerportalseatslistseats.js.map +0 -1
  3959. package/dist/commonjs/models/operations/customerportalseatsresendinvitation.d.ts +0 -24
  3960. package/dist/commonjs/models/operations/customerportalseatsresendinvitation.d.ts.map +0 -1
  3961. package/dist/commonjs/models/operations/customerportalseatsresendinvitation.js +0 -68
  3962. package/dist/commonjs/models/operations/customerportalseatsresendinvitation.js.map +0 -1
  3963. package/dist/commonjs/models/operations/customerportalseatsrevokeseat.d.ts +0 -24
  3964. package/dist/commonjs/models/operations/customerportalseatsrevokeseat.d.ts.map +0 -1
  3965. package/dist/commonjs/models/operations/customerportalseatsrevokeseat.js +0 -68
  3966. package/dist/commonjs/models/operations/customerportalseatsrevokeseat.js.map +0 -1
  3967. package/dist/commonjs/models/operations/customerportalsubscriptionscancel.d.ts +0 -27
  3968. package/dist/commonjs/models/operations/customerportalsubscriptionscancel.d.ts.map +0 -1
  3969. package/dist/commonjs/models/operations/customerportalsubscriptionscancel.js +0 -64
  3970. package/dist/commonjs/models/operations/customerportalsubscriptionscancel.js.map +0 -1
  3971. package/dist/commonjs/models/operations/customerportalsubscriptionsget.d.ts +0 -27
  3972. package/dist/commonjs/models/operations/customerportalsubscriptionsget.d.ts.map +0 -1
  3973. package/dist/commonjs/models/operations/customerportalsubscriptionsget.js +0 -64
  3974. package/dist/commonjs/models/operations/customerportalsubscriptionsget.js.map +0 -1
  3975. package/dist/commonjs/models/operations/customerportalsubscriptionslist.d.ts +0 -71
  3976. package/dist/commonjs/models/operations/customerportalsubscriptionslist.d.ts.map +0 -1
  3977. package/dist/commonjs/models/operations/customerportalsubscriptionslist.js +0 -96
  3978. package/dist/commonjs/models/operations/customerportalsubscriptionslist.js.map +0 -1
  3979. package/dist/commonjs/models/operations/customerportalsubscriptionsupdate.d.ts +0 -30
  3980. package/dist/commonjs/models/operations/customerportalsubscriptionsupdate.d.ts.map +0 -1
  3981. package/dist/commonjs/models/operations/customerportalsubscriptionsupdate.js +0 -70
  3982. package/dist/commonjs/models/operations/customerportalsubscriptionsupdate.js.map +0 -1
  3983. package/dist/commonjs/models/operations/customerportalwalletsget.d.ts +0 -27
  3984. package/dist/commonjs/models/operations/customerportalwalletsget.d.ts.map +0 -1
  3985. package/dist/commonjs/models/operations/customerportalwalletsget.js +0 -64
  3986. package/dist/commonjs/models/operations/customerportalwalletsget.js.map +0 -1
  3987. package/dist/commonjs/models/operations/customerportalwalletslist.d.ts +0 -47
  3988. package/dist/commonjs/models/operations/customerportalwalletslist.d.ts.map +0 -1
  3989. package/dist/commonjs/models/operations/customerportalwalletslist.js +0 -81
  3990. package/dist/commonjs/models/operations/customerportalwalletslist.js.map +0 -1
  3991. package/dist/commonjs/models/operations/customersdelete.d.ts +0 -20
  3992. package/dist/commonjs/models/operations/customersdelete.d.ts.map +0 -1
  3993. package/dist/commonjs/models/operations/customersdelete.js +0 -50
  3994. package/dist/commonjs/models/operations/customersdelete.js.map +0 -1
  3995. package/dist/commonjs/models/operations/customersdeleteexternal.d.ts +0 -20
  3996. package/dist/commonjs/models/operations/customersdeleteexternal.d.ts.map +0 -1
  3997. package/dist/commonjs/models/operations/customersdeleteexternal.js +0 -55
  3998. package/dist/commonjs/models/operations/customersdeleteexternal.js.map +0 -1
  3999. package/dist/commonjs/models/operations/customerseatsgetclaiminfo.d.ts +0 -12
  4000. package/dist/commonjs/models/operations/customerseatsgetclaiminfo.d.ts.map +0 -1
  4001. package/dist/commonjs/models/operations/customerseatsgetclaiminfo.js +0 -54
  4002. package/dist/commonjs/models/operations/customerseatsgetclaiminfo.js.map +0 -1
  4003. package/dist/commonjs/models/operations/customerseatslistseats.d.ts +0 -14
  4004. package/dist/commonjs/models/operations/customerseatslistseats.d.ts.map +0 -1
  4005. package/dist/commonjs/models/operations/customerseatslistseats.js +0 -56
  4006. package/dist/commonjs/models/operations/customerseatslistseats.js.map +0 -1
  4007. package/dist/commonjs/models/operations/customerseatsresendinvitation.d.ts +0 -12
  4008. package/dist/commonjs/models/operations/customerseatsresendinvitation.d.ts.map +0 -1
  4009. package/dist/commonjs/models/operations/customerseatsresendinvitation.js +0 -54
  4010. package/dist/commonjs/models/operations/customerseatsresendinvitation.js.map +0 -1
  4011. package/dist/commonjs/models/operations/customerseatsrevokeseat.d.ts +0 -12
  4012. package/dist/commonjs/models/operations/customerseatsrevokeseat.d.ts.map +0 -1
  4013. package/dist/commonjs/models/operations/customerseatsrevokeseat.js +0 -54
  4014. package/dist/commonjs/models/operations/customerseatsrevokeseat.js.map +0 -1
  4015. package/dist/commonjs/models/operations/customersessionscreate.d.ts +0 -10
  4016. package/dist/commonjs/models/operations/customersessionscreate.d.ts.map +0 -1
  4017. package/dist/commonjs/models/operations/customersessionscreate.js +0 -19
  4018. package/dist/commonjs/models/operations/customersessionscreate.js.map +0 -1
  4019. package/dist/commonjs/models/operations/customersexport.d.ts +0 -30
  4020. package/dist/commonjs/models/operations/customersexport.d.ts.map +0 -1
  4021. package/dist/commonjs/models/operations/customersexport.js +0 -68
  4022. package/dist/commonjs/models/operations/customersexport.js.map +0 -1
  4023. package/dist/commonjs/models/operations/customersget.d.ts +0 -15
  4024. package/dist/commonjs/models/operations/customersget.d.ts.map +0 -1
  4025. package/dist/commonjs/models/operations/customersget.js +0 -49
  4026. package/dist/commonjs/models/operations/customersget.js.map +0 -1
  4027. package/dist/commonjs/models/operations/customersgetexternal.d.ts +0 -15
  4028. package/dist/commonjs/models/operations/customersgetexternal.d.ts.map +0 -1
  4029. package/dist/commonjs/models/operations/customersgetexternal.js +0 -54
  4030. package/dist/commonjs/models/operations/customersgetexternal.js.map +0 -1
  4031. package/dist/commonjs/models/operations/customersgetstate.d.ts +0 -15
  4032. package/dist/commonjs/models/operations/customersgetstate.d.ts.map +0 -1
  4033. package/dist/commonjs/models/operations/customersgetstate.js +0 -49
  4034. package/dist/commonjs/models/operations/customersgetstate.js.map +0 -1
  4035. package/dist/commonjs/models/operations/customersgetstateexternal.d.ts +0 -15
  4036. package/dist/commonjs/models/operations/customersgetstateexternal.d.ts.map +0 -1
  4037. package/dist/commonjs/models/operations/customersgetstateexternal.js +0 -54
  4038. package/dist/commonjs/models/operations/customersgetstateexternal.js.map +0 -1
  4039. package/dist/commonjs/models/operations/customerslist.d.ts +0 -74
  4040. package/dist/commonjs/models/operations/customerslist.d.ts.map +0 -1
  4041. package/dist/commonjs/models/operations/customerslist.js +0 -84
  4042. package/dist/commonjs/models/operations/customerslist.js.map +0 -1
  4043. package/dist/commonjs/models/operations/customerslistpaymentmethods.d.ts +0 -34
  4044. package/dist/commonjs/models/operations/customerslistpaymentmethods.d.ts.map +0 -1
  4045. package/dist/commonjs/models/operations/customerslistpaymentmethods.js +0 -66
  4046. package/dist/commonjs/models/operations/customerslistpaymentmethods.js.map +0 -1
  4047. package/dist/commonjs/models/operations/customerslistpaymentmethodsexternal.d.ts +0 -34
  4048. package/dist/commonjs/models/operations/customerslistpaymentmethodsexternal.d.ts.map +0 -1
  4049. package/dist/commonjs/models/operations/customerslistpaymentmethodsexternal.js +0 -70
  4050. package/dist/commonjs/models/operations/customerslistpaymentmethodsexternal.js.map +0 -1
  4051. package/dist/commonjs/models/operations/customersupdate.d.ts +0 -18
  4052. package/dist/commonjs/models/operations/customersupdate.d.ts.map +0 -1
  4053. package/dist/commonjs/models/operations/customersupdate.js +0 -56
  4054. package/dist/commonjs/models/operations/customersupdate.js.map +0 -1
  4055. package/dist/commonjs/models/operations/customersupdateexternal.d.ts +0 -18
  4056. package/dist/commonjs/models/operations/customersupdateexternal.d.ts.map +0 -1
  4057. package/dist/commonjs/models/operations/customersupdateexternal.js +0 -57
  4058. package/dist/commonjs/models/operations/customersupdateexternal.js.map +0 -1
  4059. package/dist/commonjs/models/operations/customfieldsdelete.d.ts +0 -15
  4060. package/dist/commonjs/models/operations/customfieldsdelete.d.ts.map +0 -1
  4061. package/dist/commonjs/models/operations/customfieldsdelete.js +0 -49
  4062. package/dist/commonjs/models/operations/customfieldsdelete.js.map +0 -1
  4063. package/dist/commonjs/models/operations/customfieldsget.d.ts +0 -15
  4064. package/dist/commonjs/models/operations/customfieldsget.d.ts.map +0 -1
  4065. package/dist/commonjs/models/operations/customfieldsget.js +0 -49
  4066. package/dist/commonjs/models/operations/customfieldsget.js.map +0 -1
  4067. package/dist/commonjs/models/operations/customfieldslist.d.ts +0 -69
  4068. package/dist/commonjs/models/operations/customfieldslist.d.ts.map +0 -1
  4069. package/dist/commonjs/models/operations/customfieldslist.js +0 -95
  4070. package/dist/commonjs/models/operations/customfieldslist.js.map +0 -1
  4071. package/dist/commonjs/models/operations/customfieldsupdate.d.ts +0 -18
  4072. package/dist/commonjs/models/operations/customfieldsupdate.d.ts.map +0 -1
  4073. package/dist/commonjs/models/operations/customfieldsupdate.js +0 -56
  4074. package/dist/commonjs/models/operations/customfieldsupdate.js.map +0 -1
  4075. package/dist/commonjs/models/operations/discountsdelete.d.ts +0 -15
  4076. package/dist/commonjs/models/operations/discountsdelete.d.ts.map +0 -1
  4077. package/dist/commonjs/models/operations/discountsdelete.js +0 -49
  4078. package/dist/commonjs/models/operations/discountsdelete.js.map +0 -1
  4079. package/dist/commonjs/models/operations/discountsget.d.ts +0 -15
  4080. package/dist/commonjs/models/operations/discountsget.d.ts.map +0 -1
  4081. package/dist/commonjs/models/operations/discountsget.js +0 -49
  4082. package/dist/commonjs/models/operations/discountsget.js.map +0 -1
  4083. package/dist/commonjs/models/operations/discountslist.d.ts +0 -54
  4084. package/dist/commonjs/models/operations/discountslist.d.ts.map +0 -1
  4085. package/dist/commonjs/models/operations/discountslist.js +0 -80
  4086. package/dist/commonjs/models/operations/discountslist.js.map +0 -1
  4087. package/dist/commonjs/models/operations/discountsupdate.d.ts +0 -18
  4088. package/dist/commonjs/models/operations/discountsupdate.d.ts.map +0 -1
  4089. package/dist/commonjs/models/operations/discountsupdate.js +0 -56
  4090. package/dist/commonjs/models/operations/discountsupdate.js.map +0 -1
  4091. package/dist/commonjs/models/operations/disputesget.d.ts +0 -15
  4092. package/dist/commonjs/models/operations/disputesget.d.ts.map +0 -1
  4093. package/dist/commonjs/models/operations/disputesget.js +0 -49
  4094. package/dist/commonjs/models/operations/disputesget.js.map +0 -1
  4095. package/dist/commonjs/models/operations/disputeslist.d.ts +0 -78
  4096. package/dist/commonjs/models/operations/disputeslist.d.ts.map +0 -1
  4097. package/dist/commonjs/models/operations/disputeslist.js +0 -101
  4098. package/dist/commonjs/models/operations/disputeslist.js.map +0 -1
  4099. package/dist/commonjs/models/operations/eventsget.d.ts +0 -15
  4100. package/dist/commonjs/models/operations/eventsget.d.ts.map +0 -1
  4101. package/dist/commonjs/models/operations/eventsget.js +0 -49
  4102. package/dist/commonjs/models/operations/eventsget.js.map +0 -1
  4103. package/dist/commonjs/models/operations/eventslist.d.ts +0 -153
  4104. package/dist/commonjs/models/operations/eventslist.d.ts.map +0 -1
  4105. package/dist/commonjs/models/operations/eventslist.js +0 -127
  4106. package/dist/commonjs/models/operations/eventslist.js.map +0 -1
  4107. package/dist/commonjs/models/operations/eventslistnames.d.ts +0 -97
  4108. package/dist/commonjs/models/operations/eventslistnames.d.ts.map +0 -1
  4109. package/dist/commonjs/models/operations/eventslistnames.js +0 -110
  4110. package/dist/commonjs/models/operations/eventslistnames.js.map +0 -1
  4111. package/dist/commonjs/models/operations/eventtypeslist.d.ts +0 -98
  4112. package/dist/commonjs/models/operations/eventtypeslist.d.ts.map +0 -1
  4113. package/dist/commonjs/models/operations/eventtypeslist.js +0 -102
  4114. package/dist/commonjs/models/operations/eventtypeslist.js.map +0 -1
  4115. package/dist/commonjs/models/operations/eventtypesupdate.d.ts +0 -18
  4116. package/dist/commonjs/models/operations/eventtypesupdate.d.ts.map +0 -1
  4117. package/dist/commonjs/models/operations/eventtypesupdate.js +0 -56
  4118. package/dist/commonjs/models/operations/eventtypesupdate.js.map +0 -1
  4119. package/dist/commonjs/models/operations/filesdelete.d.ts +0 -12
  4120. package/dist/commonjs/models/operations/filesdelete.d.ts.map +0 -1
  4121. package/dist/commonjs/models/operations/filesdelete.js +0 -49
  4122. package/dist/commonjs/models/operations/filesdelete.js.map +0 -1
  4123. package/dist/commonjs/models/operations/fileslist.d.ts +0 -57
  4124. package/dist/commonjs/models/operations/fileslist.d.ts.map +0 -1
  4125. package/dist/commonjs/models/operations/fileslist.js +0 -84
  4126. package/dist/commonjs/models/operations/fileslist.js.map +0 -1
  4127. package/dist/commonjs/models/operations/filesupdate.d.ts +0 -30
  4128. package/dist/commonjs/models/operations/filesupdate.d.ts.map +0 -1
  4129. package/dist/commonjs/models/operations/filesupdate.js +0 -70
  4130. package/dist/commonjs/models/operations/filesupdate.js.map +0 -1
  4131. package/dist/commonjs/models/operations/filesuploaded.d.ts +0 -30
  4132. package/dist/commonjs/models/operations/filesuploaded.d.ts.map +0 -1
  4133. package/dist/commonjs/models/operations/filesuploaded.js +0 -70
  4134. package/dist/commonjs/models/operations/filesuploaded.js.map +0 -1
  4135. package/dist/commonjs/models/operations/licensekeysget.d.ts +0 -12
  4136. package/dist/commonjs/models/operations/licensekeysget.d.ts.map +0 -1
  4137. package/dist/commonjs/models/operations/licensekeysget.js +0 -49
  4138. package/dist/commonjs/models/operations/licensekeysget.js.map +0 -1
  4139. package/dist/commonjs/models/operations/licensekeysgetactivation.d.ts +0 -14
  4140. package/dist/commonjs/models/operations/licensekeysgetactivation.d.ts.map +0 -1
  4141. package/dist/commonjs/models/operations/licensekeysgetactivation.js +0 -55
  4142. package/dist/commonjs/models/operations/licensekeysgetactivation.js.map +0 -1
  4143. package/dist/commonjs/models/operations/licensekeyslist.d.ts +0 -72
  4144. package/dist/commonjs/models/operations/licensekeyslist.d.ts.map +0 -1
  4145. package/dist/commonjs/models/operations/licensekeyslist.js +0 -99
  4146. package/dist/commonjs/models/operations/licensekeyslist.js.map +0 -1
  4147. package/dist/commonjs/models/operations/licensekeysupdate.d.ts +0 -15
  4148. package/dist/commonjs/models/operations/licensekeysupdate.d.ts.map +0 -1
  4149. package/dist/commonjs/models/operations/licensekeysupdate.js +0 -56
  4150. package/dist/commonjs/models/operations/licensekeysupdate.js.map +0 -1
  4151. package/dist/commonjs/models/operations/membersdeletemember.d.ts +0 -12
  4152. package/dist/commonjs/models/operations/membersdeletemember.d.ts.map +0 -1
  4153. package/dist/commonjs/models/operations/membersdeletemember.js +0 -49
  4154. package/dist/commonjs/models/operations/membersdeletemember.js.map +0 -1
  4155. package/dist/commonjs/models/operations/membersdeletememberbyexternalid.d.ts +0 -25
  4156. package/dist/commonjs/models/operations/membersdeletememberbyexternalid.d.ts.map +0 -1
  4157. package/dist/commonjs/models/operations/membersdeletememberbyexternalid.js +0 -58
  4158. package/dist/commonjs/models/operations/membersdeletememberbyexternalid.js.map +0 -1
  4159. package/dist/commonjs/models/operations/membersgetmember.d.ts +0 -12
  4160. package/dist/commonjs/models/operations/membersgetmember.d.ts.map +0 -1
  4161. package/dist/commonjs/models/operations/membersgetmember.js +0 -49
  4162. package/dist/commonjs/models/operations/membersgetmember.js.map +0 -1
  4163. package/dist/commonjs/models/operations/membersgetmemberbyexternalid.d.ts +0 -25
  4164. package/dist/commonjs/models/operations/membersgetmemberbyexternalid.d.ts.map +0 -1
  4165. package/dist/commonjs/models/operations/membersgetmemberbyexternalid.js +0 -58
  4166. package/dist/commonjs/models/operations/membersgetmemberbyexternalid.js.map +0 -1
  4167. package/dist/commonjs/models/operations/memberslistmembers.d.ts +0 -51
  4168. package/dist/commonjs/models/operations/memberslistmembers.d.ts.map +0 -1
  4169. package/dist/commonjs/models/operations/memberslistmembers.js +0 -76
  4170. package/dist/commonjs/models/operations/memberslistmembers.js.map +0 -1
  4171. package/dist/commonjs/models/operations/membersupdatemember.d.ts +0 -15
  4172. package/dist/commonjs/models/operations/membersupdatemember.d.ts.map +0 -1
  4173. package/dist/commonjs/models/operations/membersupdatemember.js +0 -56
  4174. package/dist/commonjs/models/operations/membersupdatemember.js.map +0 -1
  4175. package/dist/commonjs/models/operations/membersupdatememberbyexternalid.d.ts +0 -28
  4176. package/dist/commonjs/models/operations/membersupdatememberbyexternalid.d.ts.map +0 -1
  4177. package/dist/commonjs/models/operations/membersupdatememberbyexternalid.js +0 -61
  4178. package/dist/commonjs/models/operations/membersupdatememberbyexternalid.js.map +0 -1
  4179. package/dist/commonjs/models/operations/metersget.d.ts +0 -15
  4180. package/dist/commonjs/models/operations/metersget.d.ts.map +0 -1
  4181. package/dist/commonjs/models/operations/metersget.js +0 -49
  4182. package/dist/commonjs/models/operations/metersget.js.map +0 -1
  4183. package/dist/commonjs/models/operations/meterslist.d.ts +0 -69
  4184. package/dist/commonjs/models/operations/meterslist.d.ts.map +0 -1
  4185. package/dist/commonjs/models/operations/meterslist.js +0 -84
  4186. package/dist/commonjs/models/operations/meterslist.js.map +0 -1
  4187. package/dist/commonjs/models/operations/metersquantities.d.ts +0 -80
  4188. package/dist/commonjs/models/operations/metersquantities.d.ts.map +0 -1
  4189. package/dist/commonjs/models/operations/metersquantities.js +0 -82
  4190. package/dist/commonjs/models/operations/metersquantities.js.map +0 -1
  4191. package/dist/commonjs/models/operations/metersupdate.d.ts +0 -18
  4192. package/dist/commonjs/models/operations/metersupdate.d.ts.map +0 -1
  4193. package/dist/commonjs/models/operations/metersupdate.js +0 -56
  4194. package/dist/commonjs/models/operations/metersupdate.js.map +0 -1
  4195. package/dist/commonjs/models/operations/metricsdeletedashboard.d.ts +0 -15
  4196. package/dist/commonjs/models/operations/metricsdeletedashboard.d.ts.map +0 -1
  4197. package/dist/commonjs/models/operations/metricsdeletedashboard.js +0 -49
  4198. package/dist/commonjs/models/operations/metricsdeletedashboard.js.map +0 -1
  4199. package/dist/commonjs/models/operations/metricsexport.d.ts +0 -100
  4200. package/dist/commonjs/models/operations/metricsexport.d.ts.map +0 -1
  4201. package/dist/commonjs/models/operations/metricsexport.js +0 -108
  4202. package/dist/commonjs/models/operations/metricsexport.js.map +0 -1
  4203. package/dist/commonjs/models/operations/metricsget.d.ts +0 -94
  4204. package/dist/commonjs/models/operations/metricsget.d.ts.map +0 -1
  4205. package/dist/commonjs/models/operations/metricsget.js +0 -101
  4206. package/dist/commonjs/models/operations/metricsget.js.map +0 -1
  4207. package/dist/commonjs/models/operations/metricsgetdashboard.d.ts +0 -15
  4208. package/dist/commonjs/models/operations/metricsgetdashboard.d.ts.map +0 -1
  4209. package/dist/commonjs/models/operations/metricsgetdashboard.js +0 -49
  4210. package/dist/commonjs/models/operations/metricsgetdashboard.js.map +0 -1
  4211. package/dist/commonjs/models/operations/metricslistdashboards.d.ts +0 -24
  4212. package/dist/commonjs/models/operations/metricslistdashboards.d.ts.map +0 -1
  4213. package/dist/commonjs/models/operations/metricslistdashboards.js +0 -61
  4214. package/dist/commonjs/models/operations/metricslistdashboards.js.map +0 -1
  4215. package/dist/commonjs/models/operations/metricsupdatedashboard.d.ts +0 -18
  4216. package/dist/commonjs/models/operations/metricsupdatedashboard.d.ts.map +0 -1
  4217. package/dist/commonjs/models/operations/metricsupdatedashboard.js +0 -56
  4218. package/dist/commonjs/models/operations/metricsupdatedashboard.js.map +0 -1
  4219. package/dist/commonjs/models/operations/oauth2authorize.d.ts +0 -13
  4220. package/dist/commonjs/models/operations/oauth2authorize.d.ts.map +0 -1
  4221. package/dist/commonjs/models/operations/oauth2authorize.js +0 -53
  4222. package/dist/commonjs/models/operations/oauth2authorize.js.map +0 -1
  4223. package/dist/commonjs/models/operations/oauth2clientsoauth2deleteclient.d.ts +0 -12
  4224. package/dist/commonjs/models/operations/oauth2clientsoauth2deleteclient.d.ts.map +0 -1
  4225. package/dist/commonjs/models/operations/oauth2clientsoauth2deleteclient.js +0 -54
  4226. package/dist/commonjs/models/operations/oauth2clientsoauth2deleteclient.js.map +0 -1
  4227. package/dist/commonjs/models/operations/oauth2clientsoauth2getclient.d.ts +0 -12
  4228. package/dist/commonjs/models/operations/oauth2clientsoauth2getclient.d.ts.map +0 -1
  4229. package/dist/commonjs/models/operations/oauth2clientsoauth2getclient.js +0 -54
  4230. package/dist/commonjs/models/operations/oauth2clientsoauth2getclient.js.map +0 -1
  4231. package/dist/commonjs/models/operations/oauth2clientsoauth2updateclient.d.ts +0 -15
  4232. package/dist/commonjs/models/operations/oauth2clientsoauth2updateclient.d.ts.map +0 -1
  4233. package/dist/commonjs/models/operations/oauth2clientsoauth2updateclient.js +0 -57
  4234. package/dist/commonjs/models/operations/oauth2clientsoauth2updateclient.js.map +0 -1
  4235. package/dist/commonjs/models/operations/oauth2requesttoken.d.ts +0 -11
  4236. package/dist/commonjs/models/operations/oauth2requesttoken.d.ts.map +0 -1
  4237. package/dist/commonjs/models/operations/oauth2requesttoken.js +0 -54
  4238. package/dist/commonjs/models/operations/oauth2requesttoken.js.map +0 -1
  4239. package/dist/commonjs/models/operations/oauth2userinfo.d.ts +0 -13
  4240. package/dist/commonjs/models/operations/oauth2userinfo.d.ts.map +0 -1
  4241. package/dist/commonjs/models/operations/oauth2userinfo.js +0 -20
  4242. package/dist/commonjs/models/operations/oauth2userinfo.js.map +0 -1
  4243. package/dist/commonjs/models/operations/ordersexport.d.ts +0 -44
  4244. package/dist/commonjs/models/operations/ordersexport.d.ts.map +0 -1
  4245. package/dist/commonjs/models/operations/ordersexport.js +0 -76
  4246. package/dist/commonjs/models/operations/ordersexport.js.map +0 -1
  4247. package/dist/commonjs/models/operations/ordersfinalize.d.ts +0 -18
  4248. package/dist/commonjs/models/operations/ordersfinalize.d.ts.map +0 -1
  4249. package/dist/commonjs/models/operations/ordersfinalize.js +0 -56
  4250. package/dist/commonjs/models/operations/ordersfinalize.js.map +0 -1
  4251. package/dist/commonjs/models/operations/ordersgenerateinvoice.d.ts +0 -15
  4252. package/dist/commonjs/models/operations/ordersgenerateinvoice.d.ts.map +0 -1
  4253. package/dist/commonjs/models/operations/ordersgenerateinvoice.js +0 -49
  4254. package/dist/commonjs/models/operations/ordersgenerateinvoice.js.map +0 -1
  4255. package/dist/commonjs/models/operations/ordersget.d.ts +0 -15
  4256. package/dist/commonjs/models/operations/ordersget.d.ts.map +0 -1
  4257. package/dist/commonjs/models/operations/ordersget.js +0 -49
  4258. package/dist/commonjs/models/operations/ordersget.js.map +0 -1
  4259. package/dist/commonjs/models/operations/ordersinvoice.d.ts +0 -15
  4260. package/dist/commonjs/models/operations/ordersinvoice.d.ts.map +0 -1
  4261. package/dist/commonjs/models/operations/ordersinvoice.js +0 -49
  4262. package/dist/commonjs/models/operations/ordersinvoice.js.map +0 -1
  4263. package/dist/commonjs/models/operations/orderslist.d.ts +0 -158
  4264. package/dist/commonjs/models/operations/orderslist.d.ts.map +0 -1
  4265. package/dist/commonjs/models/operations/orderslist.js +0 -144
  4266. package/dist/commonjs/models/operations/orderslist.js.map +0 -1
  4267. package/dist/commonjs/models/operations/ordersreceipt.d.ts +0 -15
  4268. package/dist/commonjs/models/operations/ordersreceipt.d.ts.map +0 -1
  4269. package/dist/commonjs/models/operations/ordersreceipt.js +0 -49
  4270. package/dist/commonjs/models/operations/ordersreceipt.js.map +0 -1
  4271. package/dist/commonjs/models/operations/ordersupdate.d.ts +0 -18
  4272. package/dist/commonjs/models/operations/ordersupdate.d.ts.map +0 -1
  4273. package/dist/commonjs/models/operations/ordersupdate.js +0 -56
  4274. package/dist/commonjs/models/operations/ordersupdate.js.map +0 -1
  4275. package/dist/commonjs/models/operations/organizationaccesstokensdelete.d.ts +0 -12
  4276. package/dist/commonjs/models/operations/organizationaccesstokensdelete.d.ts.map +0 -1
  4277. package/dist/commonjs/models/operations/organizationaccesstokensdelete.js +0 -49
  4278. package/dist/commonjs/models/operations/organizationaccesstokensdelete.js.map +0 -1
  4279. package/dist/commonjs/models/operations/organizationaccesstokenslist.d.ts +0 -49
  4280. package/dist/commonjs/models/operations/organizationaccesstokenslist.d.ts.map +0 -1
  4281. package/dist/commonjs/models/operations/organizationaccesstokenslist.js +0 -80
  4282. package/dist/commonjs/models/operations/organizationaccesstokenslist.js.map +0 -1
  4283. package/dist/commonjs/models/operations/organizationaccesstokensupdate.d.ts +0 -15
  4284. package/dist/commonjs/models/operations/organizationaccesstokensupdate.d.ts.map +0 -1
  4285. package/dist/commonjs/models/operations/organizationaccesstokensupdate.js +0 -56
  4286. package/dist/commonjs/models/operations/organizationaccesstokensupdate.js.map +0 -1
  4287. package/dist/commonjs/models/operations/organizationsget.d.ts +0 -12
  4288. package/dist/commonjs/models/operations/organizationsget.d.ts.map +0 -1
  4289. package/dist/commonjs/models/operations/organizationsget.js +0 -49
  4290. package/dist/commonjs/models/operations/organizationsget.js.map +0 -1
  4291. package/dist/commonjs/models/operations/organizationslist.d.ts +0 -40
  4292. package/dist/commonjs/models/operations/organizationslist.d.ts.map +0 -1
  4293. package/dist/commonjs/models/operations/organizationslist.js +0 -68
  4294. package/dist/commonjs/models/operations/organizationslist.js.map +0 -1
  4295. package/dist/commonjs/models/operations/organizationsupdate.d.ts +0 -15
  4296. package/dist/commonjs/models/operations/organizationsupdate.d.ts.map +0 -1
  4297. package/dist/commonjs/models/operations/organizationsupdate.js +0 -56
  4298. package/dist/commonjs/models/operations/organizationsupdate.js.map +0 -1
  4299. package/dist/commonjs/models/operations/paymentsget.d.ts +0 -15
  4300. package/dist/commonjs/models/operations/paymentsget.d.ts.map +0 -1
  4301. package/dist/commonjs/models/operations/paymentsget.js +0 -49
  4302. package/dist/commonjs/models/operations/paymentsget.js.map +0 -1
  4303. package/dist/commonjs/models/operations/paymentslist.d.ts +0 -134
  4304. package/dist/commonjs/models/operations/paymentslist.d.ts.map +0 -1
  4305. package/dist/commonjs/models/operations/paymentslist.js +0 -132
  4306. package/dist/commonjs/models/operations/paymentslist.js.map +0 -1
  4307. package/dist/commonjs/models/operations/productsget.d.ts +0 -12
  4308. package/dist/commonjs/models/operations/productsget.d.ts.map +0 -1
  4309. package/dist/commonjs/models/operations/productsget.js +0 -49
  4310. package/dist/commonjs/models/operations/productsget.js.map +0 -1
  4311. package/dist/commonjs/models/operations/productslist.d.ts +0 -108
  4312. package/dist/commonjs/models/operations/productslist.d.ts.map +0 -1
  4313. package/dist/commonjs/models/operations/productslist.js +0 -103
  4314. package/dist/commonjs/models/operations/productslist.js.map +0 -1
  4315. package/dist/commonjs/models/operations/productsupdate.d.ts +0 -15
  4316. package/dist/commonjs/models/operations/productsupdate.d.ts.map +0 -1
  4317. package/dist/commonjs/models/operations/productsupdate.js +0 -56
  4318. package/dist/commonjs/models/operations/productsupdate.js.map +0 -1
  4319. package/dist/commonjs/models/operations/productsupdatebenefits.d.ts +0 -15
  4320. package/dist/commonjs/models/operations/productsupdatebenefits.d.ts.map +0 -1
  4321. package/dist/commonjs/models/operations/productsupdatebenefits.js +0 -56
  4322. package/dist/commonjs/models/operations/productsupdatebenefits.js.map +0 -1
  4323. package/dist/commonjs/models/operations/refundslist.d.ts +0 -124
  4324. package/dist/commonjs/models/operations/refundslist.d.ts.map +0 -1
  4325. package/dist/commonjs/models/operations/refundslist.js +0 -119
  4326. package/dist/commonjs/models/operations/refundslist.js.map +0 -1
  4327. package/dist/commonjs/models/operations/subscriptionscreate.d.ts +0 -10
  4328. package/dist/commonjs/models/operations/subscriptionscreate.d.ts.map +0 -1
  4329. package/dist/commonjs/models/operations/subscriptionscreate.js +0 -19
  4330. package/dist/commonjs/models/operations/subscriptionscreate.js.map +0 -1
  4331. package/dist/commonjs/models/operations/subscriptionsexport.d.ts +0 -30
  4332. package/dist/commonjs/models/operations/subscriptionsexport.d.ts.map +0 -1
  4333. package/dist/commonjs/models/operations/subscriptionsexport.js +0 -68
  4334. package/dist/commonjs/models/operations/subscriptionsexport.js.map +0 -1
  4335. package/dist/commonjs/models/operations/subscriptionsget.d.ts +0 -15
  4336. package/dist/commonjs/models/operations/subscriptionsget.d.ts.map +0 -1
  4337. package/dist/commonjs/models/operations/subscriptionsget.js +0 -49
  4338. package/dist/commonjs/models/operations/subscriptionsget.js.map +0 -1
  4339. package/dist/commonjs/models/operations/subscriptionslist.d.ts +0 -150
  4340. package/dist/commonjs/models/operations/subscriptionslist.d.ts.map +0 -1
  4341. package/dist/commonjs/models/operations/subscriptionslist.js +0 -135
  4342. package/dist/commonjs/models/operations/subscriptionslist.js.map +0 -1
  4343. package/dist/commonjs/models/operations/subscriptionsrevoke.d.ts +0 -15
  4344. package/dist/commonjs/models/operations/subscriptionsrevoke.d.ts.map +0 -1
  4345. package/dist/commonjs/models/operations/subscriptionsrevoke.js +0 -49
  4346. package/dist/commonjs/models/operations/subscriptionsrevoke.js.map +0 -1
  4347. package/dist/commonjs/models/operations/subscriptionsupdate.d.ts +0 -18
  4348. package/dist/commonjs/models/operations/subscriptionsupdate.d.ts.map +0 -1
  4349. package/dist/commonjs/models/operations/subscriptionsupdate.js +0 -56
  4350. package/dist/commonjs/models/operations/subscriptionsupdate.js.map +0 -1
  4351. package/dist/commonjs/models/operations/webhooksdeletewebhookendpoint.d.ts +0 -15
  4352. package/dist/commonjs/models/operations/webhooksdeletewebhookendpoint.d.ts.map +0 -1
  4353. package/dist/commonjs/models/operations/webhooksdeletewebhookendpoint.js +0 -49
  4354. package/dist/commonjs/models/operations/webhooksdeletewebhookendpoint.js.map +0 -1
  4355. package/dist/commonjs/models/operations/webhooksgetwebhookendpoint.d.ts +0 -15
  4356. package/dist/commonjs/models/operations/webhooksgetwebhookendpoint.d.ts.map +0 -1
  4357. package/dist/commonjs/models/operations/webhooksgetwebhookendpoint.js +0 -49
  4358. package/dist/commonjs/models/operations/webhooksgetwebhookendpoint.js.map +0 -1
  4359. package/dist/commonjs/models/operations/webhookslistwebhookdeliveries.d.ts +0 -99
  4360. package/dist/commonjs/models/operations/webhookslistwebhookdeliveries.d.ts.map +0 -1
  4361. package/dist/commonjs/models/operations/webhookslistwebhookdeliveries.js +0 -111
  4362. package/dist/commonjs/models/operations/webhookslistwebhookdeliveries.js.map +0 -1
  4363. package/dist/commonjs/models/operations/webhookslistwebhookendpoints.d.ts +0 -43
  4364. package/dist/commonjs/models/operations/webhookslistwebhookendpoints.d.ts.map +0 -1
  4365. package/dist/commonjs/models/operations/webhookslistwebhookendpoints.js +0 -77
  4366. package/dist/commonjs/models/operations/webhookslistwebhookendpoints.js.map +0 -1
  4367. package/dist/commonjs/models/operations/webhooksredeliverwebhookevent.d.ts +0 -15
  4368. package/dist/commonjs/models/operations/webhooksredeliverwebhookevent.d.ts.map +0 -1
  4369. package/dist/commonjs/models/operations/webhooksredeliverwebhookevent.js +0 -49
  4370. package/dist/commonjs/models/operations/webhooksredeliverwebhookevent.js.map +0 -1
  4371. package/dist/commonjs/models/operations/webhooksresetwebhookendpointsecret.d.ts +0 -15
  4372. package/dist/commonjs/models/operations/webhooksresetwebhookendpointsecret.d.ts.map +0 -1
  4373. package/dist/commonjs/models/operations/webhooksresetwebhookendpointsecret.js +0 -49
  4374. package/dist/commonjs/models/operations/webhooksresetwebhookendpointsecret.js.map +0 -1
  4375. package/dist/commonjs/models/operations/webhooksupdatewebhookendpoint.d.ts +0 -18
  4376. package/dist/commonjs/models/operations/webhooksupdatewebhookendpoint.d.ts.map +0 -1
  4377. package/dist/commonjs/models/operations/webhooksupdatewebhookendpoint.js +0 -56
  4378. package/dist/commonjs/models/operations/webhooksupdatewebhookendpoint.js.map +0 -1
  4379. package/dist/commonjs/package.json +0 -3
  4380. package/dist/commonjs/sdk/benefitgrants.d.ts +0 -17
  4381. package/dist/commonjs/sdk/benefitgrants.d.ts.map +0 -1
  4382. package/dist/commonjs/sdk/benefitgrants.js +0 -24
  4383. package/dist/commonjs/sdk/benefitgrants.js.map +0 -1
  4384. package/dist/commonjs/sdk/benefits.d.ts +0 -76
  4385. package/dist/commonjs/sdk/benefits.d.ts.map +0 -1
  4386. package/dist/commonjs/sdk/benefits.js +0 -91
  4387. package/dist/commonjs/sdk/benefits.js.map +0 -1
  4388. package/dist/commonjs/sdk/checkoutlinks.d.ts +0 -58
  4389. package/dist/commonjs/sdk/checkoutlinks.d.ts.map +0 -1
  4390. package/dist/commonjs/sdk/checkoutlinks.js +0 -73
  4391. package/dist/commonjs/sdk/checkoutlinks.js.map +0 -1
  4392. package/dist/commonjs/sdk/checkouts.d.ts +0 -76
  4393. package/dist/commonjs/sdk/checkouts.d.ts.map +0 -1
  4394. package/dist/commonjs/sdk/checkouts.js +0 -93
  4395. package/dist/commonjs/sdk/checkouts.js.map +0 -1
  4396. package/dist/commonjs/sdk/clients.d.ts +0 -36
  4397. package/dist/commonjs/sdk/clients.d.ts.map +0 -1
  4398. package/dist/commonjs/sdk/clients.js +0 -52
  4399. package/dist/commonjs/sdk/clients.js.map +0 -1
  4400. package/dist/commonjs/sdk/customermeters.d.ts +0 -28
  4401. package/dist/commonjs/sdk/customermeters.d.ts.map +0 -1
  4402. package/dist/commonjs/sdk/customermeters.js +0 -37
  4403. package/dist/commonjs/sdk/customermeters.js.map +0 -1
  4404. package/dist/commonjs/sdk/customerportal.d.ts +0 -40
  4405. package/dist/commonjs/sdk/customerportal.d.ts.map +0 -1
  4406. package/dist/commonjs/sdk/customerportal.js +0 -59
  4407. package/dist/commonjs/sdk/customerportal.js.map +0 -1
  4408. package/dist/commonjs/sdk/customers.d.ts +0 -177
  4409. package/dist/commonjs/sdk/customers.d.ts.map +0 -1
  4410. package/dist/commonjs/sdk/customers.js +0 -201
  4411. package/dist/commonjs/sdk/customers.js.map +0 -1
  4412. package/dist/commonjs/sdk/customerseats.d.ts +0 -50
  4413. package/dist/commonjs/sdk/customerseats.d.ts.map +0 -1
  4414. package/dist/commonjs/sdk/customerseats.js +0 -66
  4415. package/dist/commonjs/sdk/customerseats.js.map +0 -1
  4416. package/dist/commonjs/sdk/customersession.d.ts +0 -26
  4417. package/dist/commonjs/sdk/customersession.d.ts.map +0 -1
  4418. package/dist/commonjs/sdk/customersession.js +0 -36
  4419. package/dist/commonjs/sdk/customersession.js.map +0 -1
  4420. package/dist/commonjs/sdk/customersessions.d.ts +0 -18
  4421. package/dist/commonjs/sdk/customersessions.d.ts.map +0 -1
  4422. package/dist/commonjs/sdk/customersessions.js +0 -27
  4423. package/dist/commonjs/sdk/customersessions.js.map +0 -1
  4424. package/dist/commonjs/sdk/customfields.d.ts +0 -58
  4425. package/dist/commonjs/sdk/customfields.d.ts.map +0 -1
  4426. package/dist/commonjs/sdk/customfields.js +0 -73
  4427. package/dist/commonjs/sdk/customfields.js.map +0 -1
  4428. package/dist/commonjs/sdk/discounts.d.ts +0 -58
  4429. package/dist/commonjs/sdk/discounts.d.ts.map +0 -1
  4430. package/dist/commonjs/sdk/discounts.js +0 -73
  4431. package/dist/commonjs/sdk/discounts.js.map +0 -1
  4432. package/dist/commonjs/sdk/disputes.d.ts +0 -28
  4433. package/dist/commonjs/sdk/disputes.d.ts.map +0 -1
  4434. package/dist/commonjs/sdk/disputes.js +0 -37
  4435. package/dist/commonjs/sdk/disputes.js.map +0 -1
  4436. package/dist/commonjs/sdk/downloadables.d.ts +0 -15
  4437. package/dist/commonjs/sdk/downloadables.d.ts.map +0 -1
  4438. package/dist/commonjs/sdk/downloadables.js +0 -22
  4439. package/dist/commonjs/sdk/downloadables.js.map +0 -1
  4440. package/dist/commonjs/sdk/events.d.ts +0 -49
  4441. package/dist/commonjs/sdk/events.d.ts.map +0 -1
  4442. package/dist/commonjs/sdk/events.js +0 -61
  4443. package/dist/commonjs/sdk/events.js.map +0 -1
  4444. package/dist/commonjs/sdk/eventtypes.d.ts +0 -28
  4445. package/dist/commonjs/sdk/eventtypes.d.ts.map +0 -1
  4446. package/dist/commonjs/sdk/eventtypes.js +0 -37
  4447. package/dist/commonjs/sdk/eventtypes.js.map +0 -1
  4448. package/dist/commonjs/sdk/files.d.ts +0 -58
  4449. package/dist/commonjs/sdk/files.d.ts.map +0 -1
  4450. package/dist/commonjs/sdk/files.js +0 -73
  4451. package/dist/commonjs/sdk/files.js.map +0 -1
  4452. package/dist/commonjs/sdk/licensekeys.d.ts +0 -81
  4453. package/dist/commonjs/sdk/licensekeys.d.ts.map +0 -1
  4454. package/dist/commonjs/sdk/licensekeys.js +0 -97
  4455. package/dist/commonjs/sdk/licensekeys.js.map +0 -1
  4456. package/dist/commonjs/sdk/members.d.ts +0 -98
  4457. package/dist/commonjs/sdk/members.d.ts.map +0 -1
  4458. package/dist/commonjs/sdk/members.js +0 -119
  4459. package/dist/commonjs/sdk/members.js.map +0 -1
  4460. package/dist/commonjs/sdk/meters.d.ts +0 -59
  4461. package/dist/commonjs/sdk/meters.d.ts.map +0 -1
  4462. package/dist/commonjs/sdk/meters.js +0 -73
  4463. package/dist/commonjs/sdk/meters.js.map +0 -1
  4464. package/dist/commonjs/sdk/metrics.d.ts +0 -92
  4465. package/dist/commonjs/sdk/metrics.d.ts.map +0 -1
  4466. package/dist/commonjs/sdk/metrics.js +0 -112
  4467. package/dist/commonjs/sdk/metrics.js.map +0 -1
  4468. package/dist/commonjs/sdk/oauth2.d.ts +0 -47
  4469. package/dist/commonjs/sdk/oauth2.d.ts.map +0 -1
  4470. package/dist/commonjs/sdk/oauth2.js +0 -63
  4471. package/dist/commonjs/sdk/oauth2.js.map +0 -1
  4472. package/dist/commonjs/sdk/orders.d.ts +0 -114
  4473. package/dist/commonjs/sdk/orders.d.ts.map +0 -1
  4474. package/dist/commonjs/sdk/orders.js +0 -133
  4475. package/dist/commonjs/sdk/orders.js.map +0 -1
  4476. package/dist/commonjs/sdk/organizationaccesstokens.d.ts +0 -43
  4477. package/dist/commonjs/sdk/organizationaccesstokens.d.ts.map +0 -1
  4478. package/dist/commonjs/sdk/organizationaccesstokens.js +0 -55
  4479. package/dist/commonjs/sdk/organizationaccesstokens.js.map +0 -1
  4480. package/dist/commonjs/sdk/organizations.d.ts +0 -48
  4481. package/dist/commonjs/sdk/organizations.d.ts.map +0 -1
  4482. package/dist/commonjs/sdk/organizations.js +0 -61
  4483. package/dist/commonjs/sdk/organizations.js.map +0 -1
  4484. package/dist/commonjs/sdk/payments.d.ts +0 -28
  4485. package/dist/commonjs/sdk/payments.d.ts.map +0 -1
  4486. package/dist/commonjs/sdk/payments.js +0 -37
  4487. package/dist/commonjs/sdk/payments.js.map +0 -1
  4488. package/dist/commonjs/sdk/polarbenefitgrants.d.ts +0 -38
  4489. package/dist/commonjs/sdk/polarbenefitgrants.d.ts.map +0 -1
  4490. package/dist/commonjs/sdk/polarbenefitgrants.js +0 -49
  4491. package/dist/commonjs/sdk/polarbenefitgrants.js.map +0 -1
  4492. package/dist/commonjs/sdk/polarcustomermeters.d.ts +0 -28
  4493. package/dist/commonjs/sdk/polarcustomermeters.d.ts.map +0 -1
  4494. package/dist/commonjs/sdk/polarcustomermeters.js +0 -37
  4495. package/dist/commonjs/sdk/polarcustomermeters.js.map +0 -1
  4496. package/dist/commonjs/sdk/polarcustomers.d.ts +0 -88
  4497. package/dist/commonjs/sdk/polarcustomers.d.ts.map +0 -1
  4498. package/dist/commonjs/sdk/polarcustomers.js +0 -105
  4499. package/dist/commonjs/sdk/polarcustomers.js.map +0 -1
  4500. package/dist/commonjs/sdk/polarlicensekeys.d.ts +0 -67
  4501. package/dist/commonjs/sdk/polarlicensekeys.d.ts.map +0 -1
  4502. package/dist/commonjs/sdk/polarlicensekeys.js +0 -80
  4503. package/dist/commonjs/sdk/polarlicensekeys.js.map +0 -1
  4504. package/dist/commonjs/sdk/polarmembers.d.ts +0 -60
  4505. package/dist/commonjs/sdk/polarmembers.d.ts.map +0 -1
  4506. package/dist/commonjs/sdk/polarmembers.js +0 -73
  4507. package/dist/commonjs/sdk/polarmembers.js.map +0 -1
  4508. package/dist/commonjs/sdk/polarorders.d.ts +0 -76
  4509. package/dist/commonjs/sdk/polarorders.d.ts.map +0 -1
  4510. package/dist/commonjs/sdk/polarorders.js +0 -93
  4511. package/dist/commonjs/sdk/polarorders.js.map +0 -1
  4512. package/dist/commonjs/sdk/polarorganizations.d.ts +0 -13
  4513. package/dist/commonjs/sdk/polarorganizations.d.ts.map +0 -1
  4514. package/dist/commonjs/sdk/polarorganizations.js +0 -22
  4515. package/dist/commonjs/sdk/polarorganizations.js.map +0 -1
  4516. package/dist/commonjs/sdk/polarsubscriptions.d.ts +0 -44
  4517. package/dist/commonjs/sdk/polarsubscriptions.d.ts.map +0 -1
  4518. package/dist/commonjs/sdk/polarsubscriptions.js +0 -57
  4519. package/dist/commonjs/sdk/polarsubscriptions.js.map +0 -1
  4520. package/dist/commonjs/sdk/products.d.ts +0 -58
  4521. package/dist/commonjs/sdk/products.d.ts.map +0 -1
  4522. package/dist/commonjs/sdk/products.js +0 -73
  4523. package/dist/commonjs/sdk/products.js.map +0 -1
  4524. package/dist/commonjs/sdk/refunds.d.ts +0 -28
  4525. package/dist/commonjs/sdk/refunds.d.ts.map +0 -1
  4526. package/dist/commonjs/sdk/refunds.js +0 -37
  4527. package/dist/commonjs/sdk/refunds.js.map +0 -1
  4528. package/dist/commonjs/sdk/sdk.d.ts +0 -131
  4529. package/dist/commonjs/sdk/sdk.d.ts.map +0 -1
  4530. package/dist/commonjs/sdk/sdk.js +0 -128
  4531. package/dist/commonjs/sdk/sdk.js.map +0 -1
  4532. package/dist/commonjs/sdk/seats.d.ts +0 -43
  4533. package/dist/commonjs/sdk/seats.d.ts.map +0 -1
  4534. package/dist/commonjs/sdk/seats.js +0 -56
  4535. package/dist/commonjs/sdk/seats.js.map +0 -1
  4536. package/dist/commonjs/sdk/subscriptions.d.ts +0 -77
  4537. package/dist/commonjs/sdk/subscriptions.d.ts.map +0 -1
  4538. package/dist/commonjs/sdk/subscriptions.js +0 -92
  4539. package/dist/commonjs/sdk/subscriptions.js.map +0 -1
  4540. package/dist/commonjs/sdk/wallets.d.ts +0 -24
  4541. package/dist/commonjs/sdk/wallets.d.ts.map +0 -1
  4542. package/dist/commonjs/sdk/wallets.js +0 -33
  4543. package/dist/commonjs/sdk/wallets.js.map +0 -1
  4544. package/dist/commonjs/sdk/webhooks.d.ts +0 -92
  4545. package/dist/commonjs/sdk/webhooks.d.ts.map +0 -1
  4546. package/dist/commonjs/sdk/webhooks.js +0 -111
  4547. package/dist/commonjs/sdk/webhooks.js.map +0 -1
  4548. package/dist/commonjs/test.d.ts +0 -2
  4549. package/dist/commonjs/test.d.ts.map +0 -1
  4550. package/dist/commonjs/test.js +0 -3
  4551. package/dist/commonjs/test.js.map +0 -1
  4552. package/dist/commonjs/types/async.d.ts +0 -23
  4553. package/dist/commonjs/types/async.d.ts.map +0 -1
  4554. package/dist/commonjs/types/async.js +0 -45
  4555. package/dist/commonjs/types/async.js.map +0 -1
  4556. package/dist/commonjs/types/blobs.d.ts +0 -4
  4557. package/dist/commonjs/types/blobs.d.ts.map +0 -1
  4558. package/dist/commonjs/types/blobs.js +0 -62
  4559. package/dist/commonjs/types/blobs.js.map +0 -1
  4560. package/dist/commonjs/types/constdatetime.d.ts +0 -3
  4561. package/dist/commonjs/types/constdatetime.d.ts.map +0 -1
  4562. package/dist/commonjs/types/constdatetime.js +0 -46
  4563. package/dist/commonjs/types/constdatetime.js.map +0 -1
  4564. package/dist/commonjs/types/enums.d.ts +0 -9
  4565. package/dist/commonjs/types/enums.d.ts.map +0 -1
  4566. package/dist/commonjs/types/enums.js +0 -66
  4567. package/dist/commonjs/types/enums.js.map +0 -1
  4568. package/dist/commonjs/types/fp.d.ts +0 -31
  4569. package/dist/commonjs/types/fp.d.ts.map +0 -1
  4570. package/dist/commonjs/types/fp.js +0 -37
  4571. package/dist/commonjs/types/fp.js.map +0 -1
  4572. package/dist/commonjs/types/operations.d.ts +0 -27
  4573. package/dist/commonjs/types/operations.d.ts.map +0 -1
  4574. package/dist/commonjs/types/operations.js +0 -83
  4575. package/dist/commonjs/types/operations.js.map +0 -1
  4576. package/dist/commonjs/types/rfcdate.d.ts +0 -21
  4577. package/dist/commonjs/types/rfcdate.d.ts.map +0 -1
  4578. package/dist/commonjs/types/rfcdate.js +0 -46
  4579. package/dist/commonjs/types/rfcdate.js.map +0 -1
  4580. package/dist/commonjs/types/smartUnion.d.ts +0 -7
  4581. package/dist/commonjs/types/smartUnion.d.ts.map +0 -1
  4582. package/dist/commonjs/types/smartUnion.js +0 -148
  4583. package/dist/commonjs/types/smartUnion.js.map +0 -1
  4584. package/dist/commonjs/types/streams.d.ts +0 -2
  4585. package/dist/commonjs/types/streams.d.ts.map +0 -1
  4586. package/dist/commonjs/types/streams.js +0 -18
  4587. package/dist/commonjs/types/streams.js.map +0 -1
  4588. package/dist/commonjs/types/unrecognized.d.ts +0 -16
  4589. package/dist/commonjs/types/unrecognized.d.ts.map +0 -1
  4590. package/dist/commonjs/types/unrecognized.js +0 -34
  4591. package/dist/commonjs/types/unrecognized.js.map +0 -1
  4592. package/dist/commonjs/types/webhooks.d.ts +0 -4
  4593. package/dist/commonjs/types/webhooks.d.ts.map +0 -1
  4594. package/dist/commonjs/types/webhooks.js +0 -6
  4595. package/dist/commonjs/types/webhooks.js.map +0 -1
  4596. package/dist/commonjs/webhooks.d.ts +0 -6
  4597. package/dist/commonjs/webhooks.d.ts.map +0 -1
  4598. package/dist/commonjs/webhooks.js +0 -144
  4599. package/dist/commonjs/webhooks.js.map +0 -1
  4600. package/dist/commonjs/webhooks.test.d.ts +0 -2
  4601. package/dist/commonjs/webhooks.test.d.ts.map +0 -1
  4602. package/dist/commonjs/webhooks.test.js +0 -108
  4603. package/dist/commonjs/webhooks.test.js.map +0 -1
  4604. package/dist/esm/core.d.ts +0 -10
  4605. package/dist/esm/core.d.ts.map +0 -1
  4606. package/dist/esm/core.js +0 -13
  4607. package/dist/esm/core.js.map +0 -1
  4608. package/dist/esm/funcs/benefitGrantsList.d.ts +0 -23
  4609. package/dist/esm/funcs/benefitGrantsList.d.ts.map +0 -1
  4610. package/dist/esm/funcs/benefitGrantsList.js +0 -130
  4611. package/dist/esm/funcs/benefitGrantsList.js.map +0 -1
  4612. package/dist/esm/funcs/benefitsCreate.d.ts +0 -21
  4613. package/dist/esm/funcs/benefitsCreate.d.ts.map +0 -1
  4614. package/dist/esm/funcs/benefitsCreate.js +0 -87
  4615. package/dist/esm/funcs/benefitsCreate.js.map +0 -1
  4616. package/dist/esm/funcs/benefitsDelete.d.ts +0 -26
  4617. package/dist/esm/funcs/benefitsDelete.d.ts.map +0 -1
  4618. package/dist/esm/funcs/benefitsDelete.js +0 -97
  4619. package/dist/esm/funcs/benefitsDelete.js.map +0 -1
  4620. package/dist/esm/funcs/benefitsGet.d.ts +0 -22
  4621. package/dist/esm/funcs/benefitsGet.d.ts.map +0 -1
  4622. package/dist/esm/funcs/benefitsGet.js +0 -93
  4623. package/dist/esm/funcs/benefitsGet.js.map +0 -1
  4624. package/dist/esm/funcs/benefitsGrants.d.ts +0 -26
  4625. package/dist/esm/funcs/benefitsGrants.d.ts.map +0 -1
  4626. package/dist/esm/funcs/benefitsGrants.js +0 -137
  4627. package/dist/esm/funcs/benefitsGrants.js.map +0 -1
  4628. package/dist/esm/funcs/benefitsList.d.ts +0 -23
  4629. package/dist/esm/funcs/benefitsList.d.ts.map +0 -1
  4630. package/dist/esm/funcs/benefitsList.js +0 -133
  4631. package/dist/esm/funcs/benefitsList.js.map +0 -1
  4632. package/dist/esm/funcs/benefitsUpdate.d.ts +0 -22
  4633. package/dist/esm/funcs/benefitsUpdate.d.ts.map +0 -1
  4634. package/dist/esm/funcs/benefitsUpdate.js +0 -94
  4635. package/dist/esm/funcs/benefitsUpdate.js.map +0 -1
  4636. package/dist/esm/funcs/checkoutLinksCreate.d.ts +0 -21
  4637. package/dist/esm/funcs/checkoutLinksCreate.d.ts.map +0 -1
  4638. package/dist/esm/funcs/checkoutLinksCreate.js +0 -87
  4639. package/dist/esm/funcs/checkoutLinksCreate.js.map +0 -1
  4640. package/dist/esm/funcs/checkoutLinksDelete.d.ts +0 -21
  4641. package/dist/esm/funcs/checkoutLinksDelete.d.ts.map +0 -1
  4642. package/dist/esm/funcs/checkoutLinksDelete.js +0 -92
  4643. package/dist/esm/funcs/checkoutLinksDelete.js.map +0 -1
  4644. package/dist/esm/funcs/checkoutLinksGet.d.ts +0 -22
  4645. package/dist/esm/funcs/checkoutLinksGet.d.ts.map +0 -1
  4646. package/dist/esm/funcs/checkoutLinksGet.js +0 -93
  4647. package/dist/esm/funcs/checkoutLinksGet.js.map +0 -1
  4648. package/dist/esm/funcs/checkoutLinksList.d.ts +0 -23
  4649. package/dist/esm/funcs/checkoutLinksList.d.ts.map +0 -1
  4650. package/dist/esm/funcs/checkoutLinksList.js +0 -128
  4651. package/dist/esm/funcs/checkoutLinksList.js.map +0 -1
  4652. package/dist/esm/funcs/checkoutLinksUpdate.d.ts +0 -22
  4653. package/dist/esm/funcs/checkoutLinksUpdate.d.ts.map +0 -1
  4654. package/dist/esm/funcs/checkoutLinksUpdate.js +0 -96
  4655. package/dist/esm/funcs/checkoutLinksUpdate.js.map +0 -1
  4656. package/dist/esm/funcs/checkoutsClientConfirm.d.ts +0 -25
  4657. package/dist/esm/funcs/checkoutsClientConfirm.d.ts.map +0 -1
  4658. package/dist/esm/funcs/checkoutsClientConfirm.js +0 -99
  4659. package/dist/esm/funcs/checkoutsClientConfirm.js.map +0 -1
  4660. package/dist/esm/funcs/checkoutsClientGet.d.ts +0 -21
  4661. package/dist/esm/funcs/checkoutsClientGet.d.ts.map +0 -1
  4662. package/dist/esm/funcs/checkoutsClientGet.js +0 -87
  4663. package/dist/esm/funcs/checkoutsClientGet.js.map +0 -1
  4664. package/dist/esm/funcs/checkoutsClientUpdate.d.ts +0 -22
  4665. package/dist/esm/funcs/checkoutsClientUpdate.d.ts.map +0 -1
  4666. package/dist/esm/funcs/checkoutsClientUpdate.js +0 -91
  4667. package/dist/esm/funcs/checkoutsClientUpdate.js.map +0 -1
  4668. package/dist/esm/funcs/checkoutsCreate.d.ts +0 -21
  4669. package/dist/esm/funcs/checkoutsCreate.d.ts.map +0 -1
  4670. package/dist/esm/funcs/checkoutsCreate.js +0 -87
  4671. package/dist/esm/funcs/checkoutsCreate.js.map +0 -1
  4672. package/dist/esm/funcs/checkoutsGet.d.ts +0 -22
  4673. package/dist/esm/funcs/checkoutsGet.d.ts.map +0 -1
  4674. package/dist/esm/funcs/checkoutsGet.js +0 -93
  4675. package/dist/esm/funcs/checkoutsGet.js.map +0 -1
  4676. package/dist/esm/funcs/checkoutsList.d.ts +0 -23
  4677. package/dist/esm/funcs/checkoutsList.d.ts.map +0 -1
  4678. package/dist/esm/funcs/checkoutsList.js +0 -132
  4679. package/dist/esm/funcs/checkoutsList.js.map +0 -1
  4680. package/dist/esm/funcs/checkoutsUpdate.d.ts +0 -23
  4681. package/dist/esm/funcs/checkoutsUpdate.d.ts.map +0 -1
  4682. package/dist/esm/funcs/checkoutsUpdate.js +0 -95
  4683. package/dist/esm/funcs/checkoutsUpdate.js.map +0 -1
  4684. package/dist/esm/funcs/customFieldsCreate.d.ts +0 -21
  4685. package/dist/esm/funcs/customFieldsCreate.d.ts.map +0 -1
  4686. package/dist/esm/funcs/customFieldsCreate.js +0 -87
  4687. package/dist/esm/funcs/customFieldsCreate.js.map +0 -1
  4688. package/dist/esm/funcs/customFieldsDelete.d.ts +0 -21
  4689. package/dist/esm/funcs/customFieldsDelete.d.ts.map +0 -1
  4690. package/dist/esm/funcs/customFieldsDelete.js +0 -92
  4691. package/dist/esm/funcs/customFieldsDelete.js.map +0 -1
  4692. package/dist/esm/funcs/customFieldsGet.d.ts +0 -22
  4693. package/dist/esm/funcs/customFieldsGet.d.ts.map +0 -1
  4694. package/dist/esm/funcs/customFieldsGet.js +0 -93
  4695. package/dist/esm/funcs/customFieldsGet.js.map +0 -1
  4696. package/dist/esm/funcs/customFieldsList.d.ts +0 -23
  4697. package/dist/esm/funcs/customFieldsList.d.ts.map +0 -1
  4698. package/dist/esm/funcs/customFieldsList.js +0 -129
  4699. package/dist/esm/funcs/customFieldsList.js.map +0 -1
  4700. package/dist/esm/funcs/customFieldsUpdate.d.ts +0 -22
  4701. package/dist/esm/funcs/customFieldsUpdate.d.ts.map +0 -1
  4702. package/dist/esm/funcs/customFieldsUpdate.js +0 -94
  4703. package/dist/esm/funcs/customFieldsUpdate.js.map +0 -1
  4704. package/dist/esm/funcs/customerMetersGet.d.ts +0 -22
  4705. package/dist/esm/funcs/customerMetersGet.d.ts.map +0 -1
  4706. package/dist/esm/funcs/customerMetersGet.js +0 -93
  4707. package/dist/esm/funcs/customerMetersGet.js.map +0 -1
  4708. package/dist/esm/funcs/customerMetersList.d.ts +0 -23
  4709. package/dist/esm/funcs/customerMetersList.d.ts.map +0 -1
  4710. package/dist/esm/funcs/customerMetersList.js +0 -130
  4711. package/dist/esm/funcs/customerMetersList.js.map +0 -1
  4712. package/dist/esm/funcs/customerPortalBenefitGrantsGet.d.ts +0 -22
  4713. package/dist/esm/funcs/customerPortalBenefitGrantsGet.d.ts.map +0 -1
  4714. package/dist/esm/funcs/customerPortalBenefitGrantsGet.js +0 -103
  4715. package/dist/esm/funcs/customerPortalBenefitGrantsGet.js.map +0 -1
  4716. package/dist/esm/funcs/customerPortalBenefitGrantsList.d.ts +0 -23
  4717. package/dist/esm/funcs/customerPortalBenefitGrantsList.d.ts.map +0 -1
  4718. package/dist/esm/funcs/customerPortalBenefitGrantsList.js +0 -145
  4719. package/dist/esm/funcs/customerPortalBenefitGrantsList.js.map +0 -1
  4720. package/dist/esm/funcs/customerPortalBenefitGrantsUpdate.d.ts +0 -23
  4721. package/dist/esm/funcs/customerPortalBenefitGrantsUpdate.d.ts.map +0 -1
  4722. package/dist/esm/funcs/customerPortalBenefitGrantsUpdate.js +0 -107
  4723. package/dist/esm/funcs/customerPortalBenefitGrantsUpdate.js.map +0 -1
  4724. package/dist/esm/funcs/customerPortalCustomerMetersGet.d.ts +0 -22
  4725. package/dist/esm/funcs/customerPortalCustomerMetersGet.d.ts.map +0 -1
  4726. package/dist/esm/funcs/customerPortalCustomerMetersGet.js +0 -103
  4727. package/dist/esm/funcs/customerPortalCustomerMetersGet.js.map +0 -1
  4728. package/dist/esm/funcs/customerPortalCustomerMetersList.d.ts +0 -23
  4729. package/dist/esm/funcs/customerPortalCustomerMetersList.d.ts.map +0 -1
  4730. package/dist/esm/funcs/customerPortalCustomerMetersList.js +0 -140
  4731. package/dist/esm/funcs/customerPortalCustomerMetersList.js.map +0 -1
  4732. package/dist/esm/funcs/customerPortalCustomerSessionGetAuthenticatedUser.d.ts +0 -20
  4733. package/dist/esm/funcs/customerPortalCustomerSessionGetAuthenticatedUser.d.ts.map +0 -1
  4734. package/dist/esm/funcs/customerPortalCustomerSessionGetAuthenticatedUser.js +0 -81
  4735. package/dist/esm/funcs/customerPortalCustomerSessionGetAuthenticatedUser.js.map +0 -1
  4736. package/dist/esm/funcs/customerPortalCustomerSessionIntrospect.d.ts +0 -20
  4737. package/dist/esm/funcs/customerPortalCustomerSessionIntrospect.d.ts.map +0 -1
  4738. package/dist/esm/funcs/customerPortalCustomerSessionIntrospect.js +0 -81
  4739. package/dist/esm/funcs/customerPortalCustomerSessionIntrospect.js.map +0 -1
  4740. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.d.ts +0 -21
  4741. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.d.ts.map +0 -1
  4742. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.js +0 -96
  4743. package/dist/esm/funcs/customerPortalCustomersAddPaymentMethod.js.map +0 -1
  4744. package/dist/esm/funcs/customerPortalCustomersCheckEmailUpdate.d.ts +0 -18
  4745. package/dist/esm/funcs/customerPortalCustomersCheckEmailUpdate.d.ts.map +0 -1
  4746. package/dist/esm/funcs/customerPortalCustomersCheckEmailUpdate.js +0 -82
  4747. package/dist/esm/funcs/customerPortalCustomersCheckEmailUpdate.js.map +0 -1
  4748. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts +0 -21
  4749. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.d.ts.map +0 -1
  4750. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.js +0 -96
  4751. package/dist/esm/funcs/customerPortalCustomersConfirmPaymentMethod.js.map +0 -1
  4752. package/dist/esm/funcs/customerPortalCustomersDeletePaymentMethod.d.ts +0 -20
  4753. package/dist/esm/funcs/customerPortalCustomersDeletePaymentMethod.d.ts.map +0 -1
  4754. package/dist/esm/funcs/customerPortalCustomersDeletePaymentMethod.js +0 -101
  4755. package/dist/esm/funcs/customerPortalCustomersDeletePaymentMethod.js.map +0 -1
  4756. package/dist/esm/funcs/customerPortalCustomersGet.d.ts +0 -20
  4757. package/dist/esm/funcs/customerPortalCustomersGet.d.ts.map +0 -1
  4758. package/dist/esm/funcs/customerPortalCustomersGet.js +0 -81
  4759. package/dist/esm/funcs/customerPortalCustomersGet.js.map +0 -1
  4760. package/dist/esm/funcs/customerPortalCustomersListPaymentMethods.d.ts +0 -21
  4761. package/dist/esm/funcs/customerPortalCustomersListPaymentMethods.d.ts.map +0 -1
  4762. package/dist/esm/funcs/customerPortalCustomersListPaymentMethods.js +0 -133
  4763. package/dist/esm/funcs/customerPortalCustomersListPaymentMethods.js.map +0 -1
  4764. package/dist/esm/funcs/customerPortalCustomersRequestEmailUpdate.d.ts +0 -19
  4765. package/dist/esm/funcs/customerPortalCustomersRequestEmailUpdate.d.ts.map +0 -1
  4766. package/dist/esm/funcs/customerPortalCustomersRequestEmailUpdate.js +0 -94
  4767. package/dist/esm/funcs/customerPortalCustomersRequestEmailUpdate.js.map +0 -1
  4768. package/dist/esm/funcs/customerPortalCustomersUpdate.d.ts +0 -20
  4769. package/dist/esm/funcs/customerPortalCustomersUpdate.d.ts.map +0 -1
  4770. package/dist/esm/funcs/customerPortalCustomersUpdate.js +0 -95
  4771. package/dist/esm/funcs/customerPortalCustomersUpdate.js.map +0 -1
  4772. package/dist/esm/funcs/customerPortalCustomersVerifyEmailUpdate.d.ts +0 -18
  4773. package/dist/esm/funcs/customerPortalCustomersVerifyEmailUpdate.d.ts.map +0 -1
  4774. package/dist/esm/funcs/customerPortalCustomersVerifyEmailUpdate.js +0 -76
  4775. package/dist/esm/funcs/customerPortalCustomersVerifyEmailUpdate.js.map +0 -1
  4776. package/dist/esm/funcs/customerPortalDownloadablesList.d.ts +0 -21
  4777. package/dist/esm/funcs/customerPortalDownloadablesList.d.ts.map +0 -1
  4778. package/dist/esm/funcs/customerPortalDownloadablesList.js +0 -136
  4779. package/dist/esm/funcs/customerPortalDownloadablesList.js.map +0 -1
  4780. package/dist/esm/funcs/customerPortalLicenseKeysActivate.d.ts +0 -26
  4781. package/dist/esm/funcs/customerPortalLicenseKeysActivate.d.ts.map +0 -1
  4782. package/dist/esm/funcs/customerPortalLicenseKeysActivate.js +0 -87
  4783. package/dist/esm/funcs/customerPortalLicenseKeysActivate.js.map +0 -1
  4784. package/dist/esm/funcs/customerPortalLicenseKeysDeactivate.d.ts +0 -24
  4785. package/dist/esm/funcs/customerPortalLicenseKeysDeactivate.d.ts.map +0 -1
  4786. package/dist/esm/funcs/customerPortalLicenseKeysDeactivate.js +0 -85
  4787. package/dist/esm/funcs/customerPortalLicenseKeysDeactivate.js.map +0 -1
  4788. package/dist/esm/funcs/customerPortalLicenseKeysGet.d.ts +0 -22
  4789. package/dist/esm/funcs/customerPortalLicenseKeysGet.d.ts.map +0 -1
  4790. package/dist/esm/funcs/customerPortalLicenseKeysGet.js +0 -103
  4791. package/dist/esm/funcs/customerPortalLicenseKeysGet.js.map +0 -1
  4792. package/dist/esm/funcs/customerPortalLicenseKeysList.d.ts +0 -23
  4793. package/dist/esm/funcs/customerPortalLicenseKeysList.d.ts.map +0 -1
  4794. package/dist/esm/funcs/customerPortalLicenseKeysList.js +0 -138
  4795. package/dist/esm/funcs/customerPortalLicenseKeysList.js.map +0 -1
  4796. package/dist/esm/funcs/customerPortalLicenseKeysValidate.d.ts +0 -25
  4797. package/dist/esm/funcs/customerPortalLicenseKeysValidate.d.ts.map +0 -1
  4798. package/dist/esm/funcs/customerPortalLicenseKeysValidate.js +0 -86
  4799. package/dist/esm/funcs/customerPortalLicenseKeysValidate.js.map +0 -1
  4800. package/dist/esm/funcs/customerPortalMembersAddMember.d.ts +0 -25
  4801. package/dist/esm/funcs/customerPortalMembersAddMember.d.ts.map +0 -1
  4802. package/dist/esm/funcs/customerPortalMembersAddMember.js +0 -91
  4803. package/dist/esm/funcs/customerPortalMembersAddMember.js.map +0 -1
  4804. package/dist/esm/funcs/customerPortalMembersListMembers.d.ts +0 -23
  4805. package/dist/esm/funcs/customerPortalMembersListMembers.d.ts.map +0 -1
  4806. package/dist/esm/funcs/customerPortalMembersListMembers.js +0 -127
  4807. package/dist/esm/funcs/customerPortalMembersListMembers.js.map +0 -1
  4808. package/dist/esm/funcs/customerPortalMembersRemoveMember.d.ts +0 -24
  4809. package/dist/esm/funcs/customerPortalMembersRemoveMember.d.ts.map +0 -1
  4810. package/dist/esm/funcs/customerPortalMembersRemoveMember.js +0 -95
  4811. package/dist/esm/funcs/customerPortalMembersRemoveMember.js.map +0 -1
  4812. package/dist/esm/funcs/customerPortalMembersUpdateMember.d.ts +0 -25
  4813. package/dist/esm/funcs/customerPortalMembersUpdateMember.d.ts.map +0 -1
  4814. package/dist/esm/funcs/customerPortalMembersUpdateMember.js +0 -99
  4815. package/dist/esm/funcs/customerPortalMembersUpdateMember.js.map +0 -1
  4816. package/dist/esm/funcs/customerPortalOrdersConfirmRetryPayment.d.ts +0 -22
  4817. package/dist/esm/funcs/customerPortalOrdersConfirmRetryPayment.d.ts.map +0 -1
  4818. package/dist/esm/funcs/customerPortalOrdersConfirmRetryPayment.js +0 -106
  4819. package/dist/esm/funcs/customerPortalOrdersConfirmRetryPayment.js.map +0 -1
  4820. package/dist/esm/funcs/customerPortalOrdersGenerateInvoice.d.ts +0 -18
  4821. package/dist/esm/funcs/customerPortalOrdersGenerateInvoice.d.ts.map +0 -1
  4822. package/dist/esm/funcs/customerPortalOrdersGenerateInvoice.js +0 -99
  4823. package/dist/esm/funcs/customerPortalOrdersGenerateInvoice.js.map +0 -1
  4824. package/dist/esm/funcs/customerPortalOrdersGet.d.ts +0 -20
  4825. package/dist/esm/funcs/customerPortalOrdersGet.d.ts.map +0 -1
  4826. package/dist/esm/funcs/customerPortalOrdersGet.js +0 -101
  4827. package/dist/esm/funcs/customerPortalOrdersGet.js.map +0 -1
  4828. package/dist/esm/funcs/customerPortalOrdersGetPaymentStatus.d.ts +0 -20
  4829. package/dist/esm/funcs/customerPortalOrdersGetPaymentStatus.d.ts.map +0 -1
  4830. package/dist/esm/funcs/customerPortalOrdersGetPaymentStatus.js +0 -101
  4831. package/dist/esm/funcs/customerPortalOrdersGetPaymentStatus.js.map +0 -1
  4832. package/dist/esm/funcs/customerPortalOrdersInvoice.d.ts +0 -20
  4833. package/dist/esm/funcs/customerPortalOrdersInvoice.d.ts.map +0 -1
  4834. package/dist/esm/funcs/customerPortalOrdersInvoice.js +0 -101
  4835. package/dist/esm/funcs/customerPortalOrdersInvoice.js.map +0 -1
  4836. package/dist/esm/funcs/customerPortalOrdersList.d.ts +0 -21
  4837. package/dist/esm/funcs/customerPortalOrdersList.d.ts.map +0 -1
  4838. package/dist/esm/funcs/customerPortalOrdersList.js +0 -140
  4839. package/dist/esm/funcs/customerPortalOrdersList.js.map +0 -1
  4840. package/dist/esm/funcs/customerPortalOrdersReceipt.d.ts +0 -20
  4841. package/dist/esm/funcs/customerPortalOrdersReceipt.d.ts.map +0 -1
  4842. package/dist/esm/funcs/customerPortalOrdersReceipt.js +0 -101
  4843. package/dist/esm/funcs/customerPortalOrdersReceipt.js.map +0 -1
  4844. package/dist/esm/funcs/customerPortalOrdersUpdate.d.ts +0 -20
  4845. package/dist/esm/funcs/customerPortalOrdersUpdate.d.ts.map +0 -1
  4846. package/dist/esm/funcs/customerPortalOrdersUpdate.js +0 -104
  4847. package/dist/esm/funcs/customerPortalOrdersUpdate.js.map +0 -1
  4848. package/dist/esm/funcs/customerPortalOrganizationsGet.d.ts +0 -20
  4849. package/dist/esm/funcs/customerPortalOrganizationsGet.d.ts.map +0 -1
  4850. package/dist/esm/funcs/customerPortalOrganizationsGet.js +0 -86
  4851. package/dist/esm/funcs/customerPortalOrganizationsGet.js.map +0 -1
  4852. package/dist/esm/funcs/customerPortalSeatsAssignSeat.d.ts +0 -17
  4853. package/dist/esm/funcs/customerPortalSeatsAssignSeat.d.ts.map +0 -1
  4854. package/dist/esm/funcs/customerPortalSeatsAssignSeat.js +0 -92
  4855. package/dist/esm/funcs/customerPortalSeatsAssignSeat.js.map +0 -1
  4856. package/dist/esm/funcs/customerPortalSeatsListClaimedSubscriptions.d.ts +0 -23
  4857. package/dist/esm/funcs/customerPortalSeatsListClaimedSubscriptions.d.ts.map +0 -1
  4858. package/dist/esm/funcs/customerPortalSeatsListClaimedSubscriptions.js +0 -135
  4859. package/dist/esm/funcs/customerPortalSeatsListClaimedSubscriptions.js.map +0 -1
  4860. package/dist/esm/funcs/customerPortalSeatsListSeats.d.ts +0 -19
  4861. package/dist/esm/funcs/customerPortalSeatsListSeats.d.ts.map +0 -1
  4862. package/dist/esm/funcs/customerPortalSeatsListSeats.js +0 -99
  4863. package/dist/esm/funcs/customerPortalSeatsListSeats.js.map +0 -1
  4864. package/dist/esm/funcs/customerPortalSeatsResendInvitation.d.ts +0 -16
  4865. package/dist/esm/funcs/customerPortalSeatsResendInvitation.d.ts.map +0 -1
  4866. package/dist/esm/funcs/customerPortalSeatsResendInvitation.js +0 -97
  4867. package/dist/esm/funcs/customerPortalSeatsResendInvitation.js.map +0 -1
  4868. package/dist/esm/funcs/customerPortalSeatsRevokeSeat.d.ts +0 -16
  4869. package/dist/esm/funcs/customerPortalSeatsRevokeSeat.d.ts.map +0 -1
  4870. package/dist/esm/funcs/customerPortalSeatsRevokeSeat.js +0 -97
  4871. package/dist/esm/funcs/customerPortalSeatsRevokeSeat.js.map +0 -1
  4872. package/dist/esm/funcs/customerPortalSubscriptionsCancel.d.ts +0 -21
  4873. package/dist/esm/funcs/customerPortalSubscriptionsCancel.d.ts.map +0 -1
  4874. package/dist/esm/funcs/customerPortalSubscriptionsCancel.js +0 -102
  4875. package/dist/esm/funcs/customerPortalSubscriptionsCancel.js.map +0 -1
  4876. package/dist/esm/funcs/customerPortalSubscriptionsGet.d.ts +0 -22
  4877. package/dist/esm/funcs/customerPortalSubscriptionsGet.d.ts.map +0 -1
  4878. package/dist/esm/funcs/customerPortalSubscriptionsGet.js +0 -103
  4879. package/dist/esm/funcs/customerPortalSubscriptionsGet.js.map +0 -1
  4880. package/dist/esm/funcs/customerPortalSubscriptionsList.d.ts +0 -23
  4881. package/dist/esm/funcs/customerPortalSubscriptionsList.d.ts.map +0 -1
  4882. package/dist/esm/funcs/customerPortalSubscriptionsList.js +0 -141
  4883. package/dist/esm/funcs/customerPortalSubscriptionsList.js.map +0 -1
  4884. package/dist/esm/funcs/customerPortalSubscriptionsUpdate.d.ts +0 -22
  4885. package/dist/esm/funcs/customerPortalSubscriptionsUpdate.d.ts.map +0 -1
  4886. package/dist/esm/funcs/customerPortalSubscriptionsUpdate.js +0 -106
  4887. package/dist/esm/funcs/customerPortalSubscriptionsUpdate.js.map +0 -1
  4888. package/dist/esm/funcs/customerPortalWalletsGet.d.ts +0 -20
  4889. package/dist/esm/funcs/customerPortalWalletsGet.d.ts.map +0 -1
  4890. package/dist/esm/funcs/customerPortalWalletsGet.js +0 -101
  4891. package/dist/esm/funcs/customerPortalWalletsGet.js.map +0 -1
  4892. package/dist/esm/funcs/customerPortalWalletsList.d.ts +0 -21
  4893. package/dist/esm/funcs/customerPortalWalletsList.d.ts.map +0 -1
  4894. package/dist/esm/funcs/customerPortalWalletsList.js +0 -136
  4895. package/dist/esm/funcs/customerPortalWalletsList.js.map +0 -1
  4896. package/dist/esm/funcs/customerSeatsAssignSeat.d.ts +0 -19
  4897. package/dist/esm/funcs/customerSeatsAssignSeat.d.ts.map +0 -1
  4898. package/dist/esm/funcs/customerSeatsAssignSeat.js +0 -85
  4899. package/dist/esm/funcs/customerSeatsAssignSeat.js.map +0 -1
  4900. package/dist/esm/funcs/customerSeatsClaimSeat.d.ts +0 -16
  4901. package/dist/esm/funcs/customerSeatsClaimSeat.d.ts.map +0 -1
  4902. package/dist/esm/funcs/customerSeatsClaimSeat.js +0 -77
  4903. package/dist/esm/funcs/customerSeatsClaimSeat.js.map +0 -1
  4904. package/dist/esm/funcs/customerSeatsGetClaimInfo.d.ts +0 -16
  4905. package/dist/esm/funcs/customerSeatsGetClaimInfo.d.ts.map +0 -1
  4906. package/dist/esm/funcs/customerSeatsGetClaimInfo.js +0 -79
  4907. package/dist/esm/funcs/customerSeatsGetClaimInfo.js.map +0 -1
  4908. package/dist/esm/funcs/customerSeatsListSeats.d.ts +0 -19
  4909. package/dist/esm/funcs/customerSeatsListSeats.d.ts.map +0 -1
  4910. package/dist/esm/funcs/customerSeatsListSeats.js +0 -89
  4911. package/dist/esm/funcs/customerSeatsListSeats.js.map +0 -1
  4912. package/dist/esm/funcs/customerSeatsResendInvitation.d.ts +0 -19
  4913. package/dist/esm/funcs/customerSeatsResendInvitation.d.ts.map +0 -1
  4914. package/dist/esm/funcs/customerSeatsResendInvitation.js +0 -90
  4915. package/dist/esm/funcs/customerSeatsResendInvitation.js.map +0 -1
  4916. package/dist/esm/funcs/customerSeatsRevokeSeat.d.ts +0 -19
  4917. package/dist/esm/funcs/customerSeatsRevokeSeat.d.ts.map +0 -1
  4918. package/dist/esm/funcs/customerSeatsRevokeSeat.js +0 -90
  4919. package/dist/esm/funcs/customerSeatsRevokeSeat.js.map +0 -1
  4920. package/dist/esm/funcs/customerSessionsCreate.d.ts +0 -24
  4921. package/dist/esm/funcs/customerSessionsCreate.d.ts.map +0 -1
  4922. package/dist/esm/funcs/customerSessionsCreate.js +0 -90
  4923. package/dist/esm/funcs/customerSessionsCreate.js.map +0 -1
  4924. package/dist/esm/funcs/customersCreate.d.ts +0 -21
  4925. package/dist/esm/funcs/customersCreate.d.ts.map +0 -1
  4926. package/dist/esm/funcs/customersCreate.js +0 -87
  4927. package/dist/esm/funcs/customersCreate.js.map +0 -1
  4928. package/dist/esm/funcs/customersDelete.d.ts +0 -35
  4929. package/dist/esm/funcs/customersDelete.d.ts.map +0 -1
  4930. package/dist/esm/funcs/customersDelete.js +0 -110
  4931. package/dist/esm/funcs/customersDelete.js.map +0 -1
  4932. package/dist/esm/funcs/customersDeleteExternal.d.ts +0 -25
  4933. package/dist/esm/funcs/customersDeleteExternal.d.ts.map +0 -1
  4934. package/dist/esm/funcs/customersDeleteExternal.js +0 -100
  4935. package/dist/esm/funcs/customersDeleteExternal.js.map +0 -1
  4936. package/dist/esm/funcs/customersExport.d.ts +0 -26
  4937. package/dist/esm/funcs/customersExport.d.ts.map +0 -1
  4938. package/dist/esm/funcs/customersExport.js +0 -95
  4939. package/dist/esm/funcs/customersExport.js.map +0 -1
  4940. package/dist/esm/funcs/customersGet.d.ts +0 -22
  4941. package/dist/esm/funcs/customersGet.d.ts.map +0 -1
  4942. package/dist/esm/funcs/customersGet.js +0 -93
  4943. package/dist/esm/funcs/customersGet.js.map +0 -1
  4944. package/dist/esm/funcs/customersGetExternal.d.ts +0 -22
  4945. package/dist/esm/funcs/customersGetExternal.d.ts.map +0 -1
  4946. package/dist/esm/funcs/customersGetExternal.js +0 -93
  4947. package/dist/esm/funcs/customersGetExternal.js.map +0 -1
  4948. package/dist/esm/funcs/customersGetState.d.ts +0 -28
  4949. package/dist/esm/funcs/customersGetState.d.ts.map +0 -1
  4950. package/dist/esm/funcs/customersGetState.js +0 -99
  4951. package/dist/esm/funcs/customersGetState.js.map +0 -1
  4952. package/dist/esm/funcs/customersGetStateExternal.d.ts +0 -28
  4953. package/dist/esm/funcs/customersGetStateExternal.d.ts.map +0 -1
  4954. package/dist/esm/funcs/customersGetStateExternal.js +0 -99
  4955. package/dist/esm/funcs/customersGetStateExternal.js.map +0 -1
  4956. package/dist/esm/funcs/customersList.d.ts +0 -23
  4957. package/dist/esm/funcs/customersList.d.ts.map +0 -1
  4958. package/dist/esm/funcs/customersList.js +0 -132
  4959. package/dist/esm/funcs/customersList.js.map +0 -1
  4960. package/dist/esm/funcs/customersListPaymentMethods.d.ts +0 -24
  4961. package/dist/esm/funcs/customersListPaymentMethods.d.ts.map +0 -1
  4962. package/dist/esm/funcs/customersListPaymentMethods.js +0 -134
  4963. package/dist/esm/funcs/customersListPaymentMethods.js.map +0 -1
  4964. package/dist/esm/funcs/customersListPaymentMethodsExternal.d.ts +0 -24
  4965. package/dist/esm/funcs/customersListPaymentMethodsExternal.d.ts.map +0 -1
  4966. package/dist/esm/funcs/customersListPaymentMethodsExternal.js +0 -134
  4967. package/dist/esm/funcs/customersListPaymentMethodsExternal.js.map +0 -1
  4968. package/dist/esm/funcs/customersUpdate.d.ts +0 -22
  4969. package/dist/esm/funcs/customersUpdate.d.ts.map +0 -1
  4970. package/dist/esm/funcs/customersUpdate.js +0 -94
  4971. package/dist/esm/funcs/customersUpdate.js.map +0 -1
  4972. package/dist/esm/funcs/customersUpdateExternal.d.ts +0 -22
  4973. package/dist/esm/funcs/customersUpdateExternal.d.ts.map +0 -1
  4974. package/dist/esm/funcs/customersUpdateExternal.js +0 -96
  4975. package/dist/esm/funcs/customersUpdateExternal.js.map +0 -1
  4976. package/dist/esm/funcs/discountsCreate.d.ts +0 -21
  4977. package/dist/esm/funcs/discountsCreate.d.ts.map +0 -1
  4978. package/dist/esm/funcs/discountsCreate.js +0 -87
  4979. package/dist/esm/funcs/discountsCreate.js.map +0 -1
  4980. package/dist/esm/funcs/discountsDelete.d.ts +0 -21
  4981. package/dist/esm/funcs/discountsDelete.d.ts.map +0 -1
  4982. package/dist/esm/funcs/discountsDelete.js +0 -92
  4983. package/dist/esm/funcs/discountsDelete.js.map +0 -1
  4984. package/dist/esm/funcs/discountsGet.d.ts +0 -22
  4985. package/dist/esm/funcs/discountsGet.d.ts.map +0 -1
  4986. package/dist/esm/funcs/discountsGet.js +0 -93
  4987. package/dist/esm/funcs/discountsGet.js.map +0 -1
  4988. package/dist/esm/funcs/discountsList.d.ts +0 -23
  4989. package/dist/esm/funcs/discountsList.d.ts.map +0 -1
  4990. package/dist/esm/funcs/discountsList.js +0 -128
  4991. package/dist/esm/funcs/discountsList.js.map +0 -1
  4992. package/dist/esm/funcs/discountsUpdate.d.ts +0 -22
  4993. package/dist/esm/funcs/discountsUpdate.d.ts.map +0 -1
  4994. package/dist/esm/funcs/discountsUpdate.js +0 -94
  4995. package/dist/esm/funcs/discountsUpdate.js.map +0 -1
  4996. package/dist/esm/funcs/disputesGet.d.ts +0 -22
  4997. package/dist/esm/funcs/disputesGet.d.ts.map +0 -1
  4998. package/dist/esm/funcs/disputesGet.js +0 -93
  4999. package/dist/esm/funcs/disputesGet.js.map +0 -1
  5000. package/dist/esm/funcs/disputesList.d.ts +0 -23
  5001. package/dist/esm/funcs/disputesList.d.ts.map +0 -1
  5002. package/dist/esm/funcs/disputesList.js +0 -129
  5003. package/dist/esm/funcs/disputesList.js.map +0 -1
  5004. package/dist/esm/funcs/eventTypesList.d.ts +0 -23
  5005. package/dist/esm/funcs/eventTypesList.d.ts.map +0 -1
  5006. package/dist/esm/funcs/eventTypesList.js +0 -133
  5007. package/dist/esm/funcs/eventTypesList.js.map +0 -1
  5008. package/dist/esm/funcs/eventTypesUpdate.d.ts +0 -21
  5009. package/dist/esm/funcs/eventTypesUpdate.d.ts.map +0 -1
  5010. package/dist/esm/funcs/eventTypesUpdate.js +0 -93
  5011. package/dist/esm/funcs/eventTypesUpdate.js.map +0 -1
  5012. package/dist/esm/funcs/eventsGet.d.ts +0 -22
  5013. package/dist/esm/funcs/eventsGet.d.ts.map +0 -1
  5014. package/dist/esm/funcs/eventsGet.js +0 -93
  5015. package/dist/esm/funcs/eventsGet.js.map +0 -1
  5016. package/dist/esm/funcs/eventsIngest.d.ts +0 -21
  5017. package/dist/esm/funcs/eventsIngest.d.ts.map +0 -1
  5018. package/dist/esm/funcs/eventsIngest.js +0 -87
  5019. package/dist/esm/funcs/eventsIngest.js.map +0 -1
  5020. package/dist/esm/funcs/eventsList.d.ts +0 -20
  5021. package/dist/esm/funcs/eventsList.d.ts.map +0 -1
  5022. package/dist/esm/funcs/eventsList.js +0 -105
  5023. package/dist/esm/funcs/eventsList.js.map +0 -1
  5024. package/dist/esm/funcs/eventsListNames.d.ts +0 -23
  5025. package/dist/esm/funcs/eventsListNames.d.ts.map +0 -1
  5026. package/dist/esm/funcs/eventsListNames.js +0 -131
  5027. package/dist/esm/funcs/eventsListNames.js.map +0 -1
  5028. package/dist/esm/funcs/filesCreate.d.ts +0 -21
  5029. package/dist/esm/funcs/filesCreate.d.ts.map +0 -1
  5030. package/dist/esm/funcs/filesCreate.js +0 -87
  5031. package/dist/esm/funcs/filesCreate.js.map +0 -1
  5032. package/dist/esm/funcs/filesDelete.d.ts +0 -22
  5033. package/dist/esm/funcs/filesDelete.d.ts.map +0 -1
  5034. package/dist/esm/funcs/filesDelete.js +0 -93
  5035. package/dist/esm/funcs/filesDelete.js.map +0 -1
  5036. package/dist/esm/funcs/filesList.d.ts +0 -23
  5037. package/dist/esm/funcs/filesList.d.ts.map +0 -1
  5038. package/dist/esm/funcs/filesList.js +0 -127
  5039. package/dist/esm/funcs/filesList.js.map +0 -1
  5040. package/dist/esm/funcs/filesUpdate.d.ts +0 -22
  5041. package/dist/esm/funcs/filesUpdate.d.ts.map +0 -1
  5042. package/dist/esm/funcs/filesUpdate.js +0 -94
  5043. package/dist/esm/funcs/filesUpdate.js.map +0 -1
  5044. package/dist/esm/funcs/filesUploaded.d.ts +0 -22
  5045. package/dist/esm/funcs/filesUploaded.d.ts.map +0 -1
  5046. package/dist/esm/funcs/filesUploaded.js +0 -96
  5047. package/dist/esm/funcs/filesUploaded.js.map +0 -1
  5048. package/dist/esm/funcs/licenseKeysActivate.d.ts +0 -23
  5049. package/dist/esm/funcs/licenseKeysActivate.d.ts.map +0 -1
  5050. package/dist/esm/funcs/licenseKeysActivate.js +0 -89
  5051. package/dist/esm/funcs/licenseKeysActivate.js.map +0 -1
  5052. package/dist/esm/funcs/licenseKeysDeactivate.d.ts +0 -21
  5053. package/dist/esm/funcs/licenseKeysDeactivate.d.ts.map +0 -1
  5054. package/dist/esm/funcs/licenseKeysDeactivate.js +0 -87
  5055. package/dist/esm/funcs/licenseKeysDeactivate.js.map +0 -1
  5056. package/dist/esm/funcs/licenseKeysGet.d.ts +0 -23
  5057. package/dist/esm/funcs/licenseKeysGet.d.ts.map +0 -1
  5058. package/dist/esm/funcs/licenseKeysGet.js +0 -94
  5059. package/dist/esm/funcs/licenseKeysGet.js.map +0 -1
  5060. package/dist/esm/funcs/licenseKeysGetActivation.d.ts +0 -23
  5061. package/dist/esm/funcs/licenseKeysGetActivation.d.ts.map +0 -1
  5062. package/dist/esm/funcs/licenseKeysGetActivation.js +0 -98
  5063. package/dist/esm/funcs/licenseKeysGetActivation.js.map +0 -1
  5064. package/dist/esm/funcs/licenseKeysList.d.ts +0 -25
  5065. package/dist/esm/funcs/licenseKeysList.d.ts.map +0 -1
  5066. package/dist/esm/funcs/licenseKeysList.js +0 -130
  5067. package/dist/esm/funcs/licenseKeysList.js.map +0 -1
  5068. package/dist/esm/funcs/licenseKeysUpdate.d.ts +0 -23
  5069. package/dist/esm/funcs/licenseKeysUpdate.d.ts.map +0 -1
  5070. package/dist/esm/funcs/licenseKeysUpdate.js +0 -95
  5071. package/dist/esm/funcs/licenseKeysUpdate.js.map +0 -1
  5072. package/dist/esm/funcs/licenseKeysValidate.d.ts +0 -22
  5073. package/dist/esm/funcs/licenseKeysValidate.d.ts.map +0 -1
  5074. package/dist/esm/funcs/licenseKeysValidate.js +0 -88
  5075. package/dist/esm/funcs/licenseKeysValidate.js.map +0 -1
  5076. package/dist/esm/funcs/membersCreateMember.d.ts +0 -25
  5077. package/dist/esm/funcs/membersCreateMember.d.ts.map +0 -1
  5078. package/dist/esm/funcs/membersCreateMember.js +0 -91
  5079. package/dist/esm/funcs/membersCreateMember.js.map +0 -1
  5080. package/dist/esm/funcs/membersDeleteMember.d.ts +0 -23
  5081. package/dist/esm/funcs/membersDeleteMember.d.ts.map +0 -1
  5082. package/dist/esm/funcs/membersDeleteMember.js +0 -94
  5083. package/dist/esm/funcs/membersDeleteMember.js.map +0 -1
  5084. package/dist/esm/funcs/membersDeleteMemberByExternalId.d.ts +0 -21
  5085. package/dist/esm/funcs/membersDeleteMemberByExternalId.d.ts.map +0 -1
  5086. package/dist/esm/funcs/membersDeleteMemberByExternalId.js +0 -97
  5087. package/dist/esm/funcs/membersDeleteMemberByExternalId.js.map +0 -1
  5088. package/dist/esm/funcs/membersGetMember.d.ts +0 -24
  5089. package/dist/esm/funcs/membersGetMember.d.ts.map +0 -1
  5090. package/dist/esm/funcs/membersGetMember.js +0 -95
  5091. package/dist/esm/funcs/membersGetMember.js.map +0 -1
  5092. package/dist/esm/funcs/membersGetMemberByExternalId.d.ts +0 -22
  5093. package/dist/esm/funcs/membersGetMemberByExternalId.d.ts.map +0 -1
  5094. package/dist/esm/funcs/membersGetMemberByExternalId.js +0 -98
  5095. package/dist/esm/funcs/membersGetMemberByExternalId.js.map +0 -1
  5096. package/dist/esm/funcs/membersListMembers.d.ts +0 -23
  5097. package/dist/esm/funcs/membersListMembers.d.ts.map +0 -1
  5098. package/dist/esm/funcs/membersListMembers.js +0 -129
  5099. package/dist/esm/funcs/membersListMembers.js.map +0 -1
  5100. package/dist/esm/funcs/membersUpdateMember.d.ts +0 -25
  5101. package/dist/esm/funcs/membersUpdateMember.d.ts.map +0 -1
  5102. package/dist/esm/funcs/membersUpdateMember.js +0 -97
  5103. package/dist/esm/funcs/membersUpdateMember.js.map +0 -1
  5104. package/dist/esm/funcs/membersUpdateMemberByExternalId.d.ts +0 -22
  5105. package/dist/esm/funcs/membersUpdateMemberByExternalId.d.ts.map +0 -1
  5106. package/dist/esm/funcs/membersUpdateMemberByExternalId.js +0 -99
  5107. package/dist/esm/funcs/membersUpdateMemberByExternalId.js.map +0 -1
  5108. package/dist/esm/funcs/metersCreate.d.ts +0 -21
  5109. package/dist/esm/funcs/metersCreate.d.ts.map +0 -1
  5110. package/dist/esm/funcs/metersCreate.js +0 -87
  5111. package/dist/esm/funcs/metersCreate.js.map +0 -1
  5112. package/dist/esm/funcs/metersGet.d.ts +0 -22
  5113. package/dist/esm/funcs/metersGet.d.ts.map +0 -1
  5114. package/dist/esm/funcs/metersGet.js +0 -93
  5115. package/dist/esm/funcs/metersGet.js.map +0 -1
  5116. package/dist/esm/funcs/metersList.d.ts +0 -23
  5117. package/dist/esm/funcs/metersList.d.ts.map +0 -1
  5118. package/dist/esm/funcs/metersList.js +0 -131
  5119. package/dist/esm/funcs/metersList.js.map +0 -1
  5120. package/dist/esm/funcs/metersQuantities.d.ts +0 -22
  5121. package/dist/esm/funcs/metersQuantities.d.ts.map +0 -1
  5122. package/dist/esm/funcs/metersQuantities.js +0 -105
  5123. package/dist/esm/funcs/metersQuantities.js.map +0 -1
  5124. package/dist/esm/funcs/metersUpdate.d.ts +0 -22
  5125. package/dist/esm/funcs/metersUpdate.d.ts.map +0 -1
  5126. package/dist/esm/funcs/metersUpdate.js +0 -94
  5127. package/dist/esm/funcs/metersUpdate.js.map +0 -1
  5128. package/dist/esm/funcs/metricsCreateDashboard.d.ts +0 -21
  5129. package/dist/esm/funcs/metricsCreateDashboard.d.ts.map +0 -1
  5130. package/dist/esm/funcs/metricsCreateDashboard.js +0 -87
  5131. package/dist/esm/funcs/metricsCreateDashboard.js.map +0 -1
  5132. package/dist/esm/funcs/metricsDeleteDashboard.d.ts +0 -20
  5133. package/dist/esm/funcs/metricsDeleteDashboard.d.ts.map +0 -1
  5134. package/dist/esm/funcs/metricsDeleteDashboard.js +0 -91
  5135. package/dist/esm/funcs/metricsDeleteDashboard.js.map +0 -1
  5136. package/dist/esm/funcs/metricsExport.d.ts +0 -26
  5137. package/dist/esm/funcs/metricsExport.d.ts.map +0 -1
  5138. package/dist/esm/funcs/metricsExport.js +0 -103
  5139. package/dist/esm/funcs/metricsExport.js.map +0 -1
  5140. package/dist/esm/funcs/metricsGet.d.ts +0 -23
  5141. package/dist/esm/funcs/metricsGet.d.ts.map +0 -1
  5142. package/dist/esm/funcs/metricsGet.js +0 -100
  5143. package/dist/esm/funcs/metricsGet.js.map +0 -1
  5144. package/dist/esm/funcs/metricsGetDashboard.d.ts +0 -21
  5145. package/dist/esm/funcs/metricsGetDashboard.d.ts.map +0 -1
  5146. package/dist/esm/funcs/metricsGetDashboard.js +0 -92
  5147. package/dist/esm/funcs/metricsGetDashboard.js.map +0 -1
  5148. package/dist/esm/funcs/metricsLimits.d.ts +0 -19
  5149. package/dist/esm/funcs/metricsLimits.d.ts.map +0 -1
  5150. package/dist/esm/funcs/metricsLimits.js +0 -71
  5151. package/dist/esm/funcs/metricsLimits.js.map +0 -1
  5152. package/dist/esm/funcs/metricsListDashboards.d.ts +0 -21
  5153. package/dist/esm/funcs/metricsListDashboards.d.ts.map +0 -1
  5154. package/dist/esm/funcs/metricsListDashboards.js +0 -90
  5155. package/dist/esm/funcs/metricsListDashboards.js.map +0 -1
  5156. package/dist/esm/funcs/metricsUpdateDashboard.d.ts +0 -21
  5157. package/dist/esm/funcs/metricsUpdateDashboard.d.ts.map +0 -1
  5158. package/dist/esm/funcs/metricsUpdateDashboard.js +0 -95
  5159. package/dist/esm/funcs/metricsUpdateDashboard.js.map +0 -1
  5160. package/dist/esm/funcs/oauth2Authorize.d.ts +0 -14
  5161. package/dist/esm/funcs/oauth2Authorize.d.ts.map +0 -1
  5162. package/dist/esm/funcs/oauth2Authorize.js +0 -66
  5163. package/dist/esm/funcs/oauth2Authorize.js.map +0 -1
  5164. package/dist/esm/funcs/oauth2ClientsCreate.d.ts +0 -18
  5165. package/dist/esm/funcs/oauth2ClientsCreate.d.ts.map +0 -1
  5166. package/dist/esm/funcs/oauth2ClientsCreate.js +0 -84
  5167. package/dist/esm/funcs/oauth2ClientsCreate.js.map +0 -1
  5168. package/dist/esm/funcs/oauth2ClientsDelete.d.ts +0 -18
  5169. package/dist/esm/funcs/oauth2ClientsDelete.d.ts.map +0 -1
  5170. package/dist/esm/funcs/oauth2ClientsDelete.js +0 -89
  5171. package/dist/esm/funcs/oauth2ClientsDelete.js.map +0 -1
  5172. package/dist/esm/funcs/oauth2ClientsGet.d.ts +0 -18
  5173. package/dist/esm/funcs/oauth2ClientsGet.d.ts.map +0 -1
  5174. package/dist/esm/funcs/oauth2ClientsGet.js +0 -89
  5175. package/dist/esm/funcs/oauth2ClientsGet.js.map +0 -1
  5176. package/dist/esm/funcs/oauth2ClientsUpdate.d.ts +0 -18
  5177. package/dist/esm/funcs/oauth2ClientsUpdate.d.ts.map +0 -1
  5178. package/dist/esm/funcs/oauth2ClientsUpdate.js +0 -92
  5179. package/dist/esm/funcs/oauth2ClientsUpdate.js.map +0 -1
  5180. package/dist/esm/funcs/oauth2Introspect.d.ts +0 -18
  5181. package/dist/esm/funcs/oauth2Introspect.d.ts.map +0 -1
  5182. package/dist/esm/funcs/oauth2Introspect.js +0 -78
  5183. package/dist/esm/funcs/oauth2Introspect.js.map +0 -1
  5184. package/dist/esm/funcs/oauth2Revoke.d.ts +0 -18
  5185. package/dist/esm/funcs/oauth2Revoke.d.ts.map +0 -1
  5186. package/dist/esm/funcs/oauth2Revoke.js +0 -78
  5187. package/dist/esm/funcs/oauth2Revoke.js.map +0 -1
  5188. package/dist/esm/funcs/oauth2Token.d.ts +0 -18
  5189. package/dist/esm/funcs/oauth2Token.d.ts.map +0 -1
  5190. package/dist/esm/funcs/oauth2Token.js +0 -78
  5191. package/dist/esm/funcs/oauth2Token.js.map +0 -1
  5192. package/dist/esm/funcs/oauth2Userinfo.d.ts +0 -17
  5193. package/dist/esm/funcs/oauth2Userinfo.d.ts.map +0 -1
  5194. package/dist/esm/funcs/oauth2Userinfo.js +0 -69
  5195. package/dist/esm/funcs/oauth2Userinfo.js.map +0 -1
  5196. package/dist/esm/funcs/ordersCreate.d.ts +0 -25
  5197. package/dist/esm/funcs/ordersCreate.d.ts.map +0 -1
  5198. package/dist/esm/funcs/ordersCreate.js +0 -91
  5199. package/dist/esm/funcs/ordersCreate.js.map +0 -1
  5200. package/dist/esm/funcs/ordersExport.d.ts +0 -26
  5201. package/dist/esm/funcs/ordersExport.d.ts.map +0 -1
  5202. package/dist/esm/funcs/ordersExport.js +0 -96
  5203. package/dist/esm/funcs/ordersExport.js.map +0 -1
  5204. package/dist/esm/funcs/ordersFinalize.d.ts +0 -30
  5205. package/dist/esm/funcs/ordersFinalize.d.ts.map +0 -1
  5206. package/dist/esm/funcs/ordersFinalize.js +0 -102
  5207. package/dist/esm/funcs/ordersFinalize.js.map +0 -1
  5208. package/dist/esm/funcs/ordersGenerateInvoice.d.ts +0 -20
  5209. package/dist/esm/funcs/ordersGenerateInvoice.d.ts.map +0 -1
  5210. package/dist/esm/funcs/ordersGenerateInvoice.js +0 -91
  5211. package/dist/esm/funcs/ordersGenerateInvoice.js.map +0 -1
  5212. package/dist/esm/funcs/ordersGet.d.ts +0 -22
  5213. package/dist/esm/funcs/ordersGet.d.ts.map +0 -1
  5214. package/dist/esm/funcs/ordersGet.js +0 -93
  5215. package/dist/esm/funcs/ordersGet.js.map +0 -1
  5216. package/dist/esm/funcs/ordersInvoice.d.ts +0 -22
  5217. package/dist/esm/funcs/ordersInvoice.d.ts.map +0 -1
  5218. package/dist/esm/funcs/ordersInvoice.js +0 -93
  5219. package/dist/esm/funcs/ordersInvoice.js.map +0 -1
  5220. package/dist/esm/funcs/ordersList.d.ts +0 -23
  5221. package/dist/esm/funcs/ordersList.d.ts.map +0 -1
  5222. package/dist/esm/funcs/ordersList.js +0 -136
  5223. package/dist/esm/funcs/ordersList.js.map +0 -1
  5224. package/dist/esm/funcs/ordersReceipt.d.ts +0 -22
  5225. package/dist/esm/funcs/ordersReceipt.d.ts.map +0 -1
  5226. package/dist/esm/funcs/ordersReceipt.js +0 -93
  5227. package/dist/esm/funcs/ordersReceipt.js.map +0 -1
  5228. package/dist/esm/funcs/ordersUpdate.d.ts +0 -22
  5229. package/dist/esm/funcs/ordersUpdate.d.ts.map +0 -1
  5230. package/dist/esm/funcs/ordersUpdate.js +0 -94
  5231. package/dist/esm/funcs/ordersUpdate.js.map +0 -1
  5232. package/dist/esm/funcs/organizationAccessTokensCreate.d.ts +0 -19
  5233. package/dist/esm/funcs/organizationAccessTokensCreate.d.ts.map +0 -1
  5234. package/dist/esm/funcs/organizationAccessTokensCreate.js +0 -85
  5235. package/dist/esm/funcs/organizationAccessTokensCreate.js.map +0 -1
  5236. package/dist/esm/funcs/organizationAccessTokensDelete.d.ts +0 -18
  5237. package/dist/esm/funcs/organizationAccessTokensDelete.d.ts.map +0 -1
  5238. package/dist/esm/funcs/organizationAccessTokensDelete.js +0 -89
  5239. package/dist/esm/funcs/organizationAccessTokensDelete.js.map +0 -1
  5240. package/dist/esm/funcs/organizationAccessTokensList.d.ts +0 -23
  5241. package/dist/esm/funcs/organizationAccessTokensList.d.ts.map +0 -1
  5242. package/dist/esm/funcs/organizationAccessTokensList.js +0 -129
  5243. package/dist/esm/funcs/organizationAccessTokensList.js.map +0 -1
  5244. package/dist/esm/funcs/organizationAccessTokensUpdate.d.ts +0 -19
  5245. package/dist/esm/funcs/organizationAccessTokensUpdate.d.ts.map +0 -1
  5246. package/dist/esm/funcs/organizationAccessTokensUpdate.js +0 -93
  5247. package/dist/esm/funcs/organizationAccessTokensUpdate.js.map +0 -1
  5248. package/dist/esm/funcs/organizationsCreate.d.ts +0 -21
  5249. package/dist/esm/funcs/organizationsCreate.d.ts.map +0 -1
  5250. package/dist/esm/funcs/organizationsCreate.js +0 -87
  5251. package/dist/esm/funcs/organizationsCreate.js.map +0 -1
  5252. package/dist/esm/funcs/organizationsGet.d.ts +0 -22
  5253. package/dist/esm/funcs/organizationsGet.d.ts.map +0 -1
  5254. package/dist/esm/funcs/organizationsGet.js +0 -93
  5255. package/dist/esm/funcs/organizationsGet.js.map +0 -1
  5256. package/dist/esm/funcs/organizationsListOrganizations.d.ts +0 -23
  5257. package/dist/esm/funcs/organizationsListOrganizations.d.ts.map +0 -1
  5258. package/dist/esm/funcs/organizationsListOrganizations.js +0 -127
  5259. package/dist/esm/funcs/organizationsListOrganizations.js.map +0 -1
  5260. package/dist/esm/funcs/organizationsUpdate.d.ts +0 -23
  5261. package/dist/esm/funcs/organizationsUpdate.d.ts.map +0 -1
  5262. package/dist/esm/funcs/organizationsUpdate.js +0 -97
  5263. package/dist/esm/funcs/organizationsUpdate.js.map +0 -1
  5264. package/dist/esm/funcs/paymentsGet.d.ts +0 -22
  5265. package/dist/esm/funcs/paymentsGet.d.ts.map +0 -1
  5266. package/dist/esm/funcs/paymentsGet.js +0 -93
  5267. package/dist/esm/funcs/paymentsGet.js.map +0 -1
  5268. package/dist/esm/funcs/paymentsList.d.ts +0 -23
  5269. package/dist/esm/funcs/paymentsList.d.ts.map +0 -1
  5270. package/dist/esm/funcs/paymentsList.js +0 -133
  5271. package/dist/esm/funcs/paymentsList.js.map +0 -1
  5272. package/dist/esm/funcs/productsCreate.d.ts +0 -21
  5273. package/dist/esm/funcs/productsCreate.d.ts.map +0 -1
  5274. package/dist/esm/funcs/productsCreate.js +0 -87
  5275. package/dist/esm/funcs/productsCreate.js.map +0 -1
  5276. package/dist/esm/funcs/productsGet.d.ts +0 -22
  5277. package/dist/esm/funcs/productsGet.d.ts.map +0 -1
  5278. package/dist/esm/funcs/productsGet.js +0 -93
  5279. package/dist/esm/funcs/productsGet.js.map +0 -1
  5280. package/dist/esm/funcs/productsList.d.ts +0 -23
  5281. package/dist/esm/funcs/productsList.d.ts.map +0 -1
  5282. package/dist/esm/funcs/productsList.js +0 -135
  5283. package/dist/esm/funcs/productsList.js.map +0 -1
  5284. package/dist/esm/funcs/productsUpdate.d.ts +0 -23
  5285. package/dist/esm/funcs/productsUpdate.d.ts.map +0 -1
  5286. package/dist/esm/funcs/productsUpdate.js +0 -95
  5287. package/dist/esm/funcs/productsUpdate.js.map +0 -1
  5288. package/dist/esm/funcs/productsUpdateBenefits.d.ts +0 -23
  5289. package/dist/esm/funcs/productsUpdateBenefits.d.ts.map +0 -1
  5290. package/dist/esm/funcs/productsUpdateBenefits.js +0 -97
  5291. package/dist/esm/funcs/productsUpdateBenefits.js.map +0 -1
  5292. package/dist/esm/funcs/refundsCreate.d.ts +0 -22
  5293. package/dist/esm/funcs/refundsCreate.d.ts.map +0 -1
  5294. package/dist/esm/funcs/refundsCreate.js +0 -88
  5295. package/dist/esm/funcs/refundsCreate.js.map +0 -1
  5296. package/dist/esm/funcs/refundsList.d.ts +0 -23
  5297. package/dist/esm/funcs/refundsList.d.ts.map +0 -1
  5298. package/dist/esm/funcs/refundsList.js +0 -133
  5299. package/dist/esm/funcs/refundsList.js.map +0 -1
  5300. package/dist/esm/funcs/subscriptionsCreate.d.ts +0 -26
  5301. package/dist/esm/funcs/subscriptionsCreate.d.ts.map +0 -1
  5302. package/dist/esm/funcs/subscriptionsCreate.js +0 -92
  5303. package/dist/esm/funcs/subscriptionsCreate.js.map +0 -1
  5304. package/dist/esm/funcs/subscriptionsExport.d.ts +0 -26
  5305. package/dist/esm/funcs/subscriptionsExport.d.ts.map +0 -1
  5306. package/dist/esm/funcs/subscriptionsExport.js +0 -97
  5307. package/dist/esm/funcs/subscriptionsExport.js.map +0 -1
  5308. package/dist/esm/funcs/subscriptionsGet.d.ts +0 -22
  5309. package/dist/esm/funcs/subscriptionsGet.d.ts.map +0 -1
  5310. package/dist/esm/funcs/subscriptionsGet.js +0 -93
  5311. package/dist/esm/funcs/subscriptionsGet.js.map +0 -1
  5312. package/dist/esm/funcs/subscriptionsList.d.ts +0 -23
  5313. package/dist/esm/funcs/subscriptionsList.d.ts.map +0 -1
  5314. package/dist/esm/funcs/subscriptionsList.js +0 -138
  5315. package/dist/esm/funcs/subscriptionsList.js.map +0 -1
  5316. package/dist/esm/funcs/subscriptionsRevoke.d.ts +0 -24
  5317. package/dist/esm/funcs/subscriptionsRevoke.d.ts.map +0 -1
  5318. package/dist/esm/funcs/subscriptionsRevoke.js +0 -95
  5319. package/dist/esm/funcs/subscriptionsRevoke.js.map +0 -1
  5320. package/dist/esm/funcs/subscriptionsUpdate.d.ts +0 -25
  5321. package/dist/esm/funcs/subscriptionsUpdate.d.ts.map +0 -1
  5322. package/dist/esm/funcs/subscriptionsUpdate.js +0 -99
  5323. package/dist/esm/funcs/subscriptionsUpdate.js.map +0 -1
  5324. package/dist/esm/funcs/validateWebhook.d.ts +0 -47
  5325. package/dist/esm/funcs/validateWebhook.d.ts.map +0 -1
  5326. package/dist/esm/funcs/validateWebhook.js +0 -95
  5327. package/dist/esm/funcs/validateWebhook.js.map +0 -1
  5328. package/dist/esm/funcs/webhooksCreateWebhookEndpoint.d.ts +0 -21
  5329. package/dist/esm/funcs/webhooksCreateWebhookEndpoint.d.ts.map +0 -1
  5330. package/dist/esm/funcs/webhooksCreateWebhookEndpoint.js +0 -87
  5331. package/dist/esm/funcs/webhooksCreateWebhookEndpoint.js.map +0 -1
  5332. package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.d.ts +0 -21
  5333. package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.d.ts.map +0 -1
  5334. package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.js +0 -92
  5335. package/dist/esm/funcs/webhooksDeleteWebhookEndpoint.js.map +0 -1
  5336. package/dist/esm/funcs/webhooksGetWebhookEndpoint.d.ts +0 -22
  5337. package/dist/esm/funcs/webhooksGetWebhookEndpoint.d.ts.map +0 -1
  5338. package/dist/esm/funcs/webhooksGetWebhookEndpoint.js +0 -93
  5339. package/dist/esm/funcs/webhooksGetWebhookEndpoint.js.map +0 -1
  5340. package/dist/esm/funcs/webhooksListWebhookDeliveries.d.ts +0 -25
  5341. package/dist/esm/funcs/webhooksListWebhookDeliveries.d.ts.map +0 -1
  5342. package/dist/esm/funcs/webhooksListWebhookDeliveries.js +0 -136
  5343. package/dist/esm/funcs/webhooksListWebhookDeliveries.js.map +0 -1
  5344. package/dist/esm/funcs/webhooksListWebhookEndpoints.d.ts +0 -23
  5345. package/dist/esm/funcs/webhooksListWebhookEndpoints.d.ts.map +0 -1
  5346. package/dist/esm/funcs/webhooksListWebhookEndpoints.js +0 -128
  5347. package/dist/esm/funcs/webhooksListWebhookEndpoints.js.map +0 -1
  5348. package/dist/esm/funcs/webhooksRedeliverWebhookEvent.d.ts +0 -21
  5349. package/dist/esm/funcs/webhooksRedeliverWebhookEvent.d.ts.map +0 -1
  5350. package/dist/esm/funcs/webhooksRedeliverWebhookEvent.js +0 -92
  5351. package/dist/esm/funcs/webhooksRedeliverWebhookEvent.js.map +0 -1
  5352. package/dist/esm/funcs/webhooksResetWebhookEndpointSecret.d.ts +0 -22
  5353. package/dist/esm/funcs/webhooksResetWebhookEndpointSecret.d.ts.map +0 -1
  5354. package/dist/esm/funcs/webhooksResetWebhookEndpointSecret.js +0 -93
  5355. package/dist/esm/funcs/webhooksResetWebhookEndpointSecret.js.map +0 -1
  5356. package/dist/esm/funcs/webhooksUpdateWebhookEndpoint.d.ts +0 -22
  5357. package/dist/esm/funcs/webhooksUpdateWebhookEndpoint.d.ts.map +0 -1
  5358. package/dist/esm/funcs/webhooksUpdateWebhookEndpoint.js +0 -96
  5359. package/dist/esm/funcs/webhooksUpdateWebhookEndpoint.js.map +0 -1
  5360. package/dist/esm/hooks/hooks.d.ts +0 -24
  5361. package/dist/esm/hooks/hooks.d.ts.map +0 -1
  5362. package/dist/esm/hooks/hooks.js +0 -82
  5363. package/dist/esm/hooks/hooks.js.map +0 -1
  5364. package/dist/esm/hooks/registration.d.ts +0 -3
  5365. package/dist/esm/hooks/registration.d.ts.map +0 -1
  5366. package/dist/esm/hooks/registration.js +0 -12
  5367. package/dist/esm/hooks/registration.js.map +0 -1
  5368. package/dist/esm/hooks/types.d.ts +0 -82
  5369. package/dist/esm/hooks/types.d.ts.map +0 -1
  5370. package/dist/esm/hooks/types.js +0 -5
  5371. package/dist/esm/hooks/types.js.map +0 -1
  5372. package/dist/esm/index.d.ts +0 -6
  5373. package/dist/esm/index.d.ts.map +0 -1
  5374. package/dist/esm/index.js +0 -8
  5375. package/dist/esm/index.js.map +0 -1
  5376. package/dist/esm/lib/base64.d.ts +0 -10
  5377. package/dist/esm/lib/base64.d.ts.map +0 -1
  5378. package/dist/esm/lib/base64.js +0 -31
  5379. package/dist/esm/lib/base64.js.map +0 -1
  5380. package/dist/esm/lib/config.d.ts +0 -49
  5381. package/dist/esm/lib/config.d.ts.map +0 -1
  5382. package/dist/esm/lib/config.js +0 -37
  5383. package/dist/esm/lib/config.js.map +0 -1
  5384. package/dist/esm/lib/dlv.d.ts +0 -14
  5385. package/dist/esm/lib/dlv.d.ts.map +0 -1
  5386. package/dist/esm/lib/dlv.js +0 -46
  5387. package/dist/esm/lib/dlv.js.map +0 -1
  5388. package/dist/esm/lib/encodings.d.ts +0 -54
  5389. package/dist/esm/lib/encodings.d.ts.map +0 -1
  5390. package/dist/esm/lib/encodings.js +0 -386
  5391. package/dist/esm/lib/encodings.js.map +0 -1
  5392. package/dist/esm/lib/env.d.ts +0 -15
  5393. package/dist/esm/lib/env.d.ts.map +0 -1
  5394. package/dist/esm/lib/env.js +0 -44
  5395. package/dist/esm/lib/env.js.map +0 -1
  5396. package/dist/esm/lib/files.d.ts +0 -26
  5397. package/dist/esm/lib/files.d.ts.map +0 -1
  5398. package/dist/esm/lib/files.js +0 -91
  5399. package/dist/esm/lib/files.js.map +0 -1
  5400. package/dist/esm/lib/http.d.ts +0 -67
  5401. package/dist/esm/lib/http.d.ts.map +0 -1
  5402. package/dist/esm/lib/http.js +0 -207
  5403. package/dist/esm/lib/http.js.map +0 -1
  5404. package/dist/esm/lib/is-plain-object.d.ts +0 -2
  5405. package/dist/esm/lib/is-plain-object.d.ts.map +0 -1
  5406. package/dist/esm/lib/is-plain-object.js +0 -38
  5407. package/dist/esm/lib/is-plain-object.js.map +0 -1
  5408. package/dist/esm/lib/logger.d.ts +0 -6
  5409. package/dist/esm/lib/logger.d.ts.map +0 -1
  5410. package/dist/esm/lib/logger.js +0 -5
  5411. package/dist/esm/lib/logger.js.map +0 -1
  5412. package/dist/esm/lib/matchers.d.ts +0 -59
  5413. package/dist/esm/lib/matchers.d.ts.map +0 -1
  5414. package/dist/esm/lib/matchers.js +0 -198
  5415. package/dist/esm/lib/matchers.js.map +0 -1
  5416. package/dist/esm/lib/primitives.d.ts +0 -26
  5417. package/dist/esm/lib/primitives.d.ts.map +0 -1
  5418. package/dist/esm/lib/primitives.js +0 -103
  5419. package/dist/esm/lib/primitives.js.map +0 -1
  5420. package/dist/esm/lib/retries.d.ts +0 -38
  5421. package/dist/esm/lib/retries.d.ts.map +0 -1
  5422. package/dist/esm/lib/retries.js +0 -147
  5423. package/dist/esm/lib/retries.js.map +0 -1
  5424. package/dist/esm/lib/schemas.d.ts +0 -21
  5425. package/dist/esm/lib/schemas.d.ts.map +0 -1
  5426. package/dist/esm/lib/schemas.js +0 -57
  5427. package/dist/esm/lib/schemas.js.map +0 -1
  5428. package/dist/esm/lib/sdks.d.ts +0 -63
  5429. package/dist/esm/lib/sdks.d.ts.map +0 -1
  5430. package/dist/esm/lib/sdks.js +0 -272
  5431. package/dist/esm/lib/sdks.js.map +0 -1
  5432. package/dist/esm/lib/security.d.ts +0 -83
  5433. package/dist/esm/lib/security.d.ts.map +0 -1
  5434. package/dist/esm/lib/security.js +0 -147
  5435. package/dist/esm/lib/security.js.map +0 -1
  5436. package/dist/esm/lib/url.d.ts +0 -5
  5437. package/dist/esm/lib/url.d.ts.map +0 -1
  5438. package/dist/esm/lib/url.js +0 -24
  5439. package/dist/esm/lib/url.js.map +0 -1
  5440. package/dist/esm/models/components/address.d.ts +0 -284
  5441. package/dist/esm/models/components/address.d.ts.map +0 -1
  5442. package/dist/esm/models/components/address.js +0 -295
  5443. package/dist/esm/models/components/address.js.map +0 -1
  5444. package/dist/esm/models/components/addressdict.d.ts +0 -15
  5445. package/dist/esm/models/components/addressdict.d.ts.map +0 -1
  5446. package/dist/esm/models/components/addressdict.js +0 -24
  5447. package/dist/esm/models/components/addressdict.js.map +0 -1
  5448. package/dist/esm/models/components/addressinput.d.ts +0 -272
  5449. package/dist/esm/models/components/addressinput.d.ts.map +0 -1
  5450. package/dist/esm/models/components/addressinput.js +0 -270
  5451. package/dist/esm/models/components/addressinput.js.map +0 -1
  5452. package/dist/esm/models/components/aggregationfunction.d.ts +0 -14
  5453. package/dist/esm/models/components/aggregationfunction.d.ts.map +0 -1
  5454. package/dist/esm/models/components/aggregationfunction.js +0 -15
  5455. package/dist/esm/models/components/aggregationfunction.js.map +0 -1
  5456. package/dist/esm/models/components/attachedcustomfield.d.ts +0 -36
  5457. package/dist/esm/models/components/attachedcustomfield.d.ts.map +0 -1
  5458. package/dist/esm/models/components/attachedcustomfield.js +0 -38
  5459. package/dist/esm/models/components/attachedcustomfield.js.map +0 -1
  5460. package/dist/esm/models/components/attachedcustomfieldcreate.d.ts +0 -23
  5461. package/dist/esm/models/components/attachedcustomfieldcreate.d.ts.map +0 -1
  5462. package/dist/esm/models/components/attachedcustomfieldcreate.js +0 -18
  5463. package/dist/esm/models/components/attachedcustomfieldcreate.js.map +0 -1
  5464. package/dist/esm/models/components/authorizationcodetokenrequest.d.ts +0 -20
  5465. package/dist/esm/models/components/authorizationcodetokenrequest.d.ts.map +0 -1
  5466. package/dist/esm/models/components/authorizationcodetokenrequest.js +0 -24
  5467. package/dist/esm/models/components/authorizationcodetokenrequest.js.map +0 -1
  5468. package/dist/esm/models/components/authorizeorganization.d.ts +0 -12
  5469. package/dist/esm/models/components/authorizeorganization.d.ts.map +0 -1
  5470. package/dist/esm/models/components/authorizeorganization.js +0 -20
  5471. package/dist/esm/models/components/authorizeorganization.js.map +0 -1
  5472. package/dist/esm/models/components/authorizeresponseorganization.d.ts +0 -20
  5473. package/dist/esm/models/components/authorizeresponseorganization.d.ts.map +0 -1
  5474. package/dist/esm/models/components/authorizeresponseorganization.js +0 -27
  5475. package/dist/esm/models/components/authorizeresponseorganization.js.map +0 -1
  5476. package/dist/esm/models/components/authorizeresponseuser.d.ts +0 -19
  5477. package/dist/esm/models/components/authorizeresponseuser.d.ts.map +0 -1
  5478. package/dist/esm/models/components/authorizeresponseuser.js +0 -26
  5479. package/dist/esm/models/components/authorizeresponseuser.js.map +0 -1
  5480. package/dist/esm/models/components/authorizeuser.d.ts +0 -12
  5481. package/dist/esm/models/components/authorizeuser.d.ts.map +0 -1
  5482. package/dist/esm/models/components/authorizeuser.js +0 -20
  5483. package/dist/esm/models/components/authorizeuser.js.map +0 -1
  5484. package/dist/esm/models/components/availablescope.d.ts +0 -70
  5485. package/dist/esm/models/components/availablescope.d.ts.map +0 -1
  5486. package/dist/esm/models/components/availablescope.js +0 -71
  5487. package/dist/esm/models/components/availablescope.js.map +0 -1
  5488. package/dist/esm/models/components/balancecreditorderevent.d.ts +0 -67
  5489. package/dist/esm/models/components/balancecreditorderevent.d.ts.map +0 -1
  5490. package/dist/esm/models/components/balancecreditorderevent.js +0 -39
  5491. package/dist/esm/models/components/balancecreditorderevent.js.map +0 -1
  5492. package/dist/esm/models/components/balancecreditordermetadata.d.ts +0 -19
  5493. package/dist/esm/models/components/balancecreditordermetadata.d.ts.map +0 -1
  5494. package/dist/esm/models/components/balancecreditordermetadata.js +0 -33
  5495. package/dist/esm/models/components/balancecreditordermetadata.js.map +0 -1
  5496. package/dist/esm/models/components/balancedisputeevent.d.ts +0 -67
  5497. package/dist/esm/models/components/balancedisputeevent.d.ts.map +0 -1
  5498. package/dist/esm/models/components/balancedisputeevent.js +0 -39
  5499. package/dist/esm/models/components/balancedisputeevent.js.map +0 -1
  5500. package/dist/esm/models/components/balancedisputemetadata.d.ts +0 -24
  5501. package/dist/esm/models/components/balancedisputemetadata.d.ts.map +0 -1
  5502. package/dist/esm/models/components/balancedisputemetadata.js +0 -43
  5503. package/dist/esm/models/components/balancedisputemetadata.js.map +0 -1
  5504. package/dist/esm/models/components/balancedisputereversalevent.d.ts +0 -67
  5505. package/dist/esm/models/components/balancedisputereversalevent.d.ts.map +0 -1
  5506. package/dist/esm/models/components/balancedisputereversalevent.js +0 -39
  5507. package/dist/esm/models/components/balancedisputereversalevent.js.map +0 -1
  5508. package/dist/esm/models/components/balanceorderevent.d.ts +0 -67
  5509. package/dist/esm/models/components/balanceorderevent.d.ts.map +0 -1
  5510. package/dist/esm/models/components/balanceorderevent.js +0 -39
  5511. package/dist/esm/models/components/balanceorderevent.js.map +0 -1
  5512. package/dist/esm/models/components/balanceordermetadata.d.ts +0 -23
  5513. package/dist/esm/models/components/balanceordermetadata.d.ts.map +0 -1
  5514. package/dist/esm/models/components/balanceordermetadata.js +0 -41
  5515. package/dist/esm/models/components/balanceordermetadata.js.map +0 -1
  5516. package/dist/esm/models/components/balancerefundevent.d.ts +0 -67
  5517. package/dist/esm/models/components/balancerefundevent.d.ts.map +0 -1
  5518. package/dist/esm/models/components/balancerefundevent.js +0 -39
  5519. package/dist/esm/models/components/balancerefundevent.js.map +0 -1
  5520. package/dist/esm/models/components/balancerefundmetadata.d.ts +0 -25
  5521. package/dist/esm/models/components/balancerefundmetadata.d.ts.map +0 -1
  5522. package/dist/esm/models/components/balancerefundmetadata.js +0 -45
  5523. package/dist/esm/models/components/balancerefundmetadata.js.map +0 -1
  5524. package/dist/esm/models/components/balancerefundreversalevent.d.ts +0 -67
  5525. package/dist/esm/models/components/balancerefundreversalevent.d.ts.map +0 -1
  5526. package/dist/esm/models/components/balancerefundreversalevent.js +0 -39
  5527. package/dist/esm/models/components/balancerefundreversalevent.js.map +0 -1
  5528. package/dist/esm/models/components/benefit.d.ts +0 -20
  5529. package/dist/esm/models/components/benefit.d.ts.map +0 -1
  5530. package/dist/esm/models/components/benefit.js +0 -39
  5531. package/dist/esm/models/components/benefit.js.map +0 -1
  5532. package/dist/esm/models/components/benefitcreate.d.ts +0 -15
  5533. package/dist/esm/models/components/benefitcreate.d.ts.map +0 -1
  5534. package/dist/esm/models/components/benefitcreate.js +0 -25
  5535. package/dist/esm/models/components/benefitcreate.js.map +0 -1
  5536. package/dist/esm/models/components/benefitcustom.d.ts +0 -77
  5537. package/dist/esm/models/components/benefitcustom.d.ts.map +0 -1
  5538. package/dist/esm/models/components/benefitcustom.js +0 -57
  5539. package/dist/esm/models/components/benefitcustom.js.map +0 -1
  5540. package/dist/esm/models/components/benefitcustomcreate.d.ts +0 -58
  5541. package/dist/esm/models/components/benefitcustomcreate.d.ts.map +0 -1
  5542. package/dist/esm/models/components/benefitcustomcreate.js +0 -28
  5543. package/dist/esm/models/components/benefitcustomcreate.js.map +0 -1
  5544. package/dist/esm/models/components/benefitcustomcreateproperties.d.ts +0 -15
  5545. package/dist/esm/models/components/benefitcustomcreateproperties.d.ts.map +0 -1
  5546. package/dist/esm/models/components/benefitcustomcreateproperties.js +0 -12
  5547. package/dist/esm/models/components/benefitcustomcreateproperties.js.map +0 -1
  5548. package/dist/esm/models/components/benefitcustomproperties.d.ts +0 -20
  5549. package/dist/esm/models/components/benefitcustomproperties.d.ts.map +0 -1
  5550. package/dist/esm/models/components/benefitcustomproperties.js +0 -20
  5551. package/dist/esm/models/components/benefitcustomproperties.js.map +0 -1
  5552. package/dist/esm/models/components/benefitcustomsubscriber.d.ts +0 -53
  5553. package/dist/esm/models/components/benefitcustomsubscriber.d.ts.map +0 -1
  5554. package/dist/esm/models/components/benefitcustomsubscriber.js +0 -35
  5555. package/dist/esm/models/components/benefitcustomsubscriber.js.map +0 -1
  5556. package/dist/esm/models/components/benefitcustomsubscriberproperties.d.ts +0 -13
  5557. package/dist/esm/models/components/benefitcustomsubscriberproperties.d.ts.map +0 -1
  5558. package/dist/esm/models/components/benefitcustomsubscriberproperties.js +0 -13
  5559. package/dist/esm/models/components/benefitcustomsubscriberproperties.js.map +0 -1
  5560. package/dist/esm/models/components/benefitcustomupdate.d.ts +0 -47
  5561. package/dist/esm/models/components/benefitcustomupdate.d.ts.map +0 -1
  5562. package/dist/esm/models/components/benefitcustomupdate.js +0 -22
  5563. package/dist/esm/models/components/benefitcustomupdate.js.map +0 -1
  5564. package/dist/esm/models/components/benefitcycledevent.d.ts +0 -67
  5565. package/dist/esm/models/components/benefitcycledevent.d.ts.map +0 -1
  5566. package/dist/esm/models/components/benefitcycledevent.js +0 -39
  5567. package/dist/esm/models/components/benefitcycledevent.js.map +0 -1
  5568. package/dist/esm/models/components/benefitdiscord.d.ts +0 -77
  5569. package/dist/esm/models/components/benefitdiscord.d.ts.map +0 -1
  5570. package/dist/esm/models/components/benefitdiscord.js +0 -57
  5571. package/dist/esm/models/components/benefitdiscord.js.map +0 -1
  5572. package/dist/esm/models/components/benefitdiscordcreate.d.ts +0 -55
  5573. package/dist/esm/models/components/benefitdiscordcreate.d.ts.map +0 -1
  5574. package/dist/esm/models/components/benefitdiscordcreate.js +0 -28
  5575. package/dist/esm/models/components/benefitdiscordcreate.js.map +0 -1
  5576. package/dist/esm/models/components/benefitdiscordcreateproperties.d.ts +0 -25
  5577. package/dist/esm/models/components/benefitdiscordcreateproperties.d.ts.map +0 -1
  5578. package/dist/esm/models/components/benefitdiscordcreateproperties.js +0 -21
  5579. package/dist/esm/models/components/benefitdiscordcreateproperties.js.map +0 -1
  5580. package/dist/esm/models/components/benefitdiscordproperties.d.ts +0 -35
  5581. package/dist/esm/models/components/benefitdiscordproperties.d.ts.map +0 -1
  5582. package/dist/esm/models/components/benefitdiscordproperties.js +0 -41
  5583. package/dist/esm/models/components/benefitdiscordproperties.js.map +0 -1
  5584. package/dist/esm/models/components/benefitdiscordsubscriber.d.ts +0 -53
  5585. package/dist/esm/models/components/benefitdiscordsubscriber.d.ts.map +0 -1
  5586. package/dist/esm/models/components/benefitdiscordsubscriber.js +0 -35
  5587. package/dist/esm/models/components/benefitdiscordsubscriber.js.map +0 -1
  5588. package/dist/esm/models/components/benefitdiscordsubscriberproperties.d.ts +0 -16
  5589. package/dist/esm/models/components/benefitdiscordsubscriberproperties.d.ts.map +0 -1
  5590. package/dist/esm/models/components/benefitdiscordsubscriberproperties.js +0 -18
  5591. package/dist/esm/models/components/benefitdiscordsubscriberproperties.js.map +0 -1
  5592. package/dist/esm/models/components/benefitdiscordupdate.d.ts +0 -47
  5593. package/dist/esm/models/components/benefitdiscordupdate.d.ts.map +0 -1
  5594. package/dist/esm/models/components/benefitdiscordupdate.js +0 -22
  5595. package/dist/esm/models/components/benefitdiscordupdate.js.map +0 -1
  5596. package/dist/esm/models/components/benefitdownloadables.d.ts +0 -67
  5597. package/dist/esm/models/components/benefitdownloadables.d.ts.map +0 -1
  5598. package/dist/esm/models/components/benefitdownloadables.js +0 -57
  5599. package/dist/esm/models/components/benefitdownloadables.js.map +0 -1
  5600. package/dist/esm/models/components/benefitdownloadablescreate.d.ts +0 -52
  5601. package/dist/esm/models/components/benefitdownloadablescreate.d.ts.map +0 -1
  5602. package/dist/esm/models/components/benefitdownloadablescreate.js +0 -28
  5603. package/dist/esm/models/components/benefitdownloadablescreate.js.map +0 -1
  5604. package/dist/esm/models/components/benefitdownloadablescreateproperties.d.ts +0 -18
  5605. package/dist/esm/models/components/benefitdownloadablescreateproperties.d.ts.map +0 -1
  5606. package/dist/esm/models/components/benefitdownloadablescreateproperties.js +0 -13
  5607. package/dist/esm/models/components/benefitdownloadablescreateproperties.js.map +0 -1
  5608. package/dist/esm/models/components/benefitdownloadablesproperties.d.ts +0 -23
  5609. package/dist/esm/models/components/benefitdownloadablesproperties.d.ts.map +0 -1
  5610. package/dist/esm/models/components/benefitdownloadablesproperties.js +0 -22
  5611. package/dist/esm/models/components/benefitdownloadablesproperties.js.map +0 -1
  5612. package/dist/esm/models/components/benefitdownloadablessubscriber.d.ts +0 -50
  5613. package/dist/esm/models/components/benefitdownloadablessubscriber.d.ts.map +0 -1
  5614. package/dist/esm/models/components/benefitdownloadablessubscriber.js +0 -35
  5615. package/dist/esm/models/components/benefitdownloadablessubscriber.js.map +0 -1
  5616. package/dist/esm/models/components/benefitdownloadablessubscriberproperties.d.ts +0 -10
  5617. package/dist/esm/models/components/benefitdownloadablessubscriberproperties.d.ts.map +0 -1
  5618. package/dist/esm/models/components/benefitdownloadablessubscriberproperties.js +0 -18
  5619. package/dist/esm/models/components/benefitdownloadablessubscriberproperties.js.map +0 -1
  5620. package/dist/esm/models/components/benefitdownloadablesupdate.d.ts +0 -47
  5621. package/dist/esm/models/components/benefitdownloadablesupdate.d.ts.map +0 -1
  5622. package/dist/esm/models/components/benefitdownloadablesupdate.js +0 -22
  5623. package/dist/esm/models/components/benefitdownloadablesupdate.js.map +0 -1
  5624. package/dist/esm/models/components/benefitfeatureflag.d.ts +0 -78
  5625. package/dist/esm/models/components/benefitfeatureflag.d.ts.map +0 -1
  5626. package/dist/esm/models/components/benefitfeatureflag.js +0 -57
  5627. package/dist/esm/models/components/benefitfeatureflag.js.map +0 -1
  5628. package/dist/esm/models/components/benefitfeatureflagcreate.d.ts +0 -58
  5629. package/dist/esm/models/components/benefitfeatureflagcreate.d.ts.map +0 -1
  5630. package/dist/esm/models/components/benefitfeatureflagcreate.js +0 -28
  5631. package/dist/esm/models/components/benefitfeatureflagcreate.js.map +0 -1
  5632. package/dist/esm/models/components/benefitfeatureflagcreateproperties.d.ts +0 -11
  5633. package/dist/esm/models/components/benefitfeatureflagcreateproperties.d.ts.map +0 -1
  5634. package/dist/esm/models/components/benefitfeatureflagcreateproperties.js +0 -10
  5635. package/dist/esm/models/components/benefitfeatureflagcreateproperties.js.map +0 -1
  5636. package/dist/esm/models/components/benefitfeatureflagproperties.d.ts +0 -16
  5637. package/dist/esm/models/components/benefitfeatureflagproperties.d.ts.map +0 -1
  5638. package/dist/esm/models/components/benefitfeatureflagproperties.js +0 -16
  5639. package/dist/esm/models/components/benefitfeatureflagproperties.js.map +0 -1
  5640. package/dist/esm/models/components/benefitfeatureflagsubscriber.d.ts +0 -53
  5641. package/dist/esm/models/components/benefitfeatureflagsubscriber.d.ts.map +0 -1
  5642. package/dist/esm/models/components/benefitfeatureflagsubscriber.js +0 -35
  5643. package/dist/esm/models/components/benefitfeatureflagsubscriber.js.map +0 -1
  5644. package/dist/esm/models/components/benefitfeatureflagsubscriberproperties.d.ts +0 -11
  5645. package/dist/esm/models/components/benefitfeatureflagsubscriberproperties.d.ts.map +0 -1
  5646. package/dist/esm/models/components/benefitfeatureflagsubscriberproperties.js +0 -11
  5647. package/dist/esm/models/components/benefitfeatureflagsubscriberproperties.js.map +0 -1
  5648. package/dist/esm/models/components/benefitfeatureflagupdate.d.ts +0 -47
  5649. package/dist/esm/models/components/benefitfeatureflagupdate.d.ts.map +0 -1
  5650. package/dist/esm/models/components/benefitfeatureflagupdate.js +0 -22
  5651. package/dist/esm/models/components/benefitfeatureflagupdate.js.map +0 -1
  5652. package/dist/esm/models/components/benefitgithubrepository.d.ts +0 -77
  5653. package/dist/esm/models/components/benefitgithubrepository.d.ts.map +0 -1
  5654. package/dist/esm/models/components/benefitgithubrepository.js +0 -57
  5655. package/dist/esm/models/components/benefitgithubrepository.js.map +0 -1
  5656. package/dist/esm/models/components/benefitgithubrepositorycreate.d.ts +0 -55
  5657. package/dist/esm/models/components/benefitgithubrepositorycreate.d.ts.map +0 -1
  5658. package/dist/esm/models/components/benefitgithubrepositorycreate.js +0 -28
  5659. package/dist/esm/models/components/benefitgithubrepositorycreate.js.map +0 -1
  5660. package/dist/esm/models/components/benefitgithubrepositorycreateproperties.d.ts +0 -45
  5661. package/dist/esm/models/components/benefitgithubrepositorycreateproperties.d.ts.map +0 -1
  5662. package/dist/esm/models/components/benefitgithubrepositorycreateproperties.js +0 -33
  5663. package/dist/esm/models/components/benefitgithubrepositorycreateproperties.js.map +0 -1
  5664. package/dist/esm/models/components/benefitgithubrepositoryproperties.d.ts +0 -52
  5665. package/dist/esm/models/components/benefitgithubrepositoryproperties.d.ts.map +0 -1
  5666. package/dist/esm/models/components/benefitgithubrepositoryproperties.js +0 -50
  5667. package/dist/esm/models/components/benefitgithubrepositoryproperties.js.map +0 -1
  5668. package/dist/esm/models/components/benefitgithubrepositorysubscriber.d.ts +0 -53
  5669. package/dist/esm/models/components/benefitgithubrepositorysubscriber.d.ts.map +0 -1
  5670. package/dist/esm/models/components/benefitgithubrepositorysubscriber.js +0 -35
  5671. package/dist/esm/models/components/benefitgithubrepositorysubscriber.js.map +0 -1
  5672. package/dist/esm/models/components/benefitgithubrepositorysubscriberproperties.d.ts +0 -20
  5673. package/dist/esm/models/components/benefitgithubrepositorysubscriberproperties.d.ts.map +0 -1
  5674. package/dist/esm/models/components/benefitgithubrepositorysubscriberproperties.js +0 -20
  5675. package/dist/esm/models/components/benefitgithubrepositorysubscriberproperties.js.map +0 -1
  5676. package/dist/esm/models/components/benefitgithubrepositoryupdate.d.ts +0 -47
  5677. package/dist/esm/models/components/benefitgithubrepositoryupdate.d.ts.map +0 -1
  5678. package/dist/esm/models/components/benefitgithubrepositoryupdate.js +0 -22
  5679. package/dist/esm/models/components/benefitgithubrepositoryupdate.js.map +0 -1
  5680. package/dist/esm/models/components/benefitgrant.d.ts +0 -79
  5681. package/dist/esm/models/components/benefitgrant.d.ts.map +0 -1
  5682. package/dist/esm/models/components/benefitgrant.js +0 -74
  5683. package/dist/esm/models/components/benefitgrant.js.map +0 -1
  5684. package/dist/esm/models/components/benefitgrantcustomproperties.d.ts +0 -13
  5685. package/dist/esm/models/components/benefitgrantcustomproperties.d.ts.map +0 -1
  5686. package/dist/esm/models/components/benefitgrantcustomproperties.js +0 -16
  5687. package/dist/esm/models/components/benefitgrantcustomproperties.js.map +0 -1
  5688. package/dist/esm/models/components/benefitgrantcustomwebhook.d.ts +0 -102
  5689. package/dist/esm/models/components/benefitgrantcustomwebhook.d.ts.map +0 -1
  5690. package/dist/esm/models/components/benefitgrantcustomwebhook.js +0 -90
  5691. package/dist/esm/models/components/benefitgrantcustomwebhook.js.map +0 -1
  5692. package/dist/esm/models/components/benefitgrantdiscordproperties.d.ts +0 -23
  5693. package/dist/esm/models/components/benefitgrantdiscordproperties.d.ts.map +0 -1
  5694. package/dist/esm/models/components/benefitgrantdiscordproperties.js +0 -41
  5695. package/dist/esm/models/components/benefitgrantdiscordproperties.js.map +0 -1
  5696. package/dist/esm/models/components/benefitgrantdiscordwebhook.d.ts +0 -102
  5697. package/dist/esm/models/components/benefitgrantdiscordwebhook.d.ts.map +0 -1
  5698. package/dist/esm/models/components/benefitgrantdiscordwebhook.js +0 -90
  5699. package/dist/esm/models/components/benefitgrantdiscordwebhook.js.map +0 -1
  5700. package/dist/esm/models/components/benefitgrantdownloadablesproperties.d.ts +0 -17
  5701. package/dist/esm/models/components/benefitgrantdownloadablesproperties.d.ts.map +0 -1
  5702. package/dist/esm/models/components/benefitgrantdownloadablesproperties.js +0 -20
  5703. package/dist/esm/models/components/benefitgrantdownloadablesproperties.js.map +0 -1
  5704. package/dist/esm/models/components/benefitgrantdownloadableswebhook.d.ts +0 -95
  5705. package/dist/esm/models/components/benefitgrantdownloadableswebhook.d.ts.map +0 -1
  5706. package/dist/esm/models/components/benefitgrantdownloadableswebhook.js +0 -90
  5707. package/dist/esm/models/components/benefitgrantdownloadableswebhook.js.map +0 -1
  5708. package/dist/esm/models/components/benefitgrantedevent.d.ts +0 -67
  5709. package/dist/esm/models/components/benefitgrantedevent.d.ts.map +0 -1
  5710. package/dist/esm/models/components/benefitgrantedevent.js +0 -39
  5711. package/dist/esm/models/components/benefitgrantedevent.js.map +0 -1
  5712. package/dist/esm/models/components/benefitgranterror.d.ts +0 -21
  5713. package/dist/esm/models/components/benefitgranterror.d.ts.map +0 -1
  5714. package/dist/esm/models/components/benefitgranterror.js +0 -24
  5715. package/dist/esm/models/components/benefitgranterror.js.map +0 -1
  5716. package/dist/esm/models/components/benefitgrantfeatureflagproperties.d.ts +0 -13
  5717. package/dist/esm/models/components/benefitgrantfeatureflagproperties.d.ts.map +0 -1
  5718. package/dist/esm/models/components/benefitgrantfeatureflagproperties.js +0 -16
  5719. package/dist/esm/models/components/benefitgrantfeatureflagproperties.js.map +0 -1
  5720. package/dist/esm/models/components/benefitgrantfeatureflagwebhook.d.ts +0 -103
  5721. package/dist/esm/models/components/benefitgrantfeatureflagwebhook.d.ts.map +0 -1
  5722. package/dist/esm/models/components/benefitgrantfeatureflagwebhook.js +0 -90
  5723. package/dist/esm/models/components/benefitgrantfeatureflagwebhook.js.map +0 -1
  5724. package/dist/esm/models/components/benefitgrantgithubrepositoryproperties.d.ts +0 -38
  5725. package/dist/esm/models/components/benefitgrantgithubrepositoryproperties.d.ts.map +0 -1
  5726. package/dist/esm/models/components/benefitgrantgithubrepositoryproperties.js +0 -55
  5727. package/dist/esm/models/components/benefitgrantgithubrepositoryproperties.js.map +0 -1
  5728. package/dist/esm/models/components/benefitgrantgithubrepositorywebhook.d.ts +0 -102
  5729. package/dist/esm/models/components/benefitgrantgithubrepositorywebhook.d.ts.map +0 -1
  5730. package/dist/esm/models/components/benefitgrantgithubrepositorywebhook.js +0 -90
  5731. package/dist/esm/models/components/benefitgrantgithubrepositorywebhook.js.map +0 -1
  5732. package/dist/esm/models/components/benefitgrantlicensekeysproperties.d.ts +0 -21
  5733. package/dist/esm/models/components/benefitgrantlicensekeysproperties.d.ts.map +0 -1
  5734. package/dist/esm/models/components/benefitgrantlicensekeysproperties.js +0 -37
  5735. package/dist/esm/models/components/benefitgrantlicensekeysproperties.js.map +0 -1
  5736. package/dist/esm/models/components/benefitgrantlicensekeyswebhook.d.ts +0 -95
  5737. package/dist/esm/models/components/benefitgrantlicensekeyswebhook.d.ts.map +0 -1
  5738. package/dist/esm/models/components/benefitgrantlicensekeyswebhook.js +0 -90
  5739. package/dist/esm/models/components/benefitgrantlicensekeyswebhook.js.map +0 -1
  5740. package/dist/esm/models/components/benefitgrantmetadata.d.ts +0 -14
  5741. package/dist/esm/models/components/benefitgrantmetadata.d.ts.map +0 -1
  5742. package/dist/esm/models/components/benefitgrantmetadata.js +0 -25
  5743. package/dist/esm/models/components/benefitgrantmetadata.js.map +0 -1
  5744. package/dist/esm/models/components/benefitgrantmetercreditproperties.d.ts +0 -21
  5745. package/dist/esm/models/components/benefitgrantmetercreditproperties.d.ts.map +0 -1
  5746. package/dist/esm/models/components/benefitgrantmetercreditproperties.js +0 -37
  5747. package/dist/esm/models/components/benefitgrantmetercreditproperties.js.map +0 -1
  5748. package/dist/esm/models/components/benefitgrantmetercreditwebhook.d.ts +0 -102
  5749. package/dist/esm/models/components/benefitgrantmetercreditwebhook.d.ts.map +0 -1
  5750. package/dist/esm/models/components/benefitgrantmetercreditwebhook.js +0 -90
  5751. package/dist/esm/models/components/benefitgrantmetercreditwebhook.js.map +0 -1
  5752. package/dist/esm/models/components/benefitgrantsortproperty.d.ts +0 -14
  5753. package/dist/esm/models/components/benefitgrantsortproperty.d.ts.map +0 -1
  5754. package/dist/esm/models/components/benefitgrantsortproperty.js +0 -15
  5755. package/dist/esm/models/components/benefitgrantsortproperty.js.map +0 -1
  5756. package/dist/esm/models/components/benefitgrantwebhook.d.ts +0 -20
  5757. package/dist/esm/models/components/benefitgrantwebhook.d.ts.map +0 -1
  5758. package/dist/esm/models/components/benefitgrantwebhook.js +0 -39
  5759. package/dist/esm/models/components/benefitgrantwebhook.js.map +0 -1
  5760. package/dist/esm/models/components/benefitlicensekeyactivationcreateproperties.d.ts +0 -14
  5761. package/dist/esm/models/components/benefitlicensekeyactivationcreateproperties.d.ts.map +0 -1
  5762. package/dist/esm/models/components/benefitlicensekeyactivationcreateproperties.js +0 -18
  5763. package/dist/esm/models/components/benefitlicensekeyactivationcreateproperties.js.map +0 -1
  5764. package/dist/esm/models/components/benefitlicensekeyactivationproperties.d.ts +0 -19
  5765. package/dist/esm/models/components/benefitlicensekeyactivationproperties.d.ts.map +0 -1
  5766. package/dist/esm/models/components/benefitlicensekeyactivationproperties.js +0 -31
  5767. package/dist/esm/models/components/benefitlicensekeyactivationproperties.js.map +0 -1
  5768. package/dist/esm/models/components/benefitlicensekeyexpirationproperties.d.ts +0 -30
  5769. package/dist/esm/models/components/benefitlicensekeyexpirationproperties.d.ts.map +0 -1
  5770. package/dist/esm/models/components/benefitlicensekeyexpirationproperties.js +0 -32
  5771. package/dist/esm/models/components/benefitlicensekeyexpirationproperties.js.map +0 -1
  5772. package/dist/esm/models/components/benefitlicensekeys.d.ts +0 -67
  5773. package/dist/esm/models/components/benefitlicensekeys.d.ts.map +0 -1
  5774. package/dist/esm/models/components/benefitlicensekeys.js +0 -57
  5775. package/dist/esm/models/components/benefitlicensekeys.js.map +0 -1
  5776. package/dist/esm/models/components/benefitlicensekeyscreate.d.ts +0 -52
  5777. package/dist/esm/models/components/benefitlicensekeyscreate.d.ts.map +0 -1
  5778. package/dist/esm/models/components/benefitlicensekeyscreate.js +0 -28
  5779. package/dist/esm/models/components/benefitlicensekeyscreate.js.map +0 -1
  5780. package/dist/esm/models/components/benefitlicensekeyscreateproperties.d.ts +0 -20
  5781. package/dist/esm/models/components/benefitlicensekeyscreateproperties.d.ts.map +0 -1
  5782. package/dist/esm/models/components/benefitlicensekeyscreateproperties.js +0 -22
  5783. package/dist/esm/models/components/benefitlicensekeyscreateproperties.js.map +0 -1
  5784. package/dist/esm/models/components/benefitlicensekeysproperties.d.ts +0 -25
  5785. package/dist/esm/models/components/benefitlicensekeysproperties.d.ts.map +0 -1
  5786. package/dist/esm/models/components/benefitlicensekeysproperties.js +0 -37
  5787. package/dist/esm/models/components/benefitlicensekeysproperties.js.map +0 -1
  5788. package/dist/esm/models/components/benefitlicensekeyssubscriber.d.ts +0 -50
  5789. package/dist/esm/models/components/benefitlicensekeyssubscriber.d.ts.map +0 -1
  5790. package/dist/esm/models/components/benefitlicensekeyssubscriber.js +0 -35
  5791. package/dist/esm/models/components/benefitlicensekeyssubscriber.js.map +0 -1
  5792. package/dist/esm/models/components/benefitlicensekeyssubscriberproperties.d.ts +0 -15
  5793. package/dist/esm/models/components/benefitlicensekeyssubscriberproperties.d.ts.map +0 -1
  5794. package/dist/esm/models/components/benefitlicensekeyssubscriberproperties.js +0 -23
  5795. package/dist/esm/models/components/benefitlicensekeyssubscriberproperties.js.map +0 -1
  5796. package/dist/esm/models/components/benefitlicensekeysupdate.d.ts +0 -47
  5797. package/dist/esm/models/components/benefitlicensekeysupdate.d.ts.map +0 -1
  5798. package/dist/esm/models/components/benefitlicensekeysupdate.js +0 -22
  5799. package/dist/esm/models/components/benefitlicensekeysupdate.js.map +0 -1
  5800. package/dist/esm/models/components/benefitmetercredit.d.ts +0 -77
  5801. package/dist/esm/models/components/benefitmetercredit.d.ts.map +0 -1
  5802. package/dist/esm/models/components/benefitmetercredit.js +0 -57
  5803. package/dist/esm/models/components/benefitmetercredit.js.map +0 -1
  5804. package/dist/esm/models/components/benefitmetercreditcreate.d.ts +0 -58
  5805. package/dist/esm/models/components/benefitmetercreditcreate.d.ts.map +0 -1
  5806. package/dist/esm/models/components/benefitmetercreditcreate.js +0 -28
  5807. package/dist/esm/models/components/benefitmetercreditcreate.js.map +0 -1
  5808. package/dist/esm/models/components/benefitmetercreditcreateproperties.d.ts +0 -19
  5809. package/dist/esm/models/components/benefitmetercreditcreateproperties.d.ts.map +0 -1
  5810. package/dist/esm/models/components/benefitmetercreditcreateproperties.js +0 -19
  5811. package/dist/esm/models/components/benefitmetercreditcreateproperties.js.map +0 -1
  5812. package/dist/esm/models/components/benefitmetercreditproperties.d.ts +0 -24
  5813. package/dist/esm/models/components/benefitmetercreditproperties.d.ts.map +0 -1
  5814. package/dist/esm/models/components/benefitmetercreditproperties.js +0 -33
  5815. package/dist/esm/models/components/benefitmetercreditproperties.js.map +0 -1
  5816. package/dist/esm/models/components/benefitmetercreditsubscriber.d.ts +0 -53
  5817. package/dist/esm/models/components/benefitmetercreditsubscriber.d.ts.map +0 -1
  5818. package/dist/esm/models/components/benefitmetercreditsubscriber.js +0 -35
  5819. package/dist/esm/models/components/benefitmetercreditsubscriber.js.map +0 -1
  5820. package/dist/esm/models/components/benefitmetercreditsubscriberproperties.d.ts +0 -15
  5821. package/dist/esm/models/components/benefitmetercreditsubscriberproperties.d.ts.map +0 -1
  5822. package/dist/esm/models/components/benefitmetercreditsubscriberproperties.js +0 -20
  5823. package/dist/esm/models/components/benefitmetercreditsubscriberproperties.js.map +0 -1
  5824. package/dist/esm/models/components/benefitmetercreditupdate.d.ts +0 -47
  5825. package/dist/esm/models/components/benefitmetercreditupdate.d.ts.map +0 -1
  5826. package/dist/esm/models/components/benefitmetercreditupdate.js +0 -22
  5827. package/dist/esm/models/components/benefitmetercreditupdate.js.map +0 -1
  5828. package/dist/esm/models/components/benefitpublic.d.ts +0 -58
  5829. package/dist/esm/models/components/benefitpublic.d.ts.map +0 -1
  5830. package/dist/esm/models/components/benefitpublic.js +0 -52
  5831. package/dist/esm/models/components/benefitpublic.js.map +0 -1
  5832. package/dist/esm/models/components/benefitrevokedevent.d.ts +0 -67
  5833. package/dist/esm/models/components/benefitrevokedevent.d.ts.map +0 -1
  5834. package/dist/esm/models/components/benefitrevokedevent.js +0 -39
  5835. package/dist/esm/models/components/benefitrevokedevent.js.map +0 -1
  5836. package/dist/esm/models/components/benefitsortproperty.d.ts +0 -16
  5837. package/dist/esm/models/components/benefitsortproperty.d.ts.map +0 -1
  5838. package/dist/esm/models/components/benefitsortproperty.js +0 -17
  5839. package/dist/esm/models/components/benefitsortproperty.js.map +0 -1
  5840. package/dist/esm/models/components/benefitsubscriberorganization.d.ts +0 -39
  5841. package/dist/esm/models/components/benefitsubscriberorganization.d.ts.map +0 -1
  5842. package/dist/esm/models/components/benefitsubscriberorganization.js +0 -30
  5843. package/dist/esm/models/components/benefitsubscriberorganization.js.map +0 -1
  5844. package/dist/esm/models/components/benefittype.d.ts +0 -17
  5845. package/dist/esm/models/components/benefittype.d.ts.map +0 -1
  5846. package/dist/esm/models/components/benefittype.js +0 -18
  5847. package/dist/esm/models/components/benefittype.js.map +0 -1
  5848. package/dist/esm/models/components/benefitupdatedevent.d.ts +0 -67
  5849. package/dist/esm/models/components/benefitupdatedevent.d.ts.map +0 -1
  5850. package/dist/esm/models/components/benefitupdatedevent.js +0 -39
  5851. package/dist/esm/models/components/benefitupdatedevent.js.map +0 -1
  5852. package/dist/esm/models/components/billingaddressfieldmode.d.ts +0 -13
  5853. package/dist/esm/models/components/billingaddressfieldmode.d.ts.map +0 -1
  5854. package/dist/esm/models/components/billingaddressfieldmode.js +0 -14
  5855. package/dist/esm/models/components/billingaddressfieldmode.js.map +0 -1
  5856. package/dist/esm/models/components/cardpayment.d.ts +0 -71
  5857. package/dist/esm/models/components/cardpayment.d.ts.map +0 -1
  5858. package/dist/esm/models/components/cardpayment.js +0 -44
  5859. package/dist/esm/models/components/cardpayment.js.map +0 -1
  5860. package/dist/esm/models/components/cardpaymentmetadata.d.ts +0 -20
  5861. package/dist/esm/models/components/cardpaymentmetadata.d.ts.map +0 -1
  5862. package/dist/esm/models/components/cardpaymentmetadata.js +0 -14
  5863. package/dist/esm/models/components/cardpaymentmetadata.js.map +0 -1
  5864. package/dist/esm/models/components/checkout.d.ts +0 -357
  5865. package/dist/esm/models/components/checkout.d.ts.map +0 -1
  5866. package/dist/esm/models/components/checkout.js +0 -371
  5867. package/dist/esm/models/components/checkout.js.map +0 -1
  5868. package/dist/esm/models/components/checkoutbillingaddressfields.d.ts +0 -28
  5869. package/dist/esm/models/components/checkoutbillingaddressfields.d.ts.map +0 -1
  5870. package/dist/esm/models/components/checkoutbillingaddressfields.js +0 -40
  5871. package/dist/esm/models/components/checkoutbillingaddressfields.js.map +0 -1
  5872. package/dist/esm/models/components/checkoutconfirmstripe.d.ts +0 -77
  5873. package/dist/esm/models/components/checkoutconfirmstripe.d.ts.map +0 -1
  5874. package/dist/esm/models/components/checkoutconfirmstripe.js +0 -59
  5875. package/dist/esm/models/components/checkoutconfirmstripe.js.map +0 -1
  5876. package/dist/esm/models/components/checkoutcreate.d.ts +0 -214
  5877. package/dist/esm/models/components/checkoutcreate.d.ts.map +0 -1
  5878. package/dist/esm/models/components/checkoutcreate.js +0 -119
  5879. package/dist/esm/models/components/checkoutcreate.js.map +0 -1
  5880. package/dist/esm/models/components/checkoutcreatedevent.d.ts +0 -67
  5881. package/dist/esm/models/components/checkoutcreatedevent.d.ts.map +0 -1
  5882. package/dist/esm/models/components/checkoutcreatedevent.js +0 -39
  5883. package/dist/esm/models/components/checkoutcreatedevent.js.map +0 -1
  5884. package/dist/esm/models/components/checkoutcreatedmetadata.d.ts +0 -12
  5885. package/dist/esm/models/components/checkoutcreatedmetadata.d.ts.map +0 -1
  5886. package/dist/esm/models/components/checkoutcreatedmetadata.js +0 -22
  5887. package/dist/esm/models/components/checkoutcreatedmetadata.js.map +0 -1
  5888. package/dist/esm/models/components/checkoutdiscountfixedonceforeverduration.d.ts +0 -52
  5889. package/dist/esm/models/components/checkoutdiscountfixedonceforeverduration.d.ts.map +0 -1
  5890. package/dist/esm/models/components/checkoutdiscountfixedonceforeverduration.js +0 -36
  5891. package/dist/esm/models/components/checkoutdiscountfixedonceforeverduration.js.map +0 -1
  5892. package/dist/esm/models/components/checkoutdiscountfixedrepeatduration.d.ts +0 -57
  5893. package/dist/esm/models/components/checkoutdiscountfixedrepeatduration.d.ts.map +0 -1
  5894. package/dist/esm/models/components/checkoutdiscountfixedrepeatduration.js +0 -47
  5895. package/dist/esm/models/components/checkoutdiscountfixedrepeatduration.js.map +0 -1
  5896. package/dist/esm/models/components/checkoutdiscountpercentageonceforeverduration.d.ts +0 -38
  5897. package/dist/esm/models/components/checkoutdiscountpercentageonceforeverduration.d.ts.map +0 -1
  5898. package/dist/esm/models/components/checkoutdiscountpercentageonceforeverduration.js +0 -42
  5899. package/dist/esm/models/components/checkoutdiscountpercentageonceforeverduration.js.map +0 -1
  5900. package/dist/esm/models/components/checkoutdiscountpercentagerepeatduration.d.ts +0 -43
  5901. package/dist/esm/models/components/checkoutdiscountpercentagerepeatduration.d.ts.map +0 -1
  5902. package/dist/esm/models/components/checkoutdiscountpercentagerepeatduration.js +0 -45
  5903. package/dist/esm/models/components/checkoutdiscountpercentagerepeatduration.js.map +0 -1
  5904. package/dist/esm/models/components/checkoutlink.d.ts +0 -83
  5905. package/dist/esm/models/components/checkoutlink.d.ts.map +0 -1
  5906. package/dist/esm/models/components/checkoutlink.js +0 -70
  5907. package/dist/esm/models/components/checkoutlink.js.map +0 -1
  5908. package/dist/esm/models/components/checkoutlinkcreate.d.ts +0 -11
  5909. package/dist/esm/models/components/checkoutlinkcreate.d.ts.map +0 -1
  5910. package/dist/esm/models/components/checkoutlinkcreate.js +0 -17
  5911. package/dist/esm/models/components/checkoutlinkcreate.js.map +0 -1
  5912. package/dist/esm/models/components/checkoutlinkcreateproduct.d.ts +0 -92
  5913. package/dist/esm/models/components/checkoutlinkcreateproduct.d.ts.map +0 -1
  5914. package/dist/esm/models/components/checkoutlinkcreateproduct.js +0 -42
  5915. package/dist/esm/models/components/checkoutlinkcreateproduct.js.map +0 -1
  5916. package/dist/esm/models/components/checkoutlinkcreateproductprice.d.ts +0 -92
  5917. package/dist/esm/models/components/checkoutlinkcreateproductprice.d.ts.map +0 -1
  5918. package/dist/esm/models/components/checkoutlinkcreateproductprice.js +0 -42
  5919. package/dist/esm/models/components/checkoutlinkcreateproductprice.js.map +0 -1
  5920. package/dist/esm/models/components/checkoutlinkcreateproducts.d.ts +0 -91
  5921. package/dist/esm/models/components/checkoutlinkcreateproducts.d.ts.map +0 -1
  5922. package/dist/esm/models/components/checkoutlinkcreateproducts.js +0 -41
  5923. package/dist/esm/models/components/checkoutlinkcreateproducts.js.map +0 -1
  5924. package/dist/esm/models/components/checkoutlinkproduct.d.ts +0 -88
  5925. package/dist/esm/models/components/checkoutlinkproduct.d.ts.map +0 -1
  5926. package/dist/esm/models/components/checkoutlinkproduct.js +0 -62
  5927. package/dist/esm/models/components/checkoutlinkproduct.js.map +0 -1
  5928. package/dist/esm/models/components/checkoutlinksortproperty.d.ts +0 -16
  5929. package/dist/esm/models/components/checkoutlinksortproperty.d.ts.map +0 -1
  5930. package/dist/esm/models/components/checkoutlinksortproperty.js +0 -17
  5931. package/dist/esm/models/components/checkoutlinksortproperty.js.map +0 -1
  5932. package/dist/esm/models/components/checkoutlinkupdate.d.ts +0 -83
  5933. package/dist/esm/models/components/checkoutlinkupdate.d.ts.map +0 -1
  5934. package/dist/esm/models/components/checkoutlinkupdate.js +0 -39
  5935. package/dist/esm/models/components/checkoutlinkupdate.js.map +0 -1
  5936. package/dist/esm/models/components/checkoutorganization.d.ts +0 -39
  5937. package/dist/esm/models/components/checkoutorganization.d.ts.map +0 -1
  5938. package/dist/esm/models/components/checkoutorganization.js +0 -30
  5939. package/dist/esm/models/components/checkoutorganization.js.map +0 -1
  5940. package/dist/esm/models/components/checkoutproduct.d.ts +0 -111
  5941. package/dist/esm/models/components/checkoutproduct.d.ts.map +0 -1
  5942. package/dist/esm/models/components/checkoutproduct.js +0 -105
  5943. package/dist/esm/models/components/checkoutproduct.js.map +0 -1
  5944. package/dist/esm/models/components/checkoutpublic.d.ts +0 -234
  5945. package/dist/esm/models/components/checkoutpublic.d.ts.map +0 -1
  5946. package/dist/esm/models/components/checkoutpublic.js +0 -182
  5947. package/dist/esm/models/components/checkoutpublic.js.map +0 -1
  5948. package/dist/esm/models/components/checkoutpublicconfirmed.d.ts +0 -239
  5949. package/dist/esm/models/components/checkoutpublicconfirmed.d.ts.map +0 -1
  5950. package/dist/esm/models/components/checkoutpublicconfirmed.js +0 -183
  5951. package/dist/esm/models/components/checkoutpublicconfirmed.js.map +0 -1
  5952. package/dist/esm/models/components/checkoutsortproperty.d.ts +0 -14
  5953. package/dist/esm/models/components/checkoutsortproperty.d.ts.map +0 -1
  5954. package/dist/esm/models/components/checkoutsortproperty.js +0 -15
  5955. package/dist/esm/models/components/checkoutsortproperty.js.map +0 -1
  5956. package/dist/esm/models/components/checkoutstatus.d.ts +0 -15
  5957. package/dist/esm/models/components/checkoutstatus.d.ts.map +0 -1
  5958. package/dist/esm/models/components/checkoutstatus.js +0 -16
  5959. package/dist/esm/models/components/checkoutstatus.js.map +0 -1
  5960. package/dist/esm/models/components/checkoutupdate.d.ts +0 -167
  5961. package/dist/esm/models/components/checkoutupdate.d.ts.map +0 -1
  5962. package/dist/esm/models/components/checkoutupdate.js +0 -89
  5963. package/dist/esm/models/components/checkoutupdate.js.map +0 -1
  5964. package/dist/esm/models/components/checkoutupdatepublic.d.ts +0 -72
  5965. package/dist/esm/models/components/checkoutupdatepublic.d.ts.map +0 -1
  5966. package/dist/esm/models/components/checkoutupdatepublic.js +0 -57
  5967. package/dist/esm/models/components/checkoutupdatepublic.js.map +0 -1
  5968. package/dist/esm/models/components/costmetadatainput.d.ts +0 -29
  5969. package/dist/esm/models/components/costmetadatainput.d.ts.map +0 -1
  5970. package/dist/esm/models/components/costmetadatainput.js +0 -19
  5971. package/dist/esm/models/components/costmetadatainput.js.map +0 -1
  5972. package/dist/esm/models/components/costmetadataoutput.d.ts +0 -17
  5973. package/dist/esm/models/components/costmetadataoutput.d.ts.map +0 -1
  5974. package/dist/esm/models/components/costmetadataoutput.js +0 -14
  5975. package/dist/esm/models/components/costmetadataoutput.js.map +0 -1
  5976. package/dist/esm/models/components/countaggregation.d.ts +0 -17
  5977. package/dist/esm/models/components/countaggregation.d.ts.map +0 -1
  5978. package/dist/esm/models/components/countaggregation.js +0 -20
  5979. package/dist/esm/models/components/countaggregation.js.map +0 -1
  5980. package/dist/esm/models/components/cursorpagination.d.ts +0 -10
  5981. package/dist/esm/models/components/cursorpagination.d.ts.map +0 -1
  5982. package/dist/esm/models/components/cursorpagination.js +0 -18
  5983. package/dist/esm/models/components/cursorpagination.js.map +0 -1
  5984. package/dist/esm/models/components/customer.d.ts +0 -15
  5985. package/dist/esm/models/components/customer.d.ts.map +0 -1
  5986. package/dist/esm/models/components/customer.js +0 -18
  5987. package/dist/esm/models/components/customer.js.map +0 -1
  5988. package/dist/esm/models/components/customerbenefitgrant.d.ts +0 -15
  5989. package/dist/esm/models/components/customerbenefitgrant.d.ts.map +0 -1
  5990. package/dist/esm/models/components/customerbenefitgrant.js +0 -26
  5991. package/dist/esm/models/components/customerbenefitgrant.js.map +0 -1
  5992. package/dist/esm/models/components/customerbenefitgrantcustom.d.ts +0 -38
  5993. package/dist/esm/models/components/customerbenefitgrantcustom.d.ts.map +0 -1
  5994. package/dist/esm/models/components/customerbenefitgrantcustom.js +0 -47
  5995. package/dist/esm/models/components/customerbenefitgrantcustom.js.map +0 -1
  5996. package/dist/esm/models/components/customerbenefitgrantcustomupdate.d.ts +0 -12
  5997. package/dist/esm/models/components/customerbenefitgrantcustomupdate.d.ts.map +0 -1
  5998. package/dist/esm/models/components/customerbenefitgrantcustomupdate.js +0 -17
  5999. package/dist/esm/models/components/customerbenefitgrantcustomupdate.js.map +0 -1
  6000. package/dist/esm/models/components/customerbenefitgrantdiscord.d.ts +0 -38
  6001. package/dist/esm/models/components/customerbenefitgrantdiscord.d.ts.map +0 -1
  6002. package/dist/esm/models/components/customerbenefitgrantdiscord.js +0 -47
  6003. package/dist/esm/models/components/customerbenefitgrantdiscord.js.map +0 -1
  6004. package/dist/esm/models/components/customerbenefitgrantdiscordpropertiesupdate.d.ts +0 -12
  6005. package/dist/esm/models/components/customerbenefitgrantdiscordpropertiesupdate.d.ts.map +0 -1
  6006. package/dist/esm/models/components/customerbenefitgrantdiscordpropertiesupdate.js +0 -17
  6007. package/dist/esm/models/components/customerbenefitgrantdiscordpropertiesupdate.js.map +0 -1
  6008. package/dist/esm/models/components/customerbenefitgrantdiscordupdate.d.ts +0 -15
  6009. package/dist/esm/models/components/customerbenefitgrantdiscordupdate.d.ts.map +0 -1
  6010. package/dist/esm/models/components/customerbenefitgrantdiscordupdate.js +0 -19
  6011. package/dist/esm/models/components/customerbenefitgrantdiscordupdate.js.map +0 -1
  6012. package/dist/esm/models/components/customerbenefitgrantdownloadables.d.ts +0 -38
  6013. package/dist/esm/models/components/customerbenefitgrantdownloadables.d.ts.map +0 -1
  6014. package/dist/esm/models/components/customerbenefitgrantdownloadables.js +0 -47
  6015. package/dist/esm/models/components/customerbenefitgrantdownloadables.js.map +0 -1
  6016. package/dist/esm/models/components/customerbenefitgrantdownloadablesupdate.d.ts +0 -12
  6017. package/dist/esm/models/components/customerbenefitgrantdownloadablesupdate.d.ts.map +0 -1
  6018. package/dist/esm/models/components/customerbenefitgrantdownloadablesupdate.js +0 -17
  6019. package/dist/esm/models/components/customerbenefitgrantdownloadablesupdate.js.map +0 -1
  6020. package/dist/esm/models/components/customerbenefitgrantfeatureflag.d.ts +0 -38
  6021. package/dist/esm/models/components/customerbenefitgrantfeatureflag.d.ts.map +0 -1
  6022. package/dist/esm/models/components/customerbenefitgrantfeatureflag.js +0 -47
  6023. package/dist/esm/models/components/customerbenefitgrantfeatureflag.js.map +0 -1
  6024. package/dist/esm/models/components/customerbenefitgrantfeatureflagupdate.d.ts +0 -12
  6025. package/dist/esm/models/components/customerbenefitgrantfeatureflagupdate.d.ts.map +0 -1
  6026. package/dist/esm/models/components/customerbenefitgrantfeatureflagupdate.js +0 -17
  6027. package/dist/esm/models/components/customerbenefitgrantfeatureflagupdate.js.map +0 -1
  6028. package/dist/esm/models/components/customerbenefitgrantgithubrepository.d.ts +0 -38
  6029. package/dist/esm/models/components/customerbenefitgrantgithubrepository.d.ts.map +0 -1
  6030. package/dist/esm/models/components/customerbenefitgrantgithubrepository.js +0 -47
  6031. package/dist/esm/models/components/customerbenefitgrantgithubrepository.js.map +0 -1
  6032. package/dist/esm/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.d.ts +0 -12
  6033. package/dist/esm/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.d.ts.map +0 -1
  6034. package/dist/esm/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.js +0 -17
  6035. package/dist/esm/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.js.map +0 -1
  6036. package/dist/esm/models/components/customerbenefitgrantgithubrepositoryupdate.d.ts +0 -15
  6037. package/dist/esm/models/components/customerbenefitgrantgithubrepositoryupdate.d.ts.map +0 -1
  6038. package/dist/esm/models/components/customerbenefitgrantgithubrepositoryupdate.js +0 -19
  6039. package/dist/esm/models/components/customerbenefitgrantgithubrepositoryupdate.js.map +0 -1
  6040. package/dist/esm/models/components/customerbenefitgrantlicensekeys.d.ts +0 -38
  6041. package/dist/esm/models/components/customerbenefitgrantlicensekeys.d.ts.map +0 -1
  6042. package/dist/esm/models/components/customerbenefitgrantlicensekeys.js +0 -47
  6043. package/dist/esm/models/components/customerbenefitgrantlicensekeys.js.map +0 -1
  6044. package/dist/esm/models/components/customerbenefitgrantlicensekeysupdate.d.ts +0 -12
  6045. package/dist/esm/models/components/customerbenefitgrantlicensekeysupdate.d.ts.map +0 -1
  6046. package/dist/esm/models/components/customerbenefitgrantlicensekeysupdate.js +0 -17
  6047. package/dist/esm/models/components/customerbenefitgrantlicensekeysupdate.js.map +0 -1
  6048. package/dist/esm/models/components/customerbenefitgrantmetercredit.d.ts +0 -38
  6049. package/dist/esm/models/components/customerbenefitgrantmetercredit.d.ts.map +0 -1
  6050. package/dist/esm/models/components/customerbenefitgrantmetercredit.js +0 -47
  6051. package/dist/esm/models/components/customerbenefitgrantmetercredit.js.map +0 -1
  6052. package/dist/esm/models/components/customerbenefitgrantmetercreditupdate.d.ts +0 -12
  6053. package/dist/esm/models/components/customerbenefitgrantmetercreditupdate.d.ts.map +0 -1
  6054. package/dist/esm/models/components/customerbenefitgrantmetercreditupdate.js +0 -17
  6055. package/dist/esm/models/components/customerbenefitgrantmetercreditupdate.js.map +0 -1
  6056. package/dist/esm/models/components/customerbenefitgrantsortproperty.d.ts +0 -16
  6057. package/dist/esm/models/components/customerbenefitgrantsortproperty.d.ts.map +0 -1
  6058. package/dist/esm/models/components/customerbenefitgrantsortproperty.js +0 -17
  6059. package/dist/esm/models/components/customerbenefitgrantsortproperty.js.map +0 -1
  6060. package/dist/esm/models/components/customerbenefitgrantupdate.d.ts +0 -15
  6061. package/dist/esm/models/components/customerbenefitgrantupdate.d.ts.map +0 -1
  6062. package/dist/esm/models/components/customerbenefitgrantupdate.js +0 -25
  6063. package/dist/esm/models/components/customerbenefitgrantupdate.js.map +0 -1
  6064. package/dist/esm/models/components/customercancellationreason.d.ts +0 -18
  6065. package/dist/esm/models/components/customercancellationreason.d.ts.map +0 -1
  6066. package/dist/esm/models/components/customercancellationreason.js +0 -19
  6067. package/dist/esm/models/components/customercancellationreason.js.map +0 -1
  6068. package/dist/esm/models/components/customercreate.d.ts +0 -10
  6069. package/dist/esm/models/components/customercreate.d.ts.map +0 -1
  6070. package/dist/esm/models/components/customercreate.js +0 -15
  6071. package/dist/esm/models/components/customercreate.js.map +0 -1
  6072. package/dist/esm/models/components/customercreatedevent.d.ts +0 -67
  6073. package/dist/esm/models/components/customercreatedevent.d.ts.map +0 -1
  6074. package/dist/esm/models/components/customercreatedevent.js +0 -39
  6075. package/dist/esm/models/components/customercreatedevent.js.map +0 -1
  6076. package/dist/esm/models/components/customercreatedmetadata.d.ts +0 -13
  6077. package/dist/esm/models/components/customercreatedmetadata.d.ts.map +0 -1
  6078. package/dist/esm/models/components/customercreatedmetadata.js +0 -24
  6079. package/dist/esm/models/components/customercreatedmetadata.js.map +0 -1
  6080. package/dist/esm/models/components/customercustomermeter.d.ts +0 -43
  6081. package/dist/esm/models/components/customercustomermeter.d.ts.map +0 -1
  6082. package/dist/esm/models/components/customercustomermeter.js +0 -32
  6083. package/dist/esm/models/components/customercustomermeter.js.map +0 -1
  6084. package/dist/esm/models/components/customercustomermetermeter.d.ts +0 -25
  6085. package/dist/esm/models/components/customercustomermetermeter.d.ts.map +0 -1
  6086. package/dist/esm/models/components/customercustomermetermeter.js +0 -22
  6087. package/dist/esm/models/components/customercustomermetermeter.js.map +0 -1
  6088. package/dist/esm/models/components/customercustomermetersortproperty.d.ts +0 -22
  6089. package/dist/esm/models/components/customercustomermetersortproperty.d.ts.map +0 -1
  6090. package/dist/esm/models/components/customercustomermetersortproperty.js +0 -23
  6091. package/dist/esm/models/components/customercustomermetersortproperty.js.map +0 -1
  6092. package/dist/esm/models/components/customercustomersession.d.ts +0 -11
  6093. package/dist/esm/models/components/customercustomersession.d.ts.map +0 -1
  6094. package/dist/esm/models/components/customercustomersession.js +0 -20
  6095. package/dist/esm/models/components/customercustomersession.js.map +0 -1
  6096. package/dist/esm/models/components/customerdeletedevent.d.ts +0 -67
  6097. package/dist/esm/models/components/customerdeletedevent.d.ts.map +0 -1
  6098. package/dist/esm/models/components/customerdeletedevent.js +0 -39
  6099. package/dist/esm/models/components/customerdeletedevent.js.map +0 -1
  6100. package/dist/esm/models/components/customerdeletedmetadata.d.ts +0 -13
  6101. package/dist/esm/models/components/customerdeletedmetadata.d.ts.map +0 -1
  6102. package/dist/esm/models/components/customerdeletedmetadata.js +0 -24
  6103. package/dist/esm/models/components/customerdeletedmetadata.js.map +0 -1
  6104. package/dist/esm/models/components/customeremailupdaterequest.d.ts +0 -12
  6105. package/dist/esm/models/components/customeremailupdaterequest.d.ts.map +0 -1
  6106. package/dist/esm/models/components/customeremailupdaterequest.js +0 -12
  6107. package/dist/esm/models/components/customeremailupdaterequest.js.map +0 -1
  6108. package/dist/esm/models/components/customeremailupdateverifyrequest.d.ts +0 -12
  6109. package/dist/esm/models/components/customeremailupdateverifyrequest.d.ts.map +0 -1
  6110. package/dist/esm/models/components/customeremailupdateverifyrequest.js +0 -12
  6111. package/dist/esm/models/components/customeremailupdateverifyrequest.js.map +0 -1
  6112. package/dist/esm/models/components/customeremailupdateverifyresponse.d.ts +0 -10
  6113. package/dist/esm/models/components/customeremailupdateverifyresponse.d.ts.map +0 -1
  6114. package/dist/esm/models/components/customeremailupdateverifyresponse.js +0 -13
  6115. package/dist/esm/models/components/customeremailupdateverifyresponse.js.map +0 -1
  6116. package/dist/esm/models/components/customerindividual.d.ts +0 -99
  6117. package/dist/esm/models/components/customerindividual.d.ts.map +0 -1
  6118. package/dist/esm/models/components/customerindividual.js +0 -91
  6119. package/dist/esm/models/components/customerindividual.js.map +0 -1
  6120. package/dist/esm/models/components/customerindividualcreate.d.ts +0 -69
  6121. package/dist/esm/models/components/customerindividualcreate.d.ts.map +0 -1
  6122. package/dist/esm/models/components/customerindividualcreate.js +0 -37
  6123. package/dist/esm/models/components/customerindividualcreate.js.map +0 -1
  6124. package/dist/esm/models/components/customermeter.d.ts +0 -48
  6125. package/dist/esm/models/components/customermeter.d.ts.map +0 -1
  6126. package/dist/esm/models/components/customermeter.js +0 -34
  6127. package/dist/esm/models/components/customermeter.js.map +0 -1
  6128. package/dist/esm/models/components/customermetersortproperty.d.ts +0 -26
  6129. package/dist/esm/models/components/customermetersortproperty.d.ts.map +0 -1
  6130. package/dist/esm/models/components/customermetersortproperty.js +0 -27
  6131. package/dist/esm/models/components/customermetersortproperty.js.map +0 -1
  6132. package/dist/esm/models/components/customerorder.d.ts +0 -118
  6133. package/dist/esm/models/components/customerorder.d.ts.map +0 -1
  6134. package/dist/esm/models/components/customerorder.js +0 -81
  6135. package/dist/esm/models/components/customerorder.js.map +0 -1
  6136. package/dist/esm/models/components/customerorderconfirmpayment.d.ts +0 -26
  6137. package/dist/esm/models/components/customerorderconfirmpayment.d.ts.map +0 -1
  6138. package/dist/esm/models/components/customerorderconfirmpayment.js +0 -22
  6139. package/dist/esm/models/components/customerorderconfirmpayment.js.map +0 -1
  6140. package/dist/esm/models/components/customerorderinvoice.d.ts +0 -16
  6141. package/dist/esm/models/components/customerorderinvoice.d.ts.map +0 -1
  6142. package/dist/esm/models/components/customerorderinvoice.js +0 -13
  6143. package/dist/esm/models/components/customerorderinvoice.js.map +0 -1
  6144. package/dist/esm/models/components/customerorderpaymentconfirmation.d.ts +0 -24
  6145. package/dist/esm/models/components/customerorderpaymentconfirmation.d.ts.map +0 -1
  6146. package/dist/esm/models/components/customerorderpaymentconfirmation.js +0 -20
  6147. package/dist/esm/models/components/customerorderpaymentconfirmation.js.map +0 -1
  6148. package/dist/esm/models/components/customerorderpaymentstatus.d.ts +0 -20
  6149. package/dist/esm/models/components/customerorderpaymentstatus.d.ts.map +0 -1
  6150. package/dist/esm/models/components/customerorderpaymentstatus.js +0 -14
  6151. package/dist/esm/models/components/customerorderpaymentstatus.js.map +0 -1
  6152. package/dist/esm/models/components/customerorderproduct.d.ts +0 -83
  6153. package/dist/esm/models/components/customerorderproduct.d.ts.map +0 -1
  6154. package/dist/esm/models/components/customerorderproduct.js +0 -62
  6155. package/dist/esm/models/components/customerorderproduct.js.map +0 -1
  6156. package/dist/esm/models/components/customerorderreceipt.d.ts +0 -16
  6157. package/dist/esm/models/components/customerorderreceipt.d.ts.map +0 -1
  6158. package/dist/esm/models/components/customerorderreceipt.js +0 -13
  6159. package/dist/esm/models/components/customerorderreceipt.js.map +0 -1
  6160. package/dist/esm/models/components/customerordersortproperty.d.ts +0 -18
  6161. package/dist/esm/models/components/customerordersortproperty.d.ts.map +0 -1
  6162. package/dist/esm/models/components/customerordersortproperty.js +0 -19
  6163. package/dist/esm/models/components/customerordersortproperty.js.map +0 -1
  6164. package/dist/esm/models/components/customerordersubscription.d.ts +0 -93
  6165. package/dist/esm/models/components/customerordersubscription.d.ts.map +0 -1
  6166. package/dist/esm/models/components/customerordersubscription.js +0 -62
  6167. package/dist/esm/models/components/customerordersubscription.js.map +0 -1
  6168. package/dist/esm/models/components/customerorderupdate.d.ts +0 -24
  6169. package/dist/esm/models/components/customerorderupdate.d.ts.map +0 -1
  6170. package/dist/esm/models/components/customerorderupdate.js +0 -20
  6171. package/dist/esm/models/components/customerorderupdate.js.map +0 -1
  6172. package/dist/esm/models/components/customerorganization.d.ts +0 -46
  6173. package/dist/esm/models/components/customerorganization.d.ts.map +0 -1
  6174. package/dist/esm/models/components/customerorganization.js +0 -36
  6175. package/dist/esm/models/components/customerorganization.js.map +0 -1
  6176. package/dist/esm/models/components/customerorganizationdata.d.ts +0 -16
  6177. package/dist/esm/models/components/customerorganizationdata.d.ts.map +0 -1
  6178. package/dist/esm/models/components/customerorganizationdata.js +0 -16
  6179. package/dist/esm/models/components/customerorganizationdata.js.map +0 -1
  6180. package/dist/esm/models/components/customerorganizationfeaturesettings.d.ts +0 -16
  6181. package/dist/esm/models/components/customerorganizationfeaturesettings.d.ts.map +0 -1
  6182. package/dist/esm/models/components/customerorganizationfeaturesettings.js +0 -18
  6183. package/dist/esm/models/components/customerorganizationfeaturesettings.js.map +0 -1
  6184. package/dist/esm/models/components/customerpaymentmethod.d.ts +0 -10
  6185. package/dist/esm/models/components/customerpaymentmethod.d.ts.map +0 -1
  6186. package/dist/esm/models/components/customerpaymentmethod.js +0 -16
  6187. package/dist/esm/models/components/customerpaymentmethod.js.map +0 -1
  6188. package/dist/esm/models/components/customerpaymentmethodcard.d.ts +0 -31
  6189. package/dist/esm/models/components/customerpaymentmethodcard.d.ts.map +0 -1
  6190. package/dist/esm/models/components/customerpaymentmethodcard.js +0 -31
  6191. package/dist/esm/models/components/customerpaymentmethodcard.js.map +0 -1
  6192. package/dist/esm/models/components/customerpaymentmethodconfirm.d.ts +0 -14
  6193. package/dist/esm/models/components/customerpaymentmethodconfirm.d.ts.map +0 -1
  6194. package/dist/esm/models/components/customerpaymentmethodconfirm.js +0 -19
  6195. package/dist/esm/models/components/customerpaymentmethodconfirm.js.map +0 -1
  6196. package/dist/esm/models/components/customerpaymentmethodcreate.d.ts +0 -16
  6197. package/dist/esm/models/components/customerpaymentmethodcreate.d.ts.map +0 -1
  6198. package/dist/esm/models/components/customerpaymentmethodcreate.js +0 -21
  6199. package/dist/esm/models/components/customerpaymentmethodcreate.js.map +0 -1
  6200. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts +0 -11
  6201. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.d.ts.map +0 -1
  6202. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.js +0 -20
  6203. package/dist/esm/models/components/customerpaymentmethodcreaterequiresactionresponse.js.map +0 -1
  6204. package/dist/esm/models/components/customerpaymentmethodcreateresponse.d.ts +0 -10
  6205. package/dist/esm/models/components/customerpaymentmethodcreateresponse.d.ts.map +0 -1
  6206. package/dist/esm/models/components/customerpaymentmethodcreateresponse.js +0 -16
  6207. package/dist/esm/models/components/customerpaymentmethodcreateresponse.js.map +0 -1
  6208. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.d.ts +0 -12
  6209. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.d.ts.map +0 -1
  6210. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.js +0 -20
  6211. package/dist/esm/models/components/customerpaymentmethodcreatesucceededresponse.js.map +0 -1
  6212. package/dist/esm/models/components/customerpaymentmethodgeneric.d.ts +0 -29
  6213. package/dist/esm/models/components/customerpaymentmethodgeneric.d.ts.map +0 -1
  6214. package/dist/esm/models/components/customerpaymentmethodgeneric.js +0 -28
  6215. package/dist/esm/models/components/customerpaymentmethodgeneric.js.map +0 -1
  6216. package/dist/esm/models/components/customerportalcustomer.d.ts +0 -40
  6217. package/dist/esm/models/components/customerportalcustomer.d.ts.map +0 -1
  6218. package/dist/esm/models/components/customerportalcustomer.js +0 -46
  6219. package/dist/esm/models/components/customerportalcustomer.js.map +0 -1
  6220. package/dist/esm/models/components/customerportalcustomersettings.d.ts +0 -17
  6221. package/dist/esm/models/components/customerportalcustomersettings.d.ts.map +0 -1
  6222. package/dist/esm/models/components/customerportalcustomersettings.js +0 -29
  6223. package/dist/esm/models/components/customerportalcustomersettings.js.map +0 -1
  6224. package/dist/esm/models/components/customerportalcustomerupdate.d.ts +0 -19
  6225. package/dist/esm/models/components/customerportalcustomerupdate.d.ts.map +0 -1
  6226. package/dist/esm/models/components/customerportalcustomerupdate.js +0 -24
  6227. package/dist/esm/models/components/customerportalcustomerupdate.js.map +0 -1
  6228. package/dist/esm/models/components/customerportalmember.d.ts +0 -34
  6229. package/dist/esm/models/components/customerportalmember.d.ts.map +0 -1
  6230. package/dist/esm/models/components/customerportalmember.js +0 -25
  6231. package/dist/esm/models/components/customerportalmember.js.map +0 -1
  6232. package/dist/esm/models/components/customerportalmembercreate.d.ts +0 -26
  6233. package/dist/esm/models/components/customerportalmembercreate.d.ts.map +0 -1
  6234. package/dist/esm/models/components/customerportalmembercreate.js +0 -15
  6235. package/dist/esm/models/components/customerportalmembercreate.js.map +0 -1
  6236. package/dist/esm/models/components/customerportalmemberupdate.d.ts +0 -19
  6237. package/dist/esm/models/components/customerportalmemberupdate.d.ts.map +0 -1
  6238. package/dist/esm/models/components/customerportalmemberupdate.js +0 -13
  6239. package/dist/esm/models/components/customerportalmemberupdate.js.map +0 -1
  6240. package/dist/esm/models/components/customerportaloauthaccount.d.ts +0 -11
  6241. package/dist/esm/models/components/customerportaloauthaccount.d.ts.map +0 -1
  6242. package/dist/esm/models/components/customerportaloauthaccount.js +0 -20
  6243. package/dist/esm/models/components/customerportaloauthaccount.js.map +0 -1
  6244. package/dist/esm/models/components/customerportalsubscriptionsettings.d.ts +0 -19
  6245. package/dist/esm/models/components/customerportalsubscriptionsettings.d.ts.map +0 -1
  6246. package/dist/esm/models/components/customerportalsubscriptionsettings.js +0 -33
  6247. package/dist/esm/models/components/customerportalsubscriptionsettings.js.map +0 -1
  6248. package/dist/esm/models/components/customerportalusagesettings.d.ts +0 -17
  6249. package/dist/esm/models/components/customerportalusagesettings.d.ts.map +0 -1
  6250. package/dist/esm/models/components/customerportalusagesettings.js +0 -20
  6251. package/dist/esm/models/components/customerportalusagesettings.js.map +0 -1
  6252. package/dist/esm/models/components/customerproduct.d.ts +0 -84
  6253. package/dist/esm/models/components/customerproduct.d.ts.map +0 -1
  6254. package/dist/esm/models/components/customerproduct.js +0 -60
  6255. package/dist/esm/models/components/customerproduct.js.map +0 -1
  6256. package/dist/esm/models/components/customerseat.d.ts +0 -93
  6257. package/dist/esm/models/components/customerseat.d.ts.map +0 -1
  6258. package/dist/esm/models/components/customerseat.js +0 -79
  6259. package/dist/esm/models/components/customerseat.js.map +0 -1
  6260. package/dist/esm/models/components/customerseatassign.d.ts +0 -64
  6261. package/dist/esm/models/components/customerseatassign.d.ts.map +0 -1
  6262. package/dist/esm/models/components/customerseatassign.js +0 -33
  6263. package/dist/esm/models/components/customerseatassign.js.map +0 -1
  6264. package/dist/esm/models/components/customerseatclaimresponse.d.ts +0 -18
  6265. package/dist/esm/models/components/customerseatclaimresponse.d.ts.map +0 -1
  6266. package/dist/esm/models/components/customerseatclaimresponse.js +0 -20
  6267. package/dist/esm/models/components/customerseatclaimresponse.js.map +0 -1
  6268. package/dist/esm/models/components/customersession.d.ts +0 -31
  6269. package/dist/esm/models/components/customersession.d.ts.map +0 -1
  6270. package/dist/esm/models/components/customersession.js +0 -32
  6271. package/dist/esm/models/components/customersession.js.map +0 -1
  6272. package/dist/esm/models/components/customersessioncustomerexternalidcreate.d.ts +0 -33
  6273. package/dist/esm/models/components/customersessioncustomerexternalidcreate.d.ts.map +0 -1
  6274. package/dist/esm/models/components/customersessioncustomerexternalidcreate.js +0 -23
  6275. package/dist/esm/models/components/customersessioncustomerexternalidcreate.js.map +0 -1
  6276. package/dist/esm/models/components/customersessioncustomeridcreate.d.ts +0 -33
  6277. package/dist/esm/models/components/customersessioncustomeridcreate.d.ts.map +0 -1
  6278. package/dist/esm/models/components/customersessioncustomeridcreate.js +0 -23
  6279. package/dist/esm/models/components/customersessioncustomeridcreate.js.map +0 -1
  6280. package/dist/esm/models/components/customersortproperty.d.ts +0 -14
  6281. package/dist/esm/models/components/customersortproperty.d.ts.map +0 -1
  6282. package/dist/esm/models/components/customersortproperty.js +0 -15
  6283. package/dist/esm/models/components/customersortproperty.js.map +0 -1
  6284. package/dist/esm/models/components/customerstate.d.ts +0 -15
  6285. package/dist/esm/models/components/customerstate.d.ts.map +0 -1
  6286. package/dist/esm/models/components/customerstate.js +0 -24
  6287. package/dist/esm/models/components/customerstate.js.map +0 -1
  6288. package/dist/esm/models/components/customerstatebenefitgrant.d.ts +0 -70
  6289. package/dist/esm/models/components/customerstatebenefitgrant.d.ts.map +0 -1
  6290. package/dist/esm/models/components/customerstatebenefitgrant.js +0 -100
  6291. package/dist/esm/models/components/customerstatebenefitgrant.js.map +0 -1
  6292. package/dist/esm/models/components/customerstateindividual.d.ts +0 -123
  6293. package/dist/esm/models/components/customerstateindividual.d.ts.map +0 -1
  6294. package/dist/esm/models/components/customerstateindividual.js +0 -106
  6295. package/dist/esm/models/components/customerstateindividual.js.map +0 -1
  6296. package/dist/esm/models/components/customerstatemeter.d.ts +0 -53
  6297. package/dist/esm/models/components/customerstatemeter.d.ts.map +0 -1
  6298. package/dist/esm/models/components/customerstatemeter.js +0 -49
  6299. package/dist/esm/models/components/customerstatemeter.js.map +0 -1
  6300. package/dist/esm/models/components/customerstatesubscription.d.ts +0 -139
  6301. package/dist/esm/models/components/customerstatesubscription.d.ts.map +0 -1
  6302. package/dist/esm/models/components/customerstatesubscription.js +0 -138
  6303. package/dist/esm/models/components/customerstatesubscription.js.map +0 -1
  6304. package/dist/esm/models/components/customerstatesubscriptionmeter.d.ts +0 -53
  6305. package/dist/esm/models/components/customerstatesubscriptionmeter.d.ts.map +0 -1
  6306. package/dist/esm/models/components/customerstatesubscriptionmeter.js +0 -49
  6307. package/dist/esm/models/components/customerstatesubscriptionmeter.js.map +0 -1
  6308. package/dist/esm/models/components/customerstateteam.d.ts +0 -123
  6309. package/dist/esm/models/components/customerstateteam.d.ts.map +0 -1
  6310. package/dist/esm/models/components/customerstateteam.js +0 -106
  6311. package/dist/esm/models/components/customerstateteam.js.map +0 -1
  6312. package/dist/esm/models/components/customersubscription.d.ts +0 -115
  6313. package/dist/esm/models/components/customersubscription.d.ts.map +0 -1
  6314. package/dist/esm/models/components/customersubscription.js +0 -84
  6315. package/dist/esm/models/components/customersubscription.js.map +0 -1
  6316. package/dist/esm/models/components/customersubscriptioncancel.d.ts +0 -41
  6317. package/dist/esm/models/components/customersubscriptioncancel.d.ts.map +0 -1
  6318. package/dist/esm/models/components/customersubscriptioncancel.js +0 -22
  6319. package/dist/esm/models/components/customersubscriptioncancel.js.map +0 -1
  6320. package/dist/esm/models/components/customersubscriptionmeter.d.ts +0 -39
  6321. package/dist/esm/models/components/customersubscriptionmeter.d.ts.map +0 -1
  6322. package/dist/esm/models/components/customersubscriptionmeter.js +0 -30
  6323. package/dist/esm/models/components/customersubscriptionmeter.js.map +0 -1
  6324. package/dist/esm/models/components/customersubscriptionmetermeter.d.ts +0 -25
  6325. package/dist/esm/models/components/customersubscriptionmetermeter.d.ts.map +0 -1
  6326. package/dist/esm/models/components/customersubscriptionmetermeter.js +0 -22
  6327. package/dist/esm/models/components/customersubscriptionmetermeter.js.map +0 -1
  6328. package/dist/esm/models/components/customersubscriptionproduct.d.ts +0 -83
  6329. package/dist/esm/models/components/customersubscriptionproduct.d.ts.map +0 -1
  6330. package/dist/esm/models/components/customersubscriptionproduct.js +0 -62
  6331. package/dist/esm/models/components/customersubscriptionproduct.js.map +0 -1
  6332. package/dist/esm/models/components/customersubscriptionsortproperty.d.ts +0 -18
  6333. package/dist/esm/models/components/customersubscriptionsortproperty.d.ts.map +0 -1
  6334. package/dist/esm/models/components/customersubscriptionsortproperty.js +0 -19
  6335. package/dist/esm/models/components/customersubscriptionsortproperty.js.map +0 -1
  6336. package/dist/esm/models/components/customersubscriptionupdate.d.ts +0 -12
  6337. package/dist/esm/models/components/customersubscriptionupdate.d.ts.map +0 -1
  6338. package/dist/esm/models/components/customersubscriptionupdate.js +0 -19
  6339. package/dist/esm/models/components/customersubscriptionupdate.js.map +0 -1
  6340. package/dist/esm/models/components/customersubscriptionupdateclear.d.ts +0 -15
  6341. package/dist/esm/models/components/customersubscriptionupdateclear.d.ts.map +0 -1
  6342. package/dist/esm/models/components/customersubscriptionupdateclear.js +0 -17
  6343. package/dist/esm/models/components/customersubscriptionupdateclear.js.map +0 -1
  6344. package/dist/esm/models/components/customersubscriptionupdateproduct.d.ts +0 -15
  6345. package/dist/esm/models/components/customersubscriptionupdateproduct.d.ts.map +0 -1
  6346. package/dist/esm/models/components/customersubscriptionupdateproduct.js +0 -17
  6347. package/dist/esm/models/components/customersubscriptionupdateproduct.js.map +0 -1
  6348. package/dist/esm/models/components/customersubscriptionupdateseats.d.ts +0 -21
  6349. package/dist/esm/models/components/customersubscriptionupdateseats.d.ts.map +0 -1
  6350. package/dist/esm/models/components/customersubscriptionupdateseats.js +0 -19
  6351. package/dist/esm/models/components/customersubscriptionupdateseats.js.map +0 -1
  6352. package/dist/esm/models/components/customerteam.d.ts +0 -99
  6353. package/dist/esm/models/components/customerteam.d.ts.map +0 -1
  6354. package/dist/esm/models/components/customerteam.js +0 -91
  6355. package/dist/esm/models/components/customerteam.js.map +0 -1
  6356. package/dist/esm/models/components/customerteamcreate.d.ts +0 -69
  6357. package/dist/esm/models/components/customerteamcreate.d.ts.map +0 -1
  6358. package/dist/esm/models/components/customerteamcreate.js +0 -37
  6359. package/dist/esm/models/components/customerteamcreate.js.map +0 -1
  6360. package/dist/esm/models/components/customertype.d.ts +0 -12
  6361. package/dist/esm/models/components/customertype.d.ts.map +0 -1
  6362. package/dist/esm/models/components/customertype.js +0 -13
  6363. package/dist/esm/models/components/customertype.js.map +0 -1
  6364. package/dist/esm/models/components/customerupdate.d.ts +0 -62
  6365. package/dist/esm/models/components/customerupdate.d.ts.map +0 -1
  6366. package/dist/esm/models/components/customerupdate.js +0 -34
  6367. package/dist/esm/models/components/customerupdate.js.map +0 -1
  6368. package/dist/esm/models/components/customerupdatedevent.d.ts +0 -67
  6369. package/dist/esm/models/components/customerupdatedevent.d.ts.map +0 -1
  6370. package/dist/esm/models/components/customerupdatedevent.js +0 -39
  6371. package/dist/esm/models/components/customerupdatedevent.js.map +0 -1
  6372. package/dist/esm/models/components/customerupdatedfields.d.ts +0 -21
  6373. package/dist/esm/models/components/customerupdatedfields.d.ts.map +0 -1
  6374. package/dist/esm/models/components/customerupdatedfields.js +0 -30
  6375. package/dist/esm/models/components/customerupdatedfields.js.map +0 -1
  6376. package/dist/esm/models/components/customerupdatedmetadata.d.ts +0 -15
  6377. package/dist/esm/models/components/customerupdatedmetadata.d.ts.map +0 -1
  6378. package/dist/esm/models/components/customerupdatedmetadata.js +0 -27
  6379. package/dist/esm/models/components/customerupdatedmetadata.js.map +0 -1
  6380. package/dist/esm/models/components/customerupdateexternalid.d.ts +0 -51
  6381. package/dist/esm/models/components/customerupdateexternalid.d.ts.map +0 -1
  6382. package/dist/esm/models/components/customerupdateexternalid.js +0 -30
  6383. package/dist/esm/models/components/customerupdateexternalid.js.map +0 -1
  6384. package/dist/esm/models/components/customerwallet.d.ts +0 -40
  6385. package/dist/esm/models/components/customerwallet.d.ts.map +0 -1
  6386. package/dist/esm/models/components/customerwallet.js +0 -25
  6387. package/dist/esm/models/components/customerwallet.js.map +0 -1
  6388. package/dist/esm/models/components/customerwalletsortproperty.d.ts +0 -12
  6389. package/dist/esm/models/components/customerwalletsortproperty.d.ts.map +0 -1
  6390. package/dist/esm/models/components/customerwalletsortproperty.js +0 -13
  6391. package/dist/esm/models/components/customerwalletsortproperty.js.map +0 -1
  6392. package/dist/esm/models/components/customfield.d.ts +0 -18
  6393. package/dist/esm/models/components/customfield.d.ts.map +0 -1
  6394. package/dist/esm/models/components/customfield.js +0 -34
  6395. package/dist/esm/models/components/customfield.js.map +0 -1
  6396. package/dist/esm/models/components/customfieldcheckbox.d.ts +0 -60
  6397. package/dist/esm/models/components/customfieldcheckbox.d.ts.map +0 -1
  6398. package/dist/esm/models/components/customfieldcheckbox.js +0 -51
  6399. package/dist/esm/models/components/customfieldcheckbox.js.map +0 -1
  6400. package/dist/esm/models/components/customfieldcheckboxproperties.d.ts +0 -21
  6401. package/dist/esm/models/components/customfieldcheckboxproperties.d.ts.map +0 -1
  6402. package/dist/esm/models/components/customfieldcheckboxproperties.js +0 -37
  6403. package/dist/esm/models/components/customfieldcheckboxproperties.js.map +0 -1
  6404. package/dist/esm/models/components/customfieldcreate.d.ts +0 -13
  6405. package/dist/esm/models/components/customfieldcreate.d.ts.map +0 -1
  6406. package/dist/esm/models/components/customfieldcreate.js +0 -21
  6407. package/dist/esm/models/components/customfieldcreate.js.map +0 -1
  6408. package/dist/esm/models/components/customfieldcreatecheckbox.d.ts +0 -60
  6409. package/dist/esm/models/components/customfieldcreatecheckbox.d.ts.map +0 -1
  6410. package/dist/esm/models/components/customfieldcreatecheckbox.js +0 -29
  6411. package/dist/esm/models/components/customfieldcreatecheckbox.js.map +0 -1
  6412. package/dist/esm/models/components/customfieldcreatedate.d.ts +0 -60
  6413. package/dist/esm/models/components/customfieldcreatedate.d.ts.map +0 -1
  6414. package/dist/esm/models/components/customfieldcreatedate.js +0 -29
  6415. package/dist/esm/models/components/customfieldcreatedate.js.map +0 -1
  6416. package/dist/esm/models/components/customfieldcreatenumber.d.ts +0 -60
  6417. package/dist/esm/models/components/customfieldcreatenumber.d.ts.map +0 -1
  6418. package/dist/esm/models/components/customfieldcreatenumber.js +0 -29
  6419. package/dist/esm/models/components/customfieldcreatenumber.js.map +0 -1
  6420. package/dist/esm/models/components/customfieldcreateselect.d.ts +0 -60
  6421. package/dist/esm/models/components/customfieldcreateselect.d.ts.map +0 -1
  6422. package/dist/esm/models/components/customfieldcreateselect.js +0 -29
  6423. package/dist/esm/models/components/customfieldcreateselect.js.map +0 -1
  6424. package/dist/esm/models/components/customfieldcreatetext.d.ts +0 -60
  6425. package/dist/esm/models/components/customfieldcreatetext.d.ts.map +0 -1
  6426. package/dist/esm/models/components/customfieldcreatetext.js +0 -29
  6427. package/dist/esm/models/components/customfieldcreatetext.js.map +0 -1
  6428. package/dist/esm/models/components/customfielddate.d.ts +0 -60
  6429. package/dist/esm/models/components/customfielddate.d.ts.map +0 -1
  6430. package/dist/esm/models/components/customfielddate.js +0 -51
  6431. package/dist/esm/models/components/customfielddate.js.map +0 -1
  6432. package/dist/esm/models/components/customfielddateproperties.d.ts +0 -25
  6433. package/dist/esm/models/components/customfielddateproperties.d.ts.map +0 -1
  6434. package/dist/esm/models/components/customfielddateproperties.js +0 -41
  6435. package/dist/esm/models/components/customfielddateproperties.js.map +0 -1
  6436. package/dist/esm/models/components/customfieldnumber.d.ts +0 -60
  6437. package/dist/esm/models/components/customfieldnumber.d.ts.map +0 -1
  6438. package/dist/esm/models/components/customfieldnumber.js +0 -51
  6439. package/dist/esm/models/components/customfieldnumber.js.map +0 -1
  6440. package/dist/esm/models/components/customfieldnumberproperties.d.ts +0 -25
  6441. package/dist/esm/models/components/customfieldnumberproperties.d.ts.map +0 -1
  6442. package/dist/esm/models/components/customfieldnumberproperties.js +0 -41
  6443. package/dist/esm/models/components/customfieldnumberproperties.js.map +0 -1
  6444. package/dist/esm/models/components/customfieldselect.d.ts +0 -60
  6445. package/dist/esm/models/components/customfieldselect.d.ts.map +0 -1
  6446. package/dist/esm/models/components/customfieldselect.js +0 -51
  6447. package/dist/esm/models/components/customfieldselect.js.map +0 -1
  6448. package/dist/esm/models/components/customfieldselectoption.d.ts +0 -19
  6449. package/dist/esm/models/components/customfieldselectoption.d.ts.map +0 -1
  6450. package/dist/esm/models/components/customfieldselectoption.js +0 -22
  6451. package/dist/esm/models/components/customfieldselectoption.js.map +0 -1
  6452. package/dist/esm/models/components/customfieldselectproperties.d.ts +0 -24
  6453. package/dist/esm/models/components/customfieldselectproperties.d.ts.map +0 -1
  6454. package/dist/esm/models/components/customfieldselectproperties.js +0 -40
  6455. package/dist/esm/models/components/customfieldselectproperties.js.map +0 -1
  6456. package/dist/esm/models/components/customfieldsortproperty.d.ts +0 -16
  6457. package/dist/esm/models/components/customfieldsortproperty.d.ts.map +0 -1
  6458. package/dist/esm/models/components/customfieldsortproperty.js +0 -17
  6459. package/dist/esm/models/components/customfieldsortproperty.js.map +0 -1
  6460. package/dist/esm/models/components/customfieldtext.d.ts +0 -60
  6461. package/dist/esm/models/components/customfieldtext.d.ts.map +0 -1
  6462. package/dist/esm/models/components/customfieldtext.js +0 -51
  6463. package/dist/esm/models/components/customfieldtext.js.map +0 -1
  6464. package/dist/esm/models/components/customfieldtextproperties.d.ts +0 -27
  6465. package/dist/esm/models/components/customfieldtextproperties.d.ts.map +0 -1
  6466. package/dist/esm/models/components/customfieldtextproperties.js +0 -47
  6467. package/dist/esm/models/components/customfieldtextproperties.js.map +0 -1
  6468. package/dist/esm/models/components/customfieldtype.d.ts +0 -13
  6469. package/dist/esm/models/components/customfieldtype.d.ts.map +0 -1
  6470. package/dist/esm/models/components/customfieldtype.js +0 -14
  6471. package/dist/esm/models/components/customfieldtype.js.map +0 -1
  6472. package/dist/esm/models/components/customfieldupdate.d.ts +0 -13
  6473. package/dist/esm/models/components/customfieldupdate.d.ts.map +0 -1
  6474. package/dist/esm/models/components/customfieldupdate.js +0 -21
  6475. package/dist/esm/models/components/customfieldupdate.js.map +0 -1
  6476. package/dist/esm/models/components/customfieldupdatecheckbox.d.ts +0 -49
  6477. package/dist/esm/models/components/customfieldupdatecheckbox.d.ts.map +0 -1
  6478. package/dist/esm/models/components/customfieldupdatecheckbox.js +0 -23
  6479. package/dist/esm/models/components/customfieldupdatecheckbox.js.map +0 -1
  6480. package/dist/esm/models/components/customfieldupdatedate.d.ts +0 -49
  6481. package/dist/esm/models/components/customfieldupdatedate.d.ts.map +0 -1
  6482. package/dist/esm/models/components/customfieldupdatedate.js +0 -23
  6483. package/dist/esm/models/components/customfieldupdatedate.js.map +0 -1
  6484. package/dist/esm/models/components/customfieldupdatenumber.d.ts +0 -49
  6485. package/dist/esm/models/components/customfieldupdatenumber.d.ts.map +0 -1
  6486. package/dist/esm/models/components/customfieldupdatenumber.js +0 -23
  6487. package/dist/esm/models/components/customfieldupdatenumber.js.map +0 -1
  6488. package/dist/esm/models/components/customfieldupdateselect.d.ts +0 -49
  6489. package/dist/esm/models/components/customfieldupdateselect.d.ts.map +0 -1
  6490. package/dist/esm/models/components/customfieldupdateselect.js +0 -23
  6491. package/dist/esm/models/components/customfieldupdateselect.js.map +0 -1
  6492. package/dist/esm/models/components/customfieldupdatetext.d.ts +0 -49
  6493. package/dist/esm/models/components/customfieldupdatetext.d.ts.map +0 -1
  6494. package/dist/esm/models/components/customfieldupdatetext.js +0 -23
  6495. package/dist/esm/models/components/customfieldupdatetext.js.map +0 -1
  6496. package/dist/esm/models/components/discount.d.ts +0 -12
  6497. package/dist/esm/models/components/discount.d.ts.map +0 -1
  6498. package/dist/esm/models/components/discount.js +0 -20
  6499. package/dist/esm/models/components/discount.js.map +0 -1
  6500. package/dist/esm/models/components/discountcreate.d.ts +0 -10
  6501. package/dist/esm/models/components/discountcreate.d.ts.map +0 -1
  6502. package/dist/esm/models/components/discountcreate.js +0 -15
  6503. package/dist/esm/models/components/discountcreate.js.map +0 -1
  6504. package/dist/esm/models/components/discountduration.d.ts +0 -13
  6505. package/dist/esm/models/components/discountduration.d.ts.map +0 -1
  6506. package/dist/esm/models/components/discountduration.js +0 -14
  6507. package/dist/esm/models/components/discountduration.js.map +0 -1
  6508. package/dist/esm/models/components/discountfixedcreate.d.ts +0 -106
  6509. package/dist/esm/models/components/discountfixedcreate.d.ts.map +0 -1
  6510. package/dist/esm/models/components/discountfixedcreate.js +0 -42
  6511. package/dist/esm/models/components/discountfixedcreate.js.map +0 -1
  6512. package/dist/esm/models/components/discountfixedonceforeverduration.d.ts +0 -76
  6513. package/dist/esm/models/components/discountfixedonceforeverduration.d.ts.map +0 -1
  6514. package/dist/esm/models/components/discountfixedonceforeverduration.js +0 -44
  6515. package/dist/esm/models/components/discountfixedonceforeverduration.js.map +0 -1
  6516. package/dist/esm/models/components/discountfixedonceforeverdurationbase.d.ts +0 -97
  6517. package/dist/esm/models/components/discountfixedonceforeverdurationbase.d.ts.map +0 -1
  6518. package/dist/esm/models/components/discountfixedonceforeverdurationbase.js +0 -74
  6519. package/dist/esm/models/components/discountfixedonceforeverdurationbase.js.map +0 -1
  6520. package/dist/esm/models/components/discountfixedrepeatduration.d.ts +0 -80
  6521. package/dist/esm/models/components/discountfixedrepeatduration.d.ts.map +0 -1
  6522. package/dist/esm/models/components/discountfixedrepeatduration.js +0 -46
  6523. package/dist/esm/models/components/discountfixedrepeatduration.js.map +0 -1
  6524. package/dist/esm/models/components/discountfixedrepeatdurationbase.d.ts +0 -99
  6525. package/dist/esm/models/components/discountfixedrepeatdurationbase.d.ts.map +0 -1
  6526. package/dist/esm/models/components/discountfixedrepeatdurationbase.js +0 -78
  6527. package/dist/esm/models/components/discountfixedrepeatdurationbase.js.map +0 -1
  6528. package/dist/esm/models/components/discountpercentagecreate.d.ts +0 -99
  6529. package/dist/esm/models/components/discountpercentagecreate.d.ts.map +0 -1
  6530. package/dist/esm/models/components/discountpercentagecreate.js +0 -40
  6531. package/dist/esm/models/components/discountpercentagecreate.js.map +0 -1
  6532. package/dist/esm/models/components/discountpercentageonceforeverduration.d.ts +0 -66
  6533. package/dist/esm/models/components/discountpercentageonceforeverduration.d.ts.map +0 -1
  6534. package/dist/esm/models/components/discountpercentageonceforeverduration.js +0 -43
  6535. package/dist/esm/models/components/discountpercentageonceforeverduration.js.map +0 -1
  6536. package/dist/esm/models/components/discountpercentageonceforeverdurationbase.d.ts +0 -83
  6537. package/dist/esm/models/components/discountpercentageonceforeverdurationbase.d.ts.map +0 -1
  6538. package/dist/esm/models/components/discountpercentageonceforeverdurationbase.js +0 -72
  6539. package/dist/esm/models/components/discountpercentageonceforeverdurationbase.js.map +0 -1
  6540. package/dist/esm/models/components/discountpercentagerepeatduration.d.ts +0 -70
  6541. package/dist/esm/models/components/discountpercentagerepeatduration.d.ts.map +0 -1
  6542. package/dist/esm/models/components/discountpercentagerepeatduration.js +0 -45
  6543. package/dist/esm/models/components/discountpercentagerepeatduration.js.map +0 -1
  6544. package/dist/esm/models/components/discountpercentagerepeatdurationbase.d.ts +0 -85
  6545. package/dist/esm/models/components/discountpercentagerepeatdurationbase.d.ts.map +0 -1
  6546. package/dist/esm/models/components/discountpercentagerepeatdurationbase.js +0 -76
  6547. package/dist/esm/models/components/discountpercentagerepeatdurationbase.js.map +0 -1
  6548. package/dist/esm/models/components/discountproduct.d.ts +0 -68
  6549. package/dist/esm/models/components/discountproduct.d.ts.map +0 -1
  6550. package/dist/esm/models/components/discountproduct.js +0 -43
  6551. package/dist/esm/models/components/discountproduct.js.map +0 -1
  6552. package/dist/esm/models/components/discountsortproperty.d.ts +0 -18
  6553. package/dist/esm/models/components/discountsortproperty.d.ts.map +0 -1
  6554. package/dist/esm/models/components/discountsortproperty.js +0 -19
  6555. package/dist/esm/models/components/discountsortproperty.js.map +0 -1
  6556. package/dist/esm/models/components/discounttype.d.ts +0 -12
  6557. package/dist/esm/models/components/discounttype.d.ts.map +0 -1
  6558. package/dist/esm/models/components/discounttype.js +0 -13
  6559. package/dist/esm/models/components/discounttype.js.map +0 -1
  6560. package/dist/esm/models/components/discountupdate.d.ts +0 -91
  6561. package/dist/esm/models/components/discountupdate.d.ts.map +0 -1
  6562. package/dist/esm/models/components/discountupdate.js +0 -43
  6563. package/dist/esm/models/components/discountupdate.js.map +0 -1
  6564. package/dist/esm/models/components/dispute.d.ts +0 -58
  6565. package/dist/esm/models/components/dispute.d.ts.map +0 -1
  6566. package/dist/esm/models/components/dispute.js +0 -33
  6567. package/dist/esm/models/components/dispute.js.map +0 -1
  6568. package/dist/esm/models/components/disputesortproperty.d.ts +0 -12
  6569. package/dist/esm/models/components/disputesortproperty.d.ts.map +0 -1
  6570. package/dist/esm/models/components/disputesortproperty.js +0 -13
  6571. package/dist/esm/models/components/disputesortproperty.js.map +0 -1
  6572. package/dist/esm/models/components/disputestatus.d.ts +0 -16
  6573. package/dist/esm/models/components/disputestatus.d.ts.map +0 -1
  6574. package/dist/esm/models/components/disputestatus.js +0 -17
  6575. package/dist/esm/models/components/disputestatus.js.map +0 -1
  6576. package/dist/esm/models/components/downloadablefilecreate.d.ts +0 -30
  6577. package/dist/esm/models/components/downloadablefilecreate.d.ts.map +0 -1
  6578. package/dist/esm/models/components/downloadablefilecreate.js +0 -27
  6579. package/dist/esm/models/components/downloadablefilecreate.js.map +0 -1
  6580. package/dist/esm/models/components/downloadablefileread.d.ts +0 -31
  6581. package/dist/esm/models/components/downloadablefileread.d.ts.map +0 -1
  6582. package/dist/esm/models/components/downloadablefileread.js +0 -42
  6583. package/dist/esm/models/components/downloadablefileread.js.map +0 -1
  6584. package/dist/esm/models/components/downloadableread.d.ts +0 -13
  6585. package/dist/esm/models/components/downloadableread.d.ts.map +0 -1
  6586. package/dist/esm/models/components/downloadableread.js +0 -21
  6587. package/dist/esm/models/components/downloadableread.js.map +0 -1
  6588. package/dist/esm/models/components/event.d.ts +0 -10
  6589. package/dist/esm/models/components/event.d.ts.map +0 -1
  6590. package/dist/esm/models/components/event.js +0 -16
  6591. package/dist/esm/models/components/event.js.map +0 -1
  6592. package/dist/esm/models/components/eventcreatecustomer.d.ts +0 -52
  6593. package/dist/esm/models/components/eventcreatecustomer.d.ts.map +0 -1
  6594. package/dist/esm/models/components/eventcreatecustomer.js +0 -29
  6595. package/dist/esm/models/components/eventcreatecustomer.js.map +0 -1
  6596. package/dist/esm/models/components/eventcreateexternalcustomer.d.ts +0 -52
  6597. package/dist/esm/models/components/eventcreateexternalcustomer.d.ts.map +0 -1
  6598. package/dist/esm/models/components/eventcreateexternalcustomer.js +0 -29
  6599. package/dist/esm/models/components/eventcreateexternalcustomer.js.map +0 -1
  6600. package/dist/esm/models/components/eventmetadatainput.d.ts +0 -10
  6601. package/dist/esm/models/components/eventmetadatainput.d.ts.map +0 -1
  6602. package/dist/esm/models/components/eventmetadatainput.js +0 -20
  6603. package/dist/esm/models/components/eventmetadatainput.js.map +0 -1
  6604. package/dist/esm/models/components/eventmetadataoutput.d.ts +0 -10
  6605. package/dist/esm/models/components/eventmetadataoutput.d.ts.map +0 -1
  6606. package/dist/esm/models/components/eventmetadataoutput.js +0 -21
  6607. package/dist/esm/models/components/eventmetadataoutput.js.map +0 -1
  6608. package/dist/esm/models/components/eventname.d.ts +0 -27
  6609. package/dist/esm/models/components/eventname.d.ts.map +0 -1
  6610. package/dist/esm/models/components/eventname.js +0 -25
  6611. package/dist/esm/models/components/eventname.js.map +0 -1
  6612. package/dist/esm/models/components/eventnamessortproperty.d.ts +0 -16
  6613. package/dist/esm/models/components/eventnamessortproperty.d.ts.map +0 -1
  6614. package/dist/esm/models/components/eventnamessortproperty.js +0 -17
  6615. package/dist/esm/models/components/eventnamessortproperty.js.map +0 -1
  6616. package/dist/esm/models/components/eventsingest.d.ts +0 -23
  6617. package/dist/esm/models/components/eventsingest.d.ts.map +0 -1
  6618. package/dist/esm/models/components/eventsingest.js +0 -26
  6619. package/dist/esm/models/components/eventsingest.js.map +0 -1
  6620. package/dist/esm/models/components/eventsingestresponse.d.ts +0 -17
  6621. package/dist/esm/models/components/eventsingestresponse.d.ts.map +0 -1
  6622. package/dist/esm/models/components/eventsingestresponse.js +0 -14
  6623. package/dist/esm/models/components/eventsingestresponse.js.map +0 -1
  6624. package/dist/esm/models/components/eventsortproperty.d.ts +0 -10
  6625. package/dist/esm/models/components/eventsortproperty.d.ts.map +0 -1
  6626. package/dist/esm/models/components/eventsortproperty.js +0 -11
  6627. package/dist/esm/models/components/eventsortproperty.js.map +0 -1
  6628. package/dist/esm/models/components/eventsource.d.ts +0 -12
  6629. package/dist/esm/models/components/eventsource.d.ts.map +0 -1
  6630. package/dist/esm/models/components/eventsource.js +0 -13
  6631. package/dist/esm/models/components/eventsource.js.map +0 -1
  6632. package/dist/esm/models/components/eventtype.d.ts +0 -37
  6633. package/dist/esm/models/components/eventtype.d.ts.map +0 -1
  6634. package/dist/esm/models/components/eventtype.js +0 -28
  6635. package/dist/esm/models/components/eventtype.js.map +0 -1
  6636. package/dist/esm/models/components/eventtypessortproperty.d.ts +0 -18
  6637. package/dist/esm/models/components/eventtypessortproperty.d.ts.map +0 -1
  6638. package/dist/esm/models/components/eventtypessortproperty.js +0 -19
  6639. package/dist/esm/models/components/eventtypessortproperty.js.map +0 -1
  6640. package/dist/esm/models/components/eventtypeupdate.d.ts +0 -20
  6641. package/dist/esm/models/components/eventtypeupdate.d.ts.map +0 -1
  6642. package/dist/esm/models/components/eventtypeupdate.js +0 -18
  6643. package/dist/esm/models/components/eventtypeupdate.js.map +0 -1
  6644. package/dist/esm/models/components/eventtypewithstats.d.ts +0 -51
  6645. package/dist/esm/models/components/eventtypewithstats.d.ts.map +0 -1
  6646. package/dist/esm/models/components/eventtypewithstats.js +0 -34
  6647. package/dist/esm/models/components/eventtypewithstats.js.map +0 -1
  6648. package/dist/esm/models/components/existingproductprice.d.ts +0 -19
  6649. package/dist/esm/models/components/existingproductprice.d.ts.map +0 -1
  6650. package/dist/esm/models/components/existingproductprice.js +0 -12
  6651. package/dist/esm/models/components/existingproductprice.js.map +0 -1
  6652. package/dist/esm/models/components/filecreate.d.ts +0 -11
  6653. package/dist/esm/models/components/filecreate.d.ts.map +0 -1
  6654. package/dist/esm/models/components/filecreate.js +0 -17
  6655. package/dist/esm/models/components/filecreate.js.map +0 -1
  6656. package/dist/esm/models/components/filedownload.d.ts +0 -30
  6657. package/dist/esm/models/components/filedownload.d.ts.map +0 -1
  6658. package/dist/esm/models/components/filedownload.js +0 -43
  6659. package/dist/esm/models/components/filedownload.js.map +0 -1
  6660. package/dist/esm/models/components/filepatch.d.ts +0 -14
  6661. package/dist/esm/models/components/filepatch.d.ts.map +0 -1
  6662. package/dist/esm/models/components/filepatch.js +0 -13
  6663. package/dist/esm/models/components/filepatch.js.map +0 -1
  6664. package/dist/esm/models/components/fileservicetypes.d.ts +0 -11
  6665. package/dist/esm/models/components/fileservicetypes.d.ts.map +0 -1
  6666. package/dist/esm/models/components/fileservicetypes.js +0 -12
  6667. package/dist/esm/models/components/fileservicetypes.js.map +0 -1
  6668. package/dist/esm/models/components/fileupload.d.ts +0 -30
  6669. package/dist/esm/models/components/fileupload.d.ts.map +0 -1
  6670. package/dist/esm/models/components/fileupload.js +0 -44
  6671. package/dist/esm/models/components/fileupload.js.map +0 -1
  6672. package/dist/esm/models/components/fileuploadcompleted.d.ts +0 -17
  6673. package/dist/esm/models/components/fileuploadcompleted.d.ts.map +0 -1
  6674. package/dist/esm/models/components/fileuploadcompleted.js +0 -15
  6675. package/dist/esm/models/components/fileuploadcompleted.js.map +0 -1
  6676. package/dist/esm/models/components/filter.d.ts +0 -30
  6677. package/dist/esm/models/components/filter.d.ts.map +0 -1
  6678. package/dist/esm/models/components/filter.js +0 -45
  6679. package/dist/esm/models/components/filter.js.map +0 -1
  6680. package/dist/esm/models/components/filterclause.d.ts +0 -31
  6681. package/dist/esm/models/components/filterclause.d.ts.map +0 -1
  6682. package/dist/esm/models/components/filterclause.js +0 -40
  6683. package/dist/esm/models/components/filterclause.js.map +0 -1
  6684. package/dist/esm/models/components/filterconjunction.d.ts +0 -12
  6685. package/dist/esm/models/components/filterconjunction.d.ts.map +0 -1
  6686. package/dist/esm/models/components/filterconjunction.js +0 -13
  6687. package/dist/esm/models/components/filterconjunction.js.map +0 -1
  6688. package/dist/esm/models/components/filteroperator.d.ts +0 -18
  6689. package/dist/esm/models/components/filteroperator.d.ts.map +0 -1
  6690. package/dist/esm/models/components/filteroperator.js +0 -19
  6691. package/dist/esm/models/components/filteroperator.js.map +0 -1
  6692. package/dist/esm/models/components/genericpayment.d.ts +0 -66
  6693. package/dist/esm/models/components/genericpayment.d.ts.map +0 -1
  6694. package/dist/esm/models/components/genericpayment.js +0 -40
  6695. package/dist/esm/models/components/genericpayment.js.map +0 -1
  6696. package/dist/esm/models/components/introspecttokenrequest.d.ts +0 -26
  6697. package/dist/esm/models/components/introspecttokenrequest.d.ts.map +0 -1
  6698. package/dist/esm/models/components/introspecttokenrequest.js +0 -28
  6699. package/dist/esm/models/components/introspecttokenrequest.js.map +0 -1
  6700. package/dist/esm/models/components/introspecttokenresponse.d.ts +0 -28
  6701. package/dist/esm/models/components/introspecttokenresponse.d.ts.map +0 -1
  6702. package/dist/esm/models/components/introspecttokenresponse.js +0 -37
  6703. package/dist/esm/models/components/introspecttokenresponse.js.map +0 -1
  6704. package/dist/esm/models/components/legacyrecurringproductprice.d.ts +0 -16
  6705. package/dist/esm/models/components/legacyrecurringproductprice.d.ts.map +0 -1
  6706. package/dist/esm/models/components/legacyrecurringproductprice.js +0 -27
  6707. package/dist/esm/models/components/legacyrecurringproductprice.js.map +0 -1
  6708. package/dist/esm/models/components/legacyrecurringproductpricecustom.d.ts +0 -88
  6709. package/dist/esm/models/components/legacyrecurringproductpricecustom.d.ts.map +0 -1
  6710. package/dist/esm/models/components/legacyrecurringproductpricecustom.js +0 -80
  6711. package/dist/esm/models/components/legacyrecurringproductpricecustom.js.map +0 -1
  6712. package/dist/esm/models/components/legacyrecurringproductpricefixed.d.ts +0 -78
  6713. package/dist/esm/models/components/legacyrecurringproductpricefixed.d.ts.map +0 -1
  6714. package/dist/esm/models/components/legacyrecurringproductpricefixed.js +0 -72
  6715. package/dist/esm/models/components/legacyrecurringproductpricefixed.js.map +0 -1
  6716. package/dist/esm/models/components/legacyrecurringproductpricefree.d.ts +0 -73
  6717. package/dist/esm/models/components/legacyrecurringproductpricefree.d.ts.map +0 -1
  6718. package/dist/esm/models/components/legacyrecurringproductpricefree.js +0 -68
  6719. package/dist/esm/models/components/legacyrecurringproductpricefree.js.map +0 -1
  6720. package/dist/esm/models/components/licensekeyactivate.d.ts +0 -70
  6721. package/dist/esm/models/components/licensekeyactivate.d.ts.map +0 -1
  6722. package/dist/esm/models/components/licensekeyactivate.js +0 -32
  6723. package/dist/esm/models/components/licensekeyactivate.js.map +0 -1
  6724. package/dist/esm/models/components/licensekeyactivationbase.d.ts +0 -21
  6725. package/dist/esm/models/components/licensekeyactivationbase.d.ts.map +0 -1
  6726. package/dist/esm/models/components/licensekeyactivationbase.js +0 -36
  6727. package/dist/esm/models/components/licensekeyactivationbase.js.map +0 -1
  6728. package/dist/esm/models/components/licensekeyactivationread.d.ts +0 -23
  6729. package/dist/esm/models/components/licensekeyactivationread.d.ts.map +0 -1
  6730. package/dist/esm/models/components/licensekeyactivationread.js +0 -34
  6731. package/dist/esm/models/components/licensekeyactivationread.js.map +0 -1
  6732. package/dist/esm/models/components/licensekeycustomer.d.ts +0 -65
  6733. package/dist/esm/models/components/licensekeycustomer.d.ts.map +0 -1
  6734. package/dist/esm/models/components/licensekeycustomer.js +0 -52
  6735. package/dist/esm/models/components/licensekeycustomer.js.map +0 -1
  6736. package/dist/esm/models/components/licensekeydeactivate.d.ts +0 -16
  6737. package/dist/esm/models/components/licensekeydeactivate.d.ts.map +0 -1
  6738. package/dist/esm/models/components/licensekeydeactivate.js +0 -20
  6739. package/dist/esm/models/components/licensekeydeactivate.js.map +0 -1
  6740. package/dist/esm/models/components/licensekeyread.d.ts +0 -39
  6741. package/dist/esm/models/components/licensekeyread.d.ts.map +0 -1
  6742. package/dist/esm/models/components/licensekeyread.js +0 -44
  6743. package/dist/esm/models/components/licensekeyread.js.map +0 -1
  6744. package/dist/esm/models/components/licensekeystatus.d.ts +0 -13
  6745. package/dist/esm/models/components/licensekeystatus.d.ts.map +0 -1
  6746. package/dist/esm/models/components/licensekeystatus.js +0 -14
  6747. package/dist/esm/models/components/licensekeystatus.js.map +0 -1
  6748. package/dist/esm/models/components/licensekeyupdate.d.ts +0 -21
  6749. package/dist/esm/models/components/licensekeyupdate.d.ts.map +0 -1
  6750. package/dist/esm/models/components/licensekeyupdate.js +0 -24
  6751. package/dist/esm/models/components/licensekeyupdate.js.map +0 -1
  6752. package/dist/esm/models/components/licensekeyvalidate.d.ts +0 -49
  6753. package/dist/esm/models/components/licensekeyvalidate.d.ts.map +0 -1
  6754. package/dist/esm/models/components/licensekeyvalidate.js +0 -33
  6755. package/dist/esm/models/components/licensekeyvalidate.js.map +0 -1
  6756. package/dist/esm/models/components/licensekeywithactivations.d.ts +0 -41
  6757. package/dist/esm/models/components/licensekeywithactivations.d.ts.map +0 -1
  6758. package/dist/esm/models/components/licensekeywithactivations.js +0 -46
  6759. package/dist/esm/models/components/licensekeywithactivations.js.map +0 -1
  6760. package/dist/esm/models/components/listresourcebenefit.d.ts +0 -13
  6761. package/dist/esm/models/components/listresourcebenefit.d.ts.map +0 -1
  6762. package/dist/esm/models/components/listresourcebenefit.js +0 -16
  6763. package/dist/esm/models/components/listresourcebenefit.js.map +0 -1
  6764. package/dist/esm/models/components/listresourcebenefitgrant.d.ts +0 -13
  6765. package/dist/esm/models/components/listresourcebenefitgrant.d.ts.map +0 -1
  6766. package/dist/esm/models/components/listresourcebenefitgrant.js +0 -16
  6767. package/dist/esm/models/components/listresourcebenefitgrant.js.map +0 -1
  6768. package/dist/esm/models/components/listresourcecheckout.d.ts +0 -13
  6769. package/dist/esm/models/components/listresourcecheckout.d.ts.map +0 -1
  6770. package/dist/esm/models/components/listresourcecheckout.js +0 -16
  6771. package/dist/esm/models/components/listresourcecheckout.js.map +0 -1
  6772. package/dist/esm/models/components/listresourcecheckoutlink.d.ts +0 -13
  6773. package/dist/esm/models/components/listresourcecheckoutlink.d.ts.map +0 -1
  6774. package/dist/esm/models/components/listresourcecheckoutlink.js +0 -16
  6775. package/dist/esm/models/components/listresourcecheckoutlink.js.map +0 -1
  6776. package/dist/esm/models/components/listresourcecustomer.d.ts +0 -13
  6777. package/dist/esm/models/components/listresourcecustomer.d.ts.map +0 -1
  6778. package/dist/esm/models/components/listresourcecustomer.js +0 -16
  6779. package/dist/esm/models/components/listresourcecustomer.js.map +0 -1
  6780. package/dist/esm/models/components/listresourcecustomerbenefitgrant.d.ts +0 -13
  6781. package/dist/esm/models/components/listresourcecustomerbenefitgrant.d.ts.map +0 -1
  6782. package/dist/esm/models/components/listresourcecustomerbenefitgrant.js +0 -16
  6783. package/dist/esm/models/components/listresourcecustomerbenefitgrant.js.map +0 -1
  6784. package/dist/esm/models/components/listresourcecustomercustomermeter.d.ts +0 -13
  6785. package/dist/esm/models/components/listresourcecustomercustomermeter.d.ts.map +0 -1
  6786. package/dist/esm/models/components/listresourcecustomercustomermeter.js +0 -16
  6787. package/dist/esm/models/components/listresourcecustomercustomermeter.js.map +0 -1
  6788. package/dist/esm/models/components/listresourcecustomermeter.d.ts +0 -13
  6789. package/dist/esm/models/components/listresourcecustomermeter.d.ts.map +0 -1
  6790. package/dist/esm/models/components/listresourcecustomermeter.js +0 -16
  6791. package/dist/esm/models/components/listresourcecustomermeter.js.map +0 -1
  6792. package/dist/esm/models/components/listresourcecustomerorder.d.ts +0 -13
  6793. package/dist/esm/models/components/listresourcecustomerorder.d.ts.map +0 -1
  6794. package/dist/esm/models/components/listresourcecustomerorder.js +0 -16
  6795. package/dist/esm/models/components/listresourcecustomerorder.js.map +0 -1
  6796. package/dist/esm/models/components/listresourcecustomerpaymentmethod.d.ts +0 -13
  6797. package/dist/esm/models/components/listresourcecustomerpaymentmethod.d.ts.map +0 -1
  6798. package/dist/esm/models/components/listresourcecustomerpaymentmethod.js +0 -16
  6799. package/dist/esm/models/components/listresourcecustomerpaymentmethod.js.map +0 -1
  6800. package/dist/esm/models/components/listresourcecustomerportalmember.d.ts +0 -13
  6801. package/dist/esm/models/components/listresourcecustomerportalmember.d.ts.map +0 -1
  6802. package/dist/esm/models/components/listresourcecustomerportalmember.js +0 -16
  6803. package/dist/esm/models/components/listresourcecustomerportalmember.js.map +0 -1
  6804. package/dist/esm/models/components/listresourcecustomersubscription.d.ts +0 -13
  6805. package/dist/esm/models/components/listresourcecustomersubscription.d.ts.map +0 -1
  6806. package/dist/esm/models/components/listresourcecustomersubscription.js +0 -16
  6807. package/dist/esm/models/components/listresourcecustomersubscription.js.map +0 -1
  6808. package/dist/esm/models/components/listresourcecustomerwallet.d.ts +0 -13
  6809. package/dist/esm/models/components/listresourcecustomerwallet.d.ts.map +0 -1
  6810. package/dist/esm/models/components/listresourcecustomerwallet.js +0 -16
  6811. package/dist/esm/models/components/listresourcecustomerwallet.js.map +0 -1
  6812. package/dist/esm/models/components/listresourcecustomfield.d.ts +0 -13
  6813. package/dist/esm/models/components/listresourcecustomfield.d.ts.map +0 -1
  6814. package/dist/esm/models/components/listresourcecustomfield.js +0 -16
  6815. package/dist/esm/models/components/listresourcecustomfield.js.map +0 -1
  6816. package/dist/esm/models/components/listresourcediscount.d.ts +0 -13
  6817. package/dist/esm/models/components/listresourcediscount.d.ts.map +0 -1
  6818. package/dist/esm/models/components/listresourcediscount.js +0 -16
  6819. package/dist/esm/models/components/listresourcediscount.js.map +0 -1
  6820. package/dist/esm/models/components/listresourcedispute.d.ts +0 -13
  6821. package/dist/esm/models/components/listresourcedispute.d.ts.map +0 -1
  6822. package/dist/esm/models/components/listresourcedispute.js +0 -16
  6823. package/dist/esm/models/components/listresourcedispute.js.map +0 -1
  6824. package/dist/esm/models/components/listresourcedownloadableread.d.ts +0 -13
  6825. package/dist/esm/models/components/listresourcedownloadableread.d.ts.map +0 -1
  6826. package/dist/esm/models/components/listresourcedownloadableread.js +0 -16
  6827. package/dist/esm/models/components/listresourcedownloadableread.js.map +0 -1
  6828. package/dist/esm/models/components/listresourceevent.d.ts +0 -13
  6829. package/dist/esm/models/components/listresourceevent.d.ts.map +0 -1
  6830. package/dist/esm/models/components/listresourceevent.js +0 -16
  6831. package/dist/esm/models/components/listresourceevent.js.map +0 -1
  6832. package/dist/esm/models/components/listresourceeventname.d.ts +0 -13
  6833. package/dist/esm/models/components/listresourceeventname.d.ts.map +0 -1
  6834. package/dist/esm/models/components/listresourceeventname.js +0 -16
  6835. package/dist/esm/models/components/listresourceeventname.js.map +0 -1
  6836. package/dist/esm/models/components/listresourceeventtypewithstats.d.ts +0 -13
  6837. package/dist/esm/models/components/listresourceeventtypewithstats.d.ts.map +0 -1
  6838. package/dist/esm/models/components/listresourceeventtypewithstats.js +0 -16
  6839. package/dist/esm/models/components/listresourceeventtypewithstats.js.map +0 -1
  6840. package/dist/esm/models/components/listresourcefileread.d.ts +0 -19
  6841. package/dist/esm/models/components/listresourcefileread.d.ts.map +0 -1
  6842. package/dist/esm/models/components/listresourcefileread.js +0 -31
  6843. package/dist/esm/models/components/listresourcefileread.js.map +0 -1
  6844. package/dist/esm/models/components/listresourcelicensekeyread.d.ts +0 -13
  6845. package/dist/esm/models/components/listresourcelicensekeyread.d.ts.map +0 -1
  6846. package/dist/esm/models/components/listresourcelicensekeyread.js +0 -16
  6847. package/dist/esm/models/components/listresourcelicensekeyread.js.map +0 -1
  6848. package/dist/esm/models/components/listresourcemember.d.ts +0 -13
  6849. package/dist/esm/models/components/listresourcemember.d.ts.map +0 -1
  6850. package/dist/esm/models/components/listresourcemember.js +0 -16
  6851. package/dist/esm/models/components/listresourcemember.js.map +0 -1
  6852. package/dist/esm/models/components/listresourcemeter.d.ts +0 -13
  6853. package/dist/esm/models/components/listresourcemeter.d.ts.map +0 -1
  6854. package/dist/esm/models/components/listresourcemeter.js +0 -16
  6855. package/dist/esm/models/components/listresourcemeter.js.map +0 -1
  6856. package/dist/esm/models/components/listresourceorder.d.ts +0 -13
  6857. package/dist/esm/models/components/listresourceorder.d.ts.map +0 -1
  6858. package/dist/esm/models/components/listresourceorder.js +0 -16
  6859. package/dist/esm/models/components/listresourceorder.js.map +0 -1
  6860. package/dist/esm/models/components/listresourceorganization.d.ts +0 -13
  6861. package/dist/esm/models/components/listresourceorganization.d.ts.map +0 -1
  6862. package/dist/esm/models/components/listresourceorganization.js +0 -16
  6863. package/dist/esm/models/components/listresourceorganization.js.map +0 -1
  6864. package/dist/esm/models/components/listresourceorganizationaccesstoken.d.ts +0 -13
  6865. package/dist/esm/models/components/listresourceorganizationaccesstoken.d.ts.map +0 -1
  6866. package/dist/esm/models/components/listresourceorganizationaccesstoken.js +0 -16
  6867. package/dist/esm/models/components/listresourceorganizationaccesstoken.js.map +0 -1
  6868. package/dist/esm/models/components/listresourcepayment.d.ts +0 -13
  6869. package/dist/esm/models/components/listresourcepayment.d.ts.map +0 -1
  6870. package/dist/esm/models/components/listresourcepayment.js +0 -16
  6871. package/dist/esm/models/components/listresourcepayment.js.map +0 -1
  6872. package/dist/esm/models/components/listresourcepaymentmethod.d.ts +0 -13
  6873. package/dist/esm/models/components/listresourcepaymentmethod.d.ts.map +0 -1
  6874. package/dist/esm/models/components/listresourcepaymentmethod.js +0 -16
  6875. package/dist/esm/models/components/listresourcepaymentmethod.js.map +0 -1
  6876. package/dist/esm/models/components/listresourceproduct.d.ts +0 -13
  6877. package/dist/esm/models/components/listresourceproduct.d.ts.map +0 -1
  6878. package/dist/esm/models/components/listresourceproduct.js +0 -16
  6879. package/dist/esm/models/components/listresourceproduct.js.map +0 -1
  6880. package/dist/esm/models/components/listresourcerefund.d.ts +0 -13
  6881. package/dist/esm/models/components/listresourcerefund.d.ts.map +0 -1
  6882. package/dist/esm/models/components/listresourcerefund.js +0 -16
  6883. package/dist/esm/models/components/listresourcerefund.js.map +0 -1
  6884. package/dist/esm/models/components/listresourcesubscription.d.ts +0 -13
  6885. package/dist/esm/models/components/listresourcesubscription.d.ts.map +0 -1
  6886. package/dist/esm/models/components/listresourcesubscription.js +0 -16
  6887. package/dist/esm/models/components/listresourcesubscription.js.map +0 -1
  6888. package/dist/esm/models/components/listresourcewebhookdelivery.d.ts +0 -13
  6889. package/dist/esm/models/components/listresourcewebhookdelivery.d.ts.map +0 -1
  6890. package/dist/esm/models/components/listresourcewebhookdelivery.js +0 -16
  6891. package/dist/esm/models/components/listresourcewebhookdelivery.js.map +0 -1
  6892. package/dist/esm/models/components/listresourcewebhookendpoint.d.ts +0 -13
  6893. package/dist/esm/models/components/listresourcewebhookendpoint.d.ts.map +0 -1
  6894. package/dist/esm/models/components/listresourcewebhookendpoint.js +0 -16
  6895. package/dist/esm/models/components/listresourcewebhookendpoint.js.map +0 -1
  6896. package/dist/esm/models/components/listresourcewithcursorpaginationevent.d.ts +0 -13
  6897. package/dist/esm/models/components/listresourcewithcursorpaginationevent.d.ts.map +0 -1
  6898. package/dist/esm/models/components/listresourcewithcursorpaginationevent.js +0 -16
  6899. package/dist/esm/models/components/listresourcewithcursorpaginationevent.js.map +0 -1
  6900. package/dist/esm/models/components/llmmetadata.d.ts +0 -55
  6901. package/dist/esm/models/components/llmmetadata.d.ts.map +0 -1
  6902. package/dist/esm/models/components/llmmetadata.js +0 -50
  6903. package/dist/esm/models/components/llmmetadata.js.map +0 -1
  6904. package/dist/esm/models/components/member.d.ts +0 -56
  6905. package/dist/esm/models/components/member.d.ts.map +0 -1
  6906. package/dist/esm/models/components/member.js +0 -51
  6907. package/dist/esm/models/components/member.js.map +0 -1
  6908. package/dist/esm/models/components/membercreate.d.ts +0 -49
  6909. package/dist/esm/models/components/membercreate.d.ts.map +0 -1
  6910. package/dist/esm/models/components/membercreate.js +0 -31
  6911. package/dist/esm/models/components/membercreate.js.map +0 -1
  6912. package/dist/esm/models/components/memberownercreate.d.ts +0 -25
  6913. package/dist/esm/models/components/memberownercreate.d.ts.map +0 -1
  6914. package/dist/esm/models/components/memberownercreate.js +0 -19
  6915. package/dist/esm/models/components/memberownercreate.js.map +0 -1
  6916. package/dist/esm/models/components/memberrole.d.ts +0 -13
  6917. package/dist/esm/models/components/memberrole.d.ts.map +0 -1
  6918. package/dist/esm/models/components/memberrole.js +0 -14
  6919. package/dist/esm/models/components/memberrole.js.map +0 -1
  6920. package/dist/esm/models/components/membersortproperty.d.ts +0 -10
  6921. package/dist/esm/models/components/membersortproperty.d.ts.map +0 -1
  6922. package/dist/esm/models/components/membersortproperty.js +0 -11
  6923. package/dist/esm/models/components/membersortproperty.js.map +0 -1
  6924. package/dist/esm/models/components/memberupdate.d.ts +0 -21
  6925. package/dist/esm/models/components/memberupdate.d.ts.map +0 -1
  6926. package/dist/esm/models/components/memberupdate.js +0 -14
  6927. package/dist/esm/models/components/memberupdate.js.map +0 -1
  6928. package/dist/esm/models/components/metadataoutputtype.d.ts +0 -13
  6929. package/dist/esm/models/components/metadataoutputtype.d.ts.map +0 -1
  6930. package/dist/esm/models/components/metadataoutputtype.js +0 -17
  6931. package/dist/esm/models/components/metadataoutputtype.js.map +0 -1
  6932. package/dist/esm/models/components/meter.d.ts +0 -120
  6933. package/dist/esm/models/components/meter.d.ts.map +0 -1
  6934. package/dist/esm/models/components/meter.js +0 -106
  6935. package/dist/esm/models/components/meter.js.map +0 -1
  6936. package/dist/esm/models/components/metercreate.d.ts +0 -112
  6937. package/dist/esm/models/components/metercreate.d.ts.map +0 -1
  6938. package/dist/esm/models/components/metercreate.js +0 -56
  6939. package/dist/esm/models/components/metercreate.js.map +0 -1
  6940. package/dist/esm/models/components/metercreditedmetadata.d.ts +0 -12
  6941. package/dist/esm/models/components/metercreditedmetadata.d.ts.map +0 -1
  6942. package/dist/esm/models/components/metercreditedmetadata.js +0 -20
  6943. package/dist/esm/models/components/metercreditedmetadata.js.map +0 -1
  6944. package/dist/esm/models/components/metercreditevent.d.ts +0 -67
  6945. package/dist/esm/models/components/metercreditevent.d.ts.map +0 -1
  6946. package/dist/esm/models/components/metercreditevent.js +0 -39
  6947. package/dist/esm/models/components/metercreditevent.js.map +0 -1
  6948. package/dist/esm/models/components/meterquantities.d.ts +0 -15
  6949. package/dist/esm/models/components/meterquantities.d.ts.map +0 -1
  6950. package/dist/esm/models/components/meterquantities.js +0 -15
  6951. package/dist/esm/models/components/meterquantities.js.map +0 -1
  6952. package/dist/esm/models/components/meterquantity.d.ts +0 -17
  6953. package/dist/esm/models/components/meterquantity.d.ts.map +0 -1
  6954. package/dist/esm/models/components/meterquantity.js +0 -14
  6955. package/dist/esm/models/components/meterquantity.js.map +0 -1
  6956. package/dist/esm/models/components/meterresetevent.d.ts +0 -67
  6957. package/dist/esm/models/components/meterresetevent.d.ts.map +0 -1
  6958. package/dist/esm/models/components/meterresetevent.js +0 -39
  6959. package/dist/esm/models/components/meterresetevent.js.map +0 -1
  6960. package/dist/esm/models/components/meterresetmetadata.d.ts +0 -10
  6961. package/dist/esm/models/components/meterresetmetadata.d.ts.map +0 -1
  6962. package/dist/esm/models/components/meterresetmetadata.js +0 -18
  6963. package/dist/esm/models/components/meterresetmetadata.js.map +0 -1
  6964. package/dist/esm/models/components/metersortproperty.d.ts +0 -12
  6965. package/dist/esm/models/components/metersortproperty.d.ts.map +0 -1
  6966. package/dist/esm/models/components/metersortproperty.js +0 -13
  6967. package/dist/esm/models/components/metersortproperty.js.map +0 -1
  6968. package/dist/esm/models/components/meterunit.d.ts +0 -13
  6969. package/dist/esm/models/components/meterunit.d.ts.map +0 -1
  6970. package/dist/esm/models/components/meterunit.js +0 -14
  6971. package/dist/esm/models/components/meterunit.js.map +0 -1
  6972. package/dist/esm/models/components/meterupdate.d.ts +0 -115
  6973. package/dist/esm/models/components/meterupdate.d.ts.map +0 -1
  6974. package/dist/esm/models/components/meterupdate.js +0 -56
  6975. package/dist/esm/models/components/meterupdate.js.map +0 -1
  6976. package/dist/esm/models/components/metric.d.ts +0 -22
  6977. package/dist/esm/models/components/metric.d.ts.map +0 -1
  6978. package/dist/esm/models/components/metric.js +0 -21
  6979. package/dist/esm/models/components/metric.js.map +0 -1
  6980. package/dist/esm/models/components/metricdashboardcreate.d.ts +0 -28
  6981. package/dist/esm/models/components/metricdashboardcreate.d.ts.map +0 -1
  6982. package/dist/esm/models/components/metricdashboardcreate.js +0 -19
  6983. package/dist/esm/models/components/metricdashboardcreate.js.map +0 -1
  6984. package/dist/esm/models/components/metricdashboardschema.d.ts +0 -36
  6985. package/dist/esm/models/components/metricdashboardschema.d.ts.map +0 -1
  6986. package/dist/esm/models/components/metricdashboardschema.js +0 -25
  6987. package/dist/esm/models/components/metricdashboardschema.js.map +0 -1
  6988. package/dist/esm/models/components/metricdashboardupdate.d.ts +0 -23
  6989. package/dist/esm/models/components/metricdashboardupdate.d.ts.map +0 -1
  6990. package/dist/esm/models/components/metricdashboardupdate.js +0 -13
  6991. package/dist/esm/models/components/metricdashboardupdate.js.map +0 -1
  6992. package/dist/esm/models/components/metricperiod.d.ts +0 -288
  6993. package/dist/esm/models/components/metricperiod.d.ts.map +0 -1
  6994. package/dist/esm/models/components/metricperiod.js +0 -406
  6995. package/dist/esm/models/components/metricperiod.js.map +0 -1
  6996. package/dist/esm/models/components/metrics.d.ts +0 -65
  6997. package/dist/esm/models/components/metrics.d.ts.map +0 -1
  6998. package/dist/esm/models/components/metrics.js +0 -121
  6999. package/dist/esm/models/components/metrics.js.map +0 -1
  7000. package/dist/esm/models/components/metricsintervallimit.d.ts +0 -20
  7001. package/dist/esm/models/components/metricsintervallimit.d.ts.map +0 -1
  7002. package/dist/esm/models/components/metricsintervallimit.js +0 -20
  7003. package/dist/esm/models/components/metricsintervallimit.js.map +0 -1
  7004. package/dist/esm/models/components/metricsintervalslimits.d.ts +0 -33
  7005. package/dist/esm/models/components/metricsintervalslimits.d.ts.map +0 -1
  7006. package/dist/esm/models/components/metricsintervalslimits.js +0 -18
  7007. package/dist/esm/models/components/metricsintervalslimits.js.map +0 -1
  7008. package/dist/esm/models/components/metricslimits.d.ts +0 -22
  7009. package/dist/esm/models/components/metricslimits.d.ts.map +0 -1
  7010. package/dist/esm/models/components/metricslimits.js +0 -21
  7011. package/dist/esm/models/components/metricslimits.js.map +0 -1
  7012. package/dist/esm/models/components/metricsresponse.d.ts +0 -21
  7013. package/dist/esm/models/components/metricsresponse.d.ts.map +0 -1
  7014. package/dist/esm/models/components/metricsresponse.js +0 -18
  7015. package/dist/esm/models/components/metricsresponse.js.map +0 -1
  7016. package/dist/esm/models/components/metricstotals.d.ts +0 -284
  7017. package/dist/esm/models/components/metricstotals.d.ts.map +0 -1
  7018. package/dist/esm/models/components/metricstotals.js +0 -405
  7019. package/dist/esm/models/components/metricstotals.js.map +0 -1
  7020. package/dist/esm/models/components/metrictype.d.ts +0 -12
  7021. package/dist/esm/models/components/metrictype.d.ts.map +0 -1
  7022. package/dist/esm/models/components/metrictype.js +0 -13
  7023. package/dist/esm/models/components/metrictype.js.map +0 -1
  7024. package/dist/esm/models/components/oauth2clientconfiguration.d.ts +0 -49
  7025. package/dist/esm/models/components/oauth2clientconfiguration.d.ts.map +0 -1
  7026. package/dist/esm/models/components/oauth2clientconfiguration.js +0 -51
  7027. package/dist/esm/models/components/oauth2clientconfiguration.js.map +0 -1
  7028. package/dist/esm/models/components/oauth2clientconfigurationupdate.d.ts +0 -51
  7029. package/dist/esm/models/components/oauth2clientconfigurationupdate.d.ts.map +0 -1
  7030. package/dist/esm/models/components/oauth2clientconfigurationupdate.js +0 -52
  7031. package/dist/esm/models/components/oauth2clientconfigurationupdate.js.map +0 -1
  7032. package/dist/esm/models/components/oauth2clientpublic.d.ts +0 -23
  7033. package/dist/esm/models/components/oauth2clientpublic.d.ts.map +0 -1
  7034. package/dist/esm/models/components/oauth2clientpublic.js +0 -32
  7035. package/dist/esm/models/components/oauth2clientpublic.js.map +0 -1
  7036. package/dist/esm/models/components/order.d.ts +0 -206
  7037. package/dist/esm/models/components/order.d.ts.map +0 -1
  7038. package/dist/esm/models/components/order.js +0 -231
  7039. package/dist/esm/models/components/order.js.map +0 -1
  7040. package/dist/esm/models/components/orderbillingreason.d.ts +0 -14
  7041. package/dist/esm/models/components/orderbillingreason.d.ts.map +0 -1
  7042. package/dist/esm/models/components/orderbillingreason.js +0 -15
  7043. package/dist/esm/models/components/orderbillingreason.js.map +0 -1
  7044. package/dist/esm/models/components/ordercreate.d.ts +0 -85
  7045. package/dist/esm/models/components/ordercreate.d.ts.map +0 -1
  7046. package/dist/esm/models/components/ordercreate.js +0 -48
  7047. package/dist/esm/models/components/ordercreate.js.map +0 -1
  7048. package/dist/esm/models/components/ordercustomer.d.ts +0 -94
  7049. package/dist/esm/models/components/ordercustomer.d.ts.map +0 -1
  7050. package/dist/esm/models/components/ordercustomer.js +0 -92
  7051. package/dist/esm/models/components/ordercustomer.js.map +0 -1
  7052. package/dist/esm/models/components/orderfinalize.d.ts +0 -18
  7053. package/dist/esm/models/components/orderfinalize.d.ts.map +0 -1
  7054. package/dist/esm/models/components/orderfinalize.js +0 -17
  7055. package/dist/esm/models/components/orderfinalize.js.map +0 -1
  7056. package/dist/esm/models/components/orderinvoice.d.ts +0 -16
  7057. package/dist/esm/models/components/orderinvoice.d.ts.map +0 -1
  7058. package/dist/esm/models/components/orderinvoice.js +0 -13
  7059. package/dist/esm/models/components/orderinvoice.js.map +0 -1
  7060. package/dist/esm/models/components/orderitemschema.d.ts +0 -58
  7061. package/dist/esm/models/components/orderitemschema.d.ts.map +0 -1
  7062. package/dist/esm/models/components/orderitemschema.js +0 -49
  7063. package/dist/esm/models/components/orderitemschema.js.map +0 -1
  7064. package/dist/esm/models/components/orderpaidevent.d.ts +0 -67
  7065. package/dist/esm/models/components/orderpaidevent.d.ts.map +0 -1
  7066. package/dist/esm/models/components/orderpaidevent.js +0 -39
  7067. package/dist/esm/models/components/orderpaidevent.js.map +0 -1
  7068. package/dist/esm/models/components/orderpaidmetadata.d.ts +0 -23
  7069. package/dist/esm/models/components/orderpaidmetadata.d.ts.map +0 -1
  7070. package/dist/esm/models/components/orderpaidmetadata.js +0 -42
  7071. package/dist/esm/models/components/orderpaidmetadata.js.map +0 -1
  7072. package/dist/esm/models/components/orderproduct.d.ts +0 -87
  7073. package/dist/esm/models/components/orderproduct.d.ts.map +0 -1
  7074. package/dist/esm/models/components/orderproduct.js +0 -75
  7075. package/dist/esm/models/components/orderproduct.js.map +0 -1
  7076. package/dist/esm/models/components/orderreceipt.d.ts +0 -16
  7077. package/dist/esm/models/components/orderreceipt.d.ts.map +0 -1
  7078. package/dist/esm/models/components/orderreceipt.js +0 -13
  7079. package/dist/esm/models/components/orderreceipt.js.map +0 -1
  7080. package/dist/esm/models/components/orderrefundedevent.d.ts +0 -67
  7081. package/dist/esm/models/components/orderrefundedevent.d.ts.map +0 -1
  7082. package/dist/esm/models/components/orderrefundedevent.js +0 -39
  7083. package/dist/esm/models/components/orderrefundedevent.js.map +0 -1
  7084. package/dist/esm/models/components/orderrefundedmetadata.d.ts +0 -12
  7085. package/dist/esm/models/components/orderrefundedmetadata.d.ts.map +0 -1
  7086. package/dist/esm/models/components/orderrefundedmetadata.js +0 -21
  7087. package/dist/esm/models/components/orderrefundedmetadata.js.map +0 -1
  7088. package/dist/esm/models/components/ordersortproperty.d.ts +0 -26
  7089. package/dist/esm/models/components/ordersortproperty.d.ts.map +0 -1
  7090. package/dist/esm/models/components/ordersortproperty.js +0 -27
  7091. package/dist/esm/models/components/ordersortproperty.js.map +0 -1
  7092. package/dist/esm/models/components/orderstatus.d.ts +0 -16
  7093. package/dist/esm/models/components/orderstatus.d.ts.map +0 -1
  7094. package/dist/esm/models/components/orderstatus.js +0 -17
  7095. package/dist/esm/models/components/orderstatus.js.map +0 -1
  7096. package/dist/esm/models/components/ordersubscription.d.ts +0 -130
  7097. package/dist/esm/models/components/ordersubscription.d.ts.map +0 -1
  7098. package/dist/esm/models/components/ordersubscription.js +0 -117
  7099. package/dist/esm/models/components/ordersubscription.js.map +0 -1
  7100. package/dist/esm/models/components/orderupdate.d.ts +0 -24
  7101. package/dist/esm/models/components/orderupdate.d.ts.map +0 -1
  7102. package/dist/esm/models/components/orderupdate.js +0 -20
  7103. package/dist/esm/models/components/orderupdate.js.map +0 -1
  7104. package/dist/esm/models/components/ordervoidedevent.d.ts +0 -67
  7105. package/dist/esm/models/components/ordervoidedevent.d.ts.map +0 -1
  7106. package/dist/esm/models/components/ordervoidedevent.js +0 -39
  7107. package/dist/esm/models/components/ordervoidedevent.js.map +0 -1
  7108. package/dist/esm/models/components/ordervoidedmetadata.d.ts +0 -12
  7109. package/dist/esm/models/components/ordervoidedmetadata.d.ts.map +0 -1
  7110. package/dist/esm/models/components/ordervoidedmetadata.js +0 -20
  7111. package/dist/esm/models/components/ordervoidedmetadata.js.map +0 -1
  7112. package/dist/esm/models/components/organization.d.ts +0 -378
  7113. package/dist/esm/models/components/organization.d.ts.map +0 -1
  7114. package/dist/esm/models/components/organization.js +0 -369
  7115. package/dist/esm/models/components/organization.js.map +0 -1
  7116. package/dist/esm/models/components/organizationaccesstoken.d.ts +0 -27
  7117. package/dist/esm/models/components/organizationaccesstoken.d.ts.map +0 -1
  7118. package/dist/esm/models/components/organizationaccesstoken.js +0 -30
  7119. package/dist/esm/models/components/organizationaccesstoken.js.map +0 -1
  7120. package/dist/esm/models/components/organizationaccesstokencreate.d.ts +0 -19
  7121. package/dist/esm/models/components/organizationaccesstokencreate.d.ts.map +0 -1
  7122. package/dist/esm/models/components/organizationaccesstokencreate.js +0 -22
  7123. package/dist/esm/models/components/organizationaccesstokencreate.js.map +0 -1
  7124. package/dist/esm/models/components/organizationaccesstokencreateresponse.d.ts +0 -12
  7125. package/dist/esm/models/components/organizationaccesstokencreateresponse.d.ts.map +0 -1
  7126. package/dist/esm/models/components/organizationaccesstokencreateresponse.js +0 -20
  7127. package/dist/esm/models/components/organizationaccesstokencreateresponse.js.map +0 -1
  7128. package/dist/esm/models/components/organizationaccesstokensortproperty.d.ts +0 -16
  7129. package/dist/esm/models/components/organizationaccesstokensortproperty.d.ts.map +0 -1
  7130. package/dist/esm/models/components/organizationaccesstokensortproperty.js +0 -17
  7131. package/dist/esm/models/components/organizationaccesstokensortproperty.js.map +0 -1
  7132. package/dist/esm/models/components/organizationaccesstokenupdate.d.ts +0 -15
  7133. package/dist/esm/models/components/organizationaccesstokenupdate.d.ts.map +0 -1
  7134. package/dist/esm/models/components/organizationaccesstokenupdate.js +0 -14
  7135. package/dist/esm/models/components/organizationaccesstokenupdate.js.map +0 -1
  7136. package/dist/esm/models/components/organizationavatarfilecreate.d.ts +0 -36
  7137. package/dist/esm/models/components/organizationavatarfilecreate.d.ts.map +0 -1
  7138. package/dist/esm/models/components/organizationavatarfilecreate.js +0 -27
  7139. package/dist/esm/models/components/organizationavatarfilecreate.js.map +0 -1
  7140. package/dist/esm/models/components/organizationavatarfileread.d.ts +0 -32
  7141. package/dist/esm/models/components/organizationavatarfileread.d.ts.map +0 -1
  7142. package/dist/esm/models/components/organizationavatarfileread.js +0 -44
  7143. package/dist/esm/models/components/organizationavatarfileread.js.map +0 -1
  7144. package/dist/esm/models/components/organizationcapabilities.d.ts +0 -45
  7145. package/dist/esm/models/components/organizationcapabilities.d.ts.map +0 -1
  7146. package/dist/esm/models/components/organizationcapabilities.js +0 -45
  7147. package/dist/esm/models/components/organizationcapabilities.js.map +0 -1
  7148. package/dist/esm/models/components/organizationcompanylegalentityschema.d.ts +0 -14
  7149. package/dist/esm/models/components/organizationcompanylegalentityschema.d.ts.map +0 -1
  7150. package/dist/esm/models/components/organizationcompanylegalentityschema.js +0 -18
  7151. package/dist/esm/models/components/organizationcompanylegalentityschema.js.map +0 -1
  7152. package/dist/esm/models/components/organizationcreate.d.ts +0 -324
  7153. package/dist/esm/models/components/organizationcreate.d.ts.map +0 -1
  7154. package/dist/esm/models/components/organizationcreate.js +0 -310
  7155. package/dist/esm/models/components/organizationcreate.js.map +0 -1
  7156. package/dist/esm/models/components/organizationcustomeremailsettings.d.ts +0 -37
  7157. package/dist/esm/models/components/organizationcustomeremailsettings.d.ts.map +0 -1
  7158. package/dist/esm/models/components/organizationcustomeremailsettings.js +0 -69
  7159. package/dist/esm/models/components/organizationcustomeremailsettings.js.map +0 -1
  7160. package/dist/esm/models/components/organizationcustomerportalsettings.d.ts +0 -24
  7161. package/dist/esm/models/components/organizationcustomerportalsettings.d.ts.map +0 -1
  7162. package/dist/esm/models/components/organizationcustomerportalsettings.js +0 -27
  7163. package/dist/esm/models/components/organizationcustomerportalsettings.js.map +0 -1
  7164. package/dist/esm/models/components/organizationdetails.d.ts +0 -81
  7165. package/dist/esm/models/components/organizationdetails.d.ts.map +0 -1
  7166. package/dist/esm/models/components/organizationdetails.js +0 -42
  7167. package/dist/esm/models/components/organizationdetails.js.map +0 -1
  7168. package/dist/esm/models/components/organizationfeaturesettings.d.ts +0 -70
  7169. package/dist/esm/models/components/organizationfeaturesettings.d.ts.map +0 -1
  7170. package/dist/esm/models/components/organizationfeaturesettings.js +0 -69
  7171. package/dist/esm/models/components/organizationfeaturesettings.js.map +0 -1
  7172. package/dist/esm/models/components/organizationindividuallegalentityschema.d.ts +0 -12
  7173. package/dist/esm/models/components/organizationindividuallegalentityschema.d.ts.map +0 -1
  7174. package/dist/esm/models/components/organizationindividuallegalentityschema.js +0 -12
  7175. package/dist/esm/models/components/organizationindividuallegalentityschema.js.map +0 -1
  7176. package/dist/esm/models/components/organizationnotificationsettings.d.ts +0 -19
  7177. package/dist/esm/models/components/organizationnotificationsettings.d.ts.map +0 -1
  7178. package/dist/esm/models/components/organizationnotificationsettings.js +0 -33
  7179. package/dist/esm/models/components/organizationnotificationsettings.js.map +0 -1
  7180. package/dist/esm/models/components/organizationsociallink.d.ts +0 -23
  7181. package/dist/esm/models/components/organizationsociallink.d.ts.map +0 -1
  7182. package/dist/esm/models/components/organizationsociallink.js +0 -23
  7183. package/dist/esm/models/components/organizationsociallink.js.map +0 -1
  7184. package/dist/esm/models/components/organizationsocialplatforms.d.ts +0 -20
  7185. package/dist/esm/models/components/organizationsocialplatforms.d.ts.map +0 -1
  7186. package/dist/esm/models/components/organizationsocialplatforms.js +0 -21
  7187. package/dist/esm/models/components/organizationsocialplatforms.js.map +0 -1
  7188. package/dist/esm/models/components/organizationsortproperty.d.ts +0 -18
  7189. package/dist/esm/models/components/organizationsortproperty.d.ts.map +0 -1
  7190. package/dist/esm/models/components/organizationsortproperty.js +0 -19
  7191. package/dist/esm/models/components/organizationsortproperty.js.map +0 -1
  7192. package/dist/esm/models/components/organizationstatus.d.ts +0 -17
  7193. package/dist/esm/models/components/organizationstatus.d.ts.map +0 -1
  7194. package/dist/esm/models/components/organizationstatus.js +0 -18
  7195. package/dist/esm/models/components/organizationstatus.js.map +0 -1
  7196. package/dist/esm/models/components/organizationsubscriptionsettings.d.ts +0 -36
  7197. package/dist/esm/models/components/organizationsubscriptionsettings.d.ts.map +0 -1
  7198. package/dist/esm/models/components/organizationsubscriptionsettings.js +0 -55
  7199. package/dist/esm/models/components/organizationsubscriptionsettings.js.map +0 -1
  7200. package/dist/esm/models/components/organizationupdate.d.ts +0 -318
  7201. package/dist/esm/models/components/organizationupdate.d.ts.map +0 -1
  7202. package/dist/esm/models/components/organizationupdate.js +0 -294
  7203. package/dist/esm/models/components/organizationupdate.js.map +0 -1
  7204. package/dist/esm/models/components/pagination.d.ts +0 -11
  7205. package/dist/esm/models/components/pagination.d.ts.map +0 -1
  7206. package/dist/esm/models/components/pagination.js +0 -21
  7207. package/dist/esm/models/components/pagination.js.map +0 -1
  7208. package/dist/esm/models/components/payment.d.ts +0 -10
  7209. package/dist/esm/models/components/payment.d.ts.map +0 -1
  7210. package/dist/esm/models/components/payment.js +0 -13
  7211. package/dist/esm/models/components/payment.js.map +0 -1
  7212. package/dist/esm/models/components/paymentmethod.d.ts +0 -10
  7213. package/dist/esm/models/components/paymentmethod.d.ts.map +0 -1
  7214. package/dist/esm/models/components/paymentmethod.js +0 -16
  7215. package/dist/esm/models/components/paymentmethod.js.map +0 -1
  7216. package/dist/esm/models/components/paymentmethodcard.d.ts +0 -27
  7217. package/dist/esm/models/components/paymentmethodcard.d.ts.map +0 -1
  7218. package/dist/esm/models/components/paymentmethodcard.js +0 -29
  7219. package/dist/esm/models/components/paymentmethodcard.js.map +0 -1
  7220. package/dist/esm/models/components/paymentmethodcardmetadata.d.ts +0 -14
  7221. package/dist/esm/models/components/paymentmethodcardmetadata.d.ts.map +0 -1
  7222. package/dist/esm/models/components/paymentmethodcardmetadata.js +0 -23
  7223. package/dist/esm/models/components/paymentmethodcardmetadata.js.map +0 -1
  7224. package/dist/esm/models/components/paymentmethodgeneric.d.ts +0 -25
  7225. package/dist/esm/models/components/paymentmethodgeneric.d.ts.map +0 -1
  7226. package/dist/esm/models/components/paymentmethodgeneric.js +0 -26
  7227. package/dist/esm/models/components/paymentmethodgeneric.js.map +0 -1
  7228. package/dist/esm/models/components/paymentprocessor.d.ts +0 -11
  7229. package/dist/esm/models/components/paymentprocessor.d.ts.map +0 -1
  7230. package/dist/esm/models/components/paymentprocessor.js +0 -12
  7231. package/dist/esm/models/components/paymentprocessor.js.map +0 -1
  7232. package/dist/esm/models/components/paymentsortproperty.d.ts +0 -16
  7233. package/dist/esm/models/components/paymentsortproperty.d.ts.map +0 -1
  7234. package/dist/esm/models/components/paymentsortproperty.js +0 -17
  7235. package/dist/esm/models/components/paymentsortproperty.js.map +0 -1
  7236. package/dist/esm/models/components/paymentstatus.d.ts +0 -13
  7237. package/dist/esm/models/components/paymentstatus.d.ts.map +0 -1
  7238. package/dist/esm/models/components/paymentstatus.js +0 -14
  7239. package/dist/esm/models/components/paymentstatus.js.map +0 -1
  7240. package/dist/esm/models/components/pendingsubscriptionupdate.d.ts +0 -48
  7241. package/dist/esm/models/components/pendingsubscriptionupdate.d.ts.map +0 -1
  7242. package/dist/esm/models/components/pendingsubscriptionupdate.js +0 -45
  7243. package/dist/esm/models/components/pendingsubscriptionupdate.js.map +0 -1
  7244. package/dist/esm/models/components/portalauthenticateduser.d.ts +0 -36
  7245. package/dist/esm/models/components/portalauthenticateduser.d.ts.map +0 -1
  7246. package/dist/esm/models/components/portalauthenticateduser.js +0 -24
  7247. package/dist/esm/models/components/portalauthenticateduser.js.map +0 -1
  7248. package/dist/esm/models/components/presentmentcurrency.d.ts +0 -134
  7249. package/dist/esm/models/components/presentmentcurrency.d.ts.map +0 -1
  7250. package/dist/esm/models/components/presentmentcurrency.js +0 -135
  7251. package/dist/esm/models/components/presentmentcurrency.js.map +0 -1
  7252. package/dist/esm/models/components/product.d.ts +0 -124
  7253. package/dist/esm/models/components/product.d.ts.map +0 -1
  7254. package/dist/esm/models/components/product.js +0 -113
  7255. package/dist/esm/models/components/product.js.map +0 -1
  7256. package/dist/esm/models/components/productbenefitsupdate.d.ts +0 -18
  7257. package/dist/esm/models/components/productbenefitsupdate.d.ts.map +0 -1
  7258. package/dist/esm/models/components/productbenefitsupdate.js +0 -12
  7259. package/dist/esm/models/components/productbenefitsupdate.js.map +0 -1
  7260. package/dist/esm/models/components/productbillingtype.d.ts +0 -10
  7261. package/dist/esm/models/components/productbillingtype.d.ts.map +0 -1
  7262. package/dist/esm/models/components/productbillingtype.js +0 -11
  7263. package/dist/esm/models/components/productbillingtype.js.map +0 -1
  7264. package/dist/esm/models/components/productcreate.d.ts +0 -10
  7265. package/dist/esm/models/components/productcreate.d.ts.map +0 -1
  7266. package/dist/esm/models/components/productcreate.js +0 -15
  7267. package/dist/esm/models/components/productcreate.js.map +0 -1
  7268. package/dist/esm/models/components/productcreateonetime.d.ts +0 -92
  7269. package/dist/esm/models/components/productcreateonetime.d.ts.map +0 -1
  7270. package/dist/esm/models/components/productcreateonetime.js +0 -59
  7271. package/dist/esm/models/components/productcreateonetime.js.map +0 -1
  7272. package/dist/esm/models/components/productcreaterecurring.d.ts +0 -101
  7273. package/dist/esm/models/components/productcreaterecurring.d.ts.map +0 -1
  7274. package/dist/esm/models/components/productcreaterecurring.js +0 -65
  7275. package/dist/esm/models/components/productcreaterecurring.js.map +0 -1
  7276. package/dist/esm/models/components/productmediafilecreate.d.ts +0 -36
  7277. package/dist/esm/models/components/productmediafilecreate.d.ts.map +0 -1
  7278. package/dist/esm/models/components/productmediafilecreate.js +0 -27
  7279. package/dist/esm/models/components/productmediafilecreate.js.map +0 -1
  7280. package/dist/esm/models/components/productmediafileread.d.ts +0 -55
  7281. package/dist/esm/models/components/productmediafileread.d.ts.map +0 -1
  7282. package/dist/esm/models/components/productmediafileread.js +0 -81
  7283. package/dist/esm/models/components/productmediafileread.js.map +0 -1
  7284. package/dist/esm/models/components/productprice.d.ts +0 -18
  7285. package/dist/esm/models/components/productprice.d.ts.map +0 -1
  7286. package/dist/esm/models/components/productprice.js +0 -33
  7287. package/dist/esm/models/components/productprice.js.map +0 -1
  7288. package/dist/esm/models/components/productpricecustom.d.ts +0 -74
  7289. package/dist/esm/models/components/productpricecustom.d.ts.map +0 -1
  7290. package/dist/esm/models/components/productpricecustom.js +0 -71
  7291. package/dist/esm/models/components/productpricecustom.js.map +0 -1
  7292. package/dist/esm/models/components/productpricecustomcreate.d.ts +0 -315
  7293. package/dist/esm/models/components/productpricecustomcreate.d.ts.map +0 -1
  7294. package/dist/esm/models/components/productpricecustomcreate.js +0 -29
  7295. package/dist/esm/models/components/productpricecustomcreate.js.map +0 -1
  7296. package/dist/esm/models/components/productpricefixed.d.ts +0 -64
  7297. package/dist/esm/models/components/productpricefixed.d.ts.map +0 -1
  7298. package/dist/esm/models/components/productpricefixed.js +0 -63
  7299. package/dist/esm/models/components/productpricefixed.js.map +0 -1
  7300. package/dist/esm/models/components/productpricefixedcreate.d.ts +0 -159
  7301. package/dist/esm/models/components/productpricefixedcreate.d.ts.map +0 -1
  7302. package/dist/esm/models/components/productpricefixedcreate.js +0 -25
  7303. package/dist/esm/models/components/productpricefixedcreate.js.map +0 -1
  7304. package/dist/esm/models/components/productpricefree.d.ts +0 -59
  7305. package/dist/esm/models/components/productpricefree.d.ts.map +0 -1
  7306. package/dist/esm/models/components/productpricefree.js +0 -59
  7307. package/dist/esm/models/components/productpricefree.js.map +0 -1
  7308. package/dist/esm/models/components/productpricefreecreate.d.ts +0 -24
  7309. package/dist/esm/models/components/productpricefreecreate.d.ts.map +0 -1
  7310. package/dist/esm/models/components/productpricefreecreate.js +0 -23
  7311. package/dist/esm/models/components/productpricefreecreate.js.map +0 -1
  7312. package/dist/esm/models/components/productpricemeter.d.ts +0 -41
  7313. package/dist/esm/models/components/productpricemeter.d.ts.map +0 -1
  7314. package/dist/esm/models/components/productpricemeter.js +0 -40
  7315. package/dist/esm/models/components/productpricemeter.js.map +0 -1
  7316. package/dist/esm/models/components/productpricemeteredunit.d.ts +0 -80
  7317. package/dist/esm/models/components/productpricemeteredunit.d.ts.map +0 -1
  7318. package/dist/esm/models/components/productpricemeteredunit.js +0 -74
  7319. package/dist/esm/models/components/productpricemeteredunit.js.map +0 -1
  7320. package/dist/esm/models/components/productpricemeteredunitcreate.d.ts +0 -48
  7321. package/dist/esm/models/components/productpricemeteredunitcreate.d.ts.map +0 -1
  7322. package/dist/esm/models/components/productpricemeteredunitcreate.js +0 -35
  7323. package/dist/esm/models/components/productpricemeteredunitcreate.js.map +0 -1
  7324. package/dist/esm/models/components/productpriceseatbased.d.ts +0 -71
  7325. package/dist/esm/models/components/productpriceseatbased.d.ts.map +0 -1
  7326. package/dist/esm/models/components/productpriceseatbased.js +0 -64
  7327. package/dist/esm/models/components/productpriceseatbased.js.map +0 -1
  7328. package/dist/esm/models/components/productpriceseatbasedcreate.d.ts +0 -36
  7329. package/dist/esm/models/components/productpriceseatbasedcreate.d.ts.map +0 -1
  7330. package/dist/esm/models/components/productpriceseatbasedcreate.js +0 -26
  7331. package/dist/esm/models/components/productpriceseatbasedcreate.js.map +0 -1
  7332. package/dist/esm/models/components/productpriceseattier.d.ts +0 -33
  7333. package/dist/esm/models/components/productpriceseattier.d.ts.map +0 -1
  7334. package/dist/esm/models/components/productpriceseattier.js +0 -37
  7335. package/dist/esm/models/components/productpriceseattier.js.map +0 -1
  7336. package/dist/esm/models/components/productpriceseattiersinput.d.ts +0 -28
  7337. package/dist/esm/models/components/productpriceseattiersinput.d.ts.map +0 -1
  7338. package/dist/esm/models/components/productpriceseattiersinput.js +0 -20
  7339. package/dist/esm/models/components/productpriceseattiersinput.js.map +0 -1
  7340. package/dist/esm/models/components/productpriceseattiersoutput.d.ts +0 -43
  7341. package/dist/esm/models/components/productpriceseattiersoutput.d.ts.map +0 -1
  7342. package/dist/esm/models/components/productpriceseattiersoutput.js +0 -41
  7343. package/dist/esm/models/components/productpriceseattiersoutput.js.map +0 -1
  7344. package/dist/esm/models/components/productpricesource.d.ts +0 -12
  7345. package/dist/esm/models/components/productpricesource.d.ts.map +0 -1
  7346. package/dist/esm/models/components/productpricesource.js +0 -13
  7347. package/dist/esm/models/components/productpricesource.js.map +0 -1
  7348. package/dist/esm/models/components/productsortproperty.d.ts +0 -16
  7349. package/dist/esm/models/components/productsortproperty.d.ts.map +0 -1
  7350. package/dist/esm/models/components/productsortproperty.js +0 -17
  7351. package/dist/esm/models/components/productsortproperty.js.map +0 -1
  7352. package/dist/esm/models/components/productupdate.d.ts +0 -111
  7353. package/dist/esm/models/components/productupdate.d.ts.map +0 -1
  7354. package/dist/esm/models/components/productupdate.js +0 -83
  7355. package/dist/esm/models/components/productupdate.js.map +0 -1
  7356. package/dist/esm/models/components/productvisibility.d.ts +0 -13
  7357. package/dist/esm/models/components/productvisibility.d.ts.map +0 -1
  7358. package/dist/esm/models/components/productvisibility.js +0 -14
  7359. package/dist/esm/models/components/productvisibility.js.map +0 -1
  7360. package/dist/esm/models/components/propertyaggregation.d.ts +0 -31
  7361. package/dist/esm/models/components/propertyaggregation.d.ts.map +0 -1
  7362. package/dist/esm/models/components/propertyaggregation.js +0 -35
  7363. package/dist/esm/models/components/propertyaggregation.js.map +0 -1
  7364. package/dist/esm/models/components/refreshtokenrequest.d.ts +0 -18
  7365. package/dist/esm/models/components/refreshtokenrequest.d.ts.map +0 -1
  7366. package/dist/esm/models/components/refreshtokenrequest.js +0 -23
  7367. package/dist/esm/models/components/refreshtokenrequest.js.map +0 -1
  7368. package/dist/esm/models/components/refund.d.ts +0 -62
  7369. package/dist/esm/models/components/refund.d.ts.map +0 -1
  7370. package/dist/esm/models/components/refund.js +0 -76
  7371. package/dist/esm/models/components/refund.js.map +0 -1
  7372. package/dist/esm/models/components/refundcreate.d.ts +0 -64
  7373. package/dist/esm/models/components/refundcreate.d.ts.map +0 -1
  7374. package/dist/esm/models/components/refundcreate.js +0 -30
  7375. package/dist/esm/models/components/refundcreate.js.map +0 -1
  7376. package/dist/esm/models/components/refunddispute.d.ts +0 -74
  7377. package/dist/esm/models/components/refunddispute.d.ts.map +0 -1
  7378. package/dist/esm/models/components/refunddispute.js +0 -58
  7379. package/dist/esm/models/components/refunddispute.js.map +0 -1
  7380. package/dist/esm/models/components/refundreason.d.ts +0 -17
  7381. package/dist/esm/models/components/refundreason.d.ts.map +0 -1
  7382. package/dist/esm/models/components/refundreason.js +0 -18
  7383. package/dist/esm/models/components/refundreason.js.map +0 -1
  7384. package/dist/esm/models/components/refundsortproperty.d.ts +0 -12
  7385. package/dist/esm/models/components/refundsortproperty.d.ts.map +0 -1
  7386. package/dist/esm/models/components/refundsortproperty.js +0 -13
  7387. package/dist/esm/models/components/refundsortproperty.js.map +0 -1
  7388. package/dist/esm/models/components/refundstatus.d.ts +0 -14
  7389. package/dist/esm/models/components/refundstatus.d.ts.map +0 -1
  7390. package/dist/esm/models/components/refundstatus.js +0 -15
  7391. package/dist/esm/models/components/refundstatus.js.map +0 -1
  7392. package/dist/esm/models/components/revoketokenrequest.d.ts +0 -26
  7393. package/dist/esm/models/components/revoketokenrequest.d.ts.map +0 -1
  7394. package/dist/esm/models/components/revoketokenrequest.js +0 -28
  7395. package/dist/esm/models/components/revoketokenrequest.js.map +0 -1
  7396. package/dist/esm/models/components/revoketokenresponse.d.ts +0 -8
  7397. package/dist/esm/models/components/revoketokenresponse.d.ts.map +0 -1
  7398. package/dist/esm/models/components/revoketokenresponse.js +0 -11
  7399. package/dist/esm/models/components/revoketokenresponse.js.map +0 -1
  7400. package/dist/esm/models/components/s3downloadurl.d.ts +0 -14
  7401. package/dist/esm/models/components/s3downloadurl.d.ts.map +0 -1
  7402. package/dist/esm/models/components/s3downloadurl.js +0 -20
  7403. package/dist/esm/models/components/s3downloadurl.js.map +0 -1
  7404. package/dist/esm/models/components/s3filecreatemultipart.d.ts +0 -13
  7405. package/dist/esm/models/components/s3filecreatemultipart.d.ts.map +0 -1
  7406. package/dist/esm/models/components/s3filecreatemultipart.js +0 -13
  7407. package/dist/esm/models/components/s3filecreatemultipart.js.map +0 -1
  7408. package/dist/esm/models/components/s3filecreatepart.d.ts +0 -18
  7409. package/dist/esm/models/components/s3filecreatepart.d.ts.map +0 -1
  7410. package/dist/esm/models/components/s3filecreatepart.js +0 -22
  7411. package/dist/esm/models/components/s3filecreatepart.js.map +0 -1
  7412. package/dist/esm/models/components/s3fileuploadcompletedpart.d.ts +0 -16
  7413. package/dist/esm/models/components/s3fileuploadcompletedpart.d.ts.map +0 -1
  7414. package/dist/esm/models/components/s3fileuploadcompletedpart.js +0 -20
  7415. package/dist/esm/models/components/s3fileuploadcompletedpart.js.map +0 -1
  7416. package/dist/esm/models/components/s3fileuploadmultipart.d.ts +0 -13
  7417. package/dist/esm/models/components/s3fileuploadmultipart.d.ts.map +0 -1
  7418. package/dist/esm/models/components/s3fileuploadmultipart.js +0 -16
  7419. package/dist/esm/models/components/s3fileuploadmultipart.js.map +0 -1
  7420. package/dist/esm/models/components/s3fileuploadpart.d.ts +0 -18
  7421. package/dist/esm/models/components/s3fileuploadpart.d.ts.map +0 -1
  7422. package/dist/esm/models/components/s3fileuploadpart.js +0 -27
  7423. package/dist/esm/models/components/s3fileuploadpart.js.map +0 -1
  7424. package/dist/esm/models/components/scope.d.ts +0 -70
  7425. package/dist/esm/models/components/scope.d.ts.map +0 -1
  7426. package/dist/esm/models/components/scope.js +0 -72
  7427. package/dist/esm/models/components/scope.js.map +0 -1
  7428. package/dist/esm/models/components/seatassign.d.ts +0 -59
  7429. package/dist/esm/models/components/seatassign.d.ts.map +0 -1
  7430. package/dist/esm/models/components/seatassign.js +0 -31
  7431. package/dist/esm/models/components/seatassign.js.map +0 -1
  7432. package/dist/esm/models/components/seatclaim.d.ts +0 -15
  7433. package/dist/esm/models/components/seatclaim.d.ts.map +0 -1
  7434. package/dist/esm/models/components/seatclaim.js +0 -17
  7435. package/dist/esm/models/components/seatclaim.js.map +0 -1
  7436. package/dist/esm/models/components/seatclaiminfo.d.ts +0 -39
  7437. package/dist/esm/models/components/seatclaiminfo.d.ts.map +0 -1
  7438. package/dist/esm/models/components/seatclaiminfo.js +0 -28
  7439. package/dist/esm/models/components/seatclaiminfo.js.map +0 -1
  7440. package/dist/esm/models/components/seatslist.d.ts +0 -22
  7441. package/dist/esm/models/components/seatslist.d.ts.map +0 -1
  7442. package/dist/esm/models/components/seatslist.js +0 -23
  7443. package/dist/esm/models/components/seatslist.js.map +0 -1
  7444. package/dist/esm/models/components/seatstatus.d.ts +0 -13
  7445. package/dist/esm/models/components/seatstatus.d.ts.map +0 -1
  7446. package/dist/esm/models/components/seatstatus.js +0 -14
  7447. package/dist/esm/models/components/seatstatus.js.map +0 -1
  7448. package/dist/esm/models/components/seattiertype.d.ts +0 -12
  7449. package/dist/esm/models/components/seattiertype.d.ts.map +0 -1
  7450. package/dist/esm/models/components/seattiertype.js +0 -13
  7451. package/dist/esm/models/components/seattiertype.js.map +0 -1
  7452. package/dist/esm/models/components/security.d.ts +0 -12
  7453. package/dist/esm/models/components/security.d.ts.map +0 -1
  7454. package/dist/esm/models/components/security.js +0 -17
  7455. package/dist/esm/models/components/security.js.map +0 -1
  7456. package/dist/esm/models/components/subscription.d.ts +0 -200
  7457. package/dist/esm/models/components/subscription.d.ts.map +0 -1
  7458. package/dist/esm/models/components/subscription.js +0 -228
  7459. package/dist/esm/models/components/subscription.js.map +0 -1
  7460. package/dist/esm/models/components/subscriptionbillingperiodupdatedevent.d.ts +0 -67
  7461. package/dist/esm/models/components/subscriptionbillingperiodupdatedevent.d.ts.map +0 -1
  7462. package/dist/esm/models/components/subscriptionbillingperiodupdatedevent.js +0 -39
  7463. package/dist/esm/models/components/subscriptionbillingperiodupdatedevent.js.map +0 -1
  7464. package/dist/esm/models/components/subscriptionbillingperiodupdatedmetadata.d.ts +0 -12
  7465. package/dist/esm/models/components/subscriptionbillingperiodupdatedmetadata.d.ts.map +0 -1
  7466. package/dist/esm/models/components/subscriptionbillingperiodupdatedmetadata.js +0 -22
  7467. package/dist/esm/models/components/subscriptionbillingperiodupdatedmetadata.js.map +0 -1
  7468. package/dist/esm/models/components/subscriptioncancel.d.ts +0 -58
  7469. package/dist/esm/models/components/subscriptioncancel.d.ts.map +0 -1
  7470. package/dist/esm/models/components/subscriptioncancel.js +0 -22
  7471. package/dist/esm/models/components/subscriptioncancel.js.map +0 -1
  7472. package/dist/esm/models/components/subscriptioncanceledevent.d.ts +0 -67
  7473. package/dist/esm/models/components/subscriptioncanceledevent.d.ts.map +0 -1
  7474. package/dist/esm/models/components/subscriptioncanceledevent.js +0 -39
  7475. package/dist/esm/models/components/subscriptioncanceledevent.js.map +0 -1
  7476. package/dist/esm/models/components/subscriptioncanceledmetadata.d.ts +0 -20
  7477. package/dist/esm/models/components/subscriptioncanceledmetadata.d.ts.map +0 -1
  7478. package/dist/esm/models/components/subscriptioncanceledmetadata.js +0 -36
  7479. package/dist/esm/models/components/subscriptioncanceledmetadata.js.map +0 -1
  7480. package/dist/esm/models/components/subscriptioncreatecustomer.d.ts +0 -50
  7481. package/dist/esm/models/components/subscriptioncreatecustomer.d.ts.map +0 -1
  7482. package/dist/esm/models/components/subscriptioncreatecustomer.js +0 -26
  7483. package/dist/esm/models/components/subscriptioncreatecustomer.js.map +0 -1
  7484. package/dist/esm/models/components/subscriptioncreatedevent.d.ts +0 -67
  7485. package/dist/esm/models/components/subscriptioncreatedevent.d.ts.map +0 -1
  7486. package/dist/esm/models/components/subscriptioncreatedevent.js +0 -39
  7487. package/dist/esm/models/components/subscriptioncreatedevent.js.map +0 -1
  7488. package/dist/esm/models/components/subscriptioncreatedmetadata.d.ts +0 -16
  7489. package/dist/esm/models/components/subscriptioncreatedmetadata.d.ts.map +0 -1
  7490. package/dist/esm/models/components/subscriptioncreatedmetadata.js +0 -28
  7491. package/dist/esm/models/components/subscriptioncreatedmetadata.js.map +0 -1
  7492. package/dist/esm/models/components/subscriptioncreateexternalcustomer.d.ts +0 -50
  7493. package/dist/esm/models/components/subscriptioncreateexternalcustomer.d.ts.map +0 -1
  7494. package/dist/esm/models/components/subscriptioncreateexternalcustomer.js +0 -26
  7495. package/dist/esm/models/components/subscriptioncreateexternalcustomer.js.map +0 -1
  7496. package/dist/esm/models/components/subscriptioncustomer.d.ts +0 -94
  7497. package/dist/esm/models/components/subscriptioncustomer.d.ts.map +0 -1
  7498. package/dist/esm/models/components/subscriptioncustomer.js +0 -95
  7499. package/dist/esm/models/components/subscriptioncustomer.js.map +0 -1
  7500. package/dist/esm/models/components/subscriptioncycledevent.d.ts +0 -67
  7501. package/dist/esm/models/components/subscriptioncycledevent.d.ts.map +0 -1
  7502. package/dist/esm/models/components/subscriptioncycledevent.js +0 -39
  7503. package/dist/esm/models/components/subscriptioncycledevent.js.map +0 -1
  7504. package/dist/esm/models/components/subscriptioncycledmetadata.d.ts +0 -15
  7505. package/dist/esm/models/components/subscriptioncycledmetadata.d.ts.map +0 -1
  7506. package/dist/esm/models/components/subscriptioncycledmetadata.js +0 -26
  7507. package/dist/esm/models/components/subscriptioncycledmetadata.js.map +0 -1
  7508. package/dist/esm/models/components/subscriptionmeter.d.ts +0 -56
  7509. package/dist/esm/models/components/subscriptionmeter.d.ts.map +0 -1
  7510. package/dist/esm/models/components/subscriptionmeter.js +0 -52
  7511. package/dist/esm/models/components/subscriptionmeter.js.map +0 -1
  7512. package/dist/esm/models/components/subscriptionpastdueevent.d.ts +0 -67
  7513. package/dist/esm/models/components/subscriptionpastdueevent.d.ts.map +0 -1
  7514. package/dist/esm/models/components/subscriptionpastdueevent.js +0 -39
  7515. package/dist/esm/models/components/subscriptionpastdueevent.js.map +0 -1
  7516. package/dist/esm/models/components/subscriptionpastduemetadata.d.ts +0 -16
  7517. package/dist/esm/models/components/subscriptionpastduemetadata.d.ts.map +0 -1
  7518. package/dist/esm/models/components/subscriptionpastduemetadata.js +0 -28
  7519. package/dist/esm/models/components/subscriptionpastduemetadata.js.map +0 -1
  7520. package/dist/esm/models/components/subscriptionproductupdatedevent.d.ts +0 -67
  7521. package/dist/esm/models/components/subscriptionproductupdatedevent.d.ts.map +0 -1
  7522. package/dist/esm/models/components/subscriptionproductupdatedevent.js +0 -39
  7523. package/dist/esm/models/components/subscriptionproductupdatedevent.js.map +0 -1
  7524. package/dist/esm/models/components/subscriptionproductupdatedmetadata.d.ts +0 -12
  7525. package/dist/esm/models/components/subscriptionproductupdatedmetadata.d.ts.map +0 -1
  7526. package/dist/esm/models/components/subscriptionproductupdatedmetadata.js +0 -22
  7527. package/dist/esm/models/components/subscriptionproductupdatedmetadata.js.map +0 -1
  7528. package/dist/esm/models/components/subscriptionprorationbehavior.d.ts +0 -14
  7529. package/dist/esm/models/components/subscriptionprorationbehavior.d.ts.map +0 -1
  7530. package/dist/esm/models/components/subscriptionprorationbehavior.js +0 -15
  7531. package/dist/esm/models/components/subscriptionprorationbehavior.js.map +0 -1
  7532. package/dist/esm/models/components/subscriptionreactivatedevent.d.ts +0 -67
  7533. package/dist/esm/models/components/subscriptionreactivatedevent.d.ts.map +0 -1
  7534. package/dist/esm/models/components/subscriptionreactivatedevent.js +0 -39
  7535. package/dist/esm/models/components/subscriptionreactivatedevent.js.map +0 -1
  7536. package/dist/esm/models/components/subscriptionreactivatedmetadata.d.ts +0 -15
  7537. package/dist/esm/models/components/subscriptionreactivatedmetadata.d.ts.map +0 -1
  7538. package/dist/esm/models/components/subscriptionreactivatedmetadata.js +0 -26
  7539. package/dist/esm/models/components/subscriptionreactivatedmetadata.js.map +0 -1
  7540. package/dist/esm/models/components/subscriptionrecurringinterval.d.ts +0 -14
  7541. package/dist/esm/models/components/subscriptionrecurringinterval.d.ts.map +0 -1
  7542. package/dist/esm/models/components/subscriptionrecurringinterval.js +0 -15
  7543. package/dist/esm/models/components/subscriptionrecurringinterval.js.map +0 -1
  7544. package/dist/esm/models/components/subscriptionrevoke.d.ts +0 -54
  7545. package/dist/esm/models/components/subscriptionrevoke.d.ts.map +0 -1
  7546. package/dist/esm/models/components/subscriptionrevoke.js +0 -21
  7547. package/dist/esm/models/components/subscriptionrevoke.js.map +0 -1
  7548. package/dist/esm/models/components/subscriptionrevokedevent.d.ts +0 -67
  7549. package/dist/esm/models/components/subscriptionrevokedevent.d.ts.map +0 -1
  7550. package/dist/esm/models/components/subscriptionrevokedevent.js +0 -39
  7551. package/dist/esm/models/components/subscriptionrevokedevent.js.map +0 -1
  7552. package/dist/esm/models/components/subscriptionrevokedmetadata.d.ts +0 -15
  7553. package/dist/esm/models/components/subscriptionrevokedmetadata.d.ts.map +0 -1
  7554. package/dist/esm/models/components/subscriptionrevokedmetadata.js +0 -26
  7555. package/dist/esm/models/components/subscriptionrevokedmetadata.js.map +0 -1
  7556. package/dist/esm/models/components/subscriptionseatsupdatedevent.d.ts +0 -67
  7557. package/dist/esm/models/components/subscriptionseatsupdatedevent.d.ts.map +0 -1
  7558. package/dist/esm/models/components/subscriptionseatsupdatedevent.js +0 -39
  7559. package/dist/esm/models/components/subscriptionseatsupdatedevent.js.map +0 -1
  7560. package/dist/esm/models/components/subscriptionseatsupdatedmetadata.d.ts +0 -13
  7561. package/dist/esm/models/components/subscriptionseatsupdatedmetadata.d.ts.map +0 -1
  7562. package/dist/esm/models/components/subscriptionseatsupdatedmetadata.js +0 -24
  7563. package/dist/esm/models/components/subscriptionseatsupdatedmetadata.js.map +0 -1
  7564. package/dist/esm/models/components/subscriptionslist.d.ts +0 -8
  7565. package/dist/esm/models/components/subscriptionslist.d.ts.map +0 -1
  7566. package/dist/esm/models/components/subscriptionslist.js +0 -18
  7567. package/dist/esm/models/components/subscriptionslist.js.map +0 -1
  7568. package/dist/esm/models/components/subscriptionsortproperty.d.ts +0 -26
  7569. package/dist/esm/models/components/subscriptionsortproperty.d.ts.map +0 -1
  7570. package/dist/esm/models/components/subscriptionsortproperty.js +0 -27
  7571. package/dist/esm/models/components/subscriptionsortproperty.js.map +0 -1
  7572. package/dist/esm/models/components/subscriptionstatus.d.ts +0 -17
  7573. package/dist/esm/models/components/subscriptionstatus.d.ts.map +0 -1
  7574. package/dist/esm/models/components/subscriptionstatus.js +0 -18
  7575. package/dist/esm/models/components/subscriptionstatus.js.map +0 -1
  7576. package/dist/esm/models/components/subscriptionuncanceledevent.d.ts +0 -67
  7577. package/dist/esm/models/components/subscriptionuncanceledevent.d.ts.map +0 -1
  7578. package/dist/esm/models/components/subscriptionuncanceledevent.js +0 -39
  7579. package/dist/esm/models/components/subscriptionuncanceledevent.js.map +0 -1
  7580. package/dist/esm/models/components/subscriptionuncanceledmetadata.d.ts +0 -15
  7581. package/dist/esm/models/components/subscriptionuncanceledmetadata.d.ts.map +0 -1
  7582. package/dist/esm/models/components/subscriptionuncanceledmetadata.js +0 -26
  7583. package/dist/esm/models/components/subscriptionuncanceledmetadata.js.map +0 -1
  7584. package/dist/esm/models/components/subscriptionupdate.d.ts +0 -14
  7585. package/dist/esm/models/components/subscriptionupdate.d.ts.map +0 -1
  7586. package/dist/esm/models/components/subscriptionupdate.js +0 -23
  7587. package/dist/esm/models/components/subscriptionupdate.js.map +0 -1
  7588. package/dist/esm/models/components/subscriptionupdatebase.d.ts +0 -31
  7589. package/dist/esm/models/components/subscriptionupdatebase.d.ts.map +0 -1
  7590. package/dist/esm/models/components/subscriptionupdatebase.js +0 -24
  7591. package/dist/esm/models/components/subscriptionupdatebase.js.map +0 -1
  7592. package/dist/esm/models/components/subscriptionupdatebillingperiod.d.ts +0 -19
  7593. package/dist/esm/models/components/subscriptionupdatebillingperiod.d.ts.map +0 -1
  7594. package/dist/esm/models/components/subscriptionupdatebillingperiod.js +0 -17
  7595. package/dist/esm/models/components/subscriptionupdatebillingperiod.js.map +0 -1
  7596. package/dist/esm/models/components/subscriptionupdateclear.d.ts +0 -15
  7597. package/dist/esm/models/components/subscriptionupdateclear.d.ts.map +0 -1
  7598. package/dist/esm/models/components/subscriptionupdateclear.js +0 -17
  7599. package/dist/esm/models/components/subscriptionupdateclear.js.map +0 -1
  7600. package/dist/esm/models/components/subscriptionupdateclearedevent.d.ts +0 -67
  7601. package/dist/esm/models/components/subscriptionupdateclearedevent.d.ts.map +0 -1
  7602. package/dist/esm/models/components/subscriptionupdateclearedevent.js +0 -39
  7603. package/dist/esm/models/components/subscriptionupdateclearedevent.js.map +0 -1
  7604. package/dist/esm/models/components/subscriptionupdateclearedmetadata.d.ts +0 -10
  7605. package/dist/esm/models/components/subscriptionupdateclearedmetadata.d.ts.map +0 -1
  7606. package/dist/esm/models/components/subscriptionupdateclearedmetadata.js +0 -18
  7607. package/dist/esm/models/components/subscriptionupdateclearedmetadata.js.map +0 -1
  7608. package/dist/esm/models/components/subscriptionupdatedevent.d.ts +0 -67
  7609. package/dist/esm/models/components/subscriptionupdatedevent.d.ts.map +0 -1
  7610. package/dist/esm/models/components/subscriptionupdatedevent.js +0 -39
  7611. package/dist/esm/models/components/subscriptionupdatedevent.js.map +0 -1
  7612. package/dist/esm/models/components/subscriptionupdatedmetadata.d.ts +0 -17
  7613. package/dist/esm/models/components/subscriptionupdatedmetadata.d.ts.map +0 -1
  7614. package/dist/esm/models/components/subscriptionupdatedmetadata.js +0 -30
  7615. package/dist/esm/models/components/subscriptionupdatedmetadata.js.map +0 -1
  7616. package/dist/esm/models/components/subscriptionupdateseats.d.ts +0 -21
  7617. package/dist/esm/models/components/subscriptionupdateseats.d.ts.map +0 -1
  7618. package/dist/esm/models/components/subscriptionupdateseats.js +0 -19
  7619. package/dist/esm/models/components/subscriptionupdateseats.js.map +0 -1
  7620. package/dist/esm/models/components/subtype.d.ts +0 -12
  7621. package/dist/esm/models/components/subtype.d.ts.map +0 -1
  7622. package/dist/esm/models/components/subtype.js +0 -15
  7623. package/dist/esm/models/components/subtype.js.map +0 -1
  7624. package/dist/esm/models/components/systemevent.d.ts +0 -39
  7625. package/dist/esm/models/components/systemevent.d.ts.map +0 -1
  7626. package/dist/esm/models/components/systemevent.js +0 -75
  7627. package/dist/esm/models/components/systemevent.js.map +0 -1
  7628. package/dist/esm/models/components/taxbehavior.d.ts +0 -12
  7629. package/dist/esm/models/components/taxbehavior.d.ts.map +0 -1
  7630. package/dist/esm/models/components/taxbehavior.js +0 -13
  7631. package/dist/esm/models/components/taxbehavior.js.map +0 -1
  7632. package/dist/esm/models/components/taxbehavioroption.d.ts +0 -13
  7633. package/dist/esm/models/components/taxbehavioroption.d.ts.map +0 -1
  7634. package/dist/esm/models/components/taxbehavioroption.js +0 -14
  7635. package/dist/esm/models/components/taxbehavioroption.js.map +0 -1
  7636. package/dist/esm/models/components/taxidformat.d.ts +0 -99
  7637. package/dist/esm/models/components/taxidformat.d.ts.map +0 -1
  7638. package/dist/esm/models/components/taxidformat.js +0 -93
  7639. package/dist/esm/models/components/taxidformat.js.map +0 -1
  7640. package/dist/esm/models/components/timeinterval.d.ts +0 -13
  7641. package/dist/esm/models/components/timeinterval.d.ts.map +0 -1
  7642. package/dist/esm/models/components/timeinterval.js +0 -15
  7643. package/dist/esm/models/components/timeinterval.js.map +0 -1
  7644. package/dist/esm/models/components/tokenresponse.d.ts +0 -15
  7645. package/dist/esm/models/components/tokenresponse.d.ts.map +0 -1
  7646. package/dist/esm/models/components/tokenresponse.js +0 -27
  7647. package/dist/esm/models/components/tokenresponse.js.map +0 -1
  7648. package/dist/esm/models/components/trialinterval.d.ts +0 -14
  7649. package/dist/esm/models/components/trialinterval.d.ts.map +0 -1
  7650. package/dist/esm/models/components/trialinterval.js +0 -15
  7651. package/dist/esm/models/components/trialinterval.js.map +0 -1
  7652. package/dist/esm/models/components/uniqueaggregation.d.ts +0 -19
  7653. package/dist/esm/models/components/uniqueaggregation.d.ts.map +0 -1
  7654. package/dist/esm/models/components/uniqueaggregation.js +0 -22
  7655. package/dist/esm/models/components/uniqueaggregation.js.map +0 -1
  7656. package/dist/esm/models/components/userevent.d.ts +0 -69
  7657. package/dist/esm/models/components/userevent.d.ts.map +0 -1
  7658. package/dist/esm/models/components/userevent.js +0 -40
  7659. package/dist/esm/models/components/userevent.js.map +0 -1
  7660. package/dist/esm/models/components/userinfoorganization.d.ts +0 -11
  7661. package/dist/esm/models/components/userinfoorganization.d.ts.map +0 -1
  7662. package/dist/esm/models/components/userinfoorganization.js +0 -14
  7663. package/dist/esm/models/components/userinfoorganization.js.map +0 -1
  7664. package/dist/esm/models/components/userinfouser.d.ts +0 -13
  7665. package/dist/esm/models/components/userinfouser.d.ts.map +0 -1
  7666. package/dist/esm/models/components/userinfouser.js +0 -21
  7667. package/dist/esm/models/components/userinfouser.js.map +0 -1
  7668. package/dist/esm/models/components/validatedlicensekey.d.ts +0 -41
  7669. package/dist/esm/models/components/validatedlicensekey.d.ts.map +0 -1
  7670. package/dist/esm/models/components/validatedlicensekey.js +0 -46
  7671. package/dist/esm/models/components/validatedlicensekey.js.map +0 -1
  7672. package/dist/esm/models/components/validationerror.d.ts +0 -43
  7673. package/dist/esm/models/components/validationerror.d.ts.map +0 -1
  7674. package/dist/esm/models/components/validationerror.js +0 -55
  7675. package/dist/esm/models/components/validationerror.js.map +0 -1
  7676. package/dist/esm/models/components/webhookbenefitcreatedpayload.d.ts +0 -29
  7677. package/dist/esm/models/components/webhookbenefitcreatedpayload.d.ts.map +0 -1
  7678. package/dist/esm/models/components/webhookbenefitcreatedpayload.js +0 -25
  7679. package/dist/esm/models/components/webhookbenefitcreatedpayload.js.map +0 -1
  7680. package/dist/esm/models/components/webhookbenefitgrantcreatedpayload.d.ts +0 -29
  7681. package/dist/esm/models/components/webhookbenefitgrantcreatedpayload.d.ts.map +0 -1
  7682. package/dist/esm/models/components/webhookbenefitgrantcreatedpayload.js +0 -25
  7683. package/dist/esm/models/components/webhookbenefitgrantcreatedpayload.js.map +0 -1
  7684. package/dist/esm/models/components/webhookbenefitgrantcycledpayload.d.ts +0 -30
  7685. package/dist/esm/models/components/webhookbenefitgrantcycledpayload.d.ts.map +0 -1
  7686. package/dist/esm/models/components/webhookbenefitgrantcycledpayload.js +0 -25
  7687. package/dist/esm/models/components/webhookbenefitgrantcycledpayload.js.map +0 -1
  7688. package/dist/esm/models/components/webhookbenefitgrantrevokedpayload.d.ts +0 -29
  7689. package/dist/esm/models/components/webhookbenefitgrantrevokedpayload.d.ts.map +0 -1
  7690. package/dist/esm/models/components/webhookbenefitgrantrevokedpayload.js +0 -25
  7691. package/dist/esm/models/components/webhookbenefitgrantrevokedpayload.js.map +0 -1
  7692. package/dist/esm/models/components/webhookbenefitgrantupdatedpayload.d.ts +0 -29
  7693. package/dist/esm/models/components/webhookbenefitgrantupdatedpayload.d.ts.map +0 -1
  7694. package/dist/esm/models/components/webhookbenefitgrantupdatedpayload.js +0 -25
  7695. package/dist/esm/models/components/webhookbenefitgrantupdatedpayload.js.map +0 -1
  7696. package/dist/esm/models/components/webhookbenefitupdatedpayload.d.ts +0 -29
  7697. package/dist/esm/models/components/webhookbenefitupdatedpayload.d.ts.map +0 -1
  7698. package/dist/esm/models/components/webhookbenefitupdatedpayload.js +0 -25
  7699. package/dist/esm/models/components/webhookbenefitupdatedpayload.js.map +0 -1
  7700. package/dist/esm/models/components/webhookcheckoutcreatedpayload.d.ts +0 -32
  7701. package/dist/esm/models/components/webhookcheckoutcreatedpayload.d.ts.map +0 -1
  7702. package/dist/esm/models/components/webhookcheckoutcreatedpayload.js +0 -25
  7703. package/dist/esm/models/components/webhookcheckoutcreatedpayload.js.map +0 -1
  7704. package/dist/esm/models/components/webhookcheckoutexpiredpayload.d.ts +0 -35
  7705. package/dist/esm/models/components/webhookcheckoutexpiredpayload.d.ts.map +0 -1
  7706. package/dist/esm/models/components/webhookcheckoutexpiredpayload.js +0 -25
  7707. package/dist/esm/models/components/webhookcheckoutexpiredpayload.js.map +0 -1
  7708. package/dist/esm/models/components/webhookcheckoutupdatedpayload.d.ts +0 -32
  7709. package/dist/esm/models/components/webhookcheckoutupdatedpayload.d.ts.map +0 -1
  7710. package/dist/esm/models/components/webhookcheckoutupdatedpayload.js +0 -25
  7711. package/dist/esm/models/components/webhookcheckoutupdatedpayload.js.map +0 -1
  7712. package/dist/esm/models/components/webhookcustomercreatedpayload.d.ts +0 -34
  7713. package/dist/esm/models/components/webhookcustomercreatedpayload.d.ts.map +0 -1
  7714. package/dist/esm/models/components/webhookcustomercreatedpayload.js +0 -25
  7715. package/dist/esm/models/components/webhookcustomercreatedpayload.js.map +0 -1
  7716. package/dist/esm/models/components/webhookcustomerdeletedpayload.d.ts +0 -29
  7717. package/dist/esm/models/components/webhookcustomerdeletedpayload.d.ts.map +0 -1
  7718. package/dist/esm/models/components/webhookcustomerdeletedpayload.js +0 -25
  7719. package/dist/esm/models/components/webhookcustomerdeletedpayload.js.map +0 -1
  7720. package/dist/esm/models/components/webhookcustomerseatassignedpayload.d.ts +0 -30
  7721. package/dist/esm/models/components/webhookcustomerseatassignedpayload.d.ts.map +0 -1
  7722. package/dist/esm/models/components/webhookcustomerseatassignedpayload.js +0 -25
  7723. package/dist/esm/models/components/webhookcustomerseatassignedpayload.js.map +0 -1
  7724. package/dist/esm/models/components/webhookcustomerseatclaimedpayload.d.ts +0 -29
  7725. package/dist/esm/models/components/webhookcustomerseatclaimedpayload.d.ts.map +0 -1
  7726. package/dist/esm/models/components/webhookcustomerseatclaimedpayload.js +0 -25
  7727. package/dist/esm/models/components/webhookcustomerseatclaimedpayload.js.map +0 -1
  7728. package/dist/esm/models/components/webhookcustomerseatrevokedpayload.d.ts +0 -29
  7729. package/dist/esm/models/components/webhookcustomerseatrevokedpayload.d.ts.map +0 -1
  7730. package/dist/esm/models/components/webhookcustomerseatrevokedpayload.js +0 -25
  7731. package/dist/esm/models/components/webhookcustomerseatrevokedpayload.js.map +0 -1
  7732. package/dist/esm/models/components/webhookcustomerstatechangedpayload.d.ts +0 -35
  7733. package/dist/esm/models/components/webhookcustomerstatechangedpayload.d.ts.map +0 -1
  7734. package/dist/esm/models/components/webhookcustomerstatechangedpayload.js +0 -25
  7735. package/dist/esm/models/components/webhookcustomerstatechangedpayload.js.map +0 -1
  7736. package/dist/esm/models/components/webhookcustomerupdatedpayload.d.ts +0 -33
  7737. package/dist/esm/models/components/webhookcustomerupdatedpayload.d.ts.map +0 -1
  7738. package/dist/esm/models/components/webhookcustomerupdatedpayload.js +0 -25
  7739. package/dist/esm/models/components/webhookcustomerupdatedpayload.js.map +0 -1
  7740. package/dist/esm/models/components/webhookdelivery.d.ts +0 -49
  7741. package/dist/esm/models/components/webhookdelivery.d.ts.map +0 -1
  7742. package/dist/esm/models/components/webhookdelivery.js +0 -28
  7743. package/dist/esm/models/components/webhookdelivery.js.map +0 -1
  7744. package/dist/esm/models/components/webhookendpoint.d.ts +0 -51
  7745. package/dist/esm/models/components/webhookendpoint.d.ts.map +0 -1
  7746. package/dist/esm/models/components/webhookendpoint.js +0 -31
  7747. package/dist/esm/models/components/webhookendpoint.js.map +0 -1
  7748. package/dist/esm/models/components/webhookendpointcreate.d.ts +0 -37
  7749. package/dist/esm/models/components/webhookendpointcreate.d.ts.map +0 -1
  7750. package/dist/esm/models/components/webhookendpointcreate.js +0 -23
  7751. package/dist/esm/models/components/webhookendpointcreate.js.map +0 -1
  7752. package/dist/esm/models/components/webhookendpointupdate.d.ts +0 -31
  7753. package/dist/esm/models/components/webhookendpointupdate.d.ts.map +0 -1
  7754. package/dist/esm/models/components/webhookendpointupdate.js +0 -18
  7755. package/dist/esm/models/components/webhookendpointupdate.js.map +0 -1
  7756. package/dist/esm/models/components/webhookevent.d.ts +0 -54
  7757. package/dist/esm/models/components/webhookevent.d.ts.map +0 -1
  7758. package/dist/esm/models/components/webhookevent.js +0 -30
  7759. package/dist/esm/models/components/webhookevent.js.map +0 -1
  7760. package/dist/esm/models/components/webhookeventtype.d.ts +0 -45
  7761. package/dist/esm/models/components/webhookeventtype.d.ts.map +0 -1
  7762. package/dist/esm/models/components/webhookeventtype.js +0 -46
  7763. package/dist/esm/models/components/webhookeventtype.js.map +0 -1
  7764. package/dist/esm/models/components/webhookformat.d.ts +0 -13
  7765. package/dist/esm/models/components/webhookformat.d.ts.map +0 -1
  7766. package/dist/esm/models/components/webhookformat.js +0 -14
  7767. package/dist/esm/models/components/webhookformat.js.map +0 -1
  7768. package/dist/esm/models/components/webhookmembercreatedpayload.d.ts +0 -37
  7769. package/dist/esm/models/components/webhookmembercreatedpayload.d.ts.map +0 -1
  7770. package/dist/esm/models/components/webhookmembercreatedpayload.js +0 -25
  7771. package/dist/esm/models/components/webhookmembercreatedpayload.js.map +0 -1
  7772. package/dist/esm/models/components/webhookmemberdeletedpayload.d.ts +0 -35
  7773. package/dist/esm/models/components/webhookmemberdeletedpayload.d.ts.map +0 -1
  7774. package/dist/esm/models/components/webhookmemberdeletedpayload.js +0 -25
  7775. package/dist/esm/models/components/webhookmemberdeletedpayload.js.map +0 -1
  7776. package/dist/esm/models/components/webhookmemberupdatedpayload.d.ts +0 -35
  7777. package/dist/esm/models/components/webhookmemberupdatedpayload.d.ts.map +0 -1
  7778. package/dist/esm/models/components/webhookmemberupdatedpayload.js +0 -25
  7779. package/dist/esm/models/components/webhookmemberupdatedpayload.js.map +0 -1
  7780. package/dist/esm/models/components/webhookordercreatedpayload.d.ts +0 -39
  7781. package/dist/esm/models/components/webhookordercreatedpayload.d.ts.map +0 -1
  7782. package/dist/esm/models/components/webhookordercreatedpayload.js +0 -25
  7783. package/dist/esm/models/components/webhookordercreatedpayload.js.map +0 -1
  7784. package/dist/esm/models/components/webhookorderpaidpayload.d.ts +0 -31
  7785. package/dist/esm/models/components/webhookorderpaidpayload.d.ts.map +0 -1
  7786. package/dist/esm/models/components/webhookorderpaidpayload.js +0 -25
  7787. package/dist/esm/models/components/webhookorderpaidpayload.js.map +0 -1
  7788. package/dist/esm/models/components/webhookorderrefundedpayload.d.ts +0 -29
  7789. package/dist/esm/models/components/webhookorderrefundedpayload.d.ts.map +0 -1
  7790. package/dist/esm/models/components/webhookorderrefundedpayload.js +0 -25
  7791. package/dist/esm/models/components/webhookorderrefundedpayload.js.map +0 -1
  7792. package/dist/esm/models/components/webhookorderupdatedpayload.d.ts +0 -34
  7793. package/dist/esm/models/components/webhookorderupdatedpayload.d.ts.map +0 -1
  7794. package/dist/esm/models/components/webhookorderupdatedpayload.js +0 -25
  7795. package/dist/esm/models/components/webhookorderupdatedpayload.js.map +0 -1
  7796. package/dist/esm/models/components/webhookorganizationupdatedpayload.d.ts +0 -29
  7797. package/dist/esm/models/components/webhookorganizationupdatedpayload.d.ts.map +0 -1
  7798. package/dist/esm/models/components/webhookorganizationupdatedpayload.js +0 -25
  7799. package/dist/esm/models/components/webhookorganizationupdatedpayload.js.map +0 -1
  7800. package/dist/esm/models/components/webhookproductcreatedpayload.d.ts +0 -32
  7801. package/dist/esm/models/components/webhookproductcreatedpayload.d.ts.map +0 -1
  7802. package/dist/esm/models/components/webhookproductcreatedpayload.js +0 -25
  7803. package/dist/esm/models/components/webhookproductcreatedpayload.js.map +0 -1
  7804. package/dist/esm/models/components/webhookproductupdatedpayload.d.ts +0 -32
  7805. package/dist/esm/models/components/webhookproductupdatedpayload.d.ts.map +0 -1
  7806. package/dist/esm/models/components/webhookproductupdatedpayload.js +0 -25
  7807. package/dist/esm/models/components/webhookproductupdatedpayload.js.map +0 -1
  7808. package/dist/esm/models/components/webhookrefundcreatedpayload.d.ts +0 -29
  7809. package/dist/esm/models/components/webhookrefundcreatedpayload.d.ts.map +0 -1
  7810. package/dist/esm/models/components/webhookrefundcreatedpayload.js +0 -25
  7811. package/dist/esm/models/components/webhookrefundcreatedpayload.js.map +0 -1
  7812. package/dist/esm/models/components/webhookrefundupdatedpayload.d.ts +0 -29
  7813. package/dist/esm/models/components/webhookrefundupdatedpayload.d.ts.map +0 -1
  7814. package/dist/esm/models/components/webhookrefundupdatedpayload.js +0 -25
  7815. package/dist/esm/models/components/webhookrefundupdatedpayload.js.map +0 -1
  7816. package/dist/esm/models/components/webhooksubscriptionactivepayload.d.ts +0 -30
  7817. package/dist/esm/models/components/webhooksubscriptionactivepayload.d.ts.map +0 -1
  7818. package/dist/esm/models/components/webhooksubscriptionactivepayload.js +0 -25
  7819. package/dist/esm/models/components/webhooksubscriptionactivepayload.js.map +0 -1
  7820. package/dist/esm/models/components/webhooksubscriptioncanceledpayload.d.ts +0 -30
  7821. package/dist/esm/models/components/webhooksubscriptioncanceledpayload.d.ts.map +0 -1
  7822. package/dist/esm/models/components/webhooksubscriptioncanceledpayload.js +0 -25
  7823. package/dist/esm/models/components/webhooksubscriptioncanceledpayload.js.map +0 -1
  7824. package/dist/esm/models/components/webhooksubscriptioncreatedpayload.d.ts +0 -31
  7825. package/dist/esm/models/components/webhooksubscriptioncreatedpayload.d.ts.map +0 -1
  7826. package/dist/esm/models/components/webhooksubscriptioncreatedpayload.js +0 -25
  7827. package/dist/esm/models/components/webhooksubscriptioncreatedpayload.js.map +0 -1
  7828. package/dist/esm/models/components/webhooksubscriptionpastduepayload.d.ts +0 -34
  7829. package/dist/esm/models/components/webhooksubscriptionpastduepayload.d.ts.map +0 -1
  7830. package/dist/esm/models/components/webhooksubscriptionpastduepayload.js +0 -25
  7831. package/dist/esm/models/components/webhooksubscriptionpastduepayload.js.map +0 -1
  7832. package/dist/esm/models/components/webhooksubscriptionrevokedpayload.d.ts +0 -32
  7833. package/dist/esm/models/components/webhooksubscriptionrevokedpayload.d.ts.map +0 -1
  7834. package/dist/esm/models/components/webhooksubscriptionrevokedpayload.js +0 -25
  7835. package/dist/esm/models/components/webhooksubscriptionrevokedpayload.js.map +0 -1
  7836. package/dist/esm/models/components/webhooksubscriptionuncanceledpayload.d.ts +0 -33
  7837. package/dist/esm/models/components/webhooksubscriptionuncanceledpayload.d.ts.map +0 -1
  7838. package/dist/esm/models/components/webhooksubscriptionuncanceledpayload.js +0 -25
  7839. package/dist/esm/models/components/webhooksubscriptionuncanceledpayload.js.map +0 -1
  7840. package/dist/esm/models/components/webhooksubscriptionupdatedpayload.d.ts +0 -33
  7841. package/dist/esm/models/components/webhooksubscriptionupdatedpayload.d.ts.map +0 -1
  7842. package/dist/esm/models/components/webhooksubscriptionupdatedpayload.js +0 -25
  7843. package/dist/esm/models/components/webhooksubscriptionupdatedpayload.js.map +0 -1
  7844. package/dist/esm/models/components/webtokenrequest.d.ts +0 -32
  7845. package/dist/esm/models/components/webtokenrequest.d.ts.map +0 -1
  7846. package/dist/esm/models/components/webtokenrequest.js +0 -33
  7847. package/dist/esm/models/components/webtokenrequest.js.map +0 -1
  7848. package/dist/esm/models/errors/alreadyactivesubscriptionerror.d.ts +0 -20
  7849. package/dist/esm/models/errors/alreadyactivesubscriptionerror.d.ts.map +0 -1
  7850. package/dist/esm/models/errors/alreadyactivesubscriptionerror.js +0 -32
  7851. package/dist/esm/models/errors/alreadyactivesubscriptionerror.js.map +0 -1
  7852. package/dist/esm/models/errors/alreadycanceledsubscription.d.ts +0 -20
  7853. package/dist/esm/models/errors/alreadycanceledsubscription.d.ts.map +0 -1
  7854. package/dist/esm/models/errors/alreadycanceledsubscription.js +0 -32
  7855. package/dist/esm/models/errors/alreadycanceledsubscription.js.map +0 -1
  7856. package/dist/esm/models/errors/checkoutforbiddenerror.d.ts +0 -12
  7857. package/dist/esm/models/errors/checkoutforbiddenerror.d.ts.map +0 -1
  7858. package/dist/esm/models/errors/checkoutforbiddenerror.js +0 -20
  7859. package/dist/esm/models/errors/checkoutforbiddenerror.js.map +0 -1
  7860. package/dist/esm/models/errors/customernotready.d.ts +0 -20
  7861. package/dist/esm/models/errors/customernotready.d.ts.map +0 -1
  7862. package/dist/esm/models/errors/customernotready.js +0 -32
  7863. package/dist/esm/models/errors/customernotready.js.map +0 -1
  7864. package/dist/esm/models/errors/customerportalordersgenerateinvoice.d.ts +0 -13
  7865. package/dist/esm/models/errors/customerportalordersgenerateinvoice.d.ts.map +0 -1
  7866. package/dist/esm/models/errors/customerportalordersgenerateinvoice.js +0 -17
  7867. package/dist/esm/models/errors/customerportalordersgenerateinvoice.js.map +0 -1
  7868. package/dist/esm/models/errors/expiredcheckouterror.d.ts +0 -20
  7869. package/dist/esm/models/errors/expiredcheckouterror.d.ts.map +0 -1
  7870. package/dist/esm/models/errors/expiredcheckouterror.js +0 -32
  7871. package/dist/esm/models/errors/expiredcheckouterror.js.map +0 -1
  7872. package/dist/esm/models/errors/httpclienterrors.d.ts +0 -44
  7873. package/dist/esm/models/errors/httpclienterrors.d.ts.map +0 -1
  7874. package/dist/esm/models/errors/httpclienterrors.js +0 -69
  7875. package/dist/esm/models/errors/httpclienterrors.js.map +0 -1
  7876. package/dist/esm/models/errors/httpvalidationerror.d.ts +0 -25
  7877. package/dist/esm/models/errors/httpvalidationerror.d.ts.map +0 -1
  7878. package/dist/esm/models/errors/httpvalidationerror.js +0 -36
  7879. package/dist/esm/models/errors/httpvalidationerror.js.map +0 -1
  7880. package/dist/esm/models/errors/manualretrylimitexceeded.d.ts +0 -20
  7881. package/dist/esm/models/errors/manualretrylimitexceeded.d.ts.map +0 -1
  7882. package/dist/esm/models/errors/manualretrylimitexceeded.js +0 -32
  7883. package/dist/esm/models/errors/manualretrylimitexceeded.js.map +0 -1
  7884. package/dist/esm/models/errors/missinginvoicebillingdetails.d.ts +0 -20
  7885. package/dist/esm/models/errors/missinginvoicebillingdetails.d.ts.map +0 -1
  7886. package/dist/esm/models/errors/missinginvoicebillingdetails.js +0 -32
  7887. package/dist/esm/models/errors/missinginvoicebillingdetails.js.map +0 -1
  7888. package/dist/esm/models/errors/notopencheckout.d.ts +0 -20
  7889. package/dist/esm/models/errors/notopencheckout.d.ts.map +0 -1
  7890. package/dist/esm/models/errors/notopencheckout.js +0 -32
  7891. package/dist/esm/models/errors/notopencheckout.js.map +0 -1
  7892. package/dist/esm/models/errors/notpaidorder.d.ts +0 -20
  7893. package/dist/esm/models/errors/notpaidorder.d.ts.map +0 -1
  7894. package/dist/esm/models/errors/notpaidorder.js +0 -32
  7895. package/dist/esm/models/errors/notpaidorder.js.map +0 -1
  7896. package/dist/esm/models/errors/notpermitted.d.ts +0 -20
  7897. package/dist/esm/models/errors/notpermitted.d.ts.map +0 -1
  7898. package/dist/esm/models/errors/notpermitted.js +0 -32
  7899. package/dist/esm/models/errors/notpermitted.js.map +0 -1
  7900. package/dist/esm/models/errors/offsessionchargesnotenabled.d.ts +0 -20
  7901. package/dist/esm/models/errors/offsessionchargesnotenabled.d.ts.map +0 -1
  7902. package/dist/esm/models/errors/offsessionchargesnotenabled.js +0 -32
  7903. package/dist/esm/models/errors/offsessionchargesnotenabled.js.map +0 -1
  7904. package/dist/esm/models/errors/ordernotdraft.d.ts +0 -20
  7905. package/dist/esm/models/errors/ordernotdraft.d.ts.map +0 -1
  7906. package/dist/esm/models/errors/ordernotdraft.js +0 -32
  7907. package/dist/esm/models/errors/ordernotdraft.js.map +0 -1
  7908. package/dist/esm/models/errors/ordernoteligibleforretry.d.ts +0 -20
  7909. package/dist/esm/models/errors/ordernoteligibleforretry.d.ts.map +0 -1
  7910. package/dist/esm/models/errors/ordernoteligibleforretry.js +0 -32
  7911. package/dist/esm/models/errors/ordernoteligibleforretry.js.map +0 -1
  7912. package/dist/esm/models/errors/ordersfinalize.d.ts +0 -22
  7913. package/dist/esm/models/errors/ordersfinalize.d.ts.map +0 -1
  7914. package/dist/esm/models/errors/ordersfinalize.js +0 -26
  7915. package/dist/esm/models/errors/ordersfinalize.js.map +0 -1
  7916. package/dist/esm/models/errors/ordersgenerateinvoice.d.ts +0 -13
  7917. package/dist/esm/models/errors/ordersgenerateinvoice.d.ts.map +0 -1
  7918. package/dist/esm/models/errors/ordersgenerateinvoice.js +0 -16
  7919. package/dist/esm/models/errors/ordersgenerateinvoice.js.map +0 -1
  7920. package/dist/esm/models/errors/organizationnotreadyforpayments.d.ts +0 -20
  7921. package/dist/esm/models/errors/organizationnotreadyforpayments.d.ts.map +0 -1
  7922. package/dist/esm/models/errors/organizationnotreadyforpayments.js +0 -32
  7923. package/dist/esm/models/errors/organizationnotreadyforpayments.js.map +0 -1
  7924. package/dist/esm/models/errors/paymentactionrequired.d.ts +0 -20
  7925. package/dist/esm/models/errors/paymentactionrequired.d.ts.map +0 -1
  7926. package/dist/esm/models/errors/paymentactionrequired.js +0 -32
  7927. package/dist/esm/models/errors/paymentactionrequired.js.map +0 -1
  7928. package/dist/esm/models/errors/paymentalreadyinprogress.d.ts +0 -20
  7929. package/dist/esm/models/errors/paymentalreadyinprogress.d.ts.map +0 -1
  7930. package/dist/esm/models/errors/paymentalreadyinprogress.js +0 -32
  7931. package/dist/esm/models/errors/paymentalreadyinprogress.js.map +0 -1
  7932. package/dist/esm/models/errors/paymenterror.d.ts +0 -20
  7933. package/dist/esm/models/errors/paymenterror.d.ts.map +0 -1
  7934. package/dist/esm/models/errors/paymenterror.js +0 -32
  7935. package/dist/esm/models/errors/paymenterror.js.map +0 -1
  7936. package/dist/esm/models/errors/paymentfailed.d.ts +0 -20
  7937. package/dist/esm/models/errors/paymentfailed.d.ts.map +0 -1
  7938. package/dist/esm/models/errors/paymentfailed.js +0 -32
  7939. package/dist/esm/models/errors/paymentfailed.js.map +0 -1
  7940. package/dist/esm/models/errors/paymentmethodinusebyactivesubscription.d.ts +0 -20
  7941. package/dist/esm/models/errors/paymentmethodinusebyactivesubscription.d.ts.map +0 -1
  7942. package/dist/esm/models/errors/paymentmethodinusebyactivesubscription.js +0 -32
  7943. package/dist/esm/models/errors/paymentmethodinusebyactivesubscription.js.map +0 -1
  7944. package/dist/esm/models/errors/paymentmethodsetupfailed.d.ts +0 -20
  7945. package/dist/esm/models/errors/paymentmethodsetupfailed.d.ts.map +0 -1
  7946. package/dist/esm/models/errors/paymentmethodsetupfailed.js +0 -32
  7947. package/dist/esm/models/errors/paymentmethodsetupfailed.js.map +0 -1
  7948. package/dist/esm/models/errors/paymentnotready.d.ts +0 -20
  7949. package/dist/esm/models/errors/paymentnotready.d.ts.map +0 -1
  7950. package/dist/esm/models/errors/paymentnotready.js +0 -32
  7951. package/dist/esm/models/errors/paymentnotready.js.map +0 -1
  7952. package/dist/esm/models/errors/polarerror.d.ts +0 -19
  7953. package/dist/esm/models/errors/polarerror.d.ts.map +0 -1
  7954. package/dist/esm/models/errors/polarerror.js +0 -16
  7955. package/dist/esm/models/errors/polarerror.js.map +0 -1
  7956. package/dist/esm/models/errors/refundedalready.d.ts +0 -20
  7957. package/dist/esm/models/errors/refundedalready.d.ts.map +0 -1
  7958. package/dist/esm/models/errors/refundedalready.js +0 -32
  7959. package/dist/esm/models/errors/refundedalready.js.map +0 -1
  7960. package/dist/esm/models/errors/resourcenotfound.d.ts +0 -20
  7961. package/dist/esm/models/errors/resourcenotfound.d.ts.map +0 -1
  7962. package/dist/esm/models/errors/resourcenotfound.js +0 -32
  7963. package/dist/esm/models/errors/resourcenotfound.js.map +0 -1
  7964. package/dist/esm/models/errors/responsevalidationerror.d.ts +0 -26
  7965. package/dist/esm/models/errors/responsevalidationerror.d.ts.map +0 -1
  7966. package/dist/esm/models/errors/responsevalidationerror.js +0 -29
  7967. package/dist/esm/models/errors/responsevalidationerror.js.map +0 -1
  7968. package/dist/esm/models/errors/sdkerror.d.ts +0 -10
  7969. package/dist/esm/models/errors/sdkerror.d.ts.map +0 -1
  7970. package/dist/esm/models/errors/sdkerror.js +0 -30
  7971. package/dist/esm/models/errors/sdkerror.js.map +0 -1
  7972. package/dist/esm/models/errors/sdkvalidationerror.d.ts +0 -21
  7973. package/dist/esm/models/errors/sdkvalidationerror.d.ts.map +0 -1
  7974. package/dist/esm/models/errors/sdkvalidationerror.js +0 -44
  7975. package/dist/esm/models/errors/sdkvalidationerror.js.map +0 -1
  7976. package/dist/esm/models/errors/subscriptionlocked.d.ts +0 -20
  7977. package/dist/esm/models/errors/subscriptionlocked.d.ts.map +0 -1
  7978. package/dist/esm/models/errors/subscriptionlocked.js +0 -32
  7979. package/dist/esm/models/errors/subscriptionlocked.js.map +0 -1
  7980. package/dist/esm/models/errors/trialalreadyredeemed.d.ts +0 -20
  7981. package/dist/esm/models/errors/trialalreadyredeemed.d.ts.map +0 -1
  7982. package/dist/esm/models/errors/trialalreadyredeemed.js +0 -32
  7983. package/dist/esm/models/errors/trialalreadyredeemed.js.map +0 -1
  7984. package/dist/esm/models/errors/unauthorized.d.ts +0 -20
  7985. package/dist/esm/models/errors/unauthorized.d.ts.map +0 -1
  7986. package/dist/esm/models/errors/unauthorized.js +0 -32
  7987. package/dist/esm/models/errors/unauthorized.js.map +0 -1
  7988. package/dist/esm/models/operations/benefitgrantslist.d.ts +0 -82
  7989. package/dist/esm/models/operations/benefitgrantslist.d.ts.map +0 -1
  7990. package/dist/esm/models/operations/benefitgrantslist.js +0 -56
  7991. package/dist/esm/models/operations/benefitgrantslist.js.map +0 -1
  7992. package/dist/esm/models/operations/benefitsdelete.d.ts +0 -12
  7993. package/dist/esm/models/operations/benefitsdelete.d.ts.map +0 -1
  7994. package/dist/esm/models/operations/benefitsdelete.js +0 -12
  7995. package/dist/esm/models/operations/benefitsdelete.js.map +0 -1
  7996. package/dist/esm/models/operations/benefitsget.d.ts +0 -12
  7997. package/dist/esm/models/operations/benefitsget.d.ts.map +0 -1
  7998. package/dist/esm/models/operations/benefitsget.js +0 -12
  7999. package/dist/esm/models/operations/benefitsget.js.map +0 -1
  8000. package/dist/esm/models/operations/benefitsgrants.d.ts +0 -64
  8001. package/dist/esm/models/operations/benefitsgrants.d.ts.map +0 -1
  8002. package/dist/esm/models/operations/benefitsgrants.js +0 -48
  8003. package/dist/esm/models/operations/benefitsgrants.js.map +0 -1
  8004. package/dist/esm/models/operations/benefitslist.d.ts +0 -107
  8005. package/dist/esm/models/operations/benefitslist.d.ts.map +0 -1
  8006. package/dist/esm/models/operations/benefitslist.js +0 -70
  8007. package/dist/esm/models/operations/benefitslist.js.map +0 -1
  8008. package/dist/esm/models/operations/benefitsupdate.d.ts +0 -27
  8009. package/dist/esm/models/operations/benefitsupdate.d.ts.map +0 -1
  8010. package/dist/esm/models/operations/benefitsupdate.js +0 -46
  8011. package/dist/esm/models/operations/benefitsupdate.js.map +0 -1
  8012. package/dist/esm/models/operations/checkoutlinksdelete.d.ts +0 -15
  8013. package/dist/esm/models/operations/checkoutlinksdelete.d.ts.map +0 -1
  8014. package/dist/esm/models/operations/checkoutlinksdelete.js +0 -12
  8015. package/dist/esm/models/operations/checkoutlinksdelete.js.map +0 -1
  8016. package/dist/esm/models/operations/checkoutlinksget.d.ts +0 -15
  8017. package/dist/esm/models/operations/checkoutlinksget.d.ts.map +0 -1
  8018. package/dist/esm/models/operations/checkoutlinksget.js +0 -12
  8019. package/dist/esm/models/operations/checkoutlinksget.js.map +0 -1
  8020. package/dist/esm/models/operations/checkoutlinkslist.d.ts +0 -63
  8021. package/dist/esm/models/operations/checkoutlinkslist.d.ts.map +0 -1
  8022. package/dist/esm/models/operations/checkoutlinkslist.js +0 -47
  8023. package/dist/esm/models/operations/checkoutlinkslist.js.map +0 -1
  8024. package/dist/esm/models/operations/checkoutlinksupdate.d.ts +0 -18
  8025. package/dist/esm/models/operations/checkoutlinksupdate.d.ts.map +0 -1
  8026. package/dist/esm/models/operations/checkoutlinksupdate.js +0 -19
  8027. package/dist/esm/models/operations/checkoutlinksupdate.js.map +0 -1
  8028. package/dist/esm/models/operations/checkoutsclientconfirm.d.ts +0 -18
  8029. package/dist/esm/models/operations/checkoutsclientconfirm.d.ts.map +0 -1
  8030. package/dist/esm/models/operations/checkoutsclientconfirm.js +0 -20
  8031. package/dist/esm/models/operations/checkoutsclientconfirm.js.map +0 -1
  8032. package/dist/esm/models/operations/checkoutsclientget.d.ts +0 -15
  8033. package/dist/esm/models/operations/checkoutsclientget.d.ts.map +0 -1
  8034. package/dist/esm/models/operations/checkoutsclientget.js +0 -17
  8035. package/dist/esm/models/operations/checkoutsclientget.js.map +0 -1
  8036. package/dist/esm/models/operations/checkoutsclientupdate.d.ts +0 -18
  8037. package/dist/esm/models/operations/checkoutsclientupdate.d.ts.map +0 -1
  8038. package/dist/esm/models/operations/checkoutsclientupdate.js +0 -20
  8039. package/dist/esm/models/operations/checkoutsclientupdate.js.map +0 -1
  8040. package/dist/esm/models/operations/checkoutsget.d.ts +0 -15
  8041. package/dist/esm/models/operations/checkoutsget.d.ts.map +0 -1
  8042. package/dist/esm/models/operations/checkoutsget.js +0 -12
  8043. package/dist/esm/models/operations/checkoutsget.js.map +0 -1
  8044. package/dist/esm/models/operations/checkoutslist.d.ts +0 -111
  8045. package/dist/esm/models/operations/checkoutslist.d.ts.map +0 -1
  8046. package/dist/esm/models/operations/checkoutslist.js +0 -75
  8047. package/dist/esm/models/operations/checkoutslist.js.map +0 -1
  8048. package/dist/esm/models/operations/checkoutsupdate.d.ts +0 -18
  8049. package/dist/esm/models/operations/checkoutsupdate.d.ts.map +0 -1
  8050. package/dist/esm/models/operations/checkoutsupdate.js +0 -19
  8051. package/dist/esm/models/operations/checkoutsupdate.js.map +0 -1
  8052. package/dist/esm/models/operations/customermetersget.d.ts +0 -15
  8053. package/dist/esm/models/operations/customermetersget.d.ts.map +0 -1
  8054. package/dist/esm/models/operations/customermetersget.js +0 -12
  8055. package/dist/esm/models/operations/customermetersget.js.map +0 -1
  8056. package/dist/esm/models/operations/customermeterslist.d.ts +0 -91
  8057. package/dist/esm/models/operations/customermeterslist.d.ts.map +0 -1
  8058. package/dist/esm/models/operations/customermeterslist.js +0 -61
  8059. package/dist/esm/models/operations/customermeterslist.js.map +0 -1
  8060. package/dist/esm/models/operations/customerportalbenefitgrantsget.d.ts +0 -27
  8061. package/dist/esm/models/operations/customerportalbenefitgrantsget.d.ts.map +0 -1
  8062. package/dist/esm/models/operations/customerportalbenefitgrantsget.js +0 -26
  8063. package/dist/esm/models/operations/customerportalbenefitgrantsget.js.map +0 -1
  8064. package/dist/esm/models/operations/customerportalbenefitgrantslist.d.ts +0 -137
  8065. package/dist/esm/models/operations/customerportalbenefitgrantslist.d.ts.map +0 -1
  8066. package/dist/esm/models/operations/customerportalbenefitgrantslist.js +0 -98
  8067. package/dist/esm/models/operations/customerportalbenefitgrantslist.js.map +0 -1
  8068. package/dist/esm/models/operations/customerportalbenefitgrantsupdate.d.ts +0 -30
  8069. package/dist/esm/models/operations/customerportalbenefitgrantsupdate.d.ts.map +0 -1
  8070. package/dist/esm/models/operations/customerportalbenefitgrantsupdate.js +0 -32
  8071. package/dist/esm/models/operations/customerportalbenefitgrantsupdate.js.map +0 -1
  8072. package/dist/esm/models/operations/customerportalcustomermetersget.d.ts +0 -27
  8073. package/dist/esm/models/operations/customerportalcustomermetersget.d.ts.map +0 -1
  8074. package/dist/esm/models/operations/customerportalcustomermetersget.js +0 -26
  8075. package/dist/esm/models/operations/customerportalcustomermetersget.js.map +0 -1
  8076. package/dist/esm/models/operations/customerportalcustomermeterslist.d.ts +0 -66
  8077. package/dist/esm/models/operations/customerportalcustomermeterslist.d.ts.map +0 -1
  8078. package/dist/esm/models/operations/customerportalcustomermeterslist.js +0 -54
  8079. package/dist/esm/models/operations/customerportalcustomermeterslist.js.map +0 -1
  8080. package/dist/esm/models/operations/customerportalcustomersaddpaymentmethod.d.ts +0 -14
  8081. package/dist/esm/models/operations/customerportalcustomersaddpaymentmethod.d.ts.map +0 -1
  8082. package/dist/esm/models/operations/customerportalcustomersaddpaymentmethod.js +0 -19
  8083. package/dist/esm/models/operations/customerportalcustomersaddpaymentmethod.js.map +0 -1
  8084. package/dist/esm/models/operations/customerportalcustomerscheckemailupdate.d.ts +0 -12
  8085. package/dist/esm/models/operations/customerportalcustomerscheckemailupdate.d.ts.map +0 -1
  8086. package/dist/esm/models/operations/customerportalcustomerscheckemailupdate.js +0 -12
  8087. package/dist/esm/models/operations/customerportalcustomerscheckemailupdate.js.map +0 -1
  8088. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts +0 -14
  8089. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.d.ts.map +0 -1
  8090. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.js +0 -19
  8091. package/dist/esm/models/operations/customerportalcustomersconfirmpaymentmethod.js.map +0 -1
  8092. package/dist/esm/models/operations/customerportalcustomersdeletepaymentmethod.d.ts +0 -24
  8093. package/dist/esm/models/operations/customerportalcustomersdeletepaymentmethod.d.ts.map +0 -1
  8094. package/dist/esm/models/operations/customerportalcustomersdeletepaymentmethod.js +0 -26
  8095. package/dist/esm/models/operations/customerportalcustomersdeletepaymentmethod.js.map +0 -1
  8096. package/dist/esm/models/operations/customerportalcustomersessiongetauthenticateduser.d.ts +0 -14
  8097. package/dist/esm/models/operations/customerportalcustomersessiongetauthenticateduser.d.ts.map +0 -1
  8098. package/dist/esm/models/operations/customerportalcustomersessiongetauthenticateduser.js +0 -20
  8099. package/dist/esm/models/operations/customerportalcustomersessiongetauthenticateduser.js.map +0 -1
  8100. package/dist/esm/models/operations/customerportalcustomersessionintrospect.d.ts +0 -14
  8101. package/dist/esm/models/operations/customerportalcustomersessionintrospect.d.ts.map +0 -1
  8102. package/dist/esm/models/operations/customerportalcustomersessionintrospect.js +0 -19
  8103. package/dist/esm/models/operations/customerportalcustomersessionintrospect.js.map +0 -1
  8104. package/dist/esm/models/operations/customerportalcustomersget.d.ts +0 -14
  8105. package/dist/esm/models/operations/customerportalcustomersget.d.ts.map +0 -1
  8106. package/dist/esm/models/operations/customerportalcustomersget.js +0 -19
  8107. package/dist/esm/models/operations/customerportalcustomersget.js.map +0 -1
  8108. package/dist/esm/models/operations/customerportalcustomerslistpaymentmethods.d.ts +0 -41
  8109. package/dist/esm/models/operations/customerportalcustomerslistpaymentmethods.d.ts.map +0 -1
  8110. package/dist/esm/models/operations/customerportalcustomerslistpaymentmethods.js +0 -41
  8111. package/dist/esm/models/operations/customerportalcustomerslistpaymentmethods.js.map +0 -1
  8112. package/dist/esm/models/operations/customerportalcustomersrequestemailupdate.d.ts +0 -14
  8113. package/dist/esm/models/operations/customerportalcustomersrequestemailupdate.d.ts.map +0 -1
  8114. package/dist/esm/models/operations/customerportalcustomersrequestemailupdate.js +0 -19
  8115. package/dist/esm/models/operations/customerportalcustomersrequestemailupdate.js.map +0 -1
  8116. package/dist/esm/models/operations/customerportalcustomersupdate.d.ts +0 -14
  8117. package/dist/esm/models/operations/customerportalcustomersupdate.d.ts.map +0 -1
  8118. package/dist/esm/models/operations/customerportalcustomersupdate.js +0 -19
  8119. package/dist/esm/models/operations/customerportalcustomersupdate.js.map +0 -1
  8120. package/dist/esm/models/operations/customerportaldownloadableslist.d.ts +0 -55
  8121. package/dist/esm/models/operations/customerportaldownloadableslist.d.ts.map +0 -1
  8122. package/dist/esm/models/operations/customerportaldownloadableslist.js +0 -52
  8123. package/dist/esm/models/operations/customerportaldownloadableslist.js.map +0 -1
  8124. package/dist/esm/models/operations/customerportallicensekeysget.d.ts +0 -24
  8125. package/dist/esm/models/operations/customerportallicensekeysget.d.ts.map +0 -1
  8126. package/dist/esm/models/operations/customerportallicensekeysget.js +0 -26
  8127. package/dist/esm/models/operations/customerportallicensekeysget.js.map +0 -1
  8128. package/dist/esm/models/operations/customerportallicensekeyslist.d.ts +0 -46
  8129. package/dist/esm/models/operations/customerportallicensekeyslist.d.ts.map +0 -1
  8130. package/dist/esm/models/operations/customerportallicensekeyslist.js +0 -45
  8131. package/dist/esm/models/operations/customerportallicensekeyslist.js.map +0 -1
  8132. package/dist/esm/models/operations/customerportalmemberslistmembers.d.ts +0 -29
  8133. package/dist/esm/models/operations/customerportalmemberslistmembers.d.ts.map +0 -1
  8134. package/dist/esm/models/operations/customerportalmemberslistmembers.js +0 -27
  8135. package/dist/esm/models/operations/customerportalmemberslistmembers.js.map +0 -1
  8136. package/dist/esm/models/operations/customerportalmembersremovemember.d.ts +0 -12
  8137. package/dist/esm/models/operations/customerportalmembersremovemember.d.ts.map +0 -1
  8138. package/dist/esm/models/operations/customerportalmembersremovemember.js +0 -12
  8139. package/dist/esm/models/operations/customerportalmembersremovemember.js.map +0 -1
  8140. package/dist/esm/models/operations/customerportalmembersupdatemember.d.ts +0 -15
  8141. package/dist/esm/models/operations/customerportalmembersupdatemember.d.ts.map +0 -1
  8142. package/dist/esm/models/operations/customerportalmembersupdatemember.js +0 -19
  8143. package/dist/esm/models/operations/customerportalmembersupdatemember.js.map +0 -1
  8144. package/dist/esm/models/operations/customerportalordersconfirmretrypayment.d.ts +0 -30
  8145. package/dist/esm/models/operations/customerportalordersconfirmretrypayment.d.ts.map +0 -1
  8146. package/dist/esm/models/operations/customerportalordersconfirmretrypayment.js +0 -32
  8147. package/dist/esm/models/operations/customerportalordersconfirmretrypayment.js.map +0 -1
  8148. package/dist/esm/models/operations/customerportalordersgenerateinvoice.d.ts +0 -27
  8149. package/dist/esm/models/operations/customerportalordersgenerateinvoice.d.ts.map +0 -1
  8150. package/dist/esm/models/operations/customerportalordersgenerateinvoice.js +0 -26
  8151. package/dist/esm/models/operations/customerportalordersgenerateinvoice.js.map +0 -1
  8152. package/dist/esm/models/operations/customerportalordersget.d.ts +0 -27
  8153. package/dist/esm/models/operations/customerportalordersget.d.ts.map +0 -1
  8154. package/dist/esm/models/operations/customerportalordersget.js +0 -26
  8155. package/dist/esm/models/operations/customerportalordersget.js.map +0 -1
  8156. package/dist/esm/models/operations/customerportalordersgetpaymentstatus.d.ts +0 -27
  8157. package/dist/esm/models/operations/customerportalordersgetpaymentstatus.d.ts.map +0 -1
  8158. package/dist/esm/models/operations/customerportalordersgetpaymentstatus.js +0 -26
  8159. package/dist/esm/models/operations/customerportalordersgetpaymentstatus.js.map +0 -1
  8160. package/dist/esm/models/operations/customerportalordersinvoice.d.ts +0 -27
  8161. package/dist/esm/models/operations/customerportalordersinvoice.d.ts.map +0 -1
  8162. package/dist/esm/models/operations/customerportalordersinvoice.js +0 -26
  8163. package/dist/esm/models/operations/customerportalordersinvoice.js.map +0 -1
  8164. package/dist/esm/models/operations/customerportalorderslist.d.ts +0 -95
  8165. package/dist/esm/models/operations/customerportalorderslist.d.ts.map +0 -1
  8166. package/dist/esm/models/operations/customerportalorderslist.js +0 -76
  8167. package/dist/esm/models/operations/customerportalorderslist.js.map +0 -1
  8168. package/dist/esm/models/operations/customerportalordersreceipt.d.ts +0 -27
  8169. package/dist/esm/models/operations/customerportalordersreceipt.d.ts.map +0 -1
  8170. package/dist/esm/models/operations/customerportalordersreceipt.js +0 -26
  8171. package/dist/esm/models/operations/customerportalordersreceipt.js.map +0 -1
  8172. package/dist/esm/models/operations/customerportalordersupdate.d.ts +0 -30
  8173. package/dist/esm/models/operations/customerportalordersupdate.d.ts.map +0 -1
  8174. package/dist/esm/models/operations/customerportalordersupdate.js +0 -32
  8175. package/dist/esm/models/operations/customerportalordersupdate.js.map +0 -1
  8176. package/dist/esm/models/operations/customerportalorganizationsget.d.ts +0 -15
  8177. package/dist/esm/models/operations/customerportalorganizationsget.d.ts.map +0 -1
  8178. package/dist/esm/models/operations/customerportalorganizationsget.js +0 -12
  8179. package/dist/esm/models/operations/customerportalorganizationsget.js.map +0 -1
  8180. package/dist/esm/models/operations/customerportalseatsassignseat.d.ts +0 -14
  8181. package/dist/esm/models/operations/customerportalseatsassignseat.d.ts.map +0 -1
  8182. package/dist/esm/models/operations/customerportalseatsassignseat.js +0 -19
  8183. package/dist/esm/models/operations/customerportalseatsassignseat.js.map +0 -1
  8184. package/dist/esm/models/operations/customerportalseatslistclaimedsubscriptions.d.ts +0 -41
  8185. package/dist/esm/models/operations/customerportalseatslistclaimedsubscriptions.d.ts.map +0 -1
  8186. package/dist/esm/models/operations/customerportalseatslistclaimedsubscriptions.js +0 -40
  8187. package/dist/esm/models/operations/customerportalseatslistclaimedsubscriptions.js.map +0 -1
  8188. package/dist/esm/models/operations/customerportalseatslistseats.d.ts +0 -32
  8189. package/dist/esm/models/operations/customerportalseatslistseats.d.ts.map +0 -1
  8190. package/dist/esm/models/operations/customerportalseatslistseats.js +0 -32
  8191. package/dist/esm/models/operations/customerportalseatslistseats.js.map +0 -1
  8192. package/dist/esm/models/operations/customerportalseatsresendinvitation.d.ts +0 -24
  8193. package/dist/esm/models/operations/customerportalseatsresendinvitation.d.ts.map +0 -1
  8194. package/dist/esm/models/operations/customerportalseatsresendinvitation.js +0 -30
  8195. package/dist/esm/models/operations/customerportalseatsresendinvitation.js.map +0 -1
  8196. package/dist/esm/models/operations/customerportalseatsrevokeseat.d.ts +0 -24
  8197. package/dist/esm/models/operations/customerportalseatsrevokeseat.d.ts.map +0 -1
  8198. package/dist/esm/models/operations/customerportalseatsrevokeseat.js +0 -30
  8199. package/dist/esm/models/operations/customerportalseatsrevokeseat.js.map +0 -1
  8200. package/dist/esm/models/operations/customerportalsubscriptionscancel.d.ts +0 -27
  8201. package/dist/esm/models/operations/customerportalsubscriptionscancel.d.ts.map +0 -1
  8202. package/dist/esm/models/operations/customerportalsubscriptionscancel.js +0 -26
  8203. package/dist/esm/models/operations/customerportalsubscriptionscancel.js.map +0 -1
  8204. package/dist/esm/models/operations/customerportalsubscriptionsget.d.ts +0 -27
  8205. package/dist/esm/models/operations/customerportalsubscriptionsget.d.ts.map +0 -1
  8206. package/dist/esm/models/operations/customerportalsubscriptionsget.js +0 -26
  8207. package/dist/esm/models/operations/customerportalsubscriptionsget.js.map +0 -1
  8208. package/dist/esm/models/operations/customerportalsubscriptionslist.d.ts +0 -71
  8209. package/dist/esm/models/operations/customerportalsubscriptionslist.d.ts.map +0 -1
  8210. package/dist/esm/models/operations/customerportalsubscriptionslist.js +0 -56
  8211. package/dist/esm/models/operations/customerportalsubscriptionslist.js.map +0 -1
  8212. package/dist/esm/models/operations/customerportalsubscriptionsupdate.d.ts +0 -30
  8213. package/dist/esm/models/operations/customerportalsubscriptionsupdate.d.ts.map +0 -1
  8214. package/dist/esm/models/operations/customerportalsubscriptionsupdate.js +0 -32
  8215. package/dist/esm/models/operations/customerportalsubscriptionsupdate.js.map +0 -1
  8216. package/dist/esm/models/operations/customerportalwalletsget.d.ts +0 -27
  8217. package/dist/esm/models/operations/customerportalwalletsget.d.ts.map +0 -1
  8218. package/dist/esm/models/operations/customerportalwalletsget.js +0 -26
  8219. package/dist/esm/models/operations/customerportalwalletsget.js.map +0 -1
  8220. package/dist/esm/models/operations/customerportalwalletslist.d.ts +0 -47
  8221. package/dist/esm/models/operations/customerportalwalletslist.d.ts.map +0 -1
  8222. package/dist/esm/models/operations/customerportalwalletslist.js +0 -42
  8223. package/dist/esm/models/operations/customerportalwalletslist.js.map +0 -1
  8224. package/dist/esm/models/operations/customersdelete.d.ts +0 -20
  8225. package/dist/esm/models/operations/customersdelete.d.ts.map +0 -1
  8226. package/dist/esm/models/operations/customersdelete.js +0 -13
  8227. package/dist/esm/models/operations/customersdelete.js.map +0 -1
  8228. package/dist/esm/models/operations/customersdeleteexternal.d.ts +0 -20
  8229. package/dist/esm/models/operations/customersdeleteexternal.d.ts.map +0 -1
  8230. package/dist/esm/models/operations/customersdeleteexternal.js +0 -18
  8231. package/dist/esm/models/operations/customersdeleteexternal.js.map +0 -1
  8232. package/dist/esm/models/operations/customerseatsgetclaiminfo.d.ts +0 -12
  8233. package/dist/esm/models/operations/customerseatsgetclaiminfo.d.ts.map +0 -1
  8234. package/dist/esm/models/operations/customerseatsgetclaiminfo.js +0 -17
  8235. package/dist/esm/models/operations/customerseatsgetclaiminfo.js.map +0 -1
  8236. package/dist/esm/models/operations/customerseatslistseats.d.ts +0 -14
  8237. package/dist/esm/models/operations/customerseatslistseats.d.ts.map +0 -1
  8238. package/dist/esm/models/operations/customerseatslistseats.js +0 -19
  8239. package/dist/esm/models/operations/customerseatslistseats.js.map +0 -1
  8240. package/dist/esm/models/operations/customerseatsresendinvitation.d.ts +0 -12
  8241. package/dist/esm/models/operations/customerseatsresendinvitation.d.ts.map +0 -1
  8242. package/dist/esm/models/operations/customerseatsresendinvitation.js +0 -17
  8243. package/dist/esm/models/operations/customerseatsresendinvitation.js.map +0 -1
  8244. package/dist/esm/models/operations/customerseatsrevokeseat.d.ts +0 -12
  8245. package/dist/esm/models/operations/customerseatsrevokeseat.d.ts.map +0 -1
  8246. package/dist/esm/models/operations/customerseatsrevokeseat.js +0 -17
  8247. package/dist/esm/models/operations/customerseatsrevokeseat.js.map +0 -1
  8248. package/dist/esm/models/operations/customersessionscreate.d.ts +0 -10
  8249. package/dist/esm/models/operations/customersessionscreate.d.ts.map +0 -1
  8250. package/dist/esm/models/operations/customersessionscreate.js +0 -15
  8251. package/dist/esm/models/operations/customersessionscreate.js.map +0 -1
  8252. package/dist/esm/models/operations/customersexport.d.ts +0 -30
  8253. package/dist/esm/models/operations/customersexport.d.ts.map +0 -1
  8254. package/dist/esm/models/operations/customersexport.js +0 -29
  8255. package/dist/esm/models/operations/customersexport.js.map +0 -1
  8256. package/dist/esm/models/operations/customersget.d.ts +0 -15
  8257. package/dist/esm/models/operations/customersget.d.ts.map +0 -1
  8258. package/dist/esm/models/operations/customersget.js +0 -12
  8259. package/dist/esm/models/operations/customersget.js.map +0 -1
  8260. package/dist/esm/models/operations/customersgetexternal.d.ts +0 -15
  8261. package/dist/esm/models/operations/customersgetexternal.d.ts.map +0 -1
  8262. package/dist/esm/models/operations/customersgetexternal.js +0 -17
  8263. package/dist/esm/models/operations/customersgetexternal.js.map +0 -1
  8264. package/dist/esm/models/operations/customersgetstate.d.ts +0 -15
  8265. package/dist/esm/models/operations/customersgetstate.d.ts.map +0 -1
  8266. package/dist/esm/models/operations/customersgetstate.js +0 -12
  8267. package/dist/esm/models/operations/customersgetstate.js.map +0 -1
  8268. package/dist/esm/models/operations/customersgetstateexternal.d.ts +0 -15
  8269. package/dist/esm/models/operations/customersgetstateexternal.d.ts.map +0 -1
  8270. package/dist/esm/models/operations/customersgetstateexternal.js +0 -17
  8271. package/dist/esm/models/operations/customersgetstateexternal.js.map +0 -1
  8272. package/dist/esm/models/operations/customerslist.d.ts +0 -74
  8273. package/dist/esm/models/operations/customerslist.d.ts.map +0 -1
  8274. package/dist/esm/models/operations/customerslist.js +0 -45
  8275. package/dist/esm/models/operations/customerslist.js.map +0 -1
  8276. package/dist/esm/models/operations/customerslistpaymentmethods.d.ts +0 -34
  8277. package/dist/esm/models/operations/customerslistpaymentmethods.d.ts.map +0 -1
  8278. package/dist/esm/models/operations/customerslistpaymentmethods.js +0 -28
  8279. package/dist/esm/models/operations/customerslistpaymentmethods.js.map +0 -1
  8280. package/dist/esm/models/operations/customerslistpaymentmethodsexternal.d.ts +0 -34
  8281. package/dist/esm/models/operations/customerslistpaymentmethodsexternal.d.ts.map +0 -1
  8282. package/dist/esm/models/operations/customerslistpaymentmethodsexternal.js +0 -32
  8283. package/dist/esm/models/operations/customerslistpaymentmethodsexternal.js.map +0 -1
  8284. package/dist/esm/models/operations/customersupdate.d.ts +0 -18
  8285. package/dist/esm/models/operations/customersupdate.d.ts.map +0 -1
  8286. package/dist/esm/models/operations/customersupdate.js +0 -19
  8287. package/dist/esm/models/operations/customersupdate.js.map +0 -1
  8288. package/dist/esm/models/operations/customersupdateexternal.d.ts +0 -18
  8289. package/dist/esm/models/operations/customersupdateexternal.d.ts.map +0 -1
  8290. package/dist/esm/models/operations/customersupdateexternal.js +0 -20
  8291. package/dist/esm/models/operations/customersupdateexternal.js.map +0 -1
  8292. package/dist/esm/models/operations/customfieldsdelete.d.ts +0 -15
  8293. package/dist/esm/models/operations/customfieldsdelete.d.ts.map +0 -1
  8294. package/dist/esm/models/operations/customfieldsdelete.js +0 -12
  8295. package/dist/esm/models/operations/customfieldsdelete.js.map +0 -1
  8296. package/dist/esm/models/operations/customfieldsget.d.ts +0 -15
  8297. package/dist/esm/models/operations/customfieldsget.d.ts.map +0 -1
  8298. package/dist/esm/models/operations/customfieldsget.js +0 -12
  8299. package/dist/esm/models/operations/customfieldsget.js.map +0 -1
  8300. package/dist/esm/models/operations/customfieldslist.d.ts +0 -69
  8301. package/dist/esm/models/operations/customfieldslist.d.ts.map +0 -1
  8302. package/dist/esm/models/operations/customfieldslist.js +0 -55
  8303. package/dist/esm/models/operations/customfieldslist.js.map +0 -1
  8304. package/dist/esm/models/operations/customfieldsupdate.d.ts +0 -18
  8305. package/dist/esm/models/operations/customfieldsupdate.d.ts.map +0 -1
  8306. package/dist/esm/models/operations/customfieldsupdate.js +0 -19
  8307. package/dist/esm/models/operations/customfieldsupdate.js.map +0 -1
  8308. package/dist/esm/models/operations/discountsdelete.d.ts +0 -15
  8309. package/dist/esm/models/operations/discountsdelete.d.ts.map +0 -1
  8310. package/dist/esm/models/operations/discountsdelete.js +0 -12
  8311. package/dist/esm/models/operations/discountsdelete.js.map +0 -1
  8312. package/dist/esm/models/operations/discountsget.d.ts +0 -15
  8313. package/dist/esm/models/operations/discountsget.d.ts.map +0 -1
  8314. package/dist/esm/models/operations/discountsget.js +0 -12
  8315. package/dist/esm/models/operations/discountsget.js.map +0 -1
  8316. package/dist/esm/models/operations/discountslist.d.ts +0 -54
  8317. package/dist/esm/models/operations/discountslist.d.ts.map +0 -1
  8318. package/dist/esm/models/operations/discountslist.js +0 -41
  8319. package/dist/esm/models/operations/discountslist.js.map +0 -1
  8320. package/dist/esm/models/operations/discountsupdate.d.ts +0 -18
  8321. package/dist/esm/models/operations/discountsupdate.d.ts.map +0 -1
  8322. package/dist/esm/models/operations/discountsupdate.js +0 -19
  8323. package/dist/esm/models/operations/discountsupdate.js.map +0 -1
  8324. package/dist/esm/models/operations/disputesget.d.ts +0 -15
  8325. package/dist/esm/models/operations/disputesget.d.ts.map +0 -1
  8326. package/dist/esm/models/operations/disputesget.js +0 -12
  8327. package/dist/esm/models/operations/disputesget.js.map +0 -1
  8328. package/dist/esm/models/operations/disputeslist.d.ts +0 -78
  8329. package/dist/esm/models/operations/disputeslist.d.ts.map +0 -1
  8330. package/dist/esm/models/operations/disputeslist.js +0 -60
  8331. package/dist/esm/models/operations/disputeslist.js.map +0 -1
  8332. package/dist/esm/models/operations/eventsget.d.ts +0 -15
  8333. package/dist/esm/models/operations/eventsget.d.ts.map +0 -1
  8334. package/dist/esm/models/operations/eventsget.js +0 -12
  8335. package/dist/esm/models/operations/eventsget.js.map +0 -1
  8336. package/dist/esm/models/operations/eventslist.d.ts +0 -153
  8337. package/dist/esm/models/operations/eventslist.d.ts.map +0 -1
  8338. package/dist/esm/models/operations/eventslist.js +0 -84
  8339. package/dist/esm/models/operations/eventslist.js.map +0 -1
  8340. package/dist/esm/models/operations/eventslistnames.d.ts +0 -97
  8341. package/dist/esm/models/operations/eventslistnames.d.ts.map +0 -1
  8342. package/dist/esm/models/operations/eventslistnames.js +0 -68
  8343. package/dist/esm/models/operations/eventslistnames.js.map +0 -1
  8344. package/dist/esm/models/operations/eventtypeslist.d.ts +0 -98
  8345. package/dist/esm/models/operations/eventtypeslist.d.ts.map +0 -1
  8346. package/dist/esm/models/operations/eventtypeslist.js +0 -61
  8347. package/dist/esm/models/operations/eventtypeslist.js.map +0 -1
  8348. package/dist/esm/models/operations/eventtypesupdate.d.ts +0 -18
  8349. package/dist/esm/models/operations/eventtypesupdate.d.ts.map +0 -1
  8350. package/dist/esm/models/operations/eventtypesupdate.js +0 -19
  8351. package/dist/esm/models/operations/eventtypesupdate.js.map +0 -1
  8352. package/dist/esm/models/operations/filesdelete.d.ts +0 -12
  8353. package/dist/esm/models/operations/filesdelete.d.ts.map +0 -1
  8354. package/dist/esm/models/operations/filesdelete.js +0 -12
  8355. package/dist/esm/models/operations/filesdelete.js.map +0 -1
  8356. package/dist/esm/models/operations/fileslist.d.ts +0 -57
  8357. package/dist/esm/models/operations/fileslist.d.ts.map +0 -1
  8358. package/dist/esm/models/operations/fileslist.js +0 -44
  8359. package/dist/esm/models/operations/fileslist.js.map +0 -1
  8360. package/dist/esm/models/operations/filesupdate.d.ts +0 -30
  8361. package/dist/esm/models/operations/filesupdate.d.ts.map +0 -1
  8362. package/dist/esm/models/operations/filesupdate.js +0 -32
  8363. package/dist/esm/models/operations/filesupdate.js.map +0 -1
  8364. package/dist/esm/models/operations/filesuploaded.d.ts +0 -30
  8365. package/dist/esm/models/operations/filesuploaded.d.ts.map +0 -1
  8366. package/dist/esm/models/operations/filesuploaded.js +0 -32
  8367. package/dist/esm/models/operations/filesuploaded.js.map +0 -1
  8368. package/dist/esm/models/operations/licensekeysget.d.ts +0 -12
  8369. package/dist/esm/models/operations/licensekeysget.d.ts.map +0 -1
  8370. package/dist/esm/models/operations/licensekeysget.js +0 -12
  8371. package/dist/esm/models/operations/licensekeysget.js.map +0 -1
  8372. package/dist/esm/models/operations/licensekeysgetactivation.d.ts +0 -14
  8373. package/dist/esm/models/operations/licensekeysgetactivation.d.ts.map +0 -1
  8374. package/dist/esm/models/operations/licensekeysgetactivation.js +0 -18
  8375. package/dist/esm/models/operations/licensekeysgetactivation.js.map +0 -1
  8376. package/dist/esm/models/operations/licensekeyslist.d.ts +0 -72
  8377. package/dist/esm/models/operations/licensekeyslist.d.ts.map +0 -1
  8378. package/dist/esm/models/operations/licensekeyslist.js +0 -58
  8379. package/dist/esm/models/operations/licensekeyslist.js.map +0 -1
  8380. package/dist/esm/models/operations/licensekeysupdate.d.ts +0 -15
  8381. package/dist/esm/models/operations/licensekeysupdate.d.ts.map +0 -1
  8382. package/dist/esm/models/operations/licensekeysupdate.js +0 -19
  8383. package/dist/esm/models/operations/licensekeysupdate.js.map +0 -1
  8384. package/dist/esm/models/operations/membersdeletemember.d.ts +0 -12
  8385. package/dist/esm/models/operations/membersdeletemember.d.ts.map +0 -1
  8386. package/dist/esm/models/operations/membersdeletemember.js +0 -12
  8387. package/dist/esm/models/operations/membersdeletemember.js.map +0 -1
  8388. package/dist/esm/models/operations/membersdeletememberbyexternalid.d.ts +0 -25
  8389. package/dist/esm/models/operations/membersdeletememberbyexternalid.d.ts.map +0 -1
  8390. package/dist/esm/models/operations/membersdeletememberbyexternalid.js +0 -21
  8391. package/dist/esm/models/operations/membersdeletememberbyexternalid.js.map +0 -1
  8392. package/dist/esm/models/operations/membersgetmember.d.ts +0 -12
  8393. package/dist/esm/models/operations/membersgetmember.d.ts.map +0 -1
  8394. package/dist/esm/models/operations/membersgetmember.js +0 -12
  8395. package/dist/esm/models/operations/membersgetmember.js.map +0 -1
  8396. package/dist/esm/models/operations/membersgetmemberbyexternalid.d.ts +0 -25
  8397. package/dist/esm/models/operations/membersgetmemberbyexternalid.d.ts.map +0 -1
  8398. package/dist/esm/models/operations/membersgetmemberbyexternalid.js +0 -21
  8399. package/dist/esm/models/operations/membersgetmemberbyexternalid.js.map +0 -1
  8400. package/dist/esm/models/operations/memberslistmembers.d.ts +0 -51
  8401. package/dist/esm/models/operations/memberslistmembers.d.ts.map +0 -1
  8402. package/dist/esm/models/operations/memberslistmembers.js +0 -38
  8403. package/dist/esm/models/operations/memberslistmembers.js.map +0 -1
  8404. package/dist/esm/models/operations/membersupdatemember.d.ts +0 -15
  8405. package/dist/esm/models/operations/membersupdatemember.d.ts.map +0 -1
  8406. package/dist/esm/models/operations/membersupdatemember.js +0 -19
  8407. package/dist/esm/models/operations/membersupdatemember.js.map +0 -1
  8408. package/dist/esm/models/operations/membersupdatememberbyexternalid.d.ts +0 -28
  8409. package/dist/esm/models/operations/membersupdatememberbyexternalid.d.ts.map +0 -1
  8410. package/dist/esm/models/operations/membersupdatememberbyexternalid.js +0 -24
  8411. package/dist/esm/models/operations/membersupdatememberbyexternalid.js.map +0 -1
  8412. package/dist/esm/models/operations/metersget.d.ts +0 -15
  8413. package/dist/esm/models/operations/metersget.d.ts.map +0 -1
  8414. package/dist/esm/models/operations/metersget.js +0 -12
  8415. package/dist/esm/models/operations/metersget.js.map +0 -1
  8416. package/dist/esm/models/operations/meterslist.d.ts +0 -69
  8417. package/dist/esm/models/operations/meterslist.d.ts.map +0 -1
  8418. package/dist/esm/models/operations/meterslist.js +0 -45
  8419. package/dist/esm/models/operations/meterslist.js.map +0 -1
  8420. package/dist/esm/models/operations/metersquantities.d.ts +0 -80
  8421. package/dist/esm/models/operations/metersquantities.d.ts.map +0 -1
  8422. package/dist/esm/models/operations/metersquantities.js +0 -43
  8423. package/dist/esm/models/operations/metersquantities.js.map +0 -1
  8424. package/dist/esm/models/operations/metersupdate.d.ts +0 -18
  8425. package/dist/esm/models/operations/metersupdate.d.ts.map +0 -1
  8426. package/dist/esm/models/operations/metersupdate.js +0 -19
  8427. package/dist/esm/models/operations/metersupdate.js.map +0 -1
  8428. package/dist/esm/models/operations/metricsdeletedashboard.d.ts +0 -15
  8429. package/dist/esm/models/operations/metricsdeletedashboard.d.ts.map +0 -1
  8430. package/dist/esm/models/operations/metricsdeletedashboard.js +0 -12
  8431. package/dist/esm/models/operations/metricsdeletedashboard.js.map +0 -1
  8432. package/dist/esm/models/operations/metricsexport.d.ts +0 -100
  8433. package/dist/esm/models/operations/metricsexport.d.ts.map +0 -1
  8434. package/dist/esm/models/operations/metricsexport.js +0 -66
  8435. package/dist/esm/models/operations/metricsexport.js.map +0 -1
  8436. package/dist/esm/models/operations/metricsget.d.ts +0 -94
  8437. package/dist/esm/models/operations/metricsget.d.ts.map +0 -1
  8438. package/dist/esm/models/operations/metricsget.js +0 -60
  8439. package/dist/esm/models/operations/metricsget.js.map +0 -1
  8440. package/dist/esm/models/operations/metricsgetdashboard.d.ts +0 -15
  8441. package/dist/esm/models/operations/metricsgetdashboard.d.ts.map +0 -1
  8442. package/dist/esm/models/operations/metricsgetdashboard.js +0 -12
  8443. package/dist/esm/models/operations/metricsgetdashboard.js.map +0 -1
  8444. package/dist/esm/models/operations/metricslistdashboards.d.ts +0 -24
  8445. package/dist/esm/models/operations/metricslistdashboards.d.ts.map +0 -1
  8446. package/dist/esm/models/operations/metricslistdashboards.js +0 -23
  8447. package/dist/esm/models/operations/metricslistdashboards.js.map +0 -1
  8448. package/dist/esm/models/operations/metricsupdatedashboard.d.ts +0 -18
  8449. package/dist/esm/models/operations/metricsupdatedashboard.d.ts.map +0 -1
  8450. package/dist/esm/models/operations/metricsupdatedashboard.js +0 -19
  8451. package/dist/esm/models/operations/metricsupdatedashboard.js.map +0 -1
  8452. package/dist/esm/models/operations/oauth2authorize.d.ts +0 -13
  8453. package/dist/esm/models/operations/oauth2authorize.d.ts.map +0 -1
  8454. package/dist/esm/models/operations/oauth2authorize.js +0 -16
  8455. package/dist/esm/models/operations/oauth2authorize.js.map +0 -1
  8456. package/dist/esm/models/operations/oauth2clientsoauth2deleteclient.d.ts +0 -12
  8457. package/dist/esm/models/operations/oauth2clientsoauth2deleteclient.d.ts.map +0 -1
  8458. package/dist/esm/models/operations/oauth2clientsoauth2deleteclient.js +0 -17
  8459. package/dist/esm/models/operations/oauth2clientsoauth2deleteclient.js.map +0 -1
  8460. package/dist/esm/models/operations/oauth2clientsoauth2getclient.d.ts +0 -12
  8461. package/dist/esm/models/operations/oauth2clientsoauth2getclient.d.ts.map +0 -1
  8462. package/dist/esm/models/operations/oauth2clientsoauth2getclient.js +0 -17
  8463. package/dist/esm/models/operations/oauth2clientsoauth2getclient.js.map +0 -1
  8464. package/dist/esm/models/operations/oauth2clientsoauth2updateclient.d.ts +0 -15
  8465. package/dist/esm/models/operations/oauth2clientsoauth2updateclient.d.ts.map +0 -1
  8466. package/dist/esm/models/operations/oauth2clientsoauth2updateclient.js +0 -20
  8467. package/dist/esm/models/operations/oauth2clientsoauth2updateclient.js.map +0 -1
  8468. package/dist/esm/models/operations/oauth2requesttoken.d.ts +0 -11
  8469. package/dist/esm/models/operations/oauth2requesttoken.d.ts.map +0 -1
  8470. package/dist/esm/models/operations/oauth2requesttoken.js +0 -17
  8471. package/dist/esm/models/operations/oauth2requesttoken.js.map +0 -1
  8472. package/dist/esm/models/operations/oauth2userinfo.d.ts +0 -13
  8473. package/dist/esm/models/operations/oauth2userinfo.d.ts.map +0 -1
  8474. package/dist/esm/models/operations/oauth2userinfo.js +0 -16
  8475. package/dist/esm/models/operations/oauth2userinfo.js.map +0 -1
  8476. package/dist/esm/models/operations/ordersexport.d.ts +0 -44
  8477. package/dist/esm/models/operations/ordersexport.d.ts.map +0 -1
  8478. package/dist/esm/models/operations/ordersexport.js +0 -36
  8479. package/dist/esm/models/operations/ordersexport.js.map +0 -1
  8480. package/dist/esm/models/operations/ordersfinalize.d.ts +0 -18
  8481. package/dist/esm/models/operations/ordersfinalize.d.ts.map +0 -1
  8482. package/dist/esm/models/operations/ordersfinalize.js +0 -19
  8483. package/dist/esm/models/operations/ordersfinalize.js.map +0 -1
  8484. package/dist/esm/models/operations/ordersgenerateinvoice.d.ts +0 -15
  8485. package/dist/esm/models/operations/ordersgenerateinvoice.d.ts.map +0 -1
  8486. package/dist/esm/models/operations/ordersgenerateinvoice.js +0 -12
  8487. package/dist/esm/models/operations/ordersgenerateinvoice.js.map +0 -1
  8488. package/dist/esm/models/operations/ordersget.d.ts +0 -15
  8489. package/dist/esm/models/operations/ordersget.d.ts.map +0 -1
  8490. package/dist/esm/models/operations/ordersget.js +0 -12
  8491. package/dist/esm/models/operations/ordersget.js.map +0 -1
  8492. package/dist/esm/models/operations/ordersinvoice.d.ts +0 -15
  8493. package/dist/esm/models/operations/ordersinvoice.d.ts.map +0 -1
  8494. package/dist/esm/models/operations/ordersinvoice.js +0 -12
  8495. package/dist/esm/models/operations/ordersinvoice.js.map +0 -1
  8496. package/dist/esm/models/operations/orderslist.d.ts +0 -158
  8497. package/dist/esm/models/operations/orderslist.d.ts.map +0 -1
  8498. package/dist/esm/models/operations/orderslist.js +0 -98
  8499. package/dist/esm/models/operations/orderslist.js.map +0 -1
  8500. package/dist/esm/models/operations/ordersreceipt.d.ts +0 -15
  8501. package/dist/esm/models/operations/ordersreceipt.d.ts.map +0 -1
  8502. package/dist/esm/models/operations/ordersreceipt.js +0 -12
  8503. package/dist/esm/models/operations/ordersreceipt.js.map +0 -1
  8504. package/dist/esm/models/operations/ordersupdate.d.ts +0 -18
  8505. package/dist/esm/models/operations/ordersupdate.d.ts.map +0 -1
  8506. package/dist/esm/models/operations/ordersupdate.js +0 -19
  8507. package/dist/esm/models/operations/ordersupdate.js.map +0 -1
  8508. package/dist/esm/models/operations/organizationaccesstokensdelete.d.ts +0 -12
  8509. package/dist/esm/models/operations/organizationaccesstokensdelete.d.ts.map +0 -1
  8510. package/dist/esm/models/operations/organizationaccesstokensdelete.js +0 -12
  8511. package/dist/esm/models/operations/organizationaccesstokensdelete.js.map +0 -1
  8512. package/dist/esm/models/operations/organizationaccesstokenslist.d.ts +0 -49
  8513. package/dist/esm/models/operations/organizationaccesstokenslist.d.ts.map +0 -1
  8514. package/dist/esm/models/operations/organizationaccesstokenslist.js +0 -41
  8515. package/dist/esm/models/operations/organizationaccesstokenslist.js.map +0 -1
  8516. package/dist/esm/models/operations/organizationaccesstokensupdate.d.ts +0 -15
  8517. package/dist/esm/models/operations/organizationaccesstokensupdate.d.ts.map +0 -1
  8518. package/dist/esm/models/operations/organizationaccesstokensupdate.js +0 -19
  8519. package/dist/esm/models/operations/organizationaccesstokensupdate.js.map +0 -1
  8520. package/dist/esm/models/operations/organizationsget.d.ts +0 -12
  8521. package/dist/esm/models/operations/organizationsget.d.ts.map +0 -1
  8522. package/dist/esm/models/operations/organizationsget.js +0 -12
  8523. package/dist/esm/models/operations/organizationsget.js.map +0 -1
  8524. package/dist/esm/models/operations/organizationslist.d.ts +0 -40
  8525. package/dist/esm/models/operations/organizationslist.d.ts.map +0 -1
  8526. package/dist/esm/models/operations/organizationslist.js +0 -30
  8527. package/dist/esm/models/operations/organizationslist.js.map +0 -1
  8528. package/dist/esm/models/operations/organizationsupdate.d.ts +0 -15
  8529. package/dist/esm/models/operations/organizationsupdate.d.ts.map +0 -1
  8530. package/dist/esm/models/operations/organizationsupdate.js +0 -19
  8531. package/dist/esm/models/operations/organizationsupdate.js.map +0 -1
  8532. package/dist/esm/models/operations/paymentsget.d.ts +0 -15
  8533. package/dist/esm/models/operations/paymentsget.d.ts.map +0 -1
  8534. package/dist/esm/models/operations/paymentsget.js +0 -12
  8535. package/dist/esm/models/operations/paymentsget.js.map +0 -1
  8536. package/dist/esm/models/operations/paymentslist.d.ts +0 -134
  8537. package/dist/esm/models/operations/paymentslist.d.ts.map +0 -1
  8538. package/dist/esm/models/operations/paymentslist.js +0 -87
  8539. package/dist/esm/models/operations/paymentslist.js.map +0 -1
  8540. package/dist/esm/models/operations/productsget.d.ts +0 -12
  8541. package/dist/esm/models/operations/productsget.d.ts.map +0 -1
  8542. package/dist/esm/models/operations/productsget.js +0 -12
  8543. package/dist/esm/models/operations/productsget.js.map +0 -1
  8544. package/dist/esm/models/operations/productslist.d.ts +0 -108
  8545. package/dist/esm/models/operations/productslist.d.ts.map +0 -1
  8546. package/dist/esm/models/operations/productslist.js +0 -62
  8547. package/dist/esm/models/operations/productslist.js.map +0 -1
  8548. package/dist/esm/models/operations/productsupdate.d.ts +0 -15
  8549. package/dist/esm/models/operations/productsupdate.d.ts.map +0 -1
  8550. package/dist/esm/models/operations/productsupdate.js +0 -19
  8551. package/dist/esm/models/operations/productsupdate.js.map +0 -1
  8552. package/dist/esm/models/operations/productsupdatebenefits.d.ts +0 -15
  8553. package/dist/esm/models/operations/productsupdatebenefits.d.ts.map +0 -1
  8554. package/dist/esm/models/operations/productsupdatebenefits.js +0 -19
  8555. package/dist/esm/models/operations/productsupdatebenefits.js.map +0 -1
  8556. package/dist/esm/models/operations/refundslist.d.ts +0 -124
  8557. package/dist/esm/models/operations/refundslist.d.ts.map +0 -1
  8558. package/dist/esm/models/operations/refundslist.js +0 -75
  8559. package/dist/esm/models/operations/refundslist.js.map +0 -1
  8560. package/dist/esm/models/operations/subscriptionscreate.d.ts +0 -10
  8561. package/dist/esm/models/operations/subscriptionscreate.d.ts.map +0 -1
  8562. package/dist/esm/models/operations/subscriptionscreate.js +0 -15
  8563. package/dist/esm/models/operations/subscriptionscreate.js.map +0 -1
  8564. package/dist/esm/models/operations/subscriptionsexport.d.ts +0 -30
  8565. package/dist/esm/models/operations/subscriptionsexport.d.ts.map +0 -1
  8566. package/dist/esm/models/operations/subscriptionsexport.js +0 -29
  8567. package/dist/esm/models/operations/subscriptionsexport.js.map +0 -1
  8568. package/dist/esm/models/operations/subscriptionsget.d.ts +0 -15
  8569. package/dist/esm/models/operations/subscriptionsget.d.ts.map +0 -1
  8570. package/dist/esm/models/operations/subscriptionsget.js +0 -12
  8571. package/dist/esm/models/operations/subscriptionsget.js.map +0 -1
  8572. package/dist/esm/models/operations/subscriptionslist.d.ts +0 -150
  8573. package/dist/esm/models/operations/subscriptionslist.d.ts.map +0 -1
  8574. package/dist/esm/models/operations/subscriptionslist.js +0 -91
  8575. package/dist/esm/models/operations/subscriptionslist.js.map +0 -1
  8576. package/dist/esm/models/operations/subscriptionsrevoke.d.ts +0 -15
  8577. package/dist/esm/models/operations/subscriptionsrevoke.d.ts.map +0 -1
  8578. package/dist/esm/models/operations/subscriptionsrevoke.js +0 -12
  8579. package/dist/esm/models/operations/subscriptionsrevoke.js.map +0 -1
  8580. package/dist/esm/models/operations/subscriptionsupdate.d.ts +0 -18
  8581. package/dist/esm/models/operations/subscriptionsupdate.d.ts.map +0 -1
  8582. package/dist/esm/models/operations/subscriptionsupdate.js +0 -19
  8583. package/dist/esm/models/operations/subscriptionsupdate.js.map +0 -1
  8584. package/dist/esm/models/operations/webhooksdeletewebhookendpoint.d.ts +0 -15
  8585. package/dist/esm/models/operations/webhooksdeletewebhookendpoint.d.ts.map +0 -1
  8586. package/dist/esm/models/operations/webhooksdeletewebhookendpoint.js +0 -12
  8587. package/dist/esm/models/operations/webhooksdeletewebhookendpoint.js.map +0 -1
  8588. package/dist/esm/models/operations/webhooksgetwebhookendpoint.d.ts +0 -15
  8589. package/dist/esm/models/operations/webhooksgetwebhookendpoint.d.ts.map +0 -1
  8590. package/dist/esm/models/operations/webhooksgetwebhookendpoint.js +0 -12
  8591. package/dist/esm/models/operations/webhooksgetwebhookendpoint.js.map +0 -1
  8592. package/dist/esm/models/operations/webhookslistwebhookdeliveries.d.ts +0 -99
  8593. package/dist/esm/models/operations/webhookslistwebhookdeliveries.d.ts.map +0 -1
  8594. package/dist/esm/models/operations/webhookslistwebhookdeliveries.js +0 -71
  8595. package/dist/esm/models/operations/webhookslistwebhookdeliveries.js.map +0 -1
  8596. package/dist/esm/models/operations/webhookslistwebhookendpoints.d.ts +0 -43
  8597. package/dist/esm/models/operations/webhookslistwebhookendpoints.d.ts.map +0 -1
  8598. package/dist/esm/models/operations/webhookslistwebhookendpoints.js +0 -38
  8599. package/dist/esm/models/operations/webhookslistwebhookendpoints.js.map +0 -1
  8600. package/dist/esm/models/operations/webhooksredeliverwebhookevent.d.ts +0 -15
  8601. package/dist/esm/models/operations/webhooksredeliverwebhookevent.d.ts.map +0 -1
  8602. package/dist/esm/models/operations/webhooksredeliverwebhookevent.js +0 -12
  8603. package/dist/esm/models/operations/webhooksredeliverwebhookevent.js.map +0 -1
  8604. package/dist/esm/models/operations/webhooksresetwebhookendpointsecret.d.ts +0 -15
  8605. package/dist/esm/models/operations/webhooksresetwebhookendpointsecret.d.ts.map +0 -1
  8606. package/dist/esm/models/operations/webhooksresetwebhookendpointsecret.js +0 -12
  8607. package/dist/esm/models/operations/webhooksresetwebhookendpointsecret.js.map +0 -1
  8608. package/dist/esm/models/operations/webhooksupdatewebhookendpoint.d.ts +0 -18
  8609. package/dist/esm/models/operations/webhooksupdatewebhookendpoint.d.ts.map +0 -1
  8610. package/dist/esm/models/operations/webhooksupdatewebhookendpoint.js +0 -19
  8611. package/dist/esm/models/operations/webhooksupdatewebhookendpoint.js.map +0 -1
  8612. package/dist/esm/package.json +0 -3
  8613. package/dist/esm/sdk/benefitgrants.d.ts +0 -17
  8614. package/dist/esm/sdk/benefitgrants.d.ts.map +0 -1
  8615. package/dist/esm/sdk/benefitgrants.js +0 -20
  8616. package/dist/esm/sdk/benefitgrants.js.map +0 -1
  8617. package/dist/esm/sdk/benefits.d.ts +0 -76
  8618. package/dist/esm/sdk/benefits.d.ts.map +0 -1
  8619. package/dist/esm/sdk/benefits.js +0 -87
  8620. package/dist/esm/sdk/benefits.js.map +0 -1
  8621. package/dist/esm/sdk/checkoutlinks.d.ts +0 -58
  8622. package/dist/esm/sdk/checkoutlinks.d.ts.map +0 -1
  8623. package/dist/esm/sdk/checkoutlinks.js +0 -69
  8624. package/dist/esm/sdk/checkoutlinks.js.map +0 -1
  8625. package/dist/esm/sdk/checkouts.d.ts +0 -76
  8626. package/dist/esm/sdk/checkouts.d.ts.map +0 -1
  8627. package/dist/esm/sdk/checkouts.js +0 -89
  8628. package/dist/esm/sdk/checkouts.js.map +0 -1
  8629. package/dist/esm/sdk/clients.d.ts +0 -36
  8630. package/dist/esm/sdk/clients.d.ts.map +0 -1
  8631. package/dist/esm/sdk/clients.js +0 -48
  8632. package/dist/esm/sdk/clients.js.map +0 -1
  8633. package/dist/esm/sdk/customermeters.d.ts +0 -28
  8634. package/dist/esm/sdk/customermeters.d.ts.map +0 -1
  8635. package/dist/esm/sdk/customermeters.js +0 -33
  8636. package/dist/esm/sdk/customermeters.js.map +0 -1
  8637. package/dist/esm/sdk/customerportal.d.ts +0 -40
  8638. package/dist/esm/sdk/customerportal.d.ts.map +0 -1
  8639. package/dist/esm/sdk/customerportal.js +0 -55
  8640. package/dist/esm/sdk/customerportal.js.map +0 -1
  8641. package/dist/esm/sdk/customers.d.ts +0 -177
  8642. package/dist/esm/sdk/customers.d.ts.map +0 -1
  8643. package/dist/esm/sdk/customers.js +0 -196
  8644. package/dist/esm/sdk/customers.js.map +0 -1
  8645. package/dist/esm/sdk/customerseats.d.ts +0 -50
  8646. package/dist/esm/sdk/customerseats.d.ts.map +0 -1
  8647. package/dist/esm/sdk/customerseats.js +0 -62
  8648. package/dist/esm/sdk/customerseats.js.map +0 -1
  8649. package/dist/esm/sdk/customersession.d.ts +0 -26
  8650. package/dist/esm/sdk/customersession.d.ts.map +0 -1
  8651. package/dist/esm/sdk/customersession.js +0 -32
  8652. package/dist/esm/sdk/customersession.js.map +0 -1
  8653. package/dist/esm/sdk/customersessions.d.ts +0 -18
  8654. package/dist/esm/sdk/customersessions.d.ts.map +0 -1
  8655. package/dist/esm/sdk/customersessions.js +0 -23
  8656. package/dist/esm/sdk/customersessions.js.map +0 -1
  8657. package/dist/esm/sdk/customfields.d.ts +0 -58
  8658. package/dist/esm/sdk/customfields.d.ts.map +0 -1
  8659. package/dist/esm/sdk/customfields.js +0 -69
  8660. package/dist/esm/sdk/customfields.js.map +0 -1
  8661. package/dist/esm/sdk/discounts.d.ts +0 -58
  8662. package/dist/esm/sdk/discounts.d.ts.map +0 -1
  8663. package/dist/esm/sdk/discounts.js +0 -69
  8664. package/dist/esm/sdk/discounts.js.map +0 -1
  8665. package/dist/esm/sdk/disputes.d.ts +0 -28
  8666. package/dist/esm/sdk/disputes.d.ts.map +0 -1
  8667. package/dist/esm/sdk/disputes.js +0 -33
  8668. package/dist/esm/sdk/disputes.js.map +0 -1
  8669. package/dist/esm/sdk/downloadables.d.ts +0 -15
  8670. package/dist/esm/sdk/downloadables.d.ts.map +0 -1
  8671. package/dist/esm/sdk/downloadables.js +0 -18
  8672. package/dist/esm/sdk/downloadables.js.map +0 -1
  8673. package/dist/esm/sdk/events.d.ts +0 -49
  8674. package/dist/esm/sdk/events.d.ts.map +0 -1
  8675. package/dist/esm/sdk/events.js +0 -57
  8676. package/dist/esm/sdk/events.js.map +0 -1
  8677. package/dist/esm/sdk/eventtypes.d.ts +0 -28
  8678. package/dist/esm/sdk/eventtypes.d.ts.map +0 -1
  8679. package/dist/esm/sdk/eventtypes.js +0 -33
  8680. package/dist/esm/sdk/eventtypes.js.map +0 -1
  8681. package/dist/esm/sdk/files.d.ts +0 -58
  8682. package/dist/esm/sdk/files.d.ts.map +0 -1
  8683. package/dist/esm/sdk/files.js +0 -69
  8684. package/dist/esm/sdk/files.js.map +0 -1
  8685. package/dist/esm/sdk/licensekeys.d.ts +0 -81
  8686. package/dist/esm/sdk/licensekeys.d.ts.map +0 -1
  8687. package/dist/esm/sdk/licensekeys.js +0 -93
  8688. package/dist/esm/sdk/licensekeys.js.map +0 -1
  8689. package/dist/esm/sdk/members.d.ts +0 -98
  8690. package/dist/esm/sdk/members.d.ts.map +0 -1
  8691. package/dist/esm/sdk/members.js +0 -115
  8692. package/dist/esm/sdk/members.js.map +0 -1
  8693. package/dist/esm/sdk/meters.d.ts +0 -59
  8694. package/dist/esm/sdk/meters.d.ts.map +0 -1
  8695. package/dist/esm/sdk/meters.js +0 -69
  8696. package/dist/esm/sdk/meters.js.map +0 -1
  8697. package/dist/esm/sdk/metrics.d.ts +0 -92
  8698. package/dist/esm/sdk/metrics.d.ts.map +0 -1
  8699. package/dist/esm/sdk/metrics.js +0 -107
  8700. package/dist/esm/sdk/metrics.js.map +0 -1
  8701. package/dist/esm/sdk/oauth2.d.ts +0 -47
  8702. package/dist/esm/sdk/oauth2.d.ts.map +0 -1
  8703. package/dist/esm/sdk/oauth2.js +0 -59
  8704. package/dist/esm/sdk/oauth2.js.map +0 -1
  8705. package/dist/esm/sdk/orders.d.ts +0 -114
  8706. package/dist/esm/sdk/orders.d.ts.map +0 -1
  8707. package/dist/esm/sdk/orders.js +0 -128
  8708. package/dist/esm/sdk/orders.js.map +0 -1
  8709. package/dist/esm/sdk/organizationaccesstokens.d.ts +0 -43
  8710. package/dist/esm/sdk/organizationaccesstokens.d.ts.map +0 -1
  8711. package/dist/esm/sdk/organizationaccesstokens.js +0 -51
  8712. package/dist/esm/sdk/organizationaccesstokens.js.map +0 -1
  8713. package/dist/esm/sdk/organizations.d.ts +0 -48
  8714. package/dist/esm/sdk/organizations.d.ts.map +0 -1
  8715. package/dist/esm/sdk/organizations.js +0 -57
  8716. package/dist/esm/sdk/organizations.js.map +0 -1
  8717. package/dist/esm/sdk/payments.d.ts +0 -28
  8718. package/dist/esm/sdk/payments.d.ts.map +0 -1
  8719. package/dist/esm/sdk/payments.js +0 -33
  8720. package/dist/esm/sdk/payments.js.map +0 -1
  8721. package/dist/esm/sdk/polarbenefitgrants.d.ts +0 -38
  8722. package/dist/esm/sdk/polarbenefitgrants.d.ts.map +0 -1
  8723. package/dist/esm/sdk/polarbenefitgrants.js +0 -45
  8724. package/dist/esm/sdk/polarbenefitgrants.js.map +0 -1
  8725. package/dist/esm/sdk/polarcustomermeters.d.ts +0 -28
  8726. package/dist/esm/sdk/polarcustomermeters.d.ts.map +0 -1
  8727. package/dist/esm/sdk/polarcustomermeters.js +0 -33
  8728. package/dist/esm/sdk/polarcustomermeters.js.map +0 -1
  8729. package/dist/esm/sdk/polarcustomers.d.ts +0 -88
  8730. package/dist/esm/sdk/polarcustomers.d.ts.map +0 -1
  8731. package/dist/esm/sdk/polarcustomers.js +0 -101
  8732. package/dist/esm/sdk/polarcustomers.js.map +0 -1
  8733. package/dist/esm/sdk/polarlicensekeys.d.ts +0 -67
  8734. package/dist/esm/sdk/polarlicensekeys.d.ts.map +0 -1
  8735. package/dist/esm/sdk/polarlicensekeys.js +0 -76
  8736. package/dist/esm/sdk/polarlicensekeys.js.map +0 -1
  8737. package/dist/esm/sdk/polarmembers.d.ts +0 -60
  8738. package/dist/esm/sdk/polarmembers.d.ts.map +0 -1
  8739. package/dist/esm/sdk/polarmembers.js +0 -69
  8740. package/dist/esm/sdk/polarmembers.js.map +0 -1
  8741. package/dist/esm/sdk/polarorders.d.ts +0 -76
  8742. package/dist/esm/sdk/polarorders.d.ts.map +0 -1
  8743. package/dist/esm/sdk/polarorders.js +0 -89
  8744. package/dist/esm/sdk/polarorders.js.map +0 -1
  8745. package/dist/esm/sdk/polarorganizations.d.ts +0 -13
  8746. package/dist/esm/sdk/polarorganizations.d.ts.map +0 -1
  8747. package/dist/esm/sdk/polarorganizations.js +0 -18
  8748. package/dist/esm/sdk/polarorganizations.js.map +0 -1
  8749. package/dist/esm/sdk/polarsubscriptions.d.ts +0 -44
  8750. package/dist/esm/sdk/polarsubscriptions.d.ts.map +0 -1
  8751. package/dist/esm/sdk/polarsubscriptions.js +0 -53
  8752. package/dist/esm/sdk/polarsubscriptions.js.map +0 -1
  8753. package/dist/esm/sdk/products.d.ts +0 -58
  8754. package/dist/esm/sdk/products.d.ts.map +0 -1
  8755. package/dist/esm/sdk/products.js +0 -69
  8756. package/dist/esm/sdk/products.js.map +0 -1
  8757. package/dist/esm/sdk/refunds.d.ts +0 -28
  8758. package/dist/esm/sdk/refunds.d.ts.map +0 -1
  8759. package/dist/esm/sdk/refunds.js +0 -33
  8760. package/dist/esm/sdk/refunds.js.map +0 -1
  8761. package/dist/esm/sdk/sdk.d.ts +0 -131
  8762. package/dist/esm/sdk/sdk.d.ts.map +0 -1
  8763. package/dist/esm/sdk/sdk.js +0 -124
  8764. package/dist/esm/sdk/sdk.js.map +0 -1
  8765. package/dist/esm/sdk/seats.d.ts +0 -43
  8766. package/dist/esm/sdk/seats.d.ts.map +0 -1
  8767. package/dist/esm/sdk/seats.js +0 -52
  8768. package/dist/esm/sdk/seats.js.map +0 -1
  8769. package/dist/esm/sdk/subscriptions.d.ts +0 -77
  8770. package/dist/esm/sdk/subscriptions.d.ts.map +0 -1
  8771. package/dist/esm/sdk/subscriptions.js +0 -87
  8772. package/dist/esm/sdk/subscriptions.js.map +0 -1
  8773. package/dist/esm/sdk/wallets.d.ts +0 -24
  8774. package/dist/esm/sdk/wallets.d.ts.map +0 -1
  8775. package/dist/esm/sdk/wallets.js +0 -29
  8776. package/dist/esm/sdk/wallets.js.map +0 -1
  8777. package/dist/esm/sdk/webhooks.d.ts +0 -92
  8778. package/dist/esm/sdk/webhooks.d.ts.map +0 -1
  8779. package/dist/esm/sdk/webhooks.js +0 -107
  8780. package/dist/esm/sdk/webhooks.js.map +0 -1
  8781. package/dist/esm/test.d.ts +0 -2
  8782. package/dist/esm/test.d.ts.map +0 -1
  8783. package/dist/esm/test.js +0 -2
  8784. package/dist/esm/test.js.map +0 -1
  8785. package/dist/esm/types/async.d.ts +0 -23
  8786. package/dist/esm/types/async.d.ts.map +0 -1
  8787. package/dist/esm/types/async.js +0 -41
  8788. package/dist/esm/types/async.js.map +0 -1
  8789. package/dist/esm/types/blobs.d.ts +0 -4
  8790. package/dist/esm/types/blobs.d.ts.map +0 -1
  8791. package/dist/esm/types/blobs.js +0 -25
  8792. package/dist/esm/types/blobs.js.map +0 -1
  8793. package/dist/esm/types/constdatetime.d.ts +0 -3
  8794. package/dist/esm/types/constdatetime.d.ts.map +0 -1
  8795. package/dist/esm/types/constdatetime.js +0 -10
  8796. package/dist/esm/types/constdatetime.js.map +0 -1
  8797. package/dist/esm/types/enums.d.ts +0 -9
  8798. package/dist/esm/types/enums.d.ts.map +0 -1
  8799. package/dist/esm/types/enums.js +0 -27
  8800. package/dist/esm/types/enums.js.map +0 -1
  8801. package/dist/esm/types/fp.d.ts +0 -31
  8802. package/dist/esm/types/fp.d.ts.map +0 -1
  8803. package/dist/esm/types/fp.js +0 -31
  8804. package/dist/esm/types/fp.js.map +0 -1
  8805. package/dist/esm/types/operations.d.ts +0 -27
  8806. package/dist/esm/types/operations.d.ts.map +0 -1
  8807. package/dist/esm/types/operations.js +0 -77
  8808. package/dist/esm/types/operations.js.map +0 -1
  8809. package/dist/esm/types/rfcdate.d.ts +0 -21
  8810. package/dist/esm/types/rfcdate.d.ts.map +0 -1
  8811. package/dist/esm/types/rfcdate.js +0 -42
  8812. package/dist/esm/types/rfcdate.js.map +0 -1
  8813. package/dist/esm/types/smartUnion.d.ts +0 -7
  8814. package/dist/esm/types/smartUnion.d.ts.map +0 -1
  8815. package/dist/esm/types/smartUnion.js +0 -112
  8816. package/dist/esm/types/smartUnion.js.map +0 -1
  8817. package/dist/esm/types/streams.d.ts +0 -2
  8818. package/dist/esm/types/streams.d.ts.map +0 -1
  8819. package/dist/esm/types/streams.js +0 -15
  8820. package/dist/esm/types/streams.js.map +0 -1
  8821. package/dist/esm/types/unrecognized.d.ts +0 -16
  8822. package/dist/esm/types/unrecognized.d.ts.map +0 -1
  8823. package/dist/esm/types/unrecognized.js +0 -31
  8824. package/dist/esm/types/unrecognized.js.map +0 -1
  8825. package/dist/esm/types/webhooks.d.ts +0 -4
  8826. package/dist/esm/types/webhooks.d.ts.map +0 -1
  8827. package/dist/esm/types/webhooks.js +0 -5
  8828. package/dist/esm/types/webhooks.js.map +0 -1
  8829. package/dist/esm/webhooks.d.ts +0 -6
  8830. package/dist/esm/webhooks.d.ts.map +0 -1
  8831. package/dist/esm/webhooks.js +0 -140
  8832. package/dist/esm/webhooks.js.map +0 -1
  8833. package/dist/esm/webhooks.test.d.ts +0 -2
  8834. package/dist/esm/webhooks.test.d.ts.map +0 -1
  8835. package/dist/esm/webhooks.test.js +0 -106
  8836. package/dist/esm/webhooks.test.js.map +0 -1
  8837. package/examples/organizationsListOrganizations.example.ts +0 -28
  8838. package/jsr.json +0 -27
  8839. package/src/core.ts +0 -13
  8840. package/src/funcs/benefitGrantsList.ts +0 -265
  8841. package/src/funcs/benefitsCreate.ts +0 -184
  8842. package/src/funcs/benefitsDelete.ts +0 -205
  8843. package/src/funcs/benefitsGet.ts +0 -197
  8844. package/src/funcs/benefitsGrants.ts +0 -280
  8845. package/src/funcs/benefitsList.ts +0 -275
  8846. package/src/funcs/benefitsUpdate.ts +0 -198
  8847. package/src/funcs/checkoutLinksCreate.ts +0 -184
  8848. package/src/funcs/checkoutLinksDelete.ts +0 -193
  8849. package/src/funcs/checkoutLinksGet.ts +0 -197
  8850. package/src/funcs/checkoutLinksList.ts +0 -263
  8851. package/src/funcs/checkoutLinksUpdate.ts +0 -200
  8852. package/src/funcs/checkoutsClientConfirm.ts +0 -226
  8853. package/src/funcs/checkoutsClientGet.ts +0 -197
  8854. package/src/funcs/checkoutsClientUpdate.ts +0 -208
  8855. package/src/funcs/checkoutsCreate.ts +0 -184
  8856. package/src/funcs/checkoutsGet.ts +0 -197
  8857. package/src/funcs/checkoutsList.ts +0 -267
  8858. package/src/funcs/checkoutsUpdate.ts +0 -206
  8859. package/src/funcs/customFieldsCreate.ts +0 -184
  8860. package/src/funcs/customFieldsDelete.ts +0 -193
  8861. package/src/funcs/customFieldsGet.ts +0 -197
  8862. package/src/funcs/customFieldsList.ts +0 -264
  8863. package/src/funcs/customFieldsUpdate.ts +0 -198
  8864. package/src/funcs/customerMetersGet.ts +0 -197
  8865. package/src/funcs/customerMetersList.ts +0 -265
  8866. package/src/funcs/customerPortalBenefitGrantsGet.ts +0 -217
  8867. package/src/funcs/customerPortalBenefitGrantsList.ts +0 -289
  8868. package/src/funcs/customerPortalBenefitGrantsUpdate.ts +0 -228
  8869. package/src/funcs/customerPortalCustomerMetersGet.ts +0 -215
  8870. package/src/funcs/customerPortalCustomerMetersList.ts +0 -284
  8871. package/src/funcs/customerPortalCustomerSessionGetAuthenticatedUser.ts +0 -166
  8872. package/src/funcs/customerPortalCustomerSessionIntrospect.ts +0 -166
  8873. package/src/funcs/customerPortalCustomersAddPaymentMethod.ts +0 -207
  8874. package/src/funcs/customerPortalCustomersCheckEmailUpdate.ts +0 -182
  8875. package/src/funcs/customerPortalCustomersConfirmPaymentMethod.ts +0 -209
  8876. package/src/funcs/customerPortalCustomersDeletePaymentMethod.ts +0 -222
  8877. package/src/funcs/customerPortalCustomersGet.ts +0 -166
  8878. package/src/funcs/customerPortalCustomersListPaymentMethods.ts +0 -284
  8879. package/src/funcs/customerPortalCustomersRequestEmailUpdate.ts +0 -197
  8880. package/src/funcs/customerPortalCustomersUpdate.ts +0 -199
  8881. package/src/funcs/customerPortalCustomersVerifyEmailUpdate.ts +0 -166
  8882. package/src/funcs/customerPortalDownloadablesList.ts +0 -280
  8883. package/src/funcs/customerPortalLicenseKeysActivate.ts +0 -197
  8884. package/src/funcs/customerPortalLicenseKeysDeactivate.ts +0 -185
  8885. package/src/funcs/customerPortalLicenseKeysGet.ts +0 -215
  8886. package/src/funcs/customerPortalLicenseKeysList.ts +0 -298
  8887. package/src/funcs/customerPortalLicenseKeysValidate.ts +0 -189
  8888. package/src/funcs/customerPortalMembersAddMember.ts +0 -188
  8889. package/src/funcs/customerPortalMembersListMembers.ts +0 -263
  8890. package/src/funcs/customerPortalMembersRemoveMember.ts +0 -190
  8891. package/src/funcs/customerPortalMembersUpdateMember.ts +0 -197
  8892. package/src/funcs/customerPortalOrdersConfirmRetryPayment.ts +0 -237
  8893. package/src/funcs/customerPortalOrdersGenerateInvoice.ts +0 -206
  8894. package/src/funcs/customerPortalOrdersGet.ts +0 -212
  8895. package/src/funcs/customerPortalOrdersGetPaymentStatus.ts +0 -218
  8896. package/src/funcs/customerPortalOrdersInvoice.ts +0 -215
  8897. package/src/funcs/customerPortalOrdersList.ts +0 -283
  8898. package/src/funcs/customerPortalOrdersReceipt.ts +0 -216
  8899. package/src/funcs/customerPortalOrdersUpdate.ts +0 -215
  8900. package/src/funcs/customerPortalOrganizationsGet.ts +0 -192
  8901. package/src/funcs/customerPortalSeatsAssignSeat.ts +0 -196
  8902. package/src/funcs/customerPortalSeatsListClaimedSubscriptions.ts +0 -286
  8903. package/src/funcs/customerPortalSeatsListSeats.ts +0 -205
  8904. package/src/funcs/customerPortalSeatsResendInvitation.ts +0 -204
  8905. package/src/funcs/customerPortalSeatsRevokeSeat.ts +0 -202
  8906. package/src/funcs/customerPortalSubscriptionsCancel.ts +0 -221
  8907. package/src/funcs/customerPortalSubscriptionsGet.ts +0 -215
  8908. package/src/funcs/customerPortalSubscriptionsList.ts +0 -285
  8909. package/src/funcs/customerPortalSubscriptionsUpdate.ts +0 -232
  8910. package/src/funcs/customerPortalWalletsGet.ts +0 -212
  8911. package/src/funcs/customerPortalWalletsList.ts +0 -279
  8912. package/src/funcs/customerSeatsAssignSeat.ts +0 -182
  8913. package/src/funcs/customerSeatsClaimSeat.ts +0 -173
  8914. package/src/funcs/customerSeatsGetClaimInfo.ts +0 -181
  8915. package/src/funcs/customerSeatsListSeats.ts +0 -187
  8916. package/src/funcs/customerSeatsResendInvitation.ts +0 -188
  8917. package/src/funcs/customerSeatsRevokeSeat.ts +0 -187
  8918. package/src/funcs/customerSessionsCreate.ts +0 -191
  8919. package/src/funcs/customersCreate.ts +0 -184
  8920. package/src/funcs/customersDelete.ts +0 -212
  8921. package/src/funcs/customersDeleteExternal.ts +0 -202
  8922. package/src/funcs/customersExport.ts +0 -193
  8923. package/src/funcs/customersGet.ts +0 -197
  8924. package/src/funcs/customersGetExternal.ts +0 -197
  8925. package/src/funcs/customersGetState.ts +0 -203
  8926. package/src/funcs/customersGetStateExternal.ts +0 -205
  8927. package/src/funcs/customersList.ts +0 -274
  8928. package/src/funcs/customersListPaymentMethods.ts +0 -278
  8929. package/src/funcs/customersListPaymentMethodsExternal.ts +0 -280
  8930. package/src/funcs/customersUpdate.ts +0 -198
  8931. package/src/funcs/customersUpdateExternal.ts +0 -200
  8932. package/src/funcs/discountsCreate.ts +0 -184
  8933. package/src/funcs/discountsDelete.ts +0 -193
  8934. package/src/funcs/discountsGet.ts +0 -197
  8935. package/src/funcs/discountsList.ts +0 -263
  8936. package/src/funcs/discountsUpdate.ts +0 -198
  8937. package/src/funcs/disputesGet.ts +0 -197
  8938. package/src/funcs/disputesList.ts +0 -264
  8939. package/src/funcs/eventTypesList.ts +0 -268
  8940. package/src/funcs/eventTypesUpdate.ts +0 -190
  8941. package/src/funcs/eventsGet.ts +0 -194
  8942. package/src/funcs/eventsIngest.ts +0 -184
  8943. package/src/funcs/eventsList.ts +0 -209
  8944. package/src/funcs/eventsListNames.ts +0 -266
  8945. package/src/funcs/filesCreate.ts +0 -184
  8946. package/src/funcs/filesDelete.ts +0 -201
  8947. package/src/funcs/filesList.ts +0 -262
  8948. package/src/funcs/filesUpdate.ts +0 -204
  8949. package/src/funcs/filesUploaded.ts +0 -206
  8950. package/src/funcs/licenseKeysActivate.ts +0 -200
  8951. package/src/funcs/licenseKeysDeactivate.ts +0 -188
  8952. package/src/funcs/licenseKeysGet.ts +0 -205
  8953. package/src/funcs/licenseKeysGetActivation.ts +0 -211
  8954. package/src/funcs/licenseKeysList.ts +0 -281
  8955. package/src/funcs/licenseKeysUpdate.ts +0 -206
  8956. package/src/funcs/licenseKeysValidate.ts +0 -192
  8957. package/src/funcs/membersCreateMember.ts +0 -192
  8958. package/src/funcs/membersDeleteMember.ts +0 -195
  8959. package/src/funcs/membersDeleteMemberByExternalId.ts +0 -200
  8960. package/src/funcs/membersGetMember.ts +0 -196
  8961. package/src/funcs/membersGetMemberByExternalId.ts +0 -201
  8962. package/src/funcs/membersListMembers.ts +0 -264
  8963. package/src/funcs/membersUpdateMember.ts +0 -198
  8964. package/src/funcs/membersUpdateMemberByExternalId.ts +0 -202
  8965. package/src/funcs/metersCreate.ts +0 -181
  8966. package/src/funcs/metersGet.ts +0 -194
  8967. package/src/funcs/metersList.ts +0 -273
  8968. package/src/funcs/metersQuantities.ts +0 -218
  8969. package/src/funcs/metersUpdate.ts +0 -195
  8970. package/src/funcs/metricsCreateDashboard.ts +0 -184
  8971. package/src/funcs/metricsDeleteDashboard.ts +0 -185
  8972. package/src/funcs/metricsExport.ts +0 -201
  8973. package/src/funcs/metricsGet.ts +0 -198
  8974. package/src/funcs/metricsGetDashboard.ts +0 -189
  8975. package/src/funcs/metricsLimits.ts +0 -149
  8976. package/src/funcs/metricsListDashboards.ts +0 -188
  8977. package/src/funcs/metricsUpdateDashboard.ts +0 -192
  8978. package/src/funcs/oauth2Authorize.ts +0 -144
  8979. package/src/funcs/oauth2ClientsCreate.ts +0 -178
  8980. package/src/funcs/oauth2ClientsDelete.ts +0 -184
  8981. package/src/funcs/oauth2ClientsGet.ts +0 -184
  8982. package/src/funcs/oauth2ClientsUpdate.ts +0 -187
  8983. package/src/funcs/oauth2Introspect.ts +0 -167
  8984. package/src/funcs/oauth2Revoke.ts +0 -167
  8985. package/src/funcs/oauth2Token.ts +0 -167
  8986. package/src/funcs/oauth2Userinfo.ts +0 -147
  8987. package/src/funcs/ordersCreate.ts +0 -185
  8988. package/src/funcs/ordersExport.ts +0 -194
  8989. package/src/funcs/ordersFinalize.ts +0 -223
  8990. package/src/funcs/ordersGenerateInvoice.ts +0 -188
  8991. package/src/funcs/ordersGet.ts +0 -194
  8992. package/src/funcs/ordersInvoice.ts +0 -197
  8993. package/src/funcs/ordersList.ts +0 -278
  8994. package/src/funcs/ordersReceipt.ts +0 -198
  8995. package/src/funcs/ordersUpdate.ts +0 -195
  8996. package/src/funcs/organizationAccessTokensCreate.ts +0 -182
  8997. package/src/funcs/organizationAccessTokensDelete.ts +0 -184
  8998. package/src/funcs/organizationAccessTokensList.ts +0 -265
  8999. package/src/funcs/organizationAccessTokensUpdate.ts +0 -191
  9000. package/src/funcs/organizationsCreate.ts +0 -184
  9001. package/src/funcs/organizationsGet.ts +0 -197
  9002. package/src/funcs/organizationsListOrganizations.ts +0 -262
  9003. package/src/funcs/organizationsUpdate.ts +0 -208
  9004. package/src/funcs/paymentsGet.ts +0 -197
  9005. package/src/funcs/paymentsList.ts +0 -268
  9006. package/src/funcs/productsCreate.ts +0 -184
  9007. package/src/funcs/productsGet.ts +0 -197
  9008. package/src/funcs/productsList.ts +0 -277
  9009. package/src/funcs/productsUpdate.ts +0 -206
  9010. package/src/funcs/productsUpdateBenefits.ts +0 -208
  9011. package/src/funcs/refundsCreate.ts +0 -189
  9012. package/src/funcs/refundsList.ts +0 -268
  9013. package/src/funcs/subscriptionsCreate.ts +0 -190
  9014. package/src/funcs/subscriptionsExport.ts +0 -195
  9015. package/src/funcs/subscriptionsGet.ts +0 -197
  9016. package/src/funcs/subscriptionsList.ts +0 -280
  9017. package/src/funcs/subscriptionsRevoke.ts +0 -213
  9018. package/src/funcs/subscriptionsUpdate.ts +0 -224
  9019. package/src/funcs/validateWebhook.ts +0 -266
  9020. package/src/funcs/webhooksCreateWebhookEndpoint.ts +0 -184
  9021. package/src/funcs/webhooksDeleteWebhookEndpoint.ts +0 -194
  9022. package/src/funcs/webhooksGetWebhookEndpoint.ts +0 -197
  9023. package/src/funcs/webhooksListWebhookDeliveries.ts +0 -272
  9024. package/src/funcs/webhooksListWebhookEndpoints.ts +0 -264
  9025. package/src/funcs/webhooksRedeliverWebhookEvent.ts +0 -194
  9026. package/src/funcs/webhooksResetWebhookEndpointSecret.ts +0 -198
  9027. package/src/funcs/webhooksUpdateWebhookEndpoint.ts +0 -201
  9028. package/src/hooks/hooks.ts +0 -132
  9029. package/src/hooks/registration.ts +0 -14
  9030. package/src/hooks/types.ts +0 -114
  9031. package/src/index.ts +0 -9
  9032. package/src/lib/base64.ts +0 -39
  9033. package/src/lib/config.ts +0 -70
  9034. package/src/lib/dlv.ts +0 -53
  9035. package/src/lib/encodings.ts +0 -525
  9036. package/src/lib/env.ts +0 -57
  9037. package/src/lib/files.ts +0 -104
  9038. package/src/lib/http.ts +0 -323
  9039. package/src/lib/is-plain-object.ts +0 -43
  9040. package/src/lib/logger.ts +0 -9
  9041. package/src/lib/matchers.ts +0 -346
  9042. package/src/lib/primitives.ts +0 -150
  9043. package/src/lib/retries.ts +0 -218
  9044. package/src/lib/schemas.ts +0 -94
  9045. package/src/lib/sdks.ts +0 -406
  9046. package/src/lib/security.ts +0 -275
  9047. package/src/lib/url.ts +0 -35
  9048. package/src/models/components/address.ts +0 -341
  9049. package/src/models/components/addressdict.ts +0 -46
  9050. package/src/models/components/addressinput.ts +0 -305
  9051. package/src/models/components/aggregationfunction.ts +0 -21
  9052. package/src/models/components/attachedcustomfield.ts +0 -96
  9053. package/src/models/components/attachedcustomfieldcreate.ts +0 -50
  9054. package/src/models/components/authorizationcodetokenrequest.ts +0 -55
  9055. package/src/models/components/authorizeorganization.ts +0 -42
  9056. package/src/models/components/authorizeresponseorganization.ts +0 -58
  9057. package/src/models/components/authorizeresponseuser.ts +0 -53
  9058. package/src/models/components/authorizeuser.ts +0 -42
  9059. package/src/models/components/availablescope.ts +0 -77
  9060. package/src/models/components/balancecreditorderevent.ts +0 -120
  9061. package/src/models/components/balancecreditordermetadata.ts +0 -62
  9062. package/src/models/components/balancedisputeevent.ts +0 -120
  9063. package/src/models/components/balancedisputemetadata.ts +0 -77
  9064. package/src/models/components/balancedisputereversalevent.ts +0 -120
  9065. package/src/models/components/balanceorderevent.ts +0 -120
  9066. package/src/models/components/balanceordermetadata.ts +0 -74
  9067. package/src/models/components/balancerefundevent.ts +0 -120
  9068. package/src/models/components/balancerefundmetadata.ts +0 -80
  9069. package/src/models/components/balancerefundreversalevent.ts +0 -120
  9070. package/src/models/components/benefit.ts +0 -104
  9071. package/src/models/components/benefitcreate.ts +0 -77
  9072. package/src/models/components/benefitcustom.ts +0 -157
  9073. package/src/models/components/benefitcustomcreate.ts +0 -113
  9074. package/src/models/components/benefitcustomcreateproperties.ts +0 -35
  9075. package/src/models/components/benefitcustomproperties.ts +0 -52
  9076. package/src/models/components/benefitcustomsubscriber.ts +0 -107
  9077. package/src/models/components/benefitcustomsubscriberproperties.ts +0 -33
  9078. package/src/models/components/benefitcustomupdate.ts +0 -93
  9079. package/src/models/components/benefitcycledevent.ts +0 -120
  9080. package/src/models/components/benefitdiscord.ts +0 -157
  9081. package/src/models/components/benefitdiscordcreate.ts +0 -110
  9082. package/src/models/components/benefitdiscordcreateproperties.ts +0 -57
  9083. package/src/models/components/benefitdiscordproperties.ts +0 -94
  9084. package/src/models/components/benefitdiscordsubscriber.ts +0 -107
  9085. package/src/models/components/benefitdiscordsubscriberproperties.ts +0 -45
  9086. package/src/models/components/benefitdiscordupdate.ts +0 -95
  9087. package/src/models/components/benefitdownloadables.ts +0 -151
  9088. package/src/models/components/benefitdownloadablescreate.ts +0 -111
  9089. package/src/models/components/benefitdownloadablescreateproperties.ts +0 -35
  9090. package/src/models/components/benefitdownloadablesproperties.ts +0 -55
  9091. package/src/models/components/benefitdownloadablessubscriber.ts +0 -104
  9092. package/src/models/components/benefitdownloadablessubscriberproperties.ts +0 -42
  9093. package/src/models/components/benefitdownloadablesupdate.ts +0 -99
  9094. package/src/models/components/benefitfeatureflag.ts +0 -162
  9095. package/src/models/components/benefitfeatureflagcreate.ts +0 -117
  9096. package/src/models/components/benefitfeatureflagcreateproperties.ts +0 -29
  9097. package/src/models/components/benefitfeatureflagproperties.ts +0 -46
  9098. package/src/models/components/benefitfeatureflagsubscriber.ts +0 -107
  9099. package/src/models/components/benefitfeatureflagsubscriberproperties.ts +0 -28
  9100. package/src/models/components/benefitfeatureflagupdate.ts +0 -99
  9101. package/src/models/components/benefitgithubrepository.ts +0 -161
  9102. package/src/models/components/benefitgithubrepositorycreate.ts +0 -117
  9103. package/src/models/components/benefitgithubrepositorycreateproperties.ts +0 -85
  9104. package/src/models/components/benefitgithubrepositoryproperties.ts +0 -112
  9105. package/src/models/components/benefitgithubrepositorysubscriber.ts +0 -107
  9106. package/src/models/components/benefitgithubrepositorysubscriberproperties.ts +0 -54
  9107. package/src/models/components/benefitgithubrepositoryupdate.ts +0 -105
  9108. package/src/models/components/benefitgrant.ts +0 -206
  9109. package/src/models/components/benefitgrantcustomproperties.ts +0 -43
  9110. package/src/models/components/benefitgrantcustomwebhook.ts +0 -256
  9111. package/src/models/components/benefitgrantdiscordproperties.ts +0 -84
  9112. package/src/models/components/benefitgrantdiscordwebhook.ts +0 -256
  9113. package/src/models/components/benefitgrantdownloadablesproperties.ts +0 -52
  9114. package/src/models/components/benefitgrantdownloadableswebhook.ts +0 -251
  9115. package/src/models/components/benefitgrantedevent.ts +0 -120
  9116. package/src/models/components/benefitgranterror.ts +0 -57
  9117. package/src/models/components/benefitgrantfeatureflagproperties.ts +0 -43
  9118. package/src/models/components/benefitgrantfeatureflagwebhook.ts +0 -259
  9119. package/src/models/components/benefitgrantgithubrepositoryproperties.ts +0 -115
  9120. package/src/models/components/benefitgrantgithubrepositorywebhook.ts +0 -262
  9121. package/src/models/components/benefitgrantlicensekeysproperties.ts +0 -78
  9122. package/src/models/components/benefitgrantlicensekeyswebhook.ts +0 -251
  9123. package/src/models/components/benefitgrantmetadata.ts +0 -48
  9124. package/src/models/components/benefitgrantmetercreditproperties.ts +0 -78
  9125. package/src/models/components/benefitgrantmetercreditwebhook.ts +0 -258
  9126. package/src/models/components/benefitgrantsortproperty.ts +0 -23
  9127. package/src/models/components/benefitgrantwebhook.ts +0 -114
  9128. package/src/models/components/benefitlicensekeyactivationcreateproperties.ts +0 -45
  9129. package/src/models/components/benefitlicensekeyactivationproperties.ts +0 -72
  9130. package/src/models/components/benefitlicensekeyexpirationproperties.ts +0 -73
  9131. package/src/models/components/benefitlicensekeys.ts +0 -151
  9132. package/src/models/components/benefitlicensekeyscreate.ts +0 -111
  9133. package/src/models/components/benefitlicensekeyscreateproperties.ts +0 -66
  9134. package/src/models/components/benefitlicensekeysproperties.ts +0 -94
  9135. package/src/models/components/benefitlicensekeyssubscriber.ts +0 -104
  9136. package/src/models/components/benefitlicensekeyssubscriberproperties.ts +0 -53
  9137. package/src/models/components/benefitlicensekeysupdate.ts +0 -99
  9138. package/src/models/components/benefitmetercredit.ts +0 -161
  9139. package/src/models/components/benefitmetercreditcreate.ts +0 -117
  9140. package/src/models/components/benefitmetercreditcreateproperties.ts +0 -49
  9141. package/src/models/components/benefitmetercreditproperties.ts +0 -77
  9142. package/src/models/components/benefitmetercreditsubscriber.ts +0 -107
  9143. package/src/models/components/benefitmetercreditsubscriberproperties.ts +0 -44
  9144. package/src/models/components/benefitmetercreditupdate.ts +0 -99
  9145. package/src/models/components/benefitpublic.ts +0 -132
  9146. package/src/models/components/benefitrevokedevent.ts +0 -120
  9147. package/src/models/components/benefitsortproperty.ts +0 -23
  9148. package/src/models/components/benefitsubscriberorganization.ts +0 -86
  9149. package/src/models/components/benefittype.ts +0 -25
  9150. package/src/models/components/benefitupdatedevent.ts +0 -120
  9151. package/src/models/components/billingaddressfieldmode.ts +0 -25
  9152. package/src/models/components/cardpayment.ts +0 -128
  9153. package/src/models/components/cardpaymentmetadata.ts +0 -41
  9154. package/src/models/components/checkout.ts +0 -939
  9155. package/src/models/components/checkoutbillingaddressfields.ts +0 -91
  9156. package/src/models/components/checkoutconfirmstripe.ts +0 -173
  9157. package/src/models/components/checkoutcreate.ts +0 -458
  9158. package/src/models/components/checkoutcreatedevent.ts +0 -120
  9159. package/src/models/components/checkoutcreatedmetadata.ts +0 -44
  9160. package/src/models/components/checkoutdiscountfixedonceforeverduration.ts +0 -110
  9161. package/src/models/components/checkoutdiscountfixedrepeatduration.ts +0 -127
  9162. package/src/models/components/checkoutdiscountpercentageonceforeverduration.ts +0 -112
  9163. package/src/models/components/checkoutdiscountpercentagerepeatduration.ts +0 -120
  9164. package/src/models/components/checkoutlink.ts +0 -197
  9165. package/src/models/components/checkoutlinkcreate.ts +0 -50
  9166. package/src/models/components/checkoutlinkcreateproduct.ts +0 -164
  9167. package/src/models/components/checkoutlinkcreateproductprice.ts +0 -168
  9168. package/src/models/components/checkoutlinkcreateproducts.ts +0 -162
  9169. package/src/models/components/checkoutlinkproduct.ts +0 -183
  9170. package/src/models/components/checkoutlinksortproperty.ts +0 -25
  9171. package/src/models/components/checkoutlinkupdate.ts +0 -146
  9172. package/src/models/components/checkoutorganization.ts +0 -86
  9173. package/src/models/components/checkoutproduct.ts +0 -282
  9174. package/src/models/components/checkoutpublic.ts +0 -522
  9175. package/src/models/components/checkoutpublicconfirmed.ts +0 -532
  9176. package/src/models/components/checkoutsortproperty.ts +0 -21
  9177. package/src/models/components/checkoutstatus.ts +0 -27
  9178. package/src/models/components/checkoutupdate.ts +0 -325
  9179. package/src/models/components/checkoutupdatepublic.ts +0 -166
  9180. package/src/models/components/costmetadatainput.ts +0 -56
  9181. package/src/models/components/costmetadataoutput.ts +0 -38
  9182. package/src/models/components/countaggregation.ts +0 -49
  9183. package/src/models/components/cursorpagination.ts +0 -38
  9184. package/src/models/components/customer.ts +0 -50
  9185. package/src/models/components/customerbenefitgrant.ts +0 -70
  9186. package/src/models/components/customerbenefitgrantcustom.ts +0 -112
  9187. package/src/models/components/customerbenefitgrantcustomupdate.ts +0 -40
  9188. package/src/models/components/customerbenefitgrantdiscord.ts +0 -112
  9189. package/src/models/components/customerbenefitgrantdiscordpropertiesupdate.ts +0 -42
  9190. package/src/models/components/customerbenefitgrantdiscordupdate.ts +0 -48
  9191. package/src/models/components/customerbenefitgrantdownloadables.ts +0 -112
  9192. package/src/models/components/customerbenefitgrantdownloadablesupdate.ts +0 -42
  9193. package/src/models/components/customerbenefitgrantfeatureflag.ts +0 -112
  9194. package/src/models/components/customerbenefitgrantfeatureflagupdate.ts +0 -41
  9195. package/src/models/components/customerbenefitgrantgithubrepository.ts +0 -113
  9196. package/src/models/components/customerbenefitgrantgithubrepositorypropertiesupdate.ts +0 -42
  9197. package/src/models/components/customerbenefitgrantgithubrepositoryupdate.ts +0 -51
  9198. package/src/models/components/customerbenefitgrantlicensekeys.ts +0 -112
  9199. package/src/models/components/customerbenefitgrantlicensekeysupdate.ts +0 -41
  9200. package/src/models/components/customerbenefitgrantmetercredit.ts +0 -112
  9201. package/src/models/components/customerbenefitgrantmetercreditupdate.ts +0 -41
  9202. package/src/models/components/customerbenefitgrantsortproperty.ts +0 -25
  9203. package/src/models/components/customerbenefitgrantupdate.ts +0 -81
  9204. package/src/models/components/customercancellationreason.ts +0 -32
  9205. package/src/models/components/customercreate.ts +0 -36
  9206. package/src/models/components/customercreatedevent.ts +0 -120
  9207. package/src/models/components/customercreatedmetadata.ts +0 -47
  9208. package/src/models/components/customercustomermeter.ts +0 -92
  9209. package/src/models/components/customercustomermetermeter.ts +0 -62
  9210. package/src/models/components/customercustomermetersortproperty.ts +0 -31
  9211. package/src/models/components/customercustomersession.ts +0 -44
  9212. package/src/models/components/customerdeletedevent.ts +0 -120
  9213. package/src/models/components/customerdeletedmetadata.ts +0 -47
  9214. package/src/models/components/customeremailupdaterequest.ts +0 -30
  9215. package/src/models/components/customeremailupdateverifyrequest.ts +0 -32
  9216. package/src/models/components/customeremailupdateverifyresponse.ts +0 -30
  9217. package/src/models/components/customerindividual.ts +0 -240
  9218. package/src/models/components/customerindividualcreate.ts +0 -140
  9219. package/src/models/components/customermeter.ts +0 -95
  9220. package/src/models/components/customermetersortproperty.ts +0 -35
  9221. package/src/models/components/customerorder.ts +0 -225
  9222. package/src/models/components/customerorderconfirmpayment.ts +0 -61
  9223. package/src/models/components/customerorderinvoice.ts +0 -36
  9224. package/src/models/components/customerorderpaymentconfirmation.ts +0 -54
  9225. package/src/models/components/customerorderpaymentstatus.ts +0 -41
  9226. package/src/models/components/customerorderproduct.ts +0 -180
  9227. package/src/models/components/customerorderreceipt.ts +0 -36
  9228. package/src/models/components/customerordersortproperty.ts +0 -27
  9229. package/src/models/components/customerordersubscription.ts +0 -196
  9230. package/src/models/components/customerorderupdate.ts +0 -56
  9231. package/src/models/components/customerorganization.ts +0 -105
  9232. package/src/models/components/customerorganizationdata.ts +0 -43
  9233. package/src/models/components/customerorganizationfeaturesettings.ts +0 -45
  9234. package/src/models/components/customerpaymentmethod.ts +0 -38
  9235. package/src/models/components/customerpaymentmethodcard.ts +0 -81
  9236. package/src/models/components/customerpaymentmethodconfirm.ts +0 -44
  9237. package/src/models/components/customerpaymentmethodcreate.ts +0 -48
  9238. package/src/models/components/customerpaymentmethodcreaterequiresactionresponse.ts +0 -45
  9239. package/src/models/components/customerpaymentmethodcreateresponse.ts +0 -40
  9240. package/src/models/components/customerpaymentmethodcreatesucceededresponse.ts +0 -48
  9241. package/src/models/components/customerpaymentmethodgeneric.ts +0 -74
  9242. package/src/models/components/customerportalcustomer.ts +0 -112
  9243. package/src/models/components/customerportalcustomersettings.ts +0 -66
  9244. package/src/models/components/customerportalcustomerupdate.ts +0 -57
  9245. package/src/models/components/customerportalmember.ts +0 -73
  9246. package/src/models/components/customerportalmembercreate.ts +0 -46
  9247. package/src/models/components/customerportalmemberupdate.ts +0 -37
  9248. package/src/models/components/customerportaloauthaccount.ts +0 -41
  9249. package/src/models/components/customerportalsubscriptionsettings.ts +0 -73
  9250. package/src/models/components/customerportalusagesettings.ts +0 -51
  9251. package/src/models/components/customerproduct.ts +0 -175
  9252. package/src/models/components/customerseat.ts +0 -213
  9253. package/src/models/components/customerseatassign.ts +0 -102
  9254. package/src/models/components/customerseatclaimresponse.ts +0 -47
  9255. package/src/models/components/customersession.ts +0 -80
  9256. package/src/models/components/customersessioncustomerexternalidcreate.ts +0 -69
  9257. package/src/models/components/customersessioncustomeridcreate.ts +0 -67
  9258. package/src/models/components/customersortproperty.ts +0 -21
  9259. package/src/models/components/customerstate.ts +0 -57
  9260. package/src/models/components/customerstatebenefitgrant.ts +0 -264
  9261. package/src/models/components/customerstateindividual.ts +0 -293
  9262. package/src/models/components/customerstatemeter.ts +0 -125
  9263. package/src/models/components/customerstatesubscription.ts +0 -366
  9264. package/src/models/components/customerstatesubscriptionmeter.ts +0 -127
  9265. package/src/models/components/customerstateteam.ts +0 -291
  9266. package/src/models/components/customersubscription.ts +0 -260
  9267. package/src/models/components/customersubscriptioncancel.ts +0 -76
  9268. package/src/models/components/customersubscriptionmeter.ts +0 -86
  9269. package/src/models/components/customersubscriptionmetermeter.ts +0 -62
  9270. package/src/models/components/customersubscriptionproduct.ts +0 -180
  9271. package/src/models/components/customersubscriptionsortproperty.ts +0 -27
  9272. package/src/models/components/customersubscriptionupdate.ts +0 -58
  9273. package/src/models/components/customersubscriptionupdateclear.ts +0 -43
  9274. package/src/models/components/customersubscriptionupdateproduct.ts +0 -43
  9275. package/src/models/components/customersubscriptionupdateseats.ts +0 -55
  9276. package/src/models/components/customerteam.ts +0 -236
  9277. package/src/models/components/customerteamcreate.ts +0 -134
  9278. package/src/models/components/customertype.ts +0 -20
  9279. package/src/models/components/customerupdate.ts +0 -116
  9280. package/src/models/components/customerupdatedevent.ts +0 -120
  9281. package/src/models/components/customerupdatedfields.ts +0 -71
  9282. package/src/models/components/customerupdatedmetadata.ts +0 -54
  9283. package/src/models/components/customerupdateexternalid.ts +0 -112
  9284. package/src/models/components/customerwallet.ts +0 -80
  9285. package/src/models/components/customerwalletsortproperty.ts +0 -21
  9286. package/src/models/components/customfield.ts +0 -87
  9287. package/src/models/components/customfieldcheckbox.ts +0 -138
  9288. package/src/models/components/customfieldcheckboxproperties.ts +0 -78
  9289. package/src/models/components/customfieldcreate.ts +0 -65
  9290. package/src/models/components/customfieldcreatecheckbox.ts +0 -120
  9291. package/src/models/components/customfieldcreatedate.ts +0 -116
  9292. package/src/models/components/customfieldcreatenumber.ts +0 -120
  9293. package/src/models/components/customfieldcreateselect.ts +0 -120
  9294. package/src/models/components/customfieldcreatetext.ts +0 -116
  9295. package/src/models/components/customfielddate.ts +0 -136
  9296. package/src/models/components/customfielddateproperties.ts +0 -84
  9297. package/src/models/components/customfieldnumber.ts +0 -138
  9298. package/src/models/components/customfieldnumberproperties.ts +0 -86
  9299. package/src/models/components/customfieldselect.ts +0 -138
  9300. package/src/models/components/customfieldselectoption.ts +0 -53
  9301. package/src/models/components/customfieldselectproperties.ts +0 -88
  9302. package/src/models/components/customfieldsortproperty.ts +0 -25
  9303. package/src/models/components/customfieldtext.ts +0 -136
  9304. package/src/models/components/customfieldtextproperties.ts +0 -92
  9305. package/src/models/components/customfieldtype.ts +0 -20
  9306. package/src/models/components/customfieldupdate.ts +0 -65
  9307. package/src/models/components/customfieldupdatecheckbox.ts +0 -102
  9308. package/src/models/components/customfieldupdatedate.ts +0 -96
  9309. package/src/models/components/customfieldupdatenumber.ts +0 -102
  9310. package/src/models/components/customfieldupdateselect.ts +0 -102
  9311. package/src/models/components/customfieldupdatetext.ts +0 -96
  9312. package/src/models/components/discount.ts +0 -50
  9313. package/src/models/components/discountcreate.ts +0 -35
  9314. package/src/models/components/discountduration.ts +0 -25
  9315. package/src/models/components/discountfixedcreate.ts +0 -176
  9316. package/src/models/components/discountfixedonceforeverduration.ts +0 -140
  9317. package/src/models/components/discountfixedonceforeverdurationbase.ts +0 -203
  9318. package/src/models/components/discountfixedrepeatduration.ts +0 -146
  9319. package/src/models/components/discountfixedrepeatdurationbase.ts +0 -208
  9320. package/src/models/components/discountpercentagecreate.ts +0 -173
  9321. package/src/models/components/discountpercentageonceforeverduration.ts +0 -132
  9322. package/src/models/components/discountpercentageonceforeverdurationbase.ts +0 -198
  9323. package/src/models/components/discountpercentagerepeatduration.ts +0 -137
  9324. package/src/models/components/discountpercentagerepeatdurationbase.ts +0 -197
  9325. package/src/models/components/discountproduct.ts +0 -129
  9326. package/src/models/components/discountsortproperty.ts +0 -25
  9327. package/src/models/components/discounttype.ts +0 -20
  9328. package/src/models/components/discountupdate.ts +0 -155
  9329. package/src/models/components/dispute.ts +0 -102
  9330. package/src/models/components/disputesortproperty.ts +0 -19
  9331. package/src/models/components/disputestatus.ts +0 -28
  9332. package/src/models/components/downloadablefilecreate.ts +0 -69
  9333. package/src/models/components/downloadablefileread.ts +0 -88
  9334. package/src/models/components/downloadableread.ts +0 -43
  9335. package/src/models/components/event.ts +0 -29
  9336. package/src/models/components/eventcreatecustomer.ts +0 -91
  9337. package/src/models/components/eventcreateexternalcustomer.ts +0 -93
  9338. package/src/models/components/eventmetadatainput.ts +0 -54
  9339. package/src/models/components/eventmetadataoutput.ts +0 -45
  9340. package/src/models/components/eventname.ts +0 -64
  9341. package/src/models/components/eventnamessortproperty.ts +0 -23
  9342. package/src/models/components/eventsingest.ts +0 -65
  9343. package/src/models/components/eventsingestresponse.ts +0 -38
  9344. package/src/models/components/eventsortproperty.ts +0 -17
  9345. package/src/models/components/eventsource.ts +0 -20
  9346. package/src/models/components/eventtype.ts +0 -77
  9347. package/src/models/components/eventtypessortproperty.ts +0 -25
  9348. package/src/models/components/eventtypeupdate.ts +0 -45
  9349. package/src/models/components/eventtypewithstats.ts +0 -110
  9350. package/src/models/components/existingproductprice.ts +0 -37
  9351. package/src/models/components/filecreate.ts +0 -45
  9352. package/src/models/components/filedownload.ts +0 -84
  9353. package/src/models/components/filepatch.ts +0 -29
  9354. package/src/models/components/fileservicetypes.ts +0 -20
  9355. package/src/models/components/fileupload.ts +0 -87
  9356. package/src/models/components/fileuploadcompleted.ts +0 -41
  9357. package/src/models/components/filter.ts +0 -94
  9358. package/src/models/components/filterclause.ts +0 -85
  9359. package/src/models/components/filterconjunction.ts +0 -24
  9360. package/src/models/components/filteroperator.ts +0 -30
  9361. package/src/models/components/genericpayment.ts +0 -120
  9362. package/src/models/components/introspecttokenrequest.ts +0 -65
  9363. package/src/models/components/introspecttokenresponse.ts +0 -71
  9364. package/src/models/components/legacyrecurringproductprice.ts +0 -75
  9365. package/src/models/components/legacyrecurringproductpricecustom.ts +0 -202
  9366. package/src/models/components/legacyrecurringproductpricefixed.ts +0 -184
  9367. package/src/models/components/legacyrecurringproductpricefree.ts +0 -175
  9368. package/src/models/components/licensekeyactivate.ts +0 -139
  9369. package/src/models/components/licensekeyactivationbase.ts +0 -79
  9370. package/src/models/components/licensekeyactivationread.ts +0 -84
  9371. package/src/models/components/licensekeycustomer.ts +0 -142
  9372. package/src/models/components/licensekeydeactivate.ts +0 -45
  9373. package/src/models/components/licensekeyread.ts +0 -106
  9374. package/src/models/components/licensekeystatus.ts +0 -25
  9375. package/src/models/components/licensekeyupdate.ts +0 -58
  9376. package/src/models/components/licensekeyvalidate.ts +0 -96
  9377. package/src/models/components/licensekeywithactivations.ts +0 -112
  9378. package/src/models/components/listresourcebenefit.ts +0 -34
  9379. package/src/models/components/listresourcebenefitgrant.ts +0 -34
  9380. package/src/models/components/listresourcecheckout.ts +0 -34
  9381. package/src/models/components/listresourcecheckoutlink.ts +0 -34
  9382. package/src/models/components/listresourcecustomer.ts +0 -34
  9383. package/src/models/components/listresourcecustomerbenefitgrant.ts +0 -37
  9384. package/src/models/components/listresourcecustomercustomermeter.ts +0 -37
  9385. package/src/models/components/listresourcecustomermeter.ts +0 -34
  9386. package/src/models/components/listresourcecustomerorder.ts +0 -34
  9387. package/src/models/components/listresourcecustomerpaymentmethod.ts +0 -37
  9388. package/src/models/components/listresourcecustomerportalmember.ts +0 -37
  9389. package/src/models/components/listresourcecustomersubscription.ts +0 -37
  9390. package/src/models/components/listresourcecustomerwallet.ts +0 -37
  9391. package/src/models/components/listresourcecustomfield.ts +0 -34
  9392. package/src/models/components/listresourcediscount.ts +0 -34
  9393. package/src/models/components/listresourcedispute.ts +0 -34
  9394. package/src/models/components/listresourcedownloadableread.ts +0 -37
  9395. package/src/models/components/listresourceevent.ts +0 -34
  9396. package/src/models/components/listresourceeventname.ts +0 -34
  9397. package/src/models/components/listresourceeventtypewithstats.ts +0 -37
  9398. package/src/models/components/listresourcefileread.ts +0 -77
  9399. package/src/models/components/listresourcelicensekeyread.ts +0 -37
  9400. package/src/models/components/listresourcemember.ts +0 -34
  9401. package/src/models/components/listresourcemeter.ts +0 -34
  9402. package/src/models/components/listresourceorder.ts +0 -34
  9403. package/src/models/components/listresourceorganization.ts +0 -34
  9404. package/src/models/components/listresourceorganizationaccesstoken.ts +0 -38
  9405. package/src/models/components/listresourcepayment.ts +0 -34
  9406. package/src/models/components/listresourcepaymentmethod.ts +0 -34
  9407. package/src/models/components/listresourceproduct.ts +0 -34
  9408. package/src/models/components/listresourcerefund.ts +0 -34
  9409. package/src/models/components/listresourcesubscription.ts +0 -34
  9410. package/src/models/components/listresourcewebhookdelivery.ts +0 -37
  9411. package/src/models/components/listresourcewebhookendpoint.ts +0 -37
  9412. package/src/models/components/listresourcewithcursorpaginationevent.ts +0 -38
  9413. package/src/models/components/llmmetadata.ts +0 -116
  9414. package/src/models/components/member.ts +0 -125
  9415. package/src/models/components/membercreate.ts +0 -78
  9416. package/src/models/components/memberownercreate.ts +0 -53
  9417. package/src/models/components/memberrole.ts +0 -21
  9418. package/src/models/components/membersortproperty.ts +0 -17
  9419. package/src/models/components/memberupdate.ts +0 -36
  9420. package/src/models/components/metadataoutputtype.ts +0 -42
  9421. package/src/models/components/meter.ts +0 -321
  9422. package/src/models/components/metercreate.ts +0 -213
  9423. package/src/models/components/metercreditedmetadata.ts +0 -42
  9424. package/src/models/components/metercreditevent.ts +0 -120
  9425. package/src/models/components/meterquantities.ts +0 -36
  9426. package/src/models/components/meterquantity.ts +0 -41
  9427. package/src/models/components/meterresetevent.ts +0 -120
  9428. package/src/models/components/meterresetmetadata.ts +0 -38
  9429. package/src/models/components/metersortproperty.ts +0 -19
  9430. package/src/models/components/meterunit.ts +0 -21
  9431. package/src/models/components/meterupdate.ts +0 -220
  9432. package/src/models/components/metric.ts +0 -49
  9433. package/src/models/components/metricdashboardcreate.ts +0 -56
  9434. package/src/models/components/metricdashboardschema.ts +0 -76
  9435. package/src/models/components/metricdashboardupdate.ts +0 -42
  9436. package/src/models/components/metricperiod.ts +0 -1263
  9437. package/src/models/components/metrics.ts +0 -219
  9438. package/src/models/components/metricsintervallimit.ts +0 -50
  9439. package/src/models/components/metricsintervalslimits.ts +0 -60
  9440. package/src/models/components/metricslimits.ts +0 -54
  9441. package/src/models/components/metricsresponse.ts +0 -43
  9442. package/src/models/components/metricstotals.ts +0 -1364
  9443. package/src/models/components/metrictype.ts +0 -19
  9444. package/src/models/components/oauth2clientconfiguration.ts +0 -109
  9445. package/src/models/components/oauth2clientconfigurationupdate.ts +0 -123
  9446. package/src/models/components/oauth2clientpublic.ts +0 -70
  9447. package/src/models/components/order.ts +0 -557
  9448. package/src/models/components/orderbillingreason.ts +0 -26
  9449. package/src/models/components/ordercreate.ts +0 -166
  9450. package/src/models/components/ordercustomer.ts +0 -235
  9451. package/src/models/components/orderfinalize.ts +0 -40
  9452. package/src/models/components/orderinvoice.ts +0 -34
  9453. package/src/models/components/orderitemschema.ts +0 -128
  9454. package/src/models/components/orderpaidevent.ts +0 -120
  9455. package/src/models/components/orderpaidmetadata.ts +0 -75
  9456. package/src/models/components/orderproduct.ts +0 -190
  9457. package/src/models/components/orderreceipt.ts +0 -34
  9458. package/src/models/components/orderrefundedevent.ts +0 -120
  9459. package/src/models/components/orderrefundedmetadata.ts +0 -43
  9460. package/src/models/components/ordersortproperty.ts +0 -33
  9461. package/src/models/components/orderstatus.ts +0 -24
  9462. package/src/models/components/ordersubscription.ts +0 -301
  9463. package/src/models/components/orderupdate.ts +0 -52
  9464. package/src/models/components/ordervoidedevent.ts +0 -120
  9465. package/src/models/components/ordervoidedmetadata.ts +0 -42
  9466. package/src/models/components/organization.ts +0 -559
  9467. package/src/models/components/organizationaccesstoken.ts +0 -75
  9468. package/src/models/components/organizationaccesstokencreate.ts +0 -54
  9469. package/src/models/components/organizationaccesstokencreateresponse.ts +0 -45
  9470. package/src/models/components/organizationaccesstokensortproperty.ts +0 -25
  9471. package/src/models/components/organizationaccesstokenupdate.ts +0 -39
  9472. package/src/models/components/organizationavatarfilecreate.ts +0 -77
  9473. package/src/models/components/organizationavatarfileread.ts +0 -91
  9474. package/src/models/components/organizationcapabilities.ts +0 -108
  9475. package/src/models/components/organizationcompanylegalentityschema.ts +0 -43
  9476. package/src/models/components/organizationcreate.ts +0 -477
  9477. package/src/models/components/organizationcustomeremailsettings.ts +0 -128
  9478. package/src/models/components/organizationcustomerportalsettings.ts +0 -78
  9479. package/src/models/components/organizationdetails.ts +0 -126
  9480. package/src/models/components/organizationfeaturesettings.ts +0 -159
  9481. package/src/models/components/organizationindividuallegalentityschema.ts +0 -34
  9482. package/src/models/components/organizationnotificationsettings.ts +0 -72
  9483. package/src/models/components/organizationsociallink.ts +0 -61
  9484. package/src/models/components/organizationsocialplatforms.ts +0 -34
  9485. package/src/models/components/organizationsortproperty.ts +0 -27
  9486. package/src/models/components/organizationstatus.ts +0 -29
  9487. package/src/models/components/organizationsubscriptionsettings.ts +0 -112
  9488. package/src/models/components/organizationupdate.ts +0 -435
  9489. package/src/models/components/pagination.ts +0 -39
  9490. package/src/models/components/payment.ts +0 -30
  9491. package/src/models/components/paymentmethod.ts +0 -40
  9492. package/src/models/components/paymentmethodcard.ts +0 -75
  9493. package/src/models/components/paymentmethodcardmetadata.ts +0 -47
  9494. package/src/models/components/paymentmethodgeneric.ts +0 -68
  9495. package/src/models/components/paymentprocessor.ts +0 -20
  9496. package/src/models/components/paymentsortproperty.ts +0 -23
  9497. package/src/models/components/paymentstatus.ts +0 -25
  9498. package/src/models/components/pendingsubscriptionupdate.ts +0 -119
  9499. package/src/models/components/portalauthenticateduser.ts +0 -70
  9500. package/src/models/components/presentmentcurrency.ts +0 -141
  9501. package/src/models/components/product.ts +0 -295
  9502. package/src/models/components/productbenefitsupdate.ts +0 -36
  9503. package/src/models/components/productbillingtype.ts +0 -17
  9504. package/src/models/components/productcreate.ts +0 -36
  9505. package/src/models/components/productcreateonetime.ts +0 -231
  9506. package/src/models/components/productcreaterecurring.ts +0 -252
  9507. package/src/models/components/productmediafilecreate.ts +0 -75
  9508. package/src/models/components/productmediafileread.ts +0 -161
  9509. package/src/models/components/productprice.ts +0 -87
  9510. package/src/models/components/productpricecustom.ts +0 -174
  9511. package/src/models/components/productpricecustomcreate.ts +0 -357
  9512. package/src/models/components/productpricefixed.ts +0 -156
  9513. package/src/models/components/productpricefixedcreate.ts +0 -197
  9514. package/src/models/components/productpricefree.ts +0 -147
  9515. package/src/models/components/productpricefreecreate.ts +0 -60
  9516. package/src/models/components/productpricemeter.ts +0 -102
  9517. package/src/models/components/productpricemeteredunit.ts +0 -187
  9518. package/src/models/components/productpricemeteredunitcreate.ts +0 -102
  9519. package/src/models/components/productpriceseatbased.ts +0 -168
  9520. package/src/models/components/productpriceseatbasedcreate.ts +0 -80
  9521. package/src/models/components/productpriceseattier.ts +0 -88
  9522. package/src/models/components/productpriceseattiersinput.ts +0 -59
  9523. package/src/models/components/productpriceseattiersoutput.ts +0 -111
  9524. package/src/models/components/productpricesource.ts +0 -24
  9525. package/src/models/components/productsortproperty.ts +0 -23
  9526. package/src/models/components/productupdate.ts +0 -299
  9527. package/src/models/components/productvisibility.ts +0 -25
  9528. package/src/models/components/propertyaggregation.ts +0 -70
  9529. package/src/models/components/refreshtokenrequest.ts +0 -50
  9530. package/src/models/components/refund.ts +0 -163
  9531. package/src/models/components/refundcreate.ts +0 -107
  9532. package/src/models/components/refunddispute.ts +0 -154
  9533. package/src/models/components/refundreason.ts +0 -25
  9534. package/src/models/components/refundsortproperty.ts +0 -19
  9535. package/src/models/components/refundstatus.ts +0 -22
  9536. package/src/models/components/revoketokenrequest.ts +0 -60
  9537. package/src/models/components/revoketokenresponse.ts +0 -26
  9538. package/src/models/components/s3downloadurl.ts +0 -45
  9539. package/src/models/components/s3filecreatemultipart.ts +0 -35
  9540. package/src/models/components/s3filecreatepart.ts +0 -49
  9541. package/src/models/components/s3fileuploadcompletedpart.ts +0 -45
  9542. package/src/models/components/s3fileuploadmultipart.ts +0 -38
  9543. package/src/models/components/s3fileuploadpart.ts +0 -56
  9544. package/src/models/components/scope.ts +0 -77
  9545. package/src/models/components/seatassign.ts +0 -91
  9546. package/src/models/components/seatclaim.ts +0 -37
  9547. package/src/models/components/seatclaiminfo.ts +0 -77
  9548. package/src/models/components/seatslist.ts +0 -51
  9549. package/src/models/components/seatstatus.ts +0 -21
  9550. package/src/models/components/seattiertype.ts +0 -20
  9551. package/src/models/components/security.ts +0 -34
  9552. package/src/models/components/subscription.ts +0 -601
  9553. package/src/models/components/subscriptionbillingperiodupdatedevent.ts +0 -121
  9554. package/src/models/components/subscriptionbillingperiodupdatedmetadata.ts +0 -48
  9555. package/src/models/components/subscriptioncancel.ts +0 -93
  9556. package/src/models/components/subscriptioncanceledevent.ts +0 -120
  9557. package/src/models/components/subscriptioncanceledmetadata.ts +0 -66
  9558. package/src/models/components/subscriptioncreatecustomer.ts +0 -90
  9559. package/src/models/components/subscriptioncreatedevent.ts +0 -120
  9560. package/src/models/components/subscriptioncreatedmetadata.ts +0 -54
  9561. package/src/models/components/subscriptioncreateexternalcustomer.ts +0 -108
  9562. package/src/models/components/subscriptioncustomer.ts +0 -233
  9563. package/src/models/components/subscriptioncycledevent.ts +0 -120
  9564. package/src/models/components/subscriptioncycledmetadata.ts +0 -51
  9565. package/src/models/components/subscriptionmeter.ts +0 -135
  9566. package/src/models/components/subscriptionpastdueevent.ts +0 -120
  9567. package/src/models/components/subscriptionpastduemetadata.ts +0 -54
  9568. package/src/models/components/subscriptionproductupdatedevent.ts +0 -120
  9569. package/src/models/components/subscriptionproductupdatedmetadata.ts +0 -45
  9570. package/src/models/components/subscriptionprorationbehavior.ts +0 -28
  9571. package/src/models/components/subscriptionreactivatedevent.ts +0 -120
  9572. package/src/models/components/subscriptionreactivatedmetadata.ts +0 -51
  9573. package/src/models/components/subscriptionrecurringinterval.ts +0 -28
  9574. package/src/models/components/subscriptionrevoke.ts +0 -88
  9575. package/src/models/components/subscriptionrevokedevent.ts +0 -120
  9576. package/src/models/components/subscriptionrevokedmetadata.ts +0 -51
  9577. package/src/models/components/subscriptionseatsupdatedevent.ts +0 -120
  9578. package/src/models/components/subscriptionseatsupdatedmetadata.ts +0 -47
  9579. package/src/models/components/subscriptionslist.ts +0 -40
  9580. package/src/models/components/subscriptionsortproperty.ts +0 -35
  9581. package/src/models/components/subscriptionstatus.ts +0 -29
  9582. package/src/models/components/subscriptionuncanceledevent.ts +0 -120
  9583. package/src/models/components/subscriptionuncanceledmetadata.ts +0 -51
  9584. package/src/models/components/subscriptionupdate.ts +0 -74
  9585. package/src/models/components/subscriptionupdatebase.ts +0 -70
  9586. package/src/models/components/subscriptionupdatebillingperiod.ts +0 -50
  9587. package/src/models/components/subscriptionupdateclear.ts +0 -41
  9588. package/src/models/components/subscriptionupdateclearedevent.ts +0 -120
  9589. package/src/models/components/subscriptionupdateclearedmetadata.ts +0 -38
  9590. package/src/models/components/subscriptionupdatedevent.ts +0 -120
  9591. package/src/models/components/subscriptionupdatedmetadata.ts +0 -59
  9592. package/src/models/components/subscriptionupdateseats.ts +0 -53
  9593. package/src/models/components/subtype.ts +0 -20
  9594. package/src/models/components/systemevent.ts +0 -211
  9595. package/src/models/components/taxbehavior.ts +0 -20
  9596. package/src/models/components/taxbehavioroption.ts +0 -25
  9597. package/src/models/components/taxidformat.ts +0 -107
  9598. package/src/models/components/timeinterval.ts +0 -19
  9599. package/src/models/components/tokenresponse.ts +0 -52
  9600. package/src/models/components/trialinterval.ts +0 -26
  9601. package/src/models/components/uniqueaggregation.ts +0 -53
  9602. package/src/models/components/userevent.ts +0 -118
  9603. package/src/models/components/userinfoorganization.ts +0 -32
  9604. package/src/models/components/userinfouser.ts +0 -42
  9605. package/src/models/components/validatedlicensekey.ts +0 -112
  9606. package/src/models/components/validationerror.ts +0 -119
  9607. package/src/models/components/webhookbenefitcreatedpayload.ts +0 -75
  9608. package/src/models/components/webhookbenefitgrantcreatedpayload.ts +0 -75
  9609. package/src/models/components/webhookbenefitgrantcycledpayload.ts +0 -76
  9610. package/src/models/components/webhookbenefitgrantrevokedpayload.ts +0 -75
  9611. package/src/models/components/webhookbenefitgrantupdatedpayload.ts +0 -75
  9612. package/src/models/components/webhookbenefitupdatedpayload.ts +0 -75
  9613. package/src/models/components/webhookcheckoutcreatedpayload.ts +0 -78
  9614. package/src/models/components/webhookcheckoutexpiredpayload.ts +0 -81
  9615. package/src/models/components/webhookcheckoutupdatedpayload.ts +0 -78
  9616. package/src/models/components/webhookcustomercreatedpayload.ts +0 -80
  9617. package/src/models/components/webhookcustomerdeletedpayload.ts +0 -75
  9618. package/src/models/components/webhookcustomerseatassignedpayload.ts +0 -77
  9619. package/src/models/components/webhookcustomerseatclaimedpayload.ts +0 -75
  9620. package/src/models/components/webhookcustomerseatrevokedpayload.ts +0 -75
  9621. package/src/models/components/webhookcustomerstatechangedpayload.ts +0 -82
  9622. package/src/models/components/webhookcustomerupdatedpayload.ts +0 -79
  9623. package/src/models/components/webhookdelivery.ts +0 -91
  9624. package/src/models/components/webhookendpoint.ts +0 -98
  9625. package/src/models/components/webhookendpointcreate.ts +0 -73
  9626. package/src/models/components/webhookendpointupdate.ts +0 -59
  9627. package/src/models/components/webhookevent.ts +0 -99
  9628. package/src/models/components/webhookeventtype.ts +0 -57
  9629. package/src/models/components/webhookformat.ts +0 -25
  9630. package/src/models/components/webhookmembercreatedpayload.ts +0 -83
  9631. package/src/models/components/webhookmemberdeletedpayload.ts +0 -81
  9632. package/src/models/components/webhookmemberupdatedpayload.ts +0 -81
  9633. package/src/models/components/webhookordercreatedpayload.ts +0 -83
  9634. package/src/models/components/webhookorderpaidpayload.ts +0 -75
  9635. package/src/models/components/webhookorderrefundedpayload.ts +0 -75
  9636. package/src/models/components/webhookorderupdatedpayload.ts +0 -78
  9637. package/src/models/components/webhookorganizationupdatedpayload.ts +0 -75
  9638. package/src/models/components/webhookproductcreatedpayload.ts +0 -78
  9639. package/src/models/components/webhookproductupdatedpayload.ts +0 -78
  9640. package/src/models/components/webhookrefundcreatedpayload.ts +0 -75
  9641. package/src/models/components/webhookrefundupdatedpayload.ts +0 -75
  9642. package/src/models/components/webhooksubscriptionactivepayload.ts +0 -76
  9643. package/src/models/components/webhooksubscriptioncanceledpayload.ts +0 -77
  9644. package/src/models/components/webhooksubscriptioncreatedpayload.ts +0 -77
  9645. package/src/models/components/webhooksubscriptionpastduepayload.ts +0 -80
  9646. package/src/models/components/webhooksubscriptionrevokedpayload.ts +0 -78
  9647. package/src/models/components/webhooksubscriptionuncanceledpayload.ts +0 -80
  9648. package/src/models/components/webhooksubscriptionupdatedpayload.ts +0 -79
  9649. package/src/models/components/webtokenrequest.ts +0 -70
  9650. package/src/models/errors/alreadyactivesubscriptionerror.ts +0 -55
  9651. package/src/models/errors/alreadycanceledsubscription.ts +0 -55
  9652. package/src/models/errors/checkoutforbiddenerror.ts +0 -51
  9653. package/src/models/errors/customernotready.ts +0 -55
  9654. package/src/models/errors/customerportalordersgenerateinvoice.ts +0 -45
  9655. package/src/models/errors/expiredcheckouterror.ts +0 -55
  9656. package/src/models/errors/httpclienterrors.ts +0 -62
  9657. package/src/models/errors/httpvalidationerror.ts +0 -76
  9658. package/src/models/errors/manualretrylimitexceeded.ts +0 -55
  9659. package/src/models/errors/missinginvoicebillingdetails.ts +0 -55
  9660. package/src/models/errors/notopencheckout.ts +0 -55
  9661. package/src/models/errors/notpaidorder.ts +0 -53
  9662. package/src/models/errors/notpermitted.ts +0 -53
  9663. package/src/models/errors/offsessionchargesnotenabled.ts +0 -55
  9664. package/src/models/errors/ordernotdraft.ts +0 -55
  9665. package/src/models/errors/ordernoteligibleforretry.ts +0 -55
  9666. package/src/models/errors/ordersfinalize.ts +0 -81
  9667. package/src/models/errors/ordersgenerateinvoice.ts +0 -46
  9668. package/src/models/errors/organizationnotreadyforpayments.ts +0 -55
  9669. package/src/models/errors/paymentactionrequired.ts +0 -55
  9670. package/src/models/errors/paymentalreadyinprogress.ts +0 -55
  9671. package/src/models/errors/paymenterror.ts +0 -53
  9672. package/src/models/errors/paymentfailed.ts +0 -55
  9673. package/src/models/errors/paymentmethodinusebyactivesubscription.ts +0 -53
  9674. package/src/models/errors/paymentmethodsetupfailed.ts +0 -55
  9675. package/src/models/errors/paymentnotready.ts +0 -55
  9676. package/src/models/errors/polarerror.ts +0 -35
  9677. package/src/models/errors/refundedalready.ts +0 -55
  9678. package/src/models/errors/resourcenotfound.ts +0 -55
  9679. package/src/models/errors/responsevalidationerror.ts +0 -50
  9680. package/src/models/errors/sdkerror.ts +0 -40
  9681. package/src/models/errors/sdkvalidationerror.ts +0 -54
  9682. package/src/models/errors/subscriptionlocked.ts +0 -55
  9683. package/src/models/errors/trialalreadyredeemed.ts +0 -55
  9684. package/src/models/errors/unauthorized.ts +0 -53
  9685. package/src/models/operations/benefitgrantslist.ts +0 -215
  9686. package/src/models/operations/benefitsdelete.ts +0 -30
  9687. package/src/models/operations/benefitsget.ts +0 -30
  9688. package/src/models/operations/benefitsgrants.ts +0 -151
  9689. package/src/models/operations/benefitslist.ts +0 -241
  9690. package/src/models/operations/benefitsupdate.ts +0 -141
  9691. package/src/models/operations/checkoutlinksdelete.ts +0 -33
  9692. package/src/models/operations/checkoutlinksget.ts +0 -33
  9693. package/src/models/operations/checkoutlinkslist.ts +0 -171
  9694. package/src/models/operations/checkoutlinksupdate.ts +0 -49
  9695. package/src/models/operations/checkoutsclientconfirm.ts +0 -52
  9696. package/src/models/operations/checkoutsclientget.ts +0 -41
  9697. package/src/models/operations/checkoutsclientupdate.ts +0 -52
  9698. package/src/models/operations/checkoutsget.ts +0 -33
  9699. package/src/models/operations/checkoutslist.ts +0 -295
  9700. package/src/models/operations/checkoutsupdate.ts +0 -49
  9701. package/src/models/operations/customermetersget.ts +0 -33
  9702. package/src/models/operations/customermeterslist.ts +0 -243
  9703. package/src/models/operations/customerportalbenefitgrantsget.ts +0 -77
  9704. package/src/models/operations/customerportalbenefitgrantslist.ts +0 -371
  9705. package/src/models/operations/customerportalbenefitgrantsupdate.ts +0 -93
  9706. package/src/models/operations/customerportalcustomermetersget.ts +0 -78
  9707. package/src/models/operations/customerportalcustomermeterslist.ts +0 -176
  9708. package/src/models/operations/customerportalcustomersaddpaymentmethod.ts +0 -46
  9709. package/src/models/operations/customerportalcustomerscheckemailupdate.ts +0 -34
  9710. package/src/models/operations/customerportalcustomersconfirmpaymentmethod.ts +0 -46
  9711. package/src/models/operations/customerportalcustomersdeletepaymentmethod.ts +0 -75
  9712. package/src/models/operations/customerportalcustomersessiongetauthenticateduser.ts +0 -46
  9713. package/src/models/operations/customerportalcustomersessionintrospect.ts +0 -46
  9714. package/src/models/operations/customerportalcustomersget.ts +0 -44
  9715. package/src/models/operations/customerportalcustomerslistpaymentmethods.ts +0 -125
  9716. package/src/models/operations/customerportalcustomersrequestemailupdate.ts +0 -46
  9717. package/src/models/operations/customerportalcustomersupdate.ts +0 -45
  9718. package/src/models/operations/customerportaldownloadableslist.ts +0 -169
  9719. package/src/models/operations/customerportallicensekeysget.ts +0 -71
  9720. package/src/models/operations/customerportallicensekeyslist.ts +0 -131
  9721. package/src/models/operations/customerportalmemberslistmembers.ts +0 -84
  9722. package/src/models/operations/customerportalmembersremovemember.ts +0 -34
  9723. package/src/models/operations/customerportalmembersupdatemember.ts +0 -50
  9724. package/src/models/operations/customerportalordersconfirmretrypayment.ts +0 -93
  9725. package/src/models/operations/customerportalordersgenerateinvoice.ts +0 -78
  9726. package/src/models/operations/customerportalordersget.ts +0 -74
  9727. package/src/models/operations/customerportalordersgetpaymentstatus.ts +0 -78
  9728. package/src/models/operations/customerportalordersinvoice.ts +0 -74
  9729. package/src/models/operations/customerportalorderslist.ts +0 -273
  9730. package/src/models/operations/customerportalordersreceipt.ts +0 -74
  9731. package/src/models/operations/customerportalordersupdate.ts +0 -89
  9732. package/src/models/operations/customerportalorganizationsget.ts +0 -36
  9733. package/src/models/operations/customerportalseatsassignseat.ts +0 -45
  9734. package/src/models/operations/customerportalseatslistclaimedsubscriptions.ts +0 -125
  9735. package/src/models/operations/customerportalseatslistseats.ts +0 -88
  9736. package/src/models/operations/customerportalseatsresendinvitation.ts +0 -82
  9737. package/src/models/operations/customerportalseatsrevokeseat.ts +0 -79
  9738. package/src/models/operations/customerportalsubscriptionscancel.ts +0 -78
  9739. package/src/models/operations/customerportalsubscriptionsget.ts +0 -77
  9740. package/src/models/operations/customerportalsubscriptionslist.ts +0 -193
  9741. package/src/models/operations/customerportalsubscriptionsupdate.ts +0 -93
  9742. package/src/models/operations/customerportalwalletsget.ts +0 -74
  9743. package/src/models/operations/customerportalwalletslist.ts +0 -128
  9744. package/src/models/operations/customersdelete.ts +0 -39
  9745. package/src/models/operations/customersdeleteexternal.ts +0 -49
  9746. package/src/models/operations/customerseatsgetclaiminfo.ts +0 -40
  9747. package/src/models/operations/customerseatslistseats.ts +0 -44
  9748. package/src/models/operations/customerseatsresendinvitation.ts +0 -40
  9749. package/src/models/operations/customerseatsrevokeseat.ts +0 -40
  9750. package/src/models/operations/customersessionscreate.ts +0 -46
  9751. package/src/models/operations/customersexport.ts +0 -93
  9752. package/src/models/operations/customersget.ts +0 -33
  9753. package/src/models/operations/customersgetexternal.ts +0 -43
  9754. package/src/models/operations/customersgetstate.ts +0 -33
  9755. package/src/models/operations/customersgetstateexternal.ts +0 -43
  9756. package/src/models/operations/customerslist.ts +0 -165
  9757. package/src/models/operations/customerslistpaymentmethods.ts +0 -85
  9758. package/src/models/operations/customerslistpaymentmethodsexternal.ts +0 -97
  9759. package/src/models/operations/customersupdate.ts +0 -49
  9760. package/src/models/operations/customersupdateexternal.ts +0 -52
  9761. package/src/models/operations/customfieldsdelete.ts +0 -33
  9762. package/src/models/operations/customfieldsget.ts +0 -33
  9763. package/src/models/operations/customfieldslist.ts +0 -183
  9764. package/src/models/operations/customfieldsupdate.ts +0 -49
  9765. package/src/models/operations/discountsdelete.ts +0 -33
  9766. package/src/models/operations/discountsget.ts +0 -33
  9767. package/src/models/operations/discountslist.ts +0 -140
  9768. package/src/models/operations/discountsupdate.ts +0 -49
  9769. package/src/models/operations/disputesget.ts +0 -33
  9770. package/src/models/operations/disputeslist.ts +0 -201
  9771. package/src/models/operations/eventsget.ts +0 -33
  9772. package/src/models/operations/eventslist.ts +0 -330
  9773. package/src/models/operations/eventslistnames.ts +0 -258
  9774. package/src/models/operations/eventtypeslist.ts +0 -240
  9775. package/src/models/operations/eventtypesupdate.ts +0 -49
  9776. package/src/models/operations/filesdelete.ts +0 -30
  9777. package/src/models/operations/fileslist.ts +0 -144
  9778. package/src/models/operations/filesupdate.ts +0 -92
  9779. package/src/models/operations/filesuploaded.ts +0 -93
  9780. package/src/models/operations/licensekeysget.ts +0 -30
  9781. package/src/models/operations/licensekeysgetactivation.ts +0 -43
  9782. package/src/models/operations/licensekeyslist.ts +0 -195
  9783. package/src/models/operations/licensekeysupdate.ts +0 -46
  9784. package/src/models/operations/membersdeletemember.ts +0 -30
  9785. package/src/models/operations/membersdeletememberbyexternalid.ts +0 -59
  9786. package/src/models/operations/membersgetmember.ts +0 -30
  9787. package/src/models/operations/membersgetmemberbyexternalid.ts +0 -57
  9788. package/src/models/operations/memberslistmembers.ts +0 -116
  9789. package/src/models/operations/membersupdatemember.ts +0 -46
  9790. package/src/models/operations/membersupdatememberbyexternalid.ts +0 -68
  9791. package/src/models/operations/metersget.ts +0 -33
  9792. package/src/models/operations/meterslist.ts +0 -156
  9793. package/src/models/operations/metersquantities.ts +0 -173
  9794. package/src/models/operations/metersupdate.ts +0 -49
  9795. package/src/models/operations/metricsdeletedashboard.ts +0 -35
  9796. package/src/models/operations/metricsexport.ts +0 -267
  9797. package/src/models/operations/metricsget.ts +0 -238
  9798. package/src/models/operations/metricsgetdashboard.ts +0 -33
  9799. package/src/models/operations/metricslistdashboards.ts +0 -76
  9800. package/src/models/operations/metricsupdatedashboard.ts +0 -51
  9801. package/src/models/operations/oauth2authorize.ts +0 -41
  9802. package/src/models/operations/oauth2clientsoauth2deleteclient.ts +0 -42
  9803. package/src/models/operations/oauth2clientsoauth2getclient.ts +0 -40
  9804. package/src/models/operations/oauth2clientsoauth2updateclient.ts +0 -52
  9805. package/src/models/operations/oauth2requesttoken.ts +0 -51
  9806. package/src/models/operations/oauth2userinfo.ts +0 -44
  9807. package/src/models/operations/ordersexport.ts +0 -129
  9808. package/src/models/operations/ordersfinalize.ts +0 -49
  9809. package/src/models/operations/ordersgenerateinvoice.ts +0 -35
  9810. package/src/models/operations/ordersget.ts +0 -33
  9811. package/src/models/operations/ordersinvoice.ts +0 -33
  9812. package/src/models/operations/orderslist.ts +0 -394
  9813. package/src/models/operations/ordersreceipt.ts +0 -33
  9814. package/src/models/operations/ordersupdate.ts +0 -49
  9815. package/src/models/operations/organizationaccesstokensdelete.ts +0 -33
  9816. package/src/models/operations/organizationaccesstokenslist.ts +0 -136
  9817. package/src/models/operations/organizationaccesstokensupdate.ts +0 -50
  9818. package/src/models/operations/organizationsget.ts +0 -30
  9819. package/src/models/operations/organizationslist.ts +0 -94
  9820. package/src/models/operations/organizationsupdate.ts +0 -46
  9821. package/src/models/operations/paymentsget.ts +0 -33
  9822. package/src/models/operations/paymentslist.ts +0 -346
  9823. package/src/models/operations/productsget.ts +0 -30
  9824. package/src/models/operations/productslist.ts +0 -234
  9825. package/src/models/operations/productsupdate.ts +0 -46
  9826. package/src/models/operations/productsupdatebenefits.ts +0 -48
  9827. package/src/models/operations/refundslist.ts +0 -295
  9828. package/src/models/operations/subscriptionscreate.ts +0 -45
  9829. package/src/models/operations/subscriptionsexport.ts +0 -83
  9830. package/src/models/operations/subscriptionsget.ts +0 -33
  9831. package/src/models/operations/subscriptionslist.ts +0 -344
  9832. package/src/models/operations/subscriptionsrevoke.ts +0 -33
  9833. package/src/models/operations/subscriptionsupdate.ts +0 -49
  9834. package/src/models/operations/webhooksdeletewebhookendpoint.ts +0 -35
  9835. package/src/models/operations/webhooksgetwebhookendpoint.ts +0 -35
  9836. package/src/models/operations/webhookslistwebhookdeliveries.ts +0 -208
  9837. package/src/models/operations/webhookslistwebhookendpoints.ts +0 -117
  9838. package/src/models/operations/webhooksredeliverwebhookevent.ts +0 -35
  9839. package/src/models/operations/webhooksresetwebhookendpointsecret.ts +0 -37
  9840. package/src/models/operations/webhooksupdatewebhookendpoint.ts +0 -51
  9841. package/src/sdk/benefitgrants.ts +0 -32
  9842. package/src/sdk/benefits.ts +0 -148
  9843. package/src/sdk/checkoutlinks.ts +0 -118
  9844. package/src/sdk/checkouts.ts +0 -158
  9845. package/src/sdk/clients.ts +0 -84
  9846. package/src/sdk/customermeters.ts +0 -55
  9847. package/src/sdk/customerportal.ts +0 -79
  9848. package/src/sdk/customers.ts +0 -332
  9849. package/src/sdk/customerseats.ts +0 -120
  9850. package/src/sdk/customersession.ts +0 -52
  9851. package/src/sdk/customersessions.ts +0 -33
  9852. package/src/sdk/customfields.ts +0 -118
  9853. package/src/sdk/discounts.ts +0 -118
  9854. package/src/sdk/disputes.ts +0 -55
  9855. package/src/sdk/downloadables.ts +0 -35
  9856. package/src/sdk/events.ts +0 -101
  9857. package/src/sdk/eventtypes.ts +0 -55
  9858. package/src/sdk/files.ts +0 -124
  9859. package/src/sdk/licensekeys.ts +0 -163
  9860. package/src/sdk/members.ts +0 -191
  9861. package/src/sdk/meters.ts +0 -119
  9862. package/src/sdk/metrics.ts +0 -183
  9863. package/src/sdk/oauth2.ts +0 -105
  9864. package/src/sdk/orders.ts +0 -219
  9865. package/src/sdk/organizationaccesstokens.ts +0 -94
  9866. package/src/sdk/organizations.ts +0 -97
  9867. package/src/sdk/payments.ts +0 -55
  9868. package/src/sdk/polarbenefitgrants.ts +0 -91
  9869. package/src/sdk/polarcustomermeters.ts +0 -65
  9870. package/src/sdk/polarcustomers.ts +0 -213
  9871. package/src/sdk/polarlicensekeys.ts +0 -137
  9872. package/src/sdk/polarmembers.ts +0 -111
  9873. package/src/sdk/polarorders.ts +0 -207
  9874. package/src/sdk/polarorganizations.ts +0 -28
  9875. package/src/sdk/polarsubscriptions.ts +0 -113
  9876. package/src/sdk/products.ts +0 -118
  9877. package/src/sdk/refunds.ts +0 -55
  9878. package/src/sdk/sdk.ts +0 -266
  9879. package/src/sdk/seats.ts +0 -128
  9880. package/src/sdk/subscriptions.ts +0 -152
  9881. package/src/sdk/wallets.ts +0 -61
  9882. package/src/sdk/webhooks.ts +0 -190
  9883. package/src/test.ts +0 -0
  9884. package/src/types/async.ts +0 -69
  9885. package/src/types/blobs.ts +0 -33
  9886. package/src/types/constdatetime.ts +0 -15
  9887. package/src/types/enums.ts +0 -45
  9888. package/src/types/fp.ts +0 -50
  9889. package/src/types/operations.ts +0 -105
  9890. package/src/types/rfcdate.ts +0 -54
  9891. package/src/types/smartUnion.ts +0 -149
  9892. package/src/types/streams.ts +0 -21
  9893. package/src/types/unrecognized.ts +0 -35
  9894. package/src/types/webhooks.ts +0 -7
  9895. package/src/webhooks.test.ts +0 -116
  9896. package/src/webhooks.ts +0 -153
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../src/2026-04/client.ts","../../src/2026-04/models.ts"],"sourcesContent":["import { ClientBase, ClientOptions, resolveBaseUrl } from \"../base\";\nimport { createBenefitGrantsService } from \"./services/benefit_grants\";\nimport { createBenefitsService } from \"./services/benefits\";\nimport { createCheckoutLinksService } from \"./services/checkout_links\";\nimport { createCheckoutsService } from \"./services/checkouts\";\nimport { createCustomFieldsService } from \"./services/custom_fields\";\nimport { createCustomerMetersService } from \"./services/customer_meters\";\nimport { createCustomerPortalService } from \"./services/customer_portal\";\nimport { createCustomerSeatsService } from \"./services/customer_seats\";\nimport { createCustomerSessionsService } from \"./services/customer_sessions\";\nimport { createCustomersService } from \"./services/customers\";\nimport { createDiscountsService } from \"./services/discounts\";\nimport { createDisputesService } from \"./services/disputes\";\nimport { createEventTypesService } from \"./services/event_types\";\nimport { createEventsService } from \"./services/events\";\nimport { createFilesService } from \"./services/files\";\nimport { createLicenseKeysService } from \"./services/license_keys\";\nimport { createMembersService } from \"./services/members\";\nimport { createMetersService } from \"./services/meters\";\nimport { createMetricsService } from \"./services/metrics\";\nimport { createOauth2Service } from \"./services/oauth2\";\nimport { createOrdersService } from \"./services/orders\";\nimport { createOrganizationsService } from \"./services/organizations\";\nimport { createPaymentsService } from \"./services/payments\";\nimport { createProductsService } from \"./services/products\";\nimport { createRefundsService } from \"./services/refunds\";\nimport { createSubscriptionsService } from \"./services/subscriptions\";\nimport { createWebhooksService } from \"./services/webhooks\";\n\nexport type Environment = \"production\" | \"sandbox\";\n\nconst SERVERS: Record<Environment, string> = {\n production: \"https://api.polar.sh\",\n sandbox: \"https://sandbox-api.polar.sh\",\n};\n\nexport interface PolarOptions extends Omit<ClientOptions, \"baseUrl\" | \"version\"> {\n version?: string;\n environment?: Environment;\n baseUrl?: string;\n}\n\nexport function createPolarCore(options: PolarOptions) {\n return new ClientBase({\n ...options,\n baseUrl: resolveBaseUrl(SERVERS, options.environment ?? \"production\", options.baseUrl),\n version: options.version ?? \"2026-04\",\n });\n}\n\nexport type PolarCore = ReturnType<typeof createPolarCore>;\n\nexport function createPolar(options: PolarOptions) {\n const client = createPolarCore(options);\n\n return {\n organizations: createOrganizationsService(client),\n subscriptions: createSubscriptionsService(client),\n oauth2: createOauth2Service(client),\n benefits: createBenefitsService(client),\n benefitGrants: createBenefitGrantsService(client),\n webhooks: createWebhooksService(client),\n products: createProductsService(client),\n orders: createOrdersService(client),\n refunds: createRefundsService(client),\n disputes: createDisputesService(client),\n checkouts: createCheckoutsService(client),\n files: createFilesService(client),\n metrics: createMetricsService(client),\n licenseKeys: createLicenseKeysService(client),\n checkoutLinks: createCheckoutLinksService(client),\n customFields: createCustomFieldsService(client),\n discounts: createDiscountsService(client),\n customers: createCustomersService(client),\n members: createMembersService(client),\n customerPortal: createCustomerPortalService(client),\n customerSeats: createCustomerSeatsService(client),\n customerSessions: createCustomerSessionsService(client),\n events: createEventsService(client),\n eventTypes: createEventTypesService(client),\n meters: createMetersService(client),\n customerMeters: createCustomerMetersService(client),\n payments: createPaymentsService(client),\n };\n}\n\nexport type Polar = ReturnType<typeof createPolar>;\n","/**\n * AggregationFunction\n */\nexport type AggregationFunction = \"count\" | \"sum\" | \"max\" | \"min\" | \"avg\" | \"unique\";\n/**\n * BenefitGrantSortProperty\n */\nexport type BenefitGrantSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"granted_at\"\n | \"-granted_at\"\n | \"revoked_at\"\n | \"-revoked_at\";\n/**\n * BenefitSortProperty\n */\nexport type BenefitSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"description\"\n | \"-description\"\n | \"type\"\n | \"-type\"\n | \"user_order\"\n | \"-user_order\";\n/**\n * BenefitType\n */\nexport type BenefitType =\n | \"custom\"\n | \"discord\"\n | \"github_repository\"\n | \"downloadables\"\n | \"license_keys\"\n | \"meter_credit\"\n | \"feature_flag\"\n | \"slack_shared_channel\";\n/**\n * BenefitVisibility\n */\nexport type BenefitVisibility = \"draft\" | \"private\" | \"public\";\n/**\n * BillingAddressFieldMode\n */\nexport type BillingAddressFieldMode = \"required\" | \"optional\" | \"disabled\";\n/**\n * CheckoutLinkSortProperty\n */\nexport type CheckoutLinkSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"label\"\n | \"-label\"\n | \"success_url\"\n | \"-success_url\"\n | \"allow_discount_codes\"\n | \"-allow_discount_codes\";\n/**\n * CheckoutSortProperty\n */\nexport type CheckoutSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"expires_at\"\n | \"-expires_at\"\n | \"status\"\n | \"-status\";\n/**\n * CheckoutStatus\n */\nexport type CheckoutStatus = \"open\" | \"expired\" | \"confirmed\" | \"succeeded\" | \"failed\";\n/**\n * CountryAlpha2\n */\nexport type CountryAlpha2 =\n | \"AD\"\n | \"AE\"\n | \"AF\"\n | \"AG\"\n | \"AI\"\n | \"AL\"\n | \"AM\"\n | \"AO\"\n | \"AQ\"\n | \"AR\"\n | \"AS\"\n | \"AT\"\n | \"AU\"\n | \"AW\"\n | \"AX\"\n | \"AZ\"\n | \"BA\"\n | \"BB\"\n | \"BD\"\n | \"BE\"\n | \"BF\"\n | \"BG\"\n | \"BH\"\n | \"BI\"\n | \"BJ\"\n | \"BL\"\n | \"BM\"\n | \"BN\"\n | \"BO\"\n | \"BQ\"\n | \"BR\"\n | \"BS\"\n | \"BT\"\n | \"BV\"\n | \"BW\"\n | \"BY\"\n | \"BZ\"\n | \"CA\"\n | \"CC\"\n | \"CD\"\n | \"CF\"\n | \"CG\"\n | \"CH\"\n | \"CI\"\n | \"CK\"\n | \"CL\"\n | \"CM\"\n | \"CN\"\n | \"CO\"\n | \"CR\"\n | \"CU\"\n | \"CV\"\n | \"CW\"\n | \"CX\"\n | \"CY\"\n | \"CZ\"\n | \"DE\"\n | \"DJ\"\n | \"DK\"\n | \"DM\"\n | \"DO\"\n | \"DZ\"\n | \"EC\"\n | \"EE\"\n | \"EG\"\n | \"EH\"\n | \"ER\"\n | \"ES\"\n | \"ET\"\n | \"FI\"\n | \"FJ\"\n | \"FK\"\n | \"FM\"\n | \"FO\"\n | \"FR\"\n | \"GA\"\n | \"GB\"\n | \"GD\"\n | \"GE\"\n | \"GF\"\n | \"GG\"\n | \"GH\"\n | \"GI\"\n | \"GL\"\n | \"GM\"\n | \"GN\"\n | \"GP\"\n | \"GQ\"\n | \"GR\"\n | \"GS\"\n | \"GT\"\n | \"GU\"\n | \"GW\"\n | \"GY\"\n | \"HK\"\n | \"HM\"\n | \"HN\"\n | \"HR\"\n | \"HT\"\n | \"HU\"\n | \"ID\"\n | \"IE\"\n | \"IL\"\n | \"IM\"\n | \"IN\"\n | \"IO\"\n | \"IQ\"\n | \"IR\"\n | \"IS\"\n | \"IT\"\n | \"JE\"\n | \"JM\"\n | \"JO\"\n | \"JP\"\n | \"KE\"\n | \"KG\"\n | \"KH\"\n | \"KI\"\n | \"KM\"\n | \"KN\"\n | \"KP\"\n | \"KR\"\n | \"KW\"\n | \"KY\"\n | \"KZ\"\n | \"LA\"\n | \"LB\"\n | \"LC\"\n | \"LI\"\n | \"LK\"\n | \"LR\"\n | \"LS\"\n | \"LT\"\n | \"LU\"\n | \"LV\"\n | \"LY\"\n | \"MA\"\n | \"MC\"\n | \"MD\"\n | \"ME\"\n | \"MF\"\n | \"MG\"\n | \"MH\"\n | \"MK\"\n | \"ML\"\n | \"MM\"\n | \"MN\"\n | \"MO\"\n | \"MP\"\n | \"MQ\"\n | \"MR\"\n | \"MS\"\n | \"MT\"\n | \"MU\"\n | \"MV\"\n | \"MW\"\n | \"MX\"\n | \"MY\"\n | \"MZ\"\n | \"NA\"\n | \"NC\"\n | \"NE\"\n | \"NF\"\n | \"NG\"\n | \"NI\"\n | \"NL\"\n | \"NO\"\n | \"NP\"\n | \"NR\"\n | \"NU\"\n | \"NZ\"\n | \"OM\"\n | \"PA\"\n | \"PE\"\n | \"PF\"\n | \"PG\"\n | \"PH\"\n | \"PK\"\n | \"PL\"\n | \"PM\"\n | \"PN\"\n | \"PR\"\n | \"PS\"\n | \"PT\"\n | \"PW\"\n | \"PY\"\n | \"QA\"\n | \"RE\"\n | \"RO\"\n | \"RS\"\n | \"RU\"\n | \"RW\"\n | \"SA\"\n | \"SB\"\n | \"SC\"\n | \"SD\"\n | \"SE\"\n | \"SG\"\n | \"SH\"\n | \"SI\"\n | \"SJ\"\n | \"SK\"\n | \"SL\"\n | \"SM\"\n | \"SN\"\n | \"SO\"\n | \"SR\"\n | \"SS\"\n | \"ST\"\n | \"SV\"\n | \"SX\"\n | \"SY\"\n | \"SZ\"\n | \"TC\"\n | \"TD\"\n | \"TF\"\n | \"TG\"\n | \"TH\"\n | \"TJ\"\n | \"TK\"\n | \"TL\"\n | \"TM\"\n | \"TN\"\n | \"TO\"\n | \"TR\"\n | \"TT\"\n | \"TV\"\n | \"TW\"\n | \"TZ\"\n | \"UA\"\n | \"UG\"\n | \"UM\"\n | \"US\"\n | \"UY\"\n | \"UZ\"\n | \"VA\"\n | \"VC\"\n | \"VE\"\n | \"VG\"\n | \"VI\"\n | \"VN\"\n | \"VU\"\n | \"WF\"\n | \"WS\"\n | \"YE\"\n | \"YT\"\n | \"ZA\"\n | \"ZM\"\n | \"ZW\";\n/**\n * CountryAlpha2Input\n */\nexport type CountryAlpha2Input =\n | \"AD\"\n | \"AE\"\n | \"AF\"\n | \"AG\"\n | \"AI\"\n | \"AL\"\n | \"AM\"\n | \"AO\"\n | \"AQ\"\n | \"AR\"\n | \"AS\"\n | \"AT\"\n | \"AU\"\n | \"AW\"\n | \"AX\"\n | \"AZ\"\n | \"BA\"\n | \"BB\"\n | \"BD\"\n | \"BE\"\n | \"BF\"\n | \"BG\"\n | \"BH\"\n | \"BI\"\n | \"BJ\"\n | \"BL\"\n | \"BM\"\n | \"BN\"\n | \"BO\"\n | \"BQ\"\n | \"BR\"\n | \"BS\"\n | \"BT\"\n | \"BV\"\n | \"BW\"\n | \"BY\"\n | \"BZ\"\n | \"CA\"\n | \"CC\"\n | \"CD\"\n | \"CF\"\n | \"CG\"\n | \"CH\"\n | \"CI\"\n | \"CK\"\n | \"CL\"\n | \"CM\"\n | \"CN\"\n | \"CO\"\n | \"CR\"\n | \"CV\"\n | \"CW\"\n | \"CX\"\n | \"CY\"\n | \"CZ\"\n | \"DE\"\n | \"DJ\"\n | \"DK\"\n | \"DM\"\n | \"DO\"\n | \"DZ\"\n | \"EC\"\n | \"EE\"\n | \"EG\"\n | \"EH\"\n | \"ER\"\n | \"ES\"\n | \"ET\"\n | \"FI\"\n | \"FJ\"\n | \"FK\"\n | \"FM\"\n | \"FO\"\n | \"FR\"\n | \"GA\"\n | \"GB\"\n | \"GD\"\n | \"GE\"\n | \"GF\"\n | \"GG\"\n | \"GH\"\n | \"GI\"\n | \"GL\"\n | \"GM\"\n | \"GN\"\n | \"GP\"\n | \"GQ\"\n | \"GR\"\n | \"GS\"\n | \"GT\"\n | \"GU\"\n | \"GW\"\n | \"GY\"\n | \"HK\"\n | \"HM\"\n | \"HN\"\n | \"HR\"\n | \"HT\"\n | \"HU\"\n | \"ID\"\n | \"IE\"\n | \"IL\"\n | \"IM\"\n | \"IN\"\n | \"IO\"\n | \"IQ\"\n | \"IS\"\n | \"IT\"\n | \"JE\"\n | \"JM\"\n | \"JO\"\n | \"JP\"\n | \"KE\"\n | \"KG\"\n | \"KH\"\n | \"KI\"\n | \"KM\"\n | \"KN\"\n | \"KR\"\n | \"KW\"\n | \"KY\"\n | \"KZ\"\n | \"LA\"\n | \"LB\"\n | \"LC\"\n | \"LI\"\n | \"LK\"\n | \"LR\"\n | \"LS\"\n | \"LT\"\n | \"LU\"\n | \"LV\"\n | \"LY\"\n | \"MA\"\n | \"MC\"\n | \"MD\"\n | \"ME\"\n | \"MF\"\n | \"MG\"\n | \"MH\"\n | \"MK\"\n | \"ML\"\n | \"MM\"\n | \"MN\"\n | \"MO\"\n | \"MP\"\n | \"MQ\"\n | \"MR\"\n | \"MS\"\n | \"MT\"\n | \"MU\"\n | \"MV\"\n | \"MW\"\n | \"MX\"\n | \"MY\"\n | \"MZ\"\n | \"NA\"\n | \"NC\"\n | \"NE\"\n | \"NF\"\n | \"NG\"\n | \"NI\"\n | \"NL\"\n | \"NO\"\n | \"NP\"\n | \"NR\"\n | \"NU\"\n | \"NZ\"\n | \"OM\"\n | \"PA\"\n | \"PE\"\n | \"PF\"\n | \"PG\"\n | \"PH\"\n | \"PK\"\n | \"PL\"\n | \"PM\"\n | \"PN\"\n | \"PR\"\n | \"PS\"\n | \"PT\"\n | \"PW\"\n | \"PY\"\n | \"QA\"\n | \"RE\"\n | \"RO\"\n | \"RS\"\n | \"RW\"\n | \"SA\"\n | \"SB\"\n | \"SC\"\n | \"SD\"\n | \"SE\"\n | \"SG\"\n | \"SH\"\n | \"SI\"\n | \"SJ\"\n | \"SK\"\n | \"SL\"\n | \"SM\"\n | \"SN\"\n | \"SO\"\n | \"SR\"\n | \"SS\"\n | \"ST\"\n | \"SV\"\n | \"SX\"\n | \"SZ\"\n | \"TC\"\n | \"TD\"\n | \"TF\"\n | \"TG\"\n | \"TH\"\n | \"TJ\"\n | \"TK\"\n | \"TL\"\n | \"TM\"\n | \"TN\"\n | \"TO\"\n | \"TR\"\n | \"TT\"\n | \"TV\"\n | \"TW\"\n | \"TZ\"\n | \"UA\"\n | \"UG\"\n | \"UM\"\n | \"US\"\n | \"UY\"\n | \"UZ\"\n | \"VA\"\n | \"VC\"\n | \"VE\"\n | \"VG\"\n | \"VI\"\n | \"VN\"\n | \"VU\"\n | \"WF\"\n | \"WS\"\n | \"YE\"\n | \"YT\"\n | \"ZA\"\n | \"ZM\"\n | \"ZW\";\n/**\n * CustomFieldSortProperty\n */\nexport type CustomFieldSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"slug\"\n | \"-slug\"\n | \"name\"\n | \"-name\"\n | \"type\"\n | \"-type\";\n/**\n * CustomFieldType\n */\nexport type CustomFieldType = \"text\" | \"number\" | \"date\" | \"checkbox\" | \"select\";\n/**\n * CustomerBenefitGrantSortProperty\n */\nexport type CustomerBenefitGrantSortProperty =\n | \"granted_at\"\n | \"-granted_at\"\n | \"type\"\n | \"-type\"\n | \"organization\"\n | \"-organization\"\n | \"product_benefit\"\n | \"-product_benefit\";\n/**\n * CustomerCancellationReason\n */\nexport type CustomerCancellationReason =\n | \"customer_service\"\n | \"low_quality\"\n | \"missing_features\"\n | \"switched_service\"\n | \"too_complex\"\n | \"too_expensive\"\n | \"unused\"\n | \"other\";\n/**\n * CustomerCustomerMeterSortProperty\n */\nexport type CustomerCustomerMeterSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"modified_at\"\n | \"-modified_at\"\n | \"meter_id\"\n | \"-meter_id\"\n | \"meter_name\"\n | \"-meter_name\"\n | \"consumed_units\"\n | \"-consumed_units\"\n | \"credited_units\"\n | \"-credited_units\"\n | \"balance\"\n | \"-balance\";\n/**\n * CustomerMeterSortProperty\n */\nexport type CustomerMeterSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"modified_at\"\n | \"-modified_at\"\n | \"customer_id\"\n | \"-customer_id\"\n | \"customer_name\"\n | \"-customer_name\"\n | \"meter_id\"\n | \"-meter_id\"\n | \"meter_name\"\n | \"-meter_name\"\n | \"consumed_units\"\n | \"-consumed_units\"\n | \"credited_units\"\n | \"-credited_units\"\n | \"balance\"\n | \"-balance\";\n/**\n * CustomerOrderSortProperty\n */\nexport type CustomerOrderSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"amount\"\n | \"-amount\"\n | \"net_amount\"\n | \"-net_amount\"\n | \"product\"\n | \"-product\"\n | \"subscription\"\n | \"-subscription\";\n/**\n * CustomerSortProperty\n */\nexport type CustomerSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"email\"\n | \"-email\"\n | \"name\"\n | \"-name\";\n/**\n * CustomerSubscriptionSortProperty\n */\nexport type CustomerSubscriptionSortProperty =\n | \"started_at\"\n | \"-started_at\"\n | \"amount\"\n | \"-amount\"\n | \"status\"\n | \"-status\"\n | \"organization\"\n | \"-organization\"\n | \"product\"\n | \"-product\";\n/**\n * CustomerType\n */\nexport type CustomerType = \"individual\" | \"team\";\n/**\n * CustomerWalletSortProperty\n */\nexport type CustomerWalletSortProperty = \"created_at\" | \"-created_at\" | \"balance\" | \"-balance\";\n/**\n * DiscountDuration\n */\nexport type DiscountDuration = \"once\" | \"forever\" | \"repeating\";\n/**\n * DiscountSortProperty\n */\nexport type DiscountSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"name\"\n | \"-name\"\n | \"code\"\n | \"-code\"\n | \"redemptions_count\"\n | \"-redemptions_count\"\n | \"ends_at\"\n | \"-ends_at\";\n/**\n * DiscountType\n */\nexport type DiscountType = \"fixed\" | \"percentage\";\n/**\n * DisputeSortProperty\n */\nexport type DisputeSortProperty = \"created_at\" | \"-created_at\" | \"amount\" | \"-amount\";\n/**\n * DisputeStatus\n */\nexport type DisputeStatus =\n | \"prevented\"\n | \"early_warning\"\n | \"needs_response\"\n | \"under_review\"\n | \"lost\"\n | \"won\";\n/**\n * EventNamesSortProperty\n */\nexport type EventNamesSortProperty =\n | \"name\"\n | \"-name\"\n | \"occurrences\"\n | \"-occurrences\"\n | \"first_seen\"\n | \"-first_seen\"\n | \"last_seen\"\n | \"-last_seen\";\n/**\n * EventSortProperty\n */\nexport type EventSortProperty = \"timestamp\" | \"-timestamp\";\n/**\n * EventSource\n */\nexport type EventSource = \"system\" | \"user\";\n/**\n * EventTypesSortProperty\n */\nexport type EventTypesSortProperty =\n | \"name\"\n | \"-name\"\n | \"label\"\n | \"-label\"\n | \"occurrences\"\n | \"-occurrences\"\n | \"first_seen\"\n | \"-first_seen\"\n | \"last_seen\"\n | \"-last_seen\";\n/**\n * FileServiceTypes\n */\nexport type FileServiceTypes =\n | \"downloadable\"\n | \"product_media\"\n | \"organization_avatar\"\n | \"support_case_attachment\";\n/**\n * FilterConjunction\n */\nexport type FilterConjunction = \"and\" | \"or\";\n/**\n * FilterOperator\n */\nexport type FilterOperator = \"eq\" | \"ne\" | \"gt\" | \"gte\" | \"lt\" | \"lte\" | \"like\" | \"not_like\";\n/**\n * Func\n */\nexport type Func = \"sum\" | \"max\" | \"min\" | \"avg\";\n/**\n * LicenseKeyStatus\n */\nexport type LicenseKeyStatus = \"granted\" | \"revoked\" | \"disabled\";\n/**\n * MemberRole\n */\nexport type MemberRole = \"owner\" | \"billing_manager\" | \"member\";\n/**\n * MemberSortProperty\n */\nexport type MemberSortProperty = \"created_at\" | \"-created_at\";\n/**\n * MeterSortProperty\n */\nexport type MeterSortProperty = \"created_at\" | \"-created_at\" | \"name\" | \"-name\";\n/**\n * MeterUnit\n */\nexport type MeterUnit = \"scalar\" | \"token\" | \"custom\";\n/**\n * MetricType\n */\nexport type MetricType = \"scalar\" | \"currency\" | \"currency_sub_cent\" | \"percentage\";\n/**\n * OrderBillingReason\n */\nexport type OrderBillingReason =\n | \"purchase\"\n | \"subscription_create\"\n | \"subscription_cycle\"\n | \"subscription_update\";\n/**\n * OrderSortProperty\n */\nexport type OrderSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"status\"\n | \"-status\"\n | \"invoice_number\"\n | \"-invoice_number\"\n | \"amount\"\n | \"-amount\"\n | \"net_amount\"\n | \"-net_amount\"\n | \"customer\"\n | \"-customer\"\n | \"product\"\n | \"-product\"\n | \"discount\"\n | \"-discount\"\n | \"subscription\"\n | \"-subscription\";\n/**\n * OrderStatus\n */\nexport type OrderStatus = \"draft\" | \"pending\" | \"paid\" | \"refunded\" | \"partially_refunded\" | \"void\";\n/**\n * OrganizationSocialPlatforms\n */\nexport type OrganizationSocialPlatforms =\n | \"x\"\n | \"github\"\n | \"facebook\"\n | \"instagram\"\n | \"youtube\"\n | \"tiktok\"\n | \"linkedin\"\n | \"threads\"\n | \"discord\"\n | \"other\";\n/**\n * OrganizationSortProperty\n */\nexport type OrganizationSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"slug\"\n | \"-slug\"\n | \"name\"\n | \"-name\"\n | \"next_review_threshold\"\n | \"-next_review_threshold\"\n | \"days_in_status\"\n | \"-days_in_status\";\n/**\n * OrganizationStatus\n */\nexport type OrganizationStatus =\n | \"created\"\n | \"review\"\n | \"snoozed\"\n | \"denied\"\n | \"active\"\n | \"blocked\"\n | \"offboarding\"\n | \"offboarded\";\n/**\n * PaymentProcessor\n */\nexport type PaymentProcessor = \"stripe\";\n/**\n * PaymentSortProperty\n */\nexport type PaymentSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"status\"\n | \"-status\"\n | \"amount\"\n | \"-amount\"\n | \"method\"\n | \"-method\";\n/**\n * PaymentStatus\n */\nexport type PaymentStatus = \"pending\" | \"succeeded\" | \"failed\";\n/**\n * PaymentTrigger\n */\nexport type PaymentTrigger =\n | \"purchase\"\n | \"subscription_cycle\"\n | \"retry_dunning\"\n | \"retry_customer\"\n | \"retry_payment_method_update\"\n | \"retry_admin\";\n/**\n * The permission level to grant. Read more about roles and their permissions on [GitHub documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization#permissions-for-each-role).\n */\nexport type Permission = \"pull\" | \"triage\" | \"push\" | \"maintain\" | \"admin\";\n/**\n * PresentmentCurrency\n */\nexport type PresentmentCurrency =\n | \"aed\"\n | \"all\"\n | \"amd\"\n | \"aoa\"\n | \"ars\"\n | \"aud\"\n | \"awg\"\n | \"azn\"\n | \"bam\"\n | \"bbd\"\n | \"bdt\"\n | \"bif\"\n | \"bmd\"\n | \"bnd\"\n | \"bob\"\n | \"brl\"\n | \"bsd\"\n | \"bwp\"\n | \"bzd\"\n | \"cad\"\n | \"cdf\"\n | \"chf\"\n | \"clp\"\n | \"cny\"\n | \"cop\"\n | \"crc\"\n | \"cve\"\n | \"czk\"\n | \"djf\"\n | \"dkk\"\n | \"dop\"\n | \"dzd\"\n | \"egp\"\n | \"etb\"\n | \"eur\"\n | \"fjd\"\n | \"fkp\"\n | \"gbp\"\n | \"gel\"\n | \"gip\"\n | \"gmd\"\n | \"gnf\"\n | \"gtq\"\n | \"gyd\"\n | \"hkd\"\n | \"hnl\"\n | \"htg\"\n | \"huf\"\n | \"idr\"\n | \"ils\"\n | \"inr\"\n | \"isk\"\n | \"jmd\"\n | \"jpy\"\n | \"kes\"\n | \"kgs\"\n | \"khr\"\n | \"kmf\"\n | \"krw\"\n | \"kyd\"\n | \"kzt\"\n | \"lak\"\n | \"lkr\"\n | \"lrd\"\n | \"lsl\"\n | \"mad\"\n | \"mdl\"\n | \"mga\"\n | \"mkd\"\n | \"mnt\"\n | \"mop\"\n | \"mur\"\n | \"mvr\"\n | \"mwk\"\n | \"mxn\"\n | \"myr\"\n | \"mzn\"\n | \"nad\"\n | \"ngn\"\n | \"nio\"\n | \"nok\"\n | \"npr\"\n | \"nzd\"\n | \"pab\"\n | \"pen\"\n | \"pgk\"\n | \"php\"\n | \"pkr\"\n | \"pln\"\n | \"pyg\"\n | \"qar\"\n | \"ron\"\n | \"rsd\"\n | \"rwf\"\n | \"sar\"\n | \"sbd\"\n | \"scr\"\n | \"sek\"\n | \"sgd\"\n | \"shp\"\n | \"sos\"\n | \"srd\"\n | \"szl\"\n | \"thb\"\n | \"tjs\"\n | \"top\"\n | \"try\"\n | \"ttd\"\n | \"twd\"\n | \"tzs\"\n | \"uah\"\n | \"ugx\"\n | \"usd\"\n | \"uyu\"\n | \"uzs\"\n | \"vnd\"\n | \"vuv\"\n | \"wst\"\n | \"xaf\"\n | \"xcd\"\n | \"xcg\"\n | \"xof\"\n | \"xpf\"\n | \"yer\"\n | \"zar\"\n | \"zmw\";\n/**\n * ProductBillingType\n */\nexport type ProductBillingType = \"one_time\" | \"recurring\";\n/**\n * ProductPriceSource\n */\nexport type ProductPriceSource = \"catalog\" | \"ad_hoc\";\n/**\n * ProductSortProperty\n */\nexport type ProductSortProperty =\n | \"created_at\"\n | \"-created_at\"\n | \"name\"\n | \"-name\"\n | \"price_amount_type\"\n | \"-price_amount_type\"\n | \"price_amount\"\n | \"-price_amount\";\n/**\n * ProductVisibility\n */\nexport type ProductVisibility = \"draft\" | \"private\" | \"public\";\n/**\n * PublicSubscriptionProrationBehavior\n */\nexport type PublicSubscriptionProrationBehavior = \"invoice\" | \"prorate\" | \"next_period\";\n/**\n * Reason for the refund.\n */\nexport type Reason =\n | \"duplicate\"\n | \"fraudulent\"\n | \"customer_request\"\n | \"service_disruption\"\n | \"satisfaction_guarantee\"\n | \"other\";\n/**\n * RecurringInterval\n */\nexport type RecurringInterval = \"day\" | \"week\" | \"month\" | \"year\";\n/**\n * RefundReason\n */\nexport type RefundReason =\n | \"duplicate\"\n | \"fraudulent\"\n | \"customer_request\"\n | \"service_disruption\"\n | \"satisfaction_guarantee\"\n | \"dispute_prevention\"\n | \"other\";\n/**\n * RefundSortProperty\n */\nexport type RefundSortProperty = \"created_at\" | \"-created_at\" | \"amount\" | \"-amount\";\n/**\n * RefundStatus\n */\nexport type RefundStatus = \"pending\" | \"succeeded\" | \"failed\" | \"canceled\";\n/**\n * The role of the member within the customer. To assign or transfer ownership, use the member update endpoint.\n */\nexport type Role = \"member\" | \"billing_manager\";\n/**\n * Scope\n */\nexport type Scope =\n | \"openid\"\n | \"profile\"\n | \"email\"\n | \"user:read\"\n | \"user:write\"\n | \"organizations:read\"\n | \"organizations:write\"\n | \"custom_fields:read\"\n | \"custom_fields:write\"\n | \"discounts:read\"\n | \"discounts:write\"\n | \"checkout_links:read\"\n | \"checkout_links:write\"\n | \"checkouts:read\"\n | \"checkouts:write\"\n | \"transactions:read\"\n | \"transactions:write\"\n | \"payouts:read\"\n | \"payouts:write\"\n | \"products:read\"\n | \"products:write\"\n | \"benefits:read\"\n | \"benefits:write\"\n | \"events:read\"\n | \"events:write\"\n | \"meters:read\"\n | \"meters:write\"\n | \"files:read\"\n | \"files:write\"\n | \"subscriptions:read\"\n | \"subscriptions:write\"\n | \"customers:read\"\n | \"customers:write\"\n | \"members:read\"\n | \"members:write\"\n | \"wallets:read\"\n | \"wallets:write\"\n | \"disputes:read\"\n | \"disputes:write\"\n | \"customer_meters:read\"\n | \"customer_sessions:write\"\n | \"member_sessions:write\"\n | \"customer_seats:read\"\n | \"customer_seats:write\"\n | \"orders:read\"\n | \"orders:write\"\n | \"refunds:read\"\n | \"refunds:write\"\n | \"payments:read\"\n | \"metrics:read\"\n | \"metrics:write\"\n | \"webhooks:read\"\n | \"webhooks:write\"\n | \"license_keys:read\"\n | \"license_keys:write\"\n | \"customer_portal:read\"\n | \"customer_portal:write\"\n | \"notifications:read\"\n | \"notifications:write\"\n | \"notification_recipients:read\"\n | \"notification_recipients:write\"\n | \"organization_access_tokens:read\"\n | \"organization_access_tokens:write\";\n/**\n * SeatStatus\n */\nexport type SeatStatus = \"pending\" | \"claimed\" | \"revoked\";\n/**\n * SeatTierType\n */\nexport type SeatTierType = \"volume\" | \"graduated\";\n/**\n * Status\n */\nexport type Status = \"active\" | \"trialing\";\n/**\n * SubType\n */\nexport type SubType = \"user\" | \"organization\";\n/**\n * SubscriptionProrationBehavior\n */\nexport type SubscriptionProrationBehavior = \"invoice\" | \"prorate\" | \"next_period\" | \"reset\";\n/**\n * SubscriptionSortProperty\n */\nexport type SubscriptionSortProperty =\n | \"customer\"\n | \"-customer\"\n | \"status\"\n | \"-status\"\n | \"started_at\"\n | \"-started_at\"\n | \"current_period_end\"\n | \"-current_period_end\"\n | \"ended_at\"\n | \"-ended_at\"\n | \"ends_at\"\n | \"-ends_at\"\n | \"amount\"\n | \"-amount\"\n | \"product\"\n | \"-product\"\n | \"discount\"\n | \"-discount\";\n/**\n * SubscriptionStatus\n */\nexport type SubscriptionStatus =\n | \"incomplete\"\n | \"incomplete_expired\"\n | \"trialing\"\n | \"active\"\n | \"past_due\"\n | \"canceled\"\n | \"unpaid\"\n | \"paused\";\n/**\n * TaxBehavior\n */\nexport type TaxBehavior = \"inclusive\" | \"exclusive\";\n/**\n * TaxBehaviorOption\n */\nexport type TaxBehaviorOption = \"location\" | \"inclusive\" | \"exclusive\";\n/**\n * TimeInterval\n */\nexport type TimeInterval = \"year\" | \"month\" | \"week\" | \"day\" | \"hour\";\n/**\n * Timeframe\n */\nexport type Timeframe = \"year\" | \"month\" | \"day\";\n/**\n * Timezone to use for the timestamps. Default is UTC.\n */\nexport type Timezone =\n | \"Africa/Abidjan\"\n | \"Africa/Accra\"\n | \"Africa/Addis_Ababa\"\n | \"Africa/Algiers\"\n | \"Africa/Asmara\"\n | \"Africa/Asmera\"\n | \"Africa/Bamako\"\n | \"Africa/Bangui\"\n | \"Africa/Banjul\"\n | \"Africa/Bissau\"\n | \"Africa/Blantyre\"\n | \"Africa/Brazzaville\"\n | \"Africa/Bujumbura\"\n | \"Africa/Cairo\"\n | \"Africa/Casablanca\"\n | \"Africa/Ceuta\"\n | \"Africa/Conakry\"\n | \"Africa/Dakar\"\n | \"Africa/Dar_es_Salaam\"\n | \"Africa/Djibouti\"\n | \"Africa/Douala\"\n | \"Africa/El_Aaiun\"\n | \"Africa/Freetown\"\n | \"Africa/Gaborone\"\n | \"Africa/Harare\"\n | \"Africa/Johannesburg\"\n | \"Africa/Juba\"\n | \"Africa/Kampala\"\n | \"Africa/Khartoum\"\n | \"Africa/Kigali\"\n | \"Africa/Kinshasa\"\n | \"Africa/Lagos\"\n | \"Africa/Libreville\"\n | \"Africa/Lome\"\n | \"Africa/Luanda\"\n | \"Africa/Lubumbashi\"\n | \"Africa/Lusaka\"\n | \"Africa/Malabo\"\n | \"Africa/Maputo\"\n | \"Africa/Maseru\"\n | \"Africa/Mbabane\"\n | \"Africa/Mogadishu\"\n | \"Africa/Monrovia\"\n | \"Africa/Nairobi\"\n | \"Africa/Ndjamena\"\n | \"Africa/Niamey\"\n | \"Africa/Nouakchott\"\n | \"Africa/Ouagadougou\"\n | \"Africa/Porto-Novo\"\n | \"Africa/Sao_Tome\"\n | \"Africa/Timbuktu\"\n | \"Africa/Tripoli\"\n | \"Africa/Tunis\"\n | \"Africa/Windhoek\"\n | \"America/Adak\"\n | \"America/Anchorage\"\n | \"America/Anguilla\"\n | \"America/Antigua\"\n | \"America/Araguaina\"\n | \"America/Argentina/Buenos_Aires\"\n | \"America/Argentina/Catamarca\"\n | \"America/Argentina/ComodRivadavia\"\n | \"America/Argentina/Cordoba\"\n | \"America/Argentina/Jujuy\"\n | \"America/Argentina/La_Rioja\"\n | \"America/Argentina/Mendoza\"\n | \"America/Argentina/Rio_Gallegos\"\n | \"America/Argentina/Salta\"\n | \"America/Argentina/San_Juan\"\n | \"America/Argentina/San_Luis\"\n | \"America/Argentina/Tucuman\"\n | \"America/Argentina/Ushuaia\"\n | \"America/Aruba\"\n | \"America/Asuncion\"\n | \"America/Atikokan\"\n | \"America/Atka\"\n | \"America/Bahia\"\n | \"America/Bahia_Banderas\"\n | \"America/Barbados\"\n | \"America/Belem\"\n | \"America/Belize\"\n | \"America/Blanc-Sablon\"\n | \"America/Boa_Vista\"\n | \"America/Bogota\"\n | \"America/Boise\"\n | \"America/Buenos_Aires\"\n | \"America/Cambridge_Bay\"\n | \"America/Campo_Grande\"\n | \"America/Cancun\"\n | \"America/Caracas\"\n | \"America/Catamarca\"\n | \"America/Cayenne\"\n | \"America/Cayman\"\n | \"America/Chicago\"\n | \"America/Chihuahua\"\n | \"America/Ciudad_Juarez\"\n | \"America/Coral_Harbour\"\n | \"America/Cordoba\"\n | \"America/Costa_Rica\"\n | \"America/Coyhaique\"\n | \"America/Creston\"\n | \"America/Cuiaba\"\n | \"America/Curacao\"\n | \"America/Danmarkshavn\"\n | \"America/Dawson\"\n | \"America/Dawson_Creek\"\n | \"America/Denver\"\n | \"America/Detroit\"\n | \"America/Dominica\"\n | \"America/Edmonton\"\n | \"America/Eirunepe\"\n | \"America/El_Salvador\"\n | \"America/Ensenada\"\n | \"America/Fort_Nelson\"\n | \"America/Fort_Wayne\"\n | \"America/Fortaleza\"\n | \"America/Glace_Bay\"\n | \"America/Godthab\"\n | \"America/Goose_Bay\"\n | \"America/Grand_Turk\"\n | \"America/Grenada\"\n | \"America/Guadeloupe\"\n | \"America/Guatemala\"\n | \"America/Guayaquil\"\n | \"America/Guyana\"\n | \"America/Halifax\"\n | \"America/Havana\"\n | \"America/Hermosillo\"\n | \"America/Indiana/Indianapolis\"\n | \"America/Indiana/Knox\"\n | \"America/Indiana/Marengo\"\n | \"America/Indiana/Petersburg\"\n | \"America/Indiana/Tell_City\"\n | \"America/Indiana/Vevay\"\n | \"America/Indiana/Vincennes\"\n | \"America/Indiana/Winamac\"\n | \"America/Indianapolis\"\n | \"America/Inuvik\"\n | \"America/Iqaluit\"\n | \"America/Jamaica\"\n | \"America/Jujuy\"\n | \"America/Juneau\"\n | \"America/Kentucky/Louisville\"\n | \"America/Kentucky/Monticello\"\n | \"America/Knox_IN\"\n | \"America/Kralendijk\"\n | \"America/La_Paz\"\n | \"America/Lima\"\n | \"America/Los_Angeles\"\n | \"America/Louisville\"\n | \"America/Lower_Princes\"\n | \"America/Maceio\"\n | \"America/Managua\"\n | \"America/Manaus\"\n | \"America/Marigot\"\n | \"America/Martinique\"\n | \"America/Matamoros\"\n | \"America/Mazatlan\"\n | \"America/Mendoza\"\n | \"America/Menominee\"\n | \"America/Merida\"\n | \"America/Metlakatla\"\n | \"America/Mexico_City\"\n | \"America/Miquelon\"\n | \"America/Moncton\"\n | \"America/Monterrey\"\n | \"America/Montevideo\"\n | \"America/Montreal\"\n | \"America/Montserrat\"\n | \"America/Nassau\"\n | \"America/New_York\"\n | \"America/Nipigon\"\n | \"America/Nome\"\n | \"America/Noronha\"\n | \"America/North_Dakota/Beulah\"\n | \"America/North_Dakota/Center\"\n | \"America/North_Dakota/New_Salem\"\n | \"America/Nuuk\"\n | \"America/Ojinaga\"\n | \"America/Panama\"\n | \"America/Pangnirtung\"\n | \"America/Paramaribo\"\n | \"America/Phoenix\"\n | \"America/Port-au-Prince\"\n | \"America/Port_of_Spain\"\n | \"America/Porto_Acre\"\n | \"America/Porto_Velho\"\n | \"America/Puerto_Rico\"\n | \"America/Punta_Arenas\"\n | \"America/Rainy_River\"\n | \"America/Rankin_Inlet\"\n | \"America/Recife\"\n | \"America/Regina\"\n | \"America/Resolute\"\n | \"America/Rio_Branco\"\n | \"America/Rosario\"\n | \"America/Santa_Isabel\"\n | \"America/Santarem\"\n | \"America/Santiago\"\n | \"America/Santo_Domingo\"\n | \"America/Sao_Paulo\"\n | \"America/Scoresbysund\"\n | \"America/Shiprock\"\n | \"America/Sitka\"\n | \"America/St_Barthelemy\"\n | \"America/St_Johns\"\n | \"America/St_Kitts\"\n | \"America/St_Lucia\"\n | \"America/St_Thomas\"\n | \"America/St_Vincent\"\n | \"America/Swift_Current\"\n | \"America/Tegucigalpa\"\n | \"America/Thule\"\n | \"America/Thunder_Bay\"\n | \"America/Tijuana\"\n | \"America/Toronto\"\n | \"America/Tortola\"\n | \"America/Vancouver\"\n | \"America/Virgin\"\n | \"America/Whitehorse\"\n | \"America/Winnipeg\"\n | \"America/Yakutat\"\n | \"America/Yellowknife\"\n | \"Antarctica/Casey\"\n | \"Antarctica/Davis\"\n | \"Antarctica/DumontDUrville\"\n | \"Antarctica/Macquarie\"\n | \"Antarctica/Mawson\"\n | \"Antarctica/McMurdo\"\n | \"Antarctica/Palmer\"\n | \"Antarctica/Rothera\"\n | \"Antarctica/South_Pole\"\n | \"Antarctica/Syowa\"\n | \"Antarctica/Troll\"\n | \"Antarctica/Vostok\"\n | \"Arctic/Longyearbyen\"\n | \"Asia/Aden\"\n | \"Asia/Almaty\"\n | \"Asia/Amman\"\n | \"Asia/Anadyr\"\n | \"Asia/Aqtau\"\n | \"Asia/Aqtobe\"\n | \"Asia/Ashgabat\"\n | \"Asia/Ashkhabad\"\n | \"Asia/Atyrau\"\n | \"Asia/Baghdad\"\n | \"Asia/Bahrain\"\n | \"Asia/Baku\"\n | \"Asia/Bangkok\"\n | \"Asia/Barnaul\"\n | \"Asia/Beirut\"\n | \"Asia/Bishkek\"\n | \"Asia/Brunei\"\n | \"Asia/Calcutta\"\n | \"Asia/Chita\"\n | \"Asia/Choibalsan\"\n | \"Asia/Chongqing\"\n | \"Asia/Chungking\"\n | \"Asia/Colombo\"\n | \"Asia/Dacca\"\n | \"Asia/Damascus\"\n | \"Asia/Dhaka\"\n | \"Asia/Dili\"\n | \"Asia/Dubai\"\n | \"Asia/Dushanbe\"\n | \"Asia/Famagusta\"\n | \"Asia/Gaza\"\n | \"Asia/Harbin\"\n | \"Asia/Hebron\"\n | \"Asia/Ho_Chi_Minh\"\n | \"Asia/Hong_Kong\"\n | \"Asia/Hovd\"\n | \"Asia/Irkutsk\"\n | \"Asia/Istanbul\"\n | \"Asia/Jakarta\"\n | \"Asia/Jayapura\"\n | \"Asia/Jerusalem\"\n | \"Asia/Kabul\"\n | \"Asia/Kamchatka\"\n | \"Asia/Karachi\"\n | \"Asia/Kashgar\"\n | \"Asia/Kathmandu\"\n | \"Asia/Katmandu\"\n | \"Asia/Khandyga\"\n | \"Asia/Kolkata\"\n | \"Asia/Krasnoyarsk\"\n | \"Asia/Kuala_Lumpur\"\n | \"Asia/Kuching\"\n | \"Asia/Kuwait\"\n | \"Asia/Macao\"\n | \"Asia/Macau\"\n | \"Asia/Magadan\"\n | \"Asia/Makassar\"\n | \"Asia/Manila\"\n | \"Asia/Muscat\"\n | \"Asia/Nicosia\"\n | \"Asia/Novokuznetsk\"\n | \"Asia/Novosibirsk\"\n | \"Asia/Omsk\"\n | \"Asia/Oral\"\n | \"Asia/Phnom_Penh\"\n | \"Asia/Pontianak\"\n | \"Asia/Pyongyang\"\n | \"Asia/Qatar\"\n | \"Asia/Qostanay\"\n | \"Asia/Qyzylorda\"\n | \"Asia/Rangoon\"\n | \"Asia/Riyadh\"\n | \"Asia/Saigon\"\n | \"Asia/Sakhalin\"\n | \"Asia/Samarkand\"\n | \"Asia/Seoul\"\n | \"Asia/Shanghai\"\n | \"Asia/Singapore\"\n | \"Asia/Srednekolymsk\"\n | \"Asia/Taipei\"\n | \"Asia/Tashkent\"\n | \"Asia/Tbilisi\"\n | \"Asia/Tehran\"\n | \"Asia/Tel_Aviv\"\n | \"Asia/Thimbu\"\n | \"Asia/Thimphu\"\n | \"Asia/Tokyo\"\n | \"Asia/Tomsk\"\n | \"Asia/Ujung_Pandang\"\n | \"Asia/Ulaanbaatar\"\n | \"Asia/Ulan_Bator\"\n | \"Asia/Urumqi\"\n | \"Asia/Ust-Nera\"\n | \"Asia/Vientiane\"\n | \"Asia/Vladivostok\"\n | \"Asia/Yakutsk\"\n | \"Asia/Yangon\"\n | \"Asia/Yekaterinburg\"\n | \"Asia/Yerevan\"\n | \"Atlantic/Azores\"\n | \"Atlantic/Bermuda\"\n | \"Atlantic/Canary\"\n | \"Atlantic/Cape_Verde\"\n | \"Atlantic/Faeroe\"\n | \"Atlantic/Faroe\"\n | \"Atlantic/Jan_Mayen\"\n | \"Atlantic/Madeira\"\n | \"Atlantic/Reykjavik\"\n | \"Atlantic/South_Georgia\"\n | \"Atlantic/St_Helena\"\n | \"Atlantic/Stanley\"\n | \"Australia/ACT\"\n | \"Australia/Adelaide\"\n | \"Australia/Brisbane\"\n | \"Australia/Broken_Hill\"\n | \"Australia/Canberra\"\n | \"Australia/Currie\"\n | \"Australia/Darwin\"\n | \"Australia/Eucla\"\n | \"Australia/Hobart\"\n | \"Australia/LHI\"\n | \"Australia/Lindeman\"\n | \"Australia/Lord_Howe\"\n | \"Australia/Melbourne\"\n | \"Australia/NSW\"\n | \"Australia/North\"\n | \"Australia/Perth\"\n | \"Australia/Queensland\"\n | \"Australia/South\"\n | \"Australia/Sydney\"\n | \"Australia/Tasmania\"\n | \"Australia/Victoria\"\n | \"Australia/West\"\n | \"Australia/Yancowinna\"\n | \"Brazil/Acre\"\n | \"Brazil/DeNoronha\"\n | \"Brazil/East\"\n | \"Brazil/West\"\n | \"CET\"\n | \"CST6CDT\"\n | \"Canada/Atlantic\"\n | \"Canada/Central\"\n | \"Canada/Eastern\"\n | \"Canada/Mountain\"\n | \"Canada/Newfoundland\"\n | \"Canada/Pacific\"\n | \"Canada/Saskatchewan\"\n | \"Canada/Yukon\"\n | \"Chile/Continental\"\n | \"Chile/EasterIsland\"\n | \"Cuba\"\n | \"EET\"\n | \"EST\"\n | \"EST5EDT\"\n | \"Egypt\"\n | \"Eire\"\n | \"Etc/GMT\"\n | \"Etc/GMT+0\"\n | \"Etc/GMT+1\"\n | \"Etc/GMT+10\"\n | \"Etc/GMT+11\"\n | \"Etc/GMT+12\"\n | \"Etc/GMT+2\"\n | \"Etc/GMT+3\"\n | \"Etc/GMT+4\"\n | \"Etc/GMT+5\"\n | \"Etc/GMT+6\"\n | \"Etc/GMT+7\"\n | \"Etc/GMT+8\"\n | \"Etc/GMT+9\"\n | \"Etc/GMT-0\"\n | \"Etc/GMT-1\"\n | \"Etc/GMT-10\"\n | \"Etc/GMT-11\"\n | \"Etc/GMT-12\"\n | \"Etc/GMT-13\"\n | \"Etc/GMT-14\"\n | \"Etc/GMT-2\"\n | \"Etc/GMT-3\"\n | \"Etc/GMT-4\"\n | \"Etc/GMT-5\"\n | \"Etc/GMT-6\"\n | \"Etc/GMT-7\"\n | \"Etc/GMT-8\"\n | \"Etc/GMT-9\"\n | \"Etc/GMT0\"\n | \"Etc/Greenwich\"\n | \"Etc/UCT\"\n | \"Etc/UTC\"\n | \"Etc/Universal\"\n | \"Etc/Zulu\"\n | \"Europe/Amsterdam\"\n | \"Europe/Andorra\"\n | \"Europe/Astrakhan\"\n | \"Europe/Athens\"\n | \"Europe/Belfast\"\n | \"Europe/Belgrade\"\n | \"Europe/Berlin\"\n | \"Europe/Bratislava\"\n | \"Europe/Brussels\"\n | \"Europe/Bucharest\"\n | \"Europe/Budapest\"\n | \"Europe/Busingen\"\n | \"Europe/Chisinau\"\n | \"Europe/Copenhagen\"\n | \"Europe/Dublin\"\n | \"Europe/Gibraltar\"\n | \"Europe/Guernsey\"\n | \"Europe/Helsinki\"\n | \"Europe/Isle_of_Man\"\n | \"Europe/Istanbul\"\n | \"Europe/Jersey\"\n | \"Europe/Kaliningrad\"\n | \"Europe/Kiev\"\n | \"Europe/Kirov\"\n | \"Europe/Kyiv\"\n | \"Europe/Lisbon\"\n | \"Europe/Ljubljana\"\n | \"Europe/London\"\n | \"Europe/Luxembourg\"\n | \"Europe/Madrid\"\n | \"Europe/Malta\"\n | \"Europe/Mariehamn\"\n | \"Europe/Minsk\"\n | \"Europe/Monaco\"\n | \"Europe/Moscow\"\n | \"Europe/Nicosia\"\n | \"Europe/Oslo\"\n | \"Europe/Paris\"\n | \"Europe/Podgorica\"\n | \"Europe/Prague\"\n | \"Europe/Riga\"\n | \"Europe/Rome\"\n | \"Europe/Samara\"\n | \"Europe/San_Marino\"\n | \"Europe/Sarajevo\"\n | \"Europe/Saratov\"\n | \"Europe/Simferopol\"\n | \"Europe/Skopje\"\n | \"Europe/Sofia\"\n | \"Europe/Stockholm\"\n | \"Europe/Tallinn\"\n | \"Europe/Tirane\"\n | \"Europe/Tiraspol\"\n | \"Europe/Ulyanovsk\"\n | \"Europe/Uzhgorod\"\n | \"Europe/Vaduz\"\n | \"Europe/Vatican\"\n | \"Europe/Vienna\"\n | \"Europe/Vilnius\"\n | \"Europe/Volgograd\"\n | \"Europe/Warsaw\"\n | \"Europe/Zagreb\"\n | \"Europe/Zaporozhye\"\n | \"Europe/Zurich\"\n | \"Factory\"\n | \"GB\"\n | \"GB-Eire\"\n | \"GMT\"\n | \"GMT+0\"\n | \"GMT-0\"\n | \"GMT0\"\n | \"Greenwich\"\n | \"HST\"\n | \"Hongkong\"\n | \"Iceland\"\n | \"Indian/Antananarivo\"\n | \"Indian/Chagos\"\n | \"Indian/Christmas\"\n | \"Indian/Cocos\"\n | \"Indian/Comoro\"\n | \"Indian/Kerguelen\"\n | \"Indian/Mahe\"\n | \"Indian/Maldives\"\n | \"Indian/Mauritius\"\n | \"Indian/Mayotte\"\n | \"Indian/Reunion\"\n | \"Iran\"\n | \"Israel\"\n | \"Jamaica\"\n | \"Japan\"\n | \"Kwajalein\"\n | \"Libya\"\n | \"MET\"\n | \"MST\"\n | \"MST7MDT\"\n | \"Mexico/BajaNorte\"\n | \"Mexico/BajaSur\"\n | \"Mexico/General\"\n | \"NZ\"\n | \"NZ-CHAT\"\n | \"Navajo\"\n | \"PRC\"\n | \"PST8PDT\"\n | \"Pacific/Apia\"\n | \"Pacific/Auckland\"\n | \"Pacific/Bougainville\"\n | \"Pacific/Chatham\"\n | \"Pacific/Chuuk\"\n | \"Pacific/Easter\"\n | \"Pacific/Efate\"\n | \"Pacific/Enderbury\"\n | \"Pacific/Fakaofo\"\n | \"Pacific/Fiji\"\n | \"Pacific/Funafuti\"\n | \"Pacific/Galapagos\"\n | \"Pacific/Gambier\"\n | \"Pacific/Guadalcanal\"\n | \"Pacific/Guam\"\n | \"Pacific/Honolulu\"\n | \"Pacific/Johnston\"\n | \"Pacific/Kanton\"\n | \"Pacific/Kiritimati\"\n | \"Pacific/Kosrae\"\n | \"Pacific/Kwajalein\"\n | \"Pacific/Majuro\"\n | \"Pacific/Marquesas\"\n | \"Pacific/Midway\"\n | \"Pacific/Nauru\"\n | \"Pacific/Niue\"\n | \"Pacific/Norfolk\"\n | \"Pacific/Noumea\"\n | \"Pacific/Pago_Pago\"\n | \"Pacific/Palau\"\n | \"Pacific/Pitcairn\"\n | \"Pacific/Pohnpei\"\n | \"Pacific/Ponape\"\n | \"Pacific/Port_Moresby\"\n | \"Pacific/Rarotonga\"\n | \"Pacific/Saipan\"\n | \"Pacific/Samoa\"\n | \"Pacific/Tahiti\"\n | \"Pacific/Tarawa\"\n | \"Pacific/Tongatapu\"\n | \"Pacific/Truk\"\n | \"Pacific/Wake\"\n | \"Pacific/Wallis\"\n | \"Pacific/Yap\"\n | \"Poland\"\n | \"Portugal\"\n | \"ROC\"\n | \"ROK\"\n | \"Singapore\"\n | \"Turkey\"\n | \"UCT\"\n | \"US/Alaska\"\n | \"US/Aleutian\"\n | \"US/Arizona\"\n | \"US/Central\"\n | \"US/East-Indiana\"\n | \"US/Eastern\"\n | \"US/Hawaii\"\n | \"US/Indiana-Starke\"\n | \"US/Michigan\"\n | \"US/Mountain\"\n | \"US/Pacific\"\n | \"US/Samoa\"\n | \"UTC\"\n | \"Universal\"\n | \"W-SU\"\n | \"WET\"\n | \"Zulu\";\n/**\n * TokenEndpointAuthMethod\n */\nexport type TokenEndpointAuthMethod = \"client_secret_basic\" | \"client_secret_post\" | \"none\";\n/**\n * TokenType\n */\nexport type TokenType = \"access_token\" | \"refresh_token\";\n/**\n * TrialInterval\n */\nexport type TrialInterval = \"day\" | \"week\" | \"month\" | \"year\";\n/**\n * WebhookEventType\n */\nexport type WebhookEventType =\n | \"checkout.created\"\n | \"checkout.updated\"\n | \"checkout.expired\"\n | \"customer.created\"\n | \"customer.updated\"\n | \"customer.deleted\"\n | \"customer.state_changed\"\n | \"customer_seat.assigned\"\n | \"customer_seat.claimed\"\n | \"customer_seat.revoked\"\n | \"member.created\"\n | \"member.updated\"\n | \"member.deleted\"\n | \"order.created\"\n | \"order.updated\"\n | \"order.paid\"\n | \"order.refunded\"\n | \"subscription.created\"\n | \"subscription.updated\"\n | \"subscription.active\"\n | \"subscription.canceled\"\n | \"subscription.uncanceled\"\n | \"subscription.revoked\"\n | \"subscription.past_due\"\n | \"subscription.paused\"\n | \"subscription.resumed\"\n | \"refund.created\"\n | \"refund.updated\"\n | \"product.created\"\n | \"product.updated\"\n | \"benefit.created\"\n | \"benefit.updated\"\n | \"benefit_grant.created\"\n | \"benefit_grant.cycled\"\n | \"benefit_grant.updated\"\n | \"benefit_grant.revoked\"\n | \"organization.updated\";\n/**\n * WebhookFormat\n */\nexport type WebhookFormat = \"raw\" | \"discord\" | \"slack\";\n\n/**\n * Address\n */\nexport interface Address {\n /**\n * line1\n */\n line1?: string | null;\n /**\n * line2\n */\n line2?: string | null;\n /**\n * postal_code\n */\n postal_code?: string | null;\n /**\n * city\n */\n city?: string | null;\n /**\n * state\n */\n state?: string | null;\n /**\n * country\n */\n country: CountryAlpha2;\n}\n/**\n * AddressDict\n */\nexport interface AddressDict {\n /**\n * line1\n */\n line1?: string;\n /**\n * line2\n */\n line2?: string;\n /**\n * postal_code\n */\n postal_code?: string;\n /**\n * city\n */\n city?: string;\n /**\n * state\n */\n state?: string;\n /**\n * country\n */\n country: string;\n}\n/**\n * AddressInput\n */\nexport interface AddressInput {\n /**\n * line1\n */\n line1?: string | null;\n /**\n * line2\n */\n line2?: string | null;\n /**\n * postal_code\n */\n postal_code?: string | null;\n /**\n * city\n */\n city?: string | null;\n /**\n * state\n */\n state?: string | null;\n /**\n * country\n */\n country: CountryAlpha2Input;\n}\n/**\n * AlreadyActiveSubscriptionError\n */\nexport interface AlreadyActiveSubscriptionError {\n /**\n * error\n */\n error: \"AlreadyActiveSubscriptionError\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * AlreadyCanceledSubscription\n */\nexport interface AlreadyCanceledSubscription {\n /**\n * error\n */\n error: \"AlreadyCanceledSubscription\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * AmbiguousExternalCustomerID\n */\nexport interface AmbiguousExternalCustomerID {\n /**\n * error\n */\n error: \"AmbiguousExternalCustomerID\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Schema of a custom field attached to a resource.\n */\nexport interface AttachedCustomField {\n /**\n * ID of the custom field.\n */\n custom_field_id: string;\n /**\n * custom_field\n */\n custom_field: CustomField;\n /**\n * Order of the custom field in the resource.\n */\n order: number;\n /**\n * Whether the value is required for this custom field.\n */\n required: boolean;\n}\n/**\n * Schema to attach a custom field to a resource.\n */\nexport interface AttachedCustomFieldCreate {\n /**\n * ID of the custom field to attach.\n */\n custom_field_id: string;\n /**\n * Whether the value is required for this custom field.\n */\n required: boolean;\n}\n/**\n * AuthorizeOrganization\n */\nexport interface AuthorizeOrganization {\n /**\n * id\n */\n id: string;\n /**\n * slug\n */\n slug: string;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * AuthorizeResponseOrganization\n */\nexport interface AuthorizeResponseOrganization {\n /**\n * client\n */\n client: OAuth2ClientPublic;\n /**\n * sub_type\n */\n sub_type: \"organization\";\n /**\n * sub\n */\n sub: AuthorizeOrganization | null;\n /**\n * scopes\n */\n scopes: Scope[];\n /**\n * organizations\n */\n organizations: AuthorizeOrganization[];\n /**\n * requires_single_organization\n */\n requires_single_organization?: boolean;\n /**\n * scope_display_names\n */\n scope_display_names?: Record<string, string>;\n}\n/**\n * AuthorizeResponseUser\n */\nexport interface AuthorizeResponseUser {\n /**\n * client\n */\n client: OAuth2ClientPublic;\n /**\n * sub_type\n */\n sub_type: \"user\";\n /**\n * sub\n */\n sub: AuthorizeUser | null;\n /**\n * scopes\n */\n scopes: Scope[];\n /**\n * organizations\n */\n organizations: AuthorizeOrganization[];\n /**\n * requires_single_organization\n */\n requires_single_organization?: boolean;\n /**\n * scope_display_names\n */\n scope_display_names?: Record<string, string>;\n}\n/**\n * AuthorizeUser\n */\nexport interface AuthorizeUser {\n /**\n * id\n */\n id: string;\n /**\n * email\n */\n email: string;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * An event created by Polar when an order is paid via customer balance.\n */\nexport interface BalanceCreditOrderEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"balance.credit_order\";\n /**\n * metadata\n */\n metadata: BalanceCreditOrderMetadata;\n}\n/**\n * BalanceCreditOrderMetadata\n */\nexport interface BalanceCreditOrderMetadata {\n /**\n * order_id\n */\n order_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * subscription_id\n */\n subscription_id?: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * tax_amount\n */\n tax_amount: number;\n /**\n * tax_state\n */\n tax_state?: string | null;\n /**\n * tax_country\n */\n tax_country?: string | null;\n /**\n * fee\n */\n fee: number;\n /**\n * exchange_rate\n */\n exchange_rate?: number;\n}\n/**\n * An event created by Polar when an order is disputed.\n */\nexport interface BalanceDisputeEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"balance.dispute\";\n /**\n * metadata\n */\n metadata: BalanceDisputeMetadata;\n}\n/**\n * BalanceDisputeMetadata\n */\nexport interface BalanceDisputeMetadata {\n /**\n * transaction_id\n */\n transaction_id: string;\n /**\n * dispute_id\n */\n dispute_id: string;\n /**\n * order_id\n */\n order_id?: string;\n /**\n * order_created_at\n */\n order_created_at?: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * subscription_id\n */\n subscription_id?: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * presentment_amount\n */\n presentment_amount: number;\n /**\n * presentment_currency\n */\n presentment_currency: string;\n /**\n * tax_amount\n */\n tax_amount: number;\n /**\n * tax_state\n */\n tax_state?: string | null;\n /**\n * tax_country\n */\n tax_country?: string | null;\n /**\n * fee\n */\n fee: number;\n /**\n * exchange_rate\n */\n exchange_rate?: number;\n}\n/**\n * An event created by Polar when a dispute is won and funds are reinstated.\n */\nexport interface BalanceDisputeReversalEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"balance.dispute_reversal\";\n /**\n * metadata\n */\n metadata: BalanceDisputeMetadata;\n}\n/**\n * An event created by Polar when an order is paid.\n */\nexport interface BalanceOrderEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"balance.order\";\n /**\n * metadata\n */\n metadata: BalanceOrderMetadata;\n}\n/**\n * BalanceOrderMetadata\n */\nexport interface BalanceOrderMetadata {\n /**\n * transaction_id\n */\n transaction_id: string;\n /**\n * order_id\n */\n order_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * subscription_id\n */\n subscription_id?: string;\n /**\n * amount\n */\n amount: number;\n /**\n * net_amount\n */\n net_amount?: number;\n /**\n * currency\n */\n currency: string;\n /**\n * presentment_amount\n */\n presentment_amount: number;\n /**\n * presentment_currency\n */\n presentment_currency: string;\n /**\n * tax_amount\n */\n tax_amount: number;\n /**\n * tax_state\n */\n tax_state?: string | null;\n /**\n * tax_country\n */\n tax_country?: string | null;\n /**\n * fee\n */\n fee: number;\n /**\n * exchange_rate\n */\n exchange_rate?: number;\n}\n/**\n * An event created by Polar when an order is refunded.\n */\nexport interface BalanceRefundEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"balance.refund\";\n /**\n * metadata\n */\n metadata: BalanceRefundMetadata;\n}\n/**\n * BalanceRefundMetadata\n */\nexport interface BalanceRefundMetadata {\n /**\n * transaction_id\n */\n transaction_id: string;\n /**\n * refund_id\n */\n refund_id: string;\n /**\n * order_id\n */\n order_id?: string;\n /**\n * order_created_at\n */\n order_created_at?: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * subscription_id\n */\n subscription_id?: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * presentment_amount\n */\n presentment_amount: number;\n /**\n * presentment_currency\n */\n presentment_currency: string;\n /**\n * refundable_amount\n */\n refundable_amount?: number;\n /**\n * tax_amount\n */\n tax_amount: number;\n /**\n * tax_state\n */\n tax_state?: string | null;\n /**\n * tax_country\n */\n tax_country?: string | null;\n /**\n * fee\n */\n fee: number;\n /**\n * exchange_rate\n */\n exchange_rate?: number;\n}\n/**\n * An event created by Polar when a refund is reverted.\n */\nexport interface BalanceRefundReversalEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"balance.refund_reversal\";\n /**\n * metadata\n */\n metadata: BalanceRefundMetadata;\n}\n/**\n * A benefit of type `custom`.\n\nUse it to grant any kind of benefit that doesn't fit in the other types.\n */\nexport interface BenefitCustom {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"custom\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitCustomProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * Schema to create a benefit of type `custom`.\n */\nexport interface BenefitCustomCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"custom\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitCustomCreateProperties;\n}\n/**\n * Properties for creating a benefit of type `custom`.\n */\nexport interface BenefitCustomCreateProperties {\n /**\n * note\n */\n note?: (string | null) | null;\n}\n/**\n * Properties for a benefit of type `custom`.\n */\nexport interface BenefitCustomProperties {\n /**\n * note\n */\n note: (string | null) | null;\n}\n/**\n * BenefitCustomSubscriber\n */\nexport interface BenefitCustomSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"custom\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitCustomSubscriberProperties;\n}\n/**\n * Properties available to subscribers for a benefit of type `custom`.\n */\nexport interface BenefitCustomSubscriberProperties {\n /**\n * note\n */\n note: (string | null) | null;\n}\n/**\n * BenefitCustomUpdate\n */\nexport interface BenefitCustomUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * type\n */\n type: \"custom\";\n /**\n * properties\n */\n properties?: BenefitCustomProperties | null;\n}\n/**\n * An event created by Polar when a benefit is cycled.\n */\nexport interface BenefitCycledEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"benefit.cycled\";\n /**\n * metadata\n */\n metadata: BenefitGrantMetadata;\n}\n/**\n * A benefit of type `discord`.\n\nUse it to automatically invite your backers to a Discord server.\n */\nexport interface BenefitDiscord {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"discord\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitDiscordProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * BenefitDiscordCreate\n */\nexport interface BenefitDiscordCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"discord\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitDiscordCreateProperties;\n}\n/**\n * Properties to create a benefit of type `discord`.\n */\nexport interface BenefitDiscordCreateProperties {\n /**\n * guild_token\n */\n guild_token: string;\n /**\n * The ID of the Discord role to grant.\n */\n role_id: string;\n /**\n * Whether to kick the member from the Discord server on revocation.\n */\n kick_member: boolean;\n}\n/**\n * Properties for a benefit of type `discord`.\n */\nexport interface BenefitDiscordProperties {\n /**\n * The ID of the Discord server.\n */\n guild_id: string;\n /**\n * The ID of the Discord role to grant.\n */\n role_id: string;\n /**\n * Whether to kick the member from the Discord server on revocation.\n */\n kick_member: boolean;\n /**\n * guild_token\n */\n guild_token: string;\n}\n/**\n * BenefitDiscordSubscriber\n */\nexport interface BenefitDiscordSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"discord\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitDiscordSubscriberProperties;\n}\n/**\n * Properties available to subscribers for a benefit of type `discord`.\n */\nexport interface BenefitDiscordSubscriberProperties {\n /**\n * The ID of the Discord server.\n */\n guild_id: string;\n}\n/**\n * BenefitDiscordUpdate\n */\nexport interface BenefitDiscordUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * type\n */\n type: \"discord\";\n /**\n * properties\n */\n properties?: BenefitDiscordCreateProperties | null;\n}\n/**\n * BenefitDownloadables\n */\nexport interface BenefitDownloadables {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"downloadables\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitDownloadablesProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * BenefitDownloadablesCreate\n */\nexport interface BenefitDownloadablesCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"downloadables\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitDownloadablesCreateProperties;\n}\n/**\n * BenefitDownloadablesCreateProperties\n */\nexport interface BenefitDownloadablesCreateProperties {\n /**\n * archived\n */\n archived?: Record<string, boolean>;\n /**\n * files\n */\n files: string[];\n}\n/**\n * BenefitDownloadablesProperties\n */\nexport interface BenefitDownloadablesProperties {\n /**\n * archived\n */\n archived: Record<string, boolean>;\n /**\n * files\n */\n files: string[];\n}\n/**\n * BenefitDownloadablesSubscriber\n */\nexport interface BenefitDownloadablesSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"downloadables\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitDownloadablesSubscriberProperties;\n}\n/**\n * BenefitDownloadablesSubscriberProperties\n */\nexport interface BenefitDownloadablesSubscriberProperties {\n /**\n * active_files\n */\n active_files: string[];\n}\n/**\n * BenefitDownloadablesUpdate\n */\nexport interface BenefitDownloadablesUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * type\n */\n type: \"downloadables\";\n /**\n * properties\n */\n properties?: BenefitDownloadablesCreateProperties | null;\n}\n/**\n * A benefit of type `feature_flag`.\n\nUse it to grant feature flags with key-value metadata\nthat can be queried via the API and webhooks.\n */\nexport interface BenefitFeatureFlag {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"feature_flag\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitFeatureFlagProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * Schema to create a benefit of type `feature_flag`.\n */\nexport interface BenefitFeatureFlagCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"feature_flag\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitFeatureFlagCreateProperties;\n}\n/**\n * Properties for creating a benefit of type `feature_flag`.\n */\nexport interface BenefitFeatureFlagCreateProperties extends Record<string, never> {}\n/**\n * Properties for a benefit of type `feature_flag`.\n */\nexport interface BenefitFeatureFlagProperties extends Record<string, never> {}\n/**\n * BenefitFeatureFlagSubscriber\n */\nexport interface BenefitFeatureFlagSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"feature_flag\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitFeatureFlagSubscriberProperties;\n}\n/**\n * Properties available to subscribers for a benefit of type `feature_flag`.\n */\nexport interface BenefitFeatureFlagSubscriberProperties extends Record<string, never> {}\n/**\n * BenefitFeatureFlagUpdate\n */\nexport interface BenefitFeatureFlagUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * type\n */\n type: \"feature_flag\";\n /**\n * properties\n */\n properties?: BenefitFeatureFlagProperties | null;\n}\n/**\n * A benefit of type `github_repository`.\n\nUse it to automatically invite your backers to a private GitHub repository.\n */\nexport interface BenefitGitHubRepository {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"github_repository\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitGitHubRepositoryProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * BenefitGitHubRepositoryCreate\n */\nexport interface BenefitGitHubRepositoryCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"github_repository\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitGitHubRepositoryCreateProperties;\n}\n/**\n * Properties to create a benefit of type `github_repository`.\n */\nexport interface BenefitGitHubRepositoryCreateProperties {\n /**\n * The owner of the repository.\n */\n repository_owner: string;\n /**\n * The name of the repository.\n */\n repository_name: string;\n /**\n * The permission level to grant. Read more about roles and their permissions on [GitHub documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization#permissions-for-each-role).\n */\n permission: Permission;\n}\n/**\n * Properties for a benefit of type `github_repository`.\n */\nexport interface BenefitGitHubRepositoryProperties {\n /**\n * The owner of the repository.\n */\n repository_owner: string;\n /**\n * The name of the repository.\n */\n repository_name: string;\n /**\n * The permission level to grant. Read more about roles and their permissions on [GitHub documentation](https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization#permissions-for-each-role).\n */\n permission: Permission;\n}\n/**\n * BenefitGitHubRepositorySubscriber\n */\nexport interface BenefitGitHubRepositorySubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"github_repository\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitGitHubRepositorySubscriberProperties;\n}\n/**\n * Properties available to subscribers for a benefit of type `github_repository`.\n */\nexport interface BenefitGitHubRepositorySubscriberProperties {\n /**\n * The owner of the repository.\n */\n repository_owner: string;\n /**\n * The name of the repository.\n */\n repository_name: string;\n}\n/**\n * BenefitGitHubRepositoryUpdate\n */\nexport interface BenefitGitHubRepositoryUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * type\n */\n type: \"github_repository\";\n /**\n * properties\n */\n properties?: BenefitGitHubRepositoryCreateProperties | null;\n}\n/**\n * BenefitGrant\n */\nexport interface BenefitGrant {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the grant.\n */\n id: string;\n /**\n * The timestamp when the benefit was granted. If `None`, the benefit is not granted.\n */\n granted_at?: string | null;\n /**\n * Whether the benefit is granted.\n */\n is_granted: boolean;\n /**\n * The timestamp when the benefit was revoked. If `None`, the benefit is not revoked.\n */\n revoked_at?: string | null;\n /**\n * Whether the benefit is revoked.\n */\n is_revoked: boolean;\n /**\n * The ID of the subscription that granted this benefit.\n */\n subscription_id: string | null;\n /**\n * The ID of the order that granted this benefit.\n */\n order_id: string | null;\n /**\n * The ID of the customer concerned by this grant.\n */\n customer_id: string;\n /**\n * The ID of the member concerned by this grant.\n */\n member_id?: string | null;\n /**\n * The ID of the benefit concerned by this grant.\n */\n benefit_id: string;\n /**\n * The error information if the benefit grant failed with an unrecoverable error.\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: Customer;\n /**\n * member\n */\n member?: Member | null;\n /**\n * benefit\n */\n benefit: Benefit;\n /**\n * properties\n */\n properties:\n | BenefitGrantDiscordProperties\n | BenefitGrantGitHubRepositoryProperties\n | BenefitGrantDownloadablesProperties\n | BenefitGrantLicenseKeysProperties\n | BenefitGrantCustomProperties\n | BenefitGrantFeatureFlagProperties\n | BenefitGrantSlackSharedChannelProperties;\n}\n/**\n * BenefitGrantCustomProperties\n */\nexport interface BenefitGrantCustomProperties extends Record<string, never> {}\n/**\n * BenefitGrantDiscordProperties\n */\nexport interface BenefitGrantDiscordProperties {\n /**\n * account_id\n */\n account_id?: string | null;\n /**\n * guild_id\n */\n guild_id?: string;\n /**\n * role_id\n */\n role_id?: string;\n /**\n * granted_account_id\n */\n granted_account_id?: string;\n}\n/**\n * BenefitGrantDownloadablesProperties\n */\nexport interface BenefitGrantDownloadablesProperties {\n /**\n * files\n */\n files?: string[];\n}\n/**\n * BenefitGrantError\n */\nexport interface BenefitGrantError {\n /**\n * message\n */\n message: string;\n /**\n * type\n */\n type: string;\n /**\n * timestamp\n */\n timestamp: string;\n}\n/**\n * BenefitGrantFeatureFlagProperties\n */\nexport interface BenefitGrantFeatureFlagProperties extends Record<string, never> {}\n/**\n * BenefitGrantGitHubRepositoryProperties\n */\nexport interface BenefitGrantGitHubRepositoryProperties {\n /**\n * account_id\n */\n account_id?: string | null;\n /**\n * repository_owner\n */\n repository_owner?: string;\n /**\n * repository_name\n */\n repository_name?: string;\n /**\n * permission\n */\n permission?: Permission;\n /**\n * granted_account_id\n */\n granted_account_id?: string;\n}\n/**\n * BenefitGrantLicenseKeysProperties\n */\nexport interface BenefitGrantLicenseKeysProperties {\n /**\n * user_provided_key\n */\n user_provided_key?: string;\n /**\n * license_key_id\n */\n license_key_id?: string;\n /**\n * display_key\n */\n display_key?: string;\n}\n/**\n * BenefitGrantMetadata\n */\nexport interface BenefitGrantMetadata {\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * benefit_grant_id\n */\n benefit_grant_id: string;\n /**\n * benefit_type\n */\n benefit_type: BenefitType;\n /**\n * member_id\n */\n member_id?: string;\n}\n/**\n * BenefitGrantMeterCreditProperties\n */\nexport interface BenefitGrantMeterCreditProperties {\n /**\n * last_credited_meter_id\n */\n last_credited_meter_id?: string;\n /**\n * last_credited_units\n */\n last_credited_units?: number;\n /**\n * last_credited_at\n */\n last_credited_at?: string;\n}\n/**\n * BenefitGrantSlackSharedChannelProperties\n */\nexport interface BenefitGrantSlackSharedChannelProperties {\n /**\n * invited_email\n */\n invited_email?: string;\n /**\n * channel_id\n */\n channel_id?: string;\n /**\n * channel_name\n */\n channel_name?: string;\n /**\n * invite_id\n */\n invite_id?: string;\n /**\n * invite_url\n */\n invite_url?: string;\n /**\n * connected_team_id\n */\n connected_team_id?: string;\n}\n/**\n * An event created by Polar when a benefit is granted to a customer.\n */\nexport interface BenefitGrantedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"benefit.granted\";\n /**\n * metadata\n */\n metadata: BenefitGrantMetadata;\n}\n/**\n * BenefitLicenseKeyActivationCreateProperties\n */\nexport interface BenefitLicenseKeyActivationCreateProperties {\n /**\n * limit\n */\n limit: number;\n /**\n * enable_customer_admin\n */\n enable_customer_admin: boolean;\n}\n/**\n * BenefitLicenseKeyActivationProperties\n */\nexport interface BenefitLicenseKeyActivationProperties {\n /**\n * limit\n */\n limit: number;\n /**\n * enable_customer_admin\n */\n enable_customer_admin: boolean;\n}\n/**\n * BenefitLicenseKeyExpirationProperties\n */\nexport interface BenefitLicenseKeyExpirationProperties {\n /**\n * ttl\n */\n ttl: number;\n /**\n * timeframe\n */\n timeframe: Timeframe;\n}\n/**\n * BenefitLicenseKeys\n */\nexport interface BenefitLicenseKeys {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"license_keys\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitLicenseKeysProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * BenefitLicenseKeysCreate\n */\nexport interface BenefitLicenseKeysCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"license_keys\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitLicenseKeysCreateProperties;\n}\n/**\n * BenefitLicenseKeysCreateProperties\n */\nexport interface BenefitLicenseKeysCreateProperties {\n /**\n * prefix\n */\n prefix?: string | null;\n /**\n * expires\n */\n expires?: BenefitLicenseKeyExpirationProperties | null;\n /**\n * activations\n */\n activations?: BenefitLicenseKeyActivationCreateProperties | null;\n /**\n * limit_usage\n */\n limit_usage?: number | null;\n}\n/**\n * BenefitLicenseKeysProperties\n */\nexport interface BenefitLicenseKeysProperties {\n /**\n * prefix\n */\n prefix: string | null;\n /**\n * expires\n */\n expires: BenefitLicenseKeyExpirationProperties | null;\n /**\n * activations\n */\n activations: BenefitLicenseKeyActivationProperties | null;\n /**\n * limit_usage\n */\n limit_usage: number | null;\n}\n/**\n * BenefitLicenseKeysSubscriber\n */\nexport interface BenefitLicenseKeysSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"license_keys\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitLicenseKeysSubscriberProperties;\n}\n/**\n * BenefitLicenseKeysSubscriberProperties\n */\nexport interface BenefitLicenseKeysSubscriberProperties {\n /**\n * prefix\n */\n prefix: string | null;\n /**\n * expires\n */\n expires: BenefitLicenseKeyExpirationProperties | null;\n /**\n * activations\n */\n activations: BenefitLicenseKeyActivationProperties | null;\n /**\n * limit_usage\n */\n limit_usage: number | null;\n}\n/**\n * BenefitLicenseKeysUpdate\n */\nexport interface BenefitLicenseKeysUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * type\n */\n type: \"license_keys\";\n /**\n * properties\n */\n properties?: BenefitLicenseKeysCreateProperties | null;\n}\n/**\n * A benefit of type `meter_unit`.\n\nUse it to grant a number of units on a specific meter.\n */\nexport interface BenefitMeterCredit {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"meter_credit\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitMeterCreditProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * Schema to create a benefit of type `meter_unit`.\n */\nexport interface BenefitMeterCreditCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"meter_credit\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitMeterCreditCreateProperties;\n}\n/**\n * Properties for creating a benefit of type `meter_unit`.\n */\nexport interface BenefitMeterCreditCreateProperties {\n /**\n * units\n */\n units: number;\n /**\n * rollover\n */\n rollover: boolean;\n /**\n * meter_id\n */\n meter_id: string;\n}\n/**\n * Properties for a benefit of type `meter_unit`.\n */\nexport interface BenefitMeterCreditProperties {\n /**\n * units\n */\n units: number;\n /**\n * rollover\n */\n rollover: boolean;\n /**\n * meter_id\n */\n meter_id: string;\n}\n/**\n * BenefitMeterCreditSubscriber\n */\nexport interface BenefitMeterCreditSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"meter_credit\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitMeterCreditSubscriberProperties;\n}\n/**\n * Properties available to subscribers for a benefit of type `meter_unit`.\n */\nexport interface BenefitMeterCreditSubscriberProperties {\n /**\n * units\n */\n units: number;\n /**\n * rollover\n */\n rollover: boolean;\n /**\n * meter_id\n */\n meter_id: string;\n}\n/**\n * BenefitMeterCreditUpdate\n */\nexport interface BenefitMeterCreditUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * type\n */\n type: \"meter_credit\";\n /**\n * properties\n */\n properties?: BenefitMeterCreditCreateProperties | null;\n}\n/**\n * BenefitPublic\n */\nexport interface BenefitPublic {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: BenefitType;\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n}\n/**\n * An event created by Polar when a benefit is revoked from a customer.\n */\nexport interface BenefitRevokedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"benefit.revoked\";\n /**\n * metadata\n */\n metadata: BenefitGrantMetadata;\n}\n/**\n * BenefitSlackSharedChannel\n */\nexport interface BenefitSlackSharedChannel {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"slack_shared_channel\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * visibility\n */\n visibility: BenefitVisibility;\n /**\n * properties\n */\n properties: BenefitSlackSharedChannelProperties;\n /**\n * visibility_configurable\n */\n visibility_configurable: boolean;\n}\n/**\n * BenefitSlackSharedChannelCreate\n */\nexport interface BenefitSlackSharedChannelCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"slack_shared_channel\";\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description: string;\n /**\n * The ID of the organization owning the benefit. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The visibility of the benefit in the customer portal.\n */\n visibility?: BenefitVisibility | null;\n /**\n * properties\n */\n properties: BenefitSlackSharedChannelCreateProperties;\n}\n/**\n * BenefitSlackSharedChannelCreateProperties\n */\nexport interface BenefitSlackSharedChannelCreateProperties {\n /**\n * Polar Slack integration to use for this benefit.\n */\n slack_integration_id: string;\n /**\n * channel_name_template\n */\n channel_name_template: string;\n /**\n * private\n */\n private?: boolean;\n /**\n * welcome_message\n */\n welcome_message?: string | null;\n /**\n * archive_on_revoke\n */\n archive_on_revoke?: boolean;\n /**\n * team_invitees\n */\n team_invitees?: string[];\n}\n/**\n * BenefitSlackSharedChannelProperties\n */\nexport interface BenefitSlackSharedChannelProperties {\n /**\n * Polar Slack integration linked to this benefit.\n */\n slack_integration_id: string;\n /**\n * Template for the channel name. Supports placeholders: {customer_name}, {customer_email_local}, and {metadata.<key>} for any value stored in customer user metadata.\n */\n channel_name_template: string;\n /**\n * Create the channel as private (recommended).\n */\n private?: boolean;\n /**\n * Optional message posted to the channel right after creation.\n */\n welcome_message?: string | null;\n /**\n * Archive the channel when the benefit is revoked.\n */\n archive_on_revoke?: boolean;\n /**\n * Slack user IDs from the merchant workspace to invite to every channel created for this benefit.\n */\n team_invitees?: string[];\n}\n/**\n * BenefitSlackSharedChannelSubscriber\n */\nexport interface BenefitSlackSharedChannelSubscriber {\n /**\n * The ID of the benefit.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * type\n */\n type: \"slack_shared_channel\";\n /**\n * The description of the benefit.\n */\n description: string;\n /**\n * Whether the benefit is selectable when creating a product.\n */\n selectable: boolean;\n /**\n * Whether the benefit is deletable.\n */\n deletable: boolean;\n /**\n * Whether the benefit is deleted.\n */\n is_deleted: boolean;\n /**\n * The ID of the organization owning the benefit.\n */\n organization_id: string;\n /**\n * organization\n */\n organization: BenefitSubscriberOrganization;\n /**\n * properties\n */\n properties: BenefitSlackSharedChannelSubscriberProperties;\n}\n/**\n * BenefitSlackSharedChannelSubscriberProperties\n */\nexport interface BenefitSlackSharedChannelSubscriberProperties extends Record<string, never> {}\n/**\n * BenefitSlackSharedChannelUpdate\n */\nexport interface BenefitSlackSharedChannelUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The description of the benefit. Will be displayed on products having this benefit.\n */\n description?: string | null;\n /**\n * type\n */\n type: \"slack_shared_channel\";\n /**\n * properties\n */\n properties?: BenefitSlackSharedChannelCreateProperties | null;\n}\n/**\n * BenefitSubscriberOrganization\n */\nexport interface BenefitSubscriberOrganization {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Organization name shown in checkout, customer portal, emails etc.\n */\n name: string;\n /**\n * Unique organization slug in checkout, customer portal and credit card statements.\n */\n slug: string;\n /**\n * Avatar URL shown in checkout, customer portal, emails etc.\n */\n avatar_url: string | null;\n /**\n * proration_behavior\n */\n proration_behavior: SubscriptionProrationBehavior;\n /**\n * Whether customers can update their subscriptions from the customer portal.\n */\n allow_customer_updates: boolean;\n}\n/**\n * An event created by Polar when a benefit is updated.\n */\nexport interface BenefitUpdatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"benefit.updated\";\n /**\n * metadata\n */\n metadata: BenefitGrantMetadata;\n}\n/**\n * CannotCreateOrganizationError\n */\nexport interface CannotCreateOrganizationError {\n /**\n * error\n */\n error: \"CannotCreateOrganizationError\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Schema of a payment with a card payment method.\n */\nexport interface CardPayment {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * processor\n */\n processor: PaymentProcessor;\n /**\n * status\n */\n status: PaymentStatus;\n /**\n * The payment amount in cents.\n */\n amount: number;\n /**\n * The payment currency. Currently, only `usd` is supported.\n */\n currency: string;\n /**\n * The payment method used.\n */\n method: \"card\";\n /**\n * What initiated this payment attempt, e.g. initial purchase, subscription renewal, or an automated dunning retry.\n */\n trigger: PaymentTrigger | null;\n /**\n * Error code, if the payment was declined.\n */\n decline_reason: string | null;\n /**\n * Human-readable error message, if the payment was declined.\n */\n decline_message: string | null;\n /**\n * The ID of the organization that owns the payment.\n */\n organization_id: string;\n /**\n * The ID of the checkout session associated with this payment.\n */\n checkout_id: string | null;\n /**\n * The ID of the order associated with this payment.\n */\n order_id: string | null;\n /**\n * Additional metadata from the payment processor for internal use.\n */\n processor_metadata?: Record<string, unknown>;\n /**\n * method_metadata\n */\n method_metadata: CardPaymentMetadata;\n}\n/**\n * Additional metadata for a card payment method.\n */\nexport interface CardPaymentMetadata {\n /**\n * The brand of the card used for the payment.\n */\n brand: string;\n /**\n * The last 4 digits of the card number.\n */\n last4: string;\n}\n/**\n * Checkout session data retrieved using an access token.\n */\nexport interface Checkout {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * payment_processor\n */\n payment_processor: PaymentProcessor;\n /**\n * status\n */\n status: CheckoutStatus;\n /**\n * Client secret used to update and complete the checkout session from the client.\n */\n client_secret: string;\n /**\n * URL where the customer can access the checkout session.\n */\n url: string;\n /**\n * Expiration date and time of the checkout session.\n */\n expires_at: string;\n /**\n * URL where the customer will be redirected after a successful payment.\n */\n success_url: string;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url: string | null;\n /**\n * When checkout is embedded, represents the Origin of the page embedding the checkout. Used as a security measure to send messages only to the embedding page.\n */\n embed_origin: string | null;\n /**\n * Amount in cents, before discounts and taxes.\n */\n amount: number;\n /**\n * Predefined number of seats (works with seat-based pricing only)\n */\n seats?: number | null;\n /**\n * Minimum number of seats (works with seat-based pricing only)\n */\n min_seats?: number | null;\n /**\n * Maximum number of seats (works with seat-based pricing only)\n */\n max_seats?: number | null;\n /**\n * Discount amount in cents.\n */\n discount_amount: number;\n /**\n * Amount in cents, after discounts but before taxes.\n */\n net_amount: number;\n /**\n * Sales tax amount in cents. If `null`, it means there is no enough information yet to calculate it.\n */\n tax_amount: number | null;\n /**\n * Tax behavior of the checkout. `inclusive` means the price includes tax, `exclusive` means tax is added on top. If `null`, tax is not yet calculated.\n */\n tax_behavior: TaxBehavior | null;\n /**\n * Amount in cents, after discounts and taxes.\n */\n total_amount: number;\n /**\n * Currency code of the checkout session.\n */\n currency: string;\n /**\n * Whether to enable the trial period for the checkout session. If `false`, the trial period will be disabled, even if the selected product has a trial configured.\n */\n allow_trial: boolean | null;\n /**\n * Interval unit of the trial period, if any. This value is either set from the checkout, if `trial_interval` is set, or from the selected product.\n */\n active_trial_interval: TrialInterval | null;\n /**\n * Number of interval units of the trial period, if any. This value is either set from the checkout, if `trial_interval_count` is set, or from the selected product.\n */\n active_trial_interval_count: number | null;\n /**\n * End date and time of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * ID of the organization owning the checkout session.\n */\n organization_id: string;\n /**\n * ID of the product to checkout.\n */\n product_id: string | null;\n /**\n * ID of the product price to checkout.\n */\n product_price_id: string | null;\n /**\n * ID of the discount applied to the checkout.\n */\n discount_id: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting. If you preset the billing address, this setting will be automatically set to `true`.\n */\n require_billing_address: boolean;\n /**\n * Whether the discount is applicable to the checkout. Typically, free and custom prices are not discountable.\n */\n is_discount_applicable: boolean;\n /**\n * Whether the product price is free, regardless of discounts.\n */\n is_free_product_price: boolean;\n /**\n * Whether the checkout requires payment, e.g. in case of free products or discounts that cover the total amount.\n */\n is_payment_required: boolean;\n /**\n * Whether the checkout requires setting up a payment method, regardless of the amount, e.g. subscriptions that have first free cycles.\n */\n is_payment_setup_required: boolean;\n /**\n * Whether the checkout requires a payment form, whether because of a payment or payment method setup.\n */\n is_payment_form_required: boolean;\n /**\n * customer_id\n */\n customer_id: string | null;\n /**\n * Whether the customer is a business or an individual. If `true`, the customer will be required to fill their full billing address and billing name.\n */\n is_business_customer: boolean;\n /**\n * Name of the customer.\n */\n customer_name: string | null;\n /**\n * Email address of the customer.\n */\n customer_email: string | null;\n /**\n * customer_ip_address\n */\n customer_ip_address: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address: Address | null;\n /**\n * customer_tax_id\n */\n customer_tax_id: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * payment_processor_metadata\n */\n payment_processor_metadata: Record<string, string>;\n /**\n * billing_address_fields\n */\n billing_address_fields: CheckoutBillingAddressFields;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * ID of the customer in your system. If a matching customer exists on Polar, the resulting order will be linked to this customer. Otherwise, a new customer will be created with this external ID set.\n */\n external_customer_id: string | null;\n /**\n * List of products available to select.\n */\n products: CheckoutProduct[];\n /**\n * Product selected to checkout.\n */\n product: CheckoutProduct | null;\n /**\n * Price of the selected product.\n */\n product_price: (LegacyRecurringProductPrice | ProductPrice) | null;\n /**\n * Mapping of product IDs to their list of prices.\n */\n prices: Record<string, (LegacyRecurringProductPrice | ProductPrice)[]> | null;\n /**\n * discount\n */\n discount:\n | (\n | CheckoutDiscountFixedOnceForeverDuration\n | CheckoutDiscountFixedRepeatDuration\n | CheckoutDiscountPercentageOnceForeverDuration\n | CheckoutDiscountPercentageRepeatDuration\n )\n | null;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * attached_custom_fields\n */\n attached_custom_fields: AttachedCustomField[] | null;\n /**\n * customer_metadata\n */\n customer_metadata: Record<string, string | number | boolean>;\n}\n/**\n * CheckoutBillingAddressFields\n */\nexport interface CheckoutBillingAddressFields {\n /**\n * country\n */\n country: BillingAddressFieldMode;\n /**\n * state\n */\n state: BillingAddressFieldMode;\n /**\n * city\n */\n city: BillingAddressFieldMode;\n /**\n * postal_code\n */\n postal_code: BillingAddressFieldMode;\n /**\n * line1\n */\n line1: BillingAddressFieldMode;\n /**\n * line2\n */\n line2: BillingAddressFieldMode;\n}\n/**\n * Confirm a checkout session using a Stripe confirmation token.\n */\nexport interface CheckoutConfirmStripe {\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * ID of the product to checkout. Must be present in the checkout's product list.\n */\n product_id?: string | null;\n /**\n * ID of the product price to checkout. Must correspond to a price present in the checkout's product list.\n */\n product_price_id?: string | null;\n /**\n * amount\n */\n amount?: number | null;\n /**\n * Number of seats for seat-based pricing.\n */\n seats?: number | null;\n /**\n * is_business_customer\n */\n is_business_customer?: boolean | null;\n /**\n * customer_name\n */\n customer_name?: string | null;\n /**\n * customer_email\n */\n customer_email?: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name?: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address?: AddressInput | null;\n /**\n * customer_tax_id\n */\n customer_tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * Discount code to apply to the checkout.\n */\n discount_code?: string | null;\n /**\n * Disable the trial period for the checkout session. It's mainly useful when the trial is blocked because the customer already redeemed one.\n */\n allow_trial?: false | null;\n /**\n * ID of the Stripe confirmation token. Required for fixed prices and custom prices.\n */\n confirmation_token_id?: string | null;\n}\n/**\n * Create a new checkout session from a list of products.\nCustomers will be able to switch between those products.\n\nMetadata set on the checkout will be copied\nto the resulting order and/or subscription.\n */\nexport interface CheckoutCreate {\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * ID of the discount to apply to the checkout.\n */\n discount_id?: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes?: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting. If you preset the billing address, this setting will be automatically set to `true`.\n */\n require_billing_address?: boolean;\n /**\n * amount\n */\n amount?: number | null;\n /**\n * Predefined number of seats (works with seat-based pricing only)\n */\n seats?: number | null;\n /**\n * Minimum number of seats (works with seat-based pricing only)\n */\n min_seats?: number | null;\n /**\n * Maximum number of seats (works with seat-based pricing only)\n */\n max_seats?: number | null;\n /**\n * Whether to enable the trial period for the checkout session. If `false`, the trial period will be disabled, even if the selected product has a trial configured.\n */\n allow_trial?: boolean;\n /**\n * ID of an existing customer in the organization. The customer data will be pre-filled in the checkout form. The resulting order will be linked to this customer.\n */\n customer_id?: string | null;\n /**\n * Whether the customer is a business or an individual. If `true`, the customer will be required to fill their full billing address and billing name.\n */\n is_business_customer?: boolean;\n /**\n * ID of the customer in your system. If a matching customer exists on Polar, the resulting order will be linked to this customer. Otherwise, a new customer will be created with this external ID set.\n */\n external_customer_id?: string | null;\n /**\n * customer_name\n */\n customer_name?: string | null;\n /**\n * customer_email\n */\n customer_email?: string | null;\n /**\n * customer_ip_address\n */\n customer_ip_address?: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name?: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address?: AddressInput | null;\n /**\n * customer_tax_id\n */\n customer_tax_id?: string | null;\n /**\n * Key-value object allowing you to store additional information that'll be copied to the created customer.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n customer_metadata?: Record<string, string | number | number | boolean>;\n /**\n * ID of a subscription to upgrade. It must be on a free pricing. If checkout is successful, metadata set on this checkout will be copied to the subscription, and existing keys will be overwritten.\n */\n subscription_id?: string | null;\n /**\n * URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id.\n */\n success_url?: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url?: string | null;\n /**\n * If you plan to embed the checkout session, set this to the Origin of the embedding page. It'll allow the Polar iframe to communicate with the parent page.\n */\n embed_origin?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * currency\n */\n currency?: PresentmentCurrency | null;\n /**\n * List of product IDs available to select at that checkout. The first one will be selected by default.\n */\n products: string[];\n /**\n * Optional mapping of product IDs to a list of ad-hoc prices to create for that product. If not set, catalog prices of the product will be used.\n */\n prices?: Record<\n string,\n (\n | ProductPriceFixedCreate\n | ProductPriceCustomCreate\n | ProductPriceSeatBasedCreate\n | ProductPriceMeteredUnitCreate\n )[]\n > | null;\n}\n/**\n * An event created by Polar when a checkout is created.\n */\nexport interface CheckoutCreatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"checkout.created\";\n /**\n * metadata\n */\n metadata: CheckoutCreatedMetadata;\n}\n/**\n * CheckoutCreatedMetadata\n */\nexport interface CheckoutCreatedMetadata {\n /**\n * checkout_id\n */\n checkout_id: string;\n /**\n * checkout_status\n */\n checkout_status: string;\n /**\n * product_id\n */\n product_id?: string;\n}\n/**\n * Schema for a fixed amount discount that is applied once or forever.\n */\nexport interface CheckoutDiscountFixedOnceForeverDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * type\n */\n type: DiscountType;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * Map of currency to fixed amount to discount from the total.\n */\n amounts: Record<string, number>;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * name\n */\n name: string;\n /**\n * code\n */\n code: string | null;\n}\n/**\n * Schema for a fixed amount discount that is applied on every invoice\nfor a certain number of months.\n */\nexport interface CheckoutDiscountFixedRepeatDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * duration_in_months\n */\n duration_in_months: number;\n /**\n * type\n */\n type: DiscountType;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * Map of currency to fixed amount to discount from the total.\n */\n amounts: Record<string, number>;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * name\n */\n name: string;\n /**\n * code\n */\n code: string | null;\n}\n/**\n * Schema for a percentage discount that is applied once or forever.\n */\nexport interface CheckoutDiscountPercentageOnceForeverDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * type\n */\n type: DiscountType;\n /**\n * Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.\n */\n basis_points: number;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * name\n */\n name: string;\n /**\n * code\n */\n code: string | null;\n}\n/**\n * Schema for a percentage discount that is applied on every invoice\nfor a certain number of months.\n */\nexport interface CheckoutDiscountPercentageRepeatDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * duration_in_months\n */\n duration_in_months: number;\n /**\n * type\n */\n type: DiscountType;\n /**\n * Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.\n */\n basis_points: number;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * name\n */\n name: string;\n /**\n * code\n */\n code: string | null;\n}\n/**\n * Checkout link data.\n */\nexport interface CheckoutLink {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * payment_processor\n */\n payment_processor: PaymentProcessor;\n /**\n * Client secret used to access the checkout link.\n */\n client_secret: string;\n /**\n * URL where the customer will be redirected after a successful payment.\n */\n success_url: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url: string | null;\n /**\n * Optional label to distinguish links internally\n */\n label: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting.\n */\n require_billing_address: boolean;\n /**\n * ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored.\n */\n discount_id: string | null;\n /**\n * Preconfigured number of seats for seat-based pricing. When set, checkout sessions created from this link are locked to this number of seats and the customer won't be able to change it. All products on the link must use seat-based pricing and allow this number of seats. If the products no longer accommodate this value when the link is opened, it'll be ignored.\n */\n seats: number | null;\n /**\n * The organization ID.\n */\n organization_id: string;\n /**\n * products\n */\n products: CheckoutLinkProduct[];\n /**\n * discount\n */\n discount:\n | (\n | DiscountFixedOnceForeverDurationBase\n | DiscountFixedRepeatDurationBase\n | DiscountPercentageOnceForeverDurationBase\n | DiscountPercentageRepeatDurationBase\n )\n | null;\n /**\n * url\n */\n url: string;\n}\n/**\n * Schema to create a new checkout link from a a single product.\n\n**Deprecated**: Use `CheckoutLinkCreateProducts` instead.\n */\nexport interface CheckoutLinkCreateProduct {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * Payment processor to use. Currently only Stripe is supported.\n */\n payment_processor: \"stripe\";\n /**\n * Optional label to distinguish links internally\n */\n label?: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes?: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting.\n */\n require_billing_address?: boolean;\n /**\n * ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored.\n */\n discount_id?: string | null;\n /**\n * Preconfigured number of seats for seat-based pricing. When set, checkout sessions created from this link are locked to this number of seats and the customer won't be able to change it. All products on the link must use seat-based pricing and allow this number of seats. If the products no longer accommodate this value when the link is opened, it'll be ignored.\n */\n seats?: number | null;\n /**\n * URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id.\n */\n success_url?: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url?: string | null;\n /**\n * product_id\n */\n product_id: string;\n}\n/**\n * Schema to create a new checkout link from a a single product price.\n\n**Deprecated**: Use `CheckoutLinkCreateProducts` instead.\n */\nexport interface CheckoutLinkCreateProductPrice {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * Payment processor to use. Currently only Stripe is supported.\n */\n payment_processor: \"stripe\";\n /**\n * Optional label to distinguish links internally\n */\n label?: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes?: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting.\n */\n require_billing_address?: boolean;\n /**\n * ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored.\n */\n discount_id?: string | null;\n /**\n * Preconfigured number of seats for seat-based pricing. When set, checkout sessions created from this link are locked to this number of seats and the customer won't be able to change it. All products on the link must use seat-based pricing and allow this number of seats. If the products no longer accommodate this value when the link is opened, it'll be ignored.\n */\n seats?: number | null;\n /**\n * URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id.\n */\n success_url?: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url?: string | null;\n /**\n * product_price_id\n */\n product_price_id: string;\n}\n/**\n * Schema to create a new checkout link.\n */\nexport interface CheckoutLinkCreateProducts {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * Payment processor to use. Currently only Stripe is supported.\n */\n payment_processor: \"stripe\";\n /**\n * Optional label to distinguish links internally\n */\n label?: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes?: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting.\n */\n require_billing_address?: boolean;\n /**\n * ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored.\n */\n discount_id?: string | null;\n /**\n * Preconfigured number of seats for seat-based pricing. When set, checkout sessions created from this link are locked to this number of seats and the customer won't be able to change it. All products on the link must use seat-based pricing and allow this number of seats. If the products no longer accommodate this value when the link is opened, it'll be ignored.\n */\n seats?: number | null;\n /**\n * URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id.\n */\n success_url?: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url?: string | null;\n /**\n * List of products that will be available to select at checkout.\n */\n products: string[];\n}\n/**\n * Product data for a checkout link.\n */\nexport interface CheckoutLinkProduct {\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n /**\n * List of prices for this product.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of benefits granted by the product.\n */\n benefits: BenefitPublic[];\n /**\n * List of medias associated to the product.\n */\n medias: ProductMediaFileRead[];\n}\n/**\n * Schema to update an existing checkout link.\n */\nexport interface CheckoutLinkUpdate {\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * List of products that will be available to select at checkout.\n */\n products?: string[] | null;\n /**\n * label\n */\n label?: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes?: boolean | null;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting.\n */\n require_billing_address?: boolean | null;\n /**\n * ID of the discount to apply to the checkout. If the discount is not applicable anymore when opening the checkout link, it'll be ignored.\n */\n discount_id?: string | null;\n /**\n * Preconfigured number of seats for seat-based pricing. When set, checkout sessions created from this link are locked to this number of seats and the customer won't be able to change it. All products on the link must use seat-based pricing and allow this number of seats. If the products no longer accommodate this value when the link is opened, it'll be ignored.\n */\n seats?: number | null;\n /**\n * URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id.\n */\n success_url?: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url?: string | null;\n}\n/**\n * CheckoutOrganization\n */\nexport interface CheckoutOrganization {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Organization name shown in checkout, customer portal, emails etc.\n */\n name: string;\n /**\n * Unique organization slug in checkout, customer portal and credit card statements.\n */\n slug: string;\n /**\n * Avatar URL shown in checkout, customer portal, emails etc.\n */\n avatar_url: string | null;\n /**\n * proration_behavior\n */\n proration_behavior: SubscriptionProrationBehavior;\n /**\n * Whether customers can update their subscriptions from the customer portal.\n */\n allow_customer_updates: boolean;\n}\n/**\n * Product data for a checkout session.\n */\nexport interface CheckoutProduct {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n /**\n * List of prices for this product.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of benefits granted by the product.\n */\n benefits: BenefitPublic[];\n /**\n * List of medias associated to the product.\n */\n medias: ProductMediaFileRead[];\n}\n/**\n * Checkout session data retrieved using the client secret.\n */\nexport interface CheckoutPublic {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * payment_processor\n */\n payment_processor: PaymentProcessor;\n /**\n * status\n */\n status: CheckoutStatus;\n /**\n * Client secret used to update and complete the checkout session from the client.\n */\n client_secret: string;\n /**\n * URL where the customer can access the checkout session.\n */\n url: string;\n /**\n * Expiration date and time of the checkout session.\n */\n expires_at: string;\n /**\n * URL where the customer will be redirected after a successful payment.\n */\n success_url: string;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url: string | null;\n /**\n * When checkout is embedded, represents the Origin of the page embedding the checkout. Used as a security measure to send messages only to the embedding page.\n */\n embed_origin: string | null;\n /**\n * Amount in cents, before discounts and taxes.\n */\n amount: number;\n /**\n * Predefined number of seats (works with seat-based pricing only)\n */\n seats?: number | null;\n /**\n * Minimum number of seats (works with seat-based pricing only)\n */\n min_seats?: number | null;\n /**\n * Maximum number of seats (works with seat-based pricing only)\n */\n max_seats?: number | null;\n /**\n * Discount amount in cents.\n */\n discount_amount: number;\n /**\n * Amount in cents, after discounts but before taxes.\n */\n net_amount: number;\n /**\n * Sales tax amount in cents. If `null`, it means there is no enough information yet to calculate it.\n */\n tax_amount: number | null;\n /**\n * Tax behavior of the checkout. `inclusive` means the price includes tax, `exclusive` means tax is added on top. If `null`, tax is not yet calculated.\n */\n tax_behavior: TaxBehavior | null;\n /**\n * Amount in cents, after discounts and taxes.\n */\n total_amount: number;\n /**\n * Currency code of the checkout session.\n */\n currency: string;\n /**\n * Whether to enable the trial period for the checkout session. If `false`, the trial period will be disabled, even if the selected product has a trial configured.\n */\n allow_trial: boolean | null;\n /**\n * Interval unit of the trial period, if any. This value is either set from the checkout, if `trial_interval` is set, or from the selected product.\n */\n active_trial_interval: TrialInterval | null;\n /**\n * Number of interval units of the trial period, if any. This value is either set from the checkout, if `trial_interval_count` is set, or from the selected product.\n */\n active_trial_interval_count: number | null;\n /**\n * End date and time of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * ID of the organization owning the checkout session.\n */\n organization_id: string;\n /**\n * ID of the product to checkout.\n */\n product_id: string | null;\n /**\n * ID of the product price to checkout.\n */\n product_price_id: string | null;\n /**\n * ID of the discount applied to the checkout.\n */\n discount_id: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting. If you preset the billing address, this setting will be automatically set to `true`.\n */\n require_billing_address: boolean;\n /**\n * Whether the discount is applicable to the checkout. Typically, free and custom prices are not discountable.\n */\n is_discount_applicable: boolean;\n /**\n * Whether the product price is free, regardless of discounts.\n */\n is_free_product_price: boolean;\n /**\n * Whether the checkout requires payment, e.g. in case of free products or discounts that cover the total amount.\n */\n is_payment_required: boolean;\n /**\n * Whether the checkout requires setting up a payment method, regardless of the amount, e.g. subscriptions that have first free cycles.\n */\n is_payment_setup_required: boolean;\n /**\n * Whether the checkout requires a payment form, whether because of a payment or payment method setup.\n */\n is_payment_form_required: boolean;\n /**\n * customer_id\n */\n customer_id: string | null;\n /**\n * Whether the customer is a business or an individual. If `true`, the customer will be required to fill their full billing address and billing name.\n */\n is_business_customer: boolean;\n /**\n * Name of the customer.\n */\n customer_name: string | null;\n /**\n * Email address of the customer.\n */\n customer_email: string | null;\n /**\n * customer_ip_address\n */\n customer_ip_address: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address: Address | null;\n /**\n * customer_tax_id\n */\n customer_tax_id: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * payment_processor_metadata\n */\n payment_processor_metadata: Record<string, string>;\n /**\n * billing_address_fields\n */\n billing_address_fields: CheckoutBillingAddressFields;\n /**\n * List of products available to select.\n */\n products: CheckoutProduct[];\n /**\n * Product selected to checkout.\n */\n product: CheckoutProduct | null;\n /**\n * Price of the selected product.\n */\n product_price: (LegacyRecurringProductPrice | ProductPrice) | null;\n /**\n * Mapping of product IDs to their list of prices.\n */\n prices: Record<string, (LegacyRecurringProductPrice | ProductPrice)[]> | null;\n /**\n * discount\n */\n discount:\n | (\n | CheckoutDiscountFixedOnceForeverDuration\n | CheckoutDiscountFixedRepeatDuration\n | CheckoutDiscountPercentageOnceForeverDuration\n | CheckoutDiscountPercentageRepeatDuration\n )\n | null;\n /**\n * organization\n */\n organization: CheckoutOrganization;\n /**\n * attached_custom_fields\n */\n attached_custom_fields: AttachedCustomField[] | null;\n}\n/**\n * Checkout session data retrieved using the client secret after confirmation.\n\nIt contains a customer session token to retrieve order information\nright after the checkout.\n */\nexport interface CheckoutPublicConfirmed {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * payment_processor\n */\n payment_processor: PaymentProcessor;\n /**\n * status\n */\n status: \"confirmed\";\n /**\n * Client secret used to update and complete the checkout session from the client.\n */\n client_secret: string;\n /**\n * URL where the customer can access the checkout session.\n */\n url: string;\n /**\n * Expiration date and time of the checkout session.\n */\n expires_at: string;\n /**\n * URL where the customer will be redirected after a successful payment.\n */\n success_url: string;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url: string | null;\n /**\n * When checkout is embedded, represents the Origin of the page embedding the checkout. Used as a security measure to send messages only to the embedding page.\n */\n embed_origin: string | null;\n /**\n * Amount in cents, before discounts and taxes.\n */\n amount: number;\n /**\n * Predefined number of seats (works with seat-based pricing only)\n */\n seats?: number | null;\n /**\n * Minimum number of seats (works with seat-based pricing only)\n */\n min_seats?: number | null;\n /**\n * Maximum number of seats (works with seat-based pricing only)\n */\n max_seats?: number | null;\n /**\n * Discount amount in cents.\n */\n discount_amount: number;\n /**\n * Amount in cents, after discounts but before taxes.\n */\n net_amount: number;\n /**\n * Sales tax amount in cents. If `null`, it means there is no enough information yet to calculate it.\n */\n tax_amount: number | null;\n /**\n * Tax behavior of the checkout. `inclusive` means the price includes tax, `exclusive` means tax is added on top. If `null`, tax is not yet calculated.\n */\n tax_behavior: TaxBehavior | null;\n /**\n * Amount in cents, after discounts and taxes.\n */\n total_amount: number;\n /**\n * Currency code of the checkout session.\n */\n currency: string;\n /**\n * Whether to enable the trial period for the checkout session. If `false`, the trial period will be disabled, even if the selected product has a trial configured.\n */\n allow_trial: boolean | null;\n /**\n * Interval unit of the trial period, if any. This value is either set from the checkout, if `trial_interval` is set, or from the selected product.\n */\n active_trial_interval: TrialInterval | null;\n /**\n * Number of interval units of the trial period, if any. This value is either set from the checkout, if `trial_interval_count` is set, or from the selected product.\n */\n active_trial_interval_count: number | null;\n /**\n * End date and time of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * ID of the organization owning the checkout session.\n */\n organization_id: string;\n /**\n * ID of the product to checkout.\n */\n product_id: string | null;\n /**\n * ID of the product price to checkout.\n */\n product_price_id: string | null;\n /**\n * ID of the discount applied to the checkout.\n */\n discount_id: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes: boolean;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting. If you preset the billing address, this setting will be automatically set to `true`.\n */\n require_billing_address: boolean;\n /**\n * Whether the discount is applicable to the checkout. Typically, free and custom prices are not discountable.\n */\n is_discount_applicable: boolean;\n /**\n * Whether the product price is free, regardless of discounts.\n */\n is_free_product_price: boolean;\n /**\n * Whether the checkout requires payment, e.g. in case of free products or discounts that cover the total amount.\n */\n is_payment_required: boolean;\n /**\n * Whether the checkout requires setting up a payment method, regardless of the amount, e.g. subscriptions that have first free cycles.\n */\n is_payment_setup_required: boolean;\n /**\n * Whether the checkout requires a payment form, whether because of a payment or payment method setup.\n */\n is_payment_form_required: boolean;\n /**\n * customer_id\n */\n customer_id: string | null;\n /**\n * Whether the customer is a business or an individual. If `true`, the customer will be required to fill their full billing address and billing name.\n */\n is_business_customer: boolean;\n /**\n * Name of the customer.\n */\n customer_name: string | null;\n /**\n * Email address of the customer.\n */\n customer_email: string | null;\n /**\n * customer_ip_address\n */\n customer_ip_address: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address: Address | null;\n /**\n * customer_tax_id\n */\n customer_tax_id: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * payment_processor_metadata\n */\n payment_processor_metadata: Record<string, string>;\n /**\n * billing_address_fields\n */\n billing_address_fields: CheckoutBillingAddressFields;\n /**\n * List of products available to select.\n */\n products: CheckoutProduct[];\n /**\n * Product selected to checkout.\n */\n product: CheckoutProduct | null;\n /**\n * Price of the selected product.\n */\n product_price: (LegacyRecurringProductPrice | ProductPrice) | null;\n /**\n * Mapping of product IDs to their list of prices.\n */\n prices: Record<string, (LegacyRecurringProductPrice | ProductPrice)[]> | null;\n /**\n * discount\n */\n discount:\n | (\n | CheckoutDiscountFixedOnceForeverDuration\n | CheckoutDiscountFixedRepeatDuration\n | CheckoutDiscountPercentageOnceForeverDuration\n | CheckoutDiscountPercentageRepeatDuration\n )\n | null;\n /**\n * organization\n */\n organization: CheckoutOrganization;\n /**\n * attached_custom_fields\n */\n attached_custom_fields: AttachedCustomField[] | null;\n /**\n * customer_session_token\n */\n customer_session_token: string | null;\n}\n/**\n * Update an existing checkout session using an access token.\n */\nexport interface CheckoutUpdate {\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * ID of the product to checkout. Must be present in the checkout's product list.\n */\n product_id?: string | null;\n /**\n * ID of the product price to checkout. Must correspond to a price present in the checkout's product list.\n */\n product_price_id?: string | null;\n /**\n * amount\n */\n amount?: number | null;\n /**\n * Number of seats for seat-based pricing.\n */\n seats?: number | null;\n /**\n * is_business_customer\n */\n is_business_customer?: boolean | null;\n /**\n * customer_name\n */\n customer_name?: string | null;\n /**\n * customer_email\n */\n customer_email?: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name?: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address?: AddressInput | null;\n /**\n * customer_tax_id\n */\n customer_tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * currency\n */\n currency?: PresentmentCurrency | null;\n /**\n * ID of the discount to apply to the checkout.\n */\n discount_id?: string | null;\n /**\n * Whether to allow the customer to apply discount codes. If you apply a discount through `discount_id`, it'll still be applied, but the customer won't be able to change it.\n */\n allow_discount_codes?: boolean | null;\n /**\n * Whether to require the customer to fill their full billing address, instead of just the country. Customers in the US will always be required to fill their full address, regardless of this setting. If you preset the billing address, this setting will be automatically set to `true`.\n */\n require_billing_address?: boolean | null;\n /**\n * Whether to enable the trial period for the checkout session. If `false`, the trial period will be disabled, even if the selected product has a trial configured.\n */\n allow_trial?: boolean | null;\n /**\n * customer_ip_address\n */\n customer_ip_address?: string | null;\n /**\n * Key-value object allowing you to store additional information that'll be copied to the created customer.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n customer_metadata?: Record<string, string | number | number | boolean> | null;\n /**\n * URL where the customer will be redirected after a successful payment.You can add the `checkout_id={CHECKOUT_ID}` query parameter to retrieve the checkout session id.\n */\n success_url?: string | null;\n /**\n * When set, a back button will be shown in the checkout to return to this URL.\n */\n return_url?: string | null;\n /**\n * If you plan to embed the checkout session, set this to the Origin of the embedding page. It'll allow the Polar iframe to communicate with the parent page.\n */\n embed_origin?: string | null;\n}\n/**\n * Update an existing checkout session using the client secret.\n */\nexport interface CheckoutUpdatePublic {\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * ID of the product to checkout. Must be present in the checkout's product list.\n */\n product_id?: string | null;\n /**\n * ID of the product price to checkout. Must correspond to a price present in the checkout's product list.\n */\n product_price_id?: string | null;\n /**\n * amount\n */\n amount?: number | null;\n /**\n * Number of seats for seat-based pricing.\n */\n seats?: number | null;\n /**\n * is_business_customer\n */\n is_business_customer?: boolean | null;\n /**\n * customer_name\n */\n customer_name?: string | null;\n /**\n * customer_email\n */\n customer_email?: string | null;\n /**\n * customer_billing_name\n */\n customer_billing_name?: string | null;\n /**\n * customer_billing_address\n */\n customer_billing_address?: AddressInput | null;\n /**\n * customer_tax_id\n */\n customer_tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * Discount code to apply to the checkout.\n */\n discount_code?: string | null;\n /**\n * Disable the trial period for the checkout session. It's mainly useful when the trial is blocked because the customer already redeemed one.\n */\n allow_trial?: false | null;\n}\n/**\n * Context\n */\nexport interface Context extends Record<string, never> {}\n/**\n * CostMetadataInput\n */\nexport interface CostMetadataInput {\n /**\n * The amount in cents.\n */\n amount: number | string;\n /**\n * The currency. Currently, only `usd` is supported.\n */\n currency: string;\n}\n/**\n * CostMetadataOutput\n */\nexport interface CostMetadataOutput {\n /**\n * The amount in cents.\n */\n amount: string;\n /**\n * The currency. Currently, only `usd` is supported.\n */\n currency: string;\n}\n/**\n * CountAggregation\n */\nexport interface CountAggregation {\n /**\n * func\n */\n func?: \"count\";\n}\n/**\n * CursorPagination\n */\nexport interface CursorPagination {\n /**\n * has_next_page\n */\n has_next_page: boolean;\n}\n/**\n * Schema for a custom field of type checkbox.\n */\nexport interface CustomFieldCheckbox {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * type\n */\n type: \"checkbox\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field.\n */\n organization_id: string;\n /**\n * properties\n */\n properties: CustomFieldCheckboxProperties;\n}\n/**\n * CustomFieldCheckboxProperties\n */\nexport interface CustomFieldCheckboxProperties {\n /**\n * form_label\n */\n form_label?: string;\n /**\n * form_help_text\n */\n form_help_text?: string;\n /**\n * form_placeholder\n */\n form_placeholder?: string;\n}\n/**\n * Schema to create a custom field of type checkbox.\n */\nexport interface CustomFieldCreateCheckbox {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"checkbox\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value. Must be unique across the organization.It can only contain ASCII letters, numbers and hyphens.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * properties\n */\n properties: CustomFieldCheckboxProperties;\n}\n/**\n * Schema to create a custom field of type date.\n */\nexport interface CustomFieldCreateDate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"date\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value. Must be unique across the organization.It can only contain ASCII letters, numbers and hyphens.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * properties\n */\n properties: CustomFieldDateProperties;\n}\n/**\n * Schema to create a custom field of type number.\n */\nexport interface CustomFieldCreateNumber {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"number\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value. Must be unique across the organization.It can only contain ASCII letters, numbers and hyphens.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * properties\n */\n properties: CustomFieldNumberProperties;\n}\n/**\n * Schema to create a custom field of type select.\n */\nexport interface CustomFieldCreateSelect {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"select\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value. Must be unique across the organization.It can only contain ASCII letters, numbers and hyphens.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * properties\n */\n properties: CustomFieldSelectProperties;\n}\n/**\n * Schema to create a custom field of type text.\n */\nexport interface CustomFieldCreateText {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * type\n */\n type: \"text\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value. Must be unique across the organization.It can only contain ASCII letters, numbers and hyphens.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * properties\n */\n properties: CustomFieldTextProperties;\n}\n/**\n * Schema for a custom field of type date.\n */\nexport interface CustomFieldDate {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * type\n */\n type: \"date\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field.\n */\n organization_id: string;\n /**\n * properties\n */\n properties: CustomFieldDateProperties;\n}\n/**\n * CustomFieldDateProperties\n */\nexport interface CustomFieldDateProperties {\n /**\n * form_label\n */\n form_label?: string;\n /**\n * form_help_text\n */\n form_help_text?: string;\n /**\n * form_placeholder\n */\n form_placeholder?: string;\n /**\n * ge\n */\n ge?: number;\n /**\n * le\n */\n le?: number;\n}\n/**\n * Schema for a custom field of type number.\n */\nexport interface CustomFieldNumber {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * type\n */\n type: \"number\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field.\n */\n organization_id: string;\n /**\n * properties\n */\n properties: CustomFieldNumberProperties;\n}\n/**\n * CustomFieldNumberProperties\n */\nexport interface CustomFieldNumberProperties {\n /**\n * form_label\n */\n form_label?: string;\n /**\n * form_help_text\n */\n form_help_text?: string;\n /**\n * form_placeholder\n */\n form_placeholder?: string;\n /**\n * ge\n */\n ge?: number;\n /**\n * le\n */\n le?: number;\n}\n/**\n * Schema for a custom field of type select.\n */\nexport interface CustomFieldSelect {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * type\n */\n type: \"select\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field.\n */\n organization_id: string;\n /**\n * properties\n */\n properties: CustomFieldSelectProperties;\n}\n/**\n * CustomFieldSelectOption\n */\nexport interface CustomFieldSelectOption {\n /**\n * value\n */\n value: string;\n /**\n * label\n */\n label: string;\n}\n/**\n * CustomFieldSelectProperties\n */\nexport interface CustomFieldSelectProperties {\n /**\n * form_label\n */\n form_label?: string;\n /**\n * form_help_text\n */\n form_help_text?: string;\n /**\n * form_placeholder\n */\n form_placeholder?: string;\n /**\n * options\n */\n options: CustomFieldSelectOption[];\n}\n/**\n * Schema for a custom field of type text.\n */\nexport interface CustomFieldText {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * type\n */\n type: \"text\";\n /**\n * Identifier of the custom field. It'll be used as key when storing the value.\n */\n slug: string;\n /**\n * Name of the custom field.\n */\n name: string;\n /**\n * The ID of the organization owning the custom field.\n */\n organization_id: string;\n /**\n * properties\n */\n properties: CustomFieldTextProperties;\n}\n/**\n * CustomFieldTextProperties\n */\nexport interface CustomFieldTextProperties {\n /**\n * form_label\n */\n form_label?: string;\n /**\n * form_help_text\n */\n form_help_text?: string;\n /**\n * form_placeholder\n */\n form_placeholder?: string;\n /**\n * textarea\n */\n textarea?: boolean;\n /**\n * min_length\n */\n min_length?: number;\n /**\n * max_length\n */\n max_length?: number;\n}\n/**\n * Schema to update a custom field of type checkbox.\n */\nexport interface CustomFieldUpdateCheckbox {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * name\n */\n name?: string | null;\n /**\n * slug\n */\n slug?: string | null;\n /**\n * type\n */\n type: \"checkbox\";\n /**\n * properties\n */\n properties?: CustomFieldCheckboxProperties | null;\n}\n/**\n * Schema to update a custom field of type date.\n */\nexport interface CustomFieldUpdateDate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * name\n */\n name?: string | null;\n /**\n * slug\n */\n slug?: string | null;\n /**\n * type\n */\n type: \"date\";\n /**\n * properties\n */\n properties?: CustomFieldDateProperties | null;\n}\n/**\n * Schema to update a custom field of type number.\n */\nexport interface CustomFieldUpdateNumber {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * name\n */\n name?: string | null;\n /**\n * slug\n */\n slug?: string | null;\n /**\n * type\n */\n type: \"number\";\n /**\n * properties\n */\n properties?: CustomFieldNumberProperties | null;\n}\n/**\n * Schema to update a custom field of type select.\n */\nexport interface CustomFieldUpdateSelect {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * name\n */\n name?: string | null;\n /**\n * slug\n */\n slug?: string | null;\n /**\n * type\n */\n type: \"select\";\n /**\n * properties\n */\n properties?: CustomFieldSelectProperties | null;\n}\n/**\n * Schema to update a custom field of type text.\n */\nexport interface CustomFieldUpdateText {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * name\n */\n name?: string | null;\n /**\n * slug\n */\n slug?: string | null;\n /**\n * type\n */\n type: \"text\";\n /**\n * properties\n */\n properties?: CustomFieldTextProperties | null;\n}\n/**\n * CustomerBenefitGrantCustom\n */\nexport interface CustomerBenefitGrantCustom {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitCustomSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantCustomProperties;\n}\n/**\n * CustomerBenefitGrantCustomUpdate\n */\nexport interface CustomerBenefitGrantCustomUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"custom\";\n}\n/**\n * CustomerBenefitGrantDiscord\n */\nexport interface CustomerBenefitGrantDiscord {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitDiscordSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantDiscordProperties;\n}\n/**\n * CustomerBenefitGrantDiscordPropertiesUpdate\n */\nexport interface CustomerBenefitGrantDiscordPropertiesUpdate {\n /**\n * account_id\n */\n account_id: string | null;\n}\n/**\n * CustomerBenefitGrantDiscordUpdate\n */\nexport interface CustomerBenefitGrantDiscordUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"discord\";\n /**\n * properties\n */\n properties: CustomerBenefitGrantDiscordPropertiesUpdate;\n}\n/**\n * CustomerBenefitGrantDownloadables\n */\nexport interface CustomerBenefitGrantDownloadables {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitDownloadablesSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantDownloadablesProperties;\n}\n/**\n * CustomerBenefitGrantDownloadablesUpdate\n */\nexport interface CustomerBenefitGrantDownloadablesUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"downloadables\";\n}\n/**\n * CustomerBenefitGrantFeatureFlag\n */\nexport interface CustomerBenefitGrantFeatureFlag {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitFeatureFlagSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantFeatureFlagProperties;\n}\n/**\n * CustomerBenefitGrantFeatureFlagUpdate\n */\nexport interface CustomerBenefitGrantFeatureFlagUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"feature_flag\";\n}\n/**\n * CustomerBenefitGrantGitHubRepository\n */\nexport interface CustomerBenefitGrantGitHubRepository {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitGitHubRepositorySubscriber;\n /**\n * properties\n */\n properties: BenefitGrantGitHubRepositoryProperties;\n}\n/**\n * CustomerBenefitGrantGitHubRepositoryPropertiesUpdate\n */\nexport interface CustomerBenefitGrantGitHubRepositoryPropertiesUpdate {\n /**\n * account_id\n */\n account_id: string | null;\n}\n/**\n * CustomerBenefitGrantGitHubRepositoryUpdate\n */\nexport interface CustomerBenefitGrantGitHubRepositoryUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"github_repository\";\n /**\n * properties\n */\n properties: CustomerBenefitGrantGitHubRepositoryPropertiesUpdate;\n}\n/**\n * CustomerBenefitGrantLicenseKeys\n */\nexport interface CustomerBenefitGrantLicenseKeys {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitLicenseKeysSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantLicenseKeysProperties;\n}\n/**\n * CustomerBenefitGrantLicenseKeysUpdate\n */\nexport interface CustomerBenefitGrantLicenseKeysUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"license_keys\";\n}\n/**\n * CustomerBenefitGrantMeterCredit\n */\nexport interface CustomerBenefitGrantMeterCredit {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitMeterCreditSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantMeterCreditProperties;\n}\n/**\n * CustomerBenefitGrantMeterCreditUpdate\n */\nexport interface CustomerBenefitGrantMeterCreditUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"meter_credit\";\n}\n/**\n * CustomerBenefitGrantSlackSharedChannel\n */\nexport interface CustomerBenefitGrantSlackSharedChannel {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * granted_at\n */\n granted_at: string | null;\n /**\n * revoked_at\n */\n revoked_at: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * member_id\n */\n member_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * order_id\n */\n order_id: string | null;\n /**\n * is_granted\n */\n is_granted: boolean;\n /**\n * is_revoked\n */\n is_revoked: boolean;\n /**\n * error\n */\n error?: BenefitGrantError | null;\n /**\n * customer\n */\n customer: CustomerPortalCustomer;\n /**\n * benefit\n */\n benefit: BenefitSlackSharedChannelSubscriber;\n /**\n * properties\n */\n properties: BenefitGrantSlackSharedChannelProperties;\n}\n/**\n * CustomerBenefitGrantSlackSharedChannelPropertiesUpdate\n */\nexport interface CustomerBenefitGrantSlackSharedChannelPropertiesUpdate {\n /**\n * invited_email\n */\n invited_email: string;\n}\n/**\n * CustomerBenefitGrantSlackSharedChannelUpdate\n */\nexport interface CustomerBenefitGrantSlackSharedChannelUpdate {\n /**\n * benefit_type\n */\n benefit_type: \"slack_shared_channel\";\n /**\n * properties\n */\n properties: CustomerBenefitGrantSlackSharedChannelPropertiesUpdate;\n}\n/**\n * An event created by Polar when a customer is created.\n */\nexport interface CustomerCreatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"customer.created\";\n /**\n * metadata\n */\n metadata: CustomerCreatedMetadata;\n}\n/**\n * CustomerCreatedMetadata\n */\nexport interface CustomerCreatedMetadata {\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer_email\n */\n customer_email: string | null;\n /**\n * customer_name\n */\n customer_name: string | null;\n /**\n * customer_external_id\n */\n customer_external_id: string | null;\n}\n/**\n * CustomerCustomerMeter\n */\nexport interface CustomerCustomerMeter {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the customer.\n */\n customer_id: string;\n /**\n * The ID of the meter.\n */\n meter_id: string;\n /**\n * The number of consumed units.\n */\n consumed_units: number;\n /**\n * The number of credited units.\n */\n credited_units: number;\n /**\n * The balance of the meter, i.e. the difference between credited and consumed units.\n */\n balance: number;\n /**\n * meter\n */\n meter: CustomerCustomerMeterMeter;\n}\n/**\n * CustomerCustomerMeterMeter\n */\nexport interface CustomerCustomerMeterMeter {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The name of the meter. Will be shown on customer's invoices and usage.\n */\n name: string;\n}\n/**\n * CustomerCustomerSession\n */\nexport interface CustomerCustomerSession {\n /**\n * expires_at\n */\n expires_at: string;\n /**\n * return_url\n */\n return_url: string | null;\n}\n/**\n * An event created by Polar when a customer is deleted.\n */\nexport interface CustomerDeletedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"customer.deleted\";\n /**\n * metadata\n */\n metadata: CustomerDeletedMetadata;\n}\n/**\n * CustomerDeletedMetadata\n */\nexport interface CustomerDeletedMetadata {\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer_email\n */\n customer_email: string | null;\n /**\n * customer_name\n */\n customer_name: string | null;\n /**\n * customer_external_id\n */\n customer_external_id: string | null;\n}\n/**\n * CustomerEmailUpdateRequest\n */\nexport interface CustomerEmailUpdateRequest {\n /**\n * email\n */\n email: string;\n}\n/**\n * CustomerEmailUpdateVerifyRequest\n */\nexport interface CustomerEmailUpdateVerifyRequest {\n /**\n * token\n */\n token: string;\n}\n/**\n * CustomerEmailUpdateVerifyResponse\n */\nexport interface CustomerEmailUpdateVerifyResponse {\n /**\n * token\n */\n token: string;\n}\n/**\n * A customer in an organization.\n */\nexport interface CustomerIndividual {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email: string;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * The type of customer.\n */\n type: \"individual\";\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * CustomerIndividualCreate\n */\nexport interface CustomerIndividualCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * name\n */\n name?: string | null;\n /**\n * billing_address\n */\n billing_address?: AddressInput | null;\n /**\n * tax_id\n */\n tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * Optional owner member to create with the customer. If not provided, an owner member will be automatically created using the customer's email and name.\n */\n owner?: MemberOwnerCreate | null;\n /**\n * type\n */\n type?: \"individual\";\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email: string;\n}\n/**\n * An active customer meter, with current consumed and credited units.\n */\nexport interface CustomerMeter {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the customer.\n */\n customer_id: string;\n /**\n * The ID of the meter.\n */\n meter_id: string;\n /**\n * The number of consumed units.\n */\n consumed_units: number;\n /**\n * The number of credited units.\n */\n credited_units: number;\n /**\n * The balance of the meter, i.e. the difference between credited and consumed units.\n */\n balance: number;\n /**\n * customer\n */\n customer: Customer;\n /**\n * meter\n */\n meter: Meter;\n}\n/**\n * CustomerNotReady\n */\nexport interface CustomerNotReady {\n /**\n * error\n */\n error: \"CustomerNotReady\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * CustomerOrder\n */\nexport interface CustomerOrder {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * status\n */\n status: OrderStatus;\n /**\n * Whether the order has been paid for.\n */\n paid: boolean;\n /**\n * Amount in cents, before discounts and taxes.\n */\n subtotal_amount: number;\n /**\n * Discount amount in cents.\n */\n discount_amount: number;\n /**\n * Amount in cents, after discounts but before taxes.\n */\n net_amount: number;\n /**\n * Sales tax amount in cents.\n */\n tax_amount: number;\n /**\n * Amount in cents, after discounts and taxes.\n */\n total_amount: number;\n /**\n * Customer's balance amount applied to this invoice. Can increase the total amount paid, if the customer has a negative balance, or decrease it, if the customer has a positive balance.Amount in cents.\n */\n applied_balance_amount: number;\n /**\n * Amount in cents that is due for this order.\n */\n due_amount: number;\n /**\n * Amount refunded in cents.\n */\n refunded_amount: number;\n /**\n * Sales tax refunded in cents.\n */\n refunded_tax_amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * billing_reason\n */\n billing_reason: OrderBillingReason;\n /**\n * The name of the customer that should appear on the invoice.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * The invoice number associated with this order. `null` while the order is in `draft` status; assigned at finalize.\n */\n invoice_number: string | null;\n /**\n * Whether an invoice has been generated for this order.\n */\n is_invoice_generated: boolean;\n /**\n * The receipt number for this order. Set once the order is paid for organizations with receipts enabled. When set, a downloadable receipt PDF can be obtained via the receipt endpoint.\n */\n receipt_number: string | null;\n /**\n * Number of seats purchased (for seat-based one-time orders).\n */\n seats?: number | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * product_id\n */\n product_id: string | null;\n /**\n * discount_id\n */\n discount_id: string | null;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * checkout_id\n */\n checkout_id: string | null;\n /**\n * When the next automatic payment retry is scheduled. `null` if the order is not in dunning or all retries have been exhausted.\n */\n next_payment_attempt_at?: string | null;\n /**\n * product\n */\n product: CustomerOrderProduct | null;\n /**\n * subscription\n */\n subscription: CustomerOrderSubscription | null;\n /**\n * Line items composing the order.\n */\n items: OrderItemSchema[];\n /**\n * A summary description of the order.\n */\n description: string;\n /**\n * Amount in cents that can still be refunded (net, before taxes). Accounts for any applied customer balance and previous refunds.\n */\n refundable_amount: number;\n /**\n * Sales tax in cents that would be refunded if the full refundable amount is refunded.\n */\n refundable_tax_amount: number;\n}\n/**\n * Schema to confirm a retry payment using either a saved payment method or a new confirmation token.\n */\nexport interface CustomerOrderConfirmPayment {\n /**\n * ID of the Stripe confirmation token for new payment methods.\n */\n confirmation_token_id?: string | null;\n /**\n * ID of an existing saved payment method.\n */\n payment_method_id?: string | null;\n /**\n * payment_processor\n */\n payment_processor?: PaymentProcessor;\n}\n/**\n * Order's invoice data.\n */\nexport interface CustomerOrderInvoice {\n /**\n * The URL to the invoice.\n */\n url: string;\n}\n/**\n * Response after confirming a retry payment.\n */\nexport interface CustomerOrderPaymentConfirmation {\n /**\n * Payment status after confirmation.\n */\n status: string;\n /**\n * Client secret for handling additional actions.\n */\n client_secret?: string | null;\n /**\n * Error message if confirmation failed.\n */\n error?: string | null;\n}\n/**\n * Payment status for an order.\n */\nexport interface CustomerOrderPaymentStatus {\n /**\n * Current payment status.\n */\n status: string;\n /**\n * Error message if payment failed.\n */\n error?: string | null;\n}\n/**\n * CustomerOrderProduct\n */\nexport interface CustomerOrderProduct {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n /**\n * List of prices for this product.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of benefits granted by the product.\n */\n benefits: BenefitPublic[];\n /**\n * List of medias associated to the product.\n */\n medias: ProductMediaFileRead[];\n /**\n * organization\n */\n organization: CustomerOrganization;\n}\n/**\n * Order's receipt data.\n */\nexport interface CustomerOrderReceipt {\n /**\n * The URL to the receipt PDF.\n */\n url: string;\n}\n/**\n * CustomerOrderSubscription\n */\nexport interface CustomerOrderSubscription {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The amount of the subscription.\n */\n amount: number;\n /**\n * The currency of the subscription.\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on.\n */\n recurring_interval_count: number;\n /**\n * status\n */\n status: SubscriptionStatus;\n /**\n * The start timestamp of the current billing period.\n */\n current_period_start: string;\n /**\n * The end timestamp of the current billing period.\n */\n current_period_end: string;\n /**\n * The start timestamp of the current meter period, if the product has a meter cycle set. Metered credits are granted and overage is settled on this cadence.\n */\n current_meter_period_start: string | null;\n /**\n * The end timestamp of the current meter period, if the product has a meter cycle set. This is when credits next renew.\n */\n current_meter_period_end: string | null;\n /**\n * The start timestamp of the trial period, if any.\n */\n trial_start: string | null;\n /**\n * The end timestamp of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * Whether the subscription will be canceled at the end of the current period.\n */\n cancel_at_period_end: boolean;\n /**\n * The timestamp when the subscription was canceled. The subscription might still be active if `cancel_at_period_end` is `true`.\n */\n canceled_at: string | null;\n /**\n * The timestamp when the subscription started.\n */\n started_at: string | null;\n /**\n * The timestamp when the subscription will end.\n */\n ends_at: string | null;\n /**\n * The timestamp when the subscription ended.\n */\n ended_at: string | null;\n /**\n * The timestamp when the subscription entered `past_due` status.\n */\n past_due_at?: string | null;\n /**\n * Whether the subscription will be paused at the end of the current period.\n */\n pause_at_period_end: boolean;\n /**\n * The timestamp when the subscription was paused.\n */\n paused_at: string | null;\n /**\n * The timestamp when a paused subscription is scheduled to automatically resume, if set.\n */\n resumes_at: string | null;\n /**\n * The ID of the subscribed customer.\n */\n customer_id: string;\n /**\n * The ID of the subscribed product.\n */\n product_id: string;\n /**\n * The ID of the applied discount, if any.\n */\n discount_id: string | null;\n /**\n * checkout_id\n */\n checkout_id: string | null;\n /**\n * The number of seats for seat-based subscriptions. None for non-seat subscriptions.\n */\n seats?: number | null;\n /**\n * customer_cancellation_reason\n */\n customer_cancellation_reason: CustomerCancellationReason | null;\n /**\n * customer_cancellation_comment\n */\n customer_cancellation_comment: string | null;\n}\n/**\n * Schema to update an order.\n */\nexport interface CustomerOrderUpdate {\n /**\n * The name of the customer that should appear on the invoice.\n */\n billing_name?: string | null;\n /**\n * The address of the customer that should appear on the invoice. Country and state fields cannot be updated.\n */\n billing_address?: AddressInput | null;\n}\n/**\n * CustomerOrganization\n */\nexport interface CustomerOrganization {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Organization name shown in checkout, customer portal, emails etc.\n */\n name: string;\n /**\n * Unique organization slug in checkout, customer portal and credit card statements.\n */\n slug: string;\n /**\n * Avatar URL shown in checkout, customer portal, emails etc.\n */\n avatar_url: string | null;\n /**\n * proration_behavior\n */\n proration_behavior: SubscriptionProrationBehavior;\n /**\n * Whether customers can update their subscriptions from the customer portal.\n */\n allow_customer_updates: boolean;\n /**\n * customer_portal_settings\n */\n customer_portal_settings: OrganizationCustomerPortalSettings;\n /**\n * organization_features\n */\n organization_features?: CustomerOrganizationFeatureSettings;\n}\n/**\n * Schema of an organization and related data for customer portal.\n */\nexport interface CustomerOrganizationData {\n /**\n * organization\n */\n organization: CustomerOrganization;\n /**\n * products\n */\n products: CustomerProduct[];\n}\n/**\n * Feature flags exposed to the customer portal.\n */\nexport interface CustomerOrganizationFeatureSettings {\n /**\n * Whether the member model is enabled for this organization.\n */\n member_model_enabled?: boolean;\n /**\n * Whether localization is enabled for this organization.\n */\n checkout_localization_enabled?: boolean;\n}\n/**\n * CustomerPaymentMethodCard\n */\nexport interface CustomerPaymentMethodCard {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * processor\n */\n processor: PaymentProcessor;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * type\n */\n type: \"card\";\n /**\n * method_metadata\n */\n method_metadata: PaymentMethodCardMetadata;\n /**\n * Whether this payment method is the customer's default payment method.\n */\n is_default: boolean;\n}\n/**\n * CustomerPaymentMethodConfirm\n */\nexport interface CustomerPaymentMethodConfirm {\n /**\n * setup_intent_id\n */\n setup_intent_id: string;\n /**\n * set_default\n */\n set_default: boolean;\n}\n/**\n * CustomerPaymentMethodCreate\n */\nexport interface CustomerPaymentMethodCreate {\n /**\n * confirmation_token_id\n */\n confirmation_token_id: string;\n /**\n * set_default\n */\n set_default: boolean;\n /**\n * return_url\n */\n return_url: string;\n}\n/**\n * CustomerPaymentMethodCreateRequiresActionResponse\n */\nexport interface CustomerPaymentMethodCreateRequiresActionResponse {\n /**\n * status\n */\n status: \"requires_action\";\n /**\n * client_secret\n */\n client_secret: string;\n}\n/**\n * CustomerPaymentMethodCreateSucceededResponse\n */\nexport interface CustomerPaymentMethodCreateSucceededResponse {\n /**\n * status\n */\n status: \"succeeded\";\n /**\n * payment_method\n */\n payment_method: CustomerPaymentMethod;\n}\n/**\n * CustomerPaymentMethodGeneric\n */\nexport interface CustomerPaymentMethodGeneric {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * processor\n */\n processor: PaymentProcessor;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * type\n */\n type: string;\n /**\n * Whether this payment method is the customer's default payment method.\n */\n is_default: boolean;\n}\n/**\n * CustomerPortalCustomer\n */\nexport interface CustomerPortalCustomer {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * email\n */\n email: string | null;\n /**\n * email_verified\n */\n email_verified: boolean;\n /**\n * name\n */\n name: string | null;\n /**\n * billing_name\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * oauth_accounts\n */\n oauth_accounts: Record<string, CustomerPortalOAuthAccount>;\n /**\n * default_payment_method_id\n */\n default_payment_method_id?: string | null;\n /**\n * type\n */\n type?: CustomerType | null;\n /**\n * locale\n */\n locale?: string | null;\n}\n/**\n * CustomerPortalCustomerSettings\n */\nexport interface CustomerPortalCustomerSettings {\n /**\n * allow_email_change\n */\n allow_email_change?: boolean;\n}\n/**\n * CustomerPortalCustomerUpdate\n */\nexport interface CustomerPortalCustomerUpdate {\n /**\n * billing_name\n */\n billing_name?: string | null;\n /**\n * billing_address\n */\n billing_address?: AddressInput | null;\n /**\n * tax_id\n */\n tax_id?: string | null;\n /**\n * default_payment_method_id\n */\n default_payment_method_id?: string | null;\n}\n/**\n * A member of the customer's team as seen in the customer portal.\n */\nexport interface CustomerPortalMember {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The email address of the member.\n */\n email: string;\n /**\n * The name of the member.\n */\n name: string | null;\n /**\n * role\n */\n role: MemberRole;\n}\n/**\n * Schema for adding a new member to the customer's team.\n */\nexport interface CustomerPortalMemberCreate {\n /**\n * The email address of the new member.\n */\n email: string;\n /**\n * The name of the new member (optional).\n */\n name?: string | null;\n /**\n * role\n */\n role?: MemberRole;\n}\n/**\n * Schema for updating a member in the customer portal.\n */\nexport interface CustomerPortalMemberUpdate {\n /**\n * The new name for the member.\n */\n name?: string | null;\n /**\n * The new role for the member.\n */\n role?: MemberRole | null;\n}\n/**\n * CustomerPortalOAuthAccount\n */\nexport interface CustomerPortalOAuthAccount {\n /**\n * account_id\n */\n account_id: string;\n /**\n * account_username\n */\n account_username: string | null;\n}\n/**\n * CustomerPortalSubscriptionSettings\n */\nexport interface CustomerPortalSubscriptionSettings {\n /**\n * update_seats\n */\n update_seats: boolean;\n /**\n * update_plan\n */\n update_plan: boolean;\n /**\n * pause\n */\n pause?: boolean;\n}\n/**\n * CustomerPortalUsageSettings\n */\nexport interface CustomerPortalUsageSettings {\n /**\n * show\n */\n show: boolean;\n}\n/**\n * Schema of a product for customer portal.\n */\nexport interface CustomerProduct {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n /**\n * List of available prices for this product.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of benefits granted by the product.\n */\n benefits: BenefitPublic[];\n /**\n * The medias associated to the product.\n */\n medias: ProductMediaFileRead[];\n}\n/**\n * CustomerSeat\n */\nexport interface CustomerSeat {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The seat ID\n */\n id: string;\n /**\n * The subscription ID (for recurring seats)\n */\n subscription_id: string | null;\n /**\n * The order ID (for one-time purchase seats)\n */\n order_id: string | null;\n /**\n * status\n */\n status: SeatStatus;\n /**\n * The customer ID. When member_model_enabled is true, this is the billing customer (purchaser). When false, this is the seat member customer.\n */\n customer_id: string | null;\n /**\n * The member ID of the seat occupant\n */\n member_id: string | null;\n /**\n * The member associated with this seat\n */\n member: Member | null;\n /**\n * Email of the seat member (set when member_model_enabled is true)\n */\n email: string | null;\n /**\n * The assigned customer email\n */\n customer_email: string | null;\n /**\n * When the invitation token expires\n */\n invitation_token_expires_at: string | null;\n /**\n * When the seat was claimed\n */\n claimed_at: string | null;\n /**\n * When the seat was revoked\n */\n revoked_at: string | null;\n /**\n * Additional metadata for the seat\n */\n seat_metadata: Record<string, unknown> | null;\n}\n/**\n * CustomerSeatAssign\n */\nexport interface CustomerSeatAssign {\n /**\n * Subscription ID. Required if neither order_id nor checkout_id is provided.\n */\n subscription_id?: string | null;\n /**\n * Order ID for one-time purchases. Required if subscription_id is not provided.\n */\n order_id?: string | null;\n /**\n * Email of the customer to assign the seat to\n */\n email?: string | null;\n /**\n * External customer ID for the seat assignment\n */\n external_customer_id?: string | null;\n /**\n * Customer ID for the seat assignment\n */\n customer_id?: string | null;\n /**\n * External member ID for the seat assignment. Can be used alone (lookup existing member) or with email (create/validate member).\n */\n external_member_id?: string | null;\n /**\n * Member ID for the seat assignment.\n */\n member_id?: string | null;\n /**\n * Additional metadata for the seat (max 10 keys, 1KB total)\n */\n metadata?: Record<string, unknown> | null;\n /**\n * If true, the seat will be immediately claimed without sending an invitation email. API-only feature.\n */\n immediate_claim?: boolean;\n /**\n * Checkout ID. Resolves to the subscription or order produced by the checkout.\n */\n checkout_id?: string | null;\n}\n/**\n * Response after successfully claiming a seat.\n */\nexport interface CustomerSeatClaimResponse {\n /**\n * seat\n */\n seat: CustomerSeat;\n /**\n * Session token for immediate customer portal access\n */\n customer_session_token: string;\n}\n/**\n * A customer session that can be used to authenticate as a customer.\n */\nexport interface CustomerSession {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * token\n */\n token: string;\n /**\n * expires_at\n */\n expires_at: string;\n /**\n * return_url\n */\n return_url: string | null;\n /**\n * customer_portal_url\n */\n customer_portal_url: string;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer\n */\n customer: Customer;\n}\n/**\n * Schema for creating a customer session using an external customer ID.\n */\nexport interface CustomerSessionCustomerExternalIDCreate {\n /**\n * ID of the member to create a session for. When not provided and the organization has `member_model_enabled`, the owner member of the customer will be used for individual customers.\n */\n member_id?: string | null;\n /**\n * External ID of the member to create a session for. Alternative to `member_id`.\n */\n external_member_id?: string | null;\n /**\n * When set, a back button will be shown in the customer portal to return to this URL.\n */\n return_url?: string | null;\n /**\n * External ID of the customer to create a session for.\n */\n external_customer_id: string;\n}\n/**\n * Schema for creating a customer session using a customer ID.\n */\nexport interface CustomerSessionCustomerIDCreate {\n /**\n * ID of the member to create a session for. When not provided and the organization has `member_model_enabled`, the owner member of the customer will be used for individual customers.\n */\n member_id?: string | null;\n /**\n * External ID of the member to create a session for. Alternative to `member_id`.\n */\n external_member_id?: string | null;\n /**\n * When set, a back button will be shown in the customer portal to return to this URL.\n */\n return_url?: string | null;\n /**\n * ID of the customer to create a session for.\n */\n customer_id: string;\n}\n/**\n * An active benefit grant for a customer.\n */\nexport interface CustomerStateBenefitGrant {\n /**\n * The ID of the grant.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The timestamp when the benefit was granted.\n */\n granted_at: string;\n /**\n * The ID of the benefit concerned by this grant.\n */\n benefit_id: string;\n /**\n * benefit_type\n */\n benefit_type: BenefitType;\n /**\n * benefit_metadata\n */\n benefit_metadata: MetadataOutputType;\n /**\n * properties\n */\n properties:\n | BenefitGrantDiscordProperties\n | BenefitGrantGitHubRepositoryProperties\n | BenefitGrantDownloadablesProperties\n | BenefitGrantLicenseKeysProperties\n | BenefitGrantCustomProperties\n | BenefitGrantFeatureFlagProperties\n | BenefitGrantSlackSharedChannelProperties;\n}\n/**\n * A customer along with additional state information:\n\n* Active subscriptions\n* Granted benefits\n* Active meters\n */\nexport interface CustomerStateIndividual {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email: string;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * The type of customer.\n */\n type: \"individual\";\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n /**\n * The customer's active subscriptions.\n */\n active_subscriptions: CustomerStateSubscription[];\n /**\n * The customer's active benefit grants.\n */\n granted_benefits: CustomerStateBenefitGrant[];\n /**\n * The customer's active meters.\n */\n active_meters: CustomerStateMeter[];\n}\n/**\n * An active meter for a customer, with latest consumed and credited units.\n */\nexport interface CustomerStateMeter {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the meter.\n */\n meter_id: string;\n /**\n * The number of consumed units.\n */\n consumed_units: number;\n /**\n * The number of credited units.\n */\n credited_units: number;\n /**\n * The balance of the meter, i.e. the difference between credited and consumed units.\n */\n balance: number;\n}\n/**\n * An active customer subscription.\n */\nexport interface CustomerStateSubscription {\n /**\n * The ID of the subscription.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * status\n */\n status: Status;\n /**\n * The amount of the subscription.\n */\n amount: number;\n /**\n * The currency of the subscription.\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * The start timestamp of the current billing period.\n */\n current_period_start: string;\n /**\n * The end timestamp of the current billing period.\n */\n current_period_end: string;\n /**\n * The start timestamp of the trial period, if any.\n */\n trial_start: string | null;\n /**\n * The end timestamp of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * Whether the subscription will be canceled at the end of the current period.\n */\n cancel_at_period_end: boolean;\n /**\n * The timestamp when the subscription was canceled. The subscription might still be active if `cancel_at_period_end` is `true`.\n */\n canceled_at: string | null;\n /**\n * The timestamp when the subscription started.\n */\n started_at: string | null;\n /**\n * The timestamp when the subscription will end.\n */\n ends_at: string | null;\n /**\n * The ID of the subscribed product.\n */\n product_id: string;\n /**\n * The ID of the applied discount, if any.\n */\n discount_id: string | null;\n /**\n * List of meters associated with the subscription.\n */\n meters: CustomerStateSubscriptionMeter[];\n}\n/**\n * Current consumption and spending for a subscription meter.\n */\nexport interface CustomerStateSubscriptionMeter {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The number of consumed units so far in this billing period.\n */\n consumed_units: number;\n /**\n * The number of credited units so far in this billing period.\n */\n credited_units: number;\n /**\n * The amount due in cents so far in this billing period.\n */\n amount: number;\n /**\n * The ID of the meter.\n */\n meter_id: string;\n}\n/**\n * A team customer along with additional state information:\n\n* Active subscriptions\n* Granted benefits\n* Active meters\n */\nexport interface CustomerStateTeam {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * The type of customer. Team customers can have multiple members.\n */\n type: \"team\";\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n /**\n * The customer's active subscriptions.\n */\n active_subscriptions: CustomerStateSubscription[];\n /**\n * The customer's active benefit grants.\n */\n granted_benefits: CustomerStateBenefitGrant[];\n /**\n * The customer's active meters.\n */\n active_meters: CustomerStateMeter[];\n}\n/**\n * CustomerSubscription\n */\nexport interface CustomerSubscription {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The amount of the subscription.\n */\n amount: number;\n /**\n * The currency of the subscription.\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on.\n */\n recurring_interval_count: number;\n /**\n * status\n */\n status: SubscriptionStatus;\n /**\n * The start timestamp of the current billing period.\n */\n current_period_start: string;\n /**\n * The end timestamp of the current billing period.\n */\n current_period_end: string;\n /**\n * The start timestamp of the current meter period, if the product has a meter cycle set. Metered credits are granted and overage is settled on this cadence.\n */\n current_meter_period_start: string | null;\n /**\n * The end timestamp of the current meter period, if the product has a meter cycle set. This is when credits next renew.\n */\n current_meter_period_end: string | null;\n /**\n * The start timestamp of the trial period, if any.\n */\n trial_start: string | null;\n /**\n * The end timestamp of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * Whether the subscription will be canceled at the end of the current period.\n */\n cancel_at_period_end: boolean;\n /**\n * The timestamp when the subscription was canceled. The subscription might still be active if `cancel_at_period_end` is `true`.\n */\n canceled_at: string | null;\n /**\n * The timestamp when the subscription started.\n */\n started_at: string | null;\n /**\n * The timestamp when the subscription will end.\n */\n ends_at: string | null;\n /**\n * The timestamp when the subscription ended.\n */\n ended_at: string | null;\n /**\n * The timestamp when the subscription entered `past_due` status.\n */\n past_due_at?: string | null;\n /**\n * Whether the subscription will be paused at the end of the current period.\n */\n pause_at_period_end: boolean;\n /**\n * The timestamp when the subscription was paused.\n */\n paused_at: string | null;\n /**\n * The timestamp when a paused subscription is scheduled to automatically resume, if set.\n */\n resumes_at: string | null;\n /**\n * The ID of the subscribed customer.\n */\n customer_id: string;\n /**\n * The ID of the subscribed product.\n */\n product_id: string;\n /**\n * The ID of the applied discount, if any.\n */\n discount_id: string | null;\n /**\n * checkout_id\n */\n checkout_id: string | null;\n /**\n * The number of seats for seat-based subscriptions. None for non-seat subscriptions.\n */\n seats?: number | null;\n /**\n * customer_cancellation_reason\n */\n customer_cancellation_reason: CustomerCancellationReason | null;\n /**\n * customer_cancellation_comment\n */\n customer_cancellation_comment: string | null;\n /**\n * product\n */\n product: CustomerSubscriptionProduct;\n /**\n * List of enabled prices for the subscription.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of meters associated with the subscription.\n */\n meters: CustomerSubscriptionMeter[];\n /**\n * Pending subscription update that will be applied at the beginning of the next period. If `null`, there is no pending update.\n */\n pending_update: PendingSubscriptionUpdate | null;\n}\n/**\n * CustomerSubscriptionCancel\n */\nexport interface CustomerSubscriptionCancel {\n /**\n * Cancel an active subscription once the current period ends.\n\nOr uncancel a subscription currently set to be revoked at period end.\n */\n cancel_at_period_end?: boolean | null;\n /**\n * Customers reason for cancellation.\n\n* `too_expensive`: Too expensive for the customer.\n* `missing_features`: Customer is missing certain features.\n* `switched_service`: Customer switched to another service.\n* `unused`: Customer is not using it enough.\n* `customer_service`: Customer is not satisfied with the customer service.\n* `low_quality`: Customer is unhappy with the quality.\n* `too_complex`: Customer considers the service too complicated.\n* `other`: Other reason(s).\n */\n cancellation_reason?: CustomerCancellationReason | null;\n /**\n * Customer feedback and why they decided to cancel.\n */\n cancellation_comment?: string | null;\n}\n/**\n * CustomerSubscriptionMeter\n */\nexport interface CustomerSubscriptionMeter {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The number of consumed units so far in this billing period.\n */\n consumed_units: number;\n /**\n * The number of credited units so far in this billing period.\n */\n credited_units: number;\n /**\n * The amount due in cents so far in this billing period.\n */\n amount: number;\n /**\n * The ID of the meter.\n */\n meter_id: string;\n /**\n * meter\n */\n meter: CustomerSubscriptionMeterMeter;\n}\n/**\n * CustomerSubscriptionMeterMeter\n */\nexport interface CustomerSubscriptionMeterMeter {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The name of the meter. Will be shown on customer's invoices and usage.\n */\n name: string;\n}\n/**\n * CustomerSubscriptionPause\n */\nexport interface CustomerSubscriptionPause {\n /**\n * Pause an active subscription at the end of the current period.\n\nOr cancel a scheduled pause on a subscription set to be paused at\nperiod end.\n */\n pause_at_period_end: boolean;\n /**\n * Date at which the paused subscription should automatically resume. If not set, it stays paused until resumed. Must be after the current period end.\n */\n resumes_at?: string | null;\n}\n/**\n * CustomerSubscriptionProduct\n */\nexport interface CustomerSubscriptionProduct {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n /**\n * List of prices for this product.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of benefits granted by the product.\n */\n benefits: BenefitPublic[];\n /**\n * List of medias associated to the product.\n */\n medias: ProductMediaFileRead[];\n /**\n * organization\n */\n organization: CustomerOrganization;\n}\n/**\n * CustomerSubscriptionResume\n */\nexport interface CustomerSubscriptionResume {\n /**\n * Resume a paused subscription immediately, starting a new billing period and charging the customer.\n */\n resume: true;\n}\n/**\n * CustomerSubscriptionUpdateClear\n */\nexport interface CustomerSubscriptionUpdateClear {\n /**\n * Clear the pending subscription update.\n */\n pending_update: null;\n}\n/**\n * CustomerSubscriptionUpdateProduct\n */\nexport interface CustomerSubscriptionUpdateProduct {\n /**\n * Update subscription to another product.\n */\n product_id: string;\n}\n/**\n * CustomerSubscriptionUpdateSeats\n */\nexport interface CustomerSubscriptionUpdateSeats {\n /**\n * Update the number of seats for this subscription.\n */\n seats: number;\n}\n/**\n * A team customer in an organization.\n */\nexport interface CustomerTeam {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * The type of customer. Team customers can have multiple members.\n */\n type: \"team\";\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * CustomerTeamCreate\n */\nexport interface CustomerTeamCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * name\n */\n name?: string | null;\n /**\n * billing_address\n */\n billing_address?: AddressInput | null;\n /**\n * tax_id\n */\n tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * Optional owner member to create with the customer. If not provided, an owner member will be automatically created using the customer's email and name.\n */\n owner?: MemberOwnerCreate | null;\n /**\n * type\n */\n type: \"team\";\n /**\n * The email address of the team customer. Optional for team customers — if omitted, an owner with an email must be provided.\n */\n email?: string | null;\n}\n/**\n * CustomerUpdate\n */\nexport interface CustomerUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * name\n */\n name?: string | null;\n /**\n * billing_address\n */\n billing_address?: AddressInput | null;\n /**\n * tax_id\n */\n tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The customer type. Can only be upgraded from 'individual' to 'team', never downgraded.\n */\n type?: CustomerType | null;\n}\n/**\n * CustomerUpdateExternalID\n */\nexport interface CustomerUpdateExternalID {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * name\n */\n name?: string | null;\n /**\n * billing_address\n */\n billing_address?: AddressInput | null;\n /**\n * tax_id\n */\n tax_id?: string | null;\n /**\n * locale\n */\n locale?: string | null;\n}\n/**\n * An event created by Polar when a customer is updated.\n */\nexport interface CustomerUpdatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"customer.updated\";\n /**\n * metadata\n */\n metadata: CustomerUpdatedMetadata;\n}\n/**\n * CustomerUpdatedFields\n */\nexport interface CustomerUpdatedFields {\n /**\n * name\n */\n name?: string | null;\n /**\n * billing_name\n */\n billing_name?: string | null;\n /**\n * email\n */\n email?: string | null;\n /**\n * billing_address\n */\n billing_address?: AddressDict | null;\n /**\n * tax_id\n */\n tax_id?: string | null;\n /**\n * metadata\n */\n metadata?: Record<string, string | number | boolean> | null;\n}\n/**\n * CustomerUpdatedMetadata\n */\nexport interface CustomerUpdatedMetadata {\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer_email\n */\n customer_email: string | null;\n /**\n * customer_name\n */\n customer_name: string | null;\n /**\n * customer_external_id\n */\n customer_external_id: string | null;\n /**\n * updated_fields\n */\n updated_fields: CustomerUpdatedFields;\n}\n/**\n * A wallet represents your balance with an organization.\n\nYou can top-up your wallet and use the balance to pay for usage.\n */\nexport interface CustomerWallet {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the customer that owns the wallet.\n */\n customer_id: string;\n /**\n * The current balance of the wallet, in cents.\n */\n balance: number;\n /**\n * The currency of the wallet.\n */\n currency: string;\n}\n/**\n * Schema to create a fixed amount discount.\n */\nexport interface DiscountFixedCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout. Must be between 3 and 256 characters long and contain only alphanumeric characters.If not provided, the discount can only be applied via the API.\n */\n code?: string | null;\n /**\n * Optional timestamp after which the discount is redeemable.\n */\n starts_at?: string | null;\n /**\n * Optional timestamp after which the discount is no longer redeemable.\n */\n ends_at?: string | null;\n /**\n * Optional maximum number of times the discount can be redeemed.\n */\n max_redemptions?: number | null;\n /**\n * products\n */\n products?: string[] | null;\n /**\n * The ID of the organization owning the discount. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * type\n */\n type?: \"fixed\";\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * Number of months the discount should be applied.\n\nRequired when `duration` is `repeating`. Must be omitted otherwise.\n\nFor this to work on yearly pricing, you should multiply this by 12.\nFor example, to apply the discount for 2 years, set this to 24.\n */\n duration_in_months?: number | null;\n /**\n * amount\n */\n amount?: number | null;\n /**\n * currency\n */\n currency?: PresentmentCurrency | null;\n /**\n * amounts\n */\n amounts?: Record<string, number> | null;\n}\n/**\n * Schema for a fixed amount discount that is applied once or forever.\n */\nexport interface DiscountFixedOnceForeverDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * type\n */\n type: DiscountType;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * Map of currency to fixed amount to discount from the total.\n */\n amounts: Record<string, number>;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n /**\n * products\n */\n products: DiscountProduct[];\n}\n/**\n * DiscountFixedOnceForeverDurationBase\n */\nexport interface DiscountFixedOnceForeverDurationBase {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * type\n */\n type: DiscountType;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * Map of currency to fixed amount to discount from the total.\n */\n amounts: Record<string, number>;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n}\n/**\n * Schema for a fixed amount discount that is applied on every invoice\nfor a certain number of months.\n */\nexport interface DiscountFixedRepeatDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * duration_in_months\n */\n duration_in_months: number;\n /**\n * type\n */\n type: DiscountType;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * Map of currency to fixed amount to discount from the total.\n */\n amounts: Record<string, number>;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n /**\n * products\n */\n products: DiscountProduct[];\n}\n/**\n * DiscountFixedRepeatDurationBase\n */\nexport interface DiscountFixedRepeatDurationBase {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * duration_in_months\n */\n duration_in_months: number;\n /**\n * type\n */\n type: DiscountType;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * Map of currency to fixed amount to discount from the total.\n */\n amounts: Record<string, number>;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n}\n/**\n * Schema to create a percentage discount.\n */\nexport interface DiscountPercentageCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout. Must be between 3 and 256 characters long and contain only alphanumeric characters.If not provided, the discount can only be applied via the API.\n */\n code?: string | null;\n /**\n * Optional timestamp after which the discount is redeemable.\n */\n starts_at?: string | null;\n /**\n * Optional timestamp after which the discount is no longer redeemable.\n */\n ends_at?: string | null;\n /**\n * Optional maximum number of times the discount can be redeemed.\n */\n max_redemptions?: number | null;\n /**\n * products\n */\n products?: string[] | null;\n /**\n * The ID of the organization owning the discount. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * type\n */\n type?: \"percentage\";\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * Number of months the discount should be applied.\n\nRequired when `duration` is `repeating`. Must be omitted otherwise.\n\nFor this to work on yearly pricing, you should multiply this by 12.\nFor example, to apply the discount for 2 years, set this to 24.\n */\n duration_in_months?: number | null;\n /**\n * Discount percentage in basis points.\n\nA basis point is 1/100th of a percent.\nFor example, to create a 25.5% discount, set this to 2550.\n */\n basis_points: number;\n}\n/**\n * Schema for a percentage discount that is applied once or forever.\n */\nexport interface DiscountPercentageOnceForeverDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * type\n */\n type: DiscountType;\n /**\n * Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.\n */\n basis_points: number;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n /**\n * products\n */\n products: DiscountProduct[];\n}\n/**\n * DiscountPercentageOnceForeverDurationBase\n */\nexport interface DiscountPercentageOnceForeverDurationBase {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * type\n */\n type: DiscountType;\n /**\n * Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.\n */\n basis_points: number;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n}\n/**\n * Schema for a percentage discount that is applied on every invoice\nfor a certain number of months.\n */\nexport interface DiscountPercentageRepeatDuration {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * duration_in_months\n */\n duration_in_months: number;\n /**\n * type\n */\n type: DiscountType;\n /**\n * Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.\n */\n basis_points: number;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n /**\n * products\n */\n products: DiscountProduct[];\n}\n/**\n * DiscountPercentageRepeatDurationBase\n */\nexport interface DiscountPercentageRepeatDurationBase {\n /**\n * duration\n */\n duration: DiscountDuration;\n /**\n * duration_in_months\n */\n duration_in_months: number;\n /**\n * type\n */\n type: DiscountType;\n /**\n * Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.\n */\n basis_points: number;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Name of the discount. Will be displayed to the customer when the discount is applied.\n */\n name: string;\n /**\n * Code customers can use to apply the discount during checkout.\n */\n code: string | null;\n /**\n * Timestamp after which the discount is redeemable.\n */\n starts_at: string | null;\n /**\n * Timestamp after which the discount is no longer redeemable.\n */\n ends_at: string | null;\n /**\n * Maximum number of times the discount can be redeemed.\n */\n max_redemptions: number | null;\n /**\n * Number of times the discount has been redeemed.\n */\n redemptions_count: number;\n /**\n * The organization ID.\n */\n organization_id: string;\n}\n/**\n * A product that a discount can be applied to.\n */\nexport interface DiscountProduct {\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n}\n/**\n * Schema to update a discount.\n */\nexport interface DiscountUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * name\n */\n name?: string | null;\n /**\n * Code customers can use to apply the discount during checkout. Must be between 3 and 256 characters long and contain only alphanumeric characters.If not provided, the discount can only be applied via the API.\n */\n code?: string | null;\n /**\n * Optional timestamp after which the discount is redeemable.\n */\n starts_at?: string | null;\n /**\n * Optional timestamp after which the discount is no longer redeemable.\n */\n ends_at?: string | null;\n /**\n * Optional maximum number of times the discount can be redeemed.\n */\n max_redemptions?: number | null;\n /**\n * duration\n */\n duration?: DiscountDuration | null;\n /**\n * duration_in_months\n */\n duration_in_months?: number | null;\n /**\n * type\n */\n type?: DiscountType | null;\n /**\n * amount\n */\n amount?: number | null;\n /**\n * currency\n */\n currency?: PresentmentCurrency | null;\n /**\n * amounts\n */\n amounts?: Record<string, number> | null;\n /**\n * basis_points\n */\n basis_points?: number | null;\n /**\n * products\n */\n products?: string[] | null;\n}\n/**\n * Schema representing a dispute.\n\nA dispute is a challenge raised by a customer or their bank regarding a payment.\n */\nexport interface Dispute {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * status\n */\n status: DisputeStatus;\n /**\n * Whether the dispute has been resolved (won or lost).\n */\n resolved: boolean;\n /**\n * Whether the dispute is closed (prevented, won, or lost).\n */\n closed: boolean;\n /**\n * Amount in cents disputed.\n */\n amount: number;\n /**\n * Tax amount in cents disputed.\n */\n tax_amount: number;\n /**\n * Currency code of the dispute.\n */\n currency: string;\n /**\n * The reason for the dispute as reported by the card network (e.g. `fraudulent`, `product_not_received`). `None` until the processor reports it.\n */\n reason: string | null;\n /**\n * Deadline to submit evidence in response to the dispute. `None` when no response is required.\n */\n evidence_due_by: string | null;\n /**\n * Whether the evidence submission deadline has passed.\n */\n past_due: boolean;\n /**\n * The ID of the order associated with the dispute.\n */\n order_id: string;\n /**\n * The ID of the payment associated with the dispute.\n */\n payment_id: string;\n /**\n * customer\n */\n customer: DisputeCustomer;\n /**\n * The ID of the support case for this dispute, if one was opened.\n */\n case_id: string | null;\n}\n/**\n * DisputeCustomer\n */\nexport interface DisputeCustomer {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * type\n */\n type: CustomerType;\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * DisputeNotOpenError\n */\nexport interface DisputeNotOpenError {\n /**\n * error\n */\n error: \"DisputeNotOpenError\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Schema to create a file to be associated with the downloadables benefit.\n */\nexport interface DownloadableFileCreate {\n /**\n * organization_id\n */\n organization_id?: string | null;\n /**\n * name\n */\n name: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64?: string | null;\n /**\n * upload\n */\n upload: S3FileCreateMultipart;\n /**\n * service\n */\n service: \"downloadable\";\n /**\n * version\n */\n version?: string | null;\n}\n/**\n * File to be associated with the downloadables benefit.\n */\nexport interface DownloadableFileRead {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * name\n */\n name: string;\n /**\n * path\n */\n path: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * storage_version\n */\n storage_version: string | null;\n /**\n * checksum_etag\n */\n checksum_etag: string | null;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n /**\n * checksum_sha256_hex\n */\n checksum_sha256_hex: string | null;\n /**\n * last_modified_at\n */\n last_modified_at: string | null;\n /**\n * version\n */\n version: string | null;\n /**\n * service\n */\n service: \"downloadable\";\n /**\n * is_uploaded\n */\n is_uploaded: boolean;\n /**\n * created_at\n */\n created_at: string;\n /**\n * size_readable\n */\n size_readable: string;\n}\n/**\n * DownloadableRead\n */\nexport interface DownloadableRead {\n /**\n * id\n */\n id: string;\n /**\n * benefit_id\n */\n benefit_id: string;\n /**\n * file\n */\n file: FileDownload;\n}\n/**\n * EventCreateCustomer\n */\nexport interface EventCreateCustomer {\n /**\n * The timestamp of the event.\n */\n timestamp?: string;\n /**\n * The name of the event.\n */\n name: string;\n /**\n * The ID of the organization owning the event. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * Your unique identifier for this event. Useful for deduplication and parent-child relationships.\n */\n external_id?: string | null;\n /**\n * The ID of the parent event. Can be either a Polar event ID (UUID) or an external event ID.\n */\n parent_id?: string | null;\n /**\n * metadata\n */\n metadata?: EventMetadataInput;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string;\n /**\n * ID of the member within the customer's organization who performed the action. Used for member-level attribution in B2B.\n */\n member_id?: string | null;\n}\n/**\n * EventCreateExternalCustomer\n */\nexport interface EventCreateExternalCustomer {\n /**\n * The timestamp of the event.\n */\n timestamp?: string;\n /**\n * The name of the event.\n */\n name: string;\n /**\n * The ID of the organization owning the event. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * Your unique identifier for this event. Useful for deduplication and parent-child relationships.\n */\n external_id?: string | null;\n /**\n * The ID of the parent event. Can be either a Polar event ID (UUID) or an external event ID.\n */\n parent_id?: string | null;\n /**\n * metadata\n */\n metadata?: EventMetadataInput;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string;\n /**\n * ID of the member in your system within the customer's organization who performed the action. Used for member-level attribution in B2B.\n */\n external_member_id?: string | null;\n}\n/**\n * EventMetadataInput\n */\nexport interface EventMetadataInput {\n /**\n * _cost\n */\n _cost?: CostMetadataInput;\n /**\n * _llm\n */\n _llm?: LLMMetadata;\n}\n/**\n * EventMetadataOutput\n */\nexport interface EventMetadataOutput {\n /**\n * _cost\n */\n _cost?: CostMetadataOutput;\n /**\n * _llm\n */\n _llm?: LLMMetadata;\n}\n/**\n * EventName\n */\nexport interface EventName {\n /**\n * The name of the event.\n */\n name: string;\n /**\n * Human readable label of the event.\n */\n label: string;\n /**\n * source\n */\n source: EventSource;\n /**\n * Number of times the event has occurred.\n */\n occurrences: number;\n /**\n * The first time the event occurred.\n */\n first_seen: string;\n /**\n * The last time the event occurred.\n */\n last_seen: string;\n}\n/**\n * EventType\n */\nexport interface EventType {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The name of the event type.\n */\n name: string;\n /**\n * The label for the event type.\n */\n label: string;\n /**\n * Property path to extract dynamic label from event metadata.\n */\n label_property_selector?: string | null;\n /**\n * The ID of the organization owning the event type.\n */\n organization_id: string;\n}\n/**\n * EventTypeUpdate\n */\nexport interface EventTypeUpdate {\n /**\n * The label for the event type.\n */\n label: string;\n /**\n * Property path to extract dynamic label from event metadata (e.g., 'subject' or 'metadata.subject').\n */\n label_property_selector?: string | null;\n}\n/**\n * EventTypeWithStats\n */\nexport interface EventTypeWithStats {\n /**\n * The ID of the event type. Null for system event types.\n */\n id?: string | null;\n /**\n * Creation timestamp of the event type. Null for system event types.\n */\n created_at?: string | null;\n /**\n * Last modification timestamp of the event type. Null for system event types.\n */\n modified_at?: string | null;\n /**\n * The name of the event type.\n */\n name: string;\n /**\n * The label for the event type.\n */\n label: string;\n /**\n * Property path to extract dynamic label from event metadata.\n */\n label_property_selector?: string | null;\n /**\n * The ID of the organization owning the event type.\n */\n organization_id: string;\n /**\n * source\n */\n source: EventSource;\n /**\n * Number of times the event has occurred.\n */\n occurrences: number;\n /**\n * The first time the event occurred.\n */\n first_seen: string;\n /**\n * The last time the event occurred.\n */\n last_seen: string;\n}\n/**\n * EventsIngest\n */\nexport interface EventsIngest {\n /**\n * List of events to ingest.\n */\n events: (EventCreateCustomer | EventCreateExternalCustomer)[];\n}\n/**\n * EventsIngestResponse\n */\nexport interface EventsIngestResponse {\n /**\n * Number of events inserted.\n */\n inserted: number;\n /**\n * Number of duplicate events skipped.\n */\n duplicates?: number;\n}\n/**\n * A price that already exists for this product.\n\nUseful when updating a product if you want to keep an existing price.\n */\nexport interface ExistingProductPrice {\n /**\n * id\n */\n id: string;\n}\n/**\n * ExpiredCheckoutError\n */\nexport interface ExpiredCheckoutError {\n /**\n * error\n */\n error: \"ExpiredCheckoutError\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * FileDownload\n */\nexport interface FileDownload {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * name\n */\n name: string;\n /**\n * path\n */\n path: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * storage_version\n */\n storage_version: string | null;\n /**\n * checksum_etag\n */\n checksum_etag: string | null;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n /**\n * checksum_sha256_hex\n */\n checksum_sha256_hex: string | null;\n /**\n * last_modified_at\n */\n last_modified_at: string | null;\n /**\n * download\n */\n download: S3DownloadURL;\n /**\n * version\n */\n version: string | null;\n /**\n * is_uploaded\n */\n is_uploaded: boolean;\n /**\n * service\n */\n service: FileServiceTypes;\n /**\n * size_readable\n */\n size_readable: string;\n}\n/**\n * FilePatch\n */\nexport interface FilePatch {\n /**\n * name\n */\n name?: string | null;\n /**\n * version\n */\n version?: string | null;\n}\n/**\n * FileUpload\n */\nexport interface FileUpload {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * name\n */\n name: string;\n /**\n * path\n */\n path: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * storage_version\n */\n storage_version: string | null;\n /**\n * checksum_etag\n */\n checksum_etag: string | null;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n /**\n * checksum_sha256_hex\n */\n checksum_sha256_hex: string | null;\n /**\n * last_modified_at\n */\n last_modified_at: string | null;\n /**\n * upload\n */\n upload: S3FileUploadMultipart;\n /**\n * version\n */\n version: string | null;\n /**\n * is_uploaded\n */\n is_uploaded?: boolean;\n /**\n * service\n */\n service: FileServiceTypes;\n /**\n * size_readable\n */\n size_readable: string;\n}\n/**\n * FileUploadCompleted\n */\nexport interface FileUploadCompleted {\n /**\n * id\n */\n id: string;\n /**\n * path\n */\n path: string;\n /**\n * parts\n */\n parts: S3FileUploadCompletedPart[];\n}\n/**\n * Filter\n */\nexport interface Filter {\n /**\n * conjunction\n */\n conjunction: FilterConjunction;\n /**\n * clauses\n */\n clauses: (FilterClause | Filter)[];\n}\n/**\n * FilterClause\n */\nexport interface FilterClause {\n /**\n * property\n */\n property: string;\n /**\n * operator\n */\n operator: FilterOperator;\n /**\n * value\n */\n value: string | number | boolean;\n}\n/**\n * Schema of a payment with a generic payment method.\n */\nexport interface GenericPayment {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * processor\n */\n processor: PaymentProcessor;\n /**\n * status\n */\n status: PaymentStatus;\n /**\n * The payment amount in cents.\n */\n amount: number;\n /**\n * The payment currency. Currently, only `usd` is supported.\n */\n currency: string;\n /**\n * The payment method used.\n */\n method: string;\n /**\n * What initiated this payment attempt, e.g. initial purchase, subscription renewal, or an automated dunning retry.\n */\n trigger: PaymentTrigger | null;\n /**\n * Error code, if the payment was declined.\n */\n decline_reason: string | null;\n /**\n * Human-readable error message, if the payment was declined.\n */\n decline_message: string | null;\n /**\n * The ID of the organization that owns the payment.\n */\n organization_id: string;\n /**\n * The ID of the checkout session associated with this payment.\n */\n checkout_id: string | null;\n /**\n * The ID of the order associated with this payment.\n */\n order_id: string | null;\n /**\n * Additional metadata from the payment processor for internal use.\n */\n processor_metadata?: Record<string, unknown>;\n}\n/**\n * HTTPValidationError\n */\nexport interface HTTPValidationError {\n /**\n * detail\n */\n detail?: ValidationError[];\n}\n/**\n * IntrospectTokenResponse\n */\nexport interface IntrospectTokenResponse {\n /**\n * active\n */\n active: boolean;\n /**\n * client_id\n */\n client_id: string;\n /**\n * token_type\n */\n token_type: TokenType;\n /**\n * scope\n */\n scope: string;\n /**\n * sub_type\n */\n sub_type: SubType;\n /**\n * sub\n */\n sub: string;\n /**\n * organizations\n */\n organizations: string[];\n /**\n * aud\n */\n aud: string;\n /**\n * iss\n */\n iss: string;\n /**\n * exp\n */\n exp: number;\n /**\n * iat\n */\n iat: number;\n}\n/**\n * LLMMetadata\n */\nexport interface LLMMetadata {\n /**\n * The vendor of the event.\n */\n vendor: string;\n /**\n * The model used for the event.\n */\n model: string;\n /**\n * The LLM prompt used for the event.\n */\n prompt?: string | null;\n /**\n * The LLM response used for the event.\n */\n response?: string | null;\n /**\n * The number of LLM input tokens used for the event.\n */\n input_tokens: number;\n /**\n * The number of LLM cached tokens that were used for the event.\n */\n cached_input_tokens?: number;\n /**\n * The number of LLM output tokens used for the event.\n */\n output_tokens: number;\n /**\n * The total number of LLM tokens used for the event.\n */\n total_tokens: number;\n}\n/**\n * A pay-what-you-want recurring price for a product, i.e. a subscription.\n\n**Deprecated**: The recurring interval should be set on the product itself.\n */\nexport interface LegacyRecurringProductPriceCustom {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the price.\n */\n id: string;\n /**\n * source\n */\n source: ProductPriceSource;\n /**\n * amount_type\n */\n amount_type: \"custom\";\n /**\n * The currency in which the customer will be charged.\n */\n price_currency: string;\n /**\n * The tax behavior of the price. If null, it defaults to the organization's default tax behavior.\n */\n tax_behavior: TaxBehaviorOption | null;\n /**\n * Whether the price is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the product owning the price.\n */\n product_id: string;\n /**\n * The type of the price.\n */\n type: \"recurring\";\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * The minimum amount the customer can pay. If 0, the price is 'free or pay what you want'.\n */\n minimum_amount: number;\n /**\n * The maximum amount the customer can pay.\n */\n maximum_amount: number | null;\n /**\n * The initial amount shown to the customer.\n */\n preset_amount: number | null;\n /**\n * legacy\n */\n legacy: true;\n}\n/**\n * A recurring price for a product, i.e. a subscription.\n\n**Deprecated**: The recurring interval should be set on the product itself.\n */\nexport interface LegacyRecurringProductPriceFixed {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the price.\n */\n id: string;\n /**\n * source\n */\n source: ProductPriceSource;\n /**\n * amount_type\n */\n amount_type: \"fixed\";\n /**\n * The currency in which the customer will be charged.\n */\n price_currency: string;\n /**\n * The tax behavior of the price. If null, it defaults to the organization's default tax behavior.\n */\n tax_behavior: TaxBehaviorOption | null;\n /**\n * Whether the price is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the product owning the price.\n */\n product_id: string;\n /**\n * The type of the price.\n */\n type: \"recurring\";\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * The price in cents.\n */\n price_amount: number;\n /**\n * legacy\n */\n legacy: true;\n}\n/**\n * LicenseKeyActivate\n */\nexport interface LicenseKeyActivate {\n /**\n * key\n */\n key: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * label\n */\n label: string;\n /**\n * Key-value object allowing you to set conditions that must match when validating the license key.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n conditions?: Record<string, string | number | number | boolean>;\n /**\n * Key-value object allowing you to store additional information about the activation\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n meta?: Record<string, string | number | number | boolean>;\n}\n/**\n * LicenseKeyActivationBase\n */\nexport interface LicenseKeyActivationBase {\n /**\n * id\n */\n id: string;\n /**\n * license_key_id\n */\n license_key_id: string;\n /**\n * label\n */\n label: string;\n /**\n * meta\n */\n meta: Record<string, string | number | number | boolean>;\n /**\n * created_at\n */\n created_at: string;\n /**\n * modified_at\n */\n modified_at: string | null;\n}\n/**\n * LicenseKeyActivationRead\n */\nexport interface LicenseKeyActivationRead {\n /**\n * id\n */\n id: string;\n /**\n * license_key_id\n */\n license_key_id: string;\n /**\n * label\n */\n label: string;\n /**\n * meta\n */\n meta: Record<string, string | number | number | boolean>;\n /**\n * created_at\n */\n created_at: string;\n /**\n * modified_at\n */\n modified_at: string | null;\n /**\n * license_key\n */\n license_key: LicenseKeyRead;\n}\n/**\n * LicenseKeyCustomer\n */\nexport interface LicenseKeyCustomer {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * type\n */\n type: CustomerType;\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * LicenseKeyDeactivate\n */\nexport interface LicenseKeyDeactivate {\n /**\n * key\n */\n key: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * activation_id\n */\n activation_id: string;\n}\n/**\n * LicenseKeyRead\n */\nexport interface LicenseKeyRead {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer\n */\n customer: LicenseKeyCustomer;\n /**\n * The benefit ID.\n */\n benefit_id: string;\n /**\n * key\n */\n key: string;\n /**\n * display_key\n */\n display_key: string;\n /**\n * status\n */\n status: LicenseKeyStatus;\n /**\n * limit_activations\n */\n limit_activations: number | null;\n /**\n * usage\n */\n usage: number;\n /**\n * limit_usage\n */\n limit_usage: number | null;\n /**\n * validations\n */\n validations: number;\n /**\n * last_validated_at\n */\n last_validated_at: string | null;\n /**\n * expires_at\n */\n expires_at: string | null;\n}\n/**\n * LicenseKeyUpdate\n */\nexport interface LicenseKeyUpdate {\n /**\n * status\n */\n status?: LicenseKeyStatus | null;\n /**\n * usage\n */\n usage?: number;\n /**\n * limit_activations\n */\n limit_activations?: number | null;\n /**\n * limit_usage\n */\n limit_usage?: number | null;\n /**\n * expires_at\n */\n expires_at?: string | null;\n}\n/**\n * LicenseKeyValidate\n */\nexport interface LicenseKeyValidate {\n /**\n * key\n */\n key: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * activation_id\n */\n activation_id?: string | null;\n /**\n * benefit_id\n */\n benefit_id?: string | null;\n /**\n * customer_id\n */\n customer_id?: string | null;\n /**\n * increment_usage\n */\n increment_usage?: number | null;\n /**\n * Key-value object allowing you to set conditions that must match when validating the license key.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n conditions?: Record<string, string | number | number | boolean>;\n}\n/**\n * LicenseKeyWithActivations\n */\nexport interface LicenseKeyWithActivations {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer\n */\n customer: LicenseKeyCustomer;\n /**\n * The benefit ID.\n */\n benefit_id: string;\n /**\n * key\n */\n key: string;\n /**\n * display_key\n */\n display_key: string;\n /**\n * status\n */\n status: LicenseKeyStatus;\n /**\n * limit_activations\n */\n limit_activations: number | null;\n /**\n * usage\n */\n usage: number;\n /**\n * limit_usage\n */\n limit_usage: number | null;\n /**\n * validations\n */\n validations: number;\n /**\n * last_validated_at\n */\n last_validated_at: string | null;\n /**\n * expires_at\n */\n expires_at: string | null;\n /**\n * activations\n */\n activations: LicenseKeyActivationBase[];\n}\n/**\n * ListResourceBenefit\n */\nexport interface ListResourceBenefit {\n /**\n * items\n */\n items: Benefit[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceBenefitGrant\n */\nexport interface ListResourceBenefitGrant {\n /**\n * items\n */\n items: BenefitGrant[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCheckout\n */\nexport interface ListResourceCheckout {\n /**\n * items\n */\n items: Checkout[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCheckoutLink\n */\nexport interface ListResourceCheckoutLink {\n /**\n * items\n */\n items: CheckoutLink[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomField\n */\nexport interface ListResourceCustomField {\n /**\n * items\n */\n items: CustomField[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomer\n */\nexport interface ListResourceCustomer {\n /**\n * items\n */\n items: Customer[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerBenefitGrant\n */\nexport interface ListResourceCustomerBenefitGrant {\n /**\n * items\n */\n items: CustomerBenefitGrant[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerCustomerMeter\n */\nexport interface ListResourceCustomerCustomerMeter {\n /**\n * items\n */\n items: CustomerCustomerMeter[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerMeter\n */\nexport interface ListResourceCustomerMeter {\n /**\n * items\n */\n items: CustomerMeter[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerOrder\n */\nexport interface ListResourceCustomerOrder {\n /**\n * items\n */\n items: CustomerOrder[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerPaymentMethod\n */\nexport interface ListResourceCustomerPaymentMethod {\n /**\n * items\n */\n items: CustomerPaymentMethod[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerPortalMember\n */\nexport interface ListResourceCustomerPortalMember {\n /**\n * items\n */\n items: CustomerPortalMember[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerSubscription\n */\nexport interface ListResourceCustomerSubscription {\n /**\n * items\n */\n items: CustomerSubscription[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceCustomerWallet\n */\nexport interface ListResourceCustomerWallet {\n /**\n * items\n */\n items: CustomerWallet[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceDiscount\n */\nexport interface ListResourceDiscount {\n /**\n * items\n */\n items: Discount[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceDispute\n */\nexport interface ListResourceDispute {\n /**\n * items\n */\n items: Dispute[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceDownloadableRead\n */\nexport interface ListResourceDownloadableRead {\n /**\n * items\n */\n items: DownloadableRead[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceEvent\n */\nexport interface ListResourceEvent {\n /**\n * items\n */\n items: Event[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceEventName\n */\nexport interface ListResourceEventName {\n /**\n * items\n */\n items: EventName[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceEventTypeWithStats\n */\nexport interface ListResourceEventTypeWithStats {\n /**\n * items\n */\n items: EventTypeWithStats[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceFileRead\n */\nexport interface ListResourceFileRead {\n /**\n * items\n */\n items: FileRead[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceLicenseKeyRead\n */\nexport interface ListResourceLicenseKeyRead {\n /**\n * items\n */\n items: LicenseKeyRead[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceMember\n */\nexport interface ListResourceMember {\n /**\n * items\n */\n items: Member[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceMeter\n */\nexport interface ListResourceMeter {\n /**\n * items\n */\n items: Meter[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceOrder\n */\nexport interface ListResourceOrder {\n /**\n * items\n */\n items: Order[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceOrganization\n */\nexport interface ListResourceOrganization {\n /**\n * items\n */\n items: Organization[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourcePayment\n */\nexport interface ListResourcePayment {\n /**\n * items\n */\n items: Payment[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourcePaymentMethod\n */\nexport interface ListResourcePaymentMethod {\n /**\n * items\n */\n items: PaymentMethod[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceProduct\n */\nexport interface ListResourceProduct {\n /**\n * items\n */\n items: Product[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceRefund\n */\nexport interface ListResourceRefund {\n /**\n * items\n */\n items: Refund[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceSubscription\n */\nexport interface ListResourceSubscription {\n /**\n * items\n */\n items: Subscription[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceWebhookDelivery\n */\nexport interface ListResourceWebhookDelivery {\n /**\n * items\n */\n items: WebhookDelivery[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceWebhookEndpoint\n */\nexport interface ListResourceWebhookEndpoint {\n /**\n * items\n */\n items: WebhookEndpoint[];\n /**\n * pagination\n */\n pagination: Pagination;\n}\n/**\n * ListResourceWithCursorPaginationEvent\n */\nexport interface ListResourceWithCursorPaginationEvent {\n /**\n * items\n */\n items: Event[];\n /**\n * pagination\n */\n pagination: CursorPagination;\n}\n/**\n * ManualRetryLimitExceeded\n */\nexport interface ManualRetryLimitExceeded {\n /**\n * error\n */\n error: \"ManualRetryLimitExceeded\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * A member of a customer.\n */\nexport interface Member {\n /**\n * The ID of the member.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the customer this member belongs to.\n */\n customer_id: string;\n /**\n * The email address of the member.\n */\n email: string;\n /**\n * The name of the member.\n */\n name: string | null;\n /**\n * The ID of the member in your system. This must be unique within the customer.\n */\n external_id: string | null;\n /**\n * role\n */\n role: MemberRole;\n}\n/**\n * Schema for creating a new member nested under a customer.\n\nThe customer is taken from the URL path, so it's not part of the body.\n */\nexport interface MemberCreateFromCustomer {\n /**\n * The email address of the member.\n */\n email: string;\n /**\n * name\n */\n name?: string | null;\n /**\n * The ID of the member in your system. This must be unique within the customer.\n */\n external_id?: string | null;\n /**\n * The role of the member within the customer. To assign or transfer ownership, use the member update endpoint.\n */\n role?: Role;\n}\n/**\n * Schema for creating an owner member during customer creation.\n */\nexport interface MemberOwnerCreate {\n /**\n * The email address of the member.\n */\n email: string;\n /**\n * name\n */\n name?: string | null;\n /**\n * The ID of the member in your system. This must be unique within the customer.\n */\n external_id?: string | null;\n}\n/**\n * Schema for updating a member.\n */\nexport interface MemberUpdate {\n /**\n * name\n */\n name?: string | null;\n /**\n * email\n */\n email?: string | null;\n /**\n * The role of the member within the customer.\n */\n role?: MemberRole | null;\n}\n/**\n * MetadataOutputType\n */\nexport interface MetadataOutputType extends Record<string, never> {}\n/**\n * Meter\n */\nexport interface Meter {\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The name of the meter. Will be shown on customer's invoices and usage.\n */\n name: string;\n /**\n * unit\n */\n unit: MeterUnit;\n /**\n * The label for the custom unit.\n */\n custom_label?: string | null;\n /**\n * The multiplier to convert from base unit to display scale.\n */\n custom_multiplier?: number | null;\n /**\n * filter\n */\n filter: Filter;\n /**\n * The aggregation to apply on the filtered events to calculate the meter.\n */\n aggregation: CountAggregation | PropertyAggregation | UniqueAggregation;\n /**\n * The ID of the organization owning the meter.\n */\n organization_id: string;\n /**\n * Whether the meter is archived and the time it was archived.\n */\n archived_at?: string | null;\n}\n/**\n * MeterCreate\n */\nexport interface MeterCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The name of the meter. Will be shown on customer's invoices and usage.\n */\n name: string;\n /**\n * unit\n */\n unit?: MeterUnit;\n /**\n * The label for the custom unit, e.g. 'request'. Required when unit is 'custom'.\n */\n custom_label?: string | null;\n /**\n * The multiplier to convert from the base unit to display scale, e.g. 1000 to display per 1000 units. Defaults to 1 when not provided.\n */\n custom_multiplier?: number | null;\n /**\n * filter\n */\n filter: Filter;\n /**\n * The aggregation to apply on the filtered events to calculate the meter.\n */\n aggregation: CountAggregation | PropertyAggregation | UniqueAggregation;\n /**\n * The ID of the organization owning the meter. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n}\n/**\n * An event created by Polar when credits are added to a customer meter.\n */\nexport interface MeterCreditEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"meter.credited\";\n /**\n * metadata\n */\n metadata: MeterCreditedMetadata;\n}\n/**\n * MeterCreditedMetadata\n */\nexport interface MeterCreditedMetadata {\n /**\n * meter_id\n */\n meter_id: string;\n /**\n * units\n */\n units: number;\n /**\n * rollover\n */\n rollover: boolean;\n}\n/**\n * MeterQuantities\n */\nexport interface MeterQuantities {\n /**\n * quantities\n */\n quantities: MeterQuantity[];\n /**\n * The total quantity for the period.\n */\n total: number;\n}\n/**\n * MeterQuantity\n */\nexport interface MeterQuantity {\n /**\n * The timestamp for the current period.\n */\n timestamp: string;\n /**\n * The quantity for the current period.\n */\n quantity: number;\n}\n/**\n * An event created by Polar when a customer meter is reset.\n */\nexport interface MeterResetEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"meter.reset\";\n /**\n * metadata\n */\n metadata: MeterResetMetadata;\n}\n/**\n * MeterResetMetadata\n */\nexport interface MeterResetMetadata {\n /**\n * meter_id\n */\n meter_id: string;\n}\n/**\n * MeterUpdate\n */\nexport interface MeterUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The name of the meter. Will be shown on customer's invoices and usage.\n */\n name?: string | null;\n /**\n * The unit of the meter.\n */\n unit?: MeterUnit | null;\n /**\n * The label for the custom unit. Required when unit is 'custom'.\n */\n custom_label?: string | null;\n /**\n * The multiplier to convert from base unit to display scale. Required when unit is 'custom'.\n */\n custom_multiplier?: number | null;\n /**\n * The filter to apply on events that'll be used to calculate the meter.\n */\n filter?: Filter | null;\n /**\n * The aggregation to apply on the filtered events to calculate the meter.\n */\n aggregation?: (CountAggregation | PropertyAggregation | UniqueAggregation) | null;\n /**\n * Whether the meter is archived. Archived meters are no longer used for billing.\n */\n is_archived?: boolean | null;\n}\n/**\n * Information about a metric.\n */\nexport interface Metric {\n /**\n * Unique identifier for the metric.\n */\n slug: string;\n /**\n * Human-readable name for the metric.\n */\n display_name: string;\n /**\n * type\n */\n type: MetricType;\n}\n/**\n * Schema for creating a metrics dashboard.\n */\nexport interface MetricDashboardCreate {\n /**\n * Display name for the dashboard.\n */\n name: string;\n /**\n * List of metric slugs to display in this dashboard.\n */\n metrics?: string[];\n /**\n * The ID of the organization owning this dashboard. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n}\n/**\n * A user-defined metrics dashboard.\n */\nexport interface MetricDashboardSchema {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Display name for the dashboard.\n */\n name: string;\n /**\n * List of metric slugs displayed in this dashboard.\n */\n metrics: string[];\n /**\n * The ID of the organization owning this dashboard.\n */\n organization_id: string;\n}\n/**\n * Schema for updating a metrics dashboard.\n */\nexport interface MetricDashboardUpdate {\n /**\n * Display name for the dashboard.\n */\n name?: string | null;\n /**\n * List of metric slugs to display in this dashboard.\n */\n metrics?: string[] | null;\n}\n/**\n * MetricPeriod\n */\nexport interface MetricPeriod {\n /**\n * Timestamp of this period data.\n */\n timestamp: string;\n /**\n * active_subscriptions\n */\n active_subscriptions?: number | number | null;\n /**\n * committed_subscriptions\n */\n committed_subscriptions?: number | number | null;\n /**\n * monthly_recurring_revenue\n */\n monthly_recurring_revenue?: number | number | null;\n /**\n * trial_monthly_recurring_revenue\n */\n trial_monthly_recurring_revenue?: number | number | null;\n /**\n * committed_monthly_recurring_revenue\n */\n committed_monthly_recurring_revenue?: number | number | null;\n /**\n * trial_committed_monthly_recurring_revenue\n */\n trial_committed_monthly_recurring_revenue?: number | number | null;\n /**\n * average_revenue_per_user\n */\n average_revenue_per_user?: number | number | null;\n /**\n * checkouts\n */\n checkouts?: number | number | null;\n /**\n * succeeded_checkouts\n */\n succeeded_checkouts?: number | number | null;\n /**\n * churned_subscriptions\n */\n churned_subscriptions?: number | number | null;\n /**\n * churn_rate\n */\n churn_rate?: number | number | null;\n /**\n * seats_total\n */\n seats_total?: number | number | null;\n /**\n * seats_claimed\n */\n seats_claimed?: number | number | null;\n /**\n * seats_pending\n */\n seats_pending?: number | number | null;\n /**\n * seat_customers\n */\n seat_customers?: number | number | null;\n /**\n * new_seat_customers\n */\n new_seat_customers?: number | number | null;\n /**\n * churned_seat_customers\n */\n churned_seat_customers?: number | number | null;\n /**\n * orders\n */\n orders?: number | number | null;\n /**\n * revenue\n */\n revenue?: number | number | null;\n /**\n * net_revenue\n */\n net_revenue?: number | number | null;\n /**\n * cumulative_revenue\n */\n cumulative_revenue?: number | number | null;\n /**\n * net_cumulative_revenue\n */\n net_cumulative_revenue?: number | number | null;\n /**\n * costs\n */\n costs?: number | number | null;\n /**\n * cumulative_costs\n */\n cumulative_costs?: number | number | null;\n /**\n * average_order_value\n */\n average_order_value?: number | number | null;\n /**\n * net_average_order_value\n */\n net_average_order_value?: number | number | null;\n /**\n * cost_per_user\n */\n cost_per_user?: number | number | null;\n /**\n * active_user_by_event\n */\n active_user_by_event?: number | number | null;\n /**\n * one_time_products\n */\n one_time_products?: number | number | null;\n /**\n * one_time_products_revenue\n */\n one_time_products_revenue?: number | number | null;\n /**\n * one_time_products_net_revenue\n */\n one_time_products_net_revenue?: number | number | null;\n /**\n * new_subscriptions\n */\n new_subscriptions?: number | number | null;\n /**\n * new_subscriptions_revenue\n */\n new_subscriptions_revenue?: number | number | null;\n /**\n * new_subscriptions_net_revenue\n */\n new_subscriptions_net_revenue?: number | number | null;\n /**\n * renewed_subscriptions\n */\n renewed_subscriptions?: number | number | null;\n /**\n * renewed_subscriptions_revenue\n */\n renewed_subscriptions_revenue?: number | number | null;\n /**\n * renewed_subscriptions_net_revenue\n */\n renewed_subscriptions_net_revenue?: number | number | null;\n /**\n * canceled_subscriptions\n */\n canceled_subscriptions?: number | number | null;\n /**\n * canceled_subscriptions_customer_service\n */\n canceled_subscriptions_customer_service?: number | number | null;\n /**\n * canceled_subscriptions_low_quality\n */\n canceled_subscriptions_low_quality?: number | number | null;\n /**\n * canceled_subscriptions_missing_features\n */\n canceled_subscriptions_missing_features?: number | number | null;\n /**\n * canceled_subscriptions_switched_service\n */\n canceled_subscriptions_switched_service?: number | number | null;\n /**\n * canceled_subscriptions_too_complex\n */\n canceled_subscriptions_too_complex?: number | number | null;\n /**\n * canceled_subscriptions_too_expensive\n */\n canceled_subscriptions_too_expensive?: number | number | null;\n /**\n * canceled_subscriptions_unused\n */\n canceled_subscriptions_unused?: number | number | null;\n /**\n * canceled_subscriptions_other\n */\n canceled_subscriptions_other?: number | number | null;\n /**\n * annual_recurring_revenue\n */\n annual_recurring_revenue?: number | number | null;\n /**\n * committed_annual_recurring_revenue\n */\n committed_annual_recurring_revenue?: number | number | null;\n /**\n * checkouts_conversion\n */\n checkouts_conversion?: number | number | null;\n /**\n * ltv\n */\n ltv?: number | number | null;\n /**\n * gross_margin\n */\n gross_margin?: number | number | null;\n /**\n * gross_margin_percentage\n */\n gross_margin_percentage?: number | number | null;\n /**\n * cashflow\n */\n cashflow?: number | number | null;\n /**\n * average_seats_per_customer\n */\n average_seats_per_customer?: number | number | null;\n /**\n * seat_utilization_rate\n */\n seat_utilization_rate?: number | number | null;\n}\n/**\n * Metrics\n */\nexport interface Metrics {\n /**\n * active_subscriptions\n */\n active_subscriptions?: Metric | null;\n /**\n * committed_subscriptions\n */\n committed_subscriptions?: Metric | null;\n /**\n * monthly_recurring_revenue\n */\n monthly_recurring_revenue?: Metric | null;\n /**\n * trial_monthly_recurring_revenue\n */\n trial_monthly_recurring_revenue?: Metric | null;\n /**\n * committed_monthly_recurring_revenue\n */\n committed_monthly_recurring_revenue?: Metric | null;\n /**\n * trial_committed_monthly_recurring_revenue\n */\n trial_committed_monthly_recurring_revenue?: Metric | null;\n /**\n * average_revenue_per_user\n */\n average_revenue_per_user?: Metric | null;\n /**\n * checkouts\n */\n checkouts?: Metric | null;\n /**\n * succeeded_checkouts\n */\n succeeded_checkouts?: Metric | null;\n /**\n * churned_subscriptions\n */\n churned_subscriptions?: Metric | null;\n /**\n * churn_rate\n */\n churn_rate?: Metric | null;\n /**\n * seats_total\n */\n seats_total?: Metric | null;\n /**\n * seats_claimed\n */\n seats_claimed?: Metric | null;\n /**\n * seats_pending\n */\n seats_pending?: Metric | null;\n /**\n * seat_customers\n */\n seat_customers?: Metric | null;\n /**\n * new_seat_customers\n */\n new_seat_customers?: Metric | null;\n /**\n * churned_seat_customers\n */\n churned_seat_customers?: Metric | null;\n /**\n * orders\n */\n orders?: Metric | null;\n /**\n * revenue\n */\n revenue?: Metric | null;\n /**\n * net_revenue\n */\n net_revenue?: Metric | null;\n /**\n * cumulative_revenue\n */\n cumulative_revenue?: Metric | null;\n /**\n * net_cumulative_revenue\n */\n net_cumulative_revenue?: Metric | null;\n /**\n * costs\n */\n costs?: Metric | null;\n /**\n * cumulative_costs\n */\n cumulative_costs?: Metric | null;\n /**\n * average_order_value\n */\n average_order_value?: Metric | null;\n /**\n * net_average_order_value\n */\n net_average_order_value?: Metric | null;\n /**\n * cost_per_user\n */\n cost_per_user?: Metric | null;\n /**\n * active_user_by_event\n */\n active_user_by_event?: Metric | null;\n /**\n * one_time_products\n */\n one_time_products?: Metric | null;\n /**\n * one_time_products_revenue\n */\n one_time_products_revenue?: Metric | null;\n /**\n * one_time_products_net_revenue\n */\n one_time_products_net_revenue?: Metric | null;\n /**\n * new_subscriptions\n */\n new_subscriptions?: Metric | null;\n /**\n * new_subscriptions_revenue\n */\n new_subscriptions_revenue?: Metric | null;\n /**\n * new_subscriptions_net_revenue\n */\n new_subscriptions_net_revenue?: Metric | null;\n /**\n * renewed_subscriptions\n */\n renewed_subscriptions?: Metric | null;\n /**\n * renewed_subscriptions_revenue\n */\n renewed_subscriptions_revenue?: Metric | null;\n /**\n * renewed_subscriptions_net_revenue\n */\n renewed_subscriptions_net_revenue?: Metric | null;\n /**\n * canceled_subscriptions\n */\n canceled_subscriptions?: Metric | null;\n /**\n * canceled_subscriptions_customer_service\n */\n canceled_subscriptions_customer_service?: Metric | null;\n /**\n * canceled_subscriptions_low_quality\n */\n canceled_subscriptions_low_quality?: Metric | null;\n /**\n * canceled_subscriptions_missing_features\n */\n canceled_subscriptions_missing_features?: Metric | null;\n /**\n * canceled_subscriptions_switched_service\n */\n canceled_subscriptions_switched_service?: Metric | null;\n /**\n * canceled_subscriptions_too_complex\n */\n canceled_subscriptions_too_complex?: Metric | null;\n /**\n * canceled_subscriptions_too_expensive\n */\n canceled_subscriptions_too_expensive?: Metric | null;\n /**\n * canceled_subscriptions_unused\n */\n canceled_subscriptions_unused?: Metric | null;\n /**\n * canceled_subscriptions_other\n */\n canceled_subscriptions_other?: Metric | null;\n /**\n * annual_recurring_revenue\n */\n annual_recurring_revenue?: Metric | null;\n /**\n * committed_annual_recurring_revenue\n */\n committed_annual_recurring_revenue?: Metric | null;\n /**\n * checkouts_conversion\n */\n checkouts_conversion?: Metric | null;\n /**\n * ltv\n */\n ltv?: Metric | null;\n /**\n * gross_margin\n */\n gross_margin?: Metric | null;\n /**\n * gross_margin_percentage\n */\n gross_margin_percentage?: Metric | null;\n /**\n * cashflow\n */\n cashflow?: Metric | null;\n /**\n * average_seats_per_customer\n */\n average_seats_per_customer?: Metric | null;\n /**\n * seat_utilization_rate\n */\n seat_utilization_rate?: Metric | null;\n}\n/**\n * Date interval limit to get metrics for a given interval.\n */\nexport interface MetricsIntervalLimit {\n /**\n * Minimum number of days for this interval.\n */\n min_days: number;\n /**\n * Maximum number of days for this interval.\n */\n max_days: number;\n}\n/**\n * Date interval limits to get metrics for each interval.\n */\nexport interface MetricsIntervalsLimits {\n /**\n * hour\n */\n hour: MetricsIntervalLimit;\n /**\n * day\n */\n day: MetricsIntervalLimit;\n /**\n * week\n */\n week: MetricsIntervalLimit;\n /**\n * month\n */\n month: MetricsIntervalLimit;\n /**\n * year\n */\n year: MetricsIntervalLimit;\n}\n/**\n * Date limits to get metrics.\n */\nexport interface MetricsLimits {\n /**\n * Minimum date to get metrics.\n */\n min_date: string;\n /**\n * intervals\n */\n intervals: MetricsIntervalsLimits;\n}\n/**\n * Metrics response schema.\n */\nexport interface MetricsResponse {\n /**\n * List of data for each timestamp.\n */\n periods: MetricPeriod[];\n /**\n * totals\n */\n totals: MetricsTotals;\n /**\n * metrics\n */\n metrics: Metrics;\n}\n/**\n * MetricsTotals\n */\nexport interface MetricsTotals {\n /**\n * active_subscriptions\n */\n active_subscriptions?: number | number | null;\n /**\n * committed_subscriptions\n */\n committed_subscriptions?: number | number | null;\n /**\n * monthly_recurring_revenue\n */\n monthly_recurring_revenue?: number | number | null;\n /**\n * trial_monthly_recurring_revenue\n */\n trial_monthly_recurring_revenue?: number | number | null;\n /**\n * committed_monthly_recurring_revenue\n */\n committed_monthly_recurring_revenue?: number | number | null;\n /**\n * trial_committed_monthly_recurring_revenue\n */\n trial_committed_monthly_recurring_revenue?: number | number | null;\n /**\n * average_revenue_per_user\n */\n average_revenue_per_user?: number | number | null;\n /**\n * checkouts\n */\n checkouts?: number | number | null;\n /**\n * succeeded_checkouts\n */\n succeeded_checkouts?: number | number | null;\n /**\n * churned_subscriptions\n */\n churned_subscriptions?: number | number | null;\n /**\n * churn_rate\n */\n churn_rate?: number | number | null;\n /**\n * seats_total\n */\n seats_total?: number | number | null;\n /**\n * seats_claimed\n */\n seats_claimed?: number | number | null;\n /**\n * seats_pending\n */\n seats_pending?: number | number | null;\n /**\n * seat_customers\n */\n seat_customers?: number | number | null;\n /**\n * new_seat_customers\n */\n new_seat_customers?: number | number | null;\n /**\n * churned_seat_customers\n */\n churned_seat_customers?: number | number | null;\n /**\n * orders\n */\n orders?: number | number | null;\n /**\n * revenue\n */\n revenue?: number | number | null;\n /**\n * net_revenue\n */\n net_revenue?: number | number | null;\n /**\n * cumulative_revenue\n */\n cumulative_revenue?: number | number | null;\n /**\n * net_cumulative_revenue\n */\n net_cumulative_revenue?: number | number | null;\n /**\n * costs\n */\n costs?: number | number | null;\n /**\n * cumulative_costs\n */\n cumulative_costs?: number | number | null;\n /**\n * average_order_value\n */\n average_order_value?: number | number | null;\n /**\n * net_average_order_value\n */\n net_average_order_value?: number | number | null;\n /**\n * cost_per_user\n */\n cost_per_user?: number | number | null;\n /**\n * active_user_by_event\n */\n active_user_by_event?: number | number | null;\n /**\n * one_time_products\n */\n one_time_products?: number | number | null;\n /**\n * one_time_products_revenue\n */\n one_time_products_revenue?: number | number | null;\n /**\n * one_time_products_net_revenue\n */\n one_time_products_net_revenue?: number | number | null;\n /**\n * new_subscriptions\n */\n new_subscriptions?: number | number | null;\n /**\n * new_subscriptions_revenue\n */\n new_subscriptions_revenue?: number | number | null;\n /**\n * new_subscriptions_net_revenue\n */\n new_subscriptions_net_revenue?: number | number | null;\n /**\n * renewed_subscriptions\n */\n renewed_subscriptions?: number | number | null;\n /**\n * renewed_subscriptions_revenue\n */\n renewed_subscriptions_revenue?: number | number | null;\n /**\n * renewed_subscriptions_net_revenue\n */\n renewed_subscriptions_net_revenue?: number | number | null;\n /**\n * canceled_subscriptions\n */\n canceled_subscriptions?: number | number | null;\n /**\n * canceled_subscriptions_customer_service\n */\n canceled_subscriptions_customer_service?: number | number | null;\n /**\n * canceled_subscriptions_low_quality\n */\n canceled_subscriptions_low_quality?: number | number | null;\n /**\n * canceled_subscriptions_missing_features\n */\n canceled_subscriptions_missing_features?: number | number | null;\n /**\n * canceled_subscriptions_switched_service\n */\n canceled_subscriptions_switched_service?: number | number | null;\n /**\n * canceled_subscriptions_too_complex\n */\n canceled_subscriptions_too_complex?: number | number | null;\n /**\n * canceled_subscriptions_too_expensive\n */\n canceled_subscriptions_too_expensive?: number | number | null;\n /**\n * canceled_subscriptions_unused\n */\n canceled_subscriptions_unused?: number | number | null;\n /**\n * canceled_subscriptions_other\n */\n canceled_subscriptions_other?: number | number | null;\n /**\n * annual_recurring_revenue\n */\n annual_recurring_revenue?: number | number | null;\n /**\n * committed_annual_recurring_revenue\n */\n committed_annual_recurring_revenue?: number | number | null;\n /**\n * checkouts_conversion\n */\n checkouts_conversion?: number | number | null;\n /**\n * ltv\n */\n ltv?: number | number | null;\n /**\n * gross_margin\n */\n gross_margin?: number | number | null;\n /**\n * gross_margin_percentage\n */\n gross_margin_percentage?: number | number | null;\n /**\n * cashflow\n */\n cashflow?: number | number | null;\n /**\n * average_seats_per_customer\n */\n average_seats_per_customer?: number | number | null;\n /**\n * seat_utilization_rate\n */\n seat_utilization_rate?: number | number | null;\n}\n/**\n * MissingInvoiceBillingDetails\n */\nexport interface MissingInvoiceBillingDetails {\n /**\n * error\n */\n error: \"MissingInvoiceBillingDetails\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * NotOpenCheckout\n */\nexport interface NotOpenCheckout {\n /**\n * error\n */\n error: \"NotOpenCheckout\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * NotPermitted\n */\nexport interface NotPermitted {\n /**\n * error\n */\n error: \"NotPermitted\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * OAuth2ClientConfiguration\n */\nexport interface OAuth2ClientConfiguration {\n /**\n * redirect_uris\n */\n redirect_uris: string[];\n /**\n * token_endpoint_auth_method\n */\n token_endpoint_auth_method?: TokenEndpointAuthMethod;\n /**\n * grant_types\n */\n grant_types?: (\"authorization_code\" | \"refresh_token\")[];\n /**\n * response_types\n */\n response_types?: \"code\"[];\n /**\n * scope\n */\n scope?: string;\n /**\n * client_name\n */\n client_name: string;\n /**\n * client_uri\n */\n client_uri?: string | null;\n /**\n * logo_uri\n */\n logo_uri?: string | null;\n /**\n * tos_uri\n */\n tos_uri?: string | null;\n /**\n * policy_uri\n */\n policy_uri?: string | null;\n /**\n * default_sub_type\n */\n default_sub_type?: SubType;\n}\n/**\n * OAuth2ClientConfigurationUpdate\n */\nexport interface OAuth2ClientConfigurationUpdate {\n /**\n * redirect_uris\n */\n redirect_uris: string[];\n /**\n * token_endpoint_auth_method\n */\n token_endpoint_auth_method?: TokenEndpointAuthMethod;\n /**\n * grant_types\n */\n grant_types?: (\"authorization_code\" | \"refresh_token\")[];\n /**\n * response_types\n */\n response_types?: \"code\"[];\n /**\n * scope\n */\n scope?: string;\n /**\n * client_name\n */\n client_name: string;\n /**\n * client_uri\n */\n client_uri?: string | null;\n /**\n * logo_uri\n */\n logo_uri?: string | null;\n /**\n * tos_uri\n */\n tos_uri?: string | null;\n /**\n * policy_uri\n */\n policy_uri?: string | null;\n /**\n * default_sub_type\n */\n default_sub_type?: SubType;\n /**\n * client_id\n */\n client_id: string;\n}\n/**\n * OAuth2ClientPublic\n */\nexport interface OAuth2ClientPublic {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * client_id\n */\n client_id: string;\n /**\n * client_name\n */\n client_name: string | null;\n /**\n * client_uri\n */\n client_uri: string | null;\n /**\n * logo_uri\n */\n logo_uri: string | null;\n /**\n * tos_uri\n */\n tos_uri: string | null;\n /**\n * policy_uri\n */\n policy_uri: string | null;\n}\n/**\n * OffSessionChargesNotEnabled\n */\nexport interface OffSessionChargesNotEnabled {\n /**\n * error\n */\n error: \"OffSessionChargesNotEnabled\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Order\n */\nexport interface Order {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * status\n */\n status: OrderStatus;\n /**\n * Whether the order has been paid for.\n */\n paid: boolean;\n /**\n * Amount in cents, before discounts and taxes.\n */\n subtotal_amount: number;\n /**\n * Discount amount in cents.\n */\n discount_amount: number;\n /**\n * Amount in cents, after discounts but before taxes.\n */\n net_amount: number;\n /**\n * Sales tax amount in cents.\n */\n tax_amount: number;\n /**\n * Amount in cents, after discounts and taxes.\n */\n total_amount: number;\n /**\n * Customer's balance amount applied to this invoice. Can increase the total amount paid, if the customer has a negative balance, or decrease it, if the customer has a positive balance.Amount in cents.\n */\n applied_balance_amount: number;\n /**\n * Amount in cents that is due for this order.\n */\n due_amount: number;\n /**\n * Amount refunded in cents.\n */\n refunded_amount: number;\n /**\n * Sales tax refunded in cents.\n */\n refunded_tax_amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * billing_reason\n */\n billing_reason: OrderBillingReason;\n /**\n * The name of the customer that should appear on the invoice.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * The invoice number associated with this order. `null` while the order is in `draft` status; assigned at finalize.\n */\n invoice_number: string | null;\n /**\n * Whether an invoice has been generated for this order.\n */\n is_invoice_generated: boolean;\n /**\n * The receipt number for this order. Set once the order is paid for organizations with receipts enabled. When set, a downloadable receipt PDF can be obtained via the receipt endpoint.\n */\n receipt_number: string | null;\n /**\n * Number of seats purchased (for seat-based one-time orders).\n */\n seats?: number | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * product_id\n */\n product_id: string | null;\n /**\n * discount_id\n */\n discount_id: string | null;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * checkout_id\n */\n checkout_id: string | null;\n /**\n * When the next automatic payment retry is scheduled. `null` if the order is not in dunning or all retries have been exhausted.\n */\n next_payment_attempt_at?: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * Platform fee amount in cents.\n */\n platform_fee_amount: number;\n /**\n * Currency of the platform fee.\n */\n platform_fee_currency: string | null;\n /**\n * customer\n */\n customer: OrderCustomer;\n /**\n * product\n */\n product: OrderProduct | null;\n /**\n * discount\n */\n discount:\n | (\n | DiscountFixedOnceForeverDurationBase\n | DiscountFixedRepeatDurationBase\n | DiscountPercentageOnceForeverDurationBase\n | DiscountPercentageRepeatDurationBase\n )\n | null;\n /**\n * subscription\n */\n subscription: OrderSubscription | null;\n /**\n * Line items composing the order.\n */\n items: OrderItemSchema[];\n /**\n * A summary description of the order.\n */\n description: string;\n /**\n * Amount in cents that can still be refunded (net, before taxes). Accounts for any applied customer balance and previous refunds.\n */\n refundable_amount: number;\n /**\n * Sales tax in cents that would be refunded if the full refundable amount is refunded.\n */\n refundable_tax_amount: number;\n}\n/**\n * Schema to create a draft order for an off-session charge.\n */\nexport interface OrderCreate {\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The ID of the organization the order belongs to. **Required unless you use an organization token.** The customer and product must belong to this organization.\n */\n organization_id?: string | null;\n /**\n * The ID of the customer the order is for. Must belong to the order's organization.\n */\n customer_id: string;\n /**\n * The ID of the one-time product to charge for. Must belong to the order's organization. Only fixed-price and free products are supported.\n */\n product_id: string;\n /**\n * The currency to charge in (ISO 4217, lowercase, e.g. `usd`). Defaults to the organization's default currency; specify it to force a different one, or when the product isn't priced in the organization's default currency.\n */\n currency?: string | null;\n /**\n * A custom amount to charge, in the smallest currency unit. Overrides the product's price; defaults to the product's configured price (0 for free products). A positive amount must be at least the currency's minimum.\n */\n amount?: number | null;\n /**\n * A custom description for the order's line item, shown on the invoice and receipt (e.g. `5,000 tokens`). Defaults to the product name.\n */\n description?: string | null;\n}\n/**\n * OrderCustomer\n */\nexport interface OrderCustomer {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * type\n */\n type: CustomerType;\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * Schema to finalize a draft order and trigger an off-session charge.\n */\nexport interface OrderFinalize {\n /**\n * ID of the payment method to charge. Must belong to the order's customer. Falls back to the customer's default payment method when unset.\n */\n payment_method_id?: string | null;\n}\n/**\n * Order's invoice data.\n */\nexport interface OrderInvoice {\n /**\n * The URL to the invoice.\n */\n url: string;\n}\n/**\n * An order line item.\n */\nexport interface OrderItemSchema {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Description of the line item charge.\n */\n label: string;\n /**\n * Amount in cents, before discounts and taxes.\n */\n amount: number;\n /**\n * Sales tax amount in cents.\n */\n tax_amount: number;\n /**\n * Whether this charge is due to a proration.\n */\n proration: boolean;\n /**\n * Associated price ID, if any.\n */\n product_price_id: string | null;\n}\n/**\n * OrderNotDraft\n */\nexport interface OrderNotDraft {\n /**\n * error\n */\n error: \"OrderNotDraft\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * OrderNotEligibleForInvoice\n */\nexport interface OrderNotEligibleForInvoice {\n /**\n * error\n */\n error: \"OrderNotEligibleForInvoice\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * OrderNotEligibleForRetry\n */\nexport interface OrderNotEligibleForRetry {\n /**\n * error\n */\n error: \"OrderNotEligibleForRetry\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * An event created by Polar when an order is paid.\n */\nexport interface OrderPaidEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"order.paid\";\n /**\n * metadata\n */\n metadata: OrderPaidMetadata;\n}\n/**\n * OrderPaidMetadata\n */\nexport interface OrderPaidMetadata {\n /**\n * order_id\n */\n order_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * billing_type\n */\n billing_type?: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * net_amount\n */\n net_amount?: number;\n /**\n * tax_amount\n */\n tax_amount?: number;\n /**\n * applied_balance_amount\n */\n applied_balance_amount?: number;\n /**\n * discount_amount\n */\n discount_amount?: number;\n /**\n * discount_id\n */\n discount_id?: string;\n /**\n * platform_fee\n */\n platform_fee?: number;\n /**\n * subscription_id\n */\n subscription_id?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n}\n/**\n * OrderProduct\n */\nexport interface OrderProduct {\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n}\n/**\n * Order's receipt data.\n */\nexport interface OrderReceipt {\n /**\n * The URL to the receipt PDF.\n */\n url: string;\n}\n/**\n * An event created by Polar when an order is refunded.\n */\nexport interface OrderRefundedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"order.refunded\";\n /**\n * metadata\n */\n metadata: OrderRefundedMetadata;\n}\n/**\n * OrderRefundedMetadata\n */\nexport interface OrderRefundedMetadata {\n /**\n * order_id\n */\n order_id: string;\n /**\n * refunded_amount\n */\n refunded_amount: number;\n /**\n * currency\n */\n currency: string;\n}\n/**\n * OrderSubscription\n */\nexport interface OrderSubscription {\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The amount of the subscription.\n */\n amount: number;\n /**\n * The currency of the subscription.\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on.\n */\n recurring_interval_count: number;\n /**\n * status\n */\n status: SubscriptionStatus;\n /**\n * The start timestamp of the current billing period.\n */\n current_period_start: string;\n /**\n * The end timestamp of the current billing period.\n */\n current_period_end: string;\n /**\n * The start timestamp of the current meter period, if the product has a meter cycle set. Metered credits are granted and overage is settled on this cadence.\n */\n current_meter_period_start: string | null;\n /**\n * The end timestamp of the current meter period, if the product has a meter cycle set. This is when credits next renew.\n */\n current_meter_period_end: string | null;\n /**\n * The start timestamp of the trial period, if any.\n */\n trial_start: string | null;\n /**\n * The end timestamp of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * Whether the subscription will be canceled at the end of the current period.\n */\n cancel_at_period_end: boolean;\n /**\n * The timestamp when the subscription was canceled. The subscription might still be active if `cancel_at_period_end` is `true`.\n */\n canceled_at: string | null;\n /**\n * The timestamp when the subscription started.\n */\n started_at: string | null;\n /**\n * The timestamp when the subscription will end.\n */\n ends_at: string | null;\n /**\n * The timestamp when the subscription ended.\n */\n ended_at: string | null;\n /**\n * The timestamp when the subscription entered `past_due` status.\n */\n past_due_at?: string | null;\n /**\n * Whether the subscription will be paused at the end of the current period.\n */\n pause_at_period_end: boolean;\n /**\n * The timestamp when the subscription was paused.\n */\n paused_at: string | null;\n /**\n * The timestamp when a paused subscription is scheduled to automatically resume, if set.\n */\n resumes_at: string | null;\n /**\n * The ID of the subscribed customer.\n */\n customer_id: string;\n /**\n * The ID of the subscribed product.\n */\n product_id: string;\n /**\n * The ID of the applied discount, if any.\n */\n discount_id: string | null;\n /**\n * checkout_id\n */\n checkout_id: string | null;\n /**\n * The number of seats for seat-based subscriptions. None for non-seat subscriptions.\n */\n seats?: number | null;\n /**\n * customer_cancellation_reason\n */\n customer_cancellation_reason: CustomerCancellationReason | null;\n /**\n * customer_cancellation_comment\n */\n customer_cancellation_comment: string | null;\n}\n/**\n * Schema to update an order.\n */\nexport interface OrderUpdate {\n /**\n * The name of the customer that should appear on the invoice.\n */\n billing_name?: string | null;\n /**\n * The address of the customer that should appear on the invoice. Country and state fields cannot be updated.\n */\n billing_address?: AddressInput | null;\n}\n/**\n * An event created by Polar when an order is voided.\n */\nexport interface OrderVoidedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"order.voided\";\n /**\n * metadata\n */\n metadata: OrderVoidedMetadata;\n}\n/**\n * OrderVoidedMetadata\n */\nexport interface OrderVoidedMetadata {\n /**\n * order_id\n */\n order_id: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n}\n/**\n * Organization\n */\nexport interface Organization {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Organization name shown in checkout, customer portal, emails etc.\n */\n name: string;\n /**\n * Unique organization slug in checkout, customer portal and credit card statements.\n */\n slug: string;\n /**\n * Avatar URL shown in checkout, customer portal, emails etc.\n */\n avatar_url: string | null;\n /**\n * proration_behavior\n */\n proration_behavior: SubscriptionProrationBehavior;\n /**\n * Whether customers can update their subscriptions from the customer portal.\n */\n allow_customer_updates: boolean;\n /**\n * Public support email.\n */\n email: string | null;\n /**\n * Official website of the organization.\n */\n website: string | null;\n /**\n * Links to social profiles.\n */\n socials: OrganizationSocialLink[];\n /**\n * status\n */\n status: OrganizationStatus;\n /**\n * When the business details were submitted for review.\n */\n details_submitted_at: string | null;\n /**\n * Whether members must access this organization through its SSO connection.\n */\n sso_enforced: boolean;\n /**\n * Default presentment currency. Used as fallback in checkout and customer portal, if the customer's local currency is not available.\n */\n default_presentment_currency: string;\n /**\n * default_tax_behavior\n */\n default_tax_behavior: TaxBehaviorOption;\n /**\n * Organization feature settings\n */\n feature_settings: OrganizationFeatureSettings | null;\n /**\n * subscription_settings\n */\n subscription_settings: OrganizationSubscriptionSettings;\n /**\n * customer_email_settings\n */\n customer_email_settings: OrganizationCustomerEmailSettings;\n /**\n * customer_portal_settings\n */\n customer_portal_settings: OrganizationCustomerPortalSettings;\n /**\n * Two-letter country code (ISO 3166-1 alpha-2).\n */\n country?: CountryAlpha2 | null;\n /**\n * ID of the transactions account.\n */\n account_id: string | null;\n /**\n * ID of the payout account.\n */\n payout_account_id: string | null;\n /**\n * capabilities\n */\n capabilities: OrganizationCapabilities;\n}\n/**\n * Schema to create a file to be used as an organization avatar.\n */\nexport interface OrganizationAvatarFileCreate {\n /**\n * organization_id\n */\n organization_id?: string | null;\n /**\n * name\n */\n name: string;\n /**\n * MIME type of the file. Only images are supported for this type of file.\n */\n mime_type: string;\n /**\n * Size of the file. A maximum of 1 MB is allowed for this type of file.\n */\n size: number;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64?: string | null;\n /**\n * upload\n */\n upload: S3FileCreateMultipart;\n /**\n * service\n */\n service: \"organization_avatar\";\n /**\n * version\n */\n version?: string | null;\n}\n/**\n * File to be used as an organization avatar.\n */\nexport interface OrganizationAvatarFileRead {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * name\n */\n name: string;\n /**\n * path\n */\n path: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * storage_version\n */\n storage_version: string | null;\n /**\n * checksum_etag\n */\n checksum_etag: string | null;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n /**\n * checksum_sha256_hex\n */\n checksum_sha256_hex: string | null;\n /**\n * last_modified_at\n */\n last_modified_at: string | null;\n /**\n * version\n */\n version: string | null;\n /**\n * service\n */\n service: \"organization_avatar\";\n /**\n * is_uploaded\n */\n is_uploaded: boolean;\n /**\n * created_at\n */\n created_at: string;\n /**\n * size_readable\n */\n size_readable: string;\n /**\n * public_url\n */\n public_url: string;\n}\n/**\n * OrganizationCapabilities\n */\nexport interface OrganizationCapabilities {\n /**\n * Whether the organization can accept new checkout payments.\n */\n checkout_payments: boolean;\n /**\n * Whether the organization can process subscription renewals.\n */\n subscription_renewals: boolean;\n /**\n * Whether the organization can withdraw its balance.\n */\n payouts: boolean;\n /**\n * Whether the organization can issue refunds.\n */\n refunds: boolean;\n /**\n * Whether the organization can access the API.\n */\n api_access: boolean;\n /**\n * Whether the organization can access the dashboard.\n */\n dashboard_access: boolean;\n}\n/**\n * OrganizationCompanyLegalEntitySchema\n */\nexport interface OrganizationCompanyLegalEntitySchema {\n /**\n * type\n */\n type: \"company\";\n /**\n * registered_name\n */\n registered_name: string;\n}\n/**\n * OrganizationCreate\n */\nexport interface OrganizationCreate {\n /**\n * name\n */\n name: string;\n /**\n * slug\n */\n slug: string;\n /**\n * avatar_url\n */\n avatar_url?: string | null;\n /**\n * legal_entity\n */\n legal_entity?:\n | (OrganizationIndividualLegalEntitySchema | OrganizationCompanyLegalEntitySchema)\n | null;\n /**\n * Public support email.\n */\n email?: string | null;\n /**\n * Official website of the organization.\n */\n website?: string | null;\n /**\n * Link to social profiles.\n */\n socials?: OrganizationSocialLink[] | null;\n /**\n * Additional, private, business details Polar needs about active organizations for compliance (KYC).\n */\n details?: OrganizationDetails | null;\n /**\n * Two-letter country code (ISO 3166-1 alpha-2).\n */\n country?: CountryAlpha2Input | null;\n /**\n * feature_settings\n */\n feature_settings?: OrganizationFeatureSettingsUpdate | null;\n /**\n * subscription_settings\n */\n subscription_settings?: OrganizationSubscriptionSettings | null;\n /**\n * customer_email_settings\n */\n customer_email_settings?: OrganizationCustomerEmailSettings | null;\n /**\n * customer_portal_settings\n */\n customer_portal_settings?: OrganizationCustomerPortalSettings | null;\n /**\n * default_presentment_currency\n */\n default_presentment_currency?: PresentmentCurrency;\n /**\n * default_tax_behavior\n */\n default_tax_behavior?: TaxBehaviorOption;\n}\n/**\n * OrganizationCustomerEmailSettings\n */\nexport interface OrganizationCustomerEmailSettings {\n /**\n * order_confirmation\n */\n order_confirmation: boolean;\n /**\n * subscription_cancellation\n */\n subscription_cancellation: boolean;\n /**\n * subscription_confirmation\n */\n subscription_confirmation: boolean;\n /**\n * subscription_cycled\n */\n subscription_cycled: boolean;\n /**\n * subscription_cycled_after_trial\n */\n subscription_cycled_after_trial: boolean;\n /**\n * subscription_past_due\n */\n subscription_past_due: boolean;\n /**\n * subscription_paused\n */\n subscription_paused: boolean;\n /**\n * subscription_resumed\n */\n subscription_resumed: boolean;\n /**\n * subscription_renewal_reminder\n */\n subscription_renewal_reminder: boolean;\n /**\n * subscription_revoked\n */\n subscription_revoked: boolean;\n /**\n * subscription_trial_conversion_reminder\n */\n subscription_trial_conversion_reminder: boolean;\n /**\n * subscription_uncanceled\n */\n subscription_uncanceled: boolean;\n /**\n * subscription_updated\n */\n subscription_updated: boolean;\n}\n/**\n * OrganizationCustomerPortalSettings\n */\nexport interface OrganizationCustomerPortalSettings {\n /**\n * usage\n */\n usage: CustomerPortalUsageSettings;\n /**\n * subscription\n */\n subscription: CustomerPortalSubscriptionSettings;\n /**\n * customer\n */\n customer?: CustomerPortalCustomerSettings;\n}\n/**\n * OrganizationDetails\n */\nexport interface OrganizationDetails {\n /**\n * Brief information about you and your business.\n */\n about?: string | null;\n /**\n * Description of digital products being sold.\n */\n product_description?: string | null;\n /**\n * Categories of products being sold.\n */\n selling_categories?: string[];\n /**\n * Pricing models used by the organization.\n */\n pricing_models?: string[];\n /**\n * How the organization will integrate and use Polar.\n */\n intended_use?: string | null;\n /**\n * Main customer acquisition channels.\n */\n customer_acquisition?: string[];\n /**\n * Estimated revenue in the next 12 months\n */\n future_annual_revenue?: number | null;\n /**\n * Switching from another platform?\n */\n switching?: boolean;\n /**\n * Which platform the organization is migrating from.\n */\n switching_from?: (\"paddle\" | \"lemon_squeezy\" | \"gumroad\" | \"stripe\" | \"other\") | null;\n /**\n * Revenue from last year if applicable.\n */\n previous_annual_revenue?: number | null;\n}\n/**\n * OrganizationFeatureSettings\n */\nexport interface OrganizationFeatureSettings {\n /**\n * If this organization has issue funding enabled\n */\n issue_funding_enabled?: boolean;\n /**\n * If this organization has seat-based pricing enabled\n */\n seat_based_pricing_enabled?: boolean;\n /**\n * If this organization has Wallets enabled\n */\n wallets_enabled?: boolean;\n /**\n * If this organization has the Member model enabled\n */\n member_model_enabled?: boolean;\n /**\n * If this organization has checkout localization enabled\n */\n checkout_localization_enabled?: boolean;\n /**\n * Ordered list of metric slugs shown on the dashboard overview.\n */\n overview_metrics?: string[] | null;\n /**\n * If this organization has access to reset proration behavior.\n */\n reset_proration_behavior_enabled?: boolean;\n /**\n * If this organization can create and finalize draft orders via the API (off-session charges against a saved payment method).\n */\n off_session_charges_enabled?: boolean;\n /**\n * Enables the slack shared channel benefit\n */\n slack_benefit_enabled?: boolean;\n /**\n * If this organization has preview access to new features enabled\n */\n preview_access_enabled?: boolean;\n /**\n * If this organization has the disputes dashboard enabled\n */\n disputes_enabled?: boolean;\n /**\n * If this organization has single sign-on configuration enabled\n */\n sso_enabled?: boolean;\n /**\n * If this organization has the split product navigation (Billing / Compass / Customers) enabled in the dashboard\n */\n compass_enabled?: boolean;\n /**\n * If this organization can migrate its billing from another provider (e.g. Stripe) to Polar.\n */\n merchant_migration_enabled?: boolean;\n}\n/**\n * Feature settings that organizations can update themselves.\n\nOther feature settings are managed by Polar staff: they're ignored if\nprovided and keep their current value.\n */\nexport interface OrganizationFeatureSettingsUpdate {\n /**\n * If this organization has seat-based pricing enabled\n */\n seat_based_pricing_enabled?: boolean;\n /**\n * If this organization has the Member model enabled\n */\n member_model_enabled?: boolean;\n /**\n * If this organization has checkout localization enabled\n */\n checkout_localization_enabled?: boolean;\n /**\n * Ordered list of metric slugs shown on the dashboard overview.\n */\n overview_metrics?: string[] | null;\n}\n/**\n * OrganizationIndividualLegalEntitySchema\n */\nexport interface OrganizationIndividualLegalEntitySchema {\n /**\n * type\n */\n type: \"individual\";\n}\n/**\n * OrganizationNotReadyForPayments\n */\nexport interface OrganizationNotReadyForPayments {\n /**\n * error\n */\n error: \"OrganizationNotReadyForPayments\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * OrganizationSocialLink\n */\nexport interface OrganizationSocialLink {\n /**\n * platform\n */\n platform: OrganizationSocialPlatforms;\n /**\n * The URL to the organization profile\n */\n url: string;\n}\n/**\n * OrganizationSubscriptionSettings\n */\nexport interface OrganizationSubscriptionSettings {\n /**\n * allow_multiple_subscriptions\n */\n allow_multiple_subscriptions: boolean;\n /**\n * proration_behavior\n */\n proration_behavior: PublicSubscriptionProrationBehavior;\n /**\n * benefit_revocation_grace_period\n */\n benefit_revocation_grace_period: number;\n /**\n * prevent_trial_abuse\n */\n prevent_trial_abuse: boolean;\n /**\n * allow_customer_updates\n */\n allow_customer_updates: boolean;\n}\n/**\n * OrganizationUpdate\n */\nexport interface OrganizationUpdate {\n /**\n * name\n */\n name?: string | null;\n /**\n * avatar_url\n */\n avatar_url?: string | null;\n /**\n * Public support email.\n */\n email?: string | null;\n /**\n * Official website of the organization.\n */\n website?: string | null;\n /**\n * Links to social profiles.\n */\n socials?: OrganizationSocialLink[] | null;\n /**\n * Additional, private, business details Polar needs about active organizations for compliance (KYC).\n */\n details?: OrganizationDetails | null;\n /**\n * Two-letter country code (ISO 3166-1 alpha-2).\n */\n country?: CountryAlpha2Input | null;\n /**\n * feature_settings\n */\n feature_settings?: OrganizationFeatureSettingsUpdate | null;\n /**\n * subscription_settings\n */\n subscription_settings?: OrganizationSubscriptionSettings | null;\n /**\n * customer_email_settings\n */\n customer_email_settings?: OrganizationCustomerEmailSettings | null;\n /**\n * customer_portal_settings\n */\n customer_portal_settings?: OrganizationCustomerPortalSettings | null;\n /**\n * Default presentment currency for the organization\n */\n default_presentment_currency?: PresentmentCurrency | null;\n /**\n * Default tax behavior applied on products.\n */\n default_tax_behavior?: TaxBehaviorOption | null;\n /**\n * Whether members must access this organization through its SSO connection. Turning this on requires an active SSO session for this organization and at least one enabled SSO connection.\n */\n sso_enforced?: boolean | null;\n}\n/**\n * Pagination\n */\nexport interface Pagination {\n /**\n * total_count\n */\n total_count: number;\n /**\n * max_page\n */\n max_page: number;\n}\n/**\n * PauseResumeNotAllowed\n */\nexport interface PauseResumeNotAllowed {\n /**\n * error\n */\n error: \"PauseResumeNotAllowed\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentActionRequired\n */\nexport interface PaymentActionRequired {\n /**\n * error\n */\n error: \"PaymentActionRequired\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentAlreadyInProgress\n */\nexport interface PaymentAlreadyInProgress {\n /**\n * error\n */\n error: \"PaymentAlreadyInProgress\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentError\n */\nexport interface PaymentError {\n /**\n * error\n */\n error: \"PaymentError\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentFailed\n */\nexport interface PaymentFailed {\n /**\n * error\n */\n error: \"PaymentFailed\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentMethodCard\n */\nexport interface PaymentMethodCard {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * processor\n */\n processor: PaymentProcessor;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * type\n */\n type: \"card\";\n /**\n * method_metadata\n */\n method_metadata: PaymentMethodCardMetadata;\n}\n/**\n * PaymentMethodCardMetadata\n */\nexport interface PaymentMethodCardMetadata {\n /**\n * brand\n */\n brand: string;\n /**\n * last4\n */\n last4: string;\n /**\n * exp_month\n */\n exp_month: number;\n /**\n * exp_year\n */\n exp_year: number;\n /**\n * wallet\n */\n wallet?: string | null;\n}\n/**\n * PaymentMethodGeneric\n */\nexport interface PaymentMethodGeneric {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * processor\n */\n processor: PaymentProcessor;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * type\n */\n type: string;\n}\n/**\n * PaymentMethodInUseByActiveSubscription\n */\nexport interface PaymentMethodInUseByActiveSubscription {\n /**\n * error\n */\n error: \"PaymentMethodInUseByActiveSubscription\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentMethodSetupFailed\n */\nexport interface PaymentMethodSetupFailed {\n /**\n * error\n */\n error: \"PaymentMethodSetupFailed\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * PaymentNotReady\n */\nexport interface PaymentNotReady {\n /**\n * error\n */\n error: \"PaymentNotReady\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Pending update to be applied to a subscription at the beginning of the next period.\n */\nexport interface PendingSubscriptionUpdate {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The date and time when the subscription update will be applied.\n */\n applies_at: string;\n /**\n * ID of the new product to apply to the subscription. If `null`, the product won't be changed.\n */\n product_id: string | null;\n /**\n * Number of seats to apply to the subscription. If `null`, the number of seats won't be changed.\n */\n seats: number | null;\n}\n/**\n * Information about the authenticated portal user.\n */\nexport interface PortalAuthenticatedUser {\n /**\n * Type of authenticated user: 'customer' or 'member'\n */\n type: string;\n /**\n * User's name, if available.\n */\n name: string | null;\n /**\n * User's email address.\n */\n email: string;\n /**\n * Associated customer ID.\n */\n customer_id: string;\n /**\n * Member ID. Only set for members.\n */\n member_id?: string | null;\n /**\n * Member role (owner, billing_manager, member). Only set for members.\n */\n role?: string | null;\n}\n/**\n * A product.\n */\nexport interface Product {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count: number | null;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description: string | null;\n /**\n * visibility\n */\n visibility: ProductVisibility;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase.\n */\n recurring_interval: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. None for one-time products.\n */\n recurring_interval_count: number | null;\n /**\n * The meter cycle of the product, independent of the billing interval. If `None`, metered concerns follow the billing interval.\n */\n meter_interval: RecurringInterval | null;\n /**\n * Number of meter interval units. None when no meter cycle is set.\n */\n meter_interval_count: number | null;\n /**\n * Whether the product is a subscription.\n */\n is_recurring: boolean;\n /**\n * Whether the product is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the organization owning the product.\n */\n organization_id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * List of prices for this product.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of benefits granted by the product.\n */\n benefits: Benefit[];\n /**\n * List of medias associated to the product.\n */\n medias: ProductMediaFileRead[];\n /**\n * List of custom fields attached to the product.\n */\n attached_custom_fields: AttachedCustomField[];\n}\n/**\n * Schema to update the benefits granted by a product.\n */\nexport interface ProductBenefitsUpdate {\n /**\n * List of benefit IDs. Each one must be on the same organization as the product.\n */\n benefits: string[];\n}\n/**\n * ProductCreateOneTime\n */\nexport interface ProductCreateOneTime {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description?: string | null;\n /**\n * visibility\n */\n visibility?: ProductVisibility;\n /**\n * List of available prices for this product. It may combine at most one fixed price with one seat-based price (billed as `fixed + seat_charge`), or contain a single custom or free price, plus any number of metered prices. A free price cannot be combined with other prices, and a custom price cannot be combined with a fixed or seat-based price. Metered prices are not supported on one-time purchase products.\n */\n prices: (\n | ProductPriceFixedCreate\n | ProductPriceCustomCreate\n | ProductPriceSeatBasedCreate\n | ProductPriceMeteredUnitCreate\n )[];\n /**\n * List of file IDs. Each one must be on the same organization as the product, of type `product_media` and correctly uploaded.\n */\n medias?: string[] | null;\n /**\n * List of custom fields to attach.\n */\n attached_custom_fields?: AttachedCustomFieldCreate[];\n /**\n * The ID of the organization owning the product. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * States that the product is a one-time purchase.\n */\n recurring_interval?: null;\n /**\n * One-time products don't have a recurring interval count.\n */\n recurring_interval_count?: null;\n}\n/**\n * ProductCreateRecurring\n */\nexport interface ProductCreateRecurring {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The name of the product.\n */\n name: string;\n /**\n * The description of the product.\n */\n description?: string | null;\n /**\n * visibility\n */\n visibility?: ProductVisibility;\n /**\n * List of available prices for this product. It may combine at most one fixed price with one seat-based price (billed as `fixed + seat_charge`), or contain a single custom or free price, plus any number of metered prices. A free price cannot be combined with other prices, and a custom price cannot be combined with a fixed or seat-based price. Metered prices are not supported on one-time purchase products.\n */\n prices: (\n | ProductPriceFixedCreate\n | ProductPriceCustomCreate\n | ProductPriceSeatBasedCreate\n | ProductPriceMeteredUnitCreate\n )[];\n /**\n * List of file IDs. Each one must be on the same organization as the product, of type `product_media` and correctly uploaded.\n */\n medias?: string[] | null;\n /**\n * List of custom fields to attach.\n */\n attached_custom_fields?: AttachedCustomFieldCreate[];\n /**\n * The ID of the organization owning the product. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on.\n */\n recurring_interval_count?: number;\n /**\n * Optional meter cycle, independent of the billing interval. When set, overage settlement, meter resets and meter-credit grants run on this cadence rather than the billing interval — e.g. yearly billing with monthly credits. It must evenly divide the billing interval. If `None`, metered concerns follow the billing interval. **Once set, it can't be changed.**\n */\n meter_interval?: RecurringInterval | null;\n /**\n * Number of meter interval units. Defaults to 1 when `meter_interval` is set. Ignored when `meter_interval` is `None`.\n */\n meter_interval_count?: number | null;\n}\n/**\n * Schema to create a file to be used as a product media file.\n */\nexport interface ProductMediaFileCreate {\n /**\n * organization_id\n */\n organization_id?: string | null;\n /**\n * name\n */\n name: string;\n /**\n * MIME type of the file. Only images are supported for this type of file.\n */\n mime_type: string;\n /**\n * Size of the file. A maximum of 10 MB is allowed for this type of file.\n */\n size: number;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64?: string | null;\n /**\n * upload\n */\n upload: S3FileCreateMultipart;\n /**\n * service\n */\n service: \"product_media\";\n /**\n * version\n */\n version?: string | null;\n}\n/**\n * File to be used as a product media file.\n */\nexport interface ProductMediaFileRead {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * name\n */\n name: string;\n /**\n * path\n */\n path: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * storage_version\n */\n storage_version: string | null;\n /**\n * checksum_etag\n */\n checksum_etag: string | null;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n /**\n * checksum_sha256_hex\n */\n checksum_sha256_hex: string | null;\n /**\n * last_modified_at\n */\n last_modified_at: string | null;\n /**\n * version\n */\n version: string | null;\n /**\n * service\n */\n service: \"product_media\";\n /**\n * is_uploaded\n */\n is_uploaded: boolean;\n /**\n * created_at\n */\n created_at: string;\n /**\n * size_readable\n */\n size_readable: string;\n /**\n * public_url\n */\n public_url: string;\n}\n/**\n * A pay-what-you-want price for a product.\n */\nexport interface ProductPriceCustom {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the price.\n */\n id: string;\n /**\n * source\n */\n source: ProductPriceSource;\n /**\n * amount_type\n */\n amount_type: \"custom\";\n /**\n * The currency in which the customer will be charged.\n */\n price_currency: string;\n /**\n * The tax behavior of the price. If null, it defaults to the organization's default tax behavior.\n */\n tax_behavior: TaxBehaviorOption | null;\n /**\n * Whether the price is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the product owning the price.\n */\n product_id: string;\n /**\n * The minimum amount the customer can pay. If 0, the price is 'free or pay what you want'.\n */\n minimum_amount: number;\n /**\n * The maximum amount the customer can pay.\n */\n maximum_amount: number | null;\n /**\n * The initial amount shown to the customer.\n */\n preset_amount: number | null;\n}\n/**\n * Schema to create a pay-what-you-want price.\n */\nexport interface ProductPriceCustomCreate {\n /**\n * amount_type\n */\n amount_type: \"custom\";\n /**\n * price_currency\n */\n price_currency?: PresentmentCurrency;\n /**\n * The tax behavior of the price. If not set, it will default to the organization's default tax behavior.\n */\n tax_behavior?: TaxBehaviorOption | null;\n /**\n * The minimum amount the customer can pay. If set to 0, the price is 'free or pay what you want' and $0 is accepted. If set to a value below the minimum price amount for the currency, it will be rejected. Defaults to the minimum price amount for the currency. Minimum per currency:\n- USD: 0.5\n- AED: 2\n- ALL: 50\n- AMD: 200\n- AOA: 500\n- ARS: 750\n- AUD: 0.7\n- AWG: 1\n- AZN: 1\n- BAM: 1\n- BBD: 2\n- BDT: 70\n- BIF: 2,000\n- BMD: 1\n- BND: 1\n- BOB: 5\n- BRL: 2.5\n- BSD: 1\n- BWP: 10\n- BZD: 2\n- CAD: 0.7\n- CDF: 2,000\n- CHF: 0.5\n- CLP: 500\n- CNY: 5\n- COP: 2,000\n- CRC: 300\n- CVE: 50\n- CZK: 15\n- DJF: 100\n- DKK: 3.2\n- DOP: 40\n- DZD: 70\n- EGP: 30\n- ETB: 80\n- EUR: 0.5\n- FJD: 2\n- FKP: 1\n- GBP: 0.4\n- GEL: 2\n- GNF: 5,000\n- GIP: 1\n- GMD: 40\n- GTQ: 5\n- GYD: 200\n- HKD: 4\n- HNL: 20\n- HTG: 70\n- HUF: 175\n- IDR: 9,000\n- ILS: 1.5\n- INR: 60\n- ISK: 70\n- JMD: 80\n- JPY: 80\n- KES: 70\n- KGS: 50\n- KHR: 3,000\n- KMF: 500\n- KRW: 800\n- KYD: 1\n- KZT: 300\n- LAK: 20,000\n- LKR: 200\n- LRD: 100\n- LSL: 10\n- MAD: 5\n- MDL: 10\n- MGA: 3,000\n- MKD: 50\n- MNT: 2,000\n- MOP: 5\n- MUR: 50\n- MVR: 8\n- MXN: 9\n- MWK: 1,000\n- MYR: 2\n- MZN: 50\n- NAD: 10\n- NGN: 700\n- NIO: 20\n- NOK: 5\n- NPR: 80\n- NZD: 0.9\n- PAB: 1\n- PEN: 2\n- PGK: 3\n- PHP: 35\n- PKR: 200\n- PLN: 2\n- PYG: 4,000\n- QAR: 2\n- RON: 2.5\n- RSD: 60\n- RWF: 1,000\n- SAR: 2\n- SBD: 4\n- SCR: 8\n- SEK: 5\n- SGD: 0.7\n- SHP: 1\n- SOS: 500\n- SRD: 20\n- SZL: 10\n- THB: 20\n- TJS: 5\n- TOP: 2\n- TRY: 30\n- TTD: 4\n- TWD: 20\n- TZS: 2,000\n- UAH: 30\n- UGX: 2,000\n- UYU: 20\n- UZS: 7,000\n- VND: 20,000\n- VUV: 100\n- WST: 2\n- XAF: 500\n- XCD: 2\n- XCG: 1\n- XOF: 500\n- XPF: 100\n- YER: 200\n- ZAR: 9\n- ZMW: 10\n- Other currencies: 50 minor units\n */\n minimum_amount?: number;\n /**\n * The maximum amount the customer can pay. Maximum per currency:\n- USD: 999,999.99\n- EUR: 999,999.99\n- GBP: 999,999.99\n- ARS: 1,400,000\n- CDF: 2,800,000\n- COP: 4,000,000\n- IDR: 16,000,000\n- KHR: 4,000,000\n- LAK: 21,000,000\n- MNT: 3,500,000\n- MWK: 1,750,000\n- NGN: 1,550,000\n- TZS: 2,500,000\n- UGX: 3,700,000\n- UZS: 12,500,000\n- Other currencies: 99,999,999 minor units\n */\n maximum_amount?: number | null;\n /**\n * The initial amount shown to the customer. If 0, the customer will see $0 as the default. If set to a value below the minimum price amount for the currency, it will be rejected.Minimum per currency:\n- USD: 0.5\n- AED: 2\n- ALL: 50\n- AMD: 200\n- AOA: 500\n- ARS: 750\n- AUD: 0.7\n- AWG: 1\n- AZN: 1\n- BAM: 1\n- BBD: 2\n- BDT: 70\n- BIF: 2,000\n- BMD: 1\n- BND: 1\n- BOB: 5\n- BRL: 2.5\n- BSD: 1\n- BWP: 10\n- BZD: 2\n- CAD: 0.7\n- CDF: 2,000\n- CHF: 0.5\n- CLP: 500\n- CNY: 5\n- COP: 2,000\n- CRC: 300\n- CVE: 50\n- CZK: 15\n- DJF: 100\n- DKK: 3.2\n- DOP: 40\n- DZD: 70\n- EGP: 30\n- ETB: 80\n- EUR: 0.5\n- FJD: 2\n- FKP: 1\n- GBP: 0.4\n- GEL: 2\n- GNF: 5,000\n- GIP: 1\n- GMD: 40\n- GTQ: 5\n- GYD: 200\n- HKD: 4\n- HNL: 20\n- HTG: 70\n- HUF: 175\n- IDR: 9,000\n- ILS: 1.5\n- INR: 60\n- ISK: 70\n- JMD: 80\n- JPY: 80\n- KES: 70\n- KGS: 50\n- KHR: 3,000\n- KMF: 500\n- KRW: 800\n- KYD: 1\n- KZT: 300\n- LAK: 20,000\n- LKR: 200\n- LRD: 100\n- LSL: 10\n- MAD: 5\n- MDL: 10\n- MGA: 3,000\n- MKD: 50\n- MNT: 2,000\n- MOP: 5\n- MUR: 50\n- MVR: 8\n- MXN: 9\n- MWK: 1,000\n- MYR: 2\n- MZN: 50\n- NAD: 10\n- NGN: 700\n- NIO: 20\n- NOK: 5\n- NPR: 80\n- NZD: 0.9\n- PAB: 1\n- PEN: 2\n- PGK: 3\n- PHP: 35\n- PKR: 200\n- PLN: 2\n- PYG: 4,000\n- QAR: 2\n- RON: 2.5\n- RSD: 60\n- RWF: 1,000\n- SAR: 2\n- SBD: 4\n- SCR: 8\n- SEK: 5\n- SGD: 0.7\n- SHP: 1\n- SOS: 500\n- SRD: 20\n- SZL: 10\n- THB: 20\n- TJS: 5\n- TOP: 2\n- TRY: 30\n- TTD: 4\n- TWD: 20\n- TZS: 2,000\n- UAH: 30\n- UGX: 2,000\n- UYU: 20\n- UZS: 7,000\n- VND: 20,000\n- VUV: 100\n- WST: 2\n- XAF: 500\n- XCD: 2\n- XCG: 1\n- XOF: 500\n- XPF: 100\n- YER: 200\n- ZAR: 9\n- ZMW: 10\n- Other currencies: 50 minor units\n */\n preset_amount?: number | null;\n}\n/**\n * A fixed price for a product.\n */\nexport interface ProductPriceFixed {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the price.\n */\n id: string;\n /**\n * source\n */\n source: ProductPriceSource;\n /**\n * amount_type\n */\n amount_type: \"fixed\";\n /**\n * The currency in which the customer will be charged.\n */\n price_currency: string;\n /**\n * The tax behavior of the price. If null, it defaults to the organization's default tax behavior.\n */\n tax_behavior: TaxBehaviorOption | null;\n /**\n * Whether the price is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the product owning the price.\n */\n product_id: string;\n /**\n * The price in cents.\n */\n price_amount: number;\n}\n/**\n * Schema to create a fixed price.\n */\nexport interface ProductPriceFixedCreate {\n /**\n * amount_type\n */\n amount_type: \"fixed\";\n /**\n * price_currency\n */\n price_currency?: PresentmentCurrency;\n /**\n * The tax behavior of the price. If not set, it will default to the organization's default tax behavior.\n */\n tax_behavior?: TaxBehaviorOption | null;\n /**\n * The price in cents. Set to `0` for a free price.\nMinimum amounts per currency:\n- USD: 0.5\n- AED: 2\n- ALL: 50\n- AMD: 200\n- AOA: 500\n- ARS: 750\n- AUD: 0.7\n- AWG: 1\n- AZN: 1\n- BAM: 1\n- BBD: 2\n- BDT: 70\n- BIF: 2,000\n- BMD: 1\n- BND: 1\n- BOB: 5\n- BRL: 2.5\n- BSD: 1\n- BWP: 10\n- BZD: 2\n- CAD: 0.7\n- CDF: 2,000\n- CHF: 0.5\n- CLP: 500\n- CNY: 5\n- COP: 2,000\n- CRC: 300\n- CVE: 50\n- CZK: 15\n- DJF: 100\n- DKK: 3.2\n- DOP: 40\n- DZD: 70\n- EGP: 30\n- ETB: 80\n- EUR: 0.5\n- FJD: 2\n- FKP: 1\n- GBP: 0.4\n- GEL: 2\n- GNF: 5,000\n- GIP: 1\n- GMD: 40\n- GTQ: 5\n- GYD: 200\n- HKD: 4\n- HNL: 20\n- HTG: 70\n- HUF: 175\n- IDR: 9,000\n- ILS: 1.5\n- INR: 60\n- ISK: 70\n- JMD: 80\n- JPY: 80\n- KES: 70\n- KGS: 50\n- KHR: 3,000\n- KMF: 500\n- KRW: 800\n- KYD: 1\n- KZT: 300\n- LAK: 20,000\n- LKR: 200\n- LRD: 100\n- LSL: 10\n- MAD: 5\n- MDL: 10\n- MGA: 3,000\n- MKD: 50\n- MNT: 2,000\n- MOP: 5\n- MUR: 50\n- MVR: 8\n- MXN: 9\n- MWK: 1,000\n- MYR: 2\n- MZN: 50\n- NAD: 10\n- NGN: 700\n- NIO: 20\n- NOK: 5\n- NPR: 80\n- NZD: 0.9\n- PAB: 1\n- PEN: 2\n- PGK: 3\n- PHP: 35\n- PKR: 200\n- PLN: 2\n- PYG: 4,000\n- QAR: 2\n- RON: 2.5\n- RSD: 60\n- RWF: 1,000\n- SAR: 2\n- SBD: 4\n- SCR: 8\n- SEK: 5\n- SGD: 0.7\n- SHP: 1\n- SOS: 500\n- SRD: 20\n- SZL: 10\n- THB: 20\n- TJS: 5\n- TOP: 2\n- TRY: 30\n- TTD: 4\n- TWD: 20\n- TZS: 2,000\n- UAH: 30\n- UGX: 2,000\n- UYU: 20\n- UZS: 7,000\n- VND: 20,000\n- VUV: 100\n- WST: 2\n- XAF: 500\n- XCD: 2\n- XCG: 1\n- XOF: 500\n- XPF: 100\n- YER: 200\n- ZAR: 9\n- ZMW: 10\n- Other currencies: 50 minor units\n */\n price_amount: number;\n}\n/**\n * A meter associated to a metered price.\n */\nexport interface ProductPriceMeter {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The name of the meter.\n */\n name: string;\n /**\n * unit\n */\n unit: MeterUnit;\n /**\n * The label for the custom unit.\n */\n custom_label: string | null;\n /**\n * The multiplier to convert from base unit to display scale.\n */\n custom_multiplier: number | null;\n}\n/**\n * A metered, usage-based, price for a product, with a fixed unit price.\n */\nexport interface ProductPriceMeteredUnit {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the price.\n */\n id: string;\n /**\n * source\n */\n source: ProductPriceSource;\n /**\n * amount_type\n */\n amount_type: \"metered_unit\";\n /**\n * The currency in which the customer will be charged.\n */\n price_currency: string;\n /**\n * The tax behavior of the price. If null, it defaults to the organization's default tax behavior.\n */\n tax_behavior: TaxBehaviorOption | null;\n /**\n * Whether the price is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the product owning the price.\n */\n product_id: string;\n /**\n * The price per unit in cents.\n */\n unit_amount: string;\n /**\n * The maximum amount in cents that can be charged, regardless of the number of units consumed.\n */\n cap_amount: number | null;\n /**\n * The ID of the meter associated to the price.\n */\n meter_id: string;\n /**\n * meter\n */\n meter: ProductPriceMeter;\n}\n/**\n * Schema to create a metered price with a fixed unit price.\n */\nexport interface ProductPriceMeteredUnitCreate {\n /**\n * amount_type\n */\n amount_type: \"metered_unit\";\n /**\n * price_currency\n */\n price_currency?: PresentmentCurrency;\n /**\n * The tax behavior of the price. If not set, it will default to the organization's default tax behavior.\n */\n tax_behavior?: TaxBehaviorOption | null;\n /**\n * The ID of the meter associated to the price.\n */\n meter_id: string;\n /**\n * The price per unit in cents. Supports up to 12 decimal places.\n */\n unit_amount: number | string;\n /**\n * Optional maximum amount in cents that can be charged, regardless of the number of units consumed.\n */\n cap_amount?: number | null;\n}\n/**\n * A seat-based price for a product.\n */\nexport interface ProductPriceSeatBased {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the price.\n */\n id: string;\n /**\n * source\n */\n source: ProductPriceSource;\n /**\n * amount_type\n */\n amount_type: \"seat_based\";\n /**\n * The currency in which the customer will be charged.\n */\n price_currency: string;\n /**\n * The tax behavior of the price. If null, it defaults to the organization's default tax behavior.\n */\n tax_behavior: TaxBehaviorOption | null;\n /**\n * Whether the price is archived and no longer available.\n */\n is_archived: boolean;\n /**\n * The ID of the product owning the price.\n */\n product_id: string;\n /**\n * seat_tiers\n */\n seat_tiers: ProductPriceSeatTiersOutput;\n}\n/**\n * Schema to create a seat-based price with volume-based tiers.\n */\nexport interface ProductPriceSeatBasedCreate {\n /**\n * amount_type\n */\n amount_type: \"seat_based\";\n /**\n * price_currency\n */\n price_currency?: PresentmentCurrency;\n /**\n * The tax behavior of the price. If not set, it will default to the organization's default tax behavior.\n */\n tax_behavior?: TaxBehaviorOption | null;\n /**\n * seat_tiers\n */\n seat_tiers: ProductPriceSeatTiersInput;\n}\n/**\n * A pricing tier for seat-based pricing.\n */\nexport interface ProductPriceSeatTier {\n /**\n * Minimum number of seats (inclusive)\n */\n min_seats: number;\n /**\n * Maximum number of seats (inclusive). None for unlimited.\n */\n max_seats?: number | null;\n /**\n * Price per seat in cents for this tier\n */\n price_per_seat: number;\n}\n/**\n * List of pricing tiers for seat-based pricing.\n\nThe minimum and maximum seat limits are derived from the tiers:\n- minimum_seats = first tier's min_seats\n- maximum_seats = last tier's max_seats (None for unlimited)\n */\nexport interface ProductPriceSeatTiersInput {\n /**\n * seat_tier_type\n */\n seat_tier_type?: SeatTierType;\n /**\n * List of pricing tiers\n */\n tiers: ProductPriceSeatTier[];\n}\n/**\n * List of pricing tiers for seat-based pricing.\n\nThe minimum and maximum seat limits are derived from the tiers:\n- minimum_seats = first tier's min_seats\n- maximum_seats = last tier's max_seats (None for unlimited)\n */\nexport interface ProductPriceSeatTiersOutput {\n /**\n * seat_tier_type\n */\n seat_tier_type?: SeatTierType;\n /**\n * List of pricing tiers\n */\n tiers: ProductPriceSeatTier[];\n /**\n * Minimum number of seats required for purchase, derived from first tier.\n */\n minimum_seats: number;\n /**\n * Maximum number of seats allowed for purchase, derived from last tier. None for unlimited.\n */\n maximum_seats: number | null;\n}\n/**\n * Schema to update a product.\n */\nexport interface ProductUpdate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The interval unit for the trial period.\n */\n trial_interval?: TrialInterval | null;\n /**\n * The number of interval units for the trial period.\n */\n trial_interval_count?: number | null;\n /**\n * name\n */\n name?: string | null;\n /**\n * The description of the product.\n */\n description?: string | null;\n /**\n * The recurring interval of the product. If `None`, the product is a one-time purchase. **Can only be set on legacy recurring products. Once set, it can't be changed.**\n */\n recurring_interval?: RecurringInterval | null;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on. Once set, it can't be changed.**\n */\n recurring_interval_count?: number | null;\n /**\n * Whether the product is archived. If `true`, the product won't be available for purchase anymore. Existing customers will still have access to their benefits, and subscriptions will continue normally.\n */\n is_archived?: boolean | null;\n /**\n * The visibility of the product.\n */\n visibility?: ProductVisibility | null;\n /**\n * List of available prices for this product. If you want to keep existing prices, include them in the list as an `ExistingProductPrice` object.\n */\n prices?:\n | (\n | ExistingProductPrice\n | (\n | ProductPriceFixedCreate\n | ProductPriceCustomCreate\n | ProductPriceSeatBasedCreate\n | ProductPriceMeteredUnitCreate\n )\n )[]\n | null;\n /**\n * List of file IDs. Each one must be on the same organization as the product, of type `product_media` and correctly uploaded.\n */\n medias?: string[] | null;\n /**\n * attached_custom_fields\n */\n attached_custom_fields?: AttachedCustomFieldCreate[] | null;\n}\n/**\n * PropertyAggregation\n */\nexport interface PropertyAggregation {\n /**\n * func\n */\n func: Func;\n /**\n * property\n */\n property: string;\n}\n/**\n * Refund\n */\nexport interface Refund {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * status\n */\n status: RefundStatus;\n /**\n * reason\n */\n reason: RefundReason;\n /**\n * amount\n */\n amount: number;\n /**\n * tax_amount\n */\n tax_amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * order_id\n */\n order_id: string;\n /**\n * subscription_id\n */\n subscription_id: string | null;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * revoke_benefits\n */\n revoke_benefits: boolean;\n /**\n * dispute\n */\n dispute: RefundDispute | null;\n}\n/**\n * RefundCreate\n */\nexport interface RefundCreate {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * order_id\n */\n order_id: string;\n /**\n * Reason for the refund.\n */\n reason: Reason;\n /**\n * Amount to refund in cents. Minimum is 1.\n */\n amount: number;\n /**\n * An internal comment about the refund.\n */\n comment?: string | null;\n /**\n * Should this refund trigger the associated customer benefits to be revoked?\n\n**Note:**\nOnly allowed in case the `order` is a one-time purchase.\nSubscriptions automatically revoke customer benefits once the\nsubscription itself is revoked, i.e fully canceled.\n */\n revoke_benefits?: boolean;\n}\n/**\n * Dispute associated with a refund,\nin case we prevented a dispute by issuing a refund.\n */\nexport interface RefundDispute {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * status\n */\n status: DisputeStatus;\n /**\n * Whether the dispute has been resolved (won or lost).\n */\n resolved: boolean;\n /**\n * Whether the dispute is closed (prevented, won, or lost).\n */\n closed: boolean;\n /**\n * Amount in cents disputed.\n */\n amount: number;\n /**\n * Tax amount in cents disputed.\n */\n tax_amount: number;\n /**\n * Currency code of the dispute.\n */\n currency: string;\n /**\n * The reason for the dispute as reported by the card network (e.g. `fraudulent`, `product_not_received`). `None` until the processor reports it.\n */\n reason: string | null;\n /**\n * Deadline to submit evidence in response to the dispute. `None` when no response is required.\n */\n evidence_due_by: string | null;\n /**\n * Whether the evidence submission deadline has passed.\n */\n past_due: boolean;\n /**\n * The ID of the order associated with the dispute.\n */\n order_id: string;\n /**\n * The ID of the payment associated with the dispute.\n */\n payment_id: string;\n}\n/**\n * RefundedAlready\n */\nexport interface RefundedAlready {\n /**\n * error\n */\n error: \"RefundedAlready\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * ResourceNotFound\n */\nexport interface ResourceNotFound {\n /**\n * error\n */\n error: \"ResourceNotFound\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * RevokeTokenResponse\n */\nexport interface RevokeTokenResponse extends Record<string, never> {}\n/**\n * S3DownloadURL\n */\nexport interface S3DownloadURL {\n /**\n * url\n */\n url: string;\n /**\n * headers\n */\n headers?: Record<string, string>;\n /**\n * expires_at\n */\n expires_at: string;\n}\n/**\n * S3FileCreateMultipart\n */\nexport interface S3FileCreateMultipart {\n /**\n * parts\n */\n parts: S3FileCreatePart[];\n}\n/**\n * S3FileCreatePart\n */\nexport interface S3FileCreatePart {\n /**\n * number\n */\n number: number;\n /**\n * chunk_start\n */\n chunk_start: number;\n /**\n * chunk_end\n */\n chunk_end: number;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64?: string | null;\n}\n/**\n * S3FileUploadCompletedPart\n */\nexport interface S3FileUploadCompletedPart {\n /**\n * number\n */\n number: number;\n /**\n * checksum_etag\n */\n checksum_etag: string;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n}\n/**\n * S3FileUploadMultipart\n */\nexport interface S3FileUploadMultipart {\n /**\n * id\n */\n id: string;\n /**\n * path\n */\n path: string;\n /**\n * parts\n */\n parts: S3FileUploadPart[];\n}\n/**\n * S3FileUploadPart\n */\nexport interface S3FileUploadPart {\n /**\n * number\n */\n number: number;\n /**\n * chunk_start\n */\n chunk_start: number;\n /**\n * chunk_end\n */\n chunk_end: number;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64?: string | null;\n /**\n * url\n */\n url: string;\n /**\n * expires_at\n */\n expires_at: string;\n /**\n * headers\n */\n headers?: Record<string, string>;\n}\n/**\n * SSOEnforcementRequiresConnection\n */\nexport interface SSOEnforcementRequiresConnection {\n /**\n * error\n */\n error: \"SSOEnforcementRequiresConnection\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * SeatAssign\n */\nexport interface SeatAssign {\n /**\n * Subscription ID. Required if neither order_id nor checkout_id is provided.\n */\n subscription_id?: string | null;\n /**\n * Order ID for one-time purchases. Required if subscription_id is not provided.\n */\n order_id?: string | null;\n /**\n * Email of the customer to assign the seat to\n */\n email?: string | null;\n /**\n * External customer ID for the seat assignment\n */\n external_customer_id?: string | null;\n /**\n * Customer ID for the seat assignment\n */\n customer_id?: string | null;\n /**\n * External member ID for the seat assignment. Can be used alone (lookup existing member) or with email (create/validate member).\n */\n external_member_id?: string | null;\n /**\n * Member ID for the seat assignment.\n */\n member_id?: string | null;\n /**\n * Additional metadata for the seat (max 10 keys, 1KB total)\n */\n metadata?: Record<string, unknown> | null;\n /**\n * If true, the seat will be immediately claimed without sending an invitation email. API-only feature.\n */\n immediate_claim?: boolean;\n}\n/**\n * SeatClaim\n */\nexport interface SeatClaim {\n /**\n * Invitation token to claim the seat\n */\n invitation_token: string;\n}\n/**\n * Read-only information about a seat claim invitation.\nSafe for email scanners - no side effects when fetched.\n */\nexport interface SeatClaimInfo {\n /**\n * Name of the product\n */\n product_name: string;\n /**\n * ID of the product\n */\n product_id: string;\n /**\n * Name of the organization\n */\n organization_name: string;\n /**\n * Slug of the organization\n */\n organization_slug: string;\n /**\n * Email of the customer assigned to this seat\n */\n customer_email: string;\n /**\n * Whether the seat can be claimed\n */\n can_claim: boolean;\n}\n/**\n * SeatsList\n */\nexport interface SeatsList {\n /**\n * List of seats\n */\n seats: CustomerSeat[];\n /**\n * Number of available seats\n */\n available_seats: number;\n /**\n * Total number of seats for the subscription\n */\n total_seats: number;\n}\n/**\n * Subscription\n */\nexport interface Subscription {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The amount of the subscription.\n */\n amount: number;\n /**\n * The currency of the subscription.\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: RecurringInterval;\n /**\n * Number of interval units of the subscription. If this is set to 1 the charge will happen every interval (e.g. every month), if set to 2 it will be every other month, and so on.\n */\n recurring_interval_count: number;\n /**\n * status\n */\n status: SubscriptionStatus;\n /**\n * The start timestamp of the current billing period.\n */\n current_period_start: string;\n /**\n * The end timestamp of the current billing period.\n */\n current_period_end: string;\n /**\n * The start timestamp of the current meter period, if the product has a meter cycle set. Metered credits are granted and overage is settled on this cadence.\n */\n current_meter_period_start: string | null;\n /**\n * The end timestamp of the current meter period, if the product has a meter cycle set. This is when credits next renew.\n */\n current_meter_period_end: string | null;\n /**\n * The start timestamp of the trial period, if any.\n */\n trial_start: string | null;\n /**\n * The end timestamp of the trial period, if any.\n */\n trial_end: string | null;\n /**\n * Whether the subscription will be canceled at the end of the current period.\n */\n cancel_at_period_end: boolean;\n /**\n * The timestamp when the subscription was canceled. The subscription might still be active if `cancel_at_period_end` is `true`.\n */\n canceled_at: string | null;\n /**\n * The timestamp when the subscription started.\n */\n started_at: string | null;\n /**\n * The timestamp when the subscription will end.\n */\n ends_at: string | null;\n /**\n * The timestamp when the subscription ended.\n */\n ended_at: string | null;\n /**\n * The timestamp when the subscription entered `past_due` status.\n */\n past_due_at?: string | null;\n /**\n * Whether the subscription will be paused at the end of the current period.\n */\n pause_at_period_end: boolean;\n /**\n * The timestamp when the subscription was paused.\n */\n paused_at: string | null;\n /**\n * The timestamp when a paused subscription is scheduled to automatically resume, if set.\n */\n resumes_at: string | null;\n /**\n * The ID of the subscribed customer.\n */\n customer_id: string;\n /**\n * The ID of the subscribed product.\n */\n product_id: string;\n /**\n * The ID of the applied discount, if any.\n */\n discount_id: string | null;\n /**\n * checkout_id\n */\n checkout_id: string | null;\n /**\n * The number of seats for seat-based subscriptions. None for non-seat subscriptions.\n */\n seats?: number | null;\n /**\n * customer_cancellation_reason\n */\n customer_cancellation_reason: CustomerCancellationReason | null;\n /**\n * customer_cancellation_comment\n */\n customer_cancellation_comment: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * Key-value object storing custom field values.\n */\n custom_field_data?: Record<string, string | number | boolean | string | null>;\n /**\n * customer\n */\n customer: SubscriptionCustomer;\n /**\n * product\n */\n product: Product;\n /**\n * discount\n */\n discount:\n | (\n | DiscountFixedOnceForeverDurationBase\n | DiscountFixedRepeatDurationBase\n | DiscountPercentageOnceForeverDurationBase\n | DiscountPercentageRepeatDurationBase\n )\n | null;\n /**\n * List of enabled prices for the subscription.\n */\n prices: (LegacyRecurringProductPrice | ProductPrice)[];\n /**\n * List of meters associated with the subscription.\n */\n meters: SubscriptionMeter[];\n /**\n * Pending subscription update that will be applied at the beginning of the next period. If `null`, there is no pending update.\n */\n pending_update: PendingSubscriptionUpdate | null;\n}\n/**\n * An event created by Polar when a subscription billing period is updated.\n */\nexport interface SubscriptionBillingPeriodUpdatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.billing_period_updated\";\n /**\n * metadata\n */\n metadata: SubscriptionBillingPeriodUpdatedMetadata;\n}\n/**\n * SubscriptionBillingPeriodUpdatedMetadata\n */\nexport interface SubscriptionBillingPeriodUpdatedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * old_period_end\n */\n old_period_end: string;\n /**\n * new_period_end\n */\n new_period_end: string;\n}\n/**\n * SubscriptionCancel\n */\nexport interface SubscriptionCancel {\n /**\n * Customer reason for cancellation.\n\nHelpful to monitor reasons behind churn for future improvements.\n\nOnly set this in case your own service is requesting the reason from the\ncustomer. Or you know based on direct conversations, i.e support, with\nthe customer.\n\n* `too_expensive`: Too expensive for the customer.\n* `missing_features`: Customer is missing certain features.\n* `switched_service`: Customer switched to another service.\n* `unused`: Customer is not using it enough.\n* `customer_service`: Customer is not satisfied with the customer service.\n* `low_quality`: Customer is unhappy with the quality.\n* `too_complex`: Customer considers the service too complicated.\n* `other`: Other reason(s).\n */\n customer_cancellation_reason?: CustomerCancellationReason | null;\n /**\n * Customer feedback and why they decided to cancel.\n\n**IMPORTANT:**\nDo not use this to store internal notes! It's intended to be input\nfrom the customer and is therefore also available in their Polar\npurchases library.\n\nOnly set this in case your own service is requesting the reason from the\ncustomer. Or you copy a message directly from a customer\nconversation, i.e support.\n */\n customer_cancellation_comment?: string | null;\n /**\n * Cancel an active subscription once the current period ends.\n\nOr uncancel a subscription currently set to be revoked at period end.\n */\n cancel_at_period_end: boolean;\n}\n/**\n * An event created by Polar when a subscription is canceled.\n */\nexport interface SubscriptionCanceledEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.canceled\";\n /**\n * metadata\n */\n metadata: SubscriptionCanceledMetadata;\n}\n/**\n * SubscriptionCanceledMetadata\n */\nexport interface SubscriptionCanceledMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count: number;\n /**\n * customer_cancellation_reason\n */\n customer_cancellation_reason?: string;\n /**\n * customer_cancellation_comment\n */\n customer_cancellation_comment?: string;\n /**\n * canceled_at\n */\n canceled_at: string;\n /**\n * ends_at\n */\n ends_at?: string;\n /**\n * cancel_at_period_end\n */\n cancel_at_period_end?: boolean;\n}\n/**\n * Create a subscription for an existing customer.\n */\nexport interface SubscriptionCreateCustomer {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The ID of the recurring product to subscribe to. Must be a free product, otherwise the customer should go through a checkout flow.\n */\n product_id: string;\n /**\n * The ID of the customer to create the subscription for.\n */\n customer_id: string;\n}\n/**\n * Create a subscription for an existing customer identified by an external ID.\n */\nexport interface SubscriptionCreateExternalCustomer {\n /**\n * Key-value object allowing you to store additional information.\n\nThe key must be a string with a maximum length of **40 characters**.\nThe value must be either:\n\n* A string with a maximum length of **500 characters**\n* An integer\n* A floating-point number\n* A boolean\n\nYou can store up to **50 key-value pairs**.\n */\n metadata?: Record<string, string | number | number | boolean>;\n /**\n * The ID of the recurring product to subscribe to. Must be a free product, otherwise the customer should go through a checkout flow.\n */\n product_id: string;\n /**\n * The ID of the customer in your system to create the subscription for. It must already exist in Polar.\n */\n external_customer_id: string;\n}\n/**\n * An event created by Polar when a subscription is created.\n */\nexport interface SubscriptionCreatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.created\";\n /**\n * metadata\n */\n metadata: SubscriptionCreatedMetadata;\n}\n/**\n * SubscriptionCreatedMetadata\n */\nexport interface SubscriptionCreatedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count: number;\n /**\n * started_at\n */\n started_at: string;\n}\n/**\n * SubscriptionCustomer\n */\nexport interface SubscriptionCustomer {\n /**\n * The ID of the customer.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * metadata\n */\n metadata: MetadataOutputType;\n /**\n * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.\n */\n external_id?: string | null;\n /**\n * The email address of the customer. This must be unique within the organization.\n */\n email?: string | null;\n /**\n * Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.\n */\n email_verified: boolean;\n /**\n * type\n */\n type: CustomerType;\n /**\n * The name of the customer.\n */\n name: string | null;\n /**\n * The name that should appear on the customer's invoices. Falls back to the customer name when not explicitly set.\n */\n billing_name: string | null;\n /**\n * billing_address\n */\n billing_address: Address | null;\n /**\n * tax_id\n */\n tax_id: unknown[] | null;\n /**\n * locale\n */\n locale?: string | null;\n /**\n * The ID of the organization owning the customer.\n */\n organization_id: string;\n /**\n * The ID of the customer's default payment method, if any. Use the payment methods endpoint to retrieve its details.\n */\n default_payment_method_id?: string | null;\n /**\n * Timestamp for when the customer was soft deleted.\n */\n deleted_at: string | null;\n /**\n * avatar_url\n */\n avatar_url: string | null;\n}\n/**\n * An event created by Polar when a subscription is cycled.\n */\nexport interface SubscriptionCycledEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.cycled\";\n /**\n * metadata\n */\n metadata: SubscriptionCycledMetadata;\n}\n/**\n * SubscriptionCycledMetadata\n */\nexport interface SubscriptionCycledMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * amount\n */\n amount?: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n}\n/**\n * SubscriptionLocked\n */\nexport interface SubscriptionLocked {\n /**\n * error\n */\n error: \"SubscriptionLocked\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Current consumption and spending for a subscription meter.\n */\nexport interface SubscriptionMeter {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The number of consumed units so far in this billing period.\n */\n consumed_units: number;\n /**\n * The number of credited units so far in this billing period.\n */\n credited_units: number;\n /**\n * The amount due in cents so far in this billing period.\n */\n amount: number;\n /**\n * The ID of the meter.\n */\n meter_id: string;\n /**\n * meter\n */\n meter: Meter;\n}\n/**\n * An event created by Polar when a subscription becomes past due.\n */\nexport interface SubscriptionPastDueEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.past_due\";\n /**\n * metadata\n */\n metadata: SubscriptionPastDueMetadata;\n}\n/**\n * SubscriptionPastDueMetadata\n */\nexport interface SubscriptionPastDueMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * past_due_at\n */\n past_due_at: string;\n /**\n * amount\n */\n amount?: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n}\n/**\n * SubscriptionPause\n */\nexport interface SubscriptionPause {\n /**\n * Pause an active subscription at the end of the current period.\n\nOr cancel a scheduled pause on a subscription set to be paused at\nperiod end.\n */\n pause_at_period_end: boolean;\n /**\n * Date at which the paused subscription should automatically resume.\n\nIf not set, the subscription stays paused until it is resumed manually.\nMust be after the current period end.\n */\n resumes_at?: string | null;\n}\n/**\n * An event created by Polar when a subscription is paused.\n */\nexport interface SubscriptionPausedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.paused\";\n /**\n * metadata\n */\n metadata: SubscriptionPausedMetadata;\n}\n/**\n * SubscriptionPausedMetadata\n */\nexport interface SubscriptionPausedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * amount\n */\n amount?: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n /**\n * paused_at\n */\n paused_at: string;\n /**\n * resumes_at\n */\n resumes_at?: string;\n}\n/**\n * An event created by Polar when a subscription changes the product.\n */\nexport interface SubscriptionProductUpdatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.product_updated\";\n /**\n * metadata\n */\n metadata: SubscriptionProductUpdatedMetadata;\n}\n/**\n * SubscriptionProductUpdatedMetadata\n */\nexport interface SubscriptionProductUpdatedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * old_product_id\n */\n old_product_id: string;\n /**\n * new_product_id\n */\n new_product_id: string;\n}\n/**\n * An event created by Polar when a past due subscription is recovered.\n */\nexport interface SubscriptionReactivatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.reactivated\";\n /**\n * metadata\n */\n metadata: SubscriptionReactivatedMetadata;\n}\n/**\n * SubscriptionReactivatedMetadata\n */\nexport interface SubscriptionReactivatedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * amount\n */\n amount?: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n}\n/**\n * SubscriptionResume\n */\nexport interface SubscriptionResume {\n /**\n * Resume a paused subscription immediately, starting a new billing period and charging the customer.\n */\n resume: true;\n}\n/**\n * An event created by Polar when a paused subscription is resumed.\n */\nexport interface SubscriptionResumedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.resumed\";\n /**\n * metadata\n */\n metadata: SubscriptionResumedMetadata;\n}\n/**\n * SubscriptionResumedMetadata\n */\nexport interface SubscriptionResumedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * amount\n */\n amount?: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n}\n/**\n * SubscriptionRevoke\n */\nexport interface SubscriptionRevoke {\n /**\n * Customer reason for cancellation.\n\nHelpful to monitor reasons behind churn for future improvements.\n\nOnly set this in case your own service is requesting the reason from the\ncustomer. Or you know based on direct conversations, i.e support, with\nthe customer.\n\n* `too_expensive`: Too expensive for the customer.\n* `missing_features`: Customer is missing certain features.\n* `switched_service`: Customer switched to another service.\n* `unused`: Customer is not using it enough.\n* `customer_service`: Customer is not satisfied with the customer service.\n* `low_quality`: Customer is unhappy with the quality.\n* `too_complex`: Customer considers the service too complicated.\n* `other`: Other reason(s).\n */\n customer_cancellation_reason?: CustomerCancellationReason | null;\n /**\n * Customer feedback and why they decided to cancel.\n\n**IMPORTANT:**\nDo not use this to store internal notes! It's intended to be input\nfrom the customer and is therefore also available in their Polar\npurchases library.\n\nOnly set this in case your own service is requesting the reason from the\ncustomer. Or you copy a message directly from a customer\nconversation, i.e support.\n */\n customer_cancellation_comment?: string | null;\n /**\n * Cancel and revoke an active subscription immediately\n */\n revoke: true;\n}\n/**\n * An event created by Polar when a subscription is revoked from a customer.\n */\nexport interface SubscriptionRevokedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.revoked\";\n /**\n * metadata\n */\n metadata: SubscriptionRevokedMetadata;\n}\n/**\n * SubscriptionRevokedMetadata\n */\nexport interface SubscriptionRevokedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id?: string;\n /**\n * amount\n */\n amount?: number;\n /**\n * currency\n */\n currency?: string;\n /**\n * recurring_interval\n */\n recurring_interval?: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count?: number;\n}\n/**\n * An event created by Polar when a the seats on a subscription is changed.\n */\nexport interface SubscriptionSeatsUpdatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.seats_updated\";\n /**\n * metadata\n */\n metadata: SubscriptionSeatsUpdatedMetadata;\n}\n/**\n * SubscriptionSeatsUpdatedMetadata\n */\nexport interface SubscriptionSeatsUpdatedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * old_seats\n */\n old_seats: number;\n /**\n * new_seats\n */\n new_seats: number;\n /**\n * proration_behavior\n */\n proration_behavior: string;\n}\n/**\n * An event created by Polar when a subscription cancellation is reversed.\n */\nexport interface SubscriptionUncanceledEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.uncanceled\";\n /**\n * metadata\n */\n metadata: SubscriptionUncanceledMetadata;\n}\n/**\n * SubscriptionUncanceledMetadata\n */\nexport interface SubscriptionUncanceledMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n /**\n * product_id\n */\n product_id: string;\n /**\n * amount\n */\n amount: number;\n /**\n * currency\n */\n currency: string;\n /**\n * recurring_interval\n */\n recurring_interval: string;\n /**\n * recurring_interval_count\n */\n recurring_interval_count: number;\n}\n/**\n * SubscriptionUpdateBase\n */\nexport interface SubscriptionUpdateBase {\n /**\n * Update subscription to another product.\n */\n product_id?: string | null;\n /**\n * Determine how to handle the proration billing. If not provided, will use the default organization setting.\n */\n proration_behavior?: SubscriptionProrationBehavior | null;\n /**\n * Update the subscription to apply a new discount. If set to `null`, the discount will be removed. The change will be applied on the next billing cycle.\n */\n discount_id?: string | null;\n /**\n * Set or extend the trial period of the subscription. If set to `now`, the trial will end immediately.\n */\n trial_end?: string | \"now\" | null;\n}\n/**\n * SubscriptionUpdateBillingPeriod\n */\nexport interface SubscriptionUpdateBillingPeriod {\n /**\n * Set a new date for the end of the current billing period. The subscription will renew on this date. The new date can be earlier or later than the current period end, as long as it's in the future.\n\nIt is not possible to update the current billing period on a canceled subscription.\n */\n current_billing_period_end: string;\n}\n/**\n * SubscriptionUpdateClear\n */\nexport interface SubscriptionUpdateClear {\n /**\n * Clear the pending subscription update. Set to null to remove scheduled changes.\n */\n pending_update: null;\n}\n/**\n * An event created by Polar when a pending subscription update is cleared without being applied.\n */\nexport interface SubscriptionUpdateClearedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.update_cleared\";\n /**\n * metadata\n */\n metadata: SubscriptionUpdateClearedMetadata;\n}\n/**\n * SubscriptionUpdateClearedMetadata\n */\nexport interface SubscriptionUpdateClearedMetadata {\n /**\n * subscription_id\n */\n subscription_id: string;\n}\n/**\n * SubscriptionUpdateSeats\n */\nexport interface SubscriptionUpdateSeats {\n /**\n * Update the number of seats for this subscription.\n */\n seats: number;\n /**\n * Determine how to handle the proration billing. If not provided, will use the default organization setting.\n */\n proration_behavior?: SubscriptionProrationBehavior | null;\n}\n/**\n * An event created by Polar when a subscription is updated.\n */\nexport interface SubscriptionUpdatedEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"system\";\n /**\n * The name of the event.\n */\n name: \"subscription.updated\";\n /**\n * metadata\n */\n metadata: SubscriptionUpdatedMetadata;\n}\n/**\n * SubscriptionUpdatedMetadata\n */\nexport interface SubscriptionUpdatedMetadata {\n /**\n * product_id\n */\n product_id?: string;\n /**\n * proration_behavior\n */\n proration_behavior?: SubscriptionProrationBehavior;\n /**\n * discount_id\n */\n discount_id?: string | null;\n /**\n * trial_end\n */\n trial_end?: string;\n /**\n * seats\n */\n seats?: number;\n /**\n * billing_period_end\n */\n billing_period_end?: string;\n /**\n * subscription_id\n */\n subscription_id: string;\n}\n/**\n * Schema to create a file attached to a support case.\n */\nexport interface SupportCaseAttachmentFileCreate {\n /**\n * organization_id\n */\n organization_id?: string | null;\n /**\n * name\n */\n name: string;\n /**\n * MIME type of the file. Images, videos, PDF, CSV, plain text, Word and Excel documents are supported.\n */\n mime_type: string;\n /**\n * Size of the file. A maximum of 250 MB is allowed for this type of file.\n */\n size: number;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64?: string | null;\n /**\n * upload\n */\n upload: S3FileCreateMultipart;\n /**\n * service\n */\n service: \"support_case_attachment\";\n /**\n * version\n */\n version?: string | null;\n}\n/**\n * File attached to a support case (private; fetched via presigned URL).\n */\nexport interface SupportCaseAttachmentFileRead {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * name\n */\n name: string;\n /**\n * path\n */\n path: string;\n /**\n * mime_type\n */\n mime_type: string;\n /**\n * size\n */\n size: number;\n /**\n * storage_version\n */\n storage_version: string | null;\n /**\n * checksum_etag\n */\n checksum_etag: string | null;\n /**\n * checksum_sha256_base64\n */\n checksum_sha256_base64: string | null;\n /**\n * checksum_sha256_hex\n */\n checksum_sha256_hex: string | null;\n /**\n * last_modified_at\n */\n last_modified_at: string | null;\n /**\n * version\n */\n version: string | null;\n /**\n * service\n */\n service: \"support_case_attachment\";\n /**\n * is_uploaded\n */\n is_uploaded: boolean;\n /**\n * created_at\n */\n created_at: string;\n /**\n * size_readable\n */\n size_readable: string;\n}\n/**\n * TokenResponse\n */\nexport interface TokenResponse {\n /**\n * access_token\n */\n access_token: string;\n /**\n * token_type\n */\n token_type: \"Bearer\";\n /**\n * expires_in\n */\n expires_in: number;\n /**\n * refresh_token\n */\n refresh_token?: string | null;\n /**\n * scope\n */\n scope: string;\n /**\n * id_token\n */\n id_token?: string | null;\n}\n/**\n * TrialAlreadyRedeemed\n */\nexport interface TrialAlreadyRedeemed {\n /**\n * error\n */\n error: \"TrialAlreadyRedeemed\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * Unauthorized\n */\nexport interface Unauthorized {\n /**\n * error\n */\n error: \"Unauthorized\";\n /**\n * detail\n */\n detail: string;\n}\n/**\n * UniqueAggregation\n */\nexport interface UniqueAggregation {\n /**\n * func\n */\n func?: \"unique\";\n /**\n * property\n */\n property: string;\n}\n/**\n * An event you created through the ingestion API.\n */\nexport interface UserEvent {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The timestamp of the event.\n */\n timestamp: string;\n /**\n * The ID of the organization owning the event.\n */\n organization_id: string;\n /**\n * ID of the customer in your Polar organization associated with the event.\n */\n customer_id: string | null;\n /**\n * The customer associated with the event.\n */\n customer: Customer | null;\n /**\n * ID of the customer in your system associated with the event.\n */\n external_customer_id: string | null;\n /**\n * ID of the member within the customer's organization who performed the action inside B2B.\n */\n member_id?: string | null;\n /**\n * ID of the member in your system within the customer's organization who performed the action inside B2B.\n */\n external_member_id?: string | null;\n /**\n * Number of direct child events linked to this event.\n */\n child_count?: number;\n /**\n * The ID of the parent event.\n */\n parent_id?: string | null;\n /**\n * Human readable label of the event type.\n */\n label: string;\n /**\n * The name of the event.\n */\n name: string;\n /**\n * The source of the event. `system` events are created by Polar. `user` events are the one you create through our ingestion API.\n */\n source: \"user\";\n /**\n * metadata\n */\n metadata: EventMetadataOutput;\n}\n/**\n * UserInfoOrganization\n */\nexport interface UserInfoOrganization {\n /**\n * sub\n */\n sub: string;\n /**\n * name\n */\n name?: string | null;\n}\n/**\n * UserInfoUser\n */\nexport interface UserInfoUser {\n /**\n * sub\n */\n sub: string;\n /**\n * name\n */\n name?: string | null;\n /**\n * email\n */\n email?: string | null;\n /**\n * email_verified\n */\n email_verified?: boolean | null;\n}\n/**\n * ValidatedLicenseKey\n */\nexport interface ValidatedLicenseKey {\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * organization_id\n */\n organization_id: string;\n /**\n * customer_id\n */\n customer_id: string;\n /**\n * customer\n */\n customer: LicenseKeyCustomer;\n /**\n * The benefit ID.\n */\n benefit_id: string;\n /**\n * key\n */\n key: string;\n /**\n * display_key\n */\n display_key: string;\n /**\n * status\n */\n status: LicenseKeyStatus;\n /**\n * limit_activations\n */\n limit_activations: number | null;\n /**\n * usage\n */\n usage: number;\n /**\n * limit_usage\n */\n limit_usage: number | null;\n /**\n * validations\n */\n validations: number;\n /**\n * last_validated_at\n */\n last_validated_at: string | null;\n /**\n * expires_at\n */\n expires_at: string | null;\n /**\n * activation\n */\n activation?: LicenseKeyActivationBase | null;\n}\n/**\n * ValidationError\n */\nexport interface ValidationError {\n /**\n * loc\n */\n loc: (string | number)[];\n /**\n * msg\n */\n msg: string;\n /**\n * type\n */\n type: string;\n /**\n * input\n */\n input?: unknown;\n /**\n * ctx\n */\n ctx?: Context;\n}\n/**\n * A webhook delivery for a webhook event.\n */\nexport interface WebhookDelivery {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Whether the delivery was successful.\n */\n succeeded: boolean;\n /**\n * The HTTP code returned by the URL. `null` if the endpoint was unreachable.\n */\n http_code: number | null;\n /**\n * The response body returned by the URL, or the error message if the endpoint was unreachable.\n */\n response: string | null;\n /**\n * webhook_event\n */\n webhook_event: WebhookEvent;\n}\n/**\n * A webhook endpoint.\n */\nexport interface WebhookEndpoint {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * The URL where the webhook events will be sent.\n */\n url: string;\n /**\n * An optional name for the webhook endpoint to help organize and identify it.\n */\n name?: string | null;\n /**\n * format\n */\n format: WebhookFormat;\n /**\n * The secret used to sign the webhook events.\n */\n secret: string;\n /**\n * The organization ID associated with the webhook endpoint.\n */\n organization_id: string;\n /**\n * The events that will trigger the webhook.\n */\n events: WebhookEventType[];\n /**\n * Whether the webhook endpoint is enabled and will receive events.\n */\n enabled: boolean;\n}\n/**\n * Schema to create a webhook endpoint.\n */\nexport interface WebhookEndpointCreate {\n /**\n * The URL where the webhook events will be sent.\n */\n url: string;\n /**\n * An optional name for the webhook endpoint to help organize and identify it.\n */\n name?: string | null;\n /**\n * format\n */\n format: WebhookFormat;\n /**\n * The events that will trigger the webhook.\n */\n events: WebhookEventType[];\n /**\n * The organization ID associated with the webhook endpoint. **Required unless you use an organization token.**\n */\n organization_id?: string | null;\n}\n/**\n * Schema to update a webhook endpoint.\n */\nexport interface WebhookEndpointUpdate {\n /**\n * url\n */\n url?: string | null;\n /**\n * An optional name for the webhook endpoint to help organize and identify it.\n */\n name?: string | null;\n /**\n * format\n */\n format?: WebhookFormat | null;\n /**\n * events\n */\n events?: WebhookEventType[] | null;\n /**\n * Whether the webhook endpoint is enabled.\n */\n enabled?: boolean | null;\n}\n/**\n * A webhook event.\n\nAn event represent something that happened in the system\nthat should be sent to the webhook endpoint.\n\nIt can be delivered multiple times until it's marked as succeeded,\neach one creating a new delivery.\n */\nexport interface WebhookEvent {\n /**\n * Creation timestamp of the object.\n */\n created_at: string;\n /**\n * Last modification timestamp of the object.\n */\n modified_at: string | null;\n /**\n * The ID of the object.\n */\n id: string;\n /**\n * Last HTTP code returned by the URL. `null` if no delviery has been attempted or if the endpoint was unreachable.\n */\n last_http_code?: number | null;\n /**\n * Whether this event was successfully delivered. `null` if no delivery has been attempted.\n */\n succeeded?: boolean | null;\n /**\n * Whether this event was skipped because the webhook endpoint was disabled.\n */\n skipped: boolean;\n /**\n * The payload of the webhook event.\n */\n payload: string | null;\n /**\n * type\n */\n type: WebhookEventType;\n /**\n * Whether this event is archived. Archived events can't be redelivered, and the payload is not accessible anymore.\n */\n is_archived: boolean;\n}\n\n/**\n * Benefit\n */\nexport type Benefit =\n | BenefitCustom\n | BenefitDiscord\n | BenefitGitHubRepository\n | BenefitDownloadables\n | BenefitLicenseKeys\n | BenefitMeterCredit\n | BenefitFeatureFlag\n | BenefitSlackSharedChannel;\n/**\n * BenefitCreate\n */\nexport type BenefitCreate =\n | BenefitCustomCreate\n | BenefitDiscordCreate\n | BenefitGitHubRepositoryCreate\n | BenefitDownloadablesCreate\n | BenefitLicenseKeysCreate\n | BenefitMeterCreditCreate\n | BenefitFeatureFlagCreate\n | BenefitSlackSharedChannelCreate;\n/**\n * CheckoutForbiddenError\n */\nexport type CheckoutForbiddenError =\n | AlreadyActiveSubscriptionError\n | NotOpenCheckout\n | PaymentNotReady\n | TrialAlreadyRedeemed;\n/**\n * CheckoutLinkCreate\n */\nexport type CheckoutLinkCreate =\n | CheckoutLinkCreateProductPrice\n | CheckoutLinkCreateProduct\n | CheckoutLinkCreateProducts;\n/**\n * CustomField\n */\nexport type CustomField =\n | CustomFieldText\n | CustomFieldNumber\n | CustomFieldDate\n | CustomFieldCheckbox\n | CustomFieldSelect;\n/**\n * CustomFieldCreate\n */\nexport type CustomFieldCreate =\n | CustomFieldCreateText\n | CustomFieldCreateNumber\n | CustomFieldCreateDate\n | CustomFieldCreateCheckbox\n | CustomFieldCreateSelect;\n/**\n * CustomFieldUpdate\n */\nexport type CustomFieldUpdate =\n | CustomFieldUpdateText\n | CustomFieldUpdateNumber\n | CustomFieldUpdateDate\n | CustomFieldUpdateCheckbox\n | CustomFieldUpdateSelect;\n/**\n * Customer\n */\nexport type Customer = CustomerIndividual | CustomerTeam;\n/**\n * CustomerBenefitGrant\n */\nexport type CustomerBenefitGrant =\n | CustomerBenefitGrantDiscord\n | CustomerBenefitGrantGitHubRepository\n | CustomerBenefitGrantDownloadables\n | CustomerBenefitGrantLicenseKeys\n | CustomerBenefitGrantCustom\n | CustomerBenefitGrantMeterCredit\n | CustomerBenefitGrantFeatureFlag\n | CustomerBenefitGrantSlackSharedChannel;\n/**\n * CustomerBenefitGrantUpdate\n */\nexport type CustomerBenefitGrantUpdate =\n | CustomerBenefitGrantDiscordUpdate\n | CustomerBenefitGrantGitHubRepositoryUpdate\n | CustomerBenefitGrantDownloadablesUpdate\n | CustomerBenefitGrantLicenseKeysUpdate\n | CustomerBenefitGrantCustomUpdate\n | CustomerBenefitGrantMeterCreditUpdate\n | CustomerBenefitGrantFeatureFlagUpdate\n | CustomerBenefitGrantSlackSharedChannelUpdate;\n/**\n * CustomerCreate\n */\nexport type CustomerCreate = CustomerIndividualCreate | CustomerTeamCreate;\n/**\n * CustomerPaymentMethod\n */\nexport type CustomerPaymentMethod = PaymentMethodCard | PaymentMethodGeneric;\n/**\n * CustomerPaymentMethodCreateResponse\n */\nexport type CustomerPaymentMethodCreateResponse =\n | CustomerPaymentMethodCreateSucceededResponse\n | CustomerPaymentMethodCreateRequiresActionResponse;\n/**\n * CustomerState\n */\nexport type CustomerState = CustomerStateIndividual | CustomerStateTeam;\n/**\n * CustomerSubscriptionUpdate\n */\nexport type CustomerSubscriptionUpdate =\n | CustomerSubscriptionUpdateProduct\n | CustomerSubscriptionUpdateSeats\n | CustomerSubscriptionCancel\n | CustomerSubscriptionPause\n | CustomerSubscriptionResume\n | CustomerSubscriptionUpdateClear;\n/**\n * Discount\n */\nexport type Discount =\n | DiscountFixedOnceForeverDuration\n | DiscountFixedRepeatDuration\n | DiscountPercentageOnceForeverDuration\n | DiscountPercentageRepeatDuration;\n/**\n * DiscountCreate\n */\nexport type DiscountCreate = DiscountFixedCreate | DiscountPercentageCreate;\n/**\n * Event\n */\nexport type Event = SystemEvent | UserEvent;\n/**\n * FileCreate\n */\nexport type FileCreate =\n | DownloadableFileCreate\n | ProductMediaFileCreate\n | OrganizationAvatarFileCreate\n | SupportCaseAttachmentFileCreate;\n/**\n * FileRead\n */\nexport type FileRead =\n | DownloadableFileRead\n | ProductMediaFileRead\n | OrganizationAvatarFileRead\n | SupportCaseAttachmentFileRead;\n/**\n * LegacyRecurringProductPrice\n */\nexport type LegacyRecurringProductPrice =\n | LegacyRecurringProductPriceFixed\n | LegacyRecurringProductPriceCustom;\n/**\n * MetadataQuery\n */\nexport type MetadataQuery = Record<\n string,\n string | number | boolean | string[] | number[] | boolean[]\n> | null;\n/**\n * Payment\n */\nexport type Payment = CardPayment | GenericPayment;\n/**\n * PaymentMethod\n */\nexport type PaymentMethod = CustomerPaymentMethodCard | CustomerPaymentMethodGeneric;\n/**\n * ProductCreate\n */\nexport type ProductCreate = ProductCreateRecurring | ProductCreateOneTime;\n/**\n * ProductPrice\n */\nexport type ProductPrice =\n | ProductPriceFixed\n | ProductPriceCustom\n | ProductPriceSeatBased\n | ProductPriceMeteredUnit;\n/**\n * SubscriptionUpdate\n */\nexport type SubscriptionUpdate =\n | SubscriptionUpdateBase\n | SubscriptionUpdateSeats\n | SubscriptionUpdateBillingPeriod\n | SubscriptionCancel\n | SubscriptionRevoke\n | SubscriptionPause\n | SubscriptionResume\n | SubscriptionUpdateClear;\n/**\n * SystemEvent\n */\nexport type SystemEvent =\n | MeterCreditEvent\n | MeterResetEvent\n | BenefitGrantedEvent\n | BenefitCycledEvent\n | BenefitUpdatedEvent\n | BenefitRevokedEvent\n | SubscriptionCreatedEvent\n | SubscriptionUpdatedEvent\n | SubscriptionCycledEvent\n | SubscriptionCanceledEvent\n | SubscriptionRevokedEvent\n | SubscriptionPastDueEvent\n | SubscriptionReactivatedEvent\n | SubscriptionPausedEvent\n | SubscriptionResumedEvent\n | SubscriptionUncanceledEvent\n | SubscriptionProductUpdatedEvent\n | SubscriptionSeatsUpdatedEvent\n | SubscriptionBillingPeriodUpdatedEvent\n | SubscriptionUpdateClearedEvent\n | OrderPaidEvent\n | OrderRefundedEvent\n | OrderVoidedEvent\n | CheckoutCreatedEvent\n | CustomerCreatedEvent\n | CustomerUpdatedEvent\n | CustomerDeletedEvent\n | BalanceOrderEvent\n | BalanceCreditOrderEvent\n | BalanceRefundEvent\n | BalanceRefundReversalEvent\n | BalanceDisputeEvent\n | BalanceDisputeReversalEvent;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,MAAM,UAAuC;CAC3C,YAAY;CACZ,SAAS;AACX;AAQA,SAAgB,gBAAgB,SAAuB;CACrD,OAAO,IAAI,WAAW;EACpB,GAAG;EACH,SAAS,eAAe,SAAS,QAAQ,eAAe,cAAc,QAAQ,OAAO;EACrF,SAAS,QAAQ,WAAW;CAC9B,CAAC;AACH;AAIA,SAAgB,YAAY,SAAuB;CACjD,MAAM,SAAS,gBAAgB,OAAO;CAEtC,OAAO;EACL,eAAe,2BAA2B,MAAM;EAChD,eAAe,2BAA2B,MAAM;EAChD,QAAQ,oBAAoB,MAAM;EAClC,UAAU,sBAAsB,MAAM;EACtC,eAAe,2BAA2B,MAAM;EAChD,UAAU,sBAAsB,MAAM;EACtC,UAAU,sBAAsB,MAAM;EACtC,QAAQ,oBAAoB,MAAM;EAClC,SAAS,qBAAqB,MAAM;EACpC,UAAU,sBAAsB,MAAM;EACtC,WAAW,uBAAuB,MAAM;EACxC,OAAO,mBAAmB,MAAM;EAChC,SAAS,qBAAqB,MAAM;EACpC,aAAa,yBAAyB,MAAM;EAC5C,eAAe,2BAA2B,MAAM;EAChD,cAAc,0BAA0B,MAAM;EAC9C,WAAW,uBAAuB,MAAM;EACxC,WAAW,uBAAuB,MAAM;EACxC,SAAS,qBAAqB,MAAM;EACpC,gBAAgB,4BAA4B,MAAM;EAClD,eAAe,2BAA2B,MAAM;EAChD,kBAAkB,8BAA8B,MAAM;EACtD,QAAQ,oBAAoB,MAAM;EAClC,YAAY,wBAAwB,MAAM;EAC1C,QAAQ,oBAAoB,MAAM;EAClC,gBAAgB,4BAA4B,MAAM;EAClD,UAAU,sBAAsB,MAAM;CACxC;AACF"}