@zauru-sdk/graphql 2.0.113 → 2.0.119
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.
|
@@ -62,7 +62,7 @@ export declare const getItemsStringQuery = "\nquery getItems {\n items (where:
|
|
|
62
62
|
export declare const getItemsBySuperCategoryStringQuery: (id: number, agency_id: number) => string;
|
|
63
63
|
export declare const getConsolidatesBetweenDatesStringQuery: (startDate: string, endDate: string) => string;
|
|
64
64
|
export declare const getEmployeeProfileStringQuery: (id: number) => string;
|
|
65
|
-
export declare const getEmployeesStringQuery = "\nquery getEmployees {\n employees {\n name\n id\n user_id\n email\n seller\n active\n position\n }\n}\n";
|
|
65
|
+
export declare const getEmployeesStringQuery = "\nquery getEmployees {\n employees {\n name\n id\n user_id\n email\n seller\n accountant\n buyer\n support_agent\n inventory_controller\n active\n position\n }\n}\n";
|
|
66
66
|
export declare const getEmployeesByAgencyIdStringQuery: (id: number) => string;
|
|
67
67
|
export declare const getBundlesByItemCategoryIdStringQuery: (id: number) => string;
|
|
68
68
|
export declare const getBundleByNameStringQuery: (name: string) => string;
|
|
@@ -681,6 +681,10 @@ query getEmployees {
|
|
|
681
681
|
user_id
|
|
682
682
|
email
|
|
683
683
|
seller
|
|
684
|
+
accountant
|
|
685
|
+
buyer
|
|
686
|
+
support_agent
|
|
687
|
+
inventory_controller
|
|
684
688
|
active
|
|
685
689
|
position
|
|
686
690
|
}
|
|
@@ -1165,6 +1169,7 @@ query getInvoiceFormSubmissionsByInvoiceId {
|
|
|
1165
1169
|
id
|
|
1166
1170
|
name
|
|
1167
1171
|
print_var_name
|
|
1172
|
+
field_type
|
|
1168
1173
|
settings_form_field_options {
|
|
1169
1174
|
id
|
|
1170
1175
|
label
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/graphql",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.119",
|
|
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": "56d56910cd5f8e311239d379369fd608dd697aea"
|
|
25
25
|
}
|