@pdfvector/instance-contract 0.0.30 → 0.0.32
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.
|
@@ -156,7 +156,7 @@ export const searchGrants = oc
|
|
|
156
156
|
.route({
|
|
157
157
|
summary: "Search grants",
|
|
158
158
|
description: "Search for research grants and funding opportunities across multiple databases (Grants.gov, NIH RePORTER, CORDIS, UKRI) with unified results, relevance ranking, and filtering by deadline and funding amount.",
|
|
159
|
-
tags: ["
|
|
159
|
+
tags: ["Academic"],
|
|
160
160
|
spec: (op) => {
|
|
161
161
|
op.security = [{ bearerAuth: [] }];
|
|
162
162
|
const reqBody = op.requestBody;
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @pdfvector/instance-contract
|
|
2
2
|
|
|
3
|
+
## 0.0.32
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#159](https://github.com/phuctm97/pdfvector/pull/159) [`931317b`](https://github.com/phuctm97/pdfvector/commit/931317bd4732e56147d11f48cf6a203aa9983db2) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Add admin user detail sheet and plan/credits columns
|
|
9
|
+
|
|
10
|
+
## 0.0.31
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
- [#152](https://github.com/phuctm97/pdfvector/pull/152) [`8c013eb`](https://github.com/phuctm97/pdfvector/commit/8c013eb4e109a40f6e2b642020dc0f460fe27154) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Fix grant search API tag to Academic in OpenAPI docs
|
|
16
|
+
|
|
3
17
|
## 0.0.30
|
|
4
18
|
### Patch Changes
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdfvector/instance-contract",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "API contract definitions for
|
|
5
|
+
"description": "API contract definitions for PDF Vector instance server",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|