@tellescope/types-models 1.218.0 → 1.219.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 +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -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 +2 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2698,6 +2698,7 @@ export interface AutomationForWebhook {
|
|
|
2698
2698
|
fields?: LabeledField[];
|
|
2699
2699
|
headers?: LabeledField[];
|
|
2700
2700
|
method?: 'get' | 'patch' | 'post' | 'put' | 'delete';
|
|
2701
|
+
rawJSONBody?: string;
|
|
2701
2702
|
}
|
|
2702
2703
|
export type FormResponseAutomationEvent = AutomationEventBuilder<'formResponse', {
|
|
2703
2704
|
automationStepId: string;
|
|
@@ -3172,6 +3173,7 @@ export interface EnduserObservation extends EnduserObservation_readonly, Enduser
|
|
|
3172
3173
|
classification: string;
|
|
3173
3174
|
}[];
|
|
3174
3175
|
beforeMeal?: boolean;
|
|
3176
|
+
timestampIsEstimated?: boolean;
|
|
3175
3177
|
dontTrigger?: boolean;
|
|
3176
3178
|
showWithPlotsByUnit?: string[];
|
|
3177
3179
|
invalidationReason?: string;
|