@djangocfg/api 1.2.0 → 1.2.2
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 +16 -356
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +181 -650
- package/dist/index.d.ts +181 -650
- package/dist/index.mjs +16 -356
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/client.ts +5 -8
- package/src/cfg/generated/schema.ts +0 -336
- package/src/cfg/services_deprecated/README.md +53 -0
- package/src/index.ts +2 -2
- /package/src/cfg/{services → services_deprecated}/auth/AuthService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/auth/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/leads/LeadsService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/leads/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/newsletter/BulkEmailService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/newsletter/CampaignsService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/newsletter/NewsletterService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/newsletter/NewslettersListService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/newsletter/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/payments/ApiKeysService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/payments/DashboardService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/payments/PaymentsService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/payments/SubscriptionsService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/payments/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/support/SupportService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/support/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/tasks/TasksService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/tasks/index.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/webhooks/WebhooksService.ts +0 -0
- /package/src/cfg/{services → services_deprecated}/webhooks/index.ts +0 -0
|
@@ -5705,9 +5705,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
5705
5705
|
{
|
|
5706
5706
|
"jwtAuth": []
|
|
5707
5707
|
},
|
|
5708
|
-
{
|
|
5709
|
-
"cookieAuth": []
|
|
5710
|
-
},
|
|
5711
5708
|
{}
|
|
5712
5709
|
],
|
|
5713
5710
|
"tags": [
|
|
@@ -5776,9 +5773,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
5776
5773
|
{
|
|
5777
5774
|
"jwtAuth": []
|
|
5778
5775
|
},
|
|
5779
|
-
{
|
|
5780
|
-
"cookieAuth": []
|
|
5781
|
-
},
|
|
5782
5776
|
{}
|
|
5783
5777
|
],
|
|
5784
5778
|
"tags": [
|
|
@@ -5816,9 +5810,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
5816
5810
|
"security": [
|
|
5817
5811
|
{
|
|
5818
5812
|
"jwtAuth": []
|
|
5819
|
-
},
|
|
5820
|
-
{
|
|
5821
|
-
"cookieAuth": []
|
|
5822
5813
|
}
|
|
5823
5814
|
],
|
|
5824
5815
|
"summary": "Get current user profile",
|
|
@@ -5886,9 +5877,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
5886
5877
|
"security": [
|
|
5887
5878
|
{
|
|
5888
5879
|
"jwtAuth": []
|
|
5889
|
-
},
|
|
5890
|
-
{
|
|
5891
|
-
"cookieAuth": []
|
|
5892
5880
|
}
|
|
5893
5881
|
],
|
|
5894
5882
|
"summary": "Upload user avatar",
|
|
@@ -5968,9 +5956,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
5968
5956
|
"security": [
|
|
5969
5957
|
{
|
|
5970
5958
|
"jwtAuth": []
|
|
5971
|
-
},
|
|
5972
|
-
{
|
|
5973
|
-
"cookieAuth": []
|
|
5974
5959
|
}
|
|
5975
5960
|
],
|
|
5976
5961
|
"summary": "Partial update user profile",
|
|
@@ -6048,9 +6033,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6048
6033
|
"security": [
|
|
6049
6034
|
{
|
|
6050
6035
|
"jwtAuth": []
|
|
6051
|
-
},
|
|
6052
|
-
{
|
|
6053
|
-
"cookieAuth": []
|
|
6054
6036
|
}
|
|
6055
6037
|
],
|
|
6056
6038
|
"summary": "Partial update user profile",
|
|
@@ -6130,9 +6112,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6130
6112
|
"security": [
|
|
6131
6113
|
{
|
|
6132
6114
|
"jwtAuth": []
|
|
6133
|
-
},
|
|
6134
|
-
{
|
|
6135
|
-
"cookieAuth": []
|
|
6136
6115
|
}
|
|
6137
6116
|
],
|
|
6138
6117
|
"summary": "Update user profile",
|
|
@@ -6210,9 +6189,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6210
6189
|
"security": [
|
|
6211
6190
|
{
|
|
6212
6191
|
"jwtAuth": []
|
|
6213
|
-
},
|
|
6214
|
-
{
|
|
6215
|
-
"cookieAuth": []
|
|
6216
6192
|
}
|
|
6217
6193
|
],
|
|
6218
6194
|
"summary": "Update user profile",
|
|
@@ -6284,9 +6260,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6284
6260
|
{
|
|
6285
6261
|
"jwtAuth": []
|
|
6286
6262
|
},
|
|
6287
|
-
{
|
|
6288
|
-
"cookieAuth": []
|
|
6289
|
-
},
|
|
6290
6263
|
{}
|
|
6291
6264
|
],
|
|
6292
6265
|
"tags": [
|
|
@@ -6315,9 +6288,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6315
6288
|
{
|
|
6316
6289
|
"jwtAuth": []
|
|
6317
6290
|
},
|
|
6318
|
-
{
|
|
6319
|
-
"cookieAuth": []
|
|
6320
|
-
},
|
|
6321
6291
|
{}
|
|
6322
6292
|
],
|
|
6323
6293
|
"tags": [
|
|
@@ -6346,9 +6316,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6346
6316
|
{
|
|
6347
6317
|
"jwtAuth": []
|
|
6348
6318
|
},
|
|
6349
|
-
{
|
|
6350
|
-
"cookieAuth": []
|
|
6351
|
-
},
|
|
6352
6319
|
{}
|
|
6353
6320
|
],
|
|
6354
6321
|
"tags": [
|
|
@@ -6396,9 +6363,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6396
6363
|
"security": [
|
|
6397
6364
|
{
|
|
6398
6365
|
"jwtAuth": []
|
|
6399
|
-
},
|
|
6400
|
-
{
|
|
6401
|
-
"cookieAuth": []
|
|
6402
6366
|
}
|
|
6403
6367
|
],
|
|
6404
6368
|
"tags": [
|
|
@@ -6444,9 +6408,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6444
6408
|
"security": [
|
|
6445
6409
|
{
|
|
6446
6410
|
"jwtAuth": []
|
|
6447
|
-
},
|
|
6448
|
-
{
|
|
6449
|
-
"cookieAuth": []
|
|
6450
6411
|
}
|
|
6451
6412
|
],
|
|
6452
6413
|
"tags": [
|
|
@@ -6514,9 +6475,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6514
6475
|
"security": [
|
|
6515
6476
|
{
|
|
6516
6477
|
"jwtAuth": []
|
|
6517
|
-
},
|
|
6518
|
-
{
|
|
6519
|
-
"cookieAuth": []
|
|
6520
6478
|
}
|
|
6521
6479
|
],
|
|
6522
6480
|
"summary": "Process chat query with RAG",
|
|
@@ -6550,9 +6508,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6550
6508
|
"security": [
|
|
6551
6509
|
{
|
|
6552
6510
|
"jwtAuth": []
|
|
6553
|
-
},
|
|
6554
|
-
{
|
|
6555
|
-
"cookieAuth": []
|
|
6556
6511
|
}
|
|
6557
6512
|
],
|
|
6558
6513
|
"tags": [
|
|
@@ -6590,9 +6545,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6590
6545
|
"security": [
|
|
6591
6546
|
{
|
|
6592
6547
|
"jwtAuth": []
|
|
6593
|
-
},
|
|
6594
|
-
{
|
|
6595
|
-
"cookieAuth": []
|
|
6596
6548
|
}
|
|
6597
6549
|
],
|
|
6598
6550
|
"tags": [
|
|
@@ -6649,9 +6601,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6649
6601
|
"security": [
|
|
6650
6602
|
{
|
|
6651
6603
|
"jwtAuth": []
|
|
6652
|
-
},
|
|
6653
|
-
{
|
|
6654
|
-
"cookieAuth": []
|
|
6655
6604
|
}
|
|
6656
6605
|
],
|
|
6657
6606
|
"tags": [
|
|
@@ -6709,9 +6658,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6709
6658
|
"security": [
|
|
6710
6659
|
{
|
|
6711
6660
|
"jwtAuth": []
|
|
6712
|
-
},
|
|
6713
|
-
{
|
|
6714
|
-
"cookieAuth": []
|
|
6715
6661
|
}
|
|
6716
6662
|
],
|
|
6717
6663
|
"tags": [
|
|
@@ -6751,9 +6697,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6751
6697
|
"security": [
|
|
6752
6698
|
{
|
|
6753
6699
|
"jwtAuth": []
|
|
6754
|
-
},
|
|
6755
|
-
{
|
|
6756
|
-
"cookieAuth": []
|
|
6757
6700
|
}
|
|
6758
6701
|
],
|
|
6759
6702
|
"summary": "Get chat history",
|
|
@@ -6810,9 +6753,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6810
6753
|
"security": [
|
|
6811
6754
|
{
|
|
6812
6755
|
"jwtAuth": []
|
|
6813
|
-
},
|
|
6814
|
-
{
|
|
6815
|
-
"cookieAuth": []
|
|
6816
6756
|
}
|
|
6817
6757
|
],
|
|
6818
6758
|
"summary": "List user documents",
|
|
@@ -6888,9 +6828,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6888
6828
|
"security": [
|
|
6889
6829
|
{
|
|
6890
6830
|
"jwtAuth": []
|
|
6891
|
-
},
|
|
6892
|
-
{
|
|
6893
|
-
"cookieAuth": []
|
|
6894
6831
|
}
|
|
6895
6832
|
],
|
|
6896
6833
|
"summary": "Upload new document",
|
|
@@ -6919,9 +6856,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6919
6856
|
"security": [
|
|
6920
6857
|
{
|
|
6921
6858
|
"jwtAuth": []
|
|
6922
|
-
},
|
|
6923
|
-
{
|
|
6924
|
-
"cookieAuth": []
|
|
6925
6859
|
}
|
|
6926
6860
|
],
|
|
6927
6861
|
"summary": "Get processing statistics",
|
|
@@ -6958,9 +6892,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
6958
6892
|
"security": [
|
|
6959
6893
|
{
|
|
6960
6894
|
"jwtAuth": []
|
|
6961
|
-
},
|
|
6962
|
-
{
|
|
6963
|
-
"cookieAuth": []
|
|
6964
6895
|
}
|
|
6965
6896
|
],
|
|
6966
6897
|
"summary": "Delete document",
|
|
@@ -7002,9 +6933,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7002
6933
|
"security": [
|
|
7003
6934
|
{
|
|
7004
6935
|
"jwtAuth": []
|
|
7005
|
-
},
|
|
7006
|
-
{
|
|
7007
|
-
"cookieAuth": []
|
|
7008
6936
|
}
|
|
7009
6937
|
],
|
|
7010
6938
|
"summary": "Get document details",
|
|
@@ -7062,9 +6990,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7062
6990
|
"security": [
|
|
7063
6991
|
{
|
|
7064
6992
|
"jwtAuth": []
|
|
7065
|
-
},
|
|
7066
|
-
{
|
|
7067
|
-
"cookieAuth": []
|
|
7068
6993
|
}
|
|
7069
6994
|
],
|
|
7070
6995
|
"tags": [
|
|
@@ -7122,9 +7047,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7122
7047
|
"security": [
|
|
7123
7048
|
{
|
|
7124
7049
|
"jwtAuth": []
|
|
7125
|
-
},
|
|
7126
|
-
{
|
|
7127
|
-
"cookieAuth": []
|
|
7128
7050
|
}
|
|
7129
7051
|
],
|
|
7130
7052
|
"tags": [
|
|
@@ -7184,9 +7106,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7184
7106
|
"security": [
|
|
7185
7107
|
{
|
|
7186
7108
|
"jwtAuth": []
|
|
7187
|
-
},
|
|
7188
|
-
{
|
|
7189
|
-
"cookieAuth": []
|
|
7190
7109
|
}
|
|
7191
7110
|
],
|
|
7192
7111
|
"summary": "Reprocess document",
|
|
@@ -7227,9 +7146,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7227
7146
|
"security": [
|
|
7228
7147
|
{
|
|
7229
7148
|
"jwtAuth": []
|
|
7230
|
-
},
|
|
7231
|
-
{
|
|
7232
|
-
"cookieAuth": []
|
|
7233
7149
|
}
|
|
7234
7150
|
],
|
|
7235
7151
|
"summary": "Get document processing status",
|
|
@@ -7278,9 +7194,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7278
7194
|
"security": [
|
|
7279
7195
|
{
|
|
7280
7196
|
"jwtAuth": []
|
|
7281
|
-
},
|
|
7282
|
-
{
|
|
7283
|
-
"cookieAuth": []
|
|
7284
7197
|
}
|
|
7285
7198
|
],
|
|
7286
7199
|
"summary": "List user chat sessions",
|
|
@@ -7326,9 +7239,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7326
7239
|
"security": [
|
|
7327
7240
|
{
|
|
7328
7241
|
"jwtAuth": []
|
|
7329
|
-
},
|
|
7330
|
-
{
|
|
7331
|
-
"cookieAuth": []
|
|
7332
7242
|
}
|
|
7333
7243
|
],
|
|
7334
7244
|
"summary": "Create new chat session",
|
|
@@ -7362,9 +7272,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7362
7272
|
"security": [
|
|
7363
7273
|
{
|
|
7364
7274
|
"jwtAuth": []
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"cookieAuth": []
|
|
7368
7275
|
}
|
|
7369
7276
|
],
|
|
7370
7277
|
"tags": [
|
|
@@ -7402,9 +7309,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7402
7309
|
"security": [
|
|
7403
7310
|
{
|
|
7404
7311
|
"jwtAuth": []
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"cookieAuth": []
|
|
7408
7312
|
}
|
|
7409
7313
|
],
|
|
7410
7314
|
"tags": [
|
|
@@ -7461,9 +7365,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7461
7365
|
"security": [
|
|
7462
7366
|
{
|
|
7463
7367
|
"jwtAuth": []
|
|
7464
|
-
},
|
|
7465
|
-
{
|
|
7466
|
-
"cookieAuth": []
|
|
7467
7368
|
}
|
|
7468
7369
|
],
|
|
7469
7370
|
"tags": [
|
|
@@ -7520,9 +7421,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7520
7421
|
"security": [
|
|
7521
7422
|
{
|
|
7522
7423
|
"jwtAuth": []
|
|
7523
|
-
},
|
|
7524
|
-
{
|
|
7525
|
-
"cookieAuth": []
|
|
7526
7424
|
}
|
|
7527
7425
|
],
|
|
7528
7426
|
"tags": [
|
|
@@ -7581,9 +7479,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7581
7479
|
"security": [
|
|
7582
7480
|
{
|
|
7583
7481
|
"jwtAuth": []
|
|
7584
|
-
},
|
|
7585
|
-
{
|
|
7586
|
-
"cookieAuth": []
|
|
7587
7482
|
}
|
|
7588
7483
|
],
|
|
7589
7484
|
"summary": "Activate chat session",
|
|
@@ -7643,9 +7538,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7643
7538
|
"security": [
|
|
7644
7539
|
{
|
|
7645
7540
|
"jwtAuth": []
|
|
7646
|
-
},
|
|
7647
|
-
{
|
|
7648
|
-
"cookieAuth": []
|
|
7649
7541
|
}
|
|
7650
7542
|
],
|
|
7651
7543
|
"summary": "Archive chat session",
|
|
@@ -7695,9 +7587,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7695
7587
|
{
|
|
7696
7588
|
"jwtAuth": []
|
|
7697
7589
|
},
|
|
7698
|
-
{
|
|
7699
|
-
"cookieAuth": []
|
|
7700
|
-
},
|
|
7701
7590
|
{}
|
|
7702
7591
|
],
|
|
7703
7592
|
"summary": "List public categories",
|
|
@@ -7742,9 +7631,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7742
7631
|
{
|
|
7743
7632
|
"jwtAuth": []
|
|
7744
7633
|
},
|
|
7745
|
-
{
|
|
7746
|
-
"cookieAuth": []
|
|
7747
|
-
},
|
|
7748
7634
|
{}
|
|
7749
7635
|
],
|
|
7750
7636
|
"summary": "Get public category details",
|
|
@@ -7810,9 +7696,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7810
7696
|
{
|
|
7811
7697
|
"jwtAuth": []
|
|
7812
7698
|
},
|
|
7813
|
-
{
|
|
7814
|
-
"cookieAuth": []
|
|
7815
|
-
},
|
|
7816
7699
|
{}
|
|
7817
7700
|
],
|
|
7818
7701
|
"summary": "List public documents",
|
|
@@ -7857,9 +7740,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7857
7740
|
{
|
|
7858
7741
|
"jwtAuth": []
|
|
7859
7742
|
},
|
|
7860
|
-
{
|
|
7861
|
-
"cookieAuth": []
|
|
7862
|
-
},
|
|
7863
7743
|
{}
|
|
7864
7744
|
],
|
|
7865
7745
|
"summary": "Get public document details",
|
|
@@ -7908,9 +7788,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7908
7788
|
"security": [
|
|
7909
7789
|
{
|
|
7910
7790
|
"jwtAuth": []
|
|
7911
|
-
},
|
|
7912
|
-
{
|
|
7913
|
-
"cookieAuth": []
|
|
7914
7791
|
}
|
|
7915
7792
|
],
|
|
7916
7793
|
"tags": [
|
|
@@ -7978,9 +7855,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
7978
7855
|
"security": [
|
|
7979
7856
|
{
|
|
7980
7857
|
"jwtAuth": []
|
|
7981
|
-
},
|
|
7982
|
-
{
|
|
7983
|
-
"cookieAuth": []
|
|
7984
7858
|
}
|
|
7985
7859
|
],
|
|
7986
7860
|
"summary": "Upload and process archive",
|
|
@@ -8024,9 +7898,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8024
7898
|
"security": [
|
|
8025
7899
|
{
|
|
8026
7900
|
"jwtAuth": []
|
|
8027
|
-
},
|
|
8028
|
-
{
|
|
8029
|
-
"cookieAuth": []
|
|
8030
7901
|
}
|
|
8031
7902
|
],
|
|
8032
7903
|
"summary": "Re-vectorize chunks",
|
|
@@ -8055,9 +7926,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8055
7926
|
"security": [
|
|
8056
7927
|
{
|
|
8057
7928
|
"jwtAuth": []
|
|
8058
|
-
},
|
|
8059
|
-
{
|
|
8060
|
-
"cookieAuth": []
|
|
8061
7929
|
}
|
|
8062
7930
|
],
|
|
8063
7931
|
"summary": "Get archive statistics",
|
|
@@ -8086,9 +7954,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8086
7954
|
"security": [
|
|
8087
7955
|
{
|
|
8088
7956
|
"jwtAuth": []
|
|
8089
|
-
},
|
|
8090
|
-
{
|
|
8091
|
-
"cookieAuth": []
|
|
8092
7957
|
}
|
|
8093
7958
|
],
|
|
8094
7959
|
"summary": "Get vectorization statistics",
|
|
@@ -8122,9 +7987,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8122
7987
|
"security": [
|
|
8123
7988
|
{
|
|
8124
7989
|
"jwtAuth": []
|
|
8125
|
-
},
|
|
8126
|
-
{
|
|
8127
|
-
"cookieAuth": []
|
|
8128
7990
|
}
|
|
8129
7991
|
],
|
|
8130
7992
|
"tags": [
|
|
@@ -8162,9 +8024,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8162
8024
|
"security": [
|
|
8163
8025
|
{
|
|
8164
8026
|
"jwtAuth": []
|
|
8165
|
-
},
|
|
8166
|
-
{
|
|
8167
|
-
"cookieAuth": []
|
|
8168
8027
|
}
|
|
8169
8028
|
],
|
|
8170
8029
|
"tags": [
|
|
@@ -8216,9 +8075,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8216
8075
|
"security": [
|
|
8217
8076
|
{
|
|
8218
8077
|
"jwtAuth": []
|
|
8219
|
-
},
|
|
8220
|
-
{
|
|
8221
|
-
"cookieAuth": []
|
|
8222
8078
|
}
|
|
8223
8079
|
],
|
|
8224
8080
|
"tags": [
|
|
@@ -8271,9 +8127,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8271
8127
|
"security": [
|
|
8272
8128
|
{
|
|
8273
8129
|
"jwtAuth": []
|
|
8274
|
-
},
|
|
8275
|
-
{
|
|
8276
|
-
"cookieAuth": []
|
|
8277
8130
|
}
|
|
8278
8131
|
],
|
|
8279
8132
|
"tags": [
|
|
@@ -8313,9 +8166,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8313
8166
|
"security": [
|
|
8314
8167
|
{
|
|
8315
8168
|
"jwtAuth": []
|
|
8316
|
-
},
|
|
8317
|
-
{
|
|
8318
|
-
"cookieAuth": []
|
|
8319
8169
|
}
|
|
8320
8170
|
],
|
|
8321
8171
|
"summary": "Get archive file tree",
|
|
@@ -8374,9 +8224,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8374
8224
|
"security": [
|
|
8375
8225
|
{
|
|
8376
8226
|
"jwtAuth": []
|
|
8377
|
-
},
|
|
8378
|
-
{
|
|
8379
|
-
"cookieAuth": []
|
|
8380
8227
|
}
|
|
8381
8228
|
],
|
|
8382
8229
|
"summary": "Get archive items",
|
|
@@ -8450,9 +8297,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8450
8297
|
"security": [
|
|
8451
8298
|
{
|
|
8452
8299
|
"jwtAuth": []
|
|
8453
|
-
},
|
|
8454
|
-
{
|
|
8455
|
-
"cookieAuth": []
|
|
8456
8300
|
}
|
|
8457
8301
|
],
|
|
8458
8302
|
"summary": "Search archive chunks",
|
|
@@ -8501,9 +8345,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8501
8345
|
"security": [
|
|
8502
8346
|
{
|
|
8503
8347
|
"jwtAuth": []
|
|
8504
|
-
},
|
|
8505
|
-
{
|
|
8506
|
-
"cookieAuth": []
|
|
8507
8348
|
}
|
|
8508
8349
|
],
|
|
8509
8350
|
"tags": [
|
|
@@ -8549,9 +8390,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8549
8390
|
"security": [
|
|
8550
8391
|
{
|
|
8551
8392
|
"jwtAuth": []
|
|
8552
|
-
},
|
|
8553
|
-
{
|
|
8554
|
-
"cookieAuth": []
|
|
8555
8393
|
}
|
|
8556
8394
|
],
|
|
8557
8395
|
"tags": [
|
|
@@ -8584,9 +8422,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8584
8422
|
"security": [
|
|
8585
8423
|
{
|
|
8586
8424
|
"jwtAuth": []
|
|
8587
|
-
},
|
|
8588
|
-
{
|
|
8589
|
-
"cookieAuth": []
|
|
8590
8425
|
}
|
|
8591
8426
|
],
|
|
8592
8427
|
"tags": [
|
|
@@ -8624,9 +8459,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8624
8459
|
"security": [
|
|
8625
8460
|
{
|
|
8626
8461
|
"jwtAuth": []
|
|
8627
|
-
},
|
|
8628
|
-
{
|
|
8629
|
-
"cookieAuth": []
|
|
8630
8462
|
}
|
|
8631
8463
|
],
|
|
8632
8464
|
"tags": [
|
|
@@ -8683,9 +8515,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8683
8515
|
"security": [
|
|
8684
8516
|
{
|
|
8685
8517
|
"jwtAuth": []
|
|
8686
|
-
},
|
|
8687
|
-
{
|
|
8688
|
-
"cookieAuth": []
|
|
8689
8518
|
}
|
|
8690
8519
|
],
|
|
8691
8520
|
"tags": [
|
|
@@ -8743,9 +8572,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8743
8572
|
"security": [
|
|
8744
8573
|
{
|
|
8745
8574
|
"jwtAuth": []
|
|
8746
|
-
},
|
|
8747
|
-
{
|
|
8748
|
-
"cookieAuth": []
|
|
8749
8575
|
}
|
|
8750
8576
|
],
|
|
8751
8577
|
"tags": [
|
|
@@ -8785,9 +8611,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8785
8611
|
"security": [
|
|
8786
8612
|
{
|
|
8787
8613
|
"jwtAuth": []
|
|
8788
|
-
},
|
|
8789
|
-
{
|
|
8790
|
-
"cookieAuth": []
|
|
8791
8614
|
}
|
|
8792
8615
|
],
|
|
8793
8616
|
"summary": "Get chunk context",
|
|
@@ -8848,9 +8671,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8848
8671
|
"security": [
|
|
8849
8672
|
{
|
|
8850
8673
|
"jwtAuth": []
|
|
8851
|
-
},
|
|
8852
|
-
{
|
|
8853
|
-
"cookieAuth": []
|
|
8854
8674
|
}
|
|
8855
8675
|
],
|
|
8856
8676
|
"summary": "Vectorize chunk",
|
|
@@ -8899,9 +8719,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8899
8719
|
"security": [
|
|
8900
8720
|
{
|
|
8901
8721
|
"jwtAuth": []
|
|
8902
|
-
},
|
|
8903
|
-
{
|
|
8904
|
-
"cookieAuth": []
|
|
8905
8722
|
}
|
|
8906
8723
|
],
|
|
8907
8724
|
"tags": [
|
|
@@ -8947,9 +8764,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8947
8764
|
"security": [
|
|
8948
8765
|
{
|
|
8949
8766
|
"jwtAuth": []
|
|
8950
|
-
},
|
|
8951
|
-
{
|
|
8952
|
-
"cookieAuth": []
|
|
8953
8767
|
}
|
|
8954
8768
|
],
|
|
8955
8769
|
"tags": [
|
|
@@ -8982,9 +8796,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8982
8796
|
"security": [
|
|
8983
8797
|
{
|
|
8984
8798
|
"jwtAuth": []
|
|
8985
|
-
},
|
|
8986
|
-
{
|
|
8987
|
-
"cookieAuth": []
|
|
8988
8799
|
}
|
|
8989
8800
|
],
|
|
8990
8801
|
"tags": [
|
|
@@ -9022,9 +8833,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9022
8833
|
"security": [
|
|
9023
8834
|
{
|
|
9024
8835
|
"jwtAuth": []
|
|
9025
|
-
},
|
|
9026
|
-
{
|
|
9027
|
-
"cookieAuth": []
|
|
9028
8836
|
}
|
|
9029
8837
|
],
|
|
9030
8838
|
"tags": [
|
|
@@ -9081,9 +8889,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9081
8889
|
"security": [
|
|
9082
8890
|
{
|
|
9083
8891
|
"jwtAuth": []
|
|
9084
|
-
},
|
|
9085
|
-
{
|
|
9086
|
-
"cookieAuth": []
|
|
9087
8892
|
}
|
|
9088
8893
|
],
|
|
9089
8894
|
"tags": [
|
|
@@ -9141,9 +8946,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9141
8946
|
"security": [
|
|
9142
8947
|
{
|
|
9143
8948
|
"jwtAuth": []
|
|
9144
|
-
},
|
|
9145
|
-
{
|
|
9146
|
-
"cookieAuth": []
|
|
9147
8949
|
}
|
|
9148
8950
|
],
|
|
9149
8951
|
"tags": [
|
|
@@ -9201,9 +9003,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9201
9003
|
"security": [
|
|
9202
9004
|
{
|
|
9203
9005
|
"jwtAuth": []
|
|
9204
|
-
},
|
|
9205
|
-
{
|
|
9206
|
-
"cookieAuth": []
|
|
9207
9006
|
}
|
|
9208
9007
|
],
|
|
9209
9008
|
"summary": "Get item chunks",
|
|
@@ -9244,9 +9043,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9244
9043
|
"security": [
|
|
9245
9044
|
{
|
|
9246
9045
|
"jwtAuth": []
|
|
9247
|
-
},
|
|
9248
|
-
{
|
|
9249
|
-
"cookieAuth": []
|
|
9250
9046
|
}
|
|
9251
9047
|
],
|
|
9252
9048
|
"summary": "Get item content",
|
|
@@ -9296,9 +9092,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9296
9092
|
{
|
|
9297
9093
|
"jwtAuth": []
|
|
9298
9094
|
},
|
|
9299
|
-
{
|
|
9300
|
-
"cookieAuth": []
|
|
9301
|
-
},
|
|
9302
9095
|
{}
|
|
9303
9096
|
],
|
|
9304
9097
|
"tags": [
|
|
@@ -9345,9 +9138,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9345
9138
|
{
|
|
9346
9139
|
"jwtAuth": []
|
|
9347
9140
|
},
|
|
9348
|
-
{
|
|
9349
|
-
"cookieAuth": []
|
|
9350
|
-
},
|
|
9351
9141
|
{}
|
|
9352
9142
|
],
|
|
9353
9143
|
"tags": [
|
|
@@ -9422,9 +9212,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9422
9212
|
{
|
|
9423
9213
|
"jwtAuth": []
|
|
9424
9214
|
},
|
|
9425
|
-
{
|
|
9426
|
-
"cookieAuth": []
|
|
9427
|
-
},
|
|
9428
9215
|
{}
|
|
9429
9216
|
],
|
|
9430
9217
|
"summary": "Submit Lead Form",
|
|
@@ -9458,9 +9245,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9458
9245
|
{
|
|
9459
9246
|
"jwtAuth": []
|
|
9460
9247
|
},
|
|
9461
|
-
{
|
|
9462
|
-
"cookieAuth": []
|
|
9463
|
-
},
|
|
9464
9248
|
{}
|
|
9465
9249
|
],
|
|
9466
9250
|
"tags": [
|
|
@@ -9498,9 +9282,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9498
9282
|
{
|
|
9499
9283
|
"jwtAuth": []
|
|
9500
9284
|
},
|
|
9501
|
-
{
|
|
9502
|
-
"cookieAuth": []
|
|
9503
|
-
},
|
|
9504
9285
|
{}
|
|
9505
9286
|
],
|
|
9506
9287
|
"tags": [
|
|
@@ -9557,9 +9338,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9557
9338
|
{
|
|
9558
9339
|
"jwtAuth": []
|
|
9559
9340
|
},
|
|
9560
|
-
{
|
|
9561
|
-
"cookieAuth": []
|
|
9562
|
-
},
|
|
9563
9341
|
{}
|
|
9564
9342
|
],
|
|
9565
9343
|
"tags": [
|
|
@@ -9617,9 +9395,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9617
9395
|
{
|
|
9618
9396
|
"jwtAuth": []
|
|
9619
9397
|
},
|
|
9620
|
-
{
|
|
9621
|
-
"cookieAuth": []
|
|
9622
|
-
},
|
|
9623
9398
|
{}
|
|
9624
9399
|
],
|
|
9625
9400
|
"tags": [
|
|
@@ -9677,9 +9452,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9677
9452
|
"security": [
|
|
9678
9453
|
{
|
|
9679
9454
|
"jwtAuth": []
|
|
9680
|
-
},
|
|
9681
|
-
{
|
|
9682
|
-
"cookieAuth": []
|
|
9683
9455
|
}
|
|
9684
9456
|
],
|
|
9685
9457
|
"summary": "Send Bulk Email",
|
|
@@ -9728,9 +9500,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9728
9500
|
"security": [
|
|
9729
9501
|
{
|
|
9730
9502
|
"jwtAuth": []
|
|
9731
|
-
},
|
|
9732
|
-
{
|
|
9733
|
-
"cookieAuth": []
|
|
9734
9503
|
}
|
|
9735
9504
|
],
|
|
9736
9505
|
"summary": "List Newsletter Campaigns",
|
|
@@ -9777,9 +9546,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9777
9546
|
"security": [
|
|
9778
9547
|
{
|
|
9779
9548
|
"jwtAuth": []
|
|
9780
|
-
},
|
|
9781
|
-
{
|
|
9782
|
-
"cookieAuth": []
|
|
9783
9549
|
}
|
|
9784
9550
|
],
|
|
9785
9551
|
"summary": "Create Newsletter Campaign",
|
|
@@ -9848,9 +9614,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9848
9614
|
"security": [
|
|
9849
9615
|
{
|
|
9850
9616
|
"jwtAuth": []
|
|
9851
|
-
},
|
|
9852
|
-
{
|
|
9853
|
-
"cookieAuth": []
|
|
9854
9617
|
}
|
|
9855
9618
|
],
|
|
9856
9619
|
"summary": "Send Newsletter Campaign",
|
|
@@ -9882,9 +9645,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9882
9645
|
"security": [
|
|
9883
9646
|
{
|
|
9884
9647
|
"jwtAuth": []
|
|
9885
|
-
},
|
|
9886
|
-
{
|
|
9887
|
-
"cookieAuth": []
|
|
9888
9648
|
}
|
|
9889
9649
|
],
|
|
9890
9650
|
"summary": "Delete Campaign",
|
|
@@ -9921,9 +9681,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9921
9681
|
"security": [
|
|
9922
9682
|
{
|
|
9923
9683
|
"jwtAuth": []
|
|
9924
|
-
},
|
|
9925
|
-
{
|
|
9926
|
-
"cookieAuth": []
|
|
9927
9684
|
}
|
|
9928
9685
|
],
|
|
9929
9686
|
"summary": "Get Campaign Details",
|
|
@@ -9979,9 +9736,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9979
9736
|
"security": [
|
|
9980
9737
|
{
|
|
9981
9738
|
"jwtAuth": []
|
|
9982
|
-
},
|
|
9983
|
-
{
|
|
9984
|
-
"cookieAuth": []
|
|
9985
9739
|
}
|
|
9986
9740
|
],
|
|
9987
9741
|
"tags": [
|
|
@@ -10037,9 +9791,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10037
9791
|
"security": [
|
|
10038
9792
|
{
|
|
10039
9793
|
"jwtAuth": []
|
|
10040
|
-
},
|
|
10041
|
-
{
|
|
10042
|
-
"cookieAuth": []
|
|
10043
9794
|
}
|
|
10044
9795
|
],
|
|
10045
9796
|
"summary": "Update Campaign",
|
|
@@ -10088,9 +9839,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10088
9839
|
"security": [
|
|
10089
9840
|
{
|
|
10090
9841
|
"jwtAuth": []
|
|
10091
|
-
},
|
|
10092
|
-
{
|
|
10093
|
-
"cookieAuth": []
|
|
10094
9842
|
}
|
|
10095
9843
|
],
|
|
10096
9844
|
"summary": "List Email Logs",
|
|
@@ -10140,9 +9888,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10140
9888
|
{
|
|
10141
9889
|
"jwtAuth": []
|
|
10142
9890
|
},
|
|
10143
|
-
{
|
|
10144
|
-
"cookieAuth": []
|
|
10145
|
-
},
|
|
10146
9891
|
{}
|
|
10147
9892
|
],
|
|
10148
9893
|
"summary": "List Active Newsletters",
|
|
@@ -10182,9 +9927,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10182
9927
|
{
|
|
10183
9928
|
"jwtAuth": []
|
|
10184
9929
|
},
|
|
10185
|
-
{
|
|
10186
|
-
"cookieAuth": []
|
|
10187
|
-
},
|
|
10188
9930
|
{}
|
|
10189
9931
|
],
|
|
10190
9932
|
"summary": "Get Newsletter Details",
|
|
@@ -10254,9 +9996,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10254
9996
|
{
|
|
10255
9997
|
"jwtAuth": []
|
|
10256
9998
|
},
|
|
10257
|
-
{
|
|
10258
|
-
"cookieAuth": []
|
|
10259
|
-
},
|
|
10260
9999
|
{}
|
|
10261
10000
|
],
|
|
10262
10001
|
"summary": "Subscribe to Newsletter",
|
|
@@ -10305,9 +10044,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10305
10044
|
"security": [
|
|
10306
10045
|
{
|
|
10307
10046
|
"jwtAuth": []
|
|
10308
|
-
},
|
|
10309
|
-
{
|
|
10310
|
-
"cookieAuth": []
|
|
10311
10047
|
}
|
|
10312
10048
|
],
|
|
10313
10049
|
"summary": "List User Subscriptions",
|
|
@@ -10367,9 +10103,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10367
10103
|
{
|
|
10368
10104
|
"jwtAuth": []
|
|
10369
10105
|
},
|
|
10370
|
-
{
|
|
10371
|
-
"cookieAuth": []
|
|
10372
|
-
},
|
|
10373
10106
|
{}
|
|
10374
10107
|
],
|
|
10375
10108
|
"summary": "Test Email Sending",
|
|
@@ -10418,9 +10151,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10418
10151
|
{
|
|
10419
10152
|
"jwtAuth": []
|
|
10420
10153
|
},
|
|
10421
|
-
{
|
|
10422
|
-
"cookieAuth": []
|
|
10423
|
-
},
|
|
10424
10154
|
{}
|
|
10425
10155
|
],
|
|
10426
10156
|
"tags": [
|
|
@@ -10477,9 +10207,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10477
10207
|
{
|
|
10478
10208
|
"jwtAuth": []
|
|
10479
10209
|
},
|
|
10480
|
-
{
|
|
10481
|
-
"cookieAuth": []
|
|
10482
|
-
},
|
|
10483
10210
|
{}
|
|
10484
10211
|
],
|
|
10485
10212
|
"summary": "Unsubscribe from Newsletter",
|
|
@@ -10527,9 +10254,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10527
10254
|
{
|
|
10528
10255
|
"jwtAuth": []
|
|
10529
10256
|
},
|
|
10530
|
-
{
|
|
10531
|
-
"cookieAuth": []
|
|
10532
|
-
},
|
|
10533
10257
|
{}
|
|
10534
10258
|
],
|
|
10535
10259
|
"tags": [
|
|
@@ -10557,9 +10281,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10557
10281
|
"security": [
|
|
10558
10282
|
{
|
|
10559
10283
|
"jwtAuth": []
|
|
10560
|
-
},
|
|
10561
|
-
{
|
|
10562
|
-
"cookieAuth": []
|
|
10563
10284
|
}
|
|
10564
10285
|
],
|
|
10565
10286
|
"summary": "Get user balance",
|
|
@@ -10591,9 +10312,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10591
10312
|
"security": [
|
|
10592
10313
|
{
|
|
10593
10314
|
"jwtAuth": []
|
|
10594
|
-
},
|
|
10595
|
-
{
|
|
10596
|
-
"cookieAuth": []
|
|
10597
10315
|
}
|
|
10598
10316
|
],
|
|
10599
10317
|
"summary": "Get available currencies",
|
|
@@ -10642,9 +10360,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10642
10360
|
"security": [
|
|
10643
10361
|
{
|
|
10644
10362
|
"jwtAuth": []
|
|
10645
|
-
},
|
|
10646
|
-
{
|
|
10647
|
-
"cookieAuth": []
|
|
10648
10363
|
}
|
|
10649
10364
|
],
|
|
10650
10365
|
"tags": [
|
|
@@ -10672,9 +10387,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10672
10387
|
"security": [
|
|
10673
10388
|
{
|
|
10674
10389
|
"jwtAuth": []
|
|
10675
|
-
},
|
|
10676
|
-
{
|
|
10677
|
-
"cookieAuth": []
|
|
10678
10390
|
}
|
|
10679
10391
|
],
|
|
10680
10392
|
"tags": [
|
|
@@ -10712,9 +10424,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10712
10424
|
"security": [
|
|
10713
10425
|
{
|
|
10714
10426
|
"jwtAuth": []
|
|
10715
|
-
},
|
|
10716
|
-
{
|
|
10717
|
-
"cookieAuth": []
|
|
10718
10427
|
}
|
|
10719
10428
|
],
|
|
10720
10429
|
"tags": [
|
|
@@ -10752,9 +10461,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10752
10461
|
"security": [
|
|
10753
10462
|
{
|
|
10754
10463
|
"jwtAuth": []
|
|
10755
|
-
},
|
|
10756
|
-
{
|
|
10757
|
-
"cookieAuth": []
|
|
10758
10464
|
}
|
|
10759
10465
|
],
|
|
10760
10466
|
"tags": [
|
|
@@ -10792,9 +10498,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10792
10498
|
"security": [
|
|
10793
10499
|
{
|
|
10794
10500
|
"jwtAuth": []
|
|
10795
|
-
},
|
|
10796
|
-
{
|
|
10797
|
-
"cookieAuth": []
|
|
10798
10501
|
}
|
|
10799
10502
|
],
|
|
10800
10503
|
"tags": [
|
|
@@ -10851,9 +10554,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10851
10554
|
"security": [
|
|
10852
10555
|
{
|
|
10853
10556
|
"jwtAuth": []
|
|
10854
|
-
},
|
|
10855
|
-
{
|
|
10856
|
-
"cookieAuth": []
|
|
10857
10557
|
}
|
|
10858
10558
|
],
|
|
10859
10559
|
"summary": "Get user transactions",
|
|
@@ -10902,9 +10602,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10902
10602
|
"security": [
|
|
10903
10603
|
{
|
|
10904
10604
|
"jwtAuth": []
|
|
10905
|
-
},
|
|
10906
|
-
{
|
|
10907
|
-
"cookieAuth": []
|
|
10908
10605
|
}
|
|
10909
10606
|
],
|
|
10910
10607
|
"tags": [
|
|
@@ -10950,9 +10647,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
10950
10647
|
"security": [
|
|
10951
10648
|
{
|
|
10952
10649
|
"jwtAuth": []
|
|
10953
|
-
},
|
|
10954
|
-
{
|
|
10955
|
-
"cookieAuth": []
|
|
10956
10650
|
}
|
|
10957
10651
|
],
|
|
10958
10652
|
"tags": [
|
|
@@ -11010,9 +10704,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11010
10704
|
"security": [
|
|
11011
10705
|
{
|
|
11012
10706
|
"jwtAuth": []
|
|
11013
|
-
},
|
|
11014
|
-
{
|
|
11015
|
-
"cookieAuth": []
|
|
11016
10707
|
}
|
|
11017
10708
|
],
|
|
11018
10709
|
"tags": [
|
|
@@ -11070,9 +10761,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11070
10761
|
"security": [
|
|
11071
10762
|
{
|
|
11072
10763
|
"jwtAuth": []
|
|
11073
|
-
},
|
|
11074
|
-
{
|
|
11075
|
-
"cookieAuth": []
|
|
11076
10764
|
}
|
|
11077
10765
|
],
|
|
11078
10766
|
"tags": [
|
|
@@ -11115,9 +10803,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11115
10803
|
"security": [
|
|
11116
10804
|
{
|
|
11117
10805
|
"jwtAuth": []
|
|
11118
|
-
},
|
|
11119
|
-
{
|
|
11120
|
-
"cookieAuth": []
|
|
11121
10806
|
}
|
|
11122
10807
|
],
|
|
11123
10808
|
"tags": [
|
|
@@ -11165,9 +10850,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11165
10850
|
"security": [
|
|
11166
10851
|
{
|
|
11167
10852
|
"jwtAuth": []
|
|
11168
|
-
},
|
|
11169
|
-
{
|
|
11170
|
-
"cookieAuth": []
|
|
11171
10853
|
}
|
|
11172
10854
|
],
|
|
11173
10855
|
"tags": [
|
|
@@ -11234,9 +10916,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11234
10916
|
"security": [
|
|
11235
10917
|
{
|
|
11236
10918
|
"jwtAuth": []
|
|
11237
|
-
},
|
|
11238
|
-
{
|
|
11239
|
-
"cookieAuth": []
|
|
11240
10919
|
}
|
|
11241
10920
|
],
|
|
11242
10921
|
"tags": [
|
|
@@ -11304,9 +10983,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11304
10983
|
"security": [
|
|
11305
10984
|
{
|
|
11306
10985
|
"jwtAuth": []
|
|
11307
|
-
},
|
|
11308
|
-
{
|
|
11309
|
-
"cookieAuth": []
|
|
11310
10986
|
}
|
|
11311
10987
|
],
|
|
11312
10988
|
"tags": [
|
|
@@ -11339,9 +11015,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11339
11015
|
"security": [
|
|
11340
11016
|
{
|
|
11341
11017
|
"jwtAuth": []
|
|
11342
|
-
},
|
|
11343
|
-
{
|
|
11344
|
-
"cookieAuth": []
|
|
11345
11018
|
}
|
|
11346
11019
|
],
|
|
11347
11020
|
"tags": [
|
|
@@ -11379,9 +11052,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11379
11052
|
"security": [
|
|
11380
11053
|
{
|
|
11381
11054
|
"jwtAuth": []
|
|
11382
|
-
},
|
|
11383
|
-
{
|
|
11384
|
-
"cookieAuth": []
|
|
11385
11055
|
}
|
|
11386
11056
|
],
|
|
11387
11057
|
"tags": [
|
|
@@ -11438,9 +11108,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11438
11108
|
"security": [
|
|
11439
11109
|
{
|
|
11440
11110
|
"jwtAuth": []
|
|
11441
|
-
},
|
|
11442
|
-
{
|
|
11443
|
-
"cookieAuth": []
|
|
11444
11111
|
}
|
|
11445
11112
|
],
|
|
11446
11113
|
"tags": [
|
|
@@ -11498,9 +11165,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
11498
11165
|
"security": [
|
|
11499
11166
|
{
|
|
11500
11167
|
"jwtAuth": []
|
|
11501
|
-
},
|
|
11502
|
-
{
|
|
11503
|
-
"cookieAuth": []
|
|
11504
11168
|
}
|
|
11505
11169
|
],
|
|
11506
11170
|
"tags": [
|