everything-dev 1.4.0 → 1.4.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/dist/contract.d.cts +6 -6
- package/dist/contract.d.mts +6 -6
- package/dist/plugin.d.cts +5 -5
- package/dist/plugin.d.mts +5 -5
- package/dist/types.d.cts +4 -4
- package/dist/types.d.mts +4 -4
- package/package.json +1 -1
package/dist/contract.d.cts
CHANGED
|
@@ -22,8 +22,8 @@ declare const DevOptionsSchema: z.ZodObject<{
|
|
|
22
22
|
}, z.core.$strip>;
|
|
23
23
|
declare const DevResultSchema: z.ZodObject<{
|
|
24
24
|
status: z.ZodEnum<{
|
|
25
|
-
started: "started";
|
|
26
25
|
error: "error";
|
|
26
|
+
started: "started";
|
|
27
27
|
}>;
|
|
28
28
|
description: z.ZodString;
|
|
29
29
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -177,8 +177,8 @@ declare const PublishOptionsSchema: z.ZodObject<{
|
|
|
177
177
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
178
178
|
packages: z.ZodDefault<z.ZodString>;
|
|
179
179
|
network: z.ZodOptional<z.ZodEnum<{
|
|
180
|
-
testnet: "testnet";
|
|
181
180
|
mainnet: "mainnet";
|
|
181
|
+
testnet: "testnet";
|
|
182
182
|
}>>;
|
|
183
183
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
184
184
|
}, z.core.$strip>;
|
|
@@ -204,8 +204,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
204
204
|
}>;
|
|
205
205
|
account: z.ZodString;
|
|
206
206
|
network: z.ZodEnum<{
|
|
207
|
-
testnet: "testnet";
|
|
208
207
|
mainnet: "mainnet";
|
|
208
|
+
testnet: "testnet";
|
|
209
209
|
}>;
|
|
210
210
|
contract: z.ZodString;
|
|
211
211
|
allowance: z.ZodString;
|
|
@@ -328,8 +328,8 @@ declare const bosContract: {
|
|
|
328
328
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
329
329
|
}, z.core.$strip>, z.ZodObject<{
|
|
330
330
|
status: z.ZodEnum<{
|
|
331
|
-
started: "started";
|
|
332
331
|
error: "error";
|
|
332
|
+
started: "started";
|
|
333
333
|
}>;
|
|
334
334
|
description: z.ZodString;
|
|
335
335
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -478,8 +478,8 @@ declare const bosContract: {
|
|
|
478
478
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
479
479
|
packages: z.ZodDefault<z.ZodString>;
|
|
480
480
|
network: z.ZodOptional<z.ZodEnum<{
|
|
481
|
-
testnet: "testnet";
|
|
482
481
|
mainnet: "mainnet";
|
|
482
|
+
testnet: "testnet";
|
|
483
483
|
}>>;
|
|
484
484
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
485
485
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -503,8 +503,8 @@ declare const bosContract: {
|
|
|
503
503
|
}>;
|
|
504
504
|
account: z.ZodString;
|
|
505
505
|
network: z.ZodEnum<{
|
|
506
|
-
testnet: "testnet";
|
|
507
506
|
mainnet: "mainnet";
|
|
507
|
+
testnet: "testnet";
|
|
508
508
|
}>;
|
|
509
509
|
contract: z.ZodString;
|
|
510
510
|
allowance: z.ZodString;
|
package/dist/contract.d.mts
CHANGED
|
@@ -22,8 +22,8 @@ declare const DevOptionsSchema: z.ZodObject<{
|
|
|
22
22
|
}, z.core.$strip>;
|
|
23
23
|
declare const DevResultSchema: z.ZodObject<{
|
|
24
24
|
status: z.ZodEnum<{
|
|
25
|
-
started: "started";
|
|
26
25
|
error: "error";
|
|
26
|
+
started: "started";
|
|
27
27
|
}>;
|
|
28
28
|
description: z.ZodString;
|
|
29
29
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -177,8 +177,8 @@ declare const PublishOptionsSchema: z.ZodObject<{
|
|
|
177
177
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
178
178
|
packages: z.ZodDefault<z.ZodString>;
|
|
179
179
|
network: z.ZodOptional<z.ZodEnum<{
|
|
180
|
-
testnet: "testnet";
|
|
181
180
|
mainnet: "mainnet";
|
|
181
|
+
testnet: "testnet";
|
|
182
182
|
}>>;
|
|
183
183
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
184
184
|
}, z.core.$strip>;
|
|
@@ -204,8 +204,8 @@ declare const KeyPublishResultSchema: z.ZodObject<{
|
|
|
204
204
|
}>;
|
|
205
205
|
account: z.ZodString;
|
|
206
206
|
network: z.ZodEnum<{
|
|
207
|
-
testnet: "testnet";
|
|
208
207
|
mainnet: "mainnet";
|
|
208
|
+
testnet: "testnet";
|
|
209
209
|
}>;
|
|
210
210
|
contract: z.ZodString;
|
|
211
211
|
allowance: z.ZodString;
|
|
@@ -328,8 +328,8 @@ declare const bosContract: {
|
|
|
328
328
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
329
329
|
}, z.core.$strip>, z.ZodObject<{
|
|
330
330
|
status: z.ZodEnum<{
|
|
331
|
-
started: "started";
|
|
332
331
|
error: "error";
|
|
332
|
+
started: "started";
|
|
333
333
|
}>;
|
|
334
334
|
description: z.ZodString;
|
|
335
335
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -478,8 +478,8 @@ declare const bosContract: {
|
|
|
478
478
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
479
479
|
packages: z.ZodDefault<z.ZodString>;
|
|
480
480
|
network: z.ZodOptional<z.ZodEnum<{
|
|
481
|
-
testnet: "testnet";
|
|
482
481
|
mainnet: "mainnet";
|
|
482
|
+
testnet: "testnet";
|
|
483
483
|
}>>;
|
|
484
484
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
485
485
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -503,8 +503,8 @@ declare const bosContract: {
|
|
|
503
503
|
}>;
|
|
504
504
|
account: z.ZodString;
|
|
505
505
|
network: z.ZodEnum<{
|
|
506
|
-
testnet: "testnet";
|
|
507
506
|
mainnet: "mainnet";
|
|
507
|
+
testnet: "testnet";
|
|
508
508
|
}>;
|
|
509
509
|
contract: z.ZodString;
|
|
510
510
|
allowance: z.ZodString;
|
package/dist/plugin.d.cts
CHANGED
|
@@ -23,8 +23,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
23
23
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
24
24
|
}, z.core.$strip>, z.ZodObject<{
|
|
25
25
|
status: z.ZodEnum<{
|
|
26
|
-
started: "started";
|
|
27
26
|
error: "error";
|
|
27
|
+
started: "started";
|
|
28
28
|
}>;
|
|
29
29
|
description: z.ZodString;
|
|
30
30
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -173,8 +173,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
173
173
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
174
174
|
packages: z.ZodDefault<z.ZodString>;
|
|
175
175
|
network: z.ZodOptional<z.ZodEnum<{
|
|
176
|
-
testnet: "testnet";
|
|
177
176
|
mainnet: "mainnet";
|
|
177
|
+
testnet: "testnet";
|
|
178
178
|
}>>;
|
|
179
179
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
180
180
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -198,8 +198,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
198
198
|
}>;
|
|
199
199
|
account: z.ZodString;
|
|
200
200
|
network: z.ZodEnum<{
|
|
201
|
-
testnet: "testnet";
|
|
202
201
|
mainnet: "mainnet";
|
|
202
|
+
testnet: "testnet";
|
|
203
203
|
}>;
|
|
204
204
|
contract: z.ZodString;
|
|
205
205
|
allowance: z.ZodString;
|
|
@@ -355,9 +355,9 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
355
355
|
}> | undefined;
|
|
356
356
|
} | null;
|
|
357
357
|
runtimeConfig: {
|
|
358
|
-
env: "
|
|
358
|
+
env: "development" | "production";
|
|
359
359
|
account: string;
|
|
360
|
-
networkId: "
|
|
360
|
+
networkId: "mainnet" | "testnet";
|
|
361
361
|
hostUrl: string;
|
|
362
362
|
ui: {
|
|
363
363
|
name: string;
|
package/dist/plugin.d.mts
CHANGED
|
@@ -23,8 +23,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
23
23
|
interactive: z.ZodOptional<z.ZodBoolean>;
|
|
24
24
|
}, z.core.$strip>, z.ZodObject<{
|
|
25
25
|
status: z.ZodEnum<{
|
|
26
|
-
started: "started";
|
|
27
26
|
error: "error";
|
|
27
|
+
started: "started";
|
|
28
28
|
}>;
|
|
29
29
|
description: z.ZodString;
|
|
30
30
|
processes: z.ZodArray<z.ZodString>;
|
|
@@ -173,8 +173,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
173
173
|
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
174
174
|
packages: z.ZodDefault<z.ZodString>;
|
|
175
175
|
network: z.ZodOptional<z.ZodEnum<{
|
|
176
|
-
testnet: "testnet";
|
|
177
176
|
mainnet: "mainnet";
|
|
177
|
+
testnet: "testnet";
|
|
178
178
|
}>>;
|
|
179
179
|
privateKey: z.ZodOptional<z.ZodString>;
|
|
180
180
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -198,8 +198,8 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
198
198
|
}>;
|
|
199
199
|
account: z.ZodString;
|
|
200
200
|
network: z.ZodEnum<{
|
|
201
|
-
testnet: "testnet";
|
|
202
201
|
mainnet: "mainnet";
|
|
202
|
+
testnet: "testnet";
|
|
203
203
|
}>;
|
|
204
204
|
contract: z.ZodString;
|
|
205
205
|
allowance: z.ZodString;
|
|
@@ -355,9 +355,9 @@ declare const _default: _$every_plugin0.LoadedPluginWithBinding<{
|
|
|
355
355
|
}> | undefined;
|
|
356
356
|
} | null;
|
|
357
357
|
runtimeConfig: {
|
|
358
|
-
env: "
|
|
358
|
+
env: "development" | "production";
|
|
359
359
|
account: string;
|
|
360
|
-
networkId: "
|
|
360
|
+
networkId: "mainnet" | "testnet";
|
|
361
361
|
hostUrl: string;
|
|
362
362
|
ui: {
|
|
363
363
|
name: string;
|
package/dist/types.d.cts
CHANGED
|
@@ -154,14 +154,14 @@ declare const BosConfigSchema: z.ZodObject<{
|
|
|
154
154
|
type BosConfig = z.infer<typeof BosConfigSchema>;
|
|
155
155
|
declare const RuntimeConfigSchema: z.ZodObject<{
|
|
156
156
|
env: z.ZodEnum<{
|
|
157
|
-
production: "production";
|
|
158
157
|
development: "development";
|
|
158
|
+
production: "production";
|
|
159
159
|
}>;
|
|
160
160
|
account: z.ZodString;
|
|
161
161
|
domain: z.ZodOptional<z.ZodString>;
|
|
162
162
|
networkId: z.ZodEnum<{
|
|
163
|
-
testnet: "testnet";
|
|
164
163
|
mainnet: "mainnet";
|
|
164
|
+
testnet: "testnet";
|
|
165
165
|
}>;
|
|
166
166
|
title: z.ZodOptional<z.ZodString>;
|
|
167
167
|
repository: z.ZodOptional<z.ZodString>;
|
|
@@ -224,13 +224,13 @@ declare const RuntimeConfigSchema: z.ZodObject<{
|
|
|
224
224
|
type RuntimeConfig = z.infer<typeof RuntimeConfigSchema>;
|
|
225
225
|
declare const ClientRuntimeConfigSchema: z.ZodObject<{
|
|
226
226
|
env: z.ZodEnum<{
|
|
227
|
-
production: "production";
|
|
228
227
|
development: "development";
|
|
228
|
+
production: "production";
|
|
229
229
|
}>;
|
|
230
230
|
account: z.ZodString;
|
|
231
231
|
networkId: z.ZodEnum<{
|
|
232
|
-
testnet: "testnet";
|
|
233
232
|
mainnet: "mainnet";
|
|
233
|
+
testnet: "testnet";
|
|
234
234
|
}>;
|
|
235
235
|
hostUrl: z.ZodOptional<z.ZodString>;
|
|
236
236
|
assetsUrl: z.ZodString;
|
package/dist/types.d.mts
CHANGED
|
@@ -154,14 +154,14 @@ declare const BosConfigSchema: z.ZodObject<{
|
|
|
154
154
|
type BosConfig = z.infer<typeof BosConfigSchema>;
|
|
155
155
|
declare const RuntimeConfigSchema: z.ZodObject<{
|
|
156
156
|
env: z.ZodEnum<{
|
|
157
|
-
production: "production";
|
|
158
157
|
development: "development";
|
|
158
|
+
production: "production";
|
|
159
159
|
}>;
|
|
160
160
|
account: z.ZodString;
|
|
161
161
|
domain: z.ZodOptional<z.ZodString>;
|
|
162
162
|
networkId: z.ZodEnum<{
|
|
163
|
-
testnet: "testnet";
|
|
164
163
|
mainnet: "mainnet";
|
|
164
|
+
testnet: "testnet";
|
|
165
165
|
}>;
|
|
166
166
|
title: z.ZodOptional<z.ZodString>;
|
|
167
167
|
repository: z.ZodOptional<z.ZodString>;
|
|
@@ -224,13 +224,13 @@ declare const RuntimeConfigSchema: z.ZodObject<{
|
|
|
224
224
|
type RuntimeConfig = z.infer<typeof RuntimeConfigSchema>;
|
|
225
225
|
declare const ClientRuntimeConfigSchema: z.ZodObject<{
|
|
226
226
|
env: z.ZodEnum<{
|
|
227
|
-
production: "production";
|
|
228
227
|
development: "development";
|
|
228
|
+
production: "production";
|
|
229
229
|
}>;
|
|
230
230
|
account: z.ZodString;
|
|
231
231
|
networkId: z.ZodEnum<{
|
|
232
|
-
testnet: "testnet";
|
|
233
232
|
mainnet: "mainnet";
|
|
233
|
+
testnet: "testnet";
|
|
234
234
|
}>;
|
|
235
235
|
hostUrl: z.ZodOptional<z.ZodString>;
|
|
236
236
|
assetsUrl: z.ZodString;
|