@metorial-services/shuttle-client 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -918,7 +918,7 @@ declare let rootController: {
918
918
  };
919
919
  }>;
920
920
  create: Handler<UndefinedIsOptional<{
921
- tenantId: string;
921
+ tenantId: string | undefined;
922
922
  from: UndefinedIsOptional<{
923
923
  type: "container.from_image_ref";
924
924
  imageRef: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metorial-services/shuttle-client",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },