@djangocfg/api 1.2.5 → 1.2.6
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 +3407 -1386
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2418 -409
- package/dist/index.d.ts +2418 -409
- package/dist/index.mjs +3309 -1304
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/contexts/TasksContext.tsx +242 -0
- package/src/cfg/contexts/index.ts +3 -0
- package/src/cfg/generated/_utils/fetchers/cfg__accounts.ts +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__auth.ts +1 -1
- package/src/cfg/generated/_utils/fetchers/cfg__accounts__user_profile.ts +6 -6
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo.ts +62 -0
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_admin_api.ts +12 -12
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +25 -25
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_testing.ts +8 -8
- package/src/cfg/generated/_utils/fetchers/cfg__dashboard.ts +150 -0
- package/src/cfg/generated/_utils/fetchers/cfg__endpoints.ts +30 -1
- package/src/cfg/generated/_utils/fetchers/cfg__health.ts +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__knowbase.ts +57 -57
- package/src/cfg/generated/_utils/fetchers/cfg__leads.ts +6 -6
- package/src/cfg/generated/_utils/fetchers/cfg__leads__lead_submission.ts +1 -1
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter.ts +3 -3
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__bulk_email.ts +1 -1
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__campaigns.ts +6 -6
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__logs.ts +1 -1
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__newsletters.ts +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__subscriptions.ts +3 -3
- package/src/cfg/generated/_utils/fetchers/cfg__newsletter__testing.ts +1 -1
- package/src/cfg/generated/_utils/fetchers/cfg__payments.ts +8 -8
- package/src/cfg/generated/_utils/fetchers/cfg__support.ts +12 -12
- package/src/cfg/generated/_utils/fetchers/cfg__tasks.ts +10 -10
- package/src/cfg/generated/_utils/fetchers/index.ts +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo.ts +49 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_monitoring.ts +20 -20
- package/src/cfg/generated/_utils/hooks/cfg__dashboard.ts +137 -0
- package/src/cfg/generated/_utils/hooks/cfg__endpoints.ts +29 -0
- package/src/cfg/generated/_utils/hooks/index.ts +2 -0
- package/src/cfg/generated/_utils/schemas/ActivityEntry.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/AppStatistics.schema.ts +20 -0
- package/src/cfg/generated/_utils/schemas/CentrifugoChannelsRequestRequest.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/CentrifugoClientInfo.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/CentrifugoHistoryRequestRequest.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/CentrifugoPublication.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/ChannelStatsSerializer.schema.ts +1 -0
- package/src/cfg/generated/_utils/schemas/DashboardOverview.schema.ts +27 -0
- package/src/cfg/generated/_utils/schemas/ManualAckResponse.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/PublishTestResponse.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/QuickAction.schema.ts +29 -0
- package/src/cfg/generated/_utils/schemas/RecentPublishes.schema.ts +2 -0
- package/src/cfg/generated/_utils/schemas/StatCard.schema.ts +30 -0
- package/src/cfg/generated/_utils/schemas/SystemHealth.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/SystemHealthItem.schema.ts +28 -0
- package/src/cfg/generated/_utils/schemas/SystemMetrics.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/URLPattern.schema.ts +26 -0
- package/src/cfg/generated/_utils/schemas/URLsList.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/UserStatistics.schema.ts +22 -0
- package/src/cfg/generated/_utils/schemas/index.ts +11 -0
- package/src/cfg/generated/cfg__centrifugo/client.ts +30 -0
- package/src/cfg/generated/cfg__centrifugo/index.ts +2 -0
- package/src/cfg/generated/cfg__centrifugo/models.ts +0 -0
- package/src/cfg/generated/cfg__centrifugo__centrifugo_admin_api/models.ts +6 -6
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/client.ts +32 -32
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/models.ts +18 -12
- package/src/cfg/generated/cfg__centrifugo__centrifugo_testing/models.ts +2 -2
- package/src/cfg/generated/cfg__dashboard/client.ts +106 -0
- package/src/cfg/generated/cfg__dashboard/index.ts +2 -0
- package/src/cfg/generated/cfg__dashboard/models.ts +108 -0
- package/src/cfg/generated/cfg__endpoints/client.ts +16 -0
- package/src/cfg/generated/cfg__endpoints/models.ts +44 -0
- package/src/cfg/generated/client.ts +6 -0
- package/src/cfg/generated/enums.ts +56 -0
- package/src/cfg/generated/index.ts +17 -10
- package/src/cfg/generated/schema.ts +1546 -127
|
@@ -61,6 +61,70 @@ export const OPENAPI_SCHEMA = {
|
|
|
61
61
|
],
|
|
62
62
|
"type": "object"
|
|
63
63
|
},
|
|
64
|
+
"ActivityEntry": {
|
|
65
|
+
"description": "Serializer for recent activity entries.",
|
|
66
|
+
"properties": {
|
|
67
|
+
"action": {
|
|
68
|
+
"description": "Action type (created, updated, deleted, etc.)",
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
71
|
+
"color": {
|
|
72
|
+
"description": "Icon color",
|
|
73
|
+
"type": "string"
|
|
74
|
+
},
|
|
75
|
+
"icon": {
|
|
76
|
+
"description": "Material icon name",
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
"id": {
|
|
80
|
+
"description": "Activity ID",
|
|
81
|
+
"type": "integer"
|
|
82
|
+
},
|
|
83
|
+
"resource": {
|
|
84
|
+
"description": "Resource affected",
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"timestamp": {
|
|
88
|
+
"description": "Activity timestamp (ISO format)",
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"user": {
|
|
92
|
+
"description": "User who performed the action",
|
|
93
|
+
"type": "string"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"required": [
|
|
97
|
+
"action",
|
|
98
|
+
"color",
|
|
99
|
+
"icon",
|
|
100
|
+
"id",
|
|
101
|
+
"resource",
|
|
102
|
+
"timestamp",
|
|
103
|
+
"user"
|
|
104
|
+
],
|
|
105
|
+
"type": "object"
|
|
106
|
+
},
|
|
107
|
+
"AppStatistics": {
|
|
108
|
+
"description": "Serializer for application-specific statistics.",
|
|
109
|
+
"properties": {
|
|
110
|
+
"app_name": {
|
|
111
|
+
"description": "Application name",
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
114
|
+
"statistics": {
|
|
115
|
+
"additionalProperties": {
|
|
116
|
+
"type": "integer"
|
|
117
|
+
},
|
|
118
|
+
"description": "Application statistics",
|
|
119
|
+
"type": "object"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"required": [
|
|
123
|
+
"app_name",
|
|
124
|
+
"statistics"
|
|
125
|
+
],
|
|
126
|
+
"type": "object"
|
|
127
|
+
},
|
|
64
128
|
"ArchiveItem": {
|
|
65
129
|
"description": "Archive item serializer.",
|
|
66
130
|
"properties": {
|
|
@@ -1549,6 +1613,19 @@ export const OPENAPI_SCHEMA = {
|
|
|
1549
1613
|
"title": "Failed",
|
|
1550
1614
|
"type": "integer"
|
|
1551
1615
|
},
|
|
1616
|
+
"last_activity_at": {
|
|
1617
|
+
"anyOf": [
|
|
1618
|
+
{
|
|
1619
|
+
"type": "string"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"type": "null"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"default": null,
|
|
1626
|
+
"description": "Last activity timestamp (ISO format)",
|
|
1627
|
+
"title": "Last Activity At"
|
|
1628
|
+
},
|
|
1552
1629
|
"successful": {
|
|
1553
1630
|
"description": "Successful publishes",
|
|
1554
1631
|
"title": "Successful",
|
|
@@ -2099,6 +2176,67 @@ export const OPENAPI_SCHEMA = {
|
|
|
2099
2176
|
],
|
|
2100
2177
|
"type": "object"
|
|
2101
2178
|
},
|
|
2179
|
+
"DashboardOverview": {
|
|
2180
|
+
"description": "Main serializer for dashboard overview endpoint.\nUses DictField to avoid allOf generation in OpenAPI.",
|
|
2181
|
+
"properties": {
|
|
2182
|
+
"quick_actions": {
|
|
2183
|
+
"description": "Quick action buttons",
|
|
2184
|
+
"items": {
|
|
2185
|
+
"additionalProperties": {},
|
|
2186
|
+
"type": "object"
|
|
2187
|
+
},
|
|
2188
|
+
"type": "array"
|
|
2189
|
+
},
|
|
2190
|
+
"recent_activity": {
|
|
2191
|
+
"description": "Recent activity entries",
|
|
2192
|
+
"items": {
|
|
2193
|
+
"additionalProperties": {},
|
|
2194
|
+
"type": "object"
|
|
2195
|
+
},
|
|
2196
|
+
"type": "array"
|
|
2197
|
+
},
|
|
2198
|
+
"stat_cards": {
|
|
2199
|
+
"description": "Dashboard statistics cards",
|
|
2200
|
+
"items": {
|
|
2201
|
+
"additionalProperties": {},
|
|
2202
|
+
"type": "object"
|
|
2203
|
+
},
|
|
2204
|
+
"type": "array"
|
|
2205
|
+
},
|
|
2206
|
+
"system_health": {
|
|
2207
|
+
"description": "System health status",
|
|
2208
|
+
"items": {
|
|
2209
|
+
"additionalProperties": {},
|
|
2210
|
+
"type": "object"
|
|
2211
|
+
},
|
|
2212
|
+
"type": "array"
|
|
2213
|
+
},
|
|
2214
|
+
"system_metrics": {
|
|
2215
|
+
"additionalProperties": {},
|
|
2216
|
+
"description": "System performance metrics",
|
|
2217
|
+
"type": "object"
|
|
2218
|
+
},
|
|
2219
|
+
"timestamp": {
|
|
2220
|
+
"description": "Data timestamp (ISO format)",
|
|
2221
|
+
"type": "string"
|
|
2222
|
+
},
|
|
2223
|
+
"user_statistics": {
|
|
2224
|
+
"additionalProperties": {},
|
|
2225
|
+
"description": "User statistics",
|
|
2226
|
+
"type": "object"
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"required": [
|
|
2230
|
+
"quick_actions",
|
|
2231
|
+
"recent_activity",
|
|
2232
|
+
"stat_cards",
|
|
2233
|
+
"system_health",
|
|
2234
|
+
"system_metrics",
|
|
2235
|
+
"timestamp",
|
|
2236
|
+
"user_statistics"
|
|
2237
|
+
],
|
|
2238
|
+
"type": "object"
|
|
2239
|
+
},
|
|
2102
2240
|
"Document": {
|
|
2103
2241
|
"description": "Document response serializer.",
|
|
2104
2242
|
"properties": {
|
|
@@ -5855,6 +5993,52 @@ export const OPENAPI_SCHEMA = {
|
|
|
5855
5993
|
],
|
|
5856
5994
|
"type": "object"
|
|
5857
5995
|
},
|
|
5996
|
+
"QuickAction": {
|
|
5997
|
+
"description": "Serializer for quick action buttons.\n\nMaps to QuickAction Pydantic model.",
|
|
5998
|
+
"properties": {
|
|
5999
|
+
"category": {
|
|
6000
|
+
"default": "general",
|
|
6001
|
+
"description": "Action category",
|
|
6002
|
+
"type": "string"
|
|
6003
|
+
},
|
|
6004
|
+
"color": {
|
|
6005
|
+
"default": "primary",
|
|
6006
|
+
"description": "Button color theme\n\n* `primary` - primary\n* `success` - success\n* `warning` - warning\n* `danger` - danger\n* `secondary` - secondary",
|
|
6007
|
+
"enum": [
|
|
6008
|
+
"primary",
|
|
6009
|
+
"success",
|
|
6010
|
+
"warning",
|
|
6011
|
+
"danger",
|
|
6012
|
+
"secondary"
|
|
6013
|
+
],
|
|
6014
|
+
"type": "string",
|
|
6015
|
+
"x-spec-enum-id": "6400710d5b71d6b0"
|
|
6016
|
+
},
|
|
6017
|
+
"description": {
|
|
6018
|
+
"description": "Action description",
|
|
6019
|
+
"type": "string"
|
|
6020
|
+
},
|
|
6021
|
+
"icon": {
|
|
6022
|
+
"description": "Material icon name",
|
|
6023
|
+
"type": "string"
|
|
6024
|
+
},
|
|
6025
|
+
"link": {
|
|
6026
|
+
"description": "Action URL",
|
|
6027
|
+
"type": "string"
|
|
6028
|
+
},
|
|
6029
|
+
"title": {
|
|
6030
|
+
"description": "Action title",
|
|
6031
|
+
"type": "string"
|
|
6032
|
+
}
|
|
6033
|
+
},
|
|
6034
|
+
"required": [
|
|
6035
|
+
"description",
|
|
6036
|
+
"icon",
|
|
6037
|
+
"link",
|
|
6038
|
+
"title"
|
|
6039
|
+
],
|
|
6040
|
+
"type": "object"
|
|
6041
|
+
},
|
|
5858
6042
|
"QuickHealth": {
|
|
5859
6043
|
"description": "Serializer for quick health check response.",
|
|
5860
6044
|
"properties": {
|
|
@@ -5886,6 +6070,18 @@ export const OPENAPI_SCHEMA = {
|
|
|
5886
6070
|
"title": "Count",
|
|
5887
6071
|
"type": "integer"
|
|
5888
6072
|
},
|
|
6073
|
+
"has_more": {
|
|
6074
|
+
"default": false,
|
|
6075
|
+
"description": "Whether more results are available",
|
|
6076
|
+
"title": "Has More",
|
|
6077
|
+
"type": "boolean"
|
|
6078
|
+
},
|
|
6079
|
+
"offset": {
|
|
6080
|
+
"default": 0,
|
|
6081
|
+
"description": "Current offset for pagination",
|
|
6082
|
+
"title": "Offset",
|
|
6083
|
+
"type": "integer"
|
|
6084
|
+
},
|
|
5889
6085
|
"publishes": {
|
|
5890
6086
|
"description": "List of recent publishes",
|
|
5891
6087
|
"items": {
|
|
@@ -5992,6 +6188,55 @@ export const OPENAPI_SCHEMA = {
|
|
|
5992
6188
|
],
|
|
5993
6189
|
"type": "object"
|
|
5994
6190
|
},
|
|
6191
|
+
"StatCard": {
|
|
6192
|
+
"description": "Serializer for dashboard statistics cards.\n\nMaps to StatCard Pydantic model.",
|
|
6193
|
+
"properties": {
|
|
6194
|
+
"change": {
|
|
6195
|
+
"description": "Change indicator (e.g., \u0027+12%\u0027)",
|
|
6196
|
+
"nullable": true,
|
|
6197
|
+
"type": "string"
|
|
6198
|
+
},
|
|
6199
|
+
"change_type": {
|
|
6200
|
+
"default": "neutral",
|
|
6201
|
+
"description": "Change type\n\n* `positive` - positive\n* `negative` - negative\n* `neutral` - neutral",
|
|
6202
|
+
"enum": [
|
|
6203
|
+
"positive",
|
|
6204
|
+
"negative",
|
|
6205
|
+
"neutral"
|
|
6206
|
+
],
|
|
6207
|
+
"type": "string",
|
|
6208
|
+
"x-spec-enum-id": "b21c1f8e6042dbef"
|
|
6209
|
+
},
|
|
6210
|
+
"color": {
|
|
6211
|
+
"default": "primary",
|
|
6212
|
+
"description": "Card color theme",
|
|
6213
|
+
"type": "string"
|
|
6214
|
+
},
|
|
6215
|
+
"description": {
|
|
6216
|
+
"description": "Additional description",
|
|
6217
|
+
"nullable": true,
|
|
6218
|
+
"type": "string"
|
|
6219
|
+
},
|
|
6220
|
+
"icon": {
|
|
6221
|
+
"description": "Material icon name",
|
|
6222
|
+
"type": "string"
|
|
6223
|
+
},
|
|
6224
|
+
"title": {
|
|
6225
|
+
"description": "Card title",
|
|
6226
|
+
"type": "string"
|
|
6227
|
+
},
|
|
6228
|
+
"value": {
|
|
6229
|
+
"description": "Main value to display",
|
|
6230
|
+
"type": "string"
|
|
6231
|
+
}
|
|
6232
|
+
},
|
|
6233
|
+
"required": [
|
|
6234
|
+
"icon",
|
|
6235
|
+
"title",
|
|
6236
|
+
"value"
|
|
6237
|
+
],
|
|
6238
|
+
"type": "object"
|
|
6239
|
+
},
|
|
5995
6240
|
"SubscribeRequest": {
|
|
5996
6241
|
"description": "Simple serializer for newsletter subscription.",
|
|
5997
6242
|
"properties": {
|
|
@@ -6045,6 +6290,134 @@ export const OPENAPI_SCHEMA = {
|
|
|
6045
6290
|
],
|
|
6046
6291
|
"type": "object"
|
|
6047
6292
|
},
|
|
6293
|
+
"SystemHealth": {
|
|
6294
|
+
"description": "Serializer for overall system health status.",
|
|
6295
|
+
"properties": {
|
|
6296
|
+
"components": {
|
|
6297
|
+
"description": "Health status of individual components",
|
|
6298
|
+
"items": {
|
|
6299
|
+
"$ref": "#/components/schemas/SystemHealthItem"
|
|
6300
|
+
},
|
|
6301
|
+
"type": "array"
|
|
6302
|
+
},
|
|
6303
|
+
"overall_health_percentage": {
|
|
6304
|
+
"description": "Overall health percentage",
|
|
6305
|
+
"maximum": 100,
|
|
6306
|
+
"minimum": 0,
|
|
6307
|
+
"type": "integer"
|
|
6308
|
+
},
|
|
6309
|
+
"overall_status": {
|
|
6310
|
+
"description": "Overall system health status\n\n* `healthy` - healthy\n* `warning` - warning\n* `error` - error\n* `unknown` - unknown",
|
|
6311
|
+
"enum": [
|
|
6312
|
+
"healthy",
|
|
6313
|
+
"warning",
|
|
6314
|
+
"error",
|
|
6315
|
+
"unknown"
|
|
6316
|
+
],
|
|
6317
|
+
"type": "string",
|
|
6318
|
+
"x-spec-enum-id": "4a4719b6db2b089e"
|
|
6319
|
+
},
|
|
6320
|
+
"timestamp": {
|
|
6321
|
+
"description": "Check timestamp (ISO format)",
|
|
6322
|
+
"type": "string"
|
|
6323
|
+
}
|
|
6324
|
+
},
|
|
6325
|
+
"required": [
|
|
6326
|
+
"components",
|
|
6327
|
+
"overall_health_percentage",
|
|
6328
|
+
"overall_status",
|
|
6329
|
+
"timestamp"
|
|
6330
|
+
],
|
|
6331
|
+
"type": "object"
|
|
6332
|
+
},
|
|
6333
|
+
"SystemHealthItem": {
|
|
6334
|
+
"description": "Serializer for system health status items.\n\nMaps to SystemHealthItem Pydantic model.",
|
|
6335
|
+
"properties": {
|
|
6336
|
+
"component": {
|
|
6337
|
+
"description": "Component name",
|
|
6338
|
+
"type": "string"
|
|
6339
|
+
},
|
|
6340
|
+
"description": {
|
|
6341
|
+
"description": "Status description",
|
|
6342
|
+
"type": "string"
|
|
6343
|
+
},
|
|
6344
|
+
"health_percentage": {
|
|
6345
|
+
"description": "Health percentage (0-100)",
|
|
6346
|
+
"maximum": 100,
|
|
6347
|
+
"minimum": 0,
|
|
6348
|
+
"nullable": true,
|
|
6349
|
+
"type": "integer"
|
|
6350
|
+
},
|
|
6351
|
+
"last_check": {
|
|
6352
|
+
"description": "Last check time (ISO format)",
|
|
6353
|
+
"type": "string"
|
|
6354
|
+
},
|
|
6355
|
+
"status": {
|
|
6356
|
+
"description": "Health status\n\n* `healthy` - healthy\n* `warning` - warning\n* `error` - error\n* `unknown` - unknown",
|
|
6357
|
+
"enum": [
|
|
6358
|
+
"healthy",
|
|
6359
|
+
"warning",
|
|
6360
|
+
"error",
|
|
6361
|
+
"unknown"
|
|
6362
|
+
],
|
|
6363
|
+
"type": "string",
|
|
6364
|
+
"x-spec-enum-id": "4a4719b6db2b089e"
|
|
6365
|
+
}
|
|
6366
|
+
},
|
|
6367
|
+
"required": [
|
|
6368
|
+
"component",
|
|
6369
|
+
"description",
|
|
6370
|
+
"last_check",
|
|
6371
|
+
"status"
|
|
6372
|
+
],
|
|
6373
|
+
"type": "object"
|
|
6374
|
+
},
|
|
6375
|
+
"SystemMetrics": {
|
|
6376
|
+
"description": "Serializer for system performance metrics.",
|
|
6377
|
+
"properties": {
|
|
6378
|
+
"cpu_usage": {
|
|
6379
|
+
"description": "CPU usage percentage",
|
|
6380
|
+
"format": "double",
|
|
6381
|
+
"type": "number"
|
|
6382
|
+
},
|
|
6383
|
+
"disk_usage": {
|
|
6384
|
+
"description": "Disk usage percentage",
|
|
6385
|
+
"format": "double",
|
|
6386
|
+
"type": "number"
|
|
6387
|
+
},
|
|
6388
|
+
"memory_usage": {
|
|
6389
|
+
"description": "Memory usage percentage",
|
|
6390
|
+
"format": "double",
|
|
6391
|
+
"type": "number"
|
|
6392
|
+
},
|
|
6393
|
+
"network_in": {
|
|
6394
|
+
"description": "Network incoming bandwidth",
|
|
6395
|
+
"type": "string"
|
|
6396
|
+
},
|
|
6397
|
+
"network_out": {
|
|
6398
|
+
"description": "Network outgoing bandwidth",
|
|
6399
|
+
"type": "string"
|
|
6400
|
+
},
|
|
6401
|
+
"response_time": {
|
|
6402
|
+
"description": "Average response time",
|
|
6403
|
+
"type": "string"
|
|
6404
|
+
},
|
|
6405
|
+
"uptime": {
|
|
6406
|
+
"description": "System uptime",
|
|
6407
|
+
"type": "string"
|
|
6408
|
+
}
|
|
6409
|
+
},
|
|
6410
|
+
"required": [
|
|
6411
|
+
"cpu_usage",
|
|
6412
|
+
"disk_usage",
|
|
6413
|
+
"memory_usage",
|
|
6414
|
+
"network_in",
|
|
6415
|
+
"network_out",
|
|
6416
|
+
"response_time",
|
|
6417
|
+
"uptime"
|
|
6418
|
+
],
|
|
6419
|
+
"type": "object"
|
|
6420
|
+
},
|
|
6048
6421
|
"TaskStatistics": {
|
|
6049
6422
|
"description": "Serializer for task statistics data.",
|
|
6050
6423
|
"properties": {
|
|
@@ -6284,42 +6657,133 @@ export const OPENAPI_SCHEMA = {
|
|
|
6284
6657
|
],
|
|
6285
6658
|
"type": "object"
|
|
6286
6659
|
},
|
|
6287
|
-
"
|
|
6288
|
-
"description": "
|
|
6289
|
-
"properties": {
|
|
6290
|
-
"subscription_id": {
|
|
6291
|
-
"type": "integer"
|
|
6292
|
-
}
|
|
6293
|
-
},
|
|
6294
|
-
"required": [
|
|
6295
|
-
"subscription_id"
|
|
6296
|
-
],
|
|
6297
|
-
"type": "object"
|
|
6298
|
-
},
|
|
6299
|
-
"UnsubscribeRequest": {
|
|
6300
|
-
"description": "Simple serializer for unsubscribe.",
|
|
6301
|
-
"properties": {
|
|
6302
|
-
"subscription_id": {
|
|
6303
|
-
"type": "integer"
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
"required": [
|
|
6307
|
-
"subscription_id"
|
|
6308
|
-
],
|
|
6309
|
-
"type": "object"
|
|
6310
|
-
},
|
|
6311
|
-
"User": {
|
|
6312
|
-
"description": "Serializer for user details.",
|
|
6660
|
+
"URLPattern": {
|
|
6661
|
+
"description": "Serializer for single URL pattern.",
|
|
6313
6662
|
"properties": {
|
|
6314
|
-
"
|
|
6315
|
-
"
|
|
6663
|
+
"full_name": {
|
|
6664
|
+
"description": "Full URL name with namespace (e.g., admin:index)",
|
|
6316
6665
|
"nullable": true,
|
|
6317
|
-
"readOnly": true,
|
|
6318
6666
|
"type": "string"
|
|
6319
6667
|
},
|
|
6320
|
-
"
|
|
6321
|
-
"
|
|
6322
|
-
"
|
|
6668
|
+
"methods": {
|
|
6669
|
+
"description": "Allowed HTTP methods",
|
|
6670
|
+
"items": {
|
|
6671
|
+
"type": "string"
|
|
6672
|
+
},
|
|
6673
|
+
"type": "array"
|
|
6674
|
+
},
|
|
6675
|
+
"module": {
|
|
6676
|
+
"description": "View module path",
|
|
6677
|
+
"nullable": true,
|
|
6678
|
+
"type": "string"
|
|
6679
|
+
},
|
|
6680
|
+
"name": {
|
|
6681
|
+
"description": "URL name (if defined)",
|
|
6682
|
+
"nullable": true,
|
|
6683
|
+
"type": "string"
|
|
6684
|
+
},
|
|
6685
|
+
"namespace": {
|
|
6686
|
+
"description": "URL namespace",
|
|
6687
|
+
"nullable": true,
|
|
6688
|
+
"type": "string"
|
|
6689
|
+
},
|
|
6690
|
+
"pattern": {
|
|
6691
|
+
"description": "URL pattern (e.g., ^api/users/(?P\u003cpk\u003e[^/.]+)/$)",
|
|
6692
|
+
"type": "string"
|
|
6693
|
+
},
|
|
6694
|
+
"view": {
|
|
6695
|
+
"description": "View function/class name",
|
|
6696
|
+
"nullable": true,
|
|
6697
|
+
"type": "string"
|
|
6698
|
+
},
|
|
6699
|
+
"view_class": {
|
|
6700
|
+
"description": "View class name (for CBV/ViewSets)",
|
|
6701
|
+
"nullable": true,
|
|
6702
|
+
"type": "string"
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
6705
|
+
"required": [
|
|
6706
|
+
"pattern"
|
|
6707
|
+
],
|
|
6708
|
+
"type": "object"
|
|
6709
|
+
},
|
|
6710
|
+
"URLsList": {
|
|
6711
|
+
"description": "Serializer for URLs list response.",
|
|
6712
|
+
"properties": {
|
|
6713
|
+
"base_url": {
|
|
6714
|
+
"description": "Base URL of the service",
|
|
6715
|
+
"type": "string"
|
|
6716
|
+
},
|
|
6717
|
+
"service": {
|
|
6718
|
+
"description": "Service name",
|
|
6719
|
+
"type": "string"
|
|
6720
|
+
},
|
|
6721
|
+
"status": {
|
|
6722
|
+
"description": "Status: success or error",
|
|
6723
|
+
"type": "string"
|
|
6724
|
+
},
|
|
6725
|
+
"total_urls": {
|
|
6726
|
+
"description": "Total number of registered URLs",
|
|
6727
|
+
"type": "integer"
|
|
6728
|
+
},
|
|
6729
|
+
"urls": {
|
|
6730
|
+
"description": "List of all registered URL patterns",
|
|
6731
|
+
"items": {
|
|
6732
|
+
"$ref": "#/components/schemas/URLPattern"
|
|
6733
|
+
},
|
|
6734
|
+
"type": "array"
|
|
6735
|
+
},
|
|
6736
|
+
"version": {
|
|
6737
|
+
"description": "Django-CFG version",
|
|
6738
|
+
"type": "string"
|
|
6739
|
+
}
|
|
6740
|
+
},
|
|
6741
|
+
"required": [
|
|
6742
|
+
"base_url",
|
|
6743
|
+
"service",
|
|
6744
|
+
"status",
|
|
6745
|
+
"total_urls",
|
|
6746
|
+
"urls",
|
|
6747
|
+
"version"
|
|
6748
|
+
],
|
|
6749
|
+
"type": "object"
|
|
6750
|
+
},
|
|
6751
|
+
"Unsubscribe": {
|
|
6752
|
+
"description": "Simple serializer for unsubscribe.",
|
|
6753
|
+
"properties": {
|
|
6754
|
+
"subscription_id": {
|
|
6755
|
+
"type": "integer"
|
|
6756
|
+
}
|
|
6757
|
+
},
|
|
6758
|
+
"required": [
|
|
6759
|
+
"subscription_id"
|
|
6760
|
+
],
|
|
6761
|
+
"type": "object"
|
|
6762
|
+
},
|
|
6763
|
+
"UnsubscribeRequest": {
|
|
6764
|
+
"description": "Simple serializer for unsubscribe.",
|
|
6765
|
+
"properties": {
|
|
6766
|
+
"subscription_id": {
|
|
6767
|
+
"type": "integer"
|
|
6768
|
+
}
|
|
6769
|
+
},
|
|
6770
|
+
"required": [
|
|
6771
|
+
"subscription_id"
|
|
6772
|
+
],
|
|
6773
|
+
"type": "object"
|
|
6774
|
+
},
|
|
6775
|
+
"User": {
|
|
6776
|
+
"description": "Serializer for user details.",
|
|
6777
|
+
"properties": {
|
|
6778
|
+
"avatar": {
|
|
6779
|
+
"format": "uri",
|
|
6780
|
+
"nullable": true,
|
|
6781
|
+
"readOnly": true,
|
|
6782
|
+
"type": "string"
|
|
6783
|
+
},
|
|
6784
|
+
"company": {
|
|
6785
|
+
"maxLength": 100,
|
|
6786
|
+
"type": "string"
|
|
6323
6787
|
},
|
|
6324
6788
|
"date_joined": {
|
|
6325
6789
|
"format": "date-time",
|
|
@@ -6431,6 +6895,34 @@ export const OPENAPI_SCHEMA = {
|
|
|
6431
6895
|
},
|
|
6432
6896
|
"type": "object"
|
|
6433
6897
|
},
|
|
6898
|
+
"UserStatistics": {
|
|
6899
|
+
"description": "Serializer for user statistics.",
|
|
6900
|
+
"properties": {
|
|
6901
|
+
"active_users": {
|
|
6902
|
+
"description": "Active users (last 30 days)",
|
|
6903
|
+
"type": "integer"
|
|
6904
|
+
},
|
|
6905
|
+
"new_users": {
|
|
6906
|
+
"description": "New users (last 7 days)",
|
|
6907
|
+
"type": "integer"
|
|
6908
|
+
},
|
|
6909
|
+
"superusers": {
|
|
6910
|
+
"description": "Number of superusers",
|
|
6911
|
+
"type": "integer"
|
|
6912
|
+
},
|
|
6913
|
+
"total_users": {
|
|
6914
|
+
"description": "Total number of users",
|
|
6915
|
+
"type": "integer"
|
|
6916
|
+
}
|
|
6917
|
+
},
|
|
6918
|
+
"required": [
|
|
6919
|
+
"active_users",
|
|
6920
|
+
"new_users",
|
|
6921
|
+
"superusers",
|
|
6922
|
+
"total_users"
|
|
6923
|
+
],
|
|
6924
|
+
"type": "object"
|
|
6925
|
+
},
|
|
6434
6926
|
"VectorizationResult": {
|
|
6435
6927
|
"description": "Vectorization result serializer.",
|
|
6436
6928
|
"properties": {
|
|
@@ -6602,6 +7094,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
6602
7094
|
"in": "cookie",
|
|
6603
7095
|
"name": "sessionid",
|
|
6604
7096
|
"type": "apiKey"
|
|
7097
|
+
},
|
|
7098
|
+
"jwtAuth": {
|
|
7099
|
+
"bearerFormat": "JWT",
|
|
7100
|
+
"scheme": "bearer",
|
|
7101
|
+
"type": "http"
|
|
6605
7102
|
}
|
|
6606
7103
|
}
|
|
6607
7104
|
},
|
|
@@ -6685,6 +7182,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
6685
7182
|
}
|
|
6686
7183
|
},
|
|
6687
7184
|
"security": [
|
|
7185
|
+
{
|
|
7186
|
+
"jwtAuth": []
|
|
7187
|
+
},
|
|
6688
7188
|
{}
|
|
6689
7189
|
],
|
|
6690
7190
|
"tags": [
|
|
@@ -6750,6 +7250,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
6750
7250
|
}
|
|
6751
7251
|
},
|
|
6752
7252
|
"security": [
|
|
7253
|
+
{
|
|
7254
|
+
"jwtAuth": []
|
|
7255
|
+
},
|
|
6753
7256
|
{}
|
|
6754
7257
|
],
|
|
6755
7258
|
"tags": [
|
|
@@ -6784,6 +7287,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
6784
7287
|
"description": ""
|
|
6785
7288
|
}
|
|
6786
7289
|
},
|
|
7290
|
+
"security": [
|
|
7291
|
+
{
|
|
7292
|
+
"jwtAuth": []
|
|
7293
|
+
}
|
|
7294
|
+
],
|
|
6787
7295
|
"summary": "Get current user profile",
|
|
6788
7296
|
"tags": [
|
|
6789
7297
|
"User Profile"
|
|
@@ -6846,6 +7354,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
6846
7354
|
"description": ""
|
|
6847
7355
|
}
|
|
6848
7356
|
},
|
|
7357
|
+
"security": [
|
|
7358
|
+
{
|
|
7359
|
+
"jwtAuth": []
|
|
7360
|
+
}
|
|
7361
|
+
],
|
|
6849
7362
|
"summary": "Upload user avatar",
|
|
6850
7363
|
"tags": [
|
|
6851
7364
|
"User Profile"
|
|
@@ -6920,6 +7433,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
6920
7433
|
"description": ""
|
|
6921
7434
|
}
|
|
6922
7435
|
},
|
|
7436
|
+
"security": [
|
|
7437
|
+
{
|
|
7438
|
+
"jwtAuth": []
|
|
7439
|
+
}
|
|
7440
|
+
],
|
|
6923
7441
|
"summary": "Partial update user profile",
|
|
6924
7442
|
"tags": [
|
|
6925
7443
|
"User Profile"
|
|
@@ -6992,6 +7510,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
6992
7510
|
"description": ""
|
|
6993
7511
|
}
|
|
6994
7512
|
},
|
|
7513
|
+
"security": [
|
|
7514
|
+
{
|
|
7515
|
+
"jwtAuth": []
|
|
7516
|
+
}
|
|
7517
|
+
],
|
|
6995
7518
|
"summary": "Partial update user profile",
|
|
6996
7519
|
"tags": [
|
|
6997
7520
|
"User Profile"
|
|
@@ -7066,6 +7589,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
7066
7589
|
"description": ""
|
|
7067
7590
|
}
|
|
7068
7591
|
},
|
|
7592
|
+
"security": [
|
|
7593
|
+
{
|
|
7594
|
+
"jwtAuth": []
|
|
7595
|
+
}
|
|
7596
|
+
],
|
|
7069
7597
|
"summary": "Update user profile",
|
|
7070
7598
|
"tags": [
|
|
7071
7599
|
"User Profile"
|
|
@@ -7138,6 +7666,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
7138
7666
|
"description": ""
|
|
7139
7667
|
}
|
|
7140
7668
|
},
|
|
7669
|
+
"security": [
|
|
7670
|
+
{
|
|
7671
|
+
"jwtAuth": []
|
|
7672
|
+
}
|
|
7673
|
+
],
|
|
7141
7674
|
"summary": "Update user profile",
|
|
7142
7675
|
"tags": [
|
|
7143
7676
|
"User Profile"
|
|
@@ -7189,48 +7722,20 @@ export const OPENAPI_SCHEMA = {
|
|
|
7189
7722
|
},
|
|
7190
7723
|
"/cfg/centrifugo/admin/api/monitor/channels/": {
|
|
7191
7724
|
"get": {
|
|
7192
|
-
"description": "
|
|
7725
|
+
"description": "Get statistics per channel.",
|
|
7193
7726
|
"operationId": "cfg_centrifugo_admin_api_monitor_channels_retrieve",
|
|
7194
|
-
"parameters": [
|
|
7195
|
-
{
|
|
7196
|
-
"description": "Statistics period in hours (default: 24)",
|
|
7197
|
-
"in": "query",
|
|
7198
|
-
"name": "hours",
|
|
7199
|
-
"schema": {
|
|
7200
|
-
"type": "integer"
|
|
7201
|
-
}
|
|
7202
|
-
}
|
|
7203
|
-
],
|
|
7204
7727
|
"responses": {
|
|
7205
7728
|
"200": {
|
|
7206
|
-
"
|
|
7207
|
-
"application/json": {
|
|
7208
|
-
"schema": {
|
|
7209
|
-
"$ref": "#/components/schemas/ChannelList"
|
|
7210
|
-
}
|
|
7211
|
-
}
|
|
7212
|
-
},
|
|
7213
|
-
"description": ""
|
|
7214
|
-
},
|
|
7215
|
-
"400": {
|
|
7216
|
-
"content": {
|
|
7217
|
-
"application/json": {
|
|
7218
|
-
"schema": {
|
|
7219
|
-
"description": "Invalid parameters"
|
|
7220
|
-
}
|
|
7221
|
-
}
|
|
7222
|
-
},
|
|
7223
|
-
"description": ""
|
|
7729
|
+
"description": "No response body"
|
|
7224
7730
|
}
|
|
7225
7731
|
},
|
|
7226
7732
|
"security": [
|
|
7227
7733
|
{
|
|
7228
|
-
"
|
|
7734
|
+
"jwtAuth": []
|
|
7229
7735
|
}
|
|
7230
7736
|
],
|
|
7231
|
-
"summary": "Get channel statistics",
|
|
7232
7737
|
"tags": [
|
|
7233
|
-
"
|
|
7738
|
+
"centrifugo"
|
|
7234
7739
|
],
|
|
7235
7740
|
"x-async-capable": false
|
|
7236
7741
|
}
|
|
@@ -7263,7 +7768,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7263
7768
|
},
|
|
7264
7769
|
"security": [
|
|
7265
7770
|
{
|
|
7266
|
-
"
|
|
7771
|
+
"jwtAuth": []
|
|
7267
7772
|
}
|
|
7268
7773
|
],
|
|
7269
7774
|
"summary": "Get Centrifugo health status",
|
|
@@ -7311,7 +7816,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7311
7816
|
},
|
|
7312
7817
|
"security": [
|
|
7313
7818
|
{
|
|
7314
|
-
"
|
|
7819
|
+
"jwtAuth": []
|
|
7315
7820
|
}
|
|
7316
7821
|
],
|
|
7317
7822
|
"summary": "Get overview statistics",
|
|
@@ -7341,6 +7846,22 @@ export const OPENAPI_SCHEMA = {
|
|
|
7341
7846
|
"schema": {
|
|
7342
7847
|
"type": "integer"
|
|
7343
7848
|
}
|
|
7849
|
+
},
|
|
7850
|
+
{
|
|
7851
|
+
"description": "Offset for pagination (default: 0)",
|
|
7852
|
+
"in": "query",
|
|
7853
|
+
"name": "offset",
|
|
7854
|
+
"schema": {
|
|
7855
|
+
"type": "integer"
|
|
7856
|
+
}
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"description": "Filter by status (success, failed, timeout, pending, partial)",
|
|
7860
|
+
"in": "query",
|
|
7861
|
+
"name": "status",
|
|
7862
|
+
"schema": {
|
|
7863
|
+
"type": "string"
|
|
7864
|
+
}
|
|
7344
7865
|
}
|
|
7345
7866
|
],
|
|
7346
7867
|
"responses": {
|
|
@@ -7367,7 +7888,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7367
7888
|
},
|
|
7368
7889
|
"security": [
|
|
7369
7890
|
{
|
|
7370
|
-
"
|
|
7891
|
+
"jwtAuth": []
|
|
7371
7892
|
}
|
|
7372
7893
|
],
|
|
7373
7894
|
"summary": "Get recent publishes",
|
|
@@ -7377,6 +7898,62 @@ export const OPENAPI_SCHEMA = {
|
|
|
7377
7898
|
"x-async-capable": false
|
|
7378
7899
|
}
|
|
7379
7900
|
},
|
|
7901
|
+
"/cfg/centrifugo/admin/api/monitor/timeline/": {
|
|
7902
|
+
"get": {
|
|
7903
|
+
"description": "Returns statistics grouped by channel.",
|
|
7904
|
+
"operationId": "cfg_centrifugo_admin_api_monitor_timeline_retrieve",
|
|
7905
|
+
"parameters": [
|
|
7906
|
+
{
|
|
7907
|
+
"description": "Statistics period in hours (default: 24)",
|
|
7908
|
+
"in": "query",
|
|
7909
|
+
"name": "hours",
|
|
7910
|
+
"schema": {
|
|
7911
|
+
"type": "integer"
|
|
7912
|
+
}
|
|
7913
|
+
},
|
|
7914
|
+
{
|
|
7915
|
+
"description": "Time interval: \u0027hour\u0027 or \u0027day\u0027 (default: hour)",
|
|
7916
|
+
"in": "query",
|
|
7917
|
+
"name": "interval",
|
|
7918
|
+
"schema": {
|
|
7919
|
+
"type": "string"
|
|
7920
|
+
}
|
|
7921
|
+
}
|
|
7922
|
+
],
|
|
7923
|
+
"responses": {
|
|
7924
|
+
"200": {
|
|
7925
|
+
"content": {
|
|
7926
|
+
"application/json": {
|
|
7927
|
+
"schema": {
|
|
7928
|
+
"$ref": "#/components/schemas/ChannelList"
|
|
7929
|
+
}
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
7932
|
+
"description": ""
|
|
7933
|
+
},
|
|
7934
|
+
"400": {
|
|
7935
|
+
"content": {
|
|
7936
|
+
"application/json": {
|
|
7937
|
+
"schema": {
|
|
7938
|
+
"description": "Invalid parameters"
|
|
7939
|
+
}
|
|
7940
|
+
}
|
|
7941
|
+
},
|
|
7942
|
+
"description": ""
|
|
7943
|
+
}
|
|
7944
|
+
},
|
|
7945
|
+
"security": [
|
|
7946
|
+
{
|
|
7947
|
+
"jwtAuth": []
|
|
7948
|
+
}
|
|
7949
|
+
],
|
|
7950
|
+
"summary": "Get channel statistics",
|
|
7951
|
+
"tags": [
|
|
7952
|
+
"Centrifugo Monitoring"
|
|
7953
|
+
],
|
|
7954
|
+
"x-async-capable": false
|
|
7955
|
+
}
|
|
7956
|
+
},
|
|
7380
7957
|
"/cfg/centrifugo/admin/api/server/auth/token/": {
|
|
7381
7958
|
"post": {
|
|
7382
7959
|
"description": "Returns JWT token and config for WebSocket connection to Centrifugo.",
|
|
@@ -7431,7 +8008,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7431
8008
|
},
|
|
7432
8009
|
"security": [
|
|
7433
8010
|
{
|
|
7434
|
-
"
|
|
8011
|
+
"jwtAuth": []
|
|
7435
8012
|
}
|
|
7436
8013
|
],
|
|
7437
8014
|
"summary": "Get connection token for dashboard",
|
|
@@ -7488,7 +8065,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7488
8065
|
},
|
|
7489
8066
|
"security": [
|
|
7490
8067
|
{
|
|
7491
|
-
"
|
|
8068
|
+
"jwtAuth": []
|
|
7492
8069
|
}
|
|
7493
8070
|
],
|
|
7494
8071
|
"summary": "List active channels",
|
|
@@ -7546,7 +8123,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7546
8123
|
},
|
|
7547
8124
|
"security": [
|
|
7548
8125
|
{
|
|
7549
|
-
"
|
|
8126
|
+
"jwtAuth": []
|
|
7550
8127
|
}
|
|
7551
8128
|
],
|
|
7552
8129
|
"summary": "Get channel history",
|
|
@@ -7584,7 +8161,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7584
8161
|
},
|
|
7585
8162
|
"security": [
|
|
7586
8163
|
{
|
|
7587
|
-
"
|
|
8164
|
+
"jwtAuth": []
|
|
7588
8165
|
}
|
|
7589
8166
|
],
|
|
7590
8167
|
"summary": "Get Centrifugo server info",
|
|
@@ -7642,7 +8219,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7642
8219
|
},
|
|
7643
8220
|
"security": [
|
|
7644
8221
|
{
|
|
7645
|
-
"
|
|
8222
|
+
"jwtAuth": []
|
|
7646
8223
|
}
|
|
7647
8224
|
],
|
|
7648
8225
|
"summary": "Get channel presence statistics",
|
|
@@ -7700,7 +8277,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7700
8277
|
},
|
|
7701
8278
|
"security": [
|
|
7702
8279
|
{
|
|
7703
|
-
"
|
|
8280
|
+
"jwtAuth": []
|
|
7704
8281
|
}
|
|
7705
8282
|
],
|
|
7706
8283
|
"summary": "Get channel presence",
|
|
@@ -7768,7 +8345,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7768
8345
|
},
|
|
7769
8346
|
"security": [
|
|
7770
8347
|
{
|
|
7771
|
-
"
|
|
8348
|
+
"jwtAuth": []
|
|
7772
8349
|
}
|
|
7773
8350
|
],
|
|
7774
8351
|
"summary": "Generate connection token",
|
|
@@ -7836,7 +8413,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7836
8413
|
},
|
|
7837
8414
|
"security": [
|
|
7838
8415
|
{
|
|
7839
|
-
"
|
|
8416
|
+
"jwtAuth": []
|
|
7840
8417
|
}
|
|
7841
8418
|
],
|
|
7842
8419
|
"summary": "Publish test message",
|
|
@@ -7904,7 +8481,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7904
8481
|
},
|
|
7905
8482
|
"security": [
|
|
7906
8483
|
{
|
|
7907
|
-
"
|
|
8484
|
+
"jwtAuth": []
|
|
7908
8485
|
}
|
|
7909
8486
|
],
|
|
7910
8487
|
"summary": "Publish with database logging",
|
|
@@ -7972,7 +8549,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
7972
8549
|
},
|
|
7973
8550
|
"security": [
|
|
7974
8551
|
{
|
|
7975
|
-
"
|
|
8552
|
+
"jwtAuth": []
|
|
7976
8553
|
}
|
|
7977
8554
|
],
|
|
7978
8555
|
"summary": "Send manual ACK",
|
|
@@ -7984,48 +8561,20 @@ export const OPENAPI_SCHEMA = {
|
|
|
7984
8561
|
},
|
|
7985
8562
|
"/cfg/centrifugo/monitor/channels/": {
|
|
7986
8563
|
"get": {
|
|
7987
|
-
"description": "
|
|
8564
|
+
"description": "Get statistics per channel.",
|
|
7988
8565
|
"operationId": "cfg_centrifugo_monitor_channels_retrieve",
|
|
7989
|
-
"
|
|
8566
|
+
"responses": {
|
|
8567
|
+
"200": {
|
|
8568
|
+
"description": "No response body"
|
|
8569
|
+
}
|
|
8570
|
+
},
|
|
8571
|
+
"security": [
|
|
7990
8572
|
{
|
|
7991
|
-
"
|
|
7992
|
-
"in": "query",
|
|
7993
|
-
"name": "hours",
|
|
7994
|
-
"schema": {
|
|
7995
|
-
"type": "integer"
|
|
7996
|
-
}
|
|
7997
|
-
}
|
|
7998
|
-
],
|
|
7999
|
-
"responses": {
|
|
8000
|
-
"200": {
|
|
8001
|
-
"content": {
|
|
8002
|
-
"application/json": {
|
|
8003
|
-
"schema": {
|
|
8004
|
-
"$ref": "#/components/schemas/ChannelList"
|
|
8005
|
-
}
|
|
8006
|
-
}
|
|
8007
|
-
},
|
|
8008
|
-
"description": ""
|
|
8009
|
-
},
|
|
8010
|
-
"400": {
|
|
8011
|
-
"content": {
|
|
8012
|
-
"application/json": {
|
|
8013
|
-
"schema": {
|
|
8014
|
-
"description": "Invalid parameters"
|
|
8015
|
-
}
|
|
8016
|
-
}
|
|
8017
|
-
},
|
|
8018
|
-
"description": ""
|
|
8019
|
-
}
|
|
8020
|
-
},
|
|
8021
|
-
"security": [
|
|
8022
|
-
{
|
|
8023
|
-
"cookieAuth": []
|
|
8573
|
+
"jwtAuth": []
|
|
8024
8574
|
}
|
|
8025
8575
|
],
|
|
8026
|
-
"summary": "Get channel statistics",
|
|
8027
8576
|
"tags": [
|
|
8028
|
-
"
|
|
8577
|
+
"centrifugo"
|
|
8029
8578
|
],
|
|
8030
8579
|
"x-async-capable": false
|
|
8031
8580
|
}
|
|
@@ -8058,7 +8607,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8058
8607
|
},
|
|
8059
8608
|
"security": [
|
|
8060
8609
|
{
|
|
8061
|
-
"
|
|
8610
|
+
"jwtAuth": []
|
|
8062
8611
|
}
|
|
8063
8612
|
],
|
|
8064
8613
|
"summary": "Get Centrifugo health status",
|
|
@@ -8106,7 +8655,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8106
8655
|
},
|
|
8107
8656
|
"security": [
|
|
8108
8657
|
{
|
|
8109
|
-
"
|
|
8658
|
+
"jwtAuth": []
|
|
8110
8659
|
}
|
|
8111
8660
|
],
|
|
8112
8661
|
"summary": "Get overview statistics",
|
|
@@ -8136,6 +8685,22 @@ export const OPENAPI_SCHEMA = {
|
|
|
8136
8685
|
"schema": {
|
|
8137
8686
|
"type": "integer"
|
|
8138
8687
|
}
|
|
8688
|
+
},
|
|
8689
|
+
{
|
|
8690
|
+
"description": "Offset for pagination (default: 0)",
|
|
8691
|
+
"in": "query",
|
|
8692
|
+
"name": "offset",
|
|
8693
|
+
"schema": {
|
|
8694
|
+
"type": "integer"
|
|
8695
|
+
}
|
|
8696
|
+
},
|
|
8697
|
+
{
|
|
8698
|
+
"description": "Filter by status (success, failed, timeout, pending, partial)",
|
|
8699
|
+
"in": "query",
|
|
8700
|
+
"name": "status",
|
|
8701
|
+
"schema": {
|
|
8702
|
+
"type": "string"
|
|
8703
|
+
}
|
|
8139
8704
|
}
|
|
8140
8705
|
],
|
|
8141
8706
|
"responses": {
|
|
@@ -8162,7 +8727,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8162
8727
|
},
|
|
8163
8728
|
"security": [
|
|
8164
8729
|
{
|
|
8165
|
-
"
|
|
8730
|
+
"jwtAuth": []
|
|
8166
8731
|
}
|
|
8167
8732
|
],
|
|
8168
8733
|
"summary": "Get recent publishes",
|
|
@@ -8172,6 +8737,62 @@ export const OPENAPI_SCHEMA = {
|
|
|
8172
8737
|
"x-async-capable": false
|
|
8173
8738
|
}
|
|
8174
8739
|
},
|
|
8740
|
+
"/cfg/centrifugo/monitor/timeline/": {
|
|
8741
|
+
"get": {
|
|
8742
|
+
"description": "Returns statistics grouped by channel.",
|
|
8743
|
+
"operationId": "cfg_centrifugo_monitor_timeline_retrieve",
|
|
8744
|
+
"parameters": [
|
|
8745
|
+
{
|
|
8746
|
+
"description": "Statistics period in hours (default: 24)",
|
|
8747
|
+
"in": "query",
|
|
8748
|
+
"name": "hours",
|
|
8749
|
+
"schema": {
|
|
8750
|
+
"type": "integer"
|
|
8751
|
+
}
|
|
8752
|
+
},
|
|
8753
|
+
{
|
|
8754
|
+
"description": "Time interval: \u0027hour\u0027 or \u0027day\u0027 (default: hour)",
|
|
8755
|
+
"in": "query",
|
|
8756
|
+
"name": "interval",
|
|
8757
|
+
"schema": {
|
|
8758
|
+
"type": "string"
|
|
8759
|
+
}
|
|
8760
|
+
}
|
|
8761
|
+
],
|
|
8762
|
+
"responses": {
|
|
8763
|
+
"200": {
|
|
8764
|
+
"content": {
|
|
8765
|
+
"application/json": {
|
|
8766
|
+
"schema": {
|
|
8767
|
+
"$ref": "#/components/schemas/ChannelList"
|
|
8768
|
+
}
|
|
8769
|
+
}
|
|
8770
|
+
},
|
|
8771
|
+
"description": ""
|
|
8772
|
+
},
|
|
8773
|
+
"400": {
|
|
8774
|
+
"content": {
|
|
8775
|
+
"application/json": {
|
|
8776
|
+
"schema": {
|
|
8777
|
+
"description": "Invalid parameters"
|
|
8778
|
+
}
|
|
8779
|
+
}
|
|
8780
|
+
},
|
|
8781
|
+
"description": ""
|
|
8782
|
+
}
|
|
8783
|
+
},
|
|
8784
|
+
"security": [
|
|
8785
|
+
{
|
|
8786
|
+
"jwtAuth": []
|
|
8787
|
+
}
|
|
8788
|
+
],
|
|
8789
|
+
"summary": "Get channel statistics",
|
|
8790
|
+
"tags": [
|
|
8791
|
+
"Centrifugo Monitoring"
|
|
8792
|
+
],
|
|
8793
|
+
"x-async-capable": false
|
|
8794
|
+
}
|
|
8795
|
+
},
|
|
8175
8796
|
"/cfg/centrifugo/server/auth/token/": {
|
|
8176
8797
|
"post": {
|
|
8177
8798
|
"description": "Returns JWT token and config for WebSocket connection to Centrifugo.",
|
|
@@ -8226,7 +8847,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8226
8847
|
},
|
|
8227
8848
|
"security": [
|
|
8228
8849
|
{
|
|
8229
|
-
"
|
|
8850
|
+
"jwtAuth": []
|
|
8230
8851
|
}
|
|
8231
8852
|
],
|
|
8232
8853
|
"summary": "Get connection token for dashboard",
|
|
@@ -8283,7 +8904,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8283
8904
|
},
|
|
8284
8905
|
"security": [
|
|
8285
8906
|
{
|
|
8286
|
-
"
|
|
8907
|
+
"jwtAuth": []
|
|
8287
8908
|
}
|
|
8288
8909
|
],
|
|
8289
8910
|
"summary": "List active channels",
|
|
@@ -8341,7 +8962,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8341
8962
|
},
|
|
8342
8963
|
"security": [
|
|
8343
8964
|
{
|
|
8344
|
-
"
|
|
8965
|
+
"jwtAuth": []
|
|
8345
8966
|
}
|
|
8346
8967
|
],
|
|
8347
8968
|
"summary": "Get channel history",
|
|
@@ -8379,7 +9000,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8379
9000
|
},
|
|
8380
9001
|
"security": [
|
|
8381
9002
|
{
|
|
8382
|
-
"
|
|
9003
|
+
"jwtAuth": []
|
|
8383
9004
|
}
|
|
8384
9005
|
],
|
|
8385
9006
|
"summary": "Get Centrifugo server info",
|
|
@@ -8437,7 +9058,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8437
9058
|
},
|
|
8438
9059
|
"security": [
|
|
8439
9060
|
{
|
|
8440
|
-
"
|
|
9061
|
+
"jwtAuth": []
|
|
8441
9062
|
}
|
|
8442
9063
|
],
|
|
8443
9064
|
"summary": "Get channel presence statistics",
|
|
@@ -8495,7 +9116,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8495
9116
|
},
|
|
8496
9117
|
"security": [
|
|
8497
9118
|
{
|
|
8498
|
-
"
|
|
9119
|
+
"jwtAuth": []
|
|
8499
9120
|
}
|
|
8500
9121
|
],
|
|
8501
9122
|
"summary": "Get channel presence",
|
|
@@ -8563,7 +9184,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8563
9184
|
},
|
|
8564
9185
|
"security": [
|
|
8565
9186
|
{
|
|
8566
|
-
"
|
|
9187
|
+
"jwtAuth": []
|
|
8567
9188
|
}
|
|
8568
9189
|
],
|
|
8569
9190
|
"summary": "Generate connection token",
|
|
@@ -8631,7 +9252,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8631
9252
|
},
|
|
8632
9253
|
"security": [
|
|
8633
9254
|
{
|
|
8634
|
-
"
|
|
9255
|
+
"jwtAuth": []
|
|
8635
9256
|
}
|
|
8636
9257
|
],
|
|
8637
9258
|
"summary": "Publish test message",
|
|
@@ -8699,7 +9320,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8699
9320
|
},
|
|
8700
9321
|
"security": [
|
|
8701
9322
|
{
|
|
8702
|
-
"
|
|
9323
|
+
"jwtAuth": []
|
|
8703
9324
|
}
|
|
8704
9325
|
],
|
|
8705
9326
|
"summary": "Publish with database logging",
|
|
@@ -8767,7 +9388,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8767
9388
|
},
|
|
8768
9389
|
"security": [
|
|
8769
9390
|
{
|
|
8770
|
-
"
|
|
9391
|
+
"jwtAuth": []
|
|
8771
9392
|
}
|
|
8772
9393
|
],
|
|
8773
9394
|
"summary": "Send manual ACK",
|
|
@@ -8777,6 +9398,277 @@ export const OPENAPI_SCHEMA = {
|
|
|
8777
9398
|
"x-async-capable": false
|
|
8778
9399
|
}
|
|
8779
9400
|
},
|
|
9401
|
+
"/cfg/dashboard/api/activity/actions/": {
|
|
9402
|
+
"get": {
|
|
9403
|
+
"description": "Retrieve quick action buttons for dashboard",
|
|
9404
|
+
"operationId": "cfg_dashboard_api_activity_actions_list",
|
|
9405
|
+
"responses": {
|
|
9406
|
+
"200": {
|
|
9407
|
+
"content": {
|
|
9408
|
+
"application/json": {
|
|
9409
|
+
"schema": {
|
|
9410
|
+
"items": {
|
|
9411
|
+
"$ref": "#/components/schemas/QuickAction"
|
|
9412
|
+
},
|
|
9413
|
+
"type": "array"
|
|
9414
|
+
}
|
|
9415
|
+
}
|
|
9416
|
+
},
|
|
9417
|
+
"description": ""
|
|
9418
|
+
}
|
|
9419
|
+
},
|
|
9420
|
+
"security": [
|
|
9421
|
+
{
|
|
9422
|
+
"cookieAuth": []
|
|
9423
|
+
},
|
|
9424
|
+
{
|
|
9425
|
+
"basicAuth": []
|
|
9426
|
+
}
|
|
9427
|
+
],
|
|
9428
|
+
"summary": "Get quick actions",
|
|
9429
|
+
"tags": [
|
|
9430
|
+
"dashboard"
|
|
9431
|
+
],
|
|
9432
|
+
"x-async-capable": false
|
|
9433
|
+
}
|
|
9434
|
+
},
|
|
9435
|
+
"/cfg/dashboard/api/activity/recent/": {
|
|
9436
|
+
"get": {
|
|
9437
|
+
"description": "Retrieve recent system activity entries",
|
|
9438
|
+
"operationId": "cfg_dashboard_api_activity_recent_list",
|
|
9439
|
+
"parameters": [
|
|
9440
|
+
{
|
|
9441
|
+
"description": "Maximum number of entries to return",
|
|
9442
|
+
"in": "query",
|
|
9443
|
+
"name": "limit",
|
|
9444
|
+
"schema": {
|
|
9445
|
+
"default": 10,
|
|
9446
|
+
"type": "integer"
|
|
9447
|
+
}
|
|
9448
|
+
}
|
|
9449
|
+
],
|
|
9450
|
+
"responses": {
|
|
9451
|
+
"200": {
|
|
9452
|
+
"content": {
|
|
9453
|
+
"application/json": {
|
|
9454
|
+
"schema": {
|
|
9455
|
+
"items": {
|
|
9456
|
+
"$ref": "#/components/schemas/ActivityEntry"
|
|
9457
|
+
},
|
|
9458
|
+
"type": "array"
|
|
9459
|
+
}
|
|
9460
|
+
}
|
|
9461
|
+
},
|
|
9462
|
+
"description": ""
|
|
9463
|
+
}
|
|
9464
|
+
},
|
|
9465
|
+
"security": [
|
|
9466
|
+
{
|
|
9467
|
+
"cookieAuth": []
|
|
9468
|
+
},
|
|
9469
|
+
{
|
|
9470
|
+
"basicAuth": []
|
|
9471
|
+
}
|
|
9472
|
+
],
|
|
9473
|
+
"summary": "Get recent activity",
|
|
9474
|
+
"tags": [
|
|
9475
|
+
"dashboard"
|
|
9476
|
+
],
|
|
9477
|
+
"x-async-capable": false
|
|
9478
|
+
}
|
|
9479
|
+
},
|
|
9480
|
+
"/cfg/dashboard/api/overview/overview/": {
|
|
9481
|
+
"get": {
|
|
9482
|
+
"description": "Retrieve complete dashboard data including stats, health, actions, and metrics",
|
|
9483
|
+
"operationId": "cfg_dashboard_api_overview_overview_retrieve",
|
|
9484
|
+
"responses": {
|
|
9485
|
+
"200": {
|
|
9486
|
+
"content": {
|
|
9487
|
+
"application/json": {
|
|
9488
|
+
"schema": {
|
|
9489
|
+
"$ref": "#/components/schemas/DashboardOverview"
|
|
9490
|
+
}
|
|
9491
|
+
}
|
|
9492
|
+
},
|
|
9493
|
+
"description": ""
|
|
9494
|
+
}
|
|
9495
|
+
},
|
|
9496
|
+
"security": [
|
|
9497
|
+
{
|
|
9498
|
+
"cookieAuth": []
|
|
9499
|
+
},
|
|
9500
|
+
{
|
|
9501
|
+
"basicAuth": []
|
|
9502
|
+
}
|
|
9503
|
+
],
|
|
9504
|
+
"summary": "Get dashboard overview",
|
|
9505
|
+
"tags": [
|
|
9506
|
+
"dashboard"
|
|
9507
|
+
],
|
|
9508
|
+
"x-async-capable": false
|
|
9509
|
+
}
|
|
9510
|
+
},
|
|
9511
|
+
"/cfg/dashboard/api/statistics/apps/": {
|
|
9512
|
+
"get": {
|
|
9513
|
+
"description": "Retrieve statistics for all enabled django-cfg applications",
|
|
9514
|
+
"operationId": "cfg_dashboard_api_statistics_apps_list",
|
|
9515
|
+
"responses": {
|
|
9516
|
+
"200": {
|
|
9517
|
+
"content": {
|
|
9518
|
+
"application/json": {
|
|
9519
|
+
"schema": {
|
|
9520
|
+
"items": {
|
|
9521
|
+
"$ref": "#/components/schemas/AppStatistics"
|
|
9522
|
+
},
|
|
9523
|
+
"type": "array"
|
|
9524
|
+
}
|
|
9525
|
+
}
|
|
9526
|
+
},
|
|
9527
|
+
"description": ""
|
|
9528
|
+
}
|
|
9529
|
+
},
|
|
9530
|
+
"security": [
|
|
9531
|
+
{
|
|
9532
|
+
"cookieAuth": []
|
|
9533
|
+
},
|
|
9534
|
+
{
|
|
9535
|
+
"basicAuth": []
|
|
9536
|
+
}
|
|
9537
|
+
],
|
|
9538
|
+
"summary": "Get application statistics",
|
|
9539
|
+
"tags": [
|
|
9540
|
+
"dashboard"
|
|
9541
|
+
],
|
|
9542
|
+
"x-async-capable": false
|
|
9543
|
+
}
|
|
9544
|
+
},
|
|
9545
|
+
"/cfg/dashboard/api/statistics/cards/": {
|
|
9546
|
+
"get": {
|
|
9547
|
+
"description": "Retrieve dashboard statistics cards with key metrics",
|
|
9548
|
+
"operationId": "cfg_dashboard_api_statistics_cards_list",
|
|
9549
|
+
"responses": {
|
|
9550
|
+
"200": {
|
|
9551
|
+
"content": {
|
|
9552
|
+
"application/json": {
|
|
9553
|
+
"schema": {
|
|
9554
|
+
"items": {
|
|
9555
|
+
"$ref": "#/components/schemas/StatCard"
|
|
9556
|
+
},
|
|
9557
|
+
"type": "array"
|
|
9558
|
+
}
|
|
9559
|
+
}
|
|
9560
|
+
},
|
|
9561
|
+
"description": ""
|
|
9562
|
+
}
|
|
9563
|
+
},
|
|
9564
|
+
"security": [
|
|
9565
|
+
{
|
|
9566
|
+
"cookieAuth": []
|
|
9567
|
+
},
|
|
9568
|
+
{
|
|
9569
|
+
"basicAuth": []
|
|
9570
|
+
}
|
|
9571
|
+
],
|
|
9572
|
+
"summary": "Get statistics cards",
|
|
9573
|
+
"tags": [
|
|
9574
|
+
"dashboard"
|
|
9575
|
+
],
|
|
9576
|
+
"x-async-capable": false
|
|
9577
|
+
}
|
|
9578
|
+
},
|
|
9579
|
+
"/cfg/dashboard/api/statistics/users/": {
|
|
9580
|
+
"get": {
|
|
9581
|
+
"description": "Retrieve user-related statistics",
|
|
9582
|
+
"operationId": "cfg_dashboard_api_statistics_users_retrieve",
|
|
9583
|
+
"responses": {
|
|
9584
|
+
"200": {
|
|
9585
|
+
"content": {
|
|
9586
|
+
"application/json": {
|
|
9587
|
+
"schema": {
|
|
9588
|
+
"$ref": "#/components/schemas/UserStatistics"
|
|
9589
|
+
}
|
|
9590
|
+
}
|
|
9591
|
+
},
|
|
9592
|
+
"description": ""
|
|
9593
|
+
}
|
|
9594
|
+
},
|
|
9595
|
+
"security": [
|
|
9596
|
+
{
|
|
9597
|
+
"cookieAuth": []
|
|
9598
|
+
},
|
|
9599
|
+
{
|
|
9600
|
+
"basicAuth": []
|
|
9601
|
+
}
|
|
9602
|
+
],
|
|
9603
|
+
"summary": "Get user statistics",
|
|
9604
|
+
"tags": [
|
|
9605
|
+
"dashboard"
|
|
9606
|
+
],
|
|
9607
|
+
"x-async-capable": false
|
|
9608
|
+
}
|
|
9609
|
+
},
|
|
9610
|
+
"/cfg/dashboard/api/system/health/": {
|
|
9611
|
+
"get": {
|
|
9612
|
+
"description": "Retrieve overall system health including all component checks",
|
|
9613
|
+
"operationId": "cfg_dashboard_api_system_health_retrieve",
|
|
9614
|
+
"responses": {
|
|
9615
|
+
"200": {
|
|
9616
|
+
"content": {
|
|
9617
|
+
"application/json": {
|
|
9618
|
+
"schema": {
|
|
9619
|
+
"$ref": "#/components/schemas/SystemHealth"
|
|
9620
|
+
}
|
|
9621
|
+
}
|
|
9622
|
+
},
|
|
9623
|
+
"description": ""
|
|
9624
|
+
}
|
|
9625
|
+
},
|
|
9626
|
+
"security": [
|
|
9627
|
+
{
|
|
9628
|
+
"cookieAuth": []
|
|
9629
|
+
},
|
|
9630
|
+
{
|
|
9631
|
+
"basicAuth": []
|
|
9632
|
+
}
|
|
9633
|
+
],
|
|
9634
|
+
"summary": "Get system health status",
|
|
9635
|
+
"tags": [
|
|
9636
|
+
"dashboard"
|
|
9637
|
+
],
|
|
9638
|
+
"x-async-capable": false
|
|
9639
|
+
}
|
|
9640
|
+
},
|
|
9641
|
+
"/cfg/dashboard/api/system/metrics/": {
|
|
9642
|
+
"get": {
|
|
9643
|
+
"description": "Retrieve system performance metrics (CPU, memory, disk, etc.)",
|
|
9644
|
+
"operationId": "cfg_dashboard_api_system_metrics_retrieve",
|
|
9645
|
+
"responses": {
|
|
9646
|
+
"200": {
|
|
9647
|
+
"content": {
|
|
9648
|
+
"application/json": {
|
|
9649
|
+
"schema": {
|
|
9650
|
+
"$ref": "#/components/schemas/SystemMetrics"
|
|
9651
|
+
}
|
|
9652
|
+
}
|
|
9653
|
+
},
|
|
9654
|
+
"description": ""
|
|
9655
|
+
}
|
|
9656
|
+
},
|
|
9657
|
+
"security": [
|
|
9658
|
+
{
|
|
9659
|
+
"cookieAuth": []
|
|
9660
|
+
},
|
|
9661
|
+
{
|
|
9662
|
+
"basicAuth": []
|
|
9663
|
+
}
|
|
9664
|
+
],
|
|
9665
|
+
"summary": "Get system metrics",
|
|
9666
|
+
"tags": [
|
|
9667
|
+
"dashboard"
|
|
9668
|
+
],
|
|
9669
|
+
"x-async-capable": false
|
|
9670
|
+
}
|
|
9671
|
+
},
|
|
8780
9672
|
"/cfg/endpoints/drf/": {
|
|
8781
9673
|
"get": {
|
|
8782
9674
|
"description": "Return endpoints status data.",
|
|
@@ -8794,6 +9686,58 @@ export const OPENAPI_SCHEMA = {
|
|
|
8794
9686
|
}
|
|
8795
9687
|
},
|
|
8796
9688
|
"security": [
|
|
9689
|
+
{
|
|
9690
|
+
"jwtAuth": []
|
|
9691
|
+
},
|
|
9692
|
+
{}
|
|
9693
|
+
],
|
|
9694
|
+
"tags": [
|
|
9695
|
+
"endpoints"
|
|
9696
|
+
],
|
|
9697
|
+
"x-async-capable": false
|
|
9698
|
+
}
|
|
9699
|
+
},
|
|
9700
|
+
"/cfg/endpoints/urls/": {
|
|
9701
|
+
"get": {
|
|
9702
|
+
"description": "Return all registered URLs.",
|
|
9703
|
+
"operationId": "cfg_endpoints_urls_retrieve",
|
|
9704
|
+
"responses": {
|
|
9705
|
+
"200": {
|
|
9706
|
+
"content": {
|
|
9707
|
+
"application/json": {
|
|
9708
|
+
"schema": {
|
|
9709
|
+
"$ref": "#/components/schemas/URLsList"
|
|
9710
|
+
}
|
|
9711
|
+
}
|
|
9712
|
+
},
|
|
9713
|
+
"description": ""
|
|
9714
|
+
}
|
|
9715
|
+
},
|
|
9716
|
+
"security": [
|
|
9717
|
+
{
|
|
9718
|
+
"jwtAuth": []
|
|
9719
|
+
},
|
|
9720
|
+
{}
|
|
9721
|
+
],
|
|
9722
|
+
"tags": [
|
|
9723
|
+
"endpoints"
|
|
9724
|
+
],
|
|
9725
|
+
"x-async-capable": false
|
|
9726
|
+
}
|
|
9727
|
+
},
|
|
9728
|
+
"/cfg/endpoints/urls/compact/": {
|
|
9729
|
+
"get": {
|
|
9730
|
+
"description": "Return compact URL list.",
|
|
9731
|
+
"operationId": "cfg_endpoints_urls_compact_retrieve",
|
|
9732
|
+
"responses": {
|
|
9733
|
+
"200": {
|
|
9734
|
+
"description": "No response body"
|
|
9735
|
+
}
|
|
9736
|
+
},
|
|
9737
|
+
"security": [
|
|
9738
|
+
{
|
|
9739
|
+
"jwtAuth": []
|
|
9740
|
+
},
|
|
8797
9741
|
{}
|
|
8798
9742
|
],
|
|
8799
9743
|
"tags": [
|
|
@@ -8819,6 +9763,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
8819
9763
|
}
|
|
8820
9764
|
},
|
|
8821
9765
|
"security": [
|
|
9766
|
+
{
|
|
9767
|
+
"jwtAuth": []
|
|
9768
|
+
},
|
|
8822
9769
|
{}
|
|
8823
9770
|
],
|
|
8824
9771
|
"tags": [
|
|
@@ -8844,6 +9791,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
8844
9791
|
}
|
|
8845
9792
|
},
|
|
8846
9793
|
"security": [
|
|
9794
|
+
{
|
|
9795
|
+
"jwtAuth": []
|
|
9796
|
+
},
|
|
8847
9797
|
{}
|
|
8848
9798
|
],
|
|
8849
9799
|
"tags": [
|
|
@@ -8888,6 +9838,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
8888
9838
|
"description": ""
|
|
8889
9839
|
}
|
|
8890
9840
|
},
|
|
9841
|
+
"security": [
|
|
9842
|
+
{
|
|
9843
|
+
"jwtAuth": []
|
|
9844
|
+
}
|
|
9845
|
+
],
|
|
8891
9846
|
"tags": [
|
|
8892
9847
|
"knowbase"
|
|
8893
9848
|
],
|
|
@@ -8928,6 +9883,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
8928
9883
|
"description": ""
|
|
8929
9884
|
}
|
|
8930
9885
|
},
|
|
9886
|
+
"security": [
|
|
9887
|
+
{
|
|
9888
|
+
"jwtAuth": []
|
|
9889
|
+
}
|
|
9890
|
+
],
|
|
8931
9891
|
"tags": [
|
|
8932
9892
|
"knowbase"
|
|
8933
9893
|
],
|
|
@@ -8990,6 +9950,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
8990
9950
|
"description": ""
|
|
8991
9951
|
}
|
|
8992
9952
|
},
|
|
9953
|
+
"security": [
|
|
9954
|
+
{
|
|
9955
|
+
"jwtAuth": []
|
|
9956
|
+
}
|
|
9957
|
+
],
|
|
8993
9958
|
"summary": "Process chat query with RAG",
|
|
8994
9959
|
"tags": [
|
|
8995
9960
|
"knowbase"
|
|
@@ -9018,6 +9983,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9018
9983
|
"description": "No response body"
|
|
9019
9984
|
}
|
|
9020
9985
|
},
|
|
9986
|
+
"security": [
|
|
9987
|
+
{
|
|
9988
|
+
"jwtAuth": []
|
|
9989
|
+
}
|
|
9990
|
+
],
|
|
9021
9991
|
"tags": [
|
|
9022
9992
|
"knowbase"
|
|
9023
9993
|
],
|
|
@@ -9050,6 +10020,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9050
10020
|
"description": ""
|
|
9051
10021
|
}
|
|
9052
10022
|
},
|
|
10023
|
+
"security": [
|
|
10024
|
+
{
|
|
10025
|
+
"jwtAuth": []
|
|
10026
|
+
}
|
|
10027
|
+
],
|
|
9053
10028
|
"tags": [
|
|
9054
10029
|
"knowbase"
|
|
9055
10030
|
],
|
|
@@ -9101,6 +10076,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9101
10076
|
"description": ""
|
|
9102
10077
|
}
|
|
9103
10078
|
},
|
|
10079
|
+
"security": [
|
|
10080
|
+
{
|
|
10081
|
+
"jwtAuth": []
|
|
10082
|
+
}
|
|
10083
|
+
],
|
|
9104
10084
|
"tags": [
|
|
9105
10085
|
"knowbase"
|
|
9106
10086
|
],
|
|
@@ -9153,6 +10133,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9153
10133
|
"description": ""
|
|
9154
10134
|
}
|
|
9155
10135
|
},
|
|
10136
|
+
"security": [
|
|
10137
|
+
{
|
|
10138
|
+
"jwtAuth": []
|
|
10139
|
+
}
|
|
10140
|
+
],
|
|
9156
10141
|
"tags": [
|
|
9157
10142
|
"knowbase"
|
|
9158
10143
|
],
|
|
@@ -9187,6 +10172,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9187
10172
|
"description": ""
|
|
9188
10173
|
}
|
|
9189
10174
|
},
|
|
10175
|
+
"security": [
|
|
10176
|
+
{
|
|
10177
|
+
"jwtAuth": []
|
|
10178
|
+
}
|
|
10179
|
+
],
|
|
9190
10180
|
"summary": "Get chat history",
|
|
9191
10181
|
"tags": [
|
|
9192
10182
|
"knowbase"
|
|
@@ -9238,6 +10228,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9238
10228
|
"description": ""
|
|
9239
10229
|
}
|
|
9240
10230
|
},
|
|
10231
|
+
"security": [
|
|
10232
|
+
{
|
|
10233
|
+
"jwtAuth": []
|
|
10234
|
+
}
|
|
10235
|
+
],
|
|
9241
10236
|
"summary": "List user documents",
|
|
9242
10237
|
"tags": [
|
|
9243
10238
|
"knowbase"
|
|
@@ -9308,6 +10303,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9308
10303
|
"description": "Rate limit exceeded"
|
|
9309
10304
|
}
|
|
9310
10305
|
},
|
|
10306
|
+
"security": [
|
|
10307
|
+
{
|
|
10308
|
+
"jwtAuth": []
|
|
10309
|
+
}
|
|
10310
|
+
],
|
|
9311
10311
|
"summary": "Upload new document",
|
|
9312
10312
|
"tags": [
|
|
9313
10313
|
"knowbase"
|
|
@@ -9331,6 +10331,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9331
10331
|
"description": ""
|
|
9332
10332
|
}
|
|
9333
10333
|
},
|
|
10334
|
+
"security": [
|
|
10335
|
+
{
|
|
10336
|
+
"jwtAuth": []
|
|
10337
|
+
}
|
|
10338
|
+
],
|
|
9334
10339
|
"summary": "Get processing statistics",
|
|
9335
10340
|
"tags": [
|
|
9336
10341
|
"knowbase"
|
|
@@ -9362,6 +10367,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9362
10367
|
"description": "Document not found"
|
|
9363
10368
|
}
|
|
9364
10369
|
},
|
|
10370
|
+
"security": [
|
|
10371
|
+
{
|
|
10372
|
+
"jwtAuth": []
|
|
10373
|
+
}
|
|
10374
|
+
],
|
|
9365
10375
|
"summary": "Delete document",
|
|
9366
10376
|
"tags": [
|
|
9367
10377
|
"knowbase"
|
|
@@ -9398,6 +10408,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9398
10408
|
"description": "Document not found"
|
|
9399
10409
|
}
|
|
9400
10410
|
},
|
|
10411
|
+
"security": [
|
|
10412
|
+
{
|
|
10413
|
+
"jwtAuth": []
|
|
10414
|
+
}
|
|
10415
|
+
],
|
|
9401
10416
|
"summary": "Get document details",
|
|
9402
10417
|
"tags": [
|
|
9403
10418
|
"knowbase"
|
|
@@ -9450,6 +10465,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9450
10465
|
"description": ""
|
|
9451
10466
|
}
|
|
9452
10467
|
},
|
|
10468
|
+
"security": [
|
|
10469
|
+
{
|
|
10470
|
+
"jwtAuth": []
|
|
10471
|
+
}
|
|
10472
|
+
],
|
|
9453
10473
|
"tags": [
|
|
9454
10474
|
"knowbase"
|
|
9455
10475
|
],
|
|
@@ -9502,6 +10522,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9502
10522
|
"description": ""
|
|
9503
10523
|
}
|
|
9504
10524
|
},
|
|
10525
|
+
"security": [
|
|
10526
|
+
{
|
|
10527
|
+
"jwtAuth": []
|
|
10528
|
+
}
|
|
10529
|
+
],
|
|
9505
10530
|
"tags": [
|
|
9506
10531
|
"knowbase"
|
|
9507
10532
|
],
|
|
@@ -9556,6 +10581,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9556
10581
|
"description": ""
|
|
9557
10582
|
}
|
|
9558
10583
|
},
|
|
10584
|
+
"security": [
|
|
10585
|
+
{
|
|
10586
|
+
"jwtAuth": []
|
|
10587
|
+
}
|
|
10588
|
+
],
|
|
9559
10589
|
"summary": "Reprocess document",
|
|
9560
10590
|
"tags": [
|
|
9561
10591
|
"knowbase"
|
|
@@ -9591,6 +10621,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9591
10621
|
"description": ""
|
|
9592
10622
|
}
|
|
9593
10623
|
},
|
|
10624
|
+
"security": [
|
|
10625
|
+
{
|
|
10626
|
+
"jwtAuth": []
|
|
10627
|
+
}
|
|
10628
|
+
],
|
|
9594
10629
|
"summary": "Get document processing status",
|
|
9595
10630
|
"tags": [
|
|
9596
10631
|
"knowbase"
|
|
@@ -9634,6 +10669,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9634
10669
|
"description": ""
|
|
9635
10670
|
}
|
|
9636
10671
|
},
|
|
10672
|
+
"security": [
|
|
10673
|
+
{
|
|
10674
|
+
"jwtAuth": []
|
|
10675
|
+
}
|
|
10676
|
+
],
|
|
9637
10677
|
"summary": "List user chat sessions",
|
|
9638
10678
|
"tags": [
|
|
9639
10679
|
"knowbase"
|
|
@@ -9674,6 +10714,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9674
10714
|
"description": ""
|
|
9675
10715
|
}
|
|
9676
10716
|
},
|
|
10717
|
+
"security": [
|
|
10718
|
+
{
|
|
10719
|
+
"jwtAuth": []
|
|
10720
|
+
}
|
|
10721
|
+
],
|
|
9677
10722
|
"summary": "Create new chat session",
|
|
9678
10723
|
"tags": [
|
|
9679
10724
|
"knowbase"
|
|
@@ -9702,6 +10747,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9702
10747
|
"description": "No response body"
|
|
9703
10748
|
}
|
|
9704
10749
|
},
|
|
10750
|
+
"security": [
|
|
10751
|
+
{
|
|
10752
|
+
"jwtAuth": []
|
|
10753
|
+
}
|
|
10754
|
+
],
|
|
9705
10755
|
"tags": [
|
|
9706
10756
|
"knowbase"
|
|
9707
10757
|
],
|
|
@@ -9734,6 +10784,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9734
10784
|
"description": ""
|
|
9735
10785
|
}
|
|
9736
10786
|
},
|
|
10787
|
+
"security": [
|
|
10788
|
+
{
|
|
10789
|
+
"jwtAuth": []
|
|
10790
|
+
}
|
|
10791
|
+
],
|
|
9737
10792
|
"tags": [
|
|
9738
10793
|
"knowbase"
|
|
9739
10794
|
],
|
|
@@ -9785,6 +10840,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9785
10840
|
"description": ""
|
|
9786
10841
|
}
|
|
9787
10842
|
},
|
|
10843
|
+
"security": [
|
|
10844
|
+
{
|
|
10845
|
+
"jwtAuth": []
|
|
10846
|
+
}
|
|
10847
|
+
],
|
|
9788
10848
|
"tags": [
|
|
9789
10849
|
"knowbase"
|
|
9790
10850
|
],
|
|
@@ -9836,6 +10896,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9836
10896
|
"description": ""
|
|
9837
10897
|
}
|
|
9838
10898
|
},
|
|
10899
|
+
"security": [
|
|
10900
|
+
{
|
|
10901
|
+
"jwtAuth": []
|
|
10902
|
+
}
|
|
10903
|
+
],
|
|
9839
10904
|
"tags": [
|
|
9840
10905
|
"knowbase"
|
|
9841
10906
|
],
|
|
@@ -9889,6 +10954,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9889
10954
|
"description": ""
|
|
9890
10955
|
}
|
|
9891
10956
|
},
|
|
10957
|
+
"security": [
|
|
10958
|
+
{
|
|
10959
|
+
"jwtAuth": []
|
|
10960
|
+
}
|
|
10961
|
+
],
|
|
9892
10962
|
"summary": "Activate chat session",
|
|
9893
10963
|
"tags": [
|
|
9894
10964
|
"knowbase"
|
|
@@ -9943,6 +11013,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
9943
11013
|
"description": ""
|
|
9944
11014
|
}
|
|
9945
11015
|
},
|
|
11016
|
+
"security": [
|
|
11017
|
+
{
|
|
11018
|
+
"jwtAuth": []
|
|
11019
|
+
}
|
|
11020
|
+
],
|
|
9946
11021
|
"summary": "Archive chat session",
|
|
9947
11022
|
"tags": [
|
|
9948
11023
|
"knowbase"
|
|
@@ -9987,6 +11062,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
9987
11062
|
}
|
|
9988
11063
|
},
|
|
9989
11064
|
"security": [
|
|
11065
|
+
{
|
|
11066
|
+
"jwtAuth": []
|
|
11067
|
+
},
|
|
9990
11068
|
{}
|
|
9991
11069
|
],
|
|
9992
11070
|
"summary": "List public categories",
|
|
@@ -10028,6 +11106,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
10028
11106
|
}
|
|
10029
11107
|
},
|
|
10030
11108
|
"security": [
|
|
11109
|
+
{
|
|
11110
|
+
"jwtAuth": []
|
|
11111
|
+
},
|
|
10031
11112
|
{}
|
|
10032
11113
|
],
|
|
10033
11114
|
"summary": "Get public category details",
|
|
@@ -10090,6 +11171,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
10090
11171
|
}
|
|
10091
11172
|
},
|
|
10092
11173
|
"security": [
|
|
11174
|
+
{
|
|
11175
|
+
"jwtAuth": []
|
|
11176
|
+
},
|
|
10093
11177
|
{}
|
|
10094
11178
|
],
|
|
10095
11179
|
"summary": "List public documents",
|
|
@@ -10131,6 +11215,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
10131
11215
|
}
|
|
10132
11216
|
},
|
|
10133
11217
|
"security": [
|
|
11218
|
+
{
|
|
11219
|
+
"jwtAuth": []
|
|
11220
|
+
},
|
|
10134
11221
|
{}
|
|
10135
11222
|
],
|
|
10136
11223
|
"summary": "Get public document details",
|
|
@@ -10176,6 +11263,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10176
11263
|
"description": ""
|
|
10177
11264
|
}
|
|
10178
11265
|
},
|
|
11266
|
+
"security": [
|
|
11267
|
+
{
|
|
11268
|
+
"jwtAuth": []
|
|
11269
|
+
}
|
|
11270
|
+
],
|
|
10179
11271
|
"tags": [
|
|
10180
11272
|
"knowbase"
|
|
10181
11273
|
],
|
|
@@ -10238,6 +11330,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10238
11330
|
"description": "Rate limit exceeded"
|
|
10239
11331
|
}
|
|
10240
11332
|
},
|
|
11333
|
+
"security": [
|
|
11334
|
+
{
|
|
11335
|
+
"jwtAuth": []
|
|
11336
|
+
}
|
|
11337
|
+
],
|
|
10241
11338
|
"summary": "Upload and process archive",
|
|
10242
11339
|
"tags": [
|
|
10243
11340
|
"knowbase"
|
|
@@ -10276,6 +11373,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10276
11373
|
"description": ""
|
|
10277
11374
|
}
|
|
10278
11375
|
},
|
|
11376
|
+
"security": [
|
|
11377
|
+
{
|
|
11378
|
+
"jwtAuth": []
|
|
11379
|
+
}
|
|
11380
|
+
],
|
|
10279
11381
|
"summary": "Re-vectorize chunks",
|
|
10280
11382
|
"tags": [
|
|
10281
11383
|
"knowbase"
|
|
@@ -10299,6 +11401,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10299
11401
|
"description": ""
|
|
10300
11402
|
}
|
|
10301
11403
|
},
|
|
11404
|
+
"security": [
|
|
11405
|
+
{
|
|
11406
|
+
"jwtAuth": []
|
|
11407
|
+
}
|
|
11408
|
+
],
|
|
10302
11409
|
"summary": "Get archive statistics",
|
|
10303
11410
|
"tags": [
|
|
10304
11411
|
"knowbase"
|
|
@@ -10322,6 +11429,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10322
11429
|
"description": ""
|
|
10323
11430
|
}
|
|
10324
11431
|
},
|
|
11432
|
+
"security": [
|
|
11433
|
+
{
|
|
11434
|
+
"jwtAuth": []
|
|
11435
|
+
}
|
|
11436
|
+
],
|
|
10325
11437
|
"summary": "Get vectorization statistics",
|
|
10326
11438
|
"tags": [
|
|
10327
11439
|
"knowbase"
|
|
@@ -10350,6 +11462,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10350
11462
|
"description": "No response body"
|
|
10351
11463
|
}
|
|
10352
11464
|
},
|
|
11465
|
+
"security": [
|
|
11466
|
+
{
|
|
11467
|
+
"jwtAuth": []
|
|
11468
|
+
}
|
|
11469
|
+
],
|
|
10353
11470
|
"tags": [
|
|
10354
11471
|
"knowbase"
|
|
10355
11472
|
],
|
|
@@ -10382,6 +11499,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10382
11499
|
"description": ""
|
|
10383
11500
|
}
|
|
10384
11501
|
},
|
|
11502
|
+
"security": [
|
|
11503
|
+
{
|
|
11504
|
+
"jwtAuth": []
|
|
11505
|
+
}
|
|
11506
|
+
],
|
|
10385
11507
|
"tags": [
|
|
10386
11508
|
"knowbase"
|
|
10387
11509
|
],
|
|
@@ -10428,6 +11550,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10428
11550
|
"description": ""
|
|
10429
11551
|
}
|
|
10430
11552
|
},
|
|
11553
|
+
"security": [
|
|
11554
|
+
{
|
|
11555
|
+
"jwtAuth": []
|
|
11556
|
+
}
|
|
11557
|
+
],
|
|
10431
11558
|
"tags": [
|
|
10432
11559
|
"knowbase"
|
|
10433
11560
|
],
|
|
@@ -10475,6 +11602,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10475
11602
|
"description": ""
|
|
10476
11603
|
}
|
|
10477
11604
|
},
|
|
11605
|
+
"security": [
|
|
11606
|
+
{
|
|
11607
|
+
"jwtAuth": []
|
|
11608
|
+
}
|
|
11609
|
+
],
|
|
10478
11610
|
"tags": [
|
|
10479
11611
|
"knowbase"
|
|
10480
11612
|
],
|
|
@@ -10509,6 +11641,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10509
11641
|
"description": ""
|
|
10510
11642
|
}
|
|
10511
11643
|
},
|
|
11644
|
+
"security": [
|
|
11645
|
+
{
|
|
11646
|
+
"jwtAuth": []
|
|
11647
|
+
}
|
|
11648
|
+
],
|
|
10512
11649
|
"summary": "Get archive file tree",
|
|
10513
11650
|
"tags": [
|
|
10514
11651
|
"knowbase"
|
|
@@ -10562,6 +11699,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10562
11699
|
"description": ""
|
|
10563
11700
|
}
|
|
10564
11701
|
},
|
|
11702
|
+
"security": [
|
|
11703
|
+
{
|
|
11704
|
+
"jwtAuth": []
|
|
11705
|
+
}
|
|
11706
|
+
],
|
|
10565
11707
|
"summary": "Get archive items",
|
|
10566
11708
|
"tags": [
|
|
10567
11709
|
"knowbase"
|
|
@@ -10630,6 +11772,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10630
11772
|
"description": ""
|
|
10631
11773
|
}
|
|
10632
11774
|
},
|
|
11775
|
+
"security": [
|
|
11776
|
+
{
|
|
11777
|
+
"jwtAuth": []
|
|
11778
|
+
}
|
|
11779
|
+
],
|
|
10633
11780
|
"summary": "Search archive chunks",
|
|
10634
11781
|
"tags": [
|
|
10635
11782
|
"knowbase"
|
|
@@ -10673,6 +11820,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10673
11820
|
"description": ""
|
|
10674
11821
|
}
|
|
10675
11822
|
},
|
|
11823
|
+
"security": [
|
|
11824
|
+
{
|
|
11825
|
+
"jwtAuth": []
|
|
11826
|
+
}
|
|
11827
|
+
],
|
|
10676
11828
|
"tags": [
|
|
10677
11829
|
"knowbase"
|
|
10678
11830
|
],
|
|
@@ -10713,6 +11865,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10713
11865
|
"description": ""
|
|
10714
11866
|
}
|
|
10715
11867
|
},
|
|
11868
|
+
"security": [
|
|
11869
|
+
{
|
|
11870
|
+
"jwtAuth": []
|
|
11871
|
+
}
|
|
11872
|
+
],
|
|
10716
11873
|
"tags": [
|
|
10717
11874
|
"knowbase"
|
|
10718
11875
|
],
|
|
@@ -10740,6 +11897,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10740
11897
|
"description": "No response body"
|
|
10741
11898
|
}
|
|
10742
11899
|
},
|
|
11900
|
+
"security": [
|
|
11901
|
+
{
|
|
11902
|
+
"jwtAuth": []
|
|
11903
|
+
}
|
|
11904
|
+
],
|
|
10743
11905
|
"tags": [
|
|
10744
11906
|
"knowbase"
|
|
10745
11907
|
],
|
|
@@ -10772,6 +11934,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10772
11934
|
"description": ""
|
|
10773
11935
|
}
|
|
10774
11936
|
},
|
|
11937
|
+
"security": [
|
|
11938
|
+
{
|
|
11939
|
+
"jwtAuth": []
|
|
11940
|
+
}
|
|
11941
|
+
],
|
|
10775
11942
|
"tags": [
|
|
10776
11943
|
"knowbase"
|
|
10777
11944
|
],
|
|
@@ -10823,6 +11990,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10823
11990
|
"description": ""
|
|
10824
11991
|
}
|
|
10825
11992
|
},
|
|
11993
|
+
"security": [
|
|
11994
|
+
{
|
|
11995
|
+
"jwtAuth": []
|
|
11996
|
+
}
|
|
11997
|
+
],
|
|
10826
11998
|
"tags": [
|
|
10827
11999
|
"knowbase"
|
|
10828
12000
|
],
|
|
@@ -10875,6 +12047,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10875
12047
|
"description": ""
|
|
10876
12048
|
}
|
|
10877
12049
|
},
|
|
12050
|
+
"security": [
|
|
12051
|
+
{
|
|
12052
|
+
"jwtAuth": []
|
|
12053
|
+
}
|
|
12054
|
+
],
|
|
10878
12055
|
"tags": [
|
|
10879
12056
|
"knowbase"
|
|
10880
12057
|
],
|
|
@@ -10909,6 +12086,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10909
12086
|
"description": ""
|
|
10910
12087
|
}
|
|
10911
12088
|
},
|
|
12089
|
+
"security": [
|
|
12090
|
+
{
|
|
12091
|
+
"jwtAuth": []
|
|
12092
|
+
}
|
|
12093
|
+
],
|
|
10912
12094
|
"summary": "Get chunk context",
|
|
10913
12095
|
"tags": [
|
|
10914
12096
|
"knowbase"
|
|
@@ -10964,6 +12146,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
10964
12146
|
"description": ""
|
|
10965
12147
|
}
|
|
10966
12148
|
},
|
|
12149
|
+
"security": [
|
|
12150
|
+
{
|
|
12151
|
+
"jwtAuth": []
|
|
12152
|
+
}
|
|
12153
|
+
],
|
|
10967
12154
|
"summary": "Vectorize chunk",
|
|
10968
12155
|
"tags": [
|
|
10969
12156
|
"knowbase"
|
|
@@ -11007,6 +12194,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11007
12194
|
"description": ""
|
|
11008
12195
|
}
|
|
11009
12196
|
},
|
|
12197
|
+
"security": [
|
|
12198
|
+
{
|
|
12199
|
+
"jwtAuth": []
|
|
12200
|
+
}
|
|
12201
|
+
],
|
|
11010
12202
|
"tags": [
|
|
11011
12203
|
"knowbase"
|
|
11012
12204
|
],
|
|
@@ -11047,6 +12239,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11047
12239
|
"description": ""
|
|
11048
12240
|
}
|
|
11049
12241
|
},
|
|
12242
|
+
"security": [
|
|
12243
|
+
{
|
|
12244
|
+
"jwtAuth": []
|
|
12245
|
+
}
|
|
12246
|
+
],
|
|
11050
12247
|
"tags": [
|
|
11051
12248
|
"knowbase"
|
|
11052
12249
|
],
|
|
@@ -11074,6 +12271,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11074
12271
|
"description": "No response body"
|
|
11075
12272
|
}
|
|
11076
12273
|
},
|
|
12274
|
+
"security": [
|
|
12275
|
+
{
|
|
12276
|
+
"jwtAuth": []
|
|
12277
|
+
}
|
|
12278
|
+
],
|
|
11077
12279
|
"tags": [
|
|
11078
12280
|
"knowbase"
|
|
11079
12281
|
],
|
|
@@ -11106,6 +12308,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11106
12308
|
"description": ""
|
|
11107
12309
|
}
|
|
11108
12310
|
},
|
|
12311
|
+
"security": [
|
|
12312
|
+
{
|
|
12313
|
+
"jwtAuth": []
|
|
12314
|
+
}
|
|
12315
|
+
],
|
|
11109
12316
|
"tags": [
|
|
11110
12317
|
"knowbase"
|
|
11111
12318
|
],
|
|
@@ -11157,6 +12364,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11157
12364
|
"description": ""
|
|
11158
12365
|
}
|
|
11159
12366
|
},
|
|
12367
|
+
"security": [
|
|
12368
|
+
{
|
|
12369
|
+
"jwtAuth": []
|
|
12370
|
+
}
|
|
12371
|
+
],
|
|
11160
12372
|
"tags": [
|
|
11161
12373
|
"knowbase"
|
|
11162
12374
|
],
|
|
@@ -11209,6 +12421,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11209
12421
|
"description": ""
|
|
11210
12422
|
}
|
|
11211
12423
|
},
|
|
12424
|
+
"security": [
|
|
12425
|
+
{
|
|
12426
|
+
"jwtAuth": []
|
|
12427
|
+
}
|
|
12428
|
+
],
|
|
11212
12429
|
"tags": [
|
|
11213
12430
|
"knowbase"
|
|
11214
12431
|
],
|
|
@@ -11261,6 +12478,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11261
12478
|
"description": ""
|
|
11262
12479
|
}
|
|
11263
12480
|
},
|
|
12481
|
+
"security": [
|
|
12482
|
+
{
|
|
12483
|
+
"jwtAuth": []
|
|
12484
|
+
}
|
|
12485
|
+
],
|
|
11264
12486
|
"summary": "Get item chunks",
|
|
11265
12487
|
"tags": [
|
|
11266
12488
|
"knowbase"
|
|
@@ -11296,6 +12518,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11296
12518
|
"description": ""
|
|
11297
12519
|
}
|
|
11298
12520
|
},
|
|
12521
|
+
"security": [
|
|
12522
|
+
{
|
|
12523
|
+
"jwtAuth": []
|
|
12524
|
+
}
|
|
12525
|
+
],
|
|
11299
12526
|
"summary": "Get item content",
|
|
11300
12527
|
"tags": [
|
|
11301
12528
|
"knowbase"
|
|
@@ -11340,6 +12567,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11340
12567
|
}
|
|
11341
12568
|
},
|
|
11342
12569
|
"security": [
|
|
12570
|
+
{
|
|
12571
|
+
"jwtAuth": []
|
|
12572
|
+
},
|
|
11343
12573
|
{}
|
|
11344
12574
|
],
|
|
11345
12575
|
"tags": [
|
|
@@ -11383,6 +12613,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11383
12613
|
}
|
|
11384
12614
|
},
|
|
11385
12615
|
"security": [
|
|
12616
|
+
{
|
|
12617
|
+
"jwtAuth": []
|
|
12618
|
+
},
|
|
11386
12619
|
{}
|
|
11387
12620
|
],
|
|
11388
12621
|
"tags": [
|
|
@@ -11454,6 +12687,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11454
12687
|
}
|
|
11455
12688
|
},
|
|
11456
12689
|
"security": [
|
|
12690
|
+
{
|
|
12691
|
+
"jwtAuth": []
|
|
12692
|
+
},
|
|
11457
12693
|
{}
|
|
11458
12694
|
],
|
|
11459
12695
|
"summary": "Submit Lead Form",
|
|
@@ -11484,6 +12720,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11484
12720
|
}
|
|
11485
12721
|
},
|
|
11486
12722
|
"security": [
|
|
12723
|
+
{
|
|
12724
|
+
"jwtAuth": []
|
|
12725
|
+
},
|
|
11487
12726
|
{}
|
|
11488
12727
|
],
|
|
11489
12728
|
"tags": [
|
|
@@ -11518,6 +12757,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11518
12757
|
}
|
|
11519
12758
|
},
|
|
11520
12759
|
"security": [
|
|
12760
|
+
{
|
|
12761
|
+
"jwtAuth": []
|
|
12762
|
+
},
|
|
11521
12763
|
{}
|
|
11522
12764
|
],
|
|
11523
12765
|
"tags": [
|
|
@@ -11571,6 +12813,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11571
12813
|
}
|
|
11572
12814
|
},
|
|
11573
12815
|
"security": [
|
|
12816
|
+
{
|
|
12817
|
+
"jwtAuth": []
|
|
12818
|
+
},
|
|
11574
12819
|
{}
|
|
11575
12820
|
],
|
|
11576
12821
|
"tags": [
|
|
@@ -11625,6 +12870,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
11625
12870
|
}
|
|
11626
12871
|
},
|
|
11627
12872
|
"security": [
|
|
12873
|
+
{
|
|
12874
|
+
"jwtAuth": []
|
|
12875
|
+
},
|
|
11628
12876
|
{}
|
|
11629
12877
|
],
|
|
11630
12878
|
"tags": [
|
|
@@ -11679,6 +12927,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11679
12927
|
"description": ""
|
|
11680
12928
|
}
|
|
11681
12929
|
},
|
|
12930
|
+
"security": [
|
|
12931
|
+
{
|
|
12932
|
+
"jwtAuth": []
|
|
12933
|
+
}
|
|
12934
|
+
],
|
|
11682
12935
|
"summary": "Send Bulk Email",
|
|
11683
12936
|
"tags": [
|
|
11684
12937
|
"Bulk Email"
|
|
@@ -11722,6 +12975,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11722
12975
|
"description": ""
|
|
11723
12976
|
}
|
|
11724
12977
|
},
|
|
12978
|
+
"security": [
|
|
12979
|
+
{
|
|
12980
|
+
"jwtAuth": []
|
|
12981
|
+
}
|
|
12982
|
+
],
|
|
11725
12983
|
"summary": "List Newsletter Campaigns",
|
|
11726
12984
|
"tags": [
|
|
11727
12985
|
"Campaigns"
|
|
@@ -11763,6 +13021,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11763
13021
|
"description": ""
|
|
11764
13022
|
}
|
|
11765
13023
|
},
|
|
13024
|
+
"security": [
|
|
13025
|
+
{
|
|
13026
|
+
"jwtAuth": []
|
|
13027
|
+
}
|
|
13028
|
+
],
|
|
11766
13029
|
"summary": "Create Newsletter Campaign",
|
|
11767
13030
|
"tags": [
|
|
11768
13031
|
"Campaigns"
|
|
@@ -11826,6 +13089,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11826
13089
|
"description": ""
|
|
11827
13090
|
}
|
|
11828
13091
|
},
|
|
13092
|
+
"security": [
|
|
13093
|
+
{
|
|
13094
|
+
"jwtAuth": []
|
|
13095
|
+
}
|
|
13096
|
+
],
|
|
11829
13097
|
"summary": "Send Newsletter Campaign",
|
|
11830
13098
|
"tags": [
|
|
11831
13099
|
"Campaigns"
|
|
@@ -11852,6 +13120,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11852
13120
|
"description": "No response body"
|
|
11853
13121
|
}
|
|
11854
13122
|
},
|
|
13123
|
+
"security": [
|
|
13124
|
+
{
|
|
13125
|
+
"jwtAuth": []
|
|
13126
|
+
}
|
|
13127
|
+
],
|
|
11855
13128
|
"summary": "Delete Campaign",
|
|
11856
13129
|
"tags": [
|
|
11857
13130
|
"Campaigns"
|
|
@@ -11883,6 +13156,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11883
13156
|
"description": ""
|
|
11884
13157
|
}
|
|
11885
13158
|
},
|
|
13159
|
+
"security": [
|
|
13160
|
+
{
|
|
13161
|
+
"jwtAuth": []
|
|
13162
|
+
}
|
|
13163
|
+
],
|
|
11886
13164
|
"summary": "Get Campaign Details",
|
|
11887
13165
|
"tags": [
|
|
11888
13166
|
"Campaigns"
|
|
@@ -11933,6 +13211,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11933
13211
|
"description": ""
|
|
11934
13212
|
}
|
|
11935
13213
|
},
|
|
13214
|
+
"security": [
|
|
13215
|
+
{
|
|
13216
|
+
"jwtAuth": []
|
|
13217
|
+
}
|
|
13218
|
+
],
|
|
11936
13219
|
"tags": [
|
|
11937
13220
|
"newsletter"
|
|
11938
13221
|
],
|
|
@@ -11983,6 +13266,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
11983
13266
|
"description": ""
|
|
11984
13267
|
}
|
|
11985
13268
|
},
|
|
13269
|
+
"security": [
|
|
13270
|
+
{
|
|
13271
|
+
"jwtAuth": []
|
|
13272
|
+
}
|
|
13273
|
+
],
|
|
11986
13274
|
"summary": "Update Campaign",
|
|
11987
13275
|
"tags": [
|
|
11988
13276
|
"Campaigns"
|
|
@@ -12026,6 +13314,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12026
13314
|
"description": ""
|
|
12027
13315
|
}
|
|
12028
13316
|
},
|
|
13317
|
+
"security": [
|
|
13318
|
+
{
|
|
13319
|
+
"jwtAuth": []
|
|
13320
|
+
}
|
|
13321
|
+
],
|
|
12029
13322
|
"summary": "List Email Logs",
|
|
12030
13323
|
"tags": [
|
|
12031
13324
|
"Logs"
|
|
@@ -12070,6 +13363,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12070
13363
|
}
|
|
12071
13364
|
},
|
|
12072
13365
|
"security": [
|
|
13366
|
+
{
|
|
13367
|
+
"jwtAuth": []
|
|
13368
|
+
},
|
|
12073
13369
|
{}
|
|
12074
13370
|
],
|
|
12075
13371
|
"summary": "List Active Newsletters",
|
|
@@ -12106,6 +13402,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12106
13402
|
}
|
|
12107
13403
|
},
|
|
12108
13404
|
"security": [
|
|
13405
|
+
{
|
|
13406
|
+
"jwtAuth": []
|
|
13407
|
+
},
|
|
12109
13408
|
{}
|
|
12110
13409
|
],
|
|
12111
13410
|
"summary": "Get Newsletter Details",
|
|
@@ -12172,6 +13471,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12172
13471
|
}
|
|
12173
13472
|
},
|
|
12174
13473
|
"security": [
|
|
13474
|
+
{
|
|
13475
|
+
"jwtAuth": []
|
|
13476
|
+
},
|
|
12175
13477
|
{}
|
|
12176
13478
|
],
|
|
12177
13479
|
"summary": "Subscribe to Newsletter",
|
|
@@ -12217,6 +13519,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12217
13519
|
"description": ""
|
|
12218
13520
|
}
|
|
12219
13521
|
},
|
|
13522
|
+
"security": [
|
|
13523
|
+
{
|
|
13524
|
+
"jwtAuth": []
|
|
13525
|
+
}
|
|
13526
|
+
],
|
|
12220
13527
|
"summary": "List User Subscriptions",
|
|
12221
13528
|
"tags": [
|
|
12222
13529
|
"Subscriptions"
|
|
@@ -12271,6 +13578,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12271
13578
|
}
|
|
12272
13579
|
},
|
|
12273
13580
|
"security": [
|
|
13581
|
+
{
|
|
13582
|
+
"jwtAuth": []
|
|
13583
|
+
},
|
|
12274
13584
|
{}
|
|
12275
13585
|
],
|
|
12276
13586
|
"summary": "Test Email Sending",
|
|
@@ -12316,6 +13626,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12316
13626
|
}
|
|
12317
13627
|
},
|
|
12318
13628
|
"security": [
|
|
13629
|
+
{
|
|
13630
|
+
"jwtAuth": []
|
|
13631
|
+
},
|
|
12319
13632
|
{}
|
|
12320
13633
|
],
|
|
12321
13634
|
"tags": [
|
|
@@ -12369,6 +13682,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12369
13682
|
}
|
|
12370
13683
|
},
|
|
12371
13684
|
"security": [
|
|
13685
|
+
{
|
|
13686
|
+
"jwtAuth": []
|
|
13687
|
+
},
|
|
12372
13688
|
{}
|
|
12373
13689
|
],
|
|
12374
13690
|
"summary": "Unsubscribe from Newsletter",
|
|
@@ -12413,6 +13729,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12413
13729
|
}
|
|
12414
13730
|
},
|
|
12415
13731
|
"security": [
|
|
13732
|
+
{
|
|
13733
|
+
"jwtAuth": []
|
|
13734
|
+
},
|
|
12416
13735
|
{}
|
|
12417
13736
|
],
|
|
12418
13737
|
"tags": [
|
|
@@ -12437,6 +13756,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12437
13756
|
"description": ""
|
|
12438
13757
|
}
|
|
12439
13758
|
},
|
|
13759
|
+
"security": [
|
|
13760
|
+
{
|
|
13761
|
+
"jwtAuth": []
|
|
13762
|
+
}
|
|
13763
|
+
],
|
|
12440
13764
|
"summary": "Get user balance",
|
|
12441
13765
|
"tags": [
|
|
12442
13766
|
"payments"
|
|
@@ -12463,6 +13787,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12463
13787
|
"description": ""
|
|
12464
13788
|
}
|
|
12465
13789
|
},
|
|
13790
|
+
"security": [
|
|
13791
|
+
{
|
|
13792
|
+
"jwtAuth": []
|
|
13793
|
+
}
|
|
13794
|
+
],
|
|
12466
13795
|
"summary": "Get available currencies",
|
|
12467
13796
|
"tags": [
|
|
12468
13797
|
"payments"
|
|
@@ -12506,6 +13835,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12506
13835
|
"description": ""
|
|
12507
13836
|
}
|
|
12508
13837
|
},
|
|
13838
|
+
"security": [
|
|
13839
|
+
{
|
|
13840
|
+
"jwtAuth": []
|
|
13841
|
+
}
|
|
13842
|
+
],
|
|
12509
13843
|
"tags": [
|
|
12510
13844
|
"payments"
|
|
12511
13845
|
],
|
|
@@ -12528,6 +13862,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12528
13862
|
"description": ""
|
|
12529
13863
|
}
|
|
12530
13864
|
},
|
|
13865
|
+
"security": [
|
|
13866
|
+
{
|
|
13867
|
+
"jwtAuth": []
|
|
13868
|
+
}
|
|
13869
|
+
],
|
|
12531
13870
|
"tags": [
|
|
12532
13871
|
"payments"
|
|
12533
13872
|
],
|
|
@@ -12560,6 +13899,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12560
13899
|
"description": ""
|
|
12561
13900
|
}
|
|
12562
13901
|
},
|
|
13902
|
+
"security": [
|
|
13903
|
+
{
|
|
13904
|
+
"jwtAuth": []
|
|
13905
|
+
}
|
|
13906
|
+
],
|
|
12563
13907
|
"tags": [
|
|
12564
13908
|
"payments"
|
|
12565
13909
|
],
|
|
@@ -12592,6 +13936,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12592
13936
|
"description": ""
|
|
12593
13937
|
}
|
|
12594
13938
|
},
|
|
13939
|
+
"security": [
|
|
13940
|
+
{
|
|
13941
|
+
"jwtAuth": []
|
|
13942
|
+
}
|
|
13943
|
+
],
|
|
12595
13944
|
"tags": [
|
|
12596
13945
|
"payments"
|
|
12597
13946
|
],
|
|
@@ -12624,6 +13973,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12624
13973
|
"description": ""
|
|
12625
13974
|
}
|
|
12626
13975
|
},
|
|
13976
|
+
"security": [
|
|
13977
|
+
{
|
|
13978
|
+
"jwtAuth": []
|
|
13979
|
+
}
|
|
13980
|
+
],
|
|
12627
13981
|
"tags": [
|
|
12628
13982
|
"payments"
|
|
12629
13983
|
],
|
|
@@ -12675,6 +14029,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12675
14029
|
"description": ""
|
|
12676
14030
|
}
|
|
12677
14031
|
},
|
|
14032
|
+
"security": [
|
|
14033
|
+
{
|
|
14034
|
+
"jwtAuth": []
|
|
14035
|
+
}
|
|
14036
|
+
],
|
|
12678
14037
|
"summary": "Get user transactions",
|
|
12679
14038
|
"tags": [
|
|
12680
14039
|
"payments"
|
|
@@ -12718,6 +14077,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12718
14077
|
"description": ""
|
|
12719
14078
|
}
|
|
12720
14079
|
},
|
|
14080
|
+
"security": [
|
|
14081
|
+
{
|
|
14082
|
+
"jwtAuth": []
|
|
14083
|
+
}
|
|
14084
|
+
],
|
|
12721
14085
|
"tags": [
|
|
12722
14086
|
"support"
|
|
12723
14087
|
],
|
|
@@ -12758,6 +14122,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12758
14122
|
"description": ""
|
|
12759
14123
|
}
|
|
12760
14124
|
},
|
|
14125
|
+
"security": [
|
|
14126
|
+
{
|
|
14127
|
+
"jwtAuth": []
|
|
14128
|
+
}
|
|
14129
|
+
],
|
|
12761
14130
|
"tags": [
|
|
12762
14131
|
"support"
|
|
12763
14132
|
],
|
|
@@ -12810,6 +14179,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12810
14179
|
"description": ""
|
|
12811
14180
|
}
|
|
12812
14181
|
},
|
|
14182
|
+
"security": [
|
|
14183
|
+
{
|
|
14184
|
+
"jwtAuth": []
|
|
14185
|
+
}
|
|
14186
|
+
],
|
|
12813
14187
|
"tags": [
|
|
12814
14188
|
"support"
|
|
12815
14189
|
],
|
|
@@ -12862,6 +14236,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12862
14236
|
"description": ""
|
|
12863
14237
|
}
|
|
12864
14238
|
},
|
|
14239
|
+
"security": [
|
|
14240
|
+
{
|
|
14241
|
+
"jwtAuth": []
|
|
14242
|
+
}
|
|
14243
|
+
],
|
|
12865
14244
|
"tags": [
|
|
12866
14245
|
"support"
|
|
12867
14246
|
],
|
|
@@ -12899,6 +14278,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12899
14278
|
"description": "No response body"
|
|
12900
14279
|
}
|
|
12901
14280
|
},
|
|
14281
|
+
"security": [
|
|
14282
|
+
{
|
|
14283
|
+
"jwtAuth": []
|
|
14284
|
+
}
|
|
14285
|
+
],
|
|
12902
14286
|
"tags": [
|
|
12903
14287
|
"support"
|
|
12904
14288
|
],
|
|
@@ -12941,6 +14325,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
12941
14325
|
"description": ""
|
|
12942
14326
|
}
|
|
12943
14327
|
},
|
|
14328
|
+
"security": [
|
|
14329
|
+
{
|
|
14330
|
+
"jwtAuth": []
|
|
14331
|
+
}
|
|
14332
|
+
],
|
|
12944
14333
|
"tags": [
|
|
12945
14334
|
"support"
|
|
12946
14335
|
],
|
|
@@ -13002,6 +14391,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
13002
14391
|
"description": ""
|
|
13003
14392
|
}
|
|
13004
14393
|
},
|
|
14394
|
+
"security": [
|
|
14395
|
+
{
|
|
14396
|
+
"jwtAuth": []
|
|
14397
|
+
}
|
|
14398
|
+
],
|
|
13005
14399
|
"tags": [
|
|
13006
14400
|
"support"
|
|
13007
14401
|
],
|
|
@@ -13064,6 +14458,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
13064
14458
|
"description": ""
|
|
13065
14459
|
}
|
|
13066
14460
|
},
|
|
14461
|
+
"security": [
|
|
14462
|
+
{
|
|
14463
|
+
"jwtAuth": []
|
|
14464
|
+
}
|
|
14465
|
+
],
|
|
13067
14466
|
"tags": [
|
|
13068
14467
|
"support"
|
|
13069
14468
|
],
|
|
@@ -13091,6 +14490,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
13091
14490
|
"description": "No response body"
|
|
13092
14491
|
}
|
|
13093
14492
|
},
|
|
14493
|
+
"security": [
|
|
14494
|
+
{
|
|
14495
|
+
"jwtAuth": []
|
|
14496
|
+
}
|
|
14497
|
+
],
|
|
13094
14498
|
"tags": [
|
|
13095
14499
|
"support"
|
|
13096
14500
|
],
|
|
@@ -13123,6 +14527,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
13123
14527
|
"description": ""
|
|
13124
14528
|
}
|
|
13125
14529
|
},
|
|
14530
|
+
"security": [
|
|
14531
|
+
{
|
|
14532
|
+
"jwtAuth": []
|
|
14533
|
+
}
|
|
14534
|
+
],
|
|
13126
14535
|
"tags": [
|
|
13127
14536
|
"support"
|
|
13128
14537
|
],
|
|
@@ -13174,6 +14583,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
13174
14583
|
"description": ""
|
|
13175
14584
|
}
|
|
13176
14585
|
},
|
|
14586
|
+
"security": [
|
|
14587
|
+
{
|
|
14588
|
+
"jwtAuth": []
|
|
14589
|
+
}
|
|
14590
|
+
],
|
|
13177
14591
|
"tags": [
|
|
13178
14592
|
"support"
|
|
13179
14593
|
],
|
|
@@ -13226,6 +14640,11 @@ export const OPENAPI_SCHEMA = {
|
|
|
13226
14640
|
"description": ""
|
|
13227
14641
|
}
|
|
13228
14642
|
},
|
|
14643
|
+
"security": [
|
|
14644
|
+
{
|
|
14645
|
+
"jwtAuth": []
|
|
14646
|
+
}
|
|
14647
|
+
],
|
|
13229
14648
|
"tags": [
|
|
13230
14649
|
"support"
|
|
13231
14650
|
],
|