surgio 3.3.0 → 3.4.0
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/build/configurables.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export declare const defineSurgioConfig: (config: CommandConfigBeforeNormalize)
|
|
|
12
12
|
destDir?: string | undefined;
|
|
13
13
|
downloadUrl?: string | undefined;
|
|
14
14
|
templateString?: string | undefined;
|
|
15
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
15
16
|
}[];
|
|
16
17
|
remoteSnippets?: {
|
|
17
18
|
name: string;
|
|
@@ -10,6 +10,7 @@ export declare const ArtifactValidator: z.ZodObject<{
|
|
|
10
10
|
destDir: z.ZodOptional<z.ZodString>;
|
|
11
11
|
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
12
12
|
templateString: z.ZodOptional<z.ZodString>;
|
|
13
|
+
subscriptionUserInfoProvider: z.ZodOptional<z.ZodString>;
|
|
13
14
|
}, "strip", z.ZodTypeAny, {
|
|
14
15
|
name: string;
|
|
15
16
|
template: string;
|
|
@@ -21,6 +22,7 @@ export declare const ArtifactValidator: z.ZodObject<{
|
|
|
21
22
|
destDir?: string | undefined;
|
|
22
23
|
downloadUrl?: string | undefined;
|
|
23
24
|
templateString?: string | undefined;
|
|
25
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
24
26
|
}, {
|
|
25
27
|
name: string;
|
|
26
28
|
template: string;
|
|
@@ -32,4 +34,5 @@ export declare const ArtifactValidator: z.ZodObject<{
|
|
|
32
34
|
destDir?: string | undefined;
|
|
33
35
|
downloadUrl?: string | undefined;
|
|
34
36
|
templateString?: string | undefined;
|
|
37
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
35
38
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artifact.js","sourceRoot":"","sources":["../../src/validators/artifact.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AAEV,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1C,gBAAgB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,YAAY,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1C,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE;IACxB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"artifact.js","sourceRoot":"","sources":["../../src/validators/artifact.ts"],"names":[],"mappings":";;;AAAA,6BAAuB;AAEV,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1C,gBAAgB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,YAAY,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC1C,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChD,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,WAAW,EAAE,OAAC,CAAC,OAAO,EAAE;IACxB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;IAC3B,4BAA4B,EAAE,OAAC,CAAC,OAAO,EAAE;CAC1C,CAAC,CAAA"}
|
|
@@ -64,6 +64,7 @@ export declare const SurgioConfigValidator: z.ZodObject<{
|
|
|
64
64
|
destDir: z.ZodOptional<z.ZodString>;
|
|
65
65
|
downloadUrl: z.ZodOptional<z.ZodString>;
|
|
66
66
|
templateString: z.ZodOptional<z.ZodString>;
|
|
67
|
+
subscriptionUserInfoProvider: z.ZodOptional<z.ZodString>;
|
|
67
68
|
}, "strip", z.ZodTypeAny, {
|
|
68
69
|
name: string;
|
|
69
70
|
template: string;
|
|
@@ -75,6 +76,7 @@ export declare const SurgioConfigValidator: z.ZodObject<{
|
|
|
75
76
|
destDir?: string | undefined;
|
|
76
77
|
downloadUrl?: string | undefined;
|
|
77
78
|
templateString?: string | undefined;
|
|
79
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
78
80
|
}, {
|
|
79
81
|
name: string;
|
|
80
82
|
template: string;
|
|
@@ -86,6 +88,7 @@ export declare const SurgioConfigValidator: z.ZodObject<{
|
|
|
86
88
|
destDir?: string | undefined;
|
|
87
89
|
downloadUrl?: string | undefined;
|
|
88
90
|
templateString?: string | undefined;
|
|
91
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
89
92
|
}>, "many">;
|
|
90
93
|
remoteSnippets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
91
94
|
name: z.ZodString;
|
|
@@ -229,6 +232,7 @@ export declare const SurgioConfigValidator: z.ZodObject<{
|
|
|
229
232
|
destDir?: string | undefined;
|
|
230
233
|
downloadUrl?: string | undefined;
|
|
231
234
|
templateString?: string | undefined;
|
|
235
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
232
236
|
}[];
|
|
233
237
|
remoteSnippets?: {
|
|
234
238
|
name: string;
|
|
@@ -299,6 +303,7 @@ export declare const SurgioConfigValidator: z.ZodObject<{
|
|
|
299
303
|
destDir?: string | undefined;
|
|
300
304
|
downloadUrl?: string | undefined;
|
|
301
305
|
templateString?: string | undefined;
|
|
306
|
+
subscriptionUserInfoProvider?: string | undefined;
|
|
302
307
|
}[];
|
|
303
308
|
remoteSnippets?: {
|
|
304
309
|
name: string;
|