@djvlc/openapi-admin-client 1.3.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +83 -20
- package/dist/index.d.ts +83 -20
- package/dist/index.js +95 -192
- package/dist/index.mjs +100 -191
- package/package.json +5 -3
package/dist/index.js
CHANGED
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
+
AbortError: () => import_openapi_client_core2.AbortError,
|
|
23
24
|
ActionDefinitionFromJSON: () => ActionDefinitionFromJSON,
|
|
24
25
|
ActionDefinitionFromJSONTyped: () => ActionDefinitionFromJSONTyped,
|
|
25
26
|
ActionDefinitionListResponseFromJSON: () => ActionDefinitionListResponseFromJSON,
|
|
@@ -103,7 +104,7 @@ __export(index_exports, {
|
|
|
103
104
|
ComponentResponseToJSON: () => ComponentResponseToJSON,
|
|
104
105
|
ComponentResponseToJSONTyped: () => ComponentResponseToJSONTyped,
|
|
105
106
|
ComponentsApi: () => ComponentsApi,
|
|
106
|
-
Configuration: () => Configuration,
|
|
107
|
+
Configuration: () => import_openapi_client_core2.Configuration,
|
|
107
108
|
CreateActionDefinition201ResponseFromJSON: () => CreateActionDefinition201ResponseFromJSON,
|
|
108
109
|
CreateActionDefinition201ResponseFromJSONTyped: () => CreateActionDefinition201ResponseFromJSONTyped,
|
|
109
110
|
CreateActionDefinition201ResponseToJSON: () => CreateActionDefinition201ResponseToJSON,
|
|
@@ -168,6 +169,7 @@ __export(index_exports, {
|
|
|
168
169
|
DataQueryDefinitionToJSON: () => DataQueryDefinitionToJSON,
|
|
169
170
|
DataQueryDefinitionToJSONTyped: () => DataQueryDefinitionToJSONTyped,
|
|
170
171
|
DefinitionsApi: () => DefinitionsApi,
|
|
172
|
+
DjvApiError: () => import_openapi_client_core2.DjvApiError,
|
|
171
173
|
DuplicatePageRequestFromJSON: () => DuplicatePageRequestFromJSON,
|
|
172
174
|
DuplicatePageRequestFromJSONTyped: () => DuplicatePageRequestFromJSONTyped,
|
|
173
175
|
DuplicatePageRequestToJSON: () => DuplicatePageRequestToJSON,
|
|
@@ -221,6 +223,7 @@ __export(index_exports, {
|
|
|
221
223
|
ListPages200ResponseToJSONTyped: () => ListPages200ResponseToJSONTyped,
|
|
222
224
|
ListPagesCanvasTypeEnum: () => ListPagesCanvasTypeEnum,
|
|
223
225
|
ListPagesStatusEnum: () => ListPagesStatusEnum,
|
|
226
|
+
NetworkError: () => import_openapi_client_core2.NetworkError,
|
|
224
227
|
PageDetailVoCanvasTypeEnum: () => PageDetailVoCanvasTypeEnum,
|
|
225
228
|
PageDetailVoFromJSON: () => PageDetailVoFromJSON,
|
|
226
229
|
PageDetailVoFromJSONTyped: () => PageDetailVoFromJSONTyped,
|
|
@@ -285,6 +288,7 @@ __export(index_exports, {
|
|
|
285
288
|
SuccessVoFromJSONTyped: () => SuccessVoFromJSONTyped,
|
|
286
289
|
SuccessVoToJSON: () => SuccessVoToJSON,
|
|
287
290
|
SuccessVoToJSONTyped: () => SuccessVoToJSONTyped,
|
|
291
|
+
TimeoutError: () => import_openapi_client_core2.TimeoutError,
|
|
288
292
|
TraceContextFromJSON: () => TraceContextFromJSON,
|
|
289
293
|
TraceContextFromJSONTyped: () => TraceContextFromJSONTyped,
|
|
290
294
|
TraceContextToJSON: () => TraceContextToJSON,
|
|
@@ -307,6 +311,8 @@ __export(index_exports, {
|
|
|
307
311
|
VersionListVoToJSON: () => VersionListVoToJSON,
|
|
308
312
|
VersionListVoToJSONTyped: () => VersionListVoToJSONTyped,
|
|
309
313
|
createAdminClient: () => createAdminClient,
|
|
314
|
+
createConsoleLogger: () => import_openapi_client_core2.createConsoleLogger,
|
|
315
|
+
createSilentLogger: () => import_openapi_client_core2.createSilentLogger,
|
|
310
316
|
instanceOfActionDefinition: () => instanceOfActionDefinition,
|
|
311
317
|
instanceOfActionDefinitionListResponse: () => instanceOfActionDefinitionListResponse,
|
|
312
318
|
instanceOfActionDefinitionRateLimit: () => instanceOfActionDefinitionRateLimit,
|
|
@@ -367,9 +373,34 @@ __export(index_exports, {
|
|
|
367
373
|
instanceOfUpdateActivityRequest: () => instanceOfUpdateActivityRequest,
|
|
368
374
|
instanceOfUpdatePageDto: () => instanceOfUpdatePageDto,
|
|
369
375
|
instanceOfVersionInfoVo: () => instanceOfVersionInfoVo,
|
|
370
|
-
instanceOfVersionListVo: () => instanceOfVersionListVo
|
|
376
|
+
instanceOfVersionListVo: () => instanceOfVersionListVo,
|
|
377
|
+
isRetryableError: () => import_openapi_client_core2.isRetryableError
|
|
371
378
|
});
|
|
372
379
|
module.exports = __toCommonJS(index_exports);
|
|
380
|
+
var import_openapi_client_core = require("@djvlc/openapi-client-core");
|
|
381
|
+
|
|
382
|
+
// src/gen/apis/index.ts
|
|
383
|
+
var apis_exports = {};
|
|
384
|
+
__export(apis_exports, {
|
|
385
|
+
ActivitiesApi: () => ActivitiesApi,
|
|
386
|
+
AuditApi: () => AuditApi,
|
|
387
|
+
ComponentsApi: () => ComponentsApi,
|
|
388
|
+
DefinitionsApi: () => DefinitionsApi,
|
|
389
|
+
ExportAuditLogsFormatEnum: () => ExportAuditLogsFormatEnum,
|
|
390
|
+
GetResourceAuditHistoryResourceTypeEnum: () => GetResourceAuditHistoryResourceTypeEnum,
|
|
391
|
+
ListActionDefinitionsStatusEnum: () => ListActionDefinitionsStatusEnum,
|
|
392
|
+
ListActivitiesActivityTypeEnum: () => ListActivitiesActivityTypeEnum,
|
|
393
|
+
ListActivitiesStatusEnum: () => ListActivitiesStatusEnum,
|
|
394
|
+
ListAuditLogsActionEnum: () => ListAuditLogsActionEnum,
|
|
395
|
+
ListAuditLogsResourceTypeEnum: () => ListAuditLogsResourceTypeEnum,
|
|
396
|
+
ListComponentsCategoryEnum: () => ListComponentsCategoryEnum,
|
|
397
|
+
ListComponentsStatusEnum: () => ListComponentsStatusEnum,
|
|
398
|
+
ListDataQueryDefinitionsSourceTypeEnum: () => ListDataQueryDefinitionsSourceTypeEnum,
|
|
399
|
+
ListDataQueryDefinitionsStatusEnum: () => ListDataQueryDefinitionsStatusEnum,
|
|
400
|
+
ListPagesCanvasTypeEnum: () => ListPagesCanvasTypeEnum,
|
|
401
|
+
ListPagesStatusEnum: () => ListPagesStatusEnum,
|
|
402
|
+
PagesApi: () => PagesApi
|
|
403
|
+
});
|
|
373
404
|
|
|
374
405
|
// src/gen/runtime.ts
|
|
375
406
|
var BASE_PATH = "https://admin-api.djvlc.com".replace(/\/+$/, "");
|
|
@@ -629,29 +660,6 @@ var TextApiResponse = class {
|
|
|
629
660
|
}
|
|
630
661
|
};
|
|
631
662
|
|
|
632
|
-
// src/gen/apis/index.ts
|
|
633
|
-
var apis_exports = {};
|
|
634
|
-
__export(apis_exports, {
|
|
635
|
-
ActivitiesApi: () => ActivitiesApi,
|
|
636
|
-
AuditApi: () => AuditApi,
|
|
637
|
-
ComponentsApi: () => ComponentsApi,
|
|
638
|
-
DefinitionsApi: () => DefinitionsApi,
|
|
639
|
-
ExportAuditLogsFormatEnum: () => ExportAuditLogsFormatEnum,
|
|
640
|
-
GetResourceAuditHistoryResourceTypeEnum: () => GetResourceAuditHistoryResourceTypeEnum,
|
|
641
|
-
ListActionDefinitionsStatusEnum: () => ListActionDefinitionsStatusEnum,
|
|
642
|
-
ListActivitiesActivityTypeEnum: () => ListActivitiesActivityTypeEnum,
|
|
643
|
-
ListActivitiesStatusEnum: () => ListActivitiesStatusEnum,
|
|
644
|
-
ListAuditLogsActionEnum: () => ListAuditLogsActionEnum,
|
|
645
|
-
ListAuditLogsResourceTypeEnum: () => ListAuditLogsResourceTypeEnum,
|
|
646
|
-
ListComponentsCategoryEnum: () => ListComponentsCategoryEnum,
|
|
647
|
-
ListComponentsStatusEnum: () => ListComponentsStatusEnum,
|
|
648
|
-
ListDataQueryDefinitionsSourceTypeEnum: () => ListDataQueryDefinitionsSourceTypeEnum,
|
|
649
|
-
ListDataQueryDefinitionsStatusEnum: () => ListDataQueryDefinitionsStatusEnum,
|
|
650
|
-
ListPagesCanvasTypeEnum: () => ListPagesCanvasTypeEnum,
|
|
651
|
-
ListPagesStatusEnum: () => ListPagesStatusEnum,
|
|
652
|
-
PagesApi: () => PagesApi
|
|
653
|
-
});
|
|
654
|
-
|
|
655
663
|
// src/gen/models/ActionDefinitionRateLimit.ts
|
|
656
664
|
function instanceOfActionDefinitionRateLimit(value) {
|
|
657
665
|
return true;
|
|
@@ -2341,7 +2349,7 @@ function GetActivityStats200ResponseDataDailyStatsInnerToJSONTyped(value, ignore
|
|
|
2341
2349
|
return value;
|
|
2342
2350
|
}
|
|
2343
2351
|
return {
|
|
2344
|
-
"date": value["date"] == null ?
|
|
2352
|
+
"date": value["date"] == null ? void 0 : value["date"].toISOString().substring(0, 10),
|
|
2345
2353
|
"participants": value["participants"],
|
|
2346
2354
|
"claims": value["claims"]
|
|
2347
2355
|
};
|
|
@@ -3128,9 +3136,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3128
3136
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3129
3137
|
}
|
|
3130
3138
|
}
|
|
3131
|
-
let urlPath = `/admin-api/activities`;
|
|
3132
3139
|
const response = await this.request({
|
|
3133
|
-
path:
|
|
3140
|
+
path: `/admin-api/activities`,
|
|
3134
3141
|
method: "POST",
|
|
3135
3142
|
headers: headerParameters,
|
|
3136
3143
|
query: queryParameters,
|
|
@@ -3164,10 +3171,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3164
3171
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3165
3172
|
}
|
|
3166
3173
|
}
|
|
3167
|
-
let urlPath = `/admin-api/activities/{id}`;
|
|
3168
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3169
3174
|
const response = await this.request({
|
|
3170
|
-
path:
|
|
3175
|
+
path: `/admin-api/activities/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3171
3176
|
method: "DELETE",
|
|
3172
3177
|
headers: headerParameters,
|
|
3173
3178
|
query: queryParameters
|
|
@@ -3199,10 +3204,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3199
3204
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3200
3205
|
}
|
|
3201
3206
|
}
|
|
3202
|
-
let urlPath = `/admin-api/activities/{id}`;
|
|
3203
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3204
3207
|
const response = await this.request({
|
|
3205
|
-
path:
|
|
3208
|
+
path: `/admin-api/activities/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3206
3209
|
method: "GET",
|
|
3207
3210
|
headers: headerParameters,
|
|
3208
3211
|
query: queryParameters
|
|
@@ -3235,10 +3238,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3235
3238
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3236
3239
|
}
|
|
3237
3240
|
}
|
|
3238
|
-
let urlPath = `/admin-api/activities/{id}/stats`;
|
|
3239
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3240
3241
|
const response = await this.request({
|
|
3241
|
-
path:
|
|
3242
|
+
path: `/admin-api/activities/{id}/stats`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3242
3243
|
method: "GET",
|
|
3243
3244
|
headers: headerParameters,
|
|
3244
3245
|
query: queryParameters
|
|
@@ -3280,9 +3281,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3280
3281
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3281
3282
|
}
|
|
3282
3283
|
}
|
|
3283
|
-
let urlPath = `/admin-api/activities`;
|
|
3284
3284
|
const response = await this.request({
|
|
3285
|
-
path:
|
|
3285
|
+
path: `/admin-api/activities`,
|
|
3286
3286
|
method: "GET",
|
|
3287
3287
|
headers: headerParameters,
|
|
3288
3288
|
query: queryParameters
|
|
@@ -3315,10 +3315,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3315
3315
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3316
3316
|
}
|
|
3317
3317
|
}
|
|
3318
|
-
let urlPath = `/admin-api/activities/{id}/pause`;
|
|
3319
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3320
3318
|
const response = await this.request({
|
|
3321
|
-
path:
|
|
3319
|
+
path: `/admin-api/activities/{id}/pause`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3322
3320
|
method: "POST",
|
|
3323
3321
|
headers: headerParameters,
|
|
3324
3322
|
query: queryParameters
|
|
@@ -3351,10 +3349,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3351
3349
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3352
3350
|
}
|
|
3353
3351
|
}
|
|
3354
|
-
let urlPath = `/admin-api/activities/{id}/resume`;
|
|
3355
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3356
3352
|
const response = await this.request({
|
|
3357
|
-
path:
|
|
3353
|
+
path: `/admin-api/activities/{id}/resume`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3358
3354
|
method: "POST",
|
|
3359
3355
|
headers: headerParameters,
|
|
3360
3356
|
query: queryParameters
|
|
@@ -3394,10 +3390,8 @@ var ActivitiesApi = class extends BaseAPI {
|
|
|
3394
3390
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3395
3391
|
}
|
|
3396
3392
|
}
|
|
3397
|
-
let urlPath = `/admin-api/activities/{id}`;
|
|
3398
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3399
3393
|
const response = await this.request({
|
|
3400
|
-
path:
|
|
3394
|
+
path: `/admin-api/activities/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3401
3395
|
method: "PUT",
|
|
3402
3396
|
headers: headerParameters,
|
|
3403
3397
|
query: queryParameters,
|
|
@@ -3467,9 +3461,8 @@ var AuditApi = class extends BaseAPI {
|
|
|
3467
3461
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3468
3462
|
}
|
|
3469
3463
|
}
|
|
3470
|
-
let urlPath = `/admin-api/audit/export`;
|
|
3471
3464
|
const response = await this.request({
|
|
3472
|
-
path:
|
|
3465
|
+
path: `/admin-api/audit/export`,
|
|
3473
3466
|
method: "GET",
|
|
3474
3467
|
headers: headerParameters,
|
|
3475
3468
|
query: queryParameters
|
|
@@ -3506,10 +3499,8 @@ var AuditApi = class extends BaseAPI {
|
|
|
3506
3499
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3507
3500
|
}
|
|
3508
3501
|
}
|
|
3509
|
-
let urlPath = `/admin-api/audit/{id}`;
|
|
3510
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
3511
3502
|
const response = await this.request({
|
|
3512
|
-
path:
|
|
3503
|
+
path: `/admin-api/audit/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
3513
3504
|
method: "GET",
|
|
3514
3505
|
headers: headerParameters,
|
|
3515
3506
|
query: queryParameters
|
|
@@ -3554,11 +3545,8 @@ var AuditApi = class extends BaseAPI {
|
|
|
3554
3545
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3555
3546
|
}
|
|
3556
3547
|
}
|
|
3557
|
-
let urlPath = `/admin-api/audit/resource/{resourceType}/{resourceId}`;
|
|
3558
|
-
urlPath = urlPath.replace(`{${"resourceType"}}`, encodeURIComponent(String(requestParameters["resourceType"])));
|
|
3559
|
-
urlPath = urlPath.replace(`{${"resourceId"}}`, encodeURIComponent(String(requestParameters["resourceId"])));
|
|
3560
3548
|
const response = await this.request({
|
|
3561
|
-
path:
|
|
3549
|
+
path: `/admin-api/audit/resource/{resourceType}/{resourceId}`.replace(`{${"resourceType"}}`, encodeURIComponent(String(requestParameters["resourceType"]))).replace(`{${"resourceId"}}`, encodeURIComponent(String(requestParameters["resourceId"]))),
|
|
3562
3550
|
method: "GET",
|
|
3563
3551
|
headers: headerParameters,
|
|
3564
3552
|
query: queryParameters
|
|
@@ -3609,9 +3597,8 @@ var AuditApi = class extends BaseAPI {
|
|
|
3609
3597
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3610
3598
|
}
|
|
3611
3599
|
}
|
|
3612
|
-
let urlPath = `/admin-api/audit`;
|
|
3613
3600
|
const response = await this.request({
|
|
3614
|
-
path:
|
|
3601
|
+
path: `/admin-api/audit`,
|
|
3615
3602
|
method: "GET",
|
|
3616
3603
|
headers: headerParameters,
|
|
3617
3604
|
query: queryParameters
|
|
@@ -3691,11 +3678,8 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
3691
3678
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3692
3679
|
}
|
|
3693
3680
|
}
|
|
3694
|
-
let urlPath = `/admin-api/components/{name}/versions/{version}/block`;
|
|
3695
|
-
urlPath = urlPath.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"])));
|
|
3696
|
-
urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters["version"])));
|
|
3697
3681
|
const response = await this.request({
|
|
3698
|
-
path:
|
|
3682
|
+
path: `/admin-api/components/{name}/versions/{version}/block`.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"]))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters["version"]))),
|
|
3699
3683
|
method: "POST",
|
|
3700
3684
|
headers: headerParameters,
|
|
3701
3685
|
query: queryParameters,
|
|
@@ -3730,10 +3714,8 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
3730
3714
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3731
3715
|
}
|
|
3732
3716
|
}
|
|
3733
|
-
let urlPath = `/admin-api/components/{name}`;
|
|
3734
|
-
urlPath = urlPath.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"])));
|
|
3735
3717
|
const response = await this.request({
|
|
3736
|
-
path:
|
|
3718
|
+
path: `/admin-api/components/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"]))),
|
|
3737
3719
|
method: "GET",
|
|
3738
3720
|
headers: headerParameters,
|
|
3739
3721
|
query: queryParameters
|
|
@@ -3772,11 +3754,8 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
3772
3754
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3773
3755
|
}
|
|
3774
3756
|
}
|
|
3775
|
-
let urlPath = `/admin-api/components/{name}/versions/{version}`;
|
|
3776
|
-
urlPath = urlPath.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"])));
|
|
3777
|
-
urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters["version"])));
|
|
3778
3757
|
const response = await this.request({
|
|
3779
|
-
path:
|
|
3758
|
+
path: `/admin-api/components/{name}/versions/{version}`.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"]))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters["version"]))),
|
|
3780
3759
|
method: "GET",
|
|
3781
3760
|
headers: headerParameters,
|
|
3782
3761
|
query: queryParameters
|
|
@@ -3815,10 +3794,8 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
3815
3794
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3816
3795
|
}
|
|
3817
3796
|
}
|
|
3818
|
-
let urlPath = `/admin-api/components/{name}/versions`;
|
|
3819
|
-
urlPath = urlPath.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"])));
|
|
3820
3797
|
const response = await this.request({
|
|
3821
|
-
path:
|
|
3798
|
+
path: `/admin-api/components/{name}/versions`.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"]))),
|
|
3822
3799
|
method: "GET",
|
|
3823
3800
|
headers: headerParameters,
|
|
3824
3801
|
query: queryParameters
|
|
@@ -3860,9 +3837,8 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
3860
3837
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3861
3838
|
}
|
|
3862
3839
|
}
|
|
3863
|
-
let urlPath = `/admin-api/components`;
|
|
3864
3840
|
const response = await this.request({
|
|
3865
|
-
path:
|
|
3841
|
+
path: `/admin-api/components`,
|
|
3866
3842
|
method: "GET",
|
|
3867
3843
|
headers: headerParameters,
|
|
3868
3844
|
query: queryParameters
|
|
@@ -3901,11 +3877,8 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
3901
3877
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3902
3878
|
}
|
|
3903
3879
|
}
|
|
3904
|
-
let urlPath = `/admin-api/components/{name}/versions/{version}/unblock`;
|
|
3905
|
-
urlPath = urlPath.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"])));
|
|
3906
|
-
urlPath = urlPath.replace(`{${"version"}}`, encodeURIComponent(String(requestParameters["version"])));
|
|
3907
3880
|
const response = await this.request({
|
|
3908
|
-
path:
|
|
3881
|
+
path: `/admin-api/components/{name}/versions/{version}/unblock`.replace(`{${"name"}}`, encodeURIComponent(String(requestParameters["name"]))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters["version"]))),
|
|
3909
3882
|
method: "POST",
|
|
3910
3883
|
headers: headerParameters,
|
|
3911
3884
|
query: queryParameters
|
|
@@ -3956,9 +3929,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
3956
3929
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3957
3930
|
}
|
|
3958
3931
|
}
|
|
3959
|
-
let urlPath = `/admin-api/definitions/actions`;
|
|
3960
3932
|
const response = await this.request({
|
|
3961
|
-
path:
|
|
3933
|
+
path: `/admin-api/definitions/actions`,
|
|
3962
3934
|
method: "POST",
|
|
3963
3935
|
headers: headerParameters,
|
|
3964
3936
|
query: queryParameters,
|
|
@@ -3993,9 +3965,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
3993
3965
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
3994
3966
|
}
|
|
3995
3967
|
}
|
|
3996
|
-
let urlPath = `/admin-api/definitions/queries`;
|
|
3997
3968
|
const response = await this.request({
|
|
3998
|
-
path:
|
|
3969
|
+
path: `/admin-api/definitions/queries`,
|
|
3999
3970
|
method: "POST",
|
|
4000
3971
|
headers: headerParameters,
|
|
4001
3972
|
query: queryParameters,
|
|
@@ -4029,10 +4000,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
4029
4000
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4030
4001
|
}
|
|
4031
4002
|
}
|
|
4032
|
-
let urlPath = `/admin-api/definitions/actions/{id}`;
|
|
4033
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
4034
4003
|
const response = await this.request({
|
|
4035
|
-
path:
|
|
4004
|
+
path: `/admin-api/definitions/actions/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
4036
4005
|
method: "GET",
|
|
4037
4006
|
headers: headerParameters,
|
|
4038
4007
|
query: queryParameters
|
|
@@ -4065,10 +4034,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
4065
4034
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4066
4035
|
}
|
|
4067
4036
|
}
|
|
4068
|
-
let urlPath = `/admin-api/definitions/queries/{id}`;
|
|
4069
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
4070
4037
|
const response = await this.request({
|
|
4071
|
-
path:
|
|
4038
|
+
path: `/admin-api/definitions/queries/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
4072
4039
|
method: "GET",
|
|
4073
4040
|
headers: headerParameters,
|
|
4074
4041
|
query: queryParameters
|
|
@@ -4107,9 +4074,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
4107
4074
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4108
4075
|
}
|
|
4109
4076
|
}
|
|
4110
|
-
let urlPath = `/admin-api/definitions/actions`;
|
|
4111
4077
|
const response = await this.request({
|
|
4112
|
-
path:
|
|
4078
|
+
path: `/admin-api/definitions/actions`,
|
|
4113
4079
|
method: "GET",
|
|
4114
4080
|
headers: headerParameters,
|
|
4115
4081
|
query: queryParameters
|
|
@@ -4148,9 +4114,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
4148
4114
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4149
4115
|
}
|
|
4150
4116
|
}
|
|
4151
|
-
let urlPath = `/admin-api/definitions/queries`;
|
|
4152
4117
|
const response = await this.request({
|
|
4153
|
-
path:
|
|
4118
|
+
path: `/admin-api/definitions/queries`,
|
|
4154
4119
|
method: "GET",
|
|
4155
4120
|
headers: headerParameters,
|
|
4156
4121
|
query: queryParameters
|
|
@@ -4190,10 +4155,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
4190
4155
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4191
4156
|
}
|
|
4192
4157
|
}
|
|
4193
|
-
let urlPath = `/admin-api/definitions/actions/{id}`;
|
|
4194
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
4195
4158
|
const response = await this.request({
|
|
4196
|
-
path:
|
|
4159
|
+
path: `/admin-api/definitions/actions/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
4197
4160
|
method: "PUT",
|
|
4198
4161
|
headers: headerParameters,
|
|
4199
4162
|
query: queryParameters,
|
|
@@ -4234,10 +4197,8 @@ var DefinitionsApi = class extends BaseAPI {
|
|
|
4234
4197
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4235
4198
|
}
|
|
4236
4199
|
}
|
|
4237
|
-
let urlPath = `/admin-api/definitions/queries/{id}`;
|
|
4238
|
-
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"])));
|
|
4239
4200
|
const response = await this.request({
|
|
4240
|
-
path:
|
|
4201
|
+
path: `/admin-api/definitions/queries/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters["id"]))),
|
|
4241
4202
|
method: "PUT",
|
|
4242
4203
|
headers: headerParameters,
|
|
4243
4204
|
query: queryParameters,
|
|
@@ -4292,10 +4253,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4292
4253
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4293
4254
|
}
|
|
4294
4255
|
}
|
|
4295
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/archive`;
|
|
4296
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4297
4256
|
const response = await this.request({
|
|
4298
|
-
path:
|
|
4257
|
+
path: `/admin-api/lowcode/pages/{uid}/archive`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4299
4258
|
method: "POST",
|
|
4300
4259
|
headers: headerParameters,
|
|
4301
4260
|
query: queryParameters
|
|
@@ -4331,9 +4290,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4331
4290
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4332
4291
|
}
|
|
4333
4292
|
}
|
|
4334
|
-
let urlPath = `/admin-api/lowcode/pages`;
|
|
4335
4293
|
const response = await this.request({
|
|
4336
|
-
path:
|
|
4294
|
+
path: `/admin-api/lowcode/pages`,
|
|
4337
4295
|
method: "POST",
|
|
4338
4296
|
headers: headerParameters,
|
|
4339
4297
|
query: queryParameters,
|
|
@@ -4376,10 +4334,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4376
4334
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4377
4335
|
}
|
|
4378
4336
|
}
|
|
4379
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/version`;
|
|
4380
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4381
4337
|
const response = await this.request({
|
|
4382
|
-
path:
|
|
4338
|
+
path: `/admin-api/lowcode/pages/{uid}/version`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4383
4339
|
method: "POST",
|
|
4384
4340
|
headers: headerParameters,
|
|
4385
4341
|
query: queryParameters,
|
|
@@ -4415,10 +4371,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4415
4371
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4416
4372
|
}
|
|
4417
4373
|
}
|
|
4418
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/delete`;
|
|
4419
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4420
4374
|
const response = await this.request({
|
|
4421
|
-
path:
|
|
4375
|
+
path: `/admin-api/lowcode/pages/{uid}/delete`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4422
4376
|
method: "POST",
|
|
4423
4377
|
headers: headerParameters,
|
|
4424
4378
|
query: queryParameters
|
|
@@ -4454,10 +4408,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4454
4408
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4455
4409
|
}
|
|
4456
4410
|
}
|
|
4457
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/duplicate`;
|
|
4458
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4459
4411
|
const response = await this.request({
|
|
4460
|
-
path:
|
|
4412
|
+
path: `/admin-api/lowcode/pages/{uid}/duplicate`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4461
4413
|
method: "POST",
|
|
4462
4414
|
headers: headerParameters,
|
|
4463
4415
|
query: queryParameters,
|
|
@@ -4493,10 +4445,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4493
4445
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4494
4446
|
}
|
|
4495
4447
|
}
|
|
4496
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}`;
|
|
4497
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4498
4448
|
const response = await this.request({
|
|
4499
|
-
path:
|
|
4449
|
+
path: `/admin-api/lowcode/pages/{uid}`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4500
4450
|
method: "GET",
|
|
4501
4451
|
headers: headerParameters,
|
|
4502
4452
|
query: queryParameters
|
|
@@ -4537,10 +4487,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4537
4487
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4538
4488
|
}
|
|
4539
4489
|
}
|
|
4540
|
-
let urlPath = `/admin-api/lowcode/pages/{pageUid}/versions`;
|
|
4541
|
-
urlPath = urlPath.replace(`{${"pageUid"}}`, encodeURIComponent(String(requestParameters["pageUid"])));
|
|
4542
4490
|
const response = await this.request({
|
|
4543
|
-
path:
|
|
4491
|
+
path: `/admin-api/lowcode/pages/{pageUid}/versions`.replace(`{${"pageUid"}}`, encodeURIComponent(String(requestParameters["pageUid"]))),
|
|
4544
4492
|
method: "GET",
|
|
4545
4493
|
headers: headerParameters,
|
|
4546
4494
|
query: queryParameters
|
|
@@ -4584,9 +4532,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4584
4532
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4585
4533
|
}
|
|
4586
4534
|
}
|
|
4587
|
-
let urlPath = `/admin-api/lowcode/pages`;
|
|
4588
4535
|
const response = await this.request({
|
|
4589
|
-
path:
|
|
4536
|
+
path: `/admin-api/lowcode/pages`,
|
|
4590
4537
|
method: "GET",
|
|
4591
4538
|
headers: headerParameters,
|
|
4592
4539
|
query: queryParameters
|
|
@@ -4628,10 +4575,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4628
4575
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4629
4576
|
}
|
|
4630
4577
|
}
|
|
4631
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/publish`;
|
|
4632
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4633
4578
|
const response = await this.request({
|
|
4634
|
-
path:
|
|
4579
|
+
path: `/admin-api/lowcode/pages/{uid}/publish`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4635
4580
|
method: "POST",
|
|
4636
4581
|
headers: headerParameters,
|
|
4637
4582
|
query: queryParameters,
|
|
@@ -4667,10 +4612,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4667
4612
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4668
4613
|
}
|
|
4669
4614
|
}
|
|
4670
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/restore`;
|
|
4671
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4672
4615
|
const response = await this.request({
|
|
4673
|
-
path:
|
|
4616
|
+
path: `/admin-api/lowcode/pages/{uid}/restore`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4674
4617
|
method: "POST",
|
|
4675
4618
|
headers: headerParameters,
|
|
4676
4619
|
query: queryParameters
|
|
@@ -4712,10 +4655,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4712
4655
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4713
4656
|
}
|
|
4714
4657
|
}
|
|
4715
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/version/rollback`;
|
|
4716
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4717
4658
|
const response = await this.request({
|
|
4718
|
-
path:
|
|
4659
|
+
path: `/admin-api/lowcode/pages/{uid}/version/rollback`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4719
4660
|
method: "POST",
|
|
4720
4661
|
headers: headerParameters,
|
|
4721
4662
|
query: queryParameters,
|
|
@@ -4758,10 +4699,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4758
4699
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4759
4700
|
}
|
|
4760
4701
|
}
|
|
4761
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/schema`;
|
|
4762
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4763
4702
|
const response = await this.request({
|
|
4764
|
-
path:
|
|
4703
|
+
path: `/admin-api/lowcode/pages/{uid}/schema`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4765
4704
|
method: "POST",
|
|
4766
4705
|
headers: headerParameters,
|
|
4767
4706
|
query: queryParameters,
|
|
@@ -4797,10 +4736,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4797
4736
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4798
4737
|
}
|
|
4799
4738
|
}
|
|
4800
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}/unpublish`;
|
|
4801
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4802
4739
|
const response = await this.request({
|
|
4803
|
-
path:
|
|
4740
|
+
path: `/admin-api/lowcode/pages/{uid}/unpublish`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4804
4741
|
method: "POST",
|
|
4805
4742
|
headers: headerParameters,
|
|
4806
4743
|
query: queryParameters
|
|
@@ -4842,10 +4779,8 @@ var PagesApi = class extends BaseAPI {
|
|
|
4842
4779
|
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
4843
4780
|
}
|
|
4844
4781
|
}
|
|
4845
|
-
let urlPath = `/admin-api/lowcode/pages/{uid}`;
|
|
4846
|
-
urlPath = urlPath.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"])));
|
|
4847
4782
|
const response = await this.request({
|
|
4848
|
-
path:
|
|
4783
|
+
path: `/admin-api/lowcode/pages/{uid}`.replace(`{${"uid"}}`, encodeURIComponent(String(requestParameters["uid"]))),
|
|
4849
4784
|
method: "POST",
|
|
4850
4785
|
headers: headerParameters,
|
|
4851
4786
|
query: queryParameters,
|
|
@@ -4874,64 +4809,26 @@ var ListPagesCanvasTypeEnum = {
|
|
|
4874
4809
|
};
|
|
4875
4810
|
|
|
4876
4811
|
// src/index.ts
|
|
4877
|
-
|
|
4878
|
-
|
|
4879
|
-
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
const controller = new AbortController();
|
|
4883
|
-
const id = setTimeout(() => controller.abort(), timeoutMs);
|
|
4884
|
-
try {
|
|
4885
|
-
return await fetchImpl(input, { ...init, signal: controller.signal });
|
|
4886
|
-
} finally {
|
|
4887
|
-
clearTimeout(id);
|
|
4888
|
-
}
|
|
4889
|
-
});
|
|
4890
|
-
}
|
|
4891
|
-
function normalizeHeaders(initHeaders) {
|
|
4892
|
-
return new Headers(initHeaders ?? {});
|
|
4893
|
-
}
|
|
4812
|
+
var import_openapi_client_core2 = require("@djvlc/openapi-client-core");
|
|
4813
|
+
var SDK_INFO = {
|
|
4814
|
+
name: true ? "@djvlc/openapi-admin-client" : "@djvlc/openapi-admin-client",
|
|
4815
|
+
version: true ? "1.0.0" : "0.0.0-dev"
|
|
4816
|
+
};
|
|
4894
4817
|
function createAdminClient(opts) {
|
|
4895
|
-
const
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
async pre(context) {
|
|
4900
|
-
const headers = normalizeHeaders(context.init.headers);
|
|
4901
|
-
if (opts.defaultHeaders) {
|
|
4902
|
-
for (const [k, v] of Object.entries(opts.defaultHeaders)) headers.set(k, v);
|
|
4903
|
-
}
|
|
4904
|
-
if (opts.getAuthToken) {
|
|
4905
|
-
const token = await opts.getAuthToken();
|
|
4906
|
-
if (token) headers.set("Authorization", `Bearer ${token}`);
|
|
4907
|
-
}
|
|
4908
|
-
if (opts.getTraceHeaders) {
|
|
4909
|
-
const traceHeaders = opts.getTraceHeaders();
|
|
4910
|
-
for (const [k, v] of Object.entries(traceHeaders)) headers.set(k, v);
|
|
4911
|
-
}
|
|
4912
|
-
return { url: context.url, init: { ...context.init, headers } };
|
|
4913
|
-
}
|
|
4818
|
+
const defaultOpts = {
|
|
4819
|
+
timeoutMs: 3e4,
|
|
4820
|
+
credentials: "include"
|
|
4821
|
+
// 管理端常用 Cookie
|
|
4914
4822
|
};
|
|
4915
|
-
const
|
|
4916
|
-
|
|
4917
|
-
|
|
4918
|
-
middleware: [headersMiddleware],
|
|
4919
|
-
credentials: opts.credentials ?? "include"
|
|
4920
|
-
});
|
|
4921
|
-
const apiInstances = {};
|
|
4922
|
-
for (const [name, ApiClass] of Object.entries(apis_exports)) {
|
|
4923
|
-
if (typeof ApiClass === "function" && name.endsWith("Api")) {
|
|
4924
|
-
apiInstances[name] = new ApiClass(config);
|
|
4925
|
-
}
|
|
4926
|
-
}
|
|
4927
|
-
return {
|
|
4928
|
-
config,
|
|
4929
|
-
apis: apiInstances,
|
|
4930
|
-
...apiInstances
|
|
4823
|
+
const mergedOpts = {
|
|
4824
|
+
...defaultOpts,
|
|
4825
|
+
...opts
|
|
4931
4826
|
};
|
|
4827
|
+
return (0, import_openapi_client_core.createClient)(apis_exports, mergedOpts, SDK_INFO);
|
|
4932
4828
|
}
|
|
4933
4829
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4934
4830
|
0 && (module.exports = {
|
|
4831
|
+
AbortError,
|
|
4935
4832
|
ActionDefinitionFromJSON,
|
|
4936
4833
|
ActionDefinitionFromJSONTyped,
|
|
4937
4834
|
ActionDefinitionListResponseFromJSON,
|
|
@@ -5080,6 +4977,7 @@ function createAdminClient(opts) {
|
|
|
5080
4977
|
DataQueryDefinitionToJSON,
|
|
5081
4978
|
DataQueryDefinitionToJSONTyped,
|
|
5082
4979
|
DefinitionsApi,
|
|
4980
|
+
DjvApiError,
|
|
5083
4981
|
DuplicatePageRequestFromJSON,
|
|
5084
4982
|
DuplicatePageRequestFromJSONTyped,
|
|
5085
4983
|
DuplicatePageRequestToJSON,
|
|
@@ -5133,6 +5031,7 @@ function createAdminClient(opts) {
|
|
|
5133
5031
|
ListPages200ResponseToJSONTyped,
|
|
5134
5032
|
ListPagesCanvasTypeEnum,
|
|
5135
5033
|
ListPagesStatusEnum,
|
|
5034
|
+
NetworkError,
|
|
5136
5035
|
PageDetailVoCanvasTypeEnum,
|
|
5137
5036
|
PageDetailVoFromJSON,
|
|
5138
5037
|
PageDetailVoFromJSONTyped,
|
|
@@ -5197,6 +5096,7 @@ function createAdminClient(opts) {
|
|
|
5197
5096
|
SuccessVoFromJSONTyped,
|
|
5198
5097
|
SuccessVoToJSON,
|
|
5199
5098
|
SuccessVoToJSONTyped,
|
|
5099
|
+
TimeoutError,
|
|
5200
5100
|
TraceContextFromJSON,
|
|
5201
5101
|
TraceContextFromJSONTyped,
|
|
5202
5102
|
TraceContextToJSON,
|
|
@@ -5219,6 +5119,8 @@ function createAdminClient(opts) {
|
|
|
5219
5119
|
VersionListVoToJSON,
|
|
5220
5120
|
VersionListVoToJSONTyped,
|
|
5221
5121
|
createAdminClient,
|
|
5122
|
+
createConsoleLogger,
|
|
5123
|
+
createSilentLogger,
|
|
5222
5124
|
instanceOfActionDefinition,
|
|
5223
5125
|
instanceOfActionDefinitionListResponse,
|
|
5224
5126
|
instanceOfActionDefinitionRateLimit,
|
|
@@ -5279,5 +5181,6 @@ function createAdminClient(opts) {
|
|
|
5279
5181
|
instanceOfUpdateActivityRequest,
|
|
5280
5182
|
instanceOfUpdatePageDto,
|
|
5281
5183
|
instanceOfVersionInfoVo,
|
|
5282
|
-
instanceOfVersionListVo
|
|
5184
|
+
instanceOfVersionListVo,
|
|
5185
|
+
isRetryableError
|
|
5283
5186
|
});
|