@rocket.chat/rest-typings 7.5.0-rc.1 → 7.5.0-rc.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/dist/v1/calendar/CalendarEventCreateProps.d.ts +2 -0
- package/dist/v1/calendar/CalendarEventCreateProps.d.ts.map +1 -1
- package/dist/v1/calendar/CalendarEventCreateProps.js +8 -0
- package/dist/v1/calendar/CalendarEventCreateProps.js.map +1 -1
- package/dist/v1/calendar/CalendarEventImportProps.d.ts +2 -0
- package/dist/v1/calendar/CalendarEventImportProps.d.ts.map +1 -1
- package/dist/v1/calendar/CalendarEventImportProps.js +8 -0
- package/dist/v1/calendar/CalendarEventImportProps.js.map +1 -1
- package/dist/v1/calendar/CalendarEventUpdateProps.d.ts +2 -0
- package/dist/v1/calendar/CalendarEventUpdateProps.d.ts.map +1 -1
- package/dist/v1/calendar/CalendarEventUpdateProps.js +8 -0
- package/dist/v1/calendar/CalendarEventUpdateProps.js.map +1 -1
- package/package.json +2 -2
@@ -1,10 +1,12 @@
|
|
1
1
|
export type CalendarEventCreateProps = {
|
2
2
|
startTime: string;
|
3
|
+
endTime?: string;
|
3
4
|
externalId?: string;
|
4
5
|
subject: string;
|
5
6
|
description: string;
|
6
7
|
meetingUrl?: string;
|
7
8
|
reminderMinutesBeforeStart?: number;
|
9
|
+
busy?: boolean;
|
8
10
|
};
|
9
11
|
export declare const isCalendarEventCreateProps: import("ajv").ValidateFunction<CalendarEventCreateProps>;
|
10
12
|
//# sourceMappingURL=CalendarEventCreateProps.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarEventCreateProps.d.ts","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventCreateProps.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"CalendarEventCreateProps.d.ts","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventCreateProps.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,IAAI,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AA0CF,eAAO,MAAM,0BAA0B,0DAA8C,CAAC"}
|
@@ -7,6 +7,10 @@ const calendarEventCreatePropsSchema = {
|
|
7
7
|
type: 'string',
|
8
8
|
nullable: false,
|
9
9
|
},
|
10
|
+
endTime: {
|
11
|
+
type: 'string',
|
12
|
+
nullable: true,
|
13
|
+
},
|
10
14
|
externalId: {
|
11
15
|
type: 'string',
|
12
16
|
nullable: true,
|
@@ -27,6 +31,10 @@ const calendarEventCreatePropsSchema = {
|
|
27
31
|
type: 'number',
|
28
32
|
nullable: true,
|
29
33
|
},
|
34
|
+
busy: {
|
35
|
+
type: 'boolean',
|
36
|
+
nullable: true,
|
37
|
+
},
|
30
38
|
},
|
31
39
|
required: ['startTime', 'subject', 'description'],
|
32
40
|
additionalProperties: false,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarEventCreateProps.js","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventCreateProps.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;
|
1
|
+
{"version":3,"file":"CalendarEventCreateProps.js","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventCreateProps.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;AAatB,MAAM,8BAA8B,GAA6C;IAChF,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACX,SAAS,EAAE;YACV,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,UAAU,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,WAAW,EAAE;YACZ,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,UAAU,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,0BAA0B,EAAE;YAC3B,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,IAAI,EAAE;YACL,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;SACd;KACD;IACD,QAAQ,EAAE,CAAC,WAAW,EAAE,SAAS,EAAE,aAAa,CAAC;IACjD,oBAAoB,EAAE,KAAK;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC"}
|
@@ -1,10 +1,12 @@
|
|
1
1
|
export type CalendarEventImportProps = {
|
2
2
|
startTime: string;
|
3
|
+
endTime?: string;
|
3
4
|
externalId: string;
|
4
5
|
subject: string;
|
5
6
|
description: string;
|
6
7
|
meetingUrl?: string;
|
7
8
|
reminderMinutesBeforeStart?: number;
|
9
|
+
busy?: boolean;
|
8
10
|
};
|
9
11
|
export declare const isCalendarEventImportProps: import("ajv").ValidateFunction<CalendarEventImportProps>;
|
10
12
|
//# sourceMappingURL=CalendarEventImportProps.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarEventImportProps.d.ts","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventImportProps.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"CalendarEventImportProps.d.ts","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventImportProps.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,wBAAwB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,IAAI,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AA0CF,eAAO,MAAM,0BAA0B,0DAA8C,CAAC"}
|
@@ -7,6 +7,10 @@ const calendarEventImportPropsSchema = {
|
|
7
7
|
type: 'string',
|
8
8
|
nullable: false,
|
9
9
|
},
|
10
|
+
endTime: {
|
11
|
+
type: 'string',
|
12
|
+
nullable: true,
|
13
|
+
},
|
10
14
|
externalId: {
|
11
15
|
type: 'string',
|
12
16
|
nullable: false,
|
@@ -27,6 +31,10 @@ const calendarEventImportPropsSchema = {
|
|
27
31
|
type: 'number',
|
28
32
|
nullable: true,
|
29
33
|
},
|
34
|
+
busy: {
|
35
|
+
type: 'boolean',
|
36
|
+
nullable: true,
|
37
|
+
},
|
30
38
|
},
|
31
39
|
required: ['startTime', 'externalId', 'subject', 'description'],
|
32
40
|
additionalProperties: false,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarEventImportProps.js","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventImportProps.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;
|
1
|
+
{"version":3,"file":"CalendarEventImportProps.js","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventImportProps.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;AAatB,MAAM,8BAA8B,GAA6C;IAChF,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACX,SAAS,EAAE;YACV,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,UAAU,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,WAAW,EAAE;YACZ,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,UAAU,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,0BAA0B,EAAE;YAC3B,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,IAAI,EAAE;YACL,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;SACd;KACD;IACD,QAAQ,EAAE,CAAC,WAAW,EAAE,YAAY,EAAE,SAAS,EAAE,aAAa,CAAC;IAC/D,oBAAoB,EAAE,KAAK;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC"}
|
@@ -2,10 +2,12 @@ import type { ICalendarEvent } from '@rocket.chat/core-typings';
|
|
2
2
|
export type CalendarEventUpdateProps = {
|
3
3
|
eventId: ICalendarEvent['_id'];
|
4
4
|
startTime: string;
|
5
|
+
endTime?: string;
|
5
6
|
subject: string;
|
6
7
|
description: string;
|
7
8
|
meetingUrl?: string;
|
8
9
|
reminderMinutesBeforeStart?: number;
|
10
|
+
busy?: boolean;
|
9
11
|
};
|
10
12
|
export declare const isCalendarEventUpdateProps: import("ajv").ValidateFunction<CalendarEventUpdateProps>;
|
11
13
|
//# sourceMappingURL=CalendarEventUpdateProps.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarEventUpdateProps.d.ts","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventUpdateProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAMhE,MAAM,MAAM,wBAAwB,GAAG;IACtC,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"CalendarEventUpdateProps.d.ts","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventUpdateProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAMhE,MAAM,MAAM,wBAAwB,GAAG;IACtC,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,IAAI,CAAC,EAAE,OAAO,CAAC;CACf,CAAC;AA0CF,eAAO,MAAM,0BAA0B,0DAA8C,CAAC"}
|
@@ -11,6 +11,10 @@ const calendarEventUpdatePropsSchema = {
|
|
11
11
|
type: 'string',
|
12
12
|
nullable: false,
|
13
13
|
},
|
14
|
+
endTime: {
|
15
|
+
type: 'string',
|
16
|
+
nullable: true,
|
17
|
+
},
|
14
18
|
subject: {
|
15
19
|
type: 'string',
|
16
20
|
nullable: false,
|
@@ -27,6 +31,10 @@ const calendarEventUpdatePropsSchema = {
|
|
27
31
|
type: 'number',
|
28
32
|
nullable: true,
|
29
33
|
},
|
34
|
+
busy: {
|
35
|
+
type: 'boolean',
|
36
|
+
nullable: true,
|
37
|
+
},
|
30
38
|
},
|
31
39
|
required: ['eventId', 'startTime', 'subject', 'description'],
|
32
40
|
additionalProperties: false,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarEventUpdateProps.js","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventUpdateProps.ts"],"names":[],"mappings":"AAEA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;
|
1
|
+
{"version":3,"file":"CalendarEventUpdateProps.js","sourceRoot":"","sources":["../../../src/v1/calendar/CalendarEventUpdateProps.ts"],"names":[],"mappings":"AAEA,OAAO,GAAG,MAAM,KAAK,CAAC;AAEtB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,CAAC;AAatB,MAAM,8BAA8B,GAA6C;IAChF,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,SAAS,EAAE;YACV,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,OAAO,EAAE;YACR,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,WAAW,EAAE;YACZ,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,KAAK;SACf;QACD,UAAU,EAAE;YACX,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,0BAA0B,EAAE;YAC3B,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACd;QACD,IAAI,EAAE;YACL,IAAI,EAAE,SAAS;YACf,QAAQ,EAAE,IAAI;SACd;KACD;IACD,QAAQ,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,aAAa,CAAC;IAC5D,oBAAoB,EAAE,KAAK;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAC,OAAO,CAAC,8BAA8B,CAAC,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rocket.chat/rest-typings",
|
3
|
-
"version": "7.5.0-rc.
|
3
|
+
"version": "7.5.0-rc.2",
|
4
4
|
"devDependencies": {
|
5
5
|
"@rocket.chat/apps-engine": "^1.50.0-rc.0",
|
6
6
|
"@rocket.chat/eslint-config": "~0.7.0",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"/dist"
|
25
25
|
],
|
26
26
|
"dependencies": {
|
27
|
-
"@rocket.chat/core-typings": "^7.5.0-rc.
|
27
|
+
"@rocket.chat/core-typings": "^7.5.0-rc.2",
|
28
28
|
"@rocket.chat/message-parser": "^0.31.32-rc.0",
|
29
29
|
"@rocket.chat/ui-kit": "~0.37.0",
|
30
30
|
"ajv": "^8.17.1",
|