@livestore/sync-s2 0.0.0-snapshot-6a410d2bb15949bff8b9547ad2ca83ca0a942758 → 0.0.0-snapshot-ced6cbb35a8d7a6762f815cc649e8aaeaf0460ca
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.
|
@@ -154,7 +154,7 @@ declare const AccessTokenScope_base: S.Class<AccessTokenScope, {
|
|
|
154
154
|
} & {
|
|
155
155
|
readonly op_groups?: PermittedOperationGroups | undefined;
|
|
156
156
|
} & {
|
|
157
|
-
readonly ops?: readonly ("read" | "list-basins" | "create-basin" | "delete-basin" | "reconfigure-basin" | "get-basin-config" | "issue-access-token" | "revoke-access-token" | "list-access-tokens" | "list-streams" | "create-stream" | "delete-stream" | "get-stream-config" | "reconfigure-stream" | "check-tail" | "append" | "
|
|
157
|
+
readonly ops?: readonly ("trim" | "read" | "list-basins" | "create-basin" | "delete-basin" | "reconfigure-basin" | "get-basin-config" | "issue-access-token" | "revoke-access-token" | "list-access-tokens" | "list-streams" | "create-stream" | "delete-stream" | "get-stream-config" | "reconfigure-stream" | "check-tail" | "append" | "fence" | "account-metrics" | "basin-metrics" | "stream-metrics")[] | undefined;
|
|
158
158
|
} & {
|
|
159
159
|
readonly streams?: {
|
|
160
160
|
readonly exact: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/sync-s2",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-ced6cbb35a8d7a6762f815cc649e8aaeaf0460ca",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"./s2-proxy-helpers": "./dist/s2-proxy-helpers.js"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@livestore/
|
|
12
|
-
"@livestore/
|
|
13
|
-
"@livestore/
|
|
11
|
+
"@livestore/common": "0.0.0-snapshot-ced6cbb35a8d7a6762f815cc649e8aaeaf0460ca",
|
|
12
|
+
"@livestore/utils": "0.0.0-snapshot-ced6cbb35a8d7a6762f815cc649e8aaeaf0460ca",
|
|
13
|
+
"@livestore/livestore": "0.0.0-snapshot-ced6cbb35a8d7a6762f815cc649e8aaeaf0460ca"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"files": [
|