@osdk/api 1.0.0 → 1.0.1

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,5 +1,14 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b07ff14: CLI can now request ontology data directly from the backend
8
+ - Updated dependencies [b07ff14]
9
+ - @osdk/shared.net@1.0.1
10
+ - @osdk/gateway@1.0.1
11
+
3
12
  ## 1.0.0
4
13
 
5
14
  ### Major Changes
@@ -1,4 +1,4 @@
1
- export type { ActionDefinition, ActionModifiedEntity, ActionParameterDefinition, ValidActionParameterTypes, } from "./ontology/ActionDefinition";
1
+ export type { ActionDefinition, ActionModifiedEntity, ActionParameterDefinition, ObjectActionDataType, ObjectSetActionDataType, ValidActionParameterTypes, } from "./ontology/ActionDefinition";
2
2
  export type { InterfaceDefinition, InterfaceDefinitionFrom, InterfaceKeysFrom, InterfacePropertyDefinitionFrom, InterfacePropertyDefinitionsFrom, InterfacePropertyKeysFrom, } from "./ontology/InterfaceDefinition";
3
3
  export type { ObjectTypeDefinition, ObjectTypeDefinitionFrom, ObjectTypeKeysFrom, ObjectTypeLinkDefinition, ObjectTypeLinkDefinitionFrom, ObjectTypeLinkKeysFrom, ObjectTypeLinkTargetTypeFrom, ObjectTypePropertyDefinition, ObjectTypePropertyDefinitionFrom, ObjectTypePropertyDefinitionsFrom, ObjectTypePropertyKeysFrom, } from "./ontology/ObjectTypeDefinition";
4
4
  export type { OntologyDefinition } from "./ontology/OntologyDefinition";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -20,8 +20,8 @@
20
20
  "@types/geojson": "^7946.0.13",
21
21
  "fetch-retry": "^5.0.6",
22
22
  "tiny-invariant": "^1.3.1",
23
- "@osdk/gateway": "1.0.0",
24
- "@osdk/shared.net": "1.0.0"
23
+ "@osdk/gateway": "1.0.1",
24
+ "@osdk/shared.net": "1.0.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "ts-expect": "^1.3.0",