@taqueria/protocol 0.18.0 → 0.19.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/Alias.d.ts +10 -16
  2. package/Alias.d.ts.map +1 -0
  3. package/Base.d.ts +8 -10
  4. package/Base.d.ts.map +1 -0
  5. package/Base.js +1 -1
  6. package/Base.js.map +1 -1
  7. package/Base.mjs +1 -1
  8. package/Base.mjs.map +1 -1
  9. package/Command.d.ts +9 -15
  10. package/Command.d.ts.map +1 -0
  11. package/Config.d.ts +210 -216
  12. package/Config.d.ts.map +1 -0
  13. package/Config.js +18 -21
  14. package/Config.js.map +1 -1
  15. package/Config.mjs +19 -22
  16. package/Config.mjs.map +1 -1
  17. package/Contract.d.ts +10 -16
  18. package/Contract.d.ts.map +1 -0
  19. package/Crypto.d.ts +2 -3
  20. package/Crypto.d.ts.map +1 -0
  21. package/EconomicalProtocolHash.d.ts +12 -19
  22. package/EconomicalProtocolHash.d.ts.map +1 -0
  23. package/Environment.d.ts +14 -22
  24. package/Environment.d.ts.map +1 -0
  25. package/EphemeralState.d.ts +162 -169
  26. package/EphemeralState.d.ts.map +1 -0
  27. package/Faucet.d.ts +108 -114
  28. package/Faucet.d.ts.map +1 -0
  29. package/Faucet.js +32 -20
  30. package/Faucet.js.map +1 -1
  31. package/Faucet.mjs +32 -20
  32. package/Faucet.mjs.map +1 -1
  33. package/HumanReadableIdentifier.d.ts +9 -15
  34. package/HumanReadableIdentifier.d.ts.map +1 -0
  35. package/InstalledPlugin.d.ts +13 -20
  36. package/InstalledPlugin.d.ts.map +1 -0
  37. package/LoadedConfig.d.ts +217 -223
  38. package/LoadedConfig.d.ts.map +1 -0
  39. package/MetadataConfig.d.ts +13 -20
  40. package/MetadataConfig.d.ts.map +1 -0
  41. package/NetworkConfig.d.ts +121 -127
  42. package/NetworkConfig.d.ts.map +1 -0
  43. package/Operation.d.ts +67 -73
  44. package/Operation.d.ts.map +1 -0
  45. package/Option.d.ts +14 -21
  46. package/Option.d.ts.map +1 -0
  47. package/ParsedOperation.d.ts +56 -64
  48. package/ParsedOperation.d.ts.map +1 -0
  49. package/ParsedTemplate.d.ts +49 -57
  50. package/ParsedTemplate.d.ts.map +1 -0
  51. package/PersistentState.d.ts +18 -24
  52. package/PersistentState.d.ts.map +1 -0
  53. package/PluginActionName.d.ts +6 -7
  54. package/PluginActionName.d.ts.map +1 -0
  55. package/PluginDependenciesResponse.d.ts +14 -20
  56. package/PluginDependenciesResponse.d.ts.map +1 -0
  57. package/PluginInfo.d.ts +38 -45
  58. package/PluginInfo.d.ts.map +1 -0
  59. package/PluginJsonResponse.d.ts +11 -16
  60. package/PluginJsonResponse.d.ts.map +1 -0
  61. package/PluginProxyResponse.d.ts +9 -16
  62. package/PluginProxyResponse.d.ts.map +1 -0
  63. package/PluginResponseEncoding.d.ts +11 -18
  64. package/PluginResponseEncoding.d.ts.map +1 -0
  65. package/PluginSchema.d.ts +419 -427
  66. package/PluginSchema.d.ts.map +1 -0
  67. package/PositionalArg.d.ts +13 -20
  68. package/PositionalArg.d.ts.map +1 -0
  69. package/Provisioner.d.ts +16 -23
  70. package/Provisioner.d.ts.map +1 -0
  71. package/ProvisionerID.d.ts +12 -19
  72. package/ProvisionerID.d.ts.map +1 -0
  73. package/Provisions.d.ts +12 -19
  74. package/Provisions.d.ts.map +1 -0
  75. package/PublicKeyHash.d.ts +13 -20
  76. package/PublicKeyHash.d.ts.map +1 -0
  77. package/RequestArgs.d.ts +508 -517
  78. package/RequestArgs.d.ts.map +1 -0
  79. package/SHA256.d.ts +11 -15
  80. package/SHA256.d.ts.map +1 -0
  81. package/SandboxAccountConfig.d.ts +13 -20
  82. package/SandboxAccountConfig.d.ts.map +1 -0
  83. package/SandboxConfig.d.ts +13 -20
  84. package/SandboxConfig.d.ts.map +1 -0
  85. package/SanitizedAbsPath.d.ts +12 -19
  86. package/SanitizedAbsPath.d.ts.map +1 -0
  87. package/SanitizedArgs.d.ts +76 -83
  88. package/SanitizedArgs.d.ts.map +1 -0
  89. package/SanitizedPath.d.ts +9 -15
  90. package/SanitizedPath.d.ts.map +1 -0
  91. package/ScaffoldConfig.d.ts +3 -4
  92. package/ScaffoldConfig.d.ts.map +1 -0
  93. package/Settings.d.ts +13 -20
  94. package/Settings.d.ts.map +1 -0
  95. package/SingleChar.d.ts +12 -19
  96. package/SingleChar.d.ts.map +1 -0
  97. package/TaqError.d.ts +10 -13
  98. package/TaqError.d.ts.map +1 -0
  99. package/Task.d.ts +13 -20
  100. package/Task.d.ts.map +1 -0
  101. package/Template.d.ts +97 -105
  102. package/Template.d.ts.map +1 -0
  103. package/Timestamp.d.ts +13 -20
  104. package/Timestamp.d.ts.map +1 -0
  105. package/Tz.d.ts +11 -18
  106. package/Tz.d.ts.map +1 -0
  107. package/Url.d.ts +13 -20
  108. package/Url.d.ts.map +1 -0
  109. package/Verb.d.ts +12 -19
  110. package/Verb.d.ts.map +1 -0
  111. package/VersionNumber.d.ts +9 -15
  112. package/VersionNumber.d.ts.map +1 -0
  113. package/i18n.d.ts +4 -4
  114. package/i18n.d.ts.map +1 -0
  115. package/package.json +3 -3
  116. package/taqueria-protocol-types.d.ts +37 -72
  117. package/taqueria-protocol-types.d.ts.map +1 -0
  118. package/tzkt-config.d.ts +13 -20
  119. 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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
21
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
26
22
  label: string & {
27
23
  readonly __kind: any;
28
24
  };
@@ -32,22 +28,22 @@ declare const generatedSchemas: {
32
28
  protocol: string & {
33
29
  readonly __kind: any;
34
30
  };
35
- faucet: _taqueria_protocol_Base.Flatten<{
31
+ faucet: import("@taqueria/protocol/Base").Flatten<{
32
+ email?: string | undefined;
33
+ password?: string | undefined;
34
+ amount?: string | undefined;
35
+ activation_code?: string | undefined;
36
+ mnemonic: string[];
36
37
  pkh: string & {
37
38
  readonly __kind: any;
38
39
  };
39
- mnemonic: string[];
40
- email: string;
41
- password: string;
42
- amount: string;
43
- activation_code: string;
44
40
  } & {
45
41
  readonly __kind: any;
46
42
  }>;
47
43
  } & {
48
44
  readonly __kind: any;
49
45
  }>> | undefined;
50
- sandbox?: Record<string, string | ({
46
+ sandbox?: Record<string, {
51
47
  attributes?: Record<string, string | number | boolean> | undefined;
52
48
  plugin?: (string & {
53
49
  readonly __kind: any;
@@ -77,8 +73,8 @@ declare const generatedSchemas: {
77
73
  };
78
74
  } & {
79
75
  readonly __kind: any;
80
- })> | undefined;
81
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
76
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
148
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
154
149
  label: string & {
155
150
  readonly __kind: any;
156
151
  };
@@ -160,22 +155,22 @@ declare const factory: {
160
155
  protocol: string & {
161
156
  readonly __kind: any;
162
157
  };
163
- faucet: _taqueria_protocol_Base.Flatten<{
158
+ faucet: import("@taqueria/protocol/Base").Flatten<{
159
+ email?: string | undefined;
160
+ password?: string | undefined;
161
+ amount?: string | undefined;
162
+ activation_code?: string | undefined;
163
+ mnemonic: string[];
164
164
  pkh: string & {
165
165
  readonly __kind: any;
166
166
  };
167
- mnemonic: string[];
168
- email: string;
169
- password: string;
170
- amount: string;
171
- activation_code: string;
172
167
  } & {
173
168
  readonly __kind: any;
174
169
  }>;
175
170
  } & {
176
171
  readonly __kind: any;
177
172
  }>> | undefined;
178
- sandbox?: Record<string, string | ({
173
+ sandbox?: Record<string, {
179
174
  attributes?: Record<string, string | number | boolean> | undefined;
180
175
  plugin?: (string & {
181
176
  readonly __kind: any;
@@ -205,8 +200,8 @@ declare const factory: {
205
200
  };
206
201
  } & {
207
202
  readonly __kind: any;
208
- })> | undefined;
209
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
203
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
271
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
277
272
  label: string & {
278
273
  readonly __kind: any;
279
274
  };
@@ -283,22 +278,22 @@ declare const factory: {
283
278
  protocol: string & {
284
279
  readonly __kind: any;
285
280
  };
286
- faucet: _taqueria_protocol_Base.Flatten<{
281
+ faucet: import("@taqueria/protocol/Base").Flatten<{
282
+ email?: string | undefined;
283
+ password?: string | undefined;
284
+ amount?: string | undefined;
285
+ activation_code?: string | undefined;
286
+ mnemonic: string[];
287
287
  pkh: string & {
288
288
  readonly __kind: any;
289
289
  };
290
- mnemonic: string[];
291
- email: string;
292
- password: string;
293
- amount: string;
294
- activation_code: string;
295
290
  } & {
296
291
  readonly __kind: any;
297
292
  }>;
298
293
  } & {
299
294
  readonly __kind: any;
300
295
  }>> | undefined;
301
- sandbox?: Record<string, string | ({
296
+ sandbox?: Record<string, {
302
297
  attributes?: Record<string, string | number | boolean> | undefined;
303
298
  plugin?: (string & {
304
299
  readonly __kind: any;
@@ -328,8 +323,8 @@ declare const factory: {
328
323
  };
329
324
  } & {
330
325
  readonly __kind: any;
331
- })> | undefined;
332
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
326
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
397
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
403
398
  label: string & {
404
399
  readonly __kind: any;
405
400
  };
@@ -409,22 +404,22 @@ declare const factory: {
409
404
  protocol: string & {
410
405
  readonly __kind: any;
411
406
  };
412
- faucet: _taqueria_protocol_Base.Flatten<{
407
+ faucet: import("@taqueria/protocol/Base").Flatten<{
408
+ email?: string | undefined;
409
+ password?: string | undefined;
410
+ amount?: string | undefined;
411
+ activation_code?: string | undefined;
412
+ mnemonic: string[];
413
413
  pkh: string & {
414
414
  readonly __kind: any;
415
415
  };
416
- mnemonic: string[];
417
- email: string;
418
- password: string;
419
- amount: string;
420
- activation_code: string;
421
416
  } & {
422
417
  readonly __kind: any;
423
418
  }>;
424
419
  } & {
425
420
  readonly __kind: any;
426
421
  }>> | undefined;
427
- sandbox?: Record<string, string | ({
422
+ sandbox?: Record<string, {
428
423
  attributes?: Record<string, string | number | boolean> | undefined;
429
424
  plugin?: (string & {
430
425
  readonly __kind: any;
@@ -454,8 +449,8 @@ declare const factory: {
454
449
  };
455
450
  } & {
456
451
  readonly __kind: any;
457
- })> | undefined;
458
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
452
+ }> | undefined;
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[];
@@ -524,20 +519,20 @@ declare const factory: {
524
519
  sourceFile: string;
525
520
  hash: string;
526
521
  }> | undefined;
527
- network?: Record<string, string | {
522
+ network?: Record<string, {
528
523
  label: string;
529
524
  rpcUrl: string;
530
525
  protocol: string;
531
526
  faucet: {
532
- pkh: string;
527
+ email?: string | undefined;
528
+ password?: string | undefined;
529
+ amount?: string | undefined;
530
+ activation_code?: string | undefined;
533
531
  mnemonic: string[];
534
- email: string;
535
- password: string;
536
- amount: string;
537
- activation_code: string;
532
+ pkh: string;
538
533
  };
539
534
  }> | undefined;
540
- sandbox?: Record<string, string | {
535
+ sandbox?: Record<string, {
541
536
  attributes?: Record<string, string | number | boolean> | undefined;
542
537
  plugin?: string | undefined;
543
538
  accounts?: {
@@ -600,7 +595,7 @@ declare const factory: {
600
595
  yes?: boolean | undefined;
601
596
  quickstart?: string | undefined;
602
597
  pluginName?: string | undefined;
603
- config: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
606
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
612
607
  label: string & {
613
608
  readonly __kind: any;
614
609
  };
@@ -618,22 +613,22 @@ declare const factory: {
618
613
  protocol: string & {
619
614
  readonly __kind: any;
620
615
  };
621
- faucet: _taqueria_protocol_Base.Flatten<{
616
+ faucet: import("@taqueria/protocol/Base").Flatten<{
617
+ email?: string | undefined;
618
+ password?: string | undefined;
619
+ amount?: string | undefined;
620
+ activation_code?: string | undefined;
621
+ mnemonic: string[];
622
622
  pkh: string & {
623
623
  readonly __kind: any;
624
624
  };
625
- mnemonic: string[];
626
- email: string;
627
- password: string;
628
- amount: string;
629
- activation_code: string;
630
625
  } & {
631
626
  readonly __kind: any;
632
627
  }>;
633
628
  } & {
634
629
  readonly __kind: any;
635
630
  }>> | undefined;
636
- sandbox?: Record<string, string | ({
631
+ sandbox?: Record<string, {
637
632
  attributes?: Record<string, string | number | boolean> | undefined;
638
633
  plugin?: (string & {
639
634
  readonly __kind: any;
@@ -663,8 +658,8 @@ declare const factory: {
663
658
  };
664
659
  } & {
665
660
  readonly __kind: any;
666
- })> | undefined;
667
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
661
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
729
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
735
730
  label: string & {
736
731
  readonly __kind: any;
737
732
  };
@@ -741,22 +736,22 @@ declare const factory: {
741
736
  protocol: string & {
742
737
  readonly __kind: any;
743
738
  };
744
- faucet: _taqueria_protocol_Base.Flatten<{
739
+ faucet: import("@taqueria/protocol/Base").Flatten<{
740
+ email?: string | undefined;
741
+ password?: string | undefined;
742
+ amount?: string | undefined;
743
+ activation_code?: string | undefined;
744
+ mnemonic: string[];
745
745
  pkh: string & {
746
746
  readonly __kind: any;
747
747
  };
748
- mnemonic: string[];
749
- email: string;
750
- password: string;
751
- amount: string;
752
- activation_code: string;
753
748
  } & {
754
749
  readonly __kind: any;
755
750
  }>;
756
751
  } & {
757
752
  readonly __kind: any;
758
753
  }>> | undefined;
759
- sandbox?: Record<string, string | ({
754
+ sandbox?: Record<string, {
760
755
  attributes?: Record<string, string | number | boolean> | undefined;
761
756
  plugin?: (string & {
762
757
  readonly __kind: any;
@@ -786,8 +781,8 @@ declare const factory: {
786
781
  };
787
782
  } & {
788
783
  readonly __kind: any;
789
- })> | undefined;
790
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
784
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
855
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
861
856
  label: string & {
862
857
  readonly __kind: any;
863
858
  };
@@ -867,22 +862,22 @@ declare const factory: {
867
862
  protocol: string & {
868
863
  readonly __kind: any;
869
864
  };
870
- faucet: _taqueria_protocol_Base.Flatten<{
865
+ faucet: import("@taqueria/protocol/Base").Flatten<{
866
+ email?: string | undefined;
867
+ password?: string | undefined;
868
+ amount?: string | undefined;
869
+ activation_code?: string | undefined;
870
+ mnemonic: string[];
871
871
  pkh: string & {
872
872
  readonly __kind: any;
873
873
  };
874
- mnemonic: string[];
875
- email: string;
876
- password: string;
877
- amount: string;
878
- activation_code: string;
879
874
  } & {
880
875
  readonly __kind: any;
881
876
  }>;
882
877
  } & {
883
878
  readonly __kind: any;
884
879
  }>> | undefined;
885
- sandbox?: Record<string, string | ({
880
+ sandbox?: Record<string, {
886
881
  attributes?: Record<string, string | number | boolean> | undefined;
887
882
  plugin?: (string & {
888
883
  readonly __kind: any;
@@ -912,8 +907,8 @@ declare const factory: {
912
907
  };
913
908
  } & {
914
909
  readonly __kind: any;
915
- })> | undefined;
916
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
910
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
985
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
991
986
  label: string & {
992
987
  readonly __kind: any;
993
988
  };
@@ -997,22 +992,22 @@ declare const schemas: {
997
992
  protocol: string & {
998
993
  readonly __kind: any;
999
994
  };
1000
- faucet: _taqueria_protocol_Base.Flatten<{
995
+ faucet: import("@taqueria/protocol/Base").Flatten<{
996
+ email?: string | undefined;
997
+ password?: string | undefined;
998
+ amount?: string | undefined;
999
+ activation_code?: string | undefined;
1000
+ mnemonic: string[];
1001
1001
  pkh: string & {
1002
1002
  readonly __kind: any;
1003
1003
  };
1004
- mnemonic: string[];
1005
- email: string;
1006
- password: string;
1007
- amount: string;
1008
- activation_code: string;
1009
1004
  } & {
1010
1005
  readonly __kind: any;
1011
1006
  }>;
1012
1007
  } & {
1013
1008
  readonly __kind: any;
1014
1009
  }>> | undefined;
1015
- sandbox?: Record<string, string | ({
1010
+ sandbox?: Record<string, {
1016
1011
  attributes?: Record<string, string | number | boolean> | undefined;
1017
1012
  plugin?: (string & {
1018
1013
  readonly __kind: any;
@@ -1042,8 +1037,8 @@ declare const schemas: {
1042
1037
  };
1043
1038
  } & {
1044
1039
  readonly __kind: any;
1045
- })> | undefined;
1046
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1040
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1110
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1116
1111
  label: string & {
1117
1112
  readonly __kind: any;
1118
1113
  };
@@ -1122,22 +1117,22 @@ declare const schemas: {
1122
1117
  protocol: string & {
1123
1118
  readonly __kind: any;
1124
1119
  };
1125
- faucet: _taqueria_protocol_Base.Flatten<{
1120
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1121
+ email?: string | undefined;
1122
+ password?: string | undefined;
1123
+ amount?: string | undefined;
1124
+ activation_code?: string | undefined;
1125
+ mnemonic: string[];
1126
1126
  pkh: string & {
1127
1127
  readonly __kind: any;
1128
1128
  };
1129
- mnemonic: string[];
1130
- email: string;
1131
- password: string;
1132
- amount: string;
1133
- activation_code: string;
1134
1129
  } & {
1135
1130
  readonly __kind: any;
1136
1131
  }>;
1137
1132
  } & {
1138
1133
  readonly __kind: any;
1139
1134
  }>> | undefined;
1140
- sandbox?: Record<string, string | ({
1135
+ sandbox?: Record<string, {
1141
1136
  attributes?: Record<string, string | number | boolean> | undefined;
1142
1137
  plugin?: (string & {
1143
1138
  readonly __kind: any;
@@ -1167,8 +1162,8 @@ declare const schemas: {
1167
1162
  };
1168
1163
  } & {
1169
1164
  readonly __kind: any;
1170
- })> | undefined;
1171
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1165
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1243
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1249
1244
  label: string & {
1250
1245
  readonly __kind: any;
1251
1246
  };
@@ -1255,22 +1250,22 @@ declare const proxy: {
1255
1250
  protocol: string & {
1256
1251
  readonly __kind: any;
1257
1252
  };
1258
- faucet: _taqueria_protocol_Base.Flatten<{
1253
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1254
+ email?: string | undefined;
1255
+ password?: string | undefined;
1256
+ amount?: string | undefined;
1257
+ activation_code?: string | undefined;
1258
+ mnemonic: string[];
1259
1259
  pkh: string & {
1260
1260
  readonly __kind: any;
1261
1261
  };
1262
- mnemonic: string[];
1263
- email: string;
1264
- password: string;
1265
- amount: string;
1266
- activation_code: string;
1267
1262
  } & {
1268
1263
  readonly __kind: any;
1269
1264
  }>;
1270
1265
  } & {
1271
1266
  readonly __kind: any;
1272
1267
  }>> | undefined;
1273
- sandbox?: Record<string, string | ({
1268
+ sandbox?: Record<string, {
1274
1269
  attributes?: Record<string, string | number | boolean> | undefined;
1275
1270
  plugin?: (string & {
1276
1271
  readonly __kind: any;
@@ -1300,8 +1295,8 @@ declare const proxy: {
1300
1295
  };
1301
1296
  } & {
1302
1297
  readonly __kind: any;
1303
- })> | undefined;
1304
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1298
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1372
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1378
1373
  label: string & {
1379
1374
  readonly __kind: any;
1380
1375
  };
@@ -1384,22 +1379,22 @@ declare const proxy: {
1384
1379
  protocol: string & {
1385
1380
  readonly __kind: any;
1386
1381
  };
1387
- faucet: _taqueria_protocol_Base.Flatten<{
1382
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1383
+ email?: string | undefined;
1384
+ password?: string | undefined;
1385
+ amount?: string | undefined;
1386
+ activation_code?: string | undefined;
1387
+ mnemonic: string[];
1388
1388
  pkh: string & {
1389
1389
  readonly __kind: any;
1390
1390
  };
1391
- mnemonic: string[];
1392
- email: string;
1393
- password: string;
1394
- amount: string;
1395
- activation_code: string;
1396
1391
  } & {
1397
1392
  readonly __kind: any;
1398
1393
  }>;
1399
1394
  } & {
1400
1395
  readonly __kind: any;
1401
1396
  }>> | undefined;
1402
- sandbox?: Record<string, string | ({
1397
+ sandbox?: Record<string, {
1403
1398
  attributes?: Record<string, string | number | boolean> | undefined;
1404
1399
  plugin?: (string & {
1405
1400
  readonly __kind: any;
@@ -1429,8 +1424,8 @@ declare const proxy: {
1429
1424
  };
1430
1425
  } & {
1431
1426
  readonly __kind: any;
1432
- })> | undefined;
1433
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1427
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1496
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1502
1497
  label: string & {
1503
1498
  readonly __kind: any;
1504
1499
  };
@@ -1508,22 +1503,22 @@ declare const proxy: {
1508
1503
  protocol: string & {
1509
1504
  readonly __kind: any;
1510
1505
  };
1511
- faucet: _taqueria_protocol_Base.Flatten<{
1506
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1507
+ email?: string | undefined;
1508
+ password?: string | undefined;
1509
+ amount?: string | undefined;
1510
+ activation_code?: string | undefined;
1511
+ mnemonic: string[];
1512
1512
  pkh: string & {
1513
1513
  readonly __kind: any;
1514
1514
  };
1515
- mnemonic: string[];
1516
- email: string;
1517
- password: string;
1518
- amount: string;
1519
- activation_code: string;
1520
1515
  } & {
1521
1516
  readonly __kind: any;
1522
1517
  }>;
1523
1518
  } & {
1524
1519
  readonly __kind: any;
1525
1520
  }>> | undefined;
1526
- sandbox?: Record<string, string | ({
1521
+ sandbox?: Record<string, {
1527
1522
  attributes?: Record<string, string | number | boolean> | undefined;
1528
1523
  plugin?: (string & {
1529
1524
  readonly __kind: any;
@@ -1553,8 +1548,8 @@ declare const proxy: {
1553
1548
  };
1554
1549
  } & {
1555
1550
  readonly __kind: any;
1556
- })> | undefined;
1557
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1551
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1623
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1629
1624
  label: string & {
1630
1625
  readonly __kind: any;
1631
1626
  };
@@ -1635,22 +1630,22 @@ declare const proxy: {
1635
1630
  protocol: string & {
1636
1631
  readonly __kind: any;
1637
1632
  };
1638
- faucet: _taqueria_protocol_Base.Flatten<{
1633
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1634
+ email?: string | undefined;
1635
+ password?: string | undefined;
1636
+ amount?: string | undefined;
1637
+ activation_code?: string | undefined;
1638
+ mnemonic: string[];
1639
1639
  pkh: string & {
1640
1640
  readonly __kind: any;
1641
1641
  };
1642
- mnemonic: string[];
1643
- email: string;
1644
- password: string;
1645
- amount: string;
1646
- activation_code: string;
1647
1642
  } & {
1648
1643
  readonly __kind: any;
1649
1644
  }>;
1650
1645
  } & {
1651
1646
  readonly __kind: any;
1652
1647
  }>> | undefined;
1653
- sandbox?: Record<string, string | ({
1648
+ sandbox?: Record<string, {
1654
1649
  attributes?: Record<string, string | number | boolean> | undefined;
1655
1650
  plugin?: (string & {
1656
1651
  readonly __kind: any;
@@ -1680,8 +1675,8 @@ declare const proxy: {
1680
1675
  };
1681
1676
  } & {
1682
1677
  readonly __kind: any;
1683
- })> | undefined;
1684
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1678
+ }> | undefined;
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[];
@@ -1751,20 +1746,20 @@ declare const proxy: {
1751
1746
  sourceFile: string;
1752
1747
  hash: string;
1753
1748
  }> | undefined;
1754
- network?: Record<string, string | {
1749
+ network?: Record<string, {
1755
1750
  label: string;
1756
1751
  rpcUrl: string;
1757
1752
  protocol: string;
1758
1753
  faucet: {
1759
- pkh: string;
1754
+ email?: string | undefined;
1755
+ password?: string | undefined;
1756
+ amount?: string | undefined;
1757
+ activation_code?: string | undefined;
1760
1758
  mnemonic: string[];
1761
- email: string;
1762
- password: string;
1763
- amount: string;
1764
- activation_code: string;
1759
+ pkh: string;
1765
1760
  };
1766
1761
  }> | undefined;
1767
- sandbox?: Record<string, string | {
1762
+ sandbox?: Record<string, {
1768
1763
  attributes?: Record<string, string | number | boolean> | undefined;
1769
1764
  plugin?: string | undefined;
1770
1765
  accounts?: {
@@ -1828,7 +1823,7 @@ declare const proxy: {
1828
1823
  yes?: boolean | undefined;
1829
1824
  quickstart?: string | undefined;
1830
1825
  pluginName?: string | undefined;
1831
- config: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1834
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1840
1835
  label: string & {
1841
1836
  readonly __kind: any;
1842
1837
  };
@@ -1846,22 +1841,22 @@ declare const proxy: {
1846
1841
  protocol: string & {
1847
1842
  readonly __kind: any;
1848
1843
  };
1849
- faucet: _taqueria_protocol_Base.Flatten<{
1844
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1845
+ email?: string | undefined;
1846
+ password?: string | undefined;
1847
+ amount?: string | undefined;
1848
+ activation_code?: string | undefined;
1849
+ mnemonic: string[];
1850
1850
  pkh: string & {
1851
1851
  readonly __kind: any;
1852
1852
  };
1853
- mnemonic: string[];
1854
- email: string;
1855
- password: string;
1856
- amount: string;
1857
- activation_code: string;
1858
1853
  } & {
1859
1854
  readonly __kind: any;
1860
1855
  }>;
1861
1856
  } & {
1862
1857
  readonly __kind: any;
1863
1858
  }>> | undefined;
1864
- sandbox?: Record<string, string | ({
1859
+ sandbox?: Record<string, {
1865
1860
  attributes?: Record<string, string | number | boolean> | undefined;
1866
1861
  plugin?: (string & {
1867
1862
  readonly __kind: any;
@@ -1891,8 +1886,8 @@ declare const proxy: {
1891
1886
  };
1892
1887
  } & {
1893
1888
  readonly __kind: any;
1894
- })> | undefined;
1895
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
1889
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
1958
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
1964
1959
  label: string & {
1965
1960
  readonly __kind: any;
1966
1961
  };
@@ -1970,22 +1965,22 @@ declare const proxy: {
1970
1965
  protocol: string & {
1971
1966
  readonly __kind: any;
1972
1967
  };
1973
- faucet: _taqueria_protocol_Base.Flatten<{
1968
+ faucet: import("@taqueria/protocol/Base").Flatten<{
1969
+ email?: string | undefined;
1970
+ password?: string | undefined;
1971
+ amount?: string | undefined;
1972
+ activation_code?: string | undefined;
1973
+ mnemonic: string[];
1974
1974
  pkh: string & {
1975
1975
  readonly __kind: any;
1976
1976
  };
1977
- mnemonic: string[];
1978
- email: string;
1979
- password: string;
1980
- amount: string;
1981
- activation_code: string;
1982
1977
  } & {
1983
1978
  readonly __kind: any;
1984
1979
  }>;
1985
1980
  } & {
1986
1981
  readonly __kind: any;
1987
1982
  }>> | undefined;
1988
- sandbox?: Record<string, string | ({
1983
+ sandbox?: Record<string, {
1989
1984
  attributes?: Record<string, string | number | boolean> | undefined;
1990
1985
  plugin?: (string & {
1991
1986
  readonly __kind: any;
@@ -2015,8 +2010,8 @@ declare const proxy: {
2015
2010
  };
2016
2011
  } & {
2017
2012
  readonly __kind: any;
2018
- })> | undefined;
2019
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
2013
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
2085
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
2091
2086
  label: string & {
2092
2087
  readonly __kind: any;
2093
2088
  };
@@ -2097,22 +2092,22 @@ declare const proxy: {
2097
2092
  protocol: string & {
2098
2093
  readonly __kind: any;
2099
2094
  };
2100
- faucet: _taqueria_protocol_Base.Flatten<{
2095
+ faucet: import("@taqueria/protocol/Base").Flatten<{
2096
+ email?: string | undefined;
2097
+ password?: string | undefined;
2098
+ amount?: string | undefined;
2099
+ activation_code?: string | undefined;
2100
+ mnemonic: string[];
2101
2101
  pkh: string & {
2102
2102
  readonly __kind: any;
2103
2103
  };
2104
- mnemonic: string[];
2105
- email: string;
2106
- password: string;
2107
- amount: string;
2108
- activation_code: string;
2109
2104
  } & {
2110
2105
  readonly __kind: any;
2111
2106
  }>;
2112
2107
  } & {
2113
2108
  readonly __kind: any;
2114
2109
  }>> | undefined;
2115
- sandbox?: Record<string, string | ({
2110
+ sandbox?: Record<string, {
2116
2111
  attributes?: Record<string, string | number | boolean> | undefined;
2117
2112
  plugin?: (string & {
2118
2113
  readonly __kind: any;
@@ -2142,8 +2137,8 @@ declare const proxy: {
2142
2137
  };
2143
2138
  } & {
2144
2139
  readonly __kind: any;
2145
- })> | undefined;
2146
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
2140
+ }> | undefined;
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>;
@@ -2219,20 +2214,20 @@ declare const proxyTemplate: {
2219
2214
  sourceFile: string;
2220
2215
  hash: string;
2221
2216
  }> | undefined;
2222
- network?: Record<string, string | {
2217
+ network?: Record<string, {
2223
2218
  label: string;
2224
2219
  rpcUrl: string;
2225
2220
  protocol: string;
2226
2221
  faucet: {
2227
- pkh: string;
2222
+ email?: string | undefined;
2223
+ password?: string | undefined;
2224
+ amount?: string | undefined;
2225
+ activation_code?: string | undefined;
2228
2226
  mnemonic: string[];
2229
- email: string;
2230
- password: string;
2231
- amount: string;
2232
- activation_code: string;
2227
+ pkh: string;
2233
2228
  };
2234
2229
  }> | undefined;
2235
- sandbox?: Record<string, string | {
2230
+ sandbox?: Record<string, {
2236
2231
  attributes?: Record<string, string | number | boolean> | undefined;
2237
2232
  plugin?: string | undefined;
2238
2233
  accounts?: {
@@ -2308,20 +2303,20 @@ declare const proxyTemplate: {
2308
2303
  sourceFile: string;
2309
2304
  hash: string;
2310
2305
  }> | undefined;
2311
- network?: Record<string, string | {
2306
+ network?: Record<string, {
2312
2307
  label: string;
2313
2308
  rpcUrl: string;
2314
2309
  protocol: string;
2315
2310
  faucet: {
2316
- pkh: string;
2311
+ email?: string | undefined;
2312
+ password?: string | undefined;
2313
+ amount?: string | undefined;
2314
+ activation_code?: string | undefined;
2317
2315
  mnemonic: string[];
2318
- email: string;
2319
- password: string;
2320
- amount: string;
2321
- activation_code: string;
2316
+ pkh: string;
2322
2317
  };
2323
2318
  }> | undefined;
2324
- sandbox?: Record<string, string | {
2319
+ sandbox?: Record<string, {
2325
2320
  attributes?: Record<string, string | number | boolean> | undefined;
2326
2321
  plugin?: string | undefined;
2327
2322
  accounts?: {
@@ -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;
@@ -2392,20 +2387,20 @@ declare const proxyTemplate: {
2392
2387
  sourceFile: string;
2393
2388
  hash: string;
2394
2389
  }> | undefined;
2395
- network?: Record<string, string | {
2390
+ network?: Record<string, {
2396
2391
  label: string;
2397
2392
  rpcUrl: string;
2398
2393
  protocol: string;
2399
2394
  faucet: {
2400
- pkh: string;
2395
+ email?: string | undefined;
2396
+ password?: string | undefined;
2397
+ amount?: string | undefined;
2398
+ activation_code?: string | undefined;
2401
2399
  mnemonic: string[];
2402
- email: string;
2403
- password: string;
2404
- amount: string;
2405
- activation_code: string;
2400
+ pkh: string;
2406
2401
  };
2407
2402
  }> | undefined;
2408
- sandbox?: Record<string, string | {
2403
+ sandbox?: Record<string, {
2409
2404
  attributes?: Record<string, string | number | boolean> | undefined;
2410
2405
  plugin?: string | undefined;
2411
2406
  accounts?: {
@@ -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;
@@ -2479,20 +2474,20 @@ declare const proxyTemplate: {
2479
2474
  sourceFile: string;
2480
2475
  hash: string;
2481
2476
  }> | undefined;
2482
- network?: Record<string, string | {
2477
+ network?: Record<string, {
2483
2478
  label: string;
2484
2479
  rpcUrl: string;
2485
2480
  protocol: string;
2486
2481
  faucet: {
2487
- pkh: string;
2482
+ email?: string | undefined;
2483
+ password?: string | undefined;
2484
+ amount?: string | undefined;
2485
+ activation_code?: string | undefined;
2488
2486
  mnemonic: string[];
2489
- email: string;
2490
- password: string;
2491
- amount: string;
2492
- activation_code: string;
2487
+ pkh: string;
2493
2488
  };
2494
2489
  }> | undefined;
2495
- sandbox?: Record<string, string | {
2490
+ sandbox?: Record<string, {
2496
2491
  attributes?: Record<string, string | number | boolean> | undefined;
2497
2492
  plugin?: string | undefined;
2498
2493
  accounts?: {
@@ -2566,20 +2561,20 @@ declare const proxyTemplate: {
2566
2561
  sourceFile: string;
2567
2562
  hash: string;
2568
2563
  }> | undefined;
2569
- network?: Record<string, string | {
2564
+ network?: Record<string, {
2570
2565
  label: string;
2571
2566
  rpcUrl: string;
2572
2567
  protocol: string;
2573
2568
  faucet: {
2574
- pkh: string;
2569
+ email?: string | undefined;
2570
+ password?: string | undefined;
2571
+ amount?: string | undefined;
2572
+ activation_code?: string | undefined;
2575
2573
  mnemonic: string[];
2576
- email: string;
2577
- password: string;
2578
- amount: string;
2579
- activation_code: string;
2574
+ pkh: string;
2580
2575
  };
2581
2576
  }> | undefined;
2582
- sandbox?: Record<string, string | {
2577
+ sandbox?: Record<string, {
2583
2578
  attributes?: Record<string, string | number | boolean> | undefined;
2584
2579
  plugin?: string | undefined;
2585
2580
  accounts?: {
@@ -2650,20 +2645,20 @@ declare const proxyTemplate: {
2650
2645
  sourceFile: string;
2651
2646
  hash: string;
2652
2647
  }> | undefined;
2653
- network?: Record<string, string | {
2648
+ network?: Record<string, {
2654
2649
  label: string;
2655
2650
  rpcUrl: string;
2656
2651
  protocol: string;
2657
2652
  faucet: {
2658
- pkh: string;
2653
+ email?: string | undefined;
2654
+ password?: string | undefined;
2655
+ amount?: string | undefined;
2656
+ activation_code?: string | undefined;
2659
2657
  mnemonic: string[];
2660
- email: string;
2661
- password: string;
2662
- amount: string;
2663
- activation_code: string;
2658
+ pkh: string;
2664
2659
  };
2665
2660
  }> | undefined;
2666
- sandbox?: Record<string, string | {
2661
+ sandbox?: Record<string, {
2667
2662
  attributes?: Record<string, string | number | boolean> | undefined;
2668
2663
  plugin?: string | undefined;
2669
2664
  accounts?: {
@@ -2734,20 +2729,20 @@ declare const proxyTemplate: {
2734
2729
  sourceFile: string;
2735
2730
  hash: string;
2736
2731
  }> | undefined;
2737
- network?: Record<string, string | {
2732
+ network?: Record<string, {
2738
2733
  label: string;
2739
2734
  rpcUrl: string;
2740
2735
  protocol: string;
2741
2736
  faucet: {
2742
- pkh: string;
2737
+ email?: string | undefined;
2738
+ password?: string | undefined;
2739
+ amount?: string | undefined;
2740
+ activation_code?: string | undefined;
2743
2741
  mnemonic: string[];
2744
- email: string;
2745
- password: string;
2746
- amount: string;
2747
- activation_code: string;
2742
+ pkh: string;
2748
2743
  };
2749
2744
  }> | undefined;
2750
- sandbox?: Record<string, string | {
2745
+ sandbox?: Record<string, {
2751
2746
  attributes?: Record<string, string | number | boolean> | undefined;
2752
2747
  plugin?: string | undefined;
2753
2748
  accounts?: {
@@ -2821,20 +2816,20 @@ declare const proxyTemplate: {
2821
2816
  sourceFile: string;
2822
2817
  hash: string;
2823
2818
  }> | undefined;
2824
- network?: Record<string, string | {
2819
+ network?: Record<string, {
2825
2820
  label: string;
2826
2821
  rpcUrl: string;
2827
2822
  protocol: string;
2828
2823
  faucet: {
2829
- pkh: string;
2824
+ email?: string | undefined;
2825
+ password?: string | undefined;
2826
+ amount?: string | undefined;
2827
+ activation_code?: string | undefined;
2830
2828
  mnemonic: string[];
2831
- email: string;
2832
- password: string;
2833
- amount: string;
2834
- activation_code: string;
2829
+ pkh: string;
2835
2830
  };
2836
2831
  }> | undefined;
2837
- sandbox?: Record<string, string | {
2832
+ sandbox?: Record<string, {
2838
2833
  attributes?: Record<string, string | number | boolean> | undefined;
2839
2834
  plugin?: string | undefined;
2840
2835
  accounts?: {
@@ -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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
2912
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
2918
2913
  label: string & {
2919
2914
  readonly __kind: any;
2920
2915
  };
@@ -2924,22 +2919,22 @@ declare const proxySchemas: {
2924
2919
  protocol: string & {
2925
2920
  readonly __kind: any;
2926
2921
  };
2927
- faucet: _taqueria_protocol_Base.Flatten<{
2922
+ faucet: import("@taqueria/protocol/Base").Flatten<{
2923
+ email?: string | undefined;
2924
+ password?: string | undefined;
2925
+ amount?: string | undefined;
2926
+ activation_code?: string | undefined;
2927
+ mnemonic: string[];
2928
2928
  pkh: string & {
2929
2929
  readonly __kind: any;
2930
2930
  };
2931
- mnemonic: string[];
2932
- email: string;
2933
- password: string;
2934
- amount: string;
2935
- activation_code: string;
2936
2931
  } & {
2937
2932
  readonly __kind: any;
2938
2933
  }>;
2939
2934
  } & {
2940
2935
  readonly __kind: any;
2941
2936
  }>> | undefined;
2942
- sandbox?: Record<string, string | ({
2937
+ sandbox?: Record<string, {
2943
2938
  attributes?: Record<string, string | number | boolean> | undefined;
2944
2939
  plugin?: (string & {
2945
2940
  readonly __kind: any;
@@ -2969,8 +2964,8 @@ declare const proxySchemas: {
2969
2964
  };
2970
2965
  } & {
2971
2966
  readonly __kind: any;
2972
- })> | undefined;
2973
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
2967
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3041
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3047
3042
  label: string & {
3048
3043
  readonly __kind: any;
3049
3044
  };
@@ -3053,22 +3048,22 @@ declare const proxyFactory: {
3053
3048
  protocol: string & {
3054
3049
  readonly __kind: any;
3055
3050
  };
3056
- faucet: _taqueria_protocol_Base.Flatten<{
3051
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3052
+ email?: string | undefined;
3053
+ password?: string | undefined;
3054
+ amount?: string | undefined;
3055
+ activation_code?: string | undefined;
3056
+ mnemonic: string[];
3057
3057
  pkh: string & {
3058
3058
  readonly __kind: any;
3059
3059
  };
3060
- mnemonic: string[];
3061
- email: string;
3062
- password: string;
3063
- amount: string;
3064
- activation_code: string;
3065
3060
  } & {
3066
3061
  readonly __kind: any;
3067
3062
  }>;
3068
3063
  } & {
3069
3064
  readonly __kind: any;
3070
3065
  }>> | undefined;
3071
- sandbox?: Record<string, string | ({
3066
+ sandbox?: Record<string, {
3072
3067
  attributes?: Record<string, string | number | boolean> | undefined;
3073
3068
  plugin?: (string & {
3074
3069
  readonly __kind: any;
@@ -3098,8 +3093,8 @@ declare const proxyFactory: {
3098
3093
  };
3099
3094
  } & {
3100
3095
  readonly __kind: any;
3101
- })> | undefined;
3102
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3096
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3165
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3171
3166
  label: string & {
3172
3167
  readonly __kind: any;
3173
3168
  };
@@ -3177,22 +3172,22 @@ declare const proxyFactory: {
3177
3172
  protocol: string & {
3178
3173
  readonly __kind: any;
3179
3174
  };
3180
- faucet: _taqueria_protocol_Base.Flatten<{
3175
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3176
+ email?: string | undefined;
3177
+ password?: string | undefined;
3178
+ amount?: string | undefined;
3179
+ activation_code?: string | undefined;
3180
+ mnemonic: string[];
3181
3181
  pkh: string & {
3182
3182
  readonly __kind: any;
3183
3183
  };
3184
- mnemonic: string[];
3185
- email: string;
3186
- password: string;
3187
- amount: string;
3188
- activation_code: string;
3189
3184
  } & {
3190
3185
  readonly __kind: any;
3191
3186
  }>;
3192
3187
  } & {
3193
3188
  readonly __kind: any;
3194
3189
  }>> | undefined;
3195
- sandbox?: Record<string, string | ({
3190
+ sandbox?: Record<string, {
3196
3191
  attributes?: Record<string, string | number | boolean> | undefined;
3197
3192
  plugin?: (string & {
3198
3193
  readonly __kind: any;
@@ -3222,8 +3217,8 @@ declare const proxyFactory: {
3222
3217
  };
3223
3218
  } & {
3224
3219
  readonly __kind: any;
3225
- })> | undefined;
3226
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3220
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3292
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3298
3293
  label: string & {
3299
3294
  readonly __kind: any;
3300
3295
  };
@@ -3304,22 +3299,22 @@ declare const proxyFactory: {
3304
3299
  protocol: string & {
3305
3300
  readonly __kind: any;
3306
3301
  };
3307
- faucet: _taqueria_protocol_Base.Flatten<{
3302
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3303
+ email?: string | undefined;
3304
+ password?: string | undefined;
3305
+ amount?: string | undefined;
3306
+ activation_code?: string | undefined;
3307
+ mnemonic: string[];
3308
3308
  pkh: string & {
3309
3309
  readonly __kind: any;
3310
3310
  };
3311
- mnemonic: string[];
3312
- email: string;
3313
- password: string;
3314
- amount: string;
3315
- activation_code: string;
3316
3311
  } & {
3317
3312
  readonly __kind: any;
3318
3313
  }>;
3319
3314
  } & {
3320
3315
  readonly __kind: any;
3321
3316
  }>> | undefined;
3322
- sandbox?: Record<string, string | ({
3317
+ sandbox?: Record<string, {
3323
3318
  attributes?: Record<string, string | number | boolean> | undefined;
3324
3319
  plugin?: (string & {
3325
3320
  readonly __kind: any;
@@ -3349,8 +3344,8 @@ declare const proxyFactory: {
3349
3344
  };
3350
3345
  } & {
3351
3346
  readonly __kind: any;
3352
- })> | undefined;
3353
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3347
+ }> | undefined;
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[];
@@ -3420,20 +3415,20 @@ declare const proxyFactory: {
3420
3415
  sourceFile: string;
3421
3416
  hash: string;
3422
3417
  }> | undefined;
3423
- network?: Record<string, string | {
3418
+ network?: Record<string, {
3424
3419
  label: string;
3425
3420
  rpcUrl: string;
3426
3421
  protocol: string;
3427
3422
  faucet: {
3428
- pkh: string;
3423
+ email?: string | undefined;
3424
+ password?: string | undefined;
3425
+ amount?: string | undefined;
3426
+ activation_code?: string | undefined;
3429
3427
  mnemonic: string[];
3430
- email: string;
3431
- password: string;
3432
- amount: string;
3433
- activation_code: string;
3428
+ pkh: string;
3434
3429
  };
3435
3430
  }> | undefined;
3436
- sandbox?: Record<string, string | {
3431
+ sandbox?: Record<string, {
3437
3432
  attributes?: Record<string, string | number | boolean> | undefined;
3438
3433
  plugin?: string | undefined;
3439
3434
  accounts?: {
@@ -3497,7 +3492,7 @@ declare const proxyFactory: {
3497
3492
  yes?: boolean | undefined;
3498
3493
  quickstart?: string | undefined;
3499
3494
  pluginName?: string | undefined;
3500
- config: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3503
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3509
3504
  label: string & {
3510
3505
  readonly __kind: any;
3511
3506
  };
@@ -3515,22 +3510,22 @@ declare const proxyFactory: {
3515
3510
  protocol: string & {
3516
3511
  readonly __kind: any;
3517
3512
  };
3518
- faucet: _taqueria_protocol_Base.Flatten<{
3513
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3514
+ email?: string | undefined;
3515
+ password?: string | undefined;
3516
+ amount?: string | undefined;
3517
+ activation_code?: string | undefined;
3518
+ mnemonic: string[];
3519
3519
  pkh: string & {
3520
3520
  readonly __kind: any;
3521
3521
  };
3522
- mnemonic: string[];
3523
- email: string;
3524
- password: string;
3525
- amount: string;
3526
- activation_code: string;
3527
3522
  } & {
3528
3523
  readonly __kind: any;
3529
3524
  }>;
3530
3525
  } & {
3531
3526
  readonly __kind: any;
3532
3527
  }>> | undefined;
3533
- sandbox?: Record<string, string | ({
3528
+ sandbox?: Record<string, {
3534
3529
  attributes?: Record<string, string | number | boolean> | undefined;
3535
3530
  plugin?: (string & {
3536
3531
  readonly __kind: any;
@@ -3560,8 +3555,8 @@ declare const proxyFactory: {
3560
3555
  };
3561
3556
  } & {
3562
3557
  readonly __kind: any;
3563
- })> | undefined;
3564
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3558
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3627
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3633
3628
  label: string & {
3634
3629
  readonly __kind: any;
3635
3630
  };
@@ -3639,22 +3634,22 @@ declare const proxyFactory: {
3639
3634
  protocol: string & {
3640
3635
  readonly __kind: any;
3641
3636
  };
3642
- faucet: _taqueria_protocol_Base.Flatten<{
3637
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3638
+ email?: string | undefined;
3639
+ password?: string | undefined;
3640
+ amount?: string | undefined;
3641
+ activation_code?: string | undefined;
3642
+ mnemonic: string[];
3643
3643
  pkh: string & {
3644
3644
  readonly __kind: any;
3645
3645
  };
3646
- mnemonic: string[];
3647
- email: string;
3648
- password: string;
3649
- amount: string;
3650
- activation_code: string;
3651
3646
  } & {
3652
3647
  readonly __kind: any;
3653
3648
  }>;
3654
3649
  } & {
3655
3650
  readonly __kind: any;
3656
3651
  }>> | undefined;
3657
- sandbox?: Record<string, string | ({
3652
+ sandbox?: Record<string, {
3658
3653
  attributes?: Record<string, string | number | boolean> | undefined;
3659
3654
  plugin?: (string & {
3660
3655
  readonly __kind: any;
@@ -3684,8 +3679,8 @@ declare const proxyFactory: {
3684
3679
  };
3685
3680
  } & {
3686
3681
  readonly __kind: any;
3687
- })> | undefined;
3688
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3682
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3754
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3760
3755
  label: string & {
3761
3756
  readonly __kind: any;
3762
3757
  };
@@ -3766,22 +3761,22 @@ declare const proxyFactory: {
3766
3761
  protocol: string & {
3767
3762
  readonly __kind: any;
3768
3763
  };
3769
- faucet: _taqueria_protocol_Base.Flatten<{
3764
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3765
+ email?: string | undefined;
3766
+ password?: string | undefined;
3767
+ amount?: string | undefined;
3768
+ activation_code?: string | undefined;
3769
+ mnemonic: string[];
3770
3770
  pkh: string & {
3771
3771
  readonly __kind: any;
3772
3772
  };
3773
- mnemonic: string[];
3774
- email: string;
3775
- password: string;
3776
- amount: string;
3777
- activation_code: string;
3778
3773
  } & {
3779
3774
  readonly __kind: any;
3780
3775
  }>;
3781
3776
  } & {
3782
3777
  readonly __kind: any;
3783
3778
  }>> | undefined;
3784
- sandbox?: Record<string, string | ({
3779
+ sandbox?: Record<string, {
3785
3780
  attributes?: Record<string, string | number | boolean> | undefined;
3786
3781
  plugin?: (string & {
3787
3782
  readonly __kind: any;
@@ -3811,8 +3806,8 @@ declare const proxyFactory: {
3811
3806
  };
3812
3807
  } & {
3813
3808
  readonly __kind: any;
3814
- })> | undefined;
3815
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3809
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
3884
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
3890
3885
  label: string & {
3891
3886
  readonly __kind: any;
3892
3887
  };
@@ -3896,22 +3891,22 @@ declare const createProxyRequestArgs: (input: unknown) => {
3896
3891
  protocol: string & {
3897
3892
  readonly __kind: any;
3898
3893
  };
3899
- faucet: _taqueria_protocol_Base.Flatten<{
3894
+ faucet: import("@taqueria/protocol/Base").Flatten<{
3895
+ email?: string | undefined;
3896
+ password?: string | undefined;
3897
+ amount?: string | undefined;
3898
+ activation_code?: string | undefined;
3899
+ mnemonic: string[];
3900
3900
  pkh: string & {
3901
3901
  readonly __kind: any;
3902
3902
  };
3903
- mnemonic: string[];
3904
- email: string;
3905
- password: string;
3906
- amount: string;
3907
- activation_code: string;
3908
3903
  } & {
3909
3904
  readonly __kind: any;
3910
3905
  }>;
3911
3906
  } & {
3912
3907
  readonly __kind: any;
3913
3908
  }>> | undefined;
3914
- sandbox?: Record<string, string | ({
3909
+ sandbox?: Record<string, {
3915
3910
  attributes?: Record<string, string | number | boolean> | undefined;
3916
3911
  plugin?: (string & {
3917
3912
  readonly __kind: any;
@@ -3941,8 +3936,8 @@ declare const createProxyRequestArgs: (input: unknown) => {
3941
3936
  };
3942
3937
  } & {
3943
3938
  readonly __kind: any;
3944
- })> | undefined;
3945
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
3939
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
4011
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
4017
4012
  label: string & {
4018
4013
  readonly __kind: any;
4019
4014
  };
@@ -4023,22 +4018,22 @@ declare const makeProxyRequestArgs: (input: {
4023
4018
  protocol: string & {
4024
4019
  readonly __kind: any;
4025
4020
  };
4026
- faucet: _taqueria_protocol_Base.Flatten<{
4021
+ faucet: import("@taqueria/protocol/Base").Flatten<{
4022
+ email?: string | undefined;
4023
+ password?: string | undefined;
4024
+ amount?: string | undefined;
4025
+ activation_code?: string | undefined;
4026
+ mnemonic: string[];
4027
4027
  pkh: string & {
4028
4028
  readonly __kind: any;
4029
4029
  };
4030
- mnemonic: string[];
4031
- email: string;
4032
- password: string;
4033
- amount: string;
4034
- activation_code: string;
4035
4030
  } & {
4036
4031
  readonly __kind: any;
4037
4032
  }>;
4038
4033
  } & {
4039
4034
  readonly __kind: any;
4040
4035
  }>> | undefined;
4041
- sandbox?: Record<string, string | ({
4036
+ sandbox?: Record<string, {
4042
4037
  attributes?: Record<string, string | number | boolean> | undefined;
4043
4038
  plugin?: (string & {
4044
4039
  readonly __kind: any;
@@ -4068,8 +4063,8 @@ declare const makeProxyRequestArgs: (input: {
4068
4063
  };
4069
4064
  } & {
4070
4065
  readonly __kind: any;
4071
- })> | undefined;
4072
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
4066
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
4135
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
4141
4136
  label: string & {
4142
4137
  readonly __kind: any;
4143
4138
  };
@@ -4147,22 +4142,22 @@ declare const makeProxyRequestArgs: (input: {
4147
4142
  protocol: string & {
4148
4143
  readonly __kind: any;
4149
4144
  };
4150
- faucet: _taqueria_protocol_Base.Flatten<{
4145
+ faucet: import("@taqueria/protocol/Base").Flatten<{
4146
+ email?: string | undefined;
4147
+ password?: string | undefined;
4148
+ amount?: string | undefined;
4149
+ activation_code?: string | undefined;
4150
+ mnemonic: string[];
4151
4151
  pkh: string & {
4152
4152
  readonly __kind: any;
4153
4153
  };
4154
- mnemonic: string[];
4155
- email: string;
4156
- password: string;
4157
- amount: string;
4158
- activation_code: string;
4159
4154
  } & {
4160
4155
  readonly __kind: any;
4161
4156
  }>;
4162
4157
  } & {
4163
4158
  readonly __kind: any;
4164
4159
  }>> | undefined;
4165
- sandbox?: Record<string, string | ({
4160
+ sandbox?: Record<string, {
4166
4161
  attributes?: Record<string, string | number | boolean> | undefined;
4167
4162
  plugin?: (string & {
4168
4163
  readonly __kind: any;
@@ -4192,8 +4187,8 @@ declare const makeProxyRequestArgs: (input: {
4192
4187
  };
4193
4188
  } & {
4194
4189
  readonly __kind: any;
4195
- })> | undefined;
4196
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
4190
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
4262
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
4268
4263
  label: string & {
4269
4264
  readonly __kind: any;
4270
4265
  };
@@ -4274,22 +4269,22 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
4274
4269
  protocol: string & {
4275
4270
  readonly __kind: any;
4276
4271
  };
4277
- faucet: _taqueria_protocol_Base.Flatten<{
4272
+ faucet: import("@taqueria/protocol/Base").Flatten<{
4273
+ email?: string | undefined;
4274
+ password?: string | undefined;
4275
+ amount?: string | undefined;
4276
+ activation_code?: string | undefined;
4277
+ mnemonic: string[];
4278
4278
  pkh: string & {
4279
4279
  readonly __kind: any;
4280
4280
  };
4281
- mnemonic: string[];
4282
- email: string;
4283
- password: string;
4284
- amount: string;
4285
- activation_code: string;
4286
4281
  } & {
4287
4282
  readonly __kind: any;
4288
4283
  }>;
4289
4284
  } & {
4290
4285
  readonly __kind: any;
4291
4286
  }>> | undefined;
4292
- sandbox?: Record<string, string | ({
4287
+ sandbox?: Record<string, {
4293
4288
  attributes?: Record<string, string | number | boolean> | undefined;
4294
4289
  plugin?: (string & {
4295
4290
  readonly __kind: any;
@@ -4319,8 +4314,8 @@ declare const ofProxyRequestArgs: (input: unknown) => fluture.FutureInstance<Taq
4319
4314
  };
4320
4315
  } & {
4321
4316
  readonly __kind: any;
4322
- })> | undefined;
4323
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
4317
+ }> | undefined;
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;
@@ -4390,20 +4385,20 @@ declare const createProxyTemplateRequestArgs: (input: unknown) => {
4390
4385
  sourceFile: string;
4391
4386
  hash: string;
4392
4387
  }> | undefined;
4393
- network?: Record<string, string | {
4388
+ network?: Record<string, {
4394
4389
  label: string;
4395
4390
  rpcUrl: string;
4396
4391
  protocol: string;
4397
4392
  faucet: {
4398
- pkh: string;
4393
+ email?: string | undefined;
4394
+ password?: string | undefined;
4395
+ amount?: string | undefined;
4396
+ activation_code?: string | undefined;
4399
4397
  mnemonic: string[];
4400
- email: string;
4401
- password: string;
4402
- amount: string;
4403
- activation_code: string;
4398
+ pkh: string;
4404
4399
  };
4405
4400
  }> | undefined;
4406
- sandbox?: Record<string, string | {
4401
+ sandbox?: Record<string, {
4407
4402
  attributes?: Record<string, string | number | boolean> | undefined;
4408
4403
  plugin?: string | undefined;
4409
4404
  accounts?: {
@@ -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;
@@ -4477,20 +4472,20 @@ declare const makeProxyTemplateRequestArgs: (input: {
4477
4472
  sourceFile: string;
4478
4473
  hash: string;
4479
4474
  }> | undefined;
4480
- network?: Record<string, string | {
4475
+ network?: Record<string, {
4481
4476
  label: string;
4482
4477
  rpcUrl: string;
4483
4478
  protocol: string;
4484
4479
  faucet: {
4485
- pkh: string;
4480
+ email?: string | undefined;
4481
+ password?: string | undefined;
4482
+ amount?: string | undefined;
4483
+ activation_code?: string | undefined;
4486
4484
  mnemonic: string[];
4487
- email: string;
4488
- password: string;
4489
- amount: string;
4490
- activation_code: string;
4485
+ pkh: string;
4491
4486
  };
4492
4487
  }> | undefined;
4493
- sandbox?: Record<string, string | {
4488
+ sandbox?: Record<string, {
4494
4489
  attributes?: Record<string, string | number | boolean> | undefined;
4495
4490
  plugin?: string | undefined;
4496
4491
  accounts?: {
@@ -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;
@@ -4561,20 +4556,20 @@ declare const makeProxyTemplateRequestArgs: (input: {
4561
4556
  sourceFile: string;
4562
4557
  hash: string;
4563
4558
  }> | undefined;
4564
- network?: Record<string, string | {
4559
+ network?: Record<string, {
4565
4560
  label: string;
4566
4561
  rpcUrl: string;
4567
4562
  protocol: string;
4568
4563
  faucet: {
4569
- pkh: string;
4564
+ email?: string | undefined;
4565
+ password?: string | undefined;
4566
+ amount?: string | undefined;
4567
+ activation_code?: string | undefined;
4570
4568
  mnemonic: string[];
4571
- email: string;
4572
- password: string;
4573
- amount: string;
4574
- activation_code: string;
4569
+ pkh: string;
4575
4570
  };
4576
4571
  }> | undefined;
4577
- sandbox?: Record<string, string | {
4572
+ sandbox?: Record<string, {
4578
4573
  attributes?: Record<string, string | number | boolean> | undefined;
4579
4574
  plugin?: string | undefined;
4580
4575
  accounts?: {
@@ -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;
@@ -4648,20 +4643,20 @@ declare const ofProxyTemplateRequestArgs: (input: unknown) => fluture.FutureInst
4648
4643
  sourceFile: string;
4649
4644
  hash: string;
4650
4645
  }> | undefined;
4651
- network?: Record<string, string | {
4646
+ network?: Record<string, {
4652
4647
  label: string;
4653
4648
  rpcUrl: string;
4654
4649
  protocol: string;
4655
4650
  faucet: {
4656
- pkh: string;
4651
+ email?: string | undefined;
4652
+ password?: string | undefined;
4653
+ amount?: string | undefined;
4654
+ activation_code?: string | undefined;
4657
4655
  mnemonic: string[];
4658
- email: string;
4659
- password: string;
4660
- amount: string;
4661
- activation_code: string;
4656
+ pkh: string;
4662
4657
  };
4663
4658
  }> | undefined;
4664
- sandbox?: Record<string, string | {
4659
+ sandbox?: Record<string, {
4665
4660
  attributes?: Record<string, string | number | boolean> | undefined;
4666
4661
  plugin?: string | undefined;
4667
4662
  accounts?: {
@@ -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;
@@ -4735,20 +4730,20 @@ declare const create: (input: {
4735
4730
  sourceFile: string;
4736
4731
  hash: string;
4737
4732
  }> | undefined;
4738
- network?: Record<string, string | {
4733
+ network?: Record<string, {
4739
4734
  label: string;
4740
4735
  rpcUrl: string;
4741
4736
  protocol: string;
4742
4737
  faucet: {
4743
- pkh: string;
4738
+ email?: string | undefined;
4739
+ password?: string | undefined;
4740
+ amount?: string | undefined;
4741
+ activation_code?: string | undefined;
4744
4742
  mnemonic: string[];
4745
- email: string;
4746
- password: string;
4747
- amount: string;
4748
- activation_code: string;
4743
+ pkh: string;
4749
4744
  };
4750
4745
  }> | undefined;
4751
- sandbox?: Record<string, string | {
4746
+ sandbox?: Record<string, {
4752
4747
  attributes?: Record<string, string | number | boolean> | undefined;
4753
4748
  plugin?: string | undefined;
4754
4749
  accounts?: {
@@ -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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
4817
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
4823
4818
  label: string & {
4824
4819
  readonly __kind: any;
4825
4820
  };
@@ -4829,22 +4824,22 @@ declare const create: (input: {
4829
4824
  protocol: string & {
4830
4825
  readonly __kind: any;
4831
4826
  };
4832
- faucet: _taqueria_protocol_Base.Flatten<{
4827
+ faucet: import("@taqueria/protocol/Base").Flatten<{
4828
+ email?: string | undefined;
4829
+ password?: string | undefined;
4830
+ amount?: string | undefined;
4831
+ activation_code?: string | undefined;
4832
+ mnemonic: string[];
4833
4833
  pkh: string & {
4834
4834
  readonly __kind: any;
4835
4835
  };
4836
- mnemonic: string[];
4837
- email: string;
4838
- password: string;
4839
- amount: string;
4840
- activation_code: string;
4841
4836
  } & {
4842
4837
  readonly __kind: any;
4843
4838
  }>;
4844
4839
  } & {
4845
4840
  readonly __kind: any;
4846
4841
  }>> | undefined;
4847
- sandbox?: Record<string, string | ({
4842
+ sandbox?: Record<string, {
4848
4843
  attributes?: Record<string, string | number | boolean> | undefined;
4849
4844
  plugin?: (string & {
4850
4845
  readonly __kind: any;
@@ -4874,8 +4869,8 @@ declare const create: (input: {
4874
4869
  };
4875
4870
  } & {
4876
4871
  readonly __kind: any;
4877
- })> | undefined;
4878
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
4872
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
4940
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
4946
4941
  label: string & {
4947
4942
  readonly __kind: any;
4948
4943
  };
@@ -4952,22 +4947,22 @@ declare const create: (input: {
4952
4947
  protocol: string & {
4953
4948
  readonly __kind: any;
4954
4949
  };
4955
- faucet: _taqueria_protocol_Base.Flatten<{
4950
+ faucet: import("@taqueria/protocol/Base").Flatten<{
4951
+ email?: string | undefined;
4952
+ password?: string | undefined;
4953
+ amount?: string | undefined;
4954
+ activation_code?: string | undefined;
4955
+ mnemonic: string[];
4956
4956
  pkh: string & {
4957
4957
  readonly __kind: any;
4958
4958
  };
4959
- mnemonic: string[];
4960
- email: string;
4961
- password: string;
4962
- amount: string;
4963
- activation_code: string;
4964
4959
  } & {
4965
4960
  readonly __kind: any;
4966
4961
  }>;
4967
4962
  } & {
4968
4963
  readonly __kind: any;
4969
4964
  }>> | undefined;
4970
- sandbox?: Record<string, string | ({
4965
+ sandbox?: Record<string, {
4971
4966
  attributes?: Record<string, string | number | boolean> | undefined;
4972
4967
  plugin?: (string & {
4973
4968
  readonly __kind: any;
@@ -4997,8 +4992,8 @@ declare const create: (input: {
4997
4992
  };
4998
4993
  } & {
4999
4994
  readonly __kind: any;
5000
- })> | undefined;
5001
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
4995
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
5065
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
5072
5066
  label: string & {
5073
5067
  readonly __kind: any;
5074
5068
  };
@@ -5078,22 +5072,22 @@ declare const make: (input: {
5078
5072
  protocol: string & {
5079
5073
  readonly __kind: any;
5080
5074
  };
5081
- faucet: _taqueria_protocol_Base.Flatten<{
5075
+ faucet: import("@taqueria/protocol/Base").Flatten<{
5076
+ email?: string | undefined;
5077
+ password?: string | undefined;
5078
+ amount?: string | undefined;
5079
+ activation_code?: string | undefined;
5080
+ mnemonic: string[];
5082
5081
  pkh: string & {
5083
5082
  readonly __kind: any;
5084
5083
  };
5085
- mnemonic: string[];
5086
- email: string;
5087
- password: string;
5088
- amount: string;
5089
- activation_code: string;
5090
5084
  } & {
5091
5085
  readonly __kind: any;
5092
5086
  }>;
5093
5087
  } & {
5094
5088
  readonly __kind: any;
5095
5089
  }>> | undefined;
5096
- sandbox?: Record<string, string | ({
5090
+ sandbox?: Record<string, {
5097
5091
  attributes?: Record<string, string | number | boolean> | undefined;
5098
5092
  plugin?: (string & {
5099
5093
  readonly __kind: any;
@@ -5123,8 +5117,8 @@ declare const make: (input: {
5123
5117
  };
5124
5118
  } & {
5125
5119
  readonly __kind: any;
5126
- })> | undefined;
5127
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
5120
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
5188
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
5195
5189
  label: string & {
5196
5190
  readonly __kind: any;
5197
5191
  };
@@ -5201,22 +5195,22 @@ declare const make: (input: {
5201
5195
  protocol: string & {
5202
5196
  readonly __kind: any;
5203
5197
  };
5204
- faucet: _taqueria_protocol_Base.Flatten<{
5198
+ faucet: import("@taqueria/protocol/Base").Flatten<{
5199
+ email?: string | undefined;
5200
+ password?: string | undefined;
5201
+ amount?: string | undefined;
5202
+ activation_code?: string | undefined;
5203
+ mnemonic: string[];
5205
5204
  pkh: string & {
5206
5205
  readonly __kind: any;
5207
5206
  };
5208
- mnemonic: string[];
5209
- email: string;
5210
- password: string;
5211
- amount: string;
5212
- activation_code: string;
5213
5207
  } & {
5214
5208
  readonly __kind: any;
5215
5209
  }>;
5216
5210
  } & {
5217
5211
  readonly __kind: any;
5218
5212
  }>> | undefined;
5219
- sandbox?: Record<string, string | ({
5213
+ sandbox?: Record<string, {
5220
5214
  attributes?: Record<string, string | number | boolean> | undefined;
5221
5215
  plugin?: (string & {
5222
5216
  readonly __kind: any;
@@ -5246,8 +5240,8 @@ declare const make: (input: {
5246
5240
  };
5247
5241
  } & {
5248
5242
  readonly __kind: any;
5249
- })> | undefined;
5250
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
5243
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
5313
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
5321
5314
  label: string & {
5322
5315
  readonly __kind: any;
5323
5316
  };
@@ -5327,22 +5320,22 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
5327
5320
  protocol: string & {
5328
5321
  readonly __kind: any;
5329
5322
  };
5330
- faucet: _taqueria_protocol_Base.Flatten<{
5323
+ faucet: import("@taqueria/protocol/Base").Flatten<{
5324
+ email?: string | undefined;
5325
+ password?: string | undefined;
5326
+ amount?: string | undefined;
5327
+ activation_code?: string | undefined;
5328
+ mnemonic: string[];
5331
5329
  pkh: string & {
5332
5330
  readonly __kind: any;
5333
5331
  };
5334
- mnemonic: string[];
5335
- email: string;
5336
- password: string;
5337
- amount: string;
5338
- activation_code: string;
5339
5332
  } & {
5340
5333
  readonly __kind: any;
5341
5334
  }>;
5342
5335
  } & {
5343
5336
  readonly __kind: any;
5344
5337
  }>> | undefined;
5345
- sandbox?: Record<string, string | ({
5338
+ sandbox?: Record<string, {
5346
5339
  attributes?: Record<string, string | number | boolean> | undefined;
5347
5340
  plugin?: (string & {
5348
5341
  readonly __kind: any;
@@ -5372,8 +5365,8 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
5372
5365
  };
5373
5366
  } & {
5374
5367
  readonly __kind: any;
5375
- })> | undefined;
5376
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
5368
+ }> | undefined;
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: _taqueria_protocol_Base.Flatten<{
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 | _taqueria_protocol_Base.Flatten<{
5438
+ network?: Record<string, import("@taqueria/protocol/Base").Flatten<{
5447
5439
  label: string & {
5448
5440
  readonly __kind: any;
5449
5441
  };
@@ -5453,22 +5445,22 @@ declare const from: (input: unknown) => {
5453
5445
  protocol: string & {
5454
5446
  readonly __kind: any;
5455
5447
  };
5456
- faucet: _taqueria_protocol_Base.Flatten<{
5448
+ faucet: import("@taqueria/protocol/Base").Flatten<{
5449
+ email?: string | undefined;
5450
+ password?: string | undefined;
5451
+ amount?: string | undefined;
5452
+ activation_code?: string | undefined;
5453
+ mnemonic: string[];
5457
5454
  pkh: string & {
5458
5455
  readonly __kind: any;
5459
5456
  };
5460
- mnemonic: string[];
5461
- email: string;
5462
- password: string;
5463
- amount: string;
5464
- activation_code: string;
5465
5457
  } & {
5466
5458
  readonly __kind: any;
5467
5459
  }>;
5468
5460
  } & {
5469
5461
  readonly __kind: any;
5470
5462
  }>> | undefined;
5471
- sandbox?: Record<string, string | ({
5463
+ sandbox?: Record<string, {
5472
5464
  attributes?: Record<string, string | number | boolean> | undefined;
5473
5465
  plugin?: (string & {
5474
5466
  readonly __kind: any;
@@ -5498,8 +5490,8 @@ declare const from: (input: unknown) => {
5498
5490
  };
5499
5491
  } & {
5500
5492
  readonly __kind: any;
5501
- })> | undefined;
5502
- environment?: Record<string, string | _taqueria_protocol_Base.Flatten<{
5493
+ }> | undefined;
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