@taqueria/protocol 0.18.0 → 0.19.2
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 +7 -9
- package/Base.d.ts.map +1 -0
- package/Command.d.ts +9 -15
- package/Command.d.ts.map +1 -0
- package/Config.d.ts +16 -23
- package/Config.d.ts.map +1 -0
- 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 +161 -166
- package/EphemeralState.d.ts.map +1 -0
- package/Faucet.d.ts +13 -20
- package/Faucet.d.ts.map +1 -0
- 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 +15 -22
- package/LoadedConfig.d.ts.map +1 -0
- package/MetadataConfig.d.ts +13 -20
- package/MetadataConfig.d.ts.map +1 -0
- package/NetworkConfig.d.ts +13 -20
- package/NetworkConfig.d.ts.map +1 -0
- package/Operation.d.ts +35 -41
- package/Operation.d.ts.map +1 -0
- package/Option.d.ts +14 -21
- package/Option.d.ts.map +1 -0
- package/ParsedOperation.d.ts +49 -57
- package/ParsedOperation.d.ts.map +1 -0
- package/ParsedTemplate.d.ts +35 -43
- 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 +223 -231
- 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 +165 -174
- 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 +55 -63
- 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/PluginSchema.d.ts
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
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<z.extendShape<{
|
|
2
|
+
export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
7
3
|
name: z.ZodString;
|
|
8
4
|
version: z.ZodString;
|
|
9
5
|
schema: z.ZodString;
|
|
10
6
|
alias: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
|
11
7
|
tasks: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
12
|
-
options?:
|
|
8
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
13
9
|
boolean?: boolean | undefined;
|
|
14
10
|
type?: "string" | "number" | "boolean" | undefined;
|
|
15
11
|
shortFlag?: (string & {
|
|
@@ -55,7 +51,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
55
51
|
} & {
|
|
56
52
|
readonly __kind: any;
|
|
57
53
|
}, any>, {
|
|
58
|
-
options?:
|
|
54
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
59
55
|
boolean?: boolean | undefined;
|
|
60
56
|
type?: "string" | "number" | "boolean" | undefined;
|
|
61
57
|
shortFlag?: (string & {
|
|
@@ -101,7 +97,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
101
97
|
} & {
|
|
102
98
|
readonly __kind: any;
|
|
103
99
|
}, any>, "many">, ({
|
|
104
|
-
options?:
|
|
100
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
105
101
|
boolean?: boolean | undefined;
|
|
106
102
|
type?: "string" | "number" | "boolean" | undefined;
|
|
107
103
|
shortFlag?: (string & {
|
|
@@ -148,8 +144,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
148
144
|
readonly __kind: any;
|
|
149
145
|
})[], unknown>>;
|
|
150
146
|
operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
151
|
-
|
|
152
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
147
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
153
148
|
boolean?: boolean | undefined;
|
|
154
149
|
type?: "string" | "number" | "boolean" | undefined;
|
|
155
150
|
shortFlag?: (string & {
|
|
@@ -165,6 +160,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
165
160
|
} & {
|
|
166
161
|
readonly __kind: any;
|
|
167
162
|
}>[] | undefined;
|
|
163
|
+
description?: string | undefined;
|
|
168
164
|
positionals?: ({
|
|
169
165
|
type?: "string" | "number" | "boolean" | undefined;
|
|
170
166
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -185,8 +181,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
185
181
|
} & {
|
|
186
182
|
readonly __kind: any;
|
|
187
183
|
}, any>, {
|
|
188
|
-
|
|
189
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
184
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
190
185
|
boolean?: boolean | undefined;
|
|
191
186
|
type?: "string" | "number" | "boolean" | undefined;
|
|
192
187
|
shortFlag?: (string & {
|
|
@@ -202,6 +197,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
202
197
|
} & {
|
|
203
198
|
readonly __kind: any;
|
|
204
199
|
}>[] | undefined;
|
|
200
|
+
description?: string | undefined;
|
|
205
201
|
positionals?: ({
|
|
206
202
|
type?: "string" | "number" | "boolean" | undefined;
|
|
207
203
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -222,8 +218,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
222
218
|
} & {
|
|
223
219
|
readonly __kind: any;
|
|
224
220
|
}, any>, "many">, ({
|
|
225
|
-
|
|
226
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
221
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
227
222
|
boolean?: boolean | undefined;
|
|
228
223
|
type?: "string" | "number" | "boolean" | undefined;
|
|
229
224
|
shortFlag?: (string & {
|
|
@@ -239,6 +234,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
239
234
|
} & {
|
|
240
235
|
readonly __kind: any;
|
|
241
236
|
}>[] | undefined;
|
|
237
|
+
description?: string | undefined;
|
|
242
238
|
positionals?: ({
|
|
243
239
|
type?: "string" | "number" | "boolean" | undefined;
|
|
244
240
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -260,7 +256,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
260
256
|
readonly __kind: any;
|
|
261
257
|
})[], unknown>>;
|
|
262
258
|
templates: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
263
|
-
options?:
|
|
259
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
264
260
|
boolean?: boolean | undefined;
|
|
265
261
|
type?: "string" | "number" | "boolean" | undefined;
|
|
266
262
|
shortFlag?: (string & {
|
|
@@ -302,7 +298,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
302
298
|
} & {
|
|
303
299
|
readonly __kind: any;
|
|
304
300
|
}, any>, {
|
|
305
|
-
options?:
|
|
301
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
306
302
|
boolean?: boolean | undefined;
|
|
307
303
|
type?: "string" | "number" | "boolean" | undefined;
|
|
308
304
|
shortFlag?: (string & {
|
|
@@ -344,7 +340,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
344
340
|
} & {
|
|
345
341
|
readonly __kind: any;
|
|
346
342
|
}, any>, "many">, ({
|
|
347
|
-
options?:
|
|
343
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
348
344
|
boolean?: boolean | undefined;
|
|
349
345
|
type?: "string" | "number" | "boolean" | undefined;
|
|
350
346
|
shortFlag?: (string & {
|
|
@@ -532,7 +528,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
532
528
|
yes?: boolean | undefined;
|
|
533
529
|
quickstart?: string | undefined;
|
|
534
530
|
pluginName?: string | undefined;
|
|
535
|
-
config:
|
|
531
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
536
532
|
language?: "en" | "fr" | undefined;
|
|
537
533
|
contracts?: Record<string, {
|
|
538
534
|
sourceFile: string;
|
|
@@ -540,7 +536,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
540
536
|
readonly __kind: any;
|
|
541
537
|
};
|
|
542
538
|
}> | undefined;
|
|
543
|
-
network?: Record<string, string |
|
|
539
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
544
540
|
label: string & {
|
|
545
541
|
readonly __kind: any;
|
|
546
542
|
};
|
|
@@ -550,7 +546,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
550
546
|
protocol: string & {
|
|
551
547
|
readonly __kind: any;
|
|
552
548
|
};
|
|
553
|
-
faucet:
|
|
549
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
554
550
|
pkh: string & {
|
|
555
551
|
readonly __kind: any;
|
|
556
552
|
};
|
|
@@ -596,7 +592,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
596
592
|
} & {
|
|
597
593
|
readonly __kind: any;
|
|
598
594
|
})> | undefined;
|
|
599
|
-
environment?: Record<string, string |
|
|
595
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
600
596
|
storage?: Record<string, any> | undefined;
|
|
601
597
|
aliases?: Record<string, any> | undefined;
|
|
602
598
|
networks: string[];
|
|
@@ -663,7 +659,6 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
663
659
|
}>;
|
|
664
660
|
}, ...args_1: unknown[]) => (args_0: any, ...args_1: unknown[]) => unknown>;
|
|
665
661
|
}, "strip", z.ZodTypeAny, {
|
|
666
|
-
description?: string | undefined;
|
|
667
662
|
options?: {
|
|
668
663
|
boolean?: boolean | undefined;
|
|
669
664
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -674,6 +669,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
674
669
|
description: string;
|
|
675
670
|
flag: string;
|
|
676
671
|
}[] | undefined;
|
|
672
|
+
description?: string | undefined;
|
|
677
673
|
positionals?: {
|
|
678
674
|
type?: "string" | "number" | "boolean" | undefined;
|
|
679
675
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -713,7 +709,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
713
709
|
yes?: boolean | undefined;
|
|
714
710
|
quickstart?: string | undefined;
|
|
715
711
|
pluginName?: string | undefined;
|
|
716
|
-
config:
|
|
712
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
717
713
|
language?: "en" | "fr" | undefined;
|
|
718
714
|
contracts?: Record<string, {
|
|
719
715
|
sourceFile: string;
|
|
@@ -721,7 +717,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
721
717
|
readonly __kind: any;
|
|
722
718
|
};
|
|
723
719
|
}> | undefined;
|
|
724
|
-
network?: Record<string, string |
|
|
720
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
725
721
|
label: string & {
|
|
726
722
|
readonly __kind: any;
|
|
727
723
|
};
|
|
@@ -731,7 +727,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
731
727
|
protocol: string & {
|
|
732
728
|
readonly __kind: any;
|
|
733
729
|
};
|
|
734
|
-
faucet:
|
|
730
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
735
731
|
pkh: string & {
|
|
736
732
|
readonly __kind: any;
|
|
737
733
|
};
|
|
@@ -777,7 +773,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
777
773
|
} & {
|
|
778
774
|
readonly __kind: any;
|
|
779
775
|
})> | undefined;
|
|
780
|
-
environment?: Record<string, string |
|
|
776
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
781
777
|
storage?: Record<string, any> | undefined;
|
|
782
778
|
aliases?: Record<string, any> | undefined;
|
|
783
779
|
networks: string[];
|
|
@@ -832,8 +828,8 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
832
828
|
readonly __kind: any;
|
|
833
829
|
}>(opts: T) => unknown;
|
|
834
830
|
}, {
|
|
835
|
-
description?: string | undefined;
|
|
836
831
|
options?: unknown;
|
|
832
|
+
description?: string | undefined;
|
|
837
833
|
positionals?: {
|
|
838
834
|
type?: "string" | "number" | "boolean" | undefined;
|
|
839
835
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -857,7 +853,6 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
857
853
|
}>;
|
|
858
854
|
}, ...args_1: unknown[]) => (args_0: any, ...args_1: unknown[]) => unknown;
|
|
859
855
|
}>, "many">, {
|
|
860
|
-
description?: string | undefined;
|
|
861
856
|
options?: {
|
|
862
857
|
boolean?: boolean | undefined;
|
|
863
858
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -868,6 +863,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
868
863
|
description: string;
|
|
869
864
|
flag: string;
|
|
870
865
|
}[] | undefined;
|
|
866
|
+
description?: string | undefined;
|
|
871
867
|
positionals?: {
|
|
872
868
|
type?: "string" | "number" | "boolean" | undefined;
|
|
873
869
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -907,7 +903,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
907
903
|
yes?: boolean | undefined;
|
|
908
904
|
quickstart?: string | undefined;
|
|
909
905
|
pluginName?: string | undefined;
|
|
910
|
-
config:
|
|
906
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
911
907
|
language?: "en" | "fr" | undefined;
|
|
912
908
|
contracts?: Record<string, {
|
|
913
909
|
sourceFile: string;
|
|
@@ -915,7 +911,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
915
911
|
readonly __kind: any;
|
|
916
912
|
};
|
|
917
913
|
}> | undefined;
|
|
918
|
-
network?: Record<string, string |
|
|
914
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
919
915
|
label: string & {
|
|
920
916
|
readonly __kind: any;
|
|
921
917
|
};
|
|
@@ -925,7 +921,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
925
921
|
protocol: string & {
|
|
926
922
|
readonly __kind: any;
|
|
927
923
|
};
|
|
928
|
-
faucet:
|
|
924
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
929
925
|
pkh: string & {
|
|
930
926
|
readonly __kind: any;
|
|
931
927
|
};
|
|
@@ -971,7 +967,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
971
967
|
} & {
|
|
972
968
|
readonly __kind: any;
|
|
973
969
|
})> | undefined;
|
|
974
|
-
environment?: Record<string, string |
|
|
970
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
975
971
|
storage?: Record<string, any> | undefined;
|
|
976
972
|
aliases?: Record<string, any> | undefined;
|
|
977
973
|
networks: string[];
|
|
@@ -1027,7 +1023,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1027
1023
|
}>(opts: T) => unknown;
|
|
1028
1024
|
}[], unknown>>;
|
|
1029
1025
|
templates: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
1030
|
-
options?:
|
|
1026
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1031
1027
|
boolean?: boolean | undefined;
|
|
1032
1028
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1033
1029
|
shortFlag?: (string & {
|
|
@@ -1069,7 +1065,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1069
1065
|
} & {
|
|
1070
1066
|
readonly __kind: any;
|
|
1071
1067
|
}, any>, {
|
|
1072
|
-
options?:
|
|
1068
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1073
1069
|
boolean?: boolean | undefined;
|
|
1074
1070
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1075
1071
|
shortFlag?: (string & {
|
|
@@ -1111,7 +1107,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1111
1107
|
} & {
|
|
1112
1108
|
readonly __kind: any;
|
|
1113
1109
|
}, any>, "many">>, ({
|
|
1114
|
-
options?:
|
|
1110
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1115
1111
|
boolean?: boolean | undefined;
|
|
1116
1112
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1117
1113
|
shortFlag?: (string & {
|
|
@@ -1161,7 +1157,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1161
1157
|
yes?: boolean | undefined;
|
|
1162
1158
|
quickstart?: string | undefined;
|
|
1163
1159
|
pluginName?: string | undefined;
|
|
1164
|
-
config:
|
|
1160
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1165
1161
|
language?: "en" | "fr" | undefined;
|
|
1166
1162
|
contracts?: Record<string, {
|
|
1167
1163
|
sourceFile: string;
|
|
@@ -1169,7 +1165,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1169
1165
|
readonly __kind: any;
|
|
1170
1166
|
};
|
|
1171
1167
|
}> | undefined;
|
|
1172
|
-
network?: Record<string, string |
|
|
1168
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1173
1169
|
label: string & {
|
|
1174
1170
|
readonly __kind: any;
|
|
1175
1171
|
};
|
|
@@ -1179,7 +1175,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1179
1175
|
protocol: string & {
|
|
1180
1176
|
readonly __kind: any;
|
|
1181
1177
|
};
|
|
1182
|
-
faucet:
|
|
1178
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1183
1179
|
pkh: string & {
|
|
1184
1180
|
readonly __kind: any;
|
|
1185
1181
|
};
|
|
@@ -1225,7 +1221,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1225
1221
|
} & {
|
|
1226
1222
|
readonly __kind: any;
|
|
1227
1223
|
})> | undefined;
|
|
1228
|
-
environment?: Record<string, string |
|
|
1224
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1229
1225
|
storage?: Record<string, any> | undefined;
|
|
1230
1226
|
aliases?: Record<string, any> | undefined;
|
|
1231
1227
|
networks: string[];
|
|
@@ -1288,7 +1284,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1288
1284
|
yes?: boolean | undefined;
|
|
1289
1285
|
quickstart?: string | undefined;
|
|
1290
1286
|
pluginName?: string | undefined;
|
|
1291
|
-
config:
|
|
1287
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1292
1288
|
language?: "en" | "fr" | undefined;
|
|
1293
1289
|
contracts?: Record<string, {
|
|
1294
1290
|
sourceFile: string;
|
|
@@ -1296,7 +1292,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1296
1292
|
readonly __kind: any;
|
|
1297
1293
|
};
|
|
1298
1294
|
}> | undefined;
|
|
1299
|
-
network?: Record<string, string |
|
|
1295
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1300
1296
|
label: string & {
|
|
1301
1297
|
readonly __kind: any;
|
|
1302
1298
|
};
|
|
@@ -1306,7 +1302,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1306
1302
|
protocol: string & {
|
|
1307
1303
|
readonly __kind: any;
|
|
1308
1304
|
};
|
|
1309
|
-
faucet:
|
|
1305
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1310
1306
|
pkh: string & {
|
|
1311
1307
|
readonly __kind: any;
|
|
1312
1308
|
};
|
|
@@ -1352,7 +1348,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1352
1348
|
} & {
|
|
1353
1349
|
readonly __kind: any;
|
|
1354
1350
|
})> | undefined;
|
|
1355
|
-
environment?: Record<string, string |
|
|
1351
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1356
1352
|
storage?: Record<string, any> | undefined;
|
|
1357
1353
|
aliases?: Record<string, any> | undefined;
|
|
1358
1354
|
networks: string[];
|
|
@@ -1413,7 +1409,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1413
1409
|
yes?: boolean | undefined;
|
|
1414
1410
|
quickstart?: string | undefined;
|
|
1415
1411
|
pluginName?: string | undefined;
|
|
1416
|
-
config:
|
|
1412
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1417
1413
|
language?: "en" | "fr" | undefined;
|
|
1418
1414
|
contracts?: Record<string, {
|
|
1419
1415
|
sourceFile: string;
|
|
@@ -1421,7 +1417,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1421
1417
|
readonly __kind: any;
|
|
1422
1418
|
};
|
|
1423
1419
|
}> | undefined;
|
|
1424
|
-
network?: Record<string, string |
|
|
1420
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1425
1421
|
label: string & {
|
|
1426
1422
|
readonly __kind: any;
|
|
1427
1423
|
};
|
|
@@ -1431,7 +1427,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1431
1427
|
protocol: string & {
|
|
1432
1428
|
readonly __kind: any;
|
|
1433
1429
|
};
|
|
1434
|
-
faucet:
|
|
1430
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1435
1431
|
pkh: string & {
|
|
1436
1432
|
readonly __kind: any;
|
|
1437
1433
|
};
|
|
@@ -1477,7 +1473,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1477
1473
|
} & {
|
|
1478
1474
|
readonly __kind: any;
|
|
1479
1475
|
})> | undefined;
|
|
1480
|
-
environment?: Record<string, string |
|
|
1476
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1481
1477
|
storage?: Record<string, any> | undefined;
|
|
1482
1478
|
aliases?: Record<string, any> | undefined;
|
|
1483
1479
|
networks: string[];
|
|
@@ -1546,7 +1542,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1546
1542
|
yes?: boolean | undefined;
|
|
1547
1543
|
quickstart?: string | undefined;
|
|
1548
1544
|
pluginName?: string | undefined;
|
|
1549
|
-
config:
|
|
1545
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1550
1546
|
language?: "en" | "fr" | undefined;
|
|
1551
1547
|
contracts?: Record<string, {
|
|
1552
1548
|
sourceFile: string;
|
|
@@ -1554,7 +1550,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1554
1550
|
readonly __kind: any;
|
|
1555
1551
|
};
|
|
1556
1552
|
}> | undefined;
|
|
1557
|
-
network?: Record<string, string |
|
|
1553
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1558
1554
|
label: string & {
|
|
1559
1555
|
readonly __kind: any;
|
|
1560
1556
|
};
|
|
@@ -1564,7 +1560,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1564
1560
|
protocol: string & {
|
|
1565
1561
|
readonly __kind: any;
|
|
1566
1562
|
};
|
|
1567
|
-
faucet:
|
|
1563
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1568
1564
|
pkh: string & {
|
|
1569
1565
|
readonly __kind: any;
|
|
1570
1566
|
};
|
|
@@ -1610,7 +1606,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1610
1606
|
} & {
|
|
1611
1607
|
readonly __kind: any;
|
|
1612
1608
|
})> | undefined;
|
|
1613
|
-
environment?: Record<string, string |
|
|
1609
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1614
1610
|
storage?: Record<string, any> | undefined;
|
|
1615
1611
|
aliases?: Record<string, any> | undefined;
|
|
1616
1612
|
networks: string[];
|
|
@@ -1671,7 +1667,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1671
1667
|
yes?: boolean | undefined;
|
|
1672
1668
|
quickstart?: string | undefined;
|
|
1673
1669
|
pluginName?: string | undefined;
|
|
1674
|
-
config:
|
|
1670
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1675
1671
|
language?: "en" | "fr" | undefined;
|
|
1676
1672
|
contracts?: Record<string, {
|
|
1677
1673
|
sourceFile: string;
|
|
@@ -1679,7 +1675,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1679
1675
|
readonly __kind: any;
|
|
1680
1676
|
};
|
|
1681
1677
|
}> | undefined;
|
|
1682
|
-
network?: Record<string, string |
|
|
1678
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1683
1679
|
label: string & {
|
|
1684
1680
|
readonly __kind: any;
|
|
1685
1681
|
};
|
|
@@ -1689,7 +1685,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1689
1685
|
protocol: string & {
|
|
1690
1686
|
readonly __kind: any;
|
|
1691
1687
|
};
|
|
1692
|
-
faucet:
|
|
1688
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1693
1689
|
pkh: string & {
|
|
1694
1690
|
readonly __kind: any;
|
|
1695
1691
|
};
|
|
@@ -1735,7 +1731,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1735
1731
|
} & {
|
|
1736
1732
|
readonly __kind: any;
|
|
1737
1733
|
})> | undefined;
|
|
1738
|
-
environment?: Record<string, string |
|
|
1734
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1739
1735
|
storage?: Record<string, any> | undefined;
|
|
1740
1736
|
aliases?: Record<string, any> | undefined;
|
|
1741
1737
|
networks: string[];
|
|
@@ -1799,7 +1795,6 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1799
1795
|
}>, "strip", z.ZodTypeAny, {
|
|
1800
1796
|
name?: string | undefined;
|
|
1801
1797
|
operations?: {
|
|
1802
|
-
description?: string | undefined;
|
|
1803
1798
|
options?: {
|
|
1804
1799
|
boolean?: boolean | undefined;
|
|
1805
1800
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -1810,6 +1805,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1810
1805
|
description: string;
|
|
1811
1806
|
flag: string;
|
|
1812
1807
|
}[] | undefined;
|
|
1808
|
+
description?: string | undefined;
|
|
1813
1809
|
positionals?: {
|
|
1814
1810
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1815
1811
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -1849,7 +1845,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1849
1845
|
yes?: boolean | undefined;
|
|
1850
1846
|
quickstart?: string | undefined;
|
|
1851
1847
|
pluginName?: string | undefined;
|
|
1852
|
-
config:
|
|
1848
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1853
1849
|
language?: "en" | "fr" | undefined;
|
|
1854
1850
|
contracts?: Record<string, {
|
|
1855
1851
|
sourceFile: string;
|
|
@@ -1857,7 +1853,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1857
1853
|
readonly __kind: any;
|
|
1858
1854
|
};
|
|
1859
1855
|
}> | undefined;
|
|
1860
|
-
network?: Record<string, string |
|
|
1856
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1861
1857
|
label: string & {
|
|
1862
1858
|
readonly __kind: any;
|
|
1863
1859
|
};
|
|
@@ -1867,7 +1863,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1867
1863
|
protocol: string & {
|
|
1868
1864
|
readonly __kind: any;
|
|
1869
1865
|
};
|
|
1870
|
-
faucet:
|
|
1866
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1871
1867
|
pkh: string & {
|
|
1872
1868
|
readonly __kind: any;
|
|
1873
1869
|
};
|
|
@@ -1913,7 +1909,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1913
1909
|
} & {
|
|
1914
1910
|
readonly __kind: any;
|
|
1915
1911
|
})> | undefined;
|
|
1916
|
-
environment?: Record<string, string |
|
|
1912
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1917
1913
|
storage?: Record<string, any> | undefined;
|
|
1918
1914
|
aliases?: Record<string, any> | undefined;
|
|
1919
1915
|
networks: string[];
|
|
@@ -1969,7 +1965,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1969
1965
|
}>(opts: T) => unknown;
|
|
1970
1966
|
}[] | undefined;
|
|
1971
1967
|
tasks?: ({
|
|
1972
|
-
options?:
|
|
1968
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1973
1969
|
boolean?: boolean | undefined;
|
|
1974
1970
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1975
1971
|
shortFlag?: (string & {
|
|
@@ -2033,7 +2029,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2033
2029
|
readonly __kind: any;
|
|
2034
2030
|
}>) | undefined;
|
|
2035
2031
|
templates?: ({
|
|
2036
|
-
options?:
|
|
2032
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2037
2033
|
boolean?: boolean | undefined;
|
|
2038
2034
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2039
2035
|
shortFlag?: (string & {
|
|
@@ -2090,7 +2086,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2090
2086
|
yes?: boolean | undefined;
|
|
2091
2087
|
quickstart?: string | undefined;
|
|
2092
2088
|
pluginName?: string | undefined;
|
|
2093
|
-
config:
|
|
2089
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2094
2090
|
language?: "en" | "fr" | undefined;
|
|
2095
2091
|
contracts?: Record<string, {
|
|
2096
2092
|
sourceFile: string;
|
|
@@ -2098,7 +2094,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2098
2094
|
readonly __kind: any;
|
|
2099
2095
|
};
|
|
2100
2096
|
}> | undefined;
|
|
2101
|
-
network?: Record<string, string |
|
|
2097
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2102
2098
|
label: string & {
|
|
2103
2099
|
readonly __kind: any;
|
|
2104
2100
|
};
|
|
@@ -2108,7 +2104,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2108
2104
|
protocol: string & {
|
|
2109
2105
|
readonly __kind: any;
|
|
2110
2106
|
};
|
|
2111
|
-
faucet:
|
|
2107
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2112
2108
|
pkh: string & {
|
|
2113
2109
|
readonly __kind: any;
|
|
2114
2110
|
};
|
|
@@ -2154,7 +2150,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2154
2150
|
} & {
|
|
2155
2151
|
readonly __kind: any;
|
|
2156
2152
|
})> | undefined;
|
|
2157
|
-
environment?: Record<string, string |
|
|
2153
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2158
2154
|
storage?: Record<string, any> | undefined;
|
|
2159
2155
|
aliases?: Record<string, any> | undefined;
|
|
2160
2156
|
networks: string[];
|
|
@@ -2217,7 +2213,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2217
2213
|
yes?: boolean | undefined;
|
|
2218
2214
|
quickstart?: string | undefined;
|
|
2219
2215
|
pluginName?: string | undefined;
|
|
2220
|
-
config:
|
|
2216
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2221
2217
|
language?: "en" | "fr" | undefined;
|
|
2222
2218
|
contracts?: Record<string, {
|
|
2223
2219
|
sourceFile: string;
|
|
@@ -2225,7 +2221,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2225
2221
|
readonly __kind: any;
|
|
2226
2222
|
};
|
|
2227
2223
|
}> | undefined;
|
|
2228
|
-
network?: Record<string, string |
|
|
2224
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2229
2225
|
label: string & {
|
|
2230
2226
|
readonly __kind: any;
|
|
2231
2227
|
};
|
|
@@ -2235,7 +2231,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2235
2231
|
protocol: string & {
|
|
2236
2232
|
readonly __kind: any;
|
|
2237
2233
|
};
|
|
2238
|
-
faucet:
|
|
2234
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2239
2235
|
pkh: string & {
|
|
2240
2236
|
readonly __kind: any;
|
|
2241
2237
|
};
|
|
@@ -2281,7 +2277,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2281
2277
|
} & {
|
|
2282
2278
|
readonly __kind: any;
|
|
2283
2279
|
})> | undefined;
|
|
2284
|
-
environment?: Record<string, string |
|
|
2280
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2285
2281
|
storage?: Record<string, any> | undefined;
|
|
2286
2282
|
aliases?: Record<string, any> | undefined;
|
|
2287
2283
|
networks: string[];
|
|
@@ -2343,7 +2339,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2343
2339
|
yes?: boolean | undefined;
|
|
2344
2340
|
quickstart?: string | undefined;
|
|
2345
2341
|
pluginName?: string | undefined;
|
|
2346
|
-
config:
|
|
2342
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2347
2343
|
language?: "en" | "fr" | undefined;
|
|
2348
2344
|
contracts?: Record<string, {
|
|
2349
2345
|
sourceFile: string;
|
|
@@ -2351,7 +2347,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2351
2347
|
readonly __kind: any;
|
|
2352
2348
|
};
|
|
2353
2349
|
}> | undefined;
|
|
2354
|
-
network?: Record<string, string |
|
|
2350
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2355
2351
|
label: string & {
|
|
2356
2352
|
readonly __kind: any;
|
|
2357
2353
|
};
|
|
@@ -2361,7 +2357,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2361
2357
|
protocol: string & {
|
|
2362
2358
|
readonly __kind: any;
|
|
2363
2359
|
};
|
|
2364
|
-
faucet:
|
|
2360
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2365
2361
|
pkh: string & {
|
|
2366
2362
|
readonly __kind: any;
|
|
2367
2363
|
};
|
|
@@ -2407,7 +2403,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2407
2403
|
} & {
|
|
2408
2404
|
readonly __kind: any;
|
|
2409
2405
|
})> | undefined;
|
|
2410
|
-
environment?: Record<string, string |
|
|
2406
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2411
2407
|
storage?: Record<string, any> | undefined;
|
|
2412
2408
|
aliases?: Record<string, any> | undefined;
|
|
2413
2409
|
networks: string[];
|
|
@@ -2466,14 +2462,13 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2466
2462
|
version: string;
|
|
2467
2463
|
alias: string;
|
|
2468
2464
|
}>;
|
|
2469
|
-
declare type RawPluginSchema = z.infer<typeof rawSchema>;
|
|
2470
|
-
declare const generatedSchemas: {
|
|
2465
|
+
export declare type RawPluginSchema = z.infer<typeof rawSchema>;
|
|
2466
|
+
export declare const generatedSchemas: {
|
|
2471
2467
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
2472
2468
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
2473
2469
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
2474
|
-
operations?:
|
|
2475
|
-
|
|
2476
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2470
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
2471
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2477
2472
|
boolean?: boolean | undefined;
|
|
2478
2473
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2479
2474
|
shortFlag?: (string & {
|
|
@@ -2489,6 +2484,7 @@ declare const generatedSchemas: {
|
|
|
2489
2484
|
} & {
|
|
2490
2485
|
readonly __kind: any;
|
|
2491
2486
|
}>[] | undefined;
|
|
2487
|
+
description?: string | undefined;
|
|
2492
2488
|
positionals?: ({
|
|
2493
2489
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2494
2490
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2536,7 +2532,7 @@ declare const generatedSchemas: {
|
|
|
2536
2532
|
yes?: boolean | undefined;
|
|
2537
2533
|
quickstart?: string | undefined;
|
|
2538
2534
|
pluginName?: string | undefined;
|
|
2539
|
-
config:
|
|
2535
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2540
2536
|
language?: "en" | "fr" | undefined;
|
|
2541
2537
|
contracts?: Record<string, {
|
|
2542
2538
|
sourceFile: string;
|
|
@@ -2544,7 +2540,7 @@ declare const generatedSchemas: {
|
|
|
2544
2540
|
readonly __kind: any;
|
|
2545
2541
|
};
|
|
2546
2542
|
}> | undefined;
|
|
2547
|
-
network?: Record<string, string |
|
|
2543
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2548
2544
|
label: string & {
|
|
2549
2545
|
readonly __kind: any;
|
|
2550
2546
|
};
|
|
@@ -2554,7 +2550,7 @@ declare const generatedSchemas: {
|
|
|
2554
2550
|
protocol: string & {
|
|
2555
2551
|
readonly __kind: any;
|
|
2556
2552
|
};
|
|
2557
|
-
faucet:
|
|
2553
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2558
2554
|
pkh: string & {
|
|
2559
2555
|
readonly __kind: any;
|
|
2560
2556
|
};
|
|
@@ -2600,7 +2596,7 @@ declare const generatedSchemas: {
|
|
|
2600
2596
|
} & {
|
|
2601
2597
|
readonly __kind: any;
|
|
2602
2598
|
})> | undefined;
|
|
2603
|
-
environment?: Record<string, string |
|
|
2599
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2604
2600
|
storage?: Record<string, any> | undefined;
|
|
2605
2601
|
aliases?: Record<string, any> | undefined;
|
|
2606
2602
|
networks: string[];
|
|
@@ -2658,7 +2654,7 @@ declare const generatedSchemas: {
|
|
|
2658
2654
|
readonly __kind: any;
|
|
2659
2655
|
}>[] | undefined;
|
|
2660
2656
|
tasks?: ({
|
|
2661
|
-
options?:
|
|
2657
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2662
2658
|
boolean?: boolean | undefined;
|
|
2663
2659
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2664
2660
|
shortFlag?: (string & {
|
|
@@ -2722,7 +2718,7 @@ declare const generatedSchemas: {
|
|
|
2722
2718
|
readonly __kind: any;
|
|
2723
2719
|
}>) | undefined;
|
|
2724
2720
|
templates?: ({
|
|
2725
|
-
options?:
|
|
2721
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2726
2722
|
boolean?: boolean | undefined;
|
|
2727
2723
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2728
2724
|
shortFlag?: (string & {
|
|
@@ -2777,12 +2773,10 @@ declare const generatedSchemas: {
|
|
|
2777
2773
|
} & {
|
|
2778
2774
|
readonly __kind: any;
|
|
2779
2775
|
}, any>;
|
|
2780
|
-
}
|
|
2781
|
-
declare const factory: {
|
|
2776
|
+
}, factory: {
|
|
2782
2777
|
make: (input: {
|
|
2783
|
-
operations?:
|
|
2784
|
-
|
|
2785
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2778
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
2779
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2786
2780
|
boolean?: boolean | undefined;
|
|
2787
2781
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2788
2782
|
shortFlag?: (string & {
|
|
@@ -2798,6 +2792,7 @@ declare const factory: {
|
|
|
2798
2792
|
} & {
|
|
2799
2793
|
readonly __kind: any;
|
|
2800
2794
|
}>[] | undefined;
|
|
2795
|
+
description?: string | undefined;
|
|
2801
2796
|
positionals?: ({
|
|
2802
2797
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2803
2798
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2845,7 +2840,7 @@ declare const factory: {
|
|
|
2845
2840
|
yes?: boolean | undefined;
|
|
2846
2841
|
quickstart?: string | undefined;
|
|
2847
2842
|
pluginName?: string | undefined;
|
|
2848
|
-
config:
|
|
2843
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2849
2844
|
language?: "en" | "fr" | undefined;
|
|
2850
2845
|
contracts?: Record<string, {
|
|
2851
2846
|
sourceFile: string;
|
|
@@ -2853,7 +2848,7 @@ declare const factory: {
|
|
|
2853
2848
|
readonly __kind: any;
|
|
2854
2849
|
};
|
|
2855
2850
|
}> | undefined;
|
|
2856
|
-
network?: Record<string, string |
|
|
2851
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2857
2852
|
label: string & {
|
|
2858
2853
|
readonly __kind: any;
|
|
2859
2854
|
};
|
|
@@ -2863,7 +2858,7 @@ declare const factory: {
|
|
|
2863
2858
|
protocol: string & {
|
|
2864
2859
|
readonly __kind: any;
|
|
2865
2860
|
};
|
|
2866
|
-
faucet:
|
|
2861
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2867
2862
|
pkh: string & {
|
|
2868
2863
|
readonly __kind: any;
|
|
2869
2864
|
};
|
|
@@ -2909,7 +2904,7 @@ declare const factory: {
|
|
|
2909
2904
|
} & {
|
|
2910
2905
|
readonly __kind: any;
|
|
2911
2906
|
})> | undefined;
|
|
2912
|
-
environment?: Record<string, string |
|
|
2907
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2913
2908
|
storage?: Record<string, any> | undefined;
|
|
2914
2909
|
aliases?: Record<string, any> | undefined;
|
|
2915
2910
|
networks: string[];
|
|
@@ -2967,7 +2962,7 @@ declare const factory: {
|
|
|
2967
2962
|
readonly __kind: any;
|
|
2968
2963
|
}>[] | undefined;
|
|
2969
2964
|
tasks?: ({
|
|
2970
|
-
options?:
|
|
2965
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2971
2966
|
boolean?: boolean | undefined;
|
|
2972
2967
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2973
2968
|
shortFlag?: (string & {
|
|
@@ -3031,7 +3026,7 @@ declare const factory: {
|
|
|
3031
3026
|
readonly __kind: any;
|
|
3032
3027
|
}>) | undefined;
|
|
3033
3028
|
templates?: ({
|
|
3034
|
-
options?:
|
|
3029
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3035
3030
|
boolean?: boolean | undefined;
|
|
3036
3031
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3037
3032
|
shortFlag?: (string & {
|
|
@@ -3083,10 +3078,9 @@ declare const factory: {
|
|
|
3083
3078
|
alias: string & {
|
|
3084
3079
|
readonly __kind: any;
|
|
3085
3080
|
};
|
|
3086
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
3087
|
-
operations?:
|
|
3088
|
-
|
|
3089
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3081
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
3082
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
3083
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3090
3084
|
boolean?: boolean | undefined;
|
|
3091
3085
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3092
3086
|
shortFlag?: (string & {
|
|
@@ -3102,6 +3096,7 @@ declare const factory: {
|
|
|
3102
3096
|
} & {
|
|
3103
3097
|
readonly __kind: any;
|
|
3104
3098
|
}>[] | undefined;
|
|
3099
|
+
description?: string | undefined;
|
|
3105
3100
|
positionals?: ({
|
|
3106
3101
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3107
3102
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3149,7 +3144,7 @@ declare const factory: {
|
|
|
3149
3144
|
yes?: boolean | undefined;
|
|
3150
3145
|
quickstart?: string | undefined;
|
|
3151
3146
|
pluginName?: string | undefined;
|
|
3152
|
-
config:
|
|
3147
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3153
3148
|
language?: "en" | "fr" | undefined;
|
|
3154
3149
|
contracts?: Record<string, {
|
|
3155
3150
|
sourceFile: string;
|
|
@@ -3157,7 +3152,7 @@ declare const factory: {
|
|
|
3157
3152
|
readonly __kind: any;
|
|
3158
3153
|
};
|
|
3159
3154
|
}> | undefined;
|
|
3160
|
-
network?: Record<string, string |
|
|
3155
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3161
3156
|
label: string & {
|
|
3162
3157
|
readonly __kind: any;
|
|
3163
3158
|
};
|
|
@@ -3167,7 +3162,7 @@ declare const factory: {
|
|
|
3167
3162
|
protocol: string & {
|
|
3168
3163
|
readonly __kind: any;
|
|
3169
3164
|
};
|
|
3170
|
-
faucet:
|
|
3165
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3171
3166
|
pkh: string & {
|
|
3172
3167
|
readonly __kind: any;
|
|
3173
3168
|
};
|
|
@@ -3213,7 +3208,7 @@ declare const factory: {
|
|
|
3213
3208
|
} & {
|
|
3214
3209
|
readonly __kind: any;
|
|
3215
3210
|
})> | undefined;
|
|
3216
|
-
environment?: Record<string, string |
|
|
3211
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3217
3212
|
storage?: Record<string, any> | undefined;
|
|
3218
3213
|
aliases?: Record<string, any> | undefined;
|
|
3219
3214
|
networks: string[];
|
|
@@ -3271,7 +3266,7 @@ declare const factory: {
|
|
|
3271
3266
|
readonly __kind: any;
|
|
3272
3267
|
}>[] | undefined;
|
|
3273
3268
|
tasks?: ({
|
|
3274
|
-
options?:
|
|
3269
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3275
3270
|
boolean?: boolean | undefined;
|
|
3276
3271
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3277
3272
|
shortFlag?: (string & {
|
|
@@ -3335,7 +3330,7 @@ declare const factory: {
|
|
|
3335
3330
|
readonly __kind: any;
|
|
3336
3331
|
}>) | undefined;
|
|
3337
3332
|
templates?: ({
|
|
3338
|
-
options?:
|
|
3333
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3339
3334
|
boolean?: boolean | undefined;
|
|
3340
3335
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3341
3336
|
shortFlag?: (string & {
|
|
@@ -3390,10 +3385,9 @@ declare const factory: {
|
|
|
3390
3385
|
} & {
|
|
3391
3386
|
readonly __kind: any;
|
|
3392
3387
|
}>;
|
|
3393
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
3394
|
-
operations?:
|
|
3395
|
-
|
|
3396
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3388
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
3389
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
3390
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3397
3391
|
boolean?: boolean | undefined;
|
|
3398
3392
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3399
3393
|
shortFlag?: (string & {
|
|
@@ -3409,6 +3403,7 @@ declare const factory: {
|
|
|
3409
3403
|
} & {
|
|
3410
3404
|
readonly __kind: any;
|
|
3411
3405
|
}>[] | undefined;
|
|
3406
|
+
description?: string | undefined;
|
|
3412
3407
|
positionals?: ({
|
|
3413
3408
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3414
3409
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3456,7 +3451,7 @@ declare const factory: {
|
|
|
3456
3451
|
yes?: boolean | undefined;
|
|
3457
3452
|
quickstart?: string | undefined;
|
|
3458
3453
|
pluginName?: string | undefined;
|
|
3459
|
-
config:
|
|
3454
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3460
3455
|
language?: "en" | "fr" | undefined;
|
|
3461
3456
|
contracts?: Record<string, {
|
|
3462
3457
|
sourceFile: string;
|
|
@@ -3464,7 +3459,7 @@ declare const factory: {
|
|
|
3464
3459
|
readonly __kind: any;
|
|
3465
3460
|
};
|
|
3466
3461
|
}> | undefined;
|
|
3467
|
-
network?: Record<string, string |
|
|
3462
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3468
3463
|
label: string & {
|
|
3469
3464
|
readonly __kind: any;
|
|
3470
3465
|
};
|
|
@@ -3474,7 +3469,7 @@ declare const factory: {
|
|
|
3474
3469
|
protocol: string & {
|
|
3475
3470
|
readonly __kind: any;
|
|
3476
3471
|
};
|
|
3477
|
-
faucet:
|
|
3472
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3478
3473
|
pkh: string & {
|
|
3479
3474
|
readonly __kind: any;
|
|
3480
3475
|
};
|
|
@@ -3520,7 +3515,7 @@ declare const factory: {
|
|
|
3520
3515
|
} & {
|
|
3521
3516
|
readonly __kind: any;
|
|
3522
3517
|
})> | undefined;
|
|
3523
|
-
environment?: Record<string, string |
|
|
3518
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3524
3519
|
storage?: Record<string, any> | undefined;
|
|
3525
3520
|
aliases?: Record<string, any> | undefined;
|
|
3526
3521
|
networks: string[];
|
|
@@ -3578,7 +3573,7 @@ declare const factory: {
|
|
|
3578
3573
|
readonly __kind: any;
|
|
3579
3574
|
}>[] | undefined;
|
|
3580
3575
|
tasks?: ({
|
|
3581
|
-
options?:
|
|
3576
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3582
3577
|
boolean?: boolean | undefined;
|
|
3583
3578
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3584
3579
|
shortFlag?: (string & {
|
|
@@ -3642,7 +3637,7 @@ declare const factory: {
|
|
|
3642
3637
|
readonly __kind: any;
|
|
3643
3638
|
}>) | undefined;
|
|
3644
3639
|
templates?: ({
|
|
3645
|
-
options?:
|
|
3640
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3646
3641
|
boolean?: boolean | undefined;
|
|
3647
3642
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3648
3643
|
shortFlag?: (string & {
|
|
@@ -3698,9 +3693,8 @@ declare const factory: {
|
|
|
3698
3693
|
readonly __kind: any;
|
|
3699
3694
|
}>;
|
|
3700
3695
|
create: (input: {
|
|
3701
|
-
operations?:
|
|
3702
|
-
|
|
3703
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3696
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
3697
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3704
3698
|
boolean?: boolean | undefined;
|
|
3705
3699
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3706
3700
|
shortFlag?: (string & {
|
|
@@ -3716,6 +3710,7 @@ declare const factory: {
|
|
|
3716
3710
|
} & {
|
|
3717
3711
|
readonly __kind: any;
|
|
3718
3712
|
}>[] | undefined;
|
|
3713
|
+
description?: string | undefined;
|
|
3719
3714
|
positionals?: ({
|
|
3720
3715
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3721
3716
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3763,7 +3758,7 @@ declare const factory: {
|
|
|
3763
3758
|
yes?: boolean | undefined;
|
|
3764
3759
|
quickstart?: string | undefined;
|
|
3765
3760
|
pluginName?: string | undefined;
|
|
3766
|
-
config:
|
|
3761
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3767
3762
|
language?: "en" | "fr" | undefined;
|
|
3768
3763
|
contracts?: Record<string, {
|
|
3769
3764
|
sourceFile: string;
|
|
@@ -3771,7 +3766,7 @@ declare const factory: {
|
|
|
3771
3766
|
readonly __kind: any;
|
|
3772
3767
|
};
|
|
3773
3768
|
}> | undefined;
|
|
3774
|
-
network?: Record<string, string |
|
|
3769
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3775
3770
|
label: string & {
|
|
3776
3771
|
readonly __kind: any;
|
|
3777
3772
|
};
|
|
@@ -3781,7 +3776,7 @@ declare const factory: {
|
|
|
3781
3776
|
protocol: string & {
|
|
3782
3777
|
readonly __kind: any;
|
|
3783
3778
|
};
|
|
3784
|
-
faucet:
|
|
3779
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3785
3780
|
pkh: string & {
|
|
3786
3781
|
readonly __kind: any;
|
|
3787
3782
|
};
|
|
@@ -3827,7 +3822,7 @@ declare const factory: {
|
|
|
3827
3822
|
} & {
|
|
3828
3823
|
readonly __kind: any;
|
|
3829
3824
|
})> | undefined;
|
|
3830
|
-
environment?: Record<string, string |
|
|
3825
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3831
3826
|
storage?: Record<string, any> | undefined;
|
|
3832
3827
|
aliases?: Record<string, any> | undefined;
|
|
3833
3828
|
networks: string[];
|
|
@@ -3885,7 +3880,7 @@ declare const factory: {
|
|
|
3885
3880
|
readonly __kind: any;
|
|
3886
3881
|
}>[] | undefined;
|
|
3887
3882
|
tasks?: ({
|
|
3888
|
-
options?:
|
|
3883
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3889
3884
|
boolean?: boolean | undefined;
|
|
3890
3885
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3891
3886
|
shortFlag?: (string & {
|
|
@@ -3949,7 +3944,7 @@ declare const factory: {
|
|
|
3949
3944
|
readonly __kind: any;
|
|
3950
3945
|
}>) | undefined;
|
|
3951
3946
|
templates?: ({
|
|
3952
|
-
options?:
|
|
3947
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3953
3948
|
boolean?: boolean | undefined;
|
|
3954
3949
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3955
3950
|
shortFlag?: (string & {
|
|
@@ -4004,7 +3999,6 @@ declare const factory: {
|
|
|
4004
3999
|
} | {
|
|
4005
4000
|
name?: string | undefined;
|
|
4006
4001
|
operations?: {
|
|
4007
|
-
description?: string | undefined;
|
|
4008
4002
|
options?: {
|
|
4009
4003
|
boolean?: boolean | undefined;
|
|
4010
4004
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -4015,6 +4009,7 @@ declare const factory: {
|
|
|
4015
4009
|
description: string;
|
|
4016
4010
|
flag: string;
|
|
4017
4011
|
}[] | undefined;
|
|
4012
|
+
description?: string | undefined;
|
|
4018
4013
|
positionals?: {
|
|
4019
4014
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4020
4015
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4054,7 +4049,7 @@ declare const factory: {
|
|
|
4054
4049
|
yes?: boolean | undefined;
|
|
4055
4050
|
quickstart?: string | undefined;
|
|
4056
4051
|
pluginName?: string | undefined;
|
|
4057
|
-
config:
|
|
4052
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4058
4053
|
language?: "en" | "fr" | undefined;
|
|
4059
4054
|
contracts?: Record<string, {
|
|
4060
4055
|
sourceFile: string;
|
|
@@ -4062,7 +4057,7 @@ declare const factory: {
|
|
|
4062
4057
|
readonly __kind: any;
|
|
4063
4058
|
};
|
|
4064
4059
|
}> | undefined;
|
|
4065
|
-
network?: Record<string, string |
|
|
4060
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4066
4061
|
label: string & {
|
|
4067
4062
|
readonly __kind: any;
|
|
4068
4063
|
};
|
|
@@ -4072,7 +4067,7 @@ declare const factory: {
|
|
|
4072
4067
|
protocol: string & {
|
|
4073
4068
|
readonly __kind: any;
|
|
4074
4069
|
};
|
|
4075
|
-
faucet:
|
|
4070
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4076
4071
|
pkh: string & {
|
|
4077
4072
|
readonly __kind: any;
|
|
4078
4073
|
};
|
|
@@ -4118,7 +4113,7 @@ declare const factory: {
|
|
|
4118
4113
|
} & {
|
|
4119
4114
|
readonly __kind: any;
|
|
4120
4115
|
})> | undefined;
|
|
4121
|
-
environment?: Record<string, string |
|
|
4116
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4122
4117
|
storage?: Record<string, any> | undefined;
|
|
4123
4118
|
aliases?: Record<string, any> | undefined;
|
|
4124
4119
|
networks: string[];
|
|
@@ -4174,7 +4169,7 @@ declare const factory: {
|
|
|
4174
4169
|
}>(opts: T) => unknown;
|
|
4175
4170
|
}[] | undefined;
|
|
4176
4171
|
tasks?: ({
|
|
4177
|
-
options?:
|
|
4172
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4178
4173
|
boolean?: boolean | undefined;
|
|
4179
4174
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4180
4175
|
shortFlag?: (string & {
|
|
@@ -4238,7 +4233,7 @@ declare const factory: {
|
|
|
4238
4233
|
readonly __kind: any;
|
|
4239
4234
|
}>) | undefined;
|
|
4240
4235
|
templates?: ({
|
|
4241
|
-
options?:
|
|
4236
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4242
4237
|
boolean?: boolean | undefined;
|
|
4243
4238
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4244
4239
|
shortFlag?: (string & {
|
|
@@ -4284,9 +4279,8 @@ declare const factory: {
|
|
|
4284
4279
|
version: string;
|
|
4285
4280
|
alias: string;
|
|
4286
4281
|
}) => {
|
|
4287
|
-
operations?:
|
|
4288
|
-
|
|
4289
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
4282
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
4283
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4290
4284
|
boolean?: boolean | undefined;
|
|
4291
4285
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4292
4286
|
shortFlag?: (string & {
|
|
@@ -4302,6 +4296,7 @@ declare const factory: {
|
|
|
4302
4296
|
} & {
|
|
4303
4297
|
readonly __kind: any;
|
|
4304
4298
|
}>[] | undefined;
|
|
4299
|
+
description?: string | undefined;
|
|
4305
4300
|
positionals?: ({
|
|
4306
4301
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4307
4302
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4349,7 +4344,7 @@ declare const factory: {
|
|
|
4349
4344
|
yes?: boolean | undefined;
|
|
4350
4345
|
quickstart?: string | undefined;
|
|
4351
4346
|
pluginName?: string | undefined;
|
|
4352
|
-
config:
|
|
4347
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4353
4348
|
language?: "en" | "fr" | undefined;
|
|
4354
4349
|
contracts?: Record<string, {
|
|
4355
4350
|
sourceFile: string;
|
|
@@ -4357,7 +4352,7 @@ declare const factory: {
|
|
|
4357
4352
|
readonly __kind: any;
|
|
4358
4353
|
};
|
|
4359
4354
|
}> | undefined;
|
|
4360
|
-
network?: Record<string, string |
|
|
4355
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4361
4356
|
label: string & {
|
|
4362
4357
|
readonly __kind: any;
|
|
4363
4358
|
};
|
|
@@ -4367,7 +4362,7 @@ declare const factory: {
|
|
|
4367
4362
|
protocol: string & {
|
|
4368
4363
|
readonly __kind: any;
|
|
4369
4364
|
};
|
|
4370
|
-
faucet:
|
|
4365
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4371
4366
|
pkh: string & {
|
|
4372
4367
|
readonly __kind: any;
|
|
4373
4368
|
};
|
|
@@ -4413,7 +4408,7 @@ declare const factory: {
|
|
|
4413
4408
|
} & {
|
|
4414
4409
|
readonly __kind: any;
|
|
4415
4410
|
})> | undefined;
|
|
4416
|
-
environment?: Record<string, string |
|
|
4411
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4417
4412
|
storage?: Record<string, any> | undefined;
|
|
4418
4413
|
aliases?: Record<string, any> | undefined;
|
|
4419
4414
|
networks: string[];
|
|
@@ -4471,7 +4466,7 @@ declare const factory: {
|
|
|
4471
4466
|
readonly __kind: any;
|
|
4472
4467
|
}>[] | undefined;
|
|
4473
4468
|
tasks?: ({
|
|
4474
|
-
options?:
|
|
4469
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4475
4470
|
boolean?: boolean | undefined;
|
|
4476
4471
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4477
4472
|
shortFlag?: (string & {
|
|
@@ -4535,7 +4530,7 @@ declare const factory: {
|
|
|
4535
4530
|
readonly __kind: any;
|
|
4536
4531
|
}>) | undefined;
|
|
4537
4532
|
templates?: ({
|
|
4538
|
-
options?:
|
|
4533
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4539
4534
|
boolean?: boolean | undefined;
|
|
4540
4535
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4541
4536
|
shortFlag?: (string & {
|
|
@@ -4591,9 +4586,8 @@ declare const factory: {
|
|
|
4591
4586
|
readonly __kind: any;
|
|
4592
4587
|
};
|
|
4593
4588
|
from: (input: unknown) => {
|
|
4594
|
-
operations?:
|
|
4595
|
-
|
|
4596
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
4589
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
4590
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4597
4591
|
boolean?: boolean | undefined;
|
|
4598
4592
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4599
4593
|
shortFlag?: (string & {
|
|
@@ -4609,6 +4603,7 @@ declare const factory: {
|
|
|
4609
4603
|
} & {
|
|
4610
4604
|
readonly __kind: any;
|
|
4611
4605
|
}>[] | undefined;
|
|
4606
|
+
description?: string | undefined;
|
|
4612
4607
|
positionals?: ({
|
|
4613
4608
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4614
4609
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4656,7 +4651,7 @@ declare const factory: {
|
|
|
4656
4651
|
yes?: boolean | undefined;
|
|
4657
4652
|
quickstart?: string | undefined;
|
|
4658
4653
|
pluginName?: string | undefined;
|
|
4659
|
-
config:
|
|
4654
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4660
4655
|
language?: "en" | "fr" | undefined;
|
|
4661
4656
|
contracts?: Record<string, {
|
|
4662
4657
|
sourceFile: string;
|
|
@@ -4664,7 +4659,7 @@ declare const factory: {
|
|
|
4664
4659
|
readonly __kind: any;
|
|
4665
4660
|
};
|
|
4666
4661
|
}> | undefined;
|
|
4667
|
-
network?: Record<string, string |
|
|
4662
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4668
4663
|
label: string & {
|
|
4669
4664
|
readonly __kind: any;
|
|
4670
4665
|
};
|
|
@@ -4674,7 +4669,7 @@ declare const factory: {
|
|
|
4674
4669
|
protocol: string & {
|
|
4675
4670
|
readonly __kind: any;
|
|
4676
4671
|
};
|
|
4677
|
-
faucet:
|
|
4672
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4678
4673
|
pkh: string & {
|
|
4679
4674
|
readonly __kind: any;
|
|
4680
4675
|
};
|
|
@@ -4720,7 +4715,7 @@ declare const factory: {
|
|
|
4720
4715
|
} & {
|
|
4721
4716
|
readonly __kind: any;
|
|
4722
4717
|
})> | undefined;
|
|
4723
|
-
environment?: Record<string, string |
|
|
4718
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4724
4719
|
storage?: Record<string, any> | undefined;
|
|
4725
4720
|
aliases?: Record<string, any> | undefined;
|
|
4726
4721
|
networks: string[];
|
|
@@ -4778,7 +4773,7 @@ declare const factory: {
|
|
|
4778
4773
|
readonly __kind: any;
|
|
4779
4774
|
}>[] | undefined;
|
|
4780
4775
|
tasks?: ({
|
|
4781
|
-
options?:
|
|
4776
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4782
4777
|
boolean?: boolean | undefined;
|
|
4783
4778
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4784
4779
|
shortFlag?: (string & {
|
|
@@ -4842,7 +4837,7 @@ declare const factory: {
|
|
|
4842
4837
|
readonly __kind: any;
|
|
4843
4838
|
}>) | undefined;
|
|
4844
4839
|
templates?: ({
|
|
4845
|
-
options?:
|
|
4840
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4846
4841
|
boolean?: boolean | undefined;
|
|
4847
4842
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4848
4843
|
shortFlag?: (string & {
|
|
@@ -4898,12 +4893,11 @@ declare const factory: {
|
|
|
4898
4893
|
readonly __kind: any;
|
|
4899
4894
|
};
|
|
4900
4895
|
};
|
|
4901
|
-
declare type ParsedPluginInfo = z.infer<typeof generatedSchemas.schema>;
|
|
4902
|
-
declare type t = ParsedPluginInfo;
|
|
4903
|
-
declare const create: (input: {
|
|
4904
|
-
operations?:
|
|
4905
|
-
|
|
4906
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
4896
|
+
export declare type ParsedPluginInfo = z.infer<typeof generatedSchemas.schema>;
|
|
4897
|
+
export declare type t = ParsedPluginInfo;
|
|
4898
|
+
export declare const create: (input: {
|
|
4899
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
4900
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4907
4901
|
boolean?: boolean | undefined;
|
|
4908
4902
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4909
4903
|
shortFlag?: (string & {
|
|
@@ -4919,6 +4913,7 @@ declare const create: (input: {
|
|
|
4919
4913
|
} & {
|
|
4920
4914
|
readonly __kind: any;
|
|
4921
4915
|
}>[] | undefined;
|
|
4916
|
+
description?: string | undefined;
|
|
4922
4917
|
positionals?: ({
|
|
4923
4918
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4924
4919
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4966,7 +4961,7 @@ declare const create: (input: {
|
|
|
4966
4961
|
yes?: boolean | undefined;
|
|
4967
4962
|
quickstart?: string | undefined;
|
|
4968
4963
|
pluginName?: string | undefined;
|
|
4969
|
-
config:
|
|
4964
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4970
4965
|
language?: "en" | "fr" | undefined;
|
|
4971
4966
|
contracts?: Record<string, {
|
|
4972
4967
|
sourceFile: string;
|
|
@@ -4974,7 +4969,7 @@ declare const create: (input: {
|
|
|
4974
4969
|
readonly __kind: any;
|
|
4975
4970
|
};
|
|
4976
4971
|
}> | undefined;
|
|
4977
|
-
network?: Record<string, string |
|
|
4972
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4978
4973
|
label: string & {
|
|
4979
4974
|
readonly __kind: any;
|
|
4980
4975
|
};
|
|
@@ -4984,7 +4979,7 @@ declare const create: (input: {
|
|
|
4984
4979
|
protocol: string & {
|
|
4985
4980
|
readonly __kind: any;
|
|
4986
4981
|
};
|
|
4987
|
-
faucet:
|
|
4982
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4988
4983
|
pkh: string & {
|
|
4989
4984
|
readonly __kind: any;
|
|
4990
4985
|
};
|
|
@@ -5030,7 +5025,7 @@ declare const create: (input: {
|
|
|
5030
5025
|
} & {
|
|
5031
5026
|
readonly __kind: any;
|
|
5032
5027
|
})> | undefined;
|
|
5033
|
-
environment?: Record<string, string |
|
|
5028
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5034
5029
|
storage?: Record<string, any> | undefined;
|
|
5035
5030
|
aliases?: Record<string, any> | undefined;
|
|
5036
5031
|
networks: string[];
|
|
@@ -5088,7 +5083,7 @@ declare const create: (input: {
|
|
|
5088
5083
|
readonly __kind: any;
|
|
5089
5084
|
}>[] | undefined;
|
|
5090
5085
|
tasks?: ({
|
|
5091
|
-
options?:
|
|
5086
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5092
5087
|
boolean?: boolean | undefined;
|
|
5093
5088
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5094
5089
|
shortFlag?: (string & {
|
|
@@ -5152,7 +5147,7 @@ declare const create: (input: {
|
|
|
5152
5147
|
readonly __kind: any;
|
|
5153
5148
|
}>) | undefined;
|
|
5154
5149
|
templates?: ({
|
|
5155
|
-
options?:
|
|
5150
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5156
5151
|
boolean?: boolean | undefined;
|
|
5157
5152
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5158
5153
|
shortFlag?: (string & {
|
|
@@ -5207,7 +5202,6 @@ declare const create: (input: {
|
|
|
5207
5202
|
} | {
|
|
5208
5203
|
name?: string | undefined;
|
|
5209
5204
|
operations?: {
|
|
5210
|
-
description?: string | undefined;
|
|
5211
5205
|
options?: {
|
|
5212
5206
|
boolean?: boolean | undefined;
|
|
5213
5207
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -5218,6 +5212,7 @@ declare const create: (input: {
|
|
|
5218
5212
|
description: string;
|
|
5219
5213
|
flag: string;
|
|
5220
5214
|
}[] | undefined;
|
|
5215
|
+
description?: string | undefined;
|
|
5221
5216
|
positionals?: {
|
|
5222
5217
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5223
5218
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -5257,7 +5252,7 @@ declare const create: (input: {
|
|
|
5257
5252
|
yes?: boolean | undefined;
|
|
5258
5253
|
quickstart?: string | undefined;
|
|
5259
5254
|
pluginName?: string | undefined;
|
|
5260
|
-
config:
|
|
5255
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5261
5256
|
language?: "en" | "fr" | undefined;
|
|
5262
5257
|
contracts?: Record<string, {
|
|
5263
5258
|
sourceFile: string;
|
|
@@ -5265,7 +5260,7 @@ declare const create: (input: {
|
|
|
5265
5260
|
readonly __kind: any;
|
|
5266
5261
|
};
|
|
5267
5262
|
}> | undefined;
|
|
5268
|
-
network?: Record<string, string |
|
|
5263
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5269
5264
|
label: string & {
|
|
5270
5265
|
readonly __kind: any;
|
|
5271
5266
|
};
|
|
@@ -5275,7 +5270,7 @@ declare const create: (input: {
|
|
|
5275
5270
|
protocol: string & {
|
|
5276
5271
|
readonly __kind: any;
|
|
5277
5272
|
};
|
|
5278
|
-
faucet:
|
|
5273
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5279
5274
|
pkh: string & {
|
|
5280
5275
|
readonly __kind: any;
|
|
5281
5276
|
};
|
|
@@ -5321,7 +5316,7 @@ declare const create: (input: {
|
|
|
5321
5316
|
} & {
|
|
5322
5317
|
readonly __kind: any;
|
|
5323
5318
|
})> | undefined;
|
|
5324
|
-
environment?: Record<string, string |
|
|
5319
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5325
5320
|
storage?: Record<string, any> | undefined;
|
|
5326
5321
|
aliases?: Record<string, any> | undefined;
|
|
5327
5322
|
networks: string[];
|
|
@@ -5377,7 +5372,7 @@ declare const create: (input: {
|
|
|
5377
5372
|
}>(opts: T) => unknown;
|
|
5378
5373
|
}[] | undefined;
|
|
5379
5374
|
tasks?: ({
|
|
5380
|
-
options?:
|
|
5375
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5381
5376
|
boolean?: boolean | undefined;
|
|
5382
5377
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5383
5378
|
shortFlag?: (string & {
|
|
@@ -5441,7 +5436,7 @@ declare const create: (input: {
|
|
|
5441
5436
|
readonly __kind: any;
|
|
5442
5437
|
}>) | undefined;
|
|
5443
5438
|
templates?: ({
|
|
5444
|
-
options?:
|
|
5439
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5445
5440
|
boolean?: boolean | undefined;
|
|
5446
5441
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5447
5442
|
shortFlag?: (string & {
|
|
@@ -5487,9 +5482,8 @@ declare const create: (input: {
|
|
|
5487
5482
|
version: string;
|
|
5488
5483
|
alias: string;
|
|
5489
5484
|
}) => {
|
|
5490
|
-
operations?:
|
|
5491
|
-
|
|
5492
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
5485
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
5486
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5493
5487
|
boolean?: boolean | undefined;
|
|
5494
5488
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5495
5489
|
shortFlag?: (string & {
|
|
@@ -5505,6 +5499,7 @@ declare const create: (input: {
|
|
|
5505
5499
|
} & {
|
|
5506
5500
|
readonly __kind: any;
|
|
5507
5501
|
}>[] | undefined;
|
|
5502
|
+
description?: string | undefined;
|
|
5508
5503
|
positionals?: ({
|
|
5509
5504
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5510
5505
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -5552,7 +5547,7 @@ declare const create: (input: {
|
|
|
5552
5547
|
yes?: boolean | undefined;
|
|
5553
5548
|
quickstart?: string | undefined;
|
|
5554
5549
|
pluginName?: string | undefined;
|
|
5555
|
-
config:
|
|
5550
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5556
5551
|
language?: "en" | "fr" | undefined;
|
|
5557
5552
|
contracts?: Record<string, {
|
|
5558
5553
|
sourceFile: string;
|
|
@@ -5560,7 +5555,7 @@ declare const create: (input: {
|
|
|
5560
5555
|
readonly __kind: any;
|
|
5561
5556
|
};
|
|
5562
5557
|
}> | undefined;
|
|
5563
|
-
network?: Record<string, string |
|
|
5558
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5564
5559
|
label: string & {
|
|
5565
5560
|
readonly __kind: any;
|
|
5566
5561
|
};
|
|
@@ -5570,7 +5565,7 @@ declare const create: (input: {
|
|
|
5570
5565
|
protocol: string & {
|
|
5571
5566
|
readonly __kind: any;
|
|
5572
5567
|
};
|
|
5573
|
-
faucet:
|
|
5568
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5574
5569
|
pkh: string & {
|
|
5575
5570
|
readonly __kind: any;
|
|
5576
5571
|
};
|
|
@@ -5616,7 +5611,7 @@ declare const create: (input: {
|
|
|
5616
5611
|
} & {
|
|
5617
5612
|
readonly __kind: any;
|
|
5618
5613
|
})> | undefined;
|
|
5619
|
-
environment?: Record<string, string |
|
|
5614
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5620
5615
|
storage?: Record<string, any> | undefined;
|
|
5621
5616
|
aliases?: Record<string, any> | undefined;
|
|
5622
5617
|
networks: string[];
|
|
@@ -5674,7 +5669,7 @@ declare const create: (input: {
|
|
|
5674
5669
|
readonly __kind: any;
|
|
5675
5670
|
}>[] | undefined;
|
|
5676
5671
|
tasks?: ({
|
|
5677
|
-
options?:
|
|
5672
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5678
5673
|
boolean?: boolean | undefined;
|
|
5679
5674
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5680
5675
|
shortFlag?: (string & {
|
|
@@ -5738,7 +5733,7 @@ declare const create: (input: {
|
|
|
5738
5733
|
readonly __kind: any;
|
|
5739
5734
|
}>) | undefined;
|
|
5740
5735
|
templates?: ({
|
|
5741
|
-
options?:
|
|
5736
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5742
5737
|
boolean?: boolean | undefined;
|
|
5743
5738
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5744
5739
|
shortFlag?: (string & {
|
|
@@ -5792,11 +5787,9 @@ declare const create: (input: {
|
|
|
5792
5787
|
};
|
|
5793
5788
|
} & {
|
|
5794
5789
|
readonly __kind: any;
|
|
5795
|
-
}
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
description?: string | undefined;
|
|
5799
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
5790
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
5791
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
5792
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5800
5793
|
boolean?: boolean | undefined;
|
|
5801
5794
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5802
5795
|
shortFlag?: (string & {
|
|
@@ -5812,6 +5805,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5812
5805
|
} & {
|
|
5813
5806
|
readonly __kind: any;
|
|
5814
5807
|
}>[] | undefined;
|
|
5808
|
+
description?: string | undefined;
|
|
5815
5809
|
positionals?: ({
|
|
5816
5810
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5817
5811
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -5859,7 +5853,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5859
5853
|
yes?: boolean | undefined;
|
|
5860
5854
|
quickstart?: string | undefined;
|
|
5861
5855
|
pluginName?: string | undefined;
|
|
5862
|
-
config:
|
|
5856
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5863
5857
|
language?: "en" | "fr" | undefined;
|
|
5864
5858
|
contracts?: Record<string, {
|
|
5865
5859
|
sourceFile: string;
|
|
@@ -5867,7 +5861,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5867
5861
|
readonly __kind: any;
|
|
5868
5862
|
};
|
|
5869
5863
|
}> | undefined;
|
|
5870
|
-
network?: Record<string, string |
|
|
5864
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5871
5865
|
label: string & {
|
|
5872
5866
|
readonly __kind: any;
|
|
5873
5867
|
};
|
|
@@ -5877,7 +5871,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5877
5871
|
protocol: string & {
|
|
5878
5872
|
readonly __kind: any;
|
|
5879
5873
|
};
|
|
5880
|
-
faucet:
|
|
5874
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5881
5875
|
pkh: string & {
|
|
5882
5876
|
readonly __kind: any;
|
|
5883
5877
|
};
|
|
@@ -5923,7 +5917,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5923
5917
|
} & {
|
|
5924
5918
|
readonly __kind: any;
|
|
5925
5919
|
})> | undefined;
|
|
5926
|
-
environment?: Record<string, string |
|
|
5920
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5927
5921
|
storage?: Record<string, any> | undefined;
|
|
5928
5922
|
aliases?: Record<string, any> | undefined;
|
|
5929
5923
|
networks: string[];
|
|
@@ -5981,7 +5975,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5981
5975
|
readonly __kind: any;
|
|
5982
5976
|
}>[] | undefined;
|
|
5983
5977
|
tasks?: ({
|
|
5984
|
-
options?:
|
|
5978
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
5985
5979
|
boolean?: boolean | undefined;
|
|
5986
5980
|
type?: "string" | "number" | "boolean" | undefined;
|
|
5987
5981
|
shortFlag?: (string & {
|
|
@@ -6045,7 +6039,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
6045
6039
|
readonly __kind: any;
|
|
6046
6040
|
}>) | undefined;
|
|
6047
6041
|
templates?: ({
|
|
6048
|
-
options?:
|
|
6042
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6049
6043
|
boolean?: boolean | undefined;
|
|
6050
6044
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6051
6045
|
shortFlag?: (string & {
|
|
@@ -6099,11 +6093,9 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
6099
6093
|
};
|
|
6100
6094
|
} & {
|
|
6101
6095
|
readonly __kind: any;
|
|
6102
|
-
}
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
description?: string | undefined;
|
|
6106
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
6096
|
+
}>, make: (input: {
|
|
6097
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
6098
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6107
6099
|
boolean?: boolean | undefined;
|
|
6108
6100
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6109
6101
|
shortFlag?: (string & {
|
|
@@ -6119,6 +6111,7 @@ declare const make: (input: {
|
|
|
6119
6111
|
} & {
|
|
6120
6112
|
readonly __kind: any;
|
|
6121
6113
|
}>[] | undefined;
|
|
6114
|
+
description?: string | undefined;
|
|
6122
6115
|
positionals?: ({
|
|
6123
6116
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6124
6117
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -6166,7 +6159,7 @@ declare const make: (input: {
|
|
|
6166
6159
|
yes?: boolean | undefined;
|
|
6167
6160
|
quickstart?: string | undefined;
|
|
6168
6161
|
pluginName?: string | undefined;
|
|
6169
|
-
config:
|
|
6162
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
6170
6163
|
language?: "en" | "fr" | undefined;
|
|
6171
6164
|
contracts?: Record<string, {
|
|
6172
6165
|
sourceFile: string;
|
|
@@ -6174,7 +6167,7 @@ declare const make: (input: {
|
|
|
6174
6167
|
readonly __kind: any;
|
|
6175
6168
|
};
|
|
6176
6169
|
}> | undefined;
|
|
6177
|
-
network?: Record<string, string |
|
|
6170
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
6178
6171
|
label: string & {
|
|
6179
6172
|
readonly __kind: any;
|
|
6180
6173
|
};
|
|
@@ -6184,7 +6177,7 @@ declare const make: (input: {
|
|
|
6184
6177
|
protocol: string & {
|
|
6185
6178
|
readonly __kind: any;
|
|
6186
6179
|
};
|
|
6187
|
-
faucet:
|
|
6180
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
6188
6181
|
pkh: string & {
|
|
6189
6182
|
readonly __kind: any;
|
|
6190
6183
|
};
|
|
@@ -6230,7 +6223,7 @@ declare const make: (input: {
|
|
|
6230
6223
|
} & {
|
|
6231
6224
|
readonly __kind: any;
|
|
6232
6225
|
})> | undefined;
|
|
6233
|
-
environment?: Record<string, string |
|
|
6226
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
6234
6227
|
storage?: Record<string, any> | undefined;
|
|
6235
6228
|
aliases?: Record<string, any> | undefined;
|
|
6236
6229
|
networks: string[];
|
|
@@ -6288,7 +6281,7 @@ declare const make: (input: {
|
|
|
6288
6281
|
readonly __kind: any;
|
|
6289
6282
|
}>[] | undefined;
|
|
6290
6283
|
tasks?: ({
|
|
6291
|
-
options?:
|
|
6284
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6292
6285
|
boolean?: boolean | undefined;
|
|
6293
6286
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6294
6287
|
shortFlag?: (string & {
|
|
@@ -6352,7 +6345,7 @@ declare const make: (input: {
|
|
|
6352
6345
|
readonly __kind: any;
|
|
6353
6346
|
}>) | undefined;
|
|
6354
6347
|
templates?: ({
|
|
6355
|
-
options?:
|
|
6348
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6356
6349
|
boolean?: boolean | undefined;
|
|
6357
6350
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6358
6351
|
shortFlag?: (string & {
|
|
@@ -6404,10 +6397,9 @@ declare const make: (input: {
|
|
|
6404
6397
|
alias: string & {
|
|
6405
6398
|
readonly __kind: any;
|
|
6406
6399
|
};
|
|
6407
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
6408
|
-
operations?:
|
|
6409
|
-
|
|
6410
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
6400
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
6401
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
6402
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6411
6403
|
boolean?: boolean | undefined;
|
|
6412
6404
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6413
6405
|
shortFlag?: (string & {
|
|
@@ -6423,6 +6415,7 @@ declare const make: (input: {
|
|
|
6423
6415
|
} & {
|
|
6424
6416
|
readonly __kind: any;
|
|
6425
6417
|
}>[] | undefined;
|
|
6418
|
+
description?: string | undefined;
|
|
6426
6419
|
positionals?: ({
|
|
6427
6420
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6428
6421
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -6470,7 +6463,7 @@ declare const make: (input: {
|
|
|
6470
6463
|
yes?: boolean | undefined;
|
|
6471
6464
|
quickstart?: string | undefined;
|
|
6472
6465
|
pluginName?: string | undefined;
|
|
6473
|
-
config:
|
|
6466
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
6474
6467
|
language?: "en" | "fr" | undefined;
|
|
6475
6468
|
contracts?: Record<string, {
|
|
6476
6469
|
sourceFile: string;
|
|
@@ -6478,7 +6471,7 @@ declare const make: (input: {
|
|
|
6478
6471
|
readonly __kind: any;
|
|
6479
6472
|
};
|
|
6480
6473
|
}> | undefined;
|
|
6481
|
-
network?: Record<string, string |
|
|
6474
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
6482
6475
|
label: string & {
|
|
6483
6476
|
readonly __kind: any;
|
|
6484
6477
|
};
|
|
@@ -6488,7 +6481,7 @@ declare const make: (input: {
|
|
|
6488
6481
|
protocol: string & {
|
|
6489
6482
|
readonly __kind: any;
|
|
6490
6483
|
};
|
|
6491
|
-
faucet:
|
|
6484
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
6492
6485
|
pkh: string & {
|
|
6493
6486
|
readonly __kind: any;
|
|
6494
6487
|
};
|
|
@@ -6534,7 +6527,7 @@ declare const make: (input: {
|
|
|
6534
6527
|
} & {
|
|
6535
6528
|
readonly __kind: any;
|
|
6536
6529
|
})> | undefined;
|
|
6537
|
-
environment?: Record<string, string |
|
|
6530
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
6538
6531
|
storage?: Record<string, any> | undefined;
|
|
6539
6532
|
aliases?: Record<string, any> | undefined;
|
|
6540
6533
|
networks: string[];
|
|
@@ -6592,7 +6585,7 @@ declare const make: (input: {
|
|
|
6592
6585
|
readonly __kind: any;
|
|
6593
6586
|
}>[] | undefined;
|
|
6594
6587
|
tasks?: ({
|
|
6595
|
-
options?:
|
|
6588
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6596
6589
|
boolean?: boolean | undefined;
|
|
6597
6590
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6598
6591
|
shortFlag?: (string & {
|
|
@@ -6656,7 +6649,7 @@ declare const make: (input: {
|
|
|
6656
6649
|
readonly __kind: any;
|
|
6657
6650
|
}>) | undefined;
|
|
6658
6651
|
templates?: ({
|
|
6659
|
-
options?:
|
|
6652
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6660
6653
|
boolean?: boolean | undefined;
|
|
6661
6654
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6662
6655
|
shortFlag?: (string & {
|
|
@@ -6711,11 +6704,10 @@ declare const make: (input: {
|
|
|
6711
6704
|
} & {
|
|
6712
6705
|
readonly __kind: any;
|
|
6713
6706
|
}>;
|
|
6714
|
-
declare const schemas: {
|
|
6707
|
+
export declare const schemas: {
|
|
6715
6708
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
6716
|
-
operations?:
|
|
6717
|
-
|
|
6718
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
6709
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
6710
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6719
6711
|
boolean?: boolean | undefined;
|
|
6720
6712
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6721
6713
|
shortFlag?: (string & {
|
|
@@ -6731,6 +6723,7 @@ declare const schemas: {
|
|
|
6731
6723
|
} & {
|
|
6732
6724
|
readonly __kind: any;
|
|
6733
6725
|
}>[] | undefined;
|
|
6726
|
+
description?: string | undefined;
|
|
6734
6727
|
positionals?: ({
|
|
6735
6728
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6736
6729
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -6778,7 +6771,7 @@ declare const schemas: {
|
|
|
6778
6771
|
yes?: boolean | undefined;
|
|
6779
6772
|
quickstart?: string | undefined;
|
|
6780
6773
|
pluginName?: string | undefined;
|
|
6781
|
-
config:
|
|
6774
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
6782
6775
|
language?: "en" | "fr" | undefined;
|
|
6783
6776
|
contracts?: Record<string, {
|
|
6784
6777
|
sourceFile: string;
|
|
@@ -6786,7 +6779,7 @@ declare const schemas: {
|
|
|
6786
6779
|
readonly __kind: any;
|
|
6787
6780
|
};
|
|
6788
6781
|
}> | undefined;
|
|
6789
|
-
network?: Record<string, string |
|
|
6782
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
6790
6783
|
label: string & {
|
|
6791
6784
|
readonly __kind: any;
|
|
6792
6785
|
};
|
|
@@ -6796,7 +6789,7 @@ declare const schemas: {
|
|
|
6796
6789
|
protocol: string & {
|
|
6797
6790
|
readonly __kind: any;
|
|
6798
6791
|
};
|
|
6799
|
-
faucet:
|
|
6792
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
6800
6793
|
pkh: string & {
|
|
6801
6794
|
readonly __kind: any;
|
|
6802
6795
|
};
|
|
@@ -6842,7 +6835,7 @@ declare const schemas: {
|
|
|
6842
6835
|
} & {
|
|
6843
6836
|
readonly __kind: any;
|
|
6844
6837
|
})> | undefined;
|
|
6845
|
-
environment?: Record<string, string |
|
|
6838
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
6846
6839
|
storage?: Record<string, any> | undefined;
|
|
6847
6840
|
aliases?: Record<string, any> | undefined;
|
|
6848
6841
|
networks: string[];
|
|
@@ -6900,7 +6893,7 @@ declare const schemas: {
|
|
|
6900
6893
|
readonly __kind: any;
|
|
6901
6894
|
}>[] | undefined;
|
|
6902
6895
|
tasks?: ({
|
|
6903
|
-
options?:
|
|
6896
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6904
6897
|
boolean?: boolean | undefined;
|
|
6905
6898
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6906
6899
|
shortFlag?: (string & {
|
|
@@ -6964,7 +6957,7 @@ declare const schemas: {
|
|
|
6964
6957
|
readonly __kind: any;
|
|
6965
6958
|
}>) | undefined;
|
|
6966
6959
|
templates?: ({
|
|
6967
|
-
options?:
|
|
6960
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
6968
6961
|
boolean?: boolean | undefined;
|
|
6969
6962
|
type?: "string" | "number" | "boolean" | undefined;
|
|
6970
6963
|
shortFlag?: (string & {
|
|
@@ -7019,9 +7012,8 @@ declare const schemas: {
|
|
|
7019
7012
|
} & {
|
|
7020
7013
|
readonly __kind: any;
|
|
7021
7014
|
}, any>, {
|
|
7022
|
-
operations?:
|
|
7023
|
-
|
|
7024
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
7015
|
+
operations?: import("@taqueria/protocol/Base").Flatten<import("@taqueria/protocol/Base").Flatten<{
|
|
7016
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
7025
7017
|
boolean?: boolean | undefined;
|
|
7026
7018
|
type?: "string" | "number" | "boolean" | undefined;
|
|
7027
7019
|
shortFlag?: (string & {
|
|
@@ -7037,6 +7029,7 @@ declare const schemas: {
|
|
|
7037
7029
|
} & {
|
|
7038
7030
|
readonly __kind: any;
|
|
7039
7031
|
}>[] | undefined;
|
|
7032
|
+
description?: string | undefined;
|
|
7040
7033
|
positionals?: ({
|
|
7041
7034
|
type?: "string" | "number" | "boolean" | undefined;
|
|
7042
7035
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -7084,7 +7077,7 @@ declare const schemas: {
|
|
|
7084
7077
|
yes?: boolean | undefined;
|
|
7085
7078
|
quickstart?: string | undefined;
|
|
7086
7079
|
pluginName?: string | undefined;
|
|
7087
|
-
config:
|
|
7080
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
7088
7081
|
language?: "en" | "fr" | undefined;
|
|
7089
7082
|
contracts?: Record<string, {
|
|
7090
7083
|
sourceFile: string;
|
|
@@ -7092,7 +7085,7 @@ declare const schemas: {
|
|
|
7092
7085
|
readonly __kind: any;
|
|
7093
7086
|
};
|
|
7094
7087
|
}> | undefined;
|
|
7095
|
-
network?: Record<string, string |
|
|
7088
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
7096
7089
|
label: string & {
|
|
7097
7090
|
readonly __kind: any;
|
|
7098
7091
|
};
|
|
@@ -7102,7 +7095,7 @@ declare const schemas: {
|
|
|
7102
7095
|
protocol: string & {
|
|
7103
7096
|
readonly __kind: any;
|
|
7104
7097
|
};
|
|
7105
|
-
faucet:
|
|
7098
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
7106
7099
|
pkh: string & {
|
|
7107
7100
|
readonly __kind: any;
|
|
7108
7101
|
};
|
|
@@ -7148,7 +7141,7 @@ declare const schemas: {
|
|
|
7148
7141
|
} & {
|
|
7149
7142
|
readonly __kind: any;
|
|
7150
7143
|
})> | undefined;
|
|
7151
|
-
environment?: Record<string, string |
|
|
7144
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
7152
7145
|
storage?: Record<string, any> | undefined;
|
|
7153
7146
|
aliases?: Record<string, any> | undefined;
|
|
7154
7147
|
networks: string[];
|
|
@@ -7206,7 +7199,7 @@ declare const schemas: {
|
|
|
7206
7199
|
readonly __kind: any;
|
|
7207
7200
|
}>[] | undefined;
|
|
7208
7201
|
tasks?: ({
|
|
7209
|
-
options?:
|
|
7202
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
7210
7203
|
boolean?: boolean | undefined;
|
|
7211
7204
|
type?: "string" | "number" | "boolean" | undefined;
|
|
7212
7205
|
shortFlag?: (string & {
|
|
@@ -7270,7 +7263,7 @@ declare const schemas: {
|
|
|
7270
7263
|
readonly __kind: any;
|
|
7271
7264
|
}>) | undefined;
|
|
7272
7265
|
templates?: ({
|
|
7273
|
-
options?:
|
|
7266
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
7274
7267
|
boolean?: boolean | undefined;
|
|
7275
7268
|
type?: "string" | "number" | "boolean" | undefined;
|
|
7276
7269
|
shortFlag?: (string & {
|
|
@@ -7328,5 +7321,4 @@ declare const schemas: {
|
|
|
7328
7321
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
7329
7322
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
7330
7323
|
};
|
|
7331
|
-
|
|
7332
|
-
export { ParsedPluginInfo, RawPluginSchema, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
|
|
7324
|
+
//# sourceMappingURL=PluginSchema.d.ts.map
|