@selfcommunity/api-services 0.7.0-alpha.1 → 0.7.0-alpha.2

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.
@@ -166,6 +166,10 @@ const Endpoints = {
166
166
  url: (0, utils_1.urlReplacer)('/api/v2/$(type)/drafted/'),
167
167
  method: 'GET'
168
168
  },
169
+ GetDownloadCSV: {
170
+ url: (0, utils_1.urlReplacer)('/api/v2/$(type)/$(id)/export/'),
171
+ method: 'GET'
172
+ },
169
173
  /**
170
174
  * Comments
171
175
  */
@@ -164,6 +164,10 @@ const Endpoints = {
164
164
  url: urlReplacer('/api/v2/$(type)/drafted/'),
165
165
  method: 'GET'
166
166
  },
167
+ GetDownloadCSV: {
168
+ url: urlReplacer('/api/v2/$(type)/$(id)/export/'),
169
+ method: 'GET'
170
+ },
167
171
  /**
168
172
  * Comments
169
173
  */