@otr-app/shared-backend-generated-client 2.5.23 → 2.5.24

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.
@@ -25,7 +25,7 @@ export interface IntercomConversationResponse {
25
25
  ai_agent?: string;
26
26
  ai_agent_participated?: boolean;
27
27
  contacts?: ContactList;
28
- conversation_rating?: string;
28
+ conversation_rating?: object;
29
29
  created_at?: number;
30
30
  custom_attributes?: object;
31
31
  first_contact_reply?: FirstContactReply;
@@ -15,7 +15,7 @@ export interface IntercomConversationResponse {
15
15
  "ai_agent"?: string;
16
16
  "ai_agent_participated"?: boolean;
17
17
  "contacts"?: models.ContactList;
18
- "conversation_rating"?: string;
18
+ "conversation_rating"?: object;
19
19
  "created_at"?: number;
20
20
  "custom_attributes"?: object;
21
21
  "first_contact_reply"?: models.FirstContactReply;
@@ -42,10 +42,10 @@ export interface IntercomConversationResponse {
42
42
  contacts?: ContactList;
43
43
  /**
44
44
  *
45
- * @type {string}
45
+ * @type {object}
46
46
  * @memberof IntercomConversationResponse
47
47
  */
48
- conversationRating?: string;
48
+ conversationRating?: object;
49
49
  /**
50
50
  *
51
51
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "2.5.23",
3
+ "version": "2.5.24",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"