@rlvt/entity-manager-openapi-client 1.0.75 → 1.0.76
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 +3 -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
|
@@ -157,6 +157,7 @@ export default class {
|
|
|
157
157
|
type: "datasource" | "individual" | "display";
|
|
158
158
|
subtype?: string | undefined;
|
|
159
159
|
quota: number;
|
|
160
|
+
usage?: number | undefined;
|
|
160
161
|
}[];
|
|
161
162
|
startDate: string;
|
|
162
163
|
endDate: string;
|
|
@@ -429,6 +430,7 @@ export default class {
|
|
|
429
430
|
type: "datasource" | "individual" | "display";
|
|
430
431
|
subtype?: string | undefined;
|
|
431
432
|
quota: number;
|
|
433
|
+
usage?: number | undefined;
|
|
432
434
|
}[];
|
|
433
435
|
startDate: string;
|
|
434
436
|
endDate: string;
|
|
@@ -717,6 +719,7 @@ export default class {
|
|
|
717
719
|
type: "datasource" | "individual" | "display";
|
|
718
720
|
subtype?: string | undefined;
|
|
719
721
|
quota: number;
|
|
722
|
+
usage?: number | undefined;
|
|
720
723
|
}[];
|
|
721
724
|
startDate: string;
|
|
722
725
|
endDate: string;
|
package/build/definitions.d.ts
CHANGED
package/build/definitions.js
CHANGED
|
@@ -18,4 +18,4 @@ var Variables;
|
|
|
18
18
|
Variables["UTM_MEDIUM"] = "utm_medium";
|
|
19
19
|
Variables["UTM_TERM"] = "utm_term";
|
|
20
20
|
})(Variables = exports.Variables || (exports.Variables = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBMFFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBGRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED