pipedrive 28.0.0 → 28.0.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,21 +56,6 @@ export interface AddDealRequest {
56
56
  */
57
57
  'currency'?: string;
58
58
  /**
59
- * The creation date and time of the deal
60
- * @type {string}
61
- */
62
- 'add_time'?: string;
63
- /**
64
- * The last updated date and time of the deal
65
- * @type {string}
66
- */
67
- 'update_time'?: string;
68
- /**
69
- * The last updated date and time of the deal stage
70
- * @type {string}
71
- */
72
- 'stage_change_time'?: string;
73
- /**
74
59
  * Whether the deal is deleted or not
75
60
  * @type {boolean}
76
61
  */
@@ -56,21 +56,6 @@ export interface UpdateDealRequest {
56
56
  */
57
57
  'currency'?: string;
58
58
  /**
59
- * The creation date and time of the deal
60
- * @type {string}
61
- */
62
- 'add_time'?: string;
63
- /**
64
- * The last updated date and time of the deal
65
- * @type {string}
66
- */
67
- 'update_time'?: string;
68
- /**
69
- * The last updated date and time of the deal stage
70
- * @type {string}
71
- */
72
- 'stage_change_time'?: string;
73
- /**
74
59
  * Whether the deal is deleted or not
75
60
  * @type {boolean}
76
61
  */
@@ -56,21 +56,6 @@ export interface AddDealRequest {
56
56
  */
57
57
  'currency'?: string;
58
58
  /**
59
- * The creation date and time of the deal
60
- * @type {string}
61
- */
62
- 'add_time'?: string;
63
- /**
64
- * The last updated date and time of the deal
65
- * @type {string}
66
- */
67
- 'update_time'?: string;
68
- /**
69
- * The last updated date and time of the deal stage
70
- * @type {string}
71
- */
72
- 'stage_change_time'?: string;
73
- /**
74
59
  * Whether the deal is deleted or not
75
60
  * @type {boolean}
76
61
  */
@@ -56,21 +56,6 @@ export interface UpdateDealRequest {
56
56
  */
57
57
  'currency'?: string;
58
58
  /**
59
- * The creation date and time of the deal
60
- * @type {string}
61
- */
62
- 'add_time'?: string;
63
- /**
64
- * The last updated date and time of the deal
65
- * @type {string}
66
- */
67
- 'update_time'?: string;
68
- /**
69
- * The last updated date and time of the deal stage
70
- * @type {string}
71
- */
72
- 'stage_change_time'?: string;
73
- /**
74
59
  * Whether the deal is deleted or not
75
60
  * @type {boolean}
76
61
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "28.0.0",
3
+ "version": "28.0.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",