@bisondesk/core-sdk 1.0.80 → 1.0.81
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.
|
@@ -4,10 +4,11 @@ export declare type SavedFilter = {
|
|
|
4
4
|
id: string;
|
|
5
5
|
businessEntityId: BusinessEntityIds;
|
|
6
6
|
searchRequest: SearchRequest;
|
|
7
|
+
name: string;
|
|
7
8
|
};
|
|
8
9
|
export declare type NewSavedFilterRequest = {
|
|
9
10
|
businessEntityId: BusinessEntityIds;
|
|
10
11
|
searchRequest: SearchRequest;
|
|
12
|
+
name: string;
|
|
11
13
|
};
|
|
12
|
-
export declare type UpdateSavedFilterRequest = SearchRequest;
|
|
13
14
|
//# sourceMappingURL=saved-filters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"saved-filters.d.ts","sourceRoot":"","sources":["../../src/types/saved-filters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,oBAAY,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,aAAa,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"saved-filters.d.ts","sourceRoot":"","sources":["../../src/types/saved-filters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,oBAAY,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,aAAa,EAAE,aAAa,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bisondesk/core-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.81",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf build dist lib *.tsbuildinfo",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"author": "Ivo Anastácio",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@bisondesk/commons-sdk": "1.0.
|
|
14
|
+
"@bisondesk/commons-sdk": "1.0.81",
|
|
15
15
|
"joi": "17.4.0",
|
|
16
16
|
"lru-cache": "6.0.0"
|
|
17
17
|
},
|
|
@@ -5,11 +5,11 @@ export type SavedFilter = {
|
|
|
5
5
|
id: string;
|
|
6
6
|
businessEntityId: BusinessEntityIds;
|
|
7
7
|
searchRequest: SearchRequest;
|
|
8
|
+
name: string;
|
|
8
9
|
};
|
|
9
10
|
|
|
10
11
|
export type NewSavedFilterRequest = {
|
|
11
12
|
businessEntityId: BusinessEntityIds;
|
|
12
13
|
searchRequest: SearchRequest;
|
|
14
|
+
name: string;
|
|
13
15
|
};
|
|
14
|
-
|
|
15
|
-
export type UpdateSavedFilterRequest = SearchRequest;
|
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -592,8 +592,8 @@
|
|
|
592
592
|
"affectsGlobalScope": false
|
|
593
593
|
},
|
|
594
594
|
"./src/types/saved-filters.ts": {
|
|
595
|
-
"version": "
|
|
596
|
-
"signature": "
|
|
595
|
+
"version": "105400ae1f4fa7429feac8a0054b335b0c516148d50f9a802003a77a67293cf2",
|
|
596
|
+
"signature": "022a1ab38ec29d0f39d58e6c0891eeed9edf9501575123762ff2ad29eb22e6e5",
|
|
597
597
|
"affectsGlobalScope": false
|
|
598
598
|
},
|
|
599
599
|
"./src/types/settings.ts": {
|