@zauru-sdk/graphql 2.0.220 → 2.0.226
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.
|
@@ -103,6 +103,7 @@ query getPurchaseOrder($id: bigint) @cached {
|
|
|
103
103
|
shipment_reference
|
|
104
104
|
webapp_table_rowables {
|
|
105
105
|
webapp_rows {
|
|
106
|
+
webapp_table_id
|
|
106
107
|
data
|
|
107
108
|
}
|
|
108
109
|
}
|
|
@@ -432,6 +433,8 @@ const getPurchaseOrdersBetweenDatesStringQuery = (startDate, endDate, config) =>
|
|
|
432
433
|
const webAppRows = config.withWebAppRows
|
|
433
434
|
? `webapp_table_rowables {
|
|
434
435
|
webapp_rows {
|
|
436
|
+
id
|
|
437
|
+
webapp_table_id
|
|
435
438
|
data
|
|
436
439
|
}
|
|
437
440
|
}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/graphql",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.226",
|
|
4
4
|
"description": "Queries de uso común para las aplicación de Zauru.",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"typescript": "^5.1.6"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "f3737fadc352bab2bbd6abb3654c5c06182392b4"
|
|
25
25
|
}
|