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