vialink-react-native-sdk 2.1.1 → 2.1.3
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/ios/Frameworks/ViaLinkCore.xcframework/Info.plist +5 -5
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios.abi.json +18 -4
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios.package.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios.private.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64/ViaLinkCore.framework/ViaLinkCore +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios-simulator.abi.json +18 -4
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +18 -4
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/Modules/ViaLinkCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +1 -1
- package/ios/Frameworks/ViaLinkCore.xcframework/ios-arm64_x86_64-simulator/ViaLinkCore.framework/ViaLinkCore +0 -0
- package/package.json +1 -1
- package/vialink-react-native-sdk.podspec +1 -1
|
@@ -8,32 +8,32 @@
|
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
9
|
<string>ViaLinkCore.framework/ViaLinkCore</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>ViaLinkCore.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
-
<string>x86_64</string>
|
|
18
17
|
</array>
|
|
19
18
|
<key>SupportedPlatform</key>
|
|
20
19
|
<string>ios</string>
|
|
21
|
-
<key>SupportedPlatformVariant</key>
|
|
22
|
-
<string>simulator</string>
|
|
23
20
|
</dict>
|
|
24
21
|
<dict>
|
|
25
22
|
<key>BinaryPath</key>
|
|
26
23
|
<string>ViaLinkCore.framework/ViaLinkCore</string>
|
|
27
24
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
25
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
29
26
|
<key>LibraryPath</key>
|
|
30
27
|
<string>ViaLinkCore.framework</string>
|
|
31
28
|
<key>SupportedArchitectures</key>
|
|
32
29
|
<array>
|
|
33
30
|
<string>arm64</string>
|
|
31
|
+
<string>x86_64</string>
|
|
34
32
|
</array>
|
|
35
33
|
<key>SupportedPlatform</key>
|
|
36
34
|
<string>ios</string>
|
|
35
|
+
<key>SupportedPlatformVariant</key>
|
|
36
|
+
<string>simulator</string>
|
|
37
37
|
</dict>
|
|
38
38
|
</array>
|
|
39
39
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
{
|
|
1802
1802
|
"kind": "Function",
|
|
1803
1803
|
"name": "createLink",
|
|
1804
|
-
"printedName": "createLink(path:data:campaign:)",
|
|
1804
|
+
"printedName": "createLink(path:data:campaign:linkType:)",
|
|
1805
1805
|
"children": [
|
|
1806
1806
|
{
|
|
1807
1807
|
"kind": "TypeNominal",
|
|
@@ -1858,11 +1858,18 @@
|
|
|
1858
1858
|
],
|
|
1859
1859
|
"hasDefaultArg": true,
|
|
1860
1860
|
"usr": "s:Sq"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "TypeNominal",
|
|
1864
|
+
"name": "String",
|
|
1865
|
+
"printedName": "Swift.String",
|
|
1866
|
+
"hasDefaultArg": true,
|
|
1867
|
+
"usr": "s:SS"
|
|
1861
1868
|
}
|
|
1862
1869
|
],
|
|
1863
1870
|
"declKind": "Func",
|
|
1864
|
-
"usr": "s:
|
|
1865
|
-
"mangledName": "$
|
|
1871
|
+
"usr": "s:11ViaLinkCore0aB3SDKC06createB04path4data8campaign8linkTypeS2S_SDyS2SGSgSSSgSStYaKF",
|
|
1872
|
+
"mangledName": "$s11ViaLinkCore0aB3SDKC06createB04path4data8campaign8linkTypeS2S_SDyS2SGSgSSSgSStYaKF",
|
|
1866
1873
|
"moduleName": "ViaLinkCore",
|
|
1867
1874
|
"declAttributes": [
|
|
1868
1875
|
"Final",
|
|
@@ -2394,7 +2401,14 @@
|
|
|
2394
2401
|
{
|
|
2395
2402
|
"filePath": "\/Users\/sungyonglee\/Dropbox\/project\/vialink-ios-sdk\/Sources\/ViaLinkCore\/ViaLinkSDK.swift",
|
|
2396
2403
|
"kind": "StringLiteral",
|
|
2397
|
-
"offset":
|
|
2404
|
+
"offset": 8438,
|
|
2405
|
+
"length": 9,
|
|
2406
|
+
"value": "\"dynamic\""
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"filePath": "\/Users\/sungyonglee\/Dropbox\/project\/vialink-ios-sdk\/Sources\/ViaLinkCore\/ViaLinkSDK.swift",
|
|
2410
|
+
"kind": "StringLiteral",
|
|
2411
|
+
"offset": 10869,
|
|
2398
2412
|
"length": 26,
|
|
2399
2413
|
"value": "\"^[A-Za-z0-9_\\-]{1,100}$\""
|
|
2400
2414
|
}
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
Binary file
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
{
|
|
1802
1802
|
"kind": "Function",
|
|
1803
1803
|
"name": "createLink",
|
|
1804
|
-
"printedName": "createLink(path:data:campaign:)",
|
|
1804
|
+
"printedName": "createLink(path:data:campaign:linkType:)",
|
|
1805
1805
|
"children": [
|
|
1806
1806
|
{
|
|
1807
1807
|
"kind": "TypeNominal",
|
|
@@ -1858,11 +1858,18 @@
|
|
|
1858
1858
|
],
|
|
1859
1859
|
"hasDefaultArg": true,
|
|
1860
1860
|
"usr": "s:Sq"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "TypeNominal",
|
|
1864
|
+
"name": "String",
|
|
1865
|
+
"printedName": "Swift.String",
|
|
1866
|
+
"hasDefaultArg": true,
|
|
1867
|
+
"usr": "s:SS"
|
|
1861
1868
|
}
|
|
1862
1869
|
],
|
|
1863
1870
|
"declKind": "Func",
|
|
1864
|
-
"usr": "s:
|
|
1865
|
-
"mangledName": "$
|
|
1871
|
+
"usr": "s:11ViaLinkCore0aB3SDKC06createB04path4data8campaign8linkTypeS2S_SDyS2SGSgSSSgSStYaKF",
|
|
1872
|
+
"mangledName": "$s11ViaLinkCore0aB3SDKC06createB04path4data8campaign8linkTypeS2S_SDyS2SGSgSSSgSStYaKF",
|
|
1866
1873
|
"moduleName": "ViaLinkCore",
|
|
1867
1874
|
"declAttributes": [
|
|
1868
1875
|
"Final",
|
|
@@ -2394,7 +2401,14 @@
|
|
|
2394
2401
|
{
|
|
2395
2402
|
"filePath": "\/Users\/sungyonglee\/Dropbox\/project\/vialink-ios-sdk\/Sources\/ViaLinkCore\/ViaLinkSDK.swift",
|
|
2396
2403
|
"kind": "StringLiteral",
|
|
2397
|
-
"offset":
|
|
2404
|
+
"offset": 8438,
|
|
2405
|
+
"length": 9,
|
|
2406
|
+
"value": "\"dynamic\""
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"filePath": "\/Users\/sungyonglee\/Dropbox\/project\/vialink-ios-sdk\/Sources\/ViaLinkCore\/ViaLinkSDK.swift",
|
|
2410
|
+
"kind": "StringLiteral",
|
|
2411
|
+
"offset": 10869,
|
|
2398
2412
|
"length": 26,
|
|
2399
2413
|
"value": "\"^[A-Za-z0-9_\\-]{1,100}$\""
|
|
2400
2414
|
}
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
Binary file
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
{
|
|
1802
1802
|
"kind": "Function",
|
|
1803
1803
|
"name": "createLink",
|
|
1804
|
-
"printedName": "createLink(path:data:campaign:)",
|
|
1804
|
+
"printedName": "createLink(path:data:campaign:linkType:)",
|
|
1805
1805
|
"children": [
|
|
1806
1806
|
{
|
|
1807
1807
|
"kind": "TypeNominal",
|
|
@@ -1858,11 +1858,18 @@
|
|
|
1858
1858
|
],
|
|
1859
1859
|
"hasDefaultArg": true,
|
|
1860
1860
|
"usr": "s:Sq"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "TypeNominal",
|
|
1864
|
+
"name": "String",
|
|
1865
|
+
"printedName": "Swift.String",
|
|
1866
|
+
"hasDefaultArg": true,
|
|
1867
|
+
"usr": "s:SS"
|
|
1861
1868
|
}
|
|
1862
1869
|
],
|
|
1863
1870
|
"declKind": "Func",
|
|
1864
|
-
"usr": "s:
|
|
1865
|
-
"mangledName": "$
|
|
1871
|
+
"usr": "s:11ViaLinkCore0aB3SDKC06createB04path4data8campaign8linkTypeS2S_SDyS2SGSgSSSgSStYaKF",
|
|
1872
|
+
"mangledName": "$s11ViaLinkCore0aB3SDKC06createB04path4data8campaign8linkTypeS2S_SDyS2SGSgSSSgSStYaKF",
|
|
1866
1873
|
"moduleName": "ViaLinkCore",
|
|
1867
1874
|
"declAttributes": [
|
|
1868
1875
|
"Final",
|
|
@@ -2394,7 +2401,14 @@
|
|
|
2394
2401
|
{
|
|
2395
2402
|
"filePath": "\/Users\/sungyonglee\/Dropbox\/project\/vialink-ios-sdk\/Sources\/ViaLinkCore\/ViaLinkSDK.swift",
|
|
2396
2403
|
"kind": "StringLiteral",
|
|
2397
|
-
"offset":
|
|
2404
|
+
"offset": 8438,
|
|
2405
|
+
"length": 9,
|
|
2406
|
+
"value": "\"dynamic\""
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"filePath": "\/Users\/sungyonglee\/Dropbox\/project\/vialink-ios-sdk\/Sources\/ViaLinkCore\/ViaLinkSDK.swift",
|
|
2410
|
+
"kind": "StringLiteral",
|
|
2411
|
+
"offset": 10869,
|
|
2398
2412
|
"length": 26,
|
|
2399
2413
|
"value": "\"^[A-Za-z0-9_\\-]{1,100}$\""
|
|
2400
2414
|
}
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
Binary file
|
|
@@ -54,7 +54,7 @@ public enum PaymentError : Swift.Error, Foundation.LocalizedError, Swift.Sendabl
|
|
|
54
54
|
@discardableResult
|
|
55
55
|
final public func handleURL(_ url: Foundation.URL) -> Swift.Bool
|
|
56
56
|
final public func track(_ eventName: Swift.String, data: [Swift.String : Swift.String]? = nil)
|
|
57
|
-
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil) async throws -> Swift.String
|
|
57
|
+
final public func createLink(path: Swift.String, data: [Swift.String : Swift.String]? = nil, campaign: Swift.String? = nil, linkType: Swift.String = "dynamic") async throws -> Swift.String
|
|
58
58
|
public enum CreateLinkError : Swift.Error, Foundation.LocalizedError {
|
|
59
59
|
case notConfigured
|
|
60
60
|
case invalidResponse
|
|
Binary file
|
package/package.json
CHANGED