boxpay-checkout-reactnative-sdk 1.0.3 → 1.0.4-beta1

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.
Files changed (54) hide show
  1. package/lib/module/screens/addressScreen.js +5 -3
  2. package/lib/module/screens/addressScreen.js.map +1 -1
  3. package/lib/module/screens/bnplScreen.js +5 -5
  4. package/lib/module/screens/bnplScreen.js.map +1 -1
  5. package/lib/module/screens/cardScreen.js +6 -5
  6. package/lib/module/screens/cardScreen.js.map +1 -1
  7. package/lib/module/screens/emiScreen.js +5 -5
  8. package/lib/module/screens/emiScreen.js.map +1 -1
  9. package/lib/module/screens/mainScreen.js +4 -4
  10. package/lib/module/screens/mainScreen.js.map +1 -1
  11. package/lib/module/screens/netBankingScreen.js +5 -5
  12. package/lib/module/screens/netBankingScreen.js.map +1 -1
  13. package/lib/module/screens/savedAddressScreen.js +5 -3
  14. package/lib/module/screens/savedAddressScreen.js.map +1 -1
  15. package/lib/module/screens/selectTenureScreen.js +2 -2
  16. package/lib/module/screens/selectTenureScreen.js.map +1 -1
  17. package/lib/module/screens/upiTimerScreen.js +0 -2
  18. package/lib/module/screens/upiTimerScreen.js.map +1 -1
  19. package/lib/module/screens/walletScreen.js +5 -5
  20. package/lib/module/screens/walletScreen.js.map +1 -1
  21. package/lib/module/sdk-version.json +1 -1
  22. package/lib/typescript/src/screens/addressScreen.d.ts.map +1 -1
  23. package/lib/typescript/src/screens/bnplScreen.d.ts.map +1 -1
  24. package/lib/typescript/src/screens/cardScreen.d.ts.map +1 -1
  25. package/lib/typescript/src/screens/emiScreen.d.ts.map +1 -1
  26. package/lib/typescript/src/screens/mainScreen.d.ts.map +1 -1
  27. package/lib/typescript/src/screens/netBankingScreen.d.ts.map +1 -1
  28. package/lib/typescript/src/screens/savedAddressScreen.d.ts.map +1 -1
  29. package/lib/typescript/src/screens/upiTimerScreen.d.ts.map +1 -1
  30. package/lib/typescript/src/screens/walletScreen.d.ts.map +1 -1
  31. package/package.json +1 -1
  32. package/src/screens/addressScreen.tsx +5 -2
  33. package/src/screens/bnplScreen.tsx +6 -5
  34. package/src/screens/cardScreen.tsx +6 -5
  35. package/src/screens/emiScreen.tsx +6 -5
  36. package/src/screens/mainScreen.tsx +19 -17
  37. package/src/screens/netBankingScreen.tsx +6 -5
  38. package/src/screens/savedAddressScreen.tsx +5 -2
  39. package/src/screens/selectTenureScreen.tsx +3 -3
  40. package/src/screens/upiTimerScreen.tsx +0 -2
  41. package/src/screens/walletScreen.tsx +6 -5
  42. package/src/sdk-version.json +1 -1
  43. package/ios/Framework/CrossPlatformSDK.xcframework/Info.plist +0 -48
  44. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/CrossPlatformSDK +0 -0
  45. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Headers/CrossPlatformSDK.h +0 -168
  46. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Info.plist +0 -35
  47. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Modules/module.modulemap +0 -8
  48. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/dSYMs/CrossPlatformSDK.framework.dSYM/Contents/Info.plist +0 -20
  49. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/CrossPlatformSDK +0 -0
  50. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Headers/CrossPlatformSDK.h +0 -168
  51. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Info.plist +0 -31
  52. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Modules/module.modulemap +0 -5
  53. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/CrossPlatformSDK.framework.dSYM/Contents/Info.plist +0 -20
  54. /package/{cross_platform_react_native_plugin.podspec → ios/cross_platform_react_native_plugin.podspec} +0 -0
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>English</string>
7
- <key>CFBundleIdentifier</key>
8
- <string>com.apple.xcode.dsym.com.boxpaybridge.CrossPlatformSDK</string>
9
- <key>CFBundleInfoDictionaryVersion</key>
10
- <string>6.0</string>
11
- <key>CFBundlePackageType</key>
12
- <string>dSYM</string>
13
- <key>CFBundleSignature</key>
14
- <string>????</string>
15
- <key>CFBundleShortVersionString</key>
16
- <string>1.0</string>
17
- <key>CFBundleVersion</key>
18
- <string>1</string>
19
- </dict>
20
- </plist>
@@ -1,168 +0,0 @@
1
- #import <Foundation/NSArray.h>
2
- #import <Foundation/NSDictionary.h>
3
- #import <Foundation/NSError.h>
4
- #import <Foundation/NSObject.h>
5
- #import <Foundation/NSSet.h>
6
- #import <Foundation/NSString.h>
7
- #import <Foundation/NSValue.h>
8
-
9
- @protocol CPSDKUPIAppDetector;
10
-
11
- NS_ASSUME_NONNULL_BEGIN
12
- #pragma clang diagnostic push
13
- #pragma clang diagnostic ignored "-Wunknown-warning-option"
14
- #pragma clang diagnostic ignored "-Wincompatible-property-type"
15
- #pragma clang diagnostic ignored "-Wnullability"
16
-
17
- #pragma push_macro("_Nullable_result")
18
- #if !__has_feature(nullability_nullable_result)
19
- #undef _Nullable_result
20
- #define _Nullable_result _Nullable
21
- #endif
22
-
23
- __attribute__((swift_name("KotlinBase")))
24
- @interface CPSDKBase : NSObject
25
- - (instancetype)init __attribute__((unavailable));
26
- + (instancetype)new __attribute__((unavailable));
27
- + (void)initialize __attribute__((objc_requires_super));
28
- @end
29
-
30
- @interface CPSDKBase (CPSDKBaseCopying) <NSCopying>
31
- @end
32
-
33
- __attribute__((swift_name("KotlinMutableSet")))
34
- @interface CPSDKMutableSet<ObjectType> : NSMutableSet<ObjectType>
35
- @end
36
-
37
- __attribute__((swift_name("KotlinMutableDictionary")))
38
- @interface CPSDKMutableDictionary<KeyType, ObjectType> : NSMutableDictionary<KeyType, ObjectType>
39
- @end
40
-
41
- @interface NSError (NSErrorCPSDKKotlinException)
42
- @property (readonly) id _Nullable kotlinException;
43
- @end
44
-
45
- __attribute__((swift_name("KotlinNumber")))
46
- @interface CPSDKNumber : NSNumber
47
- - (instancetype)initWithChar:(char)value __attribute__((unavailable));
48
- - (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable));
49
- - (instancetype)initWithShort:(short)value __attribute__((unavailable));
50
- - (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable));
51
- - (instancetype)initWithInt:(int)value __attribute__((unavailable));
52
- - (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable));
53
- - (instancetype)initWithLong:(long)value __attribute__((unavailable));
54
- - (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable));
55
- - (instancetype)initWithLongLong:(long long)value __attribute__((unavailable));
56
- - (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable));
57
- - (instancetype)initWithFloat:(float)value __attribute__((unavailable));
58
- - (instancetype)initWithDouble:(double)value __attribute__((unavailable));
59
- - (instancetype)initWithBool:(BOOL)value __attribute__((unavailable));
60
- - (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable));
61
- - (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable));
62
- + (instancetype)numberWithChar:(char)value __attribute__((unavailable));
63
- + (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable));
64
- + (instancetype)numberWithShort:(short)value __attribute__((unavailable));
65
- + (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable));
66
- + (instancetype)numberWithInt:(int)value __attribute__((unavailable));
67
- + (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable));
68
- + (instancetype)numberWithLong:(long)value __attribute__((unavailable));
69
- + (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable));
70
- + (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable));
71
- + (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable));
72
- + (instancetype)numberWithFloat:(float)value __attribute__((unavailable));
73
- + (instancetype)numberWithDouble:(double)value __attribute__((unavailable));
74
- + (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable));
75
- + (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable));
76
- + (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable));
77
- @end
78
-
79
- __attribute__((swift_name("KotlinByte")))
80
- @interface CPSDKByte : CPSDKNumber
81
- - (instancetype)initWithChar:(char)value;
82
- + (instancetype)numberWithChar:(char)value;
83
- @end
84
-
85
- __attribute__((swift_name("KotlinUByte")))
86
- @interface CPSDKUByte : CPSDKNumber
87
- - (instancetype)initWithUnsignedChar:(unsigned char)value;
88
- + (instancetype)numberWithUnsignedChar:(unsigned char)value;
89
- @end
90
-
91
- __attribute__((swift_name("KotlinShort")))
92
- @interface CPSDKShort : CPSDKNumber
93
- - (instancetype)initWithShort:(short)value;
94
- + (instancetype)numberWithShort:(short)value;
95
- @end
96
-
97
- __attribute__((swift_name("KotlinUShort")))
98
- @interface CPSDKUShort : CPSDKNumber
99
- - (instancetype)initWithUnsignedShort:(unsigned short)value;
100
- + (instancetype)numberWithUnsignedShort:(unsigned short)value;
101
- @end
102
-
103
- __attribute__((swift_name("KotlinInt")))
104
- @interface CPSDKInt : CPSDKNumber
105
- - (instancetype)initWithInt:(int)value;
106
- + (instancetype)numberWithInt:(int)value;
107
- @end
108
-
109
- __attribute__((swift_name("KotlinUInt")))
110
- @interface CPSDKUInt : CPSDKNumber
111
- - (instancetype)initWithUnsignedInt:(unsigned int)value;
112
- + (instancetype)numberWithUnsignedInt:(unsigned int)value;
113
- @end
114
-
115
- __attribute__((swift_name("KotlinLong")))
116
- @interface CPSDKLong : CPSDKNumber
117
- - (instancetype)initWithLongLong:(long long)value;
118
- + (instancetype)numberWithLongLong:(long long)value;
119
- @end
120
-
121
- __attribute__((swift_name("KotlinULong")))
122
- @interface CPSDKULong : CPSDKNumber
123
- - (instancetype)initWithUnsignedLongLong:(unsigned long long)value;
124
- + (instancetype)numberWithUnsignedLongLong:(unsigned long long)value;
125
- @end
126
-
127
- __attribute__((swift_name("KotlinFloat")))
128
- @interface CPSDKFloat : CPSDKNumber
129
- - (instancetype)initWithFloat:(float)value;
130
- + (instancetype)numberWithFloat:(float)value;
131
- @end
132
-
133
- __attribute__((swift_name("KotlinDouble")))
134
- @interface CPSDKDouble : CPSDKNumber
135
- - (instancetype)initWithDouble:(double)value;
136
- + (instancetype)numberWithDouble:(double)value;
137
- @end
138
-
139
- __attribute__((swift_name("KotlinBoolean")))
140
- @interface CPSDKBoolean : CPSDKNumber
141
- - (instancetype)initWithBool:(BOOL)value;
142
- + (instancetype)numberWithBool:(BOOL)value;
143
- @end
144
-
145
- __attribute__((swift_name("UPIAppDetector")))
146
- @protocol CPSDKUPIAppDetector
147
- @required
148
- - (NSArray<NSString *> *)getInstalledUPIApps __attribute__((swift_name("getInstalledUPIApps()")));
149
- @end
150
-
151
- __attribute__((objc_subclassing_restricted))
152
- __attribute__((swift_name("UPIAppDetectorIOS")))
153
- @interface CPSDKUPIAppDetectorIOS : CPSDKBase <CPSDKUPIAppDetector>
154
- - (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer));
155
- + (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead")));
156
- - (NSArray<NSString *> *)getInstalledUPIApps __attribute__((swift_name("getInstalledUPIApps()")));
157
- @end
158
-
159
- __attribute__((objc_subclassing_restricted))
160
- __attribute__((swift_name("UPIService")))
161
- @interface CPSDKUPIService : CPSDKBase
162
- - (instancetype)initWithDetector:(id<CPSDKUPIAppDetector>)detector __attribute__((swift_name("init(detector:)"))) __attribute__((objc_designated_initializer));
163
- - (NSArray<NSString *> *)getAvailableApps __attribute__((swift_name("getAvailableApps()")));
164
- @end
165
-
166
- #pragma pop_macro("_Nullable_result")
167
- #pragma clang diagnostic pop
168
- NS_ASSUME_NONNULL_END
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleExecutable</key>
6
- <string>CrossPlatformSDK</string>
7
- <key>CFBundleIdentifier</key>
8
- <string>com.boxpaybridge.CrossPlatformSDK</string>
9
- <key>CFBundleInfoDictionaryVersion</key>
10
- <string>6.0</string>
11
- <key>CFBundleName</key>
12
- <string>CrossPlatformSDK</string>
13
- <key>CFBundlePackageType</key>
14
- <string>FMWK</string>
15
- <key>CFBundleShortVersionString</key>
16
- <string>1.0</string>
17
- <key>CFBundleSupportedPlatforms</key>
18
- <array>
19
- <string>iPhoneOS</string>
20
- </array>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- <key>MinimumOSVersion</key>
24
- <string>12.0</string>
25
- <key>UIDeviceFamily</key>
26
- <array>
27
- <integer>1</integer>
28
- <integer>2</integer>
29
- </array>
30
- </dict>
31
- </plist>
@@ -1,5 +0,0 @@
1
- framework module "CrossPlatformSDK" {
2
- umbrella header "CrossPlatformSDK.h"
3
- export *
4
- module * { export * }
5
- }
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>English</string>
7
- <key>CFBundleIdentifier</key>
8
- <string>com.apple.xcode.dsym.com.boxpaybridge.CrossPlatformSDK</string>
9
- <key>CFBundleInfoDictionaryVersion</key>
10
- <string>6.0</string>
11
- <key>CFBundlePackageType</key>
12
- <string>dSYM</string>
13
- <key>CFBundleSignature</key>
14
- <string>????</string>
15
- <key>CFBundleShortVersionString</key>
16
- <string>1.0</string>
17
- <key>CFBundleVersion</key>
18
- <string>1</string>
19
- </dict>
20
- </plist>