dub 0.31.0 → 0.31.2

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 (399) hide show
  1. package/README.md +3 -3
  2. package/docs/sdks/links/README.md +7 -9
  3. package/docs/sdks/tags/README.md +3 -4
  4. package/docs/sdks/workspaces/README.md +3 -4
  5. package/lib/config.d.ts +3 -3
  6. package/lib/config.js +3 -3
  7. package/lib/config.js.map +1 -1
  8. package/lib/sdks.d.ts +1 -0
  9. package/lib/sdks.d.ts.map +1 -1
  10. package/lib/sdks.js +16 -2
  11. package/lib/sdks.js.map +1 -1
  12. package/models/components/clicksbrowsers.d.ts +17 -5
  13. package/models/components/clicksbrowsers.d.ts.map +1 -1
  14. package/models/components/clicksbrowsers.js +18 -9
  15. package/models/components/clicksbrowsers.js.map +1 -1
  16. package/models/components/clickscities.d.ts +531 -8
  17. package/models/components/clickscities.d.ts.map +1 -1
  18. package/models/components/clickscities.js +31 -13
  19. package/models/components/clickscities.js.map +1 -1
  20. package/models/components/clickscount.d.ts +16 -4
  21. package/models/components/clickscount.d.ts.map +1 -1
  22. package/models/components/clickscount.js +16 -7
  23. package/models/components/clickscount.js.map +1 -1
  24. package/models/components/clickscountries.d.ts +530 -7
  25. package/models/components/clickscountries.d.ts.map +1 -1
  26. package/models/components/clickscountries.js +29 -11
  27. package/models/components/clickscountries.js.map +1 -1
  28. package/models/components/clicksdevices.d.ts +17 -5
  29. package/models/components/clicksdevices.d.ts.map +1 -1
  30. package/models/components/clicksdevices.js +18 -9
  31. package/models/components/clicksdevices.js.map +1 -1
  32. package/models/components/clicksos.d.ts +17 -5
  33. package/models/components/clicksos.d.ts.map +1 -1
  34. package/models/components/clicksos.js +18 -9
  35. package/models/components/clicksos.js.map +1 -1
  36. package/models/components/clicksreferers.d.ts +17 -5
  37. package/models/components/clicksreferers.d.ts.map +1 -1
  38. package/models/components/clicksreferers.js +18 -9
  39. package/models/components/clicksreferers.js.map +1 -1
  40. package/models/components/clickstimeseries.d.ts +17 -5
  41. package/models/components/clickstimeseries.d.ts.map +1 -1
  42. package/models/components/clickstimeseries.js +18 -9
  43. package/models/components/clickstimeseries.js.map +1 -1
  44. package/models/components/clickstoplinks.d.ts +23 -11
  45. package/models/components/clickstoplinks.d.ts.map +1 -1
  46. package/models/components/clickstoplinks.js +30 -21
  47. package/models/components/clickstoplinks.js.map +1 -1
  48. package/models/components/clickstopurls.d.ts +17 -5
  49. package/models/components/clickstopurls.d.ts.map +1 -1
  50. package/models/components/clickstopurls.js +18 -9
  51. package/models/components/clickstopurls.js.map +1 -1
  52. package/models/components/countrycode.d.ts +513 -2
  53. package/models/components/countrycode.d.ts.map +1 -1
  54. package/models/components/countrycode.js +12 -3
  55. package/models/components/countrycode.js.map +1 -1
  56. package/models/components/domainschema.d.ts +24 -12
  57. package/models/components/domainschema.d.ts.map +1 -1
  58. package/models/components/domainschema.js +32 -23
  59. package/models/components/domainschema.js.map +1 -1
  60. package/models/components/leadsbrowsers.d.ts +17 -5
  61. package/models/components/leadsbrowsers.d.ts.map +1 -1
  62. package/models/components/leadsbrowsers.js +18 -9
  63. package/models/components/leadsbrowsers.js.map +1 -1
  64. package/models/components/leadscities.d.ts +531 -8
  65. package/models/components/leadscities.d.ts.map +1 -1
  66. package/models/components/leadscities.js +31 -13
  67. package/models/components/leadscities.js.map +1 -1
  68. package/models/components/leadscount.d.ts +16 -4
  69. package/models/components/leadscount.d.ts.map +1 -1
  70. package/models/components/leadscount.js +16 -7
  71. package/models/components/leadscount.js.map +1 -1
  72. package/models/components/leadscountries.d.ts +530 -7
  73. package/models/components/leadscountries.d.ts.map +1 -1
  74. package/models/components/leadscountries.js +29 -11
  75. package/models/components/leadscountries.js.map +1 -1
  76. package/models/components/leadsdevices.d.ts +17 -5
  77. package/models/components/leadsdevices.d.ts.map +1 -1
  78. package/models/components/leadsdevices.js +18 -9
  79. package/models/components/leadsdevices.js.map +1 -1
  80. package/models/components/leadsos.d.ts +17 -5
  81. package/models/components/leadsos.d.ts.map +1 -1
  82. package/models/components/leadsos.js +18 -9
  83. package/models/components/leadsos.js.map +1 -1
  84. package/models/components/leadsreferers.d.ts +17 -5
  85. package/models/components/leadsreferers.d.ts.map +1 -1
  86. package/models/components/leadsreferers.js +18 -9
  87. package/models/components/leadsreferers.js.map +1 -1
  88. package/models/components/leadstimeseries.d.ts +17 -5
  89. package/models/components/leadstimeseries.d.ts.map +1 -1
  90. package/models/components/leadstimeseries.js +18 -9
  91. package/models/components/leadstimeseries.js.map +1 -1
  92. package/models/components/leadstoplinks.d.ts +23 -11
  93. package/models/components/leadstoplinks.d.ts.map +1 -1
  94. package/models/components/leadstoplinks.js +30 -21
  95. package/models/components/leadstoplinks.js.map +1 -1
  96. package/models/components/leadstopurls.d.ts +17 -5
  97. package/models/components/leadstopurls.d.ts.map +1 -1
  98. package/models/components/leadstopurls.js +18 -9
  99. package/models/components/leadstopurls.js.map +1 -1
  100. package/models/components/linkgeotargeting.d.ts +265 -253
  101. package/models/components/linkgeotargeting.d.ts.map +1 -1
  102. package/models/components/linkgeotargeting.js +1024 -1015
  103. package/models/components/linkgeotargeting.js.map +1 -1
  104. package/models/components/linkschema.d.ts +320 -296
  105. package/models/components/linkschema.d.ts.map +1 -1
  106. package/models/components/linkschema.js +1135 -1117
  107. package/models/components/linkschema.js.map +1 -1
  108. package/models/components/salesbrowsers.d.ts +18 -6
  109. package/models/components/salesbrowsers.d.ts.map +1 -1
  110. package/models/components/salesbrowsers.js +20 -11
  111. package/models/components/salesbrowsers.js.map +1 -1
  112. package/models/components/salescities.d.ts +532 -9
  113. package/models/components/salescities.d.ts.map +1 -1
  114. package/models/components/salescities.js +33 -15
  115. package/models/components/salescities.js.map +1 -1
  116. package/models/components/salescount.d.ts +17 -5
  117. package/models/components/salescount.d.ts.map +1 -1
  118. package/models/components/salescount.js +18 -9
  119. package/models/components/salescount.js.map +1 -1
  120. package/models/components/salescountries.d.ts +531 -8
  121. package/models/components/salescountries.d.ts.map +1 -1
  122. package/models/components/salescountries.js +31 -13
  123. package/models/components/salescountries.js.map +1 -1
  124. package/models/components/salesdevices.d.ts +18 -6
  125. package/models/components/salesdevices.d.ts.map +1 -1
  126. package/models/components/salesdevices.js +20 -11
  127. package/models/components/salesdevices.js.map +1 -1
  128. package/models/components/salesos.d.ts +18 -6
  129. package/models/components/salesos.d.ts.map +1 -1
  130. package/models/components/salesos.js +20 -11
  131. package/models/components/salesos.js.map +1 -1
  132. package/models/components/salesreferers.d.ts +18 -6
  133. package/models/components/salesreferers.d.ts.map +1 -1
  134. package/models/components/salesreferers.js +20 -11
  135. package/models/components/salesreferers.js.map +1 -1
  136. package/models/components/salestimeseries.d.ts +18 -6
  137. package/models/components/salestimeseries.d.ts.map +1 -1
  138. package/models/components/salestimeseries.js +20 -11
  139. package/models/components/salestimeseries.js.map +1 -1
  140. package/models/components/salestoplinks.d.ts +24 -12
  141. package/models/components/salestoplinks.d.ts.map +1 -1
  142. package/models/components/salestoplinks.js +32 -23
  143. package/models/components/salestoplinks.js.map +1 -1
  144. package/models/components/salestopurls.d.ts +18 -6
  145. package/models/components/salestopurls.d.ts.map +1 -1
  146. package/models/components/salestopurls.js +20 -11
  147. package/models/components/salestopurls.js.map +1 -1
  148. package/models/components/security.d.ts +16 -4
  149. package/models/components/security.d.ts.map +1 -1
  150. package/models/components/security.js +16 -7
  151. package/models/components/security.js.map +1 -1
  152. package/models/components/tagschema.d.ts +45 -8
  153. package/models/components/tagschema.d.ts.map +1 -1
  154. package/models/components/tagschema.js +31 -13
  155. package/models/components/tagschema.js.map +1 -1
  156. package/models/components/workspaceschema.d.ts +112 -36
  157. package/models/components/workspaceschema.d.ts.map +1 -1
  158. package/models/components/workspaceschema.js +108 -63
  159. package/models/components/workspaceschema.js.map +1 -1
  160. package/models/errors/badrequest.d.ts +49 -12
  161. package/models/errors/badrequest.d.ts.map +1 -1
  162. package/models/errors/badrequest.js +69 -43
  163. package/models/errors/badrequest.js.map +1 -1
  164. package/models/errors/conflict.d.ts +49 -12
  165. package/models/errors/conflict.d.ts.map +1 -1
  166. package/models/errors/conflict.js +69 -43
  167. package/models/errors/conflict.js.map +1 -1
  168. package/models/errors/forbidden.d.ts +49 -12
  169. package/models/errors/forbidden.d.ts.map +1 -1
  170. package/models/errors/forbidden.js +69 -43
  171. package/models/errors/forbidden.js.map +1 -1
  172. package/models/errors/internalservererror.d.ts +49 -12
  173. package/models/errors/internalservererror.d.ts.map +1 -1
  174. package/models/errors/internalservererror.js +69 -43
  175. package/models/errors/internalservererror.js.map +1 -1
  176. package/models/errors/inviteexpired.d.ts +49 -12
  177. package/models/errors/inviteexpired.d.ts.map +1 -1
  178. package/models/errors/inviteexpired.js +69 -43
  179. package/models/errors/inviteexpired.js.map +1 -1
  180. package/models/errors/notfound.d.ts +49 -12
  181. package/models/errors/notfound.d.ts.map +1 -1
  182. package/models/errors/notfound.js +69 -43
  183. package/models/errors/notfound.js.map +1 -1
  184. package/models/errors/ratelimitexceeded.d.ts +49 -12
  185. package/models/errors/ratelimitexceeded.d.ts.map +1 -1
  186. package/models/errors/ratelimitexceeded.js +69 -43
  187. package/models/errors/ratelimitexceeded.js.map +1 -1
  188. package/models/errors/unauthorized.d.ts +49 -12
  189. package/models/errors/unauthorized.d.ts.map +1 -1
  190. package/models/errors/unauthorized.js +69 -43
  191. package/models/errors/unauthorized.js.map +1 -1
  192. package/models/errors/unprocessableentity.d.ts +49 -12
  193. package/models/errors/unprocessableentity.d.ts.map +1 -1
  194. package/models/errors/unprocessableentity.js +69 -43
  195. package/models/errors/unprocessableentity.js.map +1 -1
  196. package/models/operations/bulkcreatelinks.d.ts +83 -40
  197. package/models/operations/bulkcreatelinks.d.ts.map +1 -1
  198. package/models/operations/bulkcreatelinks.js +99 -68
  199. package/models/operations/bulkcreatelinks.js.map +1 -1
  200. package/models/operations/bulkupdatelinks.d.ts +80 -32
  201. package/models/operations/bulkupdatelinks.d.ts.map +1 -1
  202. package/models/operations/bulkupdatelinks.js +93 -60
  203. package/models/operations/bulkupdatelinks.js.map +1 -1
  204. package/models/operations/createdomain.d.ts +35 -16
  205. package/models/operations/createdomain.d.ts.map +1 -1
  206. package/models/operations/createdomain.js +37 -21
  207. package/models/operations/createdomain.js.map +1 -1
  208. package/models/operations/createlink.d.ts +83 -40
  209. package/models/operations/createlink.d.ts.map +1 -1
  210. package/models/operations/createlink.js +108 -77
  211. package/models/operations/createlink.js.map +1 -1
  212. package/models/operations/createtag.d.ts +61 -17
  213. package/models/operations/createtag.d.ts.map +1 -1
  214. package/models/operations/createtag.js +46 -21
  215. package/models/operations/createtag.js.map +1 -1
  216. package/models/operations/deletedomain.d.ts +48 -17
  217. package/models/operations/deletedomain.d.ts.map +1 -1
  218. package/models/operations/deletedomain.js +46 -21
  219. package/models/operations/deletedomain.js.map +1 -1
  220. package/models/operations/deletelink.d.ts +48 -17
  221. package/models/operations/deletelink.d.ts.map +1 -1
  222. package/models/operations/deletelink.js +46 -21
  223. package/models/operations/deletelink.js.map +1 -1
  224. package/models/operations/getlinkinfo.d.ts +35 -16
  225. package/models/operations/getlinkinfo.d.ts.map +1 -1
  226. package/models/operations/getlinkinfo.js +37 -21
  227. package/models/operations/getlinkinfo.js.map +1 -1
  228. package/models/operations/getlinks.d.ts +88 -28
  229. package/models/operations/getlinks.d.ts.map +1 -1
  230. package/models/operations/getlinks.js +82 -51
  231. package/models/operations/getlinks.js.map +1 -1
  232. package/models/operations/getlinkscount.d.ts +112 -31
  233. package/models/operations/getlinkscount.d.ts.map +1 -1
  234. package/models/operations/getlinkscount.js +108 -47
  235. package/models/operations/getlinkscount.js.map +1 -1
  236. package/models/operations/getmetatags.d.ts +34 -10
  237. package/models/operations/getmetatags.d.ts.map +1 -1
  238. package/models/operations/getmetatags.js +35 -17
  239. package/models/operations/getmetatags.js.map +1 -1
  240. package/models/operations/getqrcode.d.ts +42 -11
  241. package/models/operations/getqrcode.d.ts.map +1 -1
  242. package/models/operations/getqrcode.js +37 -19
  243. package/models/operations/getqrcode.js.map +1 -1
  244. package/models/operations/gettags.d.ts +30 -11
  245. package/models/operations/gettags.d.ts.map +1 -1
  246. package/models/operations/gettags.js +27 -11
  247. package/models/operations/gettags.js.map +1 -1
  248. package/models/operations/getworkspace.d.ts +16 -4
  249. package/models/operations/getworkspace.d.ts.map +1 -1
  250. package/models/operations/getworkspace.js +16 -7
  251. package/models/operations/getworkspace.js.map +1 -1
  252. package/models/operations/listdomains.d.ts +30 -11
  253. package/models/operations/listdomains.d.ts.map +1 -1
  254. package/models/operations/listdomains.js +27 -11
  255. package/models/operations/listdomains.js.map +1 -1
  256. package/models/operations/retrieveanalytics.d.ts +150 -40
  257. package/models/operations/retrieveanalytics.d.ts.map +1 -1
  258. package/models/operations/retrieveanalytics.js +175 -123
  259. package/models/operations/retrieveanalytics.js.map +1 -1
  260. package/models/operations/trackcustomer.d.ts +54 -23
  261. package/models/operations/trackcustomer.d.ts.map +1 -1
  262. package/models/operations/trackcustomer.js +58 -33
  263. package/models/operations/trackcustomer.js.map +1 -1
  264. package/models/operations/tracklead.d.ts +64 -33
  265. package/models/operations/tracklead.d.ts.map +1 -1
  266. package/models/operations/tracklead.js +70 -45
  267. package/models/operations/tracklead.js.map +1 -1
  268. package/models/operations/tracksale.d.ts +83 -35
  269. package/models/operations/tracksale.d.ts.map +1 -1
  270. package/models/operations/tracksale.js +81 -47
  271. package/models/operations/tracksale.js.map +1 -1
  272. package/models/operations/updatedomain.d.ts +52 -21
  273. package/models/operations/updatedomain.d.ts.map +1 -1
  274. package/models/operations/updatedomain.js +66 -41
  275. package/models/operations/updatedomain.js.map +1 -1
  276. package/models/operations/updatelink.d.ts +101 -49
  277. package/models/operations/updatelink.d.ts.map +1 -1
  278. package/models/operations/updatelink.js +128 -97
  279. package/models/operations/updatelink.js.map +1 -1
  280. package/models/operations/updatetag.d.ts +79 -23
  281. package/models/operations/updatetag.d.ts.map +1 -1
  282. package/models/operations/updatetag.js +75 -41
  283. package/models/operations/updatetag.js.map +1 -1
  284. package/models/operations/updateworkspace.d.ts +44 -5
  285. package/models/operations/updateworkspace.d.ts.map +1 -1
  286. package/models/operations/updateworkspace.js +52 -7
  287. package/models/operations/updateworkspace.js.map +1 -1
  288. package/models/operations/upsertlink.d.ts +83 -40
  289. package/models/operations/upsertlink.d.ts.map +1 -1
  290. package/models/operations/upsertlink.js +99 -77
  291. package/models/operations/upsertlink.js.map +1 -1
  292. package/package.json +2 -2
  293. package/sdk/analytics.d.ts.map +1 -1
  294. package/sdk/analytics.js +24 -26
  295. package/sdk/analytics.js.map +1 -1
  296. package/sdk/domains.d.ts.map +1 -1
  297. package/sdk/domains.js +96 -104
  298. package/sdk/domains.js.map +1 -1
  299. package/sdk/links.d.ts +3 -3
  300. package/sdk/links.d.ts.map +1 -1
  301. package/sdk/links.js +223 -240
  302. package/sdk/links.js.map +1 -1
  303. package/sdk/metatags.d.ts.map +1 -1
  304. package/sdk/metatags.js +6 -7
  305. package/sdk/metatags.js.map +1 -1
  306. package/sdk/qrcodes.d.ts.map +1 -1
  307. package/sdk/qrcodes.js +23 -24
  308. package/sdk/qrcodes.js.map +1 -1
  309. package/sdk/tags.d.ts +1 -1
  310. package/sdk/tags.d.ts.map +1 -1
  311. package/sdk/tags.js +77 -80
  312. package/sdk/tags.js.map +1 -1
  313. package/sdk/track.d.ts.map +1 -1
  314. package/sdk/track.js +75 -81
  315. package/sdk/track.js.map +1 -1
  316. package/sdk/workspaces.d.ts +1 -1
  317. package/sdk/workspaces.d.ts.map +1 -1
  318. package/sdk/workspaces.js +55 -53
  319. package/sdk/workspaces.js.map +1 -1
  320. package/src/lib/config.ts +3 -3
  321. package/src/lib/sdks.ts +19 -0
  322. package/src/models/components/clicksbrowsers.ts +28 -10
  323. package/src/models/components/clickscities.ts +48 -19
  324. package/src/models/components/clickscount.ts +27 -10
  325. package/src/models/components/clickscountries.ts +42 -13
  326. package/src/models/components/clicksdevices.ts +28 -10
  327. package/src/models/components/clicksos.ts +24 -10
  328. package/src/models/components/clicksreferers.ts +28 -10
  329. package/src/models/components/clickstimeseries.ts +28 -10
  330. package/src/models/components/clickstoplinks.ts +40 -22
  331. package/src/models/components/clickstopurls.ts +28 -10
  332. package/src/models/components/countrycode.ts +15 -2
  333. package/src/models/components/domainschema.ts +51 -34
  334. package/src/models/components/leadsbrowsers.ts +28 -10
  335. package/src/models/components/leadscities.ts +48 -19
  336. package/src/models/components/leadscount.ts +22 -8
  337. package/src/models/components/leadscountries.ts +44 -14
  338. package/src/models/components/leadsdevices.ts +30 -13
  339. package/src/models/components/leadsos.ts +26 -13
  340. package/src/models/components/leadsreferers.ts +28 -10
  341. package/src/models/components/leadstimeseries.ts +28 -10
  342. package/src/models/components/leadstoplinks.ts +40 -22
  343. package/src/models/components/leadstopurls.ts +30 -13
  344. package/src/models/components/linkgeotargeting.ts +1282 -1265
  345. package/src/models/components/linkschema.ts +1439 -1408
  346. package/src/models/components/salesbrowsers.ts +30 -12
  347. package/src/models/components/salescities.ts +51 -22
  348. package/src/models/components/salescount.ts +24 -10
  349. package/src/models/components/salescountries.ts +46 -16
  350. package/src/models/components/salesdevices.ts +33 -16
  351. package/src/models/components/salesos.ts +29 -16
  352. package/src/models/components/salesreferers.ts +30 -12
  353. package/src/models/components/salestimeseries.ts +30 -12
  354. package/src/models/components/salestoplinks.ts +42 -24
  355. package/src/models/components/salestopurls.ts +33 -16
  356. package/src/models/components/security.ts +22 -8
  357. package/src/models/components/tagschema.ts +40 -15
  358. package/src/models/components/workspaceschema.ts +143 -77
  359. package/src/models/errors/badrequest.ts +90 -54
  360. package/src/models/errors/conflict.ts +96 -54
  361. package/src/models/errors/forbidden.ts +96 -54
  362. package/src/models/errors/internalservererror.ts +110 -55
  363. package/src/models/errors/inviteexpired.ts +104 -55
  364. package/src/models/errors/notfound.ts +96 -54
  365. package/src/models/errors/ratelimitexceeded.ts +100 -50
  366. package/src/models/errors/unauthorized.ts +92 -46
  367. package/src/models/errors/unprocessableentity.ts +110 -55
  368. package/src/models/operations/bulkcreatelinks.ts +179 -115
  369. package/src/models/operations/bulkupdatelinks.ts +168 -100
  370. package/src/models/operations/createdomain.ts +71 -38
  371. package/src/models/operations/createlink.ts +172 -115
  372. package/src/models/operations/createtag.ts +76 -35
  373. package/src/models/operations/deletedomain.ts +95 -41
  374. package/src/models/operations/deletelink.ts +84 -37
  375. package/src/models/operations/getlinkinfo.ts +71 -36
  376. package/src/models/operations/getlinks.ts +134 -65
  377. package/src/models/operations/getlinkscount.ts +190 -86
  378. package/src/models/operations/getmetatags.ts +68 -28
  379. package/src/models/operations/getqrcode.ts +50 -21
  380. package/src/models/operations/gettags.ts +48 -19
  381. package/src/models/operations/getworkspace.ts +31 -10
  382. package/src/models/operations/listdomains.ts +57 -24
  383. package/src/models/operations/retrieveanalytics.ts +278 -193
  384. package/src/models/operations/trackcustomer.ts +114 -64
  385. package/src/models/operations/tracklead.ts +126 -76
  386. package/src/models/operations/tracksale.ts +141 -79
  387. package/src/models/operations/updatedomain.ts +117 -63
  388. package/src/models/operations/updatelink.ts +210 -135
  389. package/src/models/operations/updatetag.ts +121 -62
  390. package/src/models/operations/updateworkspace.ts +94 -15
  391. package/src/models/operations/upsertlink.ts +175 -115
  392. package/src/sdk/analytics.ts +31 -32
  393. package/src/sdk/domains.ts +121 -125
  394. package/src/sdk/links.ts +278 -286
  395. package/src/sdk/metatags.ts +8 -8
  396. package/src/sdk/qrcodes.ts +30 -30
  397. package/src/sdk/tags.ts +97 -96
  398. package/src/sdk/track.ts +94 -98
  399. package/src/sdk/workspaces.ts +70 -65
@@ -10,10 +10,6 @@ export type GetLinksCountGlobals = {
10
10
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
11
11
  */
12
12
  workspaceId?: string | undefined;
13
- /**
14
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
15
- */
16
- projectSlug?: string | undefined;
17
13
  };
18
14
 
19
15
  /**
@@ -81,111 +77,219 @@ export type GetLinksCountRequest = {
81
77
  };
82
78
 
83
79
  /** @internal */
80
+ export const GetLinksCountGlobals$inboundSchema: z.ZodType<
81
+ GetLinksCountGlobals,
82
+ z.ZodTypeDef,
83
+ unknown
84
+ > = z.object({
85
+ workspaceId: z.string().optional(),
86
+ });
87
+
88
+ /** @internal */
89
+ export type GetLinksCountGlobals$Outbound = {
90
+ workspaceId?: string | undefined;
91
+ };
92
+
93
+ /** @internal */
94
+ export const GetLinksCountGlobals$outboundSchema: z.ZodType<
95
+ GetLinksCountGlobals$Outbound,
96
+ z.ZodTypeDef,
97
+ GetLinksCountGlobals
98
+ > = z.object({
99
+ workspaceId: z.string().optional(),
100
+ });
101
+
102
+ /**
103
+ * @internal
104
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
105
+ */
84
106
  export namespace GetLinksCountGlobals$ {
85
- export const inboundSchema: z.ZodType<GetLinksCountGlobals, z.ZodTypeDef, unknown> = z.object({
86
- workspaceId: z.string().optional(),
87
- projectSlug: z.string().optional(),
88
- });
89
-
90
- export type Outbound = {
91
- workspaceId?: string | undefined;
92
- projectSlug?: string | undefined;
93
- };
94
-
95
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetLinksCountGlobals> = z.object(
96
- {
97
- workspaceId: z.string().optional(),
98
- projectSlug: z.string().optional(),
99
- }
100
- );
107
+ /** @deprecated use `GetLinksCountGlobals$inboundSchema` instead. */
108
+ export const inboundSchema = GetLinksCountGlobals$inboundSchema;
109
+ /** @deprecated use `GetLinksCountGlobals$outboundSchema` instead. */
110
+ export const outboundSchema = GetLinksCountGlobals$outboundSchema;
111
+ /** @deprecated use `GetLinksCountGlobals$Outbound` instead. */
112
+ export type Outbound = GetLinksCountGlobals$Outbound;
101
113
  }
102
114
 
103
115
  /** @internal */
104
- export namespace GetLinksCountQueryParamTagIds$ {
105
- export const inboundSchema: z.ZodType<GetLinksCountQueryParamTagIds, z.ZodTypeDef, unknown> =
106
- z.union([z.string(), z.array(z.string())]);
116
+ export const GetLinksCountQueryParamTagIds$inboundSchema: z.ZodType<
117
+ GetLinksCountQueryParamTagIds,
118
+ z.ZodTypeDef,
119
+ unknown
120
+ > = z.union([z.string(), z.array(z.string())]);
121
+
122
+ /** @internal */
123
+ export type GetLinksCountQueryParamTagIds$Outbound = string | Array<string>;
107
124
 
108
- export type Outbound = string | Array<string>;
109
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetLinksCountQueryParamTagIds> =
110
- z.union([z.string(), z.array(z.string())]);
125
+ /** @internal */
126
+ export const GetLinksCountQueryParamTagIds$outboundSchema: z.ZodType<
127
+ GetLinksCountQueryParamTagIds$Outbound,
128
+ z.ZodTypeDef,
129
+ GetLinksCountQueryParamTagIds
130
+ > = z.union([z.string(), z.array(z.string())]);
131
+
132
+ /**
133
+ * @internal
134
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
135
+ */
136
+ export namespace GetLinksCountQueryParamTagIds$ {
137
+ /** @deprecated use `GetLinksCountQueryParamTagIds$inboundSchema` instead. */
138
+ export const inboundSchema = GetLinksCountQueryParamTagIds$inboundSchema;
139
+ /** @deprecated use `GetLinksCountQueryParamTagIds$outboundSchema` instead. */
140
+ export const outboundSchema = GetLinksCountQueryParamTagIds$outboundSchema;
141
+ /** @deprecated use `GetLinksCountQueryParamTagIds$Outbound` instead. */
142
+ export type Outbound = GetLinksCountQueryParamTagIds$Outbound;
111
143
  }
112
144
 
113
145
  /** @internal */
146
+ export const GetLinksCountQueryParamTagNames$inboundSchema: z.ZodType<
147
+ GetLinksCountQueryParamTagNames,
148
+ z.ZodTypeDef,
149
+ unknown
150
+ > = z.union([z.string(), z.array(z.string())]);
151
+
152
+ /** @internal */
153
+ export type GetLinksCountQueryParamTagNames$Outbound = string | Array<string>;
154
+
155
+ /** @internal */
156
+ export const GetLinksCountQueryParamTagNames$outboundSchema: z.ZodType<
157
+ GetLinksCountQueryParamTagNames$Outbound,
158
+ z.ZodTypeDef,
159
+ GetLinksCountQueryParamTagNames
160
+ > = z.union([z.string(), z.array(z.string())]);
161
+
162
+ /**
163
+ * @internal
164
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
165
+ */
114
166
  export namespace GetLinksCountQueryParamTagNames$ {
115
- export const inboundSchema: z.ZodType<GetLinksCountQueryParamTagNames, z.ZodTypeDef, unknown> =
116
- z.union([z.string(), z.array(z.string())]);
117
-
118
- export type Outbound = string | Array<string>;
119
- export const outboundSchema: z.ZodType<
120
- Outbound,
121
- z.ZodTypeDef,
122
- GetLinksCountQueryParamTagNames
123
- > = z.union([z.string(), z.array(z.string())]);
167
+ /** @deprecated use `GetLinksCountQueryParamTagNames$inboundSchema` instead. */
168
+ export const inboundSchema = GetLinksCountQueryParamTagNames$inboundSchema;
169
+ /** @deprecated use `GetLinksCountQueryParamTagNames$outboundSchema` instead. */
170
+ export const outboundSchema = GetLinksCountQueryParamTagNames$outboundSchema;
171
+ /** @deprecated use `GetLinksCountQueryParamTagNames$Outbound` instead. */
172
+ export type Outbound = GetLinksCountQueryParamTagNames$Outbound;
124
173
  }
125
174
 
126
175
  /** @internal */
176
+ export const Two$inboundSchema: z.ZodNativeEnum<typeof Two> = z.nativeEnum(Two);
177
+
178
+ /** @internal */
179
+ export const Two$outboundSchema: z.ZodNativeEnum<typeof Two> = Two$inboundSchema;
180
+
181
+ /**
182
+ * @internal
183
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
184
+ */
127
185
  export namespace Two$ {
128
- export const inboundSchema: z.ZodNativeEnum<typeof Two> = z.nativeEnum(Two);
129
- export const outboundSchema: z.ZodNativeEnum<typeof Two> = inboundSchema;
186
+ /** @deprecated use `Two$inboundSchema` instead. */
187
+ export const inboundSchema = Two$inboundSchema;
188
+ /** @deprecated use `Two$outboundSchema` instead. */
189
+ export const outboundSchema = Two$outboundSchema;
130
190
  }
131
191
 
132
192
  /** @internal */
193
+ export const One$inboundSchema: z.ZodNativeEnum<typeof One> = z.nativeEnum(One);
194
+
195
+ /** @internal */
196
+ export const One$outboundSchema: z.ZodNativeEnum<typeof One> = One$inboundSchema;
197
+
198
+ /**
199
+ * @internal
200
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
201
+ */
133
202
  export namespace One$ {
134
- export const inboundSchema: z.ZodNativeEnum<typeof One> = z.nativeEnum(One);
135
- export const outboundSchema: z.ZodNativeEnum<typeof One> = inboundSchema;
203
+ /** @deprecated use `One$inboundSchema` instead. */
204
+ export const inboundSchema = One$inboundSchema;
205
+ /** @deprecated use `One$outboundSchema` instead. */
206
+ export const outboundSchema = One$outboundSchema;
136
207
  }
137
208
 
138
209
  /** @internal */
210
+ export const GroupBy$inboundSchema: z.ZodType<GroupBy, z.ZodTypeDef, unknown> = z.union([
211
+ One$inboundSchema,
212
+ Two$inboundSchema,
213
+ ]);
214
+
215
+ /** @internal */
216
+ export type GroupBy$Outbound = string | string;
217
+
218
+ /** @internal */
219
+ export const GroupBy$outboundSchema: z.ZodType<GroupBy$Outbound, z.ZodTypeDef, GroupBy> = z.union([
220
+ One$outboundSchema,
221
+ Two$outboundSchema,
222
+ ]);
223
+
224
+ /**
225
+ * @internal
226
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
227
+ */
139
228
  export namespace GroupBy$ {
140
- export const inboundSchema: z.ZodType<GroupBy, z.ZodTypeDef, unknown> = z.union([
141
- One$.inboundSchema,
142
- Two$.inboundSchema,
143
- ]);
144
-
145
- export type Outbound = string | string;
146
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GroupBy> = z.union([
147
- One$.outboundSchema,
148
- Two$.outboundSchema,
149
- ]);
229
+ /** @deprecated use `GroupBy$inboundSchema` instead. */
230
+ export const inboundSchema = GroupBy$inboundSchema;
231
+ /** @deprecated use `GroupBy$outboundSchema` instead. */
232
+ export const outboundSchema = GroupBy$outboundSchema;
233
+ /** @deprecated use `GroupBy$Outbound` instead. */
234
+ export type Outbound = GroupBy$Outbound;
150
235
  }
151
236
 
152
237
  /** @internal */
238
+ export const GetLinksCountRequest$inboundSchema: z.ZodType<
239
+ GetLinksCountRequest,
240
+ z.ZodTypeDef,
241
+ unknown
242
+ > = z.object({
243
+ domain: z.string().optional(),
244
+ tagId: z.string().optional(),
245
+ tagIds: z.union([z.string(), z.array(z.string())]).optional(),
246
+ tagNames: z.union([z.string(), z.array(z.string())]).optional(),
247
+ search: z.string().optional(),
248
+ userId: z.string().optional(),
249
+ showArchived: z.boolean().default(false),
250
+ withTags: z.boolean().default(false),
251
+ groupBy: z.union([One$inboundSchema, Two$inboundSchema]).optional(),
252
+ });
253
+
254
+ /** @internal */
255
+ export type GetLinksCountRequest$Outbound = {
256
+ domain?: string | undefined;
257
+ tagId?: string | undefined;
258
+ tagIds?: string | Array<string> | undefined;
259
+ tagNames?: string | Array<string> | undefined;
260
+ search?: string | undefined;
261
+ userId?: string | undefined;
262
+ showArchived: boolean;
263
+ withTags: boolean;
264
+ groupBy?: string | string | undefined;
265
+ };
266
+
267
+ /** @internal */
268
+ export const GetLinksCountRequest$outboundSchema: z.ZodType<
269
+ GetLinksCountRequest$Outbound,
270
+ z.ZodTypeDef,
271
+ GetLinksCountRequest
272
+ > = z.object({
273
+ domain: z.string().optional(),
274
+ tagId: z.string().optional(),
275
+ tagIds: z.union([z.string(), z.array(z.string())]).optional(),
276
+ tagNames: z.union([z.string(), z.array(z.string())]).optional(),
277
+ search: z.string().optional(),
278
+ userId: z.string().optional(),
279
+ showArchived: z.boolean().default(false),
280
+ withTags: z.boolean().default(false),
281
+ groupBy: z.union([One$outboundSchema, Two$outboundSchema]).optional(),
282
+ });
283
+
284
+ /**
285
+ * @internal
286
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
287
+ */
153
288
  export namespace GetLinksCountRequest$ {
154
- export const inboundSchema: z.ZodType<GetLinksCountRequest, z.ZodTypeDef, unknown> = z.object({
155
- domain: z.string().optional(),
156
- tagId: z.string().optional(),
157
- tagIds: z.union([z.string(), z.array(z.string())]).optional(),
158
- tagNames: z.union([z.string(), z.array(z.string())]).optional(),
159
- search: z.string().optional(),
160
- userId: z.string().optional(),
161
- showArchived: z.boolean().default(false),
162
- withTags: z.boolean().default(false),
163
- groupBy: z.union([One$.inboundSchema, Two$.inboundSchema]).optional(),
164
- });
165
-
166
- export type Outbound = {
167
- domain?: string | undefined;
168
- tagId?: string | undefined;
169
- tagIds?: string | Array<string> | undefined;
170
- tagNames?: string | Array<string> | undefined;
171
- search?: string | undefined;
172
- userId?: string | undefined;
173
- showArchived: boolean;
174
- withTags: boolean;
175
- groupBy?: string | string | undefined;
176
- };
177
-
178
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetLinksCountRequest> = z.object(
179
- {
180
- domain: z.string().optional(),
181
- tagId: z.string().optional(),
182
- tagIds: z.union([z.string(), z.array(z.string())]).optional(),
183
- tagNames: z.union([z.string(), z.array(z.string())]).optional(),
184
- search: z.string().optional(),
185
- userId: z.string().optional(),
186
- showArchived: z.boolean().default(false),
187
- withTags: z.boolean().default(false),
188
- groupBy: z.union([One$.outboundSchema, Two$.outboundSchema]).optional(),
189
- }
190
- );
289
+ /** @deprecated use `GetLinksCountRequest$inboundSchema` instead. */
290
+ export const inboundSchema = GetLinksCountRequest$inboundSchema;
291
+ /** @deprecated use `GetLinksCountRequest$outboundSchema` instead. */
292
+ export const outboundSchema = GetLinksCountRequest$outboundSchema;
293
+ /** @deprecated use `GetLinksCountRequest$Outbound` instead. */
294
+ export type Outbound = GetLinksCountRequest$Outbound;
191
295
  }
@@ -30,39 +30,79 @@ export type GetMetatagsResponseBody = {
30
30
  };
31
31
 
32
32
  /** @internal */
33
- export namespace GetMetatagsRequest$ {
34
- export const inboundSchema: z.ZodType<GetMetatagsRequest, z.ZodTypeDef, unknown> = z.object({
35
- url: z.string(),
36
- });
33
+ export const GetMetatagsRequest$inboundSchema: z.ZodType<
34
+ GetMetatagsRequest,
35
+ z.ZodTypeDef,
36
+ unknown
37
+ > = z.object({
38
+ url: z.string(),
39
+ });
40
+
41
+ /** @internal */
42
+ export type GetMetatagsRequest$Outbound = {
43
+ url: string;
44
+ };
37
45
 
38
- export type Outbound = {
39
- url: string;
40
- };
46
+ /** @internal */
47
+ export const GetMetatagsRequest$outboundSchema: z.ZodType<
48
+ GetMetatagsRequest$Outbound,
49
+ z.ZodTypeDef,
50
+ GetMetatagsRequest
51
+ > = z.object({
52
+ url: z.string(),
53
+ });
41
54
 
42
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetMetatagsRequest> = z.object({
43
- url: z.string(),
44
- });
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
59
+ export namespace GetMetatagsRequest$ {
60
+ /** @deprecated use `GetMetatagsRequest$inboundSchema` instead. */
61
+ export const inboundSchema = GetMetatagsRequest$inboundSchema;
62
+ /** @deprecated use `GetMetatagsRequest$outboundSchema` instead. */
63
+ export const outboundSchema = GetMetatagsRequest$outboundSchema;
64
+ /** @deprecated use `GetMetatagsRequest$Outbound` instead. */
65
+ export type Outbound = GetMetatagsRequest$Outbound;
45
66
  }
46
67
 
47
68
  /** @internal */
48
- export namespace GetMetatagsResponseBody$ {
49
- export const inboundSchema: z.ZodType<GetMetatagsResponseBody, z.ZodTypeDef, unknown> =
50
- z.object({
51
- title: z.nullable(z.string()),
52
- description: z.nullable(z.string()),
53
- image: z.nullable(z.string()),
54
- });
69
+ export const GetMetatagsResponseBody$inboundSchema: z.ZodType<
70
+ GetMetatagsResponseBody,
71
+ z.ZodTypeDef,
72
+ unknown
73
+ > = z.object({
74
+ title: z.nullable(z.string()),
75
+ description: z.nullable(z.string()),
76
+ image: z.nullable(z.string()),
77
+ });
55
78
 
56
- export type Outbound = {
57
- title: string | null;
58
- description: string | null;
59
- image: string | null;
60
- };
79
+ /** @internal */
80
+ export type GetMetatagsResponseBody$Outbound = {
81
+ title: string | null;
82
+ description: string | null;
83
+ image: string | null;
84
+ };
61
85
 
62
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetMetatagsResponseBody> =
63
- z.object({
64
- title: z.nullable(z.string()),
65
- description: z.nullable(z.string()),
66
- image: z.nullable(z.string()),
67
- });
86
+ /** @internal */
87
+ export const GetMetatagsResponseBody$outboundSchema: z.ZodType<
88
+ GetMetatagsResponseBody$Outbound,
89
+ z.ZodTypeDef,
90
+ GetMetatagsResponseBody
91
+ > = z.object({
92
+ title: z.nullable(z.string()),
93
+ description: z.nullable(z.string()),
94
+ image: z.nullable(z.string()),
95
+ });
96
+
97
+ /**
98
+ * @internal
99
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
100
+ */
101
+ export namespace GetMetatagsResponseBody$ {
102
+ /** @deprecated use `GetMetatagsResponseBody$inboundSchema` instead. */
103
+ export const inboundSchema = GetMetatagsResponseBody$inboundSchema;
104
+ /** @deprecated use `GetMetatagsResponseBody$outboundSchema` instead. */
105
+ export const outboundSchema = GetMetatagsResponseBody$outboundSchema;
106
+ /** @deprecated use `GetMetatagsResponseBody$Outbound` instead. */
107
+ export type Outbound = GetMetatagsResponseBody$Outbound;
68
108
  }
@@ -47,37 +47,66 @@ export type GetQRCodeRequest = {
47
47
  };
48
48
 
49
49
  /** @internal */
50
+ export const Level$inboundSchema: z.ZodNativeEnum<typeof Level> = z.nativeEnum(Level);
51
+
52
+ /** @internal */
53
+ export const Level$outboundSchema: z.ZodNativeEnum<typeof Level> = Level$inboundSchema;
54
+
55
+ /**
56
+ * @internal
57
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
+ */
50
59
  export namespace Level$ {
51
- export const inboundSchema: z.ZodNativeEnum<typeof Level> = z.nativeEnum(Level);
52
- export const outboundSchema: z.ZodNativeEnum<typeof Level> = inboundSchema;
60
+ /** @deprecated use `Level$inboundSchema` instead. */
61
+ export const inboundSchema = Level$inboundSchema;
62
+ /** @deprecated use `Level$outboundSchema` instead. */
63
+ export const outboundSchema = Level$outboundSchema;
53
64
  }
54
65
 
55
66
  /** @internal */
56
- export namespace GetQRCodeRequest$ {
57
- export const inboundSchema: z.ZodType<GetQRCodeRequest, z.ZodTypeDef, unknown> = z.object({
67
+ export const GetQRCodeRequest$inboundSchema: z.ZodType<GetQRCodeRequest, z.ZodTypeDef, unknown> =
68
+ z.object({
58
69
  url: z.string(),
59
70
  size: z.number().default(600),
60
- level: Level$.inboundSchema.default("L"),
71
+ level: Level$inboundSchema.default("L"),
61
72
  fgColor: z.string().default("#000000"),
62
73
  bgColor: z.string().default("#FFFFFF"),
63
74
  includeMargin: z.boolean().default(false),
64
75
  });
65
76
 
66
- export type Outbound = {
67
- url: string;
68
- size: number;
69
- level: string;
70
- fgColor: string;
71
- bgColor: string;
72
- includeMargin: boolean;
73
- };
77
+ /** @internal */
78
+ export type GetQRCodeRequest$Outbound = {
79
+ url: string;
80
+ size: number;
81
+ level: string;
82
+ fgColor: string;
83
+ bgColor: string;
84
+ includeMargin: boolean;
85
+ };
74
86
 
75
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetQRCodeRequest> = z.object({
76
- url: z.string(),
77
- size: z.number().default(600),
78
- level: Level$.outboundSchema.default("L"),
79
- fgColor: z.string().default("#000000"),
80
- bgColor: z.string().default("#FFFFFF"),
81
- includeMargin: z.boolean().default(false),
82
- });
87
+ /** @internal */
88
+ export const GetQRCodeRequest$outboundSchema: z.ZodType<
89
+ GetQRCodeRequest$Outbound,
90
+ z.ZodTypeDef,
91
+ GetQRCodeRequest
92
+ > = z.object({
93
+ url: z.string(),
94
+ size: z.number().default(600),
95
+ level: Level$outboundSchema.default("L"),
96
+ fgColor: z.string().default("#000000"),
97
+ bgColor: z.string().default("#FFFFFF"),
98
+ includeMargin: z.boolean().default(false),
99
+ });
100
+
101
+ /**
102
+ * @internal
103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
104
+ */
105
+ export namespace GetQRCodeRequest$ {
106
+ /** @deprecated use `GetQRCodeRequest$inboundSchema` instead. */
107
+ export const inboundSchema = GetQRCodeRequest$inboundSchema;
108
+ /** @deprecated use `GetQRCodeRequest$outboundSchema` instead. */
109
+ export const outboundSchema = GetQRCodeRequest$outboundSchema;
110
+ /** @deprecated use `GetQRCodeRequest$Outbound` instead. */
111
+ export type Outbound = GetQRCodeRequest$Outbound;
83
112
  }
@@ -9,37 +9,66 @@ export type GetTagsGlobals = {
9
9
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
10
10
  */
11
11
  workspaceId?: string | undefined;
12
- /**
13
- * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
14
- */
15
- projectSlug?: string | undefined;
16
12
  };
17
13
 
18
14
  export type GetTagsRequest = {};
19
15
 
20
16
  /** @internal */
21
- export namespace GetTagsGlobals$ {
22
- export const inboundSchema: z.ZodType<GetTagsGlobals, z.ZodTypeDef, unknown> = z.object({
17
+ export const GetTagsGlobals$inboundSchema: z.ZodType<GetTagsGlobals, z.ZodTypeDef, unknown> =
18
+ z.object({
23
19
  workspaceId: z.string().optional(),
24
- projectSlug: z.string().optional(),
25
20
  });
26
21
 
27
- export type Outbound = {
28
- workspaceId?: string | undefined;
29
- projectSlug?: string | undefined;
30
- };
22
+ /** @internal */
23
+ export type GetTagsGlobals$Outbound = {
24
+ workspaceId?: string | undefined;
25
+ };
31
26
 
32
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetTagsGlobals> = z.object({
33
- workspaceId: z.string().optional(),
34
- projectSlug: z.string().optional(),
35
- });
27
+ /** @internal */
28
+ export const GetTagsGlobals$outboundSchema: z.ZodType<
29
+ GetTagsGlobals$Outbound,
30
+ z.ZodTypeDef,
31
+ GetTagsGlobals
32
+ > = z.object({
33
+ workspaceId: z.string().optional(),
34
+ });
35
+
36
+ /**
37
+ * @internal
38
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
39
+ */
40
+ export namespace GetTagsGlobals$ {
41
+ /** @deprecated use `GetTagsGlobals$inboundSchema` instead. */
42
+ export const inboundSchema = GetTagsGlobals$inboundSchema;
43
+ /** @deprecated use `GetTagsGlobals$outboundSchema` instead. */
44
+ export const outboundSchema = GetTagsGlobals$outboundSchema;
45
+ /** @deprecated use `GetTagsGlobals$Outbound` instead. */
46
+ export type Outbound = GetTagsGlobals$Outbound;
36
47
  }
37
48
 
38
49
  /** @internal */
39
- export namespace GetTagsRequest$ {
40
- export const inboundSchema: z.ZodType<GetTagsRequest, z.ZodTypeDef, unknown> = z.object({});
50
+ export const GetTagsRequest$inboundSchema: z.ZodType<GetTagsRequest, z.ZodTypeDef, unknown> =
51
+ z.object({});
41
52
 
42
- export type Outbound = {};
53
+ /** @internal */
54
+ export type GetTagsRequest$Outbound = {};
43
55
 
44
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetTagsRequest> = z.object({});
56
+ /** @internal */
57
+ export const GetTagsRequest$outboundSchema: z.ZodType<
58
+ GetTagsRequest$Outbound,
59
+ z.ZodTypeDef,
60
+ GetTagsRequest
61
+ > = z.object({});
62
+
63
+ /**
64
+ * @internal
65
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
66
+ */
67
+ export namespace GetTagsRequest$ {
68
+ /** @deprecated use `GetTagsRequest$inboundSchema` instead. */
69
+ export const inboundSchema = GetTagsRequest$inboundSchema;
70
+ /** @deprecated use `GetTagsRequest$outboundSchema` instead. */
71
+ export const outboundSchema = GetTagsRequest$outboundSchema;
72
+ /** @deprecated use `GetTagsRequest$Outbound` instead. */
73
+ export type Outbound = GetTagsRequest$Outbound;
45
74
  }
@@ -12,16 +12,37 @@ export type GetWorkspaceRequest = {
12
12
  };
13
13
 
14
14
  /** @internal */
15
- export namespace GetWorkspaceRequest$ {
16
- export const inboundSchema: z.ZodType<GetWorkspaceRequest, z.ZodTypeDef, unknown> = z.object({
17
- idOrSlug: z.string(),
18
- });
15
+ export const GetWorkspaceRequest$inboundSchema: z.ZodType<
16
+ GetWorkspaceRequest,
17
+ z.ZodTypeDef,
18
+ unknown
19
+ > = z.object({
20
+ idOrSlug: z.string(),
21
+ });
22
+
23
+ /** @internal */
24
+ export type GetWorkspaceRequest$Outbound = {
25
+ idOrSlug: string;
26
+ };
19
27
 
20
- export type Outbound = {
21
- idOrSlug: string;
22
- };
28
+ /** @internal */
29
+ export const GetWorkspaceRequest$outboundSchema: z.ZodType<
30
+ GetWorkspaceRequest$Outbound,
31
+ z.ZodTypeDef,
32
+ GetWorkspaceRequest
33
+ > = z.object({
34
+ idOrSlug: z.string(),
35
+ });
23
36
 
24
- export const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetWorkspaceRequest> = z.object({
25
- idOrSlug: z.string(),
26
- });
37
+ /**
38
+ * @internal
39
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
40
+ */
41
+ export namespace GetWorkspaceRequest$ {
42
+ /** @deprecated use `GetWorkspaceRequest$inboundSchema` instead. */
43
+ export const inboundSchema = GetWorkspaceRequest$inboundSchema;
44
+ /** @deprecated use `GetWorkspaceRequest$outboundSchema` instead. */
45
+ export const outboundSchema = GetWorkspaceRequest$outboundSchema;
46
+ /** @deprecated use `GetWorkspaceRequest$Outbound` instead. */
47
+ export type Outbound = GetWorkspaceRequest$Outbound;
27
48
  }