@osdk/client 0.21.0-beta.1 → 0.21.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @osdk/client
2
2
 
3
+ ## 0.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2deb4d9: Fixing types for within and intersects so they don't take more than the permitted keys
8
+ - e54f413: Marks things as @internal to clean up API requirements
9
+ - 6387a92: Makes defining process.env.NODE_ENV optional
10
+ - f91cd58: Temporarily disable X-OSDK-Request-Context header
11
+ - 651c1b8: Fixes rids in interfaces
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [2deb4d9]
16
+ - Updated dependencies [e54f413]
17
+ - @osdk/client.api@0.21.0
18
+
3
19
  ## 0.21.0-beta.1
4
20
 
5
21
  ### Minor Changes
@@ -1935,7 +1935,7 @@ var createStandardOntologyProviderFactory = (client) => {
1935
1935
  };
1936
1936
 
1937
1937
  // src/util/UserAgent.ts
1938
- var USER_AGENT = `osdk-client/${"0.21.0-beta.1"}`;
1938
+ var USER_AGENT = `osdk-client/${"0.21.0"}`;
1939
1939
 
1940
1940
  // src/createMinimalClient.ts
1941
1941
  function createMinimalClient(metadata, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory = createObjectSet) {
@@ -2266,5 +2266,5 @@ function createClientInternal(objectSetFactory, baseUrl, ontologyRid, tokenProvi
2266
2266
  var createClient = createClientInternal.bind(void 0, createObjectSet);
2267
2267
 
2268
2268
  export { ActionValidationError, USER_AGENT, augment, convertWireToOsdkObjects, createAttachmentFromRid, createAttachmentUpload, createClient, createClientInternal, createObjectSet, createSimpleAsyncCache, esm_exports2 as esm_exports };
2269
- //# sourceMappingURL=chunk-OGA3EMUB.js.map
2270
- //# sourceMappingURL=chunk-OGA3EMUB.js.map
2269
+ //# sourceMappingURL=chunk-2KBOMZHU.js.map
2270
+ //# sourceMappingURL=chunk-2KBOMZHU.js.map