@continuous-labs/sdk 0.0.7 → 0.0.9

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 (169) hide show
  1. package/README.md +10 -0
  2. package/esm/funcs/simulations-advance-simulation-time.d.ts +19 -0
  3. package/esm/funcs/simulations-advance-simulation-time.d.ts.map +1 -0
  4. package/esm/funcs/simulations-advance-simulation-time.js +94 -0
  5. package/esm/funcs/simulations-advance-simulation-time.js.map +1 -0
  6. package/esm/funcs/simulations-get-simulation-advance.d.ts +19 -0
  7. package/esm/funcs/simulations-get-simulation-advance.d.ts.map +1 -0
  8. package/esm/funcs/simulations-get-simulation-advance.js +98 -0
  9. package/esm/funcs/simulations-get-simulation-advance.js.map +1 -0
  10. package/esm/funcs/simulations-list-simulation-advance-events.d.ts +19 -0
  11. package/esm/funcs/simulations-list-simulation-advance-events.d.ts.map +1 -0
  12. package/esm/funcs/simulations-list-simulation-advance-events.js +103 -0
  13. package/esm/funcs/simulations-list-simulation-advance-events.js.map +1 -0
  14. package/esm/funcs/worlds-advance-world-time.d.ts +19 -0
  15. package/esm/funcs/worlds-advance-world-time.d.ts.map +1 -0
  16. package/esm/funcs/worlds-advance-world-time.js +94 -0
  17. package/esm/funcs/worlds-advance-world-time.js.map +1 -0
  18. package/esm/funcs/worlds-get-world-advance.d.ts +19 -0
  19. package/esm/funcs/worlds-get-world-advance.d.ts.map +1 -0
  20. package/esm/funcs/worlds-get-world-advance.js +98 -0
  21. package/esm/funcs/worlds-get-world-advance.js.map +1 -0
  22. package/esm/funcs/worlds-start-world.js +4 -5
  23. package/esm/funcs/worlds-start-world.js.map +1 -1
  24. package/esm/lib/config.d.ts +2 -2
  25. package/esm/lib/config.js +2 -2
  26. package/esm/models/advance-time-input-body.d.ts +15 -0
  27. package/esm/models/advance-time-input-body.d.ts.map +1 -0
  28. package/esm/models/advance-time-input-body.js +12 -0
  29. package/esm/models/advance-time-input-body.js.map +1 -0
  30. package/esm/models/build-simulator-request.d.ts +4 -4
  31. package/esm/models/build-simulator-request.d.ts.map +1 -1
  32. package/esm/models/build-simulator-request.js +3 -3
  33. package/esm/models/build-simulator-request.js.map +1 -1
  34. package/esm/models/build-world-request.d.ts +19 -0
  35. package/esm/models/build-world-request.d.ts.map +1 -1
  36. package/esm/models/build-world-request.js +10 -0
  37. package/esm/models/build-world-request.js.map +1 -1
  38. package/esm/models/clock-advance-member.d.ts +42 -0
  39. package/esm/models/clock-advance-member.d.ts.map +1 -0
  40. package/esm/models/clock-advance-member.js +36 -0
  41. package/esm/models/clock-advance-member.js.map +1 -0
  42. package/esm/models/clock-advance.d.ts +56 -0
  43. package/esm/models/clock-advance.d.ts.map +1 -0
  44. package/esm/models/clock-advance.js +40 -0
  45. package/esm/models/clock-advance.js.map +1 -0
  46. package/esm/models/clock-event.d.ts +25 -0
  47. package/esm/models/clock-event.d.ts.map +1 -0
  48. package/esm/models/clock-event.js +23 -0
  49. package/esm/models/clock-event.js.map +1 -0
  50. package/esm/models/create-simulation-request.d.ts +5 -0
  51. package/esm/models/create-simulation-request.d.ts.map +1 -1
  52. package/esm/models/create-simulation-request.js +2 -0
  53. package/esm/models/create-simulation-request.js.map +1 -1
  54. package/esm/models/created-simulation.d.ts +12 -0
  55. package/esm/models/created-simulation.d.ts.map +1 -1
  56. package/esm/models/created-simulation.js +6 -0
  57. package/esm/models/created-simulation.js.map +1 -1
  58. package/esm/models/index.d.ts +8 -0
  59. package/esm/models/index.d.ts.map +1 -1
  60. package/esm/models/index.js +8 -0
  61. package/esm/models/index.js.map +1 -1
  62. package/esm/models/list-advance-events-output-body.d.ts +18 -0
  63. package/esm/models/list-advance-events-output-body.d.ts.map +1 -0
  64. package/esm/models/list-advance-events-output-body.js +21 -0
  65. package/esm/models/list-advance-events-output-body.js.map +1 -0
  66. package/esm/models/operations/advance-simulation-time.d.ts +23 -0
  67. package/esm/models/operations/advance-simulation-time.d.ts.map +1 -0
  68. package/esm/models/operations/advance-simulation-time.js +20 -0
  69. package/esm/models/operations/advance-simulation-time.js.map +1 -0
  70. package/esm/models/operations/advance-world-time.d.ts +23 -0
  71. package/esm/models/operations/advance-world-time.d.ts.map +1 -0
  72. package/esm/models/operations/advance-world-time.js +20 -0
  73. package/esm/models/operations/advance-world-time.js.map +1 -0
  74. package/esm/models/operations/get-simulation-advance.d.ts +20 -0
  75. package/esm/models/operations/get-simulation-advance.d.ts.map +1 -0
  76. package/esm/models/operations/get-simulation-advance.js +18 -0
  77. package/esm/models/operations/get-simulation-advance.js.map +1 -0
  78. package/esm/models/operations/get-world-advance.d.ts +20 -0
  79. package/esm/models/operations/get-world-advance.d.ts.map +1 -0
  80. package/esm/models/operations/get-world-advance.js +18 -0
  81. package/esm/models/operations/get-world-advance.js.map +1 -0
  82. package/esm/models/operations/index.d.ts +5 -0
  83. package/esm/models/operations/index.d.ts.map +1 -1
  84. package/esm/models/operations/index.js +5 -0
  85. package/esm/models/operations/index.js.map +1 -1
  86. package/esm/models/operations/list-simulation-advance-events.d.ts +30 -0
  87. package/esm/models/operations/list-simulation-advance-events.d.ts.map +1 -0
  88. package/esm/models/operations/list-simulation-advance-events.js +20 -0
  89. package/esm/models/operations/list-simulation-advance-events.js.map +1 -0
  90. package/esm/models/operations/start-world.d.ts +3 -0
  91. package/esm/models/operations/start-world.d.ts.map +1 -1
  92. package/esm/models/operations/start-world.js +2 -0
  93. package/esm/models/operations/start-world.js.map +1 -1
  94. package/esm/models/resource-error.d.ts +17 -0
  95. package/esm/models/resource-error.d.ts.map +1 -0
  96. package/esm/models/resource-error.js +15 -0
  97. package/esm/models/resource-error.js.map +1 -0
  98. package/esm/models/simulation.d.ts +12 -0
  99. package/esm/models/simulation.d.ts.map +1 -1
  100. package/esm/models/simulation.js +6 -0
  101. package/esm/models/simulation.js.map +1 -1
  102. package/esm/models/simulator-build-progress.d.ts +78 -0
  103. package/esm/models/simulator-build-progress.d.ts.map +1 -0
  104. package/esm/models/simulator-build-progress.js +57 -0
  105. package/esm/models/simulator-build-progress.js.map +1 -0
  106. package/esm/models/simulator.d.ts +5 -0
  107. package/esm/models/simulator.d.ts.map +1 -1
  108. package/esm/models/simulator.js +2 -0
  109. package/esm/models/simulator.js.map +1 -1
  110. package/esm/models/start-world-request.d.ts +15 -0
  111. package/esm/models/start-world-request.d.ts.map +1 -0
  112. package/esm/models/start-world-request.js +17 -0
  113. package/esm/models/start-world-request.js.map +1 -0
  114. package/esm/models/step.d.ts +30 -0
  115. package/esm/models/step.d.ts.map +1 -1
  116. package/esm/models/step.js +24 -2
  117. package/esm/models/step.js.map +1 -1
  118. package/esm/models/world-build.d.ts +50 -4
  119. package/esm/models/world-build.d.ts.map +1 -1
  120. package/esm/models/world-build.js +35 -6
  121. package/esm/models/world-build.js.map +1 -1
  122. package/esm/models/world.d.ts +12 -0
  123. package/esm/models/world.d.ts.map +1 -1
  124. package/esm/models/world.js +6 -0
  125. package/esm/models/world.js.map +1 -1
  126. package/esm/sdk/simulations.d.ts +21 -0
  127. package/esm/sdk/simulations.d.ts.map +1 -1
  128. package/esm/sdk/simulations.js +30 -0
  129. package/esm/sdk/simulations.js.map +1 -1
  130. package/esm/sdk/worlds.d.ts +14 -0
  131. package/esm/sdk/worlds.d.ts.map +1 -1
  132. package/esm/sdk/worlds.js +20 -0
  133. package/esm/sdk/worlds.js.map +1 -1
  134. package/jsr.json +1 -1
  135. package/package.json +1 -1
  136. package/src/funcs/simulations-advance-simulation-time.ts +192 -0
  137. package/src/funcs/simulations-get-simulation-advance.ts +190 -0
  138. package/src/funcs/simulations-list-simulation-advance-events.ts +199 -0
  139. package/src/funcs/worlds-advance-world-time.ts +192 -0
  140. package/src/funcs/worlds-get-world-advance.ts +187 -0
  141. package/src/funcs/worlds-start-world.ts +8 -5
  142. package/src/lib/config.ts +2 -2
  143. package/src/models/advance-time-input-body.ts +33 -0
  144. package/src/models/build-simulator-request.ts +9 -7
  145. package/src/models/build-world-request.ts +26 -0
  146. package/src/models/clock-advance-member.ts +87 -0
  147. package/src/models/clock-advance.ts +102 -0
  148. package/src/models/clock-event.ts +55 -0
  149. package/src/models/create-simulation-request.ts +7 -0
  150. package/src/models/created-simulation.ts +18 -0
  151. package/src/models/index.ts +8 -0
  152. package/src/models/list-advance-events-output-body.ts +48 -0
  153. package/src/models/operations/advance-simulation-time.ts +53 -0
  154. package/src/models/operations/advance-world-time.ts +51 -0
  155. package/src/models/operations/get-simulation-advance.ts +49 -0
  156. package/src/models/operations/get-world-advance.ts +47 -0
  157. package/src/models/operations/index.ts +5 -0
  158. package/src/models/operations/list-simulation-advance-events.ts +61 -0
  159. package/src/models/operations/start-world.ts +4 -0
  160. package/src/models/resource-error.ts +39 -0
  161. package/src/models/simulation.ts +18 -0
  162. package/src/models/simulator-build-progress.ts +140 -0
  163. package/src/models/simulator.ts +9 -0
  164. package/src/models/start-world-request.ts +41 -0
  165. package/src/models/step.ts +52 -4
  166. package/src/models/world-build.ts +84 -9
  167. package/src/models/world.ts +18 -0
  168. package/src/sdk/simulations.ts +54 -0
  169. package/src/sdk/worlds.ts +36 -0
@@ -8,11 +8,16 @@ export type CreateSimulationRequest = {
8
8
  * ID of the ready Simulator.
9
9
  */
10
10
  simulatorId: string;
11
+ /**
12
+ * Initial simulated time in RFC 3339 format. Omission uses 2024-01-01T00:00:00Z. Precision is milliseconds.
13
+ */
14
+ startTime?: Date | undefined;
11
15
  };
12
16
  /** @internal */
13
17
  export type CreateSimulationRequest$Outbound = {
14
18
  name?: string | undefined;
15
19
  simulator_id: string;
20
+ start_time?: string | undefined;
16
21
  };
17
22
  /** @internal */
18
23
  export declare const CreateSimulationRequest$outboundSchema: z.ZodMiniType<CreateSimulationRequest$Outbound, CreateSimulationRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"create-simulation-request.d.ts","sourceRoot":"","sources":["../../src/models/create-simulation-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,WAAW,CAChE,gCAAgC,EAChC,uBAAuB,CAWxB,CAAC;AAEF,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR"}
1
+ {"version":3,"file":"create-simulation-request.d.ts","sourceRoot":"","sources":["../../src/models/create-simulation-request.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,WAAW,CAChE,gCAAgC,EAChC,uBAAuB,CAaxB,CAAC;AAEF,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR"}
@@ -7,9 +7,11 @@ import { remap as remap$ } from "../lib/primitives.js";
7
7
  export const CreateSimulationRequest$outboundSchema = z.pipe(z.object({
8
8
  name: z.optional(z.string()),
9
9
  simulatorId: z.string(),
10
+ startTime: z.optional(z.pipe(z.date(), z.transform(v => v.toISOString()))),
10
11
  }), z.transform((v) => {
11
12
  return remap$(v, {
12
13
  simulatorId: "simulator_id",
14
+ startTime: "start_time",
13
15
  });
14
16
  }));
15
17
  export function createSimulationRequestToJSON(createSimulationRequest) {
@@ -1 +1 @@
1
- {"version":3,"file":"create-simulation-request.js","sourceRoot":"","sources":["../../src/models/create-simulation-request.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAmBvD,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAG/C,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;KAC5B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,6BAA6B,CAC3C,uBAAgD,EACxC;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,sCAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AAAA,CACH"}
1
+ {"version":3,"file":"create-simulation-request.js","sourceRoot":"","sources":["../../src/models/create-simulation-request.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAwBvD,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAG/C,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;CAC3E,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;QAC3B,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,6BAA6B,CAC3C,uBAAgD,EACxC;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,sCAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AAAA,CACH"}
@@ -15,10 +15,18 @@ export declare const CreatedSimulationStatus: {
15
15
  */
16
16
  export type CreatedSimulationStatus = OpenEnum<typeof CreatedSimulationStatus>;
17
17
  export type CreatedSimulation = {
18
+ /**
19
+ * Current clock advance operation ID, or null.
20
+ */
21
+ activeAdvanceId: string | null;
18
22
  /**
19
23
  * Simulation creation time.
20
24
  */
21
25
  createdAt: Date;
26
+ /**
27
+ * Current simulated time.
28
+ */
29
+ currentTime: Date;
22
30
  /**
23
31
  * Base URL for requests to the Simulation.
24
32
  */
@@ -43,6 +51,10 @@ export type CreatedSimulation = {
43
51
  * ID of the Simulator.
44
52
  */
45
53
  simulatorId: string;
54
+ /**
55
+ * Initial simulated time.
56
+ */
57
+ startTime: Date;
46
58
  /**
47
59
  * Current status. running serves requests. paused means the Simulation was idle and the platform paused it; the next request wakes it. stopped means its state is saved and requests return 409 until you start it.
48
60
  */
@@ -1 +1 @@
1
- {"version":3,"file":"created-simulation.d.ts","sourceRoot":"","sources":["../../src/models/created-simulation.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAIjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;CAI1B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE/E,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,EAAE,uBAAuB,CAAC;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,WAAW,CAC/D,uBAAuB,EACvB,OAAO,CAC2C,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,WAAW,CACzD,iBAAiB,EACjB,OAAO,CAqBR,CAAC;AAEF,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
1
+ {"version":3,"file":"created-simulation.d.ts","sourceRoot":"","sources":["../../src/models/created-simulation.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAIjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;CAI1B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE/E,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,WAAW,EAAE,IAAI,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,MAAM,EAAE,uBAAuB,CAAC;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,WAAW,CAC/D,uBAAuB,EACvB,OAAO,CAC2C,CAAC;AAErD,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,WAAW,CACzD,iBAAiB,EACjB,OAAO,CA2BR,CAAC;AAEF,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
@@ -18,21 +18,27 @@ export const CreatedSimulationStatus = {
18
18
  export const CreatedSimulationStatus$inboundSchema = openEnums.inboundSchema(CreatedSimulationStatus);
19
19
  /** @internal */
20
20
  export const CreatedSimulation$inboundSchema = z.pipe(z.object({
21
+ active_advance_id: types.nullable(types.string()),
21
22
  created_at: types.date(),
23
+ current_time: types.date(),
22
24
  endpoint: types.string(),
23
25
  expires_at: types.date(),
24
26
  id: types.string(),
25
27
  name: types.string(),
26
28
  parent_id: types.nullable(types.string()),
27
29
  simulator_id: types.string(),
30
+ start_time: types.date(),
28
31
  status: CreatedSimulationStatus$inboundSchema,
29
32
  token: types.string(),
30
33
  }), z.transform((v) => {
31
34
  return remap$(v, {
35
+ "active_advance_id": "activeAdvanceId",
32
36
  "created_at": "createdAt",
37
+ "current_time": "currentTime",
33
38
  "expires_at": "expiresAt",
34
39
  "parent_id": "parentId",
35
40
  "simulator_id": "simulatorId",
41
+ "start_time": "startTime",
36
42
  });
37
43
  }));
38
44
  export function createdSimulationFromJSON(jsonString) {
@@ -1 +1 @@
1
- {"version":3,"file":"created-simulation.js","sourceRoot":"","sources":["../../src/models/created-simulation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;CACV,CAAC;AA6CX,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAG9C,SAAS,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAErD,gBAAgB;AAChB,MAAM,CAAC,MAAM,+BAA+B,GAGxC,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;IACxB,QAAQ,EAAE,KAAK,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;IACxB,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACzC,YAAY,EAAE,KAAK,CAAC,MAAM,EAAE;IAC5B,MAAM,EAAE,qCAAqC;IAC7C,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE;CACtB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;QACzB,YAAY,EAAE,WAAW;QACzB,WAAW,EAAE,UAAU;QACvB,cAAc,EAAE,aAAa;KAC9B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,yBAAyB,CACvC,UAAkB,EACsC;IACxD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AAAA,CACH"}
1
+ {"version":3,"file":"created-simulation.js","sourceRoot":"","sources":["../../src/models/created-simulation.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;CACV,CAAC;AAyDX,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAG9C,SAAS,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAAC;AAErD,gBAAgB;AAChB,MAAM,CAAC,MAAM,+BAA+B,GAGxC,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACjD,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;IACxB,YAAY,EAAE,KAAK,CAAC,IAAI,EAAE;IAC1B,QAAQ,EAAE,KAAK,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;IACxB,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACzC,YAAY,EAAE,KAAK,CAAC,MAAM,EAAE;IAC5B,UAAU,EAAE,KAAK,CAAC,IAAI,EAAE;IACxB,MAAM,EAAE,qCAAqC;IAC7C,KAAK,EAAE,KAAK,CAAC,MAAM,EAAE;CACtB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,mBAAmB,EAAE,iBAAiB;QACtC,YAAY,EAAE,WAAW;QACzB,cAAc,EAAE,aAAa;QAC7B,YAAY,EAAE,WAAW;QACzB,WAAW,EAAE,UAAU;QACvB,cAAc,EAAE,aAAa;QAC7B,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,yBAAyB,CACvC,UAAkB,EACsC;IACxD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AAAA,CACH"}
@@ -1,18 +1,26 @@
1
+ export * from "./advance-time-input-body.js";
1
2
  export * from "./build-simulator-request.js";
2
3
  export * from "./build-world-request.js";
4
+ export * from "./clock-advance-member.js";
5
+ export * from "./clock-advance.js";
6
+ export * from "./clock-event.js";
3
7
  export * from "./create-simulation-request.js";
4
8
  export * from "./created-simulation.js";
5
9
  export * from "./fork-simulation-request.js";
10
+ export * from "./list-advance-events-output-body.js";
6
11
  export * from "./list-simulation-steps-response.js";
7
12
  export * from "./list-simulations-response.js";
8
13
  export * from "./list-simulators-response.js";
9
14
  export * from "./list-worlds-response.js";
10
15
  export * from "./mint-simulation-token-request.js";
16
+ export * from "./resource-error.js";
11
17
  export * from "./security.js";
12
18
  export * from "./simulation-token.js";
13
19
  export * from "./simulation.js";
20
+ export * from "./simulator-build-progress.js";
14
21
  export * from "./simulator-error.js";
15
22
  export * from "./simulator.js";
23
+ export * from "./start-world-request.js";
16
24
  export * from "./step.js";
17
25
  export * from "./world-build.js";
18
26
  export * from "./world-data-summary.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
@@ -1,21 +1,29 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
+ export * from "./advance-time-input-body.js";
4
5
  export * from "./build-simulator-request.js";
5
6
  export * from "./build-world-request.js";
7
+ export * from "./clock-advance-member.js";
8
+ export * from "./clock-advance.js";
9
+ export * from "./clock-event.js";
6
10
  export * from "./create-simulation-request.js";
7
11
  export * from "./created-simulation.js";
8
12
  export * from "./fork-simulation-request.js";
13
+ export * from "./list-advance-events-output-body.js";
9
14
  export * from "./list-simulation-steps-response.js";
10
15
  export * from "./list-simulations-response.js";
11
16
  export * from "./list-simulators-response.js";
12
17
  export * from "./list-worlds-response.js";
13
18
  export * from "./mint-simulation-token-request.js";
19
+ export * from "./resource-error.js";
14
20
  export * from "./security.js";
15
21
  export * from "./simulation-token.js";
16
22
  export * from "./simulation.js";
23
+ export * from "./simulator-build-progress.js";
17
24
  export * from "./simulator-error.js";
18
25
  export * from "./simulator.js";
26
+ export * from "./start-world-request.js";
19
27
  export * from "./step.js";
20
28
  export * from "./world-build.js";
21
29
  export * from "./world-data-summary.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AACpD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
@@ -0,0 +1,18 @@
1
+ import * as z from "zod/v4-mini";
2
+ import { Result as SafeParseResult } from "../types/fp.js";
3
+ import { ClockEvent } from "./clock-event.js";
4
+ import { SDKValidationError } from "./errors/sdk-validation-error.js";
5
+ export type ListAdvanceEventsOutputBody = {
6
+ /**
7
+ * Committed events in execution order.
8
+ */
9
+ events: Array<ClockEvent>;
10
+ /**
11
+ * Cursor for the next page, or null.
12
+ */
13
+ nextCursor: string | null;
14
+ };
15
+ /** @internal */
16
+ export declare const ListAdvanceEventsOutputBody$inboundSchema: z.ZodMiniType<ListAdvanceEventsOutputBody, unknown>;
17
+ export declare function listAdvanceEventsOutputBodyFromJSON(jsonString: string): SafeParseResult<ListAdvanceEventsOutputBody, SDKValidationError>;
18
+ //# sourceMappingURL=list-advance-events-output-body.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-advance-events-output-body.d.ts","sourceRoot":"","sources":["../../src/models/list-advance-events-output-body.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,UAAU,EAA4B,MAAM,kBAAkB,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,WAAW,CACnE,2BAA2B,EAC3B,OAAO,CAWR,CAAC;AAEF,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
@@ -0,0 +1,21 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import { remap as remap$ } from "../lib/primitives.js";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import * as types from "../types/primitives.js";
8
+ import { ClockEvent$inboundSchema } from "./clock-event.js";
9
+ /** @internal */
10
+ export const ListAdvanceEventsOutputBody$inboundSchema = z.pipe(z.object({
11
+ events: z.array(ClockEvent$inboundSchema),
12
+ next_cursor: types.nullable(types.string()),
13
+ }), z.transform((v) => {
14
+ return remap$(v, {
15
+ "next_cursor": "nextCursor",
16
+ });
17
+ }));
18
+ export function listAdvanceEventsOutputBodyFromJSON(jsonString) {
19
+ return safeParse(jsonString, (x) => ListAdvanceEventsOutputBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListAdvanceEventsOutputBody' from JSON`);
20
+ }
21
+ //# sourceMappingURL=list-advance-events-output-body.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-advance-events-output-body.js","sourceRoot":"","sources":["../../src/models/list-advance-events-output-body.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAc,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAcxE,gBAAgB;AAChB,MAAM,CAAC,MAAM,yCAAyC,GAGlD,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC;IACzC,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CAC5C,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,mCAAmC,CACjD,UAAkB,EACgD;IAClE,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,yCAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AAAA,CACH"}
@@ -0,0 +1,23 @@
1
+ import * as z from "zod/v4-mini";
2
+ import * as models from "../index.js";
3
+ export type AdvanceSimulationTimeRequest = {
4
+ /**
5
+ * Simulation or World ID.
6
+ */
7
+ id: string;
8
+ /**
9
+ * Stable key for this request. Reuse with the same target returns the same operation.
10
+ */
11
+ idempotencyKey: string;
12
+ body: models.AdvanceTimeInputBody;
13
+ };
14
+ /** @internal */
15
+ export type AdvanceSimulationTimeRequest$Outbound = {
16
+ id: string;
17
+ "Idempotency-Key": string;
18
+ body: models.AdvanceTimeInputBody$Outbound;
19
+ };
20
+ /** @internal */
21
+ export declare const AdvanceSimulationTimeRequest$outboundSchema: z.ZodMiniType<AdvanceSimulationTimeRequest$Outbound, AdvanceSimulationTimeRequest>;
22
+ export declare function advanceSimulationTimeRequestToJSON(advanceSimulationTimeRequest: AdvanceSimulationTimeRequest): string;
23
+ //# sourceMappingURL=advance-simulation-time.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advance-simulation-time.d.ts","sourceRoot":"","sources":["../../../src/models/operations/advance-simulation-time.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,4BAA4B,GAAG;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC,oBAAoB,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAClD,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC,6BAA6B,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,WAAW,CACrE,qCAAqC,EACrC,4BAA4B,CAY7B,CAAC;AAEF,wBAAgB,kCAAkC,CAChD,4BAA4B,EAAE,4BAA4B,GACzD,MAAM,CAMR"}
@@ -0,0 +1,20 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import * as models from "../index.js";
7
+ /** @internal */
8
+ export const AdvanceSimulationTimeRequest$outboundSchema = z.pipe(z.object({
9
+ id: z.string(),
10
+ idempotencyKey: z.string(),
11
+ body: models.AdvanceTimeInputBody$outboundSchema,
12
+ }), z.transform((v) => {
13
+ return remap$(v, {
14
+ idempotencyKey: "Idempotency-Key",
15
+ });
16
+ }));
17
+ export function advanceSimulationTimeRequestToJSON(advanceSimulationTimeRequest) {
18
+ return JSON.stringify(AdvanceSimulationTimeRequest$outboundSchema.parse(advanceSimulationTimeRequest));
19
+ }
20
+ //# sourceMappingURL=advance-simulation-time.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advance-simulation-time.js","sourceRoot":"","sources":["../../../src/models/operations/advance-simulation-time.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAqBtC,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAGpD,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,IAAI,EAAE,MAAM,CAAC,mCAAmC;CACjD,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,kCAAkC,CAChD,4BAA0D,EAClD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,2CAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AAAA,CACH"}
@@ -0,0 +1,23 @@
1
+ import * as z from "zod/v4-mini";
2
+ import * as models from "../index.js";
3
+ export type AdvanceWorldTimeRequest = {
4
+ /**
5
+ * Simulation or World ID.
6
+ */
7
+ id: string;
8
+ /**
9
+ * Stable key for this request. Reuse with the same target returns the same operation.
10
+ */
11
+ idempotencyKey: string;
12
+ body: models.AdvanceTimeInputBody;
13
+ };
14
+ /** @internal */
15
+ export type AdvanceWorldTimeRequest$Outbound = {
16
+ id: string;
17
+ "Idempotency-Key": string;
18
+ body: models.AdvanceTimeInputBody$Outbound;
19
+ };
20
+ /** @internal */
21
+ export declare const AdvanceWorldTimeRequest$outboundSchema: z.ZodMiniType<AdvanceWorldTimeRequest$Outbound, AdvanceWorldTimeRequest>;
22
+ export declare function advanceWorldTimeRequestToJSON(advanceWorldTimeRequest: AdvanceWorldTimeRequest): string;
23
+ //# sourceMappingURL=advance-world-time.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advance-world-time.d.ts","sourceRoot":"","sources":["../../../src/models/operations/advance-world-time.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC,oBAAoB,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC,6BAA6B,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,WAAW,CAChE,gCAAgC,EAChC,uBAAuB,CAYxB,CAAC;AAEF,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR"}
@@ -0,0 +1,20 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import * as models from "../index.js";
7
+ /** @internal */
8
+ export const AdvanceWorldTimeRequest$outboundSchema = z.pipe(z.object({
9
+ id: z.string(),
10
+ idempotencyKey: z.string(),
11
+ body: models.AdvanceTimeInputBody$outboundSchema,
12
+ }), z.transform((v) => {
13
+ return remap$(v, {
14
+ idempotencyKey: "Idempotency-Key",
15
+ });
16
+ }));
17
+ export function advanceWorldTimeRequestToJSON(advanceWorldTimeRequest) {
18
+ return JSON.stringify(AdvanceWorldTimeRequest$outboundSchema.parse(advanceWorldTimeRequest));
19
+ }
20
+ //# sourceMappingURL=advance-world-time.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advance-world-time.js","sourceRoot":"","sources":["../../../src/models/operations/advance-world-time.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAqBtC,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAG/C,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,IAAI,EAAE,MAAM,CAAC,mCAAmC;CACjD,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,6BAA6B,CAC3C,uBAAgD,EACxC;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,sCAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AAAA,CACH"}
@@ -0,0 +1,20 @@
1
+ import * as z from "zod/v4-mini";
2
+ export type GetSimulationAdvanceRequest = {
3
+ /**
4
+ * Simulation or World ID.
5
+ */
6
+ id: string;
7
+ /**
8
+ * Clock advance operation ID.
9
+ */
10
+ advanceId: string;
11
+ };
12
+ /** @internal */
13
+ export type GetSimulationAdvanceRequest$Outbound = {
14
+ id: string;
15
+ advance_id: string;
16
+ };
17
+ /** @internal */
18
+ export declare const GetSimulationAdvanceRequest$outboundSchema: z.ZodMiniType<GetSimulationAdvanceRequest$Outbound, GetSimulationAdvanceRequest>;
19
+ export declare function getSimulationAdvanceRequestToJSON(getSimulationAdvanceRequest: GetSimulationAdvanceRequest): string;
20
+ //# sourceMappingURL=get-simulation-advance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-simulation-advance.d.ts","sourceRoot":"","sources":["../../../src/models/operations/get-simulation-advance.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,WAAW,CACpE,oCAAoC,EACpC,2BAA2B,CAW5B,CAAC;AAEF,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR"}
@@ -0,0 +1,18 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ /** @internal */
7
+ export const GetSimulationAdvanceRequest$outboundSchema = z.pipe(z.object({
8
+ id: z.string(),
9
+ advanceId: z.string(),
10
+ }), z.transform((v) => {
11
+ return remap$(v, {
12
+ advanceId: "advance_id",
13
+ });
14
+ }));
15
+ export function getSimulationAdvanceRequestToJSON(getSimulationAdvanceRequest) {
16
+ return JSON.stringify(GetSimulationAdvanceRequest$outboundSchema.parse(getSimulationAdvanceRequest));
17
+ }
18
+ //# sourceMappingURL=get-simulation-advance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-simulation-advance.js","sourceRoot":"","sources":["../../../src/models/operations/get-simulation-advance.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAmB1D,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAGnD,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,iCAAiC,CAC/C,2BAAwD,EAChD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,0CAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AAAA,CACH"}
@@ -0,0 +1,20 @@
1
+ import * as z from "zod/v4-mini";
2
+ export type GetWorldAdvanceRequest = {
3
+ /**
4
+ * Simulation or World ID.
5
+ */
6
+ id: string;
7
+ /**
8
+ * Clock advance operation ID.
9
+ */
10
+ advanceId: string;
11
+ };
12
+ /** @internal */
13
+ export type GetWorldAdvanceRequest$Outbound = {
14
+ id: string;
15
+ advance_id: string;
16
+ };
17
+ /** @internal */
18
+ export declare const GetWorldAdvanceRequest$outboundSchema: z.ZodMiniType<GetWorldAdvanceRequest$Outbound, GetWorldAdvanceRequest>;
19
+ export declare function getWorldAdvanceRequestToJSON(getWorldAdvanceRequest: GetWorldAdvanceRequest): string;
20
+ //# sourceMappingURL=get-world-advance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-world-advance.d.ts","sourceRoot":"","sources":["../../../src/models/operations/get-world-advance.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,WAAW,CAC/D,+BAA+B,EAC/B,sBAAsB,CAWvB,CAAC;AAEF,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR"}
@@ -0,0 +1,18 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ /** @internal */
7
+ export const GetWorldAdvanceRequest$outboundSchema = z.pipe(z.object({
8
+ id: z.string(),
9
+ advanceId: z.string(),
10
+ }), z.transform((v) => {
11
+ return remap$(v, {
12
+ advanceId: "advance_id",
13
+ });
14
+ }));
15
+ export function getWorldAdvanceRequestToJSON(getWorldAdvanceRequest) {
16
+ return JSON.stringify(GetWorldAdvanceRequest$outboundSchema.parse(getWorldAdvanceRequest));
17
+ }
18
+ //# sourceMappingURL=get-world-advance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-world-advance.js","sourceRoot":"","sources":["../../../src/models/operations/get-world-advance.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAmB1D,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAG9C,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,4BAA4B,CAC1C,sBAA8C,EACtC;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,qCAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AAAA,CACH"}
@@ -1,3 +1,5 @@
1
+ export * from "./advance-simulation-time.js";
2
+ export * from "./advance-world-time.js";
1
3
  export * from "./build-simulator.js";
2
4
  export * from "./cancel-simulator-build.js";
3
5
  export * from "./cancel-world-build.js";
@@ -5,9 +7,12 @@ export * from "./delete-simulation.js";
5
7
  export * from "./delete-simulator.js";
6
8
  export * from "./delete-world.js";
7
9
  export * from "./fork-simulation.js";
10
+ export * from "./get-simulation-advance.js";
8
11
  export * from "./get-simulation.js";
9
12
  export * from "./get-simulator.js";
13
+ export * from "./get-world-advance.js";
10
14
  export * from "./get-world.js";
15
+ export * from "./list-simulation-advance-events.js";
11
16
  export * from "./list-simulation-steps.js";
12
17
  export * from "./list-simulations.js";
13
18
  export * from "./list-simulators.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC"}
@@ -1,6 +1,8 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
+ export * from "./advance-simulation-time.js";
5
+ export * from "./advance-world-time.js";
4
6
  export * from "./build-simulator.js";
5
7
  export * from "./cancel-simulator-build.js";
6
8
  export * from "./cancel-world-build.js";
@@ -8,9 +10,12 @@ export * from "./delete-simulation.js";
8
10
  export * from "./delete-simulator.js";
9
11
  export * from "./delete-world.js";
10
12
  export * from "./fork-simulation.js";
13
+ export * from "./get-simulation-advance.js";
11
14
  export * from "./get-simulation.js";
12
15
  export * from "./get-simulator.js";
16
+ export * from "./get-world-advance.js";
13
17
  export * from "./get-world.js";
18
+ export * from "./list-simulation-advance-events.js";
14
19
  export * from "./list-simulation-steps.js";
15
20
  export * from "./list-simulations.js";
16
21
  export * from "./list-simulators.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/operations/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/operations/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qCAAqC,CAAC;AACpD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,30 @@
1
+ import * as z from "zod/v4-mini";
2
+ export type ListSimulationAdvanceEventsRequest = {
3
+ /**
4
+ * Simulation ID.
5
+ */
6
+ id: string;
7
+ /**
8
+ * Advance ID. A historical fork can read inherited runtime receipts.
9
+ */
10
+ advanceId: string;
11
+ /**
12
+ * Cursor from the previous page.
13
+ */
14
+ cursor?: string | undefined;
15
+ /**
16
+ * Page size, up to 200.
17
+ */
18
+ limit?: number | undefined;
19
+ };
20
+ /** @internal */
21
+ export type ListSimulationAdvanceEventsRequest$Outbound = {
22
+ id: string;
23
+ advance_id: string;
24
+ cursor?: string | undefined;
25
+ limit: number;
26
+ };
27
+ /** @internal */
28
+ export declare const ListSimulationAdvanceEventsRequest$outboundSchema: z.ZodMiniType<ListSimulationAdvanceEventsRequest$Outbound, ListSimulationAdvanceEventsRequest>;
29
+ export declare function listSimulationAdvanceEventsRequestToJSON(listSimulationAdvanceEventsRequest: ListSimulationAdvanceEventsRequest): string;
30
+ //# sourceMappingURL=list-simulation-advance-events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-simulation-advance-events.d.ts","sourceRoot":"","sources":["../../../src/models/operations/list-simulation-advance-events.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,MAAM,MAAM,kCAAkC,GAAG;IAC/C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACxD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,WAAW,CAC3E,2CAA2C,EAC3C,kCAAkC,CAanC,CAAC;AAEF,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR"}
@@ -0,0 +1,20 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4-mini";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ /** @internal */
7
+ export const ListSimulationAdvanceEventsRequest$outboundSchema = z.pipe(z.object({
8
+ id: z.string(),
9
+ advanceId: z.string(),
10
+ cursor: z.optional(z.string()),
11
+ limit: z._default(z.int(), 50),
12
+ }), z.transform((v) => {
13
+ return remap$(v, {
14
+ advanceId: "advance_id",
15
+ });
16
+ }));
17
+ export function listSimulationAdvanceEventsRequestToJSON(listSimulationAdvanceEventsRequest) {
18
+ return JSON.stringify(ListSimulationAdvanceEventsRequest$outboundSchema.parse(listSimulationAdvanceEventsRequest));
19
+ }
20
+ //# sourceMappingURL=list-simulation-advance-events.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-simulation-advance-events.js","sourceRoot":"","sources":["../../../src/models/operations/list-simulation-advance-events.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AA6B1D,gBAAgB;AAChB,MAAM,CAAC,MAAM,iDAAiD,GAG1D,CAAC,CAAC,IAAI,CACR,CAAC,CAAC,MAAM,CAAC;IACP,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC;CAC/B,CAAC,EACF,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AAAA,CACJ,CAAC,CACH,CAAC;AAEF,MAAM,UAAU,wCAAwC,CACtD,kCAAsE,EAC9D;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAiD,CAAC,KAAK,CACrD,kCAAkC,CACnC,CACF,CAAC;AAAA,CACH"}
@@ -1,13 +1,16 @@
1
1
  import * as z from "zod/v4-mini";
2
+ import * as models from "../index.js";
2
3
  export type StartWorldRequest = {
3
4
  /**
4
5
  * World ID.
5
6
  */
6
7
  id: string;
8
+ body?: models.StartWorldRequest | undefined;
7
9
  };
8
10
  /** @internal */
9
11
  export type StartWorldRequest$Outbound = {
10
12
  id: string;
13
+ body?: models.StartWorldRequest$Outbound | undefined;
11
14
  };
12
15
  /** @internal */
13
16
  export declare const StartWorldRequest$outboundSchema: z.ZodMiniType<StartWorldRequest$Outbound, StartWorldRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"start-world.d.ts","sourceRoot":"","sources":["../../../src/models/operations/start-world.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,WAAW,CAC1D,0BAA0B,EAC1B,iBAAiB,CAGjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR"}
1
+ {"version":3,"file":"start-world.d.ts","sourceRoot":"","sources":["../../../src/models/operations/start-world.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC,iBAAiB,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC,0BAA0B,GAAG,SAAS,CAAC;CACtD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,WAAW,CAC1D,0BAA0B,EAC1B,iBAAiB,CAIjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR"}
@@ -2,9 +2,11 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
  import * as z from "zod/v4-mini";
5
+ import * as models from "../index.js";
5
6
  /** @internal */
6
7
  export const StartWorldRequest$outboundSchema = z.object({
7
8
  id: z.string(),
9
+ body: z.optional(models.StartWorldRequest$outboundSchema),
8
10
  });
9
11
  export function startWorldRequestToJSON(startWorldRequest) {
10
12
  return JSON.stringify(StartWorldRequest$outboundSchema.parse(startWorldRequest));
@@ -1 +1 @@
1
- {"version":3,"file":"start-world.js","sourceRoot":"","sources":["../../../src/models/operations/start-world.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAcjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAGzC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;CACf,CAAC,CAAC;AAEH,MAAM,UAAU,uBAAuB,CACrC,iBAAoC,EAC5B;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,gCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AAAA,CACH"}
1
+ {"version":3,"file":"start-world.js","sourceRoot":"","sources":["../../../src/models/operations/start-world.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAgBtC,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAGzC,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,gCAAgC,CAAC;CAC1D,CAAC,CAAC;AAEH,MAAM,UAAU,uBAAuB,CACrC,iBAAoC,EAC5B;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,gCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AAAA,CACH"}