@quantcdn/quant-client 4.1.0 → 4.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 +9 -13
- package/api.ts +11657 -14956
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +3202 -6160
- package/dist/api.js +701 -1445
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +3202 -6160
- package/dist/esm/api.js +695 -1419
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ The client provides access to the following API endpoints:
|
|
|
48
48
|
- `EnvironmentsApi` - Manage environments
|
|
49
49
|
- `ContainersApi` - Manage containers
|
|
50
50
|
- `CommandsApi` - Execute commands
|
|
51
|
-
- `ComposeApi` - Docker Compose
|
|
51
|
+
- `ComposeApi` - Docker Compose and container definitions
|
|
52
52
|
|
|
53
53
|
### Scheduling & Automation
|
|
54
54
|
- `CronApi` - Manage cron jobs
|
|
@@ -67,22 +67,17 @@ The client provides access to the following API endpoints:
|
|
|
67
67
|
- `ProjectsApi` - Project management
|
|
68
68
|
|
|
69
69
|
### Rules & Traffic Management
|
|
70
|
-
- `
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
- `RulesCustomResponseApi` - Custom response rules
|
|
74
|
-
- `RulesFunctionApi` - Function-based rules
|
|
75
|
-
- `RulesHeadersApi` - Header manipulation rules
|
|
76
|
-
- `RulesProxyApi` - Proxy rules
|
|
77
|
-
- `RulesRedirectApi` - Redirect rules
|
|
78
|
-
- `RulesServeStaticApi` - Static file serving rules
|
|
79
|
-
|
|
80
|
-
### Infrastructure
|
|
70
|
+
- `RulesApi` - Unified rules management (auth, redirects, proxies, headers, etc.)
|
|
71
|
+
|
|
72
|
+
### Infrastructure & Performance
|
|
81
73
|
- `DomainsApi` - Domain management
|
|
82
74
|
- `HeadersApi` - Custom headers
|
|
83
75
|
- `PurgeApi` - Cache purging
|
|
84
76
|
- `ScalingPolicyApi` - Auto-scaling policies
|
|
85
77
|
|
|
78
|
+
### AI & Advanced Features
|
|
79
|
+
- `AIServicesApi` - AI services integration
|
|
80
|
+
|
|
86
81
|
## Examples
|
|
87
82
|
|
|
88
83
|
### Working with Applications
|
|
@@ -191,4 +186,5 @@ try {
|
|
|
191
186
|
|
|
192
187
|
## License
|
|
193
188
|
|
|
194
|
-
MIT
|
|
189
|
+
MIT
|
|
190
|
+
|