pipedrive 29.2.3 → 29.2.4
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.
@@ -28,7 +28,7 @@ export declare const ItemSearchApiAxiosParamCreator: (configuration?: Configurat
|
|
28
28
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
29
29
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
30
30
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
31
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
31
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
32
32
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
33
33
|
|
34
34
|
* @throws {RequiredError}
|
@@ -62,7 +62,7 @@ export declare const ItemSearchApiFp: (configuration?: Configuration) => {
|
|
62
62
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
63
63
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
64
64
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
65
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
65
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
66
66
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
67
67
|
|
68
68
|
* @throws {RequiredError}
|
@@ -147,7 +147,7 @@ export interface ItemSearchApiSearchItemRequest {
|
|
147
147
|
*/
|
148
148
|
readonly include_fields?: 'deal.cc_email' | 'person.picture' | 'product.price';
|
149
149
|
/**
|
150
|
-
* For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
150
|
+
* For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
151
151
|
* @type {number}
|
152
152
|
* @memberof ItemSearchApiSearchItem
|
153
153
|
*/
|
@@ -41,7 +41,7 @@ export const ItemSearchApiAxiosParamCreator = function (configuration) {
|
|
41
41
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
42
42
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
43
43
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
44
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
44
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
45
45
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
46
46
|
|
47
47
|
* @throws {RequiredError}
|
@@ -174,7 +174,7 @@ export const ItemSearchApiFp = function (configuration) {
|
|
174
174
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
175
175
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
176
176
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
177
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
177
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
178
178
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
179
179
|
|
180
180
|
* @throws {RequiredError}
|
@@ -28,7 +28,7 @@ export declare const ItemSearchApiAxiosParamCreator: (configuration?: Configurat
|
|
28
28
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
29
29
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
30
30
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
31
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
31
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
32
32
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
33
33
|
|
34
34
|
* @throws {RequiredError}
|
@@ -62,7 +62,7 @@ export declare const ItemSearchApiFp: (configuration?: Configuration) => {
|
|
62
62
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
63
63
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
64
64
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
65
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
65
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
66
66
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
67
67
|
|
68
68
|
* @throws {RequiredError}
|
@@ -147,7 +147,7 @@ export interface ItemSearchApiSearchItemRequest {
|
|
147
147
|
*/
|
148
148
|
readonly include_fields?: 'deal.cc_email' | 'person.picture' | 'product.price';
|
149
149
|
/**
|
150
|
-
* For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
150
|
+
* For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
151
151
|
* @type {number}
|
152
152
|
* @memberof ItemSearchApiSearchItem
|
153
153
|
*/
|
@@ -47,7 +47,7 @@ const ItemSearchApiAxiosParamCreator = function (configuration) {
|
|
47
47
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
48
48
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
49
49
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
50
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
50
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
51
51
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
52
52
|
|
53
53
|
* @throws {RequiredError}
|
@@ -181,7 +181,7 @@ const ItemSearchApiFp = function (configuration) {
|
|
181
181
|
* @param {boolean} [search_for_related_items] When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization
|
182
182
|
* @param {boolean} [exact_match] When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
|
183
183
|
* @param {'deal.cc_email' | 'person.picture' | 'product.price'} [include_fields] A comma-separated string array. Supports including optional fields in the results which are not provided by default.
|
184
|
-
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of
|
184
|
+
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 100 is allowed.
|
185
185
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
186
186
|
|
187
187
|
* @throws {RequiredError}
|