@erp-galoper/main-package 1.0.94 → 1.0.96

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/openapi.ts +39 -39
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -481,7 +481,7 @@ export interface components {
481
481
  tokens: components["schemas"]["TokenSchema"];
482
482
  /** Code */
483
483
  code: string;
484
- [key: string]: unknown;
484
+
485
485
  };
486
486
  /** TokenSchema */
487
487
  TokenSchema: {
@@ -489,7 +489,7 @@ export interface components {
489
489
  accessToken: string;
490
490
  /** Refreshtoken */
491
491
  refreshToken: string;
492
- [key: string]: unknown;
492
+
493
493
  };
494
494
  /** UserBranchSchema */
495
495
  UserBranchSchema: {
@@ -497,7 +497,7 @@ export interface components {
497
497
  id: number;
498
498
  /** Name */
499
499
  name: string;
500
- [key: string]: unknown;
500
+
501
501
  };
502
502
  /** UserInfoSchema */
503
503
  UserInfoSchema: {
@@ -524,7 +524,7 @@ export interface components {
524
524
  defaultBranch: components["schemas"]["UserBranchSchema"] | null;
525
525
  /** Branches */
526
526
  branches: components["schemas"]["UserBranchSchema"][];
527
- [key: string]: unknown;
527
+
528
528
  };
529
529
  /** Message2 */
530
530
  Message2: {
@@ -532,7 +532,7 @@ export interface components {
532
532
  message: string;
533
533
  /** Code */
534
534
  code: string;
535
- [key: string]: unknown;
535
+
536
536
  };
537
537
  /** CustomUserSchema */
538
538
  CustomUserSchema: {
@@ -540,19 +540,19 @@ export interface components {
540
540
  username: string;
541
541
  /** Password */
542
542
  password: string;
543
- [key: string]: unknown;
543
+
544
544
  };
545
545
  /** Message */
546
546
  Message: {
547
547
  /** Message */
548
548
  message: string;
549
- [key: string]: unknown;
549
+
550
550
  };
551
551
  /** RefreshTokenSchema */
552
552
  RefreshTokenSchema: {
553
553
  /** Refreshtoken */
554
554
  refreshToken: string;
555
- [key: string]: unknown;
555
+
556
556
  };
557
557
  /** RefreshTokenResponseSchema */
558
558
  RefreshTokenResponseSchema: {
@@ -560,14 +560,14 @@ export interface components {
560
560
  accessToken: string;
561
561
  /** Refreshtoken */
562
562
  refreshToken: string;
563
- [key: string]: unknown;
563
+
564
564
  };
565
565
  /** ListRoleResponseSchema */
566
566
  ListRoleResponseSchema: {
567
567
  info: components["schemas"]["PageInfoSchema"];
568
568
  /** Results */
569
569
  results: components["schemas"]["RoleInfoSchemaWithID"][];
570
- [key: string]: unknown;
570
+
571
571
  };
572
572
  /** PageInfoSchema */
573
573
  PageInfoSchema: {
@@ -579,7 +579,7 @@ export interface components {
579
579
  next?: string | null;
580
580
  /** Prev */
581
581
  prev?: string | null;
582
- [key: string]: unknown;
582
+
583
583
  };
584
584
  /** RoleInfoSchemaWithID */
585
585
  RoleInfoSchemaWithID: {
@@ -591,7 +591,7 @@ export interface components {
591
591
  permissions: {
592
592
  [key: string]: string[];
593
593
  };
594
- [key: string]: unknown;
594
+
595
595
  };
596
596
  /** RoleCreateSchema */
597
597
  RoleCreateSchema: {
@@ -601,7 +601,7 @@ export interface components {
601
601
  permissions: {
602
602
  [key: string]: string[];
603
603
  };
604
- [key: string]: unknown;
604
+
605
605
  };
606
606
  /** RoleInfoSchema */
607
607
  RoleInfoSchema: {
@@ -611,7 +611,7 @@ export interface components {
611
611
  permissions: {
612
612
  [key: string]: string[];
613
613
  };
614
- [key: string]: unknown;
614
+
615
615
  };
616
616
  /** RoleUpdateSchema */
617
617
  RoleUpdateSchema: {
@@ -621,7 +621,7 @@ export interface components {
621
621
  permissions?: {
622
622
  [key: string]: string[];
623
623
  } | null;
624
- [key: string]: unknown;
624
+
625
625
  };
626
626
  /** PermissionsResponseSchema */
627
627
  PermissionsResponseSchema: {
@@ -629,7 +629,7 @@ export interface components {
629
629
  results: {
630
630
  [key: string]: string[];
631
631
  };
632
- [key: string]: unknown;
632
+
633
633
  };
634
634
  /** MessageResponse */
635
635
  MessageResponse: {
@@ -637,7 +637,7 @@ export interface components {
637
637
  message: string;
638
638
  /** Code */
639
639
  code?: string | null;
640
- [key: string]: unknown;
640
+
641
641
  };
642
642
  /** WarehouseSchema */
643
643
  WarehouseSchema: {
@@ -649,7 +649,7 @@ export interface components {
649
649
  city: string;
650
650
  /** Address */
651
651
  address: string;
652
- [key: string]: unknown;
652
+
653
653
  };
654
654
  /** UpdateWarehouse */
655
655
  UpdateWarehouse: {
@@ -661,7 +661,7 @@ export interface components {
661
661
  city?: string | null;
662
662
  /** Address */
663
663
  address?: string | null;
664
- [key: string]: unknown;
664
+
665
665
  };
666
666
  /** RecordUserSchema */
667
667
  RecordUserSchema: {
@@ -673,7 +673,7 @@ export interface components {
673
673
  firstName: string;
674
674
  /** Lastname */
675
675
  lastName: string;
676
- [key: string]: unknown;
676
+
677
677
  };
678
678
  /** RetrieveWarehouse */
679
679
  RetrieveWarehouse: {
@@ -696,13 +696,13 @@ export interface components {
696
696
  city: string;
697
697
  /** Address */
698
698
  address: string;
699
- [key: string]: unknown;
699
+
700
700
  };
701
701
  /** CurrencyName */
702
702
  CurrencyName: {
703
703
  /** Name */
704
704
  name: string;
705
- [key: string]: unknown;
705
+
706
706
  };
707
707
  /** RetrieveCompany */
708
708
  RetrieveCompany: {
@@ -759,7 +759,7 @@ export interface components {
759
759
  website?: string | null;
760
760
  /** Image */
761
761
  image: string;
762
- [key: string]: unknown;
762
+
763
763
  };
764
764
  /** CompanySchema */
765
765
  CompanySchema: {
@@ -807,7 +807,7 @@ export interface components {
807
807
  website?: string | null;
808
808
  /** Image */
809
809
  image: string;
810
- [key: string]: unknown;
810
+
811
811
  };
812
812
  /** UpdateCompany */
813
813
  UpdateCompany: {
@@ -843,7 +843,7 @@ export interface components {
843
843
  currency?: string | null;
844
844
  /** Country */
845
845
  country?: string | null;
846
- [key: string]: unknown;
846
+
847
847
  };
848
848
  /** UpdateBranch */
849
849
  UpdateBranch: {
@@ -861,7 +861,7 @@ export interface components {
861
861
  city?: string | null;
862
862
  /** Address */
863
863
  address?: string | null;
864
- [key: string]: unknown;
864
+
865
865
  };
866
866
  /** RetrieveBranch */
867
867
  RetrieveBranch: {
@@ -893,7 +893,7 @@ export interface components {
893
893
  city: string;
894
894
  /** Address */
895
895
  address: string;
896
- [key: string]: unknown;
896
+
897
897
  };
898
898
  /** BranchSchema */
899
899
  BranchSchema: {
@@ -914,7 +914,7 @@ export interface components {
914
914
  city: string;
915
915
  /** Address */
916
916
  address: string;
917
- [key: string]: unknown;
917
+
918
918
  };
919
919
  /** ChartOfAccountOptions */
920
920
  ChartOfAccountOptions: {
@@ -922,7 +922,7 @@ export interface components {
922
922
  label: string;
923
923
  /** Value */
924
924
  value: string;
925
- [key: string]: unknown;
925
+
926
926
  };
927
927
  /** FiscalYearCalculationOut */
928
928
  FiscalYearCalculationOut: {
@@ -930,12 +930,12 @@ export interface components {
930
930
  fiscalYearMonthEnd: number;
931
931
  /** Fiscalyeardayend */
932
932
  fiscalYearDayEnd: number;
933
- [key: string]: unknown;
933
+
934
934
  };
935
935
  /** ImageSchema */
936
936
  ImageSchema: {
937
937
  type: components["schemas"]["ImageType"];
938
- [key: string]: unknown;
938
+
939
939
  };
940
940
  /**
941
941
  * ImageType
@@ -946,7 +946,7 @@ export interface components {
946
946
  currencyCodeOut: {
947
947
  /** Currencycode */
948
948
  currencyCode: string;
949
- [key: string]: unknown;
949
+
950
950
  };
951
951
  /** GaloperSettingSchemaList */
952
952
  GaloperSettingSchemaList: {
@@ -972,7 +972,7 @@ export interface components {
972
972
  bank: boolean;
973
973
  /** Loadchartofaccount */
974
974
  loadChartOfAccount?: string | null;
975
- [key: string]: unknown;
975
+
976
976
  };
977
977
  /**
978
978
  * ChartOfAccountType
@@ -982,7 +982,7 @@ export interface components {
982
982
  /** GaloperSettingChart */
983
983
  GaloperSettingChart: {
984
984
  value: components["schemas"]["ChartOfAccountType"];
985
- [key: string]: unknown;
985
+
986
986
  };
987
987
  /** LoadSettingsSchema */
988
988
  LoadSettingsSchema: {
@@ -1000,7 +1000,7 @@ export interface components {
1000
1000
  paymentMethods: boolean;
1001
1001
  /** Appointmentsettings */
1002
1002
  appointmentSettings: boolean;
1003
- [key: string]: unknown;
1003
+
1004
1004
  };
1005
1005
  /** SettingsOptions */
1006
1006
  SettingsOptions: {
@@ -1012,7 +1012,7 @@ export interface components {
1012
1012
  disabled: boolean;
1013
1013
  /** Checked */
1014
1014
  checked: boolean;
1015
- [key: string]: unknown;
1015
+
1016
1016
  };
1017
1017
  /**
1018
1018
  * PeriodType
@@ -1034,7 +1034,7 @@ export interface components {
1034
1034
  * @default []
1035
1035
  */
1036
1036
  subRows?: components["schemas"]["profitAndLossSchema"][] | null;
1037
- [key: string]: unknown;
1037
+
1038
1038
  };
1039
1039
  /** CurrencyList */
1040
1040
  CurrencyList: {
@@ -1042,7 +1042,7 @@ export interface components {
1042
1042
  name: string;
1043
1043
  /** Id */
1044
1044
  id: number;
1045
- [key: string]: unknown;
1045
+
1046
1046
  };
1047
1047
  };
1048
1048
  responses: never;
@@ -2062,7 +2062,7 @@ export interface operations {
2062
2062
  */
2063
2063
  image: string;
2064
2064
  payload: components["schemas"]["ImageSchema"];
2065
- [key: string]: unknown;
2065
+
2066
2066
  };
2067
2067
  };
2068
2068
  };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.94",
3
+ "version": "1.0.96",
4
4
  "main": "openapi.ts"
5
5
  }