@osdk/client 2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13 → 2.9.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,33 +1,32 @@
1
1
  # @osdk/client
2
2
 
3
- ## 2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13
3
+ ## 2.9.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - f8b9f12: Cache results from useOsdkFunctions
8
- - 0b349bd: Fix returned objectSet in ObjectSetQuery
9
-
10
- ### Patch Changes
11
-
12
8
  - bcf359f: Add new headers options for OSDK clients
9
+ - 0b349bd: Fix returned objectSet in ObjectSetQuery
13
10
  - 12f9b36: add devtools interfaces and hook metadata for react-devtools integration
14
11
  - cbc8e9c: Add recursive query support
15
12
  - 9171453: Alphabetize code generation for sdk.
16
- - 0fb9c8a: fix invalidateObjectType to match queries where the result type differs from apiName (e.g. link traversal queries)
17
13
  - e8d14a0: Expose an experimental helper to add media transformation capabilities via transformAndWait
18
14
  - 51ccca8: Refactor hooks to use canonicalizeOptions for stable memo keys, add objectSet/hasMore/refetch to useOsdkObjects return, support undefined objectSet in useObjectSet
19
15
  - fb85818: add MediaHelper and client media wiring
20
16
  - ec06b26: revert build improvements from #2987
21
17
  - 2394ca7: Adding regex matching for string filters.
18
+
19
+ ### Patch Changes
20
+
22
21
  - Updated dependencies [bcf359f]
23
22
  - Updated dependencies [cbc8e9c]
24
23
  - Updated dependencies [9171453]
25
24
  - Updated dependencies [e8d14a0]
26
25
  - Updated dependencies [2394ca7]
27
- - @osdk/shared.client.impl@1.8.1-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13
28
- - @osdk/generator-converters@2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13
29
- - @osdk/api@2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13
30
- - @osdk/client.unstable@2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13
26
+ - @osdk/shared.client.impl@1.9.0
27
+ - @osdk/generator-converters@2.9.0
28
+ - @osdk/api@2.9.0
29
+ - @osdk/client.unstable@2.9.0
31
30
 
32
31
  ## 2.8.0
33
32
 
@@ -14,6 +14,6 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- export const USER_AGENT = `osdk-client/${"2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13"}`;
18
- export const OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13"}`;
17
+ export const USER_AGENT = `osdk-client/${"2.9.0"}`;
18
+ export const OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.9.0"}`;
19
19
  //# sourceMappingURL=UserAgent.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserAgent.js","names":["USER_AGENT","OBSERVABLE_USER_AGENT"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT: string = `osdk-client/${process.env.PACKAGE_VERSION}`;\nexport const OBSERVABLE_USER_AGENT: string =\n `osdk-observable-client/${process.env.PACKAGE_VERSION}`;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,UAAkB,GAAG,sEAA4C;AAC9E,OAAO,MAAMC,qBAA6B,GACxC,iFAAuD","ignoreList":[]}
1
+ {"version":3,"file":"UserAgent.js","names":["USER_AGENT","OBSERVABLE_USER_AGENT"],"sources":["UserAgent.ts"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const USER_AGENT: string = `osdk-client/${process.env.PACKAGE_VERSION}`;\nexport const OBSERVABLE_USER_AGENT: string =\n `osdk-observable-client/${process.env.PACKAGE_VERSION}`;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,UAAkB,GAAG,wBAA4C;AAC9E,OAAO,MAAMC,qBAA6B,GACxC,mCAAuD","ignoreList":[]}
@@ -1606,8 +1606,8 @@ var createStandardOntologyProviderFactory = (client) => {
1606
1606
  };
1607
1607
 
1608
1608
  // src/util/UserAgent.ts
1609
- var USER_AGENT = `osdk-client/${"2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13"}`;
1610
- var OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.9.0-main-0fb9c8aaf090deb3d9124a8790adce94146a6e13"}`;
1609
+ var USER_AGENT = `osdk-client/${"2.9.0"}`;
1610
+ var OBSERVABLE_USER_AGENT = `osdk-observable-client/${"2.9.0"}`;
1611
1611
 
1612
1612
  // src/createMinimalClient.ts
1613
1613
  function createMinimalClient(metadata, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory = chunkJNX2F4ML_cjs.createObjectSet, createOntologyProviderFactory = createStandardOntologyProviderFactory) {
@@ -2763,5 +2763,5 @@ exports.createOsdkObject = createOsdkObject;
2763
2763
  exports.extractPrimaryKeyFromObjectSpecifier = extractPrimaryKeyFromObjectSpecifier;
2764
2764
  exports.getDefType = getDefType;
2765
2765
  exports.isObjectSpecifiersObject = isObjectSpecifiersObject;
2766
- //# sourceMappingURL=chunk-BA4BLWYS.cjs.map
2767
- //# sourceMappingURL=chunk-BA4BLWYS.cjs.map
2766
+ //# sourceMappingURL=chunk-4OZLIZLJ.cjs.map
2767
+ //# sourceMappingURL=chunk-4OZLIZLJ.cjs.map