@taqueria/protocol 0.22.2 → 0.23.0-rc.1
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/Operation.d.ts +4 -4
- package/ParsedOperation.d.ts +1 -1
- package/ParsedTemplate.d.ts +2 -2
- package/PluginSchema.d.ts +28 -28
- package/RequestArgs.d.ts +49 -49
- package/SanitizedArgs.d.ts +114 -114
- package/SanitizedArgs.d.ts.map +1 -1
- package/SanitizedArgs.js +1 -1
- package/SanitizedArgs.js.map +1 -1
- package/SanitizedArgs.mjs +1 -1
- package/SanitizedArgs.mjs.map +1 -1
- package/Template.d.ts +6 -6
- package/package.json +1 -1
package/Operation.d.ts
CHANGED
|
@@ -317,6 +317,7 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
317
317
|
build?: boolean | undefined;
|
|
318
318
|
help?: boolean | undefined;
|
|
319
319
|
yes?: boolean | undefined;
|
|
320
|
+
env?: string | undefined;
|
|
320
321
|
quickstart?: string | undefined;
|
|
321
322
|
pluginName?: string | undefined;
|
|
322
323
|
config: Flatten<{
|
|
@@ -431,7 +432,6 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
431
432
|
maxConcurrency: number;
|
|
432
433
|
disableState: boolean;
|
|
433
434
|
logPluginRequests: boolean;
|
|
434
|
-
env: string;
|
|
435
435
|
setBuild: string;
|
|
436
436
|
setVersion: string;
|
|
437
437
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -443,6 +443,7 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
443
443
|
build?: boolean | undefined;
|
|
444
444
|
help?: boolean | undefined;
|
|
445
445
|
yes?: boolean | undefined;
|
|
446
|
+
env?: string | undefined;
|
|
446
447
|
quickstart?: string | undefined;
|
|
447
448
|
pluginName?: string | undefined;
|
|
448
449
|
config: Flatten<{
|
|
@@ -557,7 +558,6 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
557
558
|
maxConcurrency: number;
|
|
558
559
|
disableState: boolean;
|
|
559
560
|
logPluginRequests: boolean;
|
|
560
|
-
env: string;
|
|
561
561
|
setBuild: string;
|
|
562
562
|
setVersion: string;
|
|
563
563
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -581,6 +581,7 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
581
581
|
build?: boolean | undefined;
|
|
582
582
|
help?: boolean | undefined;
|
|
583
583
|
yes?: boolean | undefined;
|
|
584
|
+
env?: string | undefined;
|
|
584
585
|
quickstart?: string | undefined;
|
|
585
586
|
pluginName?: string | undefined;
|
|
586
587
|
config: Flatten<{
|
|
@@ -695,7 +696,6 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
695
696
|
maxConcurrency: number;
|
|
696
697
|
disableState: boolean;
|
|
697
698
|
logPluginRequests: boolean;
|
|
698
|
-
env: string;
|
|
699
699
|
setBuild: string;
|
|
700
700
|
setVersion: string;
|
|
701
701
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -762,6 +762,7 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
762
762
|
build?: boolean | undefined;
|
|
763
763
|
help?: boolean | undefined;
|
|
764
764
|
yes?: boolean | undefined;
|
|
765
|
+
env?: string | undefined;
|
|
765
766
|
quickstart?: string | undefined;
|
|
766
767
|
pluginName?: string | undefined;
|
|
767
768
|
config: Flatten<{
|
|
@@ -876,7 +877,6 @@ export declare const internalSchema: z.ZodObject<{
|
|
|
876
877
|
maxConcurrency: number;
|
|
877
878
|
disableState: boolean;
|
|
878
879
|
logPluginRequests: boolean;
|
|
879
|
-
env: string;
|
|
880
880
|
setBuild: string;
|
|
881
881
|
setVersion: string;
|
|
882
882
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
package/ParsedOperation.d.ts
CHANGED
|
@@ -141,6 +141,7 @@ export declare const rawSchema: z.ZodObject<Omit<{
|
|
|
141
141
|
build?: boolean | undefined;
|
|
142
142
|
help?: boolean | undefined;
|
|
143
143
|
yes?: boolean | undefined;
|
|
144
|
+
env?: string | undefined;
|
|
144
145
|
quickstart?: string | undefined;
|
|
145
146
|
pluginName?: string | undefined;
|
|
146
147
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -255,7 +256,6 @@ export declare const rawSchema: z.ZodObject<Omit<{
|
|
|
255
256
|
maxConcurrency: number;
|
|
256
257
|
disableState: boolean;
|
|
257
258
|
logPluginRequests: boolean;
|
|
258
|
-
env: string;
|
|
259
259
|
setBuild: string;
|
|
260
260
|
setVersion: string;
|
|
261
261
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
package/ParsedTemplate.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
72
72
|
build?: boolean | undefined;
|
|
73
73
|
help?: boolean | undefined;
|
|
74
74
|
yes?: boolean | undefined;
|
|
75
|
+
env?: string | undefined;
|
|
75
76
|
quickstart?: string | undefined;
|
|
76
77
|
pluginName?: string | undefined;
|
|
77
78
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -186,7 +187,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
186
187
|
maxConcurrency: number;
|
|
187
188
|
disableState: boolean;
|
|
188
189
|
logPluginRequests: boolean;
|
|
189
|
-
env: string;
|
|
190
190
|
setBuild: string;
|
|
191
191
|
setVersion: string;
|
|
192
192
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -198,6 +198,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
198
198
|
build?: boolean | undefined;
|
|
199
199
|
help?: boolean | undefined;
|
|
200
200
|
yes?: boolean | undefined;
|
|
201
|
+
env?: string | undefined;
|
|
201
202
|
quickstart?: string | undefined;
|
|
202
203
|
pluginName?: string | undefined;
|
|
203
204
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -312,7 +313,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
312
313
|
maxConcurrency: number;
|
|
313
314
|
disableState: boolean;
|
|
314
315
|
logPluginRequests: boolean;
|
|
315
|
-
env: string;
|
|
316
316
|
setBuild: string;
|
|
317
317
|
setVersion: string;
|
|
318
318
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
package/PluginSchema.d.ts
CHANGED
|
@@ -526,6 +526,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
526
526
|
build?: boolean | undefined;
|
|
527
527
|
help?: boolean | undefined;
|
|
528
528
|
yes?: boolean | undefined;
|
|
529
|
+
env?: string | undefined;
|
|
529
530
|
quickstart?: string | undefined;
|
|
530
531
|
pluginName?: string | undefined;
|
|
531
532
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -640,7 +641,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
640
641
|
maxConcurrency: number;
|
|
641
642
|
disableState: boolean;
|
|
642
643
|
logPluginRequests: boolean;
|
|
643
|
-
env: string;
|
|
644
644
|
setBuild: string;
|
|
645
645
|
setVersion: string;
|
|
646
646
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -708,6 +708,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
708
708
|
build?: boolean | undefined;
|
|
709
709
|
help?: boolean | undefined;
|
|
710
710
|
yes?: boolean | undefined;
|
|
711
|
+
env?: string | undefined;
|
|
711
712
|
quickstart?: string | undefined;
|
|
712
713
|
pluginName?: string | undefined;
|
|
713
714
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -822,7 +823,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
822
823
|
maxConcurrency: number;
|
|
823
824
|
disableState: boolean;
|
|
824
825
|
logPluginRequests: boolean;
|
|
825
|
-
env: string;
|
|
826
826
|
setBuild: string;
|
|
827
827
|
setVersion: string;
|
|
828
828
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -903,6 +903,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
903
903
|
build?: boolean | undefined;
|
|
904
904
|
help?: boolean | undefined;
|
|
905
905
|
yes?: boolean | undefined;
|
|
906
|
+
env?: string | undefined;
|
|
906
907
|
quickstart?: string | undefined;
|
|
907
908
|
pluginName?: string | undefined;
|
|
908
909
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1017,7 +1018,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1017
1018
|
maxConcurrency: number;
|
|
1018
1019
|
disableState: boolean;
|
|
1019
1020
|
logPluginRequests: boolean;
|
|
1020
|
-
env: string;
|
|
1021
1021
|
setBuild: string;
|
|
1022
1022
|
setVersion: string;
|
|
1023
1023
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1158,6 +1158,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1158
1158
|
build?: boolean | undefined;
|
|
1159
1159
|
help?: boolean | undefined;
|
|
1160
1160
|
yes?: boolean | undefined;
|
|
1161
|
+
env?: string | undefined;
|
|
1161
1162
|
quickstart?: string | undefined;
|
|
1162
1163
|
pluginName?: string | undefined;
|
|
1163
1164
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1273,7 +1274,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1273
1274
|
maxConcurrency: number;
|
|
1274
1275
|
disableState: boolean;
|
|
1275
1276
|
logPluginRequests: boolean;
|
|
1276
|
-
env: string;
|
|
1277
1277
|
setBuild: string;
|
|
1278
1278
|
setVersion: string;
|
|
1279
1279
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1286,6 +1286,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1286
1286
|
build?: boolean | undefined;
|
|
1287
1287
|
help?: boolean | undefined;
|
|
1288
1288
|
yes?: boolean | undefined;
|
|
1289
|
+
env?: string | undefined;
|
|
1289
1290
|
quickstart?: string | undefined;
|
|
1290
1291
|
pluginName?: string | undefined;
|
|
1291
1292
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1400,7 +1401,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1400
1401
|
maxConcurrency: number;
|
|
1401
1402
|
disableState: boolean;
|
|
1402
1403
|
logPluginRequests: boolean;
|
|
1403
|
-
env: string;
|
|
1404
1404
|
setBuild: string;
|
|
1405
1405
|
setVersion: string;
|
|
1406
1406
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1412,6 +1412,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1412
1412
|
build?: boolean | undefined;
|
|
1413
1413
|
help?: boolean | undefined;
|
|
1414
1414
|
yes?: boolean | undefined;
|
|
1415
|
+
env?: string | undefined;
|
|
1415
1416
|
quickstart?: string | undefined;
|
|
1416
1417
|
pluginName?: string | undefined;
|
|
1417
1418
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1526,7 +1527,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1526
1527
|
maxConcurrency: number;
|
|
1527
1528
|
disableState: boolean;
|
|
1528
1529
|
logPluginRequests: boolean;
|
|
1529
|
-
env: string;
|
|
1530
1530
|
setBuild: string;
|
|
1531
1531
|
setVersion: string;
|
|
1532
1532
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1546,6 +1546,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1546
1546
|
build?: boolean | undefined;
|
|
1547
1547
|
help?: boolean | undefined;
|
|
1548
1548
|
yes?: boolean | undefined;
|
|
1549
|
+
env?: string | undefined;
|
|
1549
1550
|
quickstart?: string | undefined;
|
|
1550
1551
|
pluginName?: string | undefined;
|
|
1551
1552
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1660,7 +1661,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1660
1661
|
maxConcurrency: number;
|
|
1661
1662
|
disableState: boolean;
|
|
1662
1663
|
logPluginRequests: boolean;
|
|
1663
|
-
env: string;
|
|
1664
1664
|
setBuild: string;
|
|
1665
1665
|
setVersion: string;
|
|
1666
1666
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1672,6 +1672,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1672
1672
|
build?: boolean | undefined;
|
|
1673
1673
|
help?: boolean | undefined;
|
|
1674
1674
|
yes?: boolean | undefined;
|
|
1675
|
+
env?: string | undefined;
|
|
1675
1676
|
quickstart?: string | undefined;
|
|
1676
1677
|
pluginName?: string | undefined;
|
|
1677
1678
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1786,7 +1787,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1786
1787
|
maxConcurrency: number;
|
|
1787
1788
|
disableState: boolean;
|
|
1788
1789
|
logPluginRequests: boolean;
|
|
1789
|
-
env: string;
|
|
1790
1790
|
setBuild: string;
|
|
1791
1791
|
setVersion: string;
|
|
1792
1792
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1851,6 +1851,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1851
1851
|
build?: boolean | undefined;
|
|
1852
1852
|
help?: boolean | undefined;
|
|
1853
1853
|
yes?: boolean | undefined;
|
|
1854
|
+
env?: string | undefined;
|
|
1854
1855
|
quickstart?: string | undefined;
|
|
1855
1856
|
pluginName?: string | undefined;
|
|
1856
1857
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1965,7 +1966,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
1965
1966
|
maxConcurrency: number;
|
|
1966
1967
|
disableState: boolean;
|
|
1967
1968
|
logPluginRequests: boolean;
|
|
1968
|
-
env: string;
|
|
1969
1969
|
setBuild: string;
|
|
1970
1970
|
setVersion: string;
|
|
1971
1971
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2093,6 +2093,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2093
2093
|
build?: boolean | undefined;
|
|
2094
2094
|
help?: boolean | undefined;
|
|
2095
2095
|
yes?: boolean | undefined;
|
|
2096
|
+
env?: string | undefined;
|
|
2096
2097
|
quickstart?: string | undefined;
|
|
2097
2098
|
pluginName?: string | undefined;
|
|
2098
2099
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2208,7 +2209,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2208
2209
|
maxConcurrency: number;
|
|
2209
2210
|
disableState: boolean;
|
|
2210
2211
|
logPluginRequests: boolean;
|
|
2211
|
-
env: string;
|
|
2212
2212
|
setBuild: string;
|
|
2213
2213
|
setVersion: string;
|
|
2214
2214
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2221,6 +2221,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2221
2221
|
build?: boolean | undefined;
|
|
2222
2222
|
help?: boolean | undefined;
|
|
2223
2223
|
yes?: boolean | undefined;
|
|
2224
|
+
env?: string | undefined;
|
|
2224
2225
|
quickstart?: string | undefined;
|
|
2225
2226
|
pluginName?: string | undefined;
|
|
2226
2227
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2335,7 +2336,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2335
2336
|
maxConcurrency: number;
|
|
2336
2337
|
disableState: boolean;
|
|
2337
2338
|
logPluginRequests: boolean;
|
|
2338
|
-
env: string;
|
|
2339
2339
|
setBuild: string;
|
|
2340
2340
|
setVersion: string;
|
|
2341
2341
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2348,6 +2348,7 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2348
2348
|
build?: boolean | undefined;
|
|
2349
2349
|
help?: boolean | undefined;
|
|
2350
2350
|
yes?: boolean | undefined;
|
|
2351
|
+
env?: string | undefined;
|
|
2351
2352
|
quickstart?: string | undefined;
|
|
2352
2353
|
pluginName?: string | undefined;
|
|
2353
2354
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2462,7 +2463,6 @@ export declare const rawSchema: z.ZodObject<z.extendShape<{
|
|
|
2462
2463
|
maxConcurrency: number;
|
|
2463
2464
|
disableState: boolean;
|
|
2464
2465
|
logPluginRequests: boolean;
|
|
2465
|
-
env: string;
|
|
2466
2466
|
setBuild: string;
|
|
2467
2467
|
setVersion: string;
|
|
2468
2468
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2542,6 +2542,7 @@ export declare const generatedSchemas: {
|
|
|
2542
2542
|
build?: boolean | undefined;
|
|
2543
2543
|
help?: boolean | undefined;
|
|
2544
2544
|
yes?: boolean | undefined;
|
|
2545
|
+
env?: string | undefined;
|
|
2545
2546
|
quickstart?: string | undefined;
|
|
2546
2547
|
pluginName?: string | undefined;
|
|
2547
2548
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2656,7 +2657,6 @@ export declare const generatedSchemas: {
|
|
|
2656
2657
|
maxConcurrency: number;
|
|
2657
2658
|
disableState: boolean;
|
|
2658
2659
|
logPluginRequests: boolean;
|
|
2659
|
-
env: string;
|
|
2660
2660
|
setBuild: string;
|
|
2661
2661
|
setVersion: string;
|
|
2662
2662
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2851,6 +2851,7 @@ export declare const generatedSchemas: {
|
|
|
2851
2851
|
build?: boolean | undefined;
|
|
2852
2852
|
help?: boolean | undefined;
|
|
2853
2853
|
yes?: boolean | undefined;
|
|
2854
|
+
env?: string | undefined;
|
|
2854
2855
|
quickstart?: string | undefined;
|
|
2855
2856
|
pluginName?: string | undefined;
|
|
2856
2857
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2965,7 +2966,6 @@ export declare const generatedSchemas: {
|
|
|
2965
2966
|
maxConcurrency: number;
|
|
2966
2967
|
disableState: boolean;
|
|
2967
2968
|
logPluginRequests: boolean;
|
|
2968
|
-
env: string;
|
|
2969
2969
|
setBuild: string;
|
|
2970
2970
|
setVersion: string;
|
|
2971
2971
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3156,6 +3156,7 @@ export declare const generatedSchemas: {
|
|
|
3156
3156
|
build?: boolean | undefined;
|
|
3157
3157
|
help?: boolean | undefined;
|
|
3158
3158
|
yes?: boolean | undefined;
|
|
3159
|
+
env?: string | undefined;
|
|
3159
3160
|
quickstart?: string | undefined;
|
|
3160
3161
|
pluginName?: string | undefined;
|
|
3161
3162
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3270,7 +3271,6 @@ export declare const generatedSchemas: {
|
|
|
3270
3271
|
maxConcurrency: number;
|
|
3271
3272
|
disableState: boolean;
|
|
3272
3273
|
logPluginRequests: boolean;
|
|
3273
|
-
env: string;
|
|
3274
3274
|
setBuild: string;
|
|
3275
3275
|
setVersion: string;
|
|
3276
3276
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3464,6 +3464,7 @@ export declare const generatedSchemas: {
|
|
|
3464
3464
|
build?: boolean | undefined;
|
|
3465
3465
|
help?: boolean | undefined;
|
|
3466
3466
|
yes?: boolean | undefined;
|
|
3467
|
+
env?: string | undefined;
|
|
3467
3468
|
quickstart?: string | undefined;
|
|
3468
3469
|
pluginName?: string | undefined;
|
|
3469
3470
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3578,7 +3579,6 @@ export declare const generatedSchemas: {
|
|
|
3578
3579
|
maxConcurrency: number;
|
|
3579
3580
|
disableState: boolean;
|
|
3580
3581
|
logPluginRequests: boolean;
|
|
3581
|
-
env: string;
|
|
3582
3582
|
setBuild: string;
|
|
3583
3583
|
setVersion: string;
|
|
3584
3584
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3772,6 +3772,7 @@ export declare const generatedSchemas: {
|
|
|
3772
3772
|
build?: boolean | undefined;
|
|
3773
3773
|
help?: boolean | undefined;
|
|
3774
3774
|
yes?: boolean | undefined;
|
|
3775
|
+
env?: string | undefined;
|
|
3775
3776
|
quickstart?: string | undefined;
|
|
3776
3777
|
pluginName?: string | undefined;
|
|
3777
3778
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3886,7 +3887,6 @@ export declare const generatedSchemas: {
|
|
|
3886
3887
|
maxConcurrency: number;
|
|
3887
3888
|
disableState: boolean;
|
|
3888
3889
|
logPluginRequests: boolean;
|
|
3889
|
-
env: string;
|
|
3890
3890
|
setBuild: string;
|
|
3891
3891
|
setVersion: string;
|
|
3892
3892
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4064,6 +4064,7 @@ export declare const generatedSchemas: {
|
|
|
4064
4064
|
build?: boolean | undefined;
|
|
4065
4065
|
help?: boolean | undefined;
|
|
4066
4066
|
yes?: boolean | undefined;
|
|
4067
|
+
env?: string | undefined;
|
|
4067
4068
|
quickstart?: string | undefined;
|
|
4068
4069
|
pluginName?: string | undefined;
|
|
4069
4070
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4178,7 +4179,6 @@ export declare const generatedSchemas: {
|
|
|
4178
4179
|
maxConcurrency: number;
|
|
4179
4180
|
disableState: boolean;
|
|
4180
4181
|
logPluginRequests: boolean;
|
|
4181
|
-
env: string;
|
|
4182
4182
|
setBuild: string;
|
|
4183
4183
|
setVersion: string;
|
|
4184
4184
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4360,6 +4360,7 @@ export declare const generatedSchemas: {
|
|
|
4360
4360
|
build?: boolean | undefined;
|
|
4361
4361
|
help?: boolean | undefined;
|
|
4362
4362
|
yes?: boolean | undefined;
|
|
4363
|
+
env?: string | undefined;
|
|
4363
4364
|
quickstart?: string | undefined;
|
|
4364
4365
|
pluginName?: string | undefined;
|
|
4365
4366
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4474,7 +4475,6 @@ export declare const generatedSchemas: {
|
|
|
4474
4475
|
maxConcurrency: number;
|
|
4475
4476
|
disableState: boolean;
|
|
4476
4477
|
logPluginRequests: boolean;
|
|
4477
|
-
env: string;
|
|
4478
4478
|
setBuild: string;
|
|
4479
4479
|
setVersion: string;
|
|
4480
4480
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4668,6 +4668,7 @@ export declare const generatedSchemas: {
|
|
|
4668
4668
|
build?: boolean | undefined;
|
|
4669
4669
|
help?: boolean | undefined;
|
|
4670
4670
|
yes?: boolean | undefined;
|
|
4671
|
+
env?: string | undefined;
|
|
4671
4672
|
quickstart?: string | undefined;
|
|
4672
4673
|
pluginName?: string | undefined;
|
|
4673
4674
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4782,7 +4783,6 @@ export declare const generatedSchemas: {
|
|
|
4782
4783
|
maxConcurrency: number;
|
|
4783
4784
|
disableState: boolean;
|
|
4784
4785
|
logPluginRequests: boolean;
|
|
4785
|
-
env: string;
|
|
4786
4786
|
setBuild: string;
|
|
4787
4787
|
setVersion: string;
|
|
4788
4788
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4979,6 +4979,7 @@ export declare const create: (input: {
|
|
|
4979
4979
|
build?: boolean | undefined;
|
|
4980
4980
|
help?: boolean | undefined;
|
|
4981
4981
|
yes?: boolean | undefined;
|
|
4982
|
+
env?: string | undefined;
|
|
4982
4983
|
quickstart?: string | undefined;
|
|
4983
4984
|
pluginName?: string | undefined;
|
|
4984
4985
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5093,7 +5094,6 @@ export declare const create: (input: {
|
|
|
5093
5094
|
maxConcurrency: number;
|
|
5094
5095
|
disableState: boolean;
|
|
5095
5096
|
logPluginRequests: boolean;
|
|
5096
|
-
env: string;
|
|
5097
5097
|
setBuild: string;
|
|
5098
5098
|
setVersion: string;
|
|
5099
5099
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5271,6 +5271,7 @@ export declare const create: (input: {
|
|
|
5271
5271
|
build?: boolean | undefined;
|
|
5272
5272
|
help?: boolean | undefined;
|
|
5273
5273
|
yes?: boolean | undefined;
|
|
5274
|
+
env?: string | undefined;
|
|
5274
5275
|
quickstart?: string | undefined;
|
|
5275
5276
|
pluginName?: string | undefined;
|
|
5276
5277
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5385,7 +5386,6 @@ export declare const create: (input: {
|
|
|
5385
5386
|
maxConcurrency: number;
|
|
5386
5387
|
disableState: boolean;
|
|
5387
5388
|
logPluginRequests: boolean;
|
|
5388
|
-
env: string;
|
|
5389
5389
|
setBuild: string;
|
|
5390
5390
|
setVersion: string;
|
|
5391
5391
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5567,6 +5567,7 @@ export declare const create: (input: {
|
|
|
5567
5567
|
build?: boolean | undefined;
|
|
5568
5568
|
help?: boolean | undefined;
|
|
5569
5569
|
yes?: boolean | undefined;
|
|
5570
|
+
env?: string | undefined;
|
|
5570
5571
|
quickstart?: string | undefined;
|
|
5571
5572
|
pluginName?: string | undefined;
|
|
5572
5573
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5681,7 +5682,6 @@ export declare const create: (input: {
|
|
|
5681
5682
|
maxConcurrency: number;
|
|
5682
5683
|
disableState: boolean;
|
|
5683
5684
|
logPluginRequests: boolean;
|
|
5684
|
-
env: string;
|
|
5685
5685
|
setBuild: string;
|
|
5686
5686
|
setVersion: string;
|
|
5687
5687
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5874,6 +5874,7 @@ export declare const create: (input: {
|
|
|
5874
5874
|
build?: boolean | undefined;
|
|
5875
5875
|
help?: boolean | undefined;
|
|
5876
5876
|
yes?: boolean | undefined;
|
|
5877
|
+
env?: string | undefined;
|
|
5877
5878
|
quickstart?: string | undefined;
|
|
5878
5879
|
pluginName?: string | undefined;
|
|
5879
5880
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5988,7 +5989,6 @@ export declare const create: (input: {
|
|
|
5988
5989
|
maxConcurrency: number;
|
|
5989
5990
|
disableState: boolean;
|
|
5990
5991
|
logPluginRequests: boolean;
|
|
5991
|
-
env: string;
|
|
5992
5992
|
setBuild: string;
|
|
5993
5993
|
setVersion: string;
|
|
5994
5994
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -6181,6 +6181,7 @@ export declare const create: (input: {
|
|
|
6181
6181
|
build?: boolean | undefined;
|
|
6182
6182
|
help?: boolean | undefined;
|
|
6183
6183
|
yes?: boolean | undefined;
|
|
6184
|
+
env?: string | undefined;
|
|
6184
6185
|
quickstart?: string | undefined;
|
|
6185
6186
|
pluginName?: string | undefined;
|
|
6186
6187
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -6295,7 +6296,6 @@ export declare const create: (input: {
|
|
|
6295
6296
|
maxConcurrency: number;
|
|
6296
6297
|
disableState: boolean;
|
|
6297
6298
|
logPluginRequests: boolean;
|
|
6298
|
-
env: string;
|
|
6299
6299
|
setBuild: string;
|
|
6300
6300
|
setVersion: string;
|
|
6301
6301
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -6486,6 +6486,7 @@ export declare const create: (input: {
|
|
|
6486
6486
|
build?: boolean | undefined;
|
|
6487
6487
|
help?: boolean | undefined;
|
|
6488
6488
|
yes?: boolean | undefined;
|
|
6489
|
+
env?: string | undefined;
|
|
6489
6490
|
quickstart?: string | undefined;
|
|
6490
6491
|
pluginName?: string | undefined;
|
|
6491
6492
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -6600,7 +6601,6 @@ export declare const create: (input: {
|
|
|
6600
6601
|
maxConcurrency: number;
|
|
6601
6602
|
disableState: boolean;
|
|
6602
6603
|
logPluginRequests: boolean;
|
|
6603
|
-
env: string;
|
|
6604
6604
|
setBuild: string;
|
|
6605
6605
|
setVersion: string;
|
|
6606
6606
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -6795,6 +6795,7 @@ export declare const schemas: {
|
|
|
6795
6795
|
build?: boolean | undefined;
|
|
6796
6796
|
help?: boolean | undefined;
|
|
6797
6797
|
yes?: boolean | undefined;
|
|
6798
|
+
env?: string | undefined;
|
|
6798
6799
|
quickstart?: string | undefined;
|
|
6799
6800
|
pluginName?: string | undefined;
|
|
6800
6801
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -6909,7 +6910,6 @@ export declare const schemas: {
|
|
|
6909
6910
|
maxConcurrency: number;
|
|
6910
6911
|
disableState: boolean;
|
|
6911
6912
|
logPluginRequests: boolean;
|
|
6912
|
-
env: string;
|
|
6913
6913
|
setBuild: string;
|
|
6914
6914
|
setVersion: string;
|
|
6915
6915
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -7102,6 +7102,7 @@ export declare const schemas: {
|
|
|
7102
7102
|
build?: boolean | undefined;
|
|
7103
7103
|
help?: boolean | undefined;
|
|
7104
7104
|
yes?: boolean | undefined;
|
|
7105
|
+
env?: string | undefined;
|
|
7105
7106
|
quickstart?: string | undefined;
|
|
7106
7107
|
pluginName?: string | undefined;
|
|
7107
7108
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -7216,7 +7217,6 @@ export declare const schemas: {
|
|
|
7216
7217
|
maxConcurrency: number;
|
|
7217
7218
|
disableState: boolean;
|
|
7218
7219
|
logPluginRequests: boolean;
|
|
7219
|
-
env: string;
|
|
7220
7220
|
setBuild: string;
|
|
7221
7221
|
setVersion: string;
|
|
7222
7222
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|