Skip to content

Commit d9327db

Browse files
Merge pull request #111 from TaskarCenterAtUW/feature-generate-api-client
system:auto generated API client
2 parents 5cf3c38 + f0061c5 commit d9327db

File tree

8 files changed

+91
-91
lines changed

8 files changed

+91
-91
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## tdei-client@1.1.86
1+
## tdei-client@1.1.87
22

33
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:
44

@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
3636
_published:_
3737

3838
```
39-
npm install tdei-client@1.1.86 --save
39+
npm install tdei-client@1.1.87 --save
4040
```
4141

4242
_unPublished (not recommended):_

apis/oswapi.ts

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ export const OSWApiAxiosParamCreator = function (configuration?: Configuration)
462462
};
463463
},
464464
/**
465-
* 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.
466466
* @summary Accepts the feedback from the dataset viewer.
467467
* @param {ProjectIdTdeiDatasetIdBody} body
468468
* @param {string} project_id ID of the project group.
@@ -526,16 +526,16 @@ export const OSWApiAxiosParamCreator = function (configuration?: Configuration)
526526
};
527527
},
528528
/**
529-
* 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.
531531
* @param {string} [tdei_project_group_id] ID of the project group.
532532
* @param {string} [tdei_dataset_id] ID of the dataset.
533533
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
534534
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
535535
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
536536
* @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.
539539
* @param {*} [options] Override http request option.
540540
* @throws {RequiredError}
541541
*/
@@ -613,8 +613,8 @@ export const OSWApiAxiosParamCreator = function (configuration?: Configuration)
613613
};
614614
},
615615
/**
616-
* Retrieves the feedbacks metadata. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
617-
* @summary Retrieves the feedbacks metadata.
616+
* Retrieves the feedbacks summary. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
617+
* @summary Retrieves the feedbacks summary.
618618
* @param {*} [options] Override http request option.
619619
* @throws {RequiredError}
620620
*/
@@ -1311,7 +1311,7 @@ export const OSWApiFp = function(configuration?: Configuration) {
13111311
};
13121312
},
13131313
/**
1314-
* 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.
13151315
* @summary Accepts the feedback from the dataset viewer.
13161316
* @param {ProjectIdTdeiDatasetIdBody} body
13171317
* @param {string} project_id ID of the project group.
@@ -1327,16 +1327,16 @@ export const OSWApiFp = function(configuration?: Configuration) {
13271327
};
13281328
},
13291329
/**
1330-
* 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.
13321332
* @param {string} [tdei_project_group_id] ID of the project group.
13331333
* @param {string} [tdei_dataset_id] ID of the dataset.
13341334
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
13351335
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
13361336
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
13371337
* @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.
13401340
* @param {*} [options] Override http request option.
13411341
* @throws {RequiredError}
13421342
*/
@@ -1348,8 +1348,8 @@ export const OSWApiFp = function(configuration?: Configuration) {
13481348
};
13491349
},
13501350
/**
1351-
* Retrieves the feedbacks metadata. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
1352-
* @summary Retrieves the feedbacks metadata.
1351+
* Retrieves the feedbacks summary. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
1352+
* @summary Retrieves the feedbacks summary.
13531353
* @param {*} [options] Override http request option.
13541354
* @throws {RequiredError}
13551355
*/
@@ -1567,7 +1567,7 @@ export const OSWApiFactory = function (configuration?: Configuration, basePath?:
15671567
return OSWApiFp(configuration).oswDatasetViewer(body, tdei_dataset_id, options).then((request) => request(axios, basePath));
15681568
},
15691569
/**
1570-
* 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.
15711571
* @summary Accepts the feedback from the dataset viewer.
15721572
* @param {ProjectIdTdeiDatasetIdBody} body
15731573
* @param {string} project_id ID of the project group.
@@ -1579,25 +1579,25 @@ export const OSWApiFactory = function (configuration?: Configuration, basePath?:
15791579
return OSWApiFp(configuration).oswDatasetViewerFeedback(body, project_id, tdei_dataset_id, options).then((request) => request(axios, basePath));
15801580
},
15811581
/**
1582-
* 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.
15841584
* @param {string} [tdei_project_group_id] ID of the project group.
15851585
* @param {string} [tdei_dataset_id] ID of the dataset.
15861586
* @param {Date} [from_date] <strong>from_date:</strong> Date in ISO 8601 format, filters feedbacks created after this date.
15871587
* @param {Date} [to_date] <strong>to_date:</strong> Date in ISO 8601 format, filters feedbacks created before this date.
15881588
* @param {string} [sort_by] <strong>sort_by:</strong> String, defaults to 'created_at'. Sorts feedbacks by the specified field.
15891589
* @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.
15921592
* @param {*} [options] Override http request option.
15931593
* @throws {RequiredError}
15941594
*/
15951595
async oswDatasetViewerFeedbacks(tdei_project_group_id?: string, tdei_dataset_id?: string, from_date?: Date, to_date?: Date, sort_by?: string, sort_order?: string, page_no?: number, page_size?: number, options?: AxiosRequestConfig): Promise<AxiosResponse<Array<Feedback>>> {
15961596
return OSWApiFp(configuration).oswDatasetViewerFeedbacks(tdei_project_group_id, tdei_dataset_id, from_date, to_date, sort_by, sort_order, page_no, page_size, options).then((request) => request(axios, basePath));
15971597
},
15981598
/**
1599-
* Retrieves the feedbacks metadata. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
1600-
* @summary Retrieves the feedbacks metadata.
1599+
* Retrieves the feedbacks summary. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
1600+
* @summary Retrieves the feedbacks summary.
16011601
* @param {*} [options] Override http request option.
16021602
* @throws {RequiredError}
16031603
*/
@@ -1787,7 +1787,7 @@ export class OSWApi extends BaseAPI {
17871787
return OSWApiFp(this.configuration).oswDatasetViewer(body, tdei_dataset_id, options).then((request) => request(this.axios, this.basePath));
17881788
}
17891789
/**
1790-
* 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.
17911791
* @summary Accepts the feedback from the dataset viewer.
17921792
* @param {ProjectIdTdeiDatasetIdBody} body
17931793
* @param {string} project_id ID of the project group.
@@ -1800,16 +1800,16 @@ export class OSWApi extends BaseAPI {
18001800
return OSWApiFp(this.configuration).oswDatasetViewerFeedback(body, project_id, tdei_dataset_id, options).then((request) => request(this.axios, this.basePath));
18011801
}
18021802
/**
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.
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.
18051805
* @param {string} [tdei_project_group_id] ID of the project group.
18061806
* @param {string} [tdei_dataset_id] ID of the dataset.
18071807
* @param {Date} [from_date] &lt;strong&gt;from_date:&lt;/strong&gt; Date in ISO 8601 format, filters feedbacks created after this date.
18081808
* @param {Date} [to_date] &lt;strong&gt;to_date:&lt;/strong&gt; Date in ISO 8601 format, filters feedbacks created before this date.
18091809
* @param {string} [sort_by] &lt;strong&gt;sort_by:&lt;/strong&gt; String, defaults to &#x27;created_at&#x27;. Sorts feedbacks by the specified field.
18101810
* @param {string} [sort_order] &lt;strong&gt;sort_order:&lt;/strong&gt; String, defaults to &#x27;desc&#x27;. Sorts feedbacks in ascending or descending order.
1811-
* @param {number} [page_no] &lt;strong&gt;page_no:&lt;/strong&gt; Integer, defaults to 1. Filters feedbacks by retrieving results in pages.
1812-
* @param {number} [page_size] &lt;strong&gt;Page size:&lt;/strong&gt; Integer, between 1 to 50, defaults to 10.Specifies total records per page.
1811+
* @param {number} [page_no] &lt;strong&gt;page_no:&lt;/strong&gt; Integer, defaults to 1. Specifies the page number to retrieve.
1812+
* @param {number} [page_size] &lt;strong&gt;Page size:&lt;/strong&gt; Integer, between 1 to 50, defaults to 10. Specifies total records per page.
18131813
* @param {*} [options] Override http request option.
18141814
* @throws {RequiredError}
18151815
* @memberof OSWApi
@@ -1818,8 +1818,8 @@ export class OSWApi extends BaseAPI {
18181818
return OSWApiFp(this.configuration).oswDatasetViewerFeedbacks(tdei_project_group_id, tdei_dataset_id, from_date, to_date, sort_by, sort_order, page_no, page_size, options).then((request) => request(this.axios, this.basePath));
18191819
}
18201820
/**
1821-
* Retrieves the feedbacks metadata. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
1822-
* @summary Retrieves the feedbacks metadata.
1821+
* Retrieves the feedbacks summary. Response includes a summary of feedbacks such as total count, total overdue, and other relevant statistics.
1822+
* @summary Retrieves the feedbacks summary.
18231823
* @param {*} [options] Override http request option.
18241824
* @throws {RequiredError}
18251825
* @memberof OSWApi

0 commit comments

Comments
 (0)