finance-shared 0.0.22 → 0.0.23

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.
package/dist/index.d.ts CHANGED
@@ -248,7 +248,7 @@ declare interface DocumentSigningDialogProps {
248
248
  showConfirmCheckbox?: boolean;
249
249
  showTitle?: boolean;
250
250
  requireAuthFactor?: boolean;
251
- isOfficer: boolean;
251
+ isOfficer?: boolean;
252
252
  }
253
253
 
254
254
  export declare interface FieldError {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finance-shared",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/"