Skip to content

Commit

Permalink
soar-15973 update sdk (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaszuk-r7 committed Nov 30, 2023
1 parent ff26827 commit 8cf0dea
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions plugins/zoom/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "4c3f0909cd69e6ea1f46ade84cb8dc63",
"manifest": "2be2cac1e9ef4f6f571a7922dd06c0f6",
"setup": "fd47b351845d02c15aaba4eb7b6adbc0",
"spec": "3fda881a086e2cc4c74c5a161214542e",
"manifest": "62ee8707511728a0c2176ad1b556415e",
"setup": "055692152993af77bc0cd1860a592ff7",
"schemas": [
{
"identifier": "create_user/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/zoom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rapid7/insightconnect-python-3-38-plugin:5
FROM rapid7/insightconnect-python-3-plugin:5

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/zoom/bin/icon_zoom
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Zoom"
Vendor = "rapid7"
Version = "4.1.3"
Version = "4.1.4"
Description = "Trigger workflows on user activity while also managing your users with the Zoom plugin"


Expand Down
1 change: 1 addition & 0 deletions plugins/zoom/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ Example output:

# Version History

* 4.1.4 - Update to the latest plugin SDK
* 4.1.3 - Monitor Sign in and out Activity: set cutoff time of 24 hours
* 4.1.2 - Fix required fields for GetUserOutput schema
* 4.1.1 - Fix external pagination support for Monitor Sign in and Out Activity task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def _get_last_valid_timestamp(self, last_day: str, state: Dict[str, Union[str, N
Returns:
int: The last valid timestamp.
"""

last_request_timestamp = state.get(self.LAST_REQUEST_TIMESTAMP)
if not last_request_timestamp:
return
Expand Down
2 changes: 1 addition & 1 deletion plugins/zoom/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: zoom
title: Zoom
description: Trigger workflows on user activity while also managing your users with the Zoom plugin
version: 4.1.3
version: 4.1.4
connection_version: 4
vendor: rapid7
support: rapid7
Expand Down
2 changes: 1 addition & 1 deletion plugins/zoom/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="zoom-rapid7-plugin",
version="4.1.3",
version="4.1.4",
description="Trigger workflows on user activity while also managing your users with the Zoom plugin",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 8cf0dea

Please sign in to comment.