@taqueria/protocol 0.18.0 → 0.19.2
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.
- package/Alias.d.ts +10 -16
- package/Alias.d.ts.map +1 -0
- package/Base.d.ts +7 -9
- package/Base.d.ts.map +1 -0
- package/Command.d.ts +9 -15
- package/Command.d.ts.map +1 -0
- package/Config.d.ts +16 -23
- package/Config.d.ts.map +1 -0
- package/Contract.d.ts +10 -16
- package/Contract.d.ts.map +1 -0
- package/Crypto.d.ts +2 -3
- package/Crypto.d.ts.map +1 -0
- package/EconomicalProtocolHash.d.ts +12 -19
- package/EconomicalProtocolHash.d.ts.map +1 -0
- package/Environment.d.ts +14 -22
- package/Environment.d.ts.map +1 -0
- package/EphemeralState.d.ts +161 -166
- package/EphemeralState.d.ts.map +1 -0
- package/Faucet.d.ts +13 -20
- package/Faucet.d.ts.map +1 -0
- package/HumanReadableIdentifier.d.ts +9 -15
- package/HumanReadableIdentifier.d.ts.map +1 -0
- package/InstalledPlugin.d.ts +13 -20
- package/InstalledPlugin.d.ts.map +1 -0
- package/LoadedConfig.d.ts +15 -22
- package/LoadedConfig.d.ts.map +1 -0
- package/MetadataConfig.d.ts +13 -20
- package/MetadataConfig.d.ts.map +1 -0
- package/NetworkConfig.d.ts +13 -20
- package/NetworkConfig.d.ts.map +1 -0
- package/Operation.d.ts +35 -41
- package/Operation.d.ts.map +1 -0
- package/Option.d.ts +14 -21
- package/Option.d.ts.map +1 -0
- package/ParsedOperation.d.ts +49 -57
- package/ParsedOperation.d.ts.map +1 -0
- package/ParsedTemplate.d.ts +35 -43
- package/ParsedTemplate.d.ts.map +1 -0
- package/PersistentState.d.ts +18 -24
- package/PersistentState.d.ts.map +1 -0
- package/PluginActionName.d.ts +6 -7
- package/PluginActionName.d.ts.map +1 -0
- package/PluginDependenciesResponse.d.ts +14 -20
- package/PluginDependenciesResponse.d.ts.map +1 -0
- package/PluginInfo.d.ts +38 -45
- package/PluginInfo.d.ts.map +1 -0
- package/PluginJsonResponse.d.ts +11 -16
- package/PluginJsonResponse.d.ts.map +1 -0
- package/PluginProxyResponse.d.ts +9 -16
- package/PluginProxyResponse.d.ts.map +1 -0
- package/PluginResponseEncoding.d.ts +11 -18
- package/PluginResponseEncoding.d.ts.map +1 -0
- package/PluginSchema.d.ts +223 -231
- package/PluginSchema.d.ts.map +1 -0
- package/PositionalArg.d.ts +13 -20
- package/PositionalArg.d.ts.map +1 -0
- package/Provisioner.d.ts +16 -23
- package/Provisioner.d.ts.map +1 -0
- package/ProvisionerID.d.ts +12 -19
- package/ProvisionerID.d.ts.map +1 -0
- package/Provisions.d.ts +12 -19
- package/Provisions.d.ts.map +1 -0
- package/PublicKeyHash.d.ts +13 -20
- package/PublicKeyHash.d.ts.map +1 -0
- package/RequestArgs.d.ts +165 -174
- package/RequestArgs.d.ts.map +1 -0
- package/SHA256.d.ts +11 -15
- package/SHA256.d.ts.map +1 -0
- package/SandboxAccountConfig.d.ts +13 -20
- package/SandboxAccountConfig.d.ts.map +1 -0
- package/SandboxConfig.d.ts +13 -20
- package/SandboxConfig.d.ts.map +1 -0
- package/SanitizedAbsPath.d.ts +12 -19
- package/SanitizedAbsPath.d.ts.map +1 -0
- package/SanitizedArgs.d.ts +76 -83
- package/SanitizedArgs.d.ts.map +1 -0
- package/SanitizedPath.d.ts +9 -15
- package/SanitizedPath.d.ts.map +1 -0
- package/ScaffoldConfig.d.ts +3 -4
- package/ScaffoldConfig.d.ts.map +1 -0
- package/Settings.d.ts +13 -20
- package/Settings.d.ts.map +1 -0
- package/SingleChar.d.ts +12 -19
- package/SingleChar.d.ts.map +1 -0
- package/TaqError.d.ts +10 -13
- package/TaqError.d.ts.map +1 -0
- package/Task.d.ts +13 -20
- package/Task.d.ts.map +1 -0
- package/Template.d.ts +55 -63
- package/Template.d.ts.map +1 -0
- package/Timestamp.d.ts +13 -20
- package/Timestamp.d.ts.map +1 -0
- package/Tz.d.ts +11 -18
- package/Tz.d.ts.map +1 -0
- package/Url.d.ts +13 -20
- package/Url.d.ts.map +1 -0
- package/Verb.d.ts +12 -19
- package/Verb.d.ts.map +1 -0
- package/VersionNumber.d.ts +9 -15
- package/VersionNumber.d.ts.map +1 -0
- package/i18n.d.ts +4 -4
- package/i18n.d.ts.map +1 -0
- package/package.json +3 -3
- package/taqueria-protocol-types.d.ts +37 -72
- package/taqueria-protocol-types.d.ts.map +1 -0
- package/tzkt-config.d.ts +13 -20
- package/tzkt-config.d.ts.map +1 -0
package/EphemeralState.d.ts
CHANGED
|
@@ -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?:
|
|
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?:
|
|
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
|
-
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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: (
|
|
294
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
297
295
|
operations?: ({
|
|
298
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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: (
|
|
586
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
590
587
|
operations?: ({
|
|
591
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
}) =>
|
|
877
|
-
plugins: (
|
|
873
|
+
}) => Future<TaqError, {
|
|
874
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
878
875
|
operations?: ({
|
|
879
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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) =>
|
|
1168
|
-
plugins: (
|
|
1164
|
+
of: (input: unknown) => Future<TaqError, {
|
|
1165
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
1169
1166
|
operations?: ({
|
|
1170
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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: (
|
|
1456
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
1460
1457
|
operations?: ({
|
|
1461
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
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: (
|
|
1744
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
1748
1745
|
operations?: ({
|
|
1749
|
-
|
|
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?:
|
|
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?:
|
|
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
|
-
|
|
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?:
|
|
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?:
|
|
1988
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1992
1989
|
boolean?: boolean | undefined;
|
|
1993
1990
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1994
1991
|
shortFlag?: (string & {
|
|
@@ -2037,10 +2034,9 @@ declare const factory: {
|
|
|
2037
2034
|
* Private functions
|
|
2038
2035
|
*/
|
|
2039
2036
|
from: (input: unknown) => {
|
|
2040
|
-
plugins: (
|
|
2037
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
2041
2038
|
operations?: ({
|
|
2042
|
-
|
|
2043
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2039
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2044
2040
|
boolean?: boolean | undefined;
|
|
2045
2041
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2046
2042
|
shortFlag?: (string & {
|
|
@@ -2056,6 +2052,7 @@ declare const factory: {
|
|
|
2056
2052
|
} & {
|
|
2057
2053
|
readonly __kind: any;
|
|
2058
2054
|
}>[] | undefined;
|
|
2055
|
+
description?: string | undefined;
|
|
2059
2056
|
positionals?: ({
|
|
2060
2057
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2061
2058
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2077,7 +2074,7 @@ declare const factory: {
|
|
|
2077
2074
|
readonly __kind: any;
|
|
2078
2075
|
})[] | undefined;
|
|
2079
2076
|
tasks?: ({
|
|
2080
|
-
options?:
|
|
2077
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2081
2078
|
boolean?: boolean | undefined;
|
|
2082
2079
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2083
2080
|
shortFlag?: (string & {
|
|
@@ -2124,7 +2121,7 @@ declare const factory: {
|
|
|
2124
2121
|
readonly __kind: any;
|
|
2125
2122
|
})[] | undefined;
|
|
2126
2123
|
templates?: ({
|
|
2127
|
-
options?:
|
|
2124
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2128
2125
|
boolean?: boolean | undefined;
|
|
2129
2126
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2130
2127
|
shortFlag?: (string & {
|
|
@@ -2185,8 +2182,7 @@ declare const factory: {
|
|
|
2185
2182
|
} & {
|
|
2186
2183
|
readonly __kind: any;
|
|
2187
2184
|
}) | ({
|
|
2188
|
-
|
|
2189
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2185
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2190
2186
|
boolean?: boolean | undefined;
|
|
2191
2187
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2192
2188
|
shortFlag?: (string & {
|
|
@@ -2202,6 +2198,7 @@ declare const factory: {
|
|
|
2202
2198
|
} & {
|
|
2203
2199
|
readonly __kind: any;
|
|
2204
2200
|
}>[] | undefined;
|
|
2201
|
+
description?: string | undefined;
|
|
2205
2202
|
positionals?: ({
|
|
2206
2203
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2207
2204
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2228,7 +2225,7 @@ declare const factory: {
|
|
|
2228
2225
|
} & {
|
|
2229
2226
|
readonly __kind: any;
|
|
2230
2227
|
}) | ({
|
|
2231
|
-
options?:
|
|
2228
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2232
2229
|
boolean?: boolean | undefined;
|
|
2233
2230
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2234
2231
|
shortFlag?: (string & {
|
|
@@ -2281,7 +2278,7 @@ declare const factory: {
|
|
|
2281
2278
|
} & {
|
|
2282
2279
|
readonly __kind: any;
|
|
2283
2280
|
}) | ({
|
|
2284
|
-
options?:
|
|
2281
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2285
2282
|
boolean?: boolean | undefined;
|
|
2286
2283
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2287
2284
|
shortFlag?: (string & {
|
|
@@ -2328,16 +2325,15 @@ declare const factory: {
|
|
|
2328
2325
|
readonly __kind: any;
|
|
2329
2326
|
};
|
|
2330
2327
|
};
|
|
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: (
|
|
2328
|
+
export declare type EphemeralState = z.infer<typeof generatedSchemas.schema>;
|
|
2329
|
+
export declare type t = EphemeralState;
|
|
2330
|
+
export declare type TaskToPluginMap = z.infer<typeof taskToPluginMap>;
|
|
2331
|
+
export declare type OpToPluginMap = z.infer<typeof operationToPluginMap>;
|
|
2332
|
+
export declare type TemplateToPluginMap = z.infer<typeof templateToPluginMap>;
|
|
2333
|
+
export declare const create: (input: {
|
|
2334
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
2338
2335
|
operations?: ({
|
|
2339
|
-
|
|
2340
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2336
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2341
2337
|
boolean?: boolean | undefined;
|
|
2342
2338
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2343
2339
|
shortFlag?: (string & {
|
|
@@ -2353,6 +2349,7 @@ declare const create: (input: {
|
|
|
2353
2349
|
} & {
|
|
2354
2350
|
readonly __kind: any;
|
|
2355
2351
|
}>[] | undefined;
|
|
2352
|
+
description?: string | undefined;
|
|
2356
2353
|
positionals?: ({
|
|
2357
2354
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2358
2355
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2374,7 +2371,7 @@ declare const create: (input: {
|
|
|
2374
2371
|
readonly __kind: any;
|
|
2375
2372
|
})[] | undefined;
|
|
2376
2373
|
tasks?: ({
|
|
2377
|
-
options?:
|
|
2374
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2378
2375
|
boolean?: boolean | undefined;
|
|
2379
2376
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2380
2377
|
shortFlag?: (string & {
|
|
@@ -2421,7 +2418,7 @@ declare const create: (input: {
|
|
|
2421
2418
|
readonly __kind: any;
|
|
2422
2419
|
})[] | undefined;
|
|
2423
2420
|
templates?: ({
|
|
2424
|
-
options?:
|
|
2421
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2425
2422
|
boolean?: boolean | undefined;
|
|
2426
2423
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2427
2424
|
shortFlag?: (string & {
|
|
@@ -2482,8 +2479,7 @@ declare const create: (input: {
|
|
|
2482
2479
|
} & {
|
|
2483
2480
|
readonly __kind: any;
|
|
2484
2481
|
}) | ({
|
|
2485
|
-
|
|
2486
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2482
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2487
2483
|
boolean?: boolean | undefined;
|
|
2488
2484
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2489
2485
|
shortFlag?: (string & {
|
|
@@ -2499,6 +2495,7 @@ declare const create: (input: {
|
|
|
2499
2495
|
} & {
|
|
2500
2496
|
readonly __kind: any;
|
|
2501
2497
|
}>[] | undefined;
|
|
2498
|
+
description?: string | undefined;
|
|
2502
2499
|
positionals?: ({
|
|
2503
2500
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2504
2501
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2525,7 +2522,7 @@ declare const create: (input: {
|
|
|
2525
2522
|
} & {
|
|
2526
2523
|
readonly __kind: any;
|
|
2527
2524
|
}) | ({
|
|
2528
|
-
options?:
|
|
2525
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2529
2526
|
boolean?: boolean | undefined;
|
|
2530
2527
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2531
2528
|
shortFlag?: (string & {
|
|
@@ -2578,7 +2575,7 @@ declare const create: (input: {
|
|
|
2578
2575
|
} & {
|
|
2579
2576
|
readonly __kind: any;
|
|
2580
2577
|
}) | ({
|
|
2581
|
-
options?:
|
|
2578
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2582
2579
|
boolean?: boolean | undefined;
|
|
2583
2580
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2584
2581
|
shortFlag?: (string & {
|
|
@@ -2622,10 +2619,9 @@ declare const create: (input: {
|
|
|
2622
2619
|
})>;
|
|
2623
2620
|
configHash: string;
|
|
2624
2621
|
}) => {
|
|
2625
|
-
plugins: (
|
|
2622
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
2626
2623
|
operations?: ({
|
|
2627
|
-
|
|
2628
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2624
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2629
2625
|
boolean?: boolean | undefined;
|
|
2630
2626
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2631
2627
|
shortFlag?: (string & {
|
|
@@ -2641,6 +2637,7 @@ declare const create: (input: {
|
|
|
2641
2637
|
} & {
|
|
2642
2638
|
readonly __kind: any;
|
|
2643
2639
|
}>[] | undefined;
|
|
2640
|
+
description?: string | undefined;
|
|
2644
2641
|
positionals?: ({
|
|
2645
2642
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2646
2643
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2662,7 +2659,7 @@ declare const create: (input: {
|
|
|
2662
2659
|
readonly __kind: any;
|
|
2663
2660
|
})[] | undefined;
|
|
2664
2661
|
tasks?: ({
|
|
2665
|
-
options?:
|
|
2662
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2666
2663
|
boolean?: boolean | undefined;
|
|
2667
2664
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2668
2665
|
shortFlag?: (string & {
|
|
@@ -2709,7 +2706,7 @@ declare const create: (input: {
|
|
|
2709
2706
|
readonly __kind: any;
|
|
2710
2707
|
})[] | undefined;
|
|
2711
2708
|
templates?: ({
|
|
2712
|
-
options?:
|
|
2709
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2713
2710
|
boolean?: boolean | undefined;
|
|
2714
2711
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2715
2712
|
shortFlag?: (string & {
|
|
@@ -2770,8 +2767,7 @@ declare const create: (input: {
|
|
|
2770
2767
|
} & {
|
|
2771
2768
|
readonly __kind: any;
|
|
2772
2769
|
}) | ({
|
|
2773
|
-
|
|
2774
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2770
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2775
2771
|
boolean?: boolean | undefined;
|
|
2776
2772
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2777
2773
|
shortFlag?: (string & {
|
|
@@ -2787,6 +2783,7 @@ declare const create: (input: {
|
|
|
2787
2783
|
} & {
|
|
2788
2784
|
readonly __kind: any;
|
|
2789
2785
|
}>[] | undefined;
|
|
2786
|
+
description?: string | undefined;
|
|
2790
2787
|
positionals?: ({
|
|
2791
2788
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2792
2789
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2813,7 +2810,7 @@ declare const create: (input: {
|
|
|
2813
2810
|
} & {
|
|
2814
2811
|
readonly __kind: any;
|
|
2815
2812
|
}) | ({
|
|
2816
|
-
options?:
|
|
2813
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2817
2814
|
boolean?: boolean | undefined;
|
|
2818
2815
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2819
2816
|
shortFlag?: (string & {
|
|
@@ -2866,7 +2863,7 @@ declare const create: (input: {
|
|
|
2866
2863
|
} & {
|
|
2867
2864
|
readonly __kind: any;
|
|
2868
2865
|
}) | ({
|
|
2869
|
-
options?:
|
|
2866
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2870
2867
|
boolean?: boolean | undefined;
|
|
2871
2868
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2872
2869
|
shortFlag?: (string & {
|
|
@@ -2911,12 +2908,10 @@ declare const create: (input: {
|
|
|
2911
2908
|
configHash: string;
|
|
2912
2909
|
} & {
|
|
2913
2910
|
readonly __kind: any;
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
|
-
plugins: (_taqueria_protocol_Base.Flatten<{
|
|
2911
|
+
}, of: (input: unknown) => Future<TaqError, {
|
|
2912
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
2917
2913
|
operations?: ({
|
|
2918
|
-
|
|
2919
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
2914
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2920
2915
|
boolean?: boolean | undefined;
|
|
2921
2916
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2922
2917
|
shortFlag?: (string & {
|
|
@@ -2932,6 +2927,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
2932
2927
|
} & {
|
|
2933
2928
|
readonly __kind: any;
|
|
2934
2929
|
}>[] | undefined;
|
|
2930
|
+
description?: string | undefined;
|
|
2935
2931
|
positionals?: ({
|
|
2936
2932
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2937
2933
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -2953,7 +2949,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
2953
2949
|
readonly __kind: any;
|
|
2954
2950
|
})[] | undefined;
|
|
2955
2951
|
tasks?: ({
|
|
2956
|
-
options?:
|
|
2952
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
2957
2953
|
boolean?: boolean | undefined;
|
|
2958
2954
|
type?: "string" | "number" | "boolean" | undefined;
|
|
2959
2955
|
shortFlag?: (string & {
|
|
@@ -3000,7 +2996,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
3000
2996
|
readonly __kind: any;
|
|
3001
2997
|
})[] | undefined;
|
|
3002
2998
|
templates?: ({
|
|
3003
|
-
options?:
|
|
2999
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3004
3000
|
boolean?: boolean | undefined;
|
|
3005
3001
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3006
3002
|
shortFlag?: (string & {
|
|
@@ -3061,8 +3057,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
3061
3057
|
} & {
|
|
3062
3058
|
readonly __kind: any;
|
|
3063
3059
|
}) | ({
|
|
3064
|
-
|
|
3065
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3060
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3066
3061
|
boolean?: boolean | undefined;
|
|
3067
3062
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3068
3063
|
shortFlag?: (string & {
|
|
@@ -3078,6 +3073,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
3078
3073
|
} & {
|
|
3079
3074
|
readonly __kind: any;
|
|
3080
3075
|
}>[] | undefined;
|
|
3076
|
+
description?: string | undefined;
|
|
3081
3077
|
positionals?: ({
|
|
3082
3078
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3083
3079
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3104,7 +3100,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
3104
3100
|
} & {
|
|
3105
3101
|
readonly __kind: any;
|
|
3106
3102
|
}) | ({
|
|
3107
|
-
options?:
|
|
3103
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3108
3104
|
boolean?: boolean | undefined;
|
|
3109
3105
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3110
3106
|
shortFlag?: (string & {
|
|
@@ -3157,7 +3153,7 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
3157
3153
|
} & {
|
|
3158
3154
|
readonly __kind: any;
|
|
3159
3155
|
}) | ({
|
|
3160
|
-
options?:
|
|
3156
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3161
3157
|
boolean?: boolean | undefined;
|
|
3162
3158
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3163
3159
|
shortFlag?: (string & {
|
|
@@ -3202,12 +3198,10 @@ declare const of: (input: unknown) => FutureInstance<TaqError, {
|
|
|
3202
3198
|
configHash: string;
|
|
3203
3199
|
} & {
|
|
3204
3200
|
readonly __kind: any;
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
plugins: (_taqueria_protocol_Base.Flatten<{
|
|
3201
|
+
}>, make: (input: {
|
|
3202
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
3208
3203
|
operations?: ({
|
|
3209
|
-
|
|
3210
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3204
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3211
3205
|
boolean?: boolean | undefined;
|
|
3212
3206
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3213
3207
|
shortFlag?: (string & {
|
|
@@ -3223,6 +3217,7 @@ declare const make: (input: {
|
|
|
3223
3217
|
} & {
|
|
3224
3218
|
readonly __kind: any;
|
|
3225
3219
|
}>[] | undefined;
|
|
3220
|
+
description?: string | undefined;
|
|
3226
3221
|
positionals?: ({
|
|
3227
3222
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3228
3223
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3244,7 +3239,7 @@ declare const make: (input: {
|
|
|
3244
3239
|
readonly __kind: any;
|
|
3245
3240
|
})[] | undefined;
|
|
3246
3241
|
tasks?: ({
|
|
3247
|
-
options?:
|
|
3242
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3248
3243
|
boolean?: boolean | undefined;
|
|
3249
3244
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3250
3245
|
shortFlag?: (string & {
|
|
@@ -3291,7 +3286,7 @@ declare const make: (input: {
|
|
|
3291
3286
|
readonly __kind: any;
|
|
3292
3287
|
})[] | undefined;
|
|
3293
3288
|
templates?: ({
|
|
3294
|
-
options?:
|
|
3289
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3295
3290
|
boolean?: boolean | undefined;
|
|
3296
3291
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3297
3292
|
shortFlag?: (string & {
|
|
@@ -3352,8 +3347,7 @@ declare const make: (input: {
|
|
|
3352
3347
|
} & {
|
|
3353
3348
|
readonly __kind: any;
|
|
3354
3349
|
}) | ({
|
|
3355
|
-
|
|
3356
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3350
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3357
3351
|
boolean?: boolean | undefined;
|
|
3358
3352
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3359
3353
|
shortFlag?: (string & {
|
|
@@ -3369,6 +3363,7 @@ declare const make: (input: {
|
|
|
3369
3363
|
} & {
|
|
3370
3364
|
readonly __kind: any;
|
|
3371
3365
|
}>[] | undefined;
|
|
3366
|
+
description?: string | undefined;
|
|
3372
3367
|
positionals?: ({
|
|
3373
3368
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3374
3369
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3395,7 +3390,7 @@ declare const make: (input: {
|
|
|
3395
3390
|
} & {
|
|
3396
3391
|
readonly __kind: any;
|
|
3397
3392
|
}) | ({
|
|
3398
|
-
options?:
|
|
3393
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3399
3394
|
boolean?: boolean | undefined;
|
|
3400
3395
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3401
3396
|
shortFlag?: (string & {
|
|
@@ -3448,7 +3443,7 @@ declare const make: (input: {
|
|
|
3448
3443
|
} & {
|
|
3449
3444
|
readonly __kind: any;
|
|
3450
3445
|
}) | ({
|
|
3451
|
-
options?:
|
|
3446
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3452
3447
|
boolean?: boolean | undefined;
|
|
3453
3448
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3454
3449
|
shortFlag?: (string & {
|
|
@@ -3491,11 +3486,10 @@ declare const make: (input: {
|
|
|
3491
3486
|
readonly __kind: any;
|
|
3492
3487
|
})>;
|
|
3493
3488
|
configHash: string;
|
|
3494
|
-
}) =>
|
|
3495
|
-
plugins: (
|
|
3489
|
+
}) => Future<TaqError, {
|
|
3490
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
3496
3491
|
operations?: ({
|
|
3497
|
-
|
|
3498
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3492
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3499
3493
|
boolean?: boolean | undefined;
|
|
3500
3494
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3501
3495
|
shortFlag?: (string & {
|
|
@@ -3511,6 +3505,7 @@ declare const make: (input: {
|
|
|
3511
3505
|
} & {
|
|
3512
3506
|
readonly __kind: any;
|
|
3513
3507
|
}>[] | undefined;
|
|
3508
|
+
description?: string | undefined;
|
|
3514
3509
|
positionals?: ({
|
|
3515
3510
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3516
3511
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3532,7 +3527,7 @@ declare const make: (input: {
|
|
|
3532
3527
|
readonly __kind: any;
|
|
3533
3528
|
})[] | undefined;
|
|
3534
3529
|
tasks?: ({
|
|
3535
|
-
options?:
|
|
3530
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3536
3531
|
boolean?: boolean | undefined;
|
|
3537
3532
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3538
3533
|
shortFlag?: (string & {
|
|
@@ -3579,7 +3574,7 @@ declare const make: (input: {
|
|
|
3579
3574
|
readonly __kind: any;
|
|
3580
3575
|
})[] | undefined;
|
|
3581
3576
|
templates?: ({
|
|
3582
|
-
options?:
|
|
3577
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3583
3578
|
boolean?: boolean | undefined;
|
|
3584
3579
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3585
3580
|
shortFlag?: (string & {
|
|
@@ -3640,8 +3635,7 @@ declare const make: (input: {
|
|
|
3640
3635
|
} & {
|
|
3641
3636
|
readonly __kind: any;
|
|
3642
3637
|
}) | ({
|
|
3643
|
-
|
|
3644
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3638
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3645
3639
|
boolean?: boolean | undefined;
|
|
3646
3640
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3647
3641
|
shortFlag?: (string & {
|
|
@@ -3657,6 +3651,7 @@ declare const make: (input: {
|
|
|
3657
3651
|
} & {
|
|
3658
3652
|
readonly __kind: any;
|
|
3659
3653
|
}>[] | undefined;
|
|
3654
|
+
description?: string | undefined;
|
|
3660
3655
|
positionals?: ({
|
|
3661
3656
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3662
3657
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3683,7 +3678,7 @@ declare const make: (input: {
|
|
|
3683
3678
|
} & {
|
|
3684
3679
|
readonly __kind: any;
|
|
3685
3680
|
}) | ({
|
|
3686
|
-
options?:
|
|
3681
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3687
3682
|
boolean?: boolean | undefined;
|
|
3688
3683
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3689
3684
|
shortFlag?: (string & {
|
|
@@ -3736,7 +3731,7 @@ declare const make: (input: {
|
|
|
3736
3731
|
} & {
|
|
3737
3732
|
readonly __kind: any;
|
|
3738
3733
|
}) | ({
|
|
3739
|
-
options?:
|
|
3734
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3740
3735
|
boolean?: boolean | undefined;
|
|
3741
3736
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3742
3737
|
shortFlag?: (string & {
|
|
@@ -3782,12 +3777,11 @@ declare const make: (input: {
|
|
|
3782
3777
|
} & {
|
|
3783
3778
|
readonly __kind: any;
|
|
3784
3779
|
}>;
|
|
3785
|
-
declare const schemas: {
|
|
3780
|
+
export declare const schemas: {
|
|
3786
3781
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
3787
|
-
plugins: (
|
|
3782
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
3788
3783
|
operations?: ({
|
|
3789
|
-
|
|
3790
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3784
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3791
3785
|
boolean?: boolean | undefined;
|
|
3792
3786
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3793
3787
|
shortFlag?: (string & {
|
|
@@ -3803,6 +3797,7 @@ declare const schemas: {
|
|
|
3803
3797
|
} & {
|
|
3804
3798
|
readonly __kind: any;
|
|
3805
3799
|
}>[] | undefined;
|
|
3800
|
+
description?: string | undefined;
|
|
3806
3801
|
positionals?: ({
|
|
3807
3802
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3808
3803
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3824,7 +3819,7 @@ declare const schemas: {
|
|
|
3824
3819
|
readonly __kind: any;
|
|
3825
3820
|
})[] | undefined;
|
|
3826
3821
|
tasks?: ({
|
|
3827
|
-
options?:
|
|
3822
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3828
3823
|
boolean?: boolean | undefined;
|
|
3829
3824
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3830
3825
|
shortFlag?: (string & {
|
|
@@ -3871,7 +3866,7 @@ declare const schemas: {
|
|
|
3871
3866
|
readonly __kind: any;
|
|
3872
3867
|
})[] | undefined;
|
|
3873
3868
|
templates?: ({
|
|
3874
|
-
options?:
|
|
3869
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3875
3870
|
boolean?: boolean | undefined;
|
|
3876
3871
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3877
3872
|
shortFlag?: (string & {
|
|
@@ -3932,8 +3927,7 @@ declare const schemas: {
|
|
|
3932
3927
|
} & {
|
|
3933
3928
|
readonly __kind: any;
|
|
3934
3929
|
}) | ({
|
|
3935
|
-
|
|
3936
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
3930
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3937
3931
|
boolean?: boolean | undefined;
|
|
3938
3932
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3939
3933
|
shortFlag?: (string & {
|
|
@@ -3949,6 +3943,7 @@ declare const schemas: {
|
|
|
3949
3943
|
} & {
|
|
3950
3944
|
readonly __kind: any;
|
|
3951
3945
|
}>[] | undefined;
|
|
3946
|
+
description?: string | undefined;
|
|
3952
3947
|
positionals?: ({
|
|
3953
3948
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3954
3949
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -3975,7 +3970,7 @@ declare const schemas: {
|
|
|
3975
3970
|
} & {
|
|
3976
3971
|
readonly __kind: any;
|
|
3977
3972
|
}) | ({
|
|
3978
|
-
options?:
|
|
3973
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
3979
3974
|
boolean?: boolean | undefined;
|
|
3980
3975
|
type?: "string" | "number" | "boolean" | undefined;
|
|
3981
3976
|
shortFlag?: (string & {
|
|
@@ -4028,7 +4023,7 @@ declare const schemas: {
|
|
|
4028
4023
|
} & {
|
|
4029
4024
|
readonly __kind: any;
|
|
4030
4025
|
}) | ({
|
|
4031
|
-
options?:
|
|
4026
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4032
4027
|
boolean?: boolean | undefined;
|
|
4033
4028
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4034
4029
|
shortFlag?: (string & {
|
|
@@ -4074,10 +4069,9 @@ declare const schemas: {
|
|
|
4074
4069
|
} & {
|
|
4075
4070
|
readonly __kind: any;
|
|
4076
4071
|
}, any>, {
|
|
4077
|
-
plugins: (
|
|
4072
|
+
plugins: (import("@taqueria/protocol/Base").Flatten<{
|
|
4078
4073
|
operations?: ({
|
|
4079
|
-
|
|
4080
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
4074
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4081
4075
|
boolean?: boolean | undefined;
|
|
4082
4076
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4083
4077
|
shortFlag?: (string & {
|
|
@@ -4093,6 +4087,7 @@ declare const schemas: {
|
|
|
4093
4087
|
} & {
|
|
4094
4088
|
readonly __kind: any;
|
|
4095
4089
|
}>[] | undefined;
|
|
4090
|
+
description?: string | undefined;
|
|
4096
4091
|
positionals?: ({
|
|
4097
4092
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4098
4093
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4114,7 +4109,7 @@ declare const schemas: {
|
|
|
4114
4109
|
readonly __kind: any;
|
|
4115
4110
|
})[] | undefined;
|
|
4116
4111
|
tasks?: ({
|
|
4117
|
-
options?:
|
|
4112
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4118
4113
|
boolean?: boolean | undefined;
|
|
4119
4114
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4120
4115
|
shortFlag?: (string & {
|
|
@@ -4161,7 +4156,7 @@ declare const schemas: {
|
|
|
4161
4156
|
readonly __kind: any;
|
|
4162
4157
|
})[] | undefined;
|
|
4163
4158
|
templates?: ({
|
|
4164
|
-
options?:
|
|
4159
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4165
4160
|
boolean?: boolean | undefined;
|
|
4166
4161
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4167
4162
|
shortFlag?: (string & {
|
|
@@ -4222,8 +4217,7 @@ declare const schemas: {
|
|
|
4222
4217
|
} & {
|
|
4223
4218
|
readonly __kind: any;
|
|
4224
4219
|
}) | ({
|
|
4225
|
-
|
|
4226
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
4220
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4227
4221
|
boolean?: boolean | undefined;
|
|
4228
4222
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4229
4223
|
shortFlag?: (string & {
|
|
@@ -4239,6 +4233,7 @@ declare const schemas: {
|
|
|
4239
4233
|
} & {
|
|
4240
4234
|
readonly __kind: any;
|
|
4241
4235
|
}>[] | undefined;
|
|
4236
|
+
description?: string | undefined;
|
|
4242
4237
|
positionals?: ({
|
|
4243
4238
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4244
4239
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4265,7 +4260,7 @@ declare const schemas: {
|
|
|
4265
4260
|
} & {
|
|
4266
4261
|
readonly __kind: any;
|
|
4267
4262
|
}) | ({
|
|
4268
|
-
options?:
|
|
4263
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4269
4264
|
boolean?: boolean | undefined;
|
|
4270
4265
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4271
4266
|
shortFlag?: (string & {
|
|
@@ -4318,7 +4313,7 @@ declare const schemas: {
|
|
|
4318
4313
|
} & {
|
|
4319
4314
|
readonly __kind: any;
|
|
4320
4315
|
}) | ({
|
|
4321
|
-
options?:
|
|
4316
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4322
4317
|
boolean?: boolean | undefined;
|
|
4323
4318
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4324
4319
|
shortFlag?: (string & {
|
|
@@ -4367,13 +4362,13 @@ declare const schemas: {
|
|
|
4367
4362
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
4368
4363
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
4369
4364
|
};
|
|
4370
|
-
declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) =>
|
|
4365
|
+
export declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => Future<TaqError, Record<string, ({
|
|
4371
4366
|
type: "npm" | "binary" | "deno";
|
|
4372
4367
|
name: string;
|
|
4373
4368
|
} & {
|
|
4374
4369
|
readonly __kind: any;
|
|
4375
4370
|
}) | ({
|
|
4376
|
-
options?:
|
|
4371
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4377
4372
|
boolean?: boolean | undefined;
|
|
4378
4373
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4379
4374
|
shortFlag?: (string & {
|
|
@@ -4419,14 +4414,13 @@ declare const mapTasksToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[],
|
|
|
4419
4414
|
} & {
|
|
4420
4415
|
readonly __kind: any;
|
|
4421
4416
|
})>>;
|
|
4422
|
-
declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) =>
|
|
4417
|
+
export declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => Future<TaqError, Record<string, ({
|
|
4423
4418
|
type: "npm" | "binary" | "deno";
|
|
4424
4419
|
name: string;
|
|
4425
4420
|
} & {
|
|
4426
4421
|
readonly __kind: any;
|
|
4427
4422
|
}) | ({
|
|
4428
|
-
|
|
4429
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
4423
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4430
4424
|
boolean?: boolean | undefined;
|
|
4431
4425
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4432
4426
|
shortFlag?: (string & {
|
|
@@ -4442,6 +4436,7 @@ declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.
|
|
|
4442
4436
|
} & {
|
|
4443
4437
|
readonly __kind: any;
|
|
4444
4438
|
}>[] | undefined;
|
|
4439
|
+
description?: string | undefined;
|
|
4445
4440
|
positionals?: ({
|
|
4446
4441
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4447
4442
|
defaultValue?: string | number | boolean | undefined;
|
|
@@ -4462,13 +4457,13 @@ declare const mapOperationsToPlugins: (config: Config.t, pluginInfo: PluginInfo.
|
|
|
4462
4457
|
} & {
|
|
4463
4458
|
readonly __kind: any;
|
|
4464
4459
|
})>>;
|
|
4465
|
-
declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) =>
|
|
4460
|
+
export declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t[], i18n: i18n) => Future<TaqError, Record<string, ({
|
|
4466
4461
|
type: "npm" | "binary" | "deno";
|
|
4467
4462
|
name: string;
|
|
4468
4463
|
} & {
|
|
4469
4464
|
readonly __kind: any;
|
|
4470
4465
|
}) | ({
|
|
4471
|
-
options?:
|
|
4466
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4472
4467
|
boolean?: boolean | undefined;
|
|
4473
4468
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4474
4469
|
shortFlag?: (string & {
|
|
@@ -4510,8 +4505,8 @@ declare const mapTemplatesToPlugins: (config: Config.t, pluginInfo: PluginInfo.t
|
|
|
4510
4505
|
} & {
|
|
4511
4506
|
readonly __kind: any;
|
|
4512
4507
|
})>>;
|
|
4513
|
-
declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
|
|
4514
|
-
options?:
|
|
4508
|
+
export declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
|
|
4509
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
4515
4510
|
boolean?: boolean | undefined;
|
|
4516
4511
|
type?: "string" | "number" | "boolean" | undefined;
|
|
4517
4512
|
shortFlag?: (string & {
|
|
@@ -4557,5 +4552,5 @@ declare const getTasks: (pluginInfo: PluginInfo.t[]) => ({
|
|
|
4557
4552
|
} & {
|
|
4558
4553
|
readonly __kind: any;
|
|
4559
4554
|
})[];
|
|
4560
|
-
|
|
4561
|
-
|
|
4555
|
+
export {};
|
|
4556
|
+
//# sourceMappingURL=EphemeralState.d.ts.map
|