@temboplus/frontend-core 1.0.3-beta.1 → 1.0.3

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 (147) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +143 -17
  3. package/dist/coverage/coverage.types.d.ts +1 -0
  4. package/dist/coverage/coverage.types.d.ts.map +1 -0
  5. package/dist/coverage/index.d.ts +1 -0
  6. package/dist/coverage/index.d.ts.map +1 -0
  7. package/dist/coverage/tembo-coverage.d.ts +1 -0
  8. package/dist/coverage/tembo-coverage.d.ts.map +1 -0
  9. package/dist/domain/amount/amount.d.ts +5 -4
  10. package/dist/domain/amount/amount.d.ts.map +1 -0
  11. package/dist/domain/amount/amount.helpers.d.ts +1 -0
  12. package/dist/domain/amount/amount.helpers.d.ts.map +1 -0
  13. package/dist/domain/amount/amount.schema.d.ts +2 -15
  14. package/dist/domain/amount/amount.schema.d.ts.map +1 -0
  15. package/dist/domain/amount/index.d.ts +3 -2
  16. package/dist/domain/amount/index.d.ts.map +1 -0
  17. package/dist/domain/bank/bank.d.ts +3 -2
  18. package/dist/domain/bank/bank.d.ts.map +1 -0
  19. package/dist/domain/bank/bank.helpers.d.ts +2 -1
  20. package/dist/domain/bank/bank.helpers.d.ts.map +1 -0
  21. package/dist/domain/bank/bank.schema.d.ts +8 -33
  22. package/dist/domain/bank/bank.schema.d.ts.map +1 -0
  23. package/dist/domain/bank/bank.types.d.ts +1 -0
  24. package/dist/domain/bank/bank.types.d.ts.map +1 -0
  25. package/dist/domain/bank/index.d.ts +3 -2
  26. package/dist/domain/bank/index.d.ts.map +1 -0
  27. package/dist/domain/channel/channel.d.ts +2 -1
  28. package/dist/domain/channel/channel.d.ts.map +1 -0
  29. package/dist/domain/channel/channel.enums.d.ts +1 -0
  30. package/dist/domain/channel/channel.enums.d.ts.map +1 -0
  31. package/dist/domain/channel/channel.types.d.ts +2 -1
  32. package/dist/domain/channel/channel.types.d.ts.map +1 -0
  33. package/dist/domain/channel/index.d.ts +2 -1
  34. package/dist/domain/channel/index.d.ts.map +1 -0
  35. package/dist/domain/country/country.d.ts +4 -3
  36. package/dist/domain/country/country.d.ts.map +1 -0
  37. package/dist/domain/country/country.enums.d.ts +1 -0
  38. package/dist/domain/country/country.enums.d.ts.map +1 -0
  39. package/dist/domain/country/country.helpers.d.ts +1 -0
  40. package/dist/domain/country/country.helpers.d.ts.map +1 -0
  41. package/dist/domain/country/country.schema.d.ts +6 -21
  42. package/dist/domain/country/country.schema.d.ts.map +1 -0
  43. package/dist/domain/country/country.types.d.ts +1 -0
  44. package/dist/domain/country/country.types.d.ts.map +1 -0
  45. package/dist/domain/country/index.d.ts +3 -2
  46. package/dist/domain/country/index.d.ts.map +1 -0
  47. package/dist/domain/currency/currency.d.ts +3 -2
  48. package/dist/domain/currency/currency.d.ts.map +1 -0
  49. package/dist/domain/currency/currency.helpers.d.ts +1 -0
  50. package/dist/domain/currency/currency.helpers.d.ts.map +1 -0
  51. package/dist/domain/currency/currency.schema.d.ts +3 -10
  52. package/dist/domain/currency/currency.schema.d.ts.map +1 -0
  53. package/dist/domain/currency/currency.types.d.ts +1 -0
  54. package/dist/domain/currency/currency.types.d.ts.map +1 -0
  55. package/dist/domain/currency/index.d.ts +3 -2
  56. package/dist/domain/currency/index.d.ts.map +1 -0
  57. package/dist/domain/index.d.ts +2 -1
  58. package/dist/domain/index.d.ts.map +1 -0
  59. package/dist/domain/mobile-money-provider/index.d.ts +3 -2
  60. package/dist/domain/mobile-money-provider/index.d.ts.map +1 -0
  61. package/dist/domain/mobile-money-provider/mobile-money-provider.d.ts +3 -2
  62. package/dist/domain/mobile-money-provider/mobile-money-provider.d.ts.map +1 -0
  63. package/dist/domain/mobile-money-provider/mobile-money-provider.helpers.d.ts +1 -0
  64. package/dist/domain/mobile-money-provider/mobile-money-provider.helpers.d.ts.map +1 -0
  65. package/dist/domain/mobile-money-provider/mobile-money-provider.schema.d.ts +4 -15
  66. package/dist/domain/mobile-money-provider/mobile-money-provider.schema.d.ts.map +1 -0
  67. package/dist/domain/mobile-money-provider/mobile-money-provider.types.d.ts +19 -4
  68. package/dist/domain/mobile-money-provider/mobile-money-provider.types.d.ts.map +1 -0
  69. package/dist/domain/phone-number/index.d.ts +3 -2
  70. package/dist/domain/phone-number/index.d.ts.map +1 -0
  71. package/dist/domain/phone-number/phone-number.d.ts +2 -1
  72. package/dist/domain/phone-number/phone-number.d.ts.map +1 -0
  73. package/dist/domain/phone-number/phone-number.helpers.d.ts +1 -0
  74. package/dist/domain/phone-number/phone-number.helpers.d.ts.map +1 -0
  75. package/dist/domain/phone-number/phone-number.parser.d.ts +3 -2
  76. package/dist/domain/phone-number/phone-number.parser.d.ts.map +1 -0
  77. package/dist/domain/phone-number/phone-number.schema.d.ts +2 -7
  78. package/dist/domain/phone-number/phone-number.schema.d.ts.map +1 -0
  79. package/dist/domain/phone-number/phone-number.types.d.ts +2 -1
  80. package/dist/domain/phone-number/phone-number.types.d.ts.map +1 -0
  81. package/dist/factories/amount.factory.d.ts +1 -0
  82. package/dist/factories/amount.factory.d.ts.map +1 -0
  83. package/dist/factories/bank.factory.d.ts +1 -0
  84. package/dist/factories/bank.factory.d.ts.map +1 -0
  85. package/dist/factories/country.factory.d.ts +2 -1
  86. package/dist/factories/country.factory.d.ts.map +1 -0
  87. package/dist/factories/currency.factory.d.ts +2 -1
  88. package/dist/factories/currency.factory.d.ts.map +1 -0
  89. package/dist/factories/index.d.ts +1 -0
  90. package/dist/factories/index.d.ts.map +1 -0
  91. package/dist/factories/mobile-money-provider.factory.d.ts +1 -0
  92. package/dist/factories/mobile-money-provider.factory.d.ts.map +1 -0
  93. package/dist/factories/phone-number.factory.d.ts +1 -0
  94. package/dist/factories/phone-number.factory.d.ts.map +1 -0
  95. package/dist/factories/transaction-limit.factory.d.ts +2 -1
  96. package/dist/factories/transaction-limit.factory.d.ts.map +1 -0
  97. package/dist/index.cjs.js +1 -1
  98. package/dist/index.cjs.js.map +1 -1
  99. package/dist/index.d.ts +2 -1
  100. package/dist/index.d.ts.map +1 -0
  101. package/dist/index.esm.js +1 -1
  102. package/dist/index.esm.js.map +1 -1
  103. package/dist/registries/bank.registry.d.ts +1 -0
  104. package/dist/registries/bank.registry.d.ts.map +1 -0
  105. package/dist/registries/country.registry.d.ts +1 -0
  106. package/dist/registries/country.registry.d.ts.map +1 -0
  107. package/dist/registries/currency.registry.d.ts +1 -0
  108. package/dist/registries/currency.registry.d.ts.map +1 -0
  109. package/dist/registries/index.d.ts +1 -0
  110. package/dist/registries/index.d.ts.map +1 -0
  111. package/dist/registries/mobile-money-provider.registry.d.ts +2 -1
  112. package/dist/registries/mobile-money-provider.registry.d.ts.map +1 -0
  113. package/dist/registries/transaction-limit.registry.d.ts +1 -0
  114. package/dist/registries/transaction-limit.registry.d.ts.map +1 -0
  115. package/dist/repositories/bank.repository.d.ts +1 -0
  116. package/dist/repositories/bank.repository.d.ts.map +1 -0
  117. package/dist/repositories/country.repository.d.ts +1 -0
  118. package/dist/repositories/country.repository.d.ts.map +1 -0
  119. package/dist/repositories/currency.repository.d.ts +1 -0
  120. package/dist/repositories/currency.repository.d.ts.map +1 -0
  121. package/dist/repositories/index.d.ts +1 -0
  122. package/dist/repositories/index.d.ts.map +1 -0
  123. package/dist/repositories/mobile-money-provider.repository.d.ts +1 -0
  124. package/dist/repositories/mobile-money-provider.repository.d.ts.map +1 -0
  125. package/dist/repositories/transaction-limit.repository.d.ts +1 -0
  126. package/dist/repositories/transaction-limit.repository.d.ts.map +1 -0
  127. package/dist/utilities/index.d.ts +2 -1
  128. package/dist/utilities/index.d.ts.map +1 -0
  129. package/dist/utilities/text/index.d.ts +1 -0
  130. package/dist/utilities/text/index.d.ts.map +1 -0
  131. package/dist/utilities/text/text.d.ts +1 -0
  132. package/dist/utilities/text/text.d.ts.map +1 -0
  133. package/dist/utilities/timezone/boundaries.d.ts +1 -0
  134. package/dist/utilities/timezone/boundaries.d.ts.map +1 -0
  135. package/dist/utilities/timezone/format.d.ts +1 -0
  136. package/dist/utilities/timezone/format.d.ts.map +1 -0
  137. package/dist/utilities/timezone/index.d.ts +4 -3
  138. package/dist/utilities/timezone/index.d.ts.map +1 -0
  139. package/dist/utilities/timezone/markets.d.ts +1 -0
  140. package/dist/utilities/timezone/markets.d.ts.map +1 -0
  141. package/dist/utilities/timezone/options.d.ts +1 -0
  142. package/dist/utilities/timezone/options.d.ts.map +1 -0
  143. package/dist/utilities/timezone/plain-date.d.ts +1 -0
  144. package/dist/utilities/timezone/plain-date.d.ts.map +1 -0
  145. package/dist/utilities/timezone/validate.d.ts +1 -0
  146. package/dist/utilities/timezone/validate.d.ts.map +1 -0
  147. package/package.json +28 -15
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
- export * from "./domain/index.js";
2
1
  export * from "./coverage/index.js";
2
+ export * from "./domain/index.js";
3
3
  export * from "./factories/index.js";
4
4
  export * from "./registries/index.js";
5
5
  export * from "./utilities/index.js";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC"}