@connectedxm/admin 2.3.11 → 2.3.12
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1644,7 +1644,7 @@ interface BaseRegistrationQuestionResponseChange {
|
|
|
1644
1644
|
}
|
|
1645
1645
|
interface RegistrationQuestionResponseChange extends BaseRegistrationQuestionResponseChange {
|
|
1646
1646
|
response: BaseRegistrationQuestionResponse;
|
|
1647
|
-
user: BaseUser;
|
|
1647
|
+
user: BaseUser | null;
|
|
1648
1648
|
}
|
|
1649
1649
|
interface BaseRegistrationQuestionResponse {
|
|
1650
1650
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1644,7 +1644,7 @@ interface BaseRegistrationQuestionResponseChange {
|
|
|
1644
1644
|
}
|
|
1645
1645
|
interface RegistrationQuestionResponseChange extends BaseRegistrationQuestionResponseChange {
|
|
1646
1646
|
response: BaseRegistrationQuestionResponse;
|
|
1647
|
-
user: BaseUser;
|
|
1647
|
+
user: BaseUser | null;
|
|
1648
1648
|
}
|
|
1649
1649
|
interface BaseRegistrationQuestionResponse {
|
|
1650
1650
|
id: string;
|