glitch-javascript-sdk 0.9.7 → 0.9.8
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/esm/index.js
CHANGED
|
@@ -6566,9 +6566,9 @@ var CommunitiesRoute = /** @class */ (function () {
|
|
|
6566
6566
|
join: { url: '/communities/{community_id}/join', method: HTTP_METHODS.POST },
|
|
6567
6567
|
findByDomain: { url: '/communities/findByDomain/{domain}', method: HTTP_METHODS.GET },
|
|
6568
6568
|
addPaymentMethod: { url: '/communities/{community_id}/payment/methods', method: HTTP_METHODS.POST },
|
|
6569
|
-
getPaymentMethods: { url: '/communities/{
|
|
6570
|
-
setDefaultPaymentMethod: { url: '/communities/{
|
|
6571
|
-
getLedger: { url: '/communities/{
|
|
6569
|
+
getPaymentMethods: { url: '/communities/{community_id}/payment/methods', method: HTTP_METHODS.GET },
|
|
6570
|
+
setDefaultPaymentMethod: { url: '/communities/{community_id}/payment/methods/default', method: HTTP_METHODS.POST },
|
|
6571
|
+
getLedger: { url: '/communities/{community_id}/payment/ledger', method: HTTP_METHODS.GET },
|
|
6572
6572
|
};
|
|
6573
6573
|
return CommunitiesRoute;
|
|
6574
6574
|
}());
|