Skip to content

Commit

Permalink
Generated new openapi.json on push to
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2024
1 parent e6653c8 commit 2951138
Showing 1 changed file with 83 additions and 58 deletions.
141 changes: 83 additions & 58 deletions api-docs/generated/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,9 @@
},
"AdditionalInfo": {
"properties": {
"key": {
"name": {
"type": "string",
"title": "Key"
"title": "Name"
},
"value": {
"anyOf": [
Expand All @@ -561,7 +561,7 @@
},
"type": "object",
"required": [
"key",
"name",
"value"
],
"title": "AdditionalInfo"
Expand Down Expand Up @@ -1036,15 +1036,20 @@
},
"is_encrypted": {
"type": "boolean",
"title": "Is Encrypted"
"title": "Is Encrypted",
"default": false
},
"meta": {
"type": "object",
"title": "Meta",
"default": {}
}
},
"type": "object",
"required": [
"message_id",
"message_ts",
"action",
"is_encrypted"
"action"
],
"title": "MsgCallbackHeader"
},
Expand Down Expand Up @@ -1150,7 +1155,7 @@
"type": "string",
"format": "date-time",
"title": "Message Ts",
"default": "2023-12-22T14:29:10.664749"
"default": "2024-02-04T04:47:18.246022"
},
"action": {
"type": "string",
Expand Down Expand Up @@ -1470,7 +1475,7 @@
"type": "string",
"format": "date-time",
"title": "Timestamp",
"default": "2023-12-22T14:29:10.672736"
"default": "2024-02-04T04:47:18.255709"
},
"status": {
"$ref": "#/components/schemas/MsgStatusEnum"
Expand Down Expand Up @@ -1689,6 +1694,28 @@
"format": "date-time",
"title": "Timestamp"
},
"additional_info": {
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/AdditionalInfo"
},
"type": "array"
},
{
"$ref": "#/components/schemas/AdditionalInfo"
},
{
"type": "null"
}
],
"title": "Additional Info"
},
"locale": {
"type": "string",
"title": "Locale",
"default": "eng"
},
"fa": {
"type": "string",
"title": "Fa"
Expand Down Expand Up @@ -1717,21 +1744,6 @@
],
"title": "Status Reason Message",
"default": ""
},
"additional_info": {
"anyOf": [
{
"$ref": "#/components/schemas/AdditionalInfo"
},
{
"type": "null"
}
]
},
"locale": {
"type": "string",
"title": "Locale",
"default": "eng"
}
},
"type": "object",
Expand All @@ -1754,6 +1766,28 @@
"format": "date-time",
"title": "Timestamp"
},
"additional_info": {
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/AdditionalInfo"
},
"type": "array"
},
{
"$ref": "#/components/schemas/AdditionalInfo"
},
{
"type": "null"
}
],
"title": "Additional Info"
},
"locale": {
"type": "string",
"title": "Locale",
"default": "eng"
},
"fa": {
"anyOf": [
{
Expand All @@ -1763,8 +1797,7 @@
"type": "null"
}
],
"title": "Fa",
"default": ""
"title": "Fa"
},
"id": {
"anyOf": [
Expand All @@ -1775,8 +1808,7 @@
"type": "null"
}
],
"title": "Id",
"default": ""
"title": "Id"
},
"account_provider_info": {
"anyOf": [
Expand Down Expand Up @@ -1812,21 +1844,6 @@
],
"title": "Status Reason Message",
"default": ""
},
"additional_info": {
"anyOf": [
{
"$ref": "#/components/schemas/AdditionalInfo"
},
{
"type": "null"
}
]
},
"locale": {
"type": "string",
"title": "Locale",
"default": "eng"
}
},
"type": "object",
Expand All @@ -1848,6 +1865,28 @@
"format": "date-time",
"title": "Timestamp"
},
"additional_info": {
"anyOf": [
{
"items": {
"$ref": "#/components/schemas/AdditionalInfo"
},
"type": "array"
},
{
"$ref": "#/components/schemas/AdditionalInfo"
},
{
"type": "null"
}
],
"title": "Additional Info"
},
"locale": {
"type": "string",
"title": "Locale",
"default": "eng"
},
"id": {
"anyOf": [
{
Expand Down Expand Up @@ -1884,21 +1923,6 @@
],
"title": "Status Reason Message",
"default": ""
},
"additional_info": {
"anyOf": [
{
"$ref": "#/components/schemas/AdditionalInfo"
},
{
"type": "null"
}
]
},
"locale": {
"type": "string",
"title": "Locale",
"default": "eng"
}
},
"type": "object",
Expand Down Expand Up @@ -1981,7 +2005,8 @@
"rjct.reference_id.invalid",
"rjct.reference_id.duplicate",
"rjct.timestamp.invalid",
"rjct.beneficiary_name.invalid"
"rjct.beneficiary_name.invalid",
"rjct.id.invalid"
],
"title": "UpdateRequestStatusReasonCode"
},
Expand Down

0 comments on commit 2951138

Please sign in to comment.