@roarkanalytics/sdk 2.30.0 → 2.33.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.
- package/CHANGELOG.md +74 -0
- package/api-promise.d.mts +1 -0
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +1 -0
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +1 -0
- package/api-promise.mjs.map +1 -1
- package/client.d.mts +17 -5
- package/client.d.mts.map +1 -1
- package/client.d.ts +17 -5
- package/client.d.ts.map +1 -1
- package/client.js +35 -4
- package/client.js.map +1 -1
- package/client.mjs +35 -4
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +1 -0
- package/error.d.mts.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.mjs +1 -0
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts.map +1 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/index.d.mts +2 -2
- package/internal/qs/index.d.mts.map +1 -1
- package/internal/qs/index.d.ts +2 -2
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/index.mjs.map +1 -1
- package/internal/qs/stringify.d.mts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.mts.map +1 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +6 -0
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +6 -0
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +10 -10
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +10 -10
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -0
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -0
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +1 -1
- package/resource.d.mts +1 -0
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +1 -0
- package/resource.d.ts.map +1 -1
- package/resource.mjs +1 -0
- package/resource.mjs.map +1 -1
- package/resources/agent-endpoint.d.mts +4 -4
- package/resources/agent-endpoint.d.mts.map +1 -1
- package/resources/agent-endpoint.d.ts +4 -4
- package/resources/agent-endpoint.d.ts.map +1 -1
- package/resources/agent-endpoint.mjs.map +1 -1
- package/resources/agent.d.mts.map +1 -1
- package/resources/agent.d.ts.map +1 -1
- package/resources/agent.mjs.map +1 -1
- package/resources/call.d.mts +310 -162
- package/resources/call.d.mts.map +1 -1
- package/resources/call.d.ts +310 -162
- package/resources/call.d.ts.map +1 -1
- package/resources/call.js +6 -7
- package/resources/call.js.map +1 -1
- package/resources/call.mjs +6 -7
- package/resources/call.mjs.map +1 -1
- package/resources/config.d.mts +535 -0
- package/resources/config.d.mts.map +1 -0
- package/resources/config.d.ts +535 -0
- package/resources/config.d.ts.map +1 -0
- package/resources/config.js +28 -0
- package/resources/config.js.map +1 -0
- package/resources/config.mjs +24 -0
- package/resources/config.mjs.map +1 -0
- package/resources/customer-flow-edge-case.d.mts +1742 -0
- package/resources/customer-flow-edge-case.d.mts.map +1 -0
- package/resources/customer-flow-edge-case.d.ts +1742 -0
- package/resources/customer-flow-edge-case.d.ts.map +1 -0
- package/resources/customer-flow-edge-case.js +50 -0
- package/resources/customer-flow-edge-case.js.map +1 -0
- package/resources/customer-flow-edge-case.mjs +46 -0
- package/resources/customer-flow-edge-case.mjs.map +1 -0
- package/resources/customer-flow.d.mts +7163 -0
- package/resources/customer-flow.d.mts.map +1 -0
- package/resources/customer-flow.d.ts +7163 -0
- package/resources/customer-flow.d.ts.map +1 -0
- package/resources/customer-flow.js +87 -0
- package/resources/customer-flow.js.map +1 -0
- package/resources/customer-flow.mjs +83 -0
- package/resources/customer-flow.mjs.map +1 -0
- package/resources/health.d.mts.map +1 -1
- package/resources/health.d.ts.map +1 -1
- package/resources/health.mjs.map +1 -1
- package/resources/http-request-definition.d.mts.map +1 -1
- package/resources/http-request-definition.d.ts.map +1 -1
- package/resources/http-request-definition.mjs.map +1 -1
- package/resources/index.d.mts +6 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +6 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +11 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +5 -1
- package/resources/index.mjs.map +1 -1
- package/resources/metric-collection-job.d.mts +5 -3
- package/resources/metric-collection-job.d.mts.map +1 -1
- package/resources/metric-collection-job.d.ts +5 -3
- package/resources/metric-collection-job.d.ts.map +1 -1
- package/resources/metric-collection-job.mjs.map +1 -1
- package/resources/metric-policy.d.mts.map +1 -1
- package/resources/metric-policy.d.ts.map +1 -1
- package/resources/metric-policy.mjs.map +1 -1
- package/resources/metric.d.mts +804 -109
- package/resources/metric.d.mts.map +1 -1
- package/resources/metric.d.ts +804 -109
- package/resources/metric.d.ts.map +1 -1
- package/resources/metric.js +6 -7
- package/resources/metric.js.map +1 -1
- package/resources/metric.mjs +6 -7
- package/resources/metric.mjs.map +1 -1
- package/resources/simulation-environment.d.mts +95 -0
- package/resources/simulation-environment.d.mts.map +1 -0
- package/resources/simulation-environment.d.ts +95 -0
- package/resources/simulation-environment.d.ts.map +1 -0
- package/resources/simulation-environment.js +24 -0
- package/resources/simulation-environment.js.map +1 -0
- package/resources/simulation-environment.mjs +20 -0
- package/resources/simulation-environment.mjs.map +1 -0
- package/resources/simulation-job.d.mts +58 -10
- package/resources/simulation-job.d.mts.map +1 -1
- package/resources/simulation-job.d.ts +58 -10
- package/resources/simulation-job.d.ts.map +1 -1
- package/resources/simulation-job.mjs.map +1 -1
- package/resources/simulation-persona.d.mts +60 -24
- package/resources/simulation-persona.d.mts.map +1 -1
- package/resources/simulation-persona.d.ts +60 -24
- package/resources/simulation-persona.d.ts.map +1 -1
- package/resources/simulation-persona.mjs.map +1 -1
- package/resources/simulation-run-plan-job.d.mts +73 -32
- package/resources/simulation-run-plan-job.d.mts.map +1 -1
- package/resources/simulation-run-plan-job.d.ts +73 -32
- package/resources/simulation-run-plan-job.d.ts.map +1 -1
- package/resources/simulation-run-plan-job.js +7 -8
- package/resources/simulation-run-plan-job.js.map +1 -1
- package/resources/simulation-run-plan-job.mjs +7 -8
- package/resources/simulation-run-plan-job.mjs.map +1 -1
- package/resources/simulation-run-plan.d.mts +408 -39
- package/resources/simulation-run-plan.d.mts.map +1 -1
- package/resources/simulation-run-plan.d.ts +408 -39
- package/resources/simulation-run-plan.d.ts.map +1 -1
- package/resources/simulation-run-plan.js +6 -11
- package/resources/simulation-run-plan.js.map +1 -1
- package/resources/simulation-run-plan.mjs +6 -11
- package/resources/simulation-run-plan.mjs.map +1 -1
- package/resources/simulation.d.mts +379 -0
- package/resources/simulation.d.mts.map +1 -0
- package/resources/simulation.d.ts +379 -0
- package/resources/simulation.d.ts.map +1 -0
- package/resources/simulation.js +33 -0
- package/resources/simulation.js.map +1 -0
- package/resources/simulation.mjs +29 -0
- package/resources/simulation.mjs.map +1 -0
- package/resources/webhook.d.mts +4 -4
- package/resources/webhook.d.mts.map +1 -1
- package/resources/webhook.d.ts +4 -4
- package/resources/webhook.d.ts.map +1 -1
- package/resources/webhook.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.map +1 -1
- package/src/client.ts +124 -28
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/log.ts +2 -0
- package/src/resources/agent-endpoint.ts +36 -4
- package/src/resources/call.ts +333 -176
- package/src/resources/config.ts +1162 -0
- package/src/resources/customer-flow-edge-case.ts +2884 -0
- package/src/resources/customer-flow.ts +11713 -0
- package/src/resources/index.ts +42 -12
- package/src/resources/metric-collection-job.ts +5 -3
- package/src/resources/metric.ts +1057 -115
- package/src/resources/simulation-environment.ts +147 -0
- package/src/resources/simulation-job.ts +122 -10
- package/src/resources/simulation-persona.ts +192 -24
- package/src/resources/simulation-run-plan-job.ts +109 -27
- package/src/resources/simulation-run-plan.ts +445 -40
- package/src/resources/simulation.ts +444 -0
- package/src/resources/webhook.ts +8 -0
- package/src/version.ts +1 -1
- package/uploads.d.mts +1 -0
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +1 -0
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +1 -0
- package/uploads.mjs.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/simulation-scenario.d.mts +0 -424
- package/resources/simulation-scenario.d.mts.map +0 -1
- package/resources/simulation-scenario.d.ts +0 -424
- package/resources/simulation-scenario.d.ts.map +0 -1
- package/resources/simulation-scenario.js +0 -40
- package/resources/simulation-scenario.js.map +0 -1
- package/resources/simulation-scenario.mjs +0 -36
- package/resources/simulation-scenario.mjs.map +0 -1
- package/src/resources/simulation-scenario.ts +0 -602
|
@@ -3,8 +3,11 @@ import { APIPromise } from "../core/api-promise.js";
|
|
|
3
3
|
import { RequestOptions } from "../internal/request-options.js";
|
|
4
4
|
export declare class SimulationRunPlan extends APIResource {
|
|
5
5
|
/**
|
|
6
|
-
* Creates a new simulation run plan.
|
|
7
|
-
*
|
|
6
|
+
* Creates a new simulation run plan.
|
|
7
|
+
*
|
|
8
|
+
* To run a simulation, use POST /v1/simulation/run instead: it starts a run from a
|
|
9
|
+
* plan or from an inline configuration, and takes runtime variables. Create a plan
|
|
10
|
+
* here when you want a reusable, named one to run later.
|
|
8
11
|
*
|
|
9
12
|
* @example
|
|
10
13
|
* ```ts
|
|
@@ -15,16 +18,8 @@ export declare class SimulationRunPlan extends APIResource {
|
|
|
15
18
|
* ],
|
|
16
19
|
* direction: 'INBOUND',
|
|
17
20
|
* maxSimulationDurationSeconds: 300,
|
|
18
|
-
* metrics: [
|
|
19
|
-
* { id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' },
|
|
20
|
-
* ],
|
|
21
|
+
* metrics: [{}],
|
|
21
22
|
* name: 'My Run Plan',
|
|
22
|
-
* personas: [
|
|
23
|
-
* { id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' },
|
|
24
|
-
* ],
|
|
25
|
-
* scenarios: [
|
|
26
|
-
* { id: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' },
|
|
27
|
-
* ],
|
|
28
23
|
* });
|
|
29
24
|
* ```
|
|
30
25
|
*/
|
|
@@ -134,6 +129,10 @@ export declare namespace SimulationRunPlanCreateResponse {
|
|
|
134
129
|
* Execution mode (PARALLEL or SEQUENTIAL)
|
|
135
130
|
*/
|
|
136
131
|
executionMode: 'PARALLEL' | 'SEQUENTIAL_SAME_RUN_PLAN' | 'SEQUENTIAL_PROJECT';
|
|
132
|
+
/**
|
|
133
|
+
* Customer flows included in this run plan
|
|
134
|
+
*/
|
|
135
|
+
flows: Array<RunPlan.Flow>;
|
|
137
136
|
/**
|
|
138
137
|
* Number of iterations to run for each test case
|
|
139
138
|
*/
|
|
@@ -155,11 +154,12 @@ export declare namespace SimulationRunPlanCreateResponse {
|
|
|
155
154
|
*/
|
|
156
155
|
name: string;
|
|
157
156
|
/**
|
|
158
|
-
* Personas included in this run plan
|
|
157
|
+
* Personas included in this run plan. Only meaningful alongside `scenarios`.
|
|
159
158
|
*/
|
|
160
159
|
personas: Array<RunPlan.Persona>;
|
|
161
160
|
/**
|
|
162
|
-
* Scenarios included in this run
|
|
161
|
+
* @deprecated Deprecated: use `flows` instead. Scenarios included in this run
|
|
162
|
+
* plan.
|
|
163
163
|
*/
|
|
164
164
|
scenarios: Array<RunPlan.Scenario>;
|
|
165
165
|
/**
|
|
@@ -186,6 +186,57 @@ export declare namespace SimulationRunPlanCreateResponse {
|
|
|
186
186
|
interface Evaluator {
|
|
187
187
|
id: string;
|
|
188
188
|
}
|
|
189
|
+
/**
|
|
190
|
+
* One customer flow attached to a run plan, and which of its ways of running you
|
|
191
|
+
* cover.
|
|
192
|
+
*
|
|
193
|
+
* Attaching the same flow more than once with different overrides is how you fan
|
|
194
|
+
* it out across personas or values.
|
|
195
|
+
*/
|
|
196
|
+
interface Flow {
|
|
197
|
+
/**
|
|
198
|
+
* The customer flow to run.
|
|
199
|
+
*/
|
|
200
|
+
id: string;
|
|
201
|
+
/**
|
|
202
|
+
* `"ALL"` runs every edge case the flow has when the run starts, so one added
|
|
203
|
+
* later is covered. An array runs only the ones you name, each able to carry its
|
|
204
|
+
* own persona override and values.
|
|
205
|
+
*/
|
|
206
|
+
edgeCases?: 'ALL' | Array<Flow.UnionMember1>;
|
|
207
|
+
/**
|
|
208
|
+
* Run the flow's happy path. Resolved when the run starts, so it follows the flow.
|
|
209
|
+
*/
|
|
210
|
+
happyPath?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* Runs everything this attachment resolves as that persona instead of its own.
|
|
213
|
+
*/
|
|
214
|
+
personaOverrideId?: string | null;
|
|
215
|
+
/**
|
|
216
|
+
* Values for everything it resolves.
|
|
217
|
+
*/
|
|
218
|
+
variables?: {
|
|
219
|
+
[key: string]: string;
|
|
220
|
+
};
|
|
221
|
+
}
|
|
222
|
+
namespace Flow {
|
|
223
|
+
interface UnionMember1 {
|
|
224
|
+
/**
|
|
225
|
+
* The edge case to run.
|
|
226
|
+
*/
|
|
227
|
+
id: string;
|
|
228
|
+
/**
|
|
229
|
+
* Run this one as that persona instead of its own.
|
|
230
|
+
*/
|
|
231
|
+
personaOverrideId?: string | null;
|
|
232
|
+
/**
|
|
233
|
+
* Values for this one only.
|
|
234
|
+
*/
|
|
235
|
+
variables?: {
|
|
236
|
+
[key: string]: string;
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
}
|
|
189
240
|
interface Metric {
|
|
190
241
|
id: string;
|
|
191
242
|
}
|
|
@@ -222,7 +273,7 @@ export declare namespace SimulationRunPlanCreateResponse {
|
|
|
222
273
|
/**
|
|
223
274
|
* Initial status of the job
|
|
224
275
|
*/
|
|
225
|
-
status: 'PENDING' | 'QUEUED' | 'CREATING_SNAPSHOTS' | 'CREATING_SIMULATIONS' | 'RUNNING_SIMULATIONS' | 'COMPLETED' | 'FAILED' | 'TIMED_OUT' | 'CANCELLED' | 'CANCELLING' | 'ENDING_SIMULATIONS';
|
|
276
|
+
status: 'PENDING' | 'QUEUED' | 'CREATING_SNAPSHOTS' | 'CREATING_SIMULATIONS' | 'PREPARING_CAPACITY' | 'RUNNING_SIMULATIONS' | 'COMPLETED' | 'FAILED' | 'TIMED_OUT' | 'CANCELLED' | 'CANCELLING' | 'ENDING_SIMULATIONS';
|
|
226
277
|
}
|
|
227
278
|
}
|
|
228
279
|
}
|
|
@@ -270,6 +321,10 @@ export declare namespace SimulationRunPlanUpdateResponse {
|
|
|
270
321
|
* Execution mode (PARALLEL or SEQUENTIAL)
|
|
271
322
|
*/
|
|
272
323
|
executionMode: 'PARALLEL' | 'SEQUENTIAL_SAME_RUN_PLAN' | 'SEQUENTIAL_PROJECT';
|
|
324
|
+
/**
|
|
325
|
+
* Customer flows included in this run plan
|
|
326
|
+
*/
|
|
327
|
+
flows: Array<Data.Flow>;
|
|
273
328
|
/**
|
|
274
329
|
* Number of iterations to run for each test case
|
|
275
330
|
*/
|
|
@@ -291,11 +346,12 @@ export declare namespace SimulationRunPlanUpdateResponse {
|
|
|
291
346
|
*/
|
|
292
347
|
name: string;
|
|
293
348
|
/**
|
|
294
|
-
* Personas included in this run plan
|
|
349
|
+
* Personas included in this run plan. Only meaningful alongside `scenarios`.
|
|
295
350
|
*/
|
|
296
351
|
personas: Array<Data.Persona>;
|
|
297
352
|
/**
|
|
298
|
-
* Scenarios included in this run
|
|
353
|
+
* @deprecated Deprecated: use `flows` instead. Scenarios included in this run
|
|
354
|
+
* plan.
|
|
299
355
|
*/
|
|
300
356
|
scenarios: Array<Data.Scenario>;
|
|
301
357
|
/**
|
|
@@ -322,6 +378,57 @@ export declare namespace SimulationRunPlanUpdateResponse {
|
|
|
322
378
|
interface Evaluator {
|
|
323
379
|
id: string;
|
|
324
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* One customer flow attached to a run plan, and which of its ways of running you
|
|
383
|
+
* cover.
|
|
384
|
+
*
|
|
385
|
+
* Attaching the same flow more than once with different overrides is how you fan
|
|
386
|
+
* it out across personas or values.
|
|
387
|
+
*/
|
|
388
|
+
interface Flow {
|
|
389
|
+
/**
|
|
390
|
+
* The customer flow to run.
|
|
391
|
+
*/
|
|
392
|
+
id: string;
|
|
393
|
+
/**
|
|
394
|
+
* `"ALL"` runs every edge case the flow has when the run starts, so one added
|
|
395
|
+
* later is covered. An array runs only the ones you name, each able to carry its
|
|
396
|
+
* own persona override and values.
|
|
397
|
+
*/
|
|
398
|
+
edgeCases?: 'ALL' | Array<Flow.UnionMember1>;
|
|
399
|
+
/**
|
|
400
|
+
* Run the flow's happy path. Resolved when the run starts, so it follows the flow.
|
|
401
|
+
*/
|
|
402
|
+
happyPath?: boolean;
|
|
403
|
+
/**
|
|
404
|
+
* Runs everything this attachment resolves as that persona instead of its own.
|
|
405
|
+
*/
|
|
406
|
+
personaOverrideId?: string | null;
|
|
407
|
+
/**
|
|
408
|
+
* Values for everything it resolves.
|
|
409
|
+
*/
|
|
410
|
+
variables?: {
|
|
411
|
+
[key: string]: string;
|
|
412
|
+
};
|
|
413
|
+
}
|
|
414
|
+
namespace Flow {
|
|
415
|
+
interface UnionMember1 {
|
|
416
|
+
/**
|
|
417
|
+
* The edge case to run.
|
|
418
|
+
*/
|
|
419
|
+
id: string;
|
|
420
|
+
/**
|
|
421
|
+
* Run this one as that persona instead of its own.
|
|
422
|
+
*/
|
|
423
|
+
personaOverrideId?: string | null;
|
|
424
|
+
/**
|
|
425
|
+
* Values for this one only.
|
|
426
|
+
*/
|
|
427
|
+
variables?: {
|
|
428
|
+
[key: string]: string;
|
|
429
|
+
};
|
|
430
|
+
}
|
|
431
|
+
}
|
|
325
432
|
interface Metric {
|
|
326
433
|
id: string;
|
|
327
434
|
}
|
|
@@ -385,6 +492,10 @@ export declare namespace SimulationRunPlanListResponse {
|
|
|
385
492
|
* Execution mode (PARALLEL or SEQUENTIAL)
|
|
386
493
|
*/
|
|
387
494
|
executionMode: 'PARALLEL' | 'SEQUENTIAL_SAME_RUN_PLAN' | 'SEQUENTIAL_PROJECT';
|
|
495
|
+
/**
|
|
496
|
+
* Customer flows included in this run plan
|
|
497
|
+
*/
|
|
498
|
+
flows: Array<Data.Flow>;
|
|
388
499
|
/**
|
|
389
500
|
* Number of iterations to run for each test case
|
|
390
501
|
*/
|
|
@@ -406,11 +517,12 @@ export declare namespace SimulationRunPlanListResponse {
|
|
|
406
517
|
*/
|
|
407
518
|
name: string;
|
|
408
519
|
/**
|
|
409
|
-
* Personas included in this run plan
|
|
520
|
+
* Personas included in this run plan. Only meaningful alongside `scenarios`.
|
|
410
521
|
*/
|
|
411
522
|
personas: Array<Data.Persona>;
|
|
412
523
|
/**
|
|
413
|
-
* Scenarios included in this run
|
|
524
|
+
* @deprecated Deprecated: use `flows` instead. Scenarios included in this run
|
|
525
|
+
* plan.
|
|
414
526
|
*/
|
|
415
527
|
scenarios: Array<Data.Scenario>;
|
|
416
528
|
/**
|
|
@@ -437,6 +549,57 @@ export declare namespace SimulationRunPlanListResponse {
|
|
|
437
549
|
interface Evaluator {
|
|
438
550
|
id: string;
|
|
439
551
|
}
|
|
552
|
+
/**
|
|
553
|
+
* One customer flow attached to a run plan, and which of its ways of running you
|
|
554
|
+
* cover.
|
|
555
|
+
*
|
|
556
|
+
* Attaching the same flow more than once with different overrides is how you fan
|
|
557
|
+
* it out across personas or values.
|
|
558
|
+
*/
|
|
559
|
+
interface Flow {
|
|
560
|
+
/**
|
|
561
|
+
* The customer flow to run.
|
|
562
|
+
*/
|
|
563
|
+
id: string;
|
|
564
|
+
/**
|
|
565
|
+
* `"ALL"` runs every edge case the flow has when the run starts, so one added
|
|
566
|
+
* later is covered. An array runs only the ones you name, each able to carry its
|
|
567
|
+
* own persona override and values.
|
|
568
|
+
*/
|
|
569
|
+
edgeCases?: 'ALL' | Array<Flow.UnionMember1>;
|
|
570
|
+
/**
|
|
571
|
+
* Run the flow's happy path. Resolved when the run starts, so it follows the flow.
|
|
572
|
+
*/
|
|
573
|
+
happyPath?: boolean;
|
|
574
|
+
/**
|
|
575
|
+
* Runs everything this attachment resolves as that persona instead of its own.
|
|
576
|
+
*/
|
|
577
|
+
personaOverrideId?: string | null;
|
|
578
|
+
/**
|
|
579
|
+
* Values for everything it resolves.
|
|
580
|
+
*/
|
|
581
|
+
variables?: {
|
|
582
|
+
[key: string]: string;
|
|
583
|
+
};
|
|
584
|
+
}
|
|
585
|
+
namespace Flow {
|
|
586
|
+
interface UnionMember1 {
|
|
587
|
+
/**
|
|
588
|
+
* The edge case to run.
|
|
589
|
+
*/
|
|
590
|
+
id: string;
|
|
591
|
+
/**
|
|
592
|
+
* Run this one as that persona instead of its own.
|
|
593
|
+
*/
|
|
594
|
+
personaOverrideId?: string | null;
|
|
595
|
+
/**
|
|
596
|
+
* Values for this one only.
|
|
597
|
+
*/
|
|
598
|
+
variables?: {
|
|
599
|
+
[key: string]: string;
|
|
600
|
+
};
|
|
601
|
+
}
|
|
602
|
+
}
|
|
440
603
|
interface Metric {
|
|
441
604
|
id: string;
|
|
442
605
|
}
|
|
@@ -524,6 +687,10 @@ export declare namespace SimulationRunPlanGetByIDResponse {
|
|
|
524
687
|
* Execution mode (PARALLEL or SEQUENTIAL)
|
|
525
688
|
*/
|
|
526
689
|
executionMode: 'PARALLEL' | 'SEQUENTIAL_SAME_RUN_PLAN' | 'SEQUENTIAL_PROJECT';
|
|
690
|
+
/**
|
|
691
|
+
* Customer flows included in this run plan
|
|
692
|
+
*/
|
|
693
|
+
flows: Array<Data.Flow>;
|
|
527
694
|
/**
|
|
528
695
|
* Number of iterations to run for each test case
|
|
529
696
|
*/
|
|
@@ -545,11 +712,12 @@ export declare namespace SimulationRunPlanGetByIDResponse {
|
|
|
545
712
|
*/
|
|
546
713
|
name: string;
|
|
547
714
|
/**
|
|
548
|
-
* Personas included in this run plan
|
|
715
|
+
* Personas included in this run plan. Only meaningful alongside `scenarios`.
|
|
549
716
|
*/
|
|
550
717
|
personas: Array<Data.Persona>;
|
|
551
718
|
/**
|
|
552
|
-
* Scenarios included in this run
|
|
719
|
+
* @deprecated Deprecated: use `flows` instead. Scenarios included in this run
|
|
720
|
+
* plan.
|
|
553
721
|
*/
|
|
554
722
|
scenarios: Array<Data.Scenario>;
|
|
555
723
|
/**
|
|
@@ -576,6 +744,57 @@ export declare namespace SimulationRunPlanGetByIDResponse {
|
|
|
576
744
|
interface Evaluator {
|
|
577
745
|
id: string;
|
|
578
746
|
}
|
|
747
|
+
/**
|
|
748
|
+
* One customer flow attached to a run plan, and which of its ways of running you
|
|
749
|
+
* cover.
|
|
750
|
+
*
|
|
751
|
+
* Attaching the same flow more than once with different overrides is how you fan
|
|
752
|
+
* it out across personas or values.
|
|
753
|
+
*/
|
|
754
|
+
interface Flow {
|
|
755
|
+
/**
|
|
756
|
+
* The customer flow to run.
|
|
757
|
+
*/
|
|
758
|
+
id: string;
|
|
759
|
+
/**
|
|
760
|
+
* `"ALL"` runs every edge case the flow has when the run starts, so one added
|
|
761
|
+
* later is covered. An array runs only the ones you name, each able to carry its
|
|
762
|
+
* own persona override and values.
|
|
763
|
+
*/
|
|
764
|
+
edgeCases?: 'ALL' | Array<Flow.UnionMember1>;
|
|
765
|
+
/**
|
|
766
|
+
* Run the flow's happy path. Resolved when the run starts, so it follows the flow.
|
|
767
|
+
*/
|
|
768
|
+
happyPath?: boolean;
|
|
769
|
+
/**
|
|
770
|
+
* Runs everything this attachment resolves as that persona instead of its own.
|
|
771
|
+
*/
|
|
772
|
+
personaOverrideId?: string | null;
|
|
773
|
+
/**
|
|
774
|
+
* Values for everything it resolves.
|
|
775
|
+
*/
|
|
776
|
+
variables?: {
|
|
777
|
+
[key: string]: string;
|
|
778
|
+
};
|
|
779
|
+
}
|
|
780
|
+
namespace Flow {
|
|
781
|
+
interface UnionMember1 {
|
|
782
|
+
/**
|
|
783
|
+
* The edge case to run.
|
|
784
|
+
*/
|
|
785
|
+
id: string;
|
|
786
|
+
/**
|
|
787
|
+
* Run this one as that persona instead of its own.
|
|
788
|
+
*/
|
|
789
|
+
personaOverrideId?: string | null;
|
|
790
|
+
/**
|
|
791
|
+
* Values for this one only.
|
|
792
|
+
*/
|
|
793
|
+
variables?: {
|
|
794
|
+
[key: string]: string;
|
|
795
|
+
};
|
|
796
|
+
}
|
|
797
|
+
}
|
|
579
798
|
interface Metric {
|
|
580
799
|
id: string;
|
|
581
800
|
}
|
|
@@ -608,7 +827,8 @@ export interface SimulationRunPlanCreateParams {
|
|
|
608
827
|
*/
|
|
609
828
|
maxSimulationDurationSeconds: number;
|
|
610
829
|
/**
|
|
611
|
-
* Metric definitions to include in this run plan
|
|
830
|
+
* Metric definitions to include in this run plan. Reference each by `id` (UUID) or
|
|
831
|
+
* `slug`.
|
|
612
832
|
*/
|
|
613
833
|
metrics: Array<SimulationRunPlanCreateParams.Metric>;
|
|
614
834
|
/**
|
|
@@ -616,16 +836,9 @@ export interface SimulationRunPlanCreateParams {
|
|
|
616
836
|
*/
|
|
617
837
|
name: string;
|
|
618
838
|
/**
|
|
619
|
-
*
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
/**
|
|
623
|
-
* Scenarios to include in this run plan. The same scenario ID can appear multiple
|
|
624
|
-
* times with different variables.
|
|
625
|
-
*/
|
|
626
|
-
scenarios: Array<SimulationRunPlanCreateParams.Scenario>;
|
|
627
|
-
/**
|
|
628
|
-
* Whether to automatically trigger a job after creating the run plan
|
|
839
|
+
* @deprecated Deprecated: use POST /v1/simulation/run, which starts a run and
|
|
840
|
+
* accepts runtime `variables` as well. This flag runs the plan with only the
|
|
841
|
+
* values pinned on it.
|
|
629
842
|
*/
|
|
630
843
|
autoRun?: boolean;
|
|
631
844
|
/**
|
|
@@ -646,14 +859,28 @@ export interface SimulationRunPlanCreateParams {
|
|
|
646
859
|
*/
|
|
647
860
|
executionMode?: 'PARALLEL' | 'SEQUENTIAL_SAME_RUN_PLAN' | 'SEQUENTIAL_PROJECT';
|
|
648
861
|
/**
|
|
649
|
-
*
|
|
650
|
-
*
|
|
862
|
+
* Customer flows to include in this run plan. The same flow can appear more than
|
|
863
|
+
* once with a different persona override or different variables.
|
|
864
|
+
*/
|
|
865
|
+
flows?: Array<SimulationRunPlanCreateParams.Flow>;
|
|
866
|
+
/**
|
|
867
|
+
* Number of iterations to run for each test case (1-10000)
|
|
651
868
|
*/
|
|
652
869
|
iterationCount?: number;
|
|
653
870
|
/**
|
|
654
871
|
* Maximum number of concurrent simulation jobs
|
|
655
872
|
*/
|
|
656
873
|
maxConcurrentJobs?: number;
|
|
874
|
+
/**
|
|
875
|
+
* Personas to include in this run plan. Required with `scenarios`; ignored with
|
|
876
|
+
* `flows`, where each variant carries its own persona.
|
|
877
|
+
*/
|
|
878
|
+
personas?: Array<SimulationRunPlanCreateParams.Persona>;
|
|
879
|
+
/**
|
|
880
|
+
* @deprecated Deprecated: use `flows` instead. Scenarios to include in this run
|
|
881
|
+
* plan. The same scenario ID can appear multiple times with different variables.
|
|
882
|
+
*/
|
|
883
|
+
scenarios?: Array<SimulationRunPlanCreateParams.Scenario>;
|
|
657
884
|
/**
|
|
658
885
|
* Timeout in seconds for silence detection
|
|
659
886
|
*/
|
|
@@ -664,7 +891,71 @@ export declare namespace SimulationRunPlanCreateParams {
|
|
|
664
891
|
id: string;
|
|
665
892
|
}
|
|
666
893
|
interface Metric {
|
|
894
|
+
/**
|
|
895
|
+
* Metric definition UUID. Provide either this or `slug`, not both.
|
|
896
|
+
*/
|
|
897
|
+
id?: string;
|
|
898
|
+
/**
|
|
899
|
+
* Alias of `slug` accepted for backwards compatibility. Use `slug` for new
|
|
900
|
+
* integrations.
|
|
901
|
+
*/
|
|
902
|
+
metricId?: string;
|
|
903
|
+
/**
|
|
904
|
+
* Stable metric slug (e.g. `customer_satisfaction`). Provide either this or `id`,
|
|
905
|
+
* not both.
|
|
906
|
+
*/
|
|
907
|
+
slug?: string;
|
|
908
|
+
}
|
|
909
|
+
/**
|
|
910
|
+
* One customer flow attached to a run plan, and which of its ways of running you
|
|
911
|
+
* cover.
|
|
912
|
+
*
|
|
913
|
+
* Attaching the same flow more than once with different overrides is how you fan
|
|
914
|
+
* it out across personas or values.
|
|
915
|
+
*/
|
|
916
|
+
interface Flow {
|
|
917
|
+
/**
|
|
918
|
+
* The customer flow to run.
|
|
919
|
+
*/
|
|
667
920
|
id: string;
|
|
921
|
+
/**
|
|
922
|
+
* `"ALL"` runs every edge case the flow has when the run starts, so one added
|
|
923
|
+
* later is covered. An array runs only the ones you name, each able to carry its
|
|
924
|
+
* own persona override and values.
|
|
925
|
+
*/
|
|
926
|
+
edgeCases?: 'ALL' | Array<Flow.UnionMember1>;
|
|
927
|
+
/**
|
|
928
|
+
* Run the flow's happy path. Resolved when the run starts, so it follows the flow.
|
|
929
|
+
*/
|
|
930
|
+
happyPath?: boolean;
|
|
931
|
+
/**
|
|
932
|
+
* Runs everything this attachment resolves as that persona instead of its own.
|
|
933
|
+
*/
|
|
934
|
+
personaOverrideId?: string | null;
|
|
935
|
+
/**
|
|
936
|
+
* Values for everything it resolves.
|
|
937
|
+
*/
|
|
938
|
+
variables?: {
|
|
939
|
+
[key: string]: string;
|
|
940
|
+
};
|
|
941
|
+
}
|
|
942
|
+
namespace Flow {
|
|
943
|
+
interface UnionMember1 {
|
|
944
|
+
/**
|
|
945
|
+
* The edge case to run.
|
|
946
|
+
*/
|
|
947
|
+
id: string;
|
|
948
|
+
/**
|
|
949
|
+
* Run this one as that persona instead of its own.
|
|
950
|
+
*/
|
|
951
|
+
personaOverrideId?: string | null;
|
|
952
|
+
/**
|
|
953
|
+
* Values for this one only.
|
|
954
|
+
*/
|
|
955
|
+
variables?: {
|
|
956
|
+
[key: string]: string;
|
|
957
|
+
};
|
|
958
|
+
}
|
|
668
959
|
}
|
|
669
960
|
interface Persona {
|
|
670
961
|
id: string;
|
|
@@ -710,8 +1001,20 @@ export interface SimulationRunPlanUpdateParams {
|
|
|
710
1001
|
*/
|
|
711
1002
|
executionMode?: 'PARALLEL' | 'SEQUENTIAL_SAME_RUN_PLAN' | 'SEQUENTIAL_PROJECT';
|
|
712
1003
|
/**
|
|
713
|
-
*
|
|
714
|
-
*
|
|
1004
|
+
* Replaces the customer flows attached to this run plan. Omit to leave them
|
|
1005
|
+
* unchanged; send an empty array to detach them all.
|
|
1006
|
+
*/
|
|
1007
|
+
flows?: Array<SimulationRunPlanUpdateParams.Flow>;
|
|
1008
|
+
/**
|
|
1009
|
+
* Whether this plan is hidden from GET /v1/simulation/plan.
|
|
1010
|
+
*
|
|
1011
|
+
* A run started without `saveAsPlan` creates a hidden plan to carry it. Send
|
|
1012
|
+
* `{ "name": "...", "isHidden": false }` to keep that configuration as a reusable
|
|
1013
|
+
* plan, which is what the app does when you save a one-off run.
|
|
1014
|
+
*/
|
|
1015
|
+
isHidden?: boolean;
|
|
1016
|
+
/**
|
|
1017
|
+
* Number of iterations to run for each test case (1-10000)
|
|
715
1018
|
*/
|
|
716
1019
|
iterationCount?: number;
|
|
717
1020
|
/**
|
|
@@ -723,7 +1026,8 @@ export interface SimulationRunPlanUpdateParams {
|
|
|
723
1026
|
*/
|
|
724
1027
|
maxSimulationDurationSeconds?: number;
|
|
725
1028
|
/**
|
|
726
|
-
* Metric definitions to include in this run plan
|
|
1029
|
+
* Metric definitions to include in this run plan. Reference each by `id` (UUID) or
|
|
1030
|
+
* `slug`.
|
|
727
1031
|
*/
|
|
728
1032
|
metrics?: Array<SimulationRunPlanUpdateParams.Metric>;
|
|
729
1033
|
/**
|
|
@@ -735,8 +1039,9 @@ export interface SimulationRunPlanUpdateParams {
|
|
|
735
1039
|
*/
|
|
736
1040
|
personas?: Array<SimulationRunPlanUpdateParams.Persona>;
|
|
737
1041
|
/**
|
|
738
|
-
*
|
|
739
|
-
*
|
|
1042
|
+
* @deprecated Deprecated: use `flows` instead. Replaces the scenarios on this run
|
|
1043
|
+
* plan. Omit to leave them unchanged; send an empty array to detach them all,
|
|
1044
|
+
* which is how a scenario-based plan is moved over to flows.
|
|
740
1045
|
*/
|
|
741
1046
|
scenarios?: Array<SimulationRunPlanUpdateParams.Scenario>;
|
|
742
1047
|
/**
|
|
@@ -748,8 +1053,72 @@ export declare namespace SimulationRunPlanUpdateParams {
|
|
|
748
1053
|
interface AgentEndpoint {
|
|
749
1054
|
id: string;
|
|
750
1055
|
}
|
|
751
|
-
|
|
1056
|
+
/**
|
|
1057
|
+
* One customer flow attached to a run plan, and which of its ways of running you
|
|
1058
|
+
* cover.
|
|
1059
|
+
*
|
|
1060
|
+
* Attaching the same flow more than once with different overrides is how you fan
|
|
1061
|
+
* it out across personas or values.
|
|
1062
|
+
*/
|
|
1063
|
+
interface Flow {
|
|
1064
|
+
/**
|
|
1065
|
+
* The customer flow to run.
|
|
1066
|
+
*/
|
|
752
1067
|
id: string;
|
|
1068
|
+
/**
|
|
1069
|
+
* `"ALL"` runs every edge case the flow has when the run starts, so one added
|
|
1070
|
+
* later is covered. An array runs only the ones you name, each able to carry its
|
|
1071
|
+
* own persona override and values.
|
|
1072
|
+
*/
|
|
1073
|
+
edgeCases?: 'ALL' | Array<Flow.UnionMember1>;
|
|
1074
|
+
/**
|
|
1075
|
+
* Run the flow's happy path. Resolved when the run starts, so it follows the flow.
|
|
1076
|
+
*/
|
|
1077
|
+
happyPath?: boolean;
|
|
1078
|
+
/**
|
|
1079
|
+
* Runs everything this attachment resolves as that persona instead of its own.
|
|
1080
|
+
*/
|
|
1081
|
+
personaOverrideId?: string | null;
|
|
1082
|
+
/**
|
|
1083
|
+
* Values for everything it resolves.
|
|
1084
|
+
*/
|
|
1085
|
+
variables?: {
|
|
1086
|
+
[key: string]: string;
|
|
1087
|
+
};
|
|
1088
|
+
}
|
|
1089
|
+
namespace Flow {
|
|
1090
|
+
interface UnionMember1 {
|
|
1091
|
+
/**
|
|
1092
|
+
* The edge case to run.
|
|
1093
|
+
*/
|
|
1094
|
+
id: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* Run this one as that persona instead of its own.
|
|
1097
|
+
*/
|
|
1098
|
+
personaOverrideId?: string | null;
|
|
1099
|
+
/**
|
|
1100
|
+
* Values for this one only.
|
|
1101
|
+
*/
|
|
1102
|
+
variables?: {
|
|
1103
|
+
[key: string]: string;
|
|
1104
|
+
};
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
interface Metric {
|
|
1108
|
+
/**
|
|
1109
|
+
* Metric definition UUID. Provide either this or `slug`, not both.
|
|
1110
|
+
*/
|
|
1111
|
+
id?: string;
|
|
1112
|
+
/**
|
|
1113
|
+
* Alias of `slug` accepted for backwards compatibility. Use `slug` for new
|
|
1114
|
+
* integrations.
|
|
1115
|
+
*/
|
|
1116
|
+
metricId?: string;
|
|
1117
|
+
/**
|
|
1118
|
+
* Stable metric slug (e.g. `customer_satisfaction`). Provide either this or `id`,
|
|
1119
|
+
* not both.
|
|
1120
|
+
*/
|
|
1121
|
+
slug?: string;
|
|
753
1122
|
}
|
|
754
1123
|
interface Persona {
|
|
755
1124
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simulation-run-plan.d.ts","sourceRoot":"","sources":["../src/resources/simulation-run-plan.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"simulation-run-plan.d.ts","sourceRoot":"","sources":["../src/resources/simulation-run-plan.ts"],"names":[],"mappings":"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"}
|