|
|
@@ -43,7 +43,7 @@
|
|
|
"name": "Gemini格式"
|
|
|
},
|
|
|
{
|
|
|
- "name": "OpenAI格式Embeddings"
|
|
|
+ "name": "OpenAI格式(Embeddings)"
|
|
|
},
|
|
|
{
|
|
|
"name": "文本补全(Completions)"
|
|
|
@@ -68,48 +68,6 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "未实现/Files"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Models"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Gemini"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Chat"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Responses"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Images"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "视频生成-Kling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "视频生成-即梦"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Messages"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Embeddings"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Completions"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Audio"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Rerank"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Fine-tunes"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Files"
|
|
|
}
|
|
|
],
|
|
|
"paths": {
|
|
|
@@ -120,8 +78,7 @@
|
|
|
"description": "获取当前可用的模型列表。\n\n根据请求头自动识别返回格式:\n- 包含 `x-api-key` 和 `anthropic-version` 头时返回 Anthropic 格式\n- 包含 `x-goog-api-key` 头或 `key` 查询参数时返回 Gemini 格式\n- 其他情况返回 OpenAI 格式\n",
|
|
|
"operationId": "listModels",
|
|
|
"tags": [
|
|
|
- "获取模型列表",
|
|
|
- "Models"
|
|
|
+ "获取模型列表"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -203,9 +160,7 @@
|
|
|
"description": "以 Gemini API 格式返回可用模型列表",
|
|
|
"operationId": "listModelsGemini",
|
|
|
"tags": [
|
|
|
- "获取模型列表",
|
|
|
- "Models",
|
|
|
- "Gemini"
|
|
|
+ "获取模型列表"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"responses": {
|
|
|
@@ -235,8 +190,7 @@
|
|
|
"description": "根据对话历史创建模型响应。支持流式和非流式响应。\n\n兼容 OpenAI Chat Completions API。\n",
|
|
|
"operationId": "createChatCompletion",
|
|
|
"tags": [
|
|
|
- "OpenAI格式(Chat)",
|
|
|
- "Chat"
|
|
|
+ "OpenAI格式(Chat)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -298,8 +252,7 @@
|
|
|
"description": "OpenAI Responses API,用于创建模型响应。\n支持多轮对话、工具调用、推理等功能。\n",
|
|
|
"operationId": "createResponse",
|
|
|
"tags": [
|
|
|
- "OpenAI格式(Responses)",
|
|
|
- "Responses"
|
|
|
+ "OpenAI格式(Responses)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -339,8 +292,7 @@
|
|
|
"description": " 百炼qwen-image系列图片生成",
|
|
|
"operationId": "createImage",
|
|
|
"tags": [
|
|
|
- "图片生成/编辑(Images)/Qwen千问",
|
|
|
- "Images"
|
|
|
+ "图片生成/编辑(Images)/Qwen千问"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -456,8 +408,7 @@
|
|
|
"description": " 百炼qwen-image系列图片生成",
|
|
|
"operationId": "createImage",
|
|
|
"tags": [
|
|
|
- "图片生成/编辑(Images)/Qwen千问",
|
|
|
- "Images"
|
|
|
+ "图片生成/编辑(Images)/Qwen千问"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -559,8 +510,7 @@
|
|
|
"description": "OpenAI 兼容的视频生成接口。\n\n参考文档: https://platform.openai.com/docs/api-reference/videos/create\n",
|
|
|
"operationId": "createVideo",
|
|
|
"tags": [
|
|
|
- "视频生成/Sora兼容格式",
|
|
|
- "视频生成"
|
|
|
+ "视频生成/Sora兼容格式"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -703,8 +653,7 @@
|
|
|
"description": "OpenAI 兼容的视频任务状态查询接口。\n\n返回视频任务的详细状态信息。\n",
|
|
|
"operationId": "getVideo",
|
|
|
"tags": [
|
|
|
- "视频生成/Sora兼容格式",
|
|
|
- "视频生成"
|
|
|
+ "视频生成/Sora兼容格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -797,8 +746,7 @@
|
|
|
"description": "获取已完成视频任务的视频文件内容。\n\n此接口会代理返回视频文件流。\n",
|
|
|
"operationId": "getVideoContent",
|
|
|
"tags": [
|
|
|
- "视频生成/Sora兼容格式",
|
|
|
- "视频生成"
|
|
|
+ "视频生成/Sora兼容格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -851,8 +799,7 @@
|
|
|
"description": "使用 Kling 模型从文本描述生成视频。\n\n支持的模型:kling-v1, kling-v1-5 等\n",
|
|
|
"operationId": "createKlingText2Video",
|
|
|
"tags": [
|
|
|
- "视频生成/Kling格式",
|
|
|
- "视频生成-Kling"
|
|
|
+ "视频生成/Kling格式"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -870,8 +817,7 @@
|
|
|
"fps": 30
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- "required": true
|
|
|
+ }
|
|
|
},
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
@@ -911,8 +857,7 @@
|
|
|
"description": "查询 Kling 文生视频任务的状态和结果。",
|
|
|
"operationId": "getKlingText2Video",
|
|
|
"tags": [
|
|
|
- "视频生成/Kling格式",
|
|
|
- "视频生成-Kling"
|
|
|
+ "视频生成/Kling格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -964,8 +909,7 @@
|
|
|
"description": "使用 Kling 模型从图片生成视频。\n\n支持通过 image 参数传入图片 URL 或 Base64 编码的图片数据。\n",
|
|
|
"operationId": "createKlingImage2Video",
|
|
|
"tags": [
|
|
|
- "视频生成/Kling格式",
|
|
|
- "视频生成-Kling"
|
|
|
+ "视频生成/Kling格式"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -983,8 +927,7 @@
|
|
|
"height": 720
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- "required": true
|
|
|
+ }
|
|
|
},
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
@@ -1024,8 +967,7 @@
|
|
|
"description": "查询 Kling 图生视频任务的状态和结果。",
|
|
|
"operationId": "getKlingImage2Video",
|
|
|
"tags": [
|
|
|
- "视频生成/Kling格式",
|
|
|
- "视频生成-Kling"
|
|
|
+ "视频生成/Kling格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1077,8 +1019,7 @@
|
|
|
"description": "即梦官方 API 格式的视频生成接口。\n\n支持通过 Action 参数指定操作类型:\n- `CVSync2AsyncSubmitTask`: 提交视频生成任务\n- `CVSync2AsyncGetResult`: 获取任务结果\n\n需要在查询参数中指定 Action 和 Version。\n",
|
|
|
"operationId": "createJimengVideo",
|
|
|
"tags": [
|
|
|
- "视频生成/即梦格式",
|
|
|
- "视频生成-即梦"
|
|
|
+ "视频生成/即梦格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1299,8 +1240,7 @@
|
|
|
"description": "Anthropic Claude Messages API 格式的请求。\n需要在请求头中包含 `anthropic-version`。\n",
|
|
|
"operationId": "createMessage",
|
|
|
"tags": [
|
|
|
- "Claude格式(Messages)",
|
|
|
- "Messages"
|
|
|
+ "Claude格式(Messages)"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1362,8 +1302,7 @@
|
|
|
"description": "Gemini 图片生成",
|
|
|
"operationId": "geminiRelayV1Beta",
|
|
|
"tags": [
|
|
|
- "Gemini格式",
|
|
|
- "Gemini"
|
|
|
+ "Gemini格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1488,9 +1427,7 @@
|
|
|
"description": "使用指定引擎/模型创建嵌入",
|
|
|
"operationId": "createEngineEmbedding",
|
|
|
"tags": [
|
|
|
- "Gemini格式",
|
|
|
- "Embeddings",
|
|
|
- "Gemini"
|
|
|
+ "Gemini格式"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -1541,8 +1478,7 @@
|
|
|
"description": "将文本转换为向量嵌入",
|
|
|
"operationId": "createEmbedding",
|
|
|
"tags": [
|
|
|
- "OpenAI格式Embeddings",
|
|
|
- "Embeddings"
|
|
|
+ "OpenAI格式(Embeddings)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -1582,8 +1518,7 @@
|
|
|
"description": "基于给定提示创建文本补全",
|
|
|
"operationId": "createCompletion",
|
|
|
"tags": [
|
|
|
- "文本补全(Completions)",
|
|
|
- "Completions"
|
|
|
+ "文本补全(Completions)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -1623,8 +1558,7 @@
|
|
|
"description": "将音频转换为文本",
|
|
|
"operationId": "createTranscription",
|
|
|
"tags": [
|
|
|
- "OpenAI音频(Audio)",
|
|
|
- "Audio"
|
|
|
+ "OpenAI音频(Audio)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -1716,8 +1650,7 @@
|
|
|
"description": "将音频翻译为英文文本",
|
|
|
"operationId": "createTranslation",
|
|
|
"tags": [
|
|
|
- "OpenAI音频(Audio)",
|
|
|
- "Audio"
|
|
|
+ "OpenAI音频(Audio)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -1784,8 +1717,7 @@
|
|
|
"description": "将文本转换为音频",
|
|
|
"operationId": "createSpeech",
|
|
|
"tags": [
|
|
|
- "OpenAI音频(Audio)",
|
|
|
- "Audio"
|
|
|
+ "OpenAI音频(Audio)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -1826,8 +1758,7 @@
|
|
|
"description": "根据查询对文档列表进行相关性重排序",
|
|
|
"operationId": "createRerank",
|
|
|
"tags": [
|
|
|
- "重排序(Rerank)",
|
|
|
- "Rerank"
|
|
|
+ "重排序(Rerank)"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -1952,8 +1883,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "listFineTunes",
|
|
|
"tags": [
|
|
|
- "未实现/Fine-tunes",
|
|
|
- "Fine-tunes"
|
|
|
+ "未实现/Fine-tunes"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"responses": {
|
|
|
@@ -1981,8 +1911,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "createFineTune",
|
|
|
"tags": [
|
|
|
- "未实现/Fine-tunes",
|
|
|
- "Fine-tunes"
|
|
|
+ "未实现/Fine-tunes"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -2022,8 +1951,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "retrieveFineTune",
|
|
|
"tags": [
|
|
|
- "未实现/Fine-tunes",
|
|
|
- "Fine-tunes"
|
|
|
+ "未实现/Fine-tunes"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -2064,8 +1992,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "cancelFineTune",
|
|
|
"tags": [
|
|
|
- "未实现/Fine-tunes",
|
|
|
- "Fine-tunes"
|
|
|
+ "未实现/Fine-tunes"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -2106,8 +2033,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "listFineTuneEvents",
|
|
|
"tags": [
|
|
|
- "未实现/Fine-tunes",
|
|
|
- "Fine-tunes"
|
|
|
+ "未实现/Fine-tunes"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -2148,8 +2074,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "listFiles",
|
|
|
"tags": [
|
|
|
- "未实现/Files",
|
|
|
- "Files"
|
|
|
+ "未实现/Files"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"responses": {
|
|
|
@@ -2177,8 +2102,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "createFile",
|
|
|
"tags": [
|
|
|
- "未实现/Files",
|
|
|
- "Files"
|
|
|
+ "未实现/Files"
|
|
|
],
|
|
|
"parameters": [],
|
|
|
"requestBody": {
|
|
|
@@ -2228,8 +2152,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "retrieveFile",
|
|
|
"tags": [
|
|
|
- "未实现/Files",
|
|
|
- "Files"
|
|
|
+ "未实现/Files"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -2268,8 +2191,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "deleteFile",
|
|
|
"tags": [
|
|
|
- "未实现/Files",
|
|
|
- "Files"
|
|
|
+ "未实现/Files"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -2310,8 +2232,7 @@
|
|
|
"description": "此接口尚未实现",
|
|
|
"operationId": "downloadFile",
|
|
|
"tags": [
|
|
|
- "未实现/Files",
|
|
|
- "Files"
|
|
|
+ "未实现/Files"
|
|
|
],
|
|
|
"parameters": [
|
|
|
{
|
|
|
@@ -2907,6 +2828,62 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "ChatCompletionStreamResponse": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "object": {
|
|
|
+ "type": "string",
|
|
|
+ "example": "chat.completion.chunk"
|
|
|
+ },
|
|
|
+ "created": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "model": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "choices": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "index": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "delta": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "role": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "content": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "reasoning_content": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tool_calls": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/components/schemas/ToolCall"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "finish_reason": {
|
|
|
+ "type": "string",
|
|
|
+ "nullable": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "usage": {
|
|
|
+ "$ref": "#/components/schemas/Usage"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"CompletionRequest": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -3153,6 +3130,24 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "ResponsesStreamResponse": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "response": {
|
|
|
+ "$ref": "#/components/schemas/ResponsesResponse"
|
|
|
+ },
|
|
|
+ "delta": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "item": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"ClaudeRequest": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -3554,6 +3549,38 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "ImageEditRequest": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "image",
|
|
|
+ "prompt"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "image": {
|
|
|
+ "type": "string",
|
|
|
+ "format": "binary"
|
|
|
+ },
|
|
|
+ "mask": {
|
|
|
+ "type": "string",
|
|
|
+ "format": "binary"
|
|
|
+ },
|
|
|
+ "prompt": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "model": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "n": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "size": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "response_format": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"ImageResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -3579,6 +3606,80 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "AudioTranscriptionRequest": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "file",
|
|
|
+ "model"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "file": {
|
|
|
+ "type": "string",
|
|
|
+ "format": "binary",
|
|
|
+ "description": "音频文件"
|
|
|
+ },
|
|
|
+ "model": {
|
|
|
+ "type": "string",
|
|
|
+ "example": "whisper-1"
|
|
|
+ },
|
|
|
+ "language": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "ISO-639-1 语言代码"
|
|
|
+ },
|
|
|
+ "prompt": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "response_format": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": [
|
|
|
+ "json",
|
|
|
+ "text",
|
|
|
+ "srt",
|
|
|
+ "verbose_json",
|
|
|
+ "vtt"
|
|
|
+ ],
|
|
|
+ "default": "json"
|
|
|
+ },
|
|
|
+ "temperature": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "timestamp_granularities": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "type": "string",
|
|
|
+ "enum": [
|
|
|
+ "word",
|
|
|
+ "segment"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "AudioTranslationRequest": {
|
|
|
+ "type": "object",
|
|
|
+ "required": [
|
|
|
+ "file",
|
|
|
+ "model"
|
|
|
+ ],
|
|
|
+ "properties": {
|
|
|
+ "file": {
|
|
|
+ "type": "string",
|
|
|
+ "format": "binary"
|
|
|
+ },
|
|
|
+ "model": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "prompt": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "response_format": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "temperature": {
|
|
|
+ "type": "number"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"AudioTranscriptionResponse": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -4077,6 +4178,81 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "OpenAIVideo": {
|
|
|
+ "type": "object",
|
|
|
+ "description": "OpenAI 兼容的视频对象",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "视频 ID",
|
|
|
+ "example": "video-abc123"
|
|
|
+ },
|
|
|
+ "task_id": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "任务 ID (兼容旧接口)",
|
|
|
+ "deprecated": true
|
|
|
+ },
|
|
|
+ "object": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "对象类型",
|
|
|
+ "example": "video"
|
|
|
+ },
|
|
|
+ "model": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "使用的模型",
|
|
|
+ "example": "sora"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "任务状态",
|
|
|
+ "enum": [
|
|
|
+ "queued",
|
|
|
+ "in_progress",
|
|
|
+ "completed",
|
|
|
+ "failed"
|
|
|
+ ],
|
|
|
+ "example": "completed"
|
|
|
+ },
|
|
|
+ "progress": {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "进度百分比",
|
|
|
+ "example": 100
|
|
|
+ },
|
|
|
+ "created_at": {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "创建时间戳"
|
|
|
+ },
|
|
|
+ "completed_at": {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "完成时间戳"
|
|
|
+ },
|
|
|
+ "expires_at": {
|
|
|
+ "type": "integer",
|
|
|
+ "description": "过期时间戳"
|
|
|
+ },
|
|
|
+ "seconds": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "视频时长"
|
|
|
+ },
|
|
|
+ "size": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "视频尺寸"
|
|
|
+ },
|
|
|
+ "remixed_from_video_id": {
|
|
|
+ "type": "string",
|
|
|
+ "description": "源视频 ID(如果是基于其他视频生成)"
|
|
|
+ },
|
|
|
+ "error": {
|
|
|
+ "$ref": "#/components/schemas/OpenAIVideoError"
|
|
|
+ },
|
|
|
+ "metadata": {
|
|
|
+ "type": "object",
|
|
|
+ "description": "额外元数据",
|
|
|
+ "additionalProperties": true,
|
|
|
+ "properties": {}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"OpenAIVideoError": {
|
|
|
"type": "object",
|
|
|
"description": "OpenAI 视频错误信息",
|
|
|
@@ -4090,14 +4266,2869 @@
|
|
|
"description": "错误码"
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {},
|
|
|
- "securitySchemes": {
|
|
|
- "BearerAuth": {
|
|
|
- "type": "http",
|
|
|
- "scheme": "bearer",
|
|
|
- "description": "使用 Bearer Token 认证。\n格式: `Authorization: Bearer sk-xxxxxx`\n"
|
|
|
+ },
|
|
|
+ "ApiResponse": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "success": {
|
|
|
+ "type": "boolean"
|
|
|
+ },
|
|
|
+ "message": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "data": {}
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "PageInfo": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "page": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "page_size": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "total": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "items": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "User": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "username": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "display_name": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "role": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "email": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "group": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "quota": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "used_quota": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "request_count": {
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Channel": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "name": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "models": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "groups": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "priority": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "weight": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "base_url": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "tag": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Token": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "user_id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "name": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "key": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "expired_time": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "remain_quota": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "unlimited_quota": {
|
|
|
+ "type": "boolean"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Redemption": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "name": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "key": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "quota": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "created_time": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "redeemed_time": {
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "Log": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "user_id": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "type": {
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "content": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "created_at": {
|
|
|
+ "type": "integer"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "responses": {},
|
|
|
+ "securitySchemes": {
|
|
|
+ "BearerAuth": {
|
|
|
+ "type": "http",
|
|
|
+ "scheme": "bearer",
|
|
|
+ "description": "使用 Bearer Token 认证。\n格式: `Authorization: Bearer sk-xxxxxx`\n"
|
|
|
+ },
|
|
|
+ "SessionAuth": {
|
|
|
+ "type": "apiKey",
|
|
|
+ "in": "cookie",
|
|
|
+ "name": "session",
|
|
|
+ "description": "Session认证,通过登录接口获取"
|
|
|
+ },
|
|
|
+ "AccessToken": {
|
|
|
+ "type": "apiKey",
|
|
|
+ "in": "header",
|
|
|
+ "name": "Authorization",
|
|
|
+ "description": "Access Token认证,格式: Bearer {access_token},通过 /api/user/token 接口生成"
|
|
|
+ },
|
|
|
+ "NewApiUser": {
|
|
|
+ "type": "apiKey",
|
|
|
+ "in": "header",
|
|
|
+ "name": "New-Api-User",
|
|
|
+ "description": "用户ID请求头,必须与当前登录用户ID匹配,使用Session或AccessToken认证时必须提供"
|
|
|
+ },
|
|
|
+ "Combination": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination2": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination11": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination3": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination12": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination4": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination13": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination5": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination14": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination6": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination15": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination7": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination16": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination8": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination17": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination9": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination18": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination10": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination19": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination20": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination110": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination21": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination111": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination22": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination112": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination23": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination113": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination24": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination114": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination25": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination115": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination26": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination116": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination27": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination117": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination28": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination118": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination29": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination119": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination30": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination120": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination31": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination121": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination32": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination122": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination33": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination123": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination34": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination124": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination35": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination125": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination36": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination126": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination37": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination127": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination38": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination128": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination39": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination129": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination40": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination130": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination41": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination131": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination42": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination132": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination43": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination133": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination44": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination134": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination45": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination135": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination46": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination136": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination47": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination137": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination48": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination138": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination49": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination139": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination50": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination140": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination51": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination141": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination52": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination142": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination53": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination143": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination54": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination144": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination55": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination145": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination56": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination146": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination57": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination147": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination58": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination148": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination59": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination149": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination60": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination150": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination61": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination151": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination62": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination152": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination63": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination153": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination64": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination154": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination65": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination155": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination66": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination156": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination67": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination157": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination68": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination158": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination69": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination159": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination70": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination160": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination71": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination161": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination72": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination162": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination73": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination163": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination74": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination164": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination75": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination165": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination76": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination166": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination77": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination167": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination78": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination168": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination79": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination169": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination80": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination170": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination81": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination171": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination82": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination172": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination83": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination173": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination84": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination174": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination85": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination175": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination86": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination176": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination87": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination177": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination88": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination178": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination89": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination179": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination90": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination180": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination91": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination181": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination92": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination182": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination93": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination183": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination94": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination184": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination95": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination185": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination96": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination186": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination97": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination187": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination98": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination188": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination99": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination189": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination100": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination190": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination101": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination191": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination102": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination192": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination103": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination193": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination104": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination194": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination105": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination195": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination106": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination196": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination107": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination197": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination108": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination198": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination109": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination199": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination200": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1100": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination201": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1101": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination202": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1102": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination203": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1103": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination204": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1104": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination205": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1105": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination206": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1106": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination207": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1107": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination208": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1108": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination209": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1109": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination210": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1110": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination211": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1111": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination212": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1112": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination213": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1113": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination214": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1114": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination215": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1115": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination216": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1116": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination217": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1117": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination218": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1118": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination219": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1119": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination220": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "SessionAuth"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
+ },
|
|
|
+ "Combination1120": {
|
|
|
+ "group": [
|
|
|
+ {
|
|
|
+ "id": "AccessToken"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "NewApiUser"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "type": "combination"
|
|
|
}
|
|
|
}
|
|
|
},
|