@osdk/client 2.2.0-beta.19 → 2.2.0-beta.20
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 +13 -0
- package/build/browser/util/UserAgent.js +1 -1
- package/build/cjs/{Client-C6Gohd1t.d.cts → Client-CgL2LKN9.d.cts} +1 -1
- package/build/cjs/chunk-33GHS3X4.cjs +35 -37
- package/build/cjs/chunk-33GHS3X4.cjs.map +1 -1
- package/build/cjs/chunk-37QC7LR3.cjs +12 -12
- package/build/cjs/chunk-37QC7LR3.cjs.map +1 -1
- package/build/cjs/index.cjs +47 -47
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +1 -1
- package/build/cjs/public/internal.d.cts +1 -1
- package/build/cjs/public/unstable-do-not-use.cjs +35 -35
- package/build/cjs/public/unstable-do-not-use.cjs.map +1 -1
- package/build/cjs/public/unstable-do-not-use.d.cts +2 -2
- package/build/esm/util/UserAgent.js +1 -1
- package/build/types/index.d.ts +4 -4
- package/build/types/index.d.ts.map +1 -1
- package/build/types/public/unstable-do-not-use.d.ts +3 -3
- package/build/types/public/unstable-do-not-use.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ObjectOrInterfaceDefinition, PropertyKeys, Augment, ObjectTypeDefinition, Osdk, PrimaryKeyType, InterfaceDefinition,
|
|
2
|
-
import {
|
|
1
|
+
import { ObjectOrInterfaceDefinition, PropertyKeys, Augment, ObjectTypeDefinition, Osdk, PrimaryKeyType, InterfaceDefinition, WhereClause, ActionDefinition } from '@osdk/api';
|
|
2
|
+
import { C as Client, A as ActionSignatureFromDef } from '../Client-CgL2LKN9.cjs';
|
|
3
3
|
import '@osdk/shared.client';
|
|
4
4
|
import '@osdk/api/unstable';
|
|
5
5
|
import '@osdk/shared.client2';
|
package/build/types/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type { ActionDefinition, ActionEditResponse, ActionMetadata, ActionParam, ActionReturnTypeForOptions, ActionValidationResponse, ApplyActionOptions, ApplyBatchActionOptions, Attachment, CompileTimeMetadata, InterfaceDefinition, Logger, ObjectMetadata, ObjectSet, ObjectSpecifier, ObjectTypeDefinition, Osdk, OsdkObject, OsdkObjectPropertyType, PageResult, PropertyDef, PropertyKeys, PropertyValueWireToClient, QueryDefinition, QueryParam, QueryResult, Range, Result, SingleLinkAccessor, ThreeDimensionalAggregation, TwoDimensionalAggregation, VersionBound, WhereClause } from "@osdk/api";
|
|
2
2
|
export { isOk } from "@osdk/api";
|
|
3
3
|
export { PalantirApiError } from "@osdk/shared.net.errors";
|
|
4
4
|
export { ActionValidationError } from "./actions/ActionValidationError.js";
|
|
5
|
-
export type
|
|
5
|
+
export type { Client } from "./Client.js";
|
|
6
6
|
export { createClient } from "./createClient.js";
|
|
7
7
|
export { createPlatformClient } from "./createPlatformClient.js";
|
|
8
|
-
export type
|
|
8
|
+
export type { PlatformClient } from "./createPlatformClient.js";
|
|
9
9
|
export { createAttachmentUpload } from "./object/AttachmentUpload.js";
|
|
10
|
-
export type
|
|
10
|
+
export type { ResultOrError } from "./ResultOrError.js";
|
|
11
11
|
export { createObjectSpecifierFromPrimaryKey } from "./util/objectSpecifierUtils.js";
|
|
12
12
|
export { extractDate, extractDateInLocalTime, extractDateInUTC } from "./util/datetimeConverters.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,
|
|
1
|
+
{"mappings":"AAgBA,cACE,kBACA,oBACA,gBACA,aACA,4BACA,0BACA,oBACA,yBACA,YACA,qBACA,qBACA,QACA,gBACA,WACA,iBACA,sBACA,MACA,YACA,wBACA,YACA,aACA,cACA,2BACA,iBACA,YACA,aACA,OACA,QACA,oBACA,6BACA,2BACA,cACA,mBACK;AACP,SAAS,YAAY;AACrB,SAAS,wBAAwB;AAEjC,SAAS,6BAA6B;AACtC,cAAc,cAAc;AAC5B,SAAS,oBAAoB;AAC7B,SAAS,4BAA4B;AACrC,cAAc,sBAAsB;AACpC,SAAS,8BAA8B;AACvC,cAAc,qBAAqB;AACnC,SACE,2CACK;AAEP,SACE,aACA,wBACA,wBACK","names":[],"sources":["../../src/index.ts"],"version":3,"file":"index.d.ts"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { augment } from "../object/fetchPage.js";
|
|
2
|
-
export type
|
|
2
|
+
export type { ActionSignatureFromDef } from "../actions/applyAction.js";
|
|
3
3
|
export { createObservableClient } from "../observable/ObservableClient.js";
|
|
4
|
-
export type
|
|
5
|
-
export type
|
|
4
|
+
export type { ObservableClient, ObserveObjectArgs, ObserveObjectsArgs, Observer, Unsubscribable } from "../observable/ObservableClient.js";
|
|
5
|
+
export type { OsdkConfig } from "../public-utils/osdkConfig.js";
|
|
6
6
|
export { getMetaTagContent, getOsdkConfig } from "../public-utils/osdkConfig.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,SAAS,eAAe;AAGxB,
|
|
1
|
+
{"mappings":"AAgBA,SAAS,eAAe;AAGxB,cAAc,8BAA8B;AAC5C,SAAS,8BAA8B;AACvC,cACE,kBACA,mBACA,oBACA,UACA,sBACK;AACP,cAAc,kBAAkB;AAChC,SACE,mBACA,qBACK","names":[],"sources":["../../../src/public/unstable-do-not-use.ts"],"version":3,"file":"unstable-do-not-use.d.ts"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client",
|
|
3
|
-
"version": "2.2.0-beta.
|
|
3
|
+
"version": "2.2.0-beta.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"tiny-invariant": "^1.3.1",
|
|
66
66
|
"type-fest": "^4.18.2",
|
|
67
67
|
"ws": "^8.18.0",
|
|
68
|
-
"@osdk/
|
|
69
|
-
"@osdk/
|
|
68
|
+
"@osdk/api": "~2.2.0-beta.20",
|
|
69
|
+
"@osdk/client.unstable": "2.2.0-beta.20",
|
|
70
|
+
"@osdk/generator-converters": "2.2.0-beta.20",
|
|
70
71
|
"@osdk/shared.client.impl": "~1.2.0-beta.2",
|
|
71
72
|
"@osdk/shared.net.errors": "~2.2.0-beta.2",
|
|
72
|
-
"@osdk/shared.net.fetch": "~1.2.0-beta.2"
|
|
73
|
-
"@osdk/generator-converters": "2.2.0-beta.19"
|
|
73
|
+
"@osdk/shared.net.fetch": "~1.2.0-beta.2"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@microsoft/api-documenter": "^7.26.5",
|
|
77
|
-
"@microsoft/api-extractor": "^7.
|
|
77
|
+
"@microsoft/api-extractor": "^7.52.7",
|
|
78
78
|
"@types/geojson": "^7946.0.14",
|
|
79
79
|
"@types/object.groupby": "^1.0.4",
|
|
80
80
|
"@types/ws": "^8.5.11",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"ts-expect": "^1.3.0",
|
|
92
92
|
"typescript": "~5.5.4",
|
|
93
93
|
"zod": "^3.23.8",
|
|
94
|
+
"@osdk/client.test.ontology": "~2.2.0-beta.20",
|
|
94
95
|
"@osdk/monorepo.api-extractor": "~0.1.0-beta.1",
|
|
95
|
-
"@osdk/client.test.ontology": "~2.2.0-beta.19",
|
|
96
96
|
"@osdk/monorepo.tsconfig": "~0.1.0-beta.1",
|
|
97
|
-
"@osdk/shared.test": "~2.2.0-beta.
|
|
97
|
+
"@osdk/shared.test": "~2.2.0-beta.20"
|
|
98
98
|
},
|
|
99
99
|
"publishConfig": {
|
|
100
100
|
"access": "public"
|