@taqueria/protocol 0.18.0 → 0.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Alias.d.ts +10 -16
- package/Alias.d.ts.map +1 -0
- package/Base.d.ts +8 -10
- package/Base.d.ts.map +1 -0
- package/Base.js +1 -1
- package/Base.js.map +1 -1
- package/Base.mjs +1 -1
- package/Base.mjs.map +1 -1
- package/Command.d.ts +9 -15
- package/Command.d.ts.map +1 -0
- package/Config.d.ts +210 -216
- package/Config.d.ts.map +1 -0
- package/Config.js +18 -21
- package/Config.js.map +1 -1
- package/Config.mjs +19 -22
- package/Config.mjs.map +1 -1
- package/Contract.d.ts +10 -16
- package/Contract.d.ts.map +1 -0
- package/Crypto.d.ts +2 -3
- package/Crypto.d.ts.map +1 -0
- package/EconomicalProtocolHash.d.ts +12 -19
- package/EconomicalProtocolHash.d.ts.map +1 -0
- package/Environment.d.ts +14 -22
- package/Environment.d.ts.map +1 -0
- package/EphemeralState.d.ts +162 -169
- package/EphemeralState.d.ts.map +1 -0
- package/Faucet.d.ts +108 -114
- package/Faucet.d.ts.map +1 -0
- package/Faucet.js +32 -20
- package/Faucet.js.map +1 -1
- package/Faucet.mjs +32 -20
- package/Faucet.mjs.map +1 -1
- package/HumanReadableIdentifier.d.ts +9 -15
- package/HumanReadableIdentifier.d.ts.map +1 -0
- package/InstalledPlugin.d.ts +13 -20
- package/InstalledPlugin.d.ts.map +1 -0
- package/LoadedConfig.d.ts +217 -223
- package/LoadedConfig.d.ts.map +1 -0
- package/MetadataConfig.d.ts +13 -20
- package/MetadataConfig.d.ts.map +1 -0
- package/NetworkConfig.d.ts +121 -127
- package/NetworkConfig.d.ts.map +1 -0
- package/Operation.d.ts +67 -73
- package/Operation.d.ts.map +1 -0
- package/Option.d.ts +14 -21
- package/Option.d.ts.map +1 -0
- package/ParsedOperation.d.ts +56 -64
- package/ParsedOperation.d.ts.map +1 -0
- package/ParsedTemplate.d.ts +49 -57
- package/ParsedTemplate.d.ts.map +1 -0
- package/PersistentState.d.ts +18 -24
- package/PersistentState.d.ts.map +1 -0
- package/PluginActionName.d.ts +6 -7
- package/PluginActionName.d.ts.map +1 -0
- package/PluginDependenciesResponse.d.ts +14 -20
- package/PluginDependenciesResponse.d.ts.map +1 -0
- package/PluginInfo.d.ts +38 -45
- package/PluginInfo.d.ts.map +1 -0
- package/PluginJsonResponse.d.ts +11 -16
- package/PluginJsonResponse.d.ts.map +1 -0
- package/PluginProxyResponse.d.ts +9 -16
- package/PluginProxyResponse.d.ts.map +1 -0
- package/PluginResponseEncoding.d.ts +11 -18
- package/PluginResponseEncoding.d.ts.map +1 -0
- package/PluginSchema.d.ts +419 -427
- package/PluginSchema.d.ts.map +1 -0
- package/PositionalArg.d.ts +13 -20
- package/PositionalArg.d.ts.map +1 -0
- package/Provisioner.d.ts +16 -23
- package/Provisioner.d.ts.map +1 -0
- package/ProvisionerID.d.ts +12 -19
- package/ProvisionerID.d.ts.map +1 -0
- package/Provisions.d.ts +12 -19
- package/Provisions.d.ts.map +1 -0
- package/PublicKeyHash.d.ts +13 -20
- package/PublicKeyHash.d.ts.map +1 -0
- package/RequestArgs.d.ts +508 -517
- package/RequestArgs.d.ts.map +1 -0
- package/SHA256.d.ts +11 -15
- package/SHA256.d.ts.map +1 -0
- package/SandboxAccountConfig.d.ts +13 -20
- package/SandboxAccountConfig.d.ts.map +1 -0
- package/SandboxConfig.d.ts +13 -20
- package/SandboxConfig.d.ts.map +1 -0
- package/SanitizedAbsPath.d.ts +12 -19
- package/SanitizedAbsPath.d.ts.map +1 -0
- package/SanitizedArgs.d.ts +76 -83
- package/SanitizedArgs.d.ts.map +1 -0
- package/SanitizedPath.d.ts +9 -15
- package/SanitizedPath.d.ts.map +1 -0
- package/ScaffoldConfig.d.ts +3 -4
- package/ScaffoldConfig.d.ts.map +1 -0
- package/Settings.d.ts +13 -20
- package/Settings.d.ts.map +1 -0
- package/SingleChar.d.ts +12 -19
- package/SingleChar.d.ts.map +1 -0
- package/TaqError.d.ts +10 -13
- package/TaqError.d.ts.map +1 -0
- package/Task.d.ts +13 -20
- package/Task.d.ts.map +1 -0
- package/Template.d.ts +97 -105
- package/Template.d.ts.map +1 -0
- package/Timestamp.d.ts +13 -20
- package/Timestamp.d.ts.map +1 -0
- package/Tz.d.ts +11 -18
- package/Tz.d.ts.map +1 -0
- package/Url.d.ts +13 -20
- package/Url.d.ts.map +1 -0
- package/Verb.d.ts +12 -19
- package/Verb.d.ts.map +1 -0
- package/VersionNumber.d.ts +9 -15
- package/VersionNumber.d.ts.map +1 -0
- package/i18n.d.ts +4 -4
- package/i18n.d.ts.map +1 -0
- package/package.json +3 -3
- package/taqueria-protocol-types.d.ts +37 -72
- package/taqueria-protocol-types.d.ts.map +1 -0
- package/tzkt-config.d.ts +13 -20
- package/tzkt-config.d.ts.map +1 -0
package/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
|
|
6
|
-
|
|
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
|
-
|
|
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"}
|