@defra-fish/recurring-payments-job 1.64.0-rc.6 → 1.64.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -15
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,21 +8,13 @@ When the RP job runs, all RP entries with an nextDueDate of the current date, a
8
8
 
9
9
  # Environment variables
10
10
 
11
- | name | description | required | default | valid | notes |
12
- | ------------------------------ | --------------------------------------------------------------- | :------: | ------------------- | ----------------------------- | --------------------------------------------------------------------------------- | --- |
13
- | NODE_ENV | Node environment | no | | development, test, production | |
14
- | RUN_RECURRING_PAYMENTS | Determine whether to run recurring payments job or not | yes | | | |
15
- | SALES_API_URL | URL for the sales API | no | http://0.0.0.0:4000 | | |
16
- | SALES_API_TIMEOUT_MS | The timeout in milliseconds requests to the API | no | 10000 | | |
17
- | OAUTH_AUTHORITY_HOST_URL | OAuth 2.0 authority host | yes | | | |
18
- | OAUTH_TENANT | OAuth 2.0 tenant | yes | | | |
19
- | OAUTH_CLIENT_ID | OAuth 2.0 client ID for client credentials flow | yes | | | |
20
- | OAUTH_CLIENT_SECRET | OAuth 2.0 client secret for client credentials flow | yes | | | |
21
- | OAUTH_SCOPE | OAuth 2.0 scope to request (client credentials resource) | yes | | | |
22
- | DYNAMICS_API_PATH | Full URL to the Dynamics API | yes | | | The full URL to the dynamics web api. e.g. https://dynamics-server/api/data/v9.1/ |
23
- | DYNAMICS_API_VERSION | The version of the Dynamics API | yes | | | The version of the dynamics web api. e.g. 9.1 |
24
- | 1 |
25
- | RECURRING_PAYMENTS_LOCAL_DELAY | Delay for running recurring payments until sales api is running | no | | | | |
11
+ | name | description | required | default | valid | notes |
12
+ | ------------------------------ | --------------------------------------------------------------- | :------: | ------------------- | ----------------------------- | ----- |
13
+ | NODE_ENV | Node environment | no | | development, test, production | |
14
+ | RUN_RECURRING_PAYMENTS | Determine whether to run recurring payments job or not | yes | | | |
15
+ | SALES_API_URL | URL for the sales API | no | http://0.0.0.0:4000 | | |
16
+ | SALES_API_TIMEOUT_MS | The timeout in milliseconds requests to the API | no | 10000 | | |
17
+ | RECURRING_PAYMENTS_LOCAL_DELAY | Delay for running recurring payments until sales api is running | no | | | |
26
18
 
27
19
  ### See also:
28
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/recurring-payments-job",
3
- "version": "1.64.0-rc.6",
3
+ "version": "1.64.0-rc.7",
4
4
  "description": "Rod Licensing Recurring Payments Job",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,11 +36,11 @@
36
36
  "test": "echo \"Error: run tests from root\" && exit 1"
37
37
  },
38
38
  "dependencies": {
39
- "@defra-fish/business-rules-lib": "1.64.0-rc.6",
40
- "@defra-fish/connectors-lib": "1.64.0-rc.6",
39
+ "@defra-fish/business-rules-lib": "1.64.0-rc.7",
40
+ "@defra-fish/connectors-lib": "1.64.0-rc.7",
41
41
  "commander": "7.2.0",
42
42
  "debug": "4.3.3",
43
43
  "moment-timezone": "0.5.34"
44
44
  },
45
- "gitHead": "4ca80d63c58c37122b6fc8903840681202983468"
45
+ "gitHead": "63530ad96e3f2739768c53fb2cd91d9422b13152"
46
46
  }