@kindly-ai/react-native 0.1.10 → 0.2.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.
- package/README.md +7 -3
- package/android/build.gradle +1 -1
- package/android/maven-repo/ai/kindly/sdk/2.0.3/sdk-2.0.3.aar +0 -0
- package/android/maven-repo/ai/kindly/sdk/{2.0.0/sdk-2.0.0.pom → 2.0.3/sdk-2.0.3.pom} +1 -1
- package/android/src/main/java/com/kindlyai/reactnative/KindlyReactNativeModule.kt +2 -1
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeResources +172 -52
- package/ios/Frameworks/Kindly.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Assets.car +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/ConfirmationWindow.nib +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Headers/Kindly-Swift.h +7 -72
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Info.plist +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Kindly +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.abi.json +311 -347
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.private.swiftinterface +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios.swiftinterface +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/Modules/module.modulemap +1 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/_CodeSignature/CodeResources +17 -17
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Assets.car +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/ConfirmationWindow.nib +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Headers/Kindly-Swift.h +16 -146
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Info.plist +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Kindly +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.abi.json +311 -347
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.abi.json +311 -347
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/Kindly.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4 -4
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Modules/module.modulemap +1 -0
- package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/_CodeSignature/CodeResources +25 -25
- package/ios/KindlyReactNativeImpl.swift +5 -4
- package/lib/module/index.js +12 -2
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/index.d.ts +12 -2
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/index.tsx +14 -4
- package/android/maven-repo/ai/kindly/sdk/2.0.0/sdk-2.0.0.aar +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name Kindly
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name Kindly
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
5
|
import AVFoundation
|
|
6
6
|
import AVKit
|
|
7
7
|
import Combine
|
|
@@ -533,7 +533,7 @@ extension Kindly.KindlyChatClient {
|
|
|
533
533
|
get
|
|
534
534
|
set
|
|
535
535
|
}
|
|
536
|
-
final public class func start(botKey: Swift.String, languageCode: Swift.String = "en", market: Swift.String
|
|
536
|
+
final public class func start(botKey: Swift.String, languageCode: Swift.String = "en", market: Swift.String, authTokenCallback: Kindly.AuthTokenCallback? = nil)
|
|
537
537
|
final public class func displayChat(languageCode: Swift.String? = nil, triggerDialogueId: Swift.String? = nil)
|
|
538
538
|
final public func displayChat(languageCode: Swift.String? = nil, triggerDialogueId: Swift.String? = nil)
|
|
539
539
|
final public class func setLanguage(_ languageCode: Swift.String) -> Kindly.Promise<Swift.Void>
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
3
|
-
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name Kindly
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
3
|
+
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name Kindly
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2
|
|
5
5
|
import AVFoundation
|
|
6
6
|
import AVKit
|
|
7
7
|
import Combine
|
|
@@ -533,7 +533,7 @@ extension Kindly.KindlyChatClient {
|
|
|
533
533
|
get
|
|
534
534
|
set
|
|
535
535
|
}
|
|
536
|
-
final public class func start(botKey: Swift.String, languageCode: Swift.String = "en", market: Swift.String
|
|
536
|
+
final public class func start(botKey: Swift.String, languageCode: Swift.String = "en", market: Swift.String, authTokenCallback: Kindly.AuthTokenCallback? = nil)
|
|
537
537
|
final public class func displayChat(languageCode: Swift.String? = nil, triggerDialogueId: Swift.String? = nil)
|
|
538
538
|
final public func displayChat(languageCode: Swift.String? = nil, triggerDialogueId: Swift.String? = nil)
|
|
539
539
|
final public class func setLanguage(_ languageCode: Swift.String) -> Kindly.Promise<Swift.Void>
|
package/ios/Frameworks/Kindly.xcframework/ios-arm64/Kindly.framework/_CodeSignature/CodeResources
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Assets.car</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
MufwF5oHL1bh1MrM3uAziWyQ7ik=
|
|
10
10
|
</data>
|
|
11
11
|
<key>ConfirmationWindow.nib</key>
|
|
12
12
|
<data>
|
|
13
|
-
|
|
13
|
+
qc7GhQ7vYvtJdoLZtd3CgyXcyTs=
|
|
14
14
|
</data>
|
|
15
15
|
<key>Headers/Kindly-Swift.h</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
O3pNhLPs6+BR0PfWzuGfu61dRMc=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Headers/Kindly.h</key>
|
|
20
20
|
<data>
|
|
@@ -22,27 +22,27 @@
|
|
|
22
22
|
</data>
|
|
23
23
|
<key>Info.plist</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
EBpgMGashppAtY6BzX8Muyiws0Y=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
S+OFvT1zKgxhDp6lhxXJ36rsXwE=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
/kjAKbX40HQLqAiaD9mjeeijw/A=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
DHZDsOfnpCPRlbmqcQwy8j1isnY=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
le7W6HZE+NPG0gBHvOBdvDWQNks=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/module.modulemap</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
8wpvHQzJ7L135Ykf+l3/zIu7ip4=
|
|
46
46
|
</data>
|
|
47
47
|
<key>PrivacyInfo.xcprivacy</key>
|
|
48
48
|
<data>
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
<dict>
|
|
56
56
|
<key>hash2</key>
|
|
57
57
|
<data>
|
|
58
|
-
|
|
58
|
+
xZnIoRtfgPb61v9BpCGQDurq14rtIRZ7Fdf44pAZi10=
|
|
59
59
|
</data>
|
|
60
60
|
</dict>
|
|
61
61
|
<key>ConfirmationWindow.nib</key>
|
|
62
62
|
<dict>
|
|
63
63
|
<key>hash2</key>
|
|
64
64
|
<data>
|
|
65
|
-
|
|
65
|
+
q2vjji3bD/A3jgsSkK9ikB8++4YogezyLcv/Wg/bpgk=
|
|
66
66
|
</data>
|
|
67
67
|
</dict>
|
|
68
68
|
<key>Headers/Kindly-Swift.h</key>
|
|
69
69
|
<dict>
|
|
70
70
|
<key>hash2</key>
|
|
71
71
|
<data>
|
|
72
|
-
|
|
72
|
+
VZIgvGDDhvVKSE4W2fsWk04YIpl1Ihup2ZwHPUJE1hY=
|
|
73
73
|
</data>
|
|
74
74
|
</dict>
|
|
75
75
|
<key>Headers/Kindly.h</key>
|
|
@@ -83,35 +83,35 @@
|
|
|
83
83
|
<dict>
|
|
84
84
|
<key>hash2</key>
|
|
85
85
|
<data>
|
|
86
|
-
|
|
86
|
+
bQBbzW6HpYs8YL9aRd2VdpdOdVi78a3Gq5N9LpPTCLk=
|
|
87
87
|
</data>
|
|
88
88
|
</dict>
|
|
89
89
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
90
90
|
<dict>
|
|
91
91
|
<key>hash2</key>
|
|
92
92
|
<data>
|
|
93
|
-
|
|
93
|
+
iVoESKxcBcCsBnRPR/Tc3TNCU45rYLtKvxBV8gMk5Bo=
|
|
94
94
|
</data>
|
|
95
95
|
</dict>
|
|
96
96
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
97
97
|
<dict>
|
|
98
98
|
<key>hash2</key>
|
|
99
99
|
<data>
|
|
100
|
-
|
|
100
|
+
Qi7yw5lnacv2tHr4uu0zK1GBgx/GkZRxY0ImnNa8LEU=
|
|
101
101
|
</data>
|
|
102
102
|
</dict>
|
|
103
103
|
<key>Modules/Kindly.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
104
104
|
<dict>
|
|
105
105
|
<key>hash2</key>
|
|
106
106
|
<data>
|
|
107
|
-
|
|
107
|
+
LGgGvogaCQEOn6OFIbErzr3pF2LvZcuqZILQUVqsV/0=
|
|
108
108
|
</data>
|
|
109
109
|
</dict>
|
|
110
110
|
<key>Modules/module.modulemap</key>
|
|
111
111
|
<dict>
|
|
112
112
|
<key>hash2</key>
|
|
113
113
|
<data>
|
|
114
|
-
|
|
114
|
+
efu4SiaswlW+CgXLX2a45z0925+R8uafvANMbXxP8wo=
|
|
115
115
|
</data>
|
|
116
116
|
</dict>
|
|
117
117
|
<key>PrivacyInfo.xcprivacy</key>
|
package/ios/Frameworks/Kindly.xcframework/ios-arm64_x86_64-simulator/Kindly.framework/Assets.car
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 6.
|
|
3
|
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
4
4
|
#ifndef KINDLY_SWIFT_H
|
|
5
5
|
#define KINDLY_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
27
27
|
#if defined(__OBJC__)
|
|
28
28
|
#include <Foundation/Foundation.h>
|
|
29
|
-
#endif
|
|
29
|
+
#endif
|
|
30
30
|
#if defined(__cplusplus)
|
|
31
31
|
#include <cstdint>
|
|
32
32
|
#include <cstddef>
|
|
@@ -195,30 +195,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
195
195
|
# endif
|
|
196
196
|
#endif
|
|
197
197
|
#if !defined(SWIFT_ENUM)
|
|
198
|
-
#
|
|
199
|
-
#
|
|
200
|
-
#
|
|
201
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
202
|
-
# else
|
|
203
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
204
|
-
# endif
|
|
205
|
-
# else
|
|
206
|
-
# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum
|
|
207
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
208
|
-
# endif
|
|
209
|
-
#endif
|
|
210
|
-
#if !defined(SWIFT_ENUM_TAG)
|
|
211
|
-
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
212
|
-
# define SWIFT_ENUM_TAG enum
|
|
198
|
+
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
199
|
+
# if __has_feature(generalized_swift_name)
|
|
200
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
213
201
|
# else
|
|
214
|
-
# define
|
|
215
|
-
# endif
|
|
216
|
-
#endif
|
|
217
|
-
#if !defined(SWIFT_ENUM_FWD_DECL)
|
|
218
|
-
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
219
|
-
# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type;
|
|
220
|
-
# else
|
|
221
|
-
# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name;
|
|
202
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
222
203
|
# endif
|
|
223
204
|
#endif
|
|
224
205
|
#if !defined(SWIFT_UNAVAILABLE)
|
|
@@ -230,9 +211,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
230
211
|
#if !defined(SWIFT_AVAILABILITY)
|
|
231
212
|
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
232
213
|
#endif
|
|
233
|
-
#if !defined(SWIFT_AVAILABILITY_DOMAIN)
|
|
234
|
-
# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__)))
|
|
235
|
-
#endif
|
|
236
214
|
#if !defined(SWIFT_WEAK_IMPORT)
|
|
237
215
|
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
238
216
|
#endif
|
|
@@ -298,49 +276,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
298
276
|
# define SWIFT_IMPORT_STDLIB_SYMBOL
|
|
299
277
|
#endif
|
|
300
278
|
#endif
|
|
301
|
-
#if !__has_feature(nullability)
|
|
302
|
-
# define _Nonnull
|
|
303
|
-
# define _Nullable
|
|
304
|
-
# define _Null_unspecified
|
|
305
|
-
#elif !defined(__OBJC__)
|
|
306
|
-
# pragma clang diagnostic ignored "-Wnullability-extension"
|
|
307
|
-
#endif
|
|
308
|
-
#if !__has_feature(nullability_nullable_result)
|
|
309
|
-
# define _Nullable_result _Nullable
|
|
310
|
-
#endif
|
|
311
|
-
#if __has_feature(objc_modules)
|
|
312
|
-
#if __has_warning("-Watimport-in-framework-header")
|
|
313
|
-
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
314
|
-
#endif
|
|
315
|
-
#endif
|
|
316
|
-
|
|
317
|
-
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
318
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
319
|
-
#if __has_warning("-Wpragma-clang-attribute")
|
|
320
|
-
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
321
|
-
#endif
|
|
322
|
-
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
323
|
-
#pragma clang diagnostic ignored "-Wnullability"
|
|
324
|
-
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
325
|
-
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
|
326
|
-
|
|
327
|
-
#if __has_attribute(external_source_symbol)
|
|
328
|
-
# pragma push_macro("any")
|
|
329
|
-
# undef any
|
|
330
|
-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Kindly",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
331
|
-
# pragma pop_macro("any")
|
|
332
|
-
#endif
|
|
333
|
-
|
|
334
|
-
#if defined(__cplusplus)
|
|
335
|
-
extern "C" {
|
|
336
|
-
#endif
|
|
337
|
-
|
|
338
|
-
#if defined(__cplusplus)
|
|
339
|
-
} // extern "C"
|
|
340
|
-
#endif
|
|
341
|
-
#if __has_attribute(external_source_symbol)
|
|
342
|
-
# pragma clang attribute pop
|
|
343
|
-
#endif
|
|
344
279
|
#if defined(__OBJC__)
|
|
345
280
|
#if __has_feature(objc_modules)
|
|
346
281
|
#if __has_warning("-Watimport-in-framework-header")
|
|
@@ -350,7 +285,7 @@ extern "C" {
|
|
|
350
285
|
@import UserNotifications;
|
|
351
286
|
#endif
|
|
352
287
|
|
|
353
|
-
#endif
|
|
288
|
+
#endif
|
|
354
289
|
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
355
290
|
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
356
291
|
#if __has_warning("-Wpragma-clang-attribute")
|
|
@@ -382,7 +317,7 @@ SWIFT_CLASS("_TtC6Kindly20NotificationDelegate")
|
|
|
382
317
|
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
383
318
|
@end
|
|
384
319
|
|
|
385
|
-
#endif
|
|
320
|
+
#endif
|
|
386
321
|
#if __has_attribute(external_source_symbol)
|
|
387
322
|
# pragma clang attribute pop
|
|
388
323
|
#endif
|
|
@@ -392,7 +327,7 @@ SWIFT_CLASS("_TtC6Kindly20NotificationDelegate")
|
|
|
392
327
|
#endif
|
|
393
328
|
|
|
394
329
|
#elif defined(__x86_64__) && __x86_64__
|
|
395
|
-
// Generated by Apple Swift version 6.
|
|
330
|
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
396
331
|
#ifndef KINDLY_SWIFT_H
|
|
397
332
|
#define KINDLY_SWIFT_H
|
|
398
333
|
#pragma clang diagnostic push
|
|
@@ -418,7 +353,7 @@ SWIFT_CLASS("_TtC6Kindly20NotificationDelegate")
|
|
|
418
353
|
#pragma clang diagnostic ignored "-Wauto-import"
|
|
419
354
|
#if defined(__OBJC__)
|
|
420
355
|
#include <Foundation/Foundation.h>
|
|
421
|
-
#endif
|
|
356
|
+
#endif
|
|
422
357
|
#if defined(__cplusplus)
|
|
423
358
|
#include <cstdint>
|
|
424
359
|
#include <cstddef>
|
|
@@ -587,30 +522,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
587
522
|
# endif
|
|
588
523
|
#endif
|
|
589
524
|
#if !defined(SWIFT_ENUM)
|
|
590
|
-
#
|
|
591
|
-
#
|
|
592
|
-
#
|
|
593
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
594
|
-
# else
|
|
595
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
596
|
-
# endif
|
|
597
|
-
# else
|
|
598
|
-
# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum
|
|
599
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
600
|
-
# endif
|
|
601
|
-
#endif
|
|
602
|
-
#if !defined(SWIFT_ENUM_TAG)
|
|
603
|
-
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
604
|
-
# define SWIFT_ENUM_TAG enum
|
|
525
|
+
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
526
|
+
# if __has_feature(generalized_swift_name)
|
|
527
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
605
528
|
# else
|
|
606
|
-
# define
|
|
607
|
-
# endif
|
|
608
|
-
#endif
|
|
609
|
-
#if !defined(SWIFT_ENUM_FWD_DECL)
|
|
610
|
-
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
611
|
-
# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type;
|
|
612
|
-
# else
|
|
613
|
-
# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name;
|
|
529
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
614
530
|
# endif
|
|
615
531
|
#endif
|
|
616
532
|
#if !defined(SWIFT_UNAVAILABLE)
|
|
@@ -622,9 +538,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
622
538
|
#if !defined(SWIFT_AVAILABILITY)
|
|
623
539
|
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
624
540
|
#endif
|
|
625
|
-
#if !defined(SWIFT_AVAILABILITY_DOMAIN)
|
|
626
|
-
# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__)))
|
|
627
|
-
#endif
|
|
628
541
|
#if !defined(SWIFT_WEAK_IMPORT)
|
|
629
542
|
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
630
543
|
#endif
|
|
@@ -690,49 +603,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
690
603
|
# define SWIFT_IMPORT_STDLIB_SYMBOL
|
|
691
604
|
#endif
|
|
692
605
|
#endif
|
|
693
|
-
#if !__has_feature(nullability)
|
|
694
|
-
# define _Nonnull
|
|
695
|
-
# define _Nullable
|
|
696
|
-
# define _Null_unspecified
|
|
697
|
-
#elif !defined(__OBJC__)
|
|
698
|
-
# pragma clang diagnostic ignored "-Wnullability-extension"
|
|
699
|
-
#endif
|
|
700
|
-
#if !__has_feature(nullability_nullable_result)
|
|
701
|
-
# define _Nullable_result _Nullable
|
|
702
|
-
#endif
|
|
703
|
-
#if __has_feature(objc_modules)
|
|
704
|
-
#if __has_warning("-Watimport-in-framework-header")
|
|
705
|
-
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
706
|
-
#endif
|
|
707
|
-
#endif
|
|
708
|
-
|
|
709
|
-
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
710
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
711
|
-
#if __has_warning("-Wpragma-clang-attribute")
|
|
712
|
-
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
713
|
-
#endif
|
|
714
|
-
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
715
|
-
#pragma clang diagnostic ignored "-Wnullability"
|
|
716
|
-
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
717
|
-
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
|
718
|
-
|
|
719
|
-
#if __has_attribute(external_source_symbol)
|
|
720
|
-
# pragma push_macro("any")
|
|
721
|
-
# undef any
|
|
722
|
-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="Kindly",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
723
|
-
# pragma pop_macro("any")
|
|
724
|
-
#endif
|
|
725
|
-
|
|
726
|
-
#if defined(__cplusplus)
|
|
727
|
-
extern "C" {
|
|
728
|
-
#endif
|
|
729
|
-
|
|
730
|
-
#if defined(__cplusplus)
|
|
731
|
-
} // extern "C"
|
|
732
|
-
#endif
|
|
733
|
-
#if __has_attribute(external_source_symbol)
|
|
734
|
-
# pragma clang attribute pop
|
|
735
|
-
#endif
|
|
736
606
|
#if defined(__OBJC__)
|
|
737
607
|
#if __has_feature(objc_modules)
|
|
738
608
|
#if __has_warning("-Watimport-in-framework-header")
|
|
@@ -742,7 +612,7 @@ extern "C" {
|
|
|
742
612
|
@import UserNotifications;
|
|
743
613
|
#endif
|
|
744
614
|
|
|
745
|
-
#endif
|
|
615
|
+
#endif
|
|
746
616
|
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
747
617
|
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
748
618
|
#if __has_warning("-Wpragma-clang-attribute")
|
|
@@ -774,7 +644,7 @@ SWIFT_CLASS("_TtC6Kindly20NotificationDelegate")
|
|
|
774
644
|
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
775
645
|
@end
|
|
776
646
|
|
|
777
|
-
#endif
|
|
647
|
+
#endif
|
|
778
648
|
#if __has_attribute(external_source_symbol)
|
|
779
649
|
# pragma clang attribute pop
|
|
780
650
|
#endif
|