@experteam-mx/ngx-services 20.1.1 → 20.1.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.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5012,9 +5012,9 @@ type CountryPaymentTypeIn = {
5012
5012
  billing_payment_code: string;
5013
5013
  can_tolerance: boolean;
5014
5014
  is_active: boolean;
5015
- accountable_account: string;
5016
- accountable_account_usd: string;
5017
- item_text_code: string;
5015
+ accountable_account: string | null;
5016
+ accountable_account_usd: string | null;
5017
+ item_text_code: string | null;
5018
5018
  };
5019
5019
  type CountryPaymentTypeFieldsOut = {
5020
5020
  country_payment_type_fields: CountryPaymentTypeField[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experteam-mx/ngx-services",
3
- "version": "20.1.1",
3
+ "version": "20.1.2",
4
4
  "description": "Angular common services for Experteam apps",
5
5
  "author": "Experteam Cía. Ltda.",
6
6
  "keywords": [