@halo-dev/api-client 0.0.56 → 0.0.58

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.ts CHANGED
@@ -379,12 +379,6 @@ interface AttachmentList {
379
379
  * @memberof AttachmentList
380
380
  */
381
381
  last: boolean;
382
- /**
383
- * Indicates total pages.
384
- * @type {number}
385
- * @memberof AttachmentList
386
- */
387
- totalPages: number;
388
382
  /**
389
383
  * Indicates whether current page has previous page.
390
384
  * @type {boolean}
@@ -397,6 +391,12 @@ interface AttachmentList {
397
391
  * @memberof AttachmentList
398
392
  */
399
393
  hasPrevious: boolean;
394
+ /**
395
+ * Indicates total pages.
396
+ * @type {number}
397
+ * @memberof AttachmentList
398
+ */
399
+ totalPages: number;
400
400
  }
401
401
 
402
402
  /**
@@ -632,12 +632,6 @@ interface CategoryList {
632
632
  * @memberof CategoryList
633
633
  */
634
634
  last: boolean;
635
- /**
636
- * Indicates total pages.
637
- * @type {number}
638
- * @memberof CategoryList
639
- */
640
- totalPages: number;
641
635
  /**
642
636
  * Indicates whether current page has previous page.
643
637
  * @type {boolean}
@@ -650,6 +644,12 @@ interface CategoryList {
650
644
  * @memberof CategoryList
651
645
  */
652
646
  hasPrevious: boolean;
647
+ /**
648
+ * Indicates total pages.
649
+ * @type {number}
650
+ * @memberof CategoryList
651
+ */
652
+ totalPages: number;
653
653
  }
654
654
 
655
655
  /**
@@ -1053,12 +1053,6 @@ interface CommentList {
1053
1053
  * @memberof CommentList
1054
1054
  */
1055
1055
  last: boolean;
1056
- /**
1057
- * Indicates total pages.
1058
- * @type {number}
1059
- * @memberof CommentList
1060
- */
1061
- totalPages: number;
1062
1056
  /**
1063
1057
  * Indicates whether current page has previous page.
1064
1058
  * @type {boolean}
@@ -1071,6 +1065,12 @@ interface CommentList {
1071
1065
  * @memberof CommentList
1072
1066
  */
1073
1067
  hasPrevious: boolean;
1068
+ /**
1069
+ * Indicates total pages.
1070
+ * @type {number}
1071
+ * @memberof CommentList
1072
+ */
1073
+ totalPages: number;
1074
1074
  }
1075
1075
 
1076
1076
  /**
@@ -1270,12 +1270,6 @@ interface CommentVoList {
1270
1270
  * @memberof CommentVoList
1271
1271
  */
1272
1272
  last: boolean;
1273
- /**
1274
- * Indicates total pages.
1275
- * @type {number}
1276
- * @memberof CommentVoList
1277
- */
1278
- totalPages: number;
1279
1273
  /**
1280
1274
  * Indicates whether current page has previous page.
1281
1275
  * @type {boolean}
@@ -1288,6 +1282,12 @@ interface CommentVoList {
1288
1282
  * @memberof CommentVoList
1289
1283
  */
1290
1284
  hasPrevious: boolean;
1285
+ /**
1286
+ * Indicates total pages.
1287
+ * @type {number}
1288
+ * @memberof CommentVoList
1289
+ */
1290
+ totalPages: number;
1291
1291
  }
1292
1292
 
1293
1293
  /**
@@ -1445,12 +1445,6 @@ interface ConfigMapList {
1445
1445
  * @memberof ConfigMapList
1446
1446
  */
1447
1447
  last: boolean;
1448
- /**
1449
- * Indicates total pages.
1450
- * @type {number}
1451
- * @memberof ConfigMapList
1452
- */
1453
- totalPages: number;
1454
1448
  /**
1455
1449
  * Indicates whether current page has previous page.
1456
1450
  * @type {boolean}
@@ -1463,6 +1457,12 @@ interface ConfigMapList {
1463
1457
  * @memberof ConfigMapList
1464
1458
  */
1465
1459
  hasPrevious: boolean;
1460
+ /**
1461
+ * Indicates total pages.
1462
+ * @type {number}
1463
+ * @memberof ConfigMapList
1464
+ */
1465
+ totalPages: number;
1466
1466
  }
1467
1467
 
1468
1468
  /**
@@ -1754,12 +1754,6 @@ interface CounterList {
1754
1754
  * @memberof CounterList
1755
1755
  */
1756
1756
  last: boolean;
1757
- /**
1758
- * Indicates total pages.
1759
- * @type {number}
1760
- * @memberof CounterList
1761
- */
1762
- totalPages: number;
1763
1757
  /**
1764
1758
  * Indicates whether current page has previous page.
1765
1759
  * @type {boolean}
@@ -1772,6 +1766,12 @@ interface CounterList {
1772
1766
  * @memberof CounterList
1773
1767
  */
1774
1768
  hasPrevious: boolean;
1769
+ /**
1770
+ * Indicates total pages.
1771
+ * @type {number}
1772
+ * @memberof CounterList
1773
+ */
1774
+ totalPages: number;
1775
1775
  }
1776
1776
 
1777
1777
  /**
@@ -2025,19 +2025,19 @@ interface Extension {
2025
2025
  * @type {string}
2026
2026
  * @memberof Extension
2027
2027
  */
2028
- kind: string;
2028
+ apiVersion: string;
2029
2029
  /**
2030
2030
  *
2031
- * @type {Metadata}
2031
+ * @type {string}
2032
2032
  * @memberof Extension
2033
2033
  */
2034
- metadata: Metadata;
2034
+ kind: string;
2035
2035
  /**
2036
2036
  *
2037
- * @type {string}
2037
+ * @type {Metadata}
2038
2038
  * @memberof Extension
2039
2039
  */
2040
- apiVersion: string;
2040
+ metadata: Metadata;
2041
2041
  }
2042
2042
 
2043
2043
  /**
@@ -2256,12 +2256,6 @@ interface GroupList {
2256
2256
  * @memberof GroupList
2257
2257
  */
2258
2258
  last: boolean;
2259
- /**
2260
- * Indicates total pages.
2261
- * @type {number}
2262
- * @memberof GroupList
2263
- */
2264
- totalPages: number;
2265
2259
  /**
2266
2260
  * Indicates whether current page has previous page.
2267
2261
  * @type {boolean}
@@ -2274,6 +2268,12 @@ interface GroupList {
2274
2268
  * @memberof GroupList
2275
2269
  */
2276
2270
  hasPrevious: boolean;
2271
+ /**
2272
+ * Indicates total pages.
2273
+ * @type {number}
2274
+ * @memberof GroupList
2275
+ */
2276
+ totalPages: number;
2277
2277
  }
2278
2278
 
2279
2279
  /**
@@ -2399,12 +2399,6 @@ interface ListedCommentList {
2399
2399
  * @memberof ListedCommentList
2400
2400
  */
2401
2401
  last: boolean;
2402
- /**
2403
- * Indicates total pages.
2404
- * @type {number}
2405
- * @memberof ListedCommentList
2406
- */
2407
- totalPages: number;
2408
2402
  /**
2409
2403
  * Indicates whether current page has previous page.
2410
2404
  * @type {boolean}
@@ -2417,6 +2411,12 @@ interface ListedCommentList {
2417
2411
  * @memberof ListedCommentList
2418
2412
  */
2419
2413
  hasPrevious: boolean;
2414
+ /**
2415
+ * Indicates total pages.
2416
+ * @type {number}
2417
+ * @memberof ListedCommentList
2418
+ */
2419
+ totalPages: number;
2420
2420
  }
2421
2421
 
2422
2422
  /**
@@ -2956,12 +2956,6 @@ interface ListedPostList {
2956
2956
  * @memberof ListedPostList
2957
2957
  */
2958
2958
  last: boolean;
2959
- /**
2960
- * Indicates total pages.
2961
- * @type {number}
2962
- * @memberof ListedPostList
2963
- */
2964
- totalPages: number;
2965
2959
  /**
2966
2960
  * Indicates whether current page has previous page.
2967
2961
  * @type {boolean}
@@ -2974,6 +2968,12 @@ interface ListedPostList {
2974
2968
  * @memberof ListedPostList
2975
2969
  */
2976
2970
  hasPrevious: boolean;
2971
+ /**
2972
+ * Indicates total pages.
2973
+ * @type {number}
2974
+ * @memberof ListedPostList
2975
+ */
2976
+ totalPages: number;
2977
2977
  }
2978
2978
 
2979
2979
  /**
@@ -3204,12 +3204,6 @@ interface ListedReplyList {
3204
3204
  * @memberof ListedReplyList
3205
3205
  */
3206
3206
  last: boolean;
3207
- /**
3208
- * Indicates total pages.
3209
- * @type {number}
3210
- * @memberof ListedReplyList
3211
- */
3212
- totalPages: number;
3213
3207
  /**
3214
3208
  * Indicates whether current page has previous page.
3215
3209
  * @type {boolean}
@@ -3222,6 +3216,12 @@ interface ListedReplyList {
3222
3216
  * @memberof ListedReplyList
3223
3217
  */
3224
3218
  hasPrevious: boolean;
3219
+ /**
3220
+ * Indicates total pages.
3221
+ * @type {number}
3222
+ * @memberof ListedReplyList
3223
+ */
3224
+ totalPages: number;
3225
3225
  }
3226
3226
 
3227
3227
  /**
@@ -3564,12 +3564,6 @@ interface ListedSinglePageList {
3564
3564
  * @memberof ListedSinglePageList
3565
3565
  */
3566
3566
  last: boolean;
3567
- /**
3568
- * Indicates total pages.
3569
- * @type {number}
3570
- * @memberof ListedSinglePageList
3571
- */
3572
- totalPages: number;
3573
3567
  /**
3574
3568
  * Indicates whether current page has previous page.
3575
3569
  * @type {boolean}
@@ -3582,6 +3576,12 @@ interface ListedSinglePageList {
3582
3576
  * @memberof ListedSinglePageList
3583
3577
  */
3584
3578
  hasPrevious: boolean;
3579
+ /**
3580
+ * Indicates total pages.
3581
+ * @type {number}
3582
+ * @memberof ListedSinglePageList
3583
+ */
3584
+ totalPages: number;
3585
3585
  }
3586
3586
 
3587
3587
  /**
@@ -3755,25 +3755,7 @@ interface MenuItemSpec {
3755
3755
  * @type {Ref}
3756
3756
  * @memberof MenuItemSpec
3757
3757
  */
3758
- categoryRef?: Ref;
3759
- /**
3760
- *
3761
- * @type {Ref}
3762
- * @memberof MenuItemSpec
3763
- */
3764
- tagRef?: Ref;
3765
- /**
3766
- *
3767
- * @type {Ref}
3768
- * @memberof MenuItemSpec
3769
- */
3770
- postRef?: Ref;
3771
- /**
3772
- *
3773
- * @type {Ref}
3774
- * @memberof MenuItemSpec
3775
- */
3776
- singlePageRef?: Ref;
3758
+ targetRef?: Ref;
3777
3759
  }
3778
3760
 
3779
3761
  /**
@@ -3911,12 +3893,6 @@ interface MenuItemList {
3911
3893
  * @memberof MenuItemList
3912
3894
  */
3913
3895
  last: boolean;
3914
- /**
3915
- * Indicates total pages.
3916
- * @type {number}
3917
- * @memberof MenuItemList
3918
- */
3919
- totalPages: number;
3920
3896
  /**
3921
3897
  * Indicates whether current page has previous page.
3922
3898
  * @type {boolean}
@@ -3929,6 +3905,12 @@ interface MenuItemList {
3929
3905
  * @memberof MenuItemList
3930
3906
  */
3931
3907
  hasPrevious: boolean;
3908
+ /**
3909
+ * Indicates total pages.
3910
+ * @type {number}
3911
+ * @memberof MenuItemList
3912
+ */
3913
+ totalPages: number;
3932
3914
  }
3933
3915
 
3934
3916
  /**
@@ -3985,12 +3967,6 @@ interface MenuList {
3985
3967
  * @memberof MenuList
3986
3968
  */
3987
3969
  last: boolean;
3988
- /**
3989
- * Indicates total pages.
3990
- * @type {number}
3991
- * @memberof MenuList
3992
- */
3993
- totalPages: number;
3994
3970
  /**
3995
3971
  * Indicates whether current page has previous page.
3996
3972
  * @type {boolean}
@@ -4003,6 +3979,12 @@ interface MenuList {
4003
3979
  * @memberof MenuList
4004
3980
  */
4005
3981
  hasPrevious: boolean;
3982
+ /**
3983
+ * Indicates total pages.
3984
+ * @type {number}
3985
+ * @memberof MenuList
3986
+ */
3987
+ totalPages: number;
4006
3988
  }
4007
3989
 
4008
3990
  /**
@@ -4158,12 +4140,6 @@ interface PersonalAccessTokenList {
4158
4140
  * @memberof PersonalAccessTokenList
4159
4141
  */
4160
4142
  last: boolean;
4161
- /**
4162
- * Indicates total pages.
4163
- * @type {number}
4164
- * @memberof PersonalAccessTokenList
4165
- */
4166
- totalPages: number;
4167
4143
  /**
4168
4144
  * Indicates whether current page has previous page.
4169
4145
  * @type {boolean}
@@ -4176,6 +4152,12 @@ interface PersonalAccessTokenList {
4176
4152
  * @memberof PersonalAccessTokenList
4177
4153
  */
4178
4154
  hasPrevious: boolean;
4155
+ /**
4156
+ * Indicates total pages.
4157
+ * @type {number}
4158
+ * @memberof PersonalAccessTokenList
4159
+ */
4160
+ totalPages: number;
4179
4161
  }
4180
4162
 
4181
4163
  /**
@@ -4459,12 +4441,6 @@ interface PluginList {
4459
4441
  * @memberof PluginList
4460
4442
  */
4461
4443
  last: boolean;
4462
- /**
4463
- * Indicates total pages.
4464
- * @type {number}
4465
- * @memberof PluginList
4466
- */
4467
- totalPages: number;
4468
4444
  /**
4469
4445
  * Indicates whether current page has previous page.
4470
4446
  * @type {boolean}
@@ -4477,6 +4453,12 @@ interface PluginList {
4477
4453
  * @memberof PluginList
4478
4454
  */
4479
4455
  hasPrevious: boolean;
4456
+ /**
4457
+ * Indicates total pages.
4458
+ * @type {number}
4459
+ * @memberof PluginList
4460
+ */
4461
+ totalPages: number;
4480
4462
  }
4481
4463
 
4482
4464
  /**
@@ -4614,12 +4596,6 @@ interface PolicyList {
4614
4596
  * @memberof PolicyList
4615
4597
  */
4616
4598
  last: boolean;
4617
- /**
4618
- * Indicates total pages.
4619
- * @type {number}
4620
- * @memberof PolicyList
4621
- */
4622
- totalPages: number;
4623
4599
  /**
4624
4600
  * Indicates whether current page has previous page.
4625
4601
  * @type {boolean}
@@ -4632,6 +4608,12 @@ interface PolicyList {
4632
4608
  * @memberof PolicyList
4633
4609
  */
4634
4610
  hasPrevious: boolean;
4611
+ /**
4612
+ * Indicates total pages.
4613
+ * @type {number}
4614
+ * @memberof PolicyList
4615
+ */
4616
+ totalPages: number;
4635
4617
  }
4636
4618
 
4637
4619
  /**
@@ -4812,12 +4794,6 @@ interface PolicyTemplateList {
4812
4794
  * @memberof PolicyTemplateList
4813
4795
  */
4814
4796
  last: boolean;
4815
- /**
4816
- * Indicates total pages.
4817
- * @type {number}
4818
- * @memberof PolicyTemplateList
4819
- */
4820
- totalPages: number;
4821
4797
  /**
4822
4798
  * Indicates whether current page has previous page.
4823
4799
  * @type {boolean}
@@ -4830,6 +4806,12 @@ interface PolicyTemplateList {
4830
4806
  * @memberof PolicyTemplateList
4831
4807
  */
4832
4808
  hasPrevious: boolean;
4809
+ /**
4810
+ * Indicates total pages.
4811
+ * @type {number}
4812
+ * @memberof PolicyTemplateList
4813
+ */
4814
+ totalPages: number;
4833
4815
  }
4834
4816
 
4835
4817
  /**
@@ -4985,12 +4967,6 @@ interface PostList {
4985
4967
  * @memberof PostList
4986
4968
  */
4987
4969
  last: boolean;
4988
- /**
4989
- * Indicates total pages.
4990
- * @type {number}
4991
- * @memberof PostList
4992
- */
4993
- totalPages: number;
4994
4970
  /**
4995
4971
  * Indicates whether current page has previous page.
4996
4972
  * @type {boolean}
@@ -5003,6 +4979,12 @@ interface PostList {
5003
4979
  * @memberof PostList
5004
4980
  */
5005
4981
  hasPrevious: boolean;
4982
+ /**
4983
+ * Indicates total pages.
4984
+ * @type {number}
4985
+ * @memberof PostList
4986
+ */
4987
+ totalPages: number;
5006
4988
  }
5007
4989
 
5008
4990
  /**
@@ -5091,12 +5073,6 @@ interface ReplyList {
5091
5073
  * @memberof ReplyList
5092
5074
  */
5093
5075
  last: boolean;
5094
- /**
5095
- * Indicates total pages.
5096
- * @type {number}
5097
- * @memberof ReplyList
5098
- */
5099
- totalPages: number;
5100
5076
  /**
5101
5077
  * Indicates whether current page has previous page.
5102
5078
  * @type {boolean}
@@ -5109,6 +5085,12 @@ interface ReplyList {
5109
5085
  * @memberof ReplyList
5110
5086
  */
5111
5087
  hasPrevious: boolean;
5088
+ /**
5089
+ * Indicates total pages.
5090
+ * @type {number}
5091
+ * @memberof ReplyList
5092
+ */
5093
+ totalPages: number;
5112
5094
  }
5113
5095
 
5114
5096
  /**
@@ -5253,12 +5235,6 @@ interface ReplyVoList {
5253
5235
  * @memberof ReplyVoList
5254
5236
  */
5255
5237
  last: boolean;
5256
- /**
5257
- * Indicates total pages.
5258
- * @type {number}
5259
- * @memberof ReplyVoList
5260
- */
5261
- totalPages: number;
5262
5238
  /**
5263
5239
  * Indicates whether current page has previous page.
5264
5240
  * @type {boolean}
@@ -5271,6 +5247,12 @@ interface ReplyVoList {
5271
5247
  * @memberof ReplyVoList
5272
5248
  */
5273
5249
  hasPrevious: boolean;
5250
+ /**
5251
+ * Indicates total pages.
5252
+ * @type {number}
5253
+ * @memberof ReplyVoList
5254
+ */
5255
+ totalPages: number;
5274
5256
  }
5275
5257
 
5276
5258
  /**
@@ -5403,12 +5385,6 @@ interface ReverseProxyList {
5403
5385
  * @memberof ReverseProxyList
5404
5386
  */
5405
5387
  last: boolean;
5406
- /**
5407
- * Indicates total pages.
5408
- * @type {number}
5409
- * @memberof ReverseProxyList
5410
- */
5411
- totalPages: number;
5412
5388
  /**
5413
5389
  * Indicates whether current page has previous page.
5414
5390
  * @type {boolean}
@@ -5421,6 +5397,12 @@ interface ReverseProxyList {
5421
5397
  * @memberof ReverseProxyList
5422
5398
  */
5423
5399
  hasPrevious: boolean;
5400
+ /**
5401
+ * Indicates total pages.
5402
+ * @type {number}
5403
+ * @memberof ReverseProxyList
5404
+ */
5405
+ totalPages: number;
5424
5406
  }
5425
5407
 
5426
5408
  /**
@@ -5645,12 +5627,6 @@ interface RoleBindingList {
5645
5627
  * @memberof RoleBindingList
5646
5628
  */
5647
5629
  last: boolean;
5648
- /**
5649
- * Indicates total pages.
5650
- * @type {number}
5651
- * @memberof RoleBindingList
5652
- */
5653
- totalPages: number;
5654
5630
  /**
5655
5631
  * Indicates whether current page has previous page.
5656
5632
  * @type {boolean}
@@ -5663,6 +5639,12 @@ interface RoleBindingList {
5663
5639
  * @memberof RoleBindingList
5664
5640
  */
5665
5641
  hasPrevious: boolean;
5642
+ /**
5643
+ * Indicates total pages.
5644
+ * @type {number}
5645
+ * @memberof RoleBindingList
5646
+ */
5647
+ totalPages: number;
5666
5648
  }
5667
5649
 
5668
5650
  /**
@@ -5719,12 +5701,6 @@ interface RoleList {
5719
5701
  * @memberof RoleList
5720
5702
  */
5721
5703
  last: boolean;
5722
- /**
5723
- * Indicates total pages.
5724
- * @type {number}
5725
- * @memberof RoleList
5726
- */
5727
- totalPages: number;
5728
5704
  /**
5729
5705
  * Indicates whether current page has previous page.
5730
5706
  * @type {boolean}
@@ -5737,6 +5713,12 @@ interface RoleList {
5737
5713
  * @memberof RoleList
5738
5714
  */
5739
5715
  hasPrevious: boolean;
5716
+ /**
5717
+ * Indicates total pages.
5718
+ * @type {number}
5719
+ * @memberof RoleList
5720
+ */
5721
+ totalPages: number;
5740
5722
  }
5741
5723
 
5742
5724
  /**
@@ -5893,12 +5875,6 @@ interface SearchEngineList {
5893
5875
  * @memberof SearchEngineList
5894
5876
  */
5895
5877
  last: boolean;
5896
- /**
5897
- * Indicates total pages.
5898
- * @type {number}
5899
- * @memberof SearchEngineList
5900
- */
5901
- totalPages: number;
5902
5878
  /**
5903
5879
  * Indicates whether current page has previous page.
5904
5880
  * @type {boolean}
@@ -5911,6 +5887,12 @@ interface SearchEngineList {
5911
5887
  * @memberof SearchEngineList
5912
5888
  */
5913
5889
  hasPrevious: boolean;
5890
+ /**
5891
+ * Indicates total pages.
5892
+ * @type {number}
5893
+ * @memberof SearchEngineList
5894
+ */
5895
+ totalPages: number;
5914
5896
  }
5915
5897
 
5916
5898
  /**
@@ -6074,12 +6056,6 @@ interface SettingList {
6074
6056
  * @memberof SettingList
6075
6057
  */
6076
6058
  last: boolean;
6077
- /**
6078
- * Indicates total pages.
6079
- * @type {number}
6080
- * @memberof SettingList
6081
- */
6082
- totalPages: number;
6083
6059
  /**
6084
6060
  * Indicates whether current page has previous page.
6085
6061
  * @type {boolean}
@@ -6092,6 +6068,12 @@ interface SettingList {
6092
6068
  * @memberof SettingList
6093
6069
  */
6094
6070
  hasPrevious: boolean;
6071
+ /**
6072
+ * Indicates total pages.
6073
+ * @type {number}
6074
+ * @memberof SettingList
6075
+ */
6076
+ totalPages: number;
6095
6077
  }
6096
6078
 
6097
6079
  /**
@@ -6148,12 +6130,6 @@ interface SinglePageList {
6148
6130
  * @memberof SinglePageList
6149
6131
  */
6150
6132
  last: boolean;
6151
- /**
6152
- * Indicates total pages.
6153
- * @type {number}
6154
- * @memberof SinglePageList
6155
- */
6156
- totalPages: number;
6157
6133
  /**
6158
6134
  * Indicates whether current page has previous page.
6159
6135
  * @type {boolean}
@@ -6166,6 +6142,12 @@ interface SinglePageList {
6166
6142
  * @memberof SinglePageList
6167
6143
  */
6168
6144
  hasPrevious: boolean;
6145
+ /**
6146
+ * Indicates total pages.
6147
+ * @type {number}
6148
+ * @memberof SinglePageList
6149
+ */
6150
+ totalPages: number;
6169
6151
  }
6170
6152
 
6171
6153
  /**
@@ -6366,12 +6348,6 @@ interface SnapshotList {
6366
6348
  * @memberof SnapshotList
6367
6349
  */
6368
6350
  last: boolean;
6369
- /**
6370
- * Indicates total pages.
6371
- * @type {number}
6372
- * @memberof SnapshotList
6373
- */
6374
- totalPages: number;
6375
6351
  /**
6376
6352
  * Indicates whether current page has previous page.
6377
6353
  * @type {boolean}
@@ -6384,6 +6360,12 @@ interface SnapshotList {
6384
6360
  * @memberof SnapshotList
6385
6361
  */
6386
6362
  hasPrevious: boolean;
6363
+ /**
6364
+ * Indicates total pages.
6365
+ * @type {number}
6366
+ * @memberof SnapshotList
6367
+ */
6368
+ totalPages: number;
6387
6369
  }
6388
6370
 
6389
6371
  /**
@@ -6440,12 +6422,6 @@ interface TagList {
6440
6422
  * @memberof TagList
6441
6423
  */
6442
6424
  last: boolean;
6443
- /**
6444
- * Indicates total pages.
6445
- * @type {number}
6446
- * @memberof TagList
6447
- */
6448
- totalPages: number;
6449
6425
  /**
6450
6426
  * Indicates whether current page has previous page.
6451
6427
  * @type {boolean}
@@ -6458,6 +6434,12 @@ interface TagList {
6458
6434
  * @memberof TagList
6459
6435
  */
6460
6436
  hasPrevious: boolean;
6437
+ /**
6438
+ * Indicates total pages.
6439
+ * @type {number}
6440
+ * @memberof TagList
6441
+ */
6442
+ totalPages: number;
6461
6443
  }
6462
6444
 
6463
6445
  /**
@@ -6675,12 +6657,6 @@ interface ThemeList {
6675
6657
  * @memberof ThemeList
6676
6658
  */
6677
6659
  last: boolean;
6678
- /**
6679
- * Indicates total pages.
6680
- * @type {number}
6681
- * @memberof ThemeList
6682
- */
6683
- totalPages: number;
6684
6660
  /**
6685
6661
  * Indicates whether current page has previous page.
6686
6662
  * @type {boolean}
@@ -6693,6 +6669,12 @@ interface ThemeList {
6693
6669
  * @memberof ThemeList
6694
6670
  */
6695
6671
  hasPrevious: boolean;
6672
+ /**
6673
+ * Indicates total pages.
6674
+ * @type {number}
6675
+ * @memberof ThemeList
6676
+ */
6677
+ totalPages: number;
6696
6678
  }
6697
6679
 
6698
6680
  /**
@@ -6910,12 +6892,6 @@ interface UserList {
6910
6892
  * @memberof UserList
6911
6893
  */
6912
6894
  last: boolean;
6913
- /**
6914
- * Indicates total pages.
6915
- * @type {number}
6916
- * @memberof UserList
6917
- */
6918
- totalPages: number;
6919
6895
  /**
6920
6896
  * Indicates whether current page has previous page.
6921
6897
  * @type {boolean}
@@ -6928,6 +6904,12 @@ interface UserList {
6928
6904
  * @memberof UserList
6929
6905
  */
6930
6906
  hasPrevious: boolean;
6907
+ /**
6908
+ * Indicates total pages.
6909
+ * @type {number}
6910
+ * @memberof UserList
6911
+ */
6912
+ totalPages: number;
6931
6913
  }
6932
6914
 
6933
6915
  /**
@@ -7006,29 +6988,29 @@ interface VoteRequest {
7006
6988
  declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configuration?: Configuration) => {
7007
6989
  /**
7008
6990
  *
7009
- * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7010
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
7011
6991
  * @param {string} [policy] Name of policy
7012
- * @param {string} [group] Name of group
7013
6992
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7014
6993
  * @param {string} [displayName] Display name of attachment
6994
+ * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
6995
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6996
+ * @param {string} [group] Name of group
6997
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7015
6998
  * @param {number} [page] The page number. Zero indicates no page.
7016
6999
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7017
7000
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7018
- * @param {number} [size] Size of one page. Zero indicates no limit.
7019
7001
  * @param {*} [options] Override http request option.
7020
7002
  * @throws {RequiredError}
7021
7003
  */
7022
- searchAttachments: (ungrouped?: boolean, uploadedBy?: string, policy?: string, group?: string, sort?: Array<string>, displayName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7004
+ searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7023
7005
  /**
7024
7006
  *
7025
- * @param {string} policyName Storage policy name
7026
7007
  * @param {any} file
7008
+ * @param {string} policyName Storage policy name
7027
7009
  * @param {string} [groupName] The name of the group to which the attachment belongs
7028
7010
  * @param {*} [options] Override http request option.
7029
7011
  * @throws {RequiredError}
7030
7012
  */
7031
- uploadAttachment: (policyName: string, file: any, groupName?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7013
+ uploadAttachment: (file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7032
7014
  };
7033
7015
  /**
7034
7016
  * ApiConsoleHaloRunV1alpha1AttachmentApi - functional programming interface
@@ -7037,29 +7019,29 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
7037
7019
  declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configuration) => {
7038
7020
  /**
7039
7021
  *
7040
- * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7041
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
7042
7022
  * @param {string} [policy] Name of policy
7043
- * @param {string} [group] Name of group
7044
7023
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7045
7024
  * @param {string} [displayName] Display name of attachment
7025
+ * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7026
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
7027
+ * @param {string} [group] Name of group
7028
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7046
7029
  * @param {number} [page] The page number. Zero indicates no page.
7047
7030
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7048
7031
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7049
- * @param {number} [size] Size of one page. Zero indicates no limit.
7050
7032
  * @param {*} [options] Override http request option.
7051
7033
  * @throws {RequiredError}
7052
7034
  */
7053
- searchAttachments(ungrouped?: boolean, uploadedBy?: string, policy?: string, group?: string, sort?: Array<string>, displayName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
7035
+ searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
7054
7036
  /**
7055
7037
  *
7056
- * @param {string} policyName Storage policy name
7057
7038
  * @param {any} file
7039
+ * @param {string} policyName Storage policy name
7058
7040
  * @param {string} [groupName] The name of the group to which the attachment belongs
7059
7041
  * @param {*} [options] Override http request option.
7060
7042
  * @throws {RequiredError}
7061
7043
  */
7062
- uploadAttachment(policyName: string, file: any, groupName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Attachment>>;
7044
+ uploadAttachment(file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Attachment>>;
7063
7045
  };
7064
7046
  /**
7065
7047
  * ApiConsoleHaloRunV1alpha1AttachmentApi - factory interface
@@ -7068,29 +7050,29 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
7068
7050
  declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
7069
7051
  /**
7070
7052
  *
7071
- * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7072
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
7073
7053
  * @param {string} [policy] Name of policy
7074
- * @param {string} [group] Name of group
7075
7054
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
7076
7055
  * @param {string} [displayName] Display name of attachment
7056
+ * @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
7057
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
7058
+ * @param {string} [group] Name of group
7059
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7077
7060
  * @param {number} [page] The page number. Zero indicates no page.
7078
7061
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7079
7062
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7080
- * @param {number} [size] Size of one page. Zero indicates no limit.
7081
7063
  * @param {*} [options] Override http request option.
7082
7064
  * @throws {RequiredError}
7083
7065
  */
7084
- searchAttachments(ungrouped?: boolean, uploadedBy?: string, policy?: string, group?: string, sort?: Array<string>, displayName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<AttachmentList>;
7066
+ searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
7085
7067
  /**
7086
7068
  *
7087
- * @param {string} policyName Storage policy name
7088
7069
  * @param {any} file
7070
+ * @param {string} policyName Storage policy name
7089
7071
  * @param {string} [groupName] The name of the group to which the attachment belongs
7090
7072
  * @param {*} [options] Override http request option.
7091
7073
  * @throws {RequiredError}
7092
7074
  */
7093
- uploadAttachment(policyName: string, file: any, groupName?: string, options?: any): AxiosPromise<Attachment>;
7075
+ uploadAttachment(file: any, policyName: string, groupName?: string, options?: any): AxiosPromise<Attachment>;
7094
7076
  };
7095
7077
  /**
7096
7078
  * Request parameters for searchAttachments operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
@@ -7098,6 +7080,24 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
7098
7080
  * @interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest
7099
7081
  */
7100
7082
  interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7083
+ /**
7084
+ * Name of policy
7085
+ * @type {string}
7086
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7087
+ */
7088
+ readonly policy?: string;
7089
+ /**
7090
+ * Sort property and direction of the list result. Supported fields: creationTimestamp, size
7091
+ * @type {Array<string>}
7092
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7093
+ */
7094
+ readonly sort?: Array<string>;
7095
+ /**
7096
+ * Display name of attachment
7097
+ * @type {string}
7098
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7099
+ */
7100
+ readonly displayName?: string;
7101
7101
  /**
7102
7102
  * Filter attachments without group. This parameter will ignore group parameter.
7103
7103
  * @type {boolean}
@@ -7110,12 +7110,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7110
7110
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7111
7111
  */
7112
7112
  readonly uploadedBy?: string;
7113
- /**
7114
- * Name of policy
7115
- * @type {string}
7116
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7117
- */
7118
- readonly policy?: string;
7119
7113
  /**
7120
7114
  * Name of group
7121
7115
  * @type {string}
@@ -7123,17 +7117,11 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7123
7117
  */
7124
7118
  readonly group?: string;
7125
7119
  /**
7126
- * Sort property and direction of the list result. Supported fields: creationTimestamp, size
7127
- * @type {Array<string>}
7128
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7129
- */
7130
- readonly sort?: Array<string>;
7131
- /**
7132
- * Display name of attachment
7133
- * @type {string}
7120
+ * Size of one page. Zero indicates no limit.
7121
+ * @type {number}
7134
7122
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7135
7123
  */
7136
- readonly displayName?: string;
7124
+ readonly size?: number;
7137
7125
  /**
7138
7126
  * The page number. Zero indicates no page.
7139
7127
  * @type {number}
@@ -7152,12 +7140,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7152
7140
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7153
7141
  */
7154
7142
  readonly fieldSelector?: Array<string>;
7155
- /**
7156
- * Size of one page. Zero indicates no limit.
7157
- * @type {number}
7158
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
7159
- */
7160
- readonly size?: number;
7161
7143
  }
7162
7144
  /**
7163
7145
  * Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
@@ -7165,18 +7147,18 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
7165
7147
  * @interface ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest
7166
7148
  */
7167
7149
  interface ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest {
7168
- /**
7169
- * Storage policy name
7170
- * @type {string}
7171
- * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
7172
- */
7173
- readonly policyName: string;
7174
7150
  /**
7175
7151
  *
7176
7152
  * @type {any}
7177
7153
  * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
7178
7154
  */
7179
7155
  readonly file: any;
7156
+ /**
7157
+ * Storage policy name
7158
+ * @type {string}
7159
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
7160
+ */
7161
+ readonly policyName: string;
7180
7162
  /**
7181
7163
  * The name of the group to which the attachment belongs
7182
7164
  * @type {string}
@@ -7231,25 +7213,25 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
7231
7213
  createReply: (name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7232
7214
  /**
7233
7215
  * List comments.
7234
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7216
+ * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7235
7217
  * @param {string} [keyword] Comments filtered by keyword.
7236
- * @param {boolean} [approved] Comments approved.
7237
7218
  * @param {boolean} [hidden] The comment is hidden from the theme side.
7238
7219
  * @param {boolean} [top] Comment top display.
7220
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7221
+ * @param {boolean} [approved] Comments approved.
7239
7222
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
7240
7223
  * @param {string} [ownerKind] Commenter kind.
7241
7224
  * @param {string} [ownerName] Commenter name.
7242
7225
  * @param {string} [subjectKind] Comment subject kind.
7243
7226
  * @param {string} [subjectName] Comment subject name.
7244
- * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7227
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7245
7228
  * @param {number} [page] The page number. Zero indicates no page.
7246
7229
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7247
7230
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7248
- * @param {number} [size] Size of one page. Zero indicates no limit.
7249
7231
  * @param {*} [options] Override http request option.
7250
7232
  * @throws {RequiredError}
7251
7233
  */
7252
- listComments: (sortOrder?: boolean, keyword?: string, approved?: boolean, hidden?: boolean, top?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7234
+ listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7253
7235
  };
7254
7236
  /**
7255
7237
  * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
@@ -7273,25 +7255,25 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
7273
7255
  createReply(name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reply>>;
7274
7256
  /**
7275
7257
  * List comments.
7276
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7258
+ * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7277
7259
  * @param {string} [keyword] Comments filtered by keyword.
7278
- * @param {boolean} [approved] Comments approved.
7279
7260
  * @param {boolean} [hidden] The comment is hidden from the theme side.
7280
7261
  * @param {boolean} [top] Comment top display.
7262
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7263
+ * @param {boolean} [approved] Comments approved.
7281
7264
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
7282
7265
  * @param {string} [ownerKind] Commenter kind.
7283
7266
  * @param {string} [ownerName] Commenter name.
7284
7267
  * @param {string} [subjectKind] Comment subject kind.
7285
7268
  * @param {string} [subjectName] Comment subject name.
7286
- * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7269
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7287
7270
  * @param {number} [page] The page number. Zero indicates no page.
7288
7271
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7289
7272
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7290
- * @param {number} [size] Size of one page. Zero indicates no limit.
7291
7273
  * @param {*} [options] Override http request option.
7292
7274
  * @throws {RequiredError}
7293
7275
  */
7294
- listComments(sortOrder?: boolean, keyword?: string, approved?: boolean, hidden?: boolean, top?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
7276
+ listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
7295
7277
  };
7296
7278
  /**
7297
7279
  * ApiConsoleHaloRunV1alpha1CommentApi - factory interface
@@ -7315,25 +7297,25 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
7315
7297
  createReply(name: string, replyRequest: ReplyRequest, options?: any): AxiosPromise<Reply>;
7316
7298
  /**
7317
7299
  * List comments.
7318
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7300
+ * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7319
7301
  * @param {string} [keyword] Comments filtered by keyword.
7320
- * @param {boolean} [approved] Comments approved.
7321
7302
  * @param {boolean} [hidden] The comment is hidden from the theme side.
7322
7303
  * @param {boolean} [top] Comment top display.
7304
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7305
+ * @param {boolean} [approved] Comments approved.
7323
7306
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
7324
7307
  * @param {string} [ownerKind] Commenter kind.
7325
7308
  * @param {string} [ownerName] Commenter name.
7326
7309
  * @param {string} [subjectKind] Comment subject kind.
7327
7310
  * @param {string} [subjectName] Comment subject name.
7328
- * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
7311
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7329
7312
  * @param {number} [page] The page number. Zero indicates no page.
7330
7313
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7331
7314
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7332
- * @param {number} [size] Size of one page. Zero indicates no limit.
7333
7315
  * @param {*} [options] Override http request option.
7334
7316
  * @throws {RequiredError}
7335
7317
  */
7336
- listComments(sortOrder?: boolean, keyword?: string, approved?: boolean, hidden?: boolean, top?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<ListedCommentList>;
7318
+ listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedCommentList>;
7337
7319
  };
7338
7320
  /**
7339
7321
  * Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
@@ -7374,23 +7356,17 @@ interface ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest {
7374
7356
  */
7375
7357
  interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7376
7358
  /**
7377
- * ascending order If it is true; otherwise, it is in descending order.
7378
- * @type {boolean}
7359
+ * Comment collation.
7360
+ * @type {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'}
7379
7361
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7380
7362
  */
7381
- readonly sortOrder?: boolean;
7363
+ readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
7382
7364
  /**
7383
7365
  * Comments filtered by keyword.
7384
7366
  * @type {string}
7385
7367
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7386
7368
  */
7387
7369
  readonly keyword?: string;
7388
- /**
7389
- * Comments approved.
7390
- * @type {boolean}
7391
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7392
- */
7393
- readonly approved?: boolean;
7394
7370
  /**
7395
7371
  * The comment is hidden from the theme side.
7396
7372
  * @type {boolean}
@@ -7404,15 +7380,27 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7404
7380
  */
7405
7381
  readonly top?: boolean;
7406
7382
  /**
7407
- * Send notifications when there are new replies.
7383
+ * ascending order If it is true; otherwise, it is in descending order.
7408
7384
  * @type {boolean}
7409
7385
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7410
7386
  */
7411
- readonly allowNotification?: boolean;
7387
+ readonly sortOrder?: boolean;
7412
7388
  /**
7413
- * Commenter kind.
7414
- * @type {string}
7415
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7389
+ * Comments approved.
7390
+ * @type {boolean}
7391
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7392
+ */
7393
+ readonly approved?: boolean;
7394
+ /**
7395
+ * Send notifications when there are new replies.
7396
+ * @type {boolean}
7397
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7398
+ */
7399
+ readonly allowNotification?: boolean;
7400
+ /**
7401
+ * Commenter kind.
7402
+ * @type {string}
7403
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7416
7404
  */
7417
7405
  readonly ownerKind?: string;
7418
7406
  /**
@@ -7434,11 +7422,11 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7434
7422
  */
7435
7423
  readonly subjectName?: string;
7436
7424
  /**
7437
- * Comment collation.
7438
- * @type {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'}
7425
+ * Size of one page. Zero indicates no limit.
7426
+ * @type {number}
7439
7427
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7440
7428
  */
7441
- readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
7429
+ readonly size?: number;
7442
7430
  /**
7443
7431
  * The page number. Zero indicates no page.
7444
7432
  * @type {number}
@@ -7457,12 +7445,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
7457
7445
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7458
7446
  */
7459
7447
  readonly fieldSelector?: Array<string>;
7460
- /**
7461
- * Size of one page. Zero indicates no limit.
7462
- * @type {number}
7463
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
7464
- */
7465
- readonly size?: number;
7466
7448
  }
7467
7449
  /**
7468
7450
  * ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
@@ -7725,17 +7707,17 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7725
7707
  installPlugin: (file: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7726
7708
  /**
7727
7709
  * List plugins using query criteria and sort params
7728
- * @param {boolean} [enabled] Whether the plugin is enabled
7729
- * @param {string} [keyword] Keyword of plugin name or description
7730
7710
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7711
+ * @param {string} [keyword] Keyword of plugin name or description
7712
+ * @param {boolean} [enabled] Whether the plugin is enabled
7713
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7731
7714
  * @param {number} [page] The page number. Zero indicates no page.
7732
7715
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7733
7716
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7734
- * @param {number} [size] Size of one page. Zero indicates no limit.
7735
7717
  * @param {*} [options] Override http request option.
7736
7718
  * @throws {RequiredError}
7737
7719
  */
7738
- listPlugins: (enabled?: boolean, keyword?: string, sort?: Array<string>, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7720
+ listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7739
7721
  /**
7740
7722
  * Upgrade a plugin by uploading a Jar file
7741
7723
  * @param {string} name
@@ -7759,17 +7741,17 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7759
7741
  installPlugin(file: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Plugin>>;
7760
7742
  /**
7761
7743
  * List plugins using query criteria and sort params
7762
- * @param {boolean} [enabled] Whether the plugin is enabled
7763
- * @param {string} [keyword] Keyword of plugin name or description
7764
7744
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7745
+ * @param {string} [keyword] Keyword of plugin name or description
7746
+ * @param {boolean} [enabled] Whether the plugin is enabled
7747
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7765
7748
  * @param {number} [page] The page number. Zero indicates no page.
7766
7749
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7767
7750
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7768
- * @param {number} [size] Size of one page. Zero indicates no limit.
7769
7751
  * @param {*} [options] Override http request option.
7770
7752
  * @throws {RequiredError}
7771
7753
  */
7772
- listPlugins(enabled?: boolean, keyword?: string, sort?: Array<string>, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7754
+ listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7773
7755
  /**
7774
7756
  * Upgrade a plugin by uploading a Jar file
7775
7757
  * @param {string} name
@@ -7793,17 +7775,17 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7793
7775
  installPlugin(file: any, options?: any): AxiosPromise<Plugin>;
7794
7776
  /**
7795
7777
  * List plugins using query criteria and sort params
7796
- * @param {boolean} [enabled] Whether the plugin is enabled
7797
- * @param {string} [keyword] Keyword of plugin name or description
7798
7778
  * @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
7779
+ * @param {string} [keyword] Keyword of plugin name or description
7780
+ * @param {boolean} [enabled] Whether the plugin is enabled
7781
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7799
7782
  * @param {number} [page] The page number. Zero indicates no page.
7800
7783
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7801
7784
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7802
- * @param {number} [size] Size of one page. Zero indicates no limit.
7803
7785
  * @param {*} [options] Override http request option.
7804
7786
  * @throws {RequiredError}
7805
7787
  */
7806
- listPlugins(enabled?: boolean, keyword?: string, sort?: Array<string>, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<PluginList>;
7788
+ listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7807
7789
  /**
7808
7790
  * Upgrade a plugin by uploading a Jar file
7809
7791
  * @param {string} name
@@ -7833,11 +7815,11 @@ interface ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest {
7833
7815
  */
7834
7816
  interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7835
7817
  /**
7836
- * Whether the plugin is enabled
7837
- * @type {boolean}
7818
+ * Sort property and direction of the list result. Supported fields: creationTimestamp
7819
+ * @type {Array<string>}
7838
7820
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7839
7821
  */
7840
- readonly enabled?: boolean;
7822
+ readonly sort?: Array<string>;
7841
7823
  /**
7842
7824
  * Keyword of plugin name or description
7843
7825
  * @type {string}
@@ -7845,11 +7827,17 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7845
7827
  */
7846
7828
  readonly keyword?: string;
7847
7829
  /**
7848
- * Sort property and direction of the list result. Supported fields: creationTimestamp
7849
- * @type {Array<string>}
7830
+ * Whether the plugin is enabled
7831
+ * @type {boolean}
7850
7832
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7851
7833
  */
7852
- readonly sort?: Array<string>;
7834
+ readonly enabled?: boolean;
7835
+ /**
7836
+ * Size of one page. Zero indicates no limit.
7837
+ * @type {number}
7838
+ * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7839
+ */
7840
+ readonly size?: number;
7853
7841
  /**
7854
7842
  * The page number. Zero indicates no page.
7855
7843
  * @type {number}
@@ -7868,12 +7856,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7868
7856
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7869
7857
  */
7870
7858
  readonly fieldSelector?: Array<string>;
7871
- /**
7872
- * Size of one page. Zero indicates no limit.
7873
- * @type {number}
7874
- * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7875
- */
7876
- readonly size?: number;
7877
7859
  }
7878
7860
  /**
7879
7861
  * Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -7941,22 +7923,22 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7941
7923
  draftPost: (postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7942
7924
  /**
7943
7925
  * List posts.
7926
+ * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7927
+ * @param {string} [keyword] Posts filtered by keyword.
7928
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7944
7929
  * @param {Array<string>} [tag]
7945
- * @param {Array<string>} [contributor]
7930
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7946
7931
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
7947
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7948
7932
  * @param {Array<string>} [category]
7949
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7950
- * @param {string} [keyword] Posts filtered by keyword.
7951
- * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7933
+ * @param {Array<string>} [contributor]
7934
+ * @param {number} [size] Size of one page. Zero indicates no limit.
7952
7935
  * @param {number} [page] The page number. Zero indicates no page.
7953
7936
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7954
7937
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7955
- * @param {number} [size] Size of one page. Zero indicates no limit.
7956
7938
  * @param {*} [options] Override http request option.
7957
7939
  * @throws {RequiredError}
7958
7940
  */
7959
- listPosts: (tag?: Array<string>, contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', category?: Array<string>, sortOrder?: boolean, keyword?: string, sort?: 'PUBLISH_TIME' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7941
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7960
7942
  /**
7961
7943
  * Publish a post.
7962
7944
  * @param {string} name
@@ -8010,22 +7992,22 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
8010
7992
  draftPost(postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
8011
7993
  /**
8012
7994
  * List posts.
7995
+ * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7996
+ * @param {string} [keyword] Posts filtered by keyword.
7997
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8013
7998
  * @param {Array<string>} [tag]
8014
- * @param {Array<string>} [contributor]
7999
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8015
8000
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8016
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8017
8001
  * @param {Array<string>} [category]
8018
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8019
- * @param {string} [keyword] Posts filtered by keyword.
8020
- * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8002
+ * @param {Array<string>} [contributor]
8003
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8021
8004
  * @param {number} [page] The page number. Zero indicates no page.
8022
8005
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8023
8006
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8024
- * @param {number} [size] Size of one page. Zero indicates no limit.
8025
8007
  * @param {*} [options] Override http request option.
8026
8008
  * @throws {RequiredError}
8027
8009
  */
8028
- listPosts(tag?: Array<string>, contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', category?: Array<string>, sortOrder?: boolean, keyword?: string, sort?: 'PUBLISH_TIME' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
8010
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
8029
8011
  /**
8030
8012
  * Publish a post.
8031
8013
  * @param {string} name
@@ -8079,22 +8061,22 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
8079
8061
  draftPost(postRequest: PostRequest, options?: any): AxiosPromise<Post>;
8080
8062
  /**
8081
8063
  * List posts.
8064
+ * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8065
+ * @param {string} [keyword] Posts filtered by keyword.
8066
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8082
8067
  * @param {Array<string>} [tag]
8083
- * @param {Array<string>} [contributor]
8068
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8084
8069
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8085
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8086
8070
  * @param {Array<string>} [category]
8087
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8088
- * @param {string} [keyword] Posts filtered by keyword.
8089
- * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
8071
+ * @param {Array<string>} [contributor]
8072
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8090
8073
  * @param {number} [page] The page number. Zero indicates no page.
8091
8074
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8092
8075
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8093
- * @param {number} [size] Size of one page. Zero indicates no limit.
8094
8076
  * @param {*} [options] Override http request option.
8095
8077
  * @throws {RequiredError}
8096
8078
  */
8097
- listPosts(tag?: Array<string>, contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', category?: Array<string>, sortOrder?: boolean, keyword?: string, sort?: 'PUBLISH_TIME' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<ListedPostList>;
8079
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
8098
8080
  /**
8099
8081
  * Publish a post.
8100
8082
  * @param {string} name
@@ -8154,23 +8136,17 @@ interface ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest {
8154
8136
  */
8155
8137
  interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8156
8138
  /**
8157
- *
8158
- * @type {Array<string>}
8159
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8160
- */
8161
- readonly tag?: Array<string>;
8162
- /**
8163
- *
8164
- * @type {Array<string>}
8139
+ * Post collation.
8140
+ * @type {'PUBLISH_TIME' | 'CREATE_TIME'}
8165
8141
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8166
8142
  */
8167
- readonly contributor?: Array<string>;
8143
+ readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8168
8144
  /**
8169
- *
8170
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8145
+ * Posts filtered by keyword.
8146
+ * @type {string}
8171
8147
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8172
8148
  */
8173
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8149
+ readonly keyword?: string;
8174
8150
  /**
8175
8151
  *
8176
8152
  * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
@@ -8182,7 +8158,7 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8182
8158
  * @type {Array<string>}
8183
8159
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8184
8160
  */
8185
- readonly category?: Array<string>;
8161
+ readonly tag?: Array<string>;
8186
8162
  /**
8187
8163
  * ascending order If it is true; otherwise, it is in descending order.
8188
8164
  * @type {boolean}
@@ -8190,17 +8166,29 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8190
8166
  */
8191
8167
  readonly sortOrder?: boolean;
8192
8168
  /**
8193
- * Posts filtered by keyword.
8194
- * @type {string}
8169
+ *
8170
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8195
8171
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8196
8172
  */
8197
- readonly keyword?: string;
8173
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8198
8174
  /**
8199
- * Post collation.
8200
- * @type {'PUBLISH_TIME' | 'CREATE_TIME'}
8175
+ *
8176
+ * @type {Array<string>}
8201
8177
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8202
8178
  */
8203
- readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8179
+ readonly category?: Array<string>;
8180
+ /**
8181
+ *
8182
+ * @type {Array<string>}
8183
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8184
+ */
8185
+ readonly contributor?: Array<string>;
8186
+ /**
8187
+ * Size of one page. Zero indicates no limit.
8188
+ * @type {number}
8189
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8190
+ */
8191
+ readonly size?: number;
8204
8192
  /**
8205
8193
  * The page number. Zero indicates no page.
8206
8194
  * @type {number}
@@ -8219,12 +8207,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
8219
8207
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8220
8208
  */
8221
8209
  readonly fieldSelector?: Array<string>;
8222
- /**
8223
- * Size of one page. Zero indicates no limit.
8224
- * @type {number}
8225
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
8226
- */
8227
- readonly size?: number;
8228
8210
  }
8229
8211
  /**
8230
8212
  * Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
@@ -8382,14 +8364,14 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
8382
8364
  /**
8383
8365
  * List replies.
8384
8366
  * @param {string} [commentName] Replies filtered by commentName.
8367
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8385
8368
  * @param {number} [page] The page number. Zero indicates no page.
8386
8369
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8387
8370
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8388
- * @param {number} [size] Size of one page. Zero indicates no limit.
8389
8371
  * @param {*} [options] Override http request option.
8390
8372
  * @throws {RequiredError}
8391
8373
  */
8392
- listReplies: (commentName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8374
+ listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8393
8375
  };
8394
8376
  /**
8395
8377
  * ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
@@ -8399,14 +8381,14 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
8399
8381
  /**
8400
8382
  * List replies.
8401
8383
  * @param {string} [commentName] Replies filtered by commentName.
8384
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8402
8385
  * @param {number} [page] The page number. Zero indicates no page.
8403
8386
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8404
8387
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8405
- * @param {number} [size] Size of one page. Zero indicates no limit.
8406
8388
  * @param {*} [options] Override http request option.
8407
8389
  * @throws {RequiredError}
8408
8390
  */
8409
- listReplies(commentName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8391
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
8410
8392
  };
8411
8393
  /**
8412
8394
  * ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
@@ -8416,14 +8398,14 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
8416
8398
  /**
8417
8399
  * List replies.
8418
8400
  * @param {string} [commentName] Replies filtered by commentName.
8401
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8419
8402
  * @param {number} [page] The page number. Zero indicates no page.
8420
8403
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8421
8404
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8422
- * @param {number} [size] Size of one page. Zero indicates no limit.
8423
8405
  * @param {*} [options] Override http request option.
8424
8406
  * @throws {RequiredError}
8425
8407
  */
8426
- listReplies(commentName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<ListedReplyList>;
8408
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
8427
8409
  };
8428
8410
  /**
8429
8411
  * Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
@@ -8437,6 +8419,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8437
8419
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8438
8420
  */
8439
8421
  readonly commentName?: string;
8422
+ /**
8423
+ * Size of one page. Zero indicates no limit.
8424
+ * @type {number}
8425
+ * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8426
+ */
8427
+ readonly size?: number;
8440
8428
  /**
8441
8429
  * The page number. Zero indicates no page.
8442
8430
  * @type {number}
@@ -8455,12 +8443,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
8455
8443
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8456
8444
  */
8457
8445
  readonly fieldSelector?: Array<string>;
8458
- /**
8459
- * Size of one page. Zero indicates no limit.
8460
- * @type {number}
8461
- * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
8462
- */
8463
- readonly size?: number;
8464
8446
  }
8465
8447
  /**
8466
8448
  * ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
@@ -8493,20 +8475,20 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
8493
8475
  draftSinglePage: (singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8494
8476
  /**
8495
8477
  * List single pages.
8496
- * @param {Array<string>} [contributor]
8497
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8478
+ * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8479
+ * @param {string} [keyword] SinglePages filtered by keyword.
8498
8480
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8499
8481
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8500
- * @param {string} [keyword] SinglePages filtered by keyword.
8501
- * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8482
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8483
+ * @param {Array<string>} [contributor]
8484
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8502
8485
  * @param {number} [page] The page number. Zero indicates no page.
8503
8486
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8504
8487
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8505
- * @param {number} [size] Size of one page. Zero indicates no limit.
8506
8488
  * @param {*} [options] Override http request option.
8507
8489
  * @throws {RequiredError}
8508
8490
  */
8509
- listSinglePages: (contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, keyword?: string, sort?: 'PUBLISH_TIME' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8491
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8510
8492
  /**
8511
8493
  * Publish a single page.
8512
8494
  * @param {string} name
@@ -8545,20 +8527,20 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
8545
8527
  draftSinglePage(singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
8546
8528
  /**
8547
8529
  * List single pages.
8548
- * @param {Array<string>} [contributor]
8549
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8530
+ * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8531
+ * @param {string} [keyword] SinglePages filtered by keyword.
8550
8532
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8551
8533
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8552
- * @param {string} [keyword] SinglePages filtered by keyword.
8553
- * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8534
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8535
+ * @param {Array<string>} [contributor]
8536
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8554
8537
  * @param {number} [page] The page number. Zero indicates no page.
8555
8538
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8556
8539
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8557
- * @param {number} [size] Size of one page. Zero indicates no limit.
8558
8540
  * @param {*} [options] Override http request option.
8559
8541
  * @throws {RequiredError}
8560
8542
  */
8561
- listSinglePages(contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, keyword?: string, sort?: 'PUBLISH_TIME' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
8543
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
8562
8544
  /**
8563
8545
  * Publish a single page.
8564
8546
  * @param {string} name
@@ -8597,20 +8579,20 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
8597
8579
  draftSinglePage(singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
8598
8580
  /**
8599
8581
  * List single pages.
8600
- * @param {Array<string>} [contributor]
8601
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8582
+ * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8583
+ * @param {string} [keyword] SinglePages filtered by keyword.
8602
8584
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
8603
8585
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
8604
- * @param {string} [keyword] SinglePages filtered by keyword.
8605
- * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
8586
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
8587
+ * @param {Array<string>} [contributor]
8588
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8606
8589
  * @param {number} [page] The page number. Zero indicates no page.
8607
8590
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8608
8591
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8609
- * @param {number} [size] Size of one page. Zero indicates no limit.
8610
8592
  * @param {*} [options] Override http request option.
8611
8593
  * @throws {RequiredError}
8612
8594
  */
8613
- listSinglePages(contributor?: Array<string>, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, keyword?: string, sort?: 'PUBLISH_TIME' | 'CREATE_TIME', page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<ListedSinglePageList>;
8595
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
8614
8596
  /**
8615
8597
  * Publish a single page.
8616
8598
  * @param {string} name
@@ -8655,17 +8637,17 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest {
8655
8637
  */
8656
8638
  interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8657
8639
  /**
8658
- *
8659
- * @type {Array<string>}
8640
+ * SinglePage collation.
8641
+ * @type {'PUBLISH_TIME' | 'CREATE_TIME'}
8660
8642
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8661
8643
  */
8662
- readonly contributor?: Array<string>;
8644
+ readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8663
8645
  /**
8664
- *
8665
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8646
+ * SinglePages filtered by keyword.
8647
+ * @type {string}
8666
8648
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8667
8649
  */
8668
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8650
+ readonly keyword?: string;
8669
8651
  /**
8670
8652
  *
8671
8653
  * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
@@ -8679,17 +8661,23 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8679
8661
  */
8680
8662
  readonly sortOrder?: boolean;
8681
8663
  /**
8682
- * SinglePages filtered by keyword.
8683
- * @type {string}
8664
+ *
8665
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
8684
8666
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8685
8667
  */
8686
- readonly keyword?: string;
8668
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
8687
8669
  /**
8688
- * SinglePage collation.
8689
- * @type {'PUBLISH_TIME' | 'CREATE_TIME'}
8670
+ *
8671
+ * @type {Array<string>}
8690
8672
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8691
8673
  */
8692
- readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
8674
+ readonly contributor?: Array<string>;
8675
+ /**
8676
+ * Size of one page. Zero indicates no limit.
8677
+ * @type {number}
8678
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8679
+ */
8680
+ readonly size?: number;
8693
8681
  /**
8694
8682
  * The page number. Zero indicates no page.
8695
8683
  * @type {number}
@@ -8708,12 +8696,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
8708
8696
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8709
8697
  */
8710
8698
  readonly fieldSelector?: Array<string>;
8711
- /**
8712
- * Size of one page. Zero indicates no limit.
8713
- * @type {number}
8714
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
8715
- */
8716
- readonly size?: number;
8717
8699
  }
8718
8700
  /**
8719
8701
  * Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
@@ -8882,14 +8864,14 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
8882
8864
  /**
8883
8865
  * List themes.
8884
8866
  * @param {boolean} uninstalled
8867
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8885
8868
  * @param {number} [page] The page number. Zero indicates no page.
8886
8869
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8887
8870
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8888
- * @param {number} [size] Size of one page. Zero indicates no limit.
8889
8871
  * @param {*} [options] Override http request option.
8890
8872
  * @throws {RequiredError}
8891
8873
  */
8892
- listThemes: (uninstalled: boolean, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8874
+ listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8893
8875
  /**
8894
8876
  * Reload theme setting.
8895
8877
  * @param {string} name
@@ -8921,14 +8903,14 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
8921
8903
  /**
8922
8904
  * List themes.
8923
8905
  * @param {boolean} uninstalled
8906
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8924
8907
  * @param {number} [page] The page number. Zero indicates no page.
8925
8908
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8926
8909
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8927
- * @param {number} [size] Size of one page. Zero indicates no limit.
8928
8910
  * @param {*} [options] Override http request option.
8929
8911
  * @throws {RequiredError}
8930
8912
  */
8931
- listThemes(uninstalled: boolean, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8913
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8932
8914
  /**
8933
8915
  * Reload theme setting.
8934
8916
  * @param {string} name
@@ -8960,14 +8942,14 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
8960
8942
  /**
8961
8943
  * List themes.
8962
8944
  * @param {boolean} uninstalled
8945
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8963
8946
  * @param {number} [page] The page number. Zero indicates no page.
8964
8947
  * @param {Array<string>} [labelSelector] Label selector for filtering.
8965
8948
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
8966
- * @param {number} [size] Size of one page. Zero indicates no limit.
8967
8949
  * @param {*} [options] Override http request option.
8968
8950
  * @throws {RequiredError}
8969
8951
  */
8970
- listThemes(uninstalled: boolean, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, size?: number, options?: any): AxiosPromise<ThemeList>;
8952
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
8971
8953
  /**
8972
8954
  * Reload theme setting.
8973
8955
  * @param {string} name
@@ -9009,6 +8991,12 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9009
8991
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9010
8992
  */
9011
8993
  readonly uninstalled: boolean;
8994
+ /**
8995
+ * Size of one page. Zero indicates no limit.
8996
+ * @type {number}
8997
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8998
+ */
8999
+ readonly size?: number;
9012
9000
  /**
9013
9001
  * The page number. Zero indicates no page.
9014
9002
  * @type {number}
@@ -9027,12 +9015,6 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
9027
9015
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9028
9016
  */
9029
9017
  readonly fieldSelector?: Array<string>;
9030
- /**
9031
- * Size of one page. Zero indicates no limit.
9032
- * @type {number}
9033
- * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
9034
- */
9035
- readonly size?: number;
9036
9018
  }
9037
9019
  /**
9038
9020
  * Request parameters for reload operation in ApiConsoleHaloRunV1alpha1ThemeApi.
@@ -9333,24 +9315,24 @@ declare const ApiHaloRunV1alpha1CommentApiAxiosParamCreator: (configuration?: Co
9333
9315
  /**
9334
9316
  * List comment replies.
9335
9317
  * @param {string} name
9336
- * @param {number} [page] The page number. Zero indicates no page.
9337
9318
  * @param {number} [size] Size of one page. Zero indicates no limit.
9319
+ * @param {number} [page] The page number. Zero indicates no page.
9338
9320
  * @param {*} [options] Override http request option.
9339
9321
  * @throws {RequiredError}
9340
9322
  */
9341
- listCommentReplies: (name: string, page?: number, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9323
+ listCommentReplies: (name: string, size?: number, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9342
9324
  /**
9343
9325
  * List comments.
9344
- * @param {string} kind The comment subject kind.
9345
9326
  * @param {string} name The comment subject name.
9346
9327
  * @param {string} version The comment subject version.
9328
+ * @param {string} kind The comment subject kind.
9347
9329
  * @param {string} [group] The comment subject group.
9348
- * @param {number} [page] The page number. Zero indicates no page.
9349
9330
  * @param {number} [size] Size of one page. Zero indicates no limit.
9331
+ * @param {number} [page] The page number. Zero indicates no page.
9350
9332
  * @param {*} [options] Override http request option.
9351
9333
  * @throws {RequiredError}
9352
9334
  */
9353
- listComments1: (kind: string, name: string, version: string, group?: string, page?: number, size?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9335
+ listComments1: (name: string, version: string, kind: string, group?: string, size?: number, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
9354
9336
  };
9355
9337
  /**
9356
9338
  * ApiHaloRunV1alpha1CommentApi - functional programming interface
@@ -9382,24 +9364,24 @@ declare const ApiHaloRunV1alpha1CommentApiFp: (configuration?: Configuration) =>
9382
9364
  /**
9383
9365
  * List comment replies.
9384
9366
  * @param {string} name
9385
- * @param {number} [page] The page number. Zero indicates no page.
9386
9367
  * @param {number} [size] Size of one page. Zero indicates no limit.
9368
+ * @param {number} [page] The page number. Zero indicates no page.
9387
9369
  * @param {*} [options] Override http request option.
9388
9370
  * @throws {RequiredError}
9389
9371
  */
9390
- listCommentReplies(name: string, page?: number, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplyVoList>>;
9372
+ listCommentReplies(name: string, size?: number, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplyVoList>>;
9391
9373
  /**
9392
9374
  * List comments.
9393
- * @param {string} kind The comment subject kind.
9394
9375
  * @param {string} name The comment subject name.
9395
9376
  * @param {string} version The comment subject version.
9377
+ * @param {string} kind The comment subject kind.
9396
9378
  * @param {string} [group] The comment subject group.
9397
- * @param {number} [page] The page number. Zero indicates no page.
9398
9379
  * @param {number} [size] Size of one page. Zero indicates no limit.
9380
+ * @param {number} [page] The page number. Zero indicates no page.
9399
9381
  * @param {*} [options] Override http request option.
9400
9382
  * @throws {RequiredError}
9401
9383
  */
9402
- listComments1(kind: string, name: string, version: string, group?: string, page?: number, size?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommentVoList>>;
9384
+ listComments1(name: string, version: string, kind: string, group?: string, size?: number, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommentVoList>>;
9403
9385
  };
9404
9386
  /**
9405
9387
  * ApiHaloRunV1alpha1CommentApi - factory interface
@@ -9431,24 +9413,24 @@ declare const ApiHaloRunV1alpha1CommentApiFactory: (configuration?: Configuratio
9431
9413
  /**
9432
9414
  * List comment replies.
9433
9415
  * @param {string} name
9434
- * @param {number} [page] The page number. Zero indicates no page.
9435
9416
  * @param {number} [size] Size of one page. Zero indicates no limit.
9417
+ * @param {number} [page] The page number. Zero indicates no page.
9436
9418
  * @param {*} [options] Override http request option.
9437
9419
  * @throws {RequiredError}
9438
9420
  */
9439
- listCommentReplies(name: string, page?: number, size?: number, options?: any): AxiosPromise<ReplyVoList>;
9421
+ listCommentReplies(name: string, size?: number, page?: number, options?: any): AxiosPromise<ReplyVoList>;
9440
9422
  /**
9441
9423
  * List comments.
9442
- * @param {string} kind The comment subject kind.
9443
9424
  * @param {string} name The comment subject name.
9444
9425
  * @param {string} version The comment subject version.
9426
+ * @param {string} kind The comment subject kind.
9445
9427
  * @param {string} [group] The comment subject group.
9446
- * @param {number} [page] The page number. Zero indicates no page.
9447
9428
  * @param {number} [size] Size of one page. Zero indicates no limit.
9429
+ * @param {number} [page] The page number. Zero indicates no page.
9448
9430
  * @param {*} [options] Override http request option.
9449
9431
  * @throws {RequiredError}
9450
9432
  */
9451
- listComments1(kind: string, name: string, version: string, group?: string, page?: number, size?: number, options?: any): AxiosPromise<CommentVoList>;
9433
+ listComments1(name: string, version: string, kind: string, group?: string, size?: number, page?: number, options?: any): AxiosPromise<CommentVoList>;
9452
9434
  };
9453
9435
  /**
9454
9436
  * Request parameters for createComment1 operation in ApiHaloRunV1alpha1CommentApi.
@@ -9508,17 +9490,17 @@ interface ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest {
9508
9490
  */
9509
9491
  readonly name: string;
9510
9492
  /**
9511
- * The page number. Zero indicates no page.
9493
+ * Size of one page. Zero indicates no limit.
9512
9494
  * @type {number}
9513
9495
  * @memberof ApiHaloRunV1alpha1CommentApiListCommentReplies
9514
9496
  */
9515
- readonly page?: number;
9497
+ readonly size?: number;
9516
9498
  /**
9517
- * Size of one page. Zero indicates no limit.
9499
+ * The page number. Zero indicates no page.
9518
9500
  * @type {number}
9519
9501
  * @memberof ApiHaloRunV1alpha1CommentApiListCommentReplies
9520
9502
  */
9521
- readonly size?: number;
9503
+ readonly page?: number;
9522
9504
  }
9523
9505
  /**
9524
9506
  * Request parameters for listComments1 operation in ApiHaloRunV1alpha1CommentApi.
@@ -9526,12 +9508,6 @@ interface ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest {
9526
9508
  * @interface ApiHaloRunV1alpha1CommentApiListComments1Request
9527
9509
  */
9528
9510
  interface ApiHaloRunV1alpha1CommentApiListComments1Request {
9529
- /**
9530
- * The comment subject kind.
9531
- * @type {string}
9532
- * @memberof ApiHaloRunV1alpha1CommentApiListComments1
9533
- */
9534
- readonly kind: string;
9535
9511
  /**
9536
9512
  * The comment subject name.
9537
9513
  * @type {string}
@@ -9544,6 +9520,12 @@ interface ApiHaloRunV1alpha1CommentApiListComments1Request {
9544
9520
  * @memberof ApiHaloRunV1alpha1CommentApiListComments1
9545
9521
  */
9546
9522
  readonly version: string;
9523
+ /**
9524
+ * The comment subject kind.
9525
+ * @type {string}
9526
+ * @memberof ApiHaloRunV1alpha1CommentApiListComments1
9527
+ */
9528
+ readonly kind: string;
9547
9529
  /**
9548
9530
  * The comment subject group.
9549
9531
  * @type {string}
@@ -9551,17 +9533,17 @@ interface ApiHaloRunV1alpha1CommentApiListComments1Request {
9551
9533
  */
9552
9534
  readonly group?: string;
9553
9535
  /**
9554
- * The page number. Zero indicates no page.
9536
+ * Size of one page. Zero indicates no limit.
9555
9537
  * @type {number}
9556
9538
  * @memberof ApiHaloRunV1alpha1CommentApiListComments1
9557
9539
  */
9558
- readonly page?: number;
9540
+ readonly size?: number;
9559
9541
  /**
9560
- * Size of one page. Zero indicates no limit.
9542
+ * The page number. Zero indicates no page.
9561
9543
  * @type {number}
9562
9544
  * @memberof ApiHaloRunV1alpha1CommentApiListComments1
9563
9545
  */
9564
- readonly size?: number;
9546
+ readonly page?: number;
9565
9547
  }
9566
9548
  /**
9567
9549
  * ApiHaloRunV1alpha1CommentApi - object-oriented interface