@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/Config.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 pluginsRawSchema: z.ZodEffects<z.ZodArray<z.ZodObject<{
3
+ export declare const pluginsRawSchema: z.ZodEffects<z.ZodArray<z.ZodObject<{
7
4
  name: z.ZodString;
8
5
  type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
9
6
  }, "strip", z.ZodTypeAny, {
@@ -16,7 +13,7 @@ declare const pluginsRawSchema: z.ZodEffects<z.ZodArray<z.ZodObject<{
16
13
  type: "npm" | "binary" | "deno";
17
14
  name: string;
18
15
  }[], unknown>;
19
- declare const pluginsInternalSchema: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
16
+ export declare const pluginsInternalSchema: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
20
17
  type: "npm" | "binary" | "deno";
21
18
  name: string;
22
19
  } & {
@@ -32,7 +29,7 @@ declare const pluginsInternalSchema: z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodE
32
29
  } & {
33
30
  readonly __kind: any;
34
31
  })[], unknown>;
35
- declare const internalSchema: z.ZodObject<z.extendShape<{
32
+ export declare const internalSchema: z.ZodObject<z.extendShape<{
36
33
  language: z.ZodEffects<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>, "en" | "fr" | undefined, unknown>;
37
34
  plugins: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
38
35
  type: "npm" | "binary" | "deno";
@@ -63,7 +60,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
63
60
  hash: string;
64
61
  }>>>;
65
62
  }, {
66
- network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
63
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
67
64
  label: string & {
68
65
  readonly __kind: any;
69
66
  };
@@ -74,14 +71,14 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
74
71
  readonly __kind: any;
75
72
  };
76
73
  faucet: Flatten<{
74
+ email?: string | undefined;
75
+ password?: string | undefined;
76
+ amount?: string | undefined;
77
+ activation_code?: string | undefined;
78
+ mnemonic: string[];
77
79
  pkh: string & {
78
80
  readonly __kind: any;
79
81
  };
80
- mnemonic: string[];
81
- email: string;
82
- password: string;
83
- amount: string;
84
- activation_code: string;
85
82
  } & {
86
83
  readonly __kind: any;
87
84
  }>;
@@ -98,21 +95,21 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
98
95
  readonly __kind: any;
99
96
  };
100
97
  faucet: Flatten<{
98
+ email?: string | undefined;
99
+ password?: string | undefined;
100
+ amount?: string | undefined;
101
+ activation_code?: string | undefined;
102
+ mnemonic: string[];
101
103
  pkh: string & {
102
104
  readonly __kind: any;
103
105
  };
104
- mnemonic: string[];
105
- email: string;
106
- password: string;
107
- amount: string;
108
- activation_code: string;
109
106
  } & {
110
107
  readonly __kind: any;
111
108
  }>;
112
109
  } & {
113
110
  readonly __kind: any;
114
- }>, any>, z.ZodString]>>>;
115
- sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
111
+ }>, any>>>;
112
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
116
113
  attributes?: Record<string, string | number | boolean> | undefined;
117
114
  plugin?: (string & {
118
115
  readonly __kind: any;
@@ -172,7 +169,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
172
169
  };
173
170
  } & {
174
171
  readonly __kind: any;
175
- }, any>, z.ZodString]>>>;
172
+ }, any>>>;
176
173
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
177
174
  storage?: Record<string, any> | undefined;
178
175
  aliases?: Record<string, any> | undefined;
@@ -233,7 +230,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
233
230
  readonly __kind: any;
234
231
  };
235
232
  }> | undefined;
236
- network?: Record<string, string | Flatten<{
233
+ network?: Record<string, Flatten<{
237
234
  label: string & {
238
235
  readonly __kind: any;
239
236
  };
@@ -244,21 +241,21 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
244
241
  readonly __kind: any;
245
242
  };
246
243
  faucet: Flatten<{
244
+ email?: string | undefined;
245
+ password?: string | undefined;
246
+ amount?: string | undefined;
247
+ activation_code?: string | undefined;
248
+ mnemonic: string[];
247
249
  pkh: string & {
248
250
  readonly __kind: any;
249
251
  };
250
- mnemonic: string[];
251
- email: string;
252
- password: string;
253
- amount: string;
254
- activation_code: string;
255
252
  } & {
256
253
  readonly __kind: any;
257
254
  }>;
258
255
  } & {
259
256
  readonly __kind: any;
260
257
  }>> | undefined;
261
- sandbox?: Record<string, string | ({
258
+ sandbox?: Record<string, {
262
259
  attributes?: Record<string, string | number | boolean> | undefined;
263
260
  plugin?: (string & {
264
261
  readonly __kind: any;
@@ -288,7 +285,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
288
285
  };
289
286
  } & {
290
287
  readonly __kind: any;
291
- })> | undefined;
288
+ }> | undefined;
292
289
  environment?: Record<string, string | Flatten<{
293
290
  storage?: Record<string, any> | undefined;
294
291
  aliases?: Record<string, any> | undefined;
@@ -321,7 +318,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
321
318
  environment?: Record<string, any> | undefined;
322
319
  metadata?: any;
323
320
  }>;
324
- declare const rawSchema: z.ZodObject<z.extendShape<{
321
+ export declare const rawSchema: z.ZodObject<z.extendShape<{
325
322
  language: z.ZodEffects<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>, "en" | "fr" | undefined, unknown>;
326
323
  plugins: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
327
324
  type: "npm" | "binary" | "deno";
@@ -365,58 +362,59 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
365
362
  type: "npm" | "binary" | "deno";
366
363
  name: string;
367
364
  }[], unknown>>;
368
- network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
365
+ network: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
369
366
  label: z.ZodString;
370
367
  rpcUrl: z.ZodString;
371
368
  protocol: z.ZodEffects<z.ZodString, string, string>;
372
- faucet: z.ZodObject<{
369
+ faucet: z.ZodObject<z.extendShape<{
370
+ mnemonic: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], unknown>;
371
+ email: z.ZodOptional<z.ZodString>;
372
+ password: z.ZodOptional<z.ZodString>;
373
+ amount: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
374
+ activation_code: z.ZodOptional<z.ZodString>;
375
+ }, {
373
376
  pkh: z.ZodString;
374
- mnemonic: z.ZodArray<z.ZodString, "many">;
375
- email: z.ZodString;
376
- password: z.ZodString;
377
- amount: z.ZodString;
378
- activation_code: z.ZodString;
379
- }, "strip", z.ZodTypeAny, {
380
- pkh: string;
377
+ }>, "strip", z.ZodTypeAny, {
378
+ email?: string | undefined;
379
+ password?: string | undefined;
380
+ amount?: string | undefined;
381
+ activation_code?: string | undefined;
381
382
  mnemonic: string[];
382
- email: string;
383
- password: string;
384
- amount: string;
385
- activation_code: string;
383
+ pkh: string;
386
384
  }, {
385
+ mnemonic?: unknown;
386
+ email?: string | undefined;
387
+ password?: string | undefined;
388
+ amount?: string | undefined;
389
+ activation_code?: string | undefined;
387
390
  pkh: string;
388
- mnemonic: string[];
389
- email: string;
390
- password: string;
391
- amount: string;
392
- activation_code: string;
393
391
  }>;
394
392
  }, "strip", z.ZodTypeAny, {
395
393
  label: string;
396
394
  rpcUrl: string;
397
395
  protocol: string;
398
396
  faucet: {
399
- pkh: string;
397
+ email?: string | undefined;
398
+ password?: string | undefined;
399
+ amount?: string | undefined;
400
+ activation_code?: string | undefined;
400
401
  mnemonic: string[];
401
- email: string;
402
- password: string;
403
- amount: string;
404
- activation_code: string;
402
+ pkh: string;
405
403
  };
406
404
  }, {
407
405
  label: string;
408
406
  rpcUrl: string;
409
407
  protocol: string;
410
408
  faucet: {
409
+ mnemonic?: unknown;
410
+ email?: string | undefined;
411
+ password?: string | undefined;
412
+ amount?: string | undefined;
413
+ activation_code?: string | undefined;
411
414
  pkh: string;
412
- mnemonic: string[];
413
- email: string;
414
- password: string;
415
- amount: string;
416
- activation_code: string;
417
415
  };
418
- }>, z.ZodString]>>>;
419
- sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
416
+ }>>>;
417
+ sandbox: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
420
418
  label: z.ZodString;
421
419
  rpcUrl: z.ZodString;
422
420
  protocol: z.ZodString;
@@ -490,7 +488,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
490
488
  label: string;
491
489
  rpcUrl: string;
492
490
  protocol: string;
493
- }>, z.ZodString]>>>;
491
+ }>>>;
494
492
  environment: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodObject<{
495
493
  networks: z.ZodArray<z.ZodString, "many">;
496
494
  sandboxes: z.ZodArray<z.ZodString, "many">;
@@ -538,20 +536,20 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
538
536
  sourceFile: string;
539
537
  hash: string;
540
538
  }> | undefined;
541
- network?: Record<string, string | {
539
+ network?: Record<string, {
542
540
  label: string;
543
541
  rpcUrl: string;
544
542
  protocol: string;
545
543
  faucet: {
546
- pkh: string;
544
+ email?: string | undefined;
545
+ password?: string | undefined;
546
+ amount?: string | undefined;
547
+ activation_code?: string | undefined;
547
548
  mnemonic: string[];
548
- email: string;
549
- password: string;
550
- amount: string;
551
- activation_code: string;
549
+ pkh: string;
552
550
  };
553
551
  }> | undefined;
554
- sandbox?: Record<string, string | {
552
+ sandbox?: Record<string, {
555
553
  attributes?: Record<string, string | number | boolean> | undefined;
556
554
  plugin?: string | undefined;
557
555
  accounts?: {
@@ -595,20 +593,20 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
595
593
  hash: string;
596
594
  }> | undefined;
597
595
  artifactsDir?: unknown;
598
- network?: Record<string, string | {
596
+ network?: Record<string, {
599
597
  label: string;
600
598
  rpcUrl: string;
601
599
  protocol: string;
602
600
  faucet: {
601
+ mnemonic?: unknown;
602
+ email?: string | undefined;
603
+ password?: string | undefined;
604
+ amount?: string | undefined;
605
+ activation_code?: string | undefined;
603
606
  pkh: string;
604
- mnemonic: string[];
605
- email: string;
606
- password: string;
607
- amount: string;
608
- activation_code: string;
609
607
  };
610
608
  }> | undefined;
611
- sandbox?: Record<string, string | {
609
+ sandbox?: Record<string, {
612
610
  attributes?: Record<string, string | number | boolean> | undefined;
613
611
  plugin?: string | undefined;
614
612
  accounts?: {
@@ -641,7 +639,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<{
641
639
  homepage?: string | undefined;
642
640
  } | undefined;
643
641
  }>;
644
- declare const generatedSchemas: {
642
+ export declare const generatedSchemas: {
645
643
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
646
644
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
647
645
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -658,7 +656,7 @@ declare const generatedSchemas: {
658
656
  readonly __kind: any;
659
657
  };
660
658
  }> | undefined;
661
- network?: Record<string, string | Flatten<{
659
+ network?: Record<string, Flatten<{
662
660
  label: string & {
663
661
  readonly __kind: any;
664
662
  };
@@ -669,21 +667,21 @@ declare const generatedSchemas: {
669
667
  readonly __kind: any;
670
668
  };
671
669
  faucet: Flatten<{
670
+ email?: string | undefined;
671
+ password?: string | undefined;
672
+ amount?: string | undefined;
673
+ activation_code?: string | undefined;
674
+ mnemonic: string[];
672
675
  pkh: string & {
673
676
  readonly __kind: any;
674
677
  };
675
- mnemonic: string[];
676
- email: string;
677
- password: string;
678
- amount: string;
679
- activation_code: string;
680
678
  } & {
681
679
  readonly __kind: any;
682
680
  }>;
683
681
  } & {
684
682
  readonly __kind: any;
685
683
  }>> | undefined;
686
- sandbox?: Record<string, string | ({
684
+ sandbox?: Record<string, {
687
685
  attributes?: Record<string, string | number | boolean> | undefined;
688
686
  plugin?: (string & {
689
687
  readonly __kind: any;
@@ -713,7 +711,7 @@ declare const generatedSchemas: {
713
711
  };
714
712
  } & {
715
713
  readonly __kind: any;
716
- })> | undefined;
714
+ }> | undefined;
717
715
  environment?: Record<string, string | Flatten<{
718
716
  storage?: Record<string, any> | undefined;
719
717
  aliases?: Record<string, any> | undefined;
@@ -737,8 +735,7 @@ declare const generatedSchemas: {
737
735
  } & {
738
736
  readonly __kind: any;
739
737
  }, any>;
740
- };
741
- declare const factory: {
738
+ }, factory: {
742
739
  make: (input: {
743
740
  language?: "en" | "fr" | undefined;
744
741
  plugins?: ({
@@ -753,7 +750,7 @@ declare const factory: {
753
750
  readonly __kind: any;
754
751
  };
755
752
  }> | undefined;
756
- network?: Record<string, string | Flatten<{
753
+ network?: Record<string, Flatten<{
757
754
  label: string & {
758
755
  readonly __kind: any;
759
756
  };
@@ -764,21 +761,21 @@ declare const factory: {
764
761
  readonly __kind: any;
765
762
  };
766
763
  faucet: Flatten<{
764
+ email?: string | undefined;
765
+ password?: string | undefined;
766
+ amount?: string | undefined;
767
+ activation_code?: string | undefined;
768
+ mnemonic: string[];
767
769
  pkh: string & {
768
770
  readonly __kind: any;
769
771
  };
770
- mnemonic: string[];
771
- email: string;
772
- password: string;
773
- amount: string;
774
- activation_code: string;
775
772
  } & {
776
773
  readonly __kind: any;
777
774
  }>;
778
775
  } & {
779
776
  readonly __kind: any;
780
777
  }>> | undefined;
781
- sandbox?: Record<string, string | ({
778
+ sandbox?: Record<string, {
782
779
  attributes?: Record<string, string | number | boolean> | undefined;
783
780
  plugin?: (string & {
784
781
  readonly __kind: any;
@@ -808,7 +805,7 @@ declare const factory: {
808
805
  };
809
806
  } & {
810
807
  readonly __kind: any;
811
- })> | undefined;
808
+ }> | undefined;
812
809
  environment?: Record<string, string | Flatten<{
813
810
  storage?: Record<string, any> | undefined;
814
811
  aliases?: Record<string, any> | undefined;
@@ -829,7 +826,7 @@ declare const factory: {
829
826
  accounts: Record<string, string | number>;
830
827
  contractsDir: string;
831
828
  artifactsDir: string;
832
- }) => fluture.FutureInstance<TaqError, {
829
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
833
830
  language?: "en" | "fr" | undefined;
834
831
  plugins?: ({
835
832
  type: "npm" | "binary" | "deno";
@@ -843,7 +840,7 @@ declare const factory: {
843
840
  readonly __kind: any;
844
841
  };
845
842
  }> | undefined;
846
- network?: Record<string, string | Flatten<{
843
+ network?: Record<string, Flatten<{
847
844
  label: string & {
848
845
  readonly __kind: any;
849
846
  };
@@ -854,21 +851,21 @@ declare const factory: {
854
851
  readonly __kind: any;
855
852
  };
856
853
  faucet: Flatten<{
854
+ email?: string | undefined;
855
+ password?: string | undefined;
856
+ amount?: string | undefined;
857
+ activation_code?: string | undefined;
858
+ mnemonic: string[];
857
859
  pkh: string & {
858
860
  readonly __kind: any;
859
861
  };
860
- mnemonic: string[];
861
- email: string;
862
- password: string;
863
- amount: string;
864
- activation_code: string;
865
862
  } & {
866
863
  readonly __kind: any;
867
864
  }>;
868
865
  } & {
869
866
  readonly __kind: any;
870
867
  }>> | undefined;
871
- sandbox?: Record<string, string | ({
868
+ sandbox?: Record<string, {
872
869
  attributes?: Record<string, string | number | boolean> | undefined;
873
870
  plugin?: (string & {
874
871
  readonly __kind: any;
@@ -898,7 +895,7 @@ declare const factory: {
898
895
  };
899
896
  } & {
900
897
  readonly __kind: any;
901
- })> | undefined;
898
+ }> | undefined;
902
899
  environment?: Record<string, string | Flatten<{
903
900
  storage?: Record<string, any> | undefined;
904
901
  aliases?: Record<string, any> | undefined;
@@ -922,7 +919,7 @@ declare const factory: {
922
919
  } & {
923
920
  readonly __kind: any;
924
921
  }>;
925
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
922
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
926
923
  language?: "en" | "fr" | undefined;
927
924
  plugins?: ({
928
925
  type: "npm" | "binary" | "deno";
@@ -936,7 +933,7 @@ declare const factory: {
936
933
  readonly __kind: any;
937
934
  };
938
935
  }> | undefined;
939
- network?: Record<string, string | Flatten<{
936
+ network?: Record<string, Flatten<{
940
937
  label: string & {
941
938
  readonly __kind: any;
942
939
  };
@@ -947,21 +944,21 @@ declare const factory: {
947
944
  readonly __kind: any;
948
945
  };
949
946
  faucet: Flatten<{
947
+ email?: string | undefined;
948
+ password?: string | undefined;
949
+ amount?: string | undefined;
950
+ activation_code?: string | undefined;
951
+ mnemonic: string[];
950
952
  pkh: string & {
951
953
  readonly __kind: any;
952
954
  };
953
- mnemonic: string[];
954
- email: string;
955
- password: string;
956
- amount: string;
957
- activation_code: string;
958
955
  } & {
959
956
  readonly __kind: any;
960
957
  }>;
961
958
  } & {
962
959
  readonly __kind: any;
963
960
  }>> | undefined;
964
- sandbox?: Record<string, string | ({
961
+ sandbox?: Record<string, {
965
962
  attributes?: Record<string, string | number | boolean> | undefined;
966
963
  plugin?: (string & {
967
964
  readonly __kind: any;
@@ -991,7 +988,7 @@ declare const factory: {
991
988
  };
992
989
  } & {
993
990
  readonly __kind: any;
994
- })> | undefined;
991
+ }> | undefined;
995
992
  environment?: Record<string, string | Flatten<{
996
993
  storage?: Record<string, any> | undefined;
997
994
  aliases?: Record<string, any> | undefined;
@@ -1029,7 +1026,7 @@ declare const factory: {
1029
1026
  readonly __kind: any;
1030
1027
  };
1031
1028
  }> | undefined;
1032
- network?: Record<string, string | Flatten<{
1029
+ network?: Record<string, Flatten<{
1033
1030
  label: string & {
1034
1031
  readonly __kind: any;
1035
1032
  };
@@ -1040,21 +1037,21 @@ declare const factory: {
1040
1037
  readonly __kind: any;
1041
1038
  };
1042
1039
  faucet: Flatten<{
1040
+ email?: string | undefined;
1041
+ password?: string | undefined;
1042
+ amount?: string | undefined;
1043
+ activation_code?: string | undefined;
1044
+ mnemonic: string[];
1043
1045
  pkh: string & {
1044
1046
  readonly __kind: any;
1045
1047
  };
1046
- mnemonic: string[];
1047
- email: string;
1048
- password: string;
1049
- amount: string;
1050
- activation_code: string;
1051
1048
  } & {
1052
1049
  readonly __kind: any;
1053
1050
  }>;
1054
1051
  } & {
1055
1052
  readonly __kind: any;
1056
1053
  }>> | undefined;
1057
- sandbox?: Record<string, string | ({
1054
+ sandbox?: Record<string, {
1058
1055
  attributes?: Record<string, string | number | boolean> | undefined;
1059
1056
  plugin?: (string & {
1060
1057
  readonly __kind: any;
@@ -1084,7 +1081,7 @@ declare const factory: {
1084
1081
  };
1085
1082
  } & {
1086
1083
  readonly __kind: any;
1087
- })> | undefined;
1084
+ }> | undefined;
1088
1085
  environment?: Record<string, string | Flatten<{
1089
1086
  storage?: Record<string, any> | undefined;
1090
1087
  aliases?: Record<string, any> | undefined;
@@ -1116,20 +1113,20 @@ declare const factory: {
1116
1113
  sourceFile: string;
1117
1114
  hash: string;
1118
1115
  }> | undefined;
1119
- network?: Record<string, string | {
1116
+ network?: Record<string, {
1120
1117
  label: string;
1121
1118
  rpcUrl: string;
1122
1119
  protocol: string;
1123
1120
  faucet: {
1124
- pkh: string;
1121
+ email?: string | undefined;
1122
+ password?: string | undefined;
1123
+ amount?: string | undefined;
1124
+ activation_code?: string | undefined;
1125
1125
  mnemonic: string[];
1126
- email: string;
1127
- password: string;
1128
- amount: string;
1129
- activation_code: string;
1126
+ pkh: string;
1130
1127
  };
1131
1128
  }> | undefined;
1132
- sandbox?: Record<string, string | {
1129
+ sandbox?: Record<string, {
1133
1130
  attributes?: Record<string, string | number | boolean> | undefined;
1134
1131
  plugin?: string | undefined;
1135
1132
  accounts?: {
@@ -1177,7 +1174,7 @@ declare const factory: {
1177
1174
  readonly __kind: any;
1178
1175
  };
1179
1176
  }> | undefined;
1180
- network?: Record<string, string | Flatten<{
1177
+ network?: Record<string, Flatten<{
1181
1178
  label: string & {
1182
1179
  readonly __kind: any;
1183
1180
  };
@@ -1188,21 +1185,21 @@ declare const factory: {
1188
1185
  readonly __kind: any;
1189
1186
  };
1190
1187
  faucet: Flatten<{
1188
+ email?: string | undefined;
1189
+ password?: string | undefined;
1190
+ amount?: string | undefined;
1191
+ activation_code?: string | undefined;
1192
+ mnemonic: string[];
1191
1193
  pkh: string & {
1192
1194
  readonly __kind: any;
1193
1195
  };
1194
- mnemonic: string[];
1195
- email: string;
1196
- password: string;
1197
- amount: string;
1198
- activation_code: string;
1199
1196
  } & {
1200
1197
  readonly __kind: any;
1201
1198
  }>;
1202
1199
  } & {
1203
1200
  readonly __kind: any;
1204
1201
  }>> | undefined;
1205
- sandbox?: Record<string, string | ({
1202
+ sandbox?: Record<string, {
1206
1203
  attributes?: Record<string, string | number | boolean> | undefined;
1207
1204
  plugin?: (string & {
1208
1205
  readonly __kind: any;
@@ -1232,7 +1229,7 @@ declare const factory: {
1232
1229
  };
1233
1230
  } & {
1234
1231
  readonly __kind: any;
1235
- })> | undefined;
1232
+ }> | undefined;
1236
1233
  environment?: Record<string, string | Flatten<{
1237
1234
  storage?: Record<string, any> | undefined;
1238
1235
  aliases?: Record<string, any> | undefined;
@@ -1270,7 +1267,7 @@ declare const factory: {
1270
1267
  readonly __kind: any;
1271
1268
  };
1272
1269
  }> | undefined;
1273
- network?: Record<string, string | Flatten<{
1270
+ network?: Record<string, Flatten<{
1274
1271
  label: string & {
1275
1272
  readonly __kind: any;
1276
1273
  };
@@ -1281,21 +1278,21 @@ declare const factory: {
1281
1278
  readonly __kind: any;
1282
1279
  };
1283
1280
  faucet: Flatten<{
1281
+ email?: string | undefined;
1282
+ password?: string | undefined;
1283
+ amount?: string | undefined;
1284
+ activation_code?: string | undefined;
1285
+ mnemonic: string[];
1284
1286
  pkh: string & {
1285
1287
  readonly __kind: any;
1286
1288
  };
1287
- mnemonic: string[];
1288
- email: string;
1289
- password: string;
1290
- amount: string;
1291
- activation_code: string;
1292
1289
  } & {
1293
1290
  readonly __kind: any;
1294
1291
  }>;
1295
1292
  } & {
1296
1293
  readonly __kind: any;
1297
1294
  }>> | undefined;
1298
- sandbox?: Record<string, string | ({
1295
+ sandbox?: Record<string, {
1299
1296
  attributes?: Record<string, string | number | boolean> | undefined;
1300
1297
  plugin?: (string & {
1301
1298
  readonly __kind: any;
@@ -1325,7 +1322,7 @@ declare const factory: {
1325
1322
  };
1326
1323
  } & {
1327
1324
  readonly __kind: any;
1328
- })> | undefined;
1325
+ }> | undefined;
1329
1326
  environment?: Record<string, string | Flatten<{
1330
1327
  storage?: Record<string, any> | undefined;
1331
1328
  aliases?: Record<string, any> | undefined;
@@ -1350,7 +1347,7 @@ declare const factory: {
1350
1347
  readonly __kind: any;
1351
1348
  };
1352
1349
  };
1353
- declare const create: (input: {
1350
+ export declare const create: (input: {
1354
1351
  language?: "en" | "fr" | undefined;
1355
1352
  plugins?: ({
1356
1353
  type: "npm" | "binary" | "deno";
@@ -1364,7 +1361,7 @@ declare const create: (input: {
1364
1361
  readonly __kind: any;
1365
1362
  };
1366
1363
  }> | undefined;
1367
- network?: Record<string, string | Flatten<{
1364
+ network?: Record<string, Flatten<{
1368
1365
  label: string & {
1369
1366
  readonly __kind: any;
1370
1367
  };
@@ -1375,21 +1372,21 @@ declare const create: (input: {
1375
1372
  readonly __kind: any;
1376
1373
  };
1377
1374
  faucet: Flatten<{
1375
+ email?: string | undefined;
1376
+ password?: string | undefined;
1377
+ amount?: string | undefined;
1378
+ activation_code?: string | undefined;
1379
+ mnemonic: string[];
1378
1380
  pkh: string & {
1379
1381
  readonly __kind: any;
1380
1382
  };
1381
- mnemonic: string[];
1382
- email: string;
1383
- password: string;
1384
- amount: string;
1385
- activation_code: string;
1386
1383
  } & {
1387
1384
  readonly __kind: any;
1388
1385
  }>;
1389
1386
  } & {
1390
1387
  readonly __kind: any;
1391
1388
  }>> | undefined;
1392
- sandbox?: Record<string, string | ({
1389
+ sandbox?: Record<string, {
1393
1390
  attributes?: Record<string, string | number | boolean> | undefined;
1394
1391
  plugin?: (string & {
1395
1392
  readonly __kind: any;
@@ -1419,7 +1416,7 @@ declare const create: (input: {
1419
1416
  };
1420
1417
  } & {
1421
1418
  readonly __kind: any;
1422
- })> | undefined;
1419
+ }> | undefined;
1423
1420
  environment?: Record<string, string | Flatten<{
1424
1421
  storage?: Record<string, any> | undefined;
1425
1422
  aliases?: Record<string, any> | undefined;
@@ -1451,20 +1448,20 @@ declare const create: (input: {
1451
1448
  sourceFile: string;
1452
1449
  hash: string;
1453
1450
  }> | undefined;
1454
- network?: Record<string, string | {
1451
+ network?: Record<string, {
1455
1452
  label: string;
1456
1453
  rpcUrl: string;
1457
1454
  protocol: string;
1458
1455
  faucet: {
1459
- pkh: string;
1456
+ email?: string | undefined;
1457
+ password?: string | undefined;
1458
+ amount?: string | undefined;
1459
+ activation_code?: string | undefined;
1460
1460
  mnemonic: string[];
1461
- email: string;
1462
- password: string;
1463
- amount: string;
1464
- activation_code: string;
1461
+ pkh: string;
1465
1462
  };
1466
1463
  }> | undefined;
1467
- sandbox?: Record<string, string | {
1464
+ sandbox?: Record<string, {
1468
1465
  attributes?: Record<string, string | number | boolean> | undefined;
1469
1466
  plugin?: string | undefined;
1470
1467
  accounts?: {
@@ -1512,7 +1509,7 @@ declare const create: (input: {
1512
1509
  readonly __kind: any;
1513
1510
  };
1514
1511
  }> | undefined;
1515
- network?: Record<string, string | Flatten<{
1512
+ network?: Record<string, Flatten<{
1516
1513
  label: string & {
1517
1514
  readonly __kind: any;
1518
1515
  };
@@ -1523,21 +1520,21 @@ declare const create: (input: {
1523
1520
  readonly __kind: any;
1524
1521
  };
1525
1522
  faucet: Flatten<{
1523
+ email?: string | undefined;
1524
+ password?: string | undefined;
1525
+ amount?: string | undefined;
1526
+ activation_code?: string | undefined;
1527
+ mnemonic: string[];
1526
1528
  pkh: string & {
1527
1529
  readonly __kind: any;
1528
1530
  };
1529
- mnemonic: string[];
1530
- email: string;
1531
- password: string;
1532
- amount: string;
1533
- activation_code: string;
1534
1531
  } & {
1535
1532
  readonly __kind: any;
1536
1533
  }>;
1537
1534
  } & {
1538
1535
  readonly __kind: any;
1539
1536
  }>> | undefined;
1540
- sandbox?: Record<string, string | ({
1537
+ sandbox?: Record<string, {
1541
1538
  attributes?: Record<string, string | number | boolean> | undefined;
1542
1539
  plugin?: (string & {
1543
1540
  readonly __kind: any;
@@ -1567,7 +1564,7 @@ declare const create: (input: {
1567
1564
  };
1568
1565
  } & {
1569
1566
  readonly __kind: any;
1570
- })> | undefined;
1567
+ }> | undefined;
1571
1568
  environment?: Record<string, string | Flatten<{
1572
1569
  storage?: Record<string, any> | undefined;
1573
1570
  aliases?: Record<string, any> | undefined;
@@ -1590,8 +1587,7 @@ declare const create: (input: {
1590
1587
  artifactsDir: string;
1591
1588
  } & {
1592
1589
  readonly __kind: any;
1593
- };
1594
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
1590
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
1595
1591
  language?: "en" | "fr" | undefined;
1596
1592
  plugins?: ({
1597
1593
  type: "npm" | "binary" | "deno";
@@ -1605,7 +1601,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
1605
1601
  readonly __kind: any;
1606
1602
  };
1607
1603
  }> | undefined;
1608
- network?: Record<string, string | Flatten<{
1604
+ network?: Record<string, Flatten<{
1609
1605
  label: string & {
1610
1606
  readonly __kind: any;
1611
1607
  };
@@ -1616,21 +1612,21 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
1616
1612
  readonly __kind: any;
1617
1613
  };
1618
1614
  faucet: Flatten<{
1615
+ email?: string | undefined;
1616
+ password?: string | undefined;
1617
+ amount?: string | undefined;
1618
+ activation_code?: string | undefined;
1619
+ mnemonic: string[];
1619
1620
  pkh: string & {
1620
1621
  readonly __kind: any;
1621
1622
  };
1622
- mnemonic: string[];
1623
- email: string;
1624
- password: string;
1625
- amount: string;
1626
- activation_code: string;
1627
1623
  } & {
1628
1624
  readonly __kind: any;
1629
1625
  }>;
1630
1626
  } & {
1631
1627
  readonly __kind: any;
1632
1628
  }>> | undefined;
1633
- sandbox?: Record<string, string | ({
1629
+ sandbox?: Record<string, {
1634
1630
  attributes?: Record<string, string | number | boolean> | undefined;
1635
1631
  plugin?: (string & {
1636
1632
  readonly __kind: any;
@@ -1660,7 +1656,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
1660
1656
  };
1661
1657
  } & {
1662
1658
  readonly __kind: any;
1663
- })> | undefined;
1659
+ }> | undefined;
1664
1660
  environment?: Record<string, string | Flatten<{
1665
1661
  storage?: Record<string, any> | undefined;
1666
1662
  aliases?: Record<string, any> | undefined;
@@ -1683,8 +1679,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
1683
1679
  artifactsDir: string;
1684
1680
  } & {
1685
1681
  readonly __kind: any;
1686
- }>;
1687
- declare const make: (input: {
1682
+ }>, make: (input: {
1688
1683
  language?: "en" | "fr" | undefined;
1689
1684
  plugins?: ({
1690
1685
  type: "npm" | "binary" | "deno";
@@ -1698,7 +1693,7 @@ declare const make: (input: {
1698
1693
  readonly __kind: any;
1699
1694
  };
1700
1695
  }> | undefined;
1701
- network?: Record<string, string | Flatten<{
1696
+ network?: Record<string, Flatten<{
1702
1697
  label: string & {
1703
1698
  readonly __kind: any;
1704
1699
  };
@@ -1709,21 +1704,21 @@ declare const make: (input: {
1709
1704
  readonly __kind: any;
1710
1705
  };
1711
1706
  faucet: Flatten<{
1707
+ email?: string | undefined;
1708
+ password?: string | undefined;
1709
+ amount?: string | undefined;
1710
+ activation_code?: string | undefined;
1711
+ mnemonic: string[];
1712
1712
  pkh: string & {
1713
1713
  readonly __kind: any;
1714
1714
  };
1715
- mnemonic: string[];
1716
- email: string;
1717
- password: string;
1718
- amount: string;
1719
- activation_code: string;
1720
1715
  } & {
1721
1716
  readonly __kind: any;
1722
1717
  }>;
1723
1718
  } & {
1724
1719
  readonly __kind: any;
1725
1720
  }>> | undefined;
1726
- sandbox?: Record<string, string | ({
1721
+ sandbox?: Record<string, {
1727
1722
  attributes?: Record<string, string | number | boolean> | undefined;
1728
1723
  plugin?: (string & {
1729
1724
  readonly __kind: any;
@@ -1753,7 +1748,7 @@ declare const make: (input: {
1753
1748
  };
1754
1749
  } & {
1755
1750
  readonly __kind: any;
1756
- })> | undefined;
1751
+ }> | undefined;
1757
1752
  environment?: Record<string, string | Flatten<{
1758
1753
  storage?: Record<string, any> | undefined;
1759
1754
  aliases?: Record<string, any> | undefined;
@@ -1774,7 +1769,7 @@ declare const make: (input: {
1774
1769
  accounts: Record<string, string | number>;
1775
1770
  contractsDir: string;
1776
1771
  artifactsDir: string;
1777
- }) => fluture.FutureInstance<TaqError, {
1772
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
1778
1773
  language?: "en" | "fr" | undefined;
1779
1774
  plugins?: ({
1780
1775
  type: "npm" | "binary" | "deno";
@@ -1788,7 +1783,7 @@ declare const make: (input: {
1788
1783
  readonly __kind: any;
1789
1784
  };
1790
1785
  }> | undefined;
1791
- network?: Record<string, string | Flatten<{
1786
+ network?: Record<string, Flatten<{
1792
1787
  label: string & {
1793
1788
  readonly __kind: any;
1794
1789
  };
@@ -1799,21 +1794,21 @@ declare const make: (input: {
1799
1794
  readonly __kind: any;
1800
1795
  };
1801
1796
  faucet: Flatten<{
1797
+ email?: string | undefined;
1798
+ password?: string | undefined;
1799
+ amount?: string | undefined;
1800
+ activation_code?: string | undefined;
1801
+ mnemonic: string[];
1802
1802
  pkh: string & {
1803
1803
  readonly __kind: any;
1804
1804
  };
1805
- mnemonic: string[];
1806
- email: string;
1807
- password: string;
1808
- amount: string;
1809
- activation_code: string;
1810
1805
  } & {
1811
1806
  readonly __kind: any;
1812
1807
  }>;
1813
1808
  } & {
1814
1809
  readonly __kind: any;
1815
1810
  }>> | undefined;
1816
- sandbox?: Record<string, string | ({
1811
+ sandbox?: Record<string, {
1817
1812
  attributes?: Record<string, string | number | boolean> | undefined;
1818
1813
  plugin?: (string & {
1819
1814
  readonly __kind: any;
@@ -1843,7 +1838,7 @@ declare const make: (input: {
1843
1838
  };
1844
1839
  } & {
1845
1840
  readonly __kind: any;
1846
- })> | undefined;
1841
+ }> | undefined;
1847
1842
  environment?: Record<string, string | Flatten<{
1848
1843
  storage?: Record<string, any> | undefined;
1849
1844
  aliases?: Record<string, any> | undefined;
@@ -1867,9 +1862,9 @@ declare const make: (input: {
1867
1862
  } & {
1868
1863
  readonly __kind: any;
1869
1864
  }>;
1870
- declare type Config = z.infer<typeof generatedSchemas.schema>;
1871
- declare type t = Config;
1872
- declare const schemas: {
1865
+ export declare type Config = z.infer<typeof generatedSchemas.schema>;
1866
+ export declare type t = Config;
1867
+ export declare const schemas: {
1873
1868
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
1874
1869
  language?: "en" | "fr" | undefined;
1875
1870
  plugins?: ({
@@ -1884,7 +1879,7 @@ declare const schemas: {
1884
1879
  readonly __kind: any;
1885
1880
  };
1886
1881
  }> | undefined;
1887
- network?: Record<string, string | Flatten<{
1882
+ network?: Record<string, Flatten<{
1888
1883
  label: string & {
1889
1884
  readonly __kind: any;
1890
1885
  };
@@ -1895,21 +1890,21 @@ declare const schemas: {
1895
1890
  readonly __kind: any;
1896
1891
  };
1897
1892
  faucet: Flatten<{
1893
+ email?: string | undefined;
1894
+ password?: string | undefined;
1895
+ amount?: string | undefined;
1896
+ activation_code?: string | undefined;
1897
+ mnemonic: string[];
1898
1898
  pkh: string & {
1899
1899
  readonly __kind: any;
1900
1900
  };
1901
- mnemonic: string[];
1902
- email: string;
1903
- password: string;
1904
- amount: string;
1905
- activation_code: string;
1906
1901
  } & {
1907
1902
  readonly __kind: any;
1908
1903
  }>;
1909
1904
  } & {
1910
1905
  readonly __kind: any;
1911
1906
  }>> | undefined;
1912
- sandbox?: Record<string, string | ({
1907
+ sandbox?: Record<string, {
1913
1908
  attributes?: Record<string, string | number | boolean> | undefined;
1914
1909
  plugin?: (string & {
1915
1910
  readonly __kind: any;
@@ -1939,7 +1934,7 @@ declare const schemas: {
1939
1934
  };
1940
1935
  } & {
1941
1936
  readonly __kind: any;
1942
- })> | undefined;
1937
+ }> | undefined;
1943
1938
  environment?: Record<string, string | Flatten<{
1944
1939
  storage?: Record<string, any> | undefined;
1945
1940
  aliases?: Record<string, any> | undefined;
@@ -1976,7 +1971,7 @@ declare const schemas: {
1976
1971
  readonly __kind: any;
1977
1972
  };
1978
1973
  }> | undefined;
1979
- network?: Record<string, string | Flatten<{
1974
+ network?: Record<string, Flatten<{
1980
1975
  label: string & {
1981
1976
  readonly __kind: any;
1982
1977
  };
@@ -1987,21 +1982,21 @@ declare const schemas: {
1987
1982
  readonly __kind: any;
1988
1983
  };
1989
1984
  faucet: Flatten<{
1985
+ email?: string | undefined;
1986
+ password?: string | undefined;
1987
+ amount?: string | undefined;
1988
+ activation_code?: string | undefined;
1989
+ mnemonic: string[];
1990
1990
  pkh: string & {
1991
1991
  readonly __kind: any;
1992
1992
  };
1993
- mnemonic: string[];
1994
- email: string;
1995
- password: string;
1996
- amount: string;
1997
- activation_code: string;
1998
1993
  } & {
1999
1994
  readonly __kind: any;
2000
1995
  }>;
2001
1996
  } & {
2002
1997
  readonly __kind: any;
2003
1998
  }>> | undefined;
2004
- sandbox?: Record<string, string | ({
1999
+ sandbox?: Record<string, {
2005
2000
  attributes?: Record<string, string | number | boolean> | undefined;
2006
2001
  plugin?: (string & {
2007
2002
  readonly __kind: any;
@@ -2031,7 +2026,7 @@ declare const schemas: {
2031
2026
  };
2032
2027
  } & {
2033
2028
  readonly __kind: any;
2034
- })> | undefined;
2029
+ }> | undefined;
2035
2030
  environment?: Record<string, string | Flatten<{
2036
2031
  storage?: Record<string, any> | undefined;
2037
2032
  aliases?: Record<string, any> | undefined;
@@ -2058,5 +2053,4 @@ declare const schemas: {
2058
2053
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
2059
2054
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
2060
2055
  };
2061
-
2062
- export { Config, create, factory, generatedSchemas, internalSchema, make, of, pluginsInternalSchema, pluginsRawSchema, rawSchema, schemas, t };
2056
+ //# sourceMappingURL=Config.d.ts.map