@rlvt/entity-manager-openapi-client 1.0.39 → 1.0.40
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 +4 -0
- package/build/definitions.d.ts +1 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
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;
|
package/build/definitions.d.ts
CHANGED
package/build/definitions.js
CHANGED
|
@@ -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,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBc1JELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCIn0=
|
package/package.json
CHANGED