@blocklet/payment-types 1.18.24 → 1.18.25
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/customer.d.ts +1 -0
- package/package.json +2 -2
package/lib/customer.d.ts
CHANGED
|
@@ -158,5 +158,6 @@ export declare class Customer extends Model<InferAttributes<Customer>, InferCrea
|
|
|
158
158
|
line2: string;
|
|
159
159
|
postalCode: string;
|
|
160
160
|
};
|
|
161
|
+
static formatUpdateAddress(address: CustomerAddress, customer: Customer): CustomerAddress;
|
|
161
162
|
}
|
|
162
163
|
export type TCustomer = InferAttributes<Customer>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-types",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.25",
|
|
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": "1665ec667d621a3e607650e486cb0967371b9771"
|
|
52
52
|
}
|