@vertikalx/vtx-backend-client 3.0.0-dev-max.68 → 3.0.0-dev-max.69
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
package/src/api/vtx-base-api.js
CHANGED
|
@@ -9750,6 +9750,8 @@ class VTXBaseAPI {
|
|
|
9750
9750
|
_id: true,
|
|
9751
9751
|
name: true,
|
|
9752
9752
|
description: true,
|
|
9753
|
+
website: true,
|
|
9754
|
+
affiliateLink: true,
|
|
9753
9755
|
logo: {
|
|
9754
9756
|
_id: true,
|
|
9755
9757
|
url: true,
|
|
@@ -9839,6 +9841,7 @@ class VTXBaseAPI {
|
|
|
9839
9841
|
_id: true,
|
|
9840
9842
|
name: true,
|
|
9841
9843
|
website: true,
|
|
9844
|
+
affiliateLink: true,
|
|
9842
9845
|
logo: {
|
|
9843
9846
|
_id: true,
|
|
9844
9847
|
url: true
|