@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/RequestArgs.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 generatedSchemas: {
|
|
2
|
+
export declare const generatedSchemas: {
|
|
7
3
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
8
4
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
9
5
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
@@ -14,7 +10,7 @@ declare const generatedSchemas: {
|
|
|
14
10
|
yes?: boolean | undefined;
|
|
15
11
|
quickstart?: string | undefined;
|
|
16
12
|
pluginName?: string | undefined;
|
|
17
|
-
config:
|
|
13
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
18
14
|
language?: "en" | "fr" | undefined;
|
|
19
15
|
contracts?: Record<string, {
|
|
20
16
|
sourceFile: string;
|
|
@@ -22,7 +18,7 @@ declare const generatedSchemas: {
|
|
|
22
18
|
readonly __kind: any;
|
|
23
19
|
};
|
|
24
20
|
}> | undefined;
|
|
25
|
-
network?: Record<string, string |
|
|
21
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
26
22
|
label: string & {
|
|
27
23
|
readonly __kind: any;
|
|
28
24
|
};
|
|
@@ -32,7 +28,7 @@ declare const generatedSchemas: {
|
|
|
32
28
|
protocol: string & {
|
|
33
29
|
readonly __kind: any;
|
|
34
30
|
};
|
|
35
|
-
faucet:
|
|
31
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
36
32
|
pkh: string & {
|
|
37
33
|
readonly __kind: any;
|
|
38
34
|
};
|
|
@@ -78,7 +74,7 @@ declare const generatedSchemas: {
|
|
|
78
74
|
} & {
|
|
79
75
|
readonly __kind: any;
|
|
80
76
|
})> | undefined;
|
|
81
|
-
environment?: Record<string, string |
|
|
77
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
82
78
|
storage?: Record<string, any> | undefined;
|
|
83
79
|
aliases?: Record<string, any> | undefined;
|
|
84
80
|
networks: string[];
|
|
@@ -132,8 +128,7 @@ declare const generatedSchemas: {
|
|
|
132
128
|
} & {
|
|
133
129
|
readonly __kind: any;
|
|
134
130
|
}, any>;
|
|
135
|
-
}
|
|
136
|
-
declare const factory: {
|
|
131
|
+
}, factory: {
|
|
137
132
|
make: (input: {
|
|
138
133
|
plugin?: string | undefined;
|
|
139
134
|
version?: boolean | undefined;
|
|
@@ -142,7 +137,7 @@ declare const factory: {
|
|
|
142
137
|
yes?: boolean | undefined;
|
|
143
138
|
quickstart?: string | undefined;
|
|
144
139
|
pluginName?: string | undefined;
|
|
145
|
-
config:
|
|
140
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
146
141
|
language?: "en" | "fr" | undefined;
|
|
147
142
|
contracts?: Record<string, {
|
|
148
143
|
sourceFile: string;
|
|
@@ -150,7 +145,7 @@ declare const factory: {
|
|
|
150
145
|
readonly __kind: any;
|
|
151
146
|
};
|
|
152
147
|
}> | undefined;
|
|
153
|
-
network?: Record<string, string |
|
|
148
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
154
149
|
label: string & {
|
|
155
150
|
readonly __kind: any;
|
|
156
151
|
};
|
|
@@ -160,7 +155,7 @@ declare const factory: {
|
|
|
160
155
|
protocol: string & {
|
|
161
156
|
readonly __kind: any;
|
|
162
157
|
};
|
|
163
|
-
faucet:
|
|
158
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
164
159
|
pkh: string & {
|
|
165
160
|
readonly __kind: any;
|
|
166
161
|
};
|
|
@@ -206,7 +201,7 @@ declare const factory: {
|
|
|
206
201
|
} & {
|
|
207
202
|
readonly __kind: any;
|
|
208
203
|
})> | undefined;
|
|
209
|
-
environment?: Record<string, string |
|
|
204
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
210
205
|
storage?: Record<string, any> | undefined;
|
|
211
206
|
aliases?: Record<string, any> | undefined;
|
|
212
207
|
networks: string[];
|
|
@@ -257,7 +252,7 @@ declare const factory: {
|
|
|
257
252
|
setBuild: string;
|
|
258
253
|
setVersion: string;
|
|
259
254
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
260
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
255
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
261
256
|
plugin?: string | undefined;
|
|
262
257
|
version?: boolean | undefined;
|
|
263
258
|
build?: boolean | undefined;
|
|
@@ -265,7 +260,7 @@ declare const factory: {
|
|
|
265
260
|
yes?: boolean | undefined;
|
|
266
261
|
quickstart?: string | undefined;
|
|
267
262
|
pluginName?: string | undefined;
|
|
268
|
-
config:
|
|
263
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
269
264
|
language?: "en" | "fr" | undefined;
|
|
270
265
|
contracts?: Record<string, {
|
|
271
266
|
sourceFile: string;
|
|
@@ -273,7 +268,7 @@ declare const factory: {
|
|
|
273
268
|
readonly __kind: any;
|
|
274
269
|
};
|
|
275
270
|
}> | undefined;
|
|
276
|
-
network?: Record<string, string |
|
|
271
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
277
272
|
label: string & {
|
|
278
273
|
readonly __kind: any;
|
|
279
274
|
};
|
|
@@ -283,7 +278,7 @@ declare const factory: {
|
|
|
283
278
|
protocol: string & {
|
|
284
279
|
readonly __kind: any;
|
|
285
280
|
};
|
|
286
|
-
faucet:
|
|
281
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
287
282
|
pkh: string & {
|
|
288
283
|
readonly __kind: any;
|
|
289
284
|
};
|
|
@@ -329,7 +324,7 @@ declare const factory: {
|
|
|
329
324
|
} & {
|
|
330
325
|
readonly __kind: any;
|
|
331
326
|
})> | undefined;
|
|
332
|
-
environment?: Record<string, string |
|
|
327
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
333
328
|
storage?: Record<string, any> | undefined;
|
|
334
329
|
aliases?: Record<string, any> | undefined;
|
|
335
330
|
networks: string[];
|
|
@@ -383,7 +378,7 @@ declare const factory: {
|
|
|
383
378
|
} & {
|
|
384
379
|
readonly __kind: any;
|
|
385
380
|
}>;
|
|
386
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
381
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
387
382
|
plugin?: string | undefined;
|
|
388
383
|
version?: boolean | undefined;
|
|
389
384
|
build?: boolean | undefined;
|
|
@@ -391,7 +386,7 @@ declare const factory: {
|
|
|
391
386
|
yes?: boolean | undefined;
|
|
392
387
|
quickstart?: string | undefined;
|
|
393
388
|
pluginName?: string | undefined;
|
|
394
|
-
config:
|
|
389
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
395
390
|
language?: "en" | "fr" | undefined;
|
|
396
391
|
contracts?: Record<string, {
|
|
397
392
|
sourceFile: string;
|
|
@@ -399,7 +394,7 @@ declare const factory: {
|
|
|
399
394
|
readonly __kind: any;
|
|
400
395
|
};
|
|
401
396
|
}> | undefined;
|
|
402
|
-
network?: Record<string, string |
|
|
397
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
403
398
|
label: string & {
|
|
404
399
|
readonly __kind: any;
|
|
405
400
|
};
|
|
@@ -409,7 +404,7 @@ declare const factory: {
|
|
|
409
404
|
protocol: string & {
|
|
410
405
|
readonly __kind: any;
|
|
411
406
|
};
|
|
412
|
-
faucet:
|
|
407
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
413
408
|
pkh: string & {
|
|
414
409
|
readonly __kind: any;
|
|
415
410
|
};
|
|
@@ -455,7 +450,7 @@ declare const factory: {
|
|
|
455
450
|
} & {
|
|
456
451
|
readonly __kind: any;
|
|
457
452
|
})> | undefined;
|
|
458
|
-
environment?: Record<string, string |
|
|
453
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
459
454
|
storage?: Record<string, any> | undefined;
|
|
460
455
|
aliases?: Record<string, any> | undefined;
|
|
461
456
|
networks: string[];
|
|
@@ -600,7 +595,7 @@ declare const factory: {
|
|
|
600
595
|
yes?: boolean | undefined;
|
|
601
596
|
quickstart?: string | undefined;
|
|
602
597
|
pluginName?: string | undefined;
|
|
603
|
-
config:
|
|
598
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
604
599
|
language?: "en" | "fr" | undefined;
|
|
605
600
|
contracts?: Record<string, {
|
|
606
601
|
sourceFile: string;
|
|
@@ -608,7 +603,7 @@ declare const factory: {
|
|
|
608
603
|
readonly __kind: any;
|
|
609
604
|
};
|
|
610
605
|
}> | undefined;
|
|
611
|
-
network?: Record<string, string |
|
|
606
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
612
607
|
label: string & {
|
|
613
608
|
readonly __kind: any;
|
|
614
609
|
};
|
|
@@ -618,7 +613,7 @@ declare const factory: {
|
|
|
618
613
|
protocol: string & {
|
|
619
614
|
readonly __kind: any;
|
|
620
615
|
};
|
|
621
|
-
faucet:
|
|
616
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
622
617
|
pkh: string & {
|
|
623
618
|
readonly __kind: any;
|
|
624
619
|
};
|
|
@@ -664,7 +659,7 @@ declare const factory: {
|
|
|
664
659
|
} & {
|
|
665
660
|
readonly __kind: any;
|
|
666
661
|
})> | undefined;
|
|
667
|
-
environment?: Record<string, string |
|
|
662
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
668
663
|
storage?: Record<string, any> | undefined;
|
|
669
664
|
aliases?: Record<string, any> | undefined;
|
|
670
665
|
networks: string[];
|
|
@@ -723,7 +718,7 @@ declare const factory: {
|
|
|
723
718
|
yes?: boolean | undefined;
|
|
724
719
|
quickstart?: string | undefined;
|
|
725
720
|
pluginName?: string | undefined;
|
|
726
|
-
config:
|
|
721
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
727
722
|
language?: "en" | "fr" | undefined;
|
|
728
723
|
contracts?: Record<string, {
|
|
729
724
|
sourceFile: string;
|
|
@@ -731,7 +726,7 @@ declare const factory: {
|
|
|
731
726
|
readonly __kind: any;
|
|
732
727
|
};
|
|
733
728
|
}> | undefined;
|
|
734
|
-
network?: Record<string, string |
|
|
729
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
735
730
|
label: string & {
|
|
736
731
|
readonly __kind: any;
|
|
737
732
|
};
|
|
@@ -741,7 +736,7 @@ declare const factory: {
|
|
|
741
736
|
protocol: string & {
|
|
742
737
|
readonly __kind: any;
|
|
743
738
|
};
|
|
744
|
-
faucet:
|
|
739
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
745
740
|
pkh: string & {
|
|
746
741
|
readonly __kind: any;
|
|
747
742
|
};
|
|
@@ -787,7 +782,7 @@ declare const factory: {
|
|
|
787
782
|
} & {
|
|
788
783
|
readonly __kind: any;
|
|
789
784
|
})> | undefined;
|
|
790
|
-
environment?: Record<string, string |
|
|
785
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
791
786
|
storage?: Record<string, any> | undefined;
|
|
792
787
|
aliases?: Record<string, any> | undefined;
|
|
793
788
|
networks: string[];
|
|
@@ -849,7 +844,7 @@ declare const factory: {
|
|
|
849
844
|
yes?: boolean | undefined;
|
|
850
845
|
quickstart?: string | undefined;
|
|
851
846
|
pluginName?: string | undefined;
|
|
852
|
-
config:
|
|
847
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
853
848
|
language?: "en" | "fr" | undefined;
|
|
854
849
|
contracts?: Record<string, {
|
|
855
850
|
sourceFile: string;
|
|
@@ -857,7 +852,7 @@ declare const factory: {
|
|
|
857
852
|
readonly __kind: any;
|
|
858
853
|
};
|
|
859
854
|
}> | undefined;
|
|
860
|
-
network?: Record<string, string |
|
|
855
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
861
856
|
label: string & {
|
|
862
857
|
readonly __kind: any;
|
|
863
858
|
};
|
|
@@ -867,7 +862,7 @@ declare const factory: {
|
|
|
867
862
|
protocol: string & {
|
|
868
863
|
readonly __kind: any;
|
|
869
864
|
};
|
|
870
|
-
faucet:
|
|
865
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
871
866
|
pkh: string & {
|
|
872
867
|
readonly __kind: any;
|
|
873
868
|
};
|
|
@@ -913,7 +908,7 @@ declare const factory: {
|
|
|
913
908
|
} & {
|
|
914
909
|
readonly __kind: any;
|
|
915
910
|
})> | undefined;
|
|
916
|
-
environment?: Record<string, string |
|
|
911
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
917
912
|
storage?: Record<string, any> | undefined;
|
|
918
913
|
aliases?: Record<string, any> | undefined;
|
|
919
914
|
networks: string[];
|
|
@@ -968,9 +963,9 @@ declare const factory: {
|
|
|
968
963
|
readonly __kind: any;
|
|
969
964
|
};
|
|
970
965
|
};
|
|
971
|
-
declare type RequestArgs = z.infer<typeof generatedSchemas.schema>;
|
|
972
|
-
declare type t = RequestArgs;
|
|
973
|
-
declare const schemas: {
|
|
966
|
+
export declare type RequestArgs = z.infer<typeof generatedSchemas.schema>;
|
|
967
|
+
export declare type t = RequestArgs;
|
|
968
|
+
export declare const schemas: {
|
|
974
969
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
975
970
|
plugin?: string | undefined;
|
|
976
971
|
version?: boolean | undefined;
|
|
@@ -979,7 +974,7 @@ declare const schemas: {
|
|
|
979
974
|
yes?: boolean | undefined;
|
|
980
975
|
quickstart?: string | undefined;
|
|
981
976
|
pluginName?: string | undefined;
|
|
982
|
-
config:
|
|
977
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
983
978
|
language?: "en" | "fr" | undefined;
|
|
984
979
|
contracts?: Record<string, {
|
|
985
980
|
sourceFile: string;
|
|
@@ -987,7 +982,7 @@ declare const schemas: {
|
|
|
987
982
|
readonly __kind: any;
|
|
988
983
|
};
|
|
989
984
|
}> | undefined;
|
|
990
|
-
network?: Record<string, string |
|
|
985
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
991
986
|
label: string & {
|
|
992
987
|
readonly __kind: any;
|
|
993
988
|
};
|
|
@@ -997,7 +992,7 @@ declare const schemas: {
|
|
|
997
992
|
protocol: string & {
|
|
998
993
|
readonly __kind: any;
|
|
999
994
|
};
|
|
1000
|
-
faucet:
|
|
995
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1001
996
|
pkh: string & {
|
|
1002
997
|
readonly __kind: any;
|
|
1003
998
|
};
|
|
@@ -1043,7 +1038,7 @@ declare const schemas: {
|
|
|
1043
1038
|
} & {
|
|
1044
1039
|
readonly __kind: any;
|
|
1045
1040
|
})> | undefined;
|
|
1046
|
-
environment?: Record<string, string |
|
|
1041
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1047
1042
|
storage?: Record<string, any> | undefined;
|
|
1048
1043
|
aliases?: Record<string, any> | undefined;
|
|
1049
1044
|
networks: string[];
|
|
@@ -1104,7 +1099,7 @@ declare const schemas: {
|
|
|
1104
1099
|
yes?: boolean | undefined;
|
|
1105
1100
|
quickstart?: string | undefined;
|
|
1106
1101
|
pluginName?: string | undefined;
|
|
1107
|
-
config:
|
|
1102
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1108
1103
|
language?: "en" | "fr" | undefined;
|
|
1109
1104
|
contracts?: Record<string, {
|
|
1110
1105
|
sourceFile: string;
|
|
@@ -1112,7 +1107,7 @@ declare const schemas: {
|
|
|
1112
1107
|
readonly __kind: any;
|
|
1113
1108
|
};
|
|
1114
1109
|
}> | undefined;
|
|
1115
|
-
network?: Record<string, string |
|
|
1110
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1116
1111
|
label: string & {
|
|
1117
1112
|
readonly __kind: any;
|
|
1118
1113
|
};
|
|
@@ -1122,7 +1117,7 @@ declare const schemas: {
|
|
|
1122
1117
|
protocol: string & {
|
|
1123
1118
|
readonly __kind: any;
|
|
1124
1119
|
};
|
|
1125
|
-
faucet:
|
|
1120
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1126
1121
|
pkh: string & {
|
|
1127
1122
|
readonly __kind: any;
|
|
1128
1123
|
};
|
|
@@ -1168,7 +1163,7 @@ declare const schemas: {
|
|
|
1168
1163
|
} & {
|
|
1169
1164
|
readonly __kind: any;
|
|
1170
1165
|
})> | undefined;
|
|
1171
|
-
environment?: Record<string, string |
|
|
1166
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1172
1167
|
storage?: Record<string, any> | undefined;
|
|
1173
1168
|
aliases?: Record<string, any> | undefined;
|
|
1174
1169
|
networks: string[];
|
|
@@ -1225,7 +1220,7 @@ declare const schemas: {
|
|
|
1225
1220
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1226
1221
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1227
1222
|
};
|
|
1228
|
-
declare const proxy: {
|
|
1223
|
+
export declare const proxy: {
|
|
1229
1224
|
schemas: {
|
|
1230
1225
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1231
1226
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
@@ -1237,7 +1232,7 @@ declare const proxy: {
|
|
|
1237
1232
|
yes?: boolean | undefined;
|
|
1238
1233
|
quickstart?: string | undefined;
|
|
1239
1234
|
pluginName?: string | undefined;
|
|
1240
|
-
config:
|
|
1235
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1241
1236
|
language?: "en" | "fr" | undefined;
|
|
1242
1237
|
contracts?: Record<string, {
|
|
1243
1238
|
sourceFile: string;
|
|
@@ -1245,7 +1240,7 @@ declare const proxy: {
|
|
|
1245
1240
|
readonly __kind: any;
|
|
1246
1241
|
};
|
|
1247
1242
|
}> | undefined;
|
|
1248
|
-
network?: Record<string, string |
|
|
1243
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1249
1244
|
label: string & {
|
|
1250
1245
|
readonly __kind: any;
|
|
1251
1246
|
};
|
|
@@ -1255,7 +1250,7 @@ declare const proxy: {
|
|
|
1255
1250
|
protocol: string & {
|
|
1256
1251
|
readonly __kind: any;
|
|
1257
1252
|
};
|
|
1258
|
-
faucet:
|
|
1253
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1259
1254
|
pkh: string & {
|
|
1260
1255
|
readonly __kind: any;
|
|
1261
1256
|
};
|
|
@@ -1301,7 +1296,7 @@ declare const proxy: {
|
|
|
1301
1296
|
} & {
|
|
1302
1297
|
readonly __kind: any;
|
|
1303
1298
|
})> | undefined;
|
|
1304
|
-
environment?: Record<string, string |
|
|
1299
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1305
1300
|
storage?: Record<string, any> | undefined;
|
|
1306
1301
|
aliases?: Record<string, any> | undefined;
|
|
1307
1302
|
networks: string[];
|
|
@@ -1366,7 +1361,7 @@ declare const proxy: {
|
|
|
1366
1361
|
yes?: boolean | undefined;
|
|
1367
1362
|
quickstart?: string | undefined;
|
|
1368
1363
|
pluginName?: string | undefined;
|
|
1369
|
-
config:
|
|
1364
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1370
1365
|
language?: "en" | "fr" | undefined;
|
|
1371
1366
|
contracts?: Record<string, {
|
|
1372
1367
|
sourceFile: string;
|
|
@@ -1374,7 +1369,7 @@ declare const proxy: {
|
|
|
1374
1369
|
readonly __kind: any;
|
|
1375
1370
|
};
|
|
1376
1371
|
}> | undefined;
|
|
1377
|
-
network?: Record<string, string |
|
|
1372
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1378
1373
|
label: string & {
|
|
1379
1374
|
readonly __kind: any;
|
|
1380
1375
|
};
|
|
@@ -1384,7 +1379,7 @@ declare const proxy: {
|
|
|
1384
1379
|
protocol: string & {
|
|
1385
1380
|
readonly __kind: any;
|
|
1386
1381
|
};
|
|
1387
|
-
faucet:
|
|
1382
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1388
1383
|
pkh: string & {
|
|
1389
1384
|
readonly __kind: any;
|
|
1390
1385
|
};
|
|
@@ -1430,7 +1425,7 @@ declare const proxy: {
|
|
|
1430
1425
|
} & {
|
|
1431
1426
|
readonly __kind: any;
|
|
1432
1427
|
})> | undefined;
|
|
1433
|
-
environment?: Record<string, string |
|
|
1428
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1434
1429
|
storage?: Record<string, any> | undefined;
|
|
1435
1430
|
aliases?: Record<string, any> | undefined;
|
|
1436
1431
|
networks: string[];
|
|
@@ -1482,7 +1477,7 @@ declare const proxy: {
|
|
|
1482
1477
|
setBuild: string;
|
|
1483
1478
|
setVersion: string;
|
|
1484
1479
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
1485
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
1480
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1486
1481
|
plugin?: string | undefined;
|
|
1487
1482
|
version?: boolean | undefined;
|
|
1488
1483
|
build?: boolean | undefined;
|
|
@@ -1490,7 +1485,7 @@ declare const proxy: {
|
|
|
1490
1485
|
yes?: boolean | undefined;
|
|
1491
1486
|
quickstart?: string | undefined;
|
|
1492
1487
|
pluginName?: string | undefined;
|
|
1493
|
-
config:
|
|
1488
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1494
1489
|
language?: "en" | "fr" | undefined;
|
|
1495
1490
|
contracts?: Record<string, {
|
|
1496
1491
|
sourceFile: string;
|
|
@@ -1498,7 +1493,7 @@ declare const proxy: {
|
|
|
1498
1493
|
readonly __kind: any;
|
|
1499
1494
|
};
|
|
1500
1495
|
}> | undefined;
|
|
1501
|
-
network?: Record<string, string |
|
|
1496
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1502
1497
|
label: string & {
|
|
1503
1498
|
readonly __kind: any;
|
|
1504
1499
|
};
|
|
@@ -1508,7 +1503,7 @@ declare const proxy: {
|
|
|
1508
1503
|
protocol: string & {
|
|
1509
1504
|
readonly __kind: any;
|
|
1510
1505
|
};
|
|
1511
|
-
faucet:
|
|
1506
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1512
1507
|
pkh: string & {
|
|
1513
1508
|
readonly __kind: any;
|
|
1514
1509
|
};
|
|
@@ -1554,7 +1549,7 @@ declare const proxy: {
|
|
|
1554
1549
|
} & {
|
|
1555
1550
|
readonly __kind: any;
|
|
1556
1551
|
})> | undefined;
|
|
1557
|
-
environment?: Record<string, string |
|
|
1552
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1558
1553
|
storage?: Record<string, any> | undefined;
|
|
1559
1554
|
aliases?: Record<string, any> | undefined;
|
|
1560
1555
|
networks: string[];
|
|
@@ -1609,7 +1604,7 @@ declare const proxy: {
|
|
|
1609
1604
|
} & {
|
|
1610
1605
|
readonly __kind: any;
|
|
1611
1606
|
}>;
|
|
1612
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
1607
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1613
1608
|
plugin?: string | undefined;
|
|
1614
1609
|
version?: boolean | undefined;
|
|
1615
1610
|
build?: boolean | undefined;
|
|
@@ -1617,7 +1612,7 @@ declare const proxy: {
|
|
|
1617
1612
|
yes?: boolean | undefined;
|
|
1618
1613
|
quickstart?: string | undefined;
|
|
1619
1614
|
pluginName?: string | undefined;
|
|
1620
|
-
config:
|
|
1615
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1621
1616
|
language?: "en" | "fr" | undefined;
|
|
1622
1617
|
contracts?: Record<string, {
|
|
1623
1618
|
sourceFile: string;
|
|
@@ -1625,7 +1620,7 @@ declare const proxy: {
|
|
|
1625
1620
|
readonly __kind: any;
|
|
1626
1621
|
};
|
|
1627
1622
|
}> | undefined;
|
|
1628
|
-
network?: Record<string, string |
|
|
1623
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1629
1624
|
label: string & {
|
|
1630
1625
|
readonly __kind: any;
|
|
1631
1626
|
};
|
|
@@ -1635,7 +1630,7 @@ declare const proxy: {
|
|
|
1635
1630
|
protocol: string & {
|
|
1636
1631
|
readonly __kind: any;
|
|
1637
1632
|
};
|
|
1638
|
-
faucet:
|
|
1633
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1639
1634
|
pkh: string & {
|
|
1640
1635
|
readonly __kind: any;
|
|
1641
1636
|
};
|
|
@@ -1681,7 +1676,7 @@ declare const proxy: {
|
|
|
1681
1676
|
} & {
|
|
1682
1677
|
readonly __kind: any;
|
|
1683
1678
|
})> | undefined;
|
|
1684
|
-
environment?: Record<string, string |
|
|
1679
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1685
1680
|
storage?: Record<string, any> | undefined;
|
|
1686
1681
|
aliases?: Record<string, any> | undefined;
|
|
1687
1682
|
networks: string[];
|
|
@@ -1828,7 +1823,7 @@ declare const proxy: {
|
|
|
1828
1823
|
yes?: boolean | undefined;
|
|
1829
1824
|
quickstart?: string | undefined;
|
|
1830
1825
|
pluginName?: string | undefined;
|
|
1831
|
-
config:
|
|
1826
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1832
1827
|
language?: "en" | "fr" | undefined;
|
|
1833
1828
|
contracts?: Record<string, {
|
|
1834
1829
|
sourceFile: string;
|
|
@@ -1836,7 +1831,7 @@ declare const proxy: {
|
|
|
1836
1831
|
readonly __kind: any;
|
|
1837
1832
|
};
|
|
1838
1833
|
}> | undefined;
|
|
1839
|
-
network?: Record<string, string |
|
|
1834
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1840
1835
|
label: string & {
|
|
1841
1836
|
readonly __kind: any;
|
|
1842
1837
|
};
|
|
@@ -1846,7 +1841,7 @@ declare const proxy: {
|
|
|
1846
1841
|
protocol: string & {
|
|
1847
1842
|
readonly __kind: any;
|
|
1848
1843
|
};
|
|
1849
|
-
faucet:
|
|
1844
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1850
1845
|
pkh: string & {
|
|
1851
1846
|
readonly __kind: any;
|
|
1852
1847
|
};
|
|
@@ -1892,7 +1887,7 @@ declare const proxy: {
|
|
|
1892
1887
|
} & {
|
|
1893
1888
|
readonly __kind: any;
|
|
1894
1889
|
})> | undefined;
|
|
1895
|
-
environment?: Record<string, string |
|
|
1890
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1896
1891
|
storage?: Record<string, any> | undefined;
|
|
1897
1892
|
aliases?: Record<string, any> | undefined;
|
|
1898
1893
|
networks: string[];
|
|
@@ -1952,7 +1947,7 @@ declare const proxy: {
|
|
|
1952
1947
|
yes?: boolean | undefined;
|
|
1953
1948
|
quickstart?: string | undefined;
|
|
1954
1949
|
pluginName?: string | undefined;
|
|
1955
|
-
config:
|
|
1950
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
1956
1951
|
language?: "en" | "fr" | undefined;
|
|
1957
1952
|
contracts?: Record<string, {
|
|
1958
1953
|
sourceFile: string;
|
|
@@ -1960,7 +1955,7 @@ declare const proxy: {
|
|
|
1960
1955
|
readonly __kind: any;
|
|
1961
1956
|
};
|
|
1962
1957
|
}> | undefined;
|
|
1963
|
-
network?: Record<string, string |
|
|
1958
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1964
1959
|
label: string & {
|
|
1965
1960
|
readonly __kind: any;
|
|
1966
1961
|
};
|
|
@@ -1970,7 +1965,7 @@ declare const proxy: {
|
|
|
1970
1965
|
protocol: string & {
|
|
1971
1966
|
readonly __kind: any;
|
|
1972
1967
|
};
|
|
1973
|
-
faucet:
|
|
1968
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
1974
1969
|
pkh: string & {
|
|
1975
1970
|
readonly __kind: any;
|
|
1976
1971
|
};
|
|
@@ -2016,7 +2011,7 @@ declare const proxy: {
|
|
|
2016
2011
|
} & {
|
|
2017
2012
|
readonly __kind: any;
|
|
2018
2013
|
})> | undefined;
|
|
2019
|
-
environment?: Record<string, string |
|
|
2014
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2020
2015
|
storage?: Record<string, any> | undefined;
|
|
2021
2016
|
aliases?: Record<string, any> | undefined;
|
|
2022
2017
|
networks: string[];
|
|
@@ -2079,7 +2074,7 @@ declare const proxy: {
|
|
|
2079
2074
|
yes?: boolean | undefined;
|
|
2080
2075
|
quickstart?: string | undefined;
|
|
2081
2076
|
pluginName?: string | undefined;
|
|
2082
|
-
config:
|
|
2077
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2083
2078
|
language?: "en" | "fr" | undefined;
|
|
2084
2079
|
contracts?: Record<string, {
|
|
2085
2080
|
sourceFile: string;
|
|
@@ -2087,7 +2082,7 @@ declare const proxy: {
|
|
|
2087
2082
|
readonly __kind: any;
|
|
2088
2083
|
};
|
|
2089
2084
|
}> | undefined;
|
|
2090
|
-
network?: Record<string, string |
|
|
2085
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2091
2086
|
label: string & {
|
|
2092
2087
|
readonly __kind: any;
|
|
2093
2088
|
};
|
|
@@ -2097,7 +2092,7 @@ declare const proxy: {
|
|
|
2097
2092
|
protocol: string & {
|
|
2098
2093
|
readonly __kind: any;
|
|
2099
2094
|
};
|
|
2100
|
-
faucet:
|
|
2095
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2101
2096
|
pkh: string & {
|
|
2102
2097
|
readonly __kind: any;
|
|
2103
2098
|
};
|
|
@@ -2143,7 +2138,7 @@ declare const proxy: {
|
|
|
2143
2138
|
} & {
|
|
2144
2139
|
readonly __kind: any;
|
|
2145
2140
|
})> | undefined;
|
|
2146
|
-
environment?: Record<string, string |
|
|
2141
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2147
2142
|
storage?: Record<string, any> | undefined;
|
|
2148
2143
|
aliases?: Record<string, any> | undefined;
|
|
2149
2144
|
networks: string[];
|
|
@@ -2200,7 +2195,7 @@ declare const proxy: {
|
|
|
2200
2195
|
};
|
|
2201
2196
|
};
|
|
2202
2197
|
};
|
|
2203
|
-
declare const proxyTemplate: {
|
|
2198
|
+
export declare const proxyTemplate: {
|
|
2204
2199
|
schemas: {
|
|
2205
2200
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
2206
2201
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
@@ -2377,7 +2372,7 @@ declare const proxyTemplate: {
|
|
|
2377
2372
|
setVersion: string;
|
|
2378
2373
|
template: string;
|
|
2379
2374
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
2380
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
2375
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
2381
2376
|
plugin?: string | undefined;
|
|
2382
2377
|
version?: boolean | undefined;
|
|
2383
2378
|
build?: boolean | undefined;
|
|
@@ -2464,7 +2459,7 @@ declare const proxyTemplate: {
|
|
|
2464
2459
|
} & {
|
|
2465
2460
|
readonly __kind: any;
|
|
2466
2461
|
}>;
|
|
2467
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
2462
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
2468
2463
|
plugin?: string | undefined;
|
|
2469
2464
|
version?: boolean | undefined;
|
|
2470
2465
|
build?: boolean | undefined;
|
|
@@ -2895,7 +2890,7 @@ declare const proxyTemplate: {
|
|
|
2895
2890
|
};
|
|
2896
2891
|
};
|
|
2897
2892
|
};
|
|
2898
|
-
declare const proxySchemas: {
|
|
2893
|
+
export declare const proxySchemas: {
|
|
2899
2894
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
2900
2895
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
2901
2896
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
@@ -2906,7 +2901,7 @@ declare const proxySchemas: {
|
|
|
2906
2901
|
yes?: boolean | undefined;
|
|
2907
2902
|
quickstart?: string | undefined;
|
|
2908
2903
|
pluginName?: string | undefined;
|
|
2909
|
-
config:
|
|
2904
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
2910
2905
|
language?: "en" | "fr" | undefined;
|
|
2911
2906
|
contracts?: Record<string, {
|
|
2912
2907
|
sourceFile: string;
|
|
@@ -2914,7 +2909,7 @@ declare const proxySchemas: {
|
|
|
2914
2909
|
readonly __kind: any;
|
|
2915
2910
|
};
|
|
2916
2911
|
}> | undefined;
|
|
2917
|
-
network?: Record<string, string |
|
|
2912
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2918
2913
|
label: string & {
|
|
2919
2914
|
readonly __kind: any;
|
|
2920
2915
|
};
|
|
@@ -2924,7 +2919,7 @@ declare const proxySchemas: {
|
|
|
2924
2919
|
protocol: string & {
|
|
2925
2920
|
readonly __kind: any;
|
|
2926
2921
|
};
|
|
2927
|
-
faucet:
|
|
2922
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
2928
2923
|
pkh: string & {
|
|
2929
2924
|
readonly __kind: any;
|
|
2930
2925
|
};
|
|
@@ -2970,7 +2965,7 @@ declare const proxySchemas: {
|
|
|
2970
2965
|
} & {
|
|
2971
2966
|
readonly __kind: any;
|
|
2972
2967
|
})> | undefined;
|
|
2973
|
-
environment?: Record<string, string |
|
|
2968
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
2974
2969
|
storage?: Record<string, any> | undefined;
|
|
2975
2970
|
aliases?: Record<string, any> | undefined;
|
|
2976
2971
|
networks: string[];
|
|
@@ -3026,7 +3021,7 @@ declare const proxySchemas: {
|
|
|
3026
3021
|
readonly __kind: any;
|
|
3027
3022
|
}, any>;
|
|
3028
3023
|
};
|
|
3029
|
-
declare const proxyFactory: {
|
|
3024
|
+
export declare const proxyFactory: {
|
|
3030
3025
|
make: (input: {
|
|
3031
3026
|
plugin?: string | undefined;
|
|
3032
3027
|
version?: boolean | undefined;
|
|
@@ -3035,7 +3030,7 @@ declare const proxyFactory: {
|
|
|
3035
3030
|
yes?: boolean | undefined;
|
|
3036
3031
|
quickstart?: string | undefined;
|
|
3037
3032
|
pluginName?: string | undefined;
|
|
3038
|
-
config:
|
|
3033
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3039
3034
|
language?: "en" | "fr" | undefined;
|
|
3040
3035
|
contracts?: Record<string, {
|
|
3041
3036
|
sourceFile: string;
|
|
@@ -3043,7 +3038,7 @@ declare const proxyFactory: {
|
|
|
3043
3038
|
readonly __kind: any;
|
|
3044
3039
|
};
|
|
3045
3040
|
}> | undefined;
|
|
3046
|
-
network?: Record<string, string |
|
|
3041
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3047
3042
|
label: string & {
|
|
3048
3043
|
readonly __kind: any;
|
|
3049
3044
|
};
|
|
@@ -3053,7 +3048,7 @@ declare const proxyFactory: {
|
|
|
3053
3048
|
protocol: string & {
|
|
3054
3049
|
readonly __kind: any;
|
|
3055
3050
|
};
|
|
3056
|
-
faucet:
|
|
3051
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3057
3052
|
pkh: string & {
|
|
3058
3053
|
readonly __kind: any;
|
|
3059
3054
|
};
|
|
@@ -3099,7 +3094,7 @@ declare const proxyFactory: {
|
|
|
3099
3094
|
} & {
|
|
3100
3095
|
readonly __kind: any;
|
|
3101
3096
|
})> | undefined;
|
|
3102
|
-
environment?: Record<string, string |
|
|
3097
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3103
3098
|
storage?: Record<string, any> | undefined;
|
|
3104
3099
|
aliases?: Record<string, any> | undefined;
|
|
3105
3100
|
networks: string[];
|
|
@@ -3151,7 +3146,7 @@ declare const proxyFactory: {
|
|
|
3151
3146
|
setBuild: string;
|
|
3152
3147
|
setVersion: string;
|
|
3153
3148
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
3154
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
3149
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
3155
3150
|
plugin?: string | undefined;
|
|
3156
3151
|
version?: boolean | undefined;
|
|
3157
3152
|
build?: boolean | undefined;
|
|
@@ -3159,7 +3154,7 @@ declare const proxyFactory: {
|
|
|
3159
3154
|
yes?: boolean | undefined;
|
|
3160
3155
|
quickstart?: string | undefined;
|
|
3161
3156
|
pluginName?: string | undefined;
|
|
3162
|
-
config:
|
|
3157
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3163
3158
|
language?: "en" | "fr" | undefined;
|
|
3164
3159
|
contracts?: Record<string, {
|
|
3165
3160
|
sourceFile: string;
|
|
@@ -3167,7 +3162,7 @@ declare const proxyFactory: {
|
|
|
3167
3162
|
readonly __kind: any;
|
|
3168
3163
|
};
|
|
3169
3164
|
}> | undefined;
|
|
3170
|
-
network?: Record<string, string |
|
|
3165
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3171
3166
|
label: string & {
|
|
3172
3167
|
readonly __kind: any;
|
|
3173
3168
|
};
|
|
@@ -3177,7 +3172,7 @@ declare const proxyFactory: {
|
|
|
3177
3172
|
protocol: string & {
|
|
3178
3173
|
readonly __kind: any;
|
|
3179
3174
|
};
|
|
3180
|
-
faucet:
|
|
3175
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3181
3176
|
pkh: string & {
|
|
3182
3177
|
readonly __kind: any;
|
|
3183
3178
|
};
|
|
@@ -3223,7 +3218,7 @@ declare const proxyFactory: {
|
|
|
3223
3218
|
} & {
|
|
3224
3219
|
readonly __kind: any;
|
|
3225
3220
|
})> | undefined;
|
|
3226
|
-
environment?: Record<string, string |
|
|
3221
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3227
3222
|
storage?: Record<string, any> | undefined;
|
|
3228
3223
|
aliases?: Record<string, any> | undefined;
|
|
3229
3224
|
networks: string[];
|
|
@@ -3278,7 +3273,7 @@ declare const proxyFactory: {
|
|
|
3278
3273
|
} & {
|
|
3279
3274
|
readonly __kind: any;
|
|
3280
3275
|
}>;
|
|
3281
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
3276
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
3282
3277
|
plugin?: string | undefined;
|
|
3283
3278
|
version?: boolean | undefined;
|
|
3284
3279
|
build?: boolean | undefined;
|
|
@@ -3286,7 +3281,7 @@ declare const proxyFactory: {
|
|
|
3286
3281
|
yes?: boolean | undefined;
|
|
3287
3282
|
quickstart?: string | undefined;
|
|
3288
3283
|
pluginName?: string | undefined;
|
|
3289
|
-
config:
|
|
3284
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3290
3285
|
language?: "en" | "fr" | undefined;
|
|
3291
3286
|
contracts?: Record<string, {
|
|
3292
3287
|
sourceFile: string;
|
|
@@ -3294,7 +3289,7 @@ declare const proxyFactory: {
|
|
|
3294
3289
|
readonly __kind: any;
|
|
3295
3290
|
};
|
|
3296
3291
|
}> | undefined;
|
|
3297
|
-
network?: Record<string, string |
|
|
3292
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3298
3293
|
label: string & {
|
|
3299
3294
|
readonly __kind: any;
|
|
3300
3295
|
};
|
|
@@ -3304,7 +3299,7 @@ declare const proxyFactory: {
|
|
|
3304
3299
|
protocol: string & {
|
|
3305
3300
|
readonly __kind: any;
|
|
3306
3301
|
};
|
|
3307
|
-
faucet:
|
|
3302
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3308
3303
|
pkh: string & {
|
|
3309
3304
|
readonly __kind: any;
|
|
3310
3305
|
};
|
|
@@ -3350,7 +3345,7 @@ declare const proxyFactory: {
|
|
|
3350
3345
|
} & {
|
|
3351
3346
|
readonly __kind: any;
|
|
3352
3347
|
})> | undefined;
|
|
3353
|
-
environment?: Record<string, string |
|
|
3348
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3354
3349
|
storage?: Record<string, any> | undefined;
|
|
3355
3350
|
aliases?: Record<string, any> | undefined;
|
|
3356
3351
|
networks: string[];
|
|
@@ -3497,7 +3492,7 @@ declare const proxyFactory: {
|
|
|
3497
3492
|
yes?: boolean | undefined;
|
|
3498
3493
|
quickstart?: string | undefined;
|
|
3499
3494
|
pluginName?: string | undefined;
|
|
3500
|
-
config:
|
|
3495
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3501
3496
|
language?: "en" | "fr" | undefined;
|
|
3502
3497
|
contracts?: Record<string, {
|
|
3503
3498
|
sourceFile: string;
|
|
@@ -3505,7 +3500,7 @@ declare const proxyFactory: {
|
|
|
3505
3500
|
readonly __kind: any;
|
|
3506
3501
|
};
|
|
3507
3502
|
}> | undefined;
|
|
3508
|
-
network?: Record<string, string |
|
|
3503
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3509
3504
|
label: string & {
|
|
3510
3505
|
readonly __kind: any;
|
|
3511
3506
|
};
|
|
@@ -3515,7 +3510,7 @@ declare const proxyFactory: {
|
|
|
3515
3510
|
protocol: string & {
|
|
3516
3511
|
readonly __kind: any;
|
|
3517
3512
|
};
|
|
3518
|
-
faucet:
|
|
3513
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3519
3514
|
pkh: string & {
|
|
3520
3515
|
readonly __kind: any;
|
|
3521
3516
|
};
|
|
@@ -3561,7 +3556,7 @@ declare const proxyFactory: {
|
|
|
3561
3556
|
} & {
|
|
3562
3557
|
readonly __kind: any;
|
|
3563
3558
|
})> | undefined;
|
|
3564
|
-
environment?: Record<string, string |
|
|
3559
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3565
3560
|
storage?: Record<string, any> | undefined;
|
|
3566
3561
|
aliases?: Record<string, any> | undefined;
|
|
3567
3562
|
networks: string[];
|
|
@@ -3621,7 +3616,7 @@ declare const proxyFactory: {
|
|
|
3621
3616
|
yes?: boolean | undefined;
|
|
3622
3617
|
quickstart?: string | undefined;
|
|
3623
3618
|
pluginName?: string | undefined;
|
|
3624
|
-
config:
|
|
3619
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3625
3620
|
language?: "en" | "fr" | undefined;
|
|
3626
3621
|
contracts?: Record<string, {
|
|
3627
3622
|
sourceFile: string;
|
|
@@ -3629,7 +3624,7 @@ declare const proxyFactory: {
|
|
|
3629
3624
|
readonly __kind: any;
|
|
3630
3625
|
};
|
|
3631
3626
|
}> | undefined;
|
|
3632
|
-
network?: Record<string, string |
|
|
3627
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3633
3628
|
label: string & {
|
|
3634
3629
|
readonly __kind: any;
|
|
3635
3630
|
};
|
|
@@ -3639,7 +3634,7 @@ declare const proxyFactory: {
|
|
|
3639
3634
|
protocol: string & {
|
|
3640
3635
|
readonly __kind: any;
|
|
3641
3636
|
};
|
|
3642
|
-
faucet:
|
|
3637
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3643
3638
|
pkh: string & {
|
|
3644
3639
|
readonly __kind: any;
|
|
3645
3640
|
};
|
|
@@ -3685,7 +3680,7 @@ declare const proxyFactory: {
|
|
|
3685
3680
|
} & {
|
|
3686
3681
|
readonly __kind: any;
|
|
3687
3682
|
})> | undefined;
|
|
3688
|
-
environment?: Record<string, string |
|
|
3683
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3689
3684
|
storage?: Record<string, any> | undefined;
|
|
3690
3685
|
aliases?: Record<string, any> | undefined;
|
|
3691
3686
|
networks: string[];
|
|
@@ -3748,7 +3743,7 @@ declare const proxyFactory: {
|
|
|
3748
3743
|
yes?: boolean | undefined;
|
|
3749
3744
|
quickstart?: string | undefined;
|
|
3750
3745
|
pluginName?: string | undefined;
|
|
3751
|
-
config:
|
|
3746
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3752
3747
|
language?: "en" | "fr" | undefined;
|
|
3753
3748
|
contracts?: Record<string, {
|
|
3754
3749
|
sourceFile: string;
|
|
@@ -3756,7 +3751,7 @@ declare const proxyFactory: {
|
|
|
3756
3751
|
readonly __kind: any;
|
|
3757
3752
|
};
|
|
3758
3753
|
}> | undefined;
|
|
3759
|
-
network?: Record<string, string |
|
|
3754
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3760
3755
|
label: string & {
|
|
3761
3756
|
readonly __kind: any;
|
|
3762
3757
|
};
|
|
@@ -3766,7 +3761,7 @@ declare const proxyFactory: {
|
|
|
3766
3761
|
protocol: string & {
|
|
3767
3762
|
readonly __kind: any;
|
|
3768
3763
|
};
|
|
3769
|
-
faucet:
|
|
3764
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3770
3765
|
pkh: string & {
|
|
3771
3766
|
readonly __kind: any;
|
|
3772
3767
|
};
|
|
@@ -3812,7 +3807,7 @@ declare const proxyFactory: {
|
|
|
3812
3807
|
} & {
|
|
3813
3808
|
readonly __kind: any;
|
|
3814
3809
|
})> | undefined;
|
|
3815
|
-
environment?: Record<string, string |
|
|
3810
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3816
3811
|
storage?: Record<string, any> | undefined;
|
|
3817
3812
|
aliases?: Record<string, any> | undefined;
|
|
3818
3813
|
networks: string[];
|
|
@@ -3868,9 +3863,9 @@ declare const proxyFactory: {
|
|
|
3868
3863
|
readonly __kind: any;
|
|
3869
3864
|
};
|
|
3870
3865
|
};
|
|
3871
|
-
declare type ProxyRequestArgs = z.infer<typeof proxySchemas.schema>;
|
|
3872
|
-
declare type ProxyTemplateRequestArgs = z.infer<typeof proxyTemplate.schemas.schema>;
|
|
3873
|
-
declare const createProxyRequestArgs: (input: unknown) => {
|
|
3866
|
+
export declare type ProxyRequestArgs = z.infer<typeof proxySchemas.schema>;
|
|
3867
|
+
export declare type ProxyTemplateRequestArgs = z.infer<typeof proxyTemplate.schemas.schema>;
|
|
3868
|
+
export declare const createProxyRequestArgs: (input: unknown) => {
|
|
3874
3869
|
plugin?: string | undefined;
|
|
3875
3870
|
version?: boolean | undefined;
|
|
3876
3871
|
build?: boolean | undefined;
|
|
@@ -3878,7 +3873,7 @@ declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3878
3873
|
yes?: boolean | undefined;
|
|
3879
3874
|
quickstart?: string | undefined;
|
|
3880
3875
|
pluginName?: string | undefined;
|
|
3881
|
-
config:
|
|
3876
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
3882
3877
|
language?: "en" | "fr" | undefined;
|
|
3883
3878
|
contracts?: Record<string, {
|
|
3884
3879
|
sourceFile: string;
|
|
@@ -3886,7 +3881,7 @@ declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3886
3881
|
readonly __kind: any;
|
|
3887
3882
|
};
|
|
3888
3883
|
}> | undefined;
|
|
3889
|
-
network?: Record<string, string |
|
|
3884
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3890
3885
|
label: string & {
|
|
3891
3886
|
readonly __kind: any;
|
|
3892
3887
|
};
|
|
@@ -3896,7 +3891,7 @@ declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3896
3891
|
protocol: string & {
|
|
3897
3892
|
readonly __kind: any;
|
|
3898
3893
|
};
|
|
3899
|
-
faucet:
|
|
3894
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
3900
3895
|
pkh: string & {
|
|
3901
3896
|
readonly __kind: any;
|
|
3902
3897
|
};
|
|
@@ -3942,7 +3937,7 @@ declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3942
3937
|
} & {
|
|
3943
3938
|
readonly __kind: any;
|
|
3944
3939
|
})> | undefined;
|
|
3945
|
-
environment?: Record<string, string |
|
|
3940
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
3946
3941
|
storage?: Record<string, any> | undefined;
|
|
3947
3942
|
aliases?: Record<string, any> | undefined;
|
|
3948
3943
|
networks: string[];
|
|
@@ -3997,7 +3992,7 @@ declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3997
3992
|
} & {
|
|
3998
3993
|
readonly __kind: any;
|
|
3999
3994
|
};
|
|
4000
|
-
declare const makeProxyRequestArgs: (input: {
|
|
3995
|
+
export declare const makeProxyRequestArgs: (input: {
|
|
4001
3996
|
plugin?: string | undefined;
|
|
4002
3997
|
version?: boolean | undefined;
|
|
4003
3998
|
build?: boolean | undefined;
|
|
@@ -4005,7 +4000,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4005
4000
|
yes?: boolean | undefined;
|
|
4006
4001
|
quickstart?: string | undefined;
|
|
4007
4002
|
pluginName?: string | undefined;
|
|
4008
|
-
config:
|
|
4003
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4009
4004
|
language?: "en" | "fr" | undefined;
|
|
4010
4005
|
contracts?: Record<string, {
|
|
4011
4006
|
sourceFile: string;
|
|
@@ -4013,7 +4008,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4013
4008
|
readonly __kind: any;
|
|
4014
4009
|
};
|
|
4015
4010
|
}> | undefined;
|
|
4016
|
-
network?: Record<string, string |
|
|
4011
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4017
4012
|
label: string & {
|
|
4018
4013
|
readonly __kind: any;
|
|
4019
4014
|
};
|
|
@@ -4023,7 +4018,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4023
4018
|
protocol: string & {
|
|
4024
4019
|
readonly __kind: any;
|
|
4025
4020
|
};
|
|
4026
|
-
faucet:
|
|
4021
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4027
4022
|
pkh: string & {
|
|
4028
4023
|
readonly __kind: any;
|
|
4029
4024
|
};
|
|
@@ -4069,7 +4064,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4069
4064
|
} & {
|
|
4070
4065
|
readonly __kind: any;
|
|
4071
4066
|
})> | undefined;
|
|
4072
|
-
environment?: Record<string, string |
|
|
4067
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4073
4068
|
storage?: Record<string, any> | undefined;
|
|
4074
4069
|
aliases?: Record<string, any> | undefined;
|
|
4075
4070
|
networks: string[];
|
|
@@ -4121,7 +4116,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4121
4116
|
setBuild: string;
|
|
4122
4117
|
setVersion: string;
|
|
4123
4118
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
4124
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
4119
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
4125
4120
|
plugin?: string | undefined;
|
|
4126
4121
|
version?: boolean | undefined;
|
|
4127
4122
|
build?: boolean | undefined;
|
|
@@ -4129,7 +4124,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4129
4124
|
yes?: boolean | undefined;
|
|
4130
4125
|
quickstart?: string | undefined;
|
|
4131
4126
|
pluginName?: string | undefined;
|
|
4132
|
-
config:
|
|
4127
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4133
4128
|
language?: "en" | "fr" | undefined;
|
|
4134
4129
|
contracts?: Record<string, {
|
|
4135
4130
|
sourceFile: string;
|
|
@@ -4137,7 +4132,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4137
4132
|
readonly __kind: any;
|
|
4138
4133
|
};
|
|
4139
4134
|
}> | undefined;
|
|
4140
|
-
network?: Record<string, string |
|
|
4135
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4141
4136
|
label: string & {
|
|
4142
4137
|
readonly __kind: any;
|
|
4143
4138
|
};
|
|
@@ -4147,7 +4142,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4147
4142
|
protocol: string & {
|
|
4148
4143
|
readonly __kind: any;
|
|
4149
4144
|
};
|
|
4150
|
-
faucet:
|
|
4145
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4151
4146
|
pkh: string & {
|
|
4152
4147
|
readonly __kind: any;
|
|
4153
4148
|
};
|
|
@@ -4193,7 +4188,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4193
4188
|
} & {
|
|
4194
4189
|
readonly __kind: any;
|
|
4195
4190
|
})> | undefined;
|
|
4196
|
-
environment?: Record<string, string |
|
|
4191
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4197
4192
|
storage?: Record<string, any> | undefined;
|
|
4198
4193
|
aliases?: Record<string, any> | undefined;
|
|
4199
4194
|
networks: string[];
|
|
@@ -4248,7 +4243,7 @@ declare const makeProxyRequestArgs: (input: {
|
|
|
4248
4243
|
} & {
|
|
4249
4244
|
readonly __kind: any;
|
|
4250
4245
|
}>;
|
|
4251
|
-
declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
4246
|
+
export declare const ofProxyRequestArgs: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
4252
4247
|
plugin?: string | undefined;
|
|
4253
4248
|
version?: boolean | undefined;
|
|
4254
4249
|
build?: boolean | undefined;
|
|
@@ -4256,7 +4251,7 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
|
|
|
4256
4251
|
yes?: boolean | undefined;
|
|
4257
4252
|
quickstart?: string | undefined;
|
|
4258
4253
|
pluginName?: string | undefined;
|
|
4259
|
-
config:
|
|
4254
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4260
4255
|
language?: "en" | "fr" | undefined;
|
|
4261
4256
|
contracts?: Record<string, {
|
|
4262
4257
|
sourceFile: string;
|
|
@@ -4264,7 +4259,7 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
|
|
|
4264
4259
|
readonly __kind: any;
|
|
4265
4260
|
};
|
|
4266
4261
|
}> | undefined;
|
|
4267
|
-
network?: Record<string, string |
|
|
4262
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4268
4263
|
label: string & {
|
|
4269
4264
|
readonly __kind: any;
|
|
4270
4265
|
};
|
|
@@ -4274,7 +4269,7 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
|
|
|
4274
4269
|
protocol: string & {
|
|
4275
4270
|
readonly __kind: any;
|
|
4276
4271
|
};
|
|
4277
|
-
faucet:
|
|
4272
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4278
4273
|
pkh: string & {
|
|
4279
4274
|
readonly __kind: any;
|
|
4280
4275
|
};
|
|
@@ -4320,7 +4315,7 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
|
|
|
4320
4315
|
} & {
|
|
4321
4316
|
readonly __kind: any;
|
|
4322
4317
|
})> | undefined;
|
|
4323
|
-
environment?: Record<string, string |
|
|
4318
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4324
4319
|
storage?: Record<string, any> | undefined;
|
|
4325
4320
|
aliases?: Record<string, any> | undefined;
|
|
4326
4321
|
networks: string[];
|
|
@@ -4375,7 +4370,7 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
|
|
|
4375
4370
|
} & {
|
|
4376
4371
|
readonly __kind: any;
|
|
4377
4372
|
}>;
|
|
4378
|
-
declare const createProxyTemplateRequestArgs: (input: unknown) => {
|
|
4373
|
+
export declare const createProxyTemplateRequestArgs: (input: unknown) => {
|
|
4379
4374
|
plugin?: string | undefined;
|
|
4380
4375
|
version?: boolean | undefined;
|
|
4381
4376
|
build?: boolean | undefined;
|
|
@@ -4462,7 +4457,7 @@ declare const createProxyTemplateRequestArgs: (input: unknown) => {
|
|
|
4462
4457
|
} & {
|
|
4463
4458
|
readonly __kind: any;
|
|
4464
4459
|
};
|
|
4465
|
-
declare const makeProxyTemplateRequestArgs: (input: {
|
|
4460
|
+
export declare const makeProxyTemplateRequestArgs: (input: {
|
|
4466
4461
|
plugin?: string | undefined;
|
|
4467
4462
|
version?: boolean | undefined;
|
|
4468
4463
|
build?: boolean | undefined;
|
|
@@ -4546,7 +4541,7 @@ declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4546
4541
|
setVersion: string;
|
|
4547
4542
|
template: string;
|
|
4548
4543
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
4549
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
4544
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
4550
4545
|
plugin?: string | undefined;
|
|
4551
4546
|
version?: boolean | undefined;
|
|
4552
4547
|
build?: boolean | undefined;
|
|
@@ -4633,7 +4628,7 @@ declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4633
4628
|
} & {
|
|
4634
4629
|
readonly __kind: any;
|
|
4635
4630
|
}>;
|
|
4636
|
-
declare const ofProxyTemplateRequestArgs: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
4631
|
+
export declare const ofProxyTemplateRequestArgs: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
4637
4632
|
plugin?: string | undefined;
|
|
4638
4633
|
version?: boolean | undefined;
|
|
4639
4634
|
build?: boolean | undefined;
|
|
@@ -4720,7 +4715,7 @@ declare const ofProxyTemplateRequestArgs: (input: unknown) => fluture.FutureInst
|
|
|
4720
4715
|
} & {
|
|
4721
4716
|
readonly __kind: any;
|
|
4722
4717
|
}>;
|
|
4723
|
-
declare const create: (input: {
|
|
4718
|
+
export declare const create: (input: {
|
|
4724
4719
|
plugin?: string | undefined;
|
|
4725
4720
|
version?: boolean | undefined;
|
|
4726
4721
|
build?: boolean | undefined;
|
|
@@ -4811,7 +4806,7 @@ declare const create: (input: {
|
|
|
4811
4806
|
yes?: boolean | undefined;
|
|
4812
4807
|
quickstart?: string | undefined;
|
|
4813
4808
|
pluginName?: string | undefined;
|
|
4814
|
-
config:
|
|
4809
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4815
4810
|
language?: "en" | "fr" | undefined;
|
|
4816
4811
|
contracts?: Record<string, {
|
|
4817
4812
|
sourceFile: string;
|
|
@@ -4819,7 +4814,7 @@ declare const create: (input: {
|
|
|
4819
4814
|
readonly __kind: any;
|
|
4820
4815
|
};
|
|
4821
4816
|
}> | undefined;
|
|
4822
|
-
network?: Record<string, string |
|
|
4817
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4823
4818
|
label: string & {
|
|
4824
4819
|
readonly __kind: any;
|
|
4825
4820
|
};
|
|
@@ -4829,7 +4824,7 @@ declare const create: (input: {
|
|
|
4829
4824
|
protocol: string & {
|
|
4830
4825
|
readonly __kind: any;
|
|
4831
4826
|
};
|
|
4832
|
-
faucet:
|
|
4827
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4833
4828
|
pkh: string & {
|
|
4834
4829
|
readonly __kind: any;
|
|
4835
4830
|
};
|
|
@@ -4875,7 +4870,7 @@ declare const create: (input: {
|
|
|
4875
4870
|
} & {
|
|
4876
4871
|
readonly __kind: any;
|
|
4877
4872
|
})> | undefined;
|
|
4878
|
-
environment?: Record<string, string |
|
|
4873
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4879
4874
|
storage?: Record<string, any> | undefined;
|
|
4880
4875
|
aliases?: Record<string, any> | undefined;
|
|
4881
4876
|
networks: string[];
|
|
@@ -4934,7 +4929,7 @@ declare const create: (input: {
|
|
|
4934
4929
|
yes?: boolean | undefined;
|
|
4935
4930
|
quickstart?: string | undefined;
|
|
4936
4931
|
pluginName?: string | undefined;
|
|
4937
|
-
config:
|
|
4932
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
4938
4933
|
language?: "en" | "fr" | undefined;
|
|
4939
4934
|
contracts?: Record<string, {
|
|
4940
4935
|
sourceFile: string;
|
|
@@ -4942,7 +4937,7 @@ declare const create: (input: {
|
|
|
4942
4937
|
readonly __kind: any;
|
|
4943
4938
|
};
|
|
4944
4939
|
}> | undefined;
|
|
4945
|
-
network?: Record<string, string |
|
|
4940
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
4946
4941
|
label: string & {
|
|
4947
4942
|
readonly __kind: any;
|
|
4948
4943
|
};
|
|
@@ -4952,7 +4947,7 @@ declare const create: (input: {
|
|
|
4952
4947
|
protocol: string & {
|
|
4953
4948
|
readonly __kind: any;
|
|
4954
4949
|
};
|
|
4955
|
-
faucet:
|
|
4950
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
4956
4951
|
pkh: string & {
|
|
4957
4952
|
readonly __kind: any;
|
|
4958
4953
|
};
|
|
@@ -4998,7 +4993,7 @@ declare const create: (input: {
|
|
|
4998
4993
|
} & {
|
|
4999
4994
|
readonly __kind: any;
|
|
5000
4995
|
})> | undefined;
|
|
5001
|
-
environment?: Record<string, string |
|
|
4996
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5002
4997
|
storage?: Record<string, any> | undefined;
|
|
5003
4998
|
aliases?: Record<string, any> | undefined;
|
|
5004
4999
|
networks: string[];
|
|
@@ -5051,8 +5046,7 @@ declare const create: (input: {
|
|
|
5051
5046
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
5052
5047
|
} & {
|
|
5053
5048
|
readonly __kind: any;
|
|
5054
|
-
}
|
|
5055
|
-
declare const make: (input: {
|
|
5049
|
+
}, make: (input: {
|
|
5056
5050
|
plugin?: string | undefined;
|
|
5057
5051
|
version?: boolean | undefined;
|
|
5058
5052
|
build?: boolean | undefined;
|
|
@@ -5060,7 +5054,7 @@ declare const make: (input: {
|
|
|
5060
5054
|
yes?: boolean | undefined;
|
|
5061
5055
|
quickstart?: string | undefined;
|
|
5062
5056
|
pluginName?: string | undefined;
|
|
5063
|
-
config:
|
|
5057
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5064
5058
|
language?: "en" | "fr" | undefined;
|
|
5065
5059
|
contracts?: Record<string, {
|
|
5066
5060
|
sourceFile: string;
|
|
@@ -5068,7 +5062,7 @@ declare const make: (input: {
|
|
|
5068
5062
|
readonly __kind: any;
|
|
5069
5063
|
};
|
|
5070
5064
|
}> | undefined;
|
|
5071
|
-
network?: Record<string, string |
|
|
5065
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5072
5066
|
label: string & {
|
|
5073
5067
|
readonly __kind: any;
|
|
5074
5068
|
};
|
|
@@ -5078,7 +5072,7 @@ declare const make: (input: {
|
|
|
5078
5072
|
protocol: string & {
|
|
5079
5073
|
readonly __kind: any;
|
|
5080
5074
|
};
|
|
5081
|
-
faucet:
|
|
5075
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5082
5076
|
pkh: string & {
|
|
5083
5077
|
readonly __kind: any;
|
|
5084
5078
|
};
|
|
@@ -5124,7 +5118,7 @@ declare const make: (input: {
|
|
|
5124
5118
|
} & {
|
|
5125
5119
|
readonly __kind: any;
|
|
5126
5120
|
})> | undefined;
|
|
5127
|
-
environment?: Record<string, string |
|
|
5121
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5128
5122
|
storage?: Record<string, any> | undefined;
|
|
5129
5123
|
aliases?: Record<string, any> | undefined;
|
|
5130
5124
|
networks: string[];
|
|
@@ -5175,7 +5169,7 @@ declare const make: (input: {
|
|
|
5175
5169
|
setBuild: string;
|
|
5176
5170
|
setVersion: string;
|
|
5177
5171
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
5178
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
5172
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
5179
5173
|
plugin?: string | undefined;
|
|
5180
5174
|
version?: boolean | undefined;
|
|
5181
5175
|
build?: boolean | undefined;
|
|
@@ -5183,7 +5177,7 @@ declare const make: (input: {
|
|
|
5183
5177
|
yes?: boolean | undefined;
|
|
5184
5178
|
quickstart?: string | undefined;
|
|
5185
5179
|
pluginName?: string | undefined;
|
|
5186
|
-
config:
|
|
5180
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5187
5181
|
language?: "en" | "fr" | undefined;
|
|
5188
5182
|
contracts?: Record<string, {
|
|
5189
5183
|
sourceFile: string;
|
|
@@ -5191,7 +5185,7 @@ declare const make: (input: {
|
|
|
5191
5185
|
readonly __kind: any;
|
|
5192
5186
|
};
|
|
5193
5187
|
}> | undefined;
|
|
5194
|
-
network?: Record<string, string |
|
|
5188
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5195
5189
|
label: string & {
|
|
5196
5190
|
readonly __kind: any;
|
|
5197
5191
|
};
|
|
@@ -5201,7 +5195,7 @@ declare const make: (input: {
|
|
|
5201
5195
|
protocol: string & {
|
|
5202
5196
|
readonly __kind: any;
|
|
5203
5197
|
};
|
|
5204
|
-
faucet:
|
|
5198
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5205
5199
|
pkh: string & {
|
|
5206
5200
|
readonly __kind: any;
|
|
5207
5201
|
};
|
|
@@ -5247,7 +5241,7 @@ declare const make: (input: {
|
|
|
5247
5241
|
} & {
|
|
5248
5242
|
readonly __kind: any;
|
|
5249
5243
|
})> | undefined;
|
|
5250
|
-
environment?: Record<string, string |
|
|
5244
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5251
5245
|
storage?: Record<string, any> | undefined;
|
|
5252
5246
|
aliases?: Record<string, any> | undefined;
|
|
5253
5247
|
networks: string[];
|
|
@@ -5300,8 +5294,7 @@ declare const make: (input: {
|
|
|
5300
5294
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
5301
5295
|
} & {
|
|
5302
5296
|
readonly __kind: any;
|
|
5303
|
-
}
|
|
5304
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
5297
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
5305
5298
|
plugin?: string | undefined;
|
|
5306
5299
|
version?: boolean | undefined;
|
|
5307
5300
|
build?: boolean | undefined;
|
|
@@ -5309,7 +5302,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5309
5302
|
yes?: boolean | undefined;
|
|
5310
5303
|
quickstart?: string | undefined;
|
|
5311
5304
|
pluginName?: string | undefined;
|
|
5312
|
-
config:
|
|
5305
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5313
5306
|
language?: "en" | "fr" | undefined;
|
|
5314
5307
|
contracts?: Record<string, {
|
|
5315
5308
|
sourceFile: string;
|
|
@@ -5317,7 +5310,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5317
5310
|
readonly __kind: any;
|
|
5318
5311
|
};
|
|
5319
5312
|
}> | undefined;
|
|
5320
|
-
network?: Record<string, string |
|
|
5313
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5321
5314
|
label: string & {
|
|
5322
5315
|
readonly __kind: any;
|
|
5323
5316
|
};
|
|
@@ -5327,7 +5320,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5327
5320
|
protocol: string & {
|
|
5328
5321
|
readonly __kind: any;
|
|
5329
5322
|
};
|
|
5330
|
-
faucet:
|
|
5323
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5331
5324
|
pkh: string & {
|
|
5332
5325
|
readonly __kind: any;
|
|
5333
5326
|
};
|
|
@@ -5373,7 +5366,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5373
5366
|
} & {
|
|
5374
5367
|
readonly __kind: any;
|
|
5375
5368
|
})> | undefined;
|
|
5376
|
-
environment?: Record<string, string |
|
|
5369
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5377
5370
|
storage?: Record<string, any> | undefined;
|
|
5378
5371
|
aliases?: Record<string, any> | undefined;
|
|
5379
5372
|
networks: string[];
|
|
@@ -5426,8 +5419,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
5426
5419
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
5427
5420
|
} & {
|
|
5428
5421
|
readonly __kind: any;
|
|
5429
|
-
}
|
|
5430
|
-
declare const from: (input: unknown) => {
|
|
5422
|
+
}>, from: (input: unknown) => {
|
|
5431
5423
|
plugin?: string | undefined;
|
|
5432
5424
|
version?: boolean | undefined;
|
|
5433
5425
|
build?: boolean | undefined;
|
|
@@ -5435,7 +5427,7 @@ declare const from: (input: unknown) => {
|
|
|
5435
5427
|
yes?: boolean | undefined;
|
|
5436
5428
|
quickstart?: string | undefined;
|
|
5437
5429
|
pluginName?: string | undefined;
|
|
5438
|
-
config:
|
|
5430
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
5439
5431
|
language?: "en" | "fr" | undefined;
|
|
5440
5432
|
contracts?: Record<string, {
|
|
5441
5433
|
sourceFile: string;
|
|
@@ -5443,7 +5435,7 @@ declare const from: (input: unknown) => {
|
|
|
5443
5435
|
readonly __kind: any;
|
|
5444
5436
|
};
|
|
5445
5437
|
}> | undefined;
|
|
5446
|
-
network?: Record<string, string |
|
|
5438
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5447
5439
|
label: string & {
|
|
5448
5440
|
readonly __kind: any;
|
|
5449
5441
|
};
|
|
@@ -5453,7 +5445,7 @@ declare const from: (input: unknown) => {
|
|
|
5453
5445
|
protocol: string & {
|
|
5454
5446
|
readonly __kind: any;
|
|
5455
5447
|
};
|
|
5456
|
-
faucet:
|
|
5448
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
5457
5449
|
pkh: string & {
|
|
5458
5450
|
readonly __kind: any;
|
|
5459
5451
|
};
|
|
@@ -5499,7 +5491,7 @@ declare const from: (input: unknown) => {
|
|
|
5499
5491
|
} & {
|
|
5500
5492
|
readonly __kind: any;
|
|
5501
5493
|
})> | undefined;
|
|
5502
|
-
environment?: Record<string, string |
|
|
5494
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
5503
5495
|
storage?: Record<string, any> | undefined;
|
|
5504
5496
|
aliases?: Record<string, any> | undefined;
|
|
5505
5497
|
networks: string[];
|
|
@@ -5553,5 +5545,4 @@ declare const from: (input: unknown) => {
|
|
|
5553
5545
|
} & {
|
|
5554
5546
|
readonly __kind: any;
|
|
5555
5547
|
};
|
|
5556
|
-
|
|
5557
|
-
export { ProxyRequestArgs, ProxyTemplateRequestArgs, RequestArgs, create, createProxyRequestArgs, createProxyTemplateRequestArgs, factory, from, generatedSchemas, make, makeProxyRequestArgs, makeProxyTemplateRequestArgs, of, ofProxyRequestArgs, ofProxyTemplateRequestArgs, proxy, proxyFactory, proxySchemas, proxyTemplate, schemas, t };
|
|
5548
|
+
//# sourceMappingURL=RequestArgs.d.ts.map
|