@stack-spot/portal-network 0.173.1 → 0.174.0-beta.1
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.
- package/CHANGELOG.md +230 -0
- package/dist/api/ai.d.ts +2 -0
- package/dist/api/ai.d.ts.map +1 -1
- package/dist/api/ai.js.map +1 -1
- package/dist/api/codeShift.d.ts +504 -23
- package/dist/api/codeShift.d.ts.map +1 -1
- package/dist/api/codeShift.js +217 -0
- package/dist/api/codeShift.js.map +1 -1
- package/dist/api/discover.d.ts +294 -0
- package/dist/api/discover.d.ts.map +1 -0
- package/dist/api/discover.js +180 -0
- package/dist/api/discover.js.map +1 -0
- package/dist/api-addresses.d.ts +11 -3
- package/dist/api-addresses.d.ts.map +1 -1
- package/dist/api-addresses.js +22 -2
- package/dist/api-addresses.js.map +1 -1
- package/dist/apis-itau.json +225 -0
- package/dist/apis.json +2 -2
- package/dist/client/code-shift.d.ts +183 -28
- package/dist/client/code-shift.d.ts.map +1 -1
- package/dist/client/code-shift.js +106 -7
- package/dist/client/code-shift.js.map +1 -1
- package/dist/client/data-integration.d.ts +9 -0
- package/dist/client/data-integration.d.ts.map +1 -1
- package/dist/client/data-integration.js +10 -1
- package/dist/client/data-integration.js.map +1 -1
- package/dist/client/discover.d.ts +64 -0
- package/dist/client/discover.d.ts.map +1 -0
- package/dist/client/discover.js +124 -0
- package/dist/client/discover.js.map +1 -0
- package/dist/client/workspace-manager.d.ts +9 -0
- package/dist/client/workspace-manager.d.ts.map +1 -1
- package/dist/client/workspace-manager.js +11 -2
- package/dist/client/workspace-manager.js.map +1 -1
- package/dist/error/dictionary/cloud-platform.d.ts +70 -8
- package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
- package/dist/error/dictionary/cloud-platform.js +74 -12
- package/dist/error/dictionary/cloud-platform.js.map +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/network/NetworkClient.d.ts +4 -2
- package/dist/network/NetworkClient.d.ts.map +1 -1
- package/dist/network/NetworkClient.js +5 -3
- package/dist/network/NetworkClient.js.map +1 -1
- package/dist/network/types.d.ts +1 -0
- package/dist/network/types.d.ts.map +1 -1
- package/package.json +2 -2
- package/readme.md +1 -1
- package/src/api/account.ts +1 -0
- package/src/api/agent-tools.ts +3 -0
- package/src/api/agent.ts +2 -0
- package/src/api/ai.ts +2 -0
- package/src/api/codeShift.ts +898 -33
- package/src/api/discover.ts +435 -0
- package/src/api/notification.ts +2 -0
- package/src/api-addresses.ts +26 -3
- package/src/apis-itau.json +225 -0
- package/src/apis.json +2 -2
- package/src/client/ai.ts +1 -0
- package/src/client/code-shift.ts +73 -7
- package/src/client/data-integration.ts +6 -0
- package/src/client/discover.ts +89 -0
- package/src/client/workspace-manager.ts +8 -1
- package/src/error/dictionary/cloud-platform.ts +74 -12
- package/src/index.ts +5 -3
- package/src/network/NetworkClient.ts +7 -4
- package/src/network/types.ts +2 -0
- package/dist/api/discovery.d.ts +0 -494
- package/dist/api/discovery.d.ts.map +0 -1
- package/dist/api/discovery.js +0 -205
- package/dist/api/discovery.js.map +0 -1
- package/dist/client/discovery.d.ts +0 -110
- package/dist/client/discovery.d.ts.map +0 -1
- package/dist/client/discovery.js +0 -133
- package/dist/client/discovery.js.map +0 -1
- package/src/api/discovery.ts +0 -729
- package/src/client/discovery.ts +0 -73
package/dist/api/discovery.js
DELETED
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OpenAPI definition
|
|
3
|
-
* v0
|
|
4
|
-
* DO NOT MODIFY - This file has been generated using oazapfts.
|
|
5
|
-
* See https://www.npmjs.com/package/oazapfts
|
|
6
|
-
*/
|
|
7
|
-
import * as Oazapfts from "@oazapfts/runtime";
|
|
8
|
-
import * as QS from "@oazapfts/runtime/query";
|
|
9
|
-
export const defaults = {
|
|
10
|
-
headers: {},
|
|
11
|
-
baseUrl: "https://discover-discover-core.dev.stackspot.com",
|
|
12
|
-
};
|
|
13
|
-
const oazapfts = Oazapfts.runtime(defaults);
|
|
14
|
-
export const servers = {
|
|
15
|
-
generatedServerUrl: "https://discover-discover-core.dev.stackspot.com"
|
|
16
|
-
};
|
|
17
|
-
export function findHypothesisByNumber({ $number }, opts) {
|
|
18
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/hypotheses/${encodeURIComponent($number)}`, {
|
|
19
|
-
...opts
|
|
20
|
-
}));
|
|
21
|
-
}
|
|
22
|
-
export function updateHypothesis({ $number, hypothesisUpdateRequest }, opts) {
|
|
23
|
-
return oazapfts.ok(oazapfts.fetchText(`/v1/hypotheses/${encodeURIComponent($number)}`, oazapfts.json({
|
|
24
|
-
...opts,
|
|
25
|
-
method: "PUT",
|
|
26
|
-
body: hypothesisUpdateRequest
|
|
27
|
-
})));
|
|
28
|
-
}
|
|
29
|
-
export function getByNumber({ $number }, opts) {
|
|
30
|
-
return oazapfts.ok(oazapfts.fetchJson(`/hypotheses/${encodeURIComponent($number)}`, {
|
|
31
|
-
...opts
|
|
32
|
-
}));
|
|
33
|
-
}
|
|
34
|
-
export function update({ $number, updateHypothesisRequest }, opts) {
|
|
35
|
-
return oazapfts.ok(oazapfts.fetchJson(`/hypotheses/${encodeURIComponent($number)}`, oazapfts.json({
|
|
36
|
-
...opts,
|
|
37
|
-
method: "PUT",
|
|
38
|
-
body: updateHypothesisRequest
|
|
39
|
-
})));
|
|
40
|
-
}
|
|
41
|
-
export function listHypothesis({ filter, page, size, sort, direction, status }, opts) {
|
|
42
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/hypotheses${QS.query(QS.explode({
|
|
43
|
-
filter,
|
|
44
|
-
page,
|
|
45
|
-
size,
|
|
46
|
-
sort,
|
|
47
|
-
direction,
|
|
48
|
-
status
|
|
49
|
-
}))}`, {
|
|
50
|
-
...opts
|
|
51
|
-
}));
|
|
52
|
-
}
|
|
53
|
-
export function createHypothesis({ createHypothesisRequest }, opts) {
|
|
54
|
-
return oazapfts.ok(oazapfts.fetchJson("/v1/hypotheses", oazapfts.json({
|
|
55
|
-
...opts,
|
|
56
|
-
method: "POST",
|
|
57
|
-
body: createHypothesisRequest
|
|
58
|
-
})));
|
|
59
|
-
}
|
|
60
|
-
export function upload({ hypothesisNumber, documentUploadRequest }, opts) {
|
|
61
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/documents/hypotheses/${encodeURIComponent(hypothesisNumber)}/upload`, oazapfts.multipart({
|
|
62
|
-
...opts,
|
|
63
|
-
method: "POST",
|
|
64
|
-
body: documentUploadRequest
|
|
65
|
-
})));
|
|
66
|
-
}
|
|
67
|
-
export function attach({ hypothesisNumber, documentAttachRequest }, opts) {
|
|
68
|
-
return oazapfts.ok(oazapfts.fetchText(`/v1/documents/hypotheses/${encodeURIComponent(hypothesisNumber)}/attach`, oazapfts.json({
|
|
69
|
-
...opts,
|
|
70
|
-
method: "POST",
|
|
71
|
-
body: documentAttachRequest
|
|
72
|
-
})));
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Save orchestrator credentials with file upload
|
|
76
|
-
*/
|
|
77
|
-
export function saveOrchestratorCredentials({ body }, opts) {
|
|
78
|
-
return oazapfts.ok(oazapfts.fetchJson("/v1/admin/orchestrator-credentials", oazapfts.multipart({
|
|
79
|
-
...opts,
|
|
80
|
-
method: "POST",
|
|
81
|
-
body
|
|
82
|
-
})));
|
|
83
|
-
}
|
|
84
|
-
export function list({ page, size, squad }, opts) {
|
|
85
|
-
return oazapfts.ok(oazapfts.fetchJson(`/hypotheses${QS.query(QS.explode({
|
|
86
|
-
page,
|
|
87
|
-
size,
|
|
88
|
-
squad
|
|
89
|
-
}))}`, {
|
|
90
|
-
...opts
|
|
91
|
-
}));
|
|
92
|
-
}
|
|
93
|
-
export function create({ createHypothesisRequest }, opts) {
|
|
94
|
-
return oazapfts.ok(oazapfts.fetchJson("/hypotheses", oazapfts.json({
|
|
95
|
-
...opts,
|
|
96
|
-
method: "POST",
|
|
97
|
-
body: createHypothesisRequest
|
|
98
|
-
})));
|
|
99
|
-
}
|
|
100
|
-
export function getById({ documentId, versionId }, opts) {
|
|
101
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/documents/${encodeURIComponent(documentId)}${QS.query(QS.explode({
|
|
102
|
-
versionId
|
|
103
|
-
}))}`, {
|
|
104
|
-
...opts
|
|
105
|
-
}));
|
|
106
|
-
}
|
|
107
|
-
export function update1({ documentId, documentPatchRequest }, opts) {
|
|
108
|
-
return oazapfts.ok(oazapfts.fetchText(`/v1/documents/${encodeURIComponent(documentId)}`, oazapfts.multipart({
|
|
109
|
-
...opts,
|
|
110
|
-
method: "PATCH",
|
|
111
|
-
body: documentPatchRequest
|
|
112
|
-
})));
|
|
113
|
-
}
|
|
114
|
-
export function list1({ filter, page, size, sort, direction }, opts) {
|
|
115
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/opportunities${QS.query(QS.explode({
|
|
116
|
-
filter,
|
|
117
|
-
page,
|
|
118
|
-
size,
|
|
119
|
-
sort,
|
|
120
|
-
direction
|
|
121
|
-
}))}`, {
|
|
122
|
-
...opts
|
|
123
|
-
}));
|
|
124
|
-
}
|
|
125
|
-
export function listAllDocumentsWithHypotheses({ filter, page, size, sort, direction }, opts) {
|
|
126
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/documents${QS.query(QS.explode({
|
|
127
|
-
filter,
|
|
128
|
-
page,
|
|
129
|
-
size,
|
|
130
|
-
sort,
|
|
131
|
-
direction
|
|
132
|
-
}))}`, {
|
|
133
|
-
...opts
|
|
134
|
-
}));
|
|
135
|
-
}
|
|
136
|
-
export function listVersions({ documentId, page, size }, opts) {
|
|
137
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/documents/${encodeURIComponent(documentId)}/versions${QS.query(QS.explode({
|
|
138
|
-
page,
|
|
139
|
-
size
|
|
140
|
-
}))}`, {
|
|
141
|
-
...opts
|
|
142
|
-
}));
|
|
143
|
-
}
|
|
144
|
-
export function download({ documentId }, opts) {
|
|
145
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/documents/${encodeURIComponent(documentId)}/download`, {
|
|
146
|
-
...opts
|
|
147
|
-
}));
|
|
148
|
-
}
|
|
149
|
-
export function list2({ filter, page, size, sort, direction, hypothesisNumber }, opts) {
|
|
150
|
-
return oazapfts.ok(oazapfts.fetchJson(`/v1/documents/hypotheses/${encodeURIComponent(hypothesisNumber)}${QS.query(QS.explode({
|
|
151
|
-
filter,
|
|
152
|
-
page,
|
|
153
|
-
size,
|
|
154
|
-
sort,
|
|
155
|
-
direction
|
|
156
|
-
}))}`, {
|
|
157
|
-
...opts
|
|
158
|
-
}));
|
|
159
|
-
}
|
|
160
|
-
export function getAll(opts) {
|
|
161
|
-
return oazapfts.ok(oazapfts.fetchJson("/v1/document-types", {
|
|
162
|
-
...opts
|
|
163
|
-
}));
|
|
164
|
-
}
|
|
165
|
-
export function getHypothesis({ $number }, opts) {
|
|
166
|
-
return oazapfts.ok(oazapfts.fetchJson(`/system/hypotheses/${encodeURIComponent($number)}`, {
|
|
167
|
-
...opts
|
|
168
|
-
}));
|
|
169
|
-
}
|
|
170
|
-
export function systemHealth(opts) {
|
|
171
|
-
return oazapfts.ok(oazapfts.fetchJson("/system/health", {
|
|
172
|
-
...opts
|
|
173
|
-
}));
|
|
174
|
-
}
|
|
175
|
-
export function health(opts) {
|
|
176
|
-
return oazapfts.ok(oazapfts.fetchJson("/orchestrator/health", {
|
|
177
|
-
...opts
|
|
178
|
-
}));
|
|
179
|
-
}
|
|
180
|
-
export function list3({ squad }, opts) {
|
|
181
|
-
return oazapfts.ok(oazapfts.fetchJson(`/opportunities${QS.query(QS.explode({
|
|
182
|
-
squad
|
|
183
|
-
}))}`, {
|
|
184
|
-
...opts
|
|
185
|
-
}));
|
|
186
|
-
}
|
|
187
|
-
export function getOpportunityByNumber({ $number }, opts) {
|
|
188
|
-
return oazapfts.ok(oazapfts.fetchJson(`/opportunities/${encodeURIComponent($number)}${QS.query(QS.explode({
|
|
189
|
-
"number": $number
|
|
190
|
-
}))}`, {
|
|
191
|
-
...opts
|
|
192
|
-
}));
|
|
193
|
-
}
|
|
194
|
-
export function listHypothesisStates(opts) {
|
|
195
|
-
return oazapfts.ok(oazapfts.fetchJson("/hypothesis-states", {
|
|
196
|
-
...opts
|
|
197
|
-
}));
|
|
198
|
-
}
|
|
199
|
-
export function deleteV1DocumentsByDocumentIdHypothesesAndHypothesisNumber({ hypothesisNumber, documentId }, opts) {
|
|
200
|
-
return oazapfts.ok(oazapfts.fetchText(`/v1/documents/${encodeURIComponent(documentId)}/hypotheses/${encodeURIComponent(hypothesisNumber)}`, {
|
|
201
|
-
...opts,
|
|
202
|
-
method: "DELETE"
|
|
203
|
-
}));
|
|
204
|
-
}
|
|
205
|
-
//# sourceMappingURL=discovery.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"discovery.js","sourceRoot":"","sources":["../../src/api/discovery.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpError } from '@oazapfts/runtime';
|
|
2
|
-
import { StackspotAPIError } from '../error/StackspotAPIError.js';
|
|
3
|
-
import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient.js';
|
|
4
|
-
declare class DiscoveryClient extends ReactQueryNetworkClient {
|
|
5
|
-
constructor();
|
|
6
|
-
protected buildStackSpotError(error: HttpError): StackspotAPIError;
|
|
7
|
-
/**
|
|
8
|
-
* Get list of hypotheses
|
|
9
|
-
*/
|
|
10
|
-
listHypotheses: import("../network/types.js").QueryObject<{
|
|
11
|
-
filter?: string | undefined;
|
|
12
|
-
page?: number | undefined;
|
|
13
|
-
size?: number | undefined;
|
|
14
|
-
sort?: string | undefined;
|
|
15
|
-
direction?: string | undefined;
|
|
16
|
-
status?: "TO_DO" | "PRIORITIZED" | "IN_EXPERIMENTATION" | "VALIDATED" | "DISCARDED" | "CANCELED" | undefined;
|
|
17
|
-
}, import("../api/discovery.js").PageResponseHypothesisResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* Get details of an hypothesis by id
|
|
20
|
-
*/
|
|
21
|
-
getHypothesisById: import("../network/types.js").QueryObject<{
|
|
22
|
-
$number: string;
|
|
23
|
-
}, import("../api/discovery.js").HypothesisResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* Get list of hypothesis documents
|
|
26
|
-
*/
|
|
27
|
-
listDocumentsByHypothesis: import("../network/types.js").QueryObject<{
|
|
28
|
-
filter?: string | undefined;
|
|
29
|
-
page?: number | undefined;
|
|
30
|
-
size?: number | undefined;
|
|
31
|
-
sort?: string | undefined;
|
|
32
|
-
direction?: string | undefined;
|
|
33
|
-
hypothesisNumber: string;
|
|
34
|
-
}, import("../api/discovery.js").PageResponseDocumentSummaryResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* Get list of all documents
|
|
37
|
-
*/
|
|
38
|
-
listAllDocuments: import("../network/types.js").QueryObject<{
|
|
39
|
-
filter?: string | undefined;
|
|
40
|
-
page?: number | undefined;
|
|
41
|
-
size?: number | undefined;
|
|
42
|
-
sort?: string | undefined;
|
|
43
|
-
direction?: string | undefined;
|
|
44
|
-
}, import("../api/discovery.js").PageResponseDocumentWithHypothesesResponse>;
|
|
45
|
-
/**
|
|
46
|
-
* Get document details by id
|
|
47
|
-
*/
|
|
48
|
-
getDocumentById: import("../network/types.js").QueryObject<{
|
|
49
|
-
documentId: string;
|
|
50
|
-
versionId?: string | undefined;
|
|
51
|
-
}, import("../api/discovery.js").DocumentDetailResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* Get list of opportunities
|
|
54
|
-
*/
|
|
55
|
-
listOpportunities: import("../network/types.js").QueryObject<{
|
|
56
|
-
filter?: string | undefined;
|
|
57
|
-
page?: number | undefined;
|
|
58
|
-
size?: number | undefined;
|
|
59
|
-
sort?: string | undefined;
|
|
60
|
-
direction?: string | undefined;
|
|
61
|
-
}, import("../api/discovery.js").PageResponseOpportunityResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* Get list of document types
|
|
64
|
-
*/
|
|
65
|
-
listDocumentTypes: import("../network/types.js").QueryObject<void, import("../api/discovery.js").DocumentTypeResponse[]>;
|
|
66
|
-
/**
|
|
67
|
-
* Create an hypothesis
|
|
68
|
-
*/
|
|
69
|
-
createHypothesis: import("../network/types.js").MutationObject<Omit<{
|
|
70
|
-
createHypothesisRequest: import("../api/discovery.js").CreateHypothesisRequest;
|
|
71
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/discovery.js").HypothesisResponse>;
|
|
72
|
-
/**
|
|
73
|
-
* Create an document
|
|
74
|
-
*/
|
|
75
|
-
createDocument: import("../network/types.js").MutationObject<Omit<{
|
|
76
|
-
hypothesisNumber: string;
|
|
77
|
-
documentUploadRequest?: import("../api/discovery.js").DocumentUploadRequest | undefined;
|
|
78
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/discovery.js").DocumentUploadResponse>;
|
|
79
|
-
/**
|
|
80
|
-
* Attach a existing document in an hypothesis
|
|
81
|
-
*/
|
|
82
|
-
attachExistingDocument: import("../network/types.js").MutationObject<Omit<{
|
|
83
|
-
hypothesisNumber: string;
|
|
84
|
-
documentAttachRequest: import("../api/discovery.js").DocumentAttachRequest;
|
|
85
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
86
|
-
/**
|
|
87
|
-
* Delete an document
|
|
88
|
-
*/
|
|
89
|
-
deleteDocument: import("../network/types.js").MutationObject<Omit<{
|
|
90
|
-
hypothesisNumber: string;
|
|
91
|
-
documentId: string;
|
|
92
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, never>;
|
|
93
|
-
/**
|
|
94
|
-
* Download an document
|
|
95
|
-
*/
|
|
96
|
-
downloadDocument: import("../network/types.js").QueryObject<Omit<{
|
|
97
|
-
documentId: string;
|
|
98
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, Blob>;
|
|
99
|
-
/**
|
|
100
|
-
* List versions of a document
|
|
101
|
-
*/
|
|
102
|
-
listDocumentVersions: import("../network/types.js").QueryObject<Omit<{
|
|
103
|
-
documentId: string;
|
|
104
|
-
page?: number | undefined;
|
|
105
|
-
size?: number | undefined;
|
|
106
|
-
}, "authorization" | "authorizationHeader" | "jwtToken"> & {}, import("../api/discovery.js").PageResponseDocumentVersionResponse>;
|
|
107
|
-
}
|
|
108
|
-
export declare const discoveryClient: DiscoveryClient;
|
|
109
|
-
export {};
|
|
110
|
-
//# sourceMappingURL=discovery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../src/client/discovery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAI7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAI5E,cAAM,eAAgB,SAAQ,uBAAuB;;IAMnD,SAAS,CAAC,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAG,iBAAiB;IAGlE;;OAEG;IACH,cAAc;;;;;;;kEAA6B;IAC3C;;OAEG;IACH,iBAAiB;;sDAAqC;IACtD;;OAEG;IACH,yBAAyB;;;;;;;uEAAoB;IAC7C;;OAEG;IACH,gBAAgB;;;;;;8EAA6C;IAC7D;;OAEG;IACH,eAAe;;;0DAAsB;IACrC;;OAEG;IACH,iBAAiB;;;;;;mEAAoB;IACrC;;OAEG;IACH,iBAAiB,kGAAqB;IACtC;;OAEG;IACH,gBAAgB;;kHAA4D;IAC5E;;OAEG;IACH,cAAc;;;sHAAkD;IAChE;;OAEG;IACH,sBAAsB;;;0EAAkD;IACxE;;OAEG;IACH,cAAc;;;0EAAsG;IACpH;;OAEG;IACH,gBAAgB;;yEAAiD;IACjE;;OAEG;IACH,oBAAoB;;;;mIAAqD;CAC1E;AAED,eAAO,MAAM,eAAe,iBAAwB,CAAA"}
|
package/dist/client/discovery.js
DELETED
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { attach, createHypothesis, defaults, deleteV1DocumentsByDocumentIdHypothesesAndHypothesisNumber, download, findHypothesisByNumber, getAll, getById, list1, list2, listAllDocumentsWithHypotheses, listHypothesis, listVersions, upload } from '../api/discovery.js';
|
|
2
|
-
import { DefaultAPIError } from '../error/DefaultAPIError.js';
|
|
3
|
-
import { baseDictionary } from '../error/dictionary/base.js';
|
|
4
|
-
import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient.js';
|
|
5
|
-
import { removeAuthorizationParam } from '../utils/remove-authorization-param.js';
|
|
6
|
-
import { getApiAddresses } from '../api-addresses.js';
|
|
7
|
-
class DiscoveryClient extends ReactQueryNetworkClient {
|
|
8
|
-
constructor() {
|
|
9
|
-
super(getApiAddresses().discovery.url, defaults);
|
|
10
|
-
/**
|
|
11
|
-
* Get list of hypotheses
|
|
12
|
-
*/
|
|
13
|
-
Object.defineProperty(this, "listHypotheses", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
configurable: true,
|
|
16
|
-
writable: true,
|
|
17
|
-
value: this.query(listHypothesis)
|
|
18
|
-
});
|
|
19
|
-
/**
|
|
20
|
-
* Get details of an hypothesis by id
|
|
21
|
-
*/
|
|
22
|
-
Object.defineProperty(this, "getHypothesisById", {
|
|
23
|
-
enumerable: true,
|
|
24
|
-
configurable: true,
|
|
25
|
-
writable: true,
|
|
26
|
-
value: this.query(findHypothesisByNumber)
|
|
27
|
-
});
|
|
28
|
-
/**
|
|
29
|
-
* Get list of hypothesis documents
|
|
30
|
-
*/
|
|
31
|
-
Object.defineProperty(this, "listDocumentsByHypothesis", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
configurable: true,
|
|
34
|
-
writable: true,
|
|
35
|
-
value: this.query(list2)
|
|
36
|
-
});
|
|
37
|
-
/**
|
|
38
|
-
* Get list of all documents
|
|
39
|
-
*/
|
|
40
|
-
Object.defineProperty(this, "listAllDocuments", {
|
|
41
|
-
enumerable: true,
|
|
42
|
-
configurable: true,
|
|
43
|
-
writable: true,
|
|
44
|
-
value: this.query(listAllDocumentsWithHypotheses)
|
|
45
|
-
});
|
|
46
|
-
/**
|
|
47
|
-
* Get document details by id
|
|
48
|
-
*/
|
|
49
|
-
Object.defineProperty(this, "getDocumentById", {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
configurable: true,
|
|
52
|
-
writable: true,
|
|
53
|
-
value: this.query(getById)
|
|
54
|
-
});
|
|
55
|
-
/**
|
|
56
|
-
* Get list of opportunities
|
|
57
|
-
*/
|
|
58
|
-
Object.defineProperty(this, "listOpportunities", {
|
|
59
|
-
enumerable: true,
|
|
60
|
-
configurable: true,
|
|
61
|
-
writable: true,
|
|
62
|
-
value: this.query(list1)
|
|
63
|
-
});
|
|
64
|
-
/**
|
|
65
|
-
* Get list of document types
|
|
66
|
-
*/
|
|
67
|
-
Object.defineProperty(this, "listDocumentTypes", {
|
|
68
|
-
enumerable: true,
|
|
69
|
-
configurable: true,
|
|
70
|
-
writable: true,
|
|
71
|
-
value: this.query(getAll)
|
|
72
|
-
});
|
|
73
|
-
/**
|
|
74
|
-
* Create an hypothesis
|
|
75
|
-
*/
|
|
76
|
-
Object.defineProperty(this, "createHypothesis", {
|
|
77
|
-
enumerable: true,
|
|
78
|
-
configurable: true,
|
|
79
|
-
writable: true,
|
|
80
|
-
value: this.mutation(removeAuthorizationParam(createHypothesis))
|
|
81
|
-
});
|
|
82
|
-
/**
|
|
83
|
-
* Create an document
|
|
84
|
-
*/
|
|
85
|
-
Object.defineProperty(this, "createDocument", {
|
|
86
|
-
enumerable: true,
|
|
87
|
-
configurable: true,
|
|
88
|
-
writable: true,
|
|
89
|
-
value: this.mutation(removeAuthorizationParam(upload))
|
|
90
|
-
});
|
|
91
|
-
/**
|
|
92
|
-
* Attach a existing document in an hypothesis
|
|
93
|
-
*/
|
|
94
|
-
Object.defineProperty(this, "attachExistingDocument", {
|
|
95
|
-
enumerable: true,
|
|
96
|
-
configurable: true,
|
|
97
|
-
writable: true,
|
|
98
|
-
value: this.mutation(removeAuthorizationParam(attach))
|
|
99
|
-
});
|
|
100
|
-
/**
|
|
101
|
-
* Delete an document
|
|
102
|
-
*/
|
|
103
|
-
Object.defineProperty(this, "deleteDocument", {
|
|
104
|
-
enumerable: true,
|
|
105
|
-
configurable: true,
|
|
106
|
-
writable: true,
|
|
107
|
-
value: this.mutation(removeAuthorizationParam(deleteV1DocumentsByDocumentIdHypothesesAndHypothesisNumber))
|
|
108
|
-
});
|
|
109
|
-
/**
|
|
110
|
-
* Download an document
|
|
111
|
-
*/
|
|
112
|
-
Object.defineProperty(this, "downloadDocument", {
|
|
113
|
-
enumerable: true,
|
|
114
|
-
configurable: true,
|
|
115
|
-
writable: true,
|
|
116
|
-
value: this.query(removeAuthorizationParam(download))
|
|
117
|
-
});
|
|
118
|
-
/**
|
|
119
|
-
* List versions of a document
|
|
120
|
-
*/
|
|
121
|
-
Object.defineProperty(this, "listDocumentVersions", {
|
|
122
|
-
enumerable: true,
|
|
123
|
-
configurable: true,
|
|
124
|
-
writable: true,
|
|
125
|
-
value: this.query(removeAuthorizationParam(listVersions))
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
buildStackSpotError(error) {
|
|
129
|
-
return new DefaultAPIError(error.data, error.status, baseDictionary, error.headers);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
export const discoveryClient = new DiscoveryClient();
|
|
133
|
-
//# sourceMappingURL=discovery.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"discovery.js","sourceRoot":"","sources":["../../src/client/discovery.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,0DAA0D,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,8BAA8B,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AACxQ,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAEzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAA;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAA;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAElD,MAAM,eAAgB,SAAQ,uBAAuB;IAEnD;QACE,KAAK,CAAC,eAAe,EAAE,CAAC,SAAS,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;QAMlD;;WAEG;QACH;;;;mBAAiB,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC;WAAA;QAC3C;;WAEG;QACH;;;;mBAAoB,IAAI,CAAC,KAAK,CAAC,sBAAsB,CAAC;WAAA;QACtD;;WAEG;QACH;;;;mBAA4B,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;WAAA;QAC7C;;WAEG;QACH;;;;mBAAmB,IAAI,CAAC,KAAK,CAAC,8BAA8B,CAAC;WAAA;QAC7D;;WAEG;QACH;;;;mBAAkB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC;WAAA;QACrC;;WAEG;QACH;;;;mBAAoB,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;WAAA;QACrC;;WAEG;QACH;;;;mBAAoB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;WAAA;QACtC;;WAEG;QACH;;;;mBAAmB,IAAI,CAAC,QAAQ,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,CAAC;WAAA;QAC5E;;WAEG;QACH;;;;mBAAiB,IAAI,CAAC,QAAQ,CAAC,wBAAwB,CAAC,MAAM,CAAC,CAAC;WAAA;QAChE;;WAEG;QACH;;;;mBAAyB,IAAI,CAAC,QAAQ,CAAC,wBAAwB,CAAC,MAAM,CAAC,CAAC;WAAA;QACxE;;WAEG;QACH;;;;mBAAiB,IAAI,CAAC,QAAQ,CAAC,wBAAwB,CAAC,0DAA0D,CAAC,CAAC;WAAA;QACpH;;WAEG;QACH;;;;mBAAmB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC,CAAC;WAAA;QACjE;;WAEG;QACH;;;;mBAAuB,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,YAAY,CAAC,CAAC;WAAA;IAxDzE,CAAC;IAES,mBAAmB,CAAC,KAAgB;QAC5C,OAAO,IAAI,eAAe,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC,CAAA;IACrF,CAAC;CAqDF;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,IAAI,eAAe,EAAE,CAAA"}
|