@connectedxm/admin 3.3.6 → 3.3.7
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1471,6 +1471,8 @@ interface Organization extends BaseOrganization {
|
|
|
1471
1471
|
requireCompany: boolean;
|
|
1472
1472
|
requirePhone: boolean;
|
|
1473
1473
|
requireTitle: boolean;
|
|
1474
|
+
requestInternalRefId: boolean;
|
|
1475
|
+
internalRefIdName: string | null;
|
|
1474
1476
|
authLayout: AuthLayout;
|
|
1475
1477
|
defaultAuthAction: DefaultAuthAction;
|
|
1476
1478
|
userPoolId: string | null;
|
|
@@ -4783,6 +4785,8 @@ interface OrganizationUpdateInputs {
|
|
|
4783
4785
|
requirePhone?: boolean;
|
|
4784
4786
|
requireTitle?: boolean;
|
|
4785
4787
|
requireCompany?: boolean;
|
|
4788
|
+
requestInternalRefId?: boolean;
|
|
4789
|
+
internalRefIdName?: string | null;
|
|
4786
4790
|
iosAppLink?: string | null;
|
|
4787
4791
|
androidAppLink?: string | null;
|
|
4788
4792
|
appIconId?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1471,6 +1471,8 @@ interface Organization extends BaseOrganization {
|
|
|
1471
1471
|
requireCompany: boolean;
|
|
1472
1472
|
requirePhone: boolean;
|
|
1473
1473
|
requireTitle: boolean;
|
|
1474
|
+
requestInternalRefId: boolean;
|
|
1475
|
+
internalRefIdName: string | null;
|
|
1474
1476
|
authLayout: AuthLayout;
|
|
1475
1477
|
defaultAuthAction: DefaultAuthAction;
|
|
1476
1478
|
userPoolId: string | null;
|
|
@@ -4783,6 +4785,8 @@ interface OrganizationUpdateInputs {
|
|
|
4783
4785
|
requirePhone?: boolean;
|
|
4784
4786
|
requireTitle?: boolean;
|
|
4785
4787
|
requireCompany?: boolean;
|
|
4788
|
+
requestInternalRefId?: boolean;
|
|
4789
|
+
internalRefIdName?: string | null;
|
|
4786
4790
|
iosAppLink?: string | null;
|
|
4787
4791
|
androidAppLink?: string | null;
|
|
4788
4792
|
appIconId?: string | null;
|