@intentsolutions/blueprint 2.5.0 → 2.8.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.
- package/dist/analytics/collector.d.ts +73 -0
- package/dist/analytics/collector.d.ts.map +1 -0
- package/dist/analytics/collector.js +239 -0
- package/dist/analytics/collector.js.map +1 -0
- package/dist/analytics/dashboard.d.ts +62 -0
- package/dist/analytics/dashboard.d.ts.map +1 -0
- package/dist/analytics/dashboard.js +346 -0
- package/dist/analytics/dashboard.js.map +1 -0
- package/dist/analytics/index.d.ts +75 -0
- package/dist/analytics/index.d.ts.map +1 -0
- package/dist/analytics/index.js +115 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/analytics/types.d.ts +169 -0
- package/dist/analytics/types.d.ts.map +1 -0
- package/dist/analytics/types.js +16 -0
- package/dist/analytics/types.js.map +1 -0
- package/dist/cli.js +561 -6
- package/dist/cli.js.map +1 -1
- package/dist/commands/analytics.d.ts +38 -0
- package/dist/commands/analytics.d.ts.map +1 -0
- package/dist/commands/analytics.js +196 -0
- package/dist/commands/analytics.js.map +1 -0
- package/dist/commands/index.d.ts +26 -0
- package/dist/commands/index.d.ts.map +1 -0
- package/dist/commands/index.js +101 -0
- package/dist/commands/index.js.map +1 -0
- package/dist/commands/marketplace.d.ts +52 -0
- package/dist/commands/marketplace.d.ts.map +1 -0
- package/dist/commands/marketplace.js +356 -0
- package/dist/commands/marketplace.js.map +1 -0
- package/dist/enterprise/api/index.d.ts +8 -0
- package/dist/enterprise/api/index.d.ts.map +1 -0
- package/dist/enterprise/api/index.js +8 -0
- package/dist/enterprise/api/index.js.map +1 -0
- package/dist/enterprise/api/server.d.ts +79 -0
- package/dist/enterprise/api/server.d.ts.map +1 -0
- package/dist/enterprise/api/server.js +468 -0
- package/dist/enterprise/api/server.js.map +1 -0
- package/dist/enterprise/api/types.d.ts +269 -0
- package/dist/enterprise/api/types.d.ts.map +1 -0
- package/dist/enterprise/api/types.js +6 -0
- package/dist/enterprise/api/types.js.map +1 -0
- package/dist/enterprise/api/webhooks.d.ts +214 -0
- package/dist/enterprise/api/webhooks.d.ts.map +1 -0
- package/dist/enterprise/api/webhooks.js +308 -0
- package/dist/enterprise/api/webhooks.js.map +1 -0
- package/dist/enterprise/index.d.ts +9 -0
- package/dist/enterprise/index.d.ts.map +1 -0
- package/dist/enterprise/index.js +13 -0
- package/dist/enterprise/index.js.map +1 -0
- package/dist/enterprise/models/claude.d.ts +23 -0
- package/dist/enterprise/models/claude.d.ts.map +1 -0
- package/dist/enterprise/models/claude.js +176 -0
- package/dist/enterprise/models/claude.js.map +1 -0
- package/dist/enterprise/models/gemini.d.ts +25 -0
- package/dist/enterprise/models/gemini.d.ts.map +1 -0
- package/dist/enterprise/models/gemini.js +199 -0
- package/dist/enterprise/models/gemini.js.map +1 -0
- package/dist/enterprise/models/index.d.ts +11 -0
- package/dist/enterprise/models/index.d.ts.map +1 -0
- package/dist/enterprise/models/index.js +11 -0
- package/dist/enterprise/models/index.js.map +1 -0
- package/dist/enterprise/models/ollama.d.ts +32 -0
- package/dist/enterprise/models/ollama.d.ts.map +1 -0
- package/dist/enterprise/models/ollama.js +285 -0
- package/dist/enterprise/models/ollama.js.map +1 -0
- package/dist/enterprise/models/openai.d.ts +27 -0
- package/dist/enterprise/models/openai.d.ts.map +1 -0
- package/dist/enterprise/models/openai.js +222 -0
- package/dist/enterprise/models/openai.js.map +1 -0
- package/dist/enterprise/models/registry.d.ts +101 -0
- package/dist/enterprise/models/registry.d.ts.map +1 -0
- package/dist/enterprise/models/registry.js +263 -0
- package/dist/enterprise/models/registry.js.map +1 -0
- package/dist/enterprise/models/types.d.ts +141 -0
- package/dist/enterprise/models/types.d.ts.map +1 -0
- package/dist/enterprise/models/types.js +40 -0
- package/dist/enterprise/models/types.js.map +1 -0
- package/dist/enterprise/team/audit.d.ts +153 -0
- package/dist/enterprise/team/audit.d.ts.map +1 -0
- package/dist/enterprise/team/audit.js +346 -0
- package/dist/enterprise/team/audit.js.map +1 -0
- package/dist/enterprise/team/config.d.ts +83 -0
- package/dist/enterprise/team/config.d.ts.map +1 -0
- package/dist/enterprise/team/config.js +245 -0
- package/dist/enterprise/team/config.js.map +1 -0
- package/dist/enterprise/team/index.d.ts +7 -0
- package/dist/enterprise/team/index.d.ts.map +1 -0
- package/dist/enterprise/team/index.js +7 -0
- package/dist/enterprise/team/index.js.map +1 -0
- package/dist/enterprise/templates/engine.d.ts +100 -0
- package/dist/enterprise/templates/engine.d.ts.map +1 -0
- package/dist/enterprise/templates/engine.js +429 -0
- package/dist/enterprise/templates/engine.js.map +1 -0
- package/dist/enterprise/templates/index.d.ts +8 -0
- package/dist/enterprise/templates/index.d.ts.map +1 -0
- package/dist/enterprise/templates/index.js +8 -0
- package/dist/enterprise/templates/index.js.map +1 -0
- package/dist/enterprise/templates/loader.d.ts +65 -0
- package/dist/enterprise/templates/loader.d.ts.map +1 -0
- package/dist/enterprise/templates/loader.js +269 -0
- package/dist/enterprise/templates/loader.js.map +1 -0
- package/dist/enterprise/templates/types.d.ts +212 -0
- package/dist/enterprise/templates/types.d.ts.map +1 -0
- package/dist/enterprise/templates/types.js +55 -0
- package/dist/enterprise/templates/types.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/integrations/notion/client.d.ts +114 -0
- package/dist/integrations/notion/client.d.ts.map +1 -0
- package/dist/integrations/notion/client.js +413 -0
- package/dist/integrations/notion/client.js.map +1 -0
- package/dist/integrations/notion/exporter.d.ts +56 -0
- package/dist/integrations/notion/exporter.d.ts.map +1 -0
- package/dist/integrations/notion/exporter.js +278 -0
- package/dist/integrations/notion/exporter.js.map +1 -0
- package/dist/integrations/notion/index.d.ts +9 -0
- package/dist/integrations/notion/index.d.ts.map +1 -0
- package/dist/integrations/notion/index.js +8 -0
- package/dist/integrations/notion/index.js.map +1 -0
- package/dist/integrations/notion/types.d.ts +276 -0
- package/dist/integrations/notion/types.d.ts.map +1 -0
- package/dist/integrations/notion/types.js +45 -0
- package/dist/integrations/notion/types.js.map +1 -0
- package/dist/marketplace/index.d.ts +86 -0
- package/dist/marketplace/index.d.ts.map +1 -0
- package/dist/marketplace/index.js +112 -0
- package/dist/marketplace/index.js.map +1 -0
- package/dist/marketplace/manager.d.ts +81 -0
- package/dist/marketplace/manager.d.ts.map +1 -0
- package/dist/marketplace/manager.js +292 -0
- package/dist/marketplace/manager.js.map +1 -0
- package/dist/marketplace/packs/fastapi.d.ts +8 -0
- package/dist/marketplace/packs/fastapi.d.ts.map +1 -0
- package/dist/marketplace/packs/fastapi.js +728 -0
- package/dist/marketplace/packs/fastapi.js.map +1 -0
- package/dist/marketplace/packs/fintech.d.ts +8 -0
- package/dist/marketplace/packs/fintech.d.ts.map +1 -0
- package/dist/marketplace/packs/fintech.js +366 -0
- package/dist/marketplace/packs/fintech.js.map +1 -0
- package/dist/marketplace/packs/gdpr.d.ts +8 -0
- package/dist/marketplace/packs/gdpr.d.ts.map +1 -0
- package/dist/marketplace/packs/gdpr.js +637 -0
- package/dist/marketplace/packs/gdpr.js.map +1 -0
- package/dist/marketplace/packs/healthtech.d.ts +8 -0
- package/dist/marketplace/packs/healthtech.d.ts.map +1 -0
- package/dist/marketplace/packs/healthtech.js +470 -0
- package/dist/marketplace/packs/healthtech.js.map +1 -0
- package/dist/marketplace/packs/hipaa.d.ts +8 -0
- package/dist/marketplace/packs/hipaa.d.ts.map +1 -0
- package/dist/marketplace/packs/hipaa.js +473 -0
- package/dist/marketplace/packs/hipaa.js.map +1 -0
- package/dist/marketplace/packs/index.d.ts +250 -0
- package/dist/marketplace/packs/index.d.ts.map +1 -0
- package/dist/marketplace/packs/index.js +205 -0
- package/dist/marketplace/packs/index.js.map +1 -0
- package/dist/marketplace/packs/nextjs.d.ts +8 -0
- package/dist/marketplace/packs/nextjs.d.ts.map +1 -0
- package/dist/marketplace/packs/nextjs.js +532 -0
- package/dist/marketplace/packs/nextjs.js.map +1 -0
- package/dist/marketplace/packs/rails.d.ts +8 -0
- package/dist/marketplace/packs/rails.d.ts.map +1 -0
- package/dist/marketplace/packs/rails.js +866 -0
- package/dist/marketplace/packs/rails.js.map +1 -0
- package/dist/marketplace/packs/saas.d.ts +8 -0
- package/dist/marketplace/packs/saas.d.ts.map +1 -0
- package/dist/marketplace/packs/saas.js +516 -0
- package/dist/marketplace/packs/saas.js.map +1 -0
- package/dist/marketplace/packs/soc2.d.ts +8 -0
- package/dist/marketplace/packs/soc2.d.ts.map +1 -0
- package/dist/marketplace/packs/soc2.js +455 -0
- package/dist/marketplace/packs/soc2.js.map +1 -0
- package/dist/marketplace/registry.d.ts +76 -0
- package/dist/marketplace/registry.d.ts.map +1 -0
- package/dist/marketplace/registry.js +454 -0
- package/dist/marketplace/registry.js.map +1 -0
- package/dist/marketplace/types.d.ts +202 -0
- package/dist/marketplace/types.d.ts.map +1 -0
- package/dist/marketplace/types.js +61 -0
- package/dist/marketplace/types.js.map +1 -0
- package/dist/mcp/index.js +1 -1
- package/dist/plugins/builtin/html-formatter.d.ts +11 -0
- package/dist/plugins/builtin/html-formatter.d.ts.map +1 -0
- package/dist/plugins/builtin/html-formatter.js +214 -0
- package/dist/plugins/builtin/html-formatter.js.map +1 -0
- package/dist/plugins/builtin/index.d.ts +21 -0
- package/dist/plugins/builtin/index.d.ts.map +1 -0
- package/dist/plugins/builtin/index.js +31 -0
- package/dist/plugins/builtin/index.js.map +1 -0
- package/dist/plugins/builtin/markdown-formatter.d.ts +11 -0
- package/dist/plugins/builtin/markdown-formatter.d.ts.map +1 -0
- package/dist/plugins/builtin/markdown-formatter.js +77 -0
- package/dist/plugins/builtin/markdown-formatter.js.map +1 -0
- package/dist/plugins/builtin/quality-validator.d.ts +11 -0
- package/dist/plugins/builtin/quality-validator.d.ts.map +1 -0
- package/dist/plugins/builtin/quality-validator.js +355 -0
- package/dist/plugins/builtin/quality-validator.js.map +1 -0
- package/dist/plugins/index.d.ts +98 -0
- package/dist/plugins/index.d.ts.map +1 -0
- package/dist/plugins/index.js +187 -0
- package/dist/plugins/index.js.map +1 -0
- package/dist/plugins/manager.d.ts +122 -0
- package/dist/plugins/manager.d.ts.map +1 -0
- package/dist/plugins/manager.js +349 -0
- package/dist/plugins/manager.js.map +1 -0
- package/dist/plugins/types.d.ts +348 -0
- package/dist/plugins/types.d.ts.map +1 -0
- package/dist/plugins/types.js +13 -0
- package/dist/plugins/types.js.map +1 -0
- package/package.json +5 -4
|
@@ -0,0 +1,637 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GDPR Compliance Template Pack
|
|
3
|
+
* Templates for GDPR compliance documentation
|
|
4
|
+
*/
|
|
5
|
+
export const GDPR_TEMPLATES = [
|
|
6
|
+
{
|
|
7
|
+
meta: {
|
|
8
|
+
id: 'gdpr-policies',
|
|
9
|
+
name: 'GDPR Data Protection Policies',
|
|
10
|
+
description: 'Comprehensive GDPR compliance policies and procedures',
|
|
11
|
+
version: '1.0.0',
|
|
12
|
+
category: 'compliance',
|
|
13
|
+
scope: 'enterprise',
|
|
14
|
+
author: 'Intent Solutions',
|
|
15
|
+
tags: ['gdpr', 'privacy', 'eu', 'compliance'],
|
|
16
|
+
},
|
|
17
|
+
variables: [
|
|
18
|
+
{ name: 'companyName', label: 'Company Name', type: 'string', required: true },
|
|
19
|
+
{ name: 'dpoName', label: 'Data Protection Officer', type: 'string', required: true },
|
|
20
|
+
{ name: 'dpoEmail', label: 'DPO Email', type: 'string', required: true },
|
|
21
|
+
{ name: 'effectiveDate', label: 'Effective Date', type: 'date', required: true },
|
|
22
|
+
{ name: 'entityType', label: 'Entity Type', type: 'select', options: [
|
|
23
|
+
{ label: 'Controller', value: 'controller' },
|
|
24
|
+
{ label: 'Processor', value: 'processor' },
|
|
25
|
+
{ label: 'Joint Controller', value: 'joint' },
|
|
26
|
+
] },
|
|
27
|
+
{ name: 'lawfulBases', label: 'Primary Lawful Bases', type: 'multiselect', options: [
|
|
28
|
+
{ label: 'Consent', value: 'consent' },
|
|
29
|
+
{ label: 'Contract', value: 'contract' },
|
|
30
|
+
{ label: 'Legal Obligation', value: 'legal' },
|
|
31
|
+
{ label: 'Vital Interests', value: 'vital' },
|
|
32
|
+
{ label: 'Public Interest', value: 'public' },
|
|
33
|
+
{ label: 'Legitimate Interests', value: 'legitimate' },
|
|
34
|
+
] },
|
|
35
|
+
],
|
|
36
|
+
sections: [
|
|
37
|
+
{
|
|
38
|
+
id: 'header',
|
|
39
|
+
title: 'Policy Overview',
|
|
40
|
+
order: 1,
|
|
41
|
+
content: `# {{companyName}} Data Protection Policy
|
|
42
|
+
|
|
43
|
+
**Data Protection Officer:** {{dpoName}} ({{dpoEmail}})
|
|
44
|
+
**Effective Date:** {{effectiveDate}}
|
|
45
|
+
**Entity Type:** {{entityType}}
|
|
46
|
+
|
|
47
|
+
## Policy Statement
|
|
48
|
+
{{companyName}} is committed to protecting the personal data of individuals in accordance with the General Data Protection Regulation (EU) 2016/679 (GDPR).
|
|
49
|
+
|
|
50
|
+
## Scope
|
|
51
|
+
This policy applies to all processing of personal data by {{companyName}}, whether as a data {{entityType}}.
|
|
52
|
+
|
|
53
|
+
## GDPR Principles
|
|
54
|
+
All processing must adhere to:
|
|
55
|
+
1. **Lawfulness, fairness, transparency** - Process legally and openly
|
|
56
|
+
2. **Purpose limitation** - Collect for specified, explicit purposes
|
|
57
|
+
3. **Data minimization** - Adequate, relevant, limited to necessary
|
|
58
|
+
4. **Accuracy** - Keep data accurate and up to date
|
|
59
|
+
5. **Storage limitation** - Retain only as long as necessary
|
|
60
|
+
6. **Integrity and confidentiality** - Ensure security
|
|
61
|
+
7. **Accountability** - Demonstrate compliance`,
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
id: 'lawful-basis',
|
|
65
|
+
title: 'Lawful Basis for Processing',
|
|
66
|
+
order: 2,
|
|
67
|
+
content: `## Lawful Basis Documentation
|
|
68
|
+
|
|
69
|
+
### Primary Lawful Bases Used
|
|
70
|
+
{{#each lawfulBases}}
|
|
71
|
+
{{#if (equals this "consent")}}
|
|
72
|
+
#### Consent (Article 6(1)(a))
|
|
73
|
+
- Consent must be freely given, specific, informed, unambiguous
|
|
74
|
+
- Clear affirmative action required
|
|
75
|
+
- Withdrawal as easy as giving consent
|
|
76
|
+
- Record of consent maintained
|
|
77
|
+
- Not suitable where power imbalance exists
|
|
78
|
+
{{/if}}
|
|
79
|
+
{{#if (equals this "contract")}}
|
|
80
|
+
#### Contract (Article 6(1)(b))
|
|
81
|
+
- Processing necessary for contract performance
|
|
82
|
+
- Processing necessary to enter into contract
|
|
83
|
+
- Cannot be used for additional services
|
|
84
|
+
{{/if}}
|
|
85
|
+
{{#if (equals this "legal")}}
|
|
86
|
+
#### Legal Obligation (Article 6(1)(c))
|
|
87
|
+
- Clear legal requirement identified
|
|
88
|
+
- Processing necessary (not just helpful)
|
|
89
|
+
- Documented legal basis reference
|
|
90
|
+
{{/if}}
|
|
91
|
+
{{#if (equals this "legitimate")}}
|
|
92
|
+
#### Legitimate Interests (Article 6(1)(f))
|
|
93
|
+
- Legitimate Interest Assessment (LIA) required
|
|
94
|
+
- Balance against data subject rights
|
|
95
|
+
- Not available for public authorities
|
|
96
|
+
- Document the assessment
|
|
97
|
+
|
|
98
|
+
**LIA Template:**
|
|
99
|
+
1. Purpose test: What is the legitimate interest?
|
|
100
|
+
2. Necessity test: Is processing necessary?
|
|
101
|
+
3. Balancing test: Do rights override the interest?
|
|
102
|
+
{{/if}}
|
|
103
|
+
{{/each}}
|
|
104
|
+
|
|
105
|
+
### Special Category Data (Article 9)
|
|
106
|
+
Processing of special category data requires:
|
|
107
|
+
- Explicit consent, OR
|
|
108
|
+
- Employment/social security law, OR
|
|
109
|
+
- Vital interests, OR
|
|
110
|
+
- Legitimate activities (nonprofits), OR
|
|
111
|
+
- Manifestly public data, OR
|
|
112
|
+
- Legal claims, OR
|
|
113
|
+
- Substantial public interest, OR
|
|
114
|
+
- Healthcare purposes, OR
|
|
115
|
+
- Public health, OR
|
|
116
|
+
- Archiving/research`,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
id: 'data-subject-rights',
|
|
120
|
+
title: 'Data Subject Rights',
|
|
121
|
+
order: 3,
|
|
122
|
+
content: `## Data Subject Rights Procedures
|
|
123
|
+
|
|
124
|
+
### Right to be Informed (Articles 13-14)
|
|
125
|
+
**At collection:**
|
|
126
|
+
- Controller identity and contact
|
|
127
|
+
- DPO contact details
|
|
128
|
+
- Purposes and lawful basis
|
|
129
|
+
- Legitimate interests (if applicable)
|
|
130
|
+
- Recipients/categories of recipients
|
|
131
|
+
- International transfer safeguards
|
|
132
|
+
- Retention period
|
|
133
|
+
- All data subject rights
|
|
134
|
+
- Right to withdraw consent
|
|
135
|
+
- Right to lodge complaint
|
|
136
|
+
- Source of data (if not from subject)
|
|
137
|
+
- Automated decision-making details
|
|
138
|
+
|
|
139
|
+
### Right of Access (Article 15)
|
|
140
|
+
**Response time:** 1 month (extendable by 2 months)
|
|
141
|
+
**Must provide:**
|
|
142
|
+
- Confirmation of processing
|
|
143
|
+
- Copy of personal data
|
|
144
|
+
- Supplementary information (as above)
|
|
145
|
+
**Format:** Commonly used electronic format
|
|
146
|
+
**Cost:** Free (reasonable fee for excessive requests)
|
|
147
|
+
|
|
148
|
+
### Right to Rectification (Article 16)
|
|
149
|
+
**Response time:** 1 month
|
|
150
|
+
**Process:**
|
|
151
|
+
- Verify identity
|
|
152
|
+
- Make corrections
|
|
153
|
+
- Notify recipients
|
|
154
|
+
- Inform data subject of recipients
|
|
155
|
+
|
|
156
|
+
### Right to Erasure (Article 17)
|
|
157
|
+
**Response time:** 1 month
|
|
158
|
+
**Applies when:**
|
|
159
|
+
- Data no longer necessary
|
|
160
|
+
- Consent withdrawn
|
|
161
|
+
- Subject objects (no overriding grounds)
|
|
162
|
+
- Unlawful processing
|
|
163
|
+
- Legal obligation to erase
|
|
164
|
+
- Child's data (online services)
|
|
165
|
+
|
|
166
|
+
**Exceptions:**
|
|
167
|
+
- Freedom of expression
|
|
168
|
+
- Legal obligation
|
|
169
|
+
- Public health
|
|
170
|
+
- Archiving/research
|
|
171
|
+
- Legal claims
|
|
172
|
+
|
|
173
|
+
### Right to Restriction (Article 18)
|
|
174
|
+
**Applies when:**
|
|
175
|
+
- Accuracy contested
|
|
176
|
+
- Processing unlawful (erasure opposed)
|
|
177
|
+
- No longer needed (legal claims)
|
|
178
|
+
- Pending objection verification
|
|
179
|
+
|
|
180
|
+
### Right to Portability (Article 20)
|
|
181
|
+
**Applies when:**
|
|
182
|
+
- Consent or contract basis
|
|
183
|
+
- Automated processing
|
|
184
|
+
**Format:** Structured, commonly used, machine-readable
|
|
185
|
+
|
|
186
|
+
### Right to Object (Article 21)
|
|
187
|
+
**Legitimate interests/public task:**
|
|
188
|
+
- Must stop unless compelling grounds
|
|
189
|
+
**Direct marketing:**
|
|
190
|
+
- Must always stop immediately
|
|
191
|
+
**Research:**
|
|
192
|
+
- May continue if public interest`,
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
id: 'dpia',
|
|
196
|
+
title: 'Data Protection Impact Assessment',
|
|
197
|
+
order: 4,
|
|
198
|
+
content: `## DPIA Requirements (Article 35)
|
|
199
|
+
|
|
200
|
+
### When Required
|
|
201
|
+
- Systematic and extensive profiling with significant effects
|
|
202
|
+
- Large scale special category data
|
|
203
|
+
- Systematic monitoring of public areas
|
|
204
|
+
- New technologies with high risk
|
|
205
|
+
- Prevents data subjects exercising rights
|
|
206
|
+
- Cross-border data combination
|
|
207
|
+
- Vulnerable data subjects
|
|
208
|
+
|
|
209
|
+
### DPIA Process
|
|
210
|
+
1. **Describe processing**
|
|
211
|
+
- Nature, scope, context, purposes
|
|
212
|
+
- Assets involved
|
|
213
|
+
- Data flows
|
|
214
|
+
|
|
215
|
+
2. **Assess necessity & proportionality**
|
|
216
|
+
- Purpose specification
|
|
217
|
+
- Lawful basis justification
|
|
218
|
+
- Data minimization
|
|
219
|
+
- Storage limitation
|
|
220
|
+
- Subject rights
|
|
221
|
+
|
|
222
|
+
3. **Identify and assess risks**
|
|
223
|
+
- Physical, material, non-material harm
|
|
224
|
+
- Likelihood and severity
|
|
225
|
+
- Risk to rights and freedoms
|
|
226
|
+
|
|
227
|
+
4. **Identify mitigations**
|
|
228
|
+
- Measures to address risks
|
|
229
|
+
- Demonstrate compliance
|
|
230
|
+
- Residual risk assessment
|
|
231
|
+
|
|
232
|
+
5. **Sign off and review**
|
|
233
|
+
- DPO consultation
|
|
234
|
+
- Controller approval
|
|
235
|
+
- Regular review schedule
|
|
236
|
+
|
|
237
|
+
### Supervisory Authority Consultation
|
|
238
|
+
If residual high risk cannot be mitigated:
|
|
239
|
+
- Prior consultation required
|
|
240
|
+
- 8-week response period
|
|
241
|
+
- Extendable by 6 weeks`,
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
id: 'breach',
|
|
245
|
+
title: 'Data Breach Response',
|
|
246
|
+
order: 5,
|
|
247
|
+
content: `## Personal Data Breach Procedures (Articles 33-34)
|
|
248
|
+
|
|
249
|
+
### Breach Definition
|
|
250
|
+
Breach of security leading to accidental or unlawful:
|
|
251
|
+
- Destruction
|
|
252
|
+
- Loss
|
|
253
|
+
- Alteration
|
|
254
|
+
- Unauthorized disclosure
|
|
255
|
+
- Unauthorized access
|
|
256
|
+
|
|
257
|
+
### Detection and Assessment
|
|
258
|
+
1. Identify the breach
|
|
259
|
+
2. Contain the breach
|
|
260
|
+
3. Assess risk to individuals
|
|
261
|
+
4. Determine notification requirements
|
|
262
|
+
|
|
263
|
+
### Supervisory Authority Notification
|
|
264
|
+
**When:** Within 72 hours of awareness
|
|
265
|
+
**Unless:** Unlikely to result in risk to rights
|
|
266
|
+
|
|
267
|
+
**Must include:**
|
|
268
|
+
- Nature of breach (categories, numbers)
|
|
269
|
+
- DPO contact
|
|
270
|
+
- Likely consequences
|
|
271
|
+
- Mitigation measures
|
|
272
|
+
|
|
273
|
+
### Data Subject Notification
|
|
274
|
+
**When:** High risk to rights and freedoms
|
|
275
|
+
**Without undue delay**
|
|
276
|
+
|
|
277
|
+
**Must include:**
|
|
278
|
+
- Nature of breach (clear, plain language)
|
|
279
|
+
- DPO contact
|
|
280
|
+
- Likely consequences
|
|
281
|
+
- Mitigation measures
|
|
282
|
+
|
|
283
|
+
**Exceptions:**
|
|
284
|
+
- Encryption/unintelligible data
|
|
285
|
+
- Subsequent measures eliminated risk
|
|
286
|
+
- Disproportionate effort (public communication)
|
|
287
|
+
|
|
288
|
+
### Documentation
|
|
289
|
+
All breaches must be documented:
|
|
290
|
+
- Facts of breach
|
|
291
|
+
- Effects
|
|
292
|
+
- Remedial action
|
|
293
|
+
- Notification decisions and justifications`,
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
id: 'international',
|
|
297
|
+
title: 'International Transfers',
|
|
298
|
+
order: 6,
|
|
299
|
+
content: `## International Data Transfers
|
|
300
|
+
|
|
301
|
+
### Transfer Mechanisms
|
|
302
|
+
|
|
303
|
+
#### Adequacy Decisions (Article 45)
|
|
304
|
+
Countries with adequate protection:
|
|
305
|
+
- EU member states
|
|
306
|
+
- EEA countries
|
|
307
|
+
- Adequacy decision countries
|
|
308
|
+
|
|
309
|
+
#### Standard Contractual Clauses (Article 46)
|
|
310
|
+
- Use EU Commission approved clauses
|
|
311
|
+
- Supplementary measures may be required
|
|
312
|
+
- Transfer Impact Assessment (TIA) needed
|
|
313
|
+
|
|
314
|
+
#### Binding Corporate Rules (Article 47)
|
|
315
|
+
- Group of companies
|
|
316
|
+
- Supervisory authority approval
|
|
317
|
+
- Enforceable commitments
|
|
318
|
+
|
|
319
|
+
#### Derogations (Article 49)
|
|
320
|
+
- Explicit consent (informed of risks)
|
|
321
|
+
- Contract performance
|
|
322
|
+
- Public interest
|
|
323
|
+
- Legal claims
|
|
324
|
+
- Vital interests
|
|
325
|
+
- Public registers
|
|
326
|
+
|
|
327
|
+
### Transfer Impact Assessment
|
|
328
|
+
1. Identify transfer and mechanism
|
|
329
|
+
2. Assess third country law
|
|
330
|
+
3. Identify supplementary measures
|
|
331
|
+
4. Procedural steps for measures
|
|
332
|
+
5. Re-evaluate at intervals`,
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
meta: {
|
|
338
|
+
id: 'gdpr-ropa',
|
|
339
|
+
name: 'Records of Processing Activities',
|
|
340
|
+
description: 'ROPA template as required under Article 30',
|
|
341
|
+
version: '1.0.0',
|
|
342
|
+
category: 'compliance',
|
|
343
|
+
scope: 'standard',
|
|
344
|
+
author: 'Intent Solutions',
|
|
345
|
+
tags: ['gdpr', 'ropa', 'documentation'],
|
|
346
|
+
},
|
|
347
|
+
variables: [
|
|
348
|
+
{ name: 'companyName', label: 'Company Name', type: 'string', required: true },
|
|
349
|
+
{ name: 'entityType', label: 'Entity Type', type: 'select', options: [
|
|
350
|
+
{ label: 'Controller', value: 'controller' },
|
|
351
|
+
{ label: 'Processor', value: 'processor' },
|
|
352
|
+
] },
|
|
353
|
+
],
|
|
354
|
+
sections: [
|
|
355
|
+
{
|
|
356
|
+
id: 'overview',
|
|
357
|
+
title: 'ROPA Overview',
|
|
358
|
+
order: 1,
|
|
359
|
+
content: `# {{companyName}} Records of Processing Activities
|
|
360
|
+
|
|
361
|
+
**Entity Type:** {{entityType}}
|
|
362
|
+
**Last Updated:** [Date]
|
|
363
|
+
|
|
364
|
+
## Purpose
|
|
365
|
+
This document maintains records of processing activities as required by Article 30 of the GDPR.`,
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
id: 'controller-records',
|
|
369
|
+
title: 'Controller Records',
|
|
370
|
+
order: 2,
|
|
371
|
+
condition: { variable: 'entityType', operator: 'equals', value: 'controller' },
|
|
372
|
+
content: `## Controller Processing Records
|
|
373
|
+
|
|
374
|
+
### Processing Activity Register
|
|
375
|
+
|
|
376
|
+
| Field | Description |
|
|
377
|
+
|-------|-------------|
|
|
378
|
+
| **Activity Name** | |
|
|
379
|
+
| **Purpose(s)** | |
|
|
380
|
+
| **Lawful Basis** | |
|
|
381
|
+
| **Data Subject Categories** | |
|
|
382
|
+
| **Personal Data Categories** | |
|
|
383
|
+
| **Special Category Data** | |
|
|
384
|
+
| **Recipients** | |
|
|
385
|
+
| **International Transfers** | |
|
|
386
|
+
| **Retention Period** | |
|
|
387
|
+
| **Security Measures** | |
|
|
388
|
+
| **DPIA Required** | |
|
|
389
|
+
| **DPIA Completed** | |
|
|
390
|
+
|
|
391
|
+
### Example Entry
|
|
392
|
+
\`\`\`
|
|
393
|
+
Activity: Customer Account Management
|
|
394
|
+
Purpose: Manage customer accounts, provide services, billing
|
|
395
|
+
Lawful Basis: Contract (Article 6(1)(b))
|
|
396
|
+
Data Subjects: Customers
|
|
397
|
+
Data Categories: Name, email, phone, address, payment details
|
|
398
|
+
Special Category: None
|
|
399
|
+
Recipients: Payment processor, email service provider
|
|
400
|
+
Transfers: USA (SCCs in place)
|
|
401
|
+
Retention: Account lifetime + 7 years (tax requirements)
|
|
402
|
+
Security: Encryption, access controls, audit logging
|
|
403
|
+
DPIA Required: No
|
|
404
|
+
\`\`\``,
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
id: 'processor-records',
|
|
408
|
+
title: 'Processor Records',
|
|
409
|
+
order: 3,
|
|
410
|
+
condition: { variable: 'entityType', operator: 'equals', value: 'processor' },
|
|
411
|
+
content: `## Processor Processing Records
|
|
412
|
+
|
|
413
|
+
### Processing Activity Register
|
|
414
|
+
|
|
415
|
+
| Field | Description |
|
|
416
|
+
|-------|-------------|
|
|
417
|
+
| **Controller Name** | |
|
|
418
|
+
| **Controller Contact** | |
|
|
419
|
+
| **Processing Categories** | |
|
|
420
|
+
| **International Transfers** | |
|
|
421
|
+
| **Security Measures** | |
|
|
422
|
+
| **Sub-processors** | |
|
|
423
|
+
|
|
424
|
+
### Example Entry
|
|
425
|
+
\`\`\`
|
|
426
|
+
Controller: Example Corp
|
|
427
|
+
Contact: privacy@example.com
|
|
428
|
+
Processing: Email delivery on behalf of controller
|
|
429
|
+
Transfers: None (EU processing only)
|
|
430
|
+
Security: Encryption, access controls, SOC 2
|
|
431
|
+
Sub-processors: AWS (Frankfurt), SendGrid (Dublin)
|
|
432
|
+
\`\`\``,
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
meta: {
|
|
438
|
+
id: 'gdpr-privacy-notice',
|
|
439
|
+
name: 'GDPR Privacy Notice',
|
|
440
|
+
description: 'Privacy notice template compliant with GDPR Articles 13-14',
|
|
441
|
+
version: '1.0.0',
|
|
442
|
+
category: 'compliance',
|
|
443
|
+
scope: 'standard',
|
|
444
|
+
author: 'Intent Solutions',
|
|
445
|
+
tags: ['gdpr', 'privacy', 'notice', 'transparency'],
|
|
446
|
+
},
|
|
447
|
+
variables: [
|
|
448
|
+
{ name: 'companyName', label: 'Company Name', type: 'string', required: true },
|
|
449
|
+
{ name: 'companyAddress', label: 'Company Address', type: 'text', required: true },
|
|
450
|
+
{ name: 'dpoEmail', label: 'DPO/Privacy Email', type: 'string', required: true },
|
|
451
|
+
{ name: 'websiteUrl', label: 'Website URL', type: 'string', required: true },
|
|
452
|
+
{ name: 'supervisoryAuthority', label: 'Supervisory Authority', type: 'string' },
|
|
453
|
+
],
|
|
454
|
+
sections: [
|
|
455
|
+
{
|
|
456
|
+
id: 'intro',
|
|
457
|
+
title: 'Introduction',
|
|
458
|
+
order: 1,
|
|
459
|
+
content: `# Privacy Notice
|
|
460
|
+
|
|
461
|
+
**Last Updated:** [Date]
|
|
462
|
+
|
|
463
|
+
## Who We Are
|
|
464
|
+
**{{companyName}}**
|
|
465
|
+
{{companyAddress}}
|
|
466
|
+
|
|
467
|
+
**Website:** {{websiteUrl}}
|
|
468
|
+
**Privacy Contact:** {{dpoEmail}}
|
|
469
|
+
|
|
470
|
+
This privacy notice explains how we collect, use, and protect your personal data when you use our services.`,
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
id: 'collection',
|
|
474
|
+
title: 'Information We Collect',
|
|
475
|
+
order: 2,
|
|
476
|
+
content: `## Information We Collect
|
|
477
|
+
|
|
478
|
+
### Information You Provide
|
|
479
|
+
- Account information (name, email, password)
|
|
480
|
+
- Profile information (photo, preferences)
|
|
481
|
+
- Communications (support requests, feedback)
|
|
482
|
+
- Payment information (processed by our payment provider)
|
|
483
|
+
|
|
484
|
+
### Information Collected Automatically
|
|
485
|
+
- Device information (browser, operating system)
|
|
486
|
+
- Usage data (pages visited, features used)
|
|
487
|
+
- Log data (IP address, timestamps)
|
|
488
|
+
- Cookies and similar technologies
|
|
489
|
+
|
|
490
|
+
### Information from Third Parties
|
|
491
|
+
- Social login providers (if you choose to connect)
|
|
492
|
+
- Business partners (where you have consented)`,
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
id: 'purposes',
|
|
496
|
+
title: 'How We Use Your Information',
|
|
497
|
+
order: 3,
|
|
498
|
+
content: `## How We Use Your Information
|
|
499
|
+
|
|
500
|
+
| Purpose | Lawful Basis |
|
|
501
|
+
|---------|--------------|
|
|
502
|
+
| Provide our services | Contract |
|
|
503
|
+
| Create and manage your account | Contract |
|
|
504
|
+
| Process payments | Contract |
|
|
505
|
+
| Send service communications | Contract |
|
|
506
|
+
| Respond to your requests | Legitimate interests |
|
|
507
|
+
| Improve our services | Legitimate interests |
|
|
508
|
+
| Send marketing (with consent) | Consent |
|
|
509
|
+
| Comply with legal obligations | Legal obligation |
|
|
510
|
+
| Protect against fraud | Legitimate interests |`,
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
id: 'sharing',
|
|
514
|
+
title: 'Sharing Your Information',
|
|
515
|
+
order: 4,
|
|
516
|
+
content: `## Who We Share Your Information With
|
|
517
|
+
|
|
518
|
+
### Service Providers
|
|
519
|
+
We use trusted service providers who process data on our behalf:
|
|
520
|
+
- Cloud hosting providers
|
|
521
|
+
- Payment processors
|
|
522
|
+
- Email service providers
|
|
523
|
+
- Analytics providers
|
|
524
|
+
- Customer support tools
|
|
525
|
+
|
|
526
|
+
All processors are bound by data processing agreements.
|
|
527
|
+
|
|
528
|
+
### Legal Requirements
|
|
529
|
+
We may disclose data when required by law or to:
|
|
530
|
+
- Comply with legal process
|
|
531
|
+
- Protect our rights
|
|
532
|
+
- Prevent harm
|
|
533
|
+
- Respond to government requests
|
|
534
|
+
|
|
535
|
+
### Business Transfers
|
|
536
|
+
In the event of a merger, acquisition, or sale, your data may be transferred to the new entity.`,
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
id: 'rights',
|
|
540
|
+
title: 'Your Rights',
|
|
541
|
+
order: 5,
|
|
542
|
+
content: `## Your Rights
|
|
543
|
+
|
|
544
|
+
Under GDPR, you have the following rights:
|
|
545
|
+
|
|
546
|
+
| Right | Description |
|
|
547
|
+
|-------|-------------|
|
|
548
|
+
| **Access** | Request a copy of your personal data |
|
|
549
|
+
| **Rectification** | Correct inaccurate or incomplete data |
|
|
550
|
+
| **Erasure** | Request deletion of your data |
|
|
551
|
+
| **Restriction** | Limit how we use your data |
|
|
552
|
+
| **Portability** | Receive your data in a portable format |
|
|
553
|
+
| **Object** | Object to certain processing |
|
|
554
|
+
| **Withdraw Consent** | Withdraw previously given consent |
|
|
555
|
+
|
|
556
|
+
### Exercising Your Rights
|
|
557
|
+
Contact us at: {{dpoEmail}}
|
|
558
|
+
|
|
559
|
+
We will respond within 30 days.
|
|
560
|
+
|
|
561
|
+
### Complaints
|
|
562
|
+
{{#if supervisoryAuthority}}
|
|
563
|
+
You have the right to lodge a complaint with {{supervisoryAuthority}}.
|
|
564
|
+
{{else}}
|
|
565
|
+
You have the right to lodge a complaint with your local data protection authority.
|
|
566
|
+
{{/if}}`,
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
id: 'retention',
|
|
570
|
+
title: 'Data Retention',
|
|
571
|
+
order: 6,
|
|
572
|
+
content: `## How Long We Keep Your Data
|
|
573
|
+
|
|
574
|
+
| Data Type | Retention Period |
|
|
575
|
+
|-----------|------------------|
|
|
576
|
+
| Account data | Account lifetime + 30 days |
|
|
577
|
+
| Transaction records | 7 years (legal requirement) |
|
|
578
|
+
| Communications | 3 years |
|
|
579
|
+
| Marketing preferences | Until withdrawal |
|
|
580
|
+
| Analytics data | 26 months |
|
|
581
|
+
|
|
582
|
+
When data is no longer needed, we securely delete or anonymize it.`,
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
id: 'security',
|
|
586
|
+
title: 'Security',
|
|
587
|
+
order: 7,
|
|
588
|
+
content: `## How We Protect Your Data
|
|
589
|
+
|
|
590
|
+
We implement appropriate technical and organizational measures:
|
|
591
|
+
- Encryption in transit (TLS) and at rest
|
|
592
|
+
- Access controls and authentication
|
|
593
|
+
- Regular security assessments
|
|
594
|
+
- Employee training
|
|
595
|
+
- Incident response procedures
|
|
596
|
+
|
|
597
|
+
No method of transmission over the internet is 100% secure. Please protect your account credentials.`,
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
id: 'cookies',
|
|
601
|
+
title: 'Cookies',
|
|
602
|
+
order: 8,
|
|
603
|
+
content: `## Cookies and Tracking
|
|
604
|
+
|
|
605
|
+
### Essential Cookies
|
|
606
|
+
Required for the website to function. Cannot be disabled.
|
|
607
|
+
|
|
608
|
+
### Analytics Cookies
|
|
609
|
+
Help us understand how visitors use our website.
|
|
610
|
+
|
|
611
|
+
### Marketing Cookies
|
|
612
|
+
Used to deliver relevant advertisements.
|
|
613
|
+
|
|
614
|
+
### Managing Cookies
|
|
615
|
+
You can manage cookie preferences through our cookie banner or your browser settings.
|
|
616
|
+
|
|
617
|
+
For more details, see our [Cookie Policy].`,
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
id: 'contact',
|
|
621
|
+
title: 'Contact Us',
|
|
622
|
+
order: 9,
|
|
623
|
+
content: `## Contact Us
|
|
624
|
+
|
|
625
|
+
For privacy-related questions or to exercise your rights:
|
|
626
|
+
|
|
627
|
+
**Email:** {{dpoEmail}}
|
|
628
|
+
**Address:** {{companyAddress}}
|
|
629
|
+
|
|
630
|
+
### Updates to This Notice
|
|
631
|
+
We may update this privacy notice. We will notify you of significant changes via email or website notice.`,
|
|
632
|
+
},
|
|
633
|
+
],
|
|
634
|
+
},
|
|
635
|
+
];
|
|
636
|
+
export default GDPR_TEMPLATES;
|
|
637
|
+
//# sourceMappingURL=gdpr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gdpr.js","sourceRoot":"","sources":["../../../src/marketplace/packs/gdpr.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* HealthTech Template Pack
|
|
3
|
+
* Templates for healthcare technology products with HIPAA considerations
|
|
4
|
+
*/
|
|
5
|
+
import type { CustomTemplate } from '../../enterprise/templates/types.js';
|
|
6
|
+
export declare const HEALTHTECH_TEMPLATES: CustomTemplate[];
|
|
7
|
+
export default HEALTHTECH_TEMPLATES;
|
|
8
|
+
//# sourceMappingURL=healthtech.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"healthtech.d.ts","sourceRoot":"","sources":["../../../src/marketplace/packs/healthtech.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAE1E,eAAO,MAAM,oBAAoB,EAAE,cAAc,EA+chD,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|