@cristian.aragao/milharis-core 1.30.64 → 1.30.65
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/dist/index.d.mts +37 -34
- package/dist/index.d.ts +37 -34
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2609,39 +2609,6 @@ type TypeCartDescargasProps = {
|
|
|
2609
2609
|
filtros?: TypeCartListProps;
|
|
2610
2610
|
};
|
|
2611
2611
|
|
|
2612
|
-
type TypeLimiteNumeroAposta = TypeMetaData & {
|
|
2613
|
-
/**
|
|
2614
|
-
* @description Id aleatório gerado para o documento
|
|
2615
|
-
* @example "62e77f29-ba2b-a6a0-af4b-cfd1aab7d546"
|
|
2616
|
-
*/
|
|
2617
|
-
id: string;
|
|
2618
|
-
/**
|
|
2619
|
-
* @description Id incremental por banca
|
|
2620
|
-
* @example "1"
|
|
2621
|
-
* @example "2"
|
|
2622
|
-
*/
|
|
2623
|
-
id_integer: string;
|
|
2624
|
-
/**
|
|
2625
|
-
* @description Limite do valor de aposta para digitador
|
|
2626
|
-
* @example 100 (100 reais)
|
|
2627
|
-
*/
|
|
2628
|
-
limite: number;
|
|
2629
|
-
/**
|
|
2630
|
-
* @description Tipo de jogo que o limite de número de apostas pertence
|
|
2631
|
-
* @example "all" (todos os jogos)
|
|
2632
|
-
* @example "milhar"
|
|
2633
|
-
* @example "centena"
|
|
2634
|
-
* @example "dezena"
|
|
2635
|
-
* @example "grupo"
|
|
2636
|
-
*/
|
|
2637
|
-
tipo_jogo: "all" | keyof typeof GAMES;
|
|
2638
|
-
/**
|
|
2639
|
-
* @description ID da banca que o limite de número de apostas pertence
|
|
2640
|
-
* @example "5454-43sd-43s-345-345"
|
|
2641
|
-
*/
|
|
2642
|
-
bancaId: string;
|
|
2643
|
-
};
|
|
2644
|
-
|
|
2645
2612
|
/**
|
|
2646
2613
|
* @description Objeto que contem todas as coleções do banco de dados, com seus respectivos modelos.
|
|
2647
2614
|
* Serve para facilitar para facilitar a criação de novos documentos no banco de dados e para facilitar a leitura do código.
|
|
@@ -3064,6 +3031,42 @@ type TypeGuiasItems = {
|
|
|
3064
3031
|
[id: TypeGuiaItem["id"]]: TypeGuiaItem;
|
|
3065
3032
|
};
|
|
3066
3033
|
|
|
3034
|
+
type TypeLimiteNumeroAposta = TypeMetaData & {
|
|
3035
|
+
/**
|
|
3036
|
+
* @description Id aleatório gerado para o documento
|
|
3037
|
+
* @example "62e77f29-ba2b-a6a0-af4b-cfd1aab7d546"
|
|
3038
|
+
*/
|
|
3039
|
+
id: string;
|
|
3040
|
+
/**
|
|
3041
|
+
* @description Id incremental por banca
|
|
3042
|
+
* @example "1"
|
|
3043
|
+
* @example "2"
|
|
3044
|
+
*/
|
|
3045
|
+
id_integer: string;
|
|
3046
|
+
/**
|
|
3047
|
+
* @description Limite do valor de aposta para digitador
|
|
3048
|
+
* @example 100 (100 reais)
|
|
3049
|
+
*/
|
|
3050
|
+
limite: number;
|
|
3051
|
+
/**
|
|
3052
|
+
* @description Tipo de jogo que o limite de número de apostas pertence
|
|
3053
|
+
* @example "all" (todos os jogos)
|
|
3054
|
+
* @example "milhar"
|
|
3055
|
+
* @example "centena"
|
|
3056
|
+
* @example "dezena"
|
|
3057
|
+
* @example "grupo"
|
|
3058
|
+
*/
|
|
3059
|
+
tipo_jogo: "all" | keyof typeof GAMES;
|
|
3060
|
+
/**
|
|
3061
|
+
* @description ID da banca que o limite de número de apostas pertence
|
|
3062
|
+
* @example "5454-43sd-43s-345-345"
|
|
3063
|
+
*/
|
|
3064
|
+
bancaId: string;
|
|
3065
|
+
};
|
|
3066
|
+
type TypeLimitesNumerosApostas = {
|
|
3067
|
+
[id: string]: TypeLimiteNumeroAposta;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3067
3070
|
declare const GameModel: (obj?: Partial<TypeGame>) => TypeGame;
|
|
3068
3071
|
|
|
3069
3072
|
declare const NumberModel: (obj?: Partial<TypeNumero>) => TypeNumero;
|
|
@@ -4321,4 +4324,4 @@ declare const functionsCore: {
|
|
|
4321
4324
|
envio: typeof envio;
|
|
4322
4325
|
};
|
|
4323
4326
|
|
|
4324
|
-
export { AuditLogModel, type AuthorizationConfig, BancaModel, BetModel, COMISSOES_PADRAO, type CacheConfig, ComissaoDescargaModel, DescargaModel, DeviceModel, EXTRACAO, type EnvioAssociacaoFilters, type EnvioAssociacaoParams, type EnvioAssociacaoResponse, EnvioDescargaModel, ExtracaoModel, type FirebaseAdapter, type FirebaseVersion, GAMES, GRUPOS_BICHOS, GameModel, type GenericRepo, GuiaItemModel, GuiaModel, type IdSearchStrategy, type IsolationConfig, KEYBOARD, LimitGameModel, LimiteNumeroApostaModel, MESSAGES, MessageModel, NumberModel, type OperationType, type OrderByCondition, PDFModel, PREFIX_ENVIO, PREFIX_ENVIO_OLD, PREFIX_NUMBER, PREMIOS, PremiacaoAssociacaoModel, PremiacaoModel, ROLES, type RepoCollections, type RepoConfig, type RepoFactoryConfig, type RepoQueryOptions, ResultadoModel, RouteModel, STATUS_DESCARGA, STATUS_DEVICE, STATUS_GUIA, STATUS_PULE, TIPO_VISUALIZACAO, type TypeAuditLog, type TypeAuditLogs, type TypeBanca, type TypeBancas, type TypeBet, type TypeCartDescargas, type TypeCartDescargasProps, type TypeCartList, type TypeCartListProps, type TypeComissaoDescarga, type TypeComissoesDescarga, type TypeDescarga, type TypeDescargas, type TypeDevice, type TypeDevices, type TypeEnvioDescarga, type TypeEnvioDescargas, type TypeEnviosExtracao, type TypeExtracao, type TypeExtracoes, type TypeGame, type TypeGames, type TypeGuia, type TypeGuiaItem, type TypeGuias, type TypeGuiasItems, type TypeJogoComComissao, type TypeLimitGame, type TypeLimitGames, type TypeMessage, type TypeMessages, type TypeMetaData, type TypeNumero, type TypeNumeros, type TypePDFDescargas, type TypePDFsDescargas, type TypePremiacao, type TypePremiacaoAssociacao, type TypePremiacaoItem, type TypePremiacoes, type TypePremiacoesAssociacao, type TypePrize, type TypeProps, type TypePropsPrefix, type TypeResultado, type TypeResultadoDescargaComDiferenca, type TypeResultadoNumeroComDiferenca, type TypeResultados, type TypeRoute, type TypeRoutes, type TypeTotalGeral, type TypeUser, type TypeUsers, type TypeValueGame, type TypeValueGames, UserModel, VISUALIZACAO, ValueGameModel, type WhereCondition, agruparEnvioPorExtracao, arredondarParaCima, calculaValoresDosNumeros, calcularValorDeNumero, calcularValorJogoPeloLimite, calculateAmount, calculateAmountGame, clone, collections, collectionsRetentionDays, collectionsToAudit, combineDateTime, createAutoRepo, createGenericRepo, createReactNativeAdapter, createReactNativeRepoFactory, createRepoFactory, createV8Adapter, createV9ModularAdapter, createWebAdapter, createWebRepoFactory, criarEstruturaJogo, dateToNumber, delay, detectFirebaseVersion, dividirArray, extracaoEstaAtivaBoolean, extracaoEstaAtivaTryCatch, fazerJogo, formatPuleId, formatarNumero, formatterBRL, formatterPercentage, formatterPercentageDecimal, functionsCore, generateDescargas, generateId, gerarDezenas, getAllCombinations, getAvailableTimes, getBetDateToNumber, getCodigoAuth, getComissoesDoEnvio, getCreatedBySystem, getDataInicioFim, getFormattedPuleId, getGamesUnicosList, getGamesUnicosObjeto, getInitials, getLimiteJogoPeloTipoJogo, getLimiteSimulado, getLimitsRest, getNumeroId, getNumerosAcimaDoLimite, getPermission, getPremioFormato, getPropsEnvioId$1 as getPropsEnvioId, getPropsEnvioIdOld, getPropsPrefix, getPropsVP, getProximaExtracaoDisponivelParaAposta, getSomaEnvio, getSomaProps, getSomaVP, getTiposJogos, getValorJogoPeloTipoJogo, invertGame, isAdm, isAdmOrSubAdm, isAssociacao, isCambista, isCambistaTalao, isDigitador, isDigitadorAdm, isDigitadorOrDigitadorAdm, isSuperAdm, matchNormalized, normalize, numberToDate, numbersSelectedFormated, parserBRL, parserPercentage, parserPercentageDecimal, pegarExtracoes, pegarHorarioSaoPaulo, removerLetters, showFormatDate, sortNumeros };
|
|
4327
|
+
export { AuditLogModel, type AuthorizationConfig, BancaModel, BetModel, COMISSOES_PADRAO, type CacheConfig, ComissaoDescargaModel, DescargaModel, DeviceModel, EXTRACAO, type EnvioAssociacaoFilters, type EnvioAssociacaoParams, type EnvioAssociacaoResponse, EnvioDescargaModel, ExtracaoModel, type FirebaseAdapter, type FirebaseVersion, GAMES, GRUPOS_BICHOS, GameModel, type GenericRepo, GuiaItemModel, GuiaModel, type IdSearchStrategy, type IsolationConfig, KEYBOARD, LimitGameModel, LimiteNumeroApostaModel, MESSAGES, MessageModel, NumberModel, type OperationType, type OrderByCondition, PDFModel, PREFIX_ENVIO, PREFIX_ENVIO_OLD, PREFIX_NUMBER, PREMIOS, PremiacaoAssociacaoModel, PremiacaoModel, ROLES, type RepoCollections, type RepoConfig, type RepoFactoryConfig, type RepoQueryOptions, ResultadoModel, RouteModel, STATUS_DESCARGA, STATUS_DEVICE, STATUS_GUIA, STATUS_PULE, TIPO_VISUALIZACAO, type TypeAuditLog, type TypeAuditLogs, type TypeBanca, type TypeBancas, type TypeBet, type TypeCartDescargas, type TypeCartDescargasProps, type TypeCartList, type TypeCartListProps, type TypeComissaoDescarga, type TypeComissoesDescarga, type TypeDescarga, type TypeDescargas, type TypeDevice, type TypeDevices, type TypeEnvioDescarga, type TypeEnvioDescargas, type TypeEnviosExtracao, type TypeExtracao, type TypeExtracoes, type TypeGame, type TypeGames, type TypeGuia, type TypeGuiaItem, type TypeGuias, type TypeGuiasItems, type TypeJogoComComissao, type TypeLimitGame, type TypeLimitGames, type TypeLimiteNumeroAposta, type TypeLimitesNumerosApostas, type TypeMessage, type TypeMessages, type TypeMetaData, type TypeNumero, type TypeNumeros, type TypePDFDescargas, type TypePDFsDescargas, type TypePremiacao, type TypePremiacaoAssociacao, type TypePremiacaoItem, type TypePremiacoes, type TypePremiacoesAssociacao, type TypePrize, type TypeProps, type TypePropsPrefix, type TypeResultado, type TypeResultadoDescargaComDiferenca, type TypeResultadoNumeroComDiferenca, type TypeResultados, type TypeRoute, type TypeRoutes, type TypeTotalGeral, type TypeUser, type TypeUsers, type TypeValueGame, type TypeValueGames, UserModel, VISUALIZACAO, ValueGameModel, type WhereCondition, agruparEnvioPorExtracao, arredondarParaCima, calculaValoresDosNumeros, calcularValorDeNumero, calcularValorJogoPeloLimite, calculateAmount, calculateAmountGame, clone, collections, collectionsRetentionDays, collectionsToAudit, combineDateTime, createAutoRepo, createGenericRepo, createReactNativeAdapter, createReactNativeRepoFactory, createRepoFactory, createV8Adapter, createV9ModularAdapter, createWebAdapter, createWebRepoFactory, criarEstruturaJogo, dateToNumber, delay, detectFirebaseVersion, dividirArray, extracaoEstaAtivaBoolean, extracaoEstaAtivaTryCatch, fazerJogo, formatPuleId, formatarNumero, formatterBRL, formatterPercentage, formatterPercentageDecimal, functionsCore, generateDescargas, generateId, gerarDezenas, getAllCombinations, getAvailableTimes, getBetDateToNumber, getCodigoAuth, getComissoesDoEnvio, getCreatedBySystem, getDataInicioFim, getFormattedPuleId, getGamesUnicosList, getGamesUnicosObjeto, getInitials, getLimiteJogoPeloTipoJogo, getLimiteSimulado, getLimitsRest, getNumeroId, getNumerosAcimaDoLimite, getPermission, getPremioFormato, getPropsEnvioId$1 as getPropsEnvioId, getPropsEnvioIdOld, getPropsPrefix, getPropsVP, getProximaExtracaoDisponivelParaAposta, getSomaEnvio, getSomaProps, getSomaVP, getTiposJogos, getValorJogoPeloTipoJogo, invertGame, isAdm, isAdmOrSubAdm, isAssociacao, isCambista, isCambistaTalao, isDigitador, isDigitadorAdm, isDigitadorOrDigitadorAdm, isSuperAdm, matchNormalized, normalize, numberToDate, numbersSelectedFormated, parserBRL, parserPercentage, parserPercentageDecimal, pegarExtracoes, pegarHorarioSaoPaulo, removerLetters, showFormatDate, sortNumeros };
|
package/dist/index.d.ts
CHANGED
|
@@ -2609,39 +2609,6 @@ type TypeCartDescargasProps = {
|
|
|
2609
2609
|
filtros?: TypeCartListProps;
|
|
2610
2610
|
};
|
|
2611
2611
|
|
|
2612
|
-
type TypeLimiteNumeroAposta = TypeMetaData & {
|
|
2613
|
-
/**
|
|
2614
|
-
* @description Id aleatório gerado para o documento
|
|
2615
|
-
* @example "62e77f29-ba2b-a6a0-af4b-cfd1aab7d546"
|
|
2616
|
-
*/
|
|
2617
|
-
id: string;
|
|
2618
|
-
/**
|
|
2619
|
-
* @description Id incremental por banca
|
|
2620
|
-
* @example "1"
|
|
2621
|
-
* @example "2"
|
|
2622
|
-
*/
|
|
2623
|
-
id_integer: string;
|
|
2624
|
-
/**
|
|
2625
|
-
* @description Limite do valor de aposta para digitador
|
|
2626
|
-
* @example 100 (100 reais)
|
|
2627
|
-
*/
|
|
2628
|
-
limite: number;
|
|
2629
|
-
/**
|
|
2630
|
-
* @description Tipo de jogo que o limite de número de apostas pertence
|
|
2631
|
-
* @example "all" (todos os jogos)
|
|
2632
|
-
* @example "milhar"
|
|
2633
|
-
* @example "centena"
|
|
2634
|
-
* @example "dezena"
|
|
2635
|
-
* @example "grupo"
|
|
2636
|
-
*/
|
|
2637
|
-
tipo_jogo: "all" | keyof typeof GAMES;
|
|
2638
|
-
/**
|
|
2639
|
-
* @description ID da banca que o limite de número de apostas pertence
|
|
2640
|
-
* @example "5454-43sd-43s-345-345"
|
|
2641
|
-
*/
|
|
2642
|
-
bancaId: string;
|
|
2643
|
-
};
|
|
2644
|
-
|
|
2645
2612
|
/**
|
|
2646
2613
|
* @description Objeto que contem todas as coleções do banco de dados, com seus respectivos modelos.
|
|
2647
2614
|
* Serve para facilitar para facilitar a criação de novos documentos no banco de dados e para facilitar a leitura do código.
|
|
@@ -3064,6 +3031,42 @@ type TypeGuiasItems = {
|
|
|
3064
3031
|
[id: TypeGuiaItem["id"]]: TypeGuiaItem;
|
|
3065
3032
|
};
|
|
3066
3033
|
|
|
3034
|
+
type TypeLimiteNumeroAposta = TypeMetaData & {
|
|
3035
|
+
/**
|
|
3036
|
+
* @description Id aleatório gerado para o documento
|
|
3037
|
+
* @example "62e77f29-ba2b-a6a0-af4b-cfd1aab7d546"
|
|
3038
|
+
*/
|
|
3039
|
+
id: string;
|
|
3040
|
+
/**
|
|
3041
|
+
* @description Id incremental por banca
|
|
3042
|
+
* @example "1"
|
|
3043
|
+
* @example "2"
|
|
3044
|
+
*/
|
|
3045
|
+
id_integer: string;
|
|
3046
|
+
/**
|
|
3047
|
+
* @description Limite do valor de aposta para digitador
|
|
3048
|
+
* @example 100 (100 reais)
|
|
3049
|
+
*/
|
|
3050
|
+
limite: number;
|
|
3051
|
+
/**
|
|
3052
|
+
* @description Tipo de jogo que o limite de número de apostas pertence
|
|
3053
|
+
* @example "all" (todos os jogos)
|
|
3054
|
+
* @example "milhar"
|
|
3055
|
+
* @example "centena"
|
|
3056
|
+
* @example "dezena"
|
|
3057
|
+
* @example "grupo"
|
|
3058
|
+
*/
|
|
3059
|
+
tipo_jogo: "all" | keyof typeof GAMES;
|
|
3060
|
+
/**
|
|
3061
|
+
* @description ID da banca que o limite de número de apostas pertence
|
|
3062
|
+
* @example "5454-43sd-43s-345-345"
|
|
3063
|
+
*/
|
|
3064
|
+
bancaId: string;
|
|
3065
|
+
};
|
|
3066
|
+
type TypeLimitesNumerosApostas = {
|
|
3067
|
+
[id: string]: TypeLimiteNumeroAposta;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3067
3070
|
declare const GameModel: (obj?: Partial<TypeGame>) => TypeGame;
|
|
3068
3071
|
|
|
3069
3072
|
declare const NumberModel: (obj?: Partial<TypeNumero>) => TypeNumero;
|
|
@@ -4321,4 +4324,4 @@ declare const functionsCore: {
|
|
|
4321
4324
|
envio: typeof envio;
|
|
4322
4325
|
};
|
|
4323
4326
|
|
|
4324
|
-
export { AuditLogModel, type AuthorizationConfig, BancaModel, BetModel, COMISSOES_PADRAO, type CacheConfig, ComissaoDescargaModel, DescargaModel, DeviceModel, EXTRACAO, type EnvioAssociacaoFilters, type EnvioAssociacaoParams, type EnvioAssociacaoResponse, EnvioDescargaModel, ExtracaoModel, type FirebaseAdapter, type FirebaseVersion, GAMES, GRUPOS_BICHOS, GameModel, type GenericRepo, GuiaItemModel, GuiaModel, type IdSearchStrategy, type IsolationConfig, KEYBOARD, LimitGameModel, LimiteNumeroApostaModel, MESSAGES, MessageModel, NumberModel, type OperationType, type OrderByCondition, PDFModel, PREFIX_ENVIO, PREFIX_ENVIO_OLD, PREFIX_NUMBER, PREMIOS, PremiacaoAssociacaoModel, PremiacaoModel, ROLES, type RepoCollections, type RepoConfig, type RepoFactoryConfig, type RepoQueryOptions, ResultadoModel, RouteModel, STATUS_DESCARGA, STATUS_DEVICE, STATUS_GUIA, STATUS_PULE, TIPO_VISUALIZACAO, type TypeAuditLog, type TypeAuditLogs, type TypeBanca, type TypeBancas, type TypeBet, type TypeCartDescargas, type TypeCartDescargasProps, type TypeCartList, type TypeCartListProps, type TypeComissaoDescarga, type TypeComissoesDescarga, type TypeDescarga, type TypeDescargas, type TypeDevice, type TypeDevices, type TypeEnvioDescarga, type TypeEnvioDescargas, type TypeEnviosExtracao, type TypeExtracao, type TypeExtracoes, type TypeGame, type TypeGames, type TypeGuia, type TypeGuiaItem, type TypeGuias, type TypeGuiasItems, type TypeJogoComComissao, type TypeLimitGame, type TypeLimitGames, type TypeMessage, type TypeMessages, type TypeMetaData, type TypeNumero, type TypeNumeros, type TypePDFDescargas, type TypePDFsDescargas, type TypePremiacao, type TypePremiacaoAssociacao, type TypePremiacaoItem, type TypePremiacoes, type TypePremiacoesAssociacao, type TypePrize, type TypeProps, type TypePropsPrefix, type TypeResultado, type TypeResultadoDescargaComDiferenca, type TypeResultadoNumeroComDiferenca, type TypeResultados, type TypeRoute, type TypeRoutes, type TypeTotalGeral, type TypeUser, type TypeUsers, type TypeValueGame, type TypeValueGames, UserModel, VISUALIZACAO, ValueGameModel, type WhereCondition, agruparEnvioPorExtracao, arredondarParaCima, calculaValoresDosNumeros, calcularValorDeNumero, calcularValorJogoPeloLimite, calculateAmount, calculateAmountGame, clone, collections, collectionsRetentionDays, collectionsToAudit, combineDateTime, createAutoRepo, createGenericRepo, createReactNativeAdapter, createReactNativeRepoFactory, createRepoFactory, createV8Adapter, createV9ModularAdapter, createWebAdapter, createWebRepoFactory, criarEstruturaJogo, dateToNumber, delay, detectFirebaseVersion, dividirArray, extracaoEstaAtivaBoolean, extracaoEstaAtivaTryCatch, fazerJogo, formatPuleId, formatarNumero, formatterBRL, formatterPercentage, formatterPercentageDecimal, functionsCore, generateDescargas, generateId, gerarDezenas, getAllCombinations, getAvailableTimes, getBetDateToNumber, getCodigoAuth, getComissoesDoEnvio, getCreatedBySystem, getDataInicioFim, getFormattedPuleId, getGamesUnicosList, getGamesUnicosObjeto, getInitials, getLimiteJogoPeloTipoJogo, getLimiteSimulado, getLimitsRest, getNumeroId, getNumerosAcimaDoLimite, getPermission, getPremioFormato, getPropsEnvioId$1 as getPropsEnvioId, getPropsEnvioIdOld, getPropsPrefix, getPropsVP, getProximaExtracaoDisponivelParaAposta, getSomaEnvio, getSomaProps, getSomaVP, getTiposJogos, getValorJogoPeloTipoJogo, invertGame, isAdm, isAdmOrSubAdm, isAssociacao, isCambista, isCambistaTalao, isDigitador, isDigitadorAdm, isDigitadorOrDigitadorAdm, isSuperAdm, matchNormalized, normalize, numberToDate, numbersSelectedFormated, parserBRL, parserPercentage, parserPercentageDecimal, pegarExtracoes, pegarHorarioSaoPaulo, removerLetters, showFormatDate, sortNumeros };
|
|
4327
|
+
export { AuditLogModel, type AuthorizationConfig, BancaModel, BetModel, COMISSOES_PADRAO, type CacheConfig, ComissaoDescargaModel, DescargaModel, DeviceModel, EXTRACAO, type EnvioAssociacaoFilters, type EnvioAssociacaoParams, type EnvioAssociacaoResponse, EnvioDescargaModel, ExtracaoModel, type FirebaseAdapter, type FirebaseVersion, GAMES, GRUPOS_BICHOS, GameModel, type GenericRepo, GuiaItemModel, GuiaModel, type IdSearchStrategy, type IsolationConfig, KEYBOARD, LimitGameModel, LimiteNumeroApostaModel, MESSAGES, MessageModel, NumberModel, type OperationType, type OrderByCondition, PDFModel, PREFIX_ENVIO, PREFIX_ENVIO_OLD, PREFIX_NUMBER, PREMIOS, PremiacaoAssociacaoModel, PremiacaoModel, ROLES, type RepoCollections, type RepoConfig, type RepoFactoryConfig, type RepoQueryOptions, ResultadoModel, RouteModel, STATUS_DESCARGA, STATUS_DEVICE, STATUS_GUIA, STATUS_PULE, TIPO_VISUALIZACAO, type TypeAuditLog, type TypeAuditLogs, type TypeBanca, type TypeBancas, type TypeBet, type TypeCartDescargas, type TypeCartDescargasProps, type TypeCartList, type TypeCartListProps, type TypeComissaoDescarga, type TypeComissoesDescarga, type TypeDescarga, type TypeDescargas, type TypeDevice, type TypeDevices, type TypeEnvioDescarga, type TypeEnvioDescargas, type TypeEnviosExtracao, type TypeExtracao, type TypeExtracoes, type TypeGame, type TypeGames, type TypeGuia, type TypeGuiaItem, type TypeGuias, type TypeGuiasItems, type TypeJogoComComissao, type TypeLimitGame, type TypeLimitGames, type TypeLimiteNumeroAposta, type TypeLimitesNumerosApostas, type TypeMessage, type TypeMessages, type TypeMetaData, type TypeNumero, type TypeNumeros, type TypePDFDescargas, type TypePDFsDescargas, type TypePremiacao, type TypePremiacaoAssociacao, type TypePremiacaoItem, type TypePremiacoes, type TypePremiacoesAssociacao, type TypePrize, type TypeProps, type TypePropsPrefix, type TypeResultado, type TypeResultadoDescargaComDiferenca, type TypeResultadoNumeroComDiferenca, type TypeResultados, type TypeRoute, type TypeRoutes, type TypeTotalGeral, type TypeUser, type TypeUsers, type TypeValueGame, type TypeValueGames, UserModel, VISUALIZACAO, ValueGameModel, type WhereCondition, agruparEnvioPorExtracao, arredondarParaCima, calculaValoresDosNumeros, calcularValorDeNumero, calcularValorJogoPeloLimite, calculateAmount, calculateAmountGame, clone, collections, collectionsRetentionDays, collectionsToAudit, combineDateTime, createAutoRepo, createGenericRepo, createReactNativeAdapter, createReactNativeRepoFactory, createRepoFactory, createV8Adapter, createV9ModularAdapter, createWebAdapter, createWebRepoFactory, criarEstruturaJogo, dateToNumber, delay, detectFirebaseVersion, dividirArray, extracaoEstaAtivaBoolean, extracaoEstaAtivaTryCatch, fazerJogo, formatPuleId, formatarNumero, formatterBRL, formatterPercentage, formatterPercentageDecimal, functionsCore, generateDescargas, generateId, gerarDezenas, getAllCombinations, getAvailableTimes, getBetDateToNumber, getCodigoAuth, getComissoesDoEnvio, getCreatedBySystem, getDataInicioFim, getFormattedPuleId, getGamesUnicosList, getGamesUnicosObjeto, getInitials, getLimiteJogoPeloTipoJogo, getLimiteSimulado, getLimitsRest, getNumeroId, getNumerosAcimaDoLimite, getPermission, getPremioFormato, getPropsEnvioId$1 as getPropsEnvioId, getPropsEnvioIdOld, getPropsPrefix, getPropsVP, getProximaExtracaoDisponivelParaAposta, getSomaEnvio, getSomaProps, getSomaVP, getTiposJogos, getValorJogoPeloTipoJogo, invertGame, isAdm, isAdmOrSubAdm, isAssociacao, isCambista, isCambistaTalao, isDigitador, isDigitadorAdm, isDigitadorOrDigitadorAdm, isSuperAdm, matchNormalized, normalize, numberToDate, numbersSelectedFormated, parserBRL, parserPercentage, parserPercentageDecimal, pegarExtracoes, pegarHorarioSaoPaulo, removerLetters, showFormatDate, sortNumeros };
|