@cbm-common/cbm-types 0.0.60 → 0.0.61

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.
@@ -166,6 +166,10 @@ export declare namespace CbmCompanyModel {
166
166
  contry_short_name: string;
167
167
  country_code: string;
168
168
  country_name: string;
169
+ country_short_name?: string;
170
+ environment?: number;
171
+ country_locale?: string;
172
+ country_timezone?: string;
169
173
  }
170
174
  namespace Data {
171
175
  interface Regime {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {