You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/FeedItemCTA.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
18
18
**Categories** | **List<string>** | The categories for the feed item | [optional]
19
19
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
20
20
**Type** | **string** | Feed item type |
21
-
**CtaLabel** | **string** | The label for the CTA button |
22
-
**CtaDescription** | **string** | The description for the CTA button |
23
-
**CtaUrl** | **string** | The URL for the CTA button |
24
-
**CtaImage** | **string** | The image for the CTA background |
21
+
**Label** | **string** | The label for the CTA button |
22
+
**Description** | **string** | The description for the CTA button |
23
+
**Url** | **string** | The URL for the CTA button |
24
+
**Image** | **string** | The image for the CTA background |
25
25
26
26
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/FeedItemFollowGame.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
18
18
**Categories** | **List<string>** | The categories for the feed item | [optional]
19
19
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
20
20
**Type** | **string** | Feed item type |
21
-
**CtaImage** | **string** | URL of the CTA image |
22
-
**CtaLabel** | **string** | Label of the CTA button |
23
-
**CtaDescription** | **string** | Description of the CTA button |
24
-
**QuizLogo** | **string** | URL of the quiz logo |
25
-
**VideoTitle** | **string** | Title of the video |
21
+
**Image** | **string** | URL of the CTA image |
22
+
**Label** | **string** | Label of the CTA button |
23
+
**Description** | **string** | Description of the CTA button |
24
+
**Logo** | **string** | URL of the quiz logo |
25
+
**Title** | **string** | Title of the video |
26
26
27
27
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**CorrectAnswerText** | **string** | The text to display when the user answers the quiz correctly | [optional]
27
+
**HeaderInitialImage** | **string** | The initial image for the quiz header | [optional]
28
+
**HeaderAnsweredImage** | **string** | The image to display when the user answers the quiz correctly | [optional]
29
29
30
30
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/FeedItemReward.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
18
18
**Categories** | **List<string>** | The categories for the feed item | [optional]
19
19
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
20
20
**Type** | **string** | Feed item type |
21
-
**CtaLabel** | **string** | The label for the CTA button |
22
-
**CtaDescription** | **string** | The description for the CTA button |
23
-
**CtaUrl** | **string** | The URL for the CTA button |
24
-
**CtaImage** | **string** | The image for the CTA background |
25
-
**SignInRedirectUrl** | **string** | The URL to redirect to when the user completes the sign in quest |
26
-
**SignInBackground** | **string** | The background for the sign in quest |
21
+
**Label** | **string** | The label for the CTA button |
22
+
**Description** | **string** | The description for the CTA button |
23
+
**Url** | **string** | The URL for the CTA button |
24
+
**Image** | **string** | The image for the CTA background |
25
+
**RedirectUrl** | **string** | The URL to redirect to when the user completes the sign in quest |
26
+
**Background** | **string** | The background for the sign in quest |
27
27
28
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/FeedItemSignIn.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
18
18
**Categories** | **List<string>** | The categories for the feed item | [optional]
19
19
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
20
20
**Type** | **string** | Feed item type |
21
-
**CtaLabel** | **string** | The label for the CTA button |
22
-
**CtaDescription** | **string** | The description for the CTA button |
23
-
**CtaUrl** | **string** | The URL for the CTA button |
24
-
**CtaImage** | **string** | The image for the CTA background |
25
-
**SignInRedirectUrl** | **string** | The URL to redirect to when the user completes the sign in quest |
26
-
**SignInBackground** | **string** | The background for the sign in quest |
21
+
**Label** | **string** | The label for the CTA button |
22
+
**Description** | **string** | The description for the CTA button |
23
+
**Url** | **string** | The URL for the CTA button |
24
+
**Image** | **string** | The image for the CTA background |
25
+
**RedirectUrl** | **string** | The URL to redirect to when the user completes the sign in quest |
26
+
**Background** | **string** | The background for the sign in quest |
27
27
28
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/FeedItemVideo.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Name | Type | Description | Notes
18
18
**Categories** | **List<string>** | The categories for the feed item | [optional]
19
19
**OnboardingExperience** | **string** | The onboarding experience for the feed item | [optional]
20
20
**Type** | **string** | Feed item type |
21
-
**VideoTitle** | **string** | Title of the video |
22
-
**VideoUrl** | **string** | URL of the video |
21
+
**Title** | **string** | Title of the video |
22
+
**Url** | **string** | URL of the video |
23
23
24
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments