grexx-api 12.15.22 → 12.15.25
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: '12.15.
|
|
6
|
+
VERSION: '12.15.25',
|
|
7
7
|
WITH_CREDENTIALS: false,
|
|
8
8
|
CREDENTIALS: 'include',
|
|
9
9
|
TOKEN: undefined,
|
|
@@ -182,6 +182,7 @@ export declare class CaseService {
|
|
|
182
182
|
name?: string;
|
|
183
183
|
parentCase?: UnversionedReference;
|
|
184
184
|
startActivity?: Activity;
|
|
185
|
+
suggested?: Array<Record<string, any>>;
|
|
185
186
|
task?: number;
|
|
186
187
|
}>;
|
|
187
188
|
/**
|
|
@@ -199,6 +200,7 @@ export declare class CaseService {
|
|
|
199
200
|
name?: string;
|
|
200
201
|
parentCase?: UnversionedReference;
|
|
201
202
|
startActivity?: Activity;
|
|
203
|
+
suggested?: Array<Record<string, any>>;
|
|
202
204
|
task?: number;
|
|
203
205
|
}>;
|
|
204
206
|
/**
|
|
@@ -426,6 +428,7 @@ export declare class CaseService {
|
|
|
426
428
|
name?: string;
|
|
427
429
|
parentCase?: UnversionedReference;
|
|
428
430
|
startActivity?: Activity;
|
|
431
|
+
suggested?: Array<Record<string, any>>;
|
|
429
432
|
task?: number;
|
|
430
433
|
}>;
|
|
431
434
|
/**
|
|
@@ -444,6 +447,7 @@ export declare class CaseService {
|
|
|
444
447
|
name?: string;
|
|
445
448
|
parentCase?: UnversionedReference;
|
|
446
449
|
startActivity?: Activity;
|
|
450
|
+
suggested?: Array<Record<string, any>>;
|
|
447
451
|
task?: number;
|
|
448
452
|
}>;
|
|
449
453
|
/**
|