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

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;
@@ -1305,7 +1305,7 @@ export default class {
1305
1305
  };
1306
1306
  inverted?: boolean;
1307
1307
  reason?: string;
1308
- subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content";
1308
+ subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
1309
1309
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
1310
1310
  field: string;
1311
1311
  value: "companyId" | "roleId" | "resourceGroupIds" | "id";
@@ -1325,7 +1325,7 @@ export default class {
1325
1325
  };
1326
1326
  inverted?: boolean;
1327
1327
  reason?: string;
1328
- subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content";
1328
+ subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
1329
1329
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
1330
1330
  field: string;
1331
1331
  value: "companyId" | "roleId" | "resourceGroupIds" | "id";
@@ -1354,7 +1354,7 @@ export default class {
1354
1354
  };
1355
1355
  inverted?: boolean;
1356
1356
  reason?: string;
1357
- subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content";
1357
+ subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
1358
1358
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
1359
1359
  field: string;
1360
1360
  value: "companyId" | "roleId" | "resourceGroupIds" | "id";
@@ -1374,7 +1374,7 @@ export default class {
1374
1374
  };
1375
1375
  inverted?: boolean;
1376
1376
  reason?: string;
1377
- subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content";
1377
+ subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
1378
1378
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
1379
1379
  field: string;
1380
1380
  value: "companyId" | "roleId" | "resourceGroupIds" | "id";
@@ -1403,7 +1403,7 @@ export default class {
1403
1403
  };
1404
1404
  inverted?: boolean;
1405
1405
  reason?: string;
1406
- subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content";
1406
+ subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
1407
1407
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
1408
1408
  field: string;
1409
1409
  value: "companyId" | "roleId" | "resourceGroupIds" | "id";
@@ -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;
@@ -268,12 +266,13 @@ export declare type RoleRule = {
268
266
  inverted?: boolean;
269
267
  reason?: string;
270
268
  action: "create" | "read" | "update" | "delete" | "access";
271
- subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content";
269
+ subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
272
270
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
273
271
  field: string;
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.20+3678a53",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",