kcommons 13.11.3 → 13.11.5
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.
|
@@ -77,7 +77,7 @@ export declare enum VENDOR_SVF_FORM_STATUS {
|
|
|
77
77
|
}
|
|
78
78
|
export interface INestedVendor extends Omit<IVendor, "quotes" | "associated_companies" | "negotiations" | "as_additional_in_rfqs" | "vendor_notifications" | "extra_que_answers" | "pos" | "company_item_versions" | "invoices" | "contact_people" | "rollback_form_sent_to_vendor"> {
|
|
79
79
|
}
|
|
80
|
-
export interface IVendorInputs extends Omit<IVendor, "id" | "created_at" | "updated_at" | "is_profile_complete" | "is_profile_verified" | "is_self_verified" | "deleted_at" | "is_deleted" | "vendor" | "vkraya_id" | "quotes" | "associated_companies" | "negotiations" | "as_additional_in_rfqs" | "pos" | "vendor_notifications" | "password" | "extra_que_answers" | "company_item_versions" | "invoices" | "contact_people" | "is_invitation_sent" | "is_enabled" | "svf_form_status" | "svf_rollback_remark" | "vendor_mob_notification_token"> {
|
|
80
|
+
export interface IVendorInputs extends Omit<IVendor, "id" | "created_at" | "updated_at" | "is_profile_complete" | "is_profile_verified" | "is_self_verified" | "deleted_at" | "is_deleted" | "vendor" | "vkraya_id" | "quotes" | "associated_companies" | "negotiations" | "as_additional_in_rfqs" | "pos" | "vendor_notifications" | "password" | "extra_que_answers" | "company_item_versions" | "invoices" | "contact_people" | "is_invitation_sent" | "is_enabled" | "svf_form_status" | "svf_rollback_remark" | "vendor_mob_notification_token" | "rollback_form_sent_to_vendor"> {
|
|
81
81
|
}
|
|
82
82
|
export declare enum VENDOR_INCLUDE {
|
|
83
83
|
quotes = "quotes",
|