Skip to content

Commit b0d6c7e

Browse files
authored
Merge pull request #508 from immutable/feat/update-zkevm-api-2025-07-06-10-04-57
feat: update immutable zkEVM API package
2 parents 8e4cd7e + 4378ed4 commit b0d6c7e

23 files changed

+37
-33
lines changed

src/Packages/ZkEvmApi/Documentation~/FeedItemBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemBonusGems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemCTA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemDailyGems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemLanding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemPinToHome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemQuiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemReferral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemReward.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

src/Packages/ZkEvmApi/Documentation~/FeedItemSignIn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**GemsEarnable** | **int** | Amount of gems earnable when user completes the quest |
1212
**Bypass** | **bool** | If the quest is bypassed, the user will not be able to see it on the feed | [optional]
1313
**DayZero** | **bool** | If the quest is a day0 quest | [optional]
14-
**GameId** | **string** | Game ID | [optional]
14+
**GameId** | **Guid** | Game ID | [optional]
1515
**GameName** | **string** | Game name | [optional]
1616
**QuestCompletedPopupText** | **string** | Text to display when the quest is completed in an onboarding experience | [optional]
1717
**Tags** | **List<string>** | The tags for the feed item | [optional]

0 commit comments

Comments
 (0)