@cbm-common/cbm-types 0.0.76 → 0.0.77
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.
|
@@ -13,6 +13,7 @@ export declare namespace CbmClientModel {
|
|
|
13
13
|
seller_id?: string;
|
|
14
14
|
orderByName?: boolean;
|
|
15
15
|
price_list_id?: string;
|
|
16
|
+
ind_retention_agent?: boolean;
|
|
16
17
|
}
|
|
17
18
|
interface ListResponse {
|
|
18
19
|
success: boolean;
|
|
@@ -73,6 +74,7 @@ export declare namespace CbmClientModel {
|
|
|
73
74
|
parish?: Item.TerritorialData;
|
|
74
75
|
has_cellphone?: boolean;
|
|
75
76
|
credit_application?: boolean;
|
|
77
|
+
ind_retention_agent?: boolean;
|
|
76
78
|
credit_application_commentary?: string;
|
|
77
79
|
credit_application_status?: string;
|
|
78
80
|
deleted?: boolean;
|
|
@@ -155,6 +157,7 @@ export declare namespace CbmClientModel {
|
|
|
155
157
|
contact?: Data.Contact[];
|
|
156
158
|
has_cellphone?: boolean;
|
|
157
159
|
credit_application?: boolean;
|
|
160
|
+
ind_retention_agent?: boolean;
|
|
158
161
|
credit_application_commentary?: string;
|
|
159
162
|
credit_application_status?: string;
|
|
160
163
|
categoria_full_data: Data.CategoriaFullData;
|