@vercel/sdk 1.8.6 → 1.10.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 (281) hide show
  1. package/README.md +10 -12
  2. package/bin/mcp-server.js +3013 -2754
  3. package/bin/mcp-server.js.map +45 -49
  4. package/docs/sdks/deployments/README.md +2 -0
  5. package/docs/sdks/logdrains/README.md +0 -80
  6. package/docs/sdks/marketplace/README.md +24 -24
  7. package/esm/__tests__/deployments.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/logdrains.test.js +3 -13
  10. package/esm/__tests__/logdrains.test.js.map +1 -1
  11. package/esm/__tests__/marketplace.test.js +16 -19
  12. package/esm/__tests__/marketplace.test.js.map +1 -1
  13. package/esm/__tests__/projects.test.js +13 -15
  14. package/esm/__tests__/projects.test.js.map +1 -1
  15. package/esm/__tests__/rollingrelease.test.js +5 -2
  16. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  17. package/esm/funcs/deploymentsCreateDeployment.js +2 -2
  18. package/esm/funcs/deploymentsCreateDeployment.js.map +1 -1
  19. package/esm/funcs/{logDrainsDeleteConfigurableLogDrain.d.ts → marketplaceDeleteIntegrationResource.d.ts} +5 -5
  20. package/esm/funcs/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
  21. package/esm/funcs/{marketplaceDeleteResource.js → marketplaceDeleteIntegrationResource.js} +6 -6
  22. package/esm/funcs/marketplaceDeleteIntegrationResource.js.map +1 -0
  23. package/esm/funcs/{marketplaceGetResource.d.ts → marketplaceGetIntegrationResource.d.ts} +4 -4
  24. package/esm/funcs/marketplaceGetIntegrationResource.d.ts.map +1 -0
  25. package/esm/funcs/{marketplaceGetResource.js → marketplaceGetIntegrationResource.js} +7 -7
  26. package/esm/funcs/marketplaceGetIntegrationResource.js.map +1 -0
  27. package/esm/funcs/{marketplaceDeleteResource.d.ts → marketplaceGetIntegrationResources.d.ts} +5 -5
  28. package/esm/funcs/marketplaceGetIntegrationResources.d.ts.map +1 -0
  29. package/esm/funcs/{marketplaceGetResources.js → marketplaceGetIntegrationResources.js} +8 -8
  30. package/esm/funcs/marketplaceGetIntegrationResources.js.map +1 -0
  31. package/esm/lib/config.d.ts +3 -3
  32. package/esm/lib/config.js +3 -3
  33. package/esm/lib/config.js.map +1 -1
  34. package/esm/mcp-server/cli/start/command.d.ts.map +1 -1
  35. package/esm/mcp-server/cli/start/command.js +0 -12
  36. package/esm/mcp-server/cli/start/command.js.map +1 -1
  37. package/esm/mcp-server/cli/start/impl.d.ts +0 -2
  38. package/esm/mcp-server/cli/start/impl.d.ts.map +1 -1
  39. package/esm/mcp-server/cli/start/impl.js +0 -2
  40. package/esm/mcp-server/cli/start/impl.js.map +1 -1
  41. package/esm/mcp-server/mcp-server.js +1 -1
  42. package/esm/mcp-server/mcp-server.js.map +1 -1
  43. package/esm/mcp-server/server.d.ts.map +1 -1
  44. package/esm/mcp-server/server.js +10 -12
  45. package/esm/mcp-server/server.js.map +1 -1
  46. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts +7 -0
  47. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.d.ts.map +1 -0
  48. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js +27 -0
  49. package/esm/mcp-server/tools/marketplaceDeleteIntegrationResource.js.map +1 -0
  50. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts +7 -0
  51. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.d.ts.map +1 -0
  52. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js +28 -0
  53. package/esm/mcp-server/tools/marketplaceGetIntegrationResource.js.map +1 -0
  54. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts +7 -0
  55. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.d.ts.map +1 -0
  56. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js +28 -0
  57. package/esm/mcp-server/tools/marketplaceGetIntegrationResources.js.map +1 -0
  58. package/esm/models/approverollingreleasestageop.d.ts +36 -0
  59. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  60. package/esm/models/approverollingreleasestageop.js +25 -0
  61. package/esm/models/approverollingreleasestageop.js.map +1 -1
  62. package/esm/models/authuser.d.ts +5 -27
  63. package/esm/models/authuser.d.ts.map +1 -1
  64. package/esm/models/authuser.js +2 -9
  65. package/esm/models/authuser.js.map +1 -1
  66. package/esm/models/canceldeploymentop.d.ts +335 -6
  67. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  68. package/esm/models/canceldeploymentop.js +274 -2
  69. package/esm/models/canceldeploymentop.js.map +1 -1
  70. package/esm/models/completerollingreleaseop.d.ts +36 -0
  71. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  72. package/esm/models/completerollingreleaseop.js +24 -0
  73. package/esm/models/completerollingreleaseop.js.map +1 -1
  74. package/esm/models/createdeploymentop.d.ts +434 -97
  75. package/esm/models/createdeploymentop.d.ts.map +1 -1
  76. package/esm/models/createdeploymentop.js +362 -83
  77. package/esm/models/createdeploymentop.js.map +1 -1
  78. package/esm/models/createprojectop.d.ts +104 -25
  79. package/esm/models/createprojectop.d.ts.map +1 -1
  80. package/esm/models/createprojectop.js +82 -29
  81. package/esm/models/createprojectop.js.map +1 -1
  82. package/esm/models/createwebhookop.d.ts +6 -0
  83. package/esm/models/createwebhookop.d.ts.map +1 -1
  84. package/esm/models/createwebhookop.js +2 -0
  85. package/esm/models/createwebhookop.js.map +1 -1
  86. package/esm/models/deleteintegrationresourceop.d.ts +31 -0
  87. package/esm/models/deleteintegrationresourceop.d.ts.map +1 -0
  88. package/esm/models/deleteintegrationresourceop.js +33 -0
  89. package/esm/models/deleteintegrationresourceop.js.map +1 -0
  90. package/esm/models/getconfigurationop.d.ts +3 -3
  91. package/esm/models/getconfigurationop.js +1 -1
  92. package/esm/models/getconfigurationop.js.map +1 -1
  93. package/esm/models/getdeploymentop.d.ts +338 -9
  94. package/esm/models/getdeploymentop.d.ts.map +1 -1
  95. package/esm/models/getdeploymentop.js +276 -3
  96. package/esm/models/getdeploymentop.js.map +1 -1
  97. package/esm/models/getdeploymentsop.d.ts +8 -2
  98. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  99. package/esm/models/getdeploymentsop.js +3 -2
  100. package/esm/models/getdeploymentsop.js.map +1 -1
  101. package/esm/models/{getresourceop.d.ts → getintegrationresourceop.d.ts} +58 -58
  102. package/esm/models/getintegrationresourceop.d.ts.map +1 -0
  103. package/esm/models/{getresourceop.js → getintegrationresourceop.js} +69 -67
  104. package/esm/models/getintegrationresourceop.js.map +1 -0
  105. package/esm/models/getintegrationresourcesop.d.ts +310 -0
  106. package/esm/models/getintegrationresourcesop.d.ts.map +1 -0
  107. package/esm/models/getintegrationresourcesop.js +275 -0
  108. package/esm/models/getintegrationresourcesop.js.map +1 -0
  109. package/esm/models/getprojectsop.d.ts +14 -2
  110. package/esm/models/getprojectsop.d.ts.map +1 -1
  111. package/esm/models/getprojectsop.js +6 -2
  112. package/esm/models/getprojectsop.js.map +1 -1
  113. package/esm/models/getrollingreleasebillingstatusop.d.ts +21 -13
  114. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
  115. package/esm/models/getrollingreleasebillingstatusop.js +17 -9
  116. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
  117. package/esm/models/getrollingreleaseop.d.ts +36 -0
  118. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  119. package/esm/models/getrollingreleaseop.js +24 -0
  120. package/esm/models/getrollingreleaseop.js.map +1 -1
  121. package/esm/models/getteamaccessrequestop.d.ts +3 -3
  122. package/esm/models/getteamaccessrequestop.js +1 -1
  123. package/esm/models/getwebhookop.d.ts +3 -0
  124. package/esm/models/getwebhookop.d.ts.map +1 -1
  125. package/esm/models/getwebhookop.js +1 -0
  126. package/esm/models/getwebhookop.js.map +1 -1
  127. package/esm/models/getwebhooksop.d.ts +9 -0
  128. package/esm/models/getwebhooksop.d.ts.map +1 -1
  129. package/esm/models/getwebhooksop.js +3 -0
  130. package/esm/models/getwebhooksop.js.map +1 -1
  131. package/esm/models/requestaccesstoteamop.d.ts +3 -3
  132. package/esm/models/requestaccesstoteamop.js +1 -1
  133. package/esm/models/sdkerror.d.ts.map +1 -1
  134. package/esm/models/sdkerror.js +8 -2
  135. package/esm/models/sdkerror.js.map +1 -1
  136. package/esm/models/team.d.ts +8 -3
  137. package/esm/models/team.d.ts.map +1 -1
  138. package/esm/models/team.js +3 -1
  139. package/esm/models/team.js.map +1 -1
  140. package/esm/models/teamlimited.d.ts +3 -3
  141. package/esm/models/teamlimited.js +1 -1
  142. package/esm/models/updateprojectdatacacheop.d.ts +14 -2
  143. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  144. package/esm/models/updateprojectdatacacheop.js +6 -2
  145. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  146. package/esm/models/updateprojectop.d.ts +26 -2
  147. package/esm/models/updateprojectop.d.ts.map +1 -1
  148. package/esm/models/updateprojectop.js +10 -2
  149. package/esm/models/updateprojectop.js.map +1 -1
  150. package/esm/models/userevent.d.ts +1622 -1824
  151. package/esm/models/userevent.d.ts.map +1 -1
  152. package/esm/models/userevent.js +2049 -2225
  153. package/esm/models/userevent.js.map +1 -1
  154. package/esm/models/vercelbadrequesterror.d.ts.map +1 -1
  155. package/esm/models/vercelbadrequesterror.js +2 -3
  156. package/esm/models/vercelbadrequesterror.js.map +1 -1
  157. package/esm/models/vercelforbiddenerror.d.ts.map +1 -1
  158. package/esm/models/vercelforbiddenerror.js +2 -3
  159. package/esm/models/vercelforbiddenerror.js.map +1 -1
  160. package/esm/models/vercelnotfounderror.d.ts.map +1 -1
  161. package/esm/models/vercelnotfounderror.js +2 -3
  162. package/esm/models/vercelnotfounderror.js.map +1 -1
  163. package/esm/models/vercelratelimiterror.d.ts.map +1 -1
  164. package/esm/models/vercelratelimiterror.js +2 -3
  165. package/esm/models/vercelratelimiterror.js.map +1 -1
  166. package/esm/sdk/logdrains.d.ts +0 -8
  167. package/esm/sdk/logdrains.d.ts.map +1 -1
  168. package/esm/sdk/logdrains.js +0 -10
  169. package/esm/sdk/logdrains.js.map +1 -1
  170. package/esm/sdk/marketplace.d.ts +10 -10
  171. package/esm/sdk/marketplace.d.ts.map +1 -1
  172. package/esm/sdk/marketplace.js +13 -13
  173. package/esm/sdk/marketplace.js.map +1 -1
  174. package/esm/sdk/sdk.d.ts +2 -2
  175. package/esm/sdk/sdk.d.ts.map +1 -1
  176. package/esm/sdk/sdk.js +3 -3
  177. package/esm/sdk/sdk.js.map +1 -1
  178. package/examples/README.md +26 -0
  179. package/examples/package-lock.json +628 -0
  180. package/examples/package.json +18 -0
  181. package/examples/projectsUpdateProject.example.ts +31 -0
  182. package/jsr.json +1 -1
  183. package/package.json +4 -4
  184. package/src/__tests__/deployments.test.ts +2 -1
  185. package/src/__tests__/domains.test.ts +2 -1
  186. package/src/__tests__/logdrains.test.ts +5 -15
  187. package/src/__tests__/marketplace.test.ts +25 -22
  188. package/src/__tests__/projects.test.ts +13 -15
  189. package/src/__tests__/rollingrelease.test.ts +5 -2
  190. package/src/funcs/deploymentsCreateDeployment.ts +2 -2
  191. package/src/funcs/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -9
  192. package/src/funcs/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +15 -15
  193. package/src/funcs/{marketplaceGetResources.ts → marketplaceGetIntegrationResources.ts} +16 -16
  194. package/src/lib/config.ts +3 -3
  195. package/src/mcp-server/cli/start/command.ts +0 -13
  196. package/src/mcp-server/cli/start/impl.ts +0 -4
  197. package/src/mcp-server/mcp-server.ts +1 -1
  198. package/src/mcp-server/server.ts +10 -12
  199. package/src/mcp-server/tools/{marketplaceDeleteResource.ts → marketplaceDeleteIntegrationResource.ts} +9 -7
  200. package/src/mcp-server/tools/{marketplaceGetResource.ts → marketplaceGetIntegrationResource.ts} +9 -7
  201. package/src/mcp-server/tools/marketplaceGetIntegrationResources.ts +39 -0
  202. package/src/models/approverollingreleasestageop.ts +44 -0
  203. package/src/models/authuser.ts +7 -10
  204. package/src/models/canceldeploymentop.ts +607 -2
  205. package/src/models/completerollingreleaseop.ts +45 -0
  206. package/src/models/createdeploymentop.ts +855 -289
  207. package/src/models/createprojectop.ts +163 -46
  208. package/src/models/createwebhookop.ts +2 -0
  209. package/src/models/deleteintegrationresourceop.ts +72 -0
  210. package/src/models/getconfigurationop.ts +1 -1
  211. package/src/models/getdeploymentop.ts +620 -3
  212. package/src/models/getdeploymentsop.ts +8 -4
  213. package/src/models/{getresourceop.ts → getintegrationresourceop.ts} +115 -99
  214. package/src/models/getintegrationresourcesop.ts +642 -0
  215. package/src/models/getprojectsop.ts +8 -4
  216. package/src/models/getrollingreleasebillingstatusop.ts +31 -15
  217. package/src/models/getrollingreleaseop.ts +40 -0
  218. package/src/models/getteamaccessrequestop.ts +1 -1
  219. package/src/models/getwebhookop.ts +1 -0
  220. package/src/models/getwebhooksop.ts +3 -0
  221. package/src/models/requestaccesstoteamop.ts +1 -1
  222. package/src/models/sdkerror.ts +8 -2
  223. package/src/models/team.ts +8 -1
  224. package/src/models/teamlimited.ts +1 -1
  225. package/src/models/updateprojectdatacacheop.ts +8 -4
  226. package/src/models/updateprojectop.ts +12 -4
  227. package/src/models/userevent.ts +4781 -5205
  228. package/src/models/vercelbadrequesterror.ts +2 -3
  229. package/src/models/vercelforbiddenerror.ts +2 -3
  230. package/src/models/vercelnotfounderror.ts +2 -3
  231. package/src/models/vercelratelimiterror.ts +2 -3
  232. package/src/sdk/logdrains.ts +0 -19
  233. package/src/sdk/marketplace.ts +27 -27
  234. package/src/sdk/sdk.ts +5 -5
  235. package/vercel-spec.json +890 -493
  236. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  237. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +0 -95
  238. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  239. package/esm/funcs/marketplaceDeleteResource.d.ts.map +0 -1
  240. package/esm/funcs/marketplaceDeleteResource.js.map +0 -1
  241. package/esm/funcs/marketplaceGetResource.d.ts.map +0 -1
  242. package/esm/funcs/marketplaceGetResource.js.map +0 -1
  243. package/esm/funcs/marketplaceGetResources.d.ts +0 -20
  244. package/esm/funcs/marketplaceGetResources.d.ts.map +0 -1
  245. package/esm/funcs/marketplaceGetResources.js.map +0 -1
  246. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts +0 -7
  247. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.d.ts.map +0 -1
  248. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +0 -27
  249. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js.map +0 -1
  250. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +0 -7
  251. package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +0 -1
  252. package/esm/mcp-server/tools/marketplaceDeleteResource.js +0 -27
  253. package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +0 -1
  254. package/esm/mcp-server/tools/marketplaceGetResource.d.ts +0 -7
  255. package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +0 -1
  256. package/esm/mcp-server/tools/marketplaceGetResource.js +0 -28
  257. package/esm/mcp-server/tools/marketplaceGetResource.js.map +0 -1
  258. package/esm/mcp-server/tools/marketplaceGetResources.d.ts +0 -7
  259. package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +0 -1
  260. package/esm/mcp-server/tools/marketplaceGetResources.js +0 -28
  261. package/esm/mcp-server/tools/marketplaceGetResources.js.map +0 -1
  262. package/esm/models/deleteconfigurablelogdrainop.d.ts +0 -39
  263. package/esm/models/deleteconfigurablelogdrainop.d.ts.map +0 -1
  264. package/esm/models/deleteconfigurablelogdrainop.js +0 -35
  265. package/esm/models/deleteconfigurablelogdrainop.js.map +0 -1
  266. package/esm/models/deleteresourceop.d.ts +0 -31
  267. package/esm/models/deleteresourceop.d.ts.map +0 -1
  268. package/esm/models/deleteresourceop.js +0 -33
  269. package/esm/models/deleteresourceop.js.map +0 -1
  270. package/esm/models/getresourceop.d.ts.map +0 -1
  271. package/esm/models/getresourceop.js.map +0 -1
  272. package/esm/models/getresourcesop.d.ts +0 -310
  273. package/esm/models/getresourcesop.d.ts.map +0 -1
  274. package/esm/models/getresourcesop.js +0 -278
  275. package/esm/models/getresourcesop.js.map +0 -1
  276. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +0 -204
  277. package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +0 -37
  278. package/src/mcp-server/tools/marketplaceGetResources.ts +0 -37
  279. package/src/models/deleteconfigurablelogdrainop.ts +0 -83
  280. package/src/models/deleteresourceop.ts +0 -70
  281. package/src/models/getresourcesop.ts +0 -604
@@ -1,310 +0,0 @@
1
- import * as z from "zod";
2
- import { ClosedEnum } from "../types/enums.js";
3
- import { Result as SafeParseResult } from "../types/fp.js";
4
- import { SDKValidationError } from "./sdkvalidationerror.js";
5
- export type GetResourcesRequest = {
6
- integrationConfigurationId: string;
7
- };
8
- /**
9
- * The current status of the resource
10
- */
11
- export declare const GetResourcesStatus: {
12
- readonly Ready: "ready";
13
- readonly Pending: "pending";
14
- readonly Suspended: "suspended";
15
- readonly Resumed: "resumed";
16
- readonly Uninstalled: "uninstalled";
17
- readonly Error: "error";
18
- };
19
- /**
20
- * The current status of the resource
21
- */
22
- export type GetResourcesStatus = ClosedEnum<typeof GetResourcesStatus>;
23
- export type GetResourcesExperimentation = {
24
- edgeConfigSyncingEnabled?: boolean | undefined;
25
- edgeConfigId?: string | undefined;
26
- edgeConfigTokenId?: string | undefined;
27
- };
28
- /**
29
- * Any settings provided for the resource to support its product's protocols
30
- */
31
- export type GetResourcesProtocolSettings = {
32
- experimentation?: GetResourcesExperimentation | undefined;
33
- };
34
- export declare const GetResourcesLevel: {
35
- readonly Error: "error";
36
- readonly Info: "info";
37
- readonly Warn: "warn";
38
- };
39
- export type GetResourcesLevel = ClosedEnum<typeof GetResourcesLevel>;
40
- /**
41
- * The notification, if set, displayed to the user when viewing the resource in Vercel
42
- */
43
- export type GetResourcesNotification = {
44
- level: GetResourcesLevel;
45
- title: string;
46
- message?: string | undefined;
47
- href?: string | undefined;
48
- };
49
- export type GetResourcesMetadata = string | number | boolean | Array<string> | Array<number>;
50
- export type Resources = {
51
- /**
52
- * The ID provided by the partner for the given resource
53
- */
54
- partnerId: string;
55
- /**
56
- * The ID assigned by Vercel for the given resource
57
- */
58
- internalId: string;
59
- /**
60
- * The name of the resource as it is recorded in Vercel
61
- */
62
- name: string;
63
- /**
64
- * The current status of the resource
65
- */
66
- status?: GetResourcesStatus | undefined;
67
- /**
68
- * The ID of the product the resource is derived from
69
- */
70
- productId: string;
71
- /**
72
- * Any settings provided for the resource to support its product's protocols
73
- */
74
- protocolSettings?: GetResourcesProtocolSettings | undefined;
75
- /**
76
- * The notification, if set, displayed to the user when viewing the resource in Vercel
77
- */
78
- notification?: GetResourcesNotification | undefined;
79
- /**
80
- * The ID of the billing plan the resource is subscribed to, if applicable
81
- */
82
- billingPlanId?: string | undefined;
83
- /**
84
- * The configured metadata for the resource as defined by its product's Metadata Schema
85
- */
86
- metadata?: {
87
- [k: string]: string | number | boolean | Array<string> | Array<number>;
88
- } | undefined;
89
- };
90
- export type GetResourcesResponseBody = {
91
- resources: Array<Resources>;
92
- };
93
- /** @internal */
94
- export declare const GetResourcesRequest$inboundSchema: z.ZodType<GetResourcesRequest, z.ZodTypeDef, unknown>;
95
- /** @internal */
96
- export type GetResourcesRequest$Outbound = {
97
- integrationConfigurationId: string;
98
- };
99
- /** @internal */
100
- export declare const GetResourcesRequest$outboundSchema: z.ZodType<GetResourcesRequest$Outbound, z.ZodTypeDef, GetResourcesRequest>;
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 declare namespace GetResourcesRequest$ {
106
- /** @deprecated use `GetResourcesRequest$inboundSchema` instead. */
107
- const inboundSchema: z.ZodType<GetResourcesRequest, z.ZodTypeDef, unknown>;
108
- /** @deprecated use `GetResourcesRequest$outboundSchema` instead. */
109
- const outboundSchema: z.ZodType<GetResourcesRequest$Outbound, z.ZodTypeDef, GetResourcesRequest>;
110
- /** @deprecated use `GetResourcesRequest$Outbound` instead. */
111
- type Outbound = GetResourcesRequest$Outbound;
112
- }
113
- export declare function getResourcesRequestToJSON(getResourcesRequest: GetResourcesRequest): string;
114
- export declare function getResourcesRequestFromJSON(jsonString: string): SafeParseResult<GetResourcesRequest, SDKValidationError>;
115
- /** @internal */
116
- export declare const GetResourcesStatus$inboundSchema: z.ZodNativeEnum<typeof GetResourcesStatus>;
117
- /** @internal */
118
- export declare const GetResourcesStatus$outboundSchema: z.ZodNativeEnum<typeof GetResourcesStatus>;
119
- /**
120
- * @internal
121
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
122
- */
123
- export declare namespace GetResourcesStatus$ {
124
- /** @deprecated use `GetResourcesStatus$inboundSchema` instead. */
125
- const inboundSchema: z.ZodNativeEnum<{
126
- readonly Ready: "ready";
127
- readonly Pending: "pending";
128
- readonly Suspended: "suspended";
129
- readonly Resumed: "resumed";
130
- readonly Uninstalled: "uninstalled";
131
- readonly Error: "error";
132
- }>;
133
- /** @deprecated use `GetResourcesStatus$outboundSchema` instead. */
134
- const outboundSchema: z.ZodNativeEnum<{
135
- readonly Ready: "ready";
136
- readonly Pending: "pending";
137
- readonly Suspended: "suspended";
138
- readonly Resumed: "resumed";
139
- readonly Uninstalled: "uninstalled";
140
- readonly Error: "error";
141
- }>;
142
- }
143
- /** @internal */
144
- export declare const GetResourcesExperimentation$inboundSchema: z.ZodType<GetResourcesExperimentation, z.ZodTypeDef, unknown>;
145
- /** @internal */
146
- export type GetResourcesExperimentation$Outbound = {
147
- edgeConfigSyncingEnabled?: boolean | undefined;
148
- edgeConfigId?: string | undefined;
149
- edgeConfigTokenId?: string | undefined;
150
- };
151
- /** @internal */
152
- export declare const GetResourcesExperimentation$outboundSchema: z.ZodType<GetResourcesExperimentation$Outbound, z.ZodTypeDef, GetResourcesExperimentation>;
153
- /**
154
- * @internal
155
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
156
- */
157
- export declare namespace GetResourcesExperimentation$ {
158
- /** @deprecated use `GetResourcesExperimentation$inboundSchema` instead. */
159
- const inboundSchema: z.ZodType<GetResourcesExperimentation, z.ZodTypeDef, unknown>;
160
- /** @deprecated use `GetResourcesExperimentation$outboundSchema` instead. */
161
- const outboundSchema: z.ZodType<GetResourcesExperimentation$Outbound, z.ZodTypeDef, GetResourcesExperimentation>;
162
- /** @deprecated use `GetResourcesExperimentation$Outbound` instead. */
163
- type Outbound = GetResourcesExperimentation$Outbound;
164
- }
165
- export declare function getResourcesExperimentationToJSON(getResourcesExperimentation: GetResourcesExperimentation): string;
166
- export declare function getResourcesExperimentationFromJSON(jsonString: string): SafeParseResult<GetResourcesExperimentation, SDKValidationError>;
167
- /** @internal */
168
- export declare const GetResourcesProtocolSettings$inboundSchema: z.ZodType<GetResourcesProtocolSettings, z.ZodTypeDef, unknown>;
169
- /** @internal */
170
- export type GetResourcesProtocolSettings$Outbound = {
171
- experimentation?: GetResourcesExperimentation$Outbound | undefined;
172
- };
173
- /** @internal */
174
- export declare const GetResourcesProtocolSettings$outboundSchema: z.ZodType<GetResourcesProtocolSettings$Outbound, z.ZodTypeDef, GetResourcesProtocolSettings>;
175
- /**
176
- * @internal
177
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
178
- */
179
- export declare namespace GetResourcesProtocolSettings$ {
180
- /** @deprecated use `GetResourcesProtocolSettings$inboundSchema` instead. */
181
- const inboundSchema: z.ZodType<GetResourcesProtocolSettings, z.ZodTypeDef, unknown>;
182
- /** @deprecated use `GetResourcesProtocolSettings$outboundSchema` instead. */
183
- const outboundSchema: z.ZodType<GetResourcesProtocolSettings$Outbound, z.ZodTypeDef, GetResourcesProtocolSettings>;
184
- /** @deprecated use `GetResourcesProtocolSettings$Outbound` instead. */
185
- type Outbound = GetResourcesProtocolSettings$Outbound;
186
- }
187
- export declare function getResourcesProtocolSettingsToJSON(getResourcesProtocolSettings: GetResourcesProtocolSettings): string;
188
- export declare function getResourcesProtocolSettingsFromJSON(jsonString: string): SafeParseResult<GetResourcesProtocolSettings, SDKValidationError>;
189
- /** @internal */
190
- export declare const GetResourcesLevel$inboundSchema: z.ZodNativeEnum<typeof GetResourcesLevel>;
191
- /** @internal */
192
- export declare const GetResourcesLevel$outboundSchema: z.ZodNativeEnum<typeof GetResourcesLevel>;
193
- /**
194
- * @internal
195
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
196
- */
197
- export declare namespace GetResourcesLevel$ {
198
- /** @deprecated use `GetResourcesLevel$inboundSchema` instead. */
199
- const inboundSchema: z.ZodNativeEnum<{
200
- readonly Error: "error";
201
- readonly Info: "info";
202
- readonly Warn: "warn";
203
- }>;
204
- /** @deprecated use `GetResourcesLevel$outboundSchema` instead. */
205
- const outboundSchema: z.ZodNativeEnum<{
206
- readonly Error: "error";
207
- readonly Info: "info";
208
- readonly Warn: "warn";
209
- }>;
210
- }
211
- /** @internal */
212
- export declare const GetResourcesNotification$inboundSchema: z.ZodType<GetResourcesNotification, z.ZodTypeDef, unknown>;
213
- /** @internal */
214
- export type GetResourcesNotification$Outbound = {
215
- level: string;
216
- title: string;
217
- message?: string | undefined;
218
- href?: string | undefined;
219
- };
220
- /** @internal */
221
- export declare const GetResourcesNotification$outboundSchema: z.ZodType<GetResourcesNotification$Outbound, z.ZodTypeDef, GetResourcesNotification>;
222
- /**
223
- * @internal
224
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
225
- */
226
- export declare namespace GetResourcesNotification$ {
227
- /** @deprecated use `GetResourcesNotification$inboundSchema` instead. */
228
- const inboundSchema: z.ZodType<GetResourcesNotification, z.ZodTypeDef, unknown>;
229
- /** @deprecated use `GetResourcesNotification$outboundSchema` instead. */
230
- const outboundSchema: z.ZodType<GetResourcesNotification$Outbound, z.ZodTypeDef, GetResourcesNotification>;
231
- /** @deprecated use `GetResourcesNotification$Outbound` instead. */
232
- type Outbound = GetResourcesNotification$Outbound;
233
- }
234
- export declare function getResourcesNotificationToJSON(getResourcesNotification: GetResourcesNotification): string;
235
- export declare function getResourcesNotificationFromJSON(jsonString: string): SafeParseResult<GetResourcesNotification, SDKValidationError>;
236
- /** @internal */
237
- export declare const GetResourcesMetadata$inboundSchema: z.ZodType<GetResourcesMetadata, z.ZodTypeDef, unknown>;
238
- /** @internal */
239
- export type GetResourcesMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
240
- /** @internal */
241
- export declare const GetResourcesMetadata$outboundSchema: z.ZodType<GetResourcesMetadata$Outbound, z.ZodTypeDef, GetResourcesMetadata>;
242
- /**
243
- * @internal
244
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
245
- */
246
- export declare namespace GetResourcesMetadata$ {
247
- /** @deprecated use `GetResourcesMetadata$inboundSchema` instead. */
248
- const inboundSchema: z.ZodType<GetResourcesMetadata, z.ZodTypeDef, unknown>;
249
- /** @deprecated use `GetResourcesMetadata$outboundSchema` instead. */
250
- const outboundSchema: z.ZodType<GetResourcesMetadata$Outbound, z.ZodTypeDef, GetResourcesMetadata>;
251
- /** @deprecated use `GetResourcesMetadata$Outbound` instead. */
252
- type Outbound = GetResourcesMetadata$Outbound;
253
- }
254
- export declare function getResourcesMetadataToJSON(getResourcesMetadata: GetResourcesMetadata): string;
255
- export declare function getResourcesMetadataFromJSON(jsonString: string): SafeParseResult<GetResourcesMetadata, SDKValidationError>;
256
- /** @internal */
257
- export declare const Resources$inboundSchema: z.ZodType<Resources, z.ZodTypeDef, unknown>;
258
- /** @internal */
259
- export type Resources$Outbound = {
260
- partnerId: string;
261
- internalId: string;
262
- name: string;
263
- status?: string | undefined;
264
- productId: string;
265
- protocolSettings?: GetResourcesProtocolSettings$Outbound | undefined;
266
- notification?: GetResourcesNotification$Outbound | undefined;
267
- billingPlanId?: string | undefined;
268
- metadata?: {
269
- [k: string]: string | number | boolean | Array<string> | Array<number>;
270
- } | undefined;
271
- };
272
- /** @internal */
273
- export declare const Resources$outboundSchema: z.ZodType<Resources$Outbound, z.ZodTypeDef, Resources>;
274
- /**
275
- * @internal
276
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
277
- */
278
- export declare namespace Resources$ {
279
- /** @deprecated use `Resources$inboundSchema` instead. */
280
- const inboundSchema: z.ZodType<Resources, z.ZodTypeDef, unknown>;
281
- /** @deprecated use `Resources$outboundSchema` instead. */
282
- const outboundSchema: z.ZodType<Resources$Outbound, z.ZodTypeDef, Resources>;
283
- /** @deprecated use `Resources$Outbound` instead. */
284
- type Outbound = Resources$Outbound;
285
- }
286
- export declare function resourcesToJSON(resources: Resources): string;
287
- export declare function resourcesFromJSON(jsonString: string): SafeParseResult<Resources, SDKValidationError>;
288
- /** @internal */
289
- export declare const GetResourcesResponseBody$inboundSchema: z.ZodType<GetResourcesResponseBody, z.ZodTypeDef, unknown>;
290
- /** @internal */
291
- export type GetResourcesResponseBody$Outbound = {
292
- resources: Array<Resources$Outbound>;
293
- };
294
- /** @internal */
295
- export declare const GetResourcesResponseBody$outboundSchema: z.ZodType<GetResourcesResponseBody$Outbound, z.ZodTypeDef, GetResourcesResponseBody>;
296
- /**
297
- * @internal
298
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
299
- */
300
- export declare namespace GetResourcesResponseBody$ {
301
- /** @deprecated use `GetResourcesResponseBody$inboundSchema` instead. */
302
- const inboundSchema: z.ZodType<GetResourcesResponseBody, z.ZodTypeDef, unknown>;
303
- /** @deprecated use `GetResourcesResponseBody$outboundSchema` instead. */
304
- const outboundSchema: z.ZodType<GetResourcesResponseBody$Outbound, z.ZodTypeDef, GetResourcesResponseBody>;
305
- /** @deprecated use `GetResourcesResponseBody$Outbound` instead. */
306
- type Outbound = GetResourcesResponseBody$Outbound;
307
- }
308
- export declare function getResourcesResponseBodyToJSON(getResourcesResponseBody: GetResourcesResponseBody): string;
309
- export declare function getResourcesResponseBodyFromJSON(jsonString: string): SafeParseResult<GetResourcesResponseBody, SDKValidationError>;
310
- //# sourceMappingURL=getresourcesop.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getresourcesop.d.ts","sourceRoot":"","sources":["../../src/models/getresourcesop.ts"],"names":[],"mappings":"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"}
@@ -1,278 +0,0 @@
1
- /*
2
- * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
- */
4
- import * as z from "zod";
5
- import { safeParse } from "../lib/schemas.js";
6
- /**
7
- * The current status of the resource
8
- */
9
- export const GetResourcesStatus = {
10
- Ready: "ready",
11
- Pending: "pending",
12
- Suspended: "suspended",
13
- Resumed: "resumed",
14
- Uninstalled: "uninstalled",
15
- Error: "error",
16
- };
17
- export const GetResourcesLevel = {
18
- Error: "error",
19
- Info: "info",
20
- Warn: "warn",
21
- };
22
- /** @internal */
23
- export const GetResourcesRequest$inboundSchema = z.object({
24
- integrationConfigurationId: z.string(),
25
- });
26
- /** @internal */
27
- export const GetResourcesRequest$outboundSchema = z.object({
28
- integrationConfigurationId: z.string(),
29
- });
30
- /**
31
- * @internal
32
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
33
- */
34
- export var GetResourcesRequest$;
35
- (function (GetResourcesRequest$) {
36
- /** @deprecated use `GetResourcesRequest$inboundSchema` instead. */
37
- GetResourcesRequest$.inboundSchema = GetResourcesRequest$inboundSchema;
38
- /** @deprecated use `GetResourcesRequest$outboundSchema` instead. */
39
- GetResourcesRequest$.outboundSchema = GetResourcesRequest$outboundSchema;
40
- })(GetResourcesRequest$ || (GetResourcesRequest$ = {}));
41
- export function getResourcesRequestToJSON(getResourcesRequest) {
42
- return JSON.stringify(GetResourcesRequest$outboundSchema.parse(getResourcesRequest));
43
- }
44
- export function getResourcesRequestFromJSON(jsonString) {
45
- return safeParse(jsonString, (x) => GetResourcesRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesRequest' from JSON`);
46
- }
47
- /** @internal */
48
- export const GetResourcesStatus$inboundSchema = z.nativeEnum(GetResourcesStatus);
49
- /** @internal */
50
- export const GetResourcesStatus$outboundSchema = GetResourcesStatus$inboundSchema;
51
- /**
52
- * @internal
53
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
54
- */
55
- export var GetResourcesStatus$;
56
- (function (GetResourcesStatus$) {
57
- /** @deprecated use `GetResourcesStatus$inboundSchema` instead. */
58
- GetResourcesStatus$.inboundSchema = GetResourcesStatus$inboundSchema;
59
- /** @deprecated use `GetResourcesStatus$outboundSchema` instead. */
60
- GetResourcesStatus$.outboundSchema = GetResourcesStatus$outboundSchema;
61
- })(GetResourcesStatus$ || (GetResourcesStatus$ = {}));
62
- /** @internal */
63
- export const GetResourcesExperimentation$inboundSchema = z.object({
64
- edgeConfigSyncingEnabled: z.boolean().optional(),
65
- edgeConfigId: z.string().optional(),
66
- edgeConfigTokenId: z.string().optional(),
67
- });
68
- /** @internal */
69
- export const GetResourcesExperimentation$outboundSchema = z.object({
70
- edgeConfigSyncingEnabled: z.boolean().optional(),
71
- edgeConfigId: z.string().optional(),
72
- edgeConfigTokenId: z.string().optional(),
73
- });
74
- /**
75
- * @internal
76
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
77
- */
78
- export var GetResourcesExperimentation$;
79
- (function (GetResourcesExperimentation$) {
80
- /** @deprecated use `GetResourcesExperimentation$inboundSchema` instead. */
81
- GetResourcesExperimentation$.inboundSchema = GetResourcesExperimentation$inboundSchema;
82
- /** @deprecated use `GetResourcesExperimentation$outboundSchema` instead. */
83
- GetResourcesExperimentation$.outboundSchema = GetResourcesExperimentation$outboundSchema;
84
- })(GetResourcesExperimentation$ || (GetResourcesExperimentation$ = {}));
85
- export function getResourcesExperimentationToJSON(getResourcesExperimentation) {
86
- return JSON.stringify(GetResourcesExperimentation$outboundSchema.parse(getResourcesExperimentation));
87
- }
88
- export function getResourcesExperimentationFromJSON(jsonString) {
89
- return safeParse(jsonString, (x) => GetResourcesExperimentation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesExperimentation' from JSON`);
90
- }
91
- /** @internal */
92
- export const GetResourcesProtocolSettings$inboundSchema = z.object({
93
- experimentation: z.lazy(() => GetResourcesExperimentation$inboundSchema)
94
- .optional(),
95
- });
96
- /** @internal */
97
- export const GetResourcesProtocolSettings$outboundSchema = z.object({
98
- experimentation: z.lazy(() => GetResourcesExperimentation$outboundSchema)
99
- .optional(),
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 var GetResourcesProtocolSettings$;
106
- (function (GetResourcesProtocolSettings$) {
107
- /** @deprecated use `GetResourcesProtocolSettings$inboundSchema` instead. */
108
- GetResourcesProtocolSettings$.inboundSchema = GetResourcesProtocolSettings$inboundSchema;
109
- /** @deprecated use `GetResourcesProtocolSettings$outboundSchema` instead. */
110
- GetResourcesProtocolSettings$.outboundSchema = GetResourcesProtocolSettings$outboundSchema;
111
- })(GetResourcesProtocolSettings$ || (GetResourcesProtocolSettings$ = {}));
112
- export function getResourcesProtocolSettingsToJSON(getResourcesProtocolSettings) {
113
- return JSON.stringify(GetResourcesProtocolSettings$outboundSchema.parse(getResourcesProtocolSettings));
114
- }
115
- export function getResourcesProtocolSettingsFromJSON(jsonString) {
116
- return safeParse(jsonString, (x) => GetResourcesProtocolSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesProtocolSettings' from JSON`);
117
- }
118
- /** @internal */
119
- export const GetResourcesLevel$inboundSchema = z.nativeEnum(GetResourcesLevel);
120
- /** @internal */
121
- export const GetResourcesLevel$outboundSchema = GetResourcesLevel$inboundSchema;
122
- /**
123
- * @internal
124
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
125
- */
126
- export var GetResourcesLevel$;
127
- (function (GetResourcesLevel$) {
128
- /** @deprecated use `GetResourcesLevel$inboundSchema` instead. */
129
- GetResourcesLevel$.inboundSchema = GetResourcesLevel$inboundSchema;
130
- /** @deprecated use `GetResourcesLevel$outboundSchema` instead. */
131
- GetResourcesLevel$.outboundSchema = GetResourcesLevel$outboundSchema;
132
- })(GetResourcesLevel$ || (GetResourcesLevel$ = {}));
133
- /** @internal */
134
- export const GetResourcesNotification$inboundSchema = z.object({
135
- level: GetResourcesLevel$inboundSchema,
136
- title: z.string(),
137
- message: z.string().optional(),
138
- href: z.string().optional(),
139
- });
140
- /** @internal */
141
- export const GetResourcesNotification$outboundSchema = z.object({
142
- level: GetResourcesLevel$outboundSchema,
143
- title: z.string(),
144
- message: z.string().optional(),
145
- href: z.string().optional(),
146
- });
147
- /**
148
- * @internal
149
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
150
- */
151
- export var GetResourcesNotification$;
152
- (function (GetResourcesNotification$) {
153
- /** @deprecated use `GetResourcesNotification$inboundSchema` instead. */
154
- GetResourcesNotification$.inboundSchema = GetResourcesNotification$inboundSchema;
155
- /** @deprecated use `GetResourcesNotification$outboundSchema` instead. */
156
- GetResourcesNotification$.outboundSchema = GetResourcesNotification$outboundSchema;
157
- })(GetResourcesNotification$ || (GetResourcesNotification$ = {}));
158
- export function getResourcesNotificationToJSON(getResourcesNotification) {
159
- return JSON.stringify(GetResourcesNotification$outboundSchema.parse(getResourcesNotification));
160
- }
161
- export function getResourcesNotificationFromJSON(jsonString) {
162
- return safeParse(jsonString, (x) => GetResourcesNotification$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesNotification' from JSON`);
163
- }
164
- /** @internal */
165
- export const GetResourcesMetadata$inboundSchema = z.union([
166
- z.string(),
167
- z.number(),
168
- z.boolean(),
169
- z.array(z.string()),
170
- z.array(z.number()),
171
- ]);
172
- /** @internal */
173
- export const GetResourcesMetadata$outboundSchema = z.union([
174
- z.string(),
175
- z.number(),
176
- z.boolean(),
177
- z.array(z.string()),
178
- z.array(z.number()),
179
- ]);
180
- /**
181
- * @internal
182
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
183
- */
184
- export var GetResourcesMetadata$;
185
- (function (GetResourcesMetadata$) {
186
- /** @deprecated use `GetResourcesMetadata$inboundSchema` instead. */
187
- GetResourcesMetadata$.inboundSchema = GetResourcesMetadata$inboundSchema;
188
- /** @deprecated use `GetResourcesMetadata$outboundSchema` instead. */
189
- GetResourcesMetadata$.outboundSchema = GetResourcesMetadata$outboundSchema;
190
- })(GetResourcesMetadata$ || (GetResourcesMetadata$ = {}));
191
- export function getResourcesMetadataToJSON(getResourcesMetadata) {
192
- return JSON.stringify(GetResourcesMetadata$outboundSchema.parse(getResourcesMetadata));
193
- }
194
- export function getResourcesMetadataFromJSON(jsonString) {
195
- return safeParse(jsonString, (x) => GetResourcesMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesMetadata' from JSON`);
196
- }
197
- /** @internal */
198
- export const Resources$inboundSchema = z.object({
199
- partnerId: z.string(),
200
- internalId: z.string(),
201
- name: z.string(),
202
- status: GetResourcesStatus$inboundSchema.optional(),
203
- productId: z.string(),
204
- protocolSettings: z.lazy(() => GetResourcesProtocolSettings$inboundSchema)
205
- .optional(),
206
- notification: z.lazy(() => GetResourcesNotification$inboundSchema).optional(),
207
- billingPlanId: z.string().optional(),
208
- metadata: z.record(z.union([
209
- z.string(),
210
- z.number(),
211
- z.boolean(),
212
- z.array(z.string()),
213
- z.array(z.number()),
214
- ])).optional(),
215
- });
216
- /** @internal */
217
- export const Resources$outboundSchema = z.object({
218
- partnerId: z.string(),
219
- internalId: z.string(),
220
- name: z.string(),
221
- status: GetResourcesStatus$outboundSchema.optional(),
222
- productId: z.string(),
223
- protocolSettings: z.lazy(() => GetResourcesProtocolSettings$outboundSchema)
224
- .optional(),
225
- notification: z.lazy(() => GetResourcesNotification$outboundSchema)
226
- .optional(),
227
- billingPlanId: z.string().optional(),
228
- metadata: z.record(z.union([
229
- z.string(),
230
- z.number(),
231
- z.boolean(),
232
- z.array(z.string()),
233
- z.array(z.number()),
234
- ])).optional(),
235
- });
236
- /**
237
- * @internal
238
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
239
- */
240
- export var Resources$;
241
- (function (Resources$) {
242
- /** @deprecated use `Resources$inboundSchema` instead. */
243
- Resources$.inboundSchema = Resources$inboundSchema;
244
- /** @deprecated use `Resources$outboundSchema` instead. */
245
- Resources$.outboundSchema = Resources$outboundSchema;
246
- })(Resources$ || (Resources$ = {}));
247
- export function resourcesToJSON(resources) {
248
- return JSON.stringify(Resources$outboundSchema.parse(resources));
249
- }
250
- export function resourcesFromJSON(jsonString) {
251
- return safeParse(jsonString, (x) => Resources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Resources' from JSON`);
252
- }
253
- /** @internal */
254
- export const GetResourcesResponseBody$inboundSchema = z.object({
255
- resources: z.array(z.lazy(() => Resources$inboundSchema)),
256
- });
257
- /** @internal */
258
- export const GetResourcesResponseBody$outboundSchema = z.object({
259
- resources: z.array(z.lazy(() => Resources$outboundSchema)),
260
- });
261
- /**
262
- * @internal
263
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
264
- */
265
- export var GetResourcesResponseBody$;
266
- (function (GetResourcesResponseBody$) {
267
- /** @deprecated use `GetResourcesResponseBody$inboundSchema` instead. */
268
- GetResourcesResponseBody$.inboundSchema = GetResourcesResponseBody$inboundSchema;
269
- /** @deprecated use `GetResourcesResponseBody$outboundSchema` instead. */
270
- GetResourcesResponseBody$.outboundSchema = GetResourcesResponseBody$outboundSchema;
271
- })(GetResourcesResponseBody$ || (GetResourcesResponseBody$ = {}));
272
- export function getResourcesResponseBodyToJSON(getResourcesResponseBody) {
273
- return JSON.stringify(GetResourcesResponseBody$outboundSchema.parse(getResourcesResponseBody));
274
- }
275
- export function getResourcesResponseBodyFromJSON(jsonString) {
276
- return safeParse(jsonString, (x) => GetResourcesResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesResponseBody' from JSON`);
277
- }
278
- //# sourceMappingURL=getresourcesop.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getresourcesop.js","sourceRoot":"","sources":["../../src/models/getresourcesop.ts"],"names":[],"mappings":"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"}