@livestore/common 0.3.0-dev.0 → 0.3.0-dev.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 (146) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/adapter-types.d.ts +26 -23
  3. package/dist/adapter-types.d.ts.map +1 -1
  4. package/dist/adapter-types.js.map +1 -1
  5. package/dist/derived-mutations.d.ts +4 -4
  6. package/dist/derived-mutations.d.ts.map +1 -1
  7. package/dist/derived-mutations.test.js.map +1 -1
  8. package/dist/devtools/devtools-bridge.d.ts +2 -1
  9. package/dist/devtools/devtools-bridge.d.ts.map +1 -1
  10. package/dist/devtools/devtools-messages.d.ts +98 -110
  11. package/dist/devtools/devtools-messages.d.ts.map +1 -1
  12. package/dist/devtools/devtools-messages.js +9 -6
  13. package/dist/devtools/devtools-messages.js.map +1 -1
  14. package/dist/index.d.ts +0 -4
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/leader-thread/LeaderSyncProcessor.d.ts +37 -0
  17. package/dist/leader-thread/LeaderSyncProcessor.d.ts.map +1 -0
  18. package/dist/leader-thread/LeaderSyncProcessor.js +417 -0
  19. package/dist/leader-thread/LeaderSyncProcessor.js.map +1 -0
  20. package/dist/leader-thread/apply-mutation.d.ts +5 -2
  21. package/dist/leader-thread/apply-mutation.d.ts.map +1 -1
  22. package/dist/leader-thread/apply-mutation.js +38 -26
  23. package/dist/leader-thread/apply-mutation.js.map +1 -1
  24. package/dist/leader-thread/leader-sync-processor.d.ts +2 -2
  25. package/dist/leader-thread/leader-sync-processor.d.ts.map +1 -1
  26. package/dist/leader-thread/leader-sync-processor.js +20 -12
  27. package/dist/leader-thread/leader-sync-processor.js.map +1 -1
  28. package/dist/leader-thread/leader-worker-devtools.d.ts +1 -1
  29. package/dist/leader-thread/leader-worker-devtools.d.ts.map +1 -1
  30. package/dist/leader-thread/leader-worker-devtools.js +22 -66
  31. package/dist/leader-thread/leader-worker-devtools.js.map +1 -1
  32. package/dist/leader-thread/make-leader-thread-layer.d.ts +8 -7
  33. package/dist/leader-thread/make-leader-thread-layer.d.ts.map +1 -1
  34. package/dist/leader-thread/make-leader-thread-layer.js +11 -5
  35. package/dist/leader-thread/make-leader-thread-layer.js.map +1 -1
  36. package/dist/leader-thread/mutationlog.d.ts +4 -17
  37. package/dist/leader-thread/mutationlog.d.ts.map +1 -1
  38. package/dist/leader-thread/mutationlog.js +2 -1
  39. package/dist/leader-thread/mutationlog.js.map +1 -1
  40. package/dist/leader-thread/pull-queue-set.d.ts.map +1 -1
  41. package/dist/leader-thread/recreate-db.d.ts.map +1 -1
  42. package/dist/leader-thread/recreate-db.js +9 -3
  43. package/dist/leader-thread/recreate-db.js.map +1 -1
  44. package/dist/leader-thread/types.d.ts +17 -9
  45. package/dist/leader-thread/types.d.ts.map +1 -1
  46. package/dist/leader-thread/types.js.map +1 -1
  47. package/dist/mutation.d.ts +9 -2
  48. package/dist/mutation.d.ts.map +1 -1
  49. package/dist/mutation.js +5 -5
  50. package/dist/mutation.js.map +1 -1
  51. package/dist/query-builder/impl.d.ts +1 -1
  52. package/dist/rehydrate-from-mutationlog.d.ts +2 -2
  53. package/dist/rehydrate-from-mutationlog.d.ts.map +1 -1
  54. package/dist/rehydrate-from-mutationlog.js +13 -19
  55. package/dist/rehydrate-from-mutationlog.js.map +1 -1
  56. package/dist/schema/EventId.d.ts +16 -14
  57. package/dist/schema/EventId.d.ts.map +1 -1
  58. package/dist/schema/EventId.js +15 -7
  59. package/dist/schema/EventId.js.map +1 -1
  60. package/dist/schema/EventId.test.d.ts +2 -0
  61. package/dist/schema/EventId.test.d.ts.map +1 -0
  62. package/dist/schema/EventId.test.js +11 -0
  63. package/dist/schema/EventId.test.js.map +1 -0
  64. package/dist/schema/MutationEvent.d.ts +49 -80
  65. package/dist/schema/MutationEvent.d.ts.map +1 -1
  66. package/dist/schema/MutationEvent.js +32 -15
  67. package/dist/schema/MutationEvent.js.map +1 -1
  68. package/dist/schema/MutationEvent.test.d.ts +2 -0
  69. package/dist/schema/MutationEvent.test.d.ts.map +1 -0
  70. package/dist/schema/MutationEvent.test.js +2 -0
  71. package/dist/schema/MutationEvent.test.js.map +1 -0
  72. package/dist/schema/system-tables.d.ts +26 -26
  73. package/dist/schema/system-tables.d.ts.map +1 -1
  74. package/dist/schema/system-tables.js +19 -11
  75. package/dist/schema/system-tables.js.map +1 -1
  76. package/dist/schema-management/migrations.js +6 -6
  77. package/dist/schema-management/migrations.js.map +1 -1
  78. package/dist/sync/ClientSessionSyncProcessor.d.ts +45 -0
  79. package/dist/sync/ClientSessionSyncProcessor.d.ts.map +1 -0
  80. package/dist/sync/ClientSessionSyncProcessor.js +134 -0
  81. package/dist/sync/ClientSessionSyncProcessor.js.map +1 -0
  82. package/dist/sync/client-session-sync-processor.d.ts +4 -4
  83. package/dist/sync/client-session-sync-processor.d.ts.map +1 -1
  84. package/dist/sync/index.d.ts +1 -1
  85. package/dist/sync/index.d.ts.map +1 -1
  86. package/dist/sync/index.js +1 -1
  87. package/dist/sync/index.js.map +1 -1
  88. package/dist/sync/next/history-dag-common.d.ts +1 -4
  89. package/dist/sync/next/history-dag-common.d.ts.map +1 -1
  90. package/dist/sync/next/history-dag-common.js +1 -1
  91. package/dist/sync/next/history-dag-common.js.map +1 -1
  92. package/dist/sync/next/rebase-events.d.ts +3 -3
  93. package/dist/sync/next/rebase-events.d.ts.map +1 -1
  94. package/dist/sync/next/rebase-events.js +3 -2
  95. package/dist/sync/next/rebase-events.js.map +1 -1
  96. package/dist/sync/next/test/mutation-fixtures.d.ts.map +1 -1
  97. package/dist/sync/next/test/mutation-fixtures.js +3 -9
  98. package/dist/sync/next/test/mutation-fixtures.js.map +1 -1
  99. package/dist/sync/sync.d.ts +21 -11
  100. package/dist/sync/sync.d.ts.map +1 -1
  101. package/dist/sync/sync.js.map +1 -1
  102. package/dist/sync/syncstate.d.ts +45 -23
  103. package/dist/sync/syncstate.d.ts.map +1 -1
  104. package/dist/sync/syncstate.js +56 -12
  105. package/dist/sync/syncstate.js.map +1 -1
  106. package/dist/sync/syncstate.test.js +125 -69
  107. package/dist/sync/syncstate.test.js.map +1 -1
  108. package/dist/sync/validate-push-payload.d.ts +2 -2
  109. package/dist/sync/validate-push-payload.d.ts.map +1 -1
  110. package/dist/sync/validate-push-payload.js +2 -2
  111. package/dist/sync/validate-push-payload.js.map +1 -1
  112. package/dist/version.d.ts +1 -1
  113. package/dist/version.d.ts.map +1 -1
  114. package/dist/version.js +1 -1
  115. package/dist/version.js.map +1 -1
  116. package/package.json +6 -5
  117. package/src/adapter-types.ts +22 -24
  118. package/src/derived-mutations.test.ts +1 -1
  119. package/src/derived-mutations.ts +9 -5
  120. package/src/devtools/devtools-bridge.ts +2 -1
  121. package/src/devtools/devtools-messages.ts +9 -6
  122. package/src/index.ts +0 -6
  123. package/src/leader-thread/{leader-sync-processor.ts → LeaderSyncProcessor.ts} +235 -230
  124. package/src/leader-thread/apply-mutation.ts +49 -31
  125. package/src/leader-thread/leader-worker-devtools.ts +30 -109
  126. package/src/leader-thread/make-leader-thread-layer.ts +24 -13
  127. package/src/leader-thread/mutationlog.ts +9 -5
  128. package/src/leader-thread/recreate-db.ts +9 -5
  129. package/src/leader-thread/types.ts +18 -11
  130. package/src/mutation.ts +17 -7
  131. package/src/rehydrate-from-mutationlog.ts +15 -23
  132. package/src/schema/EventId.test.ts +12 -0
  133. package/src/schema/EventId.ts +23 -9
  134. package/src/schema/MutationEvent.ts +46 -24
  135. package/src/schema/system-tables.ts +19 -11
  136. package/src/schema-management/migrations.ts +6 -6
  137. package/src/sync/{client-session-sync-processor.ts → ClientSessionSyncProcessor.ts} +11 -9
  138. package/src/sync/index.ts +1 -1
  139. package/src/sync/next/history-dag-common.ts +1 -1
  140. package/src/sync/next/rebase-events.ts +7 -7
  141. package/src/sync/next/test/mutation-fixtures.ts +3 -10
  142. package/src/sync/sync.ts +19 -6
  143. package/src/sync/syncstate.test.ts +127 -67
  144. package/src/sync/syncstate.ts +21 -19
  145. package/src/sync/validate-push-payload.ts +7 -4
  146. package/src/version.ts +1 -1
@@ -2,7 +2,7 @@ import { Schema } from '@livestore/utils/effect';
2
2
  declare const SnapshotReq_base: Schema.Struct<{
3
3
  _tag: Schema.tag<"LSD.Leader.SnapshotReq">;
4
4
  } & {
5
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
5
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
6
6
  } & {
7
7
  requestId: typeof Schema.String;
8
8
  }>;
@@ -11,7 +11,7 @@ export declare class SnapshotReq extends SnapshotReq_base {
11
11
  declare const SnapshotRes_base: Schema.Struct<{
12
12
  _tag: Schema.tag<"LSD.Leader.SnapshotRes">;
13
13
  } & {
14
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
14
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
15
15
  } & {
16
16
  requestId: typeof Schema.String;
17
17
  } & {
@@ -22,7 +22,7 @@ export declare class SnapshotRes extends SnapshotRes_base {
22
22
  declare const LoadDatabaseFileReq_base: Schema.Struct<{
23
23
  _tag: Schema.tag<"LSD.Leader.LoadDatabaseFileReq">;
24
24
  } & {
25
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
25
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
26
26
  } & {
27
27
  requestId: typeof Schema.String;
28
28
  } & {
@@ -33,7 +33,7 @@ export declare class LoadDatabaseFileReq extends LoadDatabaseFileReq_base {
33
33
  declare const LoadDatabaseFileRes_base: Schema.Struct<{
34
34
  _tag: Schema.tag<"LSD.Leader.LoadDatabaseFileRes">;
35
35
  } & {
36
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
36
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
37
37
  } & {
38
38
  requestId: typeof Schema.String;
39
39
  } & {
@@ -44,9 +44,10 @@ export declare class LoadDatabaseFileRes extends LoadDatabaseFileRes_base {
44
44
  declare const DebugInfoReq_base: Schema.Struct<{
45
45
  _tag: Schema.tag<"LSD.DebugInfoReq">;
46
46
  } & {
47
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
47
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
48
48
  } & {
49
- appHostId: typeof Schema.String;
49
+ clientId: typeof Schema.String;
50
+ sessionId: typeof Schema.String;
50
51
  requestId: typeof Schema.String;
51
52
  }>;
52
53
  export declare class DebugInfoReq extends DebugInfoReq_base {
@@ -54,47 +55,48 @@ export declare class DebugInfoReq extends DebugInfoReq_base {
54
55
  declare const DebugInfoRes_base: Schema.Struct<{
55
56
  _tag: Schema.tag<"LSD.DebugInfoRes">;
56
57
  } & {
57
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
58
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
58
59
  } & {
59
- appHostId: typeof Schema.String;
60
+ clientId: typeof Schema.String;
61
+ sessionId: typeof Schema.String;
60
62
  requestId: typeof Schema.String;
61
63
  } & {
62
64
  debugInfo: Schema.Struct<{
63
65
  slowQueries: Schema.transform<Schema.Struct<{
64
66
  size: typeof Schema.Number;
65
67
  items: Schema.Array$<Schema.Schema<{
66
- readonly queryStr: string;
67
68
  readonly bindValues: ((readonly (string | number | Uint8Array<ArrayBufferLike> | null)[] | {
68
69
  readonly [x: string]: string | number | Uint8Array<ArrayBufferLike> | null;
69
70
  }) & import("effect/Brand").Brand<"PreparedBindValues">) | undefined;
71
+ readonly queryStr: string;
70
72
  readonly durationMs: number;
71
73
  readonly rowsCount: number | undefined;
72
74
  readonly queriedTables: ReadonlySet<string>;
73
75
  readonly startTimePerfNow: number;
74
76
  }, {
75
- readonly queryStr: string;
76
77
  readonly bindValues: readonly (string | number | readonly number[] | null)[] | {
77
78
  readonly [x: string]: string | number | readonly number[] | null;
78
79
  } | undefined;
80
+ readonly queryStr: string;
79
81
  readonly durationMs: number;
80
82
  readonly rowsCount: number | undefined;
81
83
  readonly queriedTables: readonly string[];
82
84
  readonly startTimePerfNow: number;
83
85
  }, never>>;
84
86
  }>, Schema.Schema<import("../bounded-collections.js").BoundArray<{
85
- readonly queryStr: string;
86
87
  readonly bindValues: ((readonly (string | number | Uint8Array<ArrayBufferLike> | null)[] | {
87
88
  readonly [x: string]: string | number | Uint8Array<ArrayBufferLike> | null;
88
89
  }) & import("effect/Brand").Brand<"PreparedBindValues">) | undefined;
90
+ readonly queryStr: string;
89
91
  readonly durationMs: number;
90
92
  readonly rowsCount: number | undefined;
91
93
  readonly queriedTables: ReadonlySet<string>;
92
94
  readonly startTimePerfNow: number;
93
95
  }>, import("../bounded-collections.js").BoundArray<{
94
- readonly queryStr: string;
95
96
  readonly bindValues: ((readonly (string | number | Uint8Array<ArrayBufferLike> | null)[] | {
96
97
  readonly [x: string]: string | number | Uint8Array<ArrayBufferLike> | null;
97
98
  }) & import("effect/Brand").Brand<"PreparedBindValues">) | undefined;
99
+ readonly queryStr: string;
98
100
  readonly durationMs: number;
99
101
  readonly rowsCount: number | undefined;
100
102
  readonly queriedTables: ReadonlySet<string>;
@@ -113,9 +115,10 @@ export declare class DebugInfoRes extends DebugInfoRes_base {
113
115
  declare const DebugInfoHistorySubscribe_base: Schema.Struct<{
114
116
  _tag: Schema.tag<"LSD.DebugInfoHistorySubscribe">;
115
117
  } & {
116
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
118
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
117
119
  } & {
118
- appHostId: typeof Schema.String;
120
+ clientId: typeof Schema.String;
121
+ sessionId: typeof Schema.String;
119
122
  requestId: typeof Schema.String;
120
123
  }>;
121
124
  export declare class DebugInfoHistorySubscribe extends DebugInfoHistorySubscribe_base {
@@ -123,47 +126,48 @@ export declare class DebugInfoHistorySubscribe extends DebugInfoHistorySubscribe
123
126
  declare const DebugInfoHistoryRes_base: Schema.Struct<{
124
127
  _tag: Schema.tag<"LSD.DebugInfoHistoryRes">;
125
128
  } & {
126
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
129
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
127
130
  } & {
128
- appHostId: typeof Schema.String;
131
+ clientId: typeof Schema.String;
132
+ sessionId: typeof Schema.String;
129
133
  requestId: typeof Schema.String;
130
134
  } & {
131
135
  debugInfoHistory: Schema.Array$<Schema.Struct<{
132
136
  slowQueries: Schema.transform<Schema.Struct<{
133
137
  size: typeof Schema.Number;
134
138
  items: Schema.Array$<Schema.Schema<{
135
- readonly queryStr: string;
136
139
  readonly bindValues: ((readonly (string | number | Uint8Array<ArrayBufferLike> | null)[] | {
137
140
  readonly [x: string]: string | number | Uint8Array<ArrayBufferLike> | null;
138
141
  }) & import("effect/Brand").Brand<"PreparedBindValues">) | undefined;
142
+ readonly queryStr: string;
139
143
  readonly durationMs: number;
140
144
  readonly rowsCount: number | undefined;
141
145
  readonly queriedTables: ReadonlySet<string>;
142
146
  readonly startTimePerfNow: number;
143
147
  }, {
144
- readonly queryStr: string;
145
148
  readonly bindValues: readonly (string | number | readonly number[] | null)[] | {
146
149
  readonly [x: string]: string | number | readonly number[] | null;
147
150
  } | undefined;
151
+ readonly queryStr: string;
148
152
  readonly durationMs: number;
149
153
  readonly rowsCount: number | undefined;
150
154
  readonly queriedTables: readonly string[];
151
155
  readonly startTimePerfNow: number;
152
156
  }, never>>;
153
157
  }>, Schema.Schema<import("../bounded-collections.js").BoundArray<{
154
- readonly queryStr: string;
155
158
  readonly bindValues: ((readonly (string | number | Uint8Array<ArrayBufferLike> | null)[] | {
156
159
  readonly [x: string]: string | number | Uint8Array<ArrayBufferLike> | null;
157
160
  }) & import("effect/Brand").Brand<"PreparedBindValues">) | undefined;
161
+ readonly queryStr: string;
158
162
  readonly durationMs: number;
159
163
  readonly rowsCount: number | undefined;
160
164
  readonly queriedTables: ReadonlySet<string>;
161
165
  readonly startTimePerfNow: number;
162
166
  }>, import("../bounded-collections.js").BoundArray<{
163
- readonly queryStr: string;
164
167
  readonly bindValues: ((readonly (string | number | Uint8Array<ArrayBufferLike> | null)[] | {
165
168
  readonly [x: string]: string | number | Uint8Array<ArrayBufferLike> | null;
166
169
  }) & import("effect/Brand").Brand<"PreparedBindValues">) | undefined;
170
+ readonly queryStr: string;
167
171
  readonly durationMs: number;
168
172
  readonly rowsCount: number | undefined;
169
173
  readonly queriedTables: ReadonlySet<string>;
@@ -182,9 +186,10 @@ export declare class DebugInfoHistoryRes extends DebugInfoHistoryRes_base {
182
186
  declare const DebugInfoHistoryUnsubscribe_base: Schema.Struct<{
183
187
  _tag: Schema.tag<"LSD.DebugInfoHistoryUnsubscribe">;
184
188
  } & {
185
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
189
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
186
190
  } & {
187
- appHostId: typeof Schema.String;
191
+ clientId: typeof Schema.String;
192
+ sessionId: typeof Schema.String;
188
193
  requestId: typeof Schema.String;
189
194
  }>;
190
195
  export declare class DebugInfoHistoryUnsubscribe extends DebugInfoHistoryUnsubscribe_base {
@@ -192,9 +197,10 @@ export declare class DebugInfoHistoryUnsubscribe extends DebugInfoHistoryUnsubsc
192
197
  declare const DebugInfoResetReq_base: Schema.Struct<{
193
198
  _tag: Schema.tag<"LSD.DebugInfoResetReq">;
194
199
  } & {
195
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
200
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
196
201
  } & {
197
- appHostId: typeof Schema.String;
202
+ clientId: typeof Schema.String;
203
+ sessionId: typeof Schema.String;
198
204
  requestId: typeof Schema.String;
199
205
  }>;
200
206
  export declare class DebugInfoResetReq extends DebugInfoResetReq_base {
@@ -202,9 +208,10 @@ export declare class DebugInfoResetReq extends DebugInfoResetReq_base {
202
208
  declare const DebugInfoResetRes_base: Schema.Struct<{
203
209
  _tag: Schema.tag<"LSD.DebugInfoResetRes">;
204
210
  } & {
205
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
211
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
206
212
  } & {
207
- appHostId: typeof Schema.String;
213
+ clientId: typeof Schema.String;
214
+ sessionId: typeof Schema.String;
208
215
  requestId: typeof Schema.String;
209
216
  }>;
210
217
  export declare class DebugInfoResetRes extends DebugInfoResetRes_base {
@@ -212,9 +219,10 @@ export declare class DebugInfoResetRes extends DebugInfoResetRes_base {
212
219
  declare const DebugInfoRerunQueryReq_base: Schema.Struct<{
213
220
  _tag: Schema.tag<"LSD.DebugInfoRerunQueryReq">;
214
221
  } & {
215
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
222
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
216
223
  } & {
217
- appHostId: typeof Schema.String;
224
+ clientId: typeof Schema.String;
225
+ sessionId: typeof Schema.String;
218
226
  requestId: typeof Schema.String;
219
227
  } & {
220
228
  queryStr: typeof Schema.String;
@@ -226,9 +234,10 @@ export declare class DebugInfoRerunQueryReq extends DebugInfoRerunQueryReq_base
226
234
  declare const DebugInfoRerunQueryRes_base: Schema.Struct<{
227
235
  _tag: Schema.tag<"LSD.DebugInfoRerunQueryRes">;
228
236
  } & {
229
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
237
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
230
238
  } & {
231
- appHostId: typeof Schema.String;
239
+ clientId: typeof Schema.String;
240
+ sessionId: typeof Schema.String;
232
241
  requestId: typeof Schema.String;
233
242
  }>;
234
243
  export declare class DebugInfoRerunQueryRes extends DebugInfoRerunQueryRes_base {
@@ -236,38 +245,27 @@ export declare class DebugInfoRerunQueryRes extends DebugInfoRerunQueryRes_base
236
245
  declare const MutationBroadcast_base: Schema.Struct<{
237
246
  _tag: Schema.tag<"LSD.Leader.MutationBroadcast">;
238
247
  } & {
239
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
240
- } & {
241
- mutationEventEncoded: Schema.SchemaClass<{
242
- readonly id: {
243
- readonly global: number;
244
- readonly local: number;
245
- };
246
- readonly mutation: string;
247
- readonly args: any;
248
- readonly parentId: {
249
- readonly global: number;
250
- readonly local: number;
251
- };
252
- }, {
253
- readonly id: {
254
- readonly global: number;
255
- readonly local: number;
256
- };
257
- readonly mutation: string;
258
- readonly args: any;
259
- readonly parentId: {
260
- readonly global: number;
261
- readonly local: number;
262
- };
263
- }, never>;
248
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
249
+ } & {
250
+ mutationEventEncoded: Schema.Struct<{
251
+ mutation: typeof Schema.String;
252
+ args: typeof Schema.Any;
253
+ id: Schema.Struct<{
254
+ global: Schema.BrandSchema<number & import("effect/Brand").Brand<"GlobalEventId">, number, never>;
255
+ local: Schema.BrandSchema<number & import("effect/Brand").Brand<"LocalEventId">, number, never>;
256
+ }>;
257
+ parentId: Schema.Struct<{
258
+ global: Schema.BrandSchema<number & import("effect/Brand").Brand<"GlobalEventId">, number, never>;
259
+ local: Schema.BrandSchema<number & import("effect/Brand").Brand<"LocalEventId">, number, never>;
260
+ }>;
261
+ }>;
264
262
  }>;
265
263
  export declare class MutationBroadcast extends MutationBroadcast_base {
266
264
  }
267
265
  declare const RunMutationReq_base: Schema.Struct<{
268
266
  _tag: Schema.tag<"LSD.Leader.RunMutationReq">;
269
267
  } & {
270
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
268
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
271
269
  } & {
272
270
  requestId: typeof Schema.String;
273
271
  } & {
@@ -284,7 +282,7 @@ export declare class RunMutationReq extends RunMutationReq_base {
284
282
  declare const RunMutationRes_base: Schema.Struct<{
285
283
  _tag: Schema.tag<"LSD.Leader.RunMutationRes">;
286
284
  } & {
287
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
285
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
288
286
  } & {
289
287
  requestId: typeof Schema.String;
290
288
  }>;
@@ -293,7 +291,7 @@ export declare class RunMutationRes extends RunMutationRes_base {
293
291
  declare const MutationLogReq_base: Schema.Struct<{
294
292
  _tag: Schema.tag<"LSD.Leader.MutationLogReq">;
295
293
  } & {
296
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
294
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
297
295
  } & {
298
296
  requestId: typeof Schema.String;
299
297
  }>;
@@ -302,7 +300,7 @@ export declare class MutationLogReq extends MutationLogReq_base {
302
300
  declare const MutationLogRes_base: Schema.Struct<{
303
301
  _tag: Schema.tag<"LSD.Leader.MutationLogRes">;
304
302
  } & {
305
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
303
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
306
304
  } & {
307
305
  requestId: typeof Schema.String;
308
306
  } & {
@@ -313,9 +311,10 @@ export declare class MutationLogRes extends MutationLogRes_base {
313
311
  declare const ReactivityGraphSubscribe_base: Schema.Struct<{
314
312
  _tag: Schema.tag<"LSD.ReactivityGraphSubscribe">;
315
313
  } & {
316
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
314
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
317
315
  } & {
318
- appHostId: typeof Schema.String;
316
+ clientId: typeof Schema.String;
317
+ sessionId: typeof Schema.String;
319
318
  requestId: typeof Schema.String;
320
319
  } & {
321
320
  includeResults: typeof Schema.Boolean;
@@ -325,9 +324,10 @@ export declare class ReactivityGraphSubscribe extends ReactivityGraphSubscribe_b
325
324
  declare const ReactivityGraphUnsubscribe_base: Schema.Struct<{
326
325
  _tag: Schema.tag<"LSD.ReactivityGraphUnsubscribe">;
327
326
  } & {
328
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
327
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
329
328
  } & {
330
- appHostId: typeof Schema.String;
329
+ clientId: typeof Schema.String;
330
+ sessionId: typeof Schema.String;
331
331
  requestId: typeof Schema.String;
332
332
  }>;
333
333
  export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscribe_base {
@@ -335,9 +335,10 @@ export declare class ReactivityGraphUnsubscribe extends ReactivityGraphUnsubscri
335
335
  declare const ReactivityGraphRes_base: Schema.Struct<{
336
336
  _tag: Schema.tag<"LSD.ReactivityGraphRes">;
337
337
  } & {
338
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
338
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
339
339
  } & {
340
- appHostId: typeof Schema.String;
340
+ clientId: typeof Schema.String;
341
+ sessionId: typeof Schema.String;
341
342
  requestId: typeof Schema.String;
342
343
  } & {
343
344
  reactivityGraph: typeof Schema.Any;
@@ -347,9 +348,10 @@ export declare class ReactivityGraphRes extends ReactivityGraphRes_base {
347
348
  declare const LiveQueriesSubscribe_base: Schema.Struct<{
348
349
  _tag: Schema.tag<"LSD.LiveQueriesSubscribe">;
349
350
  } & {
350
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
351
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
351
352
  } & {
352
- appHostId: typeof Schema.String;
353
+ clientId: typeof Schema.String;
354
+ sessionId: typeof Schema.String;
353
355
  requestId: typeof Schema.String;
354
356
  }>;
355
357
  export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
@@ -357,9 +359,10 @@ export declare class LiveQueriesSubscribe extends LiveQueriesSubscribe_base {
357
359
  declare const LiveQueriesUnsubscribe_base: Schema.Struct<{
358
360
  _tag: Schema.tag<"LSD.LiveQueriesUnsubscribe">;
359
361
  } & {
360
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
362
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
361
363
  } & {
362
- appHostId: typeof Schema.String;
364
+ clientId: typeof Schema.String;
365
+ sessionId: typeof Schema.String;
363
366
  requestId: typeof Schema.String;
364
367
  }>;
365
368
  export declare class LiveQueriesUnsubscribe extends LiveQueriesUnsubscribe_base {
@@ -383,9 +386,10 @@ export declare class SerializedLiveQuery extends SerializedLiveQuery_base {
383
386
  declare const LiveQueriesRes_base: Schema.Struct<{
384
387
  _tag: Schema.tag<"LSD.LiveQueriesRes">;
385
388
  } & {
386
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
389
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
387
390
  } & {
388
- appHostId: typeof Schema.String;
391
+ clientId: typeof Schema.String;
392
+ sessionId: typeof Schema.String;
389
393
  requestId: typeof Schema.String;
390
394
  } & {
391
395
  liveQueries: Schema.Array$<typeof SerializedLiveQuery>;
@@ -395,7 +399,7 @@ export declare class LiveQueriesRes extends LiveQueriesRes_base {
395
399
  declare const ResetAllDataReq_base: Schema.Struct<{
396
400
  _tag: Schema.tag<"LSD.Leader.ResetAllDataReq">;
397
401
  } & {
398
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
402
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
399
403
  } & {
400
404
  requestId: typeof Schema.String;
401
405
  } & {
@@ -406,7 +410,7 @@ export declare class ResetAllDataReq extends ResetAllDataReq_base {
406
410
  declare const ResetAllDataRes_base: Schema.Struct<{
407
411
  _tag: Schema.tag<"LSD.Leader.ResetAllDataRes">;
408
412
  } & {
409
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
413
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
410
414
  } & {
411
415
  requestId: typeof Schema.String;
412
416
  }>;
@@ -415,7 +419,7 @@ export declare class ResetAllDataRes extends ResetAllDataRes_base {
415
419
  declare const DatabaseFileInfoReq_base: Schema.Struct<{
416
420
  _tag: Schema.tag<"LSD.Leader.DatabaseFileInfoReq">;
417
421
  } & {
418
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
422
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
419
423
  } & {
420
424
  requestId: typeof Schema.String;
421
425
  }>;
@@ -435,7 +439,7 @@ export declare class DatabaseFileInfo extends DatabaseFileInfo_base {
435
439
  declare const DatabaseFileInfoRes_base: Schema.Struct<{
436
440
  _tag: Schema.tag<"LSD.Leader.DatabaseFileInfoRes">;
437
441
  } & {
438
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
442
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
439
443
  } & {
440
444
  requestId: typeof Schema.String;
441
445
  } & {
@@ -447,7 +451,7 @@ export declare class DatabaseFileInfoRes extends DatabaseFileInfoRes_base {
447
451
  declare const NetworkStatusSubscribe_base: Schema.Struct<{
448
452
  _tag: Schema.tag<"LSD.Leader.NetworkStatusSubscribe">;
449
453
  } & {
450
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
454
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
451
455
  } & {
452
456
  requestId: typeof Schema.String;
453
457
  }>;
@@ -456,7 +460,7 @@ export declare class NetworkStatusSubscribe extends NetworkStatusSubscribe_base
456
460
  declare const NetworkStatusUnsubscribe_base: Schema.Struct<{
457
461
  _tag: Schema.tag<"LSD.Leader.NetworkStatusUnsubscribe">;
458
462
  } & {
459
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
463
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
460
464
  } & {
461
465
  requestId: typeof Schema.String;
462
466
  }>;
@@ -465,7 +469,7 @@ export declare class NetworkStatusUnsubscribe extends NetworkStatusUnsubscribe_b
465
469
  declare const NetworkStatusRes_base: Schema.Struct<{
466
470
  _tag: Schema.tag<"LSD.Leader.NetworkStatusRes">;
467
471
  } & {
468
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
472
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
469
473
  } & {
470
474
  requestId: typeof Schema.String;
471
475
  } & {
@@ -479,7 +483,7 @@ export declare class NetworkStatusRes extends NetworkStatusRes_base {
479
483
  declare const SyncingInfoReq_base: Schema.Struct<{
480
484
  _tag: Schema.tag<"LSD.Leader.SyncingInfoReq">;
481
485
  } & {
482
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
486
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
483
487
  } & {
484
488
  requestId: typeof Schema.String;
485
489
  }>;
@@ -494,7 +498,7 @@ export declare class SyncingInfo extends SyncingInfo_base {
494
498
  declare const SyncingInfoRes_base: Schema.Struct<{
495
499
  _tag: Schema.tag<"LSD.Leader.SyncingInfoRes">;
496
500
  } & {
497
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
501
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
498
502
  } & {
499
503
  requestId: typeof Schema.String;
500
504
  } & {
@@ -505,7 +509,7 @@ export declare class SyncingInfoRes extends SyncingInfoRes_base {
505
509
  declare const SyncHistorySubscribe_base: Schema.Struct<{
506
510
  _tag: Schema.tag<"LSD.Leader.SyncHistorySubscribe">;
507
511
  } & {
508
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
512
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
509
513
  } & {
510
514
  requestId: typeof Schema.String;
511
515
  }>;
@@ -514,7 +518,7 @@ export declare class SyncHistorySubscribe extends SyncHistorySubscribe_base {
514
518
  declare const SyncHistoryUnsubscribe_base: Schema.Struct<{
515
519
  _tag: Schema.tag<"LSD.Leader.SyncHistoryUnsubscribe">;
516
520
  } & {
517
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
521
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
518
522
  } & {
519
523
  requestId: typeof Schema.String;
520
524
  }>;
@@ -523,33 +527,16 @@ export declare class SyncHistoryUnsubscribe extends SyncHistoryUnsubscribe_base
523
527
  declare const SyncHistoryRes_base: Schema.Struct<{
524
528
  _tag: Schema.tag<"LSD.Leader.SyncHistoryRes">;
525
529
  } & {
526
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
530
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
527
531
  } & {
528
532
  requestId: typeof Schema.String;
529
533
  } & {
530
- mutationEventEncoded: Schema.SchemaClass<{
531
- readonly id: {
532
- readonly global: number;
533
- readonly local: number;
534
- };
535
- readonly mutation: string;
536
- readonly args: any;
537
- readonly parentId: {
538
- readonly global: number;
539
- readonly local: number;
540
- };
541
- }, {
542
- readonly id: {
543
- readonly global: number;
544
- readonly local: number;
545
- };
546
- readonly mutation: string;
547
- readonly args: any;
548
- readonly parentId: {
549
- readonly global: number;
550
- readonly local: number;
551
- };
552
- }, never>;
534
+ mutationEventEncoded: Schema.Struct<{
535
+ mutation: typeof Schema.String;
536
+ args: typeof Schema.Any;
537
+ id: Schema.BrandSchema<number & import("effect/Brand").Brand<"GlobalEventId">, number, never>;
538
+ parentId: Schema.BrandSchema<number & import("effect/Brand").Brand<"GlobalEventId">, number, never>;
539
+ }>;
553
540
  metadata: Schema.Option<Schema.Schema<Schema.JsonValue, Schema.JsonValue, never>>;
554
541
  }>;
555
542
  export declare class SyncHistoryRes extends SyncHistoryRes_base {
@@ -557,16 +544,17 @@ export declare class SyncHistoryRes extends SyncHistoryRes_base {
557
544
  declare const Disconnect_base: Schema.Struct<{
558
545
  _tag: Schema.tag<"LSD.Disconnect">;
559
546
  } & {
560
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
547
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
561
548
  } & {
562
- appHostId: typeof Schema.String;
549
+ clientId: typeof Schema.String;
550
+ sessionId: typeof Schema.String;
563
551
  }>;
564
552
  export declare class Disconnect extends Disconnect_base {
565
553
  }
566
554
  declare const Ping_base: Schema.Struct<{
567
555
  _tag: Schema.tag<"LSD.Ping">;
568
556
  } & {
569
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
557
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
570
558
  } & {
571
559
  requestId: typeof Schema.String;
572
560
  }>;
@@ -575,7 +563,7 @@ export declare class Ping extends Ping_base {
575
563
  declare const Pong_base: Schema.Struct<{
576
564
  _tag: Schema.tag<"LSD.Pong">;
577
565
  } & {
578
- liveStoreVersion: Schema.Literal<["0.2.0"]>;
566
+ liveStoreVersion: Schema.Literal<["0.3.0-dev.10"]>;
579
567
  } & {
580
568
  requestId: typeof Schema.String;
581
569
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"devtools-messages.d.ts","sourceRoot":"","sources":["../../src/devtools/devtools-messages.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"devtools-messages.d.ts","sourceRoot":"","sources":["../../src/devtools/devtools-messages.ts"],"names":[],"mappings":"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"}
@@ -5,7 +5,8 @@ import * as MutationEvent from '../schema/MutationEvent.js';
5
5
  import { PreparedBindValues } from '../util.js';
6
6
  import { liveStoreVersion as pkgVersion } from '../version.js';
7
7
  const requestId = Schema.String;
8
- const appHostId = Schema.String;
8
+ const clientId = Schema.String;
9
+ const sessionId = Schema.String;
9
10
  const liveStoreVersion = Schema.Literal(pkgVersion);
10
11
  const LSDMessage = (tag, fields) => Schema.TaggedStruct(tag, {
11
12
  liveStoreVersion,
@@ -15,11 +16,13 @@ const LSDChannelMessage = (tag, fields) => LSDMessage(tag, {
15
16
  ...fields,
16
17
  });
17
18
  const LSDStoreChannelMessage = (tag, fields) => LSDMessage(tag, {
18
- appHostId,
19
+ clientId,
20
+ sessionId,
19
21
  ...fields,
20
22
  });
21
23
  const LSDStoreReqResMessage = (tag, fields) => LSDMessage(tag, {
22
- appHostId,
24
+ clientId,
25
+ sessionId,
23
26
  requestId,
24
27
  ...fields,
25
28
  });
@@ -69,12 +72,12 @@ export class DebugInfoRerunQueryRes extends LSDStoreReqResMessage('LSD.DebugInfo
69
72
  }
70
73
  // TODO refactor this to use push/pull semantics
71
74
  export class MutationBroadcast extends LSDMessage('LSD.Leader.MutationBroadcast', {
72
- mutationEventEncoded: MutationEvent.EncodedAny,
75
+ mutationEventEncoded: MutationEvent.AnyEncoded,
73
76
  }) {
74
77
  }
75
78
  // TODO refactor this to use push/pull semantics
76
79
  export class RunMutationReq extends LSDReqResMessage('LSD.Leader.RunMutationReq', {
77
- mutationEventEncoded: MutationEvent.EncodedAny.pipe(Schema.omit('id', 'parentId')),
80
+ mutationEventEncoded: MutationEvent.AnyEncoded.pipe(Schema.omit('id', 'parentId')),
78
81
  }) {
79
82
  }
80
83
  export class RunMutationRes extends LSDReqResMessage('LSD.Leader.RunMutationRes', {}) {
@@ -155,7 +158,7 @@ export class SyncHistorySubscribe extends LSDReqResMessage('LSD.Leader.SyncHisto
155
158
  export class SyncHistoryUnsubscribe extends LSDReqResMessage('LSD.Leader.SyncHistoryUnsubscribe', {}) {
156
159
  }
157
160
  export class SyncHistoryRes extends LSDReqResMessage('LSD.Leader.SyncHistoryRes', {
158
- mutationEventEncoded: MutationEvent.EncodedAny,
161
+ mutationEventEncoded: MutationEvent.AnyEncodedGlobal,
159
162
  metadata: Schema.Option(Schema.JsonValue),
160
163
  }) {
161
164
  }
@@ -1 +1 @@
1
- {"version":3,"file":"devtools-messages.js","sourceRoot":"","sources":["../../src/devtools/devtools-messages.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"devtools-messages.js","sourceRoot":"","sources":["../../src/devtools/devtools-messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC5C,OAAO,KAAK,aAAa,MAAM,4BAA4B,CAAA;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,gBAAgB,IAAI,UAAU,EAAE,MAAM,eAAe,CAAA;AAE9D,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAA;AAC/B,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,CAAA;AAC9B,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAA;AAC/B,MAAM,gBAAgB,GAAG,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAA;AAEnD,MAAM,UAAU,GAAG,CAA0D,GAAQ,EAAE,MAAc,EAAE,EAAE,CACvG,MAAM,CAAC,YAAY,CAAC,GAAG,EAAE;IACvB,gBAAgB;IAChB,GAAG,MAAM;CACV,CAAC,CAAC,WAAW,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,CAAA;AAErC,MAAM,iBAAiB,GAAG,CAA0D,GAAQ,EAAE,MAAc,EAAE,EAAE,CAC9G,UAAU,CAAC,GAAG,EAAE;IACd,GAAG,MAAM;CACV,CAAC,CAAA;AAEJ,MAAM,sBAAsB,GAAG,CAA0D,GAAQ,EAAE,MAAc,EAAE,EAAE,CACnH,UAAU,CAAC,GAAG,EAAE;IACd,QAAQ;IACR,SAAS;IACT,GAAG,MAAM;CACV,CAAC,CAAA;AAEJ,MAAM,qBAAqB,GAAG,CAA0D,GAAQ,EAAE,MAAc,EAAE,EAAE,CAClH,UAAU,CAAC,GAAG,EAAE;IACd,QAAQ;IACR,SAAS;IACT,SAAS;IACT,GAAG,MAAM;CACV,CAAC,CAAA;AAEJ,MAAM,gBAAgB,GAAG,CAA0D,GAAQ,EAAE,MAAc,EAAE,EAAE,CAC7G,iBAAiB,CAAC,GAAG,EAAE;IACrB,SAAS;IACT,GAAG,MAAM;CACV,CAAC,CAAA;AAEJ,MAAM,OAAO,WAAY,SAAQ,gBAAgB,CAAC,wBAAwB,EAAE,EAAE,CAAC;CAAG;AAElF,MAAM,OAAO,WAAY,SAAQ,gBAAgB,CAAC,wBAAwB,EAAE;IAC1E,QAAQ,EAAE,YAAY,CAAC,UAAU;CAClC,CAAC;CAAG;AAEL,MAAM,OAAO,mBAAoB,SAAQ,gBAAgB,CAAC,gCAAgC,EAAE;IAC1F,IAAI,EAAE,YAAY,CAAC,UAAU;CAC9B,CAAC;CAAG;AAEL,MAAM,OAAO,mBAAoB,SAAQ,gBAAgB,CAAC,gCAAgC,EAAE;IAC1F,MAAM,EAAE,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,kBAAkB,EAAE,sBAAsB,CAAC;CACzE,CAAC;CAAG;AAEL,MAAM,OAAO,YAAa,SAAQ,qBAAqB,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAAG;AAElF,MAAM,OAAO,YAAa,SAAQ,qBAAqB,CAAC,kBAAkB,EAAE;IAC1E,SAAS,EAAE,SAAS;CACrB,CAAC;CAAG;AAEL,MAAM,OAAO,yBAA0B,SAAQ,qBAAqB,CAAC,+BAA+B,EAAE,EAAE,CAAC;CAAG;AAE5G,MAAM,OAAO,mBAAoB,SAAQ,qBAAqB,CAAC,yBAAyB,EAAE;IACxF,gBAAgB,EAAE,MAAM,CAAC,KAAK,CAAC,SAAS,CAAC;CAC1C,CAAC;CAAG;AAEL,MAAM,OAAO,2BAA4B,SAAQ,qBAAqB,CAAC,iCAAiC,EAAE,EAAE,CAAC;CAAG;AAEhH,MAAM,OAAO,iBAAkB,SAAQ,qBAAqB,CAAC,uBAAuB,EAAE,EAAE,CAAC;CAAG;AAE5F,MAAM,OAAO,iBAAkB,SAAQ,qBAAqB,CAAC,uBAAuB,EAAE,EAAE,CAAC;CAAG;AAE5F,MAAM,OAAO,sBAAuB,SAAQ,qBAAqB,CAAC,4BAA4B,EAAE;IAC9F,QAAQ,EAAE,MAAM,CAAC,MAAM;IACvB,UAAU,EAAE,MAAM,CAAC,WAAW,CAAC,kBAAkB,CAAC;IAClD,aAAa,EAAE,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;CACjD,CAAC;CAAG;AAEL,MAAM,OAAO,sBAAuB,SAAQ,qBAAqB,CAAC,4BAA4B,EAAE,EAAE,CAAC;CAAG;AAEtG,gDAAgD;AAChD,MAAM,OAAO,iBAAkB,SAAQ,UAAU,CAAC,8BAA8B,EAAE;IAChF,oBAAoB,EAAE,aAAa,CAAC,UAAU;CAC/C,CAAC;CAAG;AAEL,gDAAgD;AAChD,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE;IAChF,oBAAoB,EAAE,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;CACnF,CAAC;CAAG;AAEL,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE,EAAE,CAAC;CAAG;AAExF,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE,EAAE,CAAC;CAAG;AAExF,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE;IAChF,WAAW,EAAE,YAAY,CAAC,UAAU;CACrC,CAAC;CAAG;AAEL,MAAM,OAAO,wBAAyB,SAAQ,qBAAqB,CAAC,8BAA8B,EAAE;IAClG,cAAc,EAAE,MAAM,CAAC,OAAO;CAC/B,CAAC;CAAG;AAEL,MAAM,OAAO,0BAA2B,SAAQ,qBAAqB,CAAC,gCAAgC,EAAE,EAAE,CAAC;CAAG;AAE9G,MAAM,OAAO,kBAAmB,SAAQ,qBAAqB,CAAC,wBAAwB,EAAE;IACtF,eAAe,EAAE,MAAM,CAAC,GAAG;CAC5B,CAAC;CAAG;AAEL,MAAM,OAAO,oBAAqB,SAAQ,qBAAqB,CAAC,0BAA0B,EAAE,EAAE,CAAC;CAAG;AAElG,MAAM,OAAO,sBAAuB,SAAQ,qBAAqB,CAAC,4BAA4B,EAAE,EAAE,CAAC;CAAG;AAEtG,MAAM,OAAO,mBAAoB,SAAQ,MAAM,CAAC,MAAM,CAAC;IACrD,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,SAAS,CAAC;IACjD,EAAE,EAAE,MAAM,CAAC,MAAM;IACjB,KAAK,EAAE,MAAM,CAAC,MAAM;IACpB,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,cAAc,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC,GAAG;IACzB,mBAAmB,EAAE,MAAM,CAAC,KAAK,CAC/B,MAAM,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EAAE,CAAC,CACzG;CACF,CAAC;CAAG;AAEL,MAAM,OAAO,cAAe,SAAQ,qBAAqB,CAAC,oBAAoB,EAAE;IAC9E,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,mBAAmB,CAAC;CAC/C,CAAC;CAAG;AAEL,MAAM,OAAO,eAAgB,SAAQ,gBAAgB,CAAC,4BAA4B,EAAE;IAClF,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,EAAE,aAAa,CAAC;CAChD,CAAC;CAAG;AAEL,MAAM,OAAO,eAAgB,SAAQ,gBAAgB,CAAC,4BAA4B,EAAE,EAAE,CAAC;CAAG;AAE1F,MAAM,OAAO,mBAAoB,SAAQ,gBAAgB,CAAC,gCAAgC,EAAE,EAAE,CAAC;CAAG;AAElG,MAAM,OAAO,gBAAiB,SAAQ,MAAM,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,MAAM,CAAC,MAAM;IACvB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,GAAG,EAAE,CAAC;CACvG,CAAC;CAAG;AAEL,MAAM,OAAO,mBAAoB,SAAQ,gBAAgB,CAAC,gCAAgC,EAAE;IAC1F,EAAE,EAAE,gBAAgB;IACpB,WAAW,EAAE,gBAAgB;CAC9B,CAAC;CAAG;AAEL,MAAM,OAAO,sBAAuB,SAAQ,gBAAgB,CAAC,mCAAmC,EAAE,EAAE,CAAC;CAAG;AACxG,MAAM,OAAO,wBAAyB,SAAQ,gBAAgB,CAAC,qCAAqC,EAAE,EAAE,CAAC;CAAG;AAE5G,MAAM,OAAO,gBAAiB,SAAQ,gBAAgB,CAAC,6BAA6B,EAAE;IACpF,aAAa,EAAE,aAAa;CAC7B,CAAC;CAAG;AAEL,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE,EAAE,CAAC;CAAG;AAExF,MAAM,OAAO,WAAY,SAAQ,MAAM,CAAC,MAAM,CAAC;IAC7C,OAAO,EAAE,MAAM,CAAC,OAAO;IACvB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,GAAG,EAAE,CAAC;CACnE,CAAC;CAAG;AAEL,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE;IAChF,WAAW,EAAE,WAAW;CACzB,CAAC;CAAG;AAEL,MAAM,OAAO,oBAAqB,SAAQ,gBAAgB,CAAC,iCAAiC,EAAE,EAAE,CAAC;CAAG;AACpG,MAAM,OAAO,sBAAuB,SAAQ,gBAAgB,CAAC,mCAAmC,EAAE,EAAE,CAAC;CAAG;AACxG,MAAM,OAAO,cAAe,SAAQ,gBAAgB,CAAC,2BAA2B,EAAE;IAChF,oBAAoB,EAAE,aAAa,CAAC,gBAAgB;IACpD,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC;CAC1C,CAAC;CAAG;AAEL,MAAM,OAAO,UAAW,SAAQ,sBAAsB,CAAC,gBAAgB,EAAE,EAAE,CAAC;CAAG;AAE/E,MAAM,OAAO,IAAK,SAAQ,gBAAgB,CAAC,UAAU,EAAE,EAAE,CAAC;CAAG;AAE7D,MAAM,OAAO,IAAK,SAAQ,gBAAgB,CAAC,UAAU,EAAE,EAAE,CAAC;CAAG;AAE7D,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CAAC,KAAK,CAC5C,WAAW,EACX,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,sBAAsB,EACtB,wBAAwB,EACxB,UAAU,EACV,cAAc,EACd,IAAI,EACJ,mBAAmB,EACnB,oBAAoB,EACpB,sBAAsB,EACtB,cAAc,CACf,CAAC,WAAW,CAAC,EAAE,UAAU,EAAE,wBAAwB,EAAE,CAAC,CAAA;AAIvD,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,CACnD,YAAY,EACZ,yBAAyB,EACzB,2BAA2B,EAC3B,iBAAiB,EACjB,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,oBAAoB,EACpB,sBAAsB,EACtB,UAAU,CAGX,CAAC,WAAW,CAAC,EAAE,UAAU,EAAE,+BAA+B,EAAE,CAAC,CAAA;AAI9D,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,KAAK,CAC9C,WAAW,EACX,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,UAAU,EACV,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,IAAI,EACJ,mBAAmB,EACnB,cAAc,EACd,cAAc,CACf,CAAC,WAAW,CAAC,EAAE,UAAU,EAAE,0BAA0B,EAAE,CAAC,CAAA;AAIzD,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,KAAK,CACrD,YAAY,EACZ,mBAAmB,EACnB,iBAAiB,EACjB,sBAAsB,EACtB,kBAAkB,EAClB,cAAc,EACd,UAAU,CAEX,CAAC,WAAW,CAAC,EAAE,UAAU,EAAE,iCAAiC,EAAE,CAAC,CAAA"}
package/dist/index.d.ts CHANGED
@@ -15,8 +15,4 @@ export * from './version.js';
15
15
  export * from './query-builder/mod.js';
16
16
  export * from './sync/syncstate.js';
17
17
  export * from './otel.js';
18
- declare global {
19
- interface LiveStoreGlobal {
20
- }
21
- }
22
18
  //# sourceMappingURL=index.d.ts.map