@connectedxm/admin 6.5.8 → 6.5.9
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
|
@@ -1870,6 +1870,7 @@ interface BasePaymentIntegration {
|
|
|
1870
1870
|
}
|
|
1871
1871
|
interface PaymentIntegration extends BasePaymentIntegration {
|
|
1872
1872
|
connectionId: string;
|
|
1873
|
+
merchantAccountId: string | null;
|
|
1873
1874
|
enabled: boolean;
|
|
1874
1875
|
createdAt: string;
|
|
1875
1876
|
updatedAt: string;
|
|
@@ -6706,6 +6707,7 @@ interface OrganizationPaymentIntegrationCreateInputs {
|
|
|
6706
6707
|
name: string;
|
|
6707
6708
|
currencyCode: string;
|
|
6708
6709
|
clientId?: string;
|
|
6710
|
+
merchantAccountId?: string;
|
|
6709
6711
|
clientPublicKey?: string;
|
|
6710
6712
|
clientSecret?: string;
|
|
6711
6713
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1870,6 +1870,7 @@ interface BasePaymentIntegration {
|
|
|
1870
1870
|
}
|
|
1871
1871
|
interface PaymentIntegration extends BasePaymentIntegration {
|
|
1872
1872
|
connectionId: string;
|
|
1873
|
+
merchantAccountId: string | null;
|
|
1873
1874
|
enabled: boolean;
|
|
1874
1875
|
createdAt: string;
|
|
1875
1876
|
updatedAt: string;
|
|
@@ -6706,6 +6707,7 @@ interface OrganizationPaymentIntegrationCreateInputs {
|
|
|
6706
6707
|
name: string;
|
|
6707
6708
|
currencyCode: string;
|
|
6708
6709
|
clientId?: string;
|
|
6710
|
+
merchantAccountId?: string;
|
|
6709
6711
|
clientPublicKey?: string;
|
|
6710
6712
|
clientSecret?: string;
|
|
6711
6713
|
}
|