@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
@@ -1,11 +1,9 @@
1
- import * as _taqueria_protocol_Base from '@taqueria/protocol/Base';
2
1
  import * as Config from '@taqueria/protocol/Config';
3
- import { i18n } from '@taqueria/protocol/i18n';
2
+ import type { i18n } from '@taqueria/protocol/i18n';
4
3
  import * as PluginInfo from '@taqueria/protocol/PluginInfo';
5
4
  import { TaqError } from '@taqueria/protocol/TaqError';
6
- import { FutureInstance } from 'fluture';
5
+ import { FutureInstance as Future } from 'fluture';
7
6
  import { z } from 'zod';
8
-
9
7
  declare const taskToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
10
8
  type: "npm" | "binary" | "deno";
11
9
  name: string;
@@ -17,7 +15,7 @@ declare const taskToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects
17
15
  } & {
18
16
  readonly __kind: any;
19
17
  }, any>, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
20
- options?: _taqueria_protocol_Base.Flatten<{
18
+ options?: import("@taqueria/protocol/Base").Flatten<{
21
19
  boolean?: boolean | undefined;
22
20
  type?: "string" | "number" | "boolean" | undefined;
23
21
  shortFlag?: (string & {
@@ -63,7 +61,7 @@ declare const taskToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEffects
63
61
  } & {
64
62
  readonly __kind: any;
65
63
  }, any>, {
66
- options?: _taqueria_protocol_Base.Flatten<{
64
+ options?: import("@taqueria/protocol/Base").Flatten<{
67
65
  boolean?: boolean | undefined;
68
66
  type?: "string" | "number" | "boolean" | undefined;
69
67
  shortFlag?: (string & {
@@ -120,8 +118,7 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
120
118
  } & {
121
119
  readonly __kind: any;
122
120
  }, any>, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
123
- description?: string | undefined;
124
- options?: _taqueria_protocol_Base.Flatten<{
121
+ options?: import("@taqueria/protocol/Base").Flatten<{
125
122
  boolean?: boolean | undefined;
126
123
  type?: "string" | "number" | "boolean" | undefined;
127
124
  shortFlag?: (string & {
@@ -137,6 +134,7 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
137
134
  } & {
138
135
  readonly __kind: any;
139
136
  }>[] | undefined;
137
+ description?: string | undefined;
140
138
  positionals?: ({
141
139
  type?: "string" | "number" | "boolean" | undefined;
142
140
  defaultValue?: string | number | boolean | undefined;
@@ -157,8 +155,7 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
157
155
  } & {
158
156
  readonly __kind: any;
159
157
  }, any>, {
160
- description?: string | undefined;
161
- options?: _taqueria_protocol_Base.Flatten<{
158
+ options?: import("@taqueria/protocol/Base").Flatten<{
162
159
  boolean?: boolean | undefined;
163
160
  type?: "string" | "number" | "boolean" | undefined;
164
161
  shortFlag?: (string & {
@@ -174,6 +171,7 @@ declare const operationToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEf
174
171
  } & {
175
172
  readonly __kind: any;
176
173
  }>[] | undefined;
174
+ description?: string | undefined;
177
175
  positionals?: ({
178
176
  type?: "string" | "number" | "boolean" | undefined;
179
177
  defaultValue?: string | number | boolean | undefined;
@@ -205,7 +203,7 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
205
203
  } & {
206
204
  readonly __kind: any;
207
205
  }, any>, z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
208
- options?: _taqueria_protocol_Base.Flatten<{
206
+ options?: import("@taqueria/protocol/Base").Flatten<{
209
207
  boolean?: boolean | undefined;
210
208
  type?: "string" | "number" | "boolean" | undefined;
211
209
  shortFlag?: (string & {
@@ -247,7 +245,7 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
247
245
  } & {
248
246
  readonly __kind: any;
249
247
  }, any>, {
250
- options?: _taqueria_protocol_Base.Flatten<{
248
+ options?: import("@taqueria/protocol/Base").Flatten<{
251
249
  boolean?: boolean | undefined;
252
250
  type?: "string" | "number" | "boolean" | undefined;
253
251
  shortFlag?: (string & {
@@ -289,14 +287,13 @@ declare const templateToPluginMap: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodEff
289
287
  } & {
290
288
  readonly __kind: any;
291
289
  }, any>]>>;
292
- declare const generatedSchemas: {
290
+ export declare const generatedSchemas: {
293
291
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
294
292
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
295
293
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
296
- plugins: (_taqueria_protocol_Base.Flatten<{
294
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
297
295
  operations?: ({
298
- description?: string | undefined;
299
- options?: _taqueria_protocol_Base.Flatten<{
296
+ options?: import("@taqueria/protocol/Base").Flatten<{
300
297
  boolean?: boolean | undefined;
301
298
  type?: "string" | "number" | "boolean" | undefined;
302
299
  shortFlag?: (string & {
@@ -312,6 +309,7 @@ declare const generatedSchemas: {
312
309
  } & {
313
310
  readonly __kind: any;
314
311
  }>[] | undefined;
312
+ description?: string | undefined;
315
313
  positionals?: ({
316
314
  type?: "string" | "number" | "boolean" | undefined;
317
315
  defaultValue?: string | number | boolean | undefined;
@@ -333,7 +331,7 @@ declare const generatedSchemas: {
333
331
  readonly __kind: any;
334
332
  })[] | undefined;
335
333
  tasks?: ({
336
- options?: _taqueria_protocol_Base.Flatten<{
334
+ options?: import("@taqueria/protocol/Base").Flatten<{
337
335
  boolean?: boolean | undefined;
338
336
  type?: "string" | "number" | "boolean" | undefined;
339
337
  shortFlag?: (string & {
@@ -380,7 +378,7 @@ declare const generatedSchemas: {
380
378
  readonly __kind: any;
381
379
  })[] | undefined;
382
380
  templates?: ({
383
- options?: _taqueria_protocol_Base.Flatten<{
381
+ options?: import("@taqueria/protocol/Base").Flatten<{
384
382
  boolean?: boolean | undefined;
385
383
  type?: "string" | "number" | "boolean" | undefined;
386
384
  shortFlag?: (string & {
@@ -441,8 +439,7 @@ declare const generatedSchemas: {
441
439
  } & {
442
440
  readonly __kind: any;
443
441
  }) | ({
444
- description?: string | undefined;
445
- options?: _taqueria_protocol_Base.Flatten<{
442
+ options?: import("@taqueria/protocol/Base").Flatten<{
446
443
  boolean?: boolean | undefined;
447
444
  type?: "string" | "number" | "boolean" | undefined;
448
445
  shortFlag?: (string & {
@@ -458,6 +455,7 @@ declare const generatedSchemas: {
458
455
  } & {
459
456
  readonly __kind: any;
460
457
  }>[] | undefined;
458
+ description?: string | undefined;
461
459
  positionals?: ({
462
460
  type?: "string" | "number" | "boolean" | undefined;
463
461
  defaultValue?: string | number | boolean | undefined;
@@ -484,7 +482,7 @@ declare const generatedSchemas: {
484
482
  } & {
485
483
  readonly __kind: any;
486
484
  }) | ({
487
- options?: _taqueria_protocol_Base.Flatten<{
485
+ options?: import("@taqueria/protocol/Base").Flatten<{
488
486
  boolean?: boolean | undefined;
489
487
  type?: "string" | "number" | "boolean" | undefined;
490
488
  shortFlag?: (string & {
@@ -537,7 +535,7 @@ declare const generatedSchemas: {
537
535
  } & {
538
536
  readonly __kind: any;
539
537
  }) | ({
540
- options?: _taqueria_protocol_Base.Flatten<{
538
+ options?: import("@taqueria/protocol/Base").Flatten<{
541
539
  boolean?: boolean | undefined;
542
540
  type?: "string" | "number" | "boolean" | undefined;
543
541
  shortFlag?: (string & {
@@ -583,13 +581,11 @@ declare const generatedSchemas: {
583
581
  } & {
584
582
  readonly __kind: any;
585
583
  }, any>;
586
- };
587
- declare const factory: {
584
+ }, factory: {
588
585
  make: (input: {
589
- plugins: (_taqueria_protocol_Base.Flatten<{
586
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
590
587
  operations?: ({
591
- description?: string | undefined;
592
- options?: _taqueria_protocol_Base.Flatten<{
588
+ options?: import("@taqueria/protocol/Base").Flatten<{
593
589
  boolean?: boolean | undefined;
594
590
  type?: "string" | "number" | "boolean" | undefined;
595
591
  shortFlag?: (string & {
@@ -605,6 +601,7 @@ declare const factory: {
605
601
  } & {
606
602
  readonly __kind: any;
607
603
  }>[] | undefined;
604
+ description?: string | undefined;
608
605
  positionals?: ({
609
606
  type?: "string" | "number" | "boolean" | undefined;
610
607
  defaultValue?: string | number | boolean | undefined;
@@ -626,7 +623,7 @@ declare const factory: {
626
623
  readonly __kind: any;
627
624
  })[] | undefined;
628
625
  tasks?: ({
629
- options?: _taqueria_protocol_Base.Flatten<{
626
+ options?: import("@taqueria/protocol/Base").Flatten<{
630
627
  boolean?: boolean | undefined;
631
628
  type?: "string" | "number" | "boolean" | undefined;
632
629
  shortFlag?: (string & {
@@ -673,7 +670,7 @@ declare const factory: {
673
670
  readonly __kind: any;
674
671
  })[] | undefined;
675
672
  templates?: ({
676
- options?: _taqueria_protocol_Base.Flatten<{
673
+ options?: import("@taqueria/protocol/Base").Flatten<{
677
674
  boolean?: boolean | undefined;
678
675
  type?: "string" | "number" | "boolean" | undefined;
679
676
  shortFlag?: (string & {
@@ -734,8 +731,7 @@ declare const factory: {
734
731
  } & {
735
732
  readonly __kind: any;
736
733
  }) | ({
737
- description?: string | undefined;
738
- options?: _taqueria_protocol_Base.Flatten<{
734
+ options?: import("@taqueria/protocol/Base").Flatten<{
739
735
  boolean?: boolean | undefined;
740
736
  type?: "string" | "number" | "boolean" | undefined;
741
737
  shortFlag?: (string & {
@@ -751,6 +747,7 @@ declare const factory: {
751
747
  } & {
752
748
  readonly __kind: any;
753
749
  }>[] | undefined;
750
+ description?: string | undefined;
754
751
  positionals?: ({
755
752
  type?: "string" | "number" | "boolean" | undefined;
756
753
  defaultValue?: string | number | boolean | undefined;
@@ -777,7 +774,7 @@ declare const factory: {
777
774
  } & {
778
775
  readonly __kind: any;
779
776
  }) | ({
780
- options?: _taqueria_protocol_Base.Flatten<{
777
+ options?: import("@taqueria/protocol/Base").Flatten<{
781
778
  boolean?: boolean | undefined;
782
779
  type?: "string" | "number" | "boolean" | undefined;
783
780
  shortFlag?: (string & {
@@ -830,7 +827,7 @@ declare const factory: {
830
827
  } & {
831
828
  readonly __kind: any;
832
829
  }) | ({
833
- options?: _taqueria_protocol_Base.Flatten<{
830
+ options?: import("@taqueria/protocol/Base").Flatten<{
834
831
  boolean?: boolean | undefined;
835
832
  type?: "string" | "number" | "boolean" | undefined;
836
833
  shortFlag?: (string & {
@@ -873,11 +870,10 @@ declare const factory: {
873
870
  readonly __kind: any;
874
871
  })>;
875
872
  configHash: string;
876
- }) => FutureInstance<TaqError, {
877
- plugins: (_taqueria_protocol_Base.Flatten<{
873
+ }) => Future<TaqError, {
874
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
878
875
  operations?: ({
879
- description?: string | undefined;
880
- options?: _taqueria_protocol_Base.Flatten<{
876
+ options?: import("@taqueria/protocol/Base").Flatten<{
881
877
  boolean?: boolean | undefined;
882
878
  type?: "string" | "number" | "boolean" | undefined;
883
879
  shortFlag?: (string & {
@@ -893,6 +889,7 @@ declare const factory: {
893
889
  } & {
894
890
  readonly __kind: any;
895
891
  }>[] | undefined;
892
+ description?: string | undefined;
896
893
  positionals?: ({
897
894
  type?: "string" | "number" | "boolean" | undefined;
898
895
  defaultValue?: string | number | boolean | undefined;
@@ -914,7 +911,7 @@ declare const factory: {
914
911
  readonly __kind: any;
915
912
  })[] | undefined;
916
913
  tasks?: ({
917
- options?: _taqueria_protocol_Base.Flatten<{
914
+ options?: import("@taqueria/protocol/Base").Flatten<{
918
915
  boolean?: boolean | undefined;
919
916
  type?: "string" | "number" | "boolean" | undefined;
920
917
  shortFlag?: (string & {
@@ -961,7 +958,7 @@ declare const factory: {
961
958
  readonly __kind: any;
962
959
  })[] | undefined;
963
960
  templates?: ({
964
- options?: _taqueria_protocol_Base.Flatten<{
961
+ options?: import("@taqueria/protocol/Base").Flatten<{
965
962
  boolean?: boolean | undefined;
966
963
  type?: "string" | "number" | "boolean" | undefined;
967
964
  shortFlag?: (string & {
@@ -1022,8 +1019,7 @@ declare const factory: {
1022
1019
  } & {
1023
1020
  readonly __kind: any;
1024
1021
  }) | ({
1025
- description?: string | undefined;
1026
- options?: _taqueria_protocol_Base.Flatten<{
1022
+ options?: import("@taqueria/protocol/Base").Flatten<{
1027
1023
  boolean?: boolean | undefined;
1028
1024
  type?: "string" | "number" | "boolean" | undefined;
1029
1025
  shortFlag?: (string & {
@@ -1039,6 +1035,7 @@ declare const factory: {
1039
1035
  } & {
1040
1036
  readonly __kind: any;
1041
1037
  }>[] | undefined;
1038
+ description?: string | undefined;
1042
1039
  positionals?: ({
1043
1040
  type?: "string" | "number" | "boolean" | undefined;
1044
1041
  defaultValue?: string | number | boolean | undefined;
@@ -1065,7 +1062,7 @@ declare const factory: {
1065
1062
  } & {
1066
1063
  readonly __kind: any;
1067
1064
  }) | ({
1068
- options?: _taqueria_protocol_Base.Flatten<{
1065
+ options?: import("@taqueria/protocol/Base").Flatten<{
1069
1066
  boolean?: boolean | undefined;
1070
1067
  type?: "string" | "number" | "boolean" | undefined;
1071
1068
  shortFlag?: (string & {
@@ -1118,7 +1115,7 @@ declare const factory: {
1118
1115
  } & {
1119
1116
  readonly __kind: any;
1120
1117
  }) | ({
1121
- options?: _taqueria_protocol_Base.Flatten<{
1118
+ options?: import("@taqueria/protocol/Base").Flatten<{
1122
1119
  boolean?: boolean | undefined;
1123
1120
  type?: "string" | "number" | "boolean" | undefined;
1124
1121
  shortFlag?: (string & {
@@ -1164,11 +1161,10 @@ declare const factory: {
1164
1161
  } & {
1165
1162
  readonly __kind: any;
1166
1163
  }>;
1167
- of: (input: unknown) => FutureInstance<TaqError, {
1168
- plugins: (_taqueria_protocol_Base.Flatten<{
1164
+ of: (input: unknown) => Future<TaqError, {
1165
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
1169
1166
  operations?: ({
1170
- description?: string | undefined;
1171
- options?: _taqueria_protocol_Base.Flatten<{
1167
+ options?: import("@taqueria/protocol/Base").Flatten<{
1172
1168
  boolean?: boolean | undefined;
1173
1169
  type?: "string" | "number" | "boolean" | undefined;
1174
1170
  shortFlag?: (string & {
@@ -1184,6 +1180,7 @@ declare const factory: {
1184
1180
  } & {
1185
1181
  readonly __kind: any;
1186
1182
  }>[] | undefined;
1183
+ description?: string | undefined;
1187
1184
  positionals?: ({
1188
1185
  type?: "string" | "number" | "boolean" | undefined;
1189
1186
  defaultValue?: string | number | boolean | undefined;
@@ -1205,7 +1202,7 @@ declare const factory: {
1205
1202
  readonly __kind: any;
1206
1203
  })[] | undefined;
1207
1204
  tasks?: ({
1208
- options?: _taqueria_protocol_Base.Flatten<{
1205
+ options?: import("@taqueria/protocol/Base").Flatten<{
1209
1206
  boolean?: boolean | undefined;
1210
1207
  type?: "string" | "number" | "boolean" | undefined;
1211
1208
  shortFlag?: (string & {
@@ -1252,7 +1249,7 @@ declare const factory: {
1252
1249
  readonly __kind: any;
1253
1250
  })[] | undefined;
1254
1251
  templates?: ({
1255
- options?: _taqueria_protocol_Base.Flatten<{
1252
+ options?: import("@taqueria/protocol/Base").Flatten<{
1256
1253
  boolean?: boolean | undefined;
1257
1254
  type?: "string" | "number" | "boolean" | undefined;
1258
1255
  shortFlag?: (string & {
@@ -1313,8 +1310,7 @@ declare const factory: {
1313
1310
  } & {
1314
1311
  readonly __kind: any;
1315
1312
  }) | ({
1316
- description?: string | undefined;
1317
- options?: _taqueria_protocol_Base.Flatten<{
1313
+ options?: import("@taqueria/protocol/Base").Flatten<{
1318
1314
  boolean?: boolean | undefined;
1319
1315
  type?: "string" | "number" | "boolean" | undefined;
1320
1316
  shortFlag?: (string & {
@@ -1330,6 +1326,7 @@ declare const factory: {
1330
1326
  } & {
1331
1327
  readonly __kind: any;
1332
1328
  }>[] | undefined;
1329
+ description?: string | undefined;
1333
1330
  positionals?: ({
1334
1331
  type?: "string" | "number" | "boolean" | undefined;
1335
1332
  defaultValue?: string | number | boolean | undefined;
@@ -1356,7 +1353,7 @@ declare const factory: {
1356
1353
  } & {
1357
1354
  readonly __kind: any;
1358
1355
  }) | ({
1359
- options?: _taqueria_protocol_Base.Flatten<{
1356
+ options?: import("@taqueria/protocol/Base").Flatten<{
1360
1357
  boolean?: boolean | undefined;
1361
1358
  type?: "string" | "number" | "boolean" | undefined;
1362
1359
  shortFlag?: (string & {
@@ -1409,7 +1406,7 @@ declare const factory: {
1409
1406
  } & {
1410
1407
  readonly __kind: any;
1411
1408
  }) | ({
1412
- options?: _taqueria_protocol_Base.Flatten<{
1409
+ options?: import("@taqueria/protocol/Base").Flatten<{
1413
1410
  boolean?: boolean | undefined;
1414
1411
  type?: "string" | "number" | "boolean" | undefined;
1415
1412
  shortFlag?: (string & {
@@ -1456,10 +1453,9 @@ declare const factory: {
1456
1453
  readonly __kind: any;
1457
1454
  }>;
1458
1455
  create: (input: {
1459
- plugins: (_taqueria_protocol_Base.Flatten<{
1456
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
1460
1457
  operations?: ({
1461
- description?: string | undefined;
1462
- options?: _taqueria_protocol_Base.Flatten<{
1458
+ options?: import("@taqueria/protocol/Base").Flatten<{
1463
1459
  boolean?: boolean | undefined;
1464
1460
  type?: "string" | "number" | "boolean" | undefined;
1465
1461
  shortFlag?: (string & {
@@ -1475,6 +1471,7 @@ declare const factory: {
1475
1471
  } & {
1476
1472
  readonly __kind: any;
1477
1473
  }>[] | undefined;
1474
+ description?: string | undefined;
1478
1475
  positionals?: ({
1479
1476
  type?: "string" | "number" | "boolean" | undefined;
1480
1477
  defaultValue?: string | number | boolean | undefined;
@@ -1496,7 +1493,7 @@ declare const factory: {
1496
1493
  readonly __kind: any;
1497
1494
  })[] | undefined;
1498
1495
  tasks?: ({
1499
- options?: _taqueria_protocol_Base.Flatten<{
1496
+ options?: import("@taqueria/protocol/Base").Flatten<{
1500
1497
  boolean?: boolean | undefined;
1501
1498
  type?: "string" | "number" | "boolean" | undefined;
1502
1499
  shortFlag?: (string & {
@@ -1543,7 +1540,7 @@ declare const factory: {
1543
1540
  readonly __kind: any;
1544
1541
  })[] | undefined;
1545
1542
  templates?: ({
1546
- options?: _taqueria_protocol_Base.Flatten<{
1543
+ options?: import("@taqueria/protocol/Base").Flatten<{
1547
1544
  boolean?: boolean | undefined;
1548
1545
  type?: "string" | "number" | "boolean" | undefined;
1549
1546
  shortFlag?: (string & {
@@ -1604,8 +1601,7 @@ declare const factory: {
1604
1601
  } & {
1605
1602
  readonly __kind: any;
1606
1603
  }) | ({
1607
- description?: string | undefined;
1608
- options?: _taqueria_protocol_Base.Flatten<{
1604
+ options?: import("@taqueria/protocol/Base").Flatten<{
1609
1605
  boolean?: boolean | undefined;
1610
1606
  type?: "string" | "number" | "boolean" | undefined;
1611
1607
  shortFlag?: (string & {
@@ -1621,6 +1617,7 @@ declare const factory: {
1621
1617
  } & {
1622
1618
  readonly __kind: any;
1623
1619
  }>[] | undefined;
1620
+ description?: string | undefined;
1624
1621
  positionals?: ({
1625
1622
  type?: "string" | "number" | "boolean" | undefined;
1626
1623
  defaultValue?: string | number | boolean | undefined;
@@ -1647,7 +1644,7 @@ declare const factory: {
1647
1644
  } & {
1648
1645
  readonly __kind: any;
1649
1646
  }) | ({
1650
- options?: _taqueria_protocol_Base.Flatten<{
1647
+ options?: import("@taqueria/protocol/Base").Flatten<{
1651
1648
  boolean?: boolean | undefined;
1652
1649
  type?: "string" | "number" | "boolean" | undefined;
1653
1650
  shortFlag?: (string & {
@@ -1700,7 +1697,7 @@ declare const factory: {
1700
1697
  } & {
1701
1698
  readonly __kind: any;
1702
1699
  }) | ({
1703
- options?: _taqueria_protocol_Base.Flatten<{
1700
+ options?: import("@taqueria/protocol/Base").Flatten<{
1704
1701
  boolean?: boolean | undefined;
1705
1702
  type?: "string" | "number" | "boolean" | undefined;
1706
1703
  shortFlag?: (string & {
@@ -1744,10 +1741,9 @@ declare const factory: {
1744
1741
  })>;
1745
1742
  configHash: string;
1746
1743
  }) => {
1747
- plugins: (_taqueria_protocol_Base.Flatten<{
1744
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
1748
1745
  operations?: ({
1749
- description?: string | undefined;
1750
- options?: _taqueria_protocol_Base.Flatten<{
1746
+ options?: import("@taqueria/protocol/Base").Flatten<{
1751
1747
  boolean?: boolean | undefined;
1752
1748
  type?: "string" | "number" | "boolean" | undefined;
1753
1749
  shortFlag?: (string & {
@@ -1763,6 +1759,7 @@ declare const factory: {
1763
1759
  } & {
1764
1760
  readonly __kind: any;
1765
1761
  }>[] | undefined;
1762
+ description?: string | undefined;
1766
1763
  positionals?: ({
1767
1764
  type?: "string" | "number" | "boolean" | undefined;
1768
1765
  defaultValue?: string | number | boolean | undefined;
@@ -1784,7 +1781,7 @@ declare const factory: {
1784
1781
  readonly __kind: any;
1785
1782
  })[] | undefined;
1786
1783
  tasks?: ({
1787
- options?: _taqueria_protocol_Base.Flatten<{
1784
+ options?: import("@taqueria/protocol/Base").Flatten<{
1788
1785
  boolean?: boolean | undefined;
1789
1786
  type?: "string" | "number" | "boolean" | undefined;
1790
1787
  shortFlag?: (string & {
@@ -1831,7 +1828,7 @@ declare const factory: {
1831
1828
  readonly __kind: any;
1832
1829
  })[] | undefined;
1833
1830
  templates?: ({
1834
- options?: _taqueria_protocol_Base.Flatten<{
1831
+ options?: import("@taqueria/protocol/Base").Flatten<{
1835
1832
  boolean?: boolean | undefined;
1836
1833
  type?: "string" | "number" | "boolean" | undefined;
1837
1834
  shortFlag?: (string & {
@@ -1892,8 +1889,7 @@ declare const factory: {
1892
1889
  } & {
1893
1890
  readonly __kind: any;
1894
1891
  }) | ({
1895
- description?: string | undefined;
1896
- options?: _taqueria_protocol_Base.Flatten<{
1892
+ options?: import("@taqueria/protocol/Base").Flatten<{
1897
1893
  boolean?: boolean | undefined;
1898
1894
  type?: "string" | "number" | "boolean" | undefined;
1899
1895
  shortFlag?: (string & {
@@ -1909,6 +1905,7 @@ declare const factory: {
1909
1905
  } & {
1910
1906
  readonly __kind: any;
1911
1907
  }>[] | undefined;
1908
+ description?: string | undefined;
1912
1909
  positionals?: ({
1913
1910
  type?: "string" | "number" | "boolean" | undefined;
1914
1911
  defaultValue?: string | number | boolean | undefined;
@@ -1935,7 +1932,7 @@ declare const factory: {
1935
1932
  } & {
1936
1933
  readonly __kind: any;
1937
1934
  }) | ({
1938
- options?: _taqueria_protocol_Base.Flatten<{
1935
+ options?: import("@taqueria/protocol/Base").Flatten<{
1939
1936
  boolean?: boolean | undefined;
1940
1937
  type?: "string" | "number" | "boolean" | undefined;
1941
1938
  shortFlag?: (string & {
@@ -1988,7 +1985,7 @@ declare const factory: {
1988
1985
  } & {
1989
1986
  readonly __kind: any;
1990
1987
  }) | ({
1991
- options?: _taqueria_protocol_Base.Flatten<{
1988
+ options?: import("@taqueria/protocol/Base").Flatten<{
1992
1989
  boolean?: boolean | undefined;
1993
1990
  type?: "string" | "number" | "boolean" | undefined;
1994
1991
  shortFlag?: (string & {
@@ -2033,14 +2030,11 @@ declare const factory: {
2033
2030
  configHash: string;
2034
2031
  } & {
2035
2032
  readonly __kind: any;
2036
- }; /**
2037
- * Private functions
2038
- */
2033
+ };
2039
2034
  from: (input: unknown) => {
2040
- plugins: (_taqueria_protocol_Base.Flatten<{
2035
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
2041
2036
  operations?: ({
2042
- description?: string | undefined;
2043
- options?: _taqueria_protocol_Base.Flatten<{
2037
+ options?: import("@taqueria/protocol/Base").Flatten<{
2044
2038
  boolean?: boolean | undefined;
2045
2039
  type?: "string" | "number" | "boolean" | undefined;
2046
2040
  shortFlag?: (string & {
@@ -2056,6 +2050,7 @@ declare const factory: {
2056
2050
  } & {
2057
2051
  readonly __kind: any;
2058
2052
  }>[] | undefined;
2053
+ description?: string | undefined;
2059
2054
  positionals?: ({
2060
2055
  type?: "string" | "number" | "boolean" | undefined;
2061
2056
  defaultValue?: string | number | boolean | undefined;
@@ -2077,7 +2072,7 @@ declare const factory: {
2077
2072
  readonly __kind: any;
2078
2073
  })[] | undefined;
2079
2074
  tasks?: ({
2080
- options?: _taqueria_protocol_Base.Flatten<{
2075
+ options?: import("@taqueria/protocol/Base").Flatten<{
2081
2076
  boolean?: boolean | undefined;
2082
2077
  type?: "string" | "number" | "boolean" | undefined;
2083
2078
  shortFlag?: (string & {
@@ -2124,7 +2119,7 @@ declare const factory: {
2124
2119
  readonly __kind: any;
2125
2120
  })[] | undefined;
2126
2121
  templates?: ({
2127
- options?: _taqueria_protocol_Base.Flatten<{
2122
+ options?: import("@taqueria/protocol/Base").Flatten<{
2128
2123
  boolean?: boolean | undefined;
2129
2124
  type?: "string" | "number" | "boolean" | undefined;
2130
2125
  shortFlag?: (string & {
@@ -2185,8 +2180,7 @@ declare const factory: {
2185
2180
  } & {
2186
2181
  readonly __kind: any;
2187
2182
  }) | ({
2188
- description?: string | undefined;
2189
- options?: _taqueria_protocol_Base.Flatten<{
2183
+ options?: import("@taqueria/protocol/Base").Flatten<{
2190
2184
  boolean?: boolean | undefined;
2191
2185
  type?: "string" | "number" | "boolean" | undefined;
2192
2186
  shortFlag?: (string & {
@@ -2202,6 +2196,7 @@ declare const factory: {
2202
2196
  } & {
2203
2197
  readonly __kind: any;
2204
2198
  }>[] | undefined;
2199
+ description?: string | undefined;
2205
2200
  positionals?: ({
2206
2201
  type?: "string" | "number" | "boolean" | undefined;
2207
2202
  defaultValue?: string | number | boolean | undefined;
@@ -2228,7 +2223,7 @@ declare const factory: {
2228
2223
  } & {
2229
2224
  readonly __kind: any;
2230
2225
  }) | ({
2231
- options?: _taqueria_protocol_Base.Flatten<{
2226
+ options?: import("@taqueria/protocol/Base").Flatten<{
2232
2227
  boolean?: boolean | undefined;
2233
2228
  type?: "string" | "number" | "boolean" | undefined;
2234
2229
  shortFlag?: (string & {
@@ -2281,7 +2276,7 @@ declare const factory: {
2281
2276
  } & {
2282
2277
  readonly __kind: any;
2283
2278
  }) | ({
2284
- options?: _taqueria_protocol_Base.Flatten<{
2279
+ options?: import("@taqueria/protocol/Base").Flatten<{
2285
2280
  boolean?: boolean | undefined;
2286
2281
  type?: "string" | "number" | "boolean" | undefined;
2287
2282
  shortFlag?: (string & {
@@ -2328,16 +2323,15 @@ declare const factory: {
2328
2323
  readonly __kind: any;
2329
2324
  };
2330
2325
  };
2331
- declare type EphemeralState = z.infer<typeof generatedSchemas.schema>;
2332
- declare type t = EphemeralState;
2333
- declare type TaskToPluginMap = z.infer<typeof taskToPluginMap>;
2334
- declare type OpToPluginMap = z.infer<typeof operationToPluginMap>;
2335
- declare type TemplateToPluginMap = z.infer<typeof templateToPluginMap>;
2336
- declare const create: (input: {
2337
- plugins: (_taqueria_protocol_Base.Flatten<{
2326
+ export declare type EphemeralState = z.infer<typeof generatedSchemas.schema>;
2327
+ export declare type t = EphemeralState;
2328
+ export declare type TaskToPluginMap = z.infer<typeof taskToPluginMap>;
2329
+ export declare type OpToPluginMap = z.infer<typeof operationToPluginMap>;
2330
+ export declare type TemplateToPluginMap = z.infer<typeof templateToPluginMap>;
2331
+ export declare const create: (input: {
2332
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
2338
2333
  operations?: ({
2339
- description?: string | undefined;
2340
- options?: _taqueria_protocol_Base.Flatten<{
2334
+ options?: import("@taqueria/protocol/Base").Flatten<{
2341
2335
  boolean?: boolean | undefined;
2342
2336
  type?: "string" | "number" | "boolean" | undefined;
2343
2337
  shortFlag?: (string & {
@@ -2353,6 +2347,7 @@ declare const create: (input: {
2353
2347
  } & {
2354
2348
  readonly __kind: any;
2355
2349
  }>[] | undefined;
2350
+ description?: string | undefined;
2356
2351
  positionals?: ({
2357
2352
  type?: "string" | "number" | "boolean" | undefined;
2358
2353
  defaultValue?: string | number | boolean | undefined;
@@ -2374,7 +2369,7 @@ declare const create: (input: {
2374
2369
  readonly __kind: any;
2375
2370
  })[] | undefined;
2376
2371
  tasks?: ({
2377
- options?: _taqueria_protocol_Base.Flatten<{
2372
+ options?: import("@taqueria/protocol/Base").Flatten<{
2378
2373
  boolean?: boolean | undefined;
2379
2374
  type?: "string" | "number" | "boolean" | undefined;
2380
2375
  shortFlag?: (string & {
@@ -2421,7 +2416,7 @@ declare const create: (input: {
2421
2416
  readonly __kind: any;
2422
2417
  })[] | undefined;
2423
2418
  templates?: ({
2424
- options?: _taqueria_protocol_Base.Flatten<{
2419
+ options?: import("@taqueria/protocol/Base").Flatten<{
2425
2420
  boolean?: boolean | undefined;
2426
2421
  type?: "string" | "number" | "boolean" | undefined;
2427
2422
  shortFlag?: (string & {
@@ -2482,8 +2477,7 @@ declare const create: (input: {
2482
2477
  } & {
2483
2478
  readonly __kind: any;
2484
2479
  }) | ({
2485
- description?: string | undefined;
2486
- options?: _taqueria_protocol_Base.Flatten<{
2480
+ options?: import("@taqueria/protocol/Base").Flatten<{
2487
2481
  boolean?: boolean | undefined;
2488
2482
  type?: "string" | "number" | "boolean" | undefined;
2489
2483
  shortFlag?: (string & {
@@ -2499,6 +2493,7 @@ declare const create: (input: {
2499
2493
  } & {
2500
2494
  readonly __kind: any;
2501
2495
  }>[] | undefined;
2496
+ description?: string | undefined;
2502
2497
  positionals?: ({
2503
2498
  type?: "string" | "number" | "boolean" | undefined;
2504
2499
  defaultValue?: string | number | boolean | undefined;
@@ -2525,7 +2520,7 @@ declare const create: (input: {
2525
2520
  } & {
2526
2521
  readonly __kind: any;
2527
2522
  }) | ({
2528
- options?: _taqueria_protocol_Base.Flatten<{
2523
+ options?: import("@taqueria/protocol/Base").Flatten<{
2529
2524
  boolean?: boolean | undefined;
2530
2525
  type?: "string" | "number" | "boolean" | undefined;
2531
2526
  shortFlag?: (string & {
@@ -2578,7 +2573,7 @@ declare const create: (input: {
2578
2573
  } & {
2579
2574
  readonly __kind: any;
2580
2575
  }) | ({
2581
- options?: _taqueria_protocol_Base.Flatten<{
2576
+ options?: import("@taqueria/protocol/Base").Flatten<{
2582
2577
  boolean?: boolean | undefined;
2583
2578
  type?: "string" | "number" | "boolean" | undefined;
2584
2579
  shortFlag?: (string & {
@@ -2622,10 +2617,9 @@ declare const create: (input: {
2622
2617
  })>;
2623
2618
  configHash: string;
2624
2619
  }) => {
2625
- plugins: (_taqueria_protocol_Base.Flatten<{
2620
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
2626
2621
  operations?: ({
2627
- description?: string | undefined;
2628
- options?: _taqueria_protocol_Base.Flatten<{
2622
+ options?: import("@taqueria/protocol/Base").Flatten<{
2629
2623
  boolean?: boolean | undefined;
2630
2624
  type?: "string" | "number" | "boolean" | undefined;
2631
2625
  shortFlag?: (string & {
@@ -2641,6 +2635,7 @@ declare const create: (input: {
2641
2635
  } & {
2642
2636
  readonly __kind: any;
2643
2637
  }>[] | undefined;
2638
+ description?: string | undefined;
2644
2639
  positionals?: ({
2645
2640
  type?: "string" | "number" | "boolean" | undefined;
2646
2641
  defaultValue?: string | number | boolean | undefined;
@@ -2662,7 +2657,7 @@ declare const create: (input: {
2662
2657
  readonly __kind: any;
2663
2658
  })[] | undefined;
2664
2659
  tasks?: ({
2665
- options?: _taqueria_protocol_Base.Flatten<{
2660
+ options?: import("@taqueria/protocol/Base").Flatten<{
2666
2661
  boolean?: boolean | undefined;
2667
2662
  type?: "string" | "number" | "boolean" | undefined;
2668
2663
  shortFlag?: (string & {
@@ -2709,7 +2704,7 @@ declare const create: (input: {
2709
2704
  readonly __kind: any;
2710
2705
  })[] | undefined;
2711
2706
  templates?: ({
2712
- options?: _taqueria_protocol_Base.Flatten<{
2707
+ options?: import("@taqueria/protocol/Base").Flatten<{
2713
2708
  boolean?: boolean | undefined;
2714
2709
  type?: "string" | "number" | "boolean" | undefined;
2715
2710
  shortFlag?: (string & {
@@ -2770,8 +2765,7 @@ declare const create: (input: {
2770
2765
  } & {
2771
2766
  readonly __kind: any;
2772
2767
  }) | ({
2773
- description?: string | undefined;
2774
- options?: _taqueria_protocol_Base.Flatten<{
2768
+ options?: import("@taqueria/protocol/Base").Flatten<{
2775
2769
  boolean?: boolean | undefined;
2776
2770
  type?: "string" | "number" | "boolean" | undefined;
2777
2771
  shortFlag?: (string & {
@@ -2787,6 +2781,7 @@ declare const create: (input: {
2787
2781
  } & {
2788
2782
  readonly __kind: any;
2789
2783
  }>[] | undefined;
2784
+ description?: string | undefined;
2790
2785
  positionals?: ({
2791
2786
  type?: "string" | "number" | "boolean" | undefined;
2792
2787
  defaultValue?: string | number | boolean | undefined;
@@ -2813,7 +2808,7 @@ declare const create: (input: {
2813
2808
  } & {
2814
2809
  readonly __kind: any;
2815
2810
  }) | ({
2816
- options?: _taqueria_protocol_Base.Flatten<{
2811
+ options?: import("@taqueria/protocol/Base").Flatten<{
2817
2812
  boolean?: boolean | undefined;
2818
2813
  type?: "string" | "number" | "boolean" | undefined;
2819
2814
  shortFlag?: (string & {
@@ -2866,7 +2861,7 @@ declare const create: (input: {
2866
2861
  } & {
2867
2862
  readonly __kind: any;
2868
2863
  }) | ({
2869
- options?: _taqueria_protocol_Base.Flatten<{
2864
+ options?: import("@taqueria/protocol/Base").Flatten<{
2870
2865
  boolean?: boolean | undefined;
2871
2866
  type?: "string" | "number" | "boolean" | undefined;
2872
2867
  shortFlag?: (string & {
@@ -2911,12 +2906,10 @@ declare const create: (input: {
2911
2906
  configHash: string;
2912
2907
  } & {
2913
2908
  readonly __kind: any;
2914
- };
2915
- declare const of: (input: unknown) => FutureInstance<TaqError, {
2916
- plugins: (_taqueria_protocol_Base.Flatten<{
2909
+ }, of: (input: unknown) => Future<TaqError, {
2910
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
2917
2911
  operations?: ({
2918
- description?: string | undefined;
2919
- options?: _taqueria_protocol_Base.Flatten<{
2912
+ options?: import("@taqueria/protocol/Base").Flatten<{
2920
2913
  boolean?: boolean | undefined;
2921
2914
  type?: "string" | "number" | "boolean" | undefined;
2922
2915
  shortFlag?: (string & {
@@ -2932,6 +2925,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
2932
2925
  } & {
2933
2926
  readonly __kind: any;
2934
2927
  }>[] | undefined;
2928
+ description?: string | undefined;
2935
2929
  positionals?: ({
2936
2930
  type?: "string" | "number" | "boolean" | undefined;
2937
2931
  defaultValue?: string | number | boolean | undefined;
@@ -2953,7 +2947,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
2953
2947
  readonly __kind: any;
2954
2948
  })[] | undefined;
2955
2949
  tasks?: ({
2956
- options?: _taqueria_protocol_Base.Flatten<{
2950
+ options?: import("@taqueria/protocol/Base").Flatten<{
2957
2951
  boolean?: boolean | undefined;
2958
2952
  type?: "string" | "number" | "boolean" | undefined;
2959
2953
  shortFlag?: (string & {
@@ -3000,7 +2994,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
3000
2994
  readonly __kind: any;
3001
2995
  })[] | undefined;
3002
2996
  templates?: ({
3003
- options?: _taqueria_protocol_Base.Flatten<{
2997
+ options?: import("@taqueria/protocol/Base").Flatten<{
3004
2998
  boolean?: boolean | undefined;
3005
2999
  type?: "string" | "number" | "boolean" | undefined;
3006
3000
  shortFlag?: (string & {
@@ -3061,8 +3055,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
3061
3055
  } & {
3062
3056
  readonly __kind: any;
3063
3057
  }) | ({
3064
- description?: string | undefined;
3065
- options?: _taqueria_protocol_Base.Flatten<{
3058
+ options?: import("@taqueria/protocol/Base").Flatten<{
3066
3059
  boolean?: boolean | undefined;
3067
3060
  type?: "string" | "number" | "boolean" | undefined;
3068
3061
  shortFlag?: (string & {
@@ -3078,6 +3071,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
3078
3071
  } & {
3079
3072
  readonly __kind: any;
3080
3073
  }>[] | undefined;
3074
+ description?: string | undefined;
3081
3075
  positionals?: ({
3082
3076
  type?: "string" | "number" | "boolean" | undefined;
3083
3077
  defaultValue?: string | number | boolean | undefined;
@@ -3104,7 +3098,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
3104
3098
  } & {
3105
3099
  readonly __kind: any;
3106
3100
  }) | ({
3107
- options?: _taqueria_protocol_Base.Flatten<{
3101
+ options?: import("@taqueria/protocol/Base").Flatten<{
3108
3102
  boolean?: boolean | undefined;
3109
3103
  type?: "string" | "number" | "boolean" | undefined;
3110
3104
  shortFlag?: (string & {
@@ -3157,7 +3151,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
3157
3151
  } & {
3158
3152
  readonly __kind: any;
3159
3153
  }) | ({
3160
- options?: _taqueria_protocol_Base.Flatten<{
3154
+ options?: import("@taqueria/protocol/Base").Flatten<{
3161
3155
  boolean?: boolean | undefined;
3162
3156
  type?: "string" | "number" | "boolean" | undefined;
3163
3157
  shortFlag?: (string & {
@@ -3202,12 +3196,10 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
3202
3196
  configHash: string;
3203
3197
  } & {
3204
3198
  readonly __kind: any;
3205
- }>;
3206
- declare const make: (input: {
3207
- plugins: (_taqueria_protocol_Base.Flatten<{
3199
+ }>, make: (input: {
3200
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
3208
3201
  operations?: ({
3209
- description?: string | undefined;
3210
- options?: _taqueria_protocol_Base.Flatten<{
3202
+ options?: import("@taqueria/protocol/Base").Flatten<{
3211
3203
  boolean?: boolean | undefined;
3212
3204
  type?: "string" | "number" | "boolean" | undefined;
3213
3205
  shortFlag?: (string & {
@@ -3223,6 +3215,7 @@ declare const make: (input: {
3223
3215
  } & {
3224
3216
  readonly __kind: any;
3225
3217
  }>[] | undefined;
3218
+ description?: string | undefined;
3226
3219
  positionals?: ({
3227
3220
  type?: "string" | "number" | "boolean" | undefined;
3228
3221
  defaultValue?: string | number | boolean | undefined;
@@ -3244,7 +3237,7 @@ declare const make: (input: {
3244
3237
  readonly __kind: any;
3245
3238
  })[] | undefined;
3246
3239
  tasks?: ({
3247
- options?: _taqueria_protocol_Base.Flatten<{
3240
+ options?: import("@taqueria/protocol/Base").Flatten<{
3248
3241
  boolean?: boolean | undefined;
3249
3242
  type?: "string" | "number" | "boolean" | undefined;
3250
3243
  shortFlag?: (string & {
@@ -3291,7 +3284,7 @@ declare const make: (input: {
3291
3284
  readonly __kind: any;
3292
3285
  })[] | undefined;
3293
3286
  templates?: ({
3294
- options?: _taqueria_protocol_Base.Flatten<{
3287
+ options?: import("@taqueria/protocol/Base").Flatten<{
3295
3288
  boolean?: boolean | undefined;
3296
3289
  type?: "string" | "number" | "boolean" | undefined;
3297
3290
  shortFlag?: (string & {
@@ -3352,8 +3345,7 @@ declare const make: (input: {
3352
3345
  } & {
3353
3346
  readonly __kind: any;
3354
3347
  }) | ({
3355
- description?: string | undefined;
3356
- options?: _taqueria_protocol_Base.Flatten<{
3348
+ options?: import("@taqueria/protocol/Base").Flatten<{
3357
3349
  boolean?: boolean | undefined;
3358
3350
  type?: "string" | "number" | "boolean" | undefined;
3359
3351
  shortFlag?: (string & {
@@ -3369,6 +3361,7 @@ declare const make: (input: {
3369
3361
  } & {
3370
3362
  readonly __kind: any;
3371
3363
  }>[] | undefined;
3364
+ description?: string | undefined;
3372
3365
  positionals?: ({
3373
3366
  type?: "string" | "number" | "boolean" | undefined;
3374
3367
  defaultValue?: string | number | boolean | undefined;
@@ -3395,7 +3388,7 @@ declare const make: (input: {
3395
3388
  } & {
3396
3389
  readonly __kind: any;
3397
3390
  }) | ({
3398
- options?: _taqueria_protocol_Base.Flatten<{
3391
+ options?: import("@taqueria/protocol/Base").Flatten<{
3399
3392
  boolean?: boolean | undefined;
3400
3393
  type?: "string" | "number" | "boolean" | undefined;
3401
3394
  shortFlag?: (string & {
@@ -3448,7 +3441,7 @@ declare const make: (input: {
3448
3441
  } & {
3449
3442
  readonly __kind: any;
3450
3443
  }) | ({
3451
- options?: _taqueria_protocol_Base.Flatten<{
3444
+ options?: import("@taqueria/protocol/Base").Flatten<{
3452
3445
  boolean?: boolean | undefined;
3453
3446
  type?: "string" | "number" | "boolean" | undefined;
3454
3447
  shortFlag?: (string & {
@@ -3491,11 +3484,10 @@ declare const make: (input: {
3491
3484
  readonly __kind: any;
3492
3485
  })>;
3493
3486
  configHash: string;
3494
- }) => FutureInstance<TaqError, {
3495
- plugins: (_taqueria_protocol_Base.Flatten<{
3487
+ }) => Future<TaqError, {
3488
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
3496
3489
  operations?: ({
3497
- description?: string | undefined;
3498
- options?: _taqueria_protocol_Base.Flatten<{
3490
+ options?: import("@taqueria/protocol/Base").Flatten<{
3499
3491
  boolean?: boolean | undefined;
3500
3492
  type?: "string" | "number" | "boolean" | undefined;
3501
3493
  shortFlag?: (string & {
@@ -3511,6 +3503,7 @@ declare const make: (input: {
3511
3503
  } & {
3512
3504
  readonly __kind: any;
3513
3505
  }>[] | undefined;
3506
+ description?: string | undefined;
3514
3507
  positionals?: ({
3515
3508
  type?: "string" | "number" | "boolean" | undefined;
3516
3509
  defaultValue?: string | number | boolean | undefined;
@@ -3532,7 +3525,7 @@ declare const make: (input: {
3532
3525
  readonly __kind: any;
3533
3526
  })[] | undefined;
3534
3527
  tasks?: ({
3535
- options?: _taqueria_protocol_Base.Flatten<{
3528
+ options?: import("@taqueria/protocol/Base").Flatten<{
3536
3529
  boolean?: boolean | undefined;
3537
3530
  type?: "string" | "number" | "boolean" | undefined;
3538
3531
  shortFlag?: (string & {
@@ -3579,7 +3572,7 @@ declare const make: (input: {
3579
3572
  readonly __kind: any;
3580
3573
  })[] | undefined;
3581
3574
  templates?: ({
3582
- options?: _taqueria_protocol_Base.Flatten<{
3575
+ options?: import("@taqueria/protocol/Base").Flatten<{
3583
3576
  boolean?: boolean | undefined;
3584
3577
  type?: "string" | "number" | "boolean" | undefined;
3585
3578
  shortFlag?: (string & {
@@ -3640,8 +3633,7 @@ declare const make: (input: {
3640
3633
  } & {
3641
3634
  readonly __kind: any;
3642
3635
  }) | ({
3643
- description?: string | undefined;
3644
- options?: _taqueria_protocol_Base.Flatten<{
3636
+ options?: import("@taqueria/protocol/Base").Flatten<{
3645
3637
  boolean?: boolean | undefined;
3646
3638
  type?: "string" | "number" | "boolean" | undefined;
3647
3639
  shortFlag?: (string & {
@@ -3657,6 +3649,7 @@ declare const make: (input: {
3657
3649
  } & {
3658
3650
  readonly __kind: any;
3659
3651
  }>[] | undefined;
3652
+ description?: string | undefined;
3660
3653
  positionals?: ({
3661
3654
  type?: "string" | "number" | "boolean" | undefined;
3662
3655
  defaultValue?: string | number | boolean | undefined;
@@ -3683,7 +3676,7 @@ declare const make: (input: {
3683
3676
  } & {
3684
3677
  readonly __kind: any;
3685
3678
  }) | ({
3686
- options?: _taqueria_protocol_Base.Flatten<{
3679
+ options?: import("@taqueria/protocol/Base").Flatten<{
3687
3680
  boolean?: boolean | undefined;
3688
3681
  type?: "string" | "number" | "boolean" | undefined;
3689
3682
  shortFlag?: (string & {
@@ -3736,7 +3729,7 @@ declare const make: (input: {
3736
3729
  } & {
3737
3730
  readonly __kind: any;
3738
3731
  }) | ({
3739
- options?: _taqueria_protocol_Base.Flatten<{
3732
+ options?: import("@taqueria/protocol/Base").Flatten<{
3740
3733
  boolean?: boolean | undefined;
3741
3734
  type?: "string" | "number" | "boolean" | undefined;
3742
3735
  shortFlag?: (string & {
@@ -3782,12 +3775,11 @@ declare const make: (input: {
3782
3775
  } & {
3783
3776
  readonly __kind: any;
3784
3777
  }>;
3785
- declare const schemas: {
3778
+ export declare const schemas: {
3786
3779
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
3787
- plugins: (_taqueria_protocol_Base.Flatten<{
3780
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
3788
3781
  operations?: ({
3789
- description?: string | undefined;
3790
- options?: _taqueria_protocol_Base.Flatten<{
3782
+ options?: import("@taqueria/protocol/Base").Flatten<{
3791
3783
  boolean?: boolean | undefined;
3792
3784
  type?: "string" | "number" | "boolean" | undefined;
3793
3785
  shortFlag?: (string & {
@@ -3803,6 +3795,7 @@ declare const schemas: {
3803
3795
  } & {
3804
3796
  readonly __kind: any;
3805
3797
  }>[] | undefined;
3798
+ description?: string | undefined;
3806
3799
  positionals?: ({
3807
3800
  type?: "string" | "number" | "boolean" | undefined;
3808
3801
  defaultValue?: string | number | boolean | undefined;
@@ -3824,7 +3817,7 @@ declare const schemas: {
3824
3817
  readonly __kind: any;
3825
3818
  })[] | undefined;
3826
3819
  tasks?: ({
3827
- options?: _taqueria_protocol_Base.Flatten<{
3820
+ options?: import("@taqueria/protocol/Base").Flatten<{
3828
3821
  boolean?: boolean | undefined;
3829
3822
  type?: "string" | "number" | "boolean" | undefined;
3830
3823
  shortFlag?: (string & {
@@ -3871,7 +3864,7 @@ declare const schemas: {
3871
3864
  readonly __kind: any;
3872
3865
  })[] | undefined;
3873
3866
  templates?: ({
3874
- options?: _taqueria_protocol_Base.Flatten<{
3867
+ options?: import("@taqueria/protocol/Base").Flatten<{
3875
3868
  boolean?: boolean | undefined;
3876
3869
  type?: "string" | "number" | "boolean" | undefined;
3877
3870
  shortFlag?: (string & {
@@ -3932,8 +3925,7 @@ declare const schemas: {
3932
3925
  } & {
3933
3926
  readonly __kind: any;
3934
3927
  }) | ({
3935
- description?: string | undefined;
3936
- options?: _taqueria_protocol_Base.Flatten<{
3928
+ options?: import("@taqueria/protocol/Base").Flatten<{
3937
3929
  boolean?: boolean | undefined;
3938
3930
  type?: "string" | "number" | "boolean" | undefined;
3939
3931
  shortFlag?: (string & {
@@ -3949,6 +3941,7 @@ declare const schemas: {
3949
3941
  } & {
3950
3942
  readonly __kind: any;
3951
3943
  }>[] | undefined;
3944
+ description?: string | undefined;
3952
3945
  positionals?: ({
3953
3946
  type?: "string" | "number" | "boolean" | undefined;
3954
3947
  defaultValue?: string | number | boolean | undefined;
@@ -3975,7 +3968,7 @@ declare const schemas: {
3975
3968
  } & {
3976
3969
  readonly __kind: any;
3977
3970
  }) | ({
3978
- options?: _taqueria_protocol_Base.Flatten<{
3971
+ options?: import("@taqueria/protocol/Base").Flatten<{
3979
3972
  boolean?: boolean | undefined;
3980
3973
  type?: "string" | "number" | "boolean" | undefined;
3981
3974
  shortFlag?: (string & {
@@ -4028,7 +4021,7 @@ declare const schemas: {
4028
4021
  } & {
4029
4022
  readonly __kind: any;
4030
4023
  }) | ({
4031
- options?: _taqueria_protocol_Base.Flatten<{
4024
+ options?: import("@taqueria/protocol/Base").Flatten<{
4032
4025
  boolean?: boolean | undefined;
4033
4026
  type?: "string" | "number" | "boolean" | undefined;
4034
4027
  shortFlag?: (string & {
@@ -4074,10 +4067,9 @@ declare const schemas: {
4074
4067
  } & {
4075
4068
  readonly __kind: any;
4076
4069
  }, any>, {
4077
- plugins: (_taqueria_protocol_Base.Flatten<{
4070
+ plugins: (import("@taqueria/protocol/Base").Flatten<{
4078
4071
  operations?: ({
4079
- description?: string | undefined;
4080
- options?: _taqueria_protocol_Base.Flatten<{
4072
+ options?: import("@taqueria/protocol/Base").Flatten<{
4081
4073
  boolean?: boolean | undefined;
4082
4074
  type?: "string" | "number" | "boolean" | undefined;
4083
4075
  shortFlag?: (string & {
@@ -4093,6 +4085,7 @@ declare const schemas: {
4093
4085
  } & {
4094
4086
  readonly __kind: any;
4095
4087
  }>[] | undefined;
4088
+ description?: string | undefined;
4096
4089
  positionals?: ({
4097
4090
  type?: "string" | "number" | "boolean" | undefined;
4098
4091
  defaultValue?: string | number | boolean | undefined;
@@ -4114,7 +4107,7 @@ declare const schemas: {
4114
4107
  readonly __kind: any;
4115
4108
  })[] | undefined;
4116
4109
  tasks?: ({
4117
- options?: _taqueria_protocol_Base.Flatten<{
4110
+ options?: import("@taqueria/protocol/Base").Flatten<{
4118
4111
  boolean?: boolean | undefined;
4119
4112
  type?: "string" | "number" | "boolean" | undefined;
4120
4113
  shortFlag?: (string & {
@@ -4161,7 +4154,7 @@ declare const schemas: {
4161
4154
  readonly __kind: any;
4162
4155
  })[] | undefined;
4163
4156
  templates?: ({
4164
- options?: _taqueria_protocol_Base.Flatten<{
4157
+ options?: import("@taqueria/protocol/Base").Flatten<{
4165
4158
  boolean?: boolean | undefined;
4166
4159
  type?: "string" | "number" | "boolean" | undefined;
4167
4160
  shortFlag?: (string & {
@@ -4222,8 +4215,7 @@ declare const schemas: {
4222
4215
  } & {
4223
4216
  readonly __kind: any;
4224
4217
  }) | ({
4225
- description?: string | undefined;
4226
- options?: _taqueria_protocol_Base.Flatten<{
4218
+ options?: import("@taqueria/protocol/Base").Flatten<{
4227
4219
  boolean?: boolean | undefined;
4228
4220
  type?: "string" | "number" | "boolean" | undefined;
4229
4221
  shortFlag?: (string & {
@@ -4239,6 +4231,7 @@ declare const schemas: {
4239
4231
  } & {
4240
4232
  readonly __kind: any;
4241
4233
  }>[] | undefined;
4234
+ description?: string | undefined;
4242
4235
  positionals?: ({
4243
4236
  type?: "string" | "number" | "boolean" | undefined;
4244
4237
  defaultValue?: string | number | boolean | undefined;
@@ -4265,7 +4258,7 @@ declare const schemas: {
4265
4258
  } & {
4266
4259
  readonly __kind: any;
4267
4260
  }) | ({
4268
- options?: _taqueria_protocol_Base.Flatten<{
4261
+ options?: import("@taqueria/protocol/Base").Flatten<{
4269
4262
  boolean?: boolean | undefined;
4270
4263
  type?: "string" | "number" | "boolean" | undefined;
4271
4264
  shortFlag?: (string & {
@@ -4318,7 +4311,7 @@ declare const schemas: {
4318
4311
  } & {
4319
4312
  readonly __kind: any;
4320
4313
  }) | ({
4321
- options?: _taqueria_protocol_Base.Flatten<{
4314
+ options?: import("@taqueria/protocol/Base").Flatten<{
4322
4315
  boolean?: boolean | undefined;
4323
4316
  type?: "string" | "number" | "boolean" | undefined;
4324
4317
  shortFlag?: (string & {
@@ -4367,13 +4360,13 @@ declare const schemas: {
4367
4360
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
4368
4361
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
4369
4362
  };
4370
- declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => FutureInstance<TaqError, Record<string, ({
4363
+ export declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => Future<TaqError, Record<string, ({
4371
4364
  type: "npm" | "binary" | "deno";
4372
4365
  name: string;
4373
4366
  } & {
4374
4367
  readonly __kind: any;
4375
4368
  }) | ({
4376
- options?: _taqueria_protocol_Base.Flatten<{
4369
+ options?: import("@taqueria/protocol/Base").Flatten<{
4377
4370
  boolean?: boolean | undefined;
4378
4371
  type?: "string" | "number" | "boolean" | undefined;
4379
4372
  shortFlag?: (string & {
@@ -4419,14 +4412,13 @@ declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[],
4419
4412
  } & {
4420
4413
  readonly __kind: any;
4421
4414
  })>>;
4422
- declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => FutureInstance<TaqError, Record<string, ({
4415
+ export declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => Future<TaqError, Record<string, ({
4423
4416
  type: "npm" | "binary" | "deno";
4424
4417
  name: string;
4425
4418
  } & {
4426
4419
  readonly __kind: any;
4427
4420
  }) | ({
4428
- description?: string | undefined;
4429
- options?: _taqueria_protocol_Base.Flatten<{
4421
+ options?: import("@taqueria/protocol/Base").Flatten<{
4430
4422
  boolean?: boolean | undefined;
4431
4423
  type?: "string" | "number" | "boolean" | undefined;
4432
4424
  shortFlag?: (string & {
@@ -4442,6 +4434,7 @@ declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.
4442
4434
  } & {
4443
4435
  readonly __kind: any;
4444
4436
  }>[] | undefined;
4437
+ description?: string | undefined;
4445
4438
  positionals?: ({
4446
4439
  type?: "string" | "number" | "boolean" | undefined;
4447
4440
  defaultValue?: string | number | boolean | undefined;
@@ -4462,13 +4455,13 @@ declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.
4462
4455
  } & {
4463
4456
  readonly __kind: any;
4464
4457
  })>>;
4465
- declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => FutureInstance<TaqError, Record<string, ({
4458
+ export declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => Future<TaqError, Record<string, ({
4466
4459
  type: "npm" | "binary" | "deno";
4467
4460
  name: string;
4468
4461
  } & {
4469
4462
  readonly __kind: any;
4470
4463
  }) | ({
4471
- options?: _taqueria_protocol_Base.Flatten<{
4464
+ options?: import("@taqueria/protocol/Base").Flatten<{
4472
4465
  boolean?: boolean | undefined;
4473
4466
  type?: "string" | "number" | "boolean" | undefined;
4474
4467
  shortFlag?: (string & {
@@ -4510,8 +4503,8 @@ declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t
4510
4503
  } & {
4511
4504
  readonly __kind: any;
4512
4505
  })>>;
4513
- declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
4514
- options?: _taqueria_protocol_Base.Flatten<{
4506
+ export declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
4507
+ options?: import("@taqueria/protocol/Base").Flatten<{
4515
4508
  boolean?: boolean | undefined;
4516
4509
  type?: "string" | "number" | "boolean" | undefined;
4517
4510
  shortFlag?: (string & {
@@ -4557,5 +4550,5 @@ declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
4557
4550
  } & {
4558
4551
  readonly __kind: any;
4559
4552
  })[];
4560
-
4561
- export { EphemeralState, OpToPluginMap, TaskToPluginMap, TemplateToPluginMap, create, factory, generatedSchemas, getTasks, make, mapOperationsToPlugins, mapTasksToPlugins, mapTemplatesToPlugins, of, schemas, t };
4553
+ export {};
4554
+ //# sourceMappingURL=EphemeralState.d.ts.map