Skip to content

Commit 1f8ebaa

Browse files
author
Kevin Hellemun
committed
Rearranged code. (#41)
1 parent 6235d89 commit 1f8ebaa

19 files changed

+19
-101
lines changed

BunqSdk/Model/Generated/Endpoint/BunqMeTabEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class BunqMeTabEntry : BunqModel
2121
/// <summary>
2222
/// Object type.
2323
/// </summary>
24-
private const string OBJECT_TYPE = "BunqMeTabEntry";
24+
private const string OBJECT_TYPE = "BunqMeTab";
2525

2626
/// <summary>
2727
/// The uuid of the bunq.me.

BunqSdk/Model/Generated/Endpoint/Card.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Card : BunqModel
3939
/// <summary>
4040
/// Object type.
4141
/// </summary>
42-
private const string OBJECT_TYPE = "Card";
42+
private const string OBJECT_TYPE = "CardDebit";
4343

4444
/// <summary>
4545
/// The id of the card.
@@ -71,12 +71,6 @@ public class Card : BunqModel
7171
[JsonProperty(PropertyName = "type")]
7272
public string Type { get; private set; }
7373

74-
/// <summary>
75-
/// The sub-type of the card. Can be WILDCARD or NONE.
76-
/// </summary>
77-
[JsonProperty(PropertyName = "sub_type")]
78-
public string SubType { get; private set; }
79-
8074
/// <summary>
8175
/// The second line of text on the card
8276
/// </summary>

BunqSdk/Model/Generated/Endpoint/CardName.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class CardName : BunqModel
2424
/// <summary>
2525
/// Object type.
2626
/// </summary>
27-
private const string OBJECT_TYPE = "CardName";
27+
private const string OBJECT_TYPE = "CardUserNameArray";
2828

2929
/// <summary>
3030
/// All possible variations (of suitable length) of user's legal name for the debit card.

BunqSdk/Model/Generated/Endpoint/CashRegisterQrCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CashRegisterQrCode : BunqModel
3232
/// <summary>
3333
/// Object type.
3434
/// </summary>
35-
private const string OBJECT_TYPE = "CashRegisterQrCode";
35+
private const string OBJECT_TYPE = "TokenQrCashRegister";
3636

3737
/// <summary>
3838
/// The id of the created QR code. Use this id to get the RAW content of the QR code with:

BunqSdk/Model/Generated/Endpoint/ChatConversationReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ChatConversationReference : BunqModel
1212
/// <summary>
1313
/// Object type.
1414
/// </summary>
15-
private const string OBJECT_TYPE = "ChatConversationReference";
15+
private const string OBJECT_TYPE = "SupportConversationReference";
1616

1717
/// <summary>
1818
/// The id of this conversation.

BunqSdk/Model/Generated/Endpoint/ChatConversationSupportExternal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ChatConversationSupportExternal : BunqModel
1212
/// <summary>
1313
/// Object type.
1414
/// </summary>
15-
private const string OBJECT_TYPE = "ChatConversationSupportExternal";
15+
private const string OBJECT_TYPE = "SupportConversationExternal";
1616

1717
/// <summary>
1818
/// The id of this conversation.

BunqSdk/Model/Generated/Endpoint/ChatMessageAnnouncement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ChatMessageAnnouncement : BunqModel
1313
/// <summary>
1414
/// Object type.
1515
/// </summary>
16-
private const string OBJECT_TYPE = "ChatMessageAnnouncement";
16+
private const string OBJECT_TYPE = "ChatMessageUser";
1717

1818
/// <summary>
1919
/// The id of the message.

BunqSdk/Model/Generated/Endpoint/ChatMessageAttachment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ChatMessageAttachment : BunqModel
2828
/// <summary>
2929
/// Object type.
3030
/// </summary>
31-
private const string OBJECT_TYPE = "ChatMessageAttachment";
31+
private const string OBJECT_TYPE = "Id";
3232

3333
/// <summary>
3434
/// The id of the newly created chat message.

BunqSdk/Model/Generated/Endpoint/ChatMessageStatus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ChatMessageStatus : BunqModel
1313
/// <summary>
1414
/// Object type.
1515
/// </summary>
16-
private const string OBJECT_TYPE = "ChatMessageStatus";
16+
private const string OBJECT_TYPE = "ChatMessageUser";
1717

1818
/// <summary>
1919
/// The id of the message.

BunqSdk/Model/Generated/Endpoint/ChatMessageText.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ChatMessageText : BunqModel
2828
/// <summary>
2929
/// Object type.
3030
/// </summary>
31-
private const string OBJECT_TYPE = "ChatMessageText";
31+
private const string OBJECT_TYPE = "Id";
3232

3333
/// <summary>
3434
/// The id of the newly created chat message.

0 commit comments

Comments
 (0)