@deepnoodle/mobius 0.0.1
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/LICENSE +201 -0
- package/README.md +68 -0
- package/dist/api/index.d.ts +227 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +8 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/schema.d.ts +6456 -0
- package/dist/api/schema.d.ts.map +1 -0
- package/dist/api/schema.js +6 -0
- package/dist/api/schema.js.map +1 -0
- package/dist/client.d.ts +42 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +83 -0
- package/dist/client.js.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/worker.d.ts +77 -0
- package/dist/worker.d.ts.map +1 -0
- package/dist/worker.js +204 -0
- package/dist/worker.js.map +1 -0
- package/package.json +57 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2025 Cloud Cmds, LLC.
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# @deepnoodle/mobius
|
|
2
|
+
|
|
3
|
+
TypeScript SDK for [Mobius](https://www.mobiusops.ai/) — a work coordination
|
|
4
|
+
platform for mixed teams of humans, systems, and AI agents.
|
|
5
|
+
|
|
6
|
+
This package contains the runtime client and worker used to claim and execute
|
|
7
|
+
tasks against the Mobius API. Types are generated from the canonical
|
|
8
|
+
[OpenAPI spec](https://github.com/deepnoodle-ai/mobius/blob/main/openapi.yaml)
|
|
9
|
+
and round-tripped against the same cross-language contract fixtures as the Go
|
|
10
|
+
and Python SDKs.
|
|
11
|
+
|
|
12
|
+
## Install
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm install @deepnoodle/mobius
|
|
16
|
+
# or
|
|
17
|
+
pnpm add @deepnoodle/mobius
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Requires Node.js 18+.
|
|
21
|
+
|
|
22
|
+
## Quick start
|
|
23
|
+
|
|
24
|
+
### Worker
|
|
25
|
+
|
|
26
|
+
```ts
|
|
27
|
+
import { Client, Worker } from "@deepnoodle/mobius";
|
|
28
|
+
|
|
29
|
+
const client = new Client({ apiKey: process.env.MOBIUS_API_KEY! });
|
|
30
|
+
|
|
31
|
+
const worker = new Worker(client, {
|
|
32
|
+
workerId: "my-worker-1",
|
|
33
|
+
name: "email-sender",
|
|
34
|
+
version: "1.0.0",
|
|
35
|
+
queues: ["emails"],
|
|
36
|
+
concurrency: 5,
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
worker.register("send_email", async (params, signal) => {
|
|
40
|
+
// send email...
|
|
41
|
+
return { sent: true };
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
await worker.run();
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
### Low-level client
|
|
48
|
+
|
|
49
|
+
```ts
|
|
50
|
+
import { Client } from "@deepnoodle/mobius";
|
|
51
|
+
|
|
52
|
+
const client = new Client({ apiKey: process.env.MOBIUS_API_KEY! });
|
|
53
|
+
|
|
54
|
+
const claim = await client.claimJob({
|
|
55
|
+
worker_id: "my-worker-1",
|
|
56
|
+
queues: ["default"],
|
|
57
|
+
wait_seconds: 20,
|
|
58
|
+
});
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Documentation
|
|
62
|
+
|
|
63
|
+
- [Mobius docs](https://docs.mobiusops.ai/)
|
|
64
|
+
- [Repository](https://github.com/deepnoodle-ai/mobius)
|
|
65
|
+
|
|
66
|
+
## License
|
|
67
|
+
|
|
68
|
+
Apache-2.0
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import type { components } from "./schema.js";
|
|
2
|
+
export type { components, operations } from "./schema.js";
|
|
3
|
+
export type APIKey = components["schemas"]["APIKey"];
|
|
4
|
+
export type APIKeyCreateResult = components["schemas"]["APIKeyCreateResult"];
|
|
5
|
+
export type APIKeyCreateResultDataResponse = components["schemas"]["APIKeyCreateResultDataResponse"];
|
|
6
|
+
export type APIKeyDataResponse = components["schemas"]["APIKeyDataResponse"];
|
|
7
|
+
export type APIKeyListResponse = components["schemas"]["APIKeyListResponse"];
|
|
8
|
+
export type ActionAuditLogEntry = components["schemas"]["ActionAuditLogEntry"];
|
|
9
|
+
export type ActionAuditLogListResponse = components["schemas"]["ActionAuditLogListResponse"];
|
|
10
|
+
export type ActionCatalogDataResponse = components["schemas"]["ActionCatalogDataResponse"];
|
|
11
|
+
export type ActionCatalogEntry = components["schemas"]["ActionCatalogEntry"];
|
|
12
|
+
export type ActionCatalogListResponse = components["schemas"]["ActionCatalogListResponse"];
|
|
13
|
+
export type ActionLogEntry = components["schemas"]["ActionLogEntry"];
|
|
14
|
+
export type ActionLogListResponse = components["schemas"]["ActionLogListResponse"];
|
|
15
|
+
export type ActorRef = components["schemas"]["ActorRef"];
|
|
16
|
+
export type AddChannelMemberRequest = components["schemas"]["AddChannelMemberRequest"];
|
|
17
|
+
export type AddGroupMemberRequest = components["schemas"]["AddGroupMemberRequest"];
|
|
18
|
+
export type AddOrgMemberRequest = components["schemas"]["AddOrgMemberRequest"];
|
|
19
|
+
export type AdminMetrics = components["schemas"]["AdminMetrics"];
|
|
20
|
+
export type AdminMetricsDataResponse = components["schemas"]["AdminMetricsDataResponse"];
|
|
21
|
+
export type AdminWorker = components["schemas"]["AdminWorker"];
|
|
22
|
+
export type AdminWorkerListResponse = components["schemas"]["AdminWorkerListResponse"];
|
|
23
|
+
export type AuditLogEntry = components["schemas"]["AuditLogEntry"];
|
|
24
|
+
export type AuditLogListResponse = components["schemas"]["AuditLogListResponse"];
|
|
25
|
+
export type AuthContext = components["schemas"]["AuthContext"];
|
|
26
|
+
export type AuthContextDataResponse = components["schemas"]["AuthContextDataResponse"];
|
|
27
|
+
export type BillingPlan = components["schemas"]["BillingPlan"];
|
|
28
|
+
export type BillingPlanListResponse = components["schemas"]["BillingPlanListResponse"];
|
|
29
|
+
export type BillingSubscription = components["schemas"]["BillingSubscription"];
|
|
30
|
+
export type BillingSubscriptionDataResponse = components["schemas"]["BillingSubscriptionDataResponse"];
|
|
31
|
+
export type BillingURLResult = components["schemas"]["BillingURLResult"];
|
|
32
|
+
export type BillingURLResultDataResponse = components["schemas"]["BillingURLResultDataResponse"];
|
|
33
|
+
export type BillingUsageDataResponse = components["schemas"]["BillingUsageDataResponse"];
|
|
34
|
+
export type BillingUsageKeySummary = components["schemas"]["BillingUsageKeySummary"];
|
|
35
|
+
export type BillingUsageSummary = components["schemas"]["BillingUsageSummary"];
|
|
36
|
+
export type BulkRunDataResponse = components["schemas"]["BulkRunDataResponse"];
|
|
37
|
+
export type BulkRunRequest = components["schemas"]["BulkRunRequest"];
|
|
38
|
+
export type BulkRunResult = components["schemas"]["BulkRunResult"];
|
|
39
|
+
export type CLICredential = components["schemas"]["CLICredential"];
|
|
40
|
+
export type CLICredentialListResponse = components["schemas"]["CLICredentialListResponse"];
|
|
41
|
+
export type CLICredentialStatus = components["schemas"]["CLICredentialStatus"];
|
|
42
|
+
export type Channel = components["schemas"]["Channel"];
|
|
43
|
+
export type ChannelDataResponse = components["schemas"]["ChannelDataResponse"];
|
|
44
|
+
export type ChannelListResponse = components["schemas"]["ChannelListResponse"];
|
|
45
|
+
export type ChannelMember = components["schemas"]["ChannelMember"];
|
|
46
|
+
export type ChannelMemberDataResponse = components["schemas"]["ChannelMemberDataResponse"];
|
|
47
|
+
export type ChannelMemberListResponse = components["schemas"]["ChannelMemberListResponse"];
|
|
48
|
+
export type ChannelMessage = components["schemas"]["ChannelMessage"];
|
|
49
|
+
export type ChannelMessageDataResponse = components["schemas"]["ChannelMessageDataResponse"];
|
|
50
|
+
export type ChannelMessageListResponse = components["schemas"]["ChannelMessageListResponse"];
|
|
51
|
+
export type ConcurrencyPolicy = components["schemas"]["ConcurrencyPolicy"];
|
|
52
|
+
export type ConfirmDeviceCodeRequest = components["schemas"]["ConfirmDeviceCodeRequest"];
|
|
53
|
+
export type ConfirmDeviceCodeResult = components["schemas"]["ConfirmDeviceCodeResult"];
|
|
54
|
+
export type CreateAPIKeyRequest = components["schemas"]["CreateAPIKeyRequest"];
|
|
55
|
+
export type CreateChannelRequest = components["schemas"]["CreateChannelRequest"];
|
|
56
|
+
export type CreateCheckoutRequest = components["schemas"]["CreateCheckoutRequest"];
|
|
57
|
+
export type CreateCustomActionRequest = components["schemas"]["CreateCustomActionRequest"];
|
|
58
|
+
export type CreateDeviceCodeRequest = components["schemas"]["CreateDeviceCodeRequest"];
|
|
59
|
+
export type CreateGroupRequest = components["schemas"]["CreateGroupRequest"];
|
|
60
|
+
export type CreateIntegrationRequest = components["schemas"]["CreateIntegrationRequest"];
|
|
61
|
+
export type CreateInteractionRequest = components["schemas"]["CreateInteractionRequest"];
|
|
62
|
+
export type CreateJobInteractionRequest = components["schemas"]["CreateJobInteractionRequest"];
|
|
63
|
+
export type CreateNamespaceRequest = components["schemas"]["CreateNamespaceRequest"];
|
|
64
|
+
export type CreateOrgRequest = components["schemas"]["CreateOrgRequest"];
|
|
65
|
+
export type CreatePortalRequest = components["schemas"]["CreatePortalRequest"];
|
|
66
|
+
export type CreateRoleAssignmentRequest = components["schemas"]["CreateRoleAssignmentRequest"];
|
|
67
|
+
export type CreateRoleRequest = components["schemas"]["CreateRoleRequest"];
|
|
68
|
+
export type CreateServiceAccountRequest = components["schemas"]["CreateServiceAccountRequest"];
|
|
69
|
+
export type CreateTriggerRequest = components["schemas"]["CreateTriggerRequest"];
|
|
70
|
+
export type CreateWebhookRequest = components["schemas"]["CreateWebhookRequest"];
|
|
71
|
+
export type CreateWorkflowRequest = components["schemas"]["CreateWorkflowRequest"];
|
|
72
|
+
export type CustomAction = components["schemas"]["CustomAction"];
|
|
73
|
+
export type CustomActionAnnotations = components["schemas"]["CustomActionAnnotations"];
|
|
74
|
+
export type CustomActionDataResponse = components["schemas"]["CustomActionDataResponse"];
|
|
75
|
+
export type CustomActionListResponse = components["schemas"]["CustomActionListResponse"];
|
|
76
|
+
export type DeviceCodeResponse = components["schemas"]["DeviceCodeResponse"];
|
|
77
|
+
export type DeviceTokenResponse = components["schemas"]["DeviceTokenResponse"];
|
|
78
|
+
export type DeviceTokenStatus = components["schemas"]["DeviceTokenStatus"];
|
|
79
|
+
export type EnablePermissionsRequest = components["schemas"]["EnablePermissionsRequest"];
|
|
80
|
+
export type ErrorResponse = components["schemas"]["ErrorResponse"];
|
|
81
|
+
export type ExchangeDeviceCodeRequest = components["schemas"]["ExchangeDeviceCodeRequest"];
|
|
82
|
+
export type Group = components["schemas"]["Group"];
|
|
83
|
+
export type GroupDataResponse = components["schemas"]["GroupDataResponse"];
|
|
84
|
+
export type GroupListResponse = components["schemas"]["GroupListResponse"];
|
|
85
|
+
export type GroupMember = components["schemas"]["GroupMember"];
|
|
86
|
+
export type GroupMemberDataResponse = components["schemas"]["GroupMemberDataResponse"];
|
|
87
|
+
export type GroupMemberListResponse = components["schemas"]["GroupMemberListResponse"];
|
|
88
|
+
export type GroupWithCountDataResponse = components["schemas"]["GroupWithCountDataResponse"];
|
|
89
|
+
export type GroupWithCountListResponse = components["schemas"]["GroupWithCountListResponse"];
|
|
90
|
+
export type HealthResponse = components["schemas"]["HealthResponse"];
|
|
91
|
+
export type Integration = components["schemas"]["Integration"];
|
|
92
|
+
export type IntegrationDataResponse = components["schemas"]["IntegrationDataResponse"];
|
|
93
|
+
export type IntegrationListResponse = components["schemas"]["IntegrationListResponse"];
|
|
94
|
+
export type IntegrationStatus = components["schemas"]["IntegrationStatus"];
|
|
95
|
+
export type Interaction = components["schemas"]["Interaction"];
|
|
96
|
+
export type InteractionDataResponse = components["schemas"]["InteractionDataResponse"];
|
|
97
|
+
export type InteractionListResponse = components["schemas"]["InteractionListResponse"];
|
|
98
|
+
export type InteractionOption = components["schemas"]["InteractionOption"];
|
|
99
|
+
export type InteractionPartialResponse = components["schemas"]["InteractionPartialResponse"];
|
|
100
|
+
export type InteractionResponse = components["schemas"]["InteractionResponse"];
|
|
101
|
+
export type InteractionSpec = components["schemas"]["InteractionSpec"];
|
|
102
|
+
export type InteractionSpecMode = components["schemas"]["InteractionSpecMode"];
|
|
103
|
+
export type InteractionType = components["schemas"]["InteractionType"];
|
|
104
|
+
export type InteractionValue = components["schemas"]["InteractionValue"];
|
|
105
|
+
export type Invoice = components["schemas"]["Invoice"];
|
|
106
|
+
export type InvoiceListResponse = components["schemas"]["InvoiceListResponse"];
|
|
107
|
+
export type Job = components["schemas"]["Job"];
|
|
108
|
+
export type JobClaim = components["schemas"]["JobClaim"];
|
|
109
|
+
export type JobClaimDataResponse = components["schemas"]["JobClaimDataResponse"];
|
|
110
|
+
export type JobClaimRequest = components["schemas"]["JobClaimRequest"];
|
|
111
|
+
export type JobCompleteRequest = components["schemas"]["JobCompleteRequest"];
|
|
112
|
+
export type JobFenceRequest = components["schemas"]["JobFenceRequest"];
|
|
113
|
+
export type JobHeartbeat = components["schemas"]["JobHeartbeat"];
|
|
114
|
+
export type JobHeartbeatDataResponse = components["schemas"]["JobHeartbeatDataResponse"];
|
|
115
|
+
export type JobHeartbeatDirectives = components["schemas"]["JobHeartbeatDirectives"];
|
|
116
|
+
export type JobListResponse = components["schemas"]["JobListResponse"];
|
|
117
|
+
export type Metadata = components["schemas"]["Metadata"];
|
|
118
|
+
export type Namespace = components["schemas"]["Namespace"];
|
|
119
|
+
export type NamespaceDataResponse = components["schemas"]["NamespaceDataResponse"];
|
|
120
|
+
export type NamespaceListResponse = components["schemas"]["NamespaceListResponse"];
|
|
121
|
+
export type OnboardingResult = components["schemas"]["OnboardingResult"];
|
|
122
|
+
export type OnboardingResultDataResponse = components["schemas"]["OnboardingResultDataResponse"];
|
|
123
|
+
export type OnboardingStatus = components["schemas"]["OnboardingStatus"];
|
|
124
|
+
export type OnboardingStatusDataResponse = components["schemas"]["OnboardingStatusDataResponse"];
|
|
125
|
+
export type Org = components["schemas"]["Org"];
|
|
126
|
+
export type OrgDataResponse = components["schemas"]["OrgDataResponse"];
|
|
127
|
+
export type OrgListResponse = components["schemas"]["OrgListResponse"];
|
|
128
|
+
export type OrgMember = components["schemas"]["OrgMember"];
|
|
129
|
+
export type OrgMemberDataResponse = components["schemas"]["OrgMemberDataResponse"];
|
|
130
|
+
export type OrgMemberListResponse = components["schemas"]["OrgMemberListResponse"];
|
|
131
|
+
export type PermissionsAssignmentInput = components["schemas"]["PermissionsAssignmentInput"];
|
|
132
|
+
export type PermissionsAssignmentProposal = components["schemas"]["PermissionsAssignmentProposal"];
|
|
133
|
+
export type PermissionsPlan = components["schemas"]["PermissionsPlan"];
|
|
134
|
+
export type PermissionsPlanDataResponse = components["schemas"]["PermissionsPlanDataResponse"];
|
|
135
|
+
export type PermissionsState = components["schemas"]["PermissionsState"];
|
|
136
|
+
export type PermissionsStateDataResponse = components["schemas"]["PermissionsStateDataResponse"];
|
|
137
|
+
export type PreviewPermissionsRequest = components["schemas"]["PreviewPermissionsRequest"];
|
|
138
|
+
export type RespondToInteractionRequest = components["schemas"]["RespondToInteractionRequest"];
|
|
139
|
+
export type Role = components["schemas"]["Role"];
|
|
140
|
+
export type RoleAssignment = components["schemas"]["RoleAssignment"];
|
|
141
|
+
export type RoleAssignmentDataResponse = components["schemas"]["RoleAssignmentDataResponse"];
|
|
142
|
+
export type RoleAssignmentListResponse = components["schemas"]["RoleAssignmentListResponse"];
|
|
143
|
+
export type RoleDataResponse = components["schemas"]["RoleDataResponse"];
|
|
144
|
+
export type RoleListResponse = components["schemas"]["RoleListResponse"];
|
|
145
|
+
export type RotateSecretDataResponse = components["schemas"]["RotateSecretDataResponse"];
|
|
146
|
+
export type RotateSecretResult = components["schemas"]["RotateSecretResult"];
|
|
147
|
+
export type RunActionRequest = components["schemas"]["RunActionRequest"];
|
|
148
|
+
export type RunActionResult = components["schemas"]["RunActionResult"];
|
|
149
|
+
export type RunActionResultDataResponse = components["schemas"]["RunActionResultDataResponse"];
|
|
150
|
+
export type RunSignal = components["schemas"]["RunSignal"];
|
|
151
|
+
export type RunSignalDataResponse = components["schemas"]["RunSignalDataResponse"];
|
|
152
|
+
export type SendChannelMessageRequest = components["schemas"]["SendChannelMessageRequest"];
|
|
153
|
+
export type SendRunSignalRequest = components["schemas"]["SendRunSignalRequest"];
|
|
154
|
+
export type ServiceAccount = components["schemas"]["ServiceAccount"];
|
|
155
|
+
export type ServiceAccountDataResponse = components["schemas"]["ServiceAccountDataResponse"];
|
|
156
|
+
export type ServiceAccountListResponse = components["schemas"]["ServiceAccountListResponse"];
|
|
157
|
+
export type ServiceAccountStatus = components["schemas"]["ServiceAccountStatus"];
|
|
158
|
+
export type SlackInstall = components["schemas"]["SlackInstall"];
|
|
159
|
+
export type SlackInstallDataResponse = components["schemas"]["SlackInstallDataResponse"];
|
|
160
|
+
export type StartRunRequest = components["schemas"]["StartRunRequest"];
|
|
161
|
+
export type ToolDefinition = components["schemas"]["ToolDefinition"];
|
|
162
|
+
export type ToolDefinitionListResponse = components["schemas"]["ToolDefinitionListResponse"];
|
|
163
|
+
export type ToolRun = components["schemas"]["ToolRun"];
|
|
164
|
+
export type ToolRunDataResponse = components["schemas"]["ToolRunDataResponse"];
|
|
165
|
+
export type ToolRunRequest = components["schemas"]["ToolRunRequest"];
|
|
166
|
+
export type Trigger = components["schemas"]["Trigger"];
|
|
167
|
+
export type TriggerDataResponse = components["schemas"]["TriggerDataResponse"];
|
|
168
|
+
export type TriggerFire = components["schemas"]["TriggerFire"];
|
|
169
|
+
export type TriggerFireListResponse = components["schemas"]["TriggerFireListResponse"];
|
|
170
|
+
export type TriggerFireStatus = components["schemas"]["TriggerFireStatus"];
|
|
171
|
+
export type TriggerKind = components["schemas"]["TriggerKind"];
|
|
172
|
+
export type TriggerListResponse = components["schemas"]["TriggerListResponse"];
|
|
173
|
+
export type TriggerTarget = components["schemas"]["TriggerTarget"];
|
|
174
|
+
export type UpdateBillingLimitsRequest = components["schemas"]["UpdateBillingLimitsRequest"];
|
|
175
|
+
export type UpdateChannelMessageRequest = components["schemas"]["UpdateChannelMessageRequest"];
|
|
176
|
+
export type UpdateChannelRequest = components["schemas"]["UpdateChannelRequest"];
|
|
177
|
+
export type UpdateCustomActionRequest = components["schemas"]["UpdateCustomActionRequest"];
|
|
178
|
+
export type UpdateGroupRequest = components["schemas"]["UpdateGroupRequest"];
|
|
179
|
+
export type UpdateIntegrationRequest = components["schemas"]["UpdateIntegrationRequest"];
|
|
180
|
+
export type UpdateNamespaceRequest = components["schemas"]["UpdateNamespaceRequest"];
|
|
181
|
+
export type UpdateOrgMemberRoleRequest = components["schemas"]["UpdateOrgMemberRoleRequest"];
|
|
182
|
+
export type UpdateOrgRequest = components["schemas"]["UpdateOrgRequest"];
|
|
183
|
+
export type UpdateRoleRequest = components["schemas"]["UpdateRoleRequest"];
|
|
184
|
+
export type UpdateServiceAccountRequest = components["schemas"]["UpdateServiceAccountRequest"];
|
|
185
|
+
export type UpdateTriggerRequest = components["schemas"]["UpdateTriggerRequest"];
|
|
186
|
+
export type UpdateWebhookRequest = components["schemas"]["UpdateWebhookRequest"];
|
|
187
|
+
export type UpdateWorkflowRequest = components["schemas"]["UpdateWorkflowRequest"];
|
|
188
|
+
export type User = components["schemas"]["User"];
|
|
189
|
+
export type UserDataResponse = components["schemas"]["UserDataResponse"];
|
|
190
|
+
export type Webhook = components["schemas"]["Webhook"];
|
|
191
|
+
export type WebhookDataResponse = components["schemas"]["WebhookDataResponse"];
|
|
192
|
+
export type WebhookEvent = components["schemas"]["WebhookEvent"];
|
|
193
|
+
export type WebhookEventListResponse = components["schemas"]["WebhookEventListResponse"];
|
|
194
|
+
export type WebhookEventStatus = components["schemas"]["WebhookEventStatus"];
|
|
195
|
+
export type WebhookListResponse = components["schemas"]["WebhookListResponse"];
|
|
196
|
+
export type Worker = components["schemas"]["Worker"];
|
|
197
|
+
export type WorkerListResponse = components["schemas"]["WorkerListResponse"];
|
|
198
|
+
export type WorkflowActionKind = components["schemas"]["WorkflowActionKind"];
|
|
199
|
+
export type WorkflowCatch = components["schemas"]["WorkflowCatch"];
|
|
200
|
+
export type WorkflowDefinition = components["schemas"]["WorkflowDefinition"];
|
|
201
|
+
export type WorkflowDefinitionDataResponse = components["schemas"]["WorkflowDefinitionDataResponse"];
|
|
202
|
+
export type WorkflowDefinitionListResponse = components["schemas"]["WorkflowDefinitionListResponse"];
|
|
203
|
+
export type WorkflowEach = components["schemas"]["WorkflowEach"];
|
|
204
|
+
export type WorkflowEdge = components["schemas"]["WorkflowEdge"];
|
|
205
|
+
export type WorkflowEdgeMatchingStrategy = components["schemas"]["WorkflowEdgeMatchingStrategy"];
|
|
206
|
+
export type WorkflowInput = components["schemas"]["WorkflowInput"];
|
|
207
|
+
export type WorkflowInteractionConfig = components["schemas"]["WorkflowInteractionConfig"];
|
|
208
|
+
export type WorkflowInteractionOption = components["schemas"]["WorkflowInteractionOption"];
|
|
209
|
+
export type WorkflowInteractionSpec = components["schemas"]["WorkflowInteractionSpec"];
|
|
210
|
+
export type WorkflowInteractionTarget = components["schemas"]["WorkflowInteractionTarget"];
|
|
211
|
+
export type WorkflowJoinConfig = components["schemas"]["WorkflowJoinConfig"];
|
|
212
|
+
export type WorkflowOutput = components["schemas"]["WorkflowOutput"];
|
|
213
|
+
export type WorkflowPauseConfig = components["schemas"]["WorkflowPauseConfig"];
|
|
214
|
+
export type WorkflowRetry = components["schemas"]["WorkflowRetry"];
|
|
215
|
+
export type WorkflowRun = components["schemas"]["WorkflowRun"];
|
|
216
|
+
export type WorkflowRunDataResponse = components["schemas"]["WorkflowRunDataResponse"];
|
|
217
|
+
export type WorkflowRunDetailDataResponse = components["schemas"]["WorkflowRunDetailDataResponse"];
|
|
218
|
+
export type WorkflowRunListResponse = components["schemas"]["WorkflowRunListResponse"];
|
|
219
|
+
export type WorkflowRunStatus = components["schemas"]["WorkflowRunStatus"];
|
|
220
|
+
export type WorkflowSleepConfig = components["schemas"]["WorkflowSleepConfig"];
|
|
221
|
+
export type WorkflowSpec = components["schemas"]["WorkflowSpec"];
|
|
222
|
+
export type WorkflowStep = components["schemas"]["WorkflowStep"];
|
|
223
|
+
export type WorkflowStepBase = components["schemas"]["WorkflowStepBase"];
|
|
224
|
+
export type WorkflowVersion = components["schemas"]["WorkflowVersion"];
|
|
225
|
+
export type WorkflowVersionListResponse = components["schemas"]["WorkflowVersionListResponse"];
|
|
226
|
+
export type WorkflowWaitSignalConfig = components["schemas"]["WorkflowWaitSignalConfig"];
|
|
227
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// Code generated by scripts/gen-api-index.js. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Regenerate with: pnpm generate
|
|
4
|
+
//
|
|
5
|
+
// Flat type aliases for every OpenAPI schema so SDK code can import clean
|
|
6
|
+
// names instead of components["schemas"]["..."] paths.
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA,2DAA2D;AAC3D,EAAE;AACF,kCAAkC;AAClC,EAAE;AACF,0EAA0E;AAC1E,uDAAuD"}
|