@halo-dev/api-client 0.0.39 → 0.0.41
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 +48 -428
- package/dist/index.d.ts +155 -782
- package/dist/index.mjs +49 -421
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1825,6 +1825,87 @@ interface CounterRequest {
|
|
|
1825
1825
|
referrer?: string;
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
|
+
/**
|
|
1829
|
+
* Halo Next API
|
|
1830
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
1831
|
+
*
|
|
1832
|
+
* The version of the OpenAPI document: 2.0.0
|
|
1833
|
+
*
|
|
1834
|
+
*
|
|
1835
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1836
|
+
* https://openapi-generator.tech
|
|
1837
|
+
* Do not edit the class manually.
|
|
1838
|
+
*/
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @export
|
|
1842
|
+
* @interface TemplateDescriptor
|
|
1843
|
+
*/
|
|
1844
|
+
interface TemplateDescriptor {
|
|
1845
|
+
/**
|
|
1846
|
+
*
|
|
1847
|
+
* @type {string}
|
|
1848
|
+
* @memberof TemplateDescriptor
|
|
1849
|
+
*/
|
|
1850
|
+
name: string;
|
|
1851
|
+
/**
|
|
1852
|
+
*
|
|
1853
|
+
* @type {string}
|
|
1854
|
+
* @memberof TemplateDescriptor
|
|
1855
|
+
*/
|
|
1856
|
+
description?: string;
|
|
1857
|
+
/**
|
|
1858
|
+
*
|
|
1859
|
+
* @type {string}
|
|
1860
|
+
* @memberof TemplateDescriptor
|
|
1861
|
+
*/
|
|
1862
|
+
screenshot?: string;
|
|
1863
|
+
/**
|
|
1864
|
+
*
|
|
1865
|
+
* @type {string}
|
|
1866
|
+
* @memberof TemplateDescriptor
|
|
1867
|
+
*/
|
|
1868
|
+
file: string;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
/**
|
|
1872
|
+
* Halo Next API
|
|
1873
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
1874
|
+
*
|
|
1875
|
+
* The version of the OpenAPI document: 2.0.0
|
|
1876
|
+
*
|
|
1877
|
+
*
|
|
1878
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1879
|
+
* https://openapi-generator.tech
|
|
1880
|
+
* Do not edit the class manually.
|
|
1881
|
+
*/
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
*
|
|
1885
|
+
* @export
|
|
1886
|
+
* @interface CustomTemplates
|
|
1887
|
+
*/
|
|
1888
|
+
interface CustomTemplates {
|
|
1889
|
+
/**
|
|
1890
|
+
*
|
|
1891
|
+
* @type {Array<TemplateDescriptor>}
|
|
1892
|
+
* @memberof CustomTemplates
|
|
1893
|
+
*/
|
|
1894
|
+
post?: Array<TemplateDescriptor>;
|
|
1895
|
+
/**
|
|
1896
|
+
*
|
|
1897
|
+
* @type {Array<TemplateDescriptor>}
|
|
1898
|
+
* @memberof CustomTemplates
|
|
1899
|
+
*/
|
|
1900
|
+
category?: Array<TemplateDescriptor>;
|
|
1901
|
+
/**
|
|
1902
|
+
*
|
|
1903
|
+
* @type {Array<TemplateDescriptor>}
|
|
1904
|
+
* @memberof CustomTemplates
|
|
1905
|
+
*/
|
|
1906
|
+
page?: Array<TemplateDescriptor>;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1828
1909
|
/**
|
|
1829
1910
|
* Halo Next API
|
|
1830
1911
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -2210,180 +2291,6 @@ interface License {
|
|
|
2210
2291
|
url?: string;
|
|
2211
2292
|
}
|
|
2212
2293
|
|
|
2213
|
-
/**
|
|
2214
|
-
* Halo Next API
|
|
2215
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2216
|
-
*
|
|
2217
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2218
|
-
*
|
|
2219
|
-
*
|
|
2220
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2221
|
-
* https://openapi-generator.tech
|
|
2222
|
-
* Do not edit the class manually.
|
|
2223
|
-
*/
|
|
2224
|
-
/**
|
|
2225
|
-
*
|
|
2226
|
-
* @export
|
|
2227
|
-
* @interface LinkSpec
|
|
2228
|
-
*/
|
|
2229
|
-
interface LinkSpec {
|
|
2230
|
-
/**
|
|
2231
|
-
*
|
|
2232
|
-
* @type {string}
|
|
2233
|
-
* @memberof LinkSpec
|
|
2234
|
-
*/
|
|
2235
|
-
url: string;
|
|
2236
|
-
/**
|
|
2237
|
-
*
|
|
2238
|
-
* @type {string}
|
|
2239
|
-
* @memberof LinkSpec
|
|
2240
|
-
*/
|
|
2241
|
-
displayName: string;
|
|
2242
|
-
/**
|
|
2243
|
-
*
|
|
2244
|
-
* @type {string}
|
|
2245
|
-
* @memberof LinkSpec
|
|
2246
|
-
*/
|
|
2247
|
-
logo?: string;
|
|
2248
|
-
/**
|
|
2249
|
-
*
|
|
2250
|
-
* @type {string}
|
|
2251
|
-
* @memberof LinkSpec
|
|
2252
|
-
*/
|
|
2253
|
-
description?: string;
|
|
2254
|
-
/**
|
|
2255
|
-
*
|
|
2256
|
-
* @type {number}
|
|
2257
|
-
* @memberof LinkSpec
|
|
2258
|
-
*/
|
|
2259
|
-
priority?: number;
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
/**
|
|
2263
|
-
* Halo Next API
|
|
2264
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2265
|
-
*
|
|
2266
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2267
|
-
*
|
|
2268
|
-
*
|
|
2269
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2270
|
-
* https://openapi-generator.tech
|
|
2271
|
-
* Do not edit the class manually.
|
|
2272
|
-
*/
|
|
2273
|
-
|
|
2274
|
-
/**
|
|
2275
|
-
*
|
|
2276
|
-
* @export
|
|
2277
|
-
* @interface Link
|
|
2278
|
-
*/
|
|
2279
|
-
interface Link {
|
|
2280
|
-
/**
|
|
2281
|
-
*
|
|
2282
|
-
* @type {LinkSpec}
|
|
2283
|
-
* @memberof Link
|
|
2284
|
-
*/
|
|
2285
|
-
spec?: LinkSpec;
|
|
2286
|
-
/**
|
|
2287
|
-
*
|
|
2288
|
-
* @type {string}
|
|
2289
|
-
* @memberof Link
|
|
2290
|
-
*/
|
|
2291
|
-
apiVersion: string;
|
|
2292
|
-
/**
|
|
2293
|
-
*
|
|
2294
|
-
* @type {string}
|
|
2295
|
-
* @memberof Link
|
|
2296
|
-
*/
|
|
2297
|
-
kind: string;
|
|
2298
|
-
/**
|
|
2299
|
-
*
|
|
2300
|
-
* @type {Metadata}
|
|
2301
|
-
* @memberof Link
|
|
2302
|
-
*/
|
|
2303
|
-
metadata: Metadata;
|
|
2304
|
-
}
|
|
2305
|
-
|
|
2306
|
-
/**
|
|
2307
|
-
* Halo Next API
|
|
2308
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2309
|
-
*
|
|
2310
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2311
|
-
*
|
|
2312
|
-
*
|
|
2313
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2314
|
-
* https://openapi-generator.tech
|
|
2315
|
-
* Do not edit the class manually.
|
|
2316
|
-
*/
|
|
2317
|
-
/**
|
|
2318
|
-
*
|
|
2319
|
-
* @export
|
|
2320
|
-
* @interface LinkGroupSpec
|
|
2321
|
-
*/
|
|
2322
|
-
interface LinkGroupSpec {
|
|
2323
|
-
/**
|
|
2324
|
-
*
|
|
2325
|
-
* @type {string}
|
|
2326
|
-
* @memberof LinkGroupSpec
|
|
2327
|
-
*/
|
|
2328
|
-
displayName: string;
|
|
2329
|
-
/**
|
|
2330
|
-
*
|
|
2331
|
-
* @type {number}
|
|
2332
|
-
* @memberof LinkGroupSpec
|
|
2333
|
-
*/
|
|
2334
|
-
priority?: number;
|
|
2335
|
-
/**
|
|
2336
|
-
* Names of links below this group.
|
|
2337
|
-
* @type {Array<string>}
|
|
2338
|
-
* @memberof LinkGroupSpec
|
|
2339
|
-
*/
|
|
2340
|
-
links?: Array<string>;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
/**
|
|
2344
|
-
* Halo Next API
|
|
2345
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2346
|
-
*
|
|
2347
|
-
* The version of the OpenAPI document: 2.0.0
|
|
2348
|
-
*
|
|
2349
|
-
*
|
|
2350
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2351
|
-
* https://openapi-generator.tech
|
|
2352
|
-
* Do not edit the class manually.
|
|
2353
|
-
*/
|
|
2354
|
-
|
|
2355
|
-
/**
|
|
2356
|
-
*
|
|
2357
|
-
* @export
|
|
2358
|
-
* @interface LinkGroup
|
|
2359
|
-
*/
|
|
2360
|
-
interface LinkGroup {
|
|
2361
|
-
/**
|
|
2362
|
-
*
|
|
2363
|
-
* @type {LinkGroupSpec}
|
|
2364
|
-
* @memberof LinkGroup
|
|
2365
|
-
*/
|
|
2366
|
-
spec?: LinkGroupSpec;
|
|
2367
|
-
/**
|
|
2368
|
-
*
|
|
2369
|
-
* @type {string}
|
|
2370
|
-
* @memberof LinkGroup
|
|
2371
|
-
*/
|
|
2372
|
-
apiVersion: string;
|
|
2373
|
-
/**
|
|
2374
|
-
*
|
|
2375
|
-
* @type {string}
|
|
2376
|
-
* @memberof LinkGroup
|
|
2377
|
-
*/
|
|
2378
|
-
kind: string;
|
|
2379
|
-
/**
|
|
2380
|
-
*
|
|
2381
|
-
* @type {Metadata}
|
|
2382
|
-
* @memberof LinkGroup
|
|
2383
|
-
*/
|
|
2384
|
-
metadata: Metadata;
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
2294
|
/**
|
|
2388
2295
|
* Halo Next API
|
|
2389
2296
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
@@ -4367,6 +4274,12 @@ interface PluginStatus {
|
|
|
4367
4274
|
* @memberof PluginStatus
|
|
4368
4275
|
*/
|
|
4369
4276
|
stylesheet?: string;
|
|
4277
|
+
/**
|
|
4278
|
+
*
|
|
4279
|
+
* @type {string}
|
|
4280
|
+
* @memberof PluginStatus
|
|
4281
|
+
*/
|
|
4282
|
+
logo?: string;
|
|
4370
4283
|
}
|
|
4371
4284
|
declare const PluginStatusPhaseEnum: {
|
|
4372
4285
|
readonly Created: "CREATED";
|
|
@@ -6218,6 +6131,12 @@ interface ThemeSpec {
|
|
|
6218
6131
|
* @memberof ThemeSpec
|
|
6219
6132
|
*/
|
|
6220
6133
|
configMapName?: string;
|
|
6134
|
+
/**
|
|
6135
|
+
*
|
|
6136
|
+
* @type {CustomTemplates}
|
|
6137
|
+
* @memberof ThemeSpec
|
|
6138
|
+
*/
|
|
6139
|
+
customTemplates?: CustomTemplates;
|
|
6221
6140
|
}
|
|
6222
6141
|
|
|
6223
6142
|
/**
|
|
@@ -6670,8 +6589,8 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
6670
6589
|
*
|
|
6671
6590
|
* @param {string} [policy] Name of policy
|
|
6672
6591
|
* @param {string} [displayName] Display name of attachment
|
|
6673
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6674
6592
|
* @param {string} [group] Name of group
|
|
6593
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6675
6594
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
6676
6595
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
6677
6596
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -6679,7 +6598,7 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator: (configur
|
|
|
6679
6598
|
* @param {*} [options] Override http request option.
|
|
6680
6599
|
* @throws {RequiredError}
|
|
6681
6600
|
*/
|
|
6682
|
-
searchAttachments: (policy?: string, displayName?: string,
|
|
6601
|
+
searchAttachments: (policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
6683
6602
|
/**
|
|
6684
6603
|
*
|
|
6685
6604
|
* @param {any} file
|
|
@@ -6699,8 +6618,8 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
6699
6618
|
*
|
|
6700
6619
|
* @param {string} [policy] Name of policy
|
|
6701
6620
|
* @param {string} [displayName] Display name of attachment
|
|
6702
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6703
6621
|
* @param {string} [group] Name of group
|
|
6622
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6704
6623
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
6705
6624
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
6706
6625
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -6708,7 +6627,7 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFp: (configuration?: Configu
|
|
|
6708
6627
|
* @param {*} [options] Override http request option.
|
|
6709
6628
|
* @throws {RequiredError}
|
|
6710
6629
|
*/
|
|
6711
|
-
searchAttachments(policy?: string, displayName?: string,
|
|
6630
|
+
searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AttachmentList>>;
|
|
6712
6631
|
/**
|
|
6713
6632
|
*
|
|
6714
6633
|
* @param {any} file
|
|
@@ -6728,8 +6647,8 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
6728
6647
|
*
|
|
6729
6648
|
* @param {string} [policy] Name of policy
|
|
6730
6649
|
* @param {string} [displayName] Display name of attachment
|
|
6731
|
-
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6732
6650
|
* @param {string} [group] Name of group
|
|
6651
|
+
* @param {string} [uploadedBy] Name of user who uploaded the attachment
|
|
6733
6652
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
6734
6653
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
6735
6654
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -6737,7 +6656,7 @@ declare const ApiConsoleHaloRunV1alpha1AttachmentApiFactory: (configuration?: Co
|
|
|
6737
6656
|
* @param {*} [options] Override http request option.
|
|
6738
6657
|
* @throws {RequiredError}
|
|
6739
6658
|
*/
|
|
6740
|
-
searchAttachments(policy?: string, displayName?: string,
|
|
6659
|
+
searchAttachments(policy?: string, displayName?: string, group?: string, uploadedBy?: string, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<AttachmentList>;
|
|
6741
6660
|
/**
|
|
6742
6661
|
*
|
|
6743
6662
|
* @param {any} file
|
|
@@ -6767,17 +6686,17 @@ interface ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest {
|
|
|
6767
6686
|
*/
|
|
6768
6687
|
readonly displayName?: string;
|
|
6769
6688
|
/**
|
|
6770
|
-
* Name of
|
|
6689
|
+
* Name of group
|
|
6771
6690
|
* @type {string}
|
|
6772
6691
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
6773
6692
|
*/
|
|
6774
|
-
readonly
|
|
6693
|
+
readonly group?: string;
|
|
6775
6694
|
/**
|
|
6776
|
-
* Name of
|
|
6695
|
+
* Name of user who uploaded the attachment
|
|
6777
6696
|
* @type {string}
|
|
6778
6697
|
* @memberof ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachments
|
|
6779
6698
|
*/
|
|
6780
|
-
readonly
|
|
6699
|
+
readonly uploadedBy?: string;
|
|
6781
6700
|
/**
|
|
6782
6701
|
* Size of one page. Zero indicates no limit.
|
|
6783
6702
|
* @type {number}
|
|
@@ -7369,8 +7288,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7369
7288
|
/**
|
|
7370
7289
|
* List plugins using query criteria and sort params
|
|
7371
7290
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7372
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7373
7291
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7292
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7374
7293
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7375
7294
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7376
7295
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7378,7 +7297,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator: (configuratio
|
|
|
7378
7297
|
* @param {*} [options] Override http request option.
|
|
7379
7298
|
* @throws {RequiredError}
|
|
7380
7299
|
*/
|
|
7381
|
-
listPlugins: (sort?: Array<string>,
|
|
7300
|
+
listPlugins: (sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7382
7301
|
/**
|
|
7383
7302
|
* Upgrade a plugin by uploading a Jar file
|
|
7384
7303
|
* @param {string} name
|
|
@@ -7403,8 +7322,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7403
7322
|
/**
|
|
7404
7323
|
* List plugins using query criteria and sort params
|
|
7405
7324
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7406
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7407
7325
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7326
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7408
7327
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7409
7328
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7410
7329
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7412,7 +7331,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFp: (configuration?: Configurati
|
|
|
7412
7331
|
* @param {*} [options] Override http request option.
|
|
7413
7332
|
* @throws {RequiredError}
|
|
7414
7333
|
*/
|
|
7415
|
-
listPlugins(sort?: Array<string>,
|
|
7334
|
+
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>>;
|
|
7416
7335
|
/**
|
|
7417
7336
|
* Upgrade a plugin by uploading a Jar file
|
|
7418
7337
|
* @param {string} name
|
|
@@ -7437,8 +7356,8 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7437
7356
|
/**
|
|
7438
7357
|
* List plugins using query criteria and sort params
|
|
7439
7358
|
* @param {Array<string>} [sort] Sort property and direction of the list result. Supported fields: creationTimestamp
|
|
7440
|
-
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7441
7359
|
* @param {string} [keyword] Keyword of plugin name or description
|
|
7360
|
+
* @param {boolean} [enabled] Whether the plugin is enabled
|
|
7442
7361
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7443
7362
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7444
7363
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7446,7 +7365,7 @@ declare const ApiConsoleHaloRunV1alpha1PluginApiFactory: (configuration?: Config
|
|
|
7446
7365
|
* @param {*} [options] Override http request option.
|
|
7447
7366
|
* @throws {RequiredError}
|
|
7448
7367
|
*/
|
|
7449
|
-
listPlugins(sort?: Array<string>,
|
|
7368
|
+
listPlugins(sort?: Array<string>, keyword?: string, enabled?: boolean, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<PluginList>;
|
|
7450
7369
|
/**
|
|
7451
7370
|
* Upgrade a plugin by uploading a Jar file
|
|
7452
7371
|
* @param {string} name
|
|
@@ -7481,18 +7400,18 @@ interface ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest {
|
|
|
7481
7400
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7482
7401
|
*/
|
|
7483
7402
|
readonly sort?: Array<string>;
|
|
7484
|
-
/**
|
|
7485
|
-
* Whether the plugin is enabled
|
|
7486
|
-
* @type {boolean}
|
|
7487
|
-
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7488
|
-
*/
|
|
7489
|
-
readonly enabled?: boolean;
|
|
7490
7403
|
/**
|
|
7491
7404
|
* Keyword of plugin name or description
|
|
7492
7405
|
* @type {string}
|
|
7493
7406
|
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7494
7407
|
*/
|
|
7495
7408
|
readonly keyword?: string;
|
|
7409
|
+
/**
|
|
7410
|
+
* Whether the plugin is enabled
|
|
7411
|
+
* @type {boolean}
|
|
7412
|
+
* @memberof ApiConsoleHaloRunV1alpha1PluginApiListPlugins
|
|
7413
|
+
*/
|
|
7414
|
+
readonly enabled?: boolean;
|
|
7496
7415
|
/**
|
|
7497
7416
|
* Size of one page. Zero indicates no limit.
|
|
7498
7417
|
* @type {number}
|
|
@@ -7585,13 +7504,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7585
7504
|
/**
|
|
7586
7505
|
* List posts.
|
|
7587
7506
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7588
|
-
* @param {Array<string>} [tag]
|
|
7589
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7590
7507
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7591
|
-
* @param {
|
|
7508
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7509
|
+
* @param {Array<string>} [tag]
|
|
7592
7510
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7593
7511
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7594
7512
|
* @param {Array<string>} [category]
|
|
7513
|
+
* @param {Array<string>} [contributor]
|
|
7595
7514
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7596
7515
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7597
7516
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7599,7 +7518,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator: (configuration?
|
|
|
7599
7518
|
* @param {*} [options] Override http request option.
|
|
7600
7519
|
* @throws {RequiredError}
|
|
7601
7520
|
*/
|
|
7602
|
-
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7521
|
+
listPosts: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
7603
7522
|
/**
|
|
7604
7523
|
* Publish a post.
|
|
7605
7524
|
* @param {string} name
|
|
@@ -7631,13 +7550,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
7631
7550
|
/**
|
|
7632
7551
|
* List posts.
|
|
7633
7552
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7634
|
-
* @param {Array<string>} [tag]
|
|
7635
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7636
7553
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7637
|
-
* @param {
|
|
7554
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7555
|
+
* @param {Array<string>} [tag]
|
|
7638
7556
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7639
7557
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7640
7558
|
* @param {Array<string>} [category]
|
|
7559
|
+
* @param {Array<string>} [contributor]
|
|
7641
7560
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7642
7561
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7643
7562
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7645,7 +7564,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFp: (configuration?: Configuration
|
|
|
7645
7564
|
* @param {*} [options] Override http request option.
|
|
7646
7565
|
* @throws {RequiredError}
|
|
7647
7566
|
*/
|
|
7648
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7567
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedPostList>>;
|
|
7649
7568
|
/**
|
|
7650
7569
|
* Publish a post.
|
|
7651
7570
|
* @param {string} name
|
|
@@ -7677,13 +7596,13 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
7677
7596
|
/**
|
|
7678
7597
|
* List posts.
|
|
7679
7598
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] Post collation.
|
|
7680
|
-
* @param {Array<string>} [tag]
|
|
7681
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7682
7599
|
* @param {string} [keyword] Posts filtered by keyword.
|
|
7683
|
-
* @param {
|
|
7600
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7601
|
+
* @param {Array<string>} [tag]
|
|
7684
7602
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
7685
7603
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7686
7604
|
* @param {Array<string>} [category]
|
|
7605
|
+
* @param {Array<string>} [contributor]
|
|
7687
7606
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
7688
7607
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
7689
7608
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -7691,7 +7610,7 @@ declare const ApiConsoleHaloRunV1alpha1PostApiFactory: (configuration?: Configur
|
|
|
7691
7610
|
* @param {*} [options] Override http request option.
|
|
7692
7611
|
* @throws {RequiredError}
|
|
7693
7612
|
*/
|
|
7694
|
-
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME',
|
|
7613
|
+
listPosts(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', tag?: Array<string>, sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', category?: Array<string>, contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedPostList>;
|
|
7695
7614
|
/**
|
|
7696
7615
|
* Publish a post.
|
|
7697
7616
|
* @param {string} name
|
|
@@ -7734,29 +7653,23 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
7734
7653
|
*/
|
|
7735
7654
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
7736
7655
|
/**
|
|
7737
|
-
*
|
|
7738
|
-
* @type {
|
|
7656
|
+
* Posts filtered by keyword.
|
|
7657
|
+
* @type {string}
|
|
7739
7658
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7740
7659
|
*/
|
|
7741
|
-
readonly
|
|
7660
|
+
readonly keyword?: string;
|
|
7742
7661
|
/**
|
|
7743
7662
|
*
|
|
7744
7663
|
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
7745
7664
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7746
7665
|
*/
|
|
7747
7666
|
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
7748
|
-
/**
|
|
7749
|
-
* Posts filtered by keyword.
|
|
7750
|
-
* @type {string}
|
|
7751
|
-
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7752
|
-
*/
|
|
7753
|
-
readonly keyword?: string;
|
|
7754
7667
|
/**
|
|
7755
7668
|
*
|
|
7756
7669
|
* @type {Array<string>}
|
|
7757
7670
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7758
7671
|
*/
|
|
7759
|
-
readonly
|
|
7672
|
+
readonly tag?: Array<string>;
|
|
7760
7673
|
/**
|
|
7761
7674
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
7762
7675
|
* @type {boolean}
|
|
@@ -7775,6 +7688,12 @@ interface ApiConsoleHaloRunV1alpha1PostApiListPostsRequest {
|
|
|
7775
7688
|
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7776
7689
|
*/
|
|
7777
7690
|
readonly category?: Array<string>;
|
|
7691
|
+
/**
|
|
7692
|
+
*
|
|
7693
|
+
* @type {Array<string>}
|
|
7694
|
+
* @memberof ApiConsoleHaloRunV1alpha1PostApiListPosts
|
|
7695
|
+
*/
|
|
7696
|
+
readonly contributor?: Array<string>;
|
|
7778
7697
|
/**
|
|
7779
7698
|
* Size of one page. Zero indicates no limit.
|
|
7780
7699
|
* @type {number}
|
|
@@ -7993,11 +7912,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
7993
7912
|
/**
|
|
7994
7913
|
* List single pages.
|
|
7995
7914
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
7996
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7997
7915
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
7998
|
-
* @param {
|
|
7916
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
7999
7917
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8000
7918
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7919
|
+
* @param {Array<string>} [contributor]
|
|
8001
7920
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8002
7921
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8003
7922
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -8005,7 +7924,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator: (configur
|
|
|
8005
7924
|
* @param {*} [options] Override http request option.
|
|
8006
7925
|
* @throws {RequiredError}
|
|
8007
7926
|
*/
|
|
8008
|
-
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE',
|
|
7927
|
+
listSinglePages: (sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8009
7928
|
/**
|
|
8010
7929
|
* Publish a single page.
|
|
8011
7930
|
* @param {string} name
|
|
@@ -8037,11 +7956,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8037
7956
|
/**
|
|
8038
7957
|
* List single pages.
|
|
8039
7958
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8040
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8041
7959
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8042
|
-
* @param {
|
|
7960
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8043
7961
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8044
7962
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
7963
|
+
* @param {Array<string>} [contributor]
|
|
8045
7964
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8046
7965
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8047
7966
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -8049,7 +7968,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFp: (configuration?: Configu
|
|
|
8049
7968
|
* @param {*} [options] Override http request option.
|
|
8050
7969
|
* @throws {RequiredError}
|
|
8051
7970
|
*/
|
|
8052
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE',
|
|
7971
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListedSinglePageList>>;
|
|
8053
7972
|
/**
|
|
8054
7973
|
* Publish a single page.
|
|
8055
7974
|
* @param {string} name
|
|
@@ -8081,11 +8000,11 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8081
8000
|
/**
|
|
8082
8001
|
* List single pages.
|
|
8083
8002
|
* @param {'PUBLISH_TIME' | 'CREATE_TIME'} [sort] SinglePage collation.
|
|
8084
|
-
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8085
8003
|
* @param {string} [keyword] SinglePages filtered by keyword.
|
|
8086
|
-
* @param {
|
|
8004
|
+
* @param {'PUBLIC' | 'INTERNAL' | 'PRIVATE'} [visible]
|
|
8087
8005
|
* @param {boolean} [sortOrder] ascending order If it is true; otherwise, it is in descending order.
|
|
8088
8006
|
* @param {'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED'} [publishPhase]
|
|
8007
|
+
* @param {Array<string>} [contributor]
|
|
8089
8008
|
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
8090
8009
|
* @param {number} [page] The page number. Zero indicates no page.
|
|
8091
8010
|
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
@@ -8093,7 +8012,7 @@ declare const ApiConsoleHaloRunV1alpha1SinglePageApiFactory: (configuration?: Co
|
|
|
8093
8012
|
* @param {*} [options] Override http request option.
|
|
8094
8013
|
* @throws {RequiredError}
|
|
8095
8014
|
*/
|
|
8096
|
-
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE',
|
|
8015
|
+
listSinglePages(sort?: 'PUBLISH_TIME' | 'CREATE_TIME', keyword?: string, visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE', sortOrder?: boolean, publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED', contributor?: Array<string>, size?: number, page?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<ListedSinglePageList>;
|
|
8097
8016
|
/**
|
|
8098
8017
|
* Publish a single page.
|
|
8099
8018
|
* @param {string} name
|
|
@@ -8135,12 +8054,6 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8135
8054
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8136
8055
|
*/
|
|
8137
8056
|
readonly sort?: 'PUBLISH_TIME' | 'CREATE_TIME';
|
|
8138
|
-
/**
|
|
8139
|
-
*
|
|
8140
|
-
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8141
|
-
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8142
|
-
*/
|
|
8143
|
-
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8144
8057
|
/**
|
|
8145
8058
|
* SinglePages filtered by keyword.
|
|
8146
8059
|
* @type {string}
|
|
@@ -8149,10 +8062,10 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8149
8062
|
readonly keyword?: string;
|
|
8150
8063
|
/**
|
|
8151
8064
|
*
|
|
8152
|
-
* @type {
|
|
8065
|
+
* @type {'PUBLIC' | 'INTERNAL' | 'PRIVATE'}
|
|
8153
8066
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8154
8067
|
*/
|
|
8155
|
-
readonly
|
|
8068
|
+
readonly visible?: 'PUBLIC' | 'INTERNAL' | 'PRIVATE';
|
|
8156
8069
|
/**
|
|
8157
8070
|
* ascending order If it is true; otherwise, it is in descending order.
|
|
8158
8071
|
* @type {boolean}
|
|
@@ -8165,6 +8078,12 @@ interface ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest {
|
|
|
8165
8078
|
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8166
8079
|
*/
|
|
8167
8080
|
readonly publishPhase?: 'DRAFT' | 'PENDING_APPROVAL' | 'PUBLISHED';
|
|
8081
|
+
/**
|
|
8082
|
+
*
|
|
8083
|
+
* @type {Array<string>}
|
|
8084
|
+
* @memberof ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePages
|
|
8085
|
+
*/
|
|
8086
|
+
readonly contributor?: Array<string>;
|
|
8168
8087
|
/**
|
|
8169
8088
|
* Size of one page. Zero indicates no limit.
|
|
8170
8089
|
* @type {number}
|
|
@@ -11124,552 +11043,6 @@ declare class ContentHaloRunV1alpha1TagApi extends BaseAPI {
|
|
|
11124
11043
|
updatecontentHaloRunV1alpha1Tag(requestParameters: ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Tag, any>>;
|
|
11125
11044
|
}
|
|
11126
11045
|
|
|
11127
|
-
/**
|
|
11128
|
-
* CoreHaloRunV1alpha1LinkApi - axios parameter creator
|
|
11129
|
-
* @export
|
|
11130
|
-
*/
|
|
11131
|
-
declare const CoreHaloRunV1alpha1LinkApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11132
|
-
/**
|
|
11133
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11134
|
-
* @param {Link} [link] Fresh link
|
|
11135
|
-
* @param {*} [options] Override http request option.
|
|
11136
|
-
* @throws {RequiredError}
|
|
11137
|
-
*/
|
|
11138
|
-
createcoreHaloRunV1alpha1Link: (link?: Link, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11139
|
-
/**
|
|
11140
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11141
|
-
* @param {string} name Name of link
|
|
11142
|
-
* @param {*} [options] Override http request option.
|
|
11143
|
-
* @throws {RequiredError}
|
|
11144
|
-
*/
|
|
11145
|
-
deletecoreHaloRunV1alpha1Link: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11146
|
-
/**
|
|
11147
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11148
|
-
* @param {string} name Name of link
|
|
11149
|
-
* @param {*} [options] Override http request option.
|
|
11150
|
-
* @throws {RequiredError}
|
|
11151
|
-
*/
|
|
11152
|
-
getcoreHaloRunV1alpha1Link: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11153
|
-
/**
|
|
11154
|
-
* List core.halo.run/v1alpha1/Link
|
|
11155
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11156
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11157
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11158
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11159
|
-
* @param {*} [options] Override http request option.
|
|
11160
|
-
* @throws {RequiredError}
|
|
11161
|
-
*/
|
|
11162
|
-
listcoreHaloRunV1alpha1Link: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11163
|
-
/**
|
|
11164
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11165
|
-
* @param {string} name Name of link
|
|
11166
|
-
* @param {Link} [link] Updated link
|
|
11167
|
-
* @param {*} [options] Override http request option.
|
|
11168
|
-
* @throws {RequiredError}
|
|
11169
|
-
*/
|
|
11170
|
-
updatecoreHaloRunV1alpha1Link: (name: string, link?: Link, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11171
|
-
};
|
|
11172
|
-
/**
|
|
11173
|
-
* CoreHaloRunV1alpha1LinkApi - functional programming interface
|
|
11174
|
-
* @export
|
|
11175
|
-
*/
|
|
11176
|
-
declare const CoreHaloRunV1alpha1LinkApiFp: (configuration?: Configuration) => {
|
|
11177
|
-
/**
|
|
11178
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11179
|
-
* @param {Link} [link] Fresh link
|
|
11180
|
-
* @param {*} [options] Override http request option.
|
|
11181
|
-
* @throws {RequiredError}
|
|
11182
|
-
*/
|
|
11183
|
-
createcoreHaloRunV1alpha1Link(link?: Link, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
|
|
11184
|
-
/**
|
|
11185
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11186
|
-
* @param {string} name Name of link
|
|
11187
|
-
* @param {*} [options] Override http request option.
|
|
11188
|
-
* @throws {RequiredError}
|
|
11189
|
-
*/
|
|
11190
|
-
deletecoreHaloRunV1alpha1Link(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
11191
|
-
/**
|
|
11192
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11193
|
-
* @param {string} name Name of link
|
|
11194
|
-
* @param {*} [options] Override http request option.
|
|
11195
|
-
* @throws {RequiredError}
|
|
11196
|
-
*/
|
|
11197
|
-
getcoreHaloRunV1alpha1Link(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
|
|
11198
|
-
/**
|
|
11199
|
-
* List core.halo.run/v1alpha1/Link
|
|
11200
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11201
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11202
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11203
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11204
|
-
* @param {*} [options] Override http request option.
|
|
11205
|
-
* @throws {RequiredError}
|
|
11206
|
-
*/
|
|
11207
|
-
listcoreHaloRunV1alpha1Link(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
11208
|
-
/**
|
|
11209
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11210
|
-
* @param {string} name Name of link
|
|
11211
|
-
* @param {Link} [link] Updated link
|
|
11212
|
-
* @param {*} [options] Override http request option.
|
|
11213
|
-
* @throws {RequiredError}
|
|
11214
|
-
*/
|
|
11215
|
-
updatecoreHaloRunV1alpha1Link(name: string, link?: Link, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Link>>;
|
|
11216
|
-
};
|
|
11217
|
-
/**
|
|
11218
|
-
* CoreHaloRunV1alpha1LinkApi - factory interface
|
|
11219
|
-
* @export
|
|
11220
|
-
*/
|
|
11221
|
-
declare const CoreHaloRunV1alpha1LinkApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
11222
|
-
/**
|
|
11223
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11224
|
-
* @param {Link} [link] Fresh link
|
|
11225
|
-
* @param {*} [options] Override http request option.
|
|
11226
|
-
* @throws {RequiredError}
|
|
11227
|
-
*/
|
|
11228
|
-
createcoreHaloRunV1alpha1Link(link?: Link, options?: any): AxiosPromise<Link>;
|
|
11229
|
-
/**
|
|
11230
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11231
|
-
* @param {string} name Name of link
|
|
11232
|
-
* @param {*} [options] Override http request option.
|
|
11233
|
-
* @throws {RequiredError}
|
|
11234
|
-
*/
|
|
11235
|
-
deletecoreHaloRunV1alpha1Link(name: string, options?: any): AxiosPromise<void>;
|
|
11236
|
-
/**
|
|
11237
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11238
|
-
* @param {string} name Name of link
|
|
11239
|
-
* @param {*} [options] Override http request option.
|
|
11240
|
-
* @throws {RequiredError}
|
|
11241
|
-
*/
|
|
11242
|
-
getcoreHaloRunV1alpha1Link(name: string, options?: any): AxiosPromise<Link>;
|
|
11243
|
-
/**
|
|
11244
|
-
* List core.halo.run/v1alpha1/Link
|
|
11245
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11246
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11247
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11248
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11249
|
-
* @param {*} [options] Override http request option.
|
|
11250
|
-
* @throws {RequiredError}
|
|
11251
|
-
*/
|
|
11252
|
-
listcoreHaloRunV1alpha1Link(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<string>;
|
|
11253
|
-
/**
|
|
11254
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11255
|
-
* @param {string} name Name of link
|
|
11256
|
-
* @param {Link} [link] Updated link
|
|
11257
|
-
* @param {*} [options] Override http request option.
|
|
11258
|
-
* @throws {RequiredError}
|
|
11259
|
-
*/
|
|
11260
|
-
updatecoreHaloRunV1alpha1Link(name: string, link?: Link, options?: any): AxiosPromise<Link>;
|
|
11261
|
-
};
|
|
11262
|
-
/**
|
|
11263
|
-
* Request parameters for createcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11264
|
-
* @export
|
|
11265
|
-
* @interface CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest
|
|
11266
|
-
*/
|
|
11267
|
-
interface CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest {
|
|
11268
|
-
/**
|
|
11269
|
-
* Fresh link
|
|
11270
|
-
* @type {Link}
|
|
11271
|
-
* @memberof CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1Link
|
|
11272
|
-
*/
|
|
11273
|
-
readonly link?: Link;
|
|
11274
|
-
}
|
|
11275
|
-
/**
|
|
11276
|
-
* Request parameters for deletecoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11277
|
-
* @export
|
|
11278
|
-
* @interface CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest
|
|
11279
|
-
*/
|
|
11280
|
-
interface CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest {
|
|
11281
|
-
/**
|
|
11282
|
-
* Name of link
|
|
11283
|
-
* @type {string}
|
|
11284
|
-
* @memberof CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1Link
|
|
11285
|
-
*/
|
|
11286
|
-
readonly name: string;
|
|
11287
|
-
}
|
|
11288
|
-
/**
|
|
11289
|
-
* Request parameters for getcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11290
|
-
* @export
|
|
11291
|
-
* @interface CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest
|
|
11292
|
-
*/
|
|
11293
|
-
interface CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest {
|
|
11294
|
-
/**
|
|
11295
|
-
* Name of link
|
|
11296
|
-
* @type {string}
|
|
11297
|
-
* @memberof CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1Link
|
|
11298
|
-
*/
|
|
11299
|
-
readonly name: string;
|
|
11300
|
-
}
|
|
11301
|
-
/**
|
|
11302
|
-
* Request parameters for listcoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11303
|
-
* @export
|
|
11304
|
-
* @interface CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest
|
|
11305
|
-
*/
|
|
11306
|
-
interface CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest {
|
|
11307
|
-
/**
|
|
11308
|
-
* The page number. Zero indicates no page.
|
|
11309
|
-
* @type {number}
|
|
11310
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11311
|
-
*/
|
|
11312
|
-
readonly page?: number;
|
|
11313
|
-
/**
|
|
11314
|
-
* Size of one page. Zero indicates no limit.
|
|
11315
|
-
* @type {number}
|
|
11316
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11317
|
-
*/
|
|
11318
|
-
readonly size?: number;
|
|
11319
|
-
/**
|
|
11320
|
-
* Label selector for filtering.
|
|
11321
|
-
* @type {Array<string>}
|
|
11322
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11323
|
-
*/
|
|
11324
|
-
readonly labelSelector?: Array<string>;
|
|
11325
|
-
/**
|
|
11326
|
-
* Field selector for filtering.
|
|
11327
|
-
* @type {Array<string>}
|
|
11328
|
-
* @memberof CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1Link
|
|
11329
|
-
*/
|
|
11330
|
-
readonly fieldSelector?: Array<string>;
|
|
11331
|
-
}
|
|
11332
|
-
/**
|
|
11333
|
-
* Request parameters for updatecoreHaloRunV1alpha1Link operation in CoreHaloRunV1alpha1LinkApi.
|
|
11334
|
-
* @export
|
|
11335
|
-
* @interface CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest
|
|
11336
|
-
*/
|
|
11337
|
-
interface CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest {
|
|
11338
|
-
/**
|
|
11339
|
-
* Name of link
|
|
11340
|
-
* @type {string}
|
|
11341
|
-
* @memberof CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1Link
|
|
11342
|
-
*/
|
|
11343
|
-
readonly name: string;
|
|
11344
|
-
/**
|
|
11345
|
-
* Updated link
|
|
11346
|
-
* @type {Link}
|
|
11347
|
-
* @memberof CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1Link
|
|
11348
|
-
*/
|
|
11349
|
-
readonly link?: Link;
|
|
11350
|
-
}
|
|
11351
|
-
/**
|
|
11352
|
-
* CoreHaloRunV1alpha1LinkApi - object-oriented interface
|
|
11353
|
-
* @export
|
|
11354
|
-
* @class CoreHaloRunV1alpha1LinkApi
|
|
11355
|
-
* @extends {BaseAPI}
|
|
11356
|
-
*/
|
|
11357
|
-
declare class CoreHaloRunV1alpha1LinkApi extends BaseAPI {
|
|
11358
|
-
/**
|
|
11359
|
-
* Create core.halo.run/v1alpha1/Link
|
|
11360
|
-
* @param {CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11361
|
-
* @param {*} [options] Override http request option.
|
|
11362
|
-
* @throws {RequiredError}
|
|
11363
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11364
|
-
*/
|
|
11365
|
-
createcoreHaloRunV1alpha1Link(requestParameters?: CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
|
|
11366
|
-
/**
|
|
11367
|
-
* Delete core.halo.run/v1alpha1/Link
|
|
11368
|
-
* @param {CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11369
|
-
* @param {*} [options] Override http request option.
|
|
11370
|
-
* @throws {RequiredError}
|
|
11371
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11372
|
-
*/
|
|
11373
|
-
deletecoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
11374
|
-
/**
|
|
11375
|
-
* Get core.halo.run/v1alpha1/Link
|
|
11376
|
-
* @param {CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11377
|
-
* @param {*} [options] Override http request option.
|
|
11378
|
-
* @throws {RequiredError}
|
|
11379
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11380
|
-
*/
|
|
11381
|
-
getcoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
|
|
11382
|
-
/**
|
|
11383
|
-
* List core.halo.run/v1alpha1/Link
|
|
11384
|
-
* @param {CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11385
|
-
* @param {*} [options] Override http request option.
|
|
11386
|
-
* @throws {RequiredError}
|
|
11387
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11388
|
-
*/
|
|
11389
|
-
listcoreHaloRunV1alpha1Link(requestParameters?: CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<string, any>>;
|
|
11390
|
-
/**
|
|
11391
|
-
* Update core.halo.run/v1alpha1/Link
|
|
11392
|
-
* @param {CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest} requestParameters Request parameters.
|
|
11393
|
-
* @param {*} [options] Override http request option.
|
|
11394
|
-
* @throws {RequiredError}
|
|
11395
|
-
* @memberof CoreHaloRunV1alpha1LinkApi
|
|
11396
|
-
*/
|
|
11397
|
-
updatecoreHaloRunV1alpha1Link(requestParameters: CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<Link, any>>;
|
|
11398
|
-
}
|
|
11399
|
-
|
|
11400
|
-
/**
|
|
11401
|
-
* CoreHaloRunV1alpha1LinkGroupApi - axios parameter creator
|
|
11402
|
-
* @export
|
|
11403
|
-
*/
|
|
11404
|
-
declare const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
11405
|
-
/**
|
|
11406
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11407
|
-
* @param {LinkGroup} [linkGroup] Fresh linkgroup
|
|
11408
|
-
* @param {*} [options] Override http request option.
|
|
11409
|
-
* @throws {RequiredError}
|
|
11410
|
-
*/
|
|
11411
|
-
createcoreHaloRunV1alpha1LinkGroup: (linkGroup?: LinkGroup, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11412
|
-
/**
|
|
11413
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11414
|
-
* @param {string} name Name of linkgroup
|
|
11415
|
-
* @param {*} [options] Override http request option.
|
|
11416
|
-
* @throws {RequiredError}
|
|
11417
|
-
*/
|
|
11418
|
-
deletecoreHaloRunV1alpha1LinkGroup: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11419
|
-
/**
|
|
11420
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11421
|
-
* @param {string} name Name of linkgroup
|
|
11422
|
-
* @param {*} [options] Override http request option.
|
|
11423
|
-
* @throws {RequiredError}
|
|
11424
|
-
*/
|
|
11425
|
-
getcoreHaloRunV1alpha1LinkGroup: (name: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11426
|
-
/**
|
|
11427
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11428
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11429
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11430
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11431
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11432
|
-
* @param {*} [options] Override http request option.
|
|
11433
|
-
* @throws {RequiredError}
|
|
11434
|
-
*/
|
|
11435
|
-
listcoreHaloRunV1alpha1LinkGroup: (page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11436
|
-
/**
|
|
11437
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11438
|
-
* @param {string} name Name of linkgroup
|
|
11439
|
-
* @param {LinkGroup} [linkGroup] Updated linkgroup
|
|
11440
|
-
* @param {*} [options] Override http request option.
|
|
11441
|
-
* @throws {RequiredError}
|
|
11442
|
-
*/
|
|
11443
|
-
updatecoreHaloRunV1alpha1LinkGroup: (name: string, linkGroup?: LinkGroup, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11444
|
-
};
|
|
11445
|
-
/**
|
|
11446
|
-
* CoreHaloRunV1alpha1LinkGroupApi - functional programming interface
|
|
11447
|
-
* @export
|
|
11448
|
-
*/
|
|
11449
|
-
declare const CoreHaloRunV1alpha1LinkGroupApiFp: (configuration?: Configuration) => {
|
|
11450
|
-
/**
|
|
11451
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11452
|
-
* @param {LinkGroup} [linkGroup] Fresh linkgroup
|
|
11453
|
-
* @param {*} [options] Override http request option.
|
|
11454
|
-
* @throws {RequiredError}
|
|
11455
|
-
*/
|
|
11456
|
-
createcoreHaloRunV1alpha1LinkGroup(linkGroup?: LinkGroup, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
|
|
11457
|
-
/**
|
|
11458
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11459
|
-
* @param {string} name Name of linkgroup
|
|
11460
|
-
* @param {*} [options] Override http request option.
|
|
11461
|
-
* @throws {RequiredError}
|
|
11462
|
-
*/
|
|
11463
|
-
deletecoreHaloRunV1alpha1LinkGroup(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
11464
|
-
/**
|
|
11465
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11466
|
-
* @param {string} name Name of linkgroup
|
|
11467
|
-
* @param {*} [options] Override http request option.
|
|
11468
|
-
* @throws {RequiredError}
|
|
11469
|
-
*/
|
|
11470
|
-
getcoreHaloRunV1alpha1LinkGroup(name: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
|
|
11471
|
-
/**
|
|
11472
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11473
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11474
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11475
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11476
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11477
|
-
* @param {*} [options] Override http request option.
|
|
11478
|
-
* @throws {RequiredError}
|
|
11479
|
-
*/
|
|
11480
|
-
listcoreHaloRunV1alpha1LinkGroup(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
11481
|
-
/**
|
|
11482
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11483
|
-
* @param {string} name Name of linkgroup
|
|
11484
|
-
* @param {LinkGroup} [linkGroup] Updated linkgroup
|
|
11485
|
-
* @param {*} [options] Override http request option.
|
|
11486
|
-
* @throws {RequiredError}
|
|
11487
|
-
*/
|
|
11488
|
-
updatecoreHaloRunV1alpha1LinkGroup(name: string, linkGroup?: LinkGroup, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LinkGroup>>;
|
|
11489
|
-
};
|
|
11490
|
-
/**
|
|
11491
|
-
* CoreHaloRunV1alpha1LinkGroupApi - factory interface
|
|
11492
|
-
* @export
|
|
11493
|
-
*/
|
|
11494
|
-
declare const CoreHaloRunV1alpha1LinkGroupApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
11495
|
-
/**
|
|
11496
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11497
|
-
* @param {LinkGroup} [linkGroup] Fresh linkgroup
|
|
11498
|
-
* @param {*} [options] Override http request option.
|
|
11499
|
-
* @throws {RequiredError}
|
|
11500
|
-
*/
|
|
11501
|
-
createcoreHaloRunV1alpha1LinkGroup(linkGroup?: LinkGroup, options?: any): AxiosPromise<LinkGroup>;
|
|
11502
|
-
/**
|
|
11503
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11504
|
-
* @param {string} name Name of linkgroup
|
|
11505
|
-
* @param {*} [options] Override http request option.
|
|
11506
|
-
* @throws {RequiredError}
|
|
11507
|
-
*/
|
|
11508
|
-
deletecoreHaloRunV1alpha1LinkGroup(name: string, options?: any): AxiosPromise<void>;
|
|
11509
|
-
/**
|
|
11510
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11511
|
-
* @param {string} name Name of linkgroup
|
|
11512
|
-
* @param {*} [options] Override http request option.
|
|
11513
|
-
* @throws {RequiredError}
|
|
11514
|
-
*/
|
|
11515
|
-
getcoreHaloRunV1alpha1LinkGroup(name: string, options?: any): AxiosPromise<LinkGroup>;
|
|
11516
|
-
/**
|
|
11517
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11518
|
-
* @param {number} [page] The page number. Zero indicates no page.
|
|
11519
|
-
* @param {number} [size] Size of one page. Zero indicates no limit.
|
|
11520
|
-
* @param {Array<string>} [labelSelector] Label selector for filtering.
|
|
11521
|
-
* @param {Array<string>} [fieldSelector] Field selector for filtering.
|
|
11522
|
-
* @param {*} [options] Override http request option.
|
|
11523
|
-
* @throws {RequiredError}
|
|
11524
|
-
*/
|
|
11525
|
-
listcoreHaloRunV1alpha1LinkGroup(page?: number, size?: number, labelSelector?: Array<string>, fieldSelector?: Array<string>, options?: any): AxiosPromise<string>;
|
|
11526
|
-
/**
|
|
11527
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11528
|
-
* @param {string} name Name of linkgroup
|
|
11529
|
-
* @param {LinkGroup} [linkGroup] Updated linkgroup
|
|
11530
|
-
* @param {*} [options] Override http request option.
|
|
11531
|
-
* @throws {RequiredError}
|
|
11532
|
-
*/
|
|
11533
|
-
updatecoreHaloRunV1alpha1LinkGroup(name: string, linkGroup?: LinkGroup, options?: any): AxiosPromise<LinkGroup>;
|
|
11534
|
-
};
|
|
11535
|
-
/**
|
|
11536
|
-
* Request parameters for createcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11537
|
-
* @export
|
|
11538
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest
|
|
11539
|
-
*/
|
|
11540
|
-
interface CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest {
|
|
11541
|
-
/**
|
|
11542
|
-
* Fresh linkgroup
|
|
11543
|
-
* @type {LinkGroup}
|
|
11544
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroup
|
|
11545
|
-
*/
|
|
11546
|
-
readonly linkGroup?: LinkGroup;
|
|
11547
|
-
}
|
|
11548
|
-
/**
|
|
11549
|
-
* Request parameters for deletecoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11550
|
-
* @export
|
|
11551
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest
|
|
11552
|
-
*/
|
|
11553
|
-
interface CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest {
|
|
11554
|
-
/**
|
|
11555
|
-
* Name of linkgroup
|
|
11556
|
-
* @type {string}
|
|
11557
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroup
|
|
11558
|
-
*/
|
|
11559
|
-
readonly name: string;
|
|
11560
|
-
}
|
|
11561
|
-
/**
|
|
11562
|
-
* Request parameters for getcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11563
|
-
* @export
|
|
11564
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest
|
|
11565
|
-
*/
|
|
11566
|
-
interface CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest {
|
|
11567
|
-
/**
|
|
11568
|
-
* Name of linkgroup
|
|
11569
|
-
* @type {string}
|
|
11570
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroup
|
|
11571
|
-
*/
|
|
11572
|
-
readonly name: string;
|
|
11573
|
-
}
|
|
11574
|
-
/**
|
|
11575
|
-
* Request parameters for listcoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11576
|
-
* @export
|
|
11577
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest
|
|
11578
|
-
*/
|
|
11579
|
-
interface CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest {
|
|
11580
|
-
/**
|
|
11581
|
-
* The page number. Zero indicates no page.
|
|
11582
|
-
* @type {number}
|
|
11583
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11584
|
-
*/
|
|
11585
|
-
readonly page?: number;
|
|
11586
|
-
/**
|
|
11587
|
-
* Size of one page. Zero indicates no limit.
|
|
11588
|
-
* @type {number}
|
|
11589
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11590
|
-
*/
|
|
11591
|
-
readonly size?: number;
|
|
11592
|
-
/**
|
|
11593
|
-
* Label selector for filtering.
|
|
11594
|
-
* @type {Array<string>}
|
|
11595
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11596
|
-
*/
|
|
11597
|
-
readonly labelSelector?: Array<string>;
|
|
11598
|
-
/**
|
|
11599
|
-
* Field selector for filtering.
|
|
11600
|
-
* @type {Array<string>}
|
|
11601
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroup
|
|
11602
|
-
*/
|
|
11603
|
-
readonly fieldSelector?: Array<string>;
|
|
11604
|
-
}
|
|
11605
|
-
/**
|
|
11606
|
-
* Request parameters for updatecoreHaloRunV1alpha1LinkGroup operation in CoreHaloRunV1alpha1LinkGroupApi.
|
|
11607
|
-
* @export
|
|
11608
|
-
* @interface CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest
|
|
11609
|
-
*/
|
|
11610
|
-
interface CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest {
|
|
11611
|
-
/**
|
|
11612
|
-
* Name of linkgroup
|
|
11613
|
-
* @type {string}
|
|
11614
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroup
|
|
11615
|
-
*/
|
|
11616
|
-
readonly name: string;
|
|
11617
|
-
/**
|
|
11618
|
-
* Updated linkgroup
|
|
11619
|
-
* @type {LinkGroup}
|
|
11620
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroup
|
|
11621
|
-
*/
|
|
11622
|
-
readonly linkGroup?: LinkGroup;
|
|
11623
|
-
}
|
|
11624
|
-
/**
|
|
11625
|
-
* CoreHaloRunV1alpha1LinkGroupApi - object-oriented interface
|
|
11626
|
-
* @export
|
|
11627
|
-
* @class CoreHaloRunV1alpha1LinkGroupApi
|
|
11628
|
-
* @extends {BaseAPI}
|
|
11629
|
-
*/
|
|
11630
|
-
declare class CoreHaloRunV1alpha1LinkGroupApi extends BaseAPI {
|
|
11631
|
-
/**
|
|
11632
|
-
* Create core.halo.run/v1alpha1/LinkGroup
|
|
11633
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11634
|
-
* @param {*} [options] Override http request option.
|
|
11635
|
-
* @throws {RequiredError}
|
|
11636
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11637
|
-
*/
|
|
11638
|
-
createcoreHaloRunV1alpha1LinkGroup(requestParameters?: CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
|
|
11639
|
-
/**
|
|
11640
|
-
* Delete core.halo.run/v1alpha1/LinkGroup
|
|
11641
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11642
|
-
* @param {*} [options] Override http request option.
|
|
11643
|
-
* @throws {RequiredError}
|
|
11644
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11645
|
-
*/
|
|
11646
|
-
deletecoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<void, any>>;
|
|
11647
|
-
/**
|
|
11648
|
-
* Get core.halo.run/v1alpha1/LinkGroup
|
|
11649
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11650
|
-
* @param {*} [options] Override http request option.
|
|
11651
|
-
* @throws {RequiredError}
|
|
11652
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11653
|
-
*/
|
|
11654
|
-
getcoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
|
|
11655
|
-
/**
|
|
11656
|
-
* List core.halo.run/v1alpha1/LinkGroup
|
|
11657
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11658
|
-
* @param {*} [options] Override http request option.
|
|
11659
|
-
* @throws {RequiredError}
|
|
11660
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11661
|
-
*/
|
|
11662
|
-
listcoreHaloRunV1alpha1LinkGroup(requestParameters?: CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<string, any>>;
|
|
11663
|
-
/**
|
|
11664
|
-
* Update core.halo.run/v1alpha1/LinkGroup
|
|
11665
|
-
* @param {CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest} requestParameters Request parameters.
|
|
11666
|
-
* @param {*} [options] Override http request option.
|
|
11667
|
-
* @throws {RequiredError}
|
|
11668
|
-
* @memberof CoreHaloRunV1alpha1LinkGroupApi
|
|
11669
|
-
*/
|
|
11670
|
-
updatecoreHaloRunV1alpha1LinkGroup(requestParameters: CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<LinkGroup, any>>;
|
|
11671
|
-
}
|
|
11672
|
-
|
|
11673
11046
|
/**
|
|
11674
11047
|
* MetricsHaloRunV1alpha1CounterApi - axios parameter creator
|
|
11675
11048
|
* @export
|
|
@@ -16038,4 +15411,4 @@ declare class V1alpha1UserApi extends BaseAPI {
|
|
|
16038
15411
|
updatev1alpha1User(requestParameters: V1alpha1UserApiUpdatev1alpha1UserRequest, options?: AxiosRequestConfig): Promise<axios.AxiosResponse<User, any>>;
|
|
16039
15412
|
}
|
|
16040
15413
|
|
|
16041
|
-
export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, CoreHaloRunV1alpha1LinkApi, CoreHaloRunV1alpha1LinkApiAxiosParamCreator, CoreHaloRunV1alpha1LinkApiCreatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiDeletecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiFactory, CoreHaloRunV1alpha1LinkApiFp, CoreHaloRunV1alpha1LinkApiGetcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiListcoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkApiUpdatecoreHaloRunV1alpha1LinkRequest, CoreHaloRunV1alpha1LinkGroupApi, CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator, CoreHaloRunV1alpha1LinkGroupApiCreatecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiDeletecoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiFactory, CoreHaloRunV1alpha1LinkGroupApiFp, CoreHaloRunV1alpha1LinkGroupApiGetcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiListcoreHaloRunV1alpha1LinkGroupRequest, CoreHaloRunV1alpha1LinkGroupApiUpdatecoreHaloRunV1alpha1LinkGroupRequest, Counter, CounterList, CounterRequest, DashboardStats, Excerpt, Extension, FileReverseProxyProvider, GrantRequest, Group, GroupList, GroupSpec, GroupStatus, License, Link, LinkGroup, LinkGroupSpec, LinkSpec, ListedComment, ListedCommentList, ListedPost, ListedPostList, ListedReply, ListedReplyList, ListedSinglePage, ListedSinglePageList, LoginHistory, Menu, MenuItem, MenuItemList, MenuItemSpec, MenuItemStatus, MenuList, MenuSpec, Metadata, MetricsHaloRunV1alpha1CounterApi, MetricsHaloRunV1alpha1CounterApiAxiosParamCreator, MetricsHaloRunV1alpha1CounterApiCreatemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiDeletemetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiFactory, MetricsHaloRunV1alpha1CounterApiFp, MetricsHaloRunV1alpha1CounterApiGetmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiListmetricsHaloRunV1alpha1CounterRequest, MetricsHaloRunV1alpha1CounterApiUpdatemetricsHaloRunV1alpha1CounterRequest, OwnerInfo, PersonalAccessToken, PersonalAccessTokenList, PersonalAccessTokenSpec, Plugin, PluginHaloRunV1alpha1PluginApi, PluginHaloRunV1alpha1PluginApiAxiosParamCreator, PluginHaloRunV1alpha1PluginApiCreatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiDeletepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiFactory, PluginHaloRunV1alpha1PluginApiFp, PluginHaloRunV1alpha1PluginApiGetpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiListpluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1PluginApiUpdatepluginHaloRunV1alpha1PluginRequest, PluginHaloRunV1alpha1ReverseProxyApi, PluginHaloRunV1alpha1ReverseProxyApiAxiosParamCreator, PluginHaloRunV1alpha1ReverseProxyApiCreatepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiDeletepluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiFactory, PluginHaloRunV1alpha1ReverseProxyApiFp, PluginHaloRunV1alpha1ReverseProxyApiGetpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiListpluginHaloRunV1alpha1ReverseProxyRequest, PluginHaloRunV1alpha1ReverseProxyApiUpdatepluginHaloRunV1alpha1ReverseProxyRequest, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, Theme, ThemeHaloRunV1alpha1ThemeApi, ThemeHaloRunV1alpha1ThemeApiAxiosParamCreator, ThemeHaloRunV1alpha1ThemeApiCreatethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiDeletethemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiFactory, ThemeHaloRunV1alpha1ThemeApiFp, ThemeHaloRunV1alpha1ThemeApiGetthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiListthemeHaloRunV1alpha1ThemeRequest, ThemeHaloRunV1alpha1ThemeApiUpdatethemeHaloRunV1alpha1ThemeRequest, ThemeList, ThemeSpec, ThemeStatus, User, UserList, UserPermission, UserSpec, UserStatus, V1alpha1ConfigMapApi, V1alpha1ConfigMapApiAxiosParamCreator, V1alpha1ConfigMapApiCreatev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiDeletev1alpha1ConfigMapRequest, V1alpha1ConfigMapApiFactory, V1alpha1ConfigMapApiFp, V1alpha1ConfigMapApiGetv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiListv1alpha1ConfigMapRequest, V1alpha1ConfigMapApiUpdatev1alpha1ConfigMapRequest, V1alpha1MenuApi, V1alpha1MenuApiAxiosParamCreator, V1alpha1MenuApiCreatev1alpha1MenuRequest, V1alpha1MenuApiDeletev1alpha1MenuRequest, V1alpha1MenuApiFactory, V1alpha1MenuApiFp, V1alpha1MenuApiGetv1alpha1MenuRequest, V1alpha1MenuApiListv1alpha1MenuRequest, V1alpha1MenuApiUpdatev1alpha1MenuRequest, V1alpha1MenuItemApi, V1alpha1MenuItemApiAxiosParamCreator, V1alpha1MenuItemApiCreatev1alpha1MenuItemRequest, V1alpha1MenuItemApiDeletev1alpha1MenuItemRequest, V1alpha1MenuItemApiFactory, V1alpha1MenuItemApiFp, V1alpha1MenuItemApiGetv1alpha1MenuItemRequest, V1alpha1MenuItemApiListv1alpha1MenuItemRequest, V1alpha1MenuItemApiUpdatev1alpha1MenuItemRequest, V1alpha1PersonalAccessTokenApi, V1alpha1PersonalAccessTokenApiAxiosParamCreator, V1alpha1PersonalAccessTokenApiCreatev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiDeletev1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiFactory, V1alpha1PersonalAccessTokenApiFp, V1alpha1PersonalAccessTokenApiGetv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiListv1alpha1PersonalAccessTokenRequest, V1alpha1PersonalAccessTokenApiUpdatev1alpha1PersonalAccessTokenRequest, V1alpha1RoleApi, V1alpha1RoleApiAxiosParamCreator, V1alpha1RoleApiCreatev1alpha1RoleRequest, V1alpha1RoleApiDeletev1alpha1RoleRequest, V1alpha1RoleApiFactory, V1alpha1RoleApiFp, V1alpha1RoleApiGetv1alpha1RoleRequest, V1alpha1RoleApiListv1alpha1RoleRequest, V1alpha1RoleApiUpdatev1alpha1RoleRequest, V1alpha1RoleBindingApi, V1alpha1RoleBindingApiAxiosParamCreator, V1alpha1RoleBindingApiCreatev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiDeletev1alpha1RoleBindingRequest, V1alpha1RoleBindingApiFactory, V1alpha1RoleBindingApiFp, V1alpha1RoleBindingApiGetv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiListv1alpha1RoleBindingRequest, V1alpha1RoleBindingApiUpdatev1alpha1RoleBindingRequest, V1alpha1SettingApi, V1alpha1SettingApiAxiosParamCreator, V1alpha1SettingApiCreatev1alpha1SettingRequest, V1alpha1SettingApiDeletev1alpha1SettingRequest, V1alpha1SettingApiFactory, V1alpha1SettingApiFp, V1alpha1SettingApiGetv1alpha1SettingRequest, V1alpha1SettingApiListv1alpha1SettingRequest, V1alpha1SettingApiUpdatev1alpha1SettingRequest, V1alpha1UserApi, V1alpha1UserApiAxiosParamCreator, V1alpha1UserApiCreatev1alpha1UserRequest, V1alpha1UserApiDeletev1alpha1UserRequest, V1alpha1UserApiFactory, V1alpha1UserApiFp, V1alpha1UserApiGetv1alpha1UserRequest, V1alpha1UserApiListv1alpha1UserRequest, V1alpha1UserApiUpdatev1alpha1UserRequest, VoteRequest };
|
|
15414
|
+
export { ApiConsoleHaloRunV1alpha1AttachmentApi, ApiConsoleHaloRunV1alpha1AttachmentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1AttachmentApiFactory, ApiConsoleHaloRunV1alpha1AttachmentApiFp, ApiConsoleHaloRunV1alpha1AttachmentApiSearchAttachmentsRequest, ApiConsoleHaloRunV1alpha1AttachmentApiUploadAttachmentRequest, ApiConsoleHaloRunV1alpha1CommentApi, ApiConsoleHaloRunV1alpha1CommentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1CommentApiCreateCommentRequest, ApiConsoleHaloRunV1alpha1CommentApiCreateReplyRequest, ApiConsoleHaloRunV1alpha1CommentApiFactory, ApiConsoleHaloRunV1alpha1CommentApiFp, ApiConsoleHaloRunV1alpha1CommentApiListCommentsRequest, ApiConsoleHaloRunV1alpha1ContentApi, ApiConsoleHaloRunV1alpha1ContentApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ContentApiDraftSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiFactory, ApiConsoleHaloRunV1alpha1ContentApiFp, ApiConsoleHaloRunV1alpha1ContentApiObtainSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiPublishSnapshotContentRequest, ApiConsoleHaloRunV1alpha1ContentApiUpdateSnapshotContentRequest, ApiConsoleHaloRunV1alpha1PluginApi, ApiConsoleHaloRunV1alpha1PluginApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PluginApiFactory, ApiConsoleHaloRunV1alpha1PluginApiFp, ApiConsoleHaloRunV1alpha1PluginApiInstallPluginRequest, ApiConsoleHaloRunV1alpha1PluginApiListPluginsRequest, ApiConsoleHaloRunV1alpha1PluginApiUpgradePluginRequest, ApiConsoleHaloRunV1alpha1PostApi, ApiConsoleHaloRunV1alpha1PostApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1PostApiDraftPostRequest, ApiConsoleHaloRunV1alpha1PostApiFactory, ApiConsoleHaloRunV1alpha1PostApiFp, ApiConsoleHaloRunV1alpha1PostApiListPostsRequest, ApiConsoleHaloRunV1alpha1PostApiPublishPostRequest, ApiConsoleHaloRunV1alpha1PostApiUpdateDraftPostRequest, ApiConsoleHaloRunV1alpha1ReplyApi, ApiConsoleHaloRunV1alpha1ReplyApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ReplyApiFactory, ApiConsoleHaloRunV1alpha1ReplyApiFp, ApiConsoleHaloRunV1alpha1ReplyApiListRepliesRequest, ApiConsoleHaloRunV1alpha1SinglePageApi, ApiConsoleHaloRunV1alpha1SinglePageApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1SinglePageApiDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiFactory, ApiConsoleHaloRunV1alpha1SinglePageApiFp, ApiConsoleHaloRunV1alpha1SinglePageApiListSinglePagesRequest, ApiConsoleHaloRunV1alpha1SinglePageApiPublishSinglePageRequest, ApiConsoleHaloRunV1alpha1SinglePageApiUpdateDraftSinglePageRequest, ApiConsoleHaloRunV1alpha1StatsApi, ApiConsoleHaloRunV1alpha1StatsApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1StatsApiFactory, ApiConsoleHaloRunV1alpha1StatsApiFp, ApiConsoleHaloRunV1alpha1ThemeApi, ApiConsoleHaloRunV1alpha1ThemeApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1ThemeApiFactory, ApiConsoleHaloRunV1alpha1ThemeApiFp, ApiConsoleHaloRunV1alpha1ThemeApiInstallThemeRequest, ApiConsoleHaloRunV1alpha1ThemeApiListThemesRequest, ApiConsoleHaloRunV1alpha1ThemeApiReloadThemeSettingRequest, ApiConsoleHaloRunV1alpha1ThemeApiUpgradeThemeRequest, ApiConsoleHaloRunV1alpha1UserApi, ApiConsoleHaloRunV1alpha1UserApiAxiosParamCreator, ApiConsoleHaloRunV1alpha1UserApiChangePasswordRequest, ApiConsoleHaloRunV1alpha1UserApiFactory, ApiConsoleHaloRunV1alpha1UserApiFp, ApiConsoleHaloRunV1alpha1UserApiGetPermissionsRequest, ApiConsoleHaloRunV1alpha1UserApiGrantPermissionRequest, ApiHaloRunV1alpha1CommentApi, ApiHaloRunV1alpha1CommentApiAxiosParamCreator, ApiHaloRunV1alpha1CommentApiCreateComment1Request, ApiHaloRunV1alpha1CommentApiCreateReply1Request, ApiHaloRunV1alpha1CommentApiFactory, ApiHaloRunV1alpha1CommentApiFp, ApiHaloRunV1alpha1CommentApiGetCommentRequest, ApiHaloRunV1alpha1CommentApiListCommentRepliesRequest, ApiHaloRunV1alpha1CommentApiListComments1Request, ApiHaloRunV1alpha1TrackerApi, ApiHaloRunV1alpha1TrackerApiAxiosParamCreator, ApiHaloRunV1alpha1TrackerApiCountRequest, ApiHaloRunV1alpha1TrackerApiDownvoteRequest, ApiHaloRunV1alpha1TrackerApiFactory, ApiHaloRunV1alpha1TrackerApiFp, ApiHaloRunV1alpha1TrackerApiUpvoteRequest, Attachment, AttachmentList, AttachmentSpec, AttachmentStatus, Author, Category, CategoryList, CategorySpec, CategoryStatus, ChangePasswordRequest, Comment, CommentEmailOwner, CommentList, CommentOwner, CommentRequest, CommentSpec, CommentStatus, CommentVo, CommentVoList, Condition, ConditionStatusEnum, ConfigMap, ConfigMapList, Configuration, ConfigurationParameters, Content, ContentHaloRunV1alpha1CategoryApi, ContentHaloRunV1alpha1CategoryApiAxiosParamCreator, ContentHaloRunV1alpha1CategoryApiCreatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiDeletecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiFactory, ContentHaloRunV1alpha1CategoryApiFp, ContentHaloRunV1alpha1CategoryApiGetcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiListcontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CategoryApiUpdatecontentHaloRunV1alpha1CategoryRequest, ContentHaloRunV1alpha1CommentApi, ContentHaloRunV1alpha1CommentApiAxiosParamCreator, ContentHaloRunV1alpha1CommentApiCreatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiDeletecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiFactory, ContentHaloRunV1alpha1CommentApiFp, ContentHaloRunV1alpha1CommentApiGetcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiListcontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1CommentApiUpdatecontentHaloRunV1alpha1CommentRequest, ContentHaloRunV1alpha1PostApi, ContentHaloRunV1alpha1PostApiAxiosParamCreator, ContentHaloRunV1alpha1PostApiCreatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiDeletecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiFactory, ContentHaloRunV1alpha1PostApiFp, ContentHaloRunV1alpha1PostApiGetcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiListcontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1PostApiUpdatecontentHaloRunV1alpha1PostRequest, ContentHaloRunV1alpha1ReplyApi, ContentHaloRunV1alpha1ReplyApiAxiosParamCreator, ContentHaloRunV1alpha1ReplyApiCreatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiDeletecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiFactory, ContentHaloRunV1alpha1ReplyApiFp, ContentHaloRunV1alpha1ReplyApiGetcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiListcontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1ReplyApiUpdatecontentHaloRunV1alpha1ReplyRequest, ContentHaloRunV1alpha1SinglePageApi, ContentHaloRunV1alpha1SinglePageApiAxiosParamCreator, ContentHaloRunV1alpha1SinglePageApiCreatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiDeletecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiFactory, ContentHaloRunV1alpha1SinglePageApiFp, ContentHaloRunV1alpha1SinglePageApiGetcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiListcontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SinglePageApiUpdatecontentHaloRunV1alpha1SinglePageRequest, ContentHaloRunV1alpha1SnapshotApi, ContentHaloRunV1alpha1SnapshotApiAxiosParamCreator, ContentHaloRunV1alpha1SnapshotApiCreatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiDeletecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiFactory, ContentHaloRunV1alpha1SnapshotApiFp, ContentHaloRunV1alpha1SnapshotApiGetcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiListcontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1SnapshotApiUpdatecontentHaloRunV1alpha1SnapshotRequest, ContentHaloRunV1alpha1TagApi, ContentHaloRunV1alpha1TagApiAxiosParamCreator, ContentHaloRunV1alpha1TagApiCreatecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiDeletecontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiFactory, ContentHaloRunV1alpha1TagApiFp, ContentHaloRunV1alpha1TagApiGetcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiListcontentHaloRunV1alpha1TagRequest, ContentHaloRunV1alpha1TagApiUpdatecontentHaloRunV1alpha1TagRequest, ContentRequest, ContentWrapper, Contributor, Counter, CounterList, CounterRequest, 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, PluginList, PluginSpec, PluginStatus, PluginStatusPhaseEnum, Policy, PolicyList, PolicyRule, PolicySpec, PolicyTemplate, PolicyTemplateList, PolicyTemplateSpec, Post, PostList, PostRequest, PostSpec, PostSpecVisibleEnum, PostStatus, Ref, Reply, ReplyList, ReplyRequest, ReplySpec, ReplyVo, ReplyVoList, ReverseProxy, ReverseProxyList, ReverseProxyRule, Role, RoleBinding, RoleBindingList, RoleList, RoleRef, Setting, SettingForm, SettingList, SettingSpec, SinglePage, SinglePageList, SinglePageRequest, SinglePageSpec, SinglePageSpecVisibleEnum, SinglePageStatus, SnapShotSpec, Snapshot, SnapshotList, Stats, StorageHaloRunV1alpha1AttachmentApi, StorageHaloRunV1alpha1AttachmentApiAxiosParamCreator, StorageHaloRunV1alpha1AttachmentApiCreatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiDeletestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiFactory, StorageHaloRunV1alpha1AttachmentApiFp, StorageHaloRunV1alpha1AttachmentApiGetstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiListstorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1AttachmentApiUpdatestorageHaloRunV1alpha1AttachmentRequest, StorageHaloRunV1alpha1GroupApi, StorageHaloRunV1alpha1GroupApiAxiosParamCreator, StorageHaloRunV1alpha1GroupApiCreatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiDeletestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiFactory, StorageHaloRunV1alpha1GroupApiFp, StorageHaloRunV1alpha1GroupApiGetstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiListstorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1GroupApiUpdatestorageHaloRunV1alpha1GroupRequest, StorageHaloRunV1alpha1PolicyApi, StorageHaloRunV1alpha1PolicyApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyApiCreatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiDeletestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiFactory, StorageHaloRunV1alpha1PolicyApiFp, StorageHaloRunV1alpha1PolicyApiGetstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiListstorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyApiUpdatestorageHaloRunV1alpha1PolicyRequest, StorageHaloRunV1alpha1PolicyTemplateApi, StorageHaloRunV1alpha1PolicyTemplateApiAxiosParamCreator, StorageHaloRunV1alpha1PolicyTemplateApiCreatestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiDeletestorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiFactory, StorageHaloRunV1alpha1PolicyTemplateApiFp, StorageHaloRunV1alpha1PolicyTemplateApiGetstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiListstorageHaloRunV1alpha1PolicyTemplateRequest, StorageHaloRunV1alpha1PolicyTemplateApiUpdatestorageHaloRunV1alpha1PolicyTemplateRequest, Subject, SubjectRef, Tag, TagList, TagSpec, TagStatus, 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 };
|