crlf to lf
This commit is contained in:
parent
d6699b7ed1
commit
1253a9ba7b
178
api/swagger.yaml
178
api/swagger.yaml
@ -32,7 +32,7 @@ definitions:
|
|||||||
rag-new_internal_entity.AssistantToolType:
|
rag-new_internal_entity.AssistantToolType:
|
||||||
properties:
|
properties:
|
||||||
assistant:
|
assistant:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Assistant'
|
$ref: "#/definitions/rag-new_internal_entity.Assistant"
|
||||||
assistant_id:
|
assistant_id:
|
||||||
type: integer
|
type: integer
|
||||||
created_at:
|
created_at:
|
||||||
@ -40,7 +40,7 @@ definitions:
|
|||||||
id:
|
id:
|
||||||
type: integer
|
type: integer
|
||||||
tool:
|
tool:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Tool'
|
$ref: "#/definitions/rag-new_internal_entity.Tool"
|
||||||
tool_id:
|
tool_id:
|
||||||
type: integer
|
type: integer
|
||||||
updated_at:
|
updated_at:
|
||||||
@ -89,7 +89,7 @@ definitions:
|
|||||||
created_at:
|
created_at:
|
||||||
type: string
|
type: string
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ToolDiscoveryOutput'
|
$ref: "#/definitions/rag-new_internal_schema.ToolDiscoveryOutput"
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
discovery_url:
|
discovery_url:
|
||||||
@ -239,7 +239,7 @@ definitions:
|
|||||||
type: string
|
type: string
|
||||||
function:
|
function:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ToolDiscoveryOutputFunctions'
|
$ref: "#/definitions/rag-new_internal_schema.ToolDiscoveryOutputFunctions"
|
||||||
type: array
|
type: array
|
||||||
homepage_url:
|
homepage_url:
|
||||||
type: string
|
type: string
|
||||||
@ -262,7 +262,7 @@ definitions:
|
|||||||
properties:
|
properties:
|
||||||
function:
|
function:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ToolDiscoveryOutputFunction'
|
$ref: "#/definitions/rag-new_internal_schema.ToolDiscoveryOutputFunction"
|
||||||
type: array
|
type: array
|
||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
@ -283,17 +283,17 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Assistant'
|
$ref: "#/definitions/rag-new_internal_entity.Assistant"
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 获取 Assistant 列表
|
summary: 获取 Assistant 列表
|
||||||
@ -308,7 +308,7 @@ paths:
|
|||||||
name: assistant
|
name: assistant
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.AssistantCreateRequest'
|
$ref: "#/definitions/rag-new_internal_schema.AssistantCreateRequest"
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
@ -316,15 +316,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Assistant'
|
$ref: "#/definitions/rag-new_internal_entity.Assistant"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 创建 Assistant
|
summary: 创建 Assistant
|
||||||
@ -348,11 +348,11 @@ paths:
|
|||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 删除 Assistant
|
summary: 删除 Assistant
|
||||||
@ -374,15 +374,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Assistant'
|
$ref: "#/definitions/rag-new_internal_entity.Assistant"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 获取指定的 Assistant
|
summary: 获取指定的 Assistant
|
||||||
@ -402,7 +402,7 @@ paths:
|
|||||||
name: assistantUpdateRequest
|
name: assistantUpdateRequest
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.AssistantUpdateRequest'
|
$ref: "#/definitions/rag-new_internal_schema.AssistantUpdateRequest"
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
@ -410,15 +410,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Assistant'
|
$ref: "#/definitions/rag-new_internal_entity.Assistant"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 更新 Assistant
|
summary: 更新 Assistant
|
||||||
@ -441,17 +441,17 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.AssistantToolType'
|
$ref: "#/definitions/rag-new_internal_entity.AssistantToolType"
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 获取 Assistant 所绑定的 Tool
|
summary: 获取 Assistant 所绑定的 Tool
|
||||||
@ -479,15 +479,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.AssistantTool'
|
$ref: "#/definitions/rag-new_internal_entity.AssistantTool"
|
||||||
type: object
|
type: object
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 解绑 Tool
|
summary: 解绑 Tool
|
||||||
@ -514,15 +514,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.AssistantTool'
|
$ref: "#/definitions/rag-new_internal_entity.AssistantTool"
|
||||||
type: object
|
type: object
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 绑定 Tool
|
summary: 绑定 Tool
|
||||||
@ -545,17 +545,17 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Chat'
|
$ref: "#/definitions/rag-new_internal_entity.Chat"
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 获取所有 Chat
|
summary: 获取所有 Chat
|
||||||
@ -571,7 +571,7 @@ paths:
|
|||||||
name: chat
|
name: chat
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ChatCreateRequest'
|
$ref: "#/definitions/rag-new_internal_schema.ChatCreateRequest"
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
@ -579,19 +579,19 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Chat'
|
$ref: "#/definitions/rag-new_internal_entity.Chat"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: Create Chat
|
summary: Create Chat
|
||||||
@ -614,19 +614,19 @@ paths:
|
|||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: Delete Chat
|
summary: Delete Chat
|
||||||
@ -651,19 +651,19 @@ paths:
|
|||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"409":
|
"409":
|
||||||
description: Conflict
|
description: Conflict
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 清空聊天记录
|
summary: 清空聊天记录
|
||||||
@ -687,25 +687,25 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.ChatMessage'
|
$ref: "#/definitions/rag-new_internal_entity.ChatMessage"
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 查看聊天记录
|
summary: 查看聊天记录
|
||||||
@ -726,7 +726,7 @@ paths:
|
|||||||
name: message
|
name: message
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ChatMessageAddRequest'
|
$ref: "#/definitions/rag-new_internal_schema.ChatMessageAddRequest"
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
@ -734,32 +734,32 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ChatMessageResponse'
|
$ref: "#/definitions/rag-new_internal_schema.ChatMessageResponse"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"409":
|
"409":
|
||||||
description: Conflict
|
description: Conflict
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ChatMessageResponse'
|
$ref: "#/definitions/rag-new_internal_schema.ChatMessageResponse"
|
||||||
type: object
|
type: object
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 添加聊天记录
|
summary: 添加聊天记录
|
||||||
@ -777,15 +777,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.CurrentUserResponse'
|
$ref: "#/definitions/rag-new_internal_schema.CurrentUserResponse"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: Greet
|
summary: Greet
|
||||||
@ -814,32 +814,32 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ChatMessageResponse'
|
$ref: "#/definitions/rag-new_internal_schema.ChatMessageResponse"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"409":
|
"409":
|
||||||
description: Conflict
|
description: Conflict
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ChatMessageResponse'
|
$ref: "#/definitions/rag-new_internal_schema.ChatMessageResponse"
|
||||||
type: object
|
type: object
|
||||||
"500":
|
"500":
|
||||||
description: Internal Server Error
|
description: Internal Server Error
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- none: []
|
- none: []
|
||||||
summary: 流式传输聊天内容
|
summary: 流式传输聊天内容
|
||||||
@ -857,17 +857,17 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
items:
|
items:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Tool'
|
$ref: "#/definitions/rag-new_internal_entity.Tool"
|
||||||
type: array
|
type: array
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: List Tool
|
summary: List Tool
|
||||||
@ -883,7 +883,7 @@ paths:
|
|||||||
name: tool
|
name: tool
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ToolCreateRequest'
|
$ref: "#/definitions/rag-new_internal_schema.ToolCreateRequest"
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
@ -891,15 +891,15 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Tool'
|
$ref: "#/definitions/rag-new_internal_entity.Tool"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: Create Tool
|
summary: Create Tool
|
||||||
@ -924,11 +924,11 @@ paths:
|
|||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: DeleteTool
|
summary: DeleteTool
|
||||||
@ -951,19 +951,19 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Tool'
|
$ref: "#/definitions/rag-new_internal_entity.Tool"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: Get Tool
|
summary: Get Tool
|
||||||
@ -987,19 +987,19 @@ paths:
|
|||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
- $ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
- properties:
|
- properties:
|
||||||
data:
|
data:
|
||||||
$ref: '#/definitions/rag-new_internal_entity.Tool'
|
$ref: "#/definitions/rag-new_internal_entity.Tool"
|
||||||
type: object
|
type: object
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"404":
|
"404":
|
||||||
description: Not Found
|
description: Not Found
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 更新 Tool 的数据
|
summary: 更新 Tool 的数据
|
||||||
@ -1016,18 +1016,18 @@ paths:
|
|||||||
name: toolDiscoveryInput
|
name: toolDiscoveryInput
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ToolDiscoveryInput'
|
$ref: "#/definitions/rag-new_internal_schema.ToolDiscoveryInput"
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rag-new_internal_schema.ResponseBody'
|
$ref: "#/definitions/rag-new_internal_schema.ResponseBody"
|
||||||
security:
|
security:
|
||||||
- ApiKeyAuth: []
|
- ApiKeyAuth: []
|
||||||
summary: 校验 Discovery 语法
|
summary: 校验 Discovery 语法
|
||||||
|
2095
src/api/api.ts
2095
src/api/api.ts
File diff suppressed because it is too large
Load Diff
@ -12,12 +12,11 @@
|
|||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import type { Configuration } from "./configuration";
|
||||||
import type { Configuration } from './configuration';
|
|
||||||
// Some imports not used depending on template conditions
|
// Some imports not used depending on template conditions
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from "axios";
|
||||||
import globalAxios from 'axios';
|
import globalAxios from "axios";
|
||||||
|
|
||||||
export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
|
export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
|
||||||
|
|
||||||
@ -50,13 +49,17 @@ export interface RequestArgs {
|
|||||||
export class BaseAPI {
|
export class BaseAPI {
|
||||||
protected configuration: Configuration | undefined;
|
protected configuration: Configuration | undefined;
|
||||||
|
|
||||||
constructor(configuration?: Configuration, protected basePath: string = BASE_PATH, protected axios: AxiosInstance = globalAxios) {
|
constructor(
|
||||||
|
configuration?: Configuration,
|
||||||
|
protected basePath: string = BASE_PATH,
|
||||||
|
protected axios: AxiosInstance = globalAxios,
|
||||||
|
) {
|
||||||
if (configuration) {
|
if (configuration) {
|
||||||
this.configuration = configuration;
|
this.configuration = configuration;
|
||||||
this.basePath = configuration.basePath ?? basePath;
|
this.basePath = configuration.basePath ?? basePath;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@ -65,16 +68,19 @@ export class BaseAPI {
|
|||||||
* @extends {Error}
|
* @extends {Error}
|
||||||
*/
|
*/
|
||||||
export class RequiredError extends Error {
|
export class RequiredError extends Error {
|
||||||
constructor(public field: string, msg?: string) {
|
constructor(
|
||||||
|
public field: string,
|
||||||
|
msg?: string,
|
||||||
|
) {
|
||||||
super(msg);
|
super(msg);
|
||||||
this.name = "RequiredError"
|
this.name = "RequiredError";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ServerMap {
|
interface ServerMap {
|
||||||
[key: string]: {
|
[key: string]: {
|
||||||
url: string,
|
url: string;
|
||||||
description: string,
|
description: string;
|
||||||
}[];
|
}[];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,5 +88,4 @@ interface ServerMap {
|
|||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const operationServerMap: ServerMap = {
|
export const operationServerMap: ServerMap = {};
|
||||||
}
|
|
||||||
|
@ -12,95 +12,129 @@
|
|||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
import type { Configuration } from "./configuration";
|
import type { Configuration } from "./configuration";
|
||||||
import type { RequestArgs } from "./base";
|
import type { RequestArgs } from "./base";
|
||||||
import type { AxiosInstance, AxiosResponse } from 'axios';
|
import type { AxiosInstance, AxiosResponse } from "axios";
|
||||||
import { RequiredError } from "./base";
|
import { RequiredError } from "./base";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const DUMMY_BASE_URL = 'https://example.com'
|
export const DUMMY_BASE_URL = "https://example.com";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @throws {RequiredError}
|
* @throws {RequiredError}
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const assertParamExists = function (functionName: string, paramName: string, paramValue: unknown) {
|
export const assertParamExists = function (
|
||||||
|
functionName: string,
|
||||||
|
paramName: string,
|
||||||
|
paramValue: unknown,
|
||||||
|
) {
|
||||||
if (paramValue === null || paramValue === undefined) {
|
if (paramValue === null || paramValue === undefined) {
|
||||||
throw new RequiredError(paramName, `Required parameter ${paramName} was null or undefined when calling ${functionName}.`);
|
throw new RequiredError(
|
||||||
}
|
paramName,
|
||||||
|
`Required parameter ${paramName} was null or undefined when calling ${functionName}.`,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const setApiKeyToObject = async function (object: any, keyParamName: string, configuration?: Configuration) {
|
export const setApiKeyToObject = async function (
|
||||||
|
object: any,
|
||||||
|
keyParamName: string,
|
||||||
|
configuration?: Configuration,
|
||||||
|
) {
|
||||||
if (configuration && configuration.apiKey) {
|
if (configuration && configuration.apiKey) {
|
||||||
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
const localVarApiKeyValue =
|
||||||
|
typeof configuration.apiKey === "function"
|
||||||
? await configuration.apiKey(keyParamName)
|
? await configuration.apiKey(keyParamName)
|
||||||
: await configuration.apiKey;
|
: await configuration.apiKey;
|
||||||
object[keyParamName] = localVarApiKeyValue;
|
object[keyParamName] = localVarApiKeyValue;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const setBasicAuthToObject = function (object: any, configuration?: Configuration) {
|
export const setBasicAuthToObject = function (
|
||||||
|
object: any,
|
||||||
|
configuration?: Configuration,
|
||||||
|
) {
|
||||||
if (configuration && (configuration.username || configuration.password)) {
|
if (configuration && (configuration.username || configuration.password)) {
|
||||||
object["auth"] = { username: configuration.username, password: configuration.password };
|
object["auth"] = {
|
||||||
}
|
username: configuration.username,
|
||||||
|
password: configuration.password,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const setBearerAuthToObject = async function (object: any, configuration?: Configuration) {
|
export const setBearerAuthToObject = async function (
|
||||||
|
object: any,
|
||||||
|
configuration?: Configuration,
|
||||||
|
) {
|
||||||
if (configuration && configuration.accessToken) {
|
if (configuration && configuration.accessToken) {
|
||||||
const accessToken = typeof configuration.accessToken === 'function'
|
const accessToken =
|
||||||
|
typeof configuration.accessToken === "function"
|
||||||
? await configuration.accessToken()
|
? await configuration.accessToken()
|
||||||
: await configuration.accessToken;
|
: await configuration.accessToken;
|
||||||
object["Authorization"] = "Bearer " + accessToken;
|
object["Authorization"] = "Bearer " + accessToken;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const setOAuthToObject = async function (object: any, name: string, scopes: string[], configuration?: Configuration) {
|
export const setOAuthToObject = async function (
|
||||||
|
object: any,
|
||||||
|
name: string,
|
||||||
|
scopes: string[],
|
||||||
|
configuration?: Configuration,
|
||||||
|
) {
|
||||||
if (configuration && configuration.accessToken) {
|
if (configuration && configuration.accessToken) {
|
||||||
const localVarAccessTokenValue = typeof configuration.accessToken === 'function'
|
const localVarAccessTokenValue =
|
||||||
|
typeof configuration.accessToken === "function"
|
||||||
? await configuration.accessToken(name, scopes)
|
? await configuration.accessToken(name, scopes)
|
||||||
: await configuration.accessToken;
|
: await configuration.accessToken;
|
||||||
object["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
object["Authorization"] = "Bearer " + localVarAccessTokenValue;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
function setFlattenedQueryParams(urlSearchParams: URLSearchParams, parameter: any, key: string = ""): void {
|
function setFlattenedQueryParams(
|
||||||
|
urlSearchParams: URLSearchParams,
|
||||||
|
parameter: any,
|
||||||
|
key: string = "",
|
||||||
|
): void {
|
||||||
if (parameter == null) return;
|
if (parameter == null) return;
|
||||||
if (typeof parameter === "object") {
|
if (typeof parameter === "object") {
|
||||||
if (Array.isArray(parameter)) {
|
if (Array.isArray(parameter)) {
|
||||||
(parameter as any[]).forEach(item => setFlattenedQueryParams(urlSearchParams, item, key));
|
(parameter as any[]).forEach((item) =>
|
||||||
}
|
setFlattenedQueryParams(urlSearchParams, item, key),
|
||||||
else {
|
);
|
||||||
Object.keys(parameter).forEach(currentKey =>
|
} else {
|
||||||
setFlattenedQueryParams(urlSearchParams, parameter[currentKey], `${key}${key !== '' ? '.' : ''}${currentKey}`)
|
Object.keys(parameter).forEach((currentKey) =>
|
||||||
|
setFlattenedQueryParams(
|
||||||
|
urlSearchParams,
|
||||||
|
parameter[currentKey],
|
||||||
|
`${key}${key !== "" ? "." : ""}${currentKey}`,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
if (urlSearchParams.has(key)) {
|
if (urlSearchParams.has(key)) {
|
||||||
urlSearchParams.append(key, parameter);
|
urlSearchParams.append(key, parameter);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
urlSearchParams.set(key, parameter);
|
urlSearchParams.set(key, parameter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -114,37 +148,55 @@ export const setSearchParams = function (url: URL, ...objects: any[]) {
|
|||||||
const searchParams = new URLSearchParams(url.search);
|
const searchParams = new URLSearchParams(url.search);
|
||||||
setFlattenedQueryParams(searchParams, objects);
|
setFlattenedQueryParams(searchParams, objects);
|
||||||
url.search = searchParams.toString();
|
url.search = searchParams.toString();
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const serializeDataIfNeeded = function (value: any, requestOptions: any, configuration?: Configuration) {
|
export const serializeDataIfNeeded = function (
|
||||||
const nonString = typeof value !== 'string';
|
value: any,
|
||||||
const needsSerialization = nonString && configuration && configuration.isJsonMime
|
requestOptions: any,
|
||||||
? configuration.isJsonMime(requestOptions.headers['Content-Type'])
|
configuration?: Configuration,
|
||||||
|
) {
|
||||||
|
const nonString = typeof value !== "string";
|
||||||
|
const needsSerialization =
|
||||||
|
nonString && configuration && configuration.isJsonMime
|
||||||
|
? configuration.isJsonMime(requestOptions.headers["Content-Type"])
|
||||||
: nonString;
|
: nonString;
|
||||||
return needsSerialization
|
return needsSerialization
|
||||||
? JSON.stringify(value !== undefined ? value : {})
|
? JSON.stringify(value !== undefined ? value : {})
|
||||||
: (value || "");
|
: value || "";
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const toPathString = function (url: URL) {
|
export const toPathString = function (url: URL) {
|
||||||
return url.pathname + url.search + url.hash
|
return url.pathname + url.search + url.hash;
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @export
|
* @export
|
||||||
*/
|
*/
|
||||||
export const createRequestFunction = function (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) {
|
export const createRequestFunction = function (
|
||||||
return <T = unknown, R = AxiosResponse<T>>(axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => {
|
axiosArgs: RequestArgs,
|
||||||
const axiosRequestArgs = {...axiosArgs.options, url: (axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) + axiosArgs.url};
|
globalAxios: AxiosInstance,
|
||||||
|
BASE_PATH: string,
|
||||||
|
configuration?: Configuration,
|
||||||
|
) {
|
||||||
|
return <T = unknown, R = AxiosResponse<T>>(
|
||||||
|
axios: AxiosInstance = globalAxios,
|
||||||
|
basePath: string = BASE_PATH,
|
||||||
|
) => {
|
||||||
|
const axiosRequestArgs = {
|
||||||
|
...axiosArgs.options,
|
||||||
|
url:
|
||||||
|
(axios.defaults.baseURL ? "" : (configuration?.basePath ?? basePath)) +
|
||||||
|
axiosArgs.url,
|
||||||
|
};
|
||||||
return axios.request<T, R>(axiosRequestArgs);
|
return axios.request<T, R>(axiosRequestArgs);
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
|
@ -12,12 +12,19 @@
|
|||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
export interface ConfigurationParameters {
|
export interface ConfigurationParameters {
|
||||||
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
apiKey?:
|
||||||
|
| string
|
||||||
|
| Promise<string>
|
||||||
|
| ((name: string) => string)
|
||||||
|
| ((name: string) => Promise<string>);
|
||||||
username?: string;
|
username?: string;
|
||||||
password?: string;
|
password?: string;
|
||||||
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
accessToken?:
|
||||||
|
| string
|
||||||
|
| Promise<string>
|
||||||
|
| ((name?: string, scopes?: string[]) => string)
|
||||||
|
| ((name?: string, scopes?: string[]) => Promise<string>);
|
||||||
basePath?: string;
|
basePath?: string;
|
||||||
serverIndex?: number;
|
serverIndex?: number;
|
||||||
baseOptions?: any;
|
baseOptions?: any;
|
||||||
@ -30,7 +37,11 @@ export class Configuration {
|
|||||||
* @param name security name
|
* @param name security name
|
||||||
* @memberof Configuration
|
* @memberof Configuration
|
||||||
*/
|
*/
|
||||||
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
apiKey?:
|
||||||
|
| string
|
||||||
|
| Promise<string>
|
||||||
|
| ((name: string) => string)
|
||||||
|
| ((name: string) => Promise<string>);
|
||||||
/**
|
/**
|
||||||
* parameter for basic security
|
* parameter for basic security
|
||||||
*
|
*
|
||||||
@ -51,7 +62,11 @@ export class Configuration {
|
|||||||
* @param scopes oauth2 scope
|
* @param scopes oauth2 scope
|
||||||
* @memberof Configuration
|
* @memberof Configuration
|
||||||
*/
|
*/
|
||||||
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
accessToken?:
|
||||||
|
| string
|
||||||
|
| Promise<string>
|
||||||
|
| ((name?: string, scopes?: string[]) => string)
|
||||||
|
| ((name?: string, scopes?: string[]) => Promise<string>);
|
||||||
/**
|
/**
|
||||||
* override base path
|
* override base path
|
||||||
*
|
*
|
||||||
@ -104,7 +119,14 @@ export class Configuration {
|
|||||||
* @return True if the given MIME is JSON, false otherwise.
|
* @return True if the given MIME is JSON, false otherwise.
|
||||||
*/
|
*/
|
||||||
public isJsonMime(mime: string): boolean {
|
public isJsonMime(mime: string): boolean {
|
||||||
const jsonMime: RegExp = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
|
const jsonMime: RegExp = new RegExp(
|
||||||
return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
|
"^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$",
|
||||||
|
"i",
|
||||||
|
);
|
||||||
|
return (
|
||||||
|
mime !== null &&
|
||||||
|
(jsonMime.test(mime) ||
|
||||||
|
mime.toLowerCase() === "application/json-patch+json")
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,5 @@
|
|||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
export * from "./api";
|
export * from "./api";
|
||||||
export * from "./configuration";
|
export * from "./configuration";
|
||||||
|
|
||||||
|
424
src/auto-imports.d.ts
vendored
424
src/auto-imports.d.ts
vendored
@ -5,187 +5,271 @@
|
|||||||
// Generated by unplugin-auto-import
|
// Generated by unplugin-auto-import
|
||||||
export {}
|
export {}
|
||||||
declare global {
|
declare global {
|
||||||
const EffectScope: typeof import('vue')['EffectScope']
|
const EffectScope: (typeof import("vue"))["EffectScope"];
|
||||||
const computed: typeof import('vue')['computed']
|
const computed: (typeof import("vue"))["computed"];
|
||||||
const createApp: typeof import('vue')['createApp']
|
const createApp: (typeof import("vue"))["createApp"];
|
||||||
const customRef: typeof import('vue')['customRef']
|
const customRef: (typeof import("vue"))["customRef"];
|
||||||
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
|
const defineAsyncComponent: (typeof import("vue"))["defineAsyncComponent"];
|
||||||
const defineComponent: typeof import('vue')['defineComponent']
|
const defineComponent: (typeof import("vue"))["defineComponent"];
|
||||||
const effectScope: typeof import('vue')['effectScope']
|
const effectScope: (typeof import("vue"))["effectScope"];
|
||||||
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
const getCurrentInstance: (typeof import("vue"))["getCurrentInstance"];
|
||||||
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
const getCurrentScope: (typeof import("vue"))["getCurrentScope"];
|
||||||
const h: typeof import('vue')['h']
|
const h: (typeof import("vue"))["h"];
|
||||||
const inject: typeof import('vue')['inject']
|
const inject: (typeof import("vue"))["inject"];
|
||||||
const isProxy: typeof import('vue')['isProxy']
|
const isProxy: (typeof import("vue"))["isProxy"];
|
||||||
const isReactive: typeof import('vue')['isReactive']
|
const isReactive: (typeof import("vue"))["isReactive"];
|
||||||
const isReadonly: typeof import('vue')['isReadonly']
|
const isReadonly: (typeof import("vue"))["isReadonly"];
|
||||||
const isRef: typeof import('vue')['isRef']
|
const isRef: (typeof import("vue"))["isRef"];
|
||||||
const markRaw: typeof import('vue')['markRaw']
|
const markRaw: (typeof import("vue"))["markRaw"];
|
||||||
const nextTick: typeof import('vue')['nextTick']
|
const nextTick: (typeof import("vue"))["nextTick"];
|
||||||
const onActivated: typeof import('vue')['onActivated']
|
const onActivated: (typeof import("vue"))["onActivated"];
|
||||||
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
const onBeforeMount: (typeof import("vue"))["onBeforeMount"];
|
||||||
const onBeforeRouteLeave: (typeof import("vue-router"))["onBeforeRouteLeave"]
|
const onBeforeRouteLeave: (typeof import("vue-router"))["onBeforeRouteLeave"];
|
||||||
const onBeforeRouteUpdate: (typeof import("vue-router"))["onBeforeRouteUpdate"]
|
const onBeforeRouteUpdate: (typeof import("vue-router"))["onBeforeRouteUpdate"];
|
||||||
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
const onBeforeUnmount: (typeof import("vue"))["onBeforeUnmount"];
|
||||||
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
const onBeforeUpdate: (typeof import("vue"))["onBeforeUpdate"];
|
||||||
const onDeactivated: typeof import('vue')['onDeactivated']
|
const onDeactivated: (typeof import("vue"))["onDeactivated"];
|
||||||
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
|
const onErrorCaptured: (typeof import("vue"))["onErrorCaptured"];
|
||||||
const onMounted: typeof import('vue')['onMounted']
|
const onMounted: (typeof import("vue"))["onMounted"];
|
||||||
const onRenderTracked: typeof import('vue')['onRenderTracked']
|
const onRenderTracked: (typeof import("vue"))["onRenderTracked"];
|
||||||
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
|
const onRenderTriggered: (typeof import("vue"))["onRenderTriggered"];
|
||||||
const onScopeDispose: typeof import('vue')['onScopeDispose']
|
const onScopeDispose: (typeof import("vue"))["onScopeDispose"];
|
||||||
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
|
const onServerPrefetch: (typeof import("vue"))["onServerPrefetch"];
|
||||||
const onUnmounted: typeof import('vue')['onUnmounted']
|
const onUnmounted: (typeof import("vue"))["onUnmounted"];
|
||||||
const onUpdated: typeof import('vue')['onUpdated']
|
const onUpdated: (typeof import("vue"))["onUpdated"];
|
||||||
const provide: typeof import('vue')['provide']
|
const provide: (typeof import("vue"))["provide"];
|
||||||
const reactive: typeof import('vue')['reactive']
|
const reactive: (typeof import("vue"))["reactive"];
|
||||||
const readonly: typeof import('vue')['readonly']
|
const readonly: (typeof import("vue"))["readonly"];
|
||||||
const ref: typeof import('vue')['ref']
|
const ref: (typeof import("vue"))["ref"];
|
||||||
const resolveComponent: typeof import('vue')['resolveComponent']
|
const resolveComponent: (typeof import("vue"))["resolveComponent"];
|
||||||
const shallowReactive: typeof import('vue')['shallowReactive']
|
const shallowReactive: (typeof import("vue"))["shallowReactive"];
|
||||||
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
const shallowReadonly: (typeof import("vue"))["shallowReadonly"];
|
||||||
const shallowRef: typeof import('vue')['shallowRef']
|
const shallowRef: (typeof import("vue"))["shallowRef"];
|
||||||
const toRaw: typeof import('vue')['toRaw']
|
const toRaw: (typeof import("vue"))["toRaw"];
|
||||||
const toRef: typeof import('vue')['toRef']
|
const toRef: (typeof import("vue"))["toRef"];
|
||||||
const toRefs: typeof import('vue')['toRefs']
|
const toRefs: (typeof import("vue"))["toRefs"];
|
||||||
const toValue: typeof import('vue')['toValue']
|
const toValue: (typeof import("vue"))["toValue"];
|
||||||
const triggerRef: typeof import('vue')['triggerRef']
|
const triggerRef: (typeof import("vue"))["triggerRef"];
|
||||||
const unref: typeof import('vue')['unref']
|
const unref: (typeof import("vue"))["unref"];
|
||||||
const useAttrs: typeof import('vue')['useAttrs']
|
const useAttrs: (typeof import("vue"))["useAttrs"];
|
||||||
const useCssModule: typeof import('vue')['useCssModule']
|
const useCssModule: (typeof import("vue"))["useCssModule"];
|
||||||
const useCssVars: typeof import('vue')['useCssVars']
|
const useCssVars: (typeof import("vue"))["useCssVars"];
|
||||||
const useLink: (typeof import("vue-router"))["useLink"]
|
const useLink: (typeof import("vue-router"))["useLink"];
|
||||||
const useRoute: typeof import('vue-router/auto')['useRoute']
|
const useRoute: (typeof import("vue-router/auto"))["useRoute"];
|
||||||
const useRouter: typeof import('vue-router/auto')['useRouter']
|
const useRouter: (typeof import("vue-router/auto"))["useRouter"];
|
||||||
const useSlots: typeof import('vue')['useSlots']
|
const useSlots: (typeof import("vue"))["useSlots"];
|
||||||
const watch: typeof import('vue')['watch']
|
const watch: (typeof import("vue"))["watch"];
|
||||||
const watchEffect: typeof import('vue')['watchEffect']
|
const watchEffect: (typeof import("vue"))["watchEffect"];
|
||||||
const watchPostEffect: typeof import('vue')['watchPostEffect']
|
const watchPostEffect: (typeof import("vue"))["watchPostEffect"];
|
||||||
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
|
const watchSyncEffect: (typeof import("vue"))["watchSyncEffect"];
|
||||||
}
|
}
|
||||||
// for type re-export
|
// for type re-export
|
||||||
declare global {
|
declare global {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
export type {
|
||||||
import('vue')
|
Component,
|
||||||
|
ComponentPublicInstance,
|
||||||
|
ComputedRef,
|
||||||
|
ExtractDefaultPropTypes,
|
||||||
|
ExtractPropTypes,
|
||||||
|
ExtractPublicPropTypes,
|
||||||
|
InjectionKey,
|
||||||
|
PropType,
|
||||||
|
Ref,
|
||||||
|
VNode,
|
||||||
|
WritableComputedRef,
|
||||||
|
} from "vue";
|
||||||
|
import("vue");
|
||||||
}
|
}
|
||||||
// for vue template auto import
|
// for vue template auto import
|
||||||
import { UnwrapRef } from 'vue'
|
import { UnwrapRef } from "vue";
|
||||||
declare module 'vue' {
|
declare module "vue" {
|
||||||
interface GlobalComponents {}
|
interface GlobalComponents {}
|
||||||
interface ComponentCustomProperties {
|
interface ComponentCustomProperties {
|
||||||
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
readonly EffectScope: UnwrapRef<(typeof import("vue"))["EffectScope"]>;
|
||||||
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
readonly computed: UnwrapRef<(typeof import("vue"))["computed"]>;
|
||||||
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
|
readonly createApp: UnwrapRef<(typeof import("vue"))["createApp"]>;
|
||||||
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
readonly customRef: UnwrapRef<(typeof import("vue"))["customRef"]>;
|
||||||
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
readonly defineAsyncComponent: UnwrapRef<
|
||||||
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
(typeof import("vue"))["defineAsyncComponent"]
|
||||||
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
>;
|
||||||
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
readonly defineComponent: UnwrapRef<
|
||||||
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
(typeof import("vue"))["defineComponent"]
|
||||||
readonly h: UnwrapRef<typeof import('vue')['h']>
|
>;
|
||||||
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
readonly effectScope: UnwrapRef<(typeof import("vue"))["effectScope"]>;
|
||||||
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
readonly getCurrentInstance: UnwrapRef<
|
||||||
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
(typeof import("vue"))["getCurrentInstance"]
|
||||||
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
>;
|
||||||
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
readonly getCurrentScope: UnwrapRef<
|
||||||
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
(typeof import("vue"))["getCurrentScope"]
|
||||||
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
>;
|
||||||
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
readonly h: UnwrapRef<(typeof import("vue"))["h"]>;
|
||||||
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
readonly inject: UnwrapRef<(typeof import("vue"))["inject"]>;
|
||||||
readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
|
readonly isProxy: UnwrapRef<(typeof import("vue"))["isProxy"]>;
|
||||||
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
|
readonly isReactive: UnwrapRef<(typeof import("vue"))["isReactive"]>;
|
||||||
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
|
readonly isReadonly: UnwrapRef<(typeof import("vue"))["isReadonly"]>;
|
||||||
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
|
readonly isRef: UnwrapRef<(typeof import("vue"))["isRef"]>;
|
||||||
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
readonly markRaw: UnwrapRef<(typeof import("vue"))["markRaw"]>;
|
||||||
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
readonly nextTick: UnwrapRef<(typeof import("vue"))["nextTick"]>;
|
||||||
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
readonly onActivated: UnwrapRef<(typeof import("vue"))["onActivated"]>;
|
||||||
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
readonly onBeforeMount: UnwrapRef<(typeof import("vue"))["onBeforeMount"]>;
|
||||||
readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
|
readonly onBeforeUnmount: UnwrapRef<
|
||||||
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
(typeof import("vue"))["onBeforeUnmount"]
|
||||||
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
>;
|
||||||
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
readonly onBeforeUpdate: UnwrapRef<
|
||||||
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
(typeof import("vue"))["onBeforeUpdate"]
|
||||||
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
>;
|
||||||
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
readonly onDeactivated: UnwrapRef<(typeof import("vue"))["onDeactivated"]>;
|
||||||
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
readonly onErrorCaptured: UnwrapRef<
|
||||||
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
(typeof import("vue"))["onErrorCaptured"]
|
||||||
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
>;
|
||||||
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
readonly onMounted: UnwrapRef<(typeof import("vue"))["onMounted"]>;
|
||||||
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
readonly onRenderTracked: UnwrapRef<
|
||||||
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
(typeof import("vue"))["onRenderTracked"]
|
||||||
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
>;
|
||||||
readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
|
readonly onRenderTriggered: UnwrapRef<
|
||||||
readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
|
(typeof import("vue"))["onRenderTriggered"]
|
||||||
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
>;
|
||||||
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
readonly onScopeDispose: UnwrapRef<
|
||||||
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
(typeof import("vue"))["onScopeDispose"]
|
||||||
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
>;
|
||||||
readonly useRoute: UnwrapRef<typeof import('vue-router/auto')['useRoute']>
|
readonly onServerPrefetch: UnwrapRef<
|
||||||
readonly useRouter: UnwrapRef<typeof import('vue-router/auto')['useRouter']>
|
(typeof import("vue"))["onServerPrefetch"]
|
||||||
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
>;
|
||||||
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
readonly onUnmounted: UnwrapRef<(typeof import("vue"))["onUnmounted"]>;
|
||||||
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
readonly onUpdated: UnwrapRef<(typeof import("vue"))["onUpdated"]>;
|
||||||
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
|
readonly provide: UnwrapRef<(typeof import("vue"))["provide"]>;
|
||||||
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
|
readonly reactive: UnwrapRef<(typeof import("vue"))["reactive"]>;
|
||||||
|
readonly readonly: UnwrapRef<(typeof import("vue"))["readonly"]>;
|
||||||
|
readonly ref: UnwrapRef<(typeof import("vue"))["ref"]>;
|
||||||
|
readonly resolveComponent: UnwrapRef<
|
||||||
|
(typeof import("vue"))["resolveComponent"]
|
||||||
|
>;
|
||||||
|
readonly shallowReactive: UnwrapRef<
|
||||||
|
(typeof import("vue"))["shallowReactive"]
|
||||||
|
>;
|
||||||
|
readonly shallowReadonly: UnwrapRef<
|
||||||
|
(typeof import("vue"))["shallowReadonly"]
|
||||||
|
>;
|
||||||
|
readonly shallowRef: UnwrapRef<(typeof import("vue"))["shallowRef"]>;
|
||||||
|
readonly toRaw: UnwrapRef<(typeof import("vue"))["toRaw"]>;
|
||||||
|
readonly toRef: UnwrapRef<(typeof import("vue"))["toRef"]>;
|
||||||
|
readonly toRefs: UnwrapRef<(typeof import("vue"))["toRefs"]>;
|
||||||
|
readonly toValue: UnwrapRef<(typeof import("vue"))["toValue"]>;
|
||||||
|
readonly triggerRef: UnwrapRef<(typeof import("vue"))["triggerRef"]>;
|
||||||
|
readonly unref: UnwrapRef<(typeof import("vue"))["unref"]>;
|
||||||
|
readonly useAttrs: UnwrapRef<(typeof import("vue"))["useAttrs"]>;
|
||||||
|
readonly useCssModule: UnwrapRef<(typeof import("vue"))["useCssModule"]>;
|
||||||
|
readonly useCssVars: UnwrapRef<(typeof import("vue"))["useCssVars"]>;
|
||||||
|
readonly useRoute: UnwrapRef<
|
||||||
|
(typeof import("vue-router/auto"))["useRoute"]
|
||||||
|
>;
|
||||||
|
readonly useRouter: UnwrapRef<
|
||||||
|
(typeof import("vue-router/auto"))["useRouter"]
|
||||||
|
>;
|
||||||
|
readonly useSlots: UnwrapRef<(typeof import("vue"))["useSlots"]>;
|
||||||
|
readonly watch: UnwrapRef<(typeof import("vue"))["watch"]>;
|
||||||
|
readonly watchEffect: UnwrapRef<(typeof import("vue"))["watchEffect"]>;
|
||||||
|
readonly watchPostEffect: UnwrapRef<
|
||||||
|
(typeof import("vue"))["watchPostEffect"]
|
||||||
|
>;
|
||||||
|
readonly watchSyncEffect: UnwrapRef<
|
||||||
|
(typeof import("vue"))["watchSyncEffect"]
|
||||||
|
>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
declare module '@vue/runtime-core' {
|
declare module "@vue/runtime-core" {
|
||||||
interface GlobalComponents {}
|
interface GlobalComponents {}
|
||||||
interface ComponentCustomProperties {
|
interface ComponentCustomProperties {
|
||||||
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
readonly EffectScope: UnwrapRef<(typeof import("vue"))["EffectScope"]>;
|
||||||
readonly computed: UnwrapRef<typeof import('vue')['computed']>
|
readonly computed: UnwrapRef<(typeof import("vue"))["computed"]>;
|
||||||
readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
|
readonly createApp: UnwrapRef<(typeof import("vue"))["createApp"]>;
|
||||||
readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
|
readonly customRef: UnwrapRef<(typeof import("vue"))["customRef"]>;
|
||||||
readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
|
readonly defineAsyncComponent: UnwrapRef<
|
||||||
readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
|
(typeof import("vue"))["defineAsyncComponent"]
|
||||||
readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
|
>;
|
||||||
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
readonly defineComponent: UnwrapRef<
|
||||||
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
(typeof import("vue"))["defineComponent"]
|
||||||
readonly h: UnwrapRef<typeof import('vue')['h']>
|
>;
|
||||||
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
readonly effectScope: UnwrapRef<(typeof import("vue"))["effectScope"]>;
|
||||||
readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
readonly getCurrentInstance: UnwrapRef<
|
||||||
readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
(typeof import("vue"))["getCurrentInstance"]
|
||||||
readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
|
>;
|
||||||
readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
|
readonly getCurrentScope: UnwrapRef<
|
||||||
readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
|
(typeof import("vue"))["getCurrentScope"]
|
||||||
readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
|
>;
|
||||||
readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
|
readonly h: UnwrapRef<(typeof import("vue"))["h"]>;
|
||||||
readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
|
readonly inject: UnwrapRef<(typeof import("vue"))["inject"]>;
|
||||||
readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
|
readonly isProxy: UnwrapRef<(typeof import("vue"))["isProxy"]>;
|
||||||
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
|
readonly isReactive: UnwrapRef<(typeof import("vue"))["isReactive"]>;
|
||||||
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
|
readonly isReadonly: UnwrapRef<(typeof import("vue"))["isReadonly"]>;
|
||||||
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
|
readonly isRef: UnwrapRef<(typeof import("vue"))["isRef"]>;
|
||||||
readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
|
readonly markRaw: UnwrapRef<(typeof import("vue"))["markRaw"]>;
|
||||||
readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
|
readonly nextTick: UnwrapRef<(typeof import("vue"))["nextTick"]>;
|
||||||
readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
|
readonly onActivated: UnwrapRef<(typeof import("vue"))["onActivated"]>;
|
||||||
readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
|
readonly onBeforeMount: UnwrapRef<(typeof import("vue"))["onBeforeMount"]>;
|
||||||
readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
|
readonly onBeforeUnmount: UnwrapRef<
|
||||||
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
(typeof import("vue"))["onBeforeUnmount"]
|
||||||
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
>;
|
||||||
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
readonly onBeforeUpdate: UnwrapRef<
|
||||||
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
(typeof import("vue"))["onBeforeUpdate"]
|
||||||
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
>;
|
||||||
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
readonly onDeactivated: UnwrapRef<(typeof import("vue"))["onDeactivated"]>;
|
||||||
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
readonly onErrorCaptured: UnwrapRef<
|
||||||
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
(typeof import("vue"))["onErrorCaptured"]
|
||||||
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
>;
|
||||||
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
readonly onMounted: UnwrapRef<(typeof import("vue"))["onMounted"]>;
|
||||||
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
readonly onRenderTracked: UnwrapRef<
|
||||||
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
(typeof import("vue"))["onRenderTracked"]
|
||||||
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
>;
|
||||||
readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
|
readonly onRenderTriggered: UnwrapRef<
|
||||||
readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
|
(typeof import("vue"))["onRenderTriggered"]
|
||||||
readonly unref: UnwrapRef<typeof import('vue')['unref']>
|
>;
|
||||||
readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
|
readonly onScopeDispose: UnwrapRef<
|
||||||
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
|
(typeof import("vue"))["onScopeDispose"]
|
||||||
readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
|
>;
|
||||||
readonly useRoute: UnwrapRef<typeof import('vue-router/auto')['useRoute']>
|
readonly onServerPrefetch: UnwrapRef<
|
||||||
readonly useRouter: UnwrapRef<typeof import('vue-router/auto')['useRouter']>
|
(typeof import("vue"))["onServerPrefetch"]
|
||||||
readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
|
>;
|
||||||
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
readonly onUnmounted: UnwrapRef<(typeof import("vue"))["onUnmounted"]>;
|
||||||
readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
|
readonly onUpdated: UnwrapRef<(typeof import("vue"))["onUpdated"]>;
|
||||||
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
|
readonly provide: UnwrapRef<(typeof import("vue"))["provide"]>;
|
||||||
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
|
readonly reactive: UnwrapRef<(typeof import("vue"))["reactive"]>;
|
||||||
|
readonly readonly: UnwrapRef<(typeof import("vue"))["readonly"]>;
|
||||||
|
readonly ref: UnwrapRef<(typeof import("vue"))["ref"]>;
|
||||||
|
readonly resolveComponent: UnwrapRef<
|
||||||
|
(typeof import("vue"))["resolveComponent"]
|
||||||
|
>;
|
||||||
|
readonly shallowReactive: UnwrapRef<
|
||||||
|
(typeof import("vue"))["shallowReactive"]
|
||||||
|
>;
|
||||||
|
readonly shallowReadonly: UnwrapRef<
|
||||||
|
(typeof import("vue"))["shallowReadonly"]
|
||||||
|
>;
|
||||||
|
readonly shallowRef: UnwrapRef<(typeof import("vue"))["shallowRef"]>;
|
||||||
|
readonly toRaw: UnwrapRef<(typeof import("vue"))["toRaw"]>;
|
||||||
|
readonly toRef: UnwrapRef<(typeof import("vue"))["toRef"]>;
|
||||||
|
readonly toRefs: UnwrapRef<(typeof import("vue"))["toRefs"]>;
|
||||||
|
readonly toValue: UnwrapRef<(typeof import("vue"))["toValue"]>;
|
||||||
|
readonly triggerRef: UnwrapRef<(typeof import("vue"))["triggerRef"]>;
|
||||||
|
readonly unref: UnwrapRef<(typeof import("vue"))["unref"]>;
|
||||||
|
readonly useAttrs: UnwrapRef<(typeof import("vue"))["useAttrs"]>;
|
||||||
|
readonly useCssModule: UnwrapRef<(typeof import("vue"))["useCssModule"]>;
|
||||||
|
readonly useCssVars: UnwrapRef<(typeof import("vue"))["useCssVars"]>;
|
||||||
|
readonly useRoute: UnwrapRef<
|
||||||
|
(typeof import("vue-router/auto"))["useRoute"]
|
||||||
|
>;
|
||||||
|
readonly useRouter: UnwrapRef<
|
||||||
|
(typeof import("vue-router/auto"))["useRouter"]
|
||||||
|
>;
|
||||||
|
readonly useSlots: UnwrapRef<(typeof import("vue"))["useSlots"]>;
|
||||||
|
readonly watch: UnwrapRef<(typeof import("vue"))["watch"]>;
|
||||||
|
readonly watchEffect: UnwrapRef<(typeof import("vue"))["watchEffect"]>;
|
||||||
|
readonly watchPostEffect: UnwrapRef<
|
||||||
|
(typeof import("vue"))["watchPostEffect"]
|
||||||
|
>;
|
||||||
|
readonly watchSyncEffect: UnwrapRef<
|
||||||
|
(typeof import("vue"))["watchSyncEffect"]
|
||||||
|
>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,8 @@ if (process.env.NODE_ENV === "production") {
|
|||||||
config.oauth_client_id = "16";
|
config.oauth_client_id = "16";
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("api endpoint: " + config.backend);
|
// config.backend = "https://amber-api.leaflow.cn";
|
||||||
|
|
||||||
|
// console.log("api endpoint: " + config.backend);
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
72
vite.config.mts.timestamp-1722851679933-1df80b4e1b788.mjs
Normal file
72
vite.config.mts.timestamp-1722851679933-1df80b4e1b788.mjs
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
// vite.config.mts
|
||||||
|
import AutoImport from "file:///D:/Projects/amber-web/node_modules/unplugin-auto-import/dist/vite.js";
|
||||||
|
import Components from "file:///D:/Projects/amber-web/node_modules/unplugin-vue-components/dist/vite.js";
|
||||||
|
import Fonts from "file:///D:/Projects/amber-web/node_modules/unplugin-fonts/dist/vite.mjs";
|
||||||
|
import Layouts from "file:///D:/Projects/amber-web/node_modules/vite-plugin-vue-layouts/dist/index.mjs";
|
||||||
|
import Vue from "file:///D:/Projects/amber-web/node_modules/@vitejs/plugin-vue/dist/index.mjs";
|
||||||
|
import VueRouter from "file:///D:/Projects/amber-web/node_modules/unplugin-vue-router/dist/vite.js";
|
||||||
|
import Vuetify, {
|
||||||
|
transformAssetUrls,
|
||||||
|
} from "file:///D:/Projects/amber-web/node_modules/vite-plugin-vuetify/dist/index.mjs";
|
||||||
|
import { defineConfig } from "file:///D:/Projects/amber-web/node_modules/vite/dist/node/index.js";
|
||||||
|
import { fileURLToPath, URL } from "node:url";
|
||||||
|
var __vite_injected_original_import_meta_url =
|
||||||
|
"file:///D:/Projects/amber-web/vite.config.mts";
|
||||||
|
var vite_config_default = defineConfig({
|
||||||
|
plugins: [
|
||||||
|
VueRouter({
|
||||||
|
dts: "src/typed-router.d.ts",
|
||||||
|
}),
|
||||||
|
Layouts(),
|
||||||
|
AutoImport({
|
||||||
|
imports: [
|
||||||
|
"vue",
|
||||||
|
{
|
||||||
|
"vue-router/auto": ["useRoute", "useRouter"],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
dts: "src/auto-imports.d.ts",
|
||||||
|
eslintrc: {
|
||||||
|
enabled: true,
|
||||||
|
},
|
||||||
|
vueTemplate: true,
|
||||||
|
}),
|
||||||
|
Components({
|
||||||
|
dts: "src/components.d.ts",
|
||||||
|
}),
|
||||||
|
Vue({
|
||||||
|
template: { transformAssetUrls },
|
||||||
|
}),
|
||||||
|
// https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#readme
|
||||||
|
Vuetify({
|
||||||
|
autoImport: true,
|
||||||
|
styles: {
|
||||||
|
configFile: "src/styles/settings.scss",
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
Fonts({
|
||||||
|
google: {
|
||||||
|
families: [
|
||||||
|
{
|
||||||
|
name: "Roboto",
|
||||||
|
styles: "wght@100;300;400;500;700;900",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}),
|
||||||
|
],
|
||||||
|
define: { "process.env": {} },
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
"@": fileURLToPath(
|
||||||
|
new URL("./src", __vite_injected_original_import_meta_url),
|
||||||
|
),
|
||||||
|
},
|
||||||
|
extensions: [".js", ".json", ".jsx", ".mjs", ".ts", ".tsx", ".vue"],
|
||||||
|
},
|
||||||
|
server: {
|
||||||
|
port: 3e3,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
export { vite_config_default as default };
|
||||||
|
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsidml0ZS5jb25maWcubXRzIl0sCiAgInNvdXJjZXNDb250ZW50IjogWyJjb25zdCBfX3ZpdGVfaW5qZWN0ZWRfb3JpZ2luYWxfZGlybmFtZSA9IFwiRDpcXFxcUHJvamVjdHNcXFxcYW1iZXItd2ViXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ZpbGVuYW1lID0gXCJEOlxcXFxQcm9qZWN0c1xcXFxhbWJlci13ZWJcXFxcdml0ZS5jb25maWcubXRzXCI7Y29uc3QgX192aXRlX2luamVjdGVkX29yaWdpbmFsX2ltcG9ydF9tZXRhX3VybCA9IFwiZmlsZTovLy9EOi9Qcm9qZWN0cy9hbWJlci13ZWIvdml0ZS5jb25maWcubXRzXCI7Ly8gUGx1Z2luc1xuaW1wb3J0IEF1dG9JbXBvcnQgZnJvbSBcInVucGx1Z2luLWF1dG8taW1wb3J0L3ZpdGVcIjtcbmltcG9ydCBDb21wb25lbnRzIGZyb20gXCJ1bnBsdWdpbi12dWUtY29tcG9uZW50cy92aXRlXCI7XG5pbXBvcnQgRm9udHMgZnJvbSBcInVucGx1Z2luLWZvbnRzL3ZpdGVcIjtcbmltcG9ydCBMYXlvdXRzIGZyb20gXCJ2aXRlLXBsdWdpbi12dWUtbGF5b3V0c1wiO1xuaW1wb3J0IFZ1ZSBmcm9tIFwiQHZpdGVqcy9wbHVnaW4tdnVlXCI7XG5pbXBvcnQgVnVlUm91dGVyIGZyb20gXCJ1bnBsdWdpbi12dWUtcm91dGVyL3ZpdGVcIjtcbmltcG9ydCBWdWV0aWZ5LCB7IHRyYW5zZm9ybUFzc2V0VXJscyB9IGZyb20gXCJ2aXRlLXBsdWdpbi12dWV0aWZ5XCI7XG5cbi8vIFV0aWxpdGllc1xuaW1wb3J0IHsgZGVmaW5lQ29uZmlnIH0gZnJvbSBcInZpdGVcIjtcbmltcG9ydCB7IGZpbGVVUkxUb1BhdGgsIFVSTCB9IGZyb20gXCJub2RlOnVybFwiO1xuXG4vLyBodHRwczovL3ZpdGVqcy5kZXYvY29uZmlnL1xuZXhwb3J0IGRlZmF1bHQgZGVmaW5lQ29uZmlnKHtcbiAgcGx1Z2luczogW1xuICAgIFZ1ZVJvdXRlcih7XG4gICAgICBkdHM6IFwic3JjL3R5cGVkLXJvdXRlci5kLnRzXCIsXG4gICAgfSksXG4gICAgTGF5b3V0cygpLFxuICAgIEF1dG9JbXBvcnQoe1xuICAgICAgaW1wb3J0czogW1xuICAgICAgICBcInZ1ZVwiLFxuICAgICAgICB7XG4gICAgICAgICAgXCJ2dWUtcm91dGVyL2F1dG9cIjogW1widXNlUm91dGVcIiwgXCJ1c2VSb3V0ZXJcIl0sXG4gICAgICAgIH0sXG4gICAgICBdLFxuICAgICAgZHRzOiBcInNyYy9hdXRvLWltcG9ydHMuZC50c1wiLFxuICAgICAgZXNsaW50cmM6IHtcbiAgICAgICAgZW5hYmxlZDogdHJ1ZSxcbiAgICAgIH0sXG4gICAgICB2dWVUZW1wbGF0ZTogdHJ1ZSxcbiAgICB9KSxcbiAgICBDb21wb25lbnRzKHtcbiAgICAgIGR0czogXCJzcmMvY29tcG9uZW50cy5kLnRzXCIsXG4gICAgfSksXG4gICAgVnVlKHtcbiAgICAgIHRlbXBsYXRlOiB7IHRyYW5zZm9ybUFzc2V0VXJscyB9LFxuICAgIH0pLFxuICAgIC8vIGh0dHBzOi8vZ2l0aHViLmNvbS92dWV0aWZ5anMvdnVldGlmeS1sb2FkZXIvdHJlZS9tYXN0ZXIvcGFja2FnZXMvdml0ZS1wbHVnaW4jcmVhZG1lXG4gICAgVnVldGlmeSh7XG4gICAgICBhdXRvSW1wb3J0OiB0cnVlLFxuICAgICAgc3R5bGVzOiB7XG4gICAgICAgIGNvbmZpZ0ZpbGU6IFwic3JjL3N0eWxlcy9zZXR0aW5ncy5zY3NzXCIsXG4gICAgICB9LFxuICAgIH0pLFxuICAgIEZvbnRzKHtcbiAgICAgIGdvb2dsZToge1xuICAgICAgICBmYW1pbGllczogW1xuICAgICAgICAgIHtcbiAgICAgICAgICAgIG5hbWU6IFwiUm9ib3RvXCIsXG4gICAgICAgICAgICBzdHlsZXM6IFwid2dodEAxMDA7MzAwOzQwMDs1MDA7NzAwOzkwMFwiLFxuICAgICAgICAgIH0sXG4gICAgICAgIF0sXG4gICAgICB9LFxuICAgIH0pLFxuICBdLFxuICBkZWZpbmU6IHsgXCJwcm9jZXNzLmVudlwiOiB7fSB9LFxuICByZXNvbHZlOiB7XG4gICAgYWxpYXM6IHtcbiAgICAgIFwiQFwiOiBmaWxlVVJMVG9QYXRoKG5ldyBVUkwoXCIuL3NyY1wiLCBpbXBvcnQubWV0YS51cmwpKSxcbiAgICB9LFxuICAgIGV4dGVuc2lvbnM6IFtcIi5qc1wiLCBcIi5qc29uXCIsIFwiLmpzeFwiLCBcIi5tanNcIiwgXCIudHNcIiwgXCIudHN4XCIsIFwiLnZ1ZVwiXSxcbiAgfSxcbiAgc2VydmVyOiB7XG4gICAgcG9ydDogMzAwMCxcbiAgfSxcbn0pO1xuIl0sCiAgIm1hcHBpbmdzIjogIjtBQUNBLE9BQU8sZ0JBQWdCO0FBQ3ZCLE9BQU8sZ0JBQWdCO0FBQ3ZCLE9BQU8sV0FBVztBQUNsQixPQUFPLGFBQWE7QUFDcEIsT0FBTyxTQUFTO0FBQ2hCLE9BQU8sZUFBZTtBQUN0QixPQUFPLFdBQVcsMEJBQTBCO0FBRzVDLFNBQVMsb0JBQW9CO0FBQzdCLFNBQVMsZUFBZSxXQUFXO0FBWHFILElBQU0sMkNBQTJDO0FBY3pNLElBQU8sc0JBQVEsYUFBYTtBQUFBLEVBQzFCLFNBQVM7QUFBQSxJQUNQLFVBQVU7QUFBQSxNQUNSLEtBQUs7QUFBQSxJQUNQLENBQUM7QUFBQSxJQUNELFFBQVE7QUFBQSxJQUNSLFdBQVc7QUFBQSxNQUNULFNBQVM7QUFBQSxRQUNQO0FBQUEsUUFDQTtBQUFBLFVBQ0UsbUJBQW1CLENBQUMsWUFBWSxXQUFXO0FBQUEsUUFDN0M7QUFBQSxNQUNGO0FBQUEsTUFDQSxLQUFLO0FBQUEsTUFDTCxVQUFVO0FBQUEsUUFDUixTQUFTO0FBQUEsTUFDWDtBQUFBLE1BQ0EsYUFBYTtBQUFBLElBQ2YsQ0FBQztBQUFBLElBQ0QsV0FBVztBQUFBLE1BQ1QsS0FBSztBQUFBLElBQ1AsQ0FBQztBQUFBLElBQ0QsSUFBSTtBQUFBLE1BQ0YsVUFBVSxFQUFFLG1CQUFtQjtBQUFBLElBQ2pDLENBQUM7QUFBQTtBQUFBLElBRUQsUUFBUTtBQUFBLE1BQ04sWUFBWTtBQUFBLE1BQ1osUUFBUTtBQUFBLFFBQ04sWUFBWTtBQUFBLE1BQ2Q7QUFBQSxJQUNGLENBQUM7QUFBQSxJQUNELE1BQU07QUFBQSxNQUNKLFFBQVE7QUFBQSxRQUNOLFVBQVU7QUFBQSxVQUNSO0FBQUEsWUFDRSxNQUFNO0FBQUEsWUFDTixRQUFRO0FBQUEsVUFDVjtBQUFBLFFBQ0Y7QUFBQSxNQUNGO0FBQUEsSUFDRixDQUFDO0FBQUEsRUFDSDtBQUFBLEVBQ0EsUUFBUSxFQUFFLGVBQWUsQ0FBQyxFQUFFO0FBQUEsRUFDNUIsU0FBUztBQUFBLElBQ1AsT0FBTztBQUFBLE1BQ0wsS0FBSyxjQUFjLElBQUksSUFBSSxTQUFTLHdDQUFlLENBQUM7QUFBQSxJQUN0RDtBQUFBLElBQ0EsWUFBWSxDQUFDLE9BQU8sU0FBUyxRQUFRLFFBQVEsT0FBTyxRQUFRLE1BQU07QUFBQSxFQUNwRTtBQUFBLEVBQ0EsUUFBUTtBQUFBLElBQ04sTUFBTTtBQUFBLEVBQ1I7QUFDRixDQUFDOyIsCiAgIm5hbWVzIjogW10KfQo=
|
Loading…
Reference in New Issue
Block a user