@appsemble/types 0.20.22 → 0.20.24
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 +4 -4
- package/index.d.ts +2 -2
- package/index.ts +2 -2
- package/package.json +1 -1
- package/theme.d.ts +1 -1
- package/theme.ts +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#  Appsemble Types
|
|
2
2
|
|
|
3
3
|
> Reusable TypeScript types
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@appsemble/types)
|
|
6
|
-
[](https://gitlab.com/appsemble/appsemble/-/releases/0.20.24)
|
|
7
|
+
[](https://codecov.io/gl/appsemble/appsemble)
|
|
8
8
|
[](https://prettier.io)
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
@@ -21,5 +21,5 @@ not guaranteed.
|
|
|
21
21
|
|
|
22
22
|
## License
|
|
23
23
|
|
|
24
|
-
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.20.
|
|
24
|
+
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.20.24/LICENSE.md) ©
|
|
25
25
|
[Appsemble](https://appsemble.com)
|
package/index.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export interface BlockDefinition {
|
|
|
74
74
|
*/
|
|
75
75
|
theme?: Partial<Theme>;
|
|
76
76
|
/**
|
|
77
|
-
* A free form mapping of named
|
|
77
|
+
* A free form mapping of named parameters.
|
|
78
78
|
*
|
|
79
79
|
* The exact meaning of the parameters depends on the block type.
|
|
80
80
|
*/
|
|
@@ -1555,7 +1555,7 @@ export interface Organization {
|
|
|
1555
1555
|
iconUrl: string;
|
|
1556
1556
|
}
|
|
1557
1557
|
/**
|
|
1558
|
-
* An invite for an
|
|
1558
|
+
* An invite for an organization.
|
|
1559
1559
|
*/
|
|
1560
1560
|
export interface OrganizationInvite {
|
|
1561
1561
|
/**
|
package/index.ts
CHANGED
|
@@ -92,7 +92,7 @@ export interface BlockDefinition {
|
|
|
92
92
|
theme?: Partial<Theme>;
|
|
93
93
|
|
|
94
94
|
/**
|
|
95
|
-
* A free form mapping of named
|
|
95
|
+
* A free form mapping of named parameters.
|
|
96
96
|
*
|
|
97
97
|
* The exact meaning of the parameters depends on the block type.
|
|
98
98
|
*/
|
|
@@ -1913,7 +1913,7 @@ export interface Organization {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
|
|
1915
1915
|
/**
|
|
1916
|
-
* An invite for an
|
|
1916
|
+
* An invite for an organization.
|
|
1917
1917
|
*/
|
|
1918
1918
|
export interface OrganizationInvite {
|
|
1919
1919
|
/**
|
package/package.json
CHANGED
package/theme.d.ts
CHANGED