@rendobar/sdk 5.7.0 → 5.8.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.cts CHANGED
@@ -3989,8 +3989,10 @@ type RetryDeliveryResult = {
3989
3989
  //#endregion
3990
3990
  //#region src/resources/orgs.d.ts
3991
3991
  type OrgCurrentResponse = {
3992
+ /** `isDemo` marks the shared marketplace-reviewer account, whose content resets daily. */
3992
3993
  org: Organization & {
3993
3994
  memberRole: string;
3995
+ isDemo: boolean;
3994
3996
  };
3995
3997
  subscription: {
3996
3998
  planId: string;
package/dist/index.d.mts CHANGED
@@ -3989,8 +3989,10 @@ type RetryDeliveryResult = {
3989
3989
  //#endregion
3990
3990
  //#region src/resources/orgs.d.ts
3991
3991
  type OrgCurrentResponse = {
3992
+ /** `isDemo` marks the shared marketplace-reviewer account, whose content resets daily. */
3992
3993
  org: Organization & {
3993
3994
  memberRole: string;
3995
+ isDemo: boolean;
3994
3996
  };
3995
3997
  subscription: {
3996
3998
  planId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendobar/sdk",
3
- "version": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "type": "module",
5
5
  "description": "Rendobar SDK: TypeScript client for the media processing and AI generation API.",
6
6
  "license": "MIT",