@livestore/sync-s2 0.4.0-dev.12 → 0.4.0-dev.13
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
|
+
} & {
|
|
91
93
|
readonly account?: ReadWritePermissions | undefined;
|
|
92
94
|
} & {
|
|
93
95
|
readonly basin?: ReadWritePermissions | undefined;
|
|
94
|
-
} & {
|
|
95
|
-
readonly stream?: ReadWritePermissions | undefined;
|
|
96
96
|
}, {}, {}>;
|
|
97
97
|
export declare class PermittedOperationGroups extends PermittedOperationGroups_base {
|
|
98
98
|
}
|
|
@@ -261,9 +261,9 @@ declare const ErrorResponse_base: S.Class<ErrorResponse, {
|
|
|
261
261
|
}>;
|
|
262
262
|
message: typeof S.String;
|
|
263
263
|
}>, never, {
|
|
264
|
-
readonly message: string;
|
|
265
|
-
} & {
|
|
266
264
|
readonly code?: string | undefined;
|
|
265
|
+
} & {
|
|
266
|
+
readonly message: string;
|
|
267
267
|
}, {}, {}>;
|
|
268
268
|
export declare class ErrorResponse extends ErrorResponse_base {
|
|
269
269
|
}
|
|
@@ -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 scope: "aws:us-east-1";
|
|
337
335
|
} & {
|
|
338
336
|
readonly state: "active" | "creating" | "deleting";
|
|
337
|
+
} & {
|
|
338
|
+
readonly scope: "aws:us-east-1";
|
|
339
339
|
}, {}, {}>;
|
|
340
340
|
export declare class BasinInfo extends BasinInfo_base {
|
|
341
341
|
}
|
|
@@ -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 values: readonly string[];
|
|
848
|
-
} & {
|
|
849
847
|
readonly name: string;
|
|
848
|
+
} & {
|
|
849
|
+
readonly values: readonly 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 start: StreamPosition;
|
|
1342
|
-
} & {
|
|
1343
1341
|
readonly end: StreamPosition;
|
|
1342
|
+
} & {
|
|
1343
|
+
readonly start: 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.13",
|
|
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.13",
|
|
12
|
+
"@livestore/livestore": "0.4.0-dev.13",
|
|
13
|
+
"@livestore/utils": "0.4.0-dev.13"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {},
|
|
16
16
|
"files": [
|