@metorial-services/subspace-client 1.0.10 → 1.0.11

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/dist/index.d.cts CHANGED
@@ -350,6 +350,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
350
350
  id: string;
351
351
  type: _metorial_subspace_db.PublisherType;
352
352
  identifier: string;
353
+ image: PrismaJson.EntityImage | null;
353
354
  name: string;
354
355
  description: string | null;
355
356
  source: PrismaJson.PublisherSource | null;
@@ -422,6 +423,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
422
423
  id: string;
423
424
  type: _metorial_subspace_db.PublisherType;
424
425
  identifier: string;
426
+ image: PrismaJson.EntityImage | null;
425
427
  name: string;
426
428
  description: string | null;
427
429
  source: PrismaJson.PublisherSource | null;
@@ -1388,6 +1390,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1388
1390
  id: string;
1389
1391
  type: _metorial_subspace_db.PublisherType;
1390
1392
  identifier: string;
1393
+ image: PrismaJson.EntityImage | null;
1391
1394
  name: string;
1392
1395
  description: string | null;
1393
1396
  source: PrismaJson.PublisherSource | null;
@@ -1574,6 +1577,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1574
1577
  id: string;
1575
1578
  type: _metorial_subspace_db.PublisherType;
1576
1579
  identifier: string;
1580
+ image: PrismaJson.EntityImage | null;
1577
1581
  name: string;
1578
1582
  description: string | null;
1579
1583
  source: PrismaJson.PublisherSource | null;
@@ -1946,6 +1950,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1946
1950
  id: string;
1947
1951
  type: _metorial_subspace_db.PublisherType;
1948
1952
  identifier: string;
1953
+ image: PrismaJson.EntityImage | null;
1949
1954
  name: string;
1950
1955
  description: string | null;
1951
1956
  source: PrismaJson.PublisherSource | null;
@@ -9217,6 +9222,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9217
9222
  id: string;
9218
9223
  type: _metorial_subspace_db.PublisherType;
9219
9224
  identifier: string;
9225
+ image: PrismaJson.EntityImage | null;
9220
9226
  name: string;
9221
9227
  description: string | null;
9222
9228
  source: PrismaJson.PublisherSource | null;
@@ -9461,6 +9467,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9461
9467
  id: string;
9462
9468
  type: _metorial_subspace_db.PublisherType;
9463
9469
  identifier: string;
9470
+ image: PrismaJson.EntityImage | null;
9464
9471
  name: string;
9465
9472
  description: string | null;
9466
9473
  source: PrismaJson.PublisherSource | null;
@@ -19764,6 +19771,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19764
19771
  id: string;
19765
19772
  type: _metorial_subspace_db.PublisherType;
19766
19773
  identifier: string;
19774
+ image: PrismaJson.EntityImage | null;
19767
19775
  name: string;
19768
19776
  description: string | null;
19769
19777
  source: PrismaJson.PublisherSource | null;
@@ -20003,6 +20011,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20003
20011
  id: string;
20004
20012
  type: _metorial_subspace_db.PublisherType;
20005
20013
  identifier: string;
20014
+ image: PrismaJson.EntityImage | null;
20006
20015
  name: string;
20007
20016
  description: string | null;
20008
20017
  source: PrismaJson.PublisherSource | null;
@@ -20503,6 +20512,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20503
20512
  id: string;
20504
20513
  type: _metorial_subspace_db.PublisherType;
20505
20514
  identifier: string;
20515
+ image: PrismaJson.EntityImage | null;
20506
20516
  name: string;
20507
20517
  description: string | null;
20508
20518
  source: PrismaJson.PublisherSource | null;
@@ -20741,6 +20751,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20741
20751
  id: string;
20742
20752
  type: _metorial_subspace_db.PublisherType;
20743
20753
  identifier: string;
20754
+ image: PrismaJson.EntityImage | null;
20744
20755
  name: string;
20745
20756
  description: string | null;
20746
20757
  source: PrismaJson.PublisherSource | null;
package/dist/index.d.ts CHANGED
@@ -350,6 +350,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
350
350
  id: string;
351
351
  type: _metorial_subspace_db.PublisherType;
352
352
  identifier: string;
353
+ image: PrismaJson.EntityImage | null;
353
354
  name: string;
354
355
  description: string | null;
355
356
  source: PrismaJson.PublisherSource | null;
@@ -422,6 +423,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
422
423
  id: string;
423
424
  type: _metorial_subspace_db.PublisherType;
424
425
  identifier: string;
426
+ image: PrismaJson.EntityImage | null;
425
427
  name: string;
426
428
  description: string | null;
427
429
  source: PrismaJson.PublisherSource | null;
@@ -1388,6 +1390,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1388
1390
  id: string;
1389
1391
  type: _metorial_subspace_db.PublisherType;
1390
1392
  identifier: string;
1393
+ image: PrismaJson.EntityImage | null;
1391
1394
  name: string;
1392
1395
  description: string | null;
1393
1396
  source: PrismaJson.PublisherSource | null;
@@ -1574,6 +1577,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1574
1577
  id: string;
1575
1578
  type: _metorial_subspace_db.PublisherType;
1576
1579
  identifier: string;
1580
+ image: PrismaJson.EntityImage | null;
1577
1581
  name: string;
1578
1582
  description: string | null;
1579
1583
  source: PrismaJson.PublisherSource | null;
@@ -1946,6 +1950,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1946
1950
  id: string;
1947
1951
  type: _metorial_subspace_db.PublisherType;
1948
1952
  identifier: string;
1953
+ image: PrismaJson.EntityImage | null;
1949
1954
  name: string;
1950
1955
  description: string | null;
1951
1956
  source: PrismaJson.PublisherSource | null;
@@ -9217,6 +9222,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9217
9222
  id: string;
9218
9223
  type: _metorial_subspace_db.PublisherType;
9219
9224
  identifier: string;
9225
+ image: PrismaJson.EntityImage | null;
9220
9226
  name: string;
9221
9227
  description: string | null;
9222
9228
  source: PrismaJson.PublisherSource | null;
@@ -9461,6 +9467,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
9461
9467
  id: string;
9462
9468
  type: _metorial_subspace_db.PublisherType;
9463
9469
  identifier: string;
9470
+ image: PrismaJson.EntityImage | null;
9464
9471
  name: string;
9465
9472
  description: string | null;
9466
9473
  source: PrismaJson.PublisherSource | null;
@@ -19764,6 +19771,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
19764
19771
  id: string;
19765
19772
  type: _metorial_subspace_db.PublisherType;
19766
19773
  identifier: string;
19774
+ image: PrismaJson.EntityImage | null;
19767
19775
  name: string;
19768
19776
  description: string | null;
19769
19777
  source: PrismaJson.PublisherSource | null;
@@ -20003,6 +20011,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20003
20011
  id: string;
20004
20012
  type: _metorial_subspace_db.PublisherType;
20005
20013
  identifier: string;
20014
+ image: PrismaJson.EntityImage | null;
20006
20015
  name: string;
20007
20016
  description: string | null;
20008
20017
  source: PrismaJson.PublisherSource | null;
@@ -20503,6 +20512,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20503
20512
  id: string;
20504
20513
  type: _metorial_subspace_db.PublisherType;
20505
20514
  identifier: string;
20515
+ image: PrismaJson.EntityImage | null;
20506
20516
  name: string;
20507
20517
  description: string | null;
20508
20518
  source: PrismaJson.PublisherSource | null;
@@ -20741,6 +20751,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
20741
20751
  id: string;
20742
20752
  type: _metorial_subspace_db.PublisherType;
20743
20753
  identifier: string;
20754
+ image: PrismaJson.EntityImage | null;
20744
20755
  name: string;
20745
20756
  description: string | null;
20746
20757
  source: PrismaJson.PublisherSource | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metorial-services/subspace-client",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },