@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/Template.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import * as fluture from 'fluture';
|
|
2
|
-
import { TaqError } from './TaqError.js';
|
|
3
|
-
import * as _taqueria_protocol_Base from '@taqueria/protocol/Base';
|
|
4
1
|
import { z } from 'zod';
|
|
5
|
-
|
|
6
|
-
declare const rawSchema: z.ZodObject<{
|
|
2
|
+
export declare const rawSchema: z.ZodObject<{
|
|
7
3
|
template: z.ZodString;
|
|
8
4
|
command: z.ZodString;
|
|
9
5
|
description: z.ZodString;
|
|
@@ -78,7 +74,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
78
74
|
yes?: boolean | undefined;
|
|
79
75
|
quickstart?: string | undefined;
|
|
80
76
|
pluginName?: string | undefined;
|
|
81
|
-
config:
|
|
77
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
82
78
|
language?: "en" | "fr" | undefined;
|
|
83
79
|
contracts?: Record<string, {
|
|
84
80
|
sourceFile: string;
|
|
@@ -86,7 +82,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
86
82
|
readonly __kind: any;
|
|
87
83
|
};
|
|
88
84
|
}> | undefined;
|
|
89
|
-
network?: Record<string, string |
|
|
85
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
90
86
|
label: string & {
|
|
91
87
|
readonly __kind: any;
|
|
92
88
|
};
|
|
@@ -96,7 +92,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
96
92
|
protocol: string & {
|
|
97
93
|
readonly __kind: any;
|
|
98
94
|
};
|
|
99
|
-
faucet:
|
|
95
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
100
96
|
pkh: string & {
|
|
101
97
|
readonly __kind: any;
|
|
102
98
|
};
|
|
@@ -142,7 +138,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
142
138
|
} & {
|
|
143
139
|
readonly __kind: any;
|
|
144
140
|
})> | undefined;
|
|
145
|
-
environment?: Record<string, string |
|
|
141
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
146
142
|
storage?: Record<string, any> | undefined;
|
|
147
143
|
aliases?: Record<string, any> | undefined;
|
|
148
144
|
networks: string[];
|
|
@@ -203,7 +199,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
203
199
|
yes?: boolean | undefined;
|
|
204
200
|
quickstart?: string | undefined;
|
|
205
201
|
pluginName?: string | undefined;
|
|
206
|
-
config:
|
|
202
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
207
203
|
language?: "en" | "fr" | undefined;
|
|
208
204
|
contracts?: Record<string, {
|
|
209
205
|
sourceFile: string;
|
|
@@ -211,7 +207,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
211
207
|
readonly __kind: any;
|
|
212
208
|
};
|
|
213
209
|
}> | undefined;
|
|
214
|
-
network?: Record<string, string |
|
|
210
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
215
211
|
label: string & {
|
|
216
212
|
readonly __kind: any;
|
|
217
213
|
};
|
|
@@ -221,7 +217,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
221
217
|
protocol: string & {
|
|
222
218
|
readonly __kind: any;
|
|
223
219
|
};
|
|
224
|
-
faucet:
|
|
220
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
225
221
|
pkh: string & {
|
|
226
222
|
readonly __kind: any;
|
|
227
223
|
};
|
|
@@ -267,7 +263,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
267
263
|
} & {
|
|
268
264
|
readonly __kind: any;
|
|
269
265
|
})> | undefined;
|
|
270
|
-
environment?: Record<string, string |
|
|
266
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
271
267
|
storage?: Record<string, any> | undefined;
|
|
272
268
|
aliases?: Record<string, any> | undefined;
|
|
273
269
|
networks: string[];
|
|
@@ -376,7 +372,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
376
372
|
yes?: boolean | undefined;
|
|
377
373
|
quickstart?: string | undefined;
|
|
378
374
|
pluginName?: string | undefined;
|
|
379
|
-
config:
|
|
375
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
380
376
|
language?: "en" | "fr" | undefined;
|
|
381
377
|
contracts?: Record<string, {
|
|
382
378
|
sourceFile: string;
|
|
@@ -384,7 +380,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
384
380
|
readonly __kind: any;
|
|
385
381
|
};
|
|
386
382
|
}> | undefined;
|
|
387
|
-
network?: Record<string, string |
|
|
383
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
388
384
|
label: string & {
|
|
389
385
|
readonly __kind: any;
|
|
390
386
|
};
|
|
@@ -394,7 +390,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
394
390
|
protocol: string & {
|
|
395
391
|
readonly __kind: any;
|
|
396
392
|
};
|
|
397
|
-
faucet:
|
|
393
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
398
394
|
pkh: string & {
|
|
399
395
|
readonly __kind: any;
|
|
400
396
|
};
|
|
@@ -440,7 +436,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
440
436
|
} & {
|
|
441
437
|
readonly __kind: any;
|
|
442
438
|
})> | undefined;
|
|
443
|
-
environment?: Record<string, string |
|
|
439
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
444
440
|
storage?: Record<string, any> | undefined;
|
|
445
441
|
aliases?: Record<string, any> | undefined;
|
|
446
442
|
networks: string[];
|
|
@@ -495,7 +491,7 @@ declare const rawSchema: z.ZodObject<{
|
|
|
495
491
|
readonly __kind: any;
|
|
496
492
|
}, ...args_1: unknown[]) => any);
|
|
497
493
|
}>;
|
|
498
|
-
declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
494
|
+
export declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
499
495
|
template: z.ZodString;
|
|
500
496
|
command: z.ZodString;
|
|
501
497
|
description: z.ZodString;
|
|
@@ -570,7 +566,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
570
566
|
yes?: boolean | undefined;
|
|
571
567
|
quickstart?: string | undefined;
|
|
572
568
|
pluginName?: string | undefined;
|
|
573
|
-
config:
|
|
569
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
574
570
|
language?: "en" | "fr" | undefined;
|
|
575
571
|
contracts?: Record<string, {
|
|
576
572
|
sourceFile: string;
|
|
@@ -578,7 +574,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
578
574
|
readonly __kind: any;
|
|
579
575
|
};
|
|
580
576
|
}> | undefined;
|
|
581
|
-
network?: Record<string, string |
|
|
577
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
582
578
|
label: string & {
|
|
583
579
|
readonly __kind: any;
|
|
584
580
|
};
|
|
@@ -588,7 +584,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
588
584
|
protocol: string & {
|
|
589
585
|
readonly __kind: any;
|
|
590
586
|
};
|
|
591
|
-
faucet:
|
|
587
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
592
588
|
pkh: string & {
|
|
593
589
|
readonly __kind: any;
|
|
594
590
|
};
|
|
@@ -634,7 +630,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
634
630
|
} & {
|
|
635
631
|
readonly __kind: any;
|
|
636
632
|
})> | undefined;
|
|
637
|
-
environment?: Record<string, string |
|
|
633
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
638
634
|
storage?: Record<string, any> | undefined;
|
|
639
635
|
aliases?: Record<string, any> | undefined;
|
|
640
636
|
networks: string[];
|
|
@@ -695,7 +691,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
695
691
|
yes?: boolean | undefined;
|
|
696
692
|
quickstart?: string | undefined;
|
|
697
693
|
pluginName?: string | undefined;
|
|
698
|
-
config:
|
|
694
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
699
695
|
language?: "en" | "fr" | undefined;
|
|
700
696
|
contracts?: Record<string, {
|
|
701
697
|
sourceFile: string;
|
|
@@ -703,7 +699,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
703
699
|
readonly __kind: any;
|
|
704
700
|
};
|
|
705
701
|
}> | undefined;
|
|
706
|
-
network?: Record<string, string |
|
|
702
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
707
703
|
label: string & {
|
|
708
704
|
readonly __kind: any;
|
|
709
705
|
};
|
|
@@ -713,7 +709,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
713
709
|
protocol: string & {
|
|
714
710
|
readonly __kind: any;
|
|
715
711
|
};
|
|
716
|
-
faucet:
|
|
712
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
717
713
|
pkh: string & {
|
|
718
714
|
readonly __kind: any;
|
|
719
715
|
};
|
|
@@ -759,7 +755,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
759
755
|
} & {
|
|
760
756
|
readonly __kind: any;
|
|
761
757
|
})> | undefined;
|
|
762
|
-
environment?: Record<string, string |
|
|
758
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
763
759
|
storage?: Record<string, any> | undefined;
|
|
764
760
|
aliases?: Record<string, any> | undefined;
|
|
765
761
|
networks: string[];
|
|
@@ -852,7 +848,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
852
848
|
};
|
|
853
849
|
} & {
|
|
854
850
|
readonly __kind: any;
|
|
855
|
-
}, any>,
|
|
851
|
+
}, any>, import("@taqueria/protocol/Base").Flatten<{
|
|
856
852
|
boolean?: boolean | undefined;
|
|
857
853
|
type?: "string" | "number" | "boolean" | undefined;
|
|
858
854
|
shortFlag?: (string & {
|
|
@@ -867,7 +863,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
867
863
|
};
|
|
868
864
|
} & {
|
|
869
865
|
readonly __kind: any;
|
|
870
|
-
}>, any>, "many">,
|
|
866
|
+
}>, any>, "many">, import("@taqueria/protocol/Base").Flatten<{
|
|
871
867
|
boolean?: boolean | undefined;
|
|
872
868
|
type?: "string" | "number" | "boolean" | undefined;
|
|
873
869
|
shortFlag?: (string & {
|
|
@@ -915,7 +911,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
915
911
|
readonly __kind: any;
|
|
916
912
|
})[], unknown>>;
|
|
917
913
|
}>, "strip", z.ZodTypeAny, {
|
|
918
|
-
options?:
|
|
914
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
919
915
|
boolean?: boolean | undefined;
|
|
920
916
|
type?: "string" | "number" | "boolean" | undefined;
|
|
921
917
|
shortFlag?: (string & {
|
|
@@ -970,7 +966,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
970
966
|
yes?: boolean | undefined;
|
|
971
967
|
quickstart?: string | undefined;
|
|
972
968
|
pluginName?: string | undefined;
|
|
973
|
-
config:
|
|
969
|
+
config: import("@taqueria/protocol/Base").Flatten<{
|
|
974
970
|
language?: "en" | "fr" | undefined;
|
|
975
971
|
contracts?: Record<string, {
|
|
976
972
|
sourceFile: string;
|
|
@@ -978,7 +974,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
978
974
|
readonly __kind: any;
|
|
979
975
|
};
|
|
980
976
|
}> | undefined;
|
|
981
|
-
network?: Record<string, string |
|
|
977
|
+
network?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
982
978
|
label: string & {
|
|
983
979
|
readonly __kind: any;
|
|
984
980
|
};
|
|
@@ -988,7 +984,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
988
984
|
protocol: string & {
|
|
989
985
|
readonly __kind: any;
|
|
990
986
|
};
|
|
991
|
-
faucet:
|
|
987
|
+
faucet: import("@taqueria/protocol/Base").Flatten<{
|
|
992
988
|
pkh: string & {
|
|
993
989
|
readonly __kind: any;
|
|
994
990
|
};
|
|
@@ -1034,7 +1030,7 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1034
1030
|
} & {
|
|
1035
1031
|
readonly __kind: any;
|
|
1036
1032
|
})> | undefined;
|
|
1037
|
-
environment?: Record<string, string |
|
|
1033
|
+
environment?: Record<string, string | import("@taqueria/protocol/Base").Flatten<{
|
|
1038
1034
|
storage?: Record<string, any> | undefined;
|
|
1039
1035
|
aliases?: Record<string, any> | undefined;
|
|
1040
1036
|
networks: string[];
|
|
@@ -1089,11 +1085,11 @@ declare const internalSchema: z.ZodObject<z.extendShape<{
|
|
|
1089
1085
|
readonly __kind: any;
|
|
1090
1086
|
}, ...args_1: unknown[]) => any);
|
|
1091
1087
|
}>;
|
|
1092
|
-
declare const generatedSchemas: {
|
|
1088
|
+
export declare const generatedSchemas: {
|
|
1093
1089
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1094
1090
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1095
1091
|
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
1096
|
-
options?:
|
|
1092
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1097
1093
|
boolean?: boolean | undefined;
|
|
1098
1094
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1099
1095
|
shortFlag?: (string & {
|
|
@@ -1135,10 +1131,9 @@ declare const generatedSchemas: {
|
|
|
1135
1131
|
} & {
|
|
1136
1132
|
readonly __kind: any;
|
|
1137
1133
|
}, any>;
|
|
1138
|
-
}
|
|
1139
|
-
declare const factory: {
|
|
1134
|
+
}, factory: {
|
|
1140
1135
|
make: (input: {
|
|
1141
|
-
options?:
|
|
1136
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1142
1137
|
boolean?: boolean | undefined;
|
|
1143
1138
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1144
1139
|
shortFlag?: (string & {
|
|
@@ -1177,8 +1172,8 @@ declare const factory: {
|
|
|
1177
1172
|
readonly __kind: any;
|
|
1178
1173
|
};
|
|
1179
1174
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1180
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
1181
|
-
options?:
|
|
1175
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1176
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1182
1177
|
boolean?: boolean | undefined;
|
|
1183
1178
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1184
1179
|
shortFlag?: (string & {
|
|
@@ -1220,8 +1215,8 @@ declare const factory: {
|
|
|
1220
1215
|
} & {
|
|
1221
1216
|
readonly __kind: any;
|
|
1222
1217
|
}>;
|
|
1223
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
1224
|
-
options?:
|
|
1218
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1219
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1225
1220
|
boolean?: boolean | undefined;
|
|
1226
1221
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1227
1222
|
shortFlag?: (string & {
|
|
@@ -1290,7 +1285,7 @@ declare const factory: {
|
|
|
1290
1285
|
command: string;
|
|
1291
1286
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1292
1287
|
} | {
|
|
1293
|
-
options?:
|
|
1288
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1294
1289
|
boolean?: boolean | undefined;
|
|
1295
1290
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1296
1291
|
shortFlag?: (string & {
|
|
@@ -1330,7 +1325,7 @@ declare const factory: {
|
|
|
1330
1325
|
};
|
|
1331
1326
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1332
1327
|
}) => {
|
|
1333
|
-
options?:
|
|
1328
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1334
1329
|
boolean?: boolean | undefined;
|
|
1335
1330
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1336
1331
|
shortFlag?: (string & {
|
|
@@ -1373,7 +1368,7 @@ declare const factory: {
|
|
|
1373
1368
|
readonly __kind: any;
|
|
1374
1369
|
};
|
|
1375
1370
|
from: (input: unknown) => {
|
|
1376
|
-
options?:
|
|
1371
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1377
1372
|
boolean?: boolean | undefined;
|
|
1378
1373
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1379
1374
|
shortFlag?: (string & {
|
|
@@ -1416,9 +1411,9 @@ declare const factory: {
|
|
|
1416
1411
|
readonly __kind: any;
|
|
1417
1412
|
};
|
|
1418
1413
|
};
|
|
1419
|
-
declare type Template = z.infer<typeof generatedSchemas.schema>;
|
|
1420
|
-
declare type t = Template;
|
|
1421
|
-
declare const create: (input: {
|
|
1414
|
+
export declare type Template = z.infer<typeof generatedSchemas.schema>;
|
|
1415
|
+
export declare type t = Template;
|
|
1416
|
+
export declare const create: (input: {
|
|
1422
1417
|
options?: {
|
|
1423
1418
|
boolean?: boolean | undefined;
|
|
1424
1419
|
type?: "string" | "number" | "boolean" | undefined;
|
|
@@ -1445,7 +1440,7 @@ declare const create: (input: {
|
|
|
1445
1440
|
command: string;
|
|
1446
1441
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1447
1442
|
} | {
|
|
1448
|
-
options?:
|
|
1443
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1449
1444
|
boolean?: boolean | undefined;
|
|
1450
1445
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1451
1446
|
shortFlag?: (string & {
|
|
@@ -1485,7 +1480,7 @@ declare const create: (input: {
|
|
|
1485
1480
|
};
|
|
1486
1481
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1487
1482
|
}) => {
|
|
1488
|
-
options?:
|
|
1483
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1489
1484
|
boolean?: boolean | undefined;
|
|
1490
1485
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1491
1486
|
shortFlag?: (string & {
|
|
@@ -1526,9 +1521,8 @@ declare const create: (input: {
|
|
|
1526
1521
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1527
1522
|
} & {
|
|
1528
1523
|
readonly __kind: any;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
1524
|
+
}, make: (input: {
|
|
1525
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1532
1526
|
boolean?: boolean | undefined;
|
|
1533
1527
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1534
1528
|
shortFlag?: (string & {
|
|
@@ -1567,8 +1561,8 @@ declare const make: (input: {
|
|
|
1567
1561
|
readonly __kind: any;
|
|
1568
1562
|
};
|
|
1569
1563
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1570
|
-
}) => fluture.FutureInstance<TaqError, {
|
|
1571
|
-
options?:
|
|
1564
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1565
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1572
1566
|
boolean?: boolean | undefined;
|
|
1573
1567
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1574
1568
|
shortFlag?: (string & {
|
|
@@ -1609,9 +1603,8 @@ declare const make: (input: {
|
|
|
1609
1603
|
handler: string | ((args_0: any, ...args_1: unknown[]) => any);
|
|
1610
1604
|
} & {
|
|
1611
1605
|
readonly __kind: any;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
options?: _taqueria_protocol_Base.Flatten<{
|
|
1606
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
1607
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1615
1608
|
boolean?: boolean | undefined;
|
|
1616
1609
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1617
1610
|
shortFlag?: (string & {
|
|
@@ -1653,9 +1646,9 @@ declare const of: (input: unknown) => fluture.FutureInstance<TaqError, {
|
|
|
1653
1646
|
} & {
|
|
1654
1647
|
readonly __kind: any;
|
|
1655
1648
|
}>;
|
|
1656
|
-
declare const schemas: {
|
|
1649
|
+
export declare const schemas: {
|
|
1657
1650
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
1658
|
-
options?:
|
|
1651
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1659
1652
|
boolean?: boolean | undefined;
|
|
1660
1653
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1661
1654
|
shortFlag?: (string & {
|
|
@@ -1697,7 +1690,7 @@ declare const schemas: {
|
|
|
1697
1690
|
} & {
|
|
1698
1691
|
readonly __kind: any;
|
|
1699
1692
|
}, any>, {
|
|
1700
|
-
options?:
|
|
1693
|
+
options?: import("@taqueria/protocol/Base").Flatten<{
|
|
1701
1694
|
boolean?: boolean | undefined;
|
|
1702
1695
|
type?: "string" | "number" | "boolean" | undefined;
|
|
1703
1696
|
shortFlag?: (string & {
|
|
@@ -1742,5 +1735,4 @@ declare const schemas: {
|
|
|
1742
1735
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1743
1736
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
1744
1737
|
};
|
|
1745
|
-
|
|
1746
|
-
export { Template, create, factory, generatedSchemas, internalSchema, make, of, rawSchema, schemas, t };
|
|
1738
|
+
//# sourceMappingURL=Template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["Template.ts"],"names":[],"mappings":"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"}
|
package/Timestamp.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: number) => fluture.FutureInstance<TaqError, number & {
|
|
2
|
+
export declare const rawSchema: z.ZodNumber;
|
|
3
|
+
export declare const factory: {
|
|
4
|
+
make: (input: number) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
8
5
|
readonly __kind: any;
|
|
9
6
|
}>;
|
|
10
|
-
of: (input: unknown) => fluture.FutureInstance<TaqError, number & {
|
|
7
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
11
8
|
readonly __kind: any;
|
|
12
9
|
}>;
|
|
13
10
|
create: (input: number) => number & {
|
|
@@ -16,26 +13,23 @@ declare const factory: {
|
|
|
16
13
|
from: (input: unknown) => number & {
|
|
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>, number & {
|
|
24
20
|
readonly __kind: any;
|
|
25
21
|
}, any>;
|
|
26
22
|
};
|
|
27
|
-
declare type Timestamp = z.infer<typeof generatedSchemas.schema>;
|
|
28
|
-
declare type t = Timestamp;
|
|
29
|
-
declare const create: (input: number) => number & {
|
|
23
|
+
export declare type Timestamp = z.infer<typeof generatedSchemas.schema>;
|
|
24
|
+
export declare type t = Timestamp;
|
|
25
|
+
export declare const create: (input: number) => number & {
|
|
30
26
|
readonly __kind: any;
|
|
31
|
-
}
|
|
32
|
-
declare const make: (input: number) => fluture.FutureInstance<TaqError, number & {
|
|
27
|
+
}, make: (input: number) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
33
28
|
readonly __kind: any;
|
|
34
|
-
}
|
|
35
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, number & {
|
|
29
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
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>, number & {
|
|
40
34
|
readonly __kind: any;
|
|
41
35
|
}, any>, number & {
|
|
@@ -44,8 +38,7 @@ declare const schemas: {
|
|
|
44
38
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
45
39
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
46
40
|
};
|
|
47
|
-
declare const now: () => number & {
|
|
41
|
+
export declare const now: () => number & {
|
|
48
42
|
readonly __kind: any;
|
|
49
43
|
};
|
|
50
|
-
|
|
51
|
-
export { Timestamp, create, factory, generatedSchemas, make, now, of, rawSchema, schemas, t };
|
|
44
|
+
//# sourceMappingURL=Timestamp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Timestamp.d.ts","sourceRoot":"","sources":["Timestamp.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAEL,CAAC;AAIlB,eAAO,MAAQ,OAAO;;;;;;;;;;;;;GAAW,gBAAgB;;;;;;CAK/C,CAAC;AAEH,oBAAY,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAChE,oBAAY,CAAC,GAAG,SAAS,CAAC;AAC1B,eAAO,MAAQ,MAAM;;GAAE,IAAI;;IAAE,EAAE;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC;AAEF,eAAO,MAAM,GAAG;;CAAgC,CAAC"}
|
package/Tz.d.ts
CHANGED
|
@@ -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
|
|
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
|
-
|
|
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,17 +20,15 @@ declare const factory: {
|
|
|
24
20
|
readonly __kind: any;
|
|
25
21
|
};
|
|
26
22
|
};
|
|
27
|
-
declare type Tz = z.infer<typeof generatedSchemas.schema>;
|
|
28
|
-
declare const create: (input: string) => string & {
|
|
23
|
+
export declare type Tz = z.infer<typeof generatedSchemas.schema>;
|
|
24
|
+
export declare const create: (input: string) => string & {
|
|
29
25
|
readonly __kind: any;
|
|
30
|
-
}
|
|
31
|
-
declare const of: (input: unknown) => fluture.FutureInstance<TaqError, string & {
|
|
26
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
32
27
|
readonly __kind: any;
|
|
33
|
-
}
|
|
34
|
-
declare const make: (input: string) => fluture.FutureInstance<TaqError, string & {
|
|
28
|
+
}>, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
35
29
|
readonly __kind: any;
|
|
36
30
|
}>;
|
|
37
|
-
declare const schemas: {
|
|
31
|
+
export declare const schemas: {
|
|
38
32
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
39
33
|
readonly __kind: any;
|
|
40
34
|
}, any>, string & {
|
|
@@ -43,5 +37,4 @@ declare const schemas: {
|
|
|
43
37
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
44
38
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
45
39
|
};
|
|
46
|
-
|
|
47
|
-
export { Tz, create, factory, generatedSchemas, make, of, rawSchema, schemas };
|
|
40
|
+
//# sourceMappingURL=Tz.d.ts.map
|
package/Tz.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tz.d.ts","sourceRoot":"","sources":["Tz.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAAkE,CAAC;AAIzF,eAAO,MAAiB,gBAAgB;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAK/C,CAAC;AAEH,oBAAY,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEzD,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
|
package/Url.d.ts
CHANGED
|
@@ -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
|
|
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
|
-
|
|
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 const toComponents: (url: Url) => URL;
|
|
28
|
-
declare type Url = z.infer<typeof generatedSchemas.schema>;
|
|
29
|
-
declare type t = Url;
|
|
30
|
-
declare const create: (input: string) => string & {
|
|
23
|
+
export declare const toComponents: (url: Url) => URL;
|
|
24
|
+
export declare type Url = z.infer<typeof generatedSchemas.schema>;
|
|
25
|
+
export declare type t = Url;
|
|
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 { Url, create, factory, generatedSchemas, make, of, rawSchema, schemas, t, toComponents };
|
|
42
|
+
//# sourceMappingURL=Url.d.ts.map
|
package/Url.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["Url.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAEf,CAAC;AAIR,eAAO,MAAiB,gBAAgB;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAK/C,CAAC;AAEH,eAAO,MAAM,YAAY,QAAS,GAAG,QAGpC,CAAC;AAEF,oBAAY,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC1D,oBAAY,CAAC,GAAG,GAAG,CAAC;AACpB,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
|