@tellescope/types-models 1.196.0 → 1.197.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/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +1 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1802,6 +1802,7 @@ export interface Integration extends Integration_readonly, Integration_required,
|
|
|
1802
1802
|
overwriteAddress?: boolean;
|
|
1803
1803
|
requirePhoneToPushEnduser?: boolean;
|
|
1804
1804
|
syncAsActive?: boolean;
|
|
1805
|
+
shardId?: string;
|
|
1805
1806
|
}
|
|
1806
1807
|
export type BuildDatabaseRecordField<K extends string, V, O> = {
|
|
1807
1808
|
type: K;
|