@livestore/sync-s2 0.4.0-dev.13 → 0.4.0-dev.15
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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/http-client-generated.d.ts +10 -10
- package/package.json +4 -4
|
@@ -88,11 +88,11 @@ declare const PermittedOperationGroups_base: S.Class<PermittedOperationGroups, {
|
|
|
88
88
|
nullable: true;
|
|
89
89
|
}>;
|
|
90
90
|
}>, never, {
|
|
91
|
-
readonly stream?: ReadWritePermissions | undefined;
|
|
92
|
-
} & {
|
|
93
91
|
readonly account?: ReadWritePermissions | undefined;
|
|
94
92
|
} & {
|
|
95
93
|
readonly basin?: ReadWritePermissions | undefined;
|
|
94
|
+
} & {
|
|
95
|
+
readonly stream?: ReadWritePermissions | undefined;
|
|
96
96
|
}, {}, {}>;
|
|
97
97
|
export declare class PermittedOperationGroups extends PermittedOperationGroups_base {
|
|
98
98
|
}
|
|
@@ -332,10 +332,10 @@ declare const BasinInfo_base: S.Class<BasinInfo, {
|
|
|
332
332
|
state: typeof BasinState;
|
|
333
333
|
}>, never, {
|
|
334
334
|
readonly name: string;
|
|
335
|
-
} & {
|
|
336
|
-
readonly state: "active" | "creating" | "deleting";
|
|
337
335
|
} & {
|
|
338
336
|
readonly scope: "aws:us-east-1";
|
|
337
|
+
} & {
|
|
338
|
+
readonly state: "active" | "creating" | "deleting";
|
|
339
339
|
}, {}, {}>;
|
|
340
340
|
export declare class BasinInfo extends BasinInfo_base {
|
|
341
341
|
}
|
|
@@ -757,9 +757,9 @@ declare const Scalar_base: S.Class<Scalar, {
|
|
|
757
757
|
*/
|
|
758
758
|
value: typeof S.Number;
|
|
759
759
|
}>, never, {
|
|
760
|
-
readonly name: string;
|
|
761
|
-
} & {
|
|
762
760
|
readonly value: number;
|
|
761
|
+
} & {
|
|
762
|
+
readonly name: string;
|
|
763
763
|
} & {
|
|
764
764
|
readonly unit: "bytes" | "operations";
|
|
765
765
|
}, {}, {}>;
|
|
@@ -844,9 +844,9 @@ declare const Label_base: S.Class<Label, {
|
|
|
844
844
|
*/
|
|
845
845
|
values: S.Array$<typeof S.String>;
|
|
846
846
|
}>, never, {
|
|
847
|
-
readonly name: string;
|
|
848
|
-
} & {
|
|
849
847
|
readonly values: readonly string[];
|
|
848
|
+
} & {
|
|
849
|
+
readonly name: string;
|
|
850
850
|
}, {}, {}>;
|
|
851
851
|
export declare class Label extends Label_base {
|
|
852
852
|
}
|
|
@@ -1338,9 +1338,9 @@ declare const AppendAck_base: S.Class<AppendAck, {
|
|
|
1338
1338
|
*/
|
|
1339
1339
|
tail: typeof StreamPosition;
|
|
1340
1340
|
}>, never, {
|
|
1341
|
-
readonly end: StreamPosition;
|
|
1342
|
-
} & {
|
|
1343
1341
|
readonly start: StreamPosition;
|
|
1342
|
+
} & {
|
|
1343
|
+
readonly end: StreamPosition;
|
|
1344
1344
|
} & {
|
|
1345
1345
|
readonly tail: StreamPosition;
|
|
1346
1346
|
}, {}, {}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/sync-s2",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.15",
|
|
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.4.0-dev.
|
|
12
|
-
"@livestore/
|
|
13
|
-
"@livestore/
|
|
11
|
+
"@livestore/common": "0.4.0-dev.15",
|
|
12
|
+
"@livestore/utils": "0.4.0-dev.15",
|
|
13
|
+
"@livestore/livestore": "0.4.0-dev.15"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"files": [
|