@open-tender/cloud
Advanced tools
Comparing version 0.1.89 to 0.1.90
@@ -63,3 +63,3 @@ import { AppState } from '../app'; | ||
}>; | ||
export declare const fetchGroupOrder: import("@reduxjs/toolkit").AsyncThunk<void | Partial<GroupOrderState>, number, { | ||
export declare const fetchGroupOrder: import("@reduxjs/toolkit").AsyncThunk<void | Partial<GroupOrderState>, string | number, { | ||
state: AppState; | ||
@@ -66,0 +66,0 @@ rejectValue: RequestError; |
@@ -63,3 +63,3 @@ import { AppState } from '../app'; | ||
}>; | ||
export declare const fetchGroupOrder: import("@reduxjs/toolkit").AsyncThunk<void | Partial<GroupOrderState>, number, { | ||
export declare const fetchGroupOrder: import("@reduxjs/toolkit").AsyncThunk<void | Partial<GroupOrderState>, string | number, { | ||
state: AppState; | ||
@@ -66,0 +66,0 @@ rejectValue: RequestError; |
{ | ||
"name": "@open-tender/cloud", | ||
"version": "0.1.89", | ||
"version": "0.1.90", | ||
"description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
911859