@teemill/website 0.20.0 → 0.21.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 +196 -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 +118 -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 +118 -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 +36 -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
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.20.0
7
+ * The version of the OpenAPI document: 0.21.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2612,6 +2612,54 @@ export class PaymentApi extends BaseAPI {
2612
2612
  */
2613
2613
  export const ReviewsApiAxiosParamCreator = function (configuration) {
2614
2614
  return {
2615
+ /**
2616
+ * Export reviews as a CSV file.
2617
+ * @summary Export reviews
2618
+ * @param {string} project What project it is
2619
+ * @param {string} [start] Start of date range to filter by
2620
+ * @param {string} [end] End of date range to filter by
2621
+ * @param {*} [options] Override http request option.
2622
+ * @throws {RequiredError}
2623
+ */
2624
+ exportReviews: (project_1, start_1, end_1, ...args_1) => __awaiter(this, [project_1, start_1, end_1, ...args_1], void 0, function* (project, start, end, options = {}) {
2625
+ // verify required parameter 'project' is not null or undefined
2626
+ assertParamExists('exportReviews', 'project', project);
2627
+ const localVarPath = `/v1/website/reviews/export`;
2628
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
2629
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
2630
+ let baseOptions;
2631
+ if (configuration) {
2632
+ baseOptions = configuration.baseOptions;
2633
+ }
2634
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
2635
+ const localVarHeaderParameter = {};
2636
+ const localVarQueryParameter = {};
2637
+ // authentication session-oauth required
2638
+ // oauth required
2639
+ yield setOAuthToObject(localVarHeaderParameter, "session-oauth", [], configuration);
2640
+ // authentication api-key required
2641
+ yield setApiKeyToObject(localVarHeaderParameter, "Authorization", configuration);
2642
+ if (project !== undefined) {
2643
+ localVarQueryParameter['project'] = project;
2644
+ }
2645
+ if (start !== undefined) {
2646
+ localVarQueryParameter['start'] = (start instanceof Date) ?
2647
+ start.toISOString() :
2648
+ start;
2649
+ }
2650
+ if (end !== undefined) {
2651
+ localVarQueryParameter['end'] = (end instanceof Date) ?
2652
+ end.toISOString() :
2653
+ end;
2654
+ }
2655
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
2656
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2657
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
2658
+ return {
2659
+ url: toPathString(localVarUrlObj),
2660
+ options: localVarRequestOptions,
2661
+ };
2662
+ }),
2615
2663
  /**
2616
2664
  *
2617
2665
  * @summary Get review
@@ -2660,10 +2708,12 @@ export const ReviewsApiAxiosParamCreator = function (configuration) {
2660
2708
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2661
2709
  * @param {string} [search] Search term to filter results
2662
2710
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2711
+ * @param {string} [start] Start of date range to filter by
2712
+ * @param {string} [end] End of date range to filter by
2663
2713
  * @param {*} [options] Override http request option.
2664
2714
  * @throws {RequiredError}
2665
2715
  */
2666
- listReviews: (project_1, pageToken_1, pageSize_1, search_1, sortBy_1, ...args_1) => __awaiter(this, [project_1, pageToken_1, pageSize_1, search_1, sortBy_1, ...args_1], void 0, function* (project, pageToken, pageSize, search, sortBy, options = {}) {
2716
+ listReviews: (project_1, pageToken_1, pageSize_1, search_1, sortBy_1, start_1, end_1, ...args_1) => __awaiter(this, [project_1, pageToken_1, pageSize_1, search_1, sortBy_1, start_1, end_1, ...args_1], void 0, function* (project, pageToken, pageSize, search, sortBy, start, end, options = {}) {
2667
2717
  // verify required parameter 'project' is not null or undefined
2668
2718
  assertParamExists('listReviews', 'project', project);
2669
2719
  const localVarPath = `/v1/website/reviews`;
@@ -2696,6 +2746,16 @@ export const ReviewsApiAxiosParamCreator = function (configuration) {
2696
2746
  if (sortBy) {
2697
2747
  localVarQueryParameter['sortBy'] = sortBy;
2698
2748
  }
2749
+ if (start !== undefined) {
2750
+ localVarQueryParameter['start'] = (start instanceof Date) ?
2751
+ start.toISOString() :
2752
+ start;
2753
+ }
2754
+ if (end !== undefined) {
2755
+ localVarQueryParameter['end'] = (end instanceof Date) ?
2756
+ end.toISOString() :
2757
+ end;
2758
+ }
2699
2759
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2700
2760
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2701
2761
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -2756,6 +2816,24 @@ export const ReviewsApiAxiosParamCreator = function (configuration) {
2756
2816
  export const ReviewsApiFp = function (configuration) {
2757
2817
  const localVarAxiosParamCreator = ReviewsApiAxiosParamCreator(configuration);
2758
2818
  return {
2819
+ /**
2820
+ * Export reviews as a CSV file.
2821
+ * @summary Export reviews
2822
+ * @param {string} project What project it is
2823
+ * @param {string} [start] Start of date range to filter by
2824
+ * @param {string} [end] End of date range to filter by
2825
+ * @param {*} [options] Override http request option.
2826
+ * @throws {RequiredError}
2827
+ */
2828
+ exportReviews(project, start, end, options) {
2829
+ return __awaiter(this, void 0, void 0, function* () {
2830
+ var _a, _b, _c;
2831
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.exportReviews(project, start, end, options);
2832
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2833
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReviewsApi.exportReviews']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2834
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2835
+ });
2836
+ },
2759
2837
  /**
2760
2838
  *
2761
2839
  * @summary Get review
@@ -2781,13 +2859,15 @@ export const ReviewsApiFp = function (configuration) {
2781
2859
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2782
2860
  * @param {string} [search] Search term to filter results
2783
2861
  * @param {Array<string>} [sortBy] An array of fields to sort by, prefixed with a \&#39;-\&#39; for descending order or \&#39;+\&#39; for ascending. Default is ascending.
2862
+ * @param {string} [start] Start of date range to filter by
2863
+ * @param {string} [end] End of date range to filter by
2784
2864
  * @param {*} [options] Override http request option.
2785
2865
  * @throws {RequiredError}
2786
2866
  */
2787
- listReviews(project, pageToken, pageSize, search, sortBy, options) {
2867
+ listReviews(project, pageToken, pageSize, search, sortBy, start, end, options) {
2788
2868
  return __awaiter(this, void 0, void 0, function* () {
2789
2869
  var _a, _b, _c;
2790
- const localVarAxiosArgs = yield localVarAxiosParamCreator.listReviews(project, pageToken, pageSize, search, sortBy, options);
2870
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.listReviews(project, pageToken, pageSize, search, sortBy, start, end, options);
2791
2871
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2792
2872
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReviewsApi.listReviews']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2793
2873
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2820,6 +2900,16 @@ export const ReviewsApiFp = function (configuration) {
2820
2900
  export const ReviewsApiFactory = function (configuration, basePath, axios) {
2821
2901
  const localVarFp = ReviewsApiFp(configuration);
2822
2902
  return {
2903
+ /**
2904
+ * Export reviews as a CSV file.
2905
+ * @summary Export reviews
2906
+ * @param {ReviewsApiExportReviewsRequest} requestParameters Request parameters.
2907
+ * @param {*} [options] Override http request option.
2908
+ * @throws {RequiredError}
2909
+ */
2910
+ exportReviews(requestParameters, options) {
2911
+ return localVarFp.exportReviews(requestParameters.project, requestParameters.start, requestParameters.end, options).then((request) => request(axios, basePath));
2912
+ },
2823
2913
  /**
2824
2914
  *
2825
2915
  * @summary Get review
@@ -2838,7 +2928,7 @@ export const ReviewsApiFactory = function (configuration, basePath, axios) {
2838
2928
  * @throws {RequiredError}
2839
2929
  */
2840
2930
  listReviews(requestParameters, options) {
2841
- return localVarFp.listReviews(requestParameters.project, requestParameters.pageToken, requestParameters.pageSize, requestParameters.search, requestParameters.sortBy, options).then((request) => request(axios, basePath));
2931
+ return localVarFp.listReviews(requestParameters.project, requestParameters.pageToken, requestParameters.pageSize, requestParameters.search, requestParameters.sortBy, requestParameters.start, requestParameters.end, options).then((request) => request(axios, basePath));
2842
2932
  },
2843
2933
  /**
2844
2934
  *
@@ -2859,6 +2949,17 @@ export const ReviewsApiFactory = function (configuration, basePath, axios) {
2859
2949
  * @extends {BaseAPI}
2860
2950
  */
2861
2951
  export class ReviewsApi extends BaseAPI {
2952
+ /**
2953
+ * Export reviews as a CSV file.
2954
+ * @summary Export reviews
2955
+ * @param {ReviewsApiExportReviewsRequest} requestParameters Request parameters.
2956
+ * @param {*} [options] Override http request option.
2957
+ * @throws {RequiredError}
2958
+ * @memberof ReviewsApi
2959
+ */
2960
+ exportReviews(requestParameters, options) {
2961
+ return ReviewsApiFp(this.configuration).exportReviews(requestParameters.project, requestParameters.start, requestParameters.end, options).then((request) => request(this.axios, this.basePath));
2962
+ }
2862
2963
  /**
2863
2964
  *
2864
2965
  * @summary Get review
@@ -2879,7 +2980,7 @@ export class ReviewsApi extends BaseAPI {
2879
2980
  * @memberof ReviewsApi
2880
2981
  */
2881
2982
  listReviews(requestParameters, options) {
2882
- return ReviewsApiFp(this.configuration).listReviews(requestParameters.project, requestParameters.pageToken, requestParameters.pageSize, requestParameters.search, requestParameters.sortBy, options).then((request) => request(this.axios, this.basePath));
2983
+ return ReviewsApiFp(this.configuration).listReviews(requestParameters.project, requestParameters.pageToken, requestParameters.pageSize, requestParameters.search, requestParameters.sortBy, requestParameters.start, requestParameters.end, options).then((request) => request(this.axios, this.basePath));
2883
2984
  }
2884
2985
  /**
2885
2986
  *
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.20.0
5
+ * The version of the OpenAPI document: 0.21.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.20.0
7
+ * The version of the OpenAPI document: 0.21.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.20.0
5
+ * The version of the OpenAPI document: 0.21.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.20.0
7
+ * The version of the OpenAPI document: 0.21.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.20.0
5
+ * The version of the OpenAPI document: 0.21.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.20.0
7
+ * The version of the OpenAPI document: 0.21.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.20.0
5
+ * The version of the OpenAPI document: 0.21.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Website API
5
5
  * Manage your PodOS Website
6
6
  *
7
- * The version of the OpenAPI document: 0.20.0
7
+ * The version of the OpenAPI document: 0.21.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Website API
3
3
  * Manage your PodOS Website
4
4
  *
5
- * The version of the OpenAPI document: 0.20.0
5
+ * The version of the OpenAPI document: 0.21.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Website API
6
6
  * Manage your PodOS Website
7
7
  *
8
- * The version of the OpenAPI document: 0.20.0
8
+ * The version of the OpenAPI document: 0.21.0
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,22 @@
1
+ # ApiError
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **code** | **string** | | [default to undefined]
9
+ **message** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ApiError } from '@teemill/website';
15
+
16
+ const instance: ApiError = {
17
+ code,
18
+ message,
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,28 @@
1
+ # Application
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
+ **technology** | **string** | Technology to use for the application. | [default to undefined]
10
+ **placement** | **string** | Placement of the application. Available placements depend on the chosen product and technology. | [default to undefined]
11
+ **src** | **string** | Publicly available design file URL. This will fill the design area of the warehouse product. It will be centered horizontally and aligned to the top of the design area. Accepts PNG and JPEG files. | [default to undefined]
12
+ **mockup** | [**ApplicationMockup**](ApplicationMockup.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { Application } from '@teemill/website';
18
+
19
+ const instance: Application = {
20
+ id,
21
+ technology,
22
+ placement,
23
+ src,
24
+ mockup,
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,22 @@
1
+ # ApplicationMockup
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **file** | **string** | Drive image URL. If provided, this will be used as the mockup image for the variant application rather than generating a new one. | [default to undefined]
9
+ **preview** | **string** | Publicly available mockup image URL. This is a preview of the mockup image for the given application. | [optional] [readonly] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ApplicationMockup } from '@teemill/website';
15
+
16
+ const instance: ApplicationMockup = {
17
+ file,
18
+ preview,
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
+ # AttachCrossSellProductsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **products** | **Array&lt;string&gt;** | A list of product IDs to attach as cross-sell products. The order in which they are sent is the order they will be saved in. | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { AttachCrossSellProductsRequest } from '@teemill/website';
14
+
15
+ const instance: AttachCrossSellProductsRequest = {
16
+ products,
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,26 @@
1
+ # Attribute
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | Attribute name | [default to undefined]
9
+ **value** | **string** | Attribute value | [default to undefined]
10
+ **thumbnail** | [**AttributeThumbnail**](AttributeThumbnail.md) | | [optional] [default to undefined]
11
+ **tags** | **Array&lt;string&gt;** | Attribute tags | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { Attribute } from '@teemill/website';
17
+
18
+ const instance: Attribute = {
19
+ name,
20
+ value,
21
+ thumbnail,
22
+ tags,
23
+ };
24
+ ```
25
+
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)
@@ -0,0 +1,23 @@
1
+ # AttributeThumbnail
2
+
3
+ Attribute thumbnail, intended for interfaces like storefront colour selector.
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **type** | **string** | | [optional] [default to undefined]
10
+ **value** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AttributeThumbnail } from '@teemill/website';
16
+
17
+ const instance: AttributeThumbnail = {
18
+ type,
19
+ value,
20
+ };
21
+ ```
22
+
23
+ [[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
+ # AuthorizeStripe200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **redirect_url** | **string** | The URL to redirect to | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { AuthorizeStripe200Response } from '@teemill/website';
14
+
15
+ const instance: AuthorizeStripe200Response = {
16
+ redirect_url,
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)
package/docs/Blog.md ADDED
@@ -0,0 +1,34 @@
1
+ # Blog
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
+ **title** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **slug** | **string** | | [optional] [default to undefined]
12
+ **seoMetadata** | [**SeoMetadata**](SeoMetadata.md) | | [optional] [default to undefined]
13
+ **targetSearchPhraseData** | [**TargetSearchPhraseData**](TargetSearchPhraseData.md) | | [optional] [default to undefined]
14
+ **metaImage** | [**MetaImage**](MetaImage.md) | | [optional] [default to undefined]
15
+ **publishedAt** | **string** | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { Blog } from '@teemill/website';
21
+
22
+ const instance: Blog = {
23
+ id,
24
+ title,
25
+ description,
26
+ slug,
27
+ seoMetadata,
28
+ targetSearchPhraseData,
29
+ metaImage,
30
+ publishedAt,
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)