@sniipwebmaster/transaction-service-client-grpcweb-ts 24.13.11821 → 24.13.11830

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.
@@ -4555,11 +4555,12 @@ export enum PaymentMethodType {
4555
4555
  PAYMENTMETHODTYPE_VISA = 1,
4556
4556
  PAYMENTMETHODTYPE_MASTERCARD = 2,
4557
4557
  PAYMENTMETHODTYPE_AMEX = 3,
4558
+ PAYMENTMETHODTYPE_WEX_CARD = 4,
4558
4559
  }
4559
4560
  export enum Gateway {
4560
- GATEWAY_UNKNOWN = 0,
4561
- GATEWAY_STRIPE = 1,
4562
- GATEWAY_FAT_ZEBRA = 2,
4563
- GATEWAY_TILL = 3,
4564
- GATEWAY_CYBERSOURCE = 4,
4561
+ UNKNOWN = 0,
4562
+ STRIPE = 1,
4563
+ FAT_ZEBRA = 2,
4564
+ TILL = 3,
4565
+ CYBERSOURCE = 4,
4565
4566
  }
@@ -36954,18 +36954,19 @@ proto.sniiptransactionapi.PaymentMethodType = {
36954
36954
  PAYMENTMETHODTYPE_UNKNOWN: 0,
36955
36955
  PAYMENTMETHODTYPE_VISA: 1,
36956
36956
  PAYMENTMETHODTYPE_MASTERCARD: 2,
36957
- PAYMENTMETHODTYPE_AMEX: 3
36957
+ PAYMENTMETHODTYPE_AMEX: 3,
36958
+ PAYMENTMETHODTYPE_WEX_CARD: 4
36958
36959
  };
36959
36960
 
36960
36961
  /**
36961
36962
  * @enum {number}
36962
36963
  */
36963
36964
  proto.sniiptransactionapi.Gateway = {
36964
- GATEWAY_UNKNOWN: 0,
36965
- GATEWAY_STRIPE: 1,
36966
- GATEWAY_FAT_ZEBRA: 2,
36967
- GATEWAY_TILL: 3,
36968
- GATEWAY_CYBERSOURCE: 4
36965
+ UNKNOWN: 0,
36966
+ STRIPE: 1,
36967
+ FAT_ZEBRA: 2,
36968
+ TILL: 3,
36969
+ CYBERSOURCE: 4
36969
36970
  };
36970
36971
 
36971
36972
  goog.object.extend(exports, proto.sniiptransactionapi);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb-ts",
3
- "version": "24.13.11821",
3
+ "version": "24.13.11830",
4
4
  "description": "transaction-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",