@connectedxm/admin 2.2.0 → 2.2.2
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 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1371,7 +1371,6 @@ interface Organization extends BaseOrganization {
|
|
|
1371
1371
|
locales: string[];
|
|
1372
1372
|
googleServices: string | null;
|
|
1373
1373
|
inviteOnly: boolean;
|
|
1374
|
-
shopUrl: string | null;
|
|
1375
1374
|
}
|
|
1376
1375
|
interface OrganizationTrigger {
|
|
1377
1376
|
id: number;
|
|
@@ -1491,6 +1490,7 @@ interface BasePayment {
|
|
|
1491
1490
|
id: number;
|
|
1492
1491
|
type: PaymentType;
|
|
1493
1492
|
chargedAmt: number;
|
|
1493
|
+
currency: string;
|
|
1494
1494
|
ticketId: string | null;
|
|
1495
1495
|
ticket: BaseEventPassType | null;
|
|
1496
1496
|
stripeId: string | null;
|
|
@@ -4152,7 +4152,6 @@ interface OrganizationUpdateInputs {
|
|
|
4152
4152
|
locales?: string[] | null;
|
|
4153
4153
|
googleServices?: string | null;
|
|
4154
4154
|
inviteOnly?: boolean;
|
|
4155
|
-
shopUrl?: string | null;
|
|
4156
4155
|
}
|
|
4157
4156
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
4158
4157
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1371,7 +1371,6 @@ interface Organization extends BaseOrganization {
|
|
|
1371
1371
|
locales: string[];
|
|
1372
1372
|
googleServices: string | null;
|
|
1373
1373
|
inviteOnly: boolean;
|
|
1374
|
-
shopUrl: string | null;
|
|
1375
1374
|
}
|
|
1376
1375
|
interface OrganizationTrigger {
|
|
1377
1376
|
id: number;
|
|
@@ -1491,6 +1490,7 @@ interface BasePayment {
|
|
|
1491
1490
|
id: number;
|
|
1492
1491
|
type: PaymentType;
|
|
1493
1492
|
chargedAmt: number;
|
|
1493
|
+
currency: string;
|
|
1494
1494
|
ticketId: string | null;
|
|
1495
1495
|
ticket: BaseEventPassType | null;
|
|
1496
1496
|
stripeId: string | null;
|
|
@@ -4152,7 +4152,6 @@ interface OrganizationUpdateInputs {
|
|
|
4152
4152
|
locales?: string[] | null;
|
|
4153
4153
|
googleServices?: string | null;
|
|
4154
4154
|
inviteOnly?: boolean;
|
|
4155
|
-
shopUrl?: string | null;
|
|
4156
4155
|
}
|
|
4157
4156
|
interface PaymentIntentPurchaseMetadataInputs {
|
|
4158
4157
|
}
|