Skip to content

Commit

Permalink
fix: fsp id validation (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev authored Jul 30, 2024
1 parent ba1188d commit c908e94
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 37 deletions.
27 changes: 21 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@mojaloop/central-services-stream": "11.3.1",
"@mojaloop/database-lib": "11.0.6",
"@mojaloop/event-sdk": "14.1.1",
"@mojaloop/inter-scheme-proxy-cache-lib": "^1.4.0",
"@mojaloop/inter-scheme-proxy-cache-lib": "^2.2.0",
"@mojaloop/ml-number": "11.2.4",
"@mojaloop/object-store-lib": "12.0.3",
"@now-ims/hapi-now-auth": "2.1.0",
Expand Down
30 changes: 0 additions & 30 deletions src/api/interface/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand All @@ -413,9 +410,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -451,9 +445,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -672,9 +663,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -710,9 +698,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -926,9 +911,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -988,9 +970,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -1026,9 +1005,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -1071,9 +1047,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down Expand Up @@ -1118,9 +1091,6 @@
"description": "Name of the participant",
"minLength": 2,
"maxLength": 30,
"x-format": {
"alphanum": true
},
"name": "name",
"in": "path",
"required": true
Expand Down

0 comments on commit c908e94

Please sign in to comment.