@finverse/sdk-typescript 0.0.262 → 0.0.263
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/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5650,6 +5650,7 @@ export interface PaymentMethodIntegrationMetadata {
|
|
|
5650
5650
|
}
|
|
5651
5651
|
export declare const PaymentMethodIntegrationMetadataIntegrationIdEnum: {
|
|
5652
5652
|
readonly Stripe: "STRIPE";
|
|
5653
|
+
readonly Cybersource: "CYBERSOURCE";
|
|
5653
5654
|
};
|
|
5654
5655
|
export declare type PaymentMethodIntegrationMetadataIntegrationIdEnum = (typeof PaymentMethodIntegrationMetadataIntegrationIdEnum)[keyof typeof PaymentMethodIntegrationMetadataIntegrationIdEnum];
|
|
5655
5656
|
/**
|
package/dist/api.js
CHANGED