@halo-dev/api-client 0.0.57 → 0.0.59
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.cjs +138 -138
- package/dist/index.d.ts +475 -478
- package/dist/index.mjs +138 -138
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -129,50 +129,6 @@ declare class BaseAPI {
|
|
|
129
129
|
* https://openapi-generator.tech
|
|
130
130
|
* Do not edit the class manually.
|
|
131
131
|
*/
|
|
132
|
-
/**
|
|
133
|
-
* Extension reference object. The name is mandatory
|
|
134
|
-
* @export
|
|
135
|
-
* @interface Ref
|
|
136
|
-
*/
|
|
137
|
-
interface Ref {
|
|
138
|
-
/**
|
|
139
|
-
* Extension group
|
|
140
|
-
* @type {string}
|
|
141
|
-
* @memberof Ref
|
|
142
|
-
*/
|
|
143
|
-
group?: string;
|
|
144
|
-
/**
|
|
145
|
-
* Extension version
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof Ref
|
|
148
|
-
*/
|
|
149
|
-
version?: string;
|
|
150
|
-
/**
|
|
151
|
-
* Extension kind
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof Ref
|
|
154
|
-
*/
|
|
155
|
-
kind?: string;
|
|
156
|
-
/**
|
|
157
|
-
* Extension name. This field is mandatory
|
|
158
|
-
* @type {string}
|
|
159
|
-
* @memberof Ref
|
|
160
|
-
*/
|
|
161
|
-
name: string;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* Halo Next API
|
|
166
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
167
|
-
*
|
|
168
|
-
* The version of the OpenAPI document: 2.0.0
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
172
|
-
* https://openapi-generator.tech
|
|
173
|
-
* Do not edit the class manually.
|
|
174
|
-
*/
|
|
175
|
-
|
|
176
132
|
/**
|
|
177
133
|
*
|
|
178
134
|
* @export
|
|
@@ -186,23 +142,23 @@ interface AttachmentSpec {
|
|
|
186
142
|
*/
|
|
187
143
|
displayName?: string;
|
|
188
144
|
/**
|
|
189
|
-
*
|
|
190
|
-
* @type {
|
|
145
|
+
* Group name
|
|
146
|
+
* @type {string}
|
|
191
147
|
* @memberof AttachmentSpec
|
|
192
148
|
*/
|
|
193
|
-
|
|
149
|
+
groupName?: string;
|
|
194
150
|
/**
|
|
195
|
-
*
|
|
196
|
-
* @type {
|
|
151
|
+
* Policy name
|
|
152
|
+
* @type {string}
|
|
197
153
|
* @memberof AttachmentSpec
|
|
198
154
|
*/
|
|
199
|
-
|
|
155
|
+
policyName?: string;
|
|
200
156
|
/**
|
|
201
|
-
*
|
|
202
|
-
* @type {
|
|
157
|
+
* Name of User who uploads the attachment
|
|
158
|
+
* @type {string}
|
|
203
159
|
* @memberof AttachmentSpec
|
|
204
160
|
*/
|
|
205
|
-
|
|
161
|
+
ownerName?: string;
|
|
206
162
|
/**
|
|
207
163
|
* Media type of attachment
|
|
208
164
|
* @type {string}
|
|
@@ -423,12 +379,6 @@ interface AttachmentList {
|
|
|
423
379
|
* @memberof AttachmentList
|
|
424
380
|
*/
|
|
425
381
|
last: boolean;
|
|
426
|
-
/**
|
|
427
|
-
* Indicates total pages.
|
|
428
|
-
* @type {number}
|
|
429
|
-
* @memberof AttachmentList
|
|
430
|
-
*/
|
|
431
|
-
totalPages: number;
|
|
432
382
|
/**
|
|
433
383
|
* Indicates whether current page has previous page.
|
|
434
384
|
* @type {boolean}
|
|
@@ -441,6 +391,12 @@ interface AttachmentList {
|
|
|
441
391
|
* @memberof AttachmentList
|
|
442
392
|
*/
|
|
443
393
|
hasPrevious: boolean;
|
|
394
|
+
/**
|
|
395
|
+
* Indicates total pages.
|
|
396
|
+
* @type {number}
|
|
397
|
+
* @memberof AttachmentList
|
|
398
|
+
*/
|
|
399
|
+
totalPages: number;
|
|
444
400
|
}
|
|
445
401
|
|
|
446
402
|
/**
|
|
@@ -676,12 +632,6 @@ interface CategoryList {
|
|
|
676
632
|
* @memberof CategoryList
|
|
677
633
|
*/
|
|
678
634
|
last: boolean;
|
|
679
|
-
/**
|
|
680
|
-
* Indicates total pages.
|
|
681
|
-
* @type {number}
|
|
682
|
-
* @memberof CategoryList
|
|
683
|
-
*/
|
|
684
|
-
totalPages: number;
|
|
685
635
|
/**
|
|
686
636
|
* Indicates whether current page has previous page.
|
|
687
637
|
* @type {boolean}
|
|
@@ -694,6 +644,12 @@ interface CategoryList {
|
|
|
694
644
|
* @memberof CategoryList
|
|
695
645
|
*/
|
|
696
646
|
hasPrevious: boolean;
|
|
647
|
+
/**
|
|
648
|
+
* Indicates total pages.
|
|
649
|
+
* @type {number}
|
|
650
|
+
* @memberof CategoryList
|
|
651
|
+
*/
|
|
652
|
+
totalPages: number;
|
|
697
653
|
}
|
|
698
654
|
|
|
699
655
|
/**
|
|
@@ -766,6 +722,49 @@ interface CommentOwner {
|
|
|
766
722
|
};
|
|
767
723
|
}
|
|
768
724
|
|
|
725
|
+
/**
|
|
726
|
+
* Halo Next API
|
|
727
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
728
|
+
*
|
|
729
|
+
* The version of the OpenAPI document: 2.0.0
|
|
730
|
+
*
|
|
731
|
+
*
|
|
732
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
733
|
+
* https://openapi-generator.tech
|
|
734
|
+
* Do not edit the class manually.
|
|
735
|
+
*/
|
|
736
|
+
/**
|
|
737
|
+
* Extension reference object. The name is mandatory
|
|
738
|
+
* @export
|
|
739
|
+
* @interface Ref
|
|
740
|
+
*/
|
|
741
|
+
interface Ref {
|
|
742
|
+
/**
|
|
743
|
+
* Extension group
|
|
744
|
+
* @type {string}
|
|
745
|
+
* @memberof Ref
|
|
746
|
+
*/
|
|
747
|
+
group?: string;
|
|
748
|
+
/**
|
|
749
|
+
* Extension version
|
|
750
|
+
* @type {string}
|
|
751
|
+
* @memberof Ref
|
|
752
|
+
*/
|
|
753
|
+
version?: string;
|
|
754
|
+
/**
|
|
755
|
+
* Extension kind
|
|
756
|
+
* @type {string}
|
|
757
|
+
* @memberof Ref
|
|
758
|
+
*/
|
|
759
|
+
kind?: string;
|
|
760
|
+
/**
|
|
761
|
+
* Extension name. This field is mandatory
|
|
762
|
+
* @type {string}
|
|
763
|
+
* @memberof Ref
|
|
764
|
+
*/
|
|
765
|
+
name: string;
|
|
766
|
+
}
|
|
767
|
+
|
|
769
768
|
/**
|
|
770
769
|
* Halo Next API
|
|
771
770
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -1054,12 +1053,6 @@ interface CommentList {
|
|
|
1054
1053
|
* @memberof CommentList
|
|
1055
1054
|
*/
|
|
1056
1055
|
last: boolean;
|
|
1057
|
-
/**
|
|
1058
|
-
* Indicates total pages.
|
|
1059
|
-
* @type {number}
|
|
1060
|
-
* @memberof CommentList
|
|
1061
|
-
*/
|
|
1062
|
-
totalPages: number;
|
|
1063
1056
|
/**
|
|
1064
1057
|
* Indicates whether current page has previous page.
|
|
1065
1058
|
* @type {boolean}
|
|
@@ -1072,6 +1065,12 @@ interface CommentList {
|
|
|
1072
1065
|
* @memberof CommentList
|
|
1073
1066
|
*/
|
|
1074
1067
|
hasPrevious: boolean;
|
|
1068
|
+
/**
|
|
1069
|
+
* Indicates total pages.
|
|
1070
|
+
* @type {number}
|
|
1071
|
+
* @memberof CommentList
|
|
1072
|
+
*/
|
|
1073
|
+
totalPages: number;
|
|
1075
1074
|
}
|
|
1076
1075
|
|
|
1077
1076
|
/**
|
|
@@ -1271,12 +1270,6 @@ interface CommentVoList {
|
|
|
1271
1270
|
* @memberof CommentVoList
|
|
1272
1271
|
*/
|
|
1273
1272
|
last: boolean;
|
|
1274
|
-
/**
|
|
1275
|
-
* Indicates total pages.
|
|
1276
|
-
* @type {number}
|
|
1277
|
-
* @memberof CommentVoList
|
|
1278
|
-
*/
|
|
1279
|
-
totalPages: number;
|
|
1280
1273
|
/**
|
|
1281
1274
|
* Indicates whether current page has previous page.
|
|
1282
1275
|
* @type {boolean}
|
|
@@ -1289,6 +1282,12 @@ interface CommentVoList {
|
|
|
1289
1282
|
* @memberof CommentVoList
|
|
1290
1283
|
*/
|
|
1291
1284
|
hasPrevious: boolean;
|
|
1285
|
+
/**
|
|
1286
|
+
* Indicates total pages.
|
|
1287
|
+
* @type {number}
|
|
1288
|
+
* @memberof CommentVoList
|
|
1289
|
+
*/
|
|
1290
|
+
totalPages: number;
|
|
1292
1291
|
}
|
|
1293
1292
|
|
|
1294
1293
|
/**
|
|
@@ -1446,12 +1445,6 @@ interface ConfigMapList {
|
|
|
1446
1445
|
* @memberof ConfigMapList
|
|
1447
1446
|
*/
|
|
1448
1447
|
last: boolean;
|
|
1449
|
-
/**
|
|
1450
|
-
* Indicates total pages.
|
|
1451
|
-
* @type {number}
|
|
1452
|
-
* @memberof ConfigMapList
|
|
1453
|
-
*/
|
|
1454
|
-
totalPages: number;
|
|
1455
1448
|
/**
|
|
1456
1449
|
* Indicates whether current page has previous page.
|
|
1457
1450
|
* @type {boolean}
|
|
@@ -1464,6 +1457,12 @@ interface ConfigMapList {
|
|
|
1464
1457
|
* @memberof ConfigMapList
|
|
1465
1458
|
*/
|
|
1466
1459
|
hasPrevious: boolean;
|
|
1460
|
+
/**
|
|
1461
|
+
* Indicates total pages.
|
|
1462
|
+
* @type {number}
|
|
1463
|
+
* @memberof ConfigMapList
|
|
1464
|
+
*/
|
|
1465
|
+
totalPages: number;
|
|
1467
1466
|
}
|
|
1468
1467
|
|
|
1469
1468
|
/**
|
|
@@ -1755,12 +1754,6 @@ interface CounterList {
|
|
|
1755
1754
|
* @memberof CounterList
|
|
1756
1755
|
*/
|
|
1757
1756
|
last: boolean;
|
|
1758
|
-
/**
|
|
1759
|
-
* Indicates total pages.
|
|
1760
|
-
* @type {number}
|
|
1761
|
-
* @memberof CounterList
|
|
1762
|
-
*/
|
|
1763
|
-
totalPages: number;
|
|
1764
1757
|
/**
|
|
1765
1758
|
* Indicates whether current page has previous page.
|
|
1766
1759
|
* @type {boolean}
|
|
@@ -1773,6 +1766,12 @@ interface CounterList {
|
|
|
1773
1766
|
* @memberof CounterList
|
|
1774
1767
|
*/
|
|
1775
1768
|
hasPrevious: boolean;
|
|
1769
|
+
/**
|
|
1770
|
+
* Indicates total pages.
|
|
1771
|
+
* @type {number}
|
|
1772
|
+
* @memberof CounterList
|
|
1773
|
+
*/
|
|
1774
|
+
totalPages: number;
|
|
1776
1775
|
}
|
|
1777
1776
|
|
|
1778
1777
|
/**
|
|
@@ -2257,12 +2256,6 @@ interface GroupList {
|
|
|
2257
2256
|
* @memberof GroupList
|
|
2258
2257
|
*/
|
|
2259
2258
|
last: boolean;
|
|
2260
|
-
/**
|
|
2261
|
-
* Indicates total pages.
|
|
2262
|
-
* @type {number}
|
|
2263
|
-
* @memberof GroupList
|
|
2264
|
-
*/
|
|
2265
|
-
totalPages: number;
|
|
2266
2259
|
/**
|
|
2267
2260
|
* Indicates whether current page has previous page.
|
|
2268
2261
|
* @type {boolean}
|
|
@@ -2275,6 +2268,12 @@ interface GroupList {
|
|
|
2275
2268
|
* @memberof GroupList
|
|
2276
2269
|
*/
|
|
2277
2270
|
hasPrevious: boolean;
|
|
2271
|
+
/**
|
|
2272
|
+
* Indicates total pages.
|
|
2273
|
+
* @type {number}
|
|
2274
|
+
* @memberof GroupList
|
|
2275
|
+
*/
|
|
2276
|
+
totalPages: number;
|
|
2278
2277
|
}
|
|
2279
2278
|
|
|
2280
2279
|
/**
|
|
@@ -2400,12 +2399,6 @@ interface ListedCommentList {
|
|
|
2400
2399
|
* @memberof ListedCommentList
|
|
2401
2400
|
*/
|
|
2402
2401
|
last: boolean;
|
|
2403
|
-
/**
|
|
2404
|
-
* Indicates total pages.
|
|
2405
|
-
* @type {number}
|
|
2406
|
-
* @memberof ListedCommentList
|
|
2407
|
-
*/
|
|
2408
|
-
totalPages: number;
|
|
2409
2402
|
/**
|
|
2410
2403
|
* Indicates whether current page has previous page.
|
|
2411
2404
|
* @type {boolean}
|
|
@@ -2418,6 +2411,12 @@ interface ListedCommentList {
|
|
|
2418
2411
|
* @memberof ListedCommentList
|
|
2419
2412
|
*/
|
|
2420
2413
|
hasPrevious: boolean;
|
|
2414
|
+
/**
|
|
2415
|
+
* Indicates total pages.
|
|
2416
|
+
* @type {number}
|
|
2417
|
+
* @memberof ListedCommentList
|
|
2418
|
+
*/
|
|
2419
|
+
totalPages: number;
|
|
2421
2420
|
}
|
|
2422
2421
|
|
|
2423
2422
|
/**
|
|
@@ -2957,12 +2956,6 @@ interface ListedPostList {
|
|
|
2957
2956
|
* @memberof ListedPostList
|
|
2958
2957
|
*/
|
|
2959
2958
|
last: boolean;
|
|
2960
|
-
/**
|
|
2961
|
-
* Indicates total pages.
|
|
2962
|
-
* @type {number}
|
|
2963
|
-
* @memberof ListedPostList
|
|
2964
|
-
*/
|
|
2965
|
-
totalPages: number;
|
|
2966
2959
|
/**
|
|
2967
2960
|
* Indicates whether current page has previous page.
|
|
2968
2961
|
* @type {boolean}
|
|
@@ -2975,6 +2968,12 @@ interface ListedPostList {
|
|
|
2975
2968
|
* @memberof ListedPostList
|
|
2976
2969
|
*/
|
|
2977
2970
|
hasPrevious: boolean;
|
|
2971
|
+
/**
|
|
2972
|
+
* Indicates total pages.
|
|
2973
|
+
* @type {number}
|
|
2974
|
+
* @memberof ListedPostList
|
|
2975
|
+
*/
|
|
2976
|
+
totalPages: number;
|
|
2978
2977
|
}
|
|
2979
2978
|
|
|
2980
2979
|
/**
|
|
@@ -3205,12 +3204,6 @@ interface ListedReplyList {
|
|
|
3205
3204
|
* @memberof ListedReplyList
|
|
3206
3205
|
*/
|
|
3207
3206
|
last: boolean;
|
|
3208
|
-
/**
|
|
3209
|
-
* Indicates total pages.
|
|
3210
|
-
* @type {number}
|
|
3211
|
-
* @memberof ListedReplyList
|
|
3212
|
-
*/
|
|
3213
|
-
totalPages: number;
|
|
3214
3207
|
/**
|
|
3215
3208
|
* Indicates whether current page has previous page.
|
|
3216
3209
|
* @type {boolean}
|
|
@@ -3223,6 +3216,12 @@ interface ListedReplyList {
|
|
|
3223
3216
|
* @memberof ListedReplyList
|
|
3224
3217
|
*/
|
|
3225
3218
|
hasPrevious: boolean;
|
|
3219
|
+
/**
|
|
3220
|
+
* Indicates total pages.
|
|
3221
|
+
* @type {number}
|
|
3222
|
+
* @memberof ListedReplyList
|
|
3223
|
+
*/
|
|
3224
|
+
totalPages: number;
|
|
3226
3225
|
}
|
|
3227
3226
|
|
|
3228
3227
|
/**
|
|
@@ -3565,12 +3564,6 @@ interface ListedSinglePageList {
|
|
|
3565
3564
|
* @memberof ListedSinglePageList
|
|
3566
3565
|
*/
|
|
3567
3566
|
last: boolean;
|
|
3568
|
-
/**
|
|
3569
|
-
* Indicates total pages.
|
|
3570
|
-
* @type {number}
|
|
3571
|
-
* @memberof ListedSinglePageList
|
|
3572
|
-
*/
|
|
3573
|
-
totalPages: number;
|
|
3574
3567
|
/**
|
|
3575
3568
|
* Indicates whether current page has previous page.
|
|
3576
3569
|
* @type {boolean}
|
|
@@ -3583,6 +3576,12 @@ interface ListedSinglePageList {
|
|
|
3583
3576
|
* @memberof ListedSinglePageList
|
|
3584
3577
|
*/
|
|
3585
3578
|
hasPrevious: boolean;
|
|
3579
|
+
/**
|
|
3580
|
+
* Indicates total pages.
|
|
3581
|
+
* @type {number}
|
|
3582
|
+
* @memberof ListedSinglePageList
|
|
3583
|
+
*/
|
|
3584
|
+
totalPages: number;
|
|
3586
3585
|
}
|
|
3587
3586
|
|
|
3588
3587
|
/**
|
|
@@ -3894,12 +3893,6 @@ interface MenuItemList {
|
|
|
3894
3893
|
* @memberof MenuItemList
|
|
3895
3894
|
*/
|
|
3896
3895
|
last: boolean;
|
|
3897
|
-
/**
|
|
3898
|
-
* Indicates total pages.
|
|
3899
|
-
* @type {number}
|
|
3900
|
-
* @memberof MenuItemList
|
|
3901
|
-
*/
|
|
3902
|
-
totalPages: number;
|
|
3903
3896
|
/**
|
|
3904
3897
|
* Indicates whether current page has previous page.
|
|
3905
3898
|
* @type {boolean}
|
|
@@ -3912,6 +3905,12 @@ interface MenuItemList {
|
|
|
3912
3905
|
* @memberof MenuItemList
|
|
3913
3906
|
*/
|
|
3914
3907
|
hasPrevious: boolean;
|
|
3908
|
+
/**
|
|
3909
|
+
* Indicates total pages.
|
|
3910
|
+
* @type {number}
|
|
3911
|
+
* @memberof MenuItemList
|
|
3912
|
+
*/
|
|
3913
|
+
totalPages: number;
|
|
3915
3914
|
}
|
|
3916
3915
|
|
|
3917
3916
|
/**
|
|
@@ -3968,12 +3967,6 @@ interface MenuList {
|
|
|
3968
3967
|
* @memberof MenuList
|
|
3969
3968
|
*/
|
|
3970
3969
|
last: boolean;
|
|
3971
|
-
/**
|
|
3972
|
-
* Indicates total pages.
|
|
3973
|
-
* @type {number}
|
|
3974
|
-
* @memberof MenuList
|
|
3975
|
-
*/
|
|
3976
|
-
totalPages: number;
|
|
3977
3970
|
/**
|
|
3978
3971
|
* Indicates whether current page has previous page.
|
|
3979
3972
|
* @type {boolean}
|
|
@@ -3986,6 +3979,12 @@ interface MenuList {
|
|
|
3986
3979
|
* @memberof MenuList
|
|
3987
3980
|
*/
|
|
3988
3981
|
hasPrevious: boolean;
|
|
3982
|
+
/**
|
|
3983
|
+
* Indicates total pages.
|
|
3984
|
+
* @type {number}
|
|
3985
|
+
* @memberof MenuList
|
|
3986
|
+
*/
|
|
3987
|
+
totalPages: number;
|
|
3989
3988
|
}
|
|
3990
3989
|
|
|
3991
3990
|
/**
|
|
@@ -4142,23 +4141,23 @@ interface PersonalAccessTokenList {
|
|
|
4142
4141
|
*/
|
|
4143
4142
|
last: boolean;
|
|
4144
4143
|
/**
|
|
4145
|
-
* Indicates
|
|
4146
|
-
* @type {
|
|
4144
|
+
* Indicates whether current page has previous page.
|
|
4145
|
+
* @type {boolean}
|
|
4147
4146
|
* @memberof PersonalAccessTokenList
|
|
4148
4147
|
*/
|
|
4149
|
-
|
|
4148
|
+
hasNext: boolean;
|
|
4150
4149
|
/**
|
|
4151
4150
|
* Indicates whether current page has previous page.
|
|
4152
4151
|
* @type {boolean}
|
|
4153
4152
|
* @memberof PersonalAccessTokenList
|
|
4154
4153
|
*/
|
|
4155
|
-
|
|
4154
|
+
hasPrevious: boolean;
|
|
4156
4155
|
/**
|
|
4157
|
-
* Indicates
|
|
4158
|
-
* @type {
|
|
4156
|
+
* Indicates total pages.
|
|
4157
|
+
* @type {number}
|
|
4159
4158
|
* @memberof PersonalAccessTokenList
|
|
4160
4159
|
*/
|
|
4161
|
-
|
|
4160
|
+
totalPages: number;
|
|
4162
4161
|
}
|
|
4163
4162
|
|
|
4164
4163
|
/**
|
|
@@ -4193,10 +4192,10 @@ interface PluginSpec {
|
|
|
4193
4192
|
version: string;
|
|
4194
4193
|
/**
|
|
4195
4194
|
*
|
|
4196
|
-
* @type {
|
|
4195
|
+
* @type {Author}
|
|
4197
4196
|
* @memberof PluginSpec
|
|
4198
4197
|
*/
|
|
4199
|
-
author?:
|
|
4198
|
+
author?: Author;
|
|
4200
4199
|
/**
|
|
4201
4200
|
*
|
|
4202
4201
|
* @type {string}
|
|
@@ -4442,12 +4441,6 @@ interface PluginList {
|
|
|
4442
4441
|
* @memberof PluginList
|
|
4443
4442
|
*/
|
|
4444
4443
|
last: boolean;
|
|
4445
|
-
/**
|
|
4446
|
-
* Indicates total pages.
|
|
4447
|
-
* @type {number}
|
|
4448
|
-
* @memberof PluginList
|
|
4449
|
-
*/
|
|
4450
|
-
totalPages: number;
|
|
4451
4444
|
/**
|
|
4452
4445
|
* Indicates whether current page has previous page.
|
|
4453
4446
|
* @type {boolean}
|
|
@@ -4460,6 +4453,12 @@ interface PluginList {
|
|
|
4460
4453
|
* @memberof PluginList
|
|
4461
4454
|
*/
|
|
4462
4455
|
hasPrevious: boolean;
|
|
4456
|
+
/**
|
|
4457
|
+
* Indicates total pages.
|
|
4458
|
+
* @type {number}
|
|
4459
|
+
* @memberof PluginList
|
|
4460
|
+
*/
|
|
4461
|
+
totalPages: number;
|
|
4463
4462
|
}
|
|
4464
4463
|
|
|
4465
4464
|
/**
|
|
@@ -4473,7 +4472,6 @@ interface PluginList {
|
|
|
4473
4472
|
* https://openapi-generator.tech
|
|
4474
4473
|
* Do not edit the class manually.
|
|
4475
4474
|
*/
|
|
4476
|
-
|
|
4477
4475
|
/**
|
|
4478
4476
|
*
|
|
4479
4477
|
* @export
|
|
@@ -4487,17 +4485,17 @@ interface PolicySpec {
|
|
|
4487
4485
|
*/
|
|
4488
4486
|
displayName: string;
|
|
4489
4487
|
/**
|
|
4490
|
-
*
|
|
4491
|
-
* @type {
|
|
4488
|
+
* Reference name of PolicyTemplate
|
|
4489
|
+
* @type {string}
|
|
4492
4490
|
* @memberof PolicySpec
|
|
4493
4491
|
*/
|
|
4494
|
-
|
|
4492
|
+
templateName: string;
|
|
4495
4493
|
/**
|
|
4496
|
-
*
|
|
4497
|
-
* @type {
|
|
4494
|
+
* Reference name of ConfigMap extension
|
|
4495
|
+
* @type {string}
|
|
4498
4496
|
* @memberof PolicySpec
|
|
4499
4497
|
*/
|
|
4500
|
-
|
|
4498
|
+
configMapName?: string;
|
|
4501
4499
|
}
|
|
4502
4500
|
|
|
4503
4501
|
/**
|
|
@@ -4598,12 +4596,6 @@ interface PolicyList {
|
|
|
4598
4596
|
* @memberof PolicyList
|
|
4599
4597
|
*/
|
|
4600
4598
|
last: boolean;
|
|
4601
|
-
/**
|
|
4602
|
-
* Indicates total pages.
|
|
4603
|
-
* @type {number}
|
|
4604
|
-
* @memberof PolicyList
|
|
4605
|
-
*/
|
|
4606
|
-
totalPages: number;
|
|
4607
4599
|
/**
|
|
4608
4600
|
* Indicates whether current page has previous page.
|
|
4609
4601
|
* @type {boolean}
|
|
@@ -4616,6 +4608,12 @@ interface PolicyList {
|
|
|
4616
4608
|
* @memberof PolicyList
|
|
4617
4609
|
*/
|
|
4618
4610
|
hasPrevious: boolean;
|
|
4611
|
+
/**
|
|
4612
|
+
* Indicates total pages.
|
|
4613
|
+
* @type {number}
|
|
4614
|
+
* @memberof PolicyList
|
|
4615
|
+
*/
|
|
4616
|
+
totalPages: number;
|
|
4619
4617
|
}
|
|
4620
4618
|
|
|
4621
4619
|
/**
|
|
@@ -4678,7 +4676,6 @@ interface PolicyRule {
|
|
|
4678
4676
|
* https://openapi-generator.tech
|
|
4679
4677
|
* Do not edit the class manually.
|
|
4680
4678
|
*/
|
|
4681
|
-
|
|
4682
4679
|
/**
|
|
4683
4680
|
*
|
|
4684
4681
|
* @export
|
|
@@ -4693,10 +4690,10 @@ interface PolicyTemplateSpec {
|
|
|
4693
4690
|
displayName?: string;
|
|
4694
4691
|
/**
|
|
4695
4692
|
*
|
|
4696
|
-
* @type {
|
|
4693
|
+
* @type {string}
|
|
4697
4694
|
* @memberof PolicyTemplateSpec
|
|
4698
4695
|
*/
|
|
4699
|
-
|
|
4696
|
+
settingName: string;
|
|
4700
4697
|
}
|
|
4701
4698
|
|
|
4702
4699
|
/**
|
|
@@ -4797,12 +4794,6 @@ interface PolicyTemplateList {
|
|
|
4797
4794
|
* @memberof PolicyTemplateList
|
|
4798
4795
|
*/
|
|
4799
4796
|
last: boolean;
|
|
4800
|
-
/**
|
|
4801
|
-
* Indicates total pages.
|
|
4802
|
-
* @type {number}
|
|
4803
|
-
* @memberof PolicyTemplateList
|
|
4804
|
-
*/
|
|
4805
|
-
totalPages: number;
|
|
4806
4797
|
/**
|
|
4807
4798
|
* Indicates whether current page has previous page.
|
|
4808
4799
|
* @type {boolean}
|
|
@@ -4815,6 +4806,12 @@ interface PolicyTemplateList {
|
|
|
4815
4806
|
* @memberof PolicyTemplateList
|
|
4816
4807
|
*/
|
|
4817
4808
|
hasPrevious: boolean;
|
|
4809
|
+
/**
|
|
4810
|
+
* Indicates total pages.
|
|
4811
|
+
* @type {number}
|
|
4812
|
+
* @memberof PolicyTemplateList
|
|
4813
|
+
*/
|
|
4814
|
+
totalPages: number;
|
|
4818
4815
|
}
|
|
4819
4816
|
|
|
4820
4817
|
/**
|
|
@@ -4970,12 +4967,6 @@ interface PostList {
|
|
|
4970
4967
|
* @memberof PostList
|
|
4971
4968
|
*/
|
|
4972
4969
|
last: boolean;
|
|
4973
|
-
/**
|
|
4974
|
-
* Indicates total pages.
|
|
4975
|
-
* @type {number}
|
|
4976
|
-
* @memberof PostList
|
|
4977
|
-
*/
|
|
4978
|
-
totalPages: number;
|
|
4979
4970
|
/**
|
|
4980
4971
|
* Indicates whether current page has previous page.
|
|
4981
4972
|
* @type {boolean}
|
|
@@ -4988,6 +4979,12 @@ interface PostList {
|
|
|
4988
4979
|
* @memberof PostList
|
|
4989
4980
|
*/
|
|
4990
4981
|
hasPrevious: boolean;
|
|
4982
|
+
/**
|
|
4983
|
+
* Indicates total pages.
|
|
4984
|
+
* @type {number}
|
|
4985
|
+
* @memberof PostList
|
|
4986
|
+
*/
|
|
4987
|
+
totalPages: number;
|
|
4991
4988
|
}
|
|
4992
4989
|
|
|
4993
4990
|
/**
|
|
@@ -5076,12 +5073,6 @@ interface ReplyList {
|
|
|
5076
5073
|
* @memberof ReplyList
|
|
5077
5074
|
*/
|
|
5078
5075
|
last: boolean;
|
|
5079
|
-
/**
|
|
5080
|
-
* Indicates total pages.
|
|
5081
|
-
* @type {number}
|
|
5082
|
-
* @memberof ReplyList
|
|
5083
|
-
*/
|
|
5084
|
-
totalPages: number;
|
|
5085
5076
|
/**
|
|
5086
5077
|
* Indicates whether current page has previous page.
|
|
5087
5078
|
* @type {boolean}
|
|
@@ -5094,6 +5085,12 @@ interface ReplyList {
|
|
|
5094
5085
|
* @memberof ReplyList
|
|
5095
5086
|
*/
|
|
5096
5087
|
hasPrevious: boolean;
|
|
5088
|
+
/**
|
|
5089
|
+
* Indicates total pages.
|
|
5090
|
+
* @type {number}
|
|
5091
|
+
* @memberof ReplyList
|
|
5092
|
+
*/
|
|
5093
|
+
totalPages: number;
|
|
5097
5094
|
}
|
|
5098
5095
|
|
|
5099
5096
|
/**
|
|
@@ -5238,12 +5235,6 @@ interface ReplyVoList {
|
|
|
5238
5235
|
* @memberof ReplyVoList
|
|
5239
5236
|
*/
|
|
5240
5237
|
last: boolean;
|
|
5241
|
-
/**
|
|
5242
|
-
* Indicates total pages.
|
|
5243
|
-
* @type {number}
|
|
5244
|
-
* @memberof ReplyVoList
|
|
5245
|
-
*/
|
|
5246
|
-
totalPages: number;
|
|
5247
5238
|
/**
|
|
5248
5239
|
* Indicates whether current page has previous page.
|
|
5249
5240
|
* @type {boolean}
|
|
@@ -5256,6 +5247,12 @@ interface ReplyVoList {
|
|
|
5256
5247
|
* @memberof ReplyVoList
|
|
5257
5248
|
*/
|
|
5258
5249
|
hasPrevious: boolean;
|
|
5250
|
+
/**
|
|
5251
|
+
* Indicates total pages.
|
|
5252
|
+
* @type {number}
|
|
5253
|
+
* @memberof ReplyVoList
|
|
5254
|
+
*/
|
|
5255
|
+
totalPages: number;
|
|
5259
5256
|
}
|
|
5260
5257
|
|
|
5261
5258
|
/**
|
|
@@ -5388,12 +5385,6 @@ interface ReverseProxyList {
|
|
|
5388
5385
|
* @memberof ReverseProxyList
|
|
5389
5386
|
*/
|
|
5390
5387
|
last: boolean;
|
|
5391
|
-
/**
|
|
5392
|
-
* Indicates total pages.
|
|
5393
|
-
* @type {number}
|
|
5394
|
-
* @memberof ReverseProxyList
|
|
5395
|
-
*/
|
|
5396
|
-
totalPages: number;
|
|
5397
5388
|
/**
|
|
5398
5389
|
* Indicates whether current page has previous page.
|
|
5399
5390
|
* @type {boolean}
|
|
@@ -5406,6 +5397,12 @@ interface ReverseProxyList {
|
|
|
5406
5397
|
* @memberof ReverseProxyList
|
|
5407
5398
|
*/
|
|
5408
5399
|
hasPrevious: boolean;
|
|
5400
|
+
/**
|
|
5401
|
+
* Indicates total pages.
|
|
5402
|
+
* @type {number}
|
|
5403
|
+
* @memberof ReverseProxyList
|
|
5404
|
+
*/
|
|
5405
|
+
totalPages: number;
|
|
5409
5406
|
}
|
|
5410
5407
|
|
|
5411
5408
|
/**
|
|
@@ -5630,12 +5627,6 @@ interface RoleBindingList {
|
|
|
5630
5627
|
* @memberof RoleBindingList
|
|
5631
5628
|
*/
|
|
5632
5629
|
last: boolean;
|
|
5633
|
-
/**
|
|
5634
|
-
* Indicates total pages.
|
|
5635
|
-
* @type {number}
|
|
5636
|
-
* @memberof RoleBindingList
|
|
5637
|
-
*/
|
|
5638
|
-
totalPages: number;
|
|
5639
5630
|
/**
|
|
5640
5631
|
* Indicates whether current page has previous page.
|
|
5641
5632
|
* @type {boolean}
|
|
@@ -5648,6 +5639,12 @@ interface RoleBindingList {
|
|
|
5648
5639
|
* @memberof RoleBindingList
|
|
5649
5640
|
*/
|
|
5650
5641
|
hasPrevious: boolean;
|
|
5642
|
+
/**
|
|
5643
|
+
* Indicates total pages.
|
|
5644
|
+
* @type {number}
|
|
5645
|
+
* @memberof RoleBindingList
|
|
5646
|
+
*/
|
|
5647
|
+
totalPages: number;
|
|
5651
5648
|
}
|
|
5652
5649
|
|
|
5653
5650
|
/**
|
|
@@ -5704,12 +5701,6 @@ interface RoleList {
|
|
|
5704
5701
|
* @memberof RoleList
|
|
5705
5702
|
*/
|
|
5706
5703
|
last: boolean;
|
|
5707
|
-
/**
|
|
5708
|
-
* Indicates total pages.
|
|
5709
|
-
* @type {number}
|
|
5710
|
-
* @memberof RoleList
|
|
5711
|
-
*/
|
|
5712
|
-
totalPages: number;
|
|
5713
5704
|
/**
|
|
5714
5705
|
* Indicates whether current page has previous page.
|
|
5715
5706
|
* @type {boolean}
|
|
@@ -5722,6 +5713,12 @@ interface RoleList {
|
|
|
5722
5713
|
* @memberof RoleList
|
|
5723
5714
|
*/
|
|
5724
5715
|
hasPrevious: boolean;
|
|
5716
|
+
/**
|
|
5717
|
+
* Indicates total pages.
|
|
5718
|
+
* @type {number}
|
|
5719
|
+
* @memberof RoleList
|
|
5720
|
+
*/
|
|
5721
|
+
totalPages: number;
|
|
5725
5722
|
}
|
|
5726
5723
|
|
|
5727
5724
|
/**
|
|
@@ -5878,12 +5875,6 @@ interface SearchEngineList {
|
|
|
5878
5875
|
* @memberof SearchEngineList
|
|
5879
5876
|
*/
|
|
5880
5877
|
last: boolean;
|
|
5881
|
-
/**
|
|
5882
|
-
* Indicates total pages.
|
|
5883
|
-
* @type {number}
|
|
5884
|
-
* @memberof SearchEngineList
|
|
5885
|
-
*/
|
|
5886
|
-
totalPages: number;
|
|
5887
5878
|
/**
|
|
5888
5879
|
* Indicates whether current page has previous page.
|
|
5889
5880
|
* @type {boolean}
|
|
@@ -5896,6 +5887,12 @@ interface SearchEngineList {
|
|
|
5896
5887
|
* @memberof SearchEngineList
|
|
5897
5888
|
*/
|
|
5898
5889
|
hasPrevious: boolean;
|
|
5890
|
+
/**
|
|
5891
|
+
* Indicates total pages.
|
|
5892
|
+
* @type {number}
|
|
5893
|
+
* @memberof SearchEngineList
|
|
5894
|
+
*/
|
|
5895
|
+
totalPages: number;
|
|
5899
5896
|
}
|
|
5900
5897
|
|
|
5901
5898
|
/**
|
|
@@ -6059,12 +6056,6 @@ interface SettingList {
|
|
|
6059
6056
|
* @memberof SettingList
|
|
6060
6057
|
*/
|
|
6061
6058
|
last: boolean;
|
|
6062
|
-
/**
|
|
6063
|
-
* Indicates total pages.
|
|
6064
|
-
* @type {number}
|
|
6065
|
-
* @memberof SettingList
|
|
6066
|
-
*/
|
|
6067
|
-
totalPages: number;
|
|
6068
6059
|
/**
|
|
6069
6060
|
* Indicates whether current page has previous page.
|
|
6070
6061
|
* @type {boolean}
|
|
@@ -6077,6 +6068,12 @@ interface SettingList {
|
|
|
6077
6068
|
* @memberof SettingList
|
|
6078
6069
|
*/
|
|
6079
6070
|
hasPrevious: boolean;
|
|
6071
|
+
/**
|
|
6072
|
+
* Indicates total pages.
|
|
6073
|
+
* @type {number}
|
|
6074
|
+
* @memberof SettingList
|
|
6075
|
+
*/
|
|
6076
|
+
totalPages: number;
|
|
6080
6077
|
}
|
|
6081
6078
|
|
|
6082
6079
|
/**
|
|
@@ -6133,12 +6130,6 @@ interface SinglePageList {
|
|
|
6133
6130
|
* @memberof SinglePageList
|
|
6134
6131
|
*/
|
|
6135
6132
|
last: boolean;
|
|
6136
|
-
/**
|
|
6137
|
-
* Indicates total pages.
|
|
6138
|
-
* @type {number}
|
|
6139
|
-
* @memberof SinglePageList
|
|
6140
|
-
*/
|
|
6141
|
-
totalPages: number;
|
|
6142
6133
|
/**
|
|
6143
6134
|
* Indicates whether current page has previous page.
|
|
6144
6135
|
* @type {boolean}
|
|
@@ -6151,6 +6142,12 @@ interface SinglePageList {
|
|
|
6151
6142
|
* @memberof SinglePageList
|
|
6152
6143
|
*/
|
|
6153
6144
|
hasPrevious: boolean;
|
|
6145
|
+
/**
|
|
6146
|
+
* Indicates total pages.
|
|
6147
|
+
* @type {number}
|
|
6148
|
+
* @memberof SinglePageList
|
|
6149
|
+
*/
|
|
6150
|
+
totalPages: number;
|
|
6154
6151
|
}
|
|
6155
6152
|
|
|
6156
6153
|
/**
|
|
@@ -6351,12 +6348,6 @@ interface SnapshotList {
|
|
|
6351
6348
|
* @memberof SnapshotList
|
|
6352
6349
|
*/
|
|
6353
6350
|
last: boolean;
|
|
6354
|
-
/**
|
|
6355
|
-
* Indicates total pages.
|
|
6356
|
-
* @type {number}
|
|
6357
|
-
* @memberof SnapshotList
|
|
6358
|
-
*/
|
|
6359
|
-
totalPages: number;
|
|
6360
6351
|
/**
|
|
6361
6352
|
* Indicates whether current page has previous page.
|
|
6362
6353
|
* @type {boolean}
|
|
@@ -6369,6 +6360,12 @@ interface SnapshotList {
|
|
|
6369
6360
|
* @memberof SnapshotList
|
|
6370
6361
|
*/
|
|
6371
6362
|
hasPrevious: boolean;
|
|
6363
|
+
/**
|
|
6364
|
+
* Indicates total pages.
|
|
6365
|
+
* @type {number}
|
|
6366
|
+
* @memberof SnapshotList
|
|
6367
|
+
*/
|
|
6368
|
+
totalPages: number;
|
|
6372
6369
|
}
|
|
6373
6370
|
|
|
6374
6371
|
/**
|
|
@@ -6425,12 +6422,6 @@ interface TagList {
|
|
|
6425
6422
|
* @memberof TagList
|
|
6426
6423
|
*/
|
|
6427
6424
|
last: boolean;
|
|
6428
|
-
/**
|
|
6429
|
-
* Indicates total pages.
|
|
6430
|
-
* @type {number}
|
|
6431
|
-
* @memberof TagList
|
|
6432
|
-
*/
|
|
6433
|
-
totalPages: number;
|
|
6434
6425
|
/**
|
|
6435
6426
|
* Indicates whether current page has previous page.
|
|
6436
6427
|
* @type {boolean}
|
|
@@ -6443,6 +6434,12 @@ interface TagList {
|
|
|
6443
6434
|
* @memberof TagList
|
|
6444
6435
|
*/
|
|
6445
6436
|
hasPrevious: boolean;
|
|
6437
|
+
/**
|
|
6438
|
+
* Indicates total pages.
|
|
6439
|
+
* @type {number}
|
|
6440
|
+
* @memberof TagList
|
|
6441
|
+
*/
|
|
6442
|
+
totalPages: number;
|
|
6446
6443
|
}
|
|
6447
6444
|
|
|
6448
6445
|
/**
|
|
@@ -6660,12 +6657,6 @@ interface ThemeList {
|
|
|
6660
6657
|
* @memberof ThemeList
|
|
6661
6658
|
*/
|
|
6662
6659
|
last: boolean;
|
|
6663
|
-
/**
|
|
6664
|
-
* Indicates total pages.
|
|
6665
|
-
* @type {number}
|
|
6666
|
-
* @memberof ThemeList
|
|
6667
|
-
*/
|
|
6668
|
-
totalPages: number;
|
|
6669
6660
|
/**
|
|
6670
6661
|
* Indicates whether current page has previous page.
|
|
6671
6662
|
* @type {boolean}
|
|
@@ -6678,6 +6669,12 @@ interface ThemeList {
|
|
|
6678
6669
|
* @memberof ThemeList
|
|
6679
6670
|
*/
|
|
6680
6671
|
hasPrevious: boolean;
|
|
6672
|
+
/**
|
|
6673
|
+
* Indicates total pages.
|
|
6674
|
+
* @type {number}
|
|
6675
|
+
* @memberof ThemeList
|
|
6676
|
+
*/
|
|
6677
|
+
totalPages: number;
|
|
6681
6678
|
}
|
|
6682
6679
|
|
|
6683
6680
|
/**
|
|
@@ -6895,12 +6892,6 @@ interface UserList {
|
|
|
6895
6892
|
* @memberof UserList
|
|
6896
6893
|
*/
|
|
6897
6894
|
last: boolean;
|
|
6898
|
-
/**
|
|
6899
|
-
* Indicates total pages.
|
|
6900
|
-
* @type {number}
|
|
6901
|
-
* @memberof UserList
|
|
6902
|
-
*/
|
|
6903
|
-
totalPages: number;
|
|
6904
6895
|
/**
|
|
6905
6896
|
* Indicates whether current page has previous page.
|
|
6906
6897
|
* @type {boolean}
|
|
@@ -6913,6 +6904,12 @@ interface UserList {
|
|
|
6913
6904
|
* @memberof UserList
|
|
6914
6905
|
*/
|
|
6915
6906
|
hasPrevious: boolean;
|
|
6907
|
+
/**
|
|
6908
|
+
* Indicates total pages.
|
|
6909
|
+
* @type {number}
|
|
6910
|
+
* @memberof UserList
|
|
6911
|
+
*/
|
|
6912
|
+
totalPages: number;
|
|
6916
6913
|
}
|
|
6917
6914
|
|
|
6918
6915
|
/**
|
|
@@ -6991,29 +6988,29 @@ interface VoteRequest {
|
|
|
6991
6988
|
declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
6992
6989
|
/**
|
|
6993
6990
|
*
|
|
6994
|
-
* @param {string} [group] Name of group
|
|
6995
|
-
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
6996
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6997
6991
|
* @param {string} [policy] Name of policy
|
|
6998
6992
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
6999
6993
|
* @param {string} [displayName] Display name of attachment
|
|
6994
|
+
* @param {string} [group] Name of group
|
|
6995
|
+
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
6996
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6997
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7000
6998
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7001
6999
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7002
7000
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7003
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7004
7001
|
* @param {*} [options] Override http request option.
|
|
7005
7002
|
* @throws {RequiredError}
|
|
7006
7003
|
*/
|
|
7007
|
-
searchAttachments: (
|
|
7004
|
+
searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7008
7005
|
/**
|
|
7009
7006
|
*
|
|
7010
|
-
* @param {string} policyName Storage policy name
|
|
7011
7007
|
* @param {any} file
|
|
7008
|
+
* @param {string} policyName Storage policy name
|
|
7012
7009
|
* @param {string} [groupName] The name of the group to which the attachment belongs
|
|
7013
7010
|
* @param {*} [options] Override http request option.
|
|
7014
7011
|
* @throws {RequiredError}
|
|
7015
7012
|
*/
|
|
7016
|
-
uploadAttachment: (
|
|
7013
|
+
uploadAttachment: (file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7017
7014
|
};
|
|
7018
7015
|
/**
|
|
7019
7016
|
* ApiConsoleHaloRunV1alpha1AttachmentApi - functional programming interface
|
|
@@ -7022,29 +7019,29 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
7022
7019
|
declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configuration) => {
|
|
7023
7020
|
/**
|
|
7024
7021
|
*
|
|
7025
|
-
* @param {string} [group] Name of group
|
|
7026
|
-
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7027
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7028
7022
|
* @param {string} [policy] Name of policy
|
|
7029
7023
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7030
7024
|
* @param {string} [displayName] Display name of attachment
|
|
7025
|
+
* @param {string} [group] Name of group
|
|
7026
|
+
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7027
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7028
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7031
7029
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7032
7030
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7033
7031
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7034
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7035
7032
|
* @param {*} [options] Override http request option.
|
|
7036
7033
|
* @throws {RequiredError}
|
|
7037
7034
|
*/
|
|
7038
|
-
searchAttachments(
|
|
7035
|
+
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
|
|
7039
7036
|
/**
|
|
7040
7037
|
*
|
|
7041
|
-
* @param {string} policyName Storage policy name
|
|
7042
7038
|
* @param {any} file
|
|
7039
|
+
* @param {string} policyName Storage policy name
|
|
7043
7040
|
* @param {string} [groupName] The name of the group to which the attachment belongs
|
|
7044
7041
|
* @param {*} [options] Override http request option.
|
|
7045
7042
|
* @throws {RequiredError}
|
|
7046
7043
|
*/
|
|
7047
|
-
uploadAttachment(
|
|
7044
|
+
uploadAttachment(file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Attachment>>;
|
|
7048
7045
|
};
|
|
7049
7046
|
/**
|
|
7050
7047
|
* ApiConsoleHaloRunV1alpha1AttachmentApi - factory interface
|
|
@@ -7053,29 +7050,29 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
7053
7050
|
declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
7054
7051
|
/**
|
|
7055
7052
|
*
|
|
7056
|
-
* @param {string} [group] Name of group
|
|
7057
|
-
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7058
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7059
7053
|
* @param {string} [policy] Name of policy
|
|
7060
7054
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7061
7055
|
* @param {string} [displayName] Display name of attachment
|
|
7056
|
+
* @param {string} [group] Name of group
|
|
7057
|
+
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7058
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7059
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7062
7060
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7063
7061
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7064
7062
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7065
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7066
7063
|
* @param {*} [options] Override http request option.
|
|
7067
7064
|
* @throws {RequiredError}
|
|
7068
7065
|
*/
|
|
7069
|
-
searchAttachments(
|
|
7066
|
+
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, group?: string, ungrouped?: boolean, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
|
|
7070
7067
|
/**
|
|
7071
7068
|
*
|
|
7072
|
-
* @param {string} policyName Storage policy name
|
|
7073
7069
|
* @param {any} file
|
|
7070
|
+
* @param {string} policyName Storage policy name
|
|
7074
7071
|
* @param {string} [groupName] The name of the group to which the attachment belongs
|
|
7075
7072
|
* @param {*} [options] Override http request option.
|
|
7076
7073
|
* @throws {RequiredError}
|
|
7077
7074
|
*/
|
|
7078
|
-
uploadAttachment(
|
|
7075
|
+
uploadAttachment(file: any, policyName: string, groupName?: string, options?: any): AxiosPromise<Attachment>;
|
|
7079
7076
|
};
|
|
7080
7077
|
/**
|
|
7081
7078
|
* Request parameters for searchAttachments operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
|
|
@@ -7084,41 +7081,47 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
7084
7081
|
*/
|
|
7085
7082
|
interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
7086
7083
|
/**
|
|
7087
|
-
* Name of
|
|
7084
|
+
* Name of policy
|
|
7088
7085
|
* @type {string}
|
|
7089
7086
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7090
7087
|
*/
|
|
7091
|
-
readonly
|
|
7088
|
+
readonly policy?: string;
|
|
7092
7089
|
/**
|
|
7093
|
-
*
|
|
7094
|
-
* @type {
|
|
7090
|
+
* Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7091
|
+
* @type {Array<string>}
|
|
7095
7092
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7096
7093
|
*/
|
|
7097
|
-
readonly
|
|
7094
|
+
readonly sort?: Array<string>;
|
|
7098
7095
|
/**
|
|
7099
|
-
*
|
|
7096
|
+
* Display name of attachment
|
|
7100
7097
|
* @type {string}
|
|
7101
7098
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7102
7099
|
*/
|
|
7103
|
-
readonly
|
|
7100
|
+
readonly displayName?: string;
|
|
7104
7101
|
/**
|
|
7105
|
-
* Name of
|
|
7102
|
+
* Name of group
|
|
7106
7103
|
* @type {string}
|
|
7107
7104
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7108
7105
|
*/
|
|
7109
|
-
readonly
|
|
7106
|
+
readonly group?: string;
|
|
7110
7107
|
/**
|
|
7111
|
-
*
|
|
7112
|
-
* @type {
|
|
7108
|
+
* Filter attachments without group. This parameter will ignore group parameter.
|
|
7109
|
+
* @type {boolean}
|
|
7113
7110
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7114
7111
|
*/
|
|
7115
|
-
readonly
|
|
7112
|
+
readonly ungrouped?: boolean;
|
|
7116
7113
|
/**
|
|
7117
|
-
*
|
|
7114
|
+
* Name of user who uploaded the attachment
|
|
7118
7115
|
* @type {string}
|
|
7119
7116
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7120
7117
|
*/
|
|
7121
|
-
readonly
|
|
7118
|
+
readonly uploadedBy?: string;
|
|
7119
|
+
/**
|
|
7120
|
+
* Size of one page. Zero indicates no limit.
|
|
7121
|
+
* @type {number}
|
|
7122
|
+
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7123
|
+
*/
|
|
7124
|
+
readonly size?: number;
|
|
7122
7125
|
/**
|
|
7123
7126
|
* The page number. Zero indicates no page.
|
|
7124
7127
|
* @type {number}
|
|
@@ -7137,12 +7140,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7137
7140
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7138
7141
|
*/
|
|
7139
7142
|
readonly fieldSelector?: Array<string>;
|
|
7140
|
-
/**
|
|
7141
|
-
* Size of one page. Zero indicates no limit.
|
|
7142
|
-
* @type {number}
|
|
7143
|
-
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7144
|
-
*/
|
|
7145
|
-
readonly size?: number;
|
|
7146
7143
|
}
|
|
7147
7144
|
/**
|
|
7148
7145
|
* Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
|
|
@@ -7150,18 +7147,18 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7150
7147
|
* @interface ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest
|
|
7151
7148
|
*/
|
|
7152
7149
|
interface ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest {
|
|
7153
|
-
/**
|
|
7154
|
-
* Storage policy name
|
|
7155
|
-
* @type {string}
|
|
7156
|
-
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
|
|
7157
|
-
*/
|
|
7158
|
-
readonly policyName: string;
|
|
7159
7150
|
/**
|
|
7160
7151
|
*
|
|
7161
7152
|
* @type {any}
|
|
7162
7153
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
|
|
7163
7154
|
*/
|
|
7164
7155
|
readonly file: any;
|
|
7156
|
+
/**
|
|
7157
|
+
* Storage policy name
|
|
7158
|
+
* @type {string}
|
|
7159
|
+
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
|
|
7160
|
+
*/
|
|
7161
|
+
readonly policyName: string;
|
|
7165
7162
|
/**
|
|
7166
7163
|
* The name of the group to which the attachment belongs
|
|
7167
7164
|
* @type {string}
|
|
@@ -7216,25 +7213,25 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
|
|
|
7216
7213
|
createReply: (name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7217
7214
|
/**
|
|
7218
7215
|
* List comments.
|
|
7219
|
-
* @param {
|
|
7216
|
+
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7220
7217
|
* @param {string} [keyword] Comments filtered by keyword.
|
|
7221
|
-
* @param {boolean} [approved] Comments approved.
|
|
7222
7218
|
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7223
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.
|
|
7224
7222
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
7225
7223
|
* @param {string} [ownerKind] Commenter kind.
|
|
7226
7224
|
* @param {string} [ownerName] Commenter name.
|
|
7227
7225
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7228
7226
|
* @param {string} [subjectName] Comment subject name.
|
|
7229
|
-
* @param {
|
|
7227
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7230
7228
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7231
7229
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7232
7230
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7233
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7234
7231
|
* @param {*} [options] Override http request option.
|
|
7235
7232
|
* @throws {RequiredError}
|
|
7236
7233
|
*/
|
|
7237
|
-
listComments: (
|
|
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>;
|
|
7238
7235
|
};
|
|
7239
7236
|
/**
|
|
7240
7237
|
* ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
|
|
@@ -7258,25 +7255,25 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
|
|
|
7258
7255
|
createReply(name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reply>>;
|
|
7259
7256
|
/**
|
|
7260
7257
|
* List comments.
|
|
7261
|
-
* @param {
|
|
7258
|
+
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7262
7259
|
* @param {string} [keyword] Comments filtered by keyword.
|
|
7263
|
-
* @param {boolean} [approved] Comments approved.
|
|
7264
7260
|
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7265
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.
|
|
7266
7264
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
7267
7265
|
* @param {string} [ownerKind] Commenter kind.
|
|
7268
7266
|
* @param {string} [ownerName] Commenter name.
|
|
7269
7267
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7270
7268
|
* @param {string} [subjectName] Comment subject name.
|
|
7271
|
-
* @param {
|
|
7269
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7272
7270
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7273
7271
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7274
7272
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7275
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7276
7273
|
* @param {*} [options] Override http request option.
|
|
7277
7274
|
* @throws {RequiredError}
|
|
7278
7275
|
*/
|
|
7279
|
-
listComments(
|
|
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>>;
|
|
7280
7277
|
};
|
|
7281
7278
|
/**
|
|
7282
7279
|
* ApiConsoleHaloRunV1alpha1CommentApi - factory interface
|
|
@@ -7300,25 +7297,25 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
|
|
|
7300
7297
|
createReply(name: string, replyRequest: ReplyRequest, options?: any): AxiosPromise<Reply>;
|
|
7301
7298
|
/**
|
|
7302
7299
|
* List comments.
|
|
7303
|
-
* @param {
|
|
7300
|
+
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7304
7301
|
* @param {string} [keyword] Comments filtered by keyword.
|
|
7305
|
-
* @param {boolean} [approved] Comments approved.
|
|
7306
7302
|
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7307
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.
|
|
7308
7306
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
7309
7307
|
* @param {string} [ownerKind] Commenter kind.
|
|
7310
7308
|
* @param {string} [ownerName] Commenter name.
|
|
7311
7309
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7312
7310
|
* @param {string} [subjectName] Comment subject name.
|
|
7313
|
-
* @param {
|
|
7311
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7314
7312
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7315
7313
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7316
7314
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7317
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7318
7315
|
* @param {*} [options] Override http request option.
|
|
7319
7316
|
* @throws {RequiredError}
|
|
7320
7317
|
*/
|
|
7321
|
-
listComments(
|
|
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>;
|
|
7322
7319
|
};
|
|
7323
7320
|
/**
|
|
7324
7321
|
* Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
|
|
@@ -7359,23 +7356,17 @@ interface ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest {
|
|
|
7359
7356
|
*/
|
|
7360
7357
|
interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
7361
7358
|
/**
|
|
7362
|
-
*
|
|
7363
|
-
* @type {
|
|
7359
|
+
* Comment collation.
|
|
7360
|
+
* @type {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'}
|
|
7364
7361
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7365
7362
|
*/
|
|
7366
|
-
readonly
|
|
7363
|
+
readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
|
|
7367
7364
|
/**
|
|
7368
7365
|
* Comments filtered by keyword.
|
|
7369
7366
|
* @type {string}
|
|
7370
7367
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7371
7368
|
*/
|
|
7372
7369
|
readonly keyword?: string;
|
|
7373
|
-
/**
|
|
7374
|
-
* Comments approved.
|
|
7375
|
-
* @type {boolean}
|
|
7376
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7377
|
-
*/
|
|
7378
|
-
readonly approved?: boolean;
|
|
7379
7370
|
/**
|
|
7380
7371
|
* The comment is hidden from the theme side.
|
|
7381
7372
|
* @type {boolean}
|
|
@@ -7388,6 +7379,18 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7388
7379
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7389
7380
|
*/
|
|
7390
7381
|
readonly top?: boolean;
|
|
7382
|
+
/**
|
|
7383
|
+
* ascending order If it is true; otherwise, it is in descending order.
|
|
7384
|
+
* @type {boolean}
|
|
7385
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7386
|
+
*/
|
|
7387
|
+
readonly sortOrder?: boolean;
|
|
7388
|
+
/**
|
|
7389
|
+
* Comments approved.
|
|
7390
|
+
* @type {boolean}
|
|
7391
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7392
|
+
*/
|
|
7393
|
+
readonly approved?: boolean;
|
|
7391
7394
|
/**
|
|
7392
7395
|
* Send notifications when there are new replies.
|
|
7393
7396
|
* @type {boolean}
|
|
@@ -7419,11 +7422,11 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7419
7422
|
*/
|
|
7420
7423
|
readonly subjectName?: string;
|
|
7421
7424
|
/**
|
|
7422
|
-
*
|
|
7423
|
-
* @type {
|
|
7425
|
+
* Size of one page. Zero indicates no limit.
|
|
7426
|
+
* @type {number}
|
|
7424
7427
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7425
7428
|
*/
|
|
7426
|
-
readonly
|
|
7429
|
+
readonly size?: number;
|
|
7427
7430
|
/**
|
|
7428
7431
|
* The page number. Zero indicates no page.
|
|
7429
7432
|
* @type {number}
|
|
@@ -7442,12 +7445,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7442
7445
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7443
7446
|
*/
|
|
7444
7447
|
readonly fieldSelector?: Array<string>;
|
|
7445
|
-
/**
|
|
7446
|
-
* Size of one page. Zero indicates no limit.
|
|
7447
|
-
* @type {number}
|
|
7448
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7449
|
-
*/
|
|
7450
|
-
readonly size?: number;
|
|
7451
7448
|
}
|
|
7452
7449
|
/**
|
|
7453
7450
|
* ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
|
|
@@ -7710,17 +7707,17 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7710
7707
|
installPlugin: (file: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7711
7708
|
/**
|
|
7712
7709
|
* List plugins using query criteria and sort params
|
|
7713
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7714
|
-
* @param {string} [keyword] Keyword of plugin name or description
|
|
7715
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.
|
|
7716
7714
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7717
7715
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7718
7716
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7719
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7720
7717
|
* @param {*} [options] Override http request option.
|
|
7721
7718
|
* @throws {RequiredError}
|
|
7722
7719
|
*/
|
|
7723
|
-
listPlugins: (
|
|
7720
|
+
listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7724
7721
|
/**
|
|
7725
7722
|
* Upgrade a plugin by uploading a Jar file
|
|
7726
7723
|
* @param {string} name
|
|
@@ -7744,17 +7741,17 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7744
7741
|
installPlugin(file: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Plugin>>;
|
|
7745
7742
|
/**
|
|
7746
7743
|
* List plugins using query criteria and sort params
|
|
7747
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7748
|
-
* @param {string} [keyword] Keyword of plugin name or description
|
|
7749
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.
|
|
7750
7748
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7751
7749
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7752
7750
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7753
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7754
7751
|
* @param {*} [options] Override http request option.
|
|
7755
7752
|
* @throws {RequiredError}
|
|
7756
7753
|
*/
|
|
7757
|
-
listPlugins(
|
|
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>>;
|
|
7758
7755
|
/**
|
|
7759
7756
|
* Upgrade a plugin by uploading a Jar file
|
|
7760
7757
|
* @param {string} name
|
|
@@ -7778,17 +7775,17 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7778
7775
|
installPlugin(file: any, options?: any): AxiosPromise<Plugin>;
|
|
7779
7776
|
/**
|
|
7780
7777
|
* List plugins using query criteria and sort params
|
|
7781
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7782
|
-
* @param {string} [keyword] Keyword of plugin name or description
|
|
7783
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.
|
|
7784
7782
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7785
7783
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7786
7784
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7787
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7788
7785
|
* @param {*} [options] Override http request option.
|
|
7789
7786
|
* @throws {RequiredError}
|
|
7790
7787
|
*/
|
|
7791
|
-
listPlugins(
|
|
7788
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
|
|
7792
7789
|
/**
|
|
7793
7790
|
* Upgrade a plugin by uploading a Jar file
|
|
7794
7791
|
* @param {string} name
|
|
@@ -7818,11 +7815,11 @@ interface ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest {
|
|
|
7818
7815
|
*/
|
|
7819
7816
|
interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
7820
7817
|
/**
|
|
7821
|
-
*
|
|
7822
|
-
* @type {
|
|
7818
|
+
* Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7819
|
+
* @type {Array<string>}
|
|
7823
7820
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7824
7821
|
*/
|
|
7825
|
-
readonly
|
|
7822
|
+
readonly sort?: Array<string>;
|
|
7826
7823
|
/**
|
|
7827
7824
|
* Keyword of plugin name or description
|
|
7828
7825
|
* @type {string}
|
|
@@ -7830,11 +7827,17 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7830
7827
|
*/
|
|
7831
7828
|
readonly keyword?: string;
|
|
7832
7829
|
/**
|
|
7833
|
-
*
|
|
7834
|
-
* @type {
|
|
7830
|
+
* Whether the plugin is enabled
|
|
7831
|
+
* @type {boolean}
|
|
7835
7832
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7836
7833
|
*/
|
|
7837
|
-
readonly
|
|
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;
|
|
7838
7841
|
/**
|
|
7839
7842
|
* The page number. Zero indicates no page.
|
|
7840
7843
|
* @type {number}
|
|
@@ -7853,12 +7856,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7853
7856
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7854
7857
|
*/
|
|
7855
7858
|
readonly fieldSelector?: Array<string>;
|
|
7856
|
-
/**
|
|
7857
|
-
* Size of one page. Zero indicates no limit.
|
|
7858
|
-
* @type {number}
|
|
7859
|
-
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7860
|
-
*/
|
|
7861
|
-
readonly size?: number;
|
|
7862
7859
|
}
|
|
7863
7860
|
/**
|
|
7864
7861
|
* Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
|
|
@@ -7926,22 +7923,22 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7926
7923
|
draftPost: (postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7927
7924
|
/**
|
|
7928
7925
|
* List posts.
|
|
7929
|
-
* @param {
|
|
7926
|
+
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7927
|
+
* @param {string} [keyword] Posts filtered by keyword.
|
|
7928
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7930
7929
|
* @param {Array<string>} [tag]
|
|
7931
7930
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7932
|
-
* @param {string} [keyword] Posts filtered by keyword.
|
|
7933
7931
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
7934
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7935
7932
|
* @param {Array<string>} [category]
|
|
7936
|
-
* @param {
|
|
7933
|
+
* @param {Array<string>} [contributor]
|
|
7934
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7937
7935
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7938
7936
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7939
7937
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7940
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7941
7938
|
* @param {*} [options] Override http request option.
|
|
7942
7939
|
* @throws {RequiredError}
|
|
7943
7940
|
*/
|
|
7944
|
-
listPosts: (
|
|
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>;
|
|
7945
7942
|
/**
|
|
7946
7943
|
* Publish a post.
|
|
7947
7944
|
* @param {string} name
|
|
@@ -7995,22 +7992,22 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
7995
7992
|
draftPost(postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
7996
7993
|
/**
|
|
7997
7994
|
* List posts.
|
|
7998
|
-
* @param {
|
|
7995
|
+
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7996
|
+
* @param {string} [keyword] Posts filtered by keyword.
|
|
7997
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7999
7998
|
* @param {Array<string>} [tag]
|
|
8000
7999
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8001
|
-
* @param {string} [keyword] Posts filtered by keyword.
|
|
8002
8000
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8003
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8004
8001
|
* @param {Array<string>} [category]
|
|
8005
|
-
* @param {
|
|
8002
|
+
* @param {Array<string>} [contributor]
|
|
8003
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8006
8004
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8007
8005
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8008
8006
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8009
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8010
8007
|
* @param {*} [options] Override http request option.
|
|
8011
8008
|
* @throws {RequiredError}
|
|
8012
8009
|
*/
|
|
8013
|
-
listPosts(
|
|
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>>;
|
|
8014
8011
|
/**
|
|
8015
8012
|
* Publish a post.
|
|
8016
8013
|
* @param {string} name
|
|
@@ -8064,22 +8061,22 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
8064
8061
|
draftPost(postRequest: PostRequest, options?: any): AxiosPromise<Post>;
|
|
8065
8062
|
/**
|
|
8066
8063
|
* List posts.
|
|
8067
|
-
* @param {
|
|
8064
|
+
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
8065
|
+
* @param {string} [keyword] Posts filtered by keyword.
|
|
8066
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8068
8067
|
* @param {Array<string>} [tag]
|
|
8069
8068
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8070
|
-
* @param {string} [keyword] Posts filtered by keyword.
|
|
8071
8069
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8072
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8073
8070
|
* @param {Array<string>} [category]
|
|
8074
|
-
* @param {
|
|
8071
|
+
* @param {Array<string>} [contributor]
|
|
8072
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8075
8073
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8076
8074
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8077
8075
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8078
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8079
8076
|
* @param {*} [options] Override http request option.
|
|
8080
8077
|
* @throws {RequiredError}
|
|
8081
8078
|
*/
|
|
8082
|
-
listPosts(
|
|
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>;
|
|
8083
8080
|
/**
|
|
8084
8081
|
* Publish a post.
|
|
8085
8082
|
* @param {string} name
|
|
@@ -8138,12 +8135,24 @@ interface ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest {
|
|
|
8138
8135
|
* @interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest
|
|
8139
8136
|
*/
|
|
8140
8137
|
interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
8138
|
+
/**
|
|
8139
|
+
* Post collation.
|
|
8140
|
+
* @type {'PUBLISH_TIME' | 'CREATE_TIME'}
|
|
8141
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8142
|
+
*/
|
|
8143
|
+
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8144
|
+
/**
|
|
8145
|
+
* Posts filtered by keyword.
|
|
8146
|
+
* @type {string}
|
|
8147
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8148
|
+
*/
|
|
8149
|
+
readonly keyword?: string;
|
|
8141
8150
|
/**
|
|
8142
8151
|
*
|
|
8143
|
-
* @type {
|
|
8152
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8144
8153
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8145
8154
|
*/
|
|
8146
|
-
readonly
|
|
8155
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8147
8156
|
/**
|
|
8148
8157
|
*
|
|
8149
8158
|
* @type {Array<string>}
|
|
@@ -8156,12 +8165,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8156
8165
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8157
8166
|
*/
|
|
8158
8167
|
readonly sortOrder?: boolean;
|
|
8159
|
-
/**
|
|
8160
|
-
* Posts filtered by keyword.
|
|
8161
|
-
* @type {string}
|
|
8162
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8163
|
-
*/
|
|
8164
|
-
readonly keyword?: string;
|
|
8165
8168
|
/**
|
|
8166
8169
|
*
|
|
8167
8170
|
* @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
|
|
@@ -8170,22 +8173,22 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8170
8173
|
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
|
|
8171
8174
|
/**
|
|
8172
8175
|
*
|
|
8173
|
-
* @type {
|
|
8176
|
+
* @type {Array<string>}
|
|
8174
8177
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8175
8178
|
*/
|
|
8176
|
-
readonly
|
|
8179
|
+
readonly category?: Array<string>;
|
|
8177
8180
|
/**
|
|
8178
8181
|
*
|
|
8179
8182
|
* @type {Array<string>}
|
|
8180
8183
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8181
8184
|
*/
|
|
8182
|
-
readonly
|
|
8185
|
+
readonly contributor?: Array<string>;
|
|
8183
8186
|
/**
|
|
8184
|
-
*
|
|
8185
|
-
* @type {
|
|
8187
|
+
* Size of one page. Zero indicates no limit.
|
|
8188
|
+
* @type {number}
|
|
8186
8189
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8187
8190
|
*/
|
|
8188
|
-
readonly
|
|
8191
|
+
readonly size?: number;
|
|
8189
8192
|
/**
|
|
8190
8193
|
* The page number. Zero indicates no page.
|
|
8191
8194
|
* @type {number}
|
|
@@ -8204,12 +8207,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8204
8207
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8205
8208
|
*/
|
|
8206
8209
|
readonly fieldSelector?: Array<string>;
|
|
8207
|
-
/**
|
|
8208
|
-
* Size of one page. Zero indicates no limit.
|
|
8209
|
-
* @type {number}
|
|
8210
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8211
|
-
*/
|
|
8212
|
-
readonly size?: number;
|
|
8213
8210
|
}
|
|
8214
8211
|
/**
|
|
8215
8212
|
* Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
|
|
@@ -8367,14 +8364,14 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
|
|
|
8367
8364
|
/**
|
|
8368
8365
|
* List replies.
|
|
8369
8366
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8367
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8370
8368
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8371
8369
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8372
8370
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8373
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8374
8371
|
* @param {*} [options] Override http request option.
|
|
8375
8372
|
* @throws {RequiredError}
|
|
8376
8373
|
*/
|
|
8377
|
-
listReplies: (commentName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8374
|
+
listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8378
8375
|
};
|
|
8379
8376
|
/**
|
|
8380
8377
|
* ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
|
|
@@ -8384,14 +8381,14 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
|
|
|
8384
8381
|
/**
|
|
8385
8382
|
* List replies.
|
|
8386
8383
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8384
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8387
8385
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8388
8386
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8389
8387
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8390
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8391
8388
|
* @param {*} [options] Override http request option.
|
|
8392
8389
|
* @throws {RequiredError}
|
|
8393
8390
|
*/
|
|
8394
|
-
listReplies(commentName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8391
|
+
listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
|
|
8395
8392
|
};
|
|
8396
8393
|
/**
|
|
8397
8394
|
* ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
|
|
@@ -8401,14 +8398,14 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
|
|
|
8401
8398
|
/**
|
|
8402
8399
|
* List replies.
|
|
8403
8400
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8401
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8404
8402
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8405
8403
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8406
8404
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8407
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8408
8405
|
* @param {*} [options] Override http request option.
|
|
8409
8406
|
* @throws {RequiredError}
|
|
8410
8407
|
*/
|
|
8411
|
-
listReplies(commentName?: string, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8408
|
+
listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
|
|
8412
8409
|
};
|
|
8413
8410
|
/**
|
|
8414
8411
|
* Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
|
|
@@ -8422,6 +8419,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
|
|
|
8422
8419
|
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8423
8420
|
*/
|
|
8424
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;
|
|
8425
8428
|
/**
|
|
8426
8429
|
* The page number. Zero indicates no page.
|
|
8427
8430
|
* @type {number}
|
|
@@ -8440,12 +8443,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
|
|
|
8440
8443
|
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8441
8444
|
*/
|
|
8442
8445
|
readonly fieldSelector?: Array<string>;
|
|
8443
|
-
/**
|
|
8444
|
-
* Size of one page. Zero indicates no limit.
|
|
8445
|
-
* @type {number}
|
|
8446
|
-
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8447
|
-
*/
|
|
8448
|
-
readonly size?: number;
|
|
8449
8446
|
}
|
|
8450
8447
|
/**
|
|
8451
8448
|
* ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
|
|
@@ -8478,20 +8475,20 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
8478
8475
|
draftSinglePage: (singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8479
8476
|
/**
|
|
8480
8477
|
* List single pages.
|
|
8481
|
-
* @param {
|
|
8482
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8478
|
+
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8483
8479
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8484
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8485
8480
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8486
|
-
* @param {
|
|
8481
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
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.
|
|
8487
8485
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8488
8486
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8489
8487
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8490
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8491
8488
|
* @param {*} [options] Override http request option.
|
|
8492
8489
|
* @throws {RequiredError}
|
|
8493
8490
|
*/
|
|
8494
|
-
listSinglePages: (
|
|
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>;
|
|
8495
8492
|
/**
|
|
8496
8493
|
* Publish a single page.
|
|
8497
8494
|
* @param {string} name
|
|
@@ -8530,20 +8527,20 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8530
8527
|
draftSinglePage(singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
8531
8528
|
/**
|
|
8532
8529
|
* List single pages.
|
|
8533
|
-
* @param {
|
|
8534
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8530
|
+
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8535
8531
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8536
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8537
8532
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8538
|
-
* @param {
|
|
8533
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
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.
|
|
8539
8537
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8540
8538
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8541
8539
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8542
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8543
8540
|
* @param {*} [options] Override http request option.
|
|
8544
8541
|
* @throws {RequiredError}
|
|
8545
8542
|
*/
|
|
8546
|
-
listSinglePages(
|
|
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>>;
|
|
8547
8544
|
/**
|
|
8548
8545
|
* Publish a single page.
|
|
8549
8546
|
* @param {string} name
|
|
@@ -8582,20 +8579,20 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8582
8579
|
draftSinglePage(singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
|
|
8583
8580
|
/**
|
|
8584
8581
|
* List single pages.
|
|
8585
|
-
* @param {
|
|
8586
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8582
|
+
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8587
8583
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8588
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8589
8584
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8590
|
-
* @param {
|
|
8585
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
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.
|
|
8591
8589
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8592
8590
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8593
8591
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8594
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8595
8592
|
* @param {*} [options] Override http request option.
|
|
8596
8593
|
* @throws {RequiredError}
|
|
8597
8594
|
*/
|
|
8598
|
-
listSinglePages(
|
|
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>;
|
|
8599
8596
|
/**
|
|
8600
8597
|
* Publish a single page.
|
|
8601
8598
|
* @param {string} name
|
|
@@ -8639,24 +8636,30 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest {
|
|
|
8639
8636
|
* @interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest
|
|
8640
8637
|
*/
|
|
8641
8638
|
interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
8639
|
+
/**
|
|
8640
|
+
* SinglePage collation.
|
|
8641
|
+
* @type {'PUBLISH_TIME' | 'CREATE_TIME'}
|
|
8642
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8643
|
+
*/
|
|
8644
|
+
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8645
|
+
/**
|
|
8646
|
+
* SinglePages filtered by keyword.
|
|
8647
|
+
* @type {string}
|
|
8648
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8649
|
+
*/
|
|
8650
|
+
readonly keyword?: string;
|
|
8642
8651
|
/**
|
|
8643
8652
|
*
|
|
8644
|
-
* @type {
|
|
8653
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8645
8654
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8646
8655
|
*/
|
|
8647
|
-
readonly
|
|
8656
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8648
8657
|
/**
|
|
8649
8658
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
8650
8659
|
* @type {boolean}
|
|
8651
8660
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8652
8661
|
*/
|
|
8653
8662
|
readonly sortOrder?: boolean;
|
|
8654
|
-
/**
|
|
8655
|
-
* SinglePages filtered by keyword.
|
|
8656
|
-
* @type {string}
|
|
8657
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8658
|
-
*/
|
|
8659
|
-
readonly keyword?: string;
|
|
8660
8663
|
/**
|
|
8661
8664
|
*
|
|
8662
8665
|
* @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
|
|
@@ -8665,16 +8668,16 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8665
8668
|
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
|
|
8666
8669
|
/**
|
|
8667
8670
|
*
|
|
8668
|
-
* @type {
|
|
8671
|
+
* @type {Array<string>}
|
|
8669
8672
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8670
8673
|
*/
|
|
8671
|
-
readonly
|
|
8674
|
+
readonly contributor?: Array<string>;
|
|
8672
8675
|
/**
|
|
8673
|
-
*
|
|
8674
|
-
* @type {
|
|
8676
|
+
* Size of one page. Zero indicates no limit.
|
|
8677
|
+
* @type {number}
|
|
8675
8678
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8676
8679
|
*/
|
|
8677
|
-
readonly
|
|
8680
|
+
readonly size?: number;
|
|
8678
8681
|
/**
|
|
8679
8682
|
* The page number. Zero indicates no page.
|
|
8680
8683
|
* @type {number}
|
|
@@ -8693,12 +8696,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8693
8696
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8694
8697
|
*/
|
|
8695
8698
|
readonly fieldSelector?: Array<string>;
|
|
8696
|
-
/**
|
|
8697
|
-
* Size of one page. Zero indicates no limit.
|
|
8698
|
-
* @type {number}
|
|
8699
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8700
|
-
*/
|
|
8701
|
-
readonly size?: number;
|
|
8702
8699
|
}
|
|
8703
8700
|
/**
|
|
8704
8701
|
* Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
|
|
@@ -8867,14 +8864,14 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
|
|
|
8867
8864
|
/**
|
|
8868
8865
|
* List themes.
|
|
8869
8866
|
* @param {boolean} uninstalled
|
|
8867
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8870
8868
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8871
8869
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8872
8870
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8873
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8874
8871
|
* @param {*} [options] Override http request option.
|
|
8875
8872
|
* @throws {RequiredError}
|
|
8876
8873
|
*/
|
|
8877
|
-
listThemes: (uninstalled: boolean, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8874
|
+
listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8878
8875
|
/**
|
|
8879
8876
|
* Reload theme setting.
|
|
8880
8877
|
* @param {string} name
|
|
@@ -8906,14 +8903,14 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
|
|
|
8906
8903
|
/**
|
|
8907
8904
|
* List themes.
|
|
8908
8905
|
* @param {boolean} uninstalled
|
|
8906
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8909
8907
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8910
8908
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8911
8909
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8912
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8913
8910
|
* @param {*} [options] Override http request option.
|
|
8914
8911
|
* @throws {RequiredError}
|
|
8915
8912
|
*/
|
|
8916
|
-
listThemes(uninstalled: boolean, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8913
|
+
listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
|
|
8917
8914
|
/**
|
|
8918
8915
|
* Reload theme setting.
|
|
8919
8916
|
* @param {string} name
|
|
@@ -8945,14 +8942,14 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
|
|
|
8945
8942
|
/**
|
|
8946
8943
|
* List themes.
|
|
8947
8944
|
* @param {boolean} uninstalled
|
|
8945
|
+
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8948
8946
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8949
8947
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8950
8948
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8951
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8952
8949
|
* @param {*} [options] Override http request option.
|
|
8953
8950
|
* @throws {RequiredError}
|
|
8954
8951
|
*/
|
|
8955
|
-
listThemes(uninstalled: boolean, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8952
|
+
listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
|
|
8956
8953
|
/**
|
|
8957
8954
|
* Reload theme setting.
|
|
8958
8955
|
* @param {string} name
|
|
@@ -8994,6 +8991,12 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
|
|
|
8994
8991
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
8995
8992
|
*/
|
|
8996
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;
|
|
8997
9000
|
/**
|
|
8998
9001
|
* The page number. Zero indicates no page.
|
|
8999
9002
|
* @type {number}
|
|
@@ -9012,12 +9015,6 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
|
|
|
9012
9015
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9013
9016
|
*/
|
|
9014
9017
|
readonly fieldSelector?: Array<string>;
|
|
9015
|
-
/**
|
|
9016
|
-
* Size of one page. Zero indicates no limit.
|
|
9017
|
-
* @type {number}
|
|
9018
|
-
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9019
|
-
*/
|
|
9020
|
-
readonly size?: number;
|
|
9021
9018
|
}
|
|
9022
9019
|
/**
|
|
9023
9020
|
* Request parameters for reload operation in ApiConsoleHaloRunV1alpha1ThemeApi.
|
|
@@ -9318,24 +9315,24 @@ declare const ApiHaloRunV1alpha1CommentApiAxiosParamCreator: (configuration?: Co
|
|
|
9318
9315
|
/**
|
|
9319
9316
|
* List comment replies.
|
|
9320
9317
|
* @param {string} name
|
|
9321
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9322
9318
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
9319
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9323
9320
|
* @param {*} [options] Override http request option.
|
|
9324
9321
|
* @throws {RequiredError}
|
|
9325
9322
|
*/
|
|
9326
|
-
listCommentReplies: (name: string,
|
|
9323
|
+
listCommentReplies: (name: string, size?: number, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9327
9324
|
/**
|
|
9328
9325
|
* List comments.
|
|
9329
|
-
* @param {string} kind The comment subject kind.
|
|
9330
9326
|
* @param {string} name The comment subject name.
|
|
9331
9327
|
* @param {string} version The comment subject version.
|
|
9328
|
+
* @param {string} kind The comment subject kind.
|
|
9332
9329
|
* @param {string} [group] The comment subject group.
|
|
9333
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9334
9330
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
9331
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9335
9332
|
* @param {*} [options] Override http request option.
|
|
9336
9333
|
* @throws {RequiredError}
|
|
9337
9334
|
*/
|
|
9338
|
-
listComments1: (
|
|
9335
|
+
listComments1: (name: string, version: string, kind: string, group?: string, size?: number, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9339
9336
|
};
|
|
9340
9337
|
/**
|
|
9341
9338
|
* ApiHaloRunV1alpha1CommentApi - functional programming interface
|
|
@@ -9367,24 +9364,24 @@ declare const ApiHaloRunV1alpha1CommentApiFp: (configuration?: Configuration) =>
|
|
|
9367
9364
|
/**
|
|
9368
9365
|
* List comment replies.
|
|
9369
9366
|
* @param {string} name
|
|
9370
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9371
9367
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
9368
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9372
9369
|
* @param {*} [options] Override http request option.
|
|
9373
9370
|
* @throws {RequiredError}
|
|
9374
9371
|
*/
|
|
9375
|
-
listCommentReplies(name: string,
|
|
9372
|
+
listCommentReplies(name: string, size?: number, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReplyVoList>>;
|
|
9376
9373
|
/**
|
|
9377
9374
|
* List comments.
|
|
9378
|
-
* @param {string} kind The comment subject kind.
|
|
9379
9375
|
* @param {string} name The comment subject name.
|
|
9380
9376
|
* @param {string} version The comment subject version.
|
|
9377
|
+
* @param {string} kind The comment subject kind.
|
|
9381
9378
|
* @param {string} [group] The comment subject group.
|
|
9382
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9383
9379
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
9380
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9384
9381
|
* @param {*} [options] Override http request option.
|
|
9385
9382
|
* @throws {RequiredError}
|
|
9386
9383
|
*/
|
|
9387
|
-
listComments1(
|
|
9384
|
+
listComments1(name: string, version: string, kind: string, group?: string, size?: number, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CommentVoList>>;
|
|
9388
9385
|
};
|
|
9389
9386
|
/**
|
|
9390
9387
|
* ApiHaloRunV1alpha1CommentApi - factory interface
|
|
@@ -9416,24 +9413,24 @@ declare const ApiHaloRunV1alpha1CommentApiFactory: (configuration?: Configuratio
|
|
|
9416
9413
|
/**
|
|
9417
9414
|
* List comment replies.
|
|
9418
9415
|
* @param {string} name
|
|
9419
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9420
9416
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
9417
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9421
9418
|
* @param {*} [options] Override http request option.
|
|
9422
9419
|
* @throws {RequiredError}
|
|
9423
9420
|
*/
|
|
9424
|
-
listCommentReplies(name: string,
|
|
9421
|
+
listCommentReplies(name: string, size?: number, page?: number, options?: any): AxiosPromise<ReplyVoList>;
|
|
9425
9422
|
/**
|
|
9426
9423
|
* List comments.
|
|
9427
|
-
* @param {string} kind The comment subject kind.
|
|
9428
9424
|
* @param {string} name The comment subject name.
|
|
9429
9425
|
* @param {string} version The comment subject version.
|
|
9426
|
+
* @param {string} kind The comment subject kind.
|
|
9430
9427
|
* @param {string} [group] The comment subject group.
|
|
9431
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
9432
9428
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
9429
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
9433
9430
|
* @param {*} [options] Override http request option.
|
|
9434
9431
|
* @throws {RequiredError}
|
|
9435
9432
|
*/
|
|
9436
|
-
listComments1(
|
|
9433
|
+
listComments1(name: string, version: string, kind: string, group?: string, size?: number, page?: number, options?: any): AxiosPromise<CommentVoList>;
|
|
9437
9434
|
};
|
|
9438
9435
|
/**
|
|
9439
9436
|
* Request parameters for createComment1 operation in ApiHaloRunV1alpha1CommentApi.
|
|
@@ -9493,17 +9490,17 @@ interface ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest {
|
|
|
9493
9490
|
*/
|
|
9494
9491
|
readonly name: string;
|
|
9495
9492
|
/**
|
|
9496
|
-
*
|
|
9493
|
+
* Size of one page. Zero indicates no limit.
|
|
9497
9494
|
* @type {number}
|
|
9498
9495
|
* @memberof ApiHaloRunV1alpha1CommentApiListCommentReplies
|
|
9499
9496
|
*/
|
|
9500
|
-
readonly
|
|
9497
|
+
readonly size?: number;
|
|
9501
9498
|
/**
|
|
9502
|
-
*
|
|
9499
|
+
* The page number. Zero indicates no page.
|
|
9503
9500
|
* @type {number}
|
|
9504
9501
|
* @memberof ApiHaloRunV1alpha1CommentApiListCommentReplies
|
|
9505
9502
|
*/
|
|
9506
|
-
readonly
|
|
9503
|
+
readonly page?: number;
|
|
9507
9504
|
}
|
|
9508
9505
|
/**
|
|
9509
9506
|
* Request parameters for listComments1 operation in ApiHaloRunV1alpha1CommentApi.
|
|
@@ -9511,12 +9508,6 @@ interface ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest {
|
|
|
9511
9508
|
* @interface ApiHaloRunV1alpha1CommentApiListComments1Request
|
|
9512
9509
|
*/
|
|
9513
9510
|
interface ApiHaloRunV1alpha1CommentApiListComments1Request {
|
|
9514
|
-
/**
|
|
9515
|
-
* The comment subject kind.
|
|
9516
|
-
* @type {string}
|
|
9517
|
-
* @memberof ApiHaloRunV1alpha1CommentApiListComments1
|
|
9518
|
-
*/
|
|
9519
|
-
readonly kind: string;
|
|
9520
9511
|
/**
|
|
9521
9512
|
* The comment subject name.
|
|
9522
9513
|
* @type {string}
|
|
@@ -9529,6 +9520,12 @@ interface ApiHaloRunV1alpha1CommentApiListComments1Request {
|
|
|
9529
9520
|
* @memberof ApiHaloRunV1alpha1CommentApiListComments1
|
|
9530
9521
|
*/
|
|
9531
9522
|
readonly version: string;
|
|
9523
|
+
/**
|
|
9524
|
+
* The comment subject kind.
|
|
9525
|
+
* @type {string}
|
|
9526
|
+
* @memberof ApiHaloRunV1alpha1CommentApiListComments1
|
|
9527
|
+
*/
|
|
9528
|
+
readonly kind: string;
|
|
9532
9529
|
/**
|
|
9533
9530
|
* The comment subject group.
|
|
9534
9531
|
* @type {string}
|
|
@@ -9536,17 +9533,17 @@ interface ApiHaloRunV1alpha1CommentApiListComments1Request {
|
|
|
9536
9533
|
*/
|
|
9537
9534
|
readonly group?: string;
|
|
9538
9535
|
/**
|
|
9539
|
-
*
|
|
9536
|
+
* Size of one page. Zero indicates no limit.
|
|
9540
9537
|
* @type {number}
|
|
9541
9538
|
* @memberof ApiHaloRunV1alpha1CommentApiListComments1
|
|
9542
9539
|
*/
|
|
9543
|
-
readonly
|
|
9540
|
+
readonly size?: number;
|
|
9544
9541
|
/**
|
|
9545
|
-
*
|
|
9542
|
+
* The page number. Zero indicates no page.
|
|
9546
9543
|
* @type {number}
|
|
9547
9544
|
* @memberof ApiHaloRunV1alpha1CommentApiListComments1
|
|
9548
9545
|
*/
|
|
9549
|
-
readonly
|
|
9546
|
+
readonly page?: number;
|
|
9550
9547
|
}
|
|
9551
9548
|
/**
|
|
9552
9549
|
* ApiHaloRunV1alpha1CommentApi - object-oriented interface
|