@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.
- package/Alias.d.ts +10 -16
- package/Alias.d.ts.map +1 -0
- package/Base.d.ts +7 -9
- package/Base.d.ts.map +1 -0
- package/Command.d.ts +9 -15
- package/Command.d.ts.map +1 -0
- package/Config.d.ts +16 -23
- package/Config.d.ts.map +1 -0
- 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 +161 -166
- package/EphemeralState.d.ts.map +1 -0
- package/Faucet.d.ts +13 -20
- package/Faucet.d.ts.map +1 -0
- 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 +15 -22
- package/LoadedConfig.d.ts.map +1 -0
- package/MetadataConfig.d.ts +13 -20
- package/MetadataConfig.d.ts.map +1 -0
- package/NetworkConfig.d.ts +13 -20
- package/NetworkConfig.d.ts.map +1 -0
- package/Operation.d.ts +35 -41
- package/Operation.d.ts.map +1 -0
- package/Option.d.ts +14 -21
- package/Option.d.ts.map +1 -0
- package/ParsedOperation.d.ts +49 -57
- package/ParsedOperation.d.ts.map +1 -0
- package/ParsedTemplate.d.ts +35 -43
- 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 +223 -231
- 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 +165 -174
- 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 +55 -63
- 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/Verb.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 Verb = z.infer<typeof generatedSchemas.schema>;
|
|
28
|
-
declare type t = Verb;
|
|
29
|
-
declare const create: (input: string) => string & {
|
|
23
|
+
export declare type Verb = z.infer<typeof generatedSchemas.schema>;
|
|
24
|
+
export declare type t = Verb;
|
|
25
|
+
export declare const create: (input: string) => string & {
|
|
30
26
|
readonly __kind: any;
|
|
31
|
-
}
|
|
32
|
-
declare const make: (input: string) => fluture.FutureInstance<TaqError, string & {
|
|
27
|
+
}, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
33
28
|
readonly __kind: any;
|
|
34
|
-
}
|
|
35
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
|
|
29
|
+
}>, of: (input: unknown) => 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 { Verb, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
|
|
41
|
+
//# sourceMappingURL=Verb.d.ts.map
|
package/Verb.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Verb.d.ts","sourceRoot":"","sources":["Verb.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAG2B,CAAC;AAIlD,eAAO,MAAQ,OAAO;;;;;;;;;;;;;GAAW,gBAAgB;;;;;;CAK/C,CAAC;AACH,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"}
|
package/VersionNumber.d.ts
CHANGED
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
import * as fluture from 'fluture';
|
|
2
|
-
import { TaqError } from './TaqError.js';
|
|
3
1
|
import { z } from 'zod';
|
|
4
|
-
|
|
5
|
-
declare const
|
|
6
|
-
declare const internalSchema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
2
|
+
export declare const rawSchema: z.ZodString;
|
|
3
|
+
export declare const internalSchema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
7
4
|
readonly __kind: any;
|
|
8
5
|
}, any>;
|
|
9
|
-
declare type VersionNumber = z.infer<typeof internalSchema>;
|
|
10
|
-
declare type t = VersionNumber;
|
|
11
|
-
declare const create: (input: string) => string & {
|
|
6
|
+
export declare type VersionNumber = z.infer<typeof internalSchema>;
|
|
7
|
+
export declare type t = VersionNumber;
|
|
8
|
+
export declare const create: (input: string) => string & {
|
|
12
9
|
readonly __kind: any;
|
|
13
|
-
}
|
|
14
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
|
|
10
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
15
11
|
readonly __kind: any;
|
|
16
|
-
}
|
|
17
|
-
declare const make: (input: string) => fluture.FutureInstance<TaqError, string & {
|
|
12
|
+
}>, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
18
13
|
readonly __kind: any;
|
|
19
14
|
}>;
|
|
20
|
-
declare const schemas: {
|
|
15
|
+
export declare const schemas: {
|
|
21
16
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
22
17
|
readonly __kind: any;
|
|
23
18
|
}, any>, string & {
|
|
@@ -26,5 +21,4 @@ declare const schemas: {
|
|
|
26
21
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
27
22
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
28
23
|
};
|
|
29
|
-
|
|
30
|
-
export { VersionNumber, create, internalSchema, make, of, rawSchema, schemas, t };
|
|
24
|
+
//# sourceMappingURL=VersionNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionNumber.d.ts","sourceRoot":"","sources":["VersionNumber.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAEO,CAAC;AAW9B,eAAO,MAAM,cAAc;;OAA0B,CAAC;AAEtD,oBAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAC3D,oBAAY,CAAC,GAAG,aAAa,CAAC;AAC9B,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
|
package/i18n.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
interface i18n {
|
|
1
|
+
export interface i18n {
|
|
2
2
|
__: (...args: unknown[]) => string;
|
|
3
3
|
}
|
|
4
|
-
declare type t = i18n;
|
|
4
|
+
export declare type t = i18n;
|
|
5
5
|
declare const _default: () => Promise<i18n>;
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=i18n.d.ts.map
|
package/i18n.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["i18n.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,IAAI;IACpB,EAAE,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,MAAM,CAAC;CACnC;AAED,oBAAY,CAAC,GAAG,IAAI,CAAC;;AAErB,wBAiEE"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/protocol",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.2",
|
|
4
4
|
"description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
-
"build": "npx tsc
|
|
8
|
+
"build": "npx tsc --emitDeclarationOnly -p ./tsconfig.json && npx tsup"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"taqueria",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"sourcemap": true,
|
|
58
58
|
"target": "node16",
|
|
59
59
|
"outDir": "./",
|
|
60
|
-
"dts":
|
|
60
|
+
"dts": false,
|
|
61
61
|
"clean": false,
|
|
62
62
|
"skipNodeModulesBundle": true,
|
|
63
63
|
"platform": "node",
|
|
@@ -1,72 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
export
|
|
13
|
-
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
export
|
|
23
|
-
|
|
24
|
-
export
|
|
25
|
-
|
|
26
|
-
export
|
|
27
|
-
|
|
28
|
-
export
|
|
29
|
-
|
|
30
|
-
export
|
|
31
|
-
|
|
32
|
-
export
|
|
33
|
-
|
|
34
|
-
export
|
|
35
|
-
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
export { PluginJsonResponse };
|
|
39
|
-
import * as PluginResponseEncoding from '@taqueria/protocol/PluginResponseEncoding';
|
|
40
|
-
export { PluginResponseEncoding };
|
|
41
|
-
import * as PluginSchema from '@taqueria/protocol/PluginSchema';
|
|
42
|
-
export { PluginSchema };
|
|
43
|
-
import * as PositionalArg from '@taqueria/protocol/PositionalArg';
|
|
44
|
-
export { PositionalArg };
|
|
45
|
-
import * as RequestArgs from '@taqueria/protocol/RequestArgs';
|
|
46
|
-
export { RequestArgs };
|
|
47
|
-
import * as SandboxAccountConfig from '@taqueria/protocol/SandboxAccountConfig';
|
|
48
|
-
export { SandboxAccountConfig };
|
|
49
|
-
import * as SandboxConfig from '@taqueria/protocol/SandboxConfig';
|
|
50
|
-
export { SandboxConfig };
|
|
51
|
-
import * as SanitizedAbsPath from '@taqueria/protocol/SanitizedAbsPath';
|
|
52
|
-
export { SanitizedAbsPath };
|
|
53
|
-
import * as SanitizedArgs from '@taqueria/protocol/SanitizedArgs';
|
|
54
|
-
export { SanitizedArgs };
|
|
55
|
-
import * as SanitizedPath from '@taqueria/protocol/SanitizedPath';
|
|
56
|
-
export { SanitizedPath };
|
|
57
|
-
import * as ScaffoldConfig from '@taqueria/protocol/ScaffoldConfig';
|
|
58
|
-
export { ScaffoldConfig };
|
|
59
|
-
import * as SHA256 from '@taqueria/protocol/SHA256';
|
|
60
|
-
export { SHA256 };
|
|
61
|
-
import * as _taqueria_protocol_TaqError from '@taqueria/protocol/TaqError';
|
|
62
|
-
export { _taqueria_protocol_TaqError as TaqError };
|
|
63
|
-
import * as Task from '@taqueria/protocol/Task';
|
|
64
|
-
export { Task };
|
|
65
|
-
import * as Template from '@taqueria/protocol/Template';
|
|
66
|
-
export { Template };
|
|
67
|
-
import * as Url from '@taqueria/protocol/Url';
|
|
68
|
-
export { Url };
|
|
69
|
-
import * as Verb from '@taqueria/protocol/Verb';
|
|
70
|
-
export { Verb };
|
|
71
|
-
import * as VersionNumber from '@taqueria/protocol/VersionNumber';
|
|
72
|
-
export { VersionNumber };
|
|
1
|
+
export * as Alias from '@taqueria/protocol/Alias';
|
|
2
|
+
export * as Config from '@taqueria/protocol/Config';
|
|
3
|
+
export * as EconomicalProtocolHash from '@taqueria/protocol/EconomicalProtocolHash';
|
|
4
|
+
export * as Environment from '@taqueria/protocol/Environment';
|
|
5
|
+
export * as EphemeralState from '@taqueria/protocol/EphemeralState';
|
|
6
|
+
export * as HumanReadableIdentifier from '@taqueria/protocol/HumanReadableIdentifier';
|
|
7
|
+
export * as i18n from '@taqueria/protocol/i18n';
|
|
8
|
+
export * as InstalledPlugin from '@taqueria/protocol/InstalledPlugin';
|
|
9
|
+
export * as LoadedConfig from '@taqueria/protocol/LoadedConfig';
|
|
10
|
+
export * as MetadataConfig from '@taqueria/protocol/MetadataConfig';
|
|
11
|
+
export * as NetworkConfig from '@taqueria/protocol/NetworkConfig';
|
|
12
|
+
export * as Operation from '@taqueria/protocol/Operation';
|
|
13
|
+
export * as Option from '@taqueria/protocol/Option';
|
|
14
|
+
export * as ParsedOperation from '@taqueria/protocol/ParsedOperation';
|
|
15
|
+
export * as ParsedTemplate from '@taqueria/protocol/ParsedTemplate';
|
|
16
|
+
export * as PersistentState from '@taqueria/protocol/PersistentState';
|
|
17
|
+
export * as PluginActionName from '@taqueria/protocol/PluginActionName';
|
|
18
|
+
export * as PluginInfo from '@taqueria/protocol/PluginInfo';
|
|
19
|
+
export * as PluginJsonResponse from '@taqueria/protocol/PluginJsonResponse';
|
|
20
|
+
export * as PluginResponseEncoding from '@taqueria/protocol/PluginResponseEncoding';
|
|
21
|
+
export * as PluginSchema from '@taqueria/protocol/PluginSchema';
|
|
22
|
+
export * as PositionalArg from '@taqueria/protocol/PositionalArg';
|
|
23
|
+
export * as RequestArgs from '@taqueria/protocol/RequestArgs';
|
|
24
|
+
export * as SandboxAccountConfig from '@taqueria/protocol/SandboxAccountConfig';
|
|
25
|
+
export * as SandboxConfig from '@taqueria/protocol/SandboxConfig';
|
|
26
|
+
export * as SanitizedAbsPath from '@taqueria/protocol/SanitizedAbsPath';
|
|
27
|
+
export * as SanitizedArgs from '@taqueria/protocol/SanitizedArgs';
|
|
28
|
+
export * as SanitizedPath from '@taqueria/protocol/SanitizedPath';
|
|
29
|
+
export * as ScaffoldConfig from '@taqueria/protocol/ScaffoldConfig';
|
|
30
|
+
export * as SHA256 from '@taqueria/protocol/SHA256';
|
|
31
|
+
export * as TaqError from '@taqueria/protocol/TaqError';
|
|
32
|
+
export * as Task from '@taqueria/protocol/Task';
|
|
33
|
+
export * as Template from '@taqueria/protocol/Template';
|
|
34
|
+
export * as Url from '@taqueria/protocol/Url';
|
|
35
|
+
export * as Verb from '@taqueria/protocol/Verb';
|
|
36
|
+
export * as VersionNumber from '@taqueria/protocol/VersionNumber';
|
|
37
|
+
//# sourceMappingURL=taqueria-protocol-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"taqueria-protocol-types.d.ts","sourceRoot":"","sources":["taqueria-protocol-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,0BAA0B,CAAC;AAClD,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,sBAAsB,MAAM,2CAA2C,CAAC;AACpF,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,uBAAuB,MAAM,4CAA4C,CAAC;AACtF,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,eAAe,MAAM,oCAAoC,CAAC;AACtE,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,sBAAsB,MAAM,2CAA2C,CAAC;AACpF,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,WAAW,MAAM,gCAAgC,CAAC;AAC9D,OAAO,KAAK,oBAAoB,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,GAAG,MAAM,wBAAwB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAChD,OAAO,KAAK,aAAa,MAAM,kCAAkC,CAAC"}
|
package/tzkt-config.d.ts
CHANGED
|
@@ -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
|
disableAutostartWithSandbox: z.ZodDefault<z.ZodBoolean>;
|
|
7
4
|
postgresqlPort: z.ZodDefault<z.ZodNumber>;
|
|
8
5
|
apiPort: z.ZodDefault<z.ZodNumber>;
|
|
@@ -15,7 +12,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
15
12
|
postgresqlPort?: number | undefined;
|
|
16
13
|
apiPort?: number | undefined;
|
|
17
14
|
}>;
|
|
18
|
-
declare const generatedSchemas: {
|
|
15
|
+
export declare const generatedSchemas: {
|
|
19
16
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
20
17
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
21
18
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
@@ -25,20 +22,19 @@ declare const generatedSchemas: {
|
|
|
25
22
|
} & {
|
|
26
23
|
readonly __kind: any;
|
|
27
24
|
}, any>;
|
|
28
|
-
}
|
|
29
|
-
declare const factory: {
|
|
25
|
+
}, factory: {
|
|
30
26
|
make: (input: {
|
|
31
27
|
disableAutostartWithSandbox: boolean;
|
|
32
28
|
postgresqlPort: number;
|
|
33
29
|
apiPort: number;
|
|
34
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
30
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
35
31
|
disableAutostartWithSandbox: boolean;
|
|
36
32
|
postgresqlPort: number;
|
|
37
33
|
apiPort: number;
|
|
38
34
|
} & {
|
|
39
35
|
readonly __kind: any;
|
|
40
36
|
}>;
|
|
41
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
37
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
42
38
|
disableAutostartWithSandbox: boolean;
|
|
43
39
|
postgresqlPort: number;
|
|
44
40
|
apiPort: number;
|
|
@@ -64,9 +60,9 @@ declare const factory: {
|
|
|
64
60
|
readonly __kind: any;
|
|
65
61
|
};
|
|
66
62
|
};
|
|
67
|
-
declare type TzKtConfig = z.infer<typeof generatedSchemas.schema>;
|
|
68
|
-
declare type t = TzKtConfig;
|
|
69
|
-
declare const create: (input: {
|
|
63
|
+
export declare type TzKtConfig = z.infer<typeof generatedSchemas.schema>;
|
|
64
|
+
export declare type t = TzKtConfig;
|
|
65
|
+
export declare const create: (input: {
|
|
70
66
|
disableAutostartWithSandbox: boolean;
|
|
71
67
|
postgresqlPort: number;
|
|
72
68
|
apiPort: number;
|
|
@@ -76,26 +72,24 @@ declare const create: (input: {
|
|
|
76
72
|
apiPort: number;
|
|
77
73
|
} & {
|
|
78
74
|
readonly __kind: any;
|
|
79
|
-
}
|
|
80
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
75
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
81
76
|
disableAutostartWithSandbox: boolean;
|
|
82
77
|
postgresqlPort: number;
|
|
83
78
|
apiPort: number;
|
|
84
79
|
} & {
|
|
85
80
|
readonly __kind: any;
|
|
86
|
-
}
|
|
87
|
-
declare const make: (input: {
|
|
81
|
+
}>, make: (input: {
|
|
88
82
|
disableAutostartWithSandbox: boolean;
|
|
89
83
|
postgresqlPort: number;
|
|
90
84
|
apiPort: number;
|
|
91
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
85
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
92
86
|
disableAutostartWithSandbox: boolean;
|
|
93
87
|
postgresqlPort: number;
|
|
94
88
|
apiPort: number;
|
|
95
89
|
} & {
|
|
96
90
|
readonly __kind: any;
|
|
97
91
|
}>;
|
|
98
|
-
declare const schemas: {
|
|
92
|
+
export declare const schemas: {
|
|
99
93
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
100
94
|
disableAutostartWithSandbox: boolean;
|
|
101
95
|
postgresqlPort: number;
|
|
@@ -112,5 +106,4 @@ declare const schemas: {
|
|
|
112
106
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
113
107
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
114
108
|
};
|
|
115
|
-
|
|
116
|
-
export { TzKtConfig, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
|
|
109
|
+
//# sourceMappingURL=tzkt-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tzkt-config.d.ts","sourceRoot":"","sources":["tzkt-config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;EAIpB,CAAC;AAIH,eAAO,MAAiB,gBAAgB;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI/C,CAAC;AAEH,oBAAY,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEjE,oBAAY,CAAC,GAAG,UAAU,CAAC;AAE3B,eAAO,MAAQ,MAAM;;;;;;;;;;GAAE,EAAE;;;;;;IAAE,IAAI;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;CAGnB,CAAC"}
|