dub 0.34.2 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/README.md +50 -12
  2. package/docs/sdks/domains/README.md +6 -4
  3. package/docs/sdks/links/README.md +4 -3
  4. package/hooks/hooks.js +1 -1
  5. package/hooks/index.js +1 -1
  6. package/hooks/types.js +1 -1
  7. package/lib/base64.js +1 -1
  8. package/lib/config.d.ts +3 -3
  9. package/lib/config.js +4 -4
  10. package/lib/dlv.d.ts +14 -0
  11. package/lib/dlv.d.ts.map +1 -0
  12. package/lib/dlv.js +50 -0
  13. package/lib/dlv.js.map +1 -0
  14. package/lib/encodings.js +1 -1
  15. package/lib/http.js +1 -1
  16. package/lib/is-plain-object.js +1 -1
  17. package/lib/primitives.js +1 -1
  18. package/lib/retries.js +1 -1
  19. package/lib/schemas.js +1 -1
  20. package/lib/sdks.js +1 -1
  21. package/lib/security.d.ts +1 -0
  22. package/lib/security.d.ts.map +1 -1
  23. package/lib/security.js +9 -2
  24. package/lib/security.js.map +1 -1
  25. package/lib/url.js +1 -1
  26. package/models/components/clicksbrowsers.js +1 -1
  27. package/models/components/clickscities.js +1 -1
  28. package/models/components/clickscount.js +1 -1
  29. package/models/components/clickscountries.d.ts +3 -3
  30. package/models/components/clickscountries.js +2 -2
  31. package/models/components/clicksdevices.js +1 -1
  32. package/models/components/clicksos.js +1 -1
  33. package/models/components/clicksreferers.js +1 -1
  34. package/models/components/clickstimeseries.js +1 -1
  35. package/models/components/clickstoplinks.js +1 -1
  36. package/models/components/clickstopurls.js +1 -1
  37. package/models/components/continentcode.d.ts +49 -0
  38. package/models/components/continentcode.d.ts.map +1 -0
  39. package/models/components/continentcode.js +58 -0
  40. package/models/components/continentcode.js.map +1 -0
  41. package/models/components/countrycode.js +1 -1
  42. package/models/components/domainschema.js +1 -1
  43. package/models/components/index.d.ts +1 -0
  44. package/models/components/index.d.ts.map +1 -1
  45. package/models/components/index.js +2 -1
  46. package/models/components/index.js.map +1 -1
  47. package/models/components/leadsbrowsers.js +1 -1
  48. package/models/components/leadscities.js +1 -1
  49. package/models/components/leadscount.js +1 -1
  50. package/models/components/leadscountries.d.ts +3 -3
  51. package/models/components/leadscountries.js +2 -2
  52. package/models/components/leadsdevices.js +1 -1
  53. package/models/components/leadsos.js +1 -1
  54. package/models/components/leadsreferers.js +1 -1
  55. package/models/components/leadstimeseries.js +1 -1
  56. package/models/components/leadstoplinks.js +1 -1
  57. package/models/components/leadstopurls.js +1 -1
  58. package/models/components/linkgeotargeting.js +1 -1
  59. package/models/components/linkschema.js +1 -1
  60. package/models/components/salesbrowsers.js +1 -1
  61. package/models/components/salescities.js +1 -1
  62. package/models/components/salescount.js +1 -1
  63. package/models/components/salescountries.d.ts +3 -3
  64. package/models/components/salescountries.js +2 -2
  65. package/models/components/salesdevices.js +1 -1
  66. package/models/components/salesos.js +1 -1
  67. package/models/components/salesreferers.js +1 -1
  68. package/models/components/salestimeseries.js +1 -1
  69. package/models/components/salestoplinks.js +1 -1
  70. package/models/components/salestopurls.js +1 -1
  71. package/models/components/security.js +1 -1
  72. package/models/components/tagschema.js +1 -1
  73. package/models/components/workspaceschema.js +1 -1
  74. package/models/errors/badrequest.js +1 -1
  75. package/models/errors/conflict.js +1 -1
  76. package/models/errors/forbidden.js +1 -1
  77. package/models/errors/index.js +1 -1
  78. package/models/errors/internalservererror.js +1 -1
  79. package/models/errors/inviteexpired.js +1 -1
  80. package/models/errors/notfound.js +1 -1
  81. package/models/errors/ratelimitexceeded.js +1 -1
  82. package/models/errors/sdkerror.js +1 -1
  83. package/models/errors/sdkvalidationerror.js +1 -1
  84. package/models/errors/unauthorized.js +1 -1
  85. package/models/errors/unprocessableentity.js +1 -1
  86. package/models/operations/bulkcreatelinks.d.ts +25 -0
  87. package/models/operations/bulkcreatelinks.d.ts.map +1 -1
  88. package/models/operations/bulkcreatelinks.js +34 -3
  89. package/models/operations/bulkcreatelinks.js.map +1 -1
  90. package/models/operations/bulkupdatelinks.d.ts +25 -0
  91. package/models/operations/bulkupdatelinks.d.ts.map +1 -1
  92. package/models/operations/bulkupdatelinks.js +34 -3
  93. package/models/operations/bulkupdatelinks.js.map +1 -1
  94. package/models/operations/createdomain.js +1 -1
  95. package/models/operations/createlink.d.ts +25 -0
  96. package/models/operations/createlink.d.ts.map +1 -1
  97. package/models/operations/createlink.js +34 -3
  98. package/models/operations/createlink.js.map +1 -1
  99. package/models/operations/createtag.js +1 -1
  100. package/models/operations/deletedomain.js +1 -1
  101. package/models/operations/deletelink.js +1 -1
  102. package/models/operations/getlinkinfo.js +1 -1
  103. package/models/operations/getlinks.d.ts +31 -2
  104. package/models/operations/getlinks.d.ts.map +1 -1
  105. package/models/operations/getlinks.js +39 -4
  106. package/models/operations/getlinks.js.map +1 -1
  107. package/models/operations/getlinkscount.d.ts +26 -4
  108. package/models/operations/getlinkscount.d.ts.map +1 -1
  109. package/models/operations/getlinkscount.js +24 -4
  110. package/models/operations/getlinkscount.js.map +1 -1
  111. package/models/operations/getmetatags.js +1 -1
  112. package/models/operations/getqrcode.js +1 -1
  113. package/models/operations/getworkspace.js +1 -1
  114. package/models/operations/index.d.ts +1 -0
  115. package/models/operations/index.d.ts.map +1 -1
  116. package/models/operations/index.js +2 -1
  117. package/models/operations/index.js.map +1 -1
  118. package/models/operations/listdomains.d.ts +67 -0
  119. package/models/operations/listdomains.d.ts.map +1 -0
  120. package/models/operations/listdomains.js +89 -0
  121. package/models/operations/listdomains.js.map +1 -0
  122. package/models/operations/retrieveanalytics.d.ts +8 -0
  123. package/models/operations/retrieveanalytics.d.ts.map +1 -1
  124. package/models/operations/retrieveanalytics.js +4 -1
  125. package/models/operations/retrieveanalytics.js.map +1 -1
  126. package/models/operations/trackcustomer.js +1 -1
  127. package/models/operations/tracklead.js +1 -1
  128. package/models/operations/tracksale.js +1 -1
  129. package/models/operations/updatedomain.js +1 -1
  130. package/models/operations/updatelink.d.ts +25 -0
  131. package/models/operations/updatelink.d.ts.map +1 -1
  132. package/models/operations/updatelink.js +33 -3
  133. package/models/operations/updatelink.js.map +1 -1
  134. package/models/operations/updatetag.js +1 -1
  135. package/models/operations/updateworkspace.js +1 -1
  136. package/models/operations/upsertlink.d.ts +25 -0
  137. package/models/operations/upsertlink.d.ts.map +1 -1
  138. package/models/operations/upsertlink.js +34 -3
  139. package/models/operations/upsertlink.js.map +1 -1
  140. package/package.json +1 -1
  141. package/sdk/analytics.d.ts.map +1 -1
  142. package/sdk/analytics.js +5 -11
  143. package/sdk/analytics.js.map +1 -1
  144. package/sdk/domains.d.ts +2 -1
  145. package/sdk/domains.d.ts.map +1 -1
  146. package/sdk/domains.js +45 -47
  147. package/sdk/domains.js.map +1 -1
  148. package/sdk/index.js +1 -1
  149. package/sdk/links.d.ts +2 -1
  150. package/sdk/links.d.ts.map +1 -1
  151. package/sdk/links.js +45 -94
  152. package/sdk/links.js.map +1 -1
  153. package/sdk/metatags.d.ts.map +1 -1
  154. package/sdk/metatags.js +4 -11
  155. package/sdk/metatags.js.map +1 -1
  156. package/sdk/qrcodes.d.ts.map +1 -1
  157. package/sdk/qrcodes.js +4 -11
  158. package/sdk/qrcodes.js.map +1 -1
  159. package/sdk/sdk.js +1 -1
  160. package/sdk/tags.d.ts.map +1 -1
  161. package/sdk/tags.js +8 -31
  162. package/sdk/tags.js.map +1 -1
  163. package/sdk/track.d.ts.map +1 -1
  164. package/sdk/track.js +8 -31
  165. package/sdk/track.js.map +1 -1
  166. package/sdk/workspaces.d.ts.map +1 -1
  167. package/sdk/workspaces.js +6 -21
  168. package/sdk/workspaces.js.map +1 -1
  169. package/src/hooks/hooks.ts +1 -1
  170. package/src/hooks/index.ts +1 -1
  171. package/src/hooks/types.ts +1 -1
  172. package/src/lib/base64.ts +1 -1
  173. package/src/lib/config.ts +4 -4
  174. package/src/lib/dlv.ts +53 -0
  175. package/src/lib/encodings.ts +1 -1
  176. package/src/lib/http.ts +1 -1
  177. package/src/lib/is-plain-object.ts +1 -1
  178. package/src/lib/primitives.ts +1 -1
  179. package/src/lib/retries.ts +1 -1
  180. package/src/lib/schemas.ts +1 -1
  181. package/src/lib/sdks.ts +1 -1
  182. package/src/lib/security.ts +11 -1
  183. package/src/lib/url.ts +1 -1
  184. package/src/models/components/clicksbrowsers.ts +1 -1
  185. package/src/models/components/clickscities.ts +1 -1
  186. package/src/models/components/clickscount.ts +1 -1
  187. package/src/models/components/clickscountries.ts +4 -4
  188. package/src/models/components/clicksdevices.ts +1 -1
  189. package/src/models/components/clicksos.ts +1 -1
  190. package/src/models/components/clicksreferers.ts +1 -1
  191. package/src/models/components/clickstimeseries.ts +1 -1
  192. package/src/models/components/clickstoplinks.ts +1 -1
  193. package/src/models/components/clickstopurls.ts +1 -1
  194. package/src/models/components/continentcode.ts +42 -0
  195. package/src/models/components/countrycode.ts +1 -1
  196. package/src/models/components/domainschema.ts +1 -1
  197. package/src/models/components/index.ts +2 -1
  198. package/src/models/components/leadsbrowsers.ts +1 -1
  199. package/src/models/components/leadscities.ts +1 -1
  200. package/src/models/components/leadscount.ts +1 -1
  201. package/src/models/components/leadscountries.ts +4 -4
  202. package/src/models/components/leadsdevices.ts +1 -1
  203. package/src/models/components/leadsos.ts +1 -1
  204. package/src/models/components/leadsreferers.ts +1 -1
  205. package/src/models/components/leadstimeseries.ts +1 -1
  206. package/src/models/components/leadstoplinks.ts +1 -1
  207. package/src/models/components/leadstopurls.ts +1 -1
  208. package/src/models/components/linkgeotargeting.ts +1 -1
  209. package/src/models/components/linkschema.ts +1 -1
  210. package/src/models/components/salesbrowsers.ts +1 -1
  211. package/src/models/components/salescities.ts +1 -1
  212. package/src/models/components/salescount.ts +1 -1
  213. package/src/models/components/salescountries.ts +4 -4
  214. package/src/models/components/salesdevices.ts +1 -1
  215. package/src/models/components/salesos.ts +1 -1
  216. package/src/models/components/salesreferers.ts +1 -1
  217. package/src/models/components/salestimeseries.ts +1 -1
  218. package/src/models/components/salestoplinks.ts +1 -1
  219. package/src/models/components/salestopurls.ts +1 -1
  220. package/src/models/components/security.ts +1 -1
  221. package/src/models/components/tagschema.ts +1 -1
  222. package/src/models/components/workspaceschema.ts +1 -1
  223. package/src/models/errors/badrequest.ts +1 -1
  224. package/src/models/errors/conflict.ts +1 -1
  225. package/src/models/errors/forbidden.ts +1 -1
  226. package/src/models/errors/index.ts +1 -1
  227. package/src/models/errors/internalservererror.ts +1 -1
  228. package/src/models/errors/inviteexpired.ts +1 -1
  229. package/src/models/errors/notfound.ts +1 -1
  230. package/src/models/errors/ratelimitexceeded.ts +1 -1
  231. package/src/models/errors/sdkerror.ts +1 -1
  232. package/src/models/errors/sdkvalidationerror.ts +1 -1
  233. package/src/models/errors/unauthorized.ts +1 -1
  234. package/src/models/errors/unprocessableentity.ts +1 -1
  235. package/src/models/operations/bulkcreatelinks.ts +111 -55
  236. package/src/models/operations/bulkupdatelinks.ts +103 -47
  237. package/src/models/operations/createdomain.ts +1 -1
  238. package/src/models/operations/createlink.ts +111 -55
  239. package/src/models/operations/createtag.ts +1 -1
  240. package/src/models/operations/deletedomain.ts +1 -1
  241. package/src/models/operations/deletelink.ts +1 -1
  242. package/src/models/operations/getlinkinfo.ts +1 -1
  243. package/src/models/operations/getlinks.ts +62 -5
  244. package/src/models/operations/getlinkscount.ts +31 -7
  245. package/src/models/operations/getmetatags.ts +1 -1
  246. package/src/models/operations/getqrcode.ts +1 -1
  247. package/src/models/operations/getworkspace.ts +1 -1
  248. package/src/models/operations/index.ts +2 -1
  249. package/src/models/operations/listdomains.ts +123 -0
  250. package/src/models/operations/retrieveanalytics.ts +9 -1
  251. package/src/models/operations/trackcustomer.ts +1 -1
  252. package/src/models/operations/tracklead.ts +1 -1
  253. package/src/models/operations/tracksale.ts +1 -1
  254. package/src/models/operations/updatedomain.ts +1 -1
  255. package/src/models/operations/updatelink.ts +110 -55
  256. package/src/models/operations/updatetag.ts +1 -1
  257. package/src/models/operations/updateworkspace.ts +1 -1
  258. package/src/models/operations/upsertlink.ts +111 -55
  259. package/src/sdk/analytics.ts +5 -9
  260. package/src/sdk/domains.ts +68 -40
  261. package/src/sdk/index.ts +1 -1
  262. package/src/sdk/links.ts +55 -77
  263. package/src/sdk/metatags.ts +4 -9
  264. package/src/sdk/qrcodes.ts +4 -9
  265. package/src/sdk/sdk.ts +1 -1
  266. package/src/sdk/tags.ts +8 -25
  267. package/src/sdk/track.ts +8 -25
  268. package/src/sdk/workspaces.ts +6 -17
  269. package/src/types/blobs.ts +1 -1
  270. package/src/types/enums.ts +1 -1
  271. package/src/types/index.ts +1 -1
  272. package/src/types/operations.ts +1 -1
  273. package/src/types/rfcdate.ts +1 -1
  274. package/types/blobs.js +1 -1
  275. package/types/enums.js +1 -1
  276. package/types/index.js +1 -1
  277. package/types/operations.js +1 -1
  278. package/types/rfcdate.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -0,0 +1,42 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import { ClosedEnum } from "../../types/enums.js";
6
+ import * as z from "zod";
7
+
8
+ /**
9
+ * The continent to retrieve analytics for.
10
+ */
11
+ export const ContinentCode = {
12
+ Af: "AF",
13
+ An: "AN",
14
+ As: "AS",
15
+ Eu: "EU",
16
+ Na: "NA",
17
+ Oc: "OC",
18
+ Sa: "SA",
19
+ } as const;
20
+ /**
21
+ * The continent to retrieve analytics for.
22
+ */
23
+ export type ContinentCode = ClosedEnum<typeof ContinentCode>;
24
+
25
+ /** @internal */
26
+ export const ContinentCode$inboundSchema: z.ZodNativeEnum<typeof ContinentCode> =
27
+ z.nativeEnum(ContinentCode);
28
+
29
+ /** @internal */
30
+ export const ContinentCode$outboundSchema: z.ZodNativeEnum<typeof ContinentCode> =
31
+ ContinentCode$inboundSchema;
32
+
33
+ /**
34
+ * @internal
35
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
36
+ */
37
+ export namespace ContinentCode$ {
38
+ /** @deprecated use `ContinentCode$inboundSchema` instead. */
39
+ export const inboundSchema = ContinentCode$inboundSchema;
40
+ /** @deprecated use `ContinentCode$outboundSchema` instead. */
41
+ export const outboundSchema = ContinentCode$outboundSchema;
42
+ }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  export * from "./clicksbrowsers.js";
@@ -12,6 +12,7 @@ export * from "./clicksreferers.js";
12
12
  export * from "./clickstimeseries.js";
13
13
  export * from "./clickstoplinks.js";
14
14
  export * from "./clickstopurls.js";
15
+ export * from "./continentcode.js";
15
16
  export * from "./countrycode.js";
16
17
  export * from "./domainschema.js";
17
18
  export * from "./leadsbrowsers.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,12 +1,12 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
6
6
  import * as z from "zod";
7
7
 
8
8
  /**
9
- * The 2-letter country code: https://d.to/geo
9
+ * The 2-letter ISO 3166-1 country code for the country associated with the location of the user. Learn more: https://d.to/geo
10
10
  */
11
11
  export const LeadsCountriesCountry = {
12
12
  Af: "AF",
@@ -261,13 +261,13 @@ export const LeadsCountriesCountry = {
261
261
  Xk: "XK",
262
262
  } as const;
263
263
  /**
264
- * The 2-letter country code: https://d.to/geo
264
+ * The 2-letter ISO 3166-1 country code for the country associated with the location of the user. Learn more: https://d.to/geo
265
265
  */
266
266
  export type LeadsCountriesCountry = ClosedEnum<typeof LeadsCountriesCountry>;
267
267
 
268
268
  export type LeadsCountries = {
269
269
  /**
270
- * The 2-letter country code: https://d.to/geo
270
+ * The 2-letter ISO 3166-1 country code for the country associated with the location of the user. Learn more: https://d.to/geo
271
271
  */
272
272
  country: LeadsCountriesCountry;
273
273
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,12 +1,12 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
6
6
  import * as z from "zod";
7
7
 
8
8
  /**
9
- * The 2-letter country code: https://d.to/geo
9
+ * The 2-letter ISO 3166-1 country code for the country associated with the location of the user. Learn more: https://d.to/geo
10
10
  */
11
11
  export const SalesCountriesCountry = {
12
12
  Af: "AF",
@@ -261,13 +261,13 @@ export const SalesCountriesCountry = {
261
261
  Xk: "XK",
262
262
  } as const;
263
263
  /**
264
- * The 2-letter country code: https://d.to/geo
264
+ * The 2-letter ISO 3166-1 country code for the country associated with the location of the user. Learn more: https://d.to/geo
265
265
  */
266
266
  export type SalesCountriesCountry = ClosedEnum<typeof SalesCountriesCountry>;
267
267
 
268
268
  export type SalesCountries = {
269
269
  /**
270
- * The 2-letter country code: https://d.to/geo
270
+ * The 2-letter ISO 3166-1 country code for the country associated with the location of the user. Learn more: https://d.to/geo
271
271
  */
272
272
  country: SalesCountriesCountry;
273
273
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { ClosedEnum } from "../../types/enums.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  export * from "./badrequest.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  export class SDKError extends Error {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import * as z from "zod";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
5
  import { remap as remap$ } from "../../lib/primitives.js";