@databricks/sdk-features 0.40.0 → 0.42.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/dist/package.js CHANGED
@@ -1,6 +1,6 @@
1
1
  //#region package.json
2
2
  var name = "@databricks/sdk-features";
3
- var version = "0.40.0";
3
+ var version = "0.42.0";
4
4
 
5
5
  //#endregion
6
6
  export { name, version };
@@ -1,3 +1,3 @@
1
- import { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnIdentifier, ColumnSelection, ContinuousWindow, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, CustomUdf, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, Function_ExtraParameter, Function_FunctionType, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, InputBinding, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask } from "./model.js";
1
+ import { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnSelection, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, CustomUdf, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, InputBinding, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, SourceLateness, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask } from "./model.js";
2
2
  import { FeaturesClient } from "./client.js";
3
- export { type AggregationFunction, type ApproxCountDistinctFunction, type ApproxPercentileFunction, type AuthConfig, type AvgFunction, type BackfillSource, type BatchCreateMaterializedFeaturesRequest, type BatchCreateMaterializedFeaturesResponse, type ColumnIdentifier, type ColumnSelection, type ContinuousWindow, type CountFunction, type CreateFeatureRequest, type CreateKafkaConfigRequest, type CreateMaterializedFeatureRequest, type CreateStreamRequest, type CronSchedule, type CustomUdf, type DataSource, type DeleteFeatureRequest, type DeleteKafkaConfigRequest, type DeleteMaterializedFeatureRequest, type DeleteStreamRequest, type DeltaTableSource, type DirectMtlsConfig, type DirectSchemas, type EntityColumn, type Feature, FeaturesClient, type FieldDefinition, type FirstDistinctFunction, type FirstFunction, type FirstNFunction, type FlatSchema, type Function, type Function_ExtraParameter, Function_FunctionType, type GetFeatureRequest, type GetKafkaConfigRequest, type GetMaterializedFeatureRequest, type GetStreamRequest, type IngestionConfig, type IngestionDestination, type InputBinding, type JobContext, type KafkaConfig, type KafkaSource, type KafkaStreamConfig, type KafkaSubscriptionMode, type KinesisStreamConfig, type LastDistinctFunction, type LastFunction, type LastNFunction, type LineageContext, type ListFeaturesRequest, type ListFeaturesResponse, type ListKafkaConfigsRequest, type ListKafkaConfigsResponse, type ListMaterializedFeaturesRequest, type ListMaterializedFeaturesResponse, type ListStreamsRequest, type ListStreamsResponse, type MaterializedFeature, MaterializedFeature_PipelineScheduleState, type MaxFunction, type MinFunction, type MtlsConfig, type OfflineStoreConfig, type OnlineStoreConfig, type ProtoSchemaSpec, type RequestSource, type RollingWindow, type SawtoothWindow, ScalarDataType, type SchemaConfig, type SchemaLocator, type SchemaLocator_ConfluentSchema, SchemaLocator_Format, type SchemaRegistryConfig, type SecretScopeReference, type SlidingWindow, type StddevPopFunction, type StddevSampFunction, type Stream, type StreamArnList, type StreamConnectionConfig, type StreamNameList, type StreamSchemaConfig, type StreamSource, type StreamSourceConfig, type StreamingMode, StreamingMode_StreamingModeType, type SubscriptionMode, type SumFunction, type TableTrigger, type TimeWindow, type TimeseriesColumn, type TumblingWindow, type UpdateFeatureRequest, type UpdateKafkaConfigRequest, type UpdateMaterializedFeatureRequest, type UpdateStreamRequest, type VarPopFunction, type VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask };
3
+ export { type AggregationFunction, type ApproxCountDistinctFunction, type ApproxPercentileFunction, type AuthConfig, type AvgFunction, type BackfillSource, type BatchCreateMaterializedFeaturesRequest, type BatchCreateMaterializedFeaturesResponse, type ColumnSelection, type CountFunction, type CreateFeatureRequest, type CreateKafkaConfigRequest, type CreateMaterializedFeatureRequest, type CreateStreamRequest, type CronSchedule, type CustomUdf, type DataSource, type DeleteFeatureRequest, type DeleteKafkaConfigRequest, type DeleteMaterializedFeatureRequest, type DeleteStreamRequest, type DeltaTableSource, type DirectMtlsConfig, type DirectSchemas, type EntityColumn, type Feature, FeaturesClient, type FieldDefinition, type FirstDistinctFunction, type FirstFunction, type FirstNFunction, type FlatSchema, type Function, type GetFeatureRequest, type GetKafkaConfigRequest, type GetMaterializedFeatureRequest, type GetStreamRequest, type IngestionConfig, type IngestionDestination, type InputBinding, type JobContext, type KafkaConfig, type KafkaSource, type KafkaStreamConfig, type KafkaSubscriptionMode, type KinesisStreamConfig, type LastDistinctFunction, type LastFunction, type LastNFunction, type LineageContext, type ListFeaturesRequest, type ListFeaturesResponse, type ListKafkaConfigsRequest, type ListKafkaConfigsResponse, type ListMaterializedFeaturesRequest, type ListMaterializedFeaturesResponse, type ListStreamsRequest, type ListStreamsResponse, type MaterializedFeature, MaterializedFeature_PipelineScheduleState, type MaxFunction, type MinFunction, type MtlsConfig, type OfflineStoreConfig, type OnlineStoreConfig, type ProtoSchemaSpec, type RequestSource, type RollingWindow, type SawtoothWindow, ScalarDataType, type SchemaConfig, type SchemaLocator, type SchemaLocator_ConfluentSchema, SchemaLocator_Format, type SchemaRegistryConfig, type SecretScopeReference, type SlidingWindow, type SourceLateness, type StddevPopFunction, type StddevSampFunction, type Stream, type StreamArnList, type StreamConnectionConfig, type StreamNameList, type StreamSchemaConfig, type StreamSource, type StreamSourceConfig, type StreamingMode, StreamingMode_StreamingModeType, type SubscriptionMode, type SumFunction, type TableTrigger, type TimeWindow, type TimeseriesColumn, type TumblingWindow, type UpdateFeatureRequest, type UpdateKafkaConfigRequest, type UpdateMaterializedFeatureRequest, type UpdateStreamRequest, type VarPopFunction, type VarSampFunction, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask };
package/dist/v1/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Function_FunctionType, MaterializedFeature_PipelineScheduleState, ScalarDataType, SchemaLocator_Format, StreamingMode_StreamingModeType, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask } from "./model.js";
1
+ import { MaterializedFeature_PipelineScheduleState, ScalarDataType, SchemaLocator_Format, StreamingMode_StreamingModeType, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask } from "./model.js";
2
2
  import { FeaturesClient } from "./client.js";
3
3
 
4
- export { FeaturesClient, Function_FunctionType, MaterializedFeature_PipelineScheduleState, ScalarDataType, SchemaLocator_Format, StreamingMode_StreamingModeType, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask };
4
+ export { FeaturesClient, MaterializedFeature_PipelineScheduleState, ScalarDataType, SchemaLocator_Format, StreamingMode_StreamingModeType, featureFieldMask, kafkaConfigFieldMask, materializedFeatureFieldMask, streamFieldMask };
@@ -22,24 +22,6 @@ declare const ScalarDataType: {
22
22
  readonly DECIMAL: "DECIMAL";
23
23
  };
24
24
  type ScalarDataType = (typeof ScalarDataType)[keyof typeof ScalarDataType] | (string & {});
25
- /** Deprecated: Use the function-specific messages in AggregationFunction.function_type oneof instead. Kept for backwards compatibility. */
26
- declare const Function_FunctionType: {
27
- readonly FUNCTION_TYPE_UNSPECIFIED: "FUNCTION_TYPE_UNSPECIFIED";
28
- readonly AVG: "AVG";
29
- readonly COUNT: "COUNT";
30
- readonly SUM: "SUM";
31
- readonly MIN: "MIN";
32
- readonly MAX: "MAX";
33
- readonly FIRST: "FIRST";
34
- readonly LAST: "LAST";
35
- readonly APPROX_COUNT_DISTINCT: "APPROX_COUNT_DISTINCT";
36
- readonly APPROX_PERCENTILE: "APPROX_PERCENTILE";
37
- readonly STDDEV_POP: "STDDEV_POP";
38
- readonly STDDEV_SAMP: "STDDEV_SAMP";
39
- readonly VAR_POP: "VAR_POP";
40
- readonly VAR_SAMP: "VAR_SAMP";
41
- };
42
- type Function_FunctionType = (typeof Function_FunctionType)[keyof typeof Function_FunctionType] | (string & {});
43
25
  declare const MaterializedFeature_PipelineScheduleState: {
44
26
  /** Default value, not used. */readonly PIPELINE_SCHEDULE_STATE_UNSPECIFIED: "PIPELINE_SCHEDULE_STATE_UNSPECIFIED"; /** Pipeline was configured to run once then stop. */
45
27
  readonly SNAPSHOT: "SNAPSHOT"; /** Pipeline is actively running and computing features. */
@@ -185,25 +167,11 @@ interface BatchCreateMaterializedFeaturesResponse {
185
167
  /** The created materialized features with assigned IDs. */
186
168
  materializedFeatures?: MaterializedFeature[] | undefined;
187
169
  }
188
- interface ColumnIdentifier {
189
- /**
190
- * String representation of the column name using dot-prefixed path notation. For nested fields, the leaf value is what will be present in materialized tables
191
- * and expected to match at query time. For example, the leaf node of value.trip_details.location_details.pickup_zip is pickup_zip.
192
- */
193
- variantExprPath?: string | undefined;
194
- }
195
- /** A ColumnSelection function, equivalent to the LAST() record of an entity over a lifetime ContinuousWindow */
170
+ /** A ColumnSelection function, equivalent to the LAST() record of an entity over a lifetime window */
196
171
  interface ColumnSelection {
197
172
  /** Column name from source to select as the feature value. */
198
173
  column?: string | undefined;
199
174
  }
200
- /** Deprecated: use RollingWindow with `delay` instead. */
201
- interface ContinuousWindow {
202
- /** The duration of the continuous window (must be positive). */
203
- windowDuration?: Temporal.Duration | undefined;
204
- /** The offset of the continuous window (must be non-positive). */
205
- offset?: Temporal.Duration | undefined;
206
- }
207
175
  /** Computes the count of values. */
208
176
  interface CountFunction {
209
177
  /**
@@ -263,6 +231,11 @@ interface DataSource {
263
231
  $case: 'streamSource'; /** A Stream data source. */
264
232
  streamSource: StreamSource;
265
233
  } | undefined;
234
+ /**
235
+ * Completeness timing for this Feature's use of the source. This configuration is part of the
236
+ * Feature definition; it does not modify the underlying table or stream.
237
+ */
238
+ lateness?: SourceLateness | undefined;
266
239
  }
267
240
  interface DeleteFeatureRequest {
268
241
  /** Name of the feature to delete. */
@@ -284,16 +257,6 @@ interface DeleteStreamRequest {
284
257
  interface DeltaTableSource {
285
258
  /** The full three-part (catalog, schema, table) name of the Delta table. */
286
259
  fullName?: string | undefined;
287
- /**
288
- * Deprecated: Use Feature.entity instead. Kept for backwards compatibility.
289
- * The entity columns of the Delta table.
290
- */
291
- entityColumns?: string[] | undefined;
292
- /**
293
- * Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility.
294
- * The timeseries column of the Delta table.
295
- */
296
- timeseriesColumn?: string | undefined;
297
260
  /** Single WHERE clause to filter delta table before applying transformations. Will be row-wise evaluated, so should only include conditionals and projections. */
298
261
  filterCondition?: string | undefined;
299
262
  /**
@@ -355,25 +318,10 @@ interface Feature {
355
318
  fullName?: string | undefined;
356
319
  /** The data source of the feature. */
357
320
  source?: DataSource | undefined;
358
- /**
359
- * Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility.
360
- * The input columns from which the feature is computed.
361
- */
362
- inputs?: string[] | undefined;
363
321
  /** The function by which the feature is computed. */
364
322
  function?: Function | undefined;
365
- /**
366
- * Deprecated: Use Function.aggregation_function.time_window instead. Kept for backwards compatibility.
367
- * The time window in which the feature is computed.
368
- */
369
- timeWindow?: TimeWindow | undefined;
370
323
  /** The description of the feature. */
371
324
  description?: string | undefined;
372
- /**
373
- * Deprecated: Use DeltaTableSource.filter_condition or KafkaSource.filter_condition instead. Kept for backwards compatibility.
374
- * The filter condition applied to the source data before aggregation.
375
- */
376
- filterCondition?: string | undefined;
377
325
  /**
378
326
  * Lineage context information for this feature.
379
327
  * WARNING: This field is primarily intended for internal use by <Databricks> systems and
@@ -435,16 +383,6 @@ interface FlatSchema {
435
383
  fields?: FieldDefinition[] | undefined;
436
384
  }
437
385
  interface Function {
438
- /**
439
- * Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
440
- * The type of the function.
441
- */
442
- functionType?: Function_FunctionType | undefined;
443
- /**
444
- * Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
445
- * Extra parameters for parameterized functions.
446
- */
447
- extraParameters?: Function_ExtraParameter[] | undefined;
448
386
  function?: {
449
387
  $case: 'aggregationFunction'; /** An aggregation function applied over a time window. */
450
388
  aggregationFunction: AggregationFunction;
@@ -456,16 +394,6 @@ interface Function {
456
394
  customUdf: CustomUdf;
457
395
  } | undefined;
458
396
  }
459
- /**
460
- * Deprecated: Use typed fields on function-specific messages (e.g. ApproxPercentileFunction.percentile)
461
- * or AggregationFunction.ExtraParameter instead. Kept for backwards compatibility.
462
- */
463
- interface Function_ExtraParameter {
464
- /** The name of the parameter. */
465
- key?: string | undefined;
466
- /** The value of the parameter. */
467
- value?: string | undefined;
468
- }
469
397
  interface GetFeatureRequest {
470
398
  /** Name of the feature to get. */
471
399
  fullName?: string | undefined;
@@ -569,16 +497,6 @@ interface KafkaConfig {
569
497
  interface KafkaSource {
570
498
  /** Name of the Kafka source, used to identify it. This is used to look up the corresponding KafkaConfig object. Can be distinct from topic name. */
571
499
  name?: string | undefined;
572
- /**
573
- * Deprecated: Use Feature.entity instead. Kept for backwards compatibility.
574
- * The entity column identifiers of the Kafka source.
575
- */
576
- entityColumnIdentifiers?: ColumnIdentifier[] | undefined;
577
- /**
578
- * Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility.
579
- * The timeseries column identifier of the Kafka source.
580
- */
581
- timeseriesColumnIdentifier?: ColumnIdentifier | undefined;
582
500
  /** The filter condition applied to the source data before aggregation. */
583
501
  filterCondition?: string | undefined;
584
502
  }
@@ -777,11 +695,6 @@ interface MaterializedFeature {
777
695
  * If the pipeline has not run yet, this field will be null.
778
696
  */
779
697
  lastMaterializationTime?: Temporal.Instant | undefined;
780
- /**
781
- * The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone.
782
- * Hidden from GraphQL: superseded by the `trigger` oneof (cron_schedule_trigger), so not exposed to Catalog Explorer.
783
- */
784
- cronSchedule?: string | undefined;
785
698
  /** True if this is an online materialized feature. False if it is an offline materialized feature. */
786
699
  isOnline?: boolean | undefined;
787
700
  /** The trigger configuration for the materialization pipeline. */
@@ -917,11 +830,7 @@ interface RequestSource {
917
830
  flatSchema: FlatSchema;
918
831
  } | undefined;
919
832
  }
920
- /**
921
- * A rolling time window with an optional delay. This is the SQL-spec-aligned
922
- * replacement for ContinuousWindow: `delay` is the non-negative counterpart
923
- * of the legacy non-positive `ContinuousWindow.offset`.
924
- */
833
+ /** A rolling time window with an optional non-negative delay. */
925
834
  interface RollingWindow {
926
835
  /**
927
836
  * The duration of the rolling window. Must be positive when set; absent means lifetime
@@ -1028,6 +937,29 @@ interface SlidingWindow {
1028
937
  windowDuration?: Temporal.Duration | undefined;
1029
938
  /** The slide duration (interval by which windows advance, must be positive and less than duration). */
1030
939
  slideDuration?: Temporal.Duration | undefined;
940
+ /**
941
+ * Non-negative analytic lag that evaluates the window this far in the past. Use this for timing
942
+ * variations unrelated to source lateness, such as a 30-day count as of one week ago. If unset,
943
+ * the analytic lag is zero. It composes with source.lateness when both are set.
944
+ */
945
+ delay?: Temporal.Duration | undefined;
946
+ /**
947
+ * Non-negative phase shift from the default midnight UTC alignment. For example, offset=22h on
948
+ * a 24h slide produces boundaries at 22:00 UTC (17:00 New York in standard time) instead of
949
+ * midnight UTC. If unset, the offset is zero. Must be shorter than slide_duration (and therefore
950
+ * window_duration).
951
+ */
952
+ offset?: Temporal.Duration | undefined;
953
+ }
954
+ /** Configures when event-time data from this source is considered complete for a Feature. */
955
+ interface SourceLateness {
956
+ /**
957
+ * Non-negative time to wait after a window ends before treating its source data as complete.
958
+ * Training shifts the eligible evaluation time backwards by this duration so it does not join
959
+ * data that would still have been settling online. Materialization waits for the duration to
960
+ * elapse before publishing the window. If unset, source data is considered settled immediately.
961
+ */
962
+ settlingDelay?: Temporal.Duration | undefined;
1031
963
  }
1032
964
  /** Computes the population standard deviation. */
1033
965
  interface StddevPopFunction {
@@ -1193,9 +1125,6 @@ interface SumFunction {
1193
1125
  interface TableTrigger {}
1194
1126
  interface TimeWindow {
1195
1127
  windowType?: {
1196
- $case: 'continuous';
1197
- continuous: ContinuousWindow;
1198
- } | {
1199
1128
  $case: 'tumbling';
1200
1129
  tumbling: TumblingWindow;
1201
1130
  } | {
@@ -1208,6 +1137,16 @@ interface TimeWindow {
1208
1137
  $case: 'sawtooth'; /** A sawtooth window served via the hybrid batch + streaming path. */
1209
1138
  sawtooth: SawtoothWindow;
1210
1139
  } | undefined;
1140
+ /**
1141
+ * Earliest event-time boundary at which the Feature may emit an output. This gates outputs, not
1142
+ * the historical inputs read by a window. For example, a 365-day window with
1143
+ * start_time=2026-01-01 begins emitting partial-window values on that date instead of waiting
1144
+ * for 365 days of data; a lifetime window produces no output before start_time. If unset,
1145
+ * tumbling and fixed-duration sliding windows first emit at an offset-aligned boundary after a
1146
+ * full window can be formed. If unset, lifetime sliding windows and rolling windows emit as soon as
1147
+ * eligible source data exists.
1148
+ */
1149
+ startTime?: Temporal.Instant | undefined;
1211
1150
  }
1212
1151
  interface TimeseriesColumn {
1213
1152
  /**
@@ -1223,6 +1162,18 @@ interface TimeseriesColumn {
1223
1162
  interface TumblingWindow {
1224
1163
  /** The duration of each tumbling window (non-overlapping, fixed-duration windows). */
1225
1164
  windowDuration?: Temporal.Duration | undefined;
1165
+ /**
1166
+ * Non-negative analytic lag that evaluates the window this far in the past. Use this for timing
1167
+ * variations unrelated to source lateness, such as a 30-day count as of one week ago. If unset,
1168
+ * the analytic lag is zero. It composes with source.lateness when both are set.
1169
+ */
1170
+ delay?: Temporal.Duration | undefined;
1171
+ /**
1172
+ * Non-negative phase shift from the default midnight UTC alignment. For example, offset=22h on
1173
+ * a 24h window produces boundaries at 22:00 UTC (17:00 New York in standard time) instead of
1174
+ * midnight UTC. If unset, the offset is zero. Must be shorter than window_duration.
1175
+ */
1176
+ offset?: Temporal.Duration | undefined;
1226
1177
  }
1227
1178
  interface UpdateFeatureRequest {
1228
1179
  /** Feature to update. */
@@ -1269,9 +1220,7 @@ declare const unmarshalAuthConfigSchema: z.ZodType<AuthConfig>;
1269
1220
  declare const unmarshalAvgFunctionSchema: z.ZodType<AvgFunction>;
1270
1221
  declare const unmarshalBackfillSourceSchema: z.ZodType<BackfillSource>;
1271
1222
  declare const unmarshalBatchCreateMaterializedFeaturesResponseSchema: z.ZodType<BatchCreateMaterializedFeaturesResponse>;
1272
- declare const unmarshalColumnIdentifierSchema: z.ZodType<ColumnIdentifier>;
1273
1223
  declare const unmarshalColumnSelectionSchema: z.ZodType<ColumnSelection>;
1274
- declare const unmarshalContinuousWindowSchema: z.ZodType<ContinuousWindow>;
1275
1224
  declare const unmarshalCountFunctionSchema: z.ZodType<CountFunction>;
1276
1225
  declare const unmarshalCronScheduleSchema: z.ZodType<CronSchedule>;
1277
1226
  declare const unmarshalCustomUdfSchema: z.ZodType<CustomUdf>;
@@ -1287,7 +1236,6 @@ declare const unmarshalFirstFunctionSchema: z.ZodType<FirstFunction>;
1287
1236
  declare const unmarshalFirstNFunctionSchema: z.ZodType<FirstNFunction>;
1288
1237
  declare const unmarshalFlatSchemaSchema: z.ZodType<FlatSchema>;
1289
1238
  declare const unmarshalFunctionSchema: z.ZodType<Function>;
1290
- declare const unmarshalFunction_ExtraParameterSchema: z.ZodType<Function_ExtraParameter>;
1291
1239
  declare const unmarshalIngestionConfigSchema: z.ZodType<IngestionConfig>;
1292
1240
  declare const unmarshalIngestionDestinationSchema: z.ZodType<IngestionDestination>;
1293
1241
  declare const unmarshalInputBindingSchema: z.ZodType<InputBinding>;
@@ -1321,6 +1269,7 @@ declare const unmarshalSchemaLocator_ConfluentSchemaSchema: z.ZodType<SchemaLoca
1321
1269
  declare const unmarshalSchemaRegistryConfigSchema: z.ZodType<SchemaRegistryConfig>;
1322
1270
  declare const unmarshalSecretScopeReferenceSchema: z.ZodType<SecretScopeReference>;
1323
1271
  declare const unmarshalSlidingWindowSchema: z.ZodType<SlidingWindow>;
1272
+ declare const unmarshalSourceLatenessSchema: z.ZodType<SourceLateness>;
1324
1273
  declare const unmarshalStddevPopFunctionSchema: z.ZodType<StddevPopFunction>;
1325
1274
  declare const unmarshalStddevSampFunctionSchema: z.ZodType<StddevSampFunction>;
1326
1275
  declare const unmarshalStreamSchema: z.ZodType<Stream>;
@@ -1346,9 +1295,7 @@ declare const marshalAuthConfigSchema: z.ZodType;
1346
1295
  declare const marshalAvgFunctionSchema: z.ZodType;
1347
1296
  declare const marshalBackfillSourceSchema: z.ZodType;
1348
1297
  declare const marshalBatchCreateMaterializedFeaturesRequestSchema: z.ZodType;
1349
- declare const marshalColumnIdentifierSchema: z.ZodType;
1350
1298
  declare const marshalColumnSelectionSchema: z.ZodType;
1351
- declare const marshalContinuousWindowSchema: z.ZodType;
1352
1299
  declare const marshalCountFunctionSchema: z.ZodType;
1353
1300
  declare const marshalCreateMaterializedFeatureRequestSchema: z.ZodType;
1354
1301
  declare const marshalCronScheduleSchema: z.ZodType;
@@ -1365,7 +1312,6 @@ declare const marshalFirstFunctionSchema: z.ZodType;
1365
1312
  declare const marshalFirstNFunctionSchema: z.ZodType;
1366
1313
  declare const marshalFlatSchemaSchema: z.ZodType;
1367
1314
  declare const marshalFunctionSchema: z.ZodType;
1368
- declare const marshalFunction_ExtraParameterSchema: z.ZodType;
1369
1315
  declare const marshalIngestionConfigSchema: z.ZodType;
1370
1316
  declare const marshalIngestionDestinationSchema: z.ZodType;
1371
1317
  declare const marshalInputBindingSchema: z.ZodType;
@@ -1395,6 +1341,7 @@ declare const marshalSchemaLocator_ConfluentSchemaSchema: z.ZodType;
1395
1341
  declare const marshalSchemaRegistryConfigSchema: z.ZodType;
1396
1342
  declare const marshalSecretScopeReferenceSchema: z.ZodType;
1397
1343
  declare const marshalSlidingWindowSchema: z.ZodType;
1344
+ declare const marshalSourceLatenessSchema: z.ZodType;
1398
1345
  declare const marshalStddevPopFunctionSchema: z.ZodType;
1399
1346
  declare const marshalStddevSampFunctionSchema: z.ZodType;
1400
1347
  declare const marshalStreamSchema: z.ZodType;
@@ -1418,5 +1365,5 @@ declare function kafkaConfigFieldMask(...paths: string[]): FieldMask<KafkaConfig
1418
1365
  declare function materializedFeatureFieldMask(...paths: string[]): FieldMask<MaterializedFeature>;
1419
1366
  declare function streamFieldMask(...paths: string[]): FieldMask<Stream>;
1420
1367
  //#endregion
1421
- export { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnIdentifier, ColumnSelection, ContinuousWindow, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, CustomUdf, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, Function_ExtraParameter, Function_FunctionType, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, InputBinding, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, marshalAggregationFunctionSchema, marshalApproxCountDistinctFunctionSchema, marshalApproxPercentileFunctionSchema, marshalAuthConfigSchema, marshalAvgFunctionSchema, marshalBackfillSourceSchema, marshalBatchCreateMaterializedFeaturesRequestSchema, marshalColumnIdentifierSchema, marshalColumnSelectionSchema, marshalContinuousWindowSchema, marshalCountFunctionSchema, marshalCreateMaterializedFeatureRequestSchema, marshalCronScheduleSchema, marshalCustomUdfSchema, marshalDataSourceSchema, marshalDeltaTableSourceSchema, marshalDirectMtlsConfigSchema, marshalDirectSchemasSchema, marshalEntityColumnSchema, marshalFeatureSchema, marshalFieldDefinitionSchema, marshalFirstDistinctFunctionSchema, marshalFirstFunctionSchema, marshalFirstNFunctionSchema, marshalFlatSchemaSchema, marshalFunctionSchema, marshalFunction_ExtraParameterSchema, marshalIngestionConfigSchema, marshalIngestionDestinationSchema, marshalInputBindingSchema, marshalJobContextSchema, marshalKafkaConfigSchema, marshalKafkaSourceSchema, marshalKafkaStreamConfigSchema, marshalKafkaSubscriptionModeSchema, marshalKinesisStreamConfigSchema, marshalLastDistinctFunctionSchema, marshalLastFunctionSchema, marshalLastNFunctionSchema, marshalLineageContextSchema, marshalMaterializedFeatureSchema, marshalMaxFunctionSchema, marshalMinFunctionSchema, marshalMtlsConfigSchema, marshalOfflineStoreConfigSchema, marshalOnlineStoreConfigSchema, marshalProtoSchemaSpecSchema, marshalRequestSourceSchema, marshalRollingWindowSchema, marshalSawtoothWindowSchema, marshalSchemaConfigSchema, marshalSchemaLocatorSchema, marshalSchemaLocator_ConfluentSchemaSchema, marshalSchemaRegistryConfigSchema, marshalSecretScopeReferenceSchema, marshalSlidingWindowSchema, marshalStddevPopFunctionSchema, marshalStddevSampFunctionSchema, marshalStreamArnListSchema, marshalStreamConnectionConfigSchema, marshalStreamNameListSchema, marshalStreamSchema, marshalStreamSchemaConfigSchema, marshalStreamSourceConfigSchema, marshalStreamSourceSchema, marshalStreamingModeSchema, marshalSubscriptionModeSchema, marshalSumFunctionSchema, marshalTableTriggerSchema, marshalTimeWindowSchema, marshalTimeseriesColumnSchema, marshalTumblingWindowSchema, marshalVarPopFunctionSchema, marshalVarSampFunctionSchema, materializedFeatureFieldMask, streamFieldMask, unmarshalAggregationFunctionSchema, unmarshalApproxCountDistinctFunctionSchema, unmarshalApproxPercentileFunctionSchema, unmarshalAuthConfigSchema, unmarshalAvgFunctionSchema, unmarshalBackfillSourceSchema, unmarshalBatchCreateMaterializedFeaturesResponseSchema, unmarshalColumnIdentifierSchema, unmarshalColumnSelectionSchema, unmarshalContinuousWindowSchema, unmarshalCountFunctionSchema, unmarshalCronScheduleSchema, unmarshalCustomUdfSchema, unmarshalDataSourceSchema, unmarshalDeltaTableSourceSchema, unmarshalDirectMtlsConfigSchema, unmarshalDirectSchemasSchema, unmarshalEntityColumnSchema, unmarshalFeatureSchema, unmarshalFieldDefinitionSchema, unmarshalFirstDistinctFunctionSchema, unmarshalFirstFunctionSchema, unmarshalFirstNFunctionSchema, unmarshalFlatSchemaSchema, unmarshalFunctionSchema, unmarshalFunction_ExtraParameterSchema, unmarshalIngestionConfigSchema, unmarshalIngestionDestinationSchema, unmarshalInputBindingSchema, unmarshalJobContextSchema, unmarshalKafkaConfigSchema, unmarshalKafkaSourceSchema, unmarshalKafkaStreamConfigSchema, unmarshalKafkaSubscriptionModeSchema, unmarshalKinesisStreamConfigSchema, unmarshalLastDistinctFunctionSchema, unmarshalLastFunctionSchema, unmarshalLastNFunctionSchema, unmarshalLineageContextSchema, unmarshalListFeaturesResponseSchema, unmarshalListKafkaConfigsResponseSchema, unmarshalListMaterializedFeaturesResponseSchema, unmarshalListStreamsResponseSchema, unmarshalMaterializedFeatureSchema, unmarshalMaxFunctionSchema, unmarshalMinFunctionSchema, unmarshalMtlsConfigSchema, unmarshalOfflineStoreConfigSchema, unmarshalOnlineStoreConfigSchema, unmarshalProtoSchemaSpecSchema, unmarshalRequestSourceSchema, unmarshalRollingWindowSchema, unmarshalSawtoothWindowSchema, unmarshalSchemaConfigSchema, unmarshalSchemaLocatorSchema, unmarshalSchemaLocator_ConfluentSchemaSchema, unmarshalSchemaRegistryConfigSchema, unmarshalSecretScopeReferenceSchema, unmarshalSlidingWindowSchema, unmarshalStddevPopFunctionSchema, unmarshalStddevSampFunctionSchema, unmarshalStreamArnListSchema, unmarshalStreamConnectionConfigSchema, unmarshalStreamNameListSchema, unmarshalStreamSchema, unmarshalStreamSchemaConfigSchema, unmarshalStreamSourceConfigSchema, unmarshalStreamSourceSchema, unmarshalStreamingModeSchema, unmarshalSubscriptionModeSchema, unmarshalSumFunctionSchema, unmarshalTableTriggerSchema, unmarshalTimeWindowSchema, unmarshalTimeseriesColumnSchema, unmarshalTumblingWindowSchema, unmarshalVarPopFunctionSchema, unmarshalVarSampFunctionSchema };
1368
+ export { AggregationFunction, ApproxCountDistinctFunction, ApproxPercentileFunction, AuthConfig, AvgFunction, BackfillSource, BatchCreateMaterializedFeaturesRequest, BatchCreateMaterializedFeaturesResponse, ColumnSelection, CountFunction, CreateFeatureRequest, CreateKafkaConfigRequest, CreateMaterializedFeatureRequest, CreateStreamRequest, CronSchedule, CustomUdf, DataSource, DeleteFeatureRequest, DeleteKafkaConfigRequest, DeleteMaterializedFeatureRequest, DeleteStreamRequest, DeltaTableSource, DirectMtlsConfig, DirectSchemas, EntityColumn, Feature, FieldDefinition, FirstDistinctFunction, FirstFunction, FirstNFunction, FlatSchema, Function, GetFeatureRequest, GetKafkaConfigRequest, GetMaterializedFeatureRequest, GetStreamRequest, IngestionConfig, IngestionDestination, InputBinding, JobContext, KafkaConfig, KafkaSource, KafkaStreamConfig, KafkaSubscriptionMode, KinesisStreamConfig, LastDistinctFunction, LastFunction, LastNFunction, LineageContext, ListFeaturesRequest, ListFeaturesResponse, ListKafkaConfigsRequest, ListKafkaConfigsResponse, ListMaterializedFeaturesRequest, ListMaterializedFeaturesResponse, ListStreamsRequest, ListStreamsResponse, MaterializedFeature, MaterializedFeature_PipelineScheduleState, MaxFunction, MinFunction, MtlsConfig, OfflineStoreConfig, OnlineStoreConfig, ProtoSchemaSpec, RequestSource, RollingWindow, SawtoothWindow, ScalarDataType, SchemaConfig, SchemaLocator, SchemaLocator_ConfluentSchema, SchemaLocator_Format, SchemaRegistryConfig, SecretScopeReference, SlidingWindow, SourceLateness, StddevPopFunction, StddevSampFunction, Stream, StreamArnList, StreamConnectionConfig, StreamNameList, StreamSchemaConfig, StreamSource, StreamSourceConfig, StreamingMode, StreamingMode_StreamingModeType, SubscriptionMode, SumFunction, TableTrigger, TimeWindow, TimeseriesColumn, TumblingWindow, UpdateFeatureRequest, UpdateKafkaConfigRequest, UpdateMaterializedFeatureRequest, UpdateStreamRequest, VarPopFunction, VarSampFunction, featureFieldMask, kafkaConfigFieldMask, marshalAggregationFunctionSchema, marshalApproxCountDistinctFunctionSchema, marshalApproxPercentileFunctionSchema, marshalAuthConfigSchema, marshalAvgFunctionSchema, marshalBackfillSourceSchema, marshalBatchCreateMaterializedFeaturesRequestSchema, marshalColumnSelectionSchema, marshalCountFunctionSchema, marshalCreateMaterializedFeatureRequestSchema, marshalCronScheduleSchema, marshalCustomUdfSchema, marshalDataSourceSchema, marshalDeltaTableSourceSchema, marshalDirectMtlsConfigSchema, marshalDirectSchemasSchema, marshalEntityColumnSchema, marshalFeatureSchema, marshalFieldDefinitionSchema, marshalFirstDistinctFunctionSchema, marshalFirstFunctionSchema, marshalFirstNFunctionSchema, marshalFlatSchemaSchema, marshalFunctionSchema, marshalIngestionConfigSchema, marshalIngestionDestinationSchema, marshalInputBindingSchema, marshalJobContextSchema, marshalKafkaConfigSchema, marshalKafkaSourceSchema, marshalKafkaStreamConfigSchema, marshalKafkaSubscriptionModeSchema, marshalKinesisStreamConfigSchema, marshalLastDistinctFunctionSchema, marshalLastFunctionSchema, marshalLastNFunctionSchema, marshalLineageContextSchema, marshalMaterializedFeatureSchema, marshalMaxFunctionSchema, marshalMinFunctionSchema, marshalMtlsConfigSchema, marshalOfflineStoreConfigSchema, marshalOnlineStoreConfigSchema, marshalProtoSchemaSpecSchema, marshalRequestSourceSchema, marshalRollingWindowSchema, marshalSawtoothWindowSchema, marshalSchemaConfigSchema, marshalSchemaLocatorSchema, marshalSchemaLocator_ConfluentSchemaSchema, marshalSchemaRegistryConfigSchema, marshalSecretScopeReferenceSchema, marshalSlidingWindowSchema, marshalSourceLatenessSchema, marshalStddevPopFunctionSchema, marshalStddevSampFunctionSchema, marshalStreamArnListSchema, marshalStreamConnectionConfigSchema, marshalStreamNameListSchema, marshalStreamSchema, marshalStreamSchemaConfigSchema, marshalStreamSourceConfigSchema, marshalStreamSourceSchema, marshalStreamingModeSchema, marshalSubscriptionModeSchema, marshalSumFunctionSchema, marshalTableTriggerSchema, marshalTimeWindowSchema, marshalTimeseriesColumnSchema, marshalTumblingWindowSchema, marshalVarPopFunctionSchema, marshalVarSampFunctionSchema, materializedFeatureFieldMask, streamFieldMask, unmarshalAggregationFunctionSchema, unmarshalApproxCountDistinctFunctionSchema, unmarshalApproxPercentileFunctionSchema, unmarshalAuthConfigSchema, unmarshalAvgFunctionSchema, unmarshalBackfillSourceSchema, unmarshalBatchCreateMaterializedFeaturesResponseSchema, unmarshalColumnSelectionSchema, unmarshalCountFunctionSchema, unmarshalCronScheduleSchema, unmarshalCustomUdfSchema, unmarshalDataSourceSchema, unmarshalDeltaTableSourceSchema, unmarshalDirectMtlsConfigSchema, unmarshalDirectSchemasSchema, unmarshalEntityColumnSchema, unmarshalFeatureSchema, unmarshalFieldDefinitionSchema, unmarshalFirstDistinctFunctionSchema, unmarshalFirstFunctionSchema, unmarshalFirstNFunctionSchema, unmarshalFlatSchemaSchema, unmarshalFunctionSchema, unmarshalIngestionConfigSchema, unmarshalIngestionDestinationSchema, unmarshalInputBindingSchema, unmarshalJobContextSchema, unmarshalKafkaConfigSchema, unmarshalKafkaSourceSchema, unmarshalKafkaStreamConfigSchema, unmarshalKafkaSubscriptionModeSchema, unmarshalKinesisStreamConfigSchema, unmarshalLastDistinctFunctionSchema, unmarshalLastFunctionSchema, unmarshalLastNFunctionSchema, unmarshalLineageContextSchema, unmarshalListFeaturesResponseSchema, unmarshalListKafkaConfigsResponseSchema, unmarshalListMaterializedFeaturesResponseSchema, unmarshalListStreamsResponseSchema, unmarshalMaterializedFeatureSchema, unmarshalMaxFunctionSchema, unmarshalMinFunctionSchema, unmarshalMtlsConfigSchema, unmarshalOfflineStoreConfigSchema, unmarshalOnlineStoreConfigSchema, unmarshalProtoSchemaSpecSchema, unmarshalRequestSourceSchema, unmarshalRollingWindowSchema, unmarshalSawtoothWindowSchema, unmarshalSchemaConfigSchema, unmarshalSchemaLocatorSchema, unmarshalSchemaLocator_ConfluentSchemaSchema, unmarshalSchemaRegistryConfigSchema, unmarshalSecretScopeReferenceSchema, unmarshalSlidingWindowSchema, unmarshalSourceLatenessSchema, unmarshalStddevPopFunctionSchema, unmarshalStddevSampFunctionSchema, unmarshalStreamArnListSchema, unmarshalStreamConnectionConfigSchema, unmarshalStreamNameListSchema, unmarshalStreamSchema, unmarshalStreamSchemaConfigSchema, unmarshalStreamSourceConfigSchema, unmarshalStreamSourceSchema, unmarshalStreamingModeSchema, unmarshalSubscriptionModeSchema, unmarshalSumFunctionSchema, unmarshalTableTriggerSchema, unmarshalTimeWindowSchema, unmarshalTimeseriesColumnSchema, unmarshalTumblingWindowSchema, unmarshalVarPopFunctionSchema, unmarshalVarSampFunctionSchema };
1422
1369
  //# sourceMappingURL=model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","names":[],"sources":["../../src/v1/model.ts"],"mappings":";;;;;;;AAYA;;cAAa,cAAA;EAAA;;;;;;;;;;;;;KAcD,cAAA,WACA,cAAA,eAA6B,cAAA;;cAK5B,qBAAA;EAAA;;;;;;;;;;;;;;;KAiBD,qBAAA,WACA,qBAAA,eAAoC,qBAAA;AAAA,cAInC,yCAAA;;;;;;KAWD,yCAAA,WACA,yCAAA,eAAwD,yCAAA;;cAKvD,oBAAA;EAjBA;;;;;KA4BD,oBAAA,WACA,oBAAA,eAAmC,oBAAA;AAAA,cAIlC,+BAAA;EAtBwC;EACzC;;AAKZ;;EALY;EAcF;;;;;EAAA;;KAuBE,+BAAA,WACA,+BAAA,eAA8C,+BAAA;;UAIzC,mBAAA;EAzBL;EA2BV,SAAA;IACK,KAAA;IAAc,GAAA,EAAK,WAAA;EAAA;IACnB,KAAA;IAAwB,aAAA,EAAe,aAAA;EAAA;IACvC,KAAA;IAAc,GAAA,EAAK,WAAA;EAAA;IACnB,KAAA;IAAc,GAAA,EAAK,WAAA;EAAA;IACnB,KAAA;IAAc,GAAA,EAAK,WAAA;EAAA;IACnB,KAAA;IAAgB,KAAA,EAAO,aAAA;EAAA;IACvB,KAAA;IAAe,IAAA,EAAM,YAAA;EAAA;IAEpB,KAAA;IACA,mBAAA,EAAqB,2BAAA;EAAA;IAEtB,KAAA;IAA2B,gBAAA,EAAkB,wBAAA;EAAA;IAC7C,KAAA;IAAoB,SAAA,EAAW,iBAAA;EAAA;IAC/B,KAAA;IAAqB,UAAA,EAAY,kBAAA;EAAA;IACjC,KAAA;IAAiB,MAAA,EAAQ,cAAA;EAAA;IACzB,KAAA;IAAkB,OAAA,EAAS,eAAA;EAAA;IAC3B,KAAA;IAAiB,MAAA,EAAQ,cAAA;EAAA;IACzB,KAAA;IAAgB,KAAA,EAAO,aAAA;EAAA;IACvB,KAAA;IAAwB,aAAA,EAAe,qBAAA;EAAA;IACvC,KAAA;IAAuB,YAAA,EAAc,oBAAA;EAAA;EAfvB;EAkBnB,UAAA,GAAa,UAAA;AAAA;;UAIE,2BAAA;EApBV;EAsBL,KAAA;EAtB0B;EAwB1B,UAAA;AAAA;;UAIe,wBAAA;EAvBiB;EAyBhC,KAAA;EAxBK;EA0BL,UAAA;EA1BoC;EA4BpC,QAAA;AAAA;AAAA,UAGe,UAAA;EACf,UAAA;IAEM,KAAA,6BAhCwB;IAkCxB,uBAAA;EAAA;IAGA,KAAA,gBAnCD;IAqCC,UAAA,EAAY,UAAA;EAAA;AAAA;;UAMH,WAAA;EAzCV;;;;;;EAgDL,KAAA;AAAA;AAAA,UAGe,cAAA;EACf,cAAA;IAEM,KAAA;IA9CoC;;;;AAQ5C;IA4CQ,gBAAA,EAAkB,gBAAA;EAAA;IAGlB,KAAA,oBA7CN;IA+CM,cAAA;EAAA;AAAA;AAAA,UAKS,sCAAA;EA7CA;EA+Cf,QAAA,GAAW,gCAAA;AAAA;AAAA,UAGI,uCAAA;EAjDf;EAmDA,oBAAA,GAAuB,mBAAA;AAAA;AAAA,UAGR,gBAAA;EA7CT;;;;EAkDN,eAAA;AAAA;;UAIe,eAAA;EAzCV;EA2CL,MAAA;AAAA;;UAIe,gBAAA;EA3Cf;EA6CA,cAAA,GAAiB,QAAA,CAAS,QAAA;EArCpB;EAuCN,MAAA,GAAS,QAAA,CAAS,QAAA;AAAA;;UAIH,aAAA;EAtCK;AAKtB;;;;;EAwCE,KAAA;AAAA;AAAA,UAGe,oBAAA;EApCf;EAsCA,OAAA,GAAU,OAAA;AAAA;AAAA,UAGK,wBAAA;EACf,WAAA,GAAc,WAAA;AAAA;AAAA,UAGC,gCAAA;EAjCA;EAmCf,mBAAA,GAAsB,mBAAA;AAAA;;UAIP,mBAAA;EAjCA;EAmCf,MAAA,GAAS,MAAA;AAAA;;UAIM,YAAA;EArCE;EAuCjB,cAAA;AAAA;;;;;UAOe,SAAA;EAxCa;EA0C5B,YAAA;EAnCA;;AAGF;;EAqCE,aAAA,GAAgB,YAAA;AAAA;;UAID,UAAA;EACf,UAAA;IAEM,KAAA,sBAtCQ;IAwCR,gBAAA,EAAkB,gBAAA;EAAA;IAGlB,KAAA,iBAtCgB;IAwChB,WAAA,EAAa,WAAA;EAAA;IAGb,KAAA,mBAvC4B;IAyC5B,aAAA,EAAe,aAAA;EAAA;IAGf,KAAA,kBAtCS;IAwCT,YAAA,EAAc,YAAA;EAAA;AAAA;AAAA,UAKL,oBAAA;EApCA;EAsCf,QAAA;AAAA;AAAA,UAGe,wBAAA;EAvCf;EAyCA,IAAA;AAAA;AAAA,UAGe,gCAAA;EAvCa;EAyC5B,qBAAA;AAAA;;UAIe,mBAAA;EA/BI;EAiCnB,IAAA;AAAA;AAAA,UAGe,gBAAA;EA1BiB;EA4BhC,QAAA;EA7CM;;;;EAkDN,aAAA;EA3CmB;;;;EAgDnB,gBAAA;EAtCM;EAwCN,eAAA;EAxCgC;;AAKlC;;;EAyCE,iBAAA;EAvCQ;AAGV;;;;EA0CE,eAAA;AAAA;;;;;UAOe,gBAAA;EAtCmB;EAwClC,gBAAA;EAtCA;EAwCA,UAAA,GAAa,UAAA;AAAA;;;;;UAOE,aAAA;EAhCf;;;;EAqCA,aAAA,GAAgB,YAAA;EAvBD;AAOjB;;;EAqBE,SAAA,GAAY,YAAA;AAAA;AAAA,UAGG,YAAA;EApBF;;;AAOf;;;;;EAsBE,IAAA;AAAA;AAAA,UAGe,OAAA;EAfS;;AAG1B;;;EAkBE,QAAA;EATI;EAWJ,MAAA,GAAS,UAAA;EARa;;;;EAatB,MAAA;EAsBiB;EApBjB,QAAA,GAAW,QAAA;EAwBQ;;;;EAnBnB,UAAA,GAAa,UAAA;EAZb;EAcA,WAAA;EATA;;;;EAcA,eAAA;EALA;;;;;;;EAaA,cAAA,GAAiB,cAAA;EAMjB;EAJA,QAAA,GAAW,YAAA;EAQX;EANA,gBAAA,GAAmB,gBAAA;EAQP;EANZ,WAAA;EAQA;EANA,UAAA;EAMS;EAJT,IAAA;EAW8B;EAT9B,SAAA,GAAY,QAAA,CAAS,OAAA;EAaI;EAXzB,SAAA;AAAA;;;;AAeF;UARiB,eAAA;;EAEf,IAAA;EAUC;EARD,QAAA,GAAW,cAAA;AAAA;;UAII,qBAAA;EAUV;EARL,KAAA;EAY6B;EAV7B,CAAA;AAAA;;UAIe,aAAA;EAiBU;EAfzB,KAAA;AAAA;;UAIe,cAAA;EAgBQ;EAdvB,KAAA;EAmBe;EAjBf,CAAA;AAAA;;;;;UAOe,UAAA;EAUA;EARf,MAAA,GAAS,eAAA;AAAA;AAAA,UAGM,QAAA;EAaT;;;;EARN,YAAA,GAAe,qBAAA;EAeQ;;;;EAVvB,eAAA,GAAkB,uBAAA;EAClB,QAAA;IAEM,KAAA,yBAsBgC;IApBhC,mBAAA,EAAqB,mBAAA;EAAA;IAGrB,KAAA,qBAwBS;IAtBT,eAAA,EAAiB,eAAA;EAAA;IAGjB,KAAA,eAqBE;IAnBF,SAAA,EAAW,SAAA;EAAA;AAAA;;;AA2BnB;;UAjBiB,uBAAA;EAmBf;EAjBA,GAAA;EAqBe;EAnBf,KAAA;AAAA;AAAA,UAGe,iBAAA;EAkBX;EAhBJ,QAAA;AAAA;AAAA,UAGe,qBAAA;EAgCgB;EA9B/B,IAAA;AAAA;AAAA,UAGe,6BAAA;EA2BE;EAzBjB,qBAAA;AAAA;;UAIe,gBAAA;EAoCF;EAlCb,IAAA;AAAA;;;;;UAOe,eAAA;EAoCT;;;AAMR;;EApCE,oBAAA,GAAuB,oBAAA;EAsCvB;;AAKF;;;EArCE,cAAA,GAAiB,cAAA;EAyCT;AAGV;;;;EAtCE,oBAAA;EAmDY;;;;EA9CZ,mBAAA;EA6DiC;EA3DjC,cAAA;EAoCA;EAlCA,aAAA;AAAA;;UAIe,oBAAA;EACf,oBAAA;IAEM,KAAA,oBAmCM;IAjCN,cAAA;EAAA;AAAA;;UAMS,YAAA;EAqCE;EAnCjB,SAAA;EAwCkB;EAtClB,MAAA;AAAA;AAAA,UAGe,UAAA;EAsCW;EApC1B,KAAA;EAgD6C;EA9C7C,QAAA;AAAA;AAAA,UAGe,WAAA;EA2Cf;;;;EAtCA,IAAA;EA4Ce;EA1Cf,gBAAA;;EAEA,gBAAA,GAAmB,gBAAA;EA0CnB;EAxCA,UAAA,GAAa,UAAA;EAuDb;EArDA,SAAA,GAAY,YAAA;EAqDS;EAnDrB,WAAA,GAAc,YAAA;EAuDC;EArDf,YAAA,GAAe,MAAA;;;;;;EAMf,cAAA,GAAiB,cAAA;EA6DX;;;;EAxDN,eAAA,GAAkB,eAAA;AAAA;AAAA,UAGH,WAAA;;EAEf,IAAA;EAiFkB;;;;EA5ElB,uBAAA,GAA0B,gBAAA;EAqEpB;;;;EAhEN,0BAAA,GAA6B,gBAAA;EAuEX;EArElB,eAAA;AAAA;;UAIe,iBAAA;EA4EA;EA1Ef,gBAAA,GAAmB,qBAAA;;;;AAkFrB;;;;;AAMA;;;;;AAQA;EAjFE,YAAA,GAAe,MAAA;AAAA;;UAIA,qBAAA;EAiFf;EA/EA,gBAAA;IAEM,KAAA;IA6EiB;AAOzB;;;IA/EQ,MAAA;EAAA;IAGA,KAAA,eAkFN;IAhFM,SAAA;EAAA;IAGA,KAAA,sBAkFS;IAhFT,gBAAA;EAAA;AAAA;;;;;;UAUS,mBAAA;EA6EuB;;;;AAOxC;EA9EE,gBAAA;IAEM,KAAA,iBA8EoB;IA5EpB,WAAA,EAAa,cAAA;EAAA;IAGb,KAAA,gBA2EO;IAzEP,UAAA,EAAY,aAAA;EAAA;EA4E4B;;;;EArE9C,YAAA,GAAe,MAAA;AAAA;;UAIA,oBAAA;EA0EA;EAxEf,KAAA;;EAEA,CAAA;AAAA;;UAIe,YAAA;EAsEF;EApEb,KAAA;AAAA;;UAIe,aAAA;EA8EkB;EA5EjC,KAAA;EAgFA;EA9EA,CAAA;AAAA;;UAIe,cAAA;EA0FmB;EAxFlC,UAAA;EA0FgB;EAxFhB,UAAA,GAAa,UAAA;AAAA;;;;AA8Ff;UAvFiB,mBAAA;;EAEf,SAAA;EAmGyB;EAjGzB,QAAA;EA+G0B;EA7G1B,WAAA;EA+HoB;EA7HpB,UAAA;AAAA;AAAA,UAGe,oBAAA;EA8Ef;EA5EA,QAAA,GAAW,OAAA;EA+EX;EA7EA,aAAA;AAAA;AAAA,UAGe,uBAAA;EAiFT;EA/EN,SAAA;EAiFyB;EA/EzB,QAAA;AAAA;AAAA,UAGe,wBAAA;EA0Ff;EAxFA,YAAA,GAAe,WAAA;EAwFoB;EAtFnC,aAAA;AAAA;AAAA,UAGe,+BAAA;EA8FT;EA5FN,WAAA;EA8F2B;EA5F3B,SAAA;EAiGM;EA/FN,QAAA;AAAA;AAAA,UAGe,gCAAA;EAqGM;EAnGrB,oBAAA,GAAuB,mBAAA;EAmGW;EAjGlC,aAAA;AAAA;;;;AA6GF;;;;;AAkBA;;;UAjHiB,kBAAA;EA+HE;EA7HjB,MAAA;EAqI4C;EAnI5C,QAAA;EAmHA;EAjHA,SAAA;AAAA;;;;;;;;;AAgJF;;;UAlIiB,mBAAA;EAoIf;EAlIA,OAAA,GAAU,MAAA;EAyIV;EAvIA,aAAA;AAAA;AA2IF;AAAA,UAvIiB,mBAAA;;EAEf,qBAAA;EA0IA;EAxIA,WAAA;EACA,WAAA;IAEM,KAAA,wBAiJS;IA/IT,kBAAA,EAAoB,kBAAA;EAAA;IAGpB,KAAA,uBAmJwB;IAjJxB,iBAAA,EAAmB,iBAAA;EAAA;EAiKV;EA7Jf,SAAA;;;;;EAKA,qBAAA,GAAwB,yCAAA;EA8JN;;;AAUpB;EAnKE,uBAAA,GAA0B,QAAA,CAAS,OAAA;;;;;EAKnC,YAAA;EAyKA;EAvKA,QAAA;EAuKiB;EArKjB,OAAA;IAEM,KAAA,yBA6KS;IA3KT,mBAAA,EAAqB,YAAA;EAAA;IAGrB,KAAA,kBA+KN;IA7KM,YAAA,EAAc,YAAA;EAAA;IAGd,KAAA;IA4KE;;;;AAGV;IAzKQ,aAAA,EAAe,aAAA;EAAA;AAAA;;UAMN,WAAA;EAwKT;EAtKN,KAAA;AAAA;;UAIe,WAAA;EA4KI;EA1KnB,KAAA;AAAA;AAmLF;;;;;;;;;;;;AAyBA;AAzBA,UAnKiB,UAAA;;;;AAkMjB;;EA5LE,gBAAA;EAgMe;EA9Lf,mBAAA,GAAsB,oBAAA;EAwMH;;;;;EAlMnB,cAAA,GAAiB,oBAAA;EA6LjB;;;;;EAvLA,kBAAA;EAmMe;EAjMf,qBAAA,GAAwB,oBAAA;;;;AAwM1B;;;;;;;EA7LE,2BAAA;AAAA;;UAIe,kBAAA;EAgMkB;EA9LjC,WAAA;EAkMgC;EAhMhC,UAAA;EAuMA;;AAIF;;EAtME,eAAA;AAAA;;UAIe,iBAAA;EA2MM;;;;EAtMrB,WAAA;EAqNkB;;;;EAhNlB,UAAA;EAmMA;;;;EA9LA,eAAA;EAoMmB;EAlMnB,eAAA;AAAA;;;;;UAOe,eAAA;EAsMf;;;;EAjMA,UAAA;EA0MA;;;AAIF;;;EAvME,WAAA;AAAA;AAgNF;AAAA,UA5MiB,aAAA;;EAEf,MAAA;IAEM,KAAA,gBA2MA;IAzMA,UAAA,EAAY,UAAA;EAAA;AAAA;;;;AA6NpB;;UAnNiB,aAAA;EAqNf;;AAOF;;EAvNE,cAAA,GAAiB,QAAA,CAAS,QAAA;EAiOsB;;;;;EA3NhD,KAAA,GAAQ,QAAA,CAAS,QAAA;AAAA;;;;AAiOnB;;;;UAvNiB,cAAA;EA2Nf;;;;;AAeF;EAnOE,cAAA,GAAiB,QAAA,CAAS,QAAA;;EAE1B,KAAA,GAAQ,QAAA,CAAS,QAAA;AAAA;AAAA,UAGF,YAAA;EACf,MAAA;IAEM,KAAA,gBAmOA;IAjOA,UAAA;EAAA;IAGA,KAAA,gBAgOwC;IA9NxC,UAAA;EAAA;IAGA,KAAA,iBAmOgC;IAjOhC,WAAA,EAAa,eAAA;EAAA;AAAA;;;AA0OrB;;UAjOiB,aAAA;EAiOgB;EA/N/B,cAAA;IAEM,KAAA,qBAsOA;IApOA,eAAA,EAAiB,6BAAA;EAAA;EA4OjB;EAxON,MAAA,GAAS,oBAAA;AAAA;;AAgPX;;;;;AAYA;;;;;UA7OiB,6BAAA;EA+OU;EA7OzB,OAAA;AAAA;;UAIe,oBAAA;EA8OiB;EA5OhC,YAAA;EAgP8B;EA9O9B,YAAA,GAAe,oBAAA;EAsOf;;;;EAjOA,oBAAA,GAAuB,aAAA;EAmOC;;;;EA9NxB,gBAAA,GAAmB,aAAA;AAAA;;;;;UAOJ,oBAAA;EA6Ne;EA3N9B,KAAA;EAgOe;EA9Nf,GAAA;AAAA;AAAA,UAGe,aAAA;EAoOX;AAGN;;;EAlOE,cAAA,GAAiB,QAAA,CAAS,QAAA;EAoO1B;EAlOA,aAAA,GAAgB,QAAA,CAAS,QAAA;AAAA;;UAIV,iBAAA;EAiOA;;;;;;EA1Nf,KAAA;AAAA;;UAIe,kBAAA;EA0Nf;EAxNA,KAAA;AAAA;;;AA2NF;;UApNiB,MAAA;EAsND;EApNd,IAAA;EAsNa;EApNb,WAAA;EAoNsB;EAlNtB,YAAA,GAAe,kBAAA;EAgND;EA9Md,gBAAA,GAAmB,sBAAA;EAgNN;;;;EA3Mb,YAAA,GAAe,kBAAA;EA8MgC;EA5M/C,eAAA,GAAkB,eAAA;EA8MI;EA5MtB,UAAA,GAAa,QAAA,CAAS,OAAA;EAiNT;EA/Mb,SAAA;EA+MsB;EA7MtB,UAAA,GAAa,QAAA,CAAS,OAAA;EAwMA;EAtMtB,SAAA;EA2Ma;;;;EAtMb,UAAA;AAAA;;UAIe,aAAA;EA0MQ;;;;EArMvB,IAAA;AAAA;;UAIe,sBAAA;EACf,gBAAA;IAEM,KAAA;IA8LuB;AAI/B;;;;IA5LQ,gBAAA;EAAA;IAGA,KAAA;IA+LwB;;;AAKhC;IA/LQ,gBAAA,EAAkB,gBAAA;EAAA;AAAA;;UAMT,cAAA;EAyL0C;EAvLzD,KAAA;AAAA;AAwRF;;;;AAAA,UAjRiB,kBAAA;EACf,YAAA;IAEM,KAAA,mBA8QsF;IA5QtF,aAAA,EAAe,aAAA;EAAA;IAGf,KAAA,0BAoRwD;IAlRxD,oBAAA,EAAsB,oBAAA;EAAA;AAAA;;UAMb,YAAA;EA4QuE;EA1QtF,QAAA;EAySG;EAvSH,eAAA;EAwR+C;;;;EAnR/C,iBAAA;EAmR0D;AAiB5D;;;;EA9RE,eAAA;AAAA;;UAIe,kBAAA;EACf,YAAA;IAEM,KAAA,uBAmTH;IAjTG,iBAAA,EAAmB,iBAAA;EAAA;IAGnB,KAAA,yBA0RsC;IAxRtC,mBAAA,EAAqB,mBAAA;EAAA;AAAA;AA8S7B;AAAA,UAxSiB,aAAA;;EAEf,IAAA,GAAO,+BAAA;EAsS4D;;;;EAjSnE,eAAA;AAAA;;UAIe,gBAAA;EAwSsC;EAtSrD,gBAAA;IAEM,KAAA;IAoSgD;;;AAQxD;IAvSQ,MAAA;EAAA;IAGA,KAAA,eAoSqC;IAlSrC,SAAA;EAAA;IAGA,KAAA,sBA+R8D;IA7R9D,gBAAA;EAAA;AAAA;;UAMS,WAAA;EA+R+B;;;;AAgBhD;;EAxSE,KAAA;AAAA;;UAKe,YAAA;AAAA,UAEA,UAAA;EACf,UAAA;IACK,KAAA;IAAqB,UAAA,EAAY,gBAAA;EAAA;IACjC,KAAA;IAAmB,QAAA,EAAU,cAAA;EAAA;IAC7B,KAAA;IAAkB,OAAA,EAAS,aAAA;EAAA;IAC3B,KAAA;IAAkB,OAAA,EAAS,aAAA;EAAA;IAE1B,KAAA,cA0S+B;IAxS/B,QAAA,EAAU,cAAA;EAAA;AAAA;AAAA,UAKD,gBAAA;EA+SJ;;;;;;;;EAtSX,IAAA;AAAA;AAAA,UAGe,cAAA;;EAEf,cAAA,GAAiB,QAAA,CAAS,QAAA;AAAA;AAAA,UAGX,oBAAA;EAuTuC;EArTtD,OAAA,GAAU,OAAA;EAqT4D;EAnTtE,UAAA,GAAa,SAAA,CAAU,OAAA;AAAA;AAAA,UAGR,wBAAA;EAkUsC;EAhUrD,WAAA,GAAc,WAAA;EAgUgC;EA9T9C,UAAA,GAAa,SAAA,CAAU,WAAA;AAAA;AAAA,UAGR,gCAAA;EAqUJ;EAnUX,mBAAA,GAAsB,mBAAA;;;;;EAKtB,UAAA,GAAa,SAAA,CAAU,mBAAA;AAAA;;UAIR,mBAAA;EA0UZ;EAxUH,MAAA,GAAS,MAAA;EAkUwC;EAhUjD,UAAA,GAAa,SAAA,CAAU,MAAA;AAAA;;UAIR,cAAA;EA4T+C;EA1T9D,KAAA;AAAA;;UAIe,eAAA;EA8ToB;EA5TnC,KAAA;AAAA;AAAA,cAGW,kCAAA,EAAoC,CAAA,CAAE,OAAA,CAAQ,mBAAA;AAAA,cAiG9C,0CAAA,EAA4C,CAAA,CAAE,OAAA,CAAQ,2BAAA;AAAA,cAWtD,uCAAA,EAAyC,CAAA,CAAE,OAAA,CAAQ,wBAAA;AAAA,cAgBnD,yBAAA,EAA2B,CAAA,CAAE,OAAA,CAAQ,UAAA;AAAA,cAiBrC,0BAAA,EAA4B,CAAA,CAAE,OAAA,CAAQ,WAAA;AAAA,cAQtC,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAsBzC,sDAAA,EAAwD,CAAA,CAAE,OAAA,CAAQ,uCAAA;AAAA,cAWlE,+BAAA,EAAiC,CAAA,CAAE,OAAA,CAAQ,gBAAA;AAAA,cAQ3C,8BAAA,EAAgC,CAAA,CAAE,OAAA,CAAQ,eAAA;AAAA,cAQ1C,+BAAA,EAAiC,CAAA,CAAE,OAAA,CAAQ,gBAAA;AAAA,cAgB3C,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAQxC,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAQvC,wBAAA,EAA0B,CAAA,CAAE,OAAA,CAAQ,SAAA;AAAA,cAYpC,yBAAA,EAA2B,CAAA,CAAE,OAAA,CAAQ,UAAA;AAAA,cAyBrC,+BAAA,EAAiC,CAAA,CAAE,OAAA,CAAQ,gBAAA;AAAA,cAkB3C,+BAAA,EAAiC,CAAA,CAAE,OAAA,CAAQ,gBAAA;AAAA,cAU3C,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAUxC,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAQvC,sBAAA,EAAwB,CAAA,CAAE,OAAA,CAAQ,OAAA;AAAA,cAuClC,8BAAA,EAAgC,CAAA,CAAE,OAAA,CAAQ,eAAA;AAAA,cAU1C,oCAAA,EAAsC,CAAA,CAAE,OAAA,CAAQ,qBAAA;AAAA,cAchD,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAQxC,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAazC,yBAAA,EAA2B,CAAA,CAAE,OAAA,CAAQ,UAAA;AAAA,cAQrC,uBAAA,EAAyB,CAAA,CAAE,OAAA,CAAQ,QAAA;AAAA,cAgCnC,sCAAA,EAAwC,CAAA,CAAE,OAAA,CAAQ,uBAAA;AAAA,cAWlD,8BAAA,EAAgC,CAAA,CAAE,OAAA,CAAQ,eAAA;AAAA,cA0B1C,mCAAA,EAAqC,CAAA,CAAE,OAAA,CAAQ,oBAAA;AAAA,cAe/C,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAUvC,yBAAA,EAA2B,CAAA,CAAE,OAAA,CAAQ,UAAA;AAAA,cAgBrC,0BAAA,EAA4B,CAAA,CAAE,OAAA,CAAQ,WAAA;AAAA,cAwBtC,0BAAA,EAA4B,CAAA,CAAE,OAAA,CAAQ,WAAA;AAAA,cAkBtC,gCAAA,EAAkC,CAAA,CAAE,OAAA,CAAQ,iBAAA;AAAA,cAY5C,oCAAA,EAAsC,CAAA,CAAE,OAAA,CAAQ,qBAAA;AAAA,cAqBhD,kCAAA,EAAoC,CAAA,CAAE,OAAA,CAAQ,mBAAA;AAAA,cAiB9C,mCAAA,EAAqC,CAAA,CAAE,OAAA,CAAQ,oBAAA;AAAA,cAc/C,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAQvC,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAaxC,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAazC,mCAAA,EAAqC,CAAA,CAAE,OAAA,CAAQ,oBAAA;AAAA,cAW/C,uCAAA,EAAyC,CAAA,CAAE,OAAA,CAAQ,wBAAA;AAAA,cAanD,+CAAA,EAAiD,CAAA,CAAE,OAAA,CAAQ,gCAAA;AAAA,cAa3D,kCAAA,EAAoC,CAAA,CAAE,OAAA,CAAQ,mBAAA;AAAA,cAW9C,kCAAA,EAAoC,CAAA,CAAE,OAAA,CAAQ,mBAAA;AAAA,cA6D9C,0BAAA,EAA4B,CAAA,CAAE,OAAA,CAAQ,WAAA;AAAA,cAQtC,0BAAA,EAA4B,CAAA,CAAE,OAAA,CAAQ,WAAA;AAAA,cAQtC,yBAAA,EAA2B,CAAA,CAAE,OAAA,CAAQ,UAAA;AAAA,cAwBrC,iCAAA,EAAmC,CAAA,CAAE,OAAA,CAAQ,kBAAA;AAAA,cAa7C,gCAAA,EAAkC,CAAA,CAAE,OAAA,CAAQ,iBAAA;AAAA,cAc5C,8BAAA,EAAgC,CAAA,CAAE,OAAA,CAAQ,eAAA;AAAA,cAU1C,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAWxC,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAgBxC,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAgBzC,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAiBvC,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAmBxC,4CAAA,EAA8C,CAAA,CAAE,OAAA,CAAQ,6BAAA;AAAA,cASxD,mCAAA,EAAqC,CAAA,CAAE,OAAA,CAAQ,oBAAA;AAAA,cAmB/C,mCAAA,EAAqC,CAAA,CAAE,OAAA,CAAQ,oBAAA;AAAA,cAW/C,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAgBxC,gCAAA,EAAkC,CAAA,CAAE,OAAA,CAAQ,iBAAA;AAAA,cAQ5C,iCAAA,EAAmC,CAAA,CAAE,OAAA,CAAQ,kBAAA;AAAA,cAS7C,qBAAA,EAAuB,CAAA,CAAE,OAAA,CAAQ,MAAA;AAAA,cAoCjC,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAQxC,qCAAA,EAAuC,CAAA,CAAE,OAAA,CAAQ,sBAAA;AAAA,cAuBjD,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAQzC,iCAAA,EAAmC,CAAA,CAAE,OAAA,CAAQ,kBAAA;AAAA,cAoB7C,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAcvC,iCAAA,EAAmC,CAAA,CAAE,OAAA,CAAQ,kBAAA;AAAA,cAyB7C,4BAAA,EAA8B,CAAA,CAAE,OAAA,CAAQ,aAAA;AAAA,cAUxC,+BAAA,EAAiC,CAAA,CAAE,OAAA,CAAQ,gBAAA;AAAA,cAoB3C,0BAAA,EAA4B,CAAA,CAAE,OAAA,CAAQ,WAAA;AAAA,cAQtC,2BAAA,EAA6B,CAAA,CAAE,OAAA,CAAQ,YAAA;AAAA,cAIvC,yBAAA,EAA2B,CAAA,CAAE,OAAA,CAAQ,UAAA;AAAA,cAuBrC,+BAAA,EAAiC,CAAA,CAAE,OAAA,CAAQ,gBAAA;AAAA,cAQ3C,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAWzC,6BAAA,EAA+B,CAAA,CAAE,OAAA,CAAQ,cAAA;AAAA,cAQzC,8BAAA,EAAgC,CAAA,CAAE,OAAA,CAAQ,eAAA;AAAA,cAQ1C,gCAAA,EAAkC,CAAA,CAAE,OAAA;AAAA,cAiHpC,wCAAA,EAA0C,CAAA,CAAE,OAAA;AAAA,cAU5C,qCAAA,EAAuC,CAAA,CAAE,OAAA;AAAA,cAYzC,uBAAA,EAAyB,CAAA,CAAE,OAAA;AAAA,cAwB3B,wBAAA,EAA0B,CAAA,CAAE,OAAA;AAAA,cAQ5B,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAwB/B,mDAAA,EAAqD,CAAA,CAAE,OAAA;AAAA,cAUvD,6BAAA,EAA+B,CAAA,CAAE,OAAA;AAAA,cAQjC,4BAAA,EAA8B,CAAA,CAAE,OAAA;AAAA,cAQhC,6BAAA,EAA+B,CAAA,CAAE,OAAA;AAAA,cAgBjC,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAQ9B,6CAAA,EAA+C,CAAA,CAAE,OAAA;AAAA,cAUjD,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAQ7B,sBAAA,EAAwB,CAAA,CAAE,OAAA;AAAA,cAU1B,uBAAA,EAAyB,CAAA,CAAE,OAAA;AAAA,cAsC3B,6BAAA,EAA+B,CAAA,CAAE,OAAA;AAAA,cAkBjC,6BAAA,EAA+B,CAAA,CAAE,OAAA;AAAA,cAUjC,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAU9B,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAQ7B,oBAAA,EAAsB,CAAA,CAAE,OAAA;AAAA,cAuCxB,4BAAA,EAA8B,CAAA,CAAE,OAAA;AAAA,cAUhC,kCAAA,EAAoC,CAAA,CAAE,OAAA;AAAA,cAUtC,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAQ9B,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAU/B,uBAAA,EAAyB,CAAA,CAAE,OAAA;AAAA,cAQ3B,qBAAA,EAAuB,CAAA,CAAE,OAAA;AAAA,cAsCzB,oCAAA,EAAsC,CAAA,CAAE,OAAA;AAAA,cAUxC,4BAAA,EAA8B,CAAA,CAAE,OAAA;AAAA,cAoBhC,iCAAA,EAAmC,CAAA,CAAE,OAAA;AAAA,cAiBrC,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAU7B,uBAAA,EAAyB,CAAA,CAAE,OAAA;AAAA,cAU3B,wBAAA,EAA0B,CAAA,CAAE,OAAA;AAAA,cAwB5B,wBAAA,EAA0B,CAAA,CAAE,OAAA;AAAA,cAkB5B,8BAAA,EAAgC,CAAA,CAAE,OAAA;AAAA,cAYlC,kCAAA,EAAoC,CAAA,CAAE,OAAA;AAAA,cAyBtC,gCAAA,EAAkC,CAAA,CAAE,OAAA;AAAA,cA0BpC,iCAAA,EAAmC,CAAA,CAAE,OAAA;AAAA,cAUrC,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAQ7B,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAU9B,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAU/B,gCAAA,EAAkC,CAAA,CAAE,OAAA;AAAA,cAkEpC,wBAAA,EAA0B,CAAA,CAAE,OAAA;AAAA,cAQ5B,wBAAA,EAA0B,CAAA,CAAE,OAAA;AAAA,cAQ5B,uBAAA,EAAyB,CAAA,CAAE,OAAA;AAAA,cAsB3B,+BAAA,EAAiC,CAAA,CAAE,OAAA;AAAA,cAYnC,8BAAA,EAAgC,CAAA,CAAE,OAAA;AAAA,cAclC,4BAAA,EAA8B,CAAA,CAAE,OAAA;AAAA,cAUhC,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAe9B,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAgB9B,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAgB/B,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAqB7B,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAsB9B,0CAAA,EAA4C,CAAA,CAAE,OAAA;AAAA,cAQ9C,iCAAA,EAAmC,CAAA,CAAE,OAAA;AAAA,cAcrC,iCAAA,EAAmC,CAAA,CAAE,OAAA;AAAA,cAUrC,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAgB9B,8BAAA,EAAgC,CAAA,CAAE,OAAA;AAAA,cAQlC,+BAAA,EAAiC,CAAA,CAAE,OAAA;AAAA,cAQnC,mBAAA,EAAqB,CAAA,CAAE,OAAA;AAAA,cAoCvB,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAQ9B,mCAAA,EAAqC,CAAA,CAAE,OAAA;AAAA,cAwBvC,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAQ/B,+BAAA,EAAiC,CAAA,CAAE,OAAA;AAAA,cAwBnC,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAc7B,+BAAA,EAAiC,CAAA,CAAE,OAAA;AAAA,cAwBnC,0BAAA,EAA4B,CAAA,CAAE,OAAA;AAAA,cAU9B,6BAAA,EAA+B,CAAA,CAAE,OAAA;AAAA,cAyBjC,wBAAA,EAA0B,CAAA,CAAE,OAAA;AAAA,cAQ5B,yBAAA,EAA2B,CAAA,CAAE,OAAA;AAAA,cAE7B,uBAAA,EAAyB,CAAA,CAAE,OAAA;AAAA,cAyC3B,6BAAA,EAA+B,CAAA,CAAE,OAAA;AAAA,cAQjC,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAW/B,2BAAA,EAA6B,CAAA,CAAE,OAAA;AAAA,cAQ/B,4BAAA,EAA8B,CAAA,CAAE,OAAA;AAAA,iBAyK7B,gBAAA,CAAA,GAAoB,KAAA,aAAkB,SAAA,CAAU,OAAA;AAAA,iBAoFhD,oBAAA,CAAA,GACX,KAAA,aACF,SAAA,CAAU,WAAA;AAAA,iBAyFG,4BAAA,CAAA,GACX,KAAA,aACF,SAAA,CAAU,mBAAA;AAAA,iBAmJG,eAAA,CAAA,GAAmB,KAAA,aAAkB,SAAA,CAAU,MAAA"}
1
+ {"version":3,"file":"model.d.ts","names":[],"sources":["../../src/v1/model.ts"],"mappings":"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"}