@pol-studios/db 1.0.50 → 1.0.52
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--jqUiEMX.d.ts → DataLayerContext-C7cJtiO8.d.ts} +3 -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-RJIVXO4U.js → chunk-3Q74DK5K.js} +44 -48
- package/dist/chunk-3Q74DK5K.js.map +1 -0
- package/dist/{chunk-DKUF2FKB.js → chunk-DP3YEVSX.js} +2 -2
- package/dist/{chunk-7CLN4ORU.js → chunk-EOJGUOJR.js} +681 -693
- package/dist/chunk-EOJGUOJR.js.map +1 -0
- package/dist/{chunk-GY7HDOBA.js → chunk-FIAXWEBK.js} +4 -4
- package/dist/{chunk-FLGHJCW3.js → chunk-FMYXG4VN.js} +2 -2
- package/dist/{chunk-WBMZDH2U.js → chunk-GSORUAS7.js} +19 -6
- package/dist/chunk-GSORUAS7.js.map +1 -0
- package/dist/{chunk-AIYPSXIO.js → chunk-WQLIGVQR.js} +15 -13
- package/dist/{chunk-AIYPSXIO.js.map → chunk-WQLIGVQR.js.map} +1 -1
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +2 -2
- package/dist/{index-CJ8GAb_-.d.ts → index-jVYdTeWx.d.ts} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +7 -7
- package/dist/index.native.d.ts +5 -5
- package/dist/index.native.js +7 -7
- package/dist/index.web.d.ts +6 -6
- package/dist/index.web.js +6 -6
- package/dist/types/index.d.ts +2 -2
- package/dist/{useDbCount-DeXtNH0E.d.ts → useDbCount-DHLJzmkO.d.ts} +1 -1
- package/dist/{useResolveFeedback-HTdDM4AQ.d.ts → useResolveFeedback-B0UcYWVI.d.ts} +3 -3
- package/dist/with-auth/index.js +5 -5
- package/package.json +1 -1
- package/dist/chunk-7CLN4ORU.js.map +0 -1
- package/dist/chunk-RJIVXO4U.js.map +0 -1
- package/dist/chunk-WBMZDH2U.js.map +0 -1
- /package/dist/{chunk-DKUF2FKB.js.map → chunk-DP3YEVSX.js.map} +0 -0
- /package/dist/{chunk-GY7HDOBA.js.map → chunk-FIAXWEBK.js.map} +0 -0
- /package/dist/{chunk-FLGHJCW3.js.map → chunk-FMYXG4VN.js.map} +0 -0
package/dist/index.web.js
CHANGED
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
useUpsertChangelog,
|
|
57
57
|
useUpsertChangelogEntry,
|
|
58
58
|
useUpsertChangelogMedia
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-EOJGUOJR.js";
|
|
60
60
|
import {
|
|
61
61
|
LiveChangeContext,
|
|
62
62
|
LiveChangeContextProvider,
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
useUserMetadataState,
|
|
68
68
|
useUserMetadataValue,
|
|
69
69
|
userMetadataContext
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-FIAXWEBK.js";
|
|
71
71
|
import {
|
|
72
72
|
PostgrestFilter,
|
|
73
73
|
binarySearch,
|
|
@@ -104,7 +104,7 @@ import {
|
|
|
104
104
|
useDbInsert,
|
|
105
105
|
useDbUpdate,
|
|
106
106
|
useDbUpsert
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-3Q74DK5K.js";
|
|
108
108
|
import {
|
|
109
109
|
Constants,
|
|
110
110
|
createCombinedStatus,
|
|
@@ -299,20 +299,20 @@ import {
|
|
|
299
299
|
UserMetadata
|
|
300
300
|
} from "./chunk-SM73S2DY.js";
|
|
301
301
|
import "./chunk-NSIAAYW3.js";
|
|
302
|
-
import "./chunk-
|
|
302
|
+
import "./chunk-FMYXG4VN.js";
|
|
303
303
|
import {
|
|
304
304
|
DEFAULT_QUERY_TIMEOUT,
|
|
305
305
|
TIMEOUT_ERROR_MESSAGE,
|
|
306
306
|
isTimeoutError,
|
|
307
307
|
useDbQuery as useDbQuery2
|
|
308
|
-
} from "./chunk-
|
|
308
|
+
} from "./chunk-DP3YEVSX.js";
|
|
309
309
|
import {
|
|
310
310
|
DataLayerContext,
|
|
311
311
|
useDataLayer,
|
|
312
312
|
useDataLayerOptional,
|
|
313
313
|
useDbQuery,
|
|
314
314
|
useDbQueryById
|
|
315
|
-
} from "./chunk-
|
|
315
|
+
} from "./chunk-WQLIGVQR.js";
|
|
316
316
|
import "./chunk-RT4O5H2E.js";
|
|
317
317
|
import {
|
|
318
318
|
useAdvancedFilterQuery,
|
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, E as EnhancedSyncControl, a 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, E as EnhancedSyncControl, a 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-jVYdTeWx.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-C7cJtiO8.js';
|
|
10
10
|
import '../executor-YJw4m7Q7.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as DataLayerContextValue, s as DataLayerCoreContextValue, t as DataLayerStatusContextValue } from './DataLayerContext
|
|
1
|
+
import { r as DataLayerContextValue, s as DataLayerCoreContextValue, t as DataLayerStatusContextValue } from './DataLayerContext-C7cJtiO8.js';
|
|
2
2
|
import { Dispatch, SetStateAction } from 'react';
|
|
3
3
|
import { QueryOptions, WhereClause } from './core/index.js';
|
|
4
4
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
2
|
import { UseMutationResult, UseMutationOptions, UseQueryOptions } from '@tanstack/react-query';
|
|
3
3
|
import { SupabaseClient, PostgrestSingleResponse as PostgrestSingleResponse$1, PostgrestError } from '@supabase/supabase-js';
|
|
4
|
-
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult } from './DataLayerContext
|
|
4
|
+
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult } from './DataLayerContext-C7cJtiO8.js';
|
|
5
5
|
import { DatabaseSchema, QueryOptions } from './core/index.js';
|
|
6
6
|
import { FunctionsResponse } from '@supabase/functions-js';
|
|
7
7
|
import * as _supabase_postgrest_js from '@supabase/postgrest-js';
|
|
@@ -9,9 +9,9 @@ import { PostgrestSingleResponse } from '@supabase/postgrest-js';
|
|
|
9
9
|
import { G as GetResult } from './select-query-parser-BwyHum1L.js';
|
|
10
10
|
import { G as GenericTable } from './types-CYr9JiUE.js';
|
|
11
11
|
import { D as Database } from './useSupabase-DSZNeXnF.js';
|
|
12
|
-
import { D as DbChangeLog, Q as QueryState } from './index-
|
|
12
|
+
import { D as DbChangeLog, Q as QueryState } from './index-jVYdTeWx.js';
|
|
13
13
|
import { U as UseDbQuerySingleReturn } from './useDbQuery-C-TL8jY1.js';
|
|
14
|
-
import { J as UseDbUpsertResult } from './useDbCount-
|
|
14
|
+
import { J as UseDbUpsertResult } from './useDbCount-DHLJzmkO.js';
|
|
15
15
|
import { Moment } from 'moment';
|
|
16
16
|
import * as react from 'react';
|
|
17
17
|
import { ReactNode } from 'react';
|
package/dist/with-auth/index.js
CHANGED
|
@@ -5,20 +5,20 @@ import {
|
|
|
5
5
|
useUserMetadataState,
|
|
6
6
|
useUserMetadataValue,
|
|
7
7
|
userMetadataContext
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-FIAXWEBK.js";
|
|
9
9
|
import {
|
|
10
10
|
useDbUpsert
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-3Q74DK5K.js";
|
|
12
12
|
import "../chunk-SM73S2DY.js";
|
|
13
13
|
import "../chunk-NSIAAYW3.js";
|
|
14
14
|
import {
|
|
15
15
|
useAuth,
|
|
16
16
|
useSetupAuth
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-FMYXG4VN.js";
|
|
18
18
|
import {
|
|
19
19
|
useDbQuery
|
|
20
|
-
} from "../chunk-
|
|
21
|
-
import "../chunk-
|
|
20
|
+
} from "../chunk-DP3YEVSX.js";
|
|
21
|
+
import "../chunk-WQLIGVQR.js";
|
|
22
22
|
import "../chunk-RT4O5H2E.js";
|
|
23
23
|
import {
|
|
24
24
|
getSupabaseUrl
|