@bizmap/sdk 0.0.46 → 0.0.47
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/main.js +1 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -297,9 +297,8 @@ var PartialCompanyDetails = createCompanyDetails({ partial: true });
|
|
|
297
297
|
|
|
298
298
|
// src/schemas/Global.ts
|
|
299
299
|
import * as z5 from "zod";
|
|
300
|
-
import { tiers as tiers2 } from "src/main";
|
|
301
300
|
var TierList = z5.record(
|
|
302
|
-
|
|
301
|
+
tiers,
|
|
303
302
|
z5.object({
|
|
304
303
|
cost: z5.number().min(0),
|
|
305
304
|
perks: z5.array(z5.string()).min(1)
|