@partex/one-core 2.0.65 → 2.0.67

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.
@@ -97,6 +97,9 @@ declare const _default: {
97
97
  createTime: string;
98
98
  retry: string;
99
99
  };
100
+ scan: {
101
+ label: string;
102
+ };
100
103
  };
101
104
  };
102
105
  export default _default;
@@ -99,6 +99,9 @@ export declare const i18n: I18n<{
99
99
  createTime: string;
100
100
  retry: string;
101
101
  };
102
+ scan: {
103
+ label: string;
104
+ };
102
105
  };
103
106
  };
104
107
  'zh-CN': {
@@ -199,6 +202,9 @@ export declare const i18n: I18n<{
199
202
  createTime: string;
200
203
  retry: string;
201
204
  };
205
+ scan: {
206
+ label: string;
207
+ };
202
208
  };
203
209
  };
204
210
  'fr-FR': {};
@@ -96,6 +96,9 @@ declare const _default: {
96
96
  createTime: string;
97
97
  retry: string;
98
98
  };
99
+ scan: {
100
+ label: string;
101
+ };
99
102
  };
100
103
  };
101
104
  export default _default;