@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/Settings.d.ts CHANGED
@@ -1,15 +1,12 @@
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
  consent: z.ZodUnion<[z.ZodLiteral<"opt_in">, z.ZodLiteral<"opt_out">]>;
7
4
  }, "strip", z.ZodTypeAny, {
8
5
  consent: "opt_in" | "opt_out";
9
6
  }, {
10
7
  consent: "opt_in" | "opt_out";
11
8
  }>;
12
- declare const generatedSchemas: {
9
+ export declare const generatedSchemas: {
13
10
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
14
11
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
15
12
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -17,16 +14,15 @@ declare const generatedSchemas: {
17
14
  } & {
18
15
  readonly __kind: any;
19
16
  }, any>;
20
- };
21
- declare const factory: {
17
+ }, factory: {
22
18
  make: (input: {
23
19
  consent: "opt_in" | "opt_out";
24
- }) => fluture.FutureInstance<TaqError, {
20
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
25
21
  consent: "opt_in" | "opt_out";
26
22
  } & {
27
23
  readonly __kind: any;
28
24
  }>;
29
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
25
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
30
26
  consent: "opt_in" | "opt_out";
31
27
  } & {
32
28
  readonly __kind: any;
@@ -44,28 +40,26 @@ declare const factory: {
44
40
  readonly __kind: any;
45
41
  };
46
42
  };
47
- declare type Settings = z.infer<typeof generatedSchemas.schema>;
48
- declare type t = Settings;
49
- declare const create: (input: {
43
+ export declare type Settings = z.infer<typeof generatedSchemas.schema>;
44
+ export declare type t = Settings;
45
+ export declare const create: (input: {
50
46
  consent: "opt_in" | "opt_out";
51
47
  }) => {
52
48
  consent: "opt_in" | "opt_out";
53
49
  } & {
54
50
  readonly __kind: any;
55
- };
56
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
51
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
57
52
  consent: "opt_in" | "opt_out";
58
53
  } & {
59
54
  readonly __kind: any;
60
- }>;
61
- declare const make: (input: {
55
+ }>, make: (input: {
62
56
  consent: "opt_in" | "opt_out";
63
- }) => fluture.FutureInstance<TaqError, {
57
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
64
58
  consent: "opt_in" | "opt_out";
65
59
  } & {
66
60
  readonly __kind: any;
67
61
  }>;
68
- declare const schemas: {
62
+ export declare const schemas: {
69
63
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
70
64
  consent: "opt_in" | "opt_out";
71
65
  } & {
@@ -78,5 +72,4 @@ declare const schemas: {
78
72
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
79
73
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
80
74
  };
81
-
82
- export { Settings, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
75
+ //# sourceMappingURL=Settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["Settings.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;EAKA,CAAC;AAIvB,eAAO,MAAiB,gBAAgB;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;CAI/C,CAAC;AAEH,oBAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC/D,oBAAY,CAAC,GAAG,QAAQ,CAAC;AAEzB,eAAO,MAAQ,MAAM;;;;;;GAAE,EAAE;;;;IAAE,IAAI;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;CAGnB,CAAC"}
package/SingleChar.d.ts CHANGED
@@ -1,13 +1,10 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { z } from 'zod';
4
-
5
- declare const rawSchema: z.ZodString;
6
- declare const factory: {
7
- make: (input: string) => fluture.FutureInstance<TaqError, string & {
2
+ export declare const rawSchema: z.ZodString;
3
+ export declare const factory: {
4
+ make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
8
5
  readonly __kind: any;
9
6
  }>;
10
- of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
7
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
11
8
  readonly __kind: any;
12
9
  }>;
13
10
  create: (input: string) => string & {
@@ -16,26 +13,23 @@ declare const factory: {
16
13
  from: (input: unknown) => string & {
17
14
  readonly __kind: any;
18
15
  };
19
- };
20
- declare const generatedSchemas: {
16
+ }, generatedSchemas: {
21
17
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
22
18
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
23
19
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
24
20
  readonly __kind: any;
25
21
  }, any>;
26
22
  };
27
- declare type SingleChar = z.infer<typeof generatedSchemas.schema>;
28
- declare type t = SingleChar;
29
- declare const create: (input: string) => string & {
23
+ export declare type SingleChar = z.infer<typeof generatedSchemas.schema>;
24
+ export declare type t = SingleChar;
25
+ export declare const create: (input: string) => string & {
30
26
  readonly __kind: any;
31
- };
32
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
27
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
33
28
  readonly __kind: any;
34
- }>;
35
- declare const make: (input: string) => fluture.FutureInstance<TaqError, string & {
29
+ }>, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
36
30
  readonly __kind: any;
37
31
  }>;
38
- declare const schemas: {
32
+ export declare const schemas: {
39
33
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
40
34
  readonly __kind: any;
41
35
  }, any>, string & {
@@ -44,5 +38,4 @@ declare const schemas: {
44
38
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
45
39
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
46
40
  };
47
-
48
- export { SingleChar, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
41
+ //# sourceMappingURL=SingleChar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SingleChar.d.ts","sourceRoot":"","sources":["SingleChar.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAE6B,CAAC;AAIpD,eAAO,MAAQ,OAAO;;;;;;;;;;;;;GAAW,gBAAgB;;;;;;CAK/C,CAAC;AAEH,oBAAY,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AACjE,oBAAY,CAAC,GAAG,UAAU,CAAC;AAC3B,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
package/TaqError.d.ts CHANGED
@@ -1,24 +1,21 @@
1
- import * as fluture from 'fluture';
2
1
  import { ZodError } from 'zod';
3
-
4
- declare type ErrorType = 'E_INVALID_PATH_DOES_NOT_EXIST' | 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR' | 'E_INVALID_PATH_ALREADY_EXISTS' | 'E_INVALID_CONFIG' | 'E_INVALID_JSON' | 'E_FORK' | 'E_INVALID_TASK' | 'E_READFILE' | 'E_NPM_INIT' | 'E_INVALID_PLUGIN_RESPONSE' | 'E_INVALID_ARGS' | 'E_MKDIR_FAILED' | 'E_GIT_CLONE_FAILED' | 'E_PROVISION' | 'E_PARSE' | 'E_PARSE_UNKNOWN' | 'E_INVALID_ARCH' | 'E_CONTRACT_REGISTERED' | 'E_CONTRACT_NOT_REGISTERED' | 'E_NO_PROVISIONS' | 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE' | 'E_EXEC';
5
- interface TaqError {
2
+ export declare type ErrorType = 'E_INVALID_PATH_DOES_NOT_EXIST' | 'E_INVALID_PATH_EXISTS_AND_NOT_AN_EMPTY_DIR' | 'E_INVALID_PATH_ALREADY_EXISTS' | 'E_INVALID_CONFIG' | 'E_INVALID_JSON' | 'E_FORK' | 'E_INVALID_TASK' | 'E_READFILE' | 'E_NPM_INIT' | 'E_INVALID_PLUGIN_RESPONSE' | 'E_INVALID_ARGS' | 'E_MKDIR_FAILED' | 'E_GIT_CLONE_FAILED' | 'E_PROVISION' | 'E_PARSE' | 'E_PARSE_UNKNOWN' | 'E_INVALID_ARCH' | 'E_CONTRACT_REGISTERED' | 'E_CONTRACT_NOT_REGISTERED' | 'E_NO_PROVISIONS' | 'E_INTERNAL_LOGICAL_VALIDATION_FAILURE' | 'E_EXEC';
3
+ export interface TaqError {
6
4
  readonly kind: ErrorType;
7
5
  msg: string;
8
6
  previous?: TaqError | Error | unknown;
9
7
  context?: unknown;
10
8
  }
11
- declare type t = TaqError;
12
- declare class E_TaqError extends Error {
9
+ export declare type t = TaqError;
10
+ export declare class E_TaqError extends Error {
13
11
  readonly context: unknown;
14
12
  readonly kind: ErrorType;
15
13
  readonly previous: unknown;
16
14
  constructor(taqErr: TaqError);
17
15
  }
18
- declare const toFutureParseErr: <T>(previous: ZodError, msg: string, context?: unknown) => fluture.FutureInstance<TaqError, T>;
19
- declare const toParseErr: (previous: ZodError, msg: string, context?: unknown) => TaqError;
20
- declare const toParseUnknownErr: (previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) => TaqError;
21
- declare const toFutureParseUnknownErr: <T>(previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) => fluture.FutureInstance<TaqError, T>;
22
- declare const create: (err: TaqError) => TaqError;
23
-
24
- export { E_TaqError, ErrorType, TaqError, create, t, toFutureParseErr, toFutureParseUnknownErr, toParseErr, toParseUnknownErr };
16
+ export declare const toFutureParseErr: <T>(previous: ZodError, msg: string, context?: unknown) => import("fluture").FutureInstance<TaqError, T>;
17
+ export declare const toParseErr: (previous: ZodError, msg: string, context?: unknown) => TaqError;
18
+ export declare const toParseUnknownErr: (previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) => TaqError;
19
+ export declare const toFutureParseUnknownErr: <T>(previous: Error | TaqError | E_TaqError | unknown, msg: string, context?: unknown) => import("fluture").FutureInstance<TaqError, T>;
20
+ export declare const create: (err: TaqError) => TaqError;
21
+ //# sourceMappingURL=TaqError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TaqError.d.ts","sourceRoot":"","sources":["TaqError.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAE/B,oBAAY,SAAS,GAClB,+BAA+B,GAC/B,4CAA4C,GAC5C,+BAA+B,GAC/B,kBAAkB,GAClB,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,2BAA2B,GAC3B,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,aAAa,GACb,SAAS,GACT,iBAAiB,GACjB,gBAAgB,GAChB,uBAAuB,GACvB,2BAA2B,GAC3B,iBAAiB,GACjB,uCAAuC,GACvC,QAAQ,CAAC;AAEZ,MAAM,WAAW,QAAQ;IACxB,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,OAAO,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,oBAAY,CAAC,GAAG,QAAQ,CAAC;AAEzB,qBAAa,UAAW,SAAQ,KAAK;IACpC,QAAQ,CAAC,OAAO,UAAC;IACjB,QAAQ,CAAC,IAAI,YAAC;IACd,QAAQ,CAAC,QAAQ,UAAC;gBACN,MAAM,EAAE,QAAQ;CAO5B;AAED,eAAO,MAAM,gBAAgB,gBAAiB,QAAQ,OAAO,MAAM,YAAY,OAAO,kDAE9C,CAAC;AAEzC,eAAO,MAAM,UAAU,aAAc,QAAQ,OAAO,MAAM,YAAY,OAAO,aAM1E,CAAC;AAEJ,eAAO,MAAM,iBAAiB,aAAc,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,OAAO,MAAM,YAAY,OAAO,aAMhH,CAAC;AAEJ,eAAO,MAAM,uBAAuB,gBACzB,KAAK,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,OAC5C,MAAM,YACD,OAAO,kDAGsB,CAAC;AAEzC,eAAO,MAAM,MAAM,QAAS,QAAQ,aAAQ,CAAC"}
package/Task.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
  task: z.ZodString;
8
5
  command: z.ZodString;
9
6
  aliases: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>, "many">>>;
@@ -112,7 +109,7 @@ declare const rawSchema: z.ZodObject<{
112
109
  command: string;
113
110
  handler: string;
114
111
  }>;
115
- declare const generatedSchemas: {
112
+ export declare const generatedSchemas: {
116
113
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
117
114
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
118
115
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -162,8 +159,7 @@ declare const generatedSchemas: {
162
159
  } & {
163
160
  readonly __kind: any;
164
161
  }, any>;
165
- };
166
- declare const factory: {
162
+ }, factory: {
167
163
  make: (input: {
168
164
  options?: Flatten<{
169
165
  boolean?: boolean | undefined;
@@ -208,7 +204,7 @@ declare const factory: {
208
204
  readonly __kind: any;
209
205
  };
210
206
  handler: string;
211
- }) => fluture.FutureInstance<TaqError, {
207
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
212
208
  options?: Flatten<{
213
209
  boolean?: boolean | undefined;
214
210
  type?: "string" | "number" | "boolean" | undefined;
@@ -255,7 +251,7 @@ declare const factory: {
255
251
  } & {
256
252
  readonly __kind: any;
257
253
  }>;
258
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
254
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
259
255
  options?: Flatten<{
260
256
  boolean?: boolean | undefined;
261
257
  type?: "string" | "number" | "boolean" | undefined;
@@ -467,9 +463,9 @@ declare const factory: {
467
463
  readonly __kind: any;
468
464
  };
469
465
  };
470
- declare type Task = z.infer<typeof generatedSchemas.schema>;
471
- declare type t = Task;
472
- declare const create: (input: {
466
+ export declare type Task = z.infer<typeof generatedSchemas.schema>;
467
+ export declare type t = Task;
468
+ export declare const create: (input: {
473
469
  options?: {
474
470
  boolean?: boolean | undefined;
475
471
  type?: "string" | "number" | "boolean" | undefined;
@@ -585,8 +581,7 @@ declare const create: (input: {
585
581
  handler: string;
586
582
  } & {
587
583
  readonly __kind: any;
588
- };
589
- declare const make: (input: {
584
+ }, make: (input: {
590
585
  options?: Flatten<{
591
586
  boolean?: boolean | undefined;
592
587
  type?: "string" | "number" | "boolean" | undefined;
@@ -630,7 +625,7 @@ declare const make: (input: {
630
625
  readonly __kind: any;
631
626
  };
632
627
  handler: string;
633
- }) => fluture.FutureInstance<TaqError, {
628
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
634
629
  options?: Flatten<{
635
630
  boolean?: boolean | undefined;
636
631
  type?: "string" | "number" | "boolean" | undefined;
@@ -676,8 +671,7 @@ declare const make: (input: {
676
671
  handler: string;
677
672
  } & {
678
673
  readonly __kind: any;
679
- }>;
680
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
674
+ }>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
681
675
  options?: Flatten<{
682
676
  boolean?: boolean | undefined;
683
677
  type?: "string" | "number" | "boolean" | undefined;
@@ -724,7 +718,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
724
718
  } & {
725
719
  readonly __kind: any;
726
720
  }>;
727
- declare const schemas: {
721
+ export declare const schemas: {
728
722
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
729
723
  options?: Flatten<{
730
724
  boolean?: boolean | undefined;
@@ -821,5 +815,4 @@ declare const schemas: {
821
815
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
822
816
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
823
817
  };
824
-
825
- export { Task, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
818
+ //# sourceMappingURL=Task.d.ts.map
package/Task.d.ts.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["Task.ts"],"names":[],"mappings":"AACA,OAAmB,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAM9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWH,CAAC;AAkBpB,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC3D,oBAAY,CAAC,GAAG,IAAI,CAAC;AACrB,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAE,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}