@xxmachina/common 19.0.0-preview.2 → 19.0.0-preview.21

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 (581) hide show
  1. package/_shared/meta/index.d.ts +1 -0
  2. package/_shared/meta/redis/redis.repository.d.ts +6 -3
  3. package/auth/auth.service.d.ts +3 -0
  4. package/azure-auth/auth.service.d.ts +3 -0
  5. package/domain/builder/command/command.builder.d.ts +1 -2
  6. package/domain/builder/command-action/command-action.builder.d.ts +1 -1
  7. package/domain/builder/index.d.ts +4 -0
  8. package/domain/builder/screen-item/screen-item.builder.d.ts +2 -2
  9. package/domain/index.d.ts +2 -1
  10. package/domain/models/index.d.ts +8 -2
  11. package/domain/models/links/index.d.ts +1 -0
  12. package/{domain/invoice → domain-invoice}/builders/email/email.builder.d.ts +1 -1
  13. package/domain-invoice/builders/index.d.ts +3 -0
  14. package/{domain/invoice → domain-invoice}/builders/message/message.builder.d.ts +1 -1
  15. package/{domain/invoice → domain-invoice}/builders/title/title.builder.d.ts +1 -1
  16. package/domain-invoice/index.d.ts +3 -0
  17. package/{domain/invoice → domain-invoice}/models/backoffice/invoice.d.ts +1 -1
  18. package/{domain/invoice → domain-invoice}/models/backoffice/order.d.ts +1 -1
  19. package/{domain/invoice → domain-invoice}/models/backoffice/partner.d.ts +1 -1
  20. package/{domain → domain-invoice}/resolvers/invoice.resolver.d.ts +1 -1
  21. package/fesm2022/xxmachina-common-_shared-auth-passports-anonymous.mjs +20 -0
  22. package/fesm2022/xxmachina-common-_shared-auth-passports-anonymous.mjs.map +1 -0
  23. package/fesm2022/xxmachina-common-_shared-auth-passports-firebase.mjs +41 -0
  24. package/fesm2022/xxmachina-common-_shared-auth-passports-firebase.mjs.map +1 -0
  25. package/fesm2022/xxmachina-common-_shared-auth-passports-internal.mjs +34 -0
  26. package/fesm2022/xxmachina-common-_shared-auth-passports-internal.mjs.map +1 -0
  27. package/fesm2022/xxmachina-common-_shared-auth-passports-msal.mjs +49 -0
  28. package/fesm2022/xxmachina-common-_shared-auth-passports-msal.mjs.map +1 -0
  29. package/fesm2022/xxmachina-common-_shared-auth.mjs +25 -0
  30. package/fesm2022/xxmachina-common-_shared-auth.mjs.map +1 -0
  31. package/fesm2022/xxmachina-common-_shared-meta-redis.mjs +99 -0
  32. package/fesm2022/xxmachina-common-_shared-meta-redis.mjs.map +1 -0
  33. package/fesm2022/xxmachina-common-_shared-meta.mjs +26 -0
  34. package/fesm2022/xxmachina-common-_shared-meta.mjs.map +1 -0
  35. package/fesm2022/xxmachina-common-auth.mjs +17 -0
  36. package/fesm2022/xxmachina-common-auth.mjs.map +1 -0
  37. package/fesm2022/xxmachina-common-azure-auth.mjs +160 -0
  38. package/fesm2022/xxmachina-common-azure-auth.mjs.map +1 -0
  39. package/{domain/builder/screen-item/screen-item.builder.js → fesm2022/xxmachina-common-domain-builder-screen-item.mjs} +10 -11
  40. package/fesm2022/xxmachina-common-domain-builder-screen-item.mjs.map +1 -0
  41. package/fesm2022/xxmachina-common-domain-builder.mjs +470 -0
  42. package/fesm2022/xxmachina-common-domain-builder.mjs.map +1 -0
  43. package/fesm2022/xxmachina-common-domain-invoice-builders.mjs +70 -0
  44. package/fesm2022/xxmachina-common-domain-invoice-builders.mjs.map +1 -0
  45. package/fesm2022/xxmachina-common-domain-invoice-models.mjs +427 -0
  46. package/fesm2022/xxmachina-common-domain-invoice-models.mjs.map +1 -0
  47. package/fesm2022/xxmachina-common-domain-invoice-resolvers.mjs +39 -0
  48. package/fesm2022/xxmachina-common-domain-invoice-resolvers.mjs.map +1 -0
  49. package/fesm2022/xxmachina-common-domain-invoice.mjs +8 -0
  50. package/fesm2022/xxmachina-common-domain-invoice.mjs.map +1 -0
  51. package/fesm2022/xxmachina-common-domain-models.mjs +783 -0
  52. package/fesm2022/xxmachina-common-domain-models.mjs.map +1 -0
  53. package/fesm2022/xxmachina-common-domain.mjs +7 -0
  54. package/fesm2022/xxmachina-common-domain.mjs.map +1 -0
  55. package/fesm2022/xxmachina-common-infra-converters-google.mjs +36 -0
  56. package/fesm2022/xxmachina-common-infra-converters-google.mjs.map +1 -0
  57. package/fesm2022/xxmachina-common-infra-external-data-connect.mjs +13 -0
  58. package/fesm2022/xxmachina-common-infra-external-data-connect.mjs.map +1 -0
  59. package/fesm2022/xxmachina-common-infra-external-quick-js.mjs +44 -0
  60. package/fesm2022/xxmachina-common-infra-external-quick-js.mjs.map +1 -0
  61. package/fesm2022/xxmachina-common-infra-external-resend.mjs +10 -0
  62. package/fesm2022/xxmachina-common-infra-external-resend.mjs.map +1 -0
  63. package/fesm2022/xxmachina-common-infra-external.mjs +36 -0
  64. package/fesm2022/xxmachina-common-infra-external.mjs.map +1 -0
  65. package/fesm2022/xxmachina-common-infra-query-firestore.mjs +34 -0
  66. package/fesm2022/xxmachina-common-infra-query-firestore.mjs.map +1 -0
  67. package/fesm2022/xxmachina-common-infra-query-hasura.mjs +20 -0
  68. package/fesm2022/xxmachina-common-infra-query-hasura.mjs.map +1 -0
  69. package/fesm2022/xxmachina-common-infra-repository-dataconnect.mjs +18 -0
  70. package/fesm2022/xxmachina-common-infra-repository-dataconnect.mjs.map +1 -0
  71. package/fesm2022/xxmachina-common-infra-repository-firestore.mjs +74 -0
  72. package/fesm2022/xxmachina-common-infra-repository-firestore.mjs.map +1 -0
  73. package/fesm2022/xxmachina-common-infra-repository-hasura.mjs +41 -0
  74. package/fesm2022/xxmachina-common-infra-repository-hasura.mjs.map +1 -0
  75. package/fesm2022/xxmachina-common-infra-repository-notion.mjs +112 -0
  76. package/fesm2022/xxmachina-common-infra-repository-notion.mjs.map +1 -0
  77. package/fesm2022/xxmachina-common-infra.mjs +377 -0
  78. package/fesm2022/xxmachina-common-infra.mjs.map +1 -0
  79. package/fesm2022/xxmachina-common-stores-firestore.mjs +33 -0
  80. package/fesm2022/xxmachina-common-stores-firestore.mjs.map +1 -0
  81. package/fesm2022/xxmachina-common-stores-hasura.mjs +32 -0
  82. package/fesm2022/xxmachina-common-stores-hasura.mjs.map +1 -0
  83. package/fesm2022/xxmachina-common-stores.mjs +16 -0
  84. package/fesm2022/xxmachina-common-stores.mjs.map +1 -0
  85. package/fesm2022/xxmachina-common-usecase-assistant.mjs +67 -0
  86. package/fesm2022/xxmachina-common-usecase-assistant.mjs.map +1 -0
  87. package/fesm2022/xxmachina-common-usecase-database.mjs +95 -0
  88. package/fesm2022/xxmachina-common-usecase-database.mjs.map +1 -0
  89. package/fesm2022/xxmachina-common-usecase-graphql.mjs +51 -0
  90. package/fesm2022/xxmachina-common-usecase-graphql.mjs.map +1 -0
  91. package/fesm2022/xxmachina-common-usecase-invoice.mjs +67 -0
  92. package/fesm2022/xxmachina-common-usecase-invoice.mjs.map +1 -0
  93. package/fesm2022/xxmachina-common-usecase-link.mjs +26 -0
  94. package/fesm2022/xxmachina-common-usecase-link.mjs.map +1 -0
  95. package/fesm2022/xxmachina-common-usecase-order.mjs +29 -0
  96. package/fesm2022/xxmachina-common-usecase-order.mjs.map +1 -0
  97. package/fesm2022/xxmachina-common-usecase-project.mjs +35 -0
  98. package/fesm2022/xxmachina-common-usecase-project.mjs.map +1 -0
  99. package/fesm2022/xxmachina-common-usecase-spec.mjs +45 -0
  100. package/fesm2022/xxmachina-common-usecase-spec.mjs.map +1 -0
  101. package/fesm2022/xxmachina-common-usecase.mjs +198 -0
  102. package/fesm2022/xxmachina-common-usecase.mjs.map +1 -0
  103. package/{utils/crypto.js → fesm2022/xxmachina-common-utils-crypto.mjs} +10 -12
  104. package/fesm2022/xxmachina-common-utils-crypto.mjs.map +1 -0
  105. package/{utils/extract-display-fields.js → fesm2022/xxmachina-common-utils.mjs} +7 -4
  106. package/fesm2022/xxmachina-common-utils.mjs.map +1 -0
  107. package/fesm2022/xxmachina-common.mjs +6 -0
  108. package/fesm2022/xxmachina-common.mjs.map +1 -0
  109. package/index.d.ts +1 -0
  110. package/{infrastructure → infra}/converters/google/google.converter.d.ts +4 -1
  111. package/{infrastructure → infra}/external/external.config.d.ts +2 -2
  112. package/{infrastructure → infra}/external/external.service.d.ts +4 -1
  113. package/{infrastructure → infra}/external/quick-js/quick-js.service.d.ts +3 -0
  114. package/infra/external/resend/resend.service.d.ts +2 -0
  115. package/{infrastructure → infra}/external/resend/resend.service.impl.d.ts +4 -8
  116. package/{infrastructure → infra}/infrastructure.config.d.ts +5 -5
  117. package/{infrastructure → infra}/infrastructure.service.d.ts +3 -0
  118. package/infra/query/firestore/index.d.ts +2 -0
  119. package/{infrastructure → infra}/query/firestore/query/query.query.d.ts +3 -0
  120. package/{infrastructure → infra}/query/firestore/resource/resource.query.d.ts +3 -0
  121. package/infra/query/hasura/index.d.ts +1 -0
  122. package/infra/query/hasura/resource/resource.query.d.ts +6 -0
  123. package/infra/repository/dataconnect/index.d.ts +2 -0
  124. package/{infrastructure → infra}/repository/dataconnect/invoice/invoice.repository.impl.d.ts +4 -1
  125. package/{infrastructure → infra}/repository/dataconnect/order/order.repository.impl.d.ts +4 -1
  126. package/infra/repository/firestore/firestore.repository.d.ts +8 -0
  127. package/infra/repository/firestore/index.d.ts +3 -0
  128. package/infra/repository/firestore/link/google/google.repository.d.ts +10 -0
  129. package/infra/repository/firestore/link/link.repository.d.ts +8 -0
  130. package/{infrastructure → infra}/repository/firestore/query/query.repository.d.ts +4 -1
  131. package/{infrastructure → infra}/repository/firestore/resource/resource.repository.d.ts +4 -1
  132. package/infra/repository/hasura/index.d.ts +2 -0
  133. package/{infrastructure → infra}/repository/hasura/query/query.repository.d.ts +3 -0
  134. package/{infrastructure → infra}/repository/hasura/resource/resource.repository.d.ts +3 -0
  135. package/{infrastructure → infra}/repository/notion/contract/contract.repository.d.ts +4 -1
  136. package/infra/repository/notion/index.d.ts +6 -0
  137. package/{infrastructure → infra}/repository/notion/invoice/invoice.repository.d.ts +4 -1
  138. package/{infrastructure → infra}/repository/notion/notion.repository.d.ts +3 -0
  139. package/{infrastructure → infra}/repository/notion/order/order.repository.d.ts +4 -1
  140. package/{infrastructure → infra}/repository/notion/partner/partner.repository.d.ts +4 -1
  141. package/{infrastructure → infra}/repository/redis/operator/operator.repository.d.ts +3 -0
  142. package/{infrastructure → infra}/repository/redis/project/project.repository.d.ts +3 -0
  143. package/{infrastructure → infra}/repository/redis/redis.service.d.ts +3 -0
  144. package/{infrastructure → infra}/repository/redis/spec/spec.repository.d.ts +5 -3
  145. package/infra/repository/redis/system/system.repository.d.ts +6 -0
  146. package/{infrastructure → infra}/repository/repository.config.d.ts +4 -4
  147. package/{infrastructure → infra}/repository/repository.service.d.ts +3 -0
  148. package/package.json +199 -13
  149. package/stores/firestore/firestore.store.d.ts +12 -0
  150. package/stores/firestore/index.d.ts +1 -0
  151. package/stores/hasura/hasura.store.d.ts +12 -0
  152. package/stores/hasura/index.d.ts +1 -0
  153. package/stores/index.d.ts +4 -28
  154. package/usecase/assistant/assistant.service.d.ts +4 -1
  155. package/usecase/database/database.service.d.ts +3 -0
  156. package/usecase/graphql/graphql.service.d.ts +3 -0
  157. package/usecase/invoice/invoice.service.d.ts +9 -13
  158. package/usecase/link/link.service.d.ts +5 -2
  159. package/usecase/order/order.service.d.ts +5 -2
  160. package/usecase/project/project.service.d.ts +4 -1
  161. package/usecase/spec/spec.service.d.ts +4 -1
  162. package/usecase/usecase.service.d.ts +3 -0
  163. package/utils/crypto/index.d.ts +1 -0
  164. package/README.md +0 -11
  165. package/_shared/auth/auth.module.js +0 -22
  166. package/_shared/auth/auth.module.js.map +0 -1
  167. package/_shared/auth/index.js +0 -5
  168. package/_shared/auth/index.js.map +0 -1
  169. package/_shared/auth/passports/anonymous/anonymous.strategy.js +0 -19
  170. package/_shared/auth/passports/anonymous/anonymous.strategy.js.map +0 -1
  171. package/_shared/auth/passports/anonymous/index.js +0 -5
  172. package/_shared/auth/passports/anonymous/index.js.map +0 -1
  173. package/_shared/auth/passports/firebase/firebase.guard.js +0 -23
  174. package/_shared/auth/passports/firebase/firebase.guard.js.map +0 -1
  175. package/_shared/auth/passports/firebase/firebase.strategy.js +0 -22
  176. package/_shared/auth/passports/firebase/firebase.strategy.js.map +0 -1
  177. package/_shared/auth/passports/firebase/index.js +0 -6
  178. package/_shared/auth/passports/firebase/index.js.map +0 -1
  179. package/_shared/auth/passports/internal/index.js +0 -5
  180. package/_shared/auth/passports/internal/index.js.map +0 -1
  181. package/_shared/auth/passports/internal/internal.strategy.js +0 -33
  182. package/_shared/auth/passports/internal/internal.strategy.js.map +0 -1
  183. package/_shared/auth/passports/msal/index.js +0 -6
  184. package/_shared/auth/passports/msal/index.js.map +0 -1
  185. package/_shared/auth/passports/msal/msal.guard.js +0 -13
  186. package/_shared/auth/passports/msal/msal.guard.js.map +0 -1
  187. package/_shared/auth/passports/msal/msal.strategy.js +0 -43
  188. package/_shared/auth/passports/msal/msal.strategy.js.map +0 -1
  189. package/_shared/meta/decorators.js +0 -25
  190. package/_shared/meta/decorators.js.map +0 -1
  191. package/_shared/meta/redis/index.js +0 -6
  192. package/_shared/meta/redis/index.js.map +0 -1
  193. package/_shared/meta/redis/redis.config.js +0 -10
  194. package/_shared/meta/redis/redis.config.js.map +0 -1
  195. package/_shared/meta/redis/redis.repository.js +0 -108
  196. package/_shared/meta/redis/redis.repository.js.map +0 -1
  197. package/auth/auth.service.js +0 -12
  198. package/auth/auth.service.js.map +0 -1
  199. package/auth/index.js +0 -5
  200. package/auth/index.js.map +0 -1
  201. package/azure-auth/auth.di.js +0 -56
  202. package/azure-auth/auth.di.js.map +0 -1
  203. package/azure-auth/auth.service.js +0 -115
  204. package/azure-auth/auth.service.js.map +0 -1
  205. package/azure-auth/index.js +0 -6
  206. package/azure-auth/index.js.map +0 -1
  207. package/domain/builder/command/command.builder.js +0 -30
  208. package/domain/builder/command/command.builder.js.map +0 -1
  209. package/domain/builder/command/index.js +0 -5
  210. package/domain/builder/command/index.js.map +0 -1
  211. package/domain/builder/command-action/command-action.builder.js +0 -139
  212. package/domain/builder/command-action/command-action.builder.js.map +0 -1
  213. package/domain/builder/command-action/index.js +0 -5
  214. package/domain/builder/command-action/index.js.map +0 -1
  215. package/domain/builder/er/er.builder.js +0 -112
  216. package/domain/builder/er/er.builder.js.map +0 -1
  217. package/domain/builder/er/index.js +0 -5
  218. package/domain/builder/er/index.js.map +0 -1
  219. package/domain/builder/screen-item/index.js +0 -5
  220. package/domain/builder/screen-item/index.js.map +0 -1
  221. package/domain/builder/screen-item/screen-item.builder.js.map +0 -1
  222. package/domain/index.js +0 -5
  223. package/domain/index.js.map +0 -1
  224. package/domain/invoice/builders/email/email.builder.js +0 -29
  225. package/domain/invoice/builders/email/email.builder.js.map +0 -1
  226. package/domain/invoice/builders/email/index.js +0 -5
  227. package/domain/invoice/builders/email/index.js.map +0 -1
  228. package/domain/invoice/builders/message/index.js +0 -5
  229. package/domain/invoice/builders/message/index.js.map +0 -1
  230. package/domain/invoice/builders/message/message.builder.js +0 -43
  231. package/domain/invoice/builders/message/message.builder.js.map +0 -1
  232. package/domain/invoice/builders/title/index.js +0 -5
  233. package/domain/invoice/builders/title/index.js.map +0 -1
  234. package/domain/invoice/builders/title/title.builder.js +0 -11
  235. package/domain/invoice/builders/title/title.builder.js.map +0 -1
  236. package/domain/invoice/models/backoffice/contract.js +0 -50
  237. package/domain/invoice/models/backoffice/contract.js.map +0 -1
  238. package/domain/invoice/models/backoffice/index.js +0 -9
  239. package/domain/invoice/models/backoffice/index.js.map +0 -1
  240. package/domain/invoice/models/backoffice/invoice-mail.js +0 -7
  241. package/domain/invoice/models/backoffice/invoice-mail.js.map +0 -1
  242. package/domain/invoice/models/backoffice/invoice.js +0 -91
  243. package/domain/invoice/models/backoffice/invoice.js.map +0 -1
  244. package/domain/invoice/models/backoffice/order.js +0 -157
  245. package/domain/invoice/models/backoffice/order.js.map +0 -1
  246. package/domain/invoice/models/backoffice/partner.js +0 -96
  247. package/domain/invoice/models/backoffice/partner.js.map +0 -1
  248. package/domain/invoice/models/index.js +0 -5
  249. package/domain/invoice/models/index.js.map +0 -1
  250. package/domain/models/agent/assistant.js +0 -31
  251. package/domain/models/agent/assistant.js.map +0 -1
  252. package/domain/models/agent/index.js +0 -5
  253. package/domain/models/agent/index.js.map +0 -1
  254. package/domain/models/bookmarklet/bookmarklet.js +0 -34
  255. package/domain/models/bookmarklet/bookmarklet.js.map +0 -1
  256. package/domain/models/bookmarklet/index.js +0 -5
  257. package/domain/models/bookmarklet/index.js.map +0 -1
  258. package/domain/models/calendar-utils.d.ts +0 -5
  259. package/domain/models/calendar-utils.js +0 -43
  260. package/domain/models/calendar-utils.js.map +0 -1
  261. package/domain/models/command/command.helper.js +0 -14
  262. package/domain/models/command/command.helper.js.map +0 -1
  263. package/domain/models/command/command.js +0 -40
  264. package/domain/models/command/command.js.map +0 -1
  265. package/domain/models/command/index.js +0 -6
  266. package/domain/models/command/index.js.map +0 -1
  267. package/domain/models/database/database.js +0 -7
  268. package/domain/models/database/database.js.map +0 -1
  269. package/domain/models/database/index.js +0 -5
  270. package/domain/models/database/index.js.map +0 -1
  271. package/domain/models/endpoint/endpoint.helper.js +0 -21
  272. package/domain/models/endpoint/endpoint.helper.js.map +0 -1
  273. package/domain/models/endpoint/index.js +0 -5
  274. package/domain/models/endpoint/index.js.map +0 -1
  275. package/domain/models/index.js +0 -12
  276. package/domain/models/index.js.map +0 -1
  277. package/domain/models/links/google/google.js +0 -47
  278. package/domain/models/links/google/google.js.map +0 -1
  279. package/domain/models/links/google/index.js +0 -5
  280. package/domain/models/links/google/index.js.map +0 -1
  281. package/domain/models/openapi/index.js +0 -6
  282. package/domain/models/openapi/index.js.map +0 -1
  283. package/domain/models/openapi/openapi.js +0 -87
  284. package/domain/models/openapi/openapi.js.map +0 -1
  285. package/domain/models/openapi/openapi.schema.js +0 -3
  286. package/domain/models/openapi/openapi.schema.js.map +0 -1
  287. package/domain/models/operators/assistancts/base.js +0 -13
  288. package/domain/models/operators/assistancts/base.js.map +0 -1
  289. package/domain/models/operators/assistancts/index.js +0 -5
  290. package/domain/models/operators/assistancts/index.js.map +0 -1
  291. package/domain/models/operators/base.js +0 -10
  292. package/domain/models/operators/base.js.map +0 -1
  293. package/domain/models/operators/index.js +0 -8
  294. package/domain/models/operators/index.js.map +0 -1
  295. package/domain/models/operators/systems/base.js +0 -3
  296. package/domain/models/operators/systems/base.js.map +0 -1
  297. package/domain/models/operators/systems/graphql.js +0 -3
  298. package/domain/models/operators/systems/graphql.js.map +0 -1
  299. package/domain/models/operators/systems/index.js +0 -7
  300. package/domain/models/operators/systems/index.js.map +0 -1
  301. package/domain/models/operators/systems/rest.js +0 -3
  302. package/domain/models/operators/systems/rest.js.map +0 -1
  303. package/domain/models/operators/workflows/index.js +0 -5
  304. package/domain/models/operators/workflows/index.js.map +0 -1
  305. package/domain/models/operators/workflows/workflow.js +0 -3
  306. package/domain/models/operators/workflows/workflow.js.map +0 -1
  307. package/domain/models/project.js +0 -9
  308. package/domain/models/project.js.map +0 -1
  309. package/domain/models/query/index.js +0 -6
  310. package/domain/models/query/index.js.map +0 -1
  311. package/domain/models/query/query.helper.js +0 -172
  312. package/domain/models/query/query.helper.js.map +0 -1
  313. package/domain/models/query/query.js +0 -122
  314. package/domain/models/query/query.js.map +0 -1
  315. package/domain/models/resource/index.js +0 -6
  316. package/domain/models/resource/index.js.map +0 -1
  317. package/domain/models/resource/resource.helper.js +0 -16
  318. package/domain/models/resource/resource.helper.js.map +0 -1
  319. package/domain/models/resource/resource.js +0 -73
  320. package/domain/models/resource/resource.js.map +0 -1
  321. package/domain/models/scheduler/index.js +0 -5
  322. package/domain/models/scheduler/index.js.map +0 -1
  323. package/domain/models/scheduler/schedule.js +0 -89
  324. package/domain/models/scheduler/schedule.js.map +0 -1
  325. package/domain/models/screen-item/index.js +0 -5
  326. package/domain/models/screen-item/index.js.map +0 -1
  327. package/domain/models/screen-item/screen-item.js +0 -3
  328. package/domain/models/screen-item/screen-item.js.map +0 -1
  329. package/domain/models/spec.js +0 -3
  330. package/domain/models/spec.js.map +0 -1
  331. package/domain/resolvers/index.js +0 -5
  332. package/domain/resolvers/index.js.map +0 -1
  333. package/domain/resolvers/invoice.resolver.js +0 -31
  334. package/domain/resolvers/invoice.resolver.js.map +0 -1
  335. package/infrastructure/converters/bookmarklet/bookmarklet.converter.d.ts +0 -0
  336. package/infrastructure/converters/bookmarklet/bookmarklet.converter.js +0 -1
  337. package/infrastructure/converters/bookmarklet/bookmarklet.converter.js.map +0 -1
  338. package/infrastructure/converters/google/google.converter.js +0 -27
  339. package/infrastructure/converters/google/google.converter.js.map +0 -1
  340. package/infrastructure/converters/google/index.js +0 -5
  341. package/infrastructure/converters/google/index.js.map +0 -1
  342. package/infrastructure/external/data-connect/data-connect.service.impl.d.ts +0 -7
  343. package/infrastructure/external/data-connect/data-connect.service.impl.js +0 -20
  344. package/infrastructure/external/data-connect/data-connect.service.impl.js.map +0 -1
  345. package/infrastructure/external/data-connect/data-connect.service.js +0 -11
  346. package/infrastructure/external/data-connect/data-connect.service.js.map +0 -1
  347. package/infrastructure/external/data-connect/index.js +0 -5
  348. package/infrastructure/external/data-connect/index.js.map +0 -1
  349. package/infrastructure/external/external.config.js +0 -13
  350. package/infrastructure/external/external.config.js.map +0 -1
  351. package/infrastructure/external/external.service.js +0 -23
  352. package/infrastructure/external/external.service.js.map +0 -1
  353. package/infrastructure/external/index.js +0 -6
  354. package/infrastructure/external/index.js.map +0 -1
  355. package/infrastructure/external/quick-js/index.js +0 -5
  356. package/infrastructure/external/quick-js/index.js.map +0 -1
  357. package/infrastructure/external/quick-js/quick-js.service.js +0 -44
  358. package/infrastructure/external/quick-js/quick-js.service.js.map +0 -1
  359. package/infrastructure/external/resend/index.js +0 -5
  360. package/infrastructure/external/resend/index.js.map +0 -1
  361. package/infrastructure/external/resend/resend.service.d.ts +0 -9
  362. package/infrastructure/external/resend/resend.service.impl.js +0 -27
  363. package/infrastructure/external/resend/resend.service.impl.js.map +0 -1
  364. package/infrastructure/external/resend/resend.service.js +0 -6
  365. package/infrastructure/external/resend/resend.service.js.map +0 -1
  366. package/infrastructure/index.js +0 -6
  367. package/infrastructure/index.js.map +0 -1
  368. package/infrastructure/infrastructure.config.js +0 -12
  369. package/infrastructure/infrastructure.config.js.map +0 -1
  370. package/infrastructure/infrastructure.service.js +0 -20
  371. package/infrastructure/infrastructure.service.js.map +0 -1
  372. package/infrastructure/query/firestore/query/index.js +0 -5
  373. package/infrastructure/query/firestore/query/index.js.map +0 -1
  374. package/infrastructure/query/firestore/query/query.query.js +0 -20
  375. package/infrastructure/query/firestore/query/query.query.js.map +0 -1
  376. package/infrastructure/query/firestore/resource/index.js +0 -5
  377. package/infrastructure/query/firestore/resource/index.js.map +0 -1
  378. package/infrastructure/query/firestore/resource/resource.query.js +0 -20
  379. package/infrastructure/query/firestore/resource/resource.query.js.map +0 -1
  380. package/infrastructure/query/hasura/resource/index.js +0 -5
  381. package/infrastructure/query/hasura/resource/index.js.map +0 -1
  382. package/infrastructure/query/hasura/resource/resource.query.d.ts +0 -3
  383. package/infrastructure/query/hasura/resource/resource.query.js +0 -14
  384. package/infrastructure/query/hasura/resource/resource.query.js.map +0 -1
  385. package/infrastructure/repository/dataconnect/invoice/index.js +0 -5
  386. package/infrastructure/repository/dataconnect/invoice/index.js.map +0 -1
  387. package/infrastructure/repository/dataconnect/invoice/invoice.repository.impl.js +0 -54
  388. package/infrastructure/repository/dataconnect/invoice/invoice.repository.impl.js.map +0 -1
  389. package/infrastructure/repository/dataconnect/invoice/invoice.repository.js +0 -11
  390. package/infrastructure/repository/dataconnect/invoice/invoice.repository.js.map +0 -1
  391. package/infrastructure/repository/dataconnect/order/index.js +0 -5
  392. package/infrastructure/repository/dataconnect/order/index.js.map +0 -1
  393. package/infrastructure/repository/dataconnect/order/order.repository.impl.js +0 -74
  394. package/infrastructure/repository/dataconnect/order/order.repository.impl.js.map +0 -1
  395. package/infrastructure/repository/dataconnect/order/order.repository.js +0 -11
  396. package/infrastructure/repository/dataconnect/order/order.repository.js.map +0 -1
  397. package/infrastructure/repository/firestore/bookmarklet/bookmarklet.repository.d.ts +0 -6
  398. package/infrastructure/repository/firestore/bookmarklet/bookmarklet.repository.js +0 -20
  399. package/infrastructure/repository/firestore/bookmarklet/bookmarklet.repository.js.map +0 -1
  400. package/infrastructure/repository/firestore/bookmarklet/index.d.ts +0 -1
  401. package/infrastructure/repository/firestore/bookmarklet/index.js +0 -5
  402. package/infrastructure/repository/firestore/bookmarklet/index.js.map +0 -1
  403. package/infrastructure/repository/firestore/firestore.repository.d.ts +0 -7
  404. package/infrastructure/repository/firestore/firestore.repository.js +0 -20
  405. package/infrastructure/repository/firestore/firestore.repository.js.map +0 -1
  406. package/infrastructure/repository/firestore/index.d.ts +0 -1
  407. package/infrastructure/repository/firestore/index.js +0 -5
  408. package/infrastructure/repository/firestore/index.js.map +0 -1
  409. package/infrastructure/repository/firestore/link/google/google.repository.d.ts +0 -7
  410. package/infrastructure/repository/firestore/link/google/google.repository.js +0 -19
  411. package/infrastructure/repository/firestore/link/google/google.repository.js.map +0 -1
  412. package/infrastructure/repository/firestore/link/google/index.js +0 -5
  413. package/infrastructure/repository/firestore/link/google/index.js.map +0 -1
  414. package/infrastructure/repository/firestore/link/index.js +0 -5
  415. package/infrastructure/repository/firestore/link/index.js.map +0 -1
  416. package/infrastructure/repository/firestore/link/link.repository.d.ts +0 -5
  417. package/infrastructure/repository/firestore/link/link.repository.js +0 -17
  418. package/infrastructure/repository/firestore/link/link.repository.js.map +0 -1
  419. package/infrastructure/repository/firestore/query/index.js +0 -5
  420. package/infrastructure/repository/firestore/query/index.js.map +0 -1
  421. package/infrastructure/repository/firestore/query/query.repository.js +0 -20
  422. package/infrastructure/repository/firestore/query/query.repository.js.map +0 -1
  423. package/infrastructure/repository/firestore/resource/index.js +0 -5
  424. package/infrastructure/repository/firestore/resource/index.js.map +0 -1
  425. package/infrastructure/repository/firestore/resource/resource.repository.js +0 -20
  426. package/infrastructure/repository/firestore/resource/resource.repository.js.map +0 -1
  427. package/infrastructure/repository/hasura/query/index.js +0 -5
  428. package/infrastructure/repository/hasura/query/index.js.map +0 -1
  429. package/infrastructure/repository/hasura/query/query.repository.js +0 -23
  430. package/infrastructure/repository/hasura/query/query.repository.js.map +0 -1
  431. package/infrastructure/repository/hasura/resource/index.js +0 -5
  432. package/infrastructure/repository/hasura/resource/index.js.map +0 -1
  433. package/infrastructure/repository/hasura/resource/resource.repository.js +0 -23
  434. package/infrastructure/repository/hasura/resource/resource.repository.js.map +0 -1
  435. package/infrastructure/repository/index.js +0 -6
  436. package/infrastructure/repository/index.js.map +0 -1
  437. package/infrastructure/repository/notion/contract/contract.config.js +0 -10
  438. package/infrastructure/repository/notion/contract/contract.config.js.map +0 -1
  439. package/infrastructure/repository/notion/contract/contract.repository.js +0 -22
  440. package/infrastructure/repository/notion/contract/contract.repository.js.map +0 -1
  441. package/infrastructure/repository/notion/contract/index.js +0 -6
  442. package/infrastructure/repository/notion/contract/index.js.map +0 -1
  443. package/infrastructure/repository/notion/index.d.ts +0 -2
  444. package/infrastructure/repository/notion/index.js +0 -6
  445. package/infrastructure/repository/notion/index.js.map +0 -1
  446. package/infrastructure/repository/notion/invoice/index.js +0 -6
  447. package/infrastructure/repository/notion/invoice/index.js.map +0 -1
  448. package/infrastructure/repository/notion/invoice/invoice.config.js +0 -10
  449. package/infrastructure/repository/notion/invoice/invoice.config.js.map +0 -1
  450. package/infrastructure/repository/notion/invoice/invoice.repository.js +0 -22
  451. package/infrastructure/repository/notion/invoice/invoice.repository.js.map +0 -1
  452. package/infrastructure/repository/notion/notion.config.js +0 -18
  453. package/infrastructure/repository/notion/notion.config.js.map +0 -1
  454. package/infrastructure/repository/notion/notion.repository.js +0 -26
  455. package/infrastructure/repository/notion/notion.repository.js.map +0 -1
  456. package/infrastructure/repository/notion/order/index.js +0 -5
  457. package/infrastructure/repository/notion/order/index.js.map +0 -1
  458. package/infrastructure/repository/notion/order/order.config.js +0 -10
  459. package/infrastructure/repository/notion/order/order.config.js.map +0 -1
  460. package/infrastructure/repository/notion/order/order.repository.js +0 -22
  461. package/infrastructure/repository/notion/order/order.repository.js.map +0 -1
  462. package/infrastructure/repository/notion/partner/index.js +0 -6
  463. package/infrastructure/repository/notion/partner/index.js.map +0 -1
  464. package/infrastructure/repository/notion/partner/partner.config.js +0 -10
  465. package/infrastructure/repository/notion/partner/partner.config.js.map +0 -1
  466. package/infrastructure/repository/notion/partner/partner.repository.js +0 -22
  467. package/infrastructure/repository/notion/partner/partner.repository.js.map +0 -1
  468. package/infrastructure/repository/redis/index.js +0 -6
  469. package/infrastructure/repository/redis/index.js.map +0 -1
  470. package/infrastructure/repository/redis/operator/index.js +0 -5
  471. package/infrastructure/repository/redis/operator/index.js.map +0 -1
  472. package/infrastructure/repository/redis/operator/operator.repository.js +0 -17
  473. package/infrastructure/repository/redis/operator/operator.repository.js.map +0 -1
  474. package/infrastructure/repository/redis/project/index.js +0 -5
  475. package/infrastructure/repository/redis/project/index.js.map +0 -1
  476. package/infrastructure/repository/redis/project/project.repository.js +0 -33
  477. package/infrastructure/repository/redis/project/project.repository.js.map +0 -1
  478. package/infrastructure/repository/redis/redis.config.js +0 -10
  479. package/infrastructure/repository/redis/redis.config.js.map +0 -1
  480. package/infrastructure/repository/redis/redis.service.js +0 -22
  481. package/infrastructure/repository/redis/redis.service.js.map +0 -1
  482. package/infrastructure/repository/redis/spec/index.js +0 -5
  483. package/infrastructure/repository/redis/spec/index.js.map +0 -1
  484. package/infrastructure/repository/redis/spec/spec.repository.js +0 -94
  485. package/infrastructure/repository/redis/spec/spec.repository.js.map +0 -1
  486. package/infrastructure/repository/redis/system/index.js +0 -5
  487. package/infrastructure/repository/redis/system/index.js.map +0 -1
  488. package/infrastructure/repository/redis/system/system.repository.d.ts +0 -3
  489. package/infrastructure/repository/redis/system/system.repository.js +0 -15
  490. package/infrastructure/repository/redis/system/system.repository.js.map +0 -1
  491. package/infrastructure/repository/repository.config.js +0 -12
  492. package/infrastructure/repository/repository.config.js.map +0 -1
  493. package/infrastructure/repository/repository.service.js +0 -20
  494. package/infrastructure/repository/repository.service.js.map +0 -1
  495. package/stores/index.js +0 -66
  496. package/stores/index.js.map +0 -1
  497. package/usecase/assistant/assistant.service.js +0 -72
  498. package/usecase/assistant/assistant.service.js.map +0 -1
  499. package/usecase/assistant/index.js +0 -5
  500. package/usecase/assistant/index.js.map +0 -1
  501. package/usecase/database/database.service.js +0 -103
  502. package/usecase/database/database.service.js.map +0 -1
  503. package/usecase/database/index.js +0 -5
  504. package/usecase/database/index.js.map +0 -1
  505. package/usecase/graphql/graphql.service.js +0 -49
  506. package/usecase/graphql/graphql.service.js.map +0 -1
  507. package/usecase/graphql/index.js +0 -5
  508. package/usecase/graphql/index.js.map +0 -1
  509. package/usecase/index.js +0 -5
  510. package/usecase/index.js.map +0 -1
  511. package/usecase/invoice/index.js +0 -5
  512. package/usecase/invoice/index.js.map +0 -1
  513. package/usecase/invoice/invoice.service.js +0 -69
  514. package/usecase/invoice/invoice.service.js.map +0 -1
  515. package/usecase/link/index.js +0 -5
  516. package/usecase/link/index.js.map +0 -1
  517. package/usecase/link/link.service.js +0 -20
  518. package/usecase/link/link.service.js.map +0 -1
  519. package/usecase/order/index.js +0 -5
  520. package/usecase/order/index.js.map +0 -1
  521. package/usecase/order/order.service.js +0 -27
  522. package/usecase/order/order.service.js.map +0 -1
  523. package/usecase/project/index.js +0 -5
  524. package/usecase/project/index.js.map +0 -1
  525. package/usecase/project/project.service.js +0 -37
  526. package/usecase/project/project.service.js.map +0 -1
  527. package/usecase/spec/index.js +0 -5
  528. package/usecase/spec/index.js.map +0 -1
  529. package/usecase/spec/spec.service.js +0 -49
  530. package/usecase/spec/spec.service.js.map +0 -1
  531. package/usecase/usecase.service.js +0 -24
  532. package/usecase/usecase.service.js.map +0 -1
  533. package/utils/crypto.js.map +0 -1
  534. package/utils/extract-display-fields.js.map +0 -1
  535. package/utils/index.js +0 -5
  536. package/utils/index.js.map +0 -1
  537. /package/{domain/invoice → domain-invoice}/builders/email/index.d.ts +0 -0
  538. /package/{domain/invoice → domain-invoice}/builders/message/index.d.ts +0 -0
  539. /package/{domain/invoice → domain-invoice}/builders/title/index.d.ts +0 -0
  540. /package/{domain/invoice → domain-invoice}/models/backoffice/contract.d.ts +0 -0
  541. /package/{domain/invoice → domain-invoice}/models/backoffice/index.d.ts +0 -0
  542. /package/{domain/invoice → domain-invoice}/models/backoffice/invoice-mail.d.ts +0 -0
  543. /package/{domain/invoice → domain-invoice}/models/index.d.ts +0 -0
  544. /package/{domain → domain-invoice}/resolvers/index.d.ts +0 -0
  545. /package/{infrastructure → infra}/converters/google/index.d.ts +0 -0
  546. /package/{infrastructure → infra}/external/data-connect/data-connect.service.d.ts +0 -0
  547. /package/{infrastructure → infra}/external/data-connect/index.d.ts +0 -0
  548. /package/{infrastructure → infra}/external/index.d.ts +0 -0
  549. /package/{infrastructure → infra}/external/quick-js/index.d.ts +0 -0
  550. /package/{infrastructure → infra}/external/resend/index.d.ts +0 -0
  551. /package/{infrastructure → infra}/index.d.ts +0 -0
  552. /package/{infrastructure → infra}/query/firestore/query/index.d.ts +0 -0
  553. /package/{infrastructure → infra}/query/firestore/resource/index.d.ts +0 -0
  554. /package/{infrastructure → infra}/query/hasura/resource/index.d.ts +0 -0
  555. /package/{infrastructure → infra}/repository/dataconnect/invoice/index.d.ts +0 -0
  556. /package/{infrastructure → infra}/repository/dataconnect/invoice/invoice.repository.d.ts +0 -0
  557. /package/{infrastructure → infra}/repository/dataconnect/order/index.d.ts +0 -0
  558. /package/{infrastructure → infra}/repository/dataconnect/order/order.repository.d.ts +0 -0
  559. /package/{infrastructure → infra}/repository/firestore/link/google/index.d.ts +0 -0
  560. /package/{infrastructure → infra}/repository/firestore/link/index.d.ts +0 -0
  561. /package/{infrastructure → infra}/repository/firestore/query/index.d.ts +0 -0
  562. /package/{infrastructure → infra}/repository/firestore/resource/index.d.ts +0 -0
  563. /package/{infrastructure → infra}/repository/hasura/query/index.d.ts +0 -0
  564. /package/{infrastructure → infra}/repository/hasura/resource/index.d.ts +0 -0
  565. /package/{infrastructure → infra}/repository/index.d.ts +0 -0
  566. /package/{infrastructure → infra}/repository/notion/contract/contract.config.d.ts +0 -0
  567. /package/{infrastructure → infra}/repository/notion/contract/index.d.ts +0 -0
  568. /package/{infrastructure → infra}/repository/notion/invoice/index.d.ts +0 -0
  569. /package/{infrastructure → infra}/repository/notion/invoice/invoice.config.d.ts +0 -0
  570. /package/{infrastructure → infra}/repository/notion/notion.config.d.ts +0 -0
  571. /package/{infrastructure → infra}/repository/notion/order/index.d.ts +0 -0
  572. /package/{infrastructure → infra}/repository/notion/order/order.config.d.ts +0 -0
  573. /package/{infrastructure → infra}/repository/notion/partner/index.d.ts +0 -0
  574. /package/{infrastructure → infra}/repository/notion/partner/partner.config.d.ts +0 -0
  575. /package/{infrastructure → infra}/repository/redis/index.d.ts +0 -0
  576. /package/{infrastructure → infra}/repository/redis/operator/index.d.ts +0 -0
  577. /package/{infrastructure → infra}/repository/redis/project/index.d.ts +0 -0
  578. /package/{infrastructure → infra}/repository/redis/redis.config.d.ts +0 -0
  579. /package/{infrastructure → infra}/repository/redis/spec/index.d.ts +0 -0
  580. /package/{infrastructure → infra}/repository/redis/system/index.d.ts +0 -0
  581. /package/utils/{crypto.d.ts → crypto/crypto.d.ts} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"google.converter.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/converters/google/google.converter.ts"],"names":[],"mappings":";;;;AAAA,yEAAsE;AACtE,wCAA2C;AAC3C,0DAAmE;AAI5D,IAAM,eAAe,GAArB,MAAM,eAAe;IAC1B,YACU,OAAyB;QAAzB,YAAO,GAAP,OAAO,CAAkB;IAChC,CAAC;IAEJ,aAAa,CAAC,GAAG;QACf,OAAO,IAAI,CAAC,OAAO,CAAC,aAAa,iBAC/B,EAAE,EAAE,GAAG,CAAC,EAAE,IACP,GAAG,CAAC,IAAI,EAAE,GACZ,eAAM,CAAW,CAAC;IACvB,CAAC;IAED,WAAW,CAAC,IAAY;QACtB,OAAO,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC;YAC9B,EAAE,EAAE,IAAI,CAAC,EAAE;YACX,UAAU,EAAE,IAAI,CAAC,UAAU;SAC5B,EAAE,eAAM,CAAW,CAAC;IACvB,CAAC;CACF,CAAA;AAlBY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;6CAGZ,uBAAgB;GAFxB,eAAe,CAkB3B"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./google.converter"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/converters/google/index.ts"],"names":[],"mappings":";;;AAAA,6DAAmC"}
@@ -1,7 +0,0 @@
1
- import { InjectionToken, Provider } from '@angular/core';
2
- export interface DataConnectServiceConfig {
3
- location: string;
4
- serviceId: string;
5
- }
6
- export declare const DATA_CONNECT_SERVICE_CONFIG: InjectionToken<DataConnectServiceConfig>;
7
- export declare function provideDataConnectService(configFactory: () => DataConnectServiceConfig): Provider[];
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DATA_CONNECT_SERVICE_CONFIG = void 0;
4
- exports.provideDataConnectService = provideDataConnectService;
5
- const core_1 = require("@angular/core");
6
- const data_connect_service_1 = require("./data-connect.service");
7
- const data_connect_1 = require("firebase-admin/data-connect");
8
- exports.DATA_CONNECT_SERVICE_CONFIG = new core_1.InjectionToken('DATA_CONNECT_SERVICE_CONFIG');
9
- function provideDataConnectService(configFactory) {
10
- return [
11
- { provide: exports.DATA_CONNECT_SERVICE_CONFIG, useFactory: configFactory },
12
- {
13
- provide: data_connect_service_1.DATA_CONNECT_SERVICE, useFactory: () => {
14
- const config = (0, core_1.inject)(exports.DATA_CONNECT_SERVICE_CONFIG);
15
- return (0, data_connect_1.getDataConnect)(config);
16
- }
17
- },
18
- ];
19
- }
20
- //# sourceMappingURL=data-connect.service.impl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-connect.service.impl.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/data-connect/data-connect.service.impl.ts"],"names":[],"mappings":";;;AAWA,8DAUC;AArBD,wCAA6E;AAC7E,iEAA8D;AAC9D,8DAA6D;AAOhD,QAAA,2BAA2B,GAAG,IAAI,qBAAc,CAA2B,6BAA6B,CAAC,CAAC;AAEvH,SAAgB,yBAAyB,CAAC,aAA6C;IACrF,OAAO;QACL,EAAE,OAAO,EAAE,mCAA2B,EAAE,UAAU,EAAE,aAAa,EAAE;QACnE;YACE,OAAO,EAAE,2CAAoB,EAAE,UAAU,EAAE,GAAG,EAAE;gBAC9C,MAAM,MAAM,GAAG,IAAA,aAAM,EAAC,mCAA2B,CAAC,CAAC;gBACnD,OAAO,IAAA,6BAAc,EAAC,MAAM,CAAC,CAAC;YAChC,CAAC;SACF;KACF,CAAC;AACJ,CAAC"}
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DATA_CONNECT_SERVICE = void 0;
4
- exports.injectDataConnectService = injectDataConnectService;
5
- const core_1 = require("@angular/core");
6
- exports.DATA_CONNECT_SERVICE = new core_1.InjectionToken('DATA_CONNECT_SERVICE');
7
- function injectDataConnectService() {
8
- var _a;
9
- return (_a = (0, core_1.inject)(exports.DATA_CONNECT_SERVICE, { optional: true })) !== null && _a !== void 0 ? _a : {};
10
- }
11
- //# sourceMappingURL=data-connect.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-connect.service.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/data-connect/data-connect.service.ts"],"names":[],"mappings":";;;AAKA,4DAEC;AAPD,wCAAuD;AAG1C,QAAA,oBAAoB,GAAG,IAAI,qBAAc,CAAc,sBAAsB,CAAC,CAAC;AAE5F,SAAgB,wBAAwB;;IACtC,OAAO,MAAA,IAAA,aAAM,EAAC,4BAAoB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,mCAAI,EAAiB,CAAC;AAC/E,CAAC"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./data-connect.service"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/data-connect/index.ts"],"names":[],"mappings":";;;AAAA,iEAAuC"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.provideExternalConfig = provideExternalConfig;
4
- const core_1 = require("@angular/core");
5
- const google_module_1 = require("@nx-ddd/google/google.module");
6
- const openai_1 = require("@nx-ddd/common/infrastructure/externals/openai");
7
- function provideExternalConfig(config) {
8
- return [
9
- (0, openai_1.provideOpenAiConfig)(() => config.openAi),
10
- (0, core_1.importProvidersFrom)(google_module_1.GoogleModule.forRoot(config.google)),
11
- ];
12
- }
13
- //# sourceMappingURL=external.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"external.config.js","sourceRoot":"","sources":["../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/external.config.ts"],"names":[],"mappings":";;AAUA,sDAOC;AAjBD,wCAAoD;AAEpD,gEAA4D;AAC5D,2EAAmG;AAOnG,SAAgB,qBAAqB,CAAC,MAAsB;IAC1D,OAAO;QACL,IAAA,4BAAmB,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC;QACxC,IAAA,0BAAmB,EACjB,4BAAY,CAAC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CACpC;KACF,CAAA;AACH,CAAC"}
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExternalService = void 0;
4
- const tslib_1 = require("tslib");
5
- const core_1 = require("@angular/core");
6
- const google_1 = require("@nx-ddd/google");
7
- const openai_1 = require("@nx-ddd/common/infrastructure/externals/openai");
8
- const data_connect_1 = require("./data-connect");
9
- let ExternalService = class ExternalService {
10
- constructor() {
11
- this.openai = (0, openai_1.injectOpenAiService)();
12
- this.google = (0, core_1.inject)(google_1.GoogleService);
13
- this.dataConnect = (0, data_connect_1.injectDataConnectService)();
14
- }
15
- getAiAdapter(aiConfig) {
16
- return {};
17
- }
18
- };
19
- exports.ExternalService = ExternalService;
20
- exports.ExternalService = ExternalService = tslib_1.__decorate([
21
- (0, core_1.Injectable)({ providedIn: 'root' })
22
- ], ExternalService);
23
- //# sourceMappingURL=external.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"external.service.js","sourceRoot":"","sources":["../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/external.service.ts"],"names":[],"mappings":";;;;AAAA,wCAAmD;AAEnD,2CAA+C;AAC/C,2EAAqF;AACrF,iDAA0D;AAGnD,IAAM,eAAe,GAArB,MAAM,eAAe;IAArB;QACI,WAAM,GAAG,IAAA,4BAAmB,GAAE,CAAC;QAC/B,WAAM,GAAG,IAAA,aAAM,EAAC,sBAAa,CAAC,CAAC;QAC/B,gBAAW,GAAG,IAAA,uCAAwB,GAAE,CAAC;IAKpD,CAAC;IAHC,YAAY,CAAC,QAAkB;QAC7B,OAAO,EAAS,CAAA;IAClB,CAAC;CACF,CAAA;AARY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;GACpB,eAAe,CAQ3B"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./external.config"), exports);
5
- tslib_1.__exportStar(require("./external.service"), exports);
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/index.ts"],"names":[],"mappings":";;;AAAA,4DAAkC;AAClC,6DAAmC"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./quick-js.service"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/quick-js/index.ts"],"names":[],"mappings":";;;AAAA,6DAAmC"}
@@ -1,44 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QuickJsServcie = void 0;
4
- const tslib_1 = require("tslib");
5
- const core_1 = require("@angular/core");
6
- let QuickJsServcie = class QuickJsServcie {
7
- constructor() {
8
- this.quickJs = (0, core_1.signal)(null);
9
- }
10
- init() {
11
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
12
- const quickJS = yield Promise.resolve().then(() => tslib_1.__importStar(require('quickjs-emscripten'))).then(m => m.getQuickJS());
13
- this.quickJs.set(quickJS);
14
- });
15
- }
16
- eval(script) {
17
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
18
- const vm = this.quickJs().newContext();
19
- this.buildInput(vm);
20
- const result = vm.evalCode(script);
21
- if (result.error) {
22
- result.error.dispose();
23
- throw vm.dump(result.error);
24
- }
25
- else {
26
- result.dispose();
27
- }
28
- vm.dispose();
29
- return vm.dump(result.unwrap());
30
- });
31
- }
32
- buildInput(vm) {
33
- const input = vm.newObject();
34
- vm.setProp(input, "name", vm.newString("Alice"));
35
- vm.setProp(input, "age", vm.newNumber(30));
36
- vm.setProp(vm.global, "input", input);
37
- input.dispose();
38
- }
39
- };
40
- exports.QuickJsServcie = QuickJsServcie;
41
- exports.QuickJsServcie = QuickJsServcie = tslib_1.__decorate([
42
- (0, core_1.Injectable)({ providedIn: 'root' })
43
- ], QuickJsServcie);
44
- //# sourceMappingURL=quick-js.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"quick-js.service.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/quick-js/quick-js.service.ts"],"names":[],"mappings":";;;;AAAA,wCAAmD;AAI5C,IAAM,cAAc,GAApB,MAAM,cAAc;IAApB;QACY,YAAO,GAAG,IAAA,aAAM,EAAoB,IAAI,CAAC,CAAC;IAgC7D,CAAC;IA9BO,IAAI;;YACR,MAAM,OAAO,GAAG,MAAM,0DAAO,oBAAoB,IAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC;YAC7E,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QAC5B,CAAC;KAAA;IAEK,IAAI,CAAC,MAAc;;YACvB,MAAM,EAAE,GAAG,IAAI,CAAC,OAAO,EAAE,CAAC,UAAU,EAAE,CAAC;YACvC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;YAEpB,MAAM,MAAM,GAAG,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;YAEnC,IAAI,MAAM,CAAC,KAAK,EAAE,CAAC;gBACjB,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvB,MAAM,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC9B,CAAC;iBAAM,CAAC;gBACN,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,CAAC;YAED,EAAE,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;QAClC,CAAC;KAAA;IAES,UAAU,CAAC,EAAkB;QACrC,MAAM,KAAK,GAAG,EAAE,CAAC,SAAS,EAAE,CAAC;QAC7B,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC;QACjD,EAAE,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,CAAC;QAC3C,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,CAAC;QACtC,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CAEF,CAAA;AAjCY,wCAAc;yBAAd,cAAc;IAD1B,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;GACpB,cAAc,CAiC1B"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./resend.service"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/resend/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiC"}
@@ -1,9 +0,0 @@
1
- import type { ResendService } from "./resend.service.impl";
2
- export declare const RESEND_SERVICE: {
3
- token: import("@angular/core").InjectionToken<ResendService>;
4
- inject: () => ResendService;
5
- provide: (useFactory: () => ResendService) => {
6
- provide: import("@angular/core").InjectionToken<ResendService>;
7
- useFactory: () => ResendService;
8
- };
9
- };
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResendService = exports.RESEND_CONFIG = void 0;
4
- exports.provideResend = provideResend;
5
- const tslib_1 = require("tslib");
6
- const core_1 = require("@angular/core");
7
- const core_2 = require("@nx-ddd/core");
8
- const resend_1 = require("resend");
9
- const resend_service_1 = require("./resend.service");
10
- exports.RESEND_CONFIG = (0, core_2.makeDI)('[@xxmachina/resend] RESEND_CONFIG', { optional: false });
11
- let ResendService = class ResendService extends resend_1.Resend {
12
- constructor(config = exports.RESEND_CONFIG.inject()) {
13
- super(config.apiKey);
14
- }
15
- };
16
- exports.ResendService = ResendService;
17
- exports.ResendService = ResendService = tslib_1.__decorate([
18
- (0, core_1.Injectable)({ providedIn: 'root' }),
19
- tslib_1.__metadata("design:paramtypes", [Object])
20
- ], ResendService);
21
- function provideResend(useFacotry) {
22
- return (0, core_1.makeEnvironmentProviders)([
23
- exports.RESEND_CONFIG.provide(() => useFacotry()),
24
- resend_service_1.RESEND_SERVICE.provide(() => new ResendService()),
25
- ]);
26
- }
27
- //# sourceMappingURL=resend.service.impl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resend.service.impl.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/resend/resend.service.impl.ts"],"names":[],"mappings":";;;AAoBA,sCAKC;;AAzBD,wCAAmG;AACnG,uCAAsC;AACtC,mCAAgC;AAChC,qDAAkD;AAMrC,QAAA,aAAa,GAAG,IAAA,aAAM,EAAe,mCAAmC,EAAE,EAAC,QAAQ,EAAE,KAAK,EAAC,CAAC,CAAC;AAGnG,IAAM,aAAa,GAAnB,MAAM,aAAc,SAAQ,eAAM;IACvC,YACE,MAAM,GAAG,qBAAa,CAAC,MAAM,EAAE;QAE/B,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvB,CAAC;CACF,CAAA;AANY,sCAAa;wBAAb,aAAa;IADzB,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;;GACpB,aAAa,CAMzB;AAED,SAAgB,aAAa,CAAC,UAA8B;IAC1D,OAAO,IAAA,+BAAwB,EAAC;QAC9B,qBAAa,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,CAAC;QACzC,+BAAc,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,aAAa,EAAE,CAAC;KAClD,CAAC,CAAC;AACL,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RESEND_SERVICE = void 0;
4
- const core_1 = require("@nx-ddd/core");
5
- exports.RESEND_SERVICE = (0, core_1.makeDI)('[@xxmachina/resend] RESEND_SERVICE');
6
- //# sourceMappingURL=resend.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resend.service.js","sourceRoot":"","sources":["../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/external/resend/resend.service.ts"],"names":[],"mappings":";;;AAAA,uCAAsC;AAGzB,QAAA,cAAc,GAAG,IAAA,aAAM,EAAgB,oCAAoC,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./infrastructure.config"), exports);
5
- tslib_1.__exportStar(require("./infrastructure.service"), exports);
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../packages/@xxmachina/common/src/lib/infrastructure/index.ts"],"names":[],"mappings":";;;AAAA,kEAAwC;AACxC,mEAAyC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.provideInfrastructureConfig = provideInfrastructureConfig;
4
- const external_1 = require("./external");
5
- const repository_1 = require("./repository");
6
- function provideInfrastructureConfig(config) {
7
- return [
8
- (0, external_1.provideExternalConfig)(config.external),
9
- (0, repository_1.provideRepositoryConfig)(config.repository),
10
- ];
11
- }
12
- //# sourceMappingURL=infrastructure.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"infrastructure.config.js","sourceRoot":"","sources":["../../../../../packages/@xxmachina/common/src/lib/infrastructure/infrastructure.config.ts"],"names":[],"mappings":";;AAQA,kEAKC;AAbD,yCAAmE;AACnE,6CAAyE;AAOzE,SAAgB,2BAA2B,CAAC,MAA4B;IACtE,OAAO;QACL,IAAA,gCAAqB,EAAC,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAA,oCAAuB,EAAC,MAAM,CAAC,UAAU,CAAC;KAC3C,CAAC;AACJ,CAAC"}
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InfrastructureService = void 0;
4
- const tslib_1 = require("tslib");
5
- const core_1 = require("@angular/core");
6
- const repository_1 = require("./repository");
7
- const external_1 = require("./external");
8
- let InfrastructureService = class InfrastructureService {
9
- constructor(external, repo) {
10
- this.external = external;
11
- this.repo = repo;
12
- }
13
- };
14
- exports.InfrastructureService = InfrastructureService;
15
- exports.InfrastructureService = InfrastructureService = tslib_1.__decorate([
16
- (0, core_1.Injectable)({ providedIn: 'root' }),
17
- tslib_1.__metadata("design:paramtypes", [external_1.ExternalService,
18
- repository_1.RepositoriesService])
19
- ], InfrastructureService);
20
- //# sourceMappingURL=infrastructure.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"infrastructure.service.js","sourceRoot":"","sources":["../../../../../packages/@xxmachina/common/src/lib/infrastructure/infrastructure.service.ts"],"names":[],"mappings":";;;;AAAA,wCAA2C;AAC3C,6CAAmD;AACnD,yCAA6C;AAGtC,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAChC,YACS,QAAyB,EACzB,IAAyB;QADzB,aAAQ,GAAR,QAAQ,CAAiB;QACzB,SAAI,GAAJ,IAAI,CAAqB;IAC9B,CAAC;CACN,CAAA;AALY,sDAAqB;gCAArB,qBAAqB;IADjC,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;6CAGZ,0BAAe;QACnB,gCAAmB;GAHvB,qBAAqB,CAKjC"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./query.query"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/query/firestore/query/index.ts"],"names":[],"mappings":";;;AAAA,wDAA8B"}
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueryFirestoreQuery = void 0;
4
- const tslib_1 = require("tslib");
5
- const core_1 = require("@angular/core");
6
- const models_1 = require("@xxmachina/common/domain/models");
7
- const firestore_1 = require("@nx-ddd/firestore");
8
- const v2_1 = require("@nx-ddd/firestore/query/v2");
9
- let QueryFirestoreQuery = class QueryFirestoreQuery extends v2_1.FirestoreQuery {
10
- constructor() {
11
- super(...arguments);
12
- this.collectionPath = 'projects/:projectId/queries/:id';
13
- this.converter = (0, firestore_1.injectConverter)(models_1.Query);
14
- }
15
- };
16
- exports.QueryFirestoreQuery = QueryFirestoreQuery;
17
- exports.QueryFirestoreQuery = QueryFirestoreQuery = tslib_1.__decorate([
18
- (0, core_1.Injectable)({ providedIn: 'root' })
19
- ], QueryFirestoreQuery);
20
- //# sourceMappingURL=query.query.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"query.query.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/query/firestore/query/query.query.ts"],"names":[],"mappings":";;;;AAAA,wCAA2C;AAC3C,4DAAwD;AACxD,iDAAoD;AACpD,mDAA4D;AAGrD,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,mBAAqB;IAAvD;;QACI,mBAAc,GAAG,iCAAiC,CAAC;QAClD,cAAS,GAAG,IAAA,2BAAe,EAAC,cAAK,CAAC,CAAC;IAC/C,CAAC;CAAA,CAAA;AAHY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,iBAAU,EAAC,EAAE,UAAU,EAAE,MAAM,EAAE,CAAC;GACtB,mBAAmB,CAG/B"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./resource.query"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/query/firestore/resource/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiC"}
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceFirestoreQuery = void 0;
4
- const tslib_1 = require("tslib");
5
- const core_1 = require("@angular/core");
6
- const models_1 = require("@xxmachina/common/domain/models");
7
- const firestore_1 = require("@nx-ddd/firestore");
8
- const v2_1 = require("@nx-ddd/firestore/query/v2");
9
- let ResourceFirestoreQuery = class ResourceFirestoreQuery extends v2_1.FirestoreQuery {
10
- constructor() {
11
- super(...arguments);
12
- this.collectionPath = 'projects/:projectId/resources/:id';
13
- this.converter = (0, firestore_1.injectConverter)(models_1.Resource);
14
- }
15
- };
16
- exports.ResourceFirestoreQuery = ResourceFirestoreQuery;
17
- exports.ResourceFirestoreQuery = ResourceFirestoreQuery = tslib_1.__decorate([
18
- (0, core_1.Injectable)({ providedIn: 'root' })
19
- ], ResourceFirestoreQuery);
20
- //# sourceMappingURL=resource.query.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resource.query.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/query/firestore/resource/resource.query.ts"],"names":[],"mappings":";;;;AAAA,wCAA2C;AAC3C,4DAA2D;AAC3D,iDAAoD;AACpD,mDAA4D;AAGrD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,mBAAwB;IAA7D;;QACI,mBAAc,GAAG,mCAAmC,CAAC;QACpD,cAAS,GAAG,IAAA,2BAAe,EAAC,iBAAQ,CAAC,CAAC;IAClD,CAAC;CAAA,CAAA;AAHY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,iBAAU,EAAC,EAAE,UAAU,EAAE,MAAM,EAAE,CAAC;GACtB,sBAAsB,CAGlC"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./resource.query"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/query/hasura/resource/index.ts"],"names":[],"mappings":";;;AAAA,2DAAiC"}
@@ -1,3 +0,0 @@
1
- export declare class ResourceHasuraQuery {
2
- listChanges(): void;
3
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResourceHasuraQuery = void 0;
4
- const tslib_1 = require("tslib");
5
- const core_1 = require("@angular/core");
6
- let ResourceHasuraQuery = class ResourceHasuraQuery {
7
- listChanges() {
8
- }
9
- };
10
- exports.ResourceHasuraQuery = ResourceHasuraQuery;
11
- exports.ResourceHasuraQuery = ResourceHasuraQuery = tslib_1.__decorate([
12
- (0, core_1.Injectable)({ providedIn: 'root' })
13
- ], ResourceHasuraQuery);
14
- //# sourceMappingURL=resource.query.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resource.query.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/query/hasura/resource/resource.query.ts"],"names":[],"mappings":";;;;AAAA,wCAA2C;AAGpC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAC9B,WAAW;IAEX,CAAC;CACF,CAAA;AAJY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,iBAAU,EAAC,EAAE,UAAU,EAAE,MAAM,EAAE,CAAC;GACtB,mBAAmB,CAI/B"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./invoice.repository"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/repository/dataconnect/invoice/index.ts"],"names":[],"mappings":";;;AAAA,+DAAqC"}
@@ -1,54 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvoiceRepository = void 0;
4
- exports.provideInvoiceRepository = provideInvoiceRepository;
5
- const tslib_1 = require("tslib");
6
- const core_1 = require("@angular/core");
7
- const invoice_repository_1 = require("./invoice.repository");
8
- const data_connect_1 = require("@xxmachina/common/infrastructure/external/data-connect");
9
- let InvoiceRepository = class InvoiceRepository {
10
- constructor() {
11
- this.db = (0, data_connect_1.injectDataConnectService)();
12
- }
13
- createMany(invoices) {
14
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
15
- function buildMutationWithInlineData(data) {
16
- const content = data.map(entry => `{
17
- id: \"${entry.id}\"
18
- title: \"${entry.title}\"
19
- }`).join(', \n');
20
- return `
21
- mutation {
22
- invoice_insertMany(data: [
23
- ${content}
24
- ])
25
- }
26
- `;
27
- }
28
- const query = buildMutationWithInlineData(invoices);
29
- yield this.db.executeGraphql(query);
30
- });
31
- }
32
- deleteAll() {
33
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
34
- yield this.db.executeGraphql(`
35
- mutation {
36
- invoice_deleteMany(all: true)
37
- }
38
- `);
39
- });
40
- }
41
- };
42
- exports.InvoiceRepository = InvoiceRepository;
43
- exports.InvoiceRepository = InvoiceRepository = tslib_1.__decorate([
44
- (0, core_1.Injectable)({ providedIn: 'root' })
45
- ], InvoiceRepository);
46
- function provideInvoiceRepository() {
47
- return [
48
- {
49
- provide: invoice_repository_1.INVOICE_REPOSITORY_TOKEN,
50
- useClass: InvoiceRepository,
51
- },
52
- ];
53
- }
54
- //# sourceMappingURL=invoice.repository.impl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"invoice.repository.impl.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/repository/dataconnect/invoice/invoice.repository.impl.ts"],"names":[],"mappings":";;;AAqCA,4DAOC;;AA5CD,wCAA2C;AAE3C,6DAAgE;AAChE,yFAAkG;AAG3F,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAAvB;QACK,OAAE,GAAG,IAAA,uCAAwB,GAAE,CAAC;IA4B5C,CAAC;IA1BO,UAAU,CAAC,QAAmB;;YAClC,SAAS,2BAA2B,CAAC,IAAe;gBAClD,MAAM,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC;gBACxB,KAAK,CAAC,EAAE;mBACL,KAAK,CAAC,KAAK;QACtB,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBAEjB,OAAO;;;cAGC,OAAO;;;OAGd,CAAC;YACJ,CAAC;YACD,MAAM,KAAK,GAAG,2BAA2B,CAAC,QAAQ,CAAC,CAAC;YACpD,MAAM,IAAI,CAAC,EAAE,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;QACtC,CAAC;KAAA;IAEK,SAAS;;YACb,MAAM,IAAI,CAAC,EAAE,CAAC,cAAc,CAAC;;;;KAI5B,CAAC,CAAC;QACL,CAAC;KAAA;CACF,CAAA;AA7BY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;GACpB,iBAAiB,CA6B7B;AAED,SAAgB,wBAAwB;IACtC,OAAO;QACL;YACE,OAAO,EAAE,6CAAwB;YACjC,QAAQ,EAAE,iBAAiB;SAC5B;KACF,CAAA;AACH,CAAC"}
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.INVOICE_REPOSITORY_TOKEN = void 0;
4
- exports.injectInvoiceRepository = injectInvoiceRepository;
5
- const core_1 = require("@angular/core");
6
- exports.INVOICE_REPOSITORY_TOKEN = new core_1.InjectionToken('[@xxmachina/common] InvoiceRepository');
7
- function injectInvoiceRepository() {
8
- var _a;
9
- return (_a = (0, core_1.inject)(exports.INVOICE_REPOSITORY_TOKEN, { optional: true })) !== null && _a !== void 0 ? _a : null;
10
- }
11
- //# sourceMappingURL=invoice.repository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"invoice.repository.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/repository/dataconnect/invoice/invoice.repository.ts"],"names":[],"mappings":";;;AAKA,0DAEC;AAPD,wCAAuD;AAG1C,QAAA,wBAAwB,GAAG,IAAI,qBAAc,CAAoB,uCAAuC,CAAC,CAAC;AAEvH,SAAgB,uBAAuB;;IACrC,OAAO,MAAA,IAAA,aAAM,EAAC,gCAAwB,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,mCAAI,IAAI,CAAC;AACtE,CAAC"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./order.repository"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/repository/dataconnect/order/index.ts"],"names":[],"mappings":";;;AAAA,6DAAmC"}
@@ -1,74 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrderRepository = exports.DataConnectConverter = void 0;
4
- exports.provideOrderRepository = provideOrderRepository;
5
- const tslib_1 = require("tslib");
6
- const core_1 = require("@angular/core");
7
- const order_repository_1 = require("./order.repository");
8
- const data_connect_1 = require("@xxmachina/common/infrastructure/external/data-connect");
9
- class DataConnectConverter {
10
- static fromDayJs(date) {
11
- return date ? `\"${date.toISOString()}\"` : `null`;
12
- }
13
- }
14
- exports.DataConnectConverter = DataConnectConverter;
15
- let OrderRepository = class OrderRepository {
16
- constructor() {
17
- this.db = (0, data_connect_1.injectDataConnectService)();
18
- }
19
- createMany(orders) {
20
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
21
- function buildMutationWithInlineData(data) {
22
- const content = data.map(entry => `{
23
- id: \"${entry.id}\"
24
- title: \"${entry.title}\"
25
- eclId: \"${entry.eclId}\"
26
- customerId: \"${entry.customerId}\"
27
- vendorId: \"${entry.vendorId}\"
28
- contractId: \"${entry.contractId}\"
29
- invoiceId: ${(entry === null || entry === void 0 ? void 0 : entry.invoiceId) ? `\"${entry.invoiceId}\"` : null}
30
- unitPrice: ${entry.unitPrice}
31
- unit: \"${entry.unit}\"
32
- quantity: ${entry.quantity}
33
- amountInput: ${entry.amountInput}
34
- amount: ${entry.amount}
35
- statusIn: \"${entry.statusIn}\"
36
- statusOut: \"${entry.statusOut}\"
37
- startDate: ${DataConnectConverter.fromDayJs(entry.startDate)}
38
- endDate: ${DataConnectConverter.fromDayJs(entry.endDate)}
39
- }`).join(', \n');
40
- return `
41
- mutation {
42
- order_insertMany(data: [
43
- ${content}
44
- ])
45
- }
46
- `;
47
- }
48
- const query = buildMutationWithInlineData(orders);
49
- yield this.db.executeGraphql(query);
50
- });
51
- }
52
- deleteAll() {
53
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
54
- yield this.db.executeGraphql(`
55
- mutation {
56
- order_deleteMany(all: true)
57
- }
58
- `);
59
- });
60
- }
61
- };
62
- exports.OrderRepository = OrderRepository;
63
- exports.OrderRepository = OrderRepository = tslib_1.__decorate([
64
- (0, core_1.Injectable)({ providedIn: 'root' })
65
- ], OrderRepository);
66
- function provideOrderRepository() {
67
- return [
68
- {
69
- provide: order_repository_1.ORDER_REPOSITORY_TOKEN,
70
- useClass: OrderRepository,
71
- },
72
- ];
73
- }
74
- //# sourceMappingURL=order.repository.impl.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"order.repository.impl.js","sourceRoot":"","sources":["../../../../../../../../packages/@xxmachina/common/src/lib/infrastructure/repository/dataconnect/order/order.repository.impl.ts"],"names":[],"mappings":";;;AA0DA,wDAOC;;AAjED,wCAA2C;AAG3C,yDAA4D;AAC5D,yFAAkG;AAElG,MAAa,oBAAoB;IAC/B,MAAM,CAAC,SAAS,CAAC,IAAwB;QACvC,OAAO,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACrD,CAAC;CACF;AAJD,oDAIC;AAGM,IAAM,eAAe,GAArB,MAAM,eAAe;IAArB;QACK,OAAE,GAAG,IAAA,uCAAwB,GAAE,CAAC;IA0C5C,CAAC;IAxCO,UAAU,CAAC,MAAe;;YAC9B,SAAS,2BAA2B,CAAC,IAAa;gBAChD,MAAM,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC;gBACxB,KAAK,CAAC,EAAE;mBACL,KAAK,CAAC,KAAK;mBACX,KAAK,CAAC,KAAK;wBACN,KAAK,CAAC,UAAU;sBAClB,KAAK,CAAC,QAAQ;wBACZ,KAAK,CAAC,UAAU;qBACnB,CAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,EAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,IAAI,CAAC,CAAC,CAAC,IAAI;qBAClD,KAAK,CAAC,SAAS;kBAClB,KAAK,CAAC,IAAI;oBACR,KAAK,CAAC,QAAQ;uBACX,KAAK,CAAC,WAAW;kBACtB,KAAK,CAAC,MAAM;sBACR,KAAK,CAAC,QAAQ;uBACb,KAAK,CAAC,SAAS;qBACjB,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,SAAS,CAAC;mBACjD,oBAAoB,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC;QACxD,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBAEjB,OAAO;;;cAGC,OAAO;;;OAGd,CAAC;YACJ,CAAC;YACD,MAAM,KAAK,GAAG,2BAA2B,CAAC,MAAM,CAAC,CAAC;YAClD,MAAM,IAAI,CAAC,EAAE,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;QACtC,CAAC;KAAA;IAEK,SAAS;;YACb,MAAM,IAAI,CAAC,EAAE,CAAC,cAAc,CAAC;;;;KAI5B,CAAC,CAAC;QACL,CAAC;KAAA;CACF,CAAA;AA3CY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,iBAAU,EAAC,EAAC,UAAU,EAAE,MAAM,EAAC,CAAC;GACpB,eAAe,CA2C3B;AAED,SAAgB,sBAAsB;IACpC,OAAO;QACL;YACE,OAAO,EAAE,yCAAsB;YAC/B,QAAQ,EAAE,eAAe;SAC1B;KACF,CAAA;AACH,CAAC"}