@rechat/sdk 0.2.3 → 0.2.4

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/README.md CHANGED
@@ -21,7 +21,7 @@ Rechat SDK library allows you to integrate your website or application with Rech
21
21
  const sdk = new Rechat.Sdk()
22
22
 
23
23
  const channel = {
24
- channel_id: '2c55e69d-adbe-42d9-97a5-bedb43783b80'
24
+ lead_channel: '2c55e69d-adbe-42d9-97a5-bedb43783b80'
25
25
  }
26
26
 
27
27
  const input = {
@@ -1,5 +1,5 @@
1
1
  export interface ILeadMetaData {
2
- channel_id: string;
2
+ lead_channel: string;
3
3
  user_id?: string;
4
4
  brand_id?: string;
5
5
  agent_emails?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rechat/sdk",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {