@diegofemello/bitbot-types 1.1.2 → 1.3.1
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 +34 -0
- package/dist/index.d.ts +57 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +63 -6
- package/dist/interfaces/auction-bid.interface.d.ts +1 -1
- package/dist/interfaces/auction-bid.interface.d.ts.map +1 -1
- package/dist/interfaces/auction.interface.d.ts +1 -1
- package/dist/interfaces/auction.interface.d.ts.map +1 -1
- package/dist/interfaces/base.interface.d.ts.map +1 -0
- package/dist/interfaces/bot.interface.d.ts +1 -1
- package/dist/interfaces/bot.interface.d.ts.map +1 -1
- package/dist/interfaces/box.interface.d.ts +1 -1
- package/dist/interfaces/box.interface.d.ts.map +1 -1
- package/dist/interfaces/card.interface.d.ts +1 -1
- package/dist/interfaces/card.interface.d.ts.map +1 -1
- package/dist/interfaces/changelog.interface.d.ts +1 -1
- package/dist/interfaces/changelog.interface.d.ts.map +1 -1
- package/dist/interfaces/command-log.interface.d.ts +1 -1
- package/dist/interfaces/command-log.interface.d.ts.map +1 -1
- package/dist/interfaces/commandinfo.interface.d.ts +1 -1
- package/dist/interfaces/commandinfo.interface.d.ts.map +1 -1
- package/dist/interfaces/customtext.interface.d.ts +1 -1
- package/dist/interfaces/customtext.interface.d.ts.map +1 -1
- package/dist/interfaces/game-group.interface.d.ts +1 -1
- package/dist/interfaces/game-group.interface.d.ts.map +1 -1
- package/dist/interfaces/group-member.interface.d.ts +1 -1
- package/dist/interfaces/group-member.interface.d.ts.map +1 -1
- package/dist/interfaces/group.interface.d.ts +1 -1
- package/dist/interfaces/group.interface.d.ts.map +1 -1
- package/dist/interfaces/item.interface.d.ts +1 -1
- package/dist/interfaces/item.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-bicho.interface.d.ts +1 -1
- package/dist/interfaces/jogo-bicho.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-bingo.interface.d.ts +1 -1
- package/dist/interfaces/jogo-bingo.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-damas.interface.d.ts +1 -1
- package/dist/interfaces/jogo-damas.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-embaralhado.interface.d.ts +1 -1
- package/dist/interfaces/jogo-embaralhado.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-emoji.interface.d.ts +1 -1
- package/dist/interfaces/jogo-emoji.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-forca.interface.d.ts +1 -1
- package/dist/interfaces/jogo-forca.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-pokebattle.interface.d.ts +1 -1
- package/dist/interfaces/jogo-pokebattle.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-qpkm.interface.d.ts +1 -1
- package/dist/interfaces/jogo-qpkm.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-quiz.interface.d.ts +1 -1
- package/dist/interfaces/jogo-quiz.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-stop.interface.d.ts +1 -1
- package/dist/interfaces/jogo-stop.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-velha.interface.d.ts +1 -1
- package/dist/interfaces/jogo-velha.interface.d.ts.map +1 -1
- package/dist/interfaces/jogo-wordle.interface.d.ts +1 -1
- package/dist/interfaces/jogo-wordle.interface.d.ts.map +1 -1
- package/dist/interfaces/oqueoque.interface.d.ts +1 -1
- package/dist/interfaces/oqueoque.interface.d.ts.map +1 -1
- package/dist/interfaces/pokemon.interface.d.ts +1 -1
- package/dist/interfaces/pokemon.interface.d.ts.map +1 -1
- package/dist/interfaces/qdata.interface.d.ts +1 -1
- package/dist/interfaces/qdata.interface.d.ts.map +1 -1
- package/dist/interfaces/quiz.interface.d.ts +1 -1
- package/dist/interfaces/quiz.interface.d.ts.map +1 -1
- package/dist/interfaces/raid-attack.interface.d.ts +1 -1
- package/dist/interfaces/raid-attack.interface.d.ts.map +1 -1
- package/dist/interfaces/raid.interface.d.ts +1 -1
- package/dist/interfaces/raid.interface.d.ts.map +1 -1
- package/dist/interfaces/rpg-item.interface.d.ts +1 -1
- package/dist/interfaces/rpg-item.interface.d.ts.map +1 -1
- package/dist/interfaces/rpg-player.interface.d.ts +1 -1
- package/dist/interfaces/rpg-player.interface.d.ts.map +1 -1
- package/dist/interfaces/rpg.interface.d.ts +1 -1
- package/dist/interfaces/rpg.interface.d.ts.map +1 -1
- package/dist/interfaces/sorteio.interface.d.ts +1 -1
- package/dist/interfaces/sorteio.interface.d.ts.map +1 -1
- package/dist/interfaces/store-item.interface.d.ts +1 -1
- package/dist/interfaces/store-item.interface.d.ts.map +1 -1
- package/dist/interfaces/suggestions.interface.d.ts +1 -1
- package/dist/interfaces/suggestions.interface.d.ts.map +1 -1
- package/dist/interfaces/tarotcard.interface.d.ts +1 -1
- package/dist/interfaces/tarotcard.interface.d.ts.map +1 -1
- package/dist/interfaces/tournament.interface.d.ts +1 -1
- package/dist/interfaces/tournament.interface.d.ts.map +1 -1
- package/dist/interfaces/transaction.interface.d.ts +1 -1
- package/dist/interfaces/transaction.interface.d.ts.map +1 -1
- package/dist/interfaces/user-card.interface.d.ts +1 -1
- package/dist/interfaces/user-card.interface.d.ts.map +1 -1
- package/dist/interfaces/user-item.interface.d.ts +1 -1
- package/dist/interfaces/user-item.interface.d.ts.map +1 -1
- package/dist/interfaces/user-login.interface.d.ts +1 -1
- package/dist/interfaces/user-login.interface.d.ts.map +1 -1
- package/dist/interfaces/user-poke.interface.d.ts +1 -1
- package/dist/interfaces/user-poke.interface.d.ts.map +1 -1
- package/dist/interfaces/user-wish.interface.d.ts +1 -1
- package/dist/interfaces/user-wish.interface.d.ts.map +1 -1
- package/dist/interfaces/user.interface.d.ts +1 -1
- package/dist/interfaces/user.interface.d.ts.map +1 -1
- package/dist/interfaces/vendacard.interface.d.ts +1 -1
- package/dist/interfaces/vendacard.interface.d.ts.map +1 -1
- package/dist/interfaces/wordgroup.interface.d.ts +1 -1
- package/dist/interfaces/wordgroup.interface.d.ts.map +1 -1
- package/dist/utils/card.utils.d.ts +1 -1
- package/dist/utils/card.utils.d.ts.map +1 -1
- package/dist/utils/command.utils.d.ts +1 -1
- package/dist/utils/command.utils.d.ts.map +1 -1
- package/dist/utils/command.utils.js +5 -5
- package/dist/utils/user.utils.d.ts +1 -1
- package/dist/utils/user.utils.d.ts.map +1 -1
- package/package.json +8 -1
- package/dist/enum/index.d.ts +0 -2
- package/dist/enum/index.d.ts.map +0 -1
- package/dist/enum/index.js +0 -17
- package/dist/interfaces/base/base.interface.d.ts.map +0 -1
- package/dist/interfaces/index.d.ts +0 -54
- package/dist/interfaces/index.d.ts.map +0 -1
- package/dist/interfaces/index.js +0 -86
- package/dist/utils/index.d.ts +0 -4
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/index.js +0 -20
- /package/dist/interfaces/{base/base.interface.d.ts → base.interface.d.ts} +0 -0
- /package/dist/interfaces/{base/base.interface.js → base.interface.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qdata.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/qdata.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"qdata.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/qdata.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,MAAO,SAAQ,KAAK;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quiz.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/quiz.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"quiz.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/quiz.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,oBAAY,aAAa;IACvB,sBAAsB,IAAI;IAC1B,QAAQ,IAAI;IACZ,QAAQ,IAAI;IACZ,QAAQ,IAAI;IACZ,mBAAmB,IAAI;IACvB,WAAW,IAAI;IACf,aAAa,IAAI;IACjB,oBAAoB,IAAI;IACxB,YAAY,IAAI;IAChB,iBAAiB,KAAK;IACtB,+BAA+B,KAAK;IACpC,oBAAoB,KAAK;IACzB,4BAA4B,KAAK;IACjC,YAAY,KAAK;IACjB,WAAW,KAAK;IAChB,WAAW,KAAK;IAChB,UAAU,KAAK;IACf,WAAW,KAAK;IAChB,UAAU,KAAK;IACf,UAAU,KAAK;IACf,MAAM,KAAK;IACX,cAAc,KAAK;IACnB,SAAS,KAAK;IACd,UAAU,KAAK;CAChB;AAED,MAAM,WAAW,KAAM,SAAQ,KAAK;IAClC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,aAAa,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raid-attack.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/raid-attack.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"raid-attack.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/raid-attack.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,WAAY,SAAQ,KAAK;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raid.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/raid.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"raid.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/raid.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,KAAM,SAAQ,KAAK;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,OAAO,CAAC;IACxB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpg-item.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/rpg-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"rpg-item.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/rpg-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,QAAS,SAAQ,KAAK;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpg-player.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/rpg-player.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"rpg-player.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/rpg-player.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rpg.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/rpg.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"rpg.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/rpg.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,IAAK,SAAQ,KAAK;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,GAAG,EAAE,MAAM,EAAE,CAAC;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sorteio.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/sorteio.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"sorteio.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/sorteio.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,QAAS,SAAQ,KAAK;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-item.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/store-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"store-item.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/store-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"suggestions.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/suggestions.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"suggestions.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/suggestions.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,oBAAY,gBAAgB;IAC1B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,UAAU,gBAAgB;CAC3B;AAED,MAAM,WAAW,WAAY,SAAQ,KAAK;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tarotcard.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/tarotcard.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"tarotcard.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/tarotcard.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,SAAS,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tournament.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/tournament.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"tournament.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/tournament.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,GAAG,CAAC;CACf;AAED,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,MAAM,WAAW,MAAM;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,WAAY,SAAQ,KAAK;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transaction.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/transaction.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"transaction.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/transaction.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,YAAa,SAAQ,KAAK;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-card.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-card.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user-card.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-card.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,SAAU,SAAQ,KAAK;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-item.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user-item.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-item.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,SAAU,SAAQ,KAAK;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-login.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-login.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user-login.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-login.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,UAAU,EAAE,MAAM,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,IAAI,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-poke.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-poke.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user-poke.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-poke.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,SAAU,SAAQ,KAAK;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-wish.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-wish.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user-wish.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user-wish.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;AAEhD,MAAM,WAAW,SAAU,SAAQ,KAAK;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/user.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,oBAAY,QAAQ;IAClB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,SAAS,QAAQ;IACjB,GAAG,QAAQ;CACZ;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,IAAI,CAAC;CACb;AAED,MAAM,WAAW,KAAM,SAAQ,KAAK;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;IAEnB,EAAE,EAAE,MAAM,CAAC;IAEX,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAEhB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendacard.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/vendacard.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"vendacard.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/vendacard.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wordgroup.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/wordgroup.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"wordgroup.interface.d.ts","sourceRoot":"","sources":["../../src/interfaces/wordgroup.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,WAAW,UAAW,SAAQ,KAAK;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.utils.d.ts","sourceRoot":"","sources":["../../src/utils/card.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"card.utils.d.ts","sourceRoot":"","sources":["../../src/utils/card.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAErD;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,GAAE,MAAiB,GAAG,IAAI,CAczE;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,KAAK,GAAG,OAAO,CAI/C;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,GAAE,MAAY,GAAG,MAAM,CAO/E;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAUlG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.utils.d.ts","sourceRoot":"","sources":["../../src/utils/command.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"command.utils.d.ts","sourceRoot":"","sources":["../../src/utils/command.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAE,OAAc,GAAG,IAAI,CAKxG;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAa5D;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAW/E"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.logCommandExecution = logCommandExecution;
|
|
4
4
|
exports.isGameCommand = isGameCommand;
|
|
5
5
|
exports.formatExecutionTime = formatExecutionTime;
|
|
6
|
-
const
|
|
6
|
+
const command_index_enum_1 = require("../enum/command-index.enum");
|
|
7
7
|
/**
|
|
8
8
|
* Função utilitária para logar execução de comandos
|
|
9
9
|
* @param command - Comando executado
|
|
@@ -22,10 +22,10 @@ function logCommandExecution(command, userId, success = true) {
|
|
|
22
22
|
*/
|
|
23
23
|
function isGameCommand(command) {
|
|
24
24
|
const gameCommands = [
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
command_index_enum_1.CommandIndex.bicho,
|
|
26
|
+
command_index_enum_1.CommandIndex.bingo,
|
|
27
|
+
command_index_enum_1.CommandIndex.capturar,
|
|
28
|
+
command_index_enum_1.CommandIndex.caracoroa,
|
|
29
29
|
// Adicione mais comandos de jogo conforme necessário
|
|
30
30
|
];
|
|
31
31
|
const isGame = gameCommands.includes(command);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.utils.d.ts","sourceRoot":"","sources":["../../src/utils/user.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"user.utils.d.ts","sourceRoot":"","sources":["../../src/utils/user.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE/D;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,GAAE,MAAiB,GAAG,IAAI,CAUxE;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,GAAG,OAAO,CAIhE;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAIrD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diegofemello/bitbot-types",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Interfaces e tipos compartilhados do Bit Bot",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Diego Mello <diegofemello@example.com>",
|
|
@@ -30,6 +30,13 @@
|
|
|
30
30
|
"build": "tsc --project tsconfig.json",
|
|
31
31
|
"test": "echo \"No tests specified\"",
|
|
32
32
|
"clean": "rimraf dist",
|
|
33
|
+
"generate-exports": "node scripts/generate-exports.js",
|
|
34
|
+
"generate-exports:glob": "node scripts/generate-exports-glob.js",
|
|
35
|
+
"generate-exports:smart": "node scripts/generate-exports-smart.js",
|
|
36
|
+
"generate-exports:direct": "node scripts/generate-exports-direct.js",
|
|
37
|
+
"watch-exports": "node scripts/watch-exports.js",
|
|
38
|
+
"dev": "npm run watch-exports",
|
|
39
|
+
"prebuild": "npm run generate-exports:direct",
|
|
33
40
|
"prepare": "npm run build"
|
|
34
41
|
},
|
|
35
42
|
"keywords": [
|
package/dist/enum/index.d.ts
DELETED
package/dist/enum/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enum/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
package/dist/enum/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./command-index.enum"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base.interface.d.ts","sourceRoot":"","sources":["../../../src/interfaces/base/base.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;CAClB"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export * from "./base/base.interface";
|
|
2
|
-
export * from "./auction.interface";
|
|
3
|
-
export * from "./auction-bid.interface";
|
|
4
|
-
export * from "./bot.interface";
|
|
5
|
-
export * from "./box.interface";
|
|
6
|
-
export * from "./item.interface";
|
|
7
|
-
export * from "./store-item.interface";
|
|
8
|
-
export * from "./user-item.interface";
|
|
9
|
-
export * from "./card.interface";
|
|
10
|
-
export * from "./user-card.interface";
|
|
11
|
-
export * from "./vendacard.interface";
|
|
12
|
-
export * from "./jogo-bicho.interface";
|
|
13
|
-
export * from "./jogo-bingo.interface";
|
|
14
|
-
export * from "./jogo-damas.interface";
|
|
15
|
-
export * from "./jogo-embaralhado.interface";
|
|
16
|
-
export * from "./jogo-emoji.interface";
|
|
17
|
-
export * from "./jogo-forca.interface";
|
|
18
|
-
export * from "./jogo-image.interface";
|
|
19
|
-
export * from "./jogo-pokebattle.interface";
|
|
20
|
-
export * from "./jogo-qpkm.interface";
|
|
21
|
-
export * from "./jogo-quiz.interface";
|
|
22
|
-
export * from "./jogo-stop.interface";
|
|
23
|
-
export * from "./jogo-velha.interface";
|
|
24
|
-
export * from "./jogo-wordle.interface";
|
|
25
|
-
export * from "./game-group.interface";
|
|
26
|
-
export * from "./group.interface";
|
|
27
|
-
export * from "./group-member.interface";
|
|
28
|
-
export * from "./pokemon.interface";
|
|
29
|
-
export * from "./user-poke.interface";
|
|
30
|
-
export * from "./rpg.interface";
|
|
31
|
-
export * from "./rpg-item.interface";
|
|
32
|
-
export * from "./rpg-player.interface";
|
|
33
|
-
export * from "./raid.interface";
|
|
34
|
-
export * from "./raid-attack.interface";
|
|
35
|
-
export * from "./raidrewardstype.interface";
|
|
36
|
-
export * from "./user.interface";
|
|
37
|
-
export * from "./user-login.interface";
|
|
38
|
-
export * from "./user-wish.interface";
|
|
39
|
-
export * from "./oqueoque.interface";
|
|
40
|
-
export * from "./qdata.interface";
|
|
41
|
-
export * from "./quiz.interface";
|
|
42
|
-
export * from "./command-log.interface";
|
|
43
|
-
export * from "./commandinfo.interface";
|
|
44
|
-
export * from "./menu.interface";
|
|
45
|
-
export * from "./tournament.interface";
|
|
46
|
-
export * from "./transaction.interface";
|
|
47
|
-
export * from "./changelog.interface";
|
|
48
|
-
export * from "./customtext.interface";
|
|
49
|
-
export * from "./wordgroup.interface";
|
|
50
|
-
export * from "./sorteio.interface";
|
|
51
|
-
export * from "./stable-diffusion.interface";
|
|
52
|
-
export * from "./suggestions.interface";
|
|
53
|
-
export * from "./tarotcard.interface";
|
|
54
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC;AAGtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AAGxC,cAAc,iBAAiB,CAAC;AAGhC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AAGxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AAGvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAG5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,wBAAwB,CAAC;AAGvC,cAAc,yBAAyB,CAAC;AAGxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC"}
|
package/dist/interfaces/index.js
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
// Base interfaces
|
|
18
|
-
__exportStar(require("./base/base.interface"), exports);
|
|
19
|
-
// Auction interfaces
|
|
20
|
-
__exportStar(require("./auction.interface"), exports);
|
|
21
|
-
__exportStar(require("./auction-bid.interface"), exports);
|
|
22
|
-
// Bot configuration
|
|
23
|
-
__exportStar(require("./bot.interface"), exports);
|
|
24
|
-
// Box and items
|
|
25
|
-
__exportStar(require("./box.interface"), exports);
|
|
26
|
-
__exportStar(require("./item.interface"), exports);
|
|
27
|
-
__exportStar(require("./store-item.interface"), exports);
|
|
28
|
-
__exportStar(require("./user-item.interface"), exports);
|
|
29
|
-
// Cards
|
|
30
|
-
__exportStar(require("./card.interface"), exports);
|
|
31
|
-
__exportStar(require("./user-card.interface"), exports);
|
|
32
|
-
__exportStar(require("./vendacard.interface"), exports);
|
|
33
|
-
// Games
|
|
34
|
-
__exportStar(require("./jogo-bicho.interface"), exports);
|
|
35
|
-
__exportStar(require("./jogo-bingo.interface"), exports);
|
|
36
|
-
__exportStar(require("./jogo-damas.interface"), exports);
|
|
37
|
-
__exportStar(require("./jogo-embaralhado.interface"), exports);
|
|
38
|
-
__exportStar(require("./jogo-emoji.interface"), exports);
|
|
39
|
-
__exportStar(require("./jogo-forca.interface"), exports);
|
|
40
|
-
__exportStar(require("./jogo-image.interface"), exports);
|
|
41
|
-
__exportStar(require("./jogo-pokebattle.interface"), exports);
|
|
42
|
-
__exportStar(require("./jogo-qpkm.interface"), exports);
|
|
43
|
-
__exportStar(require("./jogo-quiz.interface"), exports);
|
|
44
|
-
__exportStar(require("./jogo-stop.interface"), exports);
|
|
45
|
-
__exportStar(require("./jogo-velha.interface"), exports);
|
|
46
|
-
__exportStar(require("./jogo-wordle.interface"), exports);
|
|
47
|
-
// Group management
|
|
48
|
-
__exportStar(require("./game-group.interface"), exports);
|
|
49
|
-
__exportStar(require("./group.interface"), exports);
|
|
50
|
-
__exportStar(require("./group-member.interface"), exports);
|
|
51
|
-
// Pokemon
|
|
52
|
-
__exportStar(require("./pokemon.interface"), exports);
|
|
53
|
-
__exportStar(require("./user-poke.interface"), exports);
|
|
54
|
-
// RPG system
|
|
55
|
-
__exportStar(require("./rpg.interface"), exports);
|
|
56
|
-
__exportStar(require("./rpg-item.interface"), exports);
|
|
57
|
-
__exportStar(require("./rpg-player.interface"), exports);
|
|
58
|
-
// Raids
|
|
59
|
-
__exportStar(require("./raid.interface"), exports);
|
|
60
|
-
__exportStar(require("./raid-attack.interface"), exports);
|
|
61
|
-
__exportStar(require("./raidrewardstype.interface"), exports);
|
|
62
|
-
// Users
|
|
63
|
-
__exportStar(require("./user.interface"), exports);
|
|
64
|
-
__exportStar(require("./user-login.interface"), exports);
|
|
65
|
-
__exportStar(require("./user-wish.interface"), exports);
|
|
66
|
-
// Quiz and Q&A
|
|
67
|
-
__exportStar(require("./oqueoque.interface"), exports);
|
|
68
|
-
__exportStar(require("./qdata.interface"), exports);
|
|
69
|
-
__exportStar(require("./quiz.interface"), exports);
|
|
70
|
-
// Commands and menus
|
|
71
|
-
__exportStar(require("./command-log.interface"), exports);
|
|
72
|
-
__exportStar(require("./commandinfo.interface"), exports);
|
|
73
|
-
__exportStar(require("./menu.interface"), exports);
|
|
74
|
-
// Tournament
|
|
75
|
-
__exportStar(require("./tournament.interface"), exports);
|
|
76
|
-
// Transactions
|
|
77
|
-
__exportStar(require("./transaction.interface"), exports);
|
|
78
|
-
// Text and content
|
|
79
|
-
__exportStar(require("./changelog.interface"), exports);
|
|
80
|
-
__exportStar(require("./customtext.interface"), exports);
|
|
81
|
-
__exportStar(require("./wordgroup.interface"), exports);
|
|
82
|
-
// Others
|
|
83
|
-
__exportStar(require("./sorteio.interface"), exports);
|
|
84
|
-
__exportStar(require("./stable-diffusion.interface"), exports);
|
|
85
|
-
__exportStar(require("./suggestions.interface"), exports);
|
|
86
|
-
__exportStar(require("./tarotcard.interface"), exports);
|
package/dist/utils/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
package/dist/utils/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
// Export all utility functions
|
|
18
|
-
__exportStar(require("./user.utils"), exports);
|
|
19
|
-
__exportStar(require("./command.utils"), exports);
|
|
20
|
-
__exportStar(require("./card.utils"), exports);
|
|
File without changes
|
|
File without changes
|