usimple-saleor-sdk
Version:
This package contains all queries and mutations that are used in our sample storefront. It can be used for semi-custom or fully-custom (with ability to extend existing queries) storefront solutions.
13 lines • 804 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataErrorAuthTypes = void 0;
var DataErrorAuthTypes;
(function (DataErrorAuthTypes) {
DataErrorAuthTypes[DataErrorAuthTypes["SIGN_IN"] = 0] = "SIGN_IN";
DataErrorAuthTypes[DataErrorAuthTypes["REFRESH_TOKEN"] = 1] = "REFRESH_TOKEN";
DataErrorAuthTypes[DataErrorAuthTypes["VERIFY_TOKEN"] = 2] = "VERIFY_TOKEN";
DataErrorAuthTypes[DataErrorAuthTypes["GET_USER"] = 3] = "GET_USER";
DataErrorAuthTypes[DataErrorAuthTypes["REGISTER_ACCOUNT"] = 4] = "REGISTER_ACCOUNT";
DataErrorAuthTypes[DataErrorAuthTypes["RESET_PASSWORD_REQUEST"] = 5] = "RESET_PASSWORD_REQUEST";
})(DataErrorAuthTypes = exports.DataErrorAuthTypes || (exports.DataErrorAuthTypes = {}));
//# sourceMappingURL=types.js.map