@rlvt/entity-manager-openapi-client 1.0.176 → 1.0.177
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 -4
- package/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1960,7 +1960,7 @@ export default class {
|
|
|
1960
1960
|
action?: string | undefined;
|
|
1961
1961
|
actorType?: "user" | "scim" | "internal" | "anonymous" | undefined;
|
|
1962
1962
|
actorId?: string | undefined;
|
|
1963
|
-
targetType?: "user" | "datasource" | "invitation" | "company" | "role" | "resourceGroup" | "workflow" | "content" | "datagraph" | "loop" | "query" | "case" | "agent" | "conversation" | undefined;
|
|
1963
|
+
targetType?: "user" | "datasource" | "invitation" | "company" | "role" | "resourceGroup" | "workflow" | "content" | "datagraph" | "loop" | "query" | "case" | "agent" | "conversation" | "font" | "resource" | "analyticsSettings" | undefined;
|
|
1964
1964
|
targetId?: string | undefined;
|
|
1965
1965
|
from?: string | undefined;
|
|
1966
1966
|
to?: string | undefined;
|
|
@@ -2002,7 +2002,7 @@ export default class {
|
|
|
2002
2002
|
readonly target?: {
|
|
2003
2003
|
readonly?: "__readonly" | undefined;
|
|
2004
2004
|
id?: string | undefined;
|
|
2005
|
-
type: "user" | "datasource" | "invitation" | "company" | "role" | "resourceGroup" | "workflow" | "content" | "datagraph" | "loop" | "query" | "case" | "agent" | "conversation";
|
|
2005
|
+
type: "user" | "datasource" | "invitation" | "company" | "role" | "resourceGroup" | "workflow" | "content" | "datagraph" | "loop" | "query" | "case" | "agent" | "conversation" | "font" | "resource" | "analyticsSettings";
|
|
2006
2006
|
label?: string | undefined;
|
|
2007
2007
|
} | undefined;
|
|
2008
2008
|
readonly source?: {
|
|
@@ -2382,16 +2382,16 @@ export default class {
|
|
|
2382
2382
|
username: string;
|
|
2383
2383
|
"x-otp-code"?: string | undefined;
|
|
2384
2384
|
} | {
|
|
2385
|
+
resource?: string | undefined;
|
|
2385
2386
|
refresh_token: string;
|
|
2386
2387
|
client_id: string;
|
|
2387
2388
|
grant_type: "refresh_token";
|
|
2388
|
-
resource?: string | undefined;
|
|
2389
2389
|
client_secret?: string | undefined;
|
|
2390
2390
|
} | {
|
|
2391
|
+
resource?: string | undefined;
|
|
2391
2392
|
code: string;
|
|
2392
2393
|
client_id: string;
|
|
2393
2394
|
grant_type: "authorization_code";
|
|
2394
|
-
resource?: string | undefined;
|
|
2395
2395
|
client_secret?: string | undefined;
|
|
2396
2396
|
redirect_uri: string;
|
|
2397
2397
|
code_verifier: string;
|
package/build/definitions.d.ts
CHANGED
|
@@ -533,7 +533,7 @@ export declare type SerializedAuditLog = {
|
|
|
533
533
|
label?: string;
|
|
534
534
|
}) & readonlyP;
|
|
535
535
|
readonly target?: ({
|
|
536
|
-
type: "user" | "company" | "role" | "datasource" | "invitation" | "resourceGroup" | "workflow" | "content" | "datagraph" | "loop" | "query" | "case" | "agent" | "conversation";
|
|
536
|
+
type: "user" | "company" | "role" | "datasource" | "invitation" | "resourceGroup" | "workflow" | "content" | "datagraph" | "loop" | "query" | "case" | "agent" | "conversation" | "font" | "resource" | "analyticsSettings";
|
|
537
537
|
id?: string;
|
|
538
538
|
label?: string;
|
|
539
539
|
}) & readonlyP;
|
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.177+48848b6",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|