fintalk-pkg 2.3.25 → 2.3.26

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.
Files changed (2) hide show
  1. package/model/Customer.js +11 -0
  2. package/package.json +1 -1
package/model/Customer.js CHANGED
@@ -112,6 +112,17 @@ var CustomerSchema = new Schema({
112
112
  },
113
113
  },
114
114
  salesForceAffinityId: String,
115
+ chatRoomId: {
116
+ type: String,
117
+ index: {
118
+ global: true,
119
+ name: `fintalk-orchestrator-${process.env.BOT}-GSI-chatRoomId`,
120
+ rangeKey: "stage"
121
+ }
122
+ },
123
+ chatId: String,
124
+ chatProvider: String,
125
+ chatData: String,
115
126
  localCapture: Boolean,
116
127
  returnEvent: String,
117
128
  noAgentsEvent: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fintalk-pkg",
3
- "version": "2.3.25",
3
+ "version": "2.3.26",
4
4
  "description": "Common code between projects",
5
5
  "main": "index.js",
6
6
  "scripts": {