n8n-nodes-toolingtools-bigboss 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/README.md +25 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,29 +24,35 @@
24
24
 
25
25
  ---
26
26
 
27
- ## 🛡️ Zero-Scam Promise: Automated Refunds
28
- We believe you should only pay for results. ToolingTools has implemented a **100% Automated Refund System** for "null" operations.
29
-
30
- - **Detection**: If a Compression operation yields **0% size reduction** (meaning the file was already optimized), the system detects it immediately.
31
- - **Refund**: The cost of the operation is **credited back to your account instantly**.
32
- - **Transparency**: The API returns a header `X-Credit-Refunded: true`, and this node will explicitly flag it in the output:
33
- ```json
34
- "_refundInfo": {
35
- "refunded": true,
36
- "message": "Optimization yielded 0% reduction. Credits refunded."
37
- }
38
- ```
39
- **No hidden fees. No wasted credits.**
27
+ ## Deterministic Billing. No Wasted Compute.
28
+ ToolingTools uses volumetric, compute-aligned billing designed for production document automation.
29
+
30
+ **You are charged only for effective work performed.** When an operation produces no measurable outcome, the system automatically reverses the charge at the billing layer.
31
+
32
+ **Example:**
33
+ If a compression operation results in **0% size reduction** (the document is already optimized), the system detects this condition immediately and refunds the consumed credits. The refund is explicitly reported in the API response metadata.
34
+
35
+ ```json
36
+ "_refundInfo": {
37
+ "refunded": true,
38
+ "reason": "No effective optimization detected"
39
+ }
40
+ ```
41
+
42
+ This behavior is enforced by execution logic, not manual review or policy exceptions.
40
43
 
41
44
  ---
42
45
 
43
- ## 💰 Why ToolingTools?
44
- After extensive market research, we are proud to be:
45
- 1. **Cheaper** than most API-first PDF providers.
46
- 2. **Premium Quality** with specialized, dedicated API infrastructure.
47
- 3. **Transparent** billing with our automated refund policy.
46
+ ## Why ToolingTools
47
+ ToolingTools is built for automation-first workloads, not consumer file utilities.
48
+
49
+ - **Unified credits** usable across UI and API
50
+ - **Transparent volumetric pricing** tied to document size and page count
51
+ - **Predictable cost per job**, suitable for batch and pipeline execution
52
+ - **Production-grade infrastructure** optimized for reliability and scale
53
+ - **No subscriptions**, no hidden limits, no breakage pricing
48
54
 
49
- We are not just another wrapper; we are specialized API service providers committed to fairness.
55
+ ToolingTools is intended for backend services, business workflows, and document processing pipelines where cost predictability and execution correctness matter.
50
56
 
51
57
  ---
52
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-toolingtools-bigboss",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Professional PDF and Conversion Tools for n8n via ToolingTools.com",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",