@turnkey/http
Advanced tools
Comparing version 0.10.0 to 0.11.0
# @turnkey/http | ||
## 0.11.0 | ||
### Minor Changes | ||
- New `/submit/create_users` endpoint: `TurnkeyApi.postCreateUsers(...)` | ||
## 0.10.0 | ||
@@ -4,0 +10,0 @@ |
"use strict"; | ||
/* @generated by `@turnkey/fetchers`. DO NOT EDIT BY HAND */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.postGetPrivateKey = exports.postSignTransaction = exports.postSignRawPayload = exports.postDeletePolicy = exports.postDeleteInvitation = exports.postDeleteApiKeys = exports.postCreatePrivateKeys = exports.postCreatePolicy = exports.postCreateInvitations = exports.postCreateApiKeys = exports.postGetWhoami = exports.postGetUsers = exports.postGetPrivateKeys = exports.postGetPolicies = exports.postGetActivities = exports.postGetUser = exports.postGetPolicy = exports.postGetOrganization = exports.postGetActivity = void 0; | ||
exports.postGetPrivateKey = exports.postSignTransaction = exports.postSignRawPayload = exports.postDeletePolicy = exports.postDeleteInvitation = exports.postDeleteApiKeys = exports.postCreateUsers = exports.postCreatePrivateKeys = exports.postCreatePolicy = exports.postCreateInvitations = exports.postCreateApiKeys = exports.postGetWhoami = exports.postGetUsers = exports.postGetPrivateKeys = exports.postGetPolicies = exports.postGetActivities = exports.postGetUser = exports.postGetPolicy = exports.postGetOrganization = exports.postGetActivity = void 0; | ||
const base_1 = require("../../../../../base"); | ||
@@ -97,2 +97,9 @@ /** `POST /public/v1/query/get_activity` */ | ||
exports.postCreatePrivateKeys = postCreatePrivateKeys; | ||
/** `POST /public/v1/submit/create_users` */ | ||
const postCreateUsers = (input) => (0, base_1.request)({ | ||
uri: "/public/v1/submit/create_users", | ||
method: "POST", | ||
body: input.body, | ||
}); | ||
exports.postCreateUsers = postCreateUsers; | ||
/** `POST /public/v1/submit/delete_api_keys` */ | ||
@@ -99,0 +106,0 @@ const postDeleteApiKeys = (input) => (0, base_1.request)({ |
{ | ||
"name": "@turnkey/http", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
426383
8344
1