@mojaloop/api-snippets 13.0.6 → 13.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/docs/thirdparty-openapi3-snippets.yaml +3004 -2483
  3. package/lib/thirdparty/index.d.ts +1 -4
  4. package/lib/thirdparty/openapi.d.ts +4728 -3740
  5. package/package.json +1 -1
  6. package/tests/dto/thirdparty.test.ts +4 -48
  7. package/thirdparty/openapi3/components/parameters/Accept.yaml +1 -1
  8. package/thirdparty/openapi3/components/parameters/Content-Length.yaml +1 -1
  9. package/thirdparty/openapi3/components/parameters/Content-Type.yaml +1 -1
  10. package/thirdparty/openapi3/components/parameters/Date.yaml +1 -1
  11. package/thirdparty/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -1
  12. package/thirdparty/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -1
  13. package/thirdparty/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
  14. package/thirdparty/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -1
  15. package/thirdparty/openapi3/components/parameters/FSPIOP-Source.yaml +1 -1
  16. package/thirdparty/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
  17. package/thirdparty/openapi3/components/parameters/ID.yaml +1 -1
  18. package/thirdparty/openapi3/components/parameters/SubId.yaml +1 -1
  19. package/thirdparty/openapi3/components/parameters/Type.yaml +1 -1
  20. package/thirdparty/openapi3/components/parameters/X-Forwarded-For.yaml +1 -1
  21. package/thirdparty/openapi3/components/responses/200.yaml +1 -1
  22. package/thirdparty/openapi3/components/responses/202.yaml +1 -1
  23. package/thirdparty/openapi3/components/responses/400.yaml +1 -1
  24. package/thirdparty/openapi3/components/responses/401.yaml +1 -1
  25. package/thirdparty/openapi3/components/responses/403.yaml +1 -1
  26. package/thirdparty/openapi3/components/responses/404.yaml +1 -1
  27. package/thirdparty/openapi3/components/responses/405.yaml +1 -1
  28. package/thirdparty/openapi3/components/responses/406.yaml +1 -1
  29. package/thirdparty/openapi3/components/responses/501.yaml +1 -1
  30. package/thirdparty/openapi3/components/responses/503.yaml +1 -1
  31. package/thirdparty/openapi3/components/schemas/Account.yaml +5 -2
  32. package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +20 -2
  33. package/thirdparty/openapi3/components/schemas/AccountList.yaml +11 -0
  34. package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +15 -5
  35. package/thirdparty/openapi3/components/schemas/AuthenticationResponse.yaml +4 -3
  36. package/thirdparty/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
  37. package/thirdparty/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
  38. package/thirdparty/openapi3/components/schemas/ConsentRequestChannelType.yaml +3 -3
  39. package/thirdparty/openapi3/components/schemas/ConsentRequestChannelTypeOTP.yaml +1 -1
  40. package/thirdparty/openapi3/components/schemas/ConsentRequestChannelTypeWeb.yaml +1 -1
  41. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +10 -1
  42. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +2 -0
  43. package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +2 -0
  44. package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +19 -3
  45. package/thirdparty/openapi3/components/schemas/ConsentStatusIssued.yaml +1 -1
  46. package/thirdparty/openapi3/components/schemas/ConsentStatusRevoked.yaml +1 -1
  47. package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +2 -0
  48. package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +3 -1
  49. package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +5 -3
  50. package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +5 -3
  51. package/thirdparty/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +6 -2
  52. package/thirdparty/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +6 -4
  53. package/thirdparty/openapi3/components/schemas/CredentialType.yaml +5 -3
  54. package/thirdparty/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +8 -3
  55. package/thirdparty/openapi3/components/schemas/GenericCredential.yaml +1 -1
  56. package/thirdparty/openapi3/components/schemas/Scope.yaml +6 -1
  57. package/thirdparty/openapi3/components/schemas/ScopeAction.yaml +8 -6
  58. package/thirdparty/openapi3/components/schemas/ServiceType.yaml +11 -3
  59. package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +15 -1
  60. package/thirdparty/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
  61. package/thirdparty/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
  62. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +4 -11
  63. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +4 -11
  64. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseRejected.yaml +2 -0
  65. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +15 -3
  66. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +15 -1
  67. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +11 -1
  68. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +15 -2
  69. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +12 -1
  70. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +4 -2
  71. package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +4 -2
  72. package/thirdparty/openapi3/components/schemas/VerifiedCredential.yaml +6 -7
  73. package/thirdparty/openapi3/openapi.yaml +9 -9
  74. package/thirdparty/openapi3/paths/consentRequests_ID.yaml +6 -6
  75. package/thirdparty/openapi3/paths/consents_ID.yaml +2 -2
  76. package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations.yaml +1 -1
  77. package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations_ID.yaml +3 -3
  78. package/thirdparty/openapi3/paths/thirdpartyRequests_transactions.yaml +1 -1
  79. package/thirdparty/openapi3/thirdparty-dfsp-api.yaml +66 -66
  80. package/thirdparty/openapi3/thirdparty-pisp-api.yaml +65 -65
  81. package/thirdparty/openapi3/components/schemas/AuthenticationType.yaml +0 -11
  82. package/thirdparty/openapi3/components/schemas/AuthenticationValue.yaml +0 -9
  83. package/thirdparty/openapi3/components/schemas/AuthorizationChannelType.yaml +0 -11
  84. package/thirdparty/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +0 -10
  85. package/thirdparty/openapi3/components/schemas/AuthorizationsPostRequest.yaml +0 -24
  86. package/thirdparty/openapi3/components/schemas/IndividualQuote.yaml +0 -51
  87. package/thirdparty/openapi3/components/schemas/IndividualQuoteResult.yaml +0 -46
  88. package/thirdparty/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +0 -30
  89. package/thirdparty/openapi3/components/schemas/U2FPIN.yaml +0 -8
  90. package/thirdparty/openapi3/components/schemas/U2FPinValue.yaml +0 -19
  91. package/thirdparty/openapi3/components/schemas/index.yaml +0 -182
  92. package/thirdparty/openapi3/paths/authorizations.yaml +0 -51
  93. package/thirdparty/openapi3/paths/authorizations_ID.yaml +0 -56
@@ -7,10 +7,7 @@ export declare namespace Schemas {
7
7
  type Amount = components['schemas']['Amount'];
8
8
  type AmountType = components['schemas']['AmountType'];
9
9
  type AuthenticationResponse = components['schemas']['AuthenticationResponse'];
10
- type AuthenticationType = components['schemas']['AuthenticationType'];
11
- type AuthorizationChannelType = components['schemas']['AuthorizationChannelType'];
12
10
  type AuthorizationResponseType = components['schemas']['AuthorizationResponseType'];
13
- type AuthorizationsPostRequest = components['schemas']['AuthorizationsPostRequest'];
14
11
  type BalanceOfPayments = components['schemas']['BalanceOfPayments'];
15
12
  type BinaryString = components['schemas']['BinaryString'];
16
13
  type ConsentRequestChannelType = components['schemas']['ConsentRequestChannelType'];
@@ -79,6 +76,7 @@ export declare namespace Schemas {
79
76
  type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
80
77
  type PartyResult = components['schemas']['PartyResult'];
81
78
  type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
79
+ type QuotesIDPostRequest = components['schemas']['QuotesPostRequest'];
82
80
  type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
83
81
  type Refund = components['schemas']['Refund'];
84
82
  type RefundReason = components['schemas']['RefundReason'];
@@ -101,7 +99,6 @@ export declare namespace Schemas {
101
99
  type ThirdpartyRequestsVerificationsPostRequest = ThirdpartyRequestsVerificationsPostRequestFIDO | ThirdpartyRequestsVerificationsPostRequestGeneric;
102
100
  type TransactionInitiator = components['schemas']['TransactionInitiator'];
103
101
  type TransactionInitiatorType = components['schemas']['TransactionInitiatorType'];
104
- type TransactionRequestsPostRequest = components['schemas']['TransactionRequestsPostRequest'];
105
102
  type TransactionRequestState = components['schemas']['TransactionRequestState'];
106
103
  type TransactionScenario = components['schemas']['TransactionScenario'];
107
104
  type TransactionState = components['schemas']['TransactionState'];