Skip to content

feat: update immutable zkEVM API package #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemBonusGems.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemCTA.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemDailyGems.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemLanding.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemPinToHome.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemQuiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemReferral.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemReward.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemSignIn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/ZkEvmApi/Documentation~/FeedItemVideo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
**GameId** | **string** | Game ID | [optional]
**GameId** | **Guid** | Game ID | [optional]
**GameName** | **string** | Game name | [optional]
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
**Tags** | **List<string>** | The tags for the feed item | [optional]
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/ZkEvmApi/Runtime/Model/FeedItemBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected FeedItemBase() { }
/// <param name="tags">The tags for the feed item.</param>
/// <param name="categories">The categories for the feed item.</param>
/// <param name="onboardingExperience">The onboarding experience for the feed item.</param>
public FeedItemBase(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), string gameId = default(string), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string))
public FeedItemBase(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), Guid gameId = default(Guid), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string))
{
// to ensure "id" is required (not null)
if (id == null)
Expand Down Expand Up @@ -138,7 +138,7 @@ protected FeedItemBase() { }
/// </summary>
/// <value>Game ID</value>
[DataMember(Name = "game_id", EmitDefaultValue = false)]
public string GameId { get; set; }
public Guid GameId { get; set; }

/// <summary>
/// Game name
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/ZkEvmApi/Runtime/Model/FeedItemBonusGems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected FeedItemBonusGems() { }
/// <param name="categories">The categories for the feed item.</param>
/// <param name="onboardingExperience">The onboarding experience for the feed item.</param>
/// <param name="type">Feed item type (required).</param>
public FeedItemBonusGems(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), string gameId = default(string), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
public FeedItemBonusGems(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), Guid gameId = default(Guid), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
{
// to ensure "id" is required (not null)
if (id == null)
Expand Down Expand Up @@ -161,7 +161,7 @@ protected FeedItemBonusGems() { }
/// </summary>
/// <value>Game ID</value>
[DataMember(Name = "game_id", EmitDefaultValue = false)]
public string GameId { get; set; }
public Guid GameId { get; set; }

/// <summary>
/// Game name
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/ZkEvmApi/Runtime/Model/FeedItemCTA.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected FeedItemCTA() { }
/// <param name="ctaDescription">The description for the CTA button (required).</param>
/// <param name="ctaUrl">The URL for the CTA button (required).</param>
/// <param name="ctaImage">The image for the CTA background (required).</param>
public FeedItemCTA(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), string gameId = default(string), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum), string ctaLabel = default(string), string ctaDescription = default(string), string ctaUrl = default(string), string ctaImage = default(string))
public FeedItemCTA(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), Guid gameId = default(Guid), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum), string ctaLabel = default(string), string ctaDescription = default(string), string ctaUrl = default(string), string ctaImage = default(string))
{
// to ensure "id" is required (not null)
if (id == null)
Expand Down Expand Up @@ -189,7 +189,7 @@ protected FeedItemCTA() { }
/// </summary>
/// <value>Game ID</value>
[DataMember(Name = "game_id", EmitDefaultValue = false)]
public string GameId { get; set; }
public Guid GameId { get; set; }

/// <summary>
/// Game name
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/ZkEvmApi/Runtime/Model/FeedItemDailyGems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected FeedItemDailyGems() { }
/// <param name="categories">The categories for the feed item.</param>
/// <param name="onboardingExperience">The onboarding experience for the feed item.</param>
/// <param name="type">Feed item type (required).</param>
public FeedItemDailyGems(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), string gameId = default(string), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
public FeedItemDailyGems(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), Guid gameId = default(Guid), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
{
// to ensure "id" is required (not null)
if (id == null)
Expand Down Expand Up @@ -161,7 +161,7 @@ protected FeedItemDailyGems() { }
/// </summary>
/// <value>Game ID</value>
[DataMember(Name = "game_id", EmitDefaultValue = false)]
public string GameId { get; set; }
public Guid GameId { get; set; }

/// <summary>
/// Game name
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/ZkEvmApi/Runtime/Model/FeedItemLanding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected FeedItemLanding() { }
/// <param name="categories">The categories for the feed item.</param>
/// <param name="onboardingExperience">The onboarding experience for the feed item.</param>
/// <param name="type">Feed item type (required).</param>
public FeedItemLanding(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), string gameId = default(string), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
public FeedItemLanding(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), Guid gameId = default(Guid), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
{
// to ensure "id" is required (not null)
if (id == null)
Expand Down Expand Up @@ -161,7 +161,7 @@ protected FeedItemLanding() { }
/// </summary>
/// <value>Game ID</value>
[DataMember(Name = "game_id", EmitDefaultValue = false)]
public string GameId { get; set; }
public Guid GameId { get; set; }

/// <summary>
/// Game name
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/ZkEvmApi/Runtime/Model/FeedItemPinToHome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected FeedItemPinToHome() { }
/// <param name="categories">The categories for the feed item.</param>
/// <param name="onboardingExperience">The onboarding experience for the feed item.</param>
/// <param name="type">Feed item type (required).</param>
public FeedItemPinToHome(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), string gameId = default(string), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
public FeedItemPinToHome(string id = default(string), string name = default(string), string questId = default(string), int priority = default(int), int gemsEarnable = default(int), bool bypass = default(bool), bool dayZero = default(bool), Guid gameId = default(Guid), string gameName = default(string), string questCompletedPopupText = default(string), List<string> tags = default(List<string>), List<string> categories = default(List<string>), string onboardingExperience = default(string), TypeEnum type = default(TypeEnum))
{
// to ensure "id" is required (not null)
if (id == null)
Expand Down Expand Up @@ -161,7 +161,7 @@ protected FeedItemPinToHome() { }
/// </summary>
/// <value>Game ID</value>
[DataMember(Name = "game_id", EmitDefaultValue = false)]
public string GameId { get; set; }
public Guid GameId { get; set; }

/// <summary>
/// Game name
Expand Down
Loading