@erp-galoper/main-package 1.0.269 → 1.0.271

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/openapi.ts +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -2079,6 +2079,8 @@ export interface paths {
2079
2079
  * possible responses:
2080
2080
  * - 200:
2081
2081
  * -success
2082
+ * - 400 :
2083
+ * - branchDoesNotExist
2082
2084
  * - 404:
2083
2085
  * - accountDoesNotExist
2084
2086
  * - mainBranchDoesNotExist
@@ -15957,7 +15959,7 @@ export interface components {
15957
15959
  /**
15958
15960
  * Id
15959
15961
  * Format: uuid
15960
- * @example 555e776e-ff10-4bf1-8412-87e41999da35
15962
+ * @example b2e0a7ea-2286-404d-8acf-4f459b61f35b
15961
15963
  */
15962
15964
  id: string;
15963
15965
  /**
@@ -22633,6 +22635,8 @@ export interface operations {
22633
22635
  pageSize?: number;
22634
22636
  search?: string;
22635
22637
  accountType: "opening" | "General" | "Detail";
22638
+ /** @description branch id */
22639
+ branch: number;
22636
22640
  };
22637
22641
  header?: never;
22638
22642
  path?: never;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.269",
3
+ "version": "1.0.271",
4
4
  "main": "openapi.ts"
5
5
  }