@osdk/client 0.20.0-beta.2 → 0.20.0-beta.4

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +47 -5
  2. package/build/browser/{chunk-Y6GMYWXB.js → chunk-3ZYIZQ7V.js} +348 -76
  3. package/build/browser/chunk-3ZYIZQ7V.js.map +1 -0
  4. package/build/browser/index.js +2 -2
  5. package/build/browser/public/unstable-do-not-use.js +10 -12
  6. package/build/browser/public/unstable-do-not-use.js.map +1 -1
  7. package/build/cjs/{chunk-VG5EKGOO.cjs → chunk-4FXEPHWC.cjs} +348 -76
  8. package/build/cjs/chunk-4FXEPHWC.cjs.map +1 -0
  9. package/build/cjs/index.cjs +5 -5
  10. package/build/cjs/public/unstable-do-not-use.cjs +15 -17
  11. package/build/cjs/public/unstable-do-not-use.cjs.map +1 -1
  12. package/build/esm/Client.d.ts +3 -2
  13. package/build/esm/Client.d.ts.map +1 -1
  14. package/build/esm/MinimalClientContext.d.ts +8 -2
  15. package/build/esm/MinimalClientContext.d.ts.map +1 -1
  16. package/build/esm/{chunk-2XJ62QSF.js → chunk-MD6R46EZ.js} +348 -76
  17. package/build/esm/chunk-MD6R46EZ.js.map +1 -0
  18. package/build/esm/createClient.d.ts +2 -2
  19. package/build/esm/createClient.d.ts.map +1 -1
  20. package/build/esm/createMinimalClient.d.ts.map +1 -1
  21. package/build/esm/index.js +2 -2
  22. package/build/esm/object/Cache.d.ts +1 -1
  23. package/build/esm/object/Cache.d.ts.map +1 -1
  24. package/build/esm/object/SimpleCache.d.ts +1 -1
  25. package/build/esm/objectSet/ObjectSetListenerWebsocket.d.ts.map +1 -1
  26. package/build/esm/objectSet/createObjectSet.d.ts.map +1 -1
  27. package/build/esm/ontology/loadFullObjectMetadata.d.ts +1 -1
  28. package/build/esm/ontology/loadFullObjectMetadata.d.ts.map +1 -1
  29. package/build/esm/ontology/loadInterfaceDefinition.d.ts +1 -1
  30. package/build/esm/ontology/loadInterfaceDefinition.d.ts.map +1 -1
  31. package/build/esm/public/unstable-do-not-use.js +10 -12
  32. package/build/esm/public/unstable-do-not-use.js.map +1 -1
  33. package/build/esm/queries/applyQuery.d.ts +6 -0
  34. package/build/esm/queries/applyQuery.d.ts.map +1 -0
  35. package/build/esm/queries/createQueryInvoker.d.ts +5 -0
  36. package/build/esm/queries/createQueryInvoker.d.ts.map +1 -0
  37. package/build/esm/queries/queries.test.d.ts +2 -0
  38. package/build/esm/queries/queries.test.d.ts.map +1 -0
  39. package/build/esm/util/isOsdkBaseObject.d.ts +3 -0
  40. package/build/esm/util/isOsdkBaseObject.d.ts.map +1 -0
  41. package/build/esm/util/isOsdkObject.d.ts +3 -0
  42. package/build/esm/util/isOsdkObject.d.ts.map +1 -0
  43. package/build/esm/util/toDataValue.d.ts.map +1 -1
  44. package/build/esm/util/toDataValueQueries.d.ts +10 -0
  45. package/build/esm/util/toDataValueQueries.d.ts.map +1 -0
  46. package/package.json +25 -18
  47. package/build/browser/chunk-Y6GMYWXB.js.map +0 -1
  48. package/build/cjs/chunk-VG5EKGOO.cjs.map +0 -1
  49. package/build/esm/chunk-2XJ62QSF.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @osdk/client
2
2
 
3
+ ## 0.20.0-beta.4
4
+
5
+ ### Minor Changes
6
+
7
+ - 7afa226: Fix action params that take objects to correctly parse out primary key.
8
+ - 3ec7c38: Add support for queries in 2.0
9
+ - 4824449: Fix asyncIter to fetch subsequent pages
10
+ - bc89b62: Spelling fixes and spell check in CI
11
+ - a92e032: ClientCache now uses a key field as the cache key instead of the entire client
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [3ec7c38]
16
+ - Updated dependencies [bc89b62]
17
+ - @osdk/client.api@0.20.0-beta.4
18
+ - @osdk/api@1.9.0-beta.1
19
+ - @osdk/generator-converters@0.7.0-beta.1
20
+ - @osdk/client.unstable.osw@0.1.0-beta.0
21
+ - @osdk/shared.client.impl@0.1.0-beta.1
22
+ - @osdk/shared.net.errors@1.1.0-beta.0
23
+ - @osdk/shared.net.fetch@0.1.0-beta.1
24
+ - @osdk/client.unstable@0.1.0-beta.0
25
+
26
+ ## 0.20.0-beta.3
27
+
28
+ ### Minor Changes
29
+
30
+ - 62bae76: Upgrades 'ws' to avoid false flag CVE
31
+ - 388dba9: Change all internal dependencies to be tilde not caret
32
+ - 57b68db: It is possible to pass a Promise<string> for ontologyRid on client creation
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies [b5ac8a8]
37
+ - Updated dependencies [388dba9]
38
+ - Updated dependencies [700c894]
39
+ - @osdk/client.api@0.20.0-beta.3
40
+ - @osdk/generator-converters@0.7.0-beta.0
41
+ - @osdk/shared.client.impl@0.1.0-beta.0
42
+ - @osdk/shared.net.fetch@0.1.0-beta.0
43
+ - @osdk/api@1.9.0-beta.0
44
+
3
45
  ## 0.20.0-beta.2
4
46
 
5
47
  ### Minor Changes
@@ -41,7 +83,7 @@
41
83
  - 5378312: Added batch action support for 2.0 client
42
84
  - b3563e0: OSDK learns \_\_EXPERIMENTAL_strictNonNull to throw, drop objects, or return `| undefined` for properties, allowing for correct typesafety.
43
85
  - dd6033a: Adds a createPlatformClient if you only need platform apis
44
- - 4dbac7e: Fixes link direction for experiental bulk loads
86
+ - 4dbac7e: Fixes link direction for experimental bulk loads
45
87
  - 413e511: Added attachment uploading, reading, and metadata fetching support to 2.0.
46
88
  - 44add10: Standardize the use of dollar signs as prefixes for object properties that are specific to the OSDK.
47
89
 
@@ -57,7 +99,7 @@
57
99
 
58
100
  - 0a64def: Adds experimental batch link support
59
101
  - f9b3c72: Support importing the unstable-do-not-use from moduleResolution: node
60
- - 978ecd5: Rexport PalantirApiError
102
+ - 978ecd5: Reexport PalantirApiError
61
103
  - 978ecd5: Client is now usable for calling Platform SDK
62
104
  - c9f3214: Interfaces are now mapped as views
63
105
 
@@ -92,7 +134,7 @@
92
134
 
93
135
  - Introduced an optional pino logger to the client
94
136
  - Fixes issues with where clauses for equality in subscriptions
95
- - Fixes issues with inconsistent idname and apiName's in the mapping data
137
+ - Fixes issues with inconsistent id name and apiName's in the mapping data
96
138
 
97
139
  - 9906a41: Foundry Platform API support
98
140
  - 9906a41: Compatible version checks now use versions that are both embedded in the code and updated automatically as part of the release process.
@@ -178,7 +220,7 @@
178
220
 
179
221
  ### Minor Changes
180
222
 
181
- - 6d81f7f: Add priliminary action support to v2
223
+ - 6d81f7f: Add preliminary action support to v2
182
224
 
183
225
  ## 0.0.11
184
226
 
@@ -248,7 +290,7 @@
248
290
 
249
291
  ### Patch Changes
250
292
 
251
- - f3120fb: Move 2.0 client into @osdk/client to fix typescript 4.9 compatability in @osdk/api"
293
+ - f3120fb: Move 2.0 client into @osdk/client to fix typescript 4.9 compatibility in @osdk/api"
252
294
  - 848404c: Handle conflicts between object, action, and query names
253
295
  - Updated dependencies [f3120fb]
254
296
  - Updated dependencies [848404c]