@clerk/backend
Advanced tools
Comparing version 0.18.1-staging.1 to 0.18.1
@@ -9,10 +9,6 @@ import type { EmailJSON } from './JSON'; | ||
readonly body?: string | undefined; | ||
readonly bodyPlain?: string | null | undefined; | ||
readonly status?: string | undefined; | ||
readonly slug?: string | null | undefined; | ||
readonly data?: Record<string, any> | null | undefined; | ||
readonly deliveredByClerk?: boolean | undefined; | ||
constructor(id: string, fromEmailName: string, emailAddressId: string | null, toEmailAddress?: string | undefined, subject?: string | undefined, body?: string | undefined, bodyPlain?: string | null | undefined, status?: string | undefined, slug?: string | null | undefined, data?: Record<string, any> | null | undefined, deliveredByClerk?: boolean | undefined); | ||
constructor(id: string, fromEmailName: string, emailAddressId: string | null, toEmailAddress?: string | undefined, subject?: string | undefined, body?: string | undefined, status?: string | undefined); | ||
static fromJSON(data: EmailJSON): Email; | ||
} | ||
//# sourceMappingURL=Email.d.ts.map |
@@ -59,7 +59,3 @@ import type { InvitationStatus, OrganizationInvitationStatus, OrganizationMembershipRole, SignInStatus, SignUpAttributeRequirements, SignUpStatus } from './Enums'; | ||
body?: string; | ||
body_plain?: string | null; | ||
status?: string; | ||
slug?: string | null; | ||
data?: Record<string, any> | null; | ||
delivered_by_clerk?: boolean; | ||
} | ||
@@ -210,3 +206,2 @@ export interface EmailAddressJSON extends ClerkResourceJSON { | ||
status: string; | ||
data?: Record<string, any> | null; | ||
} | ||
@@ -213,0 +208,0 @@ export interface UserJSON extends ClerkResourceJSON { |
@@ -9,6 +9,5 @@ import type { SMSMessageJSON } from './JSON'; | ||
readonly phoneNumberId: string | null; | ||
readonly data?: Record<string, any> | null | undefined; | ||
constructor(id: string, fromPhoneNumber: string, toPhoneNumber: string, message: string, status: string, phoneNumberId: string | null, data?: Record<string, any> | null | undefined); | ||
constructor(id: string, fromPhoneNumber: string, toPhoneNumber: string, message: string, status: string, phoneNumberId: string | null); | ||
static fromJSON(data: SMSMessageJSON): SMSMessage; | ||
} | ||
//# sourceMappingURL=SMSMessage.d.ts.map |
{ | ||
"name": "@clerk/backend", | ||
"version": "0.18.1-staging.1", | ||
"version": "0.18.1", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", | ||
"dependencies": { | ||
"@clerk/types": "^3.37.0-staging.1", | ||
"@clerk/types": "^3.36.1", | ||
"@peculiar/webcrypto": "1.4.1", | ||
@@ -84,3 +84,3 @@ "@types/node": "16.18.6", | ||
}, | ||
"gitHead": "0e4d8c16d09b9c5c08d5cc55e4d08315cb3c174a" | ||
"gitHead": "b3f1f0db9ddff0027e844c61ed88a6a528808e0c" | ||
} |
@@ -219,22 +219,2 @@ <p align="center"> | ||
## Support | ||
You can get in touch with us in any of the following ways: | ||
- Join our official community [Discord server](https://clerk.com/discord) | ||
- Open a [GitHub support issue](https://github.com/clerkinc/javascript/issues/new?assignees=&labels=question&template=ask_a_question.md&title=Support%3A+) | ||
- Contact options listed on [our Support page](https://clerk.com/support?utm_source=github&utm_medium=clerk_backend) | ||
## Contributing | ||
We're open to all community contributions! If you'd like to contribute in any way, please read [our contribution guidelines](https://github.com/clerkinc/javascript/blob/main/docs/CONTRIBUTING.md). | ||
## Security | ||
`@clerk/backend` follows good practices of security, but 100% security cannot be assured. | ||
`@clerk/backend` is provided **"as is"** without any **warranty**. Use at your own risk. | ||
_For more information and to report security issues, please refer to our [security documentation](https://github.com/clerkinc/javascript/blob/main/docs/SECURITY.md)._ | ||
## License | ||
@@ -241,0 +221,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
167
3
591012
1958
2
224
Updated@clerk/types@^3.36.1