Skip to content

Commit

Permalink
fix(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Jul 24, 2024
1 parent b7806d4 commit 7e66b57
Show file tree
Hide file tree
Showing 9 changed files with 3,852 additions and 5,176 deletions.
6 changes: 3 additions & 3 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extension": [
"ts"
"ts"
],
"spec": "test/**/*.spec.ts",
"require": "ts-node/register",
"node-option": [
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
]
}
46 changes: 11 additions & 35 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
"offsetStoreInterval": 1000,
"db-indexes": {
"db-offsetStore": 0,
"db-subject": 4,
"db-orderStore": 9
"db-subject": 4
}
},
"fieldHandlers": {
"timeStampFields": ["meta.created", "meta.modified"]
"timeStampFields": [
"meta.created",
"meta.modified"
]
},
"events": {
"enableEvents": true,
Expand Down Expand Up @@ -83,10 +85,10 @@
"orderSubmitted": {
"messageObject": "io.restorecommerce.order.Order"
},
"orderInProcess": {
"orderPending": {
"messageObject": "io.restorecommerce.order.Order"
},
"orderDone": {
"orderCompleted": {
"messageObject": "io.restorecommerce.order.Order"
},
"orderWithdrawn": {
Expand All @@ -105,10 +107,10 @@
"restoreCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"healthCheckCommand": {
"resetCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"resetCommand": {
"healthCheckCommand": {
"messageObject": "io.restorecommerce.commandinterface.CommandRequest"
},
"healthCheckResponse": {
Expand Down Expand Up @@ -209,13 +211,7 @@
"disabled": false,
"address": "localhost:50067",
"createOnSubmit": true,
"cleanupPostSubmit": true,
"users": {
"tech_user": {
"id": "tech-user",
"token": "123099ffc93b44f6b4a81b1e5589b642"
}
}
"cleanupPostSubmit": true
},
"fulfillment_product": {
"disabled": false,
Expand All @@ -225,13 +221,7 @@
"disabled": true,
"address": "localhost:50077",
"createOnSubmit": true,
"cleanupPostSubmit": true,
"users": {
"tech_user": {
"id": "tech_user",
"token": "123099ffc93b44f6b4a81b1e5589b642"
}
}
"cleanupPostSubmit": true
}
},
"server": {
Expand Down Expand Up @@ -338,20 +328,6 @@
"message": "Query limit 1000 for {entity} exhausted!"
}
},
"errors": {
"INVALID_CREDENTIALS": {
"code": 401,
"message": "Invalid credentials"
},
"USER_NOT_LOGGED_IN": {
"code": 401,
"message": "Invalid authentication context, please log in first"
},
"ACTION_NOT_ALLOWED": {
"code": 403,
"message": "Action not allowed on this resource"
}
},
"preDefinedIds": {
"legalAddressTypeId": "legal"
}
Expand Down
Loading

0 comments on commit 7e66b57

Please sign in to comment.