@absolutejs/voice 0.0.22-beta.229 → 0.0.22-beta.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,7 +16,10 @@ export type VoiceObservabilityExportSchema = {
|
|
|
16
16
|
};
|
|
17
17
|
export declare const createVoiceObservabilityExportSchema: () => VoiceObservabilityExportSchema;
|
|
18
18
|
export declare const assertVoiceObservabilityExportSchema: (input: {
|
|
19
|
-
schema?:
|
|
19
|
+
schema?: {
|
|
20
|
+
id?: string;
|
|
21
|
+
version?: string;
|
|
22
|
+
};
|
|
20
23
|
}) => void;
|
|
21
24
|
export type VoiceObservabilityExportArtifactKind = 'incident' | 'markdown' | 'operations-record' | 'proof-pack' | 'readiness' | 'screenshot' | 'slo' | 'trace' | 'audit' | 'custom';
|
|
22
25
|
export type VoiceObservabilityExportArtifactChecksum = {
|