@yuno-payments/dashboard-api-mfe 0.36.41-beta.1 → 0.36.41-beta.3

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.
@@ -124,6 +124,7 @@ export declare namespace Organization {
124
124
  updated_at: string;
125
125
  provider_name: string;
126
126
  connection_name: string;
127
+ network_token_enable: boolean;
127
128
  connection_state?: ConnectionState;
128
129
  provider_icon: string;
129
130
  category: string;
package/build/index.d.ts CHANGED
@@ -1199,6 +1199,7 @@ declare namespace Organization {
1199
1199
  updated_at: string;
1200
1200
  provider_name: string;
1201
1201
  connection_name: string;
1202
+ network_token_enable: boolean;
1202
1203
  connection_state?: ConnectionState;
1203
1204
  provider_icon: string;
1204
1205
  category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.41-beta.1",
3
+ "version": "0.36.41-beta.3",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",