@revengai/sdk 3.89.0 → 3.92.0
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/README.md +17 -4
- package/dist/apis/AnalysesCoreApi.d.ts +4 -7
- package/dist/apis/AnalysesCoreApi.js +243 -345
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/CollectionsApi.d.ts +18 -0
- package/dist/apis/CollectionsApi.js +526 -0
- package/dist/apis/CollectionsApi.js.map +1 -1
- package/dist/apis/SearchApi.d.ts +1 -1
- package/dist/apis/SearchApi.js +4 -1
- package/dist/apis/SearchApi.js.map +1 -1
- package/dist/models/Binary.d.ts +26 -0
- package/dist/models/Binary.js +59 -0
- package/dist/models/Binary.js.map +1 -0
- package/dist/models/CollectionListItemBody.d.ts +30 -0
- package/dist/models/CollectionListItemBody.js +83 -0
- package/dist/models/CollectionListItemBody.js.map +1 -0
- package/dist/models/CreateCollectionInputBody.d.ts +32 -0
- package/dist/models/CreateCollectionInputBody.js +61 -0
- package/dist/models/CreateCollectionInputBody.js.map +1 -0
- package/dist/models/CreateCollectionOutputBody.d.ts +31 -0
- package/dist/models/CreateCollectionOutputBody.js +83 -0
- package/dist/models/CreateCollectionOutputBody.js.map +1 -0
- package/dist/models/GetCollectionOutputBody.d.ts +34 -0
- package/dist/models/GetCollectionOutputBody.js +101 -0
- package/dist/models/GetCollectionOutputBody.js.map +1 -0
- package/dist/models/ListCollectionsOutputBody.d.ts +24 -0
- package/dist/models/ListCollectionsOutputBody.js +41 -0
- package/dist/models/ListCollectionsOutputBody.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +10 -1
- package/dist/models/ObjectSerializer.js +31 -3
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/PatchCollectionBinariesInputBody.d.ts +20 -0
- package/dist/models/PatchCollectionBinariesInputBody.js +23 -0
- package/dist/models/PatchCollectionBinariesInputBody.js.map +1 -0
- package/dist/models/PatchCollectionBinariesOutputBody.d.ts +21 -0
- package/dist/models/PatchCollectionBinariesOutputBody.js +23 -0
- package/dist/models/PatchCollectionBinariesOutputBody.js.map +1 -0
- package/dist/models/{QueuePositionResponse.d.ts → PatchCollectionTagsInputBody.d.ts} +2 -2
- package/dist/models/PatchCollectionTagsInputBody.js +23 -0
- package/dist/models/PatchCollectionTagsInputBody.js.map +1 -0
- package/dist/models/PatchCollectionTagsOutputBody.d.ts +20 -0
- package/dist/models/PatchCollectionTagsOutputBody.js +23 -0
- package/dist/models/PatchCollectionTagsOutputBody.js.map +1 -0
- package/dist/models/all.d.ts +10 -1
- package/dist/models/all.js +10 -1
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +62 -22
- package/dist/types/ObjectParamAPI.js +46 -20
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +24 -9
- package/dist/types/ObservableAPI.js +606 -494
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +24 -9
- package/dist/types/PromiseAPI.js +74 -34
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/QueuePositionResponse.js +0 -23
- package/dist/models/QueuePositionResponse.js.map +0 -1
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateCollectionOutputBody = void 0;
|
|
4
|
+
var CreateCollectionOutputBody = (function () {
|
|
5
|
+
function CreateCollectionOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
CreateCollectionOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return CreateCollectionOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CreateCollectionOutputBody.discriminator = undefined;
|
|
11
|
+
CreateCollectionOutputBody.mapping = undefined;
|
|
12
|
+
CreateCollectionOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "binaries",
|
|
15
|
+
"baseName": "binaries",
|
|
16
|
+
"type": "Array<Binary>",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "collectionId",
|
|
21
|
+
"baseName": "collection_id",
|
|
22
|
+
"type": "number",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "collectionName",
|
|
27
|
+
"baseName": "collection_name",
|
|
28
|
+
"type": "string",
|
|
29
|
+
"format": ""
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "collectionScope",
|
|
33
|
+
"baseName": "collection_scope",
|
|
34
|
+
"type": "string",
|
|
35
|
+
"format": ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "createdAt",
|
|
39
|
+
"baseName": "created_at",
|
|
40
|
+
"type": "Date",
|
|
41
|
+
"format": "date-time"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "description",
|
|
45
|
+
"baseName": "description",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"format": ""
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "modelId",
|
|
51
|
+
"baseName": "model_id",
|
|
52
|
+
"type": "number",
|
|
53
|
+
"format": "int64"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "tags",
|
|
57
|
+
"baseName": "tags",
|
|
58
|
+
"type": "Array<string>",
|
|
59
|
+
"format": ""
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "teamId",
|
|
63
|
+
"baseName": "team_id",
|
|
64
|
+
"type": "number",
|
|
65
|
+
"format": "int64"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "updatedAt",
|
|
69
|
+
"baseName": "updated_at",
|
|
70
|
+
"type": "Date",
|
|
71
|
+
"format": "date-time"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "userId",
|
|
75
|
+
"baseName": "user_id",
|
|
76
|
+
"type": "number",
|
|
77
|
+
"format": "int64"
|
|
78
|
+
}
|
|
79
|
+
];
|
|
80
|
+
return CreateCollectionOutputBody;
|
|
81
|
+
}());
|
|
82
|
+
exports.CreateCollectionOutputBody = CreateCollectionOutputBody;
|
|
83
|
+
//# sourceMappingURL=CreateCollectionOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateCollectionOutputBody.js","sourceRoot":"","sources":["../../models/CreateCollectionOutputBody.ts"],"names":[],"mappings":";;;AAcA;IAyFI;IACA,CAAC;IALM,8CAAmB,GAA1B;QACI,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;IA1Ee,wCAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAO,GAA0C,SAAS,CAAC;IAE3D,2CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,MAAM;YACd,QAAQ,EAAE,WAAW;SACxB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,MAAM;YACd,QAAQ,EAAE,WAAW;SACxB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,iCAAC;CAAA,AA3FD,IA2FC;AA3FY,gEAA0B"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Binary } from '../models/Binary';
|
|
2
|
+
export declare class GetCollectionOutputBody {
|
|
3
|
+
'binaries'?: Array<Binary> | null;
|
|
4
|
+
'collectionId': number;
|
|
5
|
+
'collectionName': string;
|
|
6
|
+
'collectionScope': string;
|
|
7
|
+
'createdAt': Date;
|
|
8
|
+
'description': string;
|
|
9
|
+
'hasNextPage'?: boolean;
|
|
10
|
+
'modelId': number;
|
|
11
|
+
'pageNumber'?: number;
|
|
12
|
+
'pageSize'?: number;
|
|
13
|
+
'tags'?: Array<string> | null;
|
|
14
|
+
'teamId': number;
|
|
15
|
+
'updatedAt': Date;
|
|
16
|
+
'userId': number;
|
|
17
|
+
static readonly discriminator: string | undefined;
|
|
18
|
+
static readonly mapping: {
|
|
19
|
+
[index: string]: string;
|
|
20
|
+
} | undefined;
|
|
21
|
+
static readonly attributeTypeMap: Array<{
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
format: string;
|
|
26
|
+
}>;
|
|
27
|
+
static getAttributeTypeMap(): {
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
format: string;
|
|
32
|
+
}[];
|
|
33
|
+
constructor();
|
|
34
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetCollectionOutputBody = void 0;
|
|
4
|
+
var GetCollectionOutputBody = (function () {
|
|
5
|
+
function GetCollectionOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
GetCollectionOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return GetCollectionOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
GetCollectionOutputBody.discriminator = undefined;
|
|
11
|
+
GetCollectionOutputBody.mapping = undefined;
|
|
12
|
+
GetCollectionOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "binaries",
|
|
15
|
+
"baseName": "binaries",
|
|
16
|
+
"type": "Array<Binary>",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "collectionId",
|
|
21
|
+
"baseName": "collection_id",
|
|
22
|
+
"type": "number",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "collectionName",
|
|
27
|
+
"baseName": "collection_name",
|
|
28
|
+
"type": "string",
|
|
29
|
+
"format": ""
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "collectionScope",
|
|
33
|
+
"baseName": "collection_scope",
|
|
34
|
+
"type": "string",
|
|
35
|
+
"format": ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "createdAt",
|
|
39
|
+
"baseName": "created_at",
|
|
40
|
+
"type": "Date",
|
|
41
|
+
"format": "date-time"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "description",
|
|
45
|
+
"baseName": "description",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"format": ""
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "hasNextPage",
|
|
51
|
+
"baseName": "has_next_page",
|
|
52
|
+
"type": "boolean",
|
|
53
|
+
"format": ""
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "modelId",
|
|
57
|
+
"baseName": "model_id",
|
|
58
|
+
"type": "number",
|
|
59
|
+
"format": "int64"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "pageNumber",
|
|
63
|
+
"baseName": "page_number",
|
|
64
|
+
"type": "number",
|
|
65
|
+
"format": "int64"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "pageSize",
|
|
69
|
+
"baseName": "page_size",
|
|
70
|
+
"type": "number",
|
|
71
|
+
"format": "int64"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "tags",
|
|
75
|
+
"baseName": "tags",
|
|
76
|
+
"type": "Array<string>",
|
|
77
|
+
"format": ""
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "teamId",
|
|
81
|
+
"baseName": "team_id",
|
|
82
|
+
"type": "number",
|
|
83
|
+
"format": "int64"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "updatedAt",
|
|
87
|
+
"baseName": "updated_at",
|
|
88
|
+
"type": "Date",
|
|
89
|
+
"format": "date-time"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "userId",
|
|
93
|
+
"baseName": "user_id",
|
|
94
|
+
"type": "number",
|
|
95
|
+
"format": "int64"
|
|
96
|
+
}
|
|
97
|
+
];
|
|
98
|
+
return GetCollectionOutputBody;
|
|
99
|
+
}());
|
|
100
|
+
exports.GetCollectionOutputBody = GetCollectionOutputBody;
|
|
101
|
+
//# sourceMappingURL=GetCollectionOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetCollectionOutputBody.js","sourceRoot":"","sources":["../../models/GetCollectionOutputBody.ts"],"names":[],"mappings":";;;AAcA;IA8GI;IACA,CAAC;IALM,2CAAmB,GAA1B;QACI,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;IA5Fe,qCAAa,GAAuB,SAAS,CAAC;IAE9C,+BAAO,GAA0C,SAAS,CAAC;IAE3D,wCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,MAAM;YACd,QAAQ,EAAE,WAAW;SACxB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,MAAM;YACd,QAAQ,EAAE,WAAW;SACxB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,8BAAC;CAAA,AAhHD,IAgHC;AAhHY,0DAAuB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { CollectionListItemBody } from '../models/CollectionListItemBody';
|
|
2
|
+
export declare class ListCollectionsOutputBody {
|
|
3
|
+
'hasNextPage': boolean;
|
|
4
|
+
'pageNumber': number;
|
|
5
|
+
'pageSize': number;
|
|
6
|
+
'results': Array<CollectionListItemBody> | null;
|
|
7
|
+
static readonly discriminator: string | undefined;
|
|
8
|
+
static readonly mapping: {
|
|
9
|
+
[index: string]: string;
|
|
10
|
+
} | undefined;
|
|
11
|
+
static readonly attributeTypeMap: Array<{
|
|
12
|
+
name: string;
|
|
13
|
+
baseName: string;
|
|
14
|
+
type: string;
|
|
15
|
+
format: string;
|
|
16
|
+
}>;
|
|
17
|
+
static getAttributeTypeMap(): {
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
format: string;
|
|
22
|
+
}[];
|
|
23
|
+
constructor();
|
|
24
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListCollectionsOutputBody = void 0;
|
|
4
|
+
var ListCollectionsOutputBody = (function () {
|
|
5
|
+
function ListCollectionsOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
ListCollectionsOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return ListCollectionsOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
ListCollectionsOutputBody.discriminator = undefined;
|
|
11
|
+
ListCollectionsOutputBody.mapping = undefined;
|
|
12
|
+
ListCollectionsOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "hasNextPage",
|
|
15
|
+
"baseName": "has_next_page",
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "pageNumber",
|
|
21
|
+
"baseName": "page_number",
|
|
22
|
+
"type": "number",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "pageSize",
|
|
27
|
+
"baseName": "page_size",
|
|
28
|
+
"type": "number",
|
|
29
|
+
"format": "int64"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "results",
|
|
33
|
+
"baseName": "results",
|
|
34
|
+
"type": "Array<CollectionListItemBody>",
|
|
35
|
+
"format": ""
|
|
36
|
+
}
|
|
37
|
+
];
|
|
38
|
+
return ListCollectionsOutputBody;
|
|
39
|
+
}());
|
|
40
|
+
exports.ListCollectionsOutputBody = ListCollectionsOutputBody;
|
|
41
|
+
//# sourceMappingURL=ListCollectionsOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListCollectionsOutputBody.js","sourceRoot":"","sources":["../../models/ListCollectionsOutputBody.ts"],"names":[],"mappings":";;;AAcA;IAwCI;IACA,CAAC;IALM,6CAAmB,GAA1B;QACI,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;IAhCe,uCAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAO,GAA0C,SAAS,CAAC;IAE3D,0CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,+BAA+B;YACvC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,gCAAC;CAAA,AA1CD,IA0CC;AA1CY,8DAAyB"}
|
|
@@ -120,6 +120,7 @@ export * from '../models/BatchRenameItem';
|
|
|
120
120
|
export * from '../models/BatchRenameOutputBody';
|
|
121
121
|
export * from '../models/BinariesRelatedStatusResponse';
|
|
122
122
|
export * from '../models/BinariesTaskStatus';
|
|
123
|
+
export * from '../models/Binary';
|
|
123
124
|
export * from '../models/BinaryAdditionalDetailsDataResponse';
|
|
124
125
|
export * from '../models/BinaryAdditionalResponse';
|
|
125
126
|
export * from '../models/BinaryConfig';
|
|
@@ -141,6 +142,7 @@ export * from '../models/CollectionBinariesUpdateResponse';
|
|
|
141
142
|
export * from '../models/CollectionBinaryResponse';
|
|
142
143
|
export * from '../models/CollectionCreateRequest';
|
|
143
144
|
export * from '../models/CollectionListItem';
|
|
145
|
+
export * from '../models/CollectionListItemBody';
|
|
144
146
|
export * from '../models/CollectionResponse';
|
|
145
147
|
export * from '../models/CollectionResponseBinariesInner';
|
|
146
148
|
export * from '../models/CollectionScope';
|
|
@@ -162,6 +164,8 @@ export * from '../models/ConversationContext';
|
|
|
162
164
|
export * from '../models/ConversationWithEvents';
|
|
163
165
|
export * from '../models/CreateAIDecompOutputBody';
|
|
164
166
|
export * from '../models/CreateCheckoutSessionInputBody';
|
|
167
|
+
export * from '../models/CreateCollectionInputBody';
|
|
168
|
+
export * from '../models/CreateCollectionOutputBody';
|
|
165
169
|
export * from '../models/CreateConversationRequest';
|
|
166
170
|
export * from '../models/CreatePortalSessionInputBody';
|
|
167
171
|
export * from '../models/Created';
|
|
@@ -268,6 +272,7 @@ export * from '../models/GetAdditionalDetailsStatusOutputBody';
|
|
|
268
272
|
export * from '../models/GetAiDecompilationRatingResponse';
|
|
269
273
|
export * from '../models/GetAiDecompilationTask';
|
|
270
274
|
export * from '../models/GetAnalysisStringsStatusOutputBody';
|
|
275
|
+
export * from '../models/GetCollectionOutputBody';
|
|
271
276
|
export * from '../models/GetProductsOutputBody';
|
|
272
277
|
export * from '../models/GetPublicUserResponse';
|
|
273
278
|
export * from '../models/GetSubscriptionOutputBody';
|
|
@@ -285,6 +290,7 @@ export * from '../models/InverseStringMapItem';
|
|
|
285
290
|
export * from '../models/InverseValue';
|
|
286
291
|
export * from '../models/ListAnalysisStringsOutputBody';
|
|
287
292
|
export * from '../models/ListCollectionResults';
|
|
293
|
+
export * from '../models/ListCollectionsOutputBody';
|
|
288
294
|
export * from '../models/ListFunctionStringsOutputBody';
|
|
289
295
|
export * from '../models/Logs';
|
|
290
296
|
export * from '../models/MITRETechnique';
|
|
@@ -305,6 +311,10 @@ export * from '../models/PDBDebugModel';
|
|
|
305
311
|
export * from '../models/PEModel';
|
|
306
312
|
export * from '../models/PaginationModel';
|
|
307
313
|
export * from '../models/Params';
|
|
314
|
+
export * from '../models/PatchCollectionBinariesInputBody';
|
|
315
|
+
export * from '../models/PatchCollectionBinariesOutputBody';
|
|
316
|
+
export * from '../models/PatchCollectionTagsInputBody';
|
|
317
|
+
export * from '../models/PatchCollectionTagsOutputBody';
|
|
308
318
|
export * from '../models/PatchCommentBody';
|
|
309
319
|
export * from '../models/Platform';
|
|
310
320
|
export * from '../models/PriceOutput';
|
|
@@ -319,7 +329,6 @@ export * from '../models/ProductSummary';
|
|
|
319
329
|
export * from '../models/ProgressMessage';
|
|
320
330
|
export * from '../models/ProseEvent';
|
|
321
331
|
export * from '../models/PutAnalysisStringsRequest';
|
|
322
|
-
export * from '../models/QueuePositionResponse';
|
|
323
332
|
export * from '../models/QueuedWorkflowTaskResponse';
|
|
324
333
|
export * from '../models/ReAnalysisForm';
|
|
325
334
|
export * from '../models/Recent';
|
|
@@ -137,6 +137,7 @@ __exportStar(require("../models/BatchRenameItem"), exports);
|
|
|
137
137
|
__exportStar(require("../models/BatchRenameOutputBody"), exports);
|
|
138
138
|
__exportStar(require("../models/BinariesRelatedStatusResponse"), exports);
|
|
139
139
|
__exportStar(require("../models/BinariesTaskStatus"), exports);
|
|
140
|
+
__exportStar(require("../models/Binary"), exports);
|
|
140
141
|
__exportStar(require("../models/BinaryAdditionalDetailsDataResponse"), exports);
|
|
141
142
|
__exportStar(require("../models/BinaryAdditionalResponse"), exports);
|
|
142
143
|
__exportStar(require("../models/BinaryConfig"), exports);
|
|
@@ -158,6 +159,7 @@ __exportStar(require("../models/CollectionBinariesUpdateResponse"), exports);
|
|
|
158
159
|
__exportStar(require("../models/CollectionBinaryResponse"), exports);
|
|
159
160
|
__exportStar(require("../models/CollectionCreateRequest"), exports);
|
|
160
161
|
__exportStar(require("../models/CollectionListItem"), exports);
|
|
162
|
+
__exportStar(require("../models/CollectionListItemBody"), exports);
|
|
161
163
|
__exportStar(require("../models/CollectionResponse"), exports);
|
|
162
164
|
__exportStar(require("../models/CollectionResponseBinariesInner"), exports);
|
|
163
165
|
__exportStar(require("../models/CollectionScope"), exports);
|
|
@@ -179,6 +181,8 @@ __exportStar(require("../models/ConversationContext"), exports);
|
|
|
179
181
|
__exportStar(require("../models/ConversationWithEvents"), exports);
|
|
180
182
|
__exportStar(require("../models/CreateAIDecompOutputBody"), exports);
|
|
181
183
|
__exportStar(require("../models/CreateCheckoutSessionInputBody"), exports);
|
|
184
|
+
__exportStar(require("../models/CreateCollectionInputBody"), exports);
|
|
185
|
+
__exportStar(require("../models/CreateCollectionOutputBody"), exports);
|
|
182
186
|
__exportStar(require("../models/CreateConversationRequest"), exports);
|
|
183
187
|
__exportStar(require("../models/CreatePortalSessionInputBody"), exports);
|
|
184
188
|
__exportStar(require("../models/Created"), exports);
|
|
@@ -285,6 +289,7 @@ __exportStar(require("../models/GetAdditionalDetailsStatusOutputBody"), exports)
|
|
|
285
289
|
__exportStar(require("../models/GetAiDecompilationRatingResponse"), exports);
|
|
286
290
|
__exportStar(require("../models/GetAiDecompilationTask"), exports);
|
|
287
291
|
__exportStar(require("../models/GetAnalysisStringsStatusOutputBody"), exports);
|
|
292
|
+
__exportStar(require("../models/GetCollectionOutputBody"), exports);
|
|
288
293
|
__exportStar(require("../models/GetProductsOutputBody"), exports);
|
|
289
294
|
__exportStar(require("../models/GetPublicUserResponse"), exports);
|
|
290
295
|
__exportStar(require("../models/GetSubscriptionOutputBody"), exports);
|
|
@@ -302,6 +307,7 @@ __exportStar(require("../models/InverseStringMapItem"), exports);
|
|
|
302
307
|
__exportStar(require("../models/InverseValue"), exports);
|
|
303
308
|
__exportStar(require("../models/ListAnalysisStringsOutputBody"), exports);
|
|
304
309
|
__exportStar(require("../models/ListCollectionResults"), exports);
|
|
310
|
+
__exportStar(require("../models/ListCollectionsOutputBody"), exports);
|
|
305
311
|
__exportStar(require("../models/ListFunctionStringsOutputBody"), exports);
|
|
306
312
|
__exportStar(require("../models/Logs"), exports);
|
|
307
313
|
__exportStar(require("../models/MITRETechnique"), exports);
|
|
@@ -322,6 +328,10 @@ __exportStar(require("../models/PDBDebugModel"), exports);
|
|
|
322
328
|
__exportStar(require("../models/PEModel"), exports);
|
|
323
329
|
__exportStar(require("../models/PaginationModel"), exports);
|
|
324
330
|
__exportStar(require("../models/Params"), exports);
|
|
331
|
+
__exportStar(require("../models/PatchCollectionBinariesInputBody"), exports);
|
|
332
|
+
__exportStar(require("../models/PatchCollectionBinariesOutputBody"), exports);
|
|
333
|
+
__exportStar(require("../models/PatchCollectionTagsInputBody"), exports);
|
|
334
|
+
__exportStar(require("../models/PatchCollectionTagsOutputBody"), exports);
|
|
325
335
|
__exportStar(require("../models/PatchCommentBody"), exports);
|
|
326
336
|
__exportStar(require("../models/Platform"), exports);
|
|
327
337
|
__exportStar(require("../models/PriceOutput"), exports);
|
|
@@ -336,7 +346,6 @@ __exportStar(require("../models/ProductSummary"), exports);
|
|
|
336
346
|
__exportStar(require("../models/ProgressMessage"), exports);
|
|
337
347
|
__exportStar(require("../models/ProseEvent"), exports);
|
|
338
348
|
__exportStar(require("../models/PutAnalysisStringsRequest"), exports);
|
|
339
|
-
__exportStar(require("../models/QueuePositionResponse"), exports);
|
|
340
349
|
__exportStar(require("../models/QueuedWorkflowTaskResponse"), exports);
|
|
341
350
|
__exportStar(require("../models/ReAnalysisForm"), exports);
|
|
342
351
|
__exportStar(require("../models/Recent"), exports);
|
|
@@ -546,6 +555,7 @@ var BatchRenameInputBody_1 = require("../models/BatchRenameInputBody");
|
|
|
546
555
|
var BatchRenameItem_1 = require("../models/BatchRenameItem");
|
|
547
556
|
var BatchRenameOutputBody_1 = require("../models/BatchRenameOutputBody");
|
|
548
557
|
var BinariesRelatedStatusResponse_1 = require("../models/BinariesRelatedStatusResponse");
|
|
558
|
+
var Binary_1 = require("../models/Binary");
|
|
549
559
|
var BinaryAdditionalDetailsDataResponse_1 = require("../models/BinaryAdditionalDetailsDataResponse");
|
|
550
560
|
var BinaryAdditionalResponse_1 = require("../models/BinaryAdditionalResponse");
|
|
551
561
|
var BinaryConfig_1 = require("../models/BinaryConfig");
|
|
@@ -566,6 +576,7 @@ var CollectionBinariesUpdateResponse_1 = require("../models/CollectionBinariesUp
|
|
|
566
576
|
var CollectionBinaryResponse_1 = require("../models/CollectionBinaryResponse");
|
|
567
577
|
var CollectionCreateRequest_1 = require("../models/CollectionCreateRequest");
|
|
568
578
|
var CollectionListItem_1 = require("../models/CollectionListItem");
|
|
579
|
+
var CollectionListItemBody_1 = require("../models/CollectionListItemBody");
|
|
569
580
|
var CollectionResponse_1 = require("../models/CollectionResponse");
|
|
570
581
|
var CollectionResponseBinariesInner_1 = require("../models/CollectionResponseBinariesInner");
|
|
571
582
|
var CollectionSearchResponse_1 = require("../models/CollectionSearchResponse");
|
|
@@ -586,6 +597,8 @@ var ConversationContext_1 = require("../models/ConversationContext");
|
|
|
586
597
|
var ConversationWithEvents_1 = require("../models/ConversationWithEvents");
|
|
587
598
|
var CreateAIDecompOutputBody_1 = require("../models/CreateAIDecompOutputBody");
|
|
588
599
|
var CreateCheckoutSessionInputBody_1 = require("../models/CreateCheckoutSessionInputBody");
|
|
600
|
+
var CreateCollectionInputBody_1 = require("../models/CreateCollectionInputBody");
|
|
601
|
+
var CreateCollectionOutputBody_1 = require("../models/CreateCollectionOutputBody");
|
|
589
602
|
var CreateConversationRequest_1 = require("../models/CreateConversationRequest");
|
|
590
603
|
var CreatePortalSessionInputBody_1 = require("../models/CreatePortalSessionInputBody");
|
|
591
604
|
var Created_1 = require("../models/Created");
|
|
@@ -687,6 +700,7 @@ var GetAdditionalDetailsStatusOutputBody_1 = require("../models/GetAdditionalDet
|
|
|
687
700
|
var GetAiDecompilationRatingResponse_1 = require("../models/GetAiDecompilationRatingResponse");
|
|
688
701
|
var GetAiDecompilationTask_1 = require("../models/GetAiDecompilationTask");
|
|
689
702
|
var GetAnalysisStringsStatusOutputBody_1 = require("../models/GetAnalysisStringsStatusOutputBody");
|
|
703
|
+
var GetCollectionOutputBody_1 = require("../models/GetCollectionOutputBody");
|
|
690
704
|
var GetProductsOutputBody_1 = require("../models/GetProductsOutputBody");
|
|
691
705
|
var GetPublicUserResponse_1 = require("../models/GetPublicUserResponse");
|
|
692
706
|
var GetSubscriptionOutputBody_1 = require("../models/GetSubscriptionOutputBody");
|
|
@@ -703,6 +717,7 @@ var InverseStringMapItem_1 = require("../models/InverseStringMapItem");
|
|
|
703
717
|
var InverseValue_1 = require("../models/InverseValue");
|
|
704
718
|
var ListAnalysisStringsOutputBody_1 = require("../models/ListAnalysisStringsOutputBody");
|
|
705
719
|
var ListCollectionResults_1 = require("../models/ListCollectionResults");
|
|
720
|
+
var ListCollectionsOutputBody_1 = require("../models/ListCollectionsOutputBody");
|
|
706
721
|
var ListFunctionStringsOutputBody_1 = require("../models/ListFunctionStringsOutputBody");
|
|
707
722
|
var Logs_1 = require("../models/Logs");
|
|
708
723
|
var MITRETechnique_1 = require("../models/MITRETechnique");
|
|
@@ -721,6 +736,10 @@ var PDBDebugModel_1 = require("../models/PDBDebugModel");
|
|
|
721
736
|
var PEModel_1 = require("../models/PEModel");
|
|
722
737
|
var PaginationModel_1 = require("../models/PaginationModel");
|
|
723
738
|
var Params_1 = require("../models/Params");
|
|
739
|
+
var PatchCollectionBinariesInputBody_1 = require("../models/PatchCollectionBinariesInputBody");
|
|
740
|
+
var PatchCollectionBinariesOutputBody_1 = require("../models/PatchCollectionBinariesOutputBody");
|
|
741
|
+
var PatchCollectionTagsInputBody_1 = require("../models/PatchCollectionTagsInputBody");
|
|
742
|
+
var PatchCollectionTagsOutputBody_1 = require("../models/PatchCollectionTagsOutputBody");
|
|
724
743
|
var PatchCommentBody_1 = require("../models/PatchCommentBody");
|
|
725
744
|
var PriceOutput_1 = require("../models/PriceOutput");
|
|
726
745
|
var PriceSummary_1 = require("../models/PriceSummary");
|
|
@@ -734,7 +753,6 @@ var ProductSummary_1 = require("../models/ProductSummary");
|
|
|
734
753
|
var ProgressMessage_1 = require("../models/ProgressMessage");
|
|
735
754
|
var ProseEvent_1 = require("../models/ProseEvent");
|
|
736
755
|
var PutAnalysisStringsRequest_1 = require("../models/PutAnalysisStringsRequest");
|
|
737
|
-
var QueuePositionResponse_1 = require("../models/QueuePositionResponse");
|
|
738
756
|
var QueuedWorkflowTaskResponse_1 = require("../models/QueuedWorkflowTaskResponse");
|
|
739
757
|
var ReAnalysisForm_1 = require("../models/ReAnalysisForm");
|
|
740
758
|
var Recent_1 = require("../models/Recent");
|
|
@@ -843,6 +861,7 @@ var enumsMap = new Set([
|
|
|
843
861
|
"BinaryTaskStatus",
|
|
844
862
|
"CollectionScope",
|
|
845
863
|
"CommentsDataTaskStatusEnum",
|
|
864
|
+
"CreateCollectionInputBodyCollectionScopeEnum",
|
|
846
865
|
"DecompilationDataStatusEnum",
|
|
847
866
|
"DynamicExecutionStatus",
|
|
848
867
|
"ErrorBodyCodeEnum",
|
|
@@ -1022,6 +1041,7 @@ var typeMap = {
|
|
|
1022
1041
|
"BatchRenameItem": BatchRenameItem_1.BatchRenameItem,
|
|
1023
1042
|
"BatchRenameOutputBody": BatchRenameOutputBody_1.BatchRenameOutputBody,
|
|
1024
1043
|
"BinariesRelatedStatusResponse": BinariesRelatedStatusResponse_1.BinariesRelatedStatusResponse,
|
|
1044
|
+
"Binary": Binary_1.Binary,
|
|
1025
1045
|
"BinaryAdditionalDetailsDataResponse": BinaryAdditionalDetailsDataResponse_1.BinaryAdditionalDetailsDataResponse,
|
|
1026
1046
|
"BinaryAdditionalResponse": BinaryAdditionalResponse_1.BinaryAdditionalResponse,
|
|
1027
1047
|
"BinaryConfig": BinaryConfig_1.BinaryConfig,
|
|
@@ -1042,6 +1062,7 @@ var typeMap = {
|
|
|
1042
1062
|
"CollectionBinaryResponse": CollectionBinaryResponse_1.CollectionBinaryResponse,
|
|
1043
1063
|
"CollectionCreateRequest": CollectionCreateRequest_1.CollectionCreateRequest,
|
|
1044
1064
|
"CollectionListItem": CollectionListItem_1.CollectionListItem,
|
|
1065
|
+
"CollectionListItemBody": CollectionListItemBody_1.CollectionListItemBody,
|
|
1045
1066
|
"CollectionResponse": CollectionResponse_1.CollectionResponse,
|
|
1046
1067
|
"CollectionResponseBinariesInner": CollectionResponseBinariesInner_1.CollectionResponseBinariesInner,
|
|
1047
1068
|
"CollectionSearchResponse": CollectionSearchResponse_1.CollectionSearchResponse,
|
|
@@ -1062,6 +1083,8 @@ var typeMap = {
|
|
|
1062
1083
|
"ConversationWithEvents": ConversationWithEvents_1.ConversationWithEvents,
|
|
1063
1084
|
"CreateAIDecompOutputBody": CreateAIDecompOutputBody_1.CreateAIDecompOutputBody,
|
|
1064
1085
|
"CreateCheckoutSessionInputBody": CreateCheckoutSessionInputBody_1.CreateCheckoutSessionInputBody,
|
|
1086
|
+
"CreateCollectionInputBody": CreateCollectionInputBody_1.CreateCollectionInputBody,
|
|
1087
|
+
"CreateCollectionOutputBody": CreateCollectionOutputBody_1.CreateCollectionOutputBody,
|
|
1065
1088
|
"CreateConversationRequest": CreateConversationRequest_1.CreateConversationRequest,
|
|
1066
1089
|
"CreatePortalSessionInputBody": CreatePortalSessionInputBody_1.CreatePortalSessionInputBody,
|
|
1067
1090
|
"Created": Created_1.Created,
|
|
@@ -1163,6 +1186,7 @@ var typeMap = {
|
|
|
1163
1186
|
"GetAiDecompilationRatingResponse": GetAiDecompilationRatingResponse_1.GetAiDecompilationRatingResponse,
|
|
1164
1187
|
"GetAiDecompilationTask": GetAiDecompilationTask_1.GetAiDecompilationTask,
|
|
1165
1188
|
"GetAnalysisStringsStatusOutputBody": GetAnalysisStringsStatusOutputBody_1.GetAnalysisStringsStatusOutputBody,
|
|
1189
|
+
"GetCollectionOutputBody": GetCollectionOutputBody_1.GetCollectionOutputBody,
|
|
1166
1190
|
"GetProductsOutputBody": GetProductsOutputBody_1.GetProductsOutputBody,
|
|
1167
1191
|
"GetPublicUserResponse": GetPublicUserResponse_1.GetPublicUserResponse,
|
|
1168
1192
|
"GetSubscriptionOutputBody": GetSubscriptionOutputBody_1.GetSubscriptionOutputBody,
|
|
@@ -1179,6 +1203,7 @@ var typeMap = {
|
|
|
1179
1203
|
"InverseValue": InverseValue_1.InverseValue,
|
|
1180
1204
|
"ListAnalysisStringsOutputBody": ListAnalysisStringsOutputBody_1.ListAnalysisStringsOutputBody,
|
|
1181
1205
|
"ListCollectionResults": ListCollectionResults_1.ListCollectionResults,
|
|
1206
|
+
"ListCollectionsOutputBody": ListCollectionsOutputBody_1.ListCollectionsOutputBody,
|
|
1182
1207
|
"ListFunctionStringsOutputBody": ListFunctionStringsOutputBody_1.ListFunctionStringsOutputBody,
|
|
1183
1208
|
"Logs": Logs_1.Logs,
|
|
1184
1209
|
"MITRETechnique": MITRETechnique_1.MITRETechnique,
|
|
@@ -1197,6 +1222,10 @@ var typeMap = {
|
|
|
1197
1222
|
"PEModel": PEModel_1.PEModel,
|
|
1198
1223
|
"PaginationModel": PaginationModel_1.PaginationModel,
|
|
1199
1224
|
"Params": Params_1.Params,
|
|
1225
|
+
"PatchCollectionBinariesInputBody": PatchCollectionBinariesInputBody_1.PatchCollectionBinariesInputBody,
|
|
1226
|
+
"PatchCollectionBinariesOutputBody": PatchCollectionBinariesOutputBody_1.PatchCollectionBinariesOutputBody,
|
|
1227
|
+
"PatchCollectionTagsInputBody": PatchCollectionTagsInputBody_1.PatchCollectionTagsInputBody,
|
|
1228
|
+
"PatchCollectionTagsOutputBody": PatchCollectionTagsOutputBody_1.PatchCollectionTagsOutputBody,
|
|
1200
1229
|
"PatchCommentBody": PatchCommentBody_1.PatchCommentBody,
|
|
1201
1230
|
"PriceOutput": PriceOutput_1.PriceOutput,
|
|
1202
1231
|
"PriceSummary": PriceSummary_1.PriceSummary,
|
|
@@ -1210,7 +1239,6 @@ var typeMap = {
|
|
|
1210
1239
|
"ProgressMessage": ProgressMessage_1.ProgressMessage,
|
|
1211
1240
|
"ProseEvent": ProseEvent_1.ProseEvent,
|
|
1212
1241
|
"PutAnalysisStringsRequest": PutAnalysisStringsRequest_1.PutAnalysisStringsRequest,
|
|
1213
|
-
"QueuePositionResponse": QueuePositionResponse_1.QueuePositionResponse,
|
|
1214
1242
|
"QueuedWorkflowTaskResponse": QueuedWorkflowTaskResponse_1.QueuedWorkflowTaskResponse,
|
|
1215
1243
|
"ReAnalysisForm": ReAnalysisForm_1.ReAnalysisForm,
|
|
1216
1244
|
"Recent": Recent_1.Recent,
|