@emilgroup/setting-sdk 0.2.0 → 0.2.2

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 (65) hide show
  1. package/index.js +99 -0
  2. package/package.json +8 -22
  3. package/scripts/deploy.js +81 -0
  4. package/.openapi-generator/FILES +0 -26
  5. package/.openapi-generator/VERSION +0 -1
  6. package/.openapi-generator-ignore +0 -23
  7. package/api/default-api.ts +0 -120
  8. package/api/public-keys-api.ts +0 -785
  9. package/api.ts +0 -29
  10. package/base.ts +0 -282
  11. package/common.ts +0 -198
  12. package/configuration.ts +0 -110
  13. package/dist/api/default-api.d.ts +0 -66
  14. package/dist/api/default-api.js +0 -196
  15. package/dist/api/public-keys-api.d.ts +0 -441
  16. package/dist/api/public-keys-api.js +0 -731
  17. package/dist/api.d.ts +0 -13
  18. package/dist/api.js +0 -31
  19. package/dist/base.d.ts +0 -77
  20. package/dist/base.js +0 -324
  21. package/dist/common.d.ts +0 -91
  22. package/dist/common.js +0 -276
  23. package/dist/configuration.d.ts +0 -89
  24. package/dist/configuration.js +0 -52
  25. package/dist/index.d.ts +0 -15
  26. package/dist/index.js +0 -36
  27. package/dist/models/create-public-key-request-dto.d.ts +0 -24
  28. package/dist/models/create-public-key-request-dto.js +0 -15
  29. package/dist/models/create-public-key-response-class.d.ts +0 -25
  30. package/dist/models/create-public-key-response-class.js +0 -15
  31. package/dist/models/delete-public-key-request-dto.d.ts +0 -24
  32. package/dist/models/delete-public-key-request-dto.js +0 -15
  33. package/dist/models/get-public-key-response-class.d.ts +0 -25
  34. package/dist/models/get-public-key-response-class.js +0 -15
  35. package/dist/models/index.d.ts +0 -11
  36. package/dist/models/index.js +0 -27
  37. package/dist/models/inline-response200.d.ts +0 -54
  38. package/dist/models/inline-response200.js +0 -15
  39. package/dist/models/inline-response503.d.ts +0 -54
  40. package/dist/models/inline-response503.js +0 -15
  41. package/dist/models/list-public-keys-response-class.d.ts +0 -43
  42. package/dist/models/list-public-keys-response-class.js +0 -15
  43. package/dist/models/public-key-class.d.ts +0 -66
  44. package/dist/models/public-key-class.js +0 -15
  45. package/dist/models/rotate-public-key-response-class.d.ts +0 -25
  46. package/dist/models/rotate-public-key-response-class.js +0 -15
  47. package/dist/models/update-public-key-request-dto.d.ts +0 -30
  48. package/dist/models/update-public-key-request-dto.js +0 -15
  49. package/dist/models/update-public-key-response-class.d.ts +0 -25
  50. package/dist/models/update-public-key-response-class.js +0 -15
  51. package/git_push.sh +0 -57
  52. package/index.ts +0 -19
  53. package/models/create-public-key-request-dto.ts +0 -30
  54. package/models/create-public-key-response-class.ts +0 -31
  55. package/models/delete-public-key-request-dto.ts +0 -30
  56. package/models/get-public-key-response-class.ts +0 -31
  57. package/models/index.ts +0 -11
  58. package/models/inline-response200.ts +0 -48
  59. package/models/inline-response503.ts +0 -48
  60. package/models/list-public-keys-response-class.ts +0 -49
  61. package/models/public-key-class.ts +0 -72
  62. package/models/rotate-public-key-response-class.ts +0 -31
  63. package/models/update-public-key-request-dto.ts +0 -36
  64. package/models/update-public-key-response-class.ts +0 -31
  65. package/tsconfig.json +0 -23
@@ -1,54 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface InlineResponse200
16
- */
17
- export interface InlineResponse200 {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof InlineResponse200
22
- */
23
- 'status'?: string;
24
- /**
25
- *
26
- * @type {{ [key: string]: { [key: string]: object; }; }}
27
- * @memberof InlineResponse200
28
- */
29
- 'info'?: {
30
- [key: string]: {
31
- [key: string]: object;
32
- };
33
- } | null;
34
- /**
35
- *
36
- * @type {{ [key: string]: { [key: string]: object; }; }}
37
- * @memberof InlineResponse200
38
- */
39
- 'error'?: {
40
- [key: string]: {
41
- [key: string]: object;
42
- };
43
- } | null;
44
- /**
45
- *
46
- * @type {{ [key: string]: { [key: string]: object; }; }}
47
- * @memberof InlineResponse200
48
- */
49
- 'details'?: {
50
- [key: string]: {
51
- [key: string]: object;
52
- };
53
- };
54
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,54 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface InlineResponse503
16
- */
17
- export interface InlineResponse503 {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof InlineResponse503
22
- */
23
- 'status'?: string;
24
- /**
25
- *
26
- * @type {{ [key: string]: { [key: string]: object; }; }}
27
- * @memberof InlineResponse503
28
- */
29
- 'info'?: {
30
- [key: string]: {
31
- [key: string]: object;
32
- };
33
- } | null;
34
- /**
35
- *
36
- * @type {{ [key: string]: { [key: string]: object; }; }}
37
- * @memberof InlineResponse503
38
- */
39
- 'error'?: {
40
- [key: string]: {
41
- [key: string]: object;
42
- };
43
- } | null;
44
- /**
45
- *
46
- * @type {{ [key: string]: { [key: string]: object; }; }}
47
- * @memberof InlineResponse503
48
- */
49
- 'details'?: {
50
- [key: string]: {
51
- [key: string]: object;
52
- };
53
- };
54
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,43 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { PublicKeyClass } from './public-key-class';
13
- /**
14
- *
15
- * @export
16
- * @interface ListPublicKeysResponseClass
17
- */
18
- export interface ListPublicKeysResponseClass {
19
- /**
20
- * An array of public key entities containing all key details including code, slug, key value, and audit information
21
- * @type {Array<PublicKeyClass>}
22
- * @memberof ListPublicKeysResponseClass
23
- */
24
- 'items': Array<PublicKeyClass>;
25
- /**
26
- * The token for the next page of results
27
- * @type {string}
28
- * @memberof ListPublicKeysResponseClass
29
- */
30
- 'nextPageToken': string;
31
- /**
32
- * The number of items per page
33
- * @type {number}
34
- * @memberof ListPublicKeysResponseClass
35
- */
36
- 'itemsPerPage': number;
37
- /**
38
- * The total number of items in the collection
39
- * @type {number}
40
- * @memberof ListPublicKeysResponseClass
41
- */
42
- 'totalItems': number;
43
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,66 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface PublicKeyClass
16
- */
17
- export interface PublicKeyClass {
18
- /**
19
- * The unique identifier for the public key
20
- * @type {number}
21
- * @memberof PublicKeyClass
22
- */
23
- 'id': number;
24
- /**
25
- * Stable code used to reference this public key in API calls
26
- * @type {string}
27
- * @memberof PublicKeyClass
28
- */
29
- 'code': string;
30
- /**
31
- * Human-readable slug used to identify the key uniquely
32
- * @type {string}
33
- * @memberof PublicKeyClass
34
- */
35
- 'slug': string;
36
- /**
37
- * Public key value. Use this for public API authentication.
38
- * @type {string}
39
- * @memberof PublicKeyClass
40
- */
41
- 'key': string;
42
- /**
43
- * Time at which the object was created.
44
- * @type {string}
45
- * @memberof PublicKeyClass
46
- */
47
- 'createdAt': string;
48
- /**
49
- * Time at which the object was updated.
50
- * @type {string}
51
- * @memberof PublicKeyClass
52
- */
53
- 'updatedAt': string;
54
- /**
55
- * Identifier of the user who created the record.
56
- * @type {string}
57
- * @memberof PublicKeyClass
58
- */
59
- 'createdBy': string;
60
- /**
61
- * Identifier of the user who last updated the record.
62
- * @type {string}
63
- * @memberof PublicKeyClass
64
- */
65
- 'updatedBy': string;
66
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { PublicKeyClass } from './public-key-class';
13
- /**
14
- *
15
- * @export
16
- * @interface RotatePublicKeyResponseClass
17
- */
18
- export interface RotatePublicKeyResponseClass {
19
- /**
20
- * The public key entity containing all key details including code, slug, key value, and audit information
21
- * @type {PublicKeyClass}
22
- * @memberof RotatePublicKeyResponseClass
23
- */
24
- 'publicKey'?: PublicKeyClass;
25
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,30 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface UpdatePublicKeyRequestDto
16
- */
17
- export interface UpdatePublicKeyRequestDto {
18
- /**
19
- * Public key code (identifies the key to update)
20
- * @type {string}
21
- * @memberof UpdatePublicKeyRequestDto
22
- */
23
- 'code': string;
24
- /**
25
- * New slug for the public key (unique identifier used for lookup)
26
- * @type {string}
27
- * @memberof UpdatePublicKeyRequestDto
28
- */
29
- 'slug': string;
30
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- /**
2
- * EMIL SettingService
3
- * The EMIL SettingService API description
4
- *
5
- * The version of the OpenAPI document: 1.0
6
- * Contact: kontakt@emil.de
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { PublicKeyClass } from './public-key-class';
13
- /**
14
- *
15
- * @export
16
- * @interface UpdatePublicKeyResponseClass
17
- */
18
- export interface UpdatePublicKeyResponseClass {
19
- /**
20
- * The public key entity containing all key details including code, slug, key value, and audit information
21
- * @type {PublicKeyClass}
22
- * @memberof UpdatePublicKeyResponseClass
23
- */
24
- 'publicKey'?: PublicKeyClass;
25
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * EMIL SettingService
6
- * The EMIL SettingService API description
7
- *
8
- * The version of the OpenAPI document: 1.0
9
- * Contact: kontakt@emil.de
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
package/git_push.sh DELETED
@@ -1,57 +0,0 @@
1
- #!/bin/sh
2
- # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
3
- #
4
- # Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
5
-
6
- git_user_id=$1
7
- git_repo_id=$2
8
- release_note=$3
9
- git_host=$4
10
-
11
- if [ "$git_host" = "" ]; then
12
- git_host="github.com"
13
- echo "[INFO] No command line input provided. Set \$git_host to $git_host"
14
- fi
15
-
16
- if [ "$git_user_id" = "" ]; then
17
- git_user_id="Emil"
18
- echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
19
- fi
20
-
21
- if [ "$git_repo_id" = "" ]; then
22
- git_repo_id="setting-sdk"
23
- echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
24
- fi
25
-
26
- if [ "$release_note" = "" ]; then
27
- release_note="Minor update"
28
- echo "[INFO] No command line input provided. Set \$release_note to $release_note"
29
- fi
30
-
31
- # Initialize the local directory as a Git repository
32
- git init
33
-
34
- # Adds the files in the local repository and stages them for commit.
35
- git add .
36
-
37
- # Commits the tracked changes and prepares them to be pushed to a remote repository.
38
- git commit -m "$release_note"
39
-
40
- # Sets the new remote
41
- git_remote=$(git remote)
42
- if [ "$git_remote" = "" ]; then # git remote not defined
43
-
44
- if [ "$GIT_TOKEN" = "" ]; then
45
- echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
46
- git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
47
- else
48
- git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
49
- fi
50
-
51
- fi
52
-
53
- git pull origin master
54
-
55
- # Pushes (Forces) the changes in the local repository up to the remote repository
56
- echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
57
- git push origin master 2>&1 | grep -v 'To https'
package/index.ts DELETED
@@ -1,19 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL SettingService
5
- * The EMIL SettingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- export { Environment, BaseAPI } from "./base";
17
- export * from "./api";
18
- export * from "./configuration";
19
- export * from "./models";
@@ -1,30 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL SettingService
5
- * The EMIL SettingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface CreatePublicKeyRequestDto
21
- */
22
- export interface CreatePublicKeyRequestDto {
23
- /**
24
- * Unique slug identifying this key. Must be unique within the tenant.
25
- * @type {string}
26
- * @memberof CreatePublicKeyRequestDto
27
- */
28
- 'slug': string;
29
- }
30
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL SettingService
5
- * The EMIL SettingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { PublicKeyClass } from './public-key-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface CreatePublicKeyResponseClass
22
- */
23
- export interface CreatePublicKeyResponseClass {
24
- /**
25
- * The newly created public key entity containing all key details including code, slug, key value, and audit information
26
- * @type {PublicKeyClass}
27
- * @memberof CreatePublicKeyResponseClass
28
- */
29
- 'publicKey'?: PublicKeyClass;
30
- }
31
-
@@ -1,30 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL SettingService
5
- * The EMIL SettingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface DeletePublicKeyRequestDto
21
- */
22
- export interface DeletePublicKeyRequestDto {
23
- /**
24
- * The code for the public key
25
- * @type {string}
26
- * @memberof DeletePublicKeyRequestDto
27
- */
28
- 'code': string;
29
- }
30
-
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL SettingService
5
- * The EMIL SettingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
- import { PublicKeyClass } from './public-key-class';
17
-
18
- /**
19
- *
20
- * @export
21
- * @interface GetPublicKeyResponseClass
22
- */
23
- export interface GetPublicKeyResponseClass {
24
- /**
25
- * The public key entity containing all key details including code, slug, key value, and audit information
26
- * @type {PublicKeyClass}
27
- * @memberof GetPublicKeyResponseClass
28
- */
29
- 'publicKey'?: PublicKeyClass;
30
- }
31
-
package/models/index.ts DELETED
@@ -1,11 +0,0 @@
1
- export * from './create-public-key-request-dto';
2
- export * from './create-public-key-response-class';
3
- export * from './delete-public-key-request-dto';
4
- export * from './get-public-key-response-class';
5
- export * from './inline-response200';
6
- export * from './inline-response503';
7
- export * from './list-public-keys-response-class';
8
- export * from './public-key-class';
9
- export * from './rotate-public-key-response-class';
10
- export * from './update-public-key-request-dto';
11
- export * from './update-public-key-response-class';
@@ -1,48 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * EMIL SettingService
5
- * The EMIL SettingService API description
6
- *
7
- * The version of the OpenAPI document: 1.0
8
- * Contact: kontakt@emil.de
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- *
19
- * @export
20
- * @interface InlineResponse200
21
- */
22
- export interface InlineResponse200 {
23
- /**
24
- *
25
- * @type {string}
26
- * @memberof InlineResponse200
27
- */
28
- 'status'?: string;
29
- /**
30
- *
31
- * @type {{ [key: string]: { [key: string]: object; }; }}
32
- * @memberof InlineResponse200
33
- */
34
- 'info'?: { [key: string]: { [key: string]: object; }; } | null;
35
- /**
36
- *
37
- * @type {{ [key: string]: { [key: string]: object; }; }}
38
- * @memberof InlineResponse200
39
- */
40
- 'error'?: { [key: string]: { [key: string]: object; }; } | null;
41
- /**
42
- *
43
- * @type {{ [key: string]: { [key: string]: object; }; }}
44
- * @memberof InlineResponse200
45
- */
46
- 'details'?: { [key: string]: { [key: string]: object; }; };
47
- }
48
-