@seamapi/types 1.1034.0 → 1.1035.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.
|
@@ -80128,7 +80128,7 @@ export type Routes = {
|
|
|
80128
80128
|
/** Timestamp by which to limit returned timeline entries. Returns entries created after this timestamp. */
|
|
80129
80129
|
created_after?: Date | undefined;
|
|
80130
80130
|
/** Time range to filter timeline entries. Returns entries created between the two timestamps [start, end]. */
|
|
80131
|
-
created_between?: [
|
|
80131
|
+
created_between?: Date[] | undefined;
|
|
80132
80132
|
/** Filter timeline entries by entry type. If not specified, all entry types are returned. */
|
|
80133
80133
|
entry_types?: ('resource_created' | 'resource_updated' | 'resource_deleted' | 'event' | 'provider_call' | 'automation_run' | 'webhook_processed')[] | undefined;
|
|
80134
80134
|
/** Filter timeline entries by context type. 'request' for API requests, 'job' for background jobs. */
|
package/package.json
CHANGED
|
@@ -69903,11 +69903,7 @@ const openapi: OpenAPISpec = {
|
|
|
69903
69903
|
description:
|
|
69904
69904
|
'Deletes the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.',
|
|
69905
69905
|
operationId: 'seamCustomerV1AutomationsDeleteDelete',
|
|
69906
|
-
|
|
69907
|
-
content: {
|
|
69908
|
-
'application/json': { schema: { properties: {}, type: 'object' } },
|
|
69909
|
-
},
|
|
69910
|
-
},
|
|
69906
|
+
parameters: [],
|
|
69911
69907
|
responses: {
|
|
69912
69908
|
'200': {
|
|
69913
69909
|
content: {
|
|
@@ -96205,7 +96205,7 @@ export type Routes = {
|
|
|
96205
96205
|
/** Timestamp by which to limit returned timeline entries. Returns entries created after this timestamp. */
|
|
96206
96206
|
created_after?: Date | undefined
|
|
96207
96207
|
/** Time range to filter timeline entries. Returns entries created between the two timestamps [start, end]. */
|
|
96208
|
-
created_between?: [
|
|
96208
|
+
created_between?: Date[] | undefined
|
|
96209
96209
|
/** Filter timeline entries by entry type. If not specified, all entry types are returned. */
|
|
96210
96210
|
entry_types?:
|
|
96211
96211
|
| (
|