@rlvt/entity-manager-openapi-client 1.0.63 → 1.0.64
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
|
@@ -499,6 +499,7 @@ export default class {
|
|
|
499
499
|
} | undefined;
|
|
500
500
|
custom?: {
|
|
501
501
|
colors?: string[] | undefined;
|
|
502
|
+
workflowDomain?: string | undefined;
|
|
502
503
|
} | undefined;
|
|
503
504
|
readonly retention: number & {
|
|
504
505
|
readonly?: "__readonly" | undefined;
|
|
@@ -792,6 +793,7 @@ export default class {
|
|
|
792
793
|
} | undefined;
|
|
793
794
|
custom?: {
|
|
794
795
|
colors?: string[] | undefined;
|
|
796
|
+
workflowDomain?: string | undefined;
|
|
795
797
|
} | undefined;
|
|
796
798
|
readonly retention: number & {
|
|
797
799
|
readonly?: "__readonly" | undefined;
|
|
@@ -1101,6 +1103,7 @@ export default class {
|
|
|
1101
1103
|
} | undefined;
|
|
1102
1104
|
custom?: {
|
|
1103
1105
|
colors?: string[] | undefined;
|
|
1106
|
+
workflowDomain?: string | undefined;
|
|
1104
1107
|
} | undefined;
|
|
1105
1108
|
readonly retention: number & {
|
|
1106
1109
|
readonly?: "__readonly" | undefined;
|
|
@@ -1895,6 +1898,7 @@ export default class {
|
|
|
1895
1898
|
} | undefined;
|
|
1896
1899
|
custom?: {
|
|
1897
1900
|
colors?: string[] | undefined;
|
|
1901
|
+
workflowDomain?: string | undefined;
|
|
1898
1902
|
} | undefined;
|
|
1899
1903
|
readonly retention: number & {
|
|
1900
1904
|
readonly?: "__readonly" | undefined;
|
package/build/definitions.d.ts
CHANGED
package/build/definitions.js
CHANGED
|
@@ -23,4 +23,4 @@ var Variables;
|
|
|
23
23
|
Variables["UTM_MEDIUM"] = "utm_medium";
|
|
24
24
|
Variables["UTM_TERM"] = "utm_term";
|
|
25
25
|
})(Variables = exports.Variables || (exports.Variables = {}));
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBOFJELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCO0FBNkNELElBQVksU0FPWDtBQVBELFdBQVksU0FBUztJQUNqQiw4QkFBbUIsQ0FBQTtJQUNuQiw4QkFBbUIsQ0FBQTtJQUNuQiwwQ0FBNkIsQ0FBQTtJQUM3QixzQ0FBeUIsQ0FBQTtJQUN6QixzQ0FBeUIsQ0FBQTtJQUN6QixrQ0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBUFcsU0FBUyxHQUFULGlCQUFTLEtBQVQsaUJBQVMsUUFPcEIifQ==
|
package/package.json
CHANGED