@nexeraprotocol/nexera-id-schemas
Advanced tools
Comparing version 1.10.108-dev to 1.10.109-dev
@@ -200,8 +200,8 @@ import { W as WorkspaceSettings, R as RiskScoreType, C as CustomerType, O as OnboardingLevel, a as CustomerStatus, I as ISO3CountryCode, S as ScenarioWebhookPayloadSchema, V as VerificationFlowChecksWebhookPayload, b as RuleResultStatus, c as SynapsSessionEvent, d as SynapsStepEvent } from './credential-storage.schema-df2dfc73.esm.js'; | ||
var EndpointOut = z.object({ | ||
id: z.string(), | ||
url: z.string(), | ||
disabled: z["boolean"]().optional(), | ||
filterTypes: z.array(z.string()).nullish().optional(), | ||
channel: z.array(z.string()).optional(), | ||
createdAt: z.coerce.date(), | ||
description: z.string(), | ||
disabled: z["boolean"]().optional(), | ||
filterTypes: z.array(z.string()).optional(), | ||
id: z.string(), | ||
metadata: z.record(z.string()), | ||
@@ -211,5 +211,5 @@ rateLimit: z.number().nullish().optional(), | ||
uid: z.string().nullish().optional(), | ||
updatedAt: z.coerce.date(), | ||
url: z.string(), | ||
version: z.number() | ||
version: z.number(), | ||
createdAt: z.coerce.date(), | ||
updatedAt: z.coerce.date() | ||
}); | ||
@@ -262,3 +262,4 @@ var MessageDataOut = z.object({ | ||
url: z.string(), | ||
eventTypes: z.array(WebhookEventType).optional() | ||
eventTypes: z.array(WebhookEventType).optional(), | ||
disabled: z["boolean"]().optional() | ||
}); | ||
@@ -265,0 +266,0 @@ var UpdateEndpointOutput = EndpointOut.optional(); |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.10.108", | ||
"version": "1.10.109", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
{ | ||
"name": "@nexeraprotocol/nexera-id-schemas", | ||
"version": "1.10.108-dev", | ||
"version": "1.10.109-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/nexeraprotocol-nexera-id-schemas.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
9097977
142503