@giosg/types 12.0.5 → 12.0.7

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/CHANGELOG.md DELETED
@@ -1,320 +0,0 @@
1
- # Changelog
2
-
3
- Hint: use `git diff <commithash>..HEAD src/` to see changes
4
-
5
- ## x.x.x (Not published yet)
6
-
7
- ## 12.0.5
8
- - Added "is_muted" to ChatMembership interface
9
-
10
- ## 12.0.4
11
- - Added "role" to User interface
12
-
13
- ## 12.0.3
14
- - Added types for telephony
15
-
16
- ## 12.0.2
17
- - Added status property to User interface
18
-
19
- ## 12.0.1
20
- - Added a "visitor_data_deleted" message type
21
-
22
- ## 12.0.0
23
- - Added types for new shopping cart event messages. Moved "shoppingcart_locked" to CHAT_DATA_MESSAGE_TYPES.
24
-
25
- ## 11.0.2
26
- - Added types for new "CSS Selector (JS)" rule condition.
27
-
28
- ## 11.0.1
29
- - Added types for new "Visitor's ISP name" rule condition.
30
-
31
- ## 11.0.0
32
- - Added `active_client` field in the `BaseCallStatus` interface.
33
- - Added types for new "Custom schedule" rule condition.
34
-
35
- ## 10.0.0
36
- - Added the `is_protected` field in the `Goal` interface. When this value is set to True, it indicates that the goal is a system goal, and users cannot edit or delete it.
37
-
38
- ## 9.0.0
39
- - Updated typescript dependency version
40
-
41
- ## 8.0.2
42
- - Remove unused fields from BarChat interface.
43
-
44
- ## 8.0.1
45
- - Add JitsiToken interface.
46
-
47
- ## 8.0.0
48
- - Remove pipeline fields from RoomVisitor
49
-
50
- ## 7.3.1
51
-
52
- - Add new `identified` chat type.
53
-
54
- ## 7.3.0
55
-
56
- - Add new HIDE_INTERACTION rule action type.
57
-
58
- ## 7.2.0
59
-
60
- - Add new message types to CHAT_DATA_MESSAGE_TYPES.
61
-
62
- ## 7.1.0
63
-
64
- - Update GiosgBrand type with new fields.
65
-
66
- ## 7.0.1
67
-
68
- - Added interfaces for the brand editor
69
-
70
- ## 7.0.0
71
-
72
- - Added support for CommonJS
73
- - Changed import paths by adding `cjs` and `esm` directories to the package - some imports in dependent projects may need to be updated.
74
-
75
- ## 6.10.0
76
-
77
- - Added the `GiosgBrand` interface
78
-
79
- ## 6.9.0
80
-
81
- - Removed Reporting Target
82
-
83
- ## 6.8.0
84
-
85
- - Removed Cobrowse Reporting
86
-
87
- ## 6.7.0
88
-
89
- - Added `is_user_deleted` field to `ChatMembershipUser` interface
90
-
91
- ## 6.6.0
92
-
93
- - Added types for giosg Transparency&Consent API
94
-
95
- ## 6.5.0
96
-
97
- - Renamed `screen_sharing_state` field to `cobrowser_state` at `InCallStatus` interface
98
-
99
- ## 6.4.0
100
-
101
- - Modified types for call status
102
- - Added `screen_sharing_state` field to `InCallStatus` interface
103
-
104
- ## 6.3.0
105
-
106
- - Added type for call status
107
-
108
- ## 6.2.2
109
-
110
- - Fixed type of `brand` field in `PublicRoom` types
111
- - Chat button asset fields added to the `Brand` interface
112
-
113
- ## 6.2.1
114
-
115
- - Changed typescript `module` option from `commonjs` to `es2015` to allow treeshaking
116
-
117
- ## 6.2.0
118
-
119
- - Added `client_type` field to `UserClientPayload`
120
-
121
- ## 6.1.2
122
-
123
- - Added `client_type` field to `UserClient`
124
-
125
- ## 6.1.1
126
-
127
- - Changed Typescript version to `^4.0.3`.
128
-
129
- ## 6.0.1
130
-
131
- - Added field `index` to `RuleActionPayload`
132
-
133
- ## 6.0.0
134
-
135
- - Updated `WebhookRequestLogEntry` field `status` type with actual status choices instead of `string`.
136
-
137
- ## 5.0.0
138
-
139
- - Rename `VISITOR_BELONGS_TO_AN_TARGET_EXPERIMENT_GROUP` to `VISITOR_BELONGS_TO_A_TARGET_EXPERIMENT_GROUP`.
140
- - Add `ComposingStatus`, `ChatWithRoom`, `ChatMessageWithChat` and `RulePrediction`.
141
- - Correctly mark the domain on `NestedRoom` as a potentially `null` value.
142
-
143
- ## 4.6.0
144
-
145
- - Add `is_removed` field for `BarChats`.
146
- - ConditionHasChattedSettings type was removed
147
-
148
- ## 4.5.0
149
-
150
- - Add `is_available` field for `BarChats`.
151
-
152
- ## 4.4.5
153
-
154
- - Fixed type of `PublicRoom` interface field `legacy_id` to be `RoomLegacyToken` instead of `RoomLegacyId`.
155
- - Added is_email_confirmed to `User`interface.
156
-
157
- ## 4.4.4
158
-
159
- - Add new rule condition
160
-
161
- ## 4.4.3
162
-
163
- - Added `estimated_waiting_time` into public room
164
-
165
- ## 4.4.2
166
-
167
- - Added `is_bot` field to `ChatMembershipUser` interface
168
- - Removed deprecated `RoomCreate` interface
169
- - Add visitor_avatar url
170
- - Add new chat type=task
171
- - Add new message types
172
-
173
- ## 4.3.1
174
-
175
- - Fix nullability of accepted_by_user/accepted_by_user_id
176
-
177
- ## 4.3.0
178
-
179
- - Added `OutgoingTeamShare`, `IncomingTeamShare` and `TeamSharePayload` interfaces.
180
-
181
- ## 4.2.0
182
-
183
- - Added the email request interface
184
-
185
- ## 4.1.0
186
-
187
- - Added `is_connected_to_room` field to `Team` interface.
188
- - Added `is_staff` field to `NestedUser` interface.
189
- - Added `chat_end_with_msgs` as a possible type to `GiosgAppTriggerCondition` interface.
190
- - Added `is_bot` field to `UserPayload` interface.
191
-
192
- ## 4.0.0
193
-
194
- ### Breaking changes
195
-
196
- - Removed `unread_message_count` from `BarChat` interface.
197
- - Removed `is_participating` from `BarChat` interface.
198
-
199
- ## 3.4.0
200
-
201
- - Added `minimal_bar_version` field to `OAuthResponseSuccess` interface.
202
-
203
- ## 3.3.0
204
-
205
- - Added `group_chat_id` in `Team` interface.
206
-
207
- ## 3.2.3
208
-
209
- - Renamed `Room.public_key` to `Room.public_key_id`.
210
- - Removed `null` from `Room.is_chat_encryption_enabled`.
211
-
212
- ## 3.2.2
213
-
214
- - Fixed `value` type in `VisitorVariable` interface. It can not be type of `string[]`.
215
-
216
- ## 3.2.1
217
-
218
- - Deprecated `unread_message_count` in `BarChat` interface.
219
-
220
- ## 3.2.0
221
-
222
- - Added `unread_message_count` to `ChatMembership`.
223
- - Changed `Chat` `chat_session_latest_message` to `ChatMessage`.
224
-
225
- ## 3.1.0
226
-
227
- - Added `router` and `legacy_chat_dialog_id` fields to `OrganizationRoomSettings`.
228
- - Added `is_chat_encryption_enabled`, `public_key_id`, and `sensitive_data_purge_ttl` fields to `Room`.
229
- - Added `LegacyChatDialogUid` and `PublicKeyUid`.
230
-
231
- ## 3.0.0
232
-
233
- - Added `sla` field to `StaffCustomership` and `StaffCustomershipPayload`.
234
- - Added `is_auto_tagging_enabled` boolean field to `OrganizationRoomSettings` and `OrganizationRoomSettingsPayload` interfaces.
235
-
236
- ### Breaking changes
237
-
238
- - Merged `RoomVisitorVariable` and `ChatVisitorVariable` to `VisitorVariable`
239
- - Merged `RoomVisitorVariablePayload` and `ChatVisitorVariablePayload` to `VisitorVariablePayload`
240
-
241
- ## 2.0.1
242
-
243
- - Exported `ChatMembershipUser` and `ChatMembershipVisitor`.
244
-
245
- ## 2.0.0
246
-
247
- - Added new interfaces `GiosgAppInstance`, `GiosgApp`, `GiosgAppPayload`, `InstalledGiosgApp`, `NestedGiosgApp`, `Brand`, `BrandPayload`, `PublicBrand`, `CannedAnswerIncrement`,`CannedAnswer`, `CannedAnswerPayload`, `ChatAssignment`, `LeadFormData`, `LeadFormDataPayload` `AppShare`, `AppSharePayload`, `ShoppingCartProduct`, `ShoppingCart`, `EndpointMethod` `Endpoint`, `Language`, `NestedTargetRule`, `NestedTargetConfig`, `TargetConfig`, `TargetExperiment`, `TargetedAction`, `TargetedActionPayload`, `VisitorPredictionList`, `VisitorPrediction`, `VisitorPredictionPayload`, `VisitorSessionPrediction`, `VisitorSessionPredictionPayload`, `RoomVisitorVariable`, `RoomVisitorVariablePayload`, `NestedWebhookChannelSubscription`, `NestedWebhookChannelSubscriptionPayload`, `WebhookRequestLogEntry`, `Webhook`, `WebhookPayload`
248
-
249
- ### Breaking changes
250
-
251
- - Renamed `VisitorSessionId` to `VisitorSessionCid`.
252
- - Renamed `VisitorGlobalSessionId` to `VisitorSessionGid`.
253
- - Renamed `VisitorGlobalId` to `VisitorGid`.
254
- - Removed `GiosgSessionId`, it was duplicate of `VisitorGlobalSessionId`.
255
-
256
- ## 1.3.2
257
-
258
- - Added new chat_type option `group` to `Chat` interface.
259
- - Standardized chat types, added `ChatType` type.
260
-
261
- ## 1.3.1
262
-
263
- - Added new chat_type option `group` to `BarChat` interface.
264
- - Added new interfaces `OutgoingRoomShare`, `IncomingRoomShare`, `NestedRouter`, and `RoomSharePayload`.
265
- - Fixed `BarChat` interface, `chat_session_latest_message` can be null.
266
- - Fixed `attachment_template` field type across all types. It can be null.
267
-
268
- ## 1.3.0
269
-
270
- - Added new interfaces `Router`, `RouterPayload`, `RouterStep`, `RouterStepPayload`, and `RouterStepPrecondition`.
271
-
272
- ## 1.2.26
273
-
274
- - Added new interfaces `Upload` and `UploadPayload`.
275
-
276
- ## 1.2.25
277
-
278
- - Added new field for `LinkPreviewResponse`.
279
-
280
- ## 1.2.24
281
-
282
- - Added `LinkPreviewResponse` type.
283
- - Updated `DEVELOPMENT.md`.
284
-
285
- ## 1.2.23
286
-
287
- - Vasilii add changes you made here!
288
-
289
- ## 1.2.22
290
-
291
- - Nominal types are using uuids to make it easier to resolve versions conflicts.
292
-
293
- ## 1.2.17
294
-
295
- - ChatMessage and DecryptedChatMessage interfaces are divided into DataMessages and StatusMessages.
296
-
297
- ## 1.2.11
298
-
299
- - CHANGELOG added.
300
- - Id`s a set to be nominal types.
301
- - Actions standardized.
302
- - Asset interfaces added.
303
- - Chat interfaces added.
304
- - Timezone, currency and Language standardization.
305
- - Conditions standardized.
306
- - Customer interfaces added.
307
- - Customership interfaces added.
308
- - Experiments interfaces added.
309
- - Goal interfaces added.
310
- - Authentication interfaces added.
311
- - Partnership interfaces added.
312
- - Permission interfaces added.
313
- - Public interfaces added.
314
- - Room interfaces added.
315
- - Rules interfaces added.
316
- - User client interfaces added.
317
- - Visitor interfaces added.
318
- - Index added.
319
- - Auto generation of index file added.
320
- - Package published as `@giosg/types`.