@blocklet/payment-types 1.18.12 → 1.18.13
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/invoice.d.ts +1 -1
- package/package.json +2 -2
package/lib/invoice.d.ts
CHANGED
|
@@ -359,7 +359,7 @@ export declare class Invoice extends Model<InferAttributes<Invoice>, InferCreati
|
|
|
359
359
|
currencyId?: string;
|
|
360
360
|
excludedInvoiceId?: string;
|
|
361
361
|
livemode?: boolean;
|
|
362
|
-
}): Promise<[GroupedBN, GroupedStrList]>;
|
|
362
|
+
}): Promise<[GroupedBN, GroupedStrList, Invoice[]]>;
|
|
363
363
|
static getSummary(livemode?: boolean, field?: string): Promise<Invoice[]>;
|
|
364
364
|
}
|
|
365
365
|
export type TInvoice = InferAttributes<Invoice>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-types",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.13",
|
|
4
4
|
"description": "Typings for Payment Kit SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"types",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sequelize": "^6.37.3",
|
|
49
49
|
"type-fest": "^4.23.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "b26aa859ba5961c7a8dedfc238a31476cf16036c"
|
|
52
52
|
}
|