@drxsuperapp/sdk 1.1.51 → 1.1.53

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.
@@ -23,7 +23,8 @@ models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTeam1Inner.ts
23
23
  models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner.ts
24
24
  models/ApiPadelMatchesGetFilterParameter.ts
25
25
  models/ApiPadelMatchesGetFilterParameterId.ts
26
- models/ApiPadelMatchesGetFilterParameterIdAnyOf.ts
26
+ models/ApiPadelMatchesGetFilterParameterName.ts
27
+ models/ApiPadelMatchesGetFilterParameterPlayedAt.ts
27
28
  models/ApiPadelMatchesIdGet200Response.ts
28
29
  models/ApiPadelMatchesIdGet200ResponseResponseObject.ts
29
30
  models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.ts
package/apis/PadelApi.ts CHANGED
@@ -32,10 +32,10 @@ import {
32
32
  } from '../models/index';
33
33
 
34
34
  export interface ApiPadelMatchesGetRequest {
35
- page?: number | null;
36
- pageSize?: number | null;
37
- filter?: ApiPadelMatchesGetFilterParameter;
35
+ page?: number;
36
+ pageSize?: number;
38
37
  sort?: string;
38
+ filter?: ApiPadelMatchesGetFilterParameter;
39
39
  }
40
40
 
41
41
  export interface ApiPadelMatchesIdGetRequest {
@@ -99,14 +99,14 @@ export class PadelApi extends runtime.BaseAPI {
99
99
  queryParameters['pageSize'] = requestParameters['pageSize'];
100
100
  }
101
101
 
102
- if (requestParameters['filter'] != null) {
103
- queryParameters['filter'] = requestParameters['filter'];
104
- }
105
-
106
102
  if (requestParameters['sort'] != null) {
107
103
  queryParameters['sort'] = requestParameters['sort'];
108
104
  }
109
105
 
106
+ if (requestParameters['filter'] != null) {
107
+ queryParameters['filter'] = requestParameters['filter'];
108
+ }
109
+
110
110
  const headerParameters: runtime.HTTPHeaders = {};
111
111
 
112
112
  if (this.configuration && this.configuration.apiKey) {
package/deploy.log CHANGED
@@ -15,8 +15,9 @@
15
15
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_get_200_response_responseObject_categories_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_categories_list_get_200_response_responseObject_categories_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response_responseObject_categories_inner=NewModel,ModelA=NewModelA in CLI).
16
16
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_categories_list_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
17
17
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_categories_list_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response=NewModel,ModelA=NewModelA in CLI).
18
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_id_anyOf. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_id_anyOf=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_id_anyOf=NewModel,ModelA=NewModelA in CLI).
19
18
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_id. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_id=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_id=NewModel,ModelA=NewModelA in CLI).
19
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_name. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_name=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_name=NewModel,ModelA=NewModelA in CLI).
20
+ [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_playedAt. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter_playedAt=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_playedAt=NewModel,ModelA=NewModelA in CLI).
20
21
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
21
22
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_inner_score_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_score_inner=NewModel,ModelA=NewModelA in CLI).
22
23
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
@@ -55,7 +56,8 @@
55
56
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner.ts
56
57
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameter.ts
57
58
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterId.ts
58
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterIdAnyOf.ts
59
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterName.ts
60
+ [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterPlayedAt.ts
59
61
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200Response.ts
60
62
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObject.ts
61
63
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.ts
@@ -91,21 +93,20 @@
91
93
  # https://opencollective.com/openapi_generator/donate #
92
94
  ################################################################################
93
95
  ✅ SDK generated
94
- On branch master
95
- Your branch is up to date with 'origin/master'.
96
-
97
- nothing to commit, working tree clean
98
- Everything up-to-date
96
+ [master e4eef59] VPS: Generated API SDK
97
+ 1 file changed, 6 insertions(+), 6 deletions(-)
98
+ To https://gitlab.com/drx-super/drx-sdk.git
99
+ 4f4011d..e4eef59 master -> master
99
100
  ✅ Changes committed and pushed
100
- v1.1.51
101
+ v1.1.53
101
102
  To https://gitlab.com/drx-super/drx-sdk.git
102
- 157a15f..0196d37 master -> master
103
+ e4eef59..3d3eb7e master -> master
103
104
  ✅ Version bumped
104
105
 
105
- > @drxsuperapp/sdk@1.1.51 prepublishOnly
106
+ > @drxsuperapp/sdk@1.1.53 prepublishOnly
106
107
  > npm run build
107
108
 
108
109
 
109
- > @drxsuperapp/sdk@1.1.51 build
110
+ > @drxsuperapp/sdk@1.1.53 build
110
111
  > tsc
111
112
 
@@ -12,10 +12,10 @@
12
12
  import * as runtime from '../runtime';
13
13
  import type { ApiPadelCronPointByPointGet200Response, ApiPadelMatchesGet200Response, ApiPadelMatchesGetFilterParameter, ApiPadelMatchesIdGet200Response } from '../models/index';
14
14
  export interface ApiPadelMatchesGetRequest {
15
- page?: number | null;
16
- pageSize?: number | null;
17
- filter?: ApiPadelMatchesGetFilterParameter;
15
+ page?: number;
16
+ pageSize?: number;
18
17
  sort?: string;
18
+ filter?: ApiPadelMatchesGetFilterParameter;
19
19
  }
20
20
  export interface ApiPadelMatchesIdGetRequest {
21
21
  id: string;
@@ -59,12 +59,12 @@ export class PadelApi extends runtime.BaseAPI {
59
59
  if (requestParameters['pageSize'] != null) {
60
60
  queryParameters['pageSize'] = requestParameters['pageSize'];
61
61
  }
62
- if (requestParameters['filter'] != null) {
63
- queryParameters['filter'] = requestParameters['filter'];
64
- }
65
62
  if (requestParameters['sort'] != null) {
66
63
  queryParameters['sort'] = requestParameters['sort'];
67
64
  }
65
+ if (requestParameters['filter'] != null) {
66
+ queryParameters['filter'] = requestParameters['filter'];
67
+ }
68
68
  const headerParameters = {};
69
69
  if (this.configuration && this.configuration.apiKey) {
70
70
  headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
@@ -9,7 +9,9 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { ApiPadelMatchesGetFilterParameterName } from './ApiPadelMatchesGetFilterParameterName';
12
13
  import type { ApiPadelMatchesGetFilterParameterId } from './ApiPadelMatchesGetFilterParameterId';
14
+ import type { ApiPadelMatchesGetFilterParameterPlayedAt } from './ApiPadelMatchesGetFilterParameterPlayedAt';
13
15
  /**
14
16
  *
15
17
  * @export
@@ -30,28 +32,28 @@ export interface ApiPadelMatchesGetFilterParameter {
30
32
  tournamentId?: ApiPadelMatchesGetFilterParameterId;
31
33
  /**
32
34
  *
33
- * @type {string}
35
+ * @type {ApiPadelMatchesGetFilterParameterName}
34
36
  * @memberof ApiPadelMatchesGetFilterParameter
35
37
  */
36
- name?: string;
38
+ name?: ApiPadelMatchesGetFilterParameterName;
37
39
  /**
38
40
  *
39
- * @type {string}
41
+ * @type {ApiPadelMatchesGetFilterParameterPlayedAt}
40
42
  * @memberof ApiPadelMatchesGetFilterParameter
41
43
  */
42
- playedAt?: string;
44
+ playedAt?: ApiPadelMatchesGetFilterParameterPlayedAt;
43
45
  /**
44
46
  *
45
- * @type {string}
47
+ * @type {ApiPadelMatchesGetFilterParameterName}
46
48
  * @memberof ApiPadelMatchesGetFilterParameter
47
49
  */
48
- status?: string;
50
+ category?: ApiPadelMatchesGetFilterParameterName;
49
51
  /**
50
52
  *
51
- * @type {string}
53
+ * @type {ApiPadelMatchesGetFilterParameterName}
52
54
  * @memberof ApiPadelMatchesGetFilterParameter
53
55
  */
54
- category?: string;
56
+ status?: ApiPadelMatchesGetFilterParameterName;
55
57
  }
56
58
  /**
57
59
  * Check if a given object implements the ApiPadelMatchesGetFilterParameter interface.
@@ -11,7 +11,9 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { ApiPadelMatchesGetFilterParameterNameFromJSON, ApiPadelMatchesGetFilterParameterNameToJSON, } from './ApiPadelMatchesGetFilterParameterName';
14
15
  import { ApiPadelMatchesGetFilterParameterIdFromJSON, ApiPadelMatchesGetFilterParameterIdToJSON, } from './ApiPadelMatchesGetFilterParameterId';
16
+ import { ApiPadelMatchesGetFilterParameterPlayedAtFromJSON, ApiPadelMatchesGetFilterParameterPlayedAtToJSON, } from './ApiPadelMatchesGetFilterParameterPlayedAt';
15
17
  /**
16
18
  * Check if a given object implements the ApiPadelMatchesGetFilterParameter interface.
17
19
  */
@@ -28,10 +30,10 @@ export function ApiPadelMatchesGetFilterParameterFromJSONTyped(json, ignoreDiscr
28
30
  return {
29
31
  'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
30
32
  'tournamentId': json['tournamentId'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['tournamentId']),
31
- 'name': json['name'] == null ? undefined : json['name'],
32
- 'playedAt': json['playedAt'] == null ? undefined : json['playedAt'],
33
- 'status': json['status'] == null ? undefined : json['status'],
34
- 'category': json['category'] == null ? undefined : json['category'],
33
+ 'name': json['name'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['name']),
34
+ 'playedAt': json['playedAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['playedAt']),
35
+ 'category': json['category'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['category']),
36
+ 'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
35
37
  };
36
38
  }
37
39
  export function ApiPadelMatchesGetFilterParameterToJSON(json) {
@@ -44,9 +46,9 @@ export function ApiPadelMatchesGetFilterParameterToJSONTyped(value, ignoreDiscri
44
46
  return {
45
47
  'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
46
48
  'tournamentId': ApiPadelMatchesGetFilterParameterIdToJSON(value['tournamentId']),
47
- 'name': value['name'],
48
- 'playedAt': value['playedAt'],
49
- 'status': value['status'],
50
- 'category': value['category'],
49
+ 'name': ApiPadelMatchesGetFilterParameterNameToJSON(value['name']),
50
+ 'playedAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['playedAt']),
51
+ 'category': ApiPadelMatchesGetFilterParameterNameToJSON(value['category']),
52
+ 'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
51
53
  };
52
54
  }
@@ -15,6 +15,12 @@
15
15
  * @interface ApiPadelMatchesGetFilterParameterId
16
16
  */
17
17
  export interface ApiPadelMatchesGetFilterParameterId {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof ApiPadelMatchesGetFilterParameterId
22
+ */
23
+ eq?: number;
18
24
  /**
19
25
  *
20
26
  * @type {number}
@@ -25,6 +25,7 @@ export function ApiPadelMatchesGetFilterParameterIdFromJSONTyped(json, ignoreDis
25
25
  return json;
26
26
  }
27
27
  return {
28
+ 'eq': json['eq'] == null ? undefined : json['eq'],
28
29
  'gt': json['gt'] == null ? undefined : json['gt'],
29
30
  'gte': json['gte'] == null ? undefined : json['gte'],
30
31
  'lt': json['lt'] == null ? undefined : json['lt'],
@@ -39,6 +40,7 @@ export function ApiPadelMatchesGetFilterParameterIdToJSONTyped(value, ignoreDisc
39
40
  return value;
40
41
  }
41
42
  return {
43
+ 'eq': value['eq'],
42
44
  'gt': value['gt'],
43
45
  'gte': value['gte'],
44
46
  'lt': value['lt'],
@@ -0,0 +1,50 @@
1
+ /**
2
+ * DRX API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApiPadelMatchesGetFilterParameterName
16
+ */
17
+ export interface ApiPadelMatchesGetFilterParameterName {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ApiPadelMatchesGetFilterParameterName
22
+ */
23
+ eq?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ApiPadelMatchesGetFilterParameterName
28
+ */
29
+ contains?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof ApiPadelMatchesGetFilterParameterName
34
+ */
35
+ startsWith?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof ApiPadelMatchesGetFilterParameterName
40
+ */
41
+ endsWith?: string;
42
+ }
43
+ /**
44
+ * Check if a given object implements the ApiPadelMatchesGetFilterParameterName interface.
45
+ */
46
+ export declare function instanceOfApiPadelMatchesGetFilterParameterName(value: object): value is ApiPadelMatchesGetFilterParameterName;
47
+ export declare function ApiPadelMatchesGetFilterParameterNameFromJSON(json: any): ApiPadelMatchesGetFilterParameterName;
48
+ export declare function ApiPadelMatchesGetFilterParameterNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesGetFilterParameterName;
49
+ export declare function ApiPadelMatchesGetFilterParameterNameToJSON(json: any): ApiPadelMatchesGetFilterParameterName;
50
+ export declare function ApiPadelMatchesGetFilterParameterNameToJSONTyped(value?: ApiPadelMatchesGetFilterParameterName | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * DRX API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the ApiPadelMatchesGetFilterParameterName interface.
16
+ */
17
+ export function instanceOfApiPadelMatchesGetFilterParameterName(value) {
18
+ return true;
19
+ }
20
+ export function ApiPadelMatchesGetFilterParameterNameFromJSON(json) {
21
+ return ApiPadelMatchesGetFilterParameterNameFromJSONTyped(json, false);
22
+ }
23
+ export function ApiPadelMatchesGetFilterParameterNameFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'eq': json['eq'] == null ? undefined : json['eq'],
29
+ 'contains': json['contains'] == null ? undefined : json['contains'],
30
+ 'startsWith': json['startsWith'] == null ? undefined : json['startsWith'],
31
+ 'endsWith': json['endsWith'] == null ? undefined : json['endsWith'],
32
+ };
33
+ }
34
+ export function ApiPadelMatchesGetFilterParameterNameToJSON(json) {
35
+ return ApiPadelMatchesGetFilterParameterNameToJSONTyped(json, false);
36
+ }
37
+ export function ApiPadelMatchesGetFilterParameterNameToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'eq': value['eq'],
43
+ 'contains': value['contains'],
44
+ 'startsWith': value['startsWith'],
45
+ 'endsWith': value['endsWith'],
46
+ };
47
+ }
@@ -0,0 +1,44 @@
1
+ /**
2
+ * DRX API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ApiPadelMatchesGetFilterParameterPlayedAt
16
+ */
17
+ export interface ApiPadelMatchesGetFilterParameterPlayedAt {
18
+ /**
19
+ * Exact date match (e.g., ?eq=2025-06-12)
20
+ * @type {string}
21
+ * @memberof ApiPadelMatchesGetFilterParameterPlayedAt
22
+ */
23
+ eq?: string | null;
24
+ /**
25
+ * Matches if before this date (e.g., ?before=2025-06-15)
26
+ * @type {string}
27
+ * @memberof ApiPadelMatchesGetFilterParameterPlayedAt
28
+ */
29
+ before?: string | null;
30
+ /**
31
+ * Matches if after this date (e.g., ?after=2025-06-01)
32
+ * @type {string}
33
+ * @memberof ApiPadelMatchesGetFilterParameterPlayedAt
34
+ */
35
+ after?: string | null;
36
+ }
37
+ /**
38
+ * Check if a given object implements the ApiPadelMatchesGetFilterParameterPlayedAt interface.
39
+ */
40
+ export declare function instanceOfApiPadelMatchesGetFilterParameterPlayedAt(value: object): value is ApiPadelMatchesGetFilterParameterPlayedAt;
41
+ export declare function ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json: any): ApiPadelMatchesGetFilterParameterPlayedAt;
42
+ export declare function ApiPadelMatchesGetFilterParameterPlayedAtFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesGetFilterParameterPlayedAt;
43
+ export declare function ApiPadelMatchesGetFilterParameterPlayedAtToJSON(json: any): ApiPadelMatchesGetFilterParameterPlayedAt;
44
+ export declare function ApiPadelMatchesGetFilterParameterPlayedAtToJSONTyped(value?: ApiPadelMatchesGetFilterParameterPlayedAt | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,45 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * DRX API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the ApiPadelMatchesGetFilterParameterPlayedAt interface.
16
+ */
17
+ export function instanceOfApiPadelMatchesGetFilterParameterPlayedAt(value) {
18
+ return true;
19
+ }
20
+ export function ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json) {
21
+ return ApiPadelMatchesGetFilterParameterPlayedAtFromJSONTyped(json, false);
22
+ }
23
+ export function ApiPadelMatchesGetFilterParameterPlayedAtFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'eq': json['eq'] == null ? undefined : json['eq'],
29
+ 'before': json['before'] == null ? undefined : json['before'],
30
+ 'after': json['after'] == null ? undefined : json['after'],
31
+ };
32
+ }
33
+ export function ApiPadelMatchesGetFilterParameterPlayedAtToJSON(json) {
34
+ return ApiPadelMatchesGetFilterParameterPlayedAtToJSONTyped(json, false);
35
+ }
36
+ export function ApiPadelMatchesGetFilterParameterPlayedAtToJSONTyped(value, ignoreDiscriminator = false) {
37
+ if (value == null) {
38
+ return value;
39
+ }
40
+ return {
41
+ 'eq': value['eq'],
42
+ 'before': value['before'],
43
+ 'after': value['after'],
44
+ };
45
+ }
@@ -18,7 +18,8 @@ export * from './ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTea
18
18
  export * from './ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner';
19
19
  export * from './ApiPadelMatchesGetFilterParameter';
20
20
  export * from './ApiPadelMatchesGetFilterParameterId';
21
- export * from './ApiPadelMatchesGetFilterParameterIdAnyOf';
21
+ export * from './ApiPadelMatchesGetFilterParameterName';
22
+ export * from './ApiPadelMatchesGetFilterParameterPlayedAt';
22
23
  export * from './ApiPadelMatchesIdGet200Response';
23
24
  export * from './ApiPadelMatchesIdGet200ResponseResponseObject';
24
25
  export * from './ApiPadelMatchesIdGet200ResponseResponseObjectSets';
@@ -20,7 +20,8 @@ export * from './ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTea
20
20
  export * from './ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner';
21
21
  export * from './ApiPadelMatchesGetFilterParameter';
22
22
  export * from './ApiPadelMatchesGetFilterParameterId';
23
- export * from './ApiPadelMatchesGetFilterParameterIdAnyOf';
23
+ export * from './ApiPadelMatchesGetFilterParameterName';
24
+ export * from './ApiPadelMatchesGetFilterParameterPlayedAt';
24
25
  export * from './ApiPadelMatchesIdGet200Response';
25
26
  export * from './ApiPadelMatchesIdGet200ResponseResponseObject';
26
27
  export * from './ApiPadelMatchesIdGet200ResponseResponseObjectSets';
@@ -13,6 +13,13 @@
13
13
  */
14
14
 
15
15
  import { mapValues } from '../runtime';
16
+ import type { ApiPadelMatchesGetFilterParameterName } from './ApiPadelMatchesGetFilterParameterName';
17
+ import {
18
+ ApiPadelMatchesGetFilterParameterNameFromJSON,
19
+ ApiPadelMatchesGetFilterParameterNameFromJSONTyped,
20
+ ApiPadelMatchesGetFilterParameterNameToJSON,
21
+ ApiPadelMatchesGetFilterParameterNameToJSONTyped,
22
+ } from './ApiPadelMatchesGetFilterParameterName';
16
23
  import type { ApiPadelMatchesGetFilterParameterId } from './ApiPadelMatchesGetFilterParameterId';
17
24
  import {
18
25
  ApiPadelMatchesGetFilterParameterIdFromJSON,
@@ -20,6 +27,13 @@ import {
20
27
  ApiPadelMatchesGetFilterParameterIdToJSON,
21
28
  ApiPadelMatchesGetFilterParameterIdToJSONTyped,
22
29
  } from './ApiPadelMatchesGetFilterParameterId';
30
+ import type { ApiPadelMatchesGetFilterParameterPlayedAt } from './ApiPadelMatchesGetFilterParameterPlayedAt';
31
+ import {
32
+ ApiPadelMatchesGetFilterParameterPlayedAtFromJSON,
33
+ ApiPadelMatchesGetFilterParameterPlayedAtFromJSONTyped,
34
+ ApiPadelMatchesGetFilterParameterPlayedAtToJSON,
35
+ ApiPadelMatchesGetFilterParameterPlayedAtToJSONTyped,
36
+ } from './ApiPadelMatchesGetFilterParameterPlayedAt';
23
37
 
24
38
  /**
25
39
  *
@@ -41,28 +55,28 @@ export interface ApiPadelMatchesGetFilterParameter {
41
55
  tournamentId?: ApiPadelMatchesGetFilterParameterId;
42
56
  /**
43
57
  *
44
- * @type {string}
58
+ * @type {ApiPadelMatchesGetFilterParameterName}
45
59
  * @memberof ApiPadelMatchesGetFilterParameter
46
60
  */
47
- name?: string;
61
+ name?: ApiPadelMatchesGetFilterParameterName;
48
62
  /**
49
63
  *
50
- * @type {string}
64
+ * @type {ApiPadelMatchesGetFilterParameterPlayedAt}
51
65
  * @memberof ApiPadelMatchesGetFilterParameter
52
66
  */
53
- playedAt?: string;
67
+ playedAt?: ApiPadelMatchesGetFilterParameterPlayedAt;
54
68
  /**
55
69
  *
56
- * @type {string}
70
+ * @type {ApiPadelMatchesGetFilterParameterName}
57
71
  * @memberof ApiPadelMatchesGetFilterParameter
58
72
  */
59
- status?: string;
73
+ category?: ApiPadelMatchesGetFilterParameterName;
60
74
  /**
61
75
  *
62
- * @type {string}
76
+ * @type {ApiPadelMatchesGetFilterParameterName}
63
77
  * @memberof ApiPadelMatchesGetFilterParameter
64
78
  */
65
- category?: string;
79
+ status?: ApiPadelMatchesGetFilterParameterName;
66
80
  }
67
81
 
68
82
  /**
@@ -84,10 +98,10 @@ export function ApiPadelMatchesGetFilterParameterFromJSONTyped(json: any, ignore
84
98
 
85
99
  'id': json['id'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['id']),
86
100
  'tournamentId': json['tournamentId'] == null ? undefined : ApiPadelMatchesGetFilterParameterIdFromJSON(json['tournamentId']),
87
- 'name': json['name'] == null ? undefined : json['name'],
88
- 'playedAt': json['playedAt'] == null ? undefined : json['playedAt'],
89
- 'status': json['status'] == null ? undefined : json['status'],
90
- 'category': json['category'] == null ? undefined : json['category'],
101
+ 'name': json['name'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['name']),
102
+ 'playedAt': json['playedAt'] == null ? undefined : ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json['playedAt']),
103
+ 'category': json['category'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['category']),
104
+ 'status': json['status'] == null ? undefined : ApiPadelMatchesGetFilterParameterNameFromJSON(json['status']),
91
105
  };
92
106
  }
93
107
 
@@ -104,10 +118,10 @@ export function ApiPadelMatchesGetFilterParameterToJSONTyped(value?: ApiPadelMat
104
118
 
105
119
  'id': ApiPadelMatchesGetFilterParameterIdToJSON(value['id']),
106
120
  'tournamentId': ApiPadelMatchesGetFilterParameterIdToJSON(value['tournamentId']),
107
- 'name': value['name'],
108
- 'playedAt': value['playedAt'],
109
- 'status': value['status'],
110
- 'category': value['category'],
121
+ 'name': ApiPadelMatchesGetFilterParameterNameToJSON(value['name']),
122
+ 'playedAt': ApiPadelMatchesGetFilterParameterPlayedAtToJSON(value['playedAt']),
123
+ 'category': ApiPadelMatchesGetFilterParameterNameToJSON(value['category']),
124
+ 'status': ApiPadelMatchesGetFilterParameterNameToJSON(value['status']),
111
125
  };
112
126
  }
113
127
 
@@ -13,20 +13,18 @@
13
13
  */
14
14
 
15
15
  import { mapValues } from '../runtime';
16
- import type { ApiPadelMatchesGetFilterParameterIdAnyOf } from './ApiPadelMatchesGetFilterParameterIdAnyOf';
17
- import {
18
- ApiPadelMatchesGetFilterParameterIdAnyOfFromJSON,
19
- ApiPadelMatchesGetFilterParameterIdAnyOfFromJSONTyped,
20
- ApiPadelMatchesGetFilterParameterIdAnyOfToJSON,
21
- ApiPadelMatchesGetFilterParameterIdAnyOfToJSONTyped,
22
- } from './ApiPadelMatchesGetFilterParameterIdAnyOf';
23
-
24
16
  /**
25
17
  *
26
18
  * @export
27
19
  * @interface ApiPadelMatchesGetFilterParameterId
28
20
  */
29
21
  export interface ApiPadelMatchesGetFilterParameterId {
22
+ /**
23
+ *
24
+ * @type {number}
25
+ * @memberof ApiPadelMatchesGetFilterParameterId
26
+ */
27
+ eq?: number;
30
28
  /**
31
29
  *
32
30
  * @type {number}
@@ -70,6 +68,7 @@ export function ApiPadelMatchesGetFilterParameterIdFromJSONTyped(json: any, igno
70
68
  }
71
69
  return {
72
70
 
71
+ 'eq': json['eq'] == null ? undefined : json['eq'],
73
72
  'gt': json['gt'] == null ? undefined : json['gt'],
74
73
  'gte': json['gte'] == null ? undefined : json['gte'],
75
74
  'lt': json['lt'] == null ? undefined : json['lt'],
@@ -88,6 +87,7 @@ export function ApiPadelMatchesGetFilterParameterIdToJSONTyped(value?: ApiPadelM
88
87
 
89
88
  return {
90
89
 
90
+ 'eq': value['eq'],
91
91
  'gt': value['gt'],
92
92
  'gte': value['gte'],
93
93
  'lt': value['lt'],
@@ -0,0 +1,89 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * DRX API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ApiPadelMatchesGetFilterParameterName
20
+ */
21
+ export interface ApiPadelMatchesGetFilterParameterName {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof ApiPadelMatchesGetFilterParameterName
26
+ */
27
+ eq?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof ApiPadelMatchesGetFilterParameterName
32
+ */
33
+ contains?: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof ApiPadelMatchesGetFilterParameterName
38
+ */
39
+ startsWith?: string;
40
+ /**
41
+ *
42
+ * @type {string}
43
+ * @memberof ApiPadelMatchesGetFilterParameterName
44
+ */
45
+ endsWith?: string;
46
+ }
47
+
48
+ /**
49
+ * Check if a given object implements the ApiPadelMatchesGetFilterParameterName interface.
50
+ */
51
+ export function instanceOfApiPadelMatchesGetFilterParameterName(value: object): value is ApiPadelMatchesGetFilterParameterName {
52
+ return true;
53
+ }
54
+
55
+ export function ApiPadelMatchesGetFilterParameterNameFromJSON(json: any): ApiPadelMatchesGetFilterParameterName {
56
+ return ApiPadelMatchesGetFilterParameterNameFromJSONTyped(json, false);
57
+ }
58
+
59
+ export function ApiPadelMatchesGetFilterParameterNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesGetFilterParameterName {
60
+ if (json == null) {
61
+ return json;
62
+ }
63
+ return {
64
+
65
+ 'eq': json['eq'] == null ? undefined : json['eq'],
66
+ 'contains': json['contains'] == null ? undefined : json['contains'],
67
+ 'startsWith': json['startsWith'] == null ? undefined : json['startsWith'],
68
+ 'endsWith': json['endsWith'] == null ? undefined : json['endsWith'],
69
+ };
70
+ }
71
+
72
+ export function ApiPadelMatchesGetFilterParameterNameToJSON(json: any): ApiPadelMatchesGetFilterParameterName {
73
+ return ApiPadelMatchesGetFilterParameterNameToJSONTyped(json, false);
74
+ }
75
+
76
+ export function ApiPadelMatchesGetFilterParameterNameToJSONTyped(value?: ApiPadelMatchesGetFilterParameterName | null, ignoreDiscriminator: boolean = false): any {
77
+ if (value == null) {
78
+ return value;
79
+ }
80
+
81
+ return {
82
+
83
+ 'eq': value['eq'],
84
+ 'contains': value['contains'],
85
+ 'startsWith': value['startsWith'],
86
+ 'endsWith': value['endsWith'],
87
+ };
88
+ }
89
+
@@ -0,0 +1,81 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * DRX API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface ApiPadelMatchesGetFilterParameterPlayedAt
20
+ */
21
+ export interface ApiPadelMatchesGetFilterParameterPlayedAt {
22
+ /**
23
+ * Exact date match (e.g., ?eq=2025-06-12)
24
+ * @type {string}
25
+ * @memberof ApiPadelMatchesGetFilterParameterPlayedAt
26
+ */
27
+ eq?: string | null;
28
+ /**
29
+ * Matches if before this date (e.g., ?before=2025-06-15)
30
+ * @type {string}
31
+ * @memberof ApiPadelMatchesGetFilterParameterPlayedAt
32
+ */
33
+ before?: string | null;
34
+ /**
35
+ * Matches if after this date (e.g., ?after=2025-06-01)
36
+ * @type {string}
37
+ * @memberof ApiPadelMatchesGetFilterParameterPlayedAt
38
+ */
39
+ after?: string | null;
40
+ }
41
+
42
+ /**
43
+ * Check if a given object implements the ApiPadelMatchesGetFilterParameterPlayedAt interface.
44
+ */
45
+ export function instanceOfApiPadelMatchesGetFilterParameterPlayedAt(value: object): value is ApiPadelMatchesGetFilterParameterPlayedAt {
46
+ return true;
47
+ }
48
+
49
+ export function ApiPadelMatchesGetFilterParameterPlayedAtFromJSON(json: any): ApiPadelMatchesGetFilterParameterPlayedAt {
50
+ return ApiPadelMatchesGetFilterParameterPlayedAtFromJSONTyped(json, false);
51
+ }
52
+
53
+ export function ApiPadelMatchesGetFilterParameterPlayedAtFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesGetFilterParameterPlayedAt {
54
+ if (json == null) {
55
+ return json;
56
+ }
57
+ return {
58
+
59
+ 'eq': json['eq'] == null ? undefined : json['eq'],
60
+ 'before': json['before'] == null ? undefined : json['before'],
61
+ 'after': json['after'] == null ? undefined : json['after'],
62
+ };
63
+ }
64
+
65
+ export function ApiPadelMatchesGetFilterParameterPlayedAtToJSON(json: any): ApiPadelMatchesGetFilterParameterPlayedAt {
66
+ return ApiPadelMatchesGetFilterParameterPlayedAtToJSONTyped(json, false);
67
+ }
68
+
69
+ export function ApiPadelMatchesGetFilterParameterPlayedAtToJSONTyped(value?: ApiPadelMatchesGetFilterParameterPlayedAt | null, ignoreDiscriminator: boolean = false): any {
70
+ if (value == null) {
71
+ return value;
72
+ }
73
+
74
+ return {
75
+
76
+ 'eq': value['eq'],
77
+ 'before': value['before'],
78
+ 'after': value['after'],
79
+ };
80
+ }
81
+
package/models/index.ts CHANGED
@@ -20,7 +20,8 @@ export * from './ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTea
20
20
  export * from './ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner';
21
21
  export * from './ApiPadelMatchesGetFilterParameter';
22
22
  export * from './ApiPadelMatchesGetFilterParameterId';
23
- export * from './ApiPadelMatchesGetFilterParameterIdAnyOf';
23
+ export * from './ApiPadelMatchesGetFilterParameterName';
24
+ export * from './ApiPadelMatchesGetFilterParameterPlayedAt';
24
25
  export * from './ApiPadelMatchesIdGet200Response';
25
26
  export * from './ApiPadelMatchesIdGet200ResponseResponseObject';
26
27
  export * from './ApiPadelMatchesIdGet200ResponseResponseObjectSets';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.51",
3
+ "version": "1.1.53",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {
@@ -1,50 +0,0 @@
1
- /**
2
- * DRX API
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface ApiPadelMatchesGetFilterParameterIdAnyOf
16
- */
17
- export interface ApiPadelMatchesGetFilterParameterIdAnyOf {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
22
- */
23
- gt?: number;
24
- /**
25
- *
26
- * @type {number}
27
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
28
- */
29
- gte?: number;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
34
- */
35
- lt?: number;
36
- /**
37
- *
38
- * @type {number}
39
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
40
- */
41
- lte?: number;
42
- }
43
- /**
44
- * Check if a given object implements the ApiPadelMatchesGetFilterParameterIdAnyOf interface.
45
- */
46
- export declare function instanceOfApiPadelMatchesGetFilterParameterIdAnyOf(value: object): value is ApiPadelMatchesGetFilterParameterIdAnyOf;
47
- export declare function ApiPadelMatchesGetFilterParameterIdAnyOfFromJSON(json: any): ApiPadelMatchesGetFilterParameterIdAnyOf;
48
- export declare function ApiPadelMatchesGetFilterParameterIdAnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesGetFilterParameterIdAnyOf;
49
- export declare function ApiPadelMatchesGetFilterParameterIdAnyOfToJSON(json: any): ApiPadelMatchesGetFilterParameterIdAnyOf;
50
- export declare function ApiPadelMatchesGetFilterParameterIdAnyOfToJSONTyped(value?: ApiPadelMatchesGetFilterParameterIdAnyOf | null, ignoreDiscriminator?: boolean): any;
@@ -1,47 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * DRX API
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the ApiPadelMatchesGetFilterParameterIdAnyOf interface.
16
- */
17
- export function instanceOfApiPadelMatchesGetFilterParameterIdAnyOf(value) {
18
- return true;
19
- }
20
- export function ApiPadelMatchesGetFilterParameterIdAnyOfFromJSON(json) {
21
- return ApiPadelMatchesGetFilterParameterIdAnyOfFromJSONTyped(json, false);
22
- }
23
- export function ApiPadelMatchesGetFilterParameterIdAnyOfFromJSONTyped(json, ignoreDiscriminator) {
24
- if (json == null) {
25
- return json;
26
- }
27
- return {
28
- 'gt': json['gt'] == null ? undefined : json['gt'],
29
- 'gte': json['gte'] == null ? undefined : json['gte'],
30
- 'lt': json['lt'] == null ? undefined : json['lt'],
31
- 'lte': json['lte'] == null ? undefined : json['lte'],
32
- };
33
- }
34
- export function ApiPadelMatchesGetFilterParameterIdAnyOfToJSON(json) {
35
- return ApiPadelMatchesGetFilterParameterIdAnyOfToJSONTyped(json, false);
36
- }
37
- export function ApiPadelMatchesGetFilterParameterIdAnyOfToJSONTyped(value, ignoreDiscriminator = false) {
38
- if (value == null) {
39
- return value;
40
- }
41
- return {
42
- 'gt': value['gt'],
43
- 'gte': value['gte'],
44
- 'lt': value['lt'],
45
- 'lte': value['lte'],
46
- };
47
- }
@@ -1,89 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * DRX API
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime';
16
- /**
17
- *
18
- * @export
19
- * @interface ApiPadelMatchesGetFilterParameterIdAnyOf
20
- */
21
- export interface ApiPadelMatchesGetFilterParameterIdAnyOf {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
26
- */
27
- gt?: number;
28
- /**
29
- *
30
- * @type {number}
31
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
32
- */
33
- gte?: number;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
38
- */
39
- lt?: number;
40
- /**
41
- *
42
- * @type {number}
43
- * @memberof ApiPadelMatchesGetFilterParameterIdAnyOf
44
- */
45
- lte?: number;
46
- }
47
-
48
- /**
49
- * Check if a given object implements the ApiPadelMatchesGetFilterParameterIdAnyOf interface.
50
- */
51
- export function instanceOfApiPadelMatchesGetFilterParameterIdAnyOf(value: object): value is ApiPadelMatchesGetFilterParameterIdAnyOf {
52
- return true;
53
- }
54
-
55
- export function ApiPadelMatchesGetFilterParameterIdAnyOfFromJSON(json: any): ApiPadelMatchesGetFilterParameterIdAnyOf {
56
- return ApiPadelMatchesGetFilterParameterIdAnyOfFromJSONTyped(json, false);
57
- }
58
-
59
- export function ApiPadelMatchesGetFilterParameterIdAnyOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiPadelMatchesGetFilterParameterIdAnyOf {
60
- if (json == null) {
61
- return json;
62
- }
63
- return {
64
-
65
- 'gt': json['gt'] == null ? undefined : json['gt'],
66
- 'gte': json['gte'] == null ? undefined : json['gte'],
67
- 'lt': json['lt'] == null ? undefined : json['lt'],
68
- 'lte': json['lte'] == null ? undefined : json['lte'],
69
- };
70
- }
71
-
72
- export function ApiPadelMatchesGetFilterParameterIdAnyOfToJSON(json: any): ApiPadelMatchesGetFilterParameterIdAnyOf {
73
- return ApiPadelMatchesGetFilterParameterIdAnyOfToJSONTyped(json, false);
74
- }
75
-
76
- export function ApiPadelMatchesGetFilterParameterIdAnyOfToJSONTyped(value?: ApiPadelMatchesGetFilterParameterIdAnyOf | null, ignoreDiscriminator: boolean = false): any {
77
- if (value == null) {
78
- return value;
79
- }
80
-
81
- return {
82
-
83
- 'gt': value['gt'],
84
- 'gte': value['gte'],
85
- 'lt': value['lt'],
86
- 'lte': value['lte'],
87
- };
88
- }
89
-