kcommons 6.4.21 → 6.4.23

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.
@@ -31,3 +31,8 @@ export interface IEXtraFormAnswers {
31
31
  }
32
32
  export interface INestedExtraFormAnswerEntitys extends Omit<IEXtraFormAnswers, "parent_que" | "company" | "user" | "vendor"> {
33
33
  }
34
+ /** @description This is the type of response which will include all the core question related answers */
35
+ export interface IExtraCoreFormAnswers {
36
+ selected_item_ids: string[];
37
+ selected_category_ids: string[];
38
+ }
@@ -8,7 +8,3 @@ var EXTRA_FORM_ANSWERS_INLCUDE;
8
8
  EXTRA_FORM_ANSWERS_INLCUDE["user"] = "user";
9
9
  EXTRA_FORM_ANSWERS_INLCUDE["vendor"] = "vendor";
10
10
  })(EXTRA_FORM_ANSWERS_INLCUDE || (exports.EXTRA_FORM_ANSWERS_INLCUDE = EXTRA_FORM_ANSWERS_INLCUDE = {}));
11
- // export interface IExtraFormAnswersResForVendorOnboarding
12
- // extends Pick<ICompanyVendor, "has_answered_company_questions"> {
13
- // success: boolean;
14
- // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "6.4.21",
3
+ "version": "6.4.23",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",