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.85
1
+
## tdei-client@1.1.86
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
* 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.
521
530
* @summary Retrieves the feedbacks from the dataset viewer.
522
-
* @param {string} tdei_project_group_id ID of the project group.
523
-
* @param {string} tdei_dataset_id ID of the dataset.
531
+
* @param {string} [tdei_project_group_id] ID of the project group.
532
+
* @param {string} [tdei_dataset_id] ID of the dataset.
524
533
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
525
534
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
526
535
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
thrownewRequiredError('tdei_project_group_id','Required parameter tdei_project_group_id was null or undefined when calling oswDatasetViewerFeedbacks.');
537
-
}
538
-
// verify required parameter 'tdei_dataset_id' is not null or undefined
* 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.
1312
1331
* @summary Retrieves the feedbacks from the dataset viewer.
1313
-
* @param {string} tdei_project_group_id ID of the project group.
1314
-
* @param {string} tdei_dataset_id ID of the dataset.
1332
+
* @param {string} [tdei_project_group_id] ID of the project group.
1333
+
* @param {string} [tdei_dataset_id] ID of the dataset.
1315
1334
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
1316
1335
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
1317
1336
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
* 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.
1564
1583
* @summary Retrieves the feedbacks from the dataset viewer.
1565
-
* @param {string} tdei_project_group_id ID of the project group.
1566
-
* @param {string} tdei_dataset_id ID of the dataset.
1584
+
* @param {string} [tdei_project_group_id] ID of the project group.
1585
+
* @param {string} [tdei_dataset_id] ID of the dataset.
1567
1586
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
1568
1587
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
1569
1588
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
@@ -1783,8 +1802,8 @@ export class OSWApi extends BaseAPI {
1783
1802
/**
1784
1803
* 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.
1785
1804
* @summary Retrieves the feedbacks from the dataset viewer.
1786
-
* @param {string} tdei_project_group_id ID of the project group.
1787
-
* @param {string} tdei_dataset_id ID of the dataset.
1805
+
* @param {string} [tdei_project_group_id] ID of the project group.
1806
+
* @param {string} [tdei_dataset_id] ID of the dataset.
1788
1807
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
1789
1808
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
1790
1809
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
@@ -1795,7 +1814,7 @@ export class OSWApi extends BaseAPI {
0 commit comments