@runloop/reflex-client 0.12.0 → 0.13.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 (191) hide show
  1. package/dist/generated/agent-personas.d.ts +48 -0
  2. package/dist/generated/agent-personas.d.ts.map +1 -0
  3. package/dist/generated/agent-personas.js +44 -0
  4. package/dist/generated/agent-personas.js.map +1 -0
  5. package/dist/generated/model/agentPersona.d.ts +36 -0
  6. package/dist/generated/model/agentPersona.d.ts.map +1 -0
  7. package/dist/generated/model/agentPersona.js +2 -0
  8. package/dist/generated/model/agentPersona.js.map +1 -0
  9. package/dist/generated/model/agentPersonaAttachments.d.ts +12 -0
  10. package/dist/generated/model/agentPersonaAttachments.d.ts.map +1 -0
  11. package/dist/generated/model/agentPersonaAttachments.js +8 -0
  12. package/dist/generated/model/agentPersonaAttachments.js.map +1 -0
  13. package/dist/generated/model/agentPersonaEnvVars.d.ts +17 -0
  14. package/dist/generated/model/agentPersonaEnvVars.d.ts.map +1 -0
  15. package/dist/generated/model/agentPersonaEnvVars.js +8 -0
  16. package/dist/generated/model/agentPersonaEnvVars.js.map +1 -0
  17. package/dist/generated/model/agentPersonaPromptMode.d.ts +13 -0
  18. package/dist/generated/model/agentPersonaPromptMode.d.ts.map +1 -0
  19. package/dist/generated/model/agentPersonaPromptMode.js +12 -0
  20. package/dist/generated/model/agentPersonaPromptMode.js.map +1 -0
  21. package/dist/generated/model/agentPersonaSandboxOptions.d.ts +21 -0
  22. package/dist/generated/model/agentPersonaSandboxOptions.d.ts.map +1 -0
  23. package/dist/generated/model/agentPersonaSandboxOptions.js +2 -0
  24. package/dist/generated/model/agentPersonaSandboxOptions.js.map +1 -0
  25. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.d.ts +22 -0
  26. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.d.ts.map +1 -0
  27. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.js +8 -0
  28. package/dist/generated/model/agentPersonaSandboxOptionsCustomSize.js.map +1 -0
  29. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.d.ts +15 -0
  30. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.d.ts.map +1 -0
  31. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.js +14 -0
  32. package/dist/generated/model/agentPersonaSandboxOptionsResourceSize.js.map +1 -0
  33. package/dist/generated/model/index.d.ts +17 -0
  34. package/dist/generated/model/index.d.ts.map +1 -1
  35. package/dist/generated/model/index.js +17 -0
  36. package/dist/generated/model/index.js.map +1 -1
  37. package/dist/generated/model/launchAgentFromPersonaBody.d.ts +39 -0
  38. package/dist/generated/model/launchAgentFromPersonaBody.d.ts.map +1 -0
  39. package/dist/generated/model/launchAgentFromPersonaBody.js +2 -0
  40. package/dist/generated/model/launchAgentFromPersonaBody.js.map +1 -0
  41. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.d.ts +13 -0
  42. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.d.ts.map +1 -0
  43. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.js +12 -0
  44. package/dist/generated/model/launchAgentFromPersonaBodyAuthMethod.js.map +1 -0
  45. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.d.ts +20 -0
  46. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.d.ts.map +1 -0
  47. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.js +8 -0
  48. package/dist/generated/model/launchAgentFromPersonaBodyContentItem.js.map +1 -0
  49. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts +12 -0
  50. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts.map +1 -0
  51. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js +8 -0
  52. package/dist/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js.map +1 -0
  53. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts +17 -0
  54. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts.map +1 -0
  55. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js +8 -0
  56. package/dist/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js.map +1 -0
  57. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.d.ts +13 -0
  58. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.d.ts.map +1 -0
  59. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.js +12 -0
  60. package/dist/generated/model/launchAgentFromPersonaBodyPromptMode.js.map +1 -0
  61. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.d.ts +12 -0
  62. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.d.ts.map +1 -0
  63. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.js +11 -0
  64. package/dist/generated/model/launchAgentFromPersonaBodyPromptStrategy.js.map +1 -0
  65. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.d.ts +21 -0
  66. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.d.ts.map +1 -0
  67. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.js +2 -0
  68. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptions.js.map +1 -0
  69. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts +22 -0
  70. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts.map +1 -0
  71. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js +8 -0
  72. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js.map +1 -0
  73. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts +15 -0
  74. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts.map +1 -0
  75. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js +14 -0
  76. package/dist/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js.map +1 -0
  77. package/dist/index.d.ts +1 -0
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +1 -0
  80. package/dist/index.js.map +1 -1
  81. package/dist/react/agent-personas.d.ts +85 -0
  82. package/dist/react/agent-personas.d.ts.map +1 -0
  83. package/dist/react/agent-personas.js +105 -0
  84. package/dist/react/agent-personas.js.map +1 -0
  85. package/dist/react/model/agentPersona.d.ts +36 -0
  86. package/dist/react/model/agentPersona.d.ts.map +1 -0
  87. package/dist/react/model/agentPersona.js +2 -0
  88. package/dist/react/model/agentPersona.js.map +1 -0
  89. package/dist/react/model/agentPersonaAttachments.d.ts +12 -0
  90. package/dist/react/model/agentPersonaAttachments.d.ts.map +1 -0
  91. package/dist/react/model/agentPersonaAttachments.js +8 -0
  92. package/dist/react/model/agentPersonaAttachments.js.map +1 -0
  93. package/dist/react/model/agentPersonaEnvVars.d.ts +17 -0
  94. package/dist/react/model/agentPersonaEnvVars.d.ts.map +1 -0
  95. package/dist/react/model/agentPersonaEnvVars.js +8 -0
  96. package/dist/react/model/agentPersonaEnvVars.js.map +1 -0
  97. package/dist/react/model/agentPersonaPromptMode.d.ts +13 -0
  98. package/dist/react/model/agentPersonaPromptMode.d.ts.map +1 -0
  99. package/dist/react/model/agentPersonaPromptMode.js +12 -0
  100. package/dist/react/model/agentPersonaPromptMode.js.map +1 -0
  101. package/dist/react/model/agentPersonaSandboxOptions.d.ts +21 -0
  102. package/dist/react/model/agentPersonaSandboxOptions.d.ts.map +1 -0
  103. package/dist/react/model/agentPersonaSandboxOptions.js +2 -0
  104. package/dist/react/model/agentPersonaSandboxOptions.js.map +1 -0
  105. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.d.ts +22 -0
  106. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.d.ts.map +1 -0
  107. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.js +8 -0
  108. package/dist/react/model/agentPersonaSandboxOptionsCustomSize.js.map +1 -0
  109. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.d.ts +15 -0
  110. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.d.ts.map +1 -0
  111. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.js +14 -0
  112. package/dist/react/model/agentPersonaSandboxOptionsResourceSize.js.map +1 -0
  113. package/dist/react/model/launchAgentFromPersonaBody.d.ts +39 -0
  114. package/dist/react/model/launchAgentFromPersonaBody.d.ts.map +1 -0
  115. package/dist/react/model/launchAgentFromPersonaBody.js +2 -0
  116. package/dist/react/model/launchAgentFromPersonaBody.js.map +1 -0
  117. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.d.ts +13 -0
  118. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.d.ts.map +1 -0
  119. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.js +12 -0
  120. package/dist/react/model/launchAgentFromPersonaBodyAuthMethod.js.map +1 -0
  121. package/dist/react/model/launchAgentFromPersonaBodyContentItem.d.ts +20 -0
  122. package/dist/react/model/launchAgentFromPersonaBodyContentItem.d.ts.map +1 -0
  123. package/dist/react/model/launchAgentFromPersonaBodyContentItem.js +8 -0
  124. package/dist/react/model/launchAgentFromPersonaBodyContentItem.js.map +1 -0
  125. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts +12 -0
  126. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts.map +1 -0
  127. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js +8 -0
  128. package/dist/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.js.map +1 -0
  129. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts +17 -0
  130. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts.map +1 -0
  131. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js +8 -0
  132. package/dist/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.js.map +1 -0
  133. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.d.ts +13 -0
  134. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.d.ts.map +1 -0
  135. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.js +12 -0
  136. package/dist/react/model/launchAgentFromPersonaBodyPromptMode.js.map +1 -0
  137. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.d.ts +12 -0
  138. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.d.ts.map +1 -0
  139. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.js +11 -0
  140. package/dist/react/model/launchAgentFromPersonaBodyPromptStrategy.js.map +1 -0
  141. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.d.ts +21 -0
  142. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.d.ts.map +1 -0
  143. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.js +2 -0
  144. package/dist/react/model/launchAgentFromPersonaBodySandboxOptions.js.map +1 -0
  145. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts +22 -0
  146. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts.map +1 -0
  147. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js +8 -0
  148. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.js.map +1 -0
  149. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts +15 -0
  150. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts.map +1 -0
  151. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js +14 -0
  152. package/dist/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.js.map +1 -0
  153. package/package.json +1 -1
  154. package/src/generated/agent-personas.ts +122 -0
  155. package/src/generated/model/agentPersona.ts +36 -0
  156. package/src/generated/model/agentPersonaAttachments.ts +12 -0
  157. package/src/generated/model/agentPersonaEnvVars.ts +17 -0
  158. package/src/generated/model/agentPersonaPromptMode.ts +15 -0
  159. package/src/generated/model/agentPersonaSandboxOptions.ts +21 -0
  160. package/src/generated/model/agentPersonaSandboxOptionsCustomSize.ts +22 -0
  161. package/src/generated/model/agentPersonaSandboxOptionsResourceSize.ts +17 -0
  162. package/src/generated/model/index.ts +17 -0
  163. package/src/generated/model/launchAgentFromPersonaBody.ts +39 -0
  164. package/src/generated/model/launchAgentFromPersonaBodyAuthMethod.ts +15 -0
  165. package/src/generated/model/launchAgentFromPersonaBodyContentItem.ts +20 -0
  166. package/src/generated/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts +12 -0
  167. package/src/generated/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts +17 -0
  168. package/src/generated/model/launchAgentFromPersonaBodyPromptMode.ts +15 -0
  169. package/src/generated/model/launchAgentFromPersonaBodyPromptStrategy.ts +14 -0
  170. package/src/generated/model/launchAgentFromPersonaBodySandboxOptions.ts +21 -0
  171. package/src/generated/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts +22 -0
  172. package/src/generated/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts +17 -0
  173. package/src/index.ts +1 -0
  174. package/src/react/agent-personas.ts +260 -0
  175. package/src/react/model/agentPersona.ts +36 -0
  176. package/src/react/model/agentPersonaAttachments.ts +12 -0
  177. package/src/react/model/agentPersonaEnvVars.ts +17 -0
  178. package/src/react/model/agentPersonaPromptMode.ts +15 -0
  179. package/src/react/model/agentPersonaSandboxOptions.ts +21 -0
  180. package/src/react/model/agentPersonaSandboxOptionsCustomSize.ts +22 -0
  181. package/src/react/model/agentPersonaSandboxOptionsResourceSize.ts +17 -0
  182. package/src/react/model/launchAgentFromPersonaBody.ts +39 -0
  183. package/src/react/model/launchAgentFromPersonaBodyAuthMethod.ts +15 -0
  184. package/src/react/model/launchAgentFromPersonaBodyContentItem.ts +20 -0
  185. package/src/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts +12 -0
  186. package/src/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts +17 -0
  187. package/src/react/model/launchAgentFromPersonaBodyPromptMode.ts +15 -0
  188. package/src/react/model/launchAgentFromPersonaBodyPromptStrategy.ts +14 -0
  189. package/src/react/model/launchAgentFromPersonaBodySandboxOptions.ts +21 -0
  190. package/src/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts +22 -0
  191. package/src/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts +17 -0
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type AgentPersonaEnvVars = {
8
+ /**
9
+ * @minLength 1
10
+ * @pattern ^[A-Za-z_][A-Za-z0-9_]*$
11
+ */
12
+ key: string;
13
+ value?: string;
14
+ secretRef?: string;
15
+ isSecret?: boolean;
16
+ }[] | null;
17
+ //# sourceMappingURL=agentPersonaEnvVars.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaEnvVars.d.ts","sourceRoot":"","sources":["../../../src/react/model/agentPersonaEnvVars.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;SAGK;IACL,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,EAAE,GAAG,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=agentPersonaEnvVars.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaEnvVars.js","sourceRoot":"","sources":["../../../src/react/model/agentPersonaEnvVars.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type AgentPersonaPromptMode = typeof AgentPersonaPromptMode[keyof typeof AgentPersonaPromptMode] | null;
8
+ export declare const AgentPersonaPromptMode: {
9
+ readonly implement: "implement";
10
+ readonly plan: "plan";
11
+ readonly review: "review";
12
+ };
13
+ //# sourceMappingURL=agentPersonaPromptMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaPromptMode.d.ts","sourceRoot":"","sources":["../../../src/react/model/agentPersonaPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,GAAG,IAAI,CAAC;AAG/G,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const AgentPersonaPromptMode = {
8
+ implement: 'implement',
9
+ plan: 'plan',
10
+ review: 'review',
11
+ };
12
+ //# sourceMappingURL=agentPersonaPromptMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaPromptMode.js","sourceRoot":"","sources":["../../../src/react/model/agentPersonaPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;CACR,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type { AgentPersonaSandboxOptionsCustomSize } from './agentPersonaSandboxOptionsCustomSize.js';
8
+ import type { AgentPersonaSandboxOptionsResourceSize } from './agentPersonaSandboxOptionsResourceSize.js';
9
+ export type AgentPersonaSandboxOptions = {
10
+ blueprintName?: string | null;
11
+ blueprintId?: string | null;
12
+ snapshotId?: string | null;
13
+ resourceSize?: AgentPersonaSandboxOptionsResourceSize;
14
+ customSize?: AgentPersonaSandboxOptionsCustomSize;
15
+ dockerd?: boolean | null;
16
+ computerUse?: boolean | null;
17
+ artifactMirrors?: boolean | null;
18
+ idleTimeMinutes?: number | null;
19
+ resumeOnHttp?: boolean | null;
20
+ } | null;
21
+ //# sourceMappingURL=agentPersonaSandboxOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaSandboxOptions.d.ts","sourceRoot":"","sources":["../../../src/react/model/agentPersonaSandboxOptions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;AAE1G,MAAM,MAAM,0BAA0B,GAAG;IACvC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,CAAC,EAAE,sCAAsC,CAAC;IACtD,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC/B,GAAG,IAAI,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=agentPersonaSandboxOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaSandboxOptions.js","sourceRoot":"","sources":["../../../src/react/model/agentPersonaSandboxOptions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type AgentPersonaSandboxOptionsCustomSize = {
8
+ /**
9
+ * @minLength 1
10
+ * @maxLength 50
11
+ */
12
+ name: string;
13
+ /** @minimum 0.5 */
14
+ cpuCores: number;
15
+ /**
16
+ * @minimum 1
17
+ * @maximum 9007199254740991
18
+ */
19
+ gbMemory: number;
20
+ diskSizeGb?: number | null;
21
+ } | null;
22
+ //# sourceMappingURL=agentPersonaSandboxOptionsCustomSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaSandboxOptionsCustomSize.d.ts","sourceRoot":"","sources":["../../../src/react/model/agentPersonaSandboxOptionsCustomSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oCAAoC,GAAG;IACjD;;;SAGK;IACL,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB;;;SAGK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=agentPersonaSandboxOptionsCustomSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaSandboxOptionsCustomSize.js","sourceRoot":"","sources":["../../../src/react/model/agentPersonaSandboxOptionsCustomSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type AgentPersonaSandboxOptionsResourceSize = typeof AgentPersonaSandboxOptionsResourceSize[keyof typeof AgentPersonaSandboxOptionsResourceSize] | null;
8
+ export declare const AgentPersonaSandboxOptionsResourceSize: {
9
+ readonly SMALL: "SMALL";
10
+ readonly MEDIUM: "MEDIUM";
11
+ readonly LARGE: "LARGE";
12
+ readonly X_LARGE: "X_LARGE";
13
+ readonly XX_LARGE: "XX_LARGE";
14
+ };
15
+ //# sourceMappingURL=agentPersonaSandboxOptionsResourceSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaSandboxOptionsResourceSize.d.ts","sourceRoot":"","sources":["../../../src/react/model/agentPersonaSandboxOptionsResourceSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,GAAG,IAAI,CAAC;AAG/J,eAAO,MAAM,sCAAsC;;;;;;CAMzC,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const AgentPersonaSandboxOptionsResourceSize = {
8
+ SMALL: 'SMALL',
9
+ MEDIUM: 'MEDIUM',
10
+ LARGE: 'LARGE',
11
+ X_LARGE: 'X_LARGE',
12
+ XX_LARGE: 'XX_LARGE',
13
+ };
14
+ //# sourceMappingURL=agentPersonaSandboxOptionsResourceSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentPersonaSandboxOptionsResourceSize.js","sourceRoot":"","sources":["../../../src/react/model/agentPersonaSandboxOptionsResourceSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,sCAAsC,GAAG;IACpD,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACZ,CAAC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type { LaunchAgentFromPersonaBodyAuthMethod } from './launchAgentFromPersonaBodyAuthMethod.js';
8
+ import type { LaunchAgentFromPersonaBodyContentItem } from './launchAgentFromPersonaBodyContentItem.js';
9
+ import type { LaunchAgentFromPersonaBodyExtraAttachmentsItem } from './launchAgentFromPersonaBodyExtraAttachmentsItem.js';
10
+ import type { LaunchAgentFromPersonaBodyExtraEnvVarsItem } from './launchAgentFromPersonaBodyExtraEnvVarsItem.js';
11
+ import type { LaunchAgentFromPersonaBodyPromptMode } from './launchAgentFromPersonaBodyPromptMode.js';
12
+ import type { LaunchAgentFromPersonaBodyPromptStrategy } from './launchAgentFromPersonaBodyPromptStrategy.js';
13
+ import type { LaunchAgentFromPersonaBodySandboxOptions } from './launchAgentFromPersonaBodySandboxOptions.js';
14
+ export type LaunchAgentFromPersonaBody = {
15
+ /** @minLength 1 */
16
+ prompt: string;
17
+ promptStrategy?: LaunchAgentFromPersonaBodyPromptStrategy;
18
+ name?: string;
19
+ /** @minLength 1 */
20
+ agentType?: string;
21
+ model?: string;
22
+ /** @minLength 1 */
23
+ modelEndpointId?: string;
24
+ systemPrompt?: string;
25
+ promptMode?: LaunchAgentFromPersonaBodyPromptMode;
26
+ authMethod?: LaunchAgentFromPersonaBodyAuthMethod;
27
+ /** @pattern ^mps_[A-Za-z0-9]{22}$ */
28
+ providerSecretId?: string;
29
+ content?: LaunchAgentFromPersonaBodyContentItem[];
30
+ extraAttachments?: LaunchAgentFromPersonaBodyExtraAttachmentsItem[];
31
+ extraEnvVars?: LaunchAgentFromPersonaBodyExtraEnvVarsItem[];
32
+ repoSlug?: string;
33
+ repoBranch?: string;
34
+ extraLabelIds?: string[];
35
+ groupId?: string;
36
+ blueprintName?: string;
37
+ sandboxOptions?: LaunchAgentFromPersonaBodySandboxOptions;
38
+ };
39
+ //# sourceMappingURL=launchAgentFromPersonaBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBody.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBody.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,4CAA4C,CAAC;AACxG,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,qDAAqD,CAAC;AAC1H,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,iDAAiD,CAAC;AAClH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,2CAA2C,CAAC;AACtG,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAC9G,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,+CAA+C,CAAC;AAE9G,MAAM,MAAM,0BAA0B,GAAG;IACvC,mBAAmB;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,wCAAwC,CAAC;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mBAAmB;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAClD,qCAAqC;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,qCAAqC,EAAE,CAAC;IAClD,gBAAgB,CAAC,EAAE,8CAA8C,EAAE,CAAC;IACpE,YAAY,CAAC,EAAE,0CAA0C,EAAE,CAAC;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,wCAAwC,CAAC;CAC3D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=launchAgentFromPersonaBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBody.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBody.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyAuthMethod = typeof LaunchAgentFromPersonaBodyAuthMethod[keyof typeof LaunchAgentFromPersonaBodyAuthMethod];
8
+ export declare const LaunchAgentFromPersonaBodyAuthMethod: {
9
+ readonly 'org-key': "org-key";
10
+ readonly 'claude-max': "claude-max";
11
+ readonly 'codex-subscription': "codex-subscription";
12
+ };
13
+ //# sourceMappingURL=launchAgentFromPersonaBodyAuthMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyAuthMethod.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyAuthMethod.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodyAuthMethod = {
8
+ 'org-key': 'org-key',
9
+ 'claude-max': 'claude-max',
10
+ 'codex-subscription': 'codex-subscription',
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyAuthMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyAuthMethod.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyAuthMethod.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,SAAS,EAAE,SAAS;IACpB,YAAY,EAAE,YAAY;IAC1B,oBAAoB,EAAE,oBAAoB;CAClC,CAAC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyContentItem = {
8
+ type: 'text';
9
+ text: string;
10
+ } | {
11
+ type: 'image';
12
+ mimeType: string;
13
+ data: string;
14
+ } | {
15
+ type: 'file';
16
+ name: string;
17
+ mimeType: string;
18
+ data: string;
19
+ };
20
+ //# sourceMappingURL=launchAgentFromPersonaBodyContentItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyContentItem.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyContentItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,qCAAqC,GAAG;IAClD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,GAAG;IACF,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,GAAG;IACF,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodyContentItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyContentItem.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyContentItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyExtraAttachmentsItem = {
8
+ attachmentId: string;
9
+ pluginName: string;
10
+ config?: unknown;
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraAttachmentsItem.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,8CAA8C,GAAG;IAC3D,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraAttachmentsItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraAttachmentsItem.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraAttachmentsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyExtraEnvVarsItem = {
8
+ /**
9
+ * @minLength 1
10
+ * @pattern ^[A-Za-z_][A-Za-z0-9_]*$
11
+ */
12
+ key: string;
13
+ value?: string;
14
+ secretRef?: string;
15
+ isSecret?: boolean;
16
+ };
17
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraEnvVarsItem.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,0CAA0C,GAAG;IACvD;;;SAGK;IACL,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodyExtraEnvVarsItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyExtraEnvVarsItem.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyExtraEnvVarsItem.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyPromptMode = typeof LaunchAgentFromPersonaBodyPromptMode[keyof typeof LaunchAgentFromPersonaBodyPromptMode];
8
+ export declare const LaunchAgentFromPersonaBodyPromptMode: {
9
+ readonly implement: "implement";
10
+ readonly plan: "plan";
11
+ readonly review: "review";
12
+ };
13
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptMode.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodyPromptMode = {
8
+ implement: 'implement',
9
+ plan: 'plan',
10
+ review: 'review',
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptMode.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;CACR,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodyPromptStrategy = typeof LaunchAgentFromPersonaBodyPromptStrategy[keyof typeof LaunchAgentFromPersonaBodyPromptStrategy];
8
+ export declare const LaunchAgentFromPersonaBodyPromptStrategy: {
9
+ readonly 'prepend-default': "prepend-default";
10
+ readonly replace: "replace";
11
+ };
12
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptStrategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptStrategy.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptStrategy.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J,eAAO,MAAM,wCAAwC;;;CAG3C,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodyPromptStrategy = {
8
+ 'prepend-default': 'prepend-default',
9
+ replace: 'replace',
10
+ };
11
+ //# sourceMappingURL=launchAgentFromPersonaBodyPromptStrategy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodyPromptStrategy.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodyPromptStrategy.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,wCAAwC,GAAG;IACtD,iBAAiB,EAAE,iBAAiB;IACpC,OAAO,EAAE,SAAS;CACV,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ import type { LaunchAgentFromPersonaBodySandboxOptionsCustomSize } from './launchAgentFromPersonaBodySandboxOptionsCustomSize.js';
8
+ import type { LaunchAgentFromPersonaBodySandboxOptionsResourceSize } from './launchAgentFromPersonaBodySandboxOptionsResourceSize.js';
9
+ export type LaunchAgentFromPersonaBodySandboxOptions = {
10
+ blueprintName?: string | null;
11
+ blueprintId?: string | null;
12
+ snapshotId?: string | null;
13
+ resourceSize?: LaunchAgentFromPersonaBodySandboxOptionsResourceSize;
14
+ customSize?: LaunchAgentFromPersonaBodySandboxOptionsCustomSize;
15
+ dockerd?: boolean | null;
16
+ computerUse?: boolean | null;
17
+ artifactMirrors?: boolean | null;
18
+ idleTimeMinutes?: number | null;
19
+ resumeOnHttp?: boolean | null;
20
+ };
21
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptions.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptions.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,kDAAkD,EAAE,MAAM,yDAAyD,CAAC;AAClI,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,2DAA2D,CAAC;AAEtI,MAAM,MAAM,wCAAwC,GAAG;IACrD,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,CAAC,EAAE,oDAAoD,CAAC;IACpE,UAAU,CAAC,EAAE,kDAAkD,CAAC;IAChE,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC/B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptions.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptions.ts"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodySandboxOptionsCustomSize = {
8
+ /**
9
+ * @minLength 1
10
+ * @maxLength 50
11
+ */
12
+ name: string;
13
+ /** @minimum 0.5 */
14
+ cpuCores: number;
15
+ /**
16
+ * @minimum 1
17
+ * @maximum 9007199254740991
18
+ */
19
+ gbMemory: number;
20
+ diskSizeGb?: number | null;
21
+ } | null;
22
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsCustomSize.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,kDAAkD,GAAG;IAC/D;;;SAGK;IACL,IAAI,EAAE,MAAM,CAAC;IACb,mBAAmB;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB;;;SAGK;IACL,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B,GAAG,IAAI,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export {};
8
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsCustomSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsCustomSize.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsCustomSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export type LaunchAgentFromPersonaBodySandboxOptionsResourceSize = typeof LaunchAgentFromPersonaBodySandboxOptionsResourceSize[keyof typeof LaunchAgentFromPersonaBodySandboxOptionsResourceSize] | null;
8
+ export declare const LaunchAgentFromPersonaBodySandboxOptionsResourceSize: {
9
+ readonly SMALL: "SMALL";
10
+ readonly MEDIUM: "MEDIUM";
11
+ readonly LARGE: "LARGE";
12
+ readonly X_LARGE: "X_LARGE";
13
+ readonly XX_LARGE: "XX_LARGE";
14
+ };
15
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsResourceSize.d.ts","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,oDAAoD,GAAG,OAAO,oDAAoD,CAAC,MAAM,OAAO,oDAAoD,CAAC,GAAG,IAAI,CAAC;AAGzM,eAAO,MAAM,oDAAoD;;;;;;CAMvD,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v8.18.0 🍺
3
+ * Do not edit manually.
4
+ * Reflex API
5
+ * OpenAPI spec version: 1.0.0
6
+ */
7
+ export const LaunchAgentFromPersonaBodySandboxOptionsResourceSize = {
8
+ SMALL: 'SMALL',
9
+ MEDIUM: 'MEDIUM',
10
+ LARGE: 'LARGE',
11
+ X_LARGE: 'X_LARGE',
12
+ XX_LARGE: 'XX_LARGE',
13
+ };
14
+ //# sourceMappingURL=launchAgentFromPersonaBodySandboxOptionsResourceSize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launchAgentFromPersonaBodySandboxOptionsResourceSize.js","sourceRoot":"","sources":["../../../src/react/model/launchAgentFromPersonaBodySandboxOptionsResourceSize.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,MAAM,CAAC,MAAM,oDAAoD,GAAG;IAClE,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACZ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runloop/reflex-client",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Typed API client and live event stream for Reflex, authenticated with a personal API key.",
5
5
  "license": "MIT",
6
6
  "keywords": [