@metorial-services/subspace-client 1.0.10 → 1.0.12

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;
@@ -572,7 +574,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
572
574
  };
573
575
  input: any;
574
576
  output: any;
575
- error: Promise<{
577
+ error: {
576
578
  object: string;
577
579
  id: string;
578
580
  code: string;
@@ -584,7 +586,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
584
586
  groupId: string;
585
587
  similarErrorCount: number;
586
588
  createdAt: Date;
587
- }> | null;
589
+ } | null;
588
590
  createdAt: Date;
589
591
  }[];
590
592
  pagination: {
@@ -677,7 +679,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
677
679
  };
678
680
  input: any;
679
681
  output: any;
680
- error: Promise<{
682
+ error: {
681
683
  object: string;
682
684
  id: string;
683
685
  code: string;
@@ -689,7 +691,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
689
691
  groupId: string;
690
692
  similarErrorCount: number;
691
693
  createdAt: Date;
692
- }> | null;
694
+ } | null;
693
695
  createdAt: Date;
694
696
  }, {
695
697
  solution: {} & {
@@ -1298,7 +1300,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1298
1300
  };
1299
1301
  input: any;
1300
1302
  output: any;
1301
- error: Promise<{
1303
+ error: {
1302
1304
  object: string;
1303
1305
  id: string;
1304
1306
  code: string;
@@ -1310,7 +1312,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1310
1312
  groupId: string;
1311
1313
  similarErrorCount: number;
1312
1314
  createdAt: Date;
1313
- }> | null;
1315
+ } | null;
1314
1316
  createdAt: Date;
1315
1317
  }, {
1316
1318
  solution: {} & {
@@ -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;
@@ -15705,7 +15712,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15705
15712
  };
15706
15713
  input: any;
15707
15714
  output: any;
15708
- error: Promise<{
15715
+ error: {
15709
15716
  object: string;
15710
15717
  id: string;
15711
15718
  code: string;
@@ -15717,7 +15724,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15717
15724
  groupId: string;
15718
15725
  similarErrorCount: number;
15719
15726
  createdAt: Date;
15720
- }> | null;
15727
+ } | null;
15721
15728
  createdAt: Date;
15722
15729
  } | null;
15723
15730
  senderParticipant: {
@@ -16041,7 +16048,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16041
16048
  };
16042
16049
  input: any;
16043
16050
  output: any;
16044
- error: Promise<{
16051
+ error: {
16045
16052
  object: string;
16046
16053
  id: string;
16047
16054
  code: string;
@@ -16053,7 +16060,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16053
16060
  groupId: string;
16054
16061
  similarErrorCount: number;
16055
16062
  createdAt: Date;
16056
- }> | null;
16063
+ } | null;
16057
16064
  createdAt: Date;
16058
16065
  } | null;
16059
16066
  senderParticipant: {
@@ -17112,7 +17119,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17112
17119
  };
17113
17120
  input: any;
17114
17121
  output: any;
17115
- error: Promise<{
17122
+ error: {
17116
17123
  object: string;
17117
17124
  id: string;
17118
17125
  code: string;
@@ -17124,7 +17131,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17124
17131
  groupId: string;
17125
17132
  similarErrorCount: number;
17126
17133
  createdAt: Date;
17127
- }> | null;
17134
+ } | null;
17128
17135
  createdAt: Date;
17129
17136
  } | null;
17130
17137
  senderParticipant: {
@@ -17351,7 +17358,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17351
17358
  };
17352
17359
  input: any;
17353
17360
  output: any;
17354
- error: Promise<{
17361
+ error: {
17355
17362
  object: string;
17356
17363
  id: string;
17357
17364
  code: string;
@@ -17363,7 +17370,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17363
17370
  groupId: string;
17364
17371
  similarErrorCount: number;
17365
17372
  createdAt: Date;
17366
- }> | null;
17373
+ } | null;
17367
17374
  createdAt: Date;
17368
17375
  } | null;
17369
17376
  senderParticipant: {
@@ -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;
@@ -572,7 +574,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
572
574
  };
573
575
  input: any;
574
576
  output: any;
575
- error: Promise<{
577
+ error: {
576
578
  object: string;
577
579
  id: string;
578
580
  code: string;
@@ -584,7 +586,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
584
586
  groupId: string;
585
587
  similarErrorCount: number;
586
588
  createdAt: Date;
587
- }> | null;
589
+ } | null;
588
590
  createdAt: Date;
589
591
  }[];
590
592
  pagination: {
@@ -677,7 +679,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
677
679
  };
678
680
  input: any;
679
681
  output: any;
680
- error: Promise<{
682
+ error: {
681
683
  object: string;
682
684
  id: string;
683
685
  code: string;
@@ -689,7 +691,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
689
691
  groupId: string;
690
692
  similarErrorCount: number;
691
693
  createdAt: Date;
692
- }> | null;
694
+ } | null;
693
695
  createdAt: Date;
694
696
  }, {
695
697
  solution: {} & {
@@ -1298,7 +1300,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1298
1300
  };
1299
1301
  input: any;
1300
1302
  output: any;
1301
- error: Promise<{
1303
+ error: {
1302
1304
  object: string;
1303
1305
  id: string;
1304
1306
  code: string;
@@ -1310,7 +1312,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
1310
1312
  groupId: string;
1311
1313
  similarErrorCount: number;
1312
1314
  createdAt: Date;
1313
- }> | null;
1315
+ } | null;
1314
1316
  createdAt: Date;
1315
1317
  }, {
1316
1318
  solution: {} & {
@@ -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;
@@ -15705,7 +15712,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15705
15712
  };
15706
15713
  input: any;
15707
15714
  output: any;
15708
- error: Promise<{
15715
+ error: {
15709
15716
  object: string;
15710
15717
  id: string;
15711
15718
  code: string;
@@ -15717,7 +15724,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
15717
15724
  groupId: string;
15718
15725
  similarErrorCount: number;
15719
15726
  createdAt: Date;
15720
- }> | null;
15727
+ } | null;
15721
15728
  createdAt: Date;
15722
15729
  } | null;
15723
15730
  senderParticipant: {
@@ -16041,7 +16048,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16041
16048
  };
16042
16049
  input: any;
16043
16050
  output: any;
16044
- error: Promise<{
16051
+ error: {
16045
16052
  object: string;
16046
16053
  id: string;
16047
16054
  code: string;
@@ -16053,7 +16060,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
16053
16060
  groupId: string;
16054
16061
  similarErrorCount: number;
16055
16062
  createdAt: Date;
16056
- }> | null;
16063
+ } | null;
16057
16064
  createdAt: Date;
16058
16065
  } | null;
16059
16066
  senderParticipant: {
@@ -17112,7 +17119,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17112
17119
  };
17113
17120
  input: any;
17114
17121
  output: any;
17115
- error: Promise<{
17122
+ error: {
17116
17123
  object: string;
17117
17124
  id: string;
17118
17125
  code: string;
@@ -17124,7 +17131,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17124
17131
  groupId: string;
17125
17132
  similarErrorCount: number;
17126
17133
  createdAt: Date;
17127
- }> | null;
17134
+ } | null;
17128
17135
  createdAt: Date;
17129
17136
  } | null;
17130
17137
  senderParticipant: {
@@ -17351,7 +17358,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17351
17358
  };
17352
17359
  input: any;
17353
17360
  output: any;
17354
- error: Promise<{
17361
+ error: {
17355
17362
  object: string;
17356
17363
  id: string;
17357
17364
  code: string;
@@ -17363,7 +17370,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
17363
17370
  groupId: string;
17364
17371
  similarErrorCount: number;
17365
17372
  createdAt: Date;
17366
- }> | null;
17373
+ } | null;
17367
17374
  createdAt: Date;
17368
17375
  } | null;
17369
17376
  senderParticipant: {
@@ -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.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },