@react-pakistan/util-functions 1.22.89 → 1.22.91

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.
@@ -40,6 +40,7 @@ const postCompanies = (_c) => __awaiter(void 0, [_c], void 0, function* ({ prism
40
40
  },
41
41
  include: {
42
42
  contacts: true,
43
+ quoteInvoice: true,
43
44
  },
44
45
  where: queryWhere,
45
46
  take: pageLimit,
@@ -1,11 +1,9 @@
1
1
  import { PaymentBE } from '../type';
2
- interface PostPaymentsArgs {
3
- currentPage: number;
4
- pageLimit: number;
2
+ interface PostPaymentsReportArgs {
5
3
  prisma: any;
6
4
  queryWhere: {
7
5
  [key: string]: any;
8
6
  };
9
7
  }
10
- export declare const postPaymentsReport: ({ prisma, queryWhere, }: PostPaymentsArgs) => Promise<Array<PaymentBE>>;
8
+ export declare const postPaymentsReport: ({ prisma, queryWhere, }: PostPaymentsReportArgs) => Promise<Array<PaymentBE>>;
11
9
  export {};
@@ -1,9 +1,9 @@
1
1
  import { QuoteInvoiceBE } from '../type';
2
- interface PostQuotesInvoicesArgs {
2
+ interface PostQuotesInvoicesReportArgs {
3
3
  prisma: any;
4
4
  queryWhere: {
5
5
  [key: string]: any;
6
6
  };
7
7
  }
8
- export declare const postQuotesInvoicesReport: ({ prisma, queryWhere, }: PostQuotesInvoicesArgs) => Promise<Array<QuoteInvoiceBE>>;
8
+ export declare const postQuotesInvoicesReport: ({ prisma, queryWhere, }: PostQuotesInvoicesReportArgs) => Promise<Array<QuoteInvoiceBE>>;
9
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.22.89",
3
+ "version": "1.22.91",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {