@erp-galoper/types 1.0.205 → 1.0.206

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 +1 -96
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -11957,39 +11957,6 @@ export interface paths {
11957
11957
  patch?: never;
11958
11958
  trace?: never;
11959
11959
  };
11960
- "/api/v1/inventory/goods-receipt-note/{id}/submit/": {
11961
- parameters: {
11962
- query?: never;
11963
- header?: never;
11964
- path?: never;
11965
- cookie?: never;
11966
- };
11967
- get?: never;
11968
- put?: never;
11969
- /**
11970
- * Submit Goods Receipt Note
11971
- * @description Endpoint for submitting a goods receipt note
11972
- * Responses:
11973
- * - 200: GoodsReceiptNoteSchema
11974
- * - 403: "permissionDenied"
11975
- * - "noModuleAccess"
11976
- * - statusAlreadySubmitted
11977
- * - cantMakeActionOnLockedDocument
11978
- * - noBranchAccess
11979
- * - goodsReceiptNoteIsCanceled
11980
- * - statusAlreadySubmitted
11981
- * - 404: "goodsReceiptNoteDoesNotExist"
11982
- * - 500: "serverError"
11983
- *
11984
- * Permission key: `goodsreceiptnote = ['add']`
11985
- */
11986
- post: operations["inventory_receipt_note_views_submit_goods_receipt_note"];
11987
- delete?: never;
11988
- options?: never;
11989
- head?: never;
11990
- patch?: never;
11991
- trace?: never;
11992
- };
11993
11960
  "/api/v1/inventory/goods-receipt-note/{id}/cancel/": {
11994
11961
  parameters: {
11995
11962
  query?: never;
@@ -26546,7 +26513,7 @@ export interface components {
26546
26513
  /**
26547
26514
  * Id
26548
26515
  * Format: uuid
26549
- * @example 4481227e-8a8a-4dda-ba6a-b68451159838
26516
+ * @example a096b231-174a-4521-9041-c93ee6d39870
26550
26517
  */
26551
26518
  id: string;
26552
26519
  /**
@@ -68667,68 +68634,6 @@ export interface operations {
68667
68634
  };
68668
68635
  };
68669
68636
  };
68670
- inventory_receipt_note_views_submit_goods_receipt_note: {
68671
- parameters: {
68672
- query?: never;
68673
- header?: never;
68674
- path: {
68675
- id: string;
68676
- };
68677
- cookie?: never;
68678
- };
68679
- requestBody: {
68680
- content: {
68681
- "application/json": components["schemas"]["ActionsPayloadSchemas"];
68682
- };
68683
- };
68684
- responses: {
68685
- /** @description OK */
68686
- 200: {
68687
- headers: {
68688
- [name: string]: unknown;
68689
- };
68690
- content: {
68691
- "application/json": components["schemas"]["GoodsReceiptNoteSchema"];
68692
- };
68693
- };
68694
- /** @description Bad Request */
68695
- 400: {
68696
- headers: {
68697
- [name: string]: unknown;
68698
- };
68699
- content: {
68700
- "application/json": components["schemas"]["ErrorMessages"];
68701
- };
68702
- };
68703
- /** @description Forbidden */
68704
- 403: {
68705
- headers: {
68706
- [name: string]: unknown;
68707
- };
68708
- content: {
68709
- "application/json": components["schemas"]["MessageWithCode"];
68710
- };
68711
- };
68712
- /** @description Not Found */
68713
- 404: {
68714
- headers: {
68715
- [name: string]: unknown;
68716
- };
68717
- content: {
68718
- "application/json": components["schemas"]["MessageWithCode"];
68719
- };
68720
- };
68721
- /** @description Internal Server Error */
68722
- 500: {
68723
- headers: {
68724
- [name: string]: unknown;
68725
- };
68726
- content: {
68727
- "application/json": components["schemas"]["MessageWithCode"];
68728
- };
68729
- };
68730
- };
68731
- };
68732
68637
  inventory_receipt_note_views_cancel_goods_receipt_note: {
68733
68638
  parameters: {
68734
68639
  query?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.205",
3
+ "version": "1.0.206",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],