@osdk/api 2.0.0-beta.13 → 2.0.0-beta.14
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 +17 -0
- package/build/browser/Definitions.d.ts +16 -0
- package/build/browser/Definitions.d.ts.map +1 -0
- package/build/browser/Definitions.js +17 -0
- package/build/browser/Definitions.js.map +1 -0
- package/build/browser/OsdkBase.d.ts +13 -0
- package/build/browser/OsdkBase.d.ts.map +1 -0
- package/build/browser/OsdkBase.js +17 -0
- package/build/browser/OsdkBase.js.map +1 -0
- package/build/browser/OsdkMetadata.d.ts +4 -0
- package/build/browser/OsdkMetadata.d.ts.map +1 -0
- package/build/browser/OsdkMetadata.js +17 -0
- package/build/browser/OsdkMetadata.js.map +1 -0
- package/build/browser/OsdkObject.d.ts +8 -0
- package/build/browser/OsdkObject.d.ts.map +1 -0
- package/build/browser/OsdkObject.js +17 -0
- package/build/browser/OsdkObject.js.map +1 -0
- package/build/browser/OsdkObjectFrom.d.ts +36 -0
- package/build/browser/OsdkObjectFrom.d.ts.map +1 -0
- package/build/browser/OsdkObjectFrom.js +17 -0
- package/build/browser/OsdkObjectFrom.js.map +1 -0
- package/build/browser/OsdkObjectPrimaryKeyType.d.ts +4 -0
- package/build/browser/OsdkObjectPrimaryKeyType.d.ts.map +1 -0
- package/build/browser/OsdkObjectPrimaryKeyType.js +17 -0
- package/build/browser/OsdkObjectPrimaryKeyType.js.map +1 -0
- package/build/browser/PageResult.d.ts +6 -0
- package/build/browser/PageResult.d.ts.map +1 -0
- package/build/browser/PageResult.js +17 -0
- package/build/browser/PageResult.js.map +1 -0
- package/build/browser/actions/ActionResults.d.ts +81 -0
- package/build/browser/actions/ActionResults.d.ts.map +1 -0
- package/build/browser/actions/ActionResults.js +17 -0
- package/build/browser/actions/ActionResults.js.map +1 -0
- package/build/browser/actions/ActionReturnTypeForOptions.d.ts +7 -0
- package/build/browser/actions/ActionReturnTypeForOptions.d.ts.map +1 -0
- package/build/browser/actions/ActionReturnTypeForOptions.js +17 -0
- package/build/browser/actions/ActionReturnTypeForOptions.js.map +1 -0
- package/build/browser/actions/Actions.d.ts +36 -0
- package/build/browser/actions/Actions.d.ts.map +1 -0
- package/build/browser/actions/Actions.js +17 -0
- package/build/browser/actions/Actions.js.map +1 -0
- package/build/browser/aggregate/AggregatableKeys.d.ts +16 -0
- package/build/browser/aggregate/AggregatableKeys.d.ts.map +1 -0
- package/build/browser/aggregate/AggregatableKeys.js +17 -0
- package/build/browser/aggregate/AggregatableKeys.js.map +1 -0
- package/build/browser/aggregate/AggregateOpts.d.ts +10 -0
- package/build/browser/aggregate/AggregateOpts.d.ts.map +1 -0
- package/build/browser/aggregate/AggregateOpts.js +17 -0
- package/build/browser/aggregate/AggregateOpts.js.map +1 -0
- package/build/browser/aggregate/AggregateOptsThatErrors.d.ts +17 -0
- package/build/browser/aggregate/AggregateOptsThatErrors.d.ts.map +1 -0
- package/build/browser/aggregate/AggregateOptsThatErrors.js +17 -0
- package/build/browser/aggregate/AggregateOptsThatErrors.js.map +1 -0
- package/build/browser/aggregate/AggregationResultsWithGroups.d.ts +17 -0
- package/build/browser/aggregate/AggregationResultsWithGroups.d.ts.map +1 -0
- package/build/browser/aggregate/AggregationResultsWithGroups.js +17 -0
- package/build/browser/aggregate/AggregationResultsWithGroups.js.map +1 -0
- package/build/browser/aggregate/AggregationResultsWithoutGroups.d.ts +13 -0
- package/build/browser/aggregate/AggregationResultsWithoutGroups.d.ts.map +1 -0
- package/build/browser/aggregate/AggregationResultsWithoutGroups.js +17 -0
- package/build/browser/aggregate/AggregationResultsWithoutGroups.js.map +1 -0
- package/build/browser/aggregate/AggregationsClause.d.ts +10 -0
- package/build/browser/aggregate/AggregationsClause.d.ts.map +1 -0
- package/build/browser/aggregate/AggregationsClause.js +17 -0
- package/build/browser/aggregate/AggregationsClause.js.map +1 -0
- package/build/browser/aggregate/AggregationsClause.test.d.ts +47 -0
- package/build/browser/aggregate/AggregationsClause.test.d.ts.map +1 -0
- package/build/browser/aggregate/AggregationsClause.test.js +20 -0
- package/build/browser/aggregate/AggregationsClause.test.js.map +1 -0
- package/build/browser/aggregate/AggregationsResults.d.ts +7 -0
- package/build/browser/aggregate/AggregationsResults.d.ts.map +1 -0
- package/build/browser/aggregate/AggregationsResults.js +17 -0
- package/build/browser/aggregate/AggregationsResults.js.map +1 -0
- package/build/browser/aggregate/WhereClause.d.ts +78 -0
- package/build/browser/aggregate/WhereClause.d.ts.map +1 -0
- package/build/browser/aggregate/WhereClause.js +40 -0
- package/build/browser/aggregate/WhereClause.js.map +1 -0
- package/build/browser/definitions/LinkDefinitions.d.ts +21 -0
- package/build/browser/definitions/LinkDefinitions.d.ts.map +1 -0
- package/build/browser/definitions/LinkDefinitions.js +17 -0
- package/build/browser/definitions/LinkDefinitions.js.map +1 -0
- package/build/browser/definitions/LinkDefinitions.test.d.ts +2 -0
- package/build/browser/definitions/LinkDefinitions.test.d.ts.map +1 -0
- package/build/browser/definitions/LinkDefinitions.test.js +25 -0
- package/build/browser/definitions/LinkDefinitions.test.js.map +1 -0
- package/build/browser/groupby/GroupByClause.d.ts +73 -0
- package/build/browser/groupby/GroupByClause.d.ts.map +1 -0
- package/build/browser/groupby/GroupByClause.js +22 -0
- package/build/browser/groupby/GroupByClause.js.map +1 -0
- package/build/browser/groupby/GroupByClause.test.d.ts +24 -0
- package/build/browser/groupby/GroupByClause.test.d.ts.map +1 -0
- package/build/browser/groupby/GroupByClause.test.js +20 -0
- package/build/browser/groupby/GroupByClause.test.js.map +1 -0
- package/build/browser/groupby/GroupByMapper.d.ts +14 -0
- package/build/browser/groupby/GroupByMapper.d.ts.map +1 -0
- package/build/browser/groupby/GroupByMapper.js +17 -0
- package/build/browser/groupby/GroupByMapper.js.map +1 -0
- package/build/browser/index.d.ts +43 -0
- package/build/browser/index.d.ts.map +1 -0
- package/build/browser/index.js +19 -2
- package/build/browser/index.js.map +1 -1
- package/build/browser/junk.test.d.ts +2 -0
- package/build/browser/junk.test.d.ts.map +1 -0
- package/build/browser/junk.test.js +22 -0
- package/build/browser/junk.test.js.map +1 -0
- package/build/browser/mapping/DataValueMapping.d.ts +71 -0
- package/build/browser/mapping/DataValueMapping.d.ts.map +1 -0
- package/build/browser/mapping/DataValueMapping.js +17 -0
- package/build/browser/mapping/DataValueMapping.js.map +1 -0
- package/build/browser/mapping/DurationMapping.d.ts +23 -0
- package/build/browser/mapping/DurationMapping.d.ts.map +1 -0
- package/build/browser/mapping/DurationMapping.js +38 -0
- package/build/browser/mapping/DurationMapping.js.map +1 -0
- package/build/browser/mapping/PropertyValueMapping.d.ts +47 -0
- package/build/browser/mapping/PropertyValueMapping.d.ts.map +1 -0
- package/build/browser/mapping/PropertyValueMapping.js +17 -0
- package/build/browser/mapping/PropertyValueMapping.js.map +1 -0
- package/build/browser/object/Attachment.d.ts +25 -0
- package/build/browser/object/Attachment.d.ts.map +1 -0
- package/build/browser/object/Attachment.js +17 -0
- package/build/browser/object/Attachment.js.map +1 -0
- package/build/browser/object/FetchPageArgs.d.ts +34 -0
- package/build/browser/object/FetchPageArgs.d.ts.map +1 -0
- package/build/browser/object/FetchPageArgs.js +17 -0
- package/build/browser/object/FetchPageArgs.js.map +1 -0
- package/build/browser/object/FetchPageResult.d.ts +15 -0
- package/build/browser/object/FetchPageResult.d.ts.map +1 -0
- package/build/browser/object/FetchPageResult.js +17 -0
- package/build/browser/object/FetchPageResult.js.map +1 -0
- package/build/browser/object/ObjectDefinitions.test.d.ts +2 -0
- package/build/browser/object/ObjectDefinitions.test.d.ts.map +1 -0
- package/build/browser/object/ObjectDefinitions.test.js +23 -0
- package/build/browser/object/ObjectDefinitions.test.js.map +1 -0
- package/build/browser/object/Result.d.ts +22 -0
- package/build/browser/object/Result.d.ts.map +1 -0
- package/build/browser/object/Result.js +32 -0
- package/build/browser/object/Result.js.map +1 -0
- package/build/browser/objectSet/BaseObjectSet.d.ts +7 -0
- package/build/browser/objectSet/BaseObjectSet.d.ts.map +1 -0
- package/build/browser/objectSet/BaseObjectSet.js +17 -0
- package/build/browser/objectSet/BaseObjectSet.js.map +1 -0
- package/build/browser/objectSet/EXPERIMENTAL_ObjectSetListener.d.ts +18 -0
- package/build/browser/objectSet/EXPERIMENTAL_ObjectSetListener.d.ts.map +1 -0
- package/build/browser/objectSet/EXPERIMENTAL_ObjectSetListener.js +17 -0
- package/build/browser/objectSet/EXPERIMENTAL_ObjectSetListener.js.map +1 -0
- package/build/browser/objectSet/ObjectSet.d.ts +145 -0
- package/build/browser/objectSet/ObjectSet.d.ts.map +1 -0
- package/build/browser/objectSet/ObjectSet.js +17 -0
- package/build/browser/objectSet/ObjectSet.js.map +1 -0
- package/build/browser/ontology/ActionDefinition.d.ts +46 -0
- package/build/browser/ontology/ActionDefinition.d.ts.map +1 -0
- package/build/browser/ontology/ActionDefinition.js +17 -0
- package/build/browser/ontology/ActionDefinition.js.map +1 -0
- package/build/browser/ontology/InterfaceDefinition.d.ts +12 -0
- package/build/browser/ontology/InterfaceDefinition.d.ts.map +1 -0
- package/build/browser/ontology/InterfaceDefinition.js +17 -0
- package/build/browser/ontology/InterfaceDefinition.js.map +1 -0
- package/build/browser/ontology/ObjectOrInterface.d.ts +5 -0
- package/build/browser/ontology/ObjectOrInterface.d.ts.map +1 -0
- package/build/browser/ontology/ObjectOrInterface.js +17 -0
- package/build/browser/ontology/ObjectOrInterface.js.map +1 -0
- package/build/browser/ontology/ObjectTypeDefinition.d.ts +85 -0
- package/build/browser/ontology/ObjectTypeDefinition.d.ts.map +1 -0
- package/build/browser/ontology/ObjectTypeDefinition.js +17 -0
- package/build/browser/ontology/ObjectTypeDefinition.js.map +1 -0
- package/build/browser/ontology/OntologyMetadata.d.ts +7 -0
- package/build/browser/ontology/OntologyMetadata.d.ts.map +1 -0
- package/build/browser/ontology/OntologyMetadata.js +17 -0
- package/build/browser/ontology/OntologyMetadata.js.map +1 -0
- package/build/browser/ontology/PrimaryKeyTypes.d.ts +2 -0
- package/build/browser/ontology/PrimaryKeyTypes.d.ts.map +1 -0
- package/build/browser/ontology/PrimaryKeyTypes.js +17 -0
- package/build/browser/ontology/PrimaryKeyTypes.js.map +1 -0
- package/build/browser/ontology/QueryDefinition.d.ts +68 -0
- package/build/browser/ontology/QueryDefinition.d.ts.map +1 -0
- package/build/browser/ontology/QueryDefinition.js +17 -0
- package/build/browser/ontology/QueryDefinition.js.map +1 -0
- package/build/browser/ontology/VersionString.d.ts +2 -0
- package/build/browser/ontology/VersionString.d.ts.map +1 -0
- package/build/browser/ontology/VersionString.js +17 -0
- package/build/browser/ontology/VersionString.js.map +1 -0
- package/build/browser/ontology/WirePropertyTypes.d.ts +2 -0
- package/build/browser/ontology/WirePropertyTypes.d.ts.map +1 -0
- package/build/browser/ontology/WirePropertyTypes.js +17 -0
- package/build/browser/ontology/WirePropertyTypes.js.map +1 -0
- package/build/browser/public/unstable.d.ts +6 -0
- package/build/browser/public/unstable.d.ts.map +1 -0
- package/build/browser/public/unstable.js +19 -0
- package/build/browser/public/unstable.js.map +1 -0
- package/build/browser/queries/Queries.d.ts +41 -0
- package/build/browser/queries/Queries.d.ts.map +1 -0
- package/build/browser/queries/Queries.js +17 -0
- package/build/browser/queries/Queries.js.map +1 -0
- package/build/browser/timeseries/timeseries.d.ts +89 -0
- package/build/browser/timeseries/timeseries.d.ts.map +1 -0
- package/build/browser/timeseries/timeseries.js +22 -0
- package/build/browser/timeseries/timeseries.js.map +1 -0
- package/build/browser/util/LinkUtils.d.ts +5 -0
- package/build/browser/util/LinkUtils.d.ts.map +1 -0
- package/build/browser/util/LinkUtils.js +17 -0
- package/build/browser/util/LinkUtils.js.map +1 -0
- package/build/esm/Definitions.d.ts +16 -0
- package/build/esm/Definitions.d.ts.map +1 -0
- package/build/esm/Definitions.js +17 -0
- package/build/esm/Definitions.js.map +1 -0
- package/build/esm/OsdkBase.d.ts +13 -0
- package/build/esm/OsdkBase.d.ts.map +1 -0
- package/build/esm/OsdkBase.js +17 -0
- package/build/esm/OsdkBase.js.map +1 -0
- package/build/esm/OsdkMetadata.js +17 -0
- package/build/esm/OsdkMetadata.js.map +1 -0
- package/build/esm/OsdkObject.d.ts +8 -0
- package/build/esm/OsdkObject.d.ts.map +1 -0
- package/build/esm/OsdkObject.js +17 -0
- package/build/esm/OsdkObject.js.map +1 -0
- package/build/esm/OsdkObjectFrom.d.ts +36 -0
- package/build/esm/OsdkObjectFrom.d.ts.map +1 -0
- package/build/esm/OsdkObjectFrom.js +17 -0
- package/build/esm/OsdkObjectFrom.js.map +1 -0
- package/build/esm/OsdkObjectPrimaryKeyType.d.ts +4 -0
- package/build/esm/OsdkObjectPrimaryKeyType.d.ts.map +1 -0
- package/build/esm/OsdkObjectPrimaryKeyType.js +17 -0
- package/build/esm/OsdkObjectPrimaryKeyType.js.map +1 -0
- package/build/esm/PageResult.d.ts +6 -0
- package/build/esm/PageResult.d.ts.map +1 -0
- package/build/esm/PageResult.js +17 -0
- package/build/esm/PageResult.js.map +1 -0
- package/build/esm/actions/ActionResults.d.ts +81 -0
- package/build/esm/actions/ActionResults.d.ts.map +1 -0
- package/build/esm/actions/ActionResults.js +17 -0
- package/build/esm/actions/ActionResults.js.map +1 -0
- package/build/esm/actions/ActionReturnTypeForOptions.d.ts +7 -0
- package/build/esm/actions/ActionReturnTypeForOptions.d.ts.map +1 -0
- package/build/esm/actions/ActionReturnTypeForOptions.js +17 -0
- package/build/esm/actions/ActionReturnTypeForOptions.js.map +1 -0
- package/build/esm/actions/Actions.d.ts +36 -0
- package/build/esm/actions/Actions.d.ts.map +1 -0
- package/build/esm/actions/Actions.js +17 -0
- package/build/esm/actions/Actions.js.map +1 -0
- package/build/esm/aggregate/AggregatableKeys.d.ts +16 -0
- package/build/esm/aggregate/AggregatableKeys.d.ts.map +1 -0
- package/build/esm/aggregate/AggregatableKeys.js +17 -0
- package/build/esm/aggregate/AggregatableKeys.js.map +1 -0
- package/build/esm/aggregate/AggregateOpts.d.ts +10 -0
- package/build/esm/aggregate/AggregateOpts.d.ts.map +1 -0
- package/build/esm/aggregate/AggregateOpts.js +17 -0
- package/build/esm/aggregate/AggregateOpts.js.map +1 -0
- package/build/esm/aggregate/AggregateOptsThatErrors.d.ts +17 -0
- package/build/esm/aggregate/AggregateOptsThatErrors.d.ts.map +1 -0
- package/build/esm/aggregate/AggregateOptsThatErrors.js +17 -0
- package/build/esm/aggregate/AggregateOptsThatErrors.js.map +1 -0
- package/build/esm/aggregate/AggregationResultsWithGroups.d.ts +17 -0
- package/build/esm/aggregate/AggregationResultsWithGroups.d.ts.map +1 -0
- package/build/esm/aggregate/AggregationResultsWithGroups.js +17 -0
- package/build/esm/aggregate/AggregationResultsWithGroups.js.map +1 -0
- package/build/esm/aggregate/AggregationResultsWithoutGroups.d.ts +13 -0
- package/build/esm/aggregate/AggregationResultsWithoutGroups.d.ts.map +1 -0
- package/build/esm/aggregate/AggregationResultsWithoutGroups.js +17 -0
- package/build/esm/aggregate/AggregationResultsWithoutGroups.js.map +1 -0
- package/build/esm/aggregate/AggregationsClause.d.ts +10 -0
- package/build/esm/aggregate/AggregationsClause.d.ts.map +1 -0
- package/build/esm/aggregate/AggregationsClause.js +17 -0
- package/build/esm/aggregate/AggregationsClause.js.map +1 -0
- package/build/esm/aggregate/AggregationsClause.test.d.ts +47 -0
- package/build/esm/aggregate/AggregationsClause.test.d.ts.map +1 -0
- package/build/esm/aggregate/AggregationsClause.test.js +20 -0
- package/build/esm/aggregate/AggregationsClause.test.js.map +1 -0
- package/build/esm/aggregate/AggregationsResults.d.ts +7 -0
- package/build/esm/aggregate/AggregationsResults.d.ts.map +1 -0
- package/build/esm/aggregate/AggregationsResults.js +17 -0
- package/build/esm/aggregate/AggregationsResults.js.map +1 -0
- package/build/esm/aggregate/WhereClause.d.ts +78 -0
- package/build/esm/aggregate/WhereClause.d.ts.map +1 -0
- package/build/esm/aggregate/WhereClause.js +40 -0
- package/build/esm/aggregate/WhereClause.js.map +1 -0
- package/build/esm/definitions/LinkDefinitions.d.ts +21 -0
- package/build/esm/definitions/LinkDefinitions.d.ts.map +1 -0
- package/build/esm/definitions/LinkDefinitions.js +17 -0
- package/build/esm/definitions/LinkDefinitions.js.map +1 -0
- package/build/esm/definitions/LinkDefinitions.test.d.ts +2 -0
- package/build/esm/definitions/LinkDefinitions.test.d.ts.map +1 -0
- package/build/esm/definitions/LinkDefinitions.test.js +25 -0
- package/build/esm/definitions/LinkDefinitions.test.js.map +1 -0
- package/build/esm/groupby/GroupByClause.d.ts +73 -0
- package/build/esm/groupby/GroupByClause.d.ts.map +1 -0
- package/build/esm/groupby/GroupByClause.js +22 -0
- package/build/esm/groupby/GroupByClause.js.map +1 -0
- package/build/esm/groupby/GroupByClause.test.d.ts +24 -0
- package/build/esm/groupby/GroupByClause.test.d.ts.map +1 -0
- package/build/esm/groupby/GroupByClause.test.js +20 -0
- package/build/esm/groupby/GroupByClause.test.js.map +1 -0
- package/build/esm/groupby/GroupByMapper.d.ts +14 -0
- package/build/esm/groupby/GroupByMapper.d.ts.map +1 -0
- package/build/esm/groupby/GroupByMapper.js +17 -0
- package/build/esm/groupby/GroupByMapper.js.map +1 -0
- package/build/esm/index.d.ts +37 -5
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/index.js +19 -2
- package/build/esm/index.js.map +1 -1
- package/build/esm/junk.test.js +22 -0
- package/build/esm/junk.test.js.map +1 -0
- package/build/esm/mapping/DataValueMapping.d.ts +71 -0
- package/build/esm/mapping/DataValueMapping.d.ts.map +1 -0
- package/build/esm/mapping/DataValueMapping.js +17 -0
- package/build/esm/mapping/DataValueMapping.js.map +1 -0
- package/build/esm/mapping/DurationMapping.d.ts +23 -0
- package/build/esm/mapping/DurationMapping.d.ts.map +1 -0
- package/build/esm/mapping/DurationMapping.js +38 -0
- package/build/esm/mapping/DurationMapping.js.map +1 -0
- package/build/esm/mapping/PropertyValueMapping.d.ts +47 -0
- package/build/esm/mapping/PropertyValueMapping.d.ts.map +1 -0
- package/build/esm/mapping/PropertyValueMapping.js +17 -0
- package/build/esm/mapping/PropertyValueMapping.js.map +1 -0
- package/build/esm/object/Attachment.d.ts +25 -0
- package/build/esm/object/Attachment.d.ts.map +1 -0
- package/build/esm/object/Attachment.js +17 -0
- package/build/esm/object/Attachment.js.map +1 -0
- package/build/esm/object/FetchPageArgs.d.ts +34 -0
- package/build/esm/object/FetchPageArgs.d.ts.map +1 -0
- package/build/esm/object/FetchPageArgs.js +17 -0
- package/build/esm/object/FetchPageArgs.js.map +1 -0
- package/build/esm/object/FetchPageResult.d.ts +15 -0
- package/build/esm/object/FetchPageResult.d.ts.map +1 -0
- package/build/esm/object/FetchPageResult.js +17 -0
- package/build/esm/object/FetchPageResult.js.map +1 -0
- package/build/esm/object/ObjectDefinitions.test.d.ts +2 -0
- package/build/esm/object/ObjectDefinitions.test.d.ts.map +1 -0
- package/build/esm/object/ObjectDefinitions.test.js +23 -0
- package/build/esm/object/ObjectDefinitions.test.js.map +1 -0
- package/build/esm/object/Result.d.ts +22 -0
- package/build/esm/object/Result.d.ts.map +1 -0
- package/build/esm/object/Result.js +32 -0
- package/build/esm/object/Result.js.map +1 -0
- package/build/esm/objectSet/BaseObjectSet.d.ts +7 -0
- package/build/esm/objectSet/BaseObjectSet.d.ts.map +1 -0
- package/build/esm/objectSet/BaseObjectSet.js +17 -0
- package/build/esm/objectSet/BaseObjectSet.js.map +1 -0
- package/build/esm/objectSet/EXPERIMENTAL_ObjectSetListener.d.ts +18 -0
- package/build/esm/objectSet/EXPERIMENTAL_ObjectSetListener.d.ts.map +1 -0
- package/build/esm/objectSet/EXPERIMENTAL_ObjectSetListener.js +17 -0
- package/build/esm/objectSet/EXPERIMENTAL_ObjectSetListener.js.map +1 -0
- package/build/esm/objectSet/ObjectSet.d.ts +145 -0
- package/build/esm/objectSet/ObjectSet.d.ts.map +1 -0
- package/build/esm/objectSet/ObjectSet.js +17 -0
- package/build/esm/objectSet/ObjectSet.js.map +1 -0
- package/build/esm/ontology/ActionDefinition.d.ts +30 -28
- package/build/esm/ontology/ActionDefinition.d.ts.map +1 -1
- package/build/esm/ontology/ActionDefinition.js +17 -0
- package/build/esm/ontology/ActionDefinition.js.map +1 -0
- package/build/esm/ontology/InterfaceDefinition.js +17 -0
- package/build/esm/ontology/InterfaceDefinition.js.map +1 -0
- package/build/esm/ontology/ObjectOrInterface.d.ts +0 -2
- package/build/esm/ontology/ObjectOrInterface.d.ts.map +1 -1
- package/build/esm/ontology/ObjectOrInterface.js +17 -0
- package/build/esm/ontology/ObjectOrInterface.js.map +1 -0
- package/build/esm/ontology/ObjectTypeDefinition.js +17 -0
- package/build/esm/ontology/ObjectTypeDefinition.js.map +1 -0
- package/build/esm/ontology/OntologyMetadata.js +17 -0
- package/build/esm/ontology/OntologyMetadata.js.map +1 -0
- package/build/esm/ontology/PrimaryKeyTypes.js +17 -0
- package/build/esm/ontology/PrimaryKeyTypes.js.map +1 -0
- package/build/esm/ontology/QueryDefinition.js +17 -0
- package/build/esm/ontology/QueryDefinition.js.map +1 -0
- package/build/esm/ontology/VersionString.js +17 -0
- package/build/esm/ontology/VersionString.js.map +1 -0
- package/build/esm/ontology/WirePropertyTypes.js +17 -0
- package/build/esm/ontology/WirePropertyTypes.js.map +1 -0
- package/build/esm/public/unstable.d.ts +6 -0
- package/build/esm/public/unstable.d.ts.map +1 -0
- package/build/esm/public/unstable.js +19 -0
- package/build/esm/public/unstable.js.map +1 -0
- package/build/esm/queries/Queries.d.ts +41 -0
- package/build/esm/queries/Queries.d.ts.map +1 -0
- package/build/esm/queries/Queries.js +17 -0
- package/build/esm/queries/Queries.js.map +1 -0
- package/build/esm/timeseries/timeseries.d.ts +89 -0
- package/build/esm/timeseries/timeseries.d.ts.map +1 -0
- package/build/esm/timeseries/timeseries.js +22 -0
- package/build/esm/timeseries/timeseries.js.map +1 -0
- package/build/esm/util/LinkUtils.d.ts +5 -0
- package/build/esm/util/LinkUtils.d.ts.map +1 -0
- package/build/esm/util/LinkUtils.js +17 -0
- package/build/esm/util/LinkUtils.js.map +1 -0
- package/package.json +7 -5
- package/build/esm/ontology/index.d.ts +0 -7
- package/build/esm/ontology/index.d.ts.map +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=OntologyMetadata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OntologyMetadata.js","names":[],"sources":["OntologyMetadata.js"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=PrimaryKeyTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrimaryKeyTypes.js","names":[],"sources":["PrimaryKeyTypes.js"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=QueryDefinition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QueryDefinition.js","names":[],"sources":["QueryDefinition.js"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=VersionString.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VersionString.js","names":[],"sources":["VersionString.js"],"sourcesContent":["/*\n * Copyright 2024 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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=WirePropertyTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WirePropertyTypes.js","names":[],"sources":["WirePropertyTypes.js"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const __EXPERIMENTAL__NOT_SUPPORTED_YET_subscribe: unique symbol;
|
|
2
|
+
export declare const __EXPERIMENTAL__NOT_SUPPORTED_YET__preexistingObjectSet: unique symbol;
|
|
3
|
+
export declare const __EXPERIMENTAL__NOT_SUPPORTED_YET__getBulkLinks: unique symbol;
|
|
4
|
+
export type { EXPERIMENTAL_ObjectSetListener } from "../objectSet/EXPERIMENTAL_ObjectSetListener.js";
|
|
5
|
+
export type { MinimalObjectSet } from "../objectSet/ObjectSet.js";
|
|
6
|
+
//# sourceMappingURL=unstable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unstable.d.ts","sourceRoot":"","sources":["../../../src/public/unstable.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,2CAA2C,eAAW,CAAC;AAEpE,eAAO,MAAM,uDAAuD,eAAW,CAAC;AAChF,eAAO,MAAM,+CAA+C,eAAW,CAAC;AAExE,YAAY,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AACrG,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export const __EXPERIMENTAL__NOT_SUPPORTED_YET_subscribe = Symbol();
|
|
17
|
+
export const __EXPERIMENTAL__NOT_SUPPORTED_YET__preexistingObjectSet = Symbol();
|
|
18
|
+
export const __EXPERIMENTAL__NOT_SUPPORTED_YET__getBulkLinks = Symbol();
|
|
19
|
+
//# sourceMappingURL=unstable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unstable.js","names":["__EXPERIMENTAL__NOT_SUPPORTED_YET_subscribe","Symbol","__EXPERIMENTAL__NOT_SUPPORTED_YET__preexistingObjectSet","__EXPERIMENTAL__NOT_SUPPORTED_YET__getBulkLinks"],"sources":["unstable.js"],"sourcesContent":["/*\n * Copyright 2024 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 */\nexport const __EXPERIMENTAL__NOT_SUPPORTED_YET_subscribe = Symbol();\nexport const __EXPERIMENTAL__NOT_SUPPORTED_YET__preexistingObjectSet = Symbol();\nexport const __EXPERIMENTAL__NOT_SUPPORTED_YET__getBulkLinks = Symbol();\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,2CAA2C,GAAGC,MAAM,CAAC,CAAC;AACnE,OAAO,MAAMC,uDAAuD,GAAGD,MAAM,CAAC,CAAC;AAC/E,OAAO,MAAME,+CAA+C,GAAGF,MAAM,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { DataValueClientToWire, DataValueWireToClient } from "../mapping/DataValueMapping.js";
|
|
2
|
+
import type { BaseObjectSet } from "../objectSet/BaseObjectSet.js";
|
|
3
|
+
import type { ObjectSet } from "../objectSet/ObjectSet.js";
|
|
4
|
+
import type { ObjectTypeDefinition } from "../ontology/ObjectTypeDefinition.js";
|
|
5
|
+
import type { OsdkBase } from "../OsdkBase.js";
|
|
6
|
+
import type { OsdkObjectPrimaryKeyType } from "../OsdkObjectPrimaryKeyType.js";
|
|
7
|
+
/**
|
|
8
|
+
* Helper types for converting query definition parameter types to typescript types
|
|
9
|
+
*/
|
|
10
|
+
export declare namespace QueryParam {
|
|
11
|
+
/**
|
|
12
|
+
* Helper type to convert action definition parameter primitives to typescript types
|
|
13
|
+
*/
|
|
14
|
+
type PrimitiveType<T extends keyof DataValueClientToWire> = DataValueClientToWire[T];
|
|
15
|
+
/**
|
|
16
|
+
* Helper type to convert action definition parameter object types to typescript types
|
|
17
|
+
*/
|
|
18
|
+
type ObjectType<T extends ObjectTypeDefinition<any>> = OsdkBase<T> | OsdkObjectPrimaryKeyType<T>;
|
|
19
|
+
/**
|
|
20
|
+
* Helper type to convert action definition parameter object sets to typescript types
|
|
21
|
+
*/
|
|
22
|
+
type ObjectSetType<T extends ObjectTypeDefinition<any>> = BaseObjectSet<T>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Helper types for converting query result types to typescript types
|
|
26
|
+
*/
|
|
27
|
+
export declare namespace QueryResult {
|
|
28
|
+
/**
|
|
29
|
+
* Helper type to convert action definition parameter primitives to typescript types
|
|
30
|
+
*/
|
|
31
|
+
type PrimitiveType<T extends keyof DataValueClientToWire> = DataValueWireToClient[T];
|
|
32
|
+
/**
|
|
33
|
+
* Helper type to convert action definition parameter object types to typescript types
|
|
34
|
+
*/
|
|
35
|
+
type ObjectType<T extends ObjectTypeDefinition<any>> = OsdkBase<T>;
|
|
36
|
+
/**
|
|
37
|
+
* Helper type to convert action definition parameter object sets to typescript types
|
|
38
|
+
*/
|
|
39
|
+
type ObjectSetType<T extends ObjectTypeDefinition<any>> = ObjectSet<T>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=Queries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Queries.d.ts","sourceRoot":"","sources":["../../../src/queries/Queries.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAE/E;;GAEG;AACH,yBAAiB,UAAU,CAAC;IAC1B;;OAEG;IACH,KAAY,aAAa,CAAC,CAAC,SAAS,MAAM,qBAAqB,IAC7D,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAE3B;;OAEG;IACH,KAAY,UAAU,CAAC,CAAC,SAAS,oBAAoB,CAAC,GAAG,CAAC,IACtD,QAAQ,CAAC,CAAC,CAAC,GACX,wBAAwB,CAAC,CAAC,CAAC,CAAC;IAEhC;;OAEG;IACH,KAAY,aAAa,CAAC,CAAC,SAAS,oBAAoB,CAAC,GAAG,CAAC,IAC3D,aAAa,CAAC,CAAC,CAAC,CAAC;CACpB;AAED;;GAEG;AACH,yBAAiB,WAAW,CAAC;IAC3B;;OAEG;IACH,KAAY,aAAa,CAAC,CAAC,SAAS,MAAM,qBAAqB,IAC7D,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAE3B;;OAEG;IACH,KAAY,UAAU,CAAC,CAAC,SAAS,oBAAoB,CAAC,GAAG,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC;IAE1E;;OAEG;IACH,KAAY,aAAa,CAAC,CAAC,SAAS,oBAAoB,CAAC,GAAG,CAAC,IAAI,SAAS,CACxE,CAAC,CACF,CAAC;CACH"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=Queries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Queries.js","names":[],"sources":["Queries.js"],"sourcesContent":["/*\n * Copyright 2024 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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export type TimeSeriesQuery = {
|
|
2
|
+
$before: number;
|
|
3
|
+
$unit: keyof typeof TimeseriesDurationMapping;
|
|
4
|
+
$after?: never;
|
|
5
|
+
$startTime?: never;
|
|
6
|
+
$endTime?: never;
|
|
7
|
+
} | {
|
|
8
|
+
$after: number;
|
|
9
|
+
$unit: keyof typeof TimeseriesDurationMapping;
|
|
10
|
+
$before?: never;
|
|
11
|
+
$startTime?: never;
|
|
12
|
+
$endTime?: never;
|
|
13
|
+
} | {
|
|
14
|
+
$startTime: string;
|
|
15
|
+
$endTime?: string;
|
|
16
|
+
$before?: never;
|
|
17
|
+
$after?: never;
|
|
18
|
+
$unit?: never;
|
|
19
|
+
} | {
|
|
20
|
+
$startTime?: string;
|
|
21
|
+
$endTime: string;
|
|
22
|
+
$before?: never;
|
|
23
|
+
$after?: never;
|
|
24
|
+
$unit?: never;
|
|
25
|
+
};
|
|
26
|
+
export type TimeseriesDurationUnits = "YEARS" | "MONTHS" | "WEEKS" | "DAYS" | "HOURS" | "MINUTES" | "SECONDS" | "MILLISECONDS";
|
|
27
|
+
export declare const TimeseriesDurationMapping: {
|
|
28
|
+
sec: "SECONDS";
|
|
29
|
+
seconds: "SECONDS";
|
|
30
|
+
min: "MINUTES";
|
|
31
|
+
minute: "MINUTES";
|
|
32
|
+
minutes: "MINUTES";
|
|
33
|
+
hr: "HOURS";
|
|
34
|
+
hrs: "HOURS";
|
|
35
|
+
hour: "HOURS";
|
|
36
|
+
hours: "HOURS";
|
|
37
|
+
day: "DAYS";
|
|
38
|
+
days: "DAYS";
|
|
39
|
+
wk: "WEEKS";
|
|
40
|
+
week: "WEEKS";
|
|
41
|
+
weeks: "WEEKS";
|
|
42
|
+
mos: "MONTHS";
|
|
43
|
+
month: "MONTHS";
|
|
44
|
+
months: "MONTHS";
|
|
45
|
+
yr: "YEARS";
|
|
46
|
+
year: "YEARS";
|
|
47
|
+
years: "YEARS";
|
|
48
|
+
ms: "MILLISECONDS";
|
|
49
|
+
milliseconds: "MILLISECONDS";
|
|
50
|
+
};
|
|
51
|
+
export interface TimeSeriesPoint<T extends string | number> {
|
|
52
|
+
time: string;
|
|
53
|
+
value: T;
|
|
54
|
+
}
|
|
55
|
+
export interface TimeSeriesProperty<T extends number | string> {
|
|
56
|
+
/**
|
|
57
|
+
* Queries the first point of the Timeseries
|
|
58
|
+
*/
|
|
59
|
+
getFirstPoint: () => Promise<TimeSeriesPoint<T>>;
|
|
60
|
+
/**
|
|
61
|
+
* Queries the last point of the Timeseries
|
|
62
|
+
*/
|
|
63
|
+
getLastPoint: () => Promise<TimeSeriesPoint<T>>;
|
|
64
|
+
/**
|
|
65
|
+
* Loads all points, within the given time range if that's provided
|
|
66
|
+
* @param query - a query representing either an absolute or relative range of time
|
|
67
|
+
* @example
|
|
68
|
+
* const points = await employee.employeeStatus?.getAllPoints({
|
|
69
|
+
$after: 1,
|
|
70
|
+
$unit: "month",
|
|
71
|
+
});
|
|
72
|
+
*/
|
|
73
|
+
getAllPoints: (query?: TimeSeriesQuery) => Promise<Array<TimeSeriesPoint<T>>>;
|
|
74
|
+
/**
|
|
75
|
+
* Returns an async iterator to load all points
|
|
76
|
+
* within the given time range if that's provided
|
|
77
|
+
* @param query - a query representing either an absolute or relative range of time
|
|
78
|
+
* @example
|
|
79
|
+
* const iterator = employee.employeeStatus?.asyncIter({
|
|
80
|
+
$after: 1,
|
|
81
|
+
$unit: "month",
|
|
82
|
+
});
|
|
83
|
+
for await (const point of iterator) {
|
|
84
|
+
// Handle time series point
|
|
85
|
+
}
|
|
86
|
+
*/
|
|
87
|
+
asyncIterPoints: (query?: TimeSeriesQuery) => AsyncGenerator<TimeSeriesPoint<T>>;
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=timeseries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeseries.d.ts","sourceRoot":"","sources":["../../../src/timeseries/timeseries.ts"],"names":[],"mappings":"AAkBA,MAAM,MAAM,eAAe,GACvB;IACA,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,OAAO,yBAAyB,CAAC;IAC9C,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,GACC;IACA,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,OAAO,yBAAyB,CAAC;IAC9C,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,GACC;IACA,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,GACC;IACA,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC;IAChB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEJ,MAAM,MAAM,uBAAuB,GAC/B,OAAO,GACP,QAAQ,GACR,OAAO,GACP,MAAM,GACN,OAAO,GACP,SAAS,GACT,SAAS,GACT,cAAc,CAAC;AAEnB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;CAIa,CAAC;AAEpD,MAAM,WAAW,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IACxD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,CAAC,CAAC;CACV;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IAC3D;;OAEG;IACH,aAAa,EAAE,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;IACjD;;OAEG;IACH,YAAY,EAAE,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;IAChD;;;;;;;;SAQK;IACL,YAAY,EAAE,CACZ,KAAK,CAAC,EAAE,eAAe,KACpB,OAAO,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACxC;;;;;;;;;;;;SAYK;IACL,eAAe,EAAE,CACf,KAAK,CAAC,EAAE,eAAe,KACpB,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC;CACzC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { TimeDurationMapping } from "../mapping/DurationMapping.js";
|
|
17
|
+
export const TimeseriesDurationMapping = {
|
|
18
|
+
"ms": "MILLISECONDS",
|
|
19
|
+
"milliseconds": "MILLISECONDS",
|
|
20
|
+
...TimeDurationMapping
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=timeseries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeseries.js","names":["TimeDurationMapping","TimeseriesDurationMapping"],"sources":["timeseries.js"],"sourcesContent":["/*\n * Copyright 2024 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 */\nimport { TimeDurationMapping } from \"../mapping/DurationMapping.js\";\nexport const TimeseriesDurationMapping = {\n \"ms\": \"MILLISECONDS\",\n \"milliseconds\": \"MILLISECONDS\",\n ...TimeDurationMapping,\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,mBAAmB,QAAQ,+BAA+B;AACnE,OAAO,MAAMC,yBAAyB,GAAG;EACrC,IAAI,EAAE,cAAc;EACpB,cAAc,EAAE,cAAc;EAC9B,GAAGD;AACP,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ObjectOrInterfaceDefinition } from "../ontology/ObjectOrInterface.js";
|
|
2
|
+
import type { CompileTimeMetadata } from "../ontology/ObjectTypeDefinition.js";
|
|
3
|
+
export type LinkNames<Q extends ObjectOrInterfaceDefinition> = keyof CompileTimeMetadata<Q>["links"] & string;
|
|
4
|
+
export type LinkedType<Q extends ObjectOrInterfaceDefinition, L extends keyof CompileTimeMetadata<Q>["links"] & string> = NonNullable<CompileTimeMetadata<Q>["links"][L]["__OsdkLinkTargetType"]>;
|
|
5
|
+
//# sourceMappingURL=LinkUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkUtils.d.ts","sourceRoot":"","sources":["../../../src/util/LinkUtils.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE/E,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,2BAA2B,IACvD,MAAM,mBAAmB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,GACrC,MAAM,CAAC;AAEX,MAAM,MAAM,UAAU,CACpB,CAAC,SAAS,2BAA2B,EACrC,CAAC,SAAS,MAAM,mBAAmB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,GAAG,MAAM,IACtD,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2023 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=LinkUtils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkUtils.js","names":[],"sources":["LinkUtils.js"],"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 */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/api",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,9 +22,12 @@
|
|
|
22
22
|
"@types/geojson": "^7946.0.13",
|
|
23
23
|
"fetch-retry": "^6.0.0",
|
|
24
24
|
"tiny-invariant": "^1.3.1",
|
|
25
|
-
"
|
|
25
|
+
"type-fest": "^4.18.2",
|
|
26
|
+
"@osdk/shared.net": "~2.0.0-beta.5"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
29
|
+
"@microsoft/api-documenter": "^7.25.3",
|
|
30
|
+
"@microsoft/api-extractor": "^7.47.0",
|
|
28
31
|
"ts-expect": "^1.3.0",
|
|
29
32
|
"typescript": "^5.5.4",
|
|
30
33
|
"@osdk/monorepo.api-extractor": "~0.0.0",
|
|
@@ -48,6 +51,7 @@
|
|
|
48
51
|
"types": "./build/esm/index.d.ts",
|
|
49
52
|
"type": "module",
|
|
50
53
|
"scripts": {
|
|
54
|
+
"check-api": "api-extractor run --verbose --local",
|
|
51
55
|
"check-attw": "monorepo.tool.attw esm",
|
|
52
56
|
"check-spelling": "cspell --quiet .",
|
|
53
57
|
"clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
|
|
@@ -55,8 +59,6 @@
|
|
|
55
59
|
"lint": "eslint . && dprint check --config $(find-up dprint.json)",
|
|
56
60
|
"test": "vitest run --pool=forks",
|
|
57
61
|
"test:watch": "vitest",
|
|
58
|
-
"transpile": "monorepo.tool.transpile"
|
|
59
|
-
"transpileWatch": "tsup --watch",
|
|
60
|
-
"typecheck": "monorepo.tool.typecheck esm"
|
|
62
|
+
"transpile": "monorepo.tool.transpile"
|
|
61
63
|
}
|
|
62
64
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export type { ActionDefinition, ActionModifiedEntity, ActionParameterDefinition, ObjectActionDataType, ObjectSetActionDataType, ValidActionParameterTypes, ValidBaseActionParameterTypes, } from "./ActionDefinition.js";
|
|
2
|
-
export type { InterfaceDefinition, InterfaceMetadata, } from "./InterfaceDefinition.js";
|
|
3
|
-
export type { ObjectOrInterfaceDefinition } from "./ObjectOrInterface.js";
|
|
4
|
-
export type { ObjectMetadata, ObjectTypeDefinition, ObjectTypeLinkDefinition, ObjectTypePropertyDefinition, } from "./ObjectTypeDefinition.js";
|
|
5
|
-
export type { OntologyMetadata } from "./OntologyMetadata.js";
|
|
6
|
-
export type { AggregationKeyDataType, ObjectQueryDataType, ObjectSetQueryDataType, QueryDataTypeDefinition, QueryMetadata, QueryParameterDefinition, RangeAggregationKeyDataType, SetQueryDataType, SimpleAggregationKeyDataType, StructQueryDataType, ThreeDimensionalAggregationDataType, ThreeDimensionalQueryAggregationDefinition, TwoDimensionalAggregationDataType, TwoDimensionalQueryAggregationDefinition, UnionQueryDataType, } from "./QueryDefinition.js";
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ontology/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,gBAAgB,EAChB,oBAAoB,EACpB,yBAAyB,EACzB,oBAAoB,EACpB,uBAAuB,EACvB,yBAAyB,EACzB,6BAA6B,GAC9B,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EACV,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAClC,YAAY,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC1E,YAAY,EACV,cAAc,EACd,oBAAoB,EACpB,wBAAwB,EACxB,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC;AACnC,YAAY,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,YAAY,EACV,sBAAsB,EACtB,mBAAmB,EACnB,sBAAsB,EACtB,uBAAuB,EACvB,aAAa,EACb,wBAAwB,EACxB,2BAA2B,EAC3B,gBAAgB,EAChB,4BAA4B,EAC5B,mBAAmB,EACnB,mCAAmC,EACnC,0CAA0C,EAC1C,iCAAiC,EACjC,wCAAwC,EACxC,kBAAkB,GACnB,MAAM,sBAAsB,CAAC"}
|