@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EphemeralState.d.ts","sourceRoot":"","sources":["EphemeralState.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,MAAM,2BAA2B,CAAC;AACpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAKpD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAc,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAGnE,OAAO,EAAY,cAAc,IAAI,MAAM,EAAmB,MAAM,SAAS,CAAC;AAC9E,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAKpB,CAAC;AACF,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAKzB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAKxB,CAAC;AAaF,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
package/Faucet.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
  pkh: z.ZodString;
8
5
  mnemonic: z.ZodArray<z.ZodString, "many">;
9
6
  email: z.ZodString;
@@ -25,7 +22,7 @@ declare const rawSchema: z.ZodObject<{
25
22
  amount: string;
26
23
  activation_code: string;
27
24
  }>;
28
- declare const generatedSchemas: {
25
+ export declare const generatedSchemas: {
29
26
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
30
27
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
31
28
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -40,8 +37,7 @@ declare const generatedSchemas: {
40
37
  } & {
41
38
  readonly __kind: any;
42
39
  }, any>;
43
- };
44
- declare const factory: {
40
+ }, factory: {
45
41
  make: (input: {
46
42
  pkh: string & {
47
43
  readonly __kind: any;
@@ -51,7 +47,7 @@ declare const factory: {
51
47
  password: string;
52
48
  amount: string;
53
49
  activation_code: string;
54
- }) => fluture.FutureInstance<TaqError, {
50
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
55
51
  pkh: string & {
56
52
  readonly __kind: any;
57
53
  };
@@ -63,7 +59,7 @@ declare const factory: {
63
59
  } & {
64
60
  readonly __kind: any;
65
61
  }>;
66
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
62
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
67
63
  pkh: string & {
68
64
  readonly __kind: any;
69
65
  };
@@ -116,9 +112,9 @@ declare const factory: {
116
112
  readonly __kind: any;
117
113
  };
118
114
  };
119
- declare type Faucet = Flatten<z.infer<typeof generatedSchemas.schema>>;
120
- declare type t = Faucet;
121
- declare const create: (input: {
115
+ export declare type Faucet = Flatten<z.infer<typeof generatedSchemas.schema>>;
116
+ export declare type t = Faucet;
117
+ export declare const create: (input: {
122
118
  pkh: string;
123
119
  mnemonic: string[];
124
120
  email: string;
@@ -145,8 +141,7 @@ declare const create: (input: {
145
141
  activation_code: string;
146
142
  } & {
147
143
  readonly __kind: any;
148
- };
149
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
144
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
150
145
  pkh: string & {
151
146
  readonly __kind: any;
152
147
  };
@@ -157,8 +152,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
157
152
  activation_code: string;
158
153
  } & {
159
154
  readonly __kind: any;
160
- }>;
161
- declare const make: (input: {
155
+ }>, make: (input: {
162
156
  pkh: string & {
163
157
  readonly __kind: any;
164
158
  };
@@ -167,7 +161,7 @@ declare const make: (input: {
167
161
  password: string;
168
162
  amount: string;
169
163
  activation_code: string;
170
- }) => fluture.FutureInstance<TaqError, {
164
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
171
165
  pkh: string & {
172
166
  readonly __kind: any;
173
167
  };
@@ -179,7 +173,7 @@ declare const make: (input: {
179
173
  } & {
180
174
  readonly __kind: any;
181
175
  }>;
182
- declare const schemas: {
176
+ export declare const schemas: {
183
177
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
184
178
  pkh: string & {
185
179
  readonly __kind: any;
@@ -206,5 +200,4 @@ declare const schemas: {
206
200
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
207
201
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
208
202
  };
209
-
210
- export { Faucet, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
203
+ //# sourceMappingURL=Faucet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Faucet.d.ts","sourceRoot":"","sources":["Faucet.ts"],"names":[],"mappings":"AAAA,OAAmB,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;EAUD,CAAC;AAiBtB,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,MAAM,GAAG,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;AACtE,oBAAY,CAAC,GAAG,MAAM,CAAC;AACvB,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
@@ -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 rawSchema: z.ZodString;
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 HumanReadableIdentifier = z.infer<typeof internalSchema>;
10
- declare type t = HumanReadableIdentifier;
11
- declare const create: (input: string) => string & {
6
+ export declare type HumanReadableIdentifier = z.infer<typeof internalSchema>;
7
+ export declare type t = HumanReadableIdentifier;
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 { HumanReadableIdentifier, create, internalSchema, make, of, rawSchema, schemas, t };
24
+ //# sourceMappingURL=HumanReadableIdentifier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HumanReadableIdentifier.d.ts","sourceRoot":"","sources":["HumanReadableIdentifier.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAE4D,CAAC;AAWnF,eAAO,MAAM,cAAc;;OAA0B,CAAC;AAEtD,oBAAY,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACrE,oBAAY,CAAC,GAAG,uBAAuB,CAAC;AACxC,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,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
  name: z.ZodString;
7
4
  type: z.ZodUnion<[z.ZodLiteral<"npm">, z.ZodLiteral<"binary">, z.ZodLiteral<"deno">]>;
8
5
  }, "strip", z.ZodTypeAny, {
@@ -12,7 +9,7 @@ declare const rawSchema: z.ZodObject<{
12
9
  type: "npm" | "binary" | "deno";
13
10
  name: string;
14
11
  }>;
15
- declare const generatedSchemas: {
12
+ export declare const generatedSchemas: {
16
13
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
17
14
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
18
15
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -21,18 +18,17 @@ declare const generatedSchemas: {
21
18
  } & {
22
19
  readonly __kind: any;
23
20
  }, any>;
24
- };
25
- declare const factory: {
21
+ }, factory: {
26
22
  make: (input: {
27
23
  type: "npm" | "binary" | "deno";
28
24
  name: string;
29
- }) => fluture.FutureInstance<TaqError, {
25
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
30
26
  type: "npm" | "binary" | "deno";
31
27
  name: string;
32
28
  } & {
33
29
  readonly __kind: any;
34
30
  }>;
35
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
31
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
36
32
  type: "npm" | "binary" | "deno";
37
33
  name: string;
38
34
  } & {
@@ -54,9 +50,9 @@ declare const factory: {
54
50
  readonly __kind: any;
55
51
  };
56
52
  };
57
- declare type InstalledPlugin = z.infer<typeof generatedSchemas.schema>;
58
- declare type t = InstalledPlugin;
59
- declare const create: (input: {
53
+ export declare type InstalledPlugin = z.infer<typeof generatedSchemas.schema>;
54
+ export declare type t = InstalledPlugin;
55
+ export declare const create: (input: {
60
56
  type: "npm" | "binary" | "deno";
61
57
  name: string;
62
58
  }) => {
@@ -64,23 +60,21 @@ declare const create: (input: {
64
60
  name: string;
65
61
  } & {
66
62
  readonly __kind: any;
67
- };
68
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
63
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
69
64
  type: "npm" | "binary" | "deno";
70
65
  name: string;
71
66
  } & {
72
67
  readonly __kind: any;
73
- }>;
74
- declare const make: (input: {
68
+ }>, make: (input: {
75
69
  type: "npm" | "binary" | "deno";
76
70
  name: string;
77
- }) => fluture.FutureInstance<TaqError, {
71
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
78
72
  type: "npm" | "binary" | "deno";
79
73
  name: string;
80
74
  } & {
81
75
  readonly __kind: any;
82
76
  }>;
83
- declare const schemas: {
77
+ export declare const schemas: {
84
78
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
85
79
  type: "npm" | "binary" | "deno";
86
80
  name: string;
@@ -95,5 +89,4 @@ declare const schemas: {
95
89
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
96
90
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
97
91
  };
98
-
99
- export { InstalledPlugin, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
92
+ //# sourceMappingURL=InstalledPlugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstalledPlugin.d.ts","sourceRoot":"","sources":["InstalledPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;EAMQ,CAAC;AAI/B,eAAO,MAAiB,gBAAgB;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI/C,CAAC;AAEH,oBAAY,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AACtE,oBAAY,CAAC,GAAG,eAAe,CAAC;AAEhC,eAAO,MAAQ,MAAM;;;;;;;;GAAE,EAAE;;;;;IAAE,IAAI;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAGnB,CAAC"}
package/LoadedConfig.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<z.extendShape<Omit<z.extendShape<{
3
+ export declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
7
4
  language: z.ZodEffects<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>, "en" | "fr" | undefined, unknown>;
8
5
  plugins: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
9
6
  type: "npm" | "binary" | "deno";
@@ -346,7 +343,7 @@ declare const rawSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
346
343
  projectDir: string;
347
344
  configFile: string;
348
345
  }>;
349
- declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
346
+ export declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
350
347
  language: z.ZodEffects<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"en">, z.ZodLiteral<"fr">]>>, "en" | "fr" | undefined, unknown>;
351
348
  plugins: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
352
349
  type: "npm" | "binary" | "deno";
@@ -679,7 +676,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<Omit<z.extendShape<{
679
676
  projectDir?: any;
680
677
  configFile?: any;
681
678
  }>;
682
- declare const generatedSchemas: {
679
+ export declare const generatedSchemas: {
683
680
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
684
681
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
685
682
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
@@ -784,8 +781,7 @@ declare const generatedSchemas: {
784
781
  }> & {
785
782
  readonly __kind: any;
786
783
  }, any>;
787
- };
788
- declare const factory: {
784
+ }, factory: {
789
785
  make: (input: Flatten<{
790
786
  language?: "en" | "fr" | undefined;
791
787
  contracts?: Record<string, {
@@ -885,7 +881,7 @@ declare const factory: {
885
881
  configFile: string & {
886
882
  readonly __kind: any;
887
883
  };
888
- }>) => fluture.FutureInstance<TaqError, Flatten<{
884
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
889
885
  language?: "en" | "fr" | undefined;
890
886
  contracts?: Record<string, {
891
887
  sourceFile: string;
@@ -987,7 +983,7 @@ declare const factory: {
987
983
  }> & {
988
984
  readonly __kind: any;
989
985
  }>;
990
- of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
986
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
991
987
  language?: "en" | "fr" | undefined;
992
988
  contracts?: Record<string, {
993
989
  sourceFile: string;
@@ -1454,9 +1450,9 @@ declare const factory: {
1454
1450
  readonly __kind: any;
1455
1451
  };
1456
1452
  };
1457
- declare type LoadedConfig = z.infer<typeof generatedSchemas.schema>;
1458
- declare type t = LoadedConfig;
1459
- declare const create: (input: {
1453
+ export declare type LoadedConfig = z.infer<typeof generatedSchemas.schema>;
1454
+ export declare type t = LoadedConfig;
1455
+ export declare const create: (input: {
1460
1456
  accounts?: Record<string, string | number> | undefined;
1461
1457
  language?: "en" | "fr" | undefined;
1462
1458
  contracts?: Record<string, {
@@ -1717,8 +1713,7 @@ declare const create: (input: {
1717
1713
  };
1718
1714
  }> & {
1719
1715
  readonly __kind: any;
1720
- };
1721
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1716
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1722
1717
  language?: "en" | "fr" | undefined;
1723
1718
  contracts?: Record<string, {
1724
1719
  sourceFile: string;
@@ -1819,8 +1814,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, Flatten<{
1819
1814
  };
1820
1815
  }> & {
1821
1816
  readonly __kind: any;
1822
- }>;
1823
- declare const make: (input: Flatten<{
1817
+ }>, make: (input: Flatten<{
1824
1818
  language?: "en" | "fr" | undefined;
1825
1819
  contracts?: Record<string, {
1826
1820
  sourceFile: string;
@@ -1919,7 +1913,7 @@ declare const make: (input: Flatten<{
1919
1913
  configFile: string & {
1920
1914
  readonly __kind: any;
1921
1915
  };
1922
- }>) => fluture.FutureInstance<TaqError, Flatten<{
1916
+ }>) => import("fluture").FutureInstance<import("./TaqError").TaqError, Flatten<{
1923
1917
  language?: "en" | "fr" | undefined;
1924
1918
  contracts?: Record<string, {
1925
1919
  sourceFile: string;
@@ -2021,7 +2015,7 @@ declare const make: (input: Flatten<{
2021
2015
  }> & {
2022
2016
  readonly __kind: any;
2023
2017
  }>;
2024
- declare const schemas: {
2018
+ export declare const schemas: {
2025
2019
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, Flatten<{
2026
2020
  language?: "en" | "fr" | undefined;
2027
2021
  contracts?: Record<string, {
@@ -2228,7 +2222,7 @@ declare const schemas: {
2228
2222
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
2229
2223
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
2230
2224
  };
2231
- declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqError, {
2225
+ export declare const toConfig: (config: LoadedConfig) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
2232
2226
  language?: "en" | "fr" | undefined;
2233
2227
  plugins?: ({
2234
2228
  type: "npm" | "binary" | "deno";
@@ -2321,5 +2315,4 @@ declare const toConfig: (config: LoadedConfig) => fluture.FutureInstance<TaqErro
2321
2315
  } & {
2322
2316
  readonly __kind: any;
2323
2317
  }>;
2324
-
2325
- export { LoadedConfig, create, factory, generatedSchemas, internalSchema, make, of, rawSchema, schemas, t, toConfig };
2318
+ //# sourceMappingURL=LoadedConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadedConfig.d.ts","sourceRoot":"","sources":["LoadedConfig.ts"],"names":[],"mappings":"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"}
@@ -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
  name: z.ZodOptional<z.ZodString>;
7
4
  projectDescription: z.ZodOptional<z.ZodString>;
8
5
  authors: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString, "many">>>;
@@ -21,7 +18,7 @@ declare const rawSchema: z.ZodObject<{
21
18
  license?: string | undefined;
22
19
  homepage?: string | undefined;
23
20
  }>;
24
- declare const generatedSchemas: {
21
+ export declare const generatedSchemas: {
25
22
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
26
23
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
27
24
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -33,15 +30,14 @@ declare const generatedSchemas: {
33
30
  } & {
34
31
  readonly __kind: any;
35
32
  }, any>;
36
- };
37
- declare const factory: {
33
+ }, factory: {
38
34
  make: (input: {
39
35
  name?: string | undefined;
40
36
  projectDescription?: string | undefined;
41
37
  authors?: string[] | undefined;
42
38
  license?: string | undefined;
43
39
  homepage?: string | undefined;
44
- }) => fluture.FutureInstance<TaqError, {
40
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
45
41
  name?: string | undefined;
46
42
  projectDescription?: string | undefined;
47
43
  authors?: string[] | undefined;
@@ -50,7 +46,7 @@ declare const factory: {
50
46
  } & {
51
47
  readonly __kind: any;
52
48
  }>;
53
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
49
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
54
50
  name?: string | undefined;
55
51
  projectDescription?: string | undefined;
56
52
  authors?: string[] | undefined;
@@ -90,9 +86,9 @@ declare const factory: {
90
86
  readonly __kind: any;
91
87
  };
92
88
  };
93
- declare type MetadataConfig = z.infer<typeof generatedSchemas.schema>;
94
- declare type t = MetadataConfig;
95
- declare const create: (input: {
89
+ export declare type MetadataConfig = z.infer<typeof generatedSchemas.schema>;
90
+ export declare type t = MetadataConfig;
91
+ export declare const create: (input: {
96
92
  name?: string | undefined;
97
93
  projectDescription?: string | undefined;
98
94
  authors?: string[] | undefined;
@@ -112,8 +108,7 @@ declare const create: (input: {
112
108
  homepage?: string | undefined;
113
109
  } & {
114
110
  readonly __kind: any;
115
- };
116
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
111
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
117
112
  name?: string | undefined;
118
113
  projectDescription?: string | undefined;
119
114
  authors?: string[] | undefined;
@@ -121,14 +116,13 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
121
116
  homepage?: string | undefined;
122
117
  } & {
123
118
  readonly __kind: any;
124
- }>;
125
- declare const make: (input: {
119
+ }>, make: (input: {
126
120
  name?: string | undefined;
127
121
  projectDescription?: string | undefined;
128
122
  authors?: string[] | undefined;
129
123
  license?: string | undefined;
130
124
  homepage?: string | undefined;
131
- }) => fluture.FutureInstance<TaqError, {
125
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
132
126
  name?: string | undefined;
133
127
  projectDescription?: string | undefined;
134
128
  authors?: string[] | undefined;
@@ -137,7 +131,7 @@ declare const make: (input: {
137
131
  } & {
138
132
  readonly __kind: any;
139
133
  }>;
140
- declare const schemas: {
134
+ export declare const schemas: {
141
135
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
142
136
  name?: string | undefined;
143
137
  projectDescription?: string | undefined;
@@ -158,5 +152,4 @@ declare const schemas: {
158
152
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
159
153
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
160
154
  };
161
-
162
- export { MetadataConfig, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
155
+ //# sourceMappingURL=MetadataConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetadataConfig.d.ts","sourceRoot":"","sources":["MetadataConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;EAMpB,CAAC;AAaH,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AACrE,oBAAY,CAAC,GAAG,cAAc,CAAC;AAC/B,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
@@ -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
  label: z.ZodString;
8
5
  rpcUrl: z.ZodString;
9
6
  protocol: z.ZodEffects<z.ZodString, string, string>;
@@ -54,7 +51,7 @@ declare const rawSchema: z.ZodObject<{
54
51
  activation_code: string;
55
52
  };
56
53
  }>;
57
- declare const generatedSchemas: {
54
+ export declare const generatedSchemas: {
58
55
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
59
56
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
60
57
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -82,8 +79,7 @@ declare const generatedSchemas: {
82
79
  } & {
83
80
  readonly __kind: any;
84
81
  }, any>;
85
- };
86
- declare const factory: {
82
+ }, factory: {
87
83
  make: (input: {
88
84
  label: string & {
89
85
  readonly __kind: any;
@@ -106,7 +102,7 @@ declare const factory: {
106
102
  } & {
107
103
  readonly __kind: any;
108
104
  }>;
109
- }) => fluture.FutureInstance<TaqError, {
105
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
110
106
  label: string & {
111
107
  readonly __kind: any;
112
108
  };
@@ -131,7 +127,7 @@ declare const factory: {
131
127
  } & {
132
128
  readonly __kind: any;
133
129
  }>;
134
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
130
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
135
131
  label: string & {
136
132
  readonly __kind: any;
137
133
  };
@@ -241,9 +237,9 @@ declare const factory: {
241
237
  readonly __kind: any;
242
238
  };
243
239
  };
244
- declare type NetworkConfig = Flatten<z.infer<typeof generatedSchemas.schema>>;
245
- declare type t = NetworkConfig;
246
- declare const create: (input: {
240
+ export declare type NetworkConfig = Flatten<z.infer<typeof generatedSchemas.schema>>;
241
+ export declare type t = NetworkConfig;
242
+ export declare const create: (input: {
247
243
  label: string;
248
244
  rpcUrl: string;
249
245
  protocol: string;
@@ -301,8 +297,7 @@ declare const create: (input: {
301
297
  }>;
302
298
  } & {
303
299
  readonly __kind: any;
304
- };
305
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
300
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
306
301
  label: string & {
307
302
  readonly __kind: any;
308
303
  };
@@ -326,8 +321,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
326
321
  }>;
327
322
  } & {
328
323
  readonly __kind: any;
329
- }>;
330
- declare const make: (input: {
324
+ }>, make: (input: {
331
325
  label: string & {
332
326
  readonly __kind: any;
333
327
  };
@@ -349,7 +343,7 @@ declare const make: (input: {
349
343
  } & {
350
344
  readonly __kind: any;
351
345
  }>;
352
- }) => fluture.FutureInstance<TaqError, {
346
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
353
347
  label: string & {
354
348
  readonly __kind: any;
355
349
  };
@@ -374,7 +368,7 @@ declare const make: (input: {
374
368
  } & {
375
369
  readonly __kind: any;
376
370
  }>;
377
- declare const schemas: {
371
+ export declare const schemas: {
378
372
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
379
373
  label: string & {
380
374
  readonly __kind: any;
@@ -427,5 +421,4 @@ declare const schemas: {
427
421
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
428
422
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
429
423
  };
430
-
431
- export { NetworkConfig, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
424
+ //# sourceMappingURL=NetworkConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NetworkConfig.d.ts","sourceRoot":"","sources":["NetworkConfig.ts"],"names":[],"mappings":"AAAA,OAAmB,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAK9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKO,CAAC;AAY9B,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;AAC7E,oBAAY,CAAC,GAAG,aAAa,CAAC;AAC9B,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;;;;;;;;;;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}