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.91
1
+
## tdei-client@1.1.92
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
* Streams all feedback for the specified project group in CSV format. Requires poc or osw_data_generator role.
622
+
* @summary Downloads dataset viewer feedbacks as a CSV.
623
+
* @param {string} [tdei_dataset_id] ID of the dataset.
624
+
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedback created after this date.
625
+
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedback created before this date.
626
+
* @param {string} [status] <strong>status:</strong> Filters feedbacks by their status.
627
+
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
628
+
* @param {string} [due_date] <strong>due_date:</strong> Legacy alias for <code>sort_by</code>. Use 'created_at' or 'due_date'.
629
+
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
630
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, specifies the page number to retrieve. If omitted with page_size, the response is unpaginated.
631
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50. If omitted with page_no, the response is unpaginated.
632
+
* @param {string} [format] <strong>format:</strong> Output format. Only 'csv' is supported.
* Streams all feedback for the specified project group in CSV format. Requires poc or osw_data_generator role.
1509
+
* @summary Downloads dataset viewer feedbacks as a CSV.
1510
+
* @param {string} [tdei_dataset_id] ID of the dataset.
1511
+
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedback created after this date.
1512
+
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedback created before this date.
1513
+
* @param {string} [status] <strong>status:</strong> Filters feedbacks by their status.
1514
+
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
1515
+
* @param {string} [due_date] <strong>due_date:</strong> Legacy alias for <code>sort_by</code>. Use 'created_at' or 'due_date'.
1516
+
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
1517
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, specifies the page number to retrieve. If omitted with page_size, the response is unpaginated.
1518
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50. If omitted with page_no, the response is unpaginated.
1519
+
* @param {string} [format] <strong>format:</strong> Output format. Only 'csv' is supported.
* Streams all feedback for the specified project group in CSV format. Requires poc or osw_data_generator role.
1796
+
* @summary Downloads dataset viewer feedbacks as a CSV.
1797
+
* @param {string} [tdei_dataset_id] ID of the dataset.
1798
+
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedback created after this date.
1799
+
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedback created before this date.
1800
+
* @param {string} [status] <strong>status:</strong> Filters feedbacks by their status.
1801
+
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
1802
+
* @param {string} [due_date] <strong>due_date:</strong> Legacy alias for <code>sort_by</code>. Use 'created_at' or 'due_date'.
1803
+
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
1804
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, specifies the page number to retrieve. If omitted with page_size, the response is unpaginated.
1805
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50. If omitted with page_no, the response is unpaginated.
1806
+
* @param {string} [format] <strong>format:</strong> Output format. Only 'csv' is supported.
* Streams all feedback for the specified project group in CSV format. Requires poc or osw_data_generator role.
2049
+
* @summary Downloads dataset viewer feedbacks as a CSV.
2050
+
* @param {string} [tdei_dataset_id] ID of the dataset.
2051
+
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedback created after this date.
2052
+
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedback created before this date.
2053
+
* @param {string} [status] <strong>status:</strong> Filters feedbacks by their status.
2054
+
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
2055
+
* @param {string} [due_date] <strong>due_date:</strong> Legacy alias for <code>sort_by</code>. Use 'created_at' or 'due_date'.
2056
+
* @param {string} [sort_order] <strong>sort_order:</strong> String, defaults to 'desc'. Sorts feedbacks in ascending or descending order.
2057
+
* @param {number} [page_no] <strong>page_no:</strong> Integer, specifies the page number to retrieve. If omitted with page_size, the response is unpaginated.
2058
+
* @param {number} [page_size] <strong>Page size:</strong> Integer, between 1 to 50. If omitted with page_no, the response is unpaginated.
2059
+
* @param {string} [format] <strong>format:</strong> Output format. Only 'csv' is supported.
0 commit comments