@halo-dev/api-client 0.0.35 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1652,6 +1652,12 @@ interface Counter {
1652
1652
  * @memberof Counter
1653
1653
  */
1654
1654
  upvote?: number;
1655
+ /**
1656
+ *
1657
+ * @type {number}
1658
+ * @memberof Counter
1659
+ */
1660
+ downvote?: number;
1655
1661
  /**
1656
1662
  *
1657
1663
  * @type {number}
@@ -1864,22 +1870,22 @@ interface Excerpt {
1864
1870
  interface Extension {
1865
1871
  /**
1866
1872
  *
1867
- * @type {Metadata}
1873
+ * @type {string}
1868
1874
  * @memberof Extension
1869
1875
  */
1870
- metadata: Metadata;
1876
+ kind: string;
1871
1877
  /**
1872
1878
  *
1873
- * @type {string}
1879
+ * @type {Metadata}
1874
1880
  * @memberof Extension
1875
1881
  */
1876
- apiVersion: string;
1882
+ metadata: Metadata;
1877
1883
  /**
1878
1884
  *
1879
1885
  * @type {string}
1880
1886
  * @memberof Extension
1881
1887
  */
1882
- kind: string;
1888
+ apiVersion: string;
1883
1889
  }
1884
1890
 
1885
1891
  /**
@@ -2143,180 +2149,6 @@ interface License {
2143
2149
  url?: string;
2144
2150
  }
2145
2151
 
2146
- /**
2147
- * Halo Next API
2148
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2149
- *
2150
- * The version of the OpenAPI document: 2.0.0
2151
- *
2152
- *
2153
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2154
- * https://openapi-generator.tech
2155
- * Do not edit the class manually.
2156
- */
2157
- /**
2158
- *
2159
- * @export
2160
- * @interface LinkSpec
2161
- */
2162
- interface LinkSpec {
2163
- /**
2164
- *
2165
- * @type {string}
2166
- * @memberof LinkSpec
2167
- */
2168
- url: string;
2169
- /**
2170
- *
2171
- * @type {string}
2172
- * @memberof LinkSpec
2173
- */
2174
- displayName: string;
2175
- /**
2176
- *
2177
- * @type {string}
2178
- * @memberof LinkSpec
2179
- */
2180
- logo?: string;
2181
- /**
2182
- *
2183
- * @type {string}
2184
- * @memberof LinkSpec
2185
- */
2186
- description?: string;
2187
- /**
2188
- *
2189
- * @type {number}
2190
- * @memberof LinkSpec
2191
- */
2192
- priority?: number;
2193
- }
2194
-
2195
- /**
2196
- * Halo Next API
2197
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2198
- *
2199
- * The version of the OpenAPI document: 2.0.0
2200
- *
2201
- *
2202
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2203
- * https://openapi-generator.tech
2204
- * Do not edit the class manually.
2205
- */
2206
-
2207
- /**
2208
- *
2209
- * @export
2210
- * @interface Link
2211
- */
2212
- interface Link {
2213
- /**
2214
- *
2215
- * @type {LinkSpec}
2216
- * @memberof Link
2217
- */
2218
- spec?: LinkSpec;
2219
- /**
2220
- *
2221
- * @type {string}
2222
- * @memberof Link
2223
- */
2224
- apiVersion: string;
2225
- /**
2226
- *
2227
- * @type {string}
2228
- * @memberof Link
2229
- */
2230
- kind: string;
2231
- /**
2232
- *
2233
- * @type {Metadata}
2234
- * @memberof Link
2235
- */
2236
- metadata: Metadata;
2237
- }
2238
-
2239
- /**
2240
- * Halo Next API
2241
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2242
- *
2243
- * The version of the OpenAPI document: 2.0.0
2244
- *
2245
- *
2246
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2247
- * https://openapi-generator.tech
2248
- * Do not edit the class manually.
2249
- */
2250
- /**
2251
- *
2252
- * @export
2253
- * @interface LinkGroupSpec
2254
- */
2255
- interface LinkGroupSpec {
2256
- /**
2257
- *
2258
- * @type {string}
2259
- * @memberof LinkGroupSpec
2260
- */
2261
- displayName: string;
2262
- /**
2263
- *
2264
- * @type {number}
2265
- * @memberof LinkGroupSpec
2266
- */
2267
- priority?: number;
2268
- /**
2269
- * Names of links below this group.
2270
- * @type {Array<string>}
2271
- * @memberof LinkGroupSpec
2272
- */
2273
- links?: Array<string>;
2274
- }
2275
-
2276
- /**
2277
- * Halo Next API
2278
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
2279
- *
2280
- * The version of the OpenAPI document: 2.0.0
2281
- *
2282
- *
2283
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
2284
- * https://openapi-generator.tech
2285
- * Do not edit the class manually.
2286
- */
2287
-
2288
- /**
2289
- *
2290
- * @export
2291
- * @interface LinkGroup
2292
- */
2293
- interface LinkGroup {
2294
- /**
2295
- *
2296
- * @type {LinkGroupSpec}
2297
- * @memberof LinkGroup
2298
- */
2299
- spec?: LinkGroupSpec;
2300
- /**
2301
- *
2302
- * @type {string}
2303
- * @memberof LinkGroup
2304
- */
2305
- apiVersion: string;
2306
- /**
2307
- *
2308
- * @type {string}
2309
- * @memberof LinkGroup
2310
- */
2311
- kind: string;
2312
- /**
2313
- *
2314
- * @type {Metadata}
2315
- * @memberof LinkGroup
2316
- */
2317
- metadata: Metadata;
2318
- }
2319
-
2320
2152
  /**
2321
2153
  * Halo Next API
2322
2154
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
@@ -6570,70 +6402,260 @@ interface UserPermission {
6570
6402
  }
6571
6403
 
6572
6404
  /**
6573
- * ApiConsoleHaloRunV1alpha1CommentApi - axios parameter creator
6405
+ * Halo Next API
6406
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6407
+ *
6408
+ * The version of the OpenAPI document: 2.0.0
6409
+ *
6410
+ *
6411
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
6412
+ * https://openapi-generator.tech
6413
+ * Do not edit the class manually.
6414
+ */
6415
+ /**
6416
+ *
6574
6417
  * @export
6418
+ * @interface VoteRequest
6575
6419
  */
6576
- declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configuration?: Configuration) => {
6420
+ interface VoteRequest {
6577
6421
  /**
6578
- * Create a comment.
6579
- * @param {CommentRequest} commentRequest
6580
- * @param {*} [options] Override http request option.
6581
- * @throws {RequiredError}
6422
+ *
6423
+ * @type {string}
6424
+ * @memberof VoteRequest
6582
6425
  */
6583
- createComment: (commentRequest: CommentRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6426
+ group?: string;
6584
6427
  /**
6585
- * Create a reply.
6586
- * @param {string} name
6587
- * @param {ReplyRequest} replyRequest
6588
- * @param {*} [options] Override http request option.
6589
- * @throws {RequiredError}
6428
+ *
6429
+ * @type {string}
6430
+ * @memberof VoteRequest
6590
6431
  */
6591
- createReply: (name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6432
+ plural?: string;
6592
6433
  /**
6593
- * List comments.
6594
- * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6595
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6596
- * @param {boolean} [approved] Comments approved.
6597
- * @param {boolean} [allowNotification] Send notifications when there are new replies.
6598
- * @param {string} [ownerKind] Commenter kind.
6599
- * @param {string} [ownerName] Commenter name.
6600
- * @param {string} [subjectKind] Comment subject kind.
6601
- * @param {string} [subjectName] Comment subject name.
6602
- * @param {string} [keyword] Comments filtered by keyword.
6603
- * @param {boolean} [hidden] The comment is hidden from the theme side.
6604
- * @param {boolean} [top] Comment top display.
6434
+ *
6435
+ * @type {string}
6436
+ * @memberof VoteRequest
6437
+ */
6438
+ name?: string;
6439
+ }
6440
+
6441
+ /**
6442
+ * ApiConsoleHaloRunV1alpha1AttachmentApi - axios parameter creator
6443
+ * @export
6444
+ */
6445
+ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configuration?: Configuration) => {
6446
+ /**
6447
+ *
6448
+ * @param {string} [policy] Name of policy
6449
+ * @param {string} [displayName] Display name of attachment
6450
+ * @param {string} [group] Name of group
6451
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6605
6452
  * @param {number} [size] Size of one page. Zero indicates no limit.
6453
+ * @param {number} [page] The page number. Zero indicates no page.
6606
6454
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6607
6455
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6608
- * @param {number} [page] The page number. Zero indicates no page.
6609
6456
  * @param {*} [options] Override http request option.
6610
6457
  * @throws {RequiredError}
6611
6458
  */
6612
- listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, keyword?: string, hidden?: boolean, top?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6459
+ searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6460
+ /**
6461
+ *
6462
+ * @param {any} file
6463
+ * @param {string} policyName Storage policy name
6464
+ * @param {string} [groupName] The name of the group to which the attachment belongs
6465
+ * @param {*} [options] Override http request option.
6466
+ * @throws {RequiredError}
6467
+ */
6468
+ uploadAttachment: (file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6613
6469
  };
6614
6470
  /**
6615
- * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
6471
+ * ApiConsoleHaloRunV1alpha1AttachmentApi - functional programming interface
6616
6472
  * @export
6617
6473
  */
6618
- declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configuration) => {
6474
+ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configuration) => {
6619
6475
  /**
6620
- * Create a comment.
6621
- * @param {CommentRequest} commentRequest
6476
+ *
6477
+ * @param {string} [policy] Name of policy
6478
+ * @param {string} [displayName] Display name of attachment
6479
+ * @param {string} [group] Name of group
6480
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6481
+ * @param {number} [size] Size of one page. Zero indicates no limit.
6482
+ * @param {number} [page] The page number. Zero indicates no page.
6483
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
6484
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
6622
6485
  * @param {*} [options] Override http request option.
6623
6486
  * @throws {RequiredError}
6624
6487
  */
6625
- createComment(commentRequest: CommentRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Comment>>;
6488
+ searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
6626
6489
  /**
6627
- * Create a reply.
6628
- * @param {string} name
6629
- * @param {ReplyRequest} replyRequest
6490
+ *
6491
+ * @param {any} file
6492
+ * @param {string} policyName Storage policy name
6493
+ * @param {string} [groupName] The name of the group to which the attachment belongs
6630
6494
  * @param {*} [options] Override http request option.
6631
6495
  * @throws {RequiredError}
6632
6496
  */
6633
- createReply(name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reply>>;
6497
+ uploadAttachment(file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Attachment>>;
6498
+ };
6499
+ /**
6500
+ * ApiConsoleHaloRunV1alpha1AttachmentApi - factory interface
6501
+ * @export
6502
+ */
6503
+ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
6634
6504
  /**
6635
- * List comments.
6505
+ *
6506
+ * @param {string} [policy] Name of policy
6507
+ * @param {string} [displayName] Display name of attachment
6508
+ * @param {string} [group] Name of group
6509
+ * @param {string} [uploadedBy] Name of user who uploaded the attachment
6510
+ * @param {number} [size] Size of one page. Zero indicates no limit.
6511
+ * @param {number} [page] The page number. Zero indicates no page.
6512
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
6513
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
6514
+ * @param {*} [options] Override http request option.
6515
+ * @throws {RequiredError}
6516
+ */
6517
+ searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
6518
+ /**
6519
+ *
6520
+ * @param {any} file
6521
+ * @param {string} policyName Storage policy name
6522
+ * @param {string} [groupName] The name of the group to which the attachment belongs
6523
+ * @param {*} [options] Override http request option.
6524
+ * @throws {RequiredError}
6525
+ */
6526
+ uploadAttachment(file: any, policyName: string, groupName?: string, options?: any): AxiosPromise<Attachment>;
6527
+ };
6528
+ /**
6529
+ * Request parameters for searchAttachments operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
6530
+ * @export
6531
+ * @interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest
6532
+ */
6533
+ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
6534
+ /**
6535
+ * Name of policy
6536
+ * @type {string}
6537
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6538
+ */
6539
+ readonly policy?: string;
6540
+ /**
6541
+ * Display name of attachment
6542
+ * @type {string}
6543
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6544
+ */
6545
+ readonly displayName?: string;
6546
+ /**
6547
+ * Name of group
6548
+ * @type {string}
6549
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6550
+ */
6551
+ readonly group?: string;
6552
+ /**
6553
+ * Name of user who uploaded the attachment
6554
+ * @type {string}
6555
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6556
+ */
6557
+ readonly uploadedBy?: string;
6558
+ /**
6559
+ * Size of one page. Zero indicates no limit.
6560
+ * @type {number}
6561
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6562
+ */
6563
+ readonly size?: number;
6564
+ /**
6565
+ * The page number. Zero indicates no page.
6566
+ * @type {number}
6567
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6568
+ */
6569
+ readonly page?: number;
6570
+ /**
6571
+ * Label selector for filtering.
6572
+ * @type {Array<string>}
6573
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6574
+ */
6575
+ readonly labelSelector?: Array<string>;
6576
+ /**
6577
+ * Field selector for filtering.
6578
+ * @type {Array<string>}
6579
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
6580
+ */
6581
+ readonly fieldSelector?: Array<string>;
6582
+ }
6583
+ /**
6584
+ * Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
6585
+ * @export
6586
+ * @interface ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest
6587
+ */
6588
+ interface ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest {
6589
+ /**
6590
+ *
6591
+ * @type {any}
6592
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
6593
+ */
6594
+ readonly file: any;
6595
+ /**
6596
+ * Storage policy name
6597
+ * @type {string}
6598
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
6599
+ */
6600
+ readonly policyName: string;
6601
+ /**
6602
+ * The name of the group to which the attachment belongs
6603
+ * @type {string}
6604
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachment
6605
+ */
6606
+ readonly groupName?: string;
6607
+ }
6608
+ /**
6609
+ * ApiConsoleHaloRunV1alpha1AttachmentApi - object-oriented interface
6610
+ * @export
6611
+ * @class ApiConsoleHaloRunV1alpha1AttachmentApi
6612
+ * @extends {BaseAPI}
6613
+ */
6614
+ declare class ApiConsoleHaloRunV1alpha1AttachmentApi extends BaseAPI {
6615
+ /**
6616
+ *
6617
+ * @param {ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest} requestParameters Request parameters.
6618
+ * @param {*} [options] Override http request option.
6619
+ * @throws {RequiredError}
6620
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApi
6621
+ */
6622
+ searchAttachments(requestParameters?: ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<AttachmentList, any>>;
6623
+ /**
6624
+ *
6625
+ * @param {ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest} requestParameters Request parameters.
6626
+ * @param {*} [options] Override http request option.
6627
+ * @throws {RequiredError}
6628
+ * @memberof ApiConsoleHaloRunV1alpha1AttachmentApi
6629
+ */
6630
+ uploadAttachment(requestParameters: ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Attachment, any>>;
6631
+ }
6632
+
6633
+ /**
6634
+ * ApiConsoleHaloRunV1alpha1CommentApi - axios parameter creator
6635
+ * @export
6636
+ */
6637
+ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configuration?: Configuration) => {
6638
+ /**
6639
+ * Create a comment.
6640
+ * @param {CommentRequest} commentRequest
6641
+ * @param {*} [options] Override http request option.
6642
+ * @throws {RequiredError}
6643
+ */
6644
+ createComment: (commentRequest: CommentRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6645
+ /**
6646
+ * Create a reply.
6647
+ * @param {string} name
6648
+ * @param {ReplyRequest} replyRequest
6649
+ * @param {*} [options] Override http request option.
6650
+ * @throws {RequiredError}
6651
+ */
6652
+ createReply: (name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6653
+ /**
6654
+ * List comments.
6636
6655
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6656
+ * @param {string} [keyword] Comments filtered by keyword.
6657
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
6658
+ * @param {boolean} [top] Comment top display.
6637
6659
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6638
6660
  * @param {boolean} [approved] Comments approved.
6639
6661
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -6641,17 +6663,56 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
6641
6663
  * @param {string} [ownerName] Commenter name.
6642
6664
  * @param {string} [subjectKind] Comment subject kind.
6643
6665
  * @param {string} [subjectName] Comment subject name.
6666
+ * @param {number} [size] Size of one page. Zero indicates no limit.
6667
+ * @param {number} [page] The page number. Zero indicates no page.
6668
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
6669
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
6670
+ * @param {*} [options] Override http request option.
6671
+ * @throws {RequiredError}
6672
+ */
6673
+ 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>;
6674
+ };
6675
+ /**
6676
+ * ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
6677
+ * @export
6678
+ */
6679
+ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configuration) => {
6680
+ /**
6681
+ * Create a comment.
6682
+ * @param {CommentRequest} commentRequest
6683
+ * @param {*} [options] Override http request option.
6684
+ * @throws {RequiredError}
6685
+ */
6686
+ createComment(commentRequest: CommentRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Comment>>;
6687
+ /**
6688
+ * Create a reply.
6689
+ * @param {string} name
6690
+ * @param {ReplyRequest} replyRequest
6691
+ * @param {*} [options] Override http request option.
6692
+ * @throws {RequiredError}
6693
+ */
6694
+ createReply(name: string, replyRequest: ReplyRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Reply>>;
6695
+ /**
6696
+ * List comments.
6697
+ * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6644
6698
  * @param {string} [keyword] Comments filtered by keyword.
6645
6699
  * @param {boolean} [hidden] The comment is hidden from the theme side.
6646
6700
  * @param {boolean} [top] Comment top display.
6701
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6702
+ * @param {boolean} [approved] Comments approved.
6703
+ * @param {boolean} [allowNotification] Send notifications when there are new replies.
6704
+ * @param {string} [ownerKind] Commenter kind.
6705
+ * @param {string} [ownerName] Commenter name.
6706
+ * @param {string} [subjectKind] Comment subject kind.
6707
+ * @param {string} [subjectName] Comment subject name.
6647
6708
  * @param {number} [size] Size of one page. Zero indicates no limit.
6709
+ * @param {number} [page] The page number. Zero indicates no page.
6648
6710
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6649
6711
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6650
- * @param {number} [page] The page number. Zero indicates no page.
6651
6712
  * @param {*} [options] Override http request option.
6652
6713
  * @throws {RequiredError}
6653
6714
  */
6654
- listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, keyword?: string, hidden?: boolean, top?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
6715
+ 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>>;
6655
6716
  };
6656
6717
  /**
6657
6718
  * ApiConsoleHaloRunV1alpha1CommentApi - factory interface
@@ -6676,6 +6737,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
6676
6737
  /**
6677
6738
  * List comments.
6678
6739
  * @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
6740
+ * @param {string} [keyword] Comments filtered by keyword.
6741
+ * @param {boolean} [hidden] The comment is hidden from the theme side.
6742
+ * @param {boolean} [top] Comment top display.
6679
6743
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
6680
6744
  * @param {boolean} [approved] Comments approved.
6681
6745
  * @param {boolean} [allowNotification] Send notifications when there are new replies.
@@ -6683,17 +6747,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
6683
6747
  * @param {string} [ownerName] Commenter name.
6684
6748
  * @param {string} [subjectKind] Comment subject kind.
6685
6749
  * @param {string} [subjectName] Comment subject name.
6686
- * @param {string} [keyword] Comments filtered by keyword.
6687
- * @param {boolean} [hidden] The comment is hidden from the theme side.
6688
- * @param {boolean} [top] Comment top display.
6689
6750
  * @param {number} [size] Size of one page. Zero indicates no limit.
6751
+ * @param {number} [page] The page number. Zero indicates no page.
6690
6752
  * @param {Array<string>} [labelSelector] Label selector for filtering.
6691
6753
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
6692
- * @param {number} [page] The page number. Zero indicates no page.
6693
6754
  * @param {*} [options] Override http request option.
6694
6755
  * @throws {RequiredError}
6695
6756
  */
6696
- listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, keyword?: string, hidden?: boolean, top?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedCommentList>;
6757
+ 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>;
6697
6758
  };
6698
6759
  /**
6699
6760
  * Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
@@ -6739,6 +6800,24 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
6739
6800
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6740
6801
  */
6741
6802
  readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
6803
+ /**
6804
+ * Comments filtered by keyword.
6805
+ * @type {string}
6806
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6807
+ */
6808
+ readonly keyword?: string;
6809
+ /**
6810
+ * The comment is hidden from the theme side.
6811
+ * @type {boolean}
6812
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6813
+ */
6814
+ readonly hidden?: boolean;
6815
+ /**
6816
+ * Comment top display.
6817
+ * @type {boolean}
6818
+ * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6819
+ */
6820
+ readonly top?: boolean;
6742
6821
  /**
6743
6822
  * ascending order If it is true; otherwise, it is in descending order.
6744
6823
  * @type {boolean}
@@ -6782,29 +6861,17 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
6782
6861
  */
6783
6862
  readonly subjectName?: string;
6784
6863
  /**
6785
- * Comments filtered by keyword.
6786
- * @type {string}
6787
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6788
- */
6789
- readonly keyword?: string;
6790
- /**
6791
- * The comment is hidden from the theme side.
6792
- * @type {boolean}
6793
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6794
- */
6795
- readonly hidden?: boolean;
6796
- /**
6797
- * Comment top display.
6798
- * @type {boolean}
6864
+ * Size of one page. Zero indicates no limit.
6865
+ * @type {number}
6799
6866
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6800
6867
  */
6801
- readonly top?: boolean;
6868
+ readonly size?: number;
6802
6869
  /**
6803
- * Size of one page. Zero indicates no limit.
6870
+ * The page number. Zero indicates no page.
6804
6871
  * @type {number}
6805
6872
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6806
6873
  */
6807
- readonly size?: number;
6874
+ readonly page?: number;
6808
6875
  /**
6809
6876
  * Label selector for filtering.
6810
6877
  * @type {Array<string>}
@@ -6817,12 +6884,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
6817
6884
  * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6818
6885
  */
6819
6886
  readonly fieldSelector?: Array<string>;
6820
- /**
6821
- * The page number. Zero indicates no page.
6822
- * @type {number}
6823
- * @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
6824
- */
6825
- readonly page?: number;
6826
6887
  }
6827
6888
  /**
6828
6889
  * ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
@@ -7088,13 +7149,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
7088
7149
  * @param {string} [keyword] Keyword of plugin name or description
7089
7150
  * @param {boolean} [enabled] Whether the plugin is enabled
7090
7151
  * @param {number} [size] Size of one page. Zero indicates no limit.
7152
+ * @param {number} [page] The page number. Zero indicates no page.
7091
7153
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7092
7154
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7093
- * @param {number} [page] The page number. Zero indicates no page.
7094
7155
  * @param {*} [options] Override http request option.
7095
7156
  * @throws {RequiredError}
7096
7157
  */
7097
- listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7158
+ listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7098
7159
  };
7099
7160
  /**
7100
7161
  * ApiConsoleHaloRunV1alpha1PluginApi - functional programming interface
@@ -7114,13 +7175,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
7114
7175
  * @param {string} [keyword] Keyword of plugin name or description
7115
7176
  * @param {boolean} [enabled] Whether the plugin is enabled
7116
7177
  * @param {number} [size] Size of one page. Zero indicates no limit.
7178
+ * @param {number} [page] The page number. Zero indicates no page.
7117
7179
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7118
7180
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7119
- * @param {number} [page] The page number. Zero indicates no page.
7120
7181
  * @param {*} [options] Override http request option.
7121
7182
  * @throws {RequiredError}
7122
7183
  */
7123
- listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
7184
+ 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>>;
7124
7185
  };
7125
7186
  /**
7126
7187
  * ApiConsoleHaloRunV1alpha1PluginApi - factory interface
@@ -7140,13 +7201,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
7140
7201
  * @param {string} [keyword] Keyword of plugin name or description
7141
7202
  * @param {boolean} [enabled] Whether the plugin is enabled
7142
7203
  * @param {number} [size] Size of one page. Zero indicates no limit.
7204
+ * @param {number} [page] The page number. Zero indicates no page.
7143
7205
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7144
7206
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7145
- * @param {number} [page] The page number. Zero indicates no page.
7146
7207
  * @param {*} [options] Override http request option.
7147
7208
  * @throws {RequiredError}
7148
7209
  */
7149
- listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<PluginList>;
7210
+ listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
7150
7211
  };
7151
7212
  /**
7152
7213
  * Request parameters for installPlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
@@ -7191,6 +7252,12 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7191
7252
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7192
7253
  */
7193
7254
  readonly size?: number;
7255
+ /**
7256
+ * The page number. Zero indicates no page.
7257
+ * @type {number}
7258
+ * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7259
+ */
7260
+ readonly page?: number;
7194
7261
  /**
7195
7262
  * Label selector for filtering.
7196
7263
  * @type {Array<string>}
@@ -7203,12 +7270,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
7203
7270
  * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7204
7271
  */
7205
7272
  readonly fieldSelector?: Array<string>;
7206
- /**
7207
- * The page number. Zero indicates no page.
7208
- * @type {number}
7209
- * @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
7210
- */
7211
- readonly page?: number;
7212
7273
  }
7213
7274
  /**
7214
7275
  * ApiConsoleHaloRunV1alpha1PluginApi - object-oriented interface
@@ -7250,21 +7311,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
7250
7311
  /**
7251
7312
  * List posts.
7252
7313
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7314
+ * @param {string} [keyword] Posts filtered by keyword.
7315
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7316
+ * @param {Array<string>} [tag]
7253
7317
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7254
7318
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7255
7319
  * @param {Array<string>} [category]
7256
7320
  * @param {Array<string>} [contributor]
7257
- * @param {string} [keyword] Posts filtered by keyword.
7258
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7259
- * @param {Array<string>} [tag]
7260
7321
  * @param {number} [size] Size of one page. Zero indicates no limit.
7322
+ * @param {number} [page] The page number. Zero indicates no page.
7261
7323
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7262
7324
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7263
- * @param {number} [page] The page number. Zero indicates no page.
7264
7325
  * @param {*} [options] Override http request option.
7265
7326
  * @throws {RequiredError}
7266
7327
  */
7267
- listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7328
+ listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7268
7329
  /**
7269
7330
  * Publish a post.
7270
7331
  * @param {string} name
@@ -7296,21 +7357,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
7296
7357
  /**
7297
7358
  * List posts.
7298
7359
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7360
+ * @param {string} [keyword] Posts filtered by keyword.
7361
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7362
+ * @param {Array<string>} [tag]
7299
7363
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7300
7364
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7301
7365
  * @param {Array<string>} [category]
7302
7366
  * @param {Array<string>} [contributor]
7303
- * @param {string} [keyword] Posts filtered by keyword.
7304
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7305
- * @param {Array<string>} [tag]
7306
7367
  * @param {number} [size] Size of one page. Zero indicates no limit.
7368
+ * @param {number} [page] The page number. Zero indicates no page.
7307
7369
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7308
7370
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7309
- * @param {number} [page] The page number. Zero indicates no page.
7310
7371
  * @param {*} [options] Override http request option.
7311
7372
  * @throws {RequiredError}
7312
7373
  */
7313
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
7374
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', 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>>;
7314
7375
  /**
7315
7376
  * Publish a post.
7316
7377
  * @param {string} name
@@ -7342,21 +7403,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
7342
7403
  /**
7343
7404
  * List posts.
7344
7405
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
7345
- * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7346
- * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7347
- * @param {Array<string>} [category]
7348
- * @param {Array<string>} [contributor]
7349
7406
  * @param {string} [keyword] Posts filtered by keyword.
7350
7407
  * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7351
7408
  * @param {Array<string>} [tag]
7409
+ * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7410
+ * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7411
+ * @param {Array<string>} [category]
7412
+ * @param {Array<string>} [contributor]
7352
7413
  * @param {number} [size] Size of one page. Zero indicates no limit.
7414
+ * @param {number} [page] The page number. Zero indicates no page.
7353
7415
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7354
7416
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7355
- * @param {number} [page] The page number. Zero indicates no page.
7356
7417
  * @param {*} [options] Override http request option.
7357
7418
  * @throws {RequiredError}
7358
7419
  */
7359
- listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedPostList>;
7420
+ listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
7360
7421
  /**
7361
7422
  * Publish a post.
7362
7423
  * @param {string} name
@@ -7399,53 +7460,59 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
7399
7460
  */
7400
7461
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
7401
7462
  /**
7402
- * ascending order If it is true; otherwise, it is in descending order.
7403
- * @type {boolean}
7463
+ * Posts filtered by keyword.
7464
+ * @type {string}
7404
7465
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7405
7466
  */
7406
- readonly sortOrder?: boolean;
7467
+ readonly keyword?: string;
7407
7468
  /**
7408
7469
  *
7409
- * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'}
7470
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7410
7471
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7411
7472
  */
7412
- readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED';
7473
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7413
7474
  /**
7414
7475
  *
7415
7476
  * @type {Array<string>}
7416
7477
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7417
7478
  */
7418
- readonly category?: Array<string>;
7479
+ readonly tag?: Array<string>;
7419
7480
  /**
7420
- *
7421
- * @type {Array<string>}
7481
+ * ascending order If it is true; otherwise, it is in descending order.
7482
+ * @type {boolean}
7422
7483
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7423
7484
  */
7424
- readonly contributor?: Array<string>;
7485
+ readonly sortOrder?: boolean;
7425
7486
  /**
7426
- * Posts filtered by keyword.
7427
- * @type {string}
7487
+ *
7488
+ * @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'}
7428
7489
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7429
7490
  */
7430
- readonly keyword?: string;
7491
+ readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED';
7431
7492
  /**
7432
7493
  *
7433
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7494
+ * @type {Array<string>}
7434
7495
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7435
7496
  */
7436
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7497
+ readonly category?: Array<string>;
7437
7498
  /**
7438
7499
  *
7439
7500
  * @type {Array<string>}
7440
7501
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7441
7502
  */
7442
- readonly tag?: Array<string>;
7503
+ readonly contributor?: Array<string>;
7443
7504
  /**
7444
7505
  * Size of one page. Zero indicates no limit.
7445
7506
  * @type {number}
7446
7507
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7447
7508
  */
7448
7509
  readonly size?: number;
7510
+ /**
7511
+ * The page number. Zero indicates no page.
7512
+ * @type {number}
7513
+ * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7514
+ */
7515
+ readonly page?: number;
7449
7516
  /**
7450
7517
  * Label selector for filtering.
7451
7518
  * @type {Array<string>}
@@ -7458,12 +7525,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
7458
7525
  * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7459
7526
  */
7460
7527
  readonly fieldSelector?: Array<string>;
7461
- /**
7462
- * The page number. Zero indicates no page.
7463
- * @type {number}
7464
- * @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
7465
- */
7466
- readonly page?: number;
7467
7528
  }
7468
7529
  /**
7469
7530
  * Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
@@ -7547,13 +7608,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
7547
7608
  * List replies.
7548
7609
  * @param {string} [commentName] Replies filtered by commentName.
7549
7610
  * @param {number} [size] Size of one page. Zero indicates no limit.
7611
+ * @param {number} [page] The page number. Zero indicates no page.
7550
7612
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7551
7613
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7552
- * @param {number} [page] The page number. Zero indicates no page.
7553
7614
  * @param {*} [options] Override http request option.
7554
7615
  * @throws {RequiredError}
7555
7616
  */
7556
- listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7617
+ listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7557
7618
  };
7558
7619
  /**
7559
7620
  * ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
@@ -7564,13 +7625,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
7564
7625
  * List replies.
7565
7626
  * @param {string} [commentName] Replies filtered by commentName.
7566
7627
  * @param {number} [size] Size of one page. Zero indicates no limit.
7628
+ * @param {number} [page] The page number. Zero indicates no page.
7567
7629
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7568
7630
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7569
- * @param {number} [page] The page number. Zero indicates no page.
7570
7631
  * @param {*} [options] Override http request option.
7571
7632
  * @throws {RequiredError}
7572
7633
  */
7573
- listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
7634
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
7574
7635
  };
7575
7636
  /**
7576
7637
  * ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
@@ -7581,13 +7642,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
7581
7642
  * List replies.
7582
7643
  * @param {string} [commentName] Replies filtered by commentName.
7583
7644
  * @param {number} [size] Size of one page. Zero indicates no limit.
7645
+ * @param {number} [page] The page number. Zero indicates no page.
7584
7646
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7585
7647
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7586
- * @param {number} [page] The page number. Zero indicates no page.
7587
7648
  * @param {*} [options] Override http request option.
7588
7649
  * @throws {RequiredError}
7589
7650
  */
7590
- listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedReplyList>;
7651
+ listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
7591
7652
  };
7592
7653
  /**
7593
7654
  * Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
@@ -7607,6 +7668,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
7607
7668
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7608
7669
  */
7609
7670
  readonly size?: number;
7671
+ /**
7672
+ * The page number. Zero indicates no page.
7673
+ * @type {number}
7674
+ * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7675
+ */
7676
+ readonly page?: number;
7610
7677
  /**
7611
7678
  * Label selector for filtering.
7612
7679
  * @type {Array<string>}
@@ -7619,12 +7686,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
7619
7686
  * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7620
7687
  */
7621
7688
  readonly fieldSelector?: Array<string>;
7622
- /**
7623
- * The page number. Zero indicates no page.
7624
- * @type {number}
7625
- * @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
7626
- */
7627
- readonly page?: number;
7628
7689
  }
7629
7690
  /**
7630
7691
  * ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
@@ -7658,19 +7719,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
7658
7719
  /**
7659
7720
  * List single pages.
7660
7721
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7722
+ * @param {string} [keyword] SinglePages filtered by keyword.
7723
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7661
7724
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7662
7725
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7663
7726
  * @param {Array<string>} [contributor]
7664
- * @param {string} [keyword] SinglePages filtered by keyword.
7665
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7666
7727
  * @param {number} [size] Size of one page. Zero indicates no limit.
7728
+ * @param {number} [page] The page number. Zero indicates no page.
7667
7729
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7668
7730
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7669
- * @param {number} [page] The page number. Zero indicates no page.
7670
7731
  * @param {*} [options] Override http request option.
7671
7732
  * @throws {RequiredError}
7672
7733
  */
7673
- listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7734
+ listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7674
7735
  /**
7675
7736
  * Publish a single page.
7676
7737
  * @param {string} name
@@ -7702,19 +7763,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
7702
7763
  /**
7703
7764
  * List single pages.
7704
7765
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7766
+ * @param {string} [keyword] SinglePages filtered by keyword.
7767
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7705
7768
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7706
7769
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7707
7770
  * @param {Array<string>} [contributor]
7708
- * @param {string} [keyword] SinglePages filtered by keyword.
7709
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7710
7771
  * @param {number} [size] Size of one page. Zero indicates no limit.
7772
+ * @param {number} [page] The page number. Zero indicates no page.
7711
7773
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7712
7774
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7713
- * @param {number} [page] The page number. Zero indicates no page.
7714
7775
  * @param {*} [options] Override http request option.
7715
7776
  * @throws {RequiredError}
7716
7777
  */
7717
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
7778
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
7718
7779
  /**
7719
7780
  * Publish a single page.
7720
7781
  * @param {string} name
@@ -7746,19 +7807,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
7746
7807
  /**
7747
7808
  * List single pages.
7748
7809
  * @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
7810
+ * @param {string} [keyword] SinglePages filtered by keyword.
7811
+ * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7749
7812
  * @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
7750
7813
  * @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
7751
7814
  * @param {Array<string>} [contributor]
7752
- * @param {string} [keyword] SinglePages filtered by keyword.
7753
- * @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
7754
7815
  * @param {number} [size] Size of one page. Zero indicates no limit.
7816
+ * @param {number} [page] The page number. Zero indicates no page.
7755
7817
  * @param {Array<string>} [labelSelector] Label selector for filtering.
7756
7818
  * @param {Array<string>} [fieldSelector] Field selector for filtering.
7757
- * @param {number} [page] The page number. Zero indicates no page.
7758
7819
  * @param {*} [options] Override http request option.
7759
7820
  * @throws {RequiredError}
7760
7821
  */
7761
- listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
7822
+ listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
7762
7823
  /**
7763
7824
  * Publish a single page.
7764
7825
  * @param {string} name
@@ -7800,6 +7861,18 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
7800
7861
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7801
7862
  */
7802
7863
  readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
7864
+ /**
7865
+ * SinglePages filtered by keyword.
7866
+ * @type {string}
7867
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7868
+ */
7869
+ readonly keyword?: string;
7870
+ /**
7871
+ *
7872
+ * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7873
+ * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7874
+ */
7875
+ readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7803
7876
  /**
7804
7877
  * ascending order If it is true; otherwise, it is in descending order.
7805
7878
  * @type {boolean}
@@ -7819,23 +7892,17 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
7819
7892
  */
7820
7893
  readonly contributor?: Array<string>;
7821
7894
  /**
7822
- * SinglePages filtered by keyword.
7823
- * @type {string}
7824
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7825
- */
7826
- readonly keyword?: string;
7827
- /**
7828
- *
7829
- * @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
7895
+ * Size of one page. Zero indicates no limit.
7896
+ * @type {number}
7830
7897
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7831
7898
  */
7832
- readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
7899
+ readonly size?: number;
7833
7900
  /**
7834
- * Size of one page. Zero indicates no limit.
7901
+ * The page number. Zero indicates no page.
7835
7902
  * @type {number}
7836
7903
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7837
7904
  */
7838
- readonly size?: number;
7905
+ readonly page?: number;
7839
7906
  /**
7840
7907
  * Label selector for filtering.
7841
7908
  * @type {Array<string>}
@@ -7848,12 +7915,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
7848
7915
  * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7849
7916
  */
7850
7917
  readonly fieldSelector?: Array<string>;
7851
- /**
7852
- * The page number. Zero indicates no page.
7853
- * @type {number}
7854
- * @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
7855
- */
7856
- readonly page?: number;
7857
7918
  }
7858
7919
  /**
7859
7920
  * Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
@@ -7992,6 +8053,17 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
7992
8053
  * @throws {RequiredError}
7993
8054
  */
7994
8055
  installTheme: (file: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8056
+ /**
8057
+ * List themes.
8058
+ * @param {boolean} uninstalled
8059
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8060
+ * @param {number} [page] The page number. Zero indicates no page.
8061
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
8062
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8063
+ * @param {*} [options] Override http request option.
8064
+ * @throws {RequiredError}
8065
+ */
8066
+ listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7995
8067
  /**
7996
8068
  * Reload theme setting.
7997
8069
  * @param {string} name
@@ -8012,6 +8084,17 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
8012
8084
  * @throws {RequiredError}
8013
8085
  */
8014
8086
  installTheme(file: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Theme>>;
8087
+ /**
8088
+ * List themes.
8089
+ * @param {boolean} uninstalled
8090
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8091
+ * @param {number} [page] The page number. Zero indicates no page.
8092
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
8093
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8094
+ * @param {*} [options] Override http request option.
8095
+ * @throws {RequiredError}
8096
+ */
8097
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
8015
8098
  /**
8016
8099
  * Reload theme setting.
8017
8100
  * @param {string} name
@@ -8032,6 +8115,17 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
8032
8115
  * @throws {RequiredError}
8033
8116
  */
8034
8117
  installTheme(file: any, options?: any): AxiosPromise<Theme>;
8118
+ /**
8119
+ * List themes.
8120
+ * @param {boolean} uninstalled
8121
+ * @param {number} [size] Size of one page. Zero indicates no limit.
8122
+ * @param {number} [page] The page number. Zero indicates no page.
8123
+ * @param {Array<string>} [labelSelector] Label selector for filtering.
8124
+ * @param {Array<string>} [fieldSelector] Field selector for filtering.
8125
+ * @param {*} [options] Override http request option.
8126
+ * @throws {RequiredError}
8127
+ */
8128
+ listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
8035
8129
  /**
8036
8130
  * Reload theme setting.
8037
8131
  * @param {string} name
@@ -8053,6 +8147,43 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest {
8053
8147
  */
8054
8148
  readonly file: any;
8055
8149
  }
8150
+ /**
8151
+ * Request parameters for listThemes operation in ApiConsoleHaloRunV1alpha1ThemeApi.
8152
+ * @export
8153
+ * @interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest
8154
+ */
8155
+ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
8156
+ /**
8157
+ *
8158
+ * @type {boolean}
8159
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8160
+ */
8161
+ readonly uninstalled: boolean;
8162
+ /**
8163
+ * Size of one page. Zero indicates no limit.
8164
+ * @type {number}
8165
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8166
+ */
8167
+ readonly size?: number;
8168
+ /**
8169
+ * The page number. Zero indicates no page.
8170
+ * @type {number}
8171
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8172
+ */
8173
+ readonly page?: number;
8174
+ /**
8175
+ * Label selector for filtering.
8176
+ * @type {Array<string>}
8177
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8178
+ */
8179
+ readonly labelSelector?: Array<string>;
8180
+ /**
8181
+ * Field selector for filtering.
8182
+ * @type {Array<string>}
8183
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
8184
+ */
8185
+ readonly fieldSelector?: Array<string>;
8186
+ }
8056
8187
  /**
8057
8188
  * Request parameters for reloadThemeSetting operation in ApiConsoleHaloRunV1alpha1ThemeApi.
8058
8189
  * @export
@@ -8081,6 +8212,14 @@ declare class ApiConsoleHaloRunV1alpha1ThemeApi extends BaseAPI {
8081
8212
  * @memberof ApiConsoleHaloRunV1alpha1ThemeApi
8082
8213
  */
8083
8214
  installTheme(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Theme, any>>;
8215
+ /**
8216
+ * List themes.
8217
+ * @param {ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest} requestParameters Request parameters.
8218
+ * @param {*} [options] Override http request option.
8219
+ * @throws {RequiredError}
8220
+ * @memberof ApiConsoleHaloRunV1alpha1ThemeApi
8221
+ */
8222
+ listThemes(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ThemeList, any>>;
8084
8223
  /**
8085
8224
  * Reload theme setting.
8086
8225
  * @param {ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest} requestParameters Request parameters.
@@ -8608,6 +8747,20 @@ declare const ApiHaloRunV1alpha1TrackerApiAxiosParamCreator: (configuration?: Co
8608
8747
  * @throws {RequiredError}
8609
8748
  */
8610
8749
  count: (counterRequest: CounterRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8750
+ /**
8751
+ * Downvote an extension resource.
8752
+ * @param {VoteRequest} voteRequest
8753
+ * @param {*} [options] Override http request option.
8754
+ * @throws {RequiredError}
8755
+ */
8756
+ downvote: (voteRequest: VoteRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8757
+ /**
8758
+ * Upvote an extension resource.
8759
+ * @param {VoteRequest} voteRequest
8760
+ * @param {*} [options] Override http request option.
8761
+ * @throws {RequiredError}
8762
+ */
8763
+ upvote: (voteRequest: VoteRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
8611
8764
  };
8612
8765
  /**
8613
8766
  * ApiHaloRunV1alpha1TrackerApi - functional programming interface
@@ -8621,6 +8774,20 @@ declare const ApiHaloRunV1alpha1TrackerApiFp: (configuration?: Configuration) =>
8621
8774
  * @throws {RequiredError}
8622
8775
  */
8623
8776
  count(counterRequest: CounterRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
8777
+ /**
8778
+ * Downvote an extension resource.
8779
+ * @param {VoteRequest} voteRequest
8780
+ * @param {*} [options] Override http request option.
8781
+ * @throws {RequiredError}
8782
+ */
8783
+ downvote(voteRequest: VoteRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
8784
+ /**
8785
+ * Upvote an extension resource.
8786
+ * @param {VoteRequest} voteRequest
8787
+ * @param {*} [options] Override http request option.
8788
+ * @throws {RequiredError}
8789
+ */
8790
+ upvote(voteRequest: VoteRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
8624
8791
  };
8625
8792
  /**
8626
8793
  * ApiHaloRunV1alpha1TrackerApi - factory interface
@@ -8634,6 +8801,20 @@ declare const ApiHaloRunV1alpha1TrackerApiFactory: (configuration?: Configuratio
8634
8801
  * @throws {RequiredError}
8635
8802
  */
8636
8803
  count(counterRequest: CounterRequest, options?: any): AxiosPromise<number>;
8804
+ /**
8805
+ * Downvote an extension resource.
8806
+ * @param {VoteRequest} voteRequest
8807
+ * @param {*} [options] Override http request option.
8808
+ * @throws {RequiredError}
8809
+ */
8810
+ downvote(voteRequest: VoteRequest, options?: any): AxiosPromise<number>;
8811
+ /**
8812
+ * Upvote an extension resource.
8813
+ * @param {VoteRequest} voteRequest
8814
+ * @param {*} [options] Override http request option.
8815
+ * @throws {RequiredError}
8816
+ */
8817
+ upvote(voteRequest: VoteRequest, options?: any): AxiosPromise<number>;
8637
8818
  };
8638
8819
  /**
8639
8820
  * Request parameters for count operation in ApiHaloRunV1alpha1TrackerApi.
@@ -8648,6 +8829,32 @@ interface ApiHaloRunV1alpha1TrackerApiCountRequest {
8648
8829
  */
8649
8830
  readonly counterRequest: CounterRequest;
8650
8831
  }
8832
+ /**
8833
+ * Request parameters for downvote operation in ApiHaloRunV1alpha1TrackerApi.
8834
+ * @export
8835
+ * @interface ApiHaloRunV1alpha1TrackerApiDownvoteRequest
8836
+ */
8837
+ interface ApiHaloRunV1alpha1TrackerApiDownvoteRequest {
8838
+ /**
8839
+ *
8840
+ * @type {VoteRequest}
8841
+ * @memberof ApiHaloRunV1alpha1TrackerApiDownvote
8842
+ */
8843
+ readonly voteRequest: VoteRequest;
8844
+ }
8845
+ /**
8846
+ * Request parameters for upvote operation in ApiHaloRunV1alpha1TrackerApi.
8847
+ * @export
8848
+ * @interface ApiHaloRunV1alpha1TrackerApiUpvoteRequest
8849
+ */
8850
+ interface ApiHaloRunV1alpha1TrackerApiUpvoteRequest {
8851
+ /**
8852
+ *
8853
+ * @type {VoteRequest}
8854
+ * @memberof ApiHaloRunV1alpha1TrackerApiUpvote
8855
+ */
8856
+ readonly voteRequest: VoteRequest;
8857
+ }
8651
8858
  /**
8652
8859
  * ApiHaloRunV1alpha1TrackerApi - object-oriented interface
8653
8860
  * @export
@@ -8663,6 +8870,22 @@ declare class ApiHaloRunV1alpha1TrackerApi extends BaseAPI {
8663
8870
  * @memberof ApiHaloRunV1alpha1TrackerApi
8664
8871
  */
8665
8872
  count(requestParameters: ApiHaloRunV1alpha1TrackerApiCountRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<number, any>>;
8873
+ /**
8874
+ * Downvote an extension resource.
8875
+ * @param {ApiHaloRunV1alpha1TrackerApiDownvoteRequest} requestParameters Request parameters.
8876
+ * @param {*} [options] Override http request option.
8877
+ * @throws {RequiredError}
8878
+ * @memberof ApiHaloRunV1alpha1TrackerApi
8879
+ */
8880
+ downvote(requestParameters: ApiHaloRunV1alpha1TrackerApiDownvoteRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<number, any>>;
8881
+ /**
8882
+ * Upvote an extension resource.
8883
+ * @param {ApiHaloRunV1alpha1TrackerApiUpvoteRequest} requestParameters Request parameters.
8884
+ * @param {*} [options] Override http request option.
8885
+ * @throws {RequiredError}
8886
+ * @memberof ApiHaloRunV1alpha1TrackerApi
8887
+ */
8888
+ upvote(requestParameters: ApiHaloRunV1alpha1TrackerApiUpvoteRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<number, any>>;
8666
8889
  }
8667
8890
 
8668
8891
  /**
@@ -10286,597 +10509,51 @@ declare class ContentHaloRunV1alpha1SnapshotApi extends BaseAPI {
10286
10509
  */
10287
10510
  getcontentHaloRunV1alpha1Snapshot(requestParameters: ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Snapshot, any>>;
10288
10511
  /**
10289
- * List content.halo.run/v1alpha1/Snapshot
10290
- * @param {ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest} requestParameters Request parameters.
10291
- * @param {*} [options] Override http request option.
10292
- * @throws {RequiredError}
10293
- * @memberof ContentHaloRunV1alpha1SnapshotApi
10294
- */
10295
- listcontentHaloRunV1alpha1Snapshot(requestParameters?: ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SnapshotList, any>>;
10296
- /**
10297
- * Update content.halo.run/v1alpha1/Snapshot
10298
- * @param {ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest} requestParameters Request parameters.
10299
- * @param {*} [options] Override http request option.
10300
- * @throws {RequiredError}
10301
- * @memberof ContentHaloRunV1alpha1SnapshotApi
10302
- */
10303
- updatecontentHaloRunV1alpha1Snapshot(requestParameters: ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Snapshot, any>>;
10304
- }
10305
-
10306
- /**
10307
- * ContentHaloRunV1alpha1TagApi - axios parameter creator
10308
- * @export
10309
- */
10310
- declare const ContentHaloRunV1alpha1TagApiAxiosParamCreator: (configuration?: Configuration) => {
10311
- /**
10312
- * Create content.halo.run/v1alpha1/Tag
10313
- * @param {Tag} [tag] Fresh tag
10314
- * @param {*} [options] Override http request option.
10315
- * @throws {RequiredError}
10316
- */
10317
- createcontentHaloRunV1alpha1Tag: (tag?: Tag, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10318
- /**
10319
- * Delete content.halo.run/v1alpha1/Tag
10320
- * @param {string} name Name of tag
10321
- * @param {*} [options] Override http request option.
10322
- * @throws {RequiredError}
10323
- */
10324
- deletecontentHaloRunV1alpha1Tag: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10325
- /**
10326
- * Get content.halo.run/v1alpha1/Tag
10327
- * @param {string} name Name of tag
10328
- * @param {*} [options] Override http request option.
10329
- * @throws {RequiredError}
10330
- */
10331
- getcontentHaloRunV1alpha1Tag: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10332
- /**
10333
- * List content.halo.run/v1alpha1/Tag
10334
- * @param {number} [page] The page number. Zero indicates no page.
10335
- * @param {number} [size] Size of one page. Zero indicates no limit.
10336
- * @param {Array<string>} [labelSelector] Label selector for filtering.
10337
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
10338
- * @param {*} [options] Override http request option.
10339
- * @throws {RequiredError}
10340
- */
10341
- listcontentHaloRunV1alpha1Tag: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10342
- /**
10343
- * Update content.halo.run/v1alpha1/Tag
10344
- * @param {string} name Name of tag
10345
- * @param {Tag} [tag] Updated tag
10346
- * @param {*} [options] Override http request option.
10347
- * @throws {RequiredError}
10348
- */
10349
- updatecontentHaloRunV1alpha1Tag: (name: string, tag?: Tag, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10350
- };
10351
- /**
10352
- * ContentHaloRunV1alpha1TagApi - functional programming interface
10353
- * @export
10354
- */
10355
- declare const ContentHaloRunV1alpha1TagApiFp: (configuration?: Configuration) => {
10356
- /**
10357
- * Create content.halo.run/v1alpha1/Tag
10358
- * @param {Tag} [tag] Fresh tag
10359
- * @param {*} [options] Override http request option.
10360
- * @throws {RequiredError}
10361
- */
10362
- createcontentHaloRunV1alpha1Tag(tag?: Tag, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tag>>;
10363
- /**
10364
- * Delete content.halo.run/v1alpha1/Tag
10365
- * @param {string} name Name of tag
10366
- * @param {*} [options] Override http request option.
10367
- * @throws {RequiredError}
10368
- */
10369
- deletecontentHaloRunV1alpha1Tag(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10370
- /**
10371
- * Get content.halo.run/v1alpha1/Tag
10372
- * @param {string} name Name of tag
10373
- * @param {*} [options] Override http request option.
10374
- * @throws {RequiredError}
10375
- */
10376
- getcontentHaloRunV1alpha1Tag(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tag>>;
10377
- /**
10378
- * List content.halo.run/v1alpha1/Tag
10379
- * @param {number} [page] The page number. Zero indicates no page.
10380
- * @param {number} [size] Size of one page. Zero indicates no limit.
10381
- * @param {Array<string>} [labelSelector] Label selector for filtering.
10382
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
10383
- * @param {*} [options] Override http request option.
10384
- * @throws {RequiredError}
10385
- */
10386
- listcontentHaloRunV1alpha1Tag(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagList>>;
10387
- /**
10388
- * Update content.halo.run/v1alpha1/Tag
10389
- * @param {string} name Name of tag
10390
- * @param {Tag} [tag] Updated tag
10391
- * @param {*} [options] Override http request option.
10392
- * @throws {RequiredError}
10393
- */
10394
- updatecontentHaloRunV1alpha1Tag(name: string, tag?: Tag, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tag>>;
10395
- };
10396
- /**
10397
- * ContentHaloRunV1alpha1TagApi - factory interface
10398
- * @export
10399
- */
10400
- declare const ContentHaloRunV1alpha1TagApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
10401
- /**
10402
- * Create content.halo.run/v1alpha1/Tag
10403
- * @param {Tag} [tag] Fresh tag
10404
- * @param {*} [options] Override http request option.
10405
- * @throws {RequiredError}
10406
- */
10407
- createcontentHaloRunV1alpha1Tag(tag?: Tag, options?: any): AxiosPromise<Tag>;
10408
- /**
10409
- * Delete content.halo.run/v1alpha1/Tag
10410
- * @param {string} name Name of tag
10411
- * @param {*} [options] Override http request option.
10412
- * @throws {RequiredError}
10413
- */
10414
- deletecontentHaloRunV1alpha1Tag(name: string, options?: any): AxiosPromise<void>;
10415
- /**
10416
- * Get content.halo.run/v1alpha1/Tag
10417
- * @param {string} name Name of tag
10418
- * @param {*} [options] Override http request option.
10419
- * @throws {RequiredError}
10420
- */
10421
- getcontentHaloRunV1alpha1Tag(name: string, options?: any): AxiosPromise<Tag>;
10422
- /**
10423
- * List content.halo.run/v1alpha1/Tag
10424
- * @param {number} [page] The page number. Zero indicates no page.
10425
- * @param {number} [size] Size of one page. Zero indicates no limit.
10426
- * @param {Array<string>} [labelSelector] Label selector for filtering.
10427
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
10428
- * @param {*} [options] Override http request option.
10429
- * @throws {RequiredError}
10430
- */
10431
- listcontentHaloRunV1alpha1Tag(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<TagList>;
10432
- /**
10433
- * Update content.halo.run/v1alpha1/Tag
10434
- * @param {string} name Name of tag
10435
- * @param {Tag} [tag] Updated tag
10436
- * @param {*} [options] Override http request option.
10437
- * @throws {RequiredError}
10438
- */
10439
- updatecontentHaloRunV1alpha1Tag(name: string, tag?: Tag, options?: any): AxiosPromise<Tag>;
10440
- };
10441
- /**
10442
- * Request parameters for createcontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
10443
- * @export
10444
- * @interface ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest
10445
- */
10446
- interface ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest {
10447
- /**
10448
- * Fresh tag
10449
- * @type {Tag}
10450
- * @memberof ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1Tag
10451
- */
10452
- readonly tag?: Tag;
10453
- }
10454
- /**
10455
- * Request parameters for deletecontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
10456
- * @export
10457
- * @interface ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest
10458
- */
10459
- interface ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest {
10460
- /**
10461
- * Name of tag
10462
- * @type {string}
10463
- * @memberof ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1Tag
10464
- */
10465
- readonly name: string;
10466
- }
10467
- /**
10468
- * Request parameters for getcontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
10469
- * @export
10470
- * @interface ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest
10471
- */
10472
- interface ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest {
10473
- /**
10474
- * Name of tag
10475
- * @type {string}
10476
- * @memberof ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1Tag
10477
- */
10478
- readonly name: string;
10479
- }
10480
- /**
10481
- * Request parameters for listcontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
10482
- * @export
10483
- * @interface ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest
10484
- */
10485
- interface ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest {
10486
- /**
10487
- * The page number. Zero indicates no page.
10488
- * @type {number}
10489
- * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
10490
- */
10491
- readonly page?: number;
10492
- /**
10493
- * Size of one page. Zero indicates no limit.
10494
- * @type {number}
10495
- * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
10496
- */
10497
- readonly size?: number;
10498
- /**
10499
- * Label selector for filtering.
10500
- * @type {Array<string>}
10501
- * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
10502
- */
10503
- readonly labelSelector?: Array<string>;
10504
- /**
10505
- * Field selector for filtering.
10506
- * @type {Array<string>}
10507
- * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
10508
- */
10509
- readonly fieldSelector?: Array<string>;
10510
- }
10511
- /**
10512
- * Request parameters for updatecontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
10513
- * @export
10514
- * @interface ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest
10515
- */
10516
- interface ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest {
10517
- /**
10518
- * Name of tag
10519
- * @type {string}
10520
- * @memberof ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1Tag
10521
- */
10522
- readonly name: string;
10523
- /**
10524
- * Updated tag
10525
- * @type {Tag}
10526
- * @memberof ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1Tag
10527
- */
10528
- readonly tag?: Tag;
10529
- }
10530
- /**
10531
- * ContentHaloRunV1alpha1TagApi - object-oriented interface
10532
- * @export
10533
- * @class ContentHaloRunV1alpha1TagApi
10534
- * @extends {BaseAPI}
10535
- */
10536
- declare class ContentHaloRunV1alpha1TagApi extends BaseAPI {
10537
- /**
10538
- * Create content.halo.run/v1alpha1/Tag
10539
- * @param {ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
10540
- * @param {*} [options] Override http request option.
10541
- * @throws {RequiredError}
10542
- * @memberof ContentHaloRunV1alpha1TagApi
10543
- */
10544
- createcontentHaloRunV1alpha1Tag(requestParameters?: ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
10545
- /**
10546
- * Delete content.halo.run/v1alpha1/Tag
10547
- * @param {ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
10548
- * @param {*} [options] Override http request option.
10549
- * @throws {RequiredError}
10550
- * @memberof ContentHaloRunV1alpha1TagApi
10551
- */
10552
- deletecontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
10553
- /**
10554
- * Get content.halo.run/v1alpha1/Tag
10555
- * @param {ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
10556
- * @param {*} [options] Override http request option.
10557
- * @throws {RequiredError}
10558
- * @memberof ContentHaloRunV1alpha1TagApi
10559
- */
10560
- getcontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
10561
- /**
10562
- * List content.halo.run/v1alpha1/Tag
10563
- * @param {ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
10564
- * @param {*} [options] Override http request option.
10565
- * @throws {RequiredError}
10566
- * @memberof ContentHaloRunV1alpha1TagApi
10567
- */
10568
- listcontentHaloRunV1alpha1Tag(requestParameters?: ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<TagList, any>>;
10569
- /**
10570
- * Update content.halo.run/v1alpha1/Tag
10571
- * @param {ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
10572
- * @param {*} [options] Override http request option.
10573
- * @throws {RequiredError}
10574
- * @memberof ContentHaloRunV1alpha1TagApi
10575
- */
10576
- updatecontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
10577
- }
10578
-
10579
- /**
10580
- * CoreHaloRunV1alpha1LinkApi - axios parameter creator
10581
- * @export
10582
- */
10583
- declare const CoreHaloRunV1alpha1LinkApiAxiosParamCreator: (configuration?: Configuration) => {
10584
- /**
10585
- * Create core.halo.run/v1alpha1/Link
10586
- * @param {Link} [link] Fresh link
10587
- * @param {*} [options] Override http request option.
10588
- * @throws {RequiredError}
10589
- */
10590
- createcoreHaloRunV1alpha1Link: (link?: Link, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10591
- /**
10592
- * Delete core.halo.run/v1alpha1/Link
10593
- * @param {string} name Name of link
10594
- * @param {*} [options] Override http request option.
10595
- * @throws {RequiredError}
10596
- */
10597
- deletecoreHaloRunV1alpha1Link: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10598
- /**
10599
- * Get core.halo.run/v1alpha1/Link
10600
- * @param {string} name Name of link
10601
- * @param {*} [options] Override http request option.
10602
- * @throws {RequiredError}
10603
- */
10604
- getcoreHaloRunV1alpha1Link: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10605
- /**
10606
- * List core.halo.run/v1alpha1/Link
10607
- * @param {number} [page] The page number. Zero indicates no page.
10608
- * @param {number} [size] Size of one page. Zero indicates no limit.
10609
- * @param {Array<string>} [labelSelector] Label selector for filtering.
10610
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
10611
- * @param {*} [options] Override http request option.
10612
- * @throws {RequiredError}
10613
- */
10614
- listcoreHaloRunV1alpha1Link: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10615
- /**
10616
- * Update core.halo.run/v1alpha1/Link
10617
- * @param {string} name Name of link
10618
- * @param {Link} [link] Updated link
10619
- * @param {*} [options] Override http request option.
10620
- * @throws {RequiredError}
10621
- */
10622
- updatecoreHaloRunV1alpha1Link: (name: string, link?: Link, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10623
- };
10624
- /**
10625
- * CoreHaloRunV1alpha1LinkApi - functional programming interface
10626
- * @export
10627
- */
10628
- declare const CoreHaloRunV1alpha1LinkApiFp: (configuration?: Configuration) => {
10629
- /**
10630
- * Create core.halo.run/v1alpha1/Link
10631
- * @param {Link} [link] Fresh link
10632
- * @param {*} [options] Override http request option.
10633
- * @throws {RequiredError}
10634
- */
10635
- createcoreHaloRunV1alpha1Link(link?: Link, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
10636
- /**
10637
- * Delete core.halo.run/v1alpha1/Link
10638
- * @param {string} name Name of link
10639
- * @param {*} [options] Override http request option.
10640
- * @throws {RequiredError}
10641
- */
10642
- deletecoreHaloRunV1alpha1Link(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10643
- /**
10644
- * Get core.halo.run/v1alpha1/Link
10645
- * @param {string} name Name of link
10646
- * @param {*} [options] Override http request option.
10647
- * @throws {RequiredError}
10648
- */
10649
- getcoreHaloRunV1alpha1Link(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
10650
- /**
10651
- * List core.halo.run/v1alpha1/Link
10652
- * @param {number} [page] The page number. Zero indicates no page.
10653
- * @param {number} [size] Size of one page. Zero indicates no limit.
10654
- * @param {Array<string>} [labelSelector] Label selector for filtering.
10655
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
10656
- * @param {*} [options] Override http request option.
10657
- * @throws {RequiredError}
10658
- */
10659
- listcoreHaloRunV1alpha1Link(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
10660
- /**
10661
- * Update core.halo.run/v1alpha1/Link
10662
- * @param {string} name Name of link
10663
- * @param {Link} [link] Updated link
10664
- * @param {*} [options] Override http request option.
10665
- * @throws {RequiredError}
10666
- */
10667
- updatecoreHaloRunV1alpha1Link(name: string, link?: Link, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
10668
- };
10669
- /**
10670
- * CoreHaloRunV1alpha1LinkApi - factory interface
10671
- * @export
10672
- */
10673
- declare const CoreHaloRunV1alpha1LinkApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
10674
- /**
10675
- * Create core.halo.run/v1alpha1/Link
10676
- * @param {Link} [link] Fresh link
10677
- * @param {*} [options] Override http request option.
10678
- * @throws {RequiredError}
10679
- */
10680
- createcoreHaloRunV1alpha1Link(link?: Link, options?: any): AxiosPromise<Link>;
10681
- /**
10682
- * Delete core.halo.run/v1alpha1/Link
10683
- * @param {string} name Name of link
10684
- * @param {*} [options] Override http request option.
10685
- * @throws {RequiredError}
10686
- */
10687
- deletecoreHaloRunV1alpha1Link(name: string, options?: any): AxiosPromise<void>;
10688
- /**
10689
- * Get core.halo.run/v1alpha1/Link
10690
- * @param {string} name Name of link
10691
- * @param {*} [options] Override http request option.
10692
- * @throws {RequiredError}
10693
- */
10694
- getcoreHaloRunV1alpha1Link(name: string, options?: any): AxiosPromise<Link>;
10695
- /**
10696
- * List core.halo.run/v1alpha1/Link
10697
- * @param {number} [page] The page number. Zero indicates no page.
10698
- * @param {number} [size] Size of one page. Zero indicates no limit.
10699
- * @param {Array<string>} [labelSelector] Label selector for filtering.
10700
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
10701
- * @param {*} [options] Override http request option.
10702
- * @throws {RequiredError}
10703
- */
10704
- listcoreHaloRunV1alpha1Link(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<string>;
10705
- /**
10706
- * Update core.halo.run/v1alpha1/Link
10707
- * @param {string} name Name of link
10708
- * @param {Link} [link] Updated link
10709
- * @param {*} [options] Override http request option.
10710
- * @throws {RequiredError}
10711
- */
10712
- updatecoreHaloRunV1alpha1Link(name: string, link?: Link, options?: any): AxiosPromise<Link>;
10713
- };
10714
- /**
10715
- * Request parameters for createcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
10716
- * @export
10717
- * @interface CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest
10718
- */
10719
- interface CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest {
10720
- /**
10721
- * Fresh link
10722
- * @type {Link}
10723
- * @memberof CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1Link
10724
- */
10725
- readonly link?: Link;
10726
- }
10727
- /**
10728
- * Request parameters for deletecoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
10729
- * @export
10730
- * @interface CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest
10731
- */
10732
- interface CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest {
10733
- /**
10734
- * Name of link
10735
- * @type {string}
10736
- * @memberof CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1Link
10737
- */
10738
- readonly name: string;
10739
- }
10740
- /**
10741
- * Request parameters for getcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
10742
- * @export
10743
- * @interface CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest
10744
- */
10745
- interface CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest {
10746
- /**
10747
- * Name of link
10748
- * @type {string}
10749
- * @memberof CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1Link
10750
- */
10751
- readonly name: string;
10752
- }
10753
- /**
10754
- * Request parameters for listcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
10755
- * @export
10756
- * @interface CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest
10757
- */
10758
- interface CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest {
10759
- /**
10760
- * The page number. Zero indicates no page.
10761
- * @type {number}
10762
- * @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
10763
- */
10764
- readonly page?: number;
10765
- /**
10766
- * Size of one page. Zero indicates no limit.
10767
- * @type {number}
10768
- * @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
10769
- */
10770
- readonly size?: number;
10771
- /**
10772
- * Label selector for filtering.
10773
- * @type {Array<string>}
10774
- * @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
10775
- */
10776
- readonly labelSelector?: Array<string>;
10777
- /**
10778
- * Field selector for filtering.
10779
- * @type {Array<string>}
10780
- * @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
10781
- */
10782
- readonly fieldSelector?: Array<string>;
10783
- }
10784
- /**
10785
- * Request parameters for updatecoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
10786
- * @export
10787
- * @interface CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest
10788
- */
10789
- interface CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest {
10790
- /**
10791
- * Name of link
10792
- * @type {string}
10793
- * @memberof CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1Link
10794
- */
10795
- readonly name: string;
10796
- /**
10797
- * Updated link
10798
- * @type {Link}
10799
- * @memberof CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1Link
10800
- */
10801
- readonly link?: Link;
10802
- }
10803
- /**
10804
- * CoreHaloRunV1alpha1LinkApi - object-oriented interface
10805
- * @export
10806
- * @class CoreHaloRunV1alpha1LinkApi
10807
- * @extends {BaseAPI}
10808
- */
10809
- declare class CoreHaloRunV1alpha1LinkApi extends BaseAPI {
10810
- /**
10811
- * Create core.halo.run/v1alpha1/Link
10812
- * @param {CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
10813
- * @param {*} [options] Override http request option.
10814
- * @throws {RequiredError}
10815
- * @memberof CoreHaloRunV1alpha1LinkApi
10816
- */
10817
- createcoreHaloRunV1alpha1Link(requestParameters?: CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
10818
- /**
10819
- * Delete core.halo.run/v1alpha1/Link
10820
- * @param {CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
10821
- * @param {*} [options] Override http request option.
10822
- * @throws {RequiredError}
10823
- * @memberof CoreHaloRunV1alpha1LinkApi
10824
- */
10825
- deletecoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
10826
- /**
10827
- * Get core.halo.run/v1alpha1/Link
10828
- * @param {CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
10829
- * @param {*} [options] Override http request option.
10830
- * @throws {RequiredError}
10831
- * @memberof CoreHaloRunV1alpha1LinkApi
10832
- */
10833
- getcoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
10834
- /**
10835
- * List core.halo.run/v1alpha1/Link
10836
- * @param {CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
10512
+ * List content.halo.run/v1alpha1/Snapshot
10513
+ * @param {ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest} requestParameters Request parameters.
10837
10514
  * @param {*} [options] Override http request option.
10838
10515
  * @throws {RequiredError}
10839
- * @memberof CoreHaloRunV1alpha1LinkApi
10516
+ * @memberof ContentHaloRunV1alpha1SnapshotApi
10840
10517
  */
10841
- listcoreHaloRunV1alpha1Link(requestParameters?: CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<string, any>>;
10518
+ listcontentHaloRunV1alpha1Snapshot(requestParameters?: ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SnapshotList, any>>;
10842
10519
  /**
10843
- * Update core.halo.run/v1alpha1/Link
10844
- * @param {CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
10520
+ * Update content.halo.run/v1alpha1/Snapshot
10521
+ * @param {ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest} requestParameters Request parameters.
10845
10522
  * @param {*} [options] Override http request option.
10846
10523
  * @throws {RequiredError}
10847
- * @memberof CoreHaloRunV1alpha1LinkApi
10524
+ * @memberof ContentHaloRunV1alpha1SnapshotApi
10848
10525
  */
10849
- updatecoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
10526
+ updatecontentHaloRunV1alpha1Snapshot(requestParameters: ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Snapshot, any>>;
10850
10527
  }
10851
10528
 
10852
10529
  /**
10853
- * CoreHaloRunV1alpha1LinkGroupApi - axios parameter creator
10530
+ * ContentHaloRunV1alpha1TagApi - axios parameter creator
10854
10531
  * @export
10855
10532
  */
10856
- declare const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator: (configuration?: Configuration) => {
10533
+ declare const ContentHaloRunV1alpha1TagApiAxiosParamCreator: (configuration?: Configuration) => {
10857
10534
  /**
10858
- * Create core.halo.run/v1alpha1/LinkGroup
10859
- * @param {LinkGroup} [linkGroup] Fresh linkgroup
10535
+ * Create content.halo.run/v1alpha1/Tag
10536
+ * @param {Tag} [tag] Fresh tag
10860
10537
  * @param {*} [options] Override http request option.
10861
10538
  * @throws {RequiredError}
10862
10539
  */
10863
- createcoreHaloRunV1alpha1LinkGroup: (linkGroup?: LinkGroup, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10540
+ createcontentHaloRunV1alpha1Tag: (tag?: Tag, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10864
10541
  /**
10865
- * Delete core.halo.run/v1alpha1/LinkGroup
10866
- * @param {string} name Name of linkgroup
10542
+ * Delete content.halo.run/v1alpha1/Tag
10543
+ * @param {string} name Name of tag
10867
10544
  * @param {*} [options] Override http request option.
10868
10545
  * @throws {RequiredError}
10869
10546
  */
10870
- deletecoreHaloRunV1alpha1LinkGroup: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10547
+ deletecontentHaloRunV1alpha1Tag: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10871
10548
  /**
10872
- * Get core.halo.run/v1alpha1/LinkGroup
10873
- * @param {string} name Name of linkgroup
10549
+ * Get content.halo.run/v1alpha1/Tag
10550
+ * @param {string} name Name of tag
10874
10551
  * @param {*} [options] Override http request option.
10875
10552
  * @throws {RequiredError}
10876
10553
  */
10877
- getcoreHaloRunV1alpha1LinkGroup: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10554
+ getcontentHaloRunV1alpha1Tag: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10878
10555
  /**
10879
- * List core.halo.run/v1alpha1/LinkGroup
10556
+ * List content.halo.run/v1alpha1/Tag
10880
10557
  * @param {number} [page] The page number. Zero indicates no page.
10881
10558
  * @param {number} [size] Size of one page. Zero indicates no limit.
10882
10559
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -10884,44 +10561,44 @@ declare const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator: (configuration?:
10884
10561
  * @param {*} [options] Override http request option.
10885
10562
  * @throws {RequiredError}
10886
10563
  */
10887
- listcoreHaloRunV1alpha1LinkGroup: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10564
+ listcontentHaloRunV1alpha1Tag: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10888
10565
  /**
10889
- * Update core.halo.run/v1alpha1/LinkGroup
10890
- * @param {string} name Name of linkgroup
10891
- * @param {LinkGroup} [linkGroup] Updated linkgroup
10566
+ * Update content.halo.run/v1alpha1/Tag
10567
+ * @param {string} name Name of tag
10568
+ * @param {Tag} [tag] Updated tag
10892
10569
  * @param {*} [options] Override http request option.
10893
10570
  * @throws {RequiredError}
10894
10571
  */
10895
- updatecoreHaloRunV1alpha1LinkGroup: (name: string, linkGroup?: LinkGroup, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10572
+ updatecontentHaloRunV1alpha1Tag: (name: string, tag?: Tag, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10896
10573
  };
10897
10574
  /**
10898
- * CoreHaloRunV1alpha1LinkGroupApi - functional programming interface
10575
+ * ContentHaloRunV1alpha1TagApi - functional programming interface
10899
10576
  * @export
10900
10577
  */
10901
- declare const CoreHaloRunV1alpha1LinkGroupApiFp: (configuration?: Configuration) => {
10578
+ declare const ContentHaloRunV1alpha1TagApiFp: (configuration?: Configuration) => {
10902
10579
  /**
10903
- * Create core.halo.run/v1alpha1/LinkGroup
10904
- * @param {LinkGroup} [linkGroup] Fresh linkgroup
10580
+ * Create content.halo.run/v1alpha1/Tag
10581
+ * @param {Tag} [tag] Fresh tag
10905
10582
  * @param {*} [options] Override http request option.
10906
10583
  * @throws {RequiredError}
10907
10584
  */
10908
- createcoreHaloRunV1alpha1LinkGroup(linkGroup?: LinkGroup, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
10585
+ createcontentHaloRunV1alpha1Tag(tag?: Tag, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tag>>;
10909
10586
  /**
10910
- * Delete core.halo.run/v1alpha1/LinkGroup
10911
- * @param {string} name Name of linkgroup
10587
+ * Delete content.halo.run/v1alpha1/Tag
10588
+ * @param {string} name Name of tag
10912
10589
  * @param {*} [options] Override http request option.
10913
10590
  * @throws {RequiredError}
10914
10591
  */
10915
- deletecoreHaloRunV1alpha1LinkGroup(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10592
+ deletecontentHaloRunV1alpha1Tag(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10916
10593
  /**
10917
- * Get core.halo.run/v1alpha1/LinkGroup
10918
- * @param {string} name Name of linkgroup
10594
+ * Get content.halo.run/v1alpha1/Tag
10595
+ * @param {string} name Name of tag
10919
10596
  * @param {*} [options] Override http request option.
10920
10597
  * @throws {RequiredError}
10921
10598
  */
10922
- getcoreHaloRunV1alpha1LinkGroup(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
10599
+ getcontentHaloRunV1alpha1Tag(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tag>>;
10923
10600
  /**
10924
- * List core.halo.run/v1alpha1/LinkGroup
10601
+ * List content.halo.run/v1alpha1/Tag
10925
10602
  * @param {number} [page] The page number. Zero indicates no page.
10926
10603
  * @param {number} [size] Size of one page. Zero indicates no limit.
10927
10604
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -10929,44 +10606,44 @@ declare const CoreHaloRunV1alpha1LinkGroupApiFp: (configuration?: Configuration)
10929
10606
  * @param {*} [options] Override http request option.
10930
10607
  * @throws {RequiredError}
10931
10608
  */
10932
- listcoreHaloRunV1alpha1LinkGroup(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
10609
+ listcontentHaloRunV1alpha1Tag(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagList>>;
10933
10610
  /**
10934
- * Update core.halo.run/v1alpha1/LinkGroup
10935
- * @param {string} name Name of linkgroup
10936
- * @param {LinkGroup} [linkGroup] Updated linkgroup
10611
+ * Update content.halo.run/v1alpha1/Tag
10612
+ * @param {string} name Name of tag
10613
+ * @param {Tag} [tag] Updated tag
10937
10614
  * @param {*} [options] Override http request option.
10938
10615
  * @throws {RequiredError}
10939
10616
  */
10940
- updatecoreHaloRunV1alpha1LinkGroup(name: string, linkGroup?: LinkGroup, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
10617
+ updatecontentHaloRunV1alpha1Tag(name: string, tag?: Tag, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Tag>>;
10941
10618
  };
10942
10619
  /**
10943
- * CoreHaloRunV1alpha1LinkGroupApi - factory interface
10620
+ * ContentHaloRunV1alpha1TagApi - factory interface
10944
10621
  * @export
10945
10622
  */
10946
- declare const CoreHaloRunV1alpha1LinkGroupApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
10623
+ declare const ContentHaloRunV1alpha1TagApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
10947
10624
  /**
10948
- * Create core.halo.run/v1alpha1/LinkGroup
10949
- * @param {LinkGroup} [linkGroup] Fresh linkgroup
10625
+ * Create content.halo.run/v1alpha1/Tag
10626
+ * @param {Tag} [tag] Fresh tag
10950
10627
  * @param {*} [options] Override http request option.
10951
10628
  * @throws {RequiredError}
10952
10629
  */
10953
- createcoreHaloRunV1alpha1LinkGroup(linkGroup?: LinkGroup, options?: any): AxiosPromise<LinkGroup>;
10630
+ createcontentHaloRunV1alpha1Tag(tag?: Tag, options?: any): AxiosPromise<Tag>;
10954
10631
  /**
10955
- * Delete core.halo.run/v1alpha1/LinkGroup
10956
- * @param {string} name Name of linkgroup
10632
+ * Delete content.halo.run/v1alpha1/Tag
10633
+ * @param {string} name Name of tag
10957
10634
  * @param {*} [options] Override http request option.
10958
10635
  * @throws {RequiredError}
10959
10636
  */
10960
- deletecoreHaloRunV1alpha1LinkGroup(name: string, options?: any): AxiosPromise<void>;
10637
+ deletecontentHaloRunV1alpha1Tag(name: string, options?: any): AxiosPromise<void>;
10961
10638
  /**
10962
- * Get core.halo.run/v1alpha1/LinkGroup
10963
- * @param {string} name Name of linkgroup
10639
+ * Get content.halo.run/v1alpha1/Tag
10640
+ * @param {string} name Name of tag
10964
10641
  * @param {*} [options] Override http request option.
10965
10642
  * @throws {RequiredError}
10966
10643
  */
10967
- getcoreHaloRunV1alpha1LinkGroup(name: string, options?: any): AxiosPromise<LinkGroup>;
10644
+ getcontentHaloRunV1alpha1Tag(name: string, options?: any): AxiosPromise<Tag>;
10968
10645
  /**
10969
- * List core.halo.run/v1alpha1/LinkGroup
10646
+ * List content.halo.run/v1alpha1/Tag
10970
10647
  * @param {number} [page] The page number. Zero indicates no page.
10971
10648
  * @param {number} [size] Size of one page. Zero indicates no limit.
10972
10649
  * @param {Array<string>} [labelSelector] Label selector for filtering.
@@ -10974,152 +10651,152 @@ declare const CoreHaloRunV1alpha1LinkGroupApiFactory: (configuration?: Configura
10974
10651
  * @param {*} [options] Override http request option.
10975
10652
  * @throws {RequiredError}
10976
10653
  */
10977
- listcoreHaloRunV1alpha1LinkGroup(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<string>;
10654
+ listcontentHaloRunV1alpha1Tag(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<TagList>;
10978
10655
  /**
10979
- * Update core.halo.run/v1alpha1/LinkGroup
10980
- * @param {string} name Name of linkgroup
10981
- * @param {LinkGroup} [linkGroup] Updated linkgroup
10656
+ * Update content.halo.run/v1alpha1/Tag
10657
+ * @param {string} name Name of tag
10658
+ * @param {Tag} [tag] Updated tag
10982
10659
  * @param {*} [options] Override http request option.
10983
10660
  * @throws {RequiredError}
10984
10661
  */
10985
- updatecoreHaloRunV1alpha1LinkGroup(name: string, linkGroup?: LinkGroup, options?: any): AxiosPromise<LinkGroup>;
10662
+ updatecontentHaloRunV1alpha1Tag(name: string, tag?: Tag, options?: any): AxiosPromise<Tag>;
10986
10663
  };
10987
10664
  /**
10988
- * Request parameters for createcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
10665
+ * Request parameters for createcontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
10989
10666
  * @export
10990
- * @interface CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest
10667
+ * @interface ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest
10991
10668
  */
10992
- interface CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest {
10669
+ interface ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest {
10993
10670
  /**
10994
- * Fresh linkgroup
10995
- * @type {LinkGroup}
10996
- * @memberof CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroup
10671
+ * Fresh tag
10672
+ * @type {Tag}
10673
+ * @memberof ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1Tag
10997
10674
  */
10998
- readonly linkGroup?: LinkGroup;
10675
+ readonly tag?: Tag;
10999
10676
  }
11000
10677
  /**
11001
- * Request parameters for deletecoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
10678
+ * Request parameters for deletecontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
11002
10679
  * @export
11003
- * @interface CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest
10680
+ * @interface ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest
11004
10681
  */
11005
- interface CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest {
10682
+ interface ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest {
11006
10683
  /**
11007
- * Name of linkgroup
10684
+ * Name of tag
11008
10685
  * @type {string}
11009
- * @memberof CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroup
10686
+ * @memberof ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1Tag
11010
10687
  */
11011
10688
  readonly name: string;
11012
10689
  }
11013
10690
  /**
11014
- * Request parameters for getcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
10691
+ * Request parameters for getcontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
11015
10692
  * @export
11016
- * @interface CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest
10693
+ * @interface ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest
11017
10694
  */
11018
- interface CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest {
10695
+ interface ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest {
11019
10696
  /**
11020
- * Name of linkgroup
10697
+ * Name of tag
11021
10698
  * @type {string}
11022
- * @memberof CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroup
10699
+ * @memberof ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1Tag
11023
10700
  */
11024
10701
  readonly name: string;
11025
10702
  }
11026
10703
  /**
11027
- * Request parameters for listcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
10704
+ * Request parameters for listcontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
11028
10705
  * @export
11029
- * @interface CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest
10706
+ * @interface ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest
11030
10707
  */
11031
- interface CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest {
10708
+ interface ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest {
11032
10709
  /**
11033
10710
  * The page number. Zero indicates no page.
11034
10711
  * @type {number}
11035
- * @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
10712
+ * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
11036
10713
  */
11037
10714
  readonly page?: number;
11038
10715
  /**
11039
10716
  * Size of one page. Zero indicates no limit.
11040
10717
  * @type {number}
11041
- * @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
10718
+ * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
11042
10719
  */
11043
10720
  readonly size?: number;
11044
10721
  /**
11045
10722
  * Label selector for filtering.
11046
10723
  * @type {Array<string>}
11047
- * @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
10724
+ * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
11048
10725
  */
11049
10726
  readonly labelSelector?: Array<string>;
11050
10727
  /**
11051
10728
  * Field selector for filtering.
11052
10729
  * @type {Array<string>}
11053
- * @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
10730
+ * @memberof ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1Tag
11054
10731
  */
11055
10732
  readonly fieldSelector?: Array<string>;
11056
10733
  }
11057
10734
  /**
11058
- * Request parameters for updatecoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
10735
+ * Request parameters for updatecontentHaloRunV1alpha1Tag operation in ContentHaloRunV1alpha1TagApi.
11059
10736
  * @export
11060
- * @interface CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest
10737
+ * @interface ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest
11061
10738
  */
11062
- interface CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest {
10739
+ interface ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest {
11063
10740
  /**
11064
- * Name of linkgroup
10741
+ * Name of tag
11065
10742
  * @type {string}
11066
- * @memberof CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroup
10743
+ * @memberof ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1Tag
11067
10744
  */
11068
10745
  readonly name: string;
11069
10746
  /**
11070
- * Updated linkgroup
11071
- * @type {LinkGroup}
11072
- * @memberof CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroup
10747
+ * Updated tag
10748
+ * @type {Tag}
10749
+ * @memberof ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1Tag
11073
10750
  */
11074
- readonly linkGroup?: LinkGroup;
10751
+ readonly tag?: Tag;
11075
10752
  }
11076
10753
  /**
11077
- * CoreHaloRunV1alpha1LinkGroupApi - object-oriented interface
10754
+ * ContentHaloRunV1alpha1TagApi - object-oriented interface
11078
10755
  * @export
11079
- * @class CoreHaloRunV1alpha1LinkGroupApi
10756
+ * @class ContentHaloRunV1alpha1TagApi
11080
10757
  * @extends {BaseAPI}
11081
10758
  */
11082
- declare class CoreHaloRunV1alpha1LinkGroupApi extends BaseAPI {
10759
+ declare class ContentHaloRunV1alpha1TagApi extends BaseAPI {
11083
10760
  /**
11084
- * Create core.halo.run/v1alpha1/LinkGroup
11085
- * @param {CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
10761
+ * Create content.halo.run/v1alpha1/Tag
10762
+ * @param {ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
11086
10763
  * @param {*} [options] Override http request option.
11087
10764
  * @throws {RequiredError}
11088
- * @memberof CoreHaloRunV1alpha1LinkGroupApi
10765
+ * @memberof ContentHaloRunV1alpha1TagApi
11089
10766
  */
11090
- createcoreHaloRunV1alpha1LinkGroup(requestParameters?: CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
10767
+ createcontentHaloRunV1alpha1Tag(requestParameters?: ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
11091
10768
  /**
11092
- * Delete core.halo.run/v1alpha1/LinkGroup
11093
- * @param {CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
10769
+ * Delete content.halo.run/v1alpha1/Tag
10770
+ * @param {ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
11094
10771
  * @param {*} [options] Override http request option.
11095
10772
  * @throws {RequiredError}
11096
- * @memberof CoreHaloRunV1alpha1LinkGroupApi
10773
+ * @memberof ContentHaloRunV1alpha1TagApi
11097
10774
  */
11098
- deletecoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
10775
+ deletecontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
11099
10776
  /**
11100
- * Get core.halo.run/v1alpha1/LinkGroup
11101
- * @param {CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
10777
+ * Get content.halo.run/v1alpha1/Tag
10778
+ * @param {ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
11102
10779
  * @param {*} [options] Override http request option.
11103
10780
  * @throws {RequiredError}
11104
- * @memberof CoreHaloRunV1alpha1LinkGroupApi
10781
+ * @memberof ContentHaloRunV1alpha1TagApi
11105
10782
  */
11106
- getcoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
10783
+ getcontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
11107
10784
  /**
11108
- * List core.halo.run/v1alpha1/LinkGroup
11109
- * @param {CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
10785
+ * List content.halo.run/v1alpha1/Tag
10786
+ * @param {ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
11110
10787
  * @param {*} [options] Override http request option.
11111
10788
  * @throws {RequiredError}
11112
- * @memberof CoreHaloRunV1alpha1LinkGroupApi
10789
+ * @memberof ContentHaloRunV1alpha1TagApi
11113
10790
  */
11114
- listcoreHaloRunV1alpha1LinkGroup(requestParameters?: CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<string, any>>;
10791
+ listcontentHaloRunV1alpha1Tag(requestParameters?: ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<TagList, any>>;
11115
10792
  /**
11116
- * Update core.halo.run/v1alpha1/LinkGroup
11117
- * @param {CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
10793
+ * Update content.halo.run/v1alpha1/Tag
10794
+ * @param {ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest} requestParameters Request parameters.
11118
10795
  * @param {*} [options] Override http request option.
11119
10796
  * @throws {RequiredError}
11120
- * @memberof CoreHaloRunV1alpha1LinkGroupApi
10797
+ * @memberof ContentHaloRunV1alpha1TagApi
11121
10798
  */
11122
- updatecoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
10799
+ updatecontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
11123
10800
  }
11124
10801
 
11125
10802
  /**
@@ -11977,20 +11654,6 @@ declare const StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configurati
11977
11654
  * @throws {RequiredError}
11978
11655
  */
11979
11656
  liststorageHaloRunV1alpha1Attachment: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11980
- /**
11981
- *
11982
- * @param {string} [policy] Name of policy
11983
- * @param {string} [displayName] Display name of attachment
11984
- * @param {string} [group] Name of group
11985
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
11986
- * @param {number} [size] Size of one page. Zero indicates no limit.
11987
- * @param {Array<string>} [labelSelector] Label selector for filtering.
11988
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
11989
- * @param {number} [page] The page number. Zero indicates no page.
11990
- * @param {*} [options] Override http request option.
11991
- * @throws {RequiredError}
11992
- */
11993
- searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
11994
11657
  /**
11995
11658
  * Update storage.halo.run/v1alpha1/Attachment
11996
11659
  * @param {string} name Name of attachment
@@ -11999,15 +11662,6 @@ declare const StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configurati
11999
11662
  * @throws {RequiredError}
12000
11663
  */
12001
11664
  updatestorageHaloRunV1alpha1Attachment: (name: string, attachment?: Attachment, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12002
- /**
12003
- *
12004
- * @param {any} file
12005
- * @param {string} policyName Storage policy name
12006
- * @param {string} [groupName] The name of the group to which the attachment belongs
12007
- * @param {*} [options] Override http request option.
12008
- * @throws {RequiredError}
12009
- */
12010
- uploadAttachment: (file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
12011
11665
  };
12012
11666
  /**
12013
11667
  * StorageHaloRunV1alpha1AttachmentApi - functional programming interface
@@ -12045,20 +11699,6 @@ declare const StorageHaloRunV1alpha1AttachmentApiFp: (configuration?: Configurat
12045
11699
  * @throws {RequiredError}
12046
11700
  */
12047
11701
  liststorageHaloRunV1alpha1Attachment(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
12048
- /**
12049
- *
12050
- * @param {string} [policy] Name of policy
12051
- * @param {string} [displayName] Display name of attachment
12052
- * @param {string} [group] Name of group
12053
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
12054
- * @param {number} [size] Size of one page. Zero indicates no limit.
12055
- * @param {Array<string>} [labelSelector] Label selector for filtering.
12056
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
12057
- * @param {number} [page] The page number. Zero indicates no page.
12058
- * @param {*} [options] Override http request option.
12059
- * @throws {RequiredError}
12060
- */
12061
- searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
12062
11702
  /**
12063
11703
  * Update storage.halo.run/v1alpha1/Attachment
12064
11704
  * @param {string} name Name of attachment
@@ -12067,15 +11707,6 @@ declare const StorageHaloRunV1alpha1AttachmentApiFp: (configuration?: Configurat
12067
11707
  * @throws {RequiredError}
12068
11708
  */
12069
11709
  updatestorageHaloRunV1alpha1Attachment(name: string, attachment?: Attachment, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Attachment>>;
12070
- /**
12071
- *
12072
- * @param {any} file
12073
- * @param {string} policyName Storage policy name
12074
- * @param {string} [groupName] The name of the group to which the attachment belongs
12075
- * @param {*} [options] Override http request option.
12076
- * @throws {RequiredError}
12077
- */
12078
- uploadAttachment(file: any, policyName: string, groupName?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Attachment>>;
12079
11710
  };
12080
11711
  /**
12081
11712
  * StorageHaloRunV1alpha1AttachmentApi - factory interface
@@ -12113,20 +11744,6 @@ declare const StorageHaloRunV1alpha1AttachmentApiFactory: (configuration?: Confi
12113
11744
  * @throws {RequiredError}
12114
11745
  */
12115
11746
  liststorageHaloRunV1alpha1Attachment(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
12116
- /**
12117
- *
12118
- * @param {string} [policy] Name of policy
12119
- * @param {string} [displayName] Display name of attachment
12120
- * @param {string} [group] Name of group
12121
- * @param {string} [uploadedBy] Name of user who uploaded the attachment
12122
- * @param {number} [size] Size of one page. Zero indicates no limit.
12123
- * @param {Array<string>} [labelSelector] Label selector for filtering.
12124
- * @param {Array<string>} [fieldSelector] Field selector for filtering.
12125
- * @param {number} [page] The page number. Zero indicates no page.
12126
- * @param {*} [options] Override http request option.
12127
- * @throws {RequiredError}
12128
- */
12129
- searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<AttachmentList>;
12130
11747
  /**
12131
11748
  * Update storage.halo.run/v1alpha1/Attachment
12132
11749
  * @param {string} name Name of attachment
@@ -12135,15 +11752,6 @@ declare const StorageHaloRunV1alpha1AttachmentApiFactory: (configuration?: Confi
12135
11752
  * @throws {RequiredError}
12136
11753
  */
12137
11754
  updatestorageHaloRunV1alpha1Attachment(name: string, attachment?: Attachment, options?: any): AxiosPromise<Attachment>;
12138
- /**
12139
- *
12140
- * @param {any} file
12141
- * @param {string} policyName Storage policy name
12142
- * @param {string} [groupName] The name of the group to which the attachment belongs
12143
- * @param {*} [options] Override http request option.
12144
- * @throws {RequiredError}
12145
- */
12146
- uploadAttachment(file: any, policyName: string, groupName?: string, options?: any): AxiosPromise<Attachment>;
12147
11755
  };
12148
11756
  /**
12149
11757
  * Request parameters for createstorageHaloRunV1alpha1Attachment operation in StorageHaloRunV1alpha1AttachmentApi.
@@ -12215,61 +11823,6 @@ interface StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1Attachmen
12215
11823
  */
12216
11824
  readonly fieldSelector?: Array<string>;
12217
11825
  }
12218
- /**
12219
- * Request parameters for searchAttachments operation in StorageHaloRunV1alpha1AttachmentApi.
12220
- * @export
12221
- * @interface StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest
12222
- */
12223
- interface StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
12224
- /**
12225
- * Name of policy
12226
- * @type {string}
12227
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12228
- */
12229
- readonly policy?: string;
12230
- /**
12231
- * Display name of attachment
12232
- * @type {string}
12233
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12234
- */
12235
- readonly displayName?: string;
12236
- /**
12237
- * Name of group
12238
- * @type {string}
12239
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12240
- */
12241
- readonly group?: string;
12242
- /**
12243
- * Name of user who uploaded the attachment
12244
- * @type {string}
12245
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12246
- */
12247
- readonly uploadedBy?: string;
12248
- /**
12249
- * Size of one page. Zero indicates no limit.
12250
- * @type {number}
12251
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12252
- */
12253
- readonly size?: number;
12254
- /**
12255
- * Label selector for filtering.
12256
- * @type {Array<string>}
12257
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12258
- */
12259
- readonly labelSelector?: Array<string>;
12260
- /**
12261
- * Field selector for filtering.
12262
- * @type {Array<string>}
12263
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12264
- */
12265
- readonly fieldSelector?: Array<string>;
12266
- /**
12267
- * The page number. Zero indicates no page.
12268
- * @type {number}
12269
- * @memberof StorageHaloRunV1alpha1AttachmentApiSearchAttachments
12270
- */
12271
- readonly page?: number;
12272
- }
12273
11826
  /**
12274
11827
  * Request parameters for updatestorageHaloRunV1alpha1Attachment operation in StorageHaloRunV1alpha1AttachmentApi.
12275
11828
  * @export
@@ -12289,31 +11842,6 @@ interface StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1Attachm
12289
11842
  */
12290
11843
  readonly attachment?: Attachment;
12291
11844
  }
12292
- /**
12293
- * Request parameters for uploadAttachment operation in StorageHaloRunV1alpha1AttachmentApi.
12294
- * @export
12295
- * @interface StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest
12296
- */
12297
- interface StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest {
12298
- /**
12299
- *
12300
- * @type {any}
12301
- * @memberof StorageHaloRunV1alpha1AttachmentApiUploadAttachment
12302
- */
12303
- readonly file: any;
12304
- /**
12305
- * Storage policy name
12306
- * @type {string}
12307
- * @memberof StorageHaloRunV1alpha1AttachmentApiUploadAttachment
12308
- */
12309
- readonly policyName: string;
12310
- /**
12311
- * The name of the group to which the attachment belongs
12312
- * @type {string}
12313
- * @memberof StorageHaloRunV1alpha1AttachmentApiUploadAttachment
12314
- */
12315
- readonly groupName?: string;
12316
- }
12317
11845
  /**
12318
11846
  * StorageHaloRunV1alpha1AttachmentApi - object-oriented interface
12319
11847
  * @export
@@ -12353,14 +11881,6 @@ declare class StorageHaloRunV1alpha1AttachmentApi extends BaseAPI {
12353
11881
  * @memberof StorageHaloRunV1alpha1AttachmentApi
12354
11882
  */
12355
11883
  liststorageHaloRunV1alpha1Attachment(requestParameters?: StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<AttachmentList, any>>;
12356
- /**
12357
- *
12358
- * @param {StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest} requestParameters Request parameters.
12359
- * @param {*} [options] Override http request option.
12360
- * @throws {RequiredError}
12361
- * @memberof StorageHaloRunV1alpha1AttachmentApi
12362
- */
12363
- searchAttachments(requestParameters?: StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<AttachmentList, any>>;
12364
11884
  /**
12365
11885
  * Update storage.halo.run/v1alpha1/Attachment
12366
11886
  * @param {StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest} requestParameters Request parameters.
@@ -12369,14 +11889,6 @@ declare class StorageHaloRunV1alpha1AttachmentApi extends BaseAPI {
12369
11889
  * @memberof StorageHaloRunV1alpha1AttachmentApi
12370
11890
  */
12371
11891
  updatestorageHaloRunV1alpha1Attachment(requestParameters: StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Attachment, any>>;
12372
- /**
12373
- *
12374
- * @param {StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest} requestParameters Request parameters.
12375
- * @param {*} [options] Override http request option.
12376
- * @throws {RequiredError}
12377
- * @memberof StorageHaloRunV1alpha1AttachmentApi
12378
- */
12379
- uploadAttachment(requestParameters: StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Attachment, any>>;
12380
11892
  }
12381
11893
 
12382
11894
  /**
@@ -15655,4 +15167,4 @@ declare class V1alpha1UserApi extends BaseAPI {
15655
15167
  updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
15656
15168
  }
15657
15169
 
15658
- export { ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, CoreHaloRunV1alpha1LinkApi, CoreHaloRunV1alpha1LinkApiAxiosParamCreator, CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiFactory, CoreHaloRunV1alpha1LinkApiFp, CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkGroupApi, CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator, CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiFactory, CoreHaloRunV1alpha1LinkGroupApiFp, CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, Counter, CounterList, CounterRequest, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, Link, LinkGroup, LinkGroupSpec, LinkSpec, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest };
15170
+ export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Counter, CounterList, CounterRequest, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest, VoteRequest };