@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.
Files changed (107) hide show
  1. package/Alias.d.ts +10 -16
  2. package/Alias.d.ts.map +1 -0
  3. package/Base.d.ts +7 -9
  4. package/Base.d.ts.map +1 -0
  5. package/Command.d.ts +9 -15
  6. package/Command.d.ts.map +1 -0
  7. package/Config.d.ts +16 -23
  8. package/Config.d.ts.map +1 -0
  9. package/Contract.d.ts +10 -16
  10. package/Contract.d.ts.map +1 -0
  11. package/Crypto.d.ts +2 -3
  12. package/Crypto.d.ts.map +1 -0
  13. package/EconomicalProtocolHash.d.ts +12 -19
  14. package/EconomicalProtocolHash.d.ts.map +1 -0
  15. package/Environment.d.ts +14 -22
  16. package/Environment.d.ts.map +1 -0
  17. package/EphemeralState.d.ts +161 -166
  18. package/EphemeralState.d.ts.map +1 -0
  19. package/Faucet.d.ts +13 -20
  20. package/Faucet.d.ts.map +1 -0
  21. package/HumanReadableIdentifier.d.ts +9 -15
  22. package/HumanReadableIdentifier.d.ts.map +1 -0
  23. package/InstalledPlugin.d.ts +13 -20
  24. package/InstalledPlugin.d.ts.map +1 -0
  25. package/LoadedConfig.d.ts +15 -22
  26. package/LoadedConfig.d.ts.map +1 -0
  27. package/MetadataConfig.d.ts +13 -20
  28. package/MetadataConfig.d.ts.map +1 -0
  29. package/NetworkConfig.d.ts +13 -20
  30. package/NetworkConfig.d.ts.map +1 -0
  31. package/Operation.d.ts +35 -41
  32. package/Operation.d.ts.map +1 -0
  33. package/Option.d.ts +14 -21
  34. package/Option.d.ts.map +1 -0
  35. package/ParsedOperation.d.ts +49 -57
  36. package/ParsedOperation.d.ts.map +1 -0
  37. package/ParsedTemplate.d.ts +35 -43
  38. package/ParsedTemplate.d.ts.map +1 -0
  39. package/PersistentState.d.ts +18 -24
  40. package/PersistentState.d.ts.map +1 -0
  41. package/PluginActionName.d.ts +6 -7
  42. package/PluginActionName.d.ts.map +1 -0
  43. package/PluginDependenciesResponse.d.ts +14 -20
  44. package/PluginDependenciesResponse.d.ts.map +1 -0
  45. package/PluginInfo.d.ts +38 -45
  46. package/PluginInfo.d.ts.map +1 -0
  47. package/PluginJsonResponse.d.ts +11 -16
  48. package/PluginJsonResponse.d.ts.map +1 -0
  49. package/PluginProxyResponse.d.ts +9 -16
  50. package/PluginProxyResponse.d.ts.map +1 -0
  51. package/PluginResponseEncoding.d.ts +11 -18
  52. package/PluginResponseEncoding.d.ts.map +1 -0
  53. package/PluginSchema.d.ts +223 -231
  54. package/PluginSchema.d.ts.map +1 -0
  55. package/PositionalArg.d.ts +13 -20
  56. package/PositionalArg.d.ts.map +1 -0
  57. package/Provisioner.d.ts +16 -23
  58. package/Provisioner.d.ts.map +1 -0
  59. package/ProvisionerID.d.ts +12 -19
  60. package/ProvisionerID.d.ts.map +1 -0
  61. package/Provisions.d.ts +12 -19
  62. package/Provisions.d.ts.map +1 -0
  63. package/PublicKeyHash.d.ts +13 -20
  64. package/PublicKeyHash.d.ts.map +1 -0
  65. package/RequestArgs.d.ts +165 -174
  66. package/RequestArgs.d.ts.map +1 -0
  67. package/SHA256.d.ts +11 -15
  68. package/SHA256.d.ts.map +1 -0
  69. package/SandboxAccountConfig.d.ts +13 -20
  70. package/SandboxAccountConfig.d.ts.map +1 -0
  71. package/SandboxConfig.d.ts +13 -20
  72. package/SandboxConfig.d.ts.map +1 -0
  73. package/SanitizedAbsPath.d.ts +12 -19
  74. package/SanitizedAbsPath.d.ts.map +1 -0
  75. package/SanitizedArgs.d.ts +76 -83
  76. package/SanitizedArgs.d.ts.map +1 -0
  77. package/SanitizedPath.d.ts +9 -15
  78. package/SanitizedPath.d.ts.map +1 -0
  79. package/ScaffoldConfig.d.ts +3 -4
  80. package/ScaffoldConfig.d.ts.map +1 -0
  81. package/Settings.d.ts +13 -20
  82. package/Settings.d.ts.map +1 -0
  83. package/SingleChar.d.ts +12 -19
  84. package/SingleChar.d.ts.map +1 -0
  85. package/TaqError.d.ts +10 -13
  86. package/TaqError.d.ts.map +1 -0
  87. package/Task.d.ts +13 -20
  88. package/Task.d.ts.map +1 -0
  89. package/Template.d.ts +55 -63
  90. package/Template.d.ts.map +1 -0
  91. package/Timestamp.d.ts +13 -20
  92. package/Timestamp.d.ts.map +1 -0
  93. package/Tz.d.ts +11 -18
  94. package/Tz.d.ts.map +1 -0
  95. package/Url.d.ts +13 -20
  96. package/Url.d.ts.map +1 -0
  97. package/Verb.d.ts +12 -19
  98. package/Verb.d.ts.map +1 -0
  99. package/VersionNumber.d.ts +9 -15
  100. package/VersionNumber.d.ts.map +1 -0
  101. package/i18n.d.ts +4 -4
  102. package/i18n.d.ts.map +1 -0
  103. package/package.json +3 -3
  104. package/taqueria-protocol-types.d.ts +37 -72
  105. package/taqueria-protocol-types.d.ts.map +1 -0
  106. package/tzkt-config.d.ts +13 -20
  107. package/tzkt-config.d.ts.map +1 -0
package/PluginInfo.d.ts CHANGED
@@ -1,9 +1,6 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { Flatten } from '@taqueria/protocol/Base';
4
2
  import { z } from 'zod';
5
-
6
- declare const rawSchema: z.ZodObject<{
3
+ export declare const rawSchema: z.ZodObject<{
7
4
  name: z.ZodString;
8
5
  version: z.ZodString;
9
6
  schema: z.ZodString;
@@ -148,7 +145,6 @@ declare const rawSchema: z.ZodObject<{
148
145
  readonly __kind: any;
149
146
  })[], unknown>>;
150
147
  operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
151
- description?: string | undefined;
152
148
  options?: Flatten<{
153
149
  boolean?: boolean | undefined;
154
150
  type?: "string" | "number" | "boolean" | undefined;
@@ -165,6 +161,7 @@ declare const rawSchema: z.ZodObject<{
165
161
  } & {
166
162
  readonly __kind: any;
167
163
  }>[] | undefined;
164
+ description?: string | undefined;
168
165
  positionals?: ({
169
166
  type?: "string" | "number" | "boolean" | undefined;
170
167
  defaultValue?: string | number | boolean | undefined;
@@ -185,7 +182,6 @@ declare const rawSchema: z.ZodObject<{
185
182
  } & {
186
183
  readonly __kind: any;
187
184
  }, any>, {
188
- description?: string | undefined;
189
185
  options?: Flatten<{
190
186
  boolean?: boolean | undefined;
191
187
  type?: "string" | "number" | "boolean" | undefined;
@@ -202,6 +198,7 @@ declare const rawSchema: z.ZodObject<{
202
198
  } & {
203
199
  readonly __kind: any;
204
200
  }>[] | undefined;
201
+ description?: string | undefined;
205
202
  positionals?: ({
206
203
  type?: "string" | "number" | "boolean" | undefined;
207
204
  defaultValue?: string | number | boolean | undefined;
@@ -222,7 +219,6 @@ declare const rawSchema: z.ZodObject<{
222
219
  } & {
223
220
  readonly __kind: any;
224
221
  }, any>, "many">, ({
225
- description?: string | undefined;
226
222
  options?: Flatten<{
227
223
  boolean?: boolean | undefined;
228
224
  type?: "string" | "number" | "boolean" | undefined;
@@ -239,6 +235,7 @@ declare const rawSchema: z.ZodObject<{
239
235
  } & {
240
236
  readonly __kind: any;
241
237
  }>[] | undefined;
238
+ description?: string | undefined;
242
239
  positionals?: ({
243
240
  type?: "string" | "number" | "boolean" | undefined;
244
241
  defaultValue?: string | number | boolean | undefined;
@@ -388,7 +385,6 @@ declare const rawSchema: z.ZodObject<{
388
385
  })[], unknown>>;
389
386
  }, "strip", z.ZodTypeAny, {
390
387
  operations?: ({
391
- description?: string | undefined;
392
388
  options?: Flatten<{
393
389
  boolean?: boolean | undefined;
394
390
  type?: "string" | "number" | "boolean" | undefined;
@@ -405,6 +401,7 @@ declare const rawSchema: z.ZodObject<{
405
401
  } & {
406
402
  readonly __kind: any;
407
403
  }>[] | undefined;
404
+ description?: string | undefined;
408
405
  positionals?: ({
409
406
  type?: "string" | "number" | "boolean" | undefined;
410
407
  defaultValue?: string | number | boolean | undefined;
@@ -528,7 +525,7 @@ declare const rawSchema: z.ZodObject<{
528
525
  version: string;
529
526
  alias: string;
530
527
  }>;
531
- declare const internalSchema: z.ZodObject<z.extendShape<{
528
+ export declare const internalSchema: z.ZodObject<z.extendShape<{
532
529
  name: z.ZodString;
533
530
  version: z.ZodString;
534
531
  schema: z.ZodString;
@@ -673,7 +670,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
673
670
  readonly __kind: any;
674
671
  })[], unknown>>;
675
672
  operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
676
- description?: string | undefined;
677
673
  options?: Flatten<{
678
674
  boolean?: boolean | undefined;
679
675
  type?: "string" | "number" | "boolean" | undefined;
@@ -690,6 +686,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
690
686
  } & {
691
687
  readonly __kind: any;
692
688
  }>[] | undefined;
689
+ description?: string | undefined;
693
690
  positionals?: ({
694
691
  type?: "string" | "number" | "boolean" | undefined;
695
692
  defaultValue?: string | number | boolean | undefined;
@@ -710,7 +707,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
710
707
  } & {
711
708
  readonly __kind: any;
712
709
  }, any>, {
713
- description?: string | undefined;
714
710
  options?: Flatten<{
715
711
  boolean?: boolean | undefined;
716
712
  type?: "string" | "number" | "boolean" | undefined;
@@ -727,6 +723,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
727
723
  } & {
728
724
  readonly __kind: any;
729
725
  }>[] | undefined;
726
+ description?: string | undefined;
730
727
  positionals?: ({
731
728
  type?: "string" | "number" | "boolean" | undefined;
732
729
  defaultValue?: string | number | boolean | undefined;
@@ -747,7 +744,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
747
744
  } & {
748
745
  readonly __kind: any;
749
746
  }, any>, "many">, ({
750
- description?: string | undefined;
751
747
  options?: Flatten<{
752
748
  boolean?: boolean | undefined;
753
749
  type?: "string" | "number" | "boolean" | undefined;
@@ -764,6 +760,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
764
760
  } & {
765
761
  readonly __kind: any;
766
762
  }>[] | undefined;
763
+ description?: string | undefined;
767
764
  positionals?: ({
768
765
  type?: "string" | "number" | "boolean" | undefined;
769
766
  defaultValue?: string | number | boolean | undefined;
@@ -1069,7 +1066,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1069
1066
  readonly __kind: any;
1070
1067
  })[], unknown>>;
1071
1068
  operations: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
1072
- description?: string | undefined;
1073
1069
  options?: Flatten<{
1074
1070
  boolean?: boolean | undefined;
1075
1071
  type?: "string" | "number" | "boolean" | undefined;
@@ -1086,6 +1082,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1086
1082
  } & {
1087
1083
  readonly __kind: any;
1088
1084
  }>[] | undefined;
1085
+ description?: string | undefined;
1089
1086
  positionals?: ({
1090
1087
  type?: "string" | "number" | "boolean" | undefined;
1091
1088
  defaultValue?: string | number | boolean | undefined;
@@ -1106,7 +1103,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1106
1103
  } & {
1107
1104
  readonly __kind: any;
1108
1105
  }, any>, {
1109
- description?: string | undefined;
1110
1106
  options?: Flatten<{
1111
1107
  boolean?: boolean | undefined;
1112
1108
  type?: "string" | "number" | "boolean" | undefined;
@@ -1123,6 +1119,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1123
1119
  } & {
1124
1120
  readonly __kind: any;
1125
1121
  }>[] | undefined;
1122
+ description?: string | undefined;
1126
1123
  positionals?: ({
1127
1124
  type?: "string" | "number" | "boolean" | undefined;
1128
1125
  defaultValue?: string | number | boolean | undefined;
@@ -1143,7 +1140,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1143
1140
  } & {
1144
1141
  readonly __kind: any;
1145
1142
  }, any>, "many">, ({
1146
- description?: string | undefined;
1147
1143
  options?: Flatten<{
1148
1144
  boolean?: boolean | undefined;
1149
1145
  type?: "string" | "number" | "boolean" | undefined;
@@ -1160,6 +1156,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1160
1156
  } & {
1161
1157
  readonly __kind: any;
1162
1158
  }>[] | undefined;
1159
+ description?: string | undefined;
1163
1160
  positionals?: ({
1164
1161
  type?: "string" | "number" | "boolean" | undefined;
1165
1162
  defaultValue?: string | number | boolean | undefined;
@@ -1309,7 +1306,6 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1309
1306
  })[], unknown>>;
1310
1307
  }>, "strip", z.ZodTypeAny, {
1311
1308
  operations?: ({
1312
- description?: string | undefined;
1313
1309
  options?: Flatten<{
1314
1310
  boolean?: boolean | undefined;
1315
1311
  type?: "string" | "number" | "boolean" | undefined;
@@ -1326,6 +1322,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1326
1322
  } & {
1327
1323
  readonly __kind: any;
1328
1324
  }>[] | undefined;
1325
+ description?: string | undefined;
1329
1326
  positionals?: ({
1330
1327
  type?: "string" | "number" | "boolean" | undefined;
1331
1328
  defaultValue?: string | number | boolean | undefined;
@@ -1455,12 +1452,11 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
1455
1452
  templates?: unknown;
1456
1453
  name: string;
1457
1454
  }>;
1458
- declare const schemas: {
1455
+ export declare const schemas: {
1459
1456
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
1460
1457
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
1461
1458
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
1462
1459
  operations?: ({
1463
- description?: string | undefined;
1464
1460
  options?: Flatten<{
1465
1461
  boolean?: boolean | undefined;
1466
1462
  type?: "string" | "number" | "boolean" | undefined;
@@ -1477,6 +1473,7 @@ declare const schemas: {
1477
1473
  } & {
1478
1474
  readonly __kind: any;
1479
1475
  }>[] | undefined;
1476
+ description?: string | undefined;
1480
1477
  positionals?: ({
1481
1478
  type?: "string" | "number" | "boolean" | undefined;
1482
1479
  defaultValue?: string | number | boolean | undefined;
@@ -1600,11 +1597,9 @@ declare const schemas: {
1600
1597
  }> & {
1601
1598
  readonly __kind: any;
1602
1599
  }, any>;
1603
- };
1604
- declare const factory: {
1600
+ }, factory: {
1605
1601
  make: (input: Flatten<{
1606
1602
  operations?: ({
1607
- description?: string | undefined;
1608
1603
  options?: Flatten<{
1609
1604
  boolean?: boolean | undefined;
1610
1605
  type?: "string" | "number" | "boolean" | undefined;
@@ -1621,6 +1616,7 @@ declare const factory: {
1621
1616
  } & {
1622
1617
  readonly __kind: any;
1623
1618
  }>[] | undefined;
1619
+ description?: string | undefined;
1624
1620
  positionals?: ({
1625
1621
  type?: "string" | "number" | "boolean" | undefined;
1626
1622
  defaultValue?: string | number | boolean | undefined;
@@ -1741,9 +1737,8 @@ declare const factory: {
1741
1737
  alias: string & {
1742
1738
  readonly __kind: any;
1743
1739
  };
1744
- }>) => fluture.FutureInstance<TaqError, Flatten<{
1740
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1745
1741
  operations?: ({
1746
- description?: string | undefined;
1747
1742
  options?: Flatten<{
1748
1743
  boolean?: boolean | undefined;
1749
1744
  type?: "string" | "number" | "boolean" | undefined;
@@ -1760,6 +1755,7 @@ declare const factory: {
1760
1755
  } & {
1761
1756
  readonly __kind: any;
1762
1757
  }>[] | undefined;
1758
+ description?: string | undefined;
1763
1759
  positionals?: ({
1764
1760
  type?: "string" | "number" | "boolean" | undefined;
1765
1761
  defaultValue?: string | number | boolean | undefined;
@@ -1883,9 +1879,8 @@ declare const factory: {
1883
1879
  }> & {
1884
1880
  readonly __kind: any;
1885
1881
  }>;
1886
- of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1882
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1887
1883
  operations?: ({
1888
- description?: string | undefined;
1889
1884
  options?: Flatten<{
1890
1885
  boolean?: boolean | undefined;
1891
1886
  type?: "string" | "number" | "boolean" | undefined;
@@ -1902,6 +1897,7 @@ declare const factory: {
1902
1897
  } & {
1903
1898
  readonly __kind: any;
1904
1899
  }>[] | undefined;
1900
+ description?: string | undefined;
1905
1901
  positionals?: ({
1906
1902
  type?: "string" | "number" | "boolean" | undefined;
1907
1903
  defaultValue?: string | number | boolean | undefined;
@@ -2027,7 +2023,6 @@ declare const factory: {
2027
2023
  }>;
2028
2024
  create: (input: {
2029
2025
  operations?: ({
2030
- description?: string | undefined;
2031
2026
  options?: Flatten<{
2032
2027
  boolean?: boolean | undefined;
2033
2028
  type?: "string" | "number" | "boolean" | undefined;
@@ -2044,6 +2039,7 @@ declare const factory: {
2044
2039
  } & {
2045
2040
  readonly __kind: any;
2046
2041
  }>[] | undefined;
2042
+ description?: string | undefined;
2047
2043
  positionals?: ({
2048
2044
  type?: "string" | "number" | "boolean" | undefined;
2049
2045
  defaultValue?: string | number | boolean | undefined;
@@ -2160,7 +2156,6 @@ declare const factory: {
2160
2156
  alias: string;
2161
2157
  } | Flatten<{
2162
2158
  operations?: ({
2163
- description?: string | undefined;
2164
2159
  options?: Flatten<{
2165
2160
  boolean?: boolean | undefined;
2166
2161
  type?: "string" | "number" | "boolean" | undefined;
@@ -2177,6 +2172,7 @@ declare const factory: {
2177
2172
  } & {
2178
2173
  readonly __kind: any;
2179
2174
  }>[] | undefined;
2175
+ description?: string | undefined;
2180
2176
  positionals?: ({
2181
2177
  type?: "string" | "number" | "boolean" | undefined;
2182
2178
  defaultValue?: string | number | boolean | undefined;
@@ -2299,7 +2295,6 @@ declare const factory: {
2299
2295
  };
2300
2296
  }>) => Flatten<{
2301
2297
  operations?: ({
2302
- description?: string | undefined;
2303
2298
  options?: Flatten<{
2304
2299
  boolean?: boolean | undefined;
2305
2300
  type?: "string" | "number" | "boolean" | undefined;
@@ -2316,6 +2311,7 @@ declare const factory: {
2316
2311
  } & {
2317
2312
  readonly __kind: any;
2318
2313
  }>[] | undefined;
2314
+ description?: string | undefined;
2319
2315
  positionals?: ({
2320
2316
  type?: "string" | "number" | "boolean" | undefined;
2321
2317
  defaultValue?: string | number | boolean | undefined;
@@ -2441,7 +2437,6 @@ declare const factory: {
2441
2437
  };
2442
2438
  from: (input: unknown) => Flatten<{
2443
2439
  operations?: ({
2444
- description?: string | undefined;
2445
2440
  options?: Flatten<{
2446
2441
  boolean?: boolean | undefined;
2447
2442
  type?: "string" | "number" | "boolean" | undefined;
@@ -2458,6 +2453,7 @@ declare const factory: {
2458
2453
  } & {
2459
2454
  readonly __kind: any;
2460
2455
  }>[] | undefined;
2456
+ description?: string | undefined;
2461
2457
  positionals?: ({
2462
2458
  type?: "string" | "number" | "boolean" | undefined;
2463
2459
  defaultValue?: string | number | boolean | undefined;
@@ -2582,11 +2578,10 @@ declare const factory: {
2582
2578
  readonly __kind: any;
2583
2579
  };
2584
2580
  };
2585
- declare type PluginInfo = Flatten<z.infer<typeof schemas.schema>>;
2586
- declare type t = PluginInfo;
2587
- declare const create: (input: {
2581
+ export declare type PluginInfo = Flatten<z.infer<typeof schemas.schema>>;
2582
+ export declare type t = PluginInfo;
2583
+ export declare const create: (input: {
2588
2584
  operations?: ({
2589
- description?: string | undefined;
2590
2585
  options?: Flatten<{
2591
2586
  boolean?: boolean | undefined;
2592
2587
  type?: "string" | "number" | "boolean" | undefined;
@@ -2603,6 +2598,7 @@ declare const create: (input: {
2603
2598
  } & {
2604
2599
  readonly __kind: any;
2605
2600
  }>[] | undefined;
2601
+ description?: string | undefined;
2606
2602
  positionals?: ({
2607
2603
  type?: "string" | "number" | "boolean" | undefined;
2608
2604
  defaultValue?: string | number | boolean | undefined;
@@ -2719,7 +2715,6 @@ declare const create: (input: {
2719
2715
  alias: string;
2720
2716
  } | Flatten<{
2721
2717
  operations?: ({
2722
- description?: string | undefined;
2723
2718
  options?: Flatten<{
2724
2719
  boolean?: boolean | undefined;
2725
2720
  type?: "string" | "number" | "boolean" | undefined;
@@ -2736,6 +2731,7 @@ declare const create: (input: {
2736
2731
  } & {
2737
2732
  readonly __kind: any;
2738
2733
  }>[] | undefined;
2734
+ description?: string | undefined;
2739
2735
  positionals?: ({
2740
2736
  type?: "string" | "number" | "boolean" | undefined;
2741
2737
  defaultValue?: string | number | boolean | undefined;
@@ -2858,7 +2854,6 @@ declare const create: (input: {
2858
2854
  };
2859
2855
  }>) => Flatten<{
2860
2856
  operations?: ({
2861
- description?: string | undefined;
2862
2857
  options?: Flatten<{
2863
2858
  boolean?: boolean | undefined;
2864
2859
  type?: "string" | "number" | "boolean" | undefined;
@@ -2875,6 +2870,7 @@ declare const create: (input: {
2875
2870
  } & {
2876
2871
  readonly __kind: any;
2877
2872
  }>[] | undefined;
2873
+ description?: string | undefined;
2878
2874
  positionals?: ({
2879
2875
  type?: "string" | "number" | "boolean" | undefined;
2880
2876
  defaultValue?: string | number | boolean | undefined;
@@ -2997,10 +2993,8 @@ declare const create: (input: {
2997
2993
  };
2998
2994
  }> & {
2999
2995
  readonly __kind: any;
3000
- };
3001
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
2996
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
3002
2997
  operations?: ({
3003
- description?: string | undefined;
3004
2998
  options?: Flatten<{
3005
2999
  boolean?: boolean | undefined;
3006
3000
  type?: "string" | "number" | "boolean" | undefined;
@@ -3017,6 +3011,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
3017
3011
  } & {
3018
3012
  readonly __kind: any;
3019
3013
  }>[] | undefined;
3014
+ description?: string | undefined;
3020
3015
  positionals?: ({
3021
3016
  type?: "string" | "number" | "boolean" | undefined;
3022
3017
  defaultValue?: string | number | boolean | undefined;
@@ -3139,10 +3134,8 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
3139
3134
  };
3140
3135
  }> & {
3141
3136
  readonly __kind: any;
3142
- }>;
3143
- declare const make: (input: Flatten<{
3137
+ }>, make: (input: Flatten<{
3144
3138
  operations?: ({
3145
- description?: string | undefined;
3146
3139
  options?: Flatten<{
3147
3140
  boolean?: boolean | undefined;
3148
3141
  type?: "string" | "number" | "boolean" | undefined;
@@ -3159,6 +3152,7 @@ declare const make: (input: Flatten<{
3159
3152
  } & {
3160
3153
  readonly __kind: any;
3161
3154
  }>[] | undefined;
3155
+ description?: string | undefined;
3162
3156
  positionals?: ({
3163
3157
  type?: "string" | "number" | "boolean" | undefined;
3164
3158
  defaultValue?: string | number | boolean | undefined;
@@ -3279,9 +3273,8 @@ declare const make: (input: Flatten<{
3279
3273
  alias: string & {
3280
3274
  readonly __kind: any;
3281
3275
  };
3282
- }>) => fluture.FutureInstance<TaqError, Flatten<{
3276
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
3283
3277
  operations?: ({
3284
- description?: string | undefined;
3285
3278
  options?: Flatten<{
3286
3279
  boolean?: boolean | undefined;
3287
3280
  type?: "string" | "number" | "boolean" | undefined;
@@ -3298,6 +3291,7 @@ declare const make: (input: Flatten<{
3298
3291
  } & {
3299
3292
  readonly __kind: any;
3300
3293
  }>[] | undefined;
3294
+ description?: string | undefined;
3301
3295
  positionals?: ({
3302
3296
  type?: "string" | "number" | "boolean" | undefined;
3303
3297
  defaultValue?: string | number | boolean | undefined;
@@ -3421,5 +3415,4 @@ declare const make: (input: Flatten<{
3421
3415
  }> & {
3422
3416
  readonly __kind: any;
3423
3417
  }>;
3424
-
3425
- export { PluginInfo, create, factory, internalSchema, make, of, rawSchema, schemas, t };
3418
+ //# sourceMappingURL=PluginInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginInfo.d.ts","sourceRoot":"","sources":["PluginInfo.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAK9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyBpB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBC,CAAC;AAO7B,eAAO,MAAQ,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK7B,CAAC;AAEH,oBAAY,UAAU,GAAG,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC;AACjE,oBAAY,CAAC,GAAG,UAAU,CAAC;AAC3B,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC"}
@@ -1,8 +1,5 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { z } from 'zod';
4
-
5
- declare const rawSchema: z.ZodObject<{
2
+ export declare const rawSchema: z.ZodObject<{
6
3
  data: z.ZodOptional<z.ZodUnknown>;
7
4
  render: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"none">, z.ZodLiteral<"table">, z.ZodLiteral<"string">]>>;
8
5
  }, "strip", z.ZodTypeAny, {
@@ -12,7 +9,7 @@ declare const rawSchema: z.ZodObject<{
12
9
  data?: unknown;
13
10
  render?: "string" | "none" | "table" | undefined;
14
11
  }>;
15
- declare const pluginJsonResponse: {
12
+ export declare const pluginJsonResponse: {
16
13
  schemas: {
17
14
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
18
15
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
@@ -27,13 +24,13 @@ declare const pluginJsonResponse: {
27
24
  make: (input: {
28
25
  data?: unknown;
29
26
  render?: "string" | "none" | "table" | undefined;
30
- }) => fluture.FutureInstance<TaqError, {
27
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
31
28
  data?: unknown;
32
29
  render?: "string" | "none" | "table" | undefined;
33
30
  } & {
34
31
  readonly __kind: any;
35
32
  }>;
36
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
33
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
37
34
  data?: unknown;
38
35
  render?: "string" | "none" | "table" | undefined;
39
36
  } & {
@@ -56,9 +53,9 @@ declare const pluginJsonResponse: {
56
53
  };
57
54
  };
58
55
  };
59
- declare type PluginJsonResponse = z.infer<typeof pluginJsonResponse.schemas.schema>;
60
- declare type t = PluginJsonResponse;
61
- declare const schemas: {
56
+ export declare type PluginJsonResponse = z.infer<typeof pluginJsonResponse.schemas.schema>;
57
+ export declare type t = PluginJsonResponse;
58
+ export declare const schemas: {
62
59
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
63
60
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
64
61
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -67,18 +64,17 @@ declare const schemas: {
67
64
  } & {
68
65
  readonly __kind: any;
69
66
  }, any>;
70
- };
71
- declare const factory: {
67
+ }, factory: {
72
68
  make: (input: {
73
69
  data?: unknown;
74
70
  render?: "string" | "none" | "table" | undefined;
75
- }) => fluture.FutureInstance<TaqError, {
71
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
76
72
  data?: unknown;
77
73
  render?: "string" | "none" | "table" | undefined;
78
74
  } & {
79
75
  readonly __kind: any;
80
76
  }>;
81
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
77
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
82
78
  data?: unknown;
83
79
  render?: "string" | "none" | "table" | undefined;
84
80
  } & {
@@ -100,5 +96,4 @@ declare const factory: {
100
96
  readonly __kind: any;
101
97
  };
102
98
  };
103
-
104
- export { PluginJsonResponse, factory, pluginJsonResponse, rawSchema, schemas, t };
99
+ //# sourceMappingURL=PluginJsonResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginJsonResponse.d.ts","sourceRoot":"","sources":["PluginJsonResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;EAOpB,CAAC;AAIH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK7B,CAAC;AAEH,oBAAY,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;AAEnF,oBAAY,CAAC,GAAG,kBAAkB,CAAC;AAEnC,eAAO,MAAQ,OAAO;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuB,CAAC"}
@@ -1,23 +1,16 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { z } from 'zod';
4
-
5
- declare const rawSchema: z.ZodUnion<[z.ZodType<any, z.ZodTypeDef, any>, z.ZodVoid]>;
6
- declare const schemas: {
2
+ export declare const rawSchema: z.ZodUnion<[z.ZodType<any, z.ZodTypeDef, any>, z.ZodVoid]>;
3
+ export declare const schemas: {
7
4
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
8
5
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
9
6
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, any, any>;
10
- };
11
- declare const factory: {
12
- make: (input: any) => fluture.FutureInstance<TaqError, any>;
13
- of: (input: unknown) => fluture.FutureInstance<TaqError, any>;
7
+ }, factory: {
8
+ make: (input: any) => import("fluture").FutureInstance<import("./TaqError").TaqError, any>;
9
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, any>;
14
10
  create: (input: any) => any;
15
11
  from: (input: unknown) => any;
16
12
  };
17
- declare type PluginProxyResponse = z.infer<typeof schemas.schema>;
18
- declare type t = PluginProxyResponse;
19
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, any>;
20
- declare const make: (input: any) => fluture.FutureInstance<TaqError, any>;
21
- declare const create: (input: any) => any;
22
-
23
- export { PluginProxyResponse, create, factory, make, of, rawSchema, schemas, t };
13
+ export declare type PluginProxyResponse = z.infer<typeof schemas.schema>;
14
+ export declare type t = PluginProxyResponse;
15
+ export declare const of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, any>, make: (input: any) => import("fluture").FutureInstance<import("./TaqError").TaqError, any>, create: (input: any) => any;
16
+ //# sourceMappingURL=PluginProxyResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginProxyResponse.d.ts","sourceRoot":"","sources":["PluginProxyResponse.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,SAAS,4DAAiB,CAAC;AAIxC,eAAO,MAAQ,OAAO;;;;GAAE,OAAO;;;;;CAK7B,CAAC;AAEH,oBAAY,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC;AACjE,oBAAY,CAAC,GAAG,mBAAmB,CAAC;AAEpC,eAAO,MAAQ,EAAE,4FAAE,IAAI,wFAAE,MAAM,qBAAY,CAAC"}
@@ -1,20 +1,16 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { z } from 'zod';
4
-
5
- declare const rawSchema: z.ZodEffects<z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"json">, z.ZodLiteral<"application/json">, z.ZodLiteral<"none">]>>>, "none" | "json" | "application/json" | undefined, unknown>;
6
- declare const schemas: {
2
+ export declare const rawSchema: z.ZodEffects<z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"json">, z.ZodLiteral<"application/json">, z.ZodLiteral<"none">]>>>, "none" | "json" | "application/json" | undefined, unknown>;
3
+ export declare const schemas: {
7
4
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
8
5
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
9
6
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, ("none" | "json" | "application/json" | undefined) & {
10
7
  readonly __kind: any;
11
8
  }, any>;
12
- };
13
- declare const factory: {
14
- make: (input: "none" | "json" | "application/json" | undefined) => fluture.FutureInstance<TaqError, ("none" | "json" | "application/json" | undefined) & {
9
+ }, factory: {
10
+ make: (input: "none" | "json" | "application/json" | undefined) => import("fluture").FutureInstance<import("./TaqError").TaqError, ("none" | "json" | "application/json" | undefined) & {
15
11
  readonly __kind: any;
16
12
  }>;
17
- of: (input: unknown) => fluture.FutureInstance<TaqError, ("none" | "json" | "application/json" | undefined) & {
13
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, ("none" | "json" | "application/json" | undefined) & {
18
14
  readonly __kind: any;
19
15
  }>;
20
16
  create: (input: "none" | "json" | "application/json" | undefined) => ("none" | "json" | "application/json" | undefined) & {
@@ -24,16 +20,13 @@ declare const factory: {
24
20
  readonly __kind: any;
25
21
  };
26
22
  };
27
- declare type PluginResponseEncoding = z.infer<typeof schemas.schema>;
28
- declare type t = PluginResponseEncoding;
29
- declare const create: (input: "none" | "json" | "application/json" | undefined) => ("none" | "json" | "application/json" | undefined) & {
23
+ export declare type PluginResponseEncoding = z.infer<typeof schemas.schema>;
24
+ export declare type t = PluginResponseEncoding;
25
+ export declare const create: (input: "none" | "json" | "application/json" | undefined) => ("none" | "json" | "application/json" | undefined) & {
30
26
  readonly __kind: any;
31
- };
32
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, ("none" | "json" | "application/json" | undefined) & {
27
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, ("none" | "json" | "application/json" | undefined) & {
33
28
  readonly __kind: any;
34
- }>;
35
- declare const make: (input: "none" | "json" | "application/json" | undefined) => fluture.FutureInstance<TaqError, ("none" | "json" | "application/json" | undefined) & {
29
+ }>, make: (input: "none" | "json" | "application/json" | undefined) => import("fluture").FutureInstance<import("./TaqError").TaqError, ("none" | "json" | "application/json" | undefined) & {
36
30
  readonly __kind: any;
37
31
  }>;
38
-
39
- export { PluginResponseEncoding, create, factory, make, of, rawSchema, schemas, t };
32
+ //# sourceMappingURL=PluginResponseEncoding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginResponseEncoding.d.ts","sourceRoot":"","sources":["PluginResponseEncoding.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,kMASrB,CAAC;AAIF,eAAO,MAAQ,OAAO;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAK7B,CAAC;AAEH,oBAAY,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC;AACpE,oBAAY,CAAC,GAAG,sBAAsB,CAAC;AAEvC,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC"}