pipedrive 20.1.0 → 20.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -130,7 +130,7 @@ ActivityPutObjectAllOf.prototype['participants'] = undefined;
130
130
 
131
131
  /**
132
132
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
133
- * @member {module:model/ActivityPutObjectAllOf.BusyFlagEnum} busy_flag
133
+ * @member {Boolean} busy_flag
134
134
  */
135
135
  ActivityPutObjectAllOf.prototype['busy_flag'] = undefined;
136
136
 
@@ -145,23 +145,5 @@ ActivityPutObjectAllOf.prototype['attendees'] = undefined;
145
145
  * @member {module:model/NumberBoolean} done
146
146
  */
147
147
  ActivityPutObjectAllOf.prototype['done'] = undefined;
148
-
149
- /**
150
- * Allowed values for the <code>busy_flag</code> property.
151
- * @enum {Boolean}
152
- * @readonly
153
- */
154
- ActivityPutObjectAllOf['BusyFlagEnum'] = {
155
- /**
156
- * value: "true"
157
- * @const
158
- */
159
- "true": "true",
160
- /**
161
- * value: "false"
162
- * @const
163
- */
164
- "false": "false"
165
- };
166
148
  var _default = ActivityPutObjectAllOf;
167
149
  exports["default"] = _default;
@@ -421,7 +421,7 @@ ActivityResponseObject.prototype['participants'] = undefined;
421
421
 
422
422
  /**
423
423
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
424
- * @member {module:model/ActivityResponseObject.BusyFlagEnum} busy_flag
424
+ * @member {Boolean} busy_flag
425
425
  */
426
426
  ActivityResponseObject.prototype['busy_flag'] = undefined;
427
427
 
@@ -772,7 +772,7 @@ _ActivityResponseObjectAllOf["default"].prototype['user_id'] = undefined;
772
772
  _ActivityResponseObjectAllOf["default"].prototype['participants'] = undefined;
773
773
  /**
774
774
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
775
- * @member {module:model/ActivityResponseObjectAllOf.BusyFlagEnum} busy_flag
775
+ * @member {Boolean} busy_flag
776
776
  */
777
777
  _ActivityResponseObjectAllOf["default"].prototype['busy_flag'] = undefined;
778
778
  /**
@@ -990,23 +990,5 @@ _ActivityResponseObjectAllOf["default"].prototype['assigned_to_user_id'] = undef
990
990
  * @member {Object} file
991
991
  */
992
992
  _ActivityResponseObjectAllOf["default"].prototype['file'] = undefined;
993
-
994
- /**
995
- * Allowed values for the <code>busy_flag</code> property.
996
- * @enum {Boolean}
997
- * @readonly
998
- */
999
- ActivityResponseObject['BusyFlagEnum'] = {
1000
- /**
1001
- * value: "true"
1002
- * @const
1003
- */
1004
- "true": "true",
1005
- /**
1006
- * value: "false"
1007
- * @const
1008
- */
1009
- "false": "false"
1010
- };
1011
993
  var _default = ActivityResponseObject;
1012
994
  exports["default"] = _default;
@@ -313,7 +313,7 @@ ActivityResponseObjectAllOf.prototype['participants'] = undefined;
313
313
 
314
314
  /**
315
315
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
316
- * @member {module:model/ActivityResponseObjectAllOf.BusyFlagEnum} busy_flag
316
+ * @member {Boolean} busy_flag
317
317
  */
318
318
  ActivityResponseObjectAllOf.prototype['busy_flag'] = undefined;
319
319
 
@@ -574,23 +574,5 @@ ActivityResponseObjectAllOf.prototype['assigned_to_user_id'] = undefined;
574
574
  * @member {Object} file
575
575
  */
576
576
  ActivityResponseObjectAllOf.prototype['file'] = undefined;
577
-
578
- /**
579
- * Allowed values for the <code>busy_flag</code> property.
580
- * @enum {Boolean}
581
- * @readonly
582
- */
583
- ActivityResponseObjectAllOf['BusyFlagEnum'] = {
584
- /**
585
- * value: "true"
586
- * @const
587
- */
588
- "true": "true",
589
- /**
590
- * value: "false"
591
- * @const
592
- */
593
- "false": "false"
594
- };
595
577
  var _default = ActivityResponseObjectAllOf;
596
578
  exports["default"] = _default;
@@ -155,26 +155,8 @@ AddLeadRequest.prototype['visible_to'] = undefined;
155
155
 
156
156
  /**
157
157
  * A flag indicating whether the lead was seen by someone in the Pipedrive UI
158
- * @member {module:model/AddLeadRequest.WasSeenEnum} was_seen
158
+ * @member {Boolean} was_seen
159
159
  */
160
160
  AddLeadRequest.prototype['was_seen'] = undefined;
161
-
162
- /**
163
- * Allowed values for the <code>was_seen</code> property.
164
- * @enum {Boolean}
165
- * @readonly
166
- */
167
- AddLeadRequest['WasSeenEnum'] = {
168
- /**
169
- * value: "true"
170
- * @const
171
- */
172
- "true": "true",
173
- /**
174
- * value: "false"
175
- * @const
176
- */
177
- "false": "false"
178
- };
179
161
  var _default = AddLeadRequest;
180
162
  exports["default"] = _default;
@@ -143,7 +143,7 @@ BaseStage.prototype['pipeline_id'] = undefined;
143
143
 
144
144
  /**
145
145
  * Whether deals in this stage can become rotten
146
- * @member {module:model/BaseStage.RottenFlagEnum} rotten_flag
146
+ * @member {Boolean} rotten_flag
147
147
  */
148
148
  BaseStage.prototype['rotten_flag'] = undefined;
149
149
 
@@ -164,23 +164,5 @@ BaseStage.prototype['add_time'] = undefined;
164
164
  * @member {String} update_time
165
165
  */
166
166
  BaseStage.prototype['update_time'] = undefined;
167
-
168
- /**
169
- * Allowed values for the <code>rotten_flag</code> property.
170
- * @enum {Boolean}
171
- * @readonly
172
- */
173
- BaseStage['RottenFlagEnum'] = {
174
- /**
175
- * value: "true"
176
- * @const
177
- */
178
- "true": "true",
179
- /**
180
- * value: "false"
181
- * @const
182
- */
183
- "false": "false"
184
- };
185
167
  var _default = BaseStage;
186
168
  exports["default"] = _default;
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
9
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
10
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
11
+ var _ResponseCallLogObject = _interopRequireDefault(require("./ResponseCallLogObject"));
12
+ /**
13
+ * Pipedrive API v1
14
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
15
+ *
16
+ * The version of the OpenAPI document: 1.0.0
17
+ *
18
+ *
19
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
20
+ * https://openapi-generator.tech
21
+ * Do not edit the class manually.
22
+ *
23
+ */
24
+ /**
25
+ * The CallLogResponse200 model module.
26
+ * @module model/CallLogResponse200
27
+ * @version 1.0.0
28
+ */
29
+ var CallLogResponse200 = /*#__PURE__*/function () {
30
+ /**
31
+ * Constructs a new <code>CallLogResponse200</code>.
32
+ * @alias module:model/CallLogResponse200
33
+ */
34
+ function CallLogResponse200() {
35
+ (0, _classCallCheck2["default"])(this, CallLogResponse200);
36
+ CallLogResponse200.initialize(this);
37
+ }
38
+
39
+ /**
40
+ * Initializes the fields of this object.
41
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
42
+ * Only for internal use.
43
+ */
44
+ (0, _createClass2["default"])(CallLogResponse200, null, [{
45
+ key: "initialize",
46
+ value: function initialize(obj) {}
47
+
48
+ /**
49
+ * Constructs a <code>CallLogResponse200</code> from a plain JavaScript object, optionally creating a new instance.
50
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
51
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
52
+ * @param {module:model/CallLogResponse200} obj Optional instance to populate.
53
+ * @return {module:model/CallLogResponse200} The populated <code>CallLogResponse200</code> instance.
54
+ */
55
+ }, {
56
+ key: "constructFromObject",
57
+ value: function constructFromObject(data, obj) {
58
+ if (data) {
59
+ obj = obj || new CallLogResponse200();
60
+ if (data.hasOwnProperty('success')) {
61
+ obj['success'] = _ApiClient["default"].convertToType(data['success'], 'Boolean');
62
+ delete data['success'];
63
+ }
64
+ if (data.hasOwnProperty('data')) {
65
+ obj['data'] = _ResponseCallLogObject["default"].constructFromObject(data['data']);
66
+ delete data['data'];
67
+ }
68
+ if (Object.keys(data).length > 0) {
69
+ Object.assign(obj, data);
70
+ }
71
+ }
72
+ return obj;
73
+ }
74
+ }]);
75
+ return CallLogResponse200;
76
+ }();
77
+ /**
78
+ * If the response is successful or not
79
+ * @member {Boolean} success
80
+ */
81
+ CallLogResponse200.prototype['success'] = undefined;
82
+
83
+ /**
84
+ * @member {module:model/ResponseCallLogObject} data
85
+ */
86
+ CallLogResponse200.prototype['data'] = undefined;
87
+ var _default = CallLogResponse200;
88
+ exports["default"] = _default;
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
9
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
10
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
11
+ var _CallLogsResponseAdditionalData = _interopRequireDefault(require("./CallLogsResponseAdditionalData"));
12
+ var _ResponseCallLogObject = _interopRequireDefault(require("./ResponseCallLogObject"));
13
+ /**
14
+ * Pipedrive API v1
15
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
16
+ *
17
+ * The version of the OpenAPI document: 1.0.0
18
+ *
19
+ *
20
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
21
+ * https://openapi-generator.tech
22
+ * Do not edit the class manually.
23
+ *
24
+ */
25
+ /**
26
+ * The CallLogsResponse model module.
27
+ * @module model/CallLogsResponse
28
+ * @version 1.0.0
29
+ */
30
+ var CallLogsResponse = /*#__PURE__*/function () {
31
+ /**
32
+ * Constructs a new <code>CallLogsResponse</code>.
33
+ * @alias module:model/CallLogsResponse
34
+ */
35
+ function CallLogsResponse() {
36
+ (0, _classCallCheck2["default"])(this, CallLogsResponse);
37
+ CallLogsResponse.initialize(this);
38
+ }
39
+
40
+ /**
41
+ * Initializes the fields of this object.
42
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
43
+ * Only for internal use.
44
+ */
45
+ (0, _createClass2["default"])(CallLogsResponse, null, [{
46
+ key: "initialize",
47
+ value: function initialize(obj) {}
48
+
49
+ /**
50
+ * Constructs a <code>CallLogsResponse</code> from a plain JavaScript object, optionally creating a new instance.
51
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
52
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
53
+ * @param {module:model/CallLogsResponse} obj Optional instance to populate.
54
+ * @return {module:model/CallLogsResponse} The populated <code>CallLogsResponse</code> instance.
55
+ */
56
+ }, {
57
+ key: "constructFromObject",
58
+ value: function constructFromObject(data, obj) {
59
+ if (data) {
60
+ obj = obj || new CallLogsResponse();
61
+ if (data.hasOwnProperty('success')) {
62
+ obj['success'] = _ApiClient["default"].convertToType(data['success'], 'Boolean');
63
+ delete data['success'];
64
+ }
65
+ if (data.hasOwnProperty('data')) {
66
+ obj['data'] = _ApiClient["default"].convertToType(data['data'], [_ResponseCallLogObject["default"]]);
67
+ delete data['data'];
68
+ }
69
+ if (data.hasOwnProperty('additional_data')) {
70
+ obj['additional_data'] = _CallLogsResponseAdditionalData["default"].constructFromObject(data['additional_data']);
71
+ delete data['additional_data'];
72
+ }
73
+ if (Object.keys(data).length > 0) {
74
+ Object.assign(obj, data);
75
+ }
76
+ }
77
+ return obj;
78
+ }
79
+ }]);
80
+ return CallLogsResponse;
81
+ }();
82
+ /**
83
+ * If the response is successful or not
84
+ * @member {Boolean} success
85
+ */
86
+ CallLogsResponse.prototype['success'] = undefined;
87
+
88
+ /**
89
+ * @member {Array.<module:model/ResponseCallLogObject>} data
90
+ */
91
+ CallLogsResponse.prototype['data'] = undefined;
92
+
93
+ /**
94
+ * @member {module:model/CallLogsResponseAdditionalData} additional_data
95
+ */
96
+ CallLogsResponse.prototype['additional_data'] = undefined;
97
+ var _default = CallLogsResponse;
98
+ exports["default"] = _default;
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
9
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
10
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
11
+ var _AdditionalData = _interopRequireDefault(require("./AdditionalData"));
12
+ /**
13
+ * Pipedrive API v1
14
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
15
+ *
16
+ * The version of the OpenAPI document: 1.0.0
17
+ *
18
+ *
19
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
20
+ * https://openapi-generator.tech
21
+ * Do not edit the class manually.
22
+ *
23
+ */
24
+ /**
25
+ * The CallLogsResponseAdditionalData model module.
26
+ * @module model/CallLogsResponseAdditionalData
27
+ * @version 1.0.0
28
+ */
29
+ var CallLogsResponseAdditionalData = /*#__PURE__*/function () {
30
+ /**
31
+ * Constructs a new <code>CallLogsResponseAdditionalData</code>.
32
+ * @alias module:model/CallLogsResponseAdditionalData
33
+ */
34
+ function CallLogsResponseAdditionalData() {
35
+ (0, _classCallCheck2["default"])(this, CallLogsResponseAdditionalData);
36
+ CallLogsResponseAdditionalData.initialize(this);
37
+ }
38
+
39
+ /**
40
+ * Initializes the fields of this object.
41
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
42
+ * Only for internal use.
43
+ */
44
+ (0, _createClass2["default"])(CallLogsResponseAdditionalData, null, [{
45
+ key: "initialize",
46
+ value: function initialize(obj) {}
47
+
48
+ /**
49
+ * Constructs a <code>CallLogsResponseAdditionalData</code> from a plain JavaScript object, optionally creating a new instance.
50
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
51
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
52
+ * @param {module:model/CallLogsResponseAdditionalData} obj Optional instance to populate.
53
+ * @return {module:model/CallLogsResponseAdditionalData} The populated <code>CallLogsResponseAdditionalData</code> instance.
54
+ */
55
+ }, {
56
+ key: "constructFromObject",
57
+ value: function constructFromObject(data, obj) {
58
+ if (data) {
59
+ obj = obj || new CallLogsResponseAdditionalData();
60
+ if (data.hasOwnProperty('pagination')) {
61
+ obj['pagination'] = _AdditionalData["default"].constructFromObject(data['pagination']);
62
+ delete data['pagination'];
63
+ }
64
+ if (Object.keys(data).length > 0) {
65
+ Object.assign(obj, data);
66
+ }
67
+ }
68
+ return obj;
69
+ }
70
+ }]);
71
+ return CallLogsResponseAdditionalData;
72
+ }();
73
+ /**
74
+ * @member {module:model/AdditionalData} pagination
75
+ */
76
+ CallLogsResponseAdditionalData.prototype['pagination'] = undefined;
77
+ var _default = CallLogsResponseAdditionalData;
78
+ exports["default"] = _default;
@@ -109,7 +109,7 @@ FieldCreateRequest.prototype['options'] = undefined;
109
109
 
110
110
  /**
111
111
  * Whether the field is available in the 'add new' modal or not (both in the web and mobile app)
112
- * @member {module:model/FieldCreateRequest.AddVisibleFlagEnum} add_visible_flag
112
+ * @member {Boolean} add_visible_flag
113
113
  * @default true
114
114
  */
115
115
  FieldCreateRequest.prototype['add_visible_flag'] = true;
@@ -132,7 +132,7 @@ _FieldCreateRequestAllOf["default"].prototype['name'] = undefined;
132
132
  _FieldCreateRequestAllOf["default"].prototype['options'] = undefined;
133
133
  /**
134
134
  * Whether the field is available in the 'add new' modal or not (both in the web and mobile app)
135
- * @member {module:model/FieldCreateRequestAllOf.AddVisibleFlagEnum} add_visible_flag
135
+ * @member {Boolean} add_visible_flag
136
136
  * @default true
137
137
  */
138
138
  _FieldCreateRequestAllOf["default"].prototype['add_visible_flag'] = true;
@@ -141,23 +141,5 @@ _FieldCreateRequestAllOf["default"].prototype['add_visible_flag'] = true;
141
141
  * @member {module:model/FieldTypeAsString} field_type
142
142
  */
143
143
  _FieldType["default"].prototype['field_type'] = undefined;
144
-
145
- /**
146
- * Allowed values for the <code>add_visible_flag</code> property.
147
- * @enum {Boolean}
148
- * @readonly
149
- */
150
- FieldCreateRequest['AddVisibleFlagEnum'] = {
151
- /**
152
- * value: "true"
153
- * @const
154
- */
155
- "true": "true",
156
- /**
157
- * value: "false"
158
- * @const
159
- */
160
- "false": "false"
161
- };
162
144
  var _default = FieldCreateRequest;
163
145
  exports["default"] = _default;
@@ -94,27 +94,9 @@ FieldCreateRequestAllOf.prototype['options'] = undefined;
94
94
 
95
95
  /**
96
96
  * Whether the field is available in the 'add new' modal or not (both in the web and mobile app)
97
- * @member {module:model/FieldCreateRequestAllOf.AddVisibleFlagEnum} add_visible_flag
97
+ * @member {Boolean} add_visible_flag
98
98
  * @default true
99
99
  */
100
100
  FieldCreateRequestAllOf.prototype['add_visible_flag'] = true;
101
-
102
- /**
103
- * Allowed values for the <code>add_visible_flag</code> property.
104
- * @enum {Boolean}
105
- * @readonly
106
- */
107
- FieldCreateRequestAllOf['AddVisibleFlagEnum'] = {
108
- /**
109
- * value: "true"
110
- * @const
111
- */
112
- "true": "true",
113
- /**
114
- * value: "false"
115
- * @const
116
- */
117
- "false": "false"
118
- };
119
101
  var _default = FieldCreateRequestAllOf;
120
102
  exports["default"] = _default;
@@ -91,27 +91,9 @@ FieldUpdateRequest.prototype['options'] = undefined;
91
91
 
92
92
  /**
93
93
  * Whether the field is available in 'add new' modal or not (both in web and mobile app)
94
- * @member {module:model/FieldUpdateRequest.AddVisibleFlagEnum} add_visible_flag
94
+ * @member {Boolean} add_visible_flag
95
95
  * @default true
96
96
  */
97
97
  FieldUpdateRequest.prototype['add_visible_flag'] = true;
98
-
99
- /**
100
- * Allowed values for the <code>add_visible_flag</code> property.
101
- * @enum {Boolean}
102
- * @readonly
103
- */
104
- FieldUpdateRequest['AddVisibleFlagEnum'] = {
105
- /**
106
- * value: "true"
107
- * @const
108
- */
109
- "true": "true",
110
- /**
111
- * value: "false"
112
- * @const
113
- */
114
- "false": "false"
115
- };
116
98
  var _default = FieldUpdateRequest;
117
99
  exports["default"] = _default;
@@ -105,7 +105,7 @@ Stage.prototype['deal_probability'] = undefined;
105
105
 
106
106
  /**
107
107
  * Whether deals in this stage can become rotten
108
- * @member {module:model/Stage.RottenFlagEnum} rotten_flag
108
+ * @member {Boolean} rotten_flag
109
109
  */
110
110
  Stage.prototype['rotten_flag'] = undefined;
111
111
 
@@ -114,23 +114,5 @@ Stage.prototype['rotten_flag'] = undefined;
114
114
  * @member {Number} rotten_days
115
115
  */
116
116
  Stage.prototype['rotten_days'] = undefined;
117
-
118
- /**
119
- * Allowed values for the <code>rotten_flag</code> property.
120
- * @enum {Boolean}
121
- * @readonly
122
- */
123
- Stage['RottenFlagEnum'] = {
124
- /**
125
- * value: "true"
126
- * @const
127
- */
128
- "true": "true",
129
- /**
130
- * value: "false"
131
- * @const
132
- */
133
- "false": "false"
134
- };
135
117
  var _default = Stage;
136
118
  exports["default"] = _default;
@@ -157,7 +157,7 @@ StageDetails.prototype['pipeline_id'] = undefined;
157
157
 
158
158
  /**
159
159
  * Whether deals in this stage can become rotten
160
- * @member {module:model/StageDetails.RottenFlagEnum} rotten_flag
160
+ * @member {Boolean} rotten_flag
161
161
  */
162
162
  StageDetails.prototype['rotten_flag'] = undefined;
163
163
 
@@ -217,7 +217,7 @@ _BaseStage["default"].prototype['deal_probability'] = undefined;
217
217
  _BaseStage["default"].prototype['pipeline_id'] = undefined;
218
218
  /**
219
219
  * Whether deals in this stage can become rotten
220
- * @member {module:model/BaseStage.RottenFlagEnum} rotten_flag
220
+ * @member {Boolean} rotten_flag
221
221
  */
222
222
  _BaseStage["default"].prototype['rotten_flag'] = undefined;
223
223
  /**
@@ -240,23 +240,5 @@ _BaseStage["default"].prototype['update_time'] = undefined;
240
240
  * @member {module:model/DealSummary} deals_summary
241
241
  */
242
242
  _PipelineDetailsAllOf["default"].prototype['deals_summary'] = undefined;
243
-
244
- /**
245
- * Allowed values for the <code>rotten_flag</code> property.
246
- * @enum {Boolean}
247
- * @readonly
248
- */
249
- StageDetails['RottenFlagEnum'] = {
250
- /**
251
- * value: "true"
252
- * @const
253
- */
254
- "true": "true",
255
- /**
256
- * value: "false"
257
- * @const
258
- */
259
- "false": "false"
260
- };
261
243
  var _default = StageDetails;
262
244
  exports["default"] = _default;
@@ -159,7 +159,7 @@ StageWithPipelineInfo.prototype['pipeline_id'] = undefined;
159
159
 
160
160
  /**
161
161
  * Whether deals in this stage can become rotten
162
- * @member {module:model/StageWithPipelineInfo.RottenFlagEnum} rotten_flag
162
+ * @member {Boolean} rotten_flag
163
163
  */
164
164
  StageWithPipelineInfo.prototype['rotten_flag'] = undefined;
165
165
 
@@ -226,7 +226,7 @@ _BaseStage["default"].prototype['deal_probability'] = undefined;
226
226
  _BaseStage["default"].prototype['pipeline_id'] = undefined;
227
227
  /**
228
228
  * Whether deals in this stage can become rotten
229
- * @member {module:model/BaseStage.RottenFlagEnum} rotten_flag
229
+ * @member {Boolean} rotten_flag
230
230
  */
231
231
  _BaseStage["default"].prototype['rotten_flag'] = undefined;
232
232
  /**
@@ -255,23 +255,5 @@ _StageWithPipelineInfoAllOf["default"].prototype['pipeline_name'] = undefined;
255
255
  * @member {Boolean} pipeline_deal_probability
256
256
  */
257
257
  _StageWithPipelineInfoAllOf["default"].prototype['pipeline_deal_probability'] = undefined;
258
-
259
- /**
260
- * Allowed values for the <code>rotten_flag</code> property.
261
- * @enum {Boolean}
262
- * @readonly
263
- */
264
- StageWithPipelineInfo['RottenFlagEnum'] = {
265
- /**
266
- * value: "true"
267
- * @const
268
- */
269
- "true": "true",
270
- /**
271
- * value: "false"
272
- * @const
273
- */
274
- "false": "false"
275
- };
276
258
  var _default = StageWithPipelineInfo;
277
259
  exports["default"] = _default;
@@ -162,26 +162,8 @@ UpdateLeadRequest.prototype['visible_to'] = undefined;
162
162
 
163
163
  /**
164
164
  * A flag indicating whether the lead was seen by someone in the Pipedrive UI
165
- * @member {module:model/UpdateLeadRequest.WasSeenEnum} was_seen
165
+ * @member {Boolean} was_seen
166
166
  */
167
167
  UpdateLeadRequest.prototype['was_seen'] = undefined;
168
-
169
- /**
170
- * Allowed values for the <code>was_seen</code> property.
171
- * @enum {Boolean}
172
- * @readonly
173
- */
174
- UpdateLeadRequest['WasSeenEnum'] = {
175
- /**
176
- * value: "true"
177
- * @const
178
- */
179
- "true": "true",
180
- /**
181
- * value: "false"
182
- * @const
183
- */
184
- "false": "false"
185
- };
186
168
  var _default = UpdateLeadRequest;
187
169
  exports["default"] = _default;