@gambulls-org/gambulls-apis 3.0.858 → 3.0.860
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.
|
@@ -44,8 +44,12 @@ function instanceOfApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjec
|
|
|
44
44
|
return false;
|
|
45
45
|
if (!('gambullsCategoryId' in value) || value['gambullsCategoryId'] === undefined)
|
|
46
46
|
return false;
|
|
47
|
+
if (!('gambullsCategoryName' in value) || value['gambullsCategoryName'] === undefined)
|
|
48
|
+
return false;
|
|
47
49
|
if (!('gambullsSubCategoryId' in value) || value['gambullsSubCategoryId'] === undefined)
|
|
48
50
|
return false;
|
|
51
|
+
if (!('gambullsSubCategoryName' in value) || value['gambullsSubCategoryName'] === undefined)
|
|
52
|
+
return false;
|
|
49
53
|
if (!('status' in value) || value['status'] === undefined)
|
|
50
54
|
return false;
|
|
51
55
|
if (!('gameCount' in value) || value['gameCount'] === undefined)
|
|
@@ -71,7 +75,9 @@ function ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectItemsInne
|
|
|
71
75
|
'externalSubCategoryId': json['externalSubCategoryId'],
|
|
72
76
|
'externalSubCategoryName': json['externalSubCategoryName'],
|
|
73
77
|
'gambullsCategoryId': json['gambullsCategoryId'],
|
|
78
|
+
'gambullsCategoryName': json['gambullsCategoryName'],
|
|
74
79
|
'gambullsSubCategoryId': json['gambullsSubCategoryId'],
|
|
80
|
+
'gambullsSubCategoryName': json['gambullsSubCategoryName'],
|
|
75
81
|
'status': json['status'],
|
|
76
82
|
'gameCount': json['gameCount'],
|
|
77
83
|
'createdAt': json['createdAt'],
|
|
@@ -93,7 +99,9 @@ function ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectItemsInne
|
|
|
93
99
|
'externalSubCategoryId': value['externalSubCategoryId'],
|
|
94
100
|
'externalSubCategoryName': value['externalSubCategoryName'],
|
|
95
101
|
'gambullsCategoryId': value['gambullsCategoryId'],
|
|
102
|
+
'gambullsCategoryName': value['gambullsCategoryName'],
|
|
96
103
|
'gambullsSubCategoryId': value['gambullsSubCategoryId'],
|
|
104
|
+
'gambullsSubCategoryName': value['gambullsSubCategoryName'],
|
|
97
105
|
'status': value['status'],
|
|
98
106
|
'gameCount': value['gameCount'],
|
|
99
107
|
'createdAt': value['createdAt'],
|
|
@@ -61,12 +61,24 @@ export interface ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectI
|
|
|
61
61
|
* @memberof ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectItemsInner
|
|
62
62
|
*/
|
|
63
63
|
gambullsCategoryId: string | null;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectItemsInner
|
|
68
|
+
*/
|
|
69
|
+
gambullsCategoryName: string | null;
|
|
64
70
|
/**
|
|
65
71
|
*
|
|
66
72
|
* @type {string}
|
|
67
73
|
* @memberof ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectItemsInner
|
|
68
74
|
*/
|
|
69
75
|
gambullsSubCategoryId: string | null;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectItemsInner
|
|
80
|
+
*/
|
|
81
|
+
gambullsSubCategoryName: string | null;
|
|
70
82
|
/**
|
|
71
83
|
*
|
|
72
84
|
* @type {string}
|
|
@@ -115,7 +127,9 @@ export function instanceOfApiAdminAggregatorCategoryMappingsGet200ResponseRespon
|
|
|
115
127
|
if (!('externalSubCategoryId' in value) || value['externalSubCategoryId'] === undefined) return false;
|
|
116
128
|
if (!('externalSubCategoryName' in value) || value['externalSubCategoryName'] === undefined) return false;
|
|
117
129
|
if (!('gambullsCategoryId' in value) || value['gambullsCategoryId'] === undefined) return false;
|
|
130
|
+
if (!('gambullsCategoryName' in value) || value['gambullsCategoryName'] === undefined) return false;
|
|
118
131
|
if (!('gambullsSubCategoryId' in value) || value['gambullsSubCategoryId'] === undefined) return false;
|
|
132
|
+
if (!('gambullsSubCategoryName' in value) || value['gambullsSubCategoryName'] === undefined) return false;
|
|
119
133
|
if (!('status' in value) || value['status'] === undefined) return false;
|
|
120
134
|
if (!('gameCount' in value) || value['gameCount'] === undefined) return false;
|
|
121
135
|
if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
|
|
@@ -140,7 +154,9 @@ export function ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectIt
|
|
|
140
154
|
'externalSubCategoryId': json['externalSubCategoryId'],
|
|
141
155
|
'externalSubCategoryName': json['externalSubCategoryName'],
|
|
142
156
|
'gambullsCategoryId': json['gambullsCategoryId'],
|
|
157
|
+
'gambullsCategoryName': json['gambullsCategoryName'],
|
|
143
158
|
'gambullsSubCategoryId': json['gambullsSubCategoryId'],
|
|
159
|
+
'gambullsSubCategoryName': json['gambullsSubCategoryName'],
|
|
144
160
|
'status': json['status'],
|
|
145
161
|
'gameCount': json['gameCount'],
|
|
146
162
|
'createdAt': json['createdAt'],
|
|
@@ -166,7 +182,9 @@ export function ApiAdminAggregatorCategoryMappingsGet200ResponseResponseObjectIt
|
|
|
166
182
|
'externalSubCategoryId': value['externalSubCategoryId'],
|
|
167
183
|
'externalSubCategoryName': value['externalSubCategoryName'],
|
|
168
184
|
'gambullsCategoryId': value['gambullsCategoryId'],
|
|
185
|
+
'gambullsCategoryName': value['gambullsCategoryName'],
|
|
169
186
|
'gambullsSubCategoryId': value['gambullsSubCategoryId'],
|
|
187
|
+
'gambullsSubCategoryName': value['gambullsSubCategoryName'],
|
|
170
188
|
'status': value['status'],
|
|
171
189
|
'gameCount': value['gameCount'],
|
|
172
190
|
'createdAt': value['createdAt'],
|