@appcorp/app-corp-vista 0.2.23 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
6
6
  "build:next": "next build",
@@ -1,2 +1,2 @@
1
1
  import { Template } from '@pdfme/common';
2
- export declare const creditReceiptTemplateV1: Template;
2
+ export declare const creditReceiptTemplateV2: Template;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.creditReceiptTemplateV1 = void 0;
3
+ exports.creditReceiptTemplateV2 = void 0;
4
4
  var common_1 = require("@pdfme/common");
5
- exports.creditReceiptTemplateV1 = {
5
+ exports.creditReceiptTemplateV2 = {
6
6
  basePdf: common_1.BLANK_A4_PDF,
7
7
  schemas: [
8
8
  [
@@ -107,13 +107,13 @@ exports.creditReceiptTemplateV1 = {
107
107
  head: ['NO.', 'CHAT SESSION ID', 'TYPE', 'DATE', 'AMOUNT EARNED', 'FEE', 'COMMISSION', 'TOTAL'],
108
108
  headWidthPercentages: [
109
109
  6,
110
- 15,
111
- 16,
112
- 15,
113
- 18,
114
- 15,
115
- 7,
116
- 7,
110
+ 24,
111
+ 10,
112
+ 10,
113
+ 20,
114
+ 10,
115
+ 10,
116
+ 10,
117
117
  ],
118
118
  fontName: 'font_regular',
119
119
  tableStyles: { borderWidth: 0, borderColor: '#000000' },