@taqueria/protocol 0.22.2 → 0.23.0-rc.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/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/RequestArgs.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const generatedSchemas: {
|
|
|
8
8
|
build?: boolean | undefined;
|
|
9
9
|
help?: boolean | undefined;
|
|
10
10
|
yes?: boolean | undefined;
|
|
11
|
+
env?: string | undefined;
|
|
11
12
|
quickstart?: string | undefined;
|
|
12
13
|
pluginName?: string | undefined;
|
|
13
14
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -122,7 +123,6 @@ export declare const generatedSchemas: {
|
|
|
122
123
|
maxConcurrency: number;
|
|
123
124
|
disableState: boolean;
|
|
124
125
|
logPluginRequests: boolean;
|
|
125
|
-
env: string;
|
|
126
126
|
setBuild: string;
|
|
127
127
|
setVersion: string;
|
|
128
128
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -136,6 +136,7 @@ export declare const generatedSchemas: {
|
|
|
136
136
|
build?: boolean | undefined;
|
|
137
137
|
help?: boolean | undefined;
|
|
138
138
|
yes?: boolean | undefined;
|
|
139
|
+
env?: string | undefined;
|
|
139
140
|
quickstart?: string | undefined;
|
|
140
141
|
pluginName?: string | undefined;
|
|
141
142
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -250,7 +251,6 @@ export declare const generatedSchemas: {
|
|
|
250
251
|
maxConcurrency: number;
|
|
251
252
|
disableState: boolean;
|
|
252
253
|
logPluginRequests: boolean;
|
|
253
|
-
env: string;
|
|
254
254
|
setBuild: string;
|
|
255
255
|
setVersion: string;
|
|
256
256
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -260,6 +260,7 @@ export declare const generatedSchemas: {
|
|
|
260
260
|
build?: boolean | undefined;
|
|
261
261
|
help?: boolean | undefined;
|
|
262
262
|
yes?: boolean | undefined;
|
|
263
|
+
env?: string | undefined;
|
|
263
264
|
quickstart?: string | undefined;
|
|
264
265
|
pluginName?: string | undefined;
|
|
265
266
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -374,7 +375,6 @@ export declare const generatedSchemas: {
|
|
|
374
375
|
maxConcurrency: number;
|
|
375
376
|
disableState: boolean;
|
|
376
377
|
logPluginRequests: boolean;
|
|
377
|
-
env: string;
|
|
378
378
|
setBuild: string;
|
|
379
379
|
setVersion: string;
|
|
380
380
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -387,6 +387,7 @@ export declare const generatedSchemas: {
|
|
|
387
387
|
build?: boolean | undefined;
|
|
388
388
|
help?: boolean | undefined;
|
|
389
389
|
yes?: boolean | undefined;
|
|
390
|
+
env?: string | undefined;
|
|
390
391
|
quickstart?: string | undefined;
|
|
391
392
|
pluginName?: string | undefined;
|
|
392
393
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -501,7 +502,6 @@ export declare const generatedSchemas: {
|
|
|
501
502
|
maxConcurrency: number;
|
|
502
503
|
disableState: boolean;
|
|
503
504
|
logPluginRequests: boolean;
|
|
504
|
-
env: string;
|
|
505
505
|
setBuild: string;
|
|
506
506
|
setVersion: string;
|
|
507
507
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -514,6 +514,7 @@ export declare const generatedSchemas: {
|
|
|
514
514
|
build?: boolean | undefined;
|
|
515
515
|
help?: boolean | undefined;
|
|
516
516
|
yes?: boolean | undefined;
|
|
517
|
+
env?: string | undefined;
|
|
517
518
|
quickstart?: string | undefined;
|
|
518
519
|
pluginName?: string | undefined;
|
|
519
520
|
config: {
|
|
@@ -588,7 +589,6 @@ export declare const generatedSchemas: {
|
|
|
588
589
|
maxConcurrency: number;
|
|
589
590
|
disableState: boolean;
|
|
590
591
|
logPluginRequests: boolean;
|
|
591
|
-
env: string;
|
|
592
592
|
setBuild: string;
|
|
593
593
|
setVersion: string;
|
|
594
594
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -598,6 +598,7 @@ export declare const generatedSchemas: {
|
|
|
598
598
|
build?: boolean | undefined;
|
|
599
599
|
help?: boolean | undefined;
|
|
600
600
|
yes?: boolean | undefined;
|
|
601
|
+
env?: string | undefined;
|
|
601
602
|
quickstart?: string | undefined;
|
|
602
603
|
pluginName?: string | undefined;
|
|
603
604
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -712,7 +713,6 @@ export declare const generatedSchemas: {
|
|
|
712
713
|
maxConcurrency: number;
|
|
713
714
|
disableState: boolean;
|
|
714
715
|
logPluginRequests: boolean;
|
|
715
|
-
env: string;
|
|
716
716
|
setBuild: string;
|
|
717
717
|
setVersion: string;
|
|
718
718
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -722,6 +722,7 @@ export declare const generatedSchemas: {
|
|
|
722
722
|
build?: boolean | undefined;
|
|
723
723
|
help?: boolean | undefined;
|
|
724
724
|
yes?: boolean | undefined;
|
|
725
|
+
env?: string | undefined;
|
|
725
726
|
quickstart?: string | undefined;
|
|
726
727
|
pluginName?: string | undefined;
|
|
727
728
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -836,7 +837,6 @@ export declare const generatedSchemas: {
|
|
|
836
837
|
maxConcurrency: number;
|
|
837
838
|
disableState: boolean;
|
|
838
839
|
logPluginRequests: boolean;
|
|
839
|
-
env: string;
|
|
840
840
|
setBuild: string;
|
|
841
841
|
setVersion: string;
|
|
842
842
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -849,6 +849,7 @@ export declare const generatedSchemas: {
|
|
|
849
849
|
build?: boolean | undefined;
|
|
850
850
|
help?: boolean | undefined;
|
|
851
851
|
yes?: boolean | undefined;
|
|
852
|
+
env?: string | undefined;
|
|
852
853
|
quickstart?: string | undefined;
|
|
853
854
|
pluginName?: string | undefined;
|
|
854
855
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -963,7 +964,6 @@ export declare const generatedSchemas: {
|
|
|
963
964
|
maxConcurrency: number;
|
|
964
965
|
disableState: boolean;
|
|
965
966
|
logPluginRequests: boolean;
|
|
966
|
-
env: string;
|
|
967
967
|
setBuild: string;
|
|
968
968
|
setVersion: string;
|
|
969
969
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -980,6 +980,7 @@ export declare const schemas: {
|
|
|
980
980
|
build?: boolean | undefined;
|
|
981
981
|
help?: boolean | undefined;
|
|
982
982
|
yes?: boolean | undefined;
|
|
983
|
+
env?: string | undefined;
|
|
983
984
|
quickstart?: string | undefined;
|
|
984
985
|
pluginName?: string | undefined;
|
|
985
986
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1094,7 +1095,6 @@ export declare const schemas: {
|
|
|
1094
1095
|
maxConcurrency: number;
|
|
1095
1096
|
disableState: boolean;
|
|
1096
1097
|
logPluginRequests: boolean;
|
|
1097
|
-
env: string;
|
|
1098
1098
|
setBuild: string;
|
|
1099
1099
|
setVersion: string;
|
|
1100
1100
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1106,6 +1106,7 @@ export declare const schemas: {
|
|
|
1106
1106
|
build?: boolean | undefined;
|
|
1107
1107
|
help?: boolean | undefined;
|
|
1108
1108
|
yes?: boolean | undefined;
|
|
1109
|
+
env?: string | undefined;
|
|
1109
1110
|
quickstart?: string | undefined;
|
|
1110
1111
|
pluginName?: string | undefined;
|
|
1111
1112
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1220,7 +1221,6 @@ export declare const schemas: {
|
|
|
1220
1221
|
maxConcurrency: number;
|
|
1221
1222
|
disableState: boolean;
|
|
1222
1223
|
logPluginRequests: boolean;
|
|
1223
|
-
env: string;
|
|
1224
1224
|
setBuild: string;
|
|
1225
1225
|
setVersion: string;
|
|
1226
1226
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1240,6 +1240,7 @@ export declare const proxy: {
|
|
|
1240
1240
|
build?: boolean | undefined;
|
|
1241
1241
|
help?: boolean | undefined;
|
|
1242
1242
|
yes?: boolean | undefined;
|
|
1243
|
+
env?: string | undefined;
|
|
1243
1244
|
quickstart?: string | undefined;
|
|
1244
1245
|
pluginName?: string | undefined;
|
|
1245
1246
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1355,7 +1356,6 @@ export declare const proxy: {
|
|
|
1355
1356
|
maxConcurrency: number;
|
|
1356
1357
|
disableState: boolean;
|
|
1357
1358
|
logPluginRequests: boolean;
|
|
1358
|
-
env: string;
|
|
1359
1359
|
setBuild: string;
|
|
1360
1360
|
setVersion: string;
|
|
1361
1361
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1370,6 +1370,7 @@ export declare const proxy: {
|
|
|
1370
1370
|
build?: boolean | undefined;
|
|
1371
1371
|
help?: boolean | undefined;
|
|
1372
1372
|
yes?: boolean | undefined;
|
|
1373
|
+
env?: string | undefined;
|
|
1373
1374
|
quickstart?: string | undefined;
|
|
1374
1375
|
pluginName?: string | undefined;
|
|
1375
1376
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1485,7 +1486,6 @@ export declare const proxy: {
|
|
|
1485
1486
|
maxConcurrency: number;
|
|
1486
1487
|
disableState: boolean;
|
|
1487
1488
|
logPluginRequests: boolean;
|
|
1488
|
-
env: string;
|
|
1489
1489
|
setBuild: string;
|
|
1490
1490
|
setVersion: string;
|
|
1491
1491
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1495,6 +1495,7 @@ export declare const proxy: {
|
|
|
1495
1495
|
build?: boolean | undefined;
|
|
1496
1496
|
help?: boolean | undefined;
|
|
1497
1497
|
yes?: boolean | undefined;
|
|
1498
|
+
env?: string | undefined;
|
|
1498
1499
|
quickstart?: string | undefined;
|
|
1499
1500
|
pluginName?: string | undefined;
|
|
1500
1501
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1610,7 +1611,6 @@ export declare const proxy: {
|
|
|
1610
1611
|
maxConcurrency: number;
|
|
1611
1612
|
disableState: boolean;
|
|
1612
1613
|
logPluginRequests: boolean;
|
|
1613
|
-
env: string;
|
|
1614
1614
|
setBuild: string;
|
|
1615
1615
|
setVersion: string;
|
|
1616
1616
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1623,6 +1623,7 @@ export declare const proxy: {
|
|
|
1623
1623
|
build?: boolean | undefined;
|
|
1624
1624
|
help?: boolean | undefined;
|
|
1625
1625
|
yes?: boolean | undefined;
|
|
1626
|
+
env?: string | undefined;
|
|
1626
1627
|
quickstart?: string | undefined;
|
|
1627
1628
|
pluginName?: string | undefined;
|
|
1628
1629
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1738,7 +1739,6 @@ export declare const proxy: {
|
|
|
1738
1739
|
maxConcurrency: number;
|
|
1739
1740
|
disableState: boolean;
|
|
1740
1741
|
logPluginRequests: boolean;
|
|
1741
|
-
env: string;
|
|
1742
1742
|
setBuild: string;
|
|
1743
1743
|
setVersion: string;
|
|
1744
1744
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1751,6 +1751,7 @@ export declare const proxy: {
|
|
|
1751
1751
|
build?: boolean | undefined;
|
|
1752
1752
|
help?: boolean | undefined;
|
|
1753
1753
|
yes?: boolean | undefined;
|
|
1754
|
+
env?: string | undefined;
|
|
1754
1755
|
quickstart?: string | undefined;
|
|
1755
1756
|
pluginName?: string | undefined;
|
|
1756
1757
|
config: {
|
|
@@ -1826,7 +1827,6 @@ export declare const proxy: {
|
|
|
1826
1827
|
maxConcurrency: number;
|
|
1827
1828
|
disableState: boolean;
|
|
1828
1829
|
logPluginRequests: boolean;
|
|
1829
|
-
env: string;
|
|
1830
1830
|
setBuild: string;
|
|
1831
1831
|
setVersion: string;
|
|
1832
1832
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1836,6 +1836,7 @@ export declare const proxy: {
|
|
|
1836
1836
|
build?: boolean | undefined;
|
|
1837
1837
|
help?: boolean | undefined;
|
|
1838
1838
|
yes?: boolean | undefined;
|
|
1839
|
+
env?: string | undefined;
|
|
1839
1840
|
quickstart?: string | undefined;
|
|
1840
1841
|
pluginName?: string | undefined;
|
|
1841
1842
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -1951,7 +1952,6 @@ export declare const proxy: {
|
|
|
1951
1952
|
maxConcurrency: number;
|
|
1952
1953
|
disableState: boolean;
|
|
1953
1954
|
logPluginRequests: boolean;
|
|
1954
|
-
env: string;
|
|
1955
1955
|
setBuild: string;
|
|
1956
1956
|
setVersion: string;
|
|
1957
1957
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -1961,6 +1961,7 @@ export declare const proxy: {
|
|
|
1961
1961
|
build?: boolean | undefined;
|
|
1962
1962
|
help?: boolean | undefined;
|
|
1963
1963
|
yes?: boolean | undefined;
|
|
1964
|
+
env?: string | undefined;
|
|
1964
1965
|
quickstart?: string | undefined;
|
|
1965
1966
|
pluginName?: string | undefined;
|
|
1966
1967
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2076,7 +2077,6 @@ export declare const proxy: {
|
|
|
2076
2077
|
maxConcurrency: number;
|
|
2077
2078
|
disableState: boolean;
|
|
2078
2079
|
logPluginRequests: boolean;
|
|
2079
|
-
env: string;
|
|
2080
2080
|
setBuild: string;
|
|
2081
2081
|
setVersion: string;
|
|
2082
2082
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2089,6 +2089,7 @@ export declare const proxy: {
|
|
|
2089
2089
|
build?: boolean | undefined;
|
|
2090
2090
|
help?: boolean | undefined;
|
|
2091
2091
|
yes?: boolean | undefined;
|
|
2092
|
+
env?: string | undefined;
|
|
2092
2093
|
quickstart?: string | undefined;
|
|
2093
2094
|
pluginName?: string | undefined;
|
|
2094
2095
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -2204,7 +2205,6 @@ export declare const proxy: {
|
|
|
2204
2205
|
maxConcurrency: number;
|
|
2205
2206
|
disableState: boolean;
|
|
2206
2207
|
logPluginRequests: boolean;
|
|
2207
|
-
env: string;
|
|
2208
2208
|
setBuild: string;
|
|
2209
2209
|
setVersion: string;
|
|
2210
2210
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -2223,6 +2223,7 @@ export declare const proxyTemplate: {
|
|
|
2223
2223
|
build?: boolean | undefined;
|
|
2224
2224
|
help?: boolean | undefined;
|
|
2225
2225
|
yes?: boolean | undefined;
|
|
2226
|
+
env?: string | undefined;
|
|
2226
2227
|
quickstart?: string | undefined;
|
|
2227
2228
|
pluginName?: string | undefined;
|
|
2228
2229
|
config: {
|
|
@@ -2297,7 +2298,6 @@ export declare const proxyTemplate: {
|
|
|
2297
2298
|
maxConcurrency: number;
|
|
2298
2299
|
disableState: boolean;
|
|
2299
2300
|
logPluginRequests: boolean;
|
|
2300
|
-
env: string;
|
|
2301
2301
|
setBuild: string;
|
|
2302
2302
|
setVersion: string;
|
|
2303
2303
|
template: string;
|
|
@@ -2313,6 +2313,7 @@ export declare const proxyTemplate: {
|
|
|
2313
2313
|
build?: boolean | undefined;
|
|
2314
2314
|
help?: boolean | undefined;
|
|
2315
2315
|
yes?: boolean | undefined;
|
|
2316
|
+
env?: string | undefined;
|
|
2316
2317
|
quickstart?: string | undefined;
|
|
2317
2318
|
pluginName?: string | undefined;
|
|
2318
2319
|
config: {
|
|
@@ -2387,7 +2388,6 @@ export declare const proxyTemplate: {
|
|
|
2387
2388
|
maxConcurrency: number;
|
|
2388
2389
|
disableState: boolean;
|
|
2389
2390
|
logPluginRequests: boolean;
|
|
2390
|
-
env: string;
|
|
2391
2391
|
setBuild: string;
|
|
2392
2392
|
setVersion: string;
|
|
2393
2393
|
template: string;
|
|
@@ -2398,6 +2398,7 @@ export declare const proxyTemplate: {
|
|
|
2398
2398
|
build?: boolean | undefined;
|
|
2399
2399
|
help?: boolean | undefined;
|
|
2400
2400
|
yes?: boolean | undefined;
|
|
2401
|
+
env?: string | undefined;
|
|
2401
2402
|
quickstart?: string | undefined;
|
|
2402
2403
|
pluginName?: string | undefined;
|
|
2403
2404
|
config: {
|
|
@@ -2472,7 +2473,6 @@ export declare const proxyTemplate: {
|
|
|
2472
2473
|
maxConcurrency: number;
|
|
2473
2474
|
disableState: boolean;
|
|
2474
2475
|
logPluginRequests: boolean;
|
|
2475
|
-
env: string;
|
|
2476
2476
|
setBuild: string;
|
|
2477
2477
|
setVersion: string;
|
|
2478
2478
|
template: string;
|
|
@@ -2486,6 +2486,7 @@ export declare const proxyTemplate: {
|
|
|
2486
2486
|
build?: boolean | undefined;
|
|
2487
2487
|
help?: boolean | undefined;
|
|
2488
2488
|
yes?: boolean | undefined;
|
|
2489
|
+
env?: string | undefined;
|
|
2489
2490
|
quickstart?: string | undefined;
|
|
2490
2491
|
pluginName?: string | undefined;
|
|
2491
2492
|
config: {
|
|
@@ -2560,7 +2561,6 @@ export declare const proxyTemplate: {
|
|
|
2560
2561
|
maxConcurrency: number;
|
|
2561
2562
|
disableState: boolean;
|
|
2562
2563
|
logPluginRequests: boolean;
|
|
2563
|
-
env: string;
|
|
2564
2564
|
setBuild: string;
|
|
2565
2565
|
setVersion: string;
|
|
2566
2566
|
template: string;
|
|
@@ -2574,6 +2574,7 @@ export declare const proxyTemplate: {
|
|
|
2574
2574
|
build?: boolean | undefined;
|
|
2575
2575
|
help?: boolean | undefined;
|
|
2576
2576
|
yes?: boolean | undefined;
|
|
2577
|
+
env?: string | undefined;
|
|
2577
2578
|
quickstart?: string | undefined;
|
|
2578
2579
|
pluginName?: string | undefined;
|
|
2579
2580
|
config: {
|
|
@@ -2648,7 +2649,6 @@ export declare const proxyTemplate: {
|
|
|
2648
2649
|
maxConcurrency: number;
|
|
2649
2650
|
disableState: boolean;
|
|
2650
2651
|
logPluginRequests: boolean;
|
|
2651
|
-
env: string;
|
|
2652
2652
|
setBuild: string;
|
|
2653
2653
|
setVersion: string;
|
|
2654
2654
|
template: string;
|
|
@@ -2659,6 +2659,7 @@ export declare const proxyTemplate: {
|
|
|
2659
2659
|
build?: boolean | undefined;
|
|
2660
2660
|
help?: boolean | undefined;
|
|
2661
2661
|
yes?: boolean | undefined;
|
|
2662
|
+
env?: string | undefined;
|
|
2662
2663
|
quickstart?: string | undefined;
|
|
2663
2664
|
pluginName?: string | undefined;
|
|
2664
2665
|
config: {
|
|
@@ -2733,7 +2734,6 @@ export declare const proxyTemplate: {
|
|
|
2733
2734
|
maxConcurrency: number;
|
|
2734
2735
|
disableState: boolean;
|
|
2735
2736
|
logPluginRequests: boolean;
|
|
2736
|
-
env: string;
|
|
2737
2737
|
setBuild: string;
|
|
2738
2738
|
setVersion: string;
|
|
2739
2739
|
template: string;
|
|
@@ -2744,6 +2744,7 @@ export declare const proxyTemplate: {
|
|
|
2744
2744
|
build?: boolean | undefined;
|
|
2745
2745
|
help?: boolean | undefined;
|
|
2746
2746
|
yes?: boolean | undefined;
|
|
2747
|
+
env?: string | undefined;
|
|
2747
2748
|
quickstart?: string | undefined;
|
|
2748
2749
|
pluginName?: string | undefined;
|
|
2749
2750
|
config: {
|
|
@@ -2818,7 +2819,6 @@ export declare const proxyTemplate: {
|
|
|
2818
2819
|
maxConcurrency: number;
|
|
2819
2820
|
disableState: boolean;
|
|
2820
2821
|
logPluginRequests: boolean;
|
|
2821
|
-
env: string;
|
|
2822
2822
|
setBuild: string;
|
|
2823
2823
|
setVersion: string;
|
|
2824
2824
|
template: string;
|
|
@@ -2832,6 +2832,7 @@ export declare const proxyTemplate: {
|
|
|
2832
2832
|
build?: boolean | undefined;
|
|
2833
2833
|
help?: boolean | undefined;
|
|
2834
2834
|
yes?: boolean | undefined;
|
|
2835
|
+
env?: string | undefined;
|
|
2835
2836
|
quickstart?: string | undefined;
|
|
2836
2837
|
pluginName?: string | undefined;
|
|
2837
2838
|
config: {
|
|
@@ -2906,7 +2907,6 @@ export declare const proxyTemplate: {
|
|
|
2906
2907
|
maxConcurrency: number;
|
|
2907
2908
|
disableState: boolean;
|
|
2908
2909
|
logPluginRequests: boolean;
|
|
2909
|
-
env: string;
|
|
2910
2910
|
setBuild: string;
|
|
2911
2911
|
setVersion: string;
|
|
2912
2912
|
template: string;
|
|
@@ -2925,6 +2925,7 @@ export declare const proxySchemas: {
|
|
|
2925
2925
|
build?: boolean | undefined;
|
|
2926
2926
|
help?: boolean | undefined;
|
|
2927
2927
|
yes?: boolean | undefined;
|
|
2928
|
+
env?: string | undefined;
|
|
2928
2929
|
quickstart?: string | undefined;
|
|
2929
2930
|
pluginName?: string | undefined;
|
|
2930
2931
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3040,7 +3041,6 @@ export declare const proxySchemas: {
|
|
|
3040
3041
|
maxConcurrency: number;
|
|
3041
3042
|
disableState: boolean;
|
|
3042
3043
|
logPluginRequests: boolean;
|
|
3043
|
-
env: string;
|
|
3044
3044
|
setBuild: string;
|
|
3045
3045
|
setVersion: string;
|
|
3046
3046
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3055,6 +3055,7 @@ export declare const proxyFactory: {
|
|
|
3055
3055
|
build?: boolean | undefined;
|
|
3056
3056
|
help?: boolean | undefined;
|
|
3057
3057
|
yes?: boolean | undefined;
|
|
3058
|
+
env?: string | undefined;
|
|
3058
3059
|
quickstart?: string | undefined;
|
|
3059
3060
|
pluginName?: string | undefined;
|
|
3060
3061
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3170,7 +3171,6 @@ export declare const proxyFactory: {
|
|
|
3170
3171
|
maxConcurrency: number;
|
|
3171
3172
|
disableState: boolean;
|
|
3172
3173
|
logPluginRequests: boolean;
|
|
3173
|
-
env: string;
|
|
3174
3174
|
setBuild: string;
|
|
3175
3175
|
setVersion: string;
|
|
3176
3176
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3180,6 +3180,7 @@ export declare const proxyFactory: {
|
|
|
3180
3180
|
build?: boolean | undefined;
|
|
3181
3181
|
help?: boolean | undefined;
|
|
3182
3182
|
yes?: boolean | undefined;
|
|
3183
|
+
env?: string | undefined;
|
|
3183
3184
|
quickstart?: string | undefined;
|
|
3184
3185
|
pluginName?: string | undefined;
|
|
3185
3186
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3295,7 +3296,6 @@ export declare const proxyFactory: {
|
|
|
3295
3296
|
maxConcurrency: number;
|
|
3296
3297
|
disableState: boolean;
|
|
3297
3298
|
logPluginRequests: boolean;
|
|
3298
|
-
env: string;
|
|
3299
3299
|
setBuild: string;
|
|
3300
3300
|
setVersion: string;
|
|
3301
3301
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3308,6 +3308,7 @@ export declare const proxyFactory: {
|
|
|
3308
3308
|
build?: boolean | undefined;
|
|
3309
3309
|
help?: boolean | undefined;
|
|
3310
3310
|
yes?: boolean | undefined;
|
|
3311
|
+
env?: string | undefined;
|
|
3311
3312
|
quickstart?: string | undefined;
|
|
3312
3313
|
pluginName?: string | undefined;
|
|
3313
3314
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3423,7 +3424,6 @@ export declare const proxyFactory: {
|
|
|
3423
3424
|
maxConcurrency: number;
|
|
3424
3425
|
disableState: boolean;
|
|
3425
3426
|
logPluginRequests: boolean;
|
|
3426
|
-
env: string;
|
|
3427
3427
|
setBuild: string;
|
|
3428
3428
|
setVersion: string;
|
|
3429
3429
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3436,6 +3436,7 @@ export declare const proxyFactory: {
|
|
|
3436
3436
|
build?: boolean | undefined;
|
|
3437
3437
|
help?: boolean | undefined;
|
|
3438
3438
|
yes?: boolean | undefined;
|
|
3439
|
+
env?: string | undefined;
|
|
3439
3440
|
quickstart?: string | undefined;
|
|
3440
3441
|
pluginName?: string | undefined;
|
|
3441
3442
|
config: {
|
|
@@ -3511,7 +3512,6 @@ export declare const proxyFactory: {
|
|
|
3511
3512
|
maxConcurrency: number;
|
|
3512
3513
|
disableState: boolean;
|
|
3513
3514
|
logPluginRequests: boolean;
|
|
3514
|
-
env: string;
|
|
3515
3515
|
setBuild: string;
|
|
3516
3516
|
setVersion: string;
|
|
3517
3517
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3521,6 +3521,7 @@ export declare const proxyFactory: {
|
|
|
3521
3521
|
build?: boolean | undefined;
|
|
3522
3522
|
help?: boolean | undefined;
|
|
3523
3523
|
yes?: boolean | undefined;
|
|
3524
|
+
env?: string | undefined;
|
|
3524
3525
|
quickstart?: string | undefined;
|
|
3525
3526
|
pluginName?: string | undefined;
|
|
3526
3527
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3636,7 +3637,6 @@ export declare const proxyFactory: {
|
|
|
3636
3637
|
maxConcurrency: number;
|
|
3637
3638
|
disableState: boolean;
|
|
3638
3639
|
logPluginRequests: boolean;
|
|
3639
|
-
env: string;
|
|
3640
3640
|
setBuild: string;
|
|
3641
3641
|
setVersion: string;
|
|
3642
3642
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3646,6 +3646,7 @@ export declare const proxyFactory: {
|
|
|
3646
3646
|
build?: boolean | undefined;
|
|
3647
3647
|
help?: boolean | undefined;
|
|
3648
3648
|
yes?: boolean | undefined;
|
|
3649
|
+
env?: string | undefined;
|
|
3649
3650
|
quickstart?: string | undefined;
|
|
3650
3651
|
pluginName?: string | undefined;
|
|
3651
3652
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3761,7 +3762,6 @@ export declare const proxyFactory: {
|
|
|
3761
3762
|
maxConcurrency: number;
|
|
3762
3763
|
disableState: boolean;
|
|
3763
3764
|
logPluginRequests: boolean;
|
|
3764
|
-
env: string;
|
|
3765
3765
|
setBuild: string;
|
|
3766
3766
|
setVersion: string;
|
|
3767
3767
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3774,6 +3774,7 @@ export declare const proxyFactory: {
|
|
|
3774
3774
|
build?: boolean | undefined;
|
|
3775
3775
|
help?: boolean | undefined;
|
|
3776
3776
|
yes?: boolean | undefined;
|
|
3777
|
+
env?: string | undefined;
|
|
3777
3778
|
quickstart?: string | undefined;
|
|
3778
3779
|
pluginName?: string | undefined;
|
|
3779
3780
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -3889,7 +3890,6 @@ export declare const proxyFactory: {
|
|
|
3889
3890
|
maxConcurrency: number;
|
|
3890
3891
|
disableState: boolean;
|
|
3891
3892
|
logPluginRequests: boolean;
|
|
3892
|
-
env: string;
|
|
3893
3893
|
setBuild: string;
|
|
3894
3894
|
setVersion: string;
|
|
3895
3895
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -3905,6 +3905,7 @@ export declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
3905
3905
|
build?: boolean | undefined;
|
|
3906
3906
|
help?: boolean | undefined;
|
|
3907
3907
|
yes?: boolean | undefined;
|
|
3908
|
+
env?: string | undefined;
|
|
3908
3909
|
quickstart?: string | undefined;
|
|
3909
3910
|
pluginName?: string | undefined;
|
|
3910
3911
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4020,7 +4021,6 @@ export declare const createProxyRequestArgs: (input: unknown) => {
|
|
|
4020
4021
|
maxConcurrency: number;
|
|
4021
4022
|
disableState: boolean;
|
|
4022
4023
|
logPluginRequests: boolean;
|
|
4023
|
-
env: string;
|
|
4024
4024
|
setBuild: string;
|
|
4025
4025
|
setVersion: string;
|
|
4026
4026
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4033,6 +4033,7 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4033
4033
|
build?: boolean | undefined;
|
|
4034
4034
|
help?: boolean | undefined;
|
|
4035
4035
|
yes?: boolean | undefined;
|
|
4036
|
+
env?: string | undefined;
|
|
4036
4037
|
quickstart?: string | undefined;
|
|
4037
4038
|
pluginName?: string | undefined;
|
|
4038
4039
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4148,7 +4149,6 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4148
4149
|
maxConcurrency: number;
|
|
4149
4150
|
disableState: boolean;
|
|
4150
4151
|
logPluginRequests: boolean;
|
|
4151
|
-
env: string;
|
|
4152
4152
|
setBuild: string;
|
|
4153
4153
|
setVersion: string;
|
|
4154
4154
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4158,6 +4158,7 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4158
4158
|
build?: boolean | undefined;
|
|
4159
4159
|
help?: boolean | undefined;
|
|
4160
4160
|
yes?: boolean | undefined;
|
|
4161
|
+
env?: string | undefined;
|
|
4161
4162
|
quickstart?: string | undefined;
|
|
4162
4163
|
pluginName?: string | undefined;
|
|
4163
4164
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4273,7 +4274,6 @@ export declare const makeProxyRequestArgs: (input: {
|
|
|
4273
4274
|
maxConcurrency: number;
|
|
4274
4275
|
disableState: boolean;
|
|
4275
4276
|
logPluginRequests: boolean;
|
|
4276
|
-
env: string;
|
|
4277
4277
|
setBuild: string;
|
|
4278
4278
|
setVersion: string;
|
|
4279
4279
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4286,6 +4286,7 @@ export declare const ofProxyRequestArgs: (input: unknown) => import("fluture").F
|
|
|
4286
4286
|
build?: boolean | undefined;
|
|
4287
4287
|
help?: boolean | undefined;
|
|
4288
4288
|
yes?: boolean | undefined;
|
|
4289
|
+
env?: string | undefined;
|
|
4289
4290
|
quickstart?: string | undefined;
|
|
4290
4291
|
pluginName?: string | undefined;
|
|
4291
4292
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4401,7 +4402,6 @@ export declare const ofProxyRequestArgs: (input: unknown) => import("fluture").F
|
|
|
4401
4402
|
maxConcurrency: number;
|
|
4402
4403
|
disableState: boolean;
|
|
4403
4404
|
logPluginRequests: boolean;
|
|
4404
|
-
env: string;
|
|
4405
4405
|
setBuild: string;
|
|
4406
4406
|
setVersion: string;
|
|
4407
4407
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4414,6 +4414,7 @@ export declare const createProxyTemplateRequestArgs: (input: unknown) => {
|
|
|
4414
4414
|
build?: boolean | undefined;
|
|
4415
4415
|
help?: boolean | undefined;
|
|
4416
4416
|
yes?: boolean | undefined;
|
|
4417
|
+
env?: string | undefined;
|
|
4417
4418
|
quickstart?: string | undefined;
|
|
4418
4419
|
pluginName?: string | undefined;
|
|
4419
4420
|
config: {
|
|
@@ -4488,7 +4489,6 @@ export declare const createProxyTemplateRequestArgs: (input: unknown) => {
|
|
|
4488
4489
|
maxConcurrency: number;
|
|
4489
4490
|
disableState: boolean;
|
|
4490
4491
|
logPluginRequests: boolean;
|
|
4491
|
-
env: string;
|
|
4492
4492
|
setBuild: string;
|
|
4493
4493
|
setVersion: string;
|
|
4494
4494
|
template: string;
|
|
@@ -4502,6 +4502,7 @@ export declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4502
4502
|
build?: boolean | undefined;
|
|
4503
4503
|
help?: boolean | undefined;
|
|
4504
4504
|
yes?: boolean | undefined;
|
|
4505
|
+
env?: string | undefined;
|
|
4505
4506
|
quickstart?: string | undefined;
|
|
4506
4507
|
pluginName?: string | undefined;
|
|
4507
4508
|
config: {
|
|
@@ -4576,7 +4577,6 @@ export declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4576
4577
|
maxConcurrency: number;
|
|
4577
4578
|
disableState: boolean;
|
|
4578
4579
|
logPluginRequests: boolean;
|
|
4579
|
-
env: string;
|
|
4580
4580
|
setBuild: string;
|
|
4581
4581
|
setVersion: string;
|
|
4582
4582
|
template: string;
|
|
@@ -4587,6 +4587,7 @@ export declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4587
4587
|
build?: boolean | undefined;
|
|
4588
4588
|
help?: boolean | undefined;
|
|
4589
4589
|
yes?: boolean | undefined;
|
|
4590
|
+
env?: string | undefined;
|
|
4590
4591
|
quickstart?: string | undefined;
|
|
4591
4592
|
pluginName?: string | undefined;
|
|
4592
4593
|
config: {
|
|
@@ -4661,7 +4662,6 @@ export declare const makeProxyTemplateRequestArgs: (input: {
|
|
|
4661
4662
|
maxConcurrency: number;
|
|
4662
4663
|
disableState: boolean;
|
|
4663
4664
|
logPluginRequests: boolean;
|
|
4664
|
-
env: string;
|
|
4665
4665
|
setBuild: string;
|
|
4666
4666
|
setVersion: string;
|
|
4667
4667
|
template: string;
|
|
@@ -4675,6 +4675,7 @@ export declare const ofProxyTemplateRequestArgs: (input: unknown) => import("flu
|
|
|
4675
4675
|
build?: boolean | undefined;
|
|
4676
4676
|
help?: boolean | undefined;
|
|
4677
4677
|
yes?: boolean | undefined;
|
|
4678
|
+
env?: string | undefined;
|
|
4678
4679
|
quickstart?: string | undefined;
|
|
4679
4680
|
pluginName?: string | undefined;
|
|
4680
4681
|
config: {
|
|
@@ -4749,7 +4750,6 @@ export declare const ofProxyTemplateRequestArgs: (input: unknown) => import("flu
|
|
|
4749
4750
|
maxConcurrency: number;
|
|
4750
4751
|
disableState: boolean;
|
|
4751
4752
|
logPluginRequests: boolean;
|
|
4752
|
-
env: string;
|
|
4753
4753
|
setBuild: string;
|
|
4754
4754
|
setVersion: string;
|
|
4755
4755
|
template: string;
|
|
@@ -4763,6 +4763,7 @@ export declare const create: (input: {
|
|
|
4763
4763
|
build?: boolean | undefined;
|
|
4764
4764
|
help?: boolean | undefined;
|
|
4765
4765
|
yes?: boolean | undefined;
|
|
4766
|
+
env?: string | undefined;
|
|
4766
4767
|
quickstart?: string | undefined;
|
|
4767
4768
|
pluginName?: string | undefined;
|
|
4768
4769
|
config: {
|
|
@@ -4837,7 +4838,6 @@ export declare const create: (input: {
|
|
|
4837
4838
|
maxConcurrency: number;
|
|
4838
4839
|
disableState: boolean;
|
|
4839
4840
|
logPluginRequests: boolean;
|
|
4840
|
-
env: string;
|
|
4841
4841
|
setBuild: string;
|
|
4842
4842
|
setVersion: string;
|
|
4843
4843
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4847,6 +4847,7 @@ export declare const create: (input: {
|
|
|
4847
4847
|
build?: boolean | undefined;
|
|
4848
4848
|
help?: boolean | undefined;
|
|
4849
4849
|
yes?: boolean | undefined;
|
|
4850
|
+
env?: string | undefined;
|
|
4850
4851
|
quickstart?: string | undefined;
|
|
4851
4852
|
pluginName?: string | undefined;
|
|
4852
4853
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -4961,7 +4962,6 @@ export declare const create: (input: {
|
|
|
4961
4962
|
maxConcurrency: number;
|
|
4962
4963
|
disableState: boolean;
|
|
4963
4964
|
logPluginRequests: boolean;
|
|
4964
|
-
env: string;
|
|
4965
4965
|
setBuild: string;
|
|
4966
4966
|
setVersion: string;
|
|
4967
4967
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -4971,6 +4971,7 @@ export declare const create: (input: {
|
|
|
4971
4971
|
build?: boolean | undefined;
|
|
4972
4972
|
help?: boolean | undefined;
|
|
4973
4973
|
yes?: boolean | undefined;
|
|
4974
|
+
env?: string | undefined;
|
|
4974
4975
|
quickstart?: string | undefined;
|
|
4975
4976
|
pluginName?: string | undefined;
|
|
4976
4977
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5085,7 +5086,6 @@ export declare const create: (input: {
|
|
|
5085
5086
|
maxConcurrency: number;
|
|
5086
5087
|
disableState: boolean;
|
|
5087
5088
|
logPluginRequests: boolean;
|
|
5088
|
-
env: string;
|
|
5089
5089
|
setBuild: string;
|
|
5090
5090
|
setVersion: string;
|
|
5091
5091
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5097,6 +5097,7 @@ export declare const create: (input: {
|
|
|
5097
5097
|
build?: boolean | undefined;
|
|
5098
5098
|
help?: boolean | undefined;
|
|
5099
5099
|
yes?: boolean | undefined;
|
|
5100
|
+
env?: string | undefined;
|
|
5100
5101
|
quickstart?: string | undefined;
|
|
5101
5102
|
pluginName?: string | undefined;
|
|
5102
5103
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5211,7 +5212,6 @@ export declare const create: (input: {
|
|
|
5211
5212
|
maxConcurrency: number;
|
|
5212
5213
|
disableState: boolean;
|
|
5213
5214
|
logPluginRequests: boolean;
|
|
5214
|
-
env: string;
|
|
5215
5215
|
setBuild: string;
|
|
5216
5216
|
setVersion: string;
|
|
5217
5217
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5221,6 +5221,7 @@ export declare const create: (input: {
|
|
|
5221
5221
|
build?: boolean | undefined;
|
|
5222
5222
|
help?: boolean | undefined;
|
|
5223
5223
|
yes?: boolean | undefined;
|
|
5224
|
+
env?: string | undefined;
|
|
5224
5225
|
quickstart?: string | undefined;
|
|
5225
5226
|
pluginName?: string | undefined;
|
|
5226
5227
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5335,7 +5336,6 @@ export declare const create: (input: {
|
|
|
5335
5336
|
maxConcurrency: number;
|
|
5336
5337
|
disableState: boolean;
|
|
5337
5338
|
logPluginRequests: boolean;
|
|
5338
|
-
env: string;
|
|
5339
5339
|
setBuild: string;
|
|
5340
5340
|
setVersion: string;
|
|
5341
5341
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5347,6 +5347,7 @@ export declare const create: (input: {
|
|
|
5347
5347
|
build?: boolean | undefined;
|
|
5348
5348
|
help?: boolean | undefined;
|
|
5349
5349
|
yes?: boolean | undefined;
|
|
5350
|
+
env?: string | undefined;
|
|
5350
5351
|
quickstart?: string | undefined;
|
|
5351
5352
|
pluginName?: string | undefined;
|
|
5352
5353
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5461,7 +5462,6 @@ export declare const create: (input: {
|
|
|
5461
5462
|
maxConcurrency: number;
|
|
5462
5463
|
disableState: boolean;
|
|
5463
5464
|
logPluginRequests: boolean;
|
|
5464
|
-
env: string;
|
|
5465
5465
|
setBuild: string;
|
|
5466
5466
|
setVersion: string;
|
|
5467
5467
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|
|
@@ -5473,6 +5473,7 @@ export declare const create: (input: {
|
|
|
5473
5473
|
build?: boolean | undefined;
|
|
5474
5474
|
help?: boolean | undefined;
|
|
5475
5475
|
yes?: boolean | undefined;
|
|
5476
|
+
env?: string | undefined;
|
|
5476
5477
|
quickstart?: string | undefined;
|
|
5477
5478
|
pluginName?: string | undefined;
|
|
5478
5479
|
config: import("@taqueria/protocol/Base").Flatten<{
|
|
@@ -5587,7 +5588,6 @@ export declare const create: (input: {
|
|
|
5587
5588
|
maxConcurrency: number;
|
|
5588
5589
|
disableState: boolean;
|
|
5589
5590
|
logPluginRequests: boolean;
|
|
5590
|
-
env: string;
|
|
5591
5591
|
setBuild: string;
|
|
5592
5592
|
setVersion: string;
|
|
5593
5593
|
taqRun: "pluginInfo" | "proxy" | "checkRuntimeDependencies" | "installRuntimeDependencies" | "proxyTemplate";
|