@bytexbyte/ike-app-api 1.0.77 → 1.0.78

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.
@@ -180,11 +180,13 @@ declare class IKEAppUserApi extends BxBApi {
180
180
  removeScanHistoryByTagUid(userId: string, tagUid: string): Promise<RemoveScanHistoryResult>;
181
181
  isValidationExpired(userId: string, body: {
182
182
  tokenId: string;
183
+ longitude?: number;
184
+ latitude?: number;
183
185
  }): Promise<{
184
186
  isExpired: boolean;
185
187
  nextVerifyTimer: number;
186
188
  } | {
187
- error: 'You are not logged in.' | 'Incorrect userId.' | 'Incorrect tokenId.' | 'You cannot check to this user.' | 'Field(s) cannot be empty.' | 'User not found.' | 'User has not been verified.';
189
+ error: 'You are not logged in.' | 'Incorrect userId.' | 'Incorrect tokenId.' | 'You cannot check to this user.' | 'Field(s) cannot be empty.' | 'User not found.' | 'User has not been verified.' | 'Digital customization is not exist.';
188
190
  }>;
189
191
  createLog(userId: string, body: {
190
192
  tagTokenId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",