Skip to content

Commit dbe9e79

Browse files
Merge pull request #323 from abedelaziz-deriv/resolve_conflict
2 parents 6a4e111 + 378439f commit dbe9e79

File tree

213 files changed

+534
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+534
-160
lines changed

lib/api/models/reset_pass_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ abstract class ResetPasswordModel {
77

88
/// `true`: password reset success, `false`: password reset failure
99
final bool resetPassword;
10-
}
10+
}

lib/api/response/account_list_response_result.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ enum PlatformEnum {
106106
/// mt5.
107107
mt5,
108108
}
109+
109110
/// Account list item model class.
110111
abstract class AccountListItemModel {
111112
/// Initializes Account list item model class .
@@ -240,6 +241,7 @@ class AccountListItem extends AccountListItemModel {
240241
broker: broker ?? this.broker,
241242
);
242243
}
244+
243245
/// Linked to item model class.
244246
abstract class LinkedToItemModel {
245247
/// Initializes Linked to item model class .

lib/api/response/account_security_response_result.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class AccountSecurityResponse extends AccountSecurityResponseModel {
5151
accountSecurity: accountSecurity ?? this.accountSecurity,
5252
);
5353
}
54+
5455
/// Account security model class.
5556
abstract class AccountSecurityModel {
5657
/// Initializes Account security model class .
@@ -94,6 +95,7 @@ class AccountSecurity extends AccountSecurityModel {
9495
totp: totp ?? this.totp,
9596
);
9697
}
98+
9799
/// Totp model class.
98100
abstract class TotpModel {
99101
/// Initializes Totp model class .

lib/api/response/account_statistics_response_result.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class AccountStatisticsResponse extends AccountStatisticsResponseModel {
5151
accountStatistics: accountStatistics ?? this.accountStatistics,
5252
);
5353
}
54+
5455
/// Account statistics model class.
5556
abstract class AccountStatisticsModel {
5657
/// Initializes Account statistics model class .

lib/api/response/active_symbols_response_result.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class ActiveSymbolsResponse extends ActiveSymbolsResponseModel {
8686
activeSymbols: activeSymbols ?? this.activeSymbols,
8787
);
8888
}
89+
8990
/// Active symbols item model class.
9091
abstract class ActiveSymbolsItemModel {
9192
/// Initializes Active symbols item model class .

lib/api/response/affiliate_account_add_response_result.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class AffiliateAccountAddResponse extends AffiliateAccountAddResponseModel {
5353
affiliateAccountAdd: affiliateAccountAdd ?? this.affiliateAccountAdd,
5454
);
5555
}
56+
5657
/// Affiliate account add model class.
5758
abstract class AffiliateAccountAddModel {
5859
/// Initializes Affiliate account add model class .

lib/api/response/affiliate_add_company_response_result.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class AffiliateAddCompanyResponse extends AffiliateAddCompanyResponseModel {
5151
affiliateAddCompany: affiliateAddCompany ?? this.affiliateAddCompany,
5252
);
5353
}
54+
5455
/// Affiliate add company model class.
5556
abstract class AffiliateAddCompanyModel {
5657
/// Initializes Affiliate add company model class .

lib/api/response/affiliate_add_person_response_result.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class AffiliateAddPersonResponse extends AffiliateAddPersonResponseModel {
5151
affiliateAddPerson: affiliateAddPerson ?? this.affiliateAddPerson,
5252
);
5353
}
54+
5455
/// Affiliate add person model class.
5556
abstract class AffiliateAddPersonModel {
5657
/// Initializes Affiliate add person model class .

lib/api/response/api_token_response_result.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ enum ScopesItemEnum {
132132
/// admin.
133133
admin,
134134
}
135+
135136
/// Api token model class.
136137
abstract class ApiTokenModel {
137138
/// Initializes Api token model class .
@@ -202,6 +203,7 @@ class ApiToken extends ApiTokenModel {
202203
tokens: tokens ?? this.tokens,
203204
);
204205
}
206+
205207
/// Tokens item model class.
206208
abstract class TokensItemModel {
207209
/// Initializes Tokens item model class .

lib/api/response/app_get_response_result.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ class AppGetResponse extends AppGetResponseModel {
184184
appGet: appGet ?? this.appGet,
185185
);
186186
}
187+
187188
/// App get model class.
188189
abstract class AppGetModel {
189190
/// Initializes App get model class .

0 commit comments

Comments
 (0)