Skip to content

Commit

Permalink
updated swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed May 13, 2024
1 parent 5f5e98a commit d6b950f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions swagger/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -18502,6 +18502,21 @@
}
}
},
"HistoryCallBlindTransfer": {
"type": "object",
"properties": {
"number": {
"type": "string"
},
"time": {
"type": "string",
"format": "int64"
},
"user": {
"$ref": "#/definitions/engineLookup"
}
}
},
"HistoryFileJobHistoryFileJobAction": {
"type": "string",
"default": "undefined",
Expand Down Expand Up @@ -22302,6 +22317,12 @@
"blind_transfer": {
"type": "string"
},
"blind_transfers": {
"type": "array",
"items": {
"$ref": "#/definitions/HistoryCallBlindTransfer"
}
},
"bridged_at": {
"type": "string",
"format": "int64"
Expand Down Expand Up @@ -22369,6 +22390,9 @@
"hangup_disposition": {
"type": "string"
},
"hangup_phrase": {
"type": "string"
},
"has_children": {
"type": "boolean",
"format": "boolean"
Expand Down
24 changes: 24 additions & 0 deletions swagger/engine.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13853,6 +13853,21 @@
}
}
},
"HistoryCallBlindTransfer": {
"type": "object",
"properties": {
"number": {
"type": "string"
},
"time": {
"type": "string",
"format": "int64"
},
"user": {
"$ref": "#/definitions/engineLookup"
}
}
},
"HistoryFileJobHistoryFileJobAction": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -17833,6 +17848,15 @@
"items": {
"$ref": "#/definitions/engineLookup"
}
},
"hangup_phrase": {
"type": "string"
},
"blind_transfers": {
"type": "array",
"items": {
"$ref": "#/definitions/HistoryCallBlindTransfer"
}
}
}
},
Expand Down

0 comments on commit d6b950f

Please sign in to comment.