shred-api-client 2.9.4 → 2.9.5
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/dist/index.d.ts +0 -2
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3432,8 +3432,6 @@ declare const Actions: {
|
|
|
3432
3432
|
readonly PROJECT_REQUEST_REVIEW: "project.request_review";
|
|
3433
3433
|
readonly PROJECT_RECORD_INTERACTION: "project.record_interaction";
|
|
3434
3434
|
readonly PROJECT_CHECK_FREE_QUOTA: "project.check_free_quota";
|
|
3435
|
-
readonly PROJECT_LIST_OWN: "project.list_own";
|
|
3436
|
-
readonly PROJECT_VIEW_OWN: "project.view_own";
|
|
3437
3435
|
readonly EDITOR_LIST: "editor.list";
|
|
3438
3436
|
readonly EDITOR_GET: "editor.get";
|
|
3439
3437
|
readonly GOAL_VIEW_OWN: "goal.view_own";
|
package/dist/index.js
CHANGED
|
@@ -6047,8 +6047,6 @@ var Actions = {
|
|
|
6047
6047
|
PROJECT_REQUEST_REVIEW: "project.request_review",
|
|
6048
6048
|
PROJECT_RECORD_INTERACTION: "project.record_interaction",
|
|
6049
6049
|
PROJECT_CHECK_FREE_QUOTA: "project.check_free_quota",
|
|
6050
|
-
PROJECT_LIST_OWN: "project.list_own",
|
|
6051
|
-
PROJECT_VIEW_OWN: "project.view_own",
|
|
6052
6050
|
// — Editors —
|
|
6053
6051
|
EDITOR_LIST: "editor.list",
|
|
6054
6052
|
EDITOR_GET: "editor.get",
|
|
@@ -6137,8 +6135,6 @@ var ActionCatalog = {
|
|
|
6137
6135
|
[Actions.PROJECT_REQUEST_REVIEW]: { label: "Request a review on your own project", group: "Projects" },
|
|
6138
6136
|
[Actions.PROJECT_RECORD_INTERACTION]: { label: "Record an interaction on your own project", group: "Projects" },
|
|
6139
6137
|
[Actions.PROJECT_CHECK_FREE_QUOTA]: { label: "Check your own free-project quota", group: "Projects" },
|
|
6140
|
-
[Actions.PROJECT_LIST_OWN]: { label: "List your own projects", group: "Projects" },
|
|
6141
|
-
[Actions.PROJECT_VIEW_OWN]: { label: "View your own project", group: "Projects" },
|
|
6142
6138
|
// Editors (staff)
|
|
6143
6139
|
[Actions.EDITOR_LIST]: { label: "List all editors", group: "Editors" },
|
|
6144
6140
|
[Actions.EDITOR_GET]: { label: "View any editor", group: "Editors" },
|