@zohoim/client-sdk 1.0.0-poc79 → 1.0.0-poc80

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.
@@ -1,11 +1,11 @@
1
1
  const LocationSchema = {
2
2
  latitude: {
3
3
  type: 'string',
4
- required: true
4
+ required: false
5
5
  },
6
6
  longitude: {
7
7
  type: 'string',
8
- required: true
8
+ required: false
9
9
  }
10
10
  };
11
11
  export default LocationSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "1.0.0-poc79",
3
+ "version": "1.0.0-poc80",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",