@passgage/sdk-react-native 1.0.6 → 1.0.7
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -7
package/dist/index.d.mts
CHANGED
|
@@ -1006,6 +1006,6 @@ declare const qrScannerStore: zustand.UseBoundStore<zustand.StoreApi<QrStoreType
|
|
|
1006
1006
|
* Complete SDK with core functionality and React Native integration
|
|
1007
1007
|
*/
|
|
1008
1008
|
|
|
1009
|
-
declare const SDK_VERSION = "1.0.
|
|
1009
|
+
declare const SDK_VERSION = "1.0.7";
|
|
1010
1010
|
|
|
1011
1011
|
export { type APIError, ApiClient, type ApiClientConfig, AuthService, type AuthState, type AuthTokens, type AzureLoginCredentials, type AzureLoginResponse, type BaseResponse, type Branch, type CompanyInfo, type Coordinates, type CreateEntranceFromQRRequest, type CreateEntranceRequest, type Device, type DeviceAccessRequest, DeviceAccessService, DeviceDirection, DeviceUsage, endpoints as Endpoints, type Entrance, type EntranceQueryParams, EntranceType, type FlowResponseType, LocationService, type LocationVerificationLog, type LoginCredentials, type LoginRequest, type LoginResponse, type LoginResult, type NFCValidationOptions, type NFCValidationResult, type NearbyBranchesRequest, NfcAccessService, type PaginationMeta, PassgageAccessProvider, type PassgageAccessProviderProps, QRAccessService, type QRValidationOptions, type QRValidationResult, type QrAccessResponse, type QrDevice, type RefreshTokenRequest, type RefreshTokenResponse, type RefreshTokenResult, type ReqCreateEntrance, type RequestOptions, SDK_VERSION, type TokenInfo, type TokenStorage, type UseLocationOptions, type UseLocationReturn, type UsePassgageNFCScannerOptions, type UsePassgageNFCScannerReturn, type UsePassgageQRScanner, type UsePassgageQRScannerReturn, type User, addQrReadRecord, calculateDistance, checkOnLocation, checkRepetitiveRead, clearReadRecords, createApiClient, formatDate, formatDateTime, formatISO, formatTime, locationStore, parseISO, qrScannerStore, reversedHexToDec, shouldValidateLocation, useAuthStore, useLocation, usePassgageAccessContext, usePassgageNFCScanner, usePassgageQRScanner, validateCoordinates, validateDeviceId, validateLocation, validateNFCCode, validateQRCode };
|
package/dist/index.d.ts
CHANGED
|
@@ -1006,6 +1006,6 @@ declare const qrScannerStore: zustand.UseBoundStore<zustand.StoreApi<QrStoreType
|
|
|
1006
1006
|
* Complete SDK with core functionality and React Native integration
|
|
1007
1007
|
*/
|
|
1008
1008
|
|
|
1009
|
-
declare const SDK_VERSION = "1.0.
|
|
1009
|
+
declare const SDK_VERSION = "1.0.7";
|
|
1010
1010
|
|
|
1011
1011
|
export { type APIError, ApiClient, type ApiClientConfig, AuthService, type AuthState, type AuthTokens, type AzureLoginCredentials, type AzureLoginResponse, type BaseResponse, type Branch, type CompanyInfo, type Coordinates, type CreateEntranceFromQRRequest, type CreateEntranceRequest, type Device, type DeviceAccessRequest, DeviceAccessService, DeviceDirection, DeviceUsage, endpoints as Endpoints, type Entrance, type EntranceQueryParams, EntranceType, type FlowResponseType, LocationService, type LocationVerificationLog, type LoginCredentials, type LoginRequest, type LoginResponse, type LoginResult, type NFCValidationOptions, type NFCValidationResult, type NearbyBranchesRequest, NfcAccessService, type PaginationMeta, PassgageAccessProvider, type PassgageAccessProviderProps, QRAccessService, type QRValidationOptions, type QRValidationResult, type QrAccessResponse, type QrDevice, type RefreshTokenRequest, type RefreshTokenResponse, type RefreshTokenResult, type ReqCreateEntrance, type RequestOptions, SDK_VERSION, type TokenInfo, type TokenStorage, type UseLocationOptions, type UseLocationReturn, type UsePassgageNFCScannerOptions, type UsePassgageNFCScannerReturn, type UsePassgageQRScanner, type UsePassgageQRScannerReturn, type User, addQrReadRecord, calculateDistance, checkOnLocation, checkRepetitiveRead, clearReadRecords, createApiClient, formatDate, formatDateTime, formatISO, formatTime, locationStore, parseISO, qrScannerStore, reversedHexToDec, shouldValidateLocation, useAuthStore, useLocation, usePassgageAccessContext, usePassgageNFCScanner, usePassgageQRScanner, validateCoordinates, validateDeviceId, validateLocation, validateNFCCode, validateQRCode };
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1672,6 +1672,6 @@ function useLocation(options = {}) {
|
|
|
1672
1672
|
}
|
|
1673
1673
|
|
|
1674
1674
|
// src/index.ts
|
|
1675
|
-
var SDK_VERSION = "1.0.
|
|
1675
|
+
var SDK_VERSION = "1.0.7";
|
|
1676
1676
|
|
|
1677
1677
|
export { ApiClient, AuthService, DeviceAccessService, DeviceDirection, DeviceUsage, endpoints_exports as Endpoints, EntranceType, LocationService, NfcAccessService, PassgageAccessProvider, QRAccessService, SDK_VERSION, addQrReadRecord, calculateDistance, checkOnLocation, checkRepetitiveRead, clearReadRecords, createApiClient, formatDate, formatDateTime, formatISO, formatTime, locationStore, parseISO, qrScannerStore, reversedHexToDec, shouldValidateLocation, useAuthStore, useLocation, usePassgageAccessContext, usePassgageNFCScanner, usePassgageQRScanner, validateCoordinates, validateDeviceId, validateLocation, validateNFCCode, validateQRCode };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@passgage/sdk-react-native",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Passgage Access SDK - React Native wrapper with components and hooks",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -51,18 +51,16 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"axios": "^1.6.0",
|
|
54
|
+
"big-integer": "^1.6.52",
|
|
54
55
|
"react-native-geolocation-service": "^5.3.1",
|
|
56
|
+
"react-native-keychain": "^8.0.0",
|
|
57
|
+
"react-native-nfc-manager": "^3.14.0",
|
|
55
58
|
"react-native-permissions": "^5.4.4",
|
|
56
59
|
"zustand": "^5.0.9"
|
|
57
60
|
},
|
|
58
61
|
"peerDependencies": {
|
|
59
|
-
"big-integer": "^1.6.52",
|
|
60
62
|
"react": ">=18.0.0",
|
|
61
|
-
"react-native": ">=0.70.0"
|
|
62
|
-
"react-native-geolocation-service": "^5.3.1",
|
|
63
|
-
"react-native-keychain": "^8.0.0",
|
|
64
|
-
"react-native-nfc-manager": "^3.14.0",
|
|
65
|
-
"react-native-permissions": "^5.4.4"
|
|
63
|
+
"react-native": ">=0.70.0"
|
|
66
64
|
},
|
|
67
65
|
"devDependencies": {
|
|
68
66
|
"@react-native-community/geolocation": "^3.4.0",
|