Skip to content

Commit

Permalink
[Auto Generated] 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jigardafda committed Nov 3, 2022
1 parent 69d11b2 commit cc4f9e4
Show file tree
Hide file tree
Showing 12 changed files with 6,278 additions and 6,124 deletions.
808 changes: 405 additions & 403 deletions documentation/application/CATALOG.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion documentation/application/CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,7 @@ Success. Returns a list of pages along with their details. Check the example sho

| Properties | Type | Nullable | Description |
| ---------- | ---- | -------- | ----------- |
| faqs | ArrayList<HashMap<String,Any>>? | yes | |
| faqs | ArrayList<[FaqSchema](#FaqSchema)>? | yes | |

---

Expand Down Expand Up @@ -3391,6 +3391,8 @@ Success. Returns a list of pages along with their details. Check the example sho
| cartReview | cart-review | Symbolic link for Cart Order Review: /cart/order-review |
| login | login | Symbolic link for Login: /auth/login |
| register | register | Symbolic link for Register: /auth/register |
| shippingPolicy | shipping-policy | Symbolic link for Shipping policy: /shipping-policy |
| returnPolicy | return-policy | Symbolic link for Return policy: /return-policy |

---

Expand Down
Loading

0 comments on commit cc4f9e4

Please sign in to comment.