@connectedxm/admin 1.3.5 → 1.3.6
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1620,7 +1620,6 @@ interface BaseRegistrationQuestion {
|
|
|
1620
1620
|
interface RegistrationQuestion extends BaseRegistrationQuestion {
|
|
1621
1621
|
sections: BaseRegistrationSectionQuestion[];
|
|
1622
1622
|
subQuestionOf: RegistrationQuestionChoiceSubQuestion[];
|
|
1623
|
-
response?: string;
|
|
1624
1623
|
createdAt: string;
|
|
1625
1624
|
updatedAt: string;
|
|
1626
1625
|
_count: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1620,7 +1620,6 @@ interface BaseRegistrationQuestion {
|
|
|
1620
1620
|
interface RegistrationQuestion extends BaseRegistrationQuestion {
|
|
1621
1621
|
sections: BaseRegistrationSectionQuestion[];
|
|
1622
1622
|
subQuestionOf: RegistrationQuestionChoiceSubQuestion[];
|
|
1623
|
-
response?: string;
|
|
1624
1623
|
createdAt: string;
|
|
1625
1624
|
updatedAt: string;
|
|
1626
1625
|
_count: {
|