@feedmepos/mf-financing 0.0.26-dev → 0.0.28-dev

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/dist/app.d.ts CHANGED
@@ -113,7 +113,6 @@ export declare const i18nMessages: {
113
113
  preview: string;
114
114
  };
115
115
  signature: {
116
- clearSignature: string;
117
116
  clickToAdd: string;
118
117
  dialogTitle: string;
119
118
  saveBefore: string;
@@ -233,7 +232,6 @@ export declare const i18nMessages: {
233
232
  preview: string;
234
233
  };
235
234
  signature: {
236
- clearSignature: string;
237
235
  clickToAdd: string;
238
236
  dialogTitle: string;
239
237
  saveBefore: string;
package/dist/app.js CHANGED
@@ -112,7 +112,6 @@ const Ln = {
112
112
  preview: "Preview"
113
113
  },
114
114
  signature: {
115
- clearSignature: "Clear Signature",
116
115
  clickToAdd: "Click to add signature",
117
116
  dialogTitle: "Signature",
118
117
  saveBefore: "Please save your signature before closing",
@@ -231,7 +230,6 @@ const Ln = {
231
230
  preview: "预览"
232
231
  },
233
232
  signature: {
234
- clearSignature: "清除签名",
235
233
  clickToAdd: "点击添加签名",
236
234
  dialogTitle: "签名",
237
235
  saveBefore: "请在关闭前保存您的签名",
@@ -256,7 +254,7 @@ const Ln = {
256
254
  {
257
255
  path: "/application/submission",
258
256
  name: "mf-financing-application-submission",
259
- component: () => import("./Submission-CvPbSLcw.js")
257
+ component: () => import("./Submission-C4Q0Ox4-.js")
260
258
  }
261
259
  ];
262
260
  bn({
@@ -9,10 +9,10 @@ export interface Transaction {
9
9
  posting: TransactionPosting;
10
10
  }
11
11
  export interface TransactionPosting {
12
- asset_merchant_loan: number;
13
- asset_merchant_arrears: number;
14
- asset_cash: number;
15
- asset_clearing: number;
16
- liability_merchant_balance: number;
17
- liability_provider_loan: number;
12
+ assetMerchantLoan: number;
13
+ assetMerchantArrears: number;
14
+ assetCash: number;
15
+ assetClearing: number;
16
+ liabilityMerchantBalance: number;
17
+ liabilityProviderLoan: number;
18
18
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-financing",
3
- "version": "0.0.26-dev",
3
+ "version": "0.0.28-dev",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -104,4 +104,4 @@
104
104
  "vite": "^5.2.11",
105
105
  "vue-tsc": "^2.0.11"
106
106
  }
107
- }
107
+ }