@pol-studios/db 1.0.12 → 1.0.13
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/{DataLayerContext-CL6alnkb.d.ts → DataLayerContext-Cm1nAvT7.d.ts} +55 -3
- package/dist/auth/context.js +2 -2
- package/dist/auth/hooks.js +3 -3
- package/dist/auth/index.js +3 -3
- package/dist/{chunk-DJ6VLEAL.js → chunk-3KLFEVN4.js} +2 -2
- package/dist/{chunk-LNJ3WF7V.js → chunk-HSSYOLI6.js} +4 -4
- package/dist/{chunk-XU3SBFAG.js → chunk-MOYWSMXW.js} +34 -7
- package/dist/chunk-MOYWSMXW.js.map +1 -0
- package/dist/{chunk-WGDJ4IXR.js → chunk-QAWFLRWC.js} +2 -2
- package/dist/{chunk-ZVBHWU7O.js → chunk-SSOQECSM.js} +43 -6
- package/dist/chunk-SSOQECSM.js.map +1 -0
- package/dist/{chunk-NZON56CB.js → chunk-YHUGHEF6.js} +3 -3
- package/dist/hooks/index.d.ts +12 -2
- package/dist/hooks/index.js +5 -1
- package/dist/{index-CQLyNG6A.d.ts → index-BHFInYVr.d.ts} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +14 -6
- package/dist/index.native.d.ts +5 -5
- package/dist/index.native.js +10 -6
- package/dist/index.web.d.ts +5 -5
- package/dist/index.web.js +5 -5
- package/dist/types/index.d.ts +2 -2
- package/dist/{useDbCount-BG356T9i.d.ts → useDbCount-Cu2Q5ZdH.d.ts} +64 -6
- package/dist/{useResolveFeedback-BWmatBlE.d.ts → useResolveFeedback-Bg3JDRs8.d.ts} +3 -3
- package/dist/with-auth/index.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-XU3SBFAG.js.map +0 -1
- package/dist/chunk-ZVBHWU7O.js.map +0 -1
- /package/dist/{chunk-DJ6VLEAL.js.map → chunk-3KLFEVN4.js.map} +0 -0
- /package/dist/{chunk-LNJ3WF7V.js.map → chunk-HSSYOLI6.js.map} +0 -0
- /package/dist/{chunk-WGDJ4IXR.js.map → chunk-QAWFLRWC.js.map} +0 -0
- /package/dist/{chunk-NZON56CB.js.map → chunk-YHUGHEF6.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
useHasConflicts,
|
|
27
27
|
usePendingConflicts,
|
|
28
28
|
useSupabaseUpload
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-MOYWSMXW.js";
|
|
30
30
|
import {
|
|
31
31
|
ADAPTER_STRATEGIES,
|
|
32
32
|
AdapterAutoDetector,
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
useUpsertChangelog,
|
|
82
82
|
useUpsertChangelogEntry,
|
|
83
83
|
useUpsertChangelogMedia
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-YHUGHEF6.js";
|
|
85
85
|
import {
|
|
86
86
|
LiveChangeContext,
|
|
87
87
|
LiveChangeContextProvider,
|
|
@@ -92,7 +92,7 @@ import {
|
|
|
92
92
|
useUserMetadataState,
|
|
93
93
|
useUserMetadataValue,
|
|
94
94
|
userMetadataContext
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-HSSYOLI6.js";
|
|
96
96
|
import {
|
|
97
97
|
PostgrestFilter,
|
|
98
98
|
binarySearch,
|
|
@@ -315,17 +315,21 @@ import {
|
|
|
315
315
|
UserMetadata
|
|
316
316
|
} from "./chunk-SM73S2DY.js";
|
|
317
317
|
import "./chunk-NSIAAYW3.js";
|
|
318
|
-
import "./chunk-
|
|
318
|
+
import "./chunk-3KLFEVN4.js";
|
|
319
319
|
import {
|
|
320
320
|
DEFAULT_QUERY_TIMEOUT,
|
|
321
321
|
TIMEOUT_ERROR_MESSAGE,
|
|
322
322
|
isTimeoutError,
|
|
323
323
|
useDbQuery
|
|
324
|
-
} from "./chunk-
|
|
324
|
+
} from "./chunk-QAWFLRWC.js";
|
|
325
325
|
import {
|
|
326
326
|
DataLayerContext,
|
|
327
|
+
DataLayerCoreContext,
|
|
328
|
+
DataLayerStatusContext,
|
|
327
329
|
useAdvanceQuery,
|
|
328
330
|
useDataLayer,
|
|
331
|
+
useDataLayerCore,
|
|
332
|
+
useDataLayerStatus,
|
|
329
333
|
useDbCount,
|
|
330
334
|
useDbDelete as useDbDelete2,
|
|
331
335
|
useDbInfiniteQuery,
|
|
@@ -337,7 +341,7 @@ import {
|
|
|
337
341
|
useOnlineStatus,
|
|
338
342
|
useSyncControl,
|
|
339
343
|
useSyncStatus
|
|
340
|
-
} from "./chunk-
|
|
344
|
+
} from "./chunk-SSOQECSM.js";
|
|
341
345
|
import "./chunk-HAWJTZCK.js";
|
|
342
346
|
import {
|
|
343
347
|
QueryExecutor,
|
|
@@ -440,7 +444,9 @@ export {
|
|
|
440
444
|
DEFAULT_QUERY_TIMEOUT,
|
|
441
445
|
DataExchangeImport,
|
|
442
446
|
DataLayerContext,
|
|
447
|
+
DataLayerCoreContext,
|
|
443
448
|
DataLayerProvider,
|
|
449
|
+
DataLayerStatusContext,
|
|
444
450
|
Datasheet,
|
|
445
451
|
Dimension,
|
|
446
452
|
DimmerModule,
|
|
@@ -700,6 +706,8 @@ export {
|
|
|
700
706
|
useConflictState,
|
|
701
707
|
useConflictsForTable,
|
|
702
708
|
useDataLayer,
|
|
709
|
+
useDataLayerCore,
|
|
710
|
+
useDataLayerStatus,
|
|
703
711
|
useDbAdvanceFilterQuery,
|
|
704
712
|
useDbAdvanceFilterQuery as useDbAdvanceQuery,
|
|
705
713
|
useDbCount,
|
package/dist/index.native.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { C as CompositeTypes, c as Constants, D as Database, E as Enums, J as Json, T as Tables, a as TablesInsert, b as TablesUpdate } from './database.types-ChFCG-4M.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 { r as BackendSelectionResult, B as BooleanOperator, l as ClarificationQuestion, k as ClarificationSuggestion, C as CombinedProviderStatus, j as ComputedSortConfig, n as DataLayerWithPowerSyncProps, D as DbChangeLog, a as EnhancedSyncControl, E as EnhancedSyncStatus, e as Filter, d as FilterConditionType, m as FilterContextType, f as FilterGroup, g as FilterInput, F as FilterOperator, h as FilterState, H as HasPowerSyncConfig, O as OrderColumn, i as Pagination, P as PowerSyncEnabledConfig, b as PowerSyncEnabledContextValue, q as PowerSyncTables, Q as QueryState, S as Sort, U as UseDataLayerWithPowerSync, p as UseSyncControlWithPowerSync, o as UseSyncStatusWithPowerSync, V as ValueOrArrayForPropertyType, c as createCombinedStatus, s as normalizeFilter, u as useDbAdvanceFilterQuery, u as useDbAdvanceQuery } from './index-
|
|
4
|
-
export { A as AIOptions, B as AIResponse, P as AlertProps, K as BUCKETS, L as BucketName, I as CustomPageQueryResult, N as DEFAULT_QUERY_TIMEOUT, a9 as FeedbackListItem, aa as FeedbackListParams, Q as LiveChangeContext, R as LiveChangeContextProvider, D as ServerAvailabilityState, J as StorageObjectMetadata, ac as SubmitFeedbackParams, S as SupabaseAdapter, T as TIMEOUT_ERROR_MESSAGE, G as UpdateOptions, U as UseDbPartialAdvanceQueryResult, p as UseDbPartialQueryResult, r as UseDbRealtimeQueryResult, v as UseMutationSuccessOptions, t as convertFilterToRealtimeQuery, M as createInCondition, y as createSupabaseAdapter, H as executeAdvanceQuery, z as getErrorBody, k as getSupabaseUrl, O as isTimeoutError, n as newTimeActivity, s as setSupabaseUrl, C as useAI, ad as useApplyFeedback, g as useAutosaveState, a4 as useChangelogById, a5 as useChangelogBySlug, a6 as useChangelogEntries, a7 as useChangelogMedia, a2 as useChangelogs, c as useDbDelete, a as useDbInsert, l as useDbMultiDelete, m as useDbMultiUpsert, o as useDbPartialAdvanceQuery, q as useDbPartialQuery, u as useDbRealtime, d as useDbRealtimeQuery, b as useDbUpdate, c as useDelete, W as useDeleteChangelog, Z as useDeleteChangelogEntry, a0 as useDeleteChangelogMedia, a8 as useFeedbackList, a as useInsert, f as useLatestOperationLog, e as useLiveChangeTracking, _ as useMultiDeleteChangelogEntries, Y as useMultiUpsertChangelogEntries, w as useMutationSuccess, x as useMutationSuccessRN, a3 as usePublishedChangelogs, u as useRealtime, d as useRealtimeQuery, ae as useResolveFeedback, F as useSearchQuery, E as useServerAvailability, j as useStoragePath, i as useStorageUrl, ab as useSubmitFeedback, h as useToastError, b as useUpdate, a1 as useUploadChangelogMedia, V as useUpsertChangelog, X as useUpsertChangelogEntry, $ as useUpsertChangelogMedia } from './useResolveFeedback-
|
|
3
|
+
export { r as BackendSelectionResult, B as BooleanOperator, l as ClarificationQuestion, k as ClarificationSuggestion, C as CombinedProviderStatus, j as ComputedSortConfig, n as DataLayerWithPowerSyncProps, D as DbChangeLog, a as EnhancedSyncControl, E as EnhancedSyncStatus, e as Filter, d as FilterConditionType, m as FilterContextType, f as FilterGroup, g as FilterInput, F as FilterOperator, h as FilterState, H as HasPowerSyncConfig, O as OrderColumn, i as Pagination, P as PowerSyncEnabledConfig, b as PowerSyncEnabledContextValue, q as PowerSyncTables, Q as QueryState, S as Sort, U as UseDataLayerWithPowerSync, p as UseSyncControlWithPowerSync, o as UseSyncStatusWithPowerSync, V as ValueOrArrayForPropertyType, c as createCombinedStatus, s as normalizeFilter, u as useDbAdvanceFilterQuery, u as useDbAdvanceQuery } from './index-BHFInYVr.js';
|
|
4
|
+
export { A as AIOptions, B as AIResponse, P as AlertProps, K as BUCKETS, L as BucketName, I as CustomPageQueryResult, N as DEFAULT_QUERY_TIMEOUT, a9 as FeedbackListItem, aa as FeedbackListParams, Q as LiveChangeContext, R as LiveChangeContextProvider, D as ServerAvailabilityState, J as StorageObjectMetadata, ac as SubmitFeedbackParams, S as SupabaseAdapter, T as TIMEOUT_ERROR_MESSAGE, G as UpdateOptions, U as UseDbPartialAdvanceQueryResult, p as UseDbPartialQueryResult, r as UseDbRealtimeQueryResult, v as UseMutationSuccessOptions, t as convertFilterToRealtimeQuery, M as createInCondition, y as createSupabaseAdapter, H as executeAdvanceQuery, z as getErrorBody, k as getSupabaseUrl, O as isTimeoutError, n as newTimeActivity, s as setSupabaseUrl, C as useAI, ad as useApplyFeedback, g as useAutosaveState, a4 as useChangelogById, a5 as useChangelogBySlug, a6 as useChangelogEntries, a7 as useChangelogMedia, a2 as useChangelogs, c as useDbDelete, a as useDbInsert, l as useDbMultiDelete, m as useDbMultiUpsert, o as useDbPartialAdvanceQuery, q as useDbPartialQuery, u as useDbRealtime, d as useDbRealtimeQuery, b as useDbUpdate, c as useDelete, W as useDeleteChangelog, Z as useDeleteChangelogEntry, a0 as useDeleteChangelogMedia, a8 as useFeedbackList, a as useInsert, f as useLatestOperationLog, e as useLiveChangeTracking, _ as useMultiDeleteChangelogEntries, Y as useMultiUpsertChangelogEntries, w as useMutationSuccess, x as useMutationSuccessRN, a3 as usePublishedChangelogs, u as useRealtime, d as useRealtimeQuery, ae as useResolveFeedback, F as useSearchQuery, E as useServerAvailability, j as useStoragePath, i as useStorageUrl, ab as useSubmitFeedback, h as useToastError, b as useUpdate, a1 as useUploadChangelogMedia, V as useUpsertChangelog, X as useUpsertChangelogEntry, $ as useUpsertChangelogMedia } from './useResolveFeedback-Bg3JDRs8.js';
|
|
5
5
|
export { F as Fetch, i as GenericFunction, g as GenericNonUpdatableView, j as GenericSchema, G as GenericTable, f as GenericUpdatableView, h as GenericView, P as PostgrestError, d as PostgrestMaybeSingleResponse, e as PostgrestResponse, b as PostgrestResponseFailure, a as PostgrestResponseSuccess, c as PostgrestSingleResponse, k as Prettify } from './types-CYr9JiUE.js';
|
|
6
6
|
export { U as UseDbQuerySingleReturn, u as useDbQuery } from './useDbQuery-C-TL8jY1.js';
|
|
7
7
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
8
8
|
import { QueryClient } from '@tanstack/react-query';
|
|
9
9
|
import { FileOptions } from '@supabase/storage-js';
|
|
10
|
-
export { D as DatabaseTypes, P as PublicTableNames, R as ResolveRowType, S as SchemaNames,
|
|
10
|
+
export { D as DatabaseTypes, P as PublicTableNames, R as ResolveRowType, S as SchemaNames, l as SchemaTableNames, T as TableIdentifier, r as UseAdvanceQueryOptions, s as UseAdvanceQueryResult, n as UseDbCountOptions, o as UseDbCountResult, U as UseDbInfiniteQueryOptions, m as UseDbInfiniteQueryResult, q as UseDbQueryOptions, p as UseDbQueryResult, k as useAdvanceQuery, a as useDataLayer, j as useDbCount, j as useDbCountV3, d as useDbDeleteV3, i as useDbInfiniteQuery, i as useDbInfiniteQueryV3, e as useDbInsertV3, g as useDbQueryById, f as useDbQueryV3, h as useDbUpdateV3, u as useDbUpsert, u as useDbUpsertV3, u as useUpsert } from './useDbCount-Cu2Q5ZdH.js';
|
|
11
11
|
export { useOnlineStatus, useSyncControl, useSyncStatus } from './hooks/index.js';
|
|
12
12
|
export { u as useBatchDelete, a as useBatchUpsert } from './useBatchUpsert-9OYjibLh.js';
|
|
13
13
|
import { DatabaseSchema, QueryOptions, DataLayerConfig } from './core/index.js';
|
|
@@ -15,8 +15,8 @@ export { AdapterRegistry as AdapterRegistryInterface, AutoStrategy, BuiltQuery,
|
|
|
15
15
|
export { UsePartialAdvancedQueryResult, UsePartialQueryResult, UseQuerySingleReturn, extractColumnNames, extractRelationNames, getRelationSelect, hasRelation, parseSelect, stringifySelect, tokenizeTopLevel, useAdvancedFilterQuery, useAdvancedQuery, useInfiniteQuery, usePartialAdvancedQuery, usePartialQuery, useQuery } from './query/index.js';
|
|
16
16
|
import { Q as QueryExecutor, P as PowerSyncDatabase$1 } from './executor-CB4KHyYG.js';
|
|
17
17
|
export { e as RelationJoinData, R as RelationshipResolver, b as ResultJoiner, S as SQLBuilder, f as createQueryExecutor, c as createRelationshipResolver, d as createResultJoiner, a as createSQLBuilder } from './executor-CB4KHyYG.js';
|
|
18
|
-
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult,
|
|
19
|
-
export { f as ADAPTER_STRATEGIES, i as AdapterAutoDetector, a as AdapterConfig, d as AdapterDependencies, b as AdapterFactory, g as AdapterRegistry, e as AdapterStrategyType, k as AutoDetectionResult, l as AutoDetectorOptions, m as BackendChangeListener, B as BackendStatus, D as DataLayerContext,
|
|
18
|
+
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult, p as DataLayerContextValue, S as SyncStatusInfo } from './DataLayerContext-Cm1nAvT7.js';
|
|
19
|
+
export { f as ADAPTER_STRATEGIES, i as AdapterAutoDetector, a as AdapterConfig, d as AdapterDependencies, b as AdapterFactory, g as AdapterRegistry, e as AdapterStrategyType, k as AutoDetectionResult, l as AutoDetectorOptions, m as BackendChangeListener, B as BackendStatus, D as DataLayerContext, n as DataLayerCoreContext, q as DataLayerCoreContextValue, s as DataLayerStatus, o as DataLayerStatusContext, r as DataLayerStatusContextValue, j as createAdapterAutoDetector, h as createAdapterRegistry } from './DataLayerContext-Cm1nAvT7.js';
|
|
20
20
|
import * as react from 'react';
|
|
21
21
|
import react__default, { ReactNode, JSX } from 'react';
|
|
22
22
|
import { SupabaseClient } from '@supabase/supabase-js';
|
package/dist/index.native.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
useHasConflicts,
|
|
16
16
|
usePendingConflicts,
|
|
17
17
|
useSupabaseUpload
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-MOYWSMXW.js";
|
|
19
19
|
import {
|
|
20
20
|
ADAPTER_STRATEGIES,
|
|
21
21
|
AdapterAutoDetector,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
useUpsertChangelog,
|
|
71
71
|
useUpsertChangelogEntry,
|
|
72
72
|
useUpsertChangelogMedia
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-YHUGHEF6.js";
|
|
74
74
|
import {
|
|
75
75
|
LiveChangeContext,
|
|
76
76
|
LiveChangeContextProvider,
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
useUserMetadataState,
|
|
82
82
|
useUserMetadataValue,
|
|
83
83
|
userMetadataContext
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-HSSYOLI6.js";
|
|
85
85
|
import {
|
|
86
86
|
PostgrestFilter,
|
|
87
87
|
binarySearch,
|
|
@@ -304,15 +304,17 @@ import {
|
|
|
304
304
|
UserMetadata
|
|
305
305
|
} from "./chunk-SM73S2DY.js";
|
|
306
306
|
import "./chunk-NSIAAYW3.js";
|
|
307
|
-
import "./chunk-
|
|
307
|
+
import "./chunk-3KLFEVN4.js";
|
|
308
308
|
import {
|
|
309
309
|
DEFAULT_QUERY_TIMEOUT,
|
|
310
310
|
TIMEOUT_ERROR_MESSAGE,
|
|
311
311
|
isTimeoutError,
|
|
312
312
|
useDbQuery
|
|
313
|
-
} from "./chunk-
|
|
313
|
+
} from "./chunk-QAWFLRWC.js";
|
|
314
314
|
import {
|
|
315
315
|
DataLayerContext,
|
|
316
|
+
DataLayerCoreContext,
|
|
317
|
+
DataLayerStatusContext,
|
|
316
318
|
useAdvanceQuery,
|
|
317
319
|
useDataLayer,
|
|
318
320
|
useDbCount,
|
|
@@ -326,7 +328,7 @@ import {
|
|
|
326
328
|
useOnlineStatus,
|
|
327
329
|
useSyncControl,
|
|
328
330
|
useSyncStatus
|
|
329
|
-
} from "./chunk-
|
|
331
|
+
} from "./chunk-SSOQECSM.js";
|
|
330
332
|
import "./chunk-HAWJTZCK.js";
|
|
331
333
|
import {
|
|
332
334
|
QueryExecutor,
|
|
@@ -429,7 +431,9 @@ export {
|
|
|
429
431
|
DEFAULT_QUERY_TIMEOUT,
|
|
430
432
|
DataExchangeImport,
|
|
431
433
|
DataLayerContext,
|
|
434
|
+
DataLayerCoreContext,
|
|
432
435
|
DataLayerProvider,
|
|
436
|
+
DataLayerStatusContext,
|
|
433
437
|
Datasheet,
|
|
434
438
|
Dimension,
|
|
435
439
|
DimmerModule,
|
package/dist/index.web.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
export { C as CompositeTypes, c as Constants, D as Database, E as Enums, J as Json, T as Tables, a as TablesInsert, b as TablesUpdate } from './database.types-ChFCG-4M.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 { r as BackendSelectionResult, B as BooleanOperator, k as ClarificationSuggestion, C as CombinedProviderStatus, j as ComputedSortConfig, n as DataLayerWithPowerSyncProps, D as DbChangeLog, a as EnhancedSyncControl, E as EnhancedSyncStatus, d as FilterConditionType, m as FilterContextType, g as FilterInput, h as FilterState, H as HasPowerSyncConfig, O as OrderColumn, P as PowerSyncEnabledConfig, b as PowerSyncEnabledContextValue, q as PowerSyncTables, U as UseDataLayerWithPowerSync, p as UseSyncControlWithPowerSync, o as UseSyncStatusWithPowerSync, V as ValueOrArrayForPropertyType, c as createCombinedStatus, s as normalizeFilter, u as useDbAdvanceFilterQuery, u as useDbAdvanceQuery } from './index-
|
|
4
|
-
export { A as AIOptions, B as AIResponse, P as AlertProps, K as BUCKETS, L as BucketName, I as CustomPageQueryResult, N as DEFAULT_QUERY_TIMEOUT, a9 as FeedbackListItem, aa as FeedbackListParams, Q as LiveChangeContext, R as LiveChangeContextProvider, D as ServerAvailabilityState, J as StorageObjectMetadata, ac as SubmitFeedbackParams, S as SupabaseAdapter, T as TIMEOUT_ERROR_MESSAGE, G as UpdateOptions, U as UseDbPartialAdvanceQueryResult, p as UseDbPartialQueryResult, r as UseDbRealtimeQueryResult, v as UseMutationSuccessOptions, t as convertFilterToRealtimeQuery, M as createInCondition, y as createSupabaseAdapter, H as executeAdvanceQuery, z as getErrorBody, k as getSupabaseUrl, O as isTimeoutError, n as newTimeActivity, s as setSupabaseUrl, C as useAI, ad as useApplyFeedback, g as useAutosaveState, a4 as useChangelogById, a5 as useChangelogBySlug, a6 as useChangelogEntries, a7 as useChangelogMedia, a2 as useChangelogs, c as useDbDelete, a as useDbInsert, l as useDbMultiDelete, m as useDbMultiUpsert, o as useDbPartialAdvanceQuery, q as useDbPartialQuery, u as useDbRealtime, d as useDbRealtimeQuery, b as useDbUpdate, c as useDelete, W as useDeleteChangelog, Z as useDeleteChangelogEntry, a0 as useDeleteChangelogMedia, a8 as useFeedbackList, a as useInsert, f as useLatestOperationLog, e as useLiveChangeTracking, _ as useMultiDeleteChangelogEntries, Y as useMultiUpsertChangelogEntries, w as useMutationSuccess, x as useMutationSuccessRN, a3 as usePublishedChangelogs, u as useRealtime, d as useRealtimeQuery, ae as useResolveFeedback, F as useSearchQuery, E as useServerAvailability, j as useStoragePath, i as useStorageUrl, ab as useSubmitFeedback, h as useToastError, b as useUpdate, a1 as useUploadChangelogMedia, V as useUpsertChangelog, X as useUpsertChangelogEntry, $ as useUpsertChangelogMedia } from './useResolveFeedback-
|
|
3
|
+
export { r as BackendSelectionResult, B as BooleanOperator, k as ClarificationSuggestion, C as CombinedProviderStatus, j as ComputedSortConfig, n as DataLayerWithPowerSyncProps, D as DbChangeLog, a as EnhancedSyncControl, E as EnhancedSyncStatus, d as FilterConditionType, m as FilterContextType, g as FilterInput, h as FilterState, H as HasPowerSyncConfig, O as OrderColumn, P as PowerSyncEnabledConfig, b as PowerSyncEnabledContextValue, q as PowerSyncTables, U as UseDataLayerWithPowerSync, p as UseSyncControlWithPowerSync, o as UseSyncStatusWithPowerSync, V as ValueOrArrayForPropertyType, c as createCombinedStatus, s as normalizeFilter, u as useDbAdvanceFilterQuery, u as useDbAdvanceQuery } from './index-BHFInYVr.js';
|
|
4
|
+
export { A as AIOptions, B as AIResponse, P as AlertProps, K as BUCKETS, L as BucketName, I as CustomPageQueryResult, N as DEFAULT_QUERY_TIMEOUT, a9 as FeedbackListItem, aa as FeedbackListParams, Q as LiveChangeContext, R as LiveChangeContextProvider, D as ServerAvailabilityState, J as StorageObjectMetadata, ac as SubmitFeedbackParams, S as SupabaseAdapter, T as TIMEOUT_ERROR_MESSAGE, G as UpdateOptions, U as UseDbPartialAdvanceQueryResult, p as UseDbPartialQueryResult, r as UseDbRealtimeQueryResult, v as UseMutationSuccessOptions, t as convertFilterToRealtimeQuery, M as createInCondition, y as createSupabaseAdapter, H as executeAdvanceQuery, z as getErrorBody, k as getSupabaseUrl, O as isTimeoutError, n as newTimeActivity, s as setSupabaseUrl, C as useAI, ad as useApplyFeedback, g as useAutosaveState, a4 as useChangelogById, a5 as useChangelogBySlug, a6 as useChangelogEntries, a7 as useChangelogMedia, a2 as useChangelogs, c as useDbDelete, a as useDbInsert, l as useDbMultiDelete, m as useDbMultiUpsert, o as useDbPartialAdvanceQuery, q as useDbPartialQuery, u as useDbRealtime, d as useDbRealtimeQuery, b as useDbUpdate, c as useDelete, W as useDeleteChangelog, Z as useDeleteChangelogEntry, a0 as useDeleteChangelogMedia, a8 as useFeedbackList, a as useInsert, f as useLatestOperationLog, e as useLiveChangeTracking, _ as useMultiDeleteChangelogEntries, Y as useMultiUpsertChangelogEntries, w as useMutationSuccess, x as useMutationSuccessRN, a3 as usePublishedChangelogs, u as useRealtime, d as useRealtimeQuery, ae as useResolveFeedback, F as useSearchQuery, E as useServerAvailability, j as useStoragePath, i as useStorageUrl, ab as useSubmitFeedback, h as useToastError, b as useUpdate, a1 as useUploadChangelogMedia, V as useUpsertChangelog, X as useUpsertChangelogEntry, $ as useUpsertChangelogMedia } from './useResolveFeedback-Bg3JDRs8.js';
|
|
5
5
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
6
6
|
import { UseInfiniteQueryOptions, InfiniteData, QueryClient } from '@tanstack/react-query';
|
|
7
7
|
import { PostgrestSingleResponse, SupabaseClient } from '@supabase/supabase-js';
|
|
8
8
|
import { G as GenericTable, h as GenericView } from './types-CYr9JiUE.js';
|
|
9
9
|
export { F as Fetch, i as GenericFunction, g as GenericNonUpdatableView, j as GenericSchema, f as GenericUpdatableView, P as PostgrestError, d as PostgrestMaybeSingleResponse, e as PostgrestResponse, b as PostgrestResponseFailure, a as PostgrestResponseSuccess, c as PostgrestSingleResponse, k as Prettify } from './types-CYr9JiUE.js';
|
|
10
10
|
export { U as UseDbQuerySingleReturn, u as useDbQuery } from './useDbQuery-C-TL8jY1.js';
|
|
11
|
-
export { C as ClarificationQuestion, D as DatabaseTypes, F as Filter,
|
|
11
|
+
export { C as ClarificationQuestion, D as DatabaseTypes, F as Filter, x as FilterGroup, y as FilterOperator, z as Pagination, P as PublicTableNames, Q as QueryState, R as ResolveRowType, S as SchemaNames, l as SchemaTableNames, A as Sort, T as TableIdentifier, r as UseAdvanceQueryOptions, s as UseAdvanceQueryResult, n as UseDbCountOptions, o as UseDbCountResult, K as UseDbDeleteOptions, L as UseDbDeleteResult, U as UseDbInfiniteQueryOptions, m as UseDbInfiniteQueryResult, B as UseDbInsertOptions, E as UseDbInsertResult, v as UseDbQueryByIdOptions, w as UseDbQueryByIdResult, q as UseDbQueryOptions, p as UseDbQueryResult, G as UseDbUpdateOptions, H as UseDbUpdateResult, I as UseDbUpsertOptions, J as UseDbUpsertResult, k as useAdvanceQuery, a as useDataLayer, t as useDataLayerOptional, j as useDbCount, j as useDbCountV3, d as useDbDeleteV3, i as useDbInfiniteQueryV3, e as useDbInsertV3, g as useDbQueryById, f as useDbQueryV3, h as useDbUpdateV3, u as useDbUpsert, u as useDbUpsertV3, u as useUpsert } from './useDbCount-Cu2Q5ZdH.js';
|
|
12
12
|
import { DataLayerConfig } from './core/index.js';
|
|
13
13
|
export { AdapterRegistry as AdapterRegistryInterface, AutoStrategy, BuiltQuery, CachedStrategy, ColumnInfo, ColumnType, ConnectionConfig, DataAdapter, DataLayerHooks, DatabaseSchema, DeleteMutationResult, ExtractInsert, ExtractRow, ExtractUpdate, HybridStrategy, MutationHookResult, MutationResult, OrderBy, ParsedSelect, PowerSyncStrategy, QueryOptions, QueryResult, QuerySingleResult, RelationshipInfo, RelationshipType, ResolvedRelationship, ScopeDefinition, SelectColumn, SelectRelation, SupabaseStrategy, SyncControl, SyncMode, SyncScope, SyncStatus, TableNames, TableSchema, TableStrategy, UseDbMutationHook, UseDbQueryByIdHook, UseDbQueryHook, WhereClause, WhereOperators } from './core/index.js';
|
|
14
14
|
export { u as useBatchDelete, a as useBatchUpsert } from './useBatchUpsert-9OYjibLh.js';
|
|
15
15
|
export { UsePartialAdvancedQueryResult, UsePartialQueryResult, UseQuerySingleReturn, extractColumnNames, extractRelationNames, getRelationSelect, hasRelation, parseSelect, stringifySelect, tokenizeTopLevel, useAdvancedFilterQuery, useAdvancedQuery, useInfiniteQuery, usePartialAdvancedQuery, usePartialQuery, useQuery } from './query/index.js';
|
|
16
16
|
export { P as PowerSyncDatabase, Q as QueryExecutor, e as RelationJoinData, R as RelationshipResolver, b as ResultJoiner, S as SQLBuilder, f as createQueryExecutor, c as createRelationshipResolver, d as createResultJoiner, a as createSQLBuilder } from './executor-CB4KHyYG.js';
|
|
17
|
-
import {
|
|
18
|
-
export { f as ADAPTER_STRATEGIES, i as AdapterAutoDetector, c as AdapterCapabilities, a as AdapterConfig, d as AdapterDependencies, b as AdapterFactory, A as AdapterQueryResult, g as AdapterRegistry, e as AdapterStrategyType, k as AutoDetectionResult, l as AutoDetectorOptions, m as BackendChangeListener, B as BackendStatus, C as CapableDataAdapter, D as DataLayerContext,
|
|
17
|
+
import { p as DataLayerContextValue } from './DataLayerContext-Cm1nAvT7.js';
|
|
18
|
+
export { f as ADAPTER_STRATEGIES, i as AdapterAutoDetector, c as AdapterCapabilities, a as AdapterConfig, d as AdapterDependencies, b as AdapterFactory, A as AdapterQueryResult, g as AdapterRegistry, e as AdapterStrategyType, k as AutoDetectionResult, l as AutoDetectorOptions, m as BackendChangeListener, B as BackendStatus, C as CapableDataAdapter, D as DataLayerContext, s as DataLayerStatus, T as TableDataAdapter, j as createAdapterAutoDetector, h as createAdapterRegistry } from './DataLayerContext-Cm1nAvT7.js';
|
|
19
19
|
import { ReactNode, JSX } from 'react';
|
|
20
20
|
export { C as ClientInstanceId, S as SupabaseDatabaseTypes, a as SupabaseProvider, T as TypedSupabaseClient, U as UserSessionId, c as createNewSupabaseClient, u as default, o as onSupabaseInitialized, s as setDefaultOptions, t as typedSupabase, u as useSupabase } from './useSupabase-DvWVuHHE.js';
|
|
21
21
|
export { B as BatchAnalysisProgress, E as ExtractedReceipt, P as PendingExpense, a as useReceiptAI, u as useSupabaseFunction } from './useReceiptAI-6HkRpRml.js';
|
package/dist/index.web.js
CHANGED
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
useUpsertChangelog,
|
|
58
58
|
useUpsertChangelogEntry,
|
|
59
59
|
useUpsertChangelogMedia
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-YHUGHEF6.js";
|
|
61
61
|
import {
|
|
62
62
|
LiveChangeContext,
|
|
63
63
|
LiveChangeContextProvider,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
useUserMetadataState,
|
|
69
69
|
useUserMetadataValue,
|
|
70
70
|
userMetadataContext
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-HSSYOLI6.js";
|
|
72
72
|
import {
|
|
73
73
|
PostgrestFilter,
|
|
74
74
|
binarySearch,
|
|
@@ -291,13 +291,13 @@ import {
|
|
|
291
291
|
UserMetadata
|
|
292
292
|
} from "./chunk-SM73S2DY.js";
|
|
293
293
|
import "./chunk-NSIAAYW3.js";
|
|
294
|
-
import "./chunk-
|
|
294
|
+
import "./chunk-3KLFEVN4.js";
|
|
295
295
|
import {
|
|
296
296
|
DEFAULT_QUERY_TIMEOUT,
|
|
297
297
|
TIMEOUT_ERROR_MESSAGE,
|
|
298
298
|
isTimeoutError,
|
|
299
299
|
useDbQuery
|
|
300
|
-
} from "./chunk-
|
|
300
|
+
} from "./chunk-QAWFLRWC.js";
|
|
301
301
|
import {
|
|
302
302
|
DataLayerContext,
|
|
303
303
|
useAdvanceQuery,
|
|
@@ -311,7 +311,7 @@ import {
|
|
|
311
311
|
useDbQueryById,
|
|
312
312
|
useDbUpdate as useDbUpdate2,
|
|
313
313
|
useDbUpsert
|
|
314
|
-
} from "./chunk-
|
|
314
|
+
} from "./chunk-SSOQECSM.js";
|
|
315
315
|
import "./chunk-HAWJTZCK.js";
|
|
316
316
|
import {
|
|
317
317
|
QueryExecutor,
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export { a as FilterConfig, F as FilterConfigOption, G as Group, P as PropertyType, S as SortConfig, T as TableInfo, V as ValueForPropertyType, b as WhereClause, W as WhereFilter } from '../FilterConfig-Bt2Ek74z.js';
|
|
2
|
-
export { r as BackendSelectionResult, B as BooleanOperator, l as ClarificationQuestion, k as ClarificationSuggestion, C as CombinedProviderStatus, j as ComputedSortConfig, n as DataLayerWithPowerSyncProps, D as DbChangeLog, a as EnhancedSyncControl, E as EnhancedSyncStatus, e as Filter, d as FilterConditionType, m as FilterContextType, f as FilterGroup, g as FilterInput, F as FilterOperator, h as FilterState, H as HasPowerSyncConfig, O as OrderColumn, i as Pagination, P as PowerSyncEnabledConfig, b as PowerSyncEnabledContextValue, q as PowerSyncTables, Q as QueryState, S as Sort, U as UseDataLayerWithPowerSync, p as UseSyncControlWithPowerSync, o as UseSyncStatusWithPowerSync, V as ValueOrArrayForPropertyType, c as createCombinedStatus } from '../index-
|
|
2
|
+
export { r as BackendSelectionResult, B as BooleanOperator, l as ClarificationQuestion, k as ClarificationSuggestion, C as CombinedProviderStatus, j as ComputedSortConfig, n as DataLayerWithPowerSyncProps, D as DbChangeLog, a as EnhancedSyncControl, E as EnhancedSyncStatus, e as Filter, d as FilterConditionType, m as FilterContextType, f as FilterGroup, g as FilterInput, F as FilterOperator, h as FilterState, H as HasPowerSyncConfig, O as OrderColumn, i as Pagination, P as PowerSyncEnabledConfig, b as PowerSyncEnabledContextValue, q as PowerSyncTables, Q as QueryState, S as Sort, U as UseDataLayerWithPowerSync, p as UseSyncControlWithPowerSync, o as UseSyncStatusWithPowerSync, V as ValueOrArrayForPropertyType, c as createCombinedStatus } from '../index-BHFInYVr.js';
|
|
3
3
|
export { D as Database } from '../database.types-ChFCG-4M.js';
|
|
4
4
|
import 'moment';
|
|
5
5
|
import '@supabase/supabase-js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import '@tanstack/react-query';
|
|
8
8
|
import '../core/index.js';
|
|
9
|
-
import '../DataLayerContext-
|
|
9
|
+
import '../DataLayerContext-Cm1nAvT7.js';
|
|
10
10
|
import '../executor-CB4KHyYG.js';
|
|
@@ -1,17 +1,75 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { p as DataLayerContextValue, q as DataLayerCoreContextValue, r as DataLayerStatusContextValue } from './DataLayerContext-Cm1nAvT7.js';
|
|
2
2
|
import { Dispatch, SetStateAction } from 'react';
|
|
3
3
|
import { QueryOptions, WhereClause } from './core/index.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* V3 Data Layer
|
|
6
|
+
* V3 Data Layer Hooks
|
|
7
7
|
*
|
|
8
8
|
* Provides access to the V3 data layer context for components.
|
|
9
|
-
* This
|
|
10
|
-
*
|
|
9
|
+
* This module provides three hooks for different use cases:
|
|
10
|
+
*
|
|
11
|
+
* - useDataLayerCore(): Stable values only (registry, adapters, clients)
|
|
12
|
+
* Use in query/mutation hooks to avoid re-renders on status changes.
|
|
13
|
+
*
|
|
14
|
+
* - useDataLayerStatus(): Dynamic values only (status, syncStatus, syncControl)
|
|
15
|
+
* Use for UI components that display sync status, online indicator, etc.
|
|
16
|
+
*
|
|
17
|
+
* - useDataLayer(): Combined access (backward compatible)
|
|
18
|
+
* Use when you need both core and status values.
|
|
11
19
|
*/
|
|
12
20
|
|
|
13
21
|
/**
|
|
14
|
-
* Hook to access the
|
|
22
|
+
* Hook to access ONLY the stable core values (registry, adapters, clients)
|
|
23
|
+
*
|
|
24
|
+
* PERFORMANCE BENEFIT: Components using this hook will NOT re-render when
|
|
25
|
+
* network status or sync status changes. Use this in query/mutation hooks.
|
|
26
|
+
*
|
|
27
|
+
* Provides access to:
|
|
28
|
+
* - registry: Adapter registry for getting table adapters
|
|
29
|
+
* - getAdapter: Function to get adapter for a specific table
|
|
30
|
+
* - powerSync: PowerSync database instance (null when not available)
|
|
31
|
+
* - supabase: Supabase client (always available)
|
|
32
|
+
* - queryClient: React Query client
|
|
33
|
+
* - schema: Database schema
|
|
34
|
+
*
|
|
35
|
+
* @throws Error if used outside of DataLayerProvider
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* const { getAdapter, supabase } = useDataLayerCore();
|
|
39
|
+
* const adapter = getAdapter("Task");
|
|
40
|
+
* // This component won't re-render on sync status changes
|
|
41
|
+
*/
|
|
42
|
+
declare function useDataLayerCore(): DataLayerCoreContextValue;
|
|
43
|
+
/**
|
|
44
|
+
* Hook to access ONLY the dynamic status values
|
|
45
|
+
*
|
|
46
|
+
* PERFORMANCE BENEFIT: Only components that actually need status information
|
|
47
|
+
* will re-render when status changes. Use for UI components that display
|
|
48
|
+
* sync status, online indicator, pending uploads count, etc.
|
|
49
|
+
*
|
|
50
|
+
* Provides access to:
|
|
51
|
+
* - status: Current initialization and connection status
|
|
52
|
+
* - syncStatus: Sync status for PowerSync
|
|
53
|
+
* - syncControl: Sync controls for PowerSync
|
|
54
|
+
*
|
|
55
|
+
* @throws Error if used outside of DataLayerProvider
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* const { status, syncStatus } = useDataLayerStatus();
|
|
59
|
+
*
|
|
60
|
+
* return (
|
|
61
|
+
* <StatusBar
|
|
62
|
+
* isOnline={status.isOnline}
|
|
63
|
+
* pendingUploads={syncStatus.pendingUploads}
|
|
64
|
+
* />
|
|
65
|
+
* );
|
|
66
|
+
*/
|
|
67
|
+
declare function useDataLayerStatus(): DataLayerStatusContextValue;
|
|
68
|
+
/**
|
|
69
|
+
* Hook to access the V3 data layer context (combined core + status)
|
|
70
|
+
*
|
|
71
|
+
* NOTE: Consider using useDataLayerCore() or useDataLayerStatus() instead
|
|
72
|
+
* for better render performance. This hook re-renders on ALL status changes.
|
|
15
73
|
*
|
|
16
74
|
* Provides access to:
|
|
17
75
|
* - registry: Adapter registry for getting table adapters
|
|
@@ -1021,4 +1079,4 @@ interface UseDbCountResult {
|
|
|
1021
1079
|
*/
|
|
1022
1080
|
declare function useDbCount(table: string, options?: UseDbCountOptions): UseDbCountResult;
|
|
1023
1081
|
|
|
1024
|
-
export { type
|
|
1082
|
+
export { type Sort as A, type UseDbInsertOptions as B, type ClarificationQuestion as C, type DatabaseTypes$1 as D, type UseDbInsertResult as E, type Filter as F, type UseDbUpdateOptions as G, type UseDbUpdateResult as H, type UseDbUpsertOptions as I, type UseDbUpsertResult as J, type UseDbDeleteOptions as K, type UseDbDeleteResult as L, type PublicTableNames$1 as P, type QueryState as Q, type ResolveRowType$1 as R, type SchemaNames$1 as S, type TableIdentifier$1 as T, type UseDbInfiniteQueryOptions as U, useDataLayer as a, useDataLayerCore as b, useDataLayerStatus as c, useDbDelete as d, useDbInsert as e, useDbQuery as f, useDbQueryById as g, useDbUpdate as h, useDbInfiniteQuery as i, useDbCount as j, useAdvanceQuery as k, type SchemaTableNames$1 as l, type UseDbInfiniteQueryResult as m, type UseDbCountOptions as n, type UseDbCountResult as o, type UseDbQueryResult as p, type UseDbQueryOptions as q, type UseAdvanceQueryOptions as r, type UseAdvanceQueryResult as s, useDataLayerOptional as t, useDbUpsert as u, type UseDbQueryByIdOptions as v, type UseDbQueryByIdResult as w, type FilterGroup as x, type FilterOperator as y, type Pagination as z };
|
|
@@ -5,15 +5,15 @@ import { G as GetResult } from './select-query-parser-BwyHum1L.js';
|
|
|
5
5
|
import { j as GenericSchema, G as GenericTable } from './types-CYr9JiUE.js';
|
|
6
6
|
import { useInsertMutation, useUpdateMutation } from '@supabase-cache-helpers/postgrest-react-query';
|
|
7
7
|
import { PostgrestSingleResponse, PostgrestError, RealtimePostgresChangesPayload, SupabaseClient } from '@supabase/supabase-js';
|
|
8
|
-
import { u as useDbAdvanceFilterQuery, Q as QueryState, D as DbChangeLog } from './index-
|
|
8
|
+
import { u as useDbAdvanceFilterQuery, Q as QueryState, D as DbChangeLog } from './index-BHFInYVr.js';
|
|
9
9
|
import { ItemType as ItemType$5 } from '@pol-studios/utils';
|
|
10
10
|
import { U as UseDbQuerySingleReturn } from './useDbQuery-C-TL8jY1.js';
|
|
11
|
-
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult } from './DataLayerContext-
|
|
11
|
+
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult } from './DataLayerContext-Cm1nAvT7.js';
|
|
12
12
|
import { DatabaseSchema, QueryOptions } from './core/index.js';
|
|
13
13
|
import { FunctionsResponse } from '@supabase/functions-js';
|
|
14
14
|
import * as _supabase_postgrest_js from '@supabase/postgrest-js';
|
|
15
15
|
import { PostgrestSingleResponse as PostgrestSingleResponse$1 } from '@supabase/postgrest-js';
|
|
16
|
-
import {
|
|
16
|
+
import { J as UseDbUpsertResult } from './useDbCount-Cu2Q5ZdH.js';
|
|
17
17
|
import { Moment } from 'moment';
|
|
18
18
|
import * as react from 'react';
|
|
19
19
|
import { ReactNode } from 'react';
|
package/dist/with-auth/index.js
CHANGED
|
@@ -5,19 +5,19 @@ import {
|
|
|
5
5
|
useUserMetadataState,
|
|
6
6
|
useUserMetadataValue,
|
|
7
7
|
userMetadataContext
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-HSSYOLI6.js";
|
|
9
9
|
import "../chunk-SM73S2DY.js";
|
|
10
10
|
import "../chunk-NSIAAYW3.js";
|
|
11
11
|
import {
|
|
12
12
|
useAuth,
|
|
13
13
|
useSetupAuth
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-3KLFEVN4.js";
|
|
15
15
|
import {
|
|
16
16
|
useDbQuery
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-QAWFLRWC.js";
|
|
18
18
|
import {
|
|
19
19
|
useDbUpsert
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-SSOQECSM.js";
|
|
21
21
|
import "../chunk-HAWJTZCK.js";
|
|
22
22
|
import {
|
|
23
23
|
getSupabaseUrl
|