@metatrongg/sdk 0.8.0-dev.e9ef082 → 0.8.0-dev.f0ab15b

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.
@@ -1495,6 +1495,7 @@ type MessageTransactionNftTransfer = {
1495
1495
  tokenId: string;
1496
1496
  amount: string;
1497
1497
  itemName: string | null;
1498
+ imageAssetId?: string | null;
1498
1499
  };
1499
1500
  type GroupThreadSummary = {
1500
1501
  kind: "group";
@@ -14993,6 +14994,7 @@ declare const zMessageTransactionNftTransfer: z$1.ZodObject<{
14993
14994
  tokenId: z$1.ZodString;
14994
14995
  amount: z$1.ZodString;
14995
14996
  itemName: z$1.ZodNullable<z$1.ZodString>;
14997
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
14996
14998
  }, z$1.core.$strip>;
14997
14999
  declare const zThreadLastMessagePreview: z$1.ZodNullable<z$1.ZodObject<{
14998
15000
  id: z$1.ZodString;
@@ -15028,6 +15030,7 @@ declare const zThreadLastMessagePreview: z$1.ZodNullable<z$1.ZodObject<{
15028
15030
  tokenId: z$1.ZodString;
15029
15031
  amount: z$1.ZodString;
15030
15032
  itemName: z$1.ZodNullable<z$1.ZodString>;
15033
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15031
15034
  }, z$1.core.$strip>]>>>;
15032
15035
  sentAt: z$1.ZodISODateTime;
15033
15036
  }, z$1.core.$strip>>;
@@ -15076,6 +15079,7 @@ declare const zDirectThreadSummary: z$1.ZodObject<{
15076
15079
  tokenId: z$1.ZodString;
15077
15080
  amount: z$1.ZodString;
15078
15081
  itemName: z$1.ZodNullable<z$1.ZodString>;
15082
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15079
15083
  }, z$1.core.$strip>]>>>;
15080
15084
  sentAt: z$1.ZodISODateTime;
15081
15085
  }, z$1.core.$strip>>;
@@ -15156,6 +15160,7 @@ declare const zGroupThreadSummary: z$1.ZodObject<{
15156
15160
  tokenId: z$1.ZodString;
15157
15161
  amount: z$1.ZodString;
15158
15162
  itemName: z$1.ZodNullable<z$1.ZodString>;
15163
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15159
15164
  }, z$1.core.$strip>]>>>;
15160
15165
  sentAt: z$1.ZodISODateTime;
15161
15166
  }, z$1.core.$strip>>;
@@ -15205,6 +15210,7 @@ declare const zThreadSummary: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
15205
15210
  tokenId: z$1.ZodString;
15206
15211
  amount: z$1.ZodString;
15207
15212
  itemName: z$1.ZodNullable<z$1.ZodString>;
15213
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15208
15214
  }, z$1.core.$strip>]>>>;
15209
15215
  sentAt: z$1.ZodISODateTime;
15210
15216
  }, z$1.core.$strip>>;
@@ -15265,6 +15271,7 @@ declare const zThreadSummary: z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
15265
15271
  tokenId: z$1.ZodString;
15266
15272
  amount: z$1.ZodString;
15267
15273
  itemName: z$1.ZodNullable<z$1.ZodString>;
15274
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15268
15275
  }, z$1.core.$strip>]>>>;
15269
15276
  sentAt: z$1.ZodISODateTime;
15270
15277
  }, z$1.core.$strip>>;
@@ -15316,6 +15323,7 @@ declare const zThreadListResponse: z$1.ZodObject<{
15316
15323
  tokenId: z$1.ZodString;
15317
15324
  amount: z$1.ZodString;
15318
15325
  itemName: z$1.ZodNullable<z$1.ZodString>;
15326
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15319
15327
  }, z$1.core.$strip>]>>>;
15320
15328
  sentAt: z$1.ZodISODateTime;
15321
15329
  }, z$1.core.$strip>>;
@@ -15376,6 +15384,7 @@ declare const zThreadListResponse: z$1.ZodObject<{
15376
15384
  tokenId: z$1.ZodString;
15377
15385
  amount: z$1.ZodString;
15378
15386
  itemName: z$1.ZodNullable<z$1.ZodString>;
15387
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15379
15388
  }, z$1.core.$strip>]>>>;
15380
15389
  sentAt: z$1.ZodISODateTime;
15381
15390
  }, z$1.core.$strip>>;
@@ -15428,6 +15437,7 @@ declare const zCreateThreadResponse: z$1.ZodObject<{
15428
15437
  tokenId: z$1.ZodString;
15429
15438
  amount: z$1.ZodString;
15430
15439
  itemName: z$1.ZodNullable<z$1.ZodString>;
15440
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15431
15441
  }, z$1.core.$strip>]>>>;
15432
15442
  sentAt: z$1.ZodISODateTime;
15433
15443
  }, z$1.core.$strip>>;
@@ -15488,6 +15498,7 @@ declare const zCreateThreadResponse: z$1.ZodObject<{
15488
15498
  tokenId: z$1.ZodString;
15489
15499
  amount: z$1.ZodString;
15490
15500
  itemName: z$1.ZodNullable<z$1.ZodString>;
15501
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15491
15502
  }, z$1.core.$strip>]>>>;
15492
15503
  sentAt: z$1.ZodISODateTime;
15493
15504
  }, z$1.core.$strip>>;
@@ -15572,6 +15583,7 @@ declare const zGroupThreadMutationResponse: z$1.ZodObject<{
15572
15583
  tokenId: z$1.ZodString;
15573
15584
  amount: z$1.ZodString;
15574
15585
  itemName: z$1.ZodNullable<z$1.ZodString>;
15586
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15575
15587
  }, z$1.core.$strip>]>>>;
15576
15588
  sentAt: z$1.ZodISODateTime;
15577
15589
  }, z$1.core.$strip>>;
@@ -15673,6 +15685,7 @@ declare const zMessageItem: z$1.ZodObject<{
15673
15685
  tokenId: z$1.ZodString;
15674
15686
  amount: z$1.ZodString;
15675
15687
  itemName: z$1.ZodNullable<z$1.ZodString>;
15688
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15676
15689
  }, z$1.core.$strip>]>>>;
15677
15690
  body: z$1.ZodString;
15678
15691
  envelope: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
@@ -15763,6 +15776,7 @@ declare const zMessagesPageResponse: z$1.ZodObject<{
15763
15776
  tokenId: z$1.ZodString;
15764
15777
  amount: z$1.ZodString;
15765
15778
  itemName: z$1.ZodNullable<z$1.ZodString>;
15779
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
15766
15780
  }, z$1.core.$strip>]>>>;
15767
15781
  body: z$1.ZodString;
15768
15782
  envelope: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
@@ -22340,6 +22354,7 @@ declare const zGetMeThreadsResponse: z$1.ZodObject<{
22340
22354
  tokenId: z$1.ZodString;
22341
22355
  amount: z$1.ZodString;
22342
22356
  itemName: z$1.ZodNullable<z$1.ZodString>;
22357
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22343
22358
  }, z$1.core.$strip>]>>>;
22344
22359
  sentAt: z$1.ZodISODateTime;
22345
22360
  }, z$1.core.$strip>>;
@@ -22400,6 +22415,7 @@ declare const zGetMeThreadsResponse: z$1.ZodObject<{
22400
22415
  tokenId: z$1.ZodString;
22401
22416
  amount: z$1.ZodString;
22402
22417
  itemName: z$1.ZodNullable<z$1.ZodString>;
22418
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22403
22419
  }, z$1.core.$strip>]>>>;
22404
22420
  sentAt: z$1.ZodISODateTime;
22405
22421
  }, z$1.core.$strip>>;
@@ -22468,6 +22484,7 @@ declare const zPostMeThreadsResponse: z$1.ZodObject<{
22468
22484
  tokenId: z$1.ZodString;
22469
22485
  amount: z$1.ZodString;
22470
22486
  itemName: z$1.ZodNullable<z$1.ZodString>;
22487
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22471
22488
  }, z$1.core.$strip>]>>>;
22472
22489
  sentAt: z$1.ZodISODateTime;
22473
22490
  }, z$1.core.$strip>>;
@@ -22528,6 +22545,7 @@ declare const zPostMeThreadsResponse: z$1.ZodObject<{
22528
22545
  tokenId: z$1.ZodString;
22529
22546
  amount: z$1.ZodString;
22530
22547
  itemName: z$1.ZodNullable<z$1.ZodString>;
22548
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22531
22549
  }, z$1.core.$strip>]>>>;
22532
22550
  sentAt: z$1.ZodISODateTime;
22533
22551
  }, z$1.core.$strip>>;
@@ -22614,6 +22632,7 @@ declare const zPatchMeThreadsByIdResponse: z$1.ZodObject<{
22614
22632
  tokenId: z$1.ZodString;
22615
22633
  amount: z$1.ZodString;
22616
22634
  itemName: z$1.ZodNullable<z$1.ZodString>;
22635
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22617
22636
  }, z$1.core.$strip>]>>>;
22618
22637
  sentAt: z$1.ZodISODateTime;
22619
22638
  }, z$1.core.$strip>>;
@@ -22652,6 +22671,7 @@ declare const zGetMeThreadsByIdMessagesResponse: z$1.ZodObject<{
22652
22671
  tokenId: z$1.ZodString;
22653
22672
  amount: z$1.ZodString;
22654
22673
  itemName: z$1.ZodNullable<z$1.ZodString>;
22674
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22655
22675
  }, z$1.core.$strip>]>>>;
22656
22676
  body: z$1.ZodString;
22657
22677
  envelope: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
@@ -22765,6 +22785,7 @@ declare const zPostMeThreadsByIdMessagesResponse: z$1.ZodObject<{
22765
22785
  tokenId: z$1.ZodString;
22766
22786
  amount: z$1.ZodString;
22767
22787
  itemName: z$1.ZodNullable<z$1.ZodString>;
22788
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22768
22789
  }, z$1.core.$strip>]>>>;
22769
22790
  body: z$1.ZodString;
22770
22791
  envelope: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
@@ -22885,6 +22906,7 @@ declare const zPatchMeThreadsByIdMessagesByMsgIdResponse: z$1.ZodObject<{
22885
22906
  tokenId: z$1.ZodString;
22886
22907
  amount: z$1.ZodString;
22887
22908
  itemName: z$1.ZodNullable<z$1.ZodString>;
22909
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
22888
22910
  }, z$1.core.$strip>]>>>;
22889
22911
  body: z$1.ZodString;
22890
22912
  envelope: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
@@ -23144,6 +23166,7 @@ declare const zPostMeThreadsByIdInviteResponse: z$1.ZodObject<{
23144
23166
  tokenId: z$1.ZodString;
23145
23167
  amount: z$1.ZodString;
23146
23168
  itemName: z$1.ZodNullable<z$1.ZodString>;
23169
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
23147
23170
  }, z$1.core.$strip>]>>>;
23148
23171
  sentAt: z$1.ZodISODateTime;
23149
23172
  }, z$1.core.$strip>>;
@@ -23242,6 +23265,7 @@ declare const zDeleteMeThreadsByIdLogoResponse: z$1.ZodObject<{
23242
23265
  tokenId: z$1.ZodString;
23243
23266
  amount: z$1.ZodString;
23244
23267
  itemName: z$1.ZodNullable<z$1.ZodString>;
23268
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
23245
23269
  }, z$1.core.$strip>]>>>;
23246
23270
  sentAt: z$1.ZodISODateTime;
23247
23271
  }, z$1.core.$strip>>;
@@ -23316,6 +23340,7 @@ declare const zPostMeThreadsByIdLogoResponse: z$1.ZodObject<{
23316
23340
  tokenId: z$1.ZodString;
23317
23341
  amount: z$1.ZodString;
23318
23342
  itemName: z$1.ZodNullable<z$1.ZodString>;
23343
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
23319
23344
  }, z$1.core.$strip>]>>>;
23320
23345
  sentAt: z$1.ZodISODateTime;
23321
23346
  }, z$1.core.$strip>>;
@@ -23388,6 +23413,7 @@ declare const zDeleteMeThreadsByIdParticipantsByUserIdResponse: z$1.ZodObject<{
23388
23413
  tokenId: z$1.ZodString;
23389
23414
  amount: z$1.ZodString;
23390
23415
  itemName: z$1.ZodNullable<z$1.ZodString>;
23416
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
23391
23417
  }, z$1.core.$strip>]>>>;
23392
23418
  sentAt: z$1.ZodISODateTime;
23393
23419
  }, z$1.core.$strip>>;
@@ -23573,6 +23599,7 @@ declare const zPatchMeThreadsByIdParticipantsByUserIdRoleResponse: z$1.ZodObject
23573
23599
  tokenId: z$1.ZodString;
23574
23600
  amount: z$1.ZodString;
23575
23601
  itemName: z$1.ZodNullable<z$1.ZodString>;
23602
+ imageAssetId: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
23576
23603
  }, z$1.core.$strip>]>>>;
23577
23604
  sentAt: z$1.ZodISODateTime;
23578
23605
  }, z$1.core.$strip>>;