@delopay/sdk 0.21.0 → 0.21.1
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/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1419,7 +1419,7 @@ interface LoginHistoryResponse {
|
|
|
1419
1419
|
limit: number;
|
|
1420
1420
|
}
|
|
1421
1421
|
/**
|
|
1422
|
-
* One row from `GET /user/me/sessions
|
|
1422
|
+
* One row from `GET /user/me/sessions`.
|
|
1423
1423
|
*
|
|
1424
1424
|
* A session is one minted login JWT. `id` is also the JWT's `jti`. The
|
|
1425
1425
|
* row is mutable: `last_seen_at` is updated as the session makes API
|
package/dist/index.d.ts
CHANGED
|
@@ -1419,7 +1419,7 @@ interface LoginHistoryResponse {
|
|
|
1419
1419
|
limit: number;
|
|
1420
1420
|
}
|
|
1421
1421
|
/**
|
|
1422
|
-
* One row from `GET /user/me/sessions
|
|
1422
|
+
* One row from `GET /user/me/sessions`.
|
|
1423
1423
|
*
|
|
1424
1424
|
* A session is one minted login JWT. `id` is also the JWT's `jti`. The
|
|
1425
1425
|
* row is mutable: `last_seen_at` is updated as the session makes API
|