@simpleapps-com/augur-api 0.3.1 → 0.3.3
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/API-DISCOVERY.md +2 -2
- package/API-SERVICES.md +185 -0
- package/QUICKSTART.md +2 -2
- package/README.md +61 -8
- package/dist/cjs/client.d.ts +78 -0
- package/dist/cjs/client.d.ts.map +1 -1
- package/dist/cjs/client.js +182 -0
- package/dist/cjs/client.js.map +1 -1
- package/dist/cjs/core/base-client.js +2 -2
- package/dist/cjs/core/base-client.js.map +1 -1
- package/dist/cjs/core/schema-factories.d.ts +18 -18
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/services/agr-site/client.d.ts +1 -1
- package/dist/cjs/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/cjs/services/commerce/client.d.ts +8 -8
- package/dist/cjs/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/cjs/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/cjs/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/cjs/services/customers/client.d.ts +19 -19
- package/dist/cjs/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/cjs/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/cjs/services/gregorovich/client.d.ts +3 -3
- package/dist/cjs/services/gregorovich/schemas.d.ts +16 -16
- package/dist/cjs/services/items/client.d.ts +44 -44
- package/dist/cjs/services/items/schemas/attributes.d.ts +16 -16
- package/dist/cjs/services/items/schemas/categories.d.ts +18 -18
- package/dist/cjs/services/items/schemas/favorites.d.ts +2 -2
- package/dist/cjs/services/items/schemas/products.d.ts +88 -88
- package/dist/cjs/services/joomla/client.d.ts +39 -364
- package/dist/cjs/services/joomla/client.d.ts.map +1 -1
- package/dist/cjs/services/joomla/client.js +29 -23
- package/dist/cjs/services/joomla/client.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/content.d.ts +13 -964
- package/dist/cjs/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/content.js +12 -88
- package/dist/cjs/services/joomla/schemas/content.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/cjs/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/groups.js +10 -52
- package/dist/cjs/services/joomla/schemas/groups.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/index.d.ts +113 -0
- package/dist/cjs/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/index.js +7 -1
- package/dist/cjs/services/joomla/schemas/index.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/cjs/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/users.js +27 -126
- package/dist/cjs/services/joomla/schemas/users.js.map +1 -1
- package/dist/cjs/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/cjs/services/open-search/client.d.ts +1 -1
- package/dist/cjs/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/cjs/services/open-search/schemas/search.d.ts +2 -2
- package/dist/cjs/services/orders/client.d.ts +2 -2
- package/dist/cjs/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/cjs/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/cjs/services/p21-pim/client.d.ts +1 -1
- package/dist/cjs/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/cjs/services/payments/schemas/unified.d.ts +2 -2
- package/dist/cjs/services/pricing/client.d.ts +2 -2
- package/dist/cjs/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/cjs/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/cjs/services/slack/schemas.d.ts +4 -4
- package/dist/cjs/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/cjs/services/ups/schemas.d.ts +24 -24
- package/dist/cjs/services/vmi/client.d.ts +4 -4
- package/dist/cjs/services/vmi/schemas/products.d.ts +2 -2
- package/dist/cjs/services/vmi/schemas/warehouse.d.ts +2 -2
- package/dist/esm/client.d.ts +78 -0
- package/dist/esm/client.d.ts.map +1 -1
- package/dist/esm/client.js +182 -0
- package/dist/esm/client.js.map +1 -1
- package/dist/esm/core/base-client.js +2 -2
- package/dist/esm/core/base-client.js.map +1 -1
- package/dist/esm/core/schema-factories.d.ts +18 -18
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/services/agr-site/client.d.ts +1 -1
- package/dist/esm/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/esm/services/commerce/client.d.ts +8 -8
- package/dist/esm/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/esm/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/esm/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/esm/services/customers/client.d.ts +19 -19
- package/dist/esm/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/esm/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/esm/services/gregorovich/client.d.ts +3 -3
- package/dist/esm/services/gregorovich/schemas.d.ts +16 -16
- package/dist/esm/services/items/client.d.ts +44 -44
- package/dist/esm/services/items/schemas/attributes.d.ts +16 -16
- package/dist/esm/services/items/schemas/categories.d.ts +18 -18
- package/dist/esm/services/items/schemas/favorites.d.ts +2 -2
- package/dist/esm/services/items/schemas/products.d.ts +88 -88
- package/dist/esm/services/joomla/client.d.ts +39 -364
- package/dist/esm/services/joomla/client.d.ts.map +1 -1
- package/dist/esm/services/joomla/client.js +36 -24
- package/dist/esm/services/joomla/client.js.map +1 -1
- package/dist/esm/services/joomla/schemas/content.d.ts +13 -964
- package/dist/esm/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/content.js +13 -87
- package/dist/esm/services/joomla/schemas/content.js.map +1 -1
- package/dist/esm/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/esm/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/groups.js +11 -51
- package/dist/esm/services/joomla/schemas/groups.js.map +1 -1
- package/dist/esm/services/joomla/schemas/index.d.ts +113 -0
- package/dist/esm/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/index.js +6 -1
- package/dist/esm/services/joomla/schemas/index.js.map +1 -1
- package/dist/esm/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/esm/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/users.js +27 -126
- package/dist/esm/services/joomla/schemas/users.js.map +1 -1
- package/dist/esm/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/esm/services/open-search/client.d.ts +1 -1
- package/dist/esm/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/esm/services/open-search/schemas/search.d.ts +2 -2
- package/dist/esm/services/orders/client.d.ts +2 -2
- package/dist/esm/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/esm/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/esm/services/p21-pim/client.d.ts +1 -1
- package/dist/esm/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/esm/services/payments/schemas/unified.d.ts +2 -2
- package/dist/esm/services/pricing/client.d.ts +2 -2
- package/dist/esm/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/esm/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/esm/services/slack/schemas.d.ts +4 -4
- package/dist/esm/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/esm/services/ups/schemas.d.ts +24 -24
- package/dist/esm/services/vmi/client.d.ts +4 -4
- package/dist/esm/services/vmi/schemas/products.d.ts +2 -2
- package/dist/esm/services/vmi/schemas/warehouse.d.ts +2 -2
- package/dist/types/client.d.ts +78 -0
- package/dist/types/client.d.ts.map +1 -1
- package/dist/types/core/schema-factories.d.ts +18 -18
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/services/agr-site/client.d.ts +1 -1
- package/dist/types/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/types/services/commerce/client.d.ts +8 -8
- package/dist/types/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/types/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/types/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/types/services/customers/client.d.ts +19 -19
- package/dist/types/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/types/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/types/services/gregorovich/client.d.ts +3 -3
- package/dist/types/services/gregorovich/schemas.d.ts +16 -16
- package/dist/types/services/items/client.d.ts +44 -44
- package/dist/types/services/items/schemas/attributes.d.ts +16 -16
- package/dist/types/services/items/schemas/categories.d.ts +18 -18
- package/dist/types/services/items/schemas/favorites.d.ts +2 -2
- package/dist/types/services/items/schemas/products.d.ts +88 -88
- package/dist/types/services/joomla/client.d.ts +39 -364
- package/dist/types/services/joomla/client.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/content.d.ts +13 -964
- package/dist/types/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/types/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/index.d.ts +113 -0
- package/dist/types/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/types/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/types/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/types/services/open-search/client.d.ts +1 -1
- package/dist/types/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/types/services/open-search/schemas/search.d.ts +2 -2
- package/dist/types/services/orders/client.d.ts +2 -2
- package/dist/types/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/types/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/types/services/p21-pim/client.d.ts +1 -1
- package/dist/types/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/types/services/payments/schemas/unified.d.ts +2 -2
- package/dist/types/services/pricing/client.d.ts +2 -2
- package/dist/types/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/types/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/types/services/slack/schemas.d.ts +4 -4
- package/dist/types/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/types/services/ups/schemas.d.ts +24 -24
- package/dist/types/services/vmi/client.d.ts +4 -4
- package/dist/types/services/vmi/schemas/products.d.ts +2 -2
- package/dist/types/services/vmi/schemas/warehouse.d.ts +2 -2
- package/package.json +2 -1
package/API-DISCOVERY.md
CHANGED
|
@@ -44,7 +44,7 @@ const qualityControl = await api.findEndpoint('inventory quality assurance');
|
|
|
44
44
|
|
|
45
45
|
### Cross-Service Workflow Intelligence
|
|
46
46
|
|
|
47
|
-
The platform maps relationships across all
|
|
47
|
+
The platform maps relationships across all 26 active microservices:
|
|
48
48
|
|
|
49
49
|
```typescript
|
|
50
50
|
// Working with users? Platform suggests customer operations
|
|
@@ -252,4 +252,4 @@ workflows.forEach((workflow, index) => {
|
|
|
252
252
|
});
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
The discovery system transforms API exploration into business conversation. Describe your business intent, and the platform's intelligence reveals complete workflows across all
|
|
255
|
+
The discovery system transforms API exploration into business conversation. Describe your business intent, and the platform's intelligence reveals complete workflows across all 26 active microservices. No documentation hunting, no endpoint memorization - just natural language business queries that unlock enterprise capability.
|
package/API-SERVICES.md
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
# API Services Reference
|
|
2
|
+
|
|
3
|
+
Complete reference for all 26 available API services in the Augur Platform. Each service provides specialized business functionality with consistent authentication, validation, and discovery patterns.
|
|
4
|
+
|
|
5
|
+
## Core Business Services
|
|
6
|
+
|
|
7
|
+
### Content & User Management
|
|
8
|
+
|
|
9
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
10
|
+
|---------|-------------|--------------|-------------------|
|
|
11
|
+
| **joomla** | Content management system integration with user authentication, content publishing, and permission management | [OpenAPI](https://joomla.augur-api.com/openapi.json) | [Postman](https://joomla.augur-api.com/postman.json) |
|
|
12
|
+
|
|
13
|
+
### E-commerce & Shopping
|
|
14
|
+
|
|
15
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
16
|
+
|---------|-------------|--------------|-------------------|
|
|
17
|
+
| **commerce** | E-commerce operations including shopping cart management, checkout processing, and product recommendations | [OpenAPI](https://commerce.augur-api.com/openapi.json) | [Postman](https://commerce.augur-api.com/postman.json) |
|
|
18
|
+
|
|
19
|
+
### Product Catalog & Search
|
|
20
|
+
|
|
21
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
22
|
+
|---------|-------------|--------------|-------------------|
|
|
23
|
+
| **items** | Product catalog management with categories, attributes, variants, and inventory master data | [OpenAPI](https://items.augur-api.com/openapi.json) | [Postman](https://items.augur-api.com/postman.json) |
|
|
24
|
+
| **openSearch** | Advanced product search with faceted navigation, filters, and search analytics | [OpenAPI](https://open-search.augur-api.com/openapi.json) | [Postman](https://open-search.augur-api.com/postman.json) |
|
|
25
|
+
|
|
26
|
+
### Customer & Order Management
|
|
27
|
+
|
|
28
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
29
|
+
|---------|-------------|--------------|-------------------|
|
|
30
|
+
| **customers** | Customer relationship management with profiles, contacts, addresses, and purchase history | [OpenAPI](https://customers.augur-api.com/openapi.json) | [Postman](https://customers.augur-api.com/postman.json) |
|
|
31
|
+
| **orders** | Order processing and management including invoices, purchase orders, and sales representative operations | [OpenAPI](https://orders.augur-api.com/openapi.json) | [Postman](https://orders.augur-api.com/postman.json) |
|
|
32
|
+
|
|
33
|
+
### Pricing & Financial
|
|
34
|
+
|
|
35
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
36
|
+
|---------|-------------|--------------|-------------------|
|
|
37
|
+
| **pricing** | Dynamic pricing engine with job pricing, quantity breaks, and customer-specific pricing rules | [OpenAPI](https://pricing.augur-api.com/openapi.json) | [Postman](https://pricing.augur-api.com/postman.json) |
|
|
38
|
+
| **payments** | Payment processing with multiple gateways, unified payment methods, and transaction management | [OpenAPI](https://payments.augur-api.com/openapi.json) | [Postman](https://payments.augur-api.com/postman.json) |
|
|
39
|
+
|
|
40
|
+
### Inventory & Warehouse
|
|
41
|
+
|
|
42
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
43
|
+
|---------|-------------|--------------|-------------------|
|
|
44
|
+
| **vmi** | Vendor Managed Inventory with warehouse operations, stock profiles, and automated replenishment | [OpenAPI](https://vmi.augur-api.com/openapi.json) | [Postman](https://vmi.augur-api.com/postman.json) |
|
|
45
|
+
| **nexus** | Warehouse management system with bin transfers, receiving operations, and shipping coordination | [OpenAPI](https://nexus.augur-api.com/openapi.json) | [Postman](https://nexus.augur-api.com/postman.json) |
|
|
46
|
+
|
|
47
|
+
### Product Information & Data
|
|
48
|
+
|
|
49
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
50
|
+
|---------|-------------|--------------|-------------------|
|
|
51
|
+
| **p21Pim** | Product Information Management with AI-powered suggestions and enhanced product data | [OpenAPI](https://p21-pim.augur-api.com/openapi.json) | [Postman](https://p21-pim.augur-api.com/postman.json) |
|
|
52
|
+
|
|
53
|
+
### AGR Platform Services
|
|
54
|
+
|
|
55
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
56
|
+
|---------|-------------|--------------|-------------------|
|
|
57
|
+
| **agrSite** | AGR-specific site operations including transcripts, notifications, and platform settings | [OpenAPI](https://agr-site.augur-api.com/openapi.json) | [Postman](https://agr-site.augur-api.com/postman.json) |
|
|
58
|
+
|
|
59
|
+
### Legacy Integration
|
|
60
|
+
|
|
61
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
62
|
+
|---------|-------------|--------------|-------------------|
|
|
63
|
+
| **legacy** | Legacy system integration providing backward compatibility for existing data and workflows | [OpenAPI](https://legacy.augur-api.com/openapi.json) | [Postman](https://legacy.augur-api.com/postman.json) |
|
|
64
|
+
|
|
65
|
+
## Integration & Specialized Services
|
|
66
|
+
|
|
67
|
+
### AGR Business Intelligence
|
|
68
|
+
|
|
69
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
70
|
+
|---------|-------------|--------------|-------------------|
|
|
71
|
+
| **agrInfo** | AGR business intelligence and reporting services with analytics and data insights | [OpenAPI](https://agr-info.augur-api.com/openapi.json) | [Postman](https://agr-info.augur-api.com/postman.json) |
|
|
72
|
+
| **agrWork** | AGR workflow automation and task management for business process optimization | [OpenAPI](https://agr-work.augur-api.com/openapi.json) | [Postman](https://agr-work.augur-api.com/postman.json) |
|
|
73
|
+
|
|
74
|
+
### Tax & Compliance
|
|
75
|
+
|
|
76
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
77
|
+
|---------|-------------|--------------|-------------------|
|
|
78
|
+
| **Avalara** | Tax calculation and compliance services with automated tax determination and reporting | [OpenAPI](https://avalara.augur-api.com/openapi.json) | [Postman](https://avalara.augur-api.com/postman.json) |
|
|
79
|
+
|
|
80
|
+
### Brand & Marketing
|
|
81
|
+
|
|
82
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
83
|
+
|---------|-------------|--------------|-------------------|
|
|
84
|
+
| **brandFolder** | Digital asset management for brand materials, marketing content, and media resources | [OpenAPI](https://brand-folder.augur-api.com/openapi.json) | [Postman](https://brand-folder.augur-api.com/postman.json) |
|
|
85
|
+
|
|
86
|
+
### Third-Party Integrations
|
|
87
|
+
|
|
88
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
89
|
+
|---------|-------------|--------------|-------------------|
|
|
90
|
+
| **gregorovich** | Gregorovich system integration for specialized third-party business process connectivity | [OpenAPI](https://gregorovich.augur-api.com/openapi.json) | [Postman](https://gregorovich.augur-api.com/postman.json) |
|
|
91
|
+
|
|
92
|
+
### Logistics & Shipping
|
|
93
|
+
|
|
94
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
95
|
+
|---------|-------------|--------------|-------------------|
|
|
96
|
+
| **logistics** | Advanced logistics and supply chain optimization with route planning and delivery coordination | [OpenAPI](https://logistics.augur-api.com/openapi.json) | [Postman](https://logistics.augur-api.com/postman.json) |
|
|
97
|
+
| **shipping** | Shipping services with rate calculation, label generation, and tracking integration | [OpenAPI](https://shipping.augur-api.com/openapi.json) | [Postman](https://shipping.augur-api.com/postman.json) |
|
|
98
|
+
|
|
99
|
+
### Address & Location Services
|
|
100
|
+
|
|
101
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
102
|
+
|---------|-------------|--------------|-------------------|
|
|
103
|
+
| **smartyStreets** | Address validation, verification, and standardization services for accurate shipping and billing | [OpenAPI](https://smarty-streets.augur-api.com/openapi.json) | [Postman](https://smarty-streets.augur-api.com/postman.json) |
|
|
104
|
+
|
|
105
|
+
### Carrier Integration
|
|
106
|
+
|
|
107
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
108
|
+
|---------|-------------|--------------|-------------------|
|
|
109
|
+
| **ups** | UPS shipping integration with rate calculation, label printing, and package tracking | [OpenAPI](https://ups.augur-api.com/openapi.json) | [Postman](https://ups.augur-api.com/postman.json) |
|
|
110
|
+
|
|
111
|
+
### Communication & Collaboration
|
|
112
|
+
|
|
113
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
114
|
+
|---------|-------------|--------------|-------------------|
|
|
115
|
+
| **slack** | Slack integration for team notifications, workflow alerts, and business process communication | [OpenAPI](https://slack.augur-api.com/openapi.json) | [Postman](https://slack.augur-api.com/postman.json) |
|
|
116
|
+
|
|
117
|
+
## Prophet 21 ERP Integration
|
|
118
|
+
|
|
119
|
+
### Direct System Access
|
|
120
|
+
|
|
121
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
122
|
+
|---------|-------------|--------------|-------------------|
|
|
123
|
+
| **p21Apis** | Direct Prophet 21 API integration providing access to core ERP functionality and data | [OpenAPI](https://p21-apis.augur-api.com/openapi.json) | [Postman](https://p21-apis.augur-api.com/postman.json) |
|
|
124
|
+
| **p21Core** | Prophet 21 core business objects including master data, transactions, and system configuration | [OpenAPI](https://p21-core.augur-api.com/openapi.json) | [Postman](https://p21-core.augur-api.com/postman.json) |
|
|
125
|
+
|
|
126
|
+
### System Integration & Synchronization
|
|
127
|
+
|
|
128
|
+
| Service | Description | OpenAPI Spec | Postman Collection |
|
|
129
|
+
|---------|-------------|--------------|-------------------|
|
|
130
|
+
| **p21Sism** | Prophet 21 System Integration and Synchronization Management for data consistency and workflow automation | [OpenAPI](https://p21-sism.augur-api.com/openapi.json) | [Postman](https://p21-sism.augur-api.com/postman.json) |
|
|
131
|
+
|
|
132
|
+
## Quick Usage Reference
|
|
133
|
+
|
|
134
|
+
### Getting Started
|
|
135
|
+
```typescript
|
|
136
|
+
import { AugurAPI } from '@simpleapps-com/augur-api';
|
|
137
|
+
|
|
138
|
+
// Initialize with context (recommended)
|
|
139
|
+
const api = AugurAPI.fromContext(context);
|
|
140
|
+
|
|
141
|
+
// Or initialize manually
|
|
142
|
+
const api = new AugurAPI({
|
|
143
|
+
siteId: 'your-site-id',
|
|
144
|
+
bearerToken: 'your-jwt-token'
|
|
145
|
+
});
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
### Service Discovery
|
|
149
|
+
```typescript
|
|
150
|
+
// Discover all available services
|
|
151
|
+
const services = await api.discover();
|
|
152
|
+
console.log(`${services.length} services available`);
|
|
153
|
+
|
|
154
|
+
// Find specific functionality
|
|
155
|
+
const results = await api.findEndpoint('inventory management');
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
### Common Access Patterns
|
|
159
|
+
```typescript
|
|
160
|
+
// Access any service
|
|
161
|
+
const users = await api.joomla.users.list();
|
|
162
|
+
const products = await api.items.products.search({ q: 'widgets' });
|
|
163
|
+
const orders = await api.commerce.cartHeaders.lookup({ userId: 123 });
|
|
164
|
+
|
|
165
|
+
// Use data-only methods for cleaner code
|
|
166
|
+
const userData = await api.joomla.users.listData();
|
|
167
|
+
const productData = await api.items.products.searchData({ q: 'widgets' });
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
## Authentication Requirements
|
|
171
|
+
|
|
172
|
+
- **All Services**: Require Bearer JWT token and x-site-id header
|
|
173
|
+
- **Health Checks**: No authentication required
|
|
174
|
+
- **Cross-Site Operations**: Some services support multi-site operations with appropriate permissions
|
|
175
|
+
|
|
176
|
+
## Support Resources
|
|
177
|
+
|
|
178
|
+
- **Complete Documentation**: See [README.md](./README.md)
|
|
179
|
+
- **Quick Start Guide**: See [QUICKSTART.md](./QUICKSTART.md)
|
|
180
|
+
- **AI Discovery Guide**: See [API-DISCOVERY.md](./API-DISCOVERY.md)
|
|
181
|
+
- **Development Standards**: See [CLAUDE.md](./CLAUDE.md)
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
185
|
+
*This document is automatically maintained and reflects the current state of all available API services.*
|
package/QUICKSTART.md
CHANGED
|
@@ -67,7 +67,7 @@ services.forEach(s => console.log(` ${s.serviceName}: ${s.endpointCount} operat
|
|
|
67
67
|
|
|
68
68
|
**Expected output:**
|
|
69
69
|
```
|
|
70
|
-
🚀 Connected to
|
|
70
|
+
🚀 Connected to 26 active business services
|
|
71
71
|
Available capabilities:
|
|
72
72
|
joomla: 24 operations
|
|
73
73
|
commerce: 18 operations
|
|
@@ -212,7 +212,7 @@ const cachedUsers = await api.joomla.users.listData({
|
|
|
212
212
|
|
|
213
213
|
## Business Capability Explorer
|
|
214
214
|
|
|
215
|
-
The platform connects you to comprehensive business operations across
|
|
215
|
+
The platform connects you to comprehensive business operations across 26 active microservices:
|
|
216
216
|
|
|
217
217
|
| Business Domain | Platform Services | Intelligence Level |
|
|
218
218
|
|-----------------|-------------------|-------------------|
|
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ const price = await api.pricing.getPrice({ customerId, itemId, quantity });
|
|
|
33
33
|
- [Developer Experience Revolution](#developer-experience-revolution)
|
|
34
34
|
- [Context-Aware Architecture](#context-aware-architecture)
|
|
35
35
|
- [Prophet 21 Data Source Integration](#prophet-21-data-source-integration) - **ERP naming conventions and business context**
|
|
36
|
+
- [Service Architecture & Roadmap](#service-architecture--roadmap) - **Currently available and upcoming services**
|
|
36
37
|
- [Installation & First Steps](#installation--first-steps)
|
|
37
38
|
- [Intelligent Discovery Examples](#intelligent-discovery-examples)
|
|
38
39
|
- [Cross-Service Intelligence](#cross-service-intelligence)
|
|
@@ -120,7 +121,7 @@ Every endpoint includes AI-readable metadata:
|
|
|
120
121
|
|
|
121
122
|
### Cross-Service Awareness
|
|
122
123
|
|
|
123
|
-
The system maps relationships between all 13
|
|
124
|
+
The system maps relationships between all active microservices (13 currently available, 26 total in development):
|
|
124
125
|
|
|
125
126
|
```typescript
|
|
126
127
|
// Working with users? It knows you might need customers too
|
|
@@ -195,7 +196,7 @@ const api = AugurAPI.fromContext(context);
|
|
|
195
196
|
|
|
196
197
|
// Discover capabilities (no documentation needed)
|
|
197
198
|
const services = await api.discover();
|
|
198
|
-
console.log(`Connected to ${services.length} business services`);
|
|
199
|
+
console.log(`Connected to ${services.length} active business services`);
|
|
199
200
|
|
|
200
201
|
// Find what you need (natural language)
|
|
201
202
|
const userStuff = await api.findEndpoint('user management');
|
|
@@ -248,7 +249,7 @@ const newUser = await api.joomla.users.create({
|
|
|
248
249
|
|
|
249
250
|
### Cross-Service Intelligence
|
|
250
251
|
|
|
251
|
-
The discovery system maps business workflows across all
|
|
252
|
+
The discovery system maps business workflows across all active microservices:
|
|
252
253
|
|
|
253
254
|
```typescript
|
|
254
255
|
// E-commerce workflow discovery
|
|
@@ -335,7 +336,7 @@ The discovery system provides both exploration and targeted search:
|
|
|
335
336
|
```typescript
|
|
336
337
|
// Comprehensive service topology
|
|
337
338
|
const services = await api.discover();
|
|
338
|
-
console.log(`Platform connected to ${services.length} business services`);
|
|
339
|
+
console.log(`Platform connected to ${services.length} active business services`);
|
|
339
340
|
|
|
340
341
|
// Each service reveals its capabilities
|
|
341
342
|
services.forEach(service => {
|
|
@@ -470,6 +471,56 @@ const auth = await api.joomla.users.verifyPassword({
|
|
|
470
471
|
});
|
|
471
472
|
```
|
|
472
473
|
|
|
474
|
+
## Service Architecture & Roadmap
|
|
475
|
+
|
|
476
|
+
### Available Services (26 Active)
|
|
477
|
+
|
|
478
|
+
The Augur Platform exposes 26 fully-integrated business services with comprehensive AI discovery and semantic documentation:
|
|
479
|
+
|
|
480
|
+
| Service | Business Domain | Key Capabilities | Status |
|
|
481
|
+
|---------|----------------|------------------|--------|
|
|
482
|
+
| **joomla** | Content & User Management | User authentication, content management, permissions | ✅ Active |
|
|
483
|
+
| **commerce** | E-commerce Operations | Shopping cart, checkout, recommendations | ✅ Active |
|
|
484
|
+
| **pricing** | Price Calculations | Dynamic pricing, job pricing, tax calculations | ✅ Active |
|
|
485
|
+
| **vmi** | Vendor Managed Inventory | Warehouse operations, inventory profiles, restocking | ✅ Active |
|
|
486
|
+
| **opensearch** | Search & Discovery | Product search, faceted navigation, search analytics | ✅ Active |
|
|
487
|
+
| **items** | Product Catalog | Product management, categories, attributes, variants | ✅ Active |
|
|
488
|
+
| **legacy** | Legacy Integration | State lookups, order history, also-bought recommendations | ✅ Active |
|
|
489
|
+
| **nexus** | Warehouse Management | Bin transfers, receiving, shipping operations | ✅ Active |
|
|
490
|
+
| **agrSite** | AGR Site Operations | Transcripts, notifications, settings management | ✅ Active |
|
|
491
|
+
| **customers** | Customer Management | Customer profiles, contacts, addresses, order history | ✅ Active |
|
|
492
|
+
| **orders** | Order Processing | Order management, invoices, purchase orders, sales rep | ✅ Active |
|
|
493
|
+
| **p21Pim** | Product Information | AI suggestions, inventory extensions, product data | ✅ Active |
|
|
494
|
+
| **payments** | Payment Processing | Payment methods, unified payments, element integration | ✅ Active |
|
|
495
|
+
|
|
496
|
+
### Additional Services (13 More Active)
|
|
497
|
+
|
|
498
|
+
The platform also includes these specialized and integration services:
|
|
499
|
+
|
|
500
|
+
| Service | Business Domain | Key Capabilities | Status |
|
|
501
|
+
|---------|----------------|------------------|--------|
|
|
502
|
+
| **agrInfo** | AGR Information Services | Business intelligence, reporting | ✅ Active |
|
|
503
|
+
| **agrWork** | AGR Workflow Services | Workflow automation, task management | ✅ Active |
|
|
504
|
+
| **avalara** | Tax Calculation | Advanced tax calculations, compliance | ✅ Active |
|
|
505
|
+
| **brandFolder** | Brand Asset Management | Brand assets, marketing materials | ✅ Active |
|
|
506
|
+
| **gregorovich** | Gregorovich Integration | Third-party system integration | ✅ Active |
|
|
507
|
+
| **logistics** | Logistics & Shipping | Advanced shipping, logistics optimization | ✅ Active |
|
|
508
|
+
| **p21Apis** | P21 API Integration | Direct P21 system integration | ✅ Active |
|
|
509
|
+
| **p21Core** | P21 Core Services | Core P21 business objects | ✅ Active |
|
|
510
|
+
| **p21Sism** | P21 SISM Integration | P21 system integration & synchronization | ✅ Active |
|
|
511
|
+
| **shipping** | Shipping Services | Shipping calculations, carrier integration | ✅ Active |
|
|
512
|
+
| **slack** | Slack Integration | Team notifications, workflow integration | ✅ Active |
|
|
513
|
+
| **smartyStreets** | Address Validation | Address verification, standardization | ✅ Active |
|
|
514
|
+
| **ups** | UPS Integration | UPS shipping, tracking, rate calculations | ✅ Active |
|
|
515
|
+
|
|
516
|
+
### Architecture Benefits
|
|
517
|
+
|
|
518
|
+
With all 26 services active, the platform provides:
|
|
519
|
+
- **Complete Business Coverage**: From user management to shipping integration
|
|
520
|
+
- **Unified API Surface**: Consistent patterns across all business domains
|
|
521
|
+
- **AI-Powered Discovery**: Natural language navigation across 26+ service endpoints
|
|
522
|
+
- **Cross-Service Intelligence**: Business workflows that span multiple services
|
|
523
|
+
|
|
473
524
|
## Power Features (Hidden Gems)
|
|
474
525
|
|
|
475
526
|
**Unlock the full potential** of the Augur API with these advanced features that dramatically improve your development experience:
|
|
@@ -511,7 +562,7 @@ const pricing = await api.pricing.getPriceData({
|
|
|
511
562
|
- **50% less code** for data extraction
|
|
512
563
|
- **Cleaner business logic** without response unwrapping
|
|
513
564
|
- **Same caching and validation** as standard methods
|
|
514
|
-
- **Consistent pattern** across all
|
|
565
|
+
- **Consistent pattern** across all active microservices
|
|
515
566
|
|
|
516
567
|
### Advanced Discovery Filtering
|
|
517
568
|
|
|
@@ -690,7 +741,7 @@ const recentUsers = await userTemplate.execute({
|
|
|
690
741
|
| **Natural Language Discovery** | Zero API documentation hunting | Semantic JSDoc parsing with cross-service mapping |
|
|
691
742
|
| **Intelligent Caching** | Sub-100ms response times | Cloudflare edge integration with business-aware TTL |
|
|
692
743
|
| **Factory Pattern Excellence** | Consistent developer experience | Lazy instantiation with automatic cache invalidation |
|
|
693
|
-
| **Cross-Service Intelligence** | Business workflow awareness | Relationship mapping across
|
|
744
|
+
| **Cross-Service Intelligence** | Business workflow awareness | Relationship mapping across all active microservices |
|
|
694
745
|
| **AI Assistant Integration** | Code that almost writes itself | Rich semantic metadata in every endpoint |
|
|
695
746
|
| **Type Safety** | Runtime validation guarantee | Zod schema validation on all requests/responses |
|
|
696
747
|
| **Multi-Platform Support** | Universal JavaScript compatibility | React, React Native, Next.js, Node.js, Electron |
|
|
@@ -959,6 +1010,8 @@ if (result.success) {
|
|
|
959
1010
|
| **P21 PIM** | Product Information | Product data management, AI suggestions |
|
|
960
1011
|
| **AGR Site** | Site Management | Settings, notifications, transcripts |
|
|
961
1012
|
|
|
1013
|
+
📋 **[Complete API Services Reference](./API-SERVICES.md)** - Detailed catalog of all 26 services with descriptions, OpenAPI specifications, and Postman collections.
|
|
1014
|
+
|
|
962
1015
|
### Complete Endpoint Reference
|
|
963
1016
|
|
|
964
1017
|
#### Joomla Service
|
|
@@ -3547,7 +3600,7 @@ npm run prepublish # Build and prepare for publishing
|
|
|
3547
3600
|
|
|
3548
3601
|
### Testing
|
|
3549
3602
|
|
|
3550
|
-
The library maintains
|
|
3603
|
+
The library maintains 100% test coverage across all components:
|
|
3551
3604
|
|
|
3552
3605
|
```typescript
|
|
3553
3606
|
// Example test
|
|
@@ -3614,7 +3667,7 @@ npm run generate:types
|
|
|
3614
3667
|
### Contributing Guidelines
|
|
3615
3668
|
|
|
3616
3669
|
1. **Follow TypeScript best practices**
|
|
3617
|
-
2. **Maintain
|
|
3670
|
+
2. **Maintain 100% test coverage**
|
|
3618
3671
|
3. **Add comprehensive JSDoc documentation**
|
|
3619
3672
|
4. **Follow existing naming conventions**
|
|
3620
3673
|
5. **Update documentation for new features**
|
package/dist/cjs/client.d.ts
CHANGED
|
@@ -13,6 +13,19 @@ import { CustomersClient } from './services/customers';
|
|
|
13
13
|
import { OrdersClient } from './services/orders';
|
|
14
14
|
import { P21PimClient } from './services/p21-pim';
|
|
15
15
|
import { PaymentsClient } from './services/payments';
|
|
16
|
+
import { AgrInfoClient } from './services/agr-info';
|
|
17
|
+
import { AgrWorkClient } from './services/agr-work';
|
|
18
|
+
import { AvalaraClient } from './services/avalara';
|
|
19
|
+
import { BrandFolderClient } from './services/brand-folder';
|
|
20
|
+
import { GregorovichClient } from './services/gregorovich';
|
|
21
|
+
import { LogisticsClient } from './services/logistics';
|
|
22
|
+
import { P21ApisClient } from './services/p21-apis';
|
|
23
|
+
import { P21CoreClient } from './services/p21-core';
|
|
24
|
+
import { P21SismClient } from './services/p21-sism';
|
|
25
|
+
import { ShippingClient } from './services/shipping';
|
|
26
|
+
import { SlackClient } from './services/slack';
|
|
27
|
+
import { SmartyStreetsClient } from './services/smarty-streets';
|
|
28
|
+
import { UPSClient } from './services/ups';
|
|
16
29
|
/**
|
|
17
30
|
* Interface for discovery endpoint information - re-export base discovery endpoint
|
|
18
31
|
*/
|
|
@@ -149,6 +162,19 @@ export declare class AugurAPI {
|
|
|
149
162
|
private _orders?;
|
|
150
163
|
private _p21Pim?;
|
|
151
164
|
private _payments?;
|
|
165
|
+
private _agrInfo?;
|
|
166
|
+
private _agrWork?;
|
|
167
|
+
private _avalara?;
|
|
168
|
+
private _brandFolder?;
|
|
169
|
+
private _gregorovich?;
|
|
170
|
+
private _logistics?;
|
|
171
|
+
private _p21Apis?;
|
|
172
|
+
private _p21Core?;
|
|
173
|
+
private _p21Sism?;
|
|
174
|
+
private _shipping?;
|
|
175
|
+
private _slack?;
|
|
176
|
+
private _smartyStreets?;
|
|
177
|
+
private _ups?;
|
|
152
178
|
constructor(config: AugurAPIConfig);
|
|
153
179
|
/**
|
|
154
180
|
* Create AugurAPI client from context object
|
|
@@ -228,6 +254,58 @@ export declare class AugurAPI {
|
|
|
228
254
|
* Access Payments service endpoints
|
|
229
255
|
*/
|
|
230
256
|
get payments(): PaymentsClient;
|
|
257
|
+
/**
|
|
258
|
+
* Access AGR Info service endpoints
|
|
259
|
+
*/
|
|
260
|
+
get agrInfo(): AgrInfoClient;
|
|
261
|
+
/**
|
|
262
|
+
* Access AGR Work service endpoints
|
|
263
|
+
*/
|
|
264
|
+
get agrWork(): AgrWorkClient;
|
|
265
|
+
/**
|
|
266
|
+
* Access Avalara service endpoints
|
|
267
|
+
*/
|
|
268
|
+
get avalara(): AvalaraClient;
|
|
269
|
+
/**
|
|
270
|
+
* Access Brand Folder service endpoints
|
|
271
|
+
*/
|
|
272
|
+
get brandFolder(): BrandFolderClient;
|
|
273
|
+
/**
|
|
274
|
+
* Access Gregorovich service endpoints
|
|
275
|
+
*/
|
|
276
|
+
get gregorovich(): GregorovichClient;
|
|
277
|
+
/**
|
|
278
|
+
* Access Logistics service endpoints
|
|
279
|
+
*/
|
|
280
|
+
get logistics(): LogisticsClient;
|
|
281
|
+
/**
|
|
282
|
+
* Access P21 APIs service endpoints
|
|
283
|
+
*/
|
|
284
|
+
get p21Apis(): P21ApisClient;
|
|
285
|
+
/**
|
|
286
|
+
* Access P21 Core service endpoints
|
|
287
|
+
*/
|
|
288
|
+
get p21Core(): P21CoreClient;
|
|
289
|
+
/**
|
|
290
|
+
* Access P21 SISM service endpoints
|
|
291
|
+
*/
|
|
292
|
+
get p21Sism(): P21SismClient;
|
|
293
|
+
/**
|
|
294
|
+
* Access Shipping service endpoints
|
|
295
|
+
*/
|
|
296
|
+
get shipping(): ShippingClient;
|
|
297
|
+
/**
|
|
298
|
+
* Access Slack service endpoints
|
|
299
|
+
*/
|
|
300
|
+
get slack(): SlackClient;
|
|
301
|
+
/**
|
|
302
|
+
* Access SmartyStreets service endpoints
|
|
303
|
+
*/
|
|
304
|
+
get smartyStreets(): SmartyStreetsClient;
|
|
305
|
+
/**
|
|
306
|
+
* Access UPS service endpoints
|
|
307
|
+
*/
|
|
308
|
+
get ups(): UPSClient;
|
|
231
309
|
/**
|
|
232
310
|
* Update authentication token
|
|
233
311
|
* @param bearerToken New bearer token
|
package/dist/cjs/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAwB,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,iBAAiB,IAAI,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/client.ts"],"names":[],"mappings":"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"}
|