@vertikalx/vtx-backend-client 3.0.0-dev-max.141 → 3.0.0-dev-max.142
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 +1 -1
- package/src/api/vtx-base-api.js +5 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +3 -0
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +2 -0
- package/src/client/types.js +6 -0
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -2377,6 +2377,7 @@ class VTXBaseAPI {
|
|
|
2377
2377
|
},
|
|
2378
2378
|
currentCampaign: {
|
|
2379
2379
|
_id: true,
|
|
2380
|
+
slug: true,
|
|
2380
2381
|
budgetMode: true,
|
|
2381
2382
|
status: true,
|
|
2382
2383
|
title: true,
|
|
@@ -5135,6 +5136,7 @@ class VTXBaseAPI {
|
|
|
5135
5136
|
},
|
|
5136
5137
|
currentCampaign: {
|
|
5137
5138
|
_id: true,
|
|
5139
|
+
slug: true,
|
|
5138
5140
|
budgetMode: true,
|
|
5139
5141
|
status: true,
|
|
5140
5142
|
title: true,
|
|
@@ -6122,6 +6124,7 @@ class VTXBaseAPI {
|
|
|
6122
6124
|
},
|
|
6123
6125
|
currentCampaign: {
|
|
6124
6126
|
_id: true,
|
|
6127
|
+
slug: true,
|
|
6125
6128
|
budgetMode: true,
|
|
6126
6129
|
status: true,
|
|
6127
6130
|
title: true,
|
|
@@ -7219,6 +7222,7 @@ class VTXBaseAPI {
|
|
|
7219
7222
|
},
|
|
7220
7223
|
currentCampaign: {
|
|
7221
7224
|
_id: true,
|
|
7225
|
+
slug: true,
|
|
7222
7226
|
budgetMode: true,
|
|
7223
7227
|
status: true,
|
|
7224
7228
|
title: true,
|
|
@@ -7819,6 +7823,7 @@ class VTXBaseAPI {
|
|
|
7819
7823
|
const campaignFields = {
|
|
7820
7824
|
_id: true,
|
|
7821
7825
|
title: true,
|
|
7826
|
+
slug: true,
|
|
7822
7827
|
motivation: true,
|
|
7823
7828
|
fundsRequired: true,
|
|
7824
7829
|
fundsObtained: true,
|