@posx/core 5.5.77 → 5.5.79
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 +2 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2991,6 +2991,7 @@ declare module '@posx/core/types/merchant.type' {
|
|
|
2991
2991
|
uid: string;
|
|
2992
2992
|
api_key: string;
|
|
2993
2993
|
ip_address: string;
|
|
2994
|
+
meta: Record<string, string>;
|
|
2994
2995
|
}
|
|
2995
2996
|
export type IMerchant = {
|
|
2996
2997
|
name: string;
|
|
@@ -3002,6 +3003,7 @@ declare module '@posx/core/types/merchant.type' {
|
|
|
3002
3003
|
uid: string;
|
|
3003
3004
|
api_key: string;
|
|
3004
3005
|
ip_address: string;
|
|
3006
|
+
meta: Record<string, string>;
|
|
3005
3007
|
};
|
|
3006
3008
|
|
|
3007
3009
|
}
|