You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trackFeedHistory: z.boolean().optional().describe('Track field changes in Chatter/activity feed (Salesforce pattern)'),
461
458
caseSensitive: z.boolean().optional().describe('Whether text comparisons are case-sensitive'),
462
459
autonumberFormat: z.string().optional().describe('Auto-number display format pattern (e.g., "CASE-{0000}")'),
463
-
/** @deprecated Use `encryptionConfig` instead. Will be removed in v2.0.0 */
464
-
encryption: z.boolean().default(false).describe('DEPRECATED: Use `encryptionConfig` for enhanced encryption features. Scheduled for removal in v2.0.0'),
465
-
466
460
/** Indexing */
467
461
index: z.boolean().default(false).describe('Create standard database index'),
468
462
externalId: z.boolean().default(false).describe('Is external ID for upsert operations'),
0 commit comments