@be-logixpair/api 0.0.31 → 0.0.33

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -652804,7 +652804,6 @@ declare const appRouter: BuiltRouter<{
652804
652804
  create: MutationProcedure<{
652805
652805
  input: {
652806
652806
  is_active?: boolean | undefined;
652807
- name?: string | null | undefined;
652808
652807
  currency_code?: string | null | undefined;
652809
652808
  currency_name?: string | null | undefined;
652810
652809
  major_unit?: string | null | undefined;
@@ -652850,7 +652849,6 @@ declare const appRouter: BuiltRouter<{
652850
652849
  id?: number | null | undefined;
652851
652850
  id_string?: string | null | undefined;
652852
652851
  is_active?: boolean | undefined;
652853
- name?: string | null | undefined;
652854
652852
  currency_code?: string | null | undefined;
652855
652853
  currency_name?: string | null | undefined;
652856
652854
  major_unit?: string | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.31",
3
+ "version": "0.0.33",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {