sim-setup 1.0.10 → 1.0.11

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 +12 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1670,7 +1670,7 @@ var init_env_capabilities = __esm(() => {
1670
1670
  var integrations_default;
1671
1671
  var init_integrations = __esm(() => {
1672
1672
  integrations_default = {
1673
- updatedAt: "2026-09-05",
1673
+ updatedAt: "2026-09-06",
1674
1674
  integrations: [
1675
1675
  {
1676
1676
  type: "onepassword",
@@ -19953,7 +19953,7 @@ var init_integrations = __esm(() => {
19953
19953
  },
19954
19954
  {
19955
19955
  name: "Update Item",
19956
- description: "Read, merge, and full-update an item without changing its type"
19956
+ description: "Read, merge, and full-update a Service or Non-inventory item without changing its type"
19957
19957
  },
19958
19958
  {
19959
19959
  name: "Read Sales Transactions",
@@ -19987,6 +19987,10 @@ var init_integrations = __esm(() => {
19987
19987
  name: "Update Sales Receipt",
19988
19988
  description: "Sparse-update a sales receipt using its current sync token"
19989
19989
  },
19990
+ {
19991
+ name: "Void Sales Receipt",
19992
+ description: "Void a sales receipt after explicit confirmation"
19993
+ },
19990
19994
  {
19991
19995
  name: "Create Customer Payment",
19992
19996
  description: "Record a customer payment with optional bounded invoice allocations"
@@ -20013,7 +20017,7 @@ var init_integrations = __esm(() => {
20013
20017
  },
20014
20018
  {
20015
20019
  name: "Update Refund Receipt",
20016
- description: "Read, merge, and full-update a refund receipt using its current sync token"
20020
+ description: "Sparse-update a refund receipt using its current sync token"
20017
20021
  },
20018
20022
  {
20019
20023
  name: "Read Purchasing Transactions",
@@ -20043,6 +20047,10 @@ var init_integrations = __esm(() => {
20043
20047
  name: "Update Bill Payment",
20044
20048
  description: "Read, merge, and full-update a BillPayment without changing allocations"
20045
20049
  },
20050
+ {
20051
+ name: "Void Bill Payment",
20052
+ description: "Void a bill payment after explicit confirmation"
20053
+ },
20046
20054
  {
20047
20055
  name: "Create Vendor Credit",
20048
20056
  description: "Create a vendor credit without applying it to a bill"
@@ -20104,7 +20112,7 @@ var init_integrations = __esm(() => {
20104
20112
  description: "Download a QuickBooks file attachment as a stored Sim file"
20105
20113
  }
20106
20114
  ],
20107
- operationCount: 47,
20115
+ operationCount: 49,
20108
20116
  triggers: [
20109
20117
  {
20110
20118
  id: "quickbooks_invoice_events",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {