@mojaloop/api-snippets 17.7.5 → 17.7.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.
- package/CHANGELOG.md +14 -0
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +15 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +830 -658
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +5 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +416 -270
- package/package.json +8 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +15 -3
@@ -1729,7 +1729,11 @@ export interface components {
|
|
1729
1729
|
currentState?: components["schemas"]["transferStatus"];
|
1730
1730
|
quoteId?: components["schemas"]["CorrelationId"];
|
1731
1731
|
getPartiesResponse?: {
|
1732
|
-
body:
|
1732
|
+
body: {
|
1733
|
+
party: components["schemas"]["Party"];
|
1734
|
+
} | {
|
1735
|
+
errorInformation: components["schemas"]["ErrorInformation"];
|
1736
|
+
};
|
1733
1737
|
headers?: Record<string, never>;
|
1734
1738
|
};
|
1735
1739
|
quoteResponse?: {
|