@teemill/website 0.20.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/README.md +151 -2
  2. package/api.ts +203 -6
  3. package/base.ts +1 -1
  4. package/common.ts +1 -1
  5. package/configuration.ts +1 -1
  6. package/dist/api.d.ts +125 -3
  7. package/dist/api.js +107 -6
  8. package/dist/base.d.ts +1 -1
  9. package/dist/base.js +1 -1
  10. package/dist/common.d.ts +1 -1
  11. package/dist/common.js +1 -1
  12. package/dist/configuration.d.ts +1 -1
  13. package/dist/configuration.js +1 -1
  14. package/dist/esm/api.d.ts +125 -3
  15. package/dist/esm/api.js +107 -6
  16. package/dist/esm/base.d.ts +1 -1
  17. package/dist/esm/base.js +1 -1
  18. package/dist/esm/common.d.ts +1 -1
  19. package/dist/esm/common.js +1 -1
  20. package/dist/esm/configuration.d.ts +1 -1
  21. package/dist/esm/configuration.js +1 -1
  22. package/dist/esm/index.d.ts +1 -1
  23. package/dist/esm/index.js +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +1 -1
  26. package/docs/ApiError.md +22 -0
  27. package/docs/Application.md +28 -0
  28. package/docs/ApplicationMockup.md +22 -0
  29. package/docs/AttachCrossSellProductsRequest.md +20 -0
  30. package/docs/Attribute.md +26 -0
  31. package/docs/AttributeThumbnail.md +23 -0
  32. package/docs/AuthorizeStripe200Response.md +20 -0
  33. package/docs/Blog.md +34 -0
  34. package/docs/BlogsApi.md +317 -0
  35. package/docs/BlogsResponse.md +22 -0
  36. package/docs/Brand.md +20 -0
  37. package/docs/Collection.md +36 -0
  38. package/docs/CollectionsApi.md +378 -0
  39. package/docs/CollectionsResponse.md +22 -0
  40. package/docs/CreateSearchRedirectRequest.md +22 -0
  41. package/docs/CrossSellApi.md +128 -0
  42. package/docs/DefaultApi.md +123 -0
  43. package/docs/ExportPages202Response.md +20 -0
  44. package/docs/Footer.md +20 -0
  45. package/docs/FooterApi.md +123 -0
  46. package/docs/FooterItem.md +26 -0
  47. package/docs/Image.md +35 -0
  48. package/docs/ListRoutesResponse.md +22 -0
  49. package/docs/Menu.md +20 -0
  50. package/docs/MenuApi.md +122 -0
  51. package/docs/MenuItem.md +32 -0
  52. package/docs/MetaField.md +23 -0
  53. package/docs/MetaImage.md +23 -0
  54. package/docs/ModerateReviewRequest.md +20 -0
  55. package/docs/OptimisationHistoryItem.md +22 -0
  56. package/docs/Page.md +38 -0
  57. package/docs/PagesApi.md +378 -0
  58. package/docs/PagesResponse.md +22 -0
  59. package/docs/PaymentAccount.md +24 -0
  60. package/docs/PaymentApi.md +178 -0
  61. package/docs/Price.md +23 -0
  62. package/docs/Product.md +66 -0
  63. package/docs/ProductAdditionalFilesInner.md +22 -0
  64. package/docs/ProductApplicationSetsInner.md +24 -0
  65. package/docs/ProductWarehouseProduct.md +22 -0
  66. package/docs/Review.md +38 -0
  67. package/docs/ReviewAuthor.md +22 -0
  68. package/docs/ReviewImagesInner.md +22 -0
  69. package/docs/ReviewProduct.md +23 -0
  70. package/docs/ReviewReply.md +26 -0
  71. package/docs/ReviewReplyAuthor.md +20 -0
  72. package/docs/ReviewsApi.md +263 -0
  73. package/docs/ReviewsResponse.md +22 -0
  74. package/docs/Route.md +28 -0
  75. package/docs/RoutesApi.md +70 -0
  76. package/docs/SearchApi.md +319 -0
  77. package/docs/SearchRedirect.md +26 -0
  78. package/docs/SearchRedirectsResponse.md +22 -0
  79. package/docs/SeoMetadata.md +23 -0
  80. package/docs/SeoOptimiseCollectionsRequest.md +22 -0
  81. package/docs/SeoOptimisePages202Response.md +20 -0
  82. package/docs/SeoOptimisePagesRequest.md +22 -0
  83. package/docs/Stock.md +20 -0
  84. package/docs/SubmenuInner.md +32 -0
  85. package/docs/SubmenuInnerImage.md +36 -0
  86. package/docs/SubmenuInnerImageButton.md +30 -0
  87. package/docs/SubmenuInnerImageText.md +24 -0
  88. package/docs/SubmenuItem.md +30 -0
  89. package/docs/TargetSearchPhraseData.md +22 -0
  90. package/docs/UpdateBlogRequest.md +30 -0
  91. package/docs/UpdateBlogsRequest.md +20 -0
  92. package/docs/UpdateBlogsRequestBlogsInner.md +32 -0
  93. package/docs/UpdateBlogsRequestBlogsInnerSeoMetadata.md +22 -0
  94. package/docs/UpdateBrandRequest.md +20 -0
  95. package/docs/UpdateCollectionRequest.md +32 -0
  96. package/docs/UpdateCollectionsRequest.md +20 -0
  97. package/docs/UpdateCollectionsRequestCollectionsInner.md +34 -0
  98. package/docs/UpdateCollectionsRequestCollectionsInnerSeoMetadata.md +22 -0
  99. package/docs/UpdateFooterRequest.md +20 -0
  100. package/docs/UpdateFooterRequestItemsInner.md +24 -0
  101. package/docs/UpdateMenuRequest.md +20 -0
  102. package/docs/UpdateMenuRequestItem.md +32 -0
  103. package/docs/UpdateMenuRequestItemSubmenuInner.md +32 -0
  104. package/docs/UpdateMenuRequestItemSubmenuInnerImage.md +36 -0
  105. package/docs/UpdateMenuRequestItemSubmenuInnerImageButton.md +30 -0
  106. package/docs/UpdateMenuRequestItemSubmenuInnerImageText.md +24 -0
  107. package/docs/UpdateMenuRequestSubmenuItem.md +30 -0
  108. package/docs/UpdatePageRequest.md +28 -0
  109. package/docs/UpdatePagesRequest.md +20 -0
  110. package/docs/UpdatePagesRequestPagesInner.md +30 -0
  111. package/docs/UpdateSearchRedirectRequest.md +22 -0
  112. package/docs/Variant.md +52 -0
  113. package/docs/VariantProduct.md +22 -0
  114. package/docs/Video.md +31 -0
  115. package/index.ts +1 -1
  116. package/package.json +1 -1
@@ -0,0 +1,20 @@
1
+ # UpdateBlogsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **blogs** | [**Array<UpdateBlogsRequestBlogsInner>**](UpdateBlogsRequestBlogsInner.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateBlogsRequest } from '@teemill/website';
14
+
15
+ const instance: UpdateBlogsRequest = {
16
+ blogs,
17
+ };
18
+ ```
19
+
20
+ [[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,0 +1,32 @@
1
+ # UpdateBlogsRequestBlogsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [default to undefined]
9
+ **title** | **string** | Blog title | [optional] [default to undefined]
10
+ **description** | **string** | Blog description | [optional] [default to undefined]
11
+ **slug** | **string** | URL slug. This must be unique for each blog post on the website. Updating this will also break any existing links to this blog post. | [optional] [default to undefined]
12
+ **seoMetadata** | [**UpdateBlogsRequestBlogsInnerSeoMetadata**](UpdateBlogsRequestBlogsInnerSeoMetadata.md) | | [optional] [default to undefined]
13
+ **targetSearchPhrase** | **string** | The primary target search phrase for the blog post that you wish to rank for in search engine results. | [optional] [default to undefined]
14
+ **targetSearchPhraseSynonyms** | **Array<string>** | Synonyms for the target search phrase. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { UpdateBlogsRequestBlogsInner } from '@teemill/website';
20
+
21
+ const instance: UpdateBlogsRequestBlogsInner = {
22
+ id,
23
+ title,
24
+ description,
25
+ slug,
26
+ seoMetadata,
27
+ targetSearchPhrase,
28
+ targetSearchPhraseSynonyms,
29
+ };
30
+ ```
31
+
32
+ [[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,0 +1,22 @@
1
+ # UpdateBlogsRequestBlogsInnerSeoMetadata
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **title** | **string** | Meta title for the blog post. This appears in search engine results and social shares. If not provided, the blog post title will be used. | [optional] [default to undefined]
9
+ **description** | **string** | Meta description for the blog post. This appears in search engine results and social shares. If not provided, the blog post description will be used. | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UpdateBlogsRequestBlogsInnerSeoMetadata } from '@teemill/website';
15
+
16
+ const instance: UpdateBlogsRequestBlogsInnerSeoMetadata = {
17
+ title,
18
+ description,
19
+ };
20
+ ```
21
+
22
+ [[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,0 +1,20 @@
1
+ # UpdateBrandRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **favicon** | **string** | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateBrandRequest } from '@teemill/website';
14
+
15
+ const instance: UpdateBrandRequest = {
16
+ favicon,
17
+ };
18
+ ```
19
+
20
+ [[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,0 +1,32 @@
1
+ # UpdateCollectionRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **title** | **string** | Collection title | [optional] [default to undefined]
9
+ **description** | **string** | Collection description | [optional] [default to undefined]
10
+ **slug** | **string** | URL slug. This must be unique for each collection on the website. Updating this will also break any existing links to this collection. | [optional] [default to undefined]
11
+ **longDescription** | **string** | Long-form description for the collection used for SEO. | [optional] [default to undefined]
12
+ **seoMetadata** | [**UpdateCollectionsRequestCollectionsInnerSeoMetadata**](UpdateCollectionsRequestCollectionsInnerSeoMetadata.md) | | [optional] [default to undefined]
13
+ **targetSearchPhrase** | **string** | The primary target search phrase for the collection that you wish to rank for in search engine results. | [optional] [default to undefined]
14
+ **targetSearchPhraseSynonyms** | **Array<string>** | Synonyms for the target search phrase. | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { UpdateCollectionRequest } from '@teemill/website';
20
+
21
+ const instance: UpdateCollectionRequest = {
22
+ title,
23
+ description,
24
+ slug,
25
+ longDescription,
26
+ seoMetadata,
27
+ targetSearchPhrase,
28
+ targetSearchPhraseSynonyms,
29
+ };
30
+ ```
31
+
32
+ [[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,0 +1,20 @@
1
+ # UpdateCollectionsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **collections** | [**Array<UpdateCollectionsRequestCollectionsInner>**](UpdateCollectionsRequestCollectionsInner.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateCollectionsRequest } from '@teemill/website';
14
+
15
+ const instance: UpdateCollectionsRequest = {
16
+ collections,
17
+ };
18
+ ```
19
+
20
+ [[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,0 +1,34 @@
1
+ # UpdateCollectionsRequestCollectionsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [default to undefined]
9
+ **title** | **string** | Collection title | [optional] [default to undefined]
10
+ **description** | **string** | Collection description | [optional] [default to undefined]
11
+ **slug** | **string** | URL slug. This must be unique for each collection on the website. Updating this will also break any existing links to this collection. | [optional] [default to undefined]
12
+ **longDescription** | **string** | Long-form description for the collection used for SEO. | [optional] [default to undefined]
13
+ **seoMetadata** | [**UpdateCollectionsRequestCollectionsInnerSeoMetadata**](UpdateCollectionsRequestCollectionsInnerSeoMetadata.md) | | [optional] [default to undefined]
14
+ **targetSearchPhrase** | **string** | The primary target search phrase for the collection that you wish to rank for in search engine results. | [optional] [default to undefined]
15
+ **targetSearchPhraseSynonyms** | **Array<string>** | Synonyms for the target search phrase. | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { UpdateCollectionsRequestCollectionsInner } from '@teemill/website';
21
+
22
+ const instance: UpdateCollectionsRequestCollectionsInner = {
23
+ id,
24
+ title,
25
+ description,
26
+ slug,
27
+ longDescription,
28
+ seoMetadata,
29
+ targetSearchPhrase,
30
+ targetSearchPhraseSynonyms,
31
+ };
32
+ ```
33
+
34
+ [[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,0 +1,22 @@
1
+ # UpdateCollectionsRequestCollectionsInnerSeoMetadata
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **title** | **string** | Meta title for the collection. This appears in search engine results and social shares. If not provided, the collection title will be used. | [optional] [default to undefined]
9
+ **description** | **string** | Meta description for the collection. This appears in search engine results and social shares. If not provided, the collection description will be used. | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UpdateCollectionsRequestCollectionsInnerSeoMetadata } from '@teemill/website';
15
+
16
+ const instance: UpdateCollectionsRequestCollectionsInnerSeoMetadata = {
17
+ title,
18
+ description,
19
+ };
20
+ ```
21
+
22
+ [[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,0 +1,20 @@
1
+ # UpdateFooterRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **items** | [**Array<UpdateFooterRequestItemsInner>**](UpdateFooterRequestItemsInner.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateFooterRequest } from '@teemill/website';
14
+
15
+ const instance: UpdateFooterRequest = {
16
+ items,
17
+ };
18
+ ```
19
+
20
+ [[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,0 +1,24 @@
1
+ # UpdateFooterRequestItemsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **text** | **string** | | [default to undefined]
9
+ **link** | **string** | | [default to undefined]
10
+ **order** | **number** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { UpdateFooterRequestItemsInner } from '@teemill/website';
16
+
17
+ const instance: UpdateFooterRequestItemsInner = {
18
+ text,
19
+ link,
20
+ order,
21
+ };
22
+ ```
23
+
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,0 +1,20 @@
1
+ # UpdateMenuRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **items** | [**Array<UpdateMenuRequestItem>**](UpdateMenuRequestItem.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateMenuRequest } from '@teemill/website';
14
+
15
+ const instance: UpdateMenuRequest = {
16
+ items,
17
+ };
18
+ ```
19
+
20
+ [[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,0 +1,32 @@
1
+ # UpdateMenuRequestItem
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **text** | **string** | | [default to undefined]
10
+ **link** | **string** | | [default to undefined]
11
+ **color** | **string** | | [optional] [default to undefined]
12
+ **backgroundColor** | **string** | | [optional] [default to undefined]
13
+ **order** | **number** | | [default to undefined]
14
+ **submenu** | [**Array<UpdateMenuRequestItemSubmenuInner>**](UpdateMenuRequestItemSubmenuInner.md) | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { UpdateMenuRequestItem } from '@teemill/website';
20
+
21
+ const instance: UpdateMenuRequestItem = {
22
+ id,
23
+ text,
24
+ link,
25
+ color,
26
+ backgroundColor,
27
+ order,
28
+ submenu,
29
+ };
30
+ ```
31
+
32
+ [[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,0 +1,32 @@
1
+ # UpdateMenuRequestItemSubmenuInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **title** | **string** | | [default to undefined]
10
+ **link** | **string** | | [optional] [default to undefined]
11
+ **image** | [**UpdateMenuRequestItemSubmenuInnerImage**](UpdateMenuRequestItemSubmenuInnerImage.md) | | [optional] [default to undefined]
12
+ **order** | **number** | | [default to undefined]
13
+ **items** | [**Array<UpdateMenuRequestSubmenuItem>**](UpdateMenuRequestSubmenuItem.md) | | [default to undefined]
14
+ **mode** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { UpdateMenuRequestItemSubmenuInner } from '@teemill/website';
20
+
21
+ const instance: UpdateMenuRequestItemSubmenuInner = {
22
+ id,
23
+ title,
24
+ link,
25
+ image,
26
+ order,
27
+ items,
28
+ mode,
29
+ };
30
+ ```
31
+
32
+ [[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,0 +1,36 @@
1
+ # UpdateMenuRequestItemSubmenuInnerImage
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **src** | **string** | | [optional] [default to undefined]
9
+ **title** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **link** | **string** | | [optional] [default to undefined]
12
+ **overlay** | **boolean** | | [optional] [default to undefined]
13
+ **borderRadius** | **string** | | [optional] [default to undefined]
14
+ **ratio** | **string** | | [optional] [default to undefined]
15
+ **text** | [**UpdateMenuRequestItemSubmenuInnerImageText**](UpdateMenuRequestItemSubmenuInnerImageText.md) | | [optional] [default to undefined]
16
+ **button** | [**UpdateMenuRequestItemSubmenuInnerImageButton**](UpdateMenuRequestItemSubmenuInnerImageButton.md) | | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { UpdateMenuRequestItemSubmenuInnerImage } from '@teemill/website';
22
+
23
+ const instance: UpdateMenuRequestItemSubmenuInnerImage = {
24
+ src,
25
+ title,
26
+ description,
27
+ link,
28
+ overlay,
29
+ borderRadius,
30
+ ratio,
31
+ text,
32
+ button,
33
+ };
34
+ ```
35
+
36
+ [[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,0 +1,30 @@
1
+ # UpdateMenuRequestItemSubmenuInnerImageButton
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **text** | **string** | | [optional] [default to undefined]
9
+ **textColor** | **string** | | [optional] [default to undefined]
10
+ **backgroundColor** | **string** | | [optional] [default to undefined]
11
+ **borderColor** | **string** | | [optional] [default to undefined]
12
+ **borderRadius** | **string** | | [optional] [default to undefined]
13
+ **width** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { UpdateMenuRequestItemSubmenuInnerImageButton } from '@teemill/website';
19
+
20
+ const instance: UpdateMenuRequestItemSubmenuInnerImageButton = {
21
+ text,
22
+ textColor,
23
+ backgroundColor,
24
+ borderColor,
25
+ borderRadius,
26
+ width,
27
+ };
28
+ ```
29
+
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)
@@ -0,0 +1,24 @@
1
+ # UpdateMenuRequestItemSubmenuInnerImageText
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **alignment** | **string** | | [optional] [default to undefined]
9
+ **color** | **string** | | [optional] [default to undefined]
10
+ **shadow** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { UpdateMenuRequestItemSubmenuInnerImageText } from '@teemill/website';
16
+
17
+ const instance: UpdateMenuRequestItemSubmenuInnerImageText = {
18
+ alignment,
19
+ color,
20
+ shadow,
21
+ };
22
+ ```
23
+
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,0 +1,30 @@
1
+ # UpdateMenuRequestSubmenuItem
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+ **text** | **string** | | [default to undefined]
10
+ **link** | **string** | | [default to undefined]
11
+ **color** | **string** | | [optional] [default to undefined]
12
+ **backgroundColor** | **string** | | [optional] [default to undefined]
13
+ **order** | **number** | | [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { UpdateMenuRequestSubmenuItem } from '@teemill/website';
19
+
20
+ const instance: UpdateMenuRequestSubmenuItem = {
21
+ id,
22
+ text,
23
+ link,
24
+ color,
25
+ backgroundColor,
26
+ order,
27
+ };
28
+ ```
29
+
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)
@@ -0,0 +1,28 @@
1
+ # UpdatePageRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **title** | **string** | Page title | [optional] [default to undefined]
9
+ **description** | **string** | Page description | [optional] [default to undefined]
10
+ **slug** | **string** | URL slug. This must be unique for each page on the website. Updating this will also break any existing links to this page. | [optional] [default to undefined]
11
+ **targetSearchPhrase** | **string** | The primary target search phrase for the page that you wish to rank for in search engine results. | [optional] [default to undefined]
12
+ **targetSearchPhraseSynonyms** | **Array<string>** | Synonyms for the target search phrase. | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { UpdatePageRequest } from '@teemill/website';
18
+
19
+ const instance: UpdatePageRequest = {
20
+ title,
21
+ description,
22
+ slug,
23
+ targetSearchPhrase,
24
+ targetSearchPhraseSynonyms,
25
+ };
26
+ ```
27
+
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)
@@ -0,0 +1,20 @@
1
+ # UpdatePagesRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **pages** | [**Array<UpdatePagesRequestPagesInner>**](UpdatePagesRequestPagesInner.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdatePagesRequest } from '@teemill/website';
14
+
15
+ const instance: UpdatePagesRequest = {
16
+ pages,
17
+ };
18
+ ```
19
+
20
+ [[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,0 +1,30 @@
1
+ # UpdatePagesRequestPagesInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [default to undefined]
9
+ **title** | **string** | Page title | [optional] [default to undefined]
10
+ **description** | **string** | Page description | [optional] [default to undefined]
11
+ **slug** | **string** | URL slug. This must be unique for each page on the website. Updating this will also break any existing links to this page. | [optional] [default to undefined]
12
+ **targetSearchPhrase** | **string** | The primary target search phrase for the page that you wish to rank for in search engine results. | [optional] [default to undefined]
13
+ **targetSearchPhraseSynonyms** | **Array<string>** | Synonyms for the target search phrase. | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { UpdatePagesRequestPagesInner } from '@teemill/website';
19
+
20
+ const instance: UpdatePagesRequestPagesInner = {
21
+ id,
22
+ title,
23
+ description,
24
+ slug,
25
+ targetSearchPhrase,
26
+ targetSearchPhraseSynonyms,
27
+ };
28
+ ```
29
+
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)
@@ -0,0 +1,22 @@
1
+ # UpdateSearchRedirectRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **searchTerm** | **string** | | [optional] [default to undefined]
9
+ **destinationUrl** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UpdateSearchRedirectRequest } from '@teemill/website';
15
+
16
+ const instance: UpdateSearchRedirectRequest = {
17
+ searchTerm,
18
+ destinationUrl,
19
+ };
20
+ ```
21
+
22
+ [[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,0 +1,52 @@
1
+ # Variant
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
+ **attributes** | [**Array<Attribute>**](Attribute.md) | Attributes associated to a variant such as Colour and Size. An attribute can have thumbnail type of `text`, `color`, or `image`. Attribute tags are intended for grouping and filtering, e.g. by a group of colours. | [default to undefined]
10
+ **sku** | **string** | | [default to undefined]
11
+ **ref** | **string** | A reference to the resource location | [optional] [default to undefined]
12
+ **product** | [**VariantProduct**](VariantProduct.md) | | [optional] [default to undefined]
13
+ **sortOrder** | **number** | | [optional] [readonly] [default to undefined]
14
+ **retailPrice** | [**Price**](Price.md) | | [optional] [default to undefined]
15
+ **salePrice** | [**Price**](Price.md) | | [optional] [default to undefined]
16
+ **price** | [**Price**](Price.md) | | [optional] [readonly] [default to undefined]
17
+ **stock** | [**Stock**](Stock.md) | | [optional] [default to undefined]
18
+ **createdAt** | **string** | | [optional] [default to undefined]
19
+ **updatedAt** | **string** | | [optional] [default to undefined]
20
+ **publishedAt** | **string** | | [optional] [default to undefined]
21
+ **images** | [**Array<Image>**](Image.md) | Images | [optional] [default to undefined]
22
+ **applications** | [**Array<Application>**](Application.md) | Design applications. If not provided, the product will be blank. | [optional] [default to undefined]
23
+ **gtin** | **string** | Global Trade Item Number | [optional] [default to undefined]
24
+ **metafields** | [**Array<MetaField>**](MetaField.md) | | [optional] [default to undefined]
25
+
26
+ ## Example
27
+
28
+ ```typescript
29
+ import { Variant } from '@teemill/website';
30
+
31
+ const instance: Variant = {
32
+ id,
33
+ attributes,
34
+ sku,
35
+ ref,
36
+ product,
37
+ sortOrder,
38
+ retailPrice,
39
+ salePrice,
40
+ price,
41
+ stock,
42
+ createdAt,
43
+ updatedAt,
44
+ publishedAt,
45
+ images,
46
+ applications,
47
+ gtin,
48
+ metafields,
49
+ };
50
+ ```
51
+
52
+ [[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,0 +1,22 @@
1
+ # VariantProduct
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
+ **ref** | **string** | A reference to the resource location | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { VariantProduct } from '@teemill/website';
15
+
16
+ const instance: VariantProduct = {
17
+ id,
18
+ ref,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)