merchi_sdk_js 0.0.78 → 0.0.80

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.78",
3
+ "version": "0.0.80",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
package/src/product.js CHANGED
@@ -117,6 +117,7 @@ export function Product() {
117
117
  addPropertyTo(this, 'aiContext');
118
118
  addPropertyTo(this, 'internalUseNotes');
119
119
  addPropertyTo(this, 'internalUseAiContext');
120
+ addPropertyTo(this, 'groupsFirst');
120
121
  addPropertyTo(this, 'internalTags', InternalTag);
121
122
  addPropertyTo(this, 'googleMerchantCenterId');
122
123
  addPropertyTo(this, 'googleMerchantCenterTitle');
package/src/user.js CHANGED
@@ -34,6 +34,8 @@ export function User() {
34
34
  addPropertyTo(this, 'preferredLanguage');
35
35
  addPropertyTo(this, 'isSuperUser');
36
36
  addPropertyTo(this, 'canEdit');
37
+ addPropertyTo(this, 'jobCountAsClient');
38
+ addPropertyTo(this, 'totalInvoiceValue');
37
39
  addPropertyTo(this, 'systemRoles', SystemRole);
38
40
  addPropertyTo(this, 'telegramUsername');
39
41
  addPropertyTo(this, 'enableCrashReports');