@marteye/studiojs 1.1.42 → 1.1.43

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/dist/index.d.ts CHANGED
@@ -1495,7 +1495,7 @@ interface CreateCustomerPayload {
1495
1495
  farmName?: string;
1496
1496
  herdNumber?: string;
1497
1497
  flockNumber?: string;
1498
- address: {
1498
+ address?: {
1499
1499
  company?: string;
1500
1500
  firstName?: string;
1501
1501
  lastName?: string;
@@ -10,7 +10,7 @@ export interface CreateCustomerPayload {
10
10
  farmName?: string;
11
11
  herdNumber?: string;
12
12
  flockNumber?: string;
13
- address: {
13
+ address?: {
14
14
  company?: string;
15
15
  firstName?: string;
16
16
  lastName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marteye/studiojs",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "MartEye Studio JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "source": "src/index.ts",