@dataggo/node-akeneo-api 1.3.1 → 1.4.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.
@@ -74,6 +74,7 @@ export type AttributeQueryParameters = {
74
74
  search?: string;
75
75
  page?: number;
76
76
  limit?: number;
77
+ with_table_select_options?: boolean;
77
78
  with_count?: boolean;
78
79
  };
79
80
  export type AttributeOptionQueryParameters = {
@@ -74,6 +74,7 @@ export type AttributeQueryParameters = {
74
74
  search?: string;
75
75
  page?: number;
76
76
  limit?: number;
77
+ with_table_select_options?: boolean;
77
78
  with_count?: boolean;
78
79
  };
79
80
  export type AttributeOptionQueryParameters = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataggo/node-akeneo-api",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "description": "A Node Rest Client for the Akeneo PIM",
5
5
  "author": "Dataggo <contact@dataggo>",
6
6
  "license": "MIT",