renovate 39.181.0 → 40.0.0-next.10
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/schema.d.ts +2 -2
- 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/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/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/schema.d.ts +7 -7
- package/dist/modules/manager/fingerprint.generated.js +66 -66
- 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/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/schema.d.ts +17 -17
- 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/scm.d.ts +1 -1
- package/dist/util/cache/repository/impl/base.d.ts +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 -0
- package/dist/util/http/legacy.js.map +1 -1
- package/package.json +17 -19
package/dist/config/schema.d.ts
CHANGED
@@ -4,11 +4,11 @@ export declare const DecryptedObject: z.ZodPipeline<z.ZodEffects<z.ZodString, st
|
|
4
4
|
r: z.ZodOptional<z.ZodString>;
|
5
5
|
v: z.ZodOptional<z.ZodString>;
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
7
|
+
v?: string | undefined;
|
7
8
|
r?: string | undefined;
|
8
9
|
o?: string | undefined;
|
9
|
-
v?: string | undefined;
|
10
10
|
}, {
|
11
|
+
v?: string | undefined;
|
11
12
|
r?: string | undefined;
|
12
13
|
o?: string | undefined;
|
13
|
-
v?: string | undefined;
|
14
14
|
}>>;
|
@@ -10,8 +10,8 @@ export declare const ReleaseResultZodSchema: z.ZodObject<{
|
|
10
10
|
digest: z.ZodOptional<z.ZodString>;
|
11
11
|
isStable: z.ZodOptional<z.ZodBoolean>;
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
13
|
-
version: string;
|
14
13
|
releaseTimestamp: import("../../../util/timestamp").Timestamp | null;
|
14
|
+
version: string;
|
15
15
|
digest?: string | undefined;
|
16
16
|
sourceUrl?: string | undefined;
|
17
17
|
changelogUrl?: string | undefined;
|
@@ -30,8 +30,8 @@ export declare const ReleaseResultZodSchema: z.ZodObject<{
|
|
30
30
|
}>, {
|
31
31
|
newDigest: string | undefined;
|
32
32
|
digest: undefined;
|
33
|
-
version: string;
|
34
33
|
releaseTimestamp: import("../../../util/timestamp").Timestamp | null;
|
34
|
+
version: string;
|
35
35
|
sourceUrl?: string | undefined;
|
36
36
|
changelogUrl?: string | undefined;
|
37
37
|
isDeprecated?: boolean | undefined;
|
@@ -56,19 +56,19 @@ export declare const ReleaseResultZodSchema: z.ZodObject<{
|
|
56
56
|
releases: {
|
57
57
|
newDigest: string | undefined;
|
58
58
|
digest: undefined;
|
59
|
-
version: string;
|
60
59
|
releaseTimestamp: import("../../../util/timestamp").Timestamp | null;
|
60
|
+
version: string;
|
61
61
|
sourceUrl?: string | undefined;
|
62
62
|
changelogUrl?: string | undefined;
|
63
63
|
isDeprecated?: boolean | undefined;
|
64
64
|
isStable?: boolean | undefined;
|
65
65
|
sourceDirectory?: string | undefined;
|
66
66
|
}[];
|
67
|
-
tags?: Record<string, string> | undefined;
|
68
67
|
sourceUrl?: string | undefined;
|
69
68
|
changelogUrl?: string | undefined;
|
70
69
|
homepage?: string | undefined;
|
71
70
|
sourceDirectory?: string | undefined;
|
71
|
+
tags?: Record<string, string> | undefined;
|
72
72
|
}, {
|
73
73
|
releases: {
|
74
74
|
version: string;
|
@@ -80,9 +80,9 @@ export declare const ReleaseResultZodSchema: z.ZodObject<{
|
|
80
80
|
isStable?: boolean | undefined;
|
81
81
|
sourceDirectory?: string | undefined;
|
82
82
|
}[];
|
83
|
-
tags?: Record<string, string> | undefined;
|
84
83
|
sourceUrl?: string | undefined;
|
85
84
|
changelogUrl?: string | undefined;
|
86
85
|
homepage?: string | undefined;
|
87
86
|
sourceDirectory?: string | undefined;
|
87
|
+
tags?: Record<string, string> | undefined;
|
88
88
|
}>;
|
@@ -17,8 +17,8 @@ export declare const DenoAPIModuleResponse: z.ZodObject<{
|
|
17
17
|
}[], any[]>, Record<string, string>, any[]>>;
|
18
18
|
versions: z.ZodArray<z.ZodString, "many">;
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
20
|
-
tags: Record<string, string>;
|
21
20
|
versions: string[];
|
21
|
+
tags: Record<string, string>;
|
22
22
|
}, {
|
23
23
|
versions: string[];
|
24
24
|
tags?: unknown;
|
@@ -29,13 +29,13 @@ export declare const DenoAPIUploadOptions: z.ZodObject<{
|
|
29
29
|
repository: z.ZodString;
|
30
30
|
subdir: z.ZodOptional<z.ZodString>;
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
32
|
-
ref: string;
|
33
32
|
repository: string;
|
33
|
+
ref: string;
|
34
34
|
type?: unknown;
|
35
35
|
subdir?: string | undefined;
|
36
36
|
}, {
|
37
|
-
ref: string;
|
38
37
|
repository: string;
|
38
|
+
ref: string;
|
39
39
|
type?: unknown;
|
40
40
|
subdir?: string | undefined;
|
41
41
|
}>;
|
@@ -46,13 +46,13 @@ export declare const DenoAPIModuleVersionResponse: z.ZodEffects<z.ZodObject<{
|
|
46
46
|
repository: z.ZodString;
|
47
47
|
subdir: z.ZodOptional<z.ZodString>;
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
49
|
-
ref: string;
|
50
49
|
repository: string;
|
50
|
+
ref: string;
|
51
51
|
type?: unknown;
|
52
52
|
subdir?: string | undefined;
|
53
53
|
}, {
|
54
|
-
ref: string;
|
55
54
|
repository: string;
|
55
|
+
ref: string;
|
56
56
|
type?: unknown;
|
57
57
|
subdir?: string | undefined;
|
58
58
|
}>;
|
@@ -61,8 +61,8 @@ export declare const DenoAPIModuleVersionResponse: z.ZodEffects<z.ZodObject<{
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
62
62
|
version: string;
|
63
63
|
upload_options: {
|
64
|
-
ref: string;
|
65
64
|
repository: string;
|
65
|
+
ref: string;
|
66
66
|
type?: unknown;
|
67
67
|
subdir?: string | undefined;
|
68
68
|
};
|
@@ -70,8 +70,8 @@ export declare const DenoAPIModuleVersionResponse: z.ZodEffects<z.ZodObject<{
|
|
70
70
|
}, {
|
71
71
|
version: string;
|
72
72
|
upload_options: {
|
73
|
-
ref: string;
|
74
73
|
repository: string;
|
74
|
+
ref: string;
|
75
75
|
type?: unknown;
|
76
76
|
subdir?: string | undefined;
|
77
77
|
};
|
@@ -79,8 +79,8 @@ export declare const DenoAPIModuleVersionResponse: z.ZodEffects<z.ZodObject<{
|
|
79
79
|
}>, Release, {
|
80
80
|
version: string;
|
81
81
|
upload_options: {
|
82
|
-
ref: string;
|
83
82
|
repository: string;
|
83
|
+
ref: string;
|
84
84
|
type?: unknown;
|
85
85
|
subdir?: string | undefined;
|
86
86
|
};
|
@@ -149,17 +149,17 @@ export declare const OciImageIndexManifest: z.ZodObject<z.objectUtil.extendShape
|
|
149
149
|
}>, "strip", z.ZodTypeAny, {
|
150
150
|
digest: string;
|
151
151
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
152
|
+
size?: number | null | undefined;
|
152
153
|
platform?: {
|
153
154
|
architecture?: string | null | undefined;
|
154
155
|
} | null | undefined;
|
155
|
-
size?: number | null | undefined;
|
156
156
|
}, {
|
157
157
|
digest: string;
|
158
158
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
159
|
+
size?: number | null | undefined;
|
159
160
|
platform?: {
|
160
161
|
architecture?: string | null | undefined;
|
161
162
|
} | null | undefined;
|
162
|
-
size?: number | null | undefined;
|
163
163
|
}>, "many">;
|
164
164
|
annotations: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
165
165
|
}>, "strip", z.ZodTypeAny, {
|
@@ -168,10 +168,10 @@ export declare const OciImageIndexManifest: z.ZodObject<z.objectUtil.extendShape
|
|
168
168
|
manifests: {
|
169
169
|
digest: string;
|
170
170
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
171
|
+
size?: number | null | undefined;
|
171
172
|
platform?: {
|
172
173
|
architecture?: string | null | undefined;
|
173
174
|
} | null | undefined;
|
174
|
-
size?: number | null | undefined;
|
175
175
|
}[];
|
176
176
|
annotations?: Record<string, string> | null | undefined;
|
177
177
|
}, {
|
@@ -180,10 +180,10 @@ export declare const OciImageIndexManifest: z.ZodObject<z.objectUtil.extendShape
|
|
180
180
|
manifests: {
|
181
181
|
digest: string;
|
182
182
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
183
|
+
size?: number | null | undefined;
|
183
184
|
platform?: {
|
184
185
|
architecture?: string | null | undefined;
|
185
186
|
} | null | undefined;
|
186
|
-
size?: number | null | undefined;
|
187
187
|
}[];
|
188
188
|
annotations?: Record<string, string> | null | undefined;
|
189
189
|
}>;
|
@@ -254,17 +254,17 @@ export declare const DistributionListManifest: z.ZodObject<z.objectUtil.extendSh
|
|
254
254
|
}>, "strip", z.ZodTypeAny, {
|
255
255
|
digest: string;
|
256
256
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
257
|
+
size?: number | null | undefined;
|
257
258
|
platform?: {
|
258
259
|
architecture?: string | null | undefined;
|
259
260
|
} | null | undefined;
|
260
|
-
size?: number | null | undefined;
|
261
261
|
}, {
|
262
262
|
digest: string;
|
263
263
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
264
|
+
size?: number | null | undefined;
|
264
265
|
platform?: {
|
265
266
|
architecture?: string | null | undefined;
|
266
267
|
} | null | undefined;
|
267
|
-
size?: number | null | undefined;
|
268
268
|
}>, "many">;
|
269
269
|
}>, "strip", z.ZodTypeAny, {
|
270
270
|
schemaVersion: 2;
|
@@ -272,10 +272,10 @@ export declare const DistributionListManifest: z.ZodObject<z.objectUtil.extendSh
|
|
272
272
|
manifests: {
|
273
273
|
digest: string;
|
274
274
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
275
|
+
size?: number | null | undefined;
|
275
276
|
platform?: {
|
276
277
|
architecture?: string | null | undefined;
|
277
278
|
} | null | undefined;
|
278
|
-
size?: number | null | undefined;
|
279
279
|
}[];
|
280
280
|
}, {
|
281
281
|
schemaVersion: 2;
|
@@ -283,10 +283,10 @@ export declare const DistributionListManifest: z.ZodObject<z.objectUtil.extendSh
|
|
283
283
|
manifests: {
|
284
284
|
digest: string;
|
285
285
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
286
|
+
size?: number | null | undefined;
|
286
287
|
platform?: {
|
287
288
|
architecture?: string | null | undefined;
|
288
289
|
} | null | undefined;
|
289
|
-
size?: number | null | undefined;
|
290
290
|
}[];
|
291
291
|
}>;
|
292
292
|
export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
@@ -361,17 +361,17 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
|
361
361
|
}>, "strip", z.ZodTypeAny, {
|
362
362
|
digest: string;
|
363
363
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
364
|
+
size?: number | null | undefined;
|
364
365
|
platform?: {
|
365
366
|
architecture?: string | null | undefined;
|
366
367
|
} | null | undefined;
|
367
|
-
size?: number | null | undefined;
|
368
368
|
}, {
|
369
369
|
digest: string;
|
370
370
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
371
|
+
size?: number | null | undefined;
|
371
372
|
platform?: {
|
372
373
|
architecture?: string | null | undefined;
|
373
374
|
} | null | undefined;
|
374
|
-
size?: number | null | undefined;
|
375
375
|
}>, "many">;
|
376
376
|
}>, "strip", z.ZodTypeAny, {
|
377
377
|
schemaVersion: 2;
|
@@ -379,10 +379,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
|
379
379
|
manifests: {
|
380
380
|
digest: string;
|
381
381
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
382
|
+
size?: number | null | undefined;
|
382
383
|
platform?: {
|
383
384
|
architecture?: string | null | undefined;
|
384
385
|
} | null | undefined;
|
385
|
-
size?: number | null | undefined;
|
386
386
|
}[];
|
387
387
|
}, {
|
388
388
|
schemaVersion: 2;
|
@@ -390,10 +390,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
|
390
390
|
manifests: {
|
391
391
|
digest: string;
|
392
392
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
393
|
+
size?: number | null | undefined;
|
393
394
|
platform?: {
|
394
395
|
architecture?: string | null | undefined;
|
395
396
|
} | null | undefined;
|
396
|
-
size?: number | null | undefined;
|
397
397
|
}[];
|
398
398
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
399
399
|
schemaVersion: z.ZodLiteral<2>;
|
@@ -455,17 +455,17 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
|
455
455
|
}>, "strip", z.ZodTypeAny, {
|
456
456
|
digest: string;
|
457
457
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
458
|
+
size?: number | null | undefined;
|
458
459
|
platform?: {
|
459
460
|
architecture?: string | null | undefined;
|
460
461
|
} | null | undefined;
|
461
|
-
size?: number | null | undefined;
|
462
462
|
}, {
|
463
463
|
digest: string;
|
464
464
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
465
|
+
size?: number | null | undefined;
|
465
466
|
platform?: {
|
466
467
|
architecture?: string | null | undefined;
|
467
468
|
} | null | undefined;
|
468
|
-
size?: number | null | undefined;
|
469
469
|
}>, "many">;
|
470
470
|
annotations: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
471
471
|
}>, "strip", z.ZodTypeAny, {
|
@@ -474,10 +474,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
|
474
474
|
manifests: {
|
475
475
|
digest: string;
|
476
476
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
477
|
+
size?: number | null | undefined;
|
477
478
|
platform?: {
|
478
479
|
architecture?: string | null | undefined;
|
479
480
|
} | null | undefined;
|
480
|
-
size?: number | null | undefined;
|
481
481
|
}[];
|
482
482
|
annotations?: Record<string, string> | null | undefined;
|
483
483
|
}, {
|
@@ -486,10 +486,10 @@ export declare const Manifest: z.ZodPipeline<z.ZodEffects<z.ZodObject<{
|
|
486
486
|
manifests: {
|
487
487
|
digest: string;
|
488
488
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
489
|
+
size?: number | null | undefined;
|
489
490
|
platform?: {
|
490
491
|
architecture?: string | null | undefined;
|
491
492
|
} | null | undefined;
|
492
|
-
size?: number | null | undefined;
|
493
493
|
}[];
|
494
494
|
annotations?: Record<string, string> | null | undefined;
|
495
495
|
}>]>>;
|
@@ -566,17 +566,17 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
|
|
566
566
|
}>, "strip", z.ZodTypeAny, {
|
567
567
|
digest: string;
|
568
568
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
569
|
+
size?: number | null | undefined;
|
569
570
|
platform?: {
|
570
571
|
architecture?: string | null | undefined;
|
571
572
|
} | null | undefined;
|
572
|
-
size?: number | null | undefined;
|
573
573
|
}, {
|
574
574
|
digest: string;
|
575
575
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
576
|
+
size?: number | null | undefined;
|
576
577
|
platform?: {
|
577
578
|
architecture?: string | null | undefined;
|
578
579
|
} | null | undefined;
|
579
|
-
size?: number | null | undefined;
|
580
580
|
}>, "many">;
|
581
581
|
}>, "strip", z.ZodTypeAny, {
|
582
582
|
schemaVersion: 2;
|
@@ -584,10 +584,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
|
|
584
584
|
manifests: {
|
585
585
|
digest: string;
|
586
586
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
587
|
+
size?: number | null | undefined;
|
587
588
|
platform?: {
|
588
589
|
architecture?: string | null | undefined;
|
589
590
|
} | null | undefined;
|
590
|
-
size?: number | null | undefined;
|
591
591
|
}[];
|
592
592
|
}, {
|
593
593
|
schemaVersion: 2;
|
@@ -595,10 +595,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
|
|
595
595
|
manifests: {
|
596
596
|
digest: string;
|
597
597
|
mediaType: "application/vnd.docker.distribution.manifest.v2+json";
|
598
|
+
size?: number | null | undefined;
|
598
599
|
platform?: {
|
599
600
|
architecture?: string | null | undefined;
|
600
601
|
} | null | undefined;
|
601
|
-
size?: number | null | undefined;
|
602
602
|
}[];
|
603
603
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
604
604
|
schemaVersion: z.ZodLiteral<2>;
|
@@ -660,17 +660,17 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
|
|
660
660
|
}>, "strip", z.ZodTypeAny, {
|
661
661
|
digest: string;
|
662
662
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
663
|
+
size?: number | null | undefined;
|
663
664
|
platform?: {
|
664
665
|
architecture?: string | null | undefined;
|
665
666
|
} | null | undefined;
|
666
|
-
size?: number | null | undefined;
|
667
667
|
}, {
|
668
668
|
digest: string;
|
669
669
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
670
|
+
size?: number | null | undefined;
|
670
671
|
platform?: {
|
671
672
|
architecture?: string | null | undefined;
|
672
673
|
} | null | undefined;
|
673
|
-
size?: number | null | undefined;
|
674
674
|
}>, "many">;
|
675
675
|
annotations: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>;
|
676
676
|
}>, "strip", z.ZodTypeAny, {
|
@@ -679,10 +679,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
|
|
679
679
|
manifests: {
|
680
680
|
digest: string;
|
681
681
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
682
|
+
size?: number | null | undefined;
|
682
683
|
platform?: {
|
683
684
|
architecture?: string | null | undefined;
|
684
685
|
} | null | undefined;
|
685
|
-
size?: number | null | undefined;
|
686
686
|
}[];
|
687
687
|
annotations?: Record<string, string> | null | undefined;
|
688
688
|
}, {
|
@@ -691,10 +691,10 @@ export declare const ManifestJson: z.ZodPipeline<z.ZodEffects<z.ZodString, strin
|
|
691
691
|
manifests: {
|
692
692
|
digest: string;
|
693
693
|
mediaType: "application/vnd.oci.image.manifest.v1+json" | "application/vnd.oci.image.index.v1+json";
|
694
|
+
size?: number | null | undefined;
|
694
695
|
platform?: {
|
695
696
|
architecture?: string | null | undefined;
|
696
697
|
} | null | undefined;
|
697
|
-
size?: number | null | undefined;
|
698
698
|
}[];
|
699
699
|
annotations?: Record<string, string> | null | undefined;
|
700
700
|
}>]>>>;
|
@@ -705,14 +705,14 @@ export declare const DockerHubTag: z.ZodObject<{
|
|
705
705
|
tag_last_pushed: z.ZodCatch<z.ZodNullable<z.ZodString>>;
|
706
706
|
digest: z.ZodCatch<z.ZodNullable<z.ZodString>>;
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
708
|
-
name: string;
|
709
|
-
id: number;
|
710
708
|
digest: string | null;
|
709
|
+
id: number;
|
710
|
+
name: string;
|
711
711
|
last_updated: string;
|
712
712
|
tag_last_pushed: string | null;
|
713
713
|
}, {
|
714
|
-
name: string;
|
715
714
|
id: number;
|
715
|
+
name: string;
|
716
716
|
last_updated: string;
|
717
717
|
digest?: unknown;
|
718
718
|
tag_last_pushed?: unknown;
|
@@ -722,19 +722,19 @@ export declare const DockerHubTagsPage: z.ZodObject<{
|
|
722
722
|
count: z.ZodNumber;
|
723
723
|
next: z.ZodCatch<z.ZodNullable<z.ZodString>>;
|
724
724
|
results: z.ZodEffects<z.ZodArray<z.ZodAny, "many">, {
|
725
|
-
name: string;
|
726
|
-
id: number;
|
727
725
|
digest: string | null;
|
726
|
+
id: number;
|
727
|
+
name: string;
|
728
728
|
last_updated: string;
|
729
729
|
tag_last_pushed: string | null;
|
730
730
|
}[], any[]>;
|
731
731
|
}, "strip", z.ZodTypeAny, {
|
732
|
-
next: string | null;
|
733
732
|
count: number;
|
733
|
+
next: string | null;
|
734
734
|
results: {
|
735
|
-
name: string;
|
736
|
-
id: number;
|
737
735
|
digest: string | null;
|
736
|
+
id: number;
|
737
|
+
name: string;
|
738
738
|
last_updated: string;
|
739
739
|
tag_last_pushed: string | null;
|
740
740
|
}[];
|
@@ -7,8 +7,8 @@ export declare const GalaxyV1: z.ZodObject<{
|
|
7
7
|
name: z.ZodString;
|
8
8
|
created: z.ZodCatch<z.ZodNullable<z.ZodEffects<z.ZodUnknown, import("../../../util/timestamp").Timestamp, unknown>>>;
|
9
9
|
}, "strip", z.ZodTypeAny, {
|
10
|
-
name: string;
|
11
10
|
created: import("../../../util/timestamp").Timestamp | null;
|
11
|
+
name: string;
|
12
12
|
}, {
|
13
13
|
name: string;
|
14
14
|
created?: unknown;
|
@@ -76,23 +76,23 @@ export declare const GalaxyV3DetailedVersion: z.ZodEffects<z.ZodObject<{
|
|
76
76
|
dependencies?: Record<string, string> | undefined;
|
77
77
|
}>;
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
79
|
+
version: string;
|
79
80
|
metadata: {
|
80
81
|
repository: string;
|
81
82
|
homepage: string;
|
82
83
|
dependencies?: Record<string, string> | undefined;
|
83
84
|
};
|
84
|
-
version: string;
|
85
85
|
download_url: string;
|
86
86
|
artifact: {
|
87
87
|
sha256: string;
|
88
88
|
};
|
89
89
|
}, {
|
90
|
+
version: string;
|
90
91
|
metadata: {
|
91
92
|
repository: string;
|
92
93
|
homepage: string;
|
93
94
|
dependencies?: Record<string, string> | undefined;
|
94
95
|
};
|
95
|
-
version: string;
|
96
96
|
download_url: string;
|
97
97
|
artifact: {
|
98
98
|
sha256: string;
|
@@ -104,12 +104,12 @@ export declare const GalaxyV3DetailedVersion: z.ZodEffects<z.ZodObject<{
|
|
104
104
|
dependencies: Record<string, string> | undefined;
|
105
105
|
sourceUrl: string;
|
106
106
|
}, {
|
107
|
+
version: string;
|
107
108
|
metadata: {
|
108
109
|
repository: string;
|
109
110
|
homepage: string;
|
110
111
|
dependencies?: Record<string, string> | undefined;
|
111
112
|
};
|
112
|
-
version: string;
|
113
113
|
download_url: string;
|
114
114
|
artifact: {
|
115
115
|
sha256: string;
|
@@ -6,15 +6,15 @@ export declare const ReleaseSchema: z.ZodObject<{
|
|
6
6
|
prerelease: z.ZodBoolean;
|
7
7
|
published_at: z.ZodCatch<z.ZodNullable<z.ZodEffects<z.ZodUnknown, import("../../../util/timestamp").Timestamp, unknown>>>;
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
9
|
+
prerelease: boolean;
|
9
10
|
name: string;
|
10
11
|
body: string;
|
11
|
-
prerelease: boolean;
|
12
12
|
tag_name: string;
|
13
13
|
published_at: import("../../../util/timestamp").Timestamp | null;
|
14
14
|
}, {
|
15
|
+
prerelease: boolean;
|
15
16
|
name: string;
|
16
17
|
body: string;
|
17
|
-
prerelease: boolean;
|
18
18
|
tag_name: string;
|
19
19
|
published_at?: unknown;
|
20
20
|
}>;
|
@@ -25,15 +25,15 @@ export declare const ReleasesSchema: z.ZodArray<z.ZodObject<{
|
|
25
25
|
prerelease: z.ZodBoolean;
|
26
26
|
published_at: z.ZodCatch<z.ZodNullable<z.ZodEffects<z.ZodUnknown, import("../../../util/timestamp").Timestamp, unknown>>>;
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
28
|
+
prerelease: boolean;
|
28
29
|
name: string;
|
29
30
|
body: string;
|
30
|
-
prerelease: boolean;
|
31
31
|
tag_name: string;
|
32
32
|
published_at: import("../../../util/timestamp").Timestamp | null;
|
33
33
|
}, {
|
34
|
+
prerelease: boolean;
|
34
35
|
name: string;
|
35
36
|
body: string;
|
36
|
-
prerelease: boolean;
|
37
37
|
tag_name: string;
|
38
38
|
published_at?: unknown;
|
39
39
|
}>, "many">;
|
@@ -26,17 +26,17 @@ export declare const TagSchema: z.ZodObject<{
|
|
26
26
|
created?: unknown;
|
27
27
|
}>;
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
29
|
-
name: string;
|
30
29
|
commit: {
|
31
30
|
created: import("../../../util/timestamp").Timestamp | null;
|
32
31
|
sha: string;
|
33
32
|
};
|
34
|
-
}, {
|
35
33
|
name: string;
|
34
|
+
}, {
|
36
35
|
commit: {
|
37
36
|
sha: string;
|
38
37
|
created?: unknown;
|
39
38
|
};
|
39
|
+
name: string;
|
40
40
|
}>;
|
41
41
|
export declare const TagsSchema: z.ZodArray<z.ZodObject<{
|
42
42
|
name: z.ZodString;
|
@@ -51,15 +51,15 @@ export declare const TagsSchema: z.ZodArray<z.ZodObject<{
|
|
51
51
|
created?: unknown;
|
52
52
|
}>;
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
54
|
-
name: string;
|
55
54
|
commit: {
|
56
55
|
created: import("../../../util/timestamp").Timestamp | null;
|
57
56
|
sha: string;
|
58
57
|
};
|
59
|
-
}, {
|
60
58
|
name: string;
|
59
|
+
}, {
|
61
60
|
commit: {
|
62
61
|
sha: string;
|
63
62
|
created?: unknown;
|
64
63
|
};
|
64
|
+
name: string;
|
65
65
|
}>, "many">;
|
@@ -30,41 +30,41 @@ export declare const HexRelease: z.ZodEffects<z.ZodObject<{
|
|
30
30
|
message: z.ZodNullable<z.ZodString>;
|
31
31
|
reason: z.ZodString;
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
33
|
-
reason: string;
|
34
33
|
message: string | null;
|
35
|
-
}, {
|
36
34
|
reason: string;
|
35
|
+
}, {
|
37
36
|
message: string | null;
|
37
|
+
reason: string;
|
38
38
|
}>>>;
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
40
|
+
releases: {
|
41
|
+
version: string;
|
42
|
+
inserted_at: import("../../../util/timestamp").Timestamp | null;
|
43
|
+
}[];
|
40
44
|
meta: {
|
41
45
|
links: {
|
42
46
|
github: string;
|
43
47
|
};
|
44
48
|
} | null;
|
45
|
-
releases: {
|
46
|
-
version: string;
|
47
|
-
inserted_at: import("../../../util/timestamp").Timestamp | null;
|
48
|
-
}[];
|
49
49
|
html_url?: string | undefined;
|
50
50
|
retirements?: Record<string, {
|
51
|
-
reason: string;
|
52
51
|
message: string | null;
|
52
|
+
reason: string;
|
53
53
|
}> | undefined;
|
54
54
|
}, {
|
55
55
|
releases: any[];
|
56
|
-
meta?: unknown;
|
57
56
|
html_url?: string | undefined;
|
57
|
+
meta?: unknown;
|
58
58
|
retirements?: Record<string, {
|
59
|
-
reason: string;
|
60
59
|
message: string | null;
|
60
|
+
reason: string;
|
61
61
|
}> | undefined;
|
62
62
|
}>, ReleaseResult, {
|
63
63
|
releases: any[];
|
64
|
-
meta?: unknown;
|
65
64
|
html_url?: string | undefined;
|
65
|
+
meta?: unknown;
|
66
66
|
retirements?: Record<string, {
|
67
|
-
reason: string;
|
68
67
|
message: string | null;
|
68
|
+
reason: string;
|
69
69
|
}> | undefined;
|
70
70
|
}>;
|