@mojito-inc/core-service
Advanced tools
Comparing version 1.0.8-beta.6 to 1.0.8-beta.7
{ | ||
"name": "@mojito-inc/core-service", | ||
"version": "1.0.8-beta.6", | ||
"version": "1.0.8-beta.7", | ||
"description": "Mojito Core API service for auction, payment, token", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
@@ -23,2 +23,4 @@ import { gql } from '@apollo/client'; | ||
$orgId: UUID1! | ||
$name: String | ||
$email: String | ||
) { | ||
@@ -31,2 +33,4 @@ loginWithSignature( | ||
chainID: $chainId | ||
name: $name | ||
email: $email | ||
} | ||
@@ -33,0 +37,0 @@ orgID: $orgId |
@@ -12,2 +12,4 @@ export interface GetSignatureParam { | ||
signer: string; | ||
name: string; | ||
email: string; | ||
} |
@@ -7,2 +7,7 @@ import { gql } from '@apollo/client'; | ||
id | ||
user { | ||
name | ||
username | ||
} | ||
userOrgs(filter: $filter) { | ||
@@ -20,2 +25,3 @@ id | ||
avatar | ||
profilePic | ||
username | ||
@@ -22,0 +28,0 @@ settings |
@@ -13,2 +13,7 @@ export declare enum KycStatusEnum { | ||
id: string; | ||
user?: { | ||
name: string; | ||
username: string; | ||
email: string; | ||
}; | ||
userOrgs?: { | ||
@@ -28,2 +33,3 @@ id: string; | ||
avatar: string; | ||
profilePic: string; | ||
reason: string; | ||
@@ -30,0 +36,0 @@ settings: string; |
Sorry, the diff of this file is too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
390764
10426
2581