Variable: ManifestBucketInstallDescriptorSchema
Makaio Framework / contracts/client / ManifestBucketInstallDescriptorSchema
Variable: ManifestBucketInstallDescriptorSchema
Section titled “Variable: ManifestBucketInstallDescriptorSchema”
constManifestBucketInstallDescriptorSchema:ZodObject<{config:ZodObject<{archiveFormat:ZodOptional<ZodEnum<{raw:"raw";tar.gz:"tar.gz";zip:"zip"; }>>;baseUrl:ZodString;binaryPath:ZodString;manifestChecksumField:ZodString;manifestPath:ZodString;versionIndex:ZodObject<{latest:ZodString; },$strip>; },$strip>;type:ZodLiteral<"manifest-bucket">; },$strip>
Defined in: ../../../packages/contracts/src/client/definition.ts:162
Install descriptor for the manifest-bucket strategy.
The manager fetches a version-index file from a static HTTP bucket, selects a per-platform manifest, downloads the binary archive, verifies its checksum, and extracts it.