@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
137 lines • 6.97 kB
TypeScript
import type { CustomerCustomerIdDocResponse } from './customerCustomerIdDoc';
export * from './contactsIdCustomers';
export * from './contactsIdDoc';
export * from './contactsIdWebAllowance';
export * from './contactsRefresh';
export * from './contactsUdId';
export * from './customerCustomerIdAddress';
export * from './customerCustomerIdContacts';
export * from './customerCustomerIdDoc';
export * from './customerCustomerIdShipTo';
export * from './customer';
export * from './customerLookup';
export * from './healthCheck';
export * from './customerCustomerIdInvoicesInvoiceNo';
export * from './customerCustomerIdInvoices';
export * from './oeContactsCustomerRefresh';
export * from './customerCustomerIdOrdersOrderNo';
export * from './customerCustomerIdOrders';
export * from './customerCustomerIdPurchasedItems';
export * from './customerCustomerIdQuotesQuoteNo';
export * from './customerCustomerIdQuotes';
export * from './shipToRefresh';
export declare const CustomerResponseSchema: import("zod").ZodEffects<import("zod").ZodObject<{
count: import("zod").ZodNumber;
data: import("zod").ZodObject<{
customerId: import("zod").ZodNumber;
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
customerId: import("zod").ZodNumber;
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
customerId: import("zod").ZodNumber;
}, import("zod").ZodTypeAny, "passthrough">>;
message: import("zod").ZodString;
options: import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodUnknown, "many">, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>]>;
params: import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodUnknown, "many">, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>]>;
status: import("zod").ZodNumber;
total: import("zod").ZodNumber;
totalResults: import("zod").ZodNumber;
}, "strip", import("zod").ZodTypeAny, {
params: Record<string, unknown> | unknown[];
data: {
customerId: number;
} & {
[k: string]: unknown;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
customerId: number;
} & {
[k: string]: unknown;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>, {
params: Record<string, unknown> | unknown[];
data: {
customerId: number;
} & {
[k: string]: unknown;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}, {
params: Record<string, unknown> | unknown[];
data: {
customerId: number;
} & {
[k: string]: unknown;
};
options: Record<string, unknown> | unknown[];
status: number;
message: string;
count: number;
total: number;
totalResults: number;
}>;
export type CustomerResponse = CustomerCustomerIdDocResponse;
export type ContactCreateParams = CustomerCustomerIdContactsCreateParams;
export type ContactListParams = CustomerCustomerIdContactsListParams;
export type ContactCustomersParams = ContactsIdCustomersParams;
export type ContactListResponse = CustomerCustomerIdContactsListResponse;
export type ContactResponse = ContactsIdDocResponse;
export type ContactCustomersResponse = ContactsIdCustomersResponse;
export type WebAllowanceResponse = ContactsIdWebAllowanceResponse;
export type Address = CustomerAddress;
export type AddressListParams = CustomerCustomerIdAddressParams;
export type AddressListResponse = CustomerCustomerIdAddressResponse;
export { ShipToAddress };
export type ShipToAddressCreateParams = CustomerCustomerIdShipToCreateParams;
export type ShipToAddressListParams = CustomerCustomerIdShipToListParams;
export type ShipToAddressListResponse = CustomerCustomerIdShipToListResponse;
export type ShipToAddressResponse = CustomerCustomerIdShipToCreateResponse;
export type OrderListParams = CustomerCustomerIdOrdersParams;
export type OrderHeaderListResponse = CustomerCustomerIdOrdersHeaderResponse;
export type OrderDocumentListResponse = CustomerCustomerIdOrdersDocumentResponse;
export type Invoice = InvoiceDocument;
export type InvoiceListParams = CustomerCustomerIdInvoicesParams;
export type InvoiceListResponse = CustomerCustomerIdInvoicesResponse;
export type InvoiceResponse = CustomerCustomerIdInvoicesInvoiceNoResponse;
export type Quote = QuoteDocument;
export type QuoteListParams = CustomerCustomerIdQuotesParams;
export type QuoteListResponse = CustomerCustomerIdQuotesResponse;
export type QuoteResponse = CustomerCustomerIdQuotesQuoteNoResponse;
export { PurchasedItem };
export type PurchasedItemListParams = CustomerCustomerIdPurchasedItemsParams;
export type PurchasedItemListResponse = CustomerCustomerIdPurchasedItemsResponse;
export type ContactUserDefinedFieldsResponse = ContactsUdIdResponse;
export type DataRefreshResponseResponse = ContactsRefreshResponse;
import type { CustomerCustomerIdContactsCreateParams, CustomerCustomerIdContactsListParams, CustomerCustomerIdContactsListResponse } from './customerCustomerIdContacts';
import type { ContactsIdCustomersParams, ContactsIdCustomersResponse } from './contactsIdCustomers';
import type { ContactsIdDocResponse } from './contactsIdDoc';
import type { ContactsIdWebAllowanceResponse } from './contactsIdWebAllowance';
import type { CustomerCustomerIdAddressParams, CustomerCustomerIdAddressResponse, CustomerAddress } from './customerCustomerIdAddress';
import type { CustomerCustomerIdShipToCreateParams, CustomerCustomerIdShipToListParams, CustomerCustomerIdShipToListResponse, CustomerCustomerIdShipToCreateResponse, ShipToAddress } from './customerCustomerIdShipTo';
import type { CustomerCustomerIdOrdersParams, CustomerCustomerIdOrdersHeaderResponse, CustomerCustomerIdOrdersDocumentResponse } from './customerCustomerIdOrders';
import type { CustomerCustomerIdInvoicesParams, CustomerCustomerIdInvoicesResponse } from './customerCustomerIdInvoices';
import type { CustomerCustomerIdInvoicesInvoiceNoResponse, InvoiceDocument } from './customerCustomerIdInvoicesInvoiceNo';
import type { CustomerCustomerIdQuotesParams, CustomerCustomerIdQuotesResponse } from './customerCustomerIdQuotes';
import type { CustomerCustomerIdQuotesQuoteNoResponse, QuoteDocument } from './customerCustomerIdQuotesQuoteNo';
import type { CustomerCustomerIdPurchasedItemsParams, CustomerCustomerIdPurchasedItemsResponse, PurchasedItem } from './customerCustomerIdPurchasedItems';
import type { ContactsUdIdResponse } from './contactsUdId';
import type { ContactsRefreshResponse } from './contactsRefresh';
//# sourceMappingURL=index.d.ts.map