@eway-crm/connector 1.0.94 → 1.0.95

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.
@@ -377,5 +377,5 @@ export default class FieldNames {
377
377
  readonly Note: "Note";
378
378
  readonly IsSystem: "IsSystem";
379
379
  };
380
- static allTypeEnNames: readonly ["TypeEn", "DocTypeEn", "WorkReportEn", "TitleEn"];
380
+ static allTypeEnNames: string[];
381
381
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.94",
3
+ "version": "1.0.95",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",