@equos/node-sdk 3.0.2-rc.1 → 3.0.2-rc.11

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 (117) hide show
  1. package/dist/client.d.ts +2 -6
  2. package/dist/client.js +10 -19
  3. package/dist/index.d.ts +1 -2
  4. package/dist/index.js +1 -4
  5. package/package.json +3 -4
  6. package/dist/api/apis/AgentApi.d.ts +0 -86
  7. package/dist/api/apis/AgentApi.js +0 -223
  8. package/dist/api/apis/AvatarApi.d.ts +0 -86
  9. package/dist/api/apis/AvatarApi.js +0 -223
  10. package/dist/api/apis/BrainApi.d.ts +0 -64
  11. package/dist/api/apis/BrainApi.js +0 -179
  12. package/dist/api/apis/CharacterApi.d.ts +0 -76
  13. package/dist/api/apis/CharacterApi.js +0 -213
  14. package/dist/api/apis/FaceApi.d.ts +0 -64
  15. package/dist/api/apis/FaceApi.js +0 -179
  16. package/dist/api/apis/HealthApi.d.ts +0 -26
  17. package/dist/api/apis/HealthApi.js +0 -79
  18. package/dist/api/apis/KnowledgeBaseApi.d.ts +0 -100
  19. package/dist/api/apis/KnowledgeBaseApi.js +0 -279
  20. package/dist/api/apis/LimitsApi.d.ts +0 -26
  21. package/dist/api/apis/LimitsApi.js +0 -82
  22. package/dist/api/apis/SessionPassesApi.d.ts +0 -44
  23. package/dist/api/apis/SessionPassesApi.js +0 -128
  24. package/dist/api/apis/SessionsApi.d.ts +0 -72
  25. package/dist/api/apis/SessionsApi.js +0 -187
  26. package/dist/api/apis/VoiceApi.d.ts +0 -64
  27. package/dist/api/apis/VoiceApi.js +0 -179
  28. package/dist/api/apis/index.d.ts +0 -11
  29. package/dist/api/apis/index.js +0 -29
  30. package/dist/api/index.d.ts +0 -3
  31. package/dist/api/index.js +0 -21
  32. package/dist/api/models/CreateDocumentRequest.d.ts +0 -44
  33. package/dist/api/models/CreateDocumentRequest.js +0 -58
  34. package/dist/api/models/CreateDocumentResponse.d.ts +0 -33
  35. package/dist/api/models/CreateDocumentResponse.js +0 -51
  36. package/dist/api/models/CreateEquosAgentRequest.d.ts +0 -144
  37. package/dist/api/models/CreateEquosAgentRequest.js +0 -120
  38. package/dist/api/models/CreateEquosAvatarRequest.d.ts +0 -56
  39. package/dist/api/models/CreateEquosAvatarRequest.js +0 -64
  40. package/dist/api/models/CreateEquosBrainRequest.d.ts +0 -56
  41. package/dist/api/models/CreateEquosBrainRequest.js +0 -64
  42. package/dist/api/models/CreateEquosCharacterRequest.d.ts +0 -80
  43. package/dist/api/models/CreateEquosCharacterRequest.js +0 -68
  44. package/dist/api/models/CreateEquosFaceRequest.d.ts +0 -46
  45. package/dist/api/models/CreateEquosFaceRequest.js +0 -60
  46. package/dist/api/models/CreateEquosSessionRequest.d.ts +0 -90
  47. package/dist/api/models/CreateEquosSessionRequest.js +0 -74
  48. package/dist/api/models/CreateEquosSessionRequestAgent.d.ts +0 -23
  49. package/dist/api/models/CreateEquosSessionRequestAgent.js +0 -57
  50. package/dist/api/models/CreateEquosSessionRequestAvatar.d.ts +0 -23
  51. package/dist/api/models/CreateEquosSessionRequestAvatar.js +0 -57
  52. package/dist/api/models/CreateEquosSessionResponse.d.ts +0 -45
  53. package/dist/api/models/CreateEquosSessionResponse.js +0 -55
  54. package/dist/api/models/CreateEquosVoiceRequest.d.ts +0 -56
  55. package/dist/api/models/CreateEquosVoiceRequest.js +0 -64
  56. package/dist/api/models/CreateKnowledgeBaseRequest.d.ts +0 -44
  57. package/dist/api/models/CreateKnowledgeBaseRequest.js +0 -56
  58. package/dist/api/models/CreateSessionPassRequest.d.ts +0 -76
  59. package/dist/api/models/CreateSessionPassRequest.js +0 -72
  60. package/dist/api/models/EquosAgent.d.ts +0 -180
  61. package/dist/api/models/EquosAgent.js +0 -154
  62. package/dist/api/models/EquosAvatar.d.ts +0 -92
  63. package/dist/api/models/EquosAvatar.js +0 -84
  64. package/dist/api/models/EquosBrain.d.ts +0 -74
  65. package/dist/api/models/EquosBrain.js +0 -76
  66. package/dist/api/models/EquosCharacter.d.ts +0 -132
  67. package/dist/api/models/EquosCharacter.js +0 -98
  68. package/dist/api/models/EquosDocument.d.ts +0 -74
  69. package/dist/api/models/EquosDocument.js +0 -78
  70. package/dist/api/models/EquosFace.d.ts +0 -107
  71. package/dist/api/models/EquosFace.js +0 -89
  72. package/dist/api/models/EquosKnowledgeBase.d.ts +0 -75
  73. package/dist/api/models/EquosKnowledgeBase.js +0 -77
  74. package/dist/api/models/EquosLimitResponse.d.ts +0 -68
  75. package/dist/api/models/EquosLimitResponse.js +0 -72
  76. package/dist/api/models/EquosParticipantIdentity.d.ts +0 -38
  77. package/dist/api/models/EquosParticipantIdentity.js +0 -54
  78. package/dist/api/models/EquosResourceReference.d.ts +0 -32
  79. package/dist/api/models/EquosResourceReference.js +0 -50
  80. package/dist/api/models/EquosSession.d.ts +0 -168
  81. package/dist/api/models/EquosSession.js +0 -118
  82. package/dist/api/models/EquosSessionHost.d.ts +0 -38
  83. package/dist/api/models/EquosSessionHost.js +0 -54
  84. package/dist/api/models/EquosSessionServer.d.ts +0 -32
  85. package/dist/api/models/EquosSessionServer.js +0 -50
  86. package/dist/api/models/EquosVoice.d.ts +0 -80
  87. package/dist/api/models/EquosVoice.js +0 -80
  88. package/dist/api/models/HealthResponse.d.ts +0 -38
  89. package/dist/api/models/HealthResponse.js +0 -54
  90. package/dist/api/models/ListEquosAgentsResponse.d.ts +0 -51
  91. package/dist/api/models/ListEquosAgentsResponse.js +0 -63
  92. package/dist/api/models/ListEquosAvatarsResponse.d.ts +0 -51
  93. package/dist/api/models/ListEquosAvatarsResponse.js +0 -63
  94. package/dist/api/models/ListEquosBrainsResponse.d.ts +0 -51
  95. package/dist/api/models/ListEquosBrainsResponse.js +0 -63
  96. package/dist/api/models/ListEquosCharactersResponse.d.ts +0 -51
  97. package/dist/api/models/ListEquosCharactersResponse.js +0 -63
  98. package/dist/api/models/ListEquosFacesResponse.d.ts +0 -51
  99. package/dist/api/models/ListEquosFacesResponse.js +0 -63
  100. package/dist/api/models/ListEquosKnowledgeBasesResponse.d.ts +0 -51
  101. package/dist/api/models/ListEquosKnowledgeBasesResponse.js +0 -63
  102. package/dist/api/models/ListEquosSessionsResponse.d.ts +0 -51
  103. package/dist/api/models/ListEquosSessionsResponse.js +0 -63
  104. package/dist/api/models/ListEquosVoicesResponse.d.ts +0 -51
  105. package/dist/api/models/ListEquosVoicesResponse.js +0 -63
  106. package/dist/api/models/UpdateEquosAgentRequest.d.ts +0 -156
  107. package/dist/api/models/UpdateEquosAgentRequest.js +0 -128
  108. package/dist/api/models/UpdateEquosAvatarRequest.d.ts +0 -68
  109. package/dist/api/models/UpdateEquosAvatarRequest.js +0 -72
  110. package/dist/api/models/UpdateEquosCharacterRequest.d.ts +0 -68
  111. package/dist/api/models/UpdateEquosCharacterRequest.js +0 -60
  112. package/dist/api/models/index.d.ts +0 -40
  113. package/dist/api/models/index.js +0 -58
  114. package/dist/api/runtime.d.ts +0 -184
  115. package/dist/api/runtime.js +0 -349
  116. package/dist/options.d.ts +0 -7
  117. package/dist/options.js +0 -2
@@ -1,78 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Equos.ai API
6
- * API documentation for Equos.ai live platform.
7
- *
8
- * The version of the OpenAPI document: 3.0
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.instanceOfEquosDocument = instanceOfEquosDocument;
17
- exports.EquosDocumentFromJSON = EquosDocumentFromJSON;
18
- exports.EquosDocumentFromJSONTyped = EquosDocumentFromJSONTyped;
19
- exports.EquosDocumentToJSON = EquosDocumentToJSON;
20
- exports.EquosDocumentToJSONTyped = EquosDocumentToJSONTyped;
21
- /**
22
- * Check if a given object implements the EquosDocument interface.
23
- */
24
- function instanceOfEquosDocument(value) {
25
- if (!('id' in value) || value['id'] === undefined)
26
- return false;
27
- if (!('knowledgeBaseId' in value) || value['knowledgeBaseId'] === undefined)
28
- return false;
29
- if (!('name' in value) || value['name'] === undefined)
30
- return false;
31
- if (!('description' in value) || value['description'] === undefined)
32
- return false;
33
- if (!('size' in value) || value['size'] === undefined)
34
- return false;
35
- if (!('status' in value) || value['status'] === undefined)
36
- return false;
37
- if (!('createdAt' in value) || value['createdAt'] === undefined)
38
- return false;
39
- if (!('updatedAt' in value) || value['updatedAt'] === undefined)
40
- return false;
41
- return true;
42
- }
43
- function EquosDocumentFromJSON(json) {
44
- return EquosDocumentFromJSONTyped(json, false);
45
- }
46
- function EquosDocumentFromJSONTyped(json, ignoreDiscriminator) {
47
- if (json == null) {
48
- return json;
49
- }
50
- return {
51
- 'id': json['id'],
52
- 'knowledgeBaseId': json['knowledgeBaseId'],
53
- 'name': json['name'],
54
- 'description': json['description'],
55
- 'size': json['size'],
56
- 'status': json['status'],
57
- 'createdAt': (new Date(json['createdAt'])),
58
- 'updatedAt': (new Date(json['updatedAt'])),
59
- };
60
- }
61
- function EquosDocumentToJSON(json) {
62
- return EquosDocumentToJSONTyped(json, false);
63
- }
64
- function EquosDocumentToJSONTyped(value, ignoreDiscriminator = false) {
65
- if (value == null) {
66
- return value;
67
- }
68
- return {
69
- 'id': value['id'],
70
- 'knowledgeBaseId': value['knowledgeBaseId'],
71
- 'name': value['name'],
72
- 'description': value['description'],
73
- 'size': value['size'],
74
- 'status': value['status'],
75
- 'createdAt': value['createdAt'].toISOString(),
76
- 'updatedAt': value['updatedAt'].toISOString(),
77
- };
78
- }
@@ -1,107 +0,0 @@
1
- /**
2
- * Equos.ai API
3
- * API documentation for Equos.ai live platform.
4
- *
5
- * The version of the OpenAPI document: 3.0
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 EquosFace
16
- */
17
- export interface EquosFace {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof EquosFace
22
- */
23
- id: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof EquosFace
28
- */
29
- status: EquosFaceStatusEnum;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof EquosFace
34
- */
35
- organizationId: string;
36
- /**
37
- *
38
- * @type {object}
39
- * @memberof EquosFace
40
- */
41
- client?: object | null;
42
- /**
43
- *
44
- * @type {object}
45
- * @memberof EquosFace
46
- */
47
- description?: object | null;
48
- /**
49
- *
50
- * @type {object}
51
- * @memberof EquosFace
52
- */
53
- thumbnailUrl?: object | null;
54
- /**
55
- *
56
- * @type {object}
57
- * @memberof EquosFace
58
- */
59
- thumbnailNoBgUrl?: object | null;
60
- /**
61
- *
62
- * @type {object}
63
- * @memberof EquosFace
64
- */
65
- referenceImgUrl?: object | null;
66
- /**
67
- *
68
- * @type {object}
69
- * @memberof EquosFace
70
- */
71
- referenceImgNoBgUrl?: object | null;
72
- /**
73
- *
74
- * @type {object}
75
- * @memberof EquosFace
76
- */
77
- videoUrl?: object | null;
78
- /**
79
- *
80
- * @type {Date}
81
- * @memberof EquosFace
82
- */
83
- createdAt: Date;
84
- /**
85
- *
86
- * @type {Date}
87
- * @memberof EquosFace
88
- */
89
- updatedAt: Date;
90
- }
91
- /**
92
- * @export
93
- */
94
- export declare const EquosFaceStatusEnum: {
95
- readonly Processing: "processing";
96
- readonly Ready: "ready";
97
- readonly Error: "error";
98
- };
99
- export type EquosFaceStatusEnum = typeof EquosFaceStatusEnum[keyof typeof EquosFaceStatusEnum];
100
- /**
101
- * Check if a given object implements the EquosFace interface.
102
- */
103
- export declare function instanceOfEquosFace(value: object): value is EquosFace;
104
- export declare function EquosFaceFromJSON(json: any): EquosFace;
105
- export declare function EquosFaceFromJSONTyped(json: any, ignoreDiscriminator: boolean): EquosFace;
106
- export declare function EquosFaceToJSON(json: any): EquosFace;
107
- export declare function EquosFaceToJSONTyped(value?: EquosFace | null, ignoreDiscriminator?: boolean): any;
@@ -1,89 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Equos.ai API
6
- * API documentation for Equos.ai live platform.
7
- *
8
- * The version of the OpenAPI document: 3.0
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.EquosFaceStatusEnum = void 0;
17
- exports.instanceOfEquosFace = instanceOfEquosFace;
18
- exports.EquosFaceFromJSON = EquosFaceFromJSON;
19
- exports.EquosFaceFromJSONTyped = EquosFaceFromJSONTyped;
20
- exports.EquosFaceToJSON = EquosFaceToJSON;
21
- exports.EquosFaceToJSONTyped = EquosFaceToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.EquosFaceStatusEnum = {
26
- Processing: 'processing',
27
- Ready: 'ready',
28
- Error: 'error'
29
- };
30
- /**
31
- * Check if a given object implements the EquosFace interface.
32
- */
33
- function instanceOfEquosFace(value) {
34
- if (!('id' in value) || value['id'] === undefined)
35
- return false;
36
- if (!('status' in value) || value['status'] === undefined)
37
- return false;
38
- if (!('organizationId' in value) || value['organizationId'] === undefined)
39
- return false;
40
- if (!('createdAt' in value) || value['createdAt'] === undefined)
41
- return false;
42
- if (!('updatedAt' in value) || value['updatedAt'] === undefined)
43
- return false;
44
- return true;
45
- }
46
- function EquosFaceFromJSON(json) {
47
- return EquosFaceFromJSONTyped(json, false);
48
- }
49
- function EquosFaceFromJSONTyped(json, ignoreDiscriminator) {
50
- if (json == null) {
51
- return json;
52
- }
53
- return {
54
- 'id': json['id'],
55
- 'status': json['status'],
56
- 'organizationId': json['organizationId'],
57
- 'client': json['client'] == null ? undefined : json['client'],
58
- 'description': json['description'] == null ? undefined : json['description'],
59
- 'thumbnailUrl': json['thumbnailUrl'] == null ? undefined : json['thumbnailUrl'],
60
- 'thumbnailNoBgUrl': json['thumbnailNoBgUrl'] == null ? undefined : json['thumbnailNoBgUrl'],
61
- 'referenceImgUrl': json['referenceImgUrl'] == null ? undefined : json['referenceImgUrl'],
62
- 'referenceImgNoBgUrl': json['referenceImgNoBgUrl'] == null ? undefined : json['referenceImgNoBgUrl'],
63
- 'videoUrl': json['videoUrl'] == null ? undefined : json['videoUrl'],
64
- 'createdAt': (new Date(json['createdAt'])),
65
- 'updatedAt': (new Date(json['updatedAt'])),
66
- };
67
- }
68
- function EquosFaceToJSON(json) {
69
- return EquosFaceToJSONTyped(json, false);
70
- }
71
- function EquosFaceToJSONTyped(value, ignoreDiscriminator = false) {
72
- if (value == null) {
73
- return value;
74
- }
75
- return {
76
- 'id': value['id'],
77
- 'status': value['status'],
78
- 'organizationId': value['organizationId'],
79
- 'client': value['client'],
80
- 'description': value['description'],
81
- 'thumbnailUrl': value['thumbnailUrl'],
82
- 'thumbnailNoBgUrl': value['thumbnailNoBgUrl'],
83
- 'referenceImgUrl': value['referenceImgUrl'],
84
- 'referenceImgNoBgUrl': value['referenceImgNoBgUrl'],
85
- 'videoUrl': value['videoUrl'],
86
- 'createdAt': value['createdAt'].toISOString(),
87
- 'updatedAt': value['updatedAt'].toISOString(),
88
- };
89
- }
@@ -1,75 +0,0 @@
1
- /**
2
- * Equos.ai API
3
- * API documentation for Equos.ai live platform.
4
- *
5
- * The version of the OpenAPI document: 3.0
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
- import type { EquosDocument } from './EquosDocument';
13
- /**
14
- *
15
- * @export
16
- * @interface EquosKnowledgeBase
17
- */
18
- export interface EquosKnowledgeBase {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof EquosKnowledgeBase
23
- */
24
- id: string;
25
- /**
26
- *
27
- * @type {string}
28
- * @memberof EquosKnowledgeBase
29
- */
30
- organizationId: string;
31
- /**
32
- *
33
- * @type {string}
34
- * @memberof EquosKnowledgeBase
35
- */
36
- name: string;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof EquosKnowledgeBase
41
- */
42
- description: string;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof EquosKnowledgeBase
47
- */
48
- client?: string;
49
- /**
50
- *
51
- * @type {Array<EquosDocument>}
52
- * @memberof EquosKnowledgeBase
53
- */
54
- documents: Array<EquosDocument>;
55
- /**
56
- *
57
- * @type {Date}
58
- * @memberof EquosKnowledgeBase
59
- */
60
- createdAt: Date;
61
- /**
62
- *
63
- * @type {Date}
64
- * @memberof EquosKnowledgeBase
65
- */
66
- updatedAt: Date;
67
- }
68
- /**
69
- * Check if a given object implements the EquosKnowledgeBase interface.
70
- */
71
- export declare function instanceOfEquosKnowledgeBase(value: object): value is EquosKnowledgeBase;
72
- export declare function EquosKnowledgeBaseFromJSON(json: any): EquosKnowledgeBase;
73
- export declare function EquosKnowledgeBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EquosKnowledgeBase;
74
- export declare function EquosKnowledgeBaseToJSON(json: any): EquosKnowledgeBase;
75
- export declare function EquosKnowledgeBaseToJSONTyped(value?: EquosKnowledgeBase | null, ignoreDiscriminator?: boolean): any;
@@ -1,77 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Equos.ai API
6
- * API documentation for Equos.ai live platform.
7
- *
8
- * The version of the OpenAPI document: 3.0
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.instanceOfEquosKnowledgeBase = instanceOfEquosKnowledgeBase;
17
- exports.EquosKnowledgeBaseFromJSON = EquosKnowledgeBaseFromJSON;
18
- exports.EquosKnowledgeBaseFromJSONTyped = EquosKnowledgeBaseFromJSONTyped;
19
- exports.EquosKnowledgeBaseToJSON = EquosKnowledgeBaseToJSON;
20
- exports.EquosKnowledgeBaseToJSONTyped = EquosKnowledgeBaseToJSONTyped;
21
- const EquosDocument_1 = require("./EquosDocument");
22
- /**
23
- * Check if a given object implements the EquosKnowledgeBase interface.
24
- */
25
- function instanceOfEquosKnowledgeBase(value) {
26
- if (!('id' in value) || value['id'] === undefined)
27
- return false;
28
- if (!('organizationId' in value) || value['organizationId'] === undefined)
29
- return false;
30
- if (!('name' in value) || value['name'] === undefined)
31
- return false;
32
- if (!('description' in value) || value['description'] === undefined)
33
- return false;
34
- if (!('documents' in value) || value['documents'] === undefined)
35
- return false;
36
- if (!('createdAt' in value) || value['createdAt'] === undefined)
37
- return false;
38
- if (!('updatedAt' in value) || value['updatedAt'] === undefined)
39
- return false;
40
- return true;
41
- }
42
- function EquosKnowledgeBaseFromJSON(json) {
43
- return EquosKnowledgeBaseFromJSONTyped(json, false);
44
- }
45
- function EquosKnowledgeBaseFromJSONTyped(json, ignoreDiscriminator) {
46
- if (json == null) {
47
- return json;
48
- }
49
- return {
50
- 'id': json['id'],
51
- 'organizationId': json['organizationId'],
52
- 'name': json['name'],
53
- 'description': json['description'],
54
- 'client': json['client'] == null ? undefined : json['client'],
55
- 'documents': (json['documents'].map(EquosDocument_1.EquosDocumentFromJSON)),
56
- 'createdAt': (new Date(json['createdAt'])),
57
- 'updatedAt': (new Date(json['updatedAt'])),
58
- };
59
- }
60
- function EquosKnowledgeBaseToJSON(json) {
61
- return EquosKnowledgeBaseToJSONTyped(json, false);
62
- }
63
- function EquosKnowledgeBaseToJSONTyped(value, ignoreDiscriminator = false) {
64
- if (value == null) {
65
- return value;
66
- }
67
- return {
68
- 'id': value['id'],
69
- 'organizationId': value['organizationId'],
70
- 'name': value['name'],
71
- 'description': value['description'],
72
- 'client': value['client'],
73
- 'documents': (value['documents'].map(EquosDocument_1.EquosDocumentToJSON)),
74
- 'createdAt': value['createdAt'].toISOString(),
75
- 'updatedAt': value['updatedAt'].toISOString(),
76
- };
77
- }
@@ -1,68 +0,0 @@
1
- /**
2
- * Equos.ai API
3
- * API documentation for Equos.ai live platform.
4
- *
5
- * The version of the OpenAPI document: 3.0
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 EquosLimitResponse
16
- */
17
- export interface EquosLimitResponse {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof EquosLimitResponse
22
- */
23
- organizationId: string;
24
- /**
25
- *
26
- * @type {number}
27
- * @memberof EquosLimitResponse
28
- */
29
- concurrent: number;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof EquosLimitResponse
34
- */
35
- duration: number;
36
- /**
37
- *
38
- * @type {boolean}
39
- * @memberof EquosLimitResponse
40
- */
41
- suspended: boolean;
42
- /**
43
- *
44
- * @type {object}
45
- * @memberof EquosLimitResponse
46
- */
47
- reason?: object | null;
48
- /**
49
- *
50
- * @type {Date}
51
- * @memberof EquosLimitResponse
52
- */
53
- createdAt: Date;
54
- /**
55
- *
56
- * @type {Date}
57
- * @memberof EquosLimitResponse
58
- */
59
- updatedAt: Date;
60
- }
61
- /**
62
- * Check if a given object implements the EquosLimitResponse interface.
63
- */
64
- export declare function instanceOfEquosLimitResponse(value: object): value is EquosLimitResponse;
65
- export declare function EquosLimitResponseFromJSON(json: any): EquosLimitResponse;
66
- export declare function EquosLimitResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EquosLimitResponse;
67
- export declare function EquosLimitResponseToJSON(json: any): EquosLimitResponse;
68
- export declare function EquosLimitResponseToJSONTyped(value?: EquosLimitResponse | null, ignoreDiscriminator?: boolean): any;
@@ -1,72 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Equos.ai API
6
- * API documentation for Equos.ai live platform.
7
- *
8
- * The version of the OpenAPI document: 3.0
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.instanceOfEquosLimitResponse = instanceOfEquosLimitResponse;
17
- exports.EquosLimitResponseFromJSON = EquosLimitResponseFromJSON;
18
- exports.EquosLimitResponseFromJSONTyped = EquosLimitResponseFromJSONTyped;
19
- exports.EquosLimitResponseToJSON = EquosLimitResponseToJSON;
20
- exports.EquosLimitResponseToJSONTyped = EquosLimitResponseToJSONTyped;
21
- /**
22
- * Check if a given object implements the EquosLimitResponse interface.
23
- */
24
- function instanceOfEquosLimitResponse(value) {
25
- if (!('organizationId' in value) || value['organizationId'] === undefined)
26
- return false;
27
- if (!('concurrent' in value) || value['concurrent'] === undefined)
28
- return false;
29
- if (!('duration' in value) || value['duration'] === undefined)
30
- return false;
31
- if (!('suspended' in value) || value['suspended'] === undefined)
32
- return false;
33
- if (!('createdAt' in value) || value['createdAt'] === undefined)
34
- return false;
35
- if (!('updatedAt' in value) || value['updatedAt'] === undefined)
36
- return false;
37
- return true;
38
- }
39
- function EquosLimitResponseFromJSON(json) {
40
- return EquosLimitResponseFromJSONTyped(json, false);
41
- }
42
- function EquosLimitResponseFromJSONTyped(json, ignoreDiscriminator) {
43
- if (json == null) {
44
- return json;
45
- }
46
- return {
47
- 'organizationId': json['organizationId'],
48
- 'concurrent': json['concurrent'],
49
- 'duration': json['duration'],
50
- 'suspended': json['suspended'],
51
- 'reason': json['reason'] == null ? undefined : json['reason'],
52
- 'createdAt': (new Date(json['createdAt'])),
53
- 'updatedAt': (new Date(json['updatedAt'])),
54
- };
55
- }
56
- function EquosLimitResponseToJSON(json) {
57
- return EquosLimitResponseToJSONTyped(json, false);
58
- }
59
- function EquosLimitResponseToJSONTyped(value, ignoreDiscriminator = false) {
60
- if (value == null) {
61
- return value;
62
- }
63
- return {
64
- 'organizationId': value['organizationId'],
65
- 'concurrent': value['concurrent'],
66
- 'duration': value['duration'],
67
- 'suspended': value['suspended'],
68
- 'reason': value['reason'],
69
- 'createdAt': value['createdAt'].toISOString(),
70
- 'updatedAt': value['updatedAt'].toISOString(),
71
- };
72
- }
@@ -1,38 +0,0 @@
1
- /**
2
- * Equos.ai API
3
- * API documentation for Equos.ai live platform.
4
- *
5
- * The version of the OpenAPI document: 3.0
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 EquosParticipantIdentity
16
- */
17
- export interface EquosParticipantIdentity {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof EquosParticipantIdentity
22
- */
23
- identity: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof EquosParticipantIdentity
28
- */
29
- name: string;
30
- }
31
- /**
32
- * Check if a given object implements the EquosParticipantIdentity interface.
33
- */
34
- export declare function instanceOfEquosParticipantIdentity(value: object): value is EquosParticipantIdentity;
35
- export declare function EquosParticipantIdentityFromJSON(json: any): EquosParticipantIdentity;
36
- export declare function EquosParticipantIdentityFromJSONTyped(json: any, ignoreDiscriminator: boolean): EquosParticipantIdentity;
37
- export declare function EquosParticipantIdentityToJSON(json: any): EquosParticipantIdentity;
38
- export declare function EquosParticipantIdentityToJSONTyped(value?: EquosParticipantIdentity | null, ignoreDiscriminator?: boolean): any;
@@ -1,54 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Equos.ai API
6
- * API documentation for Equos.ai live platform.
7
- *
8
- * The version of the OpenAPI document: 3.0
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.instanceOfEquosParticipantIdentity = instanceOfEquosParticipantIdentity;
17
- exports.EquosParticipantIdentityFromJSON = EquosParticipantIdentityFromJSON;
18
- exports.EquosParticipantIdentityFromJSONTyped = EquosParticipantIdentityFromJSONTyped;
19
- exports.EquosParticipantIdentityToJSON = EquosParticipantIdentityToJSON;
20
- exports.EquosParticipantIdentityToJSONTyped = EquosParticipantIdentityToJSONTyped;
21
- /**
22
- * Check if a given object implements the EquosParticipantIdentity interface.
23
- */
24
- function instanceOfEquosParticipantIdentity(value) {
25
- if (!('identity' in value) || value['identity'] === undefined)
26
- return false;
27
- if (!('name' in value) || value['name'] === undefined)
28
- return false;
29
- return true;
30
- }
31
- function EquosParticipantIdentityFromJSON(json) {
32
- return EquosParticipantIdentityFromJSONTyped(json, false);
33
- }
34
- function EquosParticipantIdentityFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'identity': json['identity'],
40
- 'name': json['name'],
41
- };
42
- }
43
- function EquosParticipantIdentityToJSON(json) {
44
- return EquosParticipantIdentityToJSONTyped(json, false);
45
- }
46
- function EquosParticipantIdentityToJSONTyped(value, ignoreDiscriminator = false) {
47
- if (value == null) {
48
- return value;
49
- }
50
- return {
51
- 'identity': value['identity'],
52
- 'name': value['name'],
53
- };
54
- }
@@ -1,32 +0,0 @@
1
- /**
2
- * Equos.ai API
3
- * API documentation for Equos.ai live platform.
4
- *
5
- * The version of the OpenAPI document: 3.0
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 EquosResourceReference
16
- */
17
- export interface EquosResourceReference {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof EquosResourceReference
22
- */
23
- id: string;
24
- }
25
- /**
26
- * Check if a given object implements the EquosResourceReference interface.
27
- */
28
- export declare function instanceOfEquosResourceReference(value: object): value is EquosResourceReference;
29
- export declare function EquosResourceReferenceFromJSON(json: any): EquosResourceReference;
30
- export declare function EquosResourceReferenceFromJSONTyped(json: any, ignoreDiscriminator: boolean): EquosResourceReference;
31
- export declare function EquosResourceReferenceToJSON(json: any): EquosResourceReference;
32
- export declare function EquosResourceReferenceToJSONTyped(value?: EquosResourceReference | null, ignoreDiscriminator?: boolean): any;