@t2000/cli 10.13.4 → 10.14.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/README.md +2 -1
- package/dist/{chunk-M3VP3LAY.js → chunk-3ZC3KARI.js} +108 -1
- package/dist/chunk-3ZC3KARI.js.map +1 -0
- package/dist/{dist-DTKT6EKV.js → dist-B5ENWBED.js} +246 -24
- package/dist/{dist-DTKT6EKV.js.map → dist-B5ENWBED.js.map} +1 -1
- package/dist/{dist-4BBYOHH2.js → dist-K6ZK2ZFY.js} +16 -2
- package/dist/index.js +271 -49
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/chunk-M3VP3LAY.js.map +0 -1
- /package/dist/{dist-4BBYOHH2.js.map → dist-K6ZK2ZFY.js.map} +0 -0
|
@@ -97,15 +97,18 @@ import {
|
|
|
97
97
|
buildSendTx,
|
|
98
98
|
buildSwapTx,
|
|
99
99
|
buildTokenizeTx,
|
|
100
|
+
cancelOpenJob,
|
|
100
101
|
chatCompletion,
|
|
101
102
|
chatCompletionStream,
|
|
102
103
|
checkPositiveAmount,
|
|
103
104
|
checkSuiAddress,
|
|
105
|
+
claimOpenJob,
|
|
104
106
|
classifyAction,
|
|
105
107
|
classifyLabel,
|
|
106
108
|
classifyTransaction,
|
|
107
109
|
clearLimits,
|
|
108
110
|
composeTx,
|
|
111
|
+
createOpenJob,
|
|
109
112
|
dailySpentToday,
|
|
110
113
|
deriveAllowedAddressesFromPtb,
|
|
111
114
|
deserializeCetusRoute,
|
|
@@ -124,6 +127,7 @@ import {
|
|
|
124
127
|
formatSui,
|
|
125
128
|
formatUsd,
|
|
126
129
|
fullHandle,
|
|
130
|
+
fundOpenJob,
|
|
127
131
|
generateKeypair,
|
|
128
132
|
getAddress,
|
|
129
133
|
getCoinMeta,
|
|
@@ -132,6 +136,7 @@ import {
|
|
|
132
136
|
getJob,
|
|
133
137
|
getJobSpec,
|
|
134
138
|
getLimits,
|
|
139
|
+
getOpenJob,
|
|
135
140
|
getSponsoredSwapProviders,
|
|
136
141
|
getSuiClient,
|
|
137
142
|
getSuiGrpcClient,
|
|
@@ -143,6 +148,7 @@ import {
|
|
|
143
148
|
jobActionsFor,
|
|
144
149
|
keypairFromPrivateKey,
|
|
145
150
|
listModels,
|
|
151
|
+
listOpenJobs,
|
|
146
152
|
listServices,
|
|
147
153
|
loadKey,
|
|
148
154
|
looksLikeSuiNs,
|
|
@@ -184,6 +190,7 @@ import {
|
|
|
184
190
|
suiToMist,
|
|
185
191
|
throwIfSimulationFailed,
|
|
186
192
|
truncateAddress,
|
|
193
|
+
unclaimOpenJob,
|
|
187
194
|
usdcToRaw,
|
|
188
195
|
validateAddress,
|
|
189
196
|
validateAgentCoinParams,
|
|
@@ -193,7 +200,7 @@ import {
|
|
|
193
200
|
verifyReceipt,
|
|
194
201
|
walletExists,
|
|
195
202
|
writeLimitsFile
|
|
196
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-3ZC3KARI.js";
|
|
197
204
|
import "./chunk-634W6JCI.js";
|
|
198
205
|
import "./chunk-3ZUWXUSN.js";
|
|
199
206
|
import "./chunk-QSITA6GU.js";
|
|
@@ -304,15 +311,18 @@ export {
|
|
|
304
311
|
buildSendTx,
|
|
305
312
|
buildSwapTx,
|
|
306
313
|
buildTokenizeTx,
|
|
314
|
+
cancelOpenJob,
|
|
307
315
|
chatCompletion,
|
|
308
316
|
chatCompletionStream,
|
|
309
317
|
checkPositiveAmount,
|
|
310
318
|
checkSuiAddress,
|
|
319
|
+
claimOpenJob,
|
|
311
320
|
classifyAction,
|
|
312
321
|
classifyLabel,
|
|
313
322
|
classifyTransaction,
|
|
314
323
|
clearLimits,
|
|
315
324
|
composeTx,
|
|
325
|
+
createOpenJob,
|
|
316
326
|
dailySpentToday,
|
|
317
327
|
deriveAllowedAddressesFromPtb,
|
|
318
328
|
deserializeCetusRoute,
|
|
@@ -331,6 +341,7 @@ export {
|
|
|
331
341
|
formatSui,
|
|
332
342
|
formatUsd,
|
|
333
343
|
fullHandle,
|
|
344
|
+
fundOpenJob,
|
|
334
345
|
generateKeypair,
|
|
335
346
|
getAddress,
|
|
336
347
|
getCoinMeta,
|
|
@@ -339,6 +350,7 @@ export {
|
|
|
339
350
|
getJob,
|
|
340
351
|
getJobSpec,
|
|
341
352
|
getLimits,
|
|
353
|
+
getOpenJob,
|
|
342
354
|
getSponsoredSwapProviders,
|
|
343
355
|
getSuiClient,
|
|
344
356
|
getSuiGrpcClient,
|
|
@@ -350,6 +362,7 @@ export {
|
|
|
350
362
|
jobActionsFor,
|
|
351
363
|
keypairFromPrivateKey,
|
|
352
364
|
listModels,
|
|
365
|
+
listOpenJobs,
|
|
353
366
|
listServices,
|
|
354
367
|
loadKey,
|
|
355
368
|
looksLikeSuiNs,
|
|
@@ -391,6 +404,7 @@ export {
|
|
|
391
404
|
suiToMist,
|
|
392
405
|
throwIfSimulationFailed,
|
|
393
406
|
truncateAddress,
|
|
407
|
+
unclaimOpenJob,
|
|
394
408
|
usdcToRaw,
|
|
395
409
|
validateAddress,
|
|
396
410
|
validateAgentCoinParams,
|
|
@@ -401,4 +415,4 @@ export {
|
|
|
401
415
|
walletExists,
|
|
402
416
|
writeLimitsFile
|
|
403
417
|
};
|
|
404
|
-
//# sourceMappingURL=dist-
|
|
418
|
+
//# sourceMappingURL=dist-K6ZK2ZFY.js.map
|