@posx/core 5.5.255 → 5.5.256
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/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -3360,7 +3360,7 @@ declare module '@posx/core/types/invoice.type' {
|
|
|
3360
3360
|
/** Additional charges */
|
|
3361
3361
|
charges: IInvoiceCharge[];
|
|
3362
3362
|
/** Flag to track if charge has been manually deleted by user */
|
|
3363
|
-
is_charge_triggered
|
|
3363
|
+
is_charge_triggered: boolean;
|
|
3364
3364
|
/** Meta data for the invoice */
|
|
3365
3365
|
meta: Record<string, any>;
|
|
3366
3366
|
/** If the key is not null or empty, meaning the items prices are from this price lookup key tier */
|