discord-api-spec 10.0.176727 → 10.0.179803

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.
@@ -394,6 +394,7 @@ export const InteractionCallbackTypes = {
394
394
  APPLICATION_COMMAND_AUTOCOMPLETE_RESULT: 8,
395
395
  MODAL: 9,
396
396
  LAUNCH_ACTIVITY: 12,
397
+ SOCIAL_LAYER_SKU_PURCHASE_ELIGIBILITY: 13,
397
398
  };
398
399
 
399
400
  export const InteractionContextType = {
@@ -408,6 +409,7 @@ export const InteractionTypes = {
408
409
  MESSAGE_COMPONENT: 3,
409
410
  APPLICATION_COMMAND_AUTOCOMPLETE: 4,
410
411
  MODAL_SUBMIT: 5,
412
+ SOCIAL_LAYER_SKU_PURCHASE_ELIGIBILITY: 6,
411
413
  };
412
414
 
413
415
  export const InviteTargetTypes = {