@vm0/cli 9.202.1 → 9.203.0

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.203.0",
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.203.0",
80426
80426
  command: process.argv.slice(2).join(" ")
80427
80427
  });
80428
80428
  setContext("runtime", {
@@ -141266,7 +141266,6 @@ var deelFirewall = {
141266
141266
  "GET /rest/v2/invoices/deel",
141267
141267
  "GET /rest/v2/invoices/{id}/download",
141268
141268
  "GET /rest/v2/invoices/{invoice_id}",
141269
- "GET /rest/v2/legal-entities",
141270
141269
  "GET /rest/v2/payments",
141271
141270
  "GET /rest/v2/payments/{payment_id}/breakdown",
141272
141271
  "GET /rest/v2/refund-statements",
@@ -141345,8 +141344,7 @@ var deelFirewall = {
141345
141344
  "GET /rest/v2/benefits/legal-entities/{legal_entity_id}/contracts/{contract_id}/plans/{plan_id}",
141346
141345
  "GET /rest/v2/benefits/legal-entities/{legal_entity_id}/paystubs",
141347
141346
  "GET /rest/v2/eor/benefits",
141348
- "GET /rest/v2/eor/worker/benefits",
141349
- "POST /rest/v2/workers/amendments/{amendment_id}/sign"
141347
+ "GET /rest/v2/eor/worker/benefits"
141350
141348
  ]
141351
141349
  },
141352
141350
  {
@@ -141398,19 +141396,10 @@ var deelFirewall = {
141398
141396
  "GET /rest/v2/eor/contracts/{contract_id}/offboarding/time-offs",
141399
141397
  "GET /rest/v2/eor/contracts/{contract_id}/project-assignment",
141400
141398
  "GET /rest/v2/eor/contracts/{contract_id}/project-assignment/checkin",
141401
- "POST /rest/v2/eor/contracts/{contract_id}/project-assignment/checkin",
141402
141399
  "GET /rest/v2/eor/start-date",
141403
141400
  "GET /rest/v2/eor/validations/{country_code}",
141404
141401
  "GET /rest/v2/eor/{contract_id}/benefits",
141405
- "POST /rest/v2/eor/{oid}/terminations/regular",
141406
- "POST /rest/v2/eor/{oid}/terminations/resignation",
141407
- "GET /rest/v2/eor/{oid}/terminations/{terminationId}",
141408
- "GET /rest/v2/offboarding/tracker",
141409
- "GET /rest/v2/offboarding/tracker/hris_profile/{oid}",
141410
- "GET /rest/v2/offboarding/tracker/{id}",
141411
- "GET /rest/v2/onboarding/tracker",
141412
- "GET /rest/v2/onboarding/tracker/hris_profile/{hris_profile_id}",
141413
- "GET /rest/v2/onboarding/tracker/{tracker_id}"
141402
+ "GET /rest/v2/eor/{oid}/terminations/{terminationId}"
141414
141403
  ]
141415
141404
  },
141416
141405
  {
@@ -141419,7 +141408,6 @@ var deelFirewall = {
141419
141408
  "POST /rest/v2/contracts",
141420
141409
  "POST /rest/v2/contracts/gp",
141421
141410
  "PATCH /rest/v2/contracts/{contract_id}",
141422
- "GET /rest/v2/contracts/{contract_id}/amendments",
141423
141411
  "POST /rest/v2/contracts/{contract_id}/amendments",
141424
141412
  "POST /rest/v2/contracts/{contract_id}/cost-centers",
141425
141413
  "PUT /rest/v2/contracts/{contract_id}/custom_fields",
@@ -141493,9 +141481,7 @@ var deelFirewall = {
141493
141481
  {
141494
141482
  name: "groups:read",
141495
141483
  rules: [
141496
- "GET /rest/v2/groups",
141497
- "POST /rest/v2/groups",
141498
- "PATCH /rest/v2/groups/{id}"
141484
+ "GET /rest/v2/groups"
141499
141485
  ]
141500
141486
  },
141501
141487
  {
@@ -141574,9 +141560,6 @@ var deelFirewall = {
141574
141560
  name: "legal-entity:read",
141575
141561
  rules: [
141576
141562
  "GET /rest/v2/industries",
141577
- "POST /rest/v2/legal-entities",
141578
- "PATCH /rest/v2/legal-entities/{id}",
141579
- "DELETE /rest/v2/legal-entities/{id}",
141580
141563
  "GET /rest/v2/legal-entities/{legal_entity_id}/cost-centers",
141581
141564
  "GET /rest/v2/legal-entities/{legal_entity_id}/payroll-events",
141582
141565
  "GET /rest/v2/lookups"
@@ -141732,8 +141715,7 @@ var deelFirewall = {
141732
141715
  "GET /rest/v2/hris/positions/profile/{hrisProfileId}",
141733
141716
  "GET /rest/v2/hris/positions/profile/{hris_profile_id}",
141734
141717
  "GET /rest/v2/hris/worker_relations/profile/external/{profile_id}",
141735
- "GET /rest/v2/hris/worker_relations/profile/{hrisProfileOid}",
141736
- "PATCH /rest/v2/profiles"
141718
+ "GET /rest/v2/hris/worker_relations/profile/{hrisProfileOid}"
141737
141719
  ]
141738
141720
  },
141739
141721
  {
@@ -141876,12 +141858,8 @@ var deelFirewall = {
141876
141858
  {
141877
141859
  name: "worker:read",
141878
141860
  rules: [
141879
- "GET /rest/v2/contracts/{contract_id}/preview",
141880
141861
  "GET /rest/v2/daas/payslips",
141881
141862
  "GET /rest/v2/engage/learning/actionable-journeys",
141882
- "GET /rest/v2/eor/contracts/{contract_id}/hrx-documents",
141883
- "GET /rest/v2/eor/contracts/{contract_id}/hrx-documents/{document_id}",
141884
- "GET /rest/v2/eor/contracts/{contract_id}/offboarding",
141885
141863
  "GET /rest/v2/eor/workers/banks-guide/country/{country}/currency/{currency}",
141886
141864
  "GET /rest/v2/eor/workers/banks/guide",
141887
141865
  "GET /rest/v2/eor/workers/compliance-documents",
@@ -141900,23 +141878,13 @@ var deelFirewall = {
141900
141878
  "GET /rest/v2/immigration/workers/cases/{case_id}",
141901
141879
  "GET /rest/v2/immigration/workers/{worker_id}/cases/{case_id}/required-document",
141902
141880
  "GET /rest/v2/immigration/workers/{worker_id}/onboarding-case",
141903
- "GET /rest/v2/invoice-adjustments/{id}",
141904
141881
  "POST /rest/v2/magic-link",
141905
141882
  "GET /rest/v2/payouts/auto-withdrawal-setting",
141906
141883
  "GET /rest/v2/payouts/balances",
141907
141884
  "GET /rest/v2/payouts/contractors/methods",
141908
- "POST /rest/v2/payouts/contractors/methods",
141909
141885
  "GET /rest/v2/payouts/contractors/methods/bank_transfers/requirements",
141910
141886
  "GET /rest/v2/payouts/contractors/methods/bank_transfers/supported_routes",
141911
- "PUT /rest/v2/payouts/contractors/methods/{id}",
141912
- "POST /rest/v2/payouts/contractors/settings/auto_withdraw",
141913
141887
  "GET /rest/v2/payouts/employees/methods",
141914
- "POST /rest/v2/payouts/employees/methods",
141915
- "POST /rest/v2/payouts/employees/methods/bank_transfers/requirements",
141916
- "DELETE /rest/v2/payouts/employees/methods/{id}",
141917
- "GET /rest/v2/people/me",
141918
- "GET /rest/v2/screenings/verification-method",
141919
- "POST /rest/v2/workers/amendments/{amendment_id}/sign",
141920
141888
  "GET /rest/v2/workers/compliance-documents",
141921
141889
  "GET /rest/v2/workers/contracts/{contract_id}/pdf"
141922
141890
  ]
@@ -141938,28 +141906,18 @@ var deelFirewall = {
141938
141906
  "POST /rest/v2/eor/workers/contracts/{contract_id}/project-assignment/acknowledge",
141939
141907
  "POST /rest/v2/eor/workers/contracts/{contract_id}/signatures",
141940
141908
  "POST /rest/v2/immigration/workers/{worker_id}/cases/{case_id}/required-document/{document_request_id}",
141941
- "POST /rest/v2/invoice-adjustments",
141942
- "PATCH /rest/v2/invoice-adjustments/{id}",
141943
141909
  "POST /rest/v2/onboarding/workers/individual",
141944
141910
  "POST /rest/v2/onboarding/workers/legal-entity",
141945
141911
  "PATCH /rest/v2/payouts/auto-withdrawal-setting",
141946
- "GET /rest/v2/payouts/contractors/methods",
141947
141912
  "POST /rest/v2/payouts/contractors/methods",
141948
- "GET /rest/v2/payouts/contractors/methods/bank_transfers/requirements",
141949
- "GET /rest/v2/payouts/contractors/methods/bank_transfers/supported_routes",
141950
141913
  "PUT /rest/v2/payouts/contractors/methods/{id}",
141951
141914
  "POST /rest/v2/payouts/contractors/settings/auto_withdraw",
141952
- "GET /rest/v2/payouts/employees/methods",
141953
141915
  "POST /rest/v2/payouts/employees/methods",
141954
141916
  "POST /rest/v2/payouts/employees/methods/bank_transfers/requirements",
141955
141917
  "DELETE /rest/v2/payouts/employees/methods/{id}",
141956
141918
  "POST /rest/v2/payouts/withdrawals",
141957
141919
  "POST /rest/v2/screenings/kyc/external",
141958
141920
  "POST /rest/v2/screenings/manual-verification",
141959
- "POST /rest/v2/time_offs",
141960
- "PATCH /rest/v2/time_offs/{time_off_id}",
141961
- "DELETE /rest/v2/time_offs/{time_off_id}",
141962
- "POST /rest/v2/veriff/session",
141963
141921
  "POST /rest/v2/workers/amendments/{amendment_id}/sign",
141964
141922
  "POST /rest/v2/workers/contracts/{contract_id}/reject",
141965
141923
  "POST /rest/v2/workers/contracts/{contract_id}/signatures"
@@ -143055,35 +143013,6 @@ var figmaFirewall = {
143055
143013
  "GET /v1/files/{file_key}/versions"
143056
143014
  ]
143057
143015
  },
143058
- {
143059
- name: "files:read",
143060
- description: "Deprecated. Read files, projects, users, versions, comments, components & styles, and webhooks.",
143061
- rules: [
143062
- "GET /v1/component_sets/{key}",
143063
- "GET /v1/components/{key}",
143064
- "GET /v1/files/{file_key}",
143065
- "GET /v1/files/{file_key}/comments",
143066
- "GET /v1/files/{file_key}/comments/{comment_id}/reactions",
143067
- "GET /v1/files/{file_key}/component_sets",
143068
- "GET /v1/files/{file_key}/components",
143069
- "GET /v1/files/{file_key}/images",
143070
- "GET /v1/files/{file_key}/meta",
143071
- "GET /v1/files/{file_key}/nodes",
143072
- "GET /v1/files/{file_key}/styles",
143073
- "GET /v1/files/{file_key}/versions",
143074
- "GET /v1/images/{file_key}",
143075
- "GET /v1/me",
143076
- "GET /v1/projects/{project_id}/files",
143077
- "GET /v1/styles/{key}",
143078
- "GET /v1/teams/{team_id}/component_sets",
143079
- "GET /v1/teams/{team_id}/components",
143080
- "GET /v1/teams/{team_id}/projects",
143081
- "GET /v1/teams/{team_id}/styles",
143082
- "GET /v2/teams/{team_id}/webhooks",
143083
- "GET /v2/webhooks/{webhook_id}",
143084
- "GET /v2/webhooks/{webhook_id}/requests"
143085
- ]
143086
- },
143087
143016
  {
143088
143017
  name: "library_analytics:read",
143089
143018
  description: "Read library analytics data.",
@@ -155799,44 +155728,25 @@ var sentryFirewall = {
155799
155728
  "PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
155800
155729
  "DELETE /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/",
155801
155730
  "POST /api/0/organizations/{organization_id_or_slug}/monitors/",
155802
- "GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
155803
155731
  "PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/",
155804
155732
  "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
155733
  "POST /api/0/organizations/{organization_id_or_slug}/projects/{project_id_or_slug}/detectors/",
155807
155734
  "POST /api/0/organizations/{organization_id_or_slug}/workflows/",
155808
155735
  "PUT /api/0/organizations/{organization_id_or_slug}/workflows/",
155809
155736
  "DELETE /api/0/organizations/{organization_id_or_slug}/workflows/",
155810
155737
  "PUT /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/",
155811
155738
  "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
155739
  "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/"
155740
+ "DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/"
155816
155741
  ]
155817
155742
  },
155818
155743
  {
155819
155744
  name: "event:admin",
155820
155745
  rules: [
155821
- "GET /api/0/organizations/{organization_id_or_slug}/issues/",
155822
- "PUT /api/0/organizations/{organization_id_or_slug}/issues/",
155823
155746
  "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
155747
  "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
155748
  "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}/"
155749
+ "DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/"
155840
155750
  ]
155841
155751
  },
155842
155752
  {
@@ -155853,45 +155763,23 @@ var sentryFirewall = {
155853
155763
  "GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/",
155854
155764
  "GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/",
155855
155765
  "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}/"
155766
+ "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/"
155858
155767
  ]
155859
155768
  },
155860
155769
  {
155861
155770
  name: "event:write",
155862
155771
  rules: [
155863
- "GET /api/0/organizations/{organization_id_or_slug}/issues/",
155864
155772
  "PUT /api/0/organizations/{organization_id_or_slug}/issues/",
155865
- "GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/",
155866
155773
  "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
155774
  "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
155775
  "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}/"
155776
+ "POST /api/0/sentry-app-installations/{uuid}/external-issues/"
155880
155777
  ]
155881
155778
  },
155882
155779
  {
155883
155780
  name: "member:admin",
155884
155781
  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
155782
  "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
155783
  "DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
155896
155784
  ]
155897
155785
  },
@@ -155908,98 +155796,23 @@ var sentryFirewall = {
155908
155796
  "GET /api/0/organizations/{organization_id_or_slug}/members/",
155909
155797
  "GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/",
155910
155798
  "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}/"
155799
+ "GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
155913
155800
  ]
155914
155801
  },
155915
155802
  {
155916
155803
  name: "member:write",
155917
155804
  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
155805
  "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
155806
  "PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}"
155927
155807
  ]
155928
155808
  },
155929
155809
  {
155930
155810
  name: "org:admin",
155931
155811
  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
155812
  "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
155813
  "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
155814
  "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
155815
  "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
155816
  "DELETE /api/0/sentry-apps/{sentry_app_id_or_slug}/"
156004
155817
  ]
156005
155818
  },
@@ -156009,15 +155822,8 @@ var sentryFirewall = {
156009
155822
  "GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/",
156010
155823
  "GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/",
156011
155824
  "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
155825
  "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/"
155826
+ "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/"
156021
155827
  ]
156022
155828
  },
156023
155829
  {
@@ -156026,7 +155832,6 @@ var sentryFirewall = {
156026
155832
  "GET /api/0/organizations/{organization_id_or_slug}/integrations/",
156027
155833
  "GET /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
156028
155834
  "DELETE /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/",
156029
- "GET /api/0/organizations/{organization_id_or_slug}/repos/",
156030
155835
  "GET /api/0/organizations/{organization_id_or_slug}/sentry-app-installations/"
156031
155836
  ]
156032
155837
  },
@@ -156038,8 +155843,6 @@ var sentryFirewall = {
156038
155843
  "GET /api/0/organizations/{organization_id_or_slug}/config/integrations/",
156039
155844
  "GET /api/0/organizations/{organization_id_or_slug}/dashboards/",
156040
155845
  "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
155846
  "GET /api/0/organizations/{organization_id_or_slug}/discover/saved/",
156044
155847
  "GET /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
156045
155848
  "GET /api/0/organizations/{organization_id_or_slug}/environments/",
@@ -156047,9 +155850,6 @@ var sentryFirewall = {
156047
155850
  "GET /api/0/organizations/{organization_id_or_slug}/events-timeseries/",
156048
155851
  "GET /api/0/organizations/{organization_id_or_slug}/events/",
156049
155852
  "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
155853
  "GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
156054
155854
  "GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
156055
155855
  "GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/install-details/",
@@ -156065,7 +155865,6 @@ var sentryFirewall = {
156065
155865
  "GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/",
156066
155866
  "GET /api/0/organizations/{organization_id_or_slug}/repos/",
156067
155867
  "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
155868
  "GET /api/0/organizations/{organization_id_or_slug}/sentry-apps/",
156070
155869
  "GET /api/0/organizations/{organization_id_or_slug}/sessions/",
156071
155870
  "GET /api/0/organizations/{organization_id_or_slug}/stats-summary/",
@@ -156076,154 +155875,36 @@ var sentryFirewall = {
156076
155875
  "GET /api/0/organizations/{organization_id_or_slug}/trace-meta/{trace_id}/",
156077
155876
  "GET /api/0/organizations/{organization_id_or_slug}/trace/{trace_id}/",
156078
155877
  "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
155878
  "GET /api/0/sentry-apps/{sentry_app_id_or_slug}/"
156082
155879
  ]
156083
155880
  },
156084
155881
  {
156085
155882
  name: "org:write",
156086
155883
  rules: [
156087
- "GET /api/0/organizations/",
156088
- "GET /api/0/organizations/{organization_id_or_slug}/",
156089
155884
  "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
155885
  "POST /api/0/organizations/{organization_id_or_slug}/dashboards/",
156093
- "GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/",
156094
155886
  "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
155887
  "POST /api/0/organizations/{organization_id_or_slug}/discover/saved/",
156101
- "GET /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/",
156102
155888
  "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
155889
  "POST /api/0/organizations/{organization_id_or_slug}/external-users/",
156108
155890
  "PUT /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/",
156109
155891
  "POST /api/0/organizations/{organization_id_or_slug}/forwarding/",
156110
155892
  "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
155893
  "POST /api/0/organizations/{organization_id_or_slug}/notifications/actions/",
156119
- "GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/",
156120
155894
  "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
155895
  "PUT /api/0/sentry-apps/{sentry_app_id_or_slug}/"
156151
155896
  ]
156152
155897
  },
156153
155898
  {
156154
155899
  name: "project:admin",
156155
155900
  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
155901
  "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
155902
  "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
155903
  "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
155904
  "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
155905
  "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
155906
  "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/"
155907
+ "DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/"
156227
155908
  ]
156228
155909
  },
156229
155910
  {
@@ -156235,14 +155916,6 @@ var sentryFirewall = {
156235
155916
  {
156236
155917
  name: "project:read",
156237
155918
  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
155919
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
156247
155920
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/",
156248
155921
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/",
@@ -156251,21 +155924,16 @@ var sentryFirewall = {
156251
155924
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/",
156252
155925
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/attachments/{attachment_id}/",
156253
155926
  "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
155927
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/",
156256
155928
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/",
156257
155929
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/",
156258
155930
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/",
156259
155931
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/",
156260
155932
  "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
155933
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/",
156264
155934
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/size-analysis/status-check-rules/",
156265
155935
  "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
155936
  "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
155937
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/",
156270
155938
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/",
156271
155939
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/{segment_id}/",
@@ -156275,17 +155943,13 @@ var sentryFirewall = {
156275
155943
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/",
156276
155944
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/user-feedback/",
156277
155945
  "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
155946
  "GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/"
156280
155947
  ]
156281
155948
  },
156282
155949
  {
156283
155950
  name: "project:releases",
156284
155951
  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
155952
  "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
155953
  "GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/",
156290
155954
  "GET /api/0/organizations/{organization_id_or_slug}/releases/",
156291
155955
  "POST /api/0/organizations/{organization_id_or_slug}/releases/",
@@ -156301,103 +155965,47 @@ var sentryFirewall = {
156301
155965
  "GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/",
156302
155966
  "PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/",
156303
155967
  "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
155968
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/",
156307
155969
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/commits/",
156308
155970
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/",
156309
155971
  "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/",
156310
155972
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/",
156311
155973
  "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}/"
155974
+ "DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/"
156314
155975
  ]
156315
155976
  },
156316
155977
  {
156317
155978
  name: "project:write",
156318
155979
  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
155980
  "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
155981
  "POST /api/0/organizations/{organization_id_or_slug}/spike-protections/",
156333
- "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/",
156334
155982
  "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
155983
  "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
155984
  "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
155985
  "PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/{filter_id}/",
156347
155986
  "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/",
156348
155987
  "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
155988
  "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
155989
  "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
155990
  "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
155991
  "GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
156366
155992
  "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/jobs/delete/",
156367
155993
  "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
155994
  "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
155995
  "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/",
156375
155996
  "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
155997
  "POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/",
156378
155998
  "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
155999
  "POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/"
156382
156000
  ]
156383
156001
  },
156384
156002
  {
156385
156003
  name: "team:admin",
156386
156004
  rules: [
156387
- "PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
156388
156005
  "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
156006
  "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
156007
  "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/"
156008
+ "DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/"
156401
156009
  ]
156402
156010
  },
156403
156011
  {
@@ -156405,7 +156013,6 @@ var sentryFirewall = {
156405
156013
  rules: [
156406
156014
  "GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups",
156407
156015
  "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
156016
  "GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
156410
156017
  "GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/members/"
156411
156018
  ]
@@ -156415,16 +156022,12 @@ var sentryFirewall = {
156415
156022
  rules: [
156416
156023
  "POST /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/",
156417
156024
  "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
156025
  "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
156026
  "PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}",
156422
156027
  "POST /api/0/organizations/{organization_id_or_slug}/teams/",
156423
- "GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
156424
156028
  "PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/",
156425
156029
  "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/"
156030
+ "PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/"
156428
156031
  ]
156429
156032
  }
156430
156033
  ]
@@ -162098,7 +161701,7 @@ init_esm_shims();
162098
161701
  // ../../packages/core/src/presentation-template-items.ts
162099
161702
  init_esm_shims();
162100
161703
  var BOTANE_ORGANIC_PREVIEW_IMAGES = [
162101
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/c55e2b08-4242-4ce7-99e2-6e37440c3709/slide-01.png",
161704
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/64d1a85a-9347-48fb-860b-073180385b66/botane-organic-deck.png",
162102
161705
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a43f103f-e4b3-40b0-a326-c37a2240e6b5/slide-02.png",
162103
161706
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/576f05a7-2d2c-4963-876b-6eda1fe8f93e/slide-03.png",
162104
161707
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/12a44151-de3a-465d-9631-df029387a922/slide-04.png",
@@ -162115,7 +161718,7 @@ var BOTANE_ORGANIC_PREVIEW_IMAGES = [
162115
161718
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/7da6a51c-4a78-4e50-9cbc-899879e72875/slide-15.png"
162116
161719
  ];
162117
161720
  var PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES = [
162118
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/14faa970-e9b2-4c1d-990e-f4933bf6cd85/aplocoto-slide-01.png",
161721
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/774bdd46-ca62-40b5-b56b-95fd2ff2d302/playful-launch-presentation.png",
162119
161722
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/dbb11b25-20e0-433e-94d5-9a094667d5a7/aplocoto-slide-02.png",
162120
161723
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d6a0800b-729e-4399-ba74-e3d56b4e9b00/aplocoto-slide-03.png",
162121
161724
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/67781114-f6ff-45fd-bb74-bf65df1b75e9/aplocoto-slide-04.png",
@@ -162132,7 +161735,7 @@ var PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES = [
162132
161735
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/f403f161-f63c-427f-ae15-401ede2672d9/aplocoto-slide-15.png"
162133
161736
  ];
162134
161737
  var BUSINESS_DATA_CDN_PREVIEW_IMAGES = [
162135
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/cc1a93e1-e55d-4e40-b562-ef5f265ff79c/slide-01.png",
161738
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9aa42296-a49e-4128-a80a-e920637b1506/business-data-presentation.png",
162136
161739
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/04a3765b-ef6a-4bbb-8ae4-b116941760cf/slide-02.png",
162137
161740
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/1919e6e0-2adf-4727-825d-3470568733e7/slide-03.png",
162138
161741
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/62d71bc2-9359-4a41-bde6-da6e4d9d0fd0/slide-04.png",
@@ -162149,7 +161752,7 @@ var BUSINESS_DATA_CDN_PREVIEW_IMAGES = [
162149
161752
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/37616a8a-7386-49f2-8e18-198a2a234d4a/slide-15.png"
162150
161753
  ];
162151
161754
  var CRAYON_PREVIEW_IMAGES = [
162152
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5163d6a1-f2df-4577-b75a-4b3623a2aae1/slide-01.png",
161755
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/c4d3f251-c143-4cb7-86f5-97042123ef90/crayon-learning-deck.png",
162153
161756
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8183eea0-8016-4680-82b8-8ad3a3b5ada2/slide-02.png",
162154
161757
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/356c7e99-4895-44e1-a56d-d53dfb0d722e/slide-03.png",
162155
161758
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/f81f04ee-f164-4d0b-abd2-1bec62637036/slide-04.png",
@@ -162183,7 +161786,7 @@ var CRAYON_PREVIEW_HTMLS = [
162183
161786
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/d13fd530-4917-4378-8e2b-8c0befd96119/slide-15.html"
162184
161787
  ];
162185
161788
  var CREATIVE_AGENCY_PREVIEW_IMAGES = [
162186
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/1a95bb56-f72a-4d3f-a9dd-df653da20244/slide-01.png",
161789
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6494f661-c935-4ab2-9181-600097bde23b/creative-agency-presentation.png",
162187
161790
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a1883f03-854f-4f31-9da5-5d1f80179ea9/slide-02.png",
162188
161791
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/261165ff-ded6-4662-9b1a-62df42b234b0/slide-03.png",
162189
161792
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a2e4e44e-1a6d-491f-903c-4e2188023d3c/slide-04.png",
@@ -162217,7 +161820,7 @@ var CREATIVE_AGENCY_PREVIEW_HTMLS = [
162217
161820
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/188bdf52-0a5b-466a-8417-b8920e35fb5a/slide-15.html"
162218
161821
  ];
162219
161822
  var DATA_REPORT_PREVIEW_IMAGES = [
162220
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5730d8c6-6fd1-4f41-93db-03aed2b3f152/slide-01.png",
161823
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/26958aa5-8823-484f-8bce-6f60a8663a72/data-report-presentation.png",
162221
161824
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/efa3e160-e608-4658-9395-9a4139899038/slide-02.png",
162222
161825
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/edd27584-ef9f-4611-b8ab-59e3ac7247ad/slide-03.png",
162223
161826
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a505694f-8511-45bb-94bd-0095b75e6028/slide-04.png",
@@ -162251,7 +161854,7 @@ var DATA_REPORT_PREVIEW_HTMLS = [
162251
161854
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/41099f41-7548-4a11-beb5-cebde83df691/slide-15.html"
162252
161855
  ];
162253
161856
  var EDITORIAL_MAGAZINE_PREVIEW_IMAGES = [
162254
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/903f1079-a1c8-4f01-839c-e27c0feda939/slide-01.png",
161857
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/adf552b2-53ed-4282-b08c-2359f3b124ff/editorial-magazine-deck.png",
162255
161858
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/63b4c9a6-7f1a-4f49-af9b-dd93d9d9138a/slide-02.png",
162256
161859
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/b7dc0361-f59a-4fdb-b350-f18bc99a422e/slide-03.png",
162257
161860
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/4718eb4d-7672-4194-9710-f980a5e9d4a1/slide-04.png",
@@ -162285,7 +161888,7 @@ var EDITORIAL_MAGAZINE_PREVIEW_HTMLS = [
162285
161888
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/512d2421-0d60-44ed-81b1-29620a93ed5c/slide-15.html"
162286
161889
  ];
162287
161890
  var LANDING_CONSULTING_PREVIEW_IMAGES = [
162288
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a0191136-76a8-415f-b8f0-d6c1089f05cc/slide-01.png",
161891
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/fb94c9f1-8ab7-46cc-a08a-693e40337f06/landing-consulting-deck.png",
162289
161892
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ca96e383-1431-466c-8c3e-9fc13a91d2c5/slide-02.png",
162290
161893
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5a8a9671-68bd-4d07-9fb5-078bdb0199a6/slide-03.png",
162291
161894
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/710c14c7-3dc6-4b10-b8d8-27fc4df2a0b0/slide-04.png",
@@ -162319,7 +161922,7 @@ var LANDING_CONSULTING_PREVIEW_HTMLS = [
162319
161922
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9b54f283-b5de-4d49-a525-d3ad1b2304e8/slide-15.html"
162320
161923
  ];
162321
161924
  var LUMINA_PREVIEW_IMAGES = [
162322
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6472a6c7-e872-44bf-8598-709aa8d4babd/slide-01.png",
161925
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a9c9d0c7-726c-4013-802d-cde1feefd058/lumina-creative-studio.png",
162323
161926
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/592fe965-5a74-4366-b8b9-e58605dcc16e/slide-02.png",
162324
161927
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/fb9df939-ec5a-4949-980d-7300eee0def4/slide-03.png",
162325
161928
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/dc1afd19-e772-4e27-baa0-5b0790b7b056/slide-04.png",
@@ -162353,7 +161956,7 @@ var LUMINA_PREVIEW_HTMLS = [
162353
161956
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5c3ad467-780a-4a59-b95c-26379e13e598/slide-15.html"
162354
161957
  ];
162355
161958
  var MOSAIC_GEOMETRIC_PREVIEW_IMAGES = [
162356
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/2502cfd6-0b0b-4027-838a-49c74f74cdc2/slide-01.png",
161959
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/0491adb1-f2a3-47d3-8075-509e036e913d/mosaic-geometric-pitch.png",
162357
161960
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/22fd98ad-7ca0-4b08-8e9e-383da4ccbb49/slide-02.png",
162358
161961
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a04cac03-384e-4e05-95a2-d345e95e1141/slide-03.png",
162359
161962
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5e3518b8-5077-467a-a2d5-612f754c8535/slide-04.png",
@@ -162387,7 +161990,7 @@ var MOSAIC_GEOMETRIC_PREVIEW_HTMLS = [
162387
161990
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ac616f61-f1bc-44af-8862-c219f7f74bfe/slide-15.html"
162388
161991
  ];
162389
161992
  var PLAYFUL_POP_PREVIEW_IMAGES = [
162390
- "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/a68b4d82-838b-4772-98ec-7967ab30197e/slide-01.png",
161993
+ "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/3b6e8fbf-15f4-46cc-a2a6-8d3ef33d9d32/playful-pop-deck.png",
162391
161994
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/083b8e2c-ea0a-434b-93c9-69d129ed242c/slide-02.png",
162392
161995
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/9d957db7-4449-4fe9-8adb-6eff201b0fcc/slide-03.png",
162393
161996
  "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/25afe786-d2c6-4d49-acbc-d8c60fce5fb4/slide-04.png",
@@ -162425,7 +162028,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162425
162028
  slug: "playful-launch-presentation",
162426
162029
  title: "Playful launch",
162427
162030
  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",
162031
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/daf7c2d1-5195-4c09-ad4b-8d85778fc104/playful-launch-presentation.html",
162429
162032
  previewImage: PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES[0],
162430
162033
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/bd6ce25a-6e94-4b9a-a77b-7827086c7c6d/template-card-presentation-playful-launch-presentation-480x270.jpg",
162431
162034
  previewImages: PLAYFUL_LAUNCH_CDN_PREVIEW_IMAGES,
@@ -162437,7 +162040,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162437
162040
  slug: "botane-organic-deck",
162438
162041
  title: "Botane organic",
162439
162042
  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",
162043
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/0babab92-7ad9-414e-b44f-7a060ed48bcc/botane-organic-deck.html",
162441
162044
  previewImage: BOTANE_ORGANIC_PREVIEW_IMAGES[0],
162442
162045
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/5afda839-ba20-4a63-bf35-0f7d3b6524a9/template-card-presentation-botane-organic-deck-480x270.jpg",
162443
162046
  previewImages: BOTANE_ORGANIC_PREVIEW_IMAGES,
@@ -162449,7 +162052,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162449
162052
  slug: "business-data-presentation",
162450
162053
  title: "Business data",
162451
162054
  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",
162055
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/95648bba-2a52-497e-b1b8-9cdd0cab9d93/business-data-presentation.html",
162453
162056
  previewImage: BUSINESS_DATA_CDN_PREVIEW_IMAGES[0],
162454
162057
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/27b0767f-0df0-42e3-ad1e-ed878e69d796/template-card-presentation-business-data-presentation-480x270.jpg",
162455
162058
  previewImages: BUSINESS_DATA_CDN_PREVIEW_IMAGES,
@@ -162461,7 +162064,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162461
162064
  slug: "crayon-learning-deck",
162462
162065
  title: "Crayon learning",
162463
162066
  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",
162067
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/63af1d38-51e8-493e-b975-1728f4f796da/crayon-learning-deck.html",
162465
162068
  previewImage: CRAYON_PREVIEW_IMAGES[0],
162466
162069
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/ce37d6be-85f3-40eb-b380-09445cb944a6/template-card-presentation-crayon-learning-deck-480x270.jpg",
162467
162070
  previewImages: CRAYON_PREVIEW_IMAGES,
@@ -162474,7 +162077,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162474
162077
  slug: "creative-agency-presentation",
162475
162078
  title: "Creative agency",
162476
162079
  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",
162080
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/527ad859-e0dd-4cfd-90a4-09e5030b71e1/creative-agency-presentation.html",
162478
162081
  previewImage: CREATIVE_AGENCY_PREVIEW_IMAGES[0],
162479
162082
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6fd65b4a-8c3d-4219-9461-5558a0d71fcb/template-card-presentation-creative-agency-presentation-480x270.jpg",
162480
162083
  previewImages: CREATIVE_AGENCY_PREVIEW_IMAGES,
@@ -162487,7 +162090,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162487
162090
  slug: "data-report-presentation",
162488
162091
  title: "Data report",
162489
162092
  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",
162093
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/920c6119-1833-4902-bda9-327af1bd8f7f/data-report-presentation.html",
162491
162094
  previewImage: DATA_REPORT_PREVIEW_IMAGES[0],
162492
162095
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6b336b2c-c2ce-489a-9b3a-faca4813b4de/template-card-presentation-data-report-presentation-480x270.jpg",
162493
162096
  previewImages: DATA_REPORT_PREVIEW_IMAGES,
@@ -162500,7 +162103,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162500
162103
  slug: "editorial-magazine-deck",
162501
162104
  title: "Editorial magazine",
162502
162105
  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",
162106
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/85360bd6-8b80-43ba-9c9c-001b7d96f205/editorial-magazine-deck.html",
162504
162107
  previewImage: EDITORIAL_MAGAZINE_PREVIEW_IMAGES[0],
162505
162108
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/7f394ba6-e2a6-4622-8562-421e72055fdd/template-card-presentation-editorial-magazine-deck-480x270.jpg",
162506
162109
  previewImages: EDITORIAL_MAGAZINE_PREVIEW_IMAGES,
@@ -162513,7 +162116,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162513
162116
  slug: "landing-consulting-deck",
162514
162117
  title: "Landing consulting",
162515
162118
  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",
162119
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/998aed16-60a1-4d84-b60e-1ab093de8fa6/landing-consulting-deck.html",
162517
162120
  previewImage: LANDING_CONSULTING_PREVIEW_IMAGES[0],
162518
162121
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8e59681b-5504-4907-b357-0d3f3801174b/template-card-presentation-landing-consulting-deck-480x270.jpg",
162519
162122
  previewImages: LANDING_CONSULTING_PREVIEW_IMAGES,
@@ -162526,7 +162129,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162526
162129
  slug: "lumina-creative-studio",
162527
162130
  title: "Lumina creative studio",
162528
162131
  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",
162132
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/08fe05a2-a7dd-4355-822d-14fb6a0987b3/lumina-creative-studio.html",
162530
162133
  previewImage: LUMINA_PREVIEW_IMAGES[0],
162531
162134
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/129bc4b6-df50-4537-88a9-6e42c533c8ad/template-card-presentation-lumina-creative-studio-480x270.jpg",
162532
162135
  previewImages: LUMINA_PREVIEW_IMAGES,
@@ -162539,7 +162142,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162539
162142
  slug: "mosaic-geometric-pitch",
162540
162143
  title: "Mosaic geometric pitch",
162541
162144
  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",
162145
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/65f0f224-4bf0-4b11-9f3e-ddb1a11b1ec3/mosaic-geometric-pitch.html",
162543
162146
  previewImage: MOSAIC_GEOMETRIC_PREVIEW_IMAGES[0],
162544
162147
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/8e5e8b1e-b34c-405a-9c71-0058c16751ff/template-card-presentation-mosaic-geometric-pitch-480x270.jpg",
162545
162148
  previewImages: MOSAIC_GEOMETRIC_PREVIEW_IMAGES,
@@ -162552,7 +162155,7 @@ var PRESENTATION_TEMPLATE_PICKER_ITEMS = [
162552
162155
  slug: "playful-pop-deck",
162553
162156
  title: "Playful pop",
162554
162157
  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",
162158
+ embedUrl: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/6b2f388a-119f-4ecc-8638-5cc309779b67/playful-pop-deck.html",
162556
162159
  previewImage: PLAYFUL_POP_PREVIEW_IMAGES[0],
162557
162160
  cardPreviewImage: "https://cdn.vm0.io/artifacts/user_3EWY21Oe3f15kfs3yYmbGgDb3NV/790e2212-a7e1-40bc-8e9f-57754cfd01e5/template-card-presentation-playful-pop-deck-480x270.jpg",
162558
162161
  previewImages: PLAYFUL_POP_PREVIEW_IMAGES,
@@ -170230,4 +169833,4 @@ undici/lib/web/fetch/body.js:
170230
169833
  undici/lib/web/websocket/frame.js:
170231
169834
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
170232
169835
  */
170233
- //# sourceMappingURL=chunk-ZIO54LY7.js.map
169836
+ //# sourceMappingURL=chunk-QVNEGQGL.js.map