File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @vesselapi/integrations" ,
3- "version" : " 1.0.71 " ,
3+ "version" : " 1.0.72 " ,
44 "description" : " Vessel integrations" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const makePermissions = (): PlatformPermissions => {
3131 const {
3232 data : { records } ,
3333 } = result ;
34- if ( ! first ( records ) ?. permissionsApiEnabled ) {
34+ if ( ! first ( records ) ?. PermissionsApiEnabled ) {
3535 return {
3636 errorMessage : USER_PERMISSIONS_API_DISABLED_ERROR_MESSAGE ,
3737 valid : false ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export const salesforceQueryResponse = z.object({
9898// -
9999export const salesforceUserPermissions = z
100100 . object ( {
101- permissionsApiEnabled : z . boolean ( ) . nullable ( ) ,
101+ PermissionsApiEnabled : z . boolean ( ) . nullable ( ) ,
102102 } )
103103 . partial ( ) ;
104104
You can’t perform that action at this time.
0 commit comments