@revolugo/common 6.15.5-alpha.0 → 6.15.5-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "6.15.5-alpha.0",
3
+ "version": "6.15.5-alpha.1",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -39,6 +39,7 @@ export const ICONS_NAME = Object.freeze({
39
39
  circle: 'ph:circle',
40
40
  circleNotch: 'ph:circle-notch',
41
41
  clock: 'ph:clock',
42
+ clockClockwise: 'ph:clock-clockwise',
42
43
  close: 'ph:x',
43
44
  closeCircle: 'ph:x-circle',
44
45
  cloud: 'ph:cloud',
@@ -180,6 +181,7 @@ export const ICONS_NAME = Object.freeze({
180
181
  van: 'ph:van',
181
182
  vault: 'ph:vault',
182
183
  walking: 'ph:person-simple-walk',
184
+ wallet: 'ph:wallet',
183
185
  warning: 'ph:warning',
184
186
  warningCircle: 'ph:warning-circle',
185
187
  wheelchair: 'ph:wheelchair',
@@ -46,7 +46,7 @@ export enum PaymentMethodApiNameEnum {
46
46
  DepositAccount = 'DEPOSIT_ACCOUNT',
47
47
  }
48
48
 
49
- type PaymentMethodApiName = `${PaymentMethodApiNameEnum}`
49
+ export type PaymentMethodApiName = `${PaymentMethodApiNameEnum}`
50
50
 
51
51
  /**
52
52
  *