@teemill/product-catalog 1.86.0 → 1.88.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.
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Product Catalog API
3
3
  * Manage your Product Catalog. A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
4
4
  *
5
- * The version of the OpenAPI document: 1.86.0
5
+ * The version of the OpenAPI document: 1.88.0
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1264,6 +1264,10 @@ export interface ProductWarehouseProduct {
1264
1264
  * Reference to the product in the Global Fulfillment Network (GFN) catalog that will be used as a base for this product. A list of available products for the given project can be obtained from the GFN Catalog API.
1265
1265
  */
1266
1266
  'gfnProductRef'?: string;
1267
+ /**
1268
+ * Meta fields from the warehouse product
1269
+ */
1270
+ 'metafields'?: Array<MetaField>;
1267
1271
  }
1268
1272
  export interface ProductsResponse {
1269
1273
  'products'?: Array<Product>;
@@ -1831,6 +1835,30 @@ export declare const UpdateProductsRequestProductsInnerVariantsInnerSalePriceCur
1831
1835
  readonly Gbp: "GBP";
1832
1836
  };
1833
1837
  export type UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum = typeof UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum[keyof typeof UpdateProductsRequestProductsInnerVariantsInnerSalePriceCurrencyCodeEnum];
1838
+ export interface UserList {
1839
+ 'creators': Array<UserListCreatorsInner>;
1840
+ }
1841
+ export interface UserListCreatorsInner {
1842
+ /**
1843
+ * Unique object identifier
1844
+ */
1845
+ 'id': string;
1846
+ /**
1847
+ * The username of the product creator
1848
+ */
1849
+ 'username': string;
1850
+ 'avatar': UserListCreatorsInnerAvatar;
1851
+ }
1852
+ export interface UserListCreatorsInnerAvatar {
1853
+ /**
1854
+ * URL to the thumbnail version of the avatar
1855
+ */
1856
+ 'thumbnail': string | null;
1857
+ /**
1858
+ * URL to the original avatar image
1859
+ */
1860
+ 'original': string | null;
1861
+ }
1834
1862
  export interface Variant {
1835
1863
  /**
1836
1864
  * Unique object identifier
@@ -1909,6 +1937,10 @@ export interface VariantWarehouseVariant {
1909
1937
  * Reference to the variant in the Global Fulfillment Network (GFN) catalog.
1910
1938
  */
1911
1939
  'gfnVariantRef'?: string;
1940
+ /**
1941
+ * Meta fields from the warehouse variant
1942
+ */
1943
+ 'metafields'?: Array<MetaField>;
1912
1944
  }
1913
1945
  export interface VariantWholesaleCost {
1914
1946
  'item': RequiredPrice;
@@ -2565,7 +2597,7 @@ export declare const ProductAnalyticsApiAxiosParamCreator: (configuration?: Conf
2565
2597
  * @summary Export product analytics
2566
2598
  * @param {string} project What project it is
2567
2599
  * @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.
2568
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2600
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;Multiple filters can be combined with spaces and commas.\&#39;
2569
2601
  * @param {string} [dateRangeStartDate] Start date for the date range filter (ISO 8601 format)
2570
2602
  * @param {string} [dateRangeEndDate] End date for the date range filter (ISO 8601 format)
2571
2603
  * @param {number} [minimumRevenue] Filter to only include products with total revenue greater than or equal to this amount
@@ -2576,10 +2608,14 @@ export declare const ProductAnalyticsApiAxiosParamCreator: (configuration?: Conf
2576
2608
  * @param {number} [maximumBasketPercent] Filter to only include products where the average basket percentage is less than or equal to this value
2577
2609
  * @param {number} [minimumTraffic] Filter to only include products with total traffic greater than or equal to this number
2578
2610
  * @param {number} [maximumTraffic] Filter to only include products with total traffic less than or equal to this number
2611
+ * @param {string} [createdBefore] Filter to only include products created before the given date
2612
+ * @param {string} [createdAfter] Filter to only include products created after the given date
2613
+ * @param {string} [updatedBefore] Filter to only include products updated before the given date
2614
+ * @param {string} [updatedAfter] Filter to only include products updated after the given date
2579
2615
  * @param {*} [options] Override http request option.
2580
2616
  * @throws {RequiredError}
2581
2617
  */
2582
- exportProductAnalytics: (project: string, sortBy?: Array<string>, search?: string, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2618
+ exportProductAnalytics: (project: string, sortBy?: Array<string>, search?: string, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, createdBefore?: string, createdAfter?: string, updatedBefore?: string, updatedAfter?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2583
2619
  /**
2584
2620
  * Get the AI-generated summary of the product analytics for the given project.
2585
2621
  * @summary Get product analytics summary
@@ -2594,7 +2630,7 @@ export declare const ProductAnalyticsApiAxiosParamCreator: (configuration?: Conf
2594
2630
  * @param {string} project What project it is
2595
2631
  * @param {number} [pageToken] Page reference token
2596
2632
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2597
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2633
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;Multiple filters can be combined with spaces and commas.\&#39;
2598
2634
  * @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.
2599
2635
  * @param {string} [dateRangeStartDate] Start date for the date range filter (ISO 8601 format)
2600
2636
  * @param {string} [dateRangeEndDate] End date for the date range filter (ISO 8601 format)
@@ -2606,10 +2642,14 @@ export declare const ProductAnalyticsApiAxiosParamCreator: (configuration?: Conf
2606
2642
  * @param {number} [maximumBasketPercent] Filter to only include products where the average basket percentage is less than or equal to this value
2607
2643
  * @param {number} [minimumTraffic] Filter to only include products with total traffic greater than or equal to this number
2608
2644
  * @param {number} [maximumTraffic] Filter to only include products with total traffic less than or equal to this number
2645
+ * @param {string} [createdBefore] Filter to only include products created before the given date
2646
+ * @param {string} [createdAfter] Filter to only include products created after the given date
2647
+ * @param {string} [updatedBefore] Filter to only include products updated before the given date
2648
+ * @param {string} [updatedAfter] Filter to only include products updated after the given date
2609
2649
  * @param {*} [options] Override http request option.
2610
2650
  * @throws {RequiredError}
2611
2651
  */
2612
- listProductAnalytics: (project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2652
+ listProductAnalytics: (project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, createdBefore?: string, createdAfter?: string, updatedBefore?: string, updatedAfter?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2613
2653
  };
2614
2654
  /**
2615
2655
  * ProductAnalyticsApi - functional programming interface
@@ -2620,7 +2660,7 @@ export declare const ProductAnalyticsApiFp: (configuration?: Configuration) => {
2620
2660
  * @summary Export product analytics
2621
2661
  * @param {string} project What project it is
2622
2662
  * @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.
2623
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2663
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;Multiple filters can be combined with spaces and commas.\&#39;
2624
2664
  * @param {string} [dateRangeStartDate] Start date for the date range filter (ISO 8601 format)
2625
2665
  * @param {string} [dateRangeEndDate] End date for the date range filter (ISO 8601 format)
2626
2666
  * @param {number} [minimumRevenue] Filter to only include products with total revenue greater than or equal to this amount
@@ -2631,10 +2671,14 @@ export declare const ProductAnalyticsApiFp: (configuration?: Configuration) => {
2631
2671
  * @param {number} [maximumBasketPercent] Filter to only include products where the average basket percentage is less than or equal to this value
2632
2672
  * @param {number} [minimumTraffic] Filter to only include products with total traffic greater than or equal to this number
2633
2673
  * @param {number} [maximumTraffic] Filter to only include products with total traffic less than or equal to this number
2674
+ * @param {string} [createdBefore] Filter to only include products created before the given date
2675
+ * @param {string} [createdAfter] Filter to only include products created after the given date
2676
+ * @param {string} [updatedBefore] Filter to only include products updated before the given date
2677
+ * @param {string} [updatedAfter] Filter to only include products updated after the given date
2634
2678
  * @param {*} [options] Override http request option.
2635
2679
  * @throws {RequiredError}
2636
2680
  */
2637
- exportProductAnalytics(project: string, sortBy?: Array<string>, search?: string, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
2681
+ exportProductAnalytics(project: string, sortBy?: Array<string>, search?: string, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, createdBefore?: string, createdAfter?: string, updatedBefore?: string, updatedAfter?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
2638
2682
  /**
2639
2683
  * Get the AI-generated summary of the product analytics for the given project.
2640
2684
  * @summary Get product analytics summary
@@ -2649,7 +2693,7 @@ export declare const ProductAnalyticsApiFp: (configuration?: Configuration) => {
2649
2693
  * @param {string} project What project it is
2650
2694
  * @param {number} [pageToken] Page reference token
2651
2695
  * @param {number} [pageSize] Max page size. This is the maximum page size that will be returned, but it might be smaller.
2652
- * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2696
+ * @param {string} [search] Search query string to filter results. Supports field-specific filters like: \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;Multiple filters can be combined with spaces and commas.\&#39;
2653
2697
  * @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.
2654
2698
  * @param {string} [dateRangeStartDate] Start date for the date range filter (ISO 8601 format)
2655
2699
  * @param {string} [dateRangeEndDate] End date for the date range filter (ISO 8601 format)
@@ -2661,10 +2705,14 @@ export declare const ProductAnalyticsApiFp: (configuration?: Configuration) => {
2661
2705
  * @param {number} [maximumBasketPercent] Filter to only include products where the average basket percentage is less than or equal to this value
2662
2706
  * @param {number} [minimumTraffic] Filter to only include products with total traffic greater than or equal to this number
2663
2707
  * @param {number} [maximumTraffic] Filter to only include products with total traffic less than or equal to this number
2708
+ * @param {string} [createdBefore] Filter to only include products created before the given date
2709
+ * @param {string} [createdAfter] Filter to only include products created after the given date
2710
+ * @param {string} [updatedBefore] Filter to only include products updated before the given date
2711
+ * @param {string} [updatedAfter] Filter to only include products updated after the given date
2664
2712
  * @param {*} [options] Override http request option.
2665
2713
  * @throws {RequiredError}
2666
2714
  */
2667
- listProductAnalytics(project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductAnalyticsResponse>>;
2715
+ listProductAnalytics(project: string, pageToken?: number, pageSize?: number, search?: string, sortBy?: Array<string>, dateRangeStartDate?: string, dateRangeEndDate?: string, minimumRevenue?: number, maximumRevenue?: number, minimumSales?: number, maximumSales?: number, minimumBasketPercent?: number, maximumBasketPercent?: number, minimumTraffic?: number, maximumTraffic?: number, createdBefore?: string, createdAfter?: string, updatedBefore?: string, updatedAfter?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductAnalyticsResponse>>;
2668
2716
  };
2669
2717
  /**
2670
2718
  * ProductAnalyticsApi - factory interface
@@ -2708,7 +2756,7 @@ export interface ProductAnalyticsApiExportProductAnalyticsRequest {
2708
2756
  */
2709
2757
  readonly sortBy?: Array<string>;
2710
2758
  /**
2711
- * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2759
+ * Search query string to filter results. Supports field-specific filters like: \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;Multiple filters can be combined with spaces and commas.\&#39;
2712
2760
  */
2713
2761
  readonly search?: string;
2714
2762
  /**
@@ -2751,6 +2799,22 @@ export interface ProductAnalyticsApiExportProductAnalyticsRequest {
2751
2799
  * Filter to only include products with total traffic less than or equal to this number
2752
2800
  */
2753
2801
  readonly maximumTraffic?: number;
2802
+ /**
2803
+ * Filter to only include products created before the given date
2804
+ */
2805
+ readonly createdBefore?: string;
2806
+ /**
2807
+ * Filter to only include products created after the given date
2808
+ */
2809
+ readonly createdAfter?: string;
2810
+ /**
2811
+ * Filter to only include products updated before the given date
2812
+ */
2813
+ readonly updatedBefore?: string;
2814
+ /**
2815
+ * Filter to only include products updated after the given date
2816
+ */
2817
+ readonly updatedAfter?: string;
2754
2818
  }
2755
2819
  /**
2756
2820
  * Request parameters for getProductAnalyticsSummary operation in ProductAnalyticsApi.
@@ -2778,7 +2842,7 @@ export interface ProductAnalyticsApiListProductAnalyticsRequest {
2778
2842
  */
2779
2843
  readonly pageSize?: number;
2780
2844
  /**
2781
- * Search query string to filter results. Supports field-specific filters like: \&#39;enabled:true\&#39;, \&#39;gfn_product_ids:&lt;id&gt;\&#39;, \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;includeArchived:false\&#39;, \&#39;hasSearchPhrase:false\&#39;, \&#39;inDataFeeds:true\&#39;, \&#39;aiOptimised:true\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;genderGroup:\&quot;male,female,unisex\&quot;\&#39;, \&#39;hasBarcode:true\&#39;, \&#39;onSale:true\&#39;, \&#39;type:product,template,bundle\&#39;, \&#39;collection:&lt;id&gt;\&#39;. Multiple filters can be combined with spaces and commas.
2845
+ * Search query string to filter results. Supports field-specific filters like: \&#39;tag:\&quot;tag name\&quot;\&#39;, \&#39;internal_tag:\&quot;internal tag name\&quot;\&#39;, \&#39;productType:&lt;id&gt;\&#39;, \&#39;Multiple filters can be combined with spaces and commas.\&#39;
2782
2846
  */
2783
2847
  readonly search?: string;
2784
2848
  /**
@@ -2825,6 +2889,22 @@ export interface ProductAnalyticsApiListProductAnalyticsRequest {
2825
2889
  * Filter to only include products with total traffic less than or equal to this number
2826
2890
  */
2827
2891
  readonly maximumTraffic?: number;
2892
+ /**
2893
+ * Filter to only include products created before the given date
2894
+ */
2895
+ readonly createdBefore?: string;
2896
+ /**
2897
+ * Filter to only include products created after the given date
2898
+ */
2899
+ readonly createdAfter?: string;
2900
+ /**
2901
+ * Filter to only include products updated before the given date
2902
+ */
2903
+ readonly updatedBefore?: string;
2904
+ /**
2905
+ * Filter to only include products updated after the given date
2906
+ */
2907
+ readonly updatedAfter?: string;
2828
2908
  }
2829
2909
  /**
2830
2910
  * ProductAnalyticsApi - object-oriented interface
@@ -2855,6 +2935,67 @@ export declare class ProductAnalyticsApi extends BaseAPI {
2855
2935
  */
2856
2936
  listProductAnalytics(requestParameters: ProductAnalyticsApiListProductAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductAnalyticsResponse, any, {}>>;
2857
2937
  }
2938
+ /**
2939
+ * ProductCreatorsApi - axios parameter creator
2940
+ */
2941
+ export declare const ProductCreatorsApiAxiosParamCreator: (configuration?: Configuration) => {
2942
+ /**
2943
+ * Lists all the unique users that have created products for the given project.
2944
+ * @summary List product creators
2945
+ * @param {string} project What project it is
2946
+ * @param {*} [options] Override http request option.
2947
+ * @throws {RequiredError}
2948
+ */
2949
+ listProductCreators: (project: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
2950
+ };
2951
+ /**
2952
+ * ProductCreatorsApi - functional programming interface
2953
+ */
2954
+ export declare const ProductCreatorsApiFp: (configuration?: Configuration) => {
2955
+ /**
2956
+ * Lists all the unique users that have created products for the given project.
2957
+ * @summary List product creators
2958
+ * @param {string} project What project it is
2959
+ * @param {*} [options] Override http request option.
2960
+ * @throws {RequiredError}
2961
+ */
2962
+ listProductCreators(project: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserList>>;
2963
+ };
2964
+ /**
2965
+ * ProductCreatorsApi - factory interface
2966
+ */
2967
+ export declare const ProductCreatorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
2968
+ /**
2969
+ * Lists all the unique users that have created products for the given project.
2970
+ * @summary List product creators
2971
+ * @param {ProductCreatorsApiListProductCreatorsRequest} requestParameters Request parameters.
2972
+ * @param {*} [options] Override http request option.
2973
+ * @throws {RequiredError}
2974
+ */
2975
+ listProductCreators(requestParameters: ProductCreatorsApiListProductCreatorsRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserList>;
2976
+ };
2977
+ /**
2978
+ * Request parameters for listProductCreators operation in ProductCreatorsApi.
2979
+ */
2980
+ export interface ProductCreatorsApiListProductCreatorsRequest {
2981
+ /**
2982
+ * What project it is
2983
+ */
2984
+ readonly project: string;
2985
+ }
2986
+ /**
2987
+ * ProductCreatorsApi - object-oriented interface
2988
+ */
2989
+ export declare class ProductCreatorsApi extends BaseAPI {
2990
+ /**
2991
+ * Lists all the unique users that have created products for the given project.
2992
+ * @summary List product creators
2993
+ * @param {ProductCreatorsApiListProductCreatorsRequest} requestParameters Request parameters.
2994
+ * @param {*} [options] Override http request option.
2995
+ * @throws {RequiredError}
2996
+ */
2997
+ listProductCreators(requestParameters: ProductCreatorsApiListProductCreatorsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserList, any, {}>>;
2998
+ }
2858
2999
  /**
2859
3000
  * ProductTypesApi - axios parameter creator
2860
3001
  */