@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
91 lines • 2.51 kB
TypeScript
import { z } from 'zod';
export declare const ShipToDataRefreshResponseSchema: z.ZodObject<{
message: z.ZodString;
timestamp: z.ZodString;
jobId: z.ZodString;
}, "strip", z.ZodTypeAny, {
message: string;
timestamp: string;
jobId: string;
}, {
message: string;
timestamp: string;
jobId: string;
}>;
export declare const ShipToRefreshResponseSchema: z.ZodEffects<z.ZodObject<{
count: z.ZodNumber;
data: z.ZodObject<{
message: z.ZodString;
timestamp: z.ZodString;
jobId: z.ZodString;
}, "strip", z.ZodTypeAny, {
message: string;
timestamp: string;
jobId: string;
}, {
message: string;
timestamp: string;
jobId: string;
}>;
message: z.ZodString;
options: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
params: z.ZodUnion<[z.ZodArray<z.ZodUnknown, "many">, z.ZodRecord<z.ZodString, z.ZodUnknown>]>;
status: z.ZodNumber;
total: z.ZodNumber;
totalResults: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
params: Record<string, unknown> | unknown[];
data: {
message: string;
timestamp: string;
jobId: string;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
message: string;
timestamp: string;
jobId: string;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>, {
params: Record<string, unknown> | unknown[];
data: {
message: string;
timestamp: string;
jobId: string;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
message: string;
timestamp: string;
jobId: string;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>;
export type ShipToDataRefreshResponse = z.infer<typeof ShipToDataRefreshResponseSchema>;
export type ShipToRefreshResponse = z.infer<typeof ShipToRefreshResponseSchema>;
//# sourceMappingURL=shipToRefresh.d.ts.map