@taqueria/protocol 0.18.0 → 0.19.3
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/Alias.d.ts +10 -16
- package/Alias.d.ts.map +1 -0
- package/Base.d.ts +8 -10
- package/Base.d.ts.map +1 -0
- package/Base.js +1 -1
- package/Base.js.map +1 -1
- package/Base.mjs +1 -1
- package/Base.mjs.map +1 -1
- package/Command.d.ts +9 -15
- package/Command.d.ts.map +1 -0
- package/Config.d.ts +210 -216
- package/Config.d.ts.map +1 -0
- package/Config.js +18 -21
- package/Config.js.map +1 -1
- package/Config.mjs +19 -22
- package/Config.mjs.map +1 -1
- package/Contract.d.ts +10 -16
- package/Contract.d.ts.map +1 -0
- package/Crypto.d.ts +2 -3
- package/Crypto.d.ts.map +1 -0
- package/EconomicalProtocolHash.d.ts +12 -19
- package/EconomicalProtocolHash.d.ts.map +1 -0
- package/Environment.d.ts +14 -22
- package/Environment.d.ts.map +1 -0
- package/EphemeralState.d.ts +162 -169
- package/EphemeralState.d.ts.map +1 -0
- package/Faucet.d.ts +108 -114
- package/Faucet.d.ts.map +1 -0
- package/Faucet.js +32 -20
- package/Faucet.js.map +1 -1
- package/Faucet.mjs +32 -20
- package/Faucet.mjs.map +1 -1
- package/HumanReadableIdentifier.d.ts +9 -15
- package/HumanReadableIdentifier.d.ts.map +1 -0
- package/InstalledPlugin.d.ts +13 -20
- package/InstalledPlugin.d.ts.map +1 -0
- package/LoadedConfig.d.ts +217 -223
- package/LoadedConfig.d.ts.map +1 -0
- package/MetadataConfig.d.ts +13 -20
- package/MetadataConfig.d.ts.map +1 -0
- package/NetworkConfig.d.ts +121 -127
- package/NetworkConfig.d.ts.map +1 -0
- package/Operation.d.ts +67 -73
- package/Operation.d.ts.map +1 -0
- package/Option.d.ts +14 -21
- package/Option.d.ts.map +1 -0
- package/ParsedOperation.d.ts +56 -64
- package/ParsedOperation.d.ts.map +1 -0
- package/ParsedTemplate.d.ts +49 -57
- package/ParsedTemplate.d.ts.map +1 -0
- package/PersistentState.d.ts +18 -24
- package/PersistentState.d.ts.map +1 -0
- package/PluginActionName.d.ts +6 -7
- package/PluginActionName.d.ts.map +1 -0
- package/PluginDependenciesResponse.d.ts +14 -20
- package/PluginDependenciesResponse.d.ts.map +1 -0
- package/PluginInfo.d.ts +38 -45
- package/PluginInfo.d.ts.map +1 -0
- package/PluginJsonResponse.d.ts +11 -16
- package/PluginJsonResponse.d.ts.map +1 -0
- package/PluginProxyResponse.d.ts +9 -16
- package/PluginProxyResponse.d.ts.map +1 -0
- package/PluginResponseEncoding.d.ts +11 -18
- package/PluginResponseEncoding.d.ts.map +1 -0
- package/PluginSchema.d.ts +419 -427
- package/PluginSchema.d.ts.map +1 -0
- package/PositionalArg.d.ts +13 -20
- package/PositionalArg.d.ts.map +1 -0
- package/Provisioner.d.ts +16 -23
- package/Provisioner.d.ts.map +1 -0
- package/ProvisionerID.d.ts +12 -19
- package/ProvisionerID.d.ts.map +1 -0
- package/Provisions.d.ts +12 -19
- package/Provisions.d.ts.map +1 -0
- package/PublicKeyHash.d.ts +13 -20
- package/PublicKeyHash.d.ts.map +1 -0
- package/RequestArgs.d.ts +508 -517
- package/RequestArgs.d.ts.map +1 -0
- package/SHA256.d.ts +11 -15
- package/SHA256.d.ts.map +1 -0
- package/SandboxAccountConfig.d.ts +13 -20
- package/SandboxAccountConfig.d.ts.map +1 -0
- package/SandboxConfig.d.ts +13 -20
- package/SandboxConfig.d.ts.map +1 -0
- package/SanitizedAbsPath.d.ts +12 -19
- package/SanitizedAbsPath.d.ts.map +1 -0
- package/SanitizedArgs.d.ts +76 -83
- package/SanitizedArgs.d.ts.map +1 -0
- package/SanitizedPath.d.ts +9 -15
- package/SanitizedPath.d.ts.map +1 -0
- package/ScaffoldConfig.d.ts +3 -4
- package/ScaffoldConfig.d.ts.map +1 -0
- package/Settings.d.ts +13 -20
- package/Settings.d.ts.map +1 -0
- package/SingleChar.d.ts +12 -19
- package/SingleChar.d.ts.map +1 -0
- package/TaqError.d.ts +10 -13
- package/TaqError.d.ts.map +1 -0
- package/Task.d.ts +13 -20
- package/Task.d.ts.map +1 -0
- package/Template.d.ts +97 -105
- package/Template.d.ts.map +1 -0
- package/Timestamp.d.ts +13 -20
- package/Timestamp.d.ts.map +1 -0
- package/Tz.d.ts +11 -18
- package/Tz.d.ts.map +1 -0
- package/Url.d.ts +13 -20
- package/Url.d.ts.map +1 -0
- package/Verb.d.ts +12 -19
- package/Verb.d.ts.map +1 -0
- package/VersionNumber.d.ts +9 -15
- package/VersionNumber.d.ts.map +1 -0
- package/i18n.d.ts +4 -4
- package/i18n.d.ts.map +1 -0
- package/package.json +3 -3
- package/taqueria-protocol-types.d.ts +37 -72
- package/taqueria-protocol-types.d.ts.map +1 -0
- package/tzkt-config.d.ts +13 -20
- package/tzkt-config.d.ts.map +1 -0
package/Template.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import * as fluture from 'fluture';
|
|
2
|
-
import { TaqError } from './TaqError.js';
|
|
3
|
-
import * as _taqueria_protocol_Base from '@taqueria/protocol/Base';
|
|
4
1
|
import { z } from 'zod';
|
|
5
|
-
|
|
6
|
-
declare const rawSchema: z.ZodObject<{
|
|
2
|
+
export declare const rawSchema: z.ZodObject<{
|
|
7
3
|
template: z.ZodString;
|
|
8
4
|
command: z.ZodString;
|
|
9
5
|
description: z.ZodString;
|
|
@@ -78,7 +74,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
78
74
|
yes?: boolean | undefined;
|
|
79
75
|
quickstart?: string | undefined;
|
|
80
76
|
pluginName?: string | undefined;
|
|
81
|
-
config:
|
|
77
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
82
78
|
language?: "en" | "fr" | undefined;
|
|
83
79
|
contracts?: Record<string, {
|
|
84
80
|
sourceFile: string;
|
|
@@ -86,7 +82,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
86
82
|
readonly __kind: any;
|
|
87
83
|
};
|
|
88
84
|
}> | undefined;
|
|
89
|
-
network?: Record<string,
|
|
85
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
90
86
|
label: string & {
|
|
91
87
|
readonly __kind: any;
|
|
92
88
|
};
|
|
@@ -96,22 +92,22 @@ declare const rawSchema: z.ZodObject<{
|
|
|
96
92
|
protocol: string & {
|
|
97
93
|
readonly __kind: any;
|
|
98
94
|
};
|
|
99
|
-
faucet:
|
|
95
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
96
|
+
email?: string | undefined;
|
|
97
|
+
password?: string | undefined;
|
|
98
|
+
amount?: string | undefined;
|
|
99
|
+
activation_code?: string | undefined;
|
|
100
|
+
mnemonic: string[];
|
|
100
101
|
pkh: string & {
|
|
101
102
|
readonly __kind: any;
|
|
102
103
|
};
|
|
103
|
-
mnemonic: string[];
|
|
104
|
-
email: string;
|
|
105
|
-
password: string;
|
|
106
|
-
amount: string;
|
|
107
|
-
activation_code: string;
|
|
108
104
|
} & {
|
|
109
105
|
readonly __kind: any;
|
|
110
106
|
}>;
|
|
111
107
|
} & {
|
|
112
108
|
readonly __kind: any;
|
|
113
109
|
}>> | undefined;
|
|
114
|
-
sandbox?: Record<string,
|
|
110
|
+
sandbox?: Record<string, {
|
|
115
111
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
116
112
|
plugin?: (string & {
|
|
117
113
|
readonly __kind: any;
|
|
@@ -141,8 +137,8 @@ declare const rawSchema: z.ZodObject<{
|
|
|
141
137
|
};
|
|
142
138
|
} & {
|
|
143
139
|
readonly __kind: any;
|
|
144
|
-
}
|
|
145
|
-
environment?: Record<string, string |
|
|
140
|
+
}> | undefined;
|
|
141
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
146
142
|
storage?: Record<string, any> | undefined;
|
|
147
143
|
aliases?: Record<string, any> | undefined;
|
|
148
144
|
networks: string[];
|
|
@@ -203,7 +199,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
203
199
|
yes?: boolean | undefined;
|
|
204
200
|
quickstart?: string | undefined;
|
|
205
201
|
pluginName?: string | undefined;
|
|
206
|
-
config:
|
|
202
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
207
203
|
language?: "en" | "fr" | undefined;
|
|
208
204
|
contracts?: Record<string, {
|
|
209
205
|
sourceFile: string;
|
|
@@ -211,7 +207,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
211
207
|
readonly __kind: any;
|
|
212
208
|
};
|
|
213
209
|
}> | undefined;
|
|
214
|
-
network?: Record<string,
|
|
210
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
215
211
|
label: string & {
|
|
216
212
|
readonly __kind: any;
|
|
217
213
|
};
|
|
@@ -221,22 +217,22 @@ declare const rawSchema: z.ZodObject<{
|
|
|
221
217
|
protocol: string & {
|
|
222
218
|
readonly __kind: any;
|
|
223
219
|
};
|
|
224
|
-
faucet:
|
|
220
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
221
|
+
email?: string | undefined;
|
|
222
|
+
password?: string | undefined;
|
|
223
|
+
amount?: string | undefined;
|
|
224
|
+
activation_code?: string | undefined;
|
|
225
|
+
mnemonic: string[];
|
|
225
226
|
pkh: string & {
|
|
226
227
|
readonly __kind: any;
|
|
227
228
|
};
|
|
228
|
-
mnemonic: string[];
|
|
229
|
-
email: string;
|
|
230
|
-
password: string;
|
|
231
|
-
amount: string;
|
|
232
|
-
activation_code: string;
|
|
233
229
|
} & {
|
|
234
230
|
readonly __kind: any;
|
|
235
231
|
}>;
|
|
236
232
|
} & {
|
|
237
233
|
readonly __kind: any;
|
|
238
234
|
}>> | undefined;
|
|
239
|
-
sandbox?: Record<string,
|
|
235
|
+
sandbox?: Record<string, {
|
|
240
236
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
241
237
|
plugin?: (string & {
|
|
242
238
|
readonly __kind: any;
|
|
@@ -266,8 +262,8 @@ declare const rawSchema: z.ZodObject<{
|
|
|
266
262
|
};
|
|
267
263
|
} & {
|
|
268
264
|
readonly __kind: any;
|
|
269
|
-
}
|
|
270
|
-
environment?: Record<string, string |
|
|
265
|
+
}> | undefined;
|
|
266
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
271
267
|
storage?: Record<string, any> | undefined;
|
|
272
268
|
aliases?: Record<string, any> | undefined;
|
|
273
269
|
networks: string[];
|
|
@@ -376,7 +372,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
376
372
|
yes?: boolean | undefined;
|
|
377
373
|
quickstart?: string | undefined;
|
|
378
374
|
pluginName?: string | undefined;
|
|
379
|
-
config:
|
|
375
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
380
376
|
language?: "en" | "fr" | undefined;
|
|
381
377
|
contracts?: Record<string, {
|
|
382
378
|
sourceFile: string;
|
|
@@ -384,7 +380,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
384
380
|
readonly __kind: any;
|
|
385
381
|
};
|
|
386
382
|
}> | undefined;
|
|
387
|
-
network?: Record<string,
|
|
383
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
388
384
|
label: string & {
|
|
389
385
|
readonly __kind: any;
|
|
390
386
|
};
|
|
@@ -394,22 +390,22 @@ declare const rawSchema: z.ZodObject<{
|
|
|
394
390
|
protocol: string & {
|
|
395
391
|
readonly __kind: any;
|
|
396
392
|
};
|
|
397
|
-
faucet:
|
|
393
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
394
|
+
email?: string | undefined;
|
|
395
|
+
password?: string | undefined;
|
|
396
|
+
amount?: string | undefined;
|
|
397
|
+
activation_code?: string | undefined;
|
|
398
|
+
mnemonic: string[];
|
|
398
399
|
pkh: string & {
|
|
399
400
|
readonly __kind: any;
|
|
400
401
|
};
|
|
401
|
-
mnemonic: string[];
|
|
402
|
-
email: string;
|
|
403
|
-
password: string;
|
|
404
|
-
amount: string;
|
|
405
|
-
activation_code: string;
|
|
406
402
|
} & {
|
|
407
403
|
readonly __kind: any;
|
|
408
404
|
}>;
|
|
409
405
|
} & {
|
|
410
406
|
readonly __kind: any;
|
|
411
407
|
}>> | undefined;
|
|
412
|
-
sandbox?: Record<string,
|
|
408
|
+
sandbox?: Record<string, {
|
|
413
409
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
414
410
|
plugin?: (string & {
|
|
415
411
|
readonly __kind: any;
|
|
@@ -439,8 +435,8 @@ declare const rawSchema: z.ZodObject<{
|
|
|
439
435
|
};
|
|
440
436
|
} & {
|
|
441
437
|
readonly __kind: any;
|
|
442
|
-
}
|
|
443
|
-
environment?: Record<string, string |
|
|
438
|
+
}> | undefined;
|
|
439
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
444
440
|
storage?: Record<string, any> | undefined;
|
|
445
441
|
aliases?: Record<string, any> | undefined;
|
|
446
442
|
networks: string[];
|
|
@@ -495,7 +491,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
495
491
|
readonly __kind: any;
|
|
496
492
|
}, ...args_1: unknown[]) => any);
|
|
497
493
|
}>;
|
|
498
|
-
declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
494
|
+
export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
499
495
|
template: z.ZodString;
|
|
500
496
|
command: z.ZodString;
|
|
501
497
|
description: z.ZodString;
|
|
@@ -570,7 +566,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
570
566
|
yes?: boolean | undefined;
|
|
571
567
|
quickstart?: string | undefined;
|
|
572
568
|
pluginName?: string | undefined;
|
|
573
|
-
config:
|
|
569
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
574
570
|
language?: "en" | "fr" | undefined;
|
|
575
571
|
contracts?: Record<string, {
|
|
576
572
|
sourceFile: string;
|
|
@@ -578,7 +574,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
578
574
|
readonly __kind: any;
|
|
579
575
|
};
|
|
580
576
|
}> | undefined;
|
|
581
|
-
network?: Record<string,
|
|
577
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
582
578
|
label: string & {
|
|
583
579
|
readonly __kind: any;
|
|
584
580
|
};
|
|
@@ -588,22 +584,22 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
588
584
|
protocol: string & {
|
|
589
585
|
readonly __kind: any;
|
|
590
586
|
};
|
|
591
|
-
faucet:
|
|
587
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
588
|
+
email?: string | undefined;
|
|
589
|
+
password?: string | undefined;
|
|
590
|
+
amount?: string | undefined;
|
|
591
|
+
activation_code?: string | undefined;
|
|
592
|
+
mnemonic: string[];
|
|
592
593
|
pkh: string & {
|
|
593
594
|
readonly __kind: any;
|
|
594
595
|
};
|
|
595
|
-
mnemonic: string[];
|
|
596
|
-
email: string;
|
|
597
|
-
password: string;
|
|
598
|
-
amount: string;
|
|
599
|
-
activation_code: string;
|
|
600
596
|
} & {
|
|
601
597
|
readonly __kind: any;
|
|
602
598
|
}>;
|
|
603
599
|
} & {
|
|
604
600
|
readonly __kind: any;
|
|
605
601
|
}>> | undefined;
|
|
606
|
-
sandbox?: Record<string,
|
|
602
|
+
sandbox?: Record<string, {
|
|
607
603
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
608
604
|
plugin?: (string & {
|
|
609
605
|
readonly __kind: any;
|
|
@@ -633,8 +629,8 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
633
629
|
};
|
|
634
630
|
} & {
|
|
635
631
|
readonly __kind: any;
|
|
636
|
-
}
|
|
637
|
-
environment?: Record<string, string |
|
|
632
|
+
}> | undefined;
|
|
633
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
638
634
|
storage?: Record<string, any> | undefined;
|
|
639
635
|
aliases?: Record<string, any> | undefined;
|
|
640
636
|
networks: string[];
|
|
@@ -695,7 +691,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
695
691
|
yes?: boolean | undefined;
|
|
696
692
|
quickstart?: string | undefined;
|
|
697
693
|
pluginName?: string | undefined;
|
|
698
|
-
config:
|
|
694
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
699
695
|
language?: "en" | "fr" | undefined;
|
|
700
696
|
contracts?: Record<string, {
|
|
701
697
|
sourceFile: string;
|
|
@@ -703,7 +699,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
703
699
|
readonly __kind: any;
|
|
704
700
|
};
|
|
705
701
|
}> | undefined;
|
|
706
|
-
network?: Record<string,
|
|
702
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
707
703
|
label: string & {
|
|
708
704
|
readonly __kind: any;
|
|
709
705
|
};
|
|
@@ -713,22 +709,22 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
713
709
|
protocol: string & {
|
|
714
710
|
readonly __kind: any;
|
|
715
711
|
};
|
|
716
|
-
faucet:
|
|
712
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
713
|
+
email?: string | undefined;
|
|
714
|
+
password?: string | undefined;
|
|
715
|
+
amount?: string | undefined;
|
|
716
|
+
activation_code?: string | undefined;
|
|
717
|
+
mnemonic: string[];
|
|
717
718
|
pkh: string & {
|
|
718
719
|
readonly __kind: any;
|
|
719
720
|
};
|
|
720
|
-
mnemonic: string[];
|
|
721
|
-
email: string;
|
|
722
|
-
password: string;
|
|
723
|
-
amount: string;
|
|
724
|
-
activation_code: string;
|
|
725
721
|
} & {
|
|
726
722
|
readonly __kind: any;
|
|
727
723
|
}>;
|
|
728
724
|
} & {
|
|
729
725
|
readonly __kind: any;
|
|
730
726
|
}>> | undefined;
|
|
731
|
-
sandbox?: Record<string,
|
|
727
|
+
sandbox?: Record<string, {
|
|
732
728
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
733
729
|
plugin?: (string & {
|
|
734
730
|
readonly __kind: any;
|
|
@@ -758,8 +754,8 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
758
754
|
};
|
|
759
755
|
} & {
|
|
760
756
|
readonly __kind: any;
|
|
761
|
-
}
|
|
762
|
-
environment?: Record<string, string |
|
|
757
|
+
}> | undefined;
|
|
758
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
763
759
|
storage?: Record<string, any> | undefined;
|
|
764
760
|
aliases?: Record<string, any> | undefined;
|
|
765
761
|
networks: string[];
|
|
@@ -852,7 +848,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
852
848
|
};
|
|
853
849
|
} & {
|
|
854
850
|
readonly __kind: any;
|
|
855
|
-
}, any>,
|
|
851
|
+
}, any>, import("@taqueria/protocol/Base").Flatten<{
|
|
856
852
|
boolean?: boolean | undefined;
|
|
857
853
|
type?: "string" | "number" | "boolean" | undefined;
|
|
858
854
|
shortFlag?: (string & {
|
|
@@ -867,7 +863,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
867
863
|
};
|
|
868
864
|
} & {
|
|
869
865
|
readonly __kind: any;
|
|
870
|
-
}>, any>, "many">,
|
|
866
|
+
}>, any>, "many">, import("@taqueria/protocol/Base").Flatten<{
|
|
871
867
|
boolean?: boolean | undefined;
|
|
872
868
|
type?: "string" | "number" | "boolean" | undefined;
|
|
873
869
|
shortFlag?: (string & {
|
|
@@ -915,7 +911,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
915
911
|
readonly __kind: any;
|
|
916
912
|
})[], unknown>>;
|
|
917
913
|
}>, "strip", z.ZodTypeAny, {
|
|
918
|
-
options?:
|
|
914
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
919
915
|
boolean?: boolean | undefined;
|
|
920
916
|
type?: "string" | "number" | "boolean" | undefined;
|
|
921
917
|
shortFlag?: (string & {
|
|
@@ -970,7 +966,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
970
966
|
yes?: boolean | undefined;
|
|
971
967
|
quickstart?: string | undefined;
|
|
972
968
|
pluginName?: string | undefined;
|
|
973
|
-
config:
|
|
969
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
974
970
|
language?: "en" | "fr" | undefined;
|
|
975
971
|
contracts?: Record<string, {
|
|
976
972
|
sourceFile: string;
|
|
@@ -978,7 +974,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
978
974
|
readonly __kind: any;
|
|
979
975
|
};
|
|
980
976
|
}> | undefined;
|
|
981
|
-
network?: Record<string,
|
|
977
|
+
network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
|
|
982
978
|
label: string & {
|
|
983
979
|
readonly __kind: any;
|
|
984
980
|
};
|
|
@@ -988,22 +984,22 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
988
984
|
protocol: string & {
|
|
989
985
|
readonly __kind: any;
|
|
990
986
|
};
|
|
991
|
-
faucet:
|
|
987
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
988
|
+
email?: string | undefined;
|
|
989
|
+
password?: string | undefined;
|
|
990
|
+
amount?: string | undefined;
|
|
991
|
+
activation_code?: string | undefined;
|
|
992
|
+
mnemonic: string[];
|
|
992
993
|
pkh: string & {
|
|
993
994
|
readonly __kind: any;
|
|
994
995
|
};
|
|
995
|
-
mnemonic: string[];
|
|
996
|
-
email: string;
|
|
997
|
-
password: string;
|
|
998
|
-
amount: string;
|
|
999
|
-
activation_code: string;
|
|
1000
996
|
} & {
|
|
1001
997
|
readonly __kind: any;
|
|
1002
998
|
}>;
|
|
1003
999
|
} & {
|
|
1004
1000
|
readonly __kind: any;
|
|
1005
1001
|
}>> | undefined;
|
|
1006
|
-
sandbox?: Record<string,
|
|
1002
|
+
sandbox?: Record<string, {
|
|
1007
1003
|
attributes?: Record<string, string | number | boolean> | undefined;
|
|
1008
1004
|
plugin?: (string & {
|
|
1009
1005
|
readonly __kind: any;
|
|
@@ -1033,8 +1029,8 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1033
1029
|
};
|
|
1034
1030
|
} & {
|
|
1035
1031
|
readonly __kind: any;
|
|
1036
|
-
}
|
|
1037
|
-
environment?: Record<string, string |
|
|
1032
|
+
}> | undefined;
|
|
1033
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1038
1034
|
storage?: Record<string, any> | undefined;
|
|
1039
1035
|
aliases?: Record<string, any> | undefined;
|
|
1040
1036
|
networks: string[];
|
|
@@ -1089,11 +1085,11 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1089
1085
|
readonly __kind: any;
|
|
1090
1086
|
}, ...args_1: unknown[]) => any);
|
|
1091
1087
|
}>;
|
|
1092
|
-
declare const generatedSchemas: {
|
|
1088
|
+
export declare const generatedSchemas: {
|
|
1093
1089
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1094
1090
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1095
1091
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
1096
|
-
options?:
|
|
1092
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1097
1093
|
boolean?: boolean | undefined;
|
|
1098
1094
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1099
1095
|
shortFlag?: (string & {
|
|
@@ -1135,10 +1131,9 @@ declare const generatedSchemas: {
|
|
|
1135
1131
|
} & {
|
|
1136
1132
|
readonly __kind: any;
|
|
1137
1133
|
}, any>;
|
|
1138
|
-
}
|
|
1139
|
-
declare const factory: {
|
|
1134
|
+
}, factory: {
|
|
1140
1135
|
make: (input: {
|
|
1141
|
-
options?:
|
|
1136
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1142
1137
|
boolean?: boolean | undefined;
|
|
1143
1138
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1144
1139
|
shortFlag?: (string & {
|
|
@@ -1177,8 +1172,8 @@ declare const factory: {
|
|
|
1177
1172
|
readonly __kind: any;
|
|
1178
1173
|
};
|
|
1179
1174
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1180
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
1181
|
-
options?:
|
|
1175
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1176
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1182
1177
|
boolean?: boolean | undefined;
|
|
1183
1178
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1184
1179
|
shortFlag?: (string & {
|
|
@@ -1220,8 +1215,8 @@ declare const factory: {
|
|
|
1220
1215
|
} & {
|
|
1221
1216
|
readonly __kind: any;
|
|
1222
1217
|
}>;
|
|
1223
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
1224
|
-
options?:
|
|
1218
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1219
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1225
1220
|
boolean?: boolean | undefined;
|
|
1226
1221
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1227
1222
|
shortFlag?: (string & {
|
|
@@ -1290,7 +1285,7 @@ declare const factory: {
|
|
|
1290
1285
|
command: string;
|
|
1291
1286
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1292
1287
|
} | {
|
|
1293
|
-
options?:
|
|
1288
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1294
1289
|
boolean?: boolean | undefined;
|
|
1295
1290
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1296
1291
|
shortFlag?: (string & {
|
|
@@ -1330,7 +1325,7 @@ declare const factory: {
|
|
|
1330
1325
|
};
|
|
1331
1326
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1332
1327
|
}) => {
|
|
1333
|
-
options?:
|
|
1328
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1334
1329
|
boolean?: boolean | undefined;
|
|
1335
1330
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1336
1331
|
shortFlag?: (string & {
|
|
@@ -1373,7 +1368,7 @@ declare const factory: {
|
|
|
1373
1368
|
readonly __kind: any;
|
|
1374
1369
|
};
|
|
1375
1370
|
from: (input: unknown) => {
|
|
1376
|
-
options?:
|
|
1371
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1377
1372
|
boolean?: boolean | undefined;
|
|
1378
1373
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1379
1374
|
shortFlag?: (string & {
|
|
@@ -1416,9 +1411,9 @@ declare const factory: {
|
|
|
1416
1411
|
readonly __kind: any;
|
|
1417
1412
|
};
|
|
1418
1413
|
};
|
|
1419
|
-
declare type Template = z.infer<typeof generatedSchemas.schema>;
|
|
1420
|
-
declare type t = Template;
|
|
1421
|
-
declare const create: (input: {
|
|
1414
|
+
export declare type Template = z.infer<typeof generatedSchemas.schema>;
|
|
1415
|
+
export declare type t = Template;
|
|
1416
|
+
export declare const create: (input: {
|
|
1422
1417
|
options?: {
|
|
1423
1418
|
boolean?: boolean | undefined;
|
|
1424
1419
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -1445,7 +1440,7 @@ declare const create: (input: {
|
|
|
1445
1440
|
command: string;
|
|
1446
1441
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1447
1442
|
} | {
|
|
1448
|
-
options?:
|
|
1443
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1449
1444
|
boolean?: boolean | undefined;
|
|
1450
1445
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1451
1446
|
shortFlag?: (string & {
|
|
@@ -1485,7 +1480,7 @@ declare const create: (input: {
|
|
|
1485
1480
|
};
|
|
1486
1481
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1487
1482
|
}) => {
|
|
1488
|
-
options?:
|
|
1483
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1489
1484
|
boolean?: boolean | undefined;
|
|
1490
1485
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1491
1486
|
shortFlag?: (string & {
|
|
@@ -1526,9 +1521,8 @@ declare const create: (input: {
|
|
|
1526
1521
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1527
1522
|
} & {
|
|
1528
1523
|
readonly __kind: any;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
1524
|
+
}, make: (input: {
|
|
1525
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1532
1526
|
boolean?: boolean | undefined;
|
|
1533
1527
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1534
1528
|
shortFlag?: (string & {
|
|
@@ -1567,8 +1561,8 @@ declare const make: (input: {
|
|
|
1567
1561
|
readonly __kind: any;
|
|
1568
1562
|
};
|
|
1569
1563
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1570
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
1571
|
-
options?:
|
|
1564
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1565
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1572
1566
|
boolean?: boolean | undefined;
|
|
1573
1567
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1574
1568
|
shortFlag?: (string & {
|
|
@@ -1609,9 +1603,8 @@ declare const make: (input: {
|
|
|
1609
1603
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1610
1604
|
} & {
|
|
1611
1605
|
readonly __kind: any;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
1606
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1607
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1615
1608
|
boolean?: boolean | undefined;
|
|
1616
1609
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1617
1610
|
shortFlag?: (string & {
|
|
@@ -1653,9 +1646,9 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
1653
1646
|
} & {
|
|
1654
1647
|
readonly __kind: any;
|
|
1655
1648
|
}>;
|
|
1656
|
-
declare const schemas: {
|
|
1649
|
+
export declare const schemas: {
|
|
1657
1650
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
1658
|
-
options?:
|
|
1651
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1659
1652
|
boolean?: boolean | undefined;
|
|
1660
1653
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1661
1654
|
shortFlag?: (string & {
|
|
@@ -1697,7 +1690,7 @@ declare const schemas: {
|
|
|
1697
1690
|
} & {
|
|
1698
1691
|
readonly __kind: any;
|
|
1699
1692
|
}, any>, {
|
|
1700
|
-
options?:
|
|
1693
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1701
1694
|
boolean?: boolean | undefined;
|
|
1702
1695
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1703
1696
|
shortFlag?: (string & {
|
|
@@ -1742,5 +1735,4 @@ declare const schemas: {
|
|
|
1742
1735
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1743
1736
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1744
1737
|
};
|
|
1745
|
-
|
|
1746
|
-
export { Template, create, factory, generatedSchemas, internalSchema, make, of, rawSchema, schemas, t };
|
|
1738
|
+
//# sourceMappingURL=Template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["Template.ts"],"names":[],"mappings":"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"}
|
package/Timestamp.d.ts
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import * as fluture from 'fluture';
|
|
2
|
-
import { TaqError } from './TaqError.js';
|
|
3
1
|
import { z } from 'zod';
|
|
4
|
-
|
|
5
|
-
declare const
|
|
6
|
-
|
|
7
|
-
make: (input: number) => fluture.FutureInstance<TaqError, number & {
|
|
2
|
+
export declare const rawSchema: z.ZodNumber;
|
|
3
|
+
export declare const factory: {
|
|
4
|
+
make: (input: number) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
8
5
|
readonly __kind: any;
|
|
9
6
|
}>;
|
|
10
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, number & {
|
|
7
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
11
8
|
readonly __kind: any;
|
|
12
9
|
}>;
|
|
13
10
|
create: (input: number) => number & {
|
|
@@ -16,26 +13,23 @@ declare const factory: {
|
|
|
16
13
|
from: (input: unknown) => number & {
|
|
17
14
|
readonly __kind: any;
|
|
18
15
|
};
|
|
19
|
-
}
|
|
20
|
-
declare const generatedSchemas: {
|
|
16
|
+
}, generatedSchemas: {
|
|
21
17
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
22
18
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
23
19
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, number & {
|
|
24
20
|
readonly __kind: any;
|
|
25
21
|
}, any>;
|
|
26
22
|
};
|
|
27
|
-
declare type Timestamp = z.infer<typeof generatedSchemas.schema>;
|
|
28
|
-
declare type t = Timestamp;
|
|
29
|
-
declare const create: (input: number) => number & {
|
|
23
|
+
export declare type Timestamp = z.infer<typeof generatedSchemas.schema>;
|
|
24
|
+
export declare type t = Timestamp;
|
|
25
|
+
export declare const create: (input: number) => number & {
|
|
30
26
|
readonly __kind: any;
|
|
31
|
-
}
|
|
32
|
-
declare const make: (input: number) => fluture.FutureInstance<TaqError, number & {
|
|
27
|
+
}, make: (input: number) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
33
28
|
readonly __kind: any;
|
|
34
|
-
}
|
|
35
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, number & {
|
|
29
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
36
30
|
readonly __kind: any;
|
|
37
31
|
}>;
|
|
38
|
-
declare const schemas: {
|
|
32
|
+
export declare const schemas: {
|
|
39
33
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, number & {
|
|
40
34
|
readonly __kind: any;
|
|
41
35
|
}, any>, number & {
|
|
@@ -44,8 +38,7 @@ declare const schemas: {
|
|
|
44
38
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
45
39
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
46
40
|
};
|
|
47
|
-
declare const now: () => number & {
|
|
41
|
+
export declare const now: () => number & {
|
|
48
42
|
readonly __kind: any;
|
|
49
43
|
};
|
|
50
|
-
|
|
51
|
-
export { Timestamp, create, factory, generatedSchemas, make, now, of, rawSchema, schemas, t };
|
|
44
|
+
//# sourceMappingURL=Timestamp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Timestamp.d.ts","sourceRoot":"","sources":["Timestamp.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAEL,CAAC;AAIlB,eAAO,MAAQ,OAAO;;;;;;;;;;;;;GAAW,gBAAgB;;;;;;CAK/C,CAAC;AAEH,oBAAY,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAChE,oBAAY,CAAC,GAAG,SAAS,CAAC;AAC1B,eAAO,MAAQ,MAAM;;GAAE,IAAI;;IAAE,EAAE;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC;AAEF,eAAO,MAAM,GAAG;;CAAgC,CAAC"}
|