@go-labs-sg/bb 2.27.0 → 2.28.0

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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20298,6 +20298,7 @@ function parseCreateBillPayload(raw) {
20298
20298
  budgetId: requiredString(o.budgetId, "create-bill payload.budgetId"),
20299
20299
  projectId: requiredString(o.projectId, "create-bill payload.projectId"),
20300
20300
  supplierId: requiredString(o.supplierId, "create-bill payload.supplierId"),
20301
+ quotationId: optionalString(o.quotationId),
20301
20302
  amount,
20302
20303
  budgetItemIds: budgetItemIds.map((id, i) => requiredString(id, `create-bill payload.budgetItemIds[${i}]`)),
20303
20304
  comment: optionalString(o.comment),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-labs-sg/bb",
3
- "version": "2.27.0",
3
+ "version": "2.28.0",
4
4
  "description": "Budget Builder CLI for AI agents — manage budgets, bills, claims, quotations, and customer invoices with explicit workflow previews for sensitive changes.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",