shred-api-client 1.9.1 → 1.9.3
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/namespace.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Product as TProduct, Subscription as TSubscription } from "./model/Subscription.schema";
|
|
2
|
-
import { System as TSystem, User as TUser, Role as TRole } from "./model/User.schema";
|
|
2
|
+
import { System as TSystem, User as TUser, Preferences as UserPreferences, Role as TRole } from "./model/User.schema";
|
|
3
3
|
import { Email as TEmail } from "./model/Email.schema";
|
|
4
4
|
import { Asset as TAsset } from "./model/Asset.schema";
|
|
5
5
|
import { Project as TProject } from "./model/Project.schema";
|
|
@@ -23,3 +23,6 @@ export declare namespace Shred {
|
|
|
23
23
|
type Category = TCategory;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
+
export declare namespace User {
|
|
27
|
+
type Preferences = UserPreferences;
|
|
28
|
+
}
|