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.
- package/build/discord-api-spec.js +2 -0
- package/build/discord-api-spec.ts +735 -209
- package/build/discord-api-spec.zod.js +12 -14
- package/build/preview/discord-api-spec.js +2 -0
- package/build/preview/discord-api-spec.ts +738 -210
- package/build/preview/discord-api-spec.zod.js +12 -14
- package/package.json +1 -1
|
@@ -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 = {
|