@rlvt/entity-manager-openapi-client 1.0.16 → 1.0.17

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
@@ -242,8 +242,8 @@ export default class {
242
242
  readonly?: "__readonly";
243
243
  name?: string;
244
244
  quota: number;
245
- startDate: Date;
246
- endDate: Date;
245
+ startDate?: Date;
246
+ endDate?: Date;
247
247
  };
248
248
  password?: {
249
249
  passwordDuration?: number;
@@ -519,8 +519,8 @@ export default class {
519
519
  readonly?: "__readonly";
520
520
  name?: string;
521
521
  quota: number;
522
- startDate: Date;
523
- endDate: Date;
522
+ startDate?: Date;
523
+ endDate?: Date;
524
524
  };
525
525
  password?: {
526
526
  passwordDuration?: number;
@@ -800,8 +800,8 @@ export default class {
800
800
  readonly?: "__readonly";
801
801
  name?: string;
802
802
  quota: number;
803
- startDate: Date;
804
- endDate: Date;
803
+ startDate?: Date;
804
+ endDate?: Date;
805
805
  };
806
806
  password?: {
807
807
  passwordDuration?: number;
@@ -1583,8 +1583,8 @@ export default class {
1583
1583
  readonly?: "__readonly";
1584
1584
  name?: string;
1585
1585
  quota: number;
1586
- startDate: Date;
1587
- endDate: Date;
1586
+ startDate?: Date;
1587
+ endDate?: Date;
1588
1588
  };
1589
1589
  password?: {
1590
1590
  passwordDuration?: number;
@@ -55,11 +55,8 @@ export declare type SerializedUser = {
55
55
  readonly hasOtp: (boolean) & readonlyP;
56
56
  };
57
57
  export declare type User = SerializedUser;
58
- export declare type Plan = {
58
+ export declare type Pick_Plan_quota_ = {
59
59
  quota: number;
60
- name?: string;
61
- startDate?: Date;
62
- endDate?: Date;
63
60
  };
64
61
  export declare type PasswordPolicy = {
65
62
  passwordDuration?: number;
@@ -209,9 +206,10 @@ export declare type SerializedCompany = {
209
206
  defaultResourceGroupIds: string[];
210
207
  readonly createdAt: (Date) & readonlyP;
211
208
  readonly updatedAt: (Date) & readonlyP;
212
- readonly plan: (Plan & {
213
- startDate: Date;
214
- endDate: Date;
209
+ readonly plan: (Pick_Plan_quota_ & {
210
+ name?: string;
211
+ startDate?: Date;
212
+ endDate?: Date;
215
213
  }) & readonlyP;
216
214
  name: string;
217
215
  password?: PasswordPolicy;
@@ -260,7 +258,7 @@ export declare type Partial_Record_esp_or_clientType_or_hubspotContactId_string_
260
258
  clientType?: string;
261
259
  hubspotContactId?: string;
262
260
  };
263
- export declare type RoleRule = {
261
+ export declare type Pick_RoleRule_fields_or_conditions_or_inverted_or_reason_or_action_or_subject_or_mustMatch_ = {
264
262
  fields?: string[];
265
263
  conditions?: {
266
264
  [key: string]: AnyValue;
@@ -274,6 +272,7 @@ export declare type RoleRule = {
274
272
  value: "companyId" | "roleId" | "resourceGroupIds" | "id";
275
273
  })[];
276
274
  };
275
+ export declare type RoleRule = Pick_RoleRule_fields_or_conditions_or_inverted_or_reason_or_action_or_subject_or_mustMatch_;
277
276
  export declare type SerializedRole = {
278
277
  readonly id: (string) & readonlyP;
279
278
  readonly companyId: (string) & readonlyP;
@@ -14,4 +14,4 @@ var InvitationState;
14
14
  InvitationState["USED"] = "used";
15
15
  InvitationState["CANCELED"] = "canceled";
16
16
  })(InvitationState = exports.InvitationState || (exports.InvitationState = {}));
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBd1FELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCIn0=
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBdVFELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.16+88b04a2",
3
+ "version": "1.0.17+3945682",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",