@eway-crm/connector 1.0.117 → 1.0.118
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.
|
@@ -24,7 +24,7 @@ export default class FieldNames {
|
|
|
24
24
|
readonly StateEn: "StateEn";
|
|
25
25
|
};
|
|
26
26
|
static readonly Companies: {
|
|
27
|
-
readonly
|
|
27
|
+
readonly ID: "ID";
|
|
28
28
|
readonly CompanyName: "CompanyName";
|
|
29
29
|
readonly Department: "Department";
|
|
30
30
|
readonly AccountNumber: "AccountNumber";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eway-crm/connector",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.118",
|
|
4
4
|
"description": "eWay-CRM API JavaScript connector library.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -53,4 +53,4 @@
|
|
|
53
53
|
"jwt-decode": "^3.1.2",
|
|
54
54
|
"universal-base64url": "^1.1.0"
|
|
55
55
|
}
|
|
56
|
-
}
|
|
56
|
+
}
|