|
7 | 7 | }, |
8 | 8 | "scripts": { |
9 | 9 | "build:ocpi:2.2.1": "npm run build:ocpi:credentials:2.2.1 && npm run build:ocpi:versions:2.2.1 && npm run build:ocpi:cdrs-receiver:2.2.1 && npm run build:ocpi:cdrs-sender:2.2.1 && npm run build:ocpi:chargingprofiles-receiver:2.2.1 && npm run build:ocpi:chargingprofiles-sender:2.2.1 && npm run build:ocpi:commands-receiver:2.2.1 && npm run build:ocpi:commands-sender:2.2.1 && npm run build:ocpi:hubclientinfo-receiver:2.2.1 && npm run build:ocpi:hubclientinfo-sender:2.2.1 && npm run build:ocpi:locations-receiver:2.2.1 && npm run build:ocpi:locations-sender:2.2.1 && npm run build:ocpi:sessions-receiver:2.2.1 && npm run build:ocpi:sessions-sender:2.2.1 && npm run build:ocpi:tariffs-receiver:2.2.1 && npm run build:ocpi:tariffs-sender:2.2.1 && npm run build:ocpi:tokens-receiver:2.2.1 && npm run build:ocpi:tokens-sender:2.2.1", |
10 | | - "build:ocpi:2.3.0": "npm run build:ocpi:credentials:2.3.0 && npm run build:ocpi:versions:2.3.0 && npm run build:ocpi:cdrs-receiver:2.3.0 && npm run build:ocpi:cdrs-sender:2.3.0 && npm run build:ocpi:chargingprofiles-receiver:2.3.0 && npm run build:ocpi:chargingprofiles-sender:2.3.0 && npm run build:ocpi:commands-receiver:2.3.0 && npm run build:ocpi:commands-sender:2.3.0 && npm run build:ocpi:hubclientinfo-receiver:2.3.0 && npm run build:ocpi:hubclientinfo-sender:2.3.0 && npm run build:ocpi:locations-receiver:2.3.0 && npm run build:ocpi:locations-sender:2.3.0 && npm run build:ocpi:sessions-receiver:2.3.0 && npm run build:ocpi:sessions-sender:2.3.0 && npm run build:ocpi:tariffs-receiver:2.3.0 && npm run build:ocpi:tariffs-sender:2.3.0 && npm run build:ocpi:tokens-receiver:2.3.0 && npm run build:ocpi:tokens-sender:2.3.0", |
11 | | - |
| 10 | + "build:ocpi:2.3.0": "npm run build:ocpi:credentials:2.3.0 && npm run build:ocpi:versions:2.3.0 && npm run build:ocpi:booking-receiver:2.3.0 && npm run build:ocpi:booking-sender:2.3.0 && npm run build:ocpi:cdrs-receiver:2.3.0 && npm run build:ocpi:cdrs-sender:2.3.0 && npm run build:ocpi:chargingprofiles-receiver:2.3.0 && npm run build:ocpi:chargingprofiles-sender:2.3.0 && npm run build:ocpi:commands-receiver:2.3.0 && npm run build:ocpi:commands-sender:2.3.0 && npm run build:ocpi:hubclientinfo-receiver:2.3.0 && npm run build:ocpi:hubclientinfo-sender:2.3.0 && npm run build:ocpi:locations-receiver:2.3.0 && npm run build:ocpi:locations-sender:2.3.0 && npm run build:ocpi:payments-receiver:2.3.0 && npm run build:ocpi:payments-sender:2.3.0 && npm run build:ocpi:sessions-receiver:2.3.0 && npm run build:ocpi:sessions-sender:2.3.0 && npm run build:ocpi:tariffs-receiver:2.3.0 && npm run build:ocpi:tariffs-sender:2.3.0 && npm run build:ocpi:tokens-receiver:2.3.0 && npm run build:ocpi:tokens-sender:2.3.0", |
12 | 11 | "build:ocpi:credentials:2.2.1": "redocly build-docs ocpi-credentials@2.2.1 --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/modules/credentials/interface.html", |
13 | 12 | "build:ocpi:versions:2.2.1": "redocly build-docs ocpi-versions@2.2.1 --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/modules/versions/interface.html", |
14 | 13 | "build:ocpi:cdrs-receiver:2.2.1": "redocly build-docs ocpi-cdrs-receiver@2.2.1 --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/modules/cdrs/receiver.html", |
|
27 | 26 | "build:ocpi:tariffs-sender:2.2.1": "redocly build-docs ocpi-tariffs-sender@2.2.1 --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/modules/tariffs/sender.html", |
28 | 27 | "build:ocpi:tokens-receiver:2.2.1": "redocly build-docs ocpi-tokens-receiver@2.2.1 --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/modules/tokens/receiver.html", |
29 | 28 | "build:ocpi:tokens-sender:2.2.1": "redocly build-docs ocpi-tokens-sender@2.2.1 --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/modules/tokens/sender.html", |
30 | | - |
31 | 29 | "bundle:ocpi:cpo:2.2.1": "redocly join --without-x-tag-groups ocpi/2.2.1/cpo-specification.yaml ocpi/2.2.1/modules/credentials/interface.yaml ocpi/2.2.1/modules/versions/interface.yaml ocpi/2.2.1/modules/locations/sender-interface.yaml ocpi/2.2.1/modules/sessions/sender-interface.yaml ocpi/2.2.1/modules/cdrs/sender-interface.yaml ocpi/2.2.1/modules/tariffs/sender-interface.yaml ocpi/2.2.1/modules/tokens/receiver-interface.yaml ocpi/2.2.1/modules/commands/receiver-interface.yaml ocpi/2.2.1/modules/chargingprofiles/receiver-interface.yaml -o dist/ocpi/2.2.1/cpo-interface.yaml", |
32 | 30 | "bundle:ocpi:msp:2.2.1": "redocly join --without-x-tag-groups ocpi/2.2.1/msp-specification.yaml ocpi/2.2.1/modules/credentials/interface.yaml ocpi/2.2.1/modules/versions/interface.yaml ocpi/2.2.1/modules/locations/receiver-interface.yaml ocpi/2.2.1/modules/sessions/receiver-interface.yaml ocpi/2.2.1/modules/cdrs/receiver-interface.yaml ocpi/2.2.1/modules/tariffs/receiver-interface.yaml ocpi/2.2.1/modules/tokens/sender-interface.yaml ocpi/2.2.1/modules/commands/sender-interface.yaml ocpi/2.2.1/modules/chargingprofiles/sender-interface.yaml -o dist/ocpi/2.2.1/msp-interface.yaml", |
33 | 31 | "bundle:ocpi:hub:2.2.1": "redocly join --without-x-tag-groups ocpi/2.2.1/hub-specification.yaml ocpi/2.2.1/modules/hubclientinfo/sender-interface.yaml -o dist/ocpi/2.2.1/hub-interface.yaml", |
34 | | - |
35 | 32 | "build:ocpi:cpo:2.2.1": "npm run bundle:ocpi:cpo:2.2.1 && redocly build-docs dist/ocpi/2.2.1/cpo-interface.yaml --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/cpo-interface.html", |
36 | 33 | "build:ocpi:msp:2.2.1": "npm run bundle:ocpi:msp:2.2.1 && redocly build-docs dist/ocpi/2.2.1/msp-interface.yaml --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/msp-interface.html", |
37 | 34 | "build:ocpi:hub:2.2.1": "npm run bundle:ocpi:hub:2.2.1 && redocly build-docs dist/ocpi/2.2.1/hub-interface.yaml --config ocpi/2.2.1/redocly.yaml -o dist/ocpi/2.2.1/hub-interface.html", |
38 | | - |
39 | 35 | "build:ocpi:credentials:2.3.0": "redocly build-docs ocpi-credentials@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/credentials/interface.html", |
40 | 36 | "build:ocpi:versions:2.3.0": "redocly build-docs ocpi-versions@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/versions/interface.html", |
| 37 | + "build:ocpi:booking-receiver:2.3.0": "redocly build-docs ocpi-booking-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/booking/receiver.html", |
| 38 | + "build:ocpi:booking-sender:2.3.0": "redocly build-docs ocpi-booking-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/booking/sender.html", |
41 | 39 | "build:ocpi:cdrs-receiver:2.3.0": "redocly build-docs ocpi-cdrs-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/cdrs/receiver.html", |
42 | 40 | "build:ocpi:cdrs-sender:2.3.0": "redocly build-docs ocpi-cdrs-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/cdrs/sender.html", |
43 | 41 | "build:ocpi:chargingprofiles-receiver:2.3.0": "redocly build-docs ocpi-chargingprofiles-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/chargingprofiles/receiver.html", |
|
48 | 46 | "build:ocpi:hubclientinfo-sender:2.3.0": "redocly build-docs ocpi-hubclientinfo-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/hubclientinfo/sender.html", |
49 | 47 | "build:ocpi:locations-receiver:2.3.0": "redocly build-docs ocpi-locations-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/locations/receiver.html", |
50 | 48 | "build:ocpi:locations-sender:2.3.0": "redocly build-docs ocpi-locations-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/locations/sender.html", |
| 49 | + "build:ocpi:payments-receiver:2.3.0": "redocly build-docs ocpi-payments-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/payments/receiver.html", |
| 50 | + "build:ocpi:payments-sender:2.3.0": "redocly build-docs ocpi-payments-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/payments/sender.html", |
51 | 51 | "build:ocpi:sessions-receiver:2.3.0": "redocly build-docs ocpi-sessions-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/sessions/receiver.html", |
52 | 52 | "build:ocpi:sessions-sender:2.3.0": "redocly build-docs ocpi-sessions-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/sessions/sender.html", |
53 | 53 | "build:ocpi:tariffs-receiver:2.3.0": "redocly build-docs ocpi-tariffs-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/tariffs/receiver.html", |
54 | 54 | "build:ocpi:tariffs-sender:2.3.0": "redocly build-docs ocpi-tariffs-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/tariffs/sender.html", |
55 | 55 | "build:ocpi:tokens-receiver:2.3.0": "redocly build-docs ocpi-tokens-receiver@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/tokens/receiver.html", |
56 | 56 | "build:ocpi:tokens-sender:2.3.0": "redocly build-docs ocpi-tokens-sender@2.3.0 --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/modules/tokens/sender.html", |
57 | | - |
58 | 57 | "bundle:ocpi:cpo:2.3.0": "redocly join --without-x-tag-groups ocpi/2.3.0/cpo-specification.yaml ocpi/2.3.0/modules/credentials/interface.yaml ocpi/2.3.0/modules/versions/interface.yaml ocpi/2.3.0/modules/locations/sender-interface.yaml ocpi/2.3.0/modules/sessions/sender-interface.yaml ocpi/2.3.0/modules/cdrs/sender-interface.yaml ocpi/2.3.0/modules/tariffs/sender-interface.yaml ocpi/2.3.0/modules/tokens/receiver-interface.yaml ocpi/2.3.0/modules/commands/receiver-interface.yaml ocpi/2.3.0/modules/chargingprofiles/receiver-interface.yaml -o dist/ocpi/2.3.0/cpo-interface.yaml", |
59 | 58 | "bundle:ocpi:msp:2.3.0": "redocly join --without-x-tag-groups ocpi/2.3.0/msp-specification.yaml ocpi/2.3.0/modules/credentials/interface.yaml ocpi/2.3.0/modules/versions/interface.yaml ocpi/2.3.0/modules/locations/receiver-interface.yaml ocpi/2.3.0/modules/sessions/receiver-interface.yaml ocpi/2.3.0/modules/cdrs/receiver-interface.yaml ocpi/2.3.0/modules/tariffs/receiver-interface.yaml ocpi/2.3.0/modules/tokens/sender-interface.yaml ocpi/2.3.0/modules/commands/sender-interface.yaml ocpi/2.3.0/modules/chargingprofiles/sender-interface.yaml -o dist/ocpi/2.3.0/msp-interface.yaml", |
60 | 59 | "bundle:ocpi:hub:2.3.0": "redocly join --without-x-tag-groups ocpi/2.3.0/hub-specification.yaml ocpi/2.3.0/modules/hubclientinfo/sender-interface.yaml -o dist/ocpi/2.3.0/hub-interface.yaml", |
61 | | - |
62 | 60 | "build:ocpi:cpo:2.3.0": "npm run bundle:ocpi:cpo:2.3.0 && redocly build-docs dist/ocpi/2.3.0/cpo-interface.yaml --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/cpo-interface.html", |
63 | 61 | "build:ocpi:msp:2.3.0": "npm run bundle:ocpi:msp:2.3.0 && redocly build-docs dist/ocpi/2.3.0/msp-interface.yaml --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/msp-interface.html", |
64 | 62 | "build:ocpi:hub:2.3.0": "npm run bundle:ocpi:hub:2.3.0 && redocly build-docs dist/ocpi/2.3.0/hub-interface.yaml --config ocpi/2.3.0/redocly.yaml -o dist/ocpi/2.3.0/hub-interface.html" |
|
0 commit comments