@discordjs/builders 0.7.0 → 0.8.0
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/LICENSE +1 -0
- package/README.md +28 -8
- package/dist/index.d.ts +818 -17
- package/dist/index.js +4 -21
- package/dist/index.js.map +7 -1
- package/dist/index.mjs +4 -38
- package/dist/index.mjs.map +7 -0
- package/package.json +53 -41
- package/dist/index.d.ts.map +0 -1
- package/dist/interactions/contextMenuCommands/Assertions.d.ts +0 -6
- package/dist/interactions/contextMenuCommands/Assertions.d.ts.map +0 -1
- package/dist/interactions/contextMenuCommands/Assertions.js +0 -32
- package/dist/interactions/contextMenuCommands/Assertions.js.map +0 -1
- package/dist/interactions/contextMenuCommands/ContextMenuCommandBuilder.d.ts +0 -43
- package/dist/interactions/contextMenuCommands/ContextMenuCommandBuilder.d.ts.map +0 -1
- package/dist/interactions/contextMenuCommands/ContextMenuCommandBuilder.js +0 -85
- package/dist/interactions/contextMenuCommands/ContextMenuCommandBuilder.js.map +0 -1
- package/dist/interactions/slashCommands/Assertions.d.ts +0 -12
- package/dist/interactions/slashCommands/Assertions.d.ts.map +0 -1
- package/dist/interactions/slashCommands/Assertions.js +0 -63
- package/dist/interactions/slashCommands/Assertions.js.map +0 -1
- package/dist/interactions/slashCommands/SlashCommandBuilder.d.ts +0 -58
- package/dist/interactions/slashCommands/SlashCommandBuilder.d.ts.map +0 -1
- package/dist/interactions/slashCommands/SlashCommandBuilder.js +0 -113
- package/dist/interactions/slashCommands/SlashCommandBuilder.js.map +0 -1
- package/dist/interactions/slashCommands/SlashCommandSubcommands.d.ts +0 -54
- package/dist/interactions/slashCommands/SlashCommandSubcommands.d.ts.map +0 -1
- package/dist/interactions/slashCommands/SlashCommandSubcommands.js +0 -123
- package/dist/interactions/slashCommands/SlashCommandSubcommands.js.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandChannelOptionBase.d.ts +0 -18
- package/dist/interactions/slashCommands/mixins/CommandChannelOptionBase.d.ts.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandChannelOptionBase.js +0 -58
- package/dist/interactions/slashCommands/mixins/CommandChannelOptionBase.js.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandOptionBase.d.ts +0 -15
- package/dist/interactions/slashCommands/mixins/CommandOptionBase.d.ts.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandOptionBase.js +0 -48
- package/dist/interactions/slashCommands/mixins/CommandOptionBase.js.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandOptionWithChoices.d.ts +0 -49
- package/dist/interactions/slashCommands/mixins/CommandOptionWithChoices.d.ts.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandOptionWithChoices.js +0 -71
- package/dist/interactions/slashCommands/mixins/CommandOptionWithChoices.js.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandOptions.d.ts +0 -54
- package/dist/interactions/slashCommands/mixins/CommandOptions.d.ts.map +0 -1
- package/dist/interactions/slashCommands/mixins/CommandOptions.js +0 -91
- package/dist/interactions/slashCommands/mixins/CommandOptions.js.map +0 -1
- package/dist/interactions/slashCommands/mixins/NameAndDescription.d.ts +0 -15
- package/dist/interactions/slashCommands/mixins/NameAndDescription.d.ts.map +0 -1
- package/dist/interactions/slashCommands/mixins/NameAndDescription.js +0 -42
- package/dist/interactions/slashCommands/mixins/NameAndDescription.js.map +0 -1
- package/dist/interactions/slashCommands/options/boolean.d.ts +0 -7
- package/dist/interactions/slashCommands/options/boolean.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/boolean.js +0 -18
- package/dist/interactions/slashCommands/options/boolean.js.map +0 -1
- package/dist/interactions/slashCommands/options/channel.d.ts +0 -7
- package/dist/interactions/slashCommands/options/channel.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/channel.js +0 -18
- package/dist/interactions/slashCommands/options/channel.js.map +0 -1
- package/dist/interactions/slashCommands/options/integer.d.ts +0 -7
- package/dist/interactions/slashCommands/options/integer.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/integer.js +0 -18
- package/dist/interactions/slashCommands/options/integer.js.map +0 -1
- package/dist/interactions/slashCommands/options/mentionable.d.ts +0 -7
- package/dist/interactions/slashCommands/options/mentionable.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/mentionable.js +0 -18
- package/dist/interactions/slashCommands/options/mentionable.js.map +0 -1
- package/dist/interactions/slashCommands/options/number.d.ts +0 -7
- package/dist/interactions/slashCommands/options/number.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/number.js +0 -18
- package/dist/interactions/slashCommands/options/number.js.map +0 -1
- package/dist/interactions/slashCommands/options/role.d.ts +0 -7
- package/dist/interactions/slashCommands/options/role.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/role.js +0 -18
- package/dist/interactions/slashCommands/options/role.js.map +0 -1
- package/dist/interactions/slashCommands/options/string.d.ts +0 -7
- package/dist/interactions/slashCommands/options/string.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/string.js +0 -18
- package/dist/interactions/slashCommands/options/string.js.map +0 -1
- package/dist/interactions/slashCommands/options/user.d.ts +0 -7
- package/dist/interactions/slashCommands/options/user.d.ts.map +0 -1
- package/dist/interactions/slashCommands/options/user.js +0 -18
- package/dist/interactions/slashCommands/options/user.js.map +0 -1
- package/dist/messages/embed/Assertions.d.ts +0 -23
- package/dist/messages/embed/Assertions.d.ts.map +0 -1
- package/dist/messages/embed/Assertions.js +0 -26
- package/dist/messages/embed/Assertions.js.map +0 -1
- package/dist/messages/embed/Embed.d.ts +0 -140
- package/dist/messages/embed/Embed.d.ts.map +0 -1
- package/dist/messages/embed/Embed.js +0 -300
- package/dist/messages/embed/Embed.js.map +0 -1
- package/dist/messages/formatters.d.ts +0 -198
- package/dist/messages/formatters.d.ts.map +0 -1
- package/dist/messages/formatters.js +0 -181
- package/dist/messages/formatters.js.map +0 -1
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApplicationCommandOptionType } from 'discord-api-types/v9';
|
|
2
|
-
import { ApplicationCommandOptionWithChoicesBase } from '../mixins/CommandOptionWithChoices';
|
|
3
|
-
export declare class SlashCommandIntegerOption extends ApplicationCommandOptionWithChoicesBase<number> {
|
|
4
|
-
readonly type: ApplicationCommandOptionType.Integer;
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=integer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integer.d.ts","sourceRoot":"/","sources":["interactions/slashCommands/options/integer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,uCAAuC,EAAE,MAAM,oCAAoC,CAAC;AAE7F,qBAAa,yBAA0B,SAAQ,uCAAuC,CAAC,MAAM,CAAC;IAC7F,SAAyB,IAAI,uCAAiD;;CAK9E"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlashCommandIntegerOption = void 0;
|
|
4
|
-
require("discord-api-types/v9");
|
|
5
|
-
const CommandOptionWithChoices_1 = require("../mixins/CommandOptionWithChoices");
|
|
6
|
-
class SlashCommandIntegerOption extends CommandOptionWithChoices_1.ApplicationCommandOptionWithChoicesBase {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(4 /* Integer */);
|
|
9
|
-
Object.defineProperty(this, "type", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
configurable: true,
|
|
12
|
-
writable: true,
|
|
13
|
-
value: 4 /* Integer */
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.SlashCommandIntegerOption = SlashCommandIntegerOption;
|
|
18
|
-
//# sourceMappingURL=integer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integer.js","sourceRoot":"/","sources":["interactions/slashCommands/options/integer.ts"],"names":[],"mappings":";;;AAAA,gCAAoE;AACpE,iFAA6F;AAE7F,MAAa,yBAA0B,SAAQ,kEAA+C;IAG7F;QACC,KAAK,iBAAsC,CAAC;QAH7C;;;;mBAAgC,eAA6C;WAAC;IAI9E,CAAC;CACD;AAND,8DAMC","sourcesContent":["import { ApplicationCommandOptionType } from 'discord-api-types/v9';\nimport { ApplicationCommandOptionWithChoicesBase } from '../mixins/CommandOptionWithChoices';\n\nexport class SlashCommandIntegerOption extends ApplicationCommandOptionWithChoicesBase<number> {\n\tpublic override readonly type = ApplicationCommandOptionType.Integer as const;\n\n\tpublic constructor() {\n\t\tsuper(ApplicationCommandOptionType.Integer);\n\t}\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApplicationCommandOptionType } from 'discord-api-types/v9';
|
|
2
|
-
import { SlashCommandOptionBase } from '../mixins/CommandOptionBase';
|
|
3
|
-
export declare class SlashCommandMentionableOption extends SlashCommandOptionBase {
|
|
4
|
-
readonly type: ApplicationCommandOptionType.Mentionable;
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=mentionable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mentionable.d.ts","sourceRoot":"/","sources":["interactions/slashCommands/options/mentionable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBAAa,6BAA8B,SAAQ,sBAAsB;IACxE,SAAyB,IAAI,2CAAqD;;CAKlF"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlashCommandMentionableOption = void 0;
|
|
4
|
-
require("discord-api-types/v9");
|
|
5
|
-
const CommandOptionBase_1 = require("../mixins/CommandOptionBase");
|
|
6
|
-
class SlashCommandMentionableOption extends CommandOptionBase_1.SlashCommandOptionBase {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(9 /* Mentionable */);
|
|
9
|
-
Object.defineProperty(this, "type", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
configurable: true,
|
|
12
|
-
writable: true,
|
|
13
|
-
value: 9 /* Mentionable */
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.SlashCommandMentionableOption = SlashCommandMentionableOption;
|
|
18
|
-
//# sourceMappingURL=mentionable.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mentionable.js","sourceRoot":"/","sources":["interactions/slashCommands/options/mentionable.ts"],"names":[],"mappings":";;;AAAA,gCAAoE;AACpE,mEAAqE;AAErE,MAAa,6BAA8B,SAAQ,0CAAsB;IAGxE;QACC,KAAK,qBAA0C,CAAC;QAHjD;;;;mBAAgC,mBAAiD;WAAC;IAIlF,CAAC;CACD;AAND,sEAMC","sourcesContent":["import { ApplicationCommandOptionType } from 'discord-api-types/v9';\nimport { SlashCommandOptionBase } from '../mixins/CommandOptionBase';\n\nexport class SlashCommandMentionableOption extends SlashCommandOptionBase {\n\tpublic override readonly type = ApplicationCommandOptionType.Mentionable as const;\n\n\tpublic constructor() {\n\t\tsuper(ApplicationCommandOptionType.Mentionable);\n\t}\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApplicationCommandOptionType } from 'discord-api-types/v9';
|
|
2
|
-
import { ApplicationCommandOptionWithChoicesBase } from '../mixins/CommandOptionWithChoices';
|
|
3
|
-
export declare class SlashCommandNumberOption extends ApplicationCommandOptionWithChoicesBase<number> {
|
|
4
|
-
readonly type: ApplicationCommandOptionType.Number;
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=number.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"number.d.ts","sourceRoot":"/","sources":["interactions/slashCommands/options/number.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,uCAAuC,EAAE,MAAM,oCAAoC,CAAC;AAE7F,qBAAa,wBAAyB,SAAQ,uCAAuC,CAAC,MAAM,CAAC;IAC5F,SAAyB,IAAI,sCAAgD;;CAK7E"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlashCommandNumberOption = void 0;
|
|
4
|
-
require("discord-api-types/v9");
|
|
5
|
-
const CommandOptionWithChoices_1 = require("../mixins/CommandOptionWithChoices");
|
|
6
|
-
class SlashCommandNumberOption extends CommandOptionWithChoices_1.ApplicationCommandOptionWithChoicesBase {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(10 /* Number */);
|
|
9
|
-
Object.defineProperty(this, "type", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
configurable: true,
|
|
12
|
-
writable: true,
|
|
13
|
-
value: 10 /* Number */
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.SlashCommandNumberOption = SlashCommandNumberOption;
|
|
18
|
-
//# sourceMappingURL=number.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"number.js","sourceRoot":"/","sources":["interactions/slashCommands/options/number.ts"],"names":[],"mappings":";;;AAAA,gCAAoE;AACpE,iFAA6F;AAE7F,MAAa,wBAAyB,SAAQ,kEAA+C;IAG5F;QACC,KAAK,iBAAqC,CAAC;QAH5C;;;;mBAAgC,eAA4C;WAAC;IAI7E,CAAC;CACD;AAND,4DAMC","sourcesContent":["import { ApplicationCommandOptionType } from 'discord-api-types/v9';\nimport { ApplicationCommandOptionWithChoicesBase } from '../mixins/CommandOptionWithChoices';\n\nexport class SlashCommandNumberOption extends ApplicationCommandOptionWithChoicesBase<number> {\n\tpublic override readonly type = ApplicationCommandOptionType.Number as const;\n\n\tpublic constructor() {\n\t\tsuper(ApplicationCommandOptionType.Number);\n\t}\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApplicationCommandOptionType } from 'discord-api-types/v9';
|
|
2
|
-
import { SlashCommandOptionBase } from '../mixins/CommandOptionBase';
|
|
3
|
-
export declare class SlashCommandRoleOption extends SlashCommandOptionBase {
|
|
4
|
-
readonly type: ApplicationCommandOptionType.Role;
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=role.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"role.d.ts","sourceRoot":"/","sources":["interactions/slashCommands/options/role.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBAAa,sBAAuB,SAAQ,sBAAsB;IACjE,SAAyB,IAAI,oCAA8C;;CAK3E"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlashCommandRoleOption = void 0;
|
|
4
|
-
require("discord-api-types/v9");
|
|
5
|
-
const CommandOptionBase_1 = require("../mixins/CommandOptionBase");
|
|
6
|
-
class SlashCommandRoleOption extends CommandOptionBase_1.SlashCommandOptionBase {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(8 /* Role */);
|
|
9
|
-
Object.defineProperty(this, "type", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
configurable: true,
|
|
12
|
-
writable: true,
|
|
13
|
-
value: 8 /* Role */
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.SlashCommandRoleOption = SlashCommandRoleOption;
|
|
18
|
-
//# sourceMappingURL=role.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"role.js","sourceRoot":"/","sources":["interactions/slashCommands/options/role.ts"],"names":[],"mappings":";;;AAAA,gCAAoE;AACpE,mEAAqE;AAErE,MAAa,sBAAuB,SAAQ,0CAAsB;IAGjE;QACC,KAAK,cAAmC,CAAC;QAH1C;;;;mBAAgC,YAA0C;WAAC;IAI3E,CAAC;CACD;AAND,wDAMC","sourcesContent":["import { ApplicationCommandOptionType } from 'discord-api-types/v9';\nimport { SlashCommandOptionBase } from '../mixins/CommandOptionBase';\n\nexport class SlashCommandRoleOption extends SlashCommandOptionBase {\n\tpublic override readonly type = ApplicationCommandOptionType.Role as const;\n\n\tpublic constructor() {\n\t\tsuper(ApplicationCommandOptionType.Role);\n\t}\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApplicationCommandOptionType } from 'discord-api-types/v9';
|
|
2
|
-
import { ApplicationCommandOptionWithChoicesBase } from '../mixins/CommandOptionWithChoices';
|
|
3
|
-
export declare class SlashCommandStringOption extends ApplicationCommandOptionWithChoicesBase<string> {
|
|
4
|
-
readonly type: ApplicationCommandOptionType.String;
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=string.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"string.d.ts","sourceRoot":"/","sources":["interactions/slashCommands/options/string.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,uCAAuC,EAAE,MAAM,oCAAoC,CAAC;AAE7F,qBAAa,wBAAyB,SAAQ,uCAAuC,CAAC,MAAM,CAAC;IAC5F,SAAyB,IAAI,sCAAgD;;CAK7E"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlashCommandStringOption = void 0;
|
|
4
|
-
require("discord-api-types/v9");
|
|
5
|
-
const CommandOptionWithChoices_1 = require("../mixins/CommandOptionWithChoices");
|
|
6
|
-
class SlashCommandStringOption extends CommandOptionWithChoices_1.ApplicationCommandOptionWithChoicesBase {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(3 /* String */);
|
|
9
|
-
Object.defineProperty(this, "type", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
configurable: true,
|
|
12
|
-
writable: true,
|
|
13
|
-
value: 3 /* String */
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.SlashCommandStringOption = SlashCommandStringOption;
|
|
18
|
-
//# sourceMappingURL=string.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"string.js","sourceRoot":"/","sources":["interactions/slashCommands/options/string.ts"],"names":[],"mappings":";;;AAAA,gCAAoE;AACpE,iFAA6F;AAE7F,MAAa,wBAAyB,SAAQ,kEAA+C;IAG5F;QACC,KAAK,gBAAqC,CAAC;QAH5C;;;;mBAAgC,cAA4C;WAAC;IAI7E,CAAC;CACD;AAND,4DAMC","sourcesContent":["import { ApplicationCommandOptionType } from 'discord-api-types/v9';\nimport { ApplicationCommandOptionWithChoicesBase } from '../mixins/CommandOptionWithChoices';\n\nexport class SlashCommandStringOption extends ApplicationCommandOptionWithChoicesBase<string> {\n\tpublic override readonly type = ApplicationCommandOptionType.String as const;\n\n\tpublic constructor() {\n\t\tsuper(ApplicationCommandOptionType.String);\n\t}\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ApplicationCommandOptionType } from 'discord-api-types/v9';
|
|
2
|
-
import { SlashCommandOptionBase } from '../mixins/CommandOptionBase';
|
|
3
|
-
export declare class SlashCommandUserOption extends SlashCommandOptionBase {
|
|
4
|
-
readonly type: ApplicationCommandOptionType.User;
|
|
5
|
-
constructor();
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=user.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"/","sources":["interactions/slashCommands/options/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBAAa,sBAAuB,SAAQ,sBAAsB;IACjE,SAAyB,IAAI,oCAA8C;;CAK3E"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SlashCommandUserOption = void 0;
|
|
4
|
-
require("discord-api-types/v9");
|
|
5
|
-
const CommandOptionBase_1 = require("../mixins/CommandOptionBase");
|
|
6
|
-
class SlashCommandUserOption extends CommandOptionBase_1.SlashCommandOptionBase {
|
|
7
|
-
constructor() {
|
|
8
|
-
super(6 /* User */);
|
|
9
|
-
Object.defineProperty(this, "type", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
configurable: true,
|
|
12
|
-
writable: true,
|
|
13
|
-
value: 6 /* User */
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.SlashCommandUserOption = SlashCommandUserOption;
|
|
18
|
-
//# sourceMappingURL=user.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"/","sources":["interactions/slashCommands/options/user.ts"],"names":[],"mappings":";;;AAAA,gCAAoE;AACpE,mEAAqE;AAErE,MAAa,sBAAuB,SAAQ,0CAAsB;IAGjE;QACC,KAAK,cAAmC,CAAC;QAH1C;;;;mBAAgC,YAA0C;WAAC;IAI3E,CAAC;CACD;AAND,wDAMC","sourcesContent":["import { ApplicationCommandOptionType } from 'discord-api-types/v9';\nimport { SlashCommandOptionBase } from '../mixins/CommandOptionBase';\n\nexport class SlashCommandUserOption extends SlashCommandOptionBase {\n\tpublic override readonly type = ApplicationCommandOptionType.User as const;\n\n\tpublic constructor() {\n\t\tsuper(ApplicationCommandOptionType.User);\n\t}\n}\n"]}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { APIEmbedField } from 'discord-api-types/v9';
|
|
2
|
-
export declare const fieldNamePredicate: import("ow").StringPredicate;
|
|
3
|
-
export declare const fieldValuePredicate: import("ow").StringPredicate;
|
|
4
|
-
export declare const fieldInlinePredicate: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
|
|
5
|
-
export declare const embedFieldPredicate: import("ow").ObjectPredicate<{
|
|
6
|
-
name: string;
|
|
7
|
-
value: string;
|
|
8
|
-
inline: boolean | undefined;
|
|
9
|
-
}>;
|
|
10
|
-
export declare const embedFieldsArrayPredicate: import("ow").ArrayPredicate<{
|
|
11
|
-
name: string;
|
|
12
|
-
value: string;
|
|
13
|
-
inline: boolean | undefined;
|
|
14
|
-
}>;
|
|
15
|
-
export declare function validateFieldLength(fields: APIEmbedField[], amountAdding: number): void;
|
|
16
|
-
export declare const authorNamePredicate: import("ow").AnyPredicate<string | null>;
|
|
17
|
-
export declare const urlPredicate: import("ow").AnyPredicate<string | null | undefined>;
|
|
18
|
-
export declare const colorPredicate: import("ow").AnyPredicate<number | null>;
|
|
19
|
-
export declare const descriptionPredicate: import("ow").AnyPredicate<string | null>;
|
|
20
|
-
export declare const footerTextPredicate: import("ow").AnyPredicate<string | null>;
|
|
21
|
-
export declare const timestampPredicate: import("ow").AnyPredicate<number | Date | null>;
|
|
22
|
-
export declare const titlePredicate: import("ow").AnyPredicate<string | null>;
|
|
23
|
-
//# sourceMappingURL=Assertions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Assertions.d.ts","sourceRoot":"/","sources":["messages/embed/Assertions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAG1D,eAAO,MAAM,kBAAkB,8BAAwC,CAAC;AAExE,eAAO,MAAM,mBAAmB,8BAAyC,CAAC;AAE1E,eAAO,MAAM,oBAAoB,iFAAsB,CAAC;AAExD,eAAO,MAAM,mBAAmB;;;;EAI9B,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;EAAuC,CAAC;AAE9E,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,aAAa,EAAE,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,CAEvF;AAED,eAAO,MAAM,mBAAmB,0CAAsC,CAAC;AAEvE,eAAO,MAAM,YAAY,sDAA4C,CAAC;AAEtE,eAAO,MAAM,cAAc,0CAA6E,CAAC;AAEzG,eAAO,MAAM,oBAAoB,0CAA0D,CAAC;AAE5F,eAAO,MAAM,mBAAmB,0CAA0D,CAAC;AAE3F,eAAO,MAAM,kBAAkB,iDAAsC,CAAC;AAEtE,eAAO,MAAM,cAAc,0CAAsC,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.titlePredicate = exports.timestampPredicate = exports.footerTextPredicate = exports.descriptionPredicate = exports.colorPredicate = exports.urlPredicate = exports.authorNamePredicate = exports.validateFieldLength = exports.embedFieldsArrayPredicate = exports.embedFieldPredicate = exports.fieldInlinePredicate = exports.fieldValuePredicate = exports.fieldNamePredicate = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const ow_1 = (0, tslib_1.__importDefault)(require("ow"));
|
|
6
|
-
exports.fieldNamePredicate = ow_1.default.string.minLength(1).maxLength(256);
|
|
7
|
-
exports.fieldValuePredicate = ow_1.default.string.minLength(1).maxLength(1024);
|
|
8
|
-
exports.fieldInlinePredicate = ow_1.default.optional.boolean;
|
|
9
|
-
exports.embedFieldPredicate = ow_1.default.object.exactShape({
|
|
10
|
-
name: exports.fieldNamePredicate,
|
|
11
|
-
value: exports.fieldValuePredicate,
|
|
12
|
-
inline: exports.fieldInlinePredicate,
|
|
13
|
-
});
|
|
14
|
-
exports.embedFieldsArrayPredicate = ow_1.default.array.ofType(exports.embedFieldPredicate);
|
|
15
|
-
function validateFieldLength(fields, amountAdding) {
|
|
16
|
-
(0, ow_1.default)(fields.length + amountAdding, 'field amount', ow_1.default.number.lessThanOrEqual(25));
|
|
17
|
-
}
|
|
18
|
-
exports.validateFieldLength = validateFieldLength;
|
|
19
|
-
exports.authorNamePredicate = ow_1.default.any(exports.fieldNamePredicate, ow_1.default.null);
|
|
20
|
-
exports.urlPredicate = ow_1.default.any(ow_1.default.string.url, ow_1.default.nullOrUndefined);
|
|
21
|
-
exports.colorPredicate = ow_1.default.any(ow_1.default.number.greaterThanOrEqual(0).lessThanOrEqual(0xffffff), ow_1.default.null);
|
|
22
|
-
exports.descriptionPredicate = ow_1.default.any(ow_1.default.string.minLength(1).maxLength(4096), ow_1.default.null);
|
|
23
|
-
exports.footerTextPredicate = ow_1.default.any(ow_1.default.string.minLength(1).maxLength(2048), ow_1.default.null);
|
|
24
|
-
exports.timestampPredicate = ow_1.default.any(ow_1.default.number, ow_1.default.date, ow_1.default.null);
|
|
25
|
-
exports.titlePredicate = ow_1.default.any(exports.fieldNamePredicate, ow_1.default.null);
|
|
26
|
-
//# sourceMappingURL=Assertions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Assertions.js","sourceRoot":"/","sources":["messages/embed/Assertions.ts"],"names":[],"mappings":";;;;AACA,yDAAoB;AAEP,QAAA,kBAAkB,GAAG,YAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;AAE3D,QAAA,mBAAmB,GAAG,YAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;AAE7D,QAAA,oBAAoB,GAAG,YAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;AAE3C,QAAA,mBAAmB,GAAG,YAAE,CAAC,MAAM,CAAC,UAAU,CAAC;IACvD,IAAI,EAAE,0BAAkB;IACxB,KAAK,EAAE,2BAAmB;IAC1B,MAAM,EAAE,4BAAoB;CAC5B,CAAC,CAAC;AAEU,QAAA,yBAAyB,GAAG,YAAE,CAAC,KAAK,CAAC,MAAM,CAAC,2BAAmB,CAAC,CAAC;AAE9E,SAAgB,mBAAmB,CAAC,MAAuB,EAAE,YAAoB;IAChF,IAAA,YAAE,EAAC,MAAM,CAAC,MAAM,GAAG,YAAY,EAAE,cAAc,EAAE,YAAE,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC,CAAC;AACjF,CAAC;AAFD,kDAEC;AAEY,QAAA,mBAAmB,GAAG,YAAE,CAAC,GAAG,CAAC,0BAAkB,EAAE,YAAE,CAAC,IAAI,CAAC,CAAC;AAE1D,QAAA,YAAY,GAAG,YAAE,CAAC,GAAG,CAAC,YAAE,CAAC,MAAM,CAAC,GAAG,EAAE,YAAE,CAAC,eAAe,CAAC,CAAC;AAEzD,QAAA,cAAc,GAAG,YAAE,CAAC,GAAG,CAAC,YAAE,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE,YAAE,CAAC,IAAI,CAAC,CAAC;AAE5F,QAAA,oBAAoB,GAAG,YAAE,CAAC,GAAG,CAAC,YAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,YAAE,CAAC,IAAI,CAAC,CAAC;AAE/E,QAAA,mBAAmB,GAAG,YAAE,CAAC,GAAG,CAAC,YAAE,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,YAAE,CAAC,IAAI,CAAC,CAAC;AAE9E,QAAA,kBAAkB,GAAG,YAAE,CAAC,GAAG,CAAC,YAAE,CAAC,MAAM,EAAE,YAAE,CAAC,IAAI,EAAE,YAAE,CAAC,IAAI,CAAC,CAAC;AAEzD,QAAA,cAAc,GAAG,YAAE,CAAC,GAAG,CAAC,0BAAkB,EAAE,YAAE,CAAC,IAAI,CAAC,CAAC","sourcesContent":["import type { APIEmbedField } from 'discord-api-types/v9';\nimport ow from 'ow';\n\nexport const fieldNamePredicate = ow.string.minLength(1).maxLength(256);\n\nexport const fieldValuePredicate = ow.string.minLength(1).maxLength(1024);\n\nexport const fieldInlinePredicate = ow.optional.boolean;\n\nexport const embedFieldPredicate = ow.object.exactShape({\n\tname: fieldNamePredicate,\n\tvalue: fieldValuePredicate,\n\tinline: fieldInlinePredicate,\n});\n\nexport const embedFieldsArrayPredicate = ow.array.ofType(embedFieldPredicate);\n\nexport function validateFieldLength(fields: APIEmbedField[], amountAdding: number): void {\n\tow(fields.length + amountAdding, 'field amount', ow.number.lessThanOrEqual(25));\n}\n\nexport const authorNamePredicate = ow.any(fieldNamePredicate, ow.null);\n\nexport const urlPredicate = ow.any(ow.string.url, ow.nullOrUndefined);\n\nexport const colorPredicate = ow.any(ow.number.greaterThanOrEqual(0).lessThanOrEqual(0xffffff), ow.null);\n\nexport const descriptionPredicate = ow.any(ow.string.minLength(1).maxLength(4096), ow.null);\n\nexport const footerTextPredicate = ow.any(ow.string.minLength(1).maxLength(2048), ow.null);\n\nexport const timestampPredicate = ow.any(ow.number, ow.date, ow.null);\n\nexport const titlePredicate = ow.any(fieldNamePredicate, ow.null);\n"]}
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import type { APIEmbed, APIEmbedAuthor, APIEmbedField, APIEmbedFooter, APIEmbedImage, APIEmbedProvider, APIEmbedThumbnail, APIEmbedVideo } from 'discord-api-types/v9';
|
|
2
|
-
export interface AuthorOptions {
|
|
3
|
-
name: string;
|
|
4
|
-
url?: string;
|
|
5
|
-
iconURL?: string;
|
|
6
|
-
}
|
|
7
|
-
export interface FooterOptions {
|
|
8
|
-
text: string;
|
|
9
|
-
iconURL?: string;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Represents an embed in a message (image/video preview, rich embed, etc.)
|
|
13
|
-
*/
|
|
14
|
-
export declare class Embed implements APIEmbed {
|
|
15
|
-
/**
|
|
16
|
-
* An array of fields of this embed.
|
|
17
|
-
*/
|
|
18
|
-
fields: APIEmbedField[];
|
|
19
|
-
/**
|
|
20
|
-
* The embed title.
|
|
21
|
-
*/
|
|
22
|
-
title?: string;
|
|
23
|
-
/**
|
|
24
|
-
* The embed description.
|
|
25
|
-
*/
|
|
26
|
-
description?: string;
|
|
27
|
-
/**
|
|
28
|
-
* The embed url.
|
|
29
|
-
*/
|
|
30
|
-
url?: string;
|
|
31
|
-
/**
|
|
32
|
-
* The embed color.
|
|
33
|
-
*/
|
|
34
|
-
color?: number;
|
|
35
|
-
/**
|
|
36
|
-
* The timestamp of the embed in the ISO format.
|
|
37
|
-
*/
|
|
38
|
-
timestamp?: string;
|
|
39
|
-
/**
|
|
40
|
-
* The embed thumbnail data.
|
|
41
|
-
*/
|
|
42
|
-
thumbnail?: APIEmbedThumbnail;
|
|
43
|
-
/**
|
|
44
|
-
* The embed image data.
|
|
45
|
-
*/
|
|
46
|
-
image?: APIEmbedImage;
|
|
47
|
-
/**
|
|
48
|
-
* Received video data.
|
|
49
|
-
*/
|
|
50
|
-
video?: APIEmbedVideo;
|
|
51
|
-
/**
|
|
52
|
-
* The embed author data.
|
|
53
|
-
*/
|
|
54
|
-
author?: APIEmbedAuthor;
|
|
55
|
-
/**
|
|
56
|
-
* Received data about the embed provider.
|
|
57
|
-
*/
|
|
58
|
-
provider?: APIEmbedProvider;
|
|
59
|
-
/**
|
|
60
|
-
* The embed footer data.
|
|
61
|
-
*/
|
|
62
|
-
footer?: APIEmbedFooter;
|
|
63
|
-
constructor(data?: APIEmbed);
|
|
64
|
-
/**
|
|
65
|
-
* The accumulated length for the embed title, description, fields, footer text, and author name.
|
|
66
|
-
*/
|
|
67
|
-
get length(): number;
|
|
68
|
-
/**
|
|
69
|
-
* Adds a field to the embed (max 25).
|
|
70
|
-
* @param field The field to add.
|
|
71
|
-
*/
|
|
72
|
-
addField(field: APIEmbedField): this;
|
|
73
|
-
/**
|
|
74
|
-
* Adds fields to the embed (max 25).
|
|
75
|
-
* @param fields The fields to add.
|
|
76
|
-
*/
|
|
77
|
-
addFields(...fields: APIEmbedField[]): this;
|
|
78
|
-
/**
|
|
79
|
-
* Removes, replaces, or inserts fields in the embed (max 25).
|
|
80
|
-
* @param index The index to start at.
|
|
81
|
-
* @param deleteCount The number of fields to remove.
|
|
82
|
-
* @param fields The replacing field objects.
|
|
83
|
-
*/
|
|
84
|
-
spliceFields(index: number, deleteCount: number, ...fields: APIEmbedField[]): this;
|
|
85
|
-
/**
|
|
86
|
-
* Sets the author of this embed.
|
|
87
|
-
* @param options The options for the author.
|
|
88
|
-
*/
|
|
89
|
-
setAuthor(options: AuthorOptions | null): this;
|
|
90
|
-
/**
|
|
91
|
-
* Sets the color of this embed.
|
|
92
|
-
* @param color The color of the embed.
|
|
93
|
-
*/
|
|
94
|
-
setColor(color: number | null): this;
|
|
95
|
-
/**
|
|
96
|
-
* Sets the description of this embed.
|
|
97
|
-
* @param description The description.
|
|
98
|
-
*/
|
|
99
|
-
setDescription(description: string | null): this;
|
|
100
|
-
/**
|
|
101
|
-
* Sets the footer of this embed.
|
|
102
|
-
* @param options The options for the footer.
|
|
103
|
-
*/
|
|
104
|
-
setFooter(options: FooterOptions | null): this;
|
|
105
|
-
/**
|
|
106
|
-
* Sets the image of this embed.
|
|
107
|
-
* @param url The URL of the image.
|
|
108
|
-
*/
|
|
109
|
-
setImage(url: string | null): this;
|
|
110
|
-
/**
|
|
111
|
-
* Sets the thumbnail of this embed.
|
|
112
|
-
* @param url The URL of the thumbnail.
|
|
113
|
-
*/
|
|
114
|
-
setThumbnail(url: string | null): this;
|
|
115
|
-
/**
|
|
116
|
-
* Sets the timestamp of this embed.
|
|
117
|
-
* @param timestamp The timestamp or date.
|
|
118
|
-
*/
|
|
119
|
-
setTimestamp(timestamp?: number | Date | null): this;
|
|
120
|
-
/**
|
|
121
|
-
* Sets the title of this embed.
|
|
122
|
-
* @param title The title.
|
|
123
|
-
*/
|
|
124
|
-
setTitle(title: string | null): this;
|
|
125
|
-
/**
|
|
126
|
-
* Sets the URL of this embed.
|
|
127
|
-
* @param url The URL.
|
|
128
|
-
*/
|
|
129
|
-
setURL(url: string | null): this;
|
|
130
|
-
/**
|
|
131
|
-
* Transforms the embed to a plain object.
|
|
132
|
-
*/
|
|
133
|
-
toJSON(): APIEmbed;
|
|
134
|
-
/**
|
|
135
|
-
* Normalizes field input and resolves strings.
|
|
136
|
-
* @param fields Fields to normalize.
|
|
137
|
-
*/
|
|
138
|
-
static normalizeFields(...fields: APIEmbedField[]): APIEmbedField[];
|
|
139
|
-
}
|
|
140
|
-
//# sourceMappingURL=Embed.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Embed.d.ts","sourceRoot":"/","sources":["messages/embed/Embed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,cAAc,EACd,aAAa,EACb,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,MAAM,sBAAsB,CAAC;AAiB9B,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,qBAAa,KAAM,YAAW,QAAQ;IACrC;;OAEG;IACI,MAAM,EAAE,aAAa,EAAE,CAAC;IAE/B;;OAEG;IACI,KAAK,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACI,WAAW,CAAC,EAAE,MAAM,CAAC;IAE5B;;OAEG;IACI,GAAG,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACI,KAAK,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACI,SAAS,CAAC,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACI,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAErC;;OAEG;IACI,KAAK,CAAC,EAAE,aAAa,CAAC;IAE7B;;OAEG;IACI,KAAK,CAAC,EAAE,aAAa,CAAC;IAE7B;;OAEG;IACI,MAAM,CAAC,EAAE,cAAc,CAAC;IAE/B;;OAEG;IACI,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAEnC;;OAEG;IACI,MAAM,CAAC,EAAE,cAAc,CAAC;gBAEZ,IAAI,GAAE,QAAa;IAgBtC;;OAEG;IACH,IAAW,MAAM,IAAI,MAAM,CAQ1B;IAED;;;OAGG;IACI,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAI3C;;;OAGG;IACI,SAAS,CAAC,GAAG,MAAM,EAAE,aAAa,EAAE,GAAG,IAAI;IAWlD;;;;;OAKG;IACI,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,aAAa,EAAE,GAAG,IAAI;IAWzF;;;OAGG;IACI,SAAS,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI,GAAG,IAAI;IAgBrD;;;OAGG;IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQ3C;;;OAGG;IACI,cAAc,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQvD;;;OAGG;IACI,SAAS,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI,GAAG,IAAI;IAerD;;;OAGG;IACI,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQzC;;;OAGG;IACI,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQ7C;;;OAGG;IACI,YAAY,CAAC,SAAS,GAAE,MAAM,GAAG,IAAI,GAAG,IAAiB,GAAG,IAAI;IAQvE;;;OAGG;IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQ3C;;;OAGG;IACI,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQvC;;OAEG;IACI,MAAM,IAAI,QAAQ;IAIzB;;;OAGG;WACW,eAAe,CAAC,GAAG,MAAM,EAAE,aAAa,EAAE,GAAG,aAAa,EAAE;CAS1E"}
|