@vm0/cli 9.202.0 → 9.202.2
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.
|
@@ -80403,7 +80403,7 @@ if (DSN) {
|
|
|
80403
80403
|
init2({
|
|
80404
80404
|
dsn: DSN,
|
|
80405
80405
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
80406
|
-
release: "9.202.
|
|
80406
|
+
release: "9.202.2",
|
|
80407
80407
|
sendDefaultPii: false,
|
|
80408
80408
|
tracesSampleRate: 0,
|
|
80409
80409
|
shutdownTimeout: 500,
|
|
@@ -80422,7 +80422,7 @@ if (DSN) {
|
|
|
80422
80422
|
}
|
|
80423
80423
|
});
|
|
80424
80424
|
setContext("cli", {
|
|
80425
|
-
version: "9.202.
|
|
80425
|
+
version: "9.202.2",
|
|
80426
80426
|
command: process.argv.slice(2).join(" ")
|
|
80427
80427
|
});
|
|
80428
80428
|
setContext("runtime", {
|
|
@@ -155799,44 +155799,25 @@ var sentryFirewall = {
|
|
|
155799
155799
|
"PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
155800
155800
|
"DELETE /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
155801
155801
|
"POST /api/0/organizations/{organization_id_or_slug}/monitors/",
|
|
155802
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
155803
155802
|
"PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
155804
155803
|
"DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
155805
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
155806
155804
|
"POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
|
|
155807
155805
|
"POST /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155808
155806
|
"PUT /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155809
155807
|
"DELETE /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155810
155808
|
"PUT /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
155811
155809
|
"DELETE /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
155812
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
155813
155810
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
155814
|
-
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/"
|
|
155815
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/"
|
|
155811
|
+
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/"
|
|
155816
155812
|
]
|
|
155817
155813
|
},
|
|
155818
155814
|
{
|
|
155819
155815
|
name: "event:admin",
|
|
155820
155816
|
rules: [
|
|
155821
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/",
|
|
155822
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/issues/",
|
|
155823
155817
|
"DELETE /api/0/organizations/{organization_id_or_slug}/issues/",
|
|
155824
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/",
|
|
155825
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/",
|
|
155826
155818
|
"DELETE /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/",
|
|
155827
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/",
|
|
155828
|
-
"POST /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/",
|
|
155829
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/",
|
|
155830
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/{event_id}/",
|
|
155831
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/external-issues/",
|
|
155832
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/hashes/",
|
|
155833
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/",
|
|
155834
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/",
|
|
155835
|
-
"GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/",
|
|
155836
155819
|
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/",
|
|
155837
|
-
"
|
|
155838
|
-
"DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/",
|
|
155839
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
155820
|
+
"DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/"
|
|
155840
155821
|
]
|
|
155841
155822
|
},
|
|
155842
155823
|
{
|
|
@@ -155853,45 +155834,23 @@ var sentryFirewall = {
|
|
|
155853
155834
|
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/",
|
|
155854
155835
|
"GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/",
|
|
155855
155836
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/",
|
|
155856
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/"
|
|
155857
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
155837
|
+
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/"
|
|
155858
155838
|
]
|
|
155859
155839
|
},
|
|
155860
155840
|
{
|
|
155861
155841
|
name: "event:write",
|
|
155862
155842
|
rules: [
|
|
155863
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/",
|
|
155864
155843
|
"PUT /api/0/organizations/{organization_id_or_slug}/issues/",
|
|
155865
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/",
|
|
155866
155844
|
"PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/",
|
|
155867
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/",
|
|
155868
155845
|
"POST /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/",
|
|
155869
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/",
|
|
155870
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/{event_id}/",
|
|
155871
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/external-issues/",
|
|
155872
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/hashes/",
|
|
155873
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/",
|
|
155874
|
-
"GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/",
|
|
155875
|
-
"GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/",
|
|
155876
155846
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/",
|
|
155877
|
-
"
|
|
155878
|
-
"POST /api/0/sentry-app-installations/{uuid}/external-issues/",
|
|
155879
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
155847
|
+
"POST /api/0/sentry-app-installations/{uuid}/external-issues/"
|
|
155880
155848
|
]
|
|
155881
155849
|
},
|
|
155882
155850
|
{
|
|
155883
155851
|
name: "member:admin",
|
|
155884
155852
|
rules: [
|
|
155885
|
-
"GET /api/0/organizations/{organization_id_or_slug}/members/",
|
|
155886
|
-
"POST /api/0/organizations/{organization_id_or_slug}/members/",
|
|
155887
|
-
"GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
|
|
155888
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
|
|
155889
155853
|
"DELETE /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
|
|
155890
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
155891
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users",
|
|
155892
|
-
"POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Users",
|
|
155893
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}",
|
|
155894
|
-
"PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}",
|
|
155895
155854
|
"DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
|
|
155896
155855
|
]
|
|
155897
155856
|
},
|
|
@@ -155908,98 +155867,23 @@ var sentryFirewall = {
|
|
|
155908
155867
|
"GET /api/0/organizations/{organization_id_or_slug}/members/",
|
|
155909
155868
|
"GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
|
|
155910
155869
|
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users",
|
|
155911
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
|
|
155912
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
155870
|
+
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
|
|
155913
155871
|
]
|
|
155914
155872
|
},
|
|
155915
155873
|
{
|
|
155916
155874
|
name: "member:write",
|
|
155917
155875
|
rules: [
|
|
155918
|
-
"GET /api/0/organizations/{organization_id_or_slug}/members/",
|
|
155919
|
-
"POST /api/0/organizations/{organization_id_or_slug}/members/",
|
|
155920
|
-
"GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
|
|
155921
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
|
|
155922
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
155923
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users",
|
|
155924
155876
|
"POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Users",
|
|
155925
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}",
|
|
155926
155877
|
"PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
|
|
155927
155878
|
]
|
|
155928
155879
|
},
|
|
155929
155880
|
{
|
|
155930
155881
|
name: "org:admin",
|
|
155931
155882
|
rules: [
|
|
155932
|
-
"GET /api/0/organizations/",
|
|
155933
|
-
"GET /api/0/organizations/{organization_id_or_slug}/",
|
|
155934
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/",
|
|
155935
|
-
"GET /api/0/organizations/{organization_id_or_slug}/config/integrations/",
|
|
155936
|
-
"GET /api/0/organizations/{organization_id_or_slug}/dashboards/",
|
|
155937
|
-
"POST /api/0/organizations/{organization_id_or_slug}/dashboards/",
|
|
155938
|
-
"GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
|
|
155939
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
|
|
155940
155883
|
"DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
|
|
155941
|
-
"GET /api/0/organizations/{organization_id_or_slug}/detectors/",
|
|
155942
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
|
|
155943
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/detectors/",
|
|
155944
|
-
"GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
155945
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
155946
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
155947
|
-
"GET /api/0/organizations/{organization_id_or_slug}/discover/saved/",
|
|
155948
|
-
"POST /api/0/organizations/{organization_id_or_slug}/discover/saved/",
|
|
155949
|
-
"GET /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
|
|
155950
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
|
|
155951
155884
|
"DELETE /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
|
|
155952
|
-
"GET /api/0/organizations/{organization_id_or_slug}/environments/",
|
|
155953
|
-
"GET /api/0/organizations/{organization_id_or_slug}/eventids/{event_id}/",
|
|
155954
|
-
"GET /api/0/organizations/{organization_id_or_slug}/events-timeseries/",
|
|
155955
|
-
"GET /api/0/organizations/{organization_id_or_slug}/events/",
|
|
155956
|
-
"POST /api/0/organizations/{organization_id_or_slug}/external-users/",
|
|
155957
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/",
|
|
155958
155885
|
"DELETE /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/",
|
|
155959
|
-
"GET /api/0/organizations/{organization_id_or_slug}/integrations/",
|
|
155960
|
-
"GET /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
|
|
155961
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
|
|
155962
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
155963
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
155964
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/",
|
|
155965
|
-
"POST /api/0/organizations/{organization_id_or_slug}/monitors/",
|
|
155966
|
-
"GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
|
|
155967
|
-
"POST /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
|
|
155968
|
-
"GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
|
|
155969
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
|
|
155970
155886
|
"DELETE /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
|
|
155971
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/install-details/",
|
|
155972
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/size-analysis/",
|
|
155973
|
-
"GET /api/0/organizations/{organization_id_or_slug}/profiling/chunks/",
|
|
155974
|
-
"GET /api/0/organizations/{organization_id_or_slug}/profiling/flamegraph/",
|
|
155975
|
-
"GET /api/0/organizations/{organization_id_or_slug}/project-keys/",
|
|
155976
|
-
"GET /api/0/organizations/{organization_id_or_slug}/projects/",
|
|
155977
|
-
"GET /api/0/organizations/{organization_id_or_slug}/relay_usage/",
|
|
155978
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replay-count/",
|
|
155979
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replay-selectors/",
|
|
155980
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replays/",
|
|
155981
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/",
|
|
155982
|
-
"GET /api/0/organizations/{organization_id_or_slug}/repos/",
|
|
155983
|
-
"GET /api/0/organizations/{organization_id_or_slug}/repos/{repo_id}/commits/",
|
|
155984
|
-
"GET /api/0/organizations/{organization_id_or_slug}/sentry-apps/",
|
|
155985
|
-
"GET /api/0/organizations/{organization_id_or_slug}/sessions/",
|
|
155986
|
-
"GET /api/0/organizations/{organization_id_or_slug}/stats-summary/",
|
|
155987
|
-
"GET /api/0/organizations/{organization_id_or_slug}/stats_v2/",
|
|
155988
|
-
"GET /api/0/organizations/{organization_id_or_slug}/tags/",
|
|
155989
|
-
"GET /api/0/organizations/{organization_id_or_slug}/teams/",
|
|
155990
|
-
"POST /api/0/organizations/{organization_id_or_slug}/teams/",
|
|
155991
|
-
"GET /api/0/organizations/{organization_id_or_slug}/trace-items/attributes/",
|
|
155992
|
-
"GET /api/0/organizations/{organization_id_or_slug}/trace-meta/{trace_id}/",
|
|
155993
|
-
"GET /api/0/organizations/{organization_id_or_slug}/trace/{trace_id}/",
|
|
155994
|
-
"GET /api/0/organizations/{organization_id_or_slug}/user-teams/",
|
|
155995
|
-
"GET /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155996
|
-
"POST /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155997
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155998
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
155999
|
-
"GET /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
156000
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
156001
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
156002
|
-
"PUT /api/0/sentry-apps/{sentry_app_id_or_slug}/",
|
|
156003
155887
|
"DELETE /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
156004
155888
|
]
|
|
156005
155889
|
},
|
|
@@ -156009,15 +155893,8 @@ var sentryFirewall = {
|
|
|
156009
155893
|
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/",
|
|
156010
155894
|
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156011
155895
|
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/",
|
|
156012
|
-
"GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
|
|
156013
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156014
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156015
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156016
|
-
"POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156017
|
-
"GET /api/0/organizations/{organization_id_or_slug}/repos/",
|
|
156018
155896
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/",
|
|
156019
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/"
|
|
156020
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/"
|
|
155897
|
+
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/"
|
|
156021
155898
|
]
|
|
156022
155899
|
},
|
|
156023
155900
|
{
|
|
@@ -156026,7 +155903,6 @@ var sentryFirewall = {
|
|
|
156026
155903
|
"GET /api/0/organizations/{organization_id_or_slug}/integrations/",
|
|
156027
155904
|
"GET /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
|
|
156028
155905
|
"DELETE /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
|
|
156029
|
-
"GET /api/0/organizations/{organization_id_or_slug}/repos/",
|
|
156030
155906
|
"GET /api/0/organizations/{organization_id_or_slug}/sentry-app-installations/"
|
|
156031
155907
|
]
|
|
156032
155908
|
},
|
|
@@ -156038,8 +155914,6 @@ var sentryFirewall = {
|
|
|
156038
155914
|
"GET /api/0/organizations/{organization_id_or_slug}/config/integrations/",
|
|
156039
155915
|
"GET /api/0/organizations/{organization_id_or_slug}/dashboards/",
|
|
156040
155916
|
"GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
|
|
156041
|
-
"GET /api/0/organizations/{organization_id_or_slug}/detectors/",
|
|
156042
|
-
"GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
156043
155917
|
"GET /api/0/organizations/{organization_id_or_slug}/discover/saved/",
|
|
156044
155918
|
"GET /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
|
|
156045
155919
|
"GET /api/0/organizations/{organization_id_or_slug}/environments/",
|
|
@@ -156047,9 +155921,6 @@ var sentryFirewall = {
|
|
|
156047
155921
|
"GET /api/0/organizations/{organization_id_or_slug}/events-timeseries/",
|
|
156048
155922
|
"GET /api/0/organizations/{organization_id_or_slug}/events/",
|
|
156049
155923
|
"GET /api/0/organizations/{organization_id_or_slug}/forwarding/",
|
|
156050
|
-
"GET /api/0/organizations/{organization_id_or_slug}/integrations/",
|
|
156051
|
-
"GET /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
|
|
156052
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/",
|
|
156053
155924
|
"GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
|
|
156054
155925
|
"GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
|
|
156055
155926
|
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/install-details/",
|
|
@@ -156065,7 +155936,6 @@ var sentryFirewall = {
|
|
|
156065
155936
|
"GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/",
|
|
156066
155937
|
"GET /api/0/organizations/{organization_id_or_slug}/repos/",
|
|
156067
155938
|
"GET /api/0/organizations/{organization_id_or_slug}/repos/{repo_id}/commits/",
|
|
156068
|
-
"GET /api/0/organizations/{organization_id_or_slug}/sentry-app-installations/",
|
|
156069
155939
|
"GET /api/0/organizations/{organization_id_or_slug}/sentry-apps/",
|
|
156070
155940
|
"GET /api/0/organizations/{organization_id_or_slug}/sessions/",
|
|
156071
155941
|
"GET /api/0/organizations/{organization_id_or_slug}/stats-summary/",
|
|
@@ -156076,154 +155946,36 @@ var sentryFirewall = {
|
|
|
156076
155946
|
"GET /api/0/organizations/{organization_id_or_slug}/trace-meta/{trace_id}/",
|
|
156077
155947
|
"GET /api/0/organizations/{organization_id_or_slug}/trace/{trace_id}/",
|
|
156078
155948
|
"GET /api/0/organizations/{organization_id_or_slug}/user-teams/",
|
|
156079
|
-
"GET /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
156080
|
-
"GET /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
156081
155949
|
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
156082
155950
|
]
|
|
156083
155951
|
},
|
|
156084
155952
|
{
|
|
156085
155953
|
name: "org:write",
|
|
156086
155954
|
rules: [
|
|
156087
|
-
"GET /api/0/organizations/",
|
|
156088
|
-
"GET /api/0/organizations/{organization_id_or_slug}/",
|
|
156089
155955
|
"PUT /api/0/organizations/{organization_id_or_slug}/",
|
|
156090
|
-
"GET /api/0/organizations/{organization_id_or_slug}/config/integrations/",
|
|
156091
|
-
"GET /api/0/organizations/{organization_id_or_slug}/dashboards/",
|
|
156092
155956
|
"POST /api/0/organizations/{organization_id_or_slug}/dashboards/",
|
|
156093
|
-
"GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
|
|
156094
155957
|
"PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
|
|
156095
|
-
"GET /api/0/organizations/{organization_id_or_slug}/detectors/",
|
|
156096
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/detectors/",
|
|
156097
|
-
"GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
156098
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
|
|
156099
|
-
"GET /api/0/organizations/{organization_id_or_slug}/discover/saved/",
|
|
156100
155958
|
"POST /api/0/organizations/{organization_id_or_slug}/discover/saved/",
|
|
156101
|
-
"GET /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
|
|
156102
155959
|
"PUT /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
|
|
156103
|
-
"GET /api/0/organizations/{organization_id_or_slug}/environments/",
|
|
156104
|
-
"GET /api/0/organizations/{organization_id_or_slug}/eventids/{event_id}/",
|
|
156105
|
-
"GET /api/0/organizations/{organization_id_or_slug}/events-timeseries/",
|
|
156106
|
-
"GET /api/0/organizations/{organization_id_or_slug}/events/",
|
|
156107
155960
|
"POST /api/0/organizations/{organization_id_or_slug}/external-users/",
|
|
156108
155961
|
"PUT /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/",
|
|
156109
155962
|
"POST /api/0/organizations/{organization_id_or_slug}/forwarding/",
|
|
156110
155963
|
"PUT /api/0/organizations/{organization_id_or_slug}/forwarding/{data_forwarder_id}/",
|
|
156111
|
-
"GET /api/0/organizations/{organization_id_or_slug}/integrations/",
|
|
156112
|
-
"GET /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
|
|
156113
|
-
"POST /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
156114
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
156115
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/",
|
|
156116
|
-
"POST /api/0/organizations/{organization_id_or_slug}/monitors/",
|
|
156117
|
-
"GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
|
|
156118
155964
|
"POST /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
|
|
156119
|
-
"GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
|
|
156120
155965
|
"PUT /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
|
|
156121
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/install-details/",
|
|
156122
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/size-analysis/",
|
|
156123
|
-
"GET /api/0/organizations/{organization_id_or_slug}/profiling/chunks/",
|
|
156124
|
-
"GET /api/0/organizations/{organization_id_or_slug}/profiling/flamegraph/",
|
|
156125
|
-
"GET /api/0/organizations/{organization_id_or_slug}/project-keys/",
|
|
156126
|
-
"GET /api/0/organizations/{organization_id_or_slug}/projects/",
|
|
156127
|
-
"GET /api/0/organizations/{organization_id_or_slug}/relay_usage/",
|
|
156128
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replay-count/",
|
|
156129
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replay-selectors/",
|
|
156130
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replays/",
|
|
156131
|
-
"GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/",
|
|
156132
|
-
"GET /api/0/organizations/{organization_id_or_slug}/repos/",
|
|
156133
|
-
"GET /api/0/organizations/{organization_id_or_slug}/repos/{repo_id}/commits/",
|
|
156134
|
-
"GET /api/0/organizations/{organization_id_or_slug}/sentry-apps/",
|
|
156135
|
-
"GET /api/0/organizations/{organization_id_or_slug}/sessions/",
|
|
156136
|
-
"GET /api/0/organizations/{organization_id_or_slug}/stats-summary/",
|
|
156137
|
-
"GET /api/0/organizations/{organization_id_or_slug}/stats_v2/",
|
|
156138
|
-
"GET /api/0/organizations/{organization_id_or_slug}/tags/",
|
|
156139
|
-
"GET /api/0/organizations/{organization_id_or_slug}/teams/",
|
|
156140
|
-
"POST /api/0/organizations/{organization_id_or_slug}/teams/",
|
|
156141
|
-
"GET /api/0/organizations/{organization_id_or_slug}/trace-items/attributes/",
|
|
156142
|
-
"GET /api/0/organizations/{organization_id_or_slug}/trace-meta/{trace_id}/",
|
|
156143
|
-
"GET /api/0/organizations/{organization_id_or_slug}/trace/{trace_id}/",
|
|
156144
|
-
"GET /api/0/organizations/{organization_id_or_slug}/user-teams/",
|
|
156145
|
-
"GET /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
156146
|
-
"POST /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
156147
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/workflows/",
|
|
156148
|
-
"GET /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
156149
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
|
|
156150
155966
|
"PUT /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
156151
155967
|
]
|
|
156152
155968
|
},
|
|
156153
155969
|
{
|
|
156154
155970
|
name: "project:admin",
|
|
156155
155971
|
rules: [
|
|
156156
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156157
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156158
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156159
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
156160
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/",
|
|
156161
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156162
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156163
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/",
|
|
156164
|
-
"POST /api/0/organizations/{organization_id_or_slug}/projects/",
|
|
156165
|
-
"POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
|
|
156166
|
-
"GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
|
|
156167
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156168
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156169
|
-
"DELETE /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156170
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156171
|
-
"POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156172
|
-
"POST /api/0/organizations/{organization_id_or_slug}/spike-protections/",
|
|
156173
155972
|
"DELETE /api/0/organizations/{organization_id_or_slug}/spike-protections/",
|
|
156174
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
|
|
156175
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
|
|
156176
155973
|
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
|
|
156177
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/",
|
|
156178
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/",
|
|
156179
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/",
|
|
156180
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/",
|
|
156181
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/",
|
|
156182
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/",
|
|
156183
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/",
|
|
156184
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/{attachment_id}/",
|
|
156185
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/",
|
|
156186
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/",
|
|
156187
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/",
|
|
156188
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/{filter_id}/",
|
|
156189
155974
|
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/",
|
|
156190
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/",
|
|
156191
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/",
|
|
156192
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
|
|
156193
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
|
|
156194
155975
|
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
|
|
156195
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/members/",
|
|
156196
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156197
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156198
|
-
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156199
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
156200
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
|
|
156201
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
|
|
156202
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/size-analysis/status-check-rules/",
|
|
156203
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/snapshots/status-check-rules/",
|
|
156204
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/",
|
|
156205
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/",
|
|
156206
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/profiling/profiles/{profile_id}/",
|
|
156207
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/",
|
|
156208
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
|
|
156209
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
|
|
156210
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/{job_id}/",
|
|
156211
155976
|
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/",
|
|
156212
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/",
|
|
156213
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/",
|
|
156214
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/{segment_id}/",
|
|
156215
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/repo/",
|
|
156216
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/stats/",
|
|
156217
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156218
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156219
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156220
155977
|
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156221
|
-
"
|
|
156222
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/",
|
|
156223
|
-
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/",
|
|
156224
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/",
|
|
156225
|
-
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/",
|
|
156226
|
-
"POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/"
|
|
155978
|
+
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/"
|
|
156227
155979
|
]
|
|
156228
155980
|
},
|
|
156229
155981
|
{
|
|
@@ -156235,14 +155987,6 @@ var sentryFirewall = {
|
|
|
156235
155987
|
{
|
|
156236
155988
|
name: "project:read",
|
|
156237
155989
|
rules: [
|
|
156238
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156239
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
156240
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/",
|
|
156241
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156242
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/",
|
|
156243
|
-
"GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
|
|
156244
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156245
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156246
155990
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
|
|
156247
155991
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/",
|
|
156248
155992
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/",
|
|
@@ -156251,21 +155995,16 @@ var sentryFirewall = {
|
|
|
156251
155995
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/",
|
|
156252
155996
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/{attachment_id}/",
|
|
156253
155997
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/",
|
|
156254
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/",
|
|
156255
155998
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/",
|
|
156256
155999
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/",
|
|
156257
156000
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/",
|
|
156258
156001
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/",
|
|
156259
156002
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
|
|
156260
156003
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/members/",
|
|
156261
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156262
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
156263
156004
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
|
|
156264
156005
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/size-analysis/status-check-rules/",
|
|
156265
156006
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/snapshots/status-check-rules/",
|
|
156266
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/",
|
|
156267
156007
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/profiling/profiles/{profile_id}/",
|
|
156268
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/",
|
|
156269
156008
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/",
|
|
156270
156009
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/",
|
|
156271
156010
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/{segment_id}/",
|
|
@@ -156275,17 +156014,13 @@ var sentryFirewall = {
|
|
|
156275
156014
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/",
|
|
156276
156015
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/user-feedback/",
|
|
156277
156016
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/",
|
|
156278
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/",
|
|
156279
156017
|
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/"
|
|
156280
156018
|
]
|
|
156281
156019
|
},
|
|
156282
156020
|
{
|
|
156283
156021
|
name: "project:releases",
|
|
156284
156022
|
rules: [
|
|
156285
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/",
|
|
156286
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156287
156023
|
"DELETE /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156288
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/",
|
|
156289
156024
|
"GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
|
|
156290
156025
|
"GET /api/0/organizations/{organization_id_or_slug}/releases/",
|
|
156291
156026
|
"POST /api/0/organizations/{organization_id_or_slug}/releases/",
|
|
@@ -156301,103 +156036,47 @@ var sentryFirewall = {
|
|
|
156301
156036
|
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/",
|
|
156302
156037
|
"PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/",
|
|
156303
156038
|
"DELETE /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/",
|
|
156304
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/",
|
|
156305
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/",
|
|
156306
156039
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/",
|
|
156307
156040
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/commits/",
|
|
156308
156041
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/",
|
|
156309
156042
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/",
|
|
156310
156043
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/",
|
|
156311
156044
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/",
|
|
156312
|
-
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/"
|
|
156313
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
|
|
156045
|
+
"DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/"
|
|
156314
156046
|
]
|
|
156315
156047
|
},
|
|
156316
156048
|
{
|
|
156317
156049
|
name: "project:write",
|
|
156318
156050
|
rules: [
|
|
156319
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156320
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156321
|
-
"GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
156322
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/",
|
|
156323
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
|
|
156324
|
-
"GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/",
|
|
156325
156051
|
"POST /api/0/organizations/{organization_id_or_slug}/projects/",
|
|
156326
|
-
"POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
|
|
156327
|
-
"GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
|
|
156328
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156329
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/",
|
|
156330
|
-
"GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156331
|
-
"POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/",
|
|
156332
156052
|
"POST /api/0/organizations/{organization_id_or_slug}/spike-protections/",
|
|
156333
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
|
|
156334
156053
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
|
|
156335
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/",
|
|
156336
156054
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/",
|
|
156337
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/",
|
|
156338
156055
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/",
|
|
156339
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/",
|
|
156340
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/",
|
|
156341
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/",
|
|
156342
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/{attachment_id}/",
|
|
156343
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/",
|
|
156344
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/",
|
|
156345
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/",
|
|
156346
156056
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/{filter_id}/",
|
|
156347
156057
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/",
|
|
156348
156058
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/",
|
|
156349
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/",
|
|
156350
156059
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/",
|
|
156351
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
|
|
156352
156060
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
|
|
156353
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/members/",
|
|
156354
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156355
|
-
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/",
|
|
156356
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/",
|
|
156357
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
|
|
156358
156061
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
|
|
156359
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/size-analysis/status-check-rules/",
|
|
156360
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/snapshots/status-check-rules/",
|
|
156361
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/",
|
|
156362
|
-
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/",
|
|
156363
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/profiling/profiles/{profile_id}/",
|
|
156364
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/",
|
|
156365
156062
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
|
|
156366
156063
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
|
|
156367
156064
|
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/{job_id}/",
|
|
156368
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/",
|
|
156369
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/",
|
|
156370
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/{segment_id}/",
|
|
156371
156065
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/repo/",
|
|
156372
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/stats/",
|
|
156373
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156374
156066
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156375
156067
|
"PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
|
|
156376
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/",
|
|
156377
156068
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/",
|
|
156378
156069
|
"POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/user-feedback/",
|
|
156379
|
-
"GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/",
|
|
156380
|
-
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/",
|
|
156381
156070
|
"POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/"
|
|
156382
156071
|
]
|
|
156383
156072
|
},
|
|
156384
156073
|
{
|
|
156385
156074
|
name: "team:admin",
|
|
156386
156075
|
rules: [
|
|
156387
|
-
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
156388
156076
|
"DELETE /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
156389
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups",
|
|
156390
|
-
"POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups",
|
|
156391
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
|
|
156392
|
-
"PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
|
|
156393
156077
|
"DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
|
|
156394
|
-
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
|
|
156395
|
-
"PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
|
|
156396
156078
|
"DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
|
|
156397
|
-
"
|
|
156398
|
-
"PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/",
|
|
156399
|
-
"DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/",
|
|
156400
|
-
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/members/"
|
|
156079
|
+
"DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/"
|
|
156401
156080
|
]
|
|
156402
156081
|
},
|
|
156403
156082
|
{
|
|
@@ -156405,7 +156084,6 @@ var sentryFirewall = {
|
|
|
156405
156084
|
rules: [
|
|
156406
156085
|
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups",
|
|
156407
156086
|
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
|
|
156408
|
-
"GET /api/0/sentry-apps/{sentry_app_id_or_slug}/",
|
|
156409
156087
|
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
|
|
156410
156088
|
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/members/"
|
|
156411
156089
|
]
|
|
@@ -156415,16 +156093,12 @@ var sentryFirewall = {
|
|
|
156415
156093
|
rules: [
|
|
156416
156094
|
"POST /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
156417
156095
|
"PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
|
|
156418
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups",
|
|
156419
156096
|
"POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups",
|
|
156420
|
-
"GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
|
|
156421
156097
|
"PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
|
|
156422
156098
|
"POST /api/0/organizations/{organization_id_or_slug}/teams/",
|
|
156423
|
-
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
|
|
156424
156099
|
"PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
|
|
156425
156100
|
"POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/",
|
|
156426
|
-
"PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/"
|
|
156427
|
-
"GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/members/"
|
|
156101
|
+
"PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/"
|
|
156428
156102
|
]
|
|
156429
156103
|
}
|
|
156430
156104
|
]
|
|
@@ -159966,59 +159640,26 @@ var xeroFirewall = {
|
|
|
159966
159640
|
{
|
|
159967
159641
|
name: "accounting.attachments",
|
|
159968
159642
|
rules: [
|
|
159969
|
-
"GET /Accounts/{AccountID}/Attachments",
|
|
159970
|
-
"GET /Accounts/{AccountID}/Attachments/{AttachmentID}",
|
|
159971
|
-
"GET /Accounts/{AccountID}/Attachments/{FileName}",
|
|
159972
159643
|
"POST /Accounts/{AccountID}/Attachments/{FileName}",
|
|
159973
159644
|
"PUT /Accounts/{AccountID}/Attachments/{FileName}",
|
|
159974
|
-
"GET /BankTransactions/{BankTransactionID}/Attachments",
|
|
159975
|
-
"GET /BankTransactions/{BankTransactionID}/Attachments/{AttachmentID}",
|
|
159976
|
-
"GET /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
|
|
159977
159645
|
"POST /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
|
|
159978
159646
|
"PUT /BankTransactions/{BankTransactionID}/Attachments/{FileName}",
|
|
159979
|
-
"GET /BankTransfers/{BankTransferID}/Attachments",
|
|
159980
|
-
"GET /BankTransfers/{BankTransferID}/Attachments/{AttachmentID}",
|
|
159981
|
-
"GET /BankTransfers/{BankTransferID}/Attachments/{FileName}",
|
|
159982
159647
|
"POST /BankTransfers/{BankTransferID}/Attachments/{FileName}",
|
|
159983
159648
|
"PUT /BankTransfers/{BankTransferID}/Attachments/{FileName}",
|
|
159984
|
-
"GET /Contacts/{ContactID}/Attachments",
|
|
159985
|
-
"GET /Contacts/{ContactID}/Attachments/{AttachmentID}",
|
|
159986
|
-
"GET /Contacts/{ContactID}/Attachments/{FileName}",
|
|
159987
159649
|
"POST /Contacts/{ContactID}/Attachments/{FileName}",
|
|
159988
159650
|
"PUT /Contacts/{ContactID}/Attachments/{FileName}",
|
|
159989
|
-
"GET /CreditNotes/{CreditNoteID}/Attachments",
|
|
159990
|
-
"GET /CreditNotes/{CreditNoteID}/Attachments/{AttachmentID}",
|
|
159991
|
-
"GET /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
|
|
159992
159651
|
"POST /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
|
|
159993
159652
|
"PUT /CreditNotes/{CreditNoteID}/Attachments/{FileName}",
|
|
159994
|
-
"GET /Invoices/{InvoiceID}/Attachments",
|
|
159995
|
-
"GET /Invoices/{InvoiceID}/Attachments/{AttachmentID}",
|
|
159996
|
-
"GET /Invoices/{InvoiceID}/Attachments/{FileName}",
|
|
159997
159653
|
"POST /Invoices/{InvoiceID}/Attachments/{FileName}",
|
|
159998
159654
|
"PUT /Invoices/{InvoiceID}/Attachments/{FileName}",
|
|
159999
|
-
"GET /ManualJournals/{ManualJournalID}/Attachments",
|
|
160000
|
-
"GET /ManualJournals/{ManualJournalID}/Attachments/{AttachmentID}",
|
|
160001
|
-
"GET /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
|
|
160002
159655
|
"POST /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
|
|
160003
159656
|
"PUT /ManualJournals/{ManualJournalID}/Attachments/{FileName}",
|
|
160004
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/Attachments",
|
|
160005
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{AttachmentID}",
|
|
160006
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
|
|
160007
159657
|
"POST /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
|
|
160008
159658
|
"PUT /PurchaseOrders/{PurchaseOrderID}/Attachments/{FileName}",
|
|
160009
|
-
"GET /Quotes/{QuoteID}/Attachments",
|
|
160010
|
-
"GET /Quotes/{QuoteID}/Attachments/{AttachmentID}",
|
|
160011
|
-
"GET /Quotes/{QuoteID}/Attachments/{FileName}",
|
|
160012
159659
|
"POST /Quotes/{QuoteID}/Attachments/{FileName}",
|
|
160013
159660
|
"PUT /Quotes/{QuoteID}/Attachments/{FileName}",
|
|
160014
|
-
"GET /Receipts/{ReceiptID}/Attachments",
|
|
160015
|
-
"GET /Receipts/{ReceiptID}/Attachments/{AttachmentID}",
|
|
160016
|
-
"GET /Receipts/{ReceiptID}/Attachments/{FileName}",
|
|
160017
159661
|
"POST /Receipts/{ReceiptID}/Attachments/{FileName}",
|
|
160018
159662
|
"PUT /Receipts/{ReceiptID}/Attachments/{FileName}",
|
|
160019
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments",
|
|
160020
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{AttachmentID}",
|
|
160021
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
|
|
160022
159663
|
"POST /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
|
|
160023
159664
|
"PUT /RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}"
|
|
160024
159665
|
]
|
|
@@ -160071,21 +159712,15 @@ var xeroFirewall = {
|
|
|
160071
159712
|
{
|
|
160072
159713
|
name: "accounting.contacts",
|
|
160073
159714
|
rules: [
|
|
160074
|
-
"GET /ContactGroups",
|
|
160075
159715
|
"PUT /ContactGroups",
|
|
160076
|
-
"GET /ContactGroups/{ContactGroupID}",
|
|
160077
159716
|
"POST /ContactGroups/{ContactGroupID}",
|
|
160078
159717
|
"PUT /ContactGroups/{ContactGroupID}/Contacts",
|
|
160079
159718
|
"DELETE /ContactGroups/{ContactGroupID}/Contacts",
|
|
160080
159719
|
"DELETE /ContactGroups/{ContactGroupID}/Contacts/{ContactID}",
|
|
160081
|
-
"GET /Contacts",
|
|
160082
159720
|
"POST /Contacts",
|
|
160083
159721
|
"PUT /Contacts",
|
|
160084
|
-
"GET /Contacts/{ContactID}",
|
|
160085
159722
|
"POST /Contacts/{ContactID}",
|
|
160086
|
-
"
|
|
160087
|
-
"PUT /Contacts/{ContactID}/History",
|
|
160088
|
-
"GET /Contacts/{ContactNumber}"
|
|
159723
|
+
"PUT /Contacts/{ContactID}/History"
|
|
160089
159724
|
]
|
|
160090
159725
|
},
|
|
160091
159726
|
{
|
|
@@ -160118,7 +159753,6 @@ var xeroFirewall = {
|
|
|
160118
159753
|
"GET /Reports/BudgetSummary",
|
|
160119
159754
|
"GET /Reports/ExecutiveSummary",
|
|
160120
159755
|
"GET /Reports/ProfitAndLoss",
|
|
160121
|
-
"GET /Reports/TenNinetyNine",
|
|
160122
159756
|
"GET /Reports/TrialBalance",
|
|
160123
159757
|
"GET /Reports/{ReportID}"
|
|
160124
159758
|
]
|
|
@@ -160132,47 +159766,26 @@ var xeroFirewall = {
|
|
|
160132
159766
|
{
|
|
160133
159767
|
name: "accounting.settings",
|
|
160134
159768
|
rules: [
|
|
160135
|
-
"GET /Accounts",
|
|
160136
159769
|
"PUT /Accounts",
|
|
160137
|
-
"GET /Accounts/{AccountID}",
|
|
160138
159770
|
"POST /Accounts/{AccountID}",
|
|
160139
159771
|
"DELETE /Accounts/{AccountID}",
|
|
160140
|
-
"GET /BrandingThemes",
|
|
160141
|
-
"GET /BrandingThemes/{BrandingThemeID}",
|
|
160142
|
-
"GET /Contacts/{ContactID}/CISSettings",
|
|
160143
|
-
"GET /Currencies",
|
|
160144
159772
|
"PUT /Currencies",
|
|
160145
|
-
"GET /Employees",
|
|
160146
159773
|
"POST /Employees",
|
|
160147
159774
|
"PUT /Employees",
|
|
160148
|
-
"GET /Employees/{EmployeeID}",
|
|
160149
|
-
"GET /InvoiceReminders/Settings",
|
|
160150
|
-
"GET /Items",
|
|
160151
159775
|
"POST /Items",
|
|
160152
159776
|
"PUT /Items",
|
|
160153
|
-
"GET /Items/{ItemID}",
|
|
160154
159777
|
"POST /Items/{ItemID}",
|
|
160155
159778
|
"DELETE /Items/{ItemID}",
|
|
160156
|
-
"GET /Items/{ItemID}/History",
|
|
160157
159779
|
"PUT /Items/{ItemID}/History",
|
|
160158
|
-
"GET /Organisation",
|
|
160159
|
-
"GET /Organisation/Actions",
|
|
160160
|
-
"GET /Organisation/{OrganisationID}/CISSettings",
|
|
160161
159780
|
"POST /Setup",
|
|
160162
|
-
"GET /TaxRates",
|
|
160163
159781
|
"POST /TaxRates",
|
|
160164
159782
|
"PUT /TaxRates",
|
|
160165
|
-
"GET /TaxRates/{TaxType}",
|
|
160166
|
-
"GET /TrackingCategories",
|
|
160167
159783
|
"PUT /TrackingCategories",
|
|
160168
|
-
"GET /TrackingCategories/{TrackingCategoryID}",
|
|
160169
159784
|
"POST /TrackingCategories/{TrackingCategoryID}",
|
|
160170
159785
|
"DELETE /TrackingCategories/{TrackingCategoryID}",
|
|
160171
159786
|
"PUT /TrackingCategories/{TrackingCategoryID}/Options",
|
|
160172
159787
|
"POST /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}",
|
|
160173
|
-
"DELETE /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}"
|
|
160174
|
-
"GET /Users",
|
|
160175
|
-
"GET /Users/{UserID}"
|
|
159788
|
+
"DELETE /TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}"
|
|
160176
159789
|
]
|
|
160177
159790
|
},
|
|
160178
159791
|
{
|
|
@@ -160204,111 +159817,61 @@ var xeroFirewall = {
|
|
|
160204
159817
|
{
|
|
160205
159818
|
name: "accounting.transactions",
|
|
160206
159819
|
rules: [
|
|
160207
|
-
"GET /BankTransactions",
|
|
160208
159820
|
"POST /BankTransactions",
|
|
160209
159821
|
"PUT /BankTransactions",
|
|
160210
|
-
"GET /BankTransactions/{BankTransactionID}",
|
|
160211
159822
|
"POST /BankTransactions/{BankTransactionID}",
|
|
160212
|
-
"GET /BankTransactions/{BankTransactionID}/History",
|
|
160213
159823
|
"PUT /BankTransactions/{BankTransactionID}/History",
|
|
160214
|
-
"GET /BankTransfers",
|
|
160215
159824
|
"PUT /BankTransfers",
|
|
160216
|
-
"GET /BankTransfers/{BankTransferID}",
|
|
160217
|
-
"GET /BankTransfers/{BankTransferID}/History",
|
|
160218
159825
|
"PUT /BankTransfers/{BankTransferID}/History",
|
|
160219
|
-
"GET /BatchPayments",
|
|
160220
159826
|
"POST /BatchPayments",
|
|
160221
159827
|
"PUT /BatchPayments",
|
|
160222
|
-
"GET /BatchPayments/{BatchPaymentID}",
|
|
160223
159828
|
"POST /BatchPayments/{BatchPaymentID}",
|
|
160224
|
-
"GET /BatchPayments/{BatchPaymentID}/History",
|
|
160225
159829
|
"PUT /BatchPayments/{BatchPaymentID}/History",
|
|
160226
|
-
"GET /CreditNotes",
|
|
160227
159830
|
"POST /CreditNotes",
|
|
160228
159831
|
"PUT /CreditNotes",
|
|
160229
|
-
"GET /CreditNotes/{CreditNoteID}",
|
|
160230
159832
|
"POST /CreditNotes/{CreditNoteID}",
|
|
160231
159833
|
"PUT /CreditNotes/{CreditNoteID}/Allocations",
|
|
160232
159834
|
"DELETE /CreditNotes/{CreditNoteID}/Allocations/{AllocationID}",
|
|
160233
|
-
"GET /CreditNotes/{CreditNoteID}/History",
|
|
160234
159835
|
"PUT /CreditNotes/{CreditNoteID}/History",
|
|
160235
|
-
"GET /CreditNotes/{CreditNoteID}/pdf",
|
|
160236
|
-
"GET /ExpenseClaims",
|
|
160237
159836
|
"PUT /ExpenseClaims",
|
|
160238
|
-
"GET /ExpenseClaims/{ExpenseClaimID}",
|
|
160239
159837
|
"POST /ExpenseClaims/{ExpenseClaimID}",
|
|
160240
|
-
"GET /ExpenseClaims/{ExpenseClaimID}/History",
|
|
160241
159838
|
"PUT /ExpenseClaims/{ExpenseClaimID}/History",
|
|
160242
|
-
"GET /Invoices",
|
|
160243
159839
|
"POST /Invoices",
|
|
160244
159840
|
"PUT /Invoices",
|
|
160245
|
-
"GET /Invoices/{InvoiceID}",
|
|
160246
159841
|
"POST /Invoices/{InvoiceID}",
|
|
160247
159842
|
"POST /Invoices/{InvoiceID}/Email",
|
|
160248
|
-
"GET /Invoices/{InvoiceID}/History",
|
|
160249
159843
|
"PUT /Invoices/{InvoiceID}/History",
|
|
160250
|
-
"GET /Invoices/{InvoiceID}/OnlineInvoice",
|
|
160251
|
-
"GET /Invoices/{InvoiceID}/pdf",
|
|
160252
|
-
"GET /LinkedTransactions",
|
|
160253
159844
|
"PUT /LinkedTransactions",
|
|
160254
|
-
"GET /LinkedTransactions/{LinkedTransactionID}",
|
|
160255
159845
|
"POST /LinkedTransactions/{LinkedTransactionID}",
|
|
160256
159846
|
"DELETE /LinkedTransactions/{LinkedTransactionID}",
|
|
160257
|
-
"GET /ManualJournals",
|
|
160258
159847
|
"POST /ManualJournals",
|
|
160259
159848
|
"PUT /ManualJournals",
|
|
160260
|
-
"GET /ManualJournals/{ManualJournalID}",
|
|
160261
159849
|
"POST /ManualJournals/{ManualJournalID}",
|
|
160262
|
-
"GET /ManualJournals/{ManualJournalID}/History",
|
|
160263
159850
|
"PUT /ManualJournals/{ManualJournalID}/History",
|
|
160264
|
-
"GET /Overpayments",
|
|
160265
|
-
"GET /Overpayments/{OverpaymentID}",
|
|
160266
159851
|
"PUT /Overpayments/{OverpaymentID}/Allocations",
|
|
160267
159852
|
"DELETE /Overpayments/{OverpaymentID}/Allocations/{AllocationID}",
|
|
160268
|
-
"GET /Overpayments/{OverpaymentID}/History",
|
|
160269
159853
|
"PUT /Overpayments/{OverpaymentID}/History",
|
|
160270
|
-
"GET /Payments",
|
|
160271
159854
|
"POST /Payments",
|
|
160272
159855
|
"PUT /Payments",
|
|
160273
|
-
"GET /Payments/{PaymentID}",
|
|
160274
159856
|
"POST /Payments/{PaymentID}",
|
|
160275
|
-
"GET /Payments/{PaymentID}/History",
|
|
160276
159857
|
"PUT /Payments/{PaymentID}/History",
|
|
160277
|
-
"GET /Prepayments",
|
|
160278
|
-
"GET /Prepayments/{PrepaymentID}",
|
|
160279
159858
|
"PUT /Prepayments/{PrepaymentID}/Allocations",
|
|
160280
159859
|
"DELETE /Prepayments/{PrepaymentID}/Allocations/{AllocationID}",
|
|
160281
|
-
"GET /Prepayments/{PrepaymentID}/History",
|
|
160282
159860
|
"PUT /Prepayments/{PrepaymentID}/History",
|
|
160283
|
-
"GET /PurchaseOrders",
|
|
160284
159861
|
"POST /PurchaseOrders",
|
|
160285
159862
|
"PUT /PurchaseOrders",
|
|
160286
|
-
"GET /PurchaseOrders/{PurchaseOrderID}",
|
|
160287
159863
|
"POST /PurchaseOrders/{PurchaseOrderID}",
|
|
160288
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/History",
|
|
160289
159864
|
"PUT /PurchaseOrders/{PurchaseOrderID}/History",
|
|
160290
|
-
"GET /PurchaseOrders/{PurchaseOrderID}/pdf",
|
|
160291
|
-
"GET /PurchaseOrders/{PurchaseOrderNumber}",
|
|
160292
|
-
"GET /Quotes",
|
|
160293
159865
|
"POST /Quotes",
|
|
160294
159866
|
"PUT /Quotes",
|
|
160295
|
-
"GET /Quotes/{QuoteID}",
|
|
160296
159867
|
"POST /Quotes/{QuoteID}",
|
|
160297
|
-
"GET /Quotes/{QuoteID}/History",
|
|
160298
159868
|
"PUT /Quotes/{QuoteID}/History",
|
|
160299
|
-
"GET /Quotes/{QuoteID}/pdf",
|
|
160300
|
-
"GET /Receipts",
|
|
160301
159869
|
"PUT /Receipts",
|
|
160302
|
-
"GET /Receipts/{ReceiptID}",
|
|
160303
159870
|
"POST /Receipts/{ReceiptID}",
|
|
160304
|
-
"GET /Receipts/{ReceiptID}/History",
|
|
160305
159871
|
"PUT /Receipts/{ReceiptID}/History",
|
|
160306
|
-
"GET /RepeatingInvoices",
|
|
160307
159872
|
"POST /RepeatingInvoices",
|
|
160308
159873
|
"PUT /RepeatingInvoices",
|
|
160309
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}",
|
|
160310
159874
|
"POST /RepeatingInvoices/{RepeatingInvoiceID}",
|
|
160311
|
-
"GET /RepeatingInvoices/{RepeatingInvoiceID}/History",
|
|
160312
159875
|
"PUT /RepeatingInvoices/{RepeatingInvoiceID}/History"
|
|
160313
159876
|
]
|
|
160314
159877
|
},
|
|
@@ -160408,12 +159971,8 @@ var xeroFirewall = {
|
|
|
160408
159971
|
{
|
|
160409
159972
|
name: "assets",
|
|
160410
159973
|
rules: [
|
|
160411
|
-
"GET /AssetTypes",
|
|
160412
159974
|
"POST /AssetTypes",
|
|
160413
|
-
"
|
|
160414
|
-
"POST /Assets",
|
|
160415
|
-
"GET /Assets/{id}",
|
|
160416
|
-
"GET /Settings"
|
|
159975
|
+
"POST /Assets"
|
|
160417
159976
|
]
|
|
160418
159977
|
},
|
|
160419
159978
|
{
|
|
@@ -160460,24 +160019,15 @@ var xeroFirewall = {
|
|
|
160460
160019
|
{
|
|
160461
160020
|
name: "files",
|
|
160462
160021
|
rules: [
|
|
160463
|
-
"GET /Associations/Count",
|
|
160464
|
-
"GET /Associations/{ObjectId}",
|
|
160465
|
-
"GET /Files",
|
|
160466
160022
|
"POST /Files",
|
|
160467
|
-
"GET /Files/{FileId}",
|
|
160468
160023
|
"PUT /Files/{FileId}",
|
|
160469
160024
|
"DELETE /Files/{FileId}",
|
|
160470
|
-
"GET /Files/{FileId}/Associations",
|
|
160471
160025
|
"POST /Files/{FileId}/Associations",
|
|
160472
160026
|
"DELETE /Files/{FileId}/Associations/{ObjectId}",
|
|
160473
|
-
"GET /Files/{FileId}/Content",
|
|
160474
160027
|
"POST /Files/{FolderId}",
|
|
160475
|
-
"GET /Folders",
|
|
160476
160028
|
"POST /Folders",
|
|
160477
|
-
"GET /Folders/{FolderId}",
|
|
160478
160029
|
"PUT /Folders/{FolderId}",
|
|
160479
|
-
"DELETE /Folders/{FolderId}"
|
|
160480
|
-
"GET /Inbox"
|
|
160030
|
+
"DELETE /Folders/{FolderId}"
|
|
160481
160031
|
]
|
|
160482
160032
|
},
|
|
160483
160033
|
{
|
|
@@ -160540,14 +160090,9 @@ var xeroFirewall = {
|
|
|
160540
160090
|
{
|
|
160541
160091
|
name: "payroll.employees",
|
|
160542
160092
|
rules: [
|
|
160543
|
-
"GET /Employees",
|
|
160544
160093
|
"POST /Employees",
|
|
160545
|
-
"GET /Employees/{EmployeeID}",
|
|
160546
160094
|
"POST /Employees/{EmployeeID}",
|
|
160547
|
-
"GET /LeaveApplications",
|
|
160548
160095
|
"POST /LeaveApplications",
|
|
160549
|
-
"GET /LeaveApplications/v2",
|
|
160550
|
-
"GET /LeaveApplications/{LeaveApplicationID}",
|
|
160551
160096
|
"POST /LeaveApplications/{LeaveApplicationID}",
|
|
160552
160097
|
"POST /LeaveApplications/{LeaveApplicationID}/approve",
|
|
160553
160098
|
"POST /LeaveApplications/{LeaveApplicationID}/reject"
|
|
@@ -160566,9 +160111,7 @@ var xeroFirewall = {
|
|
|
160566
160111
|
{
|
|
160567
160112
|
name: "payroll.payruns",
|
|
160568
160113
|
rules: [
|
|
160569
|
-
"GET /PayRuns",
|
|
160570
160114
|
"POST /PayRuns",
|
|
160571
|
-
"GET /PayRuns/{PayRunID}",
|
|
160572
160115
|
"POST /PayRuns/{PayRunID}"
|
|
160573
160116
|
]
|
|
160574
160117
|
},
|
|
@@ -160582,7 +160125,6 @@ var xeroFirewall = {
|
|
|
160582
160125
|
{
|
|
160583
160126
|
name: "payroll.payslip",
|
|
160584
160127
|
rules: [
|
|
160585
|
-
"GET /Payslip/{PayslipID}",
|
|
160586
160128
|
"POST /Payslip/{PayslipID}"
|
|
160587
160129
|
]
|
|
160588
160130
|
},
|
|
@@ -160595,16 +160137,9 @@ var xeroFirewall = {
|
|
|
160595
160137
|
{
|
|
160596
160138
|
name: "payroll.settings",
|
|
160597
160139
|
rules: [
|
|
160598
|
-
"GET /PayItems",
|
|
160599
160140
|
"POST /PayItems",
|
|
160600
|
-
"GET /PayrollCalendars",
|
|
160601
160141
|
"POST /PayrollCalendars",
|
|
160602
|
-
"GET /PayrollCalendars/{PayrollCalendarID}",
|
|
160603
|
-
"GET /Settings",
|
|
160604
|
-
"GET /SuperfundProducts",
|
|
160605
|
-
"GET /Superfunds",
|
|
160606
160142
|
"POST /Superfunds",
|
|
160607
|
-
"GET /Superfunds/{SuperFundID}",
|
|
160608
160143
|
"POST /Superfunds/{SuperFundID}"
|
|
160609
160144
|
]
|
|
160610
160145
|
},
|
|
@@ -160623,9 +160158,7 @@ var xeroFirewall = {
|
|
|
160623
160158
|
{
|
|
160624
160159
|
name: "payroll.timesheets",
|
|
160625
160160
|
rules: [
|
|
160626
|
-
"GET /Timesheets",
|
|
160627
160161
|
"POST /Timesheets",
|
|
160628
|
-
"GET /Timesheets/{TimesheetID}",
|
|
160629
160162
|
"POST /Timesheets/{TimesheetID}"
|
|
160630
160163
|
]
|
|
160631
160164
|
},
|
|
@@ -160649,47 +160182,30 @@ var xeroFirewall = {
|
|
|
160649
160182
|
{
|
|
160650
160183
|
name: "payroll.employees",
|
|
160651
160184
|
rules: [
|
|
160652
|
-
"GET /Employees",
|
|
160653
160185
|
"POST /Employees",
|
|
160654
|
-
"GET /Employees/{EmployeeID}",
|
|
160655
160186
|
"PUT /Employees/{EmployeeID}",
|
|
160656
160187
|
"POST /Employees/{EmployeeID}/Employment",
|
|
160657
|
-
"GET /Employees/{EmployeeID}/Leave",
|
|
160658
160188
|
"POST /Employees/{EmployeeID}/Leave",
|
|
160659
|
-
"GET /Employees/{EmployeeID}/Leave/{LeaveID}",
|
|
160660
160189
|
"PUT /Employees/{EmployeeID}/Leave/{LeaveID}",
|
|
160661
160190
|
"DELETE /Employees/{EmployeeID}/Leave/{LeaveID}",
|
|
160662
|
-
"GET /Employees/{EmployeeID}/LeaveBalances",
|
|
160663
|
-
"GET /Employees/{EmployeeID}/LeavePeriods",
|
|
160664
160191
|
"POST /Employees/{EmployeeID}/LeaveSetup",
|
|
160665
|
-
"GET /Employees/{EmployeeID}/LeaveTypes",
|
|
160666
160192
|
"POST /Employees/{EmployeeID}/LeaveTypes",
|
|
160667
|
-
"GET /Employees/{EmployeeID}/OpeningBalances",
|
|
160668
160193
|
"POST /Employees/{EmployeeID}/OpeningBalances",
|
|
160669
160194
|
"POST /Employees/{EmployeeID}/PayTemplateEarnings",
|
|
160670
|
-
"GET /Employees/{EmployeeID}/PayTemplates",
|
|
160671
160195
|
"POST /Employees/{EmployeeID}/PayTemplates/Earnings",
|
|
160672
160196
|
"PUT /Employees/{EmployeeID}/PayTemplates/Earnings/{PayTemplateEarningID}",
|
|
160673
160197
|
"DELETE /Employees/{EmployeeID}/PayTemplates/Earnings/{PayTemplateEarningID}",
|
|
160674
160198
|
"POST /Employees/{EmployeeID}/PayTemplates/earnings",
|
|
160675
160199
|
"PUT /Employees/{EmployeeID}/PayTemplates/earnings/{PayTemplateEarningID}",
|
|
160676
160200
|
"DELETE /Employees/{EmployeeID}/PayTemplates/earnings/{PayTemplateEarningID}",
|
|
160677
|
-
"GET /Employees/{EmployeeID}/PaymentMethods",
|
|
160678
160201
|
"POST /Employees/{EmployeeID}/PaymentMethods",
|
|
160679
|
-
"GET /Employees/{EmployeeID}/SalaryAndWages",
|
|
160680
160202
|
"POST /Employees/{EmployeeID}/SalaryAndWages",
|
|
160681
|
-
"GET /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
|
|
160682
160203
|
"PUT /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
|
|
160683
160204
|
"DELETE /Employees/{EmployeeID}/SalaryAndWages/{SalaryAndWagesID}",
|
|
160684
|
-
"GET /Employees/{EmployeeID}/StatutoryLeaveBalance",
|
|
160685
|
-
"GET /Employees/{EmployeeID}/Tax",
|
|
160686
160205
|
"POST /Employees/{EmployeeID}/Tax",
|
|
160687
|
-
"GET /Employees/{EmployeeID}/Working-Patterns",
|
|
160688
160206
|
"POST /Employees/{EmployeeID}/Working-Patterns",
|
|
160689
|
-
"GET /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
|
|
160690
160207
|
"DELETE /Employees/{EmployeeID}/Working-Patterns/{EmployeeWorkingPatternID}",
|
|
160691
160208
|
"POST /Employees/{EmployeeID}/paytemplateearnings",
|
|
160692
|
-
"GET /Employees/{EmployeeID}/ukopeningbalances",
|
|
160693
160209
|
"POST /Employees/{EmployeeID}/ukopeningbalances",
|
|
160694
160210
|
"PUT /Employees/{EmployeeID}/ukopeningbalances"
|
|
160695
160211
|
]
|
|
@@ -160719,9 +160235,7 @@ var xeroFirewall = {
|
|
|
160719
160235
|
{
|
|
160720
160236
|
name: "payroll.payruns",
|
|
160721
160237
|
rules: [
|
|
160722
|
-
"
|
|
160723
|
-
"POST /PayRuns",
|
|
160724
|
-
"GET /PayRuns/{PayRunID}"
|
|
160238
|
+
"POST /PayRuns"
|
|
160725
160239
|
]
|
|
160726
160240
|
},
|
|
160727
160241
|
{
|
|
@@ -160734,11 +160248,7 @@ var xeroFirewall = {
|
|
|
160734
160248
|
{
|
|
160735
160249
|
name: "payroll.payslip",
|
|
160736
160250
|
rules: [
|
|
160737
|
-
"
|
|
160738
|
-
"GET /PaySlips/{PaySlipID}",
|
|
160739
|
-
"PUT /PaySlips/{PaySlipID}",
|
|
160740
|
-
"GET /Payslips",
|
|
160741
|
-
"GET /Payslips/{PayslipID}"
|
|
160251
|
+
"PUT /PaySlips/{PaySlipID}"
|
|
160742
160252
|
]
|
|
160743
160253
|
},
|
|
160744
160254
|
{
|
|
@@ -160753,38 +160263,14 @@ var xeroFirewall = {
|
|
|
160753
160263
|
{
|
|
160754
160264
|
name: "payroll.settings",
|
|
160755
160265
|
rules: [
|
|
160756
|
-
"GET /Benefits",
|
|
160757
160266
|
"POST /Benefits",
|
|
160758
|
-
"GET /Benefits/{id}",
|
|
160759
|
-
"GET /Deductions",
|
|
160760
160267
|
"POST /Deductions",
|
|
160761
|
-
"GET /Deductions/{deductionId}",
|
|
160762
|
-
"GET /EarningsOrders",
|
|
160763
|
-
"GET /EarningsOrders/{id}",
|
|
160764
|
-
"GET /EarningsRates",
|
|
160765
160268
|
"POST /EarningsRates",
|
|
160766
|
-
"GET /EarningsRates/{EarningsRateID}",
|
|
160767
|
-
"GET /LeaveTypes",
|
|
160768
160269
|
"POST /LeaveTypes",
|
|
160769
|
-
"GET /LeaveTypes/{LeaveTypeID}",
|
|
160770
|
-
"GET /PayRunCalendars",
|
|
160771
160270
|
"POST /PayRunCalendars",
|
|
160772
|
-
"GET /PayRunCalendars/{PayRunCalendarID}",
|
|
160773
|
-
"GET /PayRunCalendars/{PayrollCalendarID}",
|
|
160774
|
-
"GET /Reimbursements",
|
|
160775
160271
|
"POST /Reimbursements",
|
|
160776
|
-
"GET /Reimbursements/{ReimbursementID}",
|
|
160777
|
-
"GET /Settings",
|
|
160778
|
-
"GET /Settings/TrackingCategories",
|
|
160779
|
-
"GET /Settings/trackingCategories",
|
|
160780
|
-
"GET /StatutoryDeductions",
|
|
160781
|
-
"GET /StatutoryDeductions/{id}",
|
|
160782
160272
|
"POST /StatutoryLeaves/Sick",
|
|
160783
|
-
"
|
|
160784
|
-
"GET /StatutoryLeaves/Summary/{EmployeeID}",
|
|
160785
|
-
"GET /Superannuations",
|
|
160786
|
-
"POST /Superannuations",
|
|
160787
|
-
"GET /Superannuations/{SuperannuationID}"
|
|
160273
|
+
"POST /Superannuations"
|
|
160788
160274
|
]
|
|
160789
160275
|
},
|
|
160790
160276
|
{
|
|
@@ -160819,9 +160305,7 @@ var xeroFirewall = {
|
|
|
160819
160305
|
{
|
|
160820
160306
|
name: "payroll.timesheets",
|
|
160821
160307
|
rules: [
|
|
160822
|
-
"GET /Timesheets",
|
|
160823
160308
|
"POST /Timesheets",
|
|
160824
|
-
"GET /Timesheets/{TimesheetID}",
|
|
160825
160309
|
"DELETE /Timesheets/{TimesheetID}",
|
|
160826
160310
|
"POST /Timesheets/{TimesheetID}/Approve",
|
|
160827
160311
|
"POST /Timesheets/{TimesheetID}/Lines",
|
|
@@ -160850,22 +160334,15 @@ var xeroFirewall = {
|
|
|
160850
160334
|
{
|
|
160851
160335
|
name: "projects",
|
|
160852
160336
|
rules: [
|
|
160853
|
-
"GET /Projects",
|
|
160854
160337
|
"POST /Projects",
|
|
160855
|
-
"GET /Projects/{projectId}",
|
|
160856
160338
|
"PUT /Projects/{projectId}",
|
|
160857
160339
|
"PATCH /Projects/{projectId}",
|
|
160858
|
-
"GET /Projects/{projectId}/Tasks",
|
|
160859
160340
|
"POST /Projects/{projectId}/Tasks",
|
|
160860
|
-
"GET /Projects/{projectId}/Tasks/{taskId}",
|
|
160861
160341
|
"PUT /Projects/{projectId}/Tasks/{taskId}",
|
|
160862
160342
|
"DELETE /Projects/{projectId}/Tasks/{taskId}",
|
|
160863
|
-
"GET /Projects/{projectId}/Time",
|
|
160864
160343
|
"POST /Projects/{projectId}/Time",
|
|
160865
|
-
"GET /Projects/{projectId}/Time/{timeEntryId}",
|
|
160866
160344
|
"PUT /Projects/{projectId}/Time/{timeEntryId}",
|
|
160867
|
-
"DELETE /Projects/{projectId}/Time/{timeEntryId}"
|
|
160868
|
-
"GET /ProjectsUsers"
|
|
160345
|
+
"DELETE /Projects/{projectId}/Time/{timeEntryId}"
|
|
160869
160346
|
]
|
|
160870
160347
|
},
|
|
160871
160348
|
{
|
|
@@ -162295,7 +161772,7 @@ init_esm_shims();
|
|
|
162295
161772
|
// ../../packages/core/src/presentation-template-items.ts
|
|
162296
161773
|
init_esm_shims();
|
|
162297
161774
|
var BOTANE_ORGANIC_PREVIEW_IMAGES = [
|
|
162298
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161775
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/64d1a85a-9347-48fb-860b-073180385b66/botane-organic-deck.png",
|
|
162299
161776
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a43f103f-e4b3-40b0-a326-c37a2240e6b5/slide-02.png",
|
|
162300
161777
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/576f05a7-2d2c-4963-876b-6eda1fe8f93e/slide-03.png",
|
|
162301
161778
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/12a44151-de3a-465d-9631-df029387a922/slide-04.png",
|
|
@@ -162312,7 +161789,7 @@ var BOTANE_ORGANIC_PREVIEW_IMAGES = [
|
|
|
162312
161789
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/7da6a51c-4a78-4e50-9cbc-899879e72875/slide-15.png"
|
|
162313
161790
|
];
|
|
162314
161791
|
var PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES = [
|
|
162315
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161792
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/774bdd46-ca62-40b5-b56b-95fd2ff2d302/playful-launch-presentation.png",
|
|
162316
161793
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/dbb11b25-20e0-433e-94d5-9a094667d5a7/aplocoto-slide-02.png",
|
|
162317
161794
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d6a0800b-729e-4399-ba74-e3d56b4e9b00/aplocoto-slide-03.png",
|
|
162318
161795
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/67781114-f6ff-45fd-bb74-bf65df1b75e9/aplocoto-slide-04.png",
|
|
@@ -162329,7 +161806,7 @@ var PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES = [
|
|
|
162329
161806
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/f403f161-f63c-427f-ae15-401ede2672d9/aplocoto-slide-15.png"
|
|
162330
161807
|
];
|
|
162331
161808
|
var BUSINESS_DATA_CDN_PREVIEW_IMAGES = [
|
|
162332
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161809
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9aa42296-a49e-4128-a80a-e920637b1506/business-data-presentation.png",
|
|
162333
161810
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/04a3765b-ef6a-4bbb-8ae4-b116941760cf/slide-02.png",
|
|
162334
161811
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/1919e6e0-2adf-4727-825d-3470568733e7/slide-03.png",
|
|
162335
161812
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/62d71bc2-9359-4a41-bde6-da6e4d9d0fd0/slide-04.png",
|
|
@@ -162346,7 +161823,7 @@ var BUSINESS_DATA_CDN_PREVIEW_IMAGES = [
|
|
|
162346
161823
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/37616a8a-7386-49f2-8e18-198a2a234d4a/slide-15.png"
|
|
162347
161824
|
];
|
|
162348
161825
|
var CRAYON_PREVIEW_IMAGES = [
|
|
162349
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161826
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/c4d3f251-c143-4cb7-86f5-97042123ef90/crayon-learning-deck.png",
|
|
162350
161827
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8183eea0-8016-4680-82b8-8ad3a3b5ada2/slide-02.png",
|
|
162351
161828
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/356c7e99-4895-44e1-a56d-d53dfb0d722e/slide-03.png",
|
|
162352
161829
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/f81f04ee-f164-4d0b-abd2-1bec62637036/slide-04.png",
|
|
@@ -162380,7 +161857,7 @@ var CRAYON_PREVIEW_HTMLS = [
|
|
|
162380
161857
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d13fd530-4917-4378-8e2b-8c0befd96119/slide-15.html"
|
|
162381
161858
|
];
|
|
162382
161859
|
var CREATIVE_AGENCY_PREVIEW_IMAGES = [
|
|
162383
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161860
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6494f661-c935-4ab2-9181-600097bde23b/creative-agency-presentation.png",
|
|
162384
161861
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a1883f03-854f-4f31-9da5-5d1f80179ea9/slide-02.png",
|
|
162385
161862
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/261165ff-ded6-4662-9b1a-62df42b234b0/slide-03.png",
|
|
162386
161863
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a2e4e44e-1a6d-491f-903c-4e2188023d3c/slide-04.png",
|
|
@@ -162414,7 +161891,7 @@ var CREATIVE_AGENCY_PREVIEW_HTMLS = [
|
|
|
162414
161891
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/188bdf52-0a5b-466a-8417-b8920e35fb5a/slide-15.html"
|
|
162415
161892
|
];
|
|
162416
161893
|
var DATA_REPORT_PREVIEW_IMAGES = [
|
|
162417
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161894
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/26958aa5-8823-484f-8bce-6f60a8663a72/data-report-presentation.png",
|
|
162418
161895
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/efa3e160-e608-4658-9395-9a4139899038/slide-02.png",
|
|
162419
161896
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/edd27584-ef9f-4611-b8ab-59e3ac7247ad/slide-03.png",
|
|
162420
161897
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a505694f-8511-45bb-94bd-0095b75e6028/slide-04.png",
|
|
@@ -162448,7 +161925,7 @@ var DATA_REPORT_PREVIEW_HTMLS = [
|
|
|
162448
161925
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/41099f41-7548-4a11-beb5-cebde83df691/slide-15.html"
|
|
162449
161926
|
];
|
|
162450
161927
|
var EDITORIAL_MAGAZINE_PREVIEW_IMAGES = [
|
|
162451
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161928
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/adf552b2-53ed-4282-b08c-2359f3b124ff/editorial-magazine-deck.png",
|
|
162452
161929
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/63b4c9a6-7f1a-4f49-af9b-dd93d9d9138a/slide-02.png",
|
|
162453
161930
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/b7dc0361-f59a-4fdb-b350-f18bc99a422e/slide-03.png",
|
|
162454
161931
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/4718eb4d-7672-4194-9710-f980a5e9d4a1/slide-04.png",
|
|
@@ -162482,7 +161959,7 @@ var EDITORIAL_MAGAZINE_PREVIEW_HTMLS = [
|
|
|
162482
161959
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/512d2421-0d60-44ed-81b1-29620a93ed5c/slide-15.html"
|
|
162483
161960
|
];
|
|
162484
161961
|
var LANDING_CONSULTING_PREVIEW_IMAGES = [
|
|
162485
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161962
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/fb94c9f1-8ab7-46cc-a08a-693e40337f06/landing-consulting-deck.png",
|
|
162486
161963
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ca96e383-1431-466c-8c3e-9fc13a91d2c5/slide-02.png",
|
|
162487
161964
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5a8a9671-68bd-4d07-9fb5-078bdb0199a6/slide-03.png",
|
|
162488
161965
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/710c14c7-3dc6-4b10-b8d8-27fc4df2a0b0/slide-04.png",
|
|
@@ -162516,7 +161993,7 @@ var LANDING_CONSULTING_PREVIEW_HTMLS = [
|
|
|
162516
161993
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9b54f283-b5de-4d49-a525-d3ad1b2304e8/slide-15.html"
|
|
162517
161994
|
];
|
|
162518
161995
|
var LUMINA_PREVIEW_IMAGES = [
|
|
162519
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
161996
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a9c9d0c7-726c-4013-802d-cde1feefd058/lumina-creative-studio.png",
|
|
162520
161997
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/592fe965-5a74-4366-b8b9-e58605dcc16e/slide-02.png",
|
|
162521
161998
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/fb9df939-ec5a-4949-980d-7300eee0def4/slide-03.png",
|
|
162522
161999
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/dc1afd19-e772-4e27-baa0-5b0790b7b056/slide-04.png",
|
|
@@ -162550,7 +162027,7 @@ var LUMINA_PREVIEW_HTMLS = [
|
|
|
162550
162027
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5c3ad467-780a-4a59-b95c-26379e13e598/slide-15.html"
|
|
162551
162028
|
];
|
|
162552
162029
|
var MOSAIC_GEOMETRIC_PREVIEW_IMAGES = [
|
|
162553
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162030
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/0491adb1-f2a3-47d3-8075-509e036e913d/mosaic-geometric-pitch.png",
|
|
162554
162031
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/22fd98ad-7ca0-4b08-8e9e-383da4ccbb49/slide-02.png",
|
|
162555
162032
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a04cac03-384e-4e05-95a2-d345e95e1141/slide-03.png",
|
|
162556
162033
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5e3518b8-5077-467a-a2d5-612f754c8535/slide-04.png",
|
|
@@ -162584,7 +162061,7 @@ var MOSAIC_GEOMETRIC_PREVIEW_HTMLS = [
|
|
|
162584
162061
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ac616f61-f1bc-44af-8862-c219f7f74bfe/slide-15.html"
|
|
162585
162062
|
];
|
|
162586
162063
|
var PLAYFUL_POP_PREVIEW_IMAGES = [
|
|
162587
|
-
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162064
|
+
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/3b6e8fbf-15f4-46cc-a2a6-8d3ef33d9d32/playful-pop-deck.png",
|
|
162588
162065
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/083b8e2c-ea0a-434b-93c9-69d129ed242c/slide-02.png",
|
|
162589
162066
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9d957db7-4449-4fe9-8adb-6eff201b0fcc/slide-03.png",
|
|
162590
162067
|
"https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/25afe786-d2c6-4d49-acbc-d8c60fce5fb4/slide-04.png",
|
|
@@ -162622,7 +162099,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162622
162099
|
slug: "playful-launch-presentation",
|
|
162623
162100
|
title: "Playful launch",
|
|
162624
162101
|
prompt: "/gen presentation with design system `playful-editorial` and template `html-ppt-playful-launch`, create a 15-slide launch deck for SproutPop, a playful habit-building app for remote teams introducing a shared 30-day wellness challenge. Present it to people and culture leaders with cover, agenda, launch story, audience pain points, product vision, feature tour, rollout timeline, activation moments, team, early metrics, testimonials, pricing, and next steps. Make it saturated, joyful, idea-led, and structured.",
|
|
162625
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162102
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/daf7c2d1-5195-4c09-ad4b-8d85778fc104/playful-launch-presentation.html",
|
|
162626
162103
|
previewImage: PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES[0],
|
|
162627
162104
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/bd6ce25a-6e94-4b9a-a77b-7827086c7c6d/template-card-presentation-playful-launch-presentation-480x270.jpg",
|
|
162628
162105
|
previewImages: PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES,
|
|
@@ -162634,7 +162111,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162634
162111
|
slug: "botane-organic-deck",
|
|
162635
162112
|
title: "Botane organic",
|
|
162636
162113
|
prompt: "/gen presentation with design system `botane-organic` and template `html-ppt-botane-organic`, create a 15-slide brand story deck for Moss & Moon, a coastal wellness retreat launching a seasonal herb garden, tea bar, and slow-living membership program. Present it to hospitality partners with cover, agenda, origin story, guest philosophy, retreat spaces, treatment menu, garden-to-table process, photography gallery, sustainability metrics, member testimonials, packages, and contact. Make it calm, editorial, rounded, and organic.",
|
|
162637
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162114
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/0babab92-7ad9-414e-b44f-7a060ed48bcc/botane-organic-deck.html",
|
|
162638
162115
|
previewImage: BOTANE_ORGANIC_PREVIEW_IMAGES[0],
|
|
162639
162116
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5afda839-ba20-4a63-bf35-0f7d3b6524a9/template-card-presentation-botane-organic-deck-480x270.jpg",
|
|
162640
162117
|
previewImages: BOTANE_ORGANIC_PREVIEW_IMAGES,
|
|
@@ -162646,7 +162123,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162646
162123
|
slug: "business-data-presentation",
|
|
162647
162124
|
title: "Business data",
|
|
162648
162125
|
prompt: "/gen presentation with design system `business-data` and template `html-ppt-business-data`, create a 15-slide executive data readout for HarborCart, an omnichannel grocery retailer reviewing 2026 growth, loyalty behavior, basket mix, and store-to-delivery conversion. Present it to the leadership team with cover, agenda, business context, KPI scorecard, regional segments, channel comparison, customer cohorts, operational drivers, forecast, strategic bets, risks, recommendations, and appendix contact. Make it number-first, chart-led, confident, modern, and readable.",
|
|
162649
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162126
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/95648bba-2a52-497e-b1b8-9cdd0cab9d93/business-data-presentation.html",
|
|
162650
162127
|
previewImage: BUSINESS_DATA_CDN_PREVIEW_IMAGES[0],
|
|
162651
162128
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/27b0767f-0df0-42e3-ad1e-ed878e69d796/template-card-presentation-business-data-presentation-480x270.jpg",
|
|
162652
162129
|
previewImages: BUSINESS_DATA_CDN_PREVIEW_IMAGES,
|
|
@@ -162658,7 +162135,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162658
162135
|
slug: "crayon-learning-deck",
|
|
162659
162136
|
title: "Crayon learning",
|
|
162660
162137
|
prompt: "/gen presentation with design system `crayon` and template `html-ppt-crayon`, create a 15-slide parent-night deck for Rainbow Lab, a summer art-and-science camp where kids build storybooks, cardboard cities, and tiny robots. Present it to families with cover, agenda, camp promise, learning goals, weekly themes, instructor team, sample day, workshop stations, student gallery, safety plan, progress metrics, parent quotes, pricing, and registration steps. Make it bright, rounded, joyful, and crayon-like.",
|
|
162661
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162138
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/63af1d38-51e8-493e-b975-1728f4f796da/crayon-learning-deck.html",
|
|
162662
162139
|
previewImage: CRAYON_PREVIEW_IMAGES[0],
|
|
162663
162140
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ce37d6be-85f3-40eb-b380-09445cb944a6/template-card-presentation-crayon-learning-deck-480x270.jpg",
|
|
162664
162141
|
previewImages: CRAYON_PREVIEW_IMAGES,
|
|
@@ -162671,7 +162148,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162671
162148
|
slug: "creative-agency-presentation",
|
|
162672
162149
|
title: "Creative agency",
|
|
162673
162150
|
prompt: "/gen presentation with design system `creative-agency` and template `html-ppt-creative-agency`, create a 15-slide rebrand pitch for Northstar Studio proposing a new identity, website, and launch campaign for a boutique hotel group expanding into three coastal cities. Present it to the client board with cover, agenda, brand challenge, strategic insight, creative direction, visual territories, service scope, project process, case-study gallery, launch roadmap, impact metrics, client quotes, investment, and contact. Make it minimal, editorial, sharp, and agency-grade.",
|
|
162674
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162151
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/527ad859-e0dd-4cfd-90a4-09e5030b71e1/creative-agency-presentation.html",
|
|
162675
162152
|
previewImage: CREATIVE_AGENCY_PREVIEW_IMAGES[0],
|
|
162676
162153
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6fd65b4a-8c3d-4219-9461-5558a0d71fcb/template-card-presentation-creative-agency-presentation-480x270.jpg",
|
|
162677
162154
|
previewImages: CREATIVE_AGENCY_PREVIEW_IMAGES,
|
|
@@ -162684,7 +162161,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162684
162161
|
slug: "data-report-presentation",
|
|
162685
162162
|
title: "Data report",
|
|
162686
162163
|
prompt: "/gen presentation with design system `data-report` and template `html-ppt-data-report`, create a 15-slide research findings deck for MetroPulse, a city mobility study comparing bike-share, buses, rideshare, and commuter rail across 12 neighborhoods. Present it to urban planning stakeholders with cover, contents, study context, methodology, demand trends, neighborhood segments, mode comparison, peak-hour bottlenecks, equity impact, emissions estimate, 12-month forecast, recommendations, summary, and contact. Make it chart-led, sharp, vivid, and number-first.",
|
|
162687
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162164
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/920c6119-1833-4902-bda9-327af1bd8f7f/data-report-presentation.html",
|
|
162688
162165
|
previewImage: DATA_REPORT_PREVIEW_IMAGES[0],
|
|
162689
162166
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6b336b2c-c2ce-489a-9b3a-faca4813b4de/template-card-presentation-data-report-presentation-480x270.jpg",
|
|
162690
162167
|
previewImages: DATA_REPORT_PREVIEW_IMAGES,
|
|
@@ -162697,7 +162174,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162697
162174
|
slug: "editorial-magazine-deck",
|
|
162698
162175
|
title: "Editorial magazine",
|
|
162699
162176
|
prompt: "/gen presentation with design system `editorial-magazine` and template `html-ppt-editorial-magazine`, create a 15-slide media kit for Field Notes Quarterly, an independent culture magazine pitching its autumn issue on craft, travel, food, and design to premium sponsors. Include cover, editor letter, issue theme, audience profile, editorial departments, contributor roster, feature previews, photography gallery, distribution plan, partnership formats, audience metrics, sponsor examples, rate card, production timeline, and contact. Make it restrained, paper-forward, serif, and magazine-like.",
|
|
162700
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162177
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/85360bd6-8b80-43ba-9c9c-001b7d96f205/editorial-magazine-deck.html",
|
|
162701
162178
|
previewImage: EDITORIAL_MAGAZINE_PREVIEW_IMAGES[0],
|
|
162702
162179
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/7f394ba6-e2a6-4622-8562-421e72055fdd/template-card-presentation-editorial-magazine-deck-480x270.jpg",
|
|
162703
162180
|
previewImages: EDITORIAL_MAGAZINE_PREVIEW_IMAGES,
|
|
@@ -162710,7 +162187,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162710
162187
|
slug: "landing-consulting-deck",
|
|
162711
162188
|
title: "Landing consulting",
|
|
162712
162189
|
prompt: "/gen presentation with design system `landing-consulting` and template `html-ppt-landing-consulting`, create a 15-slide growth proposal for ScaleBridge advising a B2B fintech SaaS team on reducing onboarding drop-off and improving trial-to-paid conversion. Present it to the revenue leadership team with cover, agenda, opportunity size, diagnosis, desired outcomes, engagement model, workstreams, sprint process, benchmark gallery, proof metrics, client testimonials, pricing tiers, decision timeline, and contact. Make it landing-page-like, sharp, high-contrast, and conversion-oriented.",
|
|
162713
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162190
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/998aed16-60a1-4d84-b60e-1ab093de8fa6/landing-consulting-deck.html",
|
|
162714
162191
|
previewImage: LANDING_CONSULTING_PREVIEW_IMAGES[0],
|
|
162715
162192
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8e59681b-5504-4907-b357-0d3f3801174b/template-card-presentation-landing-consulting-deck-480x270.jpg",
|
|
162716
162193
|
previewImages: LANDING_CONSULTING_PREVIEW_IMAGES,
|
|
@@ -162723,7 +162200,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162723
162200
|
slug: "lumina-creative-studio",
|
|
162724
162201
|
title: "Lumina creative studio",
|
|
162725
162202
|
prompt: "/gen presentation with design system `lumina` and template `html-ppt-lumina`, create a 15-slide portfolio deck for LensLab Studio, a photography and motion team pitching a beauty brand's global campaign shoot across studio sets, street casting, and social cutdowns. Include cover, agenda, studio point of view, campaign concept, team, production services, creative process, location plan, image gallery, motion deliverables, campaign metrics, client quotes, package options, and contact. Make it bold, sticker-tagged, sharp, and creative-studio oriented.",
|
|
162726
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162203
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/08fe05a2-a7dd-4355-822d-14fb6a0987b3/lumina-creative-studio.html",
|
|
162727
162204
|
previewImage: LUMINA_PREVIEW_IMAGES[0],
|
|
162728
162205
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/129bc4b6-df50-4537-88a9-6e42c533c8ad/template-card-presentation-lumina-creative-studio-480x270.jpg",
|
|
162729
162206
|
previewImages: LUMINA_PREVIEW_IMAGES,
|
|
@@ -162736,7 +162213,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162736
162213
|
slug: "mosaic-geometric-pitch",
|
|
162737
162214
|
title: "Mosaic geometric pitch",
|
|
162738
162215
|
prompt: "/gen presentation with design system `mosaic-geometric` and template `html-ppt-mosaic-geometric`, create a 15-slide modular identity pitch for CivicLink, a new transit app unifying buses, bikes, scooters, and commuter rail under one visual system. Present it to city innovation leaders with cover, agenda, brand problem, design principles, logo grid, color and icon system, app moments, rollout process, station signage gallery, accessibility impact, pilot metrics, stakeholder quotes, implementation budget, and contact. Make it bold, modular, Bauhaus-geometric, and colourful.",
|
|
162739
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162216
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/65f0f224-4bf0-4b11-9f3e-ddb1a11b1ec3/mosaic-geometric-pitch.html",
|
|
162740
162217
|
previewImage: MOSAIC_GEOMETRIC_PREVIEW_IMAGES[0],
|
|
162741
162218
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8e5e8b1e-b34c-405a-9c71-0058c16751ff/template-card-presentation-mosaic-geometric-pitch-480x270.jpg",
|
|
162742
162219
|
previewImages: MOSAIC_GEOMETRIC_PREVIEW_IMAGES,
|
|
@@ -162749,7 +162226,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
|
|
|
162749
162226
|
slug: "playful-pop-deck",
|
|
162750
162227
|
title: "Playful pop",
|
|
162751
162228
|
prompt: "/gen presentation with design system `playful-pop` and template `html-ppt-playful-pop`, create a 15-slide campus launch deck for FizzPop, a sparkling tea brand planning a colorful back-to-school sampling tour, creator challenge, and limited-edition flavor drop. Present it to retail and student ambassador partners with cover, agenda, brand world, audience insight, campaign idea, flavor lineup, activation map, event flow, content plan, gallery, reach metrics, partner testimonials, budget, and contact. Make it neon, bouncy, rounded, and pop-art playful.",
|
|
162752
|
-
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/
|
|
162229
|
+
embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6b2f388a-119f-4ecc-8638-5cc309779b67/playful-pop-deck.html",
|
|
162753
162230
|
previewImage: PLAYFUL_POP_PREVIEW_IMAGES[0],
|
|
162754
162231
|
cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/790e2212-a7e1-40bc-8e9f-57754cfd01e5/template-card-presentation-playful-pop-deck-480x270.jpg",
|
|
162755
162232
|
previewImages: PLAYFUL_POP_PREVIEW_IMAGES,
|
|
@@ -170427,4 +169904,4 @@ undici/lib/web/fetch/body.js:
|
|
|
170427
169904
|
undici/lib/web/websocket/frame.js:
|
|
170428
169905
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
170429
169906
|
*/
|
|
170430
|
-
//# sourceMappingURL=chunk-
|
|
169907
|
+
//# sourceMappingURL=chunk-ABA3BGIH.js.map
|