@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/LoadedConfig.d.ts CHANGED
@@ -1,9 +1,6 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { Flatten } from '@taqueria/protocol/Base';
4
2
  import { z } from 'zod';
5
-
6
- declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
3
+ export declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
7
4
  language: z.ZodEffects<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>, "en" | "fr" | undefined, unknown>;
8
5
  plugins: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
9
6
  type: "npm" | "binary" | "deno";
@@ -47,58 +44,59 @@ declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
47
44
  type: "npm" | "binary" | "deno";
48
45
  name: string;
49
46
  }[], unknown>>;
50
- network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
47
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
51
48
  label: z.ZodString;
52
49
  rpcUrl: z.ZodString;
53
50
  protocol: z.ZodEffects<z.ZodString, string, string>;
54
- faucet: z.ZodObject<{
51
+ faucet: z.ZodObject<z.extendShape<{
52
+ mnemonic: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], unknown>;
53
+ email: z.ZodOptional<z.ZodString>;
54
+ password: z.ZodOptional<z.ZodString>;
55
+ amount: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
56
+ activation_code: z.ZodOptional<z.ZodString>;
57
+ }, {
55
58
  pkh: z.ZodString;
56
- mnemonic: z.ZodArray<z.ZodString, "many">;
57
- email: z.ZodString;
58
- password: z.ZodString;
59
- amount: z.ZodString;
60
- activation_code: z.ZodString;
61
- }, "strip", z.ZodTypeAny, {
62
- pkh: string;
59
+ }>, "strip", z.ZodTypeAny, {
60
+ email?: string | undefined;
61
+ password?: string | undefined;
62
+ amount?: string | undefined;
63
+ activation_code?: string | undefined;
63
64
  mnemonic: string[];
64
- email: string;
65
- password: string;
66
- amount: string;
67
- activation_code: string;
65
+ pkh: string;
68
66
  }, {
67
+ mnemonic?: unknown;
68
+ email?: string | undefined;
69
+ password?: string | undefined;
70
+ amount?: string | undefined;
71
+ activation_code?: string | undefined;
69
72
  pkh: string;
70
- mnemonic: string[];
71
- email: string;
72
- password: string;
73
- amount: string;
74
- activation_code: string;
75
73
  }>;
76
74
  }, "strip", z.ZodTypeAny, {
77
75
  label: string;
78
76
  rpcUrl: string;
79
77
  protocol: string;
80
78
  faucet: {
81
- pkh: string;
79
+ email?: string | undefined;
80
+ password?: string | undefined;
81
+ amount?: string | undefined;
82
+ activation_code?: string | undefined;
82
83
  mnemonic: string[];
83
- email: string;
84
- password: string;
85
- amount: string;
86
- activation_code: string;
84
+ pkh: string;
87
85
  };
88
86
  }, {
89
87
  label: string;
90
88
  rpcUrl: string;
91
89
  protocol: string;
92
90
  faucet: {
91
+ mnemonic?: unknown;
92
+ email?: string | undefined;
93
+ password?: string | undefined;
94
+ amount?: string | undefined;
95
+ activation_code?: string | undefined;
93
96
  pkh: string;
94
- mnemonic: string[];
95
- email: string;
96
- password: string;
97
- amount: string;
98
- activation_code: string;
99
97
  };
100
- }>, z.ZodString]>>>;
101
- sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
98
+ }>>>;
99
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
102
100
  label: z.ZodString;
103
101
  rpcUrl: z.ZodString;
104
102
  protocol: z.ZodString;
@@ -172,7 +170,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
172
170
  label: string;
173
171
  rpcUrl: string;
174
172
  protocol: string;
175
- }>, z.ZodString]>>>;
173
+ }>>>;
176
174
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
177
175
  networks: z.ZodArray<z.ZodString, "many">;
178
176
  sandboxes: z.ZodArray<z.ZodString, "many">;
@@ -233,20 +231,20 @@ declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
233
231
  sourceFile: string;
234
232
  hash: string;
235
233
  }> | undefined;
236
- network?: Record<string, string | {
234
+ network?: Record<string, {
237
235
  label: string;
238
236
  rpcUrl: string;
239
237
  protocol: string;
240
238
  faucet: {
241
- pkh: string;
239
+ email?: string | undefined;
240
+ password?: string | undefined;
241
+ amount?: string | undefined;
242
+ activation_code?: string | undefined;
242
243
  mnemonic: string[];
243
- email: string;
244
- password: string;
245
- amount: string;
246
- activation_code: string;
244
+ pkh: string;
247
245
  };
248
246
  }> | undefined;
249
- sandbox?: Record<string, string | {
247
+ sandbox?: Record<string, {
250
248
  attributes?: Record<string, string | number | boolean> | undefined;
251
249
  plugin?: string | undefined;
252
250
  accounts?: {
@@ -297,20 +295,20 @@ declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
297
295
  hash: string;
298
296
  }> | undefined;
299
297
  artifactsDir?: unknown;
300
- network?: Record<string, string | {
298
+ network?: Record<string, {
301
299
  label: string;
302
300
  rpcUrl: string;
303
301
  protocol: string;
304
302
  faucet: {
303
+ mnemonic?: unknown;
304
+ email?: string | undefined;
305
+ password?: string | undefined;
306
+ amount?: string | undefined;
307
+ activation_code?: string | undefined;
305
308
  pkh: string;
306
- mnemonic: string[];
307
- email: string;
308
- password: string;
309
- amount: string;
310
- activation_code: string;
311
309
  };
312
310
  }> | undefined;
313
- sandbox?: Record<string, string | {
311
+ sandbox?: Record<string, {
314
312
  attributes?: Record<string, string | number | boolean> | undefined;
315
313
  plugin?: string | undefined;
316
314
  accounts?: {
@@ -346,7 +344,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
346
344
  projectDir: string;
347
345
  configFile: string;
348
346
  }>;
349
- declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
347
+ export declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
350
348
  language: z.ZodEffects<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>, "en" | "fr" | undefined, unknown>;
351
349
  plugins: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
352
350
  type: "npm" | "binary" | "deno";
@@ -377,7 +375,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
377
375
  hash: string;
378
376
  }>>>;
379
377
  }, {
380
- network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
378
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
381
379
  label: string & {
382
380
  readonly __kind: any;
383
381
  };
@@ -388,14 +386,14 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
388
386
  readonly __kind: any;
389
387
  };
390
388
  faucet: Flatten<{
389
+ email?: string | undefined;
390
+ password?: string | undefined;
391
+ amount?: string | undefined;
392
+ activation_code?: string | undefined;
393
+ mnemonic: string[];
391
394
  pkh: string & {
392
395
  readonly __kind: any;
393
396
  };
394
- mnemonic: string[];
395
- email: string;
396
- password: string;
397
- amount: string;
398
- activation_code: string;
399
397
  } & {
400
398
  readonly __kind: any;
401
399
  }>;
@@ -412,21 +410,21 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
412
410
  readonly __kind: any;
413
411
  };
414
412
  faucet: Flatten<{
413
+ email?: string | undefined;
414
+ password?: string | undefined;
415
+ amount?: string | undefined;
416
+ activation_code?: string | undefined;
417
+ mnemonic: string[];
415
418
  pkh: string & {
416
419
  readonly __kind: any;
417
420
  };
418
- mnemonic: string[];
419
- email: string;
420
- password: string;
421
- amount: string;
422
- activation_code: string;
423
421
  } & {
424
422
  readonly __kind: any;
425
423
  }>;
426
424
  } & {
427
425
  readonly __kind: any;
428
- }>, any>, z.ZodString]>>>;
429
- sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
426
+ }>, any>>>;
427
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
430
428
  attributes?: Record<string, string | number | boolean> | undefined;
431
429
  plugin?: (string & {
432
430
  readonly __kind: any;
@@ -486,7 +484,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
486
484
  };
487
485
  } & {
488
486
  readonly __kind: any;
489
- }, any>, z.ZodString]>>>;
487
+ }, any>>>;
490
488
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
491
489
  storage?: Record<string, any> | undefined;
492
490
  aliases?: Record<string, any> | undefined;
@@ -573,7 +571,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
573
571
  readonly __kind: any;
574
572
  };
575
573
  }> | undefined;
576
- network?: Record<string, string | Flatten<{
574
+ network?: Record<string, Flatten<{
577
575
  label: string & {
578
576
  readonly __kind: any;
579
577
  };
@@ -584,21 +582,21 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
584
582
  readonly __kind: any;
585
583
  };
586
584
  faucet: Flatten<{
585
+ email?: string | undefined;
586
+ password?: string | undefined;
587
+ amount?: string | undefined;
588
+ activation_code?: string | undefined;
589
+ mnemonic: string[];
587
590
  pkh: string & {
588
591
  readonly __kind: any;
589
592
  };
590
- mnemonic: string[];
591
- email: string;
592
- password: string;
593
- amount: string;
594
- activation_code: string;
595
593
  } & {
596
594
  readonly __kind: any;
597
595
  }>;
598
596
  } & {
599
597
  readonly __kind: any;
600
598
  }>> | undefined;
601
- sandbox?: Record<string, string | ({
599
+ sandbox?: Record<string, {
602
600
  attributes?: Record<string, string | number | boolean> | undefined;
603
601
  plugin?: (string & {
604
602
  readonly __kind: any;
@@ -628,7 +626,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
628
626
  };
629
627
  } & {
630
628
  readonly __kind: any;
631
- })> | undefined;
629
+ }> | undefined;
632
630
  environment?: Record<string, string | Flatten<{
633
631
  storage?: Record<string, any> | undefined;
634
632
  aliases?: Record<string, any> | undefined;
@@ -679,7 +677,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
679
677
  projectDir?: any;
680
678
  configFile?: any;
681
679
  }>;
682
- declare const generatedSchemas: {
680
+ export declare const generatedSchemas: {
683
681
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
684
682
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
685
683
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
@@ -690,7 +688,7 @@ declare const generatedSchemas: {
690
688
  readonly __kind: any;
691
689
  };
692
690
  }> | undefined;
693
- network?: Record<string, string | Flatten<{
691
+ network?: Record<string, Flatten<{
694
692
  label: string & {
695
693
  readonly __kind: any;
696
694
  };
@@ -701,21 +699,21 @@ declare const generatedSchemas: {
701
699
  readonly __kind: any;
702
700
  };
703
701
  faucet: Flatten<{
702
+ email?: string | undefined;
703
+ password?: string | undefined;
704
+ amount?: string | undefined;
705
+ activation_code?: string | undefined;
706
+ mnemonic: string[];
704
707
  pkh: string & {
705
708
  readonly __kind: any;
706
709
  };
707
- mnemonic: string[];
708
- email: string;
709
- password: string;
710
- amount: string;
711
- activation_code: string;
712
710
  } & {
713
711
  readonly __kind: any;
714
712
  }>;
715
713
  } & {
716
714
  readonly __kind: any;
717
715
  }>> | undefined;
718
- sandbox?: Record<string, string | ({
716
+ sandbox?: Record<string, {
719
717
  attributes?: Record<string, string | number | boolean> | undefined;
720
718
  plugin?: (string & {
721
719
  readonly __kind: any;
@@ -745,7 +743,7 @@ declare const generatedSchemas: {
745
743
  };
746
744
  } & {
747
745
  readonly __kind: any;
748
- })> | undefined;
746
+ }> | undefined;
749
747
  environment?: Record<string, string | Flatten<{
750
748
  storage?: Record<string, any> | undefined;
751
749
  aliases?: Record<string, any> | undefined;
@@ -784,8 +782,7 @@ declare const generatedSchemas: {
784
782
  }> & {
785
783
  readonly __kind: any;
786
784
  }, any>;
787
- };
788
- declare const factory: {
785
+ }, factory: {
789
786
  make: (input: Flatten<{
790
787
  language?: "en" | "fr" | undefined;
791
788
  contracts?: Record<string, {
@@ -794,7 +791,7 @@ declare const factory: {
794
791
  readonly __kind: any;
795
792
  };
796
793
  }> | undefined;
797
- network?: Record<string, string | Flatten<{
794
+ network?: Record<string, Flatten<{
798
795
  label: string & {
799
796
  readonly __kind: any;
800
797
  };
@@ -805,21 +802,21 @@ declare const factory: {
805
802
  readonly __kind: any;
806
803
  };
807
804
  faucet: Flatten<{
805
+ email?: string | undefined;
806
+ password?: string | undefined;
807
+ amount?: string | undefined;
808
+ activation_code?: string | undefined;
809
+ mnemonic: string[];
808
810
  pkh: string & {
809
811
  readonly __kind: any;
810
812
  };
811
- mnemonic: string[];
812
- email: string;
813
- password: string;
814
- amount: string;
815
- activation_code: string;
816
813
  } & {
817
814
  readonly __kind: any;
818
815
  }>;
819
816
  } & {
820
817
  readonly __kind: any;
821
818
  }>> | undefined;
822
- sandbox?: Record<string, string | ({
819
+ sandbox?: Record<string, {
823
820
  attributes?: Record<string, string | number | boolean> | undefined;
824
821
  plugin?: (string & {
825
822
  readonly __kind: any;
@@ -849,7 +846,7 @@ declare const factory: {
849
846
  };
850
847
  } & {
851
848
  readonly __kind: any;
852
- })> | undefined;
849
+ }> | undefined;
853
850
  environment?: Record<string, string | Flatten<{
854
851
  storage?: Record<string, any> | undefined;
855
852
  aliases?: Record<string, any> | undefined;
@@ -885,7 +882,7 @@ declare const factory: {
885
882
  configFile: string & {
886
883
  readonly __kind: any;
887
884
  };
888
- }>) => fluture.FutureInstance<TaqError, Flatten<{
885
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
889
886
  language?: "en" | "fr" | undefined;
890
887
  contracts?: Record<string, {
891
888
  sourceFile: string;
@@ -893,7 +890,7 @@ declare const factory: {
893
890
  readonly __kind: any;
894
891
  };
895
892
  }> | undefined;
896
- network?: Record<string, string | Flatten<{
893
+ network?: Record<string, Flatten<{
897
894
  label: string & {
898
895
  readonly __kind: any;
899
896
  };
@@ -904,21 +901,21 @@ declare const factory: {
904
901
  readonly __kind: any;
905
902
  };
906
903
  faucet: Flatten<{
904
+ email?: string | undefined;
905
+ password?: string | undefined;
906
+ amount?: string | undefined;
907
+ activation_code?: string | undefined;
908
+ mnemonic: string[];
907
909
  pkh: string & {
908
910
  readonly __kind: any;
909
911
  };
910
- mnemonic: string[];
911
- email: string;
912
- password: string;
913
- amount: string;
914
- activation_code: string;
915
912
  } & {
916
913
  readonly __kind: any;
917
914
  }>;
918
915
  } & {
919
916
  readonly __kind: any;
920
917
  }>> | undefined;
921
- sandbox?: Record<string, string | ({
918
+ sandbox?: Record<string, {
922
919
  attributes?: Record<string, string | number | boolean> | undefined;
923
920
  plugin?: (string & {
924
921
  readonly __kind: any;
@@ -948,7 +945,7 @@ declare const factory: {
948
945
  };
949
946
  } & {
950
947
  readonly __kind: any;
951
- })> | undefined;
948
+ }> | undefined;
952
949
  environment?: Record<string, string | Flatten<{
953
950
  storage?: Record<string, any> | undefined;
954
951
  aliases?: Record<string, any> | undefined;
@@ -987,7 +984,7 @@ declare const factory: {
987
984
  }> & {
988
985
  readonly __kind: any;
989
986
  }>;
990
- of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
987
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
991
988
  language?: "en" | "fr" | undefined;
992
989
  contracts?: Record<string, {
993
990
  sourceFile: string;
@@ -995,7 +992,7 @@ declare const factory: {
995
992
  readonly __kind: any;
996
993
  };
997
994
  }> | undefined;
998
- network?: Record<string, string | Flatten<{
995
+ network?: Record<string, Flatten<{
999
996
  label: string & {
1000
997
  readonly __kind: any;
1001
998
  };
@@ -1006,21 +1003,21 @@ declare const factory: {
1006
1003
  readonly __kind: any;
1007
1004
  };
1008
1005
  faucet: Flatten<{
1006
+ email?: string | undefined;
1007
+ password?: string | undefined;
1008
+ amount?: string | undefined;
1009
+ activation_code?: string | undefined;
1010
+ mnemonic: string[];
1009
1011
  pkh: string & {
1010
1012
  readonly __kind: any;
1011
1013
  };
1012
- mnemonic: string[];
1013
- email: string;
1014
- password: string;
1015
- amount: string;
1016
- activation_code: string;
1017
1014
  } & {
1018
1015
  readonly __kind: any;
1019
1016
  }>;
1020
1017
  } & {
1021
1018
  readonly __kind: any;
1022
1019
  }>> | undefined;
1023
- sandbox?: Record<string, string | ({
1020
+ sandbox?: Record<string, {
1024
1021
  attributes?: Record<string, string | number | boolean> | undefined;
1025
1022
  plugin?: (string & {
1026
1023
  readonly __kind: any;
@@ -1050,7 +1047,7 @@ declare const factory: {
1050
1047
  };
1051
1048
  } & {
1052
1049
  readonly __kind: any;
1053
- })> | undefined;
1050
+ }> | undefined;
1054
1051
  environment?: Record<string, string | Flatten<{
1055
1052
  storage?: Record<string, any> | undefined;
1056
1053
  aliases?: Record<string, any> | undefined;
@@ -1096,20 +1093,20 @@ declare const factory: {
1096
1093
  sourceFile: string;
1097
1094
  hash: string;
1098
1095
  }> | undefined;
1099
- network?: Record<string, string | {
1096
+ network?: Record<string, {
1100
1097
  label: string;
1101
1098
  rpcUrl: string;
1102
1099
  protocol: string;
1103
1100
  faucet: {
1104
- pkh: string;
1101
+ email?: string | undefined;
1102
+ password?: string | undefined;
1103
+ amount?: string | undefined;
1104
+ activation_code?: string | undefined;
1105
1105
  mnemonic: string[];
1106
- email: string;
1107
- password: string;
1108
- amount: string;
1109
- activation_code: string;
1106
+ pkh: string;
1110
1107
  };
1111
1108
  }> | undefined;
1112
- sandbox?: Record<string, string | {
1109
+ sandbox?: Record<string, {
1113
1110
  attributes?: Record<string, string | number | boolean> | undefined;
1114
1111
  plugin?: string | undefined;
1115
1112
  accounts?: {
@@ -1158,7 +1155,7 @@ declare const factory: {
1158
1155
  readonly __kind: any;
1159
1156
  };
1160
1157
  }> | undefined;
1161
- network?: Record<string, string | Flatten<{
1158
+ network?: Record<string, Flatten<{
1162
1159
  label: string & {
1163
1160
  readonly __kind: any;
1164
1161
  };
@@ -1169,21 +1166,21 @@ declare const factory: {
1169
1166
  readonly __kind: any;
1170
1167
  };
1171
1168
  faucet: Flatten<{
1169
+ email?: string | undefined;
1170
+ password?: string | undefined;
1171
+ amount?: string | undefined;
1172
+ activation_code?: string | undefined;
1173
+ mnemonic: string[];
1172
1174
  pkh: string & {
1173
1175
  readonly __kind: any;
1174
1176
  };
1175
- mnemonic: string[];
1176
- email: string;
1177
- password: string;
1178
- amount: string;
1179
- activation_code: string;
1180
1177
  } & {
1181
1178
  readonly __kind: any;
1182
1179
  }>;
1183
1180
  } & {
1184
1181
  readonly __kind: any;
1185
1182
  }>> | undefined;
1186
- sandbox?: Record<string, string | ({
1183
+ sandbox?: Record<string, {
1187
1184
  attributes?: Record<string, string | number | boolean> | undefined;
1188
1185
  plugin?: (string & {
1189
1186
  readonly __kind: any;
@@ -1213,7 +1210,7 @@ declare const factory: {
1213
1210
  };
1214
1211
  } & {
1215
1212
  readonly __kind: any;
1216
- })> | undefined;
1213
+ }> | undefined;
1217
1214
  environment?: Record<string, string | Flatten<{
1218
1215
  storage?: Record<string, any> | undefined;
1219
1216
  aliases?: Record<string, any> | undefined;
@@ -1257,7 +1254,7 @@ declare const factory: {
1257
1254
  readonly __kind: any;
1258
1255
  };
1259
1256
  }> | undefined;
1260
- network?: Record<string, string | Flatten<{
1257
+ network?: Record<string, Flatten<{
1261
1258
  label: string & {
1262
1259
  readonly __kind: any;
1263
1260
  };
@@ -1268,21 +1265,21 @@ declare const factory: {
1268
1265
  readonly __kind: any;
1269
1266
  };
1270
1267
  faucet: Flatten<{
1268
+ email?: string | undefined;
1269
+ password?: string | undefined;
1270
+ amount?: string | undefined;
1271
+ activation_code?: string | undefined;
1272
+ mnemonic: string[];
1271
1273
  pkh: string & {
1272
1274
  readonly __kind: any;
1273
1275
  };
1274
- mnemonic: string[];
1275
- email: string;
1276
- password: string;
1277
- amount: string;
1278
- activation_code: string;
1279
1276
  } & {
1280
1277
  readonly __kind: any;
1281
1278
  }>;
1282
1279
  } & {
1283
1280
  readonly __kind: any;
1284
1281
  }>> | undefined;
1285
- sandbox?: Record<string, string | ({
1282
+ sandbox?: Record<string, {
1286
1283
  attributes?: Record<string, string | number | boolean> | undefined;
1287
1284
  plugin?: (string & {
1288
1285
  readonly __kind: any;
@@ -1312,7 +1309,7 @@ declare const factory: {
1312
1309
  };
1313
1310
  } & {
1314
1311
  readonly __kind: any;
1315
- })> | undefined;
1312
+ }> | undefined;
1316
1313
  environment?: Record<string, string | Flatten<{
1317
1314
  storage?: Record<string, any> | undefined;
1318
1315
  aliases?: Record<string, any> | undefined;
@@ -1359,7 +1356,7 @@ declare const factory: {
1359
1356
  readonly __kind: any;
1360
1357
  };
1361
1358
  }> | undefined;
1362
- network?: Record<string, string | Flatten<{
1359
+ network?: Record<string, Flatten<{
1363
1360
  label: string & {
1364
1361
  readonly __kind: any;
1365
1362
  };
@@ -1370,21 +1367,21 @@ declare const factory: {
1370
1367
  readonly __kind: any;
1371
1368
  };
1372
1369
  faucet: Flatten<{
1370
+ email?: string | undefined;
1371
+ password?: string | undefined;
1372
+ amount?: string | undefined;
1373
+ activation_code?: string | undefined;
1374
+ mnemonic: string[];
1373
1375
  pkh: string & {
1374
1376
  readonly __kind: any;
1375
1377
  };
1376
- mnemonic: string[];
1377
- email: string;
1378
- password: string;
1379
- amount: string;
1380
- activation_code: string;
1381
1378
  } & {
1382
1379
  readonly __kind: any;
1383
1380
  }>;
1384
1381
  } & {
1385
1382
  readonly __kind: any;
1386
1383
  }>> | undefined;
1387
- sandbox?: Record<string, string | ({
1384
+ sandbox?: Record<string, {
1388
1385
  attributes?: Record<string, string | number | boolean> | undefined;
1389
1386
  plugin?: (string & {
1390
1387
  readonly __kind: any;
@@ -1414,7 +1411,7 @@ declare const factory: {
1414
1411
  };
1415
1412
  } & {
1416
1413
  readonly __kind: any;
1417
- })> | undefined;
1414
+ }> | undefined;
1418
1415
  environment?: Record<string, string | Flatten<{
1419
1416
  storage?: Record<string, any> | undefined;
1420
1417
  aliases?: Record<string, any> | undefined;
@@ -1454,29 +1451,29 @@ declare const factory: {
1454
1451
  readonly __kind: any;
1455
1452
  };
1456
1453
  };
1457
- declare type LoadedConfig = z.infer<typeof generatedSchemas.schema>;
1458
- declare type t = LoadedConfig;
1459
- declare const create: (input: {
1454
+ export declare type LoadedConfig = z.infer<typeof generatedSchemas.schema>;
1455
+ export declare type t = LoadedConfig;
1456
+ export declare const create: (input: {
1460
1457
  accounts?: Record<string, string | number> | undefined;
1461
1458
  language?: "en" | "fr" | undefined;
1462
1459
  contracts?: Record<string, {
1463
1460
  sourceFile: string;
1464
1461
  hash: string;
1465
1462
  }> | undefined;
1466
- network?: Record<string, string | {
1463
+ network?: Record<string, {
1467
1464
  label: string;
1468
1465
  rpcUrl: string;
1469
1466
  protocol: string;
1470
1467
  faucet: {
1471
- pkh: string;
1468
+ email?: string | undefined;
1469
+ password?: string | undefined;
1470
+ amount?: string | undefined;
1471
+ activation_code?: string | undefined;
1472
1472
  mnemonic: string[];
1473
- email: string;
1474
- password: string;
1475
- amount: string;
1476
- activation_code: string;
1473
+ pkh: string;
1477
1474
  };
1478
1475
  }> | undefined;
1479
- sandbox?: Record<string, string | {
1476
+ sandbox?: Record<string, {
1480
1477
  attributes?: Record<string, string | number | boolean> | undefined;
1481
1478
  plugin?: string | undefined;
1482
1479
  accounts?: {
@@ -1525,7 +1522,7 @@ declare const create: (input: {
1525
1522
  readonly __kind: any;
1526
1523
  };
1527
1524
  }> | undefined;
1528
- network?: Record<string, string | Flatten<{
1525
+ network?: Record<string, Flatten<{
1529
1526
  label: string & {
1530
1527
  readonly __kind: any;
1531
1528
  };
@@ -1536,21 +1533,21 @@ declare const create: (input: {
1536
1533
  readonly __kind: any;
1537
1534
  };
1538
1535
  faucet: Flatten<{
1536
+ email?: string | undefined;
1537
+ password?: string | undefined;
1538
+ amount?: string | undefined;
1539
+ activation_code?: string | undefined;
1540
+ mnemonic: string[];
1539
1541
  pkh: string & {
1540
1542
  readonly __kind: any;
1541
1543
  };
1542
- mnemonic: string[];
1543
- email: string;
1544
- password: string;
1545
- amount: string;
1546
- activation_code: string;
1547
1544
  } & {
1548
1545
  readonly __kind: any;
1549
1546
  }>;
1550
1547
  } & {
1551
1548
  readonly __kind: any;
1552
1549
  }>> | undefined;
1553
- sandbox?: Record<string, string | ({
1550
+ sandbox?: Record<string, {
1554
1551
  attributes?: Record<string, string | number | boolean> | undefined;
1555
1552
  plugin?: (string & {
1556
1553
  readonly __kind: any;
@@ -1580,7 +1577,7 @@ declare const create: (input: {
1580
1577
  };
1581
1578
  } & {
1582
1579
  readonly __kind: any;
1583
- })> | undefined;
1580
+ }> | undefined;
1584
1581
  environment?: Record<string, string | Flatten<{
1585
1582
  storage?: Record<string, any> | undefined;
1586
1583
  aliases?: Record<string, any> | undefined;
@@ -1624,7 +1621,7 @@ declare const create: (input: {
1624
1621
  readonly __kind: any;
1625
1622
  };
1626
1623
  }> | undefined;
1627
- network?: Record<string, string | Flatten<{
1624
+ network?: Record<string, Flatten<{
1628
1625
  label: string & {
1629
1626
  readonly __kind: any;
1630
1627
  };
@@ -1635,21 +1632,21 @@ declare const create: (input: {
1635
1632
  readonly __kind: any;
1636
1633
  };
1637
1634
  faucet: Flatten<{
1635
+ email?: string | undefined;
1636
+ password?: string | undefined;
1637
+ amount?: string | undefined;
1638
+ activation_code?: string | undefined;
1639
+ mnemonic: string[];
1638
1640
  pkh: string & {
1639
1641
  readonly __kind: any;
1640
1642
  };
1641
- mnemonic: string[];
1642
- email: string;
1643
- password: string;
1644
- amount: string;
1645
- activation_code: string;
1646
1643
  } & {
1647
1644
  readonly __kind: any;
1648
1645
  }>;
1649
1646
  } & {
1650
1647
  readonly __kind: any;
1651
1648
  }>> | undefined;
1652
- sandbox?: Record<string, string | ({
1649
+ sandbox?: Record<string, {
1653
1650
  attributes?: Record<string, string | number | boolean> | undefined;
1654
1651
  plugin?: (string & {
1655
1652
  readonly __kind: any;
@@ -1679,7 +1676,7 @@ declare const create: (input: {
1679
1676
  };
1680
1677
  } & {
1681
1678
  readonly __kind: any;
1682
- })> | undefined;
1679
+ }> | undefined;
1683
1680
  environment?: Record<string, string | Flatten<{
1684
1681
  storage?: Record<string, any> | undefined;
1685
1682
  aliases?: Record<string, any> | undefined;
@@ -1717,8 +1714,7 @@ declare const create: (input: {
1717
1714
  };
1718
1715
  }> & {
1719
1716
  readonly __kind: any;
1720
- };
1721
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1717
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1722
1718
  language?: "en" | "fr" | undefined;
1723
1719
  contracts?: Record<string, {
1724
1720
  sourceFile: string;
@@ -1726,7 +1722,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1726
1722
  readonly __kind: any;
1727
1723
  };
1728
1724
  }> | undefined;
1729
- network?: Record<string, string | Flatten<{
1725
+ network?: Record<string, Flatten<{
1730
1726
  label: string & {
1731
1727
  readonly __kind: any;
1732
1728
  };
@@ -1737,21 +1733,21 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1737
1733
  readonly __kind: any;
1738
1734
  };
1739
1735
  faucet: Flatten<{
1736
+ email?: string | undefined;
1737
+ password?: string | undefined;
1738
+ amount?: string | undefined;
1739
+ activation_code?: string | undefined;
1740
+ mnemonic: string[];
1740
1741
  pkh: string & {
1741
1742
  readonly __kind: any;
1742
1743
  };
1743
- mnemonic: string[];
1744
- email: string;
1745
- password: string;
1746
- amount: string;
1747
- activation_code: string;
1748
1744
  } & {
1749
1745
  readonly __kind: any;
1750
1746
  }>;
1751
1747
  } & {
1752
1748
  readonly __kind: any;
1753
1749
  }>> | undefined;
1754
- sandbox?: Record<string, string | ({
1750
+ sandbox?: Record<string, {
1755
1751
  attributes?: Record<string, string | number | boolean> | undefined;
1756
1752
  plugin?: (string & {
1757
1753
  readonly __kind: any;
@@ -1781,7 +1777,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1781
1777
  };
1782
1778
  } & {
1783
1779
  readonly __kind: any;
1784
- })> | undefined;
1780
+ }> | undefined;
1785
1781
  environment?: Record<string, string | Flatten<{
1786
1782
  storage?: Record<string, any> | undefined;
1787
1783
  aliases?: Record<string, any> | undefined;
@@ -1819,8 +1815,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1819
1815
  };
1820
1816
  }> & {
1821
1817
  readonly __kind: any;
1822
- }>;
1823
- declare const make: (input: Flatten<{
1818
+ }>, make: (input: Flatten<{
1824
1819
  language?: "en" | "fr" | undefined;
1825
1820
  contracts?: Record<string, {
1826
1821
  sourceFile: string;
@@ -1828,7 +1823,7 @@ declare const make: (input: Flatten<{
1828
1823
  readonly __kind: any;
1829
1824
  };
1830
1825
  }> | undefined;
1831
- network?: Record<string, string | Flatten<{
1826
+ network?: Record<string, Flatten<{
1832
1827
  label: string & {
1833
1828
  readonly __kind: any;
1834
1829
  };
@@ -1839,21 +1834,21 @@ declare const make: (input: Flatten<{
1839
1834
  readonly __kind: any;
1840
1835
  };
1841
1836
  faucet: Flatten<{
1837
+ email?: string | undefined;
1838
+ password?: string | undefined;
1839
+ amount?: string | undefined;
1840
+ activation_code?: string | undefined;
1841
+ mnemonic: string[];
1842
1842
  pkh: string & {
1843
1843
  readonly __kind: any;
1844
1844
  };
1845
- mnemonic: string[];
1846
- email: string;
1847
- password: string;
1848
- amount: string;
1849
- activation_code: string;
1850
1845
  } & {
1851
1846
  readonly __kind: any;
1852
1847
  }>;
1853
1848
  } & {
1854
1849
  readonly __kind: any;
1855
1850
  }>> | undefined;
1856
- sandbox?: Record<string, string | ({
1851
+ sandbox?: Record<string, {
1857
1852
  attributes?: Record<string, string | number | boolean> | undefined;
1858
1853
  plugin?: (string & {
1859
1854
  readonly __kind: any;
@@ -1883,7 +1878,7 @@ declare const make: (input: Flatten<{
1883
1878
  };
1884
1879
  } & {
1885
1880
  readonly __kind: any;
1886
- })> | undefined;
1881
+ }> | undefined;
1887
1882
  environment?: Record<string, string | Flatten<{
1888
1883
  storage?: Record<string, any> | undefined;
1889
1884
  aliases?: Record<string, any> | undefined;
@@ -1919,7 +1914,7 @@ declare const make: (input: Flatten<{
1919
1914
  configFile: string & {
1920
1915
  readonly __kind: any;
1921
1916
  };
1922
- }>) => fluture.FutureInstance<TaqError, Flatten<{
1917
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1923
1918
  language?: "en" | "fr" | undefined;
1924
1919
  contracts?: Record<string, {
1925
1920
  sourceFile: string;
@@ -1927,7 +1922,7 @@ declare const make: (input: Flatten<{
1927
1922
  readonly __kind: any;
1928
1923
  };
1929
1924
  }> | undefined;
1930
- network?: Record<string, string | Flatten<{
1925
+ network?: Record<string, Flatten<{
1931
1926
  label: string & {
1932
1927
  readonly __kind: any;
1933
1928
  };
@@ -1938,21 +1933,21 @@ declare const make: (input: Flatten<{
1938
1933
  readonly __kind: any;
1939
1934
  };
1940
1935
  faucet: Flatten<{
1936
+ email?: string | undefined;
1937
+ password?: string | undefined;
1938
+ amount?: string | undefined;
1939
+ activation_code?: string | undefined;
1940
+ mnemonic: string[];
1941
1941
  pkh: string & {
1942
1942
  readonly __kind: any;
1943
1943
  };
1944
- mnemonic: string[];
1945
- email: string;
1946
- password: string;
1947
- amount: string;
1948
- activation_code: string;
1949
1944
  } & {
1950
1945
  readonly __kind: any;
1951
1946
  }>;
1952
1947
  } & {
1953
1948
  readonly __kind: any;
1954
1949
  }>> | undefined;
1955
- sandbox?: Record<string, string | ({
1950
+ sandbox?: Record<string, {
1956
1951
  attributes?: Record<string, string | number | boolean> | undefined;
1957
1952
  plugin?: (string & {
1958
1953
  readonly __kind: any;
@@ -1982,7 +1977,7 @@ declare const make: (input: Flatten<{
1982
1977
  };
1983
1978
  } & {
1984
1979
  readonly __kind: any;
1985
- })> | undefined;
1980
+ }> | undefined;
1986
1981
  environment?: Record<string, string | Flatten<{
1987
1982
  storage?: Record<string, any> | undefined;
1988
1983
  aliases?: Record<string, any> | undefined;
@@ -2021,7 +2016,7 @@ declare const make: (input: Flatten<{
2021
2016
  }> & {
2022
2017
  readonly __kind: any;
2023
2018
  }>;
2024
- declare const schemas: {
2019
+ export declare const schemas: {
2025
2020
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
2026
2021
  language?: "en" | "fr" | undefined;
2027
2022
  contracts?: Record<string, {
@@ -2030,7 +2025,7 @@ declare const schemas: {
2030
2025
  readonly __kind: any;
2031
2026
  };
2032
2027
  }> | undefined;
2033
- network?: Record<string, string | Flatten<{
2028
+ network?: Record<string, Flatten<{
2034
2029
  label: string & {
2035
2030
  readonly __kind: any;
2036
2031
  };
@@ -2041,21 +2036,21 @@ declare const schemas: {
2041
2036
  readonly __kind: any;
2042
2037
  };
2043
2038
  faucet: Flatten<{
2039
+ email?: string | undefined;
2040
+ password?: string | undefined;
2041
+ amount?: string | undefined;
2042
+ activation_code?: string | undefined;
2043
+ mnemonic: string[];
2044
2044
  pkh: string & {
2045
2045
  readonly __kind: any;
2046
2046
  };
2047
- mnemonic: string[];
2048
- email: string;
2049
- password: string;
2050
- amount: string;
2051
- activation_code: string;
2052
2047
  } & {
2053
2048
  readonly __kind: any;
2054
2049
  }>;
2055
2050
  } & {
2056
2051
  readonly __kind: any;
2057
2052
  }>> | undefined;
2058
- sandbox?: Record<string, string | ({
2053
+ sandbox?: Record<string, {
2059
2054
  attributes?: Record<string, string | number | boolean> | undefined;
2060
2055
  plugin?: (string & {
2061
2056
  readonly __kind: any;
@@ -2085,7 +2080,7 @@ declare const schemas: {
2085
2080
  };
2086
2081
  } & {
2087
2082
  readonly __kind: any;
2088
- })> | undefined;
2083
+ }> | undefined;
2089
2084
  environment?: Record<string, string | Flatten<{
2090
2085
  storage?: Record<string, any> | undefined;
2091
2086
  aliases?: Record<string, any> | undefined;
@@ -2131,7 +2126,7 @@ declare const schemas: {
2131
2126
  readonly __kind: any;
2132
2127
  };
2133
2128
  }> | undefined;
2134
- network?: Record<string, string | Flatten<{
2129
+ network?: Record<string, Flatten<{
2135
2130
  label: string & {
2136
2131
  readonly __kind: any;
2137
2132
  };
@@ -2142,21 +2137,21 @@ declare const schemas: {
2142
2137
  readonly __kind: any;
2143
2138
  };
2144
2139
  faucet: Flatten<{
2140
+ email?: string | undefined;
2141
+ password?: string | undefined;
2142
+ amount?: string | undefined;
2143
+ activation_code?: string | undefined;
2144
+ mnemonic: string[];
2145
2145
  pkh: string & {
2146
2146
  readonly __kind: any;
2147
2147
  };
2148
- mnemonic: string[];
2149
- email: string;
2150
- password: string;
2151
- amount: string;
2152
- activation_code: string;
2153
2148
  } & {
2154
2149
  readonly __kind: any;
2155
2150
  }>;
2156
2151
  } & {
2157
2152
  readonly __kind: any;
2158
2153
  }>> | undefined;
2159
- sandbox?: Record<string, string | ({
2154
+ sandbox?: Record<string, {
2160
2155
  attributes?: Record<string, string | number | boolean> | undefined;
2161
2156
  plugin?: (string & {
2162
2157
  readonly __kind: any;
@@ -2186,7 +2181,7 @@ declare const schemas: {
2186
2181
  };
2187
2182
  } & {
2188
2183
  readonly __kind: any;
2189
- })> | undefined;
2184
+ }> | undefined;
2190
2185
  environment?: Record<string, string | Flatten<{
2191
2186
  storage?: Record<string, any> | undefined;
2192
2187
  aliases?: Record<string, any> | undefined;
@@ -2228,7 +2223,7 @@ declare const schemas: {
2228
2223
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
2229
2224
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
2230
2225
  };
2231
- declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqError, {
2226
+ export declare const toConfig: (config: LoadedConfig) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
2232
2227
  language?: "en" | "fr" | undefined;
2233
2228
  plugins?: ({
2234
2229
  type: "npm" | "binary" | "deno";
@@ -2242,7 +2237,7 @@ declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqErro
2242
2237
  readonly __kind: any;
2243
2238
  };
2244
2239
  }> | undefined;
2245
- network?: Record<string, string | Flatten<{
2240
+ network?: Record<string, Flatten<{
2246
2241
  label: string & {
2247
2242
  readonly __kind: any;
2248
2243
  };
@@ -2253,21 +2248,21 @@ declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqErro
2253
2248
  readonly __kind: any;
2254
2249
  };
2255
2250
  faucet: Flatten<{
2251
+ email?: string | undefined;
2252
+ password?: string | undefined;
2253
+ amount?: string | undefined;
2254
+ activation_code?: string | undefined;
2255
+ mnemonic: string[];
2256
2256
  pkh: string & {
2257
2257
  readonly __kind: any;
2258
2258
  };
2259
- mnemonic: string[];
2260
- email: string;
2261
- password: string;
2262
- amount: string;
2263
- activation_code: string;
2264
2259
  } & {
2265
2260
  readonly __kind: any;
2266
2261
  }>;
2267
2262
  } & {
2268
2263
  readonly __kind: any;
2269
2264
  }>> | undefined;
2270
- sandbox?: Record<string, string | ({
2265
+ sandbox?: Record<string, {
2271
2266
  attributes?: Record<string, string | number | boolean> | undefined;
2272
2267
  plugin?: (string & {
2273
2268
  readonly __kind: any;
@@ -2297,7 +2292,7 @@ declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqErro
2297
2292
  };
2298
2293
  } & {
2299
2294
  readonly __kind: any;
2300
- })> | undefined;
2295
+ }> | undefined;
2301
2296
  environment?: Record<string, string | Flatten<{
2302
2297
  storage?: Record<string, any> | undefined;
2303
2298
  aliases?: Record<string, any> | undefined;
@@ -2321,5 +2316,4 @@ declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqErro
2321
2316
  } & {
2322
2317
  readonly __kind: any;
2323
2318
  }>;
2324
-
2325
- export { LoadedConfig, create, factory, generatedSchemas, internalSchema, make, of, rawSchema, schemas, t, toConfig };
2319
+ //# sourceMappingURL=LoadedConfig.d.ts.map