@rlvt/entity-manager-openapi-client 1.0.38 → 1.0.41

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
@@ -246,6 +246,7 @@ export default class {
246
246
  startDate?: Date | undefined;
247
247
  endDate?: Date | undefined;
248
248
  attributionPeriod?: number | undefined;
249
+ monthlyCost?: number | undefined;
249
250
  };
250
251
  password?: {
251
252
  passwordDuration?: number | undefined;
@@ -534,6 +535,7 @@ export default class {
534
535
  startDate?: Date | undefined;
535
536
  endDate?: Date | undefined;
536
537
  attributionPeriod?: number | undefined;
538
+ monthlyCost?: number | undefined;
537
539
  };
538
540
  password?: {
539
541
  passwordDuration?: number | undefined;
@@ -836,6 +838,7 @@ export default class {
836
838
  startDate?: Date | undefined;
837
839
  endDate?: Date | undefined;
838
840
  attributionPeriod?: number | undefined;
841
+ monthlyCost?: number | undefined;
839
842
  };
840
843
  password?: {
841
844
  passwordDuration?: number | undefined;
@@ -1630,6 +1633,7 @@ export default class {
1630
1633
  startDate?: Date | undefined;
1631
1634
  endDate?: Date | undefined;
1632
1635
  attributionPeriod?: number | undefined;
1636
+ monthlyCost?: number | undefined;
1633
1637
  };
1634
1638
  password?: {
1635
1639
  passwordDuration?: number | undefined;
@@ -222,6 +222,7 @@ export declare type SerializedCompany = {
222
222
  startDate?: Date;
223
223
  endDate?: Date;
224
224
  attributionPeriod?: number;
225
+ monthlyCost?: number;
225
226
  }) & readonlyP;
226
227
  name: string;
227
228
  password?: PasswordPolicy;
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBcVJELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCIn0=
17
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBc1JELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.38+5a4784a",
3
+ "version": "1.0.41+4b6532b",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",