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