@drxsuperapp/sdk 1.1.273 → 1.1.274

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.
package/deploy.log CHANGED
@@ -559,20 +559,20 @@
559
559
  # https://opencollective.com/openapi_generator/donate #
560
560
  ################################################################################
561
561
  ✅ SDK generated
562
- [master 831b9e6] VPS: Generated API SDK
562
+ [master 23ddb33] VPS: Generated API SDK
563
563
  1 file changed, 4 insertions(+), 4 deletions(-)
564
564
  To https://gitlab.com/drx-super/drx-sdk.git
565
- 5c39186..831b9e6 master -> master
565
+ fb69a1f..23ddb33 master -> master
566
566
  ✅ Changes committed and pushed
567
- v1.1.273
567
+ v1.1.274
568
568
  To https://gitlab.com/drx-super/drx-sdk.git
569
- 831b9e6..fb69a1f master -> master
569
+ 23ddb33..f7dec55 master -> master
570
570
  ✅ Version bumped
571
571
 
572
- > @drxsuperapp/sdk@1.1.273 prepublishOnly
572
+ > @drxsuperapp/sdk@1.1.274 prepublishOnly
573
573
  > npm run build
574
574
 
575
575
 
576
- > @drxsuperapp/sdk@1.1.273 build
576
+ > @drxsuperapp/sdk@1.1.274 build
577
577
  > tsc
578
578
 
@@ -30,8 +30,8 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json, ignoreDisc
30
30
  return {
31
31
  'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
32
32
  'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
33
- 'videogameId': json['videogameId'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogameId']),
34
- 'beginAt': json['beginAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['beginAt']),
33
+ 'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
34
+ 'beginAt': json['begin_at'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['begin_at']),
35
35
  };
36
36
  }
37
37
  export function ApiEsportMatchesGetFilterParameterToJSON(json) {
@@ -44,7 +44,7 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value, ignoreDiscr
44
44
  return {
45
45
  'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
46
46
  'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
47
- 'videogameId': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
48
- 'beginAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['beginAt']),
47
+ 'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
48
+ 'begin_at': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['beginAt']),
49
49
  };
50
50
  }
@@ -86,8 +86,8 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json: any, ignor
86
86
 
87
87
  'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
88
88
  'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
89
- 'videogameId': json['videogameId'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogameId']),
90
- 'beginAt': json['beginAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['beginAt']),
89
+ 'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
90
+ 'beginAt': json['begin_at'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['begin_at']),
91
91
  };
92
92
  }
93
93
 
@@ -104,8 +104,8 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value?: ApiEsportM
104
104
 
105
105
  'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
106
106
  'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
107
- 'videogameId': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
108
- 'beginAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['beginAt']),
107
+ 'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
108
+ 'begin_at': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['beginAt']),
109
109
  };
110
110
  }
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.273",
3
+ "version": "1.1.274",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {