@erp-galoper/types 1.0.649 → 1.0.651
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.
- package/openapi.ts +3 -3
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -27598,7 +27598,7 @@ export interface components {
|
|
|
27598
27598
|
/**
|
|
27599
27599
|
* Id
|
|
27600
27600
|
* Format: uuid
|
|
27601
|
-
* @example
|
|
27601
|
+
* @example 71d71846-e0a6-4aac-a53d-dc5e692285b2
|
|
27602
27602
|
*/
|
|
27603
27603
|
id: string;
|
|
27604
27604
|
/**
|
|
@@ -35117,7 +35117,7 @@ export interface components {
|
|
|
35117
35117
|
/** Description */
|
|
35118
35118
|
description: string | null;
|
|
35119
35119
|
/** Notes */
|
|
35120
|
-
notes?: string;
|
|
35120
|
+
notes?: string | null;
|
|
35121
35121
|
/**
|
|
35122
35122
|
* Supplier
|
|
35123
35123
|
* @description supplier id, To get suppliers use route /suppliers/?type=children and filter by isActive equals to true
|
|
@@ -35425,7 +35425,7 @@ export interface components {
|
|
|
35425
35425
|
/** Description */
|
|
35426
35426
|
description: string | null;
|
|
35427
35427
|
/** Notes */
|
|
35428
|
-
notes?: string;
|
|
35428
|
+
notes?: string | null;
|
|
35429
35429
|
/**
|
|
35430
35430
|
* Supplier
|
|
35431
35431
|
* @description To get suppliers use route /suppliers/?type=children and filter by isActive equals to true
|