Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8929264
responses.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
569 B
Referenced Files
None
Subscribers
None
responses.ts
View Options
import
{
CollectionItem
}
from
"../../src/chip-types/collection-item"
;
export
class
NewSession
{
status
:
string
;
message
:
string
;
data
:
any
;
metadata
:
any
;
constructor
(
session_id
:
string
)
{
this
.
status
=
"success"
;
this
.
message
=
"Logged in!"
;
Object
.
defineProperty
(
this
,
"metadata"
,
{
value
:
{
session_id
:
session_id
},
});
this
.
data
=
{};
}
}
export
class
ResourceCreated
{
[
field
:
string
]
:
any
;
constructor
(
item
:
CollectionItem
)
{
for
(
const
field
in
item
.
collection
.
fields
)
{
this
[
field
]
=
item
.
get
(
field
);
}
this
.
id
=
item
.
id
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sat, Sep 20, 22:17 (12 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
932762
Default Alt Text
responses.ts (569 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment