bundlesocial 2.10.0 → 2.11.0

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/index.d.mts CHANGED
@@ -148,6 +148,7 @@ type OrganizationGetOrganizationResponse = {
148
148
  trialStart?: string | null;
149
149
  trialEnd?: string | null;
150
150
  maxMonthlyPosts: number;
151
+ maxMonthlyUploads: number;
151
152
  discountStart?: string | null;
152
153
  discountEnd?: string | null;
153
154
  createdAt: string | null;
@@ -3802,6 +3803,7 @@ type $OpenApiTs = {
3802
3803
  trialStart?: string | null;
3803
3804
  trialEnd?: string | null;
3804
3805
  maxMonthlyPosts: number;
3806
+ maxMonthlyUploads: number;
3805
3807
  discountStart?: string | null;
3806
3808
  discountEnd?: string | null;
3807
3809
  createdAt: string | null;
package/dist/index.d.ts CHANGED
@@ -148,6 +148,7 @@ type OrganizationGetOrganizationResponse = {
148
148
  trialStart?: string | null;
149
149
  trialEnd?: string | null;
150
150
  maxMonthlyPosts: number;
151
+ maxMonthlyUploads: number;
151
152
  discountStart?: string | null;
152
153
  discountEnd?: string | null;
153
154
  createdAt: string | null;
@@ -3802,6 +3803,7 @@ type $OpenApiTs = {
3802
3803
  trialStart?: string | null;
3803
3804
  trialEnd?: string | null;
3804
3805
  maxMonthlyPosts: number;
3806
+ maxMonthlyUploads: number;
3805
3807
  discountStart?: string | null;
3806
3808
  discountEnd?: string | null;
3807
3809
  createdAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",