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

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,9 @@ export interface operations {
13642
13685
  limit?: number;
13643
13686
  sinceId?: string;
13644
13687
  untilId?: string;
13688
+ sinceDate?: number;
13689
+ untilDate?: number;
13690
+ search?: string | null;
13645
13691
  };
13646
13692
  };
13647
13693
  };
@@ -13992,6 +14038,8 @@ export interface operations {
13992
14038
  limit?: number;
13993
14039
  sinceId?: string;
13994
14040
  untilId?: string;
14041
+ sinceDate?: number;
14042
+ untilDate?: number;
13995
14043
  folderId?: string | null;
13996
14044
  type?: string | null;
13997
14045
  sort?: '+createdAt' | '-createdAt' | '+name' | '-name' | '+size' | '-size' | null;
@@ -14055,6 +14103,8 @@ export interface operations {
14055
14103
  'application/json': {
14056
14104
  sinceId?: string;
14057
14105
  untilId?: string;
14106
+ sinceDate?: number;
14107
+ untilDate?: number;
14058
14108
  limit?: number;
14059
14109
  fileId: string;
14060
14110
  };
@@ -14674,6 +14724,8 @@ export interface operations {
14674
14724
  limit?: number;
14675
14725
  sinceId?: string;
14676
14726
  untilId?: string;
14727
+ sinceDate?: number;
14728
+ untilDate?: number;
14677
14729
  folderId?: string | null;
14678
14730
  };
14679
14731
  };
@@ -15040,6 +15092,8 @@ export interface operations {
15040
15092
  limit?: number;
15041
15093
  sinceId?: string;
15042
15094
  untilId?: string;
15095
+ sinceDate?: number;
15096
+ untilDate?: number;
15043
15097
  type?: string;
15044
15098
  };
15045
15099
  };
@@ -15455,6 +15509,8 @@ export interface operations {
15455
15509
  host: string;
15456
15510
  sinceId?: string;
15457
15511
  untilId?: string;
15512
+ sinceDate?: number;
15513
+ untilDate?: number;
15458
15514
  limit?: number;
15459
15515
  };
15460
15516
  };
@@ -15517,6 +15573,8 @@ export interface operations {
15517
15573
  host: string;
15518
15574
  sinceId?: string;
15519
15575
  untilId?: string;
15576
+ sinceDate?: number;
15577
+ untilDate?: number;
15520
15578
  limit?: number;
15521
15579
  };
15522
15580
  };
@@ -15832,6 +15890,8 @@ export interface operations {
15832
15890
  host: string;
15833
15891
  sinceId?: string;
15834
15892
  untilId?: string;
15893
+ sinceDate?: number;
15894
+ untilDate?: number;
15835
15895
  limit?: number;
15836
15896
  };
15837
15897
  };
@@ -16315,6 +16375,8 @@ export interface operations {
16315
16375
  limit?: number;
16316
16376
  sinceId?: string;
16317
16377
  untilId?: string;
16378
+ sinceDate?: number;
16379
+ untilDate?: number;
16318
16380
  };
16319
16381
  };
16320
16382
  };
@@ -16376,6 +16438,8 @@ export interface operations {
16376
16438
  limit?: number;
16377
16439
  sinceId?: string;
16378
16440
  untilId?: string;
16441
+ sinceDate?: number;
16442
+ untilDate?: number;
16379
16443
  };
16380
16444
  };
16381
16445
  };
@@ -16940,6 +17004,8 @@ export interface operations {
16940
17004
  'application/json': {
16941
17005
  sinceId?: string;
16942
17006
  untilId?: string;
17007
+ sinceDate?: number;
17008
+ untilDate?: number;
16943
17009
  limit?: number;
16944
17010
  };
16945
17011
  };
@@ -17061,6 +17127,8 @@ export interface operations {
17061
17127
  'application/json': {
17062
17128
  sinceId?: string;
17063
17129
  untilId?: string;
17130
+ sinceDate?: number;
17131
+ untilDate?: number;
17064
17132
  limit?: number;
17065
17133
  };
17066
17134
  };
@@ -17373,6 +17441,8 @@ export interface operations {
17373
17441
  limit?: number;
17374
17442
  sinceId?: string;
17375
17443
  untilId?: string;
17444
+ sinceDate?: number;
17445
+ untilDate?: number;
17376
17446
  };
17377
17447
  };
17378
17448
  };
@@ -19546,6 +19616,8 @@ export interface operations {
19546
19616
  limit?: number;
19547
19617
  sinceId?: string;
19548
19618
  untilId?: string;
19619
+ sinceDate?: number;
19620
+ untilDate?: number;
19549
19621
  };
19550
19622
  };
19551
19623
  };
@@ -19607,6 +19679,8 @@ export interface operations {
19607
19679
  limit?: number;
19608
19680
  sinceId?: string;
19609
19681
  untilId?: string;
19682
+ sinceDate?: number;
19683
+ untilDate?: number;
19610
19684
  };
19611
19685
  };
19612
19686
  };
@@ -19671,6 +19745,8 @@ export interface operations {
19671
19745
  limit?: number;
19672
19746
  sinceId?: string;
19673
19747
  untilId?: string;
19748
+ sinceDate?: number;
19749
+ untilDate?: number;
19674
19750
  };
19675
19751
  };
19676
19752
  };
@@ -20120,6 +20196,8 @@ export interface operations {
20120
20196
  limit?: number;
20121
20197
  sinceId?: string;
20122
20198
  untilId?: string;
20199
+ sinceDate?: number;
20200
+ untilDate?: number;
20123
20201
  markAsRead?: boolean;
20124
20202
  includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
20125
20203
  excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
@@ -20192,6 +20270,8 @@ export interface operations {
20192
20270
  limit?: number;
20193
20271
  sinceId?: string;
20194
20272
  untilId?: string;
20273
+ sinceDate?: number;
20274
+ untilDate?: number;
20195
20275
  markAsRead?: boolean;
20196
20276
  includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
20197
20277
  excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'chatRoomInvitationReceived' | 'achievementEarned' | 'exportCompleted' | 'login' | 'createToken' | 'app' | 'test' | 'pollVote' | 'groupInvited')[];
@@ -20264,6 +20344,8 @@ export interface operations {
20264
20344
  limit?: number;
20265
20345
  sinceId?: string;
20266
20346
  untilId?: string;
20347
+ sinceDate?: number;
20348
+ untilDate?: number;
20267
20349
  };
20268
20350
  };
20269
20351
  };
@@ -20328,6 +20410,8 @@ export interface operations {
20328
20410
  limit?: number;
20329
20411
  sinceId?: string;
20330
20412
  untilId?: string;
20413
+ sinceDate?: number;
20414
+ untilDate?: number;
20331
20415
  };
20332
20416
  };
20333
20417
  };
@@ -21097,6 +21181,8 @@ export interface operations {
21097
21181
  limit?: number;
21098
21182
  sinceId?: string;
21099
21183
  untilId?: string;
21184
+ sinceDate?: number;
21185
+ untilDate?: number;
21100
21186
  };
21101
21187
  };
21102
21188
  };
@@ -22040,6 +22126,8 @@ export interface operations {
22040
22126
  limit?: number;
22041
22127
  sinceId?: string;
22042
22128
  untilId?: string;
22129
+ sinceDate?: number;
22130
+ untilDate?: number;
22043
22131
  };
22044
22132
  };
22045
22133
  };
@@ -22346,6 +22434,8 @@ export interface operations {
22346
22434
  limit?: number;
22347
22435
  sinceId?: string;
22348
22436
  untilId?: string;
22437
+ sinceDate?: number;
22438
+ untilDate?: number;
22349
22439
  };
22350
22440
  };
22351
22441
  };
@@ -22472,6 +22562,8 @@ export interface operations {
22472
22562
  limit?: number;
22473
22563
  sinceId?: string;
22474
22564
  untilId?: string;
22565
+ sinceDate?: number;
22566
+ untilDate?: number;
22475
22567
  };
22476
22568
  };
22477
22569
  };
@@ -22534,6 +22626,8 @@ export interface operations {
22534
22626
  limit?: number;
22535
22627
  sinceId?: string;
22536
22628
  untilId?: string;
22629
+ sinceDate?: number;
22630
+ untilDate?: number;
22537
22631
  };
22538
22632
  };
22539
22633
  };
@@ -23060,6 +23154,8 @@ export interface operations {
23060
23154
  limit?: number;
23061
23155
  sinceId?: string;
23062
23156
  untilId?: string;
23157
+ sinceDate?: number;
23158
+ untilDate?: number;
23063
23159
  };
23064
23160
  };
23065
23161
  };
@@ -23591,6 +23687,8 @@ export interface operations {
23591
23687
  limit?: number;
23592
23688
  sinceId?: string;
23593
23689
  untilId?: string;
23690
+ sinceDate?: number;
23691
+ untilDate?: number;
23594
23692
  visibility?: string;
23595
23693
  };
23596
23694
  };
@@ -23773,6 +23871,8 @@ export interface operations {
23773
23871
  limit?: number;
23774
23872
  sinceId?: string;
23775
23873
  untilId?: string;
23874
+ sinceDate?: number;
23875
+ untilDate?: number;
23776
23876
  };
23777
23877
  };
23778
23878
  };
@@ -23956,6 +24056,8 @@ export interface operations {
23956
24056
  limit?: number;
23957
24057
  sinceId?: string;
23958
24058
  untilId?: string;
24059
+ sinceDate?: number;
24060
+ untilDate?: number;
23959
24061
  };
23960
24062
  };
23961
24063
  };
@@ -24017,6 +24119,8 @@ export interface operations {
24017
24119
  noteId: string;
24018
24120
  sinceId?: string;
24019
24121
  untilId?: string;
24122
+ sinceDate?: number;
24123
+ untilDate?: number;
24020
24124
  limit?: number;
24021
24125
  };
24022
24126
  };
@@ -24079,6 +24183,8 @@ export interface operations {
24079
24183
  query: string;
24080
24184
  sinceId?: string;
24081
24185
  untilId?: string;
24186
+ sinceDate?: number;
24187
+ untilDate?: number;
24082
24188
  limit?: number;
24083
24189
  offset?: number;
24084
24190
  host?: string;
@@ -24152,6 +24258,8 @@ export interface operations {
24152
24258
  poll?: boolean | null;
24153
24259
  sinceId?: string;
24154
24260
  untilId?: string;
24261
+ sinceDate?: number;
24262
+ untilDate?: number;
24155
24263
  limit?: number;
24156
24264
  };
24157
24265
  };
@@ -25794,6 +25902,8 @@ export interface operations {
25794
25902
  limit?: number;
25795
25903
  sinceId?: string;
25796
25904
  untilId?: string;
25905
+ sinceDate?: number;
25906
+ untilDate?: number;
25797
25907
  };
25798
25908
  };
25799
25909
  };
@@ -26140,6 +26250,8 @@ export interface operations {
26140
26250
  limit?: number;
26141
26251
  sinceId?: string;
26142
26252
  untilId?: string;
26253
+ sinceDate?: number;
26254
+ untilDate?: number;
26143
26255
  my?: boolean;
26144
26256
  };
26145
26257
  };
@@ -26673,6 +26785,8 @@ export interface operations {
26673
26785
  roleId: string;
26674
26786
  sinceId?: string;
26675
26787
  untilId?: string;
26788
+ sinceDate?: number;
26789
+ untilDate?: number;
26676
26790
  limit?: number;
26677
26791
  };
26678
26792
  };
@@ -27373,6 +27487,8 @@ export interface operations {
27373
27487
  limit?: number;
27374
27488
  sinceId?: string;
27375
27489
  untilId?: string;
27490
+ sinceDate?: number;
27491
+ untilDate?: number;
27376
27492
  };
27377
27493
  };
27378
27494
  };
@@ -27496,6 +27612,8 @@ export interface operations {
27496
27612
  limit?: number;
27497
27613
  sinceId?: string;
27498
27614
  untilId?: string;
27615
+ sinceDate?: number;
27616
+ untilDate?: number;
27499
27617
  };
27500
27618
  };
27501
27619
  };
@@ -27561,6 +27679,8 @@ export interface operations {
27561
27679
  }) & {
27562
27680
  sinceId?: string;
27563
27681
  untilId?: string;
27682
+ sinceDate?: number;
27683
+ untilDate?: number;
27564
27684
  limit?: number;
27565
27685
  };
27566
27686
  };
@@ -27627,6 +27747,8 @@ export interface operations {
27627
27747
  }) & {
27628
27748
  sinceId?: string;
27629
27749
  untilId?: string;
27750
+ sinceDate?: number;
27751
+ untilDate?: number;
27630
27752
  limit?: number;
27631
27753
  birthday?: string | null;
27632
27754
  };
@@ -27691,6 +27813,8 @@ export interface operations {
27691
27813
  limit?: number;
27692
27814
  sinceId?: string;
27693
27815
  untilId?: string;
27816
+ sinceDate?: number;
27817
+ untilDate?: number;
27694
27818
  };
27695
27819
  };
27696
27820
  };
@@ -28048,6 +28172,8 @@ export interface operations {
28048
28172
  limit?: number;
28049
28173
  sinceId?: string;
28050
28174
  untilId?: string;
28175
+ sinceDate?: number;
28176
+ untilDate?: number;
28051
28177
  };
28052
28178
  };
28053
28179
  };
@@ -28601,6 +28727,8 @@ export interface operations {
28601
28727
  limit?: number;
28602
28728
  sinceId?: string;
28603
28729
  untilId?: string;
28730
+ sinceDate?: number;
28731
+ untilDate?: number;
28604
28732
  };
28605
28733
  };
28606
28734
  };
@@ -29187,6 +29315,8 @@ export interface operations {
29187
29315
  } | null;
29188
29316
  sinceId?: string;
29189
29317
  untilId?: string;
29318
+ sinceDate?: number;
29319
+ untilDate?: number;
29190
29320
  limit?: number;
29191
29321
  page?: number;
29192
29322
  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')[];