bundlesocial 2.2.0 → 2.2.1

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
@@ -331,7 +331,7 @@ type TeamCreateTeamData = {
331
331
  */
332
332
  requestBody?: {
333
333
  name: string;
334
- tier: 'FREE' | 'PRO' | 'CUSTOM';
334
+ tier: 'FREE' | 'PRO';
335
335
  avatarUrl?: string | null;
336
336
  };
337
337
  };
package/dist/index.d.ts CHANGED
@@ -331,7 +331,7 @@ type TeamCreateTeamData = {
331
331
  */
332
332
  requestBody?: {
333
333
  name: string;
334
- tier: 'FREE' | 'PRO' | 'CUSTOM';
334
+ tier: 'FREE' | 'PRO';
335
335
  avatarUrl?: string | null;
336
336
  };
337
337
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bundlesocial",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Node.js library for the bundle.social API",
5
5
  "keywords": [
6
6
  "bundle.social",