@drxsuperapp/sdk 1.1.233 → 1.1.234

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
@@ -494,21 +494,20 @@
494
494
  # https://opencollective.com/openapi_generator/donate #
495
495
  ################################################################################
496
496
  ✅ SDK generated
497
- On branch master
498
- Your branch is up to date with 'origin/master'.
499
-
500
- nothing to commit, working tree clean
501
- Everything up-to-date
497
+ [master 049df69] VPS: Generated API SDK
498
+ 1 file changed, 3 insertions(+), 3 deletions(-)
499
+ To https://gitlab.com/drx-super/drx-sdk.git
500
+ 9878414..049df69 master -> master
502
501
  ✅ Changes committed and pushed
503
- v1.1.233
502
+ v1.1.234
504
503
  To https://gitlab.com/drx-super/drx-sdk.git
505
- 5dcfabf..9878414 master -> master
504
+ 049df69..6608989 master -> master
506
505
  ✅ Version bumped
507
506
 
508
- > @drxsuperapp/sdk@1.1.233 prepublishOnly
507
+ > @drxsuperapp/sdk@1.1.234 prepublishOnly
509
508
  > npm run build
510
509
 
511
510
 
512
- > @drxsuperapp/sdk@1.1.233 build
511
+ > @drxsuperapp/sdk@1.1.234 build
513
512
  > tsc
514
513
 
@@ -40,7 +40,7 @@ export interface ApiEsportMatchesGetFilterParameter {
40
40
  * @type {ApiPadelMatchesGetFilterParameterName}
41
41
  * @memberof ApiEsportMatchesGetFilterParameter
42
42
  */
43
- beginDate?: ApiPadelMatchesGetFilterParameterName;
43
+ beginAt?: ApiPadelMatchesGetFilterParameterName;
44
44
  }
45
45
  /**
46
46
  * Check if a given object implements the ApiEsportMatchesGetFilterParameter interface.
@@ -30,7 +30,7 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json, ignoreDisc
30
30
  'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
31
31
  'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
32
32
  'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
33
- 'beginDate': json['begin_date'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_date']),
33
+ 'beginAt': json['begin_at'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_at']),
34
34
  };
35
35
  }
36
36
  export function ApiEsportMatchesGetFilterParameterToJSON(json) {
@@ -44,6 +44,6 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value, ignoreDiscr
44
44
  'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
45
45
  'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
46
46
  'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
47
- 'begin_date': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginDate']),
47
+ 'begin_at': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginAt']),
48
48
  };
49
49
  }
@@ -57,7 +57,7 @@ export interface ApiEsportMatchesGetFilterParameter {
57
57
  * @type {ApiPadelMatchesGetFilterParameterName}
58
58
  * @memberof ApiEsportMatchesGetFilterParameter
59
59
  */
60
- beginDate?: ApiPadelMatchesGetFilterParameterName;
60
+ beginAt?: ApiPadelMatchesGetFilterParameterName;
61
61
  }
62
62
 
63
63
  /**
@@ -80,7 +80,7 @@ export function ApiEsportMatchesGetFilterParameterFromJSONTyped(json: any, ignor
80
80
  'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
81
81
  'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
82
82
  'videogameId': json['videogame_id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['videogame_id']),
83
- 'beginDate': json['begin_date'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_date']),
83
+ 'beginAt': json['begin_at'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['begin_at']),
84
84
  };
85
85
  }
86
86
 
@@ -98,7 +98,7 @@ export function ApiEsportMatchesGetFilterParameterToJSONTyped(value?: ApiEsportM
98
98
  'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
99
99
  'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
100
100
  'videogame_id': ApiPadelMatchesGetFilterParameterIdToJSON(value['videogameId']),
101
- 'begin_date': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginDate']),
101
+ 'begin_at': ApiPadelMatchesGetFilterParameterNameToJSON(value['beginAt']),
102
102
  };
103
103
  }
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.233",
3
+ "version": "1.1.234",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {