@idunion/tl-sdk 0.0.67 → 0.0.68
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/api.d.ts +4 -0
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -212,6 +212,10 @@ export interface Tl {
|
|
|
212
212
|
* Unix timestamp in microseconds when the record was last updated.
|
|
213
213
|
*/
|
|
214
214
|
'updatedTs': number;
|
|
215
|
+
/**
|
|
216
|
+
* Unix timestamp in microseconds of the last onboarding to the trust list.
|
|
217
|
+
*/
|
|
218
|
+
'lastOnboardedTs'?: number;
|
|
215
219
|
}
|
|
216
220
|
export interface TlList {
|
|
217
221
|
'items'?: Array<Tl>;
|