@aui.io/aui-client 3.0.0 → 3.1.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/dist/cjs/Client.d.ts +0 -3
- package/dist/cjs/Client.js +4 -9
- package/dist/cjs/api/resources/index.d.ts +0 -1
- package/dist/cjs/api/resources/index.js +1 -2
- package/dist/cjs/api/resources/session/client/Socket.d.ts +6 -4
- package/dist/cjs/api/resources/session/client/Socket.js +10 -2
- package/dist/cjs/api/types/ErrorEnvelope.d.ts +3 -3
- package/dist/cjs/api/types/EventEnvelope.d.ts +2 -2
- package/dist/cjs/api/types/Message.d.ts +1 -1
- package/dist/cjs/api/types/MessageEnvelope.d.ts +1 -1
- package/dist/cjs/api/types/StreamEvent.d.ts +17 -0
- package/dist/cjs/api/types/SubmitMessageRequest.d.ts +1 -5
- package/dist/cjs/api/types/Trace.d.ts +1 -1
- package/dist/cjs/api/types/index.d.ts +1 -3
- package/dist/cjs/api/types/index.js +1 -3
- package/dist/cjs/environments.d.ts +0 -2
- package/dist/cjs/environments.js +0 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +0 -3
- package/dist/esm/Client.mjs +2 -7
- package/dist/esm/api/resources/index.d.mts +0 -1
- package/dist/esm/api/resources/index.mjs +0 -1
- package/dist/esm/api/resources/session/client/Socket.d.mts +6 -4
- package/dist/esm/api/resources/session/client/Socket.mjs +10 -2
- package/dist/esm/api/types/ErrorEnvelope.d.mts +3 -3
- package/dist/esm/api/types/EventEnvelope.d.mts +2 -2
- package/dist/esm/api/types/Message.d.mts +1 -1
- package/dist/esm/api/types/MessageEnvelope.d.mts +1 -1
- package/dist/esm/api/types/StreamEvent.d.mts +17 -0
- package/dist/esm/api/types/SubmitMessageRequest.d.mts +1 -5
- package/dist/esm/api/types/Trace.d.mts +1 -1
- package/dist/esm/api/types/index.d.mts +1 -3
- package/dist/esm/api/types/index.mjs +1 -3
- package/dist/esm/environments.d.mts +0 -2
- package/dist/esm/environments.mjs +0 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/resources/simulatorSession/client/Client.d.ts +0 -19
- package/dist/cjs/api/resources/simulatorSession/client/Client.js +0 -71
- package/dist/cjs/api/resources/simulatorSession/client/Socket.d.ts +0 -49
- package/dist/cjs/api/resources/simulatorSession/client/Socket.js +0 -150
- package/dist/cjs/api/resources/simulatorSession/client/index.d.ts +0 -1
- package/dist/cjs/api/resources/simulatorSession/client/index.js +0 -2
- package/dist/cjs/api/resources/simulatorSession/index.d.ts +0 -1
- package/dist/cjs/api/resources/simulatorSession/index.js +0 -17
- package/dist/cjs/api/types/GatewayHeaders.d.ts +0 -13
- package/dist/cjs/api/types/IaEvent.d.ts +0 -17
- package/dist/cjs/api/types/IaEvent.js +0 -3
- package/dist/cjs/api/types/SimulatorCommand.d.ts +0 -21
- package/dist/cjs/api/types/SimulatorCommand.js +0 -12
- package/dist/esm/api/resources/simulatorSession/client/Client.d.mts +0 -19
- package/dist/esm/api/resources/simulatorSession/client/Client.mjs +0 -34
- package/dist/esm/api/resources/simulatorSession/client/Socket.d.mts +0 -49
- package/dist/esm/api/resources/simulatorSession/client/Socket.mjs +0 -113
- package/dist/esm/api/resources/simulatorSession/client/index.d.mts +0 -1
- package/dist/esm/api/resources/simulatorSession/client/index.mjs +0 -1
- package/dist/esm/api/resources/simulatorSession/index.d.mts +0 -1
- package/dist/esm/api/resources/simulatorSession/index.mjs +0 -1
- package/dist/esm/api/types/GatewayHeaders.d.mts +0 -13
- package/dist/esm/api/types/IaEvent.d.mts +0 -17
- package/dist/esm/api/types/IaEvent.mjs +0 -2
- package/dist/esm/api/types/SimulatorCommand.d.mts +0 -21
- package/dist/esm/api/types/SimulatorCommand.mjs +0 -9
- /package/dist/cjs/api/types/{GatewayHeaders.js → StreamEvent.js} +0 -0
- /package/dist/esm/api/types/{GatewayHeaders.mjs → StreamEvent.mjs} +0 -0
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export interface SimulatorCommand {
|
|
2
|
-
type: SimulatorCommand.Type;
|
|
3
|
-
/** IA SimulationRequest payload, relayed verbatim. For `start`, must carry `task_id` (used for the wallet gate, replay buffer, and billing). */
|
|
4
|
-
data?: SimulatorCommand.Data;
|
|
5
|
-
}
|
|
6
|
-
export declare namespace SimulatorCommand {
|
|
7
|
-
const Type: {
|
|
8
|
-
readonly Start: "start";
|
|
9
|
-
readonly Cancel: "cancel";
|
|
10
|
-
readonly ForceCancel: "force-cancel";
|
|
11
|
-
};
|
|
12
|
-
type Type = (typeof Type)[keyof typeof Type];
|
|
13
|
-
/**
|
|
14
|
-
* IA SimulationRequest payload, relayed verbatim. For `start`, must carry `task_id` (used for the wallet gate, replay buffer, and billing).
|
|
15
|
-
*/
|
|
16
|
-
interface Data {
|
|
17
|
-
task_id?: string;
|
|
18
|
-
/** Accepts any additional properties */
|
|
19
|
-
[key: string]: any;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
export var SimulatorCommand;
|
|
3
|
-
(function (SimulatorCommand) {
|
|
4
|
-
SimulatorCommand.Type = {
|
|
5
|
-
Start: "start",
|
|
6
|
-
Cancel: "cancel",
|
|
7
|
-
ForceCancel: "force-cancel",
|
|
8
|
-
};
|
|
9
|
-
})(SimulatorCommand || (SimulatorCommand = {}));
|
|
File without changes
|
|
File without changes
|