Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F8929412
responses.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
565 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:44 (15 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
929667
Default Alt Text
responses.ts (565 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment