@discordjs/core 1.2.0-dev.1711930259-980a2b71c → 1.2.0-dev.1712016555-ba6476d07

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.
@@ -1437,7 +1437,7 @@ declare class MonetizationAPI {
1437
1437
  * @param body - The data for creating the entitlement
1438
1438
  * @param options - The options for creating the entitlement
1439
1439
  */
1440
- createTestEntitlement(applicationId: Snowflake, body: RESTPostAPIEntitlementBody, { signal }?: Pick<RequestData, 'signal'>): Promise<Partial<Omit<discord_api_types_v10.APIEntitlement, "starts_at" | "ends_at">>>;
1440
+ createTestEntitlement(applicationId: Snowflake, body: RESTPostAPIEntitlementBody, { signal }?: Pick<RequestData, 'signal'>): Promise<Partial<Omit<discord_api_types_v10.APIEntitlement, "ends_at" | "starts_at">>>;
1441
1441
  /**
1442
1442
  * Deletes a test entitlement for an application's SKU.
1443
1443
  *
@@ -1791,6 +1791,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
1791
1791
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
1792
1792
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
1793
1793
  components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined;
1794
+ applied_tags?: string[] | undefined;
1794
1795
  thread_name?: string | undefined;
1795
1796
  };
1796
1797
  files: {
@@ -1437,7 +1437,7 @@ declare class MonetizationAPI {
1437
1437
  * @param body - The data for creating the entitlement
1438
1438
  * @param options - The options for creating the entitlement
1439
1439
  */
1440
- createTestEntitlement(applicationId: Snowflake, body: RESTPostAPIEntitlementBody, { signal }?: Pick<RequestData, 'signal'>): Promise<Partial<Omit<discord_api_types_v10.APIEntitlement, "starts_at" | "ends_at">>>;
1440
+ createTestEntitlement(applicationId: Snowflake, body: RESTPostAPIEntitlementBody, { signal }?: Pick<RequestData, 'signal'>): Promise<Partial<Omit<discord_api_types_v10.APIEntitlement, "ends_at" | "starts_at">>>;
1441
1441
  /**
1442
1442
  * Deletes a test entitlement for an application's SKU.
1443
1443
  *
@@ -1791,6 +1791,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
1791
1791
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
1792
1792
  allowed_mentions?: discord_api_types_v10.APIAllowedMentions | undefined;
1793
1793
  components?: discord_api_types_v10.APIActionRowComponent<discord_api_types_v10.APIMessageActionRowComponent>[] | undefined;
1794
+ applied_tags?: string[] | undefined;
1794
1795
  thread_name?: string | undefined;
1795
1796
  };
1796
1797
  files: {
package/dist/http-only.js CHANGED
@@ -2639,7 +2639,7 @@ __name(withFiles, "withFiles");
2639
2639
 
2640
2640
  // src/http-only/index.ts
2641
2641
  __reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
2642
- var version = "1.2.0-dev.1711930259-980a2b71c";
2642
+ var version = "1.2.0-dev.1712016555-ba6476d07";
2643
2643
  // Annotate the CommonJS export names for ESM import in node:
2644
2644
  0 && (module.exports = {
2645
2645
  API,