kcommons 13.18.0 → 13.18.2

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.
@@ -7,15 +7,17 @@ export interface IExtraFormQueAnsUnit {
7
7
  export interface IExtraFormQuesAnsResponse {
8
8
  data: IExtraFormQueAnsUnit[];
9
9
  }
10
+ /** --- Req DTO Interfaces for Company */
10
11
  export interface IVendorComplianceFormQuesAnsReq {
11
- company_id: string;
12
12
  vendor_id: string;
13
13
  }
14
14
  export interface ISystemIntegrationFormQuesAnsReq {
15
- company_id: string;
16
15
  company_vendor_id: string;
17
16
  }
18
17
  export interface IPATFormQuesAnsReq {
19
18
  vendor_onboarding_request_id: string;
19
+ }
20
+ /** --- Request DTO Interfaces for Vendor --- */
21
+ export interface IVendorComplianceFormQueAnsReqForVendor {
20
22
  company_id: string;
21
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "13.18.0",
3
+ "version": "13.18.2",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",