@vm0/cli 9.202.2 → 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.2",
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.2",
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.",
@@ -169904,4 +169833,4 @@ undici/lib/web/fetch/body.js:
169904
169833
  undici/lib/web/websocket/frame.js:
169905
169834
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
169906
169835
  */
169907
- //# sourceMappingURL=chunk-ABA3BGIH.js.map
169836
+ //# sourceMappingURL=chunk-QVNEGQGL.js.map