@drxsuperapp/sdk 1.1.233 → 1.1.235

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
@@ -500,15 +500,15 @@ Your branch is up to date with 'origin/master'.
500
500
  nothing to commit, working tree clean
501
501
  Everything up-to-date
502
502
  ✅ Changes committed and pushed
503
- v1.1.233
503
+ v1.1.235
504
504
  To https://gitlab.com/drx-super/drx-sdk.git
505
- 5dcfabf..9878414 master -> master
505
+ 6608989..9aea365 master -> master
506
506
  ✅ Version bumped
507
507
 
508
- > @drxsuperapp/sdk@1.1.233 prepublishOnly
508
+ > @drxsuperapp/sdk@1.1.235 prepublishOnly
509
509
  > npm run build
510
510
 
511
511
 
512
- > @drxsuperapp/sdk@1.1.233 build
512
+ > @drxsuperapp/sdk@1.1.235 build
513
513
  > tsc
514
514
 
@@ -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.235",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {