@tellescope/types-models 1.149.0 → 1.150.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
|
@@ -2927,6 +2927,7 @@ export interface AutomatedAction_updatesDisabled {
|
|
|
2927
2927
|
}
|
|
2928
2928
|
export interface AutomatedAction extends AutomatedAction_readonly, AutomatedAction_required, AutomatedAction_updatesDisabled {
|
|
2929
2929
|
isNOP?: boolean;
|
|
2930
|
+
cancelledBy?: string;
|
|
2930
2931
|
}
|
|
2931
2932
|
export interface UserLog_readonly extends ClientRecord {
|
|
2932
2933
|
userId: string;
|