@gambulls-org/gambulls-apis 3.0.211 → 3.0.213
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.
|
@@ -179,7 +179,8 @@ export const ApiSportsbookCreditBetByBatchPostRequestViewTypeIDEnum = {
|
|
|
179
179
|
NUMBER_1: 1,
|
|
180
180
|
NUMBER_2: 2,
|
|
181
181
|
NUMBER_3: 3,
|
|
182
|
-
NUMBER_5: 5
|
|
182
|
+
NUMBER_5: 5,
|
|
183
|
+
NUMBER_9: 9
|
|
183
184
|
} as const;
|
|
184
185
|
export type ApiSportsbookCreditBetByBatchPostRequestViewTypeIDEnum = typeof ApiSportsbookCreditBetByBatchPostRequestViewTypeIDEnum[keyof typeof ApiSportsbookCreditBetByBatchPostRequestViewTypeIDEnum];
|
|
185
186
|
|
|
@@ -251,7 +251,8 @@ export const ApiSportsbookCreditBetPostRequestViewTypeIDEnum = {
|
|
|
251
251
|
NUMBER_1: 1,
|
|
252
252
|
NUMBER_2: 2,
|
|
253
253
|
NUMBER_3: 3,
|
|
254
|
-
NUMBER_5: 5
|
|
254
|
+
NUMBER_5: 5,
|
|
255
|
+
NUMBER_9: 9
|
|
255
256
|
} as const;
|
|
256
257
|
export type ApiSportsbookCreditBetPostRequestViewTypeIDEnum = typeof ApiSportsbookCreditBetPostRequestViewTypeIDEnum[keyof typeof ApiSportsbookCreditBetPostRequestViewTypeIDEnum];
|
|
257
258
|
|