@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.
Files changed (119) hide show
  1. package/Alias.d.ts +10 -16
  2. package/Alias.d.ts.map +1 -0
  3. package/Base.d.ts +8 -10
  4. package/Base.d.ts.map +1 -0
  5. package/Base.js +1 -1
  6. package/Base.js.map +1 -1
  7. package/Base.mjs +1 -1
  8. package/Base.mjs.map +1 -1
  9. package/Command.d.ts +9 -15
  10. package/Command.d.ts.map +1 -0
  11. package/Config.d.ts +210 -216
  12. package/Config.d.ts.map +1 -0
  13. package/Config.js +18 -21
  14. package/Config.js.map +1 -1
  15. package/Config.mjs +19 -22
  16. package/Config.mjs.map +1 -1
  17. package/Contract.d.ts +10 -16
  18. package/Contract.d.ts.map +1 -0
  19. package/Crypto.d.ts +2 -3
  20. package/Crypto.d.ts.map +1 -0
  21. package/EconomicalProtocolHash.d.ts +12 -19
  22. package/EconomicalProtocolHash.d.ts.map +1 -0
  23. package/Environment.d.ts +14 -22
  24. package/Environment.d.ts.map +1 -0
  25. package/EphemeralState.d.ts +162 -169
  26. package/EphemeralState.d.ts.map +1 -0
  27. package/Faucet.d.ts +108 -114
  28. package/Faucet.d.ts.map +1 -0
  29. package/Faucet.js +32 -20
  30. package/Faucet.js.map +1 -1
  31. package/Faucet.mjs +32 -20
  32. package/Faucet.mjs.map +1 -1
  33. package/HumanReadableIdentifier.d.ts +9 -15
  34. package/HumanReadableIdentifier.d.ts.map +1 -0
  35. package/InstalledPlugin.d.ts +13 -20
  36. package/InstalledPlugin.d.ts.map +1 -0
  37. package/LoadedConfig.d.ts +217 -223
  38. package/LoadedConfig.d.ts.map +1 -0
  39. package/MetadataConfig.d.ts +13 -20
  40. package/MetadataConfig.d.ts.map +1 -0
  41. package/NetworkConfig.d.ts +121 -127
  42. package/NetworkConfig.d.ts.map +1 -0
  43. package/Operation.d.ts +67 -73
  44. package/Operation.d.ts.map +1 -0
  45. package/Option.d.ts +14 -21
  46. package/Option.d.ts.map +1 -0
  47. package/ParsedOperation.d.ts +56 -64
  48. package/ParsedOperation.d.ts.map +1 -0
  49. package/ParsedTemplate.d.ts +49 -57
  50. package/ParsedTemplate.d.ts.map +1 -0
  51. package/PersistentState.d.ts +18 -24
  52. package/PersistentState.d.ts.map +1 -0
  53. package/PluginActionName.d.ts +6 -7
  54. package/PluginActionName.d.ts.map +1 -0
  55. package/PluginDependenciesResponse.d.ts +14 -20
  56. package/PluginDependenciesResponse.d.ts.map +1 -0
  57. package/PluginInfo.d.ts +38 -45
  58. package/PluginInfo.d.ts.map +1 -0
  59. package/PluginJsonResponse.d.ts +11 -16
  60. package/PluginJsonResponse.d.ts.map +1 -0
  61. package/PluginProxyResponse.d.ts +9 -16
  62. package/PluginProxyResponse.d.ts.map +1 -0
  63. package/PluginResponseEncoding.d.ts +11 -18
  64. package/PluginResponseEncoding.d.ts.map +1 -0
  65. package/PluginSchema.d.ts +419 -427
  66. package/PluginSchema.d.ts.map +1 -0
  67. package/PositionalArg.d.ts +13 -20
  68. package/PositionalArg.d.ts.map +1 -0
  69. package/Provisioner.d.ts +16 -23
  70. package/Provisioner.d.ts.map +1 -0
  71. package/ProvisionerID.d.ts +12 -19
  72. package/ProvisionerID.d.ts.map +1 -0
  73. package/Provisions.d.ts +12 -19
  74. package/Provisions.d.ts.map +1 -0
  75. package/PublicKeyHash.d.ts +13 -20
  76. package/PublicKeyHash.d.ts.map +1 -0
  77. package/RequestArgs.d.ts +508 -517
  78. package/RequestArgs.d.ts.map +1 -0
  79. package/SHA256.d.ts +11 -15
  80. package/SHA256.d.ts.map +1 -0
  81. package/SandboxAccountConfig.d.ts +13 -20
  82. package/SandboxAccountConfig.d.ts.map +1 -0
  83. package/SandboxConfig.d.ts +13 -20
  84. package/SandboxConfig.d.ts.map +1 -0
  85. package/SanitizedAbsPath.d.ts +12 -19
  86. package/SanitizedAbsPath.d.ts.map +1 -0
  87. package/SanitizedArgs.d.ts +76 -83
  88. package/SanitizedArgs.d.ts.map +1 -0
  89. package/SanitizedPath.d.ts +9 -15
  90. package/SanitizedPath.d.ts.map +1 -0
  91. package/ScaffoldConfig.d.ts +3 -4
  92. package/ScaffoldConfig.d.ts.map +1 -0
  93. package/Settings.d.ts +13 -20
  94. package/Settings.d.ts.map +1 -0
  95. package/SingleChar.d.ts +12 -19
  96. package/SingleChar.d.ts.map +1 -0
  97. package/TaqError.d.ts +10 -13
  98. package/TaqError.d.ts.map +1 -0
  99. package/Task.d.ts +13 -20
  100. package/Task.d.ts.map +1 -0
  101. package/Template.d.ts +97 -105
  102. package/Template.d.ts.map +1 -0
  103. package/Timestamp.d.ts +13 -20
  104. package/Timestamp.d.ts.map +1 -0
  105. package/Tz.d.ts +11 -18
  106. package/Tz.d.ts.map +1 -0
  107. package/Url.d.ts +13 -20
  108. package/Url.d.ts.map +1 -0
  109. package/Verb.d.ts +12 -19
  110. package/Verb.d.ts.map +1 -0
  111. package/VersionNumber.d.ts +9 -15
  112. package/VersionNumber.d.ts.map +1 -0
  113. package/i18n.d.ts +4 -4
  114. package/i18n.d.ts.map +1 -0
  115. package/package.json +3 -3
  116. package/taqueria-protocol-types.d.ts +37 -72
  117. package/taqueria-protocol-types.d.ts.map +1 -0
  118. package/tzkt-config.d.ts +13 -20
  119. package/tzkt-config.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginSchema.d.ts","sourceRoot":"","sources":["PluginSchema.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgCxB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBS,CAAC;AAIhC,oBAAY,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAExD,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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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
  placeholder: z.ZodString;
7
4
  description: z.ZodString;
8
5
  defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
@@ -21,7 +18,7 @@ declare const rawSchema: z.ZodObject<{
21
18
  description: string;
22
19
  placeholder: string;
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>, {
@@ -35,8 +32,7 @@ declare const generatedSchemas: {
35
32
  } & {
36
33
  readonly __kind: any;
37
34
  }, any>;
38
- };
39
- declare const factory: {
35
+ }, factory: {
40
36
  make: (input: {
41
37
  type?: "string" | "number" | "boolean" | undefined;
42
38
  defaultValue?: string | number | boolean | undefined;
@@ -45,7 +41,7 @@ declare const factory: {
45
41
  placeholder: string & {
46
42
  readonly __kind: any;
47
43
  };
48
- }) => fluture.FutureInstance<TaqError, {
44
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
49
45
  type?: "string" | "number" | "boolean" | undefined;
50
46
  defaultValue?: string | number | boolean | undefined;
51
47
  required?: boolean | undefined;
@@ -56,7 +52,7 @@ declare const factory: {
56
52
  } & {
57
53
  readonly __kind: any;
58
54
  }>;
59
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
55
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
60
56
  type?: "string" | "number" | "boolean" | undefined;
61
57
  defaultValue?: string | number | boolean | undefined;
62
58
  required?: boolean | undefined;
@@ -104,9 +100,9 @@ declare const factory: {
104
100
  readonly __kind: any;
105
101
  };
106
102
  };
107
- declare type PositionalArg = z.infer<typeof generatedSchemas.schema>;
108
- declare type t = PositionalArg;
109
- declare const create: (input: {
103
+ export declare type PositionalArg = z.infer<typeof generatedSchemas.schema>;
104
+ export declare type t = PositionalArg;
105
+ export declare const create: (input: {
110
106
  type?: "string" | "number" | "boolean" | undefined;
111
107
  defaultValue?: string | number | boolean | undefined;
112
108
  required?: boolean | undefined;
@@ -130,8 +126,7 @@ declare const create: (input: {
130
126
  };
131
127
  } & {
132
128
  readonly __kind: any;
133
- };
134
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
129
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
135
130
  type?: "string" | "number" | "boolean" | undefined;
136
131
  defaultValue?: string | number | boolean | undefined;
137
132
  required?: boolean | undefined;
@@ -141,8 +136,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
141
136
  };
142
137
  } & {
143
138
  readonly __kind: any;
144
- }>;
145
- declare const make: (input: {
139
+ }>, make: (input: {
146
140
  type?: "string" | "number" | "boolean" | undefined;
147
141
  defaultValue?: string | number | boolean | undefined;
148
142
  required?: boolean | undefined;
@@ -150,7 +144,7 @@ declare const make: (input: {
150
144
  placeholder: string & {
151
145
  readonly __kind: any;
152
146
  };
153
- }) => fluture.FutureInstance<TaqError, {
147
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
154
148
  type?: "string" | "number" | "boolean" | undefined;
155
149
  defaultValue?: string | number | boolean | undefined;
156
150
  required?: boolean | undefined;
@@ -161,7 +155,7 @@ declare const make: (input: {
161
155
  } & {
162
156
  readonly __kind: any;
163
157
  }>;
164
- declare const schemas: {
158
+ export declare const schemas: {
165
159
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
166
160
  type?: "string" | "number" | "boolean" | undefined;
167
161
  defaultValue?: string | number | boolean | undefined;
@@ -186,5 +180,4 @@ declare const schemas: {
186
180
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
187
181
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
188
182
  };
189
-
190
- export { PositionalArg, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
183
+ //# sourceMappingURL=PositionalArg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PositionalArg.d.ts","sourceRoot":"","sources":["PositionalArg.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;EAYO,CAAC;AAS9B,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AACpE,oBAAY,CAAC,GAAG,aAAa,CAAC;AAE9B,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
package/Provisioner.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
  id: z.ZodString;
7
4
  plugin: z.ZodOptional<z.ZodString>;
8
5
  operation: z.ZodUnion<[z.ZodString, z.ZodLiteral<"custom">]>;
@@ -24,7 +21,7 @@ declare const rawSchema: z.ZodObject<{
24
21
  operation: string;
25
22
  id: string;
26
23
  }>;
27
- declare const internalSchema: z.ZodObject<z.extendShape<{
24
+ export declare const internalSchema: z.ZodObject<z.extendShape<{
28
25
  id: z.ZodString;
29
26
  plugin: z.ZodOptional<z.ZodString>;
30
27
  operation: z.ZodUnion<[z.ZodString, z.ZodLiteral<"custom">]>;
@@ -61,9 +58,9 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
61
58
  depends_on?: any[] | undefined;
62
59
  operation: string;
63
60
  }>;
64
- declare type RawInput = z.infer<typeof rawSchema>;
65
- declare type Input = z.infer<typeof internalSchema>;
66
- declare const generatedSchemas: {
61
+ export declare type RawInput = z.infer<typeof rawSchema>;
62
+ export declare type Input = z.infer<typeof internalSchema>;
63
+ export declare const generatedSchemas: {
67
64
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
68
65
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
69
66
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
@@ -80,8 +77,7 @@ declare const generatedSchemas: {
80
77
  } & {
81
78
  readonly __kind: any;
82
79
  }, any>;
83
- };
84
- declare const factory: {
80
+ }, factory: {
85
81
  make: (input: {
86
82
  label?: string | undefined;
87
83
  plugin?: string | undefined;
@@ -93,7 +89,7 @@ declare const factory: {
93
89
  id: string & {
94
90
  readonly __kind: any;
95
91
  };
96
- }) => fluture.FutureInstance<TaqError, {
92
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
97
93
  label?: string | undefined;
98
94
  plugin?: string | undefined;
99
95
  command?: string | undefined;
@@ -107,7 +103,7 @@ declare const factory: {
107
103
  } & {
108
104
  readonly __kind: any;
109
105
  }>;
110
- of: (input: unknown) => fluture.FutureInstance<TaqError, {
106
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
111
107
  label?: string | undefined;
112
108
  plugin?: string | undefined;
113
109
  command?: string | undefined;
@@ -168,9 +164,9 @@ declare const factory: {
168
164
  readonly __kind: any;
169
165
  };
170
166
  };
171
- declare type Provisioner = z.infer<typeof generatedSchemas.schema>;
172
- declare type t = Provisioner;
173
- declare const create: (input: {
167
+ export declare type Provisioner = z.infer<typeof generatedSchemas.schema>;
168
+ export declare type t = Provisioner;
169
+ export declare const create: (input: {
174
170
  label?: string | undefined;
175
171
  plugin?: string | undefined;
176
172
  command?: string | undefined;
@@ -201,8 +197,7 @@ declare const create: (input: {
201
197
  };
202
198
  } & {
203
199
  readonly __kind: any;
204
- };
205
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
200
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
206
201
  label?: string | undefined;
207
202
  plugin?: string | undefined;
208
203
  command?: string | undefined;
@@ -215,8 +210,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
215
210
  };
216
211
  } & {
217
212
  readonly __kind: any;
218
- }>;
219
- declare const make: (input: {
213
+ }>, make: (input: {
220
214
  label?: string | undefined;
221
215
  plugin?: string | undefined;
222
216
  command?: string | undefined;
@@ -227,7 +221,7 @@ declare const make: (input: {
227
221
  id: string & {
228
222
  readonly __kind: any;
229
223
  };
230
- }) => fluture.FutureInstance<TaqError, {
224
+ }) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
231
225
  label?: string | undefined;
232
226
  plugin?: string | undefined;
233
227
  command?: string | undefined;
@@ -241,7 +235,7 @@ declare const make: (input: {
241
235
  } & {
242
236
  readonly __kind: any;
243
237
  }>;
244
- declare const schemas: {
238
+ export declare const schemas: {
245
239
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
246
240
  label?: string | undefined;
247
241
  plugin?: string | undefined;
@@ -272,5 +266,4 @@ declare const schemas: {
272
266
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
273
267
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
274
268
  };
275
-
276
- export { Input, Provisioner, RawInput, create, factory, generatedSchemas, internalSchema, make, of, rawSchema, schemas, t };
269
+ //# sourceMappingURL=Provisioner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provisioner.d.ts","sourceRoot":"","sources":["Provisioner.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;EAgCP,CAAC;AAEhB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzB,CAAC;AAEH,oBAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AACjD,oBAAY,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAEnD,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAClE,oBAAY,CAAC,GAAG,WAAW,CAAC;AAC5B,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
@@ -1,20 +1,16 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { z } from 'zod';
4
-
5
- declare const rawSchema: z.ZodString;
6
- declare const generatedSchemas: {
2
+ export declare const rawSchema: z.ZodString;
3
+ export declare const generatedSchemas: {
7
4
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
8
5
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
9
6
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
10
7
  readonly __kind: any;
11
8
  }, any>;
12
- };
13
- declare const factory: {
14
- make: (input: string) => fluture.FutureInstance<TaqError, string & {
9
+ }, factory: {
10
+ make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
15
11
  readonly __kind: any;
16
12
  }>;
17
- of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
13
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
18
14
  readonly __kind: any;
19
15
  }>;
20
16
  create: (input: string) => string & {
@@ -24,18 +20,16 @@ declare const factory: {
24
20
  readonly __kind: any;
25
21
  };
26
22
  };
27
- declare type ProvisionerID = z.infer<typeof generatedSchemas.schema>;
28
- declare type t = ProvisionerID;
29
- declare const create: (input: string) => string & {
23
+ export declare type ProvisionerID = z.infer<typeof generatedSchemas.schema>;
24
+ export declare type t = ProvisionerID;
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 { ProvisionerID, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
41
+ //# sourceMappingURL=ProvisionerID.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProvisionerID.d.ts","sourceRoot":"","sources":["ProvisionerID.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAIM,CAAC;AAI7B,eAAO,MAAiB,gBAAgB;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAI/C,CAAC;AAEH,oBAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AACpE,oBAAY,CAAC,GAAG,aAAa,CAAC;AAC9B,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
package/Provisions.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 generatedSchemas: {
3
+ export declare const generatedSchemas: {
7
4
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
8
5
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
9
6
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, ({
@@ -22,8 +19,7 @@ declare const generatedSchemas: {
22
19
  })[] & {
23
20
  readonly __kind: any;
24
21
  }, any>;
25
- };
26
- declare const factory: {
22
+ }, factory: {
27
23
  make: (input: ({
28
24
  label?: string | undefined;
29
25
  plugin?: string | undefined;
@@ -37,7 +33,7 @@ declare const factory: {
37
33
  };
38
34
  } & {
39
35
  readonly __kind: any;
40
- })[]) => fluture.FutureInstance<TaqError, ({
36
+ })[]) => import("fluture").FutureInstance<import("./TaqError").TaqError, ({
41
37
  label?: string | undefined;
42
38
  plugin?: string | undefined;
43
39
  command?: string | undefined;
@@ -53,7 +49,7 @@ declare const factory: {
53
49
  })[] & {
54
50
  readonly __kind: any;
55
51
  }>;
56
- of: (input: unknown) => fluture.FutureInstance<TaqError, ({
52
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, ({
57
53
  label?: string | undefined;
58
54
  plugin?: string | undefined;
59
55
  command?: string | undefined;
@@ -122,9 +118,9 @@ declare const factory: {
122
118
  readonly __kind: any;
123
119
  };
124
120
  };
125
- declare type Provisions = Flatten<z.infer<typeof generatedSchemas.schema>>;
126
- declare type t = Provisions;
127
- declare const create: (input: {
121
+ export declare type Provisions = Flatten<z.infer<typeof generatedSchemas.schema>>;
122
+ export declare type t = Provisions;
123
+ export declare const create: (input: {
128
124
  label?: string | undefined;
129
125
  plugin?: string | undefined;
130
126
  command?: string | undefined;
@@ -159,8 +155,7 @@ declare const create: (input: {
159
155
  readonly __kind: any;
160
156
  })[] & {
161
157
  readonly __kind: any;
162
- };
163
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, ({
158
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, ({
164
159
  label?: string | undefined;
165
160
  plugin?: string | undefined;
166
161
  command?: string | undefined;
@@ -175,8 +170,7 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, ({
175
170
  readonly __kind: any;
176
171
  })[] & {
177
172
  readonly __kind: any;
178
- }>;
179
- declare const make: (input: ({
173
+ }>, make: (input: ({
180
174
  label?: string | undefined;
181
175
  plugin?: string | undefined;
182
176
  command?: string | undefined;
@@ -189,7 +183,7 @@ declare const make: (input: ({
189
183
  };
190
184
  } & {
191
185
  readonly __kind: any;
192
- })[]) => fluture.FutureInstance<TaqError, ({
186
+ })[]) => import("fluture").FutureInstance<import("./TaqError").TaqError, ({
193
187
  label?: string | undefined;
194
188
  plugin?: string | undefined;
195
189
  command?: string | undefined;
@@ -205,7 +199,7 @@ declare const make: (input: ({
205
199
  })[] & {
206
200
  readonly __kind: any;
207
201
  }>;
208
- declare const schemas: {
202
+ export declare const schemas: {
209
203
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, ({
210
204
  label?: string | undefined;
211
205
  plugin?: string | undefined;
@@ -240,5 +234,4 @@ declare const schemas: {
240
234
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
241
235
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
242
236
  };
243
-
244
- export { Provisions, create, factory, generatedSchemas, make, of, schemas, t };
237
+ //# sourceMappingURL=Provisions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provisions.d.ts","sourceRoot":"","sources":["Provisions.ts"],"names":[],"mappings":"AAAA,OAAmB,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAK9D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAqDxB,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,UAAU,GAAG,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;AAC1E,oBAAY,CAAC,GAAG,UAAU,CAAC;AAC3B,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
@@ -1,20 +1,16 @@
1
- import * as fluture from 'fluture';
2
- import { TaqError } from './TaqError.js';
3
1
  import { z } from 'zod';
4
-
5
- declare const rawSchema: z.ZodEffects<z.ZodString, string, string>;
6
- declare const generatedSchemas: {
2
+ export declare const rawSchema: z.ZodEffects<z.ZodString, string, string>;
3
+ export declare const generatedSchemas: {
7
4
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
8
5
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
9
6
  schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
10
7
  readonly __kind: any;
11
8
  }, any>;
12
- };
13
- declare const factory: {
14
- make: (input: string) => fluture.FutureInstance<TaqError, string & {
9
+ }, factory: {
10
+ make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
15
11
  readonly __kind: any;
16
12
  }>;
17
- of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
13
+ of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
18
14
  readonly __kind: any;
19
15
  }>;
20
16
  create: (input: string) => string & {
@@ -24,19 +20,17 @@ declare const factory: {
24
20
  readonly __kind: any;
25
21
  };
26
22
  };
27
- declare type PublicKeyHash = z.infer<typeof generatedSchemas.schema>;
28
- declare type t = PublicKeyHash;
29
- declare type PKH = PublicKeyHash;
30
- declare const create: (input: string) => string & {
23
+ export declare type PublicKeyHash = z.infer<typeof generatedSchemas.schema>;
24
+ export declare type t = PublicKeyHash;
25
+ export declare type PKH = PublicKeyHash;
26
+ export declare const create: (input: string) => string & {
31
27
  readonly __kind: any;
32
- };
33
- declare const of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
28
+ }, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
34
29
  readonly __kind: any;
35
- }>;
36
- declare const make: (input: string) => fluture.FutureInstance<TaqError, string & {
30
+ }>, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
37
31
  readonly __kind: any;
38
32
  }>;
39
- declare const schemas: {
33
+ export declare const schemas: {
40
34
  schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
41
35
  readonly __kind: any;
42
36
  }, any>, string & {
@@ -45,5 +39,4 @@ declare const schemas: {
45
39
  rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
46
40
  internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
47
41
  };
48
-
49
- export { PKH, PublicKeyHash, create, factory, generatedSchemas, make, of, rawSchema, schemas, t };
42
+ //# sourceMappingURL=PublicKeyHash.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PublicKeyHash.d.ts","sourceRoot":"","sources":["PublicKeyHash.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,2CAMpB,CAAC;AAIH,eAAO,MAAiB,gBAAgB;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AACpE,oBAAY,CAAC,GAAG,aAAa,CAAC;AAC9B,oBAAY,GAAG,GAAG,aAAa,CAAC;AAChC,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}