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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|