misskey-js 2025.6.4-alpha.1 → 2025.6.4-alpha.2

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.
@@ -2770,6 +2770,8 @@ export interface operations {
2770
2770
  limit?: number;
2771
2771
  sinceId?: string;
2772
2772
  untilId?: string;
2773
+ sinceDate?: number;
2774
+ untilDate?: number;
2773
2775
  state?: string | null;
2774
2776
  reporterOrigin?: 'combined' | 'local' | 'remote';
2775
2777
  targetUserOrigin?: 'combined' | 'local' | 'remote';
@@ -3147,6 +3149,8 @@ export interface operations {
3147
3149
  limit?: number;
3148
3150
  sinceId?: string;
3149
3151
  untilId?: string;
3152
+ sinceDate?: number;
3153
+ untilDate?: number;
3150
3154
  publishing?: boolean | null;
3151
3155
  };
3152
3156
  };
@@ -3404,6 +3408,8 @@ export interface operations {
3404
3408
  limit?: number;
3405
3409
  sinceId?: string;
3406
3410
  untilId?: string;
3411
+ sinceDate?: number;
3412
+ untilDate?: number;
3407
3413
  userId?: string | null;
3408
3414
  status?: 'all' | 'active' | 'archived';
3409
3415
  };
@@ -3666,6 +3672,8 @@ export interface operations {
3666
3672
  limit?: number;
3667
3673
  sinceId?: string;
3668
3674
  untilId?: string;
3675
+ sinceDate?: number;
3676
+ untilDate?: number;
3669
3677
  userId?: string | null;
3670
3678
  };
3671
3679
  };
@@ -4137,6 +4145,8 @@ export interface operations {
4137
4145
  limit?: number;
4138
4146
  sinceId?: string;
4139
4147
  untilId?: string;
4148
+ sinceDate?: number;
4149
+ untilDate?: number;
4140
4150
  userId?: string | null;
4141
4151
  type?: string | null;
4142
4152
  origin?: 'combined' | 'local' | 'remote';
@@ -4645,6 +4655,8 @@ export interface operations {
4645
4655
  limit?: number;
4646
4656
  sinceId?: string;
4647
4657
  untilId?: string;
4658
+ sinceDate?: number;
4659
+ untilDate?: number;
4648
4660
  };
4649
4661
  };
4650
4662
  };
@@ -4715,6 +4727,8 @@ export interface operations {
4715
4727
  limit?: number;
4716
4728
  sinceId?: string;
4717
4729
  untilId?: string;
4730
+ sinceDate?: number;
4731
+ untilDate?: number;
4718
4732
  };
4719
4733
  };
4720
4734
  };
@@ -7331,6 +7345,8 @@ export interface operations {
7331
7345
  roleId: string;
7332
7346
  sinceId?: string;
7333
7347
  untilId?: string;
7348
+ sinceDate?: number;
7349
+ untilDate?: number;
7334
7350
  limit?: number;
7335
7351
  };
7336
7352
  };
@@ -7527,8 +7543,11 @@ export interface operations {
7527
7543
  limit?: number;
7528
7544
  sinceId?: string;
7529
7545
  untilId?: string;
7546
+ sinceDate?: number;
7547
+ untilDate?: number;
7530
7548
  type?: string | null;
7531
7549
  userId?: string | null;
7550
+ search?: string | null;
7532
7551
  };
7533
7552
  };
7534
7553
  };
@@ -8788,6 +8807,8 @@ export interface operations {
8788
8807
  limit?: number;
8789
8808
  sinceId?: string;
8790
8809
  untilId?: string;
8810
+ sinceDate?: number;
8811
+ untilDate?: number;
8791
8812
  isActive?: boolean;
8792
8813
  };
8793
8814
  };
@@ -9920,6 +9941,8 @@ export interface operations {
9920
9941
  limit?: number;
9921
9942
  sinceId?: string;
9922
9943
  untilId?: string;
9944
+ sinceDate?: number;
9945
+ untilDate?: number;
9923
9946
  };
9924
9947
  };
9925
9948
  };
@@ -10347,6 +10370,8 @@ export interface operations {
10347
10370
  'application/json': {
10348
10371
  sinceId?: string;
10349
10372
  untilId?: string;
10373
+ sinceDate?: number;
10374
+ untilDate?: number;
10350
10375
  limit?: number;
10351
10376
  };
10352
10377
  };
@@ -10460,6 +10485,8 @@ export interface operations {
10460
10485
  'application/json': {
10461
10486
  sinceId?: string;
10462
10487
  untilId?: string;
10488
+ sinceDate?: number;
10489
+ untilDate?: number;
10463
10490
  limit?: number;
10464
10491
  };
10465
10492
  };
@@ -10523,6 +10550,8 @@ export interface operations {
10523
10550
  type?: 'nameAndDescription' | 'nameOnly';
10524
10551
  sinceId?: string;
10525
10552
  untilId?: string;
10553
+ sinceDate?: number;
10554
+ untilDate?: number;
10526
10555
  limit?: number;
10527
10556
  };
10528
10557
  };
@@ -12104,6 +12133,8 @@ export interface operations {
12104
12133
  limit?: number;
12105
12134
  sinceId?: string;
12106
12135
  untilId?: string;
12136
+ sinceDate?: number;
12137
+ untilDate?: number;
12107
12138
  roomId: string;
12108
12139
  };
12109
12140
  };
@@ -12344,6 +12375,8 @@ export interface operations {
12344
12375
  limit?: number;
12345
12376
  sinceId?: string;
12346
12377
  untilId?: string;
12378
+ sinceDate?: number;
12379
+ untilDate?: number;
12347
12380
  userId: string;
12348
12381
  };
12349
12382
  };
@@ -12703,6 +12736,8 @@ export interface operations {
12703
12736
  limit?: number;
12704
12737
  sinceId?: string;
12705
12738
  untilId?: string;
12739
+ sinceDate?: number;
12740
+ untilDate?: number;
12706
12741
  };
12707
12742
  };
12708
12743
  };
@@ -12765,6 +12800,8 @@ export interface operations {
12765
12800
  limit?: number;
12766
12801
  sinceId?: string;
12767
12802
  untilId?: string;
12803
+ sinceDate?: number;
12804
+ untilDate?: number;
12768
12805
  };
12769
12806
  };
12770
12807
  };
@@ -12882,6 +12919,8 @@ export interface operations {
12882
12919
  limit?: number;
12883
12920
  sinceId?: string;
12884
12921
  untilId?: string;
12922
+ sinceDate?: number;
12923
+ untilDate?: number;
12885
12924
  };
12886
12925
  };
12887
12926
  };
@@ -13000,6 +13039,8 @@ export interface operations {
13000
13039
  limit?: number;
13001
13040
  sinceId?: string;
13002
13041
  untilId?: string;
13042
+ sinceDate?: number;
13043
+ untilDate?: number;
13003
13044
  };
13004
13045
  };
13005
13046
  };
@@ -13118,6 +13159,8 @@ export interface operations {
13118
13159
  limit?: number;
13119
13160
  sinceId?: string;
13120
13161
  untilId?: string;
13162
+ sinceDate?: number;
13163
+ untilDate?: number;
13121
13164
  };
13122
13165
  };
13123
13166
  };
@@ -13642,6 +13685,8 @@ export interface operations {
13642
13685
  limit?: number;
13643
13686
  sinceId?: string;
13644
13687
  untilId?: string;
13688
+ sinceDate?: number;
13689
+ untilDate?: number;
13645
13690
  };
13646
13691
  };
13647
13692
  };
@@ -13992,6 +14037,8 @@ export interface operations {
13992
14037
  limit?: number;
13993
14038
  sinceId?: string;
13994
14039
  untilId?: string;
14040
+ sinceDate?: number;
14041
+ untilDate?: number;
13995
14042
  folderId?: string | null;
13996
14043
  type?: string | null;
13997
14044
  sort?: '+createdAt' | '-createdAt' | '+name' | '-name' | '+size' | '-size' | null;
@@ -14055,6 +14102,8 @@ export interface operations {
14055
14102
  'application/json': {
14056
14103
  sinceId?: string;
14057
14104
  untilId?: string;
14105
+ sinceDate?: number;
14106
+ untilDate?: number;
14058
14107
  limit?: number;
14059
14108
  fileId: string;
14060
14109
  };
@@ -14674,6 +14723,8 @@ export interface operations {
14674
14723
  limit?: number;
14675
14724
  sinceId?: string;
14676
14725
  untilId?: string;
14726
+ sinceDate?: number;
14727
+ untilDate?: number;
14677
14728
  folderId?: string | null;
14678
14729
  };
14679
14730
  };
@@ -15040,6 +15091,8 @@ export interface operations {
15040
15091
  limit?: number;
15041
15092
  sinceId?: string;
15042
15093
  untilId?: string;
15094
+ sinceDate?: number;
15095
+ untilDate?: number;
15043
15096
  type?: string;
15044
15097
  };
15045
15098
  };
@@ -15455,6 +15508,8 @@ export interface operations {
15455
15508
  host: string;
15456
15509
  sinceId?: string;
15457
15510
  untilId?: string;
15511
+ sinceDate?: number;
15512
+ untilDate?: number;
15458
15513
  limit?: number;
15459
15514
  };
15460
15515
  };
@@ -15517,6 +15572,8 @@ export interface operations {
15517
15572
  host: string;
15518
15573
  sinceId?: string;
15519
15574
  untilId?: string;
15575
+ sinceDate?: number;
15576
+ untilDate?: number;
15520
15577
  limit?: number;
15521
15578
  };
15522
15579
  };
@@ -15832,6 +15889,8 @@ export interface operations {
15832
15889
  host: string;
15833
15890
  sinceId?: string;
15834
15891
  untilId?: string;
15892
+ sinceDate?: number;
15893
+ untilDate?: number;
15835
15894
  limit?: number;
15836
15895
  };
15837
15896
  };
@@ -16315,6 +16374,8 @@ export interface operations {
16315
16374
  limit?: number;
16316
16375
  sinceId?: string;
16317
16376
  untilId?: string;
16377
+ sinceDate?: number;
16378
+ untilDate?: number;
16318
16379
  };
16319
16380
  };
16320
16381
  };
@@ -16376,6 +16437,8 @@ export interface operations {
16376
16437
  limit?: number;
16377
16438
  sinceId?: string;
16378
16439
  untilId?: string;
16440
+ sinceDate?: number;
16441
+ untilDate?: number;
16379
16442
  };
16380
16443
  };
16381
16444
  };
@@ -16940,6 +17003,8 @@ export interface operations {
16940
17003
  'application/json': {
16941
17004
  sinceId?: string;
16942
17005
  untilId?: string;
17006
+ sinceDate?: number;
17007
+ untilDate?: number;
16943
17008
  limit?: number;
16944
17009
  };
16945
17010
  };
@@ -17061,6 +17126,8 @@ export interface operations {
17061
17126
  'application/json': {
17062
17127
  sinceId?: string;
17063
17128
  untilId?: string;
17129
+ sinceDate?: number;
17130
+ untilDate?: number;
17064
17131
  limit?: number;
17065
17132
  };
17066
17133
  };
@@ -17373,6 +17440,8 @@ export interface operations {
17373
17440
  limit?: number;
17374
17441
  sinceId?: string;
17375
17442
  untilId?: string;
17443
+ sinceDate?: number;
17444
+ untilDate?: number;
17376
17445
  };
17377
17446
  };
17378
17447
  };
@@ -19546,6 +19615,8 @@ export interface operations {
19546
19615
  limit?: number;
19547
19616
  sinceId?: string;
19548
19617
  untilId?: string;
19618
+ sinceDate?: number;
19619
+ untilDate?: number;
19549
19620
  };
19550
19621
  };
19551
19622
  };
@@ -19607,6 +19678,8 @@ export interface operations {
19607
19678
  limit?: number;
19608
19679
  sinceId?: string;
19609
19680
  untilId?: string;
19681
+ sinceDate?: number;
19682
+ untilDate?: number;
19610
19683
  };
19611
19684
  };
19612
19685
  };
@@ -19671,6 +19744,8 @@ export interface operations {
19671
19744
  limit?: number;
19672
19745
  sinceId?: string;
19673
19746
  untilId?: string;
19747
+ sinceDate?: number;
19748
+ untilDate?: number;
19674
19749
  };
19675
19750
  };
19676
19751
  };
@@ -20120,6 +20195,8 @@ export interface operations {
20120
20195
  limit?: number;
20121
20196
  sinceId?: string;
20122
20197
  untilId?: string;
20198
+ sinceDate?: number;
20199
+ untilDate?: number;
20123
20200
  markAsRead?: boolean;
20124
20201
  includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
20125
20202
  excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
@@ -20192,6 +20269,8 @@ export interface operations {
20192
20269
  limit?: number;
20193
20270
  sinceId?: string;
20194
20271
  untilId?: string;
20272
+ sinceDate?: number;
20273
+ untilDate?: number;
20195
20274
  markAsRead?: boolean;
20196
20275
  includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
20197
20276
  excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
@@ -20264,6 +20343,8 @@ export interface operations {
20264
20343
  limit?: number;
20265
20344
  sinceId?: string;
20266
20345
  untilId?: string;
20346
+ sinceDate?: number;
20347
+ untilDate?: number;
20267
20348
  };
20268
20349
  };
20269
20350
  };
@@ -20328,6 +20409,8 @@ export interface operations {
20328
20409
  limit?: number;
20329
20410
  sinceId?: string;
20330
20411
  untilId?: string;
20412
+ sinceDate?: number;
20413
+ untilDate?: number;
20331
20414
  };
20332
20415
  };
20333
20416
  };
@@ -21097,6 +21180,8 @@ export interface operations {
21097
21180
  limit?: number;
21098
21181
  sinceId?: string;
21099
21182
  untilId?: string;
21183
+ sinceDate?: number;
21184
+ untilDate?: number;
21100
21185
  };
21101
21186
  };
21102
21187
  };
@@ -22040,6 +22125,8 @@ export interface operations {
22040
22125
  limit?: number;
22041
22126
  sinceId?: string;
22042
22127
  untilId?: string;
22128
+ sinceDate?: number;
22129
+ untilDate?: number;
22043
22130
  };
22044
22131
  };
22045
22132
  };
@@ -22346,6 +22433,8 @@ export interface operations {
22346
22433
  limit?: number;
22347
22434
  sinceId?: string;
22348
22435
  untilId?: string;
22436
+ sinceDate?: number;
22437
+ untilDate?: number;
22349
22438
  };
22350
22439
  };
22351
22440
  };
@@ -22472,6 +22561,8 @@ export interface operations {
22472
22561
  limit?: number;
22473
22562
  sinceId?: string;
22474
22563
  untilId?: string;
22564
+ sinceDate?: number;
22565
+ untilDate?: number;
22475
22566
  };
22476
22567
  };
22477
22568
  };
@@ -22534,6 +22625,8 @@ export interface operations {
22534
22625
  limit?: number;
22535
22626
  sinceId?: string;
22536
22627
  untilId?: string;
22628
+ sinceDate?: number;
22629
+ untilDate?: number;
22537
22630
  };
22538
22631
  };
22539
22632
  };
@@ -23060,6 +23153,8 @@ export interface operations {
23060
23153
  limit?: number;
23061
23154
  sinceId?: string;
23062
23155
  untilId?: string;
23156
+ sinceDate?: number;
23157
+ untilDate?: number;
23063
23158
  };
23064
23159
  };
23065
23160
  };
@@ -23591,6 +23686,8 @@ export interface operations {
23591
23686
  limit?: number;
23592
23687
  sinceId?: string;
23593
23688
  untilId?: string;
23689
+ sinceDate?: number;
23690
+ untilDate?: number;
23594
23691
  visibility?: string;
23595
23692
  };
23596
23693
  };
@@ -23773,6 +23870,8 @@ export interface operations {
23773
23870
  limit?: number;
23774
23871
  sinceId?: string;
23775
23872
  untilId?: string;
23873
+ sinceDate?: number;
23874
+ untilDate?: number;
23776
23875
  };
23777
23876
  };
23778
23877
  };
@@ -23956,6 +24055,8 @@ export interface operations {
23956
24055
  limit?: number;
23957
24056
  sinceId?: string;
23958
24057
  untilId?: string;
24058
+ sinceDate?: number;
24059
+ untilDate?: number;
23959
24060
  };
23960
24061
  };
23961
24062
  };
@@ -24017,6 +24118,8 @@ export interface operations {
24017
24118
  noteId: string;
24018
24119
  sinceId?: string;
24019
24120
  untilId?: string;
24121
+ sinceDate?: number;
24122
+ untilDate?: number;
24020
24123
  limit?: number;
24021
24124
  };
24022
24125
  };
@@ -24079,6 +24182,8 @@ export interface operations {
24079
24182
  query: string;
24080
24183
  sinceId?: string;
24081
24184
  untilId?: string;
24185
+ sinceDate?: number;
24186
+ untilDate?: number;
24082
24187
  limit?: number;
24083
24188
  offset?: number;
24084
24189
  host?: string;
@@ -24152,6 +24257,8 @@ export interface operations {
24152
24257
  poll?: boolean | null;
24153
24258
  sinceId?: string;
24154
24259
  untilId?: string;
24260
+ sinceDate?: number;
24261
+ untilDate?: number;
24155
24262
  limit?: number;
24156
24263
  };
24157
24264
  };
@@ -25794,6 +25901,8 @@ export interface operations {
25794
25901
  limit?: number;
25795
25902
  sinceId?: string;
25796
25903
  untilId?: string;
25904
+ sinceDate?: number;
25905
+ untilDate?: number;
25797
25906
  };
25798
25907
  };
25799
25908
  };
@@ -26140,6 +26249,8 @@ export interface operations {
26140
26249
  limit?: number;
26141
26250
  sinceId?: string;
26142
26251
  untilId?: string;
26252
+ sinceDate?: number;
26253
+ untilDate?: number;
26143
26254
  my?: boolean;
26144
26255
  };
26145
26256
  };
@@ -26673,6 +26784,8 @@ export interface operations {
26673
26784
  roleId: string;
26674
26785
  sinceId?: string;
26675
26786
  untilId?: string;
26787
+ sinceDate?: number;
26788
+ untilDate?: number;
26676
26789
  limit?: number;
26677
26790
  };
26678
26791
  };
@@ -27373,6 +27486,8 @@ export interface operations {
27373
27486
  limit?: number;
27374
27487
  sinceId?: string;
27375
27488
  untilId?: string;
27489
+ sinceDate?: number;
27490
+ untilDate?: number;
27376
27491
  };
27377
27492
  };
27378
27493
  };
@@ -27496,6 +27611,8 @@ export interface operations {
27496
27611
  limit?: number;
27497
27612
  sinceId?: string;
27498
27613
  untilId?: string;
27614
+ sinceDate?: number;
27615
+ untilDate?: number;
27499
27616
  };
27500
27617
  };
27501
27618
  };
@@ -27561,6 +27678,8 @@ export interface operations {
27561
27678
  }) & {
27562
27679
  sinceId?: string;
27563
27680
  untilId?: string;
27681
+ sinceDate?: number;
27682
+ untilDate?: number;
27564
27683
  limit?: number;
27565
27684
  };
27566
27685
  };
@@ -27627,6 +27746,8 @@ export interface operations {
27627
27746
  }) & {
27628
27747
  sinceId?: string;
27629
27748
  untilId?: string;
27749
+ sinceDate?: number;
27750
+ untilDate?: number;
27630
27751
  limit?: number;
27631
27752
  birthday?: string | null;
27632
27753
  };
@@ -27691,6 +27812,8 @@ export interface operations {
27691
27812
  limit?: number;
27692
27813
  sinceId?: string;
27693
27814
  untilId?: string;
27815
+ sinceDate?: number;
27816
+ untilDate?: number;
27694
27817
  };
27695
27818
  };
27696
27819
  };
@@ -28048,6 +28171,8 @@ export interface operations {
28048
28171
  limit?: number;
28049
28172
  sinceId?: string;
28050
28173
  untilId?: string;
28174
+ sinceDate?: number;
28175
+ untilDate?: number;
28051
28176
  };
28052
28177
  };
28053
28178
  };
@@ -28601,6 +28726,8 @@ export interface operations {
28601
28726
  limit?: number;
28602
28727
  sinceId?: string;
28603
28728
  untilId?: string;
28729
+ sinceDate?: number;
28730
+ untilDate?: number;
28604
28731
  };
28605
28732
  };
28606
28733
  };
@@ -29187,6 +29314,8 @@ export interface operations {
29187
29314
  } | null;
29188
29315
  sinceId?: string;
29189
29316
  untilId?: string;
29317
+ sinceDate?: number;
29318
+ untilDate?: number;
29190
29319
  limit?: number;
29191
29320
  page?: number;
29192
29321
  sortKeys?: ('+id' | '-id' | '+updatedAt' | '-updatedAt' | '+name' | '-name' | '+host' | '-host' | '+uri' | '-uri' | '+publicUrl' | '-publicUrl' | '+type' | '-type' | '+aliases' | '-aliases' | '+category' | '-category' | '+license' | '-license' | '+isSensitive' | '-isSensitive' | '+localOnly' | '-localOnly' | '+roleIdsThatCanBeUsedThisEmojiAsReaction' | '-roleIdsThatCanBeUsedThisEmojiAsReaction')[];