@livestore/sync-s2 0.0.0-snapshot-281eccb49cc423d5ec2e6800b7c195b2138f4903 → 0.0.0-snapshot-e18224c2f978e5d8fceef2b039e59003cf2f4fd4
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 ("
|
|
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" | "trim" | "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-e18224c2f978e5d8fceef2b039e59003cf2f4fd4",
|
|
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/utils": "0.0.0-snapshot-e18224c2f978e5d8fceef2b039e59003cf2f4fd4",
|
|
12
|
+
"@livestore/livestore": "0.0.0-snapshot-e18224c2f978e5d8fceef2b039e59003cf2f4fd4",
|
|
13
|
+
"@livestore/common": "0.0.0-snapshot-e18224c2f978e5d8fceef2b039e59003cf2f4fd4"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"files": [
|