wapi-client 0.17.7 → 0.17.8
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.
- package/dist/lib/env.browser.cjs +1 -1
- package/dist/lib/env.browser.js +1 -1
- package/dist/lib/env.cjs +1 -1
- package/dist/lib/env.js +1 -1
- package/dist/txs/reset-database/reset-database.schema.zod.browser.cjs +0 -1
- package/dist/txs/reset-database/reset-database.schema.zod.browser.js +0 -1
- package/dist/txs/reset-database/reset-database.schema.zod.cjs +0 -1
- package/dist/txs/reset-database/reset-database.schema.zod.js +0 -1
- package/dist/types/wapi-client.d.ts +0 -1
- package/dist/wapi-client-web.iife.js +2 -2
- package/dist/wapi-client.iife.js +2 -2
- package/package.json +1 -1
package/dist/lib/env.browser.cjs
CHANGED
|
@@ -24,7 +24,7 @@ __export(env_exports, {
|
|
|
24
24
|
getEnvConfig: () => getEnvConfig
|
|
25
25
|
});
|
|
26
26
|
module.exports = __toCommonJS(env_exports);
|
|
27
|
-
var CLIENT_VERSION = "0.17.
|
|
27
|
+
var CLIENT_VERSION = "0.17.8";
|
|
28
28
|
function getEnvConfig(key, defaultValue) {
|
|
29
29
|
const val = getVariable(key);
|
|
30
30
|
if (val === void 0) {
|
package/dist/lib/env.browser.js
CHANGED
package/dist/lib/env.cjs
CHANGED
|
@@ -24,7 +24,7 @@ __export(env_exports, {
|
|
|
24
24
|
getEnvConfig: () => getEnvConfig
|
|
25
25
|
});
|
|
26
26
|
module.exports = __toCommonJS(env_exports);
|
|
27
|
-
var CLIENT_VERSION = "0.17.
|
|
27
|
+
var CLIENT_VERSION = "0.17.8";
|
|
28
28
|
function getEnvConfig(key, defaultValue) {
|
|
29
29
|
const val = getVariable(key);
|
|
30
30
|
if (val === void 0) {
|
package/dist/lib/env.js
CHANGED
|
@@ -12155,7 +12155,6 @@ var import_consts = require("../consts.browser.cjs");
|
|
|
12155
12155
|
var resetDatabaseTxInputOptionsSchema = import_consts.iTxGeneralOptions.partial();
|
|
12156
12156
|
var resetDatabaseTxInputSchema = external_exports.object({
|
|
12157
12157
|
confirmation: external_exports.string().describe("hash to confirm database delete"),
|
|
12158
|
-
version: external_exports.string().describe("target semver for the database"),
|
|
12159
12158
|
options: resetDatabaseTxInputOptionsSchema
|
|
12160
12159
|
}).strict().partial().describe("Input for resetDatabase");
|
|
12161
12160
|
var resetDatabaseTxOutputSchema = external_exports.object({
|
|
@@ -12134,7 +12134,6 @@ import { iTxGeneralOptions } from "../consts.browser.js";
|
|
|
12134
12134
|
var resetDatabaseTxInputOptionsSchema = iTxGeneralOptions.partial();
|
|
12135
12135
|
var resetDatabaseTxInputSchema = external_exports.object({
|
|
12136
12136
|
confirmation: external_exports.string().describe("hash to confirm database delete"),
|
|
12137
|
-
version: external_exports.string().describe("target semver for the database"),
|
|
12138
12137
|
options: resetDatabaseTxInputOptionsSchema
|
|
12139
12138
|
}).strict().partial().describe("Input for resetDatabase");
|
|
12140
12139
|
var resetDatabaseTxOutputSchema = external_exports.object({
|
|
@@ -30,7 +30,6 @@ var import_consts = require("../consts.cjs");
|
|
|
30
30
|
var resetDatabaseTxInputOptionsSchema = import_consts.iTxGeneralOptions.partial();
|
|
31
31
|
var resetDatabaseTxInputSchema = import_zod.z.object({
|
|
32
32
|
confirmation: import_zod.z.string().describe("hash to confirm database delete"),
|
|
33
|
-
version: import_zod.z.string().describe("target semver for the database"),
|
|
34
33
|
options: resetDatabaseTxInputOptionsSchema
|
|
35
34
|
}).strict().partial().describe("Input for resetDatabase");
|
|
36
35
|
var resetDatabaseTxOutputSchema = import_zod.z.object({
|
|
@@ -4,7 +4,6 @@ import { iTxGeneralOptions } from "../consts.js";
|
|
|
4
4
|
var resetDatabaseTxInputOptionsSchema = iTxGeneralOptions.partial();
|
|
5
5
|
var resetDatabaseTxInputSchema = z.object({
|
|
6
6
|
confirmation: z.string().describe("hash to confirm database delete"),
|
|
7
|
-
version: z.string().describe("target semver for the database"),
|
|
8
7
|
options: resetDatabaseTxInputOptionsSchema
|
|
9
8
|
}).strict().partial().describe("Input for resetDatabase");
|
|
10
9
|
var resetDatabaseTxOutputSchema = z.object({
|
|
@@ -25417,7 +25417,6 @@ declare module "wapi-client/txs/reset-database/reset-database.schema.zod" {
|
|
|
25417
25417
|
}, z.core.$strip>;
|
|
25418
25418
|
export const resetDatabaseTxInputSchema: z.ZodObject<{
|
|
25419
25419
|
confirmation: z.ZodOptional<z.ZodString>;
|
|
25420
|
-
version: z.ZodOptional<z.ZodString>;
|
|
25421
25420
|
options: z.ZodOptional<z.ZodObject<{
|
|
25422
25421
|
tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
25423
25422
|
transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|