This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Merge pull request #176 from Synerise/v4.14.0""
This reverts commit c160394.
- Loading branch information
Showing
44 changed files
with
1,960 additions
and
1,339 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
1,421 changes: 785 additions & 636 deletions
1,421
...E-E289-3D33-BE6F-CF3A714D2B45.bcsymbolmap → ...6-6129-346E-8E78-F51EE5C4C9EC.bcsymbolmap
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
Binary file modified
BIN
+146 KB
(100%)
SDK/Framework/SyneriseSDK.framework.dSYM/Contents/Resources/DWARF/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
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
46 changes: 46 additions & 0 deletions
46
SDK/Framework/SyneriseSDK.framework/Headers/SNRClientSimpleAuthenticationData.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,46 @@ | ||
// | ||
// SNRClientSubmitDataContext.h | ||
// SyneriseSDK | ||
// | ||
// Created by Synerise | ||
// Copyright (c) 2023 Synerise. All rights reserved. | ||
// | ||
|
||
#import <SyneriseSDK/SNRBaseModel.h> | ||
#import <SyneriseSDK/SNRClientSex.h> | ||
#import <SyneriseSDK/SNRClientAgreements.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
/** | ||
* @class SNRClientSimpleAuthenticationData | ||
*/ | ||
|
||
NS_SWIFT_NAME(ClientSimpleAuthenticationData) | ||
@interface SNRClientSimpleAuthenticationData : SNRBaseModel | ||
|
||
@property (copy, nonatomic, nullable, readwrite) NSString *email; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *phone; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *customId; | ||
@property (copy, nonatomic, nullable, readwrite) NSString *uuid; | ||
|
||
@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 *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
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 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 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
Oops, something went wrong.