@vertikalx/vtx-backend-client 3.0.0-dev-max.135 → 3.0.0-dev-max.137

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": "@vertikalx/vtx-backend-client",
3
- "version": "3.0.0-dev-max.135",
3
+ "version": "3.0.0-dev-max.137",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -7822,9 +7822,16 @@ class VTXBaseAPI {
7822
7822
  motivation: true,
7823
7823
  fundsRequired: true,
7824
7824
  fundsObtained: true,
7825
+ website: true,
7825
7826
  status: true,
7826
7827
  createdDate: true,
7827
7828
  endingDate: true,
7829
+ location: {
7830
+ _id: true,
7831
+ cityNameGeocode: true,
7832
+ stateNameGeocode: true,
7833
+ countryIso2CodeGeocode: true,
7834
+ },
7828
7835
  coverImage: {
7829
7836
  _id: true,
7830
7837
  url: true,