gubo-data-types 0.1.24 → 0.1.25

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.
@@ -4,21 +4,7 @@ exports.DEFAULT_REACTION_ROLES = void 0;
4
4
  exports.DEFAULT_REACTION_ROLES = {
5
5
  enabled: false,
6
6
  useAutoSetup: false,
7
- panels: [
8
- {
9
- id: null,
10
- channelId: null,
11
- messageId: null,
12
- entries: [
13
- {
14
- emoji: null,
15
- roleId: null,
16
- removeOnUnreact: false
17
- }
18
- ],
19
- allowMulti: false
20
- }
21
- ],
7
+ panels: [],
22
8
  updatedAt: null,
23
9
  updatedBy: null,
24
10
  version: 0,
@@ -12,7 +12,6 @@ export interface TicketsPluginConfig {
12
12
  panelMessage?: string | null;
13
13
  panelButtonLabel?: string | null;
14
14
  panelCreatorsMode?: 'admin' | 'supportRoles';
15
- categoryId?: string | null;
16
15
  supportRoleIds?: string[];
17
16
  logChannelId?: string | null;
18
17
  transcriptsEnabled?: boolean;
@@ -10,7 +10,6 @@ exports.DEFAULT_TICKETS = {
10
10
  panelMessage: 'Press the button to open a ticket with the staff.',
11
11
  panelButtonLabel: 'Open ticket',
12
12
  panelCreatorsMode: 'admin',
13
- categoryId: null,
14
13
  supportRoleIds: [],
15
14
  logChannelId: null,
16
15
  transcriptsEnabled: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gubo-data-types",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Shared type definitions and defaults for GUBO Discord Bot (no firebase-admin dependency)",
5
5
  "license": "MIT",
6
6
  "private": false,