kui-crm 0.0.477 → 0.0.478

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.
package/index.d.ts CHANGED
@@ -252,8 +252,8 @@ declare type TariffLinkModel = {
252
252
  };
253
253
  declare type UtilityPayerModel = {
254
254
  utility_type: UtilityTypes;
255
- payment_made_by?: APISubjectRoles;
256
- refund_from: APISubjectRoles;
255
+ payment_made_by?: ResourcePaymentRoles;
256
+ refund_from: ResourcePaymentRoles;
257
257
  refund_value?: number | string;
258
258
  value_type?: UnitOfPaymentTypes;
259
259
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.477",
3
+ "version": "0.0.478",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -77,8 +77,8 @@ declare type TariffLinkModel = {
77
77
  };
78
78
  declare type UtilityPayerModel = {
79
79
  utility_type: UtilityTypes;
80
- payment_made_by?: APISubjectRoles;
81
- refund_from: APISubjectRoles;
80
+ payment_made_by?: ResourcePaymentRoles;
81
+ refund_from: ResourcePaymentRoles;
82
82
  refund_value?: number | string;
83
83
  value_type?: UnitOfPaymentTypes;
84
84
  };
package/utils/index.d.ts CHANGED
@@ -54,8 +54,8 @@ declare type AdministrativeCompanyModel = {
54
54
  };
55
55
  declare type UtilityPayerModel = {
56
56
  utility_type: UtilityTypes;
57
- payment_made_by?: APISubjectRoles;
58
- refund_from: APISubjectRoles;
57
+ payment_made_by?: ResourcePaymentRoles;
58
+ refund_from: ResourcePaymentRoles;
59
59
  refund_value?: number | string;
60
60
  value_type?: UnitOfPaymentTypes;
61
61
  };