@use-stall/types 0.2.14 → 0.2.16
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.
- package/package.json +1 -1
- package/src/connectors.d.ts +1 -1
- package/src/device.d.ts +1 -1
package/package.json
CHANGED
package/src/connectors.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export type ConnectorModuleKey =
|
|
|
12
12
|
| "refunds" // Activities related to refunds
|
|
13
13
|
| "payment_providers"
|
|
14
14
|
| "payments" // Create, Read, Update, Delete, Webhooks
|
|
15
|
-
| "
|
|
15
|
+
| "tax_classes" // can be tax class or groups in other data sources
|
|
16
16
|
| "tax_rates"
|
|
17
17
|
| "customers"
|
|
18
18
|
| "locations" // Can be stock locations, warehouses, or any other location-related data
|