Parse-SDK-JS icon indicating copy to clipboard operation
Parse-SDK-JS copied to clipboard

Parse.Coud imcomplete typings

Open alljinx opened this issue 4 months ago • 3 comments

New Issue Checklist

Issue Description

All Parse.Cloud triggers types are missing : Parse.Cloud.afterSave, Parse.Cloud.beforeSave, Parse.Cloud.afterFind, Parse.Cloud.afterLogout... Theses types are all presents in previous types package @types/parse and worked well.

Steps to reproduce

Juste try to add a line like Parse.Cloud.afterLogout((request) => mdcModule.afterLogout(request)); and look TypeScript sreaming at you :)

Server

  • Parse Server version: 8.2.1
  • Operating system: Windows 10
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Local

Database

  • System (MongoDB or Postgres): Postgres
  • Database version: 18
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Local

Client

  • Parse JS SDK version: 6.1.1

alljinx avatar Jun 13 '25 08:06 alljinx