Variable: SubmitRemoteLinksSchema
ts
const SubmitRemoteLinksSchema: ZodObject<{
properties: ZodOptional<ZodRecord<ZodString, ZodAny>>;
providerMetadata: ZodOptional<ZodObject<{
product: ZodOptional<ZodString>;
}, $strip>>;
remoteLinks: ZodArray<ZodObject<{
actionIds: ZodOptional<ZodArray<ZodString>>;
associations: ZodOptional<ZodArray<ZodUnion<readonly [ZodObject<{
associationType: ...;
values: ...;
}, $loose>, ZodObject<{
associationType: ...;
values: ...;
}, $loose>]>>>;
attributeMap: ZodOptional<ZodRecord<ZodString, ZodAny>>;
description: ZodOptional<ZodString>;
displayName: ZodString;
id: ZodString;
lastUpdated: ZodUnion<readonly [ZodString, ZodDate]>;
schemaVersion: ZodOptional<ZodCustom<string & object | "1.0", string & object | "1.0">>;
status: ZodOptional<ZodObject<{
appearance: ZodCustom<
| "default"
| "inprogress"
| "new"
| "removed"
| "success"
| ... & ...
| "prototype"
| "moved",
| "default"
| "inprogress"
| "new"
| "removed"
| "success"
| ... & ...
| "prototype"
| "moved">;
label: ZodString;
}, $strip>>;
type: ZodCustom<
| "other"
| "document"
| "alert"
| string & object
| "test"
| "security"
| "logFile"
| "prototype"
| "coverage"
| "bugReport",
| "other"
| "document"
| "alert"
| string & object
| "test"
| "security"
| "logFile"
| "prototype"
| "coverage"
| "bugReport">;
updateSequenceNumber: ZodNumber;
url: ZodURL;
}, $strip>>;
}, $strip>;Defined in: src/agile/parameters/submitRemoteLinks.ts:6