@gooddata/sdk-backend-spi 10.29.0-alpha.26 → 10.29.0-alpha.28
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.
|
@@ -63,11 +63,11 @@ export interface IOrganizationSettingsService {
|
|
|
63
63
|
/**
|
|
64
64
|
* Sets attachment size limit sent to email for organization.
|
|
65
65
|
*
|
|
66
|
-
* @param size - the size in
|
|
66
|
+
* @param size - the size in bytes.
|
|
67
67
|
*
|
|
68
68
|
* @returns promise
|
|
69
69
|
*/
|
|
70
|
-
setAttachmentSizeLimit(size:
|
|
70
|
+
setAttachmentSizeLimit(size: number): Promise<void>;
|
|
71
71
|
/**
|
|
72
72
|
* Sets first day of week for organization.
|
|
73
73
|
*
|
package/esm/sdk-backend-spi.d.ts
CHANGED
|
@@ -3246,11 +3246,11 @@ export declare interface IOrganizationSettingsService {
|
|
|
3246
3246
|
/**
|
|
3247
3247
|
* Sets attachment size limit sent to email for organization.
|
|
3248
3248
|
*
|
|
3249
|
-
* @param size - the size in
|
|
3249
|
+
* @param size - the size in bytes.
|
|
3250
3250
|
*
|
|
3251
3251
|
* @returns promise
|
|
3252
3252
|
*/
|
|
3253
|
-
setAttachmentSizeLimit(size:
|
|
3253
|
+
setAttachmentSizeLimit(size: number): Promise<void>;
|
|
3254
3254
|
/**
|
|
3255
3255
|
* Sets first day of week for organization.
|
|
3256
3256
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-spi",
|
|
3
|
-
"version": "10.29.0-alpha.
|
|
3
|
+
"version": "10.29.0-alpha.28",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData Backend SPI abstraction interfaces",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
25
|
"ts-invariant": "^0.7.5",
|
|
26
26
|
"tslib": "^2.5.0",
|
|
27
|
-
"@gooddata/sdk-model": "10.29.0-alpha.
|
|
27
|
+
"@gooddata/sdk-model": "10.29.0-alpha.28"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gooddata/eslint-config": "^4.1.1",
|