@chipi-stack/types 11.17.0 → 11.18.0

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.mts CHANGED
@@ -352,11 +352,12 @@ interface User {
352
352
  type Country = "MX" | "US" | "OTHER";
353
353
  interface CreateUserParams {
354
354
  externalId: string;
355
- name: string;
356
- lastName: string;
357
- country: Country;
358
- phoneCountryCode: number;
359
- phoneNumber: number;
355
+ username?: string;
356
+ name?: string;
357
+ lastName?: string;
358
+ country?: Country;
359
+ phoneCountryCode?: number;
360
+ phoneNumber?: number;
360
361
  email?: string;
361
362
  profession?: string;
362
363
  taxId?: string;
package/dist/index.d.ts CHANGED
@@ -352,11 +352,12 @@ interface User {
352
352
  type Country = "MX" | "US" | "OTHER";
353
353
  interface CreateUserParams {
354
354
  externalId: string;
355
- name: string;
356
- lastName: string;
357
- country: Country;
358
- phoneCountryCode: number;
359
- phoneNumber: number;
355
+ username?: string;
356
+ name?: string;
357
+ lastName?: string;
358
+ country?: Country;
359
+ phoneCountryCode?: number;
360
+ phoneNumber?: number;
360
361
  email?: string;
361
362
  profession?: string;
362
363
  taxId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chipi-stack/types",
3
- "version": "11.17.0",
3
+ "version": "11.18.0",
4
4
  "description": "Type definitions for Chipi SDK packages",
5
5
  "keywords": [
6
6
  "chipi",