@vlprojects-chat/chat 0.0.54 → 0.0.55
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/index.es.js +3 -3
- package/dist/index.js +3 -3
- package/dist/keystone/ui.d.ts +3 -0
- package/dist/types/serverResponses.d.ts +1 -0
- package/package.json +1 -1
- package/dist/utils/intl.d.ts +0 -2
package/dist/keystone/ui.d.ts
CHANGED
|
@@ -6,14 +6,17 @@ interface IParams {
|
|
|
6
6
|
declare const UI_base: import("mobx-keystone")._Model<unknown, {
|
|
7
7
|
route: import("mobx-keystone").OptionalModelProp<string>;
|
|
8
8
|
channelId: import("mobx-keystone").ModelProp<string, string | null | undefined, string, string | null | undefined, string, false, string>;
|
|
9
|
+
lang: import("mobx-keystone").ModelProp<string, string | null | undefined, string, string | null | undefined, string, false, string>;
|
|
9
10
|
params: import("mobx-keystone").ModelProp<IParams, IParams | null | undefined, IParams, IParams | null | undefined, string, false, string>;
|
|
10
11
|
}, import("mobx-keystone").SnapshotInOfObject<import("mobx-keystone").ModelPropsToCreationData<{
|
|
11
12
|
route: import("mobx-keystone").OptionalModelProp<string>;
|
|
12
13
|
channelId: import("mobx-keystone").ModelProp<string, string | null | undefined, string, string | null | undefined, string, false, string>;
|
|
14
|
+
lang: import("mobx-keystone").ModelProp<string, string | null | undefined, string, string | null | undefined, string, false, string>;
|
|
13
15
|
params: import("mobx-keystone").ModelProp<IParams, IParams | null | undefined, IParams, IParams | null | undefined, string, false, string>;
|
|
14
16
|
}>>, import("mobx-keystone").SnapshotOutOfObject<import("mobx-keystone").ModelPropsToData<{
|
|
15
17
|
route: import("mobx-keystone").OptionalModelProp<string>;
|
|
16
18
|
channelId: import("mobx-keystone").ModelProp<string, string | null | undefined, string, string | null | undefined, string, false, string>;
|
|
19
|
+
lang: import("mobx-keystone").ModelProp<string, string | null | undefined, string, string | null | undefined, string, false, string>;
|
|
17
20
|
params: import("mobx-keystone").ModelProp<IParams, IParams | null | undefined, IParams, IParams | null | undefined, string, false, string>;
|
|
18
21
|
}>>>;
|
|
19
22
|
export default class UI extends UI_base {
|
package/package.json
CHANGED
package/dist/utils/intl.d.ts
DELETED