UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

153 lines 4.63 kB
import { z } from 'zod'; export declare const InvoiceReprintResponseSchema: z.ZodObject<{ invoiceNo: z.ZodString; reprintStatus: z.ZodString; reprintDate: z.ZodString; documentPath: z.ZodOptional<z.ZodString>; p21Response: z.ZodOptional<z.ZodObject<{ status: z.ZodString; documentId: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { status: string; documentId?: string | undefined; }, { status: string; documentId?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }, { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }>; export declare const InvoiceReprintApiResponseSchema: z.ZodEffects<z.ZodObject<{ count: z.ZodNumber; data: z.ZodObject<{ invoiceNo: z.ZodString; reprintStatus: z.ZodString; reprintDate: z.ZodString; documentPath: z.ZodOptional<z.ZodString>; p21Response: z.ZodOptional<z.ZodObject<{ status: z.ZodString; documentId: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { status: string; documentId?: string | undefined; }, { status: string; documentId?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }, { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }>; 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: { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }; options: Record<string, unknown> | unknown[]; status: number; message: string; count: number; total: number; totalResults: number; }, { params: Record<string, unknown> | unknown[]; data: { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }; options: Record<string, unknown> | unknown[]; status: number; message: string; count: number; total: number; totalResults: number; }>, { params: Record<string, unknown> | unknown[]; data: { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }; options: Record<string, unknown> | unknown[]; status: number; message: string; count: number; total: number; totalResults: number; }, { params: Record<string, unknown> | unknown[]; data: { invoiceNo: string; reprintStatus: string; reprintDate: string; documentPath?: string | undefined; p21Response?: { status: string; documentId?: string | undefined; } | undefined; }; options: Record<string, unknown> | unknown[]; status: number; message: string; count: number; total: number; totalResults: number; }>; export type InvoiceReprintResponse = z.infer<typeof InvoiceReprintResponseSchema>; export type InvoiceReprintApiResponse = z.infer<typeof InvoiceReprintApiResponseSchema>; //# sourceMappingURL=invoices.d.ts.map