From 2951138a275c898c700e0d5bf45d8beac1846f1c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:47:19 +0000 Subject: [PATCH] Generated new openapi.json on push to --- api-docs/generated/openapi.json | 141 +++++++++++++++++++------------- 1 file changed, 83 insertions(+), 58 deletions(-) diff --git a/api-docs/generated/openapi.json b/api-docs/generated/openapi.json index 7e6c738..475070f 100644 --- a/api-docs/generated/openapi.json +++ b/api-docs/generated/openapi.json @@ -534,9 +534,9 @@ }, "AdditionalInfo": { "properties": { - "key": { + "name": { "type": "string", - "title": "Key" + "title": "Name" }, "value": { "anyOf": [ @@ -561,7 +561,7 @@ }, "type": "object", "required": [ - "key", + "name", "value" ], "title": "AdditionalInfo" @@ -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" }, @@ -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", @@ -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" @@ -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" @@ -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", @@ -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": [ { @@ -1763,8 +1797,7 @@ "type": "null" } ], - "title": "Fa", - "default": "" + "title": "Fa" }, "id": { "anyOf": [ @@ -1775,8 +1808,7 @@ "type": "null" } ], - "title": "Id", - "default": "" + "title": "Id" }, "account_provider_info": { "anyOf": [ @@ -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", @@ -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": [ { @@ -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", @@ -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" },