@tap-payments/os-micro-frontend-shared 0.1.360 → 0.1.361

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.
@@ -25,6 +25,9 @@ export declare const BUSINESS_FUNCTIONS: {
25
25
  createUsers: {
26
26
  code: string;
27
27
  };
28
+ updateWallet: {
29
+ code: string;
30
+ };
28
31
  };
29
32
  export declare const APP_CODES: {
30
33
  tokens: {
@@ -110,6 +113,9 @@ export declare const APP_CODES: {
110
113
  createUsers: {
111
114
  code: string;
112
115
  };
116
+ updateWallet: {
117
+ code: string;
118
+ };
113
119
  view: {
114
120
  code: string;
115
121
  };
@@ -139,6 +145,9 @@ export declare const APP_CODES: {
139
145
  createUsers: {
140
146
  code: string;
141
147
  };
148
+ updateWallet: {
149
+ code: string;
150
+ };
142
151
  view: {
143
152
  code: string;
144
153
  };
@@ -27,6 +27,9 @@ export const BUSINESS_FUNCTIONS = {
27
27
  createUsers: {
28
28
  code: 'CREATE USERS',
29
29
  },
30
+ updateWallet: {
31
+ code: 'UPDATE WALLET',
32
+ },
30
33
  };
31
34
  export const APP_CODES = {
32
35
  tokens: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.360",
4
+ "version": "0.1.361",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",