Skip to content

Variable: ClientAccountObserveSchema

Makaio Framework


Makaio Framework / contracts/client / ClientAccountObserveSchema

const ClientAccountObserveSchema: object

Defined in: ../../../packages/contracts/src/client/account-identity.ts:138

Request and response schemas for client.account.observe.

request: ZodObject<{ clientId: ZodString; displayLabel: ZodOptional<ZodString>; identifiers: ZodArray<ZodObject<{ scheme: ZodString; strength: ZodEnum<{ alias: "alias"; strong: "strong"; }>; value: ZodString; }, $strip>>; metadata: ZodOptional<ZodRecord<ZodString, ZodUnknown>>; observedAt: ZodOptional<ZodNumber>; }, $strip>

response: ZodObject<{ clientAccountId: ZodString; displayLabel: ZodOptional<ZodString>; }, $strip>