-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Krzysztof Kurzawa
committed
Sep 26, 2024
1 parent
566dbf7
commit 5d1ef8b
Showing
28 changed files
with
15,041 additions
and
14,758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+68.1 KB
(100%)
SDK/Framework/SyneriseSDK.framework.dSYM/Contents/Resources/DWARF/SyneriseSDK
Binary file not shown.
14,775 changes: 7,410 additions & 7,365 deletions
14,775
...amework/SyneriseSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/SyneriseSDK.yml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
SDK/Framework/SyneriseSDK.framework/Headers/SNRClientUpdateAccountBasicInformationContext.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
// | ||
// SNRClientUpdateAccountBasicInformationContext.h | ||
// SyneriseSDK | ||
// | ||
// Created by Synerise | ||
// Copyright (c) 2024 Synerise. All rights reserved. | ||
// | ||
|
||
#import <SyneriseSDK/SNRBaseModel.h> | ||
#import <SyneriseSDK/SNRClientSex.h> | ||
#import <SyneriseSDK/SNRClientAgreements.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
/** | ||
* @class SNRClientUpdateAccountBasicInformationContext | ||
*/ | ||
|
||
NS_SWIFT_NAME(ClientUpdateAccountBasicInformationContext) | ||
@interface SNRClientUpdateAccountBasicInformationContext : SNRBaseModel | ||
|
||
@property (copy, nonatomic, nullable, readwrite) NSString *firstName; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *lastName; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *displayName; | ||
@property (assign, nonatomic, readwrite) SNRClientSex sex; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *phone; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *company; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *address; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *city; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *province; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *zipCode; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *countryCode; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *birthDate; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *avatarUrl; | ||
|
||
@property (copy, nonatomic, nullable, readwrite) SNRClientAgreements *agreements; | ||
|
||
@property (copy, nonatomic, nullable, readwrite) NSDictionary *attributes; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...riseSDK.framework/Modules/SyneriseSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...k/ios-arm64/SyneriseSDK.framework/Headers/SNRClientUpdateAccountBasicInformationContext.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
// | ||
// SNRClientUpdateAccountBasicInformationContext.h | ||
// SyneriseSDK | ||
// | ||
// Created by Synerise | ||
// Copyright (c) 2024 Synerise. All rights reserved. | ||
// | ||
|
||
#import <SyneriseSDK/SNRBaseModel.h> | ||
#import <SyneriseSDK/SNRClientSex.h> | ||
#import <SyneriseSDK/SNRClientAgreements.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
/** | ||
* @class SNRClientUpdateAccountBasicInformationContext | ||
*/ | ||
|
||
NS_SWIFT_NAME(ClientUpdateAccountBasicInformationContext) | ||
@interface SNRClientUpdateAccountBasicInformationContext : SNRBaseModel | ||
|
||
@property (copy, nonatomic, nullable, readwrite) NSString *firstName; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *lastName; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *displayName; | ||
@property (assign, nonatomic, readwrite) SNRClientSex sex; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *phone; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *company; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *address; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *city; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *province; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *zipCode; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *countryCode; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *birthDate; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *avatarUrl; | ||
|
||
@property (copy, nonatomic, nullable, readwrite) SNRClientAgreements *agreements; | ||
|
||
@property (copy, nonatomic, nullable, readwrite) NSDictionary *attributes; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
SDK/XCFramework/SyneriseSDK.xcframework/ios-arm64/SyneriseSDK.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+976 Bytes
(100%)
SDK/XCFramework/SyneriseSDK.xcframework/ios-arm64/SyneriseSDK.framework/SyneriseSDK
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+32.6 KB
(100%)
...framework/ios-arm64/dSYMs/SyneriseSDK.framework.dSYM/Contents/Resources/DWARF/SyneriseSDK
Binary file not shown.
Oops, something went wrong.