@rlvt/entity-manager-openapi-client 1.0.52 → 1.0.54

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
@@ -138,8 +138,8 @@ export default class {
138
138
  message: string;
139
139
  data: {
140
140
  isValid: boolean;
141
- revokedAt: Date | null;
142
- expiresAt: Date | null;
141
+ revokedAt: string | null;
142
+ expiresAt: string | null;
143
143
  user: {
144
144
  readonly companyId: string & {
145
145
  readonly?: "__readonly" | undefined;
@@ -152,13 +152,13 @@ export default class {
152
152
  readonly?: "__readonly" | undefined;
153
153
  };
154
154
  email: string;
155
- readonly createdAt: Date & {
155
+ readonly createdAt: string & {
156
156
  readonly?: "__readonly" | undefined;
157
157
  };
158
- readonly updatedAt: Date & {
158
+ readonly updatedAt: string & {
159
159
  readonly?: "__readonly" | undefined;
160
160
  };
161
- readonly lastPasswordUpdate: Date & {
161
+ readonly lastPasswordUpdate: string & {
162
162
  readonly?: "__readonly" | undefined;
163
163
  };
164
164
  readonly disabled: boolean & {
@@ -169,7 +169,7 @@ export default class {
169
169
  };
170
170
  readonly connection: {
171
171
  readonly?: "__readonly" | undefined;
172
- lastAttempts?: Date | undefined;
172
+ lastAttempts?: string | undefined;
173
173
  nbFail?: number | undefined;
174
174
  };
175
175
  profile?: {
@@ -237,8 +237,8 @@ export default class {
237
237
  readonly?: "__readonly" | undefined;
238
238
  name?: string | undefined;
239
239
  quota: number;
240
- startDate?: Date | undefined;
241
- endDate?: Date | undefined;
240
+ startDate?: string | undefined;
241
+ endDate?: string | undefined;
242
242
  attributionPeriod?: number | undefined;
243
243
  monthlyCost?: number | undefined;
244
244
  };
@@ -255,10 +255,10 @@ export default class {
255
255
  timeLockAfterNextAttempts?: number | undefined;
256
256
  infiniteTimeLock?: boolean | undefined;
257
257
  } | undefined;
258
- readonly createdAt: Date & {
258
+ readonly createdAt: string & {
259
259
  readonly?: "__readonly" | undefined;
260
260
  };
261
- readonly updatedAt: Date & {
261
+ readonly updatedAt: string & {
262
262
  readonly?: "__readonly" | undefined;
263
263
  };
264
264
  disabled: boolean;
@@ -502,9 +502,9 @@ export default class {
502
502
  [x: string]: boolean;
503
503
  };
504
504
  events: {
505
- product_page: string;
506
- add_cart: string;
507
- purchase: string;
505
+ product_page: string | string[];
506
+ add_cart: string | string[];
507
+ purchase: string | string[];
508
508
  };
509
509
  meta: {
510
510
  [x: string]: string | number | boolean;
@@ -528,8 +528,8 @@ export default class {
528
528
  readonly?: "__readonly" | undefined;
529
529
  name?: string | undefined;
530
530
  quota: number;
531
- startDate?: Date | undefined;
532
- endDate?: Date | undefined;
531
+ startDate?: string | undefined;
532
+ endDate?: string | undefined;
533
533
  attributionPeriod?: number | undefined;
534
534
  monthlyCost?: number | undefined;
535
535
  };
@@ -546,10 +546,10 @@ export default class {
546
546
  timeLockAfterNextAttempts?: number | undefined;
547
547
  infiniteTimeLock?: boolean | undefined;
548
548
  } | undefined;
549
- readonly createdAt: Date & {
549
+ readonly createdAt: string & {
550
550
  readonly?: "__readonly" | undefined;
551
551
  };
552
- readonly updatedAt: Date & {
552
+ readonly updatedAt: string & {
553
553
  readonly?: "__readonly" | undefined;
554
554
  };
555
555
  disabled: boolean;
@@ -793,9 +793,9 @@ export default class {
793
793
  [x: string]: boolean;
794
794
  };
795
795
  events: {
796
- product_page: string;
797
- add_cart: string;
798
- purchase: string;
796
+ product_page: string | string[];
797
+ add_cart: string | string[];
798
+ purchase: string | string[];
799
799
  };
800
800
  meta: {
801
801
  [x: string]: string | number | boolean;
@@ -835,8 +835,8 @@ export default class {
835
835
  readonly?: "__readonly" | undefined;
836
836
  name?: string | undefined;
837
837
  quota: number;
838
- startDate?: Date | undefined;
839
- endDate?: Date | undefined;
838
+ startDate?: string | undefined;
839
+ endDate?: string | undefined;
840
840
  attributionPeriod?: number | undefined;
841
841
  monthlyCost?: number | undefined;
842
842
  };
@@ -853,10 +853,10 @@ export default class {
853
853
  timeLockAfterNextAttempts?: number | undefined;
854
854
  infiniteTimeLock?: boolean | undefined;
855
855
  } | undefined;
856
- readonly createdAt: Date & {
856
+ readonly createdAt: string & {
857
857
  readonly?: "__readonly" | undefined;
858
858
  };
859
- readonly updatedAt: Date & {
859
+ readonly updatedAt: string & {
860
860
  readonly?: "__readonly" | undefined;
861
861
  };
862
862
  disabled: boolean;
@@ -1100,9 +1100,9 @@ export default class {
1100
1100
  [x: string]: boolean;
1101
1101
  };
1102
1102
  events: {
1103
- product_page: string;
1104
- add_cart: string;
1105
- purchase: string;
1103
+ product_page: string | string[];
1104
+ add_cart: string | string[];
1105
+ purchase: string | string[];
1106
1106
  };
1107
1107
  meta: {
1108
1108
  [x: string]: string | number | boolean;
@@ -1131,8 +1131,8 @@ export default class {
1131
1131
  plan: {
1132
1132
  name?: string | undefined;
1133
1133
  quota: number;
1134
- startDate: Date;
1135
- endDate: Date;
1134
+ startDate: string;
1135
+ endDate: string;
1136
1136
  };
1137
1137
  }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
1138
1138
  status: "success";
@@ -1177,8 +1177,8 @@ export default class {
1177
1177
  readonly?: "__readonly" | undefined;
1178
1178
  };
1179
1179
  state: InvitationState;
1180
- createdAt: Date;
1181
- usedAt?: Date | undefined;
1180
+ createdAt: string;
1181
+ usedAt?: string | undefined;
1182
1182
  }[];
1183
1183
  }, any>>;
1184
1184
  create: (params: Record<string, never>, data: {
@@ -1207,8 +1207,8 @@ export default class {
1207
1207
  readonly?: "__readonly" | undefined;
1208
1208
  };
1209
1209
  state: InvitationState;
1210
- createdAt: Date;
1211
- usedAt?: Date | undefined;
1210
+ createdAt: string;
1211
+ usedAt?: string | undefined;
1212
1212
  };
1213
1213
  }, any>>;
1214
1214
  use: (params: {
@@ -1248,8 +1248,8 @@ export default class {
1248
1248
  readonly?: "__readonly" | undefined;
1249
1249
  };
1250
1250
  state: InvitationState;
1251
- createdAt: Date;
1252
- usedAt?: Date | undefined;
1251
+ createdAt: string;
1252
+ usedAt?: string | undefined;
1253
1253
  };
1254
1254
  }, any>>;
1255
1255
  };
@@ -1498,13 +1498,13 @@ export default class {
1498
1498
  readonly?: "__readonly" | undefined;
1499
1499
  };
1500
1500
  email: string;
1501
- readonly createdAt: Date & {
1501
+ readonly createdAt: string & {
1502
1502
  readonly?: "__readonly" | undefined;
1503
1503
  };
1504
- readonly updatedAt: Date & {
1504
+ readonly updatedAt: string & {
1505
1505
  readonly?: "__readonly" | undefined;
1506
1506
  };
1507
- readonly lastPasswordUpdate: Date & {
1507
+ readonly lastPasswordUpdate: string & {
1508
1508
  readonly?: "__readonly" | undefined;
1509
1509
  };
1510
1510
  readonly disabled: boolean & {
@@ -1515,7 +1515,7 @@ export default class {
1515
1515
  };
1516
1516
  readonly connection: {
1517
1517
  readonly?: "__readonly" | undefined;
1518
- lastAttempts?: Date | undefined;
1518
+ lastAttempts?: string | undefined;
1519
1519
  nbFail?: number | undefined;
1520
1520
  };
1521
1521
  profile?: {
@@ -1574,13 +1574,13 @@ export default class {
1574
1574
  readonly?: "__readonly" | undefined;
1575
1575
  };
1576
1576
  email: string;
1577
- readonly createdAt: Date & {
1577
+ readonly createdAt: string & {
1578
1578
  readonly?: "__readonly" | undefined;
1579
1579
  };
1580
- readonly updatedAt: Date & {
1580
+ readonly updatedAt: string & {
1581
1581
  readonly?: "__readonly" | undefined;
1582
1582
  };
1583
- readonly lastPasswordUpdate: Date & {
1583
+ readonly lastPasswordUpdate: string & {
1584
1584
  readonly?: "__readonly" | undefined;
1585
1585
  };
1586
1586
  readonly disabled: boolean & {
@@ -1591,7 +1591,7 @@ export default class {
1591
1591
  };
1592
1592
  readonly connection: {
1593
1593
  readonly?: "__readonly" | undefined;
1594
- lastAttempts?: Date | undefined;
1594
+ lastAttempts?: string | undefined;
1595
1595
  nbFail?: number | undefined;
1596
1596
  };
1597
1597
  profile?: {
@@ -1620,8 +1620,8 @@ export default class {
1620
1620
  readonly?: "__readonly" | undefined;
1621
1621
  name?: string | undefined;
1622
1622
  quota: number;
1623
- startDate?: Date | undefined;
1624
- endDate?: Date | undefined;
1623
+ startDate?: string | undefined;
1624
+ endDate?: string | undefined;
1625
1625
  attributionPeriod?: number | undefined;
1626
1626
  monthlyCost?: number | undefined;
1627
1627
  };
@@ -1638,10 +1638,10 @@ export default class {
1638
1638
  timeLockAfterNextAttempts?: number | undefined;
1639
1639
  infiniteTimeLock?: boolean | undefined;
1640
1640
  } | undefined;
1641
- readonly createdAt: Date & {
1641
+ readonly createdAt: string & {
1642
1642
  readonly?: "__readonly" | undefined;
1643
1643
  };
1644
- readonly updatedAt: Date & {
1644
+ readonly updatedAt: string & {
1645
1645
  readonly?: "__readonly" | undefined;
1646
1646
  };
1647
1647
  disabled: boolean;
@@ -1885,9 +1885,9 @@ export default class {
1885
1885
  [x: string]: boolean;
1886
1886
  };
1887
1887
  events: {
1888
- product_page: string;
1889
- add_cart: string;
1890
- purchase: string;
1888
+ product_page: string | string[];
1889
+ add_cart: string | string[];
1890
+ purchase: string | string[];
1891
1891
  };
1892
1892
  meta: {
1893
1893
  [x: string]: string | number | boolean;
@@ -1924,13 +1924,13 @@ export default class {
1924
1924
  readonly?: "__readonly" | undefined;
1925
1925
  };
1926
1926
  email: string;
1927
- readonly createdAt: Date & {
1927
+ readonly createdAt: string & {
1928
1928
  readonly?: "__readonly" | undefined;
1929
1929
  };
1930
- readonly updatedAt: Date & {
1930
+ readonly updatedAt: string & {
1931
1931
  readonly?: "__readonly" | undefined;
1932
1932
  };
1933
- readonly lastPasswordUpdate: Date & {
1933
+ readonly lastPasswordUpdate: string & {
1934
1934
  readonly?: "__readonly" | undefined;
1935
1935
  };
1936
1936
  readonly disabled: boolean & {
@@ -1941,7 +1941,7 @@ export default class {
1941
1941
  };
1942
1942
  readonly connection: {
1943
1943
  readonly?: "__readonly" | undefined;
1944
- lastAttempts?: Date | undefined;
1944
+ lastAttempts?: string | undefined;
1945
1945
  nbFail?: number | undefined;
1946
1946
  };
1947
1947
  profile?: {
@@ -1988,13 +1988,13 @@ export default class {
1988
1988
  readonly?: "__readonly" | undefined;
1989
1989
  }) | undefined;
1990
1990
  email?: string | undefined;
1991
- readonly createdAt?: (Date & {
1991
+ readonly createdAt?: (string & {
1992
1992
  readonly?: "__readonly" | undefined;
1993
1993
  }) | undefined;
1994
- readonly updatedAt?: (Date & {
1994
+ readonly updatedAt?: (string & {
1995
1995
  readonly?: "__readonly" | undefined;
1996
1996
  }) | undefined;
1997
- readonly lastPasswordUpdate?: (Date & {
1997
+ readonly lastPasswordUpdate?: (string & {
1998
1998
  readonly?: "__readonly" | undefined;
1999
1999
  }) | undefined;
2000
2000
  readonly disabled?: (boolean & {
@@ -2005,7 +2005,7 @@ export default class {
2005
2005
  }) | undefined;
2006
2006
  readonly connection?: {
2007
2007
  readonly?: "__readonly" | undefined;
2008
- lastAttempts?: Date | undefined;
2008
+ lastAttempts?: string | undefined;
2009
2009
  nbFail?: number | undefined;
2010
2010
  } | undefined;
2011
2011
  profile?: {
@@ -2044,13 +2044,13 @@ export default class {
2044
2044
  readonly?: "__readonly" | undefined;
2045
2045
  };
2046
2046
  email: string;
2047
- readonly createdAt: Date & {
2047
+ readonly createdAt: string & {
2048
2048
  readonly?: "__readonly" | undefined;
2049
2049
  };
2050
- readonly updatedAt: Date & {
2050
+ readonly updatedAt: string & {
2051
2051
  readonly?: "__readonly" | undefined;
2052
2052
  };
2053
- readonly lastPasswordUpdate: Date & {
2053
+ readonly lastPasswordUpdate: string & {
2054
2054
  readonly?: "__readonly" | undefined;
2055
2055
  };
2056
2056
  readonly disabled: boolean & {
@@ -2061,7 +2061,7 @@ export default class {
2061
2061
  };
2062
2062
  readonly connection: {
2063
2063
  readonly?: "__readonly" | undefined;
2064
- lastAttempts?: Date | undefined;
2064
+ lastAttempts?: string | undefined;
2065
2065
  nbFail?: number | undefined;
2066
2066
  };
2067
2067
  profile?: {
@@ -2104,13 +2104,13 @@ export default class {
2104
2104
  readonly?: "__readonly" | undefined;
2105
2105
  };
2106
2106
  email: string;
2107
- readonly createdAt: Date & {
2107
+ readonly createdAt: string & {
2108
2108
  readonly?: "__readonly" | undefined;
2109
2109
  };
2110
- readonly updatedAt: Date & {
2110
+ readonly updatedAt: string & {
2111
2111
  readonly?: "__readonly" | undefined;
2112
2112
  };
2113
- readonly lastPasswordUpdate: Date & {
2113
+ readonly lastPasswordUpdate: string & {
2114
2114
  readonly?: "__readonly" | undefined;
2115
2115
  };
2116
2116
  readonly disabled: boolean & {
@@ -2121,7 +2121,7 @@ export default class {
2121
2121
  };
2122
2122
  readonly connection: {
2123
2123
  readonly?: "__readonly" | undefined;
2124
- lastAttempts?: Date | undefined;
2124
+ lastAttempts?: string | undefined;
2125
2125
  nbFail?: number | undefined;
2126
2126
  };
2127
2127
  profile?: {
@@ -2166,13 +2166,13 @@ export default class {
2166
2166
  readonly?: "__readonly" | undefined;
2167
2167
  };
2168
2168
  email: string;
2169
- readonly createdAt: Date & {
2169
+ readonly createdAt: string & {
2170
2170
  readonly?: "__readonly" | undefined;
2171
2171
  };
2172
- readonly updatedAt: Date & {
2172
+ readonly updatedAt: string & {
2173
2173
  readonly?: "__readonly" | undefined;
2174
2174
  };
2175
- readonly lastPasswordUpdate: Date & {
2175
+ readonly lastPasswordUpdate: string & {
2176
2176
  readonly?: "__readonly" | undefined;
2177
2177
  };
2178
2178
  readonly disabled: boolean & {
@@ -2183,7 +2183,7 @@ export default class {
2183
2183
  };
2184
2184
  readonly connection: {
2185
2185
  readonly?: "__readonly" | undefined;
2186
- lastAttempts?: Date | undefined;
2186
+ lastAttempts?: string | undefined;
2187
2187
  nbFail?: number | undefined;
2188
2188
  };
2189
2189
  profile?: {
@@ -2228,13 +2228,13 @@ export default class {
2228
2228
  readonly?: "__readonly" | undefined;
2229
2229
  };
2230
2230
  email: string;
2231
- readonly createdAt: Date & {
2231
+ readonly createdAt: string & {
2232
2232
  readonly?: "__readonly" | undefined;
2233
2233
  };
2234
- readonly updatedAt: Date & {
2234
+ readonly updatedAt: string & {
2235
2235
  readonly?: "__readonly" | undefined;
2236
2236
  };
2237
- readonly lastPasswordUpdate: Date & {
2237
+ readonly lastPasswordUpdate: string & {
2238
2238
  readonly?: "__readonly" | undefined;
2239
2239
  };
2240
2240
  readonly disabled: boolean & {
@@ -2245,7 +2245,7 @@ export default class {
2245
2245
  };
2246
2246
  readonly connection: {
2247
2247
  readonly?: "__readonly" | undefined;
2248
- lastAttempts?: Date | undefined;
2248
+ lastAttempts?: string | undefined;
2249
2249
  nbFail?: number | undefined;
2250
2250
  };
2251
2251
  profile?: {
@@ -2295,13 +2295,13 @@ export default class {
2295
2295
  readonly?: "__readonly" | undefined;
2296
2296
  };
2297
2297
  email: string;
2298
- readonly createdAt: Date & {
2298
+ readonly createdAt: string & {
2299
2299
  readonly?: "__readonly" | undefined;
2300
2300
  };
2301
- readonly updatedAt: Date & {
2301
+ readonly updatedAt: string & {
2302
2302
  readonly?: "__readonly" | undefined;
2303
2303
  };
2304
- readonly lastPasswordUpdate: Date & {
2304
+ readonly lastPasswordUpdate: string & {
2305
2305
  readonly?: "__readonly" | undefined;
2306
2306
  };
2307
2307
  readonly disabled: boolean & {
@@ -2312,7 +2312,7 @@ export default class {
2312
2312
  };
2313
2313
  readonly connection: {
2314
2314
  readonly?: "__readonly" | undefined;
2315
- lastAttempts?: Date | undefined;
2315
+ lastAttempts?: string | undefined;
2316
2316
  nbFail?: number | undefined;
2317
2317
  };
2318
2318
  profile?: {
@@ -40,15 +40,15 @@ export declare type SerializedUser = {
40
40
  readonly companyId: (string) & readonlyP;
41
41
  readonly roleId: (string) & readonlyP;
42
42
  readonly resourceGroupIds: (string[]) & readonlyP;
43
- readonly createdAt: (Date) & readonlyP;
44
- readonly updatedAt: (Date) & readonlyP;
43
+ readonly createdAt: (string) & readonlyP;
44
+ readonly updatedAt: (string) & readonlyP;
45
45
  email: string;
46
46
  password: (string) & writeonlyP;
47
- readonly lastPasswordUpdate: (Date) & readonlyP;
47
+ readonly lastPasswordUpdate: (string) & readonlyP;
48
48
  readonly disabled: (boolean) & readonlyP;
49
49
  readonly mustUpdatePassword: (boolean) & readonlyP;
50
50
  readonly connection: ({
51
- lastAttempts?: Date;
51
+ lastAttempts?: string;
52
52
  nbFail?: number;
53
53
  }) & readonlyP;
54
54
  profile?: UserProfile;
@@ -217,12 +217,12 @@ export declare type SerializedCompany = {
217
217
  readonly id: (string) & readonlyP;
218
218
  defaultRoleId: string;
219
219
  defaultResourceGroupIds: string[];
220
- readonly createdAt: (Date) & readonlyP;
221
- readonly updatedAt: (Date) & readonlyP;
220
+ readonly createdAt: (string) & readonlyP;
221
+ readonly updatedAt: (string) & readonlyP;
222
222
  readonly plan: (Pick_Plan_quota_ & {
223
223
  name?: string;
224
- startDate?: Date;
225
- endDate?: Date;
224
+ startDate?: string;
225
+ endDate?: string;
226
226
  attributionPeriod?: number;
227
227
  monthlyCost?: number;
228
228
  }) & readonlyP;
@@ -251,9 +251,9 @@ export declare type SerializedCompany = {
251
251
  [key: string]: boolean;
252
252
  }) & readonlyP;
253
253
  events: {
254
- product_page: string;
255
- add_cart: string;
256
- purchase: string;
254
+ product_page: string | string[];
255
+ add_cart: string | string[];
256
+ purchase: string | string[];
257
257
  };
258
258
  meta: {
259
259
  [key: string]: string | number | (false) | (true);
@@ -313,8 +313,8 @@ export declare type SerializedInvitation = {
313
313
  readonly resourceGroupIds: (string[]) & readonlyP;
314
314
  readonly email: (string) & readonlyP;
315
315
  state: InvitationState;
316
- createdAt: Date;
317
- usedAt?: Date;
316
+ createdAt: string;
317
+ usedAt?: string;
318
318
  };
319
319
  export declare type Invitation = SerializedInvitation;
320
320
  export declare type SerializedResourceGroup = {
@@ -337,18 +337,18 @@ export declare type Partial_Pick_SerializedUser_email_or_companyId_or_roleId_or_
337
337
  readonly companyId?: (string) & readonlyP;
338
338
  readonly roleId?: (string) & readonlyP;
339
339
  readonly resourceGroupIds?: (string[]) & readonlyP;
340
- readonly lastPasswordUpdate?: (Date) & readonlyP;
340
+ readonly lastPasswordUpdate?: (string) & readonlyP;
341
341
  readonly disabled?: (boolean) & readonlyP;
342
342
  readonly mustUpdatePassword?: (boolean) & readonlyP;
343
343
  readonly connection?: ({
344
- lastAttempts?: Date;
344
+ lastAttempts?: string;
345
345
  nbFail?: number;
346
346
  }) & readonlyP;
347
347
  profile?: UserProfile;
348
348
  readonly hasOtp?: (boolean) & readonlyP;
349
349
  readonly id?: (string) & readonlyP;
350
- readonly createdAt?: (Date) & readonlyP;
351
- readonly updatedAt?: (Date) & readonlyP;
350
+ readonly createdAt?: (string) & readonlyP;
351
+ readonly updatedAt?: (string) & readonlyP;
352
352
  };
353
353
  export declare enum Variables {
354
354
  "RLVT-U" = "rlvt-u",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.52+6e9c822",
3
+ "version": "1.0.54+592b62a",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",