@mrnafisia/type-query 1.0.26 → 1.0.29

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.
Files changed (46) hide show
  1. package/README.md +2 -2
  2. package/dist/U.d.ts +2 -2
  3. package/dist/U.js +27 -27
  4. package/dist/context.d.ts +5 -5
  5. package/dist/context.js +85 -85
  6. package/dist/dictionary.d.ts +12 -12
  7. package/dist/dictionary.js +173 -173
  8. package/dist/entity.d.ts +3306 -3306
  9. package/dist/entity.js +960 -960
  10. package/dist/error.d.ts +4 -4
  11. package/dist/error.js +6 -6
  12. package/dist/index.d.ts +32 -32
  13. package/dist/index.js +35 -35
  14. package/dist/model.d.ts +991 -991
  15. package/dist/model.d.ts.map +1 -1
  16. package/dist/model.js +355 -293
  17. package/dist/model.js.map +1 -1
  18. package/dist/pool.d.ts +5 -5
  19. package/dist/pool.d.ts.map +1 -1
  20. package/dist/pool.js +120 -120
  21. package/dist/pool.js.map +1 -1
  22. package/dist/schema.d.ts +25 -25
  23. package/dist/schema.js +395 -395
  24. package/dist/testUtil.d.ts +4 -4
  25. package/dist/testUtil.js +330 -330
  26. package/dist/types/context.d.ts +55 -55
  27. package/dist/types/context.js +2 -2
  28. package/dist/types/entity.d.ts +70 -70
  29. package/dist/types/entity.js +2 -2
  30. package/dist/types/json.d.ts +8 -8
  31. package/dist/types/json.js +2 -2
  32. package/dist/types/model.d.ts +23 -23
  33. package/dist/types/model.d.ts.map +1 -1
  34. package/dist/types/model.js +2 -2
  35. package/dist/types/pool.d.ts +18 -17
  36. package/dist/types/pool.d.ts.map +1 -1
  37. package/dist/types/pool.js +2 -2
  38. package/dist/types/postgres.d.ts +9 -9
  39. package/dist/types/postgres.js +2 -2
  40. package/dist/types/table.d.ts +234 -234
  41. package/dist/types/table.js +2 -2
  42. package/dist/types/testUtil.d.ts +26 -26
  43. package/dist/types/testUtil.js +2 -2
  44. package/dist/utils.d.ts +67 -67
  45. package/dist/utils.js +216 -216
  46. package/package.json +39 -39
@@ -1,5 +1,5 @@
1
- import { CreateTestTableData, TestTransaction } from './types/testUtil';
2
- declare const testTransaction: TestTransaction;
3
- declare const createTestTableData: CreateTestTableData;
4
- export { testTransaction, createTestTableData };
1
+ import { CreateTestTableData, TestTransaction } from './types/testUtil';
2
+ declare const testTransaction: TestTransaction;
3
+ declare const createTestTableData: CreateTestTableData;
4
+ export { testTransaction, createTestTableData };
5
5
  //# sourceMappingURL=testUtil.d.ts.map