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