@perpetualsystems/connector-registry 202606.9.3 → 202606.10.1

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.
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127 127" role="img" aria-label="Slack">
2
+ <path fill="#E01E5A" d="M27.2 80c0 7.3-5.9 13.2-13.2 13.2C6.7 93.2.8 87.3.8 80c0-7.3 5.9-13.2 13.2-13.2h13.2V80zm6.6 0c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2v33c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V80z"/>
3
+ <path fill="#36C5F0" d="M47 27c-7.3 0-13.2-5.9-13.2-13.2C33.8 6.5 39.7.6 47 .6c7.3 0 13.2 5.9 13.2 13.2V27H47zm0 6.7c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H13.9C6.6 60.1.7 54.2.7 46.9c0-7.3 5.9-13.2 13.2-13.2H47z"/>
4
+ <path fill="#2EB67D" d="M99.9 46.9c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H99.9V46.9zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V13.8C66.9 6.5 72.8.6 80.1.6c7.3 0 13.2 5.9 13.2 13.2v33.1z"/>
5
+ <path fill="#ECB22E" d="M80.1 99.8c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2h33.1c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H80.1z"/>
6
+ </svg>
@@ -799,10 +799,71 @@
799
799
  "iconExt": "svg",
800
800
  "description": "Polls 1Password Events API v2 for sign-in attempts, item usages, and audit events."
801
801
  },
802
+ {
803
+ "kind": "slack-audit",
804
+ "displayName": "Slack Audit",
805
+ "ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/slack-audit:0.0.1",
806
+ "connectorType": "polling",
807
+ "settingsSchema": {
808
+ "$schema": "http://json-schema.org/draft-07/schema#",
809
+ "type": "object",
810
+ "properties": {
811
+ "auditLogs": {
812
+ "default": true,
813
+ "title": "Audit logs",
814
+ "description": "Enterprise Grid audit log API (requires auditlogs:read and org-level OAuth).",
815
+ "type": "boolean"
816
+ },
817
+ "adminTeamsList": {
818
+ "default": false,
819
+ "title": "Admin teams list",
820
+ "description": "Org-wide team list from the Admin API (Enterprise Grid).",
821
+ "type": "boolean"
822
+ }
823
+ },
824
+ "required": [
825
+ "auditLogs",
826
+ "adminTeamsList"
827
+ ],
828
+ "additionalProperties": false
829
+ },
830
+ "credentials": [
831
+ {
832
+ "id": "api",
833
+ "label": "Slack API access",
834
+ "description": "Org-level OAuth 2.0 access token with auditlogs:read",
835
+ "required": true,
836
+ "acceptedCredentialTypes": [
837
+ "OAuth2ClientCredentials"
838
+ ],
839
+ "credentialSchema": {
840
+ "$schema": "http://json-schema.org/draft-07/schema#",
841
+ "type": "object",
842
+ "properties": {
843
+ "type": {
844
+ "type": "string",
845
+ "const": "OAuth2ClientCredentials"
846
+ },
847
+ "accessToken": {
848
+ "type": "string",
849
+ "minLength": 1
850
+ }
851
+ },
852
+ "required": [
853
+ "type",
854
+ "accessToken"
855
+ ],
856
+ "additionalProperties": false
857
+ }
858
+ }
859
+ ],
860
+ "iconExt": "svg",
861
+ "description": "Polls Slack Enterprise Grid Audit Logs API and optional org-wide Admin API inventory."
862
+ },
802
863
  {
803
864
  "kind": "slack",
804
865
  "displayName": "Slack",
805
- "ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/slack:0.0.3",
866
+ "ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/slack:0.0.4",
806
867
  "connectorType": "polling",
807
868
  "settingsSchema": {
808
869
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -843,18 +904,6 @@
843
904
  "title": "Billable info",
844
905
  "description": "Daily snapshot of active vs. billable seat counts from team.billableInfo.",
845
906
  "type": "boolean"
846
- },
847
- "auditLogs": {
848
- "default": false,
849
- "title": "Audit logs",
850
- "description": "Enterprise Grid audit log API (requires audit log scopes).",
851
- "type": "boolean"
852
- },
853
- "adminTeamsList": {
854
- "default": false,
855
- "title": "Admin teams list",
856
- "description": "Org-wide team list from the Admin API (Enterprise Grid).",
857
- "type": "boolean"
858
907
  }
859
908
  },
860
909
  "required": [
@@ -863,9 +912,7 @@
863
912
  "teamInfo",
864
913
  "usersList",
865
914
  "conversationsList",
866
- "billableInfo",
867
- "auditLogs",
868
- "adminTeamsList"
915
+ "billableInfo"
869
916
  ],
870
917
  "additionalProperties": false
871
918
  },
@@ -873,10 +920,10 @@
873
920
  {
874
921
  "id": "api",
875
922
  "label": "Slack API access",
876
- "description": "OAuth 2.0 access token",
923
+ "description": "User OAuth token (xoxp-…) from Install to Workspace",
877
924
  "required": true,
878
925
  "acceptedCredentialTypes": [
879
- "OAuth2ClientCredentials"
926
+ "Text"
880
927
  ],
881
928
  "credentialSchema": {
882
929
  "$schema": "http://json-schema.org/draft-07/schema#",
@@ -884,23 +931,23 @@
884
931
  "properties": {
885
932
  "type": {
886
933
  "type": "string",
887
- "const": "OAuth2ClientCredentials"
934
+ "const": "Text"
888
935
  },
889
- "accessToken": {
936
+ "value": {
890
937
  "type": "string",
891
938
  "minLength": 1
892
939
  }
893
940
  },
894
941
  "required": [
895
942
  "type",
896
- "accessToken"
943
+ "value"
897
944
  ],
898
945
  "additionalProperties": false
899
946
  }
900
947
  }
901
948
  ],
902
949
  "iconExt": "svg",
903
- "description": "Polls Slack Web API (messages, access logs, inventory) and optional Enterprise Grid Audit API."
950
+ "description": "Polls Slack Web API for messages, access logs, and workspace inventory snapshots."
904
951
  }
905
952
  ]
906
953
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perpetualsystems/connector-registry",
3
- "version": "202606.9.3",
3
+ "version": "202606.10.1",
4
4
  "description": "Built-in connector catalog manifest for Perpetual management plane",
5
5
  "type": "module",
6
6
  "exports": {