@zauru-sdk/graphql 2.0.223 → 2.0.228
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.
|
@@ -54,6 +54,8 @@ query getPurchaseOrderByIdNumber {
|
|
|
54
54
|
shipment_reference
|
|
55
55
|
webapp_table_rowables {
|
|
56
56
|
webapp_rows {
|
|
57
|
+
webapp_table_id
|
|
58
|
+
id
|
|
57
59
|
data
|
|
58
60
|
}
|
|
59
61
|
}
|
|
@@ -103,6 +105,7 @@ query getPurchaseOrder($id: bigint) @cached {
|
|
|
103
105
|
shipment_reference
|
|
104
106
|
webapp_table_rowables {
|
|
105
107
|
webapp_rows {
|
|
108
|
+
id
|
|
106
109
|
webapp_table_id
|
|
107
110
|
data
|
|
108
111
|
}
|
|
@@ -433,6 +436,8 @@ const getPurchaseOrdersBetweenDatesStringQuery = (startDate, endDate, config) =>
|
|
|
433
436
|
const webAppRows = config.withWebAppRows
|
|
434
437
|
? `webapp_table_rowables {
|
|
435
438
|
webapp_rows {
|
|
439
|
+
id
|
|
440
|
+
webapp_table_id
|
|
436
441
|
data
|
|
437
442
|
}
|
|
438
443
|
}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/graphql",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.228",
|
|
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": "ea1ed427f74fb0e923476f49a1c1d27573fd9965"
|
|
25
25
|
}
|