@osdk/api 2.4.0-rc.19 → 2.4.0
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.
- package/CHANGELOG.md +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @osdk/api
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 322c5bc: Simulated release
|
|
8
|
+
- 4bc848b: Add interface link support.
|
|
9
|
+
- 9f4fe9e: Add new types mapping for internal creation workflow.
|
|
10
|
+
- 29d2ada: Fix type in docs and tests
|
|
11
|
+
- 8dd6229: Remove features not supported for RC
|
|
12
|
+
- 8c95154: Add nearestNeighbor support
|
|
13
|
+
- c32dcf2: Add a metadata field to all loaded objects
|
|
14
|
+
- 722c89a: Fix assignability for creating struct fields.
|
|
15
|
+
- 9101bad: Adds "includeNullValues" option for exact match filters
|
|
16
|
+
- 44bbbe0: Add interface query support.
|
|
17
|
+
|
|
3
18
|
## 2.4.0-rc.19
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/api",
|
|
3
|
-
"version": "2.4.0
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@microsoft/api-extractor": "^7.52.7",
|
|
49
49
|
"ts-expect": "^1.3.0",
|
|
50
50
|
"typescript": "~5.5.4",
|
|
51
|
-
"@osdk/monorepo.api-extractor": "~0.3.0
|
|
52
|
-
"@osdk/monorepo.tsconfig": "~0.3.0
|
|
51
|
+
"@osdk/monorepo.api-extractor": "~0.3.0",
|
|
52
|
+
"@osdk/monorepo.tsconfig": "~0.3.0"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|