pipedrive 30.9.0 → 30.9.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.
@@ -56,6 +56,11 @@ export interface ActivityItemLocation {
56
56
  */
57
57
  'street_number'?: string;
58
58
  /**
59
+ * Subpremise (e.g. apartment/suite number) of the activity
60
+ * @type {string}
61
+ */
62
+ 'subpremise'?: string;
63
+ /**
59
64
  * Postal code of the activity
60
65
  * @type {string}
61
66
  */
@@ -56,6 +56,11 @@ export interface GetPersonsResponseAllOfDataInnerPostalAddress {
56
56
  */
57
57
  'street_number'?: string;
58
58
  /**
59
+ * Subpremise (e.g. apartment/suite number) of the person
60
+ * @type {string}
61
+ */
62
+ 'subpremise'?: string;
63
+ /**
59
64
  * Postal code of the person
60
65
  * @type {string}
61
66
  */
@@ -56,6 +56,11 @@ export interface OrganizationItemAddress {
56
56
  */
57
57
  'street_number'?: string;
58
58
  /**
59
+ * Subpremise (e.g. apartment/suite number) of the organization
60
+ * @type {string}
61
+ */
62
+ 'subpremise'?: string;
63
+ /**
59
64
  * Postal code of the organization
60
65
  * @type {string}
61
66
  */
@@ -56,6 +56,11 @@ export interface ActivityItemLocation {
56
56
  */
57
57
  'street_number'?: string;
58
58
  /**
59
+ * Subpremise (e.g. apartment/suite number) of the activity
60
+ * @type {string}
61
+ */
62
+ 'subpremise'?: string;
63
+ /**
59
64
  * Postal code of the activity
60
65
  * @type {string}
61
66
  */
@@ -56,6 +56,11 @@ export interface GetPersonsResponseAllOfDataInnerPostalAddress {
56
56
  */
57
57
  'street_number'?: string;
58
58
  /**
59
+ * Subpremise (e.g. apartment/suite number) of the person
60
+ * @type {string}
61
+ */
62
+ 'subpremise'?: string;
63
+ /**
59
64
  * Postal code of the person
60
65
  * @type {string}
61
66
  */
@@ -56,6 +56,11 @@ export interface OrganizationItemAddress {
56
56
  */
57
57
  'street_number'?: string;
58
58
  /**
59
+ * Subpremise (e.g. apartment/suite number) of the organization
60
+ * @type {string}
61
+ */
62
+ 'subpremise'?: string;
63
+ /**
59
64
  * Postal code of the organization
60
65
  * @type {string}
61
66
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "30.9.0",
3
+ "version": "30.9.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",