@erp-galoper/types 1.0.1115 → 1.0.1117

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 +21 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20069,6 +20069,11 @@ export interface components {
20069
20069
  * @default []
20070
20070
  */
20071
20071
  project: components["schemas"]["BasePermissionsSchema_Report_Project"];
20072
+ /**
20073
+ * @description employee actions
20074
+ * @default []
20075
+ */
20076
+ employee: components["schemas"]["BasePermissionsSchema_Report_Employee"];
20072
20077
  };
20073
20078
  /** BasePermissionsSchema_Report_Accounting */
20074
20079
  BasePermissionsSchema_Report_Accounting: {
@@ -20173,6 +20178,15 @@ export interface components {
20173
20178
  * @enum {string}
20174
20179
  */
20175
20180
  BasePermissionsSchema_Report_Customer_CustomerstatementEnum: "export" | "view";
20181
+ /** BasePermissionsSchema_Report_Employee */
20182
+ BasePermissionsSchema_Report_Employee: {
20183
+ /**
20184
+ * Employeestatement
20185
+ * @description employeestatement actions
20186
+ * @default []
20187
+ */
20188
+ employeestatement: string[];
20189
+ };
20176
20190
  /** BasePermissionsSchema_Report_Inventory */
20177
20191
  BasePermissionsSchema_Report_Inventory: {
20178
20192
  /**
@@ -24785,7 +24799,7 @@ export interface components {
24785
24799
  * CombinedModelName
24786
24800
  * @enum {string}
24787
24801
  */
24788
- CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "stockReport";
24802
+ CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "employeeStatement" | "stockReport";
24789
24803
  /**
24790
24804
  * ActionSchema
24791
24805
  * @enum {string}
@@ -28420,7 +28434,7 @@ export interface components {
28420
28434
  * AccountModelType
28421
28435
  * @enum {string}
28422
28436
  */
28423
- AccountModelType: "Chart Of Accounts" | "Customer" | "Supplier" | "Banks";
28437
+ AccountModelType: "Chart Of Accounts" | "Customer" | "Supplier" | "Employee" | "Banks";
28424
28438
  /** AccountStatementPagination */
28425
28439
  AccountStatementPagination: {
28426
28440
  info: components["schemas"]["PageInfoSchema"];
@@ -53518,7 +53532,7 @@ export interface operations {
53518
53532
  common_views_get_model_names: {
53519
53533
  parameters: {
53520
53534
  query?: {
53521
- CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "stockReport";
53535
+ CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransfer" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "employeeStatement" | "stockReport";
53522
53536
  };
53523
53537
  header?: never;
53524
53538
  path?: never;
@@ -60781,9 +60795,9 @@ export interface operations {
60781
60795
  parameters: {
60782
60796
  query: {
60783
60797
  /** @description Account Type , this field for filtering the account type */
60784
- accountType: "Chart Of Accounts" | "Customer" | "Supplier" | "Banks";
60798
+ accountType: "Chart Of Accounts" | "Customer" | "Supplier" | "Employee" | "Banks";
60785
60799
  /** @description Account Id */
60786
- accountId: number;
60800
+ accountId: number | string;
60787
60801
  /** @description From date */
60788
60802
  fromDate: string;
60789
60803
  /** @description To date */
@@ -61005,9 +61019,9 @@ export interface operations {
61005
61019
  parameters: {
61006
61020
  query: {
61007
61021
  /** @description Account Type , this field for filtering the account type */
61008
- accountType: "Chart Of Accounts" | "Customer" | "Supplier" | "Banks";
61022
+ accountType: "Chart Of Accounts" | "Customer" | "Supplier" | "Employee" | "Banks";
61009
61023
  /** @description Account Id */
61010
- accountId: number;
61024
+ accountId: number | string;
61011
61025
  /** @description From date */
61012
61026
  fromDate: string;
61013
61027
  /** @description To date */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1115",
3
+ "version": "1.0.1117",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],