@mojaloop/api-snippets 13.0.11 → 14.0.0-snapshot.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.
- package/CODEOWNERS +2 -1
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +87 -87
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +56 -56
- package/docs/thirdparty-openapi3-snippets.yaml +59 -59
- package/lib/fspiop/v1_0/openapi.d.ts +3726 -2240
- package/lib/fspiop/v1_1/openapi.d.ts +3152 -1628
- package/lib/thirdparty/openapi.d.ts +24161 -17390
- package/package.json +46 -39
- package/{tests → test}/automock/automock.test.ts +5 -7
- package/{tests → test}/dto/thirdparty.test.ts +31 -27
- package/{tests → test}/dto/v1_0.test.ts +0 -0
- package/{tests → test}/dto/v1_1.test.ts +0 -0
- package/tsconfig.build.json +22 -0
- package/tsconfig.eslint.json +0 -15
package/CODEOWNERS
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
* @kleyow @elnyry-sam-k @lewisdaly @vijayg10 @mdebarros
|
|
2
|
+
|
|
1
3
|
# This is a comment.
|
|
2
4
|
# Each line is a file pattern followed by one or more owners.
|
|
3
5
|
|
|
@@ -6,7 +8,6 @@
|
|
|
6
8
|
## @global-owner1 and @global-owner2 will be requested for
|
|
7
9
|
## review when someone opens a pull request.
|
|
8
10
|
#* @global-owner1 @global-owner2
|
|
9
|
-
* @kleyow @elnyry-sam-k @lewisdaly @vijayg10
|
|
10
11
|
|
|
11
12
|
## Order is important; the last matching pattern takes the most
|
|
12
13
|
## precedence. When someone opens a pull request that only
|