@erp-galoper/types 1.0.42 → 1.0.44

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 +18 -8
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26115,7 +26115,7 @@ export interface components {
26115
26115
  /**
26116
26116
  * Id
26117
26117
  * Format: uuid
26118
- * @example e9e0f721-f9e4-4de5-b3e8-47648c702979
26118
+ * @example f70e759c-32ea-4525-9719-4a919704b3bb
26119
26119
  */
26120
26120
  id: string;
26121
26121
  /**
@@ -34116,13 +34116,19 @@ export interface components {
34116
34116
  /** Isactive */
34117
34117
  isActive: boolean;
34118
34118
  };
34119
- /** ListPaidPartiallyPaidClosedCommissionResponseSchema */
34120
- ListPaidPartiallyPaidClosedCommissionResponseSchema: {
34119
+ /** ClosingCommissionSummaryInfoSchema */
34120
+ ClosingCommissionSummaryInfoSchema: {
34121
34121
  /**
34122
- * Closingcommissionid
34122
+ * Id
34123
34123
  * Format: uuid
34124
34124
  */
34125
- closingCommissionId: string;
34125
+ id: string;
34126
+ /** Serialnumber */
34127
+ serialNumber: string;
34128
+ };
34129
+ /** ListPaidPartiallyPaidClosedCommissionResponseSchema */
34130
+ ListPaidPartiallyPaidClosedCommissionResponseSchema: {
34131
+ closingCommission: components["schemas"]["ClosingCommissionSummaryInfoSchema"];
34126
34132
  /**
34127
34133
  * Remaining
34128
34134
  * @description This field is number
@@ -34152,6 +34158,8 @@ export interface components {
34152
34158
  * Format: uuid
34153
34159
  */
34154
34160
  id: string;
34161
+ /** Serialnumber */
34162
+ serialNumber: string;
34155
34163
  branch: components["schemas"]["BranchSummaryInfo"];
34156
34164
  salesPerson: components["schemas"]["SalesPersonSharedSchema"];
34157
34165
  /**
@@ -34275,6 +34283,8 @@ export interface components {
34275
34283
  * Format: uuid
34276
34284
  */
34277
34285
  id: string;
34286
+ /** Serialnumber */
34287
+ serialNumber: string;
34278
34288
  branch: components["schemas"]["BranchSummaryInfo"];
34279
34289
  salesPerson: components["schemas"]["SalesPersonSharedSchema"];
34280
34290
  /**
@@ -34430,8 +34440,8 @@ export interface components {
34430
34440
  * @enum {string}
34431
34441
  */
34432
34442
  FinancialChangedFields: "amount" | "companyAmount" | "usdAmount" | "companyRate" | "usdRate" | "accountNumber";
34433
- /** CalculateAmountsPerPaymentSchema */
34434
- CalculateAmountsPerPaymentSchema: {
34443
+ /** CommissionPayoutCalculateAmountsPerPaymentSchema */
34444
+ CommissionPayoutCalculateAmountsPerPaymentSchema: {
34435
34445
  /**
34436
34446
  * Salespersonid
34437
34447
  * Format: uuid
@@ -68760,7 +68770,7 @@ export interface operations {
68760
68770
  };
68761
68771
  requestBody: {
68762
68772
  content: {
68763
- "application/json": components["schemas"]["CalculateAmountsPerPaymentSchema"];
68773
+ "application/json": components["schemas"]["CommissionPayoutCalculateAmountsPerPaymentSchema"];
68764
68774
  };
68765
68775
  };
68766
68776
  responses: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],