@mojaloop/api-snippets 18.2.0 → 18.2.1

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.
@@ -11,9 +11,11 @@ export interface paths {
11
11
  "Content-Type": components["parameters"]["Content-Type"];
12
12
  /** @description The `Date` header field indicates the date when the request was sent. */
13
13
  Date: components["parameters"]["Date"];
14
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
14
+ /**
15
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
15
16
  *
16
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
17
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
18
+ */
17
19
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
18
20
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
19
21
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -91,9 +93,11 @@ export interface paths {
91
93
  "Content-Type": components["parameters"]["Content-Type"];
92
94
  /** @description The `Date` header field indicates the date when the request was sent. */
93
95
  Date: components["parameters"]["Date"];
94
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
96
+ /**
97
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
95
98
  *
96
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
99
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
100
+ */
97
101
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
98
102
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
99
103
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -233,9 +237,11 @@ export interface paths {
233
237
  "Content-Type": components["parameters"]["Content-Type"];
234
238
  /** @description The `Date` header field indicates the date when the request was sent. */
235
239
  Date: components["parameters"]["Date"];
236
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
240
+ /**
241
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
237
242
  *
238
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
243
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
244
+ */
239
245
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
240
246
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
241
247
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -303,9 +309,11 @@ export interface paths {
303
309
  "Content-Type": components["parameters"]["Content-Type"];
304
310
  /** @description The `Date` header field indicates the date when the request was sent. */
305
311
  Date: components["parameters"]["Date"];
306
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
312
+ /**
313
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
307
314
  *
308
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
315
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
316
+ */
309
317
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
310
318
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
311
319
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -395,9 +403,11 @@ export interface paths {
395
403
  "Content-Type": components["parameters"]["Content-Type"];
396
404
  /** @description The `Date` header field indicates the date when the request was sent. */
397
405
  Date: components["parameters"]["Date"];
398
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
406
+ /**
407
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
399
408
  *
400
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
409
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
410
+ */
401
411
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
402
412
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
403
413
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -483,9 +493,11 @@ export interface paths {
483
493
  "Content-Type": components["parameters"]["Content-Type"];
484
494
  /** @description The `Date` header field indicates the date when the request was sent. */
485
495
  Date: components["parameters"]["Date"];
486
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
496
+ /**
497
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
487
498
  *
488
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
499
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
500
+ */
489
501
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
490
502
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
491
503
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -551,9 +563,11 @@ export interface paths {
551
563
  "Content-Type": components["parameters"]["Content-Type"];
552
564
  /** @description The `Date` header field indicates the date when the request was sent. */
553
565
  Date: components["parameters"]["Date"];
554
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
566
+ /**
567
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
555
568
  *
556
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
569
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
570
+ */
557
571
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
558
572
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
559
573
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -651,9 +665,11 @@ export interface paths {
651
665
  "Content-Type": components["parameters"]["Content-Type"];
652
666
  /** @description The `Date` header field indicates the date when the request was sent. */
653
667
  Date: components["parameters"]["Date"];
654
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
668
+ /**
669
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
655
670
  *
656
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
671
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
672
+ */
657
673
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
658
674
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
659
675
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -723,9 +739,11 @@ export interface paths {
723
739
  "Content-Type": components["parameters"]["Content-Type"];
724
740
  /** @description The `Date` header field indicates the date when the request was sent. */
725
741
  Date: components["parameters"]["Date"];
726
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
742
+ /**
743
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
727
744
  *
728
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
745
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
746
+ */
729
747
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
730
748
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
731
749
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -811,9 +829,11 @@ export interface paths {
811
829
  "Content-Type": components["parameters"]["Content-Type"];
812
830
  /** @description The `Date` header field indicates the date when the request was sent. */
813
831
  Date: components["parameters"]["Date"];
814
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
832
+ /**
833
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
815
834
  *
816
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
835
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
836
+ */
817
837
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
818
838
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
819
839
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -899,9 +919,11 @@ export interface paths {
899
919
  "Content-Type": components["parameters"]["Content-Type"];
900
920
  /** @description The `Date` header field indicates the date when the request was sent. */
901
921
  Date: components["parameters"]["Date"];
902
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
922
+ /**
923
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
903
924
  *
904
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
925
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
926
+ */
905
927
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
906
928
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
907
929
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -1698,13 +1720,11 @@ export interface components {
1698
1720
  /**
1699
1721
  * U2FPIN
1700
1722
  * @description U2F challenge-response, where payer FSP verifies if the response provided by end-user device matches the previously registered key.
1701
- *
1702
1723
  */
1703
1724
  U2FPIN: string;
1704
1725
  /**
1705
1726
  * U2FPinValue
1706
1727
  * @description U2F challenge-response, where payer FSP verifies if the response provided by end-user device matches the previously registered key.
1707
- *
1708
1728
  */
1709
1729
  U2FPinValue: {
1710
1730
  /** @description U2F challenge-response. */
@@ -1825,9 +1845,11 @@ export interface components {
1825
1845
  parameters: {
1826
1846
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
1827
1847
  Accept: string;
1828
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1848
+ /**
1849
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1829
1850
  *
1830
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
1851
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
1852
+ */
1831
1853
  "Content-Length": number;
1832
1854
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
1833
1855
  "Content-Type": string;
@@ -1851,16 +1873,20 @@ export interface components {
1851
1873
  SubId: string;
1852
1874
  /** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
1853
1875
  Type: string;
1854
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1876
+ /**
1877
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1855
1878
  *
1856
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
1879
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
1880
+ */
1857
1881
  "X-Forwarded-For": string;
1858
1882
  };
1859
1883
  requestBodies: never;
1860
1884
  headers: {
1861
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1885
+ /**
1886
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1862
1887
  *
1863
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
1888
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
1889
+ */
1864
1890
  "Content-Length": number;
1865
1891
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
1866
1892
  "Content-Type": string;
@@ -1877,9 +1903,11 @@ export interface operations {
1877
1903
  "Content-Type": components["parameters"]["Content-Type"];
1878
1904
  /** @description The `Date` header field indicates the date when the request was sent. */
1879
1905
  Date: components["parameters"]["Date"];
1880
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1906
+ /**
1907
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1881
1908
  *
1882
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
1909
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
1910
+ */
1883
1911
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1884
1912
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
1885
1913
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -1925,9 +1953,11 @@ export interface operations {
1925
1953
  "Content-Type": components["parameters"]["Content-Type"];
1926
1954
  /** @description The `Date` header field indicates the date when the request was sent. */
1927
1955
  Date: components["parameters"]["Date"];
1928
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1956
+ /**
1957
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1929
1958
  *
1930
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
1959
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
1960
+ */
1931
1961
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1932
1962
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
1933
1963
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -1941,9 +1971,11 @@ export interface operations {
1941
1971
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
1942
1972
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
1943
1973
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1944
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1974
+ /**
1975
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
1945
1976
  *
1946
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
1977
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
1978
+ */
1947
1979
  "Content-Length"?: components["parameters"]["Content-Length"];
1948
1980
  };
1949
1981
  path: {
@@ -1980,9 +2012,11 @@ export interface operations {
1980
2012
  "Content-Type": components["parameters"]["Content-Type"];
1981
2013
  /** @description The `Date` header field indicates the date when the request was sent. */
1982
2014
  Date: components["parameters"]["Date"];
1983
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2015
+ /**
2016
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
1984
2017
  *
1985
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2018
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2019
+ */
1986
2020
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
1987
2021
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
1988
2022
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -1998,9 +2032,11 @@ export interface operations {
1998
2032
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
1999
2033
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
2000
2034
  Accept: components["parameters"]["Accept"];
2001
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2035
+ /**
2036
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2002
2037
  *
2003
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2038
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2039
+ */
2004
2040
  "Content-Length"?: components["parameters"]["Content-Length"];
2005
2041
  };
2006
2042
  path: {
@@ -2037,9 +2073,11 @@ export interface operations {
2037
2073
  "Content-Type": components["parameters"]["Content-Type"];
2038
2074
  /** @description The `Date` header field indicates the date when the request was sent. */
2039
2075
  Date: components["parameters"]["Date"];
2040
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2076
+ /**
2077
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2041
2078
  *
2042
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2079
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2080
+ */
2043
2081
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2044
2082
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2045
2083
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2081,17 +2119,21 @@ export interface operations {
2081
2119
  parameters: {
2082
2120
  query?: never;
2083
2121
  header: {
2084
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2122
+ /**
2123
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2085
2124
  *
2086
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2125
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2126
+ */
2087
2127
  "Content-Length"?: components["parameters"]["Content-Length"];
2088
2128
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2089
2129
  "Content-Type": components["parameters"]["Content-Type"];
2090
2130
  /** @description The `Date` header field indicates the date when the request was sent. */
2091
2131
  Date: components["parameters"]["Date"];
2092
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2132
+ /**
2133
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2093
2134
  *
2094
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2135
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2136
+ */
2095
2137
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2096
2138
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2097
2139
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2140,9 +2182,11 @@ export interface operations {
2140
2182
  "Content-Type": components["parameters"]["Content-Type"];
2141
2183
  /** @description The `Date` header field indicates the date when the request was sent. */
2142
2184
  Date: components["parameters"]["Date"];
2143
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2185
+ /**
2186
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2144
2187
  *
2145
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2188
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2189
+ */
2146
2190
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2147
2191
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2148
2192
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2190,9 +2234,11 @@ export interface operations {
2190
2234
  "Content-Type": components["parameters"]["Content-Type"];
2191
2235
  /** @description The `Date` header field indicates the date when the request was sent. */
2192
2236
  Date: components["parameters"]["Date"];
2193
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2237
+ /**
2238
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2194
2239
  *
2195
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2240
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2241
+ */
2196
2242
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2197
2243
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2198
2244
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2206,9 +2252,11 @@ export interface operations {
2206
2252
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2207
2253
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
2208
2254
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2209
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2255
+ /**
2256
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2210
2257
  *
2211
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2258
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2259
+ */
2212
2260
  "Content-Length"?: components["parameters"]["Content-Length"];
2213
2261
  };
2214
2262
  path: {
@@ -2247,9 +2295,11 @@ export interface operations {
2247
2295
  "Content-Type": components["parameters"]["Content-Type"];
2248
2296
  /** @description The `Date` header field indicates the date when the request was sent. */
2249
2297
  Date: components["parameters"]["Date"];
2250
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2298
+ /**
2299
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2251
2300
  *
2252
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2301
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2302
+ */
2253
2303
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2254
2304
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2255
2305
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2265,9 +2315,11 @@ export interface operations {
2265
2315
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2266
2316
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
2267
2317
  Accept: components["parameters"]["Accept"];
2268
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2318
+ /**
2319
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2269
2320
  *
2270
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2321
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2322
+ */
2271
2323
  "Content-Length"?: components["parameters"]["Content-Length"];
2272
2324
  };
2273
2325
  path: {
@@ -2306,9 +2358,11 @@ export interface operations {
2306
2358
  "Content-Type": components["parameters"]["Content-Type"];
2307
2359
  /** @description The `Date` header field indicates the date when the request was sent. */
2308
2360
  Date: components["parameters"]["Date"];
2309
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2361
+ /**
2362
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2310
2363
  *
2311
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2364
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2365
+ */
2312
2366
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2313
2367
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2314
2368
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2352,17 +2406,21 @@ export interface operations {
2352
2406
  parameters: {
2353
2407
  query?: never;
2354
2408
  header: {
2355
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2409
+ /**
2410
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2356
2411
  *
2357
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2412
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2413
+ */
2358
2414
  "Content-Length"?: components["parameters"]["Content-Length"];
2359
2415
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2360
2416
  "Content-Type": components["parameters"]["Content-Type"];
2361
2417
  /** @description The `Date` header field indicates the date when the request was sent. */
2362
2418
  Date: components["parameters"]["Date"];
2363
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2419
+ /**
2420
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2364
2421
  *
2365
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2422
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2423
+ */
2366
2424
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2367
2425
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2368
2426
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2411,17 +2469,21 @@ export interface operations {
2411
2469
  header: {
2412
2470
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
2413
2471
  Accept: components["parameters"]["Accept"];
2414
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2472
+ /**
2473
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2415
2474
  *
2416
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2475
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2476
+ */
2417
2477
  "Content-Length"?: components["parameters"]["Content-Length"];
2418
2478
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2419
2479
  "Content-Type": components["parameters"]["Content-Type"];
2420
2480
  /** @description The `Date` header field indicates the date when the request was sent. */
2421
2481
  Date: components["parameters"]["Date"];
2422
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2482
+ /**
2483
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2423
2484
  *
2424
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2485
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2486
+ */
2425
2487
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2426
2488
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2427
2489
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2461,17 +2523,21 @@ export interface operations {
2461
2523
  parameters: {
2462
2524
  query?: never;
2463
2525
  header: {
2464
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2526
+ /**
2527
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2465
2528
  *
2466
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2529
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2530
+ */
2467
2531
  "Content-Length"?: components["parameters"]["Content-Length"];
2468
2532
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2469
2533
  "Content-Type": components["parameters"]["Content-Type"];
2470
2534
  /** @description The `Date` header field indicates the date when the request was sent. */
2471
2535
  Date: components["parameters"]["Date"];
2472
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2536
+ /**
2537
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2473
2538
  *
2474
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2539
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2540
+ */
2475
2541
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2476
2542
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2477
2543
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2514,17 +2580,21 @@ export interface operations {
2514
2580
  parameters: {
2515
2581
  query?: never;
2516
2582
  header: {
2517
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2583
+ /**
2584
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2518
2585
  *
2519
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2586
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2587
+ */
2520
2588
  "Content-Length"?: components["parameters"]["Content-Length"];
2521
2589
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2522
2590
  "Content-Type": components["parameters"]["Content-Type"];
2523
2591
  /** @description The `Date` header field indicates the date when the request was sent. */
2524
2592
  Date: components["parameters"]["Date"];
2525
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2593
+ /**
2594
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2526
2595
  *
2527
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2596
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2597
+ */
2528
2598
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2529
2599
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2530
2600
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2571,9 +2641,11 @@ export interface operations {
2571
2641
  "Content-Type": components["parameters"]["Content-Type"];
2572
2642
  /** @description The `Date` header field indicates the date when the request was sent. */
2573
2643
  Date: components["parameters"]["Date"];
2574
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2644
+ /**
2645
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2575
2646
  *
2576
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2647
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2648
+ */
2577
2649
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2578
2650
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2579
2651
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2619,9 +2691,11 @@ export interface operations {
2619
2691
  "Content-Type": components["parameters"]["Content-Type"];
2620
2692
  /** @description The `Date` header field indicates the date when the request was sent. */
2621
2693
  Date: components["parameters"]["Date"];
2622
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2694
+ /**
2695
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2623
2696
  *
2624
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2697
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2698
+ */
2625
2699
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2626
2700
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2627
2701
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2635,9 +2709,11 @@ export interface operations {
2635
2709
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2636
2710
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
2637
2711
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2638
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2712
+ /**
2713
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2639
2714
  *
2640
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2715
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2716
+ */
2641
2717
  "Content-Length"?: components["parameters"]["Content-Length"];
2642
2718
  };
2643
2719
  path: {
@@ -2670,17 +2746,21 @@ export interface operations {
2670
2746
  parameters: {
2671
2747
  query?: never;
2672
2748
  header: {
2673
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2749
+ /**
2750
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2674
2751
  *
2675
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2752
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2753
+ */
2676
2754
  "Content-Length"?: components["parameters"]["Content-Length"];
2677
2755
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2678
2756
  "Content-Type": components["parameters"]["Content-Type"];
2679
2757
  /** @description The `Date` header field indicates the date when the request was sent. */
2680
2758
  Date: components["parameters"]["Date"];
2681
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2759
+ /**
2760
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2682
2761
  *
2683
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2762
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2763
+ */
2684
2764
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2685
2765
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2686
2766
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2729,9 +2809,11 @@ export interface operations {
2729
2809
  "Content-Type": components["parameters"]["Content-Type"];
2730
2810
  /** @description The `Date` header field indicates the date when the request was sent. */
2731
2811
  Date: components["parameters"]["Date"];
2732
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2812
+ /**
2813
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2733
2814
  *
2734
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2815
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2816
+ */
2735
2817
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2736
2818
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2737
2819
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2779,9 +2861,11 @@ export interface operations {
2779
2861
  "Content-Type": components["parameters"]["Content-Type"];
2780
2862
  /** @description The `Date` header field indicates the date when the request was sent. */
2781
2863
  Date: components["parameters"]["Date"];
2782
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2864
+ /**
2865
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2783
2866
  *
2784
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2867
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2868
+ */
2785
2869
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2786
2870
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2787
2871
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2795,9 +2879,11 @@ export interface operations {
2795
2879
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
2796
2880
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
2797
2881
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
2798
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2882
+ /**
2883
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2799
2884
  *
2800
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2885
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2886
+ */
2801
2887
  "Content-Length"?: components["parameters"]["Content-Length"];
2802
2888
  };
2803
2889
  path: {
@@ -2832,17 +2918,21 @@ export interface operations {
2832
2918
  parameters: {
2833
2919
  query?: never;
2834
2920
  header: {
2835
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2921
+ /**
2922
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2836
2923
  *
2837
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2924
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2925
+ */
2838
2926
  "Content-Length"?: components["parameters"]["Content-Length"];
2839
2927
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2840
2928
  "Content-Type": components["parameters"]["Content-Type"];
2841
2929
  /** @description The `Date` header field indicates the date when the request was sent. */
2842
2930
  Date: components["parameters"]["Date"];
2843
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2931
+ /**
2932
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2844
2933
  *
2845
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2934
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2935
+ */
2846
2936
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2847
2937
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2848
2938
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2891,17 +2981,21 @@ export interface operations {
2891
2981
  header: {
2892
2982
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
2893
2983
  Accept: components["parameters"]["Accept"];
2894
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2984
+ /**
2985
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
2895
2986
  *
2896
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
2987
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
2988
+ */
2897
2989
  "Content-Length"?: components["parameters"]["Content-Length"];
2898
2990
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
2899
2991
  "Content-Type": components["parameters"]["Content-Type"];
2900
2992
  /** @description The `Date` header field indicates the date when the request was sent. */
2901
2993
  Date: components["parameters"]["Date"];
2902
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2994
+ /**
2995
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2903
2996
  *
2904
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
2997
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
2998
+ */
2905
2999
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2906
3000
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2907
3001
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2945,9 +3039,11 @@ export interface operations {
2945
3039
  "Content-Type": components["parameters"]["Content-Type"];
2946
3040
  /** @description The `Date` header field indicates the date when the request was sent. */
2947
3041
  Date: components["parameters"]["Date"];
2948
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3042
+ /**
3043
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2949
3044
  *
2950
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3045
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3046
+ */
2951
3047
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2952
3048
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2953
3049
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -2991,9 +3087,11 @@ export interface operations {
2991
3087
  "Content-Type": components["parameters"]["Content-Type"];
2992
3088
  /** @description The `Date` header field indicates the date when the request was sent. */
2993
3089
  Date: components["parameters"]["Date"];
2994
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3090
+ /**
3091
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
2995
3092
  *
2996
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3093
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3094
+ */
2997
3095
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
2998
3096
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
2999
3097
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3007,9 +3105,11 @@ export interface operations {
3007
3105
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3008
3106
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3009
3107
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3010
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3108
+ /**
3109
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3011
3110
  *
3012
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3111
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3112
+ */
3013
3113
  "Content-Length"?: components["parameters"]["Content-Length"];
3014
3114
  };
3015
3115
  path: {
@@ -3040,17 +3140,21 @@ export interface operations {
3040
3140
  parameters: {
3041
3141
  query?: never;
3042
3142
  header: {
3043
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3143
+ /**
3144
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3044
3145
  *
3045
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3146
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3147
+ */
3046
3148
  "Content-Length"?: components["parameters"]["Content-Length"];
3047
3149
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3048
3150
  "Content-Type": components["parameters"]["Content-Type"];
3049
3151
  /** @description The `Date` header field indicates the date when the request was sent. */
3050
3152
  Date: components["parameters"]["Date"];
3051
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3153
+ /**
3154
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3052
3155
  *
3053
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3156
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3157
+ */
3054
3158
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3055
3159
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3056
3160
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3095,17 +3199,21 @@ export interface operations {
3095
3199
  header: {
3096
3200
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
3097
3201
  Accept: components["parameters"]["Accept"];
3098
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3202
+ /**
3203
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3099
3204
  *
3100
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3205
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3206
+ */
3101
3207
  "Content-Length"?: components["parameters"]["Content-Length"];
3102
3208
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3103
3209
  "Content-Type": components["parameters"]["Content-Type"];
3104
3210
  /** @description The `Date` header field indicates the date when the request was sent. */
3105
3211
  Date: components["parameters"]["Date"];
3106
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3212
+ /**
3213
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3107
3214
  *
3108
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3215
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3216
+ */
3109
3217
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3110
3218
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3111
3219
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3149,9 +3257,11 @@ export interface operations {
3149
3257
  "Content-Type": components["parameters"]["Content-Type"];
3150
3258
  /** @description The `Date` header field indicates the date when the request was sent. */
3151
3259
  Date: components["parameters"]["Date"];
3152
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3260
+ /**
3261
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3153
3262
  *
3154
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3263
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3264
+ */
3155
3265
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3156
3266
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3157
3267
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3195,9 +3305,11 @@ export interface operations {
3195
3305
  "Content-Type": components["parameters"]["Content-Type"];
3196
3306
  /** @description The `Date` header field indicates the date when the request was sent. */
3197
3307
  Date: components["parameters"]["Date"];
3198
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3308
+ /**
3309
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3199
3310
  *
3200
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3311
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3312
+ */
3201
3313
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3202
3314
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3203
3315
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3211,9 +3323,11 @@ export interface operations {
3211
3323
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3212
3324
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3213
3325
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3214
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3326
+ /**
3327
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3215
3328
  *
3216
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3329
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3330
+ */
3217
3331
  "Content-Length"?: components["parameters"]["Content-Length"];
3218
3332
  };
3219
3333
  path: {
@@ -3244,17 +3358,21 @@ export interface operations {
3244
3358
  parameters: {
3245
3359
  query?: never;
3246
3360
  header: {
3247
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3361
+ /**
3362
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3248
3363
  *
3249
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3364
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3365
+ */
3250
3366
  "Content-Length"?: components["parameters"]["Content-Length"];
3251
3367
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3252
3368
  "Content-Type": components["parameters"]["Content-Type"];
3253
3369
  /** @description The `Date` header field indicates the date when the request was sent. */
3254
3370
  Date: components["parameters"]["Date"];
3255
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3371
+ /**
3372
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3256
3373
  *
3257
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3374
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3375
+ */
3258
3376
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3259
3377
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3260
3378
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3301,9 +3419,11 @@ export interface operations {
3301
3419
  "Content-Type": components["parameters"]["Content-Type"];
3302
3420
  /** @description The `Date` header field indicates the date when the request was sent. */
3303
3421
  Date: components["parameters"]["Date"];
3304
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3422
+ /**
3423
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3305
3424
  *
3306
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3425
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3426
+ */
3307
3427
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3308
3428
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3309
3429
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3347,9 +3467,11 @@ export interface operations {
3347
3467
  "Content-Type": components["parameters"]["Content-Type"];
3348
3468
  /** @description The `Date` header field indicates the date when the request was sent. */
3349
3469
  Date: components["parameters"]["Date"];
3350
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3470
+ /**
3471
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3351
3472
  *
3352
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3473
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3474
+ */
3353
3475
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3354
3476
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3355
3477
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3363,9 +3485,11 @@ export interface operations {
3363
3485
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3364
3486
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3365
3487
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3366
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3488
+ /**
3489
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3367
3490
  *
3368
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3491
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3492
+ */
3369
3493
  "Content-Length"?: components["parameters"]["Content-Length"];
3370
3494
  };
3371
3495
  path: {
@@ -3396,17 +3520,21 @@ export interface operations {
3396
3520
  parameters: {
3397
3521
  query?: never;
3398
3522
  header: {
3399
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3523
+ /**
3524
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3400
3525
  *
3401
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3526
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3527
+ */
3402
3528
  "Content-Length"?: components["parameters"]["Content-Length"];
3403
3529
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3404
3530
  "Content-Type": components["parameters"]["Content-Type"];
3405
3531
  /** @description The `Date` header field indicates the date when the request was sent. */
3406
3532
  Date: components["parameters"]["Date"];
3407
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3533
+ /**
3534
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3408
3535
  *
3409
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3536
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3537
+ */
3410
3538
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3411
3539
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3412
3540
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3451,17 +3579,21 @@ export interface operations {
3451
3579
  header: {
3452
3580
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
3453
3581
  Accept: components["parameters"]["Accept"];
3454
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3582
+ /**
3583
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3455
3584
  *
3456
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3585
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3586
+ */
3457
3587
  "Content-Length"?: components["parameters"]["Content-Length"];
3458
3588
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3459
3589
  "Content-Type": components["parameters"]["Content-Type"];
3460
3590
  /** @description The `Date` header field indicates the date when the request was sent. */
3461
3591
  Date: components["parameters"]["Date"];
3462
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3592
+ /**
3593
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3463
3594
  *
3464
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3595
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3596
+ */
3465
3597
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3466
3598
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3467
3599
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3505,9 +3637,11 @@ export interface operations {
3505
3637
  "Content-Type": components["parameters"]["Content-Type"];
3506
3638
  /** @description The `Date` header field indicates the date when the request was sent. */
3507
3639
  Date: components["parameters"]["Date"];
3508
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3640
+ /**
3641
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3509
3642
  *
3510
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3643
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3644
+ */
3511
3645
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3512
3646
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3513
3647
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3551,9 +3685,11 @@ export interface operations {
3551
3685
  "Content-Type": components["parameters"]["Content-Type"];
3552
3686
  /** @description The `Date` header field indicates the date when the request was sent. */
3553
3687
  Date: components["parameters"]["Date"];
3554
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3688
+ /**
3689
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3555
3690
  *
3556
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3691
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3692
+ */
3557
3693
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3558
3694
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3559
3695
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3567,9 +3703,11 @@ export interface operations {
3567
3703
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3568
3704
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3569
3705
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3570
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3706
+ /**
3707
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3571
3708
  *
3572
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3709
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3710
+ */
3573
3711
  "Content-Length"?: components["parameters"]["Content-Length"];
3574
3712
  };
3575
3713
  path: {
@@ -3604,9 +3742,11 @@ export interface operations {
3604
3742
  "Content-Type": components["parameters"]["Content-Type"];
3605
3743
  /** @description The `Date` header field indicates the date when the request was sent. */
3606
3744
  Date: components["parameters"]["Date"];
3607
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3745
+ /**
3746
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3608
3747
  *
3609
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3748
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3749
+ */
3610
3750
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3611
3751
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3612
3752
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3620,9 +3760,11 @@ export interface operations {
3620
3760
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3621
3761
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3622
3762
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3623
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3763
+ /**
3764
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3624
3765
  *
3625
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3766
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3767
+ */
3626
3768
  "Content-Length"?: components["parameters"]["Content-Length"];
3627
3769
  };
3628
3770
  path: {
@@ -3653,17 +3795,21 @@ export interface operations {
3653
3795
  parameters: {
3654
3796
  query?: never;
3655
3797
  header: {
3656
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3798
+ /**
3799
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3657
3800
  *
3658
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3801
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3802
+ */
3659
3803
  "Content-Length"?: components["parameters"]["Content-Length"];
3660
3804
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3661
3805
  "Content-Type": components["parameters"]["Content-Type"];
3662
3806
  /** @description The `Date` header field indicates the date when the request was sent. */
3663
3807
  Date: components["parameters"]["Date"];
3664
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3808
+ /**
3809
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3665
3810
  *
3666
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3811
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3812
+ */
3667
3813
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3668
3814
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3669
3815
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3710,9 +3856,11 @@ export interface operations {
3710
3856
  "Content-Type": components["parameters"]["Content-Type"];
3711
3857
  /** @description The `Date` header field indicates the date when the request was sent. */
3712
3858
  Date: components["parameters"]["Date"];
3713
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3859
+ /**
3860
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3714
3861
  *
3715
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3862
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3863
+ */
3716
3864
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3717
3865
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3718
3866
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3756,9 +3904,11 @@ export interface operations {
3756
3904
  "Content-Type": components["parameters"]["Content-Type"];
3757
3905
  /** @description The `Date` header field indicates the date when the request was sent. */
3758
3906
  Date: components["parameters"]["Date"];
3759
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3907
+ /**
3908
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3760
3909
  *
3761
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3910
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3911
+ */
3762
3912
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3763
3913
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3764
3914
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3772,9 +3922,11 @@ export interface operations {
3772
3922
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3773
3923
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3774
3924
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3775
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3925
+ /**
3926
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3776
3927
  *
3777
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3928
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3929
+ */
3778
3930
  "Content-Length"?: components["parameters"]["Content-Length"];
3779
3931
  };
3780
3932
  path: {
@@ -3805,17 +3957,21 @@ export interface operations {
3805
3957
  parameters: {
3806
3958
  query?: never;
3807
3959
  header: {
3808
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3960
+ /**
3961
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3809
3962
  *
3810
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
3963
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
3964
+ */
3811
3965
  "Content-Length"?: components["parameters"]["Content-Length"];
3812
3966
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3813
3967
  "Content-Type": components["parameters"]["Content-Type"];
3814
3968
  /** @description The `Date` header field indicates the date when the request was sent. */
3815
3969
  Date: components["parameters"]["Date"];
3816
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3970
+ /**
3971
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3817
3972
  *
3818
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
3973
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
3974
+ */
3819
3975
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3820
3976
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3821
3977
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3860,17 +4016,21 @@ export interface operations {
3860
4016
  header: {
3861
4017
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
3862
4018
  Accept: components["parameters"]["Accept"];
3863
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4019
+ /**
4020
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3864
4021
  *
3865
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
4022
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
4023
+ */
3866
4024
  "Content-Length"?: components["parameters"]["Content-Length"];
3867
4025
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
3868
4026
  "Content-Type": components["parameters"]["Content-Type"];
3869
4027
  /** @description The `Date` header field indicates the date when the request was sent. */
3870
4028
  Date: components["parameters"]["Date"];
3871
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4029
+ /**
4030
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3872
4031
  *
3873
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4032
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4033
+ */
3874
4034
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3875
4035
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3876
4036
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3914,9 +4074,11 @@ export interface operations {
3914
4074
  "Content-Type": components["parameters"]["Content-Type"];
3915
4075
  /** @description The `Date` header field indicates the date when the request was sent. */
3916
4076
  Date: components["parameters"]["Date"];
3917
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4077
+ /**
4078
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3918
4079
  *
3919
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4080
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4081
+ */
3920
4082
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3921
4083
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3922
4084
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3960,9 +4122,11 @@ export interface operations {
3960
4122
  "Content-Type": components["parameters"]["Content-Type"];
3961
4123
  /** @description The `Date` header field indicates the date when the request was sent. */
3962
4124
  Date: components["parameters"]["Date"];
3963
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4125
+ /**
4126
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
3964
4127
  *
3965
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4128
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4129
+ */
3966
4130
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
3967
4131
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
3968
4132
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -3976,9 +4140,11 @@ export interface operations {
3976
4140
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
3977
4141
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
3978
4142
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
3979
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4143
+ /**
4144
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
3980
4145
  *
3981
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
4146
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
4147
+ */
3982
4148
  "Content-Length"?: components["parameters"]["Content-Length"];
3983
4149
  };
3984
4150
  path: {
@@ -4009,17 +4175,21 @@ export interface operations {
4009
4175
  parameters: {
4010
4176
  query?: never;
4011
4177
  header: {
4012
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4178
+ /**
4179
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4013
4180
  *
4014
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
4181
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
4182
+ */
4015
4183
  "Content-Length"?: components["parameters"]["Content-Length"];
4016
4184
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
4017
4185
  "Content-Type": components["parameters"]["Content-Type"];
4018
4186
  /** @description The `Date` header field indicates the date when the request was sent. */
4019
4187
  Date: components["parameters"]["Date"];
4020
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4188
+ /**
4189
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4021
4190
  *
4022
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4191
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4192
+ */
4023
4193
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
4024
4194
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
4025
4195
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -4064,17 +4234,21 @@ export interface operations {
4064
4234
  header: {
4065
4235
  /** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
4066
4236
  Accept: components["parameters"]["Accept"];
4067
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4237
+ /**
4238
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4068
4239
  *
4069
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
4240
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
4241
+ */
4070
4242
  "Content-Length"?: components["parameters"]["Content-Length"];
4071
4243
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
4072
4244
  "Content-Type": components["parameters"]["Content-Type"];
4073
4245
  /** @description The `Date` header field indicates the date when the request was sent. */
4074
4246
  Date: components["parameters"]["Date"];
4075
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4247
+ /**
4248
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4076
4249
  *
4077
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4250
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4251
+ */
4078
4252
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
4079
4253
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
4080
4254
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -4118,9 +4292,11 @@ export interface operations {
4118
4292
  "Content-Type": components["parameters"]["Content-Type"];
4119
4293
  /** @description The `Date` header field indicates the date when the request was sent. */
4120
4294
  Date: components["parameters"]["Date"];
4121
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4295
+ /**
4296
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4122
4297
  *
4123
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4298
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4299
+ */
4124
4300
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
4125
4301
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
4126
4302
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -4164,9 +4340,11 @@ export interface operations {
4164
4340
  "Content-Type": components["parameters"]["Content-Type"];
4165
4341
  /** @description The `Date` header field indicates the date when the request was sent. */
4166
4342
  Date: components["parameters"]["Date"];
4167
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4343
+ /**
4344
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4168
4345
  *
4169
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4346
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4347
+ */
4170
4348
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
4171
4349
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
4172
4350
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];
@@ -4180,9 +4358,11 @@ export interface operations {
4180
4358
  "FSPIOP-URI"?: components["parameters"]["FSPIOP-URI"];
4181
4359
  /** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
4182
4360
  "FSPIOP-HTTP-Method"?: components["parameters"]["FSPIOP-HTTP-Method"];
4183
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4361
+ /**
4362
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4184
4363
  *
4185
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
4364
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
4365
+ */
4186
4366
  "Content-Length"?: components["parameters"]["Content-Length"];
4187
4367
  };
4188
4368
  path: {
@@ -4213,17 +4393,21 @@ export interface operations {
4213
4393
  parameters: {
4214
4394
  query?: never;
4215
4395
  header: {
4216
- /** @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4396
+ /**
4397
+ * @description The `Content-Length` header field indicates the anticipated size of the payload body. Only sent if there is a body.
4217
4398
  *
4218
- * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes). */
4399
+ * **Note:** The API supports a maximum size of 5242880 bytes (5 Megabytes).
4400
+ */
4219
4401
  "Content-Length"?: components["parameters"]["Content-Length"];
4220
4402
  /** @description The `Content-Type` header indicates the specific version of the API used to send the payload body. */
4221
4403
  "Content-Type": components["parameters"]["Content-Type"];
4222
4404
  /** @description The `Date` header field indicates the date when the request was sent. */
4223
4405
  Date: components["parameters"]["Date"];
4224
- /** @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4406
+ /**
4407
+ * @description The `X-Forwarded-For` header field is an unofficially accepted standard used for informational purposes of the originating client IP address, as a request might pass multiple proxies, firewalls, and so on. Multiple `X-Forwarded-For` values should be expected and supported by implementers of the API.
4225
4408
  *
4226
- * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`. */
4409
+ * **Note:** An alternative to `X-Forwarded-For` is defined in [RFC 7239](https://tools.ietf.org/html/rfc7239). However, to this point RFC 7239 is less-used and supported than `X-Forwarded-For`.
4410
+ */
4227
4411
  "X-Forwarded-For"?: components["parameters"]["X-Forwarded-For"];
4228
4412
  /** @description The `FSPIOP-Source` header field is a non-HTTP standard field used by the API for identifying the sender of the HTTP request. The field should be set by the original sender of the request. Required for routing and signature verification (see header field `FSPIOP-Signature`). */
4229
4413
  "FSPIOP-Source": components["parameters"]["FSPIOP-Source"];