@vertikalx/vtx-backend-client 3.0.0-dev-max.66 → 3.0.0-dev-max.68
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,
|