@benup/bensdk 1.11.2 → 1.11.3

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.
@@ -1,8 +1,9 @@
1
1
  import z from 'zod';
2
- import { ActionSchema, DeductionActionSchema, DeductionFileIngestionActionSchema, DependentActionSchema, GrantRevokeActionSchema, RechargeActionSchema } from '../schemas/action.schema';
2
+ import { ActionSchema, AfterBeforeRechargeActionSchema, DeductionActionSchema, DeductionFileIngestionActionSchema, DependentActionSchema, GrantRevokeActionSchema, RechargeActionSchema } from '../schemas/action.schema';
3
3
  export type ActionBaseGrantRevoke = z.infer<typeof GrantRevokeActionSchema>;
4
4
  export type ActionBaseRecharge = z.infer<typeof RechargeActionSchema>;
5
5
  export type ActionBaseDeduction = z.infer<typeof DeductionActionSchema>;
6
6
  export type ActionBaseDependent = z.infer<typeof DependentActionSchema>;
7
7
  export type ActionBase = z.infer<typeof ActionSchema>;
8
8
  export type ActionBaseDeductionFileIngestion = z.infer<typeof DeductionFileIngestionActionSchema>;
9
+ export type ActionAfterBeforeRecharge = z.infer<typeof AfterBeforeRechargeActionSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benup/bensdk",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {