@orangelogic/orange-dam-content-browser-sdk 2.1.34-pr61281.15 → 2.1.35-pr62077.66
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.
|
@@ -30,7 +30,6 @@ export declare const assetsApi: import("@reduxjs/toolkit/query").Api<import("@re
|
|
|
30
30
|
collectionPath: string;
|
|
31
31
|
supportedExtensions: string[];
|
|
32
32
|
supportedRepresentativeSubtypes: string[];
|
|
33
|
-
supportedDocTypes: string[];
|
|
34
33
|
}, "assetsApi">;
|
|
35
34
|
getSortOrders: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
36
35
|
useSession?: string;
|
|
@@ -55,7 +54,6 @@ export declare const useGetAvailableExtensionsQuery: import("@reduxjs/toolkit/di
|
|
|
55
54
|
collectionPath: string;
|
|
56
55
|
supportedExtensions: string[];
|
|
57
56
|
supportedRepresentativeSubtypes: string[];
|
|
58
|
-
supportedDocTypes: string[];
|
|
59
57
|
}, "assetsApi">>, useGetSortOrdersQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
60
58
|
useSession?: string;
|
|
61
59
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {} & import("@reduxjs/toolkit/dist/query/retry").RetryOptions, {}>, "AvailableExtensions" | "AvailableFacets" | "AvailableProxies" | "Parameters" | "SortOrders" | "VersionHistory", Record<string, SortOrder[]>, "assetsApi">>, useGetVersionHistoryQuery: import("@reduxjs/toolkit/dist/query/react/buildHooks").UseQuery<import("@reduxjs/toolkit/query").QueryDefinition<{
|
package/build/store/index.d.ts
CHANGED
|
@@ -79,7 +79,6 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
79
79
|
collectionPath: string;
|
|
80
80
|
supportedExtensions: string[];
|
|
81
81
|
supportedRepresentativeSubtypes: string[];
|
|
82
|
-
supportedDocTypes: string[];
|
|
83
82
|
}, "assetsApi">;
|
|
84
83
|
getSortOrders: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
85
84
|
useSession?: string;
|
|
@@ -172,7 +171,6 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
172
171
|
collectionPath: string;
|
|
173
172
|
supportedExtensions: string[];
|
|
174
173
|
supportedRepresentativeSubtypes: string[];
|
|
175
|
-
supportedDocTypes: string[];
|
|
176
174
|
}, "assetsApi">;
|
|
177
175
|
getSortOrders: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
178
176
|
useSession?: string;
|
|
@@ -260,7 +258,6 @@ export declare const store: import("@reduxjs/toolkit/dist/configureStore").Toolk
|
|
|
260
258
|
collectionPath: string;
|
|
261
259
|
supportedExtensions: string[];
|
|
262
260
|
supportedRepresentativeSubtypes: string[];
|
|
263
|
-
supportedDocTypes: string[];
|
|
264
261
|
}, "assetsApi">;
|
|
265
262
|
getSortOrders: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
266
263
|
useSession?: string;
|
|
@@ -355,7 +352,6 @@ export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch<{
|
|
|
355
352
|
collectionPath: string;
|
|
356
353
|
supportedExtensions: string[];
|
|
357
354
|
supportedRepresentativeSubtypes: string[];
|
|
358
|
-
supportedDocTypes: string[];
|
|
359
355
|
}, "assetsApi">;
|
|
360
356
|
getSortOrders: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
361
357
|
useSession?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orangelogic/orange-dam-content-browser-sdk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.35-pr62077.66",
|
|
4
4
|
"description": "OrangeDAM Content Browser SDK source code",
|
|
5
5
|
"main": "build/OrangeDAMContentBrowserSDK.min.js",
|
|
6
6
|
"types": "build/index.d.ts",
|