glitch-javascript-sdk 1.2.1 → 1.2.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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/Communities.ts +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -7010,7 +7010,7 @@ var Communities = /** @class */ (function () {
|
|
|
7010
7010
|
* @returns Promise
|
|
7011
7011
|
*/
|
|
7012
7012
|
Communities.populateEmailTemplate = function (community_id, template_id, data, params) {
|
|
7013
|
-
return Requests.processRoute(CommunitiesRoute.routes.
|
|
7013
|
+
return Requests.processRoute(CommunitiesRoute.routes.populateEmailTemplate, data, { community_id: community_id, template_id: template_id }, params);
|
|
7014
7014
|
};
|
|
7015
7015
|
return Communities;
|
|
7016
7016
|
}());
|