@breign/client 1.0.75 → 1.0.77

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 (104) hide show
  1. package/dist/apis/AgentApi.d.ts +95 -3
  2. package/dist/apis/AgentApi.js +218 -5
  3. package/dist/apis/AppApi.d.ts +75 -4
  4. package/dist/apis/AppApi.js +174 -7
  5. package/dist/apis/KnowledgeApi.d.ts +27 -1
  6. package/dist/apis/KnowledgeApi.js +60 -0
  7. package/dist/apis/OrganizationsApi.d.ts +67 -1
  8. package/dist/apis/OrganizationsApi.js +156 -0
  9. package/dist/apis/PromptsApi.d.ts +3 -3
  10. package/dist/apis/PromptsApi.js +1 -1
  11. package/dist/apis/ToolsApi.d.ts +26 -1
  12. package/dist/apis/ToolsApi.js +59 -0
  13. package/dist/models/AdvancedFlowEditorEdgeUio.d.ts +56 -0
  14. package/dist/models/AdvancedFlowEditorEdgeUio.js +62 -0
  15. package/dist/models/AdvancedFlowEditorNodePositionUio.d.ts +38 -0
  16. package/dist/models/AdvancedFlowEditorNodePositionUio.js +54 -0
  17. package/dist/models/AdvancedFlowEditorNodeUio.d.ts +53 -0
  18. package/dist/models/AdvancedFlowEditorNodeUio.js +63 -0
  19. package/dist/models/AdvancedFlowEditorUio.d.ts +46 -0
  20. package/dist/models/AdvancedFlowEditorUio.js +60 -0
  21. package/dist/models/AdvancedFlowEditorUpdateRequestUio.d.ts +40 -0
  22. package/dist/models/AdvancedFlowEditorUpdateRequestUio.js +56 -0
  23. package/dist/models/AgentFlowCreateUio.d.ts +6 -0
  24. package/dist/models/AgentFlowCreateUio.js +2 -0
  25. package/dist/models/AgentFlowUio.d.ts +6 -0
  26. package/dist/models/AgentFlowUio.js +2 -0
  27. package/dist/models/AnimationCreateRequestUio.d.ts +56 -0
  28. package/dist/models/AnimationCreateRequestUio.js +64 -0
  29. package/dist/models/AnimationUio.d.ts +56 -0
  30. package/dist/models/AnimationUio.js +64 -0
  31. package/dist/models/AppCommandsInnerUio.d.ts +46 -0
  32. package/dist/models/AppCommandsInnerUio.js +56 -0
  33. package/dist/models/AppConfigurationColorsUio.d.ts +68 -0
  34. package/dist/models/AppConfigurationColorsUio.js +60 -0
  35. package/dist/models/AppConfigurationLanguageInnerUio.d.ts +38 -0
  36. package/dist/models/AppConfigurationLanguageInnerUio.js +50 -0
  37. package/dist/models/AppConfigurationTextIntroIOSViewUio.d.ts +90 -0
  38. package/dist/models/AppConfigurationTextIntroIOSViewUio.js +62 -0
  39. package/dist/models/AppConfigurationTextSpeakIOSViewUio.d.ts +82 -0
  40. package/dist/models/AppConfigurationTextSpeakIOSViewUio.js +60 -0
  41. package/dist/models/AppConfigurationTextUio.d.ts +40 -0
  42. package/dist/models/AppConfigurationTextUio.js +52 -0
  43. package/dist/models/AppConfigurationUio.d.ts +40 -2
  44. package/dist/models/AppConfigurationUio.js +17 -6
  45. package/dist/models/AppUio.d.ts +17 -3
  46. package/dist/models/AppUio.js +9 -3
  47. package/dist/models/AppUpdateRequestUio.d.ts +8 -0
  48. package/dist/models/AppUpdateRequestUio.js +2 -0
  49. package/dist/models/Conversation1Uio.d.ts +46 -0
  50. package/dist/models/Conversation1Uio.js +60 -0
  51. package/dist/models/ConversationMessagesInnerFlowNodeEntrypointsUio.d.ts +32 -0
  52. package/dist/models/ConversationMessagesInnerFlowNodeEntrypointsUio.js +48 -0
  53. package/dist/models/ConversationMessagesInnerFlowNodeUio.d.ts +51 -0
  54. package/dist/models/ConversationMessagesInnerFlowNodeUio.js +55 -0
  55. package/dist/models/ConversationMessagesInnerSuggestionsInnerUio.d.ts +38 -0
  56. package/dist/models/ConversationMessagesInnerSuggestionsInnerUio.js +54 -0
  57. package/dist/models/ConversationMessagesInnerUio.d.ts +79 -0
  58. package/dist/models/ConversationMessagesInnerUio.js +73 -0
  59. package/dist/models/ConversationMetricsInnerSourceUio.d.ts +51 -0
  60. package/dist/models/ConversationMetricsInnerSourceUio.js +65 -0
  61. package/dist/models/ConversationMetricsInnerUio.d.ts +46 -0
  62. package/dist/models/ConversationMetricsInnerUio.js +60 -0
  63. package/dist/models/ConversationMetricsInnerValueInnerCostUio.d.ts +38 -0
  64. package/dist/models/ConversationMetricsInnerValueInnerCostUio.js +54 -0
  65. package/dist/models/ConversationMetricsInnerValueInnerUio.d.ts +63 -0
  66. package/dist/models/ConversationMetricsInnerValueInnerUio.js +69 -0
  67. package/dist/models/ConversationUio.d.ts +56 -6
  68. package/dist/models/ConversationUio.js +27 -7
  69. package/dist/models/FlowContentsUio.d.ts +6 -0
  70. package/dist/models/FlowContentsUio.js +2 -0
  71. package/dist/models/FlowEditorNodeUio.d.ts +39 -0
  72. package/dist/models/FlowEditorNodeUio.js +55 -0
  73. package/dist/models/FlowEditorUio.d.ts +39 -0
  74. package/dist/models/FlowEditorUio.js +55 -0
  75. package/dist/models/FlowEditorUpdateRequestUio.d.ts +33 -0
  76. package/dist/models/FlowEditorUpdateRequestUio.js +51 -0
  77. package/dist/models/KnowledgeFilesByIdsRequestUio.d.ts +32 -0
  78. package/dist/models/KnowledgeFilesByIdsRequestUio.js +50 -0
  79. package/dist/models/OrganizationUio.d.ts +20 -0
  80. package/dist/models/OrganizationUio.js +10 -0
  81. package/dist/models/OrganizationUserUio.d.ts +38 -0
  82. package/dist/models/OrganizationUserUio.js +54 -0
  83. package/dist/models/RoleCreateRequestUio.d.ts +44 -0
  84. package/dist/models/RoleCreateRequestUio.js +56 -0
  85. package/dist/models/SequenceContentsUio.d.ts +38 -0
  86. package/dist/models/SequenceContentsUio.js +50 -0
  87. package/dist/models/SequenceCreateRequestUio.d.ts +45 -0
  88. package/dist/models/SequenceCreateRequestUio.js +59 -0
  89. package/dist/models/SequenceUio.d.ts +45 -0
  90. package/dist/models/SequenceUio.js +59 -0
  91. package/dist/models/ToolUpdateRequestUio.d.ts +62 -0
  92. package/dist/models/ToolUpdateRequestUio.js +56 -0
  93. package/dist/models/index.d.ts +32 -4
  94. package/dist/models/index.js +32 -4
  95. package/dist/openapi.json +1725 -214
  96. package/package.json +1 -1
  97. package/dist/models/AppConfigurationUpdateRequestUio.d.ts +0 -33
  98. package/dist/models/AppConfigurationUpdateRequestUio.js +0 -50
  99. package/dist/models/AppSequencesInnerUio.d.ts +0 -38
  100. package/dist/models/AppSequencesInnerUio.js +0 -50
  101. package/dist/models/ConversationFlowNodeEntrypointsUio.d.ts +0 -32
  102. package/dist/models/ConversationFlowNodeEntrypointsUio.js +0 -48
  103. package/dist/models/ConversationFlowNodeUio.d.ts +0 -51
  104. package/dist/models/ConversationFlowNodeUio.js +0 -55
@@ -18,6 +18,12 @@ import type { FlowEntrypointsUio } from './FlowEntrypointsUio';
18
18
  * @interface AgentFlowCreateUio
19
19
  */
20
20
  export interface AgentFlowCreateUio {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof AgentFlowCreateUio
25
+ */
26
+ name?: string;
21
27
  /**
22
28
  *
23
29
  * @type {FlowEntrypointsUio}
@@ -35,6 +35,7 @@ function AgentFlowCreateUioFromJSONTyped(json, ignoreDiscriminator) {
35
35
  return json;
36
36
  }
37
37
  return {
38
+ 'name': json['name'] == null ? undefined : json['name'],
38
39
  'entrypoints': json['entrypoints'] == null ? undefined : (0, FlowEntrypointsUio_1.FlowEntrypointsUioFromJSON)(json['entrypoints']),
39
40
  'exits': json['exits'] == null ? undefined : json['exits'],
40
41
  'contents': json['contents'] == null ? undefined : (0, FlowContentsUio_1.FlowContentsUioFromJSON)(json['contents']),
@@ -49,6 +50,7 @@ function AgentFlowCreateUioToJSONTyped(value, ignoreDiscriminator = false) {
49
50
  return value;
50
51
  }
51
52
  return {
53
+ 'name': value['name'],
52
54
  'entrypoints': (0, FlowEntrypointsUio_1.FlowEntrypointsUioToJSON)(value['entrypoints']),
53
55
  'exits': value['exits'],
54
56
  'contents': (0, FlowContentsUio_1.FlowContentsUioToJSON)(value['contents']),
@@ -18,6 +18,12 @@ import type { FlowEntrypointsUio } from './FlowEntrypointsUio';
18
18
  * @interface AgentFlowUio
19
19
  */
20
20
  export interface AgentFlowUio {
21
+ /**
22
+ *
23
+ * @type {string}
24
+ * @memberof AgentFlowUio
25
+ */
26
+ name?: string;
21
27
  /**
22
28
  *
23
29
  * @type {FlowEntrypointsUio}
@@ -39,6 +39,7 @@ function AgentFlowUioFromJSONTyped(json, ignoreDiscriminator) {
39
39
  return json;
40
40
  }
41
41
  return {
42
+ 'name': json['name'] == null ? undefined : json['name'],
42
43
  'entrypoints': json['entrypoints'] == null ? undefined : (0, FlowEntrypointsUio_1.FlowEntrypointsUioFromJSON)(json['entrypoints']),
43
44
  'exits': json['exits'] == null ? undefined : json['exits'],
44
45
  'contents': json['contents'] == null ? undefined : (0, FlowContentsUio_1.FlowContentsUioFromJSON)(json['contents']),
@@ -55,6 +56,7 @@ function AgentFlowUioToJSONTyped(value, ignoreDiscriminator = false) {
55
56
  return value;
56
57
  }
57
58
  return {
59
+ 'name': value['name'],
58
60
  'entrypoints': (0, FlowEntrypointsUio_1.FlowEntrypointsUioToJSON)(value['entrypoints']),
59
61
  'exits': value['exits'],
60
62
  'contents': (0, FlowContentsUio_1.FlowContentsUioToJSON)(value['contents']),
@@ -0,0 +1,56 @@
1
+ /**
2
+ * brain-client
3
+ * Api ands models for brain-app and brain-app
4
+ *
5
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
6
+ *
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 AnimationCreateRequestUio
16
+ */
17
+ export interface AnimationCreateRequestUio {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AnimationCreateRequestUio
22
+ */
23
+ category?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AnimationCreateRequestUio
28
+ */
29
+ type: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AnimationCreateRequestUio
34
+ */
35
+ animationId: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof AnimationCreateRequestUio
40
+ */
41
+ code: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof AnimationCreateRequestUio
46
+ */
47
+ name: string;
48
+ }
49
+ /**
50
+ * Check if a given object implements the AnimationCreateRequestUio interface.
51
+ */
52
+ export declare function instanceOfAnimationCreateRequestUio(value: object): value is AnimationCreateRequestUio;
53
+ export declare function AnimationCreateRequestUioFromJSON(json: any): AnimationCreateRequestUio;
54
+ export declare function AnimationCreateRequestUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnimationCreateRequestUio;
55
+ export declare function AnimationCreateRequestUioToJSON(json: any): AnimationCreateRequestUio;
56
+ export declare function AnimationCreateRequestUioToJSONTyped(value?: AnimationCreateRequestUio | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * brain-client
6
+ * Api ands models for brain-app and brain-app
7
+ *
8
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
9
+ *
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 });
16
+ exports.instanceOfAnimationCreateRequestUio = instanceOfAnimationCreateRequestUio;
17
+ exports.AnimationCreateRequestUioFromJSON = AnimationCreateRequestUioFromJSON;
18
+ exports.AnimationCreateRequestUioFromJSONTyped = AnimationCreateRequestUioFromJSONTyped;
19
+ exports.AnimationCreateRequestUioToJSON = AnimationCreateRequestUioToJSON;
20
+ exports.AnimationCreateRequestUioToJSONTyped = AnimationCreateRequestUioToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AnimationCreateRequestUio interface.
23
+ */
24
+ function instanceOfAnimationCreateRequestUio(value) {
25
+ if (!('type' in value) || value['type'] === undefined)
26
+ return false;
27
+ if (!('animationId' in value) || value['animationId'] === undefined)
28
+ return false;
29
+ if (!('code' in value) || value['code'] === undefined)
30
+ return false;
31
+ if (!('name' in value) || value['name'] === undefined)
32
+ return false;
33
+ return true;
34
+ }
35
+ function AnimationCreateRequestUioFromJSON(json) {
36
+ return AnimationCreateRequestUioFromJSONTyped(json, false);
37
+ }
38
+ function AnimationCreateRequestUioFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'category': json['category'] == null ? undefined : json['category'],
44
+ 'type': json['type'],
45
+ 'animationId': json['animationId'],
46
+ 'code': json['code'],
47
+ 'name': json['name'],
48
+ };
49
+ }
50
+ function AnimationCreateRequestUioToJSON(json) {
51
+ return AnimationCreateRequestUioToJSONTyped(json, false);
52
+ }
53
+ function AnimationCreateRequestUioToJSONTyped(value, ignoreDiscriminator = false) {
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'category': value['category'],
59
+ 'type': value['type'],
60
+ 'animationId': value['animationId'],
61
+ 'code': value['code'],
62
+ 'name': value['name'],
63
+ };
64
+ }
@@ -0,0 +1,56 @@
1
+ /**
2
+ * brain-client
3
+ * Api ands models for brain-app and brain-app
4
+ *
5
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
6
+ *
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 AnimationUio
16
+ */
17
+ export interface AnimationUio {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AnimationUio
22
+ */
23
+ category?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AnimationUio
28
+ */
29
+ type: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AnimationUio
34
+ */
35
+ animationId: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof AnimationUio
40
+ */
41
+ code: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof AnimationUio
46
+ */
47
+ name: string;
48
+ }
49
+ /**
50
+ * Check if a given object implements the AnimationUio interface.
51
+ */
52
+ export declare function instanceOfAnimationUio(value: object): value is AnimationUio;
53
+ export declare function AnimationUioFromJSON(json: any): AnimationUio;
54
+ export declare function AnimationUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnimationUio;
55
+ export declare function AnimationUioToJSON(json: any): AnimationUio;
56
+ export declare function AnimationUioToJSONTyped(value?: AnimationUio | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * brain-client
6
+ * Api ands models for brain-app and brain-app
7
+ *
8
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
9
+ *
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 });
16
+ exports.instanceOfAnimationUio = instanceOfAnimationUio;
17
+ exports.AnimationUioFromJSON = AnimationUioFromJSON;
18
+ exports.AnimationUioFromJSONTyped = AnimationUioFromJSONTyped;
19
+ exports.AnimationUioToJSON = AnimationUioToJSON;
20
+ exports.AnimationUioToJSONTyped = AnimationUioToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AnimationUio interface.
23
+ */
24
+ function instanceOfAnimationUio(value) {
25
+ if (!('type' in value) || value['type'] === undefined)
26
+ return false;
27
+ if (!('animationId' in value) || value['animationId'] === undefined)
28
+ return false;
29
+ if (!('code' in value) || value['code'] === undefined)
30
+ return false;
31
+ if (!('name' in value) || value['name'] === undefined)
32
+ return false;
33
+ return true;
34
+ }
35
+ function AnimationUioFromJSON(json) {
36
+ return AnimationUioFromJSONTyped(json, false);
37
+ }
38
+ function AnimationUioFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'category': json['category'] == null ? undefined : json['category'],
44
+ 'type': json['type'],
45
+ 'animationId': json['animationId'],
46
+ 'code': json['code'],
47
+ 'name': json['name'],
48
+ };
49
+ }
50
+ function AnimationUioToJSON(json) {
51
+ return AnimationUioToJSONTyped(json, false);
52
+ }
53
+ function AnimationUioToJSONTyped(value, ignoreDiscriminator = false) {
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'category': value['category'],
59
+ 'type': value['type'],
60
+ 'animationId': value['animationId'],
61
+ 'code': value['code'],
62
+ 'name': value['name'],
63
+ };
64
+ }
@@ -0,0 +1,46 @@
1
+ /**
2
+ * brain-client
3
+ * Api ands models for brain-app and brain-app
4
+ *
5
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
6
+ *
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 AppCommandsInnerUio
16
+ */
17
+ export interface AppCommandsInnerUio {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AppCommandsInnerUio
22
+ */
23
+ name: string;
24
+ /**
25
+ *
26
+ * @type {{ [key: string]: any; }}
27
+ * @memberof AppCommandsInnerUio
28
+ */
29
+ command: {
30
+ [key: string]: any;
31
+ };
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof AppCommandsInnerUio
36
+ */
37
+ category?: string;
38
+ }
39
+ /**
40
+ * Check if a given object implements the AppCommandsInnerUio interface.
41
+ */
42
+ export declare function instanceOfAppCommandsInnerUio(value: object): value is AppCommandsInnerUio;
43
+ export declare function AppCommandsInnerUioFromJSON(json: any): AppCommandsInnerUio;
44
+ export declare function AppCommandsInnerUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppCommandsInnerUio;
45
+ export declare function AppCommandsInnerUioToJSON(json: any): AppCommandsInnerUio;
46
+ export declare function AppCommandsInnerUioToJSONTyped(value?: AppCommandsInnerUio | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * brain-client
6
+ * Api ands models for brain-app and brain-app
7
+ *
8
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
9
+ *
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 });
16
+ exports.instanceOfAppCommandsInnerUio = instanceOfAppCommandsInnerUio;
17
+ exports.AppCommandsInnerUioFromJSON = AppCommandsInnerUioFromJSON;
18
+ exports.AppCommandsInnerUioFromJSONTyped = AppCommandsInnerUioFromJSONTyped;
19
+ exports.AppCommandsInnerUioToJSON = AppCommandsInnerUioToJSON;
20
+ exports.AppCommandsInnerUioToJSONTyped = AppCommandsInnerUioToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AppCommandsInnerUio interface.
23
+ */
24
+ function instanceOfAppCommandsInnerUio(value) {
25
+ if (!('name' in value) || value['name'] === undefined)
26
+ return false;
27
+ if (!('command' in value) || value['command'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ function AppCommandsInnerUioFromJSON(json) {
32
+ return AppCommandsInnerUioFromJSONTyped(json, false);
33
+ }
34
+ function AppCommandsInnerUioFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'name': json['name'],
40
+ 'command': json['command'],
41
+ 'category': json['category'] == null ? undefined : json['category'],
42
+ };
43
+ }
44
+ function AppCommandsInnerUioToJSON(json) {
45
+ return AppCommandsInnerUioToJSONTyped(json, false);
46
+ }
47
+ function AppCommandsInnerUioToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ 'name': value['name'],
53
+ 'command': value['command'],
54
+ 'category': value['category'],
55
+ };
56
+ }
@@ -0,0 +1,68 @@
1
+ /**
2
+ * brain-client
3
+ * Api ands models for brain-app and brain-app
4
+ *
5
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
6
+ *
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 AppConfigurationColorsUio
16
+ */
17
+ export interface AppConfigurationColorsUio {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AppConfigurationColorsUio
22
+ */
23
+ primaryColors?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AppConfigurationColorsUio
28
+ */
29
+ secondaryColors?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AppConfigurationColorsUio
34
+ */
35
+ interruptColors?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof AppConfigurationColorsUio
40
+ */
41
+ wrongPushColors?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof AppConfigurationColorsUio
46
+ */
47
+ topTextColors?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof AppConfigurationColorsUio
52
+ */
53
+ primaryTextColors?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof AppConfigurationColorsUio
58
+ */
59
+ secondaryTextColors?: string;
60
+ }
61
+ /**
62
+ * Check if a given object implements the AppConfigurationColorsUio interface.
63
+ */
64
+ export declare function instanceOfAppConfigurationColorsUio(value: object): value is AppConfigurationColorsUio;
65
+ export declare function AppConfigurationColorsUioFromJSON(json: any): AppConfigurationColorsUio;
66
+ export declare function AppConfigurationColorsUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppConfigurationColorsUio;
67
+ export declare function AppConfigurationColorsUioToJSON(json: any): AppConfigurationColorsUio;
68
+ export declare function AppConfigurationColorsUioToJSONTyped(value?: AppConfigurationColorsUio | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * brain-client
6
+ * Api ands models for brain-app and brain-app
7
+ *
8
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
9
+ *
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 });
16
+ exports.instanceOfAppConfigurationColorsUio = instanceOfAppConfigurationColorsUio;
17
+ exports.AppConfigurationColorsUioFromJSON = AppConfigurationColorsUioFromJSON;
18
+ exports.AppConfigurationColorsUioFromJSONTyped = AppConfigurationColorsUioFromJSONTyped;
19
+ exports.AppConfigurationColorsUioToJSON = AppConfigurationColorsUioToJSON;
20
+ exports.AppConfigurationColorsUioToJSONTyped = AppConfigurationColorsUioToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AppConfigurationColorsUio interface.
23
+ */
24
+ function instanceOfAppConfigurationColorsUio(value) {
25
+ return true;
26
+ }
27
+ function AppConfigurationColorsUioFromJSON(json) {
28
+ return AppConfigurationColorsUioFromJSONTyped(json, false);
29
+ }
30
+ function AppConfigurationColorsUioFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'primaryColors': json['primaryColors'] == null ? undefined : json['primaryColors'],
36
+ 'secondaryColors': json['secondaryColors'] == null ? undefined : json['secondaryColors'],
37
+ 'interruptColors': json['interruptColors'] == null ? undefined : json['interruptColors'],
38
+ 'wrongPushColors': json['wrongPushColors'] == null ? undefined : json['wrongPushColors'],
39
+ 'topTextColors': json['topTextColors'] == null ? undefined : json['topTextColors'],
40
+ 'primaryTextColors': json['primaryTextColors'] == null ? undefined : json['primaryTextColors'],
41
+ 'secondaryTextColors': json['secondaryTextColors'] == null ? undefined : json['secondaryTextColors'],
42
+ };
43
+ }
44
+ function AppConfigurationColorsUioToJSON(json) {
45
+ return AppConfigurationColorsUioToJSONTyped(json, false);
46
+ }
47
+ function AppConfigurationColorsUioToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ 'primaryColors': value['primaryColors'],
53
+ 'secondaryColors': value['secondaryColors'],
54
+ 'interruptColors': value['interruptColors'],
55
+ 'wrongPushColors': value['wrongPushColors'],
56
+ 'topTextColors': value['topTextColors'],
57
+ 'primaryTextColors': value['primaryTextColors'],
58
+ 'secondaryTextColors': value['secondaryTextColors'],
59
+ };
60
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * brain-client
3
+ * Api ands models for brain-app and brain-app
4
+ *
5
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
6
+ *
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 AppConfigurationLanguageInnerUio
16
+ */
17
+ export interface AppConfigurationLanguageInnerUio {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof AppConfigurationLanguageInnerUio
22
+ */
23
+ code?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AppConfigurationLanguageInnerUio
28
+ */
29
+ label?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the AppConfigurationLanguageInnerUio interface.
33
+ */
34
+ export declare function instanceOfAppConfigurationLanguageInnerUio(value: object): value is AppConfigurationLanguageInnerUio;
35
+ export declare function AppConfigurationLanguageInnerUioFromJSON(json: any): AppConfigurationLanguageInnerUio;
36
+ export declare function AppConfigurationLanguageInnerUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppConfigurationLanguageInnerUio;
37
+ export declare function AppConfigurationLanguageInnerUioToJSON(json: any): AppConfigurationLanguageInnerUio;
38
+ export declare function AppConfigurationLanguageInnerUioToJSONTyped(value?: AppConfigurationLanguageInnerUio | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * brain-client
6
+ * Api ands models for brain-app and brain-app
7
+ *
8
+ * The version of the OpenAPI document: 0.0.0-SNAPSHOT
9
+ *
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 });
16
+ exports.instanceOfAppConfigurationLanguageInnerUio = instanceOfAppConfigurationLanguageInnerUio;
17
+ exports.AppConfigurationLanguageInnerUioFromJSON = AppConfigurationLanguageInnerUioFromJSON;
18
+ exports.AppConfigurationLanguageInnerUioFromJSONTyped = AppConfigurationLanguageInnerUioFromJSONTyped;
19
+ exports.AppConfigurationLanguageInnerUioToJSON = AppConfigurationLanguageInnerUioToJSON;
20
+ exports.AppConfigurationLanguageInnerUioToJSONTyped = AppConfigurationLanguageInnerUioToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the AppConfigurationLanguageInnerUio interface.
23
+ */
24
+ function instanceOfAppConfigurationLanguageInnerUio(value) {
25
+ return true;
26
+ }
27
+ function AppConfigurationLanguageInnerUioFromJSON(json) {
28
+ return AppConfigurationLanguageInnerUioFromJSONTyped(json, false);
29
+ }
30
+ function AppConfigurationLanguageInnerUioFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'code': json['code'] == null ? undefined : json['code'],
36
+ 'label': json['label'] == null ? undefined : json['label'],
37
+ };
38
+ }
39
+ function AppConfigurationLanguageInnerUioToJSON(json) {
40
+ return AppConfigurationLanguageInnerUioToJSONTyped(json, false);
41
+ }
42
+ function AppConfigurationLanguageInnerUioToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'code': value['code'],
48
+ 'label': value['label'],
49
+ };
50
+ }