pg-manipulator 1.0.36 → 1.0.38
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/README.md +2 -2
- package/bin/dump/index.cjs +9 -9
- package/bin/update/index.cjs +9 -9
- package/dist/@types/admin/atributos_fields.d.ts +8 -0
- package/dist/@types/admin/atributos_order.d.ts +8 -0
- package/dist/@types/admin/atributos_select.d.ts +12 -0
- package/dist/@types/admin/atributos_update.d.ts +10 -0
- package/dist/@types/admin/atributos_where.d.ts +9 -0
- package/dist/@types/admin/categoria_fields.d.ts +9 -0
- package/dist/@types/admin/categoria_order.d.ts +9 -0
- package/dist/@types/admin/categoria_select.d.ts +13 -0
- package/dist/@types/admin/categoria_update.d.ts +11 -0
- package/dist/@types/admin/categoria_where.d.ts +10 -0
- package/dist/@types/admin/ecommerce_fields.d.ts +17 -0
- package/dist/@types/admin/ecommerce_item_fields.d.ts +5 -0
- package/dist/@types/admin/ecommerce_item_order.d.ts +5 -0
- package/dist/@types/admin/ecommerce_item_select.d.ts +9 -0
- package/dist/@types/admin/ecommerce_item_update.d.ts +7 -0
- package/dist/@types/admin/ecommerce_item_where.d.ts +6 -0
- package/dist/@types/admin/ecommerce_order.d.ts +17 -0
- package/dist/@types/admin/ecommerce_select.d.ts +21 -0
- package/dist/@types/admin/ecommerce_update.d.ts +19 -0
- package/dist/@types/admin/ecommerce_where.d.ts +18 -0
- package/dist/@types/admin/empresa_fields.d.ts +26 -0
- package/dist/@types/admin/empresa_order.d.ts +26 -0
- package/dist/@types/admin/empresa_select.d.ts +30 -0
- package/dist/@types/admin/empresa_update.d.ts +28 -0
- package/dist/@types/admin/empresa_where.d.ts +27 -0
- package/dist/@types/admin/entidade_endereco_fields.d.ts +18 -0
- package/dist/@types/admin/entidade_endereco_order.d.ts +18 -0
- package/dist/@types/admin/entidade_endereco_select.d.ts +22 -0
- package/dist/@types/admin/entidade_endereco_update.d.ts +20 -0
- package/dist/@types/admin/entidade_endereco_where.d.ts +19 -0
- package/dist/@types/admin/entidade_fields.d.ts +12 -0
- package/dist/@types/admin/entidade_order.d.ts +12 -0
- package/dist/@types/admin/entidade_select.d.ts +16 -0
- package/dist/@types/admin/entidade_update.d.ts +14 -0
- package/dist/@types/admin/entidade_where.d.ts +13 -0
- package/dist/@types/admin/item_fields.d.ts +26 -0
- package/dist/@types/admin/item_order.d.ts +26 -0
- package/dist/@types/admin/item_select.d.ts +30 -0
- package/dist/@types/admin/item_update.d.ts +28 -0
- package/dist/@types/admin/item_variacao_fields.d.ts +11 -0
- package/dist/@types/admin/item_variacao_order.d.ts +11 -0
- package/dist/@types/admin/item_variacao_select.d.ts +15 -0
- package/dist/@types/admin/item_variacao_update.d.ts +13 -0
- package/dist/@types/admin/item_variacao_where.d.ts +12 -0
- package/dist/@types/admin/item_where.d.ts +27 -0
- package/dist/@types/admin/marca_fields.d.ts +8 -0
- package/dist/@types/admin/marca_order.d.ts +8 -0
- package/dist/@types/admin/marca_select.d.ts +12 -0
- package/dist/@types/admin/marca_update.d.ts +10 -0
- package/dist/@types/admin/marca_where.d.ts +9 -0
- package/dist/@types/admin/operacao_fields.d.ts +23 -0
- package/dist/@types/admin/operacao_item_fields.d.ts +10 -0
- package/dist/@types/admin/operacao_item_order.d.ts +10 -0
- package/dist/@types/admin/operacao_item_select.d.ts +14 -0
- package/dist/@types/admin/operacao_item_update.d.ts +12 -0
- package/dist/@types/admin/operacao_item_where.d.ts +11 -0
- package/dist/@types/admin/operacao_item_where.js +2 -0
- package/dist/@types/admin/operacao_order.d.ts +23 -0
- package/dist/@types/admin/operacao_order.js +2 -0
- package/dist/@types/admin/operacao_pagamento_fields.d.ts +9 -0
- package/dist/@types/admin/operacao_pagamento_fields.js +2 -0
- package/dist/@types/admin/operacao_pagamento_order.d.ts +9 -0
- package/dist/@types/admin/operacao_pagamento_order.js +2 -0
- package/dist/@types/admin/operacao_pagamento_select.d.ts +13 -0
- package/dist/@types/admin/operacao_pagamento_select.js +2 -0
- package/dist/@types/admin/operacao_pagamento_update.d.ts +11 -0
- package/dist/@types/admin/operacao_pagamento_update.js +2 -0
- package/dist/@types/admin/operacao_pagamento_where.d.ts +10 -0
- package/dist/@types/admin/operacao_pagamento_where.js +2 -0
- package/dist/@types/admin/operacao_select.d.ts +27 -0
- package/dist/@types/admin/operacao_select.js +2 -0
- package/dist/@types/admin/operacao_update.d.ts +25 -0
- package/dist/@types/admin/operacao_update.js +2 -0
- package/dist/@types/admin/operacao_where.d.ts +24 -0
- package/dist/@types/admin/operacao_where.js +2 -0
- package/dist/@types/admin/unidade_medida_fields.d.ts +9 -0
- package/dist/@types/admin/unidade_medida_fields.js +2 -0
- package/dist/@types/admin/unidade_medida_order.d.ts +9 -0
- package/dist/@types/admin/unidade_medida_order.js +2 -0
- package/dist/@types/admin/unidade_medida_select.d.ts +13 -0
- package/dist/@types/admin/unidade_medida_select.js +2 -0
- package/dist/@types/admin/unidade_medida_update.d.ts +11 -0
- package/dist/@types/admin/unidade_medida_update.js +2 -0
- package/dist/@types/admin/unidade_medida_where.d.ts +10 -0
- package/dist/@types/admin/unidade_medida_where.js +2 -0
- package/dist/@types/admin/usuario_fields.d.ts +6 -0
- package/dist/@types/admin/usuario_fields.js +2 -0
- package/dist/@types/admin/usuario_order.d.ts +6 -0
- package/dist/@types/admin/usuario_order.js +2 -0
- package/dist/@types/admin/usuario_select.d.ts +10 -0
- package/dist/@types/admin/usuario_select.js +2 -0
- package/dist/@types/admin/usuario_update.d.ts +8 -0
- package/dist/@types/admin/usuario_update.js +2 -0
- package/dist/@types/admin/usuario_where.d.ts +7 -0
- package/dist/@types/admin/usuario_where.js +2 -0
- package/dist/class/admin/atributos.d.ts +13 -0
- package/dist/class/{users/users_bet.js → admin/atributos.js} +7 -7
- package/dist/class/admin/categoria.d.ts +13 -0
- package/dist/class/{championships/teams.js → admin/categoria.js} +7 -7
- package/dist/class/admin/ecommerce.d.ts +13 -0
- package/dist/class/{championships/bet_users.js → admin/ecommerce.js} +7 -7
- package/dist/class/admin/ecommerce_item.d.ts +13 -0
- package/dist/class/admin/ecommerce_item.js +24 -0
- package/dist/class/admin/empresa.d.ts +13 -0
- package/dist/class/admin/empresa.js +24 -0
- package/dist/class/admin/entidade.d.ts +13 -0
- package/dist/class/admin/entidade.js +24 -0
- package/dist/class/admin/entidade_endereco.d.ts +13 -0
- package/dist/class/admin/entidade_endereco.js +24 -0
- package/dist/class/admin/index.d.ts +37 -0
- package/dist/class/admin/index.js +44 -0
- package/dist/class/admin/item.d.ts +13 -0
- package/dist/class/admin/item.js +24 -0
- package/dist/class/admin/item_variacao.d.ts +13 -0
- package/dist/class/admin/item_variacao.js +24 -0
- package/dist/class/admin/marca.d.ts +13 -0
- package/dist/class/{users/users.js → admin/marca.js} +7 -7
- package/dist/class/admin/operacao.d.ts +13 -0
- package/dist/class/admin/operacao.js +24 -0
- package/dist/class/admin/operacao_item.d.ts +13 -0
- package/dist/class/admin/operacao_item.js +24 -0
- package/dist/class/admin/operacao_pagamento.d.ts +13 -0
- package/dist/class/admin/operacao_pagamento.js +24 -0
- package/dist/class/admin/unidade_medida.d.ts +13 -0
- package/dist/class/admin/unidade_medida.js +24 -0
- package/dist/class/admin/usuario.d.ts +13 -0
- package/dist/class/admin/usuario.js +24 -0
- package/dist/generator/index.js +2 -2
- package/dist/generator/template/entity.js +27 -27
- package/dist/generator/template/entity_store.js +7 -7
- package/dist/generator/template/fields.js +1 -1
- package/dist/generator/template/order.js +1 -1
- package/dist/generator/template/select.js +6 -6
- package/dist/generator/template/update.js +4 -4
- package/dist/generator/template/where.js +3 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +3 -5
- package/dist/mapping/{users/users.d.ts → admin/atributos.d.ts} +0 -10
- package/dist/mapping/{users/users.js → admin/atributos.js} +9 -20
- package/dist/mapping/{championships/bet_users.js → admin/categoria.js} +18 -40
- package/dist/mapping/admin/ecommerce.js +186 -0
- package/dist/mapping/{users/users_bet.d.ts → admin/ecommerce_item.d.ts} +2 -12
- package/dist/mapping/{championships/championships_users.js → admin/ecommerce_item.js} +18 -18
- package/dist/mapping/admin/empresa.d.ts +27 -0
- package/dist/mapping/admin/empresa.js +273 -0
- package/dist/mapping/admin/entidade.d.ts +37 -0
- package/dist/mapping/{championships/championships_teams.js → admin/entidade.js} +33 -44
- package/dist/mapping/admin/entidade_endereco.js +197 -0
- package/dist/mapping/admin/index.d.ts +513 -0
- package/dist/mapping/admin/index.js +37 -0
- package/dist/mapping/admin/item.js +319 -0
- package/dist/mapping/admin/item_variacao.d.ts +27 -0
- package/dist/mapping/{championships/championships.js → admin/item_variacao.js} +21 -33
- package/dist/mapping/admin/marca.d.ts +37 -0
- package/dist/mapping/{users/users_bet.js → admin/marca.js} +16 -49
- package/dist/mapping/admin/operacao.d.ts +47 -0
- package/dist/mapping/{championships/championships_matches.js → admin/operacao.js} +108 -53
- package/dist/mapping/{championships/teams.js → admin/operacao_item.js} +37 -37
- package/dist/mapping/admin/operacao_pagamento.js +98 -0
- package/dist/mapping/admin/unidade_medida.d.ts +37 -0
- package/dist/mapping/admin/unidade_medida.js +98 -0
- package/dist/mapping/admin/usuario.d.ts +27 -0
- package/dist/mapping/{users/users_championships.js → admin/usuario.js} +13 -25
- package/dist/middleware/select/index.js +4 -4
- package/dist/scripts/index.js +61 -61
- package/package.json +40 -40
- package/dist/@types/championships/bet_users_fields.d.ts +0 -11
- package/dist/@types/championships/bet_users_order.d.ts +0 -11
- package/dist/@types/championships/bet_users_select.d.ts +0 -15
- package/dist/@types/championships/bet_users_update.d.ts +0 -13
- package/dist/@types/championships/bet_users_where.d.ts +0 -12
- package/dist/@types/championships/championships_fields.d.ts +0 -11
- package/dist/@types/championships/championships_matches_fields.d.ts +0 -16
- package/dist/@types/championships/championships_matches_order.d.ts +0 -16
- package/dist/@types/championships/championships_matches_select.d.ts +0 -20
- package/dist/@types/championships/championships_matches_update.d.ts +0 -18
- package/dist/@types/championships/championships_matches_where.d.ts +0 -17
- package/dist/@types/championships/championships_order.d.ts +0 -11
- package/dist/@types/championships/championships_select.d.ts +0 -15
- package/dist/@types/championships/championships_teams_fields.d.ts +0 -13
- package/dist/@types/championships/championships_teams_order.d.ts +0 -13
- package/dist/@types/championships/championships_teams_select.d.ts +0 -17
- package/dist/@types/championships/championships_teams_update.d.ts +0 -15
- package/dist/@types/championships/championships_teams_where.d.ts +0 -14
- package/dist/@types/championships/championships_update.d.ts +0 -13
- package/dist/@types/championships/championships_users_fields.d.ts +0 -6
- package/dist/@types/championships/championships_users_order.d.ts +0 -6
- package/dist/@types/championships/championships_users_select.d.ts +0 -10
- package/dist/@types/championships/championships_users_update.d.ts +0 -8
- package/dist/@types/championships/championships_users_where.d.ts +0 -7
- package/dist/@types/championships/championships_where.d.ts +0 -12
- package/dist/@types/championships/teams_fields.d.ts +0 -8
- package/dist/@types/championships/teams_order.d.ts +0 -8
- package/dist/@types/championships/teams_select.d.ts +0 -12
- package/dist/@types/championships/teams_update.d.ts +0 -10
- package/dist/@types/championships/teams_where.d.ts +0 -9
- package/dist/@types/users/transaction_historics_fields.d.ts +0 -6
- package/dist/@types/users/transaction_historics_order.d.ts +0 -6
- package/dist/@types/users/transaction_historics_select.d.ts +0 -10
- package/dist/@types/users/transaction_historics_update.d.ts +0 -8
- package/dist/@types/users/transaction_historics_where.d.ts +0 -7
- package/dist/@types/users/transactions_fields.d.ts +0 -11
- package/dist/@types/users/transactions_order.d.ts +0 -11
- package/dist/@types/users/transactions_select.d.ts +0 -15
- package/dist/@types/users/transactions_update.d.ts +0 -13
- package/dist/@types/users/transactions_where.d.ts +0 -12
- package/dist/@types/users/users_bet_fields.d.ts +0 -11
- package/dist/@types/users/users_bet_order.d.ts +0 -11
- package/dist/@types/users/users_bet_select.d.ts +0 -15
- package/dist/@types/users/users_bet_update.d.ts +0 -13
- package/dist/@types/users/users_bet_where.d.ts +0 -12
- package/dist/@types/users/users_championships_fields.d.ts +0 -6
- package/dist/@types/users/users_championships_order.d.ts +0 -6
- package/dist/@types/users/users_championships_select.d.ts +0 -10
- package/dist/@types/users/users_championships_update.d.ts +0 -8
- package/dist/@types/users/users_championships_where.d.ts +0 -7
- package/dist/@types/users/users_fields.d.ts +0 -9
- package/dist/@types/users/users_order.d.ts +0 -9
- package/dist/@types/users/users_select.d.ts +0 -13
- package/dist/@types/users/users_update.d.ts +0 -11
- package/dist/@types/users/users_where.d.ts +0 -10
- package/dist/class/championships/bet_users.d.ts +0 -13
- package/dist/class/championships/championships.d.ts +0 -13
- package/dist/class/championships/championships.js +0 -24
- package/dist/class/championships/championships_matches.d.ts +0 -13
- package/dist/class/championships/championships_matches.js +0 -24
- package/dist/class/championships/championships_teams.d.ts +0 -13
- package/dist/class/championships/championships_teams.js +0 -24
- package/dist/class/championships/championships_users.d.ts +0 -13
- package/dist/class/championships/championships_users.js +0 -24
- package/dist/class/championships/index.d.ts +0 -19
- package/dist/class/championships/index.js +0 -26
- package/dist/class/championships/teams.d.ts +0 -13
- package/dist/class/users/index.d.ts +0 -9
- package/dist/class/users/index.js +0 -16
- package/dist/class/users/users.d.ts +0 -13
- package/dist/class/users/users_bet.d.ts +0 -13
- package/dist/class/users/users_championships.d.ts +0 -13
- package/dist/class/users/users_championships.js +0 -24
- package/dist/mapping/championships/index.d.ts +0 -229
- package/dist/mapping/championships/index.js +0 -19
- package/dist/mapping/users/index.d.ts +0 -39
- package/dist/mapping/users/index.js +0 -9
- package/dist/mapping/users/users_championships.d.ts +0 -37
- /package/dist/@types/{championships/bet_users_fields.js → admin/atributos_fields.js} +0 -0
- /package/dist/@types/{championships/bet_users_order.js → admin/atributos_order.js} +0 -0
- /package/dist/@types/{championships/bet_users_select.js → admin/atributos_select.js} +0 -0
- /package/dist/@types/{championships/bet_users_update.js → admin/atributos_update.js} +0 -0
- /package/dist/@types/{championships/bet_users_where.js → admin/atributos_where.js} +0 -0
- /package/dist/@types/{championships/championships_fields.js → admin/categoria_fields.js} +0 -0
- /package/dist/@types/{championships/championships_matches_fields.js → admin/categoria_order.js} +0 -0
- /package/dist/@types/{championships/championships_matches_order.js → admin/categoria_select.js} +0 -0
- /package/dist/@types/{championships/championships_matches_select.js → admin/categoria_update.js} +0 -0
- /package/dist/@types/{championships/championships_matches_update.js → admin/categoria_where.js} +0 -0
- /package/dist/@types/{championships/championships_matches_where.js → admin/ecommerce_fields.js} +0 -0
- /package/dist/@types/{championships/championships_order.js → admin/ecommerce_item_fields.js} +0 -0
- /package/dist/@types/{championships/championships_select.js → admin/ecommerce_item_order.js} +0 -0
- /package/dist/@types/{championships/championships_teams_fields.js → admin/ecommerce_item_select.js} +0 -0
- /package/dist/@types/{championships/championships_teams_order.js → admin/ecommerce_item_update.js} +0 -0
- /package/dist/@types/{championships/championships_teams_select.js → admin/ecommerce_item_where.js} +0 -0
- /package/dist/@types/{championships/championships_teams_update.js → admin/ecommerce_order.js} +0 -0
- /package/dist/@types/{championships/championships_teams_where.js → admin/ecommerce_select.js} +0 -0
- /package/dist/@types/{championships/championships_update.js → admin/ecommerce_update.js} +0 -0
- /package/dist/@types/{championships/championships_users_fields.js → admin/ecommerce_where.js} +0 -0
- /package/dist/@types/{championships/championships_users_order.js → admin/empresa_fields.js} +0 -0
- /package/dist/@types/{championships/championships_users_select.js → admin/empresa_order.js} +0 -0
- /package/dist/@types/{championships/championships_users_update.js → admin/empresa_select.js} +0 -0
- /package/dist/@types/{championships/championships_users_where.js → admin/empresa_update.js} +0 -0
- /package/dist/@types/{championships/championships_where.js → admin/empresa_where.js} +0 -0
- /package/dist/@types/{championships/teams_fields.js → admin/entidade_endereco_fields.js} +0 -0
- /package/dist/@types/{championships/teams_order.js → admin/entidade_endereco_order.js} +0 -0
- /package/dist/@types/{championships/teams_select.js → admin/entidade_endereco_select.js} +0 -0
- /package/dist/@types/{championships/teams_update.js → admin/entidade_endereco_update.js} +0 -0
- /package/dist/@types/{championships/teams_where.js → admin/entidade_endereco_where.js} +0 -0
- /package/dist/@types/{users/transaction_historics_fields.js → admin/entidade_fields.js} +0 -0
- /package/dist/@types/{users/transaction_historics_order.js → admin/entidade_order.js} +0 -0
- /package/dist/@types/{users/transaction_historics_select.js → admin/entidade_select.js} +0 -0
- /package/dist/@types/{users/transaction_historics_update.js → admin/entidade_update.js} +0 -0
- /package/dist/@types/{users/transaction_historics_where.js → admin/entidade_where.js} +0 -0
- /package/dist/@types/{users/transactions_fields.js → admin/item_fields.js} +0 -0
- /package/dist/@types/{users/transactions_order.js → admin/item_order.js} +0 -0
- /package/dist/@types/{users/transactions_select.js → admin/item_select.js} +0 -0
- /package/dist/@types/{users/transactions_update.js → admin/item_update.js} +0 -0
- /package/dist/@types/{users/transactions_where.js → admin/item_variacao_fields.js} +0 -0
- /package/dist/@types/{users/users_bet_fields.js → admin/item_variacao_order.js} +0 -0
- /package/dist/@types/{users/users_bet_order.js → admin/item_variacao_select.js} +0 -0
- /package/dist/@types/{users/users_bet_select.js → admin/item_variacao_update.js} +0 -0
- /package/dist/@types/{users/users_bet_update.js → admin/item_variacao_where.js} +0 -0
- /package/dist/@types/{users/users_bet_where.js → admin/item_where.js} +0 -0
- /package/dist/@types/{users/users_championships_fields.js → admin/marca_fields.js} +0 -0
- /package/dist/@types/{users/users_championships_order.js → admin/marca_order.js} +0 -0
- /package/dist/@types/{users/users_championships_select.js → admin/marca_select.js} +0 -0
- /package/dist/@types/{users/users_championships_update.js → admin/marca_update.js} +0 -0
- /package/dist/@types/{users/users_championships_where.js → admin/marca_where.js} +0 -0
- /package/dist/@types/{users/users_fields.js → admin/operacao_fields.js} +0 -0
- /package/dist/@types/{users/users_order.js → admin/operacao_item_fields.js} +0 -0
- /package/dist/@types/{users/users_select.js → admin/operacao_item_order.js} +0 -0
- /package/dist/@types/{users/users_update.js → admin/operacao_item_select.js} +0 -0
- /package/dist/@types/{users/users_where.js → admin/operacao_item_update.js} +0 -0
- /package/dist/mapping/{championships/championships.d.ts → admin/categoria.d.ts} +0 -0
- /package/dist/mapping/{championships/teams.d.ts → admin/ecommerce.d.ts} +0 -0
- /package/dist/mapping/{championships/bet_users.d.ts → admin/entidade_endereco.d.ts} +0 -0
- /package/dist/mapping/{championships/championships_matches.d.ts → admin/item.d.ts} +0 -0
- /package/dist/mapping/{championships/championships_teams.d.ts → admin/operacao_item.d.ts} +0 -0
- /package/dist/mapping/{championships/championships_users.d.ts → admin/operacao_pagamento.d.ts} +0 -0
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const base_1 = __importDefault(require("../../base"));
|
|
7
|
-
class championships_users extends base_1.default {
|
|
8
|
-
static async get(fields, transaction = undefined) {
|
|
9
|
-
return await super.b_get('championships', fields, 'championships_users', transaction);
|
|
10
|
-
}
|
|
11
|
-
static async get_all(fields, transaction = undefined) {
|
|
12
|
-
return await super.b_get_all('championships', fields, 'championships_users', transaction);
|
|
13
|
-
}
|
|
14
|
-
static async create(fields, transaction = undefined) {
|
|
15
|
-
return await super.b_create('championships', fields, 'championships_users', transaction);
|
|
16
|
-
}
|
|
17
|
-
static async update(fields, transaction = undefined) {
|
|
18
|
-
return await super.b_update('championships', fields, 'championships_users', transaction);
|
|
19
|
-
}
|
|
20
|
-
static async delete(fields, transaction = undefined) {
|
|
21
|
-
return await super.b_delete('championships', fields, 'championships_users', transaction);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
exports.default = championships_users;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { PoolClient } from 'pg';
|
|
2
|
-
import { pool_tsx } from '../../@types';
|
|
3
|
-
import championships_users from './championships_users';
|
|
4
|
-
import championships_teams from './championships_teams';
|
|
5
|
-
import championships_matches from './championships_matches';
|
|
6
|
-
import bet_users from './bet_users';
|
|
7
|
-
import championships from './championships';
|
|
8
|
-
import teams from './teams';
|
|
9
|
-
declare const _default: {
|
|
10
|
-
query(query_string: string, query_params: Array<any>, transaction?: PoolClient | any): Promise<any>;
|
|
11
|
-
transaction(callback: pool_tsx): Promise<void>;
|
|
12
|
-
championships_users: typeof championships_users;
|
|
13
|
-
championships_teams: typeof championships_teams;
|
|
14
|
-
championships_matches: typeof championships_matches;
|
|
15
|
-
bet_users: typeof bet_users;
|
|
16
|
-
championships: typeof championships;
|
|
17
|
-
teams: typeof teams;
|
|
18
|
-
};
|
|
19
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const database_1 = __importDefault(require("../../database"));
|
|
7
|
-
const championships_users_1 = __importDefault(require("./championships_users"));
|
|
8
|
-
const championships_teams_1 = __importDefault(require("./championships_teams"));
|
|
9
|
-
const championships_matches_1 = __importDefault(require("./championships_matches"));
|
|
10
|
-
const bet_users_1 = __importDefault(require("./bet_users"));
|
|
11
|
-
const championships_1 = __importDefault(require("./championships"));
|
|
12
|
-
const teams_1 = __importDefault(require("./teams"));
|
|
13
|
-
exports.default = {
|
|
14
|
-
async query(query_string, query_params, transaction = undefined) {
|
|
15
|
-
return await database_1.default.query('championships', query_string, query_params, transaction);
|
|
16
|
-
},
|
|
17
|
-
async transaction(callback) {
|
|
18
|
-
return await database_1.default.transaction('championships', callback);
|
|
19
|
-
},
|
|
20
|
-
championships_users: championships_users_1.default,
|
|
21
|
-
championships_teams: championships_teams_1.default,
|
|
22
|
-
championships_matches: championships_matches_1.default,
|
|
23
|
-
bet_users: bet_users_1.default,
|
|
24
|
-
championships: championships_1.default,
|
|
25
|
-
teams: teams_1.default
|
|
26
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import base from '../../base';
|
|
2
|
-
import { PoolClient } from 'pg';
|
|
3
|
-
import { teams_select } from '../../@types/championships/teams_select';
|
|
4
|
-
import { teams_where } from '../../@types/championships/teams_where';
|
|
5
|
-
import { teams_update } from '../../@types/championships/teams_update';
|
|
6
|
-
import { teams_fields } from '../../@types/championships/teams_fields';
|
|
7
|
-
export default class teams extends base {
|
|
8
|
-
static get(fields: teams_select, transaction?: PoolClient | any): Promise<teams_fields>;
|
|
9
|
-
static get_all(fields: teams_select, transaction?: PoolClient | any): Promise<teams_fields[]>;
|
|
10
|
-
static create(fields: teams_fields, transaction?: PoolClient | any): Promise<teams_fields>;
|
|
11
|
-
static update(fields: teams_update, transaction?: PoolClient | any): Promise<any>;
|
|
12
|
-
static delete(fields: teams_where, transaction?: PoolClient | any): Promise<any>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PoolClient } from 'pg';
|
|
2
|
-
import { pool_tsx } from '../../@types';
|
|
3
|
-
import users from './users';
|
|
4
|
-
declare const _default: {
|
|
5
|
-
query(query_string: string, query_params: Array<any>, transaction?: PoolClient | any): Promise<any>;
|
|
6
|
-
transaction(callback: pool_tsx): Promise<void>;
|
|
7
|
-
users: typeof users;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const database_1 = __importDefault(require("../../database"));
|
|
7
|
-
const users_1 = __importDefault(require("./users"));
|
|
8
|
-
exports.default = {
|
|
9
|
-
async query(query_string, query_params, transaction = undefined) {
|
|
10
|
-
return await database_1.default.query('users', query_string, query_params, transaction);
|
|
11
|
-
},
|
|
12
|
-
async transaction(callback) {
|
|
13
|
-
return await database_1.default.transaction('users', callback);
|
|
14
|
-
},
|
|
15
|
-
users: users_1.default
|
|
16
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import base from '../../base';
|
|
2
|
-
import { PoolClient } from 'pg';
|
|
3
|
-
import { users_select } from '../../@types/users/users_select';
|
|
4
|
-
import { users_where } from '../../@types/users/users_where';
|
|
5
|
-
import { users_update } from '../../@types/users/users_update';
|
|
6
|
-
import { users_fields } from '../../@types/users/users_fields';
|
|
7
|
-
export default class users extends base {
|
|
8
|
-
static get(fields: users_select, transaction?: PoolClient | any): Promise<users_fields>;
|
|
9
|
-
static get_all(fields: users_select, transaction?: PoolClient | any): Promise<users_fields[]>;
|
|
10
|
-
static create(fields: users_fields, transaction?: PoolClient | any): Promise<users_fields>;
|
|
11
|
-
static update(fields: users_update, transaction?: PoolClient | any): Promise<any>;
|
|
12
|
-
static delete(fields: users_where, transaction?: PoolClient | any): Promise<any>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import base from '../../base';
|
|
2
|
-
import { PoolClient } from 'pg';
|
|
3
|
-
import { users_bet_select } from '../../@types/users/users_bet_select';
|
|
4
|
-
import { users_bet_where } from '../../@types/users/users_bet_where';
|
|
5
|
-
import { users_bet_update } from '../../@types/users/users_bet_update';
|
|
6
|
-
import { users_bet_fields } from '../../@types/users/users_bet_fields';
|
|
7
|
-
export default class users_bet extends base {
|
|
8
|
-
static get(fields: users_bet_select | Object, transaction?: PoolClient | any): Promise<users_bet_fields>;
|
|
9
|
-
static get_all(fields: users_bet_select | Object, transaction?: PoolClient | any): Promise<users_bet_fields[]>;
|
|
10
|
-
static create(fields: users_bet | Object, transaction?: PoolClient | any): Promise<users_bet_fields>;
|
|
11
|
-
static update(fields: users_bet_update | Object, transaction?: PoolClient | any): Promise<any>;
|
|
12
|
-
static delete(fields: users_bet_where | Object, transaction?: PoolClient | any): Promise<any>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import base from '../../base';
|
|
2
|
-
import { PoolClient } from 'pg';
|
|
3
|
-
import { users_championships_select } from '../../@types/users/users_championships_select';
|
|
4
|
-
import { users_championships_where } from '../../@types/users/users_championships_where';
|
|
5
|
-
import { users_championships_update } from '../../@types/users/users_championships_update';
|
|
6
|
-
import { users_championships_fields } from '../../@types/users/users_championships_fields';
|
|
7
|
-
export default class users_championships extends base {
|
|
8
|
-
static get(fields: users_championships_select | Object, transaction?: PoolClient | any): Promise<users_championships_fields>;
|
|
9
|
-
static get_all(fields: users_championships_select | Object, transaction?: PoolClient | any): Promise<users_championships_fields[]>;
|
|
10
|
-
static create(fields: users_championships | Object, transaction?: PoolClient | any): Promise<users_championships_fields>;
|
|
11
|
-
static update(fields: users_championships_update | Object, transaction?: PoolClient | any): Promise<any>;
|
|
12
|
-
static delete(fields: users_championships_where | Object, transaction?: PoolClient | any): Promise<any>;
|
|
13
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const base_1 = __importDefault(require("../../base"));
|
|
7
|
-
class users_championships extends base_1.default {
|
|
8
|
-
static async get(fields, transaction = undefined) {
|
|
9
|
-
return await super.b_get('users', fields, 'users_championships', transaction);
|
|
10
|
-
}
|
|
11
|
-
static async get_all(fields, transaction = undefined) {
|
|
12
|
-
return await super.b_get_all('users', fields, 'users_championships', transaction);
|
|
13
|
-
}
|
|
14
|
-
static async create(fields, transaction = undefined) {
|
|
15
|
-
return await super.b_create('users', fields, 'users_championships', transaction);
|
|
16
|
-
}
|
|
17
|
-
static async update(fields, transaction = undefined) {
|
|
18
|
-
return await super.b_update('users', fields, 'users_championships', transaction);
|
|
19
|
-
}
|
|
20
|
-
static async delete(fields, transaction = undefined) {
|
|
21
|
-
return await super.b_delete('users', fields, 'users_championships', transaction);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
exports.default = users_championships;
|
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
championships_users: {
|
|
3
|
-
columns: ({
|
|
4
|
-
name: string;
|
|
5
|
-
value: {
|
|
6
|
-
type: string;
|
|
7
|
-
is_null: string;
|
|
8
|
-
maxlength: null;
|
|
9
|
-
};
|
|
10
|
-
fk_table: string;
|
|
11
|
-
fk_reference: string;
|
|
12
|
-
pk: boolean;
|
|
13
|
-
} | {
|
|
14
|
-
name: string;
|
|
15
|
-
value: {
|
|
16
|
-
type: string;
|
|
17
|
-
is_null: string;
|
|
18
|
-
maxlength: null;
|
|
19
|
-
};
|
|
20
|
-
fk_table: null;
|
|
21
|
-
fk_reference: null;
|
|
22
|
-
pk: boolean;
|
|
23
|
-
})[];
|
|
24
|
-
fathers: {
|
|
25
|
-
name: string;
|
|
26
|
-
value: {
|
|
27
|
-
type: string;
|
|
28
|
-
is_null: string;
|
|
29
|
-
maxlength: null;
|
|
30
|
-
};
|
|
31
|
-
fk_table: string;
|
|
32
|
-
fk_reference: string;
|
|
33
|
-
pk: boolean;
|
|
34
|
-
}[];
|
|
35
|
-
childrens: never[];
|
|
36
|
-
name: string;
|
|
37
|
-
};
|
|
38
|
-
championships_teams: {
|
|
39
|
-
columns: ({
|
|
40
|
-
name: string;
|
|
41
|
-
value: {
|
|
42
|
-
type: string;
|
|
43
|
-
is_null: string;
|
|
44
|
-
maxlength: null;
|
|
45
|
-
};
|
|
46
|
-
fk_table: string;
|
|
47
|
-
fk_reference: string;
|
|
48
|
-
pk: boolean;
|
|
49
|
-
} | {
|
|
50
|
-
name: string;
|
|
51
|
-
value: {
|
|
52
|
-
type: string;
|
|
53
|
-
is_null: string;
|
|
54
|
-
maxlength: null;
|
|
55
|
-
};
|
|
56
|
-
fk_table: null;
|
|
57
|
-
fk_reference: null;
|
|
58
|
-
pk: boolean;
|
|
59
|
-
})[];
|
|
60
|
-
fathers: {
|
|
61
|
-
name: string;
|
|
62
|
-
value: {
|
|
63
|
-
type: string;
|
|
64
|
-
is_null: string;
|
|
65
|
-
maxlength: null;
|
|
66
|
-
};
|
|
67
|
-
fk_table: string;
|
|
68
|
-
fk_reference: string;
|
|
69
|
-
pk: boolean;
|
|
70
|
-
}[];
|
|
71
|
-
childrens: never[];
|
|
72
|
-
name: string;
|
|
73
|
-
};
|
|
74
|
-
championships_matches: {
|
|
75
|
-
columns: ({
|
|
76
|
-
name: string;
|
|
77
|
-
value: {
|
|
78
|
-
type: string;
|
|
79
|
-
is_null: string;
|
|
80
|
-
maxlength: null;
|
|
81
|
-
};
|
|
82
|
-
fk_table: string;
|
|
83
|
-
fk_reference: string;
|
|
84
|
-
pk: boolean;
|
|
85
|
-
} | {
|
|
86
|
-
name: string;
|
|
87
|
-
value: {
|
|
88
|
-
type: string;
|
|
89
|
-
is_null: string;
|
|
90
|
-
maxlength: null;
|
|
91
|
-
};
|
|
92
|
-
fk_table: null;
|
|
93
|
-
fk_reference: null;
|
|
94
|
-
pk: boolean;
|
|
95
|
-
})[];
|
|
96
|
-
fathers: {
|
|
97
|
-
name: string;
|
|
98
|
-
value: {
|
|
99
|
-
type: string;
|
|
100
|
-
is_null: string;
|
|
101
|
-
maxlength: null;
|
|
102
|
-
};
|
|
103
|
-
fk_table: string;
|
|
104
|
-
fk_reference: string;
|
|
105
|
-
pk: boolean;
|
|
106
|
-
}[];
|
|
107
|
-
childrens: {
|
|
108
|
-
name: string;
|
|
109
|
-
value: {
|
|
110
|
-
type: string;
|
|
111
|
-
is_null: string;
|
|
112
|
-
maxlength: null;
|
|
113
|
-
};
|
|
114
|
-
fk_table: string;
|
|
115
|
-
fk_reference: string;
|
|
116
|
-
pk: boolean;
|
|
117
|
-
}[];
|
|
118
|
-
name: string;
|
|
119
|
-
};
|
|
120
|
-
bet_users: {
|
|
121
|
-
columns: ({
|
|
122
|
-
name: string;
|
|
123
|
-
value: {
|
|
124
|
-
type: string;
|
|
125
|
-
is_null: string;
|
|
126
|
-
maxlength: null;
|
|
127
|
-
};
|
|
128
|
-
fk_table: string;
|
|
129
|
-
fk_reference: string;
|
|
130
|
-
pk: boolean;
|
|
131
|
-
} | {
|
|
132
|
-
name: string;
|
|
133
|
-
value: {
|
|
134
|
-
type: string;
|
|
135
|
-
is_null: string;
|
|
136
|
-
maxlength: null;
|
|
137
|
-
};
|
|
138
|
-
fk_table: null;
|
|
139
|
-
fk_reference: null;
|
|
140
|
-
pk: boolean;
|
|
141
|
-
})[];
|
|
142
|
-
fathers: {
|
|
143
|
-
name: string;
|
|
144
|
-
value: {
|
|
145
|
-
type: string;
|
|
146
|
-
is_null: string;
|
|
147
|
-
maxlength: null;
|
|
148
|
-
};
|
|
149
|
-
fk_table: string;
|
|
150
|
-
fk_reference: string;
|
|
151
|
-
pk: boolean;
|
|
152
|
-
}[];
|
|
153
|
-
childrens: never[];
|
|
154
|
-
name: string;
|
|
155
|
-
};
|
|
156
|
-
championships: {
|
|
157
|
-
columns: ({
|
|
158
|
-
name: string;
|
|
159
|
-
value: {
|
|
160
|
-
type: string;
|
|
161
|
-
is_null: string;
|
|
162
|
-
maxlength: null;
|
|
163
|
-
};
|
|
164
|
-
fk_table: string;
|
|
165
|
-
fk_reference: string;
|
|
166
|
-
pk: boolean;
|
|
167
|
-
} | {
|
|
168
|
-
name: string;
|
|
169
|
-
value: {
|
|
170
|
-
type: string;
|
|
171
|
-
is_null: string;
|
|
172
|
-
maxlength: null;
|
|
173
|
-
};
|
|
174
|
-
fk_table: null;
|
|
175
|
-
fk_reference: null;
|
|
176
|
-
pk: boolean;
|
|
177
|
-
})[];
|
|
178
|
-
fathers: never[];
|
|
179
|
-
childrens: {
|
|
180
|
-
name: string;
|
|
181
|
-
value: {
|
|
182
|
-
type: string;
|
|
183
|
-
is_null: string;
|
|
184
|
-
maxlength: null;
|
|
185
|
-
};
|
|
186
|
-
fk_table: string;
|
|
187
|
-
fk_reference: string;
|
|
188
|
-
pk: boolean;
|
|
189
|
-
}[];
|
|
190
|
-
name: string;
|
|
191
|
-
};
|
|
192
|
-
teams: {
|
|
193
|
-
columns: ({
|
|
194
|
-
name: string;
|
|
195
|
-
value: {
|
|
196
|
-
type: string;
|
|
197
|
-
is_null: string;
|
|
198
|
-
maxlength: null;
|
|
199
|
-
};
|
|
200
|
-
fk_table: string;
|
|
201
|
-
fk_reference: string;
|
|
202
|
-
pk: boolean;
|
|
203
|
-
} | {
|
|
204
|
-
name: string;
|
|
205
|
-
value: {
|
|
206
|
-
type: string;
|
|
207
|
-
is_null: string;
|
|
208
|
-
maxlength: null;
|
|
209
|
-
};
|
|
210
|
-
fk_table: null;
|
|
211
|
-
fk_reference: null;
|
|
212
|
-
pk: boolean;
|
|
213
|
-
})[];
|
|
214
|
-
fathers: never[];
|
|
215
|
-
childrens: {
|
|
216
|
-
name: string;
|
|
217
|
-
value: {
|
|
218
|
-
type: string;
|
|
219
|
-
is_null: string;
|
|
220
|
-
maxlength: null;
|
|
221
|
-
};
|
|
222
|
-
fk_table: string;
|
|
223
|
-
fk_reference: string;
|
|
224
|
-
pk: boolean;
|
|
225
|
-
}[];
|
|
226
|
-
name: string;
|
|
227
|
-
};
|
|
228
|
-
};
|
|
229
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const championships_users_1 = __importDefault(require("./championships_users"));
|
|
7
|
-
const championships_teams_1 = __importDefault(require("./championships_teams"));
|
|
8
|
-
const championships_matches_1 = __importDefault(require("./championships_matches"));
|
|
9
|
-
const bet_users_1 = __importDefault(require("./bet_users"));
|
|
10
|
-
const championships_1 = __importDefault(require("./championships"));
|
|
11
|
-
const teams_1 = __importDefault(require("./teams"));
|
|
12
|
-
exports.default = {
|
|
13
|
-
championships_users: championships_users_1.default,
|
|
14
|
-
championships_teams: championships_teams_1.default,
|
|
15
|
-
championships_matches: championships_matches_1.default,
|
|
16
|
-
bet_users: bet_users_1.default,
|
|
17
|
-
championships: championships_1.default,
|
|
18
|
-
teams: teams_1.default
|
|
19
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
users: {
|
|
3
|
-
columns: ({
|
|
4
|
-
name: string;
|
|
5
|
-
value: {
|
|
6
|
-
type: string;
|
|
7
|
-
is_null: string;
|
|
8
|
-
maxlength: null;
|
|
9
|
-
};
|
|
10
|
-
fk_table: string;
|
|
11
|
-
fk_reference: string;
|
|
12
|
-
pk: boolean;
|
|
13
|
-
} | {
|
|
14
|
-
name: string;
|
|
15
|
-
value: {
|
|
16
|
-
type: string;
|
|
17
|
-
is_null: string;
|
|
18
|
-
maxlength: null;
|
|
19
|
-
};
|
|
20
|
-
fk_table: null;
|
|
21
|
-
fk_reference: null;
|
|
22
|
-
pk: boolean;
|
|
23
|
-
} | {
|
|
24
|
-
name: string;
|
|
25
|
-
value: {
|
|
26
|
-
type: string;
|
|
27
|
-
is_null: string;
|
|
28
|
-
maxlength: number;
|
|
29
|
-
};
|
|
30
|
-
fk_table: null;
|
|
31
|
-
fk_reference: null;
|
|
32
|
-
pk: boolean;
|
|
33
|
-
})[];
|
|
34
|
-
fathers: never[];
|
|
35
|
-
childrens: never[];
|
|
36
|
-
name: string;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const users_1 = __importDefault(require("./users"));
|
|
7
|
-
exports.default = {
|
|
8
|
-
users: users_1.default
|
|
9
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
columns: ({
|
|
3
|
-
name: string;
|
|
4
|
-
value: {
|
|
5
|
-
type: string;
|
|
6
|
-
is_null: string;
|
|
7
|
-
maxlength: null;
|
|
8
|
-
};
|
|
9
|
-
fk_table: string;
|
|
10
|
-
fk_reference: string;
|
|
11
|
-
pk: boolean;
|
|
12
|
-
} | {
|
|
13
|
-
name: string;
|
|
14
|
-
value: {
|
|
15
|
-
type: string;
|
|
16
|
-
is_null: string;
|
|
17
|
-
maxlength: null;
|
|
18
|
-
};
|
|
19
|
-
fk_table: null;
|
|
20
|
-
fk_reference: null;
|
|
21
|
-
pk: boolean;
|
|
22
|
-
})[];
|
|
23
|
-
fathers: {
|
|
24
|
-
name: string;
|
|
25
|
-
value: {
|
|
26
|
-
type: string;
|
|
27
|
-
is_null: string;
|
|
28
|
-
maxlength: null;
|
|
29
|
-
};
|
|
30
|
-
fk_table: string;
|
|
31
|
-
fk_reference: string;
|
|
32
|
-
pk: boolean;
|
|
33
|
-
}[];
|
|
34
|
-
childrens: never[];
|
|
35
|
-
name: string;
|
|
36
|
-
};
|
|
37
|
-
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/@types/{championships/championships_matches_fields.js → admin/categoria_order.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_matches_order.js → admin/categoria_select.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_matches_select.js → admin/categoria_update.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_matches_update.js → admin/categoria_where.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_matches_where.js → admin/ecommerce_fields.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_order.js → admin/ecommerce_item_fields.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_select.js → admin/ecommerce_item_order.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_teams_fields.js → admin/ecommerce_item_select.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_teams_order.js → admin/ecommerce_item_update.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_teams_select.js → admin/ecommerce_item_where.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_teams_update.js → admin/ecommerce_order.js}
RENAMED
|
File without changes
|
/package/dist/@types/{championships/championships_teams_where.js → admin/ecommerce_select.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/@types/{championships/championships_users_fields.js → admin/ecommerce_where.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/@types/{championships/championships_users_update.js → admin/empresa_select.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|