@metorial-services/shuttle-client 1.0.6 → 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +17 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -806,6 +806,7 @@ declare let rootController: {
806
806
  type: ServerType;
807
807
  name: string;
808
808
  description: string | null;
809
+ metadata: {};
809
810
  currentVersionId: string | null;
810
811
  draft: {
811
812
  repositoryTag: {
@@ -918,7 +919,7 @@ declare let rootController: {
918
919
  };
919
920
  }>;
920
921
  create: Handler<UndefinedIsOptional<{
921
- tenantId: string;
922
+ tenantId: string | undefined;
922
923
  from: UndefinedIsOptional<{
923
924
  type: "container.from_image_ref";
924
925
  imageRef: string;
@@ -951,6 +952,7 @@ declare let rootController: {
951
952
  }> | undefined;
952
953
  name: string;
953
954
  description: string | undefined;
955
+ metadata: Record<string, any> | undefined;
954
956
  }>, {
955
957
  server: {
956
958
  object: string;
@@ -958,6 +960,7 @@ declare let rootController: {
958
960
  type: ServerType;
959
961
  name: string;
960
962
  description: string | null;
963
+ metadata: {};
961
964
  currentVersionId: string | null;
962
965
  draft: {
963
966
  repositoryTag: {
@@ -1139,6 +1142,7 @@ declare let rootController: {
1139
1142
  type: ServerType;
1140
1143
  name: string;
1141
1144
  description: string | null;
1145
+ metadata: {};
1142
1146
  currentVersionId: string | null;
1143
1147
  draft: {
1144
1148
  repositoryTag: {
@@ -1367,6 +1371,7 @@ declare let rootController: {
1367
1371
  type: ServerType;
1368
1372
  createdAt: Date;
1369
1373
  description: string | null;
1374
+ metadata: unknown | null;
1370
1375
  draftConfigSchema: PrismaJson.ServerConfigSchema;
1371
1376
  draftConfigTransformer: string;
1372
1377
  draftRemoteUrl: string | null;
@@ -1390,6 +1395,7 @@ declare let rootController: {
1390
1395
  type: ServerType;
1391
1396
  name: string;
1392
1397
  description: string | null;
1398
+ metadata: {};
1393
1399
  currentVersionId: string | null;
1394
1400
  draft: {
1395
1401
  repositoryTag: {
@@ -1618,6 +1624,7 @@ declare let rootController: {
1618
1624
  type: ServerType;
1619
1625
  createdAt: Date;
1620
1626
  description: string | null;
1627
+ metadata: unknown | null;
1621
1628
  draftConfigSchema: PrismaJson.ServerConfigSchema;
1622
1629
  draftConfigTransformer: string;
1623
1630
  draftRemoteUrl: string | null;
@@ -1854,6 +1861,7 @@ declare let rootController: {
1854
1861
  type: ServerType;
1855
1862
  createdAt: Date;
1856
1863
  description: string | null;
1864
+ metadata: unknown | null;
1857
1865
  draftConfigSchema: PrismaJson.ServerConfigSchema;
1858
1866
  draftConfigTransformer: string;
1859
1867
  draftRemoteUrl: string | null;
@@ -2385,6 +2393,7 @@ declare let rootController: {
2385
2393
  type: ServerType;
2386
2394
  createdAt: Date;
2387
2395
  description: string | null;
2396
+ metadata: unknown | null;
2388
2397
  draftConfigSchema: PrismaJson.ServerConfigSchema;
2389
2398
  draftConfigTransformer: string;
2390
2399
  draftRemoteUrl: string | null;
@@ -2486,6 +2495,7 @@ declare let rootController: {
2486
2495
  type: ServerType;
2487
2496
  createdAt: Date;
2488
2497
  description: string | null;
2498
+ metadata: unknown | null;
2489
2499
  draftConfigSchema: PrismaJson.ServerConfigSchema;
2490
2500
  draftConfigTransformer: string;
2491
2501
  draftRemoteUrl: string | null;
@@ -2602,6 +2612,7 @@ declare let rootController: {
2602
2612
  type: ServerType;
2603
2613
  createdAt: Date;
2604
2614
  description: string | null;
2615
+ metadata: unknown | null;
2605
2616
  draftConfigSchema: PrismaJson.ServerConfigSchema;
2606
2617
  draftConfigTransformer: string;
2607
2618
  draftRemoteUrl: string | null;
@@ -3338,6 +3349,7 @@ declare let rootController: {
3338
3349
  type: ServerType;
3339
3350
  createdAt: Date;
3340
3351
  description: string | null;
3352
+ metadata: unknown | null;
3341
3353
  draftConfigSchema: PrismaJson.ServerConfigSchema;
3342
3354
  draftConfigTransformer: string;
3343
3355
  draftRemoteUrl: string | null;
@@ -3641,6 +3653,7 @@ declare let rootController: {
3641
3653
  type: ServerType;
3642
3654
  createdAt: Date;
3643
3655
  description: string | null;
3656
+ metadata: unknown | null;
3644
3657
  draftConfigSchema: PrismaJson.ServerConfigSchema;
3645
3658
  draftConfigTransformer: string;
3646
3659
  draftRemoteUrl: string | null;
@@ -4366,6 +4379,7 @@ declare let rootController: {
4366
4379
  type: ServerType;
4367
4380
  createdAt: Date;
4368
4381
  description: string | null;
4382
+ metadata: unknown | null;
4369
4383
  draftConfigSchema: PrismaJson.ServerConfigSchema;
4370
4384
  draftConfigTransformer: string;
4371
4385
  draftRemoteUrl: string | null;
@@ -4835,6 +4849,7 @@ declare let rootController: {
4835
4849
  type: ServerType;
4836
4850
  createdAt: Date;
4837
4851
  description: string | null;
4852
+ metadata: unknown | null;
4838
4853
  draftConfigSchema: PrismaJson.ServerConfigSchema;
4839
4854
  draftConfigTransformer: string;
4840
4855
  draftRemoteUrl: string | null;
@@ -5019,6 +5034,7 @@ declare let rootController: {
5019
5034
  type: ServerType;
5020
5035
  createdAt: Date;
5021
5036
  description: string | null;
5037
+ metadata: unknown | null;
5022
5038
  draftConfigSchema: PrismaJson.ServerConfigSchema;
5023
5039
  draftConfigTransformer: string;
5024
5040
  draftRemoteUrl: string | null;
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.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },