@pol-studios/db 1.0.2 → 1.0.3
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/index.d.ts +100 -5
- package/dist/index.js +519 -7428
- package/dist/index.js.map +1 -1
- package/dist/index.web.d.ts +2 -3
- package/dist/index.web.js +476 -11003
- package/dist/index.web.js.map +1 -1
- package/dist/{useResolveFeedback-DuGP4Tgb.d.ts → useResolveFeedback-kQZVy6lb.d.ts} +2 -96
- package/package.json +1 -1
package/dist/index.web.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { B as BooleanOperator, h as ClarificationSuggestion, C as CompositeTypes, g as ComputedSortConfig, c as Constants, D as Database, d as DbChangeLog, E as Enums, F as FilterConditionType, i as FilterContextType, e as FilterInput, f as FilterState, J as Json, O as OrderColumn, T as Tables, a as TablesInsert, b as TablesUpdate, V as ValueOrArrayForPropertyType, n as normalizeFilter, u as useDbAdvanceFilterQuery, u as useDbAdvanceQuery } from './index-DNrSptau.js';
|
|
2
2
|
export { a as FilterConfig, F as FilterConfigOption, G as Group, P as PropertyType, S as SortConfig, T as TableInfo, V as ValueForPropertyType, W as WhereFilter } from './FilterConfig-Bt2Ek74z.js';
|
|
3
|
-
export {
|
|
3
|
+
export { E as AIOptions, F as AIResponse, _ as AlertProps, T as BUCKETS, I as BatchAnalysisProgress, V as BucketName, Q as CustomPageQueryResult, Y as DEFAULT_QUERY_TIMEOUT, H as ExtractedReceipt, ah as FeedbackListItem, ai as FeedbackListParams, $ as LiveChangeContext, a0 as LiveChangeContextProvider, M as MutationOption, P as PendingExpense, J as ServerAvailabilityState, R as StorageObjectMetadata, ak as SubmitFeedbackParams, S as SupabaseAdapter, X as TIMEOUT_ERROR_MESSAGE, N as UpdateOptions, U as UseDbPartialAdvanceQueryResult, v as UseDbPartialQueryResult, x as UseDbRealtimeQueryResult, A as UseMutationSuccessOptions, y as convertFilterToRealtimeQuery, W as createInCondition, f as createSupabaseAdapter, O as executeAdvanceQuery, D as getErrorBody, p as getSupabaseUrl, Z as isTimeoutError, n as newTimeActivity, s as setSupabaseUrl, G as useAI, al as useApplyFeedback, k as useAutosaveState, ac as useChangelogById, ad as useChangelogBySlug, ae as useChangelogEntries, af as useChangelogMedia, aa as useChangelogs, c as useDbDelete, a as useDbInsert, q as useDbMultiDelete, r as useDbMultiUpsert, t as useDbPartialAdvanceQuery, w as useDbPartialQuery, u as useDbRealtime, e as useDbRealtimeQuery, b as useDbUpdate, d as useDbUpsert, z as useDbUpsertResponse, c as useDelete, a2 as useDeleteChangelog, a5 as useDeleteChangelogEntry, a8 as useDeleteChangelogMedia, ag as useFeedbackList, a as useInsert, j as useLatestOperationLog, i as useLiveChangeTracking, a6 as useMultiDeleteChangelogEntries, a4 as useMultiUpsertChangelogEntries, B as useMutationSuccess, C as useMutationSuccessRN, ab as usePublishedChangelogs, u as useRealtime, e as useRealtimeQuery, h as useReceiptAI, am as useResolveFeedback, L as useSearchQuery, K as useServerAvailability, o as useStoragePath, m as useStorageUrl, aj as useSubmitFeedback, g as useSupabaseFunction, l as useToastError, b as useUpdate, a9 as useUploadChangelogMedia, d as useUpsert, a1 as useUpsertChangelog, a3 as useUpsertChangelogEntry, a7 as useUpsertChangelogMedia } from './useResolveFeedback-kQZVy6lb.js';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseInfiniteQueryOptions, InfiniteData, QueryClient } from '@tanstack/react-query';
|
|
6
6
|
import { PostgrestSingleResponse, SupabaseClient } from '@supabase/supabase-js';
|
|
@@ -22,10 +22,9 @@ export { Accessory, Address, AdvanceQuery, AdvanceQueryNotificationSetting, Adva
|
|
|
22
22
|
import 'moment';
|
|
23
23
|
import '@supabase-cache-helpers/postgrest-react-query';
|
|
24
24
|
import '@pol-studios/utils';
|
|
25
|
-
import '@supabase/storage-js';
|
|
26
25
|
import '@supabase/functions-js';
|
|
27
26
|
import '@supabase/postgrest-js';
|
|
28
|
-
import '
|
|
27
|
+
import '@supabase/storage-js';
|
|
29
28
|
import 'react/jsx-runtime';
|
|
30
29
|
import '@supabase/supabase-js/dist/module/lib/types.js';
|
|
31
30
|
|