@rlvt/entity-manager-openapi-client 1.0.150 → 1.0.151

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/build/api.d.ts CHANGED
@@ -81,7 +81,7 @@ export default class {
81
81
  readonly lastConnection: string & {
82
82
  readonly?: "__readonly" | undefined;
83
83
  };
84
- readonly createdBy?: (string & {
84
+ readonly invitedBy?: (string & {
85
85
  readonly?: "__readonly" | undefined;
86
86
  }) | undefined;
87
87
  profile?: {
@@ -140,7 +140,7 @@ export default class {
140
140
  readonly lastConnection: string & {
141
141
  readonly?: "__readonly" | undefined;
142
142
  };
143
- readonly createdBy?: (string & {
143
+ readonly invitedBy?: (string & {
144
144
  readonly?: "__readonly" | undefined;
145
145
  }) | undefined;
146
146
  profile?: {
@@ -214,7 +214,7 @@ export default class {
214
214
  readonly lastConnection: string & {
215
215
  readonly?: "__readonly" | undefined;
216
216
  };
217
- readonly createdBy?: (string & {
217
+ readonly invitedBy?: (string & {
218
218
  readonly?: "__readonly" | undefined;
219
219
  }) | undefined;
220
220
  profile?: {
@@ -265,7 +265,7 @@ export default class {
265
265
  readonly lastConnection: string & {
266
266
  readonly?: "__readonly" | undefined;
267
267
  };
268
- readonly createdBy?: (string & {
268
+ readonly invitedBy?: (string & {
269
269
  readonly?: "__readonly" | undefined;
270
270
  }) | undefined;
271
271
  profile?: {
@@ -326,7 +326,7 @@ export default class {
326
326
  readonly lastConnection: string & {
327
327
  readonly?: "__readonly" | undefined;
328
328
  };
329
- readonly createdBy?: (string & {
329
+ readonly invitedBy?: (string & {
330
330
  readonly?: "__readonly" | undefined;
331
331
  }) | undefined;
332
332
  profile?: {
@@ -626,7 +626,7 @@ export default class {
626
626
  readonly lastConnection: string & {
627
627
  readonly?: "__readonly" | undefined;
628
628
  };
629
- readonly createdBy?: (string & {
629
+ readonly invitedBy?: (string & {
630
630
  readonly?: "__readonly" | undefined;
631
631
  }) | undefined;
632
632
  profile?: {
@@ -679,7 +679,7 @@ export default class {
679
679
  readonly lastConnection: string & {
680
680
  readonly?: "__readonly" | undefined;
681
681
  };
682
- readonly createdBy?: (string & {
682
+ readonly invitedBy?: (string & {
683
683
  readonly?: "__readonly" | undefined;
684
684
  }) | undefined;
685
685
  profile?: {
@@ -737,7 +737,7 @@ export default class {
737
737
  readonly lastConnection: string & {
738
738
  readonly?: "__readonly" | undefined;
739
739
  };
740
- readonly createdBy?: (string & {
740
+ readonly invitedBy?: (string & {
741
741
  readonly?: "__readonly" | undefined;
742
742
  }) | undefined;
743
743
  profile?: {
@@ -790,10 +790,10 @@ export default class {
790
790
  readonly?: "__readonly" | undefined;
791
791
  };
792
792
  createdAt: string;
793
+ state: InvitationState;
793
794
  readonly createdBy?: (string & {
794
795
  readonly?: "__readonly" | undefined;
795
796
  }) | undefined;
796
- state: InvitationState;
797
797
  usedAt?: string | undefined;
798
798
  }[];
799
799
  program: string;
@@ -825,10 +825,10 @@ export default class {
825
825
  readonly?: "__readonly" | undefined;
826
826
  };
827
827
  createdAt: string;
828
+ state: InvitationState;
828
829
  readonly createdBy?: (string & {
829
830
  readonly?: "__readonly" | undefined;
830
831
  }) | undefined;
831
- state: InvitationState;
832
832
  usedAt?: string | undefined;
833
833
  };
834
834
  program: string;
@@ -858,10 +858,10 @@ export default class {
858
858
  readonly?: "__readonly" | undefined;
859
859
  };
860
860
  createdAt: string;
861
+ state: InvitationState;
861
862
  readonly createdBy?: (string & {
862
863
  readonly?: "__readonly" | undefined;
863
864
  }) | undefined;
864
- state: InvitationState;
865
865
  usedAt?: string | undefined;
866
866
  };
867
867
  program: string;
@@ -2109,7 +2109,7 @@ export default class {
2109
2109
  readonly lastConnection: string & {
2110
2110
  readonly?: "__readonly" | undefined;
2111
2111
  };
2112
- readonly createdBy?: (string & {
2112
+ readonly invitedBy?: (string & {
2113
2113
  readonly?: "__readonly" | undefined;
2114
2114
  }) | undefined;
2115
2115
  profile?: {
@@ -33,7 +33,7 @@ export declare type SerializedUser = {
33
33
  readonly createdAt: (string) & readonlyP;
34
34
  readonly updatedAt: (string) & readonlyP;
35
35
  readonly lastConnection: (string) & readonlyP;
36
- readonly createdBy?: (string) & readonlyP;
36
+ readonly invitedBy?: (string) & readonlyP;
37
37
  email: string;
38
38
  profile?: UserProfile;
39
39
  readonly hasOtp: (boolean) & readonlyP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.150+4b28ebd",
3
+ "version": "1.0.151+822346a",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",