@vertikalx/vtx-backend-client 3.0.0-dev-max.67 → 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
|
@@ -2643,6 +2643,7 @@ class VTXBaseAPI {
|
|
|
2643
2643
|
name: true,
|
|
2644
2644
|
slogan: true,
|
|
2645
2645
|
website: true,
|
|
2646
|
+
affiliateLink: true,
|
|
2646
2647
|
description: true,
|
|
2647
2648
|
approved: true,
|
|
2648
2649
|
published: true,
|
|
@@ -2714,6 +2715,7 @@ class VTXBaseAPI {
|
|
|
2714
2715
|
name: true,
|
|
2715
2716
|
slogan: true,
|
|
2716
2717
|
website: true,
|
|
2718
|
+
affiliateLink: true,
|
|
2717
2719
|
description: true,
|
|
2718
2720
|
approved: true,
|
|
2719
2721
|
published: true,
|
|
@@ -9748,6 +9750,8 @@ class VTXBaseAPI {
|
|
|
9748
9750
|
_id: true,
|
|
9749
9751
|
name: true,
|
|
9750
9752
|
description: true,
|
|
9753
|
+
website: true,
|
|
9754
|
+
affiliateLink: true,
|
|
9751
9755
|
logo: {
|
|
9752
9756
|
_id: true,
|
|
9753
9757
|
url: true,
|
|
@@ -9837,6 +9841,7 @@ class VTXBaseAPI {
|
|
|
9837
9841
|
_id: true,
|
|
9838
9842
|
name: true,
|
|
9839
9843
|
website: true,
|
|
9844
|
+
affiliateLink: true,
|
|
9840
9845
|
logo: {
|
|
9841
9846
|
_id: true,
|
|
9842
9847
|
url: true
|