@vm0/cli 9.202.1 → 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.1",
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.1",
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
- "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/",
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
- "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/",
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
- "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/",
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
- "POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/",
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
  ]
@@ -162098,7 +161772,7 @@ init_esm_shims();
162098
161772
  // ../../packages/core/src/presentation-template-items.ts
162099
161773
  init_esm_shims();
162100
161774
  var BOTANE_ORGANIC_PREVIEW_IMAGES = [
162101
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/c55e2b08-4242-4ce7-99e2-6e37440c3709/slide-01.png",
161775
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/64d1a85a-9347-48fb-860b-073180385b66/botane-organic-deck.png",
162102
161776
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a43f103f-e4b3-40b0-a326-c37a2240e6b5/slide-02.png",
162103
161777
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/576f05a7-2d2c-4963-876b-6eda1fe8f93e/slide-03.png",
162104
161778
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/12a44151-de3a-465d-9631-df029387a922/slide-04.png",
@@ -162115,7 +161789,7 @@ var BOTANE_ORGANIC_PREVIEW_IMAGES = [
162115
161789
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/7da6a51c-4a78-4e50-9cbc-899879e72875/slide-15.png"
162116
161790
  ];
162117
161791
  var PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES = [
162118
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/14faa970-e9b2-4c1d-990e-f4933bf6cd85/aplocoto-slide-01.png",
161792
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/774bdd46-ca62-40b5-b56b-95fd2ff2d302/playful-launch-presentation.png",
162119
161793
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/dbb11b25-20e0-433e-94d5-9a094667d5a7/aplocoto-slide-02.png",
162120
161794
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d6a0800b-729e-4399-ba74-e3d56b4e9b00/aplocoto-slide-03.png",
162121
161795
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/67781114-f6ff-45fd-bb74-bf65df1b75e9/aplocoto-slide-04.png",
@@ -162132,7 +161806,7 @@ var PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES = [
162132
161806
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/f403f161-f63c-427f-ae15-401ede2672d9/aplocoto-slide-15.png"
162133
161807
  ];
162134
161808
  var BUSINESS_DATA_CDN_PREVIEW_IMAGES = [
162135
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/cc1a93e1-e55d-4e40-b562-ef5f265ff79c/slide-01.png",
161809
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9aa42296-a49e-4128-a80a-e920637b1506/business-data-presentation.png",
162136
161810
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/04a3765b-ef6a-4bbb-8ae4-b116941760cf/slide-02.png",
162137
161811
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/1919e6e0-2adf-4727-825d-3470568733e7/slide-03.png",
162138
161812
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/62d71bc2-9359-4a41-bde6-da6e4d9d0fd0/slide-04.png",
@@ -162149,7 +161823,7 @@ var BUSINESS_DATA_CDN_PREVIEW_IMAGES = [
162149
161823
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/37616a8a-7386-49f2-8e18-198a2a234d4a/slide-15.png"
162150
161824
  ];
162151
161825
  var CRAYON_PREVIEW_IMAGES = [
162152
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5163d6a1-f2df-4577-b75a-4b3623a2aae1/slide-01.png",
161826
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/c4d3f251-c143-4cb7-86f5-97042123ef90/crayon-learning-deck.png",
162153
161827
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8183eea0-8016-4680-82b8-8ad3a3b5ada2/slide-02.png",
162154
161828
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/356c7e99-4895-44e1-a56d-d53dfb0d722e/slide-03.png",
162155
161829
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/f81f04ee-f164-4d0b-abd2-1bec62637036/slide-04.png",
@@ -162183,7 +161857,7 @@ var CRAYON_PREVIEW_HTMLS = [
162183
161857
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d13fd530-4917-4378-8e2b-8c0befd96119/slide-15.html"
162184
161858
  ];
162185
161859
  var CREATIVE_AGENCY_PREVIEW_IMAGES = [
162186
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/1a95bb56-f72a-4d3f-a9dd-df653da20244/slide-01.png",
161860
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6494f661-c935-4ab2-9181-600097bde23b/creative-agency-presentation.png",
162187
161861
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a1883f03-854f-4f31-9da5-5d1f80179ea9/slide-02.png",
162188
161862
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/261165ff-ded6-4662-9b1a-62df42b234b0/slide-03.png",
162189
161863
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a2e4e44e-1a6d-491f-903c-4e2188023d3c/slide-04.png",
@@ -162217,7 +161891,7 @@ var CREATIVE_AGENCY_PREVIEW_HTMLS = [
162217
161891
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/188bdf52-0a5b-466a-8417-b8920e35fb5a/slide-15.html"
162218
161892
  ];
162219
161893
  var DATA_REPORT_PREVIEW_IMAGES = [
162220
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5730d8c6-6fd1-4f41-93db-03aed2b3f152/slide-01.png",
161894
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/26958aa5-8823-484f-8bce-6f60a8663a72/data-report-presentation.png",
162221
161895
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/efa3e160-e608-4658-9395-9a4139899038/slide-02.png",
162222
161896
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/edd27584-ef9f-4611-b8ab-59e3ac7247ad/slide-03.png",
162223
161897
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a505694f-8511-45bb-94bd-0095b75e6028/slide-04.png",
@@ -162251,7 +161925,7 @@ var DATA_REPORT_PREVIEW_HTMLS = [
162251
161925
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/41099f41-7548-4a11-beb5-cebde83df691/slide-15.html"
162252
161926
  ];
162253
161927
  var EDITORIAL_MAGAZINE_PREVIEW_IMAGES = [
162254
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/903f1079-a1c8-4f01-839c-e27c0feda939/slide-01.png",
161928
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/adf552b2-53ed-4282-b08c-2359f3b124ff/editorial-magazine-deck.png",
162255
161929
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/63b4c9a6-7f1a-4f49-af9b-dd93d9d9138a/slide-02.png",
162256
161930
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/b7dc0361-f59a-4fdb-b350-f18bc99a422e/slide-03.png",
162257
161931
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/4718eb4d-7672-4194-9710-f980a5e9d4a1/slide-04.png",
@@ -162285,7 +161959,7 @@ var EDITORIAL_MAGAZINE_PREVIEW_HTMLS = [
162285
161959
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/512d2421-0d60-44ed-81b1-29620a93ed5c/slide-15.html"
162286
161960
  ];
162287
161961
  var LANDING_CONSULTING_PREVIEW_IMAGES = [
162288
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a0191136-76a8-415f-b8f0-d6c1089f05cc/slide-01.png",
161962
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/fb94c9f1-8ab7-46cc-a08a-693e40337f06/landing-consulting-deck.png",
162289
161963
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ca96e383-1431-466c-8c3e-9fc13a91d2c5/slide-02.png",
162290
161964
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5a8a9671-68bd-4d07-9fb5-078bdb0199a6/slide-03.png",
162291
161965
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/710c14c7-3dc6-4b10-b8d8-27fc4df2a0b0/slide-04.png",
@@ -162319,7 +161993,7 @@ var LANDING_CONSULTING_PREVIEW_HTMLS = [
162319
161993
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9b54f283-b5de-4d49-a525-d3ad1b2304e8/slide-15.html"
162320
161994
  ];
162321
161995
  var LUMINA_PREVIEW_IMAGES = [
162322
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6472a6c7-e872-44bf-8598-709aa8d4babd/slide-01.png",
161996
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a9c9d0c7-726c-4013-802d-cde1feefd058/lumina-creative-studio.png",
162323
161997
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/592fe965-5a74-4366-b8b9-e58605dcc16e/slide-02.png",
162324
161998
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/fb9df939-ec5a-4949-980d-7300eee0def4/slide-03.png",
162325
161999
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/dc1afd19-e772-4e27-baa0-5b0790b7b056/slide-04.png",
@@ -162353,7 +162027,7 @@ var LUMINA_PREVIEW_HTMLS = [
162353
162027
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5c3ad467-780a-4a59-b95c-26379e13e598/slide-15.html"
162354
162028
  ];
162355
162029
  var MOSAIC_GEOMETRIC_PREVIEW_IMAGES = [
162356
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/2502cfd6-0b0b-4027-838a-49c74f74cdc2/slide-01.png",
162030
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/0491adb1-f2a3-47d3-8075-509e036e913d/mosaic-geometric-pitch.png",
162357
162031
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/22fd98ad-7ca0-4b08-8e9e-383da4ccbb49/slide-02.png",
162358
162032
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a04cac03-384e-4e05-95a2-d345e95e1141/slide-03.png",
162359
162033
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5e3518b8-5077-467a-a2d5-612f754c8535/slide-04.png",
@@ -162387,7 +162061,7 @@ var MOSAIC_GEOMETRIC_PREVIEW_HTMLS = [
162387
162061
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ac616f61-f1bc-44af-8862-c219f7f74bfe/slide-15.html"
162388
162062
  ];
162389
162063
  var PLAYFUL_POP_PREVIEW_IMAGES = [
162390
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a68b4d82-838b-4772-98ec-7967ab30197e/slide-01.png",
162064
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/3b6e8fbf-15f4-46cc-a2a6-8d3ef33d9d32/playful-pop-deck.png",
162391
162065
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/083b8e2c-ea0a-434b-93c9-69d129ed242c/slide-02.png",
162392
162066
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9d957db7-4449-4fe9-8adb-6eff201b0fcc/slide-03.png",
162393
162067
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/25afe786-d2c6-4d49-acbc-d8c60fce5fb4/slide-04.png",
@@ -162425,7 +162099,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162425
162099
  slug: "playful-launch-presentation",
162426
162100
  title: "Playful launch",
162427
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.",
162428
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d0f6b313-9899-4143-a6da-26781fd7b946/aplocoto.html",
162102
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/daf7c2d1-5195-4c09-ad4b-8d85778fc104/playful-launch-presentation.html",
162429
162103
  previewImage: PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES[0],
162430
162104
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/bd6ce25a-6e94-4b9a-a77b-7827086c7c6d/template-card-presentation-playful-launch-presentation-480x270.jpg",
162431
162105
  previewImages: PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES,
@@ -162437,7 +162111,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162437
162111
  slug: "botane-organic-deck",
162438
162112
  title: "Botane organic",
162439
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.",
162440
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/449e7efe-c73d-497d-962c-d77c576d0768/botane-organic.html",
162114
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/0babab92-7ad9-414e-b44f-7a060ed48bcc/botane-organic-deck.html",
162441
162115
  previewImage: BOTANE_ORGANIC_PREVIEW_IMAGES[0],
162442
162116
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5afda839-ba20-4a63-bf35-0f7d3b6524a9/template-card-presentation-botane-organic-deck-480x270.jpg",
162443
162117
  previewImages: BOTANE_ORGANIC_PREVIEW_IMAGES,
@@ -162449,7 +162123,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162449
162123
  slug: "business-data-presentation",
162450
162124
  title: "Business data",
162451
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.",
162452
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8a570cf6-d398-40a6-8de5-3857f1fa21a2/business-data.html",
162126
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/95648bba-2a52-497e-b1b8-9cdd0cab9d93/business-data-presentation.html",
162453
162127
  previewImage: BUSINESS_DATA_CDN_PREVIEW_IMAGES[0],
162454
162128
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/27b0767f-0df0-42e3-ad1e-ed878e69d796/template-card-presentation-business-data-presentation-480x270.jpg",
162455
162129
  previewImages: BUSINESS_DATA_CDN_PREVIEW_IMAGES,
@@ -162461,7 +162135,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162461
162135
  slug: "crayon-learning-deck",
162462
162136
  title: "Crayon learning",
162463
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.",
162464
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/4aa31138-3cfa-4ed2-997a-aeb37b51e258/crayon.html",
162138
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/63af1d38-51e8-493e-b975-1728f4f796da/crayon-learning-deck.html",
162465
162139
  previewImage: CRAYON_PREVIEW_IMAGES[0],
162466
162140
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ce37d6be-85f3-40eb-b380-09445cb944a6/template-card-presentation-crayon-learning-deck-480x270.jpg",
162467
162141
  previewImages: CRAYON_PREVIEW_IMAGES,
@@ -162474,7 +162148,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162474
162148
  slug: "creative-agency-presentation",
162475
162149
  title: "Creative agency",
162476
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.",
162477
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/128e103c-8eed-4436-8da8-7d99d1a71021/creative-agency.html",
162151
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/527ad859-e0dd-4cfd-90a4-09e5030b71e1/creative-agency-presentation.html",
162478
162152
  previewImage: CREATIVE_AGENCY_PREVIEW_IMAGES[0],
162479
162153
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6fd65b4a-8c3d-4219-9461-5558a0d71fcb/template-card-presentation-creative-agency-presentation-480x270.jpg",
162480
162154
  previewImages: CREATIVE_AGENCY_PREVIEW_IMAGES,
@@ -162487,7 +162161,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162487
162161
  slug: "data-report-presentation",
162488
162162
  title: "Data report",
162489
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.",
162490
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8ee4af44-fedf-4472-9754-b237b8d8ab4f/data-report.html",
162164
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/920c6119-1833-4902-bda9-327af1bd8f7f/data-report-presentation.html",
162491
162165
  previewImage: DATA_REPORT_PREVIEW_IMAGES[0],
162492
162166
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6b336b2c-c2ce-489a-9b3a-faca4813b4de/template-card-presentation-data-report-presentation-480x270.jpg",
162493
162167
  previewImages: DATA_REPORT_PREVIEW_IMAGES,
@@ -162500,7 +162174,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162500
162174
  slug: "editorial-magazine-deck",
162501
162175
  title: "Editorial magazine",
162502
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.",
162503
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ecb06a73-8d96-4565-951e-5ee3688af8c9/editorial-magazine.html",
162177
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/85360bd6-8b80-43ba-9c9c-001b7d96f205/editorial-magazine-deck.html",
162504
162178
  previewImage: EDITORIAL_MAGAZINE_PREVIEW_IMAGES[0],
162505
162179
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/7f394ba6-e2a6-4622-8562-421e72055fdd/template-card-presentation-editorial-magazine-deck-480x270.jpg",
162506
162180
  previewImages: EDITORIAL_MAGAZINE_PREVIEW_IMAGES,
@@ -162513,7 +162187,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162513
162187
  slug: "landing-consulting-deck",
162514
162188
  title: "Landing consulting",
162515
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.",
162516
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/675da276-43e2-4925-9744-ee0ce44fd3d3/landing-consulting.html",
162190
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/998aed16-60a1-4d84-b60e-1ab093de8fa6/landing-consulting-deck.html",
162517
162191
  previewImage: LANDING_CONSULTING_PREVIEW_IMAGES[0],
162518
162192
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8e59681b-5504-4907-b357-0d3f3801174b/template-card-presentation-landing-consulting-deck-480x270.jpg",
162519
162193
  previewImages: LANDING_CONSULTING_PREVIEW_IMAGES,
@@ -162526,7 +162200,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162526
162200
  slug: "lumina-creative-studio",
162527
162201
  title: "Lumina creative studio",
162528
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.",
162529
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/bd8fd3cd-7b48-4903-ad4c-ce8aae44a690/lumina-creative-studio.html",
162203
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/08fe05a2-a7dd-4355-822d-14fb6a0987b3/lumina-creative-studio.html",
162530
162204
  previewImage: LUMINA_PREVIEW_IMAGES[0],
162531
162205
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/129bc4b6-df50-4537-88a9-6e42c533c8ad/template-card-presentation-lumina-creative-studio-480x270.jpg",
162532
162206
  previewImages: LUMINA_PREVIEW_IMAGES,
@@ -162539,7 +162213,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162539
162213
  slug: "mosaic-geometric-pitch",
162540
162214
  title: "Mosaic geometric pitch",
162541
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.",
162542
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/3d6a7348-5ed7-40a0-a482-aced65491923/mosaic-geometric-hidden.html",
162216
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/65f0f224-4bf0-4b11-9f3e-ddb1a11b1ec3/mosaic-geometric-pitch.html",
162543
162217
  previewImage: MOSAIC_GEOMETRIC_PREVIEW_IMAGES[0],
162544
162218
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8e5e8b1e-b34c-405a-9c71-0058c16751ff/template-card-presentation-mosaic-geometric-pitch-480x270.jpg",
162545
162219
  previewImages: MOSAIC_GEOMETRIC_PREVIEW_IMAGES,
@@ -162552,7 +162226,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162552
162226
  slug: "playful-pop-deck",
162553
162227
  title: "Playful pop",
162554
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.",
162555
- embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/71a868cb-6e9b-4e9e-a99d-66a75c112b01/playful-pop.html",
162229
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6b2f388a-119f-4ecc-8638-5cc309779b67/playful-pop-deck.html",
162556
162230
  previewImage: PLAYFUL_POP_PREVIEW_IMAGES[0],
162557
162231
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/790e2212-a7e1-40bc-8e9f-57754cfd01e5/template-card-presentation-playful-pop-deck-480x270.jpg",
162558
162232
  previewImages: PLAYFUL_POP_PREVIEW_IMAGES,
@@ -170230,4 +169904,4 @@ undici/lib/web/fetch/body.js:
170230
169904
  undici/lib/web/websocket/frame.js:
170231
169905
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
170232
169906
  */
170233
- //# sourceMappingURL=chunk-ZIO54LY7.js.map
169907
+ //# sourceMappingURL=chunk-ABA3BGIH.js.map