@parkflow/shared-types 1.6.0 → 1.10.0
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.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/lot-health/index.d.ts +17 -0
- package/dist/types/lot-health/index.js +34 -0
- package/dist/types/lot-health/index.js.map +1 -0
- package/dist/types/lot-health/lot-backlog-severity.enum.d.ts +5 -0
- package/dist/types/lot-health/lot-backlog-severity.enum.js +10 -0
- package/dist/types/lot-health/lot-backlog-severity.enum.js.map +1 -0
- package/dist/types/lot-health/lot-backlog-status.interface.d.ts +8 -0
- package/dist/types/lot-health/lot-backlog-status.interface.js +3 -0
- package/dist/types/lot-health/lot-backlog-status.interface.js.map +1 -0
- package/dist/types/lot-health/lot-blackout-impact-sample.interface.d.ts +8 -0
- package/dist/types/lot-health/lot-blackout-impact-sample.interface.js +3 -0
- package/dist/types/lot-health/lot-blackout-impact-sample.interface.js.map +1 -0
- package/dist/types/lot-health/lot-blackout-impact.interface.d.ts +6 -0
- package/dist/types/lot-health/lot-blackout-impact.interface.js +3 -0
- package/dist/types/lot-health/lot-blackout-impact.interface.js.map +1 -0
- package/dist/types/lot-health/lot-blackout-window.interface.d.ts +10 -0
- package/dist/types/lot-health/lot-blackout-window.interface.js +3 -0
- package/dist/types/lot-health/lot-blackout-window.interface.js.map +1 -0
- package/dist/types/lot-health/lot-daily-metrics.interface.d.ts +8 -0
- package/dist/types/lot-health/lot-daily-metrics.interface.js +3 -0
- package/dist/types/lot-health/lot-daily-metrics.interface.js.map +1 -0
- package/dist/types/lot-health/lot-day-funnel.interface.d.ts +12 -0
- package/dist/types/lot-health/lot-day-funnel.interface.js +3 -0
- package/dist/types/lot-health/lot-day-funnel.interface.js.map +1 -0
- package/dist/types/lot-health/lot-enforcement-config.interface.d.ts +8 -0
- package/dist/types/lot-health/lot-enforcement-config.interface.js +3 -0
- package/dist/types/lot-health/lot-enforcement-config.interface.js.map +1 -0
- package/dist/types/lot-health/lot-enforcement-run-info.interface.d.ts +7 -0
- package/dist/types/lot-health/lot-enforcement-run-info.interface.js +3 -0
- package/dist/types/lot-health/lot-enforcement-run-info.interface.js.map +1 -0
- package/dist/types/lot-health/lot-enforcement-trigger-source.enum.d.ts +6 -0
- package/dist/types/lot-health/lot-enforcement-trigger-source.enum.js +11 -0
- package/dist/types/lot-health/lot-enforcement-trigger-source.enum.js.map +1 -0
- package/dist/types/lot-health/lot-health-response.interface.d.ts +22 -0
- package/dist/types/lot-health/lot-health-response.interface.js +3 -0
- package/dist/types/lot-health/lot-health-response.interface.js.map +1 -0
- package/dist/types/lot-health/lot-recent-validation.interface.d.ts +10 -0
- package/dist/types/lot-health/lot-recent-validation.interface.js +3 -0
- package/dist/types/lot-health/lot-recent-validation.interface.js.map +1 -0
- package/dist/types/lot-health/lot-validation-activity-section.interface.d.ts +6 -0
- package/dist/types/lot-health/lot-validation-activity-section.interface.js +3 -0
- package/dist/types/lot-health/lot-validation-activity-section.interface.js.map +1 -0
- package/dist/types/lot-health/lot-validation-provider-state.enum.d.ts +5 -0
- package/dist/types/lot-health/lot-validation-provider-state.enum.js +10 -0
- package/dist/types/lot-health/lot-validation-provider-state.enum.js.map +1 -0
- package/dist/types/lot-health/lot-validation-provider-status.interface.d.ts +8 -0
- package/dist/types/lot-health/lot-validation-provider-status.interface.js +3 -0
- package/dist/types/lot-health/lot-validation-provider-status.interface.js.map +1 -0
- package/dist/types/lot-health/lot-webhook-activity.interface.d.ts +12 -0
- package/dist/types/lot-health/lot-webhook-activity.interface.js +3 -0
- package/dist/types/lot-health/lot-webhook-activity.interface.js.map +1 -0
- package/dist/types/lot-health/validation-reason-bucket.interface.d.ts +4 -0
- package/dist/types/lot-health/validation-reason-bucket.interface.js +3 -0
- package/dist/types/lot-health/validation-reason-bucket.interface.js.map +1 -0
- package/package.json +1 -1
- package/src/types/index.ts +2 -1
- package/src/types/lot-health/index.ts +17 -0
- package/src/types/lot-health/lot-backlog-severity.enum.ts +5 -0
- package/src/types/lot-health/lot-backlog-status.interface.ts +10 -0
- package/src/types/lot-health/lot-blackout-impact-sample.interface.ts +14 -0
- package/src/types/lot-health/lot-blackout-impact.interface.ts +15 -0
- package/src/types/lot-health/lot-blackout-window.interface.ts +20 -0
- package/src/types/lot-health/lot-daily-metrics.interface.ts +8 -0
- package/src/types/lot-health/lot-day-funnel.interface.ts +14 -0
- package/src/types/lot-health/lot-enforcement-config.interface.ts +8 -0
- package/src/types/lot-health/lot-enforcement-run-info.interface.ts +8 -0
- package/src/types/lot-health/lot-enforcement-trigger-source.enum.ts +6 -0
- package/src/types/lot-health/lot-health-response.interface.ts +27 -0
- package/src/types/lot-health/lot-recent-validation.interface.ts +14 -0
- package/src/types/lot-health/lot-validation-activity-section.interface.ts +9 -0
- package/src/types/lot-health/lot-validation-provider-state.enum.ts +8 -0
- package/src/types/lot-health/lot-validation-provider-status.interface.ts +9 -0
- package/src/types/lot-health/lot-webhook-activity.interface.ts +16 -0
- package/src/types/lot-health/validation-reason-bucket.interface.ts +4 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LotValidationProviderState } from './lot-validation-provider-state.enum';
|
|
2
|
+
|
|
3
|
+
export interface LotValidationProviderStatus {
|
|
4
|
+
paymentIntegrationId: number;
|
|
5
|
+
providerName: string;
|
|
6
|
+
state: LotValidationProviderState;
|
|
7
|
+
countLast24h: number;
|
|
8
|
+
lastReceivedAtUtc: string | null;
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* One row from the outbound webhook log for a lot — one delivery attempt to one subscriber.
|
|
3
|
+
* Includes the full rendered payload so the UI can show it on demand without a second round-trip.
|
|
4
|
+
*/
|
|
5
|
+
export interface LotWebhookActivity {
|
|
6
|
+
id: string;
|
|
7
|
+
eventType: string;
|
|
8
|
+
status: string;
|
|
9
|
+
statusCode: number | null;
|
|
10
|
+
subscriberName: string | null;
|
|
11
|
+
destinationUrl: string | null;
|
|
12
|
+
createdAtUtc: string;
|
|
13
|
+
retryCount: number;
|
|
14
|
+
errorMessage: string | null;
|
|
15
|
+
payload: unknown;
|
|
16
|
+
}
|