renovate 40.0.0-next.1 → 40.0.0-next.11
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/dist/config/decrypt/legacy.js +0 -1
- package/dist/config/decrypt/legacy.js.map +1 -1
- package/dist/config/decrypt.js +2 -2
- package/dist/config/decrypt.js.map +1 -1
- package/dist/config/migrate-validate.js +3 -2
- package/dist/config/migrate-validate.js.map +1 -1
- package/dist/config/migration.js +2 -1
- package/dist/config/migration.js.map +1 -1
- package/dist/config/options/index.js +2 -2
- package/dist/config/options/index.js.map +1 -1
- package/dist/config/parse.js +2 -2
- package/dist/config/parse.js.map +1 -1
- package/dist/config/presets/gitea/index.js +0 -1
- package/dist/config/presets/gitea/index.js.map +1 -1
- package/dist/config/presets/github/index.js +0 -1
- package/dist/config/presets/github/index.js.map +1 -1
- package/dist/config/presets/http/index.js +0 -1
- package/dist/config/presets/http/index.js.map +1 -1
- package/dist/config/presets/index.js +0 -7
- package/dist/config/presets/index.js.map +1 -1
- package/dist/config/presets/internal/index.js +1 -3
- package/dist/config/presets/internal/index.js.map +1 -1
- package/dist/config/schema.d.ts +2 -2
- package/dist/config/validation.js +2 -4
- package/dist/config/validation.js.map +1 -1
- package/dist/config-validator.js +0 -1
- package/dist/config-validator.js.map +1 -1
- package/dist/constants/category.js +0 -1
- package/dist/constants/category.js.map +1 -1
- package/dist/instrumentation/index.js +5 -3
- package/dist/instrumentation/index.js.map +1 -1
- package/dist/logger/cmd-serializer.js +0 -1
- package/dist/logger/cmd-serializer.js.map +1 -1
- package/dist/logger/config-serializer.js +0 -1
- package/dist/logger/config-serializer.js.map +1 -1
- package/dist/logger/index.js +0 -3
- package/dist/logger/index.js.map +1 -1
- package/dist/logger/once.js +4 -2
- package/dist/logger/once.js.map +1 -1
- package/dist/logger/pretty-stdout.js +0 -1
- package/dist/logger/pretty-stdout.js.map +1 -1
- package/dist/logger/renovate-logger.js +1 -1
- package/dist/logger/renovate-logger.js.map +1 -1
- package/dist/logger/utils.js +5 -10
- package/dist/logger/utils.js.map +1 -1
- package/dist/modules/datasource/custom/schema.d.ts +5 -5
- package/dist/modules/datasource/deno/schema.d.ts +8 -8
- package/dist/modules/datasource/docker/index.js +4 -2
- package/dist/modules/datasource/docker/index.js.map +1 -1
- package/dist/modules/datasource/docker/schema.d.ts +32 -32
- package/dist/modules/datasource/galaxy/schema.d.ts +1 -1
- package/dist/modules/datasource/galaxy-collection/schema.d.ts +3 -3
- package/dist/modules/datasource/gitea-releases/schema.d.ts +4 -4
- package/dist/modules/datasource/gitea-tags/schema.d.ts +4 -4
- package/dist/modules/datasource/hex/schema.d.ts +11 -11
- package/dist/modules/datasource/packagist/schema.d.ts +30 -30
- package/dist/modules/datasource/unity3d/index.d.ts +4 -1
- package/dist/modules/datasource/unity3d/index.js +36 -42
- package/dist/modules/datasource/unity3d/index.js.map +1 -1
- package/dist/modules/datasource/unity3d/schema.d.ts +47 -0
- package/dist/modules/datasource/unity3d/schema.js +17 -0
- package/dist/modules/datasource/unity3d/schema.js.map +1 -0
- package/dist/modules/manager/argocd/schema.d.ts +10 -10
- package/dist/modules/manager/azure-pipelines/schema.d.ts +10 -10
- package/dist/modules/manager/batect/schema.d.ts +6 -6
- package/dist/modules/manager/bazel/rules/docker.d.ts +9 -9
- package/dist/modules/manager/bazel/rules/git.d.ts +10 -10
- package/dist/modules/manager/bazel/rules/go.d.ts +5 -5
- package/dist/modules/manager/bazel/rules/oci.d.ts +3 -3
- package/dist/modules/manager/bazel-module/parser/fragments.d.ts +40 -40
- package/dist/modules/manager/bazel-module/parser/maven.d.ts +27 -27
- package/dist/modules/manager/bazel-module/parser/oci.d.ts +17 -17
- package/dist/modules/manager/bazel-module/rules.d.ts +40 -40
- package/dist/modules/manager/cargo/schema.d.ts +100 -100
- package/dist/modules/manager/circleci/schema.d.ts +6 -6
- package/dist/modules/manager/composer/schema.d.ts +40 -40
- package/dist/modules/manager/crossplane/schema.d.ts +2 -2
- package/dist/modules/manager/custom/jsonata/index.js +4 -0
- package/dist/modules/manager/custom/jsonata/index.js.map +1 -1
- package/dist/modules/manager/custom/jsonata/schema.d.ts +7 -7
- package/dist/modules/manager/fingerprint.generated.js +67 -67
- package/dist/modules/manager/fingerprint.generated.js.map +1 -1
- package/dist/modules/manager/fleet/schema.d.ts +12 -12
- package/dist/modules/manager/flux/schema.d.ts +50 -50
- package/dist/modules/manager/glasskube/schema.d.ts +8 -8
- package/dist/modules/manager/nix/schema.d.ts +24 -24
- package/dist/modules/manager/npm/schema.d.ts +13 -13
- package/dist/modules/manager/nuget/schema.d.ts +8 -8
- package/dist/modules/manager/ocb/schema.d.ts +6 -6
- package/dist/modules/manager/pep621/schema.d.ts +55 -55
- package/dist/modules/manager/pep621/utils.js +2 -1
- package/dist/modules/manager/pep621/utils.js.map +1 -1
- package/dist/modules/manager/poetry/artifacts.js +2 -1
- package/dist/modules/manager/poetry/artifacts.js.map +1 -1
- package/dist/modules/manager/poetry/extract.js +2 -1
- package/dist/modules/manager/poetry/extract.js.map +1 -1
- package/dist/modules/manager/poetry/schema.d.ts +48 -48
- package/dist/modules/manager/sveltos/schema.d.ts +12 -12
- package/dist/modules/manager/vendir/schema.d.ts +27 -27
- package/dist/modules/platform/api.d.ts +1 -1
- package/dist/modules/platform/bitbucket/index.d.ts +1 -0
- package/dist/modules/platform/bitbucket/index.js +5 -0
- package/dist/modules/platform/bitbucket/index.js.map +1 -1
- package/dist/modules/platform/bitbucket/schema.d.ts +17 -17
- package/dist/modules/platform/bitbucket-server/index.d.ts +1 -1
- package/dist/modules/platform/bitbucket-server/index.js.map +1 -1
- package/dist/modules/platform/gitea/index.d.ts +1 -0
- package/dist/modules/platform/gitea/index.js +11 -0
- package/dist/modules/platform/gitea/index.js.map +1 -1
- package/dist/modules/platform/gitea/schema.d.ts +8 -8
- package/dist/modules/platform/github/issue.d.ts +12 -12
- package/dist/modules/platform/github/schema.d.ts +65 -65
- package/dist/modules/platform/gitlab/index.d.ts +1 -0
- package/dist/modules/platform/gitlab/index.js +9 -0
- package/dist/modules/platform/gitlab/index.js.map +1 -1
- package/dist/modules/platform/scm.d.ts +1 -1
- package/dist/proxy.js +2 -1
- package/dist/proxy.js.map +1 -1
- package/dist/renovate.js +2 -2
- package/dist/renovate.js.map +1 -1
- package/dist/util/cache/package/redis.js +0 -1
- package/dist/util/cache/package/redis.js.map +1 -1
- package/dist/util/cache/repository/impl/base.d.ts +1 -1
- package/dist/util/exec/containerbase.js +11 -11
- package/dist/util/exec/containerbase.js.map +1 -1
- package/dist/util/github/graphql/query-adapters/releases-query-adapter.d.ts +5 -5
- package/dist/util/http/cache/schema.d.ts +2 -2
- package/dist/util/http/legacy.js +4 -1
- package/dist/util/http/legacy.js.map +1 -1
- package/dist/util/string.d.ts +15 -0
- package/dist/util/string.js +75 -0
- package/dist/util/string.js.map +1 -1
- package/dist/util/yaml.js +2 -6
- package/dist/util/yaml.js.map +1 -1
- package/dist/workers/repository/cache.js +0 -1
- package/dist/workers/repository/cache.js.map +1 -1
- package/package.json +19 -24
- package/renovate-schema.json +2 -1
@@ -1287,19 +1287,19 @@ export declare const Repository: z.ZodObject<{
|
|
1287
1287
|
name: z.ZodString;
|
1288
1288
|
ref: z.ZodOptional<z.ZodString>;
|
1289
1289
|
}, "strip", z.ZodTypeAny, {
|
1290
|
-
name: string;
|
1291
1290
|
type: "bitbucket" | "github" | "git";
|
1291
|
+
name: string;
|
1292
1292
|
ref?: string | undefined;
|
1293
1293
|
}, {
|
1294
|
-
name: string;
|
1295
1294
|
type: "bitbucket" | "github" | "git";
|
1295
|
+
name: string;
|
1296
1296
|
ref?: string | undefined;
|
1297
1297
|
}>;
|
1298
1298
|
export type Repository = z.infer<typeof Repository>;
|
1299
1299
|
export declare const Resources: z.ZodObject<{
|
1300
1300
|
repositories: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
1301
|
-
name: string;
|
1302
1301
|
type: "bitbucket" | "github" | "git";
|
1302
|
+
name: string;
|
1303
1303
|
ref?: string | undefined;
|
1304
1304
|
}[], any[]>>;
|
1305
1305
|
containers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
@@ -1307,8 +1307,8 @@ export declare const Resources: z.ZodObject<{
|
|
1307
1307
|
}[], any[]>>;
|
1308
1308
|
}, "strip", z.ZodTypeAny, {
|
1309
1309
|
repositories?: {
|
1310
|
-
name: string;
|
1311
1310
|
type: "bitbucket" | "github" | "git";
|
1311
|
+
name: string;
|
1312
1312
|
ref?: string | undefined;
|
1313
1313
|
}[] | undefined;
|
1314
1314
|
containers?: {
|
@@ -1322,8 +1322,8 @@ export type Resources = z.infer<typeof Resources>;
|
|
1322
1322
|
export declare const AzurePipelines: z.ZodObject<{
|
1323
1323
|
resources: z.ZodOptional<z.ZodObject<{
|
1324
1324
|
repositories: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
1325
|
-
name: string;
|
1326
1325
|
type: "bitbucket" | "github" | "git";
|
1326
|
+
name: string;
|
1327
1327
|
ref?: string | undefined;
|
1328
1328
|
}[], any[]>>;
|
1329
1329
|
containers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
@@ -1331,8 +1331,8 @@ export declare const AzurePipelines: z.ZodObject<{
|
|
1331
1331
|
}[], any[]>>;
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
1333
1333
|
repositories?: {
|
1334
|
-
name: string;
|
1335
1334
|
type: "bitbucket" | "github" | "git";
|
1335
|
+
name: string;
|
1336
1336
|
ref?: string | undefined;
|
1337
1337
|
}[] | undefined;
|
1338
1338
|
containers?: {
|
@@ -1683,8 +1683,8 @@ export declare const AzurePipelines: z.ZodObject<{
|
|
1683
1683
|
})[] | undefined;
|
1684
1684
|
resources?: {
|
1685
1685
|
repositories?: {
|
1686
|
-
name: string;
|
1687
1686
|
type: "bitbucket" | "github" | "git";
|
1687
|
+
name: string;
|
1688
1688
|
ref?: string | undefined;
|
1689
1689
|
}[] | undefined;
|
1690
1690
|
containers?: {
|
@@ -1816,8 +1816,8 @@ export type AzurePipelines = z.infer<typeof AzurePipelines>;
|
|
1816
1816
|
export declare const AzurePipelinesYaml: z.ZodPipeline<z.ZodEffects<z.ZodString, string | number | boolean | import("type-fest").JsonObject | import("type-fest").JsonValue[] | readonly import("type-fest").JsonValue[] | null, string>, z.ZodObject<{
|
1817
1817
|
resources: z.ZodOptional<z.ZodObject<{
|
1818
1818
|
repositories: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
1819
|
-
name: string;
|
1820
1819
|
type: "bitbucket" | "github" | "git";
|
1820
|
+
name: string;
|
1821
1821
|
ref?: string | undefined;
|
1822
1822
|
}[], any[]>>;
|
1823
1823
|
containers: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
@@ -1825,8 +1825,8 @@ export declare const AzurePipelinesYaml: z.ZodPipeline<z.ZodEffects<z.ZodString,
|
|
1825
1825
|
}[], any[]>>;
|
1826
1826
|
}, "strip", z.ZodTypeAny, {
|
1827
1827
|
repositories?: {
|
1828
|
-
name: string;
|
1829
1828
|
type: "bitbucket" | "github" | "git";
|
1829
|
+
name: string;
|
1830
1830
|
ref?: string | undefined;
|
1831
1831
|
}[] | undefined;
|
1832
1832
|
containers?: {
|
@@ -2177,8 +2177,8 @@ export declare const AzurePipelinesYaml: z.ZodPipeline<z.ZodEffects<z.ZodString,
|
|
2177
2177
|
})[] | undefined;
|
2178
2178
|
resources?: {
|
2179
2179
|
repositories?: {
|
2180
|
-
name: string;
|
2181
2180
|
type: "bitbucket" | "github" | "git";
|
2181
|
+
name: string;
|
2182
2182
|
ref?: string | undefined;
|
2183
2183
|
}[] | undefined;
|
2184
2184
|
containers?: {
|
@@ -4,31 +4,31 @@ export declare const BatectConfigSchema: z.ZodEffects<z.ZodPipeline<z.ZodEffects
|
|
4
4
|
containers: z.ZodCatch<z.ZodEffects<z.ZodEffects<z.ZodRecord<z.ZodString, z.ZodAny>, Record<string, string>, Record<string, any>>, string[], Record<string, any>>>;
|
5
5
|
include: z.ZodCatch<z.ZodEffects<z.ZodArray<z.ZodAny, "many">, ({
|
6
6
|
type: "git";
|
7
|
-
ref: string;
|
8
7
|
repo: string;
|
8
|
+
ref: string;
|
9
9
|
} | {
|
10
|
-
type: "file";
|
11
10
|
path: string;
|
11
|
+
type: "file";
|
12
12
|
} | {
|
13
13
|
type: "file";
|
14
14
|
path: string;
|
15
15
|
})[], any[]>>;
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
17
|
+
containers: string[];
|
17
18
|
include: ({
|
18
19
|
type: "git";
|
19
|
-
ref: string;
|
20
20
|
repo: string;
|
21
|
+
ref: string;
|
21
22
|
} | {
|
22
|
-
type: "file";
|
23
23
|
path: string;
|
24
|
+
type: "file";
|
24
25
|
} | {
|
25
26
|
type: "file";
|
26
27
|
path: string;
|
27
28
|
})[];
|
28
|
-
containers: string[];
|
29
29
|
}, {
|
30
|
-
include?: unknown;
|
31
30
|
containers?: unknown;
|
31
|
+
include?: unknown;
|
32
32
|
}>>, {
|
33
33
|
imageDependencies: PackageDependency<Record<string, any>>[];
|
34
34
|
bundleDependencies: PackageDependency<Record<string, any>>[];
|
@@ -9,24 +9,24 @@ export declare const DockerTarget: z.ZodEffects<z.ZodObject<{
|
|
9
9
|
repository: z.ZodString;
|
10
10
|
registry: z.ZodString;
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
12
|
-
name: string;
|
13
|
-
registry: string;
|
14
|
-
tag: string;
|
15
12
|
repository: string;
|
16
13
|
digest: string;
|
17
|
-
rule: "container_pull" | "_container_pull";
|
18
|
-
}, {
|
19
14
|
name: string;
|
20
|
-
registry: string;
|
21
15
|
tag: string;
|
16
|
+
registry: string;
|
17
|
+
rule: "container_pull" | "_container_pull";
|
18
|
+
}, {
|
22
19
|
repository: string;
|
23
20
|
digest: string;
|
24
|
-
rule: "container_pull" | "_container_pull";
|
25
|
-
}>, PackageDependency<Record<string, any>>[], {
|
26
21
|
name: string;
|
27
|
-
registry: string;
|
28
22
|
tag: string;
|
23
|
+
registry: string;
|
24
|
+
rule: "container_pull" | "_container_pull";
|
25
|
+
}>, PackageDependency<Record<string, any>>[], {
|
29
26
|
repository: string;
|
30
27
|
digest: string;
|
28
|
+
name: string;
|
29
|
+
tag: string;
|
30
|
+
registry: string;
|
31
31
|
rule: "container_pull" | "_container_pull";
|
32
32
|
}>;
|
@@ -9,32 +9,32 @@ export declare const GitTarget: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
9
9
|
remote: z.ZodString;
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
11
11
|
name: string;
|
12
|
-
remote: string;
|
13
12
|
rule: "git_repository" | "_git_repository";
|
14
|
-
|
13
|
+
remote: string;
|
15
14
|
commit?: string | undefined;
|
15
|
+
tag?: string | undefined;
|
16
16
|
}, {
|
17
17
|
name: string;
|
18
|
-
remote: string;
|
19
18
|
rule: "git_repository" | "_git_repository";
|
20
|
-
|
19
|
+
remote: string;
|
21
20
|
commit?: string | undefined;
|
21
|
+
tag?: string | undefined;
|
22
22
|
}>, {
|
23
23
|
name: string;
|
24
|
-
remote: string;
|
25
24
|
rule: "git_repository" | "_git_repository";
|
26
|
-
|
25
|
+
remote: string;
|
27
26
|
commit?: string | undefined;
|
27
|
+
tag?: string | undefined;
|
28
28
|
}, {
|
29
29
|
name: string;
|
30
|
-
remote: string;
|
31
30
|
rule: "git_repository" | "_git_repository";
|
32
|
-
|
31
|
+
remote: string;
|
33
32
|
commit?: string | undefined;
|
33
|
+
tag?: string | undefined;
|
34
34
|
}>, PackageDependency<Record<string, any>>[], {
|
35
35
|
name: string;
|
36
|
-
remote: string;
|
37
36
|
rule: "git_repository" | "_git_repository";
|
38
|
-
|
37
|
+
remote: string;
|
39
38
|
commit?: string | undefined;
|
39
|
+
tag?: string | undefined;
|
40
40
|
}>;
|
@@ -12,35 +12,35 @@ export declare const GoTarget: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
12
12
|
name: string;
|
13
13
|
rule: "go_repository" | "_go_repository";
|
14
14
|
importpath: string;
|
15
|
-
tag?: string | undefined;
|
16
15
|
commit?: string | undefined;
|
16
|
+
tag?: string | undefined;
|
17
17
|
remote?: string | undefined;
|
18
18
|
}, {
|
19
19
|
name: string;
|
20
20
|
rule: "go_repository" | "_go_repository";
|
21
21
|
importpath: string;
|
22
|
-
tag?: string | undefined;
|
23
22
|
commit?: string | undefined;
|
23
|
+
tag?: string | undefined;
|
24
24
|
remote?: string | undefined;
|
25
25
|
}>, {
|
26
26
|
name: string;
|
27
27
|
rule: "go_repository" | "_go_repository";
|
28
28
|
importpath: string;
|
29
|
-
tag?: string | undefined;
|
30
29
|
commit?: string | undefined;
|
30
|
+
tag?: string | undefined;
|
31
31
|
remote?: string | undefined;
|
32
32
|
}, {
|
33
33
|
name: string;
|
34
34
|
rule: "go_repository" | "_go_repository";
|
35
35
|
importpath: string;
|
36
|
-
tag?: string | undefined;
|
37
36
|
commit?: string | undefined;
|
37
|
+
tag?: string | undefined;
|
38
38
|
remote?: string | undefined;
|
39
39
|
}>, PackageDependency<Record<string, any>>[], {
|
40
40
|
name: string;
|
41
41
|
rule: "go_repository" | "_go_repository";
|
42
42
|
importpath: string;
|
43
|
-
tag?: string | undefined;
|
44
43
|
commit?: string | undefined;
|
44
|
+
tag?: string | undefined;
|
45
45
|
remote?: string | undefined;
|
46
46
|
}>;
|
@@ -11,18 +11,18 @@ export declare const OciTarget: z.ZodEffects<z.ZodObject<{
|
|
11
11
|
name: string;
|
12
12
|
image: string;
|
13
13
|
rule: "oci_pull" | "_oci_pull";
|
14
|
-
tag?: string | undefined;
|
15
14
|
digest?: string | undefined;
|
15
|
+
tag?: string | undefined;
|
16
16
|
}, {
|
17
17
|
name: string;
|
18
18
|
image: string;
|
19
19
|
rule: "oci_pull" | "_oci_pull";
|
20
|
-
tag?: string | undefined;
|
21
20
|
digest?: string | undefined;
|
21
|
+
tag?: string | undefined;
|
22
22
|
}>, PackageDependency<Record<string, any>>[], {
|
23
23
|
name: string;
|
24
24
|
image: string;
|
25
25
|
rule: "oci_pull" | "_oci_pull";
|
26
|
-
tag?: string | undefined;
|
27
26
|
digest?: string | undefined;
|
27
|
+
tag?: string | undefined;
|
28
28
|
}>;
|
@@ -64,6 +64,7 @@ export declare const ArrayFragmentSchema: z.ZodObject<{
|
|
64
64
|
isComplete: z.ZodBoolean;
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
66
66
|
type: "array";
|
67
|
+
isComplete: boolean;
|
67
68
|
items: ({
|
68
69
|
type: "string";
|
69
70
|
value: string;
|
@@ -73,11 +74,10 @@ export declare const ArrayFragmentSchema: z.ZodObject<{
|
|
73
74
|
value: boolean;
|
74
75
|
isComplete: true;
|
75
76
|
})[];
|
76
|
-
isComplete: boolean;
|
77
77
|
}, {
|
78
78
|
type: "array";
|
79
|
-
items: any[];
|
80
79
|
isComplete: boolean;
|
80
|
+
items: any[];
|
81
81
|
}>;
|
82
82
|
export declare const StringArrayFragmentSchema: z.ZodObject<{
|
83
83
|
type: z.ZodLiteral<"array">;
|
@@ -89,16 +89,16 @@ export declare const StringArrayFragmentSchema: z.ZodObject<{
|
|
89
89
|
isComplete: z.ZodBoolean;
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
91
91
|
type: "array";
|
92
|
+
isComplete: boolean;
|
92
93
|
items: {
|
93
94
|
type: "string";
|
94
95
|
value: string;
|
95
96
|
isComplete: true;
|
96
97
|
}[];
|
97
|
-
isComplete: boolean;
|
98
98
|
}, {
|
99
99
|
type: "array";
|
100
|
-
items: any[];
|
101
100
|
isComplete: boolean;
|
101
|
+
items: any[];
|
102
102
|
}>;
|
103
103
|
declare const ValueFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
104
104
|
type: z.ZodLiteral<"string">;
|
@@ -138,6 +138,7 @@ declare const ValueFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
138
138
|
isComplete: z.ZodBoolean;
|
139
139
|
}, "strip", z.ZodTypeAny, {
|
140
140
|
type: "array";
|
141
|
+
isComplete: boolean;
|
141
142
|
items: ({
|
142
143
|
type: "string";
|
143
144
|
value: string;
|
@@ -147,11 +148,10 @@ declare const ValueFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject
|
|
147
148
|
value: boolean;
|
148
149
|
isComplete: true;
|
149
150
|
})[];
|
150
|
-
isComplete: boolean;
|
151
151
|
}, {
|
152
152
|
type: "array";
|
153
|
-
items: any[];
|
154
153
|
isComplete: boolean;
|
154
|
+
items: any[];
|
155
155
|
}>]>;
|
156
156
|
export declare const RuleFragmentSchema: z.ZodObject<{
|
157
157
|
type: z.ZodLiteral<"rule">;
|
@@ -166,6 +166,7 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
166
166
|
isComplete: true;
|
167
167
|
} | {
|
168
168
|
type: "array";
|
169
|
+
isComplete: boolean;
|
169
170
|
items: ({
|
170
171
|
type: "string";
|
171
172
|
value: string;
|
@@ -175,11 +176,11 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
175
176
|
value: boolean;
|
176
177
|
isComplete: true;
|
177
178
|
})[];
|
178
|
-
isComplete: boolean;
|
179
179
|
}>, Record<string, any>>;
|
180
180
|
isComplete: z.ZodBoolean;
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
182
182
|
type: "rule";
|
183
|
+
rule: string;
|
183
184
|
children: Record<string, {
|
184
185
|
type: "string";
|
185
186
|
value: string;
|
@@ -190,6 +191,7 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
190
191
|
isComplete: true;
|
191
192
|
} | {
|
192
193
|
type: "array";
|
194
|
+
isComplete: boolean;
|
193
195
|
items: ({
|
194
196
|
type: "string";
|
195
197
|
value: string;
|
@@ -199,14 +201,12 @@ export declare const RuleFragmentSchema: z.ZodObject<{
|
|
199
201
|
value: boolean;
|
200
202
|
isComplete: true;
|
201
203
|
})[];
|
202
|
-
isComplete: boolean;
|
203
204
|
}>;
|
204
|
-
rule: string;
|
205
205
|
isComplete: boolean;
|
206
206
|
}, {
|
207
207
|
type: "rule";
|
208
|
-
children: Record<string, any>;
|
209
208
|
rule: string;
|
209
|
+
children: Record<string, any>;
|
210
210
|
isComplete: boolean;
|
211
211
|
}>;
|
212
212
|
export declare const PreparedExtensionTagFragmentSchema: z.ZodObject<{
|
@@ -243,6 +243,7 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
243
243
|
isComplete: true;
|
244
244
|
} | {
|
245
245
|
type: "array";
|
246
|
+
isComplete: boolean;
|
246
247
|
items: ({
|
247
248
|
type: "string";
|
248
249
|
value: string;
|
@@ -252,14 +253,13 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
252
253
|
value: boolean;
|
253
254
|
isComplete: true;
|
254
255
|
})[];
|
255
|
-
isComplete: boolean;
|
256
256
|
}>, Record<string, any>>;
|
257
257
|
isComplete: z.ZodBoolean;
|
258
258
|
offset: z.ZodNumber;
|
259
259
|
rawString: z.ZodOptional<z.ZodString>;
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
261
261
|
type: "extensionTag";
|
262
|
-
|
262
|
+
tag: string;
|
263
263
|
children: Record<string, {
|
264
264
|
type: "string";
|
265
265
|
value: string;
|
@@ -270,6 +270,7 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
270
270
|
isComplete: true;
|
271
271
|
} | {
|
272
272
|
type: "array";
|
273
|
+
isComplete: boolean;
|
273
274
|
items: ({
|
274
275
|
type: "string";
|
275
276
|
value: string;
|
@@ -279,18 +280,17 @@ export declare const ExtensionTagFragmentSchema: z.ZodObject<{
|
|
279
280
|
value: boolean;
|
280
281
|
isComplete: true;
|
281
282
|
})[];
|
282
|
-
isComplete: boolean;
|
283
283
|
}>;
|
284
|
-
|
284
|
+
offset: number;
|
285
285
|
isComplete: boolean;
|
286
286
|
extension: string;
|
287
287
|
rawExtension: string;
|
288
288
|
rawString?: string | undefined;
|
289
289
|
}, {
|
290
290
|
type: "extensionTag";
|
291
|
-
offset: number;
|
292
|
-
children: Record<string, any>;
|
293
291
|
tag: string;
|
292
|
+
children: Record<string, any>;
|
293
|
+
offset: number;
|
294
294
|
isComplete: boolean;
|
295
295
|
extension: string;
|
296
296
|
rawExtension: string;
|
@@ -337,6 +337,7 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
337
337
|
isComplete: z.ZodBoolean;
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
339
339
|
type: "array";
|
340
|
+
isComplete: boolean;
|
340
341
|
items: ({
|
341
342
|
type: "string";
|
342
343
|
value: string;
|
@@ -346,16 +347,15 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
346
347
|
value: boolean;
|
347
348
|
isComplete: true;
|
348
349
|
})[];
|
349
|
-
isComplete: boolean;
|
350
350
|
}, {
|
351
351
|
type: "array";
|
352
|
-
items: any[];
|
353
352
|
isComplete: boolean;
|
353
|
+
items: any[];
|
354
354
|
}>]>>;
|
355
355
|
isComplete: z.ZodBoolean;
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
357
|
-
name: string;
|
358
357
|
type: "attribute";
|
358
|
+
name: string;
|
359
359
|
isComplete: boolean;
|
360
360
|
value?: {
|
361
361
|
type: "string";
|
@@ -367,6 +367,7 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
367
367
|
isComplete: true;
|
368
368
|
} | {
|
369
369
|
type: "array";
|
370
|
+
isComplete: boolean;
|
370
371
|
items: ({
|
371
372
|
type: "string";
|
372
373
|
value: string;
|
@@ -376,11 +377,10 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
376
377
|
value: boolean;
|
377
378
|
isComplete: true;
|
378
379
|
})[];
|
379
|
-
isComplete: boolean;
|
380
380
|
} | undefined;
|
381
381
|
}, {
|
382
|
-
name: string;
|
383
382
|
type: "attribute";
|
383
|
+
name: string;
|
384
384
|
isComplete: boolean;
|
385
385
|
value?: {
|
386
386
|
type: "string";
|
@@ -392,8 +392,8 @@ export declare const AttributeFragmentSchema: z.ZodObject<{
|
|
392
392
|
isComplete: true;
|
393
393
|
} | {
|
394
394
|
type: "array";
|
395
|
-
items: any[];
|
396
395
|
isComplete: boolean;
|
396
|
+
items: any[];
|
397
397
|
} | undefined;
|
398
398
|
}>;
|
399
399
|
export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
@@ -410,6 +410,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
410
410
|
isComplete: z.ZodBoolean;
|
411
411
|
}, "strip", z.ZodTypeAny, {
|
412
412
|
type: "array";
|
413
|
+
isComplete: boolean;
|
413
414
|
items: ({
|
414
415
|
type: "string";
|
415
416
|
value: string;
|
@@ -419,11 +420,10 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
419
420
|
value: boolean;
|
420
421
|
isComplete: true;
|
421
422
|
})[];
|
422
|
-
isComplete: boolean;
|
423
423
|
}, {
|
424
424
|
type: "array";
|
425
|
-
items: any[];
|
426
425
|
isComplete: boolean;
|
426
|
+
items: any[];
|
427
427
|
}>, z.ZodObject<{
|
428
428
|
type: z.ZodLiteral<"attribute">;
|
429
429
|
name: z.ZodString;
|
@@ -465,6 +465,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
465
465
|
isComplete: z.ZodBoolean;
|
466
466
|
}, "strip", z.ZodTypeAny, {
|
467
467
|
type: "array";
|
468
|
+
isComplete: boolean;
|
468
469
|
items: ({
|
469
470
|
type: "string";
|
470
471
|
value: string;
|
@@ -474,16 +475,15 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
474
475
|
value: boolean;
|
475
476
|
isComplete: true;
|
476
477
|
})[];
|
477
|
-
isComplete: boolean;
|
478
478
|
}, {
|
479
479
|
type: "array";
|
480
|
-
items: any[];
|
481
480
|
isComplete: boolean;
|
481
|
+
items: any[];
|
482
482
|
}>]>>;
|
483
483
|
isComplete: z.ZodBoolean;
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
485
|
-
name: string;
|
486
485
|
type: "attribute";
|
486
|
+
name: string;
|
487
487
|
isComplete: boolean;
|
488
488
|
value?: {
|
489
489
|
type: "string";
|
@@ -495,6 +495,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
495
495
|
isComplete: true;
|
496
496
|
} | {
|
497
497
|
type: "array";
|
498
|
+
isComplete: boolean;
|
498
499
|
items: ({
|
499
500
|
type: "string";
|
500
501
|
value: string;
|
@@ -504,11 +505,10 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
504
505
|
value: boolean;
|
505
506
|
isComplete: true;
|
506
507
|
})[];
|
507
|
-
isComplete: boolean;
|
508
508
|
} | undefined;
|
509
509
|
}, {
|
510
|
-
name: string;
|
511
510
|
type: "attribute";
|
511
|
+
name: string;
|
512
512
|
isComplete: boolean;
|
513
513
|
value?: {
|
514
514
|
type: "string";
|
@@ -520,8 +520,8 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
520
520
|
isComplete: true;
|
521
521
|
} | {
|
522
522
|
type: "array";
|
523
|
-
items: any[];
|
524
523
|
isComplete: boolean;
|
524
|
+
items: any[];
|
525
525
|
} | undefined;
|
526
526
|
}>, z.ZodObject<{
|
527
527
|
type: z.ZodLiteral<"boolean">;
|
@@ -548,6 +548,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
548
548
|
isComplete: true;
|
549
549
|
} | {
|
550
550
|
type: "array";
|
551
|
+
isComplete: boolean;
|
551
552
|
items: ({
|
552
553
|
type: "string";
|
553
554
|
value: string;
|
@@ -557,11 +558,11 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
557
558
|
value: boolean;
|
558
559
|
isComplete: true;
|
559
560
|
})[];
|
560
|
-
isComplete: boolean;
|
561
561
|
}>, Record<string, any>>;
|
562
562
|
isComplete: z.ZodBoolean;
|
563
563
|
}, "strip", z.ZodTypeAny, {
|
564
564
|
type: "rule";
|
565
|
+
rule: string;
|
565
566
|
children: Record<string, {
|
566
567
|
type: "string";
|
567
568
|
value: string;
|
@@ -572,6 +573,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
572
573
|
isComplete: true;
|
573
574
|
} | {
|
574
575
|
type: "array";
|
576
|
+
isComplete: boolean;
|
575
577
|
items: ({
|
576
578
|
type: "string";
|
577
579
|
value: string;
|
@@ -581,14 +583,12 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
581
583
|
value: boolean;
|
582
584
|
isComplete: true;
|
583
585
|
})[];
|
584
|
-
isComplete: boolean;
|
585
586
|
}>;
|
586
|
-
rule: string;
|
587
587
|
isComplete: boolean;
|
588
588
|
}, {
|
589
589
|
type: "rule";
|
590
|
-
children: Record<string, any>;
|
591
590
|
rule: string;
|
591
|
+
children: Record<string, any>;
|
592
592
|
isComplete: boolean;
|
593
593
|
}>, z.ZodObject<{
|
594
594
|
type: z.ZodLiteral<"preparedExtensionTag">;
|
@@ -623,6 +623,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
623
623
|
isComplete: true;
|
624
624
|
} | {
|
625
625
|
type: "array";
|
626
|
+
isComplete: boolean;
|
626
627
|
items: ({
|
627
628
|
type: "string";
|
628
629
|
value: string;
|
@@ -632,14 +633,13 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
632
633
|
value: boolean;
|
633
634
|
isComplete: true;
|
634
635
|
})[];
|
635
|
-
isComplete: boolean;
|
636
636
|
}>, Record<string, any>>;
|
637
637
|
isComplete: z.ZodBoolean;
|
638
638
|
offset: z.ZodNumber;
|
639
639
|
rawString: z.ZodOptional<z.ZodString>;
|
640
640
|
}, "strip", z.ZodTypeAny, {
|
641
641
|
type: "extensionTag";
|
642
|
-
|
642
|
+
tag: string;
|
643
643
|
children: Record<string, {
|
644
644
|
type: "string";
|
645
645
|
value: string;
|
@@ -650,6 +650,7 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
650
650
|
isComplete: true;
|
651
651
|
} | {
|
652
652
|
type: "array";
|
653
|
+
isComplete: boolean;
|
653
654
|
items: ({
|
654
655
|
type: "string";
|
655
656
|
value: string;
|
@@ -659,18 +660,17 @@ export declare const AllFragmentsSchema: z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
659
660
|
value: boolean;
|
660
661
|
isComplete: true;
|
661
662
|
})[];
|
662
|
-
isComplete: boolean;
|
663
663
|
}>;
|
664
|
-
|
664
|
+
offset: number;
|
665
665
|
isComplete: boolean;
|
666
666
|
extension: string;
|
667
667
|
rawExtension: string;
|
668
668
|
rawString?: string | undefined;
|
669
669
|
}, {
|
670
670
|
type: "extensionTag";
|
671
|
-
offset: number;
|
672
|
-
children: Record<string, any>;
|
673
671
|
tag: string;
|
672
|
+
children: Record<string, any>;
|
673
|
+
offset: number;
|
674
674
|
isComplete: boolean;
|
675
675
|
extension: string;
|
676
676
|
rawExtension: string;
|