recombee-api-client 3.2.0 → 4.1.0
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/README.md +2 -2
- package/doc/AddBookmark.html +506 -0
- package/doc/AddCartAddition.html +512 -0
- package/doc/AddDetailView.html +509 -0
- package/doc/AddGroup.html +447 -0
- package/doc/AddItem.html +448 -0
- package/doc/AddItemProperty.html +478 -0
- package/doc/AddPurchase.html +515 -0
- package/doc/AddRating.html +529 -0
- package/doc/AddSearchSynonym.html +501 -0
- package/doc/AddSeries.html +447 -0
- package/doc/AddUser.html +447 -0
- package/doc/AddUserProperty.html +476 -0
- package/doc/ApiClient.html +433 -0
- package/doc/ApiError.html +170 -0
- package/doc/Batch.html +476 -0
- package/doc/DeleteAllSearchSynonyms.html +398 -0
- package/doc/DeleteBookmark.html +497 -0
- package/doc/DeleteCartAddition.html +497 -0
- package/doc/DeleteDetailView.html +497 -0
- package/doc/DeleteGroup.html +448 -0
- package/doc/DeleteItem.html +449 -0
- package/doc/DeleteItemProperty.html +447 -0
- package/doc/DeleteMoreItems.html +448 -0
- package/doc/DeletePurchase.html +497 -0
- package/doc/DeleteRating.html +497 -0
- package/doc/DeleteSearchSynonym.html +447 -0
- package/doc/DeleteSeries.html +448 -0
- package/doc/DeleteUser.html +448 -0
- package/doc/DeleteUserProperty.html +447 -0
- package/doc/DeleteViewPortion.html +497 -0
- package/doc/GetItemPropertyInfo.html +447 -0
- package/doc/GetItemValues.html +447 -0
- package/doc/GetUserPropertyInfo.html +447 -0
- package/doc/GetUserValues.html +447 -0
- package/doc/InsertToGroup.html +520 -0
- package/doc/InsertToSeries.html +543 -0
- package/doc/ListGroupItems.html +447 -0
- package/doc/ListGroups.html +398 -0
- package/doc/ListItemBookmarks.html +447 -0
- package/doc/ListItemCartAdditions.html +447 -0
- package/doc/ListItemDetailViews.html +447 -0
- package/doc/ListItemProperties.html +398 -0
- package/doc/ListItemPurchases.html +447 -0
- package/doc/ListItemRatings.html +447 -0
- package/doc/ListItemViewPortions.html +447 -0
- package/doc/ListItems.html +497 -0
- package/doc/ListSearchSynonyms.html +454 -0
- package/doc/ListSeries.html +398 -0
- package/doc/ListSeriesItems.html +447 -0
- package/doc/ListUserBookmarks.html +447 -0
- package/doc/ListUserCartAdditions.html +447 -0
- package/doc/ListUserDetailViews.html +447 -0
- package/doc/ListUserProperties.html +398 -0
- package/doc/ListUserPurchases.html +447 -0
- package/doc/ListUserRatings.html +447 -0
- package/doc/ListUserViewPortions.html +447 -0
- package/doc/ListUsers.html +491 -0
- package/doc/MergeUsers.html +498 -0
- package/doc/RecommendItemsToItem.html +635 -0
- package/doc/RecommendItemsToUser.html +598 -0
- package/doc/RecommendNextItems.html +480 -0
- package/doc/RecommendUsersToItem.html +579 -0
- package/doc/RecommendUsersToUser.html +588 -0
- package/doc/RemoveFromGroup.html +493 -0
- package/doc/RemoveFromSeries.html +516 -0
- package/doc/Request.html +292 -0
- package/doc/ResetDatabase.html +398 -0
- package/doc/ResponseError.html +269 -0
- package/doc/SearchItems.html +610 -0
- package/doc/SetItemValues.html +279 -0
- package/doc/SetUserValues.html +277 -0
- package/doc/SetValues.html +480 -0
- package/doc/SetViewPortion.html +533 -0
- package/doc/TimeoutError.html +246 -0
- package/doc/UpdateMoreItems.html +472 -0
- package/doc/api-client.js.html +248 -0
- package/doc/errors_api-error.js.html +71 -0
- package/doc/errors_response-error.js.html +72 -0
- package/doc/errors_timeout-error.js.html +71 -0
- package/doc/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Bold-webfont.svg +1830 -0
- package/doc/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/doc/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/doc/fonts/OpenSans-BoldItalic-webfont.svg +1830 -0
- package/doc/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/doc/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Italic-webfont.svg +1830 -0
- package/doc/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/doc/fonts/OpenSans-Light-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Light-webfont.svg +1831 -0
- package/doc/fonts/OpenSans-Light-webfont.woff +0 -0
- package/doc/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/doc/fonts/OpenSans-LightItalic-webfont.svg +1835 -0
- package/doc/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/doc/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/doc/fonts/OpenSans-Regular-webfont.svg +1831 -0
- package/doc/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/doc/index.html +65 -0
- package/doc/requests_add-bookmark.js.html +128 -0
- package/doc/requests_add-cart-addition.js.html +142 -0
- package/doc/requests_add-detail-view.js.html +135 -0
- package/doc/requests_add-group.js.html +93 -0
- package/doc/requests_add-item-property.js.html +104 -0
- package/doc/requests_add-item.js.html +94 -0
- package/doc/requests_add-purchase.js.html +149 -0
- package/doc/requests_add-rating.js.html +131 -0
- package/doc/requests_add-search-synonym.js.html +111 -0
- package/doc/requests_add-series.js.html +93 -0
- package/doc/requests_add-user-property.js.html +102 -0
- package/doc/requests_add-user.js.html +93 -0
- package/doc/requests_batch.js.html +121 -0
- package/doc/requests_delete-all-search-synonyms.js.html +91 -0
- package/doc/requests_delete-bookmark.js.html +106 -0
- package/doc/requests_delete-cart-addition.js.html +106 -0
- package/doc/requests_delete-detail-view.js.html +106 -0
- package/doc/requests_delete-group.js.html +94 -0
- package/doc/requests_delete-item-property.js.html +93 -0
- package/doc/requests_delete-item.js.html +95 -0
- package/doc/requests_delete-more-items.js.html +95 -0
- package/doc/requests_delete-purchase.js.html +106 -0
- package/doc/requests_delete-rating.js.html +106 -0
- package/doc/requests_delete-search-synonym.js.html +93 -0
- package/doc/requests_delete-series.js.html +94 -0
- package/doc/requests_delete-user-property.js.html +93 -0
- package/doc/requests_delete-user.js.html +94 -0
- package/doc/requests_delete-view-portion.js.html +106 -0
- package/doc/requests_get-item-property-info.js.html +93 -0
- package/doc/requests_get-item-values.js.html +93 -0
- package/doc/requests_get-user-property-info.js.html +93 -0
- package/doc/requests_get-user-values.js.html +93 -0
- package/doc/requests_insert-to-group.js.html +109 -0
- package/doc/requests_insert-to-series.js.html +112 -0
- package/doc/requests_list-group-items.js.html +93 -0
- package/doc/requests_list-groups.js.html +91 -0
- package/doc/requests_list-item-bookmarks.js.html +93 -0
- package/doc/requests_list-item-cart-additions.js.html +93 -0
- package/doc/requests_list-item-detail-views.js.html +93 -0
- package/doc/requests_list-item-properties.js.html +91 -0
- package/doc/requests_list-item-purchases.js.html +93 -0
- package/doc/requests_list-item-ratings.js.html +93 -0
- package/doc/requests_list-item-view-portions.js.html +93 -0
- package/doc/requests_list-items.js.html +158 -0
- package/doc/requests_list-search-synonyms.js.html +106 -0
- package/doc/requests_list-series-items.js.html +93 -0
- package/doc/requests_list-series.js.html +91 -0
- package/doc/requests_list-user-bookmarks.js.html +93 -0
- package/doc/requests_list-user-cart-additions.js.html +93 -0
- package/doc/requests_list-user-detail-views.js.html +93 -0
- package/doc/requests_list-user-properties.js.html +91 -0
- package/doc/requests_list-user-purchases.js.html +93 -0
- package/doc/requests_list-user-ratings.js.html +93 -0
- package/doc/requests_list-user-view-portions.js.html +93 -0
- package/doc/requests_list-users.js.html +152 -0
- package/doc/requests_merge-users.js.html +105 -0
- package/doc/requests_recommend-items-to-item.js.html +276 -0
- package/doc/requests_recommend-items-to-user.js.html +255 -0
- package/doc/requests_recommend-next-items.js.html +106 -0
- package/doc/requests_recommend-users-to-item.js.html +224 -0
- package/doc/requests_recommend-users-to-user.js.html +245 -0
- package/doc/requests_remove-from-group.js.html +99 -0
- package/doc/requests_remove-from-series.js.html +102 -0
- package/doc/requests_request.js.html +73 -0
- package/doc/requests_reset-database.js.html +91 -0
- package/doc/requests_search-items.js.html +231 -0
- package/doc/requests_set-item-values.js.html +80 -0
- package/doc/requests_set-user-values.js.html +79 -0
- package/doc/requests_set-values.js.html +102 -0
- package/doc/requests_set-view-portion.js.html +139 -0
- package/doc/requests_update-more-items.js.html +104 -0
- package/doc/scripts/linenumber.js +25 -0
- package/doc/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/doc/scripts/prettify/lang-css.js +2 -0
- package/doc/scripts/prettify/prettify.js +28 -0
- package/doc/styles/jsdoc-default.css +358 -0
- package/doc/styles/prettify-jsdoc.css +111 -0
- package/doc/styles/prettify-tomorrow.css +132 -0
- package/lib/api-client.js +49 -36
- package/lib/requests/add-bookmark.js +1 -1
- package/lib/requests/add-cart-addition.js +3 -3
- package/lib/requests/add-detail-view.js +1 -1
- package/lib/requests/add-group.js +1 -1
- package/lib/requests/add-item-property.js +1 -1
- package/lib/requests/add-item.js +2 -2
- package/lib/requests/add-manual-reql-segment.js +58 -0
- package/lib/requests/add-purchase.js +4 -4
- package/lib/requests/add-rating.js +1 -1
- package/lib/requests/add-series.js +1 -1
- package/lib/requests/add-user-property.js +2 -2
- package/lib/requests/create-auto-reql-segmentation.js +66 -0
- package/lib/requests/create-manual-reql-segmentation.js +63 -0
- package/lib/requests/create-property-based-segmentation.js +67 -0
- package/lib/requests/delete-bookmark.js +3 -3
- package/lib/requests/delete-cart-addition.js +3 -3
- package/lib/requests/delete-detail-view.js +3 -3
- package/lib/requests/delete-group.js +2 -2
- package/lib/requests/delete-item.js +3 -3
- package/lib/requests/delete-manual-reql-segment.js +44 -0
- package/lib/requests/delete-more-items.js +44 -0
- package/lib/requests/delete-purchase.js +3 -3
- package/lib/requests/delete-rating.js +2 -2
- package/lib/requests/delete-search-synonym.js +1 -1
- package/lib/requests/delete-segmentation.js +42 -0
- package/lib/requests/delete-series.js +1 -1
- package/lib/requests/delete-user-property.js +1 -1
- package/lib/requests/delete-user.js +2 -2
- package/lib/requests/get-item-values.js +2 -2
- package/lib/requests/get-segmentation.js +42 -0
- package/lib/requests/get-user-values.js +2 -2
- package/lib/requests/index.js +18 -2
- package/lib/requests/insert-to-group.js +2 -2
- package/lib/requests/insert-to-series.js +2 -2
- package/lib/requests/list-group-items.js +1 -1
- package/lib/requests/list-item-bookmarks.js +2 -2
- package/lib/requests/list-item-cart-additions.js +2 -2
- package/lib/requests/list-item-detail-views.js +2 -2
- package/lib/requests/list-item-purchases.js +2 -2
- package/lib/requests/list-item-ratings.js +2 -2
- package/lib/requests/list-item-view-portions.js +2 -2
- package/lib/requests/list-items.js +1 -1
- package/lib/requests/list-segmentations.js +43 -0
- package/lib/requests/list-series-items.js +2 -2
- package/lib/requests/list-user-bookmarks.js +1 -1
- package/lib/requests/list-user-cart-additions.js +1 -1
- package/lib/requests/list-user-detail-views.js +1 -1
- package/lib/requests/list-user-purchases.js +1 -1
- package/lib/requests/list-user-ratings.js +1 -1
- package/lib/requests/list-user-view-portions.js +1 -1
- package/lib/requests/list-users.js +1 -1
- package/lib/requests/merge-users.js +2 -2
- package/lib/requests/recommend-item-segments-to-item-segment.js +125 -0
- package/lib/requests/recommend-item-segments-to-item.js +125 -0
- package/lib/requests/recommend-item-segments-to-user.js +110 -0
- package/lib/requests/recommend-items-to-item.js +26 -26
- package/lib/requests/recommend-items-to-user.js +23 -23
- package/lib/requests/recommend-next-items.js +2 -2
- package/lib/requests/recommend-users-to-item.js +18 -18
- package/lib/requests/recommend-users-to-user.js +21 -21
- package/lib/requests/reset-database.js +1 -1
- package/lib/requests/search-item-segments.js +112 -0
- package/lib/requests/search-items.js +17 -17
- package/lib/requests/set-view-portion.js +3 -3
- package/lib/requests/update-auto-reql-segmentation.js +66 -0
- package/lib/requests/update-manual-reql-segment.js +57 -0
- package/lib/requests/update-manual-reql-segmentation.js +59 -0
- package/lib/requests/update-more-items.js +53 -0
- package/lib/requests/update-property-based-segmentation.js +66 -0
- package/package.json +2 -3
- package/test/add-bookmark-test.js +24 -12
- package/test/add-cart-addition-test.js +24 -12
- package/test/add-detail-view-test.js +24 -12
- package/test/add-group-test.js +12 -6
- package/test/add-item-property-test.js +12 -6
- package/test/add-item-test.js +12 -6
- package/test/add-manual-reql-segment-batch_test.js +40 -0
- package/test/add-manual-reql-segment-callback_test.js +43 -0
- package/test/add-manual-reql-segment-test.js +35 -0
- package/test/add-purchase-test.js +24 -12
- package/test/add-rating-test.js +30 -15
- package/test/add-search-synonym-test.js +6 -3
- package/test/add-series-test.js +12 -6
- package/test/add-user-property-test.js +12 -6
- package/test/add-user-test.js +12 -6
- package/test/create-auto-reql-segmentation-batch_test.js +35 -0
- package/test/create-auto-reql-segmentation-callback_test.js +45 -0
- package/test/create-auto-reql-segmentation-test.js +43 -0
- package/test/create-manual-reql-segmentation-batch_test.js +35 -0
- package/test/create-manual-reql-segmentation-callback_test.js +45 -0
- package/test/create-manual-reql-segmentation-test.js +43 -0
- package/test/create-property-based-segmentation-batch_test.js +35 -0
- package/test/create-property-based-segmentation-callback_test.js +45 -0
- package/test/create-property-based-segmentation-test.js +43 -0
- package/test/delete-bookmark-test.js +6 -3
- package/test/delete-cart-addition-test.js +6 -3
- package/test/delete-detail-view-test.js +6 -3
- package/test/delete-group-test.js +18 -9
- package/test/delete-item-property-test.js +18 -9
- package/test/delete-item-test.js +18 -9
- package/test/delete-manual-reql-segment-batch_test.js +47 -0
- package/test/delete-manual-reql-segment-callback_test.js +51 -0
- package/test/delete-manual-reql-segment-test.js +39 -0
- package/test/{user-based-recommendation-batch_test.js → delete-more-items-batch_test.js} +4 -10
- package/test/delete-more-items-callback_test.js +37 -0
- package/test/delete-more-items-test.js +33 -0
- package/test/delete-purchase-test.js +6 -3
- package/test/delete-rating-test.js +6 -3
- package/test/delete-search-synonym-test.js +6 -3
- package/test/delete-segmentation-batch_test.js +42 -0
- package/test/delete-segmentation-callback_test.js +53 -0
- package/test/delete-segmentation-test.js +47 -0
- package/test/delete-series-test.js +18 -9
- package/test/delete-user-property-test.js +18 -9
- package/test/delete-user-test.js +18 -9
- package/test/delete-view-portion-test.js +6 -3
- package/test/get-segmentation-batch_test.js +41 -0
- package/test/get-segmentation-callback_test.js +44 -0
- package/test/get-segmentation-test.js +36 -0
- package/test/insert-to-group-test.js +6 -3
- package/test/insert-to-series-test.js +6 -3
- package/test/list-segmentations-batch_test.js +41 -0
- package/test/list-segmentations-callback_test.js +44 -0
- package/test/list-segmentations-test.js +36 -0
- package/test/merge-users-test.js +6 -3
- package/test/recommend-item-segments-to-item-batch_test.js +33 -0
- package/test/recommend-item-segments-to-item-callback_test.js +37 -0
- package/test/recommend-item-segments-to-item-segment-batch_test.js +33 -0
- package/test/recommend-item-segments-to-item-segment-callback_test.js +37 -0
- package/test/recommend-item-segments-to-item-segment-test.js +39 -0
- package/test/recommend-item-segments-to-item-test.js +39 -0
- package/test/recommend-item-segments-to-user-batch_test.js +33 -0
- package/test/recommend-item-segments-to-user-callback_test.js +37 -0
- package/test/recommend-item-segments-to-user-test.js +39 -0
- package/test/remove-from-group-test.js +6 -3
- package/test/remove-from-series-test.js +12 -6
- package/test/search-item-segments-batch_test.js +33 -0
- package/test/search-item-segments-callback_test.js +37 -0
- package/test/search-item-segments-test.js +39 -0
- package/test/set-environment.js +6 -4
- package/test/set-item-values-test.js +6 -3
- package/test/set-user-values-test.js +6 -3
- package/test/set-view-portion-test.js +30 -15
- package/test/update-auto-reql-segmentation-batch_test.js +40 -0
- package/test/update-auto-reql-segmentation-callback_test.js +43 -0
- package/test/update-auto-reql-segmentation-test.js +35 -0
- package/test/update-manual-reql-segment-batch_test.js +47 -0
- package/test/update-manual-reql-segment-callback_test.js +51 -0
- package/test/update-manual-reql-segment-test.js +39 -0
- package/test/update-manual-reql-segmentation-batch_test.js +40 -0
- package/test/update-manual-reql-segmentation-callback_test.js +43 -0
- package/test/update-manual-reql-segmentation-test.js +35 -0
- package/test/{item-based-recommendation-batch_test.js → update-more-items-batch_test.js} +4 -10
- package/test/update-more-items-callback_test.js +37 -0
- package/test/update-more-items-test.js +33 -0
- package/test/update-property-based-segmentation-batch_test.js +40 -0
- package/test/update-property-based-segmentation-callback_test.js +43 -0
- package/test/update-property-based-segmentation-test.js +35 -0
- package/lib/requests/item-based-recommendation.js +0 -187
- package/lib/requests/user-based-recommendation.js +0 -168
- package/test/item-based-recommendation-callback_test.js +0 -65
- package/test/item-based-recommendation-test.js +0 -53
- package/test/user-based-recommendation-callback_test.js +0 -65
- package/test/user-based-recommendation-test.js +0 -53
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/*
|
|
2
|
+
This file is auto-generated, do not edit
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
'use strict';
|
|
6
|
+
const rqs = require("./request");
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Segment the items using multiple [ReQL](https://docs.recombee.com/reql.html) filters.
|
|
10
|
+
* Use the Add Manual ReQL Items Segment endpoint to create the individual segments.
|
|
11
|
+
*/
|
|
12
|
+
class CreateManualReqlSegmentation extends rqs.Request {
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Construct the request
|
|
16
|
+
* @param {string} segmentationId - ID of the newly created Segmentation
|
|
17
|
+
* @param {string} sourceType - What type of data should be segmented. Currently only `items` are supported.
|
|
18
|
+
* @param {Object} optional - Optional parameters given as an object with structure name of the parameter: value
|
|
19
|
+
* - Allowed parameters:
|
|
20
|
+
* - *title*
|
|
21
|
+
* - Type: string
|
|
22
|
+
* - Description: Human-readable name that is shown in the Recombee Admin UI.
|
|
23
|
+
* - *description*
|
|
24
|
+
* - Type: string
|
|
25
|
+
* - Description: Description that is shown in the Recombee Admin UI.
|
|
26
|
+
*/
|
|
27
|
+
constructor(segmentationId, sourceType, optional) {
|
|
28
|
+
super('PUT', `/segmentations/manual-reql/${segmentationId}`, 10000, false);
|
|
29
|
+
this.segmentationId = segmentationId;
|
|
30
|
+
this.sourceType = sourceType;
|
|
31
|
+
optional = optional || {};
|
|
32
|
+
this.title = optional.title;
|
|
33
|
+
this.description = optional.description;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Get body parameters
|
|
38
|
+
* @return {Object} The values of body parameters (name of parameter: value of the parameter)
|
|
39
|
+
*/
|
|
40
|
+
bodyParameters() {
|
|
41
|
+
let params = {};
|
|
42
|
+
params.sourceType = this.sourceType;
|
|
43
|
+
|
|
44
|
+
if(this.title !== undefined)
|
|
45
|
+
params.title = this.title;
|
|
46
|
+
|
|
47
|
+
if(this.description !== undefined)
|
|
48
|
+
params.description = this.description;
|
|
49
|
+
|
|
50
|
+
return params;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Get query parameters
|
|
55
|
+
* @return {Object} The values of query parameters (name of parameter: value of the parameter)
|
|
56
|
+
*/
|
|
57
|
+
queryParameters() {
|
|
58
|
+
let params = {};
|
|
59
|
+
return params;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
exports.CreateManualReqlSegmentation = CreateManualReqlSegmentation
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/*
|
|
2
|
+
This file is auto-generated, do not edit
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
'use strict';
|
|
6
|
+
const rqs = require("./request");
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Creates a Segmentation that splits the items into segments based on values of a particular item property.
|
|
10
|
+
* A segment is created for each unique value of the property.
|
|
11
|
+
* In case of `set` properties, a segment is created for each value in the set. Item belongs to all these segments.
|
|
12
|
+
*/
|
|
13
|
+
class CreatePropertyBasedSegmentation extends rqs.Request {
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Construct the request
|
|
17
|
+
* @param {string} segmentationId - ID of the newly created Segmentation
|
|
18
|
+
* @param {string} sourceType - What type of data should be segmented. Currently only `items` are supported.
|
|
19
|
+
* @param {string} propertyName - Name of the property on which the Segmentation should be based
|
|
20
|
+
* @param {Object} optional - Optional parameters given as an object with structure name of the parameter: value
|
|
21
|
+
* - Allowed parameters:
|
|
22
|
+
* - *title*
|
|
23
|
+
* - Type: string
|
|
24
|
+
* - Description: Human-readable name that is shown in the Recombee Admin UI.
|
|
25
|
+
* - *description*
|
|
26
|
+
* - Type: string
|
|
27
|
+
* - Description: Description that is shown in the Recombee Admin UI.
|
|
28
|
+
*/
|
|
29
|
+
constructor(segmentationId, sourceType, propertyName, optional) {
|
|
30
|
+
super('PUT', `/segmentations/property-based/${segmentationId}`, 10000, false);
|
|
31
|
+
this.segmentationId = segmentationId;
|
|
32
|
+
this.sourceType = sourceType;
|
|
33
|
+
this.propertyName = propertyName;
|
|
34
|
+
optional = optional || {};
|
|
35
|
+
this.title = optional.title;
|
|
36
|
+
this.description = optional.description;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Get body parameters
|
|
41
|
+
* @return {Object} The values of body parameters (name of parameter: value of the parameter)
|
|
42
|
+
*/
|
|
43
|
+
bodyParameters() {
|
|
44
|
+
let params = {};
|
|
45
|
+
params.sourceType = this.sourceType;
|
|
46
|
+
params.propertyName = this.propertyName;
|
|
47
|
+
|
|
48
|
+
if(this.title !== undefined)
|
|
49
|
+
params.title = this.title;
|
|
50
|
+
|
|
51
|
+
if(this.description !== undefined)
|
|
52
|
+
params.description = this.description;
|
|
53
|
+
|
|
54
|
+
return params;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Get query parameters
|
|
59
|
+
* @return {Object} The values of query parameters (name of parameter: value of the parameter)
|
|
60
|
+
*/
|
|
61
|
+
queryParameters() {
|
|
62
|
+
let params = {};
|
|
63
|
+
return params;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
exports.CreatePropertyBasedSegmentation = CreatePropertyBasedSegmentation
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes a bookmark uniquely specified by `userId`, `itemId`, and `timestamp` or all the bookmarks with given `userId` and `itemId` if `timestamp` is omitted.
|
|
9
|
+
* Deletes a bookmark uniquely specified by `userId`, `itemId`, and `timestamp` or all the bookmarks with the given `userId` and `itemId` if `timestamp` is omitted.
|
|
10
10
|
*/
|
|
11
11
|
class DeleteBookmark extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
15
|
* @param {string} userId - ID of the user who made the bookmark.
|
|
16
|
-
* @param {string} itemId - ID of the item
|
|
16
|
+
* @param {string} itemId - ID of the item which was bookmarked.
|
|
17
17
|
* @param {Object} optional - Optional parameters given as an object with structure name of the parameter: value
|
|
18
18
|
* - Allowed parameters:
|
|
19
19
|
* - *timestamp*
|
|
20
20
|
* - Type: number
|
|
21
|
-
* - Description: Unix timestamp of the bookmark. If the `timestamp` is omitted, then all the bookmarks with given `userId` and `itemId` are deleted.
|
|
21
|
+
* - Description: Unix timestamp of the bookmark. If the `timestamp` is omitted, then all the bookmarks with the given `userId` and `itemId` are deleted.
|
|
22
22
|
*/
|
|
23
23
|
constructor(userId, itemId, optional) {
|
|
24
24
|
super('DELETE', '/bookmarks/', 1000, false);
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes an existing cart addition uniquely specified by `userId`, `itemId`, and `timestamp` or all the cart additions with given `userId` and `itemId` if `timestamp` is omitted.
|
|
9
|
+
* Deletes an existing cart addition uniquely specified by `userId`, `itemId`, and `timestamp` or all the cart additions with the given `userId` and `itemId` if `timestamp` is omitted.
|
|
10
10
|
*/
|
|
11
11
|
class DeleteCartAddition extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
15
|
* @param {string} userId - ID of the user who made the cart addition.
|
|
16
|
-
* @param {string} itemId - ID of the item
|
|
16
|
+
* @param {string} itemId - ID of the item which was added to the cart.
|
|
17
17
|
* @param {Object} optional - Optional parameters given as an object with structure name of the parameter: value
|
|
18
18
|
* - Allowed parameters:
|
|
19
19
|
* - *timestamp*
|
|
20
20
|
* - Type: number
|
|
21
|
-
* - Description: Unix timestamp of the cart addition. If the `timestamp` is omitted, then all the cart additions with given `userId` and `itemId` are deleted.
|
|
21
|
+
* - Description: Unix timestamp of the cart addition. If the `timestamp` is omitted, then all the cart additions with the given `userId` and `itemId` are deleted.
|
|
22
22
|
*/
|
|
23
23
|
constructor(userId, itemId, optional) {
|
|
24
24
|
super('DELETE', '/cartadditions/', 1000, false);
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes an existing detail view uniquely specified by (`userId`, `itemId`, and `timestamp`) or all the detail views with given `userId` and `itemId` if `timestamp` is omitted.
|
|
9
|
+
* Deletes an existing detail view uniquely specified by (`userId`, `itemId`, and `timestamp`) or all the detail views with the given `userId` and `itemId` if `timestamp` is omitted.
|
|
10
10
|
*/
|
|
11
11
|
class DeleteDetailView extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
15
|
* @param {string} userId - ID of the user who made the detail view.
|
|
16
|
-
* @param {string} itemId - ID of the item
|
|
16
|
+
* @param {string} itemId - ID of the item whose details were viewed.
|
|
17
17
|
* @param {Object} optional - Optional parameters given as an object with structure name of the parameter: value
|
|
18
18
|
* - Allowed parameters:
|
|
19
19
|
* - *timestamp*
|
|
20
20
|
* - Type: number
|
|
21
|
-
* - Description: Unix timestamp of the detail view. If the `timestamp` is omitted, then all the detail views with given `userId` and `itemId` are deleted.
|
|
21
|
+
* - Description: Unix timestamp of the detail view. If the `timestamp` is omitted, then all the detail views with the given `userId` and `itemId` are deleted.
|
|
22
22
|
*/
|
|
23
23
|
constructor(userId, itemId, optional) {
|
|
24
24
|
super('DELETE', '/detailviews/', 1000, false);
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes the group of given `groupId` from the database.
|
|
10
|
-
* Deleting a group will only delete assignment of items to it, not the items themselves!
|
|
9
|
+
* Deletes the group of the given `groupId` from the database.
|
|
10
|
+
* Deleting a group will only delete the assignment of items to it, not the items themselves!
|
|
11
11
|
*/
|
|
12
12
|
class DeleteGroup extends rqs.Request {
|
|
13
13
|
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes an item of given `itemId` from the catalog.
|
|
10
|
-
* If there are any *purchases*, *ratings*, *bookmarks*, *cart additions
|
|
11
|
-
* If an item becomes obsolete/no longer available, it is
|
|
9
|
+
* Deletes an item of the given `itemId` from the catalog.
|
|
10
|
+
* If there are any *purchases*, *ratings*, *bookmarks*, *cart additions*, or *detail views* of the item present in the database, they will be deleted in cascade as well. Also, if the item is present in some *series*, it will be removed from all the *series* where present.
|
|
11
|
+
* If an item becomes obsolete/no longer available, it is meaningful to keep it in the catalog (along with all the interaction data, which are very useful), and **only exclude the item from recommendations**. In such a case, use [ReQL filter](https://docs.recombee.com/reql.html) instead of deleting the item completely.
|
|
12
12
|
*/
|
|
13
13
|
class DeleteItem extends rqs.Request {
|
|
14
14
|
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
This file is auto-generated, do not edit
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
'use strict';
|
|
6
|
+
const rqs = require("./request");
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Delete a Segment from a Manual ReQL Segmentation.
|
|
10
|
+
*/
|
|
11
|
+
class DeleteManualReqlSegment extends rqs.Request {
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Construct the request
|
|
15
|
+
* @param {string} segmentationId - ID of the Segmentation from which the Segment should be deleted
|
|
16
|
+
* @param {string} segmentId - ID of the Segment that should be deleted
|
|
17
|
+
*/
|
|
18
|
+
constructor(segmentationId, segmentId) {
|
|
19
|
+
super('DELETE', `/segmentations/manual-reql/${segmentationId}/segments/${segmentId}`, 10000, false);
|
|
20
|
+
this.segmentationId = segmentationId;
|
|
21
|
+
this.segmentId = segmentId;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Get body parameters
|
|
26
|
+
* @return {Object} The values of body parameters (name of parameter: value of the parameter)
|
|
27
|
+
*/
|
|
28
|
+
bodyParameters() {
|
|
29
|
+
let params = {};
|
|
30
|
+
|
|
31
|
+
return params;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Get query parameters
|
|
36
|
+
* @return {Object} The values of query parameters (name of parameter: value of the parameter)
|
|
37
|
+
*/
|
|
38
|
+
queryParameters() {
|
|
39
|
+
let params = {};
|
|
40
|
+
return params;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
exports.DeleteManualReqlSegment = DeleteManualReqlSegment
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
This file is auto-generated, do not edit
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
'use strict';
|
|
6
|
+
const rqs = require("./request");
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Deletes all the items that pass the filter.
|
|
10
|
+
* If an item becomes obsolete/no longer available, it is meaningful to **keep it in the catalog** (along with all the interaction data, which are very useful) and **only exclude the item from recommendations**. In such a case, use [ReQL filter](https://docs.recombee.com/reql.html) instead of deleting the item completely.
|
|
11
|
+
*/
|
|
12
|
+
class DeleteMoreItems extends rqs.Request {
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Construct the request
|
|
16
|
+
* @param {string} filter - A [ReQL](https://docs.recombee.com/reql.html) expression, which returns `true` for the items that shall be updated.
|
|
17
|
+
*/
|
|
18
|
+
constructor(filter) {
|
|
19
|
+
super('DELETE', '/more-items/', 1000, false);
|
|
20
|
+
this.filter = filter;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Get body parameters
|
|
25
|
+
* @return {Object} The values of body parameters (name of parameter: value of the parameter)
|
|
26
|
+
*/
|
|
27
|
+
bodyParameters() {
|
|
28
|
+
let params = {};
|
|
29
|
+
params.filter = this.filter;
|
|
30
|
+
|
|
31
|
+
return params;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Get query parameters
|
|
36
|
+
* @return {Object} The values of query parameters (name of parameter: value of the parameter)
|
|
37
|
+
*/
|
|
38
|
+
queryParameters() {
|
|
39
|
+
let params = {};
|
|
40
|
+
return params;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
exports.DeleteMoreItems = DeleteMoreItems
|
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes an existing purchase uniquely specified by `userId`, `itemId`, and `timestamp` or all the purchases with given `userId` and `itemId` if `timestamp` is omitted.
|
|
9
|
+
* Deletes an existing purchase uniquely specified by `userId`, `itemId`, and `timestamp` or all the purchases with the given `userId` and `itemId` if `timestamp` is omitted.
|
|
10
10
|
*/
|
|
11
11
|
class DeletePurchase extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
15
|
* @param {string} userId - ID of the user who made the purchase.
|
|
16
|
-
* @param {string} itemId - ID of the item
|
|
16
|
+
* @param {string} itemId - ID of the item which was purchased.
|
|
17
17
|
* @param {Object} optional - Optional parameters given as an object with structure name of the parameter: value
|
|
18
18
|
* - Allowed parameters:
|
|
19
19
|
* - *timestamp*
|
|
20
20
|
* - Type: number
|
|
21
|
-
* - Description: Unix timestamp of the purchase. If the `timestamp` is omitted, then all the purchases with given `userId` and `itemId` are deleted.
|
|
21
|
+
* - Description: Unix timestamp of the purchase. If the `timestamp` is omitted, then all the purchases with the given `userId` and `itemId` are deleted.
|
|
22
22
|
*/
|
|
23
23
|
constructor(userId, itemId, optional) {
|
|
24
24
|
super('DELETE', '/purchases/', 1000, false);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes an existing rating specified by (`userId`, `itemId`, `timestamp`) from the database or all the ratings with given `userId` and `itemId` if `timestamp` is omitted.
|
|
9
|
+
* Deletes an existing rating specified by (`userId`, `itemId`, `timestamp`) from the database or all the ratings with the given `userId` and `itemId` if `timestamp` is omitted.
|
|
10
10
|
*/
|
|
11
11
|
class DeleteRating extends rqs.Request {
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ class DeleteRating extends rqs.Request {
|
|
|
18
18
|
* - Allowed parameters:
|
|
19
19
|
* - *timestamp*
|
|
20
20
|
* - Type: number
|
|
21
|
-
* - Description: Unix timestamp of the rating. If the `timestamp` is omitted, then all the ratings with given `userId` and `itemId` are deleted.
|
|
21
|
+
* - Description: Unix timestamp of the rating. If the `timestamp` is omitted, then all the ratings with the given `userId` and `itemId` are deleted.
|
|
22
22
|
*/
|
|
23
23
|
constructor(userId, itemId, optional) {
|
|
24
24
|
super('DELETE', '/ratings/', 1000, false);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes synonym of given `id
|
|
9
|
+
* Deletes synonym of the given `id`. This synonym is no longer taken into account in the [Search items](https://docs.recombee.com/api.html#search-items).
|
|
10
10
|
*/
|
|
11
11
|
class DeleteSearchSynonym extends rqs.Request {
|
|
12
12
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
This file is auto-generated, do not edit
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
'use strict';
|
|
6
|
+
const rqs = require("./request");
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Delete existing Segmentation.
|
|
10
|
+
*/
|
|
11
|
+
class DeleteSegmentation extends rqs.Request {
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Construct the request
|
|
15
|
+
* @param {string} segmentationId - ID of the Segmentation that should be deleted
|
|
16
|
+
*/
|
|
17
|
+
constructor(segmentationId) {
|
|
18
|
+
super('DELETE', `/segmentations/${segmentationId}`, 10000, false);
|
|
19
|
+
this.segmentationId = segmentationId;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Get body parameters
|
|
24
|
+
* @return {Object} The values of body parameters (name of parameter: value of the parameter)
|
|
25
|
+
*/
|
|
26
|
+
bodyParameters() {
|
|
27
|
+
let params = {};
|
|
28
|
+
|
|
29
|
+
return params;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Get query parameters
|
|
34
|
+
* @return {Object} The values of query parameters (name of parameter: value of the parameter)
|
|
35
|
+
*/
|
|
36
|
+
queryParameters() {
|
|
37
|
+
let params = {};
|
|
38
|
+
return params;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
exports.DeleteSegmentation = DeleteSegmentation
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes the series of given `seriesId` from the database.
|
|
9
|
+
* Deletes the series of the given `seriesId` from the database.
|
|
10
10
|
* Deleting a series will only delete assignment of items to it, not the items themselves!
|
|
11
11
|
*/
|
|
12
12
|
class DeleteSeries extends rqs.Request {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deleting
|
|
9
|
+
* Deleting a user property is roughly equivalent to removing a column from the table of users.
|
|
10
10
|
*/
|
|
11
11
|
class DeleteUserProperty extends rqs.Request {
|
|
12
12
|
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Deletes a user of given *userId* from the database.
|
|
9
|
+
* Deletes a user of the given *userId* from the database.
|
|
10
10
|
* If there are any purchases, ratings, bookmarks, cart additions or detail views made by the user present in the database, they will be deleted in cascade as well.
|
|
11
11
|
*/
|
|
12
12
|
class DeleteUser extends rqs.Request {
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Construct the request
|
|
16
|
-
* @param {string} userId - ID of the user to be
|
|
16
|
+
* @param {string} userId - ID of the user to be deleted.
|
|
17
17
|
*/
|
|
18
18
|
constructor(userId) {
|
|
19
19
|
super('DELETE', `/users/${userId}`, 1000, false);
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Gets all the current property values of the given item.
|
|
10
10
|
*/
|
|
11
11
|
class GetItemValues extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
|
-
* @param {string} itemId - ID of the item properties
|
|
15
|
+
* @param {string} itemId - ID of the item whose properties are to be obtained.
|
|
16
16
|
*/
|
|
17
17
|
constructor(itemId) {
|
|
18
18
|
super('GET', `/items/${itemId}`, 1000, false);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
This file is auto-generated, do not edit
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
'use strict';
|
|
6
|
+
const rqs = require("./request");
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Get existing Segmentation.
|
|
10
|
+
*/
|
|
11
|
+
class GetSegmentation extends rqs.Request {
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Construct the request
|
|
15
|
+
* @param {string} segmentationId - ID of the Segmentation that should be returned
|
|
16
|
+
*/
|
|
17
|
+
constructor(segmentationId) {
|
|
18
|
+
super('GET', `/segmentations/list/${segmentationId}`, 10000, false);
|
|
19
|
+
this.segmentationId = segmentationId;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Get body parameters
|
|
24
|
+
* @return {Object} The values of body parameters (name of parameter: value of the parameter)
|
|
25
|
+
*/
|
|
26
|
+
bodyParameters() {
|
|
27
|
+
let params = {};
|
|
28
|
+
|
|
29
|
+
return params;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Get query parameters
|
|
34
|
+
* @return {Object} The values of query parameters (name of parameter: value of the parameter)
|
|
35
|
+
*/
|
|
36
|
+
queryParameters() {
|
|
37
|
+
let params = {};
|
|
38
|
+
return params;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
exports.GetSegmentation = GetSegmentation
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Gets all the current property values of the given user.
|
|
10
10
|
*/
|
|
11
11
|
class GetUserValues extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
|
-
* @param {string} userId - ID of the user properties
|
|
15
|
+
* @param {string} userId - ID of the user whose properties are to be obtained.
|
|
16
16
|
*/
|
|
17
17
|
constructor(userId) {
|
|
18
18
|
super('GET', `/users/${userId}`, 1000, false);
|
package/lib/requests/index.js
CHANGED
|
@@ -12,6 +12,8 @@ exports.AddItemProperty = require("./add-item-property").AddItemProperty;
|
|
|
12
12
|
exports.DeleteItemProperty = require("./delete-item-property").DeleteItemProperty;
|
|
13
13
|
exports.GetItemPropertyInfo = require("./get-item-property-info").GetItemPropertyInfo;
|
|
14
14
|
exports.ListItemProperties = require("./list-item-properties").ListItemProperties;
|
|
15
|
+
exports.UpdateMoreItems = require("./update-more-items").UpdateMoreItems;
|
|
16
|
+
exports.DeleteMoreItems = require("./delete-more-items").DeleteMoreItems;
|
|
15
17
|
exports.AddSeries = require("./add-series").AddSeries;
|
|
16
18
|
exports.DeleteSeries = require("./delete-series").DeleteSeries;
|
|
17
19
|
exports.ListSeries = require("./list-series").ListSeries;
|
|
@@ -63,12 +65,26 @@ exports.RecommendItemsToItem = require("./recommend-items-to-item").RecommendIte
|
|
|
63
65
|
exports.RecommendNextItems = require("./recommend-next-items").RecommendNextItems;
|
|
64
66
|
exports.RecommendUsersToUser = require("./recommend-users-to-user").RecommendUsersToUser;
|
|
65
67
|
exports.RecommendUsersToItem = require("./recommend-users-to-item").RecommendUsersToItem;
|
|
66
|
-
exports.
|
|
67
|
-
exports.
|
|
68
|
+
exports.RecommendItemSegmentsToUser = require("./recommend-item-segments-to-user").RecommendItemSegmentsToUser;
|
|
69
|
+
exports.RecommendItemSegmentsToItem = require("./recommend-item-segments-to-item").RecommendItemSegmentsToItem;
|
|
70
|
+
exports.RecommendItemSegmentsToItemSegment = require("./recommend-item-segments-to-item-segment").RecommendItemSegmentsToItemSegment;
|
|
68
71
|
exports.SearchItems = require("./search-items").SearchItems;
|
|
72
|
+
exports.SearchItemSegments = require("./search-item-segments").SearchItemSegments;
|
|
69
73
|
exports.AddSearchSynonym = require("./add-search-synonym").AddSearchSynonym;
|
|
70
74
|
exports.ListSearchSynonyms = require("./list-search-synonyms").ListSearchSynonyms;
|
|
71
75
|
exports.DeleteAllSearchSynonyms = require("./delete-all-search-synonyms").DeleteAllSearchSynonyms;
|
|
72
76
|
exports.DeleteSearchSynonym = require("./delete-search-synonym").DeleteSearchSynonym;
|
|
77
|
+
exports.CreatePropertyBasedSegmentation = require("./create-property-based-segmentation").CreatePropertyBasedSegmentation;
|
|
78
|
+
exports.UpdatePropertyBasedSegmentation = require("./update-property-based-segmentation").UpdatePropertyBasedSegmentation;
|
|
79
|
+
exports.CreateAutoReqlSegmentation = require("./create-auto-reql-segmentation").CreateAutoReqlSegmentation;
|
|
80
|
+
exports.UpdateAutoReqlSegmentation = require("./update-auto-reql-segmentation").UpdateAutoReqlSegmentation;
|
|
81
|
+
exports.CreateManualReqlSegmentation = require("./create-manual-reql-segmentation").CreateManualReqlSegmentation;
|
|
82
|
+
exports.UpdateManualReqlSegmentation = require("./update-manual-reql-segmentation").UpdateManualReqlSegmentation;
|
|
83
|
+
exports.AddManualReqlSegment = require("./add-manual-reql-segment").AddManualReqlSegment;
|
|
84
|
+
exports.UpdateManualReqlSegment = require("./update-manual-reql-segment").UpdateManualReqlSegment;
|
|
85
|
+
exports.DeleteManualReqlSegment = require("./delete-manual-reql-segment").DeleteManualReqlSegment;
|
|
86
|
+
exports.ListSegmentations = require("./list-segmentations").ListSegmentations;
|
|
87
|
+
exports.GetSegmentation = require("./get-segmentation").GetSegmentation;
|
|
88
|
+
exports.DeleteSegmentation = require("./delete-segmentation").DeleteSegmentation;
|
|
73
89
|
exports.ResetDatabase = require("./reset-database").ResetDatabase;
|
|
74
90
|
exports.Batch = require("./batch").Batch;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Inserts an existing item/group into group of given `groupId`.
|
|
9
|
+
* Inserts an existing item/group into a group of the given `groupId`.
|
|
10
10
|
*/
|
|
11
11
|
class InsertToGroup extends rqs.Request {
|
|
12
12
|
|
|
@@ -19,7 +19,7 @@ class InsertToGroup extends rqs.Request {
|
|
|
19
19
|
* - Allowed parameters:
|
|
20
20
|
* - *cascadeCreate*
|
|
21
21
|
* - Type: boolean
|
|
22
|
-
* - Description: Indicates that any non-existing entity specified within the request should be created (as
|
|
22
|
+
* - Description: Indicates that any non-existing entity specified within the request should be created (as if corresponding PUT requests were invoked). This concerns both the `groupId` and the `groupId`. If `cascadeCreate` is set to true, the behavior also depends on the `itemType`. Either items or group may be created if not present in the database.
|
|
23
23
|
*/
|
|
24
24
|
constructor(groupId, itemType, itemId, optional) {
|
|
25
25
|
super('POST', `/groups/${groupId}/items/`, 1000, false);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* Inserts an existing item/series into series of given seriesId at position determined by time.
|
|
9
|
+
* Inserts an existing item/series into a series of the given seriesId at a position determined by time.
|
|
10
10
|
*/
|
|
11
11
|
class InsertToSeries extends rqs.Request {
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ class InsertToSeries extends rqs.Request {
|
|
|
20
20
|
* - Allowed parameters:
|
|
21
21
|
* - *cascadeCreate*
|
|
22
22
|
* - Type: boolean
|
|
23
|
-
* - Description: Indicates that any non-existing entity specified within the request should be created (as
|
|
23
|
+
* - Description: Indicates that any non-existing entity specified within the request should be created (as if corresponding PUT requests were invoked). This concerns both the `seriesId` and the `itemId`. If `cascadeCreate` is set to true, the behavior also depends on the `itemType`. Either item or series may be created if not present in the database.
|
|
24
24
|
*/
|
|
25
25
|
constructor(seriesId, itemType, itemId, time, optional) {
|
|
26
26
|
super('POST', `/series/${seriesId}/items/`, 1000, false);
|
|
@@ -12,7 +12,7 @@ class ListGroupItems extends rqs.Request {
|
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
|
-
* @param {string} groupId - ID of the group items
|
|
15
|
+
* @param {string} groupId - ID of the group whose items are to be listed.
|
|
16
16
|
*/
|
|
17
17
|
constructor(groupId) {
|
|
18
18
|
super('GET', `/groups/${groupId}/items/`, 100000, false);
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Lists all the ever-made bookmarks of the given item.
|
|
10
10
|
*/
|
|
11
11
|
class ListItemBookmarks extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
|
-
* @param {string} itemId - ID of the item
|
|
15
|
+
* @param {string} itemId - ID of the item whose bookmarks are to be listed.
|
|
16
16
|
*/
|
|
17
17
|
constructor(itemId) {
|
|
18
18
|
super('GET', `/items/${itemId}/bookmarks/`, 100000, false);
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
const rqs = require("./request");
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Lists all the ever-made cart additions of the given item.
|
|
10
10
|
*/
|
|
11
11
|
class ListItemCartAdditions extends rqs.Request {
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Construct the request
|
|
15
|
-
* @param {string} itemId - ID of the item
|
|
15
|
+
* @param {string} itemId - ID of the item whose cart additions are to be listed.
|
|
16
16
|
*/
|
|
17
17
|
constructor(itemId) {
|
|
18
18
|
super('GET', `/items/${itemId}/cartadditions/`, 100000, false);
|