@appcorp/stellar-solutions-modules 0.1.16 → 0.1.17

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.
@@ -27,4 +27,4 @@ export declare const formValidation: z.ZodObject<{
27
27
  personPhone: string;
28
28
  preferenceId: string;
29
29
  }>;
30
- export type TaxFormValidate = z.infer<typeof formValidation>;
30
+ export type FormValidate = z.infer<typeof formValidation>;
@@ -15,4 +15,4 @@ export declare const formValidation: z.ZodObject<{
15
15
  preferenceId: string;
16
16
  label: string;
17
17
  }>;
18
- export type TaxFormValidate = z.infer<typeof formValidation>;
18
+ export type FormValidate = z.infer<typeof formValidation>;
@@ -18,4 +18,4 @@ export declare const formValidation: z.ZodObject<{
18
18
  taxRate: string;
19
19
  description?: string | undefined;
20
20
  }>;
21
- export type TaxFormValidate = z.infer<typeof formValidation>;
21
+ export type FormValidate = z.infer<typeof formValidation>;
@@ -21,4 +21,4 @@ export declare const formValidation: z.ZodObject<{
21
21
  taxRate: string;
22
22
  description?: string | undefined;
23
23
  }>;
24
- export type TaxFormValidate = z.infer<typeof formValidation>;
24
+ export type FormValidate = z.infer<typeof formValidation>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-modules",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
6
6
  "build:next": "next build",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {},
20
20
  "devDependencies": {
21
- "@appcorp/app-corp-vista": "^0.2.66",
21
+ "@appcorp/app-corp-vista": "^0.2.71",
22
22
  "@eslint/eslintrc": "^3",
23
23
  "@headlessui/react": "^2",
24
24
  "@heroicons/react": "^2",