@magentrix-corp/magentrix-sdk 1.1.9 → 1.1.10
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 +0 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,32 +188,6 @@ const config: MagentrixConfig = {
|
|
|
188
188
|
const dataService = new MagentrixClient(config)
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
## Magentrix ID Format
|
|
192
|
-
|
|
193
|
-
Magentrix uses a unique 19-character base-62 identifier format that is case-sensitive.
|
|
194
|
-
|
|
195
|
-
### ID Structure
|
|
196
|
-
|
|
197
|
-
A Magentrix ID consists of three parts:
|
|
198
|
-
|
|
199
|
-
1. **First 3 characters**: Key Prefix - Identifies the entity type (e.g., "001" for Account, "003" for Contact)
|
|
200
|
-
2. **Middle 12 characters**: Sequential base-62 number - Unique record identifier
|
|
201
|
-
3. **Last 4 characters**: Organization ID - Unique identifier for the specific client
|
|
202
|
-
|
|
203
|
-
### Example IDs
|
|
204
|
-
|
|
205
|
-
```
|
|
206
|
-
00I00000000003x0001 // Account record
|
|
207
|
-
00300000000001A0001 // Contact record
|
|
208
|
-
00500000000002B0001 // Opportunity record
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
**Important**:
|
|
212
|
-
- IDs are case-sensitive
|
|
213
|
-
- Always use the full 19-character ID when referencing records
|
|
214
|
-
- The key prefix determines the entity type
|
|
215
|
-
|
|
216
|
-
---
|
|
217
191
|
|
|
218
192
|
## API Reference
|
|
219
193
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magentrix-corp/magentrix-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "TypeScript SDK for Magentrix APIs with dual authentication modes, automatic session management, CRUD operations, and Vue 3 integration",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|