Update list of export symbols
This commit is contained in:
parent
a6c1c11c06
commit
310dc571e2
1 changed files with 42 additions and 0 deletions
42
src/as2.lisp
42
src/as2.lisp
|
@ -8,8 +8,50 @@
|
||||||
(:use :cl)
|
(:use :cl)
|
||||||
(:export #:define-property-method
|
(:export #:define-property-method
|
||||||
#:define-property-methods
|
#:define-property-methods
|
||||||
|
;; Core Types
|
||||||
#:object
|
#:object
|
||||||
#:link
|
#:link
|
||||||
|
#:activity
|
||||||
|
#:intransitive-activity
|
||||||
|
#:collection
|
||||||
|
#:ordered-collection
|
||||||
|
#:collection-page
|
||||||
|
#:ordered-collection-page
|
||||||
|
;; Activity Types
|
||||||
|
#:accept
|
||||||
|
#:add
|
||||||
|
#:arrive
|
||||||
|
#:block
|
||||||
|
#:create
|
||||||
|
#:delete
|
||||||
|
#:dislike
|
||||||
|
#:flag
|
||||||
|
#:follow
|
||||||
|
#:ignore
|
||||||
|
#:invite
|
||||||
|
#:join
|
||||||
|
#:leave
|
||||||
|
#:like
|
||||||
|
#:listen
|
||||||
|
#:move
|
||||||
|
#:offer
|
||||||
|
#:question
|
||||||
|
#:reject
|
||||||
|
#:read
|
||||||
|
#:remove
|
||||||
|
#:tentative-reject
|
||||||
|
#:tentative-accept
|
||||||
|
#:travel
|
||||||
|
#:undo
|
||||||
|
#:update
|
||||||
|
#:view
|
||||||
|
;; Actor Types
|
||||||
|
#:application
|
||||||
|
#:group
|
||||||
|
#:organization
|
||||||
|
#:person
|
||||||
|
#:service
|
||||||
|
;; Properties
|
||||||
#:type-as2
|
#:type-as2
|
||||||
#:attachment
|
#:attachment
|
||||||
#:attributed-to
|
#:attributed-to
|
||||||
|
|
Loading…
Add table
Reference in a new issue