@pol-studios/db 1.0.19 → 1.0.22

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.
Files changed (68) hide show
  1. package/dist/DataLayerContext-ZmLPYR_s.d.ts +825 -0
  2. package/dist/EntityPermissions-DwFt4tUd.d.ts +35 -0
  3. package/dist/FilterConfig-Bt2Ek74z.d.ts +99 -0
  4. package/dist/UserMetadataContext-B8gVWGMl.d.ts +35 -0
  5. package/dist/UserMetadataContext-DntmpK41.d.ts +33 -0
  6. package/dist/auth/context.d.ts +48 -0
  7. package/dist/auth/context.js +2 -2
  8. package/dist/auth/guards.d.ts +180 -0
  9. package/dist/auth/hooks.d.ts +312 -0
  10. package/dist/auth/hooks.js +3 -3
  11. package/dist/auth/index.d.ts +11 -0
  12. package/dist/auth/index.js +3 -3
  13. package/dist/{chunk-2T6WTCP4.js → chunk-3EVWXMUV.js} +54 -155
  14. package/dist/chunk-3EVWXMUV.js.map +1 -0
  15. package/dist/{chunk-YERWPV6B.js → chunk-3FHAKRDV.js} +145 -19
  16. package/dist/{chunk-YERWPV6B.js.map → chunk-3FHAKRDV.js.map} +1 -1
  17. package/dist/{chunk-X3HZLNBV.js → chunk-FKRACEHV.js} +2 -962
  18. package/dist/chunk-FKRACEHV.js.map +1 -0
  19. package/dist/{chunk-N26IEHZT.js → chunk-FZF26ZRB.js} +18 -2
  20. package/dist/{chunk-N26IEHZT.js.map → chunk-FZF26ZRB.js.map} +1 -1
  21. package/dist/chunk-HTJ2FQW5.js +963 -0
  22. package/dist/chunk-HTJ2FQW5.js.map +1 -0
  23. package/dist/{chunk-R5B2XMN5.js → chunk-I4BDZDHX.js} +1614 -2141
  24. package/dist/chunk-I4BDZDHX.js.map +1 -0
  25. package/dist/{chunk-36DVUMQD.js → chunk-LPC64MD4.js} +2 -2
  26. package/dist/{chunk-72WV3ALS.js → chunk-OUUQSI3Y.js} +2 -2
  27. package/dist/{chunk-RMRYGICS.js → chunk-WP6TIVPH.js} +4 -4
  28. package/dist/client/index.d.ts +16 -0
  29. package/dist/core/index.d.ts +568 -0
  30. package/dist/database.types-ChFCG-4M.d.ts +8604 -0
  31. package/dist/executor-CB4KHyYG.d.ts +507 -0
  32. package/dist/gen/index.d.ts +1099 -0
  33. package/dist/hooks/index.d.ts +119 -0
  34. package/dist/hooks/index.js +1 -1
  35. package/dist/index-2YySlz7X.d.ts +433 -0
  36. package/dist/index.d.ts +32 -0
  37. package/dist/index.js +14 -95
  38. package/dist/index.native.d.ts +775 -0
  39. package/dist/index.native.js +17 -96
  40. package/dist/index.web.d.ts +438 -0
  41. package/dist/index.web.js +585 -46
  42. package/dist/index.web.js.map +1 -1
  43. package/dist/mutation/index.d.ts +58 -0
  44. package/dist/parser/index.d.ts +366 -0
  45. package/dist/powersync-bridge/index.d.ts +284 -0
  46. package/dist/powersync-bridge/index.js +1 -1
  47. package/dist/query/index.d.ts +723 -0
  48. package/dist/query/index.js +10 -8
  49. package/dist/realtime/index.d.ts +44 -0
  50. package/dist/select-query-parser-BwyHum1L.d.ts +352 -0
  51. package/dist/setupAuthContext-Kv-THH-h.d.ts +61 -0
  52. package/dist/types/index.d.ts +10 -0
  53. package/dist/types-CYr9JiUE.d.ts +62 -0
  54. package/dist/useBatchUpsert-9OYjibLh.d.ts +24 -0
  55. package/dist/useDbCount-s-aR9YeV.d.ts +1082 -0
  56. package/dist/useDbQuery-C-TL8jY1.d.ts +19 -0
  57. package/dist/useReceiptAI-6HkRpRml.d.ts +58 -0
  58. package/dist/useResolveFeedback-DTGcHpCs.d.ts +882 -0
  59. package/dist/useSupabase-DvWVuHHE.d.ts +28 -0
  60. package/dist/with-auth/index.d.ts +704 -0
  61. package/dist/with-auth/index.js +4 -4
  62. package/package.json +50 -1
  63. package/dist/chunk-2T6WTCP4.js.map +0 -1
  64. package/dist/chunk-R5B2XMN5.js.map +0 -1
  65. package/dist/chunk-X3HZLNBV.js.map +0 -1
  66. /package/dist/{chunk-36DVUMQD.js.map → chunk-LPC64MD4.js.map} +0 -0
  67. /package/dist/{chunk-72WV3ALS.js.map → chunk-OUUQSI3Y.js.map} +0 -0
  68. /package/dist/{chunk-RMRYGICS.js.map → chunk-WP6TIVPH.js.map} +0 -0
@@ -0,0 +1,1099 @@
1
+ declare const CoreSavedQuery: {
2
+ readonly schema: "core";
3
+ readonly table: "SavedQuery";
4
+ readonly defaultQuery: "categoryId, createdAt, createdBy, description, filters, id, path, schema, select, sort, table, title, updatedAt, visibility";
5
+ };
6
+
7
+ declare const CoreSavedQueryAccess: {
8
+ readonly schema: "core";
9
+ readonly table: "SavedQueryAccess";
10
+ readonly defaultQuery: "grantedAt, grantedBy, id, permission, savedQueryId, userId";
11
+ };
12
+
13
+ declare const PaymentCustomer: {
14
+ readonly schema: "payment";
15
+ readonly table: "Customer";
16
+ readonly defaultQuery: "created, email, id, metadata, name";
17
+ };
18
+
19
+ declare const PaymentInvoice: {
20
+ readonly schema: "payment";
21
+ readonly table: "Invoice";
22
+ readonly defaultQuery: "amountDue, created, customerId, dueDate, id, status, subscriptionId";
23
+ };
24
+
25
+ declare const PaymentPaymentIntents: {
26
+ readonly schema: "payment";
27
+ readonly table: "PaymentIntents";
28
+ readonly defaultQuery: "amount, created, currency, customerId, id, status";
29
+ };
30
+
31
+ declare const PaymentPlan: {
32
+ readonly schema: "payment";
33
+ readonly table: "Plan";
34
+ readonly defaultQuery: "amount, currency, id, interval, intervalCount, isActive, nickname, productId, trialPeriodInDays, type";
35
+ };
36
+
37
+ declare const PaymentProduct: {
38
+ readonly schema: "payment";
39
+ readonly table: "Product";
40
+ readonly defaultQuery: "created, description, id, metadata, name";
41
+ };
42
+
43
+ declare const PaymentProductFeature: {
44
+ readonly schema: "payment";
45
+ readonly table: "ProductFeature";
46
+ readonly defaultQuery: "feature, productId";
47
+ };
48
+
49
+ declare const PaymentSubscription: {
50
+ readonly schema: "payment";
51
+ readonly table: "Subscription";
52
+ readonly defaultQuery: "cancelAtPeriodEnd, canceledAt, currentPeriodEnd, currentPeriodStart, customerId, id, status";
53
+ };
54
+
55
+ declare const PaymentSubscriptionPlan: {
56
+ readonly schema: "payment";
57
+ readonly table: "SubscriptionPlan";
58
+ readonly defaultQuery: "planId, quantity, subscriptionId";
59
+ };
60
+
61
+ declare const SystemBroadcastChannel: {
62
+ readonly schema: "core";
63
+ readonly table: "BroadcastChannel";
64
+ readonly defaultQuery: "event, instanceId, topic";
65
+ };
66
+
67
+ declare const SystemBroadcastChannelThrottle: {
68
+ readonly schema: "core";
69
+ readonly table: "BroadcastChannelThrottle";
70
+ readonly defaultQuery: "event, instanceId, key, throttleUntil, topic";
71
+ };
72
+
73
+ declare const SystemConfiguration: {
74
+ readonly schema: "core";
75
+ readonly table: "Configuration";
76
+ readonly defaultQuery: "blockedUntil, groupKey, id, isBlocked, lastNotificationOn, notificationsSent, parameter, priority, subscriberId, value";
77
+ };
78
+
79
+ declare const SystemEmailNotification: {
80
+ readonly schema: "core";
81
+ readonly table: "EmailNotification";
82
+ readonly defaultQuery: "deliveredAt, emailMessageId, id, message, messageParams, messageTemplateName, recordId, scheduledAt, tableName, title, topic, userId";
83
+ };
84
+
85
+ declare const SystemEvent: {
86
+ readonly schema: "core";
87
+ readonly table: "Event";
88
+ readonly defaultQuery: "acknowledgeOn, actionBy, attemptedToSend, eventType, id, newRecord, occurredOn, oldRecord, tableName";
89
+ };
90
+
91
+ declare const SystemEventListener: {
92
+ readonly schema: "core";
93
+ readonly table: "EventListener";
94
+ readonly defaultQuery: "avgPayloadKb, createdOn, defaultMachine, filter, topic, triggerDevTaskId";
95
+ };
96
+
97
+ declare const SystemEventWorker: {
98
+ readonly schema: "core";
99
+ readonly table: "EventWorker";
100
+ readonly defaultQuery: "createdAt, error, eventId, id, isIgnored, isSuccessful, response, status";
101
+ };
102
+
103
+ declare const SystemGlobalVariables: {
104
+ readonly schema: "core";
105
+ readonly table: "GlobalVariables";
106
+ readonly defaultQuery: "key, value";
107
+ };
108
+
109
+ declare const SystemHealthCheck: {
110
+ readonly schema: "core";
111
+ readonly table: "HealthCheck";
112
+ readonly defaultQuery: "createdAt, event, id, processedAt, totalDurationInMilliseconds";
113
+ };
114
+
115
+ declare const SystemInAppNotification: {
116
+ readonly schema: "core";
117
+ readonly table: "InAppNotification";
118
+ readonly defaultQuery: "collapseId, deliveredAt, expiration, icon, id, link, message, priority, recordId, scheduledAt, seenAt, subtitle, tableName, title, topic, userId";
119
+ };
120
+
121
+ declare const SystemLog: {
122
+ readonly schema: "core";
123
+ readonly table: "Log";
124
+ readonly defaultQuery: "code, createdAt, id, message, sessionId, stackTrace";
125
+ };
126
+
127
+ declare const SystemMutedTopic: {
128
+ readonly schema: "core";
129
+ readonly table: "MutedTopic";
130
+ readonly defaultQuery: "id, muteUntil, notificationType, topic, userId";
131
+ };
132
+
133
+ declare const SystemNotification: {
134
+ readonly schema: "core";
135
+ readonly table: "Notification";
136
+ readonly defaultQuery: "collapseId, expiration, icon, id, link, message, messageParams, messageTemplateName, priority, recordId, resentAt, scheduledAt, subtitle, tableName, title, types, userId";
137
+ };
138
+
139
+ declare const SystemPushNotification: {
140
+ readonly schema: "core";
141
+ readonly table: "PushNotification";
142
+ readonly defaultQuery: "collapseId, deliveredAt, expiration, icon, id, link, message, priority, recordId, scheduledAt, seenAt, subtitle, tableName, title, topic, userId";
143
+ };
144
+
145
+ declare const SystemSubscriber: {
146
+ readonly schema: "core";
147
+ readonly table: "Subscriber";
148
+ readonly defaultQuery: "blockedUntil, event, id, instanceId, isBlocked, mutedNotificationTypes, topic, userId, userMuteUntil";
149
+ };
150
+
151
+ declare const SystemSupportAccess: {
152
+ readonly schema: "core";
153
+ readonly table: "SupportAccess";
154
+ readonly defaultQuery: "userId";
155
+ };
156
+
157
+ declare const SystemSupportTeam: {
158
+ readonly schema: "core";
159
+ readonly table: "SupportTeam";
160
+ readonly defaultQuery: "id, isDefault, name, punchListPageId";
161
+ };
162
+
163
+ declare const SystemTask: {
164
+ readonly schema: "core";
165
+ readonly table: "Task";
166
+ readonly defaultQuery: "createdBy, description, endTime, handlerId, id, payload, startTime, title";
167
+ };
168
+
169
+ declare const SystemTaskAttempt: {
170
+ readonly schema: "core";
171
+ readonly table: "TaskAttempt";
172
+ readonly defaultQuery: "cancelledBy, estimatedDuration, finishedAt, handlerId, hasRequestCancellation, id, percentageComplete, processStatus, resultAttachmentId, startedAt, startedBy, statusReason, taskId";
173
+ };
174
+
175
+ declare const SystemTaskAttemptAccess: {
176
+ readonly schema: "core";
177
+ readonly table: "TaskAttemptAccess";
178
+ readonly defaultQuery: "taskAttemptId, userId";
179
+ };
180
+
181
+ declare const SystemTemp: {
182
+ readonly schema: "core";
183
+ readonly table: "Temp";
184
+ readonly defaultQuery: "created_at, id, messageId";
185
+ };
186
+
187
+ declare const SystemTicket: {
188
+ readonly schema: "core";
189
+ readonly table: "Ticket";
190
+ readonly defaultQuery: "assignedTo, closedAt, createdAt, createdBy, date, id, isPrivate, message, platform, priority, status, title, type, url";
191
+ };
192
+
193
+ declare const SystemTicketAttachment: {
194
+ readonly schema: "core";
195
+ readonly table: "TicketAttachment";
196
+ readonly defaultQuery: "id, positionIndex, storagePath, ticketId";
197
+ };
198
+
199
+ declare const SystemTicketComment: {
200
+ readonly schema: "public";
201
+ readonly table: "TicketComment";
202
+ readonly defaultQuery: "createdAt, createdBy, id, message, parentId, parentType, ticketId";
203
+ };
204
+
205
+ declare const SystemTicketCommentAttachment: {
206
+ readonly schema: "core";
207
+ readonly table: "TicketCommentAttachment";
208
+ readonly defaultQuery: "id, positionIndex, storagePath, ticketCommentId";
209
+ };
210
+
211
+ declare const SystemUserPushTokens: {
212
+ readonly schema: "core";
213
+ readonly table: "UserPushTokens";
214
+ readonly defaultQuery: "appVersion, createdAt, deviceModel, deviceOS, deviceOSVersion, deviceType, expoPushToken, id, isActive, lastUsedAt, metadata, platform, updatedAt, userId";
215
+ };
216
+
217
+ declare const Accessory: {
218
+ readonly schema: "public";
219
+ readonly table: "Accessory";
220
+ readonly defaultQuery: "accessDbId, cosmosId, cost, description, id, isCostEstimated, manufacturerId, model, nickname, weightLb";
221
+ };
222
+
223
+ declare const Address: {
224
+ readonly schema: "public";
225
+ readonly table: "Address";
226
+ readonly defaultQuery: "city, cosmosId, country, id, state, street, zipCode";
227
+ };
228
+
229
+ declare const AdvancedQueryView: {
230
+ readonly schema: "public";
231
+ readonly table: "AdvancedQuery_View";
232
+ readonly defaultQuery: "advancedQueryId, id, organizationId, viewedBy";
233
+ };
234
+
235
+ declare const AdvanceQuery: {
236
+ readonly schema: "public";
237
+ readonly table: "AdvanceQuery";
238
+ readonly defaultQuery: "categoryId, createdAt, createdBy, filter, id, path, query, schema, table, title";
239
+ };
240
+
241
+ declare const AdvanceQueryNotificationSetting: {
242
+ readonly schema: "public";
243
+ readonly table: "AdvanceQueryNotificationSetting";
244
+ readonly defaultQuery: "advanceQueryId, changeTypes, id, notificationTypes, path, userId";
245
+ };
246
+
247
+ declare const BillableService: {
248
+ readonly schema: "public";
249
+ readonly table: "BillableService";
250
+ readonly defaultQuery: "amountUsd, billingDetailsId, chargeTableId, cosmosId, description, id, quantity, rate, serviceDate, title, workingPhaseId";
251
+ };
252
+
253
+ declare const BillingDetails: {
254
+ readonly schema: "public";
255
+ readonly table: "BillingDetails";
256
+ readonly defaultQuery: "amount, chargeTableId, cosmosId, id, orderHint, rate, status, type";
257
+ };
258
+
259
+ declare const CachedEmbedding: {
260
+ readonly schema: "public";
261
+ readonly table: "CachedEmbedding";
262
+ readonly defaultQuery: "key, value";
263
+ };
264
+
265
+ declare const Changelog: {
266
+ readonly schema: "public";
267
+ readonly table: "Changelog";
268
+ readonly defaultQuery: "createdAt, createdBy, description, id, isFeatured, isPublished, metaDescription, metaTitle, releaseDate, slug, title, updatedAt, version";
269
+ };
270
+
271
+ declare const ChangelogEntry: {
272
+ readonly schema: "public";
273
+ readonly table: "ChangelogEntry";
274
+ readonly defaultQuery: "category, changelogId, content, createdAt, id, order, slug, title, updatedAt";
275
+ };
276
+
277
+ declare const ChangelogMedia: {
278
+ readonly schema: "public";
279
+ readonly table: "ChangelogMedia";
280
+ readonly defaultQuery: "altText, caption, changelogEntryId, createdAt, id, order, type, url";
281
+ };
282
+
283
+ declare const ChargeTable: {
284
+ readonly schema: "public";
285
+ readonly table: "ChargeTable";
286
+ readonly defaultQuery: "amountUsd, cosmosId, header, id, invoiceId, orderHint";
287
+ };
288
+
289
+ declare const Circuit: {
290
+ readonly schema: "public";
291
+ readonly table: "Circuit";
292
+ readonly defaultQuery: "description, dimmerModuleId, dimmerRackId, dmxAddress, dmxUniverse, ets, id, phase, position, type";
293
+ };
294
+
295
+ declare const Client: {
296
+ readonly schema: "public";
297
+ readonly table: "Client";
298
+ readonly defaultQuery: "abbreviation, billingAddressId, color, companyAddressId, cosmosId, createdAt, displayName, id, isActive, name, qboDisplayName, updatedAt";
299
+ };
300
+
301
+ declare const Comment: {
302
+ readonly schema: "public";
303
+ readonly table: "Comment";
304
+ readonly defaultQuery: "commentSectionId, createdAt, createdBy, id, message, parentId";
305
+ };
306
+
307
+ declare const CommentReaction: {
308
+ readonly schema: "public";
309
+ readonly table: "CommentReaction";
310
+ readonly defaultQuery: "commentId, id, userId, value";
311
+ };
312
+
313
+ declare const CommentRead: {
314
+ readonly schema: "public";
315
+ readonly table: "CommentRead";
316
+ readonly defaultQuery: "commentId, id, userId";
317
+ };
318
+
319
+ declare const CommentSection: {
320
+ readonly schema: "public";
321
+ readonly table: "CommentSection";
322
+ readonly defaultQuery: "entityId, entityTableName, id";
323
+ };
324
+
325
+ declare const CommentTag: {
326
+ readonly schema: "public";
327
+ readonly table: "CommentTag";
328
+ readonly defaultQuery: "commentId, id, userId";
329
+ };
330
+
331
+ declare const CommonNote: {
332
+ readonly schema: "public";
333
+ readonly table: "CommonNote";
334
+ readonly defaultQuery: "categoryId, cosmosId, id, note, projectId, standardMeasurementId, subCategoryId, title";
335
+ };
336
+
337
+ declare const CommonNoteCategory: {
338
+ readonly schema: "public";
339
+ readonly table: "CommonNoteCategory";
340
+ readonly defaultQuery: "cosmosId, id, title";
341
+ };
342
+
343
+ declare const CommonNoteSubCategory: {
344
+ readonly schema: "public";
345
+ readonly table: "CommonNoteSubCategory";
346
+ readonly defaultQuery: "categoryId, cosmosId, id, title";
347
+ };
348
+
349
+ declare const ControlComponent: {
350
+ readonly schema: "public";
351
+ readonly table: "ControlComponent";
352
+ readonly defaultQuery: "cosmosId, costUsd, description, heightInRackUnit, id, internalNotes, isCostEstimated, manufacturerId, model, notes, title, weightLb";
353
+ };
354
+
355
+ declare const ControlComponentDatasheet: {
356
+ readonly schema: "public";
357
+ readonly table: "ControlComponent_Datasheet";
358
+ readonly defaultQuery: "controlComponentId, cosmosId, datasheetId, id, orderHint";
359
+ };
360
+
361
+ declare const Controller: {
362
+ readonly schema: "public";
363
+ readonly table: "Controller";
364
+ readonly defaultQuery: "description, displayName, id, ipAddress, projectDatabaseGroupId, udpPort";
365
+ };
366
+
367
+ declare const Currency: {
368
+ readonly schema: "public";
369
+ readonly table: "Currency";
370
+ readonly defaultQuery: "cosmosId, id, shortName, symbol, title";
371
+ };
372
+
373
+ declare const CurrencyUsdConversion: {
374
+ readonly schema: "public";
375
+ readonly table: "CurrencyUsdConversion";
376
+ readonly defaultQuery: "currencyId, date, id, rateToUsd";
377
+ };
378
+
379
+ declare const DataExchangeImport: {
380
+ readonly schema: "public";
381
+ readonly table: "DataExchangeImport";
382
+ readonly defaultQuery: "changesCount, cosmosId, filePath, id, importCompletedAt, importedAt, importedBy, projectDatabaseId, sourceProjectId, stateSnapshotPath, stateSnapshotSummary";
383
+ };
384
+
385
+ declare const Datasheet: {
386
+ readonly schema: "public";
387
+ readonly table: "Datasheet";
388
+ readonly defaultQuery: "accessDbId, cosmosId, description, id, storagePath, title";
389
+ };
390
+
391
+ declare const Dimension: {
392
+ readonly schema: "public";
393
+ readonly table: "Dimension";
394
+ readonly defaultQuery: "cosmosId, depth, height, id, unitOfMeasurement, width";
395
+ };
396
+
397
+ declare const DimmerModule: {
398
+ readonly schema: "public";
399
+ readonly table: "DimmerModule";
400
+ readonly defaultQuery: "createdAt, description, id, partNumber, type, updatedAt";
401
+ };
402
+
403
+ declare const DimmerRack: {
404
+ readonly schema: "public";
405
+ readonly table: "DimmerRack";
406
+ readonly defaultQuery: "buildingNumber, circuitSize, id, location, name, projectDatabaseId";
407
+ };
408
+
409
+ declare const Embedding: {
410
+ readonly schema: "public";
411
+ readonly table: "Embedding";
412
+ readonly defaultQuery: "cachedEmbeddingKey, id, recordId, tableName";
413
+ };
414
+
415
+ declare const EquipmentConfigurationGroup: {
416
+ readonly schema: "public";
417
+ readonly table: "EquipmentConfigurationGroup";
418
+ readonly defaultQuery: "cosmosId, description, id, notes, title";
419
+ };
420
+
421
+ declare const EquipmentFixture: {
422
+ readonly schema: "public";
423
+ readonly table: "EquipmentFixture";
424
+ readonly defaultQuery: "accessDbId, canTakeFilter, canTakePattern, canUseData, canUsePower, class, colorTempEnd, colorTempStart, connector, cosmosId, creationDate, datasheetDate, defaultMediaContentStatus, description, finish, glass, hasData, hasPower, id, internalNotes, isAc, isAda, isCustom, isDimmable, isModified, isRetired, lightSource, manufacturerId, maxDmxChannels, model, nickname, notes, rating, shade, shadeMaterial, voltage, voltageThru, watts";
425
+ };
426
+
427
+ declare const EquipmentFixtureConfiguration: {
428
+ readonly schema: "public";
429
+ readonly table: "EquipmentFixtureConfiguration";
430
+ readonly defaultQuery: "accessDbId, cosmosId, equipmentConfigurationGroupId, equipmentFixtureId, equipmentTypeId, holdOnBuying, id, index, index2, installationNotes, internalNotes, isExisting, isPurchasedByOthers, mountingType, notes, powerConnectionType, title";
431
+ };
432
+
433
+ declare const EquipmentFixtureConfigurationAccessoryEntry: {
434
+ readonly schema: "public";
435
+ readonly table: "EquipmentFixtureConfigurationAccessoryEntry";
436
+ readonly defaultQuery: "accessoryId, cosmosId, equipmentFixtureConfigurationId, id, orderHint, quantity";
437
+ };
438
+
439
+ declare const EquipmentFixtureConfigurationControlComponentEntry: {
440
+ readonly schema: "public";
441
+ readonly table: "EquipmentFixtureConfigurationControlComponentEntry";
442
+ readonly defaultQuery: "controlComponentId, cosmos_id, equipmentFixtureConfigurationId, id, orderHint, organizationId, quantity";
443
+ };
444
+
445
+ declare const EquipmentFixtureCost: {
446
+ readonly schema: "public";
447
+ readonly table: "EquipmentFixtureCost";
448
+ readonly defaultQuery: "cosmosId, costAsOf, fixtureId, id, isEstimated, usd";
449
+ };
450
+
451
+ declare const EquipmentFixtureDatasheet: {
452
+ readonly schema: "public";
453
+ readonly table: "EquipmentFixtureDatasheet";
454
+ readonly defaultQuery: "accessDbId, datasheetId, fixtureId, id, orderHint";
455
+ };
456
+
457
+ declare const EquipmentFixtureDimension: {
458
+ readonly schema: "public";
459
+ readonly table: "EquipmentFixtureDimension";
460
+ readonly defaultQuery: "cosmosId, depth, fixtureId, height, id, unitOfMeasurement, width";
461
+ };
462
+
463
+ declare const EquipmentFixtureDocument: {
464
+ readonly schema: "public";
465
+ readonly table: "EquipmentFixtureDocument";
466
+ readonly defaultQuery: "description, equipmentFixtureId, id, notes, orderHint, storagePath, title";
467
+ };
468
+
469
+ declare const EquipmentFixtureLampConfiguration: {
470
+ readonly schema: "public";
471
+ readonly table: "EquipmentFixtureLampConfiguration";
472
+ readonly defaultQuery: "cosmosId, equipmentFixtureId, id, isInc, isIntegral, isIntegralDmx, isNA, quantity";
473
+ };
474
+
475
+ declare const EquipmentFixtureListing: {
476
+ readonly schema: "public";
477
+ readonly table: "EquipmentFixtureListing";
478
+ readonly defaultQuery: "equipmentFixtureId, id, value";
479
+ };
480
+
481
+ declare const EquipmentFixtureMode: {
482
+ readonly schema: "public";
483
+ readonly table: "EquipmentFixtureMode";
484
+ readonly defaultQuery: "equipmentFixtureId, id, maxChannels, name, shortName";
485
+ };
486
+
487
+ declare const EquipmentFixtureModeChannel: {
488
+ readonly schema: "public";
489
+ readonly table: "EquipmentFixtureModeChannel";
490
+ readonly defaultQuery: "channelIndex, equipmentFixtureModeId, id, name, type";
491
+ };
492
+
493
+ declare const EquipmentFixturePreset: {
494
+ readonly schema: "public";
495
+ readonly table: "EquipmentFixturePreset";
496
+ readonly defaultQuery: "channels, equipmentFixtureModeId, id, level, name";
497
+ };
498
+
499
+ declare const EquipmentFixtureUnit: {
500
+ readonly schema: "public";
501
+ readonly table: "EquipmentFixtureUnit";
502
+ readonly defaultQuery: "accessories, changedBySessionId, channel, circuit, cosmosId, description, equipmentConfigurationId, externalId, externalVersionGuid, filter, id, installNotes, internalNotes, lcio, location, mediaContentsCount, mediaContentStatus, mediaContentStatusPriority, modeId, notes, panel, projectDatabaseId, purpose, settings, setupNotes, subPurpose, unitId, unitLetterIndex, unitNumber, unitNumberIndex";
503
+ };
504
+
505
+ declare const EquipmentFixtureUnitControl: {
506
+ readonly schema: "public";
507
+ readonly table: "EquipmentFixtureUnitControl";
508
+ readonly defaultQuery: "controllerId, cosmosId, dmxAddress, dmxUniverse, equipmentFixtureUnitId, id, isUsingDmx, type";
509
+ };
510
+
511
+ declare const EquipmentFixtureUnitLocation: {
512
+ readonly schema: "public";
513
+ readonly table: "EquipmentFixtureUnitLocation";
514
+ readonly defaultQuery: "createdAt, equipmentFixtureUnitId, id, name";
515
+ };
516
+
517
+ declare const EquipmentFixtureUnitLocationTag: {
518
+ readonly schema: "public";
519
+ readonly table: "EquipmentFixtureUnitLocationTag";
520
+ readonly defaultQuery: "createdAt, header, id, orderHint, projectDatabaseId, showOnReports";
521
+ };
522
+
523
+ declare const EquipmentFixtureUnitLocationTagValue: {
524
+ readonly schema: "public";
525
+ readonly table: "EquipmentFixtureUnitLocationTagValue";
526
+ readonly defaultQuery: "createdAt, equipmentFixtureUnitLocationId, equipmentFixtureUnitLocationTagId, id, value";
527
+ };
528
+
529
+ declare const EquipmentFixtureUnitPatternEntry: {
530
+ readonly schema: "public";
531
+ readonly table: "EquipmentFixtureUnitPatternEntry";
532
+ readonly defaultQuery: "equipmentFixtureUnitId, id, patternId, patternSize, position";
533
+ };
534
+
535
+ declare const EquipmentFixtureWeight: {
536
+ readonly schema: "public";
537
+ readonly table: "EquipmentFixtureWeight";
538
+ readonly defaultQuery: "cosmosId, fixtureId, id, isEstimated, unitOfMass, value";
539
+ };
540
+
541
+ declare const EquipmentType: {
542
+ readonly schema: "public";
543
+ readonly table: "EquipmentType";
544
+ readonly defaultQuery: "accessDbId, code, cosmosId, description, id, showInDatasheet";
545
+ };
546
+
547
+ declare const EquipmentUnitMediaContent: {
548
+ readonly schema: "public";
549
+ readonly table: "EquipmentUnitMediaContent";
550
+ readonly defaultQuery: "cosmosId, description, equipmentUnitId, id, internalNotes, isOfficial, needsReview, notes, orderHint, reviewPriority, storagePath, takenOn, title, type";
551
+ };
552
+
553
+ declare const Expense: {
554
+ readonly schema: "public";
555
+ readonly table: "Expense";
556
+ readonly defaultQuery: "billingDetailsId, cosmosId, currencyId, currencyRateToUsd, embeddingId, expenseReportId, hasCustomCurrencyRate, id, merchantName, printSetting, storagePath, txnDate, workingPhaseId";
557
+ };
558
+
559
+ declare const ExpenseLineItem: {
560
+ readonly schema: "public";
561
+ readonly table: "ExpenseLineItem";
562
+ readonly defaultQuery: "adminAmount, adminNotes, amount, cosmosId, currencyRateToUsd, description, expenseId, hasCustomCurrencyRate, id, statusReason, taxCategoryId, userNotes";
563
+ };
564
+
565
+ declare const ExpenseReport: {
566
+ readonly schema: "public";
567
+ readonly table: "ExpenseReport";
568
+ readonly defaultQuery: "approvedAmountUsd, approvedExpensesCount, certifiedDateTime, cosmosId, globalExpenseReportId, id, notes, pendingAmountUsd, reimbursedAmountUsd, status, totalAmountUsd, totalExpensesCount, userId";
569
+ };
570
+
571
+ declare const Fixture: {
572
+ readonly schema: "public";
573
+ readonly table: "Fixture";
574
+ readonly defaultQuery: "attachmentEmbedding, attachmentPhrase, cosmosId, description, detailEmbedding, id, isActiveLink, isInFavorites, linkLastChecked, manufacturerName, name, storagePath, url, viewCount";
575
+ };
576
+
577
+ declare const FixtureCatalog: {
578
+ readonly schema: "public";
579
+ readonly table: "FixtureCatalog";
580
+ readonly defaultQuery: "cosmosId, description, id, publicAccessType, title, userId";
581
+ };
582
+
583
+ declare const FixtureCatalogItem: {
584
+ readonly schema: "public";
585
+ readonly table: "FixtureCatalogItem";
586
+ readonly defaultQuery: "catalogId, cosmosId, fixtureId, id";
587
+ };
588
+
589
+ declare const FixtureCategory: {
590
+ readonly schema: "public";
591
+ readonly table: "FixtureCategory";
592
+ readonly defaultQuery: "fixtureId, value";
593
+ };
594
+
595
+ declare const FixtureTag: {
596
+ readonly schema: "public";
597
+ readonly table: "FixtureTag";
598
+ readonly defaultQuery: "fixtureId, value";
599
+ };
600
+
601
+ declare const GlobalExpenseReport: {
602
+ readonly schema: "public";
603
+ readonly table: "GlobalExpenseReport";
604
+ readonly defaultQuery: "cosmosId, defaultWorkingPhaseId, description, endDate, id, projectId, startDate, title";
605
+ };
606
+
607
+ declare const HighlightServer: {
608
+ readonly schema: "public";
609
+ readonly table: "HighlightServer";
610
+ readonly defaultQuery: "id, projectDatabaseGroupId, projectDatabaseId";
611
+ };
612
+
613
+ declare const HighlightServerInstance: {
614
+ readonly schema: "public";
615
+ readonly table: "HighlightServerInstance";
616
+ readonly defaultQuery: "currentStatusId, highlightServerId, id, lastHeardOn, macAddress, timeSpentOn, updateSentOn";
617
+ };
618
+
619
+ declare const HighlightServerInstanceLog: {
620
+ readonly schema: "public";
621
+ readonly table: "HighlightServerInstanceLog";
622
+ readonly defaultQuery: "createdAt, highlightServerInstanceId, id, level, message";
623
+ };
624
+
625
+ declare const HighlightServerInstanceOptions: {
626
+ readonly schema: "public";
627
+ readonly table: "HighlightServerInstanceOptions";
628
+ readonly defaultQuery: "gatewayForEth, gatewayForWifi, highlightServerInstanceId, id, interval, ipAddressForEth, ipAddressForWifi, logLevel, passwordForWifi, restartRequestedOn, ssidForWifi, subnetForEth, subnetForWifi, targetIpAddress, udpPort";
629
+ };
630
+
631
+ declare const HighlightServerInstanceStatus: {
632
+ readonly schema: "public";
633
+ readonly table: "HighlightServerInstanceStatus";
634
+ readonly defaultQuery: "hint, id, reason, status";
635
+ };
636
+
637
+ declare const HighlightServerRequest: {
638
+ readonly schema: "public";
639
+ readonly table: "HighlightServerRequest";
640
+ readonly defaultQuery: "action, address, attemptedOn, controllerId, highlightServerInstanceId, id, isActive, level, requestedOn, serverResponse, status, timeToComplete, universe";
641
+ };
642
+
643
+ declare const Invoice: {
644
+ readonly schema: "public";
645
+ readonly table: "Invoice";
646
+ readonly defaultQuery: "amountPaid, changeOrderNumber, contractNumber, cosmosId, datePaid, deductions, dueDate, id, internalName, invoiceDate, invoiceNumber, invoiceTotal, memo, pdfSettings, projectId, status, subtotal, summaryTableId, termId, totalAmountDue";
647
+ };
648
+
649
+ declare const InvoiceSummaryTable: {
650
+ readonly schema: "public";
651
+ readonly table: "InvoiceSummaryTable";
652
+ readonly defaultQuery: "amountUsd, cosmosId, header, id";
653
+ };
654
+
655
+ declare const InvoiceTerm: {
656
+ readonly schema: "public";
657
+ readonly table: "InvoiceTerm";
658
+ readonly defaultQuery: "cosmosId, description, id, title";
659
+ };
660
+
661
+ declare const InvoiceTermCondition: {
662
+ readonly schema: "public";
663
+ readonly table: "InvoiceTermCondition";
664
+ readonly defaultQuery: "amount, cosmosId, daysAfterInvoiceDate, id, invoiceTermId, isAmountDiscount, isAmountPercentage, isPastDue";
665
+ };
666
+
667
+ declare const Lamp: {
668
+ readonly schema: "public";
669
+ readonly table: "Lamp";
670
+ readonly defaultQuery: "accessDbId, base, beamAngle, colorTemp, cosmosId, costUsd, description, finish, id, isCostEstimated, lifeSpanInHours, lumens, manufacturerId, model, notes, typeId, volts, watts";
671
+ };
672
+
673
+ declare const LampCategory: {
674
+ readonly schema: "public";
675
+ readonly table: "LampCategory";
676
+ readonly defaultQuery: "accessDbId, description, id, title";
677
+ };
678
+
679
+ declare const LampCurrentListing: {
680
+ readonly schema: "public";
681
+ readonly table: "LampCurrentListing";
682
+ readonly defaultQuery: "id, lampId, value";
683
+ };
684
+
685
+ declare const LampType: {
686
+ readonly schema: "public";
687
+ readonly table: "LampType";
688
+ readonly defaultQuery: "accessDbId, cosmosId, description, id, lampCategoryId, title";
689
+ };
690
+
691
+ declare const LicenseAssignment: {
692
+ readonly schema: "public";
693
+ readonly table: "LicenseAssignment";
694
+ readonly defaultQuery: "subscriptionId, userId";
695
+ };
696
+
697
+ declare const Logo: {
698
+ readonly schema: "public";
699
+ readonly table: "Logo";
700
+ readonly defaultQuery: "cosmosId, description, id, storagePath, title";
701
+ };
702
+
703
+ declare const Manufacturer: {
704
+ readonly schema: "public";
705
+ readonly table: "Manufacturer";
706
+ readonly defaultQuery: "accessDbId, addressId, catalogRecieved, codeName, cosmosId, id, metadata, name, notes, state, website";
707
+ };
708
+
709
+ declare const ManufacturerTag: {
710
+ readonly schema: "public";
711
+ readonly table: "ManufacturerTag";
712
+ readonly defaultQuery: "id, manufacturerId, value";
713
+ };
714
+
715
+ declare const ManufacturerToTag: {
716
+ readonly schema: "public";
717
+ readonly table: "ManufacturerToTag";
718
+ readonly defaultQuery: "id, manufacturerId, tagId";
719
+ };
720
+
721
+ declare const OperationLog: {
722
+ readonly schema: "public";
723
+ readonly table: "OperationLog";
724
+ readonly defaultQuery: "changeAt, changeBy, columnName, id, newValue, oldValue, operationType, recordId, sessionId, tableName";
725
+ };
726
+
727
+ declare const OrderHinted: {
728
+ readonly schema: "public";
729
+ readonly table: "OrderHinted";
730
+ readonly defaultQuery: "id, orderHint, value";
731
+ };
732
+
733
+ declare const Organization: {
734
+ readonly schema: "public";
735
+ readonly table: "Organization";
736
+ readonly defaultQuery: "billingEmail, cosmosId, customerId, id, logoDarkPath, logoLightPath, name";
737
+ };
738
+
739
+ declare const OrganizationUser: {
740
+ readonly schema: "public";
741
+ readonly table: "OrganizationUser";
742
+ readonly defaultQuery: "id, invitedAt, isDisabled, organizationId, profileId, userId";
743
+ };
744
+
745
+ declare const OrganizationUserAccess: {
746
+ readonly schema: "public";
747
+ readonly table: "OrganizationUserAccess";
748
+ readonly defaultQuery: "accessKey, id, organizationUserId";
749
+ };
750
+
751
+ declare const ParameterMappingProfile: {
752
+ readonly schema: "public";
753
+ readonly table: "ParameterMappingProfile";
754
+ readonly defaultQuery: "createdAt, description, id, name, updatedAt";
755
+ };
756
+
757
+ declare const ParameterMappingProfileAssignment: {
758
+ readonly schema: "public";
759
+ readonly table: "ParameterMappingProfileAssignment";
760
+ readonly defaultQuery: "id, inputParameter, isReadOnly, orderHint, parameterMappingProfileId, propertyName, transformConfig, transformType";
761
+ };
762
+
763
+ declare const Pattern: {
764
+ readonly schema: "public";
765
+ readonly table: "Pattern";
766
+ readonly defaultQuery: "attachmentId, cosmosId, description, id, isCustom, manufacturerId, model, name, notes, storagePath";
767
+ };
768
+
769
+ declare const PhaseActivityBucket: {
770
+ readonly schema: "public";
771
+ readonly table: "PhaseActivityBucket";
772
+ readonly defaultQuery: "cosmosId, description, id, title";
773
+ };
774
+
775
+ declare const Profile: {
776
+ readonly schema: "public";
777
+ readonly table: "Profile";
778
+ readonly defaultQuery: "email, firstName, fullName, id, lastName, middleName, profilePath";
779
+ };
780
+
781
+ declare const ProfileTimeBank: {
782
+ readonly schema: "public";
783
+ readonly table: "ProfileTimeBank";
784
+ readonly defaultQuery: "accrualRate, createdAt, currentBalance, id, isRetired, maxBalance, profileId, retiredAt, retiredBy, updatedAt";
785
+ };
786
+
787
+ declare const Project: {
788
+ readonly schema: "public";
789
+ readonly table: "Project";
790
+ readonly defaultQuery: "clientId, color, cosmosId, createdAt, displayName, id, isActive, name, qboDisplayName, status, updatedAt";
791
+ };
792
+
793
+ declare const ProjectDatabase: {
794
+ readonly schema: "public";
795
+ readonly table: "ProjectDatabase";
796
+ readonly defaultQuery: "clientPath, controlHttpAddress, cosmosId, createdAt, description, documentPath, id, name, projectDatabaseGroupId, punchListPageId, updatedAt";
797
+ };
798
+
799
+ declare const ProjectDatabaseEquipmentConfigurationGroup: {
800
+ readonly schema: "public";
801
+ readonly table: "ProjectDatabaseEquipmentConfigurationGroup";
802
+ readonly defaultQuery: "cosmosId, equipmentConfigurationGroupId, id, projectDatabaseId";
803
+ };
804
+
805
+ declare const ProjectDatabaseExcelParameterAssignment: {
806
+ readonly schema: "public";
807
+ readonly table: "ProjectDatabaseExcelParameterAssignment";
808
+ readonly defaultQuery: "cosmosId, excelParameter, id, projectDatabaseId, propertyName";
809
+ };
810
+
811
+ declare const ProjectDatabaseGroup: {
812
+ readonly schema: "public";
813
+ readonly table: "ProjectDatabaseGroup";
814
+ readonly defaultQuery: "id, name";
815
+ };
816
+
817
+ declare const ProjectDatabaseParameterMappingProfile: {
818
+ readonly schema: "public";
819
+ readonly table: "ProjectDatabaseParameterMappingProfile";
820
+ readonly defaultQuery: "createdAt, id, parameterMappingProfileId, projectDatabaseId";
821
+ };
822
+
823
+ declare const ProjectDefaultRateByTitle: {
824
+ readonly schema: "public";
825
+ readonly table: "ProjectDefaultRateByTitle";
826
+ readonly defaultQuery: "cosmosId, id, projectId, rate, title";
827
+ };
828
+
829
+ declare const ProjectDocument: {
830
+ readonly schema: "public";
831
+ readonly table: "ProjectDocument";
832
+ readonly defaultQuery: "amount, cosmosId, date, displayName, id, projectDocumentType, projectId, title";
833
+ };
834
+
835
+ declare const ProjectDocumentLineItem: {
836
+ readonly schema: "public";
837
+ readonly table: "ProjectDocumentLineItem";
838
+ readonly defaultQuery: "amount, cosmosId, date, id, phaseBillingType, projectDocumentId, title, workingPhaseId";
839
+ };
840
+
841
+ declare const PunchList: {
842
+ readonly schema: "public";
843
+ readonly table: "PunchList";
844
+ readonly defaultQuery: "description, id, ownedBy, punchListPageId, title";
845
+ };
846
+
847
+ declare const PunchListAccess: {
848
+ readonly schema: "public";
849
+ readonly table: "PunchListAccess";
850
+ readonly defaultQuery: "access, id, punchListId, userId";
851
+ };
852
+
853
+ declare const PunchListItem: {
854
+ readonly schema: "public";
855
+ readonly table: "PunchListItem";
856
+ readonly defaultQuery: "description, endDate, id, metadata, orderHint, priority, punchListId, showCheckListInCard, startDate, status, statusChangedByUserId, statusLastChangeAt, title";
857
+ };
858
+
859
+ declare const PunchListItemAssignment: {
860
+ readonly schema: "public";
861
+ readonly table: "PunchListItem_Assignment";
862
+ readonly defaultQuery: "assignedToByUserId, assignedToUserId, id, punchListItemId";
863
+ };
864
+
865
+ declare const PunchListItemAttachedEntity: {
866
+ readonly schema: "public";
867
+ readonly table: "PunchListItem_AttachedEntity";
868
+ readonly defaultQuery: "entityId, id, punchListItemId, tableName";
869
+ };
870
+
871
+ declare const PunchListItemAttachment: {
872
+ readonly schema: "public";
873
+ readonly table: "PunchListItem_Attachment";
874
+ readonly defaultQuery: "id, punchListItemId, storagePath, title";
875
+ };
876
+
877
+ declare const PunchListItemCheckListItem: {
878
+ readonly schema: "public";
879
+ readonly table: "PunchListItem_CheckListItem";
880
+ readonly defaultQuery: "id, isChecked, punchListItemId, title";
881
+ };
882
+
883
+ declare const PunchListPage: {
884
+ readonly schema: "public";
885
+ readonly table: "PunchListPage";
886
+ readonly defaultQuery: "createdBy, entityId, id, tableName";
887
+ };
888
+
889
+ declare const PunchListPageAccess: {
890
+ readonly schema: "public";
891
+ readonly table: "PunchListPageAccess";
892
+ readonly defaultQuery: "isAdmin, organizationId, punchListPageId, userId";
893
+ };
894
+
895
+ declare const PunchListUserOrderHint: {
896
+ readonly schema: "public";
897
+ readonly table: "PunchListUserOrderHint";
898
+ readonly defaultQuery: "id, orderHint, punchListId, userId";
899
+ };
900
+
901
+ declare const QrCode: {
902
+ readonly schema: "public";
903
+ readonly table: "QrCode";
904
+ readonly defaultQuery: "cosmosId, id, title, url";
905
+ };
906
+
907
+ declare const RetainageItem: {
908
+ readonly schema: "public";
909
+ readonly table: "RetainageItem";
910
+ readonly defaultQuery: "amountUsd, amountUsdRetained, billingDetailsId, cosmosId, description, id, invoiceSummaryTableId, isPercentageOfInvoiceTotal, rate, title, workingPhaseId";
911
+ };
912
+
913
+ declare const RevitEquipmentUnitChange: {
914
+ readonly schema: "public";
915
+ readonly table: "RevitEquipmentUnitChange";
916
+ readonly defaultQuery: "changeType, cosmosId, equipmentFixtureUnitId, equipmentLightingFixtureUnitTitle, id, revitImportId";
917
+ };
918
+
919
+ declare const RevitImport: {
920
+ readonly schema: "public";
921
+ readonly table: "RevitImport";
922
+ readonly defaultQuery: "changesCount, cosmosId, id, projectDatabaseId, revitProjectId";
923
+ };
924
+
925
+ declare const RevitValueChangedEvent: {
926
+ readonly schema: "public";
927
+ readonly table: "RevitValueChangedEvent";
928
+ readonly defaultQuery: "changeType, cosmosId, id, newValue, previousValue, propertyName, revitEquipmentUnitChangeId";
929
+ };
930
+
931
+ declare const Role: {
932
+ readonly schema: "public";
933
+ readonly table: "Role";
934
+ readonly defaultQuery: "billableRate, cosmosId, id, phaseActivityBucketId, showInTimesheet, title";
935
+ };
936
+
937
+ declare const Service: {
938
+ readonly schema: "public";
939
+ readonly table: "Service";
940
+ readonly defaultQuery: "id, title";
941
+ };
942
+
943
+ declare const ServiceCosts: {
944
+ readonly schema: "public";
945
+ readonly table: "ServiceCosts";
946
+ readonly defaultQuery: "amount, createdAt, id, serviceId";
947
+ };
948
+
949
+ declare const ServiceStorageHourly: {
950
+ readonly schema: "public";
951
+ readonly table: "ServiceStorageHourly";
952
+ readonly defaultQuery: "bucketId, createdAt, id, size";
953
+ };
954
+
955
+ declare const SmartCode: {
956
+ readonly schema: "public";
957
+ readonly table: "SmartCode";
958
+ readonly defaultQuery: "id, title, url";
959
+ };
960
+
961
+ declare const SmartCodeTag: {
962
+ readonly schema: "public";
963
+ readonly table: "SmartCodeTag";
964
+ readonly defaultQuery: "smartCodeId, tag";
965
+ };
966
+
967
+ declare const Subtask: {
968
+ readonly schema: "public";
969
+ readonly table: "Subtask";
970
+ readonly defaultQuery: "cosmosId, id, showInTimesheet, taskId, title";
971
+ };
972
+
973
+ declare const Tag: {
974
+ readonly schema: "public";
975
+ readonly table: "Tag";
976
+ readonly defaultQuery: "id, title";
977
+ };
978
+
979
+ declare const Task: {
980
+ readonly schema: "public";
981
+ readonly table: "Task";
982
+ readonly defaultQuery: "cosmosId, id, roleId, showInTimesheet, timeBankEffect, title";
983
+ };
984
+
985
+ declare const TaxCategory: {
986
+ readonly schema: "public";
987
+ readonly table: "TaxCategory";
988
+ readonly defaultQuery: "cosmosId, id, title";
989
+ };
990
+
991
+ declare const Ticket: {
992
+ readonly schema: "public";
993
+ readonly table: "Ticket";
994
+ readonly defaultQuery: "assignedTo, closedAt, createdAt, createdBy, date, id, isPrivate, message, platform, priority, status, title, type, url";
995
+ };
996
+
997
+ declare const TicketAttachment: {
998
+ readonly schema: "public";
999
+ readonly table: "TicketAttachment";
1000
+ readonly defaultQuery: "id, positionIndex, storagePath, ticketId";
1001
+ };
1002
+
1003
+ declare const TicketComment: {
1004
+ readonly schema: "public";
1005
+ readonly table: "TicketComment";
1006
+ readonly defaultQuery: "createdAt, createdBy, id, message, parentId, parentType, ticketId";
1007
+ };
1008
+
1009
+ declare const TicketCommentAttachment: {
1010
+ readonly schema: "public";
1011
+ readonly table: "TicketCommentAttachment";
1012
+ readonly defaultQuery: "id, positionIndex, storagePath, ticketCommentId";
1013
+ };
1014
+
1015
+ declare const TimeActivity: {
1016
+ readonly schema: "public";
1017
+ readonly table: "TimeActivity";
1018
+ readonly defaultQuery: "activityDate, adminNotes, billingDetailsId, clientId, description, descriptionVector, embeddingId, hasRequestBillableChange, hasRequestVerification, hours, id, projectId, roleId, subtaskId, taskId, userId, userNotes, weeklyTimesheetId, workingPhaseId";
1019
+ };
1020
+
1021
+ declare const TimeBankTransaction: {
1022
+ readonly schema: "public";
1023
+ readonly table: "TimeBankTransaction";
1024
+ readonly defaultQuery: "balanceAfter, createdAt, createdBy, description, hours, id, profileTimeBankId, timeActivityId, transactionType";
1025
+ };
1026
+
1027
+ declare const UserMetadata: {
1028
+ readonly schema: "public";
1029
+ readonly table: "UserMetadata";
1030
+ readonly defaultQuery: "key, userId, value";
1031
+ };
1032
+
1033
+ declare const UserTimesheet: {
1034
+ readonly schema: "public";
1035
+ readonly table: "UserTimesheet";
1036
+ readonly defaultQuery: "certifiedAt, cosmosId, userId, weeklyTimesheetId";
1037
+ };
1038
+
1039
+ declare const WeeklyTimesheet: {
1040
+ readonly schema: "public";
1041
+ readonly table: "WeeklyTimesheet";
1042
+ readonly defaultQuery: "cosmosId, id, weekOf";
1043
+ };
1044
+
1045
+ declare const WorkEstimation: {
1046
+ readonly schema: "public";
1047
+ readonly table: "WorkEstimation";
1048
+ readonly defaultQuery: "id, name";
1049
+ };
1050
+
1051
+ declare const WorkEstimationLineItem: {
1052
+ readonly schema: "public";
1053
+ readonly table: "WorkEstimationLineItem";
1054
+ readonly defaultQuery: "id, name, quantity, rate, workEstimationId";
1055
+ };
1056
+
1057
+ declare const WorkingPhase: {
1058
+ readonly schema: "public";
1059
+ readonly table: "WorkingPhase";
1060
+ readonly defaultQuery: "cosmosId, description, displayName, id, phaseActivityBucketId, phaseBillingType, projectId, showInTimesheet, status, title, workEstimationId, workingPhaseCategoryId";
1061
+ };
1062
+
1063
+ declare const WorkingPhaseBillingItemDailySummary: {
1064
+ readonly schema: "public";
1065
+ readonly table: "WorkingPhaseBillingItemDailySummary";
1066
+ readonly defaultQuery: "amount, billingStatus, billingType, date, itemCount, totalQuantity, updatedAt, workingPhaseId";
1067
+ };
1068
+
1069
+ declare const WorkingPhaseBillingItemLatestSummary: {
1070
+ readonly schema: "public";
1071
+ readonly table: "WorkingPhaseBillingItemLatestSummary";
1072
+ readonly defaultQuery: "amount, billingStatus, billingType, itemCount, totalQuantity, updatedAt, workingPhaseId";
1073
+ };
1074
+
1075
+ declare const WorkingPhaseCategory: {
1076
+ readonly schema: "public";
1077
+ readonly table: "WorkingPhaseCategory";
1078
+ readonly defaultQuery: "cosmosId, description, id, projectId, title";
1079
+ };
1080
+
1081
+ declare const WorkingPhaseDailySummary: {
1082
+ readonly schema: "public";
1083
+ readonly table: "WorkingPhaseDailySummary";
1084
+ readonly defaultQuery: "amount, billingStatus, billingType, date, itemCount, totalQuantity, workingPhaseId";
1085
+ };
1086
+
1087
+ declare const WorkingPhaseRoleRate: {
1088
+ readonly schema: "public";
1089
+ readonly table: "WorkingPhaseRoleRate";
1090
+ readonly defaultQuery: "cosmosId, id, rate, roleId, workingPhaseId";
1091
+ };
1092
+
1093
+ declare const WorkingPhaseSummary: {
1094
+ readonly schema: "public";
1095
+ readonly table: "WorkingPhaseSummary";
1096
+ readonly defaultQuery: "amount, billingStatus, billingType, id, itemCount, totalQuantity";
1097
+ };
1098
+
1099
+ export { Accessory, Address, AdvanceQuery, AdvanceQueryNotificationSetting, AdvancedQueryView, BillableService, BillingDetails, CachedEmbedding, Changelog, ChangelogEntry, ChangelogMedia, ChargeTable, Circuit, Client, Comment, CommentReaction, CommentRead, CommentSection, CommentTag, CommonNote, CommonNoteCategory, CommonNoteSubCategory, ControlComponent, ControlComponentDatasheet, Controller, CoreSavedQuery, CoreSavedQueryAccess, Currency, CurrencyUsdConversion, DataExchangeImport, Datasheet, Dimension, DimmerModule, DimmerRack, Embedding, EquipmentConfigurationGroup, EquipmentFixture, EquipmentFixtureConfiguration, EquipmentFixtureConfigurationAccessoryEntry, EquipmentFixtureConfigurationControlComponentEntry, EquipmentFixtureCost, EquipmentFixtureDatasheet, EquipmentFixtureDimension, EquipmentFixtureDocument, EquipmentFixtureLampConfiguration, EquipmentFixtureListing, EquipmentFixtureMode, EquipmentFixtureModeChannel, EquipmentFixturePreset, EquipmentFixtureUnit, EquipmentFixtureUnitControl, EquipmentFixtureUnitLocation, EquipmentFixtureUnitLocationTag, EquipmentFixtureUnitLocationTagValue, EquipmentFixtureUnitPatternEntry, EquipmentFixtureWeight, EquipmentType, EquipmentUnitMediaContent, Expense, ExpenseLineItem, ExpenseReport, Fixture, FixtureCatalog, FixtureCatalogItem, FixtureCategory, FixtureTag, GlobalExpenseReport, HighlightServer, HighlightServerInstance, HighlightServerInstanceLog, HighlightServerInstanceOptions, HighlightServerInstanceStatus, HighlightServerRequest, Invoice, InvoiceSummaryTable, InvoiceTerm, InvoiceTermCondition, Lamp, LampCategory, LampCurrentListing, LampType, LicenseAssignment, Logo, Manufacturer, ManufacturerTag, ManufacturerToTag, OperationLog, OrderHinted, Organization, OrganizationUser, OrganizationUserAccess, ParameterMappingProfile, ParameterMappingProfileAssignment, Pattern, PaymentCustomer, PaymentInvoice, PaymentPaymentIntents, PaymentPlan, PaymentProduct, PaymentProductFeature, PaymentSubscription, PaymentSubscriptionPlan, PhaseActivityBucket, Profile as ProfileConfig, ProfileTimeBank, Project, ProjectDatabase, ProjectDatabaseEquipmentConfigurationGroup, ProjectDatabaseExcelParameterAssignment, ProjectDatabaseGroup, ProjectDatabaseParameterMappingProfile, ProjectDefaultRateByTitle, ProjectDocument, ProjectDocumentLineItem, PunchList, PunchListAccess, PunchListItem, PunchListItemAssignment, PunchListItemAttachedEntity, PunchListItemAttachment, PunchListItemCheckListItem, PunchListPage, PunchListPageAccess, PunchListUserOrderHint, QrCode, RetainageItem, RevitEquipmentUnitChange, RevitImport, RevitValueChangedEvent, Role, Service, ServiceCosts, ServiceStorageHourly, SmartCode, SmartCodeTag, Subtask, SystemBroadcastChannel, SystemBroadcastChannelThrottle, SystemConfiguration, SystemEmailNotification, SystemEvent, SystemEventListener, SystemEventWorker, SystemGlobalVariables, SystemHealthCheck, SystemInAppNotification, SystemLog, SystemMutedTopic, SystemNotification, SystemPushNotification, SystemSubscriber, SystemSupportAccess, SystemSupportTeam, SystemTask, SystemTaskAttempt, SystemTaskAttemptAccess, SystemTemp, SystemTicket, SystemTicketAttachment, SystemTicketComment, SystemTicketCommentAttachment, SystemUserPushTokens, Tag, Task, TaxCategory, Ticket, TicketAttachment, TicketComment, TicketCommentAttachment, TimeActivity, TimeBankTransaction, UserMetadata, UserTimesheet, WeeklyTimesheet, WorkEstimation, WorkEstimationLineItem, WorkingPhase, WorkingPhaseBillingItemDailySummary, WorkingPhaseBillingItemLatestSummary, WorkingPhaseCategory, WorkingPhaseDailySummary, WorkingPhaseRoleRate, WorkingPhaseSummary };