pipedrive 29.2.2 → 29.2.3

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.
Files changed (25) hide show
  1. package/dist/esm/versions/v1/models/add-activity-request-all-of.d.ts +1 -0
  2. package/dist/esm/versions/v1/models/add-note-request-all-of.d.ts +1 -0
  3. package/dist/esm/versions/v1/models/add-organization-request-all-of.d.ts +1 -0
  4. package/dist/esm/versions/v1/models/add-person-request-all-of.d.ts +1 -0
  5. package/dist/esm/versions/v1/models/add-product-request-all-of1.d.ts +1 -0
  6. package/dist/esm/versions/v1/models/basic-deal.d.ts +1 -0
  7. package/dist/esm/versions/v1/models/basic-organization.d.ts +1 -0
  8. package/dist/esm/versions/v1/models/index.d.ts +0 -2
  9. package/dist/esm/versions/v1/models/index.js +0 -2
  10. package/dist/esm/versions/v1/models/update-activity-request-all-of.d.ts +1 -0
  11. package/dist/esm/versions/v1/models/update-deal-request.d.ts +2 -2
  12. package/dist/esm/versions/v1/models/update-organization-request.d.ts +2 -2
  13. package/dist/versions/v1/models/add-activity-request-all-of.d.ts +1 -0
  14. package/dist/versions/v1/models/add-note-request-all-of.d.ts +1 -0
  15. package/dist/versions/v1/models/add-organization-request-all-of.d.ts +1 -0
  16. package/dist/versions/v1/models/add-person-request-all-of.d.ts +1 -0
  17. package/dist/versions/v1/models/add-product-request-all-of1.d.ts +1 -0
  18. package/dist/versions/v1/models/basic-deal.d.ts +1 -0
  19. package/dist/versions/v1/models/basic-organization.d.ts +1 -0
  20. package/dist/versions/v1/models/index.d.ts +0 -2
  21. package/dist/versions/v1/models/index.js +0 -2
  22. package/dist/versions/v1/models/update-activity-request-all-of.d.ts +1 -0
  23. package/dist/versions/v1/models/update-deal-request.d.ts +2 -2
  24. package/dist/versions/v1/models/update-organization-request.d.ts +2 -2
  25. package/package.json +1 -1
@@ -15,6 +15,7 @@
15
15
  * @interface AddActivityRequestAllOf
16
16
  */
17
17
  export interface AddActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddNoteRequestAllOf
16
16
  */
17
17
  export interface AddNoteRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The content of the note in HTML format. Subject to sanitization on the back-end.
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddOrganizationRequestAllOf
16
16
  */
17
17
  export interface AddOrganizationRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the organization
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddPersonRequestAllOf
16
16
  */
17
17
  export interface AddPersonRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the person
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddProductRequestAllOf1
16
16
  */
17
17
  export interface AddProductRequestAllOf1 {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * Only available in Growth and above plans How often a customer is billed for access to a service or product
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface BasicDeal
16
16
  */
17
17
  export interface BasicDeal {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The optional date and time of changing the deal status as won in UTC. Format: YYYY-MM-DD HH:MM:SS. Can be set only when deal `status` is already Won. Can not be used together with `lost_time`.
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface BasicOrganization
16
16
  */
17
17
  export interface BasicOrganization {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used.
20
21
  * @type {number}
@@ -122,12 +122,10 @@ export * from './base-team-additional-properties';
122
122
  export * from './base-user';
123
123
  export * from './base-webhook';
124
124
  export * from './basic-deal';
125
- export * from './basic-deal1';
126
125
  export * from './basic-deal-product-request';
127
126
  export * from './basic-deal-product-request-all-of';
128
127
  export * from './basic-goal-request';
129
128
  export * from './basic-organization';
130
- export * from './basic-organization1';
131
129
  export * from './basic-person-request';
132
130
  export * from './basic-person-request-email-inner';
133
131
  export * from './call-log-bad-request-response';
@@ -122,12 +122,10 @@ export * from './base-team-additional-properties';
122
122
  export * from './base-user';
123
123
  export * from './base-webhook';
124
124
  export * from './basic-deal';
125
- export * from './basic-deal1';
126
125
  export * from './basic-deal-product-request';
127
126
  export * from './basic-deal-product-request-all-of';
128
127
  export * from './basic-goal-request';
129
128
  export * from './basic-organization';
130
- export * from './basic-organization1';
131
129
  export * from './basic-person-request';
132
130
  export * from './basic-person-request-email-inner';
133
131
  export * from './call-log-bad-request-response';
@@ -15,6 +15,7 @@
15
15
  * @interface UpdateActivityRequestAllOf
16
16
  */
17
17
  export interface UpdateActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BasicDeal1 } from './basic-deal1';
12
+ import { BasicDeal } from './basic-deal';
13
13
  import { DealTitleParam } from './deal-title-param';
14
14
  import { UpdateDealParameters } from './update-deal-parameters';
15
15
  /**
16
16
  * @type UpdateDealRequest
17
17
  * @export
18
18
  */
19
- export type UpdateDealRequest = BasicDeal1 & DealTitleParam & UpdateDealParameters;
19
+ export type UpdateDealRequest = BasicDeal & DealTitleParam & UpdateDealParameters;
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BasicOrganization1 } from './basic-organization1';
12
+ import { BasicOrganization } from './basic-organization';
13
13
  import { UpdateOrganizationRequestAllOf } from './update-organization-request-all-of';
14
14
  /**
15
15
  * @type UpdateOrganizationRequest
16
16
  * @export
17
17
  */
18
- export type UpdateOrganizationRequest = BasicOrganization1 & UpdateOrganizationRequestAllOf;
18
+ export type UpdateOrganizationRequest = BasicOrganization & UpdateOrganizationRequestAllOf;
@@ -15,6 +15,7 @@
15
15
  * @interface AddActivityRequestAllOf
16
16
  */
17
17
  export interface AddActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddNoteRequestAllOf
16
16
  */
17
17
  export interface AddNoteRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The content of the note in HTML format. Subject to sanitization on the back-end.
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddOrganizationRequestAllOf
16
16
  */
17
17
  export interface AddOrganizationRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the organization
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddPersonRequestAllOf
16
16
  */
17
17
  export interface AddPersonRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The name of the person
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface AddProductRequestAllOf1
16
16
  */
17
17
  export interface AddProductRequestAllOf1 {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * Only available in Growth and above plans How often a customer is billed for access to a service or product
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface BasicDeal
16
16
  */
17
17
  export interface BasicDeal {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The optional date and time of changing the deal status as won in UTC. Format: YYYY-MM-DD HH:MM:SS. Can be set only when deal `status` is already Won. Can not be used together with `lost_time`.
20
21
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  * @interface BasicOrganization
16
16
  */
17
17
  export interface BasicOrganization {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used.
20
21
  * @type {number}
@@ -122,12 +122,10 @@ export * from './base-team-additional-properties';
122
122
  export * from './base-user';
123
123
  export * from './base-webhook';
124
124
  export * from './basic-deal';
125
- export * from './basic-deal1';
126
125
  export * from './basic-deal-product-request';
127
126
  export * from './basic-deal-product-request-all-of';
128
127
  export * from './basic-goal-request';
129
128
  export * from './basic-organization';
130
- export * from './basic-organization1';
131
129
  export * from './basic-person-request';
132
130
  export * from './basic-person-request-email-inner';
133
131
  export * from './call-log-bad-request-response';
@@ -138,12 +138,10 @@ __exportStar(require("./base-team-additional-properties"), exports);
138
138
  __exportStar(require("./base-user"), exports);
139
139
  __exportStar(require("./base-webhook"), exports);
140
140
  __exportStar(require("./basic-deal"), exports);
141
- __exportStar(require("./basic-deal1"), exports);
142
141
  __exportStar(require("./basic-deal-product-request"), exports);
143
142
  __exportStar(require("./basic-deal-product-request-all-of"), exports);
144
143
  __exportStar(require("./basic-goal-request"), exports);
145
144
  __exportStar(require("./basic-organization"), exports);
146
- __exportStar(require("./basic-organization1"), exports);
147
145
  __exportStar(require("./basic-person-request"), exports);
148
146
  __exportStar(require("./basic-person-request-email-inner"), exports);
149
147
  __exportStar(require("./call-log-bad-request-response"), exports);
@@ -15,6 +15,7 @@
15
15
  * @interface UpdateActivityRequestAllOf
16
16
  */
17
17
  export interface UpdateActivityRequestAllOf {
18
+ [key: string]: any | any;
18
19
  /**
19
20
  * The note of the activity (HTML format)
20
21
  * @type {string}
@@ -9,11 +9,11 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BasicDeal1 } from './basic-deal1';
12
+ import { BasicDeal } from './basic-deal';
13
13
  import { DealTitleParam } from './deal-title-param';
14
14
  import { UpdateDealParameters } from './update-deal-parameters';
15
15
  /**
16
16
  * @type UpdateDealRequest
17
17
  * @export
18
18
  */
19
- export type UpdateDealRequest = BasicDeal1 & DealTitleParam & UpdateDealParameters;
19
+ export type UpdateDealRequest = BasicDeal & DealTitleParam & UpdateDealParameters;
@@ -9,10 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BasicOrganization1 } from './basic-organization1';
12
+ import { BasicOrganization } from './basic-organization';
13
13
  import { UpdateOrganizationRequestAllOf } from './update-organization-request-all-of';
14
14
  /**
15
15
  * @type UpdateOrganizationRequest
16
16
  * @export
17
17
  */
18
- export type UpdateOrganizationRequest = BasicOrganization1 & UpdateOrganizationRequestAllOf;
18
+ export type UpdateOrganizationRequest = BasicOrganization & UpdateOrganizationRequestAllOf;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "29.2.2",
3
+ "version": "29.2.3",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",