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.
- package/dist/esm/versions/v2/models/activity-item-location.d.ts +5 -0
- package/dist/esm/versions/v2/models/get-persons-response-all-of-data-inner-postal-address.d.ts +5 -0
- package/dist/esm/versions/v2/models/organization-item-address.d.ts +5 -0
- package/dist/versions/v2/models/activity-item-location.d.ts +5 -0
- package/dist/versions/v2/models/get-persons-response-all-of-data-inner-postal-address.d.ts +5 -0
- package/dist/versions/v2/models/organization-item-address.d.ts +5 -0
- package/package.json +1 -1
|
@@ -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
|
*/
|
package/dist/esm/versions/v2/models/get-persons-response-all-of-data-inner-postal-address.d.ts
CHANGED
|
@@ -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
|
*/
|