@yeomessagingcom/react-native-yeofr 0.1.17 → 0.1.19

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.
@@ -3352,22 +3352,14 @@
3352
3352
  "children": [
3353
3353
  {
3354
3354
  "kind": "TypeNominal",
3355
- "name": "Optional",
3356
- "printedName": "Foundation.Data?",
3357
- "children": [
3358
- {
3359
- "kind": "TypeNominal",
3360
- "name": "Data",
3361
- "printedName": "Foundation.Data",
3362
- "usr": "s:10Foundation4DataV"
3363
- }
3364
- ],
3365
- "usr": "s:Sq"
3355
+ "name": "Data",
3356
+ "printedName": "Foundation.Data",
3357
+ "usr": "s:10Foundation4DataV"
3366
3358
  }
3367
3359
  ],
3368
3360
  "declKind": "Func",
3369
- "usr": "s:5YEOFR8YEOFRSDKC26faceRecognitionTrackerData10Foundation0F0VSgyF",
3370
- "mangledName": "$s5YEOFR8YEOFRSDKC26faceRecognitionTrackerData10Foundation0F0VSgyF",
3361
+ "usr": "s:5YEOFR8YEOFRSDKC26faceRecognitionTrackerData10Foundation0F0VyF",
3362
+ "mangledName": "$s5YEOFR8YEOFRSDKC26faceRecognitionTrackerData10Foundation0F0VyF",
3371
3363
  "moduleName": "YEOFR",
3372
3364
  "declAttributes": [
3373
3365
  "Final",
@@ -3509,30 +3501,20 @@
3509
3501
  },
3510
3502
  {
3511
3503
  "kind": "TypeNominal",
3512
- "name": "Optional",
3513
- "printedName": "Swift.String?",
3514
- "children": [
3515
- {
3516
- "kind": "TypeNominal",
3517
- "name": "String",
3518
- "printedName": "Swift.String",
3519
- "usr": "s:SS"
3520
- }
3521
- ],
3522
- "hasDefaultArg": true,
3523
- "usr": "s:Sq"
3504
+ "name": "String",
3505
+ "printedName": "Swift.String",
3506
+ "usr": "s:SS"
3524
3507
  }
3525
3508
  ],
3526
3509
  "declKind": "Func",
3527
- "usr": "s:5YEOFR8YEOFRSDKC21detectFacesFromBase646height5width8scanLine5ratio06bufferF012needFaceRect10uuidStringSo12NSDictionaryCs5Int32V_A2OSfSSSbSSSgtF",
3528
- "mangledName": "$s5YEOFR8YEOFRSDKC21detectFacesFromBase646height5width8scanLine5ratio06bufferF012needFaceRect10uuidStringSo12NSDictionaryCs5Int32V_A2OSfSSSbSSSgtF",
3510
+ "usr": "s:5YEOFR8YEOFRSDKC21detectFacesFromBase646height5width8scanLine5ratio06bufferF012needFaceRect10uuidStringSo12NSDictionaryCs5Int32V_A2OSfSSSbSStF",
3511
+ "mangledName": "$s5YEOFR8YEOFRSDKC21detectFacesFromBase646height5width8scanLine5ratio06bufferF012needFaceRect10uuidStringSo12NSDictionaryCs5Int32V_A2OSfSSSbSStF",
3529
3512
  "moduleName": "YEOFR",
3530
3513
  "declAttributes": [
3531
3514
  "Final",
3532
3515
  "AccessControl",
3533
3516
  "RawDocComment"
3534
3517
  ],
3535
- "isFromExtension": true,
3536
3518
  "funcSelfKind": "NonMutating"
3537
3519
  },
3538
3520
  {
@@ -3569,7 +3551,6 @@
3569
3551
  "AccessControl",
3570
3552
  "RawDocComment"
3571
3553
  ],
3572
- "isFromExtension": true,
3573
3554
  "funcSelfKind": "NonMutating"
3574
3555
  }
3575
3556
  ],
@@ -3686,7 +3667,7 @@
3686
3667
  "kind": "StringLiteral",
3687
3668
  "offset": 724,
3688
3669
  "length": 7,
3689
- "value": "\"0.1.4\""
3670
+ "value": "\"0.1.7\""
3690
3671
  },
3691
3672
  {
3692
3673
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
@@ -3726,7 +3707,7 @@
3726
3707
  {
3727
3708
  "filePath": "\/Users\/paulcalver\/workspace\/ios\/YEOFRWorkspace\/YEOFR\/YEOFR\/YEOFRSDK.swift",
3728
3709
  "kind": "BooleanLiteral",
3729
- "offset": 13139,
3710
+ "offset": 13424,
3730
3711
  "length": 4,
3731
3712
  "value": "true"
3732
3713
  }
@@ -86,22 +86,16 @@ public typealias YEOFRTrackerHandle = Swift.Int64
86
86
  @discardableResult
87
87
  final public func enroll(faceID: Swift.Int64, name: Swift.String, learnFromCurrentFrame: Swift.Bool = true) -> YEOFR.FRSDKReturnCode
88
88
  final public func detectFaces(params: YEOFR.ImageFrameParameters, needFaceRect: Swift.Bool = true) -> YEOFR.SDKFaceRecognitionResult
89
- #if compiler(>=5.3) && $NonescapableTypes
90
- final public func faceRecognitionTrackerData() -> Foundation.Data?
91
- #endif
89
+ final public func faceRecognitionTrackerData() -> Foundation.Data
92
90
  @discardableResult
93
91
  final public func loadTracker(from data: Foundation.Data) -> YEOFR.FRSDKReturnCode
94
92
  @discardableResult
95
93
  final public func resetTrackerParameters() -> YEOFR.FRSDKReturnCode
96
94
  @discardableResult
97
95
  final public func configureFRSDK(config: any YEOFR.YEOFRConfigurable) -> YEOFR.FRSDKReturnCode
98
- @objc deinit
99
- }
100
- extension YEOFR.YEOFRSDK {
101
- #if compiler(>=5.3) && $NonescapableTypes
102
- final public func detectFacesFromBase64(height: Swift.Int32, width: Swift.Int32, scanLine: Swift.Int32, ratio: Swift.Float, bufferBase64: Swift.String, needFaceRect: Swift.Bool, uuidString: Swift.String? = nil) -> Foundation.NSDictionary
103
- #endif
96
+ final public func detectFacesFromBase64(height: Swift.Int32, width: Swift.Int32, scanLine: Swift.Int32, ratio: Swift.Float, bufferBase64: Swift.String, needFaceRect: Swift.Bool, uuidString: Swift.String) -> Foundation.NSDictionary
104
97
  final public func detectFaces(from pixelBuffer: CoreVideo.CVImageBuffer, needFaceRect: Swift.Bool = true) -> Foundation.NSDictionary
98
+ @objc deinit
105
99
  }
106
100
  extension YEOFR.FaceRecognitionState : Swift.Equatable {}
107
101
  extension YEOFR.FaceRecognitionState : Swift.Hashable {}
@@ -86,22 +86,16 @@ public typealias YEOFRTrackerHandle = Swift.Int64
86
86
  @discardableResult
87
87
  final public func enroll(faceID: Swift.Int64, name: Swift.String, learnFromCurrentFrame: Swift.Bool = true) -> YEOFR.FRSDKReturnCode
88
88
  final public func detectFaces(params: YEOFR.ImageFrameParameters, needFaceRect: Swift.Bool = true) -> YEOFR.SDKFaceRecognitionResult
89
- #if compiler(>=5.3) && $NonescapableTypes
90
- final public func faceRecognitionTrackerData() -> Foundation.Data?
91
- #endif
89
+ final public func faceRecognitionTrackerData() -> Foundation.Data
92
90
  @discardableResult
93
91
  final public func loadTracker(from data: Foundation.Data) -> YEOFR.FRSDKReturnCode
94
92
  @discardableResult
95
93
  final public func resetTrackerParameters() -> YEOFR.FRSDKReturnCode
96
94
  @discardableResult
97
95
  final public func configureFRSDK(config: any YEOFR.YEOFRConfigurable) -> YEOFR.FRSDKReturnCode
98
- @objc deinit
99
- }
100
- extension YEOFR.YEOFRSDK {
101
- #if compiler(>=5.3) && $NonescapableTypes
102
- final public func detectFacesFromBase64(height: Swift.Int32, width: Swift.Int32, scanLine: Swift.Int32, ratio: Swift.Float, bufferBase64: Swift.String, needFaceRect: Swift.Bool, uuidString: Swift.String? = nil) -> Foundation.NSDictionary
103
- #endif
96
+ final public func detectFacesFromBase64(height: Swift.Int32, width: Swift.Int32, scanLine: Swift.Int32, ratio: Swift.Float, bufferBase64: Swift.String, needFaceRect: Swift.Bool, uuidString: Swift.String) -> Foundation.NSDictionary
104
97
  final public func detectFaces(from pixelBuffer: CoreVideo.CVImageBuffer, needFaceRect: Swift.Bool = true) -> Foundation.NSDictionary
98
+ @objc deinit
105
99
  }
106
100
  extension YEOFR.FaceRecognitionState : Swift.Equatable {}
107
101
  extension YEOFR.FaceRecognitionState : Swift.Hashable {}
@@ -18,23 +18,23 @@
18
18
  </data>
19
19
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.abi.json</key>
20
20
  <data>
21
- UmexFfVhh5uxfPklH6SWMKmzfCo=
21
+ cmgSQHTZvzvfA10lggkm+Rx9MSw=
22
22
  </data>
23
23
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
24
24
  <data>
25
- CpbmBhBROxTNwf5OscLww5YZPaU=
25
+ IjuwvYteTeh3PFtqybr/9z77UQs=
26
26
  </data>
27
27
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftdoc</key>
28
28
  <data>
29
- eNOBUXQCBuEcLZKty91SorBMjbI=
29
+ Qe9FHWJsjVtHDTLucYpyII2GgIA=
30
30
  </data>
31
31
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftinterface</key>
32
32
  <data>
33
- CpbmBhBROxTNwf5OscLww5YZPaU=
33
+ IjuwvYteTeh3PFtqybr/9z77UQs=
34
34
  </data>
35
35
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftmodule</key>
36
36
  <data>
37
- +tD/XGP2tlJ++pm+e+WiHk4TLYQ=
37
+ dsqx2WqtapZUlXacb61R56iGytw=
38
38
  </data>
39
39
  <key>Modules/module.modulemap</key>
40
40
  <data>
@@ -61,35 +61,35 @@
61
61
  <dict>
62
62
  <key>hash2</key>
63
63
  <data>
64
- i2Qwz3LGl0aNB3ehFZ1SCxs9H+zTJHD47jSkcQ7Wjr8=
64
+ lVAUyWgxo40an5O3fHCpgcsabhGmYHSZBFlyR270toY=
65
65
  </data>
66
66
  </dict>
67
67
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
68
68
  <dict>
69
69
  <key>hash2</key>
70
70
  <data>
71
- WCqsiUZ5K6CPuSK8rYYAweHYIpC+XxXtR1kfPoN3aLo=
71
+ Q48czkNYQ4F2cH4/B3qETB8seFijWNtmZyrcAQcrUjU=
72
72
  </data>
73
73
  </dict>
74
74
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftdoc</key>
75
75
  <dict>
76
76
  <key>hash2</key>
77
77
  <data>
78
- 6HEwhbQyMxCqk/f93unGTThbbLJSk4tIxBkv6Ol/zLo=
78
+ /kaAEYlRHkS5TorvY92/M+mqjNToETO9iiiEeR7e6cI=
79
79
  </data>
80
80
  </dict>
81
81
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftinterface</key>
82
82
  <dict>
83
83
  <key>hash2</key>
84
84
  <data>
85
- WCqsiUZ5K6CPuSK8rYYAweHYIpC+XxXtR1kfPoN3aLo=
85
+ Q48czkNYQ4F2cH4/B3qETB8seFijWNtmZyrcAQcrUjU=
86
86
  </data>
87
87
  </dict>
88
88
  <key>Modules/YEOFR.swiftmodule/arm64-apple-ios.swiftmodule</key>
89
89
  <dict>
90
90
  <key>hash2</key>
91
91
  <data>
92
- A4G+GpB2/TSGN2NiSh+OKqjNDmtfv6SP+/Ib++sjy38=
92
+ 6B+Iu6tJAfvn/olCcXsWu58cmQrdu0dQsxG7sH4loRo=
93
93
  </data>
94
94
  </dict>
95
95
  <key>Modules/module.modulemap</key>
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "react-native-yeofr"
3
- s.version = "0.1.17"
3
+ s.version = "0.1.19"
4
4
  s.summary = "React Native iOS bridge for YEO Face Recognition."
5
5
  s.homepage = "https://github.com/yeomessaging/react-native-yeofr"
6
6
  s.license = { :type => "Commercial", :file => "LICENSE" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeomessagingcom/react-native-yeofr",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "React Native iOS integration for YEO Face Recognition (device-only).",
5
5
  "main": "index.ts",
6
6
  "react-native": "index.ts",
@@ -39,6 +39,6 @@
39
39
  "@types/react-native": "^0.72.0"
40
40
  },
41
41
  "dependencies": {
42
- "@yeomessagingcom/react-native-yeofr": "^0.1.17"
42
+ "@yeomessagingcom/react-native-yeofr": "^0.1.19"
43
43
  }
44
44
  }