@proofkit/fmodata
Version:
FileMaker OData API client
34 lines (33 loc) • 1.19 kB
JavaScript
import { BaseTable, defineBaseTable } from "./client/base-table.js";
import { TableOccurrence, createTableOccurrence, defineTableOccurrence } from "./client/table-occurrence.js";
import { FMServerConnection } from "./client/filemaker-odata.js";
import { AbortError, CircuitOpenError, NetworkError, RetryLimitError, TimeoutError } from "@fetchkit/ffetch";
import { FMODataError, HTTPError, ODataError, RecordCountMismatchError, ResponseStructureError, SchemaLockedError, ValidationError, isFMODataError, isHTTPError, isODataError, isRecordCountMismatchError, isResponseStructureError, isSchemaLockedError, isValidationError } from "./errors.js";
export {
AbortError,
BaseTable,
CircuitOpenError,
FMODataError,
FMServerConnection,
HTTPError,
NetworkError,
ODataError,
RecordCountMismatchError,
ResponseStructureError,
RetryLimitError,
SchemaLockedError,
TableOccurrence,
TimeoutError,
ValidationError,
createTableOccurrence,
defineBaseTable,
defineTableOccurrence,
isFMODataError,
isHTTPError,
isODataError,
isRecordCountMismatchError,
isResponseStructureError,
isSchemaLockedError,
isValidationError
};
//# sourceMappingURL=index.js.map