@gct-paas/api 0.1.3 → 0.1.4-dev.1
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.esm.min.js +1 -1
- package/dist/index.system.min.js +1 -1
- package/es/apaas/service/api-config.mjs +86 -86
- package/es/apaas/service/apis/api.service.d.ts +4 -0
- package/es/apaas/service/apis/category.service.d.ts +8 -8
- package/es/apaas/service/apis/data-source.service.d.ts +4 -0
- package/es/apaas/service/apis/edhr-instance.service.d.ts +16 -0
- package/es/apaas/service/apis/file.service.d.ts +4 -0
- package/es/apaas/service/apis/online-form-instance.service.d.ts +20 -0
- package/es/apaas/service/entities.d.ts +48 -0
- package/es/ipaas/service/api-config.mjs +4 -4
- package/es/platform/service/api-config.mjs +67 -55
- package/es/platform/service/apis/api.service.d.ts +13 -0
- package/es/platform/service/apis/file-task.service.d.ts +13 -0
- package/es/platform/service/entities.d.ts +94 -58
- package/package.json +3 -3
|
@@ -71,7 +71,7 @@ export const apiConfig = [
|
|
|
71
71
|
{
|
|
72
72
|
mode: "put",
|
|
73
73
|
method: "putId",
|
|
74
|
-
path: "",
|
|
74
|
+
path: "{id}",
|
|
75
75
|
hasPathParams: true,
|
|
76
76
|
hasData: true
|
|
77
77
|
}
|
|
@@ -108,7 +108,7 @@ export const apiConfig = [
|
|
|
108
108
|
{
|
|
109
109
|
mode: "put",
|
|
110
110
|
method: "putId",
|
|
111
|
-
path: "",
|
|
111
|
+
path: "{id}",
|
|
112
112
|
hasPathParams: true,
|
|
113
113
|
hasData: true
|
|
114
114
|
}
|
|
@@ -243,7 +243,7 @@ export const apiConfig = [
|
|
|
243
243
|
{
|
|
244
244
|
mode: "put",
|
|
245
245
|
method: "putId",
|
|
246
|
-
path: "",
|
|
246
|
+
path: "{id}",
|
|
247
247
|
hasPathParams: true,
|
|
248
248
|
hasData: true
|
|
249
249
|
}
|
|
@@ -285,7 +285,7 @@ export const apiConfig = [
|
|
|
285
285
|
{
|
|
286
286
|
mode: "put",
|
|
287
287
|
method: "putId",
|
|
288
|
-
path: "",
|
|
288
|
+
path: "{id}",
|
|
289
289
|
hasPathParams: true,
|
|
290
290
|
hasData: true
|
|
291
291
|
}
|
|
@@ -363,7 +363,7 @@ export const apiConfig = [
|
|
|
363
363
|
{
|
|
364
364
|
mode: "put",
|
|
365
365
|
method: "putId",
|
|
366
|
-
path: "",
|
|
366
|
+
path: "{id}",
|
|
367
367
|
hasPathParams: true,
|
|
368
368
|
hasData: true
|
|
369
369
|
}
|
|
@@ -405,7 +405,7 @@ export const apiConfig = [
|
|
|
405
405
|
{
|
|
406
406
|
mode: "put",
|
|
407
407
|
method: "putId",
|
|
408
|
-
path: "",
|
|
408
|
+
path: "{id}",
|
|
409
409
|
hasPathParams: true,
|
|
410
410
|
hasData: true
|
|
411
411
|
}
|
|
@@ -584,7 +584,7 @@ export const apiConfig = [
|
|
|
584
584
|
{
|
|
585
585
|
mode: "put",
|
|
586
586
|
method: "putId",
|
|
587
|
-
path: "",
|
|
587
|
+
path: "{id}",
|
|
588
588
|
hasPathParams: true,
|
|
589
589
|
hasData: true
|
|
590
590
|
}
|
|
@@ -627,7 +627,7 @@ export const apiConfig = [
|
|
|
627
627
|
{
|
|
628
628
|
mode: "put",
|
|
629
629
|
method: "putId",
|
|
630
|
-
path: "",
|
|
630
|
+
path: "{id}",
|
|
631
631
|
hasPathParams: true,
|
|
632
632
|
hasData: true
|
|
633
633
|
}
|
|
@@ -682,7 +682,7 @@ export const apiConfig = [
|
|
|
682
682
|
{
|
|
683
683
|
mode: "get",
|
|
684
684
|
method: "getId",
|
|
685
|
-
path: "",
|
|
685
|
+
path: "{id}",
|
|
686
686
|
hasPathParams: true
|
|
687
687
|
}
|
|
688
688
|
]
|
|
@@ -741,7 +741,7 @@ export const apiConfig = [
|
|
|
741
741
|
{
|
|
742
742
|
mode: "put",
|
|
743
743
|
method: "putId",
|
|
744
|
-
path: "",
|
|
744
|
+
path: "{id}",
|
|
745
745
|
hasPathParams: true,
|
|
746
746
|
hasData: true
|
|
747
747
|
}
|
|
@@ -855,7 +855,7 @@ export const apiConfig = [
|
|
|
855
855
|
{
|
|
856
856
|
mode: "put",
|
|
857
857
|
method: "putId",
|
|
858
|
-
path: "",
|
|
858
|
+
path: "{id}",
|
|
859
859
|
hasPathParams: true,
|
|
860
860
|
hasData: true
|
|
861
861
|
}
|
|
@@ -903,7 +903,7 @@ export const apiConfig = [
|
|
|
903
903
|
{
|
|
904
904
|
mode: "put",
|
|
905
905
|
method: "putId",
|
|
906
|
-
path: "",
|
|
906
|
+
path: "{id}",
|
|
907
907
|
hasPathParams: true,
|
|
908
908
|
hasData: true
|
|
909
909
|
}
|
|
@@ -1012,7 +1012,7 @@ export const apiConfig = [
|
|
|
1012
1012
|
{
|
|
1013
1013
|
mode: "put",
|
|
1014
1014
|
method: "putId",
|
|
1015
|
-
path: "",
|
|
1015
|
+
path: "{id}",
|
|
1016
1016
|
hasPathParams: true,
|
|
1017
1017
|
hasData: true
|
|
1018
1018
|
}
|
|
@@ -1067,7 +1067,7 @@ export const apiConfig = [
|
|
|
1067
1067
|
{
|
|
1068
1068
|
mode: "put",
|
|
1069
1069
|
method: "putId",
|
|
1070
|
-
path: "",
|
|
1070
|
+
path: "{id}",
|
|
1071
1071
|
hasPathParams: true,
|
|
1072
1072
|
hasData: true
|
|
1073
1073
|
}
|
|
@@ -1122,7 +1122,7 @@ export const apiConfig = [
|
|
|
1122
1122
|
{
|
|
1123
1123
|
mode: "put",
|
|
1124
1124
|
method: "putId",
|
|
1125
|
-
path: "",
|
|
1125
|
+
path: "{id}",
|
|
1126
1126
|
hasPathParams: true,
|
|
1127
1127
|
hasData: true
|
|
1128
1128
|
}
|
|
@@ -1175,7 +1175,7 @@ export const apiConfig = [
|
|
|
1175
1175
|
{
|
|
1176
1176
|
mode: "put",
|
|
1177
1177
|
method: "putId",
|
|
1178
|
-
path: "",
|
|
1178
|
+
path: "{id}",
|
|
1179
1179
|
hasPathParams: true,
|
|
1180
1180
|
hasData: true
|
|
1181
1181
|
}
|
|
@@ -1224,7 +1224,7 @@ export const apiConfig = [
|
|
|
1224
1224
|
{
|
|
1225
1225
|
mode: "put",
|
|
1226
1226
|
method: "putId",
|
|
1227
|
-
path: "",
|
|
1227
|
+
path: "{id}",
|
|
1228
1228
|
hasPathParams: true,
|
|
1229
1229
|
hasData: true
|
|
1230
1230
|
}
|
|
@@ -1296,7 +1296,7 @@ export const apiConfig = [
|
|
|
1296
1296
|
{
|
|
1297
1297
|
mode: "put",
|
|
1298
1298
|
method: "putId",
|
|
1299
|
-
path: "",
|
|
1299
|
+
path: "{id}",
|
|
1300
1300
|
hasPathParams: true,
|
|
1301
1301
|
hasData: true
|
|
1302
1302
|
}
|
|
@@ -1367,7 +1367,7 @@ export const apiConfig = [
|
|
|
1367
1367
|
{
|
|
1368
1368
|
mode: "put",
|
|
1369
1369
|
method: "putId",
|
|
1370
|
-
path: "",
|
|
1370
|
+
path: "{id}",
|
|
1371
1371
|
hasPathParams: true,
|
|
1372
1372
|
hasData: true
|
|
1373
1373
|
}
|
|
@@ -1825,7 +1825,7 @@ export const apiConfig = [
|
|
|
1825
1825
|
{
|
|
1826
1826
|
mode: "put",
|
|
1827
1827
|
method: "putId",
|
|
1828
|
-
path: "",
|
|
1828
|
+
path: "{id}",
|
|
1829
1829
|
hasPathParams: true,
|
|
1830
1830
|
hasData: true
|
|
1831
1831
|
}
|
|
@@ -1924,7 +1924,7 @@ export const apiConfig = [
|
|
|
1924
1924
|
{
|
|
1925
1925
|
mode: "put",
|
|
1926
1926
|
method: "putId",
|
|
1927
|
-
path: "",
|
|
1927
|
+
path: "{id}",
|
|
1928
1928
|
hasPathParams: true,
|
|
1929
1929
|
hasData: true
|
|
1930
1930
|
}
|
|
@@ -1972,7 +1972,7 @@ export const apiConfig = [
|
|
|
1972
1972
|
{
|
|
1973
1973
|
mode: "put",
|
|
1974
1974
|
method: "putId",
|
|
1975
|
-
path: "",
|
|
1975
|
+
path: "{id}",
|
|
1976
1976
|
hasPathParams: true,
|
|
1977
1977
|
hasData: true
|
|
1978
1978
|
}
|
|
@@ -2020,7 +2020,7 @@ export const apiConfig = [
|
|
|
2020
2020
|
{
|
|
2021
2021
|
mode: "put",
|
|
2022
2022
|
method: "putId",
|
|
2023
|
-
path: "",
|
|
2023
|
+
path: "{id}",
|
|
2024
2024
|
hasPathParams: true,
|
|
2025
2025
|
hasData: true
|
|
2026
2026
|
}
|
|
@@ -2296,7 +2296,7 @@ export const apiConfig = [
|
|
|
2296
2296
|
{
|
|
2297
2297
|
mode: "put",
|
|
2298
2298
|
method: "putId",
|
|
2299
|
-
path: "",
|
|
2299
|
+
path: "{id}",
|
|
2300
2300
|
hasPathParams: true,
|
|
2301
2301
|
hasData: true
|
|
2302
2302
|
}
|
|
@@ -2344,7 +2344,7 @@ export const apiConfig = [
|
|
|
2344
2344
|
{
|
|
2345
2345
|
mode: "put",
|
|
2346
2346
|
method: "putId",
|
|
2347
|
-
path: "",
|
|
2347
|
+
path: "{id}",
|
|
2348
2348
|
hasPathParams: true,
|
|
2349
2349
|
hasData: true
|
|
2350
2350
|
}
|
|
@@ -2387,7 +2387,7 @@ export const apiConfig = [
|
|
|
2387
2387
|
{
|
|
2388
2388
|
mode: "put",
|
|
2389
2389
|
method: "putId",
|
|
2390
|
-
path: "",
|
|
2390
|
+
path: "{id}",
|
|
2391
2391
|
hasPathParams: true,
|
|
2392
2392
|
hasData: true
|
|
2393
2393
|
}
|
|
@@ -2502,7 +2502,7 @@ export const apiConfig = [
|
|
|
2502
2502
|
{
|
|
2503
2503
|
mode: "put",
|
|
2504
2504
|
method: "putId",
|
|
2505
|
-
path: "",
|
|
2505
|
+
path: "{id}",
|
|
2506
2506
|
hasPathParams: true,
|
|
2507
2507
|
hasData: true
|
|
2508
2508
|
}
|
|
@@ -2640,7 +2640,7 @@ export const apiConfig = [
|
|
|
2640
2640
|
{
|
|
2641
2641
|
mode: "put",
|
|
2642
2642
|
method: "putId",
|
|
2643
|
-
path: "",
|
|
2643
|
+
path: "{id}",
|
|
2644
2644
|
hasPathParams: true,
|
|
2645
2645
|
hasData: true
|
|
2646
2646
|
}
|
|
@@ -2905,7 +2905,7 @@ export const apiConfig = [
|
|
|
2905
2905
|
{
|
|
2906
2906
|
mode: "put",
|
|
2907
2907
|
method: "putId",
|
|
2908
|
-
path: "",
|
|
2908
|
+
path: "{id}",
|
|
2909
2909
|
hasPathParams: true,
|
|
2910
2910
|
hasData: true
|
|
2911
2911
|
}
|
|
@@ -3020,7 +3020,7 @@ export const apiConfig = [
|
|
|
3020
3020
|
{
|
|
3021
3021
|
mode: "put",
|
|
3022
3022
|
method: "putId",
|
|
3023
|
-
path: "",
|
|
3023
|
+
path: "{id}",
|
|
3024
3024
|
hasPathParams: true,
|
|
3025
3025
|
hasData: true
|
|
3026
3026
|
}
|
|
@@ -3135,7 +3135,7 @@ export const apiConfig = [
|
|
|
3135
3135
|
{
|
|
3136
3136
|
mode: "put",
|
|
3137
3137
|
method: "putId",
|
|
3138
|
-
path: "",
|
|
3138
|
+
path: "{id}",
|
|
3139
3139
|
hasPathParams: true,
|
|
3140
3140
|
hasData: true
|
|
3141
3141
|
}
|
|
@@ -3363,7 +3363,7 @@ export const apiConfig = [
|
|
|
3363
3363
|
{
|
|
3364
3364
|
mode: "put",
|
|
3365
3365
|
method: "putId",
|
|
3366
|
-
path: "",
|
|
3366
|
+
path: "{id}",
|
|
3367
3367
|
hasPathParams: true,
|
|
3368
3368
|
hasData: true
|
|
3369
3369
|
}
|
|
@@ -3405,7 +3405,7 @@ export const apiConfig = [
|
|
|
3405
3405
|
{
|
|
3406
3406
|
mode: "put",
|
|
3407
3407
|
method: "putId",
|
|
3408
|
-
path: "",
|
|
3408
|
+
path: "{id}",
|
|
3409
3409
|
hasPathParams: true,
|
|
3410
3410
|
hasData: true
|
|
3411
3411
|
}
|
|
@@ -3466,7 +3466,7 @@ export const apiConfig = [
|
|
|
3466
3466
|
{
|
|
3467
3467
|
mode: "put",
|
|
3468
3468
|
method: "putId",
|
|
3469
|
-
path: "",
|
|
3469
|
+
path: "{id}",
|
|
3470
3470
|
hasPathParams: true,
|
|
3471
3471
|
hasData: true
|
|
3472
3472
|
}
|
|
@@ -3502,7 +3502,7 @@ export const apiConfig = [
|
|
|
3502
3502
|
{
|
|
3503
3503
|
mode: "put",
|
|
3504
3504
|
method: "putId",
|
|
3505
|
-
path: "",
|
|
3505
|
+
path: "{id}",
|
|
3506
3506
|
hasPathParams: true,
|
|
3507
3507
|
hasData: true
|
|
3508
3508
|
}
|
|
@@ -3615,7 +3615,7 @@ export const apiConfig = [
|
|
|
3615
3615
|
{
|
|
3616
3616
|
mode: "put",
|
|
3617
3617
|
method: "putId",
|
|
3618
|
-
path: "",
|
|
3618
|
+
path: "{id}",
|
|
3619
3619
|
hasPathParams: true,
|
|
3620
3620
|
hasData: true
|
|
3621
3621
|
}
|
|
@@ -3675,7 +3675,7 @@ export const apiConfig = [
|
|
|
3675
3675
|
{
|
|
3676
3676
|
mode: "put",
|
|
3677
3677
|
method: "putId",
|
|
3678
|
-
path: "",
|
|
3678
|
+
path: "{id}",
|
|
3679
3679
|
hasPathParams: true,
|
|
3680
3680
|
hasData: true
|
|
3681
3681
|
}
|
|
@@ -3731,7 +3731,7 @@ export const apiConfig = [
|
|
|
3731
3731
|
{
|
|
3732
3732
|
mode: "put",
|
|
3733
3733
|
method: "putId",
|
|
3734
|
-
path: "",
|
|
3734
|
+
path: "{id}",
|
|
3735
3735
|
hasPathParams: true,
|
|
3736
3736
|
hasData: true
|
|
3737
3737
|
}
|
|
@@ -4123,7 +4123,7 @@ export const apiConfig = [
|
|
|
4123
4123
|
{
|
|
4124
4124
|
mode: "put",
|
|
4125
4125
|
method: "putId",
|
|
4126
|
-
path: "",
|
|
4126
|
+
path: "{id}",
|
|
4127
4127
|
hasPathParams: true,
|
|
4128
4128
|
hasData: true
|
|
4129
4129
|
},
|
|
@@ -4182,7 +4182,7 @@ export const apiConfig = [
|
|
|
4182
4182
|
{
|
|
4183
4183
|
mode: "put",
|
|
4184
4184
|
method: "putId",
|
|
4185
|
-
path: "",
|
|
4185
|
+
path: "{id}",
|
|
4186
4186
|
hasPathParams: true,
|
|
4187
4187
|
hasData: true
|
|
4188
4188
|
}
|
|
@@ -4224,7 +4224,7 @@ export const apiConfig = [
|
|
|
4224
4224
|
{
|
|
4225
4225
|
mode: "put",
|
|
4226
4226
|
method: "putId",
|
|
4227
|
-
path: "",
|
|
4227
|
+
path: "{id}",
|
|
4228
4228
|
hasPathParams: true,
|
|
4229
4229
|
hasData: true
|
|
4230
4230
|
}
|
|
@@ -4307,7 +4307,7 @@ export const apiConfig = [
|
|
|
4307
4307
|
{
|
|
4308
4308
|
mode: "put",
|
|
4309
4309
|
method: "putId",
|
|
4310
|
-
path: "",
|
|
4310
|
+
path: "{id}",
|
|
4311
4311
|
hasPathParams: true,
|
|
4312
4312
|
hasData: true
|
|
4313
4313
|
}
|
|
@@ -4670,7 +4670,7 @@ export const apiConfig = [
|
|
|
4670
4670
|
{
|
|
4671
4671
|
mode: "put",
|
|
4672
4672
|
method: "putId",
|
|
4673
|
-
path: "",
|
|
4673
|
+
path: "{id}",
|
|
4674
4674
|
hasPathParams: true,
|
|
4675
4675
|
hasData: true
|
|
4676
4676
|
}
|
|
@@ -5030,7 +5030,7 @@ export const apiConfig = [
|
|
|
5030
5030
|
{
|
|
5031
5031
|
mode: "put",
|
|
5032
5032
|
method: "putId",
|
|
5033
|
-
path: "",
|
|
5033
|
+
path: "{id}",
|
|
5034
5034
|
hasPathParams: true,
|
|
5035
5035
|
hasData: true
|
|
5036
5036
|
}
|
|
@@ -5113,7 +5113,7 @@ export const apiConfig = [
|
|
|
5113
5113
|
{
|
|
5114
5114
|
mode: "put",
|
|
5115
5115
|
method: "putId",
|
|
5116
|
-
path: "",
|
|
5116
|
+
path: "{id}",
|
|
5117
5117
|
hasPathParams: true,
|
|
5118
5118
|
hasData: true
|
|
5119
5119
|
}
|
|
@@ -5169,7 +5169,7 @@ export const apiConfig = [
|
|
|
5169
5169
|
{
|
|
5170
5170
|
mode: "put",
|
|
5171
5171
|
method: "putId",
|
|
5172
|
-
path: "",
|
|
5172
|
+
path: "{id}",
|
|
5173
5173
|
hasPathParams: true,
|
|
5174
5174
|
hasData: true
|
|
5175
5175
|
}
|
|
@@ -5211,7 +5211,7 @@ export const apiConfig = [
|
|
|
5211
5211
|
{
|
|
5212
5212
|
mode: "put",
|
|
5213
5213
|
method: "putId",
|
|
5214
|
-
path: "",
|
|
5214
|
+
path: "{id}",
|
|
5215
5215
|
hasPathParams: true,
|
|
5216
5216
|
hasData: true
|
|
5217
5217
|
}
|
|
@@ -5254,7 +5254,7 @@ export const apiConfig = [
|
|
|
5254
5254
|
{
|
|
5255
5255
|
mode: "put",
|
|
5256
5256
|
method: "putId",
|
|
5257
|
-
path: "",
|
|
5257
|
+
path: "{id}",
|
|
5258
5258
|
hasPathParams: true,
|
|
5259
5259
|
hasData: true
|
|
5260
5260
|
}
|
|
@@ -5338,7 +5338,7 @@ export const apiConfig = [
|
|
|
5338
5338
|
{
|
|
5339
5339
|
mode: "put",
|
|
5340
5340
|
method: "putId",
|
|
5341
|
-
path: "",
|
|
5341
|
+
path: "{id}",
|
|
5342
5342
|
hasPathParams: true,
|
|
5343
5343
|
hasData: true
|
|
5344
5344
|
}
|
|
@@ -5399,7 +5399,7 @@ export const apiConfig = [
|
|
|
5399
5399
|
{
|
|
5400
5400
|
mode: "get",
|
|
5401
5401
|
method: "getId",
|
|
5402
|
-
path: "",
|
|
5402
|
+
path: "{id}",
|
|
5403
5403
|
hasPathParams: true
|
|
5404
5404
|
}
|
|
5405
5405
|
]
|
|
@@ -5629,7 +5629,7 @@ export const apiConfig = [
|
|
|
5629
5629
|
{
|
|
5630
5630
|
mode: "put",
|
|
5631
5631
|
method: "putId",
|
|
5632
|
-
path: "",
|
|
5632
|
+
path: "{id}",
|
|
5633
5633
|
hasPathParams: true,
|
|
5634
5634
|
hasData: true
|
|
5635
5635
|
}
|
|
@@ -5677,7 +5677,7 @@ export const apiConfig = [
|
|
|
5677
5677
|
{
|
|
5678
5678
|
mode: "put",
|
|
5679
5679
|
method: "putId",
|
|
5680
|
-
path: "",
|
|
5680
|
+
path: "{id}",
|
|
5681
5681
|
hasPathParams: true,
|
|
5682
5682
|
hasData: true
|
|
5683
5683
|
}
|
|
@@ -5719,7 +5719,7 @@ export const apiConfig = [
|
|
|
5719
5719
|
{
|
|
5720
5720
|
mode: "put",
|
|
5721
5721
|
method: "putId",
|
|
5722
|
-
path: "",
|
|
5722
|
+
path: "{id}",
|
|
5723
5723
|
hasPathParams: true,
|
|
5724
5724
|
hasData: true
|
|
5725
5725
|
}
|
|
@@ -5767,7 +5767,7 @@ export const apiConfig = [
|
|
|
5767
5767
|
{
|
|
5768
5768
|
mode: "put",
|
|
5769
5769
|
method: "putId",
|
|
5770
|
-
path: "",
|
|
5770
|
+
path: "{id}",
|
|
5771
5771
|
hasPathParams: true,
|
|
5772
5772
|
hasData: true
|
|
5773
5773
|
}
|
|
@@ -5816,13 +5816,13 @@ export const apiConfig = [
|
|
|
5816
5816
|
{
|
|
5817
5817
|
mode: "get",
|
|
5818
5818
|
method: "getId",
|
|
5819
|
-
path: "",
|
|
5819
|
+
path: "{id}",
|
|
5820
5820
|
hasPathParams: true
|
|
5821
5821
|
},
|
|
5822
5822
|
{
|
|
5823
5823
|
mode: "put",
|
|
5824
5824
|
method: "putId",
|
|
5825
|
-
path: "",
|
|
5825
|
+
path: "{id}",
|
|
5826
5826
|
hasPathParams: true,
|
|
5827
5827
|
hasData: true
|
|
5828
5828
|
}
|
|
@@ -5906,7 +5906,7 @@ export const apiConfig = [
|
|
|
5906
5906
|
{
|
|
5907
5907
|
mode: "put",
|
|
5908
5908
|
method: "putId",
|
|
5909
|
-
path: "",
|
|
5909
|
+
path: "{id}",
|
|
5910
5910
|
hasPathParams: true,
|
|
5911
5911
|
hasData: true
|
|
5912
5912
|
}
|
|
@@ -5960,7 +5960,7 @@ export const apiConfig = [
|
|
|
5960
5960
|
{
|
|
5961
5961
|
mode: "put",
|
|
5962
5962
|
method: "putId",
|
|
5963
|
-
path: "",
|
|
5963
|
+
path: "{id}",
|
|
5964
5964
|
hasPathParams: true,
|
|
5965
5965
|
hasData: true
|
|
5966
5966
|
}
|
|
@@ -6002,7 +6002,7 @@ export const apiConfig = [
|
|
|
6002
6002
|
{
|
|
6003
6003
|
mode: "put",
|
|
6004
6004
|
method: "putId",
|
|
6005
|
-
path: "",
|
|
6005
|
+
path: "{id}",
|
|
6006
6006
|
hasPathParams: true,
|
|
6007
6007
|
hasData: true
|
|
6008
6008
|
}
|
|
@@ -6044,7 +6044,7 @@ export const apiConfig = [
|
|
|
6044
6044
|
{
|
|
6045
6045
|
mode: "put",
|
|
6046
6046
|
method: "putId",
|
|
6047
|
-
path: "",
|
|
6047
|
+
path: "{id}",
|
|
6048
6048
|
hasPathParams: true,
|
|
6049
6049
|
hasData: true
|
|
6050
6050
|
}
|
|
@@ -6086,7 +6086,7 @@ export const apiConfig = [
|
|
|
6086
6086
|
{
|
|
6087
6087
|
mode: "put",
|
|
6088
6088
|
method: "putId",
|
|
6089
|
-
path: "",
|
|
6089
|
+
path: "{id}",
|
|
6090
6090
|
hasPathParams: true,
|
|
6091
6091
|
hasData: true
|
|
6092
6092
|
}
|
|
@@ -6128,7 +6128,7 @@ export const apiConfig = [
|
|
|
6128
6128
|
{
|
|
6129
6129
|
mode: "put",
|
|
6130
6130
|
method: "putId",
|
|
6131
|
-
path: "",
|
|
6131
|
+
path: "{id}",
|
|
6132
6132
|
hasPathParams: true,
|
|
6133
6133
|
hasData: true
|
|
6134
6134
|
}
|
|
@@ -6332,7 +6332,7 @@ export const apiConfig = [
|
|
|
6332
6332
|
{
|
|
6333
6333
|
mode: "put",
|
|
6334
6334
|
method: "putId",
|
|
6335
|
-
path: "",
|
|
6335
|
+
path: "{id}",
|
|
6336
6336
|
hasPathParams: true,
|
|
6337
6337
|
hasData: true
|
|
6338
6338
|
}
|
|
@@ -6422,7 +6422,7 @@ export const apiConfig = [
|
|
|
6422
6422
|
{
|
|
6423
6423
|
mode: "put",
|
|
6424
6424
|
method: "putId",
|
|
6425
|
-
path: "",
|
|
6425
|
+
path: "{id}",
|
|
6426
6426
|
hasPathParams: true,
|
|
6427
6427
|
hasData: true
|
|
6428
6428
|
}
|
|
@@ -6464,7 +6464,7 @@ export const apiConfig = [
|
|
|
6464
6464
|
{
|
|
6465
6465
|
mode: "put",
|
|
6466
6466
|
method: "putId",
|
|
6467
|
-
path: "",
|
|
6467
|
+
path: "{id}",
|
|
6468
6468
|
hasPathParams: true,
|
|
6469
6469
|
hasData: true
|
|
6470
6470
|
}
|
|
@@ -6564,7 +6564,7 @@ export const apiConfig = [
|
|
|
6564
6564
|
{
|
|
6565
6565
|
mode: "put",
|
|
6566
6566
|
method: "putId",
|
|
6567
|
-
path: "",
|
|
6567
|
+
path: "{id}",
|
|
6568
6568
|
hasPathParams: true,
|
|
6569
6569
|
hasData: true
|
|
6570
6570
|
}
|
|
@@ -6637,7 +6637,7 @@ export const apiConfig = [
|
|
|
6637
6637
|
{
|
|
6638
6638
|
mode: "put",
|
|
6639
6639
|
method: "putId",
|
|
6640
|
-
path: "",
|
|
6640
|
+
path: "{id}",
|
|
6641
6641
|
hasPathParams: true,
|
|
6642
6642
|
hasData: true
|
|
6643
6643
|
}
|
|
@@ -6803,7 +6803,7 @@ export const apiConfig = [
|
|
|
6803
6803
|
{
|
|
6804
6804
|
mode: "put",
|
|
6805
6805
|
method: "putId",
|
|
6806
|
-
path: "",
|
|
6806
|
+
path: "{id}",
|
|
6807
6807
|
hasPathParams: true,
|
|
6808
6808
|
hasData: true
|
|
6809
6809
|
}
|
|
@@ -6851,7 +6851,7 @@ export const apiConfig = [
|
|
|
6851
6851
|
{
|
|
6852
6852
|
mode: "put",
|
|
6853
6853
|
method: "putId",
|
|
6854
|
-
path: "",
|
|
6854
|
+
path: "{id}",
|
|
6855
6855
|
hasPathParams: true,
|
|
6856
6856
|
hasData: true
|
|
6857
6857
|
}
|
|
@@ -6916,7 +6916,7 @@ export const apiConfig = [
|
|
|
6916
6916
|
{
|
|
6917
6917
|
mode: "put",
|
|
6918
6918
|
method: "putId",
|
|
6919
|
-
path: "",
|
|
6919
|
+
path: "{id}",
|
|
6920
6920
|
hasPathParams: true,
|
|
6921
6921
|
hasData: true
|
|
6922
6922
|
}
|
|
@@ -6994,7 +6994,7 @@ export const apiConfig = [
|
|
|
6994
6994
|
{
|
|
6995
6995
|
mode: "put",
|
|
6996
6996
|
method: "putId",
|
|
6997
|
-
path: "",
|
|
6997
|
+
path: "{id}",
|
|
6998
6998
|
hasPathParams: true,
|
|
6999
6999
|
hasData: true
|
|
7000
7000
|
}
|
|
@@ -7042,7 +7042,7 @@ export const apiConfig = [
|
|
|
7042
7042
|
{
|
|
7043
7043
|
mode: "put",
|
|
7044
7044
|
method: "putId",
|
|
7045
|
-
path: "",
|
|
7045
|
+
path: "{id}",
|
|
7046
7046
|
hasPathParams: true,
|
|
7047
7047
|
hasData: true
|
|
7048
7048
|
}
|
|
@@ -7119,7 +7119,7 @@ export const apiConfig = [
|
|
|
7119
7119
|
{
|
|
7120
7120
|
mode: "put",
|
|
7121
7121
|
method: "putId",
|
|
7122
|
-
path: "",
|
|
7122
|
+
path: "{id}",
|
|
7123
7123
|
hasPathParams: true,
|
|
7124
7124
|
hasData: true
|
|
7125
7125
|
}
|
|
@@ -7191,7 +7191,7 @@ export const apiConfig = [
|
|
|
7191
7191
|
{
|
|
7192
7192
|
mode: "put",
|
|
7193
7193
|
method: "putId",
|
|
7194
|
-
path: "",
|
|
7194
|
+
path: "{id}",
|
|
7195
7195
|
hasPathParams: true,
|
|
7196
7196
|
hasData: true
|
|
7197
7197
|
}
|
|
@@ -7255,7 +7255,7 @@ export const apiConfig = [
|
|
|
7255
7255
|
{
|
|
7256
7256
|
mode: "put",
|
|
7257
7257
|
method: "putId",
|
|
7258
|
-
path: "",
|
|
7258
|
+
path: "{id}",
|
|
7259
7259
|
hasPathParams: true,
|
|
7260
7260
|
hasData: true
|
|
7261
7261
|
}
|
|
@@ -7308,7 +7308,7 @@ export const apiConfig = [
|
|
|
7308
7308
|
{
|
|
7309
7309
|
mode: "put",
|
|
7310
7310
|
method: "putId",
|
|
7311
|
-
path: "",
|
|
7311
|
+
path: "{id}",
|
|
7312
7312
|
hasPathParams: true,
|
|
7313
7313
|
hasData: true
|
|
7314
7314
|
}
|
|
@@ -7367,7 +7367,7 @@ export const apiConfig = [
|
|
|
7367
7367
|
{
|
|
7368
7368
|
mode: "put",
|
|
7369
7369
|
method: "putId",
|
|
7370
|
-
path: "",
|
|
7370
|
+
path: "{id}",
|
|
7371
7371
|
hasPathParams: true,
|
|
7372
7372
|
hasData: true
|
|
7373
7373
|
}
|
|
@@ -7415,7 +7415,7 @@ export const apiConfig = [
|
|
|
7415
7415
|
{
|
|
7416
7416
|
mode: "put",
|
|
7417
7417
|
method: "putId",
|
|
7418
|
-
path: "",
|
|
7418
|
+
path: "{id}",
|
|
7419
7419
|
hasPathParams: true,
|
|
7420
7420
|
hasData: true
|
|
7421
7421
|
}
|
|
@@ -7486,7 +7486,7 @@ export const apiConfig = [
|
|
|
7486
7486
|
{
|
|
7487
7487
|
mode: "put",
|
|
7488
7488
|
method: "putId",
|
|
7489
|
-
path: "",
|
|
7489
|
+
path: "{id}",
|
|
7490
7490
|
hasPathParams: true,
|
|
7491
7491
|
hasData: true
|
|
7492
7492
|
}
|
|
@@ -7528,7 +7528,7 @@ export const apiConfig = [
|
|
|
7528
7528
|
{
|
|
7529
7529
|
mode: "put",
|
|
7530
7530
|
method: "putId",
|
|
7531
|
-
path: "",
|
|
7531
|
+
path: "{id}",
|
|
7532
7532
|
hasPathParams: true,
|
|
7533
7533
|
hasData: true
|
|
7534
7534
|
}
|
|
@@ -7570,7 +7570,7 @@ export const apiConfig = [
|
|
|
7570
7570
|
{
|
|
7571
7571
|
mode: "put",
|
|
7572
7572
|
method: "putId",
|
|
7573
|
-
path: "",
|
|
7573
|
+
path: "{id}",
|
|
7574
7574
|
hasPathParams: true,
|
|
7575
7575
|
hasData: true
|
|
7576
7576
|
}
|
|
@@ -7600,7 +7600,7 @@ export const apiConfig = [
|
|
|
7600
7600
|
{
|
|
7601
7601
|
mode: "put",
|
|
7602
7602
|
method: "putId",
|
|
7603
|
-
path: "",
|
|
7603
|
+
path: "{id}",
|
|
7604
7604
|
hasPathParams: true,
|
|
7605
7605
|
hasData: true
|
|
7606
7606
|
}
|
|
@@ -7653,7 +7653,7 @@ export const apiConfig = [
|
|
|
7653
7653
|
{
|
|
7654
7654
|
mode: "put",
|
|
7655
7655
|
method: "putId",
|
|
7656
|
-
path: "",
|
|
7656
|
+
path: "{id}",
|
|
7657
7657
|
hasPathParams: true,
|
|
7658
7658
|
hasData: true
|
|
7659
7659
|
}
|
|
@@ -7684,7 +7684,7 @@ export const apiConfig = [
|
|
|
7684
7684
|
{
|
|
7685
7685
|
mode: "put",
|
|
7686
7686
|
method: "putId",
|
|
7687
|
-
path: "",
|
|
7687
|
+
path: "{id}",
|
|
7688
7688
|
hasPathParams: true,
|
|
7689
7689
|
hasData: true
|
|
7690
7690
|
}
|
|
@@ -7774,7 +7774,7 @@ export const apiConfig = [
|
|
|
7774
7774
|
{
|
|
7775
7775
|
mode: "put",
|
|
7776
7776
|
method: "putId",
|
|
7777
|
-
path: "",
|
|
7777
|
+
path: "{id}",
|
|
7778
7778
|
hasPathParams: true,
|
|
7779
7779
|
hasData: true
|
|
7780
7780
|
}
|
|
@@ -7876,7 +7876,7 @@ export const apiConfig = [
|
|
|
7876
7876
|
{
|
|
7877
7877
|
mode: "put",
|
|
7878
7878
|
method: "putId",
|
|
7879
|
-
path: "",
|
|
7879
|
+
path: "{id}",
|
|
7880
7880
|
hasPathParams: true,
|
|
7881
7881
|
hasData: true
|
|
7882
7882
|
}
|