@osdk/client.unstable 2.5.0-beta.14 → 2.5.0-beta.15
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
package/build/cjs/index.d.cts
CHANGED
|
@@ -19345,6 +19345,7 @@ interface OntologyIr {
|
|
|
19345
19345
|
importedOntology: OntologyIrOntologyBlockDataV2;
|
|
19346
19346
|
valueTypes: OntologyIrValueTypeBlockData;
|
|
19347
19347
|
importedValueTypes: OntologyIrValueTypeBlockData;
|
|
19348
|
+
randomnessKey?: string;
|
|
19348
19349
|
}
|
|
19349
19350
|
type OntologyIrPackagedValueType = {
|
|
19350
19351
|
version: ValueTypeVersion;
|
|
@@ -15,6 +15,7 @@ export interface OntologyIr {
|
|
|
15
15
|
importedOntology: OntologyIrOntologyBlockDataV2;
|
|
16
16
|
valueTypes: OntologyIrValueTypeBlockData;
|
|
17
17
|
importedValueTypes: OntologyIrValueTypeBlockData;
|
|
18
|
+
randomnessKey?: string;
|
|
18
19
|
}
|
|
19
20
|
export type OntologyIrPackagedValueType = {
|
|
20
21
|
version: ValueTypeVersion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"mappings":"AAgBA,cACE,qCACK,sDAAuD;AAC9D,cAAc,gBAAgB,2CAA4C;AAC1E,cAAc,oBAAoB,+CAAgD;AAClF,cAAc,wBAAwB,mDAAoD;AAC1F,cAAc,+BAA+B,0DAA2D;AACxG,cAAc,gCAAgC,2DAA4D;AAC1G,cAAc,uBAAuB,kDAAmD;AACxF,cAAc,wBAAwB,mDAAoD;AAE1F,YAAY;AACZ,YAAY;AACZ,YAAY;AACZ,cAAc,qCAAqC;AAEnD,iBAAiB,WAAW;CAC1B,UAAU;CACV,kBAAkB;CAClB,YAAY;CACZ,oBAAoB;
|
|
1
|
+
{"mappings":"AAgBA,cACE,qCACK,sDAAuD;AAC9D,cAAc,gBAAgB,2CAA4C;AAC1E,cAAc,oBAAoB,+CAAgD;AAClF,cAAc,wBAAwB,mDAAoD;AAC1F,cAAc,+BAA+B,0DAA2D;AACxG,cAAc,gCAAgC,2DAA4D;AAC1G,cAAc,uBAAuB,kDAAmD;AACxF,cAAc,wBAAwB,mDAAoD;AAE1F,YAAY;AACZ,YAAY;AACZ,YAAY;AACZ,cAAc,qCAAqC;AAEnD,iBAAiB,WAAW;CAC1B,UAAU;CACV,kBAAkB;CAClB,YAAY;CACZ,oBAAoB;CACpB;AACD;AAED,YAAY,8BAA8B;CACxC,SAAS;CACT,UAAU;CACV,aAAa;CACb,eAAe;AAChB;AAED,YAAY,sCAAsC;CAChD,SAAS;CACT;CACA,iBAAiB;CACjB,QAAQ;AACT;AAED,YAAY,oCAAoC;CAC9C,UAAU;CACV,UAAU;AACX;AAED,YAAY,+BAA+B;CACzC,YAAY;AACb","names":[],"sources":["../../src/blockDataIr.ts"],"version":3,"file":"blockDataIr.d.ts"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client.unstable",
|
|
3
|
-
"version": "2.5.0-beta.
|
|
3
|
+
"version": "2.5.0-beta.15",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"typescript": "~5.5.4",
|
|
34
|
-
"@osdk/monorepo.
|
|
35
|
-
"@osdk/monorepo.
|
|
34
|
+
"@osdk/monorepo.tsconfig": "~0.4.0-beta.1",
|
|
35
|
+
"@osdk/monorepo.api-extractor": "~0.4.0-beta.1"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|