@pol-studios/db 1.0.9 → 1.0.10

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