@rlvt/entity-manager-openapi-client 1.0.79 → 1.0.80

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 CHANGED
@@ -98,7 +98,7 @@ export default class {
98
98
  status: "success";
99
99
  } & {
100
100
  data: {
101
- user: {
101
+ user?: {
102
102
  readonly id: string & {
103
103
  readonly?: "__readonly" | undefined;
104
104
  };
@@ -129,7 +129,7 @@ export default class {
129
129
  readonly accountType?: (("service-account" | "user") & {
130
130
  readonly?: "__readonly" | undefined;
131
131
  }) | undefined;
132
- };
132
+ } | undefined;
133
133
  isValid: boolean;
134
134
  revokedAt: string | null;
135
135
  expiresAt: string | null;
@@ -66,7 +66,7 @@ export declare type SerializedUser = {
66
66
  readonly accountType?: ("service-account" | "user") & readonlyP;
67
67
  };
68
68
  export declare type User = SerializedUser;
69
- export declare type InternalResponse_isValid_boolean_revokedAt_Date_null_expiresAt_Date_null_user_User = {
69
+ export declare type InternalResponse_isValid_boolean_revokedAt_Date_null_expiresAt_Date_null_user_import_home_node_src_models_users_User_undefined = {
70
70
  program: string;
71
71
  version: string;
72
72
  datetime: string;
@@ -77,7 +77,7 @@ export declare type InternalResponse_isValid_boolean_revokedAt_Date_null_expires
77
77
  isValid: boolean;
78
78
  revokedAt: string | null;
79
79
  expiresAt: string | null;
80
- user: User;
80
+ user?: User;
81
81
  };
82
82
  };
83
83
  export declare type InternalResponse_void = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.79+af23357",
3
+ "version": "1.0.80+ef94e2b",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",