@houlak/plexo-sdk 0.1.69 → 0.1.71

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.
@@ -1,20 +1,21 @@
1
1
  export declare enum FieldType {
2
2
  Expiration = 257,
3
3
  Name = 258,
4
- ZipCode = 259,
5
- Email = 260,
6
- Phone = 261,
7
- Cellphone = 262,
8
- AmountLimitExtension = 263,
9
- Birthdate = 264,
10
- InstrumentName = 265,
11
- Identification = 266,
12
- IdentificationType = 267,
13
- IdentificationTypeExtended = 268,
14
- AccountNumber = 269,
15
- FirstName = 270,
16
- LastName = 271,
17
- City = 272,
4
+ Address = 259,
5
+ ZipCode = 260,
6
+ Email = 261,
7
+ Phone = 262,
8
+ Cellphone = 263,
9
+ AmountLimitExtension = 264,
10
+ Birthdate = 265,
11
+ InstrumentName = 266,
12
+ Identification = 267,
13
+ IdentificationType = 268,
14
+ IdentificationTypeExtended = 269,
15
+ AccountNumber = 270,
16
+ FirstName = 271,
17
+ LastName = 272,
18
+ City = 273,
18
19
  Country = 513,
19
20
  ShippingAddress = 514,
20
21
  ShippingZipCode = 515,
@@ -37,6 +38,8 @@ export declare enum FieldType {
37
38
  CrossBankTransfers = 532,
38
39
  SourceBank = 533,
39
40
  DestinationBank = 534,
41
+ BuyerFeeRate = 535,
42
+ BuyerFeeAmount = 536,
40
43
  Provider = 1025,
41
44
  SistarBancPaymentMethod = 1281,
42
45
  RedPagosProductNumber = 1282,
@@ -6,20 +6,21 @@ var FieldType;
6
6
  // User generic info
7
7
  FieldType[FieldType["Expiration"] = 257] = "Expiration";
8
8
  FieldType[FieldType["Name"] = 258] = "Name";
9
- FieldType[FieldType["ZipCode"] = 259] = "ZipCode";
10
- FieldType[FieldType["Email"] = 260] = "Email";
11
- FieldType[FieldType["Phone"] = 261] = "Phone";
12
- FieldType[FieldType["Cellphone"] = 262] = "Cellphone";
13
- FieldType[FieldType["AmountLimitExtension"] = 263] = "AmountLimitExtension";
14
- FieldType[FieldType["Birthdate"] = 264] = "Birthdate";
15
- FieldType[FieldType["InstrumentName"] = 265] = "InstrumentName";
16
- FieldType[FieldType["Identification"] = 266] = "Identification";
17
- FieldType[FieldType["IdentificationType"] = 267] = "IdentificationType";
18
- FieldType[FieldType["IdentificationTypeExtended"] = 268] = "IdentificationTypeExtended";
19
- FieldType[FieldType["AccountNumber"] = 269] = "AccountNumber";
20
- FieldType[FieldType["FirstName"] = 270] = "FirstName";
21
- FieldType[FieldType["LastName"] = 271] = "LastName";
22
- FieldType[FieldType["City"] = 272] = "City";
9
+ FieldType[FieldType["Address"] = 259] = "Address";
10
+ FieldType[FieldType["ZipCode"] = 260] = "ZipCode";
11
+ FieldType[FieldType["Email"] = 261] = "Email";
12
+ FieldType[FieldType["Phone"] = 262] = "Phone";
13
+ FieldType[FieldType["Cellphone"] = 263] = "Cellphone";
14
+ FieldType[FieldType["AmountLimitExtension"] = 264] = "AmountLimitExtension";
15
+ FieldType[FieldType["Birthdate"] = 265] = "Birthdate";
16
+ FieldType[FieldType["InstrumentName"] = 266] = "InstrumentName";
17
+ FieldType[FieldType["Identification"] = 267] = "Identification";
18
+ FieldType[FieldType["IdentificationType"] = 268] = "IdentificationType";
19
+ FieldType[FieldType["IdentificationTypeExtended"] = 269] = "IdentificationTypeExtended";
20
+ FieldType[FieldType["AccountNumber"] = 270] = "AccountNumber";
21
+ FieldType[FieldType["FirstName"] = 271] = "FirstName";
22
+ FieldType[FieldType["LastName"] = 272] = "LastName";
23
+ FieldType[FieldType["City"] = 273] = "City";
23
24
  // New OptionalFields
24
25
  FieldType[FieldType["Country"] = 513] = "Country";
25
26
  FieldType[FieldType["ShippingAddress"] = 514] = "ShippingAddress";
@@ -43,6 +44,8 @@ var FieldType;
43
44
  FieldType[FieldType["CrossBankTransfers"] = 532] = "CrossBankTransfers";
44
45
  FieldType[FieldType["SourceBank"] = 533] = "SourceBank";
45
46
  FieldType[FieldType["DestinationBank"] = 534] = "DestinationBank";
47
+ FieldType[FieldType["BuyerFeeRate"] = 535] = "BuyerFeeRate";
48
+ FieldType[FieldType["BuyerFeeAmount"] = 536] = "BuyerFeeAmount";
46
49
  // Provider Related Information starts at 0x400
47
50
  FieldType[FieldType["Provider"] = 1025] = "Provider";
48
51
  // User/Provider Related Information starts at 0x500 // User Flag + Provider Flag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houlak/plexo-sdk",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "Node SDK for Plexo payment services",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",