@wix/auto_sdk_events_orders 1.0.40 → 1.0.41
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/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1145,6 +1145,8 @@ interface GetPaymentInfoResponse {
|
|
|
1145
1145
|
* @readonly
|
|
1146
1146
|
*/
|
|
1147
1147
|
transactionId?: string | null;
|
|
1148
|
+
/** Whether at least one transaction that is not in the final status exists. */
|
|
1149
|
+
active?: boolean;
|
|
1148
1150
|
}
|
|
1149
1151
|
interface PaymentTransactionSummary {
|
|
1150
1152
|
/**
|