@open-tender/cloud 0.4.9 → 0.4.10

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,7 @@ exports.fetchCustomerTpls = (0, toolkit_1.createAsyncThunk)(CustomerTplsActionTy
30
30
  return (0, account_1.checkAuth)(error, dispatch, () => rejectWithValue(error));
31
31
  }
32
32
  }));
33
- exports.verifyCustomerTpls = (0, toolkit_1.createAsyncThunk)(CustomerTplsActionType.FetchCustomerTpls, (_, { getState, rejectWithValue }) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
33
+ exports.verifyCustomerTpls = (0, toolkit_1.createAsyncThunk)(CustomerTplsActionType.VerifyCustomerTpls, (_, { getState, rejectWithValue }) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
34
34
  try {
35
35
  const api = getState().config.api;
36
36
  return yield api.postCustomerTplsVerify();
@@ -27,7 +27,7 @@ export const fetchCustomerTpls = createAsyncThunk(CustomerTplsActionType.FetchCu
27
27
  return checkAuth(error, dispatch, () => rejectWithValue(error));
28
28
  }
29
29
  }));
30
- export const verifyCustomerTpls = createAsyncThunk(CustomerTplsActionType.FetchCustomerTpls, (_, { getState, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
30
+ export const verifyCustomerTpls = createAsyncThunk(CustomerTplsActionType.VerifyCustomerTpls, (_, { getState, rejectWithValue }) => __awaiter(void 0, void 0, void 0, function* () {
31
31
  try {
32
32
  const api = getState().config.api;
33
33
  return yield api.postCustomerTplsVerify();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/cloud",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",