@zauru-sdk/services 1.0.49 → 1.0.52

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 (108) hide show
  1. package/dist/cjs/common.js +235 -0
  2. package/dist/cjs/index.js +50 -0
  3. package/dist/cjs/sessions/sessions.js +18 -0
  4. package/dist/cjs/sessions/upstash.js +59 -0
  5. package/dist/cjs/zauru/httpGraphQL.js +42 -0
  6. package/dist/cjs/zauru/httpOauth.js +42 -0
  7. package/dist/cjs/zauru/httpZauru.js +42 -0
  8. package/dist/cjs/zauru/zauru-agencies.js +27 -0
  9. package/dist/cjs/zauru/zauru-automatic-numbers.js +28 -0
  10. package/dist/cjs/zauru/zauru-bookings.js +90 -0
  11. package/dist/cjs/zauru/zauru-bundles.js +104 -0
  12. package/dist/cjs/zauru/zauru-cases.js +30 -0
  13. package/dist/cjs/zauru/zauru-consolidated.js +81 -0
  14. package/dist/cjs/zauru/zauru-currencies.js +27 -0
  15. package/dist/cjs/zauru/zauru-deliveries.js +53 -0
  16. package/dist/cjs/zauru/zauru-discharges.js +55 -0
  17. package/dist/cjs/zauru/zauru-employees.js +30 -0
  18. package/dist/cjs/zauru/zauru-forms.js +363 -0
  19. package/dist/cjs/zauru/zauru-invoices.js +104 -0
  20. package/dist/cjs/zauru/zauru-items.js +293 -0
  21. package/dist/cjs/zauru/zauru-lote-record.js +33 -0
  22. package/dist/cjs/zauru/zauru-lotes.js +312 -0
  23. package/dist/cjs/zauru/zauru-motivos-rechazo.js +57 -0
  24. package/dist/cjs/zauru/zauru-payees.js +247 -0
  25. package/dist/cjs/zauru/zauru-payment-terms.js +75 -0
  26. package/dist/cjs/zauru/zauru-price-lists.js +49 -0
  27. package/dist/cjs/zauru/zauru-profiles.js +80 -0
  28. package/dist/cjs/zauru/zauru-purchase-orders.js +438 -0
  29. package/dist/cjs/zauru/zauru-receptions.js +104 -0
  30. package/dist/cjs/zauru/zauru-shipments.js +62 -0
  31. package/dist/cjs/zauru/zauru-suggested-prices.js +94 -0
  32. package/dist/cjs/zauru/zauru-tags.js +20 -0
  33. package/dist/cjs/zauru/zauru-templates.js +22 -0
  34. package/dist/cjs/zauru/zauru-variables.js +56 -0
  35. package/dist/cjs/zauru/zauru-web-app-tables.js +167 -0
  36. package/package.json +12 -9
  37. package/CHANGELOG.md +0 -232
  38. package/src/common.ts +0 -343
  39. package/src/index.ts +0 -37
  40. package/src/sessions/sessions.ts +0 -17
  41. package/src/sessions/upstash.ts +0 -55
  42. package/src/zauru/httpGraphQL.ts +0 -55
  43. package/src/zauru/httpOauth.ts +0 -55
  44. package/src/zauru/httpZauru.ts +0 -56
  45. package/src/zauru/zauru-agencies.ts +0 -32
  46. package/src/zauru/zauru-automatic-numbers.ts +0 -35
  47. package/src/zauru/zauru-bookings.ts +0 -134
  48. package/src/zauru/zauru-bundles.ts +0 -157
  49. package/src/zauru/zauru-cases.ts +0 -44
  50. package/src/zauru/zauru-consolidated.ts +0 -129
  51. package/src/zauru/zauru-currencies.ts +0 -39
  52. package/src/zauru/zauru-deliveries.ts +0 -70
  53. package/src/zauru/zauru-discharges.ts +0 -90
  54. package/src/zauru/zauru-employees.ts +0 -43
  55. package/src/zauru/zauru-forms.ts +0 -618
  56. package/src/zauru/zauru-invoices.ts +0 -142
  57. package/src/zauru/zauru-items.ts +0 -481
  58. package/src/zauru/zauru-lote-record.ts +0 -77
  59. package/src/zauru/zauru-lotes.ts +0 -484
  60. package/src/zauru/zauru-motivos-rechazo.ts +0 -121
  61. package/src/zauru/zauru-payees.ts +0 -402
  62. package/src/zauru/zauru-payment-terms.ts +0 -126
  63. package/src/zauru/zauru-price-lists.ts +0 -68
  64. package/src/zauru/zauru-profiles.ts +0 -106
  65. package/src/zauru/zauru-purchase-orders.ts +0 -701
  66. package/src/zauru/zauru-receptions.ts +0 -148
  67. package/src/zauru/zauru-shipments.ts +0 -88
  68. package/src/zauru/zauru-suggested-prices.ts +0 -137
  69. package/src/zauru/zauru-tags.ts +0 -22
  70. package/src/zauru/zauru-templates.ts +0 -24
  71. package/src/zauru/zauru-variables.ts +0 -67
  72. package/src/zauru/zauru-web-app-tables.ts +0 -256
  73. package/tsconfig.json +0 -24
  74. /package/dist/{common.js → esm/common.js} +0 -0
  75. /package/dist/{index.js → esm/index.js} +0 -0
  76. /package/dist/{sessions → esm/sessions}/sessions.js +0 -0
  77. /package/dist/{sessions → esm/sessions}/upstash.js +0 -0
  78. /package/dist/{zauru → esm/zauru}/httpGraphQL.js +0 -0
  79. /package/dist/{zauru → esm/zauru}/httpOauth.js +0 -0
  80. /package/dist/{zauru → esm/zauru}/httpZauru.js +0 -0
  81. /package/dist/{zauru → esm/zauru}/zauru-agencies.js +0 -0
  82. /package/dist/{zauru → esm/zauru}/zauru-automatic-numbers.js +0 -0
  83. /package/dist/{zauru → esm/zauru}/zauru-bookings.js +0 -0
  84. /package/dist/{zauru → esm/zauru}/zauru-bundles.js +0 -0
  85. /package/dist/{zauru → esm/zauru}/zauru-cases.js +0 -0
  86. /package/dist/{zauru → esm/zauru}/zauru-consolidated.js +0 -0
  87. /package/dist/{zauru → esm/zauru}/zauru-currencies.js +0 -0
  88. /package/dist/{zauru → esm/zauru}/zauru-deliveries.js +0 -0
  89. /package/dist/{zauru → esm/zauru}/zauru-discharges.js +0 -0
  90. /package/dist/{zauru → esm/zauru}/zauru-employees.js +0 -0
  91. /package/dist/{zauru → esm/zauru}/zauru-forms.js +0 -0
  92. /package/dist/{zauru → esm/zauru}/zauru-invoices.js +0 -0
  93. /package/dist/{zauru → esm/zauru}/zauru-items.js +0 -0
  94. /package/dist/{zauru → esm/zauru}/zauru-lote-record.js +0 -0
  95. /package/dist/{zauru → esm/zauru}/zauru-lotes.js +0 -0
  96. /package/dist/{zauru → esm/zauru}/zauru-motivos-rechazo.js +0 -0
  97. /package/dist/{zauru → esm/zauru}/zauru-payees.js +0 -0
  98. /package/dist/{zauru → esm/zauru}/zauru-payment-terms.js +0 -0
  99. /package/dist/{zauru → esm/zauru}/zauru-price-lists.js +0 -0
  100. /package/dist/{zauru → esm/zauru}/zauru-profiles.js +0 -0
  101. /package/dist/{zauru → esm/zauru}/zauru-purchase-orders.js +0 -0
  102. /package/dist/{zauru → esm/zauru}/zauru-receptions.js +0 -0
  103. /package/dist/{zauru → esm/zauru}/zauru-shipments.js +0 -0
  104. /package/dist/{zauru → esm/zauru}/zauru-suggested-prices.js +0 -0
  105. /package/dist/{zauru → esm/zauru}/zauru-tags.js +0 -0
  106. /package/dist/{zauru → esm/zauru}/zauru-templates.js +0 -0
  107. /package/dist/{zauru → esm/zauru}/zauru-variables.js +0 -0
  108. /package/dist/{zauru → esm/zauru}/zauru-web-app-tables.js +0 -0
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.createTag = void 0;
7
+ const common_1 = require("@zauru-sdk/common");
8
+ const httpZauru_js_1 = __importDefault(require("./httpZauru.js"));
9
+ /**
10
+ * createTag
11
+ * @param headers
12
+ * @param body
13
+ */
14
+ async function createTag(headers, body) {
15
+ return (0, common_1.handlePossibleAxiosErrors)(async () => {
16
+ const response = await httpZauru_js_1.default.post(`/settings/tags.json`, { tag: body }, { headers });
17
+ return response.data;
18
+ });
19
+ }
20
+ exports.createTag = createTag;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.getReceptionTemplate = void 0;
7
+ const common_1 = require("@zauru-sdk/common");
8
+ const httpZauru_js_1 = __importDefault(require("./httpZauru.js"));
9
+ /**
10
+ *
11
+ * @param headers
12
+ * @returns
13
+ */
14
+ const getReceptionTemplate = async (headers, id) => {
15
+ return (0, common_1.handlePossibleAxiosErrors)(async () => {
16
+ const response = await httpZauru_js_1.default.get(`/settings/templates/print_templates/${id}/preview_with_vars`, {
17
+ headers,
18
+ });
19
+ return response.data;
20
+ });
21
+ };
22
+ exports.getReceptionTemplate = getReceptionTemplate;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.createVariable = exports.getVariables = void 0;
7
+ const chalk_1 = __importDefault(require("chalk"));
8
+ const httpZauru_js_1 = __importDefault(require("./httpZauru.js"));
9
+ /**
10
+ * getVariables Function for get all zauru variables
11
+ * @param headers
12
+ * @returns
13
+ */
14
+ async function getVariables(headers) {
15
+ try {
16
+ const response = await (0, httpZauru_js_1.default)(`/apps/webapp_vars.json`, {
17
+ method: "GET",
18
+ headers: headers,
19
+ });
20
+ return { data: response.data, error: false };
21
+ }
22
+ catch (error) {
23
+ console.log(chalk_1.default.red(`OCURRIÓ UN ERROR AL CARGAR LAS VARIABLES: ${error}`));
24
+ return {
25
+ msg: error,
26
+ error: true,
27
+ userMsg: "Ocurrió un error al intentar obtener las variables",
28
+ };
29
+ }
30
+ }
31
+ exports.getVariables = getVariables;
32
+ /**
33
+ *
34
+ * @param headers
35
+ * @param body
36
+ * @returns
37
+ */
38
+ async function createVariable(headers, body) {
39
+ try {
40
+ const response = await httpZauru_js_1.default.post(`/apps/webapp_vars.json`, { variable: body }, {
41
+ headers,
42
+ });
43
+ return {
44
+ data: response.data,
45
+ error: false,
46
+ };
47
+ }
48
+ catch (error) {
49
+ return {
50
+ msg: error,
51
+ error: true,
52
+ userMsg: `Ocurrió un error al intentar crear la variable ${body.name}`,
53
+ };
54
+ }
55
+ }
56
+ exports.createVariable = createVariable;
@@ -0,0 +1,167 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.getRejectionWebAppTable = exports.createWebAppTable = exports.updateWebAppTableRegister = exports.createWebAppTableRegister = exports.deleteWebAppTableRegister = exports.getWebAppTableRegisters = exports.getWebAppRow = void 0;
7
+ const common_1 = require("@zauru-sdk/common");
8
+ const common_js_1 = require("../common.js");
9
+ const httpGraphQL_js_1 = __importDefault(require("./httpGraphQL.js"));
10
+ const graphql_1 = require("@zauru-sdk/graphql");
11
+ const httpZauru_js_1 = __importDefault(require("./httpZauru.js"));
12
+ /**
13
+ * getWebAppRow
14
+ * @param headers
15
+ * @returns
16
+ */
17
+ async function getWebAppRow(session, id) {
18
+ return (0, common_1.handlePossibleAxiosErrors)(async () => {
19
+ const headers = await (0, common_js_1.getGraphQLAPIHeaders)(session);
20
+ const response = await httpGraphQL_js_1.default.post("", {
21
+ query: graphql_1.getWebAppRowStringQuery,
22
+ variables: {
23
+ id,
24
+ },
25
+ }, { headers });
26
+ return response.data?.data?.webapp_rows[0]?.data;
27
+ });
28
+ }
29
+ exports.getWebAppRow = getWebAppRow;
30
+ /**
31
+ * getWebAppTableRegisters Function for get all web app table registers
32
+ * @param headers
33
+ * @param webapp_table_id web app table id
34
+ * @returns
35
+ */
36
+ async function getWebAppTableRegisters(session, webapp_table_id) {
37
+ return (0, common_1.handlePossibleAxiosErrors)(async () => {
38
+ const headers = await (0, common_js_1.getGraphQLAPIHeaders)(session);
39
+ const response = await httpGraphQL_js_1.default.post("", {
40
+ query: graphql_1.getWebAppRowsByWebAppTableIdStringQuery,
41
+ variables: {
42
+ webapp_table_id,
43
+ },
44
+ }, { headers });
45
+ if (response.data.errors) {
46
+ throw new Error(response.data.errors.map((x) => x.message).join(";"));
47
+ }
48
+ if (!response?.data?.data.webapp_rows) {
49
+ return [];
50
+ }
51
+ return response.data?.data?.webapp_rows;
52
+ });
53
+ }
54
+ exports.getWebAppTableRegisters = getWebAppTableRegisters;
55
+ /**
56
+ * deleteWebAppTableRegister Function for delete a web app table register
57
+ * @param headers
58
+ * @param id_web_app_table
59
+ * @param id_register
60
+ * @returns
61
+ */
62
+ async function deleteWebAppTableRegister(headers, id_web_app_table, id_register) {
63
+ const response = await (0, httpZauru_js_1.default)(`/apps/webapp_tables/${id_web_app_table}/webapp_rows/${id_register}.json`, {
64
+ method: "DELETE",
65
+ headers: headers,
66
+ });
67
+ return response.data;
68
+ }
69
+ exports.deleteWebAppTableRegister = deleteWebAppTableRegister;
70
+ /**
71
+ * createWebAppTableRegister function for create a new web app table register
72
+ * @param headers
73
+ * @param body
74
+ * @param id_web_app_table
75
+ * @returns
76
+ */
77
+ async function createWebAppTableRegister(headers, id_web_app_table, body, extraBody) {
78
+ const requestBody = {
79
+ webapp_row: { data: body },
80
+ ...(extraBody ?? {}),
81
+ };
82
+ const response = await (0, httpZauru_js_1.default)(`/apps/webapp_tables/${id_web_app_table}/webapp_rows.json`, {
83
+ method: "POST",
84
+ headers: headers,
85
+ data: requestBody,
86
+ });
87
+ return response.data;
88
+ }
89
+ exports.createWebAppTableRegister = createWebAppTableRegister;
90
+ /**
91
+ * updateWebAppTableRegister Function for update a web app table register
92
+ * @param headers
93
+ * @param id_web_app_table
94
+ * @param id_register
95
+ * @returns
96
+ */
97
+ async function updateWebAppTableRegister(headers, id_web_app_table, id_register, body) {
98
+ const requestBody = { webapp_row: { data: body } };
99
+ const response = await (0, httpZauru_js_1.default)(`/apps/webapp_tables/${id_web_app_table}/webapp_rows/${id_register}.json`, {
100
+ method: "PATCH",
101
+ headers: headers,
102
+ data: requestBody,
103
+ });
104
+ return response.data;
105
+ }
106
+ exports.updateWebAppTableRegister = updateWebAppTableRegister;
107
+ //============================== WEB APP TABLE
108
+ /**
109
+ *
110
+ * @param headers
111
+ * @param body
112
+ * @returns
113
+ */
114
+ async function createWebAppTable(headers, body) {
115
+ try {
116
+ const response = await httpZauru_js_1.default.post(`/apps/webapp_tables.json`, { webapp_table: body }, {
117
+ headers,
118
+ });
119
+ return {
120
+ data: response.data,
121
+ error: false,
122
+ };
123
+ }
124
+ catch (error) {
125
+ return {
126
+ msg: error,
127
+ error: true,
128
+ userMsg: `Ocurrió un error al intentar crear la web app table ${body.name}`,
129
+ };
130
+ }
131
+ }
132
+ exports.createWebAppTable = createWebAppTable;
133
+ /**
134
+ * getWebappTable
135
+ * @param headers
136
+ * @param session
137
+ * @returns
138
+ */
139
+ const getRejectionWebAppTable = async (headers, session) => {
140
+ return (0, common_1.handlePossibleAxiosErrors)(async () => {
141
+ const { recepciones_rejections_webapp_table_id, recepciones_rejection_types_webapp_table_id, } = await (0, common_js_1.getVariablesByName)(headers, session, [
142
+ "recepciones_rejections_webapp_table_id",
143
+ "recepciones_rejection_types_webapp_table_id",
144
+ ]);
145
+ const webappTableResponse = await httpZauru_js_1.default.get(`/apps/webapp_tables/${recepciones_rejections_webapp_table_id}.json`, { headers });
146
+ const webappTableRejectionsResponse = await httpZauru_js_1.default.get(`/apps/webapp_tables/${recepciones_rejection_types_webapp_table_id}/webapp_rows.json`, { headers });
147
+ const rejections_select = [];
148
+ const rejections_complete = webappTableRejectionsResponse.data;
149
+ const keyName = Object.keys(rejections_complete[0].data)[0]; //get the first value
150
+ const rejections_list = [];
151
+ rejections_complete.forEach((val) => {
152
+ rejections_list.push(val.data[keyName]);
153
+ });
154
+ rejections_complete.forEach((rc) => {
155
+ rejections_select.push({
156
+ value: rc.data[keyName],
157
+ label: rc.data[keyName],
158
+ });
159
+ });
160
+ return {
161
+ webapp_table: webappTableResponse.data.structure,
162
+ rejection_list: rejections_list,
163
+ rejection_select: rejections_select,
164
+ };
165
+ });
166
+ };
167
+ exports.getRejectionWebAppTable = getRejectionWebAppTable;
package/package.json CHANGED
@@ -1,17 +1,23 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "1.0.49",
3
+ "version": "1.0.52",
4
4
  "description": "Servicios de consulta a Zauru",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
5
+ "main": "./dist/cjs/index.js",
6
+ "module": "./dist/esm/index.js",
7
+ "types": "./dist/index.d.ts",
7
8
  "type": "module",
8
9
  "publishConfig": {
9
10
  "access": "public"
10
11
  },
11
12
  "scripts": {
12
- "build": "tsc",
13
+ "build": "npm run build:cjs && npm run build:esm",
14
+ "build:cjs": "tsc -p tsconfig.cjs.json",
15
+ "build:esm": "tsc -p tsconfig.esm.json",
13
16
  "test": "echo \"Error: no test specified\" && exit 1"
14
17
  },
18
+ "files": [
19
+ "dist"
20
+ ],
15
21
  "author": "Oscar Cuéllar",
16
22
  "license": "MIT",
17
23
  "devDependencies": {
@@ -19,15 +25,12 @@
19
25
  },
20
26
  "dependencies": {
21
27
  "@remix-run/node": "^2.8.1",
22
- "@zauru-sdk/common": "^1.0.49",
28
+ "@zauru-sdk/common": "^1.0.50",
23
29
  "@zauru-sdk/config": "^1.0.48",
24
30
  "@zauru-sdk/graphql": "^1.0.48",
25
31
  "@zauru-sdk/types": "^1.0.49",
26
32
  "axios": "^1.6.7",
27
33
  "chalk": "5.3.0"
28
34
  },
29
- "engines": {
30
- "node": ">=18.0.0"
31
- },
32
- "gitHead": "0d1f62f58f5f2e5283f03d7c2a39c6c85f8f6850"
35
+ "gitHead": "f5c0e92ea8dbca13f636f8bdeaf3976a0b294424"
33
36
  }
package/CHANGELOG.md DELETED
@@ -1,232 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.0.49](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.48...v1.0.49) (2024-04-02)
7
-
8
- **Note:** Version bump only for package @zauru-sdk/services
9
-
10
-
11
-
12
-
13
-
14
- ## [1.0.48](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.47...v1.0.48) (2024-04-02)
15
-
16
- **Note:** Version bump only for package @zauru-sdk/services
17
-
18
-
19
-
20
-
21
-
22
- ## [1.0.47](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.46...v1.0.47) (2024-04-02)
23
-
24
- **Note:** Version bump only for package @zauru-sdk/services
25
-
26
-
27
-
28
-
29
-
30
- ## [1.0.46](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.45...v1.0.46) (2024-04-02)
31
-
32
- **Note:** Version bump only for package @zauru-sdk/services
33
-
34
-
35
-
36
-
37
-
38
- ## [1.0.45](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.44...v1.0.45) (2024-04-01)
39
-
40
- **Note:** Version bump only for package @zauru-sdk/services
41
-
42
-
43
-
44
-
45
-
46
- ## [1.0.44](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.43...v1.0.44) (2024-04-01)
47
-
48
- **Note:** Version bump only for package @zauru-sdk/services
49
-
50
-
51
-
52
-
53
-
54
- ## [1.0.33](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.32...v1.0.33) (2024-03-25)
55
-
56
- **Note:** Version bump only for package @zauru-sdk/services
57
-
58
-
59
-
60
-
61
-
62
- ## [1.0.32](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.31...v1.0.32) (2024-03-25)
63
-
64
- **Note:** Version bump only for package @zauru-sdk/services
65
-
66
-
67
-
68
-
69
-
70
- ## [1.0.31](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.30...v1.0.31) (2024-03-25)
71
-
72
- **Note:** Version bump only for package @zauru-sdk/services
73
-
74
-
75
-
76
-
77
-
78
- ## [1.0.30](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.29...v1.0.30) (2024-03-25)
79
-
80
- **Note:** Version bump only for package @zauru-sdk/services
81
-
82
-
83
-
84
-
85
-
86
- ## [1.0.29](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.28...v1.0.29) (2024-03-25)
87
-
88
- **Note:** Version bump only for package @zauru-sdk/services
89
-
90
-
91
-
92
-
93
-
94
- ## [1.0.26](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.25...v1.0.26) (2024-03-25)
95
-
96
- **Note:** Version bump only for package @zauru-sdk/services
97
-
98
-
99
-
100
-
101
-
102
- ## [1.0.25](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.24...v1.0.25) (2024-03-25)
103
-
104
- **Note:** Version bump only for package @zauru-sdk/services
105
-
106
-
107
-
108
-
109
-
110
- ## [1.0.24](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.23...v1.0.24) (2024-03-25)
111
-
112
- **Note:** Version bump only for package @zauru-sdk/services
113
-
114
-
115
-
116
-
117
-
118
- ## [1.0.23](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.22...v1.0.23) (2024-03-22)
119
-
120
- **Note:** Version bump only for package @zauru-sdk/services
121
-
122
-
123
-
124
-
125
-
126
- ## [1.0.20](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.19...v1.0.20) (2024-03-22)
127
-
128
- **Note:** Version bump only for package @zauru-sdk/services
129
-
130
-
131
-
132
-
133
-
134
- ## [1.0.18](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.17...v1.0.18) (2024-03-22)
135
-
136
- **Note:** Version bump only for package @zauru-sdk/services
137
-
138
-
139
-
140
-
141
-
142
- ## [1.0.15](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.14...v1.0.15) (2024-03-21)
143
-
144
- **Note:** Version bump only for package @zauru-sdk/services
145
-
146
-
147
-
148
-
149
-
150
- ## [1.0.13](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.12...v1.0.13) (2024-03-21)
151
-
152
- **Note:** Version bump only for package @zauru-sdk/services
153
-
154
-
155
-
156
-
157
-
158
- ## [1.0.10](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.9...v1.0.10) (2024-03-17)
159
-
160
- **Note:** Version bump only for package @zauru-sdk/services
161
-
162
-
163
-
164
-
165
-
166
- ## [1.0.9](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.8...v1.0.9) (2024-03-16)
167
-
168
- **Note:** Version bump only for package @zauru-sdk/services
169
-
170
-
171
-
172
-
173
-
174
- ## [1.0.8](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.7...v1.0.8) (2024-03-16)
175
-
176
- **Note:** Version bump only for package @zauru-sdk/services
177
-
178
-
179
-
180
-
181
-
182
- ## [1.0.7](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.6...v1.0.7) (2024-03-16)
183
-
184
- **Note:** Version bump only for package @zauru-sdk/services
185
-
186
-
187
-
188
-
189
-
190
- ## [1.0.6](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.5...v1.0.6) (2024-03-16)
191
-
192
- **Note:** Version bump only for package @zauru-sdk/services
193
-
194
-
195
-
196
-
197
-
198
- ## [1.0.5](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.4...v1.0.5) (2024-03-16)
199
-
200
- **Note:** Version bump only for package @zauru-sdk/services
201
-
202
-
203
-
204
-
205
-
206
- ## [1.0.4](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.3...v1.0.4) (2024-03-15)
207
-
208
- **Note:** Version bump only for package @zauru-sdk/services
209
-
210
-
211
-
212
-
213
-
214
- ## [1.0.3](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.2...v1.0.3) (2024-03-15)
215
-
216
- **Note:** Version bump only for package @zauru-sdk/services
217
-
218
-
219
-
220
-
221
-
222
- ## [1.0.2](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.1...v1.0.2) (2024-03-15)
223
-
224
- **Note:** Version bump only for package @zauru-sdk/services
225
-
226
-
227
-
228
-
229
-
230
- ## 1.0.1 (2024-03-15)
231
-
232
- **Note:** Version bump only for package @zauru-sdk/services