@rlvt/entity-manager-openapi-client 1.0.44 → 1.0.47
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/definitions.d.ts +8 -0
- package/build/definitions.js +11 -2
- package/package.json +2 -2
package/build/definitions.d.ts
CHANGED
|
@@ -347,4 +347,12 @@ export declare type Partial_Pick_SerializedUser_email_or_companyId_or_roleId_or_
|
|
|
347
347
|
readonly createdAt?: (Date) & readonlyP;
|
|
348
348
|
readonly updatedAt?: (Date) & readonlyP;
|
|
349
349
|
};
|
|
350
|
+
export declare enum Variables {
|
|
351
|
+
"RLVT-U" = "rlvt-u",
|
|
352
|
+
"RLVT-M" = "rlvt-m",
|
|
353
|
+
UTM_CAMPAIGN = "utm_campaign",
|
|
354
|
+
UTM_SOURCE = "utm_source",
|
|
355
|
+
UTM_MEDIUM = "utm_medium",
|
|
356
|
+
UTM_TERM = "utm_term"
|
|
357
|
+
}
|
|
350
358
|
export {};
|
package/build/definitions.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.InvitationState = exports.Providers = void 0;
|
|
5
|
+
exports.Variables = exports.InvitationState = exports.Providers = void 0;
|
|
6
6
|
var Providers;
|
|
7
7
|
(function (Providers) {
|
|
8
8
|
Providers["GOOGLE"] = "google";
|
|
@@ -14,4 +14,13 @@ var InvitationState;
|
|
|
14
14
|
InvitationState["USED"] = "used";
|
|
15
15
|
InvitationState["CANCELED"] = "canceled";
|
|
16
16
|
})(InvitationState = exports.InvitationState || (exports.InvitationState = {}));
|
|
17
|
-
|
|
17
|
+
var Variables;
|
|
18
|
+
(function (Variables) {
|
|
19
|
+
Variables["RLVT-U"] = "rlvt-u";
|
|
20
|
+
Variables["RLVT-M"] = "rlvt-m";
|
|
21
|
+
Variables["UTM_CAMPAIGN"] = "utm_campaign";
|
|
22
|
+
Variables["UTM_SOURCE"] = "utm_source";
|
|
23
|
+
Variables["UTM_MEDIUM"] = "utm_medium";
|
|
24
|
+
Variables["UTM_TERM"] = "utm_term";
|
|
25
|
+
})(Variables = exports.Variables || (exports.Variables = {}));
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBa0NwQixJQUFZLFNBR1g7QUFIRCxXQUFZLFNBQVM7SUFDakIsOEJBQWlCLENBQUE7SUFDakIsZ0NBQW1CLENBQUE7QUFDdkIsQ0FBQyxFQUhXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBR3BCO0FBd1JELElBQVksZUFJWDtBQUpELFdBQVksZUFBZTtJQUN2QixzQ0FBbUIsQ0FBQTtJQUNuQixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQUpXLGVBQWUsR0FBZix1QkFBZSxLQUFmLHVCQUFlLFFBSTFCO0FBK0NELElBQVksU0FPWDtBQVBELFdBQVksU0FBUztJQUNqQiw4QkFBbUIsQ0FBQTtJQUNuQiw4QkFBbUIsQ0FBQTtJQUNuQiwwQ0FBNkIsQ0FBQTtJQUM3QixzQ0FBeUIsQ0FBQTtJQUN6QixzQ0FBeUIsQ0FBQTtJQUN6QixrQ0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBUFcsU0FBUyxHQUFULGlCQUFTLEtBQVQsaUJBQVMsUUFPcEIifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/entity-manager-openapi-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.47+cbb18c7",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"prepublish": "yarn build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"axios": "
|
|
17
|
+
"axios": "0.27.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^14.14.6",
|