@connectedxm/admin 0.0.24 → 0.0.25
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2010,12 +2010,11 @@ interface BaseUser {
|
|
|
2010
2010
|
lastName: string;
|
|
2011
2011
|
phone: string | null;
|
|
2012
2012
|
title: string | null;
|
|
2013
|
+
imageUrl: string;
|
|
2013
2014
|
}
|
|
2014
2015
|
interface User extends BaseUser {
|
|
2015
2016
|
createdAt: string;
|
|
2016
2017
|
updatedAt: string;
|
|
2017
|
-
cfImageId: string;
|
|
2018
|
-
imageUrl: string;
|
|
2019
2018
|
}
|
|
2020
2019
|
declare enum VideoSource {
|
|
2021
2020
|
admin = "admin",
|
package/dist/index.d.ts
CHANGED
|
@@ -2010,12 +2010,11 @@ interface BaseUser {
|
|
|
2010
2010
|
lastName: string;
|
|
2011
2011
|
phone: string | null;
|
|
2012
2012
|
title: string | null;
|
|
2013
|
+
imageUrl: string;
|
|
2013
2014
|
}
|
|
2014
2015
|
interface User extends BaseUser {
|
|
2015
2016
|
createdAt: string;
|
|
2016
2017
|
updatedAt: string;
|
|
2017
|
-
cfImageId: string;
|
|
2018
|
-
imageUrl: string;
|
|
2019
2018
|
}
|
|
2020
2019
|
declare enum VideoSource {
|
|
2021
2020
|
admin = "admin",
|