grexx-api 13.2.2 → 13.2.4

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: 'https://name.grexx.today/api/v1',
6
- VERSION: '13.2.2',
6
+ VERSION: '13.2.4',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -56,6 +56,7 @@ export declare class CaseService {
56
56
  redirectToURL_encoding?: string;
57
57
  redirectToURL_method?: string;
58
58
  reference?: string;
59
+ reference_encodehtml?: string;
59
60
  reloadCaches?: string;
60
61
  rootline?: Array<{
61
62
  id: CaseReference;
@@ -321,6 +322,7 @@ export declare class CaseService {
321
322
  redirectToURL_encoding?: string;
322
323
  redirectToURL_method?: string;
323
324
  reference?: string;
325
+ reference_encodehtml?: string;
324
326
  reloadCaches?: string;
325
327
  rootline?: Array<{
326
328
  id: CaseReference;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grexx-api",
3
- "version": "13.2.2",
3
+ "version": "13.2.4",
4
4
  "description": "Grexx Platform API library",
5
5
  "main": "dist/generated/index.js",
6
6
  "types": "dist/generated/index.d.ts",