agent-docs 1.0.1 → 1.0.2

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.
@@ -1,6 +1,6 @@
1
1
  # Salesforce Revenue Cloud: Transaction Management
2
2
 
3
- > v1.0.0 | Editions: Enterprise, Unlimited, Developer (Lightning Experience)
3
+ > v1.0.1 | Editions: Enterprise, Unlimited, Developer (Lightning Experience)
4
4
 
5
5
  ## Quick Reference
6
6
 
@@ -559,13 +559,17 @@ Contains information about asset create/update from
559
559
  **Important:** Included in `CreateAssetOrderEvent` message; cannot subscribe
560
560
  directly.
561
561
 
562
- **Fields:** | Field | Type | Description | |-------|------|-------------| |
563
- `AssetId` | Reference | Created/updated asset ID (nillable) | | `ErrorCode` |
564
- String | Error type reference code (nillable) | | `ErrorMessage` | String |
565
- Error information (nillable) | | `EventUuid` | String | Platform event message
566
- UUID (nillable) | | `IsSuccess` | Boolean | Request success status (default:
567
- false, v61.0+) | | `OrderItemId` | Reference | Order item ID used in request
568
- (v61.0+) | | `ReplayId` | String | Event stream position (nillable) |
562
+ **Fields:**
563
+
564
+ | Field | Type | Description |
565
+ | -------------- | --------- | ----------------------------------------------- |
566
+ | `AssetId` | Reference | Created/updated asset ID (nillable) |
567
+ | `ErrorCode` | String | Error type reference code (nillable) |
568
+ | `ErrorMessage` | String | Error information (nillable) |
569
+ | `EventUuid` | String | Platform event message UUID (nillable) |
570
+ | `IsSuccess` | Boolean | Request success status (default: false, v61.0+) |
571
+ | `OrderItemId` | Reference | Order item ID used in request (v61.0+) |
572
+ | `ReplayId` | String | Event stream position (nillable) |
569
573
 
570
574
  **Supported Subscribers:** Apex Triggers, Flows, Processes, Pub/Sub API,
571
575
  Streaming API (CometD)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-docs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "A tool for generating reusable, low-token AI agent instruction documents",
6
6
  "keywords": [