repzo 1.0.250 → 1.0.251
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/lib/types/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/types/index.ts +1 -0
package/lib/types/index.d.ts
CHANGED
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -4462,6 +4462,7 @@ export namespace Service {
|
|
|
4462
4462
|
reject_if_pass: { type: Boolean; default: false };
|
|
4463
4463
|
limit_type: "count" | "price_amount";
|
|
4464
4464
|
limit_value: number;
|
|
4465
|
+
exclude_additional_items_taxable_subtotal?: boolean;
|
|
4465
4466
|
variants?: StringId[];
|
|
4466
4467
|
}
|
|
4467
4468
|
export interface ItemFilter {
|