@metorial-services/slates-hub-client 1.0.7 → 1.0.8

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.
@@ -1665,7 +1665,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
1665
1665
  }[] | undefined;
1666
1666
  createdAt: Date;
1667
1667
  }[];
1668
- actions: {
1668
+ tools: {
1669
1669
  object: string;
1670
1670
  id: string;
1671
1671
  slateId: string;
@@ -1744,7 +1744,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
1744
1744
  }[] | undefined;
1745
1745
  createdAt: Date;
1746
1746
  }[];
1747
- actions: {
1747
+ tools: {
1748
1748
  object: string;
1749
1749
  id: string;
1750
1750
  slateId: string;
@@ -1893,7 +1893,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
1893
1893
  }[] | undefined;
1894
1894
  createdAt: Date;
1895
1895
  }[];
1896
- actions: {
1896
+ tools: {
1897
1897
  object: string;
1898
1898
  id: string;
1899
1899
  slateId: string;
package/dist/index.d.ts CHANGED
@@ -2511,7 +2511,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
2511
2511
  }[] | undefined;
2512
2512
  createdAt: Date;
2513
2513
  }[];
2514
- actions: {
2514
+ tools: {
2515
2515
  object: string;
2516
2516
  id: string;
2517
2517
  slateId: string;
@@ -2590,7 +2590,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
2590
2590
  }[] | undefined;
2591
2591
  createdAt: Date;
2592
2592
  }[];
2593
- actions: {
2593
+ tools: {
2594
2594
  object: string;
2595
2595
  id: string;
2596
2596
  slateId: string;
@@ -2739,7 +2739,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
2739
2739
  }[] | undefined;
2740
2740
  createdAt: Date;
2741
2741
  }[];
2742
- actions: {
2742
+ tools: {
2743
2743
  object: string;
2744
2744
  id: string;
2745
2745
  slateId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metorial-services/slates-hub-client",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },