You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## tdei-client@1.1.86
1
+
## tdei-client@1.1.87
2
2
3
3
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset viewer experience.
465
+
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.
466
466
* @summary Accepts the feedback from the dataset viewer.
467
467
* @param {ProjectIdTdeiDatasetIdBody} body
468
468
* @param {string} project_id ID of the project group.
* Retrieves the feedbacks from the dataset viewer. Response includes a list of feedbacks provided by users regarding the dataset viewer. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
530
-
* @summary Retrieves the feedbacks from the dataset viewer.
529
+
* Retrieves the dataset viewer feedbacks. Response includes a list of feedbacks provided by users regarding the dataset. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
530
+
* @summary Retrieves the dataset viewer feedbacks.
531
531
* @param {string} [tdei_project_group_id] ID of the project group.
532
532
* @param {string} [tdei_dataset_id] ID of the dataset.
533
533
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
534
534
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
535
535
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
536
536
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
537
-
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Filters feedbacks by retrieving results in pages.
538
-
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
537
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Specifies the page number to retrieve.
538
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset viewer experience.
1314
+
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.
1315
1315
* @summary Accepts the feedback from the dataset viewer.
1316
1316
* @param {ProjectIdTdeiDatasetIdBody} body
1317
1317
* @param {string} project_id ID of the project group.
* Retrieves the feedbacks from the dataset viewer. Response includes a list of feedbacks provided by users regarding the dataset viewer. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
1331
-
* @summary Retrieves the feedbacks from the dataset viewer.
1330
+
* Retrieves the dataset viewer feedbacks. Response includes a list of feedbacks provided by users regarding the dataset. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
1331
+
* @summary Retrieves the dataset viewer feedbacks.
1332
1332
* @param {string} [tdei_project_group_id] ID of the project group.
1333
1333
* @param {string} [tdei_dataset_id] ID of the dataset.
1334
1334
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
1335
1335
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
1336
1336
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
1337
1337
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
1338
-
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Filters feedbacks by retrieving results in pages.
1339
-
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
1338
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Specifies the page number to retrieve.
1339
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset viewer experience.
1570
+
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.
1571
1571
* @summary Accepts the feedback from the dataset viewer.
1572
1572
* @param {ProjectIdTdeiDatasetIdBody} body
1573
1573
* @param {string} project_id ID of the project group.
* Retrieves the feedbacks from the dataset viewer. Response includes a list of feedbacks provided by users regarding the dataset viewer. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
1583
-
* @summary Retrieves the feedbacks from the dataset viewer.
1582
+
* Retrieves the dataset viewer feedbacks. Response includes a list of feedbacks provided by users regarding the dataset. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
1583
+
* @summary Retrieves the dataset viewer feedbacks.
1584
1584
* @param {string} [tdei_project_group_id] ID of the project group.
1585
1585
* @param {string} [tdei_dataset_id] ID of the dataset.
1586
1586
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
1587
1587
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
1588
1588
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
1589
1589
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
1590
-
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Filters feedbacks by retrieving results in pages.
1591
-
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
1590
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Specifies the page number to retrieve.
1591
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset viewer experience.
1790
+
* Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.
1791
1791
* @summary Accepts the feedback from the dataset viewer.
1792
1792
* @param {ProjectIdTdeiDatasetIdBody} body
1793
1793
* @param {string} project_id ID of the project group.
@@ -1800,16 +1800,16 @@ export class OSWApi extends BaseAPI {
* Retrieves the feedbacks from the dataset viewer. Response includes a list of feedbacks provided by users regarding the dataset viewer. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
1804
-
* @summary Retrieves the feedbacks from the dataset viewer.
1803
+
* Retrieves the dataset viewer feedbacks. Response includes a list of feedbacks provided by users regarding the dataset. Each feedback contains details such as the dataset element ID, feedback text, customer email, and location information.
1804
+
* @summary Retrieves the dataset viewer feedbacks.
1805
1805
* @param {string} [tdei_project_group_id] ID of the project group.
1806
1806
* @param {string} [tdei_dataset_id] ID of the dataset.
1807
1807
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
1808
1808
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
1809
1809
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
1810
1810
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
1811
-
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Filters feedbacks by retrieving results in pages.
1812
-
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
1811
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, defaults to 1. Specifies the page number to retrieve.
1812
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50, defaults to 10.Specifies total records per page.
0 commit comments