rsl-api-106 106.345.0 → 106.350.0

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.
@@ -10,8 +10,8 @@ const getNeobookingTranslationsQuery = () => {
10
10
  ) {
11
11
  getNeobookingTranslations(session: $session, input: $input) {
12
12
  translations {
13
- codeLanguage
14
- labelLanguage
13
+ code
14
+ label
15
15
  languageVars {
16
16
  code
17
17
  value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rsl-api-106",
3
- "version": "106.345.0",
3
+ "version": "106.350.0",
4
4
  "description": "TypeScript NPM Module for Resalys's GraphQL API (106)",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {