@connectedxm/admin 2.0.2 → 2.0.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/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1367,6 +1367,7 @@ interface Organization extends BaseOrganization {
|
|
|
1367
1367
|
locales: string[];
|
|
1368
1368
|
googleServices: string | null;
|
|
1369
1369
|
inviteOnly: boolean;
|
|
1370
|
+
shopUrl: string | null;
|
|
1370
1371
|
}
|
|
1371
1372
|
interface OrganizationTrigger {
|
|
1372
1373
|
id: number;
|
|
@@ -4056,6 +4057,7 @@ interface OrganizationUpdateInputs {
|
|
|
4056
4057
|
locales?: string[] | null;
|
|
4057
4058
|
googleServices?: string | null;
|
|
4058
4059
|
inviteOnly?: boolean;
|
|
4060
|
+
shopUrl?: string | null;
|
|
4059
4061
|
}
|
|
4060
4062
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
4061
4063
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1367,6 +1367,7 @@ interface Organization extends BaseOrganization {
|
|
|
1367
1367
|
locales: string[];
|
|
1368
1368
|
googleServices: string | null;
|
|
1369
1369
|
inviteOnly: boolean;
|
|
1370
|
+
shopUrl: string | null;
|
|
1370
1371
|
}
|
|
1371
1372
|
interface OrganizationTrigger {
|
|
1372
1373
|
id: number;
|
|
@@ -4056,6 +4057,7 @@ interface OrganizationUpdateInputs {
|
|
|
4056
4057
|
locales?: string[] | null;
|
|
4057
4058
|
googleServices?: string | null;
|
|
4058
4059
|
inviteOnly?: boolean;
|
|
4060
|
+
shopUrl?: string | null;
|
|
4059
4061
|
}
|
|
4060
4062
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
4061
4063
|
}
|