@moxi.gmbh/moxi-typescriptmodels 0.0.1431 → 0.0.1441

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.
Files changed (2) hide show
  1. package/common.d.ts +5 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -34,6 +34,7 @@ export interface AccountInfo {
34
34
  address?: AddressInfo;
35
35
  defaultLanguage?: string;
36
36
  notificationEmails?: string[];
37
+ phoneNumber?: PhoneNumber;
37
38
  }
38
39
 
39
40
  export interface AccountOrTeamId {
@@ -643,6 +644,9 @@ export interface PersonDimensions {
643
644
  shoulderWidthInCm?: number;
644
645
  }
645
646
 
647
+ export interface PhoneNumber {
648
+ }
649
+
646
650
  export interface QueryDatabase extends AdminJsonType {
647
651
  "@type": "queryDatabase";
648
652
  destination?: Destination;
@@ -955,6 +959,7 @@ export interface Team {
955
959
  export interface TeamInfo {
956
960
  address?: AddressInfo;
957
961
  notificationEmails?: string[];
962
+ phoneNumber?: PhoneNumber;
958
963
  teamName?: string;
959
964
  }
960
965
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1431",
3
+ "version": "0.0.1441",
4
4
  "types": "common.d.ts"
5
5
  }