@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 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
@@ -297,6 +297,7 @@ exports.PaymentLinkTokenResponseTokenTypeEnum = {
297
297
  };
298
298
  exports.PaymentMethodIntegrationMetadataIntegrationIdEnum = {
299
299
  Stripe: 'STRIPE',
300
+ Cybersource: 'CYBERSOURCE',
300
301
  };
301
302
  exports.PaymentResponseTypeEnum = {
302
303
  Mandate: 'MANDATE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.262",
3
+ "version": "0.0.263",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [