@sentiance-react-native/core 6.8.0-rc.2 → 6.8.0

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.
@@ -5,7 +5,7 @@ sentiance_sdk_env_var_version = ENV["SENTIANCE_RN_IOS_SDK_VERSION"]
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = "RNSentianceCore"
8
- s.version = "6.8.0-rc.2"
8
+ s.version = "6.8.0"
9
9
  s.summary = "RNSentianceCore"
10
10
  s.description = <<-DESC
11
11
  RNSentianceCore
@@ -1266,6 +1266,12 @@ static NSString * const SmartGeofencesErrorDomain = @"com.sentiance.SmartGeofenc
1266
1266
  case SENTSmartGeofencesRefreshFailureReasonFeatureNotEnabled:
1267
1267
  reason = @"FEATURE_NOT_ENABLED";
1268
1268
  break;
1269
+ case SENTSmartGeofencesRefreshFailureReasonNoUser:
1270
+ reason = @"NO_USER";
1271
+ break;
1272
+ case SENTSmartGeofencesRefreshFailureReasonUserDisabledRemotely:
1273
+ reason = @"USER_DISABLED_REMOTELY";
1274
+ break;
1269
1275
  case SENTSmartGeofencesRefreshFailureReasonUnexpectedError:
1270
1276
  default:
1271
1277
  reason = @"UNEXPECTED_ERROR";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentiance-react-native/core",
3
- "version": "6.8.0-rc.2",
3
+ "version": "6.8.0",
4
4
  "description": "The Sentiance Core library",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -29,10 +29,10 @@
29
29
  "targetSdk": 34,
30
30
  "compileSdk": 34,
31
31
  "buildTools": "34.0.0",
32
- "sentiance": "6.8.0-rc2"
32
+ "sentiance": "6.8.+"
33
33
  },
34
34
  "ios": {
35
- "sentiance": "6.8.0-rc2"
35
+ "sentiance": "~> 6.8.0"
36
36
  }
37
37
  }
38
38
  }