Skip to content

Commit ccd0762

Browse files
committed
OCPI 2.3.0 added payment and booking module to deploy configuration
1 parent e8d827c commit ccd0762

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
},
88
"scripts": {
99
"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",
1211
"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",
1312
"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",
1413
"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,17 +26,16 @@
2726
"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",
2827
"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",
2928
"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-
3129
"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",
3230
"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",
3331
"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-
3532
"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",
3633
"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",
3734
"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-
3935
"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",
4036
"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",
4139
"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",
4240
"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",
4341
"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,17 +46,17 @@
4846
"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",
4947
"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",
5048
"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",
5151
"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",
5252
"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",
5353
"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",
5454
"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",
5555
"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",
5656
"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-
5857
"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",
5958
"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",
6059
"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-
6260
"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",
6361
"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",
6462
"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

Comments
 (0)