@osdk/api 0.0.10 → 0.0.12
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 +18 -0
- package/build/js/index.js +4 -14
- package/build/js/index.js.map +1 -1
- package/build/js/index.mjs +3 -6
- package/build/js/index.mjs.map +1 -1
- package/build/js/public/utils.js +0 -1
- package/build/js/public/utils.mjs +0 -1
- package/build/types/index.d.ts +3 -4
- package/build/types/ontology/index.d.ts +3 -3
- package/build/types/util/index.d.ts +0 -3
- package/package.json +2 -2
- package/build/js/chunk-4D6JZ4TL.js +0 -7
- package/build/js/chunk-4D6JZ4TL.js.map +0 -1
- package/build/js/chunk-BYTHMUUS.mjs +0 -9
- package/build/js/chunk-BYTHMUUS.mjs.map +0 -1
- package/build/js/chunk-EVOZ7UGO.js +0 -19
- package/build/js/chunk-EVOZ7UGO.js.map +0 -1
- package/build/js/chunk-XIJ2ZQRX.mjs +0 -5
- package/build/js/chunk-XIJ2ZQRX.mjs.map +0 -1
- package/build/js/public/objects.js +0 -17
- package/build/js/public/objects.js.map +0 -1
- package/build/js/public/objects.mjs +0 -4
- package/build/js/public/objects.mjs.map +0 -1
- package/build/types/client/Client.d.ts +0 -8
- package/build/types/client/ObjectSetCreator.d.ts +0 -15
- package/build/types/client/PageResult.d.ts +0 -5
- package/build/types/client/createCachedOntologyTransform.d.ts +0 -7
- package/build/types/client/createClient.d.ts +0 -3
- package/build/types/client/index.d.ts +0 -8
- package/build/types/client/internal/conversions/index.d.ts +0 -4
- package/build/types/client/internal/conversions/legacyToModernSingleAggregationResult.d.ts +0 -4
- package/build/types/client/internal/conversions/modernToLegacyAggregationClause.d.ts +0 -4
- package/build/types/client/internal/conversions/modernToLegacyGroupByClause.d.ts +0 -4
- package/build/types/client/internal/conversions/modernToLegacyWhereClause.d.ts +0 -4
- package/build/types/client/internal/net/V2_BASE.d.ts +0 -1
- package/build/types/client/internal/net/index.d.ts +0 -1
- package/build/types/client/internal/net/types.d.ts +0 -357
- package/build/types/client/object/aggregateOrThrow.d.ts +0 -5
- package/build/types/client/object/aggregateOrThrow.test.d.ts +0 -1
- package/build/types/client/object/convertWireToOsdkObjects.d.ts +0 -4
- package/build/types/client/object/fetchPageOrThrow.d.ts +0 -10
- package/build/types/client/object/index.d.ts +0 -2
- package/build/types/client/objectSet/LinkTypesFrom.d.ts +0 -2
- package/build/types/client/objectSet/ObjectSet.d.ts +0 -25
- package/build/types/client/objectSet/createObjectSet.d.ts +0 -5
- package/build/types/client/query/WhereClause.d.ts +0 -24
- package/build/types/client/query/aggregations/AggregatableKeys.d.ts +0 -4
- package/build/types/client/query/aggregations/AggregateOpts.d.ts +0 -7
- package/build/types/client/query/aggregations/AggregationResultsWithGroups.d.ts +0 -10
- package/build/types/client/query/aggregations/AggregationResultsWithoutGroups.d.ts +0 -10
- package/build/types/client/query/aggregations/AggregationsClause.d.ts +0 -8
- package/build/types/client/query/aggregations/AggregationsClause.test.d.ts +0 -42
- package/build/types/client/query/aggregations/AggregationsResults.d.ts +0 -5
- package/build/types/client/query/aggregations/AggregationsResults.test.d.ts +0 -1
- package/build/types/client/query/aggregations/GroupByClause.d.ts +0 -12
- package/build/types/client/query/aggregations/GroupByClause.test.d.ts +0 -21
- package/build/types/client/query/aggregations/GroupByMapper.d.ts +0 -4
- package/build/types/client/query/index.d.ts +0 -7
- package/build/types/public/objects.d.ts +0 -1
- package/build/types/util/ArrayElement.d.ts +0 -1
- package/build/types/util/NOOP.d.ts +0 -3
- package/build/types/util/StringArrayToUnion.d.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type StringArrayToUnion<T extends string | readonly string[]> = T extends ReadonlyArray<infer U> ? U : T;
|