@keystrokehq/finmei 0.1.1 → 0.1.2

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 (139) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/create-expense.d.cts +1 -11
  4. package/dist/actions/create-expense.d.mts +1 -11
  5. package/dist/actions/create-invoice.cjs +63 -63
  6. package/dist/actions/create-invoice.cjs.map +1 -1
  7. package/dist/actions/create-invoice.d.cts +64 -133
  8. package/dist/actions/create-invoice.d.cts.map +1 -1
  9. package/dist/actions/create-invoice.d.mts +64 -133
  10. package/dist/actions/create-invoice.d.mts.map +1 -1
  11. package/dist/actions/create-invoice.mjs +63 -63
  12. package/dist/actions/create-invoice.mjs.map +1 -1
  13. package/dist/actions/delete-customer.d.cts +1 -1
  14. package/dist/actions/delete-customer.d.cts.map +1 -1
  15. package/dist/actions/delete-customer.d.mts +1 -1
  16. package/dist/actions/delete-customer.d.mts.map +1 -1
  17. package/dist/actions/delete-invoice.cjs +1 -1
  18. package/dist/actions/delete-invoice.cjs.map +1 -1
  19. package/dist/actions/delete-invoice.d.cts +2 -5
  20. package/dist/actions/delete-invoice.d.mts +2 -5
  21. package/dist/actions/delete-invoice.mjs +1 -1
  22. package/dist/actions/delete-invoice.mjs.map +1 -1
  23. package/dist/actions/delete-payment.d.cts +1 -3
  24. package/dist/actions/delete-payment.d.mts +1 -3
  25. package/dist/actions/delete-product.cjs +1 -1
  26. package/dist/actions/delete-product.cjs.map +1 -1
  27. package/dist/actions/delete-product.d.cts +2 -5
  28. package/dist/actions/delete-product.d.mts +2 -5
  29. package/dist/actions/delete-product.mjs +1 -1
  30. package/dist/actions/delete-product.mjs.map +1 -1
  31. package/dist/actions/download-expense-file.d.cts +1 -7
  32. package/dist/actions/download-expense-file.d.mts +1 -7
  33. package/dist/actions/download-invoice-pdf.d.cts +1 -7
  34. package/dist/actions/download-invoice-pdf.d.mts +1 -7
  35. package/dist/actions/get-expense.d.cts +1 -11
  36. package/dist/actions/get-expense.d.mts +1 -11
  37. package/dist/actions/get-invoice.cjs +25 -25
  38. package/dist/actions/get-invoice.cjs.map +1 -1
  39. package/dist/actions/get-invoice.d.cts +26 -77
  40. package/dist/actions/get-invoice.d.cts.map +1 -1
  41. package/dist/actions/get-invoice.d.mts +26 -77
  42. package/dist/actions/get-invoice.d.mts.map +1 -1
  43. package/dist/actions/get-invoice.mjs +25 -25
  44. package/dist/actions/get-invoice.mjs.map +1 -1
  45. package/dist/actions/get-payment.cjs +2 -2
  46. package/dist/actions/get-payment.cjs.map +1 -1
  47. package/dist/actions/get-payment.d.cts +3 -13
  48. package/dist/actions/get-payment.d.mts +3 -13
  49. package/dist/actions/get-payment.mjs +2 -2
  50. package/dist/actions/get-payment.mjs.map +1 -1
  51. package/dist/actions/get-product.cjs +1 -1
  52. package/dist/actions/get-product.cjs.map +1 -1
  53. package/dist/actions/get-product.d.cts +2 -10
  54. package/dist/actions/get-product.d.mts +2 -10
  55. package/dist/actions/get-product.mjs +1 -1
  56. package/dist/actions/get-product.mjs.map +1 -1
  57. package/dist/actions/get-profile.cjs +7 -7
  58. package/dist/actions/get-profile.cjs.map +1 -1
  59. package/dist/actions/get-profile.d.cts +8 -18
  60. package/dist/actions/get-profile.d.cts.map +1 -1
  61. package/dist/actions/get-profile.d.mts +8 -18
  62. package/dist/actions/get-profile.d.mts.map +1 -1
  63. package/dist/actions/get-profile.mjs +7 -7
  64. package/dist/actions/get-profile.mjs.map +1 -1
  65. package/dist/actions/list-currencies.cjs +1 -1
  66. package/dist/actions/list-currencies.cjs.map +1 -1
  67. package/dist/actions/list-currencies.d.cts +2 -8
  68. package/dist/actions/list-currencies.d.cts.map +1 -1
  69. package/dist/actions/list-currencies.d.mts +2 -8
  70. package/dist/actions/list-currencies.d.mts.map +1 -1
  71. package/dist/actions/list-currencies.mjs +1 -1
  72. package/dist/actions/list-currencies.mjs.map +1 -1
  73. package/dist/actions/list-customers.cjs +8 -8
  74. package/dist/actions/list-customers.cjs.map +1 -1
  75. package/dist/actions/list-customers.d.cts +9 -25
  76. package/dist/actions/list-customers.d.mts +9 -25
  77. package/dist/actions/list-customers.mjs +8 -8
  78. package/dist/actions/list-customers.mjs.map +1 -1
  79. package/dist/actions/list-expenses.cjs +11 -11
  80. package/dist/actions/list-expenses.cjs.map +1 -1
  81. package/dist/actions/list-expenses.d.cts +12 -31
  82. package/dist/actions/list-expenses.d.mts +12 -31
  83. package/dist/actions/list-expenses.mjs +11 -11
  84. package/dist/actions/list-expenses.mjs.map +1 -1
  85. package/dist/actions/list-invoices.cjs +29 -29
  86. package/dist/actions/list-invoices.cjs.map +1 -1
  87. package/dist/actions/list-invoices.d.cts +30 -92
  88. package/dist/actions/list-invoices.d.cts.map +1 -1
  89. package/dist/actions/list-invoices.d.mts +30 -92
  90. package/dist/actions/list-invoices.d.mts.map +1 -1
  91. package/dist/actions/list-invoices.mjs +29 -29
  92. package/dist/actions/list-invoices.mjs.map +1 -1
  93. package/dist/actions/list-payments.cjs +7 -7
  94. package/dist/actions/list-payments.cjs.map +1 -1
  95. package/dist/actions/list-payments.d.cts +8 -23
  96. package/dist/actions/list-payments.d.mts +8 -23
  97. package/dist/actions/list-payments.mjs +7 -7
  98. package/dist/actions/list-payments.mjs.map +1 -1
  99. package/dist/actions/list-products.cjs +3 -3
  100. package/dist/actions/list-products.cjs.map +1 -1
  101. package/dist/actions/list-products.d.cts +4 -20
  102. package/dist/actions/list-products.d.mts +4 -20
  103. package/dist/actions/list-products.mjs +3 -3
  104. package/dist/actions/list-products.mjs.map +1 -1
  105. package/dist/actions/update-customer.cjs +10 -10
  106. package/dist/actions/update-customer.cjs.map +1 -1
  107. package/dist/actions/update-customer.d.cts +11 -28
  108. package/dist/actions/update-customer.d.cts.map +1 -1
  109. package/dist/actions/update-customer.d.mts +11 -28
  110. package/dist/actions/update-customer.d.mts.map +1 -1
  111. package/dist/actions/update-customer.mjs +10 -10
  112. package/dist/actions/update-customer.mjs.map +1 -1
  113. package/dist/actions/update-expense-file.cjs +5 -5
  114. package/dist/actions/update-expense-file.cjs.map +1 -1
  115. package/dist/actions/update-expense-file.d.cts +6 -12
  116. package/dist/actions/update-expense-file.d.mts +6 -12
  117. package/dist/actions/update-expense-file.mjs +5 -5
  118. package/dist/actions/update-expense-file.mjs.map +1 -1
  119. package/dist/actions/update-expense.cjs +2 -2
  120. package/dist/actions/update-expense.cjs.map +1 -1
  121. package/dist/actions/update-expense.d.cts +3 -11
  122. package/dist/actions/update-expense.d.mts +3 -11
  123. package/dist/actions/update-expense.mjs +2 -2
  124. package/dist/actions/update-expense.mjs.map +1 -1
  125. package/dist/actions/update-invoice.cjs +52 -52
  126. package/dist/actions/update-invoice.cjs.map +1 -1
  127. package/dist/actions/update-invoice.d.cts +53 -109
  128. package/dist/actions/update-invoice.d.cts.map +1 -1
  129. package/dist/actions/update-invoice.d.mts +53 -109
  130. package/dist/actions/update-invoice.d.mts.map +1 -1
  131. package/dist/actions/update-invoice.mjs +52 -52
  132. package/dist/actions/update-invoice.mjs.map +1 -1
  133. package/dist/actions/update-product.cjs +1 -1
  134. package/dist/actions/update-product.cjs.map +1 -1
  135. package/dist/actions/update-product.d.cts +2 -10
  136. package/dist/actions/update-product.d.mts +2 -10
  137. package/dist/actions/update-product.mjs +1 -1
  138. package/dist/actions/update-product.mjs.map +1 -1
  139. package/package.json +1 -1
@@ -6,9 +6,9 @@ const FinmeiListExpensesInput = z.object({
6
6
  per_page: z.number().int().default(20).describe("Number of expenses per page (1-100)").optional()
7
7
  }).describe("Optional pagination parameters for listing expenses.");
8
8
  const FinmeiListExpenses_PaginationMetaSchema = z.object({
9
- to: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Ending item number on current page").optional()),
10
- from: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Starting item number on current page (1-indexed)").optional()),
11
- path: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("API endpoint path").optional()),
9
+ to: z.number().int().describe("Ending item number on current page").nullable().optional(),
10
+ from: z.number().int().describe("Starting item number on current page (1-indexed)").nullable().optional(),
11
+ path: z.string().describe("API endpoint path").nullable().optional(),
12
12
  total: z.number().int().describe("Total number of expenses across all pages").nullable(),
13
13
  per_page: z.number().int().describe("Number of items per page").nullable(),
14
14
  last_page: z.number().int().describe("Last page number").nullable(),
@@ -16,12 +16,12 @@ const FinmeiListExpenses_PaginationMetaSchema = z.object({
16
16
  }).describe("Pagination metadata from the API");
17
17
  const FinmeiListExpenses_ExpenseSchema = z.object({
18
18
  id: z.string().describe("Unique identifier of the expense").nullable(),
19
- date: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Date of the expense in YYYY-MM-DD format").optional()),
20
- total: z.preprocess((value) => value === null ? void 0 : value, z.number().describe("Total amount of the expense").optional()),
21
- seller: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Name of the seller/vendor").optional()),
22
- currency: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("ISO 4217 currency code (USD, EUR, GBP, etc.)").optional()),
23
- created_at: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Unix timestamp when expense was created").optional()),
24
- updated_at: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Unix timestamp when expense was last updated").optional())
19
+ date: z.string().describe("Date of the expense in YYYY-MM-DD format").nullable().optional(),
20
+ total: z.number().describe("Total amount of the expense").nullable().optional(),
21
+ seller: z.string().describe("Name of the seller/vendor").nullable().optional(),
22
+ currency: z.string().describe("ISO 4217 currency code (USD, EUR, GBP, etc.)").nullable().optional(),
23
+ created_at: z.number().int().describe("Unix timestamp when expense was created").nullable().optional(),
24
+ updated_at: z.number().int().describe("Unix timestamp when expense was last updated").nullable().optional()
25
25
  }).describe("Single expense object returned by the API");
26
26
  const finmeiListExpenses = action("FINMEI_LIST_EXPENSES", {
27
27
  slug: "finmei-list-expenses",
@@ -29,8 +29,8 @@ const finmeiListExpenses = action("FINMEI_LIST_EXPENSES", {
29
29
  description: "Tool to list all expenses for the business. Use when you need a paginated list of expenses with metadata.",
30
30
  input: FinmeiListExpensesInput,
31
31
  output: z.object({
32
- meta: z.preprocess((value) => value === null ? void 0 : value, FinmeiListExpenses_PaginationMetaSchema.optional()),
33
- expenses: z.preprocess((value) => value === null ? void 0 : value, z.array(FinmeiListExpenses_ExpenseSchema).describe("List of expense objects returned by the API").optional())
32
+ meta: FinmeiListExpenses_PaginationMetaSchema.nullable().optional(),
33
+ expenses: z.array(FinmeiListExpenses_ExpenseSchema).describe("List of expense objects returned by the API").nullable().optional()
34
34
  }).describe("Response model for listing expenses with pagination metadata.")
35
35
  });
36
36
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"list-expenses.mjs","names":[],"sources":["../../src/actions/list-expenses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FinmeiListExpensesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (must be >= 1)\").optional(),\n per_page: z.number().int().default(20).describe(\"Number of expenses per page (1-100)\").optional(),\n}).describe(\"Optional pagination parameters for listing expenses.\");\nconst FinmeiListExpenses_PaginationMetaSchema = z.object({\n to: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Ending item number on current page\").optional()),\n from: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Starting item number on current page (1-indexed)\").optional()),\n path: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"API endpoint path\").optional()),\n total: z.number().int().describe(\"Total number of expenses across all pages\").nullable(),\n per_page: z.number().int().describe(\"Number of items per page\").nullable(),\n last_page: z.number().int().describe(\"Last page number\").nullable(),\n current_page: z.number().int().describe(\"Current page number\").nullable(),\n}).describe(\"Pagination metadata from the API\");\nconst FinmeiListExpenses_ExpenseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the expense\").nullable(),\n date: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Date of the expense in YYYY-MM-DD format\").optional()),\n total: z.preprocess((value) => (value === null ? undefined : value), z.number().describe(\"Total amount of the expense\").optional()),\n seller: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Name of the seller/vendor\").optional()),\n currency: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"ISO 4217 currency code (USD, EUR, GBP, etc.)\").optional()),\n created_at: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Unix timestamp when expense was created\").optional()),\n updated_at: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Unix timestamp when expense was last updated\").optional()),\n}).describe(\"Single expense object returned by the API\");\nexport const FinmeiListExpensesOutput = z.object({\n meta: z.preprocess((value) => (value === null ? undefined : value), FinmeiListExpenses_PaginationMetaSchema.optional()),\n expenses: z.preprocess((value) => (value === null ? undefined : value), z.array(FinmeiListExpenses_ExpenseSchema).describe(\"List of expense objects returned by the API\").optional()),\n}).describe(\"Response model for listing expenses with pagination metadata.\");\n\nexport const finmeiListExpenses = action(\"FINMEI_LIST_EXPENSES\", {\n slug: \"finmei-list-expenses\",\n name: \"List Expenses\",\n description: \"Tool to list all expenses for the business. Use when you need a paginated list of expenses with metadata.\",\n input: FinmeiListExpensesInput,\n output: FinmeiListExpensesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO;CAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC9F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC;CAC5I,MAAM,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC;CAC5J,MAAM,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC;CACvH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAClE,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC;CAC9I,OAAO,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC;CAClI,QAAQ,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC;CACjI,UAAU,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC;CACtJ,YAAY,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC;CACzJ,YAAY,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC;AAChK,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAMvD,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsC,EAAE,OAAO;EAC/C,MAAM,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,wCAAwC,SAAS,CAAC;EACtH,UAAU,EAAE,YAAY,UAAW,UAAU,OAAO,SAAY,OAAQ,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC;CACtL,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-expenses.mjs","names":[],"sources":["../../src/actions/list-expenses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FinmeiListExpensesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (must be >= 1)\").optional(),\n per_page: z.number().int().default(20).describe(\"Number of expenses per page (1-100)\").optional(),\n}).describe(\"Optional pagination parameters for listing expenses.\");\nconst FinmeiListExpenses_PaginationMetaSchema = z.object({\n to: z.number().int().describe(\"Ending item number on current page\").nullable().optional(),\n from: z.number().int().describe(\"Starting item number on current page (1-indexed)\").nullable().optional(),\n path: z.string().describe(\"API endpoint path\").nullable().optional(),\n total: z.number().int().describe(\"Total number of expenses across all pages\").nullable(),\n per_page: z.number().int().describe(\"Number of items per page\").nullable(),\n last_page: z.number().int().describe(\"Last page number\").nullable(),\n current_page: z.number().int().describe(\"Current page number\").nullable(),\n}).describe(\"Pagination metadata from the API\");\nconst FinmeiListExpenses_ExpenseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the expense\").nullable(),\n date: z.string().describe(\"Date of the expense in YYYY-MM-DD format\").nullable().optional(),\n total: z.number().describe(\"Total amount of the expense\").nullable().optional(),\n seller: z.string().describe(\"Name of the seller/vendor\").nullable().optional(),\n currency: z.string().describe(\"ISO 4217 currency code (USD, EUR, GBP, etc.)\").nullable().optional(),\n created_at: z.number().int().describe(\"Unix timestamp when expense was created\").nullable().optional(),\n updated_at: z.number().int().describe(\"Unix timestamp when expense was last updated\").nullable().optional(),\n}).describe(\"Single expense object returned by the API\");\nexport const FinmeiListExpensesOutput = z.object({\n meta: FinmeiListExpenses_PaginationMetaSchema.nullable().optional(),\n expenses: z.array(FinmeiListExpenses_ExpenseSchema).describe(\"List of expense objects returned by the API\").nullable().optional(),\n}).describe(\"Response model for listing expenses with pagination metadata.\");\n\nexport const finmeiListExpenses = action(\"FINMEI_LIST_EXPENSES\", {\n slug: \"finmei-list-expenses\",\n name: \"List Expenses\",\n description: \"Tool to list all expenses for the business. Use when you need a paginated list of expenses with metadata.\",\n input: FinmeiListExpensesInput,\n output: FinmeiListExpensesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO;CAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC9F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAClE,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,mCAAmC,EAAE,OAAO;CAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAMvD,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVsC,EAAE,OAAO;EAC/C,MAAM,wCAAwC,SAAS,CAAC,CAAC,SAAS;EAClE,UAAU,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,CAAC,CAAC,CAAC,SAAS,+DAOF;AACV,CAAC"}
@@ -6,8 +6,8 @@ const FinmeiListInvoicesInput = zod.z.object({
6
6
  per_page: zod.z.number().int().default(20).describe("Number of invoices per page (1-100)").optional()
7
7
  }).describe("Optional pagination parameters for listing invoices.");
8
8
  const FinmeiListInvoices_PaginationMetaSchema = zod.z.object({
9
- to: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Ending item number on current page").optional()),
10
- from: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Starting item number on current page (1-indexed)").optional()),
9
+ to: zod.z.number().int().describe("Ending item number on current page").nullable().optional(),
10
+ from: zod.z.number().int().describe("Starting item number on current page (1-indexed)").nullable().optional(),
11
11
  path: zod.z.string().describe("API endpoint path").nullable(),
12
12
  total: zod.z.number().int().describe("Total number of invoices across all pages").nullable(),
13
13
  per_page: zod.z.number().int().describe("Number of items per page").nullable(),
@@ -15,16 +15,16 @@ const FinmeiListInvoices_PaginationMetaSchema = zod.z.object({
15
15
  current_page: zod.z.number().int().describe("Current page number").nullable()
16
16
  }).describe("Pagination metadata from the API");
17
17
  const FinmeiListInvoices_BuyerSchema = zod.z.object({
18
- type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Type of buyer (company or individual)").optional()),
19
- email: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Buyer email").optional()),
20
- phone: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Buyer phone number").optional()),
21
- address: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Buyer address").optional()),
22
- vat_code: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("VAT registration number").optional()),
23
- last_name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last name (for individual buyers)").optional()),
24
- first_name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("First name (for individual buyers)").optional()),
25
- company_code: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company registration code").optional()),
26
- company_name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company name (for company buyers)").optional()),
27
- individual_tax_id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Individual tax ID").optional())
18
+ type: zod.z.string().describe("Type of buyer (company or individual)").nullable().optional(),
19
+ email: zod.z.string().describe("Buyer email").nullable().optional(),
20
+ phone: zod.z.string().describe("Buyer phone number").nullable().optional(),
21
+ address: zod.z.string().describe("Buyer address").nullable().optional(),
22
+ vat_code: zod.z.string().describe("VAT registration number").nullable().optional(),
23
+ last_name: zod.z.string().describe("Last name (for individual buyers)").nullable().optional(),
24
+ first_name: zod.z.string().describe("First name (for individual buyers)").nullable().optional(),
25
+ company_code: zod.z.string().describe("Company registration code").nullable().optional(),
26
+ company_name: zod.z.string().describe("Company name (for company buyers)").nullable().optional(),
27
+ individual_tax_id: zod.z.string().describe("Individual tax ID").nullable().optional()
28
28
  }).describe("Buyer/customer information on the invoice");
29
29
  const FinmeiListInvoices_InvoiceItemSchema = zod.z.object({
30
30
  id: zod.z.string().describe("Unique item identifier").nullable(),
@@ -32,26 +32,26 @@ const FinmeiListInvoices_InvoiceItemSchema = zod.z.object({
32
32
  price: zod.z.number().describe("Unit price").nullable(),
33
33
  units: zod.z.string().describe("Unit of measurement (hours, pcs, etc.)").nullable(),
34
34
  quantity: zod.z.number().describe("Quantity").nullable(),
35
- vat_percentage: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().describe("VAT/tax percentage applied").optional())
35
+ vat_percentage: zod.z.number().describe("VAT/tax percentage applied").nullable().optional()
36
36
  }).describe("Line item on the invoice");
37
37
  const FinmeiListInvoices_SellerSchema = zod.z.object({
38
- email: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Business email").optional()),
39
- phone: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Business phone number").optional()),
40
- address: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Business address").optional()),
41
- vat_code: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("VAT registration number").optional()),
42
- last_name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last name (for individual sellers)").optional()),
43
- first_name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("First name (for individual sellers)").optional()),
44
- company_code: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company registration code").optional()),
45
- company_name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company name (for company sellers)").optional()),
46
- business_type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Type of business (company or individual)").optional()),
47
- individual_tax_id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Individual tax ID").optional())
38
+ email: zod.z.string().describe("Business email").nullable().optional(),
39
+ phone: zod.z.string().describe("Business phone number").nullable().optional(),
40
+ address: zod.z.string().describe("Business address").nullable().optional(),
41
+ vat_code: zod.z.string().describe("VAT registration number").nullable().optional(),
42
+ last_name: zod.z.string().describe("Last name (for individual sellers)").nullable().optional(),
43
+ first_name: zod.z.string().describe("First name (for individual sellers)").nullable().optional(),
44
+ company_code: zod.z.string().describe("Company registration code").nullable().optional(),
45
+ company_name: zod.z.string().describe("Company name (for company sellers)").nullable().optional(),
46
+ business_type: zod.z.string().describe("Type of business (company or individual)").nullable().optional(),
47
+ individual_tax_id: zod.z.string().describe("Individual tax ID").nullable().optional()
48
48
  }).describe("Seller/business information on the invoice");
49
49
  const FinmeiListInvoices_InvoiceSchema = zod.z.object({
50
50
  id: zod.z.string().describe("Unique invoice identifier").nullable(),
51
51
  vat: zod.z.number().describe("Total VAT/tax amount").nullable(),
52
52
  buyer: FinmeiListInvoices_BuyerSchema.nullable(),
53
- items: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(FinmeiListInvoices_InvoiceItemSchema).describe("List of line items on the invoice").optional()),
54
- notes: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Additional notes on the invoice").optional()),
53
+ items: zod.z.array(FinmeiListInvoices_InvoiceItemSchema).describe("List of line items on the invoice").nullable().optional(),
54
+ notes: zod.z.string().describe("Additional notes on the invoice").nullable().optional(),
55
55
  seller: FinmeiListInvoices_SellerSchema.nullable(),
56
56
  series: zod.z.string().describe("Invoice series/prefix").nullable(),
57
57
  currency: zod.z.string().describe("ISO 4217 currency code (USD, EUR, GBP, etc.)").nullable(),
@@ -64,14 +64,14 @@ const FinmeiListInvoices_InvoiceSchema = zod.z.object({
64
64
  invoice_date: zod.z.string().describe("Invoice date in YYYY-MM-DD format").nullable(),
65
65
  invoice_type: zod.z.string().describe("Type of invoice (regular_invoice, vat_invoice, preliminary_invoice, credit_invoice)").nullable(),
66
66
  invoice_number: zod.z.string().describe("Invoice number within the series").nullable(),
67
- pay_until_date: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Payment due date in YYYY-MM-DD format").optional()),
67
+ pay_until_date: zod.z.string().describe("Payment due date in YYYY-MM-DD format").nullable().optional(),
68
68
  payment_status: zod.z.string().describe("Payment status (not_paid, paid, partially_paid, etc.)").nullable(),
69
69
  total_incl_vat: zod.z.number().describe("Total amount including VAT").nullable(),
70
- payment_options: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(zod.z.object({})).describe("Available payment options").optional())
70
+ payment_options: zod.z.array(zod.z.object({})).describe("Available payment options").nullable().optional()
71
71
  }).describe("Single invoice object returned by the API");
72
72
  const FinmeiListInvoicesOutput = zod.z.object({
73
- meta: zod.z.preprocess((value) => value === null ? void 0 : value, FinmeiListInvoices_PaginationMetaSchema.optional()),
74
- invoices: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(FinmeiListInvoices_InvoiceSchema).describe("List of invoice objects returned by the API").optional())
73
+ meta: FinmeiListInvoices_PaginationMetaSchema.nullable().optional(),
74
+ invoices: zod.z.array(FinmeiListInvoices_InvoiceSchema).describe("List of invoice objects returned by the API").nullable().optional()
75
75
  }).describe("Response model for listing invoices with pagination metadata.");
76
76
  const finmeiListInvoices = require_action.action("FINMEI_LIST_INVOICES", {
77
77
  slug: "finmei-list-invoices",
@@ -1 +1 @@
1
- {"version":3,"file":"list-invoices.cjs","names":["z","action"],"sources":["../../src/actions/list-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FinmeiListInvoicesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (must be >= 1)\").optional(),\n per_page: z.number().int().default(20).describe(\"Number of invoices per page (1-100)\").optional(),\n}).describe(\"Optional pagination parameters for listing invoices.\");\nconst FinmeiListInvoices_PaginationMetaSchema = z.object({\n to: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Ending item number on current page\").optional()),\n from: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Starting item number on current page (1-indexed)\").optional()),\n path: z.string().describe(\"API endpoint path\").nullable(),\n total: z.number().int().describe(\"Total number of invoices across all pages\").nullable(),\n per_page: z.number().int().describe(\"Number of items per page\").nullable(),\n last_page: z.number().int().describe(\"Last page number\").nullable(),\n current_page: z.number().int().describe(\"Current page number\").nullable(),\n}).describe(\"Pagination metadata from the API\");\nconst FinmeiListInvoices_BuyerSchema = z.object({\n type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Type of buyer (company or individual)\").optional()),\n email: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Buyer email\").optional()),\n phone: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Buyer phone number\").optional()),\n address: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Buyer address\").optional()),\n vat_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"VAT registration number\").optional()),\n last_name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last name (for individual buyers)\").optional()),\n first_name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"First name (for individual buyers)\").optional()),\n company_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company registration code\").optional()),\n company_name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company name (for company buyers)\").optional()),\n individual_tax_id: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Individual tax ID\").optional()),\n}).describe(\"Buyer/customer information on the invoice\");\nconst FinmeiListInvoices_InvoiceItemSchema = z.object({\n id: z.string().describe(\"Unique item identifier\").nullable(),\n name: z.string().describe(\"Item/product/service name\").nullable(),\n price: z.number().describe(\"Unit price\").nullable(),\n units: z.string().describe(\"Unit of measurement (hours, pcs, etc.)\").nullable(),\n quantity: z.number().describe(\"Quantity\").nullable(),\n vat_percentage: z.preprocess((value) => (value === null ? undefined : value), z.number().describe(\"VAT/tax percentage applied\").optional()),\n}).describe(\"Line item on the invoice\");\nconst FinmeiListInvoices_SellerSchema = z.object({\n email: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Business email\").optional()),\n phone: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Business phone number\").optional()),\n address: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Business address\").optional()),\n vat_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"VAT registration number\").optional()),\n last_name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last name (for individual sellers)\").optional()),\n first_name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"First name (for individual sellers)\").optional()),\n company_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company registration code\").optional()),\n company_name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company name (for company sellers)\").optional()),\n business_type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Type of business (company or individual)\").optional()),\n individual_tax_id: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Individual tax ID\").optional()),\n}).describe(\"Seller/business information on the invoice\");\nconst FinmeiListInvoices_InvoiceSchema = z.object({\n id: z.string().describe(\"Unique invoice identifier\").nullable(),\n vat: z.number().describe(\"Total VAT/tax amount\").nullable(),\n buyer: FinmeiListInvoices_BuyerSchema.nullable(),\n items: z.preprocess((value) => (value === null ? undefined : value), z.array(FinmeiListInvoices_InvoiceItemSchema).describe(\"List of line items on the invoice\").optional()),\n notes: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Additional notes on the invoice\").optional()),\n seller: FinmeiListInvoices_SellerSchema.nullable(),\n series: z.string().describe(\"Invoice series/prefix\").nullable(),\n currency: z.string().describe(\"ISO 4217 currency code (USD, EUR, GBP, etc.)\").nullable(),\n language: z.string().describe(\"Invoice language code\").nullable(),\n subtotal: z.number().describe(\"Subtotal amount before VAT\").nullable(),\n created_at: z.number().int().describe(\"Unix timestamp when invoice was created\").nullable(),\n share_link: z.string().describe(\"Public URL to view/share the invoice\").nullable(),\n updated_at: z.number().int().describe(\"Unix timestamp when invoice was last updated\").nullable(),\n business_id: z.string().describe(\"Business account identifier\").nullable(),\n invoice_date: z.string().describe(\"Invoice date in YYYY-MM-DD format\").nullable(),\n invoice_type: z.string().describe(\"Type of invoice (regular_invoice, vat_invoice, preliminary_invoice, credit_invoice)\").nullable(),\n invoice_number: z.string().describe(\"Invoice number within the series\").nullable(),\n pay_until_date: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Payment due date in YYYY-MM-DD format\").optional()),\n payment_status: z.string().describe(\"Payment status (not_paid, paid, partially_paid, etc.)\").nullable(),\n total_incl_vat: z.number().describe(\"Total amount including VAT\").nullable(),\n payment_options: z.preprocess((value) => (value === null ? undefined : value), z.array(z.object({})).describe(\"Available payment options\").optional()),\n}).describe(\"Single invoice object returned by the API\");\nexport const FinmeiListInvoicesOutput = z.object({\n meta: z.preprocess((value) => (value === null ? undefined : value), FinmeiListInvoices_PaginationMetaSchema.optional()),\n invoices: z.preprocess((value) => (value === null ? undefined : value), z.array(FinmeiListInvoices_InvoiceSchema).describe(\"List of invoice objects returned by the API\").optional()),\n}).describe(\"Response model for listing invoices with pagination metadata.\");\n\nexport const finmeiListInvoices = action(\"FINMEI_LIST_INVOICES\", {\n slug: \"finmei-list-invoices\",\n name: \"List Invoices\",\n description: \"Tool to list invoices. Use when you need a paginated list of invoices with basic details.\",\n input: FinmeiListInvoicesInput,\n output: FinmeiListInvoicesOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-invoices.cjs","names":["z","action"],"sources":["../../src/actions/list-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FinmeiListInvoicesInput = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve (must be >= 1)\").optional(),\n per_page: z.number().int().default(20).describe(\"Number of invoices per page (1-100)\").optional(),\n}).describe(\"Optional pagination parameters for listing invoices.\");\nconst FinmeiListInvoices_PaginationMetaSchema = z.object({\n to: z.number().int().describe(\"Ending item number on current page\").nullable().optional(),\n from: z.number().int().describe(\"Starting item number on current page (1-indexed)\").nullable().optional(),\n path: z.string().describe(\"API endpoint path\").nullable(),\n total: z.number().int().describe(\"Total number of invoices across all pages\").nullable(),\n per_page: z.number().int().describe(\"Number of items per page\").nullable(),\n last_page: z.number().int().describe(\"Last page number\").nullable(),\n current_page: z.number().int().describe(\"Current page number\").nullable(),\n}).describe(\"Pagination metadata from the API\");\nconst FinmeiListInvoices_BuyerSchema = z.object({\n type: z.string().describe(\"Type of buyer (company or individual)\").nullable().optional(),\n email: z.string().describe(\"Buyer email\").nullable().optional(),\n phone: z.string().describe(\"Buyer phone number\").nullable().optional(),\n address: z.string().describe(\"Buyer address\").nullable().optional(),\n vat_code: z.string().describe(\"VAT registration number\").nullable().optional(),\n last_name: z.string().describe(\"Last name (for individual buyers)\").nullable().optional(),\n first_name: z.string().describe(\"First name (for individual buyers)\").nullable().optional(),\n company_code: z.string().describe(\"Company registration code\").nullable().optional(),\n company_name: z.string().describe(\"Company name (for company buyers)\").nullable().optional(),\n individual_tax_id: z.string().describe(\"Individual tax ID\").nullable().optional(),\n}).describe(\"Buyer/customer information on the invoice\");\nconst FinmeiListInvoices_InvoiceItemSchema = z.object({\n id: z.string().describe(\"Unique item identifier\").nullable(),\n name: z.string().describe(\"Item/product/service name\").nullable(),\n price: z.number().describe(\"Unit price\").nullable(),\n units: z.string().describe(\"Unit of measurement (hours, pcs, etc.)\").nullable(),\n quantity: z.number().describe(\"Quantity\").nullable(),\n vat_percentage: z.number().describe(\"VAT/tax percentage applied\").nullable().optional(),\n}).describe(\"Line item on the invoice\");\nconst FinmeiListInvoices_SellerSchema = z.object({\n email: z.string().describe(\"Business email\").nullable().optional(),\n phone: z.string().describe(\"Business phone number\").nullable().optional(),\n address: z.string().describe(\"Business address\").nullable().optional(),\n vat_code: z.string().describe(\"VAT registration number\").nullable().optional(),\n last_name: z.string().describe(\"Last name (for individual sellers)\").nullable().optional(),\n first_name: z.string().describe(\"First name (for individual sellers)\").nullable().optional(),\n company_code: z.string().describe(\"Company registration code\").nullable().optional(),\n company_name: z.string().describe(\"Company name (for company sellers)\").nullable().optional(),\n business_type: z.string().describe(\"Type of business (company or individual)\").nullable().optional(),\n individual_tax_id: z.string().describe(\"Individual tax ID\").nullable().optional(),\n}).describe(\"Seller/business information on the invoice\");\nconst FinmeiListInvoices_InvoiceSchema = z.object({\n id: z.string().describe(\"Unique invoice identifier\").nullable(),\n vat: z.number().describe(\"Total VAT/tax amount\").nullable(),\n buyer: FinmeiListInvoices_BuyerSchema.nullable(),\n items: z.array(FinmeiListInvoices_InvoiceItemSchema).describe(\"List of line items on the invoice\").nullable().optional(),\n notes: z.string().describe(\"Additional notes on the invoice\").nullable().optional(),\n seller: FinmeiListInvoices_SellerSchema.nullable(),\n series: z.string().describe(\"Invoice series/prefix\").nullable(),\n currency: z.string().describe(\"ISO 4217 currency code (USD, EUR, GBP, etc.)\").nullable(),\n language: z.string().describe(\"Invoice language code\").nullable(),\n subtotal: z.number().describe(\"Subtotal amount before VAT\").nullable(),\n created_at: z.number().int().describe(\"Unix timestamp when invoice was created\").nullable(),\n share_link: z.string().describe(\"Public URL to view/share the invoice\").nullable(),\n updated_at: z.number().int().describe(\"Unix timestamp when invoice was last updated\").nullable(),\n business_id: z.string().describe(\"Business account identifier\").nullable(),\n invoice_date: z.string().describe(\"Invoice date in YYYY-MM-DD format\").nullable(),\n invoice_type: z.string().describe(\"Type of invoice (regular_invoice, vat_invoice, preliminary_invoice, credit_invoice)\").nullable(),\n invoice_number: z.string().describe(\"Invoice number within the series\").nullable(),\n pay_until_date: z.string().describe(\"Payment due date in YYYY-MM-DD format\").nullable().optional(),\n payment_status: z.string().describe(\"Payment status (not_paid, paid, partially_paid, etc.)\").nullable(),\n total_incl_vat: z.number().describe(\"Total amount including VAT\").nullable(),\n payment_options: z.array(z.object({})).describe(\"Available payment options\").nullable().optional(),\n}).describe(\"Single invoice object returned by the API\");\nexport const FinmeiListInvoicesOutput = z.object({\n meta: FinmeiListInvoices_PaginationMetaSchema.nullable().optional(),\n invoices: z.array(FinmeiListInvoices_InvoiceSchema).describe(\"List of invoice objects returned by the API\").nullable().optional(),\n}).describe(\"Response model for listing invoices with pagination metadata.\");\n\nexport const finmeiListInvoices = action(\"FINMEI_LIST_INVOICES\", {\n slug: \"finmei-list-invoices\",\n name: \"List Invoices\",\n description: \"Tool to list invoices. Use when you need a paginated list of invoices with basic details.\",\n input: FinmeiListInvoicesInput,\n output: FinmeiListInvoicesOutput,\n});\n"],"mappings":"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"}
@@ -6,50 +6,50 @@ declare const FinmeiListInvoicesInput: z.ZodObject<{
6
6
  per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
7
  }, z.core.$strip>;
8
8
  declare const FinmeiListInvoicesOutput: z.ZodObject<{
9
- meta: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
10
- to: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
11
- from: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
9
+ meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10
+ to: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11
+ from: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
12
  path: z.ZodNullable<z.ZodString>;
13
13
  total: z.ZodNullable<z.ZodNumber>;
14
14
  per_page: z.ZodNullable<z.ZodNumber>;
15
15
  last_page: z.ZodNullable<z.ZodNumber>;
16
16
  current_page: z.ZodNullable<z.ZodNumber>;
17
17
  }, z.core.$strip>>>;
18
- invoices: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
18
+ invoices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
19
19
  id: z.ZodNullable<z.ZodString>;
20
20
  vat: z.ZodNullable<z.ZodNumber>;
21
21
  buyer: z.ZodNullable<z.ZodObject<{
22
- type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
23
- email: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
- phone: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
25
- address: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
26
- vat_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
27
- last_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
28
- first_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
29
- company_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
30
- company_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
31
- individual_tax_id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
22
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ vat_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ company_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ individual_tax_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
32
  }, z.core.$strip>>;
33
- items: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
33
+ items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
34
34
  id: z.ZodNullable<z.ZodString>;
35
35
  name: z.ZodNullable<z.ZodString>;
36
36
  price: z.ZodNullable<z.ZodNumber>;
37
37
  units: z.ZodNullable<z.ZodString>;
38
38
  quantity: z.ZodNullable<z.ZodNumber>;
39
- vat_percentage: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
39
+ vat_percentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
40
40
  }, z.core.$strip>>>>;
41
- notes: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
41
+ notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  seller: z.ZodNullable<z.ZodObject<{
43
- email: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
44
- phone: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
45
- address: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
46
- vat_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
47
- last_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
48
- first_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
49
- company_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
50
- company_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
51
- business_type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
52
- individual_tax_id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
43
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ vat_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ company_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ business_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ individual_tax_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
53
  }, z.core.$strip>>;
54
54
  series: z.ZodNullable<z.ZodString>;
55
55
  currency: z.ZodNullable<z.ZodString>;
@@ -62,78 +62,16 @@ declare const FinmeiListInvoicesOutput: z.ZodObject<{
62
62
  invoice_date: z.ZodNullable<z.ZodString>;
63
63
  invoice_type: z.ZodNullable<z.ZodString>;
64
64
  invoice_number: z.ZodNullable<z.ZodString>;
65
- pay_until_date: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
65
+ pay_until_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
66
  payment_status: z.ZodNullable<z.ZodString>;
67
67
  total_incl_vat: z.ZodNullable<z.ZodNumber>;
68
- payment_options: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
68
+ payment_options: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
69
69
  }, z.core.$strip>>>>;
70
70
  }, z.core.$strip>;
71
71
  declare const finmeiListInvoices: import("@keystrokehq/action").WorkflowActionDefinition<{
72
72
  page?: number | undefined;
73
73
  per_page?: number | undefined;
74
- }, {
75
- meta?: {
76
- path: string | null;
77
- total: number | null;
78
- per_page: number | null;
79
- last_page: number | null;
80
- current_page: number | null;
81
- to?: number | undefined;
82
- from?: number | undefined;
83
- } | undefined;
84
- invoices?: {
85
- id: string | null;
86
- vat: number | null;
87
- buyer: {
88
- type?: string | undefined;
89
- email?: string | undefined;
90
- phone?: string | undefined;
91
- address?: string | undefined;
92
- vat_code?: string | undefined;
93
- last_name?: string | undefined;
94
- first_name?: string | undefined;
95
- company_code?: string | undefined;
96
- company_name?: string | undefined;
97
- individual_tax_id?: string | undefined;
98
- } | null;
99
- seller: {
100
- email?: string | undefined;
101
- phone?: string | undefined;
102
- address?: string | undefined;
103
- vat_code?: string | undefined;
104
- last_name?: string | undefined;
105
- first_name?: string | undefined;
106
- company_code?: string | undefined;
107
- company_name?: string | undefined;
108
- business_type?: string | undefined;
109
- individual_tax_id?: string | undefined;
110
- } | null;
111
- series: string | null;
112
- currency: string | null;
113
- language: string | null;
114
- subtotal: number | null;
115
- created_at: number | null;
116
- share_link: string | null;
117
- updated_at: number | null;
118
- business_id: string | null;
119
- invoice_date: string | null;
120
- invoice_type: string | null;
121
- invoice_number: string | null;
122
- payment_status: string | null;
123
- total_incl_vat: number | null;
124
- items?: {
125
- id: string | null;
126
- name: string | null;
127
- price: number | null;
128
- units: string | null;
129
- quantity: number | null;
130
- vat_percentage?: number | undefined;
131
- }[] | undefined;
132
- notes?: string | undefined;
133
- pay_until_date?: string | undefined;
134
- payment_options?: Record<string, never>[] | undefined;
135
- }[] | undefined;
136
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
74
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
137
75
  //#endregion
138
76
  export { finmeiListInvoices };
139
77
  //# sourceMappingURL=list-invoices.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-invoices.d.cts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAoEvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAM7B,MAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"list-invoices.d.cts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAoEvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
@@ -6,50 +6,50 @@ declare const FinmeiListInvoicesInput: z.ZodObject<{
6
6
  per_page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
7
7
  }, z.core.$strip>;
8
8
  declare const FinmeiListInvoicesOutput: z.ZodObject<{
9
- meta: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
10
- to: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
11
- from: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
9
+ meta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10
+ to: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11
+ from: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
12
  path: z.ZodNullable<z.ZodString>;
13
13
  total: z.ZodNullable<z.ZodNumber>;
14
14
  per_page: z.ZodNullable<z.ZodNumber>;
15
15
  last_page: z.ZodNullable<z.ZodNumber>;
16
16
  current_page: z.ZodNullable<z.ZodNumber>;
17
17
  }, z.core.$strip>>>;
18
- invoices: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
18
+ invoices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
19
19
  id: z.ZodNullable<z.ZodString>;
20
20
  vat: z.ZodNullable<z.ZodNumber>;
21
21
  buyer: z.ZodNullable<z.ZodObject<{
22
- type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
23
- email: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
- phone: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
25
- address: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
26
- vat_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
27
- last_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
28
- first_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
29
- company_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
30
- company_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
31
- individual_tax_id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
22
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ vat_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ company_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ individual_tax_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
32
  }, z.core.$strip>>;
33
- items: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
33
+ items: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
34
34
  id: z.ZodNullable<z.ZodString>;
35
35
  name: z.ZodNullable<z.ZodString>;
36
36
  price: z.ZodNullable<z.ZodNumber>;
37
37
  units: z.ZodNullable<z.ZodString>;
38
38
  quantity: z.ZodNullable<z.ZodNumber>;
39
- vat_percentage: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
39
+ vat_percentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
40
40
  }, z.core.$strip>>>>;
41
- notes: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
41
+ notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
42
  seller: z.ZodNullable<z.ZodObject<{
43
- email: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
44
- phone: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
45
- address: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
46
- vat_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
47
- last_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
48
- first_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
49
- company_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
50
- company_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
51
- business_type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
52
- individual_tax_id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
43
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ vat_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ company_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ company_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ business_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ individual_tax_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
53
  }, z.core.$strip>>;
54
54
  series: z.ZodNullable<z.ZodString>;
55
55
  currency: z.ZodNullable<z.ZodString>;
@@ -62,78 +62,16 @@ declare const FinmeiListInvoicesOutput: z.ZodObject<{
62
62
  invoice_date: z.ZodNullable<z.ZodString>;
63
63
  invoice_type: z.ZodNullable<z.ZodString>;
64
64
  invoice_number: z.ZodNullable<z.ZodString>;
65
- pay_until_date: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
65
+ pay_until_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
66
  payment_status: z.ZodNullable<z.ZodString>;
67
67
  total_incl_vat: z.ZodNullable<z.ZodNumber>;
68
- payment_options: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
68
+ payment_options: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
69
69
  }, z.core.$strip>>>>;
70
70
  }, z.core.$strip>;
71
71
  declare const finmeiListInvoices: import("@keystrokehq/action").WorkflowActionDefinition<{
72
72
  page?: number | undefined;
73
73
  per_page?: number | undefined;
74
- }, {
75
- meta?: {
76
- path: string | null;
77
- total: number | null;
78
- per_page: number | null;
79
- last_page: number | null;
80
- current_page: number | null;
81
- to?: number | undefined;
82
- from?: number | undefined;
83
- } | undefined;
84
- invoices?: {
85
- id: string | null;
86
- vat: number | null;
87
- buyer: {
88
- type?: string | undefined;
89
- email?: string | undefined;
90
- phone?: string | undefined;
91
- address?: string | undefined;
92
- vat_code?: string | undefined;
93
- last_name?: string | undefined;
94
- first_name?: string | undefined;
95
- company_code?: string | undefined;
96
- company_name?: string | undefined;
97
- individual_tax_id?: string | undefined;
98
- } | null;
99
- seller: {
100
- email?: string | undefined;
101
- phone?: string | undefined;
102
- address?: string | undefined;
103
- vat_code?: string | undefined;
104
- last_name?: string | undefined;
105
- first_name?: string | undefined;
106
- company_code?: string | undefined;
107
- company_name?: string | undefined;
108
- business_type?: string | undefined;
109
- individual_tax_id?: string | undefined;
110
- } | null;
111
- series: string | null;
112
- currency: string | null;
113
- language: string | null;
114
- subtotal: number | null;
115
- created_at: number | null;
116
- share_link: string | null;
117
- updated_at: number | null;
118
- business_id: string | null;
119
- invoice_date: string | null;
120
- invoice_type: string | null;
121
- invoice_number: string | null;
122
- payment_status: string | null;
123
- total_incl_vat: number | null;
124
- items?: {
125
- id: string | null;
126
- name: string | null;
127
- price: number | null;
128
- units: string | null;
129
- quantity: number | null;
130
- vat_percentage?: number | undefined;
131
- }[] | undefined;
132
- notes?: string | undefined;
133
- pay_until_date?: string | undefined;
134
- payment_options?: Record<string, never>[] | undefined;
135
- }[] | undefined;
136
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
74
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
137
75
  //#endregion
138
76
  export { finmeiListInvoices };
139
77
  //# sourceMappingURL=list-invoices.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-invoices.d.mts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAoEvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAM7B,MAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"list-invoices.d.mts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;cAoEvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}