@teemill/website 0.19.1 → 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 +924 -145
  3. package/base.ts +1 -1
  4. package/common.ts +1 -1
  5. package/configuration.ts +1 -1
  6. package/dist/api.d.ts +485 -3
  7. package/dist/api.js +485 -8
  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 +485 -3
  15. package/dist/esm/api.js +475 -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/base.ts 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.19.1
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/common.ts 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.19.1
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/configuration.ts 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.19.1
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/api.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.19.1
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).
@@ -264,6 +264,19 @@ export interface BlogsResponse {
264
264
  */
265
265
  'nextPageToken'?: number | null;
266
266
  }
267
+ /**
268
+ *
269
+ * @export
270
+ * @interface Brand
271
+ */
272
+ export interface Brand {
273
+ /**
274
+ * The URL of the favicon
275
+ * @type {string}
276
+ * @memberof Brand
277
+ */
278
+ 'favicon'?: string;
279
+ }
267
280
  /**
268
281
  *
269
282
  * @export
@@ -376,6 +389,50 @@ export interface ExportPages202Response {
376
389
  */
377
390
  'message'?: string;
378
391
  }
392
+ /**
393
+ *
394
+ * @export
395
+ * @interface Footer
396
+ */
397
+ export interface Footer {
398
+ /**
399
+ *
400
+ * @type {Array<FooterItem>}
401
+ * @memberof Footer
402
+ */
403
+ 'items'?: Array<FooterItem>;
404
+ }
405
+ /**
406
+ *
407
+ * @export
408
+ * @interface FooterItem
409
+ */
410
+ export interface FooterItem {
411
+ /**
412
+ *
413
+ * @type {string}
414
+ * @memberof FooterItem
415
+ */
416
+ 'id'?: string;
417
+ /**
418
+ *
419
+ * @type {string}
420
+ * @memberof FooterItem
421
+ */
422
+ 'text'?: string;
423
+ /**
424
+ *
425
+ * @type {string}
426
+ * @memberof FooterItem
427
+ */
428
+ 'link'?: string;
429
+ /**
430
+ *
431
+ * @type {number}
432
+ * @memberof FooterItem
433
+ */
434
+ 'order'?: number;
435
+ }
379
436
  /**
380
437
  * Image description
381
438
  * @export
@@ -594,6 +651,13 @@ export interface Page {
594
651
  * @memberof Page
595
652
  */
596
653
  'id'?: string;
654
+ /**
655
+ * The legacy ID of the page
656
+ * @type {number}
657
+ * @memberof Page
658
+ * @deprecated
659
+ */
660
+ 'legacyId'?: number;
597
661
  /**
598
662
  *
599
663
  * @type {string}
@@ -943,6 +1007,12 @@ export interface Review {
943
1007
  * @memberof Review
944
1008
  */
945
1009
  'text': string;
1010
+ /**
1011
+ *
1012
+ * @type {ReviewProduct}
1013
+ * @memberof Review
1014
+ */
1015
+ 'product'?: ReviewProduct;
946
1016
  /**
947
1017
  *
948
1018
  * @type {ReviewAuthor}
@@ -1024,6 +1094,25 @@ export interface ReviewImagesInner {
1024
1094
  */
1025
1095
  'alt'?: string;
1026
1096
  }
1097
+ /**
1098
+ * The product that the review is for
1099
+ * @export
1100
+ * @interface ReviewProduct
1101
+ */
1102
+ export interface ReviewProduct {
1103
+ /**
1104
+ * Unique object identifier
1105
+ * @type {string}
1106
+ * @memberof ReviewProduct
1107
+ */
1108
+ 'id'?: string;
1109
+ /**
1110
+ * The title of the product
1111
+ * @type {string}
1112
+ * @memberof ReviewProduct
1113
+ */
1114
+ 'title'?: string;
1115
+ }
1027
1116
  /**
1028
1117
  *
1029
1118
  * @export
@@ -1205,6 +1294,12 @@ export interface SeoOptimiseCollectionsRequest {
1205
1294
  * @memberof SeoOptimiseCollectionsRequest
1206
1295
  */
1207
1296
  'ids'?: Array<string>;
1297
+ /**
1298
+ * If provided, only the specified fields will be updated.
1299
+ * @type {Array<string>}
1300
+ * @memberof SeoOptimiseCollectionsRequest
1301
+ */
1302
+ 'fields'?: Array<string>;
1208
1303
  }
1209
1304
  /**
1210
1305
  *
@@ -1231,6 +1326,12 @@ export interface SeoOptimisePagesRequest {
1231
1326
  * @memberof SeoOptimisePagesRequest
1232
1327
  */
1233
1328
  'ids'?: Array<string>;
1329
+ /**
1330
+ * If provided, only the specified fields will be updated.
1331
+ * @type {Array<string>}
1332
+ * @memberof SeoOptimisePagesRequest
1333
+ */
1334
+ 'fields'?: Array<string>;
1234
1335
  }
1235
1336
  /**
1236
1337
  *
@@ -1646,6 +1747,19 @@ export interface UpdateBlogsRequestBlogsInnerSeoMetadata {
1646
1747
  */
1647
1748
  'description'?: string | null;
1648
1749
  }
1750
+ /**
1751
+ *
1752
+ * @export
1753
+ * @interface UpdateBrandRequest
1754
+ */
1755
+ export interface UpdateBrandRequest {
1756
+ /**
1757
+ *
1758
+ * @type {string}
1759
+ * @memberof UpdateBrandRequest
1760
+ */
1761
+ 'favicon'?: string;
1762
+ }
1649
1763
  /**
1650
1764
  *
1651
1765
  * @export
@@ -1782,6 +1896,44 @@ export interface UpdateCollectionsRequestCollectionsInnerSeoMetadata {
1782
1896
  */
1783
1897
  'description'?: string | null;
1784
1898
  }
1899
+ /**
1900
+ *
1901
+ * @export
1902
+ * @interface UpdateFooterRequest
1903
+ */
1904
+ export interface UpdateFooterRequest {
1905
+ /**
1906
+ *
1907
+ * @type {Array<UpdateFooterRequestItemsInner>}
1908
+ * @memberof UpdateFooterRequest
1909
+ */
1910
+ 'items': Array<UpdateFooterRequestItemsInner>;
1911
+ }
1912
+ /**
1913
+ *
1914
+ * @export
1915
+ * @interface UpdateFooterRequestItemsInner
1916
+ */
1917
+ export interface UpdateFooterRequestItemsInner {
1918
+ /**
1919
+ *
1920
+ * @type {string}
1921
+ * @memberof UpdateFooterRequestItemsInner
1922
+ */
1923
+ 'text': string;
1924
+ /**
1925
+ *
1926
+ * @type {string}
1927
+ * @memberof UpdateFooterRequestItemsInner
1928
+ */
1929
+ 'link': string;
1930
+ /**
1931
+ *
1932
+ * @type {number}
1933
+ * @memberof UpdateFooterRequestItemsInner
1934
+ */
1935
+ 'order': number;
1936
+ }
1785
1937
  /**
1786
1938
  *
1787
1939
  * @export
@@ -3246,6 +3398,258 @@ export declare class CrossSellApi extends BaseAPI {
3246
3398
  */
3247
3399
  getCrossSellProducts(requestParameters: CrossSellApiGetCrossSellProductsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Product[], any>>;
3248
3400
  }
3401
+ /**
3402
+ * DefaultApi - axios parameter creator
3403
+ * @export
3404
+ */
3405
+ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
3406
+ /**
3407
+ * Get the brand for the project
3408
+ * @summary Get brand
3409
+ * @param {string} project What project it is
3410
+ * @param {*} [options] Override http request option.
3411
+ * @throws {RequiredError}
3412
+ */
3413
+ getBrand: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3414
+ /**
3415
+ * Update the brand for the project
3416
+ * @summary Update brand
3417
+ * @param {string} project What project it is
3418
+ * @param {UpdateBrandRequest} [updateBrandRequest] Update brand request
3419
+ * @param {*} [options] Override http request option.
3420
+ * @throws {RequiredError}
3421
+ */
3422
+ updateBrand: (project: string, updateBrandRequest?: UpdateBrandRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3423
+ };
3424
+ /**
3425
+ * DefaultApi - functional programming interface
3426
+ * @export
3427
+ */
3428
+ export declare const DefaultApiFp: (configuration?: Configuration) => {
3429
+ /**
3430
+ * Get the brand for the project
3431
+ * @summary Get brand
3432
+ * @param {string} project What project it is
3433
+ * @param {*} [options] Override http request option.
3434
+ * @throws {RequiredError}
3435
+ */
3436
+ getBrand(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Brand>>;
3437
+ /**
3438
+ * Update the brand for the project
3439
+ * @summary Update brand
3440
+ * @param {string} project What project it is
3441
+ * @param {UpdateBrandRequest} [updateBrandRequest] Update brand request
3442
+ * @param {*} [options] Override http request option.
3443
+ * @throws {RequiredError}
3444
+ */
3445
+ updateBrand(project: string, updateBrandRequest?: UpdateBrandRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Brand>>;
3446
+ };
3447
+ /**
3448
+ * DefaultApi - factory interface
3449
+ * @export
3450
+ */
3451
+ export declare const DefaultApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
3452
+ /**
3453
+ * Get the brand for the project
3454
+ * @summary Get brand
3455
+ * @param {DefaultApiGetBrandRequest} requestParameters Request parameters.
3456
+ * @param {*} [options] Override http request option.
3457
+ * @throws {RequiredError}
3458
+ */
3459
+ getBrand(requestParameters: DefaultApiGetBrandRequest, options?: RawAxiosRequestConfig): AxiosPromise<Brand>;
3460
+ /**
3461
+ * Update the brand for the project
3462
+ * @summary Update brand
3463
+ * @param {DefaultApiUpdateBrandRequest} requestParameters Request parameters.
3464
+ * @param {*} [options] Override http request option.
3465
+ * @throws {RequiredError}
3466
+ */
3467
+ updateBrand(requestParameters: DefaultApiUpdateBrandRequest, options?: RawAxiosRequestConfig): AxiosPromise<Brand>;
3468
+ };
3469
+ /**
3470
+ * Request parameters for getBrand operation in DefaultApi.
3471
+ * @export
3472
+ * @interface DefaultApiGetBrandRequest
3473
+ */
3474
+ export interface DefaultApiGetBrandRequest {
3475
+ /**
3476
+ * What project it is
3477
+ * @type {string}
3478
+ * @memberof DefaultApiGetBrand
3479
+ */
3480
+ readonly project: string;
3481
+ }
3482
+ /**
3483
+ * Request parameters for updateBrand operation in DefaultApi.
3484
+ * @export
3485
+ * @interface DefaultApiUpdateBrandRequest
3486
+ */
3487
+ export interface DefaultApiUpdateBrandRequest {
3488
+ /**
3489
+ * What project it is
3490
+ * @type {string}
3491
+ * @memberof DefaultApiUpdateBrand
3492
+ */
3493
+ readonly project: string;
3494
+ /**
3495
+ * Update brand request
3496
+ * @type {UpdateBrandRequest}
3497
+ * @memberof DefaultApiUpdateBrand
3498
+ */
3499
+ readonly updateBrandRequest?: UpdateBrandRequest;
3500
+ }
3501
+ /**
3502
+ * DefaultApi - object-oriented interface
3503
+ * @export
3504
+ * @class DefaultApi
3505
+ * @extends {BaseAPI}
3506
+ */
3507
+ export declare class DefaultApi extends BaseAPI {
3508
+ /**
3509
+ * Get the brand for the project
3510
+ * @summary Get brand
3511
+ * @param {DefaultApiGetBrandRequest} requestParameters Request parameters.
3512
+ * @param {*} [options] Override http request option.
3513
+ * @throws {RequiredError}
3514
+ * @memberof DefaultApi
3515
+ */
3516
+ getBrand(requestParameters: DefaultApiGetBrandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Brand, any>>;
3517
+ /**
3518
+ * Update the brand for the project
3519
+ * @summary Update brand
3520
+ * @param {DefaultApiUpdateBrandRequest} requestParameters Request parameters.
3521
+ * @param {*} [options] Override http request option.
3522
+ * @throws {RequiredError}
3523
+ * @memberof DefaultApi
3524
+ */
3525
+ updateBrand(requestParameters: DefaultApiUpdateBrandRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Brand, any>>;
3526
+ }
3527
+ /**
3528
+ * FooterApi - axios parameter creator
3529
+ * @export
3530
+ */
3531
+ export declare const FooterApiAxiosParamCreator: (configuration?: Configuration) => {
3532
+ /**
3533
+ * Get the footer for the project
3534
+ * @summary Get footer
3535
+ * @param {string} project What project it is
3536
+ * @param {*} [options] Override http request option.
3537
+ * @throws {RequiredError}
3538
+ */
3539
+ getFooter: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3540
+ /**
3541
+ * Update a footer
3542
+ * @summary Update footer
3543
+ * @param {string} project What project it is
3544
+ * @param {UpdateFooterRequest} [updateFooterRequest] Update footer
3545
+ * @param {*} [options] Override http request option.
3546
+ * @throws {RequiredError}
3547
+ */
3548
+ updateFooter: (project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3549
+ };
3550
+ /**
3551
+ * FooterApi - functional programming interface
3552
+ * @export
3553
+ */
3554
+ export declare const FooterApiFp: (configuration?: Configuration) => {
3555
+ /**
3556
+ * Get the footer for the project
3557
+ * @summary Get footer
3558
+ * @param {string} project What project it is
3559
+ * @param {*} [options] Override http request option.
3560
+ * @throws {RequiredError}
3561
+ */
3562
+ getFooter(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Footer>>>;
3563
+ /**
3564
+ * Update a footer
3565
+ * @summary Update footer
3566
+ * @param {string} project What project it is
3567
+ * @param {UpdateFooterRequest} [updateFooterRequest] Update footer
3568
+ * @param {*} [options] Override http request option.
3569
+ * @throws {RequiredError}
3570
+ */
3571
+ updateFooter(project: string, updateFooterRequest?: UpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Footer>>>;
3572
+ };
3573
+ /**
3574
+ * FooterApi - factory interface
3575
+ * @export
3576
+ */
3577
+ export declare const FooterApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
3578
+ /**
3579
+ * Get the footer for the project
3580
+ * @summary Get footer
3581
+ * @param {FooterApiGetFooterRequest} requestParameters Request parameters.
3582
+ * @param {*} [options] Override http request option.
3583
+ * @throws {RequiredError}
3584
+ */
3585
+ getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<Footer>>;
3586
+ /**
3587
+ * Update a footer
3588
+ * @summary Update footer
3589
+ * @param {FooterApiUpdateFooterRequest} requestParameters Request parameters.
3590
+ * @param {*} [options] Override http request option.
3591
+ * @throws {RequiredError}
3592
+ */
3593
+ updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<Footer>>;
3594
+ };
3595
+ /**
3596
+ * Request parameters for getFooter operation in FooterApi.
3597
+ * @export
3598
+ * @interface FooterApiGetFooterRequest
3599
+ */
3600
+ export interface FooterApiGetFooterRequest {
3601
+ /**
3602
+ * What project it is
3603
+ * @type {string}
3604
+ * @memberof FooterApiGetFooter
3605
+ */
3606
+ readonly project: string;
3607
+ }
3608
+ /**
3609
+ * Request parameters for updateFooter operation in FooterApi.
3610
+ * @export
3611
+ * @interface FooterApiUpdateFooterRequest
3612
+ */
3613
+ export interface FooterApiUpdateFooterRequest {
3614
+ /**
3615
+ * What project it is
3616
+ * @type {string}
3617
+ * @memberof FooterApiUpdateFooter
3618
+ */
3619
+ readonly project: string;
3620
+ /**
3621
+ * Update footer
3622
+ * @type {UpdateFooterRequest}
3623
+ * @memberof FooterApiUpdateFooter
3624
+ */
3625
+ readonly updateFooterRequest?: UpdateFooterRequest;
3626
+ }
3627
+ /**
3628
+ * FooterApi - object-oriented interface
3629
+ * @export
3630
+ * @class FooterApi
3631
+ * @extends {BaseAPI}
3632
+ */
3633
+ export declare class FooterApi extends BaseAPI {
3634
+ /**
3635
+ * Get the footer for the project
3636
+ * @summary Get footer
3637
+ * @param {FooterApiGetFooterRequest} requestParameters Request parameters.
3638
+ * @param {*} [options] Override http request option.
3639
+ * @throws {RequiredError}
3640
+ * @memberof FooterApi
3641
+ */
3642
+ getFooter(requestParameters: FooterApiGetFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer[], any>>;
3643
+ /**
3644
+ * Update a footer
3645
+ * @summary Update footer
3646
+ * @param {FooterApiUpdateFooterRequest} requestParameters Request parameters.
3647
+ * @param {*} [options] Override http request option.
3648
+ * @throws {RequiredError}
3649
+ * @memberof FooterApi
3650
+ */
3651
+ updateFooter(requestParameters: FooterApiUpdateFooterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Footer[], any>>;
3652
+ }
3249
3653
  /**
3250
3654
  * MenuApi - axios parameter creator
3251
3655
  * @export
@@ -3931,6 +4335,16 @@ export declare class PaymentApi extends BaseAPI {
3931
4335
  * @export
3932
4336
  */
3933
4337
  export declare const ReviewsApiAxiosParamCreator: (configuration?: Configuration) => {
4338
+ /**
4339
+ * Export reviews as a CSV file.
4340
+ * @summary Export reviews
4341
+ * @param {string} project What project it is
4342
+ * @param {string} [start] Start of date range to filter by
4343
+ * @param {string} [end] End of date range to filter by
4344
+ * @param {*} [options] Override http request option.
4345
+ * @throws {RequiredError}
4346
+ */
4347
+ exportReviews: (project: string, start?: string, end?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3934
4348
  /**
3935
4349
  *
3936
4350
  * @summary Get review
@@ -3948,10 +4362,12 @@ export declare const ReviewsApiAxiosParamCreator: (configuration?: Configuration
3948
4362
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3949
4363
  * @param {string} [search] Search term to filter results
3950
4364
  * @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.
4365
+ * @param {string} [start] Start of date range to filter by
4366
+ * @param {string} [end] End of date range to filter by
3951
4367
  * @param {*} [options] Override http request option.
3952
4368
  * @throws {RequiredError}
3953
4369
  */
3954
- listReviews: (project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
4370
+ listReviews: (project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, start?: string, end?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
3955
4371
  /**
3956
4372
  *
3957
4373
  * @summary Moderate review
@@ -3968,6 +4384,16 @@ export declare const ReviewsApiAxiosParamCreator: (configuration?: Configuration
3968
4384
  * @export
3969
4385
  */
3970
4386
  export declare const ReviewsApiFp: (configuration?: Configuration) => {
4387
+ /**
4388
+ * Export reviews as a CSV file.
4389
+ * @summary Export reviews
4390
+ * @param {string} project What project it is
4391
+ * @param {string} [start] Start of date range to filter by
4392
+ * @param {string} [end] End of date range to filter by
4393
+ * @param {*} [options] Override http request option.
4394
+ * @throws {RequiredError}
4395
+ */
4396
+ exportReviews(project: string, start?: string, end?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
3971
4397
  /**
3972
4398
  *
3973
4399
  * @summary Get review
@@ -3985,10 +4411,12 @@ export declare const ReviewsApiFp: (configuration?: Configuration) => {
3985
4411
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
3986
4412
  * @param {string} [search] Search term to filter results
3987
4413
  * @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.
4414
+ * @param {string} [start] Start of date range to filter by
4415
+ * @param {string} [end] End of date range to filter by
3988
4416
  * @param {*} [options] Override http request option.
3989
4417
  * @throws {RequiredError}
3990
4418
  */
3991
- listReviews(project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReviewsResponse>>;
4419
+ listReviews(project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, start?: string, end?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReviewsResponse>>;
3992
4420
  /**
3993
4421
  *
3994
4422
  * @summary Moderate review
@@ -4005,6 +4433,14 @@ export declare const ReviewsApiFp: (configuration?: Configuration) => {
4005
4433
  * @export
4006
4434
  */
4007
4435
  export declare const ReviewsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
4436
+ /**
4437
+ * Export reviews as a CSV file.
4438
+ * @summary Export reviews
4439
+ * @param {ReviewsApiExportReviewsRequest} requestParameters Request parameters.
4440
+ * @param {*} [options] Override http request option.
4441
+ * @throws {RequiredError}
4442
+ */
4443
+ exportReviews(requestParameters: ReviewsApiExportReviewsRequest, options?: RawAxiosRequestConfig): AxiosPromise<File>;
4008
4444
  /**
4009
4445
  *
4010
4446
  * @summary Get review
@@ -4030,6 +4466,31 @@ export declare const ReviewsApiFactory: (configuration?: Configuration, basePath
4030
4466
  */
4031
4467
  moderateReview(requestParameters: ReviewsApiModerateReviewRequest, options?: RawAxiosRequestConfig): AxiosPromise<Review>;
4032
4468
  };
4469
+ /**
4470
+ * Request parameters for exportReviews operation in ReviewsApi.
4471
+ * @export
4472
+ * @interface ReviewsApiExportReviewsRequest
4473
+ */
4474
+ export interface ReviewsApiExportReviewsRequest {
4475
+ /**
4476
+ * What project it is
4477
+ * @type {string}
4478
+ * @memberof ReviewsApiExportReviews
4479
+ */
4480
+ readonly project: string;
4481
+ /**
4482
+ * Start of date range to filter by
4483
+ * @type {string}
4484
+ * @memberof ReviewsApiExportReviews
4485
+ */
4486
+ readonly start?: string;
4487
+ /**
4488
+ * End of date range to filter by
4489
+ * @type {string}
4490
+ * @memberof ReviewsApiExportReviews
4491
+ */
4492
+ readonly end?: string;
4493
+ }
4033
4494
  /**
4034
4495
  * Request parameters for getReview operation in ReviewsApi.
4035
4496
  * @export
@@ -4085,6 +4546,18 @@ export interface ReviewsApiListReviewsRequest {
4085
4546
  * @memberof ReviewsApiListReviews
4086
4547
  */
4087
4548
  readonly sortBy?: Array<string>;
4549
+ /**
4550
+ * Start of date range to filter by
4551
+ * @type {string}
4552
+ * @memberof ReviewsApiListReviews
4553
+ */
4554
+ readonly start?: string;
4555
+ /**
4556
+ * End of date range to filter by
4557
+ * @type {string}
4558
+ * @memberof ReviewsApiListReviews
4559
+ */
4560
+ readonly end?: string;
4088
4561
  }
4089
4562
  /**
4090
4563
  * Request parameters for moderateReview operation in ReviewsApi.
@@ -4118,6 +4591,15 @@ export interface ReviewsApiModerateReviewRequest {
4118
4591
  * @extends {BaseAPI}
4119
4592
  */
4120
4593
  export declare class ReviewsApi extends BaseAPI {
4594
+ /**
4595
+ * Export reviews as a CSV file.
4596
+ * @summary Export reviews
4597
+ * @param {ReviewsApiExportReviewsRequest} requestParameters Request parameters.
4598
+ * @param {*} [options] Override http request option.
4599
+ * @throws {RequiredError}
4600
+ * @memberof ReviewsApi
4601
+ */
4602
+ exportReviews(requestParameters: ReviewsApiExportReviewsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
4121
4603
  /**
4122
4604
  *
4123
4605
  * @summary Get review