@livestore/sync-s2 0.0.0-snapshot-5600debb7d2967debd1254b296fbc64302cc2bf6 → 0.0.0-snapshot-e1f258583cff1ab7b06cbd70fd91a4564bd3d004
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-e1f258583cff1ab7b06cbd70fd91a4564bd3d004",
|
|
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/common": "0.0.0-snapshot-
|
|
12
|
-
"@livestore/livestore": "0.0.0-snapshot-
|
|
13
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
11
|
+
"@livestore/common": "0.0.0-snapshot-e1f258583cff1ab7b06cbd70fd91a4564bd3d004",
|
|
12
|
+
"@livestore/livestore": "0.0.0-snapshot-e1f258583cff1ab7b06cbd70fd91a4564bd3d004",
|
|
13
|
+
"@livestore/utils": "0.0.0-snapshot-e1f258583cff1ab7b06cbd70fd91a4564bd3d004"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"files": [
|