@halo-dev/api-client 0.0.54 → 0.0.55
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 +116 -116
- package/dist/index.d.ts +191 -191
- package/dist/index.mjs +116 -116
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2023,10 +2023,10 @@ interface Excerpt {
|
|
|
2023
2023
|
interface Extension {
|
|
2024
2024
|
/**
|
|
2025
2025
|
*
|
|
2026
|
-
* @type {
|
|
2026
|
+
* @type {string}
|
|
2027
2027
|
* @memberof Extension
|
|
2028
2028
|
*/
|
|
2029
|
-
|
|
2029
|
+
apiVersion: string;
|
|
2030
2030
|
/**
|
|
2031
2031
|
*
|
|
2032
2032
|
* @type {string}
|
|
@@ -2035,10 +2035,10 @@ interface Extension {
|
|
|
2035
2035
|
kind: string;
|
|
2036
2036
|
/**
|
|
2037
2037
|
*
|
|
2038
|
-
* @type {
|
|
2038
|
+
* @type {Metadata}
|
|
2039
2039
|
* @memberof Extension
|
|
2040
2040
|
*/
|
|
2041
|
-
|
|
2041
|
+
metadata: Metadata;
|
|
2042
2042
|
}
|
|
2043
2043
|
|
|
2044
2044
|
/**
|
|
@@ -7012,17 +7012,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
7012
7012
|
* @param {string} [policy] Name of policy
|
|
7013
7013
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7014
7014
|
* @param {string} [displayName] Display name of attachment
|
|
7015
|
-
* @param {string} [group] Name of group
|
|
7016
7015
|
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7017
7016
|
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7017
|
+
* @param {string} [group] Name of group
|
|
7018
7018
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7019
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7019
7020
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7020
7021
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7021
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7022
7022
|
* @param {*} [options] Override http request option.
|
|
7023
7023
|
* @throws {RequiredError}
|
|
7024
7024
|
*/
|
|
7025
|
-
searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string,
|
|
7025
|
+
searchAttachments: (policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7026
7026
|
/**
|
|
7027
7027
|
*
|
|
7028
7028
|
* @param {any} file
|
|
@@ -7043,17 +7043,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
7043
7043
|
* @param {string} [policy] Name of policy
|
|
7044
7044
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7045
7045
|
* @param {string} [displayName] Display name of attachment
|
|
7046
|
-
* @param {string} [group] Name of group
|
|
7047
7046
|
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7048
7047
|
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7048
|
+
* @param {string} [group] Name of group
|
|
7049
7049
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7050
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7050
7051
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7051
7052
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7052
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7053
7053
|
* @param {*} [options] Override http request option.
|
|
7054
7054
|
* @throws {RequiredError}
|
|
7055
7055
|
*/
|
|
7056
|
-
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string,
|
|
7056
|
+
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
|
|
7057
7057
|
/**
|
|
7058
7058
|
*
|
|
7059
7059
|
* @param {any} file
|
|
@@ -7074,17 +7074,17 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
7074
7074
|
* @param {string} [policy] Name of policy
|
|
7075
7075
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp, size
|
|
7076
7076
|
* @param {string} [displayName] Display name of attachment
|
|
7077
|
-
* @param {string} [group] Name of group
|
|
7078
7077
|
* @param {boolean} [ungrouped] Filter attachments without group. This parameter will ignore group parameter.
|
|
7079
7078
|
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
7079
|
+
* @param {string} [group] Name of group
|
|
7080
7080
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7081
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7081
7082
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7082
7083
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7083
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7084
7084
|
* @param {*} [options] Override http request option.
|
|
7085
7085
|
* @throws {RequiredError}
|
|
7086
7086
|
*/
|
|
7087
|
-
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string,
|
|
7087
|
+
searchAttachments(policy?: string, sort?: Array<string>, displayName?: string, ungrouped?: boolean, uploadedBy?: string, group?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
|
|
7088
7088
|
/**
|
|
7089
7089
|
*
|
|
7090
7090
|
* @param {any} file
|
|
@@ -7119,12 +7119,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7119
7119
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7120
7120
|
*/
|
|
7121
7121
|
readonly displayName?: string;
|
|
7122
|
-
/**
|
|
7123
|
-
* Name of group
|
|
7124
|
-
* @type {string}
|
|
7125
|
-
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7126
|
-
*/
|
|
7127
|
-
readonly group?: string;
|
|
7128
7122
|
/**
|
|
7129
7123
|
* Filter attachments without group. This parameter will ignore group parameter.
|
|
7130
7124
|
* @type {boolean}
|
|
@@ -7137,12 +7131,24 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7137
7131
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7138
7132
|
*/
|
|
7139
7133
|
readonly uploadedBy?: string;
|
|
7134
|
+
/**
|
|
7135
|
+
* Name of group
|
|
7136
|
+
* @type {string}
|
|
7137
|
+
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7138
|
+
*/
|
|
7139
|
+
readonly group?: string;
|
|
7140
7140
|
/**
|
|
7141
7141
|
* Size of one page. Zero indicates no limit.
|
|
7142
7142
|
* @type {number}
|
|
7143
7143
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7144
7144
|
*/
|
|
7145
7145
|
readonly size?: number;
|
|
7146
|
+
/**
|
|
7147
|
+
* The page number. Zero indicates no page.
|
|
7148
|
+
* @type {number}
|
|
7149
|
+
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7150
|
+
*/
|
|
7151
|
+
readonly page?: number;
|
|
7146
7152
|
/**
|
|
7147
7153
|
* Label selector for filtering.
|
|
7148
7154
|
* @type {Array<string>}
|
|
@@ -7155,12 +7161,6 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
7155
7161
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7156
7162
|
*/
|
|
7157
7163
|
readonly fieldSelector?: Array<string>;
|
|
7158
|
-
/**
|
|
7159
|
-
* The page number. Zero indicates no page.
|
|
7160
|
-
* @type {number}
|
|
7161
|
-
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
7162
|
-
*/
|
|
7163
|
-
readonly page?: number;
|
|
7164
7164
|
}
|
|
7165
7165
|
/**
|
|
7166
7166
|
* Request parameters for uploadAttachment operation in ApiConsoleHaloRunV1alpha1AttachmentApi.
|
|
@@ -7235,6 +7235,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
|
|
|
7235
7235
|
/**
|
|
7236
7236
|
* List comments.
|
|
7237
7237
|
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7238
|
+
* @param {string} [keyword] Comments filtered by keyword.
|
|
7239
|
+
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7240
|
+
* @param {boolean} [top] Comment top display.
|
|
7238
7241
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7239
7242
|
* @param {boolean} [approved] Comments approved.
|
|
7240
7243
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
@@ -7242,17 +7245,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator: (configurati
|
|
|
7242
7245
|
* @param {string} [ownerName] Commenter name.
|
|
7243
7246
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7244
7247
|
* @param {string} [subjectName] Comment subject name.
|
|
7245
|
-
* @param {string} [keyword] Comments filtered by keyword.
|
|
7246
|
-
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7247
|
-
* @param {boolean} [top] Comment top display.
|
|
7248
7248
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7249
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7249
7250
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7250
7251
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7251
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7252
7252
|
* @param {*} [options] Override http request option.
|
|
7253
7253
|
* @throws {RequiredError}
|
|
7254
7254
|
*/
|
|
7255
|
-
listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string,
|
|
7255
|
+
listComments: (sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7256
7256
|
};
|
|
7257
7257
|
/**
|
|
7258
7258
|
* ApiConsoleHaloRunV1alpha1CommentApi - functional programming interface
|
|
@@ -7277,6 +7277,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
|
|
|
7277
7277
|
/**
|
|
7278
7278
|
* List comments.
|
|
7279
7279
|
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7280
|
+
* @param {string} [keyword] Comments filtered by keyword.
|
|
7281
|
+
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7282
|
+
* @param {boolean} [top] Comment top display.
|
|
7280
7283
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7281
7284
|
* @param {boolean} [approved] Comments approved.
|
|
7282
7285
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
@@ -7284,17 +7287,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFp: (configuration?: Configurat
|
|
|
7284
7287
|
* @param {string} [ownerName] Commenter name.
|
|
7285
7288
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7286
7289
|
* @param {string} [subjectName] Comment subject name.
|
|
7287
|
-
* @param {string} [keyword] Comments filtered by keyword.
|
|
7288
|
-
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7289
|
-
* @param {boolean} [top] Comment top display.
|
|
7290
7290
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7291
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7291
7292
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7292
7293
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7293
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7294
7294
|
* @param {*} [options] Override http request option.
|
|
7295
7295
|
* @throws {RequiredError}
|
|
7296
7296
|
*/
|
|
7297
|
-
listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string,
|
|
7297
|
+
listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedCommentList>>;
|
|
7298
7298
|
};
|
|
7299
7299
|
/**
|
|
7300
7300
|
* ApiConsoleHaloRunV1alpha1CommentApi - factory interface
|
|
@@ -7319,6 +7319,9 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
|
|
|
7319
7319
|
/**
|
|
7320
7320
|
* List comments.
|
|
7321
7321
|
* @param {'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME'} [sort] Comment collation.
|
|
7322
|
+
* @param {string} [keyword] Comments filtered by keyword.
|
|
7323
|
+
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7324
|
+
* @param {boolean} [top] Comment top display.
|
|
7322
7325
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7323
7326
|
* @param {boolean} [approved] Comments approved.
|
|
7324
7327
|
* @param {boolean} [allowNotification] Send notifications when there are new replies.
|
|
@@ -7326,17 +7329,14 @@ declare const ApiConsoleHaloRunV1alpha1CommentApiFactory: (configuration?: Confi
|
|
|
7326
7329
|
* @param {string} [ownerName] Commenter name.
|
|
7327
7330
|
* @param {string} [subjectKind] Comment subject kind.
|
|
7328
7331
|
* @param {string} [subjectName] Comment subject name.
|
|
7329
|
-
* @param {string} [keyword] Comments filtered by keyword.
|
|
7330
|
-
* @param {boolean} [hidden] The comment is hidden from the theme side.
|
|
7331
|
-
* @param {boolean} [top] Comment top display.
|
|
7332
7332
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7333
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7333
7334
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7334
7335
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7335
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7336
7336
|
* @param {*} [options] Override http request option.
|
|
7337
7337
|
* @throws {RequiredError}
|
|
7338
7338
|
*/
|
|
7339
|
-
listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string,
|
|
7339
|
+
listComments(sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME', keyword?: string, hidden?: boolean, top?: boolean, sortOrder?: boolean, approved?: boolean, allowNotification?: boolean, ownerKind?: string, ownerName?: string, subjectKind?: string, subjectName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedCommentList>;
|
|
7340
7340
|
};
|
|
7341
7341
|
/**
|
|
7342
7342
|
* Request parameters for createComment operation in ApiConsoleHaloRunV1alpha1CommentApi.
|
|
@@ -7382,6 +7382,24 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7382
7382
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7383
7383
|
*/
|
|
7384
7384
|
readonly sort?: 'LAST_REPLY_TIME' | 'REPLY_COUNT' | 'CREATE_TIME';
|
|
7385
|
+
/**
|
|
7386
|
+
* Comments filtered by keyword.
|
|
7387
|
+
* @type {string}
|
|
7388
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7389
|
+
*/
|
|
7390
|
+
readonly keyword?: string;
|
|
7391
|
+
/**
|
|
7392
|
+
* The comment is hidden from the theme side.
|
|
7393
|
+
* @type {boolean}
|
|
7394
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7395
|
+
*/
|
|
7396
|
+
readonly hidden?: boolean;
|
|
7397
|
+
/**
|
|
7398
|
+
* Comment top display.
|
|
7399
|
+
* @type {boolean}
|
|
7400
|
+
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7401
|
+
*/
|
|
7402
|
+
readonly top?: boolean;
|
|
7385
7403
|
/**
|
|
7386
7404
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
7387
7405
|
* @type {boolean}
|
|
@@ -7425,29 +7443,17 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7425
7443
|
*/
|
|
7426
7444
|
readonly subjectName?: string;
|
|
7427
7445
|
/**
|
|
7428
|
-
*
|
|
7429
|
-
* @type {
|
|
7430
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7431
|
-
*/
|
|
7432
|
-
readonly keyword?: string;
|
|
7433
|
-
/**
|
|
7434
|
-
* The comment is hidden from the theme side.
|
|
7435
|
-
* @type {boolean}
|
|
7436
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7437
|
-
*/
|
|
7438
|
-
readonly hidden?: boolean;
|
|
7439
|
-
/**
|
|
7440
|
-
* Comment top display.
|
|
7441
|
-
* @type {boolean}
|
|
7446
|
+
* Size of one page. Zero indicates no limit.
|
|
7447
|
+
* @type {number}
|
|
7442
7448
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7443
7449
|
*/
|
|
7444
|
-
readonly
|
|
7450
|
+
readonly size?: number;
|
|
7445
7451
|
/**
|
|
7446
|
-
*
|
|
7452
|
+
* The page number. Zero indicates no page.
|
|
7447
7453
|
* @type {number}
|
|
7448
7454
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7449
7455
|
*/
|
|
7450
|
-
readonly
|
|
7456
|
+
readonly page?: number;
|
|
7451
7457
|
/**
|
|
7452
7458
|
* Label selector for filtering.
|
|
7453
7459
|
* @type {Array<string>}
|
|
@@ -7460,12 +7466,6 @@ interface ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest {
|
|
|
7460
7466
|
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7461
7467
|
*/
|
|
7462
7468
|
readonly fieldSelector?: Array<string>;
|
|
7463
|
-
/**
|
|
7464
|
-
* The page number. Zero indicates no page.
|
|
7465
|
-
* @type {number}
|
|
7466
|
-
* @memberof ApiConsoleHaloRunV1alpha1CommentApiListComments
|
|
7467
|
-
*/
|
|
7468
|
-
readonly page?: number;
|
|
7469
7469
|
}
|
|
7470
7470
|
/**
|
|
7471
7471
|
* ApiConsoleHaloRunV1alpha1CommentApi - object-oriented interface
|
|
@@ -7732,13 +7732,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7732
7732
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7733
7733
|
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7734
7734
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7735
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7735
7736
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7736
7737
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7737
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7738
7738
|
* @param {*} [options] Override http request option.
|
|
7739
7739
|
* @throws {RequiredError}
|
|
7740
7740
|
*/
|
|
7741
|
-
listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
7741
|
+
listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7742
7742
|
/**
|
|
7743
7743
|
* Upgrade a plugin by uploading a Jar file
|
|
7744
7744
|
* @param {string} name
|
|
@@ -7766,13 +7766,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7766
7766
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7767
7767
|
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7768
7768
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7769
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7769
7770
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7770
7771
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7771
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7772
7772
|
* @param {*} [options] Override http request option.
|
|
7773
7773
|
* @throws {RequiredError}
|
|
7774
7774
|
*/
|
|
7775
|
-
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
7775
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PluginList>>;
|
|
7776
7776
|
/**
|
|
7777
7777
|
* Upgrade a plugin by uploading a Jar file
|
|
7778
7778
|
* @param {string} name
|
|
@@ -7800,13 +7800,13 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7800
7800
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7801
7801
|
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7802
7802
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7803
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7803
7804
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7804
7805
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7805
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7806
7806
|
* @param {*} [options] Override http request option.
|
|
7807
7807
|
* @throws {RequiredError}
|
|
7808
7808
|
*/
|
|
7809
|
-
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
7809
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
|
|
7810
7810
|
/**
|
|
7811
7811
|
* Upgrade a plugin by uploading a Jar file
|
|
7812
7812
|
* @param {string} name
|
|
@@ -7859,6 +7859,12 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7859
7859
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7860
7860
|
*/
|
|
7861
7861
|
readonly size?: number;
|
|
7862
|
+
/**
|
|
7863
|
+
* The page number. Zero indicates no page.
|
|
7864
|
+
* @type {number}
|
|
7865
|
+
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7866
|
+
*/
|
|
7867
|
+
readonly page?: number;
|
|
7862
7868
|
/**
|
|
7863
7869
|
* Label selector for filtering.
|
|
7864
7870
|
* @type {Array<string>}
|
|
@@ -7871,12 +7877,6 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7871
7877
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7872
7878
|
*/
|
|
7873
7879
|
readonly fieldSelector?: Array<string>;
|
|
7874
|
-
/**
|
|
7875
|
-
* The page number. Zero indicates no page.
|
|
7876
|
-
* @type {number}
|
|
7877
|
-
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7878
|
-
*/
|
|
7879
|
-
readonly page?: number;
|
|
7880
7880
|
}
|
|
7881
7881
|
/**
|
|
7882
7882
|
* Request parameters for upgradePlugin operation in ApiConsoleHaloRunV1alpha1PluginApi.
|
|
@@ -7945,21 +7945,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7945
7945
|
/**
|
|
7946
7946
|
* List posts.
|
|
7947
7947
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7948
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
7949
|
-
* @param {Array<string>} [category]
|
|
7950
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7951
|
-
* @param {Array<string>} [contributor]
|
|
7952
7948
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7953
7949
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7954
7950
|
* @param {Array<string>} [tag]
|
|
7951
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7952
|
+
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
7953
|
+
* @param {Array<string>} [category]
|
|
7954
|
+
* @param {Array<string>} [contributor]
|
|
7955
7955
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7956
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
7956
7957
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
7957
7958
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
7958
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
7959
7959
|
* @param {*} [options] Override http request option.
|
|
7960
7960
|
* @throws {RequiredError}
|
|
7961
7961
|
*/
|
|
7962
|
-
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7962
|
+
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7963
7963
|
/**
|
|
7964
7964
|
* Publish a post.
|
|
7965
7965
|
* @param {string} name
|
|
@@ -8014,21 +8014,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
8014
8014
|
/**
|
|
8015
8015
|
* List posts.
|
|
8016
8016
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
8017
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8018
|
-
* @param {Array<string>} [category]
|
|
8019
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8020
|
-
* @param {Array<string>} [contributor]
|
|
8021
8017
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
8022
8018
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8023
8019
|
* @param {Array<string>} [tag]
|
|
8020
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8021
|
+
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8022
|
+
* @param {Array<string>} [category]
|
|
8023
|
+
* @param {Array<string>} [contributor]
|
|
8024
8024
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8025
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8025
8026
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8026
8027
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8027
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8028
8028
|
* @param {*} [options] Override http request option.
|
|
8029
8029
|
* @throws {RequiredError}
|
|
8030
8030
|
*/
|
|
8031
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8031
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
|
|
8032
8032
|
/**
|
|
8033
8033
|
* Publish a post.
|
|
8034
8034
|
* @param {string} name
|
|
@@ -8083,21 +8083,21 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
8083
8083
|
/**
|
|
8084
8084
|
* List posts.
|
|
8085
8085
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
8086
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8087
|
-
* @param {Array<string>} [category]
|
|
8088
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8089
|
-
* @param {Array<string>} [contributor]
|
|
8090
8086
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
8091
8087
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8092
8088
|
* @param {Array<string>} [tag]
|
|
8089
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8090
|
+
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8091
|
+
* @param {Array<string>} [category]
|
|
8092
|
+
* @param {Array<string>} [contributor]
|
|
8093
8093
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8094
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8094
8095
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8095
8096
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8096
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8097
8097
|
* @param {*} [options] Override http request option.
|
|
8098
8098
|
* @throws {RequiredError}
|
|
8099
8099
|
*/
|
|
8100
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8100
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
|
|
8101
8101
|
/**
|
|
8102
8102
|
* Publish a post.
|
|
8103
8103
|
* @param {string} name
|
|
@@ -8162,18 +8162,24 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8162
8162
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8163
8163
|
*/
|
|
8164
8164
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8165
|
+
/**
|
|
8166
|
+
* Posts filtered by keyword.
|
|
8167
|
+
* @type {string}
|
|
8168
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8169
|
+
*/
|
|
8170
|
+
readonly keyword?: string;
|
|
8165
8171
|
/**
|
|
8166
8172
|
*
|
|
8167
|
-
* @type {'
|
|
8173
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8168
8174
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8169
8175
|
*/
|
|
8170
|
-
readonly
|
|
8176
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8171
8177
|
/**
|
|
8172
8178
|
*
|
|
8173
8179
|
* @type {Array<string>}
|
|
8174
8180
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8175
8181
|
*/
|
|
8176
|
-
readonly
|
|
8182
|
+
readonly tag?: Array<string>;
|
|
8177
8183
|
/**
|
|
8178
8184
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
8179
8185
|
* @type {boolean}
|
|
@@ -8182,34 +8188,34 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8182
8188
|
readonly sortOrder?: boolean;
|
|
8183
8189
|
/**
|
|
8184
8190
|
*
|
|
8185
|
-
* @type {
|
|
8186
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8187
|
-
*/
|
|
8188
|
-
readonly contributor?: Array<string>;
|
|
8189
|
-
/**
|
|
8190
|
-
* Posts filtered by keyword.
|
|
8191
|
-
* @type {string}
|
|
8191
|
+
* @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
|
|
8192
8192
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8193
8193
|
*/
|
|
8194
|
-
readonly
|
|
8194
|
+
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
|
|
8195
8195
|
/**
|
|
8196
8196
|
*
|
|
8197
|
-
* @type {
|
|
8197
|
+
* @type {Array<string>}
|
|
8198
8198
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8199
8199
|
*/
|
|
8200
|
-
readonly
|
|
8200
|
+
readonly category?: Array<string>;
|
|
8201
8201
|
/**
|
|
8202
8202
|
*
|
|
8203
8203
|
* @type {Array<string>}
|
|
8204
8204
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8205
8205
|
*/
|
|
8206
|
-
readonly
|
|
8206
|
+
readonly contributor?: Array<string>;
|
|
8207
8207
|
/**
|
|
8208
8208
|
* Size of one page. Zero indicates no limit.
|
|
8209
8209
|
* @type {number}
|
|
8210
8210
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8211
8211
|
*/
|
|
8212
8212
|
readonly size?: number;
|
|
8213
|
+
/**
|
|
8214
|
+
* The page number. Zero indicates no page.
|
|
8215
|
+
* @type {number}
|
|
8216
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8217
|
+
*/
|
|
8218
|
+
readonly page?: number;
|
|
8213
8219
|
/**
|
|
8214
8220
|
* Label selector for filtering.
|
|
8215
8221
|
* @type {Array<string>}
|
|
@@ -8222,12 +8228,6 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
8222
8228
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8223
8229
|
*/
|
|
8224
8230
|
readonly fieldSelector?: Array<string>;
|
|
8225
|
-
/**
|
|
8226
|
-
* The page number. Zero indicates no page.
|
|
8227
|
-
* @type {number}
|
|
8228
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
8229
|
-
*/
|
|
8230
|
-
readonly page?: number;
|
|
8231
8231
|
}
|
|
8232
8232
|
/**
|
|
8233
8233
|
* Request parameters for publishPost operation in ApiConsoleHaloRunV1alpha1PostApi.
|
|
@@ -8386,13 +8386,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator: (configuration
|
|
|
8386
8386
|
* List replies.
|
|
8387
8387
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8388
8388
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8389
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8389
8390
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8390
8391
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8391
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8392
8392
|
* @param {*} [options] Override http request option.
|
|
8393
8393
|
* @throws {RequiredError}
|
|
8394
8394
|
*/
|
|
8395
|
-
listReplies: (commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8395
|
+
listReplies: (commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8396
8396
|
};
|
|
8397
8397
|
/**
|
|
8398
8398
|
* ApiConsoleHaloRunV1alpha1ReplyApi - functional programming interface
|
|
@@ -8403,13 +8403,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFp: (configuration?: Configuratio
|
|
|
8403
8403
|
* List replies.
|
|
8404
8404
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8405
8405
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8406
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8406
8407
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8407
8408
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8408
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8409
8409
|
* @param {*} [options] Override http request option.
|
|
8410
8410
|
* @throws {RequiredError}
|
|
8411
8411
|
*/
|
|
8412
|
-
listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8412
|
+
listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedReplyList>>;
|
|
8413
8413
|
};
|
|
8414
8414
|
/**
|
|
8415
8415
|
* ApiConsoleHaloRunV1alpha1ReplyApi - factory interface
|
|
@@ -8420,13 +8420,13 @@ declare const ApiConsoleHaloRunV1alpha1ReplyApiFactory: (configuration?: Configu
|
|
|
8420
8420
|
* List replies.
|
|
8421
8421
|
* @param {string} [commentName] Replies filtered by commentName.
|
|
8422
8422
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8423
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8423
8424
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8424
8425
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8425
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8426
8426
|
* @param {*} [options] Override http request option.
|
|
8427
8427
|
* @throws {RequiredError}
|
|
8428
8428
|
*/
|
|
8429
|
-
listReplies(commentName?: string, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8429
|
+
listReplies(commentName?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedReplyList>;
|
|
8430
8430
|
};
|
|
8431
8431
|
/**
|
|
8432
8432
|
* Request parameters for listReplies operation in ApiConsoleHaloRunV1alpha1ReplyApi.
|
|
@@ -8446,6 +8446,12 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
|
|
|
8446
8446
|
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8447
8447
|
*/
|
|
8448
8448
|
readonly size?: number;
|
|
8449
|
+
/**
|
|
8450
|
+
* The page number. Zero indicates no page.
|
|
8451
|
+
* @type {number}
|
|
8452
|
+
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8453
|
+
*/
|
|
8454
|
+
readonly page?: number;
|
|
8449
8455
|
/**
|
|
8450
8456
|
* Label selector for filtering.
|
|
8451
8457
|
* @type {Array<string>}
|
|
@@ -8458,12 +8464,6 @@ interface ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest {
|
|
|
8458
8464
|
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8459
8465
|
*/
|
|
8460
8466
|
readonly fieldSelector?: Array<string>;
|
|
8461
|
-
/**
|
|
8462
|
-
* The page number. Zero indicates no page.
|
|
8463
|
-
* @type {number}
|
|
8464
|
-
* @memberof ApiConsoleHaloRunV1alpha1ReplyApiListReplies
|
|
8465
|
-
*/
|
|
8466
|
-
readonly page?: number;
|
|
8467
8467
|
}
|
|
8468
8468
|
/**
|
|
8469
8469
|
* ApiConsoleHaloRunV1alpha1ReplyApi - object-oriented interface
|
|
@@ -8497,19 +8497,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
8497
8497
|
/**
|
|
8498
8498
|
* List single pages.
|
|
8499
8499
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8500
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8501
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8502
|
-
* @param {Array<string>} [contributor]
|
|
8503
8500
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8504
8501
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8502
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8503
|
+
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8504
|
+
* @param {Array<string>} [contributor]
|
|
8505
8505
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8506
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8506
8507
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8507
8508
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8508
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8509
8509
|
* @param {*} [options] Override http request option.
|
|
8510
8510
|
* @throws {RequiredError}
|
|
8511
8511
|
*/
|
|
8512
|
-
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8512
|
+
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8513
8513
|
/**
|
|
8514
8514
|
* Publish a single page.
|
|
8515
8515
|
* @param {string} name
|
|
@@ -8549,19 +8549,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8549
8549
|
/**
|
|
8550
8550
|
* List single pages.
|
|
8551
8551
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8552
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8553
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8554
|
-
* @param {Array<string>} [contributor]
|
|
8555
8552
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8556
8553
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8554
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8555
|
+
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8556
|
+
* @param {Array<string>} [contributor]
|
|
8557
8557
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8558
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8558
8559
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8559
8560
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8560
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8561
8561
|
* @param {*} [options] Override http request option.
|
|
8562
8562
|
* @throws {RequiredError}
|
|
8563
8563
|
*/
|
|
8564
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8564
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
|
|
8565
8565
|
/**
|
|
8566
8566
|
* Publish a single page.
|
|
8567
8567
|
* @param {string} name
|
|
@@ -8601,19 +8601,19 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8601
8601
|
/**
|
|
8602
8602
|
* List single pages.
|
|
8603
8603
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8604
|
-
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8605
|
-
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8606
|
-
* @param {Array<string>} [contributor]
|
|
8607
8604
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8608
8605
|
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8606
|
+
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8607
|
+
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'} [publishPhase]
|
|
8608
|
+
* @param {Array<string>} [contributor]
|
|
8609
8609
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8610
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8610
8611
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8611
8612
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8612
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8613
8613
|
* @param {*} [options] Override http request option.
|
|
8614
8614
|
* @throws {RequiredError}
|
|
8615
8615
|
*/
|
|
8616
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
8616
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
|
|
8617
8617
|
/**
|
|
8618
8618
|
* Publish a single page.
|
|
8619
8619
|
* @param {string} name
|
|
@@ -8663,12 +8663,18 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8663
8663
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8664
8664
|
*/
|
|
8665
8665
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8666
|
+
/**
|
|
8667
|
+
* SinglePages filtered by keyword.
|
|
8668
|
+
* @type {string}
|
|
8669
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8670
|
+
*/
|
|
8671
|
+
readonly keyword?: string;
|
|
8666
8672
|
/**
|
|
8667
8673
|
*
|
|
8668
|
-
* @type {'
|
|
8674
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8669
8675
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8670
8676
|
*/
|
|
8671
|
-
readonly
|
|
8677
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8672
8678
|
/**
|
|
8673
8679
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
8674
8680
|
* @type {boolean}
|
|
@@ -8677,28 +8683,28 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8677
8683
|
readonly sortOrder?: boolean;
|
|
8678
8684
|
/**
|
|
8679
8685
|
*
|
|
8680
|
-
* @type {
|
|
8681
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8682
|
-
*/
|
|
8683
|
-
readonly contributor?: Array<string>;
|
|
8684
|
-
/**
|
|
8685
|
-
* SinglePages filtered by keyword.
|
|
8686
|
-
* @type {string}
|
|
8686
|
+
* @type {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED'}
|
|
8687
8687
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8688
8688
|
*/
|
|
8689
|
-
readonly
|
|
8689
|
+
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED' | 'FAILED';
|
|
8690
8690
|
/**
|
|
8691
8691
|
*
|
|
8692
|
-
* @type {
|
|
8692
|
+
* @type {Array<string>}
|
|
8693
8693
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8694
8694
|
*/
|
|
8695
|
-
readonly
|
|
8695
|
+
readonly contributor?: Array<string>;
|
|
8696
8696
|
/**
|
|
8697
8697
|
* Size of one page. Zero indicates no limit.
|
|
8698
8698
|
* @type {number}
|
|
8699
8699
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8700
8700
|
*/
|
|
8701
8701
|
readonly size?: number;
|
|
8702
|
+
/**
|
|
8703
|
+
* The page number. Zero indicates no page.
|
|
8704
|
+
* @type {number}
|
|
8705
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8706
|
+
*/
|
|
8707
|
+
readonly page?: number;
|
|
8702
8708
|
/**
|
|
8703
8709
|
* Label selector for filtering.
|
|
8704
8710
|
* @type {Array<string>}
|
|
@@ -8711,12 +8717,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8711
8717
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8712
8718
|
*/
|
|
8713
8719
|
readonly fieldSelector?: Array<string>;
|
|
8714
|
-
/**
|
|
8715
|
-
* The page number. Zero indicates no page.
|
|
8716
|
-
* @type {number}
|
|
8717
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8718
|
-
*/
|
|
8719
|
-
readonly page?: number;
|
|
8720
8720
|
}
|
|
8721
8721
|
/**
|
|
8722
8722
|
* Request parameters for publishSinglePage operation in ApiConsoleHaloRunV1alpha1SinglePageApi.
|
|
@@ -8886,20 +8886,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator: (configuration
|
|
|
8886
8886
|
* List themes.
|
|
8887
8887
|
* @param {boolean} uninstalled
|
|
8888
8888
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8889
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8889
8890
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8890
8891
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8891
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8892
8892
|
* @param {*} [options] Override http request option.
|
|
8893
8893
|
* @throws {RequiredError}
|
|
8894
8894
|
*/
|
|
8895
|
-
listThemes: (uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8895
|
+
listThemes: (uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8896
8896
|
/**
|
|
8897
8897
|
* Reload theme setting.
|
|
8898
8898
|
* @param {string} name
|
|
8899
8899
|
* @param {*} [options] Override http request option.
|
|
8900
8900
|
* @throws {RequiredError}
|
|
8901
8901
|
*/
|
|
8902
|
-
|
|
8902
|
+
reload: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8903
8903
|
/**
|
|
8904
8904
|
* Upgrade theme
|
|
8905
8905
|
* @param {string} name
|
|
@@ -8925,20 +8925,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFp: (configuration?: Configuratio
|
|
|
8925
8925
|
* List themes.
|
|
8926
8926
|
* @param {boolean} uninstalled
|
|
8927
8927
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8928
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8928
8929
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8929
8930
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8930
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8931
8931
|
* @param {*} [options] Override http request option.
|
|
8932
8932
|
* @throws {RequiredError}
|
|
8933
8933
|
*/
|
|
8934
|
-
listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8934
|
+
listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ThemeList>>;
|
|
8935
8935
|
/**
|
|
8936
8936
|
* Reload theme setting.
|
|
8937
8937
|
* @param {string} name
|
|
8938
8938
|
* @param {*} [options] Override http request option.
|
|
8939
8939
|
* @throws {RequiredError}
|
|
8940
8940
|
*/
|
|
8941
|
-
|
|
8941
|
+
reload(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Theme>>;
|
|
8942
8942
|
/**
|
|
8943
8943
|
* Upgrade theme
|
|
8944
8944
|
* @param {string} name
|
|
@@ -8964,20 +8964,20 @@ declare const ApiConsoleHaloRunV1alpha1ThemeApiFactory: (configuration?: Configu
|
|
|
8964
8964
|
* List themes.
|
|
8965
8965
|
* @param {boolean} uninstalled
|
|
8966
8966
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8967
|
+
* @param {number} [page] The page number. Zero indicates no page.
|
|
8967
8968
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
8968
8969
|
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
8969
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
8970
8970
|
* @param {*} [options] Override http request option.
|
|
8971
8971
|
* @throws {RequiredError}
|
|
8972
8972
|
*/
|
|
8973
|
-
listThemes(uninstalled: boolean, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>,
|
|
8973
|
+
listThemes(uninstalled: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ThemeList>;
|
|
8974
8974
|
/**
|
|
8975
8975
|
* Reload theme setting.
|
|
8976
8976
|
* @param {string} name
|
|
8977
8977
|
* @param {*} [options] Override http request option.
|
|
8978
8978
|
* @throws {RequiredError}
|
|
8979
8979
|
*/
|
|
8980
|
-
|
|
8980
|
+
reload(name: string, options?: any): AxiosPromise<Theme>;
|
|
8981
8981
|
/**
|
|
8982
8982
|
* Upgrade theme
|
|
8983
8983
|
* @param {string} name
|
|
@@ -9018,6 +9018,12 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
|
|
|
9018
9018
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9019
9019
|
*/
|
|
9020
9020
|
readonly size?: number;
|
|
9021
|
+
/**
|
|
9022
|
+
* The page number. Zero indicates no page.
|
|
9023
|
+
* @type {number}
|
|
9024
|
+
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9025
|
+
*/
|
|
9026
|
+
readonly page?: number;
|
|
9021
9027
|
/**
|
|
9022
9028
|
* Label selector for filtering.
|
|
9023
9029
|
* @type {Array<string>}
|
|
@@ -9030,23 +9036,17 @@ interface ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest {
|
|
|
9030
9036
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9031
9037
|
*/
|
|
9032
9038
|
readonly fieldSelector?: Array<string>;
|
|
9033
|
-
/**
|
|
9034
|
-
* The page number. Zero indicates no page.
|
|
9035
|
-
* @type {number}
|
|
9036
|
-
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiListThemes
|
|
9037
|
-
*/
|
|
9038
|
-
readonly page?: number;
|
|
9039
9039
|
}
|
|
9040
9040
|
/**
|
|
9041
|
-
* Request parameters for
|
|
9041
|
+
* Request parameters for reload operation in ApiConsoleHaloRunV1alpha1ThemeApi.
|
|
9042
9042
|
* @export
|
|
9043
|
-
* @interface
|
|
9043
|
+
* @interface ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest
|
|
9044
9044
|
*/
|
|
9045
|
-
interface
|
|
9045
|
+
interface ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest {
|
|
9046
9046
|
/**
|
|
9047
9047
|
*
|
|
9048
9048
|
* @type {string}
|
|
9049
|
-
* @memberof
|
|
9049
|
+
* @memberof ApiConsoleHaloRunV1alpha1ThemeApiReload
|
|
9050
9050
|
*/
|
|
9051
9051
|
readonly name: string;
|
|
9052
9052
|
}
|
|
@@ -9094,12 +9094,12 @@ declare class ApiConsoleHaloRunV1alpha1ThemeApi extends BaseAPI {
|
|
|
9094
9094
|
listThemes(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<ThemeList, any>>;
|
|
9095
9095
|
/**
|
|
9096
9096
|
* Reload theme setting.
|
|
9097
|
-
* @param {
|
|
9097
|
+
* @param {ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest} requestParameters Request parameters.
|
|
9098
9098
|
* @param {*} [options] Override http request option.
|
|
9099
9099
|
* @throws {RequiredError}
|
|
9100
9100
|
* @memberof ApiConsoleHaloRunV1alpha1ThemeApi
|
|
9101
9101
|
*/
|
|
9102
|
-
|
|
9102
|
+
reload(requestParameters: ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Theme, any>>;
|
|
9103
9103
|
/**
|
|
9104
9104
|
* Upgrade theme
|
|
9105
9105
|
* @param {ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest} requestParameters Request parameters.
|
|
@@ -9623,13 +9623,13 @@ declare const ApiHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?: Confi
|
|
|
9623
9623
|
/**
|
|
9624
9624
|
* Search posts with fuzzy query
|
|
9625
9625
|
* @param {string} keyword
|
|
9626
|
+
* @param {number} [limit]
|
|
9626
9627
|
* @param {string} [highlightPreTag]
|
|
9627
9628
|
* @param {string} [highlightPostTag]
|
|
9628
|
-
* @param {number} [limit]
|
|
9629
9629
|
* @param {*} [options] Override http request option.
|
|
9630
9630
|
* @throws {RequiredError}
|
|
9631
9631
|
*/
|
|
9632
|
-
searchPost: (keyword: string,
|
|
9632
|
+
searchPost: (keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9633
9633
|
};
|
|
9634
9634
|
/**
|
|
9635
9635
|
* ApiHaloRunV1alpha1PostApi - functional programming interface
|
|
@@ -9639,13 +9639,13 @@ declare const ApiHaloRunV1alpha1PostApiFp: (configuration?: Configuration) => {
|
|
|
9639
9639
|
/**
|
|
9640
9640
|
* Search posts with fuzzy query
|
|
9641
9641
|
* @param {string} keyword
|
|
9642
|
+
* @param {number} [limit]
|
|
9642
9643
|
* @param {string} [highlightPreTag]
|
|
9643
9644
|
* @param {string} [highlightPostTag]
|
|
9644
|
-
* @param {number} [limit]
|
|
9645
9645
|
* @param {*} [options] Override http request option.
|
|
9646
9646
|
* @throws {RequiredError}
|
|
9647
9647
|
*/
|
|
9648
|
-
searchPost(keyword: string,
|
|
9648
|
+
searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostHits>>;
|
|
9649
9649
|
};
|
|
9650
9650
|
/**
|
|
9651
9651
|
* ApiHaloRunV1alpha1PostApi - factory interface
|
|
@@ -9655,13 +9655,13 @@ declare const ApiHaloRunV1alpha1PostApiFactory: (configuration?: Configuration,
|
|
|
9655
9655
|
/**
|
|
9656
9656
|
* Search posts with fuzzy query
|
|
9657
9657
|
* @param {string} keyword
|
|
9658
|
+
* @param {number} [limit]
|
|
9658
9659
|
* @param {string} [highlightPreTag]
|
|
9659
9660
|
* @param {string} [highlightPostTag]
|
|
9660
|
-
* @param {number} [limit]
|
|
9661
9661
|
* @param {*} [options] Override http request option.
|
|
9662
9662
|
* @throws {RequiredError}
|
|
9663
9663
|
*/
|
|
9664
|
-
searchPost(keyword: string,
|
|
9664
|
+
searchPost(keyword: string, limit?: number, highlightPreTag?: string, highlightPostTag?: string, options?: any): AxiosPromise<PostHits>;
|
|
9665
9665
|
};
|
|
9666
9666
|
/**
|
|
9667
9667
|
* Request parameters for searchPost operation in ApiHaloRunV1alpha1PostApi.
|
|
@@ -9677,22 +9677,22 @@ interface ApiHaloRunV1alpha1PostApiSearchPostRequest {
|
|
|
9677
9677
|
readonly keyword: string;
|
|
9678
9678
|
/**
|
|
9679
9679
|
*
|
|
9680
|
-
* @type {
|
|
9680
|
+
* @type {number}
|
|
9681
9681
|
* @memberof ApiHaloRunV1alpha1PostApiSearchPost
|
|
9682
9682
|
*/
|
|
9683
|
-
readonly
|
|
9683
|
+
readonly limit?: number;
|
|
9684
9684
|
/**
|
|
9685
9685
|
*
|
|
9686
9686
|
* @type {string}
|
|
9687
9687
|
* @memberof ApiHaloRunV1alpha1PostApiSearchPost
|
|
9688
9688
|
*/
|
|
9689
|
-
readonly
|
|
9689
|
+
readonly highlightPreTag?: string;
|
|
9690
9690
|
/**
|
|
9691
9691
|
*
|
|
9692
|
-
* @type {
|
|
9692
|
+
* @type {string}
|
|
9693
9693
|
* @memberof ApiHaloRunV1alpha1PostApiSearchPost
|
|
9694
9694
|
*/
|
|
9695
|
-
readonly
|
|
9695
|
+
readonly highlightPostTag?: string;
|
|
9696
9696
|
}
|
|
9697
9697
|
/**
|
|
9698
9698
|
* ApiHaloRunV1alpha1PostApi - object-oriented interface
|
|
@@ -16416,4 +16416,4 @@ declare class V1alpha1UserApi extends BaseAPI {
|
|
|
16416
16416
|
updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
|
|
16417
16417
|
}
|
|
16418
16418
|
|
|
16419
|
-
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 };
|
|
16419
|
+
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, ApiConsoleHaloRunV1alpha1ThemeApiReloadRequest, 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 };
|