wanas-zcrm-extractor 1.2.0 → 1.3.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/README.md CHANGED
@@ -280,13 +280,21 @@ metadata/
280
280
  │ │ ├── data_sharing/ # Data Sharing Settings
281
281
  │ │ ├── data_sharing_actions_summary/ # Data Sharing Actions Summary
282
282
  │ │ ├── data_sharing_rules/ # Data Sharing Rules
283
- │ │ ├── email_templates/ # Email Templates
283
+ │ │ ├── email_templates/ # Email Templates (grouped by module)
284
+ │ │ │ └── <Module_API_Name>/
285
+ │ │ │ ├── <Template_Name>.meta.json
286
+ │ │ │ └── <Template_Name>.html # rendered from mail_content
284
287
  │ │ ├── global_picklists/ # Global Picklists
285
- │ │ ├── inventory_templates/# Inventory Templates
288
+ │ │ ├── inventory_templates/# Inventory Templates (grouped by module)
289
+ │ │ │ └── <Module_API_Name>/
290
+ │ │ │ ├── <Template_Name>.meta.json
291
+ │ │ │ └── <Template_Name>.html # template HTML body
286
292
  │ │ ├── territories/ # Territories
287
293
  │ │ ├── variables/ # Global Variables
288
294
  │ │ ├── wizards/ # CRM Wizards
289
- │ │ ├── workflow_rules/ # Global Workflow Rules
295
+ │ │ ├── workflow_rules/ # Workflow Rules (grouped by trigger module)
296
+ │ │ │ └── <Trigger_Module_API_Name>/
297
+ │ │ │ └── <Rule_Name>.json
290
298
  │ │ ├── modules/ # Individual Module schemas
291
299
  │ │ │ └── <Module_API_Name>/
292
300
  │ │ │ ├── <Module_API_Name>.modules-meta.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wanas-zcrm-extractor",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Local Zoho CRM V8 Metadata Extractor CLI and Web Dashboard Utility",
5
5
  "main": "server.js",
6
6
  "bin": {