@bizmap/sdk 0.0.54 → 0.0.55

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.d.ts CHANGED
@@ -1090,7 +1090,7 @@ declare const Notification: z.ZodObject<{
1090
1090
  createdAt: z.ZodInt;
1091
1091
  }, z.core.$strip>;
1092
1092
  type Notification = z.infer<typeof Notification>;
1093
- declare const Credit: z.ZodObject<{
1093
+ declare const CreditCurrency: z.ZodObject<{
1094
1094
  createdAt: z.ZodReadonly<z.ZodInt>;
1095
1095
  lastModified: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
1096
1096
  uid: z.ZodReadonly<z.ZodString>;
@@ -1106,7 +1106,7 @@ declare const Credit: z.ZodObject<{
1106
1106
  }, z.core.$strip>;
1107
1107
  value: z.ZodInt;
1108
1108
  }, z.core.$strip>;
1109
- type Credit = z.infer<typeof Credit>;
1109
+ type CreditCurrency = z.infer<typeof CreditCurrency>;
1110
1110
 
1111
1111
  declare const InvoiceNo: z.ZodString;
1112
1112
  declare const UuidV4: z.ZodReadonly<z.ZodString>;
@@ -1149,4 +1149,4 @@ declare const findConflictingPartners: (...partners: CompanyUser[]) => {
1149
1149
  /**@returns the roles that are compatible with the selected role. */
1150
1150
  declare const getCompatibleRoles: (role: CompanyUserRole) => CompanyUserRole[];
1151
1151
 
1152
- export { type AppointmentDistAlg, CompanyDetails, CompanyInviteList, type CompanyPartnerRole, type CompanyServiceSelector, CompanyUser, type CompanyUserRole, Credit, type EmployeeRole, type HealthcareProviderRole, InviteResponse, InvoiceNo, Jwt, Notification, PartialCompanyDetails, PriceAdjustment, PriceTag, StandardTime, type Tier, TierList, TimeLog, Timestamp, UuidV4, UuidV7, appointmentDistAlgs, companyPartnerRoles, companyServiceSelectors, companyUserRoles, employeeRoles, findConflictingPartners, getCompatibleRoles, healthcareProviderRoles, tiers };
1152
+ export { type AppointmentDistAlg, CompanyDetails, CompanyInviteList, type CompanyPartnerRole, type CompanyServiceSelector, CompanyUser, type CompanyUserRole, CreditCurrency, type EmployeeRole, type HealthcareProviderRole, InviteResponse, InvoiceNo, Jwt, Notification, PartialCompanyDetails, PriceAdjustment, PriceTag, StandardTime, type Tier, TierList, TimeLog, Timestamp, UuidV4, UuidV7, appointmentDistAlgs, companyPartnerRoles, companyServiceSelectors, companyUserRoles, employeeRoles, findConflictingPartners, getCompatibleRoles, healthcareProviderRoles, tiers };
package/dist/main.js CHANGED
@@ -172,7 +172,7 @@ var Notification = z5.object({
172
172
  return data.code;
173
173
  }
174
174
  });
175
- var Credit = z5.object({
175
+ var CreditCurrency = z5.object({
176
176
  uid: UuidV4,
177
177
  cost: z5.object({ value: z5.number().min(0), currency: currencies2 }),
178
178
  value: z5.int().min(0),
@@ -438,7 +438,7 @@ export {
438
438
  CompanyDetails,
439
439
  CompanyInviteList,
440
440
  CompanyUser,
441
- Credit,
441
+ CreditCurrency,
442
442
  InviteResponse,
443
443
  InvoiceNo,
444
444
  Jwt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizmap/sdk",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/main.d.ts",
6
6
  "type": "module",
@@ -16,12 +16,12 @@
16
16
  "author": "",
17
17
  "license": "MIT",
18
18
  "peerDependencies": {
19
- "@wavy/util": "^0.0.11",
19
+ "@wavy/util": "^0.0.12",
20
20
  "zod": "^4.2.1"
21
21
  },
22
22
  "description": "",
23
23
  "devDependencies": {
24
- "@wavy/util": "^0.0.11",
24
+ "@wavy/util": "^0.0.12",
25
25
  "tsup": "^8.5.0",
26
26
  "typescript": "^5.9.2",
27
27
  "zod": "^4.2.1"