@palmetto/users-sdk 1.7.0 → 1.7.1

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.
@@ -865,7 +865,7 @@ export interface components {
865
865
  * @description Phone number
866
866
  * @example +18048675309
867
867
  */
868
- phoneNumber: string;
868
+ phoneNumber?: string;
869
869
  /** @example 66e25e72d10dfef2f9f6cc60 */
870
870
  organizationId: string;
871
871
  /** @default [] */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palmetto/users-sdk",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "main": "./dist/main.js",
5
5
  "files": [
6
6
  "dist/**/*",