@halo-dev/api-client 0.0.47 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +181 -113
- package/dist/index.d.ts +292 -220
- package/dist/index.mjs +181 -113
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2020,7 +2020,7 @@ interface Extension {
|
|
|
2020
2020
|
* @type {string}
|
|
2021
2021
|
* @memberof Extension
|
|
2022
2022
|
*/
|
|
2023
|
-
|
|
2023
|
+
apiVersion: string;
|
|
2024
2024
|
/**
|
|
2025
2025
|
*
|
|
2026
2026
|
* @type {Metadata}
|
|
@@ -2032,7 +2032,7 @@ interface Extension {
|
|
|
2032
2032
|
* @type {string}
|
|
2033
2033
|
* @memberof Extension
|
|
2034
2034
|
*/
|
|
2035
|
-
|
|
2035
|
+
kind: string;
|
|
2036
2036
|
}
|
|
2037
2037
|
|
|
2038
2038
|
/**
|
|
@@ -2516,12 +2516,6 @@ interface PostSpec {
|
|
|
2516
2516
|
* @memberof PostSpec
|
|
2517
2517
|
*/
|
|
2518
2518
|
visible: PostSpecVisibleEnum;
|
|
2519
|
-
/**
|
|
2520
|
-
*
|
|
2521
|
-
* @type {number}
|
|
2522
|
-
* @memberof PostSpec
|
|
2523
|
-
*/
|
|
2524
|
-
version: number;
|
|
2525
2519
|
/**
|
|
2526
2520
|
*
|
|
2527
2521
|
* @type {number}
|
|
@@ -2622,12 +2616,6 @@ interface PostStatus {
|
|
|
2622
2616
|
* @memberof PostStatus
|
|
2623
2617
|
*/
|
|
2624
2618
|
contributors?: Array<string>;
|
|
2625
|
-
/**
|
|
2626
|
-
*
|
|
2627
|
-
* @type {Array<string>}
|
|
2628
|
-
* @memberof PostStatus
|
|
2629
|
-
*/
|
|
2630
|
-
releasedSnapshots?: Array<string>;
|
|
2631
2619
|
}
|
|
2632
2620
|
|
|
2633
2621
|
/**
|
|
@@ -3327,12 +3315,6 @@ interface SinglePageSpec {
|
|
|
3327
3315
|
* @memberof SinglePageSpec
|
|
3328
3316
|
*/
|
|
3329
3317
|
visible: SinglePageSpecVisibleEnum;
|
|
3330
|
-
/**
|
|
3331
|
-
*
|
|
3332
|
-
* @type {number}
|
|
3333
|
-
* @memberof SinglePageSpec
|
|
3334
|
-
*/
|
|
3335
|
-
version: number;
|
|
3336
3318
|
/**
|
|
3337
3319
|
*
|
|
3338
3320
|
* @type {number}
|
|
@@ -3421,12 +3403,6 @@ interface SinglePageStatus {
|
|
|
3421
3403
|
* @memberof SinglePageStatus
|
|
3422
3404
|
*/
|
|
3423
3405
|
contributors?: Array<string>;
|
|
3424
|
-
/**
|
|
3425
|
-
*
|
|
3426
|
-
* @type {Array<string>}
|
|
3427
|
-
* @memberof SinglePageStatus
|
|
3428
|
-
*/
|
|
3429
|
-
releasedSnapshots?: Array<string>;
|
|
3430
3406
|
}
|
|
3431
3407
|
|
|
3432
3408
|
/**
|
|
@@ -6268,19 +6244,13 @@ interface SnapShotSpec {
|
|
|
6268
6244
|
* @type {string}
|
|
6269
6245
|
* @memberof SnapShotSpec
|
|
6270
6246
|
*/
|
|
6271
|
-
|
|
6272
|
-
/**
|
|
6273
|
-
*
|
|
6274
|
-
* @type {number}
|
|
6275
|
-
* @memberof SnapShotSpec
|
|
6276
|
-
*/
|
|
6277
|
-
version: number;
|
|
6247
|
+
lastModifyTime?: string;
|
|
6278
6248
|
/**
|
|
6279
6249
|
*
|
|
6280
6250
|
* @type {string}
|
|
6281
6251
|
* @memberof SnapShotSpec
|
|
6282
6252
|
*/
|
|
6283
|
-
|
|
6253
|
+
owner: string;
|
|
6284
6254
|
/**
|
|
6285
6255
|
*
|
|
6286
6256
|
* @type {Array<string>}
|
|
@@ -7030,16 +7000,16 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
7030
7000
|
* @param {string} [policy] Name of policy
|
|
7031
7001
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7032
7002
|
* @param {string} [displayName] Display name of attachment
|
|
7033
|
-
* @param {string} [group] Name of group
|
|
7034
7003
|
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7004
|
+
* @param {string} [group] Name of group
|
|
7035
7005
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7036
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7037
7006
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7038
7007
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7008
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7039
7009
|
* @param {*} [options] Override http request option.
|
|
7040
7010
|
* @throws {RequiredError}
|
|
7041
7011
|
*/
|
|
7042
|
-
searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string,
|
|
7012
|
+
searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7043
7013
|
/**
|
|
7044
7014
|
*
|
|
7045
7015
|
* @param {any} file
|
|
@@ -7060,16 +7030,16 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
7060
7030
|
* @param {string} [policy] Name of policy
|
|
7061
7031
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7062
7032
|
* @param {string} [displayName] Display name of attachment
|
|
7063
|
-
* @param {string} [group] Name of group
|
|
7064
7033
|
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7034
|
+
* @param {string} [group] Name of group
|
|
7065
7035
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7066
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7067
7036
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7068
7037
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7038
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7069
7039
|
* @param {*} [options] Override http request option.
|
|
7070
7040
|
* @throws {RequiredError}
|
|
7071
7041
|
*/
|
|
7072
|
-
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string,
|
|
7042
|
+
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
|
|
7073
7043
|
/**
|
|
7074
7044
|
*
|
|
7075
7045
|
* @param {any} file
|
|
@@ -7090,16 +7060,16 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
7090
7060
|
* @param {string} [policy] Name of policy
|
|
7091
7061
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7092
7062
|
* @param {string} [displayName] Display name of attachment
|
|
7093
|
-
* @param {string} [group] Name of group
|
|
7094
7063
|
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7064
|
+
* @param {string} [group] Name of group
|
|
7095
7065
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7096
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7097
7066
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7098
7067
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7068
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7099
7069
|
* @param {*} [options] Override http request option.
|
|
7100
7070
|
* @throws {RequiredError}
|
|
7101
7071
|
*/
|
|
7102
|
-
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string,
|
|
7072
|
+
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, uploadedBy?: string, group?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<AttachmentList>;
|
|
7103
7073
|
/**
|
|
7104
7074
|
*
|
|
7105
7075
|
* @param {any} file
|
|
@@ -7135,29 +7105,23 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7135
7105
|
*/
|
|
7136
7106
|
readonly displayName?: string;
|
|
7137
7107
|
/**
|
|
7138
|
-
* Name of
|
|
7108
|
+
* Name of user who uploaded the attachment
|
|
7139
7109
|
* @type {string}
|
|
7140
7110
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7141
7111
|
*/
|
|
7142
|
-
readonly
|
|
7112
|
+
readonly uploadedBy?: string;
|
|
7143
7113
|
/**
|
|
7144
|
-
* Name of
|
|
7114
|
+
* Name of group
|
|
7145
7115
|
* @type {string}
|
|
7146
7116
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7147
7117
|
*/
|
|
7148
|
-
readonly
|
|
7118
|
+
readonly group?: string;
|
|
7149
7119
|
/**
|
|
7150
7120
|
* Size of one page. Zero indicates no limit.
|
|
7151
7121
|
* @type {number}
|
|
7152
7122
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7153
7123
|
*/
|
|
7154
7124
|
readonly size?: number;
|
|
7155
|
-
/**
|
|
7156
|
-
* The page number. Zero indicates no page.
|
|
7157
|
-
* @type {number}
|
|
7158
|
-
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7159
|
-
*/
|
|
7160
|
-
readonly page?: number;
|
|
7161
7125
|
/**
|
|
7162
7126
|
* Label selector for filtering.
|
|
7163
7127
|
* @type {Array<string>}
|
|
@@ -7170,6 +7134,12 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7170
7134
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7171
7135
|
*/
|
|
7172
7136
|
readonly fieldSelector?: Array<string>;
|
|
7137
|
+
/**
|
|
7138
|
+
* The page number. Zero indicates no page.
|
|
7139
|
+
* @type {number}
|
|
7140
|
+
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7141
|
+
*/
|
|
7142
|
+
readonly page?: number;
|
|
7173
7143
|
}
|
|
7174
7144
|
/**
|
|
7175
7145
|
* Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
|
|
@@ -7244,9 +7214,6 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
|
|
|
7244
7214
|
/**
|
|
7245
7215
|
* List comments.
|
|
7246
7216
|
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7247
|
-
* @param {string} [keyword] Comments filtered by keyword.
|
|
7248
|
-
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7249
|
-
* @param {boolean} [top] Comment top display.
|
|
7250
7217
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7251
7218
|
* @param {boolean} [approved] Comments approved.
|
|
7252
7219
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
@@ -7254,14 +7221,17 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
|
|
|
7254
7221
|
* @param {string} [ownerName] Commenter name.
|
|
7255
7222
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7256
7223
|
* @param {string} [subjectName] Comment subject name.
|
|
7224
|
+
* @param {string} [keyword] Comments filtered by keyword.
|
|
7225
|
+
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7226
|
+
* @param {boolean} [top] Comment top display.
|
|
7257
7227
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7258
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7259
7228
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7260
7229
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7230
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7261
7231
|
* @param {*} [options] Override http request option.
|
|
7262
7232
|
* @throws {RequiredError}
|
|
7263
7233
|
*/
|
|
7264
|
-
listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME',
|
|
7234
|
+
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>;
|
|
7265
7235
|
};
|
|
7266
7236
|
/**
|
|
7267
7237
|
* ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
|
|
@@ -7286,9 +7256,6 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
|
|
|
7286
7256
|
/**
|
|
7287
7257
|
* List comments.
|
|
7288
7258
|
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7289
|
-
* @param {string} [keyword] Comments filtered by keyword.
|
|
7290
|
-
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7291
|
-
* @param {boolean} [top] Comment top display.
|
|
7292
7259
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7293
7260
|
* @param {boolean} [approved] Comments approved.
|
|
7294
7261
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
@@ -7296,14 +7263,17 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
|
|
|
7296
7263
|
* @param {string} [ownerName] Commenter name.
|
|
7297
7264
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7298
7265
|
* @param {string} [subjectName] Comment subject name.
|
|
7266
|
+
* @param {string} [keyword] Comments filtered by keyword.
|
|
7267
|
+
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7268
|
+
* @param {boolean} [top] Comment top display.
|
|
7299
7269
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7300
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7301
7270
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7302
7271
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7272
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7303
7273
|
* @param {*} [options] Override http request option.
|
|
7304
7274
|
* @throws {RequiredError}
|
|
7305
7275
|
*/
|
|
7306
|
-
listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME',
|
|
7276
|
+
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>>;
|
|
7307
7277
|
};
|
|
7308
7278
|
/**
|
|
7309
7279
|
* ApiConsoleHaloRunV1alpha1CommentApi - factory interface
|
|
@@ -7328,9 +7298,6 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
|
|
|
7328
7298
|
/**
|
|
7329
7299
|
* List comments.
|
|
7330
7300
|
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7331
|
-
* @param {string} [keyword] Comments filtered by keyword.
|
|
7332
|
-
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7333
|
-
* @param {boolean} [top] Comment top display.
|
|
7334
7301
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7335
7302
|
* @param {boolean} [approved] Comments approved.
|
|
7336
7303
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
@@ -7338,14 +7305,17 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
|
|
|
7338
7305
|
* @param {string} [ownerName] Commenter name.
|
|
7339
7306
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7340
7307
|
* @param {string} [subjectName] Comment subject name.
|
|
7308
|
+
* @param {string} [keyword] Comments filtered by keyword.
|
|
7309
|
+
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7310
|
+
* @param {boolean} [top] Comment top display.
|
|
7341
7311
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7342
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7343
7312
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7344
7313
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7314
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7345
7315
|
* @param {*} [options] Override http request option.
|
|
7346
7316
|
* @throws {RequiredError}
|
|
7347
7317
|
*/
|
|
7348
|
-
listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME',
|
|
7318
|
+
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>;
|
|
7349
7319
|
};
|
|
7350
7320
|
/**
|
|
7351
7321
|
* Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
|
|
@@ -7391,24 +7361,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7391
7361
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7392
7362
|
*/
|
|
7393
7363
|
readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
|
|
7394
|
-
/**
|
|
7395
|
-
* Comments filtered by keyword.
|
|
7396
|
-
* @type {string}
|
|
7397
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7398
|
-
*/
|
|
7399
|
-
readonly keyword?: string;
|
|
7400
|
-
/**
|
|
7401
|
-
* The comment is hidden from the theme side.
|
|
7402
|
-
* @type {boolean}
|
|
7403
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7404
|
-
*/
|
|
7405
|
-
readonly hidden?: boolean;
|
|
7406
|
-
/**
|
|
7407
|
-
* Comment top display.
|
|
7408
|
-
* @type {boolean}
|
|
7409
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7410
|
-
*/
|
|
7411
|
-
readonly top?: boolean;
|
|
7412
7364
|
/**
|
|
7413
7365
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
7414
7366
|
* @type {boolean}
|
|
@@ -7452,17 +7404,29 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7452
7404
|
*/
|
|
7453
7405
|
readonly subjectName?: string;
|
|
7454
7406
|
/**
|
|
7455
|
-
*
|
|
7456
|
-
* @type {
|
|
7407
|
+
* Comments filtered by keyword.
|
|
7408
|
+
* @type {string}
|
|
7457
7409
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7458
7410
|
*/
|
|
7459
|
-
readonly
|
|
7411
|
+
readonly keyword?: string;
|
|
7460
7412
|
/**
|
|
7461
|
-
* The
|
|
7413
|
+
* The comment is hidden from the theme side.
|
|
7414
|
+
* @type {boolean}
|
|
7415
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7416
|
+
*/
|
|
7417
|
+
readonly hidden?: boolean;
|
|
7418
|
+
/**
|
|
7419
|
+
* Comment top display.
|
|
7420
|
+
* @type {boolean}
|
|
7421
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7422
|
+
*/
|
|
7423
|
+
readonly top?: boolean;
|
|
7424
|
+
/**
|
|
7425
|
+
* Size of one page. Zero indicates no limit.
|
|
7462
7426
|
* @type {number}
|
|
7463
7427
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7464
7428
|
*/
|
|
7465
|
-
readonly
|
|
7429
|
+
readonly size?: number;
|
|
7466
7430
|
/**
|
|
7467
7431
|
* Label selector for filtering.
|
|
7468
7432
|
* @type {Array<string>}
|
|
@@ -7475,6 +7439,12 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7475
7439
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7476
7440
|
*/
|
|
7477
7441
|
readonly fieldSelector?: Array<string>;
|
|
7442
|
+
/**
|
|
7443
|
+
* The page number. Zero indicates no page.
|
|
7444
|
+
* @type {number}
|
|
7445
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7446
|
+
*/
|
|
7447
|
+
readonly page?: number;
|
|
7478
7448
|
}
|
|
7479
7449
|
/**
|
|
7480
7450
|
* ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
|
|
@@ -7738,16 +7708,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7738
7708
|
/**
|
|
7739
7709
|
* List plugins using query criteria and sort params
|
|
7740
7710
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7741
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7742
7711
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7712
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7743
7713
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7744
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7745
7714
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7746
7715
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7716
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7747
7717
|
* @param {*} [options] Override http request option.
|
|
7748
7718
|
* @throws {RequiredError}
|
|
7749
7719
|
*/
|
|
7750
|
-
listPlugins: (sort?: Array<string>,
|
|
7720
|
+
listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7751
7721
|
/**
|
|
7752
7722
|
* Upgrade a plugin by uploading a Jar file
|
|
7753
7723
|
* @param {string} name
|
|
@@ -7772,16 +7742,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7772
7742
|
/**
|
|
7773
7743
|
* List plugins using query criteria and sort params
|
|
7774
7744
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7775
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7776
7745
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7746
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7777
7747
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7778
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7779
7748
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7780
7749
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7750
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7781
7751
|
* @param {*} [options] Override http request option.
|
|
7782
7752
|
* @throws {RequiredError}
|
|
7783
7753
|
*/
|
|
7784
|
-
listPlugins(sort?: Array<string>,
|
|
7754
|
+
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>>;
|
|
7785
7755
|
/**
|
|
7786
7756
|
* Upgrade a plugin by uploading a Jar file
|
|
7787
7757
|
* @param {string} name
|
|
@@ -7806,16 +7776,16 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7806
7776
|
/**
|
|
7807
7777
|
* List plugins using query criteria and sort params
|
|
7808
7778
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7809
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7810
7779
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7780
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7811
7781
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7812
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7813
7782
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7814
7783
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7784
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7815
7785
|
* @param {*} [options] Override http request option.
|
|
7816
7786
|
* @throws {RequiredError}
|
|
7817
7787
|
*/
|
|
7818
|
-
listPlugins(sort?: Array<string>,
|
|
7788
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<PluginList>;
|
|
7819
7789
|
/**
|
|
7820
7790
|
* Upgrade a plugin by uploading a Jar file
|
|
7821
7791
|
* @param {string} name
|
|
@@ -7850,12 +7820,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7850
7820
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7851
7821
|
*/
|
|
7852
7822
|
readonly sort?: Array<string>;
|
|
7853
|
-
/**
|
|
7854
|
-
* Whether the plugin is enabled
|
|
7855
|
-
* @type {boolean}
|
|
7856
|
-
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7857
|
-
*/
|
|
7858
|
-
readonly enabled?: boolean;
|
|
7859
7823
|
/**
|
|
7860
7824
|
* Keyword of plugin name or description
|
|
7861
7825
|
* @type {string}
|
|
@@ -7863,17 +7827,17 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7863
7827
|
*/
|
|
7864
7828
|
readonly keyword?: string;
|
|
7865
7829
|
/**
|
|
7866
|
-
*
|
|
7867
|
-
* @type {
|
|
7830
|
+
* Whether the plugin is enabled
|
|
7831
|
+
* @type {boolean}
|
|
7868
7832
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7869
7833
|
*/
|
|
7870
|
-
readonly
|
|
7834
|
+
readonly enabled?: boolean;
|
|
7871
7835
|
/**
|
|
7872
|
-
*
|
|
7836
|
+
* Size of one page. Zero indicates no limit.
|
|
7873
7837
|
* @type {number}
|
|
7874
7838
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7875
7839
|
*/
|
|
7876
|
-
readonly
|
|
7840
|
+
readonly size?: number;
|
|
7877
7841
|
/**
|
|
7878
7842
|
* Label selector for filtering.
|
|
7879
7843
|
* @type {Array<string>}
|
|
@@ -7886,6 +7850,12 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7886
7850
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7887
7851
|
*/
|
|
7888
7852
|
readonly fieldSelector?: Array<string>;
|
|
7853
|
+
/**
|
|
7854
|
+
* The page number. Zero indicates no page.
|
|
7855
|
+
* @type {number}
|
|
7856
|
+
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7857
|
+
*/
|
|
7858
|
+
readonly page?: number;
|
|
7889
7859
|
}
|
|
7890
7860
|
/**
|
|
7891
7861
|
* Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
|
|
@@ -7954,21 +7924,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7954
7924
|
/**
|
|
7955
7925
|
* List posts.
|
|
7956
7926
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7957
|
-
* @param {Array<string>} [tag]
|
|
7958
|
-
* @param {string} [keyword] Posts filtered by keyword.
|
|
7959
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7960
|
-
* @param {Array<string>} [contributor]
|
|
7961
7927
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
7962
7928
|
* @param {Array<string>} [category]
|
|
7963
7929
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7930
|
+
* @param {Array<string>} [contributor]
|
|
7931
|
+
* @param {string} [keyword] Posts filtered by keyword.
|
|
7932
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7933
|
+
* @param {Array<string>} [tag]
|
|
7964
7934
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7965
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7966
7935
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7967
7936
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7937
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7968
7938
|
* @param {*} [options] Override http request option.
|
|
7969
7939
|
* @throws {RequiredError}
|
|
7970
7940
|
*/
|
|
7971
|
-
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7941
|
+
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, 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>;
|
|
7972
7942
|
/**
|
|
7973
7943
|
* Publish a post.
|
|
7974
7944
|
* @param {string} name
|
|
@@ -7999,6 +7969,14 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7999
7969
|
* @throws {RequiredError}
|
|
8000
7970
|
*/
|
|
8001
7971
|
updateDraftPost: (name: string, postRequest: PostRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7972
|
+
/**
|
|
7973
|
+
* Update a post\'s content.
|
|
7974
|
+
* @param {string} name
|
|
7975
|
+
* @param {Content} content
|
|
7976
|
+
* @param {*} [options] Override http request option.
|
|
7977
|
+
* @throws {RequiredError}
|
|
7978
|
+
*/
|
|
7979
|
+
updatePostContent: (name: string, content: Content, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8002
7980
|
};
|
|
8003
7981
|
/**
|
|
8004
7982
|
* ApiConsoleHaloRunV1alpha1PostApi - functional programming interface
|
|
@@ -8015,21 +7993,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
8015
7993
|
/**
|
|
8016
7994
|
* List posts.
|
|
8017
7995
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
8018
|
-
* @param {Array<string>} [tag]
|
|
8019
|
-
* @param {string} [keyword] Posts filtered by keyword.
|
|
8020
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8021
|
-
* @param {Array<string>} [contributor]
|
|
8022
7996
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8023
7997
|
* @param {Array<string>} [category]
|
|
8024
7998
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7999
|
+
* @param {Array<string>} [contributor]
|
|
8000
|
+
* @param {string} [keyword] Posts filtered by keyword.
|
|
8001
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8002
|
+
* @param {Array<string>} [tag]
|
|
8025
8003
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8026
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8027
8004
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8028
8005
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8006
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8029
8007
|
* @param {*} [options] Override http request option.
|
|
8030
8008
|
* @throws {RequiredError}
|
|
8031
8009
|
*/
|
|
8032
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8010
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, 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>>;
|
|
8033
8011
|
/**
|
|
8034
8012
|
* Publish a post.
|
|
8035
8013
|
* @param {string} name
|
|
@@ -8060,6 +8038,14 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
8060
8038
|
* @throws {RequiredError}
|
|
8061
8039
|
*/
|
|
8062
8040
|
updateDraftPost(name: string, postRequest: PostRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
8041
|
+
/**
|
|
8042
|
+
* Update a post\'s content.
|
|
8043
|
+
* @param {string} name
|
|
8044
|
+
* @param {Content} content
|
|
8045
|
+
* @param {*} [options] Override http request option.
|
|
8046
|
+
* @throws {RequiredError}
|
|
8047
|
+
*/
|
|
8048
|
+
updatePostContent(name: string, content: Content, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
8063
8049
|
};
|
|
8064
8050
|
/**
|
|
8065
8051
|
* ApiConsoleHaloRunV1alpha1PostApi - factory interface
|
|
@@ -8076,21 +8062,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
8076
8062
|
/**
|
|
8077
8063
|
* List posts.
|
|
8078
8064
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
8079
|
-
* @param {Array<string>} [tag]
|
|
8080
|
-
* @param {string} [keyword] Posts filtered by keyword.
|
|
8081
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8082
|
-
* @param {Array<string>} [contributor]
|
|
8083
8065
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8084
8066
|
* @param {Array<string>} [category]
|
|
8085
8067
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8068
|
+
* @param {Array<string>} [contributor]
|
|
8069
|
+
* @param {string} [keyword] Posts filtered by keyword.
|
|
8070
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8071
|
+
* @param {Array<string>} [tag]
|
|
8086
8072
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8087
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8088
8073
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8089
8074
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8075
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8090
8076
|
* @param {*} [options] Override http request option.
|
|
8091
8077
|
* @throws {RequiredError}
|
|
8092
8078
|
*/
|
|
8093
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8079
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, sortOrder?: boolean, 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>;
|
|
8094
8080
|
/**
|
|
8095
8081
|
* Publish a post.
|
|
8096
8082
|
* @param {string} name
|
|
@@ -8121,6 +8107,14 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
8121
8107
|
* @throws {RequiredError}
|
|
8122
8108
|
*/
|
|
8123
8109
|
updateDraftPost(name: string, postRequest: PostRequest, options?: any): AxiosPromise<Post>;
|
|
8110
|
+
/**
|
|
8111
|
+
* Update a post\'s content.
|
|
8112
|
+
* @param {string} name
|
|
8113
|
+
* @param {Content} content
|
|
8114
|
+
* @param {*} [options] Override http request option.
|
|
8115
|
+
* @throws {RequiredError}
|
|
8116
|
+
*/
|
|
8117
|
+
updatePostContent(name: string, content: Content, options?: any): AxiosPromise<Post>;
|
|
8124
8118
|
};
|
|
8125
8119
|
/**
|
|
8126
8120
|
* Request parameters for draftPost operation in ApiConsoleHaloRunV1alpha1PostApi.
|
|
@@ -8149,22 +8143,22 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8149
8143
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8150
8144
|
/**
|
|
8151
8145
|
*
|
|
8152
|
-
* @type {
|
|
8146
|
+
* @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
|
|
8153
8147
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8154
8148
|
*/
|
|
8155
|
-
readonly
|
|
8149
|
+
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
|
|
8156
8150
|
/**
|
|
8157
|
-
*
|
|
8158
|
-
* @type {string}
|
|
8151
|
+
*
|
|
8152
|
+
* @type {Array<string>}
|
|
8159
8153
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8160
8154
|
*/
|
|
8161
|
-
readonly
|
|
8155
|
+
readonly category?: Array<string>;
|
|
8162
8156
|
/**
|
|
8163
|
-
*
|
|
8164
|
-
* @type {
|
|
8157
|
+
* ascending order If it is true; otherwise, it is in descending order.
|
|
8158
|
+
* @type {boolean}
|
|
8165
8159
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8166
8160
|
*/
|
|
8167
|
-
readonly
|
|
8161
|
+
readonly sortOrder?: boolean;
|
|
8168
8162
|
/**
|
|
8169
8163
|
*
|
|
8170
8164
|
* @type {Array<string>}
|
|
@@ -8172,35 +8166,29 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8172
8166
|
*/
|
|
8173
8167
|
readonly contributor?: Array<string>;
|
|
8174
8168
|
/**
|
|
8175
|
-
*
|
|
8176
|
-
* @type {
|
|
8169
|
+
* Posts filtered by keyword.
|
|
8170
|
+
* @type {string}
|
|
8177
8171
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8178
8172
|
*/
|
|
8179
|
-
readonly
|
|
8173
|
+
readonly keyword?: string;
|
|
8180
8174
|
/**
|
|
8181
8175
|
*
|
|
8182
|
-
* @type {
|
|
8176
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8183
8177
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8184
8178
|
*/
|
|
8185
|
-
readonly
|
|
8179
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8186
8180
|
/**
|
|
8187
|
-
*
|
|
8188
|
-
* @type {
|
|
8181
|
+
*
|
|
8182
|
+
* @type {Array<string>}
|
|
8189
8183
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8190
8184
|
*/
|
|
8191
|
-
readonly
|
|
8185
|
+
readonly tag?: Array<string>;
|
|
8192
8186
|
/**
|
|
8193
8187
|
* Size of one page. Zero indicates no limit.
|
|
8194
8188
|
* @type {number}
|
|
8195
8189
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8196
8190
|
*/
|
|
8197
8191
|
readonly size?: number;
|
|
8198
|
-
/**
|
|
8199
|
-
* The page number. Zero indicates no page.
|
|
8200
|
-
* @type {number}
|
|
8201
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8202
|
-
*/
|
|
8203
|
-
readonly page?: number;
|
|
8204
8192
|
/**
|
|
8205
8193
|
* Label selector for filtering.
|
|
8206
8194
|
* @type {Array<string>}
|
|
@@ -8213,6 +8201,12 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8213
8201
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8214
8202
|
*/
|
|
8215
8203
|
readonly fieldSelector?: Array<string>;
|
|
8204
|
+
/**
|
|
8205
|
+
* The page number. Zero indicates no page.
|
|
8206
|
+
* @type {number}
|
|
8207
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8208
|
+
*/
|
|
8209
|
+
readonly page?: number;
|
|
8216
8210
|
}
|
|
8217
8211
|
/**
|
|
8218
8212
|
* Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
|
|
@@ -8278,6 +8272,25 @@ interface ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest {
|
|
|
8278
8272
|
*/
|
|
8279
8273
|
readonly postRequest: PostRequest;
|
|
8280
8274
|
}
|
|
8275
|
+
/**
|
|
8276
|
+
* Request parameters for updatePostContent operation in ApiConsoleHaloRunV1alpha1PostApi.
|
|
8277
|
+
* @export
|
|
8278
|
+
* @interface ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest
|
|
8279
|
+
*/
|
|
8280
|
+
interface ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest {
|
|
8281
|
+
/**
|
|
8282
|
+
*
|
|
8283
|
+
* @type {string}
|
|
8284
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiUpdatePostContent
|
|
8285
|
+
*/
|
|
8286
|
+
readonly name: string;
|
|
8287
|
+
/**
|
|
8288
|
+
*
|
|
8289
|
+
* @type {Content}
|
|
8290
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiUpdatePostContent
|
|
8291
|
+
*/
|
|
8292
|
+
readonly content: Content;
|
|
8293
|
+
}
|
|
8281
8294
|
/**
|
|
8282
8295
|
* ApiConsoleHaloRunV1alpha1PostApi - object-oriented interface
|
|
8283
8296
|
* @export
|
|
@@ -8333,6 +8346,14 @@ declare class ApiConsoleHaloRunV1alpha1PostApi extends BaseAPI {
|
|
|
8333
8346
|
* @memberof ApiConsoleHaloRunV1alpha1PostApi
|
|
8334
8347
|
*/
|
|
8335
8348
|
updateDraftPost(requestParameters: ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
|
|
8349
|
+
/**
|
|
8350
|
+
* Update a post\'s content.
|
|
8351
|
+
* @param {ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest} requestParameters Request parameters.
|
|
8352
|
+
* @param {*} [options] Override http request option.
|
|
8353
|
+
* @throws {RequiredError}
|
|
8354
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApi
|
|
8355
|
+
*/
|
|
8356
|
+
updatePostContent(requestParameters: ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
|
|
8336
8357
|
}
|
|
8337
8358
|
|
|
8338
8359
|
/**
|
|
@@ -8344,13 +8365,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
|
|
|
8344
8365
|
* List replies.
|
|
8345
8366
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8346
8367
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8347
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8348
8368
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8349
8369
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8370
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8350
8371
|
* @param {*} [options] Override http request option.
|
|
8351
8372
|
* @throws {RequiredError}
|
|
8352
8373
|
*/
|
|
8353
|
-
listReplies: (commentName?: string, size?: number,
|
|
8374
|
+
listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8354
8375
|
};
|
|
8355
8376
|
/**
|
|
8356
8377
|
* ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
|
|
@@ -8361,13 +8382,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
|
|
|
8361
8382
|
* List replies.
|
|
8362
8383
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8363
8384
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8364
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8365
8385
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8366
8386
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8387
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8367
8388
|
* @param {*} [options] Override http request option.
|
|
8368
8389
|
* @throws {RequiredError}
|
|
8369
8390
|
*/
|
|
8370
|
-
listReplies(commentName?: string, size?: number,
|
|
8391
|
+
listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
|
|
8371
8392
|
};
|
|
8372
8393
|
/**
|
|
8373
8394
|
* ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
|
|
@@ -8378,13 +8399,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
|
|
|
8378
8399
|
* List replies.
|
|
8379
8400
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8380
8401
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8381
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8382
8402
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8383
8403
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8404
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8384
8405
|
* @param {*} [options] Override http request option.
|
|
8385
8406
|
* @throws {RequiredError}
|
|
8386
8407
|
*/
|
|
8387
|
-
listReplies(commentName?: string, size?: number,
|
|
8408
|
+
listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedReplyList>;
|
|
8388
8409
|
};
|
|
8389
8410
|
/**
|
|
8390
8411
|
* Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
|
|
@@ -8404,12 +8425,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
|
|
|
8404
8425
|
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8405
8426
|
*/
|
|
8406
8427
|
readonly size?: number;
|
|
8407
|
-
/**
|
|
8408
|
-
* The page number. Zero indicates no page.
|
|
8409
|
-
* @type {number}
|
|
8410
|
-
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8411
|
-
*/
|
|
8412
|
-
readonly page?: number;
|
|
8413
8428
|
/**
|
|
8414
8429
|
* Label selector for filtering.
|
|
8415
8430
|
* @type {Array<string>}
|
|
@@ -8422,6 +8437,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
|
|
|
8422
8437
|
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8423
8438
|
*/
|
|
8424
8439
|
readonly fieldSelector?: Array<string>;
|
|
8440
|
+
/**
|
|
8441
|
+
* The page number. Zero indicates no page.
|
|
8442
|
+
* @type {number}
|
|
8443
|
+
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8444
|
+
*/
|
|
8445
|
+
readonly page?: number;
|
|
8425
8446
|
}
|
|
8426
8447
|
/**
|
|
8427
8448
|
* ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
|
|
@@ -8455,19 +8476,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
8455
8476
|
/**
|
|
8456
8477
|
* List single pages.
|
|
8457
8478
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8458
|
-
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8459
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8460
|
-
* @param {Array<string>} [contributor]
|
|
8461
8479
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8462
8480
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8481
|
+
* @param {Array<string>} [contributor]
|
|
8482
|
+
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8483
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8463
8484
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8464
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8465
8485
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8466
8486
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8487
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8467
8488
|
* @param {*} [options] Override http request option.
|
|
8468
8489
|
* @throws {RequiredError}
|
|
8469
8490
|
*/
|
|
8470
|
-
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8491
|
+
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8471
8492
|
/**
|
|
8472
8493
|
* Publish a single page.
|
|
8473
8494
|
* @param {string} name
|
|
@@ -8483,6 +8504,14 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
8483
8504
|
* @throws {RequiredError}
|
|
8484
8505
|
*/
|
|
8485
8506
|
updateDraftSinglePage: (name: string, singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8507
|
+
/**
|
|
8508
|
+
* Update a single page\'s content.
|
|
8509
|
+
* @param {string} name
|
|
8510
|
+
* @param {Content} content
|
|
8511
|
+
* @param {*} [options] Override http request option.
|
|
8512
|
+
* @throws {RequiredError}
|
|
8513
|
+
*/
|
|
8514
|
+
updateSinglePageContent: (name: string, content: Content, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8486
8515
|
};
|
|
8487
8516
|
/**
|
|
8488
8517
|
* ApiConsoleHaloRunV1alpha1SinglePageApi - functional programming interface
|
|
@@ -8499,19 +8528,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8499
8528
|
/**
|
|
8500
8529
|
* List single pages.
|
|
8501
8530
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8502
|
-
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8503
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8504
|
-
* @param {Array<string>} [contributor]
|
|
8505
8531
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8506
8532
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8533
|
+
* @param {Array<string>} [contributor]
|
|
8534
|
+
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8535
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8507
8536
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8508
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8509
8537
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8510
8538
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8539
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8511
8540
|
* @param {*} [options] Override http request option.
|
|
8512
8541
|
* @throws {RequiredError}
|
|
8513
8542
|
*/
|
|
8514
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8543
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, 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>>;
|
|
8515
8544
|
/**
|
|
8516
8545
|
* Publish a single page.
|
|
8517
8546
|
* @param {string} name
|
|
@@ -8527,6 +8556,14 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8527
8556
|
* @throws {RequiredError}
|
|
8528
8557
|
*/
|
|
8529
8558
|
updateDraftSinglePage(name: string, singlePageRequest: SinglePageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SinglePage>>;
|
|
8559
|
+
/**
|
|
8560
|
+
* Update a single page\'s content.
|
|
8561
|
+
* @param {string} name
|
|
8562
|
+
* @param {Content} content
|
|
8563
|
+
* @param {*} [options] Override http request option.
|
|
8564
|
+
* @throws {RequiredError}
|
|
8565
|
+
*/
|
|
8566
|
+
updateSinglePageContent(name: string, content: Content, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Post>>;
|
|
8530
8567
|
};
|
|
8531
8568
|
/**
|
|
8532
8569
|
* ApiConsoleHaloRunV1alpha1SinglePageApi - factory interface
|
|
@@ -8543,19 +8580,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8543
8580
|
/**
|
|
8544
8581
|
* List single pages.
|
|
8545
8582
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8546
|
-
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8547
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8548
|
-
* @param {Array<string>} [contributor]
|
|
8549
8583
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8550
8584
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8585
|
+
* @param {Array<string>} [contributor]
|
|
8586
|
+
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8587
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8551
8588
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8552
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8553
8589
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8554
8590
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8591
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8555
8592
|
* @param {*} [options] Override http request option.
|
|
8556
8593
|
* @throws {RequiredError}
|
|
8557
8594
|
*/
|
|
8558
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8595
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', sortOrder?: boolean, contributor?: Array<string>, keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ListedSinglePageList>;
|
|
8559
8596
|
/**
|
|
8560
8597
|
* Publish a single page.
|
|
8561
8598
|
* @param {string} name
|
|
@@ -8571,6 +8608,14 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8571
8608
|
* @throws {RequiredError}
|
|
8572
8609
|
*/
|
|
8573
8610
|
updateDraftSinglePage(name: string, singlePageRequest: SinglePageRequest, options?: any): AxiosPromise<SinglePage>;
|
|
8611
|
+
/**
|
|
8612
|
+
* Update a single page\'s content.
|
|
8613
|
+
* @param {string} name
|
|
8614
|
+
* @param {Content} content
|
|
8615
|
+
* @param {*} [options] Override http request option.
|
|
8616
|
+
* @throws {RequiredError}
|
|
8617
|
+
*/
|
|
8618
|
+
updateSinglePageContent(name: string, content: Content, options?: any): AxiosPromise<Post>;
|
|
8574
8619
|
};
|
|
8575
8620
|
/**
|
|
8576
8621
|
* Request parameters for draftSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
|
|
@@ -8598,17 +8643,17 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8598
8643
|
*/
|
|
8599
8644
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8600
8645
|
/**
|
|
8601
|
-
*
|
|
8602
|
-
* @type {
|
|
8646
|
+
*
|
|
8647
|
+
* @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
|
|
8603
8648
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8604
8649
|
*/
|
|
8605
|
-
readonly
|
|
8650
|
+
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
|
|
8606
8651
|
/**
|
|
8607
|
-
*
|
|
8608
|
-
* @type {
|
|
8652
|
+
* ascending order If it is true; otherwise, it is in descending order.
|
|
8653
|
+
* @type {boolean}
|
|
8609
8654
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8610
8655
|
*/
|
|
8611
|
-
readonly
|
|
8656
|
+
readonly sortOrder?: boolean;
|
|
8612
8657
|
/**
|
|
8613
8658
|
*
|
|
8614
8659
|
* @type {Array<string>}
|
|
@@ -8616,29 +8661,23 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8616
8661
|
*/
|
|
8617
8662
|
readonly contributor?: Array<string>;
|
|
8618
8663
|
/**
|
|
8619
|
-
*
|
|
8620
|
-
* @type {
|
|
8664
|
+
* SinglePages filtered by keyword.
|
|
8665
|
+
* @type {string}
|
|
8621
8666
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8622
8667
|
*/
|
|
8623
|
-
readonly
|
|
8668
|
+
readonly keyword?: string;
|
|
8624
8669
|
/**
|
|
8625
|
-
*
|
|
8626
|
-
* @type {
|
|
8670
|
+
*
|
|
8671
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8627
8672
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8628
8673
|
*/
|
|
8629
|
-
readonly
|
|
8674
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8630
8675
|
/**
|
|
8631
8676
|
* Size of one page. Zero indicates no limit.
|
|
8632
8677
|
* @type {number}
|
|
8633
8678
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8634
8679
|
*/
|
|
8635
8680
|
readonly size?: number;
|
|
8636
|
-
/**
|
|
8637
|
-
* The page number. Zero indicates no page.
|
|
8638
|
-
* @type {number}
|
|
8639
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8640
|
-
*/
|
|
8641
|
-
readonly page?: number;
|
|
8642
8681
|
/**
|
|
8643
8682
|
* Label selector for filtering.
|
|
8644
8683
|
* @type {Array<string>}
|
|
@@ -8651,6 +8690,12 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8651
8690
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8652
8691
|
*/
|
|
8653
8692
|
readonly fieldSelector?: Array<string>;
|
|
8693
|
+
/**
|
|
8694
|
+
* The page number. Zero indicates no page.
|
|
8695
|
+
* @type {number}
|
|
8696
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8697
|
+
*/
|
|
8698
|
+
readonly page?: number;
|
|
8654
8699
|
}
|
|
8655
8700
|
/**
|
|
8656
8701
|
* Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
|
|
@@ -8684,6 +8729,25 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest {
|
|
|
8684
8729
|
*/
|
|
8685
8730
|
readonly singlePageRequest: SinglePageRequest;
|
|
8686
8731
|
}
|
|
8732
|
+
/**
|
|
8733
|
+
* Request parameters for updateSinglePageContent operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
|
|
8734
|
+
* @export
|
|
8735
|
+
* @interface ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest
|
|
8736
|
+
*/
|
|
8737
|
+
interface ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest {
|
|
8738
|
+
/**
|
|
8739
|
+
*
|
|
8740
|
+
* @type {string}
|
|
8741
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContent
|
|
8742
|
+
*/
|
|
8743
|
+
readonly name: string;
|
|
8744
|
+
/**
|
|
8745
|
+
*
|
|
8746
|
+
* @type {Content}
|
|
8747
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContent
|
|
8748
|
+
*/
|
|
8749
|
+
readonly content: Content;
|
|
8750
|
+
}
|
|
8687
8751
|
/**
|
|
8688
8752
|
* ApiConsoleHaloRunV1alpha1SinglePageApi - object-oriented interface
|
|
8689
8753
|
* @export
|
|
@@ -8723,6 +8787,14 @@ declare class ApiConsoleHaloRunV1alpha1SinglePageApi extends BaseAPI {
|
|
|
8723
8787
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApi
|
|
8724
8788
|
*/
|
|
8725
8789
|
updateDraftSinglePage(requestParameters: ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<SinglePage, any>>;
|
|
8790
|
+
/**
|
|
8791
|
+
* Update a single page\'s content.
|
|
8792
|
+
* @param {ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest} requestParameters Request parameters.
|
|
8793
|
+
* @param {*} [options] Override http request option.
|
|
8794
|
+
* @throws {RequiredError}
|
|
8795
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApi
|
|
8796
|
+
*/
|
|
8797
|
+
updateSinglePageContent(requestParameters: ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Post, any>>;
|
|
8726
8798
|
}
|
|
8727
8799
|
|
|
8728
8800
|
/**
|
|
@@ -8793,13 +8865,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
|
|
|
8793
8865
|
* List themes.
|
|
8794
8866
|
* @param {boolean} uninstalled
|
|
8795
8867
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8796
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8797
8868
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8798
8869
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8870
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8799
8871
|
* @param {*} [options] Override http request option.
|
|
8800
8872
|
* @throws {RequiredError}
|
|
8801
8873
|
*/
|
|
8802
|
-
listThemes: (uninstalled: boolean, size?: number,
|
|
8874
|
+
listThemes: (uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8803
8875
|
/**
|
|
8804
8876
|
* Reload theme setting.
|
|
8805
8877
|
* @param {string} name
|
|
@@ -8832,13 +8904,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
|
|
|
8832
8904
|
* List themes.
|
|
8833
8905
|
* @param {boolean} uninstalled
|
|
8834
8906
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8835
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8836
8907
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8837
8908
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8909
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8838
8910
|
* @param {*} [options] Override http request option.
|
|
8839
8911
|
* @throws {RequiredError}
|
|
8840
8912
|
*/
|
|
8841
|
-
listThemes(uninstalled: boolean, size?: number,
|
|
8913
|
+
listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
|
|
8842
8914
|
/**
|
|
8843
8915
|
* Reload theme setting.
|
|
8844
8916
|
* @param {string} name
|
|
@@ -8871,13 +8943,13 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
|
|
|
8871
8943
|
* List themes.
|
|
8872
8944
|
* @param {boolean} uninstalled
|
|
8873
8945
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8874
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8875
8946
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8876
8947
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8948
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8877
8949
|
* @param {*} [options] Override http request option.
|
|
8878
8950
|
* @throws {RequiredError}
|
|
8879
8951
|
*/
|
|
8880
|
-
listThemes(uninstalled: boolean, size?: number,
|
|
8952
|
+
listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, page?: number, options?: any): AxiosPromise<ThemeList>;
|
|
8881
8953
|
/**
|
|
8882
8954
|
* Reload theme setting.
|
|
8883
8955
|
* @param {string} name
|
|
@@ -8925,12 +8997,6 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
|
|
|
8925
8997
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
8926
8998
|
*/
|
|
8927
8999
|
readonly size?: number;
|
|
8928
|
-
/**
|
|
8929
|
-
* The page number. Zero indicates no page.
|
|
8930
|
-
* @type {number}
|
|
8931
|
-
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
8932
|
-
*/
|
|
8933
|
-
readonly page?: number;
|
|
8934
9000
|
/**
|
|
8935
9001
|
* Label selector for filtering.
|
|
8936
9002
|
* @type {Array<string>}
|
|
@@ -8943,6 +9009,12 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
|
|
|
8943
9009
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
8944
9010
|
*/
|
|
8945
9011
|
readonly fieldSelector?: Array<string>;
|
|
9012
|
+
/**
|
|
9013
|
+
* The page number. Zero indicates no page.
|
|
9014
|
+
* @type {number}
|
|
9015
|
+
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9016
|
+
*/
|
|
9017
|
+
readonly page?: number;
|
|
8946
9018
|
}
|
|
8947
9019
|
/**
|
|
8948
9020
|
* Request parameters for reloadThemeSetting operation in ApiConsoleHaloRunV1alpha1ThemeApi.
|
|
@@ -9530,13 +9602,13 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
|
|
|
9530
9602
|
/**
|
|
9531
9603
|
* Search posts with fuzzy query
|
|
9532
9604
|
* @param {string} keyword
|
|
9533
|
-
* @param {number} [limit]
|
|
9534
9605
|
* @param {string} [highlightPreTag]
|
|
9535
9606
|
* @param {string} [highlightPostTag]
|
|
9607
|
+
* @param {number} [limit]
|
|
9536
9608
|
* @param {*} [options] Override http request option.
|
|
9537
9609
|
* @throws {RequiredError}
|
|
9538
9610
|
*/
|
|
9539
|
-
searchPost: (keyword: string,
|
|
9611
|
+
searchPost: (keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9540
9612
|
};
|
|
9541
9613
|
/**
|
|
9542
9614
|
* ApiHaloRunV1alpha1PostApi - functional programming interface
|
|
@@ -9546,13 +9618,13 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
|
|
|
9546
9618
|
/**
|
|
9547
9619
|
* Search posts with fuzzy query
|
|
9548
9620
|
* @param {string} keyword
|
|
9549
|
-
* @param {number} [limit]
|
|
9550
9621
|
* @param {string} [highlightPreTag]
|
|
9551
9622
|
* @param {string} [highlightPostTag]
|
|
9623
|
+
* @param {number} [limit]
|
|
9552
9624
|
* @param {*} [options] Override http request option.
|
|
9553
9625
|
* @throws {RequiredError}
|
|
9554
9626
|
*/
|
|
9555
|
-
searchPost(keyword: string,
|
|
9627
|
+
searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
|
|
9556
9628
|
};
|
|
9557
9629
|
/**
|
|
9558
9630
|
* ApiHaloRunV1alpha1PostApi - factory interface
|
|
@@ -9562,13 +9634,13 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
|
|
|
9562
9634
|
/**
|
|
9563
9635
|
* Search posts with fuzzy query
|
|
9564
9636
|
* @param {string} keyword
|
|
9565
|
-
* @param {number} [limit]
|
|
9566
9637
|
* @param {string} [highlightPreTag]
|
|
9567
9638
|
* @param {string} [highlightPostTag]
|
|
9639
|
+
* @param {number} [limit]
|
|
9568
9640
|
* @param {*} [options] Override http request option.
|
|
9569
9641
|
* @throws {RequiredError}
|
|
9570
9642
|
*/
|
|
9571
|
-
searchPost(keyword: string,
|
|
9643
|
+
searchPost(keyword: string, highlightPreTag?: string, highlightPostTag?: string, limit?: number, options?: any): AxiosPromise<PostHits>;
|
|
9572
9644
|
};
|
|
9573
9645
|
/**
|
|
9574
9646
|
* Request parameters for searchPost operation in ApiHaloRunV1alpha1PostApi.
|
|
@@ -9584,22 +9656,22 @@ interface ApiHaloRunV1alpha1PostApiSearchPostRequest {
|
|
|
9584
9656
|
readonly keyword: string;
|
|
9585
9657
|
/**
|
|
9586
9658
|
*
|
|
9587
|
-
* @type {
|
|
9659
|
+
* @type {string}
|
|
9588
9660
|
* @memberof ApiHaloRunV1alpha1PostApiSearchPost
|
|
9589
9661
|
*/
|
|
9590
|
-
readonly
|
|
9662
|
+
readonly highlightPreTag?: string;
|
|
9591
9663
|
/**
|
|
9592
9664
|
*
|
|
9593
9665
|
* @type {string}
|
|
9594
9666
|
* @memberof ApiHaloRunV1alpha1PostApiSearchPost
|
|
9595
9667
|
*/
|
|
9596
|
-
readonly
|
|
9668
|
+
readonly highlightPostTag?: string;
|
|
9597
9669
|
/**
|
|
9598
9670
|
*
|
|
9599
|
-
* @type {
|
|
9671
|
+
* @type {number}
|
|
9600
9672
|
* @memberof ApiHaloRunV1alpha1PostApiSearchPost
|
|
9601
9673
|
*/
|
|
9602
|
-
readonly
|
|
9674
|
+
readonly limit?: number;
|
|
9603
9675
|
}
|
|
9604
9676
|
/**
|
|
9605
9677
|
* ApiHaloRunV1alpha1PostApi - object-oriented interface
|
|
@@ -16323,4 +16395,4 @@ declare class V1alpha1UserApi extends BaseAPI {
|
|
|
16323
16395
|
updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
|
|
16324
16396
|
}
|
|
16325
16397
|
|
|
16326
|
-
export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1IndicesApi, ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1IndicesApiFactory, ApiConsoleHaloRunV1alpha1IndicesApiFp, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiRecyclePostRequest, ApiConsoleHaloRunV1alpha1PostApiUnpublishPostRequest, 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, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiSearchPostRequest, 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, ContentResponse, Contributor, Counter, CounterList, CounterRequest, CustomTemplates, DashboardStats, 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, PluginHaloRunV1alpha1SearchEngineApi, PluginHaloRunV1alpha1SearchEngineApiAxiosParamCreator, PluginHaloRunV1alpha1SearchEngineApiCreatepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiDeletepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiFactory, PluginHaloRunV1alpha1SearchEngineApiFp, PluginHaloRunV1alpha1SearchEngineApiGetpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiListpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiUpdatepluginHaloRunV1alpha1SearchEngineRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostHit, PostHits, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, SearchEngine, SearchEngineList, SearchEngineSpec, 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, Tag, TagList, TagSpec, TagStatus, TemplateDescriptor, 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 };
|
|
16398
|
+
export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1IndicesApi, ApiConsoleHaloRunV1alpha1IndicesApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1IndicesApiFactory, ApiConsoleHaloRunV1alpha1IndicesApiFp, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiRecyclePostRequest, ApiConsoleHaloRunV1alpha1PostApiUnpublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdatePostContentRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateSinglePageContentRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1PostApi, ApiHaloRunV1alpha1PostApiAxiosParamCreator, ApiHaloRunV1alpha1PostApiFactory, ApiHaloRunV1alpha1PostApiFp, ApiHaloRunV1alpha1PostApiSearchPostRequest, 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, ContentResponse, Contributor, Counter, CounterList, CounterRequest, CustomTemplates, DashboardStats, 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, PluginHaloRunV1alpha1SearchEngineApi, PluginHaloRunV1alpha1SearchEngineApiAxiosParamCreator, PluginHaloRunV1alpha1SearchEngineApiCreatepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiDeletepluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiFactory, PluginHaloRunV1alpha1SearchEngineApiFp, PluginHaloRunV1alpha1SearchEngineApiGetpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiListpluginHaloRunV1alpha1SearchEngineRequest, PluginHaloRunV1alpha1SearchEngineApiUpdatepluginHaloRunV1alpha1SearchEngineRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostHit, PostHits, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, SearchEngine, SearchEngineList, SearchEngineSpec, 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, Tag, TagList, TagSpec, TagStatus, TemplateDescriptor, 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 };
|