@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
|
};
|
package/build/constants/apps.js
CHANGED
package/package.json
CHANGED