pipedrive 27.2.0 → 27.2.1

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.
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { OrganizationItemAddress } from './organization-item-address';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -45,4 +46,9 @@ export interface AddOrganizationRequest {
45
46
  * @type {Array<number>}
46
47
  */
47
48
  'label_ids'?: Array<number>;
49
+ /**
50
+ *
51
+ * @type {OrganizationItemAddress}
52
+ */
53
+ 'address'?: OrganizationItemAddress;
48
54
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The address of the organization
14
14
  * @export
15
15
  * @interface OrganizationItemAddress
16
16
  */
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { OrganizationItemAddress } from './organization-item-address';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -45,4 +46,9 @@ export interface UpdateOrganizationRequest {
45
46
  * @type {Array<number>}
46
47
  */
47
48
  'label_ids'?: Array<number>;
49
+ /**
50
+ *
51
+ * @type {OrganizationItemAddress}
52
+ */
53
+ 'address'?: OrganizationItemAddress;
48
54
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { OrganizationItemAddress } from './organization-item-address';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -45,4 +46,9 @@ export interface AddOrganizationRequest {
45
46
  * @type {Array<number>}
46
47
  */
47
48
  'label_ids'?: Array<number>;
49
+ /**
50
+ *
51
+ * @type {OrganizationItemAddress}
52
+ */
53
+ 'address'?: OrganizationItemAddress;
48
54
  }
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * The address of the organization
14
14
  * @export
15
15
  * @interface OrganizationItemAddress
16
16
  */
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { OrganizationItemAddress } from './organization-item-address';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -45,4 +46,9 @@ export interface UpdateOrganizationRequest {
45
46
  * @type {Array<number>}
46
47
  */
47
48
  'label_ids'?: Array<number>;
49
+ /**
50
+ *
51
+ * @type {OrganizationItemAddress}
52
+ */
53
+ 'address'?: OrganizationItemAddress;
48
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "27.2.0",
3
+ "version": "27.2.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",