Appearance
Rule.io SDK / client/src / WebhookImportSummary
Interface: WebhookImportSummary
Defined in: client/src/webhooks/types.ts:93
Counters block attached to import.finished.
The apidoc example shows every field as a string (e.g. "import-total"), not a number; the SDK type mirrors that wire shape verbatim. Cast to a number at the receiver if you need arithmetic.
Properties
failed
failed:
string
Defined in: client/src/webhooks/types.ts:98
id
id:
string
Defined in: client/src/webhooks/types.ts:94
new
new:
string
Defined in: client/src/webhooks/types.ts:96
partialFailed
partialFailed:
string
Defined in: client/src/webhooks/types.ts:99
total
total:
string
Defined in: client/src/webhooks/types.ts:95
updated
updated:
string
Defined in: client/src/webhooks/types.ts:97