@riocrypto/common-server 1.0.1765 → 1.0.1766

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.
@@ -53,6 +53,7 @@ interface UserAttrs {
53
53
  [country in CountryOfOrigin]?: {
54
54
  status?: OnboardingStatus;
55
55
  hasAcceptedTerms?: boolean;
56
+ signatureRequestId?: string;
56
57
  onboardingId?: string;
57
58
  aiPriseId?: string;
58
59
  bridgeId?: string;
@@ -168,6 +169,7 @@ interface UserDoc extends Document {
168
169
  status?: OnboardingStatus;
169
170
  hasAcceptedTerms?: boolean;
170
171
  onboardingId?: string;
172
+ signatureRequestId?: string;
171
173
  aiPriseId?: string;
172
174
  bridgeId?: string;
173
175
  personalId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1765",
3
+ "version": "1.0.1766",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",