pipedrive 23.2.2 → 23.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.
- package/dist/model/BaseOrganizationItem.js +4 -4
- package/dist/model/BaseOrganizationItemFields.js +2 -2
- package/dist/model/BaseOrganizationItemWithEditNameFlag.js +4 -4
- package/dist/model/BasePersonItem.js +2 -2
- package/dist/model/BasicOrganization.js +2 -2
- package/dist/model/BasicPerson.js +2 -2
- package/dist/model/MergePersonItem.js +4 -4
- package/dist/model/NewOrganization.js +4 -4
- package/dist/model/NewPerson.js +4 -4
- package/dist/model/OrganizationItem.js +4 -4
- package/dist/model/OrganizationsCollectionResponseObject.js +4 -4
- package/dist/model/OrganizationsCollectionResponseObjectAllOf.js +2 -2
- package/dist/model/PersonItem.js +4 -4
- package/dist/model/PersonsCollectionResponseObject.js +2 -2
- package/dist/model/UpdateOrganization.js +4 -4
- package/dist/model/UpdatePerson.js +4 -4
- package/package.json +1 -1
@@ -328,13 +328,13 @@ BaseOrganizationItem.prototype['update_time'] = undefined;
|
|
328
328
|
BaseOrganizationItem.prototype['visible_to'] = undefined;
|
329
329
|
|
330
330
|
/**
|
331
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
331
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
332
332
|
* @member {Number} label
|
333
333
|
*/
|
334
334
|
BaseOrganizationItem.prototype['label'] = undefined;
|
335
335
|
|
336
336
|
/**
|
337
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
337
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
338
338
|
* @member {Array.<Number>} label_ids
|
339
339
|
*/
|
340
340
|
BaseOrganizationItem.prototype['label_ids'] = undefined;
|
@@ -598,12 +598,12 @@ _BaseOrganizationItemFields["default"].prototype['update_time'] = undefined;
|
|
598
598
|
*/
|
599
599
|
_BaseOrganizationItemFields["default"].prototype['visible_to'] = undefined;
|
600
600
|
/**
|
601
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
601
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
602
602
|
* @member {Number} label
|
603
603
|
*/
|
604
604
|
_BaseOrganizationItemFields["default"].prototype['label'] = undefined;
|
605
605
|
/**
|
606
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
606
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
607
607
|
* @member {Array.<Number>} label_ids
|
608
608
|
*/
|
609
609
|
_BaseOrganizationItemFields["default"].prototype['label_ids'] = undefined;
|
@@ -192,13 +192,13 @@ BaseOrganizationItemFields.prototype['update_time'] = undefined;
|
|
192
192
|
BaseOrganizationItemFields.prototype['visible_to'] = undefined;
|
193
193
|
|
194
194
|
/**
|
195
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
195
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
196
196
|
* @member {Number} label
|
197
197
|
*/
|
198
198
|
BaseOrganizationItemFields.prototype['label'] = undefined;
|
199
199
|
|
200
200
|
/**
|
201
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
201
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
202
202
|
* @member {Array.<Number>} label_ids
|
203
203
|
*/
|
204
204
|
BaseOrganizationItemFields.prototype['label_ids'] = undefined;
|
@@ -332,13 +332,13 @@ BaseOrganizationItemWithEditNameFlag.prototype['update_time'] = undefined;
|
|
332
332
|
BaseOrganizationItemWithEditNameFlag.prototype['visible_to'] = undefined;
|
333
333
|
|
334
334
|
/**
|
335
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
335
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
336
336
|
* @member {Number} label
|
337
337
|
*/
|
338
338
|
BaseOrganizationItemWithEditNameFlag.prototype['label'] = undefined;
|
339
339
|
|
340
340
|
/**
|
341
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
341
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
342
342
|
* @member {Array.<Number>} label_ids
|
343
343
|
*/
|
344
344
|
BaseOrganizationItemWithEditNameFlag.prototype['label_ids'] = undefined;
|
@@ -608,12 +608,12 @@ _BaseOrganizationItem["default"].prototype['update_time'] = undefined;
|
|
608
608
|
*/
|
609
609
|
_BaseOrganizationItem["default"].prototype['visible_to'] = undefined;
|
610
610
|
/**
|
611
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
611
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
612
612
|
* @member {Number} label
|
613
613
|
*/
|
614
614
|
_BaseOrganizationItem["default"].prototype['label'] = undefined;
|
615
615
|
/**
|
616
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
616
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
617
617
|
* @member {Array.<Number>} label_ids
|
618
618
|
*/
|
619
619
|
_BaseOrganizationItem["default"].prototype['label_ids'] = undefined;
|
@@ -188,13 +188,13 @@ BasePersonItem.prototype['visible_to'] = undefined;
|
|
188
188
|
BasePersonItem.prototype['picture_id'] = undefined;
|
189
189
|
|
190
190
|
/**
|
191
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
191
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
192
192
|
* @member {Number} label
|
193
193
|
*/
|
194
194
|
BasePersonItem.prototype['label'] = undefined;
|
195
195
|
|
196
196
|
/**
|
197
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
197
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
198
198
|
* @member {Array.<Number>} label_ids
|
199
199
|
*/
|
200
200
|
BasePersonItem.prototype['label_ids'] = undefined;
|
@@ -89,13 +89,13 @@ var BasicOrganization = /*#__PURE__*/function () {
|
|
89
89
|
BasicOrganization.prototype['owner_id'] = undefined;
|
90
90
|
|
91
91
|
/**
|
92
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
92
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
93
93
|
* @member {Number} label
|
94
94
|
*/
|
95
95
|
BasicOrganization.prototype['label'] = undefined;
|
96
96
|
|
97
97
|
/**
|
98
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
98
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
99
99
|
* @member {Array.<Number>} label_ids
|
100
100
|
*/
|
101
101
|
BasicOrganization.prototype['label_ids'] = undefined;
|
@@ -130,13 +130,13 @@ BasicPerson.prototype['email'] = undefined;
|
|
130
130
|
BasicPerson.prototype['phone'] = undefined;
|
131
131
|
|
132
132
|
/**
|
133
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
133
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
134
134
|
* @member {Number} label
|
135
135
|
*/
|
136
136
|
BasicPerson.prototype['label'] = undefined;
|
137
137
|
|
138
138
|
/**
|
139
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
139
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
140
140
|
* @member {Array.<Number>} label_ids
|
141
141
|
*/
|
142
142
|
BasicPerson.prototype['label_ids'] = undefined;
|
@@ -316,13 +316,13 @@ MergePersonItem.prototype['visible_to'] = undefined;
|
|
316
316
|
MergePersonItem.prototype['picture_id'] = undefined;
|
317
317
|
|
318
318
|
/**
|
319
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
319
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
320
320
|
* @member {Number} label
|
321
321
|
*/
|
322
322
|
MergePersonItem.prototype['label'] = undefined;
|
323
323
|
|
324
324
|
/**
|
325
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
325
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
326
326
|
* @member {Array.<Number>} label_ids
|
327
327
|
*/
|
328
328
|
MergePersonItem.prototype['label_ids'] = undefined;
|
@@ -576,12 +576,12 @@ _BasePersonItem["default"].prototype['visible_to'] = undefined;
|
|
576
576
|
*/
|
577
577
|
_BasePersonItem["default"].prototype['picture_id'] = undefined;
|
578
578
|
/**
|
579
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
579
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
580
580
|
* @member {Number} label
|
581
581
|
*/
|
582
582
|
_BasePersonItem["default"].prototype['label'] = undefined;
|
583
583
|
/**
|
584
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
584
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
585
585
|
* @member {Array.<Number>} label_ids
|
586
586
|
*/
|
587
587
|
_BasePersonItem["default"].prototype['label_ids'] = undefined;
|
@@ -120,13 +120,13 @@ NewOrganization.prototype['add_time'] = undefined;
|
|
120
120
|
NewOrganization.prototype['owner_id'] = undefined;
|
121
121
|
|
122
122
|
/**
|
123
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
123
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
124
124
|
* @member {Number} label
|
125
125
|
*/
|
126
126
|
NewOrganization.prototype['label'] = undefined;
|
127
127
|
|
128
128
|
/**
|
129
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
129
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
130
130
|
* @member {Array.<Number>} label_ids
|
131
131
|
*/
|
132
132
|
NewOrganization.prototype['label_ids'] = undefined;
|
@@ -155,12 +155,12 @@ _NewOrganizationAllOf["default"].prototype['add_time'] = undefined;
|
|
155
155
|
*/
|
156
156
|
_BasicOrganization["default"].prototype['owner_id'] = undefined;
|
157
157
|
/**
|
158
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
158
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
159
159
|
* @member {Number} label
|
160
160
|
*/
|
161
161
|
_BasicOrganization["default"].prototype['label'] = undefined;
|
162
162
|
/**
|
163
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
163
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
164
164
|
* @member {Array.<Number>} label_ids
|
165
165
|
*/
|
166
166
|
_BasicOrganization["default"].prototype['label_ids'] = undefined;
|
package/dist/model/NewPerson.js
CHANGED
@@ -151,13 +151,13 @@ NewPerson.prototype['email'] = undefined;
|
|
151
151
|
NewPerson.prototype['phone'] = undefined;
|
152
152
|
|
153
153
|
/**
|
154
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
154
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
155
155
|
* @member {Number} label
|
156
156
|
*/
|
157
157
|
NewPerson.prototype['label'] = undefined;
|
158
158
|
|
159
159
|
/**
|
160
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
160
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
161
161
|
* @member {Array.<Number>} label_ids
|
162
162
|
*/
|
163
163
|
NewPerson.prototype['label_ids'] = undefined;
|
@@ -208,12 +208,12 @@ _BasicPerson["default"].prototype['email'] = undefined;
|
|
208
208
|
*/
|
209
209
|
_BasicPerson["default"].prototype['phone'] = undefined;
|
210
210
|
/**
|
211
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
211
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
212
212
|
* @member {Number} label
|
213
213
|
*/
|
214
214
|
_BasicPerson["default"].prototype['label'] = undefined;
|
215
215
|
/**
|
216
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
216
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
217
217
|
* @member {Array.<Number>} label_ids
|
218
218
|
*/
|
219
219
|
_BasicPerson["default"].prototype['label_ids'] = undefined;
|
@@ -340,13 +340,13 @@ OrganizationItem.prototype['update_time'] = undefined;
|
|
340
340
|
OrganizationItem.prototype['visible_to'] = undefined;
|
341
341
|
|
342
342
|
/**
|
343
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
343
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
344
344
|
* @member {Number} label
|
345
345
|
*/
|
346
346
|
OrganizationItem.prototype['label'] = undefined;
|
347
347
|
|
348
348
|
/**
|
349
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
349
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
350
350
|
* @member {Array.<Number>} label_ids
|
351
351
|
*/
|
352
352
|
OrganizationItem.prototype['label_ids'] = undefined;
|
@@ -628,12 +628,12 @@ _BaseOrganizationItemWithEditNameFlag["default"].prototype['update_time'] = unde
|
|
628
628
|
*/
|
629
629
|
_BaseOrganizationItemWithEditNameFlag["default"].prototype['visible_to'] = undefined;
|
630
630
|
/**
|
631
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
631
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
632
632
|
* @member {Number} label
|
633
633
|
*/
|
634
634
|
_BaseOrganizationItemWithEditNameFlag["default"].prototype['label'] = undefined;
|
635
635
|
/**
|
636
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
636
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
637
637
|
* @member {Array.<Number>} label_ids
|
638
638
|
*/
|
639
639
|
_BaseOrganizationItemWithEditNameFlag["default"].prototype['label_ids'] = undefined;
|
@@ -276,13 +276,13 @@ OrganizationsCollectionResponseObject.prototype['add_time'] = undefined;
|
|
276
276
|
OrganizationsCollectionResponseObject.prototype['visible_to'] = undefined;
|
277
277
|
|
278
278
|
/**
|
279
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
279
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
280
280
|
* @member {Number} label
|
281
281
|
*/
|
282
282
|
OrganizationsCollectionResponseObject.prototype['label'] = undefined;
|
283
283
|
|
284
284
|
/**
|
285
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
285
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
286
286
|
* @member {Array.<Number>} label_ids
|
287
287
|
*/
|
288
288
|
OrganizationsCollectionResponseObject.prototype['label_ids'] = undefined;
|
@@ -391,12 +391,12 @@ _OrganizationsCollectionResponseObjectAllOf["default"].prototype['add_time'] = u
|
|
391
391
|
*/
|
392
392
|
_OrganizationsCollectionResponseObjectAllOf["default"].prototype['visible_to'] = undefined;
|
393
393
|
/**
|
394
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
394
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
395
395
|
* @member {Number} label
|
396
396
|
*/
|
397
397
|
_OrganizationsCollectionResponseObjectAllOf["default"].prototype['label'] = undefined;
|
398
398
|
/**
|
399
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
399
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
400
400
|
* @member {Array.<Number>} label_ids
|
401
401
|
*/
|
402
402
|
_OrganizationsCollectionResponseObjectAllOf["default"].prototype['label_ids'] = undefined;
|
@@ -158,13 +158,13 @@ OrganizationsCollectionResponseObjectAllOf.prototype['add_time'] = undefined;
|
|
158
158
|
OrganizationsCollectionResponseObjectAllOf.prototype['visible_to'] = undefined;
|
159
159
|
|
160
160
|
/**
|
161
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
161
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
162
162
|
* @member {Number} label
|
163
163
|
*/
|
164
164
|
OrganizationsCollectionResponseObjectAllOf.prototype['label'] = undefined;
|
165
165
|
|
166
166
|
/**
|
167
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
167
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
168
168
|
* @member {Array.<Number>} label_ids
|
169
169
|
*/
|
170
170
|
OrganizationsCollectionResponseObjectAllOf.prototype['label_ids'] = undefined;
|
package/dist/model/PersonItem.js
CHANGED
@@ -306,13 +306,13 @@ PersonItem.prototype['visible_to'] = undefined;
|
|
306
306
|
PersonItem.prototype['picture_id'] = undefined;
|
307
307
|
|
308
308
|
/**
|
309
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
309
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
310
310
|
* @member {Number} label
|
311
311
|
*/
|
312
312
|
PersonItem.prototype['label'] = undefined;
|
313
313
|
|
314
314
|
/**
|
315
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
315
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
316
316
|
* @member {Array.<Number>} label_ids
|
317
317
|
*/
|
318
318
|
PersonItem.prototype['label_ids'] = undefined;
|
@@ -546,12 +546,12 @@ _BasePersonItem["default"].prototype['visible_to'] = undefined;
|
|
546
546
|
*/
|
547
547
|
_BasePersonItem["default"].prototype['picture_id'] = undefined;
|
548
548
|
/**
|
549
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
549
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
550
550
|
* @member {Number} label
|
551
551
|
*/
|
552
552
|
_BasePersonItem["default"].prototype['label'] = undefined;
|
553
553
|
/**
|
554
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
554
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
555
555
|
* @member {Array.<Number>} label_ids
|
556
556
|
*/
|
557
557
|
_BasePersonItem["default"].prototype['label_ids'] = undefined;
|
@@ -200,13 +200,13 @@ PersonsCollectionResponseObject.prototype['visible_to'] = undefined;
|
|
200
200
|
PersonsCollectionResponseObject.prototype['picture_id'] = undefined;
|
201
201
|
|
202
202
|
/**
|
203
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
203
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
204
204
|
* @member {Number} label
|
205
205
|
*/
|
206
206
|
PersonsCollectionResponseObject.prototype['label'] = undefined;
|
207
207
|
|
208
208
|
/**
|
209
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
209
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
210
210
|
* @member {Array.<Number>} label_ids
|
211
211
|
*/
|
212
212
|
PersonsCollectionResponseObject.prototype['label_ids'] = undefined;
|
@@ -107,13 +107,13 @@ UpdateOrganization.prototype['name'] = undefined;
|
|
107
107
|
UpdateOrganization.prototype['owner_id'] = undefined;
|
108
108
|
|
109
109
|
/**
|
110
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
110
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
111
111
|
* @member {Number} label
|
112
112
|
*/
|
113
113
|
UpdateOrganization.prototype['label'] = undefined;
|
114
114
|
|
115
115
|
/**
|
116
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
116
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
117
117
|
* @member {Array.<Number>} label_ids
|
118
118
|
*/
|
119
119
|
UpdateOrganization.prototype['label_ids'] = undefined;
|
@@ -137,12 +137,12 @@ _UpdateOrganizationAllOf["default"].prototype['name'] = undefined;
|
|
137
137
|
*/
|
138
138
|
_BasicOrganization["default"].prototype['owner_id'] = undefined;
|
139
139
|
/**
|
140
|
-
* The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
140
|
+
* The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
141
141
|
* @member {Number} label
|
142
142
|
*/
|
143
143
|
_BasicOrganization["default"].prototype['label'] = undefined;
|
144
144
|
/**
|
145
|
-
* The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
145
|
+
* The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
146
146
|
* @member {Array.<Number>} label_ids
|
147
147
|
*/
|
148
148
|
_BasicOrganization["default"].prototype['label_ids'] = undefined;
|
@@ -148,13 +148,13 @@ UpdatePerson.prototype['email'] = undefined;
|
|
148
148
|
UpdatePerson.prototype['phone'] = undefined;
|
149
149
|
|
150
150
|
/**
|
151
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
151
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
152
152
|
* @member {Number} label
|
153
153
|
*/
|
154
154
|
UpdatePerson.prototype['label'] = undefined;
|
155
155
|
|
156
156
|
/**
|
157
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
157
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
158
158
|
* @member {Array.<Number>} label_ids
|
159
159
|
*/
|
160
160
|
UpdatePerson.prototype['label_ids'] = undefined;
|
@@ -205,12 +205,12 @@ _BasicPerson["default"].prototype['email'] = undefined;
|
|
205
205
|
*/
|
206
206
|
_BasicPerson["default"].prototype['phone'] = undefined;
|
207
207
|
/**
|
208
|
-
* The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value.
|
208
|
+
* The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value.
|
209
209
|
* @member {Number} label
|
210
210
|
*/
|
211
211
|
_BasicPerson["default"].prototype['label'] = undefined;
|
212
212
|
/**
|
213
|
-
* The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field.
|
213
|
+
* The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field.
|
214
214
|
* @member {Array.<Number>} label_ids
|
215
215
|
*/
|
216
216
|
_BasicPerson["default"].prototype['label_ids'] = undefined;
|