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/cjs/index.js
CHANGED
|
@@ -19750,9 +19750,9 @@ var CommunitiesRoute = /** @class */ (function () {
|
|
|
19750
19750
|
join: { url: '/communities/{community_id}/join', method: HTTP_METHODS.POST },
|
|
19751
19751
|
findByDomain: { url: '/communities/findByDomain/{domain}', method: HTTP_METHODS.GET },
|
|
19752
19752
|
addPaymentMethod: { url: '/communities/{community_id}/payment/methods', method: HTTP_METHODS.POST },
|
|
19753
|
-
getPaymentMethods: { url: '/communities/{
|
|
19754
|
-
setDefaultPaymentMethod: { url: '/communities/{
|
|
19755
|
-
getLedger: { url: '/communities/{
|
|
19753
|
+
getPaymentMethods: { url: '/communities/{community_id}/payment/methods', method: HTTP_METHODS.GET },
|
|
19754
|
+
setDefaultPaymentMethod: { url: '/communities/{community_id}/payment/methods/default', method: HTTP_METHODS.POST },
|
|
19755
|
+
getLedger: { url: '/communities/{community_id}/payment/ledger', method: HTTP_METHODS.GET },
|
|
19756
19756
|
};
|
|
19757
19757
|
return CommunitiesRoute;
|
|
19758
19758
|
}());
|