@koredev/kore-web-sdk 11.11.1-rc.4f5bcc5 → 11.11.1-rc.dcdc0e8

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.
@@ -36,6 +36,8 @@ declare class Korei18nPlugin {
36
36
  attachments: string;
37
37
  close: string;
38
38
  reconnect: string;
39
+ today: string;
40
+ yesterday: string;
39
41
  };
40
42
  ja: {
41
43
  message: string;
@@ -69,6 +71,8 @@ declare class Korei18nPlugin {
69
71
  attachments: string;
70
72
  close: string;
71
73
  reconnect: string;
74
+ today: string;
75
+ yesterday: string;
72
76
  };
73
77
  ko: {
74
78
  message: string;
@@ -102,6 +106,8 @@ declare class Korei18nPlugin {
102
106
  attachments: string;
103
107
  close: string;
104
108
  reconnect: string;
109
+ today: string;
110
+ yesterday: string;
105
111
  };
106
112
  };
107
113
  };