Skip to content

Commit

Permalink
refactor: add new exported sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Jun 10, 2024
1 parent bea7295 commit 5cdad7b
Showing 1 changed file with 45 additions and 43 deletions.
88 changes: 45 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,61 +69,63 @@ For more functions usage, see [Wiki](https://github.com/lmsqueezy/lemonsqueezy.j
<details>
<summary>Click to view</summary>

| export | min+brotli |
| Export | min+brotli |
| ------------------------------- | ---------- |
| createDiscount | 995 B |
| createCheckout | 900 B |
| createDiscount | 991 B |
| createCheckout | 895 B |
| updateSubscriptionItem | 849 B |
| updateSubscription | 841 B |
| listSubscriptionItems | 833 B |
| listSubscriptions | 831 B |
| listWebhooks | 831 B |
| listLicenseKeyInstances | 830 B |
| updateLicenseKey | 827 B |
| listUsageRecords | 824 B |
| listDiscountRedemptions | 822 B |
| listCustomers | 820 B |
| listDiscounts | 820 B |
| listProducts | 819 B |
| listSubscriptionInvoices | 819 B |
| listVariants | 819 B |
| listOrderItems | 818 B |
| listFiles | 817 B |
| listDiscountRedemptions | 821 B |
| listLicenseKeyInstances | 820 B |
| listSubscriptionInvoices | 818 B |
| listLicenseKeys | 817 B |
| listOrders | 817 B |
| listStores | 817 B |
| listCheckouts | 816 B |
| listPrices | 816 B |
| listOrderItems | 817 B |
| listSubscriptionItems | 817 B |
| listCheckouts | 814 B |
| listDiscounts | 814 B |
| listSubscriptions | 814 B |
| listUsageRecords | 814 B |
| listVariants | 814 B |
| listCustomers | 813 B |
| listFiles | 813 B |
| listOrders | 813 B |
| listPrices | 813 B |
| listProducts | 813 B |
| listStores | 813 B |
| updateLicenseKey | 813 B |
| createWebhook | 808 B |
| updateWebhook | 793 B |
| generateSubscriptionInvoice | 789 B |
| generateOrderInvoice | 783 B |
| activateLicense | 770 B |
| validateLicense | 770 B |
| deactivateLicense | 764 B |
| validateLicense | 763 B |
| activateLicense | 762 B |
| createUsageRecord | 728 B |
| getLicenseKeyInstance | 706 B |
| createUsageRecord | 724 B |
| getLicenseKeyInstance | 714 B |
| getSubscriptionInvoice | 702 B |
| getDiscountRedemption | 701 B |
| getDiscountRedemption | 700 B |
| getSubscriptionItem | 700 B |
| getUsageRecord | 700 B |
| getOrderItem | 699 B |
| getWebhook | 699 B |
| getCheckout | 697 B |
| getFile | 697 B |
| getLicenseKey | 697 B |
| getUsageRecord | 697 B |
| getCustomer | 695 B |
| getStore | 695 B |
| getSubscription | 695 B |
| getOrder | 693 B |
| getPrice | 693 B |
| getProduct | 693 B |
| getDiscount | 692 B |
| getVariant | 692 B |
| getLicenseKey | 698 B |
| getOrder | 697 B |
| getPrice | 697 B |
| getStore | 697 B |
| getCheckout | 696 B |
| getCustomer | 696 B |
| getFile | 696 B |
| getProduct | 694 B |
| getWebhook | 694 B |
| getDiscount | 693 B |
| getSubscription | 693 B |
| getVariant | 693 B |
| updateCustomer | 684 B |
| archiveCustomer | 683 B |
| updateCustomer | 683 B |
| createCustomer | 680 B |
| deleteWebhook | 663 B |
| cancelSubscription | 658 B |
| deleteDiscount | 655 B |
| createCustomer | 678 B |
| cancelSubscription | 660 B |
| deleteDiscount | 658 B |
| deleteWebhook | 653 B |
| getSubscriptionItemCurrentUsage | 651 B |
| getAuthenticatedUser | 598 B |
| lemonSqueezySetup | 106 B |
Expand Down

0 comments on commit 5cdad7b

Please sign in to comment.