@giosg/types 12.1.7 → 12.1.9

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,387 +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.1.7
8
- - Added `members` and `messaging_channel` properties to `BarChat` and `messaging_channel` to `PublicCHat`
9
-
10
- ## 12.1.6
11
- - Added `hide_chat_dialog` property to `OrganizationRoomSettings` and `OrganizationRoomSettingsPayload` interfaces.
12
-
13
- ## 12.1.5
14
- - Added `is_download_chat_log_enabled` property to `PublicRoom`, `OrganizationRoomSettings` and `OrganizationRoomSettingsPayload` interfaces.
15
-
16
- ## 12.1.4
17
- - Updated `CallStatus` interface
18
-
19
- ## 12.1.3
20
- - Updated `Call` and `CallStatus` interfaces
21
-
22
- ## 12.1.2
23
- - Added new fields to `RouterStep` interface
24
-
25
- ## 12.1.1
26
- - Added field `canned_answers_count` to `CannedAnswerCategory`
27
-
28
- ## 12.1.0
29
- - Changed typescript version in peerDependencies to `^4.0.0 || ^5.0.0`
30
-
31
- ## 12.0.19
32
- - Added new fields to `Room` interface
33
-
34
- ## 12.0.18
35
- - Added `CannedAnswerCategory` type
36
-
37
- ## 12.0.17
38
- - Added `OrganizationCannedAnswer` type
39
-
40
- ## 12.0.16
41
- - Added `show_queue_position` property to `PublicRoom`
42
-
43
- ## 12.0.15
44
- - Added `category_uuid` property to RoomChatTag
45
-
46
- ## 12.0.14
47
- - Added `hide_chat_dialog` property to PublicRoom and `uuid` property to RoomChatTag
48
-
49
- ## 12.0.13
50
- - Added `scheduled` chat type
51
-
52
- ## 12.0.12
53
- - Added `agent_call` chat type
54
-
55
- ## 12.0.11
56
- - Added `category_name` to RoomChatTag interface
57
-
58
- ## 12.0.10
59
- - Added `scheduled_go_offline` to UserPayload interface
60
-
61
- ## 12.0.9
62
- - Added `scheduled_go_offline` to User interface and `call_error_code` to BaseCallStatus interface
63
-
64
- ## 12.0.8
65
- - Added `click2call_request` message type
66
-
67
- ## 12.0.7
68
- - Added `giosg_crawler_secret` field to `OrganizationSettings` interface.
69
-
70
- ## 12.0.6
71
- - Added "is_muted" to ChatMembershipPayload interface
72
-
73
- ## 12.0.5
74
- - Added "is_muted" to ChatMembership interface
75
-
76
- ## 12.0.4
77
- - Added "role" to User interface
78
-
79
- ## 12.0.3
80
- - Added types for telephony
81
-
82
- ## 12.0.2
83
- - Added status property to User interface
84
-
85
- ## 12.0.1
86
- - Added a "visitor_data_deleted" message type
87
-
88
- ## 12.0.0
89
- - Added types for new shopping cart event messages. Moved "shoppingcart_locked" to CHAT_DATA_MESSAGE_TYPES.
90
-
91
- ## 11.0.2
92
- - Added new permission scopes.
93
- - Added types for new "CSS Selector (JS)" rule condition.
94
-
95
- ## 11.0.1
96
- - Added types for new "Visitor's ISP name" rule condition.
97
-
98
- ## 11.0.0
99
- - Added `active_client` field in the `BaseCallStatus` interface.
100
- - Added types for new "Custom schedule" rule condition.
101
-
102
- ## 10.0.0
103
- - 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.
104
-
105
- ## 9.0.0
106
- - Updated typescript dependency version
107
-
108
- ## 8.0.2
109
- - Remove unused fields from BarChat interface.
110
-
111
- ## 8.0.1
112
- - Add JitsiToken interface.
113
-
114
- ## 8.0.0
115
- - Remove pipeline fields from RoomVisitor
116
-
117
- ## 7.3.1
118
-
119
- - Add new `identified` chat type.
120
-
121
- ## 7.3.0
122
-
123
- - Add new HIDE_INTERACTION rule action type.
124
-
125
- ## 7.2.0
126
-
127
- - Add new message types to CHAT_DATA_MESSAGE_TYPES.
128
-
129
- ## 7.1.0
130
-
131
- - Update GiosgBrand type with new fields.
132
-
133
- ## 7.0.1
134
-
135
- - Added interfaces for the brand editor
136
-
137
- ## 7.0.0
138
-
139
- - Added support for CommonJS
140
- - Changed import paths by adding `cjs` and `esm` directories to the package - some imports in dependent projects may need to be updated.
141
-
142
- ## 6.10.0
143
-
144
- - Added the `GiosgBrand` interface
145
-
146
- ## 6.9.0
147
-
148
- - Removed Reporting Target
149
-
150
- ## 6.8.0
151
-
152
- - Removed Cobrowse Reporting
153
-
154
- ## 6.7.0
155
-
156
- - Added `is_user_deleted` field to `ChatMembershipUser` interface
157
-
158
- ## 6.6.0
159
-
160
- - Added types for giosg Transparency&Consent API
161
-
162
- ## 6.5.0
163
-
164
- - Renamed `screen_sharing_state` field to `cobrowser_state` at `InCallStatus` interface
165
-
166
- ## 6.4.0
167
-
168
- - Modified types for call status
169
- - Added `screen_sharing_state` field to `InCallStatus` interface
170
-
171
- ## 6.3.0
172
-
173
- - Added type for call status
174
-
175
- ## 6.2.2
176
-
177
- - Fixed type of `brand` field in `PublicRoom` types
178
- - Chat button asset fields added to the `Brand` interface
179
-
180
- ## 6.2.1
181
-
182
- - Changed typescript `module` option from `commonjs` to `es2015` to allow treeshaking
183
-
184
- ## 6.2.0
185
-
186
- - Added `client_type` field to `UserClientPayload`
187
-
188
- ## 6.1.2
189
-
190
- - Added `client_type` field to `UserClient`
191
-
192
- ## 6.1.1
193
-
194
- - Changed Typescript version to `^4.0.3`.
195
-
196
- ## 6.0.1
197
-
198
- - Added field `index` to `RuleActionPayload`
199
-
200
- ## 6.0.0
201
-
202
- - Updated `WebhookRequestLogEntry` field `status` type with actual status choices instead of `string`.
203
-
204
- ## 5.0.0
205
-
206
- - Rename `VISITOR_BELONGS_TO_AN_TARGET_EXPERIMENT_GROUP` to `VISITOR_BELONGS_TO_A_TARGET_EXPERIMENT_GROUP`.
207
- - Add `ComposingStatus`, `ChatWithRoom`, `ChatMessageWithChat` and `RulePrediction`.
208
- - Correctly mark the domain on `NestedRoom` as a potentially `null` value.
209
-
210
- ## 4.6.0
211
-
212
- - Add `is_removed` field for `BarChats`.
213
- - ConditionHasChattedSettings type was removed
214
-
215
- ## 4.5.0
216
-
217
- - Add `is_available` field for `BarChats`.
218
-
219
- ## 4.4.5
220
-
221
- - Fixed type of `PublicRoom` interface field `legacy_id` to be `RoomLegacyToken` instead of `RoomLegacyId`.
222
- - Added is_email_confirmed to `User`interface.
223
-
224
- ## 4.4.4
225
-
226
- - Add new rule condition
227
-
228
- ## 4.4.3
229
-
230
- - Added `estimated_waiting_time` into public room
231
-
232
- ## 4.4.2
233
-
234
- - Added `is_bot` field to `ChatMembershipUser` interface
235
- - Removed deprecated `RoomCreate` interface
236
- - Add visitor_avatar url
237
- - Add new chat type=task
238
- - Add new message types
239
-
240
- ## 4.3.1
241
-
242
- - Fix nullability of accepted_by_user/accepted_by_user_id
243
-
244
- ## 4.3.0
245
-
246
- - Added `OutgoingTeamShare`, `IncomingTeamShare` and `TeamSharePayload` interfaces.
247
-
248
- ## 4.2.0
249
-
250
- - Added the email request interface
251
-
252
- ## 4.1.0
253
-
254
- - Added `is_connected_to_room` field to `Team` interface.
255
- - Added `is_staff` field to `NestedUser` interface.
256
- - Added `chat_end_with_msgs` as a possible type to `GiosgAppTriggerCondition` interface.
257
- - Added `is_bot` field to `UserPayload` interface.
258
-
259
- ## 4.0.0
260
-
261
- ### Breaking changes
262
-
263
- - Removed `unread_message_count` from `BarChat` interface.
264
- - Removed `is_participating` from `BarChat` interface.
265
-
266
- ## 3.4.0
267
-
268
- - Added `minimal_bar_version` field to `OAuthResponseSuccess` interface.
269
-
270
- ## 3.3.0
271
-
272
- - Added `group_chat_id` in `Team` interface.
273
-
274
- ## 3.2.3
275
-
276
- - Renamed `Room.public_key` to `Room.public_key_id`.
277
- - Removed `null` from `Room.is_chat_encryption_enabled`.
278
-
279
- ## 3.2.2
280
-
281
- - Fixed `value` type in `VisitorVariable` interface. It can not be type of `string[]`.
282
-
283
- ## 3.2.1
284
-
285
- - Deprecated `unread_message_count` in `BarChat` interface.
286
-
287
- ## 3.2.0
288
-
289
- - Added `unread_message_count` to `ChatMembership`.
290
- - Changed `Chat` `chat_session_latest_message` to `ChatMessage`.
291
-
292
- ## 3.1.0
293
-
294
- - Added `router` and `legacy_chat_dialog_id` fields to `OrganizationRoomSettings`.
295
- - Added `is_chat_encryption_enabled`, `public_key_id`, and `sensitive_data_purge_ttl` fields to `Room`.
296
- - Added `LegacyChatDialogUid` and `PublicKeyUid`.
297
-
298
- ## 3.0.0
299
-
300
- - Added `sla` field to `StaffCustomership` and `StaffCustomershipPayload`.
301
- - Added `is_auto_tagging_enabled` boolean field to `OrganizationRoomSettings` and `OrganizationRoomSettingsPayload` interfaces.
302
-
303
- ### Breaking changes
304
-
305
- - Merged `RoomVisitorVariable` and `ChatVisitorVariable` to `VisitorVariable`
306
- - Merged `RoomVisitorVariablePayload` and `ChatVisitorVariablePayload` to `VisitorVariablePayload`
307
-
308
- ## 2.0.1
309
-
310
- - Exported `ChatMembershipUser` and `ChatMembershipVisitor`.
311
-
312
- ## 2.0.0
313
-
314
- - 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`
315
-
316
- ### Breaking changes
317
-
318
- - Renamed `VisitorSessionId` to `VisitorSessionCid`.
319
- - Renamed `VisitorGlobalSessionId` to `VisitorSessionGid`.
320
- - Renamed `VisitorGlobalId` to `VisitorGid`.
321
- - Removed `GiosgSessionId`, it was duplicate of `VisitorGlobalSessionId`.
322
-
323
- ## 1.3.2
324
-
325
- - Added new chat_type option `group` to `Chat` interface.
326
- - Standardized chat types, added `ChatType` type.
327
-
328
- ## 1.3.1
329
-
330
- - Added new chat_type option `group` to `BarChat` interface.
331
- - Added new interfaces `OutgoingRoomShare`, `IncomingRoomShare`, `NestedRouter`, and `RoomSharePayload`.
332
- - Fixed `BarChat` interface, `chat_session_latest_message` can be null.
333
- - Fixed `attachment_template` field type across all types. It can be null.
334
-
335
- ## 1.3.0
336
-
337
- - Added new interfaces `Router`, `RouterPayload`, `RouterStep`, `RouterStepPayload`, and `RouterStepPrecondition`.
338
-
339
- ## 1.2.26
340
-
341
- - Added new interfaces `Upload` and `UploadPayload`.
342
-
343
- ## 1.2.25
344
-
345
- - Added new field for `LinkPreviewResponse`.
346
-
347
- ## 1.2.24
348
-
349
- - Added `LinkPreviewResponse` type.
350
- - Updated `DEVELOPMENT.md`.
351
-
352
- ## 1.2.23
353
-
354
- - Vasilii add changes you made here!
355
-
356
- ## 1.2.22
357
-
358
- - Nominal types are using uuids to make it easier to resolve versions conflicts.
359
-
360
- ## 1.2.17
361
-
362
- - ChatMessage and DecryptedChatMessage interfaces are divided into DataMessages and StatusMessages.
363
-
364
- ## 1.2.11
365
-
366
- - CHANGELOG added.
367
- - Id`s a set to be nominal types.
368
- - Actions standardized.
369
- - Asset interfaces added.
370
- - Chat interfaces added.
371
- - Timezone, currency and Language standardization.
372
- - Conditions standardized.
373
- - Customer interfaces added.
374
- - Customership interfaces added.
375
- - Experiments interfaces added.
376
- - Goal interfaces added.
377
- - Authentication interfaces added.
378
- - Partnership interfaces added.
379
- - Permission interfaces added.
380
- - Public interfaces added.
381
- - Room interfaces added.
382
- - Rules interfaces added.
383
- - User client interfaces added.
384
- - Visitor interfaces added.
385
- - Index added.
386
- - Auto generation of index file added.
387
- - Package published as `@giosg/types`.