@dvelop-sdk/dms 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/dms-objects/create-dms-object/create-dms-object.d.ts +1 -1
- package/lib/dms-objects/create-dms-object/create-dms-object.js +2 -2
- package/lib/dms-objects/create-dms-object/create-dms-object.js.map +1 -1
- package/lib/dms-objects/delete-current-dms-object-version/delete-current-dms-object-version.d.ts +1 -1
- package/lib/dms-objects/delete-current-dms-object-version/delete-current-dms-object-version.js +1 -1
- package/lib/dms-objects/get-dms-object/get-dms-object.d.ts +1 -1
- package/lib/dms-objects/get-dms-object/get-dms-object.js +1 -1
- package/lib/dms-objects/get-dms-object-file/get-dms-object-file.d.ts +2 -2
- package/lib/dms-objects/get-dms-object-file/get-dms-object-file.js +2 -2
- package/lib/dms-objects/link-dms-objects/link-dms-objects.d.ts +1 -1
- package/lib/dms-objects/link-dms-objects/link-dms-objects.js +1 -1
- package/lib/dms-objects/search-dms-objects/search-dms-objects.d.ts +1 -1
- package/lib/dms-objects/search-dms-objects/search-dms-objects.js +1 -1
- package/lib/dms-objects/store-file-temporarily/store-file-temporarily.d.ts +1 -1
- package/lib/dms-objects/store-file-temporarily/store-file-temporarily.js +2 -2
- package/lib/dms-objects/store-file-temporarily/store-file-temporarily.js.map +1 -1
- package/lib/dms-objects/unlink-dms-objects/unlink-dms-objects.d.ts +1 -1
- package/lib/dms-objects/unlink-dms-objects/unlink-dms-objects.js +1 -1
- package/lib/dms-objects/update-dms-object/update-dms-object.d.ts +1 -1
- package/lib/dms-objects/update-dms-object/update-dms-object.js +1 -1
- package/lib/dms-objects/update-dms-object-status/update-dms-object-status.d.ts +3 -3
- package/lib/dms-objects/update-dms-object-status/update-dms-object-status.js +2 -2
- package/lib/mapping/get-mappings/get-mappings.d.ts +1 -1
- package/lib/mapping/get-mappings/get-mappings.js +1 -1
- package/lib/repositories/get-repositories/get-repositories.d.ts +1 -1
- package/lib/repositories/get-repositories/get-repositories.js +1 -1
- package/lib/repositories/get-repository/get-repository.d.ts +1 -1
- package/lib/repositories/get-repository/get-repository.js +1 -1
- package/package.json +2 -2
|
@@ -45,7 +45,7 @@ export declare function _createDmsObjectDefaultStoreFileFunction(context: Dvelop
|
|
|
45
45
|
}>;
|
|
46
46
|
/**
|
|
47
47
|
* Factory for the {@link createDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
48
|
-
* @typeparam T Return type of the {@link createDmsObject}-function. A corresponding
|
|
48
|
+
* @typeparam T Return type of the {@link createDmsObject}-function. A corresponding transformFunction has to be supplied.
|
|
49
49
|
* @category DmsObject
|
|
50
50
|
*/
|
|
51
51
|
export declare function createDmsObjectFactory<T>(httpRequestFunction: (context: DvelopContext, config: HttpConfig) => Promise<HttpResponse>, transformFunction: (response: HttpResponse, context: DvelopContext, params: CreateDmsObjectParams) => T, storeFileFunction?: (context: DvelopContext, params: CreateDmsObjectParams) => Promise<{
|
|
@@ -46,7 +46,7 @@ var store_file_temporarily_1 = require("../store-file-temporarily/store-file-tem
|
|
|
46
46
|
* @category DmsObject
|
|
47
47
|
*/
|
|
48
48
|
function _createDmsObjectDefaultTransformFunction(response, _, params) {
|
|
49
|
-
var location = response.headers["location"];
|
|
49
|
+
var location = response.headers["location"] || "";
|
|
50
50
|
var matches = /^.*\/(.*?)(\?|$)/.exec(location);
|
|
51
51
|
if (matches) {
|
|
52
52
|
return {
|
|
@@ -84,7 +84,7 @@ function _createDmsObjectDefaultStoreFileFunction(context, params) {
|
|
|
84
84
|
exports._createDmsObjectDefaultStoreFileFunction = _createDmsObjectDefaultStoreFileFunction;
|
|
85
85
|
/**
|
|
86
86
|
* Factory for the {@link createDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
87
|
-
* @typeparam T Return type of the {@link createDmsObject}-function. A corresponding
|
|
87
|
+
* @typeparam T Return type of the {@link createDmsObject}-function. A corresponding transformFunction has to be supplied.
|
|
88
88
|
* @category DmsObject
|
|
89
89
|
*/
|
|
90
90
|
function createDmsObjectFactory(httpRequestFunction, transformFunction, storeFileFunction) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-dms-object.js","sourceRoot":"","sources":["../../../src/dms-objects/create-dms-object/create-dms-object.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAsD;AACtD,yCAAyF;AAEzF,2FAAoH;AAqCpH;;;;GAIG;AACH,SAAgB,wCAAwC,CAAC,QAA2B,EAAE,CAAgB,EAAE,MAA6B;IAEnI,IAAM,QAAQ,GAAW,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"create-dms-object.js","sourceRoot":"","sources":["../../../src/dms-objects/create-dms-object/create-dms-object.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAsD;AACtD,yCAAyF;AAEzF,2FAAoH;AAqCpH;;;;GAIG;AACH,SAAgB,wCAAwC,CAAC,QAA2B,EAAE,CAAgB,EAAE,MAA6B;IAEnI,IAAM,QAAQ,GAAW,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;IAC5D,IAAM,OAAO,GAA2B,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAE1E,IAAI,OAAO,EAAE;QACX,OAAO;YACL,YAAY,EAAE,MAAM,CAAC,YAAY;YACjC,QAAQ,EAAE,MAAM,CAAC,QAAQ;YACzB,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC;SACxB,CAAC;KACH;SAAM;QACL,MAAM,IAAI,gBAAQ,CAAC,uCAAqC,QAAQ,MAAG,CAAC,CAAC;KACtE;AACH,CAAC;AAdD,4FAcC;AAED;;;;GAIG;AACH,SAAsB,wCAAwC,CAAC,OAAsB,EAAE,MAA6B;;;;;wBAC9F,qBAAM,6CAAoB,CAAC,OAAO,EAAE,MAAoC,CAAC,EAAA;;oBAAvF,GAAG,GAAW,SAAyE;oBAC7F,sBAAO;4BACL,KAAK,EAAE,oBAAoB;4BAC3B,GAAG,EAAE,GAAG;yBACT,EAAC;;;;CACH;AAND,4FAMC;AAED;;;;GAIG;AACH,SAAgB,sBAAsB,CACpC,mBAA0F,EAC1F,iBAAuG,EACvG,iBAAmJ;IAHrJ,iBAoCC;IA9BC,OAAO,UAAO,OAAsB,EAAE,MAA6B;;;;;yBAE7D,CAAA,CAAC,MAAM,CAAC,UAAU,IAAI,CAAC,MAAM,CAAC,kBAAkB,IAAI,MAAM,CAAC,OAAO,CAAA,EAAlE,wBAAkE;yBAChE,iBAAiB,EAAjB,wBAAiB;oBACiE,qBAAM,iBAAiB,CAAC,OAAO,EAAE,MAAM,CAAC,EAAA;;oBAAtH,cAAc,GAAgE,SAAwC;oBAC5H,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,cAAc,CAAC,GAAG,CAAC;;wBAElD,MAAM,IAAI,gBAAQ,CAAC,oFAAoF,CAAC,CAAC;wBAI9E,qBAAM,mBAAmB,CAAC,OAAO,EAAE;wBAChE,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,MAAM;wBACX,OAAO,EAAE,CAAC,MAAM,EAAE,sBAAsB,CAAC;wBACzC,SAAS,EAAE,EAAE,cAAc,EAAE,MAAM,CAAC,YAAY,EAAE;wBAClD,IAAI,EAAE;4BACJ,UAAU,EAAE,MAAM,CAAC,QAAQ;4BAC3B,gBAAgB,EAAE,MAAM,CAAC,UAAU;4BACnC,kBAAkB,EAAE;gCAClB,YAAY,EAAE,MAAM,CAAC,UAAU;6BAChC;4BACD,UAAU,EAAE,MAAM,CAAC,QAAQ;4BAC3B,oBAAoB,EAAE,MAAM,CAAC,kBAAkB;4BAC/C,YAAY,EAAE,MAAM,CAAC,UAAU;yBAChC;qBACF,CAAC,EAAA;;oBAfI,QAAQ,GAAiB,SAe7B;oBAEF,sBAAO,iBAAiB,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,EAAC;;;SACrD,CAAC;AACJ,CAAC;AApCD,wDAoCC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,0BAA0B;AAC1B,SAAsB,eAAe,CAAC,OAAsB,EAAE,MAA6B;;;;wBAClF,qBAAM,sBAAsB,CAAC,kCAA2B,EAAE,wCAAwC,EAAE,wCAAwC,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,EAAA;wBAArK,sBAAO,SAA8J,EAAC;;;;CACvK;AAFD,0CAEC"}
|
package/lib/dms-objects/delete-current-dms-object-version/delete-current-dms-object-version.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface DeleteCurrentDmsObjectVersionParams {
|
|
|
22
22
|
export declare function _deleteCurrentDmsObjectVersionDefaultTransformFunction(response: HttpResponse, _: DvelopContext, __: DeleteCurrentDmsObjectVersionParams): boolean;
|
|
23
23
|
/**
|
|
24
24
|
* Factory for the {@link deleteCurrentDmsObjectVersion}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
25
|
-
* @typeparam T Return type of the {@link deleteCurrentDmsObjectVersion}-function. A corresponding
|
|
25
|
+
* @typeparam T Return type of the {@link deleteCurrentDmsObjectVersion}-function. A corresponding transformFunction has to be supplied.
|
|
26
26
|
* @internal
|
|
27
27
|
* @category DmsObject
|
|
28
28
|
*/
|
package/lib/dms-objects/delete-current-dms-object-version/delete-current-dms-object-version.js
CHANGED
|
@@ -57,7 +57,7 @@ function _deleteCurrentDmsObjectVersionDefaultTransformFunction(response, _, __)
|
|
|
57
57
|
exports._deleteCurrentDmsObjectVersionDefaultTransformFunction = _deleteCurrentDmsObjectVersionDefaultTransformFunction;
|
|
58
58
|
/**
|
|
59
59
|
* Factory for the {@link deleteCurrentDmsObjectVersion}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
60
|
-
* @typeparam T Return type of the {@link deleteCurrentDmsObjectVersion}-function. A corresponding
|
|
60
|
+
* @typeparam T Return type of the {@link deleteCurrentDmsObjectVersion}-function. A corresponding transformFunction has to be supplied.
|
|
61
61
|
* @internal
|
|
62
62
|
* @category DmsObject
|
|
63
63
|
*/
|
|
@@ -55,7 +55,7 @@ export interface DmsObject {
|
|
|
55
55
|
export declare function _getDmsObjectDefaultTransformFunctionFactory(getDmsObjectMainFileFunction: (context: DvelopContext, params: GetDmsObjectParams) => Promise<ArrayBuffer>, getDmsObjectPdfFileFunction: (context: DvelopContext, params: GetDmsObjectParams) => Promise<ArrayBuffer>, searchDmsObjects: (context: DvelopContext, params: SearchDmsObjectsParams) => Promise<SearchDmsObjectsResultPage>): (response: HttpResponse<any>, context: DvelopContext, params: GetDmsObjectParams) => DmsObject;
|
|
56
56
|
/**
|
|
57
57
|
* Factory for {@link getDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
58
|
-
* @typeparam T Return type of the {@link getDmsObject}-function. A corresponding
|
|
58
|
+
* @typeparam T Return type of the {@link getDmsObject}-function. A corresponding transformFunction has to be supplied.
|
|
59
59
|
* @internal
|
|
60
60
|
* @category DmsObject
|
|
61
61
|
*/
|
|
@@ -98,7 +98,7 @@ function _getDmsObjectDefaultTransformFunctionFactory(getDmsObjectMainFileFuncti
|
|
|
98
98
|
exports._getDmsObjectDefaultTransformFunctionFactory = _getDmsObjectDefaultTransformFunctionFactory;
|
|
99
99
|
/**
|
|
100
100
|
* Factory for {@link getDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
101
|
-
* @typeparam T Return type of the {@link getDmsObject}-function. A corresponding
|
|
101
|
+
* @typeparam T Return type of the {@link getDmsObject}-function. A corresponding transformFunction has to be supplied.
|
|
102
102
|
* @internal
|
|
103
103
|
* @category DmsObject
|
|
104
104
|
*/
|
|
@@ -9,14 +9,14 @@ import { GetDmsObjectParams } from "../../dms-objects/get-dms-object/get-dms-obj
|
|
|
9
9
|
export declare function getDmsObjectFileDefaultTransformFunction(response: HttpResponse<ArrayBuffer>, _: DvelopContext, __: GetDmsObjectParams): Promise<ArrayBuffer>;
|
|
10
10
|
/**
|
|
11
11
|
* Factory for {@link getDmsObjectMainFile}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
12
|
-
* @typeparam T Return type of the getRepositories-function. A corresponding
|
|
12
|
+
* @typeparam T Return type of the getRepositories-function. A corresponding transformFunction has to be supplied.
|
|
13
13
|
* @internal
|
|
14
14
|
* @category DmsObject
|
|
15
15
|
*/
|
|
16
16
|
export declare function _getDmsObjectMainFileFactory<T>(httpRequestFunction: (context: DvelopContext, config: HttpConfig) => Promise<HttpResponse>, transformFunction: (response: HttpResponse<ArrayBuffer>, context: DvelopContext, params: GetDmsObjectParams) => T): (context: DvelopContext, params: GetDmsObjectParams) => Promise<T>;
|
|
17
17
|
/**
|
|
18
18
|
* Factory for {@link getDmsObjectPdfFile}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
19
|
-
* @typeparam T Return type of the getRepositories-function. A corresponding
|
|
19
|
+
* @typeparam T Return type of the getRepositories-function. A corresponding transformFunction has to be supplied.
|
|
20
20
|
* @internal
|
|
21
21
|
* @category DmsObject
|
|
22
22
|
*/
|
|
@@ -90,7 +90,7 @@ function getDmsObjectBlobContentRespone(httpRequestFunction, follow, context, pa
|
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Factory for {@link getDmsObjectMainFile}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
93
|
-
* @typeparam T Return type of the getRepositories-function. A corresponding
|
|
93
|
+
* @typeparam T Return type of the getRepositories-function. A corresponding transformFunction has to be supplied.
|
|
94
94
|
* @internal
|
|
95
95
|
* @category DmsObject
|
|
96
96
|
*/
|
|
@@ -111,7 +111,7 @@ function _getDmsObjectMainFileFactory(httpRequestFunction, transformFunction) {
|
|
|
111
111
|
exports._getDmsObjectMainFileFactory = _getDmsObjectMainFileFactory;
|
|
112
112
|
/**
|
|
113
113
|
* Factory for {@link getDmsObjectPdfFile}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
114
|
-
* @typeparam T Return type of the getRepositories-function. A corresponding
|
|
114
|
+
* @typeparam T Return type of the getRepositories-function. A corresponding transformFunction has to be supplied.
|
|
115
115
|
* @internal
|
|
116
116
|
* @category DmsObject
|
|
117
117
|
*/
|
|
@@ -15,7 +15,7 @@ export interface LinkDmsObjectsParams {
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Factory for {@link linkDmsObjects}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
18
|
-
* @typeparam T Return type of the {@link linkDmsObjects}-function. A corresponding
|
|
18
|
+
* @typeparam T Return type of the {@link linkDmsObjects}-function. A corresponding transformFunction has to be supplied.
|
|
19
19
|
* @internal
|
|
20
20
|
* @category DmsObject
|
|
21
21
|
*/
|
|
@@ -40,7 +40,7 @@ exports.linkDmsObjects = exports._linkDmsObjectsFactory = void 0;
|
|
|
40
40
|
var internal_1 = require("../../internal");
|
|
41
41
|
/**
|
|
42
42
|
* Factory for {@link linkDmsObjects}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
43
|
-
* @typeparam T Return type of the {@link linkDmsObjects}-function. A corresponding
|
|
43
|
+
* @typeparam T Return type of the {@link linkDmsObjects}-function. A corresponding transformFunction has to be supplied.
|
|
44
44
|
* @internal
|
|
45
45
|
* @category DmsObject
|
|
46
46
|
*/
|
|
@@ -70,7 +70,7 @@ export interface SearchDmsObjectsResultPage {
|
|
|
70
70
|
export declare function _searchDmsObjectsDefaultTransformFunctionFactory(httpRequestFunction: (context: DvelopContext, config: HttpConfig) => Promise<HttpResponse>): (response: HttpResponse, context: DvelopContext, params: SearchDmsObjectsParams) => SearchDmsObjectsResultPage;
|
|
71
71
|
/**
|
|
72
72
|
* Factory for the {@link searchDmsObjects}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
73
|
-
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding
|
|
73
|
+
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding transformFunction has to be supplied.
|
|
74
74
|
* @internal
|
|
75
75
|
* @category DmsObject
|
|
76
76
|
*/
|
|
@@ -138,7 +138,7 @@ function formatProperties(properties) {
|
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* Factory for the {@link searchDmsObjects}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
141
|
-
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding
|
|
141
|
+
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding transformFunction has to be supplied.
|
|
142
142
|
* @internal
|
|
143
143
|
* @category DmsObject
|
|
144
144
|
*/
|
|
@@ -18,7 +18,7 @@ export interface StoreFileTemporarilyParams {
|
|
|
18
18
|
export declare function _storeFileTemporarilyDefaultTransformFunction(response: HttpResponse, _: DvelopContext, __: StoreFileTemporarilyParams): string;
|
|
19
19
|
/**
|
|
20
20
|
* Factory for the {@link storeFileFunction}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
21
|
-
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding
|
|
21
|
+
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding transformFunction has to be supplied.
|
|
22
22
|
* @internal
|
|
23
23
|
* @category DmsObject
|
|
24
24
|
*/
|
|
@@ -44,12 +44,12 @@ var http_1 = require("../../utils/http");
|
|
|
44
44
|
* @category DmsObject
|
|
45
45
|
*/
|
|
46
46
|
function _storeFileTemporarilyDefaultTransformFunction(response, _, __) {
|
|
47
|
-
return response.headers["location"];
|
|
47
|
+
return response.headers["location"] || "";
|
|
48
48
|
}
|
|
49
49
|
exports._storeFileTemporarilyDefaultTransformFunction = _storeFileTemporarilyDefaultTransformFunction;
|
|
50
50
|
/**
|
|
51
51
|
* Factory for the {@link storeFileFunction}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
52
|
-
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding
|
|
52
|
+
* @typeparam T Return type of the {@link storeFileFunction}-function. A corresponding transformFunction has to be supplied.
|
|
53
53
|
* @internal
|
|
54
54
|
* @category DmsObject
|
|
55
55
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store-file-temporarily.js","sourceRoot":"","sources":["../../../src/dms-objects/store-file-temporarily/store-file-temporarily.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,yCAAyF;AAazF;;;;GAIG;AACH,SAAgB,6CAA6C,CAAC,QAAsB,EAAE,CAAgB,EAAE,EAA8B;IACpI,OAAO,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"store-file-temporarily.js","sourceRoot":"","sources":["../../../src/dms-objects/store-file-temporarily/store-file-temporarily.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,yCAAyF;AAazF;;;;GAIG;AACH,SAAgB,6CAA6C,CAAC,QAAsB,EAAE,CAAgB,EAAE,EAA8B;IACpI,OAAO,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;AAC5C,CAAC;AAFD,sGAEC;AAED;;;;;GAKG;AACH,SAAgB,4BAA4B,CAC1C,mBAA0F,EAC1F,iBAA4G;IAF9G,iBAeC;IAXC,OAAO,UAAO,OAAsB,EAAE,MAAkC;;;;wBACvC,qBAAM,mBAAmB,CAAC,OAAO,EAAE;wBAChE,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,MAAM;wBACX,OAAO,EAAE,CAAC,MAAM,EAAE,eAAe,CAAC;wBAClC,SAAS,EAAE,EAAE,cAAc,EAAE,MAAM,CAAC,YAAY,EAAE;wBAClD,OAAO,EAAE,EAAE,cAAc,EAAE,0BAA0B,EAAE;wBACvD,IAAI,EAAE,MAAM,CAAC,OAAO;qBACrB,CAAC,EAAA;;oBAPI,QAAQ,GAAiB,SAO7B;oBACF,sBAAO,iBAAiB,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,EAAC;;;SACrD,CAAC;AACJ,CAAC;AAfD,oEAeC;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,0BAA0B;AAC1B,SAAsB,oBAAoB,CAAC,OAAsB,EAAE,MAAkC;;;YACnG,sBAAO,4BAA4B,CAAC,kCAA2B,EAAE,6CAA6C,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,EAAC;;;CAClI;AAFD,oDAEC"}
|
|
@@ -15,7 +15,7 @@ export interface UnlinkDmsObjectsParams {
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Factory for {@link unlinkDmsObjects}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
18
|
-
* @typeparam T Return type of the {@link unlinkDmsObjects}-function. A corresponding
|
|
18
|
+
* @typeparam T Return type of the {@link unlinkDmsObjects}-function. A corresponding transformFunction has to be supplied.
|
|
19
19
|
* @internal
|
|
20
20
|
* @category DmsObject
|
|
21
21
|
*/
|
|
@@ -40,7 +40,7 @@ exports.unlinkDmsObjects = exports._unlinkDmsObjectsFactory = void 0;
|
|
|
40
40
|
var internal_1 = require("../../internal");
|
|
41
41
|
/**
|
|
42
42
|
* Factory for {@link unlinkDmsObjects}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
43
|
-
* @typeparam T Return type of the {@link unlinkDmsObjects}-function. A corresponding
|
|
43
|
+
* @typeparam T Return type of the {@link unlinkDmsObjects}-function. A corresponding transformFunction has to be supplied.
|
|
44
44
|
* @internal
|
|
45
45
|
* @category DmsObject
|
|
46
46
|
*/
|
|
@@ -48,7 +48,7 @@ export declare function updateDmsObjectDefaultStoreFileFunction(context: DvelopC
|
|
|
48
48
|
}>;
|
|
49
49
|
/**
|
|
50
50
|
* Factory for the {@link updateDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
51
|
-
* @typeparam T Return type of the {@link updateDmsObject}-function. A corresponding
|
|
51
|
+
* @typeparam T Return type of the {@link updateDmsObject}-function. A corresponding transformFunction has to be supplied.
|
|
52
52
|
* @internal
|
|
53
53
|
* @category DmsObject
|
|
54
54
|
*/
|
|
@@ -70,7 +70,7 @@ function updateDmsObjectDefaultStoreFileFunction(context, params) {
|
|
|
70
70
|
exports.updateDmsObjectDefaultStoreFileFunction = updateDmsObjectDefaultStoreFileFunction;
|
|
71
71
|
/**
|
|
72
72
|
* Factory for the {@link updateDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
73
|
-
* @typeparam T Return type of the {@link updateDmsObject}-function. A corresponding
|
|
73
|
+
* @typeparam T Return type of the {@link updateDmsObject}-function. A corresponding transformFunction has to be supplied.
|
|
74
74
|
* @internal
|
|
75
75
|
* @category DmsObject
|
|
76
76
|
*/
|
|
@@ -2,7 +2,7 @@ import { DvelopContext } from "../../index";
|
|
|
2
2
|
import { HttpConfig, HttpResponse } from "../../utils/http";
|
|
3
3
|
export declare type DmsObjectStatus = "Processing" | "Verification" | "Release";
|
|
4
4
|
/**
|
|
5
|
-
* Parameters for the {@link
|
|
5
|
+
* Parameters for the {@link updateDmsObjectStatus}-function.
|
|
6
6
|
* @category DmsObject
|
|
7
7
|
*/
|
|
8
8
|
export interface UpdateDmsObjectStatusParams {
|
|
@@ -18,14 +18,14 @@ export interface UpdateDmsObjectStatusParams {
|
|
|
18
18
|
alterationText?: string;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* Default transform-function provided to the {@link
|
|
21
|
+
* Default transform-function provided to the {@link updateDmsObjectStatus}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
22
22
|
* @internal
|
|
23
23
|
* @category DmsObject
|
|
24
24
|
*/
|
|
25
25
|
export declare function _updateDmsObjectStatusDefaultTransformFunction(_: HttpResponse, __: DvelopContext, ___: UpdateDmsObjectStatusParams): void;
|
|
26
26
|
/**
|
|
27
27
|
* Factory for the {@link updateDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
28
|
-
* @typeparam T Return type of the {@link
|
|
28
|
+
* @typeparam T Return type of the {@link updateDmsObjectStatus}-function. A corresponding transformFunction has to be supplied.
|
|
29
29
|
* @internal
|
|
30
30
|
* @category DmsObject
|
|
31
31
|
*/
|
|
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.updateDmsObjectStatus = exports._updateDmsObjectStatusFactory = exports._updateDmsObjectStatusDefaultTransformFunction = void 0;
|
|
40
40
|
var http_1 = require("../../utils/http");
|
|
41
41
|
/**
|
|
42
|
-
* Default transform-function provided to the {@link
|
|
42
|
+
* Default transform-function provided to the {@link updateDmsObjectStatus}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
43
43
|
* @internal
|
|
44
44
|
* @category DmsObject
|
|
45
45
|
*/
|
|
@@ -47,7 +47,7 @@ function _updateDmsObjectStatusDefaultTransformFunction(_, __, ___) { } // no er
|
|
|
47
47
|
exports._updateDmsObjectStatusDefaultTransformFunction = _updateDmsObjectStatusDefaultTransformFunction;
|
|
48
48
|
/**
|
|
49
49
|
* Factory for the {@link updateDmsObject}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
50
|
-
* @typeparam T Return type of the {@link
|
|
50
|
+
* @typeparam T Return type of the {@link updateDmsObjectStatus}-function. A corresponding transformFunction has to be supplied.
|
|
51
51
|
* @internal
|
|
52
52
|
* @category DmsObject
|
|
53
53
|
*/
|
|
@@ -37,7 +37,7 @@ export interface DmsMapping {
|
|
|
37
37
|
export declare function _getDmsMappingDefaultTransformFunctionFactory(): (response: HttpResponse<any>, _context: DvelopContext, _params: GetMappingsParams) => DmsMapping[];
|
|
38
38
|
/**
|
|
39
39
|
* Factory for {@link getMappings}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
40
|
-
* @typeparam T Return type of the {@link getMappings}-function. A corresponding
|
|
40
|
+
* @typeparam T Return type of the {@link getMappings}-function. A corresponding transformFunction has to be supplied.
|
|
41
41
|
* @internal
|
|
42
42
|
* @category Mappings
|
|
43
43
|
*/
|
|
@@ -57,7 +57,7 @@ function _getDmsMappingDefaultTransformFunctionFactory() {
|
|
|
57
57
|
exports._getDmsMappingDefaultTransformFunctionFactory = _getDmsMappingDefaultTransformFunctionFactory;
|
|
58
58
|
/**
|
|
59
59
|
* Factory for {@link getMappings}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
60
|
-
* @typeparam T Return type of the {@link getMappings}-function. A corresponding
|
|
60
|
+
* @typeparam T Return type of the {@link getMappings}-function. A corresponding transformFunction has to be supplied.
|
|
61
61
|
* @internal
|
|
62
62
|
* @category Mappings
|
|
63
63
|
*/
|
|
@@ -9,7 +9,7 @@ import { Repository } from "../get-repository/get-repository";
|
|
|
9
9
|
export declare function _getRepositoriesDefaultTransformFunction(response: HttpResponse, _: DvelopContext): Repository[];
|
|
10
10
|
/**
|
|
11
11
|
* Factory for {@link getRepositories}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
12
|
-
* @typeparam T Return type of the getRepositories-function. A corresponding
|
|
12
|
+
* @typeparam T Return type of the getRepositories-function. A corresponding transformFunction has to be supplied.
|
|
13
13
|
* @internal
|
|
14
14
|
* @category Repository
|
|
15
15
|
*/
|
|
@@ -55,7 +55,7 @@ function _getRepositoriesDefaultTransformFunction(response, _) {
|
|
|
55
55
|
exports._getRepositoriesDefaultTransformFunction = _getRepositoriesDefaultTransformFunction;
|
|
56
56
|
/**
|
|
57
57
|
* Factory for {@link getRepositories}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
58
|
-
* @typeparam T Return type of the getRepositories-function. A corresponding
|
|
58
|
+
* @typeparam T Return type of the getRepositories-function. A corresponding transformFunction has to be supplied.
|
|
59
59
|
* @internal
|
|
60
60
|
* @category Repository
|
|
61
61
|
*/
|
|
@@ -28,7 +28,7 @@ export interface Repository {
|
|
|
28
28
|
export declare function _getRepositoryDefaultTransformFunction(response: HttpResponse, _: DvelopContext, __: GetRepositoryParams): Repository;
|
|
29
29
|
/**
|
|
30
30
|
* Factory for the {@link getRepository}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
31
|
-
* @typeparam T Return type of the {@link getRepository}-function. A corresponding
|
|
31
|
+
* @typeparam T Return type of the {@link getRepository}-function. A corresponding transformFunction has to be supplied.
|
|
32
32
|
* @internal
|
|
33
33
|
* @category Repository
|
|
34
34
|
*/
|
|
@@ -54,7 +54,7 @@ function _getRepositoryDefaultTransformFunction(response, _, __) {
|
|
|
54
54
|
exports._getRepositoryDefaultTransformFunction = _getRepositoryDefaultTransformFunction;
|
|
55
55
|
/**
|
|
56
56
|
* Factory for the {@link getRepository}-function. See [Advanced Topics](https://github.com/d-velop/dvelop-sdk-node#advanced-topics) for more information.
|
|
57
|
-
* @typeparam T Return type of the {@link getRepository}-function. A corresponding
|
|
57
|
+
* @typeparam T Return type of the {@link getRepository}-function. A corresponding transformFunction has to be supplied.
|
|
58
58
|
* @internal
|
|
59
59
|
* @category Repository
|
|
60
60
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dvelop-sdk/dms",
|
|
3
3
|
"description": "This package contains functionality for the DMS-App in the d.velop cloud.",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"license": "license-checker --production --onlyAllow Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@dvelop-sdk/core": "^2.1.
|
|
26
|
+
"@dvelop-sdk/core": "^2.1.3"
|
|
27
27
|
}
|
|
28
28
|
}
|