@powerhousedao/contributor-billing 0.1.31 → 0.1.32

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 (1118) hide show
  1. package/dist/document-models/account-transactions/actions.d.ts +20 -0
  2. package/dist/document-models/account-transactions/actions.d.ts.map +1 -0
  3. package/dist/document-models/account-transactions/actions.js +9 -0
  4. package/dist/document-models/account-transactions/gen/account/actions.d.ts +8 -0
  5. package/dist/document-models/account-transactions/gen/account/actions.d.ts.map +1 -0
  6. package/dist/document-models/account-transactions/gen/account/creators.d.ts +4 -0
  7. package/dist/document-models/account-transactions/gen/account/creators.d.ts.map +1 -0
  8. package/dist/document-models/account-transactions/gen/account/creators.js +3 -0
  9. package/dist/document-models/account-transactions/gen/account/error.d.ts.map +1 -0
  10. package/dist/document-models/account-transactions/gen/account/operations.d.ts +7 -0
  11. package/dist/document-models/account-transactions/gen/account/operations.d.ts.map +1 -0
  12. package/dist/document-models/account-transactions/gen/actions.d.ts +8 -0
  13. package/dist/document-models/account-transactions/gen/actions.d.ts.map +1 -0
  14. package/dist/document-models/account-transactions/gen/actions.js +3 -0
  15. package/dist/document-models/account-transactions/gen/budgets/actions.d.ts +16 -0
  16. package/dist/document-models/account-transactions/gen/budgets/actions.d.ts.map +1 -0
  17. package/dist/document-models/account-transactions/gen/budgets/actions.js +1 -0
  18. package/dist/document-models/account-transactions/gen/budgets/creators.d.ts +6 -0
  19. package/dist/document-models/account-transactions/gen/budgets/creators.d.ts.map +1 -0
  20. package/dist/document-models/account-transactions/gen/budgets/creators.js +5 -0
  21. package/dist/document-models/account-transactions/gen/budgets/error.d.ts +2 -0
  22. package/dist/document-models/account-transactions/gen/budgets/error.d.ts.map +1 -0
  23. package/dist/document-models/account-transactions/gen/budgets/error.js +1 -0
  24. package/dist/document-models/account-transactions/gen/budgets/operations.d.ts +9 -0
  25. package/dist/document-models/account-transactions/gen/budgets/operations.d.ts.map +1 -0
  26. package/dist/document-models/account-transactions/gen/budgets/operations.js +3 -0
  27. package/dist/document-models/account-transactions/gen/creators.d.ts +7 -0
  28. package/dist/document-models/account-transactions/gen/creators.d.ts.map +1 -0
  29. package/dist/document-models/account-transactions/gen/creators.js +6 -0
  30. package/dist/document-models/account-transactions/gen/document-model.d.ts.map +1 -0
  31. package/dist/document-models/account-transactions/gen/document-model.js +139 -0
  32. package/dist/document-models/account-transactions/gen/document-schema.d.ts +180 -0
  33. package/dist/document-models/account-transactions/gen/document-schema.d.ts.map +1 -0
  34. package/dist/document-models/account-transactions/gen/document-schema.js +33 -0
  35. package/dist/document-models/account-transactions/gen/document-type.d.ts +2 -0
  36. package/dist/document-models/account-transactions/gen/document-type.d.ts.map +1 -0
  37. package/dist/document-models/account-transactions/gen/document-type.js +1 -0
  38. package/dist/document-models/account-transactions/gen/index.d.ts +14 -0
  39. package/dist/document-models/account-transactions/gen/index.d.ts.map +1 -0
  40. package/dist/document-models/account-transactions/gen/index.js +13 -0
  41. package/dist/document-models/account-transactions/gen/ph-factories.d.ts +23 -0
  42. package/dist/document-models/account-transactions/gen/ph-factories.d.ts.map +1 -0
  43. package/dist/document-models/account-transactions/gen/ph-factories.js +59 -0
  44. package/dist/document-models/account-transactions/gen/reducer.d.ts +3 -0
  45. package/dist/document-models/account-transactions/gen/reducer.d.ts.map +1 -0
  46. package/dist/document-models/account-transactions/gen/reducer.js +47 -0
  47. package/dist/document-models/account-transactions/gen/schema/index.d.ts.map +1 -0
  48. package/dist/document-models/account-transactions/gen/schema/types.d.ts +230 -0
  49. package/dist/document-models/account-transactions/gen/schema/types.d.ts.map +1 -0
  50. package/dist/document-models/account-transactions/gen/schema/zod.d.ts +25 -0
  51. package/dist/document-models/account-transactions/gen/schema/zod.d.ts.map +1 -0
  52. package/dist/document-models/account-transactions/gen/schema/zod.js +144 -0
  53. package/dist/document-models/account-transactions/gen/transactions/actions.d.ts +20 -0
  54. package/dist/document-models/account-transactions/gen/transactions/actions.d.ts.map +1 -0
  55. package/dist/document-models/account-transactions/gen/transactions/actions.js +1 -0
  56. package/dist/document-models/account-transactions/gen/transactions/creators.d.ts +7 -0
  57. package/dist/document-models/account-transactions/gen/transactions/creators.d.ts.map +1 -0
  58. package/dist/document-models/account-transactions/gen/transactions/creators.js +6 -0
  59. package/dist/document-models/account-transactions/gen/transactions/error.d.ts +2 -0
  60. package/dist/document-models/account-transactions/gen/transactions/error.d.ts.map +1 -0
  61. package/dist/document-models/account-transactions/gen/transactions/error.js +1 -0
  62. package/dist/document-models/account-transactions/gen/transactions/operations.d.ts +10 -0
  63. package/dist/document-models/account-transactions/gen/transactions/operations.d.ts.map +1 -0
  64. package/dist/document-models/account-transactions/gen/transactions/operations.js +3 -0
  65. package/dist/document-models/account-transactions/gen/types.d.ts +12 -0
  66. package/dist/document-models/account-transactions/gen/types.d.ts.map +1 -0
  67. package/dist/document-models/account-transactions/gen/utils.d.ts +15 -0
  68. package/dist/document-models/account-transactions/gen/utils.d.ts.map +1 -0
  69. package/dist/document-models/account-transactions/gen/utils.js +63 -0
  70. package/dist/document-models/account-transactions/hooks.d.ts +11 -0
  71. package/dist/document-models/account-transactions/hooks.d.ts.map +1 -0
  72. package/dist/document-models/account-transactions/hooks.js +26 -0
  73. package/dist/document-models/account-transactions/index.d.ts.map +1 -0
  74. package/dist/document-models/account-transactions/module.d.ts +5 -0
  75. package/dist/document-models/account-transactions/module.d.ts.map +1 -0
  76. package/dist/document-models/account-transactions/module.js +10 -0
  77. package/dist/document-models/account-transactions/src/index.d.ts.map +1 -0
  78. package/dist/document-models/account-transactions/src/reducers/account.d.ts +3 -0
  79. package/dist/document-models/account-transactions/src/reducers/account.d.ts.map +1 -0
  80. package/dist/document-models/account-transactions/src/reducers/account.js +13 -0
  81. package/dist/document-models/account-transactions/src/reducers/budgets.d.ts +3 -0
  82. package/dist/document-models/account-transactions/src/reducers/budgets.d.ts.map +1 -0
  83. package/dist/document-models/account-transactions/src/reducers/budgets.js +20 -0
  84. package/dist/document-models/account-transactions/src/reducers/transactions.d.ts +3 -0
  85. package/dist/document-models/account-transactions/src/reducers/transactions.d.ts.map +1 -0
  86. package/dist/document-models/account-transactions/src/reducers/transactions.js +69 -0
  87. package/dist/document-models/{integrations/src/tests/integrations.test.d.ts → account-transactions/src/tests/account.test.d.ts} +1 -1
  88. package/dist/document-models/account-transactions/src/tests/account.test.d.ts.map +1 -0
  89. package/dist/document-models/account-transactions/src/tests/account.test.js +19 -0
  90. package/dist/document-models/account-transactions/src/tests/budgets.test.d.ts +6 -0
  91. package/dist/document-models/account-transactions/src/tests/budgets.test.d.ts.map +1 -0
  92. package/dist/document-models/account-transactions/src/tests/budgets.test.js +39 -0
  93. package/dist/document-models/account-transactions/src/tests/document-model.test.d.ts.map +1 -0
  94. package/dist/document-models/account-transactions/src/tests/document-model.test.js +104 -0
  95. package/dist/document-models/account-transactions/src/tests/transactions.test.d.ts +6 -0
  96. package/dist/document-models/account-transactions/src/tests/transactions.test.d.ts.map +1 -0
  97. package/dist/document-models/account-transactions/src/tests/transactions.test.js +49 -0
  98. package/dist/document-models/account-transactions/src/utils.d.ts.map +1 -0
  99. package/dist/document-models/account-transactions/utils.d.ts +14 -0
  100. package/dist/document-models/account-transactions/utils.d.ts.map +1 -0
  101. package/dist/document-models/account-transactions/utils.js +7 -0
  102. package/dist/document-models/{integrations → accounts}/actions.d.ts +5 -4
  103. package/dist/document-models/accounts/actions.d.ts.map +1 -0
  104. package/dist/document-models/accounts/actions.js +4 -0
  105. package/dist/document-models/accounts/gen/accounts/actions.d.ts +20 -0
  106. package/dist/document-models/accounts/gen/accounts/actions.d.ts.map +1 -0
  107. package/dist/document-models/accounts/gen/accounts/actions.js +1 -0
  108. package/dist/document-models/accounts/gen/accounts/creators.d.ts +7 -0
  109. package/dist/document-models/accounts/gen/accounts/creators.d.ts.map +1 -0
  110. package/dist/document-models/accounts/gen/accounts/creators.js +6 -0
  111. package/dist/document-models/accounts/gen/accounts/error.d.ts +2 -0
  112. package/dist/document-models/accounts/gen/accounts/error.d.ts.map +1 -0
  113. package/dist/document-models/accounts/gen/accounts/error.js +1 -0
  114. package/dist/document-models/accounts/gen/accounts/operations.d.ts +10 -0
  115. package/dist/document-models/accounts/gen/accounts/operations.d.ts.map +1 -0
  116. package/dist/document-models/accounts/gen/accounts/operations.js +3 -0
  117. package/dist/document-models/accounts/gen/actions.d.ts +4 -0
  118. package/dist/document-models/accounts/gen/actions.d.ts.map +1 -0
  119. package/dist/document-models/accounts/gen/actions.js +1 -0
  120. package/dist/document-models/accounts/gen/creators.d.ts +3 -0
  121. package/dist/document-models/accounts/gen/creators.d.ts.map +1 -0
  122. package/dist/document-models/accounts/gen/creators.js +2 -0
  123. package/dist/document-models/accounts/gen/document-model.d.ts +3 -0
  124. package/dist/document-models/accounts/gen/document-model.d.ts.map +1 -0
  125. package/dist/document-models/accounts/gen/document-model.js +81 -0
  126. package/dist/document-models/accounts/gen/document-schema.d.ts +142 -0
  127. package/dist/document-models/accounts/gen/document-schema.d.ts.map +1 -0
  128. package/dist/document-models/accounts/gen/document-schema.js +33 -0
  129. package/dist/document-models/accounts/gen/document-type.d.ts +2 -0
  130. package/dist/document-models/accounts/gen/document-type.d.ts.map +1 -0
  131. package/dist/document-models/accounts/gen/document-type.js +1 -0
  132. package/dist/document-models/{integrations → accounts}/gen/index.d.ts +2 -2
  133. package/dist/document-models/accounts/gen/index.d.ts.map +1 -0
  134. package/dist/document-models/{integrations → accounts}/gen/index.js +2 -2
  135. package/dist/document-models/accounts/gen/ph-factories.d.ts +23 -0
  136. package/dist/document-models/accounts/gen/ph-factories.d.ts.map +1 -0
  137. package/dist/document-models/{integrations → accounts}/gen/ph-factories.js +3 -5
  138. package/dist/document-models/accounts/gen/reducer.d.ts +3 -0
  139. package/dist/document-models/accounts/gen/reducer.d.ts.map +1 -0
  140. package/dist/document-models/accounts/gen/reducer.js +29 -0
  141. package/dist/document-models/accounts/gen/schema/index.d.ts +3 -0
  142. package/dist/document-models/accounts/gen/schema/index.d.ts.map +1 -0
  143. package/dist/document-models/accounts/gen/schema/index.js +2 -0
  144. package/dist/document-models/{integrations → accounts}/gen/schema/types.d.ts +41 -53
  145. package/dist/document-models/accounts/gen/schema/types.d.ts.map +1 -0
  146. package/dist/document-models/accounts/gen/schema/types.js +1 -0
  147. package/dist/document-models/accounts/gen/schema/zod.d.ts +20 -0
  148. package/dist/document-models/accounts/gen/schema/zod.d.ts.map +1 -0
  149. package/dist/document-models/accounts/gen/schema/zod.js +80 -0
  150. package/dist/document-models/accounts/gen/types.d.ts +12 -0
  151. package/dist/document-models/accounts/gen/types.d.ts.map +1 -0
  152. package/dist/document-models/accounts/gen/types.js +1 -0
  153. package/dist/document-models/accounts/gen/utils.d.ts +15 -0
  154. package/dist/document-models/accounts/gen/utils.d.ts.map +1 -0
  155. package/dist/document-models/{integrations → accounts}/gen/utils.js +8 -10
  156. package/dist/document-models/accounts/hooks.d.ts +11 -0
  157. package/dist/document-models/accounts/hooks.d.ts.map +1 -0
  158. package/dist/document-models/accounts/hooks.js +26 -0
  159. package/dist/document-models/accounts/index.d.ts +10 -0
  160. package/dist/document-models/accounts/index.d.ts.map +1 -0
  161. package/dist/document-models/accounts/index.js +9 -0
  162. package/dist/document-models/accounts/module.d.ts +5 -0
  163. package/dist/document-models/accounts/module.d.ts.map +1 -0
  164. package/dist/document-models/{integrations → accounts}/module.js +2 -2
  165. package/dist/document-models/accounts/src/index.d.ts +2 -0
  166. package/dist/document-models/accounts/src/index.d.ts.map +1 -0
  167. package/dist/document-models/accounts/src/index.js +1 -0
  168. package/dist/document-models/accounts/src/reducers/accounts.d.ts +3 -0
  169. package/dist/document-models/accounts/src/reducers/accounts.d.ts.map +1 -0
  170. package/dist/document-models/accounts/src/reducers/accounts.js +52 -0
  171. package/dist/document-models/accounts/src/tests/accounts.test.d.ts +6 -0
  172. package/dist/document-models/accounts/src/tests/accounts.test.d.ts.map +1 -0
  173. package/dist/document-models/accounts/src/tests/accounts.test.js +19 -0
  174. package/dist/document-models/accounts/src/tests/document-model.test.d.ts +10 -0
  175. package/dist/document-models/accounts/src/tests/document-model.test.d.ts.map +1 -0
  176. package/dist/document-models/{integrations → accounts}/src/tests/document-model.test.js +26 -26
  177. package/dist/document-models/accounts/src/utils.d.ts +2 -0
  178. package/dist/document-models/accounts/src/utils.d.ts.map +1 -0
  179. package/dist/document-models/accounts/src/utils.js +1 -0
  180. package/dist/document-models/accounts/utils.d.ts +14 -0
  181. package/dist/document-models/accounts/utils.d.ts.map +1 -0
  182. package/dist/document-models/{integrations → accounts}/utils.js +1 -1
  183. package/dist/document-models/billing-statement/gen/document-schema.d.ts +32 -32
  184. package/dist/document-models/billing-statement/gen/document-schema.d.ts.map +1 -1
  185. package/dist/document-models/billing-statement/src/reducers/line-items.d.ts.map +1 -1
  186. package/dist/document-models/billing-statement/src/reducers/line-items.js +0 -1
  187. package/dist/document-models/document-models.d.ts.map +1 -1
  188. package/dist/document-models/document-models.js +11 -3
  189. package/dist/document-models/expense-report/actions.d.ts +2 -0
  190. package/dist/document-models/expense-report/actions.d.ts.map +1 -1
  191. package/dist/document-models/expense-report/gen/document-model.d.ts.map +1 -1
  192. package/dist/document-models/expense-report/gen/document-model.js +25 -3
  193. package/dist/document-models/expense-report/gen/document-schema.d.ts +38 -0
  194. package/dist/document-models/expense-report/gen/document-schema.d.ts.map +1 -1
  195. package/dist/document-models/expense-report/gen/ph-factories.d.ts.map +1 -1
  196. package/dist/document-models/expense-report/gen/ph-factories.js +17 -15
  197. package/dist/document-models/expense-report/gen/reducer.d.ts.map +1 -1
  198. package/dist/document-models/expense-report/gen/reducer.js +9 -1
  199. package/dist/document-models/expense-report/gen/schema/types.d.ts +14 -0
  200. package/dist/document-models/expense-report/gen/schema/types.d.ts.map +1 -1
  201. package/dist/document-models/expense-report/gen/schema/zod.d.ts +5 -1
  202. package/dist/document-models/expense-report/gen/schema/zod.d.ts.map +1 -1
  203. package/dist/document-models/expense-report/gen/schema/zod.js +22 -0
  204. package/dist/document-models/expense-report/gen/utils.d.ts.map +1 -1
  205. package/dist/document-models/expense-report/gen/utils.js +17 -15
  206. package/dist/document-models/expense-report/gen/wallet/actions.d.ts +10 -2
  207. package/dist/document-models/expense-report/gen/wallet/actions.d.ts.map +1 -1
  208. package/dist/document-models/expense-report/gen/wallet/creators.d.ts +4 -2
  209. package/dist/document-models/expense-report/gen/wallet/creators.d.ts.map +1 -1
  210. package/dist/document-models/expense-report/gen/wallet/creators.js +3 -1
  211. package/dist/document-models/expense-report/gen/wallet/operations.d.ts +3 -1
  212. package/dist/document-models/expense-report/gen/wallet/operations.d.ts.map +1 -1
  213. package/dist/document-models/expense-report/src/reducers/wallet.d.ts.map +1 -1
  214. package/dist/document-models/expense-report/src/reducers/wallet.js +29 -7
  215. package/dist/document-models/index.d.ts +10 -2
  216. package/dist/document-models/index.d.ts.map +1 -1
  217. package/dist/document-models/index.js +10 -2
  218. package/dist/document-models/invoice/gen/document-schema.d.ts +96 -96
  219. package/dist/document-models/invoice/gen/document-schema.d.ts.map +1 -1
  220. package/dist/document-models/service-offering/actions.d.ts +42 -0
  221. package/dist/document-models/service-offering/actions.d.ts.map +1 -0
  222. package/dist/document-models/service-offering/actions.js +10 -0
  223. package/dist/document-models/service-offering/gen/actions.d.ts +10 -0
  224. package/dist/document-models/service-offering/gen/actions.d.ts.map +1 -0
  225. package/dist/document-models/service-offering/gen/actions.js +4 -0
  226. package/dist/document-models/service-offering/gen/creators.d.ts +9 -0
  227. package/dist/document-models/service-offering/gen/creators.d.ts.map +1 -0
  228. package/dist/document-models/service-offering/gen/creators.js +8 -0
  229. package/dist/document-models/service-offering/gen/document-model.d.ts +3 -0
  230. package/dist/document-models/service-offering/gen/document-model.d.ts.map +1 -0
  231. package/dist/document-models/service-offering/gen/document-model.js +620 -0
  232. package/dist/document-models/service-offering/gen/document-schema.d.ts +427 -0
  233. package/dist/document-models/service-offering/gen/document-schema.d.ts.map +1 -0
  234. package/dist/document-models/service-offering/gen/document-schema.js +33 -0
  235. package/dist/document-models/service-offering/gen/document-type.d.ts +2 -0
  236. package/dist/document-models/service-offering/gen/document-type.d.ts.map +1 -0
  237. package/dist/document-models/service-offering/gen/document-type.js +1 -0
  238. package/dist/document-models/service-offering/gen/index.d.ts +15 -0
  239. package/dist/document-models/service-offering/gen/index.d.ts.map +1 -0
  240. package/dist/document-models/service-offering/gen/index.js +14 -0
  241. package/dist/document-models/service-offering/gen/offering-management/actions.d.ts +52 -0
  242. package/dist/document-models/service-offering/gen/offering-management/actions.d.ts.map +1 -0
  243. package/dist/document-models/service-offering/gen/offering-management/actions.js +1 -0
  244. package/dist/document-models/service-offering/gen/offering-management/creators.d.ts +15 -0
  245. package/dist/document-models/service-offering/gen/offering-management/creators.d.ts.map +1 -0
  246. package/dist/document-models/service-offering/gen/offering-management/creators.js +14 -0
  247. package/dist/document-models/service-offering/gen/offering-management/error.d.ts +35 -0
  248. package/dist/document-models/service-offering/gen/offering-management/error.d.ts.map +1 -0
  249. package/dist/document-models/service-offering/gen/offering-management/error.js +38 -0
  250. package/dist/document-models/service-offering/gen/offering-management/operations.d.ts +18 -0
  251. package/dist/document-models/service-offering/gen/offering-management/operations.d.ts.map +1 -0
  252. package/dist/document-models/service-offering/gen/offering-management/operations.js +3 -0
  253. package/dist/document-models/service-offering/gen/option-group-management/actions.d.ts +16 -0
  254. package/dist/document-models/service-offering/gen/option-group-management/actions.d.ts.map +1 -0
  255. package/dist/document-models/service-offering/gen/option-group-management/actions.js +1 -0
  256. package/dist/document-models/service-offering/gen/option-group-management/creators.d.ts +6 -0
  257. package/dist/document-models/service-offering/gen/option-group-management/creators.d.ts.map +1 -0
  258. package/dist/document-models/service-offering/gen/option-group-management/creators.js +5 -0
  259. package/dist/document-models/service-offering/gen/option-group-management/error.d.ts +28 -0
  260. package/dist/document-models/service-offering/gen/option-group-management/error.d.ts.map +1 -0
  261. package/dist/document-models/service-offering/gen/option-group-management/error.js +29 -0
  262. package/dist/document-models/service-offering/gen/option-group-management/operations.d.ts +9 -0
  263. package/dist/document-models/service-offering/gen/option-group-management/operations.d.ts.map +1 -0
  264. package/dist/document-models/service-offering/gen/option-group-management/operations.js +3 -0
  265. package/dist/document-models/service-offering/gen/ph-factories.d.ts +23 -0
  266. package/dist/document-models/service-offering/gen/ph-factories.d.ts.map +1 -0
  267. package/dist/document-models/service-offering/gen/ph-factories.js +62 -0
  268. package/dist/document-models/service-offering/gen/reducer.d.ts +3 -0
  269. package/dist/document-models/service-offering/gen/reducer.d.ts.map +1 -0
  270. package/dist/document-models/service-offering/gen/reducer.js +136 -0
  271. package/dist/document-models/service-offering/gen/schema/index.d.ts +3 -0
  272. package/dist/document-models/service-offering/gen/schema/index.d.ts.map +1 -0
  273. package/dist/document-models/service-offering/gen/schema/index.js +2 -0
  274. package/dist/document-models/service-offering/gen/schema/types.d.ts +424 -0
  275. package/dist/document-models/service-offering/gen/schema/types.d.ts.map +1 -0
  276. package/dist/document-models/service-offering/gen/schema/types.js +1 -0
  277. package/dist/document-models/service-offering/gen/schema/zod.d.ts +54 -0
  278. package/dist/document-models/service-offering/gen/schema/zod.d.ts.map +1 -0
  279. package/dist/document-models/service-offering/gen/schema/zod.js +408 -0
  280. package/dist/document-models/service-offering/gen/service-management/actions.d.ts +24 -0
  281. package/dist/document-models/service-offering/gen/service-management/actions.d.ts.map +1 -0
  282. package/dist/document-models/service-offering/gen/service-management/actions.js +1 -0
  283. package/dist/document-models/service-offering/gen/service-management/creators.d.ts +8 -0
  284. package/dist/document-models/service-offering/gen/service-management/creators.d.ts.map +1 -0
  285. package/dist/document-models/service-offering/gen/service-management/creators.js +7 -0
  286. package/dist/document-models/service-offering/gen/service-management/error.d.ts +52 -0
  287. package/dist/document-models/service-offering/gen/service-management/error.d.ts.map +1 -0
  288. package/dist/document-models/service-offering/gen/service-management/error.js +61 -0
  289. package/dist/document-models/service-offering/gen/service-management/operations.d.ts +11 -0
  290. package/dist/document-models/service-offering/gen/service-management/operations.d.ts.map +1 -0
  291. package/dist/document-models/service-offering/gen/service-management/operations.js +3 -0
  292. package/dist/document-models/service-offering/gen/tier-management/actions.d.ts +44 -0
  293. package/dist/document-models/service-offering/gen/tier-management/actions.d.ts.map +1 -0
  294. package/dist/document-models/service-offering/gen/tier-management/actions.js +1 -0
  295. package/dist/document-models/service-offering/gen/tier-management/creators.d.ts +13 -0
  296. package/dist/document-models/service-offering/gen/tier-management/creators.d.ts.map +1 -0
  297. package/dist/document-models/service-offering/gen/tier-management/creators.js +12 -0
  298. package/dist/document-models/service-offering/gen/tier-management/error.d.ts +107 -0
  299. package/dist/document-models/service-offering/gen/tier-management/error.d.ts.map +1 -0
  300. package/dist/document-models/service-offering/gen/tier-management/error.js +134 -0
  301. package/dist/document-models/service-offering/gen/tier-management/operations.d.ts +16 -0
  302. package/dist/document-models/service-offering/gen/tier-management/operations.d.ts.map +1 -0
  303. package/dist/document-models/service-offering/gen/tier-management/operations.js +3 -0
  304. package/dist/document-models/service-offering/gen/types.d.ts +12 -0
  305. package/dist/document-models/service-offering/gen/types.d.ts.map +1 -0
  306. package/dist/document-models/service-offering/gen/types.js +1 -0
  307. package/dist/document-models/service-offering/gen/utils.d.ts +15 -0
  308. package/dist/document-models/service-offering/gen/utils.d.ts.map +1 -0
  309. package/dist/document-models/service-offering/gen/utils.js +66 -0
  310. package/dist/document-models/service-offering/hooks.d.ts +11 -0
  311. package/dist/document-models/service-offering/hooks.d.ts.map +1 -0
  312. package/dist/document-models/service-offering/hooks.js +26 -0
  313. package/dist/document-models/service-offering/index.d.ts +10 -0
  314. package/dist/document-models/service-offering/index.d.ts.map +1 -0
  315. package/dist/document-models/service-offering/index.js +9 -0
  316. package/dist/document-models/service-offering/module.d.ts +5 -0
  317. package/dist/document-models/service-offering/module.d.ts.map +1 -0
  318. package/dist/document-models/service-offering/module.js +10 -0
  319. package/dist/document-models/service-offering/src/index.d.ts +2 -0
  320. package/dist/document-models/service-offering/src/index.d.ts.map +1 -0
  321. package/dist/document-models/service-offering/src/index.js +1 -0
  322. package/dist/document-models/service-offering/src/reducers/offering-management.d.ts +3 -0
  323. package/dist/document-models/service-offering/src/reducers/offering-management.d.ts.map +1 -0
  324. package/dist/document-models/service-offering/src/reducers/offering-management.js +100 -0
  325. package/dist/document-models/service-offering/src/reducers/option-group-management.d.ts +3 -0
  326. package/dist/document-models/service-offering/src/reducers/option-group-management.d.ts.map +1 -0
  327. package/dist/document-models/service-offering/src/reducers/option-group-management.js +47 -0
  328. package/dist/document-models/service-offering/src/reducers/service-management.d.ts +3 -0
  329. package/dist/document-models/service-offering/src/reducers/service-management.d.ts.map +1 -0
  330. package/dist/document-models/service-offering/src/reducers/service-management.js +74 -0
  331. package/dist/document-models/service-offering/src/reducers/tier-management.d.ts +3 -0
  332. package/dist/document-models/service-offering/src/reducers/tier-management.d.ts.map +1 -0
  333. package/dist/document-models/service-offering/src/reducers/tier-management.js +159 -0
  334. package/dist/document-models/service-offering/src/tests/document-model.test.d.ts +10 -0
  335. package/dist/document-models/service-offering/src/tests/document-model.test.d.ts.map +1 -0
  336. package/dist/document-models/service-offering/src/tests/document-model.test.js +104 -0
  337. package/dist/document-models/service-offering/src/tests/offering-management.test.d.ts +6 -0
  338. package/dist/document-models/service-offering/src/tests/offering-management.test.d.ts.map +1 -0
  339. package/dist/document-models/service-offering/src/tests/offering-management.test.js +129 -0
  340. package/dist/document-models/service-offering/src/tests/option-group-management.test.d.ts +6 -0
  341. package/dist/document-models/service-offering/src/tests/option-group-management.test.d.ts.map +1 -0
  342. package/dist/document-models/service-offering/src/tests/option-group-management.test.js +39 -0
  343. package/dist/document-models/service-offering/src/tests/service-management.test.d.ts +6 -0
  344. package/dist/document-models/service-offering/src/tests/service-management.test.d.ts.map +1 -0
  345. package/dist/document-models/service-offering/src/tests/service-management.test.js +59 -0
  346. package/dist/document-models/service-offering/src/tests/tier-management.test.d.ts +2 -0
  347. package/dist/document-models/service-offering/src/tests/tier-management.test.d.ts.map +1 -0
  348. package/dist/document-models/service-offering/src/tests/tier-management.test.js +1 -0
  349. package/dist/document-models/service-offering/src/utils.d.ts +2 -0
  350. package/dist/document-models/service-offering/src/utils.d.ts.map +1 -0
  351. package/dist/document-models/service-offering/src/utils.js +1 -0
  352. package/dist/document-models/service-offering/utils.d.ts +14 -0
  353. package/dist/document-models/service-offering/utils.d.ts.map +1 -0
  354. package/dist/document-models/service-offering/utils.js +7 -0
  355. package/dist/document-models/service-subscriptions/actions.d.ts +25 -0
  356. package/dist/document-models/service-subscriptions/actions.d.ts.map +1 -0
  357. package/dist/document-models/service-subscriptions/actions.js +9 -0
  358. package/dist/document-models/service-subscriptions/gen/actions.d.ts +8 -0
  359. package/dist/document-models/service-subscriptions/gen/actions.d.ts.map +1 -0
  360. package/dist/document-models/service-subscriptions/gen/actions.js +3 -0
  361. package/dist/document-models/service-subscriptions/gen/categories/actions.d.ts +16 -0
  362. package/dist/document-models/service-subscriptions/gen/categories/actions.d.ts.map +1 -0
  363. package/dist/document-models/service-subscriptions/gen/categories/actions.js +1 -0
  364. package/dist/document-models/service-subscriptions/gen/categories/creators.d.ts +6 -0
  365. package/dist/document-models/service-subscriptions/gen/categories/creators.d.ts.map +1 -0
  366. package/dist/document-models/service-subscriptions/gen/categories/creators.js +5 -0
  367. package/dist/document-models/service-subscriptions/gen/categories/error.d.ts +2 -0
  368. package/dist/document-models/service-subscriptions/gen/categories/error.d.ts.map +1 -0
  369. package/dist/document-models/service-subscriptions/gen/categories/error.js +1 -0
  370. package/dist/document-models/service-subscriptions/gen/categories/operations.d.ts +9 -0
  371. package/dist/document-models/service-subscriptions/gen/categories/operations.d.ts.map +1 -0
  372. package/dist/document-models/service-subscriptions/gen/categories/operations.js +3 -0
  373. package/dist/document-models/service-subscriptions/gen/creators.d.ts +7 -0
  374. package/dist/document-models/service-subscriptions/gen/creators.d.ts.map +1 -0
  375. package/dist/document-models/service-subscriptions/gen/creators.js +6 -0
  376. package/dist/document-models/service-subscriptions/gen/document-model.d.ts +3 -0
  377. package/dist/document-models/service-subscriptions/gen/document-model.d.ts.map +1 -0
  378. package/dist/document-models/service-subscriptions/gen/document-model.js +194 -0
  379. package/dist/document-models/service-subscriptions/gen/document-schema.d.ts +180 -0
  380. package/dist/document-models/service-subscriptions/gen/document-schema.d.ts.map +1 -0
  381. package/dist/document-models/service-subscriptions/gen/document-schema.js +33 -0
  382. package/dist/document-models/service-subscriptions/gen/document-type.d.ts +2 -0
  383. package/dist/document-models/service-subscriptions/gen/document-type.d.ts.map +1 -0
  384. package/dist/document-models/service-subscriptions/gen/document-type.js +1 -0
  385. package/dist/document-models/service-subscriptions/gen/index.d.ts +14 -0
  386. package/dist/document-models/service-subscriptions/gen/index.d.ts.map +1 -0
  387. package/dist/document-models/service-subscriptions/gen/index.js +13 -0
  388. package/dist/document-models/service-subscriptions/gen/ph-factories.d.ts +23 -0
  389. package/dist/document-models/service-subscriptions/gen/ph-factories.d.ts.map +1 -0
  390. package/dist/document-models/service-subscriptions/gen/ph-factories.js +45 -0
  391. package/dist/document-models/service-subscriptions/gen/reducer.d.ts +3 -0
  392. package/dist/document-models/service-subscriptions/gen/reducer.d.ts.map +1 -0
  393. package/dist/document-models/service-subscriptions/gen/reducer.js +67 -0
  394. package/dist/document-models/service-subscriptions/gen/schema/index.d.ts +3 -0
  395. package/dist/document-models/service-subscriptions/gen/schema/index.d.ts.map +1 -0
  396. package/dist/document-models/service-subscriptions/gen/schema/index.js +2 -0
  397. package/dist/document-models/service-subscriptions/gen/schema/types.d.ts +274 -0
  398. package/dist/document-models/service-subscriptions/gen/schema/types.d.ts.map +1 -0
  399. package/dist/document-models/service-subscriptions/gen/schema/types.js +1 -0
  400. package/dist/document-models/service-subscriptions/gen/schema/zod.d.ts +31 -0
  401. package/dist/document-models/service-subscriptions/gen/schema/zod.d.ts.map +1 -0
  402. package/dist/document-models/service-subscriptions/gen/schema/zod.js +199 -0
  403. package/dist/document-models/service-subscriptions/gen/subscriptions/actions.d.ts +32 -0
  404. package/dist/document-models/service-subscriptions/gen/subscriptions/actions.d.ts.map +1 -0
  405. package/dist/document-models/service-subscriptions/gen/subscriptions/actions.js +1 -0
  406. package/dist/document-models/service-subscriptions/gen/subscriptions/creators.d.ts +10 -0
  407. package/dist/document-models/service-subscriptions/gen/subscriptions/creators.d.ts.map +1 -0
  408. package/dist/document-models/service-subscriptions/gen/subscriptions/creators.js +9 -0
  409. package/dist/document-models/service-subscriptions/gen/subscriptions/error.d.ts +2 -0
  410. package/dist/document-models/service-subscriptions/gen/subscriptions/error.d.ts.map +1 -0
  411. package/dist/document-models/service-subscriptions/gen/subscriptions/error.js +1 -0
  412. package/dist/document-models/service-subscriptions/gen/subscriptions/operations.d.ts +13 -0
  413. package/dist/document-models/service-subscriptions/gen/subscriptions/operations.d.ts.map +1 -0
  414. package/dist/document-models/service-subscriptions/gen/subscriptions/operations.js +3 -0
  415. package/dist/document-models/service-subscriptions/gen/types.d.ts +12 -0
  416. package/dist/document-models/service-subscriptions/gen/types.d.ts.map +1 -0
  417. package/dist/document-models/service-subscriptions/gen/types.js +1 -0
  418. package/dist/document-models/service-subscriptions/gen/utils.d.ts +15 -0
  419. package/dist/document-models/service-subscriptions/gen/utils.d.ts.map +1 -0
  420. package/dist/document-models/service-subscriptions/gen/utils.js +53 -0
  421. package/dist/document-models/service-subscriptions/gen/vendors/actions.d.ts +16 -0
  422. package/dist/document-models/service-subscriptions/gen/vendors/actions.d.ts.map +1 -0
  423. package/dist/document-models/service-subscriptions/gen/vendors/actions.js +1 -0
  424. package/dist/document-models/service-subscriptions/gen/vendors/creators.d.ts +6 -0
  425. package/dist/document-models/service-subscriptions/gen/vendors/creators.d.ts.map +1 -0
  426. package/dist/document-models/service-subscriptions/gen/vendors/creators.js +5 -0
  427. package/dist/document-models/service-subscriptions/gen/vendors/error.d.ts +2 -0
  428. package/dist/document-models/service-subscriptions/gen/vendors/error.d.ts.map +1 -0
  429. package/dist/document-models/service-subscriptions/gen/vendors/error.js +1 -0
  430. package/dist/document-models/service-subscriptions/gen/vendors/operations.d.ts +9 -0
  431. package/dist/document-models/service-subscriptions/gen/vendors/operations.d.ts.map +1 -0
  432. package/dist/document-models/service-subscriptions/gen/vendors/operations.js +3 -0
  433. package/dist/document-models/service-subscriptions/hooks.d.ts +11 -0
  434. package/dist/document-models/service-subscriptions/hooks.d.ts.map +1 -0
  435. package/dist/document-models/service-subscriptions/hooks.js +26 -0
  436. package/dist/document-models/service-subscriptions/index.d.ts +10 -0
  437. package/dist/document-models/service-subscriptions/index.d.ts.map +1 -0
  438. package/dist/document-models/service-subscriptions/index.js +9 -0
  439. package/dist/document-models/service-subscriptions/module.d.ts +5 -0
  440. package/dist/document-models/service-subscriptions/module.d.ts.map +1 -0
  441. package/dist/document-models/service-subscriptions/module.js +10 -0
  442. package/dist/document-models/service-subscriptions/src/index.d.ts +2 -0
  443. package/dist/document-models/service-subscriptions/src/index.d.ts.map +1 -0
  444. package/dist/document-models/service-subscriptions/src/index.js +1 -0
  445. package/dist/document-models/service-subscriptions/src/reducers/categories.d.ts +3 -0
  446. package/dist/document-models/service-subscriptions/src/reducers/categories.d.ts.map +1 -0
  447. package/dist/document-models/service-subscriptions/src/reducers/categories.js +24 -0
  448. package/dist/document-models/service-subscriptions/src/reducers/subscriptions.d.ts +3 -0
  449. package/dist/document-models/service-subscriptions/src/reducers/subscriptions.d.ts.map +1 -0
  450. package/dist/document-models/service-subscriptions/src/reducers/subscriptions.js +114 -0
  451. package/dist/document-models/service-subscriptions/src/reducers/vendors.d.ts +3 -0
  452. package/dist/document-models/service-subscriptions/src/reducers/vendors.d.ts.map +1 -0
  453. package/dist/document-models/service-subscriptions/src/reducers/vendors.js +30 -0
  454. package/dist/document-models/service-subscriptions/src/tests/categories.test.d.ts +6 -0
  455. package/dist/document-models/service-subscriptions/src/tests/categories.test.d.ts.map +1 -0
  456. package/dist/document-models/{integrations/src/tests/integrations.test.js → service-subscriptions/src/tests/categories.test.js} +17 -17
  457. package/dist/document-models/service-subscriptions/src/tests/document-model.test.d.ts +10 -0
  458. package/dist/document-models/service-subscriptions/src/tests/document-model.test.d.ts.map +1 -0
  459. package/dist/document-models/service-subscriptions/src/tests/document-model.test.js +104 -0
  460. package/dist/document-models/service-subscriptions/src/tests/subscriptions.test.d.ts +6 -0
  461. package/dist/document-models/service-subscriptions/src/tests/subscriptions.test.d.ts.map +1 -0
  462. package/dist/document-models/service-subscriptions/src/tests/subscriptions.test.js +79 -0
  463. package/dist/document-models/service-subscriptions/src/tests/vendors.test.d.ts +6 -0
  464. package/dist/document-models/service-subscriptions/src/tests/vendors.test.d.ts.map +1 -0
  465. package/dist/document-models/service-subscriptions/src/tests/vendors.test.js +39 -0
  466. package/dist/document-models/service-subscriptions/src/utils.d.ts +2 -0
  467. package/dist/document-models/service-subscriptions/src/utils.d.ts.map +1 -0
  468. package/dist/document-models/service-subscriptions/src/utils.js +1 -0
  469. package/dist/document-models/service-subscriptions/utils.d.ts +14 -0
  470. package/dist/document-models/service-subscriptions/utils.d.ts.map +1 -0
  471. package/dist/document-models/service-subscriptions/utils.js +7 -0
  472. package/dist/document-models/snapshot-report/actions.d.ts +29 -0
  473. package/dist/document-models/snapshot-report/actions.d.ts.map +1 -0
  474. package/dist/document-models/snapshot-report/actions.js +10 -0
  475. package/dist/document-models/snapshot-report/gen/accounts/actions.d.ts +16 -0
  476. package/dist/document-models/snapshot-report/gen/accounts/actions.d.ts.map +1 -0
  477. package/dist/document-models/snapshot-report/gen/accounts/actions.js +1 -0
  478. package/dist/document-models/snapshot-report/gen/accounts/creators.d.ts +6 -0
  479. package/dist/document-models/snapshot-report/gen/accounts/creators.d.ts.map +1 -0
  480. package/dist/document-models/snapshot-report/gen/accounts/creators.js +5 -0
  481. package/dist/document-models/snapshot-report/gen/accounts/error.d.ts +28 -0
  482. package/dist/document-models/snapshot-report/gen/accounts/error.d.ts.map +1 -0
  483. package/dist/document-models/snapshot-report/gen/accounts/error.js +29 -0
  484. package/dist/document-models/snapshot-report/gen/accounts/operations.d.ts +9 -0
  485. package/dist/document-models/snapshot-report/gen/accounts/operations.d.ts.map +1 -0
  486. package/dist/document-models/snapshot-report/gen/accounts/operations.js +3 -0
  487. package/dist/document-models/snapshot-report/gen/actions.d.ts +10 -0
  488. package/dist/document-models/snapshot-report/gen/actions.d.ts.map +1 -0
  489. package/dist/document-models/snapshot-report/gen/actions.js +4 -0
  490. package/dist/document-models/snapshot-report/gen/balances/actions.d.ts +20 -0
  491. package/dist/document-models/snapshot-report/gen/balances/actions.d.ts.map +1 -0
  492. package/dist/document-models/snapshot-report/gen/balances/actions.js +1 -0
  493. package/dist/document-models/snapshot-report/gen/balances/creators.d.ts +7 -0
  494. package/dist/document-models/snapshot-report/gen/balances/creators.d.ts.map +1 -0
  495. package/dist/document-models/snapshot-report/gen/balances/creators.js +6 -0
  496. package/dist/document-models/snapshot-report/gen/balances/error.d.ts +35 -0
  497. package/dist/document-models/snapshot-report/gen/balances/error.d.ts.map +1 -0
  498. package/dist/document-models/snapshot-report/gen/balances/error.js +38 -0
  499. package/dist/document-models/snapshot-report/gen/balances/operations.d.ts +10 -0
  500. package/dist/document-models/snapshot-report/gen/balances/operations.d.ts.map +1 -0
  501. package/dist/document-models/snapshot-report/gen/balances/operations.js +3 -0
  502. package/dist/document-models/snapshot-report/gen/configuration/actions.d.ts +28 -0
  503. package/dist/document-models/snapshot-report/gen/configuration/actions.d.ts.map +1 -0
  504. package/dist/document-models/snapshot-report/gen/configuration/actions.js +1 -0
  505. package/dist/document-models/snapshot-report/gen/configuration/creators.d.ts +9 -0
  506. package/dist/document-models/snapshot-report/gen/configuration/creators.d.ts.map +1 -0
  507. package/dist/document-models/snapshot-report/gen/configuration/creators.js +8 -0
  508. package/dist/document-models/snapshot-report/gen/configuration/error.d.ts +2 -0
  509. package/dist/document-models/snapshot-report/gen/configuration/error.d.ts.map +1 -0
  510. package/dist/document-models/snapshot-report/gen/configuration/error.js +1 -0
  511. package/dist/document-models/snapshot-report/gen/configuration/operations.d.ts +12 -0
  512. package/dist/document-models/snapshot-report/gen/configuration/operations.d.ts.map +1 -0
  513. package/dist/document-models/snapshot-report/gen/configuration/operations.js +3 -0
  514. package/dist/document-models/snapshot-report/gen/creators.d.ts +9 -0
  515. package/dist/document-models/snapshot-report/gen/creators.d.ts.map +1 -0
  516. package/dist/document-models/snapshot-report/gen/creators.js +8 -0
  517. package/dist/document-models/snapshot-report/gen/document-model.d.ts +3 -0
  518. package/dist/document-models/snapshot-report/gen/document-model.d.ts.map +1 -0
  519. package/dist/document-models/snapshot-report/gen/document-model.js +332 -0
  520. package/dist/document-models/snapshot-report/gen/document-schema.d.ts +275 -0
  521. package/dist/document-models/snapshot-report/gen/document-schema.d.ts.map +1 -0
  522. package/dist/document-models/snapshot-report/gen/document-schema.js +33 -0
  523. package/dist/document-models/snapshot-report/gen/document-type.d.ts +2 -0
  524. package/dist/document-models/snapshot-report/gen/document-type.d.ts.map +1 -0
  525. package/dist/document-models/snapshot-report/gen/document-type.js +1 -0
  526. package/dist/document-models/snapshot-report/gen/index.d.ts +15 -0
  527. package/dist/document-models/snapshot-report/gen/index.d.ts.map +1 -0
  528. package/dist/document-models/snapshot-report/gen/index.js +14 -0
  529. package/dist/document-models/snapshot-report/gen/ph-factories.d.ts +23 -0
  530. package/dist/document-models/snapshot-report/gen/ph-factories.d.ts.map +1 -0
  531. package/dist/document-models/snapshot-report/gen/ph-factories.js +54 -0
  532. package/dist/document-models/snapshot-report/gen/reducer.d.ts +3 -0
  533. package/dist/document-models/snapshot-report/gen/reducer.d.ts.map +1 -0
  534. package/dist/document-models/snapshot-report/gen/reducer.js +84 -0
  535. package/dist/document-models/snapshot-report/gen/schema/index.d.ts +3 -0
  536. package/dist/document-models/snapshot-report/gen/schema/index.d.ts.map +1 -0
  537. package/dist/document-models/snapshot-report/gen/schema/index.js +2 -0
  538. package/dist/document-models/snapshot-report/gen/schema/types.d.ts +264 -0
  539. package/dist/document-models/snapshot-report/gen/schema/types.d.ts.map +1 -0
  540. package/dist/document-models/snapshot-report/gen/schema/types.js +1 -0
  541. package/dist/document-models/snapshot-report/gen/schema/zod.d.ts +37 -0
  542. package/dist/document-models/snapshot-report/gen/schema/zod.d.ts.map +1 -0
  543. package/dist/document-models/snapshot-report/gen/schema/zod.js +208 -0
  544. package/dist/document-models/snapshot-report/gen/transactions/actions.d.ts +20 -0
  545. package/dist/document-models/snapshot-report/gen/transactions/actions.d.ts.map +1 -0
  546. package/dist/document-models/snapshot-report/gen/transactions/actions.js +1 -0
  547. package/dist/document-models/snapshot-report/gen/transactions/creators.d.ts +7 -0
  548. package/dist/document-models/snapshot-report/gen/transactions/creators.d.ts.map +1 -0
  549. package/dist/document-models/snapshot-report/gen/transactions/creators.js +6 -0
  550. package/dist/document-models/snapshot-report/gen/transactions/error.d.ts +33 -0
  551. package/dist/document-models/snapshot-report/gen/transactions/error.d.ts.map +1 -0
  552. package/dist/document-models/snapshot-report/gen/transactions/error.js +36 -0
  553. package/dist/document-models/snapshot-report/gen/transactions/operations.d.ts +10 -0
  554. package/dist/document-models/snapshot-report/gen/transactions/operations.d.ts.map +1 -0
  555. package/dist/document-models/snapshot-report/gen/transactions/operations.js +3 -0
  556. package/dist/document-models/snapshot-report/gen/types.d.ts +12 -0
  557. package/dist/document-models/snapshot-report/gen/types.d.ts.map +1 -0
  558. package/dist/document-models/snapshot-report/gen/types.js +1 -0
  559. package/dist/document-models/snapshot-report/gen/utils.d.ts +15 -0
  560. package/dist/document-models/snapshot-report/gen/utils.d.ts.map +1 -0
  561. package/dist/document-models/snapshot-report/gen/utils.js +58 -0
  562. package/dist/document-models/snapshot-report/hooks.d.ts +11 -0
  563. package/dist/document-models/snapshot-report/hooks.d.ts.map +1 -0
  564. package/dist/document-models/snapshot-report/hooks.js +26 -0
  565. package/dist/document-models/snapshot-report/index.d.ts +10 -0
  566. package/dist/document-models/snapshot-report/index.d.ts.map +1 -0
  567. package/dist/document-models/snapshot-report/index.js +9 -0
  568. package/dist/document-models/snapshot-report/module.d.ts +5 -0
  569. package/dist/document-models/snapshot-report/module.d.ts.map +1 -0
  570. package/dist/document-models/snapshot-report/module.js +10 -0
  571. package/dist/document-models/snapshot-report/src/index.d.ts +2 -0
  572. package/dist/document-models/snapshot-report/src/index.d.ts.map +1 -0
  573. package/dist/document-models/snapshot-report/src/index.js +1 -0
  574. package/dist/document-models/snapshot-report/src/reducers/accounts.d.ts +3 -0
  575. package/dist/document-models/snapshot-report/src/reducers/accounts.d.ts.map +1 -0
  576. package/dist/document-models/snapshot-report/src/reducers/accounts.js +34 -0
  577. package/dist/document-models/snapshot-report/src/reducers/balances.d.ts +3 -0
  578. package/dist/document-models/snapshot-report/src/reducers/balances.d.ts.map +1 -0
  579. package/dist/document-models/snapshot-report/src/reducers/balances.js +60 -0
  580. package/dist/document-models/snapshot-report/src/reducers/configuration.d.ts +3 -0
  581. package/dist/document-models/snapshot-report/src/reducers/configuration.d.ts.map +1 -0
  582. package/dist/document-models/snapshot-report/src/reducers/configuration.js +35 -0
  583. package/dist/document-models/snapshot-report/src/reducers/transactions.d.ts +3 -0
  584. package/dist/document-models/snapshot-report/src/reducers/transactions.d.ts.map +1 -0
  585. package/dist/document-models/snapshot-report/src/reducers/transactions.js +99 -0
  586. package/dist/document-models/snapshot-report/src/tests/accounts.test.d.ts +6 -0
  587. package/dist/document-models/snapshot-report/src/tests/accounts.test.d.ts.map +1 -0
  588. package/dist/document-models/snapshot-report/src/tests/accounts.test.js +39 -0
  589. package/dist/document-models/snapshot-report/src/tests/balances.test.d.ts +6 -0
  590. package/dist/document-models/snapshot-report/src/tests/balances.test.d.ts.map +1 -0
  591. package/dist/document-models/snapshot-report/src/tests/balances.test.js +49 -0
  592. package/dist/document-models/snapshot-report/src/tests/configuration.test.d.ts +6 -0
  593. package/dist/document-models/snapshot-report/src/tests/configuration.test.d.ts.map +1 -0
  594. package/dist/document-models/snapshot-report/src/tests/configuration.test.js +39 -0
  595. package/dist/document-models/snapshot-report/src/tests/document-model.test.d.ts +10 -0
  596. package/dist/document-models/snapshot-report/src/tests/document-model.test.d.ts.map +1 -0
  597. package/dist/document-models/snapshot-report/src/tests/document-model.test.js +104 -0
  598. package/dist/document-models/snapshot-report/src/tests/transactions.test.d.ts +6 -0
  599. package/dist/document-models/snapshot-report/src/tests/transactions.test.d.ts.map +1 -0
  600. package/dist/document-models/snapshot-report/src/tests/transactions.test.js +39 -0
  601. package/dist/document-models/snapshot-report/src/utils.d.ts +2 -0
  602. package/dist/document-models/snapshot-report/src/utils.d.ts.map +1 -0
  603. package/dist/document-models/snapshot-report/src/utils.js +1 -0
  604. package/dist/document-models/snapshot-report/utils.d.ts +14 -0
  605. package/dist/document-models/snapshot-report/utils.d.ts.map +1 -0
  606. package/dist/document-models/snapshot-report/utils.js +7 -0
  607. package/dist/editors/account-transactions-editor/alchemyIntegration.d.ts +55 -0
  608. package/dist/editors/account-transactions-editor/alchemyIntegration.d.ts.map +1 -0
  609. package/dist/editors/account-transactions-editor/alchemyIntegration.js +136 -0
  610. package/dist/editors/account-transactions-editor/components/AccountSection.d.ts +9 -0
  611. package/dist/editors/account-transactions-editor/components/AccountSection.d.ts.map +1 -0
  612. package/dist/editors/account-transactions-editor/components/AccountSection.js +18 -0
  613. package/dist/editors/account-transactions-editor/components/DocumentHeader.d.ts +8 -0
  614. package/dist/editors/account-transactions-editor/components/DocumentHeader.d.ts.map +1 -0
  615. package/dist/editors/account-transactions-editor/components/DocumentHeader.js +13 -0
  616. package/dist/editors/account-transactions-editor/components/TransactionForm.d.ts +10 -0
  617. package/dist/editors/account-transactions-editor/components/TransactionForm.d.ts.map +1 -0
  618. package/dist/editors/account-transactions-editor/components/TransactionForm.js +70 -0
  619. package/dist/editors/account-transactions-editor/components/TransactionsTable.d.ts +9 -0
  620. package/dist/editors/account-transactions-editor/components/TransactionsTable.d.ts.map +1 -0
  621. package/dist/editors/account-transactions-editor/components/TransactionsTable.js +56 -0
  622. package/dist/editors/account-transactions-editor/editor.d.ts +3 -0
  623. package/dist/editors/account-transactions-editor/editor.d.ts.map +1 -0
  624. package/dist/editors/account-transactions-editor/editor.js +212 -0
  625. package/dist/editors/account-transactions-editor/index.d.ts +3 -0
  626. package/dist/editors/account-transactions-editor/index.d.ts.map +1 -0
  627. package/dist/editors/account-transactions-editor/index.js +9 -0
  628. package/dist/editors/account-transactions-editor/module.d.ts +3 -0
  629. package/dist/editors/account-transactions-editor/module.d.ts.map +1 -0
  630. package/dist/editors/account-transactions-editor/module.js +9 -0
  631. package/dist/editors/accounts-editor/components/AccountCard.d.ts +12 -0
  632. package/dist/editors/accounts-editor/components/AccountCard.d.ts.map +1 -0
  633. package/dist/editors/accounts-editor/components/AccountCard.js +23 -0
  634. package/dist/editors/accounts-editor/components/AccountForm.d.ts +19 -0
  635. package/dist/editors/accounts-editor/components/AccountForm.d.ts.map +1 -0
  636. package/dist/editors/accounts-editor/components/AccountForm.js +66 -0
  637. package/dist/editors/accounts-editor/components/AccountsFilter.d.ts +8 -0
  638. package/dist/editors/accounts-editor/components/AccountsFilter.d.ts.map +1 -0
  639. package/dist/editors/accounts-editor/components/AccountsFilter.js +34 -0
  640. package/dist/editors/accounts-editor/components/AccountsList.d.ts +12 -0
  641. package/dist/editors/accounts-editor/components/AccountsList.d.ts.map +1 -0
  642. package/dist/editors/accounts-editor/components/AccountsList.js +8 -0
  643. package/dist/editors/accounts-editor/components/DocumentHeader.d.ts +15 -0
  644. package/dist/editors/accounts-editor/components/DocumentHeader.d.ts.map +1 -0
  645. package/dist/editors/accounts-editor/components/DocumentHeader.js +23 -0
  646. package/dist/editors/accounts-editor/components/KYCStatusBadge.d.ts +7 -0
  647. package/dist/editors/accounts-editor/components/KYCStatusBadge.d.ts.map +1 -0
  648. package/dist/editors/accounts-editor/components/KYCStatusBadge.js +17 -0
  649. package/dist/editors/accounts-editor/editor.d.ts +3 -0
  650. package/dist/editors/accounts-editor/editor.d.ts.map +1 -0
  651. package/dist/editors/accounts-editor/editor.js +159 -0
  652. package/dist/editors/accounts-editor/index.d.ts +3 -0
  653. package/dist/editors/accounts-editor/index.d.ts.map +1 -0
  654. package/dist/editors/accounts-editor/index.js +9 -0
  655. package/dist/editors/accounts-editor/module.d.ts +3 -0
  656. package/dist/editors/accounts-editor/module.d.ts.map +1 -0
  657. package/dist/editors/accounts-editor/module.js +9 -0
  658. package/dist/editors/accounts-editor/services/accountTransactionsService.d.ts +29 -0
  659. package/dist/editors/accounts-editor/services/accountTransactionsService.d.ts.map +1 -0
  660. package/dist/editors/accounts-editor/services/accountTransactionsService.js +252 -0
  661. package/dist/editors/builder-team-admin/components/CreateDocument.d.ts.map +1 -0
  662. package/dist/editors/builder-team-admin/components/DriveContents.d.ts +6 -0
  663. package/dist/editors/builder-team-admin/components/DriveContents.d.ts.map +1 -0
  664. package/dist/editors/builder-team-admin/components/DriveContents.js +36 -0
  665. package/dist/editors/builder-team-admin/components/DriveExplorer.d.ts.map +1 -0
  666. package/dist/editors/builder-team-admin/components/DriveExplorer.js +49 -0
  667. package/dist/editors/builder-team-admin/components/EmptyState.d.ts.map +1 -0
  668. package/dist/editors/builder-team-admin/components/ExpenseReportsStats.d.ts +11 -0
  669. package/dist/editors/builder-team-admin/components/ExpenseReportsStats.d.ts.map +1 -0
  670. package/dist/editors/builder-team-admin/components/ExpenseReportsStats.js +137 -0
  671. package/dist/editors/builder-team-admin/components/Files.d.ts.map +1 -0
  672. package/dist/editors/builder-team-admin/components/FolderTree.d.ts +14 -0
  673. package/dist/editors/builder-team-admin/components/FolderTree.d.ts.map +1 -0
  674. package/dist/editors/builder-team-admin/components/FolderTree.js +307 -0
  675. package/dist/editors/builder-team-admin/components/Folders.d.ts.map +1 -0
  676. package/dist/editors/builder-team-admin/components/NavigationBreadcrumbs.d.ts.map +1 -0
  677. package/dist/editors/builder-team-admin/components/expense-reports.d.ts +2 -0
  678. package/dist/editors/builder-team-admin/components/expense-reports.d.ts.map +1 -0
  679. package/dist/editors/builder-team-admin/components/expense-reports.js +118 -0
  680. package/dist/editors/builder-team-admin/components/overview/ProfileHeader.d.ts +10 -0
  681. package/dist/editors/builder-team-admin/components/overview/ProfileHeader.d.ts.map +1 -0
  682. package/dist/editors/builder-team-admin/components/overview/ProfileHeader.js +24 -0
  683. package/dist/editors/builder-team-admin/components/overview/SubscriptionsStats.d.ts +15 -0
  684. package/dist/editors/builder-team-admin/components/overview/SubscriptionsStats.d.ts.map +1 -0
  685. package/dist/editors/builder-team-admin/components/overview/SubscriptionsStats.js +61 -0
  686. package/dist/editors/builder-team-admin/components/overview/TeamMembersOverview.d.ts +10 -0
  687. package/dist/editors/builder-team-admin/components/overview/TeamMembersOverview.d.ts.map +1 -0
  688. package/dist/editors/builder-team-admin/components/overview/TeamMembersOverview.js +121 -0
  689. package/dist/editors/builder-team-admin/components/snapshot-reports.d.ts +2 -0
  690. package/dist/editors/builder-team-admin/components/snapshot-reports.d.ts.map +1 -0
  691. package/dist/editors/builder-team-admin/components/snapshot-reports.js +116 -0
  692. package/dist/editors/builder-team-admin/components/team-members.d.ts +2 -0
  693. package/dist/editors/builder-team-admin/components/team-members.d.ts.map +1 -0
  694. package/dist/editors/builder-team-admin/components/team-members.js +309 -0
  695. package/dist/editors/{clean-new-editor → builder-team-admin}/config.d.ts +1 -1
  696. package/dist/editors/builder-team-admin/config.d.ts.map +1 -0
  697. package/dist/editors/builder-team-admin/config.js +8 -0
  698. package/dist/editors/{clean-new-editor → builder-team-admin}/editor.d.ts +1 -1
  699. package/dist/editors/builder-team-admin/editor.d.ts.map +1 -0
  700. package/dist/editors/{clean-new-editor → builder-team-admin}/editor.js +1 -1
  701. package/dist/editors/builder-team-admin/hooks/useExpenseReportAutoPlacement.d.ts +25 -0
  702. package/dist/editors/builder-team-admin/hooks/useExpenseReportAutoPlacement.d.ts.map +1 -0
  703. package/dist/editors/builder-team-admin/hooks/useExpenseReportAutoPlacement.js +180 -0
  704. package/dist/editors/builder-team-admin/hooks/useRemoteBuilderProfiles.d.ts +20 -0
  705. package/dist/editors/builder-team-admin/hooks/useRemoteBuilderProfiles.d.ts.map +1 -0
  706. package/dist/editors/builder-team-admin/hooks/useRemoteBuilderProfiles.js +57 -0
  707. package/dist/editors/builder-team-admin/hooks/useSnapshotReportAutoPlacement.d.ts +25 -0
  708. package/dist/editors/builder-team-admin/hooks/useSnapshotReportAutoPlacement.d.ts.map +1 -0
  709. package/dist/editors/builder-team-admin/hooks/useSnapshotReportAutoPlacement.js +180 -0
  710. package/dist/editors/builder-team-admin/module.d.ts +3 -0
  711. package/dist/editors/builder-team-admin/module.d.ts.map +1 -0
  712. package/dist/editors/{clean-new-editor → builder-team-admin}/module.js +3 -3
  713. package/dist/editors/builder-team-admin/utils/graphql-client.d.ts +41 -0
  714. package/dist/editors/builder-team-admin/utils/graphql-client.d.ts.map +1 -0
  715. package/dist/editors/builder-team-admin/utils/graphql-client.js +189 -0
  716. package/dist/editors/contributor-billing/components/DriveContents.d.ts.map +1 -1
  717. package/dist/editors/contributor-billing/components/DriveContents.js +5 -1
  718. package/dist/editors/contributor-billing/components/DriveExplorer.d.ts.map +1 -1
  719. package/dist/editors/contributor-billing/components/DriveExplorer.js +7 -7
  720. package/dist/editors/contributor-billing/components/FolderTree.d.ts +12 -3
  721. package/dist/editors/contributor-billing/components/FolderTree.d.ts.map +1 -1
  722. package/dist/editors/contributor-billing/components/FolderTree.js +146 -56
  723. package/dist/editors/contributor-billing/components/InvoiceTable/ConfirmationModal.d.ts.map +1 -0
  724. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +1 -0
  725. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderStats.d.ts.map +1 -0
  726. package/dist/{old-contributor-billing → editors/contributor-billing}/components/InvoiceTable/HeaderStats.js +10 -9
  727. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +1 -0
  728. package/dist/editors/contributor-billing/components/{InvoiceTable.js → InvoiceTable/InvoiceTable.js} +5 -5
  729. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableContainer.d.ts.map +1 -0
  730. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts.map +1 -0
  731. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts.map +1 -0
  732. package/dist/editors/contributor-billing/config.d.ts.map +1 -1
  733. package/dist/editors/contributor-billing/config.js +0 -1
  734. package/dist/editors/editors.d.ts.map +1 -1
  735. package/dist/editors/editors.js +13 -3
  736. package/dist/editors/expense-report/components/AddBillingStatementModal.d.ts.map +1 -1
  737. package/dist/editors/expense-report/components/AddReportToRemoteDrive.d.ts +13 -0
  738. package/dist/editors/expense-report/components/AddReportToRemoteDrive.d.ts.map +1 -0
  739. package/dist/editors/expense-report/components/AddReportToRemoteDrive.js +76 -0
  740. package/dist/editors/expense-report/components/AggregatedExpensesTable.d.ts.map +1 -1
  741. package/dist/editors/expense-report/components/AggregatedExpensesTable.js +9 -7
  742. package/dist/editors/expense-report/components/ExpenseReportPDF.d.ts.map +1 -1
  743. package/dist/editors/expense-report/components/ExpenseReportTransactionsTable.d.ts +15 -0
  744. package/dist/editors/expense-report/components/ExpenseReportTransactionsTable.d.ts.map +1 -0
  745. package/dist/editors/expense-report/components/ExpenseReportTransactionsTable.js +64 -0
  746. package/dist/editors/expense-report/components/SetOwner.d.ts +8 -0
  747. package/dist/editors/expense-report/components/SetOwner.d.ts.map +1 -0
  748. package/dist/editors/expense-report/components/SetOwner.js +98 -0
  749. package/dist/editors/expense-report/components/WalletsTable.d.ts +3 -1
  750. package/dist/editors/expense-report/components/WalletsTable.d.ts.map +1 -1
  751. package/dist/editors/expense-report/components/WalletsTable.js +564 -89
  752. package/dist/editors/expense-report/editor.d.ts.map +1 -1
  753. package/dist/editors/expense-report/editor.js +120 -21
  754. package/dist/editors/expense-report/hooks/useSyncWallet.d.ts +2 -2
  755. package/dist/editors/expense-report/hooks/useSyncWallet.d.ts.map +1 -1
  756. package/dist/editors/expense-report/hooks/useSyncWallet.js +92 -17
  757. package/dist/editors/expense-report/hooks/useWalletSync.d.ts.map +1 -1
  758. package/dist/editors/expense-report/hooks/useWalletSync.js +2 -1
  759. package/dist/editors/expense-report/services/walletAccountService.d.ts +40 -0
  760. package/dist/editors/expense-report/services/walletAccountService.d.ts.map +1 -0
  761. package/dist/editors/expense-report/services/walletAccountService.js +403 -0
  762. package/dist/editors/hooks/useAccountTransactionsDocument.d.ts +4 -0
  763. package/dist/editors/hooks/useAccountTransactionsDocument.d.ts.map +1 -0
  764. package/dist/editors/hooks/useAccountTransactionsDocument.js +8 -0
  765. package/dist/editors/hooks/useAccountsDocument.d.ts +4 -0
  766. package/dist/editors/hooks/useAccountsDocument.d.ts.map +1 -0
  767. package/dist/editors/hooks/useAccountsDocument.js +8 -0
  768. package/dist/editors/hooks/useSnapshotReportDocument.d.ts +4 -0
  769. package/dist/editors/hooks/useSnapshotReportDocument.d.ts.map +1 -0
  770. package/dist/editors/hooks/useSnapshotReportDocument.js +8 -0
  771. package/dist/editors/index.d.ts +7 -2
  772. package/dist/editors/index.d.ts.map +1 -1
  773. package/dist/editors/index.js +7 -2
  774. package/dist/editors/invoice/editor.d.ts.map +1 -1
  775. package/dist/editors/invoice/editor.js +20 -34
  776. package/dist/editors/invoice/ingestPDF.js +1 -1
  777. package/dist/editors/invoice/invoiceToGnosis.js +3 -3
  778. package/dist/editors/invoice/lineItemTags/lineItemTags.d.ts.map +1 -1
  779. package/dist/editors/invoice/lineItemTags/lineItemTags.js +4 -25
  780. package/dist/editors/invoice/lineItems.d.ts +1 -1
  781. package/dist/editors/invoice/lineItems.d.ts.map +1 -1
  782. package/dist/editors/invoice/lineItems.js +31 -75
  783. package/dist/editors/invoice/module.d.ts +1 -1
  784. package/dist/editors/invoice/module.d.ts.map +1 -1
  785. package/dist/editors/invoice/module.js +1 -1
  786. package/dist/editors/invoice/requestFinance.js +2 -2
  787. package/dist/editors/invoice/uploadPdfChunked.js +2 -2
  788. package/dist/editors/service-offering-editor/components/EditName.d.ts +3 -0
  789. package/dist/editors/service-offering-editor/components/EditName.d.ts.map +1 -0
  790. package/dist/editors/service-offering-editor/components/EditName.js +31 -0
  791. package/dist/editors/service-offering-editor/components/OfferingInfo.d.ts +9 -0
  792. package/dist/editors/service-offering-editor/components/OfferingInfo.d.ts.map +1 -0
  793. package/dist/editors/service-offering-editor/components/OfferingInfo.js +62 -0
  794. package/dist/editors/service-offering-editor/components/ScopeAndFacets.d.ts +9 -0
  795. package/dist/editors/service-offering-editor/components/ScopeAndFacets.d.ts.map +1 -0
  796. package/dist/editors/service-offering-editor/components/ScopeAndFacets.js +1077 -0
  797. package/dist/editors/service-offering-editor/components/ServiceCatalog.d.ts +16 -0
  798. package/dist/editors/service-offering-editor/components/ServiceCatalog.d.ts.map +1 -0
  799. package/dist/editors/service-offering-editor/components/ServiceCatalog.js +1379 -0
  800. package/dist/editors/service-offering-editor/components/ServicesList.d.ts +9 -0
  801. package/dist/editors/service-offering-editor/components/ServicesList.d.ts.map +1 -0
  802. package/dist/editors/service-offering-editor/components/ServicesList.js +63 -0
  803. package/dist/editors/service-offering-editor/components/TabNavigation.d.ts +9 -0
  804. package/dist/editors/service-offering-editor/components/TabNavigation.d.ts.map +1 -0
  805. package/dist/editors/service-offering-editor/components/TabNavigation.js +243 -0
  806. package/dist/editors/service-offering-editor/components/TheMatrix.d.ts +10 -0
  807. package/dist/editors/service-offering-editor/components/TheMatrix.d.ts.map +1 -0
  808. package/dist/editors/service-offering-editor/components/TheMatrix.js +1686 -0
  809. package/dist/editors/service-offering-editor/components/TierDefinition.d.ts +9 -0
  810. package/dist/editors/service-offering-editor/components/TierDefinition.d.ts.map +1 -0
  811. package/dist/editors/service-offering-editor/components/TierDefinition.js +653 -0
  812. package/dist/editors/service-offering-editor/components/TiersList.d.ts +9 -0
  813. package/dist/editors/service-offering-editor/components/TiersList.d.ts.map +1 -0
  814. package/dist/editors/service-offering-editor/components/TiersList.js +137 -0
  815. package/dist/editors/service-offering-editor/editor.d.ts +2 -0
  816. package/dist/editors/service-offering-editor/editor.d.ts.map +1 -0
  817. package/dist/editors/service-offering-editor/editor.js +336 -0
  818. package/dist/editors/service-offering-editor/module.d.ts +4 -0
  819. package/dist/editors/service-offering-editor/module.d.ts.map +1 -0
  820. package/dist/editors/service-offering-editor/module.js +10 -0
  821. package/dist/editors/service-subscriptions-editor/components/AddCategoryModal.d.ts +7 -0
  822. package/dist/editors/service-subscriptions-editor/components/AddCategoryModal.d.ts.map +1 -0
  823. package/dist/editors/service-subscriptions-editor/components/AddCategoryModal.js +39 -0
  824. package/dist/editors/service-subscriptions-editor/components/AddSubscriptionModal.d.ts +10 -0
  825. package/dist/editors/service-subscriptions-editor/components/AddSubscriptionModal.d.ts.map +1 -0
  826. package/dist/editors/service-subscriptions-editor/components/AddSubscriptionModal.js +64 -0
  827. package/dist/editors/service-subscriptions-editor/components/AddVendorModal.d.ts +7 -0
  828. package/dist/editors/service-subscriptions-editor/components/AddVendorModal.d.ts.map +1 -0
  829. package/dist/editors/service-subscriptions-editor/components/AddVendorModal.js +43 -0
  830. package/dist/editors/service-subscriptions-editor/components/CategoriesList.d.ts +8 -0
  831. package/dist/editors/service-subscriptions-editor/components/CategoriesList.d.ts.map +1 -0
  832. package/dist/editors/service-subscriptions-editor/components/CategoriesList.js +23 -0
  833. package/dist/editors/service-subscriptions-editor/components/EditName.d.ts +3 -0
  834. package/dist/editors/service-subscriptions-editor/components/EditName.d.ts.map +1 -0
  835. package/dist/editors/service-subscriptions-editor/components/EditName.js +31 -0
  836. package/dist/editors/service-subscriptions-editor/components/StatsOverview.d.ts +8 -0
  837. package/dist/editors/service-subscriptions-editor/components/StatsOverview.d.ts.map +1 -0
  838. package/dist/editors/service-subscriptions-editor/components/StatsOverview.js +32 -0
  839. package/dist/editors/service-subscriptions-editor/components/SubscriptionsList.d.ts +10 -0
  840. package/dist/editors/service-subscriptions-editor/components/SubscriptionsList.d.ts.map +1 -0
  841. package/dist/editors/service-subscriptions-editor/components/SubscriptionsList.js +88 -0
  842. package/dist/editors/service-subscriptions-editor/components/VendorsList.d.ts +8 -0
  843. package/dist/editors/service-subscriptions-editor/components/VendorsList.d.ts.map +1 -0
  844. package/dist/editors/service-subscriptions-editor/components/VendorsList.js +23 -0
  845. package/dist/editors/service-subscriptions-editor/editor.d.ts +2 -0
  846. package/dist/editors/service-subscriptions-editor/editor.d.ts.map +1 -0
  847. package/dist/editors/service-subscriptions-editor/editor.js +60 -0
  848. package/dist/editors/{integrations → service-subscriptions-editor}/module.d.ts +1 -1
  849. package/dist/editors/service-subscriptions-editor/module.d.ts.map +1 -0
  850. package/dist/editors/service-subscriptions-editor/module.js +10 -0
  851. package/dist/editors/snapshot-report-editor/components/AddReportToRemoteDrive.d.ts +13 -0
  852. package/dist/editors/snapshot-report-editor/components/AddReportToRemoteDrive.d.ts.map +1 -0
  853. package/dist/editors/snapshot-report-editor/components/AddReportToRemoteDrive.js +76 -0
  854. package/dist/editors/snapshot-report-editor/components/SetOwner.d.ts +8 -0
  855. package/dist/editors/snapshot-report-editor/components/SetOwner.d.ts.map +1 -0
  856. package/dist/editors/snapshot-report-editor/components/SetOwner.js +98 -0
  857. package/dist/editors/snapshot-report-editor/editor.d.ts +2 -0
  858. package/dist/editors/snapshot-report-editor/editor.d.ts.map +1 -0
  859. package/dist/editors/snapshot-report-editor/editor.js +560 -0
  860. package/dist/editors/snapshot-report-editor/hooks/useSyncSnapshotAccount.d.ts +15 -0
  861. package/dist/editors/snapshot-report-editor/hooks/useSyncSnapshotAccount.d.ts.map +1 -0
  862. package/dist/editors/snapshot-report-editor/hooks/useSyncSnapshotAccount.js +327 -0
  863. package/dist/editors/snapshot-report-editor/module.d.ts +3 -0
  864. package/dist/editors/snapshot-report-editor/module.d.ts.map +1 -0
  865. package/dist/editors/snapshot-report-editor/module.js +9 -0
  866. package/dist/editors/snapshot-report-editor/utils/balanceCalculations.d.ts +26 -0
  867. package/dist/editors/snapshot-report-editor/utils/balanceCalculations.d.ts.map +1 -0
  868. package/dist/editors/snapshot-report-editor/utils/balanceCalculations.js +103 -0
  869. package/dist/editors/snapshot-report-editor/utils/deriveTransactions.d.ts +47 -0
  870. package/dist/editors/snapshot-report-editor/utils/deriveTransactions.d.ts.map +1 -0
  871. package/dist/editors/snapshot-report-editor/utils/deriveTransactions.js +89 -0
  872. package/dist/editors/snapshot-report-editor/utils/flowTypeCalculations.d.ts +29 -0
  873. package/dist/editors/snapshot-report-editor/utils/flowTypeCalculations.d.ts.map +1 -0
  874. package/dist/editors/snapshot-report-editor/utils/flowTypeCalculations.js +63 -0
  875. package/dist/index.d.ts +1 -1
  876. package/dist/index.d.ts.map +1 -1
  877. package/dist/powerhouse.manifest.json +78 -6
  878. package/dist/scripts/alchemy/alchemyClient.d.ts +63 -0
  879. package/dist/scripts/alchemy/alchemyClient.d.ts.map +1 -0
  880. package/dist/scripts/alchemy/alchemyClient.js +232 -0
  881. package/dist/scripts/alchemy/alchemyEnvironment.d.ts +29 -0
  882. package/dist/scripts/alchemy/alchemyEnvironment.d.ts.map +1 -0
  883. package/dist/scripts/alchemy/alchemyEnvironment.js +49 -0
  884. package/dist/scripts/alchemy/alchemyHelpers.d.ts +24 -0
  885. package/dist/scripts/alchemy/alchemyHelpers.d.ts.map +1 -0
  886. package/dist/scripts/alchemy/alchemyHelpers.js +116 -0
  887. package/dist/scripts/alchemy/alchemyTypes.d.ts +93 -0
  888. package/dist/scripts/alchemy/alchemyTypes.d.ts.map +1 -0
  889. package/dist/scripts/alchemy/alchemyTypes.js +25 -0
  890. package/dist/scripts/invoice/pdfToClaudeAI.d.ts.map +1 -1
  891. package/dist/scripts/invoice/pdfToClaudeAI.js +186 -4
  892. package/dist/style.css +4288 -158
  893. package/dist/subgraphs/{integrations → acc-txs-addon}/index.d.ts +1 -1
  894. package/dist/subgraphs/acc-txs-addon/index.d.ts.map +1 -0
  895. package/dist/subgraphs/{integrations → acc-txs-addon}/index.js +2 -2
  896. package/dist/subgraphs/acc-txs-addon/resolvers.d.ts +3 -0
  897. package/dist/subgraphs/acc-txs-addon/resolvers.d.ts.map +1 -0
  898. package/dist/subgraphs/acc-txs-addon/resolvers.js +144 -0
  899. package/dist/subgraphs/acc-txs-addon/schema.d.ts.map +1 -0
  900. package/dist/subgraphs/acc-txs-addon/schema.js +47 -0
  901. package/dist/subgraphs/account-transactions/index.d.ts +11 -0
  902. package/dist/subgraphs/account-transactions/index.d.ts.map +1 -0
  903. package/dist/subgraphs/account-transactions/index.js +11 -0
  904. package/dist/subgraphs/account-transactions/resolvers.d.ts.map +1 -0
  905. package/dist/subgraphs/account-transactions/resolvers.js +168 -0
  906. package/dist/subgraphs/account-transactions/schema.d.ts +3 -0
  907. package/dist/subgraphs/account-transactions/schema.d.ts.map +1 -0
  908. package/dist/subgraphs/account-transactions/schema.js +129 -0
  909. package/dist/subgraphs/accounts/index.d.ts +11 -0
  910. package/dist/subgraphs/accounts/index.d.ts.map +1 -0
  911. package/dist/subgraphs/accounts/index.js +11 -0
  912. package/dist/subgraphs/accounts/resolvers.d.ts +3 -0
  913. package/dist/subgraphs/accounts/resolvers.d.ts.map +1 -0
  914. package/dist/subgraphs/{integrations → accounts}/resolvers.js +27 -15
  915. package/dist/subgraphs/accounts/schema.d.ts +3 -0
  916. package/dist/subgraphs/accounts/schema.d.ts.map +1 -0
  917. package/dist/subgraphs/accounts/schema.js +75 -0
  918. package/dist/subgraphs/expense-report/resolvers.d.ts.map +1 -1
  919. package/dist/subgraphs/expense-report/resolvers.js +24 -0
  920. package/dist/subgraphs/expense-report/schema.d.ts.map +1 -1
  921. package/dist/subgraphs/expense-report/schema.js +24 -0
  922. package/dist/subgraphs/index.d.ts +6 -1
  923. package/dist/subgraphs/index.d.ts.map +1 -1
  924. package/dist/subgraphs/index.js +6 -1
  925. package/dist/subgraphs/invoice-addon/customResolvers.js +1 -1
  926. package/dist/subgraphs/service-offering/index.d.ts +11 -0
  927. package/dist/subgraphs/service-offering/index.d.ts.map +1 -0
  928. package/dist/subgraphs/service-offering/index.js +11 -0
  929. package/dist/subgraphs/service-offering/resolvers.d.ts +3 -0
  930. package/dist/subgraphs/service-offering/resolvers.d.ts.map +1 -0
  931. package/dist/subgraphs/service-offering/resolvers.js +432 -0
  932. package/dist/subgraphs/service-offering/schema.d.ts +3 -0
  933. package/dist/subgraphs/service-offering/schema.d.ts.map +1 -0
  934. package/dist/subgraphs/service-offering/schema.js +386 -0
  935. package/dist/subgraphs/service-subscriptions/index.d.ts +11 -0
  936. package/dist/subgraphs/service-subscriptions/index.d.ts.map +1 -0
  937. package/dist/subgraphs/service-subscriptions/index.js +11 -0
  938. package/dist/subgraphs/service-subscriptions/resolvers.d.ts +3 -0
  939. package/dist/subgraphs/service-subscriptions/resolvers.d.ts.map +1 -0
  940. package/dist/subgraphs/service-subscriptions/resolvers.js +228 -0
  941. package/dist/subgraphs/service-subscriptions/schema.d.ts +3 -0
  942. package/dist/subgraphs/service-subscriptions/schema.d.ts.map +1 -0
  943. package/dist/subgraphs/service-subscriptions/schema.js +193 -0
  944. package/dist/subgraphs/snapshot-report/index.d.ts +11 -0
  945. package/dist/subgraphs/snapshot-report/index.d.ts.map +1 -0
  946. package/dist/subgraphs/snapshot-report/index.js +11 -0
  947. package/dist/subgraphs/snapshot-report/resolvers.d.ts +3 -0
  948. package/dist/subgraphs/snapshot-report/resolvers.d.ts.map +1 -0
  949. package/dist/subgraphs/snapshot-report/resolvers.js +276 -0
  950. package/dist/subgraphs/snapshot-report/schema.d.ts +3 -0
  951. package/dist/subgraphs/snapshot-report/schema.d.ts.map +1 -0
  952. package/dist/subgraphs/snapshot-report/schema.js +206 -0
  953. package/package.json +15 -13
  954. package/dist/document-models/integrations/actions.d.ts.map +0 -1
  955. package/dist/document-models/integrations/actions.js +0 -4
  956. package/dist/document-models/integrations/gen/actions.d.ts +0 -4
  957. package/dist/document-models/integrations/gen/actions.d.ts.map +0 -1
  958. package/dist/document-models/integrations/gen/actions.js +0 -1
  959. package/dist/document-models/integrations/gen/creators.d.ts +0 -3
  960. package/dist/document-models/integrations/gen/creators.d.ts.map +0 -1
  961. package/dist/document-models/integrations/gen/creators.js +0 -2
  962. package/dist/document-models/integrations/gen/document-model.d.ts.map +0 -1
  963. package/dist/document-models/integrations/gen/document-model.js +0 -70
  964. package/dist/document-models/integrations/gen/document-schema.d.ts +0 -180
  965. package/dist/document-models/integrations/gen/document-schema.d.ts.map +0 -1
  966. package/dist/document-models/integrations/gen/document-schema.js +0 -33
  967. package/dist/document-models/integrations/gen/document-type.d.ts +0 -2
  968. package/dist/document-models/integrations/gen/document-type.d.ts.map +0 -1
  969. package/dist/document-models/integrations/gen/document-type.js +0 -1
  970. package/dist/document-models/integrations/gen/index.d.ts.map +0 -1
  971. package/dist/document-models/integrations/gen/integrations/actions.d.ts +0 -16
  972. package/dist/document-models/integrations/gen/integrations/actions.d.ts.map +0 -1
  973. package/dist/document-models/integrations/gen/integrations/creators.d.ts +0 -6
  974. package/dist/document-models/integrations/gen/integrations/creators.d.ts.map +0 -1
  975. package/dist/document-models/integrations/gen/integrations/creators.js +0 -5
  976. package/dist/document-models/integrations/gen/integrations/error.d.ts.map +0 -1
  977. package/dist/document-models/integrations/gen/integrations/operations.d.ts +0 -9
  978. package/dist/document-models/integrations/gen/integrations/operations.d.ts.map +0 -1
  979. package/dist/document-models/integrations/gen/ph-factories.d.ts +0 -23
  980. package/dist/document-models/integrations/gen/ph-factories.d.ts.map +0 -1
  981. package/dist/document-models/integrations/gen/reducer.d.ts +0 -3
  982. package/dist/document-models/integrations/gen/reducer.d.ts.map +0 -1
  983. package/dist/document-models/integrations/gen/reducer.js +0 -25
  984. package/dist/document-models/integrations/gen/schema/index.d.ts.map +0 -1
  985. package/dist/document-models/integrations/gen/schema/types.d.ts.map +0 -1
  986. package/dist/document-models/integrations/gen/schema/zod.d.ts +0 -19
  987. package/dist/document-models/integrations/gen/schema/zod.d.ts.map +0 -1
  988. package/dist/document-models/integrations/gen/schema/zod.js +0 -97
  989. package/dist/document-models/integrations/gen/types.d.ts +0 -12
  990. package/dist/document-models/integrations/gen/types.d.ts.map +0 -1
  991. package/dist/document-models/integrations/gen/utils.d.ts +0 -15
  992. package/dist/document-models/integrations/gen/utils.d.ts.map +0 -1
  993. package/dist/document-models/integrations/hooks.d.ts +0 -11
  994. package/dist/document-models/integrations/hooks.d.ts.map +0 -1
  995. package/dist/document-models/integrations/hooks.js +0 -26
  996. package/dist/document-models/integrations/index.d.ts.map +0 -1
  997. package/dist/document-models/integrations/module.d.ts +0 -5
  998. package/dist/document-models/integrations/module.d.ts.map +0 -1
  999. package/dist/document-models/integrations/src/index.d.ts.map +0 -1
  1000. package/dist/document-models/integrations/src/reducers/integrations.d.ts +0 -3
  1001. package/dist/document-models/integrations/src/reducers/integrations.d.ts.map +0 -1
  1002. package/dist/document-models/integrations/src/reducers/integrations.js +0 -14
  1003. package/dist/document-models/integrations/src/tests/document-model.test.d.ts.map +0 -1
  1004. package/dist/document-models/integrations/src/tests/integrations.test.d.ts.map +0 -1
  1005. package/dist/document-models/integrations/src/utils.d.ts.map +0 -1
  1006. package/dist/document-models/integrations/utils.d.ts +0 -14
  1007. package/dist/document-models/integrations/utils.d.ts.map +0 -1
  1008. package/dist/editors/clean-new-editor/components/CreateDocument.d.ts.map +0 -1
  1009. package/dist/editors/clean-new-editor/components/DriveContents.d.ts +0 -3
  1010. package/dist/editors/clean-new-editor/components/DriveContents.d.ts.map +0 -1
  1011. package/dist/editors/clean-new-editor/components/DriveContents.js +0 -10
  1012. package/dist/editors/clean-new-editor/components/DriveExplorer.d.ts.map +0 -1
  1013. package/dist/editors/clean-new-editor/components/DriveExplorer.js +0 -16
  1014. package/dist/editors/clean-new-editor/components/EmptyState.d.ts.map +0 -1
  1015. package/dist/editors/clean-new-editor/components/Files.d.ts.map +0 -1
  1016. package/dist/editors/clean-new-editor/components/FolderTree.d.ts +0 -6
  1017. package/dist/editors/clean-new-editor/components/FolderTree.d.ts.map +0 -1
  1018. package/dist/editors/clean-new-editor/components/FolderTree.js +0 -65
  1019. package/dist/editors/clean-new-editor/components/Folders.d.ts.map +0 -1
  1020. package/dist/editors/clean-new-editor/components/NavigationBreadcrumbs.d.ts.map +0 -1
  1021. package/dist/editors/clean-new-editor/config.d.ts.map +0 -1
  1022. package/dist/editors/clean-new-editor/config.js +0 -5
  1023. package/dist/editors/clean-new-editor/editor.d.ts.map +0 -1
  1024. package/dist/editors/clean-new-editor/module.d.ts +0 -3
  1025. package/dist/editors/clean-new-editor/module.d.ts.map +0 -1
  1026. package/dist/editors/contributor-billing/components/ConfirmationModal.d.ts.map +0 -1
  1027. package/dist/editors/contributor-billing/components/HeaderControls.d.ts.map +0 -1
  1028. package/dist/editors/contributor-billing/components/HeaderStats.d.ts.map +0 -1
  1029. package/dist/editors/contributor-billing/components/HeaderStats.js +0 -73
  1030. package/dist/editors/contributor-billing/components/InvoiceTable.d.ts.map +0 -1
  1031. package/dist/editors/contributor-billing/components/InvoiceTableContainer.d.ts.map +0 -1
  1032. package/dist/editors/contributor-billing/components/InvoiceTableRow.d.ts.map +0 -1
  1033. package/dist/editors/contributor-billing/components/InvoiceTableSection.d.ts.map +0 -1
  1034. package/dist/editors/integrations/components/EditName.d.ts +0 -3
  1035. package/dist/editors/integrations/components/EditName.d.ts.map +0 -1
  1036. package/dist/editors/integrations/components/EditName.js +0 -31
  1037. package/dist/editors/integrations/editor.d.ts +0 -3
  1038. package/dist/editors/integrations/editor.d.ts.map +0 -1
  1039. package/dist/editors/integrations/editor.js +0 -6
  1040. package/dist/editors/integrations/module.d.ts.map +0 -1
  1041. package/dist/editors/integrations/module.js +0 -10
  1042. package/dist/old-contributor-billing/components/DriveExplorer.d.ts +0 -7
  1043. package/dist/old-contributor-billing/components/DriveExplorer.d.ts.map +0 -1
  1044. package/dist/old-contributor-billing/components/DriveExplorer.js +0 -184
  1045. package/dist/old-contributor-billing/components/InvoiceTable/HeaderControls.d.ts +0 -25
  1046. package/dist/old-contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +0 -1
  1047. package/dist/old-contributor-billing/components/InvoiceTable/HeaderControls.js +0 -154
  1048. package/dist/old-contributor-billing/components/InvoiceTable/HeaderStats.d.ts +0 -2
  1049. package/dist/old-contributor-billing/components/InvoiceTable/HeaderStats.d.ts.map +0 -1
  1050. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTable.d.ts +0 -30
  1051. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +0 -1
  1052. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTable.js +0 -254
  1053. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts +0 -16
  1054. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts.map +0 -1
  1055. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableRow.js +0 -47
  1056. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts +0 -10
  1057. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts.map +0 -1
  1058. package/dist/old-contributor-billing/components/InvoiceTable/InvoiceTableSection.js +0 -10
  1059. package/dist/old-contributor-billing/components/InvoiceTable/RowActionMenu.d.ts +0 -8
  1060. package/dist/old-contributor-billing/components/InvoiceTable/RowActionMenu.d.ts.map +0 -1
  1061. package/dist/old-contributor-billing/components/InvoiceTable/RowActionMenu.js +0 -2
  1062. package/dist/old-contributor-billing/config.d.ts +0 -3
  1063. package/dist/old-contributor-billing/config.d.ts.map +0 -1
  1064. package/dist/old-contributor-billing/config.js +0 -4
  1065. package/dist/old-contributor-billing/editor.d.ts +0 -3
  1066. package/dist/old-contributor-billing/editor.d.ts.map +0 -1
  1067. package/dist/old-contributor-billing/editor.js +0 -8
  1068. package/dist/old-contributor-billing/module.d.ts +0 -3
  1069. package/dist/old-contributor-billing/module.d.ts.map +0 -1
  1070. package/dist/old-contributor-billing/module.js +0 -9
  1071. package/dist/old-contributor-billing/util.d.ts +0 -10
  1072. package/dist/old-contributor-billing/util.d.ts.map +0 -1
  1073. package/dist/old-contributor-billing/util.js +0 -112
  1074. package/dist/subgraphs/integrations/index.d.ts.map +0 -1
  1075. package/dist/subgraphs/integrations/resolvers.d.ts.map +0 -1
  1076. package/dist/subgraphs/integrations/schema.d.ts.map +0 -1
  1077. package/dist/subgraphs/integrations/schema.js +0 -69
  1078. /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/actions.js +0 -0
  1079. /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/error.d.ts +0 -0
  1080. /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/error.js +0 -0
  1081. /package/dist/document-models/{integrations/gen/integrations → account-transactions/gen/account}/operations.js +0 -0
  1082. /package/dist/document-models/{integrations → account-transactions}/gen/document-model.d.ts +0 -0
  1083. /package/dist/document-models/{integrations → account-transactions}/gen/schema/index.d.ts +0 -0
  1084. /package/dist/document-models/{integrations → account-transactions}/gen/schema/index.js +0 -0
  1085. /package/dist/document-models/{integrations → account-transactions}/gen/schema/types.js +0 -0
  1086. /package/dist/document-models/{integrations → account-transactions}/gen/types.js +0 -0
  1087. /package/dist/document-models/{integrations → account-transactions}/index.d.ts +0 -0
  1088. /package/dist/document-models/{integrations → account-transactions}/index.js +0 -0
  1089. /package/dist/document-models/{integrations → account-transactions}/src/index.d.ts +0 -0
  1090. /package/dist/document-models/{integrations → account-transactions}/src/index.js +0 -0
  1091. /package/dist/document-models/{integrations → account-transactions}/src/tests/document-model.test.d.ts +0 -0
  1092. /package/dist/document-models/{integrations → account-transactions}/src/utils.d.ts +0 -0
  1093. /package/dist/document-models/{integrations → account-transactions}/src/utils.js +0 -0
  1094. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/CreateDocument.d.ts +0 -0
  1095. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/CreateDocument.js +0 -0
  1096. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/DriveExplorer.d.ts +0 -0
  1097. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/EmptyState.d.ts +0 -0
  1098. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/EmptyState.js +0 -0
  1099. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Files.d.ts +0 -0
  1100. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Files.js +0 -0
  1101. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Folders.d.ts +0 -0
  1102. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/Folders.js +0 -0
  1103. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/NavigationBreadcrumbs.d.ts +0 -0
  1104. /package/dist/editors/{clean-new-editor → builder-team-admin}/components/NavigationBreadcrumbs.js +0 -0
  1105. /package/dist/editors/contributor-billing/components/{ConfirmationModal.d.ts → InvoiceTable/ConfirmationModal.d.ts} +0 -0
  1106. /package/dist/editors/contributor-billing/components/{ConfirmationModal.js → InvoiceTable/ConfirmationModal.js} +0 -0
  1107. /package/dist/editors/contributor-billing/components/{HeaderControls.d.ts → InvoiceTable/HeaderControls.d.ts} +0 -0
  1108. /package/dist/editors/contributor-billing/components/{HeaderControls.js → InvoiceTable/HeaderControls.js} +0 -0
  1109. /package/dist/editors/contributor-billing/components/{HeaderStats.d.ts → InvoiceTable/HeaderStats.d.ts} +0 -0
  1110. /package/dist/editors/contributor-billing/components/{InvoiceTable.d.ts → InvoiceTable/InvoiceTable.d.ts} +0 -0
  1111. /package/dist/editors/contributor-billing/components/{InvoiceTableContainer.d.ts → InvoiceTable/InvoiceTableContainer.d.ts} +0 -0
  1112. /package/dist/editors/contributor-billing/components/{InvoiceTableContainer.js → InvoiceTable/InvoiceTableContainer.js} +0 -0
  1113. /package/dist/editors/contributor-billing/components/{InvoiceTableRow.d.ts → InvoiceTable/InvoiceTableRow.d.ts} +0 -0
  1114. /package/dist/editors/contributor-billing/components/{InvoiceTableRow.js → InvoiceTable/InvoiceTableRow.js} +0 -0
  1115. /package/dist/editors/contributor-billing/components/{InvoiceTableSection.d.ts → InvoiceTable/InvoiceTableSection.d.ts} +0 -0
  1116. /package/dist/editors/contributor-billing/components/{InvoiceTableSection.js → InvoiceTable/InvoiceTableSection.js} +0 -0
  1117. /package/dist/subgraphs/{integrations → acc-txs-addon}/schema.d.ts +0 -0
  1118. /package/dist/subgraphs/{integrations → account-transactions}/resolvers.d.ts +0 -0
@@ -0,0 +1,1077 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { useState, useEffect, useRef } from "react";
3
+ import { generateId } from "document-model/core";
4
+ import { updateOfferingInfo, updateOfferingStatus, setOperator, addTargetAudience, removeTargetAudience, setSetupServices, setRecurringServices, setFacetTarget, removeFacetTarget, addFacetOption, removeFacetOption, } from "../../../document-models/service-offering/gen/creators.js";
5
+ const STATUS_OPTIONS = [
6
+ { value: "DRAFT", label: "Draft", color: "slate" },
7
+ { value: "COMING_SOON", label: "Coming Soon", color: "sky" },
8
+ { value: "ACTIVE", label: "Active", color: "emerald" },
9
+ { value: "DEPRECATED", label: "Deprecated", color: "rose" },
10
+ ];
11
+ const AUDIENCE_PRESETS = [
12
+ { label: "Founders", color: "#8b5cf6" },
13
+ { label: "SNO Governors", color: "#f43f5e" },
14
+ { label: "Builders", color: "#0ea5e9" },
15
+ { label: "Operators", color: "#f97316" },
16
+ { label: "Contributors", color: "#10b981" },
17
+ { label: "Investors", color: "#6366f1" },
18
+ ];
19
+ const FACET_CATEGORIES = [
20
+ {
21
+ key: "sno-function",
22
+ label: "SNO Function",
23
+ description: "Service node operator function type",
24
+ options: [
25
+ { id: "operational-hub", label: "Operational Hub" },
26
+ { id: "embryonic-hub", label: "Embryonic Hub" },
27
+ { id: "ip-spv", label: "IP SPV" },
28
+ { id: "revenue-generating-hub", label: "Revenue Generating Hub" },
29
+ {
30
+ id: "operational-collateral-fund",
31
+ label: "Operational Collateral Fund",
32
+ },
33
+ ],
34
+ },
35
+ {
36
+ key: "legal-entity",
37
+ label: "Legal Entity",
38
+ description: "Required legal structure",
39
+ options: [
40
+ { id: "swiss-association", label: "Swiss Association" },
41
+ { id: "bvi", label: "BVI" },
42
+ ],
43
+ },
44
+ {
45
+ key: "team",
46
+ label: "Team",
47
+ description: "Team location type",
48
+ options: [
49
+ { id: "remote", label: "Remote" },
50
+ { id: "local", label: "Local" },
51
+ { id: "hybrid", label: "Hybrid" },
52
+ ],
53
+ },
54
+ {
55
+ key: "anonymity",
56
+ label: "Anonymity",
57
+ description: "Identity disclosure level",
58
+ options: [
59
+ { id: "high", label: "High" },
60
+ { id: "highest", label: "Highest" },
61
+ ],
62
+ },
63
+ ];
64
+ export function ScopeAndFacets({ document, dispatch }) {
65
+ const { state } = document;
66
+ const globalState = state.global;
67
+ const [formData, setFormData] = useState({
68
+ title: globalState.title || "",
69
+ summary: globalState.summary || "",
70
+ description: globalState.description || "",
71
+ operatorId: globalState.operatorId || "",
72
+ thumbnailUrl: globalState.thumbnailUrl || "",
73
+ infoLink: globalState.infoLink || "",
74
+ status: globalState.status,
75
+ });
76
+ const [newSetupService, setNewSetupService] = useState("");
77
+ const [newRecurringService, setNewRecurringService] = useState("");
78
+ const [newAudienceLabel, setNewAudienceLabel] = useState("");
79
+ const [showAudienceInput, setShowAudienceInput] = useState(false);
80
+ const setupServiceInputRef = useRef(null);
81
+ const recurringServiceInputRef = useRef(null);
82
+ useEffect(() => {
83
+ setFormData({
84
+ title: globalState.title || "",
85
+ summary: globalState.summary || "",
86
+ description: globalState.description || "",
87
+ operatorId: globalState.operatorId || "",
88
+ thumbnailUrl: globalState.thumbnailUrl || "",
89
+ infoLink: globalState.infoLink || "",
90
+ status: globalState.status,
91
+ });
92
+ }, [
93
+ globalState.title,
94
+ globalState.summary,
95
+ globalState.description,
96
+ globalState.operatorId,
97
+ globalState.thumbnailUrl,
98
+ globalState.infoLink,
99
+ globalState.status,
100
+ ]);
101
+ const handleFieldChange = (field, value) => {
102
+ setFormData((prev) => ({ ...prev, [field]: value }));
103
+ };
104
+ const handleInfoBlur = () => {
105
+ const changes = {};
106
+ let hasChanges = false;
107
+ if (formData.title !== globalState.title) {
108
+ changes.title = formData.title;
109
+ hasChanges = true;
110
+ }
111
+ if (formData.summary !== globalState.summary) {
112
+ changes.summary = formData.summary;
113
+ hasChanges = true;
114
+ }
115
+ if (formData.description !== (globalState.description || "")) {
116
+ changes.description = formData.description || null;
117
+ hasChanges = true;
118
+ }
119
+ if (formData.thumbnailUrl !== (globalState.thumbnailUrl || "")) {
120
+ changes.thumbnailUrl = formData.thumbnailUrl || null;
121
+ hasChanges = true;
122
+ }
123
+ if (formData.infoLink !== (globalState.infoLink || "")) {
124
+ changes.infoLink = formData.infoLink || null;
125
+ hasChanges = true;
126
+ }
127
+ if (hasChanges) {
128
+ dispatch(updateOfferingInfo({
129
+ ...changes,
130
+ lastModified: new Date().toISOString(),
131
+ }));
132
+ }
133
+ };
134
+ const handleOperatorBlur = () => {
135
+ if (formData.operatorId !== globalState.operatorId) {
136
+ dispatch(setOperator({
137
+ operatorId: formData.operatorId,
138
+ lastModified: new Date().toISOString(),
139
+ }));
140
+ }
141
+ };
142
+ const handleStatusChange = (value) => {
143
+ const status = value;
144
+ setFormData((prev) => ({ ...prev, status }));
145
+ dispatch(updateOfferingStatus({
146
+ status,
147
+ lastModified: new Date().toISOString(),
148
+ }));
149
+ };
150
+ const handleAddAudience = (label, color) => {
151
+ if (!label.trim())
152
+ return;
153
+ dispatch(addTargetAudience({
154
+ id: generateId(),
155
+ label: label.trim(),
156
+ color: color || null,
157
+ lastModified: new Date().toISOString(),
158
+ }));
159
+ setNewAudienceLabel("");
160
+ setShowAudienceInput(false);
161
+ };
162
+ const handleRemoveAudience = (id) => {
163
+ dispatch(removeTargetAudience({
164
+ id,
165
+ lastModified: new Date().toISOString(),
166
+ }));
167
+ };
168
+ const handleAddSetupService = () => {
169
+ if (!newSetupService.trim())
170
+ return;
171
+ const updatedServices = [
172
+ ...globalState.setupServices,
173
+ newSetupService.trim(),
174
+ ];
175
+ dispatch(setSetupServices({
176
+ services: updatedServices,
177
+ lastModified: new Date().toISOString(),
178
+ }));
179
+ setNewSetupService("");
180
+ setupServiceInputRef.current?.focus();
181
+ };
182
+ const handleRemoveSetupService = (index) => {
183
+ const updatedServices = globalState.setupServices.filter((_, i) => i !== index);
184
+ dispatch(setSetupServices({
185
+ services: updatedServices,
186
+ lastModified: new Date().toISOString(),
187
+ }));
188
+ };
189
+ const handleAddRecurringService = () => {
190
+ if (!newRecurringService.trim())
191
+ return;
192
+ const updatedServices = [
193
+ ...globalState.recurringServices,
194
+ newRecurringService.trim(),
195
+ ];
196
+ dispatch(setRecurringServices({
197
+ services: updatedServices,
198
+ lastModified: new Date().toISOString(),
199
+ }));
200
+ setNewRecurringService("");
201
+ recurringServiceInputRef.current?.focus();
202
+ };
203
+ const handleRemoveRecurringService = (index) => {
204
+ const updatedServices = globalState.recurringServices.filter((_, i) => i !== index);
205
+ dispatch(setRecurringServices({
206
+ services: updatedServices,
207
+ lastModified: new Date().toISOString(),
208
+ }));
209
+ };
210
+ const handleFacetOptionToggle = (categoryKey, categoryLabel, optionId) => {
211
+ const existingTarget = globalState.facetTargets.find((ft) => ft.categoryKey === categoryKey);
212
+ const isSelected = existingTarget?.selectedOptions.includes(optionId);
213
+ if (isSelected) {
214
+ dispatch(removeFacetOption({
215
+ categoryKey,
216
+ optionId,
217
+ lastModified: new Date().toISOString(),
218
+ }));
219
+ }
220
+ else {
221
+ if (existingTarget) {
222
+ dispatch(addFacetOption({
223
+ categoryKey,
224
+ optionId,
225
+ lastModified: new Date().toISOString(),
226
+ }));
227
+ }
228
+ else {
229
+ dispatch(setFacetTarget({
230
+ id: generateId(),
231
+ categoryKey,
232
+ categoryLabel,
233
+ selectedOptions: [optionId],
234
+ lastModified: new Date().toISOString(),
235
+ }));
236
+ }
237
+ }
238
+ };
239
+ const handleClearFacetCategory = (categoryKey) => {
240
+ dispatch(removeFacetTarget({
241
+ categoryKey,
242
+ lastModified: new Date().toISOString(),
243
+ }));
244
+ };
245
+ const getFacetSelectedOptions = (categoryKey) => {
246
+ const target = globalState.facetTargets.find((ft) => ft.categoryKey === categoryKey);
247
+ return target?.selectedOptions || [];
248
+ };
249
+ const currentStatus = STATUS_OPTIONS.find((s) => s.value === formData.status);
250
+ const availablePresets = AUDIENCE_PRESETS.filter((preset) => !globalState.targetAudiences.some((a) => a.label === preset.label));
251
+ return (_jsxs(_Fragment, { children: [_jsx("style", { children: styles }), _jsxs("div", { className: "offering-editor", children: [_jsxs("section", { className: "offering-editor__hero", children: [_jsxs("div", { className: "offering-editor__thumbnail-area", children: [_jsxs("div", { className: "offering-editor__thumbnail", style: {
252
+ backgroundImage: formData.thumbnailUrl
253
+ ? `url(${formData.thumbnailUrl})`
254
+ : undefined,
255
+ }, children: [!formData.thumbnailUrl && (_jsxs("div", { className: "offering-editor__thumbnail-placeholder", children: [_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [_jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }), _jsx("circle", { cx: "8.5", cy: "8.5", r: "1.5" }), _jsx("path", { d: "M21 15l-5-5L5 21" })] }), _jsx("span", { children: "Add Thumbnail" })] })), formData.thumbnailUrl && (_jsx("div", { className: `offering-editor__status-badge offering-editor__status-badge--${currentStatus?.color}`, children: currentStatus?.label }))] }), _jsx("div", { className: "offering-editor__thumbnail-input", children: _jsx("input", { type: "text", value: formData.thumbnailUrl, onChange: (e) => handleFieldChange("thumbnailUrl", e.target.value), onBlur: handleInfoBlur, placeholder: "https://example.com/image.jpg", className: "offering-editor__input offering-editor__input--sm" }) })] }), _jsxs("div", { className: "offering-editor__identity", children: [_jsxs("div", { className: "offering-editor__title-row", children: [_jsx("input", { type: "text", value: formData.title, onChange: (e) => handleFieldChange("title", e.target.value), onBlur: handleInfoBlur, className: "offering-editor__title-input", placeholder: "Offering Title" }), _jsxs("div", { className: "offering-editor__status-select", children: [_jsx("select", { value: formData.status, onChange: (e) => handleStatusChange(e.target.value), className: "offering-editor__select", "data-status": currentStatus?.color, children: STATUS_OPTIONS.map((option) => (_jsx("option", { value: option.value, children: option.label }, option.value))) }), _jsx("span", { className: `offering-editor__status-indicator offering-editor__status-indicator--${currentStatus?.color}` })] })] }), _jsxs("div", { className: "offering-editor__audiences", children: [globalState.targetAudiences.map((audience) => (_jsxs("span", { className: "offering-editor__audience-tag", style: audience.color
256
+ ? {
257
+ backgroundColor: `${audience.color}15`,
258
+ borderColor: `${audience.color}40`,
259
+ color: audience.color,
260
+ }
261
+ : undefined, children: [audience.label, _jsx("button", { type: "button", onClick: () => handleRemoveAudience(audience.id), className: "offering-editor__audience-remove", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M18 6L6 18M6 6l12 12", strokeWidth: "2" }) }) })] }, audience.id))), showAudienceInput ? (_jsxs("div", { className: "offering-editor__audience-input-wrap", children: [_jsx("input", { type: "text", value: newAudienceLabel, onChange: (e) => setNewAudienceLabel(e.target.value), onKeyDown: (e) => {
262
+ if (e.key === "Enter")
263
+ handleAddAudience(newAudienceLabel);
264
+ if (e.key === "Escape")
265
+ setShowAudienceInput(false);
266
+ }, placeholder: "Audience name...", className: "offering-editor__audience-input", autoFocus: true }), _jsx("button", { type: "button", onClick: () => handleAddAudience(newAudienceLabel), className: "offering-editor__audience-add-btn", children: "Add" })] })) : (_jsxs("button", { type: "button", onClick: () => setShowAudienceInput(true), className: "offering-editor__add-audience-btn", children: [_jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M12 5v14M5 12h14", strokeWidth: "2" }) }), "Add Audience"] }))] }), availablePresets.length > 0 && (_jsxs("div", { className: "offering-editor__audience-presets", children: [_jsx("span", { className: "offering-editor__presets-label", children: "Quick add:" }), availablePresets.slice(0, 4).map((preset) => (_jsx("button", { type: "button", onClick: () => handleAddAudience(preset.label, preset.color), className: "offering-editor__preset-btn", style: { color: preset.color }, children: preset.label }, preset.label)))] })), _jsx("textarea", { value: formData.summary, onChange: (e) => handleFieldChange("summary", e.target.value), onBlur: handleInfoBlur, className: "offering-editor__summary", placeholder: "Brief summary of your service offering...", rows: 2 })] })] }), _jsxs("section", { className: "offering-editor__card offering-editor__card--full", children: [_jsxs("div", { className: "offering-editor__card-header", children: [_jsx("div", { className: "offering-editor__card-icon offering-editor__card-icon--violet", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.75", children: _jsx("path", { d: "M4 6h16M4 12h16M4 18h10" }) }) }), _jsxs("div", { children: [_jsx("h3", { className: "offering-editor__card-title", children: "Description" }), _jsx("p", { className: "offering-editor__card-subtitle", children: "Detailed description of your offering" })] })] }), _jsx("textarea", { value: formData.description, onChange: (e) => handleFieldChange("description", e.target.value), onBlur: handleInfoBlur, className: "offering-editor__textarea", placeholder: "Provide a comprehensive description of your service offering, including what makes it unique and valuable...", rows: 4 })] }), _jsxs("div", { className: "offering-editor__grid", children: [_jsxs("section", { className: "offering-editor__card", children: [_jsxs("div", { className: "offering-editor__card-header", children: [_jsx("div", { className: "offering-editor__card-icon offering-editor__card-icon--emerald", children: _jsxs("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.75", children: [_jsx("path", { d: "M12 2L2 7l10 5 10-5-10-5z" }), _jsx("path", { d: "M2 17l10 5 10-5" }), _jsx("path", { d: "M2 12l10 5 10-5" })] }) }), _jsxs("div", { children: [_jsx("h3", { className: "offering-editor__card-title", children: "Formation & Setup" }), _jsx("p", { className: "offering-editor__card-subtitle", children: "One-time setup services" })] })] }), _jsxs("div", { className: "offering-editor__services", children: [globalState.setupServices.map((service, index) => (_jsxs("div", { className: "offering-editor__service", children: [_jsx("span", { className: "offering-editor__service-bullet" }), _jsx("span", { className: "offering-editor__service-text", children: service }), _jsx("button", { type: "button", onClick: () => handleRemoveSetupService(index), className: "offering-editor__service-remove", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M18 6L6 18M6 6l12 12", strokeWidth: "2" }) }) })] }, index))), _jsxs("div", { className: "offering-editor__add-service", children: [_jsx("span", { className: "offering-editor__service-bullet offering-editor__service-bullet--ghost" }), _jsx("input", { ref: setupServiceInputRef, type: "text", value: newSetupService, onChange: (e) => setNewSetupService(e.target.value), onKeyDown: (e) => {
267
+ if (e.key === "Enter")
268
+ handleAddSetupService();
269
+ }, placeholder: "Add a setup service...", className: "offering-editor__service-new-input" }), newSetupService && (_jsx("button", { type: "button", onClick: handleAddSetupService, className: "offering-editor__service-add-btn", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M12 5v14M5 12h14", strokeWidth: "2" }) }) }))] })] })] }), _jsxs("section", { className: "offering-editor__card", children: [_jsxs("div", { className: "offering-editor__card-header", children: [_jsx("div", { className: "offering-editor__card-icon offering-editor__card-icon--amber", children: _jsxs("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.75", children: [_jsx("path", { d: "M12 8v4l3 3" }), _jsx("circle", { cx: "12", cy: "12", r: "9" })] }) }), _jsxs("div", { children: [_jsx("h3", { className: "offering-editor__card-title", children: "Recurring Services" }), _jsx("p", { className: "offering-editor__card-subtitle", children: "Ongoing services included" })] })] }), _jsxs("div", { className: "offering-editor__services", children: [globalState.recurringServices.map((service, index) => (_jsxs("div", { className: "offering-editor__service", children: [_jsx("span", { className: "offering-editor__service-bullet offering-editor__service-bullet--recurring" }), _jsx("span", { className: "offering-editor__service-text", children: service }), _jsx("button", { type: "button", onClick: () => handleRemoveRecurringService(index), className: "offering-editor__service-remove", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M18 6L6 18M6 6l12 12", strokeWidth: "2" }) }) })] }, index))), _jsxs("div", { className: "offering-editor__add-service", children: [_jsx("span", { className: "offering-editor__service-bullet offering-editor__service-bullet--ghost" }), _jsx("input", { ref: recurringServiceInputRef, type: "text", value: newRecurringService, onChange: (e) => setNewRecurringService(e.target.value), onKeyDown: (e) => {
270
+ if (e.key === "Enter")
271
+ handleAddRecurringService();
272
+ }, placeholder: "Add a recurring service...", className: "offering-editor__service-new-input" }), newRecurringService && (_jsx("button", { type: "button", onClick: handleAddRecurringService, className: "offering-editor__service-add-btn", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M12 5v14M5 12h14", strokeWidth: "2" }) }) }))] })] })] })] }), _jsxs("section", { className: "offering-editor__facets", children: [_jsxs("div", { className: "offering-editor__facets-header", children: [_jsx("div", { className: "offering-editor__card-icon offering-editor__card-icon--sky", children: _jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.75", children: _jsx("path", { d: "M3 6h18M7 12h10M10 18h4" }) }) }), _jsxs("div", { children: [_jsx("h3", { className: "offering-editor__card-title", children: "Facet Targeting" }), _jsx("p", { className: "offering-editor__card-subtitle", children: "Define which resource combinations can access this offering" })] })] }), _jsx("div", { className: "offering-editor__facets-grid", children: FACET_CATEGORIES.map((category) => {
273
+ const selectedOptions = getFacetSelectedOptions(category.key);
274
+ return (_jsxs("div", { className: "offering-editor__facet-card", children: [_jsxs("div", { className: "offering-editor__facet-header", children: [_jsx("span", { className: "offering-editor__facet-label", children: category.label }), selectedOptions.length > 0 && (_jsx("button", { type: "button", onClick: () => handleClearFacetCategory(category.key), className: "offering-editor__facet-clear", children: "Clear" }))] }), _jsx("p", { className: "offering-editor__facet-desc", children: category.description }), _jsx("div", { className: "offering-editor__facet-options", children: category.options.map((option) => {
275
+ const isSelected = selectedOptions.includes(option.id);
276
+ return (_jsxs("button", { type: "button", onClick: () => handleFacetOptionToggle(category.key, category.label, option.id), className: `offering-editor__facet-option ${isSelected
277
+ ? "offering-editor__facet-option--selected"
278
+ : ""}`, children: [_jsx("span", { className: "offering-editor__facet-checkbox", children: isSelected && (_jsx("svg", { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", children: _jsx("path", { d: "M5 12l5 5L20 7", strokeWidth: "2.5" }) })) }), option.label] }, option.id));
279
+ }) })] }, category.key));
280
+ }) })] }), _jsxs("section", { className: "offering-editor__metadata", children: [_jsxs("div", { className: "offering-editor__meta-field", children: [_jsx("label", { className: "offering-editor__label", children: "Operator ID" }), _jsx("input", { type: "text", value: formData.operatorId, onChange: (e) => handleFieldChange("operatorId", e.target.value), onBlur: handleOperatorBlur, className: "offering-editor__input offering-editor__input--mono", placeholder: "operator-123" })] }), _jsxs("div", { className: "offering-editor__meta-field", children: [_jsx("label", { className: "offering-editor__label", children: "More Info Link" }), _jsx("input", { type: "text", value: formData.infoLink, onChange: (e) => handleFieldChange("infoLink", e.target.value), onBlur: handleInfoBlur, className: "offering-editor__input", placeholder: "https://example.com/more-info" })] })] })] })] }));
281
+ }
282
+ const styles = `
283
+ @import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');
284
+
285
+ .offering-editor {
286
+ --oe-font: 'Instrument Sans', system-ui, sans-serif;
287
+ --oe-mono: 'DM Mono', 'SF Mono', monospace;
288
+
289
+ --oe-ink: #1a1f36;
290
+ --oe-ink-light: #4a5578;
291
+ --oe-ink-muted: #8792a8;
292
+ --oe-surface: #ffffff;
293
+ --oe-surface-raised: #fafbfc;
294
+ --oe-border: #e4e8f0;
295
+ --oe-border-light: #f0f2f7;
296
+
297
+ --oe-violet: #7c5cff;
298
+ --oe-violet-light: #f4f1ff;
299
+ --oe-amber: #f59e0b;
300
+ --oe-amber-light: #fef7e6;
301
+ --oe-emerald: #10b981;
302
+ --oe-emerald-light: #e8faf3;
303
+ --oe-sky: #0ea5e9;
304
+ --oe-sky-light: #e8f7fc;
305
+ --oe-rose: #f43f5e;
306
+ --oe-rose-light: #fef1f3;
307
+ --oe-slate: #64748b;
308
+ --oe-slate-light: #f1f5f9;
309
+
310
+ font-family: var(--oe-font);
311
+ display: flex;
312
+ flex-direction: column;
313
+ gap: 24px;
314
+ }
315
+
316
+ /* Hero Section */
317
+ .offering-editor__hero {
318
+ display: grid;
319
+ grid-template-columns: 160px 1fr;
320
+ gap: 28px;
321
+ background: var(--oe-surface);
322
+ border-radius: 16px;
323
+ padding: 24px;
324
+ box-shadow: 0 1px 3px rgba(26, 31, 54, 0.04), 0 4px 16px rgba(26, 31, 54, 0.06);
325
+ }
326
+
327
+ .offering-editor__thumbnail-area {
328
+ display: flex;
329
+ flex-direction: column;
330
+ gap: 12px;
331
+ }
332
+
333
+ .offering-editor__thumbnail {
334
+ width: 160px;
335
+ height: 120px;
336
+ border-radius: 12px;
337
+ background: linear-gradient(135deg, var(--oe-border-light) 0%, var(--oe-border) 100%);
338
+ background-size: cover;
339
+ background-position: center;
340
+ position: relative;
341
+ overflow: hidden;
342
+ transition: transform 0.2s ease;
343
+ }
344
+
345
+ .offering-editor__thumbnail:hover {
346
+ transform: scale(1.02);
347
+ }
348
+
349
+ .offering-editor__thumbnail-placeholder {
350
+ position: absolute;
351
+ inset: 0;
352
+ display: flex;
353
+ flex-direction: column;
354
+ align-items: center;
355
+ justify-content: center;
356
+ gap: 8px;
357
+ color: var(--oe-ink-muted);
358
+ font-size: 0.75rem;
359
+ font-weight: 500;
360
+ }
361
+
362
+ .offering-editor__thumbnail-placeholder svg {
363
+ width: 32px;
364
+ height: 32px;
365
+ opacity: 0.5;
366
+ }
367
+
368
+ .offering-editor__status-badge {
369
+ position: absolute;
370
+ top: 8px;
371
+ left: 8px;
372
+ padding: 4px 10px;
373
+ font-size: 0.625rem;
374
+ font-weight: 700;
375
+ text-transform: uppercase;
376
+ letter-spacing: 0.05em;
377
+ border-radius: 100px;
378
+ backdrop-filter: blur(8px);
379
+ }
380
+
381
+ .offering-editor__status-badge--emerald {
382
+ background: rgba(16, 185, 129, 0.9);
383
+ color: white;
384
+ }
385
+
386
+ .offering-editor__status-badge--sky {
387
+ background: rgba(14, 165, 233, 0.9);
388
+ color: white;
389
+ }
390
+
391
+ .offering-editor__status-badge--slate {
392
+ background: rgba(100, 116, 139, 0.9);
393
+ color: white;
394
+ }
395
+
396
+ .offering-editor__status-badge--rose {
397
+ background: rgba(244, 63, 94, 0.9);
398
+ color: white;
399
+ }
400
+
401
+ .offering-editor__thumbnail-input {
402
+ width: 100%;
403
+ }
404
+
405
+ .offering-editor__identity {
406
+ display: flex;
407
+ flex-direction: column;
408
+ gap: 16px;
409
+ }
410
+
411
+ .offering-editor__title-row {
412
+ display: flex;
413
+ align-items: center;
414
+ gap: 16px;
415
+ }
416
+
417
+ .offering-editor__title-input {
418
+ flex: 1;
419
+ font-family: var(--oe-font);
420
+ font-size: 1.75rem;
421
+ font-weight: 700;
422
+ color: var(--oe-ink);
423
+ background: transparent;
424
+ border: none;
425
+ outline: none;
426
+ padding: 0;
427
+ letter-spacing: -0.02em;
428
+ }
429
+
430
+ .offering-editor__title-input::placeholder {
431
+ color: var(--oe-ink-muted);
432
+ }
433
+
434
+ .offering-editor__status-select {
435
+ position: relative;
436
+ display: flex;
437
+ align-items: center;
438
+ }
439
+
440
+ .offering-editor__select {
441
+ appearance: none;
442
+ font-family: var(--oe-font);
443
+ font-size: 0.8125rem;
444
+ font-weight: 600;
445
+ padding: 8px 32px 8px 28px;
446
+ border-radius: 100px;
447
+ border: 1.5px solid var(--oe-border);
448
+ background: var(--oe-surface-raised);
449
+ color: var(--oe-ink-light);
450
+ cursor: pointer;
451
+ transition: all 0.15s ease;
452
+ }
453
+
454
+ .offering-editor__select:hover {
455
+ border-color: var(--oe-ink-muted);
456
+ }
457
+
458
+ .offering-editor__select:focus {
459
+ outline: none;
460
+ border-color: var(--oe-violet);
461
+ box-shadow: 0 0 0 3px var(--oe-violet-light);
462
+ }
463
+
464
+ .offering-editor__status-indicator {
465
+ position: absolute;
466
+ left: 10px;
467
+ width: 8px;
468
+ height: 8px;
469
+ border-radius: 50%;
470
+ pointer-events: none;
471
+ }
472
+
473
+ .offering-editor__status-indicator--emerald { background: var(--oe-emerald); }
474
+ .offering-editor__status-indicator--sky { background: var(--oe-sky); }
475
+ .offering-editor__status-indicator--slate { background: var(--oe-slate); }
476
+ .offering-editor__status-indicator--rose { background: var(--oe-rose); }
477
+
478
+ /* Audiences */
479
+ .offering-editor__audiences {
480
+ display: flex;
481
+ flex-wrap: wrap;
482
+ align-items: center;
483
+ gap: 8px;
484
+ }
485
+
486
+ .offering-editor__audience-tag {
487
+ display: inline-flex;
488
+ align-items: center;
489
+ gap: 6px;
490
+ padding: 6px 12px;
491
+ font-size: 0.8125rem;
492
+ font-weight: 600;
493
+ border-radius: 100px;
494
+ background: var(--oe-violet-light);
495
+ border: 1px solid rgba(124, 92, 255, 0.2);
496
+ color: var(--oe-violet);
497
+ transition: all 0.15s ease;
498
+ }
499
+
500
+ .offering-editor__audience-remove {
501
+ display: flex;
502
+ align-items: center;
503
+ justify-content: center;
504
+ width: 16px;
505
+ height: 16px;
506
+ padding: 0;
507
+ background: transparent;
508
+ border: none;
509
+ cursor: pointer;
510
+ opacity: 0.6;
511
+ transition: opacity 0.15s ease;
512
+ }
513
+
514
+ .offering-editor__audience-remove:hover {
515
+ opacity: 1;
516
+ }
517
+
518
+ .offering-editor__audience-remove svg {
519
+ width: 12px;
520
+ height: 12px;
521
+ }
522
+
523
+ .offering-editor__add-audience-btn {
524
+ display: inline-flex;
525
+ align-items: center;
526
+ gap: 4px;
527
+ padding: 6px 12px;
528
+ font-family: var(--oe-font);
529
+ font-size: 0.8125rem;
530
+ font-weight: 500;
531
+ color: var(--oe-ink-muted);
532
+ background: transparent;
533
+ border: 1.5px dashed var(--oe-border);
534
+ border-radius: 100px;
535
+ cursor: pointer;
536
+ transition: all 0.15s ease;
537
+ }
538
+
539
+ .offering-editor__add-audience-btn:hover {
540
+ border-color: var(--oe-ink-muted);
541
+ color: var(--oe-ink-light);
542
+ }
543
+
544
+ .offering-editor__add-audience-btn svg {
545
+ width: 14px;
546
+ height: 14px;
547
+ }
548
+
549
+ .offering-editor__audience-input-wrap {
550
+ display: flex;
551
+ align-items: center;
552
+ gap: 6px;
553
+ }
554
+
555
+ .offering-editor__audience-input {
556
+ width: 140px;
557
+ padding: 6px 12px;
558
+ font-family: var(--oe-font);
559
+ font-size: 0.8125rem;
560
+ border: 1.5px solid var(--oe-violet);
561
+ border-radius: 100px;
562
+ outline: none;
563
+ background: var(--oe-surface);
564
+ }
565
+
566
+ .offering-editor__audience-add-btn {
567
+ padding: 6px 12px;
568
+ font-family: var(--oe-font);
569
+ font-size: 0.75rem;
570
+ font-weight: 600;
571
+ color: white;
572
+ background: var(--oe-violet);
573
+ border: none;
574
+ border-radius: 100px;
575
+ cursor: pointer;
576
+ transition: background 0.15s ease;
577
+ }
578
+
579
+ .offering-editor__audience-add-btn:hover {
580
+ background: #6b4ee0;
581
+ }
582
+
583
+ .offering-editor__audience-presets {
584
+ display: flex;
585
+ align-items: center;
586
+ gap: 8px;
587
+ padding-top: 4px;
588
+ }
589
+
590
+ .offering-editor__presets-label {
591
+ font-size: 0.75rem;
592
+ color: var(--oe-ink-muted);
593
+ }
594
+
595
+ .offering-editor__preset-btn {
596
+ font-family: var(--oe-font);
597
+ font-size: 0.75rem;
598
+ font-weight: 500;
599
+ padding: 4px 8px;
600
+ background: transparent;
601
+ border: none;
602
+ cursor: pointer;
603
+ opacity: 0.7;
604
+ transition: opacity 0.15s ease;
605
+ }
606
+
607
+ .offering-editor__preset-btn:hover {
608
+ opacity: 1;
609
+ }
610
+
611
+ .offering-editor__summary {
612
+ width: 100%;
613
+ font-family: var(--oe-font);
614
+ font-size: 0.9375rem;
615
+ line-height: 1.6;
616
+ color: var(--oe-ink-light);
617
+ background: transparent;
618
+ border: none;
619
+ outline: none;
620
+ resize: none;
621
+ padding: 0;
622
+ }
623
+
624
+ .offering-editor__summary::placeholder {
625
+ color: var(--oe-ink-muted);
626
+ }
627
+
628
+ /* Grid Cards */
629
+ .offering-editor__grid {
630
+ display: grid;
631
+ grid-template-columns: 1fr 1fr;
632
+ gap: 20px;
633
+ }
634
+
635
+ .offering-editor__card {
636
+ background: var(--oe-surface);
637
+ border-radius: 16px;
638
+ padding: 24px;
639
+ box-shadow: 0 1px 3px rgba(26, 31, 54, 0.04), 0 4px 16px rgba(26, 31, 54, 0.06);
640
+ }
641
+
642
+ .offering-editor__card-header {
643
+ display: flex;
644
+ align-items: flex-start;
645
+ gap: 14px;
646
+ margin-bottom: 20px;
647
+ }
648
+
649
+ .offering-editor__card-icon {
650
+ width: 40px;
651
+ height: 40px;
652
+ border-radius: 10px;
653
+ display: flex;
654
+ align-items: center;
655
+ justify-content: center;
656
+ flex-shrink: 0;
657
+ }
658
+
659
+ .offering-editor__card-icon svg {
660
+ width: 20px;
661
+ height: 20px;
662
+ }
663
+
664
+ .offering-editor__card-icon--violet {
665
+ background: var(--oe-violet-light);
666
+ color: var(--oe-violet);
667
+ }
668
+
669
+ .offering-editor__card-icon--amber {
670
+ background: var(--oe-amber-light);
671
+ color: var(--oe-amber);
672
+ }
673
+
674
+ .offering-editor__card-icon--emerald {
675
+ background: var(--oe-emerald-light);
676
+ color: var(--oe-emerald);
677
+ }
678
+
679
+ .offering-editor__card--full {
680
+ grid-column: 1 / -1;
681
+ }
682
+
683
+ .offering-editor__card-title {
684
+ font-size: 1rem;
685
+ font-weight: 600;
686
+ color: var(--oe-ink);
687
+ margin: 0 0 2px;
688
+ }
689
+
690
+ .offering-editor__card-subtitle {
691
+ font-size: 0.8125rem;
692
+ color: var(--oe-ink-muted);
693
+ margin: 0;
694
+ }
695
+
696
+ .offering-editor__textarea {
697
+ width: 100%;
698
+ font-family: var(--oe-font);
699
+ font-size: 0.9375rem;
700
+ line-height: 1.7;
701
+ color: var(--oe-ink);
702
+ background: var(--oe-surface-raised);
703
+ border: 1.5px solid var(--oe-border-light);
704
+ border-radius: 12px;
705
+ padding: 16px;
706
+ resize: vertical;
707
+ transition: all 0.15s ease;
708
+ }
709
+
710
+ .offering-editor__textarea:hover {
711
+ border-color: var(--oe-border);
712
+ }
713
+
714
+ .offering-editor__textarea:focus {
715
+ outline: none;
716
+ border-color: var(--oe-violet);
717
+ box-shadow: 0 0 0 3px var(--oe-violet-light);
718
+ }
719
+
720
+ .offering-editor__textarea::placeholder {
721
+ color: var(--oe-ink-muted);
722
+ }
723
+
724
+ /* Services */
725
+ .offering-editor__services {
726
+ display: flex;
727
+ flex-direction: column;
728
+ gap: 8px;
729
+ }
730
+
731
+ .offering-editor__service {
732
+ display: flex;
733
+ align-items: center;
734
+ gap: 10px;
735
+ padding: 10px 12px;
736
+ background: var(--oe-surface-raised);
737
+ border-radius: 8px;
738
+ transition: background 0.15s ease;
739
+ }
740
+
741
+ .offering-editor__service:hover {
742
+ background: var(--oe-border-light);
743
+ }
744
+
745
+ .offering-editor__service-bullet {
746
+ width: 6px;
747
+ height: 6px;
748
+ border-radius: 50%;
749
+ background: var(--oe-emerald);
750
+ flex-shrink: 0;
751
+ }
752
+
753
+ .offering-editor__service-bullet--recurring {
754
+ background: var(--oe-amber);
755
+ }
756
+
757
+ .offering-editor__service-bullet--ghost {
758
+ background: var(--oe-border);
759
+ }
760
+
761
+ .offering-editor__service-text {
762
+ flex: 1;
763
+ font-size: 0.875rem;
764
+ color: var(--oe-ink);
765
+ }
766
+
767
+ .offering-editor__service-remove {
768
+ display: flex;
769
+ align-items: center;
770
+ justify-content: center;
771
+ width: 24px;
772
+ height: 24px;
773
+ padding: 0;
774
+ background: transparent;
775
+ border: none;
776
+ border-radius: 6px;
777
+ cursor: pointer;
778
+ color: var(--oe-ink-muted);
779
+ opacity: 0;
780
+ transition: all 0.15s ease;
781
+ }
782
+
783
+ .offering-editor__service:hover .offering-editor__service-remove {
784
+ opacity: 1;
785
+ }
786
+
787
+ .offering-editor__service-remove:hover {
788
+ background: var(--oe-rose-light);
789
+ color: var(--oe-rose);
790
+ }
791
+
792
+ .offering-editor__service-remove svg {
793
+ width: 14px;
794
+ height: 14px;
795
+ }
796
+
797
+ .offering-editor__add-service {
798
+ display: flex;
799
+ align-items: center;
800
+ gap: 10px;
801
+ padding: 10px 12px;
802
+ background: transparent;
803
+ border: 1.5px dashed var(--oe-border);
804
+ border-radius: 8px;
805
+ transition: all 0.15s ease;
806
+ }
807
+
808
+ .offering-editor__add-service:focus-within {
809
+ border-color: var(--oe-violet);
810
+ border-style: solid;
811
+ }
812
+
813
+ .offering-editor__service-new-input {
814
+ flex: 1;
815
+ font-family: var(--oe-font);
816
+ font-size: 0.875rem;
817
+ background: transparent;
818
+ border: none;
819
+ outline: none;
820
+ color: var(--oe-ink);
821
+ }
822
+
823
+ .offering-editor__service-new-input::placeholder {
824
+ color: var(--oe-ink-muted);
825
+ }
826
+
827
+ .offering-editor__service-add-btn {
828
+ display: flex;
829
+ align-items: center;
830
+ justify-content: center;
831
+ width: 28px;
832
+ height: 28px;
833
+ padding: 0;
834
+ background: var(--oe-violet);
835
+ border: none;
836
+ border-radius: 6px;
837
+ cursor: pointer;
838
+ color: white;
839
+ transition: background 0.15s ease;
840
+ }
841
+
842
+ .offering-editor__service-add-btn:hover {
843
+ background: #6b4ee0;
844
+ }
845
+
846
+ .offering-editor__service-add-btn svg {
847
+ width: 16px;
848
+ height: 16px;
849
+ }
850
+
851
+ /* Metadata */
852
+ .offering-editor__metadata {
853
+ display: grid;
854
+ grid-template-columns: 1fr 1fr;
855
+ gap: 20px;
856
+ background: var(--oe-surface);
857
+ border-radius: 16px;
858
+ padding: 24px;
859
+ box-shadow: 0 1px 3px rgba(26, 31, 54, 0.04), 0 4px 16px rgba(26, 31, 54, 0.06);
860
+ }
861
+
862
+ .offering-editor__meta-field {
863
+ display: flex;
864
+ flex-direction: column;
865
+ gap: 8px;
866
+ }
867
+
868
+ .offering-editor__label {
869
+ font-size: 0.6875rem;
870
+ font-weight: 700;
871
+ text-transform: uppercase;
872
+ letter-spacing: 0.06em;
873
+ color: var(--oe-ink-muted);
874
+ }
875
+
876
+ .offering-editor__input {
877
+ width: 100%;
878
+ font-family: var(--oe-font);
879
+ font-size: 0.9375rem;
880
+ padding: 12px 16px;
881
+ background: var(--oe-surface-raised);
882
+ border: 1.5px solid var(--oe-border-light);
883
+ border-radius: 10px;
884
+ color: var(--oe-ink);
885
+ transition: all 0.15s ease;
886
+ }
887
+
888
+ .offering-editor__input:hover {
889
+ border-color: var(--oe-border);
890
+ }
891
+
892
+ .offering-editor__input:focus {
893
+ outline: none;
894
+ border-color: var(--oe-violet);
895
+ box-shadow: 0 0 0 3px var(--oe-violet-light);
896
+ }
897
+
898
+ .offering-editor__input::placeholder {
899
+ color: var(--oe-ink-muted);
900
+ }
901
+
902
+ .offering-editor__input--sm {
903
+ font-size: 0.8125rem;
904
+ padding: 8px 12px;
905
+ }
906
+
907
+ .offering-editor__input--mono {
908
+ font-family: var(--oe-mono);
909
+ font-size: 0.875rem;
910
+ }
911
+
912
+ /* Facet Targeting */
913
+ .offering-editor__facets {
914
+ background: var(--oe-surface);
915
+ border-radius: 16px;
916
+ padding: 24px;
917
+ box-shadow: 0 1px 3px rgba(26, 31, 54, 0.04), 0 4px 16px rgba(26, 31, 54, 0.06);
918
+ }
919
+
920
+ .offering-editor__facets-header {
921
+ display: flex;
922
+ align-items: flex-start;
923
+ gap: 14px;
924
+ margin-bottom: 20px;
925
+ }
926
+
927
+ .offering-editor__card-icon--sky {
928
+ background: var(--oe-sky-light);
929
+ color: var(--oe-sky);
930
+ }
931
+
932
+ .offering-editor__facets-grid {
933
+ display: grid;
934
+ grid-template-columns: repeat(2, 1fr);
935
+ gap: 16px;
936
+ }
937
+
938
+ .offering-editor__facet-card {
939
+ background: var(--oe-surface-raised);
940
+ border: 1px solid var(--oe-border-light);
941
+ border-radius: 12px;
942
+ padding: 16px;
943
+ transition: border-color 0.15s ease;
944
+ }
945
+
946
+ .offering-editor__facet-card:hover {
947
+ border-color: var(--oe-border);
948
+ }
949
+
950
+ .offering-editor__facet-header {
951
+ display: flex;
952
+ align-items: center;
953
+ justify-content: space-between;
954
+ margin-bottom: 6px;
955
+ }
956
+
957
+ .offering-editor__facet-label {
958
+ font-size: 0.875rem;
959
+ font-weight: 600;
960
+ color: var(--oe-ink);
961
+ }
962
+
963
+ .offering-editor__facet-clear {
964
+ font-family: var(--oe-font);
965
+ font-size: 0.75rem;
966
+ font-weight: 500;
967
+ padding: 4px 8px;
968
+ background: transparent;
969
+ border: none;
970
+ color: var(--oe-ink-muted);
971
+ cursor: pointer;
972
+ transition: color 0.15s ease;
973
+ }
974
+
975
+ .offering-editor__facet-clear:hover {
976
+ color: var(--oe-rose);
977
+ }
978
+
979
+ .offering-editor__facet-desc {
980
+ font-size: 0.75rem;
981
+ color: var(--oe-ink-muted);
982
+ margin: 0 0 12px;
983
+ }
984
+
985
+ .offering-editor__facet-options {
986
+ display: flex;
987
+ flex-direction: column;
988
+ gap: 6px;
989
+ }
990
+
991
+ .offering-editor__facet-option {
992
+ display: flex;
993
+ align-items: center;
994
+ gap: 10px;
995
+ padding: 8px 12px;
996
+ font-family: var(--oe-font);
997
+ font-size: 0.8125rem;
998
+ color: var(--oe-ink-light);
999
+ background: var(--oe-surface);
1000
+ border: 1.5px solid var(--oe-border-light);
1001
+ border-radius: 8px;
1002
+ cursor: pointer;
1003
+ transition: all 0.15s ease;
1004
+ }
1005
+
1006
+ .offering-editor__facet-option:hover {
1007
+ border-color: var(--oe-border);
1008
+ background: var(--oe-surface);
1009
+ }
1010
+
1011
+ .offering-editor__facet-option--selected {
1012
+ border-color: var(--oe-sky);
1013
+ background: var(--oe-sky-light);
1014
+ color: var(--oe-ink);
1015
+ }
1016
+
1017
+ .offering-editor__facet-option--selected:hover {
1018
+ border-color: var(--oe-sky);
1019
+ background: var(--oe-sky-light);
1020
+ }
1021
+
1022
+ .offering-editor__facet-checkbox {
1023
+ display: flex;
1024
+ align-items: center;
1025
+ justify-content: center;
1026
+ width: 18px;
1027
+ height: 18px;
1028
+ border-radius: 4px;
1029
+ background: var(--oe-surface);
1030
+ border: 1.5px solid var(--oe-border);
1031
+ transition: all 0.15s ease;
1032
+ }
1033
+
1034
+ .offering-editor__facet-option--selected .offering-editor__facet-checkbox {
1035
+ background: var(--oe-sky);
1036
+ border-color: var(--oe-sky);
1037
+ }
1038
+
1039
+ .offering-editor__facet-checkbox svg {
1040
+ width: 12px;
1041
+ height: 12px;
1042
+ color: white;
1043
+ }
1044
+
1045
+ /* Responsive */
1046
+ @media (max-width: 900px) {
1047
+ .offering-editor__hero {
1048
+ grid-template-columns: 1fr;
1049
+ }
1050
+
1051
+ .offering-editor__thumbnail-area {
1052
+ flex-direction: row;
1053
+ align-items: flex-start;
1054
+ }
1055
+
1056
+ .offering-editor__thumbnail {
1057
+ width: 120px;
1058
+ height: 90px;
1059
+ }
1060
+
1061
+ .offering-editor__thumbnail-input {
1062
+ flex: 1;
1063
+ }
1064
+
1065
+ .offering-editor__grid {
1066
+ grid-template-columns: 1fr;
1067
+ }
1068
+
1069
+ .offering-editor__metadata {
1070
+ grid-template-columns: 1fr;
1071
+ }
1072
+
1073
+ .offering-editor__facets-grid {
1074
+ grid-template-columns: 1fr;
1075
+ }
1076
+ }
1077
+ `;