oneentry 1.0.21 → 1.0.22
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/README.md +3 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -822,6 +822,8 @@ const { Products } = defineOneEntry('your-url')
|
|
|
822
822
|
|
|
823
823
|
This module accepts a set of user parameters called userQuery. If the parameters are not passed to the method, the default value will be applied.
|
|
824
824
|
|
|
825
|
+
Parameters:
|
|
826
|
+
|
|
825
827
|
```
|
|
826
828
|
{
|
|
827
829
|
offset: 0,
|
|
@@ -834,6 +836,7 @@ This module accepts a set of user parameters called userQuery. If the parameters
|
|
|
834
836
|
sortKey: 'id'
|
|
835
837
|
}
|
|
836
838
|
```
|
|
839
|
+
|
|
837
840
|
"conditionMarker" by which values are filtered (not set by default), possible values:
|
|
838
841
|
> 'in' - Contains,
|
|
839
842
|
>
|
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oneentry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"/dist"
|
|
9
9
|
],
|
|
10
|
-
|
|
11
10
|
"author": "ONEENTRY PORTAL CO.",
|
|
12
11
|
"license": "ISC",
|
|
13
12
|
"dependencies": {
|
|
14
13
|
"jsdoc": "^4.0.2",
|
|
15
14
|
"typescript": "^5.2.2"
|
|
16
15
|
}
|
|
17
|
-
}
|
|
16
|
+
}
|